|
|
|
| 1 | 2025-07-29T05:17:02.312Z | job assigned to worker 01K1A9S04H7NDHEP2258GNY48T [factory gimlet-EVT22200007-propolis, EVT22200007/36321] (queued for 26 s) |
| |
| 2 | 2025-07-29T05:17:10.250Z | starting task 0: "setup" |
| 3 | 2025-07-29T05:17:10.307Z | ++ uname -s |
| 4 | 2025-07-29T05:17:10.307Z | + kern=SunOS |
| 5 | 2025-07-29T05:17:10.307Z | + build_user=build |
| 6 | 2025-07-29T05:17:10.307Z | + build_uid=12345 |
| 7 | 2025-07-29T05:17:10.307Z | + work_dir=/work |
| 8 | 2025-07-29T05:17:10.307Z | + input_dir=/input |
| 9 | 2025-07-29T05:17:10.307Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-29T05:17:10.307Z | + case "$kern" in |
| 11 | 2025-07-29T05:17:10.307Z | + groupadd -g 12345 build |
| 12 | 2025-07-29T05:17:10.307Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-29T05:17:12.271Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-29T05:17:12.310Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-29T05:17:12.337Z | + home_fs=zfs |
| 16 | 2025-07-29T05:17:12.338Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-29T05:17:12.338Z | + mkdir -p /home/build |
| 18 | 2025-07-29T05:17:12.338Z | + chown build:build /home/build /work |
| 19 | 2025-07-29T05:17:14.318Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-29T05:17:14.345Z | process exited: duration 4073 ms, exit code 0 |
| |
| 21 | 2025-07-29T05:17:14.400Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-29T05:17:14.427Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-07-29T05:17:14.427Z | * rust toolchain channel = "1.88.0" |
| 24 | 2025-07-29T05:17:14.427Z | * rust toolchain profile = "default" |
| 25 | 2025-07-29T05:17:14.427Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-07-29T05:17:14.427Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-29T05:17:14.427Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-07-29T05:17:14.427Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-29T05:17:14.427Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-07-29T05:17:14.571Z | info: downloading installer |
| 31 | 2025-07-29T05:17:15.806Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-29T05:17:15.806Z | warn: /opt/ooce/bin |
| 33 | 2025-07-29T05:17:15.806Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-29T05:17:15.806Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-29T05:17:15.806Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-29T05:17:15.806Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-29T05:17:15.806Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-29T05:17:15.806Z | error: cannot install while Rust is installed |
| 39 | 2025-07-29T05:17:15.806Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-29T05:17:15.834Z | info: profile set to 'default' |
| 41 | 2025-07-29T05:17:15.834Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-29T05:17:15.834Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-07-29T05:17:15.971Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-07-29T05:17:15.971Z | info: downloading component 'cargo' |
| 45 | 2025-07-29T05:17:16.698Z | info: downloading component 'clippy' |
| 46 | 2025-07-29T05:17:16.833Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-29T05:17:17.408Z | info: downloading component 'rust-std' |
| 48 | 2025-07-29T05:17:17.934Z | info: downloading component 'rustc' |
| 49 | 2025-07-29T05:17:21.398Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-29T05:17:21.477Z | info: installing component 'cargo' |
| 51 | 2025-07-29T05:17:22.655Z | info: installing component 'clippy' |
| 52 | 2025-07-29T05:17:23.150Z | info: installing component 'rust-docs' |
| 53 | 2025-07-29T05:17:26.289Z | info: installing component 'rust-std' |
| 54 | 2025-07-29T05:17:28.263Z | info: installing component 'rustc' |
| 55 | 2025-07-29T05:17:35.921Z | info: installing component 'rustfmt' |
| 56 | 2025-07-29T05:17:36.304Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-07-29T05:17:36.304Z | |
| 58 | 2025-07-29T05:17:36.469Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-07-29T05:17:36.469Z | |
| 60 | 2025-07-29T05:17:36.496Z | |
| 61 | 2025-07-29T05:17:36.496Z | Rust is installed now. Great! |
| 62 | 2025-07-29T05:17:36.496Z | |
| 63 | 2025-07-29T05:17:36.496Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-29T05:17:36.496Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-29T05:17:36.496Z | |
| 66 | 2025-07-29T05:17:36.496Z | To configure your current shell, you need to source |
| 67 | 2025-07-29T05:17:36.496Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-29T05:17:36.496Z | |
| 69 | 2025-07-29T05:17:36.496Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-29T05:17:36.496Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-29T05:17:36.496Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-29T05:17:36.496Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-29T05:17:36.578Z | + rustup --version |
| 74 | 2025-07-29T05:17:36.605Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-29T05:17:36.605Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-29T05:17:36.712Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-07-29T05:17:36.739Z | + cargo --version |
| 78 | 2025-07-29T05:17:36.798Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-07-29T05:17:36.825Z | + rustc --version |
| 80 | 2025-07-29T05:17:36.885Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-07-29T05:17:36.912Z | process exited: duration 22491 ms, exit code 0 |
| |
| 82 | 2025-07-29T05:17:36.966Z | starting task 2: "authentication" |
| 83 | 2025-07-29T05:17:37.020Z | process exited: duration 53 ms, exit code 0 |
| |
| 84 | 2025-07-29T05:17:37.076Z | starting task 3: "clone repository" |
| 85 | 2025-07-29T05:17:37.104Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-29T05:17:37.104Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-29T05:17:37.136Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-29T05:17:47.719Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-29T05:17:47.720Z | + git fetch origin 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 90 | 2025-07-29T05:17:48.649Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-29T05:17:48.649Z | * branch 33471c3f1a88a9f9f4a675520350f28c8df830f5 -> FETCH_HEAD |
| 92 | 2025-07-29T05:17:48.675Z | + [[ -n delete-disk-metrics ]] |
| 93 | 2025-07-29T05:17:48.675Z | ++ git branch --show-current |
| 94 | 2025-07-29T05:17:48.676Z | + current=main |
| 95 | 2025-07-29T05:17:48.676Z | + [[ main != delete-disk-metrics ]] |
| 96 | 2025-07-29T05:17:48.676Z | + git branch -f delete-disk-metrics 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 97 | 2025-07-29T05:17:48.676Z | + git checkout -f delete-disk-metrics |
| 98 | 2025-07-29T05:17:48.936Z | Switched to branch 'delete-disk-metrics' |
| 99 | 2025-07-29T05:17:48.962Z | + git reset --hard 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 100 | 2025-07-29T05:17:48.989Z | HEAD is now at 33471c3f1 delete disk metrics endpoint |
| 101 | 2025-07-29T05:17:48.989Z | process exited: duration 11894 ms, exit code 0 |
| |
| 102 | 2025-07-29T05:17:49.044Z | starting task 4: "build" |
| 103 | 2025-07-29T05:17:49.071Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-07-29T05:17:49.071Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-07-29T05:17:49.071Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-07-29T05:17:49.071Z | + cargo --version |
| 107 | 2025-07-29T05:17:49.118Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 108 | 2025-07-29T05:17:49.144Z | + rustc --version |
| 109 | 2025-07-29T05:17:49.201Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 110 | 2025-07-29T05:17:49.228Z | + WORK=/work |
| 111 | 2025-07-29T05:17:49.228Z | + pfexec mkdir -p /work |
| 112 | 2025-07-29T05:17:49.228Z | + pfexec chown build /work |
| 113 | 2025-07-29T05:17:49.228Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-07-29T05:18:02.192Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-07-29T05:18:10.844Z | Startup: Caching catalogs ... Done |
| 116 | 2025-07-29T05:18:17.105Z | Planning: Solver setup ... Done (4.598s) |
| 117 | 2025-07-29T05:18:17.149Z | Planning: Running solver ... Done (0.044s) |
| 118 | 2025-07-29T05:18:17.226Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2025-07-29T05:18:17.317Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-07-29T05:18:17.994Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-07-29T05:18:18.058Z | Planning: Package planning ... Done (0.064s) |
| 122 | 2025-07-29T05:18:19.533Z | Planning: Merging actions ... Done (0.058s) |
| 123 | 2025-07-29T05:18:19.533Z | Planning: Checking for conflicting actions ... Done (0.376s) |
| 124 | 2025-07-29T05:18:19.533Z | Planning: Consolidating action changes ... Done (0.013s) |
| 125 | 2025-07-29T05:18:19.533Z | Planning: Evaluating mediators ... Done (0.698s) |
| 126 | 2025-07-29T05:18:19.533Z | Planning: Planning completed in 8.27 seconds |
| 127 | 2025-07-29T05:18:19.534Z | Packages to install: 4 |
| 128 | 2025-07-29T05:18:19.534Z | Mediators to change: 2 |
| 129 | 2025-07-29T05:18:19.534Z | Services to change: 1 |
| 130 | 2025-07-29T05:18:19.534Z | Estimated space available: 155.02 GB |
| 131 | 2025-07-29T05:18:19.534Z | Estimated space to be consumed: 1.71 GB |
| 132 | 2025-07-29T05:18:19.534Z | Create boot environment: No |
| 133 | 2025-07-29T05:18:19.534Z | Create backup boot environment: No |
| 134 | 2025-07-29T05:18:19.534Z | Rebuild boot archive: No |
| 135 | 2025-07-29T05:18:19.534Z | |
| 136 | 2025-07-29T05:18:19.534Z | Changed mediators: |
| 137 | 2025-07-29T05:18:19.534Z | mediator clang: |
| 138 | 2025-07-29T05:18:19.534Z | version: None -> 15 (system default) |
| 139 | 2025-07-29T05:18:19.534Z | |
| 140 | 2025-07-29T05:18:19.534Z | mediator llvm: |
| 141 | 2025-07-29T05:18:19.534Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-07-29T05:18:19.534Z | |
| 143 | 2025-07-29T05:18:19.534Z | Changed packages: |
| 144 | 2025-07-29T05:18:19.534Z | helios-dev |
| 145 | 2025-07-29T05:18:19.534Z | developer/build-essential |
| 146 | 2025-07-29T05:18:19.534Z | None -> 11-2.0 |
| 147 | 2025-07-29T05:18:19.534Z | library/libxmlsec1 |
| 148 | 2025-07-29T05:18:19.534Z | None -> 1.2.35-2.0 |
| 149 | 2025-07-29T05:18:19.534Z | ooce/developer/clang-15 |
| 150 | 2025-07-29T05:18:19.534Z | None -> 15.0.7-2.0 |
| 151 | 2025-07-29T05:18:19.534Z | ooce/developer/llvm-15 |
| 152 | 2025-07-29T05:18:19.534Z | None -> 15.0.7-2.0 |
| 153 | 2025-07-29T05:18:19.534Z | |
| 154 | 2025-07-29T05:18:19.534Z | Services: |
| 155 | 2025-07-29T05:18:19.534Z | restart_fmri: |
| 156 | 2025-07-29T05:18:19.534Z | svc:/system/update-man-index:default |
| 157 | 2025-07-29T05:18:19.534Z | |
| 158 | 2025-07-29T05:18:19.534Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-07-29T05:18:24.307Z | Download: 1191/3290 items 58.3/212.6MB 27% complete (11.7M/s) |
| 160 | 2025-07-29T05:18:29.308Z | Download: 1656/3290 items 110.6/212.6MB 52% complete (11.1M/s) |
| 161 | 2025-07-29T05:18:34.313Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (14.8M/s) |
| 162 | 2025-07-29T05:18:35.142Z | Download: Completed 212.60 MB in 15.84 seconds (13.4M/s) |
| 163 | 2025-07-29T05:18:35.396Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2025-07-29T05:18:40.396Z | Actions: 2843/3689 actions (Installing new actions) |
| 165 | 2025-07-29T05:18:41.268Z | Actions: Completed 3689 actions in 5.87 seconds. |
| 166 | 2025-07-29T05:18:42.134Z | Done (0.860s) |
| 167 | 2025-07-29T05:18:42.134Z | Done (0.000s) |
| 168 | 2025-07-29T05:18:43.162Z | Done (1.027s) |
| 169 | 2025-07-29T05:18:48.141Z | Done (4.742s) |
| 170 | 2025-07-29T05:18:48.240Z | Done (0.018s) |
| 171 | 2025-07-29T05:18:48.267Z | Done (0.000s) |
| 172 | 2025-07-29T05:18:48.394Z | Done (0.000s) |
| 173 | 2025-07-29T05:18:49.263Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2025-07-29T05:18:49.460Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2025-07-29T05:18:49.486Z | Planning: Consolidating action changes ... Done |
| 176 | 2025-07-29T05:18:49.786Z | Planning: Evaluating mediators ... Done |
| 177 | 2025-07-29T05:18:49.813Z | Planning: Planning completed in 0.52 seconds |
| 178 | 2025-07-29T05:18:49.839Z | Mediators to change: 2 |
| 179 | 2025-07-29T05:18:49.839Z | Create boot environment: No |
| 180 | 2025-07-29T05:18:49.839Z | Create backup boot environment: No |
| 181 | 2025-07-29T05:18:49.883Z | Done |
| 182 | 2025-07-29T05:18:49.883Z | Done |
| 183 | 2025-07-29T05:18:50.651Z | Done |
| 184 | 2025-07-29T05:18:54.871Z | Done |
| 185 | 2025-07-29T05:18:54.990Z | Done |
| 186 | 2025-07-29T05:18:54.990Z | Done |
| 187 | 2025-07-29T05:18:55.042Z | Done |
| 188 | 2025-07-29T05:18:55.794Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2025-07-29T05:18:55.821Z | Planning: Merging actions ... Done |
| 190 | 2025-07-29T05:18:56.028Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2025-07-29T05:18:56.056Z | Planning: Consolidating action changes ... Done |
| 192 | 2025-07-29T05:18:56.347Z | Planning: Evaluating mediators ... Done |
| 193 | 2025-07-29T05:18:56.414Z | Planning: Planning completed in 0.92 seconds |
| 194 | 2025-07-29T05:18:56.453Z | Packages to change: 1 |
| 195 | 2025-07-29T05:18:56.453Z | Mediators to change: 1 |
| 196 | 2025-07-29T05:18:56.453Z | Services to change: 1 |
| 197 | 2025-07-29T05:18:56.480Z | Create boot environment: No |
| 198 | 2025-07-29T05:18:56.480Z | Create backup boot environment: Yes |
| 199 | 2025-07-29T05:18:58.274Z | Actions: 1/6 actions (Updating modified actions) |
| 200 | 2025-07-29T05:18:58.300Z | Actions: Completed 6 actions in 0.00 seconds. |
| 201 | 2025-07-29T05:18:58.300Z | Done |
| 202 | 2025-07-29T05:18:58.300Z | Done |
| 203 | 2025-07-29T05:18:58.480Z | Done |
| 204 | 2025-07-29T05:19:02.766Z | Done |
| 205 | 2025-07-29T05:19:02.859Z | Done |
| 206 | 2025-07-29T05:19:02.859Z | Done |
| 207 | 2025-07-29T05:19:02.961Z | Done |
| 208 | 2025-07-29T05:19:03.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2025-07-29T05:19:03.504Z | clang system 15 system |
| 210 | 2025-07-29T05:19:03.504Z | csh system system illumos |
| 211 | 2025-07-29T05:19:03.504Z | ctags system system illumos |
| 212 | 2025-07-29T05:19:03.504Z | file system system illumos |
| 213 | 2025-07-29T05:19:03.504Z | gcc vendor 12 vendor |
| 214 | 2025-07-29T05:19:03.504Z | gcc system 10 system |
| 215 | 2025-07-29T05:19:03.504Z | gcc system 7 system |
| 216 | 2025-07-29T05:19:03.504Z | go system 1.20 system |
| 217 | 2025-07-29T05:19:03.504Z | go system 1.19 system |
| 218 | 2025-07-29T05:19:03.504Z | llvm system 15 system |
| 219 | 2025-07-29T05:19:03.504Z | llvm system 14 system |
| 220 | 2025-07-29T05:19:03.504Z | mariadb system 10.6 system |
| 221 | 2025-07-29T05:19:03.504Z | mta vendor vendor dma |
| 222 | 2025-07-29T05:19:03.504Z | openjdk system 17 system |
| 223 | 2025-07-29T05:19:03.504Z | openjdk system 11 system |
| 224 | 2025-07-29T05:19:03.504Z | openjdk system 1.8 system |
| 225 | 2025-07-29T05:19:03.504Z | openssl vendor 3 vendor |
| 226 | 2025-07-29T05:19:03.504Z | perl system 5.36 system |
| 227 | 2025-07-29T05:19:03.504Z | postgresql system 15 system |
| 228 | 2025-07-29T05:19:03.504Z | postgresql system 13 system |
| 229 | 2025-07-29T05:19:03.504Z | python vendor 3 vendor |
| 230 | 2025-07-29T05:19:03.504Z | python system 2 system |
| 231 | 2025-07-29T05:19:03.504Z | python3 system 3.11 system |
| 232 | 2025-07-29T05:19:03.504Z | ruby system 3.0 system |
| 233 | 2025-07-29T05:19:03.505Z | words vendor vendor american-english |
| 234 | 2025-07-29T05:19:03.505Z | words system system australian-english |
| 235 | 2025-07-29T05:19:03.505Z | words system system british-english |
| 236 | 2025-07-29T05:19:03.505Z | words system system canadian-english |
| 237 | 2025-07-29T05:19:03.505Z | words system system french |
| 238 | 2025-07-29T05:19:03.505Z | words system system italian |
| 239 | 2025-07-29T05:19:03.505Z | words system system ngerman |
| 240 | 2025-07-29T05:19:03.505Z | words system system ogerman |
| 241 | 2025-07-29T05:19:03.505Z | words system system spanish |
| 242 | 2025-07-29T05:19:03.883Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2025-07-29T05:19:03.883Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 244 | 2025-07-29T05:19:09.489Z | FMRI IFO |
| 245 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 246 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 247 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 248 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 249 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 250 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 251 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 253 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 254 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 255 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 256 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 257 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 259 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 260 | 2025-07-29T05:19:09.489Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 261 | 2025-07-29T05:19:10.579Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 262 | 2025-07-29T05:19:11.028Z | Updating crates.io index |
| 263 | 2025-07-29T05:19:11.097Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2025-07-29T05:19:11.546Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2025-07-29T05:19:12.345Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2025-07-29T05:19:12.774Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2025-07-29T05:19:13.226Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2025-07-29T05:19:13.687Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2025-07-29T05:19:15.076Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2025-07-29T05:19:17.280Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2025-07-29T05:19:18.570Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 272 | 2025-07-29T05:19:19.590Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2025-07-29T05:19:19.990Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2025-07-29T05:19:20.354Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 275 | 2025-07-29T05:19:21.294Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2025-07-29T05:19:21.660Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 277 | 2025-07-29T05:19:22.260Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2025-07-29T05:19:22.932Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2025-07-29T05:19:23.487Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 280 | 2025-07-29T05:19:23.896Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2025-07-29T05:19:24.269Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2025-07-29T05:19:24.632Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2025-07-29T05:19:25.093Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2025-07-29T05:19:25.623Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 285 | 2025-07-29T05:19:26.147Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 286 | 2025-07-29T05:19:26.611Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2025-07-29T05:19:27.362Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 288 | 2025-07-29T05:19:27.852Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 289 | 2025-07-29T05:19:28.243Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 290 | 2025-07-29T05:19:28.718Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2025-07-29T05:19:29.383Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 292 | 2025-07-29T05:19:29.767Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 293 | 2025-07-29T05:19:30.157Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 294 | 2025-07-29T05:19:30.584Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 295 | 2025-07-29T05:19:40.063Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 296 | 2025-07-29T05:19:41.794Z | Downloading crates ... |
| 297 | 2025-07-29T05:19:41.915Z | Downloaded terminal_size v0.4.0 |
| 298 | 2025-07-29T05:19:41.942Z | Downloaded tabled_derive v0.7.0 |
| 299 | 2025-07-29T05:19:41.942Z | Downloaded tinystr v0.7.6 |
| 300 | 2025-07-29T05:19:41.942Z | Downloaded unicode-linebreak v0.1.5 |
| 301 | 2025-07-29T05:19:41.942Z | Downloaded cpufeatures v0.2.14 |
| 302 | 2025-07-29T05:19:41.942Z | Downloaded tempfile v3.20.0 |
| 303 | 2025-07-29T05:19:41.968Z | Downloaded zerofrom-derive v0.1.4 |
| 304 | 2025-07-29T05:19:41.969Z | Downloaded zerovec-derive v0.10.3 |
| 305 | 2025-07-29T05:19:41.995Z | Downloaded zerocopy-derive v0.7.35 |
| 306 | 2025-07-29T05:19:41.995Z | Downloaded synstructure v0.13.1 |
| 307 | 2025-07-29T05:19:41.995Z | Downloaded unicode-width v0.1.14 |
| 308 | 2025-07-29T05:19:41.995Z | Downloaded syn v2.0.104 |
| 309 | 2025-07-29T05:19:42.021Z | Downloaded url v2.5.4 |
| 310 | 2025-07-29T05:19:42.021Z | Downloaded rustix v1.0.7 |
| 311 | 2025-07-29T05:19:42.047Z | Downloaded serde v1.0.219 |
| 312 | 2025-07-29T05:19:42.048Z | Downloaded toml_edit v0.22.27 |
| 313 | 2025-07-29T05:19:42.074Z | Downloaded zerovec v0.10.4 |
| 314 | 2025-07-29T05:19:42.074Z | Downloaded serde_json v1.0.141 |
| 315 | 2025-07-29T05:19:42.074Z | Downloaded indexmap v2.10.0 |
| 316 | 2025-07-29T05:19:42.074Z | Downloaded winnow v0.7.10 |
| 317 | 2025-07-29T05:19:42.101Z | Downloaded idna v1.0.3 |
| 318 | 2025-07-29T05:19:42.101Z | Downloaded icu_properties_data v1.5.0 |
| 319 | 2025-07-29T05:19:42.101Z | Downloaded unicode-width v0.2.0 |
| 320 | 2025-07-29T05:19:42.127Z | Downloaded pest v2.7.14 |
| 321 | 2025-07-29T05:19:42.127Z | Downloaded zerocopy v0.7.35 |
| 322 | 2025-07-29T05:19:42.127Z | Downloaded swrite v0.1.0 |
| 323 | 2025-07-29T05:19:42.127Z | Downloaded memchr v2.7.4 |
| 324 | 2025-07-29T05:19:42.154Z | Downloaded macaddr v1.0.1 |
| 325 | 2025-07-29T05:19:42.154Z | Downloaded goblin v0.8.2 |
| 326 | 2025-07-29T05:19:42.154Z | Downloaded libc v0.2.174 |
| 327 | 2025-07-29T05:19:42.180Z | Downloaded hashbrown v0.15.4 |
| 328 | 2025-07-29T05:19:42.180Z | Downloaded syn v1.0.109 |
| 329 | 2025-07-29T05:19:42.180Z | Downloaded serde_tokenstream v0.2.2 |
| 330 | 2025-07-29T05:19:42.180Z | Downloaded scroll_derive v0.12.0 |
| 331 | 2025-07-29T05:19:42.180Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2025-07-29T05:19:42.180Z | Downloaded papergrid v0.11.0 |
| 333 | 2025-07-29T05:19:42.206Z | Downloaded memmap v0.7.0 |
| 334 | 2025-07-29T05:19:42.206Z | Downloaded litemap v0.7.3 |
| 335 | 2025-07-29T05:19:42.206Z | Downloaded icu_normalizer v1.5.0 |
| 336 | 2025-07-29T05:19:42.206Z | Downloaded rustix v0.38.37 |
| 337 | 2025-07-29T05:19:42.232Z | Downloaded getrandom v0.3.1 |
| 338 | 2025-07-29T05:19:42.232Z | Downloaded fs-err v3.1.1 |
| 339 | 2025-07-29T05:19:42.232Z | Downloaded colorchoice v1.0.2 |
| 340 | 2025-07-29T05:19:42.232Z | Downloaded cargo_metadata v0.21.0 |
| 341 | 2025-07-29T05:19:42.232Z | Downloaded cargo-util-schemas v0.8.2 |
| 342 | 2025-07-29T05:19:42.232Z | Downloaded cargo-platform v0.2.0 |
| 343 | 2025-07-29T05:19:42.232Z | Downloaded camino-tempfile v1.4.1 |
| 344 | 2025-07-29T05:19:42.232Z | Downloaded tabled v0.15.0 |
| 345 | 2025-07-29T05:19:42.259Z | Downloaded anstyle-parse v0.2.5 |
| 346 | 2025-07-29T05:19:42.259Z | Downloaded scroll v0.12.0 |
| 347 | 2025-07-29T05:19:42.259Z | Downloaded plain v0.2.3 |
| 348 | 2025-07-29T05:19:42.259Z | Downloaded pest_meta v2.7.14 |
| 349 | 2025-07-29T05:19:42.259Z | Downloaded icu_normalizer_data v1.5.0 |
| 350 | 2025-07-29T05:19:42.259Z | Downloaded icu_locid v1.5.0 |
| 351 | 2025-07-29T05:19:42.259Z | Downloaded anstream v0.6.18 |
| 352 | 2025-07-29T05:19:42.259Z | Downloaded thread-id v4.2.2 |
| 353 | 2025-07-29T05:19:42.259Z | Downloaded pest_generator v2.7.14 |
| 354 | 2025-07-29T05:19:42.285Z | Downloaded pest_derive v2.7.14 |
| 355 | 2025-07-29T05:19:42.285Z | Downloaded log v0.4.27 |
| 356 | 2025-07-29T05:19:42.285Z | Downloaded icu_provider v1.5.0 |
| 357 | 2025-07-29T05:19:42.285Z | Downloaded icu_locid_transform v1.5.0 |
| 358 | 2025-07-29T05:19:42.285Z | Downloaded icu_collections v1.5.0 |
| 359 | 2025-07-29T05:19:42.285Z | Downloaded clap_lex v0.7.4 |
| 360 | 2025-07-29T05:19:42.285Z | Downloaded clap_builder v4.5.41 |
| 361 | 2025-07-29T05:19:42.285Z | Downloaded writeable v0.5.5 |
| 362 | 2025-07-29T05:19:42.285Z | Downloaded version_check v0.9.5 |
| 363 | 2025-07-29T05:19:42.286Z | Downloaded utf8parse v0.2.2 |
| 364 | 2025-07-29T05:19:42.312Z | Downloaded usdt-macro v0.5.0 |
| 365 | 2025-07-29T05:19:42.312Z | Downloaded usdt-impl v0.5.0 |
| 366 | 2025-07-29T05:19:42.312Z | Downloaded usdt-attr-macro v0.5.0 |
| 367 | 2025-07-29T05:19:42.312Z | Downloaded usdt v0.5.0 |
| 368 | 2025-07-29T05:19:42.312Z | Downloaded unicode-ident v1.0.18 |
| 369 | 2025-07-29T05:19:42.312Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2025-07-29T05:19:42.312Z | Downloaded thiserror v1.0.69 |
| 371 | 2025-07-29T05:19:42.312Z | Downloaded serde_derive v1.0.219 |
| 372 | 2025-07-29T05:19:42.312Z | Downloaded ryu v1.0.18 |
| 373 | 2025-07-29T05:19:42.312Z | Downloaded proc-macro2 v1.0.95 |
| 374 | 2025-07-29T05:19:42.312Z | Downloaded percent-encoding v2.3.1 |
| 375 | 2025-07-29T05:19:42.312Z | Downloaded num-traits v0.2.19 |
| 376 | 2025-07-29T05:19:42.312Z | Downloaded fnv v1.0.7 |
| 377 | 2025-07-29T05:19:42.312Z | Downloaded displaydoc v0.2.5 |
| 378 | 2025-07-29T05:19:42.339Z | Downloaded digest v0.10.7 |
| 379 | 2025-07-29T05:19:42.339Z | Downloaded clap v4.5.41 |
| 380 | 2025-07-29T05:19:42.339Z | Downloaded camino v1.1.10 |
| 381 | 2025-07-29T05:19:42.339Z | Downloaded byteorder v1.5.0 |
| 382 | 2025-07-29T05:19:42.339Z | Downloaded bitflags v2.9.1 |
| 383 | 2025-07-29T05:19:42.339Z | Downloaded anyhow v1.0.98 |
| 384 | 2025-07-29T05:19:42.339Z | Downloaded zerofrom v0.1.4 |
| 385 | 2025-07-29T05:19:42.339Z | Downloaded write16 v1.0.0 |
| 386 | 2025-07-29T05:19:42.339Z | Downloaded utf8_iter v1.0.4 |
| 387 | 2025-07-29T05:19:42.339Z | Downloaded utf16_iter v1.0.5 |
| 388 | 2025-07-29T05:19:42.339Z | Downloaded toml_write v0.1.2 |
| 389 | 2025-07-29T05:19:42.366Z | Downloaded toml_datetime v0.6.11 |
| 390 | 2025-07-29T05:19:42.366Z | Downloaded toml v0.8.23 |
| 391 | 2025-07-29T05:19:42.366Z | Downloaded thiserror v2.0.12 |
| 392 | 2025-07-29T05:19:42.366Z | Downloaded textwrap v0.16.2 |
| 393 | 2025-07-29T05:19:42.366Z | Downloaded strsim v0.11.1 |
| 394 | 2025-07-29T05:19:42.366Z | Downloaded stable_deref_trait v1.2.0 |
| 395 | 2025-07-29T05:19:42.366Z | Downloaded smawk v0.3.2 |
| 396 | 2025-07-29T05:19:42.366Z | Downloaded smallvec v1.15.1 |
| 397 | 2025-07-29T05:19:42.366Z | Downloaded sha2 v0.10.9 |
| 398 | 2025-07-29T05:19:42.366Z | Downloaded serde_spanned v0.6.9 |
| 399 | 2025-07-29T05:19:42.366Z | Downloaded serde-value v0.7.0 |
| 400 | 2025-07-29T05:19:42.366Z | Downloaded serde-untagged v0.1.7 |
| 401 | 2025-07-29T05:19:42.366Z | Downloaded semver v1.0.26 |
| 402 | 2025-07-29T05:19:42.366Z | Downloaded quote v1.0.40 |
| 403 | 2025-07-29T05:19:42.392Z | Downloaded proc-macro-error-attr v1.0.4 |
| 404 | 2025-07-29T05:19:42.393Z | Downloaded proc-macro-error v1.0.4 |
| 405 | 2025-07-29T05:19:42.393Z | Downloaded ordered-float v2.10.1 |
| 406 | 2025-07-29T05:19:42.393Z | Downloaded once_cell v1.21.3 |
| 407 | 2025-07-29T05:19:42.393Z | Downloaded itoa v1.0.11 |
| 408 | 2025-07-29T05:19:42.393Z | Downloaded is_terminal_polyfill v1.70.1 |
| 409 | 2025-07-29T05:19:42.419Z | Downloaded idna_adapter v1.2.0 |
| 410 | 2025-07-29T05:19:42.419Z | Downloaded icu_provider_macros v1.5.0 |
| 411 | 2025-07-29T05:19:42.419Z | Downloaded icu_properties v1.5.1 |
| 412 | 2025-07-29T05:19:42.419Z | Downloaded icu_locid_transform_data v1.5.0 |
| 413 | 2025-07-29T05:19:42.419Z | Downloaded heck v0.5.0 |
| 414 | 2025-07-29T05:19:42.419Z | Downloaded heck v0.4.1 |
| 415 | 2025-07-29T05:19:42.419Z | Downloaded generic-array v0.14.7 |
| 416 | 2025-07-29T05:19:42.419Z | Downloaded form_urlencoded v1.2.1 |
| 417 | 2025-07-29T05:19:42.419Z | Downloaded errno v0.3.12 |
| 418 | 2025-07-29T05:19:42.419Z | Downloaded erased-serde v0.4.6 |
| 419 | 2025-07-29T05:19:42.419Z | Downloaded equivalent v1.0.2 |
| 420 | 2025-07-29T05:19:42.419Z | Downloaded crypto-common v0.1.6 |
| 421 | 2025-07-29T05:19:42.420Z | Downloaded clap_derive v4.5.41 |
| 422 | 2025-07-29T05:19:42.420Z | Downloaded cfg-if v1.0.1 |
| 423 | 2025-07-29T05:19:42.420Z | Downloaded block-buffer v0.10.4 |
| 424 | 2025-07-29T05:19:42.420Z | Downloaded autocfg v1.4.0 |
| 425 | 2025-07-29T05:19:42.420Z | Downloaded anstyle-query v1.1.1 |
| 426 | 2025-07-29T05:19:42.420Z | Downloaded yoke-derive v0.7.4 |
| 427 | 2025-07-29T05:19:42.420Z | Downloaded yoke v0.7.4 |
| 428 | 2025-07-29T05:19:42.420Z | Downloaded unicode-xid v0.2.6 |
| 429 | 2025-07-29T05:19:42.420Z | Downloaded fastrand v2.1.1 |
| 430 | 2025-07-29T05:19:42.420Z | Downloaded dtrace-parser v0.2.0 |
| 431 | 2025-07-29T05:19:42.420Z | Downloaded dof v0.3.0 |
| 432 | 2025-07-29T05:19:42.420Z | Downloaded anstyle v1.0.11 |
| 433 | 2025-07-29T05:19:42.420Z | Downloaded cargo_toml v0.21.0 |
| 434 | 2025-07-29T05:19:42.420Z | Downloaded typenum v1.17.0 |
| 435 | 2025-07-29T05:19:42.420Z | Downloaded typeid v1.0.3 |
| 436 | 2025-07-29T05:19:42.420Z | Downloaded bytecount v0.6.8 |
| 437 | 2025-07-29T05:19:42.420Z | Downloaded thiserror-impl v2.0.12 |
| 438 | 2025-07-29T05:19:42.447Z | Downloaded thiserror-impl v1.0.69 |
| 439 | 2025-07-29T05:19:42.499Z | Compiling proc-macro2 v1.0.95 |
| 440 | 2025-07-29T05:19:42.499Z | Compiling unicode-ident v1.0.18 |
| 441 | 2025-07-29T05:19:42.499Z | Compiling serde v1.0.219 |
| 442 | 2025-07-29T05:19:42.526Z | Compiling version_check v0.9.5 |
| 443 | 2025-07-29T05:19:42.526Z | Compiling libc v0.2.174 |
| 444 | 2025-07-29T05:19:42.526Z | Compiling memchr v2.7.4 |
| 445 | 2025-07-29T05:19:42.526Z | Compiling stable_deref_trait v1.2.0 |
| 446 | 2025-07-29T05:19:42.555Z | Compiling thiserror v1.0.69 |
| 447 | 2025-07-29T05:19:42.755Z | Compiling ucd-trie v0.1.7 |
| 448 | 2025-07-29T05:19:42.806Z | Compiling litemap v0.7.3 |
| 449 | 2025-07-29T05:19:43.293Z | Compiling autocfg v1.4.0 |
| 450 | 2025-07-29T05:19:43.387Z | Compiling writeable v0.5.5 |
| 451 | 2025-07-29T05:19:43.446Z | Compiling itoa v1.0.11 |
| 452 | 2025-07-29T05:19:43.475Z | Compiling ryu v1.0.18 |
| 453 | 2025-07-29T05:19:43.699Z | Compiling once_cell v1.21.3 |
| 454 | 2025-07-29T05:19:43.804Z | Compiling icu_locid_transform_data v1.5.0 |
| 455 | 2025-07-29T05:19:43.880Z | Compiling byteorder v1.5.0 |
| 456 | 2025-07-29T05:19:43.923Z | Compiling bitflags v2.9.1 |
| 457 | 2025-07-29T05:19:44.012Z | Compiling serde_json v1.0.141 |
| 458 | 2025-07-29T05:19:44.094Z | Compiling icu_properties_data v1.5.0 |
| 459 | 2025-07-29T05:19:44.232Z | Compiling num-traits v0.2.19 |
| 460 | 2025-07-29T05:19:44.274Z | Compiling icu_normalizer_data v1.5.0 |
| 461 | 2025-07-29T05:19:44.335Z | Compiling equivalent v1.0.2 |
| 462 | 2025-07-29T05:19:44.363Z | Compiling quote v1.0.40 |
| 463 | 2025-07-29T05:19:44.390Z | Compiling smallvec v1.15.1 |
| 464 | 2025-07-29T05:19:44.515Z | Compiling write16 v1.0.0 |
| 465 | 2025-07-29T05:19:44.545Z | Compiling errno v0.3.12 |
| 466 | 2025-07-29T05:19:44.717Z | Compiling utf16_iter v1.0.5 |
| 467 | 2025-07-29T05:19:44.760Z | Compiling hashbrown v0.15.4 |
| 468 | 2025-07-29T05:19:44.844Z | Compiling syn v2.0.104 |
| 469 | 2025-07-29T05:19:44.889Z | Compiling rustix v0.38.37 |
| 470 | 2025-07-29T05:19:44.934Z | Compiling utf8_iter v1.0.4 |
| 471 | 2025-07-29T05:19:44.988Z | Compiling typeid v1.0.3 |
| 472 | 2025-07-29T05:19:45.143Z | Compiling proc-macro-error-attr v1.0.4 |
| 473 | 2025-07-29T05:19:45.233Z | Compiling usdt-impl v0.5.0 |
| 474 | 2025-07-29T05:19:45.370Z | Compiling winnow v0.7.10 |
| 475 | 2025-07-29T05:19:45.427Z | Compiling syn v1.0.109 |
| 476 | 2025-07-29T05:19:45.547Z | Compiling toml_write v0.1.2 |
| 477 | 2025-07-29T05:19:45.696Z | Compiling thread-id v4.2.2 |
| 478 | 2025-07-29T05:19:45.736Z | Compiling indexmap v2.10.0 |
| 479 | 2025-07-29T05:19:45.926Z | Compiling proc-macro-error v1.0.4 |
| 480 | 2025-07-29T05:19:45.999Z | Compiling thiserror v2.0.12 |
| 481 | 2025-07-29T05:19:46.037Z | Compiling camino v1.1.10 |
| 482 | 2025-07-29T05:19:46.255Z | Compiling plain v0.2.3 |
| 483 | 2025-07-29T05:19:46.424Z | Compiling log v0.4.27 |
| 484 | 2025-07-29T05:19:46.547Z | Compiling utf8parse v0.2.2 |
| 485 | 2025-07-29T05:19:46.596Z | Compiling rustix v1.0.7 |
| 486 | 2025-07-29T05:19:46.724Z | Compiling percent-encoding v2.3.1 |
| 487 | 2025-07-29T05:19:46.774Z | Compiling getrandom v0.3.1 |
| 488 | 2025-07-29T05:19:46.848Z | Compiling semver v1.0.26 |
| 489 | 2025-07-29T05:19:46.894Z | Compiling anstyle-parse v0.2.5 |
| 490 | 2025-07-29T05:19:47.025Z | Compiling form_urlencoded v1.2.1 |
| 491 | 2025-07-29T05:19:47.216Z | Compiling ordered-float v2.10.1 |
| 492 | 2025-07-29T05:19:47.368Z | Compiling terminal_size v0.4.0 |
| 493 | 2025-07-29T05:19:47.645Z | Compiling anstyle v1.0.11 |
| 494 | 2025-07-29T05:19:47.728Z | Compiling pretty-hex v0.4.1 |
| 495 | 2025-07-29T05:19:47.755Z | Compiling cfg-if v1.0.1 |
| 496 | 2025-07-29T05:19:47.886Z | Compiling colorchoice v1.0.2 |
| 497 | 2025-07-29T05:19:48.002Z | Compiling is_terminal_polyfill v1.70.1 |
| 498 | 2025-07-29T05:19:48.046Z | Compiling anstyle-query v1.1.1 |
| 499 | 2025-07-29T05:19:48.255Z | Compiling anstream v0.6.18 |
| 500 | 2025-07-29T05:19:48.426Z | Compiling fs-err v3.1.1 |
| 501 | 2025-07-29T05:19:48.475Z | Compiling fastrand v2.1.1 |
| 502 | 2025-07-29T05:19:48.542Z | Compiling anyhow v1.0.98 |
| 503 | 2025-07-29T05:19:48.713Z | Compiling clap_lex v0.7.4 |
| 504 | 2025-07-29T05:19:48.844Z | Compiling strsim v0.11.1 |
| 505 | 2025-07-29T05:19:48.927Z | Compiling heck v0.4.1 |
| 506 | 2025-07-29T05:19:49.041Z | Compiling fnv v1.0.7 |
| 507 | 2025-07-29T05:19:49.133Z | Compiling unicode-xid v0.2.6 |
| 508 | 2025-07-29T05:19:49.193Z | Compiling heck v0.5.0 |
| 509 | 2025-07-29T05:19:49.314Z | Compiling bytecount v0.6.8 |
| 510 | 2025-07-29T05:19:49.343Z | Compiling unicode-width v0.1.14 |
| 511 | 2025-07-29T05:19:49.531Z | Compiling clap_builder v4.5.41 |
| 512 | 2025-07-29T05:19:49.877Z | Compiling tempfile v3.20.0 |
| 513 | 2025-07-29T05:19:50.009Z | Compiling papergrid v0.11.0 |
| 514 | 2025-07-29T05:19:50.226Z | Compiling memmap v0.7.0 |
| 515 | 2025-07-29T05:19:50.453Z | Compiling unicode-width v0.2.0 |
| 516 | 2025-07-29T05:19:50.535Z | Compiling unicode-linebreak v0.1.5 |
| 517 | 2025-07-29T05:19:50.599Z | Compiling synstructure v0.13.1 |
| 518 | 2025-07-29T05:19:50.941Z | Compiling smawk v0.3.2 |
| 519 | 2025-07-29T05:19:51.196Z | Compiling textwrap v0.16.2 |
| 520 | 2025-07-29T05:19:51.864Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 521 | 2025-07-29T05:19:51.979Z | Compiling tabled_derive v0.7.0 |
| 522 | 2025-07-29T05:19:52.157Z | Compiling swrite v0.1.0 |
| 523 | 2025-07-29T05:19:53.382Z | Compiling serde_derive v1.0.219 |
| 524 | 2025-07-29T05:19:53.439Z | Compiling zerofrom-derive v0.1.4 |
| 525 | 2025-07-29T05:19:53.497Z | Compiling yoke-derive v0.7.4 |
| 526 | 2025-07-29T05:19:53.574Z | Compiling thiserror-impl v1.0.69 |
| 527 | 2025-07-29T05:19:53.620Z | Compiling zerovec-derive v0.10.3 |
| 528 | 2025-07-29T05:19:53.948Z | Compiling displaydoc v0.2.5 |
| 529 | 2025-07-29T05:19:55.264Z | Compiling icu_provider_macros v1.5.0 |
| 530 | 2025-07-29T05:19:55.293Z | Compiling zerocopy-derive v0.7.35 |
| 531 | 2025-07-29T05:19:55.617Z | Compiling scroll_derive v0.12.0 |
| 532 | 2025-07-29T05:19:55.758Z | Compiling thiserror-impl v2.0.12 |
| 533 | 2025-07-29T05:19:56.160Z | Compiling pest v2.7.14 |
| 534 | 2025-07-29T05:19:56.187Z | Compiling clap_derive v4.5.41 |
| 535 | 2025-07-29T05:19:56.412Z | Compiling zerofrom v0.1.4 |
| 536 | 2025-07-29T05:19:56.643Z | Compiling yoke v0.7.4 |
| 537 | 2025-07-29T05:19:56.743Z | Compiling scroll v0.12.0 |
| 538 | 2025-07-29T05:19:56.927Z | Compiling zerocopy v0.7.35 |
| 539 | 2025-07-29T05:19:57.013Z | Compiling zerovec v0.10.4 |
| 540 | 2025-07-29T05:19:57.244Z | Compiling goblin v0.8.2 |
| 541 | 2025-07-29T05:19:57.636Z | Compiling tabled v0.15.0 |
| 542 | 2025-07-29T05:19:58.411Z | Compiling pest_meta v2.7.14 |
| 543 | 2025-07-29T05:19:58.767Z | Compiling tinystr v0.7.6 |
| 544 | 2025-07-29T05:19:58.827Z | Compiling icu_collections v1.5.0 |
| 545 | 2025-07-29T05:19:59.108Z | Compiling icu_locid v1.5.0 |
| 546 | 2025-07-29T05:19:59.665Z | Compiling pest_generator v2.7.14 |
| 547 | 2025-07-29T05:19:59.924Z | Compiling clap v4.5.41 |
| 548 | 2025-07-29T05:20:00.444Z | Compiling icu_provider v1.5.0 |
| 549 | 2025-07-29T05:20:01.098Z | Compiling icu_locid_transform v1.5.0 |
| 550 | 2025-07-29T05:20:01.471Z | Compiling pest_derive v2.7.14 |
| 551 | 2025-07-29T05:20:02.104Z | Compiling dtrace-parser v0.2.0 |
| 552 | 2025-07-29T05:20:02.193Z | Compiling icu_properties v1.5.1 |
| 553 | 2025-07-29T05:20:03.568Z | Compiling serde_spanned v0.6.9 |
| 554 | 2025-07-29T05:20:03.568Z | Compiling toml_datetime v0.6.11 |
| 555 | 2025-07-29T05:20:03.595Z | Compiling erased-serde v0.4.6 |
| 556 | 2025-07-29T05:20:03.883Z | Compiling serde_tokenstream v0.2.2 |
| 557 | 2025-07-29T05:20:04.155Z | Compiling toml_edit v0.22.27 |
| 558 | 2025-07-29T05:20:04.447Z | Compiling serde-untagged v0.1.7 |
| 559 | 2025-07-29T05:20:04.529Z | Compiling serde-value v0.7.0 |
| 560 | 2025-07-29T05:20:04.589Z | Compiling cargo-platform v0.2.0 |
| 561 | 2025-07-29T05:20:04.685Z | Compiling camino-tempfile v1.4.1 |
| 562 | 2025-07-29T05:20:04.887Z | Compiling macaddr v1.0.1 |
| 563 | 2025-07-29T05:20:05.129Z | Compiling dof v0.3.0 |
| 564 | 2025-07-29T05:20:05.473Z | Compiling icu_normalizer v1.5.0 |
| 565 | 2025-07-29T05:20:06.218Z | Compiling idna_adapter v1.2.0 |
| 566 | 2025-07-29T05:20:06.407Z | Compiling idna v1.0.3 |
| 567 | 2025-07-29T05:20:06.476Z | Compiling usdt-attr-macro v0.5.0 |
| 568 | 2025-07-29T05:20:06.503Z | Compiling usdt-macro v0.5.0 |
| 569 | 2025-07-29T05:20:06.924Z | Compiling url v2.5.4 |
| 570 | 2025-07-29T05:20:06.991Z | Compiling toml v0.8.23 |
| 571 | 2025-07-29T05:20:07.456Z | Compiling usdt v0.5.0 |
| 572 | 2025-07-29T05:20:07.773Z | Compiling cargo_toml v0.21.0 |
| 573 | 2025-07-29T05:20:07.847Z | Compiling cargo-util-schemas v0.8.2 |
| 574 | 2025-07-29T05:20:09.755Z | Compiling cargo_metadata v0.21.0 |
| 575 | 2025-07-29T05:20:11.851Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 576 | 2025-07-29T05:20:16.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 577 | 2025-07-29T05:20:16.294Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 578 | 2025-07-29T05:20:17.202Z | Downloading crates ... |
| 579 | 2025-07-29T05:20:17.405Z | Downloaded adler2 v2.0.0 |
| 580 | 2025-07-29T05:20:17.432Z | Downloaded globwalk v0.9.1 |
| 581 | 2025-07-29T05:20:17.432Z | Downloaded crc v3.2.1 |
| 582 | 2025-07-29T05:20:17.432Z | Downloaded hickory-client v0.25.2 |
| 583 | 2025-07-29T05:20:17.432Z | Downloaded highway v1.3.0 |
| 584 | 2025-07-29T05:20:18.012Z | Downloaded hex-literal v0.4.1 |
| 585 | 2025-07-29T05:20:18.012Z | Downloaded keccak v0.1.5 |
| 586 | 2025-07-29T05:20:18.012Z | Downloaded crossbeam-epoch v0.9.18 |
| 587 | 2025-07-29T05:20:18.012Z | Downloaded colored v2.2.0 |
| 588 | 2025-07-29T05:20:18.012Z | Downloaded crossbeam-channel v0.5.15 |
| 589 | 2025-07-29T05:20:18.012Z | Downloaded chrono v0.4.41 |
| 590 | 2025-07-29T05:20:18.012Z | Downloaded bindgen v0.71.1 |
| 591 | 2025-07-29T05:20:18.012Z | Downloaded lazy_static v1.5.0 |
| 592 | 2025-07-29T05:20:18.012Z | Downloaded httparse v1.9.5 |
| 593 | 2025-07-29T05:20:18.012Z | Downloaded aws-lc-rs v1.12.4 |
| 594 | 2025-07-29T05:20:18.012Z | Downloaded lru v0.12.5 |
| 595 | 2025-07-29T05:20:18.012Z | Downloaded termcolor v1.4.1 |
| 596 | 2025-07-29T05:20:18.012Z | Downloaded postgres-types v0.2.9 |
| 597 | 2025-07-29T05:20:18.012Z | Downloaded proc-macro-error2 v2.0.1 |
| 598 | 2025-07-29T05:20:18.012Z | Downloaded slog-scope v4.4.0 |
| 599 | 2025-07-29T05:20:18.012Z | Downloaded smf v0.2.3 |
| 600 | 2025-07-29T05:20:18.012Z | Downloaded smallvec v0.6.14 |
| 601 | 2025-07-29T05:20:18.012Z | Downloaded slog-stdlog v4.1.1 |
| 602 | 2025-07-29T05:20:18.013Z | Downloaded void v1.0.2 |
| 603 | 2025-07-29T05:20:18.013Z | Downloaded vergen v8.3.2 |
| 604 | 2025-07-29T05:20:18.013Z | Downloaded lzma-sys v0.1.20 |
| 605 | 2025-07-29T05:20:18.013Z | Downloaded waitgroup v0.1.2 |
| 606 | 2025-07-29T05:20:18.013Z | Downloaded zeroize_derive v1.4.2 |
| 607 | 2025-07-29T05:20:18.013Z | Downloaded zstd v0.13.3 |
| 608 | 2025-07-29T05:20:18.013Z | Downloaded zopfli v0.8.1 |
| 609 | 2025-07-29T05:20:18.013Z | Downloaded zone_cfg_derive v0.3.0 |
| 610 | 2025-07-29T05:20:18.013Z | Downloaded zone_cfg_derive v0.1.2 |
| 611 | 2025-07-29T05:20:18.013Z | Downloaded zone v0.3.1 |
| 612 | 2025-07-29T05:20:18.013Z | Downloaded zone v0.1.8 |
| 613 | 2025-07-29T05:20:18.013Z | Downloaded derive_more v0.99.20 |
| 614 | 2025-07-29T05:20:18.013Z | Downloaded native-tls v0.2.12 |
| 615 | 2025-07-29T05:20:18.013Z | Downloaded mime_guess v2.0.5 |
| 616 | 2025-07-29T05:20:18.013Z | Downloaded mime v0.3.17 |
| 617 | 2025-07-29T05:20:18.013Z | Downloaded endian-type v0.1.2 |
| 618 | 2025-07-29T05:20:18.013Z | Downloaded ena v0.14.3 |
| 619 | 2025-07-29T05:20:18.013Z | Downloaded env_logger v0.10.2 |
| 620 | 2025-07-29T05:20:18.013Z | Downloaded opaque-debug v0.3.1 |
| 621 | 2025-07-29T05:20:18.013Z | Downloaded pbkdf2 v0.12.2 |
| 622 | 2025-07-29T05:20:18.013Z | Downloaded password-hash v0.5.0 |
| 623 | 2025-07-29T05:20:18.013Z | Downloaded password-hash v0.4.2 |
| 624 | 2025-07-29T05:20:18.013Z | Downloaded regress v0.10.4 |
| 625 | 2025-07-29T05:20:18.013Z | Downloaded peg-macros v0.8.5 |
| 626 | 2025-07-29T05:20:18.013Z | Downloaded want v0.3.1 |
| 627 | 2025-07-29T05:20:18.013Z | Downloaded uuid v1.17.0 |
| 628 | 2025-07-29T05:20:18.013Z | Downloaded ghash v0.5.1 |
| 629 | 2025-07-29T05:20:18.013Z | Downloaded fxhash v0.2.1 |
| 630 | 2025-07-29T05:20:18.013Z | Downloaded futures-sink v0.3.31 |
| 631 | 2025-07-29T05:20:18.013Z | Downloaded match_cfg v0.1.0 |
| 632 | 2025-07-29T05:20:18.013Z | Downloaded value-bag v1.9.0 |
| 633 | 2025-07-29T05:20:18.013Z | Downloaded unarray v0.1.4 |
| 634 | 2025-07-29T05:20:18.013Z | Downloaded unicode-properties v0.1.3 |
| 635 | 2025-07-29T05:20:18.013Z | Downloaded tinyvec v1.8.0 |
| 636 | 2025-07-29T05:20:18.013Z | Downloaded nix v0.27.1 |
| 637 | 2025-07-29T05:20:18.013Z | Downloaded dirs-sys-next v0.1.2 |
| 638 | 2025-07-29T05:20:18.013Z | Downloaded maybe-uninit v2.0.0 |
| 639 | 2025-07-29T05:20:18.013Z | Downloaded polyval v0.6.2 |
| 640 | 2025-07-29T05:20:18.013Z | Downloaded git2 v0.19.0 |
| 641 | 2025-07-29T05:20:18.013Z | Downloaded gimli v0.31.1 |
| 642 | 2025-07-29T05:20:18.014Z | Downloaded foreign-types-shared v0.1.1 |
| 643 | 2025-07-29T05:20:18.014Z | Downloaded pin-project v1.1.6 |
| 644 | 2025-07-29T05:20:18.014Z | Downloaded pin-project-lite v0.2.14 |
| 645 | 2025-07-29T05:20:18.014Z | Downloaded num v0.4.3 |
| 646 | 2025-07-29T05:20:18.014Z | Downloaded num-complex v0.4.6 |
| 647 | 2025-07-29T05:20:18.014Z | Downloaded num-conv v0.1.0 |
| 648 | 2025-07-29T05:20:18.014Z | Downloaded nu-ansi-term v0.50.1 |
| 649 | 2025-07-29T05:20:18.014Z | Downloaded newtype-uuid v1.2.4 |
| 650 | 2025-07-29T05:20:18.014Z | Downloaded unicode-normalization v0.1.24 |
| 651 | 2025-07-29T05:20:18.014Z | Downloaded fd-lock v4.0.2 |
| 652 | 2025-07-29T05:20:18.014Z | Downloaded shlex v1.3.0 |
| 653 | 2025-07-29T05:20:18.014Z | Downloaded newline-converter v0.3.0 |
| 654 | 2025-07-29T05:20:18.041Z | Downloaded rustc_version v0.4.1 |
| 655 | 2025-07-29T05:20:18.041Z | Downloaded csv v1.3.1 |
| 656 | 2025-07-29T05:20:18.041Z | Downloaded data-encoding v2.9.0 |
| 657 | 2025-07-29T05:20:18.041Z | Downloaded derive-ex v0.1.8 |
| 658 | 2025-07-29T05:20:18.041Z | Downloaded defmt-parser v0.3.4 |
| 659 | 2025-07-29T05:20:18.041Z | Downloaded darling v0.20.10 |
| 660 | 2025-07-29T05:20:18.042Z | Downloaded quinn-udp v0.5.5 |
| 661 | 2025-07-29T05:20:18.042Z | Downloaded tiny-keccak v2.0.2 |
| 662 | 2025-07-29T05:20:18.042Z | Downloaded tracing-attributes v0.1.27 |
| 663 | 2025-07-29T05:20:18.042Z | Downloaded derive_builder_core v0.20.2 |
| 664 | 2025-07-29T05:20:18.042Z | Downloaded num-bigint-dig v0.8.4 |
| 665 | 2025-07-29T05:20:18.042Z | Downloaded schemars v0.8.22 |
| 666 | 2025-07-29T05:20:18.042Z | Downloaded number_prefix v0.4.0 |
| 667 | 2025-07-29T05:20:18.069Z | Downloaded pkcs5 v0.7.1 |
| 668 | 2025-07-29T05:20:18.069Z | Downloaded radix_trie v0.2.1 |
| 669 | 2025-07-29T05:20:18.069Z | Downloaded darling_core v0.21.0 |
| 670 | 2025-07-29T05:20:18.069Z | Downloaded progenitor v0.9.1 |
| 671 | 2025-07-29T05:20:18.069Z | Downloaded rand_core v0.6.4 |
| 672 | 2025-07-29T05:20:18.069Z | Downloaded mio v1.0.2 |
| 673 | 2025-07-29T05:20:18.095Z | Downloaded minimal-lexical v0.2.1 |
| 674 | 2025-07-29T05:20:18.096Z | Downloaded moka v0.12.10 |
| 675 | 2025-07-29T05:20:18.096Z | Downloaded rustyline v14.0.0 |
| 676 | 2025-07-29T05:20:18.122Z | Downloaded diesel v2.2.11 |
| 677 | 2025-07-29T05:20:18.122Z | Downloaded tungstenite v0.21.0 |
| 678 | 2025-07-29T05:20:18.122Z | Downloaded strum_macros v0.27.1 |
| 679 | 2025-07-29T05:20:18.149Z | Downloaded winnow v0.6.26 |
| 680 | 2025-07-29T05:20:18.149Z | Downloaded rustls v0.22.4 |
| 681 | 2025-07-29T05:20:18.149Z | Downloaded progenitor v0.8.0 |
| 682 | 2025-07-29T05:20:18.149Z | Downloaded postcard v1.0.10 |
| 683 | 2025-07-29T05:20:18.177Z | Downloaded rand v0.9.1 |
| 684 | 2025-07-29T05:20:18.177Z | Downloaded rand v0.8.5 |
| 685 | 2025-07-29T05:20:18.177Z | Downloaded winnow v0.5.40 |
| 686 | 2025-07-29T05:20:18.177Z | Downloaded rustls v0.21.12 |
| 687 | 2025-07-29T05:20:18.204Z | Downloaded diesel_derives v2.2.3 |
| 688 | 2025-07-29T05:20:18.204Z | Downloaded steno v0.4.1 |
| 689 | 2025-07-29T05:20:18.204Z | Downloaded petgraph v0.8.2 |
| 690 | 2025-07-29T05:20:18.231Z | Downloaded crossterm v0.29.0 |
| 691 | 2025-07-29T05:20:18.231Z | Downloaded num_enum_derive v0.5.11 |
| 692 | 2025-07-29T05:20:18.231Z | Downloaded rand_seeder v0.3.0 |
| 693 | 2025-07-29T05:20:18.231Z | Downloaded rand_core v0.9.2 |
| 694 | 2025-07-29T05:20:18.231Z | Downloaded rand_chacha v0.9.0 |
| 695 | 2025-07-29T05:20:18.231Z | Downloaded rand_chacha v0.3.1 |
| 696 | 2025-07-29T05:20:18.231Z | Downloaded proptest v1.7.0 |
| 697 | 2025-07-29T05:20:18.258Z | Downloaded progenitor-impl v0.8.0 |
| 698 | 2025-07-29T05:20:18.258Z | Downloaded progenitor-client v0.10.0 |
| 699 | 2025-07-29T05:20:18.258Z | Downloaded progenitor-client v0.9.1 |
| 700 | 2025-07-29T05:20:18.258Z | Downloaded sha3 v0.10.8 |
| 701 | 2025-07-29T05:20:18.258Z | Downloaded progenitor-client v0.8.0 |
| 702 | 2025-07-29T05:20:18.258Z | Downloaded progenitor v0.10.0 |
| 703 | 2025-07-29T05:20:18.258Z | Downloaded curve25519-dalek v4.1.3 |
| 704 | 2025-07-29T05:20:18.258Z | Downloaded num-derive v0.3.3 |
| 705 | 2025-07-29T05:20:18.259Z | Downloaded fs-err v2.11.0 |
| 706 | 2025-07-29T05:20:18.285Z | Downloaded diesel-dtrace v0.4.2 |
| 707 | 2025-07-29T05:20:18.285Z | Downloaded tabled_derive v0.10.0 |
| 708 | 2025-07-29T05:20:18.285Z | Downloaded subprocess v0.2.9 |
| 709 | 2025-07-29T05:20:18.285Z | Downloaded static_assertions v1.1.0 |
| 710 | 2025-07-29T05:20:18.285Z | Downloaded yansi v1.0.1 |
| 711 | 2025-07-29T05:20:18.285Z | Downloaded x509-cert v0.2.5 |
| 712 | 2025-07-29T05:20:18.285Z | Downloaded object v0.30.4 |
| 713 | 2025-07-29T05:20:18.286Z | Downloaded samael v0.0.19 |
| 714 | 2025-07-29T05:20:18.312Z | Downloaded typed-path v0.9.3 |
| 715 | 2025-07-29T05:20:18.312Z | Downloaded num_threads v0.1.7 |
| 716 | 2025-07-29T05:20:18.312Z | Downloaded num_enum v0.5.11 |
| 717 | 2025-07-29T05:20:18.312Z | Downloaded num-rational v0.4.2 |
| 718 | 2025-07-29T05:20:18.312Z | Downloaded num-iter v0.1.45 |
| 719 | 2025-07-29T05:20:18.312Z | Downloaded salsa20 v0.10.2 |
| 720 | 2025-07-29T05:20:18.312Z | Downloaded postgres-protocol v0.6.8 |
| 721 | 2025-07-29T05:20:18.312Z | Downloaded pkcs8 v0.10.2 |
| 722 | 2025-07-29T05:20:18.312Z | Downloaded num-integer v0.1.46 |
| 723 | 2025-07-29T05:20:18.339Z | Downloaded num-derive v0.4.2 |
| 724 | 2025-07-29T05:20:18.339Z | Downloaded miniz_oxide v0.8.5 |
| 725 | 2025-07-29T05:20:18.339Z | Downloaded memmap2 v0.9.5 |
| 726 | 2025-07-29T05:20:18.339Z | Downloaded md5 v0.7.0 |
| 727 | 2025-07-29T05:20:18.339Z | Downloaded md-5 v0.10.6 |
| 728 | 2025-07-29T05:20:18.339Z | Downloaded foreign-types-shared v0.3.1 |
| 729 | 2025-07-29T05:20:18.339Z | Downloaded subtle v2.6.1 |
| 730 | 2025-07-29T05:20:18.339Z | Downloaded strum_macros v0.26.4 |
| 731 | 2025-07-29T05:20:18.339Z | Downloaded derive-where v1.5.0 |
| 732 | 2025-07-29T05:20:18.339Z | Downloaded twox-hash v2.1.0 |
| 733 | 2025-07-29T05:20:18.339Z | Downloaded tungstenite v0.23.0 |
| 734 | 2025-07-29T05:20:18.339Z | Downloaded strip-ansi-escapes v0.2.0 |
| 735 | 2025-07-29T05:20:18.339Z | Downloaded rustls v0.23.19 |
| 736 | 2025-07-29T05:20:18.366Z | Downloaded scheduled-thread-pool v0.2.7 |
| 737 | 2025-07-29T05:20:18.367Z | Downloaded same-file v1.0.6 |
| 738 | 2025-07-29T05:20:18.367Z | Downloaded derive_builder v0.20.2 |
| 739 | 2025-07-29T05:20:18.367Z | Downloaded tui-tree-widget v0.23.1 |
| 740 | 2025-07-29T05:20:18.367Z | Downloaded thiserror-no-std v2.0.2 |
| 741 | 2025-07-29T05:20:18.367Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 742 | 2025-07-29T05:20:18.367Z | Downloaded termios v0.3.3 |
| 743 | 2025-07-29T05:20:18.367Z | Downloaded progenitor-macro v0.10.0 |
| 744 | 2025-07-29T05:20:18.367Z | Downloaded progenitor-macro v0.9.1 |
| 745 | 2025-07-29T05:20:18.367Z | Downloaded aws-lc-sys v0.26.0 |
| 746 | 2025-07-29T05:20:18.585Z | Downloaded progenitor-macro v0.8.0 |
| 747 | 2025-07-29T05:20:18.611Z | Downloaded progenitor-impl v0.10.0 |
| 748 | 2025-07-29T05:20:18.611Z | Downloaded progenitor-impl v0.9.1 |
| 749 | 2025-07-29T05:20:18.611Z | Downloaded darling_macro v0.21.0 |
| 750 | 2025-07-29T05:20:18.611Z | Downloaded darling v0.21.0 |
| 751 | 2025-07-29T05:20:18.611Z | Downloaded daft-derive v0.1.4 |
| 752 | 2025-07-29T05:20:18.611Z | Downloaded daft v0.1.4 |
| 753 | 2025-07-29T05:20:18.612Z | Downloaded strum_macros v0.24.3 |
| 754 | 2025-07-29T05:20:18.612Z | Downloaded num-bigint v0.4.6 |
| 755 | 2025-07-29T05:20:18.612Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 756 | 2025-07-29T05:20:18.639Z | Downloaded test-strategy v0.4.3 |
| 757 | 2025-07-29T05:20:18.639Z | Downloaded der v0.7.9 |
| 758 | 2025-07-29T05:20:18.639Z | Downloaded time-macros v0.2.18 |
| 759 | 2025-07-29T05:20:18.665Z | Downloaded termtree v0.5.1 |
| 760 | 2025-07-29T05:20:18.665Z | Downloaded tar v0.4.44 |
| 761 | 2025-07-29T05:20:18.665Z | Downloaded tap v1.0.1 |
| 762 | 2025-07-29T05:20:18.665Z | Downloaded ssh-key v0.6.6 |
| 763 | 2025-07-29T05:20:18.665Z | Downloaded darling_core v0.20.10 |
| 764 | 2025-07-29T05:20:18.665Z | Downloaded petgraph v0.6.5 |
| 765 | 2025-07-29T05:20:18.692Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 766 | 2025-07-29T05:20:18.692Z | Downloaded crunchy v0.2.2 |
| 767 | 2025-07-29T05:20:18.692Z | Downloaded which v4.4.2 |
| 768 | 2025-07-29T05:20:18.692Z | Downloaded defmt-macros v0.3.9 |
| 769 | 2025-07-29T05:20:18.692Z | Downloaded defmt v0.3.8 |
| 770 | 2025-07-29T05:20:18.692Z | Downloaded structmeta-derive v0.3.0 |
| 771 | 2025-07-29T05:20:18.692Z | Downloaded structmeta v0.3.0 |
| 772 | 2025-07-29T05:20:18.692Z | Downloaded stringprep v0.1.5 |
| 773 | 2025-07-29T05:20:18.693Z | Downloaded string_cache v0.8.9 |
| 774 | 2025-07-29T05:20:18.719Z | Downloaded sqlparser v0.45.0 |
| 775 | 2025-07-29T05:20:18.719Z | Downloaded petname v2.0.2 |
| 776 | 2025-07-29T05:20:18.719Z | Downloaded tabled v0.18.0 |
| 777 | 2025-07-29T05:20:18.746Z | Downloaded rustls-webpki v0.102.8 |
| 778 | 2025-07-29T05:20:18.746Z | Downloaded rustls-webpki v0.101.7 |
| 779 | 2025-07-29T05:20:18.773Z | Downloaded publicsuffix v2.3.0 |
| 780 | 2025-07-29T05:20:18.773Z | Downloaded darling_macro v0.20.10 |
| 781 | 2025-07-29T05:20:18.773Z | Downloaded strum v0.27.2 |
| 782 | 2025-07-29T05:20:18.773Z | Downloaded strum v0.26.3 |
| 783 | 2025-07-29T05:20:18.773Z | Downloaded quick-xml v0.37.2 |
| 784 | 2025-07-29T05:20:18.773Z | Downloaded rustc_version v0.1.7 |
| 785 | 2025-07-29T05:20:18.773Z | Downloaded rustc-hash v2.1.1 |
| 786 | 2025-07-29T05:20:18.773Z | Downloaded radium v0.7.0 |
| 787 | 2025-07-29T05:20:18.800Z | Downloaded r2d2 v0.8.10 |
| 788 | 2025-07-29T05:20:18.800Z | Downloaded nanorand v0.7.0 |
| 789 | 2025-07-29T05:20:18.800Z | Downloaded multimap v0.10.1 |
| 790 | 2025-07-29T05:20:18.800Z | Downloaded multer v3.1.0 |
| 791 | 2025-07-29T05:20:18.800Z | Downloaded xshell-macros v0.2.7 |
| 792 | 2025-07-29T05:20:18.800Z | Downloaded xshell v0.2.7 |
| 793 | 2025-07-29T05:20:18.800Z | Downloaded wyz v0.5.1 |
| 794 | 2025-07-29T05:20:18.800Z | Downloaded signature v2.2.0 |
| 795 | 2025-07-29T05:20:18.800Z | Downloaded signal-hook-registry v1.4.2 |
| 796 | 2025-07-29T05:20:18.800Z | Downloaded shell-words v1.1.0 |
| 797 | 2025-07-29T05:20:18.800Z | Downloaded flume v0.11.1 |
| 798 | 2025-07-29T05:20:18.800Z | Downloaded flate2 v1.1.2 |
| 799 | 2025-07-29T05:20:18.800Z | Downloaded quinn v0.11.5 |
| 800 | 2025-07-29T05:20:18.800Z | Downloaded qorb v0.4.0 |
| 801 | 2025-07-29T05:20:18.827Z | Downloaded polar-core v0.27.3 |
| 802 | 2025-07-29T05:20:18.827Z | Downloaded openapiv3 v2.2.0 |
| 803 | 2025-07-29T05:20:18.827Z | Downloaded object v0.36.5 |
| 804 | 2025-07-29T05:20:18.854Z | Downloaded new_debug_unreachable v1.0.6 |
| 805 | 2025-07-29T05:20:18.854Z | Downloaded xz2 v0.1.7 |
| 806 | 2025-07-29T05:20:18.854Z | Downloaded xattr v1.3.1 |
| 807 | 2025-07-29T05:20:18.854Z | Downloaded whoami v1.5.2 |
| 808 | 2025-07-29T05:20:18.854Z | Downloaded signal-hook v0.3.18 |
| 809 | 2025-07-29T05:20:18.854Z | Downloaded crypto-bigint v0.5.5 |
| 810 | 2025-07-29T05:20:18.854Z | Downloaded webpki-roots v1.0.1 |
| 811 | 2025-07-29T05:20:18.881Z | Downloaded tokio v1.47.0 |
| 812 | 2025-07-29T05:20:18.907Z | Downloaded typify-impl v0.4.1 |
| 813 | 2025-07-29T05:20:18.934Z | Downloaded typify-impl v0.3.0 |
| 814 | 2025-07-29T05:20:18.934Z | Downloaded salty v0.3.0 |
| 815 | 2025-07-29T05:20:18.961Z | Downloaded dropshot v0.16.2 |
| 816 | 2025-07-29T05:20:18.961Z | Downloaded typify-impl v0.2.0 |
| 817 | 2025-07-29T05:20:18.988Z | Downloaded typify v0.2.0 |
| 818 | 2025-07-29T05:20:18.988Z | Downloaded support-bundle-viewer v0.1.2 |
| 819 | 2025-07-29T05:20:18.988Z | Downloaded rustls-pki-types v1.10.0 |
| 820 | 2025-07-29T05:20:18.988Z | Downloaded portable-atomic v1.11.0 |
| 821 | 2025-07-29T05:20:19.015Z | Downloaded serde_with v3.14.0 |
| 822 | 2025-07-29T05:20:19.015Z | Downloaded crucible-workspace-hack v0.1.0 |
| 823 | 2025-07-29T05:20:19.015Z | Downloaded zerocopy v0.6.6 |
| 824 | 2025-07-29T05:20:19.015Z | Downloaded rusty-fork v0.3.0 |
| 825 | 2025-07-29T05:20:19.015Z | Downloaded rustversion v1.0.17 |
| 826 | 2025-07-29T05:20:19.015Z | Downloaded yasna v0.5.2 |
| 827 | 2025-07-29T05:20:19.015Z | Downloaded ff v0.13.0 |
| 828 | 2025-07-29T05:20:19.015Z | Downloaded normalize-line-endings v0.3.0 |
| 829 | 2025-07-29T05:20:19.015Z | Downloaded ssh-encoding v0.2.0 |
| 830 | 2025-07-29T05:20:19.042Z | Downloaded ssh-cipher v0.2.0 |
| 831 | 2025-07-29T05:20:19.042Z | Downloaded sqlparser_derive v0.2.2 |
| 832 | 2025-07-29T05:20:19.042Z | Downloaded sqlformat v0.3.5 |
| 833 | 2025-07-29T05:20:19.042Z | Downloaded sigpipe v0.1.3 |
| 834 | 2025-07-29T05:20:19.042Z | Downloaded signal-hook-tokio v0.3.1 |
| 835 | 2025-07-29T05:20:19.042Z | Downloaded signal-hook-mio v0.2.4 |
| 836 | 2025-07-29T05:20:19.042Z | Downloaded pkcs1 v0.7.5 |
| 837 | 2025-07-29T05:20:19.042Z | Downloaded pem-rfc7468 v0.7.0 |
| 838 | 2025-07-29T05:20:19.042Z | Downloaded pem v3.0.5 |
| 839 | 2025-07-29T05:20:19.042Z | Downloaded peg-runtime v0.8.5 |
| 840 | 2025-07-29T05:20:19.042Z | Downloaded float-ord v0.3.2 |
| 841 | 2025-07-29T05:20:19.042Z | Downloaded fixedbitset v0.5.7 |
| 842 | 2025-07-29T05:20:19.042Z | Downloaded deranged v0.3.11 |
| 843 | 2025-07-29T05:20:19.042Z | Downloaded der_derive v0.7.3 |
| 844 | 2025-07-29T05:20:19.042Z | Downloaded try-lock v0.2.5 |
| 845 | 2025-07-29T05:20:19.042Z | Downloaded tracing-core v0.1.32 |
| 846 | 2025-07-29T05:20:19.042Z | Downloaded siphasher v0.3.11 |
| 847 | 2025-07-29T05:20:19.042Z | Downloaded difflib v0.4.0 |
| 848 | 2025-07-29T05:20:19.042Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 849 | 2025-07-29T05:20:19.069Z | Downloaded encoding_rs v0.8.34 |
| 850 | 2025-07-29T05:20:19.069Z | Downloaded zlib-rs v0.5.1 |
| 851 | 2025-07-29T05:20:19.096Z | Downloaded zip v4.2.0 |
| 852 | 2025-07-29T05:20:19.096Z | Downloaded zip v0.6.6 |
| 853 | 2025-07-29T05:20:19.096Z | Downloaded pin-project-internal v1.1.6 |
| 854 | 2025-07-29T05:20:19.096Z | Downloaded phf_shared v0.12.1 |
| 855 | 2025-07-29T05:20:19.096Z | Downloaded phf_shared v0.11.2 |
| 856 | 2025-07-29T05:20:19.096Z | Downloaded phf v0.12.1 |
| 857 | 2025-07-29T05:20:19.096Z | Downloaded phf v0.11.2 |
| 858 | 2025-07-29T05:20:19.096Z | Downloaded flagset v0.4.6 |
| 859 | 2025-07-29T05:20:19.096Z | Downloaded typify-macro v0.2.0 |
| 860 | 2025-07-29T05:20:19.096Z | Downloaded typify v0.4.1 |
| 861 | 2025-07-29T05:20:19.096Z | Downloaded typify v0.3.0 |
| 862 | 2025-07-29T05:20:19.123Z | Downloaded sync-ptr v0.1.4 |
| 863 | 2025-07-29T05:20:19.123Z | Downloaded similar v2.7.0 |
| 864 | 2025-07-29T05:20:19.123Z | Downloaded simd-adler32 v0.3.7 |
| 865 | 2025-07-29T05:20:19.123Z | Downloaded rustls-pemfile v2.2.0 |
| 866 | 2025-07-29T05:20:19.123Z | Downloaded rustls-pemfile v1.0.4 |
| 867 | 2025-07-29T05:20:19.123Z | Downloaded rustls-native-certs v0.8.1 |
| 868 | 2025-07-29T05:20:19.123Z | Downloaded float-cmp v0.10.0 |
| 869 | 2025-07-29T05:20:19.123Z | Downloaded quinn-proto v0.11.8 |
| 870 | 2025-07-29T05:20:19.123Z | Downloaded foreign-types-macros v0.2.3 |
| 871 | 2025-07-29T05:20:19.123Z | Downloaded foreign-types v0.5.0 |
| 872 | 2025-07-29T05:20:19.123Z | Downloaded foreign-types v0.3.2 |
| 873 | 2025-07-29T05:20:19.123Z | Downloaded foldhash v0.1.5 |
| 874 | 2025-07-29T05:20:19.150Z | Downloaded fixedbitset v0.4.2 |
| 875 | 2025-07-29T05:20:19.150Z | Downloaded filetime v0.2.25 |
| 876 | 2025-07-29T05:20:19.150Z | Downloaded debug-ignore v1.0.5 |
| 877 | 2025-07-29T05:20:19.150Z | Downloaded ctr v0.9.2 |
| 878 | 2025-07-29T05:20:19.150Z | Downloaded csv-core v0.1.11 |
| 879 | 2025-07-29T05:20:19.150Z | Downloaded cstr-argument v0.1.2 |
| 880 | 2025-07-29T05:20:19.150Z | Downloaded sync_wrapper v1.0.1 |
| 881 | 2025-07-29T05:20:19.150Z | Downloaded supports-color v3.0.2 |
| 882 | 2025-07-29T05:20:19.150Z | Downloaded spki v0.7.3 |
| 883 | 2025-07-29T05:20:19.150Z | Downloaded spin v0.9.8 |
| 884 | 2025-07-29T05:20:19.150Z | Downloaded socket2 v0.6.0 |
| 885 | 2025-07-29T05:20:19.150Z | Downloaded socket2 v0.5.10 |
| 886 | 2025-07-29T05:20:19.150Z | Downloaded siphasher v1.0.1 |
| 887 | 2025-07-29T05:20:19.150Z | Downloaded quick-error v1.2.3 |
| 888 | 2025-07-29T05:20:19.150Z | Downloaded psl-types v2.0.11 |
| 889 | 2025-07-29T05:20:19.150Z | Downloaded nix v0.28.0 |
| 890 | 2025-07-29T05:20:19.177Z | Downloaded ed25519-dalek v2.1.1 |
| 891 | 2025-07-29T05:20:19.177Z | Downloaded ring v0.17.14 |
| 892 | 2025-07-29T05:20:19.208Z | Downloaded unicode_categories v0.1.1 |
| 893 | 2025-07-29T05:20:19.235Z | Downloaded unicode-segmentation v1.12.0 |
| 894 | 2025-07-29T05:20:19.235Z | Downloaded typify-macro v0.3.0 |
| 895 | 2025-07-29T05:20:19.235Z | Downloaded tracing v0.1.40 |
| 896 | 2025-07-29T05:20:19.235Z | Downloaded tls_codec_derive v0.4.1 |
| 897 | 2025-07-29T05:20:19.235Z | Downloaded tls_codec v0.4.1 |
| 898 | 2025-07-29T05:20:19.235Z | Downloaded tabwriter v1.4.0 |
| 899 | 2025-07-29T05:20:19.235Z | Downloaded serde_plain v1.0.2 |
| 900 | 2025-07-29T05:20:19.235Z | Downloaded serde-hex v0.1.0 |
| 901 | 2025-07-29T05:20:19.235Z | Downloaded serde-big-array v0.5.1 |
| 902 | 2025-07-29T05:20:19.235Z | Downloaded semver v0.1.20 |
| 903 | 2025-07-29T05:20:19.235Z | Downloaded secrecy v0.8.0 |
| 904 | 2025-07-29T05:20:19.235Z | Downloaded p521 v0.13.3 |
| 905 | 2025-07-29T05:20:19.262Z | Downloaded p384 v0.13.0 |
| 906 | 2025-07-29T05:20:19.262Z | Downloaded derive_more-impl v2.0.1 |
| 907 | 2025-07-29T05:20:19.262Z | Downloaded russh v0.45.0 |
| 908 | 2025-07-29T05:20:19.262Z | Downloaded poly1305 v0.8.0 |
| 909 | 2025-07-29T05:20:19.262Z | Downloaded pkg-config v0.3.31 |
| 910 | 2025-07-29T05:20:19.262Z | Downloaded pin-utils v0.1.0 |
| 911 | 2025-07-29T05:20:19.262Z | Downloaded futures-util v0.3.31 |
| 912 | 2025-07-29T05:20:19.289Z | Downloaded vcpkg v0.2.15 |
| 913 | 2025-07-29T05:20:19.316Z | Downloaded unicode-bidi v0.3.17 |
| 914 | 2025-07-29T05:20:19.343Z | Downloaded unicase v2.7.0 |
| 915 | 2025-07-29T05:20:19.343Z | Downloaded typify-macro v0.4.1 |
| 916 | 2025-07-29T05:20:19.343Z | Downloaded gethostname v0.5.0 |
| 917 | 2025-07-29T05:20:19.343Z | Downloaded futures-macro v0.3.31 |
| 918 | 2025-07-29T05:20:19.343Z | Downloaded futures-io v0.3.31 |
| 919 | 2025-07-29T05:20:19.343Z | Downloaded futures-executor v0.3.31 |
| 920 | 2025-07-29T05:20:19.343Z | Downloaded futures-core v0.3.31 |
| 921 | 2025-07-29T05:20:19.343Z | Downloaded futures-channel v0.3.31 |
| 922 | 2025-07-29T05:20:19.343Z | Downloaded futures v0.3.31 |
| 923 | 2025-07-29T05:20:19.343Z | Downloaded funty v2.0.0 |
| 924 | 2025-07-29T05:20:19.343Z | Downloaded fs_extra v1.3.0 |
| 925 | 2025-07-29T05:20:19.343Z | Downloaded fatfs v0.3.6 |
| 926 | 2025-07-29T05:20:19.343Z | Downloaded des v0.8.1 |
| 927 | 2025-07-29T05:20:19.343Z | Downloaded expectorate v1.2.0 |
| 928 | 2025-07-29T05:20:19.370Z | Downloaded derive_more v2.0.1 |
| 929 | 2025-07-29T05:20:19.370Z | Downloaded zerocopy-derive v0.8.26 |
| 930 | 2025-07-29T05:20:19.370Z | Downloaded zerocopy-derive v0.6.6 |
| 931 | 2025-07-29T05:20:19.397Z | Downloaded zerocopy v0.8.26 |
| 932 | 2025-07-29T05:20:19.423Z | Downloaded tough v0.20.0 |
| 933 | 2025-07-29T05:20:19.423Z | Downloaded dirs-next v2.0.0 |
| 934 | 2025-07-29T05:20:19.423Z | Downloaded diff v0.1.13 |
| 935 | 2025-07-29T05:20:19.423Z | Downloaded openssl-sys v0.9.109 |
| 936 | 2025-07-29T05:20:19.423Z | Downloaded openssl v0.10.73 |
| 937 | 2025-07-29T05:20:19.450Z | Downloaded nom v7.1.3 |
| 938 | 2025-07-29T05:20:19.450Z | Downloaded nix v0.30.1 |
| 939 | 2025-07-29T05:20:19.450Z | Downloaded nix v0.29.0 |
| 940 | 2025-07-29T05:20:19.477Z | Downloaded tagptr v0.2.0 |
| 941 | 2025-07-29T05:20:19.477Z | Downloaded serde_cbor v0.11.2 |
| 942 | 2025-07-29T05:20:19.477Z | Downloaded uzers v0.12.1 |
| 943 | 2025-07-29T05:20:19.478Z | Downloaded unit-prefix v0.5.1 |
| 944 | 2025-07-29T05:20:19.478Z | Downloaded serde_urlencoded v0.7.1 |
| 945 | 2025-07-29T05:20:19.478Z | Downloaded serde_bytes v0.11.17 |
| 946 | 2025-07-29T05:20:19.478Z | Downloaded scrypt v0.11.0 |
| 947 | 2025-07-29T05:20:19.478Z | Downloaded scopeguard v1.2.0 |
| 948 | 2025-07-29T05:20:19.478Z | Downloaded schemars_derive v0.8.22 |
| 949 | 2025-07-29T05:20:19.478Z | Downloaded snafu v0.8.5 |
| 950 | 2025-07-29T05:20:19.478Z | Downloaded smoltcp v0.11.0 |
| 951 | 2025-07-29T05:20:19.504Z | Downloaded smoltcp v0.9.1 |
| 952 | 2025-07-29T05:20:19.504Z | Downloaded libz-sys v1.1.20 |
| 953 | 2025-07-29T05:20:19.531Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 954 | 2025-07-29T05:20:19.583Z | Downloaded globset v0.4.15 |
| 955 | 2025-07-29T05:20:19.610Z | Downloaded glob v0.3.2 |
| 956 | 2025-07-29T05:20:19.610Z | Downloaded getrandom v0.2.15 |
| 957 | 2025-07-29T05:20:19.610Z | Downloaded futures-task v0.3.31 |
| 958 | 2025-07-29T05:20:19.610Z | Downloaded tower-service v0.3.3 |
| 959 | 2025-07-29T05:20:19.610Z | Downloaded tinyvec_macros v0.1.1 |
| 960 | 2025-07-29T05:20:19.610Z | Downloaded take_mut v0.2.2 |
| 961 | 2025-07-29T05:20:19.610Z | Downloaded serde_with_macros v3.14.0 |
| 962 | 2025-07-29T05:20:19.610Z | Downloaded serde_repr v0.1.19 |
| 963 | 2025-07-29T05:20:19.610Z | Downloaded serde_path_to_error v0.1.17 |
| 964 | 2025-07-29T05:20:19.610Z | Downloaded serde_derive_internals v0.29.1 |
| 965 | 2025-07-29T05:20:19.611Z | Downloaded secrecy v0.10.3 |
| 966 | 2025-07-29T05:20:19.611Z | Downloaded sec1 v0.7.3 |
| 967 | 2025-07-29T05:20:19.637Z | Downloaded sct v0.7.1 |
| 968 | 2025-07-29T05:20:19.637Z | Downloaded fallible-iterator v0.2.0 |
| 969 | 2025-07-29T05:20:19.638Z | Downloaded display-error-chain v0.2.2 |
| 970 | 2025-07-29T05:20:19.638Z | Downloaded tower-http v0.6.6 |
| 971 | 2025-07-29T05:20:19.638Z | Downloaded tower v0.5.2 |
| 972 | 2025-07-29T05:20:19.638Z | Downloaded toml_edit v0.19.15 |
| 973 | 2025-07-29T05:20:19.665Z | Downloaded tokio-util v0.7.15 |
| 974 | 2025-07-29T05:20:19.665Z | Downloaded tokio-postgres v0.7.13 |
| 975 | 2025-07-29T05:20:19.691Z | Downloaded time v0.3.36 |
| 976 | 2025-07-29T05:20:19.691Z | Downloaded reqwest v0.12.22 |
| 977 | 2025-07-29T05:20:19.691Z | Downloaded regex-syntax v0.8.5 |
| 978 | 2025-07-29T05:20:19.718Z | Downloaded regex-syntax v0.6.29 |
| 979 | 2025-07-29T05:20:19.718Z | Downloaded unicode-truncate v1.1.0 |
| 980 | 2025-07-29T05:20:19.718Z | Downloaded regex v1.11.1 |
| 981 | 2025-07-29T05:20:19.718Z | Downloaded walkdir v2.5.0 |
| 982 | 2025-07-29T05:20:19.745Z | Downloaded utf-8 v0.7.6 |
| 983 | 2025-07-29T05:20:19.745Z | Downloaded untrusted v0.9.0 |
| 984 | 2025-07-29T05:20:19.745Z | Downloaded untrusted v0.7.1 |
| 985 | 2025-07-29T05:20:19.745Z | Downloaded unsafe-libyaml v0.2.11 |
| 986 | 2025-07-29T05:20:19.745Z | Downloaded universal-hash v0.5.1 |
| 987 | 2025-07-29T05:20:19.745Z | Downloaded sha1 v0.10.6 |
| 988 | 2025-07-29T05:20:19.745Z | Downloaded serde_yaml v0.9.34+deprecated |
| 989 | 2025-07-29T05:20:19.745Z | Downloaded parse-size v1.1.0 |
| 990 | 2025-07-29T05:20:19.745Z | Downloaded parking_lot_core v0.8.6 |
| 991 | 2025-07-29T05:20:19.745Z | Downloaded parking_lot v0.11.2 |
| 992 | 2025-07-29T05:20:19.745Z | Downloaded packed_struct_codegen v0.10.1 |
| 993 | 2025-07-29T05:20:19.745Z | Downloaded packed_struct v0.10.1 |
| 994 | 2025-07-29T05:20:19.745Z | Downloaded ratatui v0.29.0 |
| 995 | 2025-07-29T05:20:19.772Z | Downloaded peg v0.8.5 |
| 996 | 2025-07-29T05:20:19.772Z | Downloaded path-slash v0.1.5 |
| 997 | 2025-07-29T05:20:19.772Z | Downloaded parse-display-derive v0.10.0 |
| 998 | 2025-07-29T05:20:19.772Z | Downloaded parse-display v0.10.0 |
| 999 | 2025-07-29T05:20:19.772Z | Downloaded papergrid v0.14.0 |
| 1000 | 2025-07-29T05:20:19.799Z | Downloaded oxnet v0.1.3 |
| 1001 | 2025-07-29T05:20:19.799Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1002 | 2025-07-29T05:20:19.799Z | Downloaded oso-derive v0.27.3 |
| 1003 | 2025-07-29T05:20:19.799Z | Downloaded oso v0.27.3 |
| 1004 | 2025-07-29T05:20:19.799Z | Downloaded omicron-zone-package v0.12.2 |
| 1005 | 2025-07-29T05:20:19.799Z | Downloaded olpc-cjson v0.1.4 |
| 1006 | 2025-07-29T05:20:19.799Z | Downloaded newtype_derive v0.1.6 |
| 1007 | 2025-07-29T05:20:19.799Z | Downloaded env_logger v0.11.5 |
| 1008 | 2025-07-29T05:20:19.799Z | Downloaded env_filter v0.1.2 |
| 1009 | 2025-07-29T05:20:19.799Z | Downloaded rayon-core v1.12.1 |
| 1010 | 2025-07-29T05:20:19.799Z | Downloaded rayon v1.10.0 |
| 1011 | 2025-07-29T05:20:19.826Z | Downloaded parking_lot_core v0.9.10 |
| 1012 | 2025-07-29T05:20:19.826Z | Downloaded parking_lot v0.12.3 |
| 1013 | 2025-07-29T05:20:19.826Z | Downloaded p256 v0.13.2 |
| 1014 | 2025-07-29T05:20:19.826Z | Downloaded owo-colors v4.2.2 |
| 1015 | 2025-07-29T05:20:19.826Z | Downloaded pbkdf2 v0.11.0 |
| 1016 | 2025-07-29T05:20:19.826Z | Downloaded paste v1.0.15 |
| 1017 | 2025-07-29T05:20:19.826Z | Downloaded openssl-probe v0.1.5 |
| 1018 | 2025-07-29T05:20:19.826Z | Downloaded openssl-macros v0.1.1 |
| 1019 | 2025-07-29T05:20:19.826Z | Downloaded nodrop v0.1.14 |
| 1020 | 2025-07-29T05:20:19.826Z | Downloaded nibble_vec v0.1.0 |
| 1021 | 2025-07-29T05:20:19.853Z | Downloaded regex-automata v0.4.8 |
| 1022 | 2025-07-29T05:20:19.853Z | Downloaded ed25519 v2.2.3 |
| 1023 | 2025-07-29T05:20:19.853Z | Downloaded enum-as-inner v0.6.1 |
| 1024 | 2025-07-29T05:20:19.853Z | Downloaded embedded-io v0.6.1 |
| 1025 | 2025-07-29T05:20:19.853Z | Downloaded embedded-io v0.4.0 |
| 1026 | 2025-07-29T05:20:19.853Z | Downloaded sled v0.34.7 |
| 1027 | 2025-07-29T05:20:19.880Z | Downloaded elliptic-curve v0.13.8 |
| 1028 | 2025-07-29T05:20:19.880Z | Downloaded either v1.15.0 |
| 1029 | 2025-07-29T05:20:19.880Z | Downloaded rsa v0.9.6 |
| 1030 | 2025-07-29T05:20:19.880Z | Downloaded rpassword v7.4.0 |
| 1031 | 2025-07-29T05:20:19.880Z | Downloaded memoffset v0.9.1 |
| 1032 | 2025-07-29T05:20:19.880Z | Downloaded ecdsa v0.16.9 |
| 1033 | 2025-07-29T05:20:19.880Z | Downloaded dyn-clone v1.0.19 |
| 1034 | 2025-07-29T05:20:19.880Z | Downloaded dunce v1.0.5 |
| 1035 | 2025-07-29T05:20:19.880Z | Downloaded dsl_auto_type v0.1.2 |
| 1036 | 2025-07-29T05:20:19.907Z | Downloaded dropshot_endpoint v0.16.2 |
| 1037 | 2025-07-29T05:20:19.907Z | Downloaded document-features v0.2.11 |
| 1038 | 2025-07-29T05:20:19.907Z | Downloaded derive_builder_macro v0.20.2 |
| 1039 | 2025-07-29T05:20:19.907Z | Downloaded zstd-safe v7.2.3 |
| 1040 | 2025-07-29T05:20:19.907Z | Downloaded reedline v0.40.0 |
| 1041 | 2025-07-29T05:20:19.907Z | Downloaded prettyplease v0.2.36 |
| 1042 | 2025-07-29T05:20:19.907Z | Downloaded pretty_assertions v1.4.1 |
| 1043 | 2025-07-29T05:20:19.908Z | Downloaded libxml v0.3.3 |
| 1044 | 2025-07-29T05:20:19.935Z | Downloaded zeroize v1.8.1 |
| 1045 | 2025-07-29T05:20:19.935Z | Downloaded wait-timeout v0.2.0 |
| 1046 | 2025-07-29T05:20:19.935Z | Downloaded tower-layer v0.3.3 |
| 1047 | 2025-07-29T05:20:19.935Z | Downloaded toml v0.7.8 |
| 1048 | 2025-07-29T05:20:19.935Z | Downloaded tokio-tungstenite v0.21.0 |
| 1049 | 2025-07-29T05:20:19.935Z | Downloaded tokio-stream v0.1.17 |
| 1050 | 2025-07-29T05:20:19.935Z | Downloaded tokio-rustls v0.26.0 |
| 1051 | 2025-07-29T05:20:19.935Z | Downloaded tokio-rustls v0.25.0 |
| 1052 | 2025-07-29T05:20:19.935Z | Downloaded tokio-rustls v0.24.1 |
| 1053 | 2025-07-29T05:20:19.935Z | Downloaded tokio-native-tls v0.3.1 |
| 1054 | 2025-07-29T05:20:19.935Z | Downloaded thread_local v1.1.8 |
| 1055 | 2025-07-29T05:20:19.935Z | Downloaded term v0.7.0 |
| 1056 | 2025-07-29T05:20:19.962Z | Downloaded slog-term v2.9.1 |
| 1057 | 2025-07-29T05:20:19.962Z | Downloaded slog v2.7.0 |
| 1058 | 2025-07-29T05:20:19.962Z | Downloaded ron v0.8.1 |
| 1059 | 2025-07-29T05:20:19.962Z | Downloaded resolv-conf v0.7.0 |
| 1060 | 2025-07-29T05:20:19.962Z | Downloaded lru-cache v0.1.2 |
| 1061 | 2025-07-29T05:20:19.962Z | Downloaded jiff v0.2.15 |
| 1062 | 2025-07-29T05:20:19.989Z | Downloaded indicatif v0.18.0 |
| 1063 | 2025-07-29T05:20:19.989Z | Downloaded iddqd v0.3.9 |
| 1064 | 2025-07-29T05:20:19.989Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1065 | 2025-07-29T05:20:19.989Z | Downloaded vte v0.11.1 |
| 1066 | 2025-07-29T05:20:19.989Z | Downloaded vsss-rs v3.3.4 |
| 1067 | 2025-07-29T05:20:19.989Z | Downloaded topological-sort v0.2.2 |
| 1068 | 2025-07-29T05:20:19.989Z | Downloaded tokio-tungstenite v0.23.1 |
| 1069 | 2025-07-29T05:20:19.989Z | Downloaded time-core v0.1.2 |
| 1070 | 2025-07-29T05:20:20.016Z | Downloaded slog-bunyan v2.5.0 |
| 1071 | 2025-07-29T05:20:20.016Z | Downloaded tokio-dtrace v0.1.0 |
| 1072 | 2025-07-29T05:20:20.016Z | Downloaded snafu-derive v0.8.5 |
| 1073 | 2025-07-29T05:20:20.016Z | Downloaded ref-cast-impl v1.0.24 |
| 1074 | 2025-07-29T05:20:20.016Z | Downloaded ref-cast v1.0.24 |
| 1075 | 2025-07-29T05:20:20.016Z | Downloaded rand_xorshift v0.4.0 |
| 1076 | 2025-07-29T05:20:20.016Z | Downloaded primeorder v0.13.6 |
| 1077 | 2025-07-29T05:20:20.016Z | Downloaded powerfmt v0.2.0 |
| 1078 | 2025-07-29T05:20:20.016Z | Downloaded managed v0.8.0 |
| 1079 | 2025-07-29T05:20:20.016Z | Downloaded lzss v0.8.2 |
| 1080 | 2025-07-29T05:20:20.016Z | Downloaded lockfree-object-pool v0.1.6 |
| 1081 | 2025-07-29T05:20:20.017Z | Downloaded linear-map v1.2.0 |
| 1082 | 2025-07-29T05:20:20.017Z | Downloaded libsw-core v0.3.1 |
| 1083 | 2025-07-29T05:20:20.017Z | Downloaded libsw v3.5.0 |
| 1084 | 2025-07-29T05:20:20.017Z | Downloaded libscf-sys v1.1.0 |
| 1085 | 2025-07-29T05:20:20.017Z | Downloaded libm v0.2.8 |
| 1086 | 2025-07-29T05:20:20.043Z | Downloaded libefi-sys v0.1.0 |
| 1087 | 2025-07-29T05:20:20.043Z | Downloaded lalrpop-util v0.19.12 |
| 1088 | 2025-07-29T05:20:20.044Z | Downloaded lalrpop v0.19.12 |
| 1089 | 2025-07-29T05:20:20.044Z | Downloaded kstat-rs v0.2.4 |
| 1090 | 2025-07-29T05:20:20.044Z | Downloaded hkdf v0.12.4 |
| 1091 | 2025-07-29T05:20:20.044Z | Downloaded hickory-proto v0.24.4 |
| 1092 | 2025-07-29T05:20:20.071Z | Downloaded tokio-macros v2.5.0 |
| 1093 | 2025-07-29T05:20:20.071Z | Downloaded slab v0.4.9 |
| 1094 | 2025-07-29T05:20:20.071Z | Downloaded rustc-hash v1.1.0 |
| 1095 | 2025-07-29T05:20:20.071Z | Downloaded rustc-demangle v0.1.24 |
| 1096 | 2025-07-29T05:20:20.071Z | Downloaded rfc6979 v0.4.0 |
| 1097 | 2025-07-29T05:20:20.071Z | Downloaded hyper v1.6.0 |
| 1098 | 2025-07-29T05:20:20.071Z | Downloaded slog-json v2.6.1 |
| 1099 | 2025-07-29T05:20:20.071Z | Downloaded slog-envlogger v2.2.0 |
| 1100 | 2025-07-29T05:20:20.098Z | Downloaded slog-dtrace v0.3.0 |
| 1101 | 2025-07-29T05:20:20.098Z | Downloaded slog-async v2.8.0 |
| 1102 | 2025-07-29T05:20:20.098Z | Downloaded russh-keys v0.45.0 |
| 1103 | 2025-07-29T05:20:20.098Z | Downloaded russh-cryptovec v0.7.3 |
| 1104 | 2025-07-29T05:20:20.098Z | Downloaded rtoolbox v0.0.2 |
| 1105 | 2025-07-29T05:20:20.098Z | Downloaded ron v0.7.1 |
| 1106 | 2025-07-29T05:20:20.098Z | Downloaded rcgen v0.12.1 |
| 1107 | 2025-07-29T05:20:20.098Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1108 | 2025-07-29T05:20:20.098Z | Downloaded proc-macro-crate v1.3.1 |
| 1109 | 2025-07-29T05:20:20.098Z | Downloaded pretty-hex v0.2.1 |
| 1110 | 2025-07-29T05:20:20.098Z | Downloaded prefix-trie v0.7.0 |
| 1111 | 2025-07-29T05:20:20.098Z | Downloaded predicates-tree v1.0.12 |
| 1112 | 2025-07-29T05:20:20.098Z | Downloaded predicates-core v1.0.8 |
| 1113 | 2025-07-29T05:20:20.098Z | Downloaded predicates v3.1.3 |
| 1114 | 2025-07-29T05:20:20.098Z | Downloaded precomputed-hash v0.1.1 |
| 1115 | 2025-07-29T05:20:20.125Z | Downloaded ppv-lite86 v0.2.20 |
| 1116 | 2025-07-29T05:20:20.125Z | Downloaded itertools v0.14.0 |
| 1117 | 2025-07-29T05:20:20.125Z | Downloaded itertools v0.10.5 |
| 1118 | 2025-07-29T05:20:20.125Z | Downloaded maplit v1.0.2 |
| 1119 | 2025-07-29T05:20:20.126Z | Downloaded libz-rs-sys v0.5.1 |
| 1120 | 2025-07-29T05:20:20.126Z | Downloaded lazycell v1.3.0 |
| 1121 | 2025-07-29T05:20:20.126Z | Downloaded is_ci v1.2.0 |
| 1122 | 2025-07-29T05:20:20.126Z | Downloaded is-terminal v0.4.13 |
| 1123 | 2025-07-29T05:20:20.126Z | Downloaded iri-string v0.7.8 |
| 1124 | 2025-07-29T05:20:20.153Z | Downloaded internet-checksum v0.2.1 |
| 1125 | 2025-07-29T05:20:20.153Z | Downloaded instability v0.3.2 |
| 1126 | 2025-07-29T05:20:20.153Z | Downloaded inout v0.1.3 |
| 1127 | 2025-07-29T05:20:20.153Z | Downloaded ingot-types v0.1.2 |
| 1128 | 2025-07-29T05:20:20.153Z | Downloaded ingot-macros v0.1.1 |
| 1129 | 2025-07-29T05:20:20.153Z | Downloaded ingot v0.1.1 |
| 1130 | 2025-07-29T05:20:20.153Z | Downloaded indicatif v0.17.11 |
| 1131 | 2025-07-29T05:20:20.153Z | Downloaded indent_write v2.2.0 |
| 1132 | 2025-07-29T05:20:20.153Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1133 | 2025-07-29T05:20:20.153Z | Downloaded hyper-staticfile v0.10.1 |
| 1134 | 2025-07-29T05:20:20.153Z | Downloaded hubpack_derive v0.1.1 |
| 1135 | 2025-07-29T05:20:20.153Z | Downloaded hubpack v0.1.2 |
| 1136 | 2025-07-29T05:20:20.153Z | Downloaded http-range v0.1.5 |
| 1137 | 2025-07-29T05:20:20.153Z | Downloaded http v1.3.1 |
| 1138 | 2025-07-29T05:20:20.153Z | Downloaded hostname v0.4.0 |
| 1139 | 2025-07-29T05:20:20.153Z | Downloaded hickory-server v0.25.2 |
| 1140 | 2025-07-29T05:20:20.180Z | Downloaded hickory-resolver v0.25.2 |
| 1141 | 2025-07-29T05:20:20.180Z | Downloaded hickory-resolver v0.24.4 |
| 1142 | 2025-07-29T05:20:20.180Z | Downloaded hickory-proto v0.25.2 |
| 1143 | 2025-07-29T05:20:20.207Z | Downloaded heapless v0.7.17 |
| 1144 | 2025-07-29T05:20:20.207Z | Downloaded hashbrown v0.13.2 |
| 1145 | 2025-07-29T05:20:20.207Z | Downloaded h2 v0.4.6 |
| 1146 | 2025-07-29T05:20:20.207Z | Downloaded chrono-tz v0.10.4 |
| 1147 | 2025-07-29T05:20:20.235Z | Downloaded cc v1.2.30 |
| 1148 | 2025-07-29T05:20:20.235Z | Downloaded base64 v0.22.1 |
| 1149 | 2025-07-29T05:20:20.235Z | Downloaded base64 v0.21.7 |
| 1150 | 2025-07-29T05:20:20.235Z | Downloaded backtrace v0.3.74 |
| 1151 | 2025-07-29T05:20:20.262Z | Downloaded lock_api v0.4.12 |
| 1152 | 2025-07-29T05:20:20.262Z | Downloaded litrs v0.4.1 |
| 1153 | 2025-07-29T05:20:20.262Z | Downloaded linked-hash-map v0.5.6 |
| 1154 | 2025-07-29T05:20:20.262Z | Downloaded libloading v0.8.5 |
| 1155 | 2025-07-29T05:20:20.262Z | Downloaded jiff-static v0.2.15 |
| 1156 | 2025-07-29T05:20:20.262Z | Downloaded itertools v0.13.0 |
| 1157 | 2025-07-29T05:20:20.262Z | Downloaded itertools v0.12.1 |
| 1158 | 2025-07-29T05:20:20.262Z | Downloaded headers v0.4.1 |
| 1159 | 2025-07-29T05:20:20.289Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1160 | 2025-07-29T05:20:20.289Z | Downloaded jobserver v0.1.32 |
| 1161 | 2025-07-29T05:20:20.289Z | Downloaded ipnetwork v0.21.1 |
| 1162 | 2025-07-29T05:20:20.289Z | Downloaded indoc v1.0.9 |
| 1163 | 2025-07-29T05:20:20.289Z | Downloaded ignore v0.4.23 |
| 1164 | 2025-07-29T05:20:20.289Z | Downloaded iana-time-zone v0.1.63 |
| 1165 | 2025-07-29T05:20:20.316Z | Downloaded hyper-util v0.1.16 |
| 1166 | 2025-07-29T05:20:20.316Z | Downloaded hex v0.4.3 |
| 1167 | 2025-07-29T05:20:20.316Z | Downloaded heapless v0.8.0 |
| 1168 | 2025-07-29T05:20:20.316Z | Downloaded hashbrown v0.12.3 |
| 1169 | 2025-07-29T05:20:20.316Z | Downloaded half v2.4.1 |
| 1170 | 2025-07-29T05:20:20.316Z | Downloaded half v1.8.3 |
| 1171 | 2025-07-29T05:20:20.316Z | Downloaded const_format v0.2.34 |
| 1172 | 2025-07-29T05:20:20.316Z | Downloaded compact_str v0.8.0 |
| 1173 | 2025-07-29T05:20:20.343Z | Downloaded bytes v1.10.1 |
| 1174 | 2025-07-29T05:20:20.343Z | Downloaded bumpalo v3.16.0 |
| 1175 | 2025-07-29T05:20:20.343Z | Downloaded bstr v1.10.0 |
| 1176 | 2025-07-29T05:20:20.343Z | Downloaded blake3 v1.5.4 |
| 1177 | 2025-07-29T05:20:20.370Z | Downloaded bitvec v1.0.1 |
| 1178 | 2025-07-29T05:20:20.370Z | Downloaded arc-swap v1.7.1 |
| 1179 | 2025-07-29T05:20:20.370Z | Downloaded aho-corasick v1.1.3 |
| 1180 | 2025-07-29T05:20:20.398Z | Downloaded aes-gcm v0.10.3 |
| 1181 | 2025-07-29T05:20:20.398Z | Downloaded aes v0.8.4 |
| 1182 | 2025-07-29T05:20:20.398Z | Downloaded critical-section v1.1.3 |
| 1183 | 2025-07-29T05:20:20.398Z | Downloaded crc8 v0.1.1 |
| 1184 | 2025-07-29T05:20:20.398Z | Downloaded crc-any v2.5.0 |
| 1185 | 2025-07-29T05:20:20.398Z | Downloaded console v0.16.0 |
| 1186 | 2025-07-29T05:20:20.398Z | Downloaded console v0.15.10 |
| 1187 | 2025-07-29T05:20:20.398Z | Downloaded cmake v0.1.51 |
| 1188 | 2025-07-29T05:20:20.398Z | Downloaded chacha20poly1305 v0.10.1 |
| 1189 | 2025-07-29T05:20:20.398Z | Downloaded cassowary v0.3.0 |
| 1190 | 2025-07-29T05:20:20.398Z | Downloaded cancel-safe-futures v0.1.5 |
| 1191 | 2025-07-29T05:20:20.398Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1192 | 2025-07-29T05:20:20.398Z | Downloaded buf-list v1.0.3 |
| 1193 | 2025-07-29T05:20:20.426Z | Downloaded blowfish v0.9.1 |
| 1194 | 2025-07-29T05:20:20.426Z | Downloaded bitfield v0.14.0 |
| 1195 | 2025-07-29T05:20:20.426Z | Downloaded bindgen v0.69.5 |
| 1196 | 2025-07-29T05:20:20.426Z | Downloaded cobs v0.2.3 |
| 1197 | 2025-07-29T05:20:20.426Z | Downloaded chacha20 v0.9.1 |
| 1198 | 2025-07-29T05:20:20.426Z | Downloaded cbc v0.1.2 |
| 1199 | 2025-07-29T05:20:20.426Z | Downloaded blake2 v0.10.6 |
| 1200 | 2025-07-29T05:20:20.426Z | Downloaded argon2 v0.5.3 |
| 1201 | 2025-07-29T05:20:20.426Z | Downloaded ipnet v2.11.0 |
| 1202 | 2025-07-29T05:20:20.426Z | Downloaded instant v0.1.13 |
| 1203 | 2025-07-29T05:20:20.426Z | Downloaded indoc v2.0.6 |
| 1204 | 2025-07-29T05:20:20.426Z | Downloaded indexmap v1.9.3 |
| 1205 | 2025-07-29T05:20:20.456Z | Downloaded ident_case v1.0.1 |
| 1206 | 2025-07-29T05:20:20.456Z | Downloaded hyper-tls v0.6.0 |
| 1207 | 2025-07-29T05:20:20.456Z | Downloaded hyper-rustls v0.27.7 |
| 1208 | 2025-07-29T05:20:20.456Z | Downloaded humantime v2.2.0 |
| 1209 | 2025-07-29T05:20:20.456Z | Downloaded httpdate v1.0.3 |
| 1210 | 2025-07-29T05:20:20.456Z | Downloaded http-body-util v0.1.3 |
| 1211 | 2025-07-29T05:20:20.456Z | Downloaded http-body v1.0.1 |
| 1212 | 2025-07-29T05:20:20.456Z | Downloaded hostname v0.3.1 |
| 1213 | 2025-07-29T05:20:20.456Z | Downloaded home v0.5.9 |
| 1214 | 2025-07-29T05:20:20.456Z | Downloaded hmac v0.12.1 |
| 1215 | 2025-07-29T05:20:20.456Z | Downloaded group v0.13.0 |
| 1216 | 2025-07-29T05:20:20.456Z | Downloaded castaway v0.2.3 |
| 1217 | 2025-07-29T05:20:20.456Z | Downloaded cargo_metadata v0.18.1 |
| 1218 | 2025-07-29T05:20:20.456Z | Downloaded headers-core v0.3.0 |
| 1219 | 2025-07-29T05:20:20.456Z | Downloaded hash32 v0.3.1 |
| 1220 | 2025-07-29T05:20:20.456Z | Downloaded crossbeam-utils v0.8.21 |
| 1221 | 2025-07-29T05:20:20.456Z | Downloaded heck v0.3.3 |
| 1222 | 2025-07-29T05:20:20.456Z | Downloaded hash32 v0.2.1 |
| 1223 | 2025-07-29T05:20:20.484Z | Downloaded crossterm v0.28.1 |
| 1224 | 2025-07-29T05:20:20.484Z | Downloaded crossbeam-deque v0.8.5 |
| 1225 | 2025-07-29T05:20:20.484Z | Downloaded crc32fast v1.4.2 |
| 1226 | 2025-07-29T05:20:20.484Z | Downloaded crc-catalog v2.4.0 |
| 1227 | 2025-07-29T05:20:20.484Z | Downloaded cookie_store v0.21.1 |
| 1228 | 2025-07-29T05:20:20.484Z | Downloaded cookie v0.18.1 |
| 1229 | 2025-07-29T05:20:20.484Z | Downloaded convert_case v0.7.1 |
| 1230 | 2025-07-29T05:20:20.484Z | Downloaded constant_time_eq v0.3.1 |
| 1231 | 2025-07-29T05:20:20.484Z | Downloaded const_format_proc_macros v0.2.34 |
| 1232 | 2025-07-29T05:20:20.484Z | Downloaded const-oid v0.9.6 |
| 1233 | 2025-07-29T05:20:20.484Z | Downloaded clang-sys v1.8.1 |
| 1234 | 2025-07-29T05:20:20.511Z | Downloaded cfg_aliases v0.1.1 |
| 1235 | 2025-07-29T05:20:20.511Z | Downloaded bzip2 v0.5.2 |
| 1236 | 2025-07-29T05:20:20.511Z | Downloaded aead v0.5.2 |
| 1237 | 2025-07-29T05:20:20.511Z | Downloaded convert_case v0.4.0 |
| 1238 | 2025-07-29T05:20:20.511Z | Downloaded cipher v0.4.4 |
| 1239 | 2025-07-29T05:20:20.511Z | Downloaded ciborium-ll v0.2.2 |
| 1240 | 2025-07-29T05:20:20.511Z | Downloaded ciborium-io v0.2.2 |
| 1241 | 2025-07-29T05:20:20.511Z | Downloaded ciborium v0.2.2 |
| 1242 | 2025-07-29T05:20:20.511Z | Downloaded cfg_aliases v0.2.1 |
| 1243 | 2025-07-29T05:20:20.511Z | Downloaded cexpr v0.6.0 |
| 1244 | 2025-07-29T05:20:20.511Z | Downloaded cargo-platform v0.1.8 |
| 1245 | 2025-07-29T05:20:20.511Z | Downloaded bzip2 v0.4.4 |
| 1246 | 2025-07-29T05:20:20.512Z | Downloaded block-padding v0.3.3 |
| 1247 | 2025-07-29T05:20:20.512Z | Downloaded bitflags v1.3.2 |
| 1248 | 2025-07-29T05:20:20.512Z | Downloaded bitfield-struct v0.6.2 |
| 1249 | 2025-07-29T05:20:20.512Z | Downloaded bit-vec v0.8.0 |
| 1250 | 2025-07-29T05:20:20.512Z | Downloaded bit-set v0.5.3 |
| 1251 | 2025-07-29T05:20:20.512Z | Downloaded bcs v0.1.6 |
| 1252 | 2025-07-29T05:20:20.539Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1253 | 2025-07-29T05:20:20.539Z | Downloaded bb8 v0.8.5 |
| 1254 | 2025-07-29T05:20:20.539Z | Downloaded base64 v0.13.1 |
| 1255 | 2025-07-29T05:20:20.539Z | Downloaded backoff v0.4.0 |
| 1256 | 2025-07-29T05:20:20.539Z | Downloaded atomicwrites v0.4.4 |
| 1257 | 2025-07-29T05:20:20.539Z | Downloaded async-trait v0.1.88 |
| 1258 | 2025-07-29T05:20:20.539Z | Downloaded async-bb8-diesel v0.2.1 |
| 1259 | 2025-07-29T05:20:20.539Z | Downloaded array-init v0.0.4 |
| 1260 | 2025-07-29T05:20:20.539Z | Downloaded allocator-api2 v0.2.21 |
| 1261 | 2025-07-29T05:20:20.539Z | Downloaded ahash v0.8.12 |
| 1262 | 2025-07-29T05:20:20.539Z | Downloaded addr2line v0.24.2 |
| 1263 | 2025-07-29T05:20:20.539Z | Downloaded bit-vec v0.6.3 |
| 1264 | 2025-07-29T05:20:20.539Z | Downloaded bit-set v0.8.0 |
| 1265 | 2025-07-29T05:20:20.539Z | Downloaded base64ct v1.6.0 |
| 1266 | 2025-07-29T05:20:20.566Z | Downloaded base16ct v0.2.0 |
| 1267 | 2025-07-29T05:20:20.566Z | Downloaded atty v0.2.14 |
| 1268 | 2025-07-29T05:20:20.566Z | Downloaded atomic-waker v1.1.2 |
| 1269 | 2025-07-29T05:20:20.566Z | Downloaded async-stream-impl v0.3.6 |
| 1270 | 2025-07-29T05:20:20.566Z | Downloaded async-stream v0.3.6 |
| 1271 | 2025-07-29T05:20:20.566Z | Downloaded async-recursion v1.1.1 |
| 1272 | 2025-07-29T05:20:20.566Z | Downloaded assert_matches v1.5.0 |
| 1273 | 2025-07-29T05:20:20.566Z | Downloaded ascii-canvas v3.0.0 |
| 1274 | 2025-07-29T05:20:20.566Z | Downloaded arrayvec v0.7.6 |
| 1275 | 2025-07-29T05:20:20.566Z | Downloaded arrayref v0.3.9 |
| 1276 | 2025-07-29T05:20:20.708Z | Compiling value-bag v1.9.0 |
| 1277 | 2025-07-29T05:20:20.708Z | Compiling shlex v1.3.0 |
| 1278 | 2025-07-29T05:20:20.708Z | Compiling lock_api v0.4.12 |
| 1279 | 2025-07-29T05:20:20.708Z | Compiling scopeguard v1.2.0 |
| 1280 | 2025-07-29T05:20:20.735Z | Compiling typenum v1.17.0 |
| 1281 | 2025-07-29T05:20:20.735Z | Compiling generic-array v0.14.7 |
| 1282 | 2025-07-29T05:20:20.791Z | Compiling syn v2.0.104 |
| 1283 | 2025-07-29T05:20:20.818Z | Compiling getrandom v0.2.15 |
| 1284 | 2025-07-29T05:20:20.963Z | Compiling jobserver v0.1.32 |
| 1285 | 2025-07-29T05:20:21.119Z | Compiling log v0.4.27 |
| 1286 | 2025-07-29T05:20:21.146Z | Compiling rand_core v0.6.4 |
| 1287 | 2025-07-29T05:20:21.224Z | Compiling smallvec v1.15.1 |
| 1288 | 2025-07-29T05:20:21.318Z | Compiling portable-atomic v1.11.0 |
| 1289 | 2025-07-29T05:20:21.586Z | Compiling cc v1.2.30 |
| 1290 | 2025-07-29T05:20:21.613Z | Compiling subtle v2.6.1 |
| 1291 | 2025-07-29T05:20:21.640Z | Compiling critical-section v1.1.3 |
| 1292 | 2025-07-29T05:20:21.684Z | Compiling const-oid v0.9.6 |
| 1293 | 2025-07-29T05:20:21.801Z | Compiling pkg-config v0.3.31 |
| 1294 | 2025-07-29T05:20:21.845Z | Compiling parking_lot_core v0.9.10 |
| 1295 | 2025-07-29T05:20:21.939Z | Compiling pin-project-lite v0.2.14 |
| 1296 | 2025-07-29T05:20:22.088Z | Compiling rustix v0.38.37 |
| 1297 | 2025-07-29T05:20:22.752Z | Compiling signal-hook-registry v1.4.2 |
| 1298 | 2025-07-29T05:20:22.779Z | Compiling parking_lot v0.12.3 |
| 1299 | 2025-07-29T05:20:22.805Z | Compiling mio v1.0.2 |
| 1300 | 2025-07-29T05:20:22.875Z | Compiling futures-core v0.3.31 |
| 1301 | 2025-07-29T05:20:23.516Z | Compiling once_cell v1.21.3 |
| 1302 | 2025-07-29T05:20:23.609Z | Compiling spin v0.9.8 |
| 1303 | 2025-07-29T05:20:23.643Z | Compiling socket2 v0.6.0 |
| 1304 | 2025-07-29T05:20:23.726Z | Compiling aho-corasick v1.1.3 |
| 1305 | 2025-07-29T05:20:23.891Z | Compiling slab v0.4.9 |
| 1306 | 2025-07-29T05:20:23.918Z | Compiling libm v0.2.8 |
| 1307 | 2025-07-29T05:20:23.974Z | Compiling getrandom v0.3.1 |
| 1308 | 2025-07-29T05:20:24.173Z | Compiling serde_json v1.0.141 |
| 1309 | 2025-07-29T05:20:24.208Z | Compiling regex-syntax v0.8.5 |
| 1310 | 2025-07-29T05:20:24.271Z | Compiling cpufeatures v0.2.14 |
| 1311 | 2025-07-29T05:20:24.599Z | Compiling num-traits v0.2.19 |
| 1312 | 2025-07-29T05:20:24.714Z | Compiling either v1.15.0 |
| 1313 | 2025-07-29T05:20:24.748Z | Compiling futures-sink v0.3.31 |
| 1314 | 2025-07-29T05:20:24.789Z | Compiling glob v0.3.2 |
| 1315 | 2025-07-29T05:20:24.960Z | Compiling percent-encoding v2.3.1 |
| 1316 | 2025-07-29T05:20:25.408Z | Compiling prettyplease v0.2.36 |
| 1317 | 2025-07-29T05:20:25.446Z | Compiling lazy_static v1.5.0 |
| 1318 | 2025-07-29T05:20:25.616Z | Compiling foldhash v0.1.5 |
| 1319 | 2025-07-29T05:20:25.656Z | Compiling clang-sys v1.8.1 |
| 1320 | 2025-07-29T05:20:25.719Z | Compiling allocator-api2 v0.2.21 |
| 1321 | 2025-07-29T05:20:25.814Z | Compiling minimal-lexical v0.2.1 |
| 1322 | 2025-07-29T05:20:26.062Z | Compiling libloading v0.8.5 |
| 1323 | 2025-07-29T05:20:26.380Z | Compiling hashbrown v0.15.4 |
| 1324 | 2025-07-29T05:20:26.411Z | Compiling nom v7.1.3 |
| 1325 | 2025-07-29T05:20:26.456Z | Compiling home v0.5.9 |
| 1326 | 2025-07-29T05:20:26.515Z | Compiling base64ct v1.6.0 |
| 1327 | 2025-07-29T05:20:26.725Z | Compiling bindgen v0.69.5 |
| 1328 | 2025-07-29T05:20:27.165Z | Compiling pem-rfc7468 v0.7.0 |
| 1329 | 2025-07-29T05:20:27.667Z | Compiling synstructure v0.13.1 |
| 1330 | 2025-07-29T05:20:27.725Z | Compiling regex-automata v0.4.8 |
| 1331 | 2025-07-29T05:20:28.068Z | Compiling itertools v0.12.1 |
| 1332 | 2025-07-29T05:20:29.075Z | Compiling futures-channel v0.3.31 |
| 1333 | 2025-07-29T05:20:29.472Z | Compiling cexpr v0.6.0 |
| 1334 | 2025-07-29T05:20:29.570Z | Compiling flagset v0.4.6 |
| 1335 | 2025-07-29T05:20:29.789Z | Compiling lazycell v1.3.0 |
| 1336 | 2025-07-29T05:20:29.901Z | Compiling zerocopy v0.8.26 |
| 1337 | 2025-07-29T05:20:29.973Z | Compiling futures-io v0.3.31 |
| 1338 | 2025-07-29T05:20:30.250Z | Compiling futures-task v0.3.31 |
| 1339 | 2025-07-29T05:20:30.532Z | Compiling rustc-hash v1.1.0 |
| 1340 | 2025-07-29T05:20:30.625Z | Compiling pin-utils v0.1.0 |
| 1341 | 2025-07-29T05:20:30.731Z | Compiling cmake v0.1.51 |
| 1342 | 2025-07-29T05:20:30.763Z | Compiling fs_extra v1.3.0 |
| 1343 | 2025-07-29T05:20:30.790Z | Compiling dunce v1.0.5 |
| 1344 | 2025-07-29T05:20:30.817Z | Compiling form_urlencoded v1.2.1 |
| 1345 | 2025-07-29T05:20:30.885Z | Compiling vcpkg v0.2.15 |
| 1346 | 2025-07-29T05:20:30.953Z | Compiling paste v1.0.15 |
| 1347 | 2025-07-29T05:20:31.147Z | Compiling ring v0.17.14 |
| 1348 | 2025-07-29T05:20:31.276Z | Compiling tracing-core v0.1.32 |
| 1349 | 2025-07-29T05:20:31.524Z | Compiling aws-lc-rs v1.12.4 |
| 1350 | 2025-07-29T05:20:31.929Z | Compiling iana-time-zone v0.1.63 |
| 1351 | 2025-07-29T05:20:32.228Z | Compiling serde_derive v1.0.219 |
| 1352 | 2025-07-29T05:20:32.308Z | Compiling zeroize_derive v1.4.2 |
| 1353 | 2025-07-29T05:20:32.438Z | Compiling zerofrom-derive v0.1.4 |
| 1354 | 2025-07-29T05:20:32.465Z | Compiling yoke-derive v0.7.4 |
| 1355 | 2025-07-29T05:20:32.498Z | Compiling zerovec-derive v0.10.3 |
| 1356 | 2025-07-29T05:20:33.622Z | Compiling zeroize v1.8.1 |
| 1357 | 2025-07-29T05:20:34.641Z | Compiling displaydoc v0.2.5 |
| 1358 | 2025-07-29T05:20:34.774Z | Compiling zerocopy-derive v0.7.35 |
| 1359 | 2025-07-29T05:20:35.183Z | Compiling crypto-common v0.1.6 |
| 1360 | 2025-07-29T05:20:35.410Z | Compiling block-buffer v0.10.4 |
| 1361 | 2025-07-29T05:20:35.492Z | Compiling zerofrom v0.1.4 |
| 1362 | 2025-07-29T05:20:35.682Z | Compiling digest v0.10.7 |
| 1363 | 2025-07-29T05:20:35.722Z | Compiling yoke v0.7.4 |
| 1364 | 2025-07-29T05:20:35.949Z | Compiling tokio-macros v2.5.0 |
| 1365 | 2025-07-29T05:20:36.069Z | Compiling zerovec v0.10.4 |
| 1366 | 2025-07-29T05:20:36.154Z | Compiling hmac v0.12.1 |
| 1367 | 2025-07-29T05:20:36.413Z | Compiling icu_provider_macros v1.5.0 |
| 1368 | 2025-07-29T05:20:36.468Z | Compiling zerocopy v0.7.35 |
| 1369 | 2025-07-29T05:20:37.085Z | Compiling block-padding v0.3.3 |
| 1370 | 2025-07-29T05:20:37.272Z | Compiling sha2 v0.10.9 |
| 1371 | 2025-07-29T05:20:37.300Z | Compiling regex v1.11.1 |
| 1372 | 2025-07-29T05:20:37.375Z | Compiling inout v0.1.3 |
| 1373 | 2025-07-29T05:20:37.406Z | Compiling futures-macro v0.3.31 |
| 1374 | 2025-07-29T05:20:37.468Z | Compiling der_derive v0.7.3 |
| 1375 | 2025-07-29T05:20:37.693Z | Compiling tinystr v0.7.6 |
| 1376 | 2025-07-29T05:20:37.719Z | Compiling icu_collections v1.5.0 |
| 1377 | 2025-07-29T05:20:37.901Z | Compiling cipher v0.4.4 |
| 1378 | 2025-07-29T05:20:38.125Z | Compiling icu_locid v1.5.0 |
| 1379 | 2025-07-29T05:20:38.253Z | Compiling thiserror-impl v1.0.69 |
| 1380 | 2025-07-29T05:20:38.480Z | Compiling zerocopy-derive v0.8.26 |
| 1381 | 2025-07-29T05:20:38.548Z | Compiling serde v1.0.219 |
| 1382 | 2025-07-29T05:20:38.919Z | Compiling salsa20 v0.10.2 |
| 1383 | 2025-07-29T05:20:39.042Z | Compiling futures-util v0.3.31 |
| 1384 | 2025-07-29T05:20:39.153Z | Compiling icu_provider v1.5.0 |
| 1385 | 2025-07-29T05:20:39.448Z | Compiling der v0.7.9 |
| 1386 | 2025-07-29T05:20:39.884Z | Compiling icu_locid_transform v1.5.0 |
| 1387 | 2025-07-29T05:20:39.912Z | Compiling ppv-lite86 v0.2.20 |
| 1388 | 2025-07-29T05:20:39.986Z | Compiling pbkdf2 v0.12.2 |
| 1389 | 2025-07-29T05:20:40.176Z | Compiling scrypt v0.11.0 |
| 1390 | 2025-07-29T05:20:40.627Z | Compiling aes v0.8.4 |
| 1391 | 2025-07-29T05:20:40.654Z | Compiling cbc v0.1.2 |
| 1392 | 2025-07-29T05:20:40.734Z | Compiling thiserror v1.0.69 |
| 1393 | 2025-07-29T05:20:40.894Z | Compiling openssl-sys v0.9.109 |
| 1394 | 2025-07-29T05:20:40.921Z | Compiling pest v2.7.14 |
| 1395 | 2025-07-29T05:20:41.077Z | Compiling icu_properties v1.5.1 |
| 1396 | 2025-07-29T05:20:41.825Z | Compiling spki v0.7.3 |
| 1397 | 2025-07-29T05:20:42.096Z | Compiling tracing-attributes v0.1.27 |
| 1398 | 2025-07-29T05:20:42.189Z | Compiling pkcs5 v0.7.1 |
| 1399 | 2025-07-29T05:20:42.878Z | Compiling pkcs8 v0.10.2 |
| 1400 | 2025-07-29T05:20:43.233Z | Compiling bitflags v2.9.1 |
| 1401 | 2025-07-29T05:20:43.429Z | Compiling bytes v1.10.1 |
| 1402 | 2025-07-29T05:20:43.662Z | Compiling semver v1.0.26 |
| 1403 | 2025-07-29T05:20:44.041Z | Compiling indexmap v2.10.0 |
| 1404 | 2025-07-29T05:20:44.306Z | Compiling rustc_version v0.4.1 |
| 1405 | 2025-07-29T05:20:44.763Z | Compiling tokio v1.47.0 |
| 1406 | 2025-07-29T05:20:44.915Z | Compiling icu_normalizer v1.5.0 |
| 1407 | 2025-07-29T05:20:45.062Z | Compiling http v1.3.1 |
| 1408 | 2025-07-29T05:20:45.144Z | Compiling uuid v1.17.0 |
| 1409 | 2025-07-29T05:20:45.178Z | Compiling tracing v0.1.40 |
| 1410 | 2025-07-29T05:20:45.342Z | Compiling pest_meta v2.7.14 |
| 1411 | 2025-07-29T05:20:45.666Z | Compiling chrono v0.4.41 |
| 1412 | 2025-07-29T05:20:45.988Z | Compiling idna_adapter v1.2.0 |
| 1413 | 2025-07-29T05:20:46.229Z | Compiling idna v1.0.3 |
| 1414 | 2025-07-29T05:20:46.423Z | Compiling scroll_derive v0.12.0 |
| 1415 | 2025-07-29T05:20:46.468Z | Compiling http-body v1.0.1 |
| 1416 | 2025-07-29T05:20:46.726Z | Compiling rustls-pki-types v1.10.0 |
| 1417 | 2025-07-29T05:20:47.104Z | Compiling which v4.4.2 |
| 1418 | 2025-07-29T05:20:47.650Z | Compiling url v2.5.4 |
| 1419 | 2025-07-29T05:20:47.680Z | Compiling httparse v1.9.5 |
| 1420 | 2025-07-29T05:20:47.707Z | Compiling rustversion v1.0.17 |
| 1421 | 2025-07-29T05:20:47.856Z | Compiling tinyvec_macros v0.1.1 |
| 1422 | 2025-07-29T05:20:48.035Z | Compiling base64 v0.22.1 |
| 1423 | 2025-07-29T05:20:48.452Z | Compiling tinyvec v1.8.0 |
| 1424 | 2025-07-29T05:20:48.478Z | Compiling scroll v0.12.0 |
| 1425 | 2025-07-29T05:20:48.657Z | Compiling pest_generator v2.7.14 |
| 1426 | 2025-07-29T05:20:48.834Z | Compiling rand_core v0.9.2 |
| 1427 | 2025-07-29T05:20:48.996Z | Compiling serde_derive_internals v0.29.1 |
| 1428 | 2025-07-29T05:20:49.254Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1429 | 2025-07-29T05:20:49.359Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1430 | 2025-07-29T05:20:49.385Z | Compiling untrusted v0.7.1 |
| 1431 | 2025-07-29T05:20:49.603Z | Compiling adler2 v2.0.0 |
| 1432 | 2025-07-29T05:20:49.744Z | Compiling schemars v0.8.22 |
| 1433 | 2025-07-29T05:20:49.771Z | Compiling tower-service v0.3.3 |
| 1434 | 2025-07-29T05:20:49.830Z | Compiling openssl v0.10.73 |
| 1435 | 2025-07-29T05:20:49.927Z | Compiling num-conv v0.1.0 |
| 1436 | 2025-07-29T05:20:50.073Z | Compiling foreign-types-shared v0.1.1 |
| 1437 | 2025-07-29T05:20:50.099Z | Compiling try-lock v0.2.5 |
| 1438 | 2025-07-29T05:20:50.180Z | Compiling untrusted v0.9.0 |
| 1439 | 2025-07-29T05:20:50.228Z | Compiling atomic-waker v1.1.2 |
| 1440 | 2025-07-29T05:20:50.255Z | Compiling time-core v0.1.2 |
| 1441 | 2025-07-29T05:20:50.286Z | Compiling openssl-probe v0.1.5 |
| 1442 | 2025-07-29T05:20:50.314Z | Compiling powerfmt v0.2.0 |
| 1443 | 2025-07-29T05:20:50.448Z | Compiling time-macros v0.2.18 |
| 1444 | 2025-07-29T05:20:50.499Z | Compiling want v0.3.1 |
| 1445 | 2025-07-29T05:20:50.597Z | Compiling deranged v0.3.11 |
| 1446 | 2025-07-29T05:20:50.683Z | Compiling foreign-types v0.3.2 |
| 1447 | 2025-07-29T05:20:50.774Z | Compiling pest_derive v2.7.14 |
| 1448 | 2025-07-29T05:20:50.800Z | Compiling goblin v0.8.2 |
| 1449 | 2025-07-29T05:20:50.994Z | Compiling schemars_derive v0.8.22 |
| 1450 | 2025-07-29T05:20:51.860Z | Compiling miniz_oxide v0.8.5 |
| 1451 | 2025-07-29T05:20:52.989Z | Compiling tokio-util v0.7.15 |
| 1452 | 2025-07-29T05:20:53.645Z | Compiling rand_chacha v0.9.0 |
| 1453 | 2025-07-29T05:20:54.297Z | Compiling h2 v0.4.6 |
| 1454 | 2025-07-29T05:20:55.244Z | Compiling ipnet v2.11.0 |
| 1455 | 2025-07-29T05:20:55.471Z | Compiling openssl-macros v0.1.1 |
| 1456 | 2025-07-29T05:20:56.089Z | Compiling syn v1.0.109 |
| 1457 | 2025-07-29T05:20:56.279Z | Compiling rustls v0.23.19 |
| 1458 | 2025-07-29T05:20:56.428Z | Compiling num_threads v0.1.7 |
| 1459 | 2025-07-29T05:20:56.562Z | Compiling httpdate v1.0.3 |
| 1460 | 2025-07-29T05:20:56.588Z | Compiling crossbeam-utils v0.8.21 |
| 1461 | 2025-07-29T05:20:56.615Z | Compiling native-tls v0.2.12 |
| 1462 | 2025-07-29T05:20:56.936Z | Compiling dyn-clone v1.0.19 |
| 1463 | 2025-07-29T05:20:57.153Z | Compiling dof v0.3.0 |
| 1464 | 2025-07-29T05:20:57.230Z | Compiling time v0.3.36 |
| 1465 | 2025-07-29T05:20:58.878Z | Compiling rand v0.9.1 |
| 1466 | 2025-07-29T05:20:58.920Z | Compiling dtrace-parser v0.2.0 |
| 1467 | 2025-07-29T05:21:00.060Z | Compiling unicode-normalization v0.1.24 |
| 1468 | 2025-07-29T05:21:00.427Z | Compiling heapless v0.7.17 |
| 1469 | 2025-07-29T05:21:00.540Z | Compiling signature v2.2.0 |
| 1470 | 2025-07-29T05:21:00.822Z | Compiling hyper v1.6.0 |
| 1471 | 2025-07-29T05:21:00.848Z | Compiling cookie v0.18.1 |
| 1472 | 2025-07-29T05:21:00.982Z | Compiling crc32fast v1.4.2 |
| 1473 | 2025-07-29T05:21:01.157Z | Compiling slog v2.7.0 |
| 1474 | 2025-07-29T05:21:01.265Z | Compiling zstd-safe v7.2.3 |
| 1475 | 2025-07-29T05:21:01.329Z | Compiling signal-hook v0.3.18 |
| 1476 | 2025-07-29T05:21:01.589Z | Compiling unicode-properties v0.1.3 |
| 1477 | 2025-07-29T05:21:01.622Z | Compiling unicode-bidi v0.3.17 |
| 1478 | 2025-07-29T05:21:01.649Z | Compiling zlib-rs v0.5.1 |
| 1479 | 2025-07-29T05:21:01.980Z | Compiling siphasher v0.3.11 |
| 1480 | 2025-07-29T05:21:02.361Z | Compiling phf_shared v0.11.2 |
| 1481 | 2025-07-29T05:21:02.750Z | Compiling stringprep v0.1.5 |
| 1482 | 2025-07-29T05:21:03.133Z | Compiling hyper-util v0.1.16 |
| 1483 | 2025-07-29T05:21:03.320Z | Compiling usdt-impl v0.5.0 |
| 1484 | 2025-07-29T05:21:04.217Z | Compiling curve25519-dalek v4.1.3 |
| 1485 | 2025-07-29T05:21:04.244Z | Compiling toml_datetime v0.6.11 |
| 1486 | 2025-07-29T05:21:04.459Z | Compiling serde_spanned v0.6.9 |
| 1487 | 2025-07-29T05:21:04.708Z | Compiling serde_tokenstream v0.2.2 |
| 1488 | 2025-07-29T05:21:04.738Z | Compiling rand_chacha v0.3.1 |
| 1489 | 2025-07-29T05:21:04.799Z | Compiling md-5 v0.10.6 |
| 1490 | 2025-07-29T05:21:04.842Z | Compiling num-integer v0.1.46 |
| 1491 | 2025-07-29T05:21:05.066Z | Compiling sync_wrapper v1.0.1 |
| 1492 | 2025-07-29T05:21:05.233Z | Compiling ff v0.13.0 |
| 1493 | 2025-07-29T05:21:05.259Z | Compiling hash32 v0.2.1 |
| 1494 | 2025-07-29T05:21:05.469Z | Compiling memoffset v0.9.1 |
| 1495 | 2025-07-29T05:21:05.496Z | Compiling fallible-iterator v0.2.0 |
| 1496 | 2025-07-29T05:21:05.594Z | Compiling num-bigint-dig v0.8.4 |
| 1497 | 2025-07-29T05:21:05.761Z | Compiling psl-types v2.0.11 |
| 1498 | 2025-07-29T05:21:05.887Z | Compiling newtype-uuid v1.2.4 |
| 1499 | 2025-07-29T05:21:05.987Z | Compiling base16ct v0.2.0 |
| 1500 | 2025-07-29T05:21:06.094Z | Compiling tower-layer v0.3.3 |
| 1501 | 2025-07-29T05:21:06.162Z | Compiling gimli v0.31.1 |
| 1502 | 2025-07-29T05:21:06.290Z | Compiling litrs v0.4.1 |
| 1503 | 2025-07-29T05:21:06.370Z | Compiling smoltcp v0.9.1 |
| 1504 | 2025-07-29T05:21:06.410Z | Compiling cfg_aliases v0.2.1 |
| 1505 | 2025-07-29T05:21:06.517Z | Compiling nix v0.29.0 |
| 1506 | 2025-07-29T05:21:06.573Z | Compiling tower v0.5.2 |
| 1507 | 2025-07-29T05:21:06.965Z | Compiling sec1 v0.7.3 |
| 1508 | 2025-07-29T05:21:07.268Z | Compiling libz-rs-sys v0.5.1 |
| 1509 | 2025-07-29T05:21:07.294Z | Compiling document-features v0.2.11 |
| 1510 | 2025-07-29T05:21:07.349Z | Compiling postgres-protocol v0.6.8 |
| 1511 | 2025-07-29T05:21:07.492Z | Compiling flate2 v1.1.2 |
| 1512 | 2025-07-29T05:21:07.556Z | Compiling publicsuffix v2.3.0 |
| 1513 | 2025-07-29T05:21:08.050Z | Compiling group v0.13.0 |
| 1514 | 2025-07-29T05:21:08.370Z | Compiling num-iter v0.1.45 |
| 1515 | 2025-07-29T05:21:08.397Z | Compiling rand v0.8.5 |
| 1516 | 2025-07-29T05:21:08.572Z | Compiling tokio-native-tls v0.3.1 |
| 1517 | 2025-07-29T05:21:08.853Z | Compiling ipnetwork v0.21.1 |
| 1518 | 2025-07-29T05:21:09.395Z | Compiling strum_macros v0.27.1 |
| 1519 | 2025-07-29T05:21:09.492Z | Compiling rustls-native-certs v0.8.1 |
| 1520 | 2025-07-29T05:21:09.600Z | Compiling webpki-roots v1.0.1 |
| 1521 | 2025-07-29T05:21:09.627Z | Compiling terminal_size v0.4.0 |
| 1522 | 2025-07-29T05:21:09.809Z | Compiling http-body-util v0.1.3 |
| 1523 | 2025-07-29T05:21:09.838Z | Compiling addr2line v0.24.2 |
| 1524 | 2025-07-29T05:21:09.980Z | Compiling hkdf v0.12.4 |
| 1525 | 2025-07-29T05:21:10.068Z | Compiling crypto-bigint v0.5.5 |
| 1526 | 2025-07-29T05:21:10.240Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1527 | 2025-07-29T05:21:10.275Z | Compiling async-trait v0.1.88 |
| 1528 | 2025-07-29T05:21:10.356Z | Compiling thiserror-impl v2.0.12 |
| 1529 | 2025-07-29T05:21:10.500Z | Compiling fs-err v3.1.1 |
| 1530 | 2025-07-29T05:21:10.780Z | Compiling object v0.36.5 |
| 1531 | 2025-07-29T05:21:11.422Z | Compiling ahash v0.8.12 |
| 1532 | 2025-07-29T05:21:11.750Z | Compiling buf-list v1.0.3 |
| 1533 | 2025-07-29T05:21:12.299Z | Compiling lockfree-object-pool v0.1.6 |
| 1534 | 2025-07-29T05:21:12.438Z | Compiling rustc-demangle v0.1.24 |
| 1535 | 2025-07-29T05:21:12.553Z | Compiling rustix v1.0.7 |
| 1536 | 2025-07-29T05:21:13.112Z | Compiling simd-adler32 v0.3.7 |
| 1537 | 2025-07-29T05:21:13.223Z | Compiling winnow v0.5.40 |
| 1538 | 2025-07-29T05:21:13.288Z | Compiling bumpalo v3.16.0 |
| 1539 | 2025-07-29T05:21:13.512Z | Compiling bitflags v1.3.2 |
| 1540 | 2025-07-29T05:21:13.610Z | Compiling iri-string v0.7.8 |
| 1541 | 2025-07-29T05:21:13.636Z | Compiling managed v0.8.0 |
| 1542 | 2025-07-29T05:21:13.722Z | Compiling anyhow v1.0.98 |
| 1543 | 2025-07-29T05:21:14.301Z | Compiling hubpack_derive v0.1.1 |
| 1544 | 2025-07-29T05:21:14.664Z | Compiling zopfli v0.8.1 |
| 1545 | 2025-07-29T05:21:14.929Z | Compiling strum v0.27.2 |
| 1546 | 2025-07-29T05:21:15.019Z | Compiling hubpack v0.1.2 |
| 1547 | 2025-07-29T05:21:15.120Z | Compiling clap_builder v4.5.41 |
| 1548 | 2025-07-29T05:21:15.523Z | Compiling thiserror v2.0.12 |
| 1549 | 2025-07-29T05:21:15.691Z | Compiling elliptic-curve v0.13.8 |
| 1550 | 2025-07-29T05:21:16.115Z | Compiling toml_edit v0.19.15 |
| 1551 | 2025-07-29T05:21:16.260Z | Compiling tower-http v0.6.6 |
| 1552 | 2025-07-29T05:21:16.443Z | Compiling hyper-tls v0.6.0 |
| 1553 | 2025-07-29T05:21:16.808Z | Compiling backtrace v0.3.74 |
| 1554 | 2025-07-29T05:21:17.039Z | Compiling oxnet v0.1.3 |
| 1555 | 2025-07-29T05:21:17.066Z | Compiling signal-hook-mio v0.2.4 |
| 1556 | 2025-07-29T05:21:17.261Z | Compiling cookie_store v0.21.1 |
| 1557 | 2025-07-29T05:21:17.757Z | Compiling zstd v0.13.3 |
| 1558 | 2025-07-29T05:21:18.345Z | Compiling postgres-types v0.2.9 |
| 1559 | 2025-07-29T05:21:19.183Z | Compiling usdt-attr-macro v0.5.0 |
| 1560 | 2025-07-29T05:21:19.328Z | Compiling usdt-macro v0.5.0 |
| 1561 | 2025-07-29T05:21:19.433Z | Compiling phf v0.11.2 |
| 1562 | 2025-07-29T05:21:19.696Z | Compiling ed25519 v2.2.3 |
| 1563 | 2025-07-29T05:21:20.479Z | Compiling bzip2 v0.5.2 |
| 1564 | 2025-07-29T05:21:20.510Z | Compiling bzip2 v0.4.4 |
| 1565 | 2025-07-29T05:21:20.884Z | Compiling strum_macros v0.26.4 |
| 1566 | 2025-07-29T05:21:20.944Z | Compiling pkcs1 v0.7.5 |
| 1567 | 2025-07-29T05:21:21.285Z | Compiling serde_urlencoded v0.7.1 |
| 1568 | 2025-07-29T05:21:21.723Z | Compiling serde-big-array v0.5.1 |
| 1569 | 2025-07-29T05:21:21.750Z | Compiling rfc6979 v0.4.0 |
| 1570 | 2025-07-29T05:21:21.843Z | Compiling bstr v1.10.0 |
| 1571 | 2025-07-29T05:21:21.913Z | Compiling daft-derive v0.1.4 |
| 1572 | 2025-07-29T05:21:21.953Z | Compiling clap_derive v4.5.41 |
| 1573 | 2025-07-29T05:21:21.980Z | Compiling enum-as-inner v0.6.1 |
| 1574 | 2025-07-29T05:21:22.053Z | Compiling serde_repr v0.1.19 |
| 1575 | 2025-07-29T05:21:22.803Z | Compiling float-cmp v0.10.0 |
| 1576 | 2025-07-29T05:21:22.978Z | Compiling socket2 v0.5.10 |
| 1577 | 2025-07-29T05:21:23.094Z | Compiling encoding_rs v0.8.34 |
| 1578 | 2025-07-29T05:21:23.197Z | Compiling predicates-core v1.0.8 |
| 1579 | 2025-07-29T05:21:23.253Z | Compiling normalize-line-endings v0.3.0 |
| 1580 | 2025-07-29T05:21:23.399Z | Compiling new_debug_unreachable v1.0.6 |
| 1581 | 2025-07-29T05:21:23.501Z | Compiling static_assertions v1.1.0 |
| 1582 | 2025-07-29T05:21:23.527Z | Compiling precomputed-hash v0.1.1 |
| 1583 | 2025-07-29T05:21:23.621Z | Compiling data-encoding v2.9.0 |
| 1584 | 2025-07-29T05:21:23.665Z | Compiling difflib v0.4.0 |
| 1585 | 2025-07-29T05:21:23.766Z | Compiling unicode-segmentation v1.12.0 |
| 1586 | 2025-07-29T05:21:24.464Z | Compiling fixedbitset v0.4.2 |
| 1587 | 2025-07-29T05:21:24.570Z | Compiling mime v0.3.17 |
| 1588 | 2025-07-29T05:21:24.794Z | Compiling whoami v1.5.2 |
| 1589 | 2025-07-29T05:21:24.862Z | Compiling petgraph v0.6.5 |
| 1590 | 2025-07-29T05:21:25.028Z | Compiling strum v0.26.3 |
| 1591 | 2025-07-29T05:21:25.104Z | Compiling tokio-postgres v0.7.13 |
| 1592 | 2025-07-29T05:21:25.219Z | Compiling similar v2.7.0 |
| 1593 | 2025-07-29T05:21:25.304Z | Compiling hickory-proto v0.25.2 |
| 1594 | 2025-07-29T05:21:25.530Z | Compiling clap v4.5.41 |
| 1595 | 2025-07-29T05:21:25.654Z | Compiling predicates v3.1.3 |
| 1596 | 2025-07-29T05:21:26.041Z | Compiling toml_edit v0.22.27 |
| 1597 | 2025-07-29T05:21:26.974Z | Compiling string_cache v0.8.9 |
| 1598 | 2025-07-29T05:21:27.013Z | Compiling console v0.15.10 |
| 1599 | 2025-07-29T05:21:27.362Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1600 | 2025-07-29T05:21:28.053Z | Compiling daft v0.1.4 |
| 1601 | 2025-07-29T05:21:28.139Z | Compiling usdt v0.5.0 |
| 1602 | 2025-07-29T05:21:28.330Z | Compiling ecdsa v0.16.9 |
| 1603 | 2025-07-29T05:21:28.573Z | Compiling rsa v0.9.6 |
| 1604 | 2025-07-29T05:21:28.599Z | Compiling zip v4.2.0 |
| 1605 | 2025-07-29T05:21:29.058Z | Compiling zip v0.6.6 |
| 1606 | 2025-07-29T05:21:29.532Z | Compiling ed25519-dalek v2.1.1 |
| 1607 | 2025-07-29T05:21:30.484Z | Compiling toml v0.7.8 |
| 1608 | 2025-07-29T05:21:31.410Z | Compiling crossterm v0.28.1 |
| 1609 | 2025-07-29T05:21:32.512Z | Compiling crossbeam-epoch v0.9.18 |
| 1610 | 2025-07-29T05:21:32.588Z | Compiling tokio-stream v0.1.17 |
| 1611 | 2025-07-29T05:21:33.075Z | Compiling openapiv3 v2.2.0 |
| 1612 | 2025-07-29T05:21:33.170Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1613 | 2025-07-29T05:21:33.482Z | Compiling x509-cert v0.2.5 |
| 1614 | 2025-07-29T05:21:33.547Z | Compiling sha1 v0.10.6 |
| 1615 | 2025-07-29T05:21:33.911Z | Compiling itertools v0.10.5 |
| 1616 | 2025-07-29T05:21:34.181Z | Compiling itertools v0.13.0 |
| 1617 | 2025-07-29T05:21:34.885Z | Compiling dirs-sys-next v0.1.2 |
| 1618 | 2025-07-29T05:21:34.912Z | Compiling winnow v0.6.26 |
| 1619 | 2025-07-29T05:21:35.231Z | Compiling peg-runtime v0.8.5 |
| 1620 | 2025-07-29T05:21:35.388Z | Compiling lalrpop-util v0.19.12 |
| 1621 | 2025-07-29T05:21:35.715Z | Compiling rustc-hash v2.1.1 |
| 1622 | 2025-07-29T05:21:35.751Z | Compiling dirs-next v2.0.0 |
| 1623 | 2025-07-29T05:21:35.911Z | Compiling thread_local v1.1.8 |
| 1624 | 2025-07-29T05:21:35.952Z | Compiling slog-async v2.8.0 |
| 1625 | 2025-07-29T05:21:36.101Z | Compiling term v0.7.0 |
| 1626 | 2025-07-29T05:21:36.360Z | Compiling crossbeam-channel v0.5.15 |
| 1627 | 2025-07-29T05:21:36.386Z | Compiling xattr v1.3.1 |
| 1628 | 2025-07-29T05:21:36.489Z | Compiling futures-executor v0.3.31 |
| 1629 | 2025-07-29T05:21:36.653Z | Compiling is-terminal v0.4.13 |
| 1630 | 2025-07-29T05:21:36.759Z | Compiling filetime v0.2.25 |
| 1631 | 2025-07-29T05:21:36.825Z | Compiling take_mut v0.2.2 |
| 1632 | 2025-07-29T05:21:36.961Z | Compiling slog-term v2.9.1 |
| 1633 | 2025-07-29T05:21:36.988Z | Compiling tar v0.4.44 |
| 1634 | 2025-07-29T05:21:37.039Z | Compiling futures v0.3.31 |
| 1635 | 2025-07-29T05:21:37.073Z | Compiling camino v1.1.10 |
| 1636 | 2025-07-29T05:21:42.523Z | Compiling aws-lc-sys v0.26.0 |
| 1637 | 2025-07-29T05:22:14.691Z | Compiling rustls-webpki v0.102.8 |
| 1638 | 2025-07-29T05:22:20.340Z | Compiling tokio-rustls v0.26.0 |
| 1639 | 2025-07-29T05:22:20.651Z | Compiling hyper-rustls v0.27.7 |
| 1640 | 2025-07-29T05:22:20.982Z | Compiling reqwest v0.12.22 |
| 1641 | 2025-07-29T05:22:25.004Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1642 | 2025-07-29T05:22:25.358Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1643 | 2025-07-29T05:22:30.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1644 | 2025-07-29T05:22:30.800Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1645 | 2025-07-29T05:22:30.879Z | Jul 29 05:22:30.700 INFO Starting download, target: Clickhouse |
| 1646 | 2025-07-29T05:22:30.879Z | Jul 29 05:22:30.701 INFO Starting download, target: Console |
| 1647 | 2025-07-29T05:22:30.879Z | Jul 29 05:22:30.701 INFO Starting download, target: Cockroach |
| 1648 | 2025-07-29T05:22:30.879Z | Jul 29 05:22:30.701 INFO Starting download, target: DendriteStub |
| 1649 | 2025-07-29T05:22:30.879Z | Jul 29 05:22:30.701 INFO Starting download, target: MaghemiteMgd |
| 1650 | 2025-07-29T05:22:30.879Z | Jul 29 05:22:30.701 INFO Starting download, target: TransceiverControl |
| 1651 | 2025-07-29T05:22:30.905Z | Jul 29 05:22:30.702 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1652 | 2025-07-29T05:22:30.905Z | Jul 29 05:22:30.702 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1653 | 2025-07-29T05:22:30.905Z | Jul 29 05:22:30.702 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1654 | 2025-07-29T05:22:30.905Z | Jul 29 05:22:30.703 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1655 | 2025-07-29T05:22:30.906Z | Jul 29 05:22:30.703 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1656 | 2025-07-29T05:22:30.906Z | Jul 29 05:22:30.703 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1657 | 2025-07-29T05:22:31.403Z | Jul 29 05:22:31.222 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1658 | 2025-07-29T05:22:31.594Z | Jul 29 05:22:31.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1659 | 2025-07-29T05:22:31.771Z | Jul 29 05:22:31.588 INFO Download complete, target: Console |
| 1660 | 2025-07-29T05:22:32.011Z | Jul 29 05:22:31.827 INFO Download complete, target: TransceiverControl |
| 1661 | 2025-07-29T05:22:33.823Z | Jul 29 05:22:33.645 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1662 | 2025-07-29T05:22:37.065Z | Jul 29 05:22:36.877 INFO Download complete, target: MaghemiteMgd |
| 1663 | 2025-07-29T05:22:41.424Z | Jul 29 05:22:41.246 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1664 | 2025-07-29T05:22:41.424Z | Jul 29 05:22:41.246 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1665 | 2025-07-29T05:22:42.007Z | Jul 29 05:22:41.828 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1666 | 2025-07-29T05:22:45.799Z | Jul 29 05:22:45.621 INFO Download complete, target: DendriteStub |
| 1667 | 2025-07-29T05:22:48.769Z | Jul 29 05:22:48.591 INFO Checking that binary works, target: Cockroach |
| 1668 | 2025-07-29T05:22:49.036Z | Jul 29 05:22:48.858 INFO Download complete, target: Cockroach |
| 1669 | 2025-07-29T05:22:56.719Z | Jul 29 05:22:56.541 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1670 | 2025-07-29T05:23:07.957Z | Jul 29 05:23:07.779 INFO Checking that binary works, target: Clickhouse |
| 1671 | 2025-07-29T05:23:08.148Z | Jul 29 05:23:07.970 INFO Download complete, target: Clickhouse |
| 1672 | 2025-07-29T05:23:08.175Z | All prerequisites installed successfully |
| 1673 | 2025-07-29T05:23:08.175Z | |
| 1674 | 2025-07-29T05:23:08.175Z | real 5:18.944617006 |
| 1675 | 2025-07-29T05:23:08.175Z | user 15:04.594709048 |
| 1676 | 2025-07-29T05:23:08.175Z | sys 2:32.267489119 |
| 1677 | 2025-07-29T05:23:08.175Z | trap 0.582948425 |
| 1678 | 2025-07-29T05:23:08.175Z | tflt 0.374082854 |
| 1679 | 2025-07-29T05:23:08.175Z | dflt 1.326694582 |
| 1680 | 2025-07-29T05:23:08.175Z | kflt 0.009011361 |
| 1681 | 2025-07-29T05:23:08.175Z | lock 40:56.802960928 |
| 1682 | 2025-07-29T05:23:08.175Z | slp 55:23.972650242 |
| 1683 | 2025-07-29T05:23:08.175Z | lat 1:17.025522158 |
| 1684 | 2025-07-29T05:23:08.175Z | stop 2:44.815120427 |
| 1685 | 2025-07-29T05:23:08.175Z | + ptime -m cargo xtask download softnpu |
| 1686 | 2025-07-29T05:23:09.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 1687 | 2025-07-29T05:23:09.195Z | Running `target/debug/xtask download softnpu` |
| 1688 | 2025-07-29T05:23:10.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 1689 | 2025-07-29T05:23:10.586Z | Running `target/debug/xtask-downloader softnpu` |
| 1690 | 2025-07-29T05:23:10.643Z | Jul 29 05:23:10.465 INFO Starting download, target: Softnpu |
| 1691 | 2025-07-29T05:23:10.669Z | Jul 29 05:23:10.466 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1692 | 2025-07-29T05:23:12.441Z | Jul 29 05:23:12.263 INFO Download complete, target: Softnpu |
| 1693 | 2025-07-29T05:23:12.468Z | |
| 1694 | 2025-07-29T05:23:12.468Z | real 4.279541627 |
| 1695 | 2025-07-29T05:23:12.468Z | user 1.891016975 |
| 1696 | 2025-07-29T05:23:12.468Z | sys 1.145305961 |
| 1697 | 2025-07-29T05:23:12.468Z | trap 0.000612227 |
| 1698 | 2025-07-29T05:23:12.468Z | tflt 0.000099816 |
| 1699 | 2025-07-29T05:23:12.468Z | dflt 0.000178770 |
| 1700 | 2025-07-29T05:23:12.468Z | kflt 0.000000000 |
| 1701 | 2025-07-29T05:23:12.468Z | lock 19.115472120 |
| 1702 | 2025-07-29T05:23:12.468Z | slp 1.563826441 |
| 1703 | 2025-07-29T05:23:12.468Z | lat 0.158175162 |
| 1704 | 2025-07-29T05:23:12.468Z | stop 0.000218759 |
| 1705 | 2025-07-29T05:23:12.468Z | + export CARGO_INCREMENTAL=0 |
| 1706 | 2025-07-29T05:23:12.468Z | + CARGO_INCREMENTAL=0 |
| 1707 | 2025-07-29T05:23:12.468Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1708 | 2025-07-29T05:23:14.027Z | Compiling proc-macro2 v1.0.95 |
| 1709 | 2025-07-29T05:23:14.027Z | Compiling unicode-ident v1.0.18 |
| 1710 | 2025-07-29T05:23:14.027Z | Compiling libc v0.2.174 |
| 1711 | 2025-07-29T05:23:14.054Z | Compiling serde v1.0.219 |
| 1712 | 2025-07-29T05:23:14.054Z | Compiling autocfg v1.4.0 |
| 1713 | 2025-07-29T05:23:14.054Z | Compiling cfg-if v1.0.1 |
| 1714 | 2025-07-29T05:23:14.054Z | Compiling version_check v0.9.5 |
| 1715 | 2025-07-29T05:23:14.212Z | Compiling memchr v2.7.4 |
| 1716 | 2025-07-29T05:23:14.282Z | Compiling shlex v1.3.0 |
| 1717 | 2025-07-29T05:23:14.348Z | Compiling portable-atomic v1.11.0 |
| 1718 | 2025-07-29T05:23:14.639Z | Compiling typenum v1.17.0 |
| 1719 | 2025-07-29T05:23:14.700Z | Compiling value-bag v1.9.0 |
| 1720 | 2025-07-29T05:23:14.726Z | Compiling generic-array v0.14.7 |
| 1721 | 2025-07-29T05:23:14.753Z | Compiling lock_api v0.4.12 |
| 1722 | 2025-07-29T05:23:15.110Z | Compiling log v0.4.27 |
| 1723 | 2025-07-29T05:23:15.223Z | Compiling libm v0.2.8 |
| 1724 | 2025-07-29T05:23:15.337Z | Compiling getrandom v0.3.1 |
| 1725 | 2025-07-29T05:23:15.433Z | Compiling serde_json v1.0.141 |
| 1726 | 2025-07-29T05:23:15.587Z | Compiling num-traits v0.2.19 |
| 1727 | 2025-07-29T05:23:15.728Z | Compiling parking_lot_core v0.9.10 |
| 1728 | 2025-07-29T05:23:15.776Z | Compiling scopeguard v1.2.0 |
| 1729 | 2025-07-29T05:23:15.880Z | Compiling quote v1.0.40 |
| 1730 | 2025-07-29T05:23:15.906Z | Compiling jobserver v0.1.32 |
| 1731 | 2025-07-29T05:23:15.960Z | Compiling smallvec v1.15.1 |
| 1732 | 2025-07-29T05:23:16.000Z | Compiling semver v1.0.26 |
| 1733 | 2025-07-29T05:23:16.164Z | Compiling pkg-config v0.3.31 |
| 1734 | 2025-07-29T05:23:16.387Z | Compiling syn v2.0.104 |
| 1735 | 2025-07-29T05:23:16.413Z | Compiling cc v1.2.30 |
| 1736 | 2025-07-29T05:23:16.413Z | Compiling getrandom v0.2.15 |
| 1737 | 2025-07-29T05:23:16.490Z | Compiling itoa v1.0.11 |
| 1738 | 2025-07-29T05:23:16.517Z | Compiling aho-corasick v1.1.3 |
| 1739 | 2025-07-29T05:23:16.517Z | Compiling regex-syntax v0.8.5 |
| 1740 | 2025-07-29T05:23:16.727Z | Compiling rustix v0.38.37 |
| 1741 | 2025-07-29T05:23:17.376Z | Compiling either v1.15.0 |
| 1742 | 2025-07-29T05:23:17.821Z | Compiling critical-section v1.1.3 |
| 1743 | 2025-07-29T05:23:17.858Z | Compiling stable_deref_trait v1.2.0 |
| 1744 | 2025-07-29T05:23:17.979Z | Compiling slab v0.4.9 |
| 1745 | 2025-07-29T05:23:18.006Z | Compiling errno v0.3.12 |
| 1746 | 2025-07-29T05:23:18.254Z | Compiling spin v0.9.8 |
| 1747 | 2025-07-29T05:23:18.344Z | Compiling once_cell v1.21.3 |
| 1748 | 2025-07-29T05:23:18.452Z | Compiling rand_core v0.6.4 |
| 1749 | 2025-07-29T05:23:18.679Z | Compiling glob v0.3.2 |
| 1750 | 2025-07-29T05:23:18.962Z | Compiling equivalent v1.0.2 |
| 1751 | 2025-07-29T05:23:19.004Z | Compiling pin-project-lite v0.2.14 |
| 1752 | 2025-07-29T05:23:19.090Z | Compiling zerocopy v0.8.26 |
| 1753 | 2025-07-29T05:23:19.156Z | Compiling allocator-api2 v0.2.21 |
| 1754 | 2025-07-29T05:23:19.182Z | Compiling prettyplease v0.2.36 |
| 1755 | 2025-07-29T05:23:19.253Z | Compiling clang-sys v1.8.1 |
| 1756 | 2025-07-29T05:23:19.303Z | Compiling regex-automata v0.4.8 |
| 1757 | 2025-07-29T05:23:19.477Z | Compiling subtle v2.6.1 |
| 1758 | 2025-07-29T05:23:19.638Z | Compiling ryu v1.0.18 |
| 1759 | 2025-07-29T05:23:19.665Z | Compiling foldhash v0.1.5 |
| 1760 | 2025-07-29T05:23:19.991Z | Compiling hashbrown v0.15.4 |
| 1761 | 2025-07-29T05:23:20.139Z | Compiling lazy_static v1.5.0 |
| 1762 | 2025-07-29T05:23:20.334Z | Compiling writeable v0.5.5 |
| 1763 | 2025-07-29T05:23:20.413Z | Compiling minimal-lexical v0.2.1 |
| 1764 | 2025-07-29T05:23:20.753Z | Compiling schemars v0.8.22 |
| 1765 | 2025-07-29T05:23:20.821Z | Compiling litemap v0.7.3 |
| 1766 | 2025-07-29T05:23:21.001Z | Compiling nom v7.1.3 |
| 1767 | 2025-07-29T05:23:21.251Z | Compiling libloading v0.8.5 |
| 1768 | 2025-07-29T05:23:21.350Z | Compiling home v0.5.9 |
| 1769 | 2025-07-29T05:23:21.451Z | Compiling percent-encoding v2.3.1 |
| 1770 | 2025-07-29T05:23:21.543Z | Compiling bindgen v0.69.5 |
| 1771 | 2025-07-29T05:23:21.572Z | Compiling thiserror v1.0.69 |
| 1772 | 2025-07-29T05:23:21.992Z | Compiling itertools v0.12.1 |
| 1773 | 2025-07-29T05:23:22.140Z | Compiling synstructure v0.13.1 |
| 1774 | 2025-07-29T05:23:22.831Z | Compiling serde_derive_internals v0.29.1 |
| 1775 | 2025-07-29T05:23:23.113Z | Compiling icu_locid_transform_data v1.5.0 |
| 1776 | 2025-07-29T05:23:23.227Z | Compiling lazycell v1.3.0 |
| 1777 | 2025-07-29T05:23:23.390Z | Compiling cexpr v0.6.0 |
| 1778 | 2025-07-29T05:23:23.519Z | Compiling rustc-hash v1.1.0 |
| 1779 | 2025-07-29T05:23:23.668Z | Compiling regex v1.11.1 |
| 1780 | 2025-07-29T05:23:24.396Z | Compiling cmake v0.1.51 |
| 1781 | 2025-07-29T05:23:24.469Z | Compiling signal-hook-registry v1.4.2 |
| 1782 | 2025-07-29T05:23:24.563Z | Compiling byteorder v1.5.0 |
| 1783 | 2025-07-29T05:23:24.825Z | Compiling fs_extra v1.3.0 |
| 1784 | 2025-07-29T05:23:24.959Z | Compiling fnv v1.0.7 |
| 1785 | 2025-07-29T05:23:24.996Z | Compiling dunce v1.0.5 |
| 1786 | 2025-07-29T05:23:25.023Z | Compiling paste v1.0.15 |
| 1787 | 2025-07-29T05:23:25.062Z | Compiling serde_derive v1.0.219 |
| 1788 | 2025-07-29T05:23:25.118Z | Compiling zeroize_derive v1.4.2 |
| 1789 | 2025-07-29T05:23:25.150Z | Compiling zerofrom-derive v0.1.4 |
| 1790 | 2025-07-29T05:23:25.286Z | Compiling yoke-derive v0.7.4 |
| 1791 | 2025-07-29T05:23:25.418Z | Compiling zerovec-derive v0.10.3 |
| 1792 | 2025-07-29T05:23:25.615Z | Compiling displaydoc v0.2.5 |
| 1793 | 2025-07-29T05:23:26.095Z | Compiling icu_provider_macros v1.5.0 |
| 1794 | 2025-07-29T05:23:26.342Z | Compiling tokio-macros v2.5.0 |
| 1795 | 2025-07-29T05:23:26.671Z | Compiling zeroize v1.8.1 |
| 1796 | 2025-07-29T05:23:27.017Z | Compiling zerocopy-derive v0.7.35 |
| 1797 | 2025-07-29T05:23:27.075Z | Compiling zerocopy-derive v0.8.26 |
| 1798 | 2025-07-29T05:23:27.191Z | Compiling schemars_derive v0.8.22 |
| 1799 | 2025-07-29T05:23:27.488Z | Compiling zerofrom v0.1.4 |
| 1800 | 2025-07-29T05:23:27.700Z | Compiling yoke v0.7.4 |
| 1801 | 2025-07-29T05:23:28.041Z | Compiling zerovec v0.10.4 |
| 1802 | 2025-07-29T05:23:28.427Z | Compiling futures-macro v0.3.31 |
| 1803 | 2025-07-29T05:23:28.566Z | Compiling thiserror-impl v1.0.69 |
| 1804 | 2025-07-29T05:23:28.668Z | Compiling icu_properties_data v1.5.0 |
| 1805 | 2025-07-29T05:23:28.964Z | Compiling parking_lot v0.12.3 |
| 1806 | 2025-07-29T05:23:29.206Z | Compiling mio v1.0.2 |
| 1807 | 2025-07-29T05:23:29.244Z | Compiling utf8_iter v1.0.4 |
| 1808 | 2025-07-29T05:23:29.498Z | Compiling heck v0.5.0 |
| 1809 | 2025-07-29T05:23:29.682Z | Compiling utf16_iter v1.0.5 |
| 1810 | 2025-07-29T05:23:29.847Z | Compiling tinystr v0.7.6 |
| 1811 | 2025-07-29T05:23:29.931Z | Compiling icu_collections v1.5.0 |
| 1812 | 2025-07-29T05:23:30.503Z | Compiling icu_locid v1.5.0 |
| 1813 | 2025-07-29T05:23:30.532Z | Compiling write16 v1.0.0 |
| 1814 | 2025-07-29T05:23:30.559Z | Compiling icu_normalizer_data v1.5.0 |
| 1815 | 2025-07-29T05:23:30.586Z | Compiling crypto-common v0.1.6 |
| 1816 | 2025-07-29T05:23:30.703Z | Compiling socket2 v0.6.0 |
| 1817 | 2025-07-29T05:23:30.792Z | Compiling const-oid v0.9.6 |
| 1818 | 2025-07-29T05:23:31.701Z | Compiling icu_provider v1.5.0 |
| 1819 | 2025-07-29T05:23:32.056Z | Compiling form_urlencoded v1.2.1 |
| 1820 | 2025-07-29T05:23:32.124Z | Compiling ring v0.17.14 |
| 1821 | 2025-07-29T05:23:32.428Z | Compiling icu_locid_transform v1.5.0 |
| 1822 | 2025-07-29T05:23:33.577Z | Compiling icu_properties v1.5.1 |
| 1823 | 2025-07-29T05:23:33.603Z | Compiling der_derive v0.7.3 |
| 1824 | 2025-07-29T05:23:33.660Z | Compiling tracing-attributes v0.1.27 |
| 1825 | 2025-07-29T05:23:34.088Z | Compiling bitflags v2.9.1 |
| 1826 | 2025-07-29T05:23:34.294Z | Compiling bytes v1.10.1 |
| 1827 | 2025-07-29T05:23:36.292Z | Compiling tokio v1.47.0 |
| 1828 | 2025-07-29T05:23:36.369Z | Compiling indexmap v2.10.0 |
| 1829 | 2025-07-29T05:23:36.651Z | Compiling icu_normalizer v1.5.0 |
| 1830 | 2025-07-29T05:23:37.439Z | Compiling which v4.4.2 |
| 1831 | 2025-07-29T05:23:37.585Z | Compiling idna_adapter v1.2.0 |
| 1832 | 2025-07-29T05:23:37.864Z | Compiling idna v1.0.3 |
| 1833 | 2025-07-29T05:23:37.890Z | Compiling aws-lc-rs v1.12.4 |
| 1834 | 2025-07-29T05:23:37.981Z | Compiling thiserror v2.0.12 |
| 1835 | 2025-07-29T05:23:38.548Z | Compiling vcpkg v0.2.15 |
| 1836 | 2025-07-29T05:23:39.650Z | Compiling openssl-sys v0.9.109 |
| 1837 | 2025-07-29T05:23:39.936Z | Compiling url v2.5.4 |
| 1838 | 2025-07-29T05:23:40.482Z | Compiling block-buffer v0.10.4 |
| 1839 | 2025-07-29T05:23:40.672Z | Compiling futures-core v0.3.31 |
| 1840 | 2025-07-29T05:23:41.364Z | Compiling digest v0.10.7 |
| 1841 | 2025-07-29T05:23:41.597Z | Compiling thiserror-impl v2.0.12 |
| 1842 | 2025-07-29T05:23:42.120Z | Compiling httparse v1.9.5 |
| 1843 | 2025-07-29T05:23:42.536Z | Compiling zerocopy v0.7.35 |
| 1844 | 2025-07-29T05:23:43.611Z | Compiling uuid v1.17.0 |
| 1845 | 2025-07-29T05:23:43.880Z | Compiling iana-time-zone v0.1.63 |
| 1846 | 2025-07-29T05:23:43.971Z | Compiling syn v1.0.109 |
| 1847 | 2025-07-29T05:23:44.489Z | Compiling chrono v0.4.41 |
| 1848 | 2025-07-29T05:23:44.734Z | Compiling num-conv v0.1.0 |
| 1849 | 2025-07-29T05:23:44.863Z | Compiling futures-sink v0.3.31 |
| 1850 | 2025-07-29T05:23:44.989Z | Compiling time-core v0.1.2 |
| 1851 | 2025-07-29T05:23:45.165Z | Compiling time-macros v0.2.18 |
| 1852 | 2025-07-29T05:23:46.844Z | Compiling aws-lc-sys v0.26.0 |
| 1853 | 2025-07-29T05:23:47.064Z | Compiling openssl v0.10.73 |
| 1854 | 2025-07-29T05:23:47.488Z | Compiling cpufeatures v0.2.14 |
| 1855 | 2025-07-29T05:23:47.548Z | Compiling strsim v0.11.1 |
| 1856 | 2025-07-29T05:23:47.891Z | Compiling hmac v0.12.1 |
| 1857 | 2025-07-29T05:23:48.074Z | Compiling rustc_version v0.4.1 |
| 1858 | 2025-07-29T05:23:48.106Z | Compiling serde_tokenstream v0.2.2 |
| 1859 | 2025-07-29T05:23:48.584Z | Compiling block-padding v0.3.3 |
| 1860 | 2025-07-29T05:23:48.698Z | Compiling openssl-macros v0.1.1 |
| 1861 | 2025-07-29T05:23:48.812Z | Compiling scroll_derive v0.12.0 |
| 1862 | 2025-07-29T05:23:48.977Z | Compiling dyn-clone v1.0.19 |
| 1863 | 2025-07-29T05:23:49.209Z | Compiling ucd-trie v0.1.7 |
| 1864 | 2025-07-29T05:23:49.259Z | Compiling rustls v0.23.19 |
| 1865 | 2025-07-29T05:23:49.523Z | Compiling native-tls v0.2.12 |
| 1866 | 2025-07-29T05:23:49.587Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2025-07-29T05:23:49.809Z | Compiling pest v2.7.14 |
| 1868 | 2025-07-29T05:23:50.153Z | Compiling inout v0.1.3 |
| 1869 | 2025-07-29T05:23:50.385Z | Compiling futures-channel v0.3.31 |
| 1870 | 2025-07-29T05:23:51.034Z | Compiling futures-task v0.3.31 |
| 1871 | 2025-07-29T05:23:51.175Z | Compiling pin-utils v0.1.0 |
| 1872 | 2025-07-29T05:23:51.463Z | Compiling futures-io v0.3.31 |
| 1873 | 2025-07-29T05:23:51.766Z | Compiling futures-util v0.3.31 |
| 1874 | 2025-07-29T05:23:52.189Z | Compiling pest_meta v2.7.14 |
| 1875 | 2025-07-29T05:23:53.480Z | Compiling cipher v0.4.4 |
| 1876 | 2025-07-29T05:23:53.865Z | Compiling sha2 v0.10.9 |
| 1877 | 2025-07-29T05:23:54.162Z | Compiling http v1.3.1 |
| 1878 | 2025-07-29T05:23:54.760Z | Compiling cookie v0.18.1 |
| 1879 | 2025-07-29T05:23:54.992Z | Compiling rustversion v1.0.17 |
| 1880 | 2025-07-29T05:23:55.050Z | Compiling base64ct v1.6.0 |
| 1881 | 2025-07-29T05:23:55.661Z | Compiling pem-rfc7468 v0.7.0 |
| 1882 | 2025-07-29T05:23:55.717Z | Compiling pest_generator v2.7.14 |
| 1883 | 2025-07-29T05:23:56.152Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1884 | 2025-07-29T05:23:56.715Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1885 | 2025-07-29T05:23:56.879Z | Compiling flagset v0.4.6 |
| 1886 | 2025-07-29T05:23:56.968Z | Compiling anyhow v1.0.98 |
| 1887 | 2025-07-29T05:23:57.098Z | Compiling slog v2.7.0 |
| 1888 | 2025-07-29T05:23:57.132Z | Compiling der v0.7.9 |
| 1889 | 2025-07-29T05:23:57.459Z | Compiling pest_derive v2.7.14 |
| 1890 | 2025-07-29T05:23:58.065Z | Compiling toml_datetime v0.6.11 |
| 1891 | 2025-07-29T05:23:58.091Z | Compiling serde_spanned v0.6.9 |
| 1892 | 2025-07-29T05:23:58.341Z | Compiling tracing-core v0.1.32 |
| 1893 | 2025-07-29T05:23:58.498Z | Compiling usdt-impl v0.5.0 |
| 1894 | 2025-07-29T05:23:58.525Z | Compiling rustls-pki-types v1.10.0 |
| 1895 | 2025-07-29T05:23:59.265Z | Compiling tracing v0.1.40 |
| 1896 | 2025-07-29T05:23:59.359Z | Compiling spki v0.7.3 |
| 1897 | 2025-07-29T05:23:59.610Z | Compiling salsa20 v0.10.2 |
| 1898 | 2025-07-29T05:23:59.836Z | Compiling scroll v0.12.0 |
| 1899 | 2025-07-29T05:23:59.903Z | Compiling pbkdf2 v0.12.2 |
| 1900 | 2025-07-29T05:23:59.962Z | Compiling ppv-lite86 v0.2.20 |
| 1901 | 2025-07-29T05:24:00.437Z | Compiling winnow v0.5.40 |
| 1902 | 2025-07-29T05:24:00.715Z | Compiling litrs v0.4.1 |
| 1903 | 2025-07-29T05:24:00.778Z | Compiling plain v0.2.3 |
| 1904 | 2025-07-29T05:24:00.844Z | Compiling rustix v1.0.7 |
| 1905 | 2025-07-29T05:24:00.954Z | Compiling goblin v0.8.2 |
| 1906 | 2025-07-29T05:24:01.584Z | Compiling document-features v0.2.11 |
| 1907 | 2025-07-29T05:24:01.753Z | Compiling scrypt v0.11.0 |
| 1908 | 2025-07-29T05:24:01.836Z | Compiling cbc v0.1.2 |
| 1909 | 2025-07-29T05:24:02.059Z | Compiling aes v0.8.4 |
| 1910 | 2025-07-29T05:24:02.965Z | Compiling tokio-util v0.7.15 |
| 1911 | 2025-07-29T05:24:03.274Z | Compiling toml_edit v0.19.15 |
| 1912 | 2025-07-29T05:24:04.532Z | Compiling adler2 v2.0.0 |
| 1913 | 2025-07-29T05:24:04.797Z | Compiling untrusted v0.9.0 |
| 1914 | 2025-07-29T05:24:04.926Z | Compiling pretty-hex v0.4.1 |
| 1915 | 2025-07-29T05:24:05.019Z | Compiling untrusted v0.7.1 |
| 1916 | 2025-07-29T05:24:05.166Z | Compiling newtype-uuid v1.2.4 |
| 1917 | 2025-07-29T05:24:05.225Z | Compiling powerfmt v0.2.0 |
| 1918 | 2025-07-29T05:24:05.440Z | Compiling miniz_oxide v0.8.5 |
| 1919 | 2025-07-29T05:24:05.466Z | Compiling pkcs5 v0.7.1 |
| 1920 | 2025-07-29T05:24:05.697Z | Compiling deranged v0.3.11 |
| 1921 | 2025-07-29T05:24:06.347Z | Compiling dof v0.3.0 |
| 1922 | 2025-07-29T05:24:07.604Z | Compiling dtrace-parser v0.2.0 |
| 1923 | 2025-07-29T05:24:07.745Z | Compiling http-body v1.0.1 |
| 1924 | 2025-07-29T05:24:08.013Z | Compiling heapless v0.7.17 |
| 1925 | 2025-07-29T05:24:08.408Z | Compiling thread-id v4.2.2 |
| 1926 | 2025-07-29T05:24:08.705Z | Compiling zstd-safe v7.2.3 |
| 1927 | 2025-07-29T05:24:08.854Z | Compiling num_threads v0.1.7 |
| 1928 | 2025-07-29T05:24:09.002Z | Compiling base64 v0.22.1 |
| 1929 | 2025-07-29T05:24:09.028Z | Compiling atomic-waker v1.1.2 |
| 1930 | 2025-07-29T05:24:09.095Z | Compiling signal-hook v0.3.18 |
| 1931 | 2025-07-29T05:24:09.308Z | Compiling time v0.3.36 |
| 1932 | 2025-07-29T05:24:10.837Z | Compiling pkcs8 v0.10.2 |
| 1933 | 2025-07-29T05:24:11.122Z | Compiling tower-service v0.3.3 |
| 1934 | 2025-07-29T05:24:11.384Z | Compiling try-lock v0.2.5 |
| 1935 | 2025-07-29T05:24:11.815Z | Compiling tinyvec_macros v0.1.1 |
| 1936 | 2025-07-29T05:24:11.849Z | Compiling ident_case v1.0.1 |
| 1937 | 2025-07-29T05:24:12.029Z | Compiling tinyvec v1.8.0 |
| 1938 | 2025-07-29T05:24:13.271Z | Compiling want v0.3.1 |
| 1939 | 2025-07-29T05:24:13.609Z | Compiling h2 v0.4.6 |
| 1940 | 2025-07-29T05:24:15.130Z | Compiling rand_core v0.9.2 |
| 1941 | 2025-07-29T05:24:15.507Z | Compiling curve25519-dalek v4.1.3 |
| 1942 | 2025-07-29T05:24:15.846Z | Compiling ipnet v2.11.0 |
| 1943 | 2025-07-29T05:24:15.880Z | Compiling async-trait v0.1.88 |
| 1944 | 2025-07-29T05:24:16.775Z | Compiling memoffset v0.9.1 |
| 1945 | 2025-07-29T05:24:17.070Z | Compiling gimli v0.31.1 |
| 1946 | 2025-07-29T05:24:17.516Z | Compiling httpdate v1.0.3 |
| 1947 | 2025-07-29T05:24:18.494Z | Compiling foreign-types-shared v0.1.1 |
| 1948 | 2025-07-29T05:24:18.640Z | Compiling openssl-probe v0.1.5 |
| 1949 | 2025-07-29T05:24:18.908Z | Compiling num-bigint-dig v0.8.4 |
| 1950 | 2025-07-29T05:24:19.201Z | Compiling smoltcp v0.9.1 |
| 1951 | 2025-07-29T05:24:19.319Z | Compiling foreign-types v0.3.2 |
| 1952 | 2025-07-29T05:24:20.763Z | Compiling hyper v1.6.0 |
| 1953 | 2025-07-29T05:24:22.486Z | Compiling addr2line v0.24.2 |
| 1954 | 2025-07-29T05:24:23.427Z | Compiling rand_chacha v0.9.0 |
| 1955 | 2025-07-29T05:24:24.853Z | Compiling usdt-attr-macro v0.5.0 |
| 1956 | 2025-07-29T05:24:26.078Z | Compiling usdt-macro v0.5.0 |
| 1957 | 2025-07-29T05:24:28.634Z | Compiling strum_macros v0.26.4 |
| 1958 | 2025-07-29T05:24:29.586Z | Compiling ipnetwork v0.21.1 |
| 1959 | 2025-07-29T05:24:30.833Z | Compiling daft-derive v0.1.4 |
| 1960 | 2025-07-29T05:24:31.336Z | Compiling object v0.36.5 |
| 1961 | 2025-07-29T05:24:31.768Z | Compiling cfg_aliases v0.2.1 |
| 1962 | 2025-07-29T05:24:32.244Z | Compiling rustc-demangle v0.1.24 |
| 1963 | 2025-07-29T05:24:33.562Z | Compiling nix v0.29.0 |
| 1964 | 2025-07-29T05:24:35.431Z | Compiling rand v0.9.1 |
| 1965 | 2025-07-29T05:24:36.477Z | Compiling hyper-util v0.1.16 |
| 1966 | 2025-07-29T05:24:38.639Z | Compiling backtrace v0.3.74 |
| 1967 | 2025-07-29T05:24:39.497Z | Compiling unicode-normalization v0.1.24 |
| 1968 | 2025-07-29T05:24:40.624Z | Compiling strum_macros v0.27.1 |
| 1969 | 2025-07-29T05:24:42.403Z | Compiling hubpack_derive v0.1.1 |
| 1970 | 2025-07-29T05:24:43.002Z | Compiling signature v2.2.0 |
| 1971 | 2025-07-29T05:24:43.085Z | Compiling openapiv3 v2.2.0 |
| 1972 | 2025-07-29T05:24:43.234Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1973 | 2025-07-29T05:24:44.455Z | Compiling fs-err v3.1.1 |
| 1974 | 2025-07-29T05:24:44.768Z | Compiling ahash v0.8.12 |
| 1975 | 2025-07-29T05:24:45.093Z | Compiling crc32fast v1.4.2 |
| 1976 | 2025-07-29T05:24:45.427Z | Compiling utf8parse v0.2.2 |
| 1977 | 2025-07-29T05:24:45.606Z | Compiling unicode-properties v0.1.3 |
| 1978 | 2025-07-29T05:24:45.953Z | Compiling buf-list v1.0.3 |
| 1979 | 2025-07-29T05:24:46.371Z | Compiling unicode-bidi v0.3.17 |
| 1980 | 2025-07-29T05:24:46.425Z | Compiling zlib-rs v0.5.1 |
| 1981 | 2025-07-29T05:24:47.315Z | Compiling siphasher v0.3.11 |
| 1982 | 2025-07-29T05:24:47.545Z | Compiling anstyle v1.0.11 |
| 1983 | 2025-07-29T05:24:47.665Z | Compiling phf_shared v0.11.2 |
| 1984 | 2025-07-29T05:24:47.935Z | Compiling stringprep v0.1.5 |
| 1985 | 2025-07-29T05:24:48.673Z | Compiling anstyle-parse v0.2.5 |
| 1986 | 2025-07-29T05:24:50.716Z | Compiling libz-rs-sys v0.5.1 |
| 1987 | 2025-07-29T05:24:54.698Z | Compiling http-body-util v0.1.3 |
| 1988 | 2025-07-29T05:24:55.144Z | Compiling rand_chacha v0.3.1 |
| 1989 | 2025-07-29T05:24:55.391Z | Compiling sync_wrapper v1.0.1 |
| 1990 | 2025-07-29T05:24:55.417Z | Compiling md-5 v0.10.6 |
| 1991 | 2025-07-29T05:24:55.590Z | Compiling num-integer v0.1.46 |
| 1992 | 2025-07-29T05:24:56.124Z | Compiling hash32 v0.2.1 |
| 1993 | 2025-07-29T05:24:56.169Z | Compiling ff v0.13.0 |
| 1994 | 2025-07-29T05:24:56.408Z | Compiling encoding_rs v0.8.34 |
| 1995 | 2025-07-29T05:24:56.461Z | Compiling tower-layer v0.3.3 |
| 1996 | 2025-07-29T05:24:56.825Z | Compiling fallible-iterator v0.2.0 |
| 1997 | 2025-07-29T05:24:56.853Z | Compiling is_terminal_polyfill v1.70.1 |
| 1998 | 2025-07-29T05:24:57.007Z | Compiling psl-types v2.0.11 |
| 1999 | 2025-07-29T05:24:57.233Z | Compiling mime v0.3.17 |
| 2000 | 2025-07-29T05:24:57.672Z | Compiling base16ct v0.2.0 |
| 2001 | 2025-07-29T05:24:57.941Z | Compiling colorchoice v1.0.2 |
| 2002 | 2025-07-29T05:24:58.122Z | Compiling anstyle-query v1.1.1 |
| 2003 | 2025-07-29T05:24:58.151Z | Compiling sec1 v0.7.3 |
| 2004 | 2025-07-29T05:24:58.298Z | Compiling anstream v0.6.18 |
| 2005 | 2025-07-29T05:24:58.628Z | Compiling publicsuffix v2.3.0 |
| 2006 | 2025-07-29T05:24:58.815Z | Compiling postgres-protocol v0.6.8 |
| 2007 | 2025-07-29T05:24:59.245Z | Compiling tower v0.5.2 |
| 2008 | 2025-07-29T05:25:00.926Z | Compiling group v0.13.0 |
| 2009 | 2025-07-29T05:25:01.074Z | Compiling num-iter v0.1.45 |
| 2010 | 2025-07-29T05:25:01.230Z | Compiling rand v0.8.5 |
| 2011 | 2025-07-29T05:25:02.740Z | Compiling tokio-native-tls v0.3.1 |
| 2012 | 2025-07-29T05:25:03.294Z | Compiling flate2 v1.1.2 |
| 2013 | 2025-07-29T05:25:04.077Z | Compiling rustls-native-certs v0.8.1 |
| 2014 | 2025-07-29T05:25:04.961Z | Compiling webpki-roots v1.0.1 |
| 2015 | 2025-07-29T05:25:05.414Z | Compiling hkdf v0.12.4 |
| 2016 | 2025-07-29T05:25:05.476Z | Compiling terminal_size v0.4.0 |
| 2017 | 2025-07-29T05:25:05.657Z | Compiling rustls-webpki v0.102.8 |
| 2018 | 2025-07-29T05:25:05.712Z | Compiling serde_urlencoded v0.7.1 |
| 2019 | 2025-07-29T05:25:05.933Z | Compiling clap_derive v4.5.41 |
| 2020 | 2025-07-29T05:25:06.041Z | Compiling enum-as-inner v0.6.1 |
| 2021 | 2025-07-29T05:25:06.213Z | Compiling crypto-bigint v0.5.5 |
| 2022 | 2025-07-29T05:25:06.249Z | Compiling serde_repr v0.1.19 |
| 2023 | 2025-07-29T05:25:07.104Z | Compiling bitflags v1.3.2 |
| 2024 | 2025-07-29T05:25:07.229Z | Compiling managed v0.8.0 |
| 2025 | 2025-07-29T05:25:08.036Z | Compiling iri-string v0.7.8 |
| 2026 | 2025-07-29T05:25:08.213Z | Compiling simd-adler32 v0.3.7 |
| 2027 | 2025-07-29T05:25:08.869Z | Compiling clap_lex v0.7.4 |
| 2028 | 2025-07-29T05:25:09.109Z | Compiling lockfree-object-pool v0.1.6 |
| 2029 | 2025-07-29T05:25:09.873Z | Compiling bumpalo v3.16.0 |
| 2030 | 2025-07-29T05:25:10.268Z | Compiling zopfli v0.8.1 |
| 2031 | 2025-07-29T05:25:11.376Z | Compiling tower-http v0.6.6 |
| 2032 | 2025-07-29T05:25:12.860Z | Compiling tokio-rustls v0.26.0 |
| 2033 | 2025-07-29T05:25:13.266Z | Compiling hyper-rustls v0.27.7 |
| 2034 | 2025-07-29T05:25:13.759Z | Compiling clap_builder v4.5.41 |
| 2035 | 2025-07-29T05:25:14.517Z | Compiling elliptic-curve v0.13.8 |
| 2036 | 2025-07-29T05:25:15.144Z | Compiling oxnet v0.1.3 |
| 2037 | 2025-07-29T05:25:15.755Z | Compiling hyper-tls v0.6.0 |
| 2038 | 2025-07-29T05:25:18.405Z | Compiling zstd v0.13.3 |
| 2039 | 2025-07-29T05:25:18.787Z | Compiling signal-hook-mio v0.2.4 |
| 2040 | 2025-07-29T05:25:18.815Z | Compiling cookie_store v0.21.1 |
| 2041 | 2025-07-29T05:25:18.958Z | Compiling postgres-types v0.2.9 |
| 2042 | 2025-07-29T05:25:19.110Z | Compiling phf v0.11.2 |
| 2043 | 2025-07-29T05:25:19.693Z | Compiling strum v0.27.2 |
| 2044 | 2025-07-29T05:25:19.888Z | Compiling ed25519 v2.2.3 |
| 2045 | 2025-07-29T05:25:19.923Z | Compiling hubpack v0.1.2 |
| 2046 | 2025-07-29T05:25:19.967Z | Compiling bzip2 v0.4.4 |
| 2047 | 2025-07-29T05:25:19.993Z | Compiling bzip2 v0.5.2 |
| 2048 | 2025-07-29T05:25:20.301Z | Compiling crossbeam-epoch v0.9.18 |
| 2049 | 2025-07-29T05:25:20.330Z | Compiling pkcs1 v0.7.5 |
| 2050 | 2025-07-29T05:25:20.907Z | Compiling rfc6979 v0.4.0 |
| 2051 | 2025-07-29T05:25:21.109Z | Compiling float-cmp v0.10.0 |
| 2052 | 2025-07-29T05:25:21.285Z | Compiling serde-big-array v0.5.1 |
| 2053 | 2025-07-29T05:25:21.381Z | Compiling bstr v1.10.0 |
| 2054 | 2025-07-29T05:25:21.527Z | Compiling regress v0.10.4 |
| 2055 | 2025-07-29T05:25:21.554Z | Compiling socket2 v0.5.10 |
| 2056 | 2025-07-29T05:25:21.749Z | Compiling memmap v0.7.0 |
| 2057 | 2025-07-29T05:25:22.140Z | Compiling normalize-line-endings v0.3.0 |
| 2058 | 2025-07-29T05:25:22.247Z | Compiling static_assertions v1.1.0 |
| 2059 | 2025-07-29T05:25:22.310Z | Compiling difflib v0.4.0 |
| 2060 | 2025-07-29T05:25:22.361Z | Compiling fixedbitset v0.4.2 |
| 2061 | 2025-07-29T05:25:22.586Z | Compiling unicode-segmentation v1.12.0 |
| 2062 | 2025-07-29T05:25:22.727Z | Compiling unicode-width v0.2.0 |
| 2063 | 2025-07-29T05:25:23.226Z | Compiling toml_write v0.1.2 |
| 2064 | 2025-07-29T05:25:23.300Z | Compiling data-encoding v2.9.0 |
| 2065 | 2025-07-29T05:25:23.360Z | Compiling winnow v0.7.10 |
| 2066 | 2025-07-29T05:25:23.561Z | Compiling whoami v1.5.2 |
| 2067 | 2025-07-29T05:25:23.862Z | Compiling new_debug_unreachable v1.0.6 |
| 2068 | 2025-07-29T05:25:23.975Z | Compiling predicates-core v1.0.8 |
| 2069 | 2025-07-29T05:25:24.001Z | Compiling precomputed-hash v0.1.1 |
| 2070 | 2025-07-29T05:25:24.128Z | Compiling string_cache v0.8.9 |
| 2071 | 2025-07-29T05:25:24.251Z | Compiling predicates v3.1.3 |
| 2072 | 2025-07-29T05:25:24.408Z | Compiling reqwest v0.12.22 |
| 2073 | 2025-07-29T05:25:24.497Z | Compiling typify-impl v0.3.0 |
| 2074 | 2025-07-29T05:25:24.594Z | Compiling tokio-postgres v0.7.13 |
| 2075 | 2025-07-29T05:25:25.381Z | Compiling hickory-proto v0.25.2 |
| 2076 | 2025-07-29T05:25:26.201Z | Compiling toml_edit v0.22.27 |
| 2077 | 2025-07-29T05:25:28.953Z | Compiling similar v2.7.0 |
| 2078 | 2025-07-29T05:25:30.365Z | Compiling console v0.15.10 |
| 2079 | 2025-07-29T05:25:30.492Z | Compiling petgraph v0.6.5 |
| 2080 | 2025-07-29T05:25:31.219Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2081 | 2025-07-29T05:25:31.394Z | Compiling usdt v0.5.0 |
| 2082 | 2025-07-29T05:25:31.686Z | Compiling ecdsa v0.16.9 |
| 2083 | 2025-07-29T05:25:32.421Z | Compiling rsa v0.9.6 |
| 2084 | 2025-07-29T05:25:33.035Z | Compiling zip v4.2.0 |
| 2085 | 2025-07-29T05:25:33.512Z | Compiling zip v0.6.6 |
| 2086 | 2025-07-29T05:25:33.596Z | Compiling ed25519-dalek v2.1.1 |
| 2087 | 2025-07-29T05:25:34.718Z | Compiling crossterm v0.28.1 |
| 2088 | 2025-07-29T05:25:34.766Z | Compiling clap v4.5.41 |
| 2089 | 2025-07-29T05:25:34.874Z | Compiling daft v0.1.4 |
| 2090 | 2025-07-29T05:25:35.238Z | Compiling strum v0.26.3 |
| 2091 | 2025-07-29T05:25:35.362Z | Compiling darling_core v0.21.0 |
| 2092 | 2025-07-29T05:25:35.388Z | Compiling tokio-stream v0.1.17 |
| 2093 | 2025-07-29T05:25:35.437Z | Compiling toml v0.7.8 |
| 2094 | 2025-07-29T05:25:36.295Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2095 | 2025-07-29T05:25:36.530Z | Compiling x509-cert v0.2.5 |
| 2096 | 2025-07-29T05:25:37.177Z | Compiling sha1 v0.10.6 |
| 2097 | 2025-07-29T05:25:37.569Z | Compiling itertools v0.13.0 |
| 2098 | 2025-07-29T05:25:39.711Z | Compiling itertools v0.10.5 |
| 2099 | 2025-07-29T05:25:39.914Z | Compiling winnow v0.6.26 |
| 2100 | 2025-07-29T05:25:40.416Z | Compiling rustc-hash v2.1.1 |
| 2101 | 2025-07-29T05:25:41.863Z | Compiling lalrpop-util v0.19.12 |
| 2102 | 2025-07-29T05:25:42.047Z | Compiling unicode-xid v0.2.6 |
| 2103 | 2025-07-29T05:25:42.182Z | Compiling peg-runtime v0.8.5 |
| 2104 | 2025-07-29T05:25:42.676Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2105 | 2025-07-29T05:25:42.703Z | Compiling darling_macro v0.21.0 |
| 2106 | 2025-07-29T05:25:43.374Z | Compiling typify-macro v0.3.0 |
| 2107 | 2025-07-29T05:25:46.887Z | Compiling camino v1.1.10 |
| 2108 | 2025-07-29T05:25:48.953Z | Compiling rayon-core v1.12.1 |
| 2109 | 2025-07-29T05:25:50.096Z | Compiling darling v0.21.0 |
| 2110 | 2025-07-29T05:25:51.049Z | Compiling proc-macro-crate v1.3.1 |
| 2111 | 2025-07-29T05:25:51.195Z | Compiling macaddr v1.0.1 |
| 2112 | 2025-07-29T05:25:51.405Z | Compiling structmeta-derive v0.3.0 |
| 2113 | 2025-07-29T05:25:52.314Z | Compiling itertools v0.14.0 |
| 2114 | 2025-07-29T05:25:54.100Z | Compiling heapless v0.8.0 |
| 2115 | 2025-07-29T05:25:54.540Z | Compiling fastrand v2.1.1 |
| 2116 | 2025-07-29T05:25:54.768Z | Compiling ingot-macros v0.1.1 |
| 2117 | 2025-07-29T05:25:55.123Z | Compiling tempfile v3.20.0 |
| 2118 | 2025-07-29T05:25:57.918Z | Compiling structmeta v0.3.0 |
| 2119 | 2025-07-29T05:25:59.243Z | Compiling num_enum_derive v0.5.11 |
| 2120 | 2025-07-29T05:26:00.823Z | Compiling crossbeam-deque v0.8.5 |
| 2121 | 2025-07-29T05:26:01.401Z | Compiling hash32 v0.3.1 |
| 2122 | 2025-07-29T05:26:04.533Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2123 | 2025-07-29T05:26:04.967Z | Compiling smoltcp v0.11.0 |
| 2124 | 2025-07-29T05:26:13.337Z | Compiling num_enum v0.5.11 |
| 2125 | 2025-07-29T05:26:13.813Z | Compiling ingot-types v0.1.2 |
| 2126 | 2025-07-29T05:26:14.445Z | Compiling typify v0.3.0 |
| 2127 | 2025-07-29T05:26:17.823Z | Compiling darling_core v0.20.10 |
| 2128 | 2025-07-29T05:26:18.198Z | Compiling dirs-sys-next v0.1.2 |
| 2129 | 2025-07-29T05:26:18.332Z | Compiling proc-macro-error-attr v1.0.4 |
| 2130 | 2025-07-29T05:26:18.626Z | Compiling unsafe-libyaml v0.2.11 |
| 2131 | 2025-07-29T05:26:18.729Z | Compiling cobs v0.2.3 |
| 2132 | 2025-07-29T05:26:18.901Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2133 | 2025-07-29T05:26:19.395Z | Compiling rustls v0.22.4 |
| 2134 | 2025-07-29T05:26:22.073Z | Compiling darling_macro v0.20.10 |
| 2135 | 2025-07-29T05:26:22.833Z | Compiling serde_yaml v0.9.34+deprecated |
| 2136 | 2025-07-29T05:26:25.479Z | Compiling postcard v1.0.10 |
| 2137 | 2025-07-29T05:26:26.147Z | Compiling dirs-next v2.0.0 |
| 2138 | 2025-07-29T05:26:30.917Z | Compiling progenitor-impl v0.9.1 |
| 2139 | 2025-07-29T05:26:31.429Z | Compiling ingot v0.1.1 |
| 2140 | 2025-07-29T05:26:33.341Z | Compiling toml v0.8.23 |
| 2141 | 2025-07-29T05:26:38.073Z | Compiling futures-executor v0.3.31 |
| 2142 | 2025-07-29T05:26:38.468Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2143 | 2025-07-29T05:26:38.663Z | Compiling hex v0.4.3 |
| 2144 | 2025-07-29T05:26:38.899Z | Compiling foreign-types-macros v0.2.3 |
| 2145 | 2025-07-29T05:26:38.976Z | Compiling thread_local v1.1.8 |
| 2146 | 2025-07-29T05:26:39.227Z | Compiling wait-timeout v0.2.0 |
| 2147 | 2025-07-29T05:26:39.264Z | Compiling multer v3.1.0 |
| 2148 | 2025-07-29T05:26:39.378Z | Compiling proc-macro-error v1.0.4 |
| 2149 | 2025-07-29T05:26:39.568Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2150 | 2025-07-29T05:26:39.596Z | Compiling foreign-types-shared v0.3.1 |
| 2151 | 2025-07-29T05:26:39.684Z | Compiling unicode-width v0.1.14 |
| 2152 | 2025-07-29T05:26:39.757Z | Compiling ref-cast v1.0.24 |
| 2153 | 2025-07-29T05:26:39.884Z | Compiling match_cfg v0.1.0 |
| 2154 | 2025-07-29T05:26:40.040Z | Compiling slog-async v2.8.0 |
| 2155 | 2025-07-29T05:26:40.176Z | Compiling bit-vec v0.8.0 |
| 2156 | 2025-07-29T05:26:40.242Z | Compiling quick-error v1.2.3 |
| 2157 | 2025-07-29T05:26:40.420Z | Compiling rusty-fork v0.3.0 |
| 2158 | 2025-07-29T05:26:40.510Z | Compiling tabwriter v1.4.0 |
| 2159 | 2025-07-29T05:26:40.536Z | Compiling hostname v0.3.1 |
| 2160 | 2025-07-29T05:26:40.700Z | Compiling bit-set v0.8.0 |
| 2161 | 2025-07-29T05:26:40.782Z | Compiling foreign-types v0.5.0 |
| 2162 | 2025-07-29T05:26:41.098Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2163 | 2025-07-29T05:26:41.126Z | Compiling futures v0.3.31 |
| 2164 | 2025-07-29T05:26:41.153Z | Compiling progenitor-macro v0.9.1 |
| 2165 | 2025-07-29T05:26:41.259Z | Compiling term v0.7.0 |
| 2166 | 2025-07-29T05:26:44.230Z | Compiling darling v0.20.10 |
| 2167 | 2025-07-29T05:26:44.457Z | Compiling derive-ex v0.1.8 |
| 2168 | 2025-07-29T05:26:44.607Z | Compiling progenitor-client v0.9.1 |
| 2169 | 2025-07-29T05:26:44.726Z | Compiling slog-json v2.6.1 |
| 2170 | 2025-07-29T05:26:44.937Z | Compiling rand_xorshift v0.4.0 |
| 2171 | 2025-07-29T05:26:45.200Z | Compiling crossbeam-channel v0.5.15 |
| 2172 | 2025-07-29T05:26:45.247Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2173 | 2025-07-29T05:26:45.461Z | Compiling ref-cast-impl v1.0.24 |
| 2174 | 2025-07-29T05:26:46.036Z | Compiling async-stream-impl v0.3.6 |
| 2175 | 2025-07-29T05:26:46.449Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2176 | 2025-07-29T05:26:46.576Z | Compiling is-terminal v0.4.13 |
| 2177 | 2025-07-29T05:26:46.747Z | Compiling cstr-argument v0.1.2 |
| 2178 | 2025-07-29T05:26:47.040Z | Compiling dropshot v0.16.2 |
| 2179 | 2025-07-29T05:26:47.083Z | Compiling pretty-hex v0.2.1 |
| 2180 | 2025-07-29T05:26:47.208Z | Compiling crucible-workspace-hack v0.1.0 |
| 2181 | 2025-07-29T05:26:47.356Z | Compiling typeid v1.0.3 |
| 2182 | 2025-07-29T05:26:47.402Z | Compiling unarray v0.1.4 |
| 2183 | 2025-07-29T05:26:47.529Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2184 | 2025-07-29T05:26:47.556Z | Compiling take_mut v0.2.2 |
| 2185 | 2025-07-29T05:26:47.583Z | Compiling proptest v1.7.0 |
| 2186 | 2025-07-29T05:26:47.847Z | Compiling test-strategy v0.4.3 |
| 2187 | 2025-07-29T05:26:47.983Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2188 | 2025-07-29T05:26:49.788Z | Compiling progenitor v0.9.1 |
| 2189 | 2025-07-29T05:26:49.855Z | Compiling async-stream v0.3.6 |
| 2190 | 2025-07-29T05:26:49.899Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2191 | 2025-07-29T05:26:50.035Z | Compiling tokio-rustls v0.25.0 |
| 2192 | 2025-07-29T05:26:50.160Z | Compiling slog-term v2.9.1 |
| 2193 | 2025-07-29T05:26:50.475Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2194 | 2025-07-29T05:26:50.502Z | Compiling slog-bunyan v2.5.0 |
| 2195 | 2025-07-29T05:26:50.671Z | Compiling serde_with_macros v3.14.0 |
| 2196 | 2025-07-29T05:26:51.256Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2197 | 2025-07-29T05:26:51.449Z | Compiling rayon v1.10.0 |
| 2198 | 2025-07-29T05:26:52.174Z | Compiling parse-display-derive v0.10.0 |
| 2199 | 2025-07-29T05:26:52.516Z | Compiling colored v2.2.0 |
| 2200 | 2025-07-29T05:26:52.901Z | Compiling waitgroup v0.1.2 |
| 2201 | 2025-07-29T05:26:53.159Z | Compiling rustls-pemfile v2.2.0 |
| 2202 | 2025-07-29T05:26:53.574Z | Compiling dropshot_endpoint v0.16.2 |
| 2203 | 2025-07-29T05:26:53.664Z | Compiling serde_path_to_error v0.1.17 |
| 2204 | 2025-07-29T05:26:54.513Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2025-07-29T05:26:54.924Z | Compiling derive-where v1.5.0 |
| 2206 | 2025-07-29T05:26:55.111Z | Compiling hostname v0.4.0 |
| 2207 | 2025-07-29T05:26:55.381Z | Compiling instant v0.1.13 |
| 2208 | 2025-07-29T05:26:55.568Z | Compiling heck v0.4.1 |
| 2209 | 2025-07-29T05:26:55.915Z | Compiling debug-ignore v1.0.5 |
| 2210 | 2025-07-29T05:26:55.949Z | Compiling zone_cfg_derive v0.3.0 |
| 2211 | 2025-07-29T05:26:56.094Z | Compiling backoff v0.4.0 |
| 2212 | 2025-07-29T05:26:56.420Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2213 | 2025-07-29T05:26:56.655Z | Compiling parse-display v0.10.0 |
| 2214 | 2025-07-29T05:26:57.210Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2215 | 2025-07-29T05:26:57.612Z | Compiling serde_with v3.14.0 |
| 2216 | 2025-07-29T05:26:58.254Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2217 | 2025-07-29T05:26:58.334Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2218 | 2025-07-29T05:26:58.906Z | Compiling iddqd v0.3.9 |
| 2219 | 2025-07-29T05:27:00.509Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2220 | 2025-07-29T05:27:00.983Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2221 | 2025-07-29T05:27:02.429Z | Compiling camino-tempfile v1.4.1 |
| 2222 | 2025-07-29T05:27:03.109Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2223 | 2025-07-29T05:27:03.473Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2224 | 2025-07-29T05:27:04.166Z | Compiling progenitor-client v0.10.0 |
| 2225 | 2025-07-29T05:27:04.210Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2226 | 2025-07-29T05:27:04.290Z | Compiling num-derive v0.4.2 |
| 2227 | 2025-07-29T05:27:04.598Z | Compiling sigpipe v0.1.3 |
| 2228 | 2025-07-29T05:27:04.747Z | Compiling libefi-sys v0.1.0 |
| 2229 | 2025-07-29T05:27:05.051Z | Compiling jiff v0.2.15 |
| 2230 | 2025-07-29T05:27:05.886Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2231 | 2025-07-29T05:27:06.217Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2232 | 2025-07-29T05:27:06.243Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2233 | 2025-07-29T05:27:06.814Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2234 | 2025-07-29T05:27:07.358Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2235 | 2025-07-29T05:27:07.500Z | Compiling erased-serde v0.4.6 |
| 2236 | 2025-07-29T05:27:08.768Z | Compiling zone v0.3.1 |
| 2237 | 2025-07-29T05:27:10.965Z | Compiling smf v0.2.3 |
| 2238 | 2025-07-29T05:27:11.383Z | Compiling bitfield-struct v0.6.2 |
| 2239 | 2025-07-29T05:27:12.429Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2240 | 2025-07-29T05:27:12.429Z | Compiling ordered-float v2.10.1 |
| 2241 | 2025-07-29T05:27:12.931Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2242 | 2025-07-29T05:27:13.068Z | Compiling blake3 v1.5.4 |
| 2243 | 2025-07-29T05:27:13.232Z | Compiling serde-value v0.7.0 |
| 2244 | 2025-07-29T05:27:13.413Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2245 | 2025-07-29T05:27:14.017Z | Compiling serde-untagged v0.1.7 |
| 2246 | 2025-07-29T05:27:14.542Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2247 | 2025-07-29T05:27:14.573Z | Compiling xattr v1.3.1 |
| 2248 | 2025-07-29T05:27:14.667Z | Compiling filetime v0.2.25 |
| 2249 | 2025-07-29T05:27:14.717Z | Compiling memmap2 v0.9.5 |
| 2250 | 2025-07-29T05:27:14.884Z | Compiling arrayvec v0.7.6 |
| 2251 | 2025-07-29T05:27:15.009Z | Compiling same-file v1.0.6 |
| 2252 | 2025-07-29T05:27:15.239Z | Compiling arrayref v0.3.9 |
| 2253 | 2025-07-29T05:27:15.297Z | Compiling constant_time_eq v0.3.1 |
| 2254 | 2025-07-29T05:27:15.330Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2255 | 2025-07-29T05:27:15.384Z | Compiling walkdir v2.5.0 |
| 2256 | 2025-07-29T05:27:15.478Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2257 | 2025-07-29T05:27:15.563Z | Compiling tar v0.4.44 |
| 2258 | 2025-07-29T05:27:16.694Z | Compiling cargo-util-schemas v0.8.2 |
| 2259 | 2025-07-29T05:27:16.725Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2260 | 2025-07-29T05:27:17.097Z | Compiling console v0.16.0 |
| 2261 | 2025-07-29T05:27:17.438Z | Compiling tokio-dtrace v0.1.0 |
| 2262 | 2025-07-29T05:27:17.464Z | Compiling gethostname v0.5.0 |
| 2263 | 2025-07-29T05:27:17.886Z | Compiling cargo-platform v0.2.0 |
| 2264 | 2025-07-29T05:27:18.887Z | Compiling fixedbitset v0.5.7 |
| 2265 | 2025-07-29T05:27:19.267Z | Compiling topological-sort v0.2.2 |
| 2266 | 2025-07-29T05:27:19.548Z | Compiling unit-prefix v0.5.1 |
| 2267 | 2025-07-29T05:27:19.797Z | Compiling indicatif v0.18.0 |
| 2268 | 2025-07-29T05:27:19.914Z | Compiling omicron-zone-package v0.12.2 |
| 2269 | 2025-07-29T05:27:20.257Z | Compiling petgraph v0.8.2 |
| 2270 | 2025-07-29T05:27:21.247Z | Compiling cargo_metadata v0.21.0 |
| 2271 | 2025-07-29T05:27:21.702Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2272 | 2025-07-29T05:27:23.696Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2273 | 2025-07-29T05:27:24.843Z | Compiling oxide-tokio-rt v0.1.2 |
| 2274 | 2025-07-29T05:27:24.870Z | Compiling shell-words v1.1.0 |
| 2275 | 2025-07-29T05:27:25.309Z | Compiling indent_write v2.2.0 |
| 2276 | 2025-07-29T05:27:25.406Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2277 | 2025-07-29T05:27:25.691Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2278 | 2025-07-29T05:27:45.801Z | Finished `release` profile [optimized] target(s) in 4m 33s |
| 2279 | 2025-07-29T05:27:45.957Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2280 | 2025-07-29T05:27:46.035Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2281 | 2025-07-29T05:27:46.061Z | Created new build target 'test' and set it as active |
| 2282 | 2025-07-29T05:27:46.062Z | |
| 2283 | 2025-07-29T05:27:46.062Z | real 4:33.587049050 |
| 2284 | 2025-07-29T05:27:46.062Z | user 30:28.588204881 |
| 2285 | 2025-07-29T05:27:46.062Z | sys 3:40.519505652 |
| 2286 | 2025-07-29T05:27:46.062Z | trap 1.165099053 |
| 2287 | 2025-07-29T05:27:46.062Z | tflt 0.931107631 |
| 2288 | 2025-07-29T05:27:46.062Z | dflt 0.638725600 |
| 2289 | 2025-07-29T05:27:46.062Z | kflt 0.000398973 |
| 2290 | 2025-07-29T05:27:46.062Z | lock 1:26:46.537747074 |
| 2291 | 2025-07-29T05:27:46.062Z | slp 2:06:19.080789012 |
| 2292 | 2025-07-29T05:27:46.063Z | lat 2:46.516744511 |
| 2293 | 2025-07-29T05:27:46.063Z | stop 4:59.415996937 |
| 2294 | 2025-07-29T05:27:46.063Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2295 | 2025-07-29T05:27:47.605Z | Finished `release` profile [optimized] target(s) in 1.49s |
| 2296 | 2025-07-29T05:27:47.683Z | Running `target/release/omicron-package -t test package` |
| 2297 | 2025-07-29T05:27:47.754Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2298 | 2025-07-29T05:27:50.163Z | Compiling typify-impl v0.4.1 |
| 2299 | 2025-07-29T05:27:50.249Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2300 | 2025-07-29T05:27:50.275Z | Compiling convert_case v0.4.0 |
| 2301 | 2025-07-29T05:27:50.275Z | Compiling dirs-sys-next v0.1.2 |
| 2302 | 2025-07-29T05:27:50.311Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2303 | 2025-07-29T05:27:50.339Z | Compiling num-rational v0.4.2 |
| 2304 | 2025-07-29T05:27:50.365Z | Compiling num-complex v0.4.6 |
| 2305 | 2025-07-29T05:27:50.487Z | Compiling half v2.4.1 |
| 2306 | 2025-07-29T05:27:50.718Z | Compiling dirs-next v2.0.0 |
| 2307 | 2025-07-29T05:27:50.882Z | Compiling derive_more v0.99.20 |
| 2308 | 2025-07-29T05:27:50.909Z | Compiling ciborium-io v0.2.2 |
| 2309 | 2025-07-29T05:27:51.000Z | Compiling term v0.7.0 |
| 2310 | 2025-07-29T05:27:51.083Z | Compiling ciborium-ll v0.2.2 |
| 2311 | 2025-07-29T05:27:51.114Z | Compiling float-ord v0.3.2 |
| 2312 | 2025-07-29T05:27:51.320Z | Compiling num v0.4.3 |
| 2313 | 2025-07-29T05:27:51.381Z | Compiling is-terminal v0.4.13 |
| 2314 | 2025-07-29T05:27:51.457Z | Compiling ciborium v0.2.2 |
| 2315 | 2025-07-29T05:27:51.540Z | Compiling bytecount v0.6.8 |
| 2316 | 2025-07-29T05:27:51.573Z | Compiling camino v1.1.10 |
| 2317 | 2025-07-29T05:27:51.656Z | Compiling secrecy v0.10.3 |
| 2318 | 2025-07-29T05:27:51.920Z | Compiling base64 v0.21.7 |
| 2319 | 2025-07-29T05:27:51.948Z | Compiling swrite v0.1.0 |
| 2320 | 2025-07-29T05:27:52.112Z | Compiling password-hash v0.5.0 |
| 2321 | 2025-07-29T05:27:52.226Z | Compiling blake2 v0.10.6 |
| 2322 | 2025-07-29T05:27:52.545Z | Compiling atomicwrites v0.4.4 |
| 2323 | 2025-07-29T05:27:52.865Z | Compiling argon2 v0.5.3 |
| 2324 | 2025-07-29T05:27:53.022Z | Compiling fastrand v2.1.1 |
| 2325 | 2025-07-29T05:27:53.119Z | Compiling rustls v0.22.4 |
| 2326 | 2025-07-29T05:27:53.156Z | Compiling newline-converter v0.3.0 |
| 2327 | 2025-07-29T05:27:53.195Z | Compiling thread_local v1.1.8 |
| 2328 | 2025-07-29T05:27:53.385Z | Compiling tempfile v3.20.0 |
| 2329 | 2025-07-29T05:27:53.461Z | Compiling wait-timeout v0.2.0 |
| 2330 | 2025-07-29T05:27:53.605Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2331 | 2025-07-29T05:27:53.844Z | Compiling bit-vec v0.8.0 |
| 2332 | 2025-07-29T05:27:53.904Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2333 | 2025-07-29T05:27:54.020Z | Compiling match_cfg v0.1.0 |
| 2334 | 2025-07-29T05:27:54.153Z | Compiling quick-error v1.2.3 |
| 2335 | 2025-07-29T05:27:54.184Z | Compiling hostname v0.3.1 |
| 2336 | 2025-07-29T05:27:54.262Z | Compiling bit-set v0.8.0 |
| 2337 | 2025-07-29T05:27:54.290Z | Compiling expectorate v1.2.0 |
| 2338 | 2025-07-29T05:27:54.340Z | Compiling rusty-fork v0.3.0 |
| 2339 | 2025-07-29T05:27:54.549Z | Compiling ref-cast v1.0.24 |
| 2340 | 2025-07-29T05:27:54.637Z | Compiling multer v3.1.0 |
| 2341 | 2025-07-29T05:27:54.663Z | Compiling slog-async v2.8.0 |
| 2342 | 2025-07-29T05:27:54.726Z | Compiling progenitor-client v0.9.1 |
| 2343 | 2025-07-29T05:27:54.756Z | Compiling crossbeam-channel v0.5.15 |
| 2344 | 2025-07-29T05:27:54.792Z | Compiling slog-json v2.6.1 |
| 2345 | 2025-07-29T05:27:54.867Z | Compiling rand_xorshift v0.4.0 |
| 2346 | 2025-07-29T05:27:55.124Z | Compiling futures-executor v0.3.31 |
| 2347 | 2025-07-29T05:27:55.153Z | Compiling hex v0.4.3 |
| 2348 | 2025-07-29T05:27:55.191Z | Compiling unarray v0.1.4 |
| 2349 | 2025-07-29T05:27:55.334Z | Compiling take_mut v0.2.2 |
| 2350 | 2025-07-29T05:27:55.385Z | Compiling proptest v1.7.0 |
| 2351 | 2025-07-29T05:27:55.549Z | Compiling futures v0.3.31 |
| 2352 | 2025-07-29T05:27:55.578Z | Compiling progenitor v0.9.1 |
| 2353 | 2025-07-29T05:27:55.657Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2354 | 2025-07-29T05:27:55.690Z | Compiling slog-bunyan v2.5.0 |
| 2355 | 2025-07-29T05:27:56.011Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2356 | 2025-07-29T05:27:56.251Z | Compiling slog-term v2.9.1 |
| 2357 | 2025-07-29T05:27:56.348Z | Compiling dropshot v0.16.2 |
| 2358 | 2025-07-29T05:27:56.426Z | Compiling async-stream v0.3.6 |
| 2359 | 2025-07-29T05:27:56.514Z | Compiling toml v0.8.23 |
| 2360 | 2025-07-29T05:27:56.686Z | Compiling waitgroup v0.1.2 |
| 2361 | 2025-07-29T05:27:56.891Z | Compiling rustls-pemfile v2.2.0 |
| 2362 | 2025-07-29T05:27:57.085Z | Compiling serde_path_to_error v0.1.17 |
| 2363 | 2025-07-29T05:27:57.198Z | Compiling hostname v0.4.0 |
| 2364 | 2025-07-29T05:27:57.421Z | Compiling instant v0.1.13 |
| 2365 | 2025-07-29T05:27:57.585Z | Compiling debug-ignore v1.0.5 |
| 2366 | 2025-07-29T05:27:57.637Z | Compiling cancel-safe-futures v0.1.5 |
| 2367 | 2025-07-29T05:27:57.770Z | Compiling owo-colors v4.2.2 |
| 2368 | 2025-07-29T05:27:57.801Z | Compiling typify-macro v0.4.1 |
| 2369 | 2025-07-29T05:27:57.835Z | Compiling backoff v0.4.0 |
| 2370 | 2025-07-29T05:27:57.972Z | Compiling tokio-rustls v0.25.0 |
| 2371 | 2025-07-29T05:27:58.208Z | Compiling iddqd v0.3.9 |
| 2372 | 2025-07-29T05:27:58.389Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2373 | 2025-07-29T05:28:00.014Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2374 | 2025-07-29T05:28:00.386Z | Compiling parse-display v0.10.0 |
| 2375 | 2025-07-29T05:28:00.617Z | Compiling typify v0.4.1 |
| 2376 | 2025-07-29T05:28:00.812Z | Compiling progenitor-impl v0.10.0 |
| 2377 | 2025-07-29T05:28:00.920Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2378 | 2025-07-29T05:28:01.142Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2379 | 2025-07-29T05:28:01.491Z | Compiling serde_with v3.14.0 |
| 2380 | 2025-07-29T05:28:01.583Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2381 | 2025-07-29T05:28:02.184Z | Compiling progenitor-client v0.10.0 |
| 2382 | 2025-07-29T05:28:03.808Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2383 | 2025-07-29T05:28:03.892Z | Compiling libsw-core v0.3.1 |
| 2384 | 2025-07-29T05:28:04.195Z | Compiling macaddr v1.0.1 |
| 2385 | 2025-07-29T05:28:04.566Z | Compiling utf-8 v0.7.6 |
| 2386 | 2025-07-29T05:28:04.824Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2025-07-29T05:28:04.919Z | Compiling libsw v3.5.0 |
| 2388 | 2025-07-29T05:28:05.369Z | Compiling progenitor-macro v0.10.0 |
| 2389 | 2025-07-29T05:28:05.397Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2390 | 2025-07-29T05:28:05.849Z | Compiling linear-map v1.2.0 |
| 2391 | 2025-07-29T05:28:06.463Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2392 | 2025-07-29T05:28:06.910Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2393 | 2025-07-29T05:28:06.954Z | Compiling keccak v0.1.5 |
| 2394 | 2025-07-29T05:28:07.849Z | Compiling sha3 v0.10.8 |
| 2395 | 2025-07-29T05:28:08.592Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2396 | 2025-07-29T05:28:11.068Z | Compiling async-recursion v1.1.1 |
| 2397 | 2025-07-29T05:28:12.248Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2398 | 2025-07-29T05:28:12.924Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2399 | 2025-07-29T05:28:14.130Z | Compiling progenitor v0.10.0 |
| 2400 | 2025-07-29T05:28:14.384Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2025-07-29T05:28:15.080Z | Compiling globset v0.4.15 |
| 2402 | 2025-07-29T05:28:17.418Z | Compiling prettyplease v0.2.36 |
| 2403 | 2025-07-29T05:28:18.270Z | Compiling tungstenite v0.21.0 |
| 2404 | 2025-07-29T05:28:19.978Z | Compiling tokio-tungstenite v0.21.0 |
| 2405 | 2025-07-29T05:28:20.241Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2406 | 2025-07-29T05:28:20.650Z | Compiling pem v3.0.5 |
| 2407 | 2025-07-29T05:28:21.884Z | Compiling pin-project-internal v1.1.6 |
| 2408 | 2025-07-29T05:28:22.211Z | Compiling papergrid v0.11.0 |
| 2409 | 2025-07-29T05:28:22.537Z | Compiling tabled_derive v0.7.0 |
| 2410 | 2025-07-29T05:28:23.796Z | Compiling pin-project v1.1.6 |
| 2411 | 2025-07-29T05:28:23.975Z | Compiling snafu-derive v0.8.5 |
| 2412 | 2025-07-29T05:28:24.023Z | Compiling highway v1.3.0 |
| 2413 | 2025-07-29T05:28:25.296Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2414 | 2025-07-29T05:28:27.168Z | Compiling snafu v0.8.5 |
| 2415 | 2025-07-29T05:28:28.202Z | Compiling tabled v0.15.0 |
| 2416 | 2025-07-29T05:28:29.908Z | Compiling resolv-conf v0.7.0 |
| 2417 | 2025-07-29T05:28:30.031Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2418 | 2025-07-29T05:28:30.248Z | Compiling olpc-cjson v0.1.4 |
| 2419 | 2025-07-29T05:28:30.568Z | Compiling serde_plain v1.0.2 |
| 2420 | 2025-07-29T05:28:31.063Z | Compiling typed-path v0.9.3 |
| 2421 | 2025-07-29T05:28:31.198Z | Compiling semver v0.1.20 |
| 2422 | 2025-07-29T05:28:31.617Z | Compiling rustc_version v0.1.7 |
| 2423 | 2025-07-29T05:28:31.663Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2424 | 2025-07-29T05:28:31.967Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2425 | 2025-07-29T05:28:32.218Z | Compiling universal-hash v0.5.1 |
| 2426 | 2025-07-29T05:28:32.457Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2427 | 2025-07-29T05:28:34.009Z | Compiling tough v0.20.0 |
| 2428 | 2025-07-29T05:28:34.310Z | Compiling opaque-debug v0.3.1 |
| 2429 | 2025-07-29T05:28:34.439Z | Compiling poly1305 v0.8.0 |
| 2430 | 2025-07-29T05:28:34.586Z | Compiling thiserror-no-std v2.0.2 |
| 2431 | 2025-07-29T05:28:34.740Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2432 | 2025-07-29T05:28:34.790Z | Compiling newtype_derive v0.1.6 |
| 2433 | 2025-07-29T05:28:35.115Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2434 | 2025-07-29T05:28:35.417Z | Compiling chacha20 v0.9.1 |
| 2435 | 2025-07-29T05:28:35.599Z | Compiling aead v0.5.2 |
| 2436 | 2025-07-29T05:28:35.867Z | Compiling smawk v0.3.2 |
| 2437 | 2025-07-29T05:28:35.947Z | Compiling linked-hash-map v0.5.6 |
| 2438 | 2025-07-29T05:28:36.164Z | Compiling unicode-linebreak v0.1.5 |
| 2439 | 2025-07-29T05:28:36.355Z | Compiling lru-cache v0.1.2 |
| 2440 | 2025-07-29T05:28:36.594Z | Compiling textwrap v0.16.2 |
| 2441 | 2025-07-29T05:28:36.644Z | Compiling chacha20poly1305 v0.10.1 |
| 2442 | 2025-07-29T05:28:36.893Z | Compiling vsss-rs v3.3.4 |
| 2443 | 2025-07-29T05:28:36.926Z | Compiling humantime v2.2.0 |
| 2444 | 2025-07-29T05:28:37.115Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2445 | 2025-07-29T05:28:37.662Z | Compiling hickory-proto v0.24.4 |
| 2446 | 2025-07-29T05:28:39.506Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2447 | 2025-07-29T05:28:41.094Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2448 | 2025-07-29T05:28:41.551Z | Compiling steno v0.4.1 |
| 2449 | 2025-07-29T05:28:43.387Z | Compiling hickory-resolver v0.24.4 |
| 2450 | 2025-07-29T05:28:43.843Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2451 | 2025-07-29T05:28:46.528Z | Compiling qorb v0.4.0 |
| 2452 | 2025-07-29T05:28:47.684Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2453 | 2025-07-29T05:28:52.463Z | Compiling slog-dtrace v0.3.0 |
| 2454 | 2025-07-29T05:28:52.750Z | Compiling moka v0.12.10 |
| 2455 | 2025-07-29T05:28:53.154Z | Compiling tagptr v0.2.0 |
| 2456 | 2025-07-29T05:28:56.102Z | Compiling hickory-resolver v0.25.2 |
| 2457 | 2025-07-29T05:28:58.398Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2458 | 2025-07-29T05:29:00.459Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2459 | 2025-07-29T05:29:00.687Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2460 | 2025-07-29T05:29:01.266Z | Compiling display-error-chain v0.2.2 |
| 2461 | 2025-07-29T05:29:01.514Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2462 | 2025-07-29T05:29:02.328Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2463 | 2025-07-29T05:29:04.160Z | Compiling maplit v1.0.2 |
| 2464 | 2025-07-29T05:29:04.307Z | Compiling crunchy v0.2.2 |
| 2465 | 2025-07-29T05:29:04.781Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2466 | 2025-07-29T05:29:06.755Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2467 | 2025-07-29T05:29:07.194Z | Compiling dsl_auto_type v0.1.2 |
| 2468 | 2025-07-29T05:29:07.228Z | Compiling scheduled-thread-pool v0.2.7 |
| 2469 | 2025-07-29T05:29:08.286Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2470 | 2025-07-29T05:29:08.364Z | Compiling tiny-keccak v2.0.2 |
| 2471 | 2025-07-29T05:29:08.652Z | Compiling radium v0.7.0 |
| 2472 | 2025-07-29T05:29:08.678Z | Compiling diesel_derives v2.2.3 |
| 2473 | 2025-07-29T05:29:09.037Z | Compiling r2d2 v0.8.10 |
| 2474 | 2025-07-29T05:29:09.137Z | Compiling const_format_proc_macros v0.2.34 |
| 2475 | 2025-07-29T05:29:09.237Z | Compiling zerocopy-derive v0.6.6 |
| 2476 | 2025-07-29T05:29:09.463Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2477 | 2025-07-29T05:29:10.069Z | Compiling tap v1.0.1 |
| 2478 | 2025-07-29T05:29:10.270Z | Compiling bit-vec v0.6.3 |
| 2479 | 2025-07-29T05:29:10.498Z | Compiling maybe-uninit v2.0.0 |
| 2480 | 2025-07-29T05:29:10.581Z | Compiling zerocopy v0.6.6 |
| 2481 | 2025-07-29T05:29:10.649Z | Compiling bit-set v0.5.3 |
| 2482 | 2025-07-29T05:29:10.942Z | Compiling const_format v0.2.34 |
| 2483 | 2025-07-29T05:29:11.007Z | Compiling wyz v0.5.1 |
| 2484 | 2025-07-29T05:29:11.257Z | Compiling proc-macro-error2 v2.0.1 |
| 2485 | 2025-07-29T05:29:11.821Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2486 | 2025-07-29T05:29:11.958Z | Compiling ascii-canvas v3.0.0 |
| 2487 | 2025-07-29T05:29:12.205Z | Compiling ena v0.14.3 |
| 2488 | 2025-07-29T05:29:12.401Z | Compiling diff v0.1.13 |
| 2489 | 2025-07-29T05:29:12.619Z | Compiling funty v2.0.0 |
| 2490 | 2025-07-29T05:29:12.816Z | Compiling packed_struct v0.10.1 |
| 2491 | 2025-07-29T05:29:13.197Z | Compiling regex-syntax v0.6.29 |
| 2492 | 2025-07-29T05:29:14.845Z | Compiling crc-catalog v2.4.0 |
| 2493 | 2025-07-29T05:29:15.037Z | Compiling bindgen v0.71.1 |
| 2494 | 2025-07-29T05:29:15.485Z | Compiling crc v3.2.1 |
| 2495 | 2025-07-29T05:29:15.929Z | Compiling lalrpop v0.19.12 |
| 2496 | 2025-07-29T05:29:16.067Z | Compiling diesel v2.2.11 |
| 2497 | 2025-07-29T05:29:16.732Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2498 | 2025-07-29T05:29:16.941Z | Compiling bitvec v1.0.1 |
| 2499 | 2025-07-29T05:29:17.038Z | Compiling tabled_derive v0.10.0 |
| 2500 | 2025-07-29T05:29:19.100Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2501 | 2025-07-29T05:29:19.205Z | Compiling papergrid v0.14.0 |
| 2502 | 2025-07-29T05:29:20.530Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2503 | 2025-07-29T05:29:20.770Z | Compiling packed_struct_codegen v0.10.1 |
| 2504 | 2025-07-29T05:29:22.540Z | Compiling num-derive v0.3.3 |
| 2505 | 2025-07-29T05:29:24.105Z | Compiling indexmap v1.9.3 |
| 2506 | 2025-07-29T05:29:24.458Z | Compiling nodrop v0.1.14 |
| 2507 | 2025-07-29T05:29:24.637Z | Compiling array-init v0.0.4 |
| 2508 | 2025-07-29T05:29:25.605Z | Compiling libscf-sys v1.1.0 |
| 2509 | 2025-07-29T05:29:32.711Z | Compiling tabled v0.18.0 |
| 2510 | 2025-07-29T05:29:32.798Z | Compiling polar-core v0.27.3 |
| 2511 | 2025-07-29T05:29:33.766Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2512 | 2025-07-29T05:29:34.033Z | Compiling smallvec v0.6.14 |
| 2513 | 2025-07-29T05:29:36.236Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2514 | 2025-07-29T05:29:36.519Z | Compiling derive_builder_core v0.20.2 |
| 2515 | 2025-07-29T05:29:37.766Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2516 | 2025-07-29T05:29:38.207Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2517 | 2025-07-29T05:29:38.237Z | Compiling headers-core v0.3.0 |
| 2518 | 2025-07-29T05:29:38.435Z | Compiling libxml v0.3.3 |
| 2519 | 2025-07-29T05:29:38.756Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2520 | 2025-07-29T05:29:38.991Z | Compiling termcolor v1.4.1 |
| 2521 | 2025-07-29T05:29:39.053Z | Compiling hashbrown v0.12.3 |
| 2522 | 2025-07-29T05:29:40.019Z | Compiling bitfield v0.14.0 |
| 2523 | 2025-07-29T05:29:40.110Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2524 | 2025-07-29T05:29:40.539Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2525 | 2025-07-29T05:29:41.130Z | Compiling env_logger v0.10.2 |
| 2526 | 2025-07-29T05:29:43.533Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2527 | 2025-07-29T05:29:43.681Z | Compiling headers v0.4.1 |
| 2528 | 2025-07-29T05:29:43.936Z | Compiling derive_builder_macro v0.20.2 |
| 2529 | 2025-07-29T05:29:44.439Z | Compiling samael v0.0.19 |
| 2530 | 2025-07-29T05:29:44.633Z | Compiling serde-hex v0.1.0 |
| 2531 | 2025-07-29T05:29:46.612Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2532 | 2025-07-29T05:29:48.801Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2533 | 2025-07-29T05:29:49.028Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2534 | 2025-07-29T05:29:49.160Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2535 | 2025-07-29T05:29:49.494Z | Compiling ron v0.8.1 |
| 2536 | 2025-07-29T05:29:50.047Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2537 | 2025-07-29T05:29:50.319Z | Compiling strum_macros v0.24.3 |
| 2538 | 2025-07-29T05:29:51.096Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2539 | 2025-07-29T05:29:51.693Z | Compiling hashbrown v0.13.2 |
| 2540 | 2025-07-29T05:29:52.623Z | Compiling convert_case v0.7.1 |
| 2541 | 2025-07-29T05:29:52.739Z | Compiling crc-any v2.5.0 |
| 2542 | 2025-07-29T05:29:52.787Z | Compiling termtree v0.5.1 |
| 2543 | 2025-07-29T05:29:53.062Z | Compiling indoc v1.0.9 |
| 2544 | 2025-07-29T05:29:53.212Z | Compiling derive_more-impl v2.0.1 |
| 2545 | 2025-07-29T05:29:53.496Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2546 | 2025-07-29T05:29:53.732Z | Compiling object v0.30.4 |
| 2547 | 2025-07-29T05:29:54.041Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2548 | 2025-07-29T05:29:54.629Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2549 | 2025-07-29T05:29:57.691Z | Compiling derive_builder v0.20.2 |
| 2550 | 2025-07-29T05:30:01.663Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2551 | 2025-07-29T05:30:01.968Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2552 | 2025-07-29T05:30:03.864Z | Compiling oso-derive v0.27.3 |
| 2553 | 2025-07-29T05:30:04.599Z | Compiling quick-xml v0.37.2 |
| 2554 | 2025-07-29T05:30:04.698Z | Compiling crc8 v0.1.1 |
| 2555 | 2025-07-29T05:30:04.744Z | Compiling path-slash v0.1.5 |
| 2556 | 2025-07-29T05:30:05.012Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2557 | 2025-07-29T05:30:05.040Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2558 | 2025-07-29T05:30:05.737Z | Compiling derive_more v2.0.1 |
| 2559 | 2025-07-29T05:30:05.890Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2560 | 2025-07-29T05:30:06.394Z | Compiling oso v0.27.3 |
| 2561 | 2025-07-29T05:30:07.058Z | Compiling vte_generate_state_changes v0.1.2 |
| 2562 | 2025-07-29T05:30:07.578Z | Compiling diesel-dtrace v0.4.2 |
| 2563 | 2025-07-29T05:30:07.889Z | Compiling siphasher v1.0.1 |
| 2564 | 2025-07-29T05:30:08.266Z | Compiling arc-swap v1.7.1 |
| 2565 | 2025-07-29T05:30:08.841Z | Compiling slog-scope v4.4.0 |
| 2566 | 2025-07-29T05:30:09.475Z | Compiling phf_shared v0.12.1 |
| 2567 | 2025-07-29T05:30:09.984Z | Compiling vte v0.11.1 |
| 2568 | 2025-07-29T05:30:11.101Z | Compiling crossterm v0.29.0 |
| 2569 | 2025-07-29T05:30:16.607Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2570 | 2025-07-29T05:30:17.273Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2571 | 2025-07-29T05:30:17.579Z | Compiling bb8 v0.8.5 |
| 2572 | 2025-07-29T05:30:18.114Z | Compiling unicase v2.7.0 |
| 2573 | 2025-07-29T05:30:18.419Z | Compiling chrono-tz v0.10.4 |
| 2574 | 2025-07-29T05:30:18.688Z | Compiling xshell-macros v0.2.7 |
| 2575 | 2025-07-29T05:30:19.283Z | Compiling xshell v0.2.7 |
| 2576 | 2025-07-29T05:30:19.395Z | Compiling async-bb8-diesel v0.2.1 |
| 2577 | 2025-07-29T05:30:20.121Z | Compiling strip-ansi-escapes v0.2.0 |
| 2578 | 2025-07-29T05:30:21.677Z | Compiling phf v0.12.1 |
| 2579 | 2025-07-29T05:30:21.984Z | Compiling slog-stdlog v4.1.1 |
| 2580 | 2025-07-29T05:30:22.033Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2581 | 2025-07-29T05:30:22.687Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2582 | 2025-07-29T05:30:22.782Z | Compiling fd-lock v4.0.2 |
| 2583 | 2025-07-29T05:30:23.032Z | Compiling peg-macros v0.8.5 |
| 2584 | 2025-07-29T05:30:23.060Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2585 | 2025-07-29T05:30:23.770Z | Compiling nu-ansi-term v0.50.1 |
| 2586 | 2025-07-29T05:30:24.734Z | Compiling reedline v0.40.0 |
| 2587 | 2025-07-29T05:30:25.338Z | Compiling peg v0.8.5 |
| 2588 | 2025-07-29T05:30:25.559Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2589 | 2025-07-29T05:30:31.128Z | Compiling slog-envlogger v2.2.0 |
| 2590 | 2025-07-29T05:30:32.194Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2591 | 2025-07-29T05:30:33.173Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2592 | 2025-07-29T05:30:34.908Z | Compiling typify-impl v0.2.0 |
| 2593 | 2025-07-29T05:30:41.526Z | Compiling bcs v0.1.6 |
| 2594 | 2025-07-29T05:30:41.739Z | Compiling fxhash v0.2.1 |
| 2595 | 2025-07-29T05:30:41.993Z | Compiling libz-sys v1.1.20 |
| 2596 | 2025-07-29T05:30:42.362Z | Compiling half v1.8.3 |
| 2597 | 2025-07-29T05:30:42.528Z | Compiling typify-macro v0.2.0 |
| 2598 | 2025-07-29T05:30:42.804Z | Compiling serde_cbor v0.11.2 |
| 2599 | 2025-07-29T05:30:44.662Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2600 | 2025-07-29T05:30:44.712Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2601 | 2025-07-29T05:30:45.338Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2602 | 2025-07-29T05:30:46.169Z | Compiling kstat-rs v0.2.4 |
| 2603 | 2025-07-29T05:30:46.939Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2604 | 2025-07-29T05:30:47.357Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2605 | 2025-07-29T05:30:48.711Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2606 | 2025-07-29T05:30:49.234Z | Compiling nix v0.30.1 |
| 2607 | 2025-07-29T05:30:49.359Z | Compiling nanorand v0.7.0 |
| 2608 | 2025-07-29T05:30:49.922Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2609 | 2025-07-29T05:30:49.950Z | Compiling parking_lot_core v0.8.6 |
| 2610 | 2025-07-29T05:30:50.436Z | Compiling flume v0.11.1 |
| 2611 | 2025-07-29T05:30:51.146Z | Compiling mime_guess v2.0.5 |
| 2612 | 2025-07-29T05:30:52.439Z | Compiling ignore v0.4.23 |
| 2613 | 2025-07-29T05:30:53.991Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2614 | 2025-07-29T05:30:59.914Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2615 | 2025-07-29T05:31:01.508Z | Compiling castaway v0.2.3 |
| 2616 | 2025-07-29T05:31:01.730Z | Compiling fs-err v2.11.0 |
| 2617 | 2025-07-29T05:31:02.064Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2618 | 2025-07-29T05:31:02.607Z | Compiling compact_str v0.8.0 |
| 2619 | 2025-07-29T05:31:02.642Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2620 | 2025-07-29T05:31:02.671Z | Compiling globwalk v0.9.1 |
| 2621 | 2025-07-29T05:31:05.389Z | Compiling typify v0.2.0 |
| 2622 | 2025-07-29T05:31:05.590Z | Compiling predicates-tree v1.0.12 |
| 2623 | 2025-07-29T05:31:05.884Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2624 | 2025-07-29T05:31:06.384Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2625 | 2025-07-29T05:31:06.742Z | Compiling unicode-truncate v1.1.0 |
| 2626 | 2025-07-29T05:31:11.477Z | Compiling lru v0.12.5 |
| 2627 | 2025-07-29T05:31:11.832Z | Compiling vergen v8.3.2 |
| 2628 | 2025-07-29T05:31:11.996Z | Compiling nibble_vec v0.1.0 |
| 2629 | 2025-07-29T05:31:12.161Z | Compiling cargo-platform v0.1.8 |
| 2630 | 2025-07-29T05:31:12.264Z | Compiling instability v0.3.2 |
| 2631 | 2025-07-29T05:31:12.602Z | Compiling atty v0.2.14 |
| 2632 | 2025-07-29T05:31:12.799Z | Compiling indoc v2.0.6 |
| 2633 | 2025-07-29T05:31:13.075Z | Compiling cassowary v0.3.0 |
| 2634 | 2025-07-29T05:31:13.514Z | Compiling salty v0.3.0 |
| 2635 | 2025-07-29T05:31:13.890Z | Compiling endian-type v0.1.2 |
| 2636 | 2025-07-29T05:31:14.156Z | Compiling http-range v0.1.5 |
| 2637 | 2025-07-29T05:31:14.709Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2638 | 2025-07-29T05:31:15.900Z | Compiling radix_trie v0.2.1 |
| 2639 | 2025-07-29T05:31:16.759Z | Compiling ratatui v0.29.0 |
| 2640 | 2025-07-29T05:31:32.086Z | Compiling cargo_metadata v0.18.1 |
| 2641 | 2025-07-29T05:31:32.729Z | Compiling camino-tempfile-ext v0.3.2 |
| 2642 | 2025-07-29T05:31:33.288Z | Compiling git2 v0.19.0 |
| 2643 | 2025-07-29T05:31:33.534Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2644 | 2025-07-29T05:31:33.926Z | Compiling progenitor-impl v0.8.0 |
| 2645 | 2025-07-29T05:31:34.410Z | Compiling parking_lot v0.11.2 |
| 2646 | 2025-07-29T05:31:39.866Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2647 | 2025-07-29T05:31:40.494Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2648 | 2025-07-29T05:31:40.834Z | Compiling prefix-trie v0.7.0 |
| 2649 | 2025-07-29T05:31:41.663Z | Compiling rand_seeder v0.3.0 |
| 2650 | 2025-07-29T05:31:42.041Z | Compiling lzma-sys v0.1.20 |
| 2651 | 2025-07-29T05:31:42.622Z | Compiling rustls v0.21.12 |
| 2652 | 2025-07-29T05:31:42.906Z | Compiling parse-size v1.1.0 |
| 2653 | 2025-07-29T05:31:43.230Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2654 | 2025-07-29T05:31:43.704Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2655 | 2025-07-29T05:31:43.970Z | Compiling hickory-server v0.25.2 |
| 2656 | 2025-07-29T05:31:44.819Z | Compiling hyper-staticfile v0.10.1 |
| 2657 | 2025-07-29T05:31:46.887Z | Compiling progenitor-macro v0.8.0 |
| 2658 | 2025-07-29T05:31:48.151Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2659 | 2025-07-29T05:31:52.322Z | Compiling sled v0.34.7 |
| 2660 | 2025-07-29T05:31:53.834Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2661 | 2025-07-29T05:31:57.165Z | Compiling hickory-client v0.25.2 |
| 2662 | 2025-07-29T05:31:57.788Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2663 | 2025-07-29T05:31:58.733Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2664 | 2025-07-29T05:31:58.825Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2665 | 2025-07-29T05:31:59.549Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2666 | 2025-07-29T05:32:03.540Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2667 | 2025-07-29T05:32:03.758Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2668 | 2025-07-29T05:32:03.867Z | Compiling primeorder v0.13.6 |
| 2669 | 2025-07-29T05:32:04.149Z | Compiling progenitor-client v0.8.0 |
| 2670 | 2025-07-29T05:32:04.388Z | Compiling sct v0.7.1 |
| 2671 | 2025-07-29T05:32:04.811Z | Compiling rustls-webpki v0.101.7 |
| 2672 | 2025-07-29T05:32:04.934Z | Compiling heck v0.3.3 |
| 2673 | 2025-07-29T05:32:05.135Z | Compiling env_filter v0.1.2 |
| 2674 | 2025-07-29T05:32:05.330Z | Compiling csv-core v0.1.11 |
| 2675 | 2025-07-29T05:32:06.090Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2676 | 2025-07-29T05:32:06.412Z | Compiling void v1.0.2 |
| 2677 | 2025-07-29T05:32:06.586Z | Compiling lzss v0.8.2 |
| 2678 | 2025-07-29T05:32:06.619Z | Compiling csv v1.3.1 |
| 2679 | 2025-07-29T05:32:07.928Z | Compiling env_logger v0.11.5 |
| 2680 | 2025-07-29T05:32:08.474Z | Compiling zone_cfg_derive v0.1.2 |
| 2681 | 2025-07-29T05:32:09.109Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2682 | 2025-07-29T05:32:09.521Z | Compiling progenitor v0.8.0 |
| 2683 | 2025-07-29T05:32:09.775Z | Compiling p384 v0.13.0 |
| 2684 | 2025-07-29T05:32:10.084Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2685 | 2025-07-29T05:32:11.502Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2686 | 2025-07-29T05:32:13.760Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2687 | 2025-07-29T05:32:14.819Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2688 | 2025-07-29T05:32:15.494Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2689 | 2025-07-29T05:32:16.649Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2690 | 2025-07-29T05:32:21.680Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2691 | 2025-07-29T05:32:22.077Z | Compiling tungstenite v0.23.0 |
| 2692 | 2025-07-29T05:32:22.756Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2693 | 2025-07-29T05:32:23.069Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2694 | 2025-07-29T05:32:23.379Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2695 | 2025-07-29T05:32:23.691Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2696 | 2025-07-29T05:32:24.345Z | Compiling nix v0.27.1 |
| 2697 | 2025-07-29T05:32:25.156Z | Compiling serde_bytes v0.11.17 |
| 2698 | 2025-07-29T05:32:25.709Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2699 | 2025-07-29T05:32:26.016Z | Compiling base64 v0.13.1 |
| 2700 | 2025-07-29T05:32:26.541Z | Compiling number_prefix v0.4.0 |
| 2701 | 2025-07-29T05:32:26.692Z | Compiling ron v0.7.1 |
| 2702 | 2025-07-29T05:32:26.772Z | Compiling indicatif v0.17.11 |
| 2703 | 2025-07-29T05:32:26.845Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2704 | 2025-07-29T05:32:27.596Z | Compiling tokio-tungstenite v0.23.1 |
| 2705 | 2025-07-29T05:32:28.257Z | Compiling xz2 v0.1.7 |
| 2706 | 2025-07-29T05:32:28.849Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2707 | 2025-07-29T05:32:32.888Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2708 | 2025-07-29T05:32:33.480Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2709 | 2025-07-29T05:32:35.631Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2710 | 2025-07-29T05:32:35.944Z | Compiling tokio-rustls v0.24.1 |
| 2711 | 2025-07-29T05:32:36.293Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2712 | 2025-07-29T05:32:36.455Z | Compiling zone v0.1.8 |
| 2713 | 2025-07-29T05:32:37.033Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2714 | 2025-07-29T05:32:37.084Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2715 | 2025-07-29T05:32:39.522Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2716 | 2025-07-29T05:32:41.838Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2717 | 2025-07-29T05:32:46.082Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2718 | 2025-07-29T05:32:50.668Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2719 | 2025-07-29T05:32:51.530Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2720 | 2025-07-29T05:32:53.269Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2721 | 2025-07-29T05:32:54.323Z | Compiling rustls-pemfile v1.0.4 |
| 2722 | 2025-07-29T05:32:55.030Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2723 | 2025-07-29T05:32:55.404Z | Compiling signal-hook-tokio v0.3.1 |
| 2724 | 2025-07-29T05:32:55.669Z | Compiling twox-hash v2.1.0 |
| 2725 | 2025-07-29T05:32:55.980Z | Compiling yasna v0.5.2 |
| 2726 | 2025-07-29T05:32:56.678Z | Compiling secrecy v0.8.0 |
| 2727 | 2025-07-29T05:32:56.966Z | Compiling is_ci v1.2.0 |
| 2728 | 2025-07-29T05:32:57.337Z | Compiling supports-color v3.0.2 |
| 2729 | 2025-07-29T05:32:57.804Z | Compiling rcgen v0.12.1 |
| 2730 | 2025-07-29T05:33:01.008Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2731 | 2025-07-29T05:33:01.555Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2732 | 2025-07-29T05:33:07.566Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2733 | 2025-07-29T05:33:07.779Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2734 | 2025-07-29T05:33:08.770Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2735 | 2025-07-29T05:33:13.230Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2736 | 2025-07-29T05:33:22.600Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2737 | 2025-07-29T05:33:22.963Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2738 | 2025-07-29T05:33:23.330Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2739 | 2025-07-29T05:33:24.338Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2740 | 2025-07-29T05:33:27.444Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2741 | 2025-07-29T05:33:31.175Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2742 | 2025-07-29T05:33:36.309Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2743 | 2025-07-29T05:33:36.623Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2744 | 2025-07-29T05:33:36.920Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2745 | 2025-07-29T05:33:37.410Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2746 | 2025-07-29T05:33:38.819Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2747 | 2025-07-29T05:33:44.680Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2748 | 2025-07-29T05:33:44.939Z | Compiling fatfs v0.3.6 |
| 2749 | 2025-07-29T05:33:44.973Z | Compiling subprocess v0.2.9 |
| 2750 | 2025-07-29T05:33:45.006Z | Compiling rtoolbox v0.0.2 |
| 2751 | 2025-07-29T05:33:45.429Z | Compiling assert_matches v1.5.0 |
| 2752 | 2025-07-29T05:33:45.587Z | Compiling rpassword v7.4.0 |
| 2753 | 2025-07-29T05:33:46.072Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2754 | 2025-07-29T05:33:48.920Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2755 | 2025-07-29T05:33:51.136Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2756 | 2025-07-29T05:33:52.712Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2757 | 2025-07-29T05:33:57.465Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2758 | 2025-07-29T05:34:03.162Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2759 | 2025-07-29T05:34:20.114Z | Compiling tui-tree-widget v0.23.1 |
| 2760 | 2025-07-29T05:34:20.615Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2761 | 2025-07-29T05:34:20.652Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2762 | 2025-07-29T05:34:20.995Z | Compiling uzers v0.12.1 |
| 2763 | 2025-07-29T05:34:23.817Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2764 | 2025-07-29T05:34:30.408Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2765 | 2025-07-29T05:34:31.683Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2766 | 2025-07-29T05:34:49.498Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2767 | 2025-07-29T05:34:54.711Z | Compiling support-bundle-viewer v0.1.2 |
| 2768 | 2025-07-29T05:34:57.814Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2769 | 2025-07-29T05:34:59.412Z | Compiling multimap v0.10.1 |
| 2770 | 2025-07-29T05:37:08.460Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2771 | 2025-07-29T05:37:28.543Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2772 | 2025-07-29T05:46:46.891Z | Finished `release` profile [optimized] target(s) in 18m 58s |
| 2773 | 2025-07-29T05:48:06.822Z | |
| 2774 | 2025-07-29T05:48:06.822Z | real 20:20.761326109 |
| 2775 | 2025-07-29T05:48:06.822Z | user 2:15:36.221779911 |
| 2776 | 2025-07-29T05:48:06.822Z | sys 4:24.960634728 |
| 2777 | 2025-07-29T05:48:06.822Z | trap 4.769384846 |
| 2778 | 2025-07-29T05:48:06.822Z | tflt 1.332386201 |
| 2779 | 2025-07-29T05:48:06.822Z | dflt 5.327059002 |
| 2780 | 2025-07-29T05:48:06.822Z | kflt 0.001062399 |
| 2781 | 2025-07-29T05:48:06.822Z | lock 9:35:04.916139533 |
| 2782 | 2025-07-29T05:48:06.822Z | slp 6:35:46.105860372 |
| 2783 | 2025-07-29T05:48:06.822Z | lat 3:54.518635704 |
| 2784 | 2025-07-29T05:48:06.822Z | stop 3:20.583355476 |
| 2785 | 2025-07-29T05:48:06.849Z | + mapfile -t packages |
| 2786 | 2025-07-29T05:48:06.849Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2787 | 2025-07-29T05:48:08.973Z | Finished `release` profile [optimized] target(s) in 2.05s |
| 2788 | 2025-07-29T05:48:09.070Z | Running `target/release/omicron-package -t test list-outputs` |
| 2789 | 2025-07-29T05:48:09.156Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2790 | 2025-07-29T05:48:09.183Z | + ptime -m cargo build --locked --release -p xtask |
| 2791 | 2025-07-29T05:48:10.302Z | Compiling once_cell v1.21.3 |
| 2792 | 2025-07-29T05:48:10.302Z | Compiling serde v1.0.219 |
| 2793 | 2025-07-29T05:48:10.329Z | Compiling bitflags v2.9.1 |
| 2794 | 2025-07-29T05:48:10.329Z | Compiling libc v0.2.174 |
| 2795 | 2025-07-29T05:48:10.330Z | Compiling syn v2.0.104 |
| 2796 | 2025-07-29T05:48:10.330Z | Compiling serde_json v1.0.141 |
| 2797 | 2025-07-29T05:48:10.356Z | Compiling num-traits v0.2.19 |
| 2798 | 2025-07-29T05:48:10.356Z | Compiling hashbrown v0.15.4 |
| 2799 | 2025-07-29T05:48:10.763Z | Compiling rustix v0.38.37 |
| 2800 | 2025-07-29T05:48:10.811Z | Compiling smallvec v1.15.1 |
| 2801 | 2025-07-29T05:48:11.106Z | Compiling usdt-impl v0.5.0 |
| 2802 | 2025-07-29T05:48:11.274Z | Compiling syn v1.0.109 |
| 2803 | 2025-07-29T05:48:11.415Z | Compiling rustix v1.0.7 |
| 2804 | 2025-07-29T05:48:11.725Z | Compiling indexmap v2.10.0 |
| 2805 | 2025-07-29T05:48:11.872Z | Compiling thread-id v4.2.2 |
| 2806 | 2025-07-29T05:48:11.959Z | Compiling getrandom v0.3.1 |
| 2807 | 2025-07-29T05:48:11.989Z | Compiling log v0.4.27 |
| 2808 | 2025-07-29T05:48:12.052Z | Compiling percent-encoding v2.3.1 |
| 2809 | 2025-07-29T05:48:12.408Z | Compiling form_urlencoded v1.2.1 |
| 2810 | 2025-07-29T05:48:12.828Z | Compiling terminal_size v0.4.0 |
| 2811 | 2025-07-29T05:48:13.125Z | Compiling ordered-float v2.10.1 |
| 2812 | 2025-07-29T05:48:13.496Z | Compiling fs-err v3.1.1 |
| 2813 | 2025-07-29T05:48:13.893Z | Compiling anyhow v1.0.98 |
| 2814 | 2025-07-29T05:48:13.919Z | Compiling clap_builder v4.5.41 |
| 2815 | 2025-07-29T05:48:14.141Z | Compiling textwrap v0.16.2 |
| 2816 | 2025-07-29T05:48:14.944Z | Compiling tempfile v3.20.0 |
| 2817 | 2025-07-29T05:48:16.237Z | Compiling proc-macro-error v1.0.4 |
| 2818 | 2025-07-29T05:48:16.980Z | Compiling tabled_derive v0.7.0 |
| 2819 | 2025-07-29T05:48:17.014Z | Compiling synstructure v0.13.1 |
| 2820 | 2025-07-29T05:48:18.362Z | Compiling serde_derive v1.0.219 |
| 2821 | 2025-07-29T05:48:18.362Z | Compiling thiserror-impl v1.0.69 |
| 2822 | 2025-07-29T05:48:18.388Z | Compiling zerofrom-derive v0.1.4 |
| 2823 | 2025-07-29T05:48:18.388Z | Compiling yoke-derive v0.7.4 |
| 2824 | 2025-07-29T05:48:18.388Z | Compiling zerovec-derive v0.10.3 |
| 2825 | 2025-07-29T05:48:18.466Z | Compiling displaydoc v0.2.5 |
| 2826 | 2025-07-29T05:48:19.775Z | Compiling zerocopy-derive v0.7.35 |
| 2827 | 2025-07-29T05:48:20.467Z | Compiling icu_provider_macros v1.5.0 |
| 2828 | 2025-07-29T05:48:20.613Z | Compiling scroll_derive v0.12.0 |
| 2829 | 2025-07-29T05:48:20.755Z | Compiling thiserror v1.0.69 |
| 2830 | 2025-07-29T05:48:20.990Z | Compiling pest v2.7.14 |
| 2831 | 2025-07-29T05:48:21.298Z | Compiling zerofrom v0.1.4 |
| 2832 | 2025-07-29T05:48:21.495Z | Compiling zerocopy v0.7.35 |
| 2833 | 2025-07-29T05:48:21.585Z | Compiling yoke v0.7.4 |
| 2834 | 2025-07-29T05:48:21.899Z | Compiling scroll v0.12.0 |
| 2835 | 2025-07-29T05:48:22.020Z | Compiling zerovec v0.10.4 |
| 2836 | 2025-07-29T05:48:22.558Z | Compiling goblin v0.8.2 |
| 2837 | 2025-07-29T05:48:23.753Z | Compiling pest_meta v2.7.14 |
| 2838 | 2025-07-29T05:48:24.235Z | Compiling tinystr v0.7.6 |
| 2839 | 2025-07-29T05:48:24.679Z | Compiling icu_locid v1.5.0 |
| 2840 | 2025-07-29T05:48:25.295Z | Compiling pest_generator v2.7.14 |
| 2841 | 2025-07-29T05:48:26.876Z | Compiling icu_provider v1.5.0 |
| 2842 | 2025-07-29T05:48:27.040Z | Compiling pest_derive v2.7.14 |
| 2843 | 2025-07-29T05:48:27.784Z | Compiling icu_locid_transform v1.5.0 |
| 2844 | 2025-07-29T05:48:29.026Z | Compiling icu_collections v1.5.0 |
| 2845 | 2025-07-29T05:48:29.958Z | Compiling icu_properties v1.5.1 |
| 2846 | 2025-07-29T05:48:30.141Z | Compiling toml_datetime v0.6.11 |
| 2847 | 2025-07-29T05:48:30.958Z | Compiling serde_spanned v0.6.9 |
| 2848 | 2025-07-29T05:48:31.594Z | Compiling toml_edit v0.22.27 |
| 2849 | 2025-07-29T05:48:32.835Z | Compiling dtrace-parser v0.2.0 |
| 2850 | 2025-07-29T05:48:33.416Z | Compiling dof v0.3.0 |
| 2851 | 2025-07-29T05:48:34.199Z | Compiling icu_normalizer v1.5.0 |
| 2852 | 2025-07-29T05:48:35.420Z | Compiling idna_adapter v1.2.0 |
| 2853 | 2025-07-29T05:48:35.658Z | Compiling idna v1.0.3 |
| 2854 | 2025-07-29T05:48:35.686Z | Compiling toml v0.8.23 |
| 2855 | 2025-07-29T05:48:36.861Z | Compiling erased-serde v0.4.6 |
| 2856 | 2025-07-29T05:48:37.559Z | Compiling serde_tokenstream v0.2.2 |
| 2857 | 2025-07-29T05:48:38.118Z | Compiling thiserror-impl v2.0.12 |
| 2858 | 2025-07-29T05:48:38.287Z | Compiling serde-untagged v0.1.7 |
| 2859 | 2025-07-29T05:48:39.064Z | Compiling url v2.5.4 |
| 2860 | 2025-07-29T05:48:40.525Z | Compiling serde-value v0.7.0 |
| 2861 | 2025-07-29T05:48:40.656Z | Compiling thiserror v2.0.12 |
| 2862 | 2025-07-29T05:48:40.865Z | Compiling camino v1.1.10 |
| 2863 | 2025-07-29T05:48:41.092Z | Compiling semver v1.0.26 |
| 2864 | 2025-07-29T05:48:42.228Z | Compiling cargo-util-schemas v0.8.2 |
| 2865 | 2025-07-29T05:48:42.545Z | Compiling usdt-attr-macro v0.5.0 |
| 2866 | 2025-07-29T05:48:43.761Z | Compiling usdt-macro v0.5.0 |
| 2867 | 2025-07-29T05:48:44.028Z | Compiling cargo-platform v0.2.0 |
| 2868 | 2025-07-29T05:48:44.599Z | Compiling clap_derive v4.5.41 |
| 2869 | 2025-07-29T05:48:44.829Z | Compiling usdt v0.5.0 |
| 2870 | 2025-07-29T05:48:45.245Z | Compiling cargo_metadata v0.21.0 |
| 2871 | 2025-07-29T05:48:46.136Z | Compiling camino-tempfile v1.4.1 |
| 2872 | 2025-07-29T05:48:46.978Z | Compiling cargo_toml v0.21.0 |
| 2873 | 2025-07-29T05:48:47.306Z | Compiling macaddr v1.0.1 |
| 2874 | 2025-07-29T05:48:47.337Z | Compiling tabled v0.15.0 |
| 2875 | 2025-07-29T05:48:48.236Z | Compiling clap v4.5.41 |
| 2876 | 2025-07-29T05:48:59.367Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2877 | 2025-07-29T05:49:05.984Z | Finished `release` profile [optimized] target(s) in 56.73s |
| 2878 | 2025-07-29T05:49:06.140Z | |
| 2879 | 2025-07-29T05:49:06.140Z | real 56.920773627 |
| 2880 | 2025-07-29T05:49:06.140Z | user 5:56.524662376 |
| 2881 | 2025-07-29T05:49:06.140Z | sys 30.865340311 |
| 2882 | 2025-07-29T05:49:06.167Z | trap 0.254696060 |
| 2883 | 2025-07-29T05:49:06.167Z | tflt 0.237147318 |
| 2884 | 2025-07-29T05:49:06.167Z | dflt 0.452810735 |
| 2885 | 2025-07-29T05:49:06.167Z | kflt 0.000023736 |
| 2886 | 2025-07-29T05:49:06.167Z | lock 17:07.545932307 |
| 2887 | 2025-07-29T05:49:06.167Z | slp 19:50.696956789 |
| 2888 | 2025-07-29T05:49:06.167Z | lat 25.021347857 |
| 2889 | 2025-07-29T05:49:06.167Z | stop 29.256572252 |
| 2890 | 2025-07-29T05:49:06.167Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2891 | 2025-07-29T05:49:06.167Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2892 | 2025-07-29T05:49:06.167Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2893 | 2025-07-29T05:49:06.167Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2894 | 2025-07-29T05:49:06.167Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2895 | 2025-07-29T05:49:07.922Z | Compiling regress v0.10.4 |
| 2896 | 2025-07-29T05:49:07.975Z | Compiling ident_case v1.0.1 |
| 2897 | 2025-07-29T05:49:07.975Z | Compiling unsafe-libyaml v0.2.11 |
| 2898 | 2025-07-29T05:49:08.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2899 | 2025-07-29T05:49:08.002Z | Compiling match_cfg v0.1.0 |
| 2900 | 2025-07-29T05:49:08.085Z | Compiling quick-error v1.2.3 |
| 2901 | 2025-07-29T05:49:08.112Z | Compiling tempfile v3.20.0 |
| 2902 | 2025-07-29T05:49:08.112Z | Compiling progenitor-client v0.10.0 |
| 2903 | 2025-07-29T05:49:08.209Z | Compiling hostname v0.3.1 |
| 2904 | 2025-07-29T05:49:08.236Z | Compiling darling_core v0.20.10 |
| 2905 | 2025-07-29T05:49:08.292Z | Compiling structmeta-derive v0.3.0 |
| 2906 | 2025-07-29T05:49:08.486Z | Compiling rustls v0.22.4 |
| 2907 | 2025-07-29T05:49:08.572Z | Compiling hex v0.4.3 |
| 2908 | 2025-07-29T05:49:08.721Z | Compiling multer v3.1.0 |
| 2909 | 2025-07-29T05:49:08.855Z | Compiling debug-ignore v1.0.5 |
| 2910 | 2025-07-29T05:49:09.057Z | Compiling toml v0.8.23 |
| 2911 | 2025-07-29T05:49:09.150Z | Compiling slog-json v2.6.1 |
| 2912 | 2025-07-29T05:49:09.180Z | Compiling serde_yaml v0.9.34+deprecated |
| 2913 | 2025-07-29T05:49:09.539Z | Compiling macaddr v1.0.1 |
| 2914 | 2025-07-29T05:49:09.616Z | Compiling async-stream-impl v0.3.6 |
| 2915 | 2025-07-29T05:49:10.002Z | Compiling dropshot v0.16.2 |
| 2916 | 2025-07-29T05:49:10.476Z | Compiling slog-bunyan v2.5.0 |
| 2917 | 2025-07-29T05:49:10.667Z | Compiling structmeta v0.3.0 |
| 2918 | 2025-07-29T05:49:10.756Z | Compiling waitgroup v0.1.2 |
| 2919 | 2025-07-29T05:49:10.918Z | Compiling async-stream v0.3.6 |
| 2920 | 2025-07-29T05:49:11.033Z | Compiling rustls-pemfile v2.2.0 |
| 2921 | 2025-07-29T05:49:11.122Z | Compiling dropshot_endpoint v0.16.2 |
| 2922 | 2025-07-29T05:49:11.267Z | Compiling serde_path_to_error v0.1.17 |
| 2923 | 2025-07-29T05:49:11.394Z | Compiling typify-impl v0.3.0 |
| 2924 | 2025-07-29T05:49:11.486Z | Compiling wait-timeout v0.2.0 |
| 2925 | 2025-07-29T05:49:12.043Z | Compiling hostname v0.4.0 |
| 2926 | 2025-07-29T05:49:12.070Z | Compiling bit-vec v0.8.0 |
| 2927 | 2025-07-29T05:49:12.303Z | Compiling rusty-fork v0.3.0 |
| 2928 | 2025-07-29T05:49:12.546Z | Compiling bit-set v0.8.0 |
| 2929 | 2025-07-29T05:49:12.574Z | Compiling derive-ex v0.1.8 |
| 2930 | 2025-07-29T05:49:12.878Z | Compiling rand_xorshift v0.4.0 |
| 2931 | 2025-07-29T05:49:12.977Z | Compiling instant v0.1.13 |
| 2932 | 2025-07-29T05:49:13.182Z | Compiling tokio-rustls v0.25.0 |
| 2933 | 2025-07-29T05:49:13.214Z | Compiling unarray v0.1.4 |
| 2934 | 2025-07-29T05:49:13.424Z | Compiling proptest v1.7.0 |
| 2935 | 2025-07-29T05:49:13.612Z | Compiling darling_macro v0.20.10 |
| 2936 | 2025-07-29T05:49:13.650Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2937 | 2025-07-29T05:49:13.888Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2938 | 2025-07-29T05:49:14.614Z | Compiling progenitor-client v0.9.1 |
| 2939 | 2025-07-29T05:49:14.642Z | Compiling darling v0.20.10 |
| 2940 | 2025-07-29T05:49:14.821Z | Compiling serde_with_macros v3.14.0 |
| 2941 | 2025-07-29T05:49:14.854Z | Compiling derive-where v1.5.0 |
| 2942 | 2025-07-29T05:49:15.329Z | Compiling ref-cast v1.0.24 |
| 2943 | 2025-07-29T05:49:15.987Z | Compiling ref-cast-impl v1.0.24 |
| 2944 | 2025-07-29T05:49:16.434Z | Compiling test-strategy v0.4.3 |
| 2945 | 2025-07-29T05:49:16.848Z | Compiling parse-display-derive v0.10.0 |
| 2946 | 2025-07-29T05:49:17.195Z | Compiling serde_with v3.14.0 |
| 2947 | 2025-07-29T05:49:17.241Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2948 | 2025-07-29T05:49:17.820Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2949 | 2025-07-29T05:49:17.934Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2950 | 2025-07-29T05:49:18.173Z | Compiling iddqd v0.3.9 |
| 2951 | 2025-07-29T05:49:18.202Z | Compiling backoff v0.4.0 |
| 2952 | 2025-07-29T05:49:18.595Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2953 | 2025-07-29T05:49:19.297Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2954 | 2025-07-29T05:49:19.511Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2955 | 2025-07-29T05:49:19.962Z | Compiling itertools v0.14.0 |
| 2956 | 2025-07-29T05:49:20.352Z | Compiling darling_core v0.21.0 |
| 2957 | 2025-07-29T05:49:20.605Z | Compiling parse-display v0.10.0 |
| 2958 | 2025-07-29T05:49:20.697Z | Compiling proc-macro-crate v1.3.1 |
| 2959 | 2025-07-29T05:49:21.206Z | Compiling proc-macro-error v1.0.4 |
| 2960 | 2025-07-29T05:49:21.247Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2961 | 2025-07-29T05:49:21.645Z | Compiling crucible-workspace-hack v0.1.0 |
| 2962 | 2025-07-29T05:49:21.694Z | Compiling num_enum_derive v0.5.11 |
| 2963 | 2025-07-29T05:49:22.047Z | Compiling typify-impl v0.4.1 |
| 2964 | 2025-07-29T05:49:22.074Z | Compiling typify-macro v0.3.0 |
| 2965 | 2025-07-29T05:49:22.107Z | Compiling heapless v0.8.0 |
| 2966 | 2025-07-29T05:49:22.640Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2967 | 2025-07-29T05:49:23.106Z | Compiling hash32 v0.3.1 |
| 2968 | 2025-07-29T05:49:23.140Z | Compiling foreign-types-macros v0.2.3 |
| 2969 | 2025-07-29T05:49:23.397Z | Compiling foreign-types-shared v0.3.1 |
| 2970 | 2025-07-29T05:49:23.425Z | Compiling smoltcp v0.11.0 |
| 2971 | 2025-07-29T05:49:23.747Z | Compiling num_enum v0.5.11 |
| 2972 | 2025-07-29T05:49:24.192Z | Compiling tabwriter v1.4.0 |
| 2973 | 2025-07-29T05:49:24.263Z | Compiling foreign-types v0.5.0 |
| 2974 | 2025-07-29T05:49:24.313Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2975 | 2025-07-29T05:49:24.408Z | Compiling cstr-argument v0.1.2 |
| 2976 | 2025-07-29T05:49:24.482Z | Compiling pretty-hex v0.2.1 |
| 2977 | 2025-07-29T05:49:24.663Z | Compiling cobs v0.2.3 |
| 2978 | 2025-07-29T05:49:24.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2979 | 2025-07-29T05:49:24.737Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2980 | 2025-07-29T05:49:25.011Z | Compiling postcard v1.0.10 |
| 2981 | 2025-07-29T05:49:25.087Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2982 | 2025-07-29T05:49:25.140Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2983 | 2025-07-29T05:49:25.437Z | Compiling colored v2.2.0 |
| 2984 | 2025-07-29T05:49:25.651Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2985 | 2025-07-29T05:49:25.734Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2986 | 2025-07-29T05:49:25.827Z | Compiling typify v0.3.0 |
| 2987 | 2025-07-29T05:49:25.902Z | Compiling darling_macro v0.21.0 |
| 2988 | 2025-07-29T05:49:26.030Z | Compiling progenitor-impl v0.9.1 |
| 2989 | 2025-07-29T05:49:26.101Z | Compiling rayon-core v1.12.1 |
| 2990 | 2025-07-29T05:49:26.360Z | Compiling crossbeam-deque v0.8.5 |
| 2991 | 2025-07-29T05:49:26.486Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2992 | 2025-07-29T05:49:26.788Z | Compiling darling v0.21.0 |
| 2993 | 2025-07-29T05:49:26.962Z | Compiling ingot-macros v0.1.1 |
| 2994 | 2025-07-29T05:49:27.337Z | Compiling camino-tempfile v1.4.1 |
| 2995 | 2025-07-29T05:49:27.801Z | Compiling smf v0.2.3 |
| 2996 | 2025-07-29T05:49:28.266Z | Compiling rayon v1.10.0 |
| 2997 | 2025-07-29T05:49:28.875Z | Compiling zone_cfg_derive v0.3.0 |
| 2998 | 2025-07-29T05:49:29.149Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2999 | 2025-07-29T05:49:29.567Z | Compiling num-derive v0.4.2 |
| 3000 | 2025-07-29T05:49:29.722Z | Compiling sigpipe v0.1.3 |
| 3001 | 2025-07-29T05:49:29.912Z | Compiling jiff v0.2.15 |
| 3002 | 2025-07-29T05:49:30.113Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3003 | 2025-07-29T05:49:30.577Z | Compiling zone v0.3.1 |
| 3004 | 2025-07-29T05:49:31.654Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3005 | 2025-07-29T05:49:32.061Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3006 | 2025-07-29T05:49:32.224Z | Compiling progenitor-macro v0.9.1 |
| 3007 | 2025-07-29T05:49:32.394Z | Compiling num-rational v0.4.2 |
| 3008 | 2025-07-29T05:49:32.568Z | Compiling universal-hash v0.5.1 |
| 3009 | 2025-07-29T05:49:32.630Z | Compiling num-complex v0.4.6 |
| 3010 | 2025-07-29T05:49:32.757Z | Compiling typify-macro v0.4.1 |
| 3011 | 2025-07-29T05:49:32.875Z | Compiling opaque-debug v0.3.1 |
| 3012 | 2025-07-29T05:49:33.046Z | Compiling half v2.4.1 |
| 3013 | 2025-07-29T05:49:33.293Z | Compiling ingot-types v0.1.2 |
| 3014 | 2025-07-29T05:49:33.559Z | Compiling num v0.4.3 |
| 3015 | 2025-07-29T05:49:33.632Z | Compiling float-ord v0.3.2 |
| 3016 | 2025-07-29T05:49:33.724Z | Compiling ciborium-io v0.2.2 |
| 3017 | 2025-07-29T05:49:33.863Z | Compiling secrecy v0.10.3 |
| 3018 | 2025-07-29T05:49:33.893Z | Compiling ciborium-ll v0.2.2 |
| 3019 | 2025-07-29T05:49:33.926Z | Compiling aead v0.5.2 |
| 3020 | 2025-07-29T05:49:34.159Z | Compiling ingot v0.1.1 |
| 3021 | 2025-07-29T05:49:34.185Z | Compiling keccak v0.1.5 |
| 3022 | 2025-07-29T05:49:34.322Z | Compiling ciborium v0.2.2 |
| 3023 | 2025-07-29T05:49:34.348Z | Compiling convert_case v0.4.0 |
| 3024 | 2025-07-29T05:49:35.181Z | Compiling utf-8 v0.7.6 |
| 3025 | 2025-07-29T05:49:35.257Z | Compiling derive_more v0.99.20 |
| 3026 | 2025-07-29T05:49:35.538Z | Compiling tungstenite v0.21.0 |
| 3027 | 2025-07-29T05:49:35.606Z | Compiling sha3 v0.10.8 |
| 3028 | 2025-07-29T05:49:36.478Z | Compiling typify v0.4.1 |
| 3029 | 2025-07-29T05:49:36.558Z | Compiling poly1305 v0.8.0 |
| 3030 | 2025-07-29T05:49:36.645Z | Compiling progenitor-impl v0.10.0 |
| 3031 | 2025-07-29T05:49:37.038Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3032 | 2025-07-29T05:49:37.395Z | Compiling password-hash v0.5.0 |
| 3033 | 2025-07-29T05:49:37.812Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3034 | 2025-07-29T05:49:38.196Z | Compiling chacha20 v0.9.1 |
| 3035 | 2025-07-29T05:49:38.282Z | Compiling blake2 v0.10.6 |
| 3036 | 2025-07-29T05:49:38.312Z | Compiling indent_write v2.2.0 |
| 3037 | 2025-07-29T05:49:38.590Z | Compiling tokio-tungstenite v0.21.0 |
| 3038 | 2025-07-29T05:49:38.731Z | Compiling base64 v0.21.7 |
| 3039 | 2025-07-29T05:49:39.251Z | Compiling argon2 v0.5.3 |
| 3040 | 2025-07-29T05:49:39.422Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3041 | 2025-07-29T05:49:39.450Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3042 | 2025-07-29T05:49:40.244Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3043 | 2025-07-29T05:49:40.625Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3044 | 2025-07-29T05:49:40.740Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3045 | 2025-07-29T05:49:40.968Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3046 | 2025-07-29T05:49:41.160Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3047 | 2025-07-29T05:49:41.192Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3048 | 2025-07-29T05:49:41.226Z | Compiling owo-colors v4.2.2 |
| 3049 | 2025-07-29T05:49:41.578Z | Compiling cancel-safe-futures v0.1.5 |
| 3050 | 2025-07-29T05:49:41.809Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3051 | 2025-07-29T05:49:41.932Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3052 | 2025-07-29T05:49:42.005Z | Compiling atomicwrites v0.4.4 |
| 3053 | 2025-07-29T05:49:42.048Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3054 | 2025-07-29T05:49:42.321Z | Compiling libsw-core v0.3.1 |
| 3055 | 2025-07-29T05:49:42.350Z | Compiling semver v0.1.20 |
| 3056 | 2025-07-29T05:49:42.413Z | Compiling fixedbitset v0.5.7 |
| 3057 | 2025-07-29T05:49:42.657Z | Compiling libsw v3.5.0 |
| 3058 | 2025-07-29T05:49:42.938Z | Compiling progenitor-macro v0.10.0 |
| 3059 | 2025-07-29T05:49:42.982Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3060 | 2025-07-29T05:49:43.013Z | Compiling petgraph v0.8.2 |
| 3061 | 2025-07-29T05:49:43.113Z | Compiling rustc_version v0.1.7 |
| 3062 | 2025-07-29T05:49:43.441Z | Compiling thiserror-no-std v2.0.2 |
| 3063 | 2025-07-29T05:49:43.625Z | Compiling vsss-rs v3.3.4 |
| 3064 | 2025-07-29T05:49:44.216Z | Compiling progenitor v0.9.1 |
| 3065 | 2025-07-29T05:49:44.493Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3066 | 2025-07-29T05:49:44.676Z | Compiling chacha20poly1305 v0.10.1 |
| 3067 | 2025-07-29T05:49:44.808Z | Compiling typify-impl v0.2.0 |
| 3068 | 2025-07-29T05:49:44.972Z | Compiling resolv-conf v0.7.0 |
| 3069 | 2025-07-29T05:49:45.740Z | Compiling newline-converter v0.3.0 |
| 3070 | 2025-07-29T05:49:45.819Z | Compiling primeorder v0.13.6 |
| 3071 | 2025-07-29T05:49:45.985Z | Compiling libefi-sys v0.1.0 |
| 3072 | 2025-07-29T05:49:46.020Z | Compiling moka v0.12.10 |
| 3073 | 2025-07-29T05:49:46.362Z | Compiling linear-map v1.2.0 |
| 3074 | 2025-07-29T05:49:46.465Z | Compiling expectorate v1.2.0 |
| 3075 | 2025-07-29T05:49:46.492Z | Compiling newtype_derive v0.1.6 |
| 3076 | 2025-07-29T05:49:46.784Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3077 | 2025-07-29T05:49:46.884Z | Compiling pem v3.0.5 |
| 3078 | 2025-07-29T05:49:46.912Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3079 | 2025-07-29T05:49:47.214Z | Compiling pin-project-internal v1.1.6 |
| 3080 | 2025-07-29T05:49:47.395Z | Compiling bitfield-struct v0.6.2 |
| 3081 | 2025-07-29T05:49:47.643Z | Compiling unicase v2.7.0 |
| 3082 | 2025-07-29T05:49:47.784Z | Compiling arc-swap v1.7.1 |
| 3083 | 2025-07-29T05:49:47.998Z | Compiling same-file v1.0.6 |
| 3084 | 2025-07-29T05:49:48.350Z | Compiling tagptr v0.2.0 |
| 3085 | 2025-07-29T05:49:48.427Z | Compiling slog-scope v4.4.0 |
| 3086 | 2025-07-29T05:49:48.730Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3087 | 2025-07-29T05:49:48.953Z | Compiling walkdir v2.5.0 |
| 3088 | 2025-07-29T05:49:49.737Z | Compiling pin-project v1.1.6 |
| 3089 | 2025-07-29T05:49:49.778Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3090 | 2025-07-29T05:49:49.944Z | Compiling polyval v0.6.2 |
| 3091 | 2025-07-29T05:49:50.264Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3092 | 2025-07-29T05:49:50.453Z | Compiling hickory-proto v0.24.4 |
| 3093 | 2025-07-29T05:49:50.484Z | Compiling snafu-derive v0.8.5 |
| 3094 | 2025-07-29T05:49:50.524Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3095 | 2025-07-29T05:49:50.937Z | Compiling linked-hash-map v0.5.6 |
| 3096 | 2025-07-29T05:49:51.334Z | Compiling salty v0.3.0 |
| 3097 | 2025-07-29T05:49:51.361Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3098 | 2025-07-29T05:49:51.544Z | Compiling parking_lot_core v0.8.6 |
| 3099 | 2025-07-29T05:49:51.677Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3100 | 2025-07-29T05:49:51.880Z | Compiling proc-macro-error2 v2.0.1 |
| 3101 | 2025-07-29T05:49:52.127Z | Compiling lru-cache v0.1.2 |
| 3102 | 2025-07-29T05:49:52.547Z | Compiling ghash v0.5.1 |
| 3103 | 2025-07-29T05:49:52.576Z | Compiling hickory-resolver v0.25.2 |
| 3104 | 2025-07-29T05:49:52.818Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3105 | 2025-07-29T05:49:53.242Z | Compiling slog-stdlog v4.1.1 |
| 3106 | 2025-07-29T05:49:53.473Z | Compiling p384 v0.13.0 |
| 3107 | 2025-07-29T05:49:53.632Z | Compiling tabled_derive v0.7.0 |
| 3108 | 2025-07-29T05:49:54.796Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3109 | 2025-07-29T05:49:55.169Z | Compiling snafu v0.8.5 |
| 3110 | 2025-07-29T05:49:55.481Z | Compiling progenitor v0.10.0 |
| 3111 | 2025-07-29T05:49:55.787Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3112 | 2025-07-29T05:49:55.869Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3113 | 2025-07-29T05:49:55.908Z | Compiling globset v0.4.15 |
| 3114 | 2025-07-29T05:49:55.939Z | Compiling typify-macro v0.2.0 |
| 3115 | 2025-07-29T05:49:55.970Z | Compiling olpc-cjson v0.1.4 |
| 3116 | 2025-07-29T05:49:56.320Z | Compiling num-derive v0.3.3 |
| 3117 | 2025-07-29T05:49:57.165Z | Compiling ctr v0.9.2 |
| 3118 | 2025-07-29T05:49:57.555Z | Compiling lzma-sys v0.1.20 |
| 3119 | 2025-07-29T05:49:57.594Z | Compiling gethostname v0.5.0 |
| 3120 | 2025-07-29T05:49:57.626Z | Compiling serde_plain v1.0.2 |
| 3121 | 2025-07-29T05:49:57.834Z | Compiling async-recursion v1.1.1 |
| 3122 | 2025-07-29T05:49:58.082Z | Compiling slog-dtrace v0.3.0 |
| 3123 | 2025-07-29T05:49:58.126Z | Compiling typed-path v0.9.3 |
| 3124 | 2025-07-29T05:49:58.299Z | Compiling highway v1.3.0 |
| 3125 | 2025-07-29T05:49:58.358Z | Compiling xshell-macros v0.2.7 |
| 3126 | 2025-07-29T05:49:58.635Z | Compiling textwrap v0.16.2 |
| 3127 | 2025-07-29T05:49:59.132Z | Compiling xshell v0.2.7 |
| 3128 | 2025-07-29T05:49:59.159Z | Compiling libscf-sys v1.1.0 |
| 3129 | 2025-07-29T05:49:59.311Z | Compiling aes-gcm v0.10.3 |
| 3130 | 2025-07-29T05:49:59.454Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3131 | 2025-07-29T05:49:59.663Z | Compiling tabled v0.15.0 |
| 3132 | 2025-07-29T05:49:59.693Z | Compiling hickory-resolver v0.24.4 |
| 3133 | 2025-07-29T05:49:59.793Z | Compiling typify v0.2.0 |
| 3134 | 2025-07-29T05:50:00.033Z | Compiling progenitor-impl v0.8.0 |
| 3135 | 2025-07-29T05:50:00.354Z | Compiling tough v0.20.0 |
| 3136 | 2025-07-29T05:50:01.028Z | Compiling mime_guess v2.0.5 |
| 3137 | 2025-07-29T05:50:01.129Z | Compiling slog-envlogger v2.2.0 |
| 3138 | 2025-07-29T05:50:01.160Z | Compiling steno v0.4.1 |
| 3139 | 2025-07-29T05:50:01.879Z | Compiling tabled_derive v0.10.0 |
| 3140 | 2025-07-29T05:50:04.334Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3141 | 2025-07-29T05:50:05.132Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3142 | 2025-07-29T05:50:05.692Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3143 | 2025-07-29T05:50:06.511Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3144 | 2025-07-29T05:50:06.544Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3145 | 2025-07-29T05:50:06.899Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3146 | 2025-07-29T05:50:07.273Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3147 | 2025-07-29T05:50:08.013Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3148 | 2025-07-29T05:50:09.852Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3149 | 2025-07-29T05:50:09.887Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3150 | 2025-07-29T05:50:09.914Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3151 | 2025-07-29T05:50:10.368Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3152 | 2025-07-29T05:50:10.899Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3153 | 2025-07-29T05:50:12.812Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3154 | 2025-07-29T05:50:13.172Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3155 | 2025-07-29T05:50:13.436Z | Compiling progenitor-macro v0.8.0 |
| 3156 | 2025-07-29T05:50:13.732Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3157 | 2025-07-29T05:50:13.762Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3158 | 2025-07-29T05:50:14.221Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3159 | 2025-07-29T05:50:16.616Z | Compiling papergrid v0.14.0 |
| 3160 | 2025-07-29T05:50:16.689Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3161 | 2025-07-29T05:50:17.900Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3162 | 2025-07-29T05:50:18.175Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3163 | 2025-07-29T05:50:18.942Z | Compiling tokio-dtrace v0.1.0 |
| 3164 | 2025-07-29T05:50:18.975Z | Compiling heck v0.3.3 |
| 3165 | 2025-07-29T05:50:19.278Z | Compiling progenitor-client v0.8.0 |
| 3166 | 2025-07-29T05:50:19.385Z | Compiling ssh-encoding v0.2.0 |
| 3167 | 2025-07-29T05:50:19.439Z | Compiling blowfish v0.9.1 |
| 3168 | 2025-07-29T05:50:19.868Z | Compiling env_filter v0.1.2 |
| 3169 | 2025-07-29T05:50:19.925Z | Compiling nibble_vec v0.1.0 |
| 3170 | 2025-07-29T05:50:19.968Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3171 | 2025-07-29T05:50:20.228Z | Compiling endian-type v0.1.2 |
| 3172 | 2025-07-29T05:50:20.370Z | Compiling humantime v2.2.0 |
| 3173 | 2025-07-29T05:50:20.502Z | Compiling env_logger v0.11.5 |
| 3174 | 2025-07-29T05:50:20.571Z | Compiling radix_trie v0.2.1 |
| 3175 | 2025-07-29T05:50:20.637Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3176 | 2025-07-29T05:50:20.693Z | Compiling ssh-cipher v0.2.0 |
| 3177 | 2025-07-29T05:50:20.898Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3178 | 2025-07-29T05:50:21.174Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3179 | 2025-07-29T05:50:21.212Z | Compiling zone_cfg_derive v0.1.2 |
| 3180 | 2025-07-29T05:50:21.849Z | Compiling oxide-tokio-rt v0.1.2 |
| 3181 | 2025-07-29T05:50:22.136Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3182 | 2025-07-29T05:50:22.204Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3183 | 2025-07-29T05:50:22.546Z | Compiling tabled v0.18.0 |
| 3184 | 2025-07-29T05:50:22.659Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3185 | 2025-07-29T05:50:22.718Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3186 | 2025-07-29T05:50:23.646Z | Compiling parking_lot v0.11.2 |
| 3187 | 2025-07-29T05:50:24.473Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3188 | 2025-07-29T05:50:24.528Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3189 | 2025-07-29T05:50:25.315Z | Compiling progenitor v0.8.0 |
| 3190 | 2025-07-29T05:50:25.645Z | Compiling qorb v0.4.0 |
| 3191 | 2025-07-29T05:50:26.276Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3192 | 2025-07-29T05:50:26.997Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3193 | 2025-07-29T05:50:27.137Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3194 | 2025-07-29T05:50:27.283Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3195 | 2025-07-29T05:50:27.585Z | Compiling prefix-trie v0.7.0 |
| 3196 | 2025-07-29T05:50:27.694Z | Compiling password-hash v0.4.2 |
| 3197 | 2025-07-29T05:50:27.750Z | Compiling fxhash v0.2.1 |
| 3198 | 2025-07-29T05:50:27.935Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3199 | 2025-07-29T05:50:28.026Z | Compiling http-range v0.1.5 |
| 3200 | 2025-07-29T05:50:28.290Z | Compiling number_prefix v0.4.0 |
| 3201 | 2025-07-29T05:50:28.318Z | Compiling base64 v0.13.1 |
| 3202 | 2025-07-29T05:50:28.411Z | Compiling hickory-server v0.25.2 |
| 3203 | 2025-07-29T05:50:28.494Z | Compiling pbkdf2 v0.11.0 |
| 3204 | 2025-07-29T05:50:28.541Z | Compiling indicatif v0.17.11 |
| 3205 | 2025-07-29T05:50:28.571Z | Compiling sled v0.34.7 |
| 3206 | 2025-07-29T05:50:28.603Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3207 | 2025-07-29T05:50:28.903Z | Compiling ron v0.7.1 |
| 3208 | 2025-07-29T05:50:28.932Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3209 | 2025-07-29T05:50:30.156Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3210 | 2025-07-29T05:50:30.573Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3211 | 2025-07-29T05:50:30.831Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3212 | 2025-07-29T05:50:30.923Z | Compiling xz2 v0.1.7 |
| 3213 | 2025-07-29T05:50:32.464Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3214 | 2025-07-29T05:50:32.504Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3215 | 2025-07-29T05:50:33.039Z | Compiling zone v0.1.8 |
| 3216 | 2025-07-29T05:50:33.483Z | Compiling ssh-key v0.6.6 |
| 3217 | 2025-07-29T05:50:33.961Z | Compiling hickory-client v0.25.2 |
| 3218 | 2025-07-29T05:50:34.341Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3219 | 2025-07-29T05:50:34.654Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3220 | 2025-07-29T05:50:34.796Z | Compiling p256 v0.13.2 |
| 3221 | 2025-07-29T05:50:35.610Z | Compiling p521 v0.13.3 |
| 3222 | 2025-07-29T05:50:35.649Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3223 | 2025-07-29T05:50:37.107Z | Compiling yasna v0.5.2 |
| 3224 | 2025-07-29T05:50:37.418Z | Compiling headers-core v0.3.0 |
| 3225 | 2025-07-29T05:50:37.489Z | Compiling kstat-rs v0.2.4 |
| 3226 | 2025-07-29T05:50:37.575Z | Compiling secrecy v0.8.0 |
| 3227 | 2025-07-29T05:50:37.656Z | Compiling nanorand v0.7.0 |
| 3228 | 2025-07-29T05:50:37.869Z | Compiling russh-cryptovec v0.7.3 |
| 3229 | 2025-07-29T05:50:38.097Z | Compiling atty v0.2.14 |
| 3230 | 2025-07-29T05:50:38.127Z | Compiling crc8 v0.1.1 |
| 3231 | 2025-07-29T05:50:38.231Z | Compiling md5 v0.7.0 |
| 3232 | 2025-07-29T05:50:38.258Z | Compiling flume v0.11.1 |
| 3233 | 2025-07-29T05:50:38.318Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3234 | 2025-07-29T05:50:38.348Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3235 | 2025-07-29T05:50:38.569Z | Compiling russh-keys v0.45.0 |
| 3236 | 2025-07-29T05:50:38.599Z | Compiling rcgen v0.12.1 |
| 3237 | 2025-07-29T05:50:38.791Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3238 | 2025-07-29T05:50:40.611Z | Compiling headers v0.4.1 |
| 3239 | 2025-07-29T05:50:40.958Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3240 | 2025-07-29T05:50:42.103Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3241 | 2025-07-29T05:50:42.316Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3242 | 2025-07-29T05:50:42.348Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3243 | 2025-07-29T05:50:43.125Z | Compiling hyper-staticfile v0.10.1 |
| 3244 | 2025-07-29T05:50:44.127Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3245 | 2025-07-29T05:50:44.159Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3246 | 2025-07-29T05:50:44.693Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3247 | 2025-07-29T05:50:44.754Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3248 | 2025-07-29T05:50:45.449Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3249 | 2025-07-29T05:50:46.174Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3250 | 2025-07-29T05:50:46.570Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3251 | 2025-07-29T05:50:47.440Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3252 | 2025-07-29T05:50:47.468Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3253 | 2025-07-29T05:50:48.830Z | Compiling num-bigint v0.4.6 |
| 3254 | 2025-07-29T05:50:48.998Z | Compiling des v0.8.1 |
| 3255 | 2025-07-29T05:50:49.394Z | Compiling subprocess v0.2.9 |
| 3256 | 2025-07-29T05:50:49.938Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3257 | 2025-07-29T05:50:50.793Z | Compiling hex-literal v0.4.1 |
| 3258 | 2025-07-29T05:50:51.023Z | Compiling display-error-chain v0.2.2 |
| 3259 | 2025-07-29T05:50:51.050Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3260 | 2025-07-29T05:50:51.283Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3261 | 2025-07-29T05:50:53.021Z | Compiling russh v0.45.0 |
| 3262 | 2025-07-29T05:50:53.849Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3263 | 2025-07-29T05:50:54.231Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3264 | 2025-07-29T05:50:54.664Z | Compiling internet-checksum v0.2.1 |
| 3265 | 2025-07-29T05:50:58.599Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3266 | 2025-07-29T05:51:00.778Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3267 | 2025-07-29T05:51:39.746Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3268 | 2025-07-29T05:52:10.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 04s |
| 3269 | 2025-07-29T05:52:10.619Z | |
| 3270 | 2025-07-29T05:52:10.619Z | real 3:04.388657050 |
| 3271 | 2025-07-29T05:52:10.620Z | user 15:06.095823580 |
| 3272 | 2025-07-29T05:52:10.620Z | sys 2:30.954595755 |
| 3273 | 2025-07-29T05:52:10.620Z | trap 0.563226896 |
| 3274 | 2025-07-29T05:52:10.620Z | tflt 0.154957987 |
| 3275 | 2025-07-29T05:52:10.620Z | dflt 1.453950203 |
| 3276 | 2025-07-29T05:52:10.646Z | kflt 0.006972170 |
| 3277 | 2025-07-29T05:52:10.646Z | lock 41:35.288532620 |
| 3278 | 2025-07-29T05:52:10.646Z | slp 55:25.075555422 |
| 3279 | 2025-07-29T05:52:10.646Z | lat 56.640465959 |
| 3280 | 2025-07-29T05:52:10.646Z | stop 2:16.838535982 |
| 3281 | 2025-07-29T05:52:10.647Z | + mkdir tests |
| 3282 | 2025-07-29T05:52:10.647Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3283 | 2025-07-29T05:52:10.647Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3284 | 2025-07-29T05:52:10.673Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f879901258a5a583 tests/ |
| 3285 | 2025-07-29T05:52:10.700Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1dbc7e54991c945e tests/ |
| 3286 | 2025-07-29T05:52:10.727Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2d561ea8932b4fc0 tests/ |
| 3287 | 2025-07-29T05:52:10.753Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e3eb1ec431bb60b0 tests/ |
| 3288 | 2025-07-29T05:52:11.013Z | + 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/*) |
| 3289 | 2025-07-29T05:52:11.040Z | + 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-1dbc7e54991c945e tests/commtest-2d561ea8932b4fc0 tests/dhcp_server-f879901258a5a583 tests/end_to_end_tests-e3eb1ec431bb60b0 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 |
| 3290 | 2025-07-29T05:54:12.291Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3291 | 2025-07-29T05:54:12.291Z | a .github/buildomat/ci-env.sh 1K |
| 3292 | 2025-07-29T05:54:12.291Z | a out/target/test 1K |
| 3293 | 2025-07-29T05:54:12.291Z | a out/npuzone/npuzone 23144K |
| 3294 | 2025-07-29T05:54:12.291Z | a package-manifest.toml 34K |
| 3295 | 2025-07-29T05:54:12.291Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3296 | 2025-07-29T05:54:12.291Z | a target/release/omicron-package 40987K |
| 3297 | 2025-07-29T05:54:12.291Z | a target/release/xtask 11613K |
| 3298 | 2025-07-29T05:54:12.291Z | a target/debug/bootstrap 241954K |
| 3299 | 2025-07-29T05:54:12.291Z | a tests/bootstrap-1dbc7e54991c945e 23338K |
| 3300 | 2025-07-29T05:54:12.291Z | a tests/commtest-2d561ea8932b4fc0 29497K |
| 3301 | 2025-07-29T05:54:12.291Z | a tests/dhcp_server-f879901258a5a583 23338K |
| 3302 | 2025-07-29T05:54:12.291Z | a tests/end_to_end_tests-e3eb1ec431bb60b0 332052K |
| 3303 | 2025-07-29T05:54:12.291Z | a out/clickhouse.tar.gz 320739K |
| 3304 | 2025-07-29T05:54:12.291Z | a out/clickhouse_keeper.tar.gz 304569K |
| 3305 | 2025-07-29T05:54:12.291Z | a out/clickhouse_server.tar.gz 320739K |
| 3306 | 2025-07-29T05:54:12.291Z | a out/cockroachdb.tar.gz 162717K |
| 3307 | 2025-07-29T05:54:12.291Z | a out/crucible-dtrace.tar 98K |
| 3308 | 2025-07-29T05:54:12.291Z | a out/crucible-pantry-zone.tar.gz 39037K |
| 3309 | 2025-07-29T05:54:12.291Z | a out/crucible-zone.tar.gz 48920K |
| 3310 | 2025-07-29T05:54:12.291Z | a out/external-dns.tar.gz 52282K |
| 3311 | 2025-07-29T05:54:12.291Z | a out/internal-dns.tar.gz 52282K |
| 3312 | 2025-07-29T05:54:12.291Z | a out/mg-ddm-gz.tar 90846K |
| 3313 | 2025-07-29T05:54:12.291Z | a out/nexus.tar.gz 136045K |
| 3314 | 2025-07-29T05:54:12.291Z | a out/ntp.tar.gz 33128K |
| 3315 | 2025-07-29T05:54:12.291Z | a out/omicron-gateway-softnpu.tar.gz 32220K |
| 3316 | 2025-07-29T05:54:12.291Z | a out/omicron-sled-agent.tar 141703K |
| 3317 | 2025-07-29T05:54:12.292Z | a out/overlay.tar.gz 3K |
| 3318 | 2025-07-29T05:54:12.292Z | a out/oximeter.tar.gz 66000K |
| 3319 | 2025-07-29T05:54:12.292Z | a out/oxlog.tar 3957K |
| 3320 | 2025-07-29T05:54:12.292Z | a out/probe.tar.gz 3037K |
| 3321 | 2025-07-29T05:54:12.292Z | a out/propolis-server.tar.gz 68537K |
| 3322 | 2025-07-29T05:54:12.292Z | a out/pumpkind-gz.tar 26648K |
| 3323 | 2025-07-29T05:54:12.292Z | a out/switch-softnpu.tar.gz 344729K |
| 3324 | 2025-07-29T05:54:12.318Z | |
| 3325 | 2025-07-29T05:54:12.319Z | real 2:01.276684128 |
| 3326 | 2025-07-29T05:54:12.319Z | user 1:52.028815278 |
| 3327 | 2025-07-29T05:54:12.319Z | sys 11.639332210 |
| 3328 | 2025-07-29T05:54:12.319Z | trap 0.037927890 |
| 3329 | 2025-07-29T05:54:12.319Z | tflt 0.000000000 |
| 3330 | 2025-07-29T05:54:12.319Z | dflt 0.000000000 |
| 3331 | 2025-07-29T05:54:12.319Z | kflt 0.000000000 |
| 3332 | 2025-07-29T05:54:12.319Z | lock 0.000000000 |
| 3333 | 2025-07-29T05:54:12.319Z | slp 1:52.226862195 |
| 3334 | 2025-07-29T05:54:12.319Z | lat 6.615227477 |
| 3335 | 2025-07-29T05:54:12.319Z | stop 0.000241176 |
| 3336 | 2025-07-29T05:54:12.319Z | process exited: duration 2183269 ms, exit code 0 |
| |
| 3337 | 2025-07-29T05:54:12.438Z | found 1 output files |
| 3338 | 2025-07-29T05:54:12.529Z | uploading: /work/package.tar.gz (2256052344 bytes) |
| 3339 | 2025-07-29T05:57:47.516Z | uploaded: /work/package.tar.gz |