|
|
|
| 1 | 2025-08-01T20:42:07.366Z | job assigned to worker 01K1KNVW2SSP6HN1RYFZE652SM [factory aws, i-07664dc56394abff5] (queued for 1 m 6 s) |
| |
| 2 | 2025-08-01T20:42:15.738Z | starting task 0: "setup" |
| 3 | 2025-08-01T20:42:15.743Z | ++ uname -s |
| 4 | 2025-08-01T20:42:15.747Z | + kern=SunOS |
| 5 | 2025-08-01T20:42:15.747Z | + build_user=build |
| 6 | 2025-08-01T20:42:15.747Z | + build_uid=12345 |
| 7 | 2025-08-01T20:42:15.747Z | + work_dir=/work |
| 8 | 2025-08-01T20:42:15.747Z | + input_dir=/input |
| 9 | 2025-08-01T20:42:15.747Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-01T20:42:15.747Z | + case "$kern" in |
| 11 | 2025-08-01T20:42:15.747Z | + groupadd -g 12345 build |
| 12 | 2025-08-01T20:42:15.751Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-01T20:42:17.756Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-01T20:42:17.888Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-01T20:42:17.891Z | + home_fs=zfs |
| 16 | 2025-08-01T20:42:17.892Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-01T20:42:17.892Z | + mkdir -p /home/build |
| 18 | 2025-08-01T20:42:17.896Z | + chown build:build /home/build /work |
| 19 | 2025-08-01T20:42:19.895Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-01T20:42:19.898Z | process exited: duration 4161 ms, exit code 0 |
| |
| 21 | 2025-08-01T20:42:19.907Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-01T20:42:19.912Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-08-01T20:42:19.912Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-08-01T20:42:19.912Z | * rust toolchain channel = "1.88.0" |
| 25 | 2025-08-01T20:42:19.912Z | * rust toolchain profile = "default" |
| 26 | 2025-08-01T20:42:19.912Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-01T20:42:19.912Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-01T20:42:19.915Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-01T20:42:19.915Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-08-01T20:42:20.030Z | info: downloading installer |
| 31 | 2025-08-01T20:42:21.530Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-01T20:42:21.530Z | warn: /opt/ooce/bin |
| 33 | 2025-08-01T20:42:21.530Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-01T20:42:21.530Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-01T20:42:21.530Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-01T20:42:21.530Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-01T20:42:21.530Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-01T20:42:21.530Z | error: cannot install while Rust is installed |
| 39 | 2025-08-01T20:42:21.530Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-01T20:42:21.543Z | info: profile set to 'default' |
| 41 | 2025-08-01T20:42:21.543Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-01T20:42:21.546Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-08-01T20:42:21.706Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-08-01T20:42:21.706Z | info: downloading component 'cargo' |
| 45 | 2025-08-01T20:42:22.478Z | info: downloading component 'clippy' |
| 46 | 2025-08-01T20:42:22.799Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-01T20:42:23.990Z | info: downloading component 'rust-std' |
| 48 | 2025-08-01T20:42:25.478Z | info: downloading component 'rustc' |
| 49 | 2025-08-01T20:42:31.556Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-01T20:42:31.836Z | info: installing component 'cargo' |
| 51 | 2025-08-01T20:42:32.701Z | info: installing component 'clippy' |
| 52 | 2025-08-01T20:42:33.099Z | info: installing component 'rust-docs' |
| 53 | 2025-08-01T20:42:34.933Z | info: installing component 'rust-std' |
| 54 | 2025-08-01T20:42:36.671Z | info: installing component 'rustc' |
| 55 | 2025-08-01T20:42:43.111Z | info: installing component 'rustfmt' |
| 56 | 2025-08-01T20:42:43.440Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-08-01T20:42:43.440Z | |
| 58 | 2025-08-01T20:42:43.856Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-08-01T20:42:43.856Z | |
| 60 | 2025-08-01T20:42:43.860Z | |
| 61 | 2025-08-01T20:42:43.860Z | Rust is installed now. Great! |
| 62 | 2025-08-01T20:42:43.860Z | |
| 63 | 2025-08-01T20:42:43.860Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-01T20:42:43.860Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-01T20:42:43.860Z | |
| 66 | 2025-08-01T20:42:43.860Z | To configure your current shell, you need to source |
| 67 | 2025-08-01T20:42:43.860Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-01T20:42:43.860Z | |
| 69 | 2025-08-01T20:42:43.860Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-01T20:42:43.860Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-01T20:42:43.860Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-01T20:42:43.860Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-01T20:42:43.944Z | + rustup --version |
| 74 | 2025-08-01T20:42:43.955Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-01T20:42:43.958Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-01T20:42:44.032Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-08-01T20:42:44.036Z | + cargo --version |
| 78 | 2025-08-01T20:42:44.095Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-08-01T20:42:44.098Z | + rustc --version |
| 80 | 2025-08-01T20:42:44.164Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-08-01T20:42:44.167Z | process exited: duration 24259 ms, exit code 0 |
| |
| 82 | 2025-08-01T20:42:44.174Z | starting task 2: "authentication" |
| 83 | 2025-08-01T20:42:44.197Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-08-01T20:42:44.206Z | starting task 3: "clone repository" |
| 85 | 2025-08-01T20:42:44.209Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-01T20:42:44.213Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-01T20:42:44.252Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-01T20:42:51.726Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-01T20:42:51.726Z | + git fetch origin 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 |
| 90 | 2025-08-01T20:42:52.061Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-01T20:42:52.061Z | * branch 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 -> FETCH_HEAD |
| 92 | 2025-08-01T20:42:52.071Z | + [[ -n eliza/bundle-snarf-ereports ]] |
| 93 | 2025-08-01T20:42:52.074Z | ++ git branch --show-current |
| 94 | 2025-08-01T20:42:52.077Z | + current=main |
| 95 | 2025-08-01T20:42:52.078Z | + [[ main != eliza/bundle-snarf-ereports ]] |
| 96 | 2025-08-01T20:42:52.078Z | + git branch -f eliza/bundle-snarf-ereports 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 |
| 97 | 2025-08-01T20:42:52.082Z | + git checkout -f eliza/bundle-snarf-ereports |
| 98 | 2025-08-01T20:42:52.221Z | Switched to branch 'eliza/bundle-snarf-ereports' |
| 99 | 2025-08-01T20:42:52.224Z | + git reset --hard 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 |
| 100 | 2025-08-01T20:42:52.359Z | HEAD is now at 23f1d3cfc sanitize serial number strings in ereport paths |
| 101 | 2025-08-01T20:42:52.362Z | process exited: duration 8155 ms, exit code 0 |
| |
| 102 | 2025-08-01T20:42:52.370Z | starting task 4: "build" |
| 103 | 2025-08-01T20:42:52.376Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-01T20:42:52.380Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-01T20:42:52.380Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-01T20:42:52.380Z | + cargo --version |
| 107 | 2025-08-01T20:42:52.429Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 108 | 2025-08-01T20:42:52.432Z | + rustc --version |
| 109 | 2025-08-01T20:42:52.497Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 110 | 2025-08-01T20:42:52.500Z | + WORK=/work |
| 111 | 2025-08-01T20:42:52.500Z | + pfexec mkdir -p /work |
| 112 | 2025-08-01T20:42:52.507Z | + pfexec chown build /work |
| 113 | 2025-08-01T20:42:52.510Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-08-01T20:43:02.994Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-08-01T20:43:10.349Z | Startup: Caching catalogs ... Done |
| 116 | 2025-08-01T20:43:15.870Z | Planning: Solver setup ... Done (4.246s) |
| 117 | 2025-08-01T20:43:15.909Z | Planning: Running solver ... Done (0.039s) |
| 118 | 2025-08-01T20:43:16.002Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-08-01T20:43:16.023Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-08-01T20:43:16.682Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-08-01T20:43:16.732Z | Planning: Package planning ... Done (0.048s) |
| 122 | 2025-08-01T20:43:16.781Z | Planning: Merging actions ... Done (0.050s) |
| 123 | 2025-08-01T20:43:17.078Z | Planning: Checking for conflicting actions ... Done (0.296s) |
| 124 | 2025-08-01T20:43:17.089Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-08-01T20:43:18.144Z | Planning: Evaluating mediators ... Done (1.055s) |
| 126 | 2025-08-01T20:43:18.152Z | Planning: Planning completed in 7.68 seconds |
| 127 | 2025-08-01T20:43:18.169Z | Packages to install: 4 |
| 128 | 2025-08-01T20:43:18.169Z | Mediators to change: 2 |
| 129 | 2025-08-01T20:43:18.174Z | Services to change: 1 |
| 130 | 2025-08-01T20:43:18.174Z | Estimated space available: 155.51 GB |
| 131 | 2025-08-01T20:43:18.174Z | Estimated space to be consumed: 1.71 GB |
| 132 | 2025-08-01T20:43:18.174Z | Create boot environment: No |
| 133 | 2025-08-01T20:43:18.174Z | Create backup boot environment: No |
| 134 | 2025-08-01T20:43:18.174Z | Rebuild boot archive: No |
| 135 | 2025-08-01T20:43:18.174Z | |
| 136 | 2025-08-01T20:43:18.174Z | Changed mediators: |
| 137 | 2025-08-01T20:43:18.174Z | mediator clang: |
| 138 | 2025-08-01T20:43:18.174Z | version: None -> 15 (system default) |
| 139 | 2025-08-01T20:43:18.174Z | |
| 140 | 2025-08-01T20:43:18.174Z | mediator llvm: |
| 141 | 2025-08-01T20:43:18.174Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-08-01T20:43:18.174Z | |
| 143 | 2025-08-01T20:43:18.174Z | Changed packages: |
| 144 | 2025-08-01T20:43:18.174Z | helios-dev |
| 145 | 2025-08-01T20:43:18.174Z | developer/build-essential |
| 146 | 2025-08-01T20:43:18.174Z | None -> 11-2.0 |
| 147 | 2025-08-01T20:43:18.174Z | library/libxmlsec1 |
| 148 | 2025-08-01T20:43:18.174Z | None -> 1.2.35-2.0 |
| 149 | 2025-08-01T20:43:18.174Z | ooce/developer/clang-15 |
| 150 | 2025-08-01T20:43:18.174Z | None -> 15.0.7-2.0 |
| 151 | 2025-08-01T20:43:18.174Z | ooce/developer/llvm-15 |
| 152 | 2025-08-01T20:43:18.174Z | None -> 15.0.7-2.0 |
| 153 | 2025-08-01T20:43:18.174Z | |
| 154 | 2025-08-01T20:43:18.174Z | Services: |
| 155 | 2025-08-01T20:43:18.174Z | restart_fmri: |
| 156 | 2025-08-01T20:43:18.174Z | svc:/system/update-man-index:default |
| 157 | 2025-08-01T20:43:18.225Z | |
| 158 | 2025-08-01T20:43:18.225Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-08-01T20:43:23.226Z | Download: 1288/3290 items 111.1/212.6MB 52% complete (22.9M/s) |
| 160 | 2025-08-01T20:43:28.522Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (20.5M/s) |
| 161 | 2025-08-01T20:43:29.332Z | Download: Completed 212.60 MB in 11.10 seconds (19.1M/s) |
| 162 | 2025-08-01T20:43:29.642Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2025-08-01T20:43:34.194Z | Actions: Completed 3689 actions in 4.55 seconds. |
| 164 | 2025-08-01T20:43:34.777Z | Done (0.577s) |
| 165 | 2025-08-01T20:43:34.777Z | Done (0.000s) |
| 166 | 2025-08-01T20:43:35.649Z | Done (0.872s) |
| 167 | 2025-08-01T20:43:40.160Z | Done (4.202s) |
| 168 | 2025-08-01T20:43:40.247Z | Done (0.019s) |
| 169 | 2025-08-01T20:43:40.252Z | Done (0.000s) |
| 170 | 2025-08-01T20:43:40.403Z | Done (0.000s) |
| 171 | 2025-08-01T20:43:41.242Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2025-08-01T20:43:41.408Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2025-08-01T20:43:41.414Z | Planning: Consolidating action changes ... Done |
| 174 | 2025-08-01T20:43:41.687Z | Planning: Evaluating mediators ... Done |
| 175 | 2025-08-01T20:43:41.693Z | Planning: Planning completed in 0.45 seconds |
| 176 | 2025-08-01T20:43:41.722Z | Mediators to change: 2 |
| 177 | 2025-08-01T20:43:41.722Z | Create boot environment: No |
| 178 | 2025-08-01T20:43:41.727Z | Create backup boot environment: No |
| 179 | 2025-08-01T20:43:41.793Z | Done |
| 180 | 2025-08-01T20:43:41.793Z | Done |
| 181 | 2025-08-01T20:43:42.395Z | Done |
| 182 | 2025-08-01T20:43:45.987Z | Done |
| 183 | 2025-08-01T20:43:46.079Z | Done |
| 184 | 2025-08-01T20:43:46.083Z | Done |
| 185 | 2025-08-01T20:43:46.216Z | Done |
| 186 | 2025-08-01T20:43:46.835Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2025-08-01T20:43:46.839Z | Planning: Merging actions ... Done |
| 188 | 2025-08-01T20:43:47.029Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2025-08-01T20:43:47.038Z | Planning: Consolidating action changes ... Done |
| 190 | 2025-08-01T20:43:47.306Z | Planning: Evaluating mediators ... Done |
| 191 | 2025-08-01T20:43:47.365Z | Planning: Planning completed in 0.78 seconds |
| 192 | 2025-08-01T20:43:47.399Z | Packages to change: 1 |
| 193 | 2025-08-01T20:43:47.406Z | Mediators to change: 1 |
| 194 | 2025-08-01T20:43:47.406Z | Services to change: 1 |
| 195 | 2025-08-01T20:43:47.406Z | Create boot environment: No |
| 196 | 2025-08-01T20:43:47.406Z | Create backup boot environment: Yes |
| 197 | 2025-08-01T20:43:49.973Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2025-08-01T20:43:50.020Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2025-08-01T20:43:50.021Z | Done |
| 200 | 2025-08-01T20:43:50.021Z | Done |
| 201 | 2025-08-01T20:43:50.196Z | Done |
| 202 | 2025-08-01T20:43:53.655Z | Done |
| 203 | 2025-08-01T20:43:53.737Z | Done |
| 204 | 2025-08-01T20:43:53.741Z | Done |
| 205 | 2025-08-01T20:43:53.885Z | Done |
| 206 | 2025-08-01T20:43:54.324Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2025-08-01T20:43:54.324Z | clang system 15 system |
| 208 | 2025-08-01T20:43:54.324Z | csh system system illumos |
| 209 | 2025-08-01T20:43:54.325Z | ctags system system illumos |
| 210 | 2025-08-01T20:43:54.325Z | file system system illumos |
| 211 | 2025-08-01T20:43:54.325Z | gcc vendor 12 vendor |
| 212 | 2025-08-01T20:43:54.325Z | gcc system 10 system |
| 213 | 2025-08-01T20:43:54.325Z | gcc system 7 system |
| 214 | 2025-08-01T20:43:54.325Z | go system 1.20 system |
| 215 | 2025-08-01T20:43:54.325Z | go system 1.19 system |
| 216 | 2025-08-01T20:43:54.325Z | llvm system 15 system |
| 217 | 2025-08-01T20:43:54.325Z | llvm system 14 system |
| 218 | 2025-08-01T20:43:54.325Z | mariadb system 10.6 system |
| 219 | 2025-08-01T20:43:54.325Z | mta vendor vendor dma |
| 220 | 2025-08-01T20:43:54.325Z | openjdk system 17 system |
| 221 | 2025-08-01T20:43:54.325Z | openjdk system 11 system |
| 222 | 2025-08-01T20:43:54.325Z | openjdk system 1.8 system |
| 223 | 2025-08-01T20:43:54.325Z | openssl vendor 3 vendor |
| 224 | 2025-08-01T20:43:54.325Z | perl system 5.36 system |
| 225 | 2025-08-01T20:43:54.325Z | postgresql system 15 system |
| 226 | 2025-08-01T20:43:54.326Z | postgresql system 13 system |
| 227 | 2025-08-01T20:43:54.326Z | python vendor 3 vendor |
| 228 | 2025-08-01T20:43:54.326Z | python system 2 system |
| 229 | 2025-08-01T20:43:54.326Z | python3 system 3.11 system |
| 230 | 2025-08-01T20:43:54.326Z | ruby system 3.0 system |
| 231 | 2025-08-01T20:43:54.326Z | words vendor vendor american-english |
| 232 | 2025-08-01T20:43:54.326Z | words system system australian-english |
| 233 | 2025-08-01T20:43:54.326Z | words system system british-english |
| 234 | 2025-08-01T20:43:54.326Z | words system system canadian-english |
| 235 | 2025-08-01T20:43:54.326Z | words system system french |
| 236 | 2025-08-01T20:43:54.326Z | words system system italian |
| 237 | 2025-08-01T20:43:54.326Z | words system system ngerman |
| 238 | 2025-08-01T20:43:54.326Z | words system system ogerman |
| 239 | 2025-08-01T20:43:54.326Z | words system system spanish |
| 240 | 2025-08-01T20:43:54.658Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2025-08-01T20:43:54.658Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2025-08-01T20:43:59.396Z | FMRI IFO |
| 243 | 2025-08-01T20:43:59.396Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2025-08-01T20:43:59.396Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2025-08-01T20:43:59.396Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2025-08-01T20:43:59.396Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2025-08-01T20:43:59.397Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2025-08-01T20:44:00.394Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2025-08-01T20:44:00.678Z | Updating crates.io index |
| 261 | 2025-08-01T20:44:00.739Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2025-08-01T20:44:01.051Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2025-08-01T20:44:01.661Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2025-08-01T20:44:01.887Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2025-08-01T20:44:02.133Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2025-08-01T20:44:02.444Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2025-08-01T20:44:03.531Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2025-08-01T20:44:05.530Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2025-08-01T20:44:06.465Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2025-08-01T20:44:07.103Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2025-08-01T20:44:07.342Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 272 | 2025-08-01T20:44:07.661Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 273 | 2025-08-01T20:44:08.295Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2025-08-01T20:44:08.560Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2025-08-01T20:44:08.934Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2025-08-01T20:44:09.451Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 277 | 2025-08-01T20:44:09.769Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2025-08-01T20:44:10.024Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 279 | 2025-08-01T20:44:10.256Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 280 | 2025-08-01T20:44:10.466Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 281 | 2025-08-01T20:44:10.746Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 282 | 2025-08-01T20:44:11.109Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2025-08-01T20:44:11.390Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2025-08-01T20:44:11.837Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 285 | 2025-08-01T20:44:12.321Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 286 | 2025-08-01T20:44:12.718Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 287 | 2025-08-01T20:44:13.024Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2025-08-01T20:44:13.362Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 289 | 2025-08-01T20:44:13.801Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2025-08-01T20:44:14.038Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2025-08-01T20:44:14.298Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2025-08-01T20:44:14.580Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 293 | 2025-08-01T20:44:23.080Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 294 | 2025-08-01T20:44:24.436Z | Downloading crates ... |
| 295 | 2025-08-01T20:44:24.531Z | Downloaded cpufeatures v0.2.14 |
| 296 | 2025-08-01T20:44:24.535Z | Downloaded cfg-if v1.0.1 |
| 297 | 2025-08-01T20:44:24.538Z | Downloaded anstyle-parse v0.2.5 |
| 298 | 2025-08-01T20:44:24.547Z | Downloaded clap_lex v0.7.4 |
| 299 | 2025-08-01T20:44:24.551Z | Downloaded block-buffer v0.10.4 |
| 300 | 2025-08-01T20:44:24.551Z | Downloaded thiserror-impl v2.0.12 |
| 301 | 2025-08-01T20:44:24.555Z | Downloaded form_urlencoded v1.2.1 |
| 302 | 2025-08-01T20:44:24.555Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2025-08-01T20:44:24.558Z | Downloaded colorchoice v1.0.2 |
| 304 | 2025-08-01T20:44:24.558Z | Downloaded cargo-platform v0.2.0 |
| 305 | 2025-08-01T20:44:24.558Z | Downloaded thiserror v2.0.12 |
| 306 | 2025-08-01T20:44:24.564Z | Downloaded usdt v0.5.0 |
| 307 | 2025-08-01T20:44:24.567Z | Downloaded anstream v0.6.18 |
| 308 | 2025-08-01T20:44:24.570Z | Downloaded unicode-ident v1.0.18 |
| 309 | 2025-08-01T20:44:24.574Z | Downloaded hashbrown v0.15.4 |
| 310 | 2025-08-01T20:44:24.577Z | Downloaded tabled_derive v0.7.0 |
| 311 | 2025-08-01T20:44:24.580Z | Downloaded clap_derive v4.5.41 |
| 312 | 2025-08-01T20:44:24.584Z | Downloaded yoke-derive v0.7.4 |
| 313 | 2025-08-01T20:44:24.584Z | Downloaded zerofrom v0.1.4 |
| 314 | 2025-08-01T20:44:24.584Z | Downloaded usdt-attr-macro v0.5.0 |
| 315 | 2025-08-01T20:44:24.588Z | Downloaded generic-array v0.14.7 |
| 316 | 2025-08-01T20:44:24.588Z | Downloaded unicode-xid v0.2.6 |
| 317 | 2025-08-01T20:44:24.588Z | Downloaded write16 v1.0.0 |
| 318 | 2025-08-01T20:44:24.592Z | Downloaded cargo_toml v0.21.0 |
| 319 | 2025-08-01T20:44:24.592Z | Downloaded thiserror-impl v1.0.69 |
| 320 | 2025-08-01T20:44:24.595Z | Downloaded terminal_size v0.4.0 |
| 321 | 2025-08-01T20:44:24.595Z | Downloaded utf8parse v0.2.2 |
| 322 | 2025-08-01T20:44:24.599Z | Downloaded unicode-linebreak v0.1.5 |
| 323 | 2025-08-01T20:44:24.599Z | Downloaded zerocopy-derive v0.7.35 |
| 324 | 2025-08-01T20:44:24.602Z | Downloaded zerovec-derive v0.10.3 |
| 325 | 2025-08-01T20:44:24.607Z | Downloaded pretty-hex v0.4.1 |
| 326 | 2025-08-01T20:44:24.607Z | Downloaded zerofrom-derive v0.1.4 |
| 327 | 2025-08-01T20:44:24.610Z | Downloaded version_check v0.9.5 |
| 328 | 2025-08-01T20:44:24.610Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2025-08-01T20:44:24.610Z | Downloaded yoke v0.7.4 |
| 330 | 2025-08-01T20:44:24.614Z | Downloaded thiserror v1.0.69 |
| 331 | 2025-08-01T20:44:24.617Z | Downloaded writeable v0.5.5 |
| 332 | 2025-08-01T20:44:24.620Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2025-08-01T20:44:24.623Z | Downloaded typenum v1.17.0 |
| 334 | 2025-08-01T20:44:24.623Z | Downloaded swrite v0.1.0 |
| 335 | 2025-08-01T20:44:24.627Z | Downloaded toml v0.8.23 |
| 336 | 2025-08-01T20:44:24.630Z | Downloaded scroll_derive v0.12.0 |
| 337 | 2025-08-01T20:44:24.630Z | Downloaded textwrap v0.16.2 |
| 338 | 2025-08-01T20:44:24.634Z | Downloaded digest v0.10.7 |
| 339 | 2025-08-01T20:44:24.634Z | Downloaded url v2.5.4 |
| 340 | 2025-08-01T20:44:24.637Z | Downloaded scroll v0.12.0 |
| 341 | 2025-08-01T20:44:24.640Z | Downloaded ordered-float v2.10.1 |
| 342 | 2025-08-01T20:44:24.640Z | Downloaded serde_tokenstream v0.2.2 |
| 343 | 2025-08-01T20:44:24.645Z | Downloaded fs-err v3.1.1 |
| 344 | 2025-08-01T20:44:24.645Z | Downloaded autocfg v1.4.0 |
| 345 | 2025-08-01T20:44:24.649Z | Downloaded icu_provider_macros v1.5.0 |
| 346 | 2025-08-01T20:44:24.649Z | Downloaded serde_spanned v0.6.9 |
| 347 | 2025-08-01T20:44:24.649Z | Downloaded synstructure v0.13.1 |
| 348 | 2025-08-01T20:44:24.649Z | Downloaded serde-value v0.7.0 |
| 349 | 2025-08-01T20:44:24.653Z | Downloaded zerovec v0.10.4 |
| 350 | 2025-08-01T20:44:24.656Z | Downloaded pest_generator v2.7.14 |
| 351 | 2025-08-01T20:44:24.656Z | Downloaded memmap v0.7.0 |
| 352 | 2025-08-01T20:44:24.659Z | Downloaded zerocopy v0.7.35 |
| 353 | 2025-08-01T20:44:24.673Z | Downloaded winnow v0.7.10 |
| 354 | 2025-08-01T20:44:24.681Z | Downloaded strsim v0.11.1 |
| 355 | 2025-08-01T20:44:24.684Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2025-08-01T20:44:24.687Z | Downloaded bytecount v0.6.8 |
| 357 | 2025-08-01T20:44:24.687Z | Downloaded stable_deref_trait v1.2.0 |
| 358 | 2025-08-01T20:44:24.690Z | Downloaded unicode-width v0.2.0 |
| 359 | 2025-08-01T20:44:24.694Z | Downloaded pest_derive v2.7.14 |
| 360 | 2025-08-01T20:44:24.700Z | Downloaded getrandom v0.3.1 |
| 361 | 2025-08-01T20:44:24.705Z | Downloaded smallvec v1.15.1 |
| 362 | 2025-08-01T20:44:24.705Z | Downloaded icu_locid_transform_data v1.5.0 |
| 363 | 2025-08-01T20:44:24.705Z | Downloaded cargo-util-schemas v0.8.2 |
| 364 | 2025-08-01T20:44:24.705Z | Downloaded unicode-width v0.1.14 |
| 365 | 2025-08-01T20:44:24.708Z | Downloaded sha2 v0.10.9 |
| 366 | 2025-08-01T20:44:24.711Z | Downloaded quote v1.0.40 |
| 367 | 2025-08-01T20:44:24.714Z | Downloaded once_cell v1.21.3 |
| 368 | 2025-08-01T20:44:24.718Z | Downloaded semver v1.0.26 |
| 369 | 2025-08-01T20:44:24.718Z | Downloaded litemap v0.7.3 |
| 370 | 2025-08-01T20:44:24.722Z | Downloaded smawk v0.3.2 |
| 371 | 2025-08-01T20:44:24.722Z | Downloaded ryu v1.0.18 |
| 372 | 2025-08-01T20:44:24.725Z | Downloaded clap v4.5.41 |
| 373 | 2025-08-01T20:44:24.731Z | Downloaded num-traits v0.2.19 |
| 374 | 2025-08-01T20:44:24.734Z | Downloaded icu_normalizer_data v1.5.0 |
| 375 | 2025-08-01T20:44:24.739Z | Downloaded tempfile v3.20.0 |
| 376 | 2025-08-01T20:44:24.739Z | Downloaded icu_normalizer v1.5.0 |
| 377 | 2025-08-01T20:44:24.747Z | Downloaded icu_locid_transform v1.5.0 |
| 378 | 2025-08-01T20:44:24.747Z | Downloaded serde_derive v1.0.219 |
| 379 | 2025-08-01T20:44:24.747Z | Downloaded pest_meta v2.7.14 |
| 380 | 2025-08-01T20:44:24.750Z | Downloaded icu_provider v1.5.0 |
| 381 | 2025-08-01T20:44:24.750Z | Downloaded proc-macro2 v1.0.95 |
| 382 | 2025-08-01T20:44:24.757Z | Downloaded log v0.4.27 |
| 383 | 2025-08-01T20:44:24.757Z | Downloaded camino v1.1.10 |
| 384 | 2025-08-01T20:44:24.757Z | Downloaded serde-untagged v0.1.7 |
| 385 | 2025-08-01T20:44:24.760Z | Downloaded serde v1.0.219 |
| 386 | 2025-08-01T20:44:24.763Z | Downloaded icu_collections v1.5.0 |
| 387 | 2025-08-01T20:44:24.766Z | Downloaded icu_properties v1.5.1 |
| 388 | 2025-08-01T20:44:24.770Z | Downloaded papergrid v0.11.0 |
| 389 | 2025-08-01T20:44:24.773Z | Downloaded proc-macro-error-attr v1.0.4 |
| 390 | 2025-08-01T20:44:24.776Z | Downloaded memchr v2.7.4 |
| 391 | 2025-08-01T20:44:24.780Z | Downloaded indexmap v2.10.0 |
| 392 | 2025-08-01T20:44:24.786Z | Downloaded percent-encoding v2.3.1 |
| 393 | 2025-08-01T20:44:24.786Z | Downloaded macaddr v1.0.1 |
| 394 | 2025-08-01T20:44:24.789Z | Downloaded itoa v1.0.11 |
| 395 | 2025-08-01T20:44:24.789Z | Downloaded is_terminal_polyfill v1.70.1 |
| 396 | 2025-08-01T20:44:24.789Z | Downloaded idna_adapter v1.2.0 |
| 397 | 2025-08-01T20:44:24.789Z | Downloaded heck v0.5.0 |
| 398 | 2025-08-01T20:44:24.789Z | Downloaded plain v0.2.3 |
| 399 | 2025-08-01T20:44:24.789Z | Downloaded fastrand v2.1.1 |
| 400 | 2025-08-01T20:44:24.793Z | Downloaded byteorder v1.5.0 |
| 401 | 2025-08-01T20:44:24.793Z | Downloaded toml_edit v0.22.27 |
| 402 | 2025-08-01T20:44:24.796Z | Downloaded utf8_iter v1.0.4 |
| 403 | 2025-08-01T20:44:24.800Z | Downloaded utf16_iter v1.0.5 |
| 404 | 2025-08-01T20:44:24.800Z | Downloaded toml_write v0.1.2 |
| 405 | 2025-08-01T20:44:24.800Z | Downloaded thread-id v4.2.2 |
| 406 | 2025-08-01T20:44:24.802Z | Downloaded typeid v1.0.3 |
| 407 | 2025-08-01T20:44:24.802Z | Downloaded tinystr v0.7.6 |
| 408 | 2025-08-01T20:44:24.806Z | Downloaded idna v1.0.3 |
| 409 | 2025-08-01T20:44:24.809Z | Downloaded pest v2.7.14 |
| 410 | 2025-08-01T20:44:24.812Z | Downloaded serde_json v1.0.141 |
| 411 | 2025-08-01T20:44:24.817Z | Downloaded errno v0.3.12 |
| 412 | 2025-08-01T20:44:24.819Z | Downloaded goblin v0.8.2 |
| 413 | 2025-08-01T20:44:24.823Z | Downloaded icu_locid v1.5.0 |
| 414 | 2025-08-01T20:44:24.829Z | Downloaded equivalent v1.0.2 |
| 415 | 2025-08-01T20:44:24.832Z | Downloaded usdt-macro v0.5.0 |
| 416 | 2025-08-01T20:44:24.832Z | Downloaded heck v0.4.1 |
| 417 | 2025-08-01T20:44:24.832Z | Downloaded crypto-common v0.1.6 |
| 418 | 2025-08-01T20:44:24.832Z | Downloaded bitflags v2.9.1 |
| 419 | 2025-08-01T20:44:24.836Z | Downloaded tabled v0.15.0 |
| 420 | 2025-08-01T20:44:24.849Z | Downloaded cargo_metadata v0.21.0 |
| 421 | 2025-08-01T20:44:24.852Z | Downloaded syn v1.0.109 |
| 422 | 2025-08-01T20:44:24.859Z | Downloaded icu_properties_data v1.5.0 |
| 423 | 2025-08-01T20:44:24.868Z | Downloaded anstyle v1.0.11 |
| 424 | 2025-08-01T20:44:24.870Z | Downloaded syn v2.0.104 |
| 425 | 2025-08-01T20:44:24.878Z | Downloaded displaydoc v0.2.5 |
| 426 | 2025-08-01T20:44:24.881Z | Downloaded camino-tempfile v1.4.1 |
| 427 | 2025-08-01T20:44:24.884Z | Downloaded toml_datetime v0.6.11 |
| 428 | 2025-08-01T20:44:24.884Z | Downloaded rustix v1.0.7 |
| 429 | 2025-08-01T20:44:24.904Z | Downloaded rustix v0.38.37 |
| 430 | 2025-08-01T20:44:24.922Z | Downloaded fnv v1.0.7 |
| 431 | 2025-08-01T20:44:24.925Z | Downloaded dof v0.3.0 |
| 432 | 2025-08-01T20:44:24.925Z | Downloaded erased-serde v0.4.6 |
| 433 | 2025-08-01T20:44:24.928Z | Downloaded clap_builder v4.5.41 |
| 434 | 2025-08-01T20:44:24.932Z | Downloaded anyhow v1.0.98 |
| 435 | 2025-08-01T20:44:24.935Z | Downloaded anstyle-query v1.1.1 |
| 436 | 2025-08-01T20:44:24.944Z | Downloaded libc v0.2.174 |
| 437 | 2025-08-01T20:44:25.023Z | Compiling proc-macro2 v1.0.95 |
| 438 | 2025-08-01T20:44:25.023Z | Compiling unicode-ident v1.0.18 |
| 439 | 2025-08-01T20:44:25.023Z | Compiling serde v1.0.219 |
| 440 | 2025-08-01T20:44:25.027Z | Compiling version_check v0.9.5 |
| 441 | 2025-08-01T20:44:25.027Z | Compiling libc v0.2.174 |
| 442 | 2025-08-01T20:44:25.027Z | Compiling memchr v2.7.4 |
| 443 | 2025-08-01T20:44:25.027Z | Compiling thiserror v1.0.69 |
| 444 | 2025-08-01T20:44:25.027Z | Compiling stable_deref_trait v1.2.0 |
| 445 | 2025-08-01T20:44:25.449Z | Compiling itoa v1.0.11 |
| 446 | 2025-08-01T20:44:25.474Z | Compiling litemap v0.7.3 |
| 447 | 2025-08-01T20:44:25.694Z | Compiling ryu v1.0.18 |
| 448 | 2025-08-01T20:44:25.837Z | Compiling writeable v0.5.5 |
| 449 | 2025-08-01T20:44:25.965Z | Compiling autocfg v1.4.0 |
| 450 | 2025-08-01T20:44:26.015Z | Compiling ucd-trie v0.1.7 |
| 451 | 2025-08-01T20:44:26.040Z | Compiling once_cell v1.21.3 |
| 452 | 2025-08-01T20:44:26.335Z | Compiling byteorder v1.5.0 |
| 453 | 2025-08-01T20:44:26.406Z | Compiling bitflags v2.9.1 |
| 454 | 2025-08-01T20:44:26.505Z | Compiling icu_locid_transform_data v1.5.0 |
| 455 | 2025-08-01T20:44:26.639Z | Compiling icu_properties_data v1.5.0 |
| 456 | 2025-08-01T20:44:26.802Z | Compiling serde_json v1.0.141 |
| 457 | 2025-08-01T20:44:26.831Z | Compiling num-traits v0.2.19 |
| 458 | 2025-08-01T20:44:26.853Z | Compiling smallvec v1.15.1 |
| 459 | 2025-08-01T20:44:26.857Z | Compiling typeid v1.0.3 |
| 460 | 2025-08-01T20:44:27.141Z | Compiling quote v1.0.40 |
| 461 | 2025-08-01T20:44:27.201Z | Compiling errno v0.3.12 |
| 462 | 2025-08-01T20:44:27.250Z | Compiling hashbrown v0.15.4 |
| 463 | 2025-08-01T20:44:27.274Z | Compiling write16 v1.0.0 |
| 464 | 2025-08-01T20:44:27.337Z | Compiling rustix v0.38.37 |
| 465 | 2025-08-01T20:44:27.365Z | Compiling icu_normalizer_data v1.5.0 |
| 466 | 2025-08-01T20:44:27.422Z | Compiling utf16_iter v1.0.5 |
| 467 | 2025-08-01T20:44:27.449Z | Compiling equivalent v1.0.2 |
| 468 | 2025-08-01T20:44:27.452Z | Compiling utf8_iter v1.0.4 |
| 469 | 2025-08-01T20:44:27.505Z | Compiling syn v2.0.104 |
| 470 | 2025-08-01T20:44:27.739Z | Compiling proc-macro-error-attr v1.0.4 |
| 471 | 2025-08-01T20:44:27.782Z | Compiling usdt-impl v0.5.0 |
| 472 | 2025-08-01T20:44:27.806Z | Compiling toml_write v0.1.2 |
| 473 | 2025-08-01T20:44:27.984Z | Compiling syn v1.0.109 |
| 474 | 2025-08-01T20:44:28.060Z | Compiling winnow v0.7.10 |
| 475 | 2025-08-01T20:44:28.177Z | Compiling thread-id v4.2.2 |
| 476 | 2025-08-01T20:44:28.244Z | Compiling indexmap v2.10.0 |
| 477 | 2025-08-01T20:44:28.373Z | Compiling proc-macro-error v1.0.4 |
| 478 | 2025-08-01T20:44:28.513Z | Compiling semver v1.0.26 |
| 479 | 2025-08-01T20:44:28.638Z | Compiling log v0.4.27 |
| 480 | 2025-08-01T20:44:28.687Z | Compiling percent-encoding v2.3.1 |
| 481 | 2025-08-01T20:44:29.039Z | Compiling camino v1.1.10 |
| 482 | 2025-08-01T20:44:29.064Z | Compiling utf8parse v0.2.2 |
| 483 | 2025-08-01T20:44:29.094Z | Compiling plain v0.2.3 |
| 484 | 2025-08-01T20:44:29.254Z | Compiling thiserror v2.0.12 |
| 485 | 2025-08-01T20:44:29.284Z | Compiling rustix v1.0.7 |
| 486 | 2025-08-01T20:44:29.579Z | Compiling getrandom v0.3.1 |
| 487 | 2025-08-01T20:44:29.618Z | Compiling anstyle-parse v0.2.5 |
| 488 | 2025-08-01T20:44:29.751Z | Compiling terminal_size v0.4.0 |
| 489 | 2025-08-01T20:44:29.969Z | Compiling ordered-float v2.10.1 |
| 490 | 2025-08-01T20:44:30.092Z | Compiling form_urlencoded v1.2.1 |
| 491 | 2025-08-01T20:44:30.334Z | Compiling pretty-hex v0.4.1 |
| 492 | 2025-08-01T20:44:30.395Z | Compiling anstyle-query v1.1.1 |
| 493 | 2025-08-01T20:44:30.505Z | Compiling anstyle v1.0.11 |
| 494 | 2025-08-01T20:44:30.560Z | Compiling colorchoice v1.0.2 |
| 495 | 2025-08-01T20:44:30.586Z | Compiling is_terminal_polyfill v1.70.1 |
| 496 | 2025-08-01T20:44:30.681Z | Compiling cfg-if v1.0.1 |
| 497 | 2025-08-01T20:44:30.904Z | Compiling anstream v0.6.18 |
| 498 | 2025-08-01T20:44:31.100Z | Compiling fs-err v3.1.1 |
| 499 | 2025-08-01T20:44:31.123Z | Compiling anyhow v1.0.98 |
| 500 | 2025-08-01T20:44:31.434Z | Compiling strsim v0.11.1 |
| 501 | 2025-08-01T20:44:31.478Z | Compiling fastrand v2.1.1 |
| 502 | 2025-08-01T20:44:31.504Z | Compiling fnv v1.0.7 |
| 503 | 2025-08-01T20:44:31.673Z | Compiling unicode-xid v0.2.6 |
| 504 | 2025-08-01T20:44:31.881Z | Compiling clap_lex v0.7.4 |
| 505 | 2025-08-01T20:44:31.986Z | Compiling bytecount v0.6.8 |
| 506 | 2025-08-01T20:44:32.112Z | Compiling unicode-width v0.1.14 |
| 507 | 2025-08-01T20:44:32.139Z | Compiling heck v0.4.1 |
| 508 | 2025-08-01T20:44:32.209Z | Compiling heck v0.5.0 |
| 509 | 2025-08-01T20:44:32.316Z | Compiling clap_builder v4.5.41 |
| 510 | 2025-08-01T20:44:32.528Z | Compiling tempfile v3.20.0 |
| 511 | 2025-08-01T20:44:33.650Z | Compiling papergrid v0.11.0 |
| 512 | 2025-08-01T20:44:33.654Z | Compiling memmap v0.7.0 |
| 513 | 2025-08-01T20:44:33.654Z | Compiling unicode-linebreak v0.1.5 |
| 514 | 2025-08-01T20:44:33.654Z | Compiling unicode-width v0.2.0 |
| 515 | 2025-08-01T20:44:33.654Z | Compiling smawk v0.3.2 |
| 516 | 2025-08-01T20:44:33.926Z | Compiling textwrap v0.16.2 |
| 517 | 2025-08-01T20:44:34.007Z | Compiling synstructure v0.13.1 |
| 518 | 2025-08-01T20:44:34.938Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 519 | 2025-08-01T20:44:35.135Z | Compiling swrite v0.1.0 |
| 520 | 2025-08-01T20:44:35.210Z | Compiling tabled_derive v0.7.0 |
| 521 | 2025-08-01T20:44:36.496Z | Compiling serde_derive v1.0.219 |
| 522 | 2025-08-01T20:44:36.497Z | Compiling zerofrom-derive v0.1.4 |
| 523 | 2025-08-01T20:44:36.569Z | Compiling yoke-derive v0.7.4 |
| 524 | 2025-08-01T20:44:36.740Z | Compiling zerovec-derive v0.10.3 |
| 525 | 2025-08-01T20:44:36.769Z | Compiling thiserror-impl v1.0.69 |
| 526 | 2025-08-01T20:44:36.948Z | Compiling displaydoc v0.2.5 |
| 527 | 2025-08-01T20:44:38.461Z | Compiling icu_provider_macros v1.5.0 |
| 528 | 2025-08-01T20:44:38.568Z | Compiling zerocopy-derive v0.7.35 |
| 529 | 2025-08-01T20:44:39.175Z | Compiling scroll_derive v0.12.0 |
| 530 | 2025-08-01T20:44:39.178Z | Compiling thiserror-impl v2.0.12 |
| 531 | 2025-08-01T20:44:39.519Z | Compiling clap_derive v4.5.41 |
| 532 | 2025-08-01T20:44:39.852Z | Compiling zerofrom v0.1.4 |
| 533 | 2025-08-01T20:44:39.880Z | Compiling pest v2.7.14 |
| 534 | 2025-08-01T20:44:40.118Z | Compiling yoke v0.7.4 |
| 535 | 2025-08-01T20:44:40.512Z | Compiling zerovec v0.10.4 |
| 536 | 2025-08-01T20:44:40.537Z | Compiling zerocopy v0.7.35 |
| 537 | 2025-08-01T20:44:40.541Z | Compiling scroll v0.12.0 |
| 538 | 2025-08-01T20:44:41.093Z | Compiling goblin v0.8.2 |
| 539 | 2025-08-01T20:44:41.275Z | Compiling tabled v0.15.0 |
| 540 | 2025-08-01T20:44:42.126Z | Compiling tinystr v0.7.6 |
| 541 | 2025-08-01T20:44:42.159Z | Compiling icu_collections v1.5.0 |
| 542 | 2025-08-01T20:44:42.429Z | Compiling pest_meta v2.7.14 |
| 543 | 2025-08-01T20:44:42.525Z | Compiling icu_locid v1.5.0 |
| 544 | 2025-08-01T20:44:43.615Z | Compiling icu_provider v1.5.0 |
| 545 | 2025-08-01T20:44:43.708Z | Compiling pest_generator v2.7.14 |
| 546 | 2025-08-01T20:44:44.466Z | Compiling icu_locid_transform v1.5.0 |
| 547 | 2025-08-01T20:44:44.651Z | Compiling clap v4.5.41 |
| 548 | 2025-08-01T20:44:45.780Z | Compiling icu_properties v1.5.1 |
| 549 | 2025-08-01T20:44:45.883Z | Compiling pest_derive v2.7.14 |
| 550 | 2025-08-01T20:44:46.592Z | Compiling dtrace-parser v0.2.0 |
| 551 | 2025-08-01T20:44:47.975Z | Compiling toml_datetime v0.6.11 |
| 552 | 2025-08-01T20:44:47.975Z | Compiling serde_spanned v0.6.9 |
| 553 | 2025-08-01T20:44:47.979Z | Compiling erased-serde v0.4.6 |
| 554 | 2025-08-01T20:44:48.263Z | Compiling serde_tokenstream v0.2.2 |
| 555 | 2025-08-01T20:44:48.395Z | Compiling toml_edit v0.22.27 |
| 556 | 2025-08-01T20:44:48.504Z | Compiling serde-value v0.7.0 |
| 557 | 2025-08-01T20:44:48.882Z | Compiling cargo-platform v0.2.0 |
| 558 | 2025-08-01T20:44:49.159Z | Compiling icu_normalizer v1.5.0 |
| 559 | 2025-08-01T20:44:49.326Z | Compiling serde-untagged v0.1.7 |
| 560 | 2025-08-01T20:44:49.454Z | Compiling camino-tempfile v1.4.1 |
| 561 | 2025-08-01T20:44:49.520Z | Compiling macaddr v1.0.1 |
| 562 | 2025-08-01T20:44:49.823Z | Compiling dof v0.3.0 |
| 563 | 2025-08-01T20:44:50.090Z | Compiling idna_adapter v1.2.0 |
| 564 | 2025-08-01T20:44:50.319Z | Compiling idna v1.0.3 |
| 565 | 2025-08-01T20:44:50.874Z | Compiling url v2.5.4 |
| 566 | 2025-08-01T20:44:51.438Z | Compiling usdt-macro v0.5.0 |
| 567 | 2025-08-01T20:44:51.438Z | Compiling usdt-attr-macro v0.5.0 |
| 568 | 2025-08-01T20:44:51.556Z | Compiling toml v0.8.23 |
| 569 | 2025-08-01T20:44:52.370Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2025-08-01T20:44:52.459Z | Compiling cargo_toml v0.21.0 |
| 571 | 2025-08-01T20:44:52.683Z | Compiling usdt v0.5.0 |
| 572 | 2025-08-01T20:44:53.816Z | Compiling cargo_metadata v0.21.0 |
| 573 | 2025-08-01T20:44:55.665Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 574 | 2025-08-01T20:44:59.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.86s |
| 575 | 2025-08-01T20:44:59.300Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 576 | 2025-08-01T20:44:59.977Z | Downloading crates ... |
| 577 | 2025-08-01T20:45:00.117Z | Downloaded atty v0.2.14 |
| 578 | 2025-08-01T20:45:00.122Z | Downloaded backoff v0.4.0 |
| 579 | 2025-08-01T20:45:00.125Z | Downloaded aead v0.5.2 |
| 580 | 2025-08-01T20:45:00.125Z | Downloaded cfg_aliases v0.1.1 |
| 581 | 2025-08-01T20:45:00.132Z | Downloaded atomicwrites v0.4.4 |
| 582 | 2025-08-01T20:45:00.132Z | Downloaded addr2line v0.24.2 |
| 583 | 2025-08-01T20:45:00.135Z | Downloaded adler2 v2.0.0 |
| 584 | 2025-08-01T20:45:00.135Z | Downloaded ascii-canvas v3.0.0 |
| 585 | 2025-08-01T20:45:00.135Z | Downloaded arrayref v0.3.9 |
| 586 | 2025-08-01T20:45:00.135Z | Downloaded base64 v0.13.1 |
| 587 | 2025-08-01T20:45:00.139Z | Downloaded hash32 v0.3.1 |
| 588 | 2025-08-01T20:45:00.144Z | Downloaded buf-list v1.0.3 |
| 589 | 2025-08-01T20:45:00.147Z | Downloaded globset v0.4.15 |
| 590 | 2025-08-01T20:45:00.147Z | Downloaded cmake v0.1.51 |
| 591 | 2025-08-01T20:45:00.150Z | Downloaded hostname v0.3.1 |
| 592 | 2025-08-01T20:45:00.153Z | Downloaded heck v0.3.3 |
| 593 | 2025-08-01T20:45:00.154Z | Downloaded cbc v0.1.2 |
| 594 | 2025-08-01T20:45:00.157Z | Downloaded camino-tempfile-ext v0.3.2 |
| 595 | 2025-08-01T20:45:00.160Z | Downloaded bb8 v0.8.5 |
| 596 | 2025-08-01T20:45:00.160Z | Downloaded hex-literal v0.4.1 |
| 597 | 2025-08-01T20:45:00.163Z | Downloaded group v0.13.0 |
| 598 | 2025-08-01T20:45:00.163Z | Downloaded base16ct v0.2.0 |
| 599 | 2025-08-01T20:45:00.166Z | Downloaded globwalk v0.9.1 |
| 600 | 2025-08-01T20:45:00.170Z | Downloaded base64ct v1.6.0 |
| 601 | 2025-08-01T20:45:00.170Z | Downloaded crossterm v0.28.1 |
| 602 | 2025-08-01T20:45:00.177Z | Downloaded home v0.5.9 |
| 603 | 2025-08-01T20:45:00.180Z | Downloaded hashbrown v0.12.3 |
| 604 | 2025-08-01T20:45:00.184Z | Downloaded ciborium-io v0.2.2 |
| 605 | 2025-08-01T20:45:00.187Z | Downloaded bzip2 v0.4.4 |
| 606 | 2025-08-01T20:45:00.190Z | Downloaded proc-macro-crate v1.3.1 |
| 607 | 2025-08-01T20:45:00.190Z | Downloaded cookie v0.18.1 |
| 608 | 2025-08-01T20:45:00.194Z | Downloaded half v1.8.3 |
| 609 | 2025-08-01T20:45:00.197Z | Downloaded hickory-client v0.25.2 |
| 610 | 2025-08-01T20:45:00.209Z | Downloaded cobs v0.2.3 |
| 611 | 2025-08-01T20:45:00.209Z | Downloaded arc-swap v1.7.1 |
| 612 | 2025-08-01T20:45:00.209Z | Downloaded progenitor-macro v0.9.1 |
| 613 | 2025-08-01T20:45:00.209Z | Downloaded hex v0.4.3 |
| 614 | 2025-08-01T20:45:00.213Z | Downloaded hash32 v0.2.1 |
| 615 | 2025-08-01T20:45:00.213Z | Downloaded hmac v0.12.1 |
| 616 | 2025-08-01T20:45:00.216Z | Downloaded hashbrown v0.13.2 |
| 617 | 2025-08-01T20:45:00.219Z | Downloaded constant_time_eq v0.3.1 |
| 618 | 2025-08-01T20:45:00.224Z | Downloaded crc8 v0.1.1 |
| 619 | 2025-08-01T20:45:00.224Z | Downloaded cfg_aliases v0.2.1 |
| 620 | 2025-08-01T20:45:00.227Z | Downloaded async-stream-impl v0.3.6 |
| 621 | 2025-08-01T20:45:00.227Z | Downloaded chacha20poly1305 v0.10.1 |
| 622 | 2025-08-01T20:45:00.227Z | Downloaded is_ci v1.2.0 |
| 623 | 2025-08-01T20:45:00.231Z | Downloaded convert_case v0.4.0 |
| 624 | 2025-08-01T20:45:00.231Z | Downloaded cipher v0.4.4 |
| 625 | 2025-08-01T20:45:00.234Z | Downloaded array-init v0.0.4 |
| 626 | 2025-08-01T20:45:00.237Z | Downloaded indent_write v2.2.0 |
| 627 | 2025-08-01T20:45:00.237Z | Downloaded lazy_static v1.5.0 |
| 628 | 2025-08-01T20:45:00.241Z | Downloaded inout v0.1.3 |
| 629 | 2025-08-01T20:45:00.245Z | Downloaded libsw-core v0.3.1 |
| 630 | 2025-08-01T20:45:00.245Z | Downloaded kstat-rs v0.2.4 |
| 631 | 2025-08-01T20:45:00.249Z | Downloaded instability v0.3.2 |
| 632 | 2025-08-01T20:45:00.249Z | Downloaded ident_case v1.0.1 |
| 633 | 2025-08-01T20:45:00.249Z | Downloaded progenitor-client v0.9.1 |
| 634 | 2025-08-01T20:45:00.253Z | Downloaded postgres-protocol v0.6.8 |
| 635 | 2025-08-01T20:45:00.253Z | Downloaded blowfish v0.9.1 |
| 636 | 2025-08-01T20:45:00.256Z | Downloaded http-range v0.1.5 |
| 637 | 2025-08-01T20:45:00.260Z | Downloaded async-stream v0.3.6 |
| 638 | 2025-08-01T20:45:00.263Z | Downloaded keccak v0.1.5 |
| 639 | 2025-08-01T20:45:00.263Z | Downloaded managed v0.8.0 |
| 640 | 2025-08-01T20:45:00.267Z | Downloaded lru v0.12.5 |
| 641 | 2025-08-01T20:45:00.267Z | Downloaded is-terminal v0.4.13 |
| 642 | 2025-08-01T20:45:00.270Z | Downloaded convert_case v0.7.1 |
| 643 | 2025-08-01T20:45:00.270Z | Downloaded cexpr v0.6.0 |
| 644 | 2025-08-01T20:45:00.273Z | Downloaded internet-checksum v0.2.1 |
| 645 | 2025-08-01T20:45:00.273Z | Downloaded chacha20 v0.9.1 |
| 646 | 2025-08-01T20:45:00.277Z | Downloaded semver v0.1.20 |
| 647 | 2025-08-01T20:45:00.280Z | Downloaded indoc v2.0.6 |
| 648 | 2025-08-01T20:45:00.284Z | Downloaded async-recursion v1.1.1 |
| 649 | 2025-08-01T20:45:00.289Z | Downloaded rfc6979 v0.4.0 |
| 650 | 2025-08-01T20:45:00.289Z | Downloaded resolv-conf v0.7.0 |
| 651 | 2025-08-01T20:45:00.292Z | Downloaded bit-vec v0.8.0 |
| 652 | 2025-08-01T20:45:00.292Z | Downloaded sync_wrapper v1.0.1 |
| 653 | 2025-08-01T20:45:00.296Z | Downloaded bit-set v0.8.0 |
| 654 | 2025-08-01T20:45:00.296Z | Downloaded ingot v0.1.1 |
| 655 | 2025-08-01T20:45:00.299Z | Downloaded libsw v3.5.0 |
| 656 | 2025-08-01T20:45:00.302Z | Downloaded lzss v0.8.2 |
| 657 | 2025-08-01T20:45:00.305Z | Downloaded libscf-sys v1.1.0 |
| 658 | 2025-08-01T20:45:00.305Z | Downloaded crossbeam-deque v0.8.5 |
| 659 | 2025-08-01T20:45:00.309Z | Downloaded rustc-hash v2.1.1 |
| 660 | 2025-08-01T20:45:00.309Z | Downloaded primeorder v0.13.6 |
| 661 | 2025-08-01T20:45:00.312Z | Downloaded rustc-hash v1.1.0 |
| 662 | 2025-08-01T20:45:00.315Z | Downloaded libz-rs-sys v0.5.1 |
| 663 | 2025-08-01T20:45:00.315Z | Downloaded sync-ptr v0.1.4 |
| 664 | 2025-08-01T20:45:00.315Z | Downloaded sqlparser_derive v0.2.2 |
| 665 | 2025-08-01T20:45:00.319Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 666 | 2025-08-01T20:45:00.322Z | Downloaded linear-map v1.2.0 |
| 667 | 2025-08-01T20:45:00.325Z | Downloaded rand_core v0.6.4 |
| 668 | 2025-08-01T20:45:00.325Z | Downloaded try-lock v0.2.5 |
| 669 | 2025-08-01T20:45:00.329Z | Downloaded cookie_store v0.21.1 |
| 670 | 2025-08-01T20:45:00.332Z | Downloaded serde-big-array v0.5.1 |
| 671 | 2025-08-01T20:45:00.332Z | Downloaded atomic-waker v1.1.2 |
| 672 | 2025-08-01T20:45:00.335Z | Downloaded zone_cfg_derive v0.1.2 |
| 673 | 2025-08-01T20:45:00.335Z | Downloaded xshell-macros v0.2.7 |
| 674 | 2025-08-01T20:45:00.339Z | Downloaded derive_builder_macro v0.20.2 |
| 675 | 2025-08-01T20:45:00.339Z | Downloaded hyper-rustls v0.27.7 |
| 676 | 2025-08-01T20:45:00.342Z | Downloaded void v1.0.2 |
| 677 | 2025-08-01T20:45:00.342Z | Downloaded shlex v1.3.0 |
| 678 | 2025-08-01T20:45:00.345Z | Downloaded clang-sys v1.8.1 |
| 679 | 2025-08-01T20:45:00.349Z | Downloaded serde-hex v0.1.0 |
| 680 | 2025-08-01T20:45:00.352Z | Downloaded ssh-encoding v0.2.0 |
| 681 | 2025-08-01T20:45:00.352Z | Downloaded which v4.4.2 |
| 682 | 2025-08-01T20:45:00.355Z | Downloaded console v0.15.10 |
| 683 | 2025-08-01T20:45:00.361Z | Downloaded rand_core v0.9.2 |
| 684 | 2025-08-01T20:45:00.361Z | Downloaded supports-color v3.0.2 |
| 685 | 2025-08-01T20:45:00.374Z | Downloaded crucible-workspace-hack v0.1.0 |
| 686 | 2025-08-01T20:45:00.378Z | Downloaded lock_api v0.4.12 |
| 687 | 2025-08-01T20:45:00.378Z | Downloaded aes v0.8.4 |
| 688 | 2025-08-01T20:45:00.382Z | Downloaded zeroize_derive v1.4.2 |
| 689 | 2025-08-01T20:45:00.385Z | Downloaded display-error-chain v0.2.2 |
| 690 | 2025-08-01T20:45:00.388Z | Downloaded tokio-native-tls v0.3.1 |
| 691 | 2025-08-01T20:45:00.388Z | Downloaded zstd-safe v7.2.3 |
| 692 | 2025-08-01T20:45:00.391Z | Downloaded num-conv v0.1.0 |
| 693 | 2025-08-01T20:45:00.394Z | Downloaded unit-prefix v0.5.1 |
| 694 | 2025-08-01T20:45:00.394Z | Downloaded httparse v1.9.5 |
| 695 | 2025-08-01T20:45:00.398Z | Downloaded hkdf v0.12.4 |
| 696 | 2025-08-01T20:45:00.401Z | Downloaded foreign-types-shared v0.1.1 |
| 697 | 2025-08-01T20:45:00.401Z | Downloaded ahash v0.8.12 |
| 698 | 2025-08-01T20:45:00.405Z | Downloaded defmt-macros v0.3.9 |
| 699 | 2025-08-01T20:45:00.408Z | Downloaded memoffset v0.9.1 |
| 700 | 2025-08-01T20:45:00.411Z | Downloaded md5 v0.7.0 |
| 701 | 2025-08-01T20:45:00.411Z | Downloaded postgres-types v0.2.9 |
| 702 | 2025-08-01T20:45:00.415Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 703 | 2025-08-01T20:45:00.418Z | Downloaded russh-keys v0.45.0 |
| 704 | 2025-08-01T20:45:00.421Z | Downloaded rustc-demangle v0.1.24 |
| 705 | 2025-08-01T20:45:00.421Z | Downloaded ipnet v2.11.0 |
| 706 | 2025-08-01T20:45:00.425Z | Downloaded phf_shared v0.11.2 |
| 707 | 2025-08-01T20:45:00.429Z | Downloaded pbkdf2 v0.12.2 |
| 708 | 2025-08-01T20:45:00.429Z | Downloaded oso-derive v0.27.3 |
| 709 | 2025-08-01T20:45:00.429Z | Downloaded russh-cryptovec v0.7.3 |
| 710 | 2025-08-01T20:45:00.432Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 711 | 2025-08-01T20:45:00.432Z | Downloaded similar v2.7.0 |
| 712 | 2025-08-01T20:45:00.437Z | Downloaded fallible-iterator v0.2.0 |
| 713 | 2025-08-01T20:45:00.441Z | Downloaded dsl_auto_type v0.1.2 |
| 714 | 2025-08-01T20:45:00.441Z | Downloaded typify v0.4.1 |
| 715 | 2025-08-01T20:45:00.445Z | Downloaded slog-bunyan v2.5.0 |
| 716 | 2025-08-01T20:45:00.448Z | Downloaded float-ord v0.3.2 |
| 717 | 2025-08-01T20:45:00.448Z | Downloaded float-cmp v0.10.0 |
| 718 | 2025-08-01T20:45:00.452Z | Downloaded futures-core v0.3.31 |
| 719 | 2025-08-01T20:45:00.455Z | Downloaded either v1.15.0 |
| 720 | 2025-08-01T20:45:00.455Z | Downloaded oxnet v0.1.3 |
| 721 | 2025-08-01T20:45:00.458Z | Downloaded ghash v0.5.1 |
| 722 | 2025-08-01T20:45:00.458Z | Downloaded vsss-rs v3.3.4 |
| 723 | 2025-08-01T20:45:00.462Z | Downloaded take_mut v0.2.2 |
| 724 | 2025-08-01T20:45:00.465Z | Downloaded signal-hook v0.3.18 |
| 725 | 2025-08-01T20:45:00.468Z | Downloaded olpc-cjson v0.1.4 |
| 726 | 2025-08-01T20:45:00.472Z | Downloaded bumpalo v3.16.0 |
| 727 | 2025-08-01T20:45:00.472Z | Downloaded num-derive v0.4.2 |
| 728 | 2025-08-01T20:45:00.475Z | Downloaded newtype-uuid v1.2.4 |
| 729 | 2025-08-01T20:45:00.479Z | Downloaded subtle v2.6.1 |
| 730 | 2025-08-01T20:45:00.480Z | Downloaded phf v0.12.1 |
| 731 | 2025-08-01T20:45:00.483Z | Downloaded phf_shared v0.12.1 |
| 732 | 2025-08-01T20:45:00.483Z | Downloaded tabwriter v1.4.0 |
| 733 | 2025-08-01T20:45:00.486Z | Downloaded peg v0.8.5 |
| 734 | 2025-08-01T20:45:00.490Z | Downloaded tinyvec v1.8.0 |
| 735 | 2025-08-01T20:45:00.493Z | Downloaded psl-types v2.0.11 |
| 736 | 2025-08-01T20:45:00.496Z | Downloaded aes-gcm v0.10.3 |
| 737 | 2025-08-01T20:45:00.500Z | Downloaded pkg-config v0.3.31 |
| 738 | 2025-08-01T20:45:00.503Z | Downloaded zone_cfg_derive v0.3.0 |
| 739 | 2025-08-01T20:45:00.503Z | Downloaded string_cache v0.8.9 |
| 740 | 2025-08-01T20:45:00.503Z | Downloaded env_filter v0.1.2 |
| 741 | 2025-08-01T20:45:00.507Z | Downloaded crunchy v0.2.2 |
| 742 | 2025-08-01T20:45:00.510Z | Downloaded foreign-types-macros v0.2.3 |
| 743 | 2025-08-01T20:45:00.510Z | Downloaded slog-dtrace v0.3.0 |
| 744 | 2025-08-01T20:45:00.514Z | Downloaded getrandom v0.2.15 |
| 745 | 2025-08-01T20:45:00.517Z | Downloaded owo-colors v4.2.2 |
| 746 | 2025-08-01T20:45:00.520Z | Downloaded memmap2 v0.9.5 |
| 747 | 2025-08-01T20:45:00.520Z | Downloaded fxhash v0.2.1 |
| 748 | 2025-08-01T20:45:00.524Z | Downloaded stringprep v0.1.5 |
| 749 | 2025-08-01T20:45:00.528Z | Downloaded tagptr v0.2.0 |
| 750 | 2025-08-01T20:45:00.528Z | Downloaded quinn v0.11.5 |
| 751 | 2025-08-01T20:45:00.532Z | Downloaded tap v1.0.1 |
| 752 | 2025-08-01T20:45:00.536Z | Downloaded heapless v0.7.17 |
| 753 | 2025-08-01T20:45:00.539Z | Downloaded peg-macros v0.8.5 |
| 754 | 2025-08-01T20:45:00.539Z | Downloaded number_prefix v0.4.0 |
| 755 | 2025-08-01T20:45:00.542Z | Downloaded support-bundle-viewer v0.1.2 |
| 756 | 2025-08-01T20:45:00.542Z | Downloaded peg-runtime v0.8.5 |
| 757 | 2025-08-01T20:45:00.546Z | Downloaded opaque-debug v0.3.1 |
| 758 | 2025-08-01T20:45:00.546Z | Downloaded path-slash v0.1.5 |
| 759 | 2025-08-01T20:45:00.549Z | Downloaded zone v0.3.1 |
| 760 | 2025-08-01T20:45:00.549Z | Downloaded typify-macro v0.2.0 |
| 761 | 2025-08-01T20:45:00.552Z | Downloaded universal-hash v0.5.1 |
| 762 | 2025-08-01T20:45:00.552Z | Downloaded quick-error v1.2.3 |
| 763 | 2025-08-01T20:45:00.556Z | Downloaded fatfs v0.3.6 |
| 764 | 2025-08-01T20:45:00.559Z | Downloaded ff v0.13.0 |
| 765 | 2025-08-01T20:45:00.559Z | Downloaded slog-async v2.8.0 |
| 766 | 2025-08-01T20:45:00.565Z | Downloaded scopeguard v1.2.0 |
| 767 | 2025-08-01T20:45:00.569Z | Downloaded deranged v0.3.11 |
| 768 | 2025-08-01T20:45:00.569Z | Downloaded data-encoding v2.9.0 |
| 769 | 2025-08-01T20:45:00.569Z | Downloaded xattr v1.3.1 |
| 770 | 2025-08-01T20:45:00.572Z | Downloaded futures-io v0.3.31 |
| 771 | 2025-08-01T20:45:00.572Z | Downloaded filetime v0.2.25 |
| 772 | 2025-08-01T20:45:00.576Z | Downloaded zone v0.1.8 |
| 773 | 2025-08-01T20:45:00.576Z | Downloaded rtoolbox v0.0.2 |
| 774 | 2025-08-01T20:45:00.579Z | Downloaded shell-words v1.1.0 |
| 775 | 2025-08-01T20:45:00.579Z | Downloaded fixedbitset v0.4.2 |
| 776 | 2025-08-01T20:45:00.582Z | Downloaded rustls-pemfile v2.2.0 |
| 777 | 2025-08-01T20:45:00.585Z | Downloaded serde_yaml v0.9.34+deprecated |
| 778 | 2025-08-01T20:45:00.591Z | Downloaded strum v0.26.3 |
| 779 | 2025-08-01T20:45:00.596Z | Downloaded nibble_vec v0.1.0 |
| 780 | 2025-08-01T20:45:00.596Z | Downloaded futures-task v0.3.31 |
| 781 | 2025-08-01T20:45:00.596Z | Downloaded tinyvec_macros v0.1.1 |
| 782 | 2025-08-01T20:45:00.596Z | Downloaded num_enum_derive v0.5.11 |
| 783 | 2025-08-01T20:45:00.600Z | Downloaded nodrop v0.1.14 |
| 784 | 2025-08-01T20:45:00.600Z | Downloaded num_enum v0.5.11 |
| 785 | 2025-08-01T20:45:00.605Z | Downloaded waitgroup v0.1.2 |
| 786 | 2025-08-01T20:45:00.609Z | Downloaded pbkdf2 v0.11.0 |
| 787 | 2025-08-01T20:45:00.609Z | Downloaded polyval v0.6.2 |
| 788 | 2025-08-01T20:45:00.614Z | Downloaded tower-service v0.3.3 |
| 789 | 2025-08-01T20:45:00.614Z | Downloaded typify v0.2.0 |
| 790 | 2025-08-01T20:45:00.618Z | Downloaded progenitor v0.10.0 |
| 791 | 2025-08-01T20:45:00.621Z | Downloaded value-bag v1.9.0 |
| 792 | 2025-08-01T20:45:00.621Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 793 | 2025-08-01T20:45:00.625Z | Downloaded endian-type v0.1.2 |
| 794 | 2025-08-01T20:45:00.625Z | Downloaded siphasher v0.3.11 |
| 795 | 2025-08-01T20:45:00.629Z | Downloaded rustc_version v0.4.1 |
| 796 | 2025-08-01T20:45:00.632Z | Downloaded zstd v0.13.3 |
| 797 | 2025-08-01T20:45:00.632Z | Downloaded openssl-probe v0.1.5 |
| 798 | 2025-08-01T20:45:00.637Z | Downloaded sec1 v0.7.3 |
| 799 | 2025-08-01T20:45:00.637Z | Downloaded futures v0.3.31 |
| 800 | 2025-08-01T20:45:00.642Z | Downloaded normalize-line-endings v0.3.0 |
| 801 | 2025-08-01T20:45:00.645Z | Downloaded smallvec v0.6.14 |
| 802 | 2025-08-01T20:45:00.649Z | Downloaded md-5 v0.10.6 |
| 803 | 2025-08-01T20:45:00.649Z | Downloaded futures-sink v0.3.31 |
| 804 | 2025-08-01T20:45:00.652Z | Downloaded serde_cbor v0.11.2 |
| 805 | 2025-08-01T20:45:00.655Z | Downloaded strum v0.27.2 |
| 806 | 2025-08-01T20:45:00.655Z | Downloaded pretty-hex v0.2.1 |
| 807 | 2025-08-01T20:45:00.658Z | Downloaded tls_codec v0.4.1 |
| 808 | 2025-08-01T20:45:00.659Z | Downloaded p256 v0.13.2 |
| 809 | 2025-08-01T20:45:00.665Z | Downloaded progenitor-macro v0.8.0 |
| 810 | 2025-08-01T20:45:00.670Z | Downloaded pem v3.0.5 |
| 811 | 2025-08-01T20:45:00.670Z | Downloaded http v1.3.1 |
| 812 | 2025-08-01T20:45:00.674Z | Downloaded sha1 v0.10.6 |
| 813 | 2025-08-01T20:45:00.681Z | Downloaded wyz v0.5.1 |
| 814 | 2025-08-01T20:45:00.682Z | Downloaded ref-cast v1.0.24 |
| 815 | 2025-08-01T20:45:00.685Z | Downloaded ena v0.14.3 |
| 816 | 2025-08-01T20:45:00.686Z | Downloaded foreign-types v0.5.0 |
| 817 | 2025-08-01T20:45:00.686Z | Downloaded elliptic-curve v0.13.8 |
| 818 | 2025-08-01T20:45:00.690Z | Downloaded untrusted v0.9.0 |
| 819 | 2025-08-01T20:45:00.695Z | Downloaded enum-as-inner v0.6.1 |
| 820 | 2025-08-01T20:45:00.695Z | Downloaded mime v0.3.17 |
| 821 | 2025-08-01T20:45:00.699Z | Downloaded glob v0.3.2 |
| 822 | 2025-08-01T20:45:00.699Z | Downloaded derive_more v0.99.20 |
| 823 | 2025-08-01T20:45:00.704Z | Downloaded defmt-parser v0.3.4 |
| 824 | 2025-08-01T20:45:00.708Z | Downloaded darling_macro v0.21.0 |
| 825 | 2025-08-01T20:45:00.708Z | Downloaded derive_builder v0.20.2 |
| 826 | 2025-08-01T20:45:00.713Z | Downloaded powerfmt v0.2.0 |
| 827 | 2025-08-01T20:45:00.718Z | Downloaded omicron-zone-package v0.12.2 |
| 828 | 2025-08-01T20:45:00.725Z | Downloaded match_cfg v0.1.0 |
| 829 | 2025-08-01T20:45:00.725Z | Downloaded tokio-rustls v0.25.0 |
| 830 | 2025-08-01T20:45:00.725Z | Downloaded uuid v1.17.0 |
| 831 | 2025-08-01T20:45:00.732Z | Downloaded sigpipe v0.1.3 |
| 832 | 2025-08-01T20:45:00.732Z | Downloaded rusty-fork v0.3.0 |
| 833 | 2025-08-01T20:45:00.732Z | Downloaded num v0.4.3 |
| 834 | 2025-08-01T20:45:00.737Z | Downloaded simd-adler32 v0.3.7 |
| 835 | 2025-08-01T20:45:00.737Z | Downloaded pin-utils v0.1.0 |
| 836 | 2025-08-01T20:45:00.737Z | Downloaded packed_struct_codegen v0.10.1 |
| 837 | 2025-08-01T20:45:00.741Z | Downloaded thread_local v1.1.8 |
| 838 | 2025-08-01T20:45:00.741Z | Downloaded csv-core v0.1.11 |
| 839 | 2025-08-01T20:45:00.745Z | Downloaded libm v0.2.8 |
| 840 | 2025-08-01T20:45:00.755Z | Downloaded siphasher v1.0.1 |
| 841 | 2025-08-01T20:45:00.755Z | Downloaded signature v2.2.0 |
| 842 | 2025-08-01T20:45:00.755Z | Downloaded topological-sort v0.2.2 |
| 843 | 2025-08-01T20:45:00.760Z | Downloaded ecdsa v0.16.9 |
| 844 | 2025-08-01T20:45:00.760Z | Downloaded cstr-argument v0.1.2 |
| 845 | 2025-08-01T20:45:00.764Z | Downloaded tar v0.4.44 |
| 846 | 2025-08-01T20:45:00.768Z | Downloaded unicase v2.7.0 |
| 847 | 2025-08-01T20:45:00.768Z | Downloaded test-strategy v0.4.3 |
| 848 | 2025-08-01T20:45:00.772Z | Downloaded foreign-types-shared v0.3.1 |
| 849 | 2025-08-01T20:45:00.776Z | Downloaded foreign-types v0.3.2 |
| 850 | 2025-08-01T20:45:00.776Z | Downloaded maybe-uninit v2.0.0 |
| 851 | 2025-08-01T20:45:00.776Z | Downloaded debug-ignore v1.0.5 |
| 852 | 2025-08-01T20:45:00.782Z | Downloaded hyper v1.6.0 |
| 853 | 2025-08-01T20:45:00.786Z | Downloaded rand_xorshift v0.4.0 |
| 854 | 2025-08-01T20:45:00.790Z | Downloaded packed_struct v0.10.1 |
| 855 | 2025-08-01T20:45:00.790Z | Downloaded itertools v0.14.0 |
| 856 | 2025-08-01T20:45:00.798Z | Downloaded utf-8 v0.7.6 |
| 857 | 2025-08-01T20:45:00.802Z | Downloaded precomputed-hash v0.1.1 |
| 858 | 2025-08-01T20:45:00.803Z | Downloaded derive_more-impl v2.0.1 |
| 859 | 2025-08-01T20:45:00.810Z | Downloaded tokio-dtrace v0.1.0 |
| 860 | 2025-08-01T20:45:00.820Z | Downloaded typify-macro v0.4.1 |
| 861 | 2025-08-01T20:45:00.820Z | Downloaded parking_lot_core v0.8.6 |
| 862 | 2025-08-01T20:45:00.820Z | Downloaded dyn-clone v1.0.19 |
| 863 | 2025-08-01T20:45:00.825Z | Downloaded typify-macro v0.3.0 |
| 864 | 2025-08-01T20:45:00.825Z | Downloaded dunce v1.0.5 |
| 865 | 2025-08-01T20:45:00.825Z | Downloaded pin-project v1.1.6 |
| 866 | 2025-08-01T20:45:00.836Z | Downloaded newtype_derive v0.1.6 |
| 867 | 2025-08-01T20:45:00.843Z | Downloaded dirs-sys-next v0.1.2 |
| 868 | 2025-08-01T20:45:00.843Z | Downloaded pkcs1 v0.7.5 |
| 869 | 2025-08-01T20:45:00.843Z | Downloaded pin-project-internal v1.1.6 |
| 870 | 2025-08-01T20:45:00.848Z | Downloaded hickory-proto v0.25.2 |
| 871 | 2025-08-01T20:45:00.863Z | Downloaded embedded-io v0.6.1 |
| 872 | 2025-08-01T20:45:00.866Z | Downloaded difflib v0.4.0 |
| 873 | 2025-08-01T20:45:00.866Z | Downloaded serde_urlencoded v0.7.1 |
| 874 | 2025-08-01T20:45:00.866Z | Downloaded ppv-lite86 v0.2.20 |
| 875 | 2025-08-01T20:45:00.867Z | Downloaded parking_lot v0.11.2 |
| 876 | 2025-08-01T20:45:00.867Z | Downloaded structmeta-derive v0.3.0 |
| 877 | 2025-08-01T20:45:00.884Z | Downloaded spki v0.7.3 |
| 878 | 2025-08-01T20:45:00.884Z | Downloaded serde_repr v0.1.19 |
| 879 | 2025-08-01T20:45:00.890Z | Downloaded time-core v0.1.2 |
| 880 | 2025-08-01T20:45:00.890Z | Downloaded der_derive v0.7.3 |
| 881 | 2025-08-01T20:45:00.890Z | Downloaded serde_plain v1.0.2 |
| 882 | 2025-08-01T20:45:00.890Z | Downloaded document-features v0.2.11 |
| 883 | 2025-08-01T20:45:00.890Z | Downloaded structmeta v0.3.0 |
| 884 | 2025-08-01T20:45:00.890Z | Downloaded darling_core v0.21.0 |
| 885 | 2025-08-01T20:45:00.899Z | Downloaded parking_lot_core v0.9.10 |
| 886 | 2025-08-01T20:45:00.899Z | Downloaded aho-corasick v1.1.3 |
| 887 | 2025-08-01T20:45:00.903Z | Downloaded signal-hook-tokio v0.3.1 |
| 888 | 2025-08-01T20:45:00.903Z | Downloaded num-integer v0.1.46 |
| 889 | 2025-08-01T20:45:00.903Z | Downloaded tower-layer v0.3.3 |
| 890 | 2025-08-01T20:45:00.909Z | Downloaded dirs-next v2.0.0 |
| 891 | 2025-08-01T20:45:00.909Z | Downloaded flagset v0.4.6 |
| 892 | 2025-08-01T20:45:00.914Z | Downloaded num-complex v0.4.6 |
| 893 | 2025-08-01T20:45:00.914Z | Downloaded twox-hash v2.1.0 |
| 894 | 2025-08-01T20:45:00.919Z | Downloaded embedded-io v0.4.0 |
| 895 | 2025-08-01T20:45:00.919Z | Downloaded blake3 v1.5.4 |
| 896 | 2025-08-01T20:45:00.924Z | Downloaded slog-stdlog v4.1.1 |
| 897 | 2025-08-01T20:45:00.929Z | Downloaded slog-scope v4.4.0 |
| 898 | 2025-08-01T20:45:00.929Z | Downloaded vte_generate_state_changes v0.1.2 |
| 899 | 2025-08-01T20:45:00.934Z | Downloaded parse-size v1.1.0 |
| 900 | 2025-08-01T20:45:00.934Z | Downloaded nu-ansi-term v0.50.1 |
| 901 | 2025-08-01T20:45:00.934Z | Downloaded typed-path v0.9.3 |
| 902 | 2025-08-01T20:45:00.940Z | Downloaded openssl-macros v0.1.1 |
| 903 | 2025-08-01T20:45:00.947Z | Downloaded daft v0.1.4 |
| 904 | 2025-08-01T20:45:00.947Z | Downloaded walkdir v2.5.0 |
| 905 | 2025-08-01T20:45:00.953Z | Downloaded snafu-derive v0.8.5 |
| 906 | 2025-08-01T20:45:00.953Z | Downloaded foldhash v0.1.5 |
| 907 | 2025-08-01T20:45:00.953Z | Downloaded schemars_derive v0.8.22 |
| 908 | 2025-08-01T20:45:00.953Z | Downloaded env_logger v0.10.2 |
| 909 | 2025-08-01T20:45:00.963Z | Downloaded crossterm v0.29.0 |
| 910 | 2025-08-01T20:45:00.971Z | Downloaded slog-term v2.9.1 |
| 911 | 2025-08-01T20:45:00.971Z | Downloaded tokio-rustls v0.26.0 |
| 912 | 2025-08-01T20:45:00.971Z | Downloaded termios v0.3.3 |
| 913 | 2025-08-01T20:45:00.978Z | Downloaded multer v3.1.0 |
| 914 | 2025-08-01T20:45:00.978Z | Downloaded parse-display-derive v0.10.0 |
| 915 | 2025-08-01T20:45:00.978Z | Downloaded fd-lock v4.0.2 |
| 916 | 2025-08-01T20:45:00.979Z | Downloaded serde_with_macros v3.14.0 |
| 917 | 2025-08-01T20:45:00.985Z | Downloaded futures-executor v0.3.31 |
| 918 | 2025-08-01T20:45:00.985Z | Downloaded pkcs8 v0.10.2 |
| 919 | 2025-08-01T20:45:00.985Z | Downloaded strum_macros v0.24.3 |
| 920 | 2025-08-01T20:45:00.989Z | Downloaded flume v0.11.1 |
| 921 | 2025-08-01T20:45:00.994Z | Downloaded termtree v0.5.1 |
| 922 | 2025-08-01T20:45:00.994Z | Downloaded termcolor v1.4.1 |
| 923 | 2025-08-01T20:45:00.994Z | Downloaded whoami v1.5.2 |
| 924 | 2025-08-01T20:45:01.000Z | Downloaded darling v0.21.0 |
| 925 | 2025-08-01T20:45:01.007Z | Downloaded tracing v0.1.40 |
| 926 | 2025-08-01T20:45:01.012Z | Downloaded parse-display v0.10.0 |
| 927 | 2025-08-01T20:45:01.012Z | Downloaded password-hash v0.4.2 |
| 928 | 2025-08-01T20:45:01.012Z | Downloaded pkcs5 v0.7.1 |
| 929 | 2025-08-01T20:45:01.016Z | Downloaded tungstenite v0.23.0 |
| 930 | 2025-08-01T20:45:01.016Z | Downloaded fixedbitset v0.5.7 |
| 931 | 2025-08-01T20:45:01.020Z | Downloaded sqlparser v0.45.0 |
| 932 | 2025-08-01T20:45:01.024Z | Downloaded rustls-native-certs v0.8.1 |
| 933 | 2025-08-01T20:45:01.029Z | Downloaded socket2 v0.5.10 |
| 934 | 2025-08-01T20:45:01.032Z | Downloaded toml v0.7.8 |
| 935 | 2025-08-01T20:45:01.036Z | Downloaded num-bigint-dig v0.8.4 |
| 936 | 2025-08-01T20:45:01.040Z | Downloaded tower-http v0.6.6 |
| 937 | 2025-08-01T20:45:01.047Z | Downloaded papergrid v0.14.0 |
| 938 | 2025-08-01T20:45:01.051Z | Downloaded prettyplease v0.2.36 |
| 939 | 2025-08-01T20:45:01.056Z | Downloaded rustls-pki-types v1.10.0 |
| 940 | 2025-08-01T20:45:01.061Z | Downloaded rpassword v7.4.0 |
| 941 | 2025-08-01T20:45:01.065Z | Downloaded vte v0.11.1 |
| 942 | 2025-08-01T20:45:01.065Z | Downloaded miniz_oxide v0.8.5 |
| 943 | 2025-08-01T20:45:01.068Z | Downloaded pretty_assertions v1.4.1 |
| 944 | 2025-08-01T20:45:01.072Z | Downloaded crypto-bigint v0.5.5 |
| 945 | 2025-08-01T20:45:01.077Z | Downloaded flate2 v1.1.2 |
| 946 | 2025-08-01T20:45:01.081Z | Downloaded progenitor-impl v0.10.0 |
| 947 | 2025-08-01T20:45:01.084Z | Downloaded num-bigint v0.4.6 |
| 948 | 2025-08-01T20:45:01.089Z | Downloaded diff v0.1.13 |
| 949 | 2025-08-01T20:45:01.093Z | Downloaded tungstenite v0.21.0 |
| 950 | 2025-08-01T20:45:01.096Z | Downloaded snafu v0.8.5 |
| 951 | 2025-08-01T20:45:01.101Z | Downloaded unicode-segmentation v1.12.0 |
| 952 | 2025-08-01T20:45:01.105Z | Downloaded yansi v1.0.1 |
| 953 | 2025-08-01T20:45:01.108Z | Downloaded quinn-proto v0.11.8 |
| 954 | 2025-08-01T20:45:01.114Z | Downloaded rand v0.8.5 |
| 955 | 2025-08-01T20:45:01.118Z | Downloaded rayon v1.10.0 |
| 956 | 2025-08-01T20:45:01.127Z | Downloaded rand v0.9.1 |
| 957 | 2025-08-01T20:45:01.131Z | Downloaded nom v7.1.3 |
| 958 | 2025-08-01T20:45:01.139Z | Downloaded rayon-core v1.12.1 |
| 959 | 2025-08-01T20:45:01.143Z | Downloaded minimal-lexical v0.2.1 |
| 960 | 2025-08-01T20:45:01.146Z | Downloaded time v0.3.36 |
| 961 | 2025-08-01T20:45:01.152Z | Downloaded zip v4.2.0 |
| 962 | 2025-08-01T20:45:01.157Z | Downloaded futures-util v0.3.31 |
| 963 | 2025-08-01T20:45:01.169Z | Downloaded rcgen v0.12.1 |
| 964 | 2025-08-01T20:45:01.173Z | Downloaded proptest v1.7.0 |
| 965 | 2025-08-01T20:45:01.181Z | Downloaded chrono v0.4.41 |
| 966 | 2025-08-01T20:45:01.189Z | Downloaded mio v1.0.2 |
| 967 | 2025-08-01T20:45:01.195Z | Downloaded unicode-normalization v0.1.24 |
| 968 | 2025-08-01T20:45:01.200Z | Downloaded winnow v0.6.26 |
| 969 | 2025-08-01T20:45:01.207Z | Downloaded der v0.7.9 |
| 970 | 2025-08-01T20:45:01.213Z | Downloaded bindgen v0.71.1 |
| 971 | 2025-08-01T20:45:01.222Z | Downloaded p521 v0.13.3 |
| 972 | 2025-08-01T20:45:01.225Z | Downloaded portable-atomic v1.11.0 |
| 973 | 2025-08-01T20:45:01.232Z | Downloaded rustyline v14.0.0 |
| 974 | 2025-08-01T20:45:01.238Z | Downloaded tabled v0.18.0 |
| 975 | 2025-08-01T20:45:01.255Z | Downloaded quick-xml v0.37.2 |
| 976 | 2025-08-01T20:45:01.259Z | Downloaded lalrpop v0.19.12 |
| 977 | 2025-08-01T20:45:01.270Z | Downloaded object v0.30.4 |
| 978 | 2025-08-01T20:45:01.279Z | Downloaded webpki-roots v1.0.1 |
| 979 | 2025-08-01T20:45:01.283Z | Downloaded smoltcp v0.9.1 |
| 980 | 2025-08-01T20:45:01.295Z | Downloaded winnow v0.5.40 |
| 981 | 2025-08-01T20:45:01.302Z | Downloaded p384 v0.13.0 |
| 982 | 2025-08-01T20:45:01.309Z | Downloaded reqwest v0.12.22 |
| 983 | 2025-08-01T20:45:01.315Z | Downloaded tough v0.20.0 |
| 984 | 2025-08-01T20:45:01.324Z | Downloaded reedline v0.40.0 |
| 985 | 2025-08-01T20:45:01.331Z | Downloaded rustls-webpki v0.101.7 |
| 986 | 2025-08-01T20:45:01.346Z | Downloaded petname v2.0.2 |
| 987 | 2025-08-01T20:45:01.353Z | Downloaded serde_with v3.14.0 |
| 988 | 2025-08-01T20:45:01.362Z | Downloaded zlib-rs v0.5.1 |
| 989 | 2025-08-01T20:45:01.367Z | Downloaded git2 v0.19.0 |
| 990 | 2025-08-01T20:45:01.375Z | Downloaded smoltcp v0.11.0 |
| 991 | 2025-08-01T20:45:01.389Z | Downloaded moka v0.12.10 |
| 992 | 2025-08-01T20:45:01.397Z | Downloaded rustls-webpki v0.102.8 |
| 993 | 2025-08-01T20:45:01.416Z | Downloaded radix_trie v0.2.1 |
| 994 | 2025-08-01T20:45:01.421Z | Downloaded object v0.36.5 |
| 995 | 2025-08-01T20:45:01.431Z | Downloaded zerocopy v0.8.26 |
| 996 | 2025-08-01T20:45:01.453Z | Downloaded rustls v0.21.12 |
| 997 | 2025-08-01T20:45:01.462Z | Downloaded bstr v1.10.0 |
| 998 | 2025-08-01T20:45:01.472Z | Downloaded vcpkg v0.2.15 |
| 999 | 2025-08-01T20:45:01.508Z | Downloaded regress v0.10.4 |
| 1000 | 2025-08-01T20:45:01.516Z | Downloaded nix v0.29.0 |
| 1001 | 2025-08-01T20:45:01.529Z | Downloaded regex v1.11.1 |
| 1002 | 2025-08-01T20:45:01.540Z | Downloaded openapiv3 v2.2.0 |
| 1003 | 2025-08-01T20:45:01.551Z | Downloaded dropshot v0.16.2 |
| 1004 | 2025-08-01T20:45:01.574Z | Downloaded openssl v0.10.73 |
| 1005 | 2025-08-01T20:45:01.581Z | Downloaded nix v0.28.0 |
| 1006 | 2025-08-01T20:45:01.591Z | Downloaded gimli v0.31.1 |
| 1007 | 2025-08-01T20:45:01.598Z | Downloaded rustls v0.22.4 |
| 1008 | 2025-08-01T20:45:01.611Z | Downloaded typify-impl v0.2.0 |
| 1009 | 2025-08-01T20:45:01.636Z | Downloaded nix v0.27.1 |
| 1010 | 2025-08-01T20:45:01.641Z | Downloaded nix v0.30.1 |
| 1011 | 2025-08-01T20:45:01.644Z | Downloaded sled v0.34.7 |
| 1012 | 2025-08-01T20:45:01.655Z | Downloaded curve25519-dalek v4.1.3 |
| 1013 | 2025-08-01T20:45:01.663Z | Downloaded diesel v2.2.11 |
| 1014 | 2025-08-01T20:45:01.680Z | Downloaded ratatui v0.29.0 |
| 1015 | 2025-08-01T20:45:01.697Z | Downloaded rustls v0.23.19 |
| 1016 | 2025-08-01T20:45:01.707Z | Downloaded jiff v0.2.15 |
| 1017 | 2025-08-01T20:45:01.723Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1018 | 2025-08-01T20:45:01.739Z | Downloaded lzma-sys v0.1.20 |
| 1019 | 2025-08-01T20:45:01.765Z | Downloaded zerocopy-derive v0.6.6 |
| 1020 | 2025-08-01T20:45:01.773Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1021 | 2025-08-01T20:45:01.784Z | Downloaded libz-sys v1.1.20 |
| 1022 | 2025-08-01T20:45:01.803Z | Downloaded regex-syntax v0.8.5 |
| 1023 | 2025-08-01T20:45:01.810Z | Downloaded typify-impl v0.4.1 |
| 1024 | 2025-08-01T20:45:01.822Z | Downloaded typify-impl v0.3.0 |
| 1025 | 2025-08-01T20:45:01.835Z | Downloaded regex-syntax v0.6.29 |
| 1026 | 2025-08-01T20:45:01.840Z | Downloaded chrono-tz v0.10.4 |
| 1027 | 2025-08-01T20:45:01.855Z | Downloaded regex-automata v0.4.8 |
| 1028 | 2025-08-01T20:45:01.869Z | Downloaded polar-core v0.27.3 |
| 1029 | 2025-08-01T20:45:01.876Z | Downloaded hickory-proto v0.24.4 |
| 1030 | 2025-08-01T20:45:01.890Z | Downloaded tokio-postgres v0.7.13 |
| 1031 | 2025-08-01T20:45:01.895Z | Downloaded petgraph v0.6.5 |
| 1032 | 2025-08-01T20:45:01.911Z | Downloaded petgraph v0.8.2 |
| 1033 | 2025-08-01T20:45:01.929Z | Downloaded darling_core v0.20.10 |
| 1034 | 2025-08-01T20:45:01.933Z | Downloaded bindgen v0.69.5 |
| 1035 | 2025-08-01T20:45:01.939Z | Downloaded sha3 v0.10.8 |
| 1036 | 2025-08-01T20:45:01.943Z | Downloaded tokio-rustls v0.24.1 |
| 1037 | 2025-08-01T20:45:01.947Z | Downloaded yasna v0.5.2 |
| 1038 | 2025-08-01T20:45:01.951Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1039 | 2025-08-01T20:45:01.951Z | Downloaded time-macros v0.2.18 |
| 1040 | 2025-08-01T20:45:01.954Z | Downloaded password-hash v0.5.0 |
| 1041 | 2025-08-01T20:45:01.954Z | Downloaded toml_edit v0.19.15 |
| 1042 | 2025-08-01T20:45:01.968Z | Downloaded csv v1.3.1 |
| 1043 | 2025-08-01T20:45:01.985Z | Downloaded tokio v1.47.0 |
| 1044 | 2025-08-01T20:45:02.019Z | Downloaded salty v0.3.0 |
| 1045 | 2025-08-01T20:45:02.024Z | Downloaded signal-hook-registry v1.4.2 |
| 1046 | 2025-08-01T20:45:02.027Z | Downloaded predicates v3.1.3 |
| 1047 | 2025-08-01T20:45:02.027Z | Downloaded wait-timeout v0.2.0 |
| 1048 | 2025-08-01T20:45:02.032Z | Downloaded schemars v0.8.22 |
| 1049 | 2025-08-01T20:45:02.039Z | Downloaded env_logger v0.11.5 |
| 1050 | 2025-08-01T20:45:02.043Z | Downloaded tower v0.5.2 |
| 1051 | 2025-08-01T20:45:02.049Z | Downloaded unicode-properties v0.1.3 |
| 1052 | 2025-08-01T20:45:02.053Z | Downloaded fs_extra v1.3.0 |
| 1053 | 2025-08-01T20:45:02.053Z | Downloaded zerocopy-derive v0.8.26 |
| 1054 | 2025-08-01T20:45:02.058Z | Downloaded russh v0.45.0 |
| 1055 | 2025-08-01T20:45:02.063Z | Downloaded predicates-core v1.0.8 |
| 1056 | 2025-08-01T20:45:02.066Z | Downloaded ron v0.7.1 |
| 1057 | 2025-08-01T20:45:02.071Z | Downloaded unicode-bidi v0.3.17 |
| 1058 | 2025-08-01T20:45:02.075Z | Downloaded tiny-keccak v2.0.2 |
| 1059 | 2025-08-01T20:45:02.075Z | Downloaded x509-cert v0.2.5 |
| 1060 | 2025-08-01T20:45:02.080Z | Downloaded num-iter v0.1.45 |
| 1061 | 2025-08-01T20:45:02.084Z | Downloaded zip v0.6.6 |
| 1062 | 2025-08-01T20:45:02.087Z | Downloaded unsafe-libyaml v0.2.11 |
| 1063 | 2025-08-01T20:45:02.090Z | Downloaded socket2 v0.6.0 |
| 1064 | 2025-08-01T20:45:02.090Z | Downloaded itertools v0.13.0 |
| 1065 | 2025-08-01T20:45:02.096Z | Downloaded itertools v0.10.5 |
| 1066 | 2025-08-01T20:45:02.103Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1067 | 2025-08-01T20:45:02.106Z | Downloaded tokio-stream v0.1.17 |
| 1068 | 2025-08-01T20:45:02.110Z | Downloaded steno v0.4.1 |
| 1069 | 2025-08-01T20:45:02.114Z | Downloaded encoding_rs v0.8.34 |
| 1070 | 2025-08-01T20:45:02.130Z | Downloaded ring v0.17.14 |
| 1071 | 2025-08-01T20:45:02.166Z | Downloaded xz2 v0.1.7 |
| 1072 | 2025-08-01T20:45:02.169Z | Downloaded expectorate v1.2.0 |
| 1073 | 2025-08-01T20:45:02.172Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1074 | 2025-08-01T20:45:02.172Z | Downloaded parking_lot v0.12.3 |
| 1075 | 2025-08-01T20:45:02.172Z | Downloaded dropshot_endpoint v0.16.2 |
| 1076 | 2025-08-01T20:45:02.176Z | Downloaded tokio-util v0.7.15 |
| 1077 | 2025-08-01T20:45:02.182Z | Downloaded slab v0.4.9 |
| 1078 | 2025-08-01T20:45:02.187Z | Downloaded rsa v0.9.6 |
| 1079 | 2025-08-01T20:45:02.190Z | Downloaded bitvec v1.0.1 |
| 1080 | 2025-08-01T20:45:02.200Z | Downloaded rand_chacha v0.3.1 |
| 1081 | 2025-08-01T20:45:02.205Z | Downloaded iri-string v0.7.8 |
| 1082 | 2025-08-01T20:45:02.208Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1083 | 2025-08-01T20:45:02.255Z | Downloaded iddqd v0.3.9 |
| 1084 | 2025-08-01T20:45:02.261Z | Downloaded pin-project-lite v0.2.14 |
| 1085 | 2025-08-01T20:45:02.265Z | Downloaded fs-err v2.11.0 |
| 1086 | 2025-08-01T20:45:02.268Z | Downloaded phf v0.11.2 |
| 1087 | 2025-08-01T20:45:02.268Z | Downloaded itertools v0.12.1 |
| 1088 | 2025-08-01T20:45:02.274Z | Downloaded maplit v1.0.2 |
| 1089 | 2025-08-01T20:45:02.277Z | Downloaded unarray v0.1.4 |
| 1090 | 2025-08-01T20:45:02.277Z | Downloaded qorb v0.4.0 |
| 1091 | 2025-08-01T20:45:02.283Z | Downloaded samael v0.0.19 |
| 1092 | 2025-08-01T20:45:02.286Z | Downloaded ssh-key v0.6.6 |
| 1093 | 2025-08-01T20:45:02.290Z | Downloaded tls_codec_derive v0.4.1 |
| 1094 | 2025-08-01T20:45:02.294Z | Downloaded mime_guess v2.0.5 |
| 1095 | 2025-08-01T20:45:02.294Z | Downloaded progenitor-impl v0.9.1 |
| 1096 | 2025-08-01T20:45:02.300Z | Downloaded progenitor-impl v0.8.0 |
| 1097 | 2025-08-01T20:45:02.300Z | Downloaded derive_more v2.0.1 |
| 1098 | 2025-08-01T20:45:02.304Z | Downloaded zopfli v0.8.1 |
| 1099 | 2025-08-01T20:45:02.307Z | Downloaded publicsuffix v2.3.0 |
| 1100 | 2025-08-01T20:45:02.310Z | Downloaded aws-lc-rs v1.12.4 |
| 1101 | 2025-08-01T20:45:02.316Z | Downloaded strum_macros v0.26.4 |
| 1102 | 2025-08-01T20:45:02.320Z | Downloaded sqlformat v0.3.5 |
| 1103 | 2025-08-01T20:45:02.320Z | Downloaded r2d2 v0.8.10 |
| 1104 | 2025-08-01T20:45:02.323Z | Downloaded quinn-udp v0.5.5 |
| 1105 | 2025-08-01T20:45:02.323Z | Downloaded progenitor-macro v0.10.0 |
| 1106 | 2025-08-01T20:45:02.323Z | Downloaded libxml v0.3.3 |
| 1107 | 2025-08-01T20:45:02.328Z | Downloaded paste v1.0.15 |
| 1108 | 2025-08-01T20:45:02.331Z | Downloaded derive-where v1.5.0 |
| 1109 | 2025-08-01T20:45:02.337Z | Downloaded openssl-sys v0.9.109 |
| 1110 | 2025-08-01T20:45:02.341Z | Downloaded funty v2.0.0 |
| 1111 | 2025-08-01T20:45:02.341Z | Downloaded spin v0.9.8 |
| 1112 | 2025-08-01T20:45:02.345Z | Downloaded untrusted v0.7.1 |
| 1113 | 2025-08-01T20:45:02.345Z | Downloaded ctr v0.9.2 |
| 1114 | 2025-08-01T20:45:02.345Z | Downloaded sct v0.7.1 |
| 1115 | 2025-08-01T20:45:02.348Z | Downloaded des v0.8.1 |
| 1116 | 2025-08-01T20:45:02.348Z | Downloaded typify v0.3.0 |
| 1117 | 2025-08-01T20:45:02.353Z | Downloaded ed25519-dalek v2.1.1 |
| 1118 | 2025-08-01T20:45:02.356Z | Downloaded hyper-util v0.1.16 |
| 1119 | 2025-08-01T20:45:02.360Z | Downloaded unicode-truncate v1.1.0 |
| 1120 | 2025-08-01T20:45:02.360Z | Downloaded tui-tree-widget v0.23.1 |
| 1121 | 2025-08-01T20:45:02.363Z | Downloaded pem-rfc7468 v0.7.0 |
| 1122 | 2025-08-01T20:45:02.363Z | Downloaded ron v0.8.1 |
| 1123 | 2025-08-01T20:45:02.367Z | Downloaded num-rational v0.4.2 |
| 1124 | 2025-08-01T20:45:02.370Z | Downloaded serde_path_to_error v0.1.17 |
| 1125 | 2025-08-01T20:45:02.370Z | Downloaded strum_macros v0.27.1 |
| 1126 | 2025-08-01T20:45:02.373Z | Downloaded subprocess v0.2.9 |
| 1127 | 2025-08-01T20:45:02.374Z | Downloaded hickory-resolver v0.24.4 |
| 1128 | 2025-08-01T20:45:02.377Z | Downloaded secrecy v0.8.0 |
| 1129 | 2025-08-01T20:45:02.380Z | Downloaded cc v1.2.30 |
| 1130 | 2025-08-01T20:45:02.384Z | Downloaded xshell v0.2.7 |
| 1131 | 2025-08-01T20:45:02.384Z | Downloaded unicode_categories v0.1.1 |
| 1132 | 2025-08-01T20:45:02.387Z | Downloaded rustc_version v0.1.7 |
| 1133 | 2025-08-01T20:45:02.387Z | Downloaded progenitor v0.9.1 |
| 1134 | 2025-08-01T20:45:02.387Z | Downloaded derive-ex v0.1.8 |
| 1135 | 2025-08-01T20:45:02.387Z | Downloaded progenitor-client v0.10.0 |
| 1136 | 2025-08-01T20:45:02.390Z | Downloaded tracing-core v0.1.32 |
| 1137 | 2025-08-01T20:45:02.390Z | Downloaded darling_macro v0.20.10 |
| 1138 | 2025-08-01T20:45:02.390Z | Downloaded ref-cast-impl v1.0.24 |
| 1139 | 2025-08-01T20:45:02.393Z | Downloaded daft-derive v0.1.4 |
| 1140 | 2025-08-01T20:45:02.397Z | Downloaded vergen v8.3.2 |
| 1141 | 2025-08-01T20:45:02.400Z | Downloaded term v0.7.0 |
| 1142 | 2025-08-01T20:45:02.400Z | Downloaded tabled_derive v0.10.0 |
| 1143 | 2025-08-01T20:45:02.403Z | Downloaded diesel_derives v2.2.3 |
| 1144 | 2025-08-01T20:45:02.406Z | Downloaded futures-macro v0.3.31 |
| 1145 | 2025-08-01T20:45:02.407Z | Downloaded oso v0.27.3 |
| 1146 | 2025-08-01T20:45:02.411Z | Downloaded serde_derive_internals v0.29.1 |
| 1147 | 2025-08-01T20:45:02.411Z | Downloaded poly1305 v0.8.0 |
| 1148 | 2025-08-01T20:45:02.414Z | Downloaded num_threads v0.1.7 |
| 1149 | 2025-08-01T20:45:02.414Z | Downloaded progenitor v0.8.0 |
| 1150 | 2025-08-01T20:45:02.415Z | Downloaded proc-macro-error2 v2.0.1 |
| 1151 | 2025-08-01T20:45:02.418Z | Downloaded jiff-static v0.2.15 |
| 1152 | 2025-08-01T20:45:02.418Z | Downloaded headers v0.4.1 |
| 1153 | 2025-08-01T20:45:02.422Z | Downloaded signal-hook-mio v0.2.4 |
| 1154 | 2025-08-01T20:45:02.426Z | Downloaded same-file v1.0.6 |
| 1155 | 2025-08-01T20:45:02.426Z | Downloaded salsa20 v0.10.2 |
| 1156 | 2025-08-01T20:45:02.426Z | Downloaded crossbeam-channel v0.5.15 |
| 1157 | 2025-08-01T20:45:02.430Z | Downloaded slog-json v2.6.1 |
| 1158 | 2025-08-01T20:45:02.433Z | Downloaded zerocopy v0.6.6 |
| 1159 | 2025-08-01T20:45:02.433Z | Downloaded native-tls v0.2.12 |
| 1160 | 2025-08-01T20:45:02.438Z | Downloaded heapless v0.8.0 |
| 1161 | 2025-08-01T20:45:02.441Z | Downloaded futures-channel v0.3.31 |
| 1162 | 2025-08-01T20:45:02.441Z | Downloaded serde_bytes v0.11.17 |
| 1163 | 2025-08-01T20:45:02.441Z | Downloaded rustls-pemfile v1.0.4 |
| 1164 | 2025-08-01T20:45:02.445Z | Downloaded ed25519 v2.2.3 |
| 1165 | 2025-08-01T20:45:02.445Z | Downloaded indicatif v0.18.0 |
| 1166 | 2025-08-01T20:45:02.451Z | Downloaded crc-any v2.5.0 |
| 1167 | 2025-08-01T20:45:02.454Z | Downloaded const_format v0.2.34 |
| 1168 | 2025-08-01T20:45:02.454Z | Downloaded bytes v1.10.1 |
| 1169 | 2025-08-01T20:45:02.457Z | Downloaded allocator-api2 v0.2.21 |
| 1170 | 2025-08-01T20:45:02.460Z | Downloaded uzers v0.12.1 |
| 1171 | 2025-08-01T20:45:02.460Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1172 | 2025-08-01T20:45:02.464Z | Downloaded num-derive v0.3.3 |
| 1173 | 2025-08-01T20:45:02.464Z | Downloaded nanorand v0.7.0 |
| 1174 | 2025-08-01T20:45:02.469Z | Downloaded multimap v0.10.1 |
| 1175 | 2025-08-01T20:45:02.469Z | Downloaded tracing-attributes v0.1.27 |
| 1176 | 2025-08-01T20:45:02.469Z | Downloaded hickory-server v0.25.2 |
| 1177 | 2025-08-01T20:45:02.472Z | Downloaded tokio-tungstenite v0.23.1 |
| 1178 | 2025-08-01T20:45:02.472Z | Downloaded tokio-tungstenite v0.21.0 |
| 1179 | 2025-08-01T20:45:02.476Z | Downloaded litrs v0.4.1 |
| 1180 | 2025-08-01T20:45:02.476Z | Downloaded ignore v0.4.23 |
| 1181 | 2025-08-01T20:45:02.479Z | Downloaded hyper-staticfile v0.10.1 |
| 1182 | 2025-08-01T20:45:02.483Z | Downloaded predicates-tree v1.0.12 |
| 1183 | 2025-08-01T20:45:02.483Z | Downloaded diesel-dtrace v0.4.2 |
| 1184 | 2025-08-01T20:45:02.483Z | Downloaded derive_builder_core v0.20.2 |
| 1185 | 2025-08-01T20:45:02.487Z | Downloaded darling v0.20.10 |
| 1186 | 2025-08-01T20:45:02.487Z | Downloaded static_assertions v1.1.0 |
| 1187 | 2025-08-01T20:45:02.490Z | Downloaded slog v2.7.0 |
| 1188 | 2025-08-01T20:45:02.490Z | Downloaded crossbeam-utils v0.8.21 |
| 1189 | 2025-08-01T20:45:02.495Z | Downloaded crossbeam-epoch v0.9.18 |
| 1190 | 2025-08-01T20:45:02.498Z | Downloaded const-oid v0.9.6 |
| 1191 | 2025-08-01T20:45:02.498Z | Downloaded compact_str v0.8.0 |
| 1192 | 2025-08-01T20:45:02.501Z | Downloaded defmt v0.3.8 |
| 1193 | 2025-08-01T20:45:02.505Z | Downloaded zeroize v1.8.1 |
| 1194 | 2025-08-01T20:45:02.505Z | Downloaded ingot-macros v0.1.1 |
| 1195 | 2025-08-01T20:45:02.505Z | Downloaded hickory-resolver v0.25.2 |
| 1196 | 2025-08-01T20:45:02.508Z | Downloaded newline-converter v0.3.0 |
| 1197 | 2025-08-01T20:45:02.508Z | Downloaded new_debug_unreachable v1.0.6 |
| 1198 | 2025-08-01T20:45:02.511Z | Downloaded gethostname v0.5.0 |
| 1199 | 2025-08-01T20:45:02.511Z | Downloaded libloading v0.8.5 |
| 1200 | 2025-08-01T20:45:02.515Z | Downloaded indicatif v0.17.11 |
| 1201 | 2025-08-01T20:45:02.518Z | Downloaded tokio-macros v2.5.0 |
| 1202 | 2025-08-01T20:45:02.518Z | Downloaded thiserror-no-std v2.0.2 |
| 1203 | 2025-08-01T20:45:02.522Z | Downloaded prefix-trie v0.7.0 |
| 1204 | 2025-08-01T20:45:02.526Z | Downloaded jobserver v0.1.32 |
| 1205 | 2025-08-01T20:45:02.526Z | Downloaded ingot-types v0.1.2 |
| 1206 | 2025-08-01T20:45:02.526Z | Downloaded indexmap v1.9.3 |
| 1207 | 2025-08-01T20:45:02.529Z | Downloaded iana-time-zone v0.1.63 |
| 1208 | 2025-08-01T20:45:02.529Z | Downloaded highway v1.3.0 |
| 1209 | 2025-08-01T20:45:02.533Z | Downloaded async-bb8-diesel v0.2.1 |
| 1210 | 2025-08-01T20:45:02.533Z | Downloaded ssh-cipher v0.2.0 |
| 1211 | 2025-08-01T20:45:02.536Z | Downloaded smf v0.2.3 |
| 1212 | 2025-08-01T20:45:02.536Z | Downloaded postcard v1.0.10 |
| 1213 | 2025-08-01T20:45:02.536Z | Downloaded libefi-sys v0.1.0 |
| 1214 | 2025-08-01T20:45:02.540Z | Downloaded crc32fast v1.4.2 |
| 1215 | 2025-08-01T20:45:02.540Z | Downloaded blake2 v0.10.6 |
| 1216 | 2025-08-01T20:45:02.544Z | Downloaded bcs v0.1.6 |
| 1217 | 2025-08-01T20:45:02.544Z | Downloaded slog-envlogger v2.2.0 |
| 1218 | 2025-08-01T20:45:02.548Z | Downloaded bzip2 v0.5.2 |
| 1219 | 2025-08-01T20:45:02.548Z | Downloaded scrypt v0.11.0 |
| 1220 | 2025-08-01T20:45:02.548Z | Downloaded rustversion v1.0.17 |
| 1221 | 2025-08-01T20:45:02.552Z | Downloaded cargo_metadata v0.18.1 |
| 1222 | 2025-08-01T20:45:02.552Z | Downloaded want v0.3.1 |
| 1223 | 2025-08-01T20:45:02.552Z | Downloaded rand_seeder v0.3.0 |
| 1224 | 2025-08-01T20:45:02.552Z | Downloaded radium v0.7.0 |
| 1225 | 2025-08-01T20:45:02.556Z | Downloaded lru-cache v0.1.2 |
| 1226 | 2025-08-01T20:45:02.556Z | Downloaded hubpack v0.1.2 |
| 1227 | 2025-08-01T20:45:02.556Z | Downloaded async-trait v0.1.88 |
| 1228 | 2025-08-01T20:45:02.560Z | Downloaded linked-hash-map v0.5.6 |
| 1229 | 2025-08-01T20:45:02.560Z | Downloaded httpdate v1.0.3 |
| 1230 | 2025-08-01T20:45:02.560Z | Downloaded rand_chacha v0.9.0 |
| 1231 | 2025-08-01T20:45:02.560Z | Downloaded humantime v2.2.0 |
| 1232 | 2025-08-01T20:45:02.564Z | Downloaded http-body-util v0.1.3 |
| 1233 | 2025-08-01T20:45:02.564Z | Downloaded argon2 v0.5.3 |
| 1234 | 2025-08-01T20:45:02.564Z | Downloaded const_format_proc_macros v0.2.34 |
| 1235 | 2025-08-01T20:45:02.568Z | Downloaded colored v2.2.0 |
| 1236 | 2025-08-01T20:45:02.569Z | Downloaded ciborium v0.2.2 |
| 1237 | 2025-08-01T20:45:02.573Z | Downloaded arrayvec v0.7.6 |
| 1238 | 2025-08-01T20:45:02.573Z | Downloaded lockfree-object-pool v0.1.6 |
| 1239 | 2025-08-01T20:45:02.577Z | Downloaded bitflags v1.3.2 |
| 1240 | 2025-08-01T20:45:02.577Z | Downloaded bitfield-struct v0.6.2 |
| 1241 | 2025-08-01T20:45:02.577Z | Downloaded bit-vec v0.6.3 |
| 1242 | 2025-08-01T20:45:02.580Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1243 | 2025-08-01T20:45:02.580Z | Downloaded lazycell v1.3.0 |
| 1244 | 2025-08-01T20:45:02.580Z | Downloaded hyper-tls v0.6.0 |
| 1245 | 2025-08-01T20:45:02.580Z | Downloaded lalrpop-util v0.19.12 |
| 1246 | 2025-08-01T20:45:02.584Z | Downloaded crc v3.2.1 |
| 1247 | 2025-08-01T20:45:02.584Z | Downloaded console v0.16.0 |
| 1248 | 2025-08-01T20:45:02.587Z | Downloaded cancel-safe-futures v0.1.5 |
| 1249 | 2025-08-01T20:45:02.590Z | Downloaded critical-section v1.1.3 |
| 1250 | 2025-08-01T20:45:02.590Z | Downloaded crc-catalog v2.4.0 |
| 1251 | 2025-08-01T20:45:02.590Z | Downloaded ipnetwork v0.21.1 |
| 1252 | 2025-08-01T20:45:02.594Z | Downloaded hubpack_derive v0.1.1 |
| 1253 | 2025-08-01T20:45:02.594Z | Downloaded cargo-platform v0.1.8 |
| 1254 | 2025-08-01T20:45:02.594Z | Downloaded secrecy v0.10.3 |
| 1255 | 2025-08-01T20:45:02.594Z | Downloaded cassowary v0.3.0 |
| 1256 | 2025-08-01T20:45:02.598Z | Downloaded assert_matches v1.5.0 |
| 1257 | 2025-08-01T20:45:02.598Z | Downloaded ciborium-ll v0.2.2 |
| 1258 | 2025-08-01T20:45:02.598Z | Downloaded progenitor-client v0.8.0 |
| 1259 | 2025-08-01T20:45:02.602Z | Downloaded instant v0.1.13 |
| 1260 | 2025-08-01T20:45:02.602Z | Downloaded http-body v1.0.1 |
| 1261 | 2025-08-01T20:45:02.602Z | Downloaded block-padding v0.3.3 |
| 1262 | 2025-08-01T20:45:02.602Z | Downloaded bit-set v0.5.3 |
| 1263 | 2025-08-01T20:45:02.616Z | Downloaded hostname v0.4.0 |
| 1264 | 2025-08-01T20:45:02.616Z | Downloaded headers-core v0.3.0 |
| 1265 | 2025-08-01T20:45:02.616Z | Downloaded indoc v1.0.9 |
| 1266 | 2025-08-01T20:45:02.624Z | Downloaded half v2.4.1 |
| 1267 | 2025-08-01T20:45:02.624Z | Downloaded base64 v0.22.1 |
| 1268 | 2025-08-01T20:45:02.624Z | Downloaded base64 v0.21.7 |
| 1269 | 2025-08-01T20:45:02.624Z | Downloaded backtrace v0.3.74 |
| 1270 | 2025-08-01T20:45:02.624Z | Downloaded h2 v0.4.6 |
| 1271 | 2025-08-01T20:45:02.627Z | Downloaded castaway v0.2.3 |
| 1272 | 2025-08-01T20:45:02.628Z | Downloaded bitfield v0.14.0 |
| 1273 | 2025-08-01T20:45:02.856Z | Downloaded aws-lc-sys v0.26.0 |
| 1274 | 2025-08-01T20:45:03.146Z | Compiling value-bag v1.9.0 |
| 1275 | 2025-08-01T20:45:03.146Z | Compiling shlex v1.3.0 |
| 1276 | 2025-08-01T20:45:03.146Z | Compiling lock_api v0.4.12 |
| 1277 | 2025-08-01T20:45:03.149Z | Compiling scopeguard v1.2.0 |
| 1278 | 2025-08-01T20:45:03.149Z | Compiling typenum v1.17.0 |
| 1279 | 2025-08-01T20:45:03.149Z | Compiling generic-array v0.14.7 |
| 1280 | 2025-08-01T20:45:03.149Z | Compiling syn v2.0.104 |
| 1281 | 2025-08-01T20:45:03.149Z | Compiling getrandom v0.2.15 |
| 1282 | 2025-08-01T20:45:03.439Z | Compiling jobserver v0.1.32 |
| 1283 | 2025-08-01T20:45:03.671Z | Compiling rand_core v0.6.4 |
| 1284 | 2025-08-01T20:45:03.734Z | Compiling log v0.4.27 |
| 1285 | 2025-08-01T20:45:03.738Z | Compiling smallvec v1.15.1 |
| 1286 | 2025-08-01T20:45:03.921Z | Compiling cc v1.2.30 |
| 1287 | 2025-08-01T20:45:04.339Z | Compiling portable-atomic v1.11.0 |
| 1288 | 2025-08-01T20:45:04.356Z | Compiling critical-section v1.1.3 |
| 1289 | 2025-08-01T20:45:04.375Z | Compiling subtle v2.6.1 |
| 1290 | 2025-08-01T20:45:04.379Z | Compiling const-oid v0.9.6 |
| 1291 | 2025-08-01T20:45:04.533Z | Compiling pkg-config v0.3.31 |
| 1292 | 2025-08-01T20:45:04.678Z | Compiling parking_lot_core v0.9.10 |
| 1293 | 2025-08-01T20:45:04.739Z | Compiling pin-project-lite v0.2.14 |
| 1294 | 2025-08-01T20:45:04.902Z | Compiling rustix v0.38.37 |
| 1295 | 2025-08-01T20:45:05.560Z | Compiling signal-hook-registry v1.4.2 |
| 1296 | 2025-08-01T20:45:05.778Z | Compiling parking_lot v0.12.3 |
| 1297 | 2025-08-01T20:45:05.800Z | Compiling mio v1.0.2 |
| 1298 | 2025-08-01T20:45:05.803Z | Compiling futures-core v0.3.31 |
| 1299 | 2025-08-01T20:45:06.102Z | Compiling spin v0.9.8 |
| 1300 | 2025-08-01T20:45:06.276Z | Compiling socket2 v0.6.0 |
| 1301 | 2025-08-01T20:45:06.488Z | Compiling once_cell v1.21.3 |
| 1302 | 2025-08-01T20:45:06.509Z | Compiling slab v0.4.9 |
| 1303 | 2025-08-01T20:45:06.646Z | Compiling aho-corasick v1.1.3 |
| 1304 | 2025-08-01T20:45:06.650Z | Compiling serde_json v1.0.141 |
| 1305 | 2025-08-01T20:45:06.873Z | Compiling foldhash v0.1.5 |
| 1306 | 2025-08-01T20:45:06.893Z | Compiling libm v0.2.8 |
| 1307 | 2025-08-01T20:45:06.896Z | Compiling cpufeatures v0.2.14 |
| 1308 | 2025-08-01T20:45:07.013Z | Compiling allocator-api2 v0.2.21 |
| 1309 | 2025-08-01T20:45:07.033Z | Compiling getrandom v0.3.1 |
| 1310 | 2025-08-01T20:45:07.169Z | Compiling regex-syntax v0.8.5 |
| 1311 | 2025-08-01T20:45:07.329Z | Compiling num-traits v0.2.19 |
| 1312 | 2025-08-01T20:45:07.470Z | Compiling futures-sink v0.3.31 |
| 1313 | 2025-08-01T20:45:07.661Z | Compiling percent-encoding v2.3.1 |
| 1314 | 2025-08-01T20:45:07.684Z | Compiling glob v0.3.2 |
| 1315 | 2025-08-01T20:45:07.747Z | Compiling hashbrown v0.15.4 |
| 1316 | 2025-08-01T20:45:07.797Z | Compiling either v1.15.0 |
| 1317 | 2025-08-01T20:45:08.214Z | Compiling futures-channel v0.3.31 |
| 1318 | 2025-08-01T20:45:08.473Z | Compiling clang-sys v1.8.1 |
| 1319 | 2025-08-01T20:45:08.526Z | Compiling futures-io v0.3.31 |
| 1320 | 2025-08-01T20:45:08.633Z | Compiling pin-utils v0.1.0 |
| 1321 | 2025-08-01T20:45:08.749Z | Compiling futures-task v0.3.31 |
| 1322 | 2025-08-01T20:45:08.845Z | Compiling prettyplease v0.2.36 |
| 1323 | 2025-08-01T20:45:08.992Z | Compiling lazy_static v1.5.0 |
| 1324 | 2025-08-01T20:45:10.074Z | Compiling minimal-lexical v0.2.1 |
| 1325 | 2025-08-01T20:45:10.077Z | Compiling libloading v0.8.5 |
| 1326 | 2025-08-01T20:45:10.077Z | Compiling home v0.5.9 |
| 1327 | 2025-08-01T20:45:10.077Z | Compiling nom v7.1.3 |
| 1328 | 2025-08-01T20:45:10.077Z | Compiling bindgen v0.69.5 |
| 1329 | 2025-08-01T20:45:10.077Z | Compiling base64ct v1.6.0 |
| 1330 | 2025-08-01T20:45:10.123Z | Compiling pem-rfc7468 v0.7.0 |
| 1331 | 2025-08-01T20:45:10.486Z | Compiling itertools v0.12.1 |
| 1332 | 2025-08-01T20:45:10.750Z | Compiling synstructure v0.13.1 |
| 1333 | 2025-08-01T20:45:10.877Z | Compiling regex-automata v0.4.8 |
| 1334 | 2025-08-01T20:45:12.147Z | Compiling rustc-hash v1.1.0 |
| 1335 | 2025-08-01T20:45:12.324Z | Compiling cexpr v0.6.0 |
| 1336 | 2025-08-01T20:45:12.617Z | Compiling lazycell v1.3.0 |
| 1337 | 2025-08-01T20:45:12.809Z | Compiling flagset v0.4.6 |
| 1338 | 2025-08-01T20:45:12.952Z | Compiling zerocopy v0.8.26 |
| 1339 | 2025-08-01T20:45:13.025Z | Compiling cmake v0.1.51 |
| 1340 | 2025-08-01T20:45:13.338Z | Compiling fs_extra v1.3.0 |
| 1341 | 2025-08-01T20:45:13.768Z | Compiling dunce v1.0.5 |
| 1342 | 2025-08-01T20:45:13.852Z | Compiling form_urlencoded v1.2.1 |
| 1343 | 2025-08-01T20:45:13.873Z | Compiling vcpkg v0.2.15 |
| 1344 | 2025-08-01T20:45:13.893Z | Compiling paste v1.0.15 |
| 1345 | 2025-08-01T20:45:13.915Z | Compiling ring v0.17.14 |
| 1346 | 2025-08-01T20:45:13.918Z | Compiling tracing-core v0.1.32 |
| 1347 | 2025-08-01T20:45:14.160Z | Compiling aws-lc-rs v1.12.4 |
| 1348 | 2025-08-01T20:45:14.616Z | Compiling iana-time-zone v0.1.63 |
| 1349 | 2025-08-01T20:45:14.980Z | Compiling rustls-pki-types v1.10.0 |
| 1350 | 2025-08-01T20:45:15.089Z | Compiling httparse v1.9.5 |
| 1351 | 2025-08-01T20:45:15.487Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2025-08-01T20:45:15.538Z | Compiling openssl-sys v0.9.109 |
| 1353 | 2025-08-01T20:45:15.561Z | Compiling serde_derive v1.0.219 |
| 1354 | 2025-08-01T20:45:15.599Z | Compiling zeroize_derive v1.4.2 |
| 1355 | 2025-08-01T20:45:15.747Z | Compiling zerofrom-derive v0.1.4 |
| 1356 | 2025-08-01T20:45:15.842Z | Compiling yoke-derive v0.7.4 |
| 1357 | 2025-08-01T20:45:16.550Z | Compiling zerovec-derive v0.10.3 |
| 1358 | 2025-08-01T20:45:16.867Z | Compiling zeroize v1.8.1 |
| 1359 | 2025-08-01T20:45:18.322Z | Compiling displaydoc v0.2.5 |
| 1360 | 2025-08-01T20:45:18.562Z | Compiling crypto-common v0.1.6 |
| 1361 | 2025-08-01T20:45:18.830Z | Compiling block-buffer v0.10.4 |
| 1362 | 2025-08-01T20:45:18.883Z | Compiling tokio-macros v2.5.0 |
| 1363 | 2025-08-01T20:45:19.133Z | Compiling digest v0.10.7 |
| 1364 | 2025-08-01T20:45:19.186Z | Compiling zerofrom v0.1.4 |
| 1365 | 2025-08-01T20:45:19.422Z | Compiling yoke v0.7.4 |
| 1366 | 2025-08-01T20:45:19.444Z | Compiling zerocopy-derive v0.7.35 |
| 1367 | 2025-08-01T20:45:19.604Z | Compiling hmac v0.12.1 |
| 1368 | 2025-08-01T20:45:19.762Z | Compiling zerovec v0.10.4 |
| 1369 | 2025-08-01T20:45:19.783Z | Compiling icu_provider_macros v1.5.0 |
| 1370 | 2025-08-01T20:45:19.859Z | Compiling block-padding v0.3.3 |
| 1371 | 2025-08-01T20:45:20.111Z | Compiling futures-macro v0.3.31 |
| 1372 | 2025-08-01T20:45:20.257Z | Compiling inout v0.1.3 |
| 1373 | 2025-08-01T20:45:20.561Z | Compiling cipher v0.4.4 |
| 1374 | 2025-08-01T20:45:20.611Z | Compiling sha2 v0.10.9 |
| 1375 | 2025-08-01T20:45:20.777Z | Compiling regex v1.11.1 |
| 1376 | 2025-08-01T20:45:20.816Z | Compiling der_derive v0.7.3 |
| 1377 | 2025-08-01T20:45:21.046Z | Compiling zerocopy-derive v0.8.26 |
| 1378 | 2025-08-01T20:45:21.328Z | Compiling zerocopy v0.7.35 |
| 1379 | 2025-08-01T20:45:21.708Z | Compiling tinystr v0.7.6 |
| 1380 | 2025-08-01T20:45:21.731Z | Compiling icu_collections v1.5.0 |
| 1381 | 2025-08-01T20:45:21.835Z | Compiling futures-util v0.3.31 |
| 1382 | 2025-08-01T20:45:22.078Z | Compiling icu_locid v1.5.0 |
| 1383 | 2025-08-01T20:45:22.532Z | Compiling serde v1.0.219 |
| 1384 | 2025-08-01T20:45:22.699Z | Compiling thiserror-impl v1.0.69 |
| 1385 | 2025-08-01T20:45:22.926Z | Compiling ppv-lite86 v0.2.20 |
| 1386 | 2025-08-01T20:45:23.030Z | Compiling der v0.7.9 |
| 1387 | 2025-08-01T20:45:23.717Z | Compiling icu_provider v1.5.0 |
| 1388 | 2025-08-01T20:45:23.967Z | Compiling salsa20 v0.10.2 |
| 1389 | 2025-08-01T20:45:23.989Z | Compiling pbkdf2 v0.12.2 |
| 1390 | 2025-08-01T20:45:24.179Z | Compiling scrypt v0.11.0 |
| 1391 | 2025-08-01T20:45:24.201Z | Compiling aes v0.8.4 |
| 1392 | 2025-08-01T20:45:24.696Z | Compiling icu_locid_transform v1.5.0 |
| 1393 | 2025-08-01T20:45:24.701Z | Compiling cbc v0.1.2 |
| 1394 | 2025-08-01T20:45:25.052Z | Compiling spki v0.7.3 |
| 1395 | 2025-08-01T20:45:25.392Z | Compiling pkcs5 v0.7.1 |
| 1396 | 2025-08-01T20:45:25.571Z | Compiling thiserror v1.0.69 |
| 1397 | 2025-08-01T20:45:25.735Z | Compiling pest v2.7.14 |
| 1398 | 2025-08-01T20:45:25.991Z | Compiling icu_properties v1.5.1 |
| 1399 | 2025-08-01T20:45:26.470Z | Compiling tracing-attributes v0.1.27 |
| 1400 | 2025-08-01T20:45:26.873Z | Compiling pkcs8 v0.10.2 |
| 1401 | 2025-08-01T20:45:26.956Z | Compiling scroll_derive v0.12.0 |
| 1402 | 2025-08-01T20:45:27.091Z | Compiling base64 v0.22.1 |
| 1403 | 2025-08-01T20:45:27.498Z | Compiling rustversion v1.0.17 |
| 1404 | 2025-08-01T20:45:27.697Z | Compiling bitflags v2.9.1 |
| 1405 | 2025-08-01T20:45:27.757Z | Compiling bytes v1.10.1 |
| 1406 | 2025-08-01T20:45:28.145Z | Compiling semver v1.0.26 |
| 1407 | 2025-08-01T20:45:28.285Z | Compiling indexmap v2.10.0 |
| 1408 | 2025-08-01T20:45:28.614Z | Compiling rustc_version v0.4.1 |
| 1409 | 2025-08-01T20:45:28.803Z | Compiling uuid v1.17.0 |
| 1410 | 2025-08-01T20:45:29.203Z | Compiling tokio v1.47.0 |
| 1411 | 2025-08-01T20:45:29.288Z | Compiling http v1.3.1 |
| 1412 | 2025-08-01T20:45:29.643Z | Compiling icu_normalizer v1.5.0 |
| 1413 | 2025-08-01T20:45:29.678Z | Compiling tracing v0.1.40 |
| 1414 | 2025-08-01T20:45:30.179Z | Compiling pest_meta v2.7.14 |
| 1415 | 2025-08-01T20:45:30.198Z | Compiling chrono v0.4.41 |
| 1416 | 2025-08-01T20:45:30.489Z | Compiling scroll v0.12.0 |
| 1417 | 2025-08-01T20:45:30.765Z | Compiling idna_adapter v1.2.0 |
| 1418 | 2025-08-01T20:45:31.012Z | Compiling idna v1.0.3 |
| 1419 | 2025-08-01T20:45:31.039Z | Compiling http-body v1.0.1 |
| 1420 | 2025-08-01T20:45:31.311Z | Compiling rand_core v0.9.2 |
| 1421 | 2025-08-01T20:45:31.393Z | Compiling tinyvec v1.8.0 |
| 1422 | 2025-08-01T20:45:31.440Z | Compiling serde_derive_internals v0.29.1 |
| 1423 | 2025-08-01T20:45:31.714Z | Compiling which v4.4.2 |
| 1424 | 2025-08-01T20:45:32.492Z | Compiling url v2.5.4 |
| 1425 | 2025-08-01T20:45:32.736Z | Compiling pest_generator v2.7.14 |
| 1426 | 2025-08-01T20:45:32.851Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1427 | 2025-08-01T20:45:33.377Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1428 | 2025-08-01T20:45:33.588Z | Compiling openssl v0.10.73 |
| 1429 | 2025-08-01T20:45:33.604Z | Compiling num-conv v0.1.0 |
| 1430 | 2025-08-01T20:45:33.925Z | Compiling atomic-waker v1.1.2 |
| 1431 | 2025-08-01T20:45:33.962Z | Compiling openssl-probe v0.1.5 |
| 1432 | 2025-08-01T20:45:34.047Z | Compiling try-lock v0.2.5 |
| 1433 | 2025-08-01T20:45:34.149Z | Compiling powerfmt v0.2.0 |
| 1434 | 2025-08-01T20:45:34.168Z | Compiling foreign-types-shared v0.1.1 |
| 1435 | 2025-08-01T20:45:34.200Z | Compiling untrusted v0.9.0 |
| 1436 | 2025-08-01T20:45:34.255Z | Compiling tower-service v0.3.3 |
| 1437 | 2025-08-01T20:45:34.295Z | Compiling time-core v0.1.2 |
| 1438 | 2025-08-01T20:45:34.398Z | Compiling untrusted v0.7.1 |
| 1439 | 2025-08-01T20:45:34.412Z | Compiling adler2 v2.0.0 |
| 1440 | 2025-08-01T20:45:34.427Z | Compiling schemars v0.8.22 |
| 1441 | 2025-08-01T20:45:34.488Z | Compiling time-macros v0.2.18 |
| 1442 | 2025-08-01T20:45:34.551Z | Compiling deranged v0.3.11 |
| 1443 | 2025-08-01T20:45:34.598Z | Compiling pest_derive v2.7.14 |
| 1444 | 2025-08-01T20:45:34.657Z | Compiling miniz_oxide v0.8.5 |
| 1445 | 2025-08-01T20:45:34.816Z | Compiling foreign-types v0.3.2 |
| 1446 | 2025-08-01T20:45:34.978Z | Compiling want v0.3.1 |
| 1447 | 2025-08-01T20:45:35.214Z | Compiling goblin v0.8.2 |
| 1448 | 2025-08-01T20:45:35.881Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2025-08-01T20:45:36.941Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2025-08-01T20:45:37.247Z | Compiling tokio-util v0.7.15 |
| 1451 | 2025-08-01T20:45:38.646Z | Compiling h2 v0.4.6 |
| 1452 | 2025-08-01T20:45:39.280Z | Compiling ipnet v2.11.0 |
| 1453 | 2025-08-01T20:45:40.068Z | Compiling openssl-macros v0.1.1 |
| 1454 | 2025-08-01T20:45:40.342Z | Compiling dyn-clone v1.0.19 |
| 1455 | 2025-08-01T20:45:40.572Z | Compiling num_threads v0.1.7 |
| 1456 | 2025-08-01T20:45:40.725Z | Compiling rustls v0.23.19 |
| 1457 | 2025-08-01T20:45:40.756Z | Compiling syn v1.0.109 |
| 1458 | 2025-08-01T20:45:40.793Z | Compiling crossbeam-utils v0.8.21 |
| 1459 | 2025-08-01T20:45:41.020Z | Compiling native-tls v0.2.12 |
| 1460 | 2025-08-01T20:45:41.320Z | Compiling httpdate v1.0.3 |
| 1461 | 2025-08-01T20:45:41.447Z | Compiling dof v0.3.0 |
| 1462 | 2025-08-01T20:45:41.752Z | Compiling time v0.3.36 |
| 1463 | 2025-08-01T20:45:43.173Z | Compiling rand v0.9.1 |
| 1464 | 2025-08-01T20:45:43.995Z | Compiling dtrace-parser v0.2.0 |
| 1465 | 2025-08-01T20:45:44.921Z | Compiling unicode-normalization v0.1.24 |
| 1466 | 2025-08-01T20:45:45.325Z | Compiling heapless v0.7.17 |
| 1467 | 2025-08-01T20:45:45.727Z | Compiling hyper v1.6.0 |
| 1468 | 2025-08-01T20:45:45.775Z | Compiling signature v2.2.0 |
| 1469 | 2025-08-01T20:45:45.899Z | Compiling crc32fast v1.4.2 |
| 1470 | 2025-08-01T20:45:46.076Z | Compiling cookie v0.18.1 |
| 1471 | 2025-08-01T20:45:46.156Z | Compiling signal-hook v0.3.18 |
| 1472 | 2025-08-01T20:45:46.229Z | Compiling slog v2.7.0 |
| 1473 | 2025-08-01T20:45:46.384Z | Compiling siphasher v0.3.11 |
| 1474 | 2025-08-01T20:45:46.465Z | Compiling unicode-bidi v0.3.17 |
| 1475 | 2025-08-01T20:45:46.735Z | Compiling zlib-rs v0.5.1 |
| 1476 | 2025-08-01T20:45:46.782Z | Compiling unicode-properties v0.1.3 |
| 1477 | 2025-08-01T20:45:47.197Z | Compiling zstd-safe v7.2.3 |
| 1478 | 2025-08-01T20:45:47.539Z | Compiling stringprep v0.1.5 |
| 1479 | 2025-08-01T20:45:48.083Z | Compiling hyper-util v0.1.16 |
| 1480 | 2025-08-01T20:45:48.233Z | Compiling phf_shared v0.11.2 |
| 1481 | 2025-08-01T20:45:48.572Z | Compiling usdt-impl v0.5.0 |
| 1482 | 2025-08-01T20:45:49.066Z | Compiling curve25519-dalek v4.1.3 |
| 1483 | 2025-08-01T20:45:49.735Z | Compiling serde_spanned v0.6.9 |
| 1484 | 2025-08-01T20:45:49.838Z | Compiling serde_tokenstream v0.2.2 |
| 1485 | 2025-08-01T20:45:49.861Z | Compiling toml_datetime v0.6.11 |
| 1486 | 2025-08-01T20:45:49.986Z | Compiling rand_chacha v0.3.1 |
| 1487 | 2025-08-01T20:45:50.017Z | Compiling md-5 v0.10.6 |
| 1488 | 2025-08-01T20:45:50.304Z | Compiling num-integer v0.1.46 |
| 1489 | 2025-08-01T20:45:50.350Z | Compiling sync_wrapper v1.0.1 |
| 1490 | 2025-08-01T20:45:50.422Z | Compiling hash32 v0.2.1 |
| 1491 | 2025-08-01T20:45:50.526Z | Compiling ff v0.13.0 |
| 1492 | 2025-08-01T20:45:50.778Z | Compiling memoffset v0.9.1 |
| 1493 | 2025-08-01T20:45:50.782Z | Compiling cfg_aliases v0.2.1 |
| 1494 | 2025-08-01T20:45:50.903Z | Compiling litrs v0.4.1 |
| 1495 | 2025-08-01T20:45:51.005Z | Compiling psl-types v2.0.11 |
| 1496 | 2025-08-01T20:45:51.147Z | Compiling newtype-uuid v1.2.4 |
| 1497 | 2025-08-01T20:45:51.224Z | Compiling num-bigint-dig v0.8.4 |
| 1498 | 2025-08-01T20:45:51.453Z | Compiling smoltcp v0.9.1 |
| 1499 | 2025-08-01T20:45:51.559Z | Compiling base16ct v0.2.0 |
| 1500 | 2025-08-01T20:45:51.658Z | Compiling fallible-iterator v0.2.0 |
| 1501 | 2025-08-01T20:45:51.880Z | Compiling tower-layer v0.3.3 |
| 1502 | 2025-08-01T20:45:51.922Z | Compiling gimli v0.31.1 |
| 1503 | 2025-08-01T20:45:52.119Z | Compiling tower v0.5.2 |
| 1504 | 2025-08-01T20:45:52.144Z | Compiling document-features v0.2.11 |
| 1505 | 2025-08-01T20:45:52.164Z | Compiling sec1 v0.7.3 |
| 1506 | 2025-08-01T20:45:52.289Z | Compiling postgres-protocol v0.6.8 |
| 1507 | 2025-08-01T20:45:52.744Z | Compiling publicsuffix v2.3.0 |
| 1508 | 2025-08-01T20:45:52.947Z | Compiling libz-rs-sys v0.5.1 |
| 1509 | 2025-08-01T20:45:53.225Z | Compiling flate2 v1.1.2 |
| 1510 | 2025-08-01T20:45:53.257Z | Compiling nix v0.29.0 |
| 1511 | 2025-08-01T20:45:53.332Z | Compiling num-iter v0.1.45 |
| 1512 | 2025-08-01T20:45:53.463Z | Compiling group v0.13.0 |
| 1513 | 2025-08-01T20:45:53.792Z | Compiling rand v0.8.5 |
| 1514 | 2025-08-01T20:45:54.612Z | Compiling tokio-native-tls v0.3.1 |
| 1515 | 2025-08-01T20:45:54.916Z | Compiling ipnetwork v0.21.1 |
| 1516 | 2025-08-01T20:45:54.938Z | Compiling strum_macros v0.27.1 |
| 1517 | 2025-08-01T20:45:55.008Z | Compiling rustls-native-certs v0.8.1 |
| 1518 | 2025-08-01T20:45:55.105Z | Compiling terminal_size v0.4.0 |
| 1519 | 2025-08-01T20:45:55.339Z | Compiling http-body-util v0.1.3 |
| 1520 | 2025-08-01T20:45:55.554Z | Compiling hkdf v0.12.4 |
| 1521 | 2025-08-01T20:45:55.618Z | Compiling crypto-bigint v0.5.5 |
| 1522 | 2025-08-01T20:45:55.742Z | Compiling webpki-roots v1.0.1 |
| 1523 | 2025-08-01T20:45:55.812Z | Compiling thiserror-impl v2.0.12 |
| 1524 | 2025-08-01T20:45:55.833Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1525 | 2025-08-01T20:45:55.959Z | Compiling addr2line v0.24.2 |
| 1526 | 2025-08-01T20:45:56.573Z | Compiling async-trait v0.1.88 |
| 1527 | 2025-08-01T20:45:56.657Z | Compiling ahash v0.8.12 |
| 1528 | 2025-08-01T20:45:57.035Z | Compiling fs-err v3.1.1 |
| 1529 | 2025-08-01T20:45:57.192Z | Compiling object v0.36.5 |
| 1530 | 2025-08-01T20:45:57.378Z | Compiling rustc-demangle v0.1.24 |
| 1531 | 2025-08-01T20:45:58.265Z | Compiling buf-list v1.0.3 |
| 1532 | 2025-08-01T20:45:58.893Z | Compiling simd-adler32 v0.3.7 |
| 1533 | 2025-08-01T20:45:58.912Z | Compiling winnow v0.5.40 |
| 1534 | 2025-08-01T20:45:59.047Z | Compiling bitflags v1.3.2 |
| 1535 | 2025-08-01T20:45:59.176Z | Compiling anyhow v1.0.98 |
| 1536 | 2025-08-01T20:45:59.469Z | Compiling iri-string v0.7.8 |
| 1537 | 2025-08-01T20:45:59.811Z | Compiling managed v0.8.0 |
| 1538 | 2025-08-01T20:45:59.815Z | Compiling lockfree-object-pool v0.1.6 |
| 1539 | 2025-08-01T20:46:00.110Z | Compiling rustix v1.0.7 |
| 1540 | 2025-08-01T20:46:00.266Z | Compiling bumpalo v3.16.0 |
| 1541 | 2025-08-01T20:46:00.379Z | Compiling hubpack_derive v0.1.1 |
| 1542 | 2025-08-01T20:46:00.728Z | Compiling zopfli v0.8.1 |
| 1543 | 2025-08-01T20:46:01.240Z | Compiling hubpack v0.1.2 |
| 1544 | 2025-08-01T20:46:01.658Z | Compiling strum v0.27.2 |
| 1545 | 2025-08-01T20:46:01.708Z | Compiling clap_builder v4.5.41 |
| 1546 | 2025-08-01T20:46:01.870Z | Compiling thiserror v2.0.12 |
| 1547 | 2025-08-01T20:46:02.042Z | Compiling toml_edit v0.19.15 |
| 1548 | 2025-08-01T20:46:02.259Z | Compiling elliptic-curve v0.13.8 |
| 1549 | 2025-08-01T20:46:02.280Z | Compiling tower-http v0.6.6 |
| 1550 | 2025-08-01T20:46:03.128Z | Compiling hyper-tls v0.6.0 |
| 1551 | 2025-08-01T20:46:03.150Z | Compiling oxnet v0.1.3 |
| 1552 | 2025-08-01T20:46:03.524Z | Compiling cookie_store v0.21.1 |
| 1553 | 2025-08-01T20:46:03.950Z | Compiling backtrace v0.3.74 |
| 1554 | 2025-08-01T20:46:04.271Z | Compiling signal-hook-mio v0.2.4 |
| 1555 | 2025-08-01T20:46:04.469Z | Compiling zstd v0.13.3 |
| 1556 | 2025-08-01T20:46:05.042Z | Compiling postgres-types v0.2.9 |
| 1557 | 2025-08-01T20:46:05.584Z | Compiling usdt-attr-macro v0.5.0 |
| 1558 | 2025-08-01T20:46:06.313Z | Compiling usdt-macro v0.5.0 |
| 1559 | 2025-08-01T20:46:06.662Z | Compiling phf v0.11.2 |
| 1560 | 2025-08-01T20:46:06.943Z | Compiling ed25519 v2.2.3 |
| 1561 | 2025-08-01T20:46:07.125Z | Compiling bzip2 v0.5.2 |
| 1562 | 2025-08-01T20:46:07.521Z | Compiling bzip2 v0.4.4 |
| 1563 | 2025-08-01T20:46:07.741Z | Compiling strum_macros v0.26.4 |
| 1564 | 2025-08-01T20:46:07.923Z | Compiling serde_urlencoded v0.7.1 |
| 1565 | 2025-08-01T20:46:08.451Z | Compiling serde-big-array v0.5.1 |
| 1566 | 2025-08-01T20:46:08.563Z | Compiling pkcs1 v0.7.5 |
| 1567 | 2025-08-01T20:46:08.697Z | Compiling rfc6979 v0.4.0 |
| 1568 | 2025-08-01T20:46:08.770Z | Compiling bstr v1.10.0 |
| 1569 | 2025-08-01T20:46:08.943Z | Compiling enum-as-inner v0.6.1 |
| 1570 | 2025-08-01T20:46:09.115Z | Compiling daft-derive v0.1.4 |
| 1571 | 2025-08-01T20:46:09.451Z | Compiling serde_repr v0.1.19 |
| 1572 | 2025-08-01T20:46:10.005Z | Compiling clap_derive v4.5.41 |
| 1573 | 2025-08-01T20:46:10.233Z | Compiling float-cmp v0.10.0 |
| 1574 | 2025-08-01T20:46:10.331Z | Compiling socket2 v0.5.10 |
| 1575 | 2025-08-01T20:46:10.478Z | Compiling encoding_rs v0.8.34 |
| 1576 | 2025-08-01T20:46:10.515Z | Compiling normalize-line-endings v0.3.0 |
| 1577 | 2025-08-01T20:46:10.654Z | Compiling unicode-segmentation v1.12.0 |
| 1578 | 2025-08-01T20:46:10.676Z | Compiling difflib v0.4.0 |
| 1579 | 2025-08-01T20:46:11.213Z | Compiling whoami v1.5.2 |
| 1580 | 2025-08-01T20:46:11.502Z | Compiling new_debug_unreachable v1.0.6 |
| 1581 | 2025-08-01T20:46:11.615Z | Compiling mime v0.3.17 |
| 1582 | 2025-08-01T20:46:11.785Z | Compiling data-encoding v2.9.0 |
| 1583 | 2025-08-01T20:46:11.937Z | Compiling fixedbitset v0.4.2 |
| 1584 | 2025-08-01T20:46:12.129Z | Compiling static_assertions v1.1.0 |
| 1585 | 2025-08-01T20:46:12.149Z | Compiling predicates-core v1.0.8 |
| 1586 | 2025-08-01T20:46:12.252Z | Compiling precomputed-hash v0.1.1 |
| 1587 | 2025-08-01T20:46:12.341Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1588 | 2025-08-01T20:46:12.391Z | Compiling predicates v3.1.3 |
| 1589 | 2025-08-01T20:46:12.478Z | Compiling hickory-proto v0.25.2 |
| 1590 | 2025-08-01T20:46:13.536Z | Compiling string_cache v0.8.9 |
| 1591 | 2025-08-01T20:46:13.850Z | Compiling petgraph v0.6.5 |
| 1592 | 2025-08-01T20:46:14.003Z | Compiling strum v0.26.3 |
| 1593 | 2025-08-01T20:46:14.153Z | Compiling toml_edit v0.22.27 |
| 1594 | 2025-08-01T20:46:14.219Z | Compiling tokio-postgres v0.7.13 |
| 1595 | 2025-08-01T20:46:14.340Z | Compiling clap v4.5.41 |
| 1596 | 2025-08-01T20:46:14.477Z | Compiling similar v2.7.0 |
| 1597 | 2025-08-01T20:46:16.346Z | Compiling console v0.15.10 |
| 1598 | 2025-08-01T20:46:16.520Z | Compiling daft v0.1.4 |
| 1599 | 2025-08-01T20:46:17.083Z | Compiling usdt v0.5.0 |
| 1600 | 2025-08-01T20:46:17.357Z | Compiling rsa v0.9.6 |
| 1601 | 2025-08-01T20:46:17.557Z | Compiling ecdsa v0.16.9 |
| 1602 | 2025-08-01T20:46:17.579Z | Compiling zip v0.6.6 |
| 1603 | 2025-08-01T20:46:18.395Z | Compiling zip v4.2.0 |
| 1604 | 2025-08-01T20:46:18.808Z | Compiling ed25519-dalek v2.1.1 |
| 1605 | 2025-08-01T20:46:19.065Z | Compiling toml v0.7.8 |
| 1606 | 2025-08-01T20:46:20.482Z | Compiling crossterm v0.28.1 |
| 1607 | 2025-08-01T20:46:21.475Z | Compiling crossbeam-epoch v0.9.18 |
| 1608 | 2025-08-01T20:46:21.503Z | Compiling tokio-stream v0.1.17 |
| 1609 | 2025-08-01T20:46:21.718Z | Compiling openapiv3 v2.2.0 |
| 1610 | 2025-08-01T20:46:22.143Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1611 | 2025-08-01T20:46:22.474Z | Compiling x509-cert v0.2.5 |
| 1612 | 2025-08-01T20:46:22.553Z | Compiling sha1 v0.10.6 |
| 1613 | 2025-08-01T20:46:22.996Z | Compiling itertools v0.10.5 |
| 1614 | 2025-08-01T20:46:23.583Z | Compiling itertools v0.13.0 |
| 1615 | 2025-08-01T20:46:23.851Z | Compiling dirs-sys-next v0.1.2 |
| 1616 | 2025-08-01T20:46:24.061Z | Compiling winnow v0.6.26 |
| 1617 | 2025-08-01T20:46:24.395Z | Compiling lalrpop-util v0.19.12 |
| 1618 | 2025-08-01T20:46:24.639Z | Compiling peg-runtime v0.8.5 |
| 1619 | 2025-08-01T20:46:24.768Z | Compiling rustc-hash v2.1.1 |
| 1620 | 2025-08-01T20:46:24.977Z | Compiling dirs-next v2.0.0 |
| 1621 | 2025-08-01T20:46:25.187Z | Compiling thread_local v1.1.8 |
| 1622 | 2025-08-01T20:46:25.207Z | Compiling slog-async v2.8.0 |
| 1623 | 2025-08-01T20:46:25.564Z | Compiling term v0.7.0 |
| 1624 | 2025-08-01T20:46:25.598Z | Compiling crossbeam-channel v0.5.15 |
| 1625 | 2025-08-01T20:46:25.665Z | Compiling xattr v1.3.1 |
| 1626 | 2025-08-01T20:46:25.798Z | Compiling futures-executor v0.3.31 |
| 1627 | 2025-08-01T20:46:25.932Z | Compiling filetime v0.2.25 |
| 1628 | 2025-08-01T20:46:26.257Z | Compiling is-terminal v0.4.13 |
| 1629 | 2025-08-01T20:46:26.298Z | Compiling take_mut v0.2.2 |
| 1630 | 2025-08-01T20:46:26.412Z | Compiling slog-term v2.9.1 |
| 1631 | 2025-08-01T20:46:26.564Z | Compiling tar v0.4.44 |
| 1632 | 2025-08-01T20:46:26.591Z | Compiling futures v0.3.31 |
| 1633 | 2025-08-01T20:46:26.722Z | Compiling camino v1.1.10 |
| 1634 | 2025-08-01T20:46:32.256Z | Compiling aws-lc-sys v0.26.0 |
| 1635 | 2025-08-01T20:47:01.417Z | Compiling rustls-webpki v0.102.8 |
| 1636 | 2025-08-01T20:47:05.828Z | Compiling tokio-rustls v0.26.0 |
| 1637 | 2025-08-01T20:47:06.079Z | Compiling hyper-rustls v0.27.7 |
| 1638 | 2025-08-01T20:47:06.366Z | Compiling reqwest v0.12.22 |
| 1639 | 2025-08-01T20:47:09.750Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1640 | 2025-08-01T20:47:10.036Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1641 | 2025-08-01T20:47:14.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1642 | 2025-08-01T20:47:14.688Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1643 | 2025-08-01T20:47:14.725Z | Aug 01 20:47:14.121 INFO Starting download, target: Console |
| 1644 | 2025-08-01T20:47:14.726Z | Aug 01 20:47:14.121 INFO Starting download, target: Cockroach |
| 1645 | 2025-08-01T20:47:14.726Z | Aug 01 20:47:14.121 INFO Starting download, target: DendriteStub |
| 1646 | 2025-08-01T20:47:14.738Z | Aug 01 20:47:14.121 INFO Starting download, target: Clickhouse |
| 1647 | 2025-08-01T20:47:14.738Z | Aug 01 20:47:14.121 INFO Starting download, target: MaghemiteMgd |
| 1648 | 2025-08-01T20:47:14.738Z | Aug 01 20:47:14.121 INFO Starting download, target: TransceiverControl |
| 1649 | 2025-08-01T20:47:14.738Z | Aug 01 20:47:14.122 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1650 | 2025-08-01T20:47:14.738Z | Aug 01 20:47:14.122 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1651 | 2025-08-01T20:47:14.739Z | Aug 01 20:47:14.122 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1652 | 2025-08-01T20:47:14.739Z | Aug 01 20:47:14.122 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1653 | 2025-08-01T20:47:14.739Z | Aug 01 20:47:14.122 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1654 | 2025-08-01T20:47:14.739Z | Aug 01 20:47:14.122 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1655 | 2025-08-01T20:47:15.348Z | Aug 01 20:47:14.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1656 | 2025-08-01T20:47:15.405Z | Aug 01 20:47:14.695 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1657 | 2025-08-01T20:47:15.752Z | Aug 01 20:47:15.122 INFO Download complete, target: Console |
| 1658 | 2025-08-01T20:47:15.847Z | Aug 01 20:47:15.147 INFO Download complete, target: TransceiverControl |
| 1659 | 2025-08-01T20:47:16.368Z | Aug 01 20:47:15.763 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1660 | 2025-08-01T20:47:16.698Z | Aug 01 20:47:16.097 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1661 | 2025-08-01T20:47:16.720Z | Aug 01 20:47:16.119 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1662 | 2025-08-01T20:47:17.129Z | Aug 01 20:47:16.529 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1663 | 2025-08-01T20:47:17.129Z | Aug 01 20:47:16.529 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1664 | 2025-08-01T20:47:19.762Z | Aug 01 20:47:19.161 INFO Download complete, target: DendriteStub |
| 1665 | 2025-08-01T20:47:20.241Z | Aug 01 20:47:19.641 INFO Download complete, target: MaghemiteMgd |
| 1666 | 2025-08-01T20:47:23.734Z | Aug 01 20:47:23.134 INFO Checking that binary works, target: Cockroach |
| 1667 | 2025-08-01T20:47:23.884Z | Aug 01 20:47:23.283 INFO Download complete, target: Cockroach |
| 1668 | 2025-08-01T20:47:27.183Z | Aug 01 20:47:26.582 INFO Checking that binary works, target: Clickhouse |
| 1669 | 2025-08-01T20:47:27.350Z | Aug 01 20:47:26.748 INFO Download complete, target: Clickhouse |
| 1670 | 2025-08-01T20:47:27.355Z | All prerequisites installed successfully |
| 1671 | 2025-08-01T20:47:27.358Z | |
| 1672 | 2025-08-01T20:47:27.359Z | real 4:34.823736332 |
| 1673 | 2025-08-01T20:47:27.359Z | user 16:18.772750900 |
| 1674 | 2025-08-01T20:47:27.359Z | sys 2:17.272231924 |
| 1675 | 2025-08-01T20:47:27.359Z | trap 0.605163765 |
| 1676 | 2025-08-01T20:47:27.359Z | tflt 0.931660196 |
| 1677 | 2025-08-01T20:47:27.359Z | dflt 1.068096209 |
| 1678 | 2025-08-01T20:47:27.359Z | kflt 0.028011203 |
| 1679 | 2025-08-01T20:47:27.359Z | lock 37:53.088117804 |
| 1680 | 2025-08-01T20:47:27.360Z | slp 58:44.788388441 |
| 1681 | 2025-08-01T20:47:27.360Z | lat 1:13.391071308 |
| 1682 | 2025-08-01T20:47:27.360Z | stop 2:49.386398027 |
| 1683 | 2025-08-01T20:47:27.360Z | + ptime -m cargo xtask download softnpu |
| 1684 | 2025-08-01T20:47:28.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1685 | 2025-08-01T20:47:28.082Z | Running `target/debug/xtask download softnpu` |
| 1686 | 2025-08-01T20:47:29.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 1687 | 2025-08-01T20:47:29.144Z | Running `target/debug/xtask-downloader softnpu` |
| 1688 | 2025-08-01T20:47:29.189Z | Aug 01 20:47:28.588 INFO Starting download, target: Softnpu |
| 1689 | 2025-08-01T20:47:29.194Z | Aug 01 20:47:28.589 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1690 | 2025-08-01T20:47:29.946Z | Aug 01 20:47:29.345 INFO Download complete, target: Softnpu |
| 1691 | 2025-08-01T20:47:29.950Z | |
| 1692 | 2025-08-01T20:47:29.954Z | real 2.588137447 |
| 1693 | 2025-08-01T20:47:29.954Z | user 1.549036260 |
| 1694 | 2025-08-01T20:47:29.954Z | sys 0.649834894 |
| 1695 | 2025-08-01T20:47:29.954Z | trap 0.001331979 |
| 1696 | 2025-08-01T20:47:29.954Z | tflt 0.000136078 |
| 1697 | 2025-08-01T20:47:29.954Z | dflt 0.000199884 |
| 1698 | 2025-08-01T20:47:29.954Z | kflt 0.000000000 |
| 1699 | 2025-08-01T20:47:29.954Z | lock 8.005228730 |
| 1700 | 2025-08-01T20:47:29.954Z | slp 0.566966370 |
| 1701 | 2025-08-01T20:47:29.954Z | lat 0.075426686 |
| 1702 | 2025-08-01T20:47:29.954Z | stop 0.000207943 |
| 1703 | 2025-08-01T20:47:29.954Z | + export CARGO_INCREMENTAL=0 |
| 1704 | 2025-08-01T20:47:29.954Z | + CARGO_INCREMENTAL=0 |
| 1705 | 2025-08-01T20:47:29.954Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1706 | 2025-08-01T20:47:31.183Z | Compiling proc-macro2 v1.0.95 |
| 1707 | 2025-08-01T20:47:31.183Z | Compiling unicode-ident v1.0.18 |
| 1708 | 2025-08-01T20:47:31.183Z | Compiling libc v0.2.174 |
| 1709 | 2025-08-01T20:47:31.187Z | Compiling serde v1.0.219 |
| 1710 | 2025-08-01T20:47:31.187Z | Compiling autocfg v1.4.0 |
| 1711 | 2025-08-01T20:47:31.187Z | Compiling cfg-if v1.0.1 |
| 1712 | 2025-08-01T20:47:31.187Z | Compiling version_check v0.9.5 |
| 1713 | 2025-08-01T20:47:31.474Z | Compiling memchr v2.7.4 |
| 1714 | 2025-08-01T20:47:31.528Z | Compiling shlex v1.3.0 |
| 1715 | 2025-08-01T20:47:31.550Z | Compiling portable-atomic v1.11.0 |
| 1716 | 2025-08-01T20:47:31.912Z | Compiling typenum v1.17.0 |
| 1717 | 2025-08-01T20:47:31.946Z | Compiling value-bag v1.9.0 |
| 1718 | 2025-08-01T20:47:32.151Z | Compiling lock_api v0.4.12 |
| 1719 | 2025-08-01T20:47:32.330Z | Compiling generic-array v0.14.7 |
| 1720 | 2025-08-01T20:47:32.477Z | Compiling log v0.4.27 |
| 1721 | 2025-08-01T20:47:32.672Z | Compiling libm v0.2.8 |
| 1722 | 2025-08-01T20:47:32.691Z | Compiling getrandom v0.3.1 |
| 1723 | 2025-08-01T20:47:32.738Z | Compiling serde_json v1.0.141 |
| 1724 | 2025-08-01T20:47:33.020Z | Compiling quote v1.0.40 |
| 1725 | 2025-08-01T20:47:33.066Z | Compiling num-traits v0.2.19 |
| 1726 | 2025-08-01T20:47:33.096Z | Compiling parking_lot_core v0.9.10 |
| 1727 | 2025-08-01T20:47:33.140Z | Compiling jobserver v0.1.32 |
| 1728 | 2025-08-01T20:47:33.398Z | Compiling semver v1.0.26 |
| 1729 | 2025-08-01T20:47:33.451Z | Compiling syn v2.0.104 |
| 1730 | 2025-08-01T20:47:33.473Z | Compiling smallvec v1.15.1 |
| 1731 | 2025-08-01T20:47:33.494Z | Compiling scopeguard v1.2.0 |
| 1732 | 2025-08-01T20:47:33.520Z | Compiling pkg-config v0.3.31 |
| 1733 | 2025-08-01T20:47:33.584Z | Compiling cc v1.2.30 |
| 1734 | 2025-08-01T20:47:33.797Z | Compiling getrandom v0.2.15 |
| 1735 | 2025-08-01T20:47:33.876Z | Compiling itoa v1.0.11 |
| 1736 | 2025-08-01T20:47:33.942Z | Compiling aho-corasick v1.1.3 |
| 1737 | 2025-08-01T20:47:34.115Z | Compiling rustix v0.38.37 |
| 1738 | 2025-08-01T20:47:34.141Z | Compiling regex-syntax v0.8.5 |
| 1739 | 2025-08-01T20:47:34.994Z | Compiling either v1.15.0 |
| 1740 | 2025-08-01T20:47:35.558Z | Compiling critical-section v1.1.3 |
| 1741 | 2025-08-01T20:47:35.600Z | Compiling stable_deref_trait v1.2.0 |
| 1742 | 2025-08-01T20:47:35.742Z | Compiling slab v0.4.9 |
| 1743 | 2025-08-01T20:47:35.769Z | Compiling errno v0.3.12 |
| 1744 | 2025-08-01T20:47:36.120Z | Compiling once_cell v1.21.3 |
| 1745 | 2025-08-01T20:47:36.208Z | Compiling spin v0.9.8 |
| 1746 | 2025-08-01T20:47:36.231Z | Compiling allocator-api2 v0.2.21 |
| 1747 | 2025-08-01T20:47:36.234Z | Compiling equivalent v1.0.2 |
| 1748 | 2025-08-01T20:47:36.406Z | Compiling foldhash v0.1.5 |
| 1749 | 2025-08-01T20:47:36.527Z | Compiling rand_core v0.6.4 |
| 1750 | 2025-08-01T20:47:36.805Z | Compiling glob v0.3.2 |
| 1751 | 2025-08-01T20:47:36.908Z | Compiling hashbrown v0.15.4 |
| 1752 | 2025-08-01T20:47:37.106Z | Compiling ryu v1.0.18 |
| 1753 | 2025-08-01T20:47:37.163Z | Compiling prettyplease v0.2.36 |
| 1754 | 2025-08-01T20:47:37.443Z | Compiling clang-sys v1.8.1 |
| 1755 | 2025-08-01T20:47:37.514Z | Compiling regex-automata v0.4.8 |
| 1756 | 2025-08-01T20:47:37.712Z | Compiling subtle v2.6.1 |
| 1757 | 2025-08-01T20:47:37.715Z | Compiling pin-project-lite v0.2.14 |
| 1758 | 2025-08-01T20:47:37.893Z | Compiling zerocopy v0.8.26 |
| 1759 | 2025-08-01T20:47:38.181Z | Compiling lazy_static v1.5.0 |
| 1760 | 2025-08-01T20:47:38.548Z | Compiling minimal-lexical v0.2.1 |
| 1761 | 2025-08-01T20:47:38.569Z | Compiling writeable v0.5.5 |
| 1762 | 2025-08-01T20:47:38.601Z | Compiling schemars v0.8.22 |
| 1763 | 2025-08-01T20:47:38.980Z | Compiling litemap v0.7.3 |
| 1764 | 2025-08-01T20:47:39.440Z | Compiling nom v7.1.3 |
| 1765 | 2025-08-01T20:47:39.658Z | Compiling libloading v0.8.5 |
| 1766 | 2025-08-01T20:47:39.697Z | Compiling home v0.5.9 |
| 1767 | 2025-08-01T20:47:39.827Z | Compiling thiserror v1.0.69 |
| 1768 | 2025-08-01T20:47:39.926Z | Compiling percent-encoding v2.3.1 |
| 1769 | 2025-08-01T20:47:40.016Z | Compiling bindgen v0.69.5 |
| 1770 | 2025-08-01T20:47:40.358Z | Compiling synstructure v0.13.1 |
| 1771 | 2025-08-01T20:47:40.401Z | Compiling serde_derive_internals v0.29.1 |
| 1772 | 2025-08-01T20:47:41.530Z | Compiling itertools v0.12.1 |
| 1773 | 2025-08-01T20:47:42.399Z | Compiling lazycell v1.3.0 |
| 1774 | 2025-08-01T20:47:42.597Z | Compiling cexpr v0.6.0 |
| 1775 | 2025-08-01T20:47:42.695Z | Compiling regex v1.11.1 |
| 1776 | 2025-08-01T20:47:42.698Z | Compiling rustc-hash v1.1.0 |
| 1777 | 2025-08-01T20:47:42.897Z | Compiling icu_locid_transform_data v1.5.0 |
| 1778 | 2025-08-01T20:47:43.249Z | Compiling cmake v0.1.51 |
| 1779 | 2025-08-01T20:47:43.591Z | Compiling signal-hook-registry v1.4.2 |
| 1780 | 2025-08-01T20:47:43.848Z | Compiling paste v1.0.15 |
| 1781 | 2025-08-01T20:47:43.929Z | Compiling fnv v1.0.7 |
| 1782 | 2025-08-01T20:47:43.965Z | Compiling byteorder v1.5.0 |
| 1783 | 2025-08-01T20:47:44.097Z | Compiling fs_extra v1.3.0 |
| 1784 | 2025-08-01T20:47:44.119Z | Compiling serde_derive v1.0.219 |
| 1785 | 2025-08-01T20:47:44.323Z | Compiling zeroize_derive v1.4.2 |
| 1786 | 2025-08-01T20:47:44.373Z | Compiling zerofrom-derive v0.1.4 |
| 1787 | 2025-08-01T20:47:44.504Z | Compiling yoke-derive v0.7.4 |
| 1788 | 2025-08-01T20:47:44.594Z | Compiling zerovec-derive v0.10.3 |
| 1789 | 2025-08-01T20:47:44.905Z | Compiling displaydoc v0.2.5 |
| 1790 | 2025-08-01T20:47:45.582Z | Compiling icu_provider_macros v1.5.0 |
| 1791 | 2025-08-01T20:47:46.223Z | Compiling tokio-macros v2.5.0 |
| 1792 | 2025-08-01T20:47:46.296Z | Compiling zeroize v1.8.1 |
| 1793 | 2025-08-01T20:47:46.720Z | Compiling zerocopy-derive v0.7.35 |
| 1794 | 2025-08-01T20:47:46.743Z | Compiling futures-macro v0.3.31 |
| 1795 | 2025-08-01T20:47:46.813Z | Compiling zerocopy-derive v0.8.26 |
| 1796 | 2025-08-01T20:47:47.137Z | Compiling zerofrom v0.1.4 |
| 1797 | 2025-08-01T20:47:47.388Z | Compiling yoke v0.7.4 |
| 1798 | 2025-08-01T20:47:47.772Z | Compiling zerovec v0.10.4 |
| 1799 | 2025-08-01T20:47:47.811Z | Compiling schemars_derive v0.8.22 |
| 1800 | 2025-08-01T20:47:48.394Z | Compiling thiserror-impl v1.0.69 |
| 1801 | 2025-08-01T20:47:48.589Z | Compiling dunce v1.0.5 |
| 1802 | 2025-08-01T20:47:48.751Z | Compiling icu_properties_data v1.5.0 |
| 1803 | 2025-08-01T20:47:49.438Z | Compiling parking_lot v0.12.3 |
| 1804 | 2025-08-01T20:47:49.569Z | Compiling mio v1.0.2 |
| 1805 | 2025-08-01T20:47:49.736Z | Compiling tinystr v0.7.6 |
| 1806 | 2025-08-01T20:47:50.183Z | Compiling icu_locid v1.5.0 |
| 1807 | 2025-08-01T20:47:50.336Z | Compiling icu_collections v1.5.0 |
| 1808 | 2025-08-01T20:47:50.865Z | Compiling icu_normalizer_data v1.5.0 |
| 1809 | 2025-08-01T20:47:50.915Z | Compiling utf8_iter v1.0.4 |
| 1810 | 2025-08-01T20:47:51.058Z | Compiling heck v0.5.0 |
| 1811 | 2025-08-01T20:47:51.104Z | Compiling utf16_iter v1.0.5 |
| 1812 | 2025-08-01T20:47:51.283Z | Compiling write16 v1.0.0 |
| 1813 | 2025-08-01T20:47:51.440Z | Compiling icu_provider v1.5.0 |
| 1814 | 2025-08-01T20:47:51.440Z | Compiling crypto-common v0.1.6 |
| 1815 | 2025-08-01T20:47:52.299Z | Compiling icu_locid_transform v1.5.0 |
| 1816 | 2025-08-01T20:47:52.826Z | Compiling socket2 v0.6.0 |
| 1817 | 2025-08-01T20:47:53.837Z | Compiling icu_properties v1.5.1 |
| 1818 | 2025-08-01T20:47:53.868Z | Compiling const-oid v0.9.6 |
| 1819 | 2025-08-01T20:47:54.521Z | Compiling form_urlencoded v1.2.1 |
| 1820 | 2025-08-01T20:47:55.068Z | Compiling ring v0.17.14 |
| 1821 | 2025-08-01T20:47:55.718Z | Compiling bitflags v2.9.1 |
| 1822 | 2025-08-01T20:47:55.927Z | Compiling bytes v1.10.1 |
| 1823 | 2025-08-01T20:47:57.271Z | Compiling indexmap v2.10.0 |
| 1824 | 2025-08-01T20:47:57.876Z | Compiling icu_normalizer v1.5.0 |
| 1825 | 2025-08-01T20:47:58.114Z | Compiling tokio v1.47.0 |
| 1826 | 2025-08-01T20:47:58.977Z | Compiling idna_adapter v1.2.0 |
| 1827 | 2025-08-01T20:47:59.236Z | Compiling idna v1.0.3 |
| 1828 | 2025-08-01T20:47:59.816Z | Compiling which v4.4.2 |
| 1829 | 2025-08-01T20:47:59.972Z | Compiling tracing-attributes v0.1.27 |
| 1830 | 2025-08-01T20:48:00.314Z | Compiling der_derive v0.7.3 |
| 1831 | 2025-08-01T20:48:00.873Z | Compiling vcpkg v0.2.15 |
| 1832 | 2025-08-01T20:48:02.236Z | Compiling aws-lc-rs v1.12.4 |
| 1833 | 2025-08-01T20:48:02.433Z | Compiling thiserror v2.0.12 |
| 1834 | 2025-08-01T20:48:02.692Z | Compiling openssl-sys v0.9.109 |
| 1835 | 2025-08-01T20:48:02.906Z | Compiling url v2.5.4 |
| 1836 | 2025-08-01T20:48:03.659Z | Compiling block-buffer v0.10.4 |
| 1837 | 2025-08-01T20:48:04.209Z | Compiling futures-core v0.3.31 |
| 1838 | 2025-08-01T20:48:04.504Z | Compiling digest v0.10.7 |
| 1839 | 2025-08-01T20:48:04.579Z | Compiling thiserror-impl v2.0.12 |
| 1840 | 2025-08-01T20:48:05.179Z | Compiling httparse v1.9.5 |
| 1841 | 2025-08-01T20:48:05.772Z | Compiling zerocopy v0.7.35 |
| 1842 | 2025-08-01T20:48:07.169Z | Compiling uuid v1.17.0 |
| 1843 | 2025-08-01T20:48:07.368Z | Compiling syn v1.0.109 |
| 1844 | 2025-08-01T20:48:07.415Z | Compiling iana-time-zone v0.1.63 |
| 1845 | 2025-08-01T20:48:08.175Z | Compiling chrono v0.4.41 |
| 1846 | 2025-08-01T20:48:08.600Z | Compiling time-core v0.1.2 |
| 1847 | 2025-08-01T20:48:08.622Z | Compiling num-conv v0.1.0 |
| 1848 | 2025-08-01T20:48:08.931Z | Compiling futures-sink v0.3.31 |
| 1849 | 2025-08-01T20:48:09.131Z | Compiling futures-channel v0.3.31 |
| 1850 | 2025-08-01T20:48:09.364Z | Compiling time-macros v0.2.18 |
| 1851 | 2025-08-01T20:48:11.432Z | Compiling aws-lc-sys v0.26.0 |
| 1852 | 2025-08-01T20:48:11.454Z | Compiling openssl v0.10.73 |
| 1853 | 2025-08-01T20:48:11.896Z | Compiling futures-task v0.3.31 |
| 1854 | 2025-08-01T20:48:11.927Z | Compiling futures-io v0.3.31 |
| 1855 | 2025-08-01T20:48:11.998Z | Compiling strsim v0.11.1 |
| 1856 | 2025-08-01T20:48:12.092Z | Compiling cpufeatures v0.2.14 |
| 1857 | 2025-08-01T20:48:12.219Z | Compiling pin-utils v0.1.0 |
| 1858 | 2025-08-01T20:48:12.349Z | Compiling futures-util v0.3.31 |
| 1859 | 2025-08-01T20:48:12.779Z | Compiling hmac v0.12.1 |
| 1860 | 2025-08-01T20:48:13.043Z | Compiling rustc_version v0.4.1 |
| 1861 | 2025-08-01T20:48:13.582Z | Compiling serde_tokenstream v0.2.2 |
| 1862 | 2025-08-01T20:48:14.065Z | Compiling block-padding v0.3.3 |
| 1863 | 2025-08-01T20:48:14.133Z | Compiling openssl-macros v0.1.1 |
| 1864 | 2025-08-01T20:48:14.301Z | Compiling scroll_derive v0.12.0 |
| 1865 | 2025-08-01T20:48:15.001Z | Compiling rustls v0.23.19 |
| 1866 | 2025-08-01T20:48:15.267Z | Compiling native-tls v0.2.12 |
| 1867 | 2025-08-01T20:48:15.350Z | Compiling dyn-clone v1.0.19 |
| 1868 | 2025-08-01T20:48:15.630Z | Compiling ucd-trie v0.1.7 |
| 1869 | 2025-08-01T20:48:15.651Z | Compiling crossbeam-utils v0.8.21 |
| 1870 | 2025-08-01T20:48:16.097Z | Compiling pest v2.7.14 |
| 1871 | 2025-08-01T20:48:16.454Z | Compiling inout v0.1.3 |
| 1872 | 2025-08-01T20:48:18.726Z | Compiling pest_meta v2.7.14 |
| 1873 | 2025-08-01T20:48:19.263Z | Compiling cipher v0.4.4 |
| 1874 | 2025-08-01T20:48:20.183Z | Compiling sha2 v0.10.9 |
| 1875 | 2025-08-01T20:48:20.297Z | Compiling http v1.3.1 |
| 1876 | 2025-08-01T20:48:20.897Z | Compiling cookie v0.18.1 |
| 1877 | 2025-08-01T20:48:20.952Z | Compiling rustversion v1.0.17 |
| 1878 | 2025-08-01T20:48:21.261Z | Compiling base64ct v1.6.0 |
| 1879 | 2025-08-01T20:48:22.004Z | Compiling pem-rfc7468 v0.7.0 |
| 1880 | 2025-08-01T20:48:22.288Z | Compiling pest_generator v2.7.14 |
| 1881 | 2025-08-01T20:48:22.535Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1882 | 2025-08-01T20:48:23.223Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1883 | 2025-08-01T20:48:23.740Z | Compiling slog v2.7.0 |
| 1884 | 2025-08-01T20:48:23.825Z | Compiling anyhow v1.0.98 |
| 1885 | 2025-08-01T20:48:24.142Z | Compiling flagset v0.4.6 |
| 1886 | 2025-08-01T20:48:24.220Z | Compiling pest_derive v2.7.14 |
| 1887 | 2025-08-01T20:48:24.386Z | Compiling der v0.7.9 |
| 1888 | 2025-08-01T20:48:25.533Z | Compiling toml_datetime v0.6.11 |
| 1889 | 2025-08-01T20:48:25.645Z | Compiling serde_spanned v0.6.9 |
| 1890 | 2025-08-01T20:48:25.850Z | Compiling tracing-core v0.1.32 |
| 1891 | 2025-08-01T20:48:25.962Z | Compiling usdt-impl v0.5.0 |
| 1892 | 2025-08-01T20:48:26.038Z | Compiling rustls-pki-types v1.10.0 |
| 1893 | 2025-08-01T20:48:26.509Z | Compiling spki v0.7.3 |
| 1894 | 2025-08-01T20:48:26.902Z | Compiling tracing v0.1.40 |
| 1895 | 2025-08-01T20:48:27.218Z | Compiling salsa20 v0.10.2 |
| 1896 | 2025-08-01T20:48:27.297Z | Compiling scroll v0.12.0 |
| 1897 | 2025-08-01T20:48:27.469Z | Compiling pbkdf2 v0.12.2 |
| 1898 | 2025-08-01T20:48:27.637Z | Compiling ppv-lite86 v0.2.20 |
| 1899 | 2025-08-01T20:48:28.083Z | Compiling litrs v0.4.1 |
| 1900 | 2025-08-01T20:48:28.117Z | Compiling winnow v0.5.40 |
| 1901 | 2025-08-01T20:48:28.183Z | Compiling rustix v1.0.7 |
| 1902 | 2025-08-01T20:48:28.420Z | Compiling plain v0.2.3 |
| 1903 | 2025-08-01T20:48:28.598Z | Compiling goblin v0.8.2 |
| 1904 | 2025-08-01T20:48:28.807Z | Compiling scrypt v0.11.0 |
| 1905 | 2025-08-01T20:48:28.913Z | Compiling aes v0.8.4 |
| 1906 | 2025-08-01T20:48:29.021Z | Compiling document-features v0.2.11 |
| 1907 | 2025-08-01T20:48:29.233Z | Compiling cbc v0.1.2 |
| 1908 | 2025-08-01T20:48:29.475Z | Compiling tokio-util v0.7.15 |
| 1909 | 2025-08-01T20:48:30.032Z | Compiling newtype-uuid v1.2.4 |
| 1910 | 2025-08-01T20:48:30.372Z | Compiling pretty-hex v0.4.1 |
| 1911 | 2025-08-01T20:48:30.607Z | Compiling powerfmt v0.2.0 |
| 1912 | 2025-08-01T20:48:31.140Z | Compiling toml_edit v0.19.15 |
| 1913 | 2025-08-01T20:48:31.189Z | Compiling untrusted v0.7.1 |
| 1914 | 2025-08-01T20:48:31.431Z | Compiling adler2 v2.0.0 |
| 1915 | 2025-08-01T20:48:31.724Z | Compiling untrusted v0.9.0 |
| 1916 | 2025-08-01T20:48:31.945Z | Compiling miniz_oxide v0.8.5 |
| 1917 | 2025-08-01T20:48:33.046Z | Compiling deranged v0.3.11 |
| 1918 | 2025-08-01T20:48:33.690Z | Compiling pkcs5 v0.7.1 |
| 1919 | 2025-08-01T20:48:34.677Z | Compiling dof v0.3.0 |
| 1920 | 2025-08-01T20:48:35.449Z | Compiling dtrace-parser v0.2.0 |
| 1921 | 2025-08-01T20:48:36.040Z | Compiling http-body v1.0.1 |
| 1922 | 2025-08-01T20:48:36.318Z | Compiling heapless v0.7.17 |
| 1923 | 2025-08-01T20:48:36.758Z | Compiling thread-id v4.2.2 |
| 1924 | 2025-08-01T20:48:36.907Z | Compiling zstd-safe v7.2.3 |
| 1925 | 2025-08-01T20:48:37.007Z | Compiling atomic-waker v1.1.2 |
| 1926 | 2025-08-01T20:48:37.301Z | Compiling base64 v0.22.1 |
| 1927 | 2025-08-01T20:48:37.438Z | Compiling num_threads v0.1.7 |
| 1928 | 2025-08-01T20:48:37.582Z | Compiling signal-hook v0.3.18 |
| 1929 | 2025-08-01T20:48:37.865Z | Compiling time v0.3.36 |
| 1930 | 2025-08-01T20:48:39.284Z | Compiling pkcs8 v0.10.2 |
| 1931 | 2025-08-01T20:48:39.706Z | Compiling try-lock v0.2.5 |
| 1932 | 2025-08-01T20:48:40.168Z | Compiling tower-service v0.3.3 |
| 1933 | 2025-08-01T20:48:40.327Z | Compiling ident_case v1.0.1 |
| 1934 | 2025-08-01T20:48:40.674Z | Compiling tinyvec_macros v0.1.1 |
| 1935 | 2025-08-01T20:48:40.797Z | Compiling tinyvec v1.8.0 |
| 1936 | 2025-08-01T20:48:42.039Z | Compiling want v0.3.1 |
| 1937 | 2025-08-01T20:48:42.366Z | Compiling h2 v0.4.6 |
| 1938 | 2025-08-01T20:48:44.229Z | Compiling rand_core v0.9.2 |
| 1939 | 2025-08-01T20:48:44.555Z | Compiling curve25519-dalek v4.1.3 |
| 1940 | 2025-08-01T20:48:45.015Z | Compiling ipnet v2.11.0 |
| 1941 | 2025-08-01T20:48:45.073Z | Compiling async-trait v0.1.88 |
| 1942 | 2025-08-01T20:48:46.841Z | Compiling memoffset v0.9.1 |
| 1943 | 2025-08-01T20:48:47.202Z | Compiling foreign-types-shared v0.1.1 |
| 1944 | 2025-08-01T20:48:47.358Z | Compiling smoltcp v0.9.1 |
| 1945 | 2025-08-01T20:48:47.836Z | Compiling openssl-probe v0.1.5 |
| 1946 | 2025-08-01T20:48:47.931Z | Compiling httpdate v1.0.3 |
| 1947 | 2025-08-01T20:48:48.163Z | Compiling num-bigint-dig v0.8.4 |
| 1948 | 2025-08-01T20:48:48.264Z | Compiling gimli v0.31.1 |
| 1949 | 2025-08-01T20:48:48.712Z | Compiling foreign-types v0.3.2 |
| 1950 | 2025-08-01T20:48:50.893Z | Compiling hyper v1.6.0 |
| 1951 | 2025-08-01T20:48:53.179Z | Compiling addr2line v0.24.2 |
| 1952 | 2025-08-01T20:48:54.774Z | Compiling rand_chacha v0.9.0 |
| 1953 | 2025-08-01T20:48:56.217Z | Compiling usdt-macro v0.5.0 |
| 1954 | 2025-08-01T20:48:57.499Z | Compiling usdt-attr-macro v0.5.0 |
| 1955 | 2025-08-01T20:48:59.355Z | Compiling strum_macros v0.26.4 |
| 1956 | 2025-08-01T20:49:01.173Z | Compiling ipnetwork v0.21.1 |
| 1957 | 2025-08-01T20:49:02.760Z | Compiling daft-derive v0.1.4 |
| 1958 | 2025-08-01T20:49:03.101Z | Compiling object v0.36.5 |
| 1959 | 2025-08-01T20:49:03.920Z | Compiling cfg_aliases v0.2.1 |
| 1960 | 2025-08-01T20:49:04.423Z | Compiling rustc-demangle v0.1.24 |
| 1961 | 2025-08-01T20:49:05.965Z | Compiling nix v0.29.0 |
| 1962 | 2025-08-01T20:49:07.692Z | Compiling rand v0.9.1 |
| 1963 | 2025-08-01T20:49:08.904Z | Compiling hyper-util v0.1.16 |
| 1964 | 2025-08-01T20:49:11.240Z | Compiling backtrace v0.3.74 |
| 1965 | 2025-08-01T20:49:13.081Z | Compiling unicode-normalization v0.1.24 |
| 1966 | 2025-08-01T20:49:14.896Z | Compiling strum_macros v0.27.1 |
| 1967 | 2025-08-01T20:49:15.666Z | Compiling hubpack_derive v0.1.1 |
| 1968 | 2025-08-01T20:49:16.564Z | Compiling signature v2.2.0 |
| 1969 | 2025-08-01T20:49:16.817Z | Compiling openapiv3 v2.2.0 |
| 1970 | 2025-08-01T20:49:16.961Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1971 | 2025-08-01T20:49:19.322Z | Compiling fs-err v3.1.1 |
| 1972 | 2025-08-01T20:49:19.669Z | Compiling ahash v0.8.12 |
| 1973 | 2025-08-01T20:49:20.055Z | Compiling crc32fast v1.4.2 |
| 1974 | 2025-08-01T20:49:20.390Z | Compiling buf-list v1.0.3 |
| 1975 | 2025-08-01T20:49:20.683Z | Compiling anstyle v1.0.11 |
| 1976 | 2025-08-01T20:49:20.967Z | Compiling unicode-properties v0.1.3 |
| 1977 | 2025-08-01T20:49:21.129Z | Compiling unicode-bidi v0.3.17 |
| 1978 | 2025-08-01T20:49:21.132Z | Compiling utf8parse v0.2.2 |
| 1979 | 2025-08-01T20:49:21.344Z | Compiling siphasher v0.3.11 |
| 1980 | 2025-08-01T20:49:21.404Z | Compiling zlib-rs v0.5.1 |
| 1981 | 2025-08-01T20:49:21.705Z | Compiling phf_shared v0.11.2 |
| 1982 | 2025-08-01T20:49:22.049Z | Compiling stringprep v0.1.5 |
| 1983 | 2025-08-01T20:49:22.172Z | Compiling anstyle-parse v0.2.5 |
| 1984 | 2025-08-01T20:49:26.299Z | Compiling libz-rs-sys v0.5.1 |
| 1985 | 2025-08-01T20:49:30.037Z | Compiling http-body-util v0.1.3 |
| 1986 | 2025-08-01T20:49:30.100Z | Compiling rand_chacha v0.3.1 |
| 1987 | 2025-08-01T20:49:30.761Z | Compiling sync_wrapper v1.0.1 |
| 1988 | 2025-08-01T20:49:30.928Z | Compiling md-5 v0.10.6 |
| 1989 | 2025-08-01T20:49:30.952Z | Compiling num-integer v0.1.46 |
| 1990 | 2025-08-01T20:49:31.572Z | Compiling hash32 v0.2.1 |
| 1991 | 2025-08-01T20:49:31.647Z | Compiling ff v0.13.0 |
| 1992 | 2025-08-01T20:49:31.890Z | Compiling encoding_rs v0.8.34 |
| 1993 | 2025-08-01T20:49:31.950Z | Compiling mime v0.3.17 |
| 1994 | 2025-08-01T20:49:31.991Z | Compiling psl-types v2.0.11 |
| 1995 | 2025-08-01T20:49:32.215Z | Compiling tower-layer v0.3.3 |
| 1996 | 2025-08-01T20:49:32.946Z | Compiling anstyle-query v1.1.1 |
| 1997 | 2025-08-01T20:49:33.205Z | Compiling is_terminal_polyfill v1.70.1 |
| 1998 | 2025-08-01T20:49:33.347Z | Compiling fallible-iterator v0.2.0 |
| 1999 | 2025-08-01T20:49:33.369Z | Compiling base16ct v0.2.0 |
| 2000 | 2025-08-01T20:49:33.671Z | Compiling colorchoice v1.0.2 |
| 2001 | 2025-08-01T20:49:33.867Z | Compiling anstream v0.6.18 |
| 2002 | 2025-08-01T20:49:34.002Z | Compiling postgres-protocol v0.6.8 |
| 2003 | 2025-08-01T20:49:34.429Z | Compiling sec1 v0.7.3 |
| 2004 | 2025-08-01T20:49:34.978Z | Compiling tower v0.5.2 |
| 2005 | 2025-08-01T20:49:35.076Z | Compiling publicsuffix v2.3.0 |
| 2006 | 2025-08-01T20:49:36.277Z | Compiling group v0.13.0 |
| 2007 | 2025-08-01T20:49:36.598Z | Compiling num-iter v0.1.45 |
| 2008 | 2025-08-01T20:49:37.674Z | Compiling rand v0.8.5 |
| 2009 | 2025-08-01T20:49:39.076Z | Compiling tokio-native-tls v0.3.1 |
| 2010 | 2025-08-01T20:49:39.418Z | Compiling flate2 v1.1.2 |
| 2011 | 2025-08-01T20:49:40.331Z | Compiling rustls-native-certs v0.8.1 |
| 2012 | 2025-08-01T20:49:41.654Z | Compiling rustls-webpki v0.102.8 |
| 2013 | 2025-08-01T20:49:42.047Z | Compiling webpki-roots v1.0.1 |
| 2014 | 2025-08-01T20:49:42.625Z | Compiling hkdf v0.12.4 |
| 2015 | 2025-08-01T20:49:42.883Z | Compiling terminal_size v0.4.0 |
| 2016 | 2025-08-01T20:49:43.096Z | Compiling serde_urlencoded v0.7.1 |
| 2017 | 2025-08-01T20:49:43.119Z | Compiling clap_derive v4.5.41 |
| 2018 | 2025-08-01T20:49:43.139Z | Compiling enum-as-inner v0.6.1 |
| 2019 | 2025-08-01T20:49:43.200Z | Compiling crypto-bigint v0.5.5 |
| 2020 | 2025-08-01T20:49:43.703Z | Compiling serde_repr v0.1.19 |
| 2021 | 2025-08-01T20:49:45.478Z | Compiling managed v0.8.0 |
| 2022 | 2025-08-01T20:49:45.944Z | Compiling iri-string v0.7.8 |
| 2023 | 2025-08-01T20:49:46.367Z | Compiling clap_lex v0.7.4 |
| 2024 | 2025-08-01T20:49:46.765Z | Compiling bumpalo v3.16.0 |
| 2025 | 2025-08-01T20:49:47.088Z | Compiling bitflags v1.3.2 |
| 2026 | 2025-08-01T20:49:47.400Z | Compiling simd-adler32 v0.3.7 |
| 2027 | 2025-08-01T20:49:47.898Z | Compiling lockfree-object-pool v0.1.6 |
| 2028 | 2025-08-01T20:49:48.175Z | Compiling zopfli v0.8.1 |
| 2029 | 2025-08-01T20:49:49.281Z | Compiling tokio-rustls v0.26.0 |
| 2030 | 2025-08-01T20:49:49.441Z | Compiling tower-http v0.6.6 |
| 2031 | 2025-08-01T20:49:49.749Z | Compiling hyper-rustls v0.27.7 |
| 2032 | 2025-08-01T20:49:52.223Z | Compiling clap_builder v4.5.41 |
| 2033 | 2025-08-01T20:49:53.137Z | Compiling elliptic-curve v0.13.8 |
| 2034 | 2025-08-01T20:49:53.575Z | Compiling oxnet v0.1.3 |
| 2035 | 2025-08-01T20:49:53.843Z | Compiling hyper-tls v0.6.0 |
| 2036 | 2025-08-01T20:49:57.056Z | Compiling zstd v0.13.3 |
| 2037 | 2025-08-01T20:49:57.545Z | Compiling signal-hook-mio v0.2.4 |
| 2038 | 2025-08-01T20:49:57.587Z | Compiling cookie_store v0.21.1 |
| 2039 | 2025-08-01T20:49:58.102Z | Compiling postgres-types v0.2.9 |
| 2040 | 2025-08-01T20:49:58.778Z | Compiling phf v0.11.2 |
| 2041 | 2025-08-01T20:49:59.179Z | Compiling strum v0.27.2 |
| 2042 | 2025-08-01T20:49:59.245Z | Compiling ed25519 v2.2.3 |
| 2043 | 2025-08-01T20:49:59.271Z | Compiling hubpack v0.1.2 |
| 2044 | 2025-08-01T20:49:59.395Z | Compiling bzip2 v0.5.2 |
| 2045 | 2025-08-01T20:49:59.434Z | Compiling bzip2 v0.4.4 |
| 2046 | 2025-08-01T20:49:59.721Z | Compiling crossbeam-epoch v0.9.18 |
| 2047 | 2025-08-01T20:49:59.761Z | Compiling pkcs1 v0.7.5 |
| 2048 | 2025-08-01T20:50:00.686Z | Compiling rfc6979 v0.4.0 |
| 2049 | 2025-08-01T20:50:00.886Z | Compiling float-cmp v0.10.0 |
| 2050 | 2025-08-01T20:50:01.035Z | Compiling serde-big-array v0.5.1 |
| 2051 | 2025-08-01T20:50:01.151Z | Compiling bstr v1.10.0 |
| 2052 | 2025-08-01T20:50:01.284Z | Compiling regress v0.10.4 |
| 2053 | 2025-08-01T20:50:01.305Z | Compiling memmap v0.7.0 |
| 2054 | 2025-08-01T20:50:01.485Z | Compiling socket2 v0.5.10 |
| 2055 | 2025-08-01T20:50:01.677Z | Compiling predicates-core v1.0.8 |
| 2056 | 2025-08-01T20:50:01.964Z | Compiling difflib v0.4.0 |
| 2057 | 2025-08-01T20:50:02.294Z | Compiling winnow v0.7.10 |
| 2058 | 2025-08-01T20:50:02.481Z | Compiling unicode-width v0.2.0 |
| 2059 | 2025-08-01T20:50:02.955Z | Compiling unicode-segmentation v1.12.0 |
| 2060 | 2025-08-01T20:50:03.014Z | Compiling toml_write v0.1.2 |
| 2061 | 2025-08-01T20:50:03.325Z | Compiling new_debug_unreachable v1.0.6 |
| 2062 | 2025-08-01T20:50:03.401Z | Compiling whoami v1.5.2 |
| 2063 | 2025-08-01T20:50:03.729Z | Compiling static_assertions v1.1.0 |
| 2064 | 2025-08-01T20:50:03.752Z | Compiling precomputed-hash v0.1.1 |
| 2065 | 2025-08-01T20:50:03.886Z | Compiling fixedbitset v0.4.2 |
| 2066 | 2025-08-01T20:50:03.907Z | Compiling normalize-line-endings v0.3.0 |
| 2067 | 2025-08-01T20:50:04.062Z | Compiling data-encoding v2.9.0 |
| 2068 | 2025-08-01T20:50:04.273Z | Compiling reqwest v0.12.22 |
| 2069 | 2025-08-01T20:50:04.326Z | Compiling petgraph v0.6.5 |
| 2070 | 2025-08-01T20:50:04.720Z | Compiling hickory-proto v0.25.2 |
| 2071 | 2025-08-01T20:50:05.338Z | Compiling typify-impl v0.3.0 |
| 2072 | 2025-08-01T20:50:05.650Z | Compiling toml_edit v0.22.27 |
| 2073 | 2025-08-01T20:50:06.345Z | Compiling predicates v3.1.3 |
| 2074 | 2025-08-01T20:50:07.641Z | Compiling string_cache v0.8.9 |
| 2075 | 2025-08-01T20:50:07.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2076 | 2025-08-01T20:50:08.028Z | Compiling tokio-postgres v0.7.13 |
| 2077 | 2025-08-01T20:50:13.031Z | Compiling similar v2.7.0 |
| 2078 | 2025-08-01T20:50:14.327Z | Compiling console v0.15.10 |
| 2079 | 2025-08-01T20:50:14.351Z | Compiling usdt v0.5.0 |
| 2080 | 2025-08-01T20:50:14.746Z | Compiling ecdsa v0.16.9 |
| 2081 | 2025-08-01T20:50:15.171Z | Compiling rsa v0.9.6 |
| 2082 | 2025-08-01T20:50:15.442Z | Compiling zip v0.6.6 |
| 2083 | 2025-08-01T20:50:15.577Z | Compiling zip v4.2.0 |
| 2084 | 2025-08-01T20:50:16.583Z | Compiling ed25519-dalek v2.1.1 |
| 2085 | 2025-08-01T20:50:17.331Z | Compiling crossterm v0.28.1 |
| 2086 | 2025-08-01T20:50:17.391Z | Compiling clap v4.5.41 |
| 2087 | 2025-08-01T20:50:17.536Z | Compiling daft v0.1.4 |
| 2088 | 2025-08-01T20:50:17.582Z | Compiling strum v0.26.3 |
| 2089 | 2025-08-01T20:50:17.796Z | Compiling darling_core v0.21.0 |
| 2090 | 2025-08-01T20:50:18.048Z | Compiling tokio-stream v0.1.17 |
| 2091 | 2025-08-01T20:50:18.133Z | Compiling toml v0.7.8 |
| 2092 | 2025-08-01T20:50:18.295Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2093 | 2025-08-01T20:50:18.733Z | Compiling x509-cert v0.2.5 |
| 2094 | 2025-08-01T20:50:20.045Z | Compiling sha1 v0.10.6 |
| 2095 | 2025-08-01T20:50:20.450Z | Compiling itertools v0.13.0 |
| 2096 | 2025-08-01T20:50:22.620Z | Compiling itertools v0.10.5 |
| 2097 | 2025-08-01T20:50:23.041Z | Compiling winnow v0.6.26 |
| 2098 | 2025-08-01T20:50:24.913Z | Compiling lalrpop-util v0.19.12 |
| 2099 | 2025-08-01T20:50:25.223Z | Compiling peg-runtime v0.8.5 |
| 2100 | 2025-08-01T20:50:25.681Z | Compiling unicode-xid v0.2.6 |
| 2101 | 2025-08-01T20:50:25.723Z | Compiling rustc-hash v2.1.1 |
| 2102 | 2025-08-01T20:50:25.930Z | Compiling darling_macro v0.21.0 |
| 2103 | 2025-08-01T20:50:26.342Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2104 | 2025-08-01T20:50:26.798Z | Compiling typify-macro v0.3.0 |
| 2105 | 2025-08-01T20:50:33.245Z | Compiling camino v1.1.10 |
| 2106 | 2025-08-01T20:50:34.468Z | Compiling rayon-core v1.12.1 |
| 2107 | 2025-08-01T20:50:35.694Z | Compiling darling v0.21.0 |
| 2108 | 2025-08-01T20:50:36.134Z | Compiling proc-macro-crate v1.3.1 |
| 2109 | 2025-08-01T20:50:36.287Z | Compiling macaddr v1.0.1 |
| 2110 | 2025-08-01T20:50:36.855Z | Compiling structmeta-derive v0.3.0 |
| 2111 | 2025-08-01T20:50:37.239Z | Compiling itertools v0.14.0 |
| 2112 | 2025-08-01T20:50:39.343Z | Compiling heapless v0.8.0 |
| 2113 | 2025-08-01T20:50:39.702Z | Compiling fastrand v2.1.1 |
| 2114 | 2025-08-01T20:50:40.349Z | Compiling ingot-macros v0.1.1 |
| 2115 | 2025-08-01T20:50:40.771Z | Compiling tempfile v3.20.0 |
| 2116 | 2025-08-01T20:50:44.262Z | Compiling structmeta v0.3.0 |
| 2117 | 2025-08-01T20:50:44.899Z | Compiling num_enum_derive v0.5.11 |
| 2118 | 2025-08-01T20:50:46.870Z | Compiling crossbeam-deque v0.8.5 |
| 2119 | 2025-08-01T20:50:47.825Z | Compiling hash32 v0.3.1 |
| 2120 | 2025-08-01T20:50:48.923Z | Compiling smoltcp v0.11.0 |
| 2121 | 2025-08-01T20:50:51.322Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2122 | 2025-08-01T20:51:02.911Z | Compiling num_enum v0.5.11 |
| 2123 | 2025-08-01T20:51:03.380Z | Compiling ingot-types v0.1.2 |
| 2124 | 2025-08-01T20:51:04.504Z | Compiling typify v0.3.0 |
| 2125 | 2025-08-01T20:51:07.088Z | Compiling darling_core v0.20.10 |
| 2126 | 2025-08-01T20:51:09.112Z | Compiling dirs-sys-next v0.1.2 |
| 2127 | 2025-08-01T20:51:09.135Z | Compiling proc-macro-error-attr v1.0.4 |
| 2128 | 2025-08-01T20:51:09.242Z | Compiling unsafe-libyaml v0.2.11 |
| 2129 | 2025-08-01T20:51:11.164Z | Compiling cobs v0.2.3 |
| 2130 | 2025-08-01T20:51:11.167Z | Compiling rustls v0.22.4 |
| 2131 | 2025-08-01T20:51:11.692Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2132 | 2025-08-01T20:51:12.276Z | Compiling darling_macro v0.20.10 |
| 2133 | 2025-08-01T20:51:15.756Z | Compiling serde_yaml v0.9.34+deprecated |
| 2134 | 2025-08-01T20:51:16.975Z | Compiling postcard v1.0.10 |
| 2135 | 2025-08-01T20:51:17.784Z | Compiling dirs-next v2.0.0 |
| 2136 | 2025-08-01T20:51:22.974Z | Compiling progenitor-impl v0.9.1 |
| 2137 | 2025-08-01T20:51:23.432Z | Compiling ingot v0.1.1 |
| 2138 | 2025-08-01T20:51:28.263Z | Compiling toml v0.8.23 |
| 2139 | 2025-08-01T20:51:32.833Z | Compiling futures-executor v0.3.31 |
| 2140 | 2025-08-01T20:51:33.093Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2141 | 2025-08-01T20:51:33.449Z | Compiling hex v0.4.3 |
| 2142 | 2025-08-01T20:51:33.632Z | Compiling foreign-types-macros v0.2.3 |
| 2143 | 2025-08-01T20:51:33.754Z | Compiling thread_local v1.1.8 |
| 2144 | 2025-08-01T20:51:34.033Z | Compiling wait-timeout v0.2.0 |
| 2145 | 2025-08-01T20:51:34.092Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2146 | 2025-08-01T20:51:34.116Z | Compiling proc-macro-error v1.0.4 |
| 2147 | 2025-08-01T20:51:34.471Z | Compiling multer v3.1.0 |
| 2148 | 2025-08-01T20:51:34.494Z | Compiling slog-async v2.8.0 |
| 2149 | 2025-08-01T20:51:34.518Z | Compiling unicode-width v0.1.14 |
| 2150 | 2025-08-01T20:51:34.808Z | Compiling quick-error v1.2.3 |
| 2151 | 2025-08-01T20:51:34.829Z | Compiling bit-vec v0.8.0 |
| 2152 | 2025-08-01T20:51:34.999Z | Compiling foreign-types-shared v0.3.1 |
| 2153 | 2025-08-01T20:51:35.131Z | Compiling match_cfg v0.1.0 |
| 2154 | 2025-08-01T20:51:35.155Z | Compiling ref-cast v1.0.24 |
| 2155 | 2025-08-01T20:51:35.258Z | Compiling bit-set v0.8.0 |
| 2156 | 2025-08-01T20:51:35.420Z | Compiling hostname v0.3.1 |
| 2157 | 2025-08-01T20:51:35.541Z | Compiling foreign-types v0.5.0 |
| 2158 | 2025-08-01T20:51:35.683Z | Compiling tabwriter v1.4.0 |
| 2159 | 2025-08-01T20:51:35.706Z | Compiling rusty-fork v0.3.0 |
| 2160 | 2025-08-01T20:51:35.837Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2161 | 2025-08-01T20:51:36.020Z | Compiling futures v0.3.31 |
| 2162 | 2025-08-01T20:51:36.144Z | Compiling progenitor-macro v0.9.1 |
| 2163 | 2025-08-01T20:51:36.472Z | Compiling term v0.7.0 |
| 2164 | 2025-08-01T20:51:39.684Z | Compiling darling v0.20.10 |
| 2165 | 2025-08-01T20:51:40.265Z | Compiling derive-ex v0.1.8 |
| 2166 | 2025-08-01T20:51:40.659Z | Compiling progenitor-client v0.9.1 |
| 2167 | 2025-08-01T20:51:41.608Z | Compiling slog-json v2.6.1 |
| 2168 | 2025-08-01T20:51:41.687Z | Compiling rand_xorshift v0.4.0 |
| 2169 | 2025-08-01T20:51:41.967Z | Compiling crossbeam-channel v0.5.15 |
| 2170 | 2025-08-01T20:51:41.989Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2171 | 2025-08-01T20:51:42.063Z | Compiling async-stream-impl v0.3.6 |
| 2172 | 2025-08-01T20:51:42.789Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2173 | 2025-08-01T20:51:43.231Z | Compiling ref-cast-impl v1.0.24 |
| 2174 | 2025-08-01T20:51:43.459Z | Compiling cstr-argument v0.1.2 |
| 2175 | 2025-08-01T20:51:43.594Z | Compiling is-terminal v0.4.13 |
| 2176 | 2025-08-01T20:51:43.763Z | Compiling dropshot v0.16.2 |
| 2177 | 2025-08-01T20:51:43.786Z | Compiling pretty-hex v0.2.1 |
| 2178 | 2025-08-01T20:51:43.870Z | Compiling crucible-workspace-hack v0.1.0 |
| 2179 | 2025-08-01T20:51:44.032Z | Compiling unarray v0.1.4 |
| 2180 | 2025-08-01T20:51:44.102Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2181 | 2025-08-01T20:51:44.210Z | Compiling take_mut v0.2.2 |
| 2182 | 2025-08-01T20:51:44.255Z | Compiling typeid v1.0.3 |
| 2183 | 2025-08-01T20:51:44.489Z | Compiling proptest v1.7.0 |
| 2184 | 2025-08-01T20:51:44.589Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2185 | 2025-08-01T20:51:44.814Z | Compiling test-strategy v0.4.3 |
| 2186 | 2025-08-01T20:51:45.019Z | Compiling slog-term v2.9.1 |
| 2187 | 2025-08-01T20:51:46.960Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2188 | 2025-08-01T20:51:47.018Z | Compiling progenitor v0.9.1 |
| 2189 | 2025-08-01T20:51:47.638Z | Compiling async-stream v0.3.6 |
| 2190 | 2025-08-01T20:51:47.690Z | Compiling tokio-rustls v0.25.0 |
| 2191 | 2025-08-01T20:51:47.730Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2192 | 2025-08-01T20:51:47.952Z | Compiling slog-bunyan v2.5.0 |
| 2193 | 2025-08-01T20:51:48.120Z | Compiling serde_with_macros v3.14.0 |
| 2194 | 2025-08-01T20:51:48.687Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2195 | 2025-08-01T20:51:48.913Z | Compiling rayon v1.10.0 |
| 2196 | 2025-08-01T20:51:49.045Z | Compiling parse-display-derive v0.10.0 |
| 2197 | 2025-08-01T20:51:50.446Z | Compiling colored v2.2.0 |
| 2198 | 2025-08-01T20:51:50.851Z | Compiling waitgroup v0.1.2 |
| 2199 | 2025-08-01T20:51:51.164Z | Compiling rustls-pemfile v2.2.0 |
| 2200 | 2025-08-01T20:51:51.682Z | Compiling dropshot_endpoint v0.16.2 |
| 2201 | 2025-08-01T20:51:51.862Z | Compiling serde_path_to_error v0.1.17 |
| 2202 | 2025-08-01T20:51:52.447Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2203 | 2025-08-01T20:51:52.858Z | Compiling derive-where v1.5.0 |
| 2204 | 2025-08-01T20:51:53.174Z | Compiling hostname v0.4.0 |
| 2205 | 2025-08-01T20:51:53.483Z | Compiling instant v0.1.13 |
| 2206 | 2025-08-01T20:51:53.687Z | Compiling heck v0.4.1 |
| 2207 | 2025-08-01T20:51:54.091Z | Compiling debug-ignore v1.0.5 |
| 2208 | 2025-08-01T20:51:54.165Z | Compiling zone_cfg_derive v0.3.0 |
| 2209 | 2025-08-01T20:51:54.292Z | Compiling backoff v0.4.0 |
| 2210 | 2025-08-01T20:51:54.683Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2211 | 2025-08-01T20:51:54.934Z | Compiling parse-display v0.10.0 |
| 2212 | 2025-08-01T20:51:55.700Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2213 | 2025-08-01T20:51:56.148Z | Compiling serde_with v3.14.0 |
| 2214 | 2025-08-01T20:51:56.534Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2215 | 2025-08-01T20:51:56.745Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2216 | 2025-08-01T20:51:57.473Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2217 | 2025-08-01T20:51:59.670Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2218 | 2025-08-01T20:52:00.027Z | Compiling iddqd v0.3.9 |
| 2219 | 2025-08-01T20:52:01.350Z | Compiling camino-tempfile v1.4.1 |
| 2220 | 2025-08-01T20:52:02.151Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2221 | 2025-08-01T20:52:02.591Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2222 | 2025-08-01T20:52:03.610Z | Compiling progenitor-client v0.10.0 |
| 2223 | 2025-08-01T20:52:03.796Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2224 | 2025-08-01T20:52:03.858Z | Compiling num-derive v0.4.2 |
| 2225 | 2025-08-01T20:52:04.566Z | Compiling sigpipe v0.1.3 |
| 2226 | 2025-08-01T20:52:04.730Z | Compiling jiff v0.2.15 |
| 2227 | 2025-08-01T20:52:05.961Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2228 | 2025-08-01T20:52:06.334Z | Compiling libefi-sys v0.1.0 |
| 2229 | 2025-08-01T20:52:06.586Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2230 | 2025-08-01T20:52:06.613Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2231 | 2025-08-01T20:52:06.709Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2232 | 2025-08-01T20:52:07.280Z | Compiling erased-serde v0.4.6 |
| 2233 | 2025-08-01T20:52:08.068Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2234 | 2025-08-01T20:52:08.797Z | Compiling zone v0.3.1 |
| 2235 | 2025-08-01T20:52:11.989Z | Compiling smf v0.2.3 |
| 2236 | 2025-08-01T20:52:12.592Z | Compiling bitfield-struct v0.6.2 |
| 2237 | 2025-08-01T20:52:13.892Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2238 | 2025-08-01T20:52:14.296Z | Compiling ordered-float v2.10.1 |
| 2239 | 2025-08-01T20:52:14.509Z | Compiling blake3 v1.5.4 |
| 2240 | 2025-08-01T20:52:14.553Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2241 | 2025-08-01T20:52:14.928Z | Compiling serde-value v0.7.0 |
| 2242 | 2025-08-01T20:52:15.122Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2243 | 2025-08-01T20:52:15.730Z | Compiling serde-untagged v0.1.7 |
| 2244 | 2025-08-01T20:52:16.344Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2245 | 2025-08-01T20:52:16.570Z | Compiling xattr v1.3.1 |
| 2246 | 2025-08-01T20:52:16.570Z | Compiling filetime v0.2.25 |
| 2247 | 2025-08-01T20:52:16.929Z | Compiling memmap2 v0.9.5 |
| 2248 | 2025-08-01T20:52:16.987Z | Compiling constant_time_eq v0.3.1 |
| 2249 | 2025-08-01T20:52:17.216Z | Compiling arrayvec v0.7.6 |
| 2250 | 2025-08-01T20:52:17.251Z | Compiling same-file v1.0.6 |
| 2251 | 2025-08-01T20:52:17.456Z | Compiling arrayref v0.3.9 |
| 2252 | 2025-08-01T20:52:17.497Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2253 | 2025-08-01T20:52:17.562Z | Compiling walkdir v2.5.0 |
| 2254 | 2025-08-01T20:52:17.584Z | Compiling tar v0.4.44 |
| 2255 | 2025-08-01T20:52:17.692Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2256 | 2025-08-01T20:52:19.127Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2257 | 2025-08-01T20:52:19.148Z | Compiling cargo-util-schemas v0.8.2 |
| 2258 | 2025-08-01T20:52:19.559Z | Compiling console v0.16.0 |
| 2259 | 2025-08-01T20:52:19.813Z | Compiling tokio-dtrace v0.1.0 |
| 2260 | 2025-08-01T20:52:19.952Z | Compiling gethostname v0.5.0 |
| 2261 | 2025-08-01T20:52:20.193Z | Compiling cargo-platform v0.2.0 |
| 2262 | 2025-08-01T20:52:21.388Z | Compiling fixedbitset v0.5.7 |
| 2263 | 2025-08-01T20:52:22.125Z | Compiling unit-prefix v0.5.1 |
| 2264 | 2025-08-01T20:52:22.412Z | Compiling topological-sort v0.2.2 |
| 2265 | 2025-08-01T20:52:22.520Z | Compiling indicatif v0.18.0 |
| 2266 | 2025-08-01T20:52:22.729Z | Compiling omicron-zone-package v0.12.2 |
| 2267 | 2025-08-01T20:52:23.128Z | Compiling petgraph v0.8.2 |
| 2268 | 2025-08-01T20:52:24.557Z | Compiling cargo_metadata v0.21.0 |
| 2269 | 2025-08-01T20:52:25.396Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2270 | 2025-08-01T20:52:27.809Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2271 | 2025-08-01T20:52:28.673Z | Compiling oxide-tokio-rt v0.1.2 |
| 2272 | 2025-08-01T20:52:28.707Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2273 | 2025-08-01T20:52:29.047Z | Compiling shell-words v1.1.0 |
| 2274 | 2025-08-01T20:52:29.312Z | Compiling indent_write v2.2.0 |
| 2275 | 2025-08-01T20:52:29.894Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2276 | 2025-08-01T20:52:51.075Z | Finished `release` profile [optimized] target(s) in 5m 21s |
| 2277 | 2025-08-01T20:52:51.267Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2278 | 2025-08-01T20:52:51.323Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2279 | 2025-08-01T20:52:51.327Z | Created new build target 'test' and set it as active |
| 2280 | 2025-08-01T20:52:51.327Z | |
| 2281 | 2025-08-01T20:52:51.327Z | real 5:21.349372559 |
| 2282 | 2025-08-01T20:52:51.327Z | user 37:04.133588787 |
| 2283 | 2025-08-01T20:52:51.327Z | sys 3:42.162827910 |
| 2284 | 2025-08-01T20:52:51.327Z | trap 1.139263502 |
| 2285 | 2025-08-01T20:52:51.327Z | tflt 1.973206831 |
| 2286 | 2025-08-01T20:52:51.327Z | dflt 1.069730664 |
| 2287 | 2025-08-01T20:52:51.327Z | kflt 0.000231001 |
| 2288 | 2025-08-01T20:52:51.327Z | lock 1:45:26.678293848 |
| 2289 | 2025-08-01T20:52:51.327Z | slp 2:31:44.686154982 |
| 2290 | 2025-08-01T20:52:51.327Z | lat 3:03.287941574 |
| 2291 | 2025-08-01T20:52:51.327Z | stop 5:22.436623563 |
| 2292 | 2025-08-01T20:52:51.327Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2293 | 2025-08-01T20:52:52.474Z | Finished `release` profile [optimized] target(s) in 1.09s |
| 2294 | 2025-08-01T20:52:52.532Z | Running `target/release/omicron-package -t test package` |
| 2295 | 2025-08-01T20:52:52.584Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2296 | 2025-08-01T20:52:54.296Z | Compiling typify-impl v0.4.1 |
| 2297 | 2025-08-01T20:52:54.525Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2298 | 2025-08-01T20:52:54.542Z | Compiling convert_case v0.4.0 |
| 2299 | 2025-08-01T20:52:54.545Z | Compiling dirs-sys-next v0.1.2 |
| 2300 | 2025-08-01T20:52:54.545Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2301 | 2025-08-01T20:52:54.545Z | Compiling num-rational v0.4.2 |
| 2302 | 2025-08-01T20:52:54.588Z | Compiling num-complex v0.4.6 |
| 2303 | 2025-08-01T20:52:54.749Z | Compiling half v2.4.1 |
| 2304 | 2025-08-01T20:52:54.990Z | Compiling dirs-next v2.0.0 |
| 2305 | 2025-08-01T20:52:55.149Z | Compiling derive_more v0.99.20 |
| 2306 | 2025-08-01T20:52:55.204Z | Compiling ciborium-io v0.2.2 |
| 2307 | 2025-08-01T20:52:55.364Z | Compiling ciborium-ll v0.2.2 |
| 2308 | 2025-08-01T20:52:55.391Z | Compiling term v0.7.0 |
| 2309 | 2025-08-01T20:52:55.417Z | Compiling float-ord v0.3.2 |
| 2310 | 2025-08-01T20:52:55.632Z | Compiling num v0.4.3 |
| 2311 | 2025-08-01T20:52:55.674Z | Compiling is-terminal v0.4.13 |
| 2312 | 2025-08-01T20:52:55.782Z | Compiling ciborium v0.2.2 |
| 2313 | 2025-08-01T20:52:55.842Z | Compiling bytecount v0.6.8 |
| 2314 | 2025-08-01T20:52:55.886Z | Compiling camino v1.1.10 |
| 2315 | 2025-08-01T20:52:55.977Z | Compiling secrecy v0.10.3 |
| 2316 | 2025-08-01T20:52:56.311Z | Compiling swrite v0.1.0 |
| 2317 | 2025-08-01T20:52:56.439Z | Compiling base64 v0.21.7 |
| 2318 | 2025-08-01T20:52:56.491Z | Compiling password-hash v0.5.0 |
| 2319 | 2025-08-01T20:52:56.821Z | Compiling blake2 v0.10.6 |
| 2320 | 2025-08-01T20:52:56.964Z | Compiling atomicwrites v0.4.4 |
| 2321 | 2025-08-01T20:52:57.535Z | Compiling argon2 v0.5.3 |
| 2322 | 2025-08-01T20:52:57.563Z | Compiling fastrand v2.1.1 |
| 2323 | 2025-08-01T20:52:57.703Z | Compiling rustls v0.22.4 |
| 2324 | 2025-08-01T20:52:57.746Z | Compiling newline-converter v0.3.0 |
| 2325 | 2025-08-01T20:52:57.934Z | Compiling tempfile v3.20.0 |
| 2326 | 2025-08-01T20:52:57.986Z | Compiling thread_local v1.1.8 |
| 2327 | 2025-08-01T20:52:58.030Z | Compiling wait-timeout v0.2.0 |
| 2328 | 2025-08-01T20:52:58.449Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2329 | 2025-08-01T20:52:58.478Z | Compiling bit-vec v0.8.0 |
| 2330 | 2025-08-01T20:52:58.572Z | Compiling quick-error v1.2.3 |
| 2331 | 2025-08-01T20:52:58.621Z | Compiling match_cfg v0.1.0 |
| 2332 | 2025-08-01T20:52:58.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2333 | 2025-08-01T20:52:58.795Z | Compiling hostname v0.3.1 |
| 2334 | 2025-08-01T20:52:58.935Z | Compiling bit-set v0.8.0 |
| 2335 | 2025-08-01T20:52:59.035Z | Compiling rusty-fork v0.3.0 |
| 2336 | 2025-08-01T20:52:59.068Z | Compiling expectorate v1.2.0 |
| 2337 | 2025-08-01T20:52:59.248Z | Compiling ref-cast v1.0.24 |
| 2338 | 2025-08-01T20:52:59.339Z | Compiling multer v3.1.0 |
| 2339 | 2025-08-01T20:52:59.436Z | Compiling slog-async v2.8.0 |
| 2340 | 2025-08-01T20:52:59.463Z | Compiling progenitor-client v0.9.1 |
| 2341 | 2025-08-01T20:52:59.531Z | Compiling crossbeam-channel v0.5.15 |
| 2342 | 2025-08-01T20:52:59.608Z | Compiling slog-json v2.6.1 |
| 2343 | 2025-08-01T20:52:59.855Z | Compiling rand_xorshift v0.4.0 |
| 2344 | 2025-08-01T20:52:59.963Z | Compiling futures-executor v0.3.31 |
| 2345 | 2025-08-01T20:52:59.992Z | Compiling hex v0.4.3 |
| 2346 | 2025-08-01T20:53:00.132Z | Compiling unarray v0.1.4 |
| 2347 | 2025-08-01T20:53:00.345Z | Compiling take_mut v0.2.2 |
| 2348 | 2025-08-01T20:53:00.435Z | Compiling proptest v1.7.0 |
| 2349 | 2025-08-01T20:53:00.462Z | Compiling futures v0.3.31 |
| 2350 | 2025-08-01T20:53:00.549Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2351 | 2025-08-01T20:53:00.608Z | Compiling slog-bunyan v2.5.0 |
| 2352 | 2025-08-01T20:53:00.637Z | Compiling progenitor v0.9.1 |
| 2353 | 2025-08-01T20:53:01.057Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2354 | 2025-08-01T20:53:01.362Z | Compiling slog-term v2.9.1 |
| 2355 | 2025-08-01T20:53:01.406Z | Compiling async-stream v0.3.6 |
| 2356 | 2025-08-01T20:53:01.626Z | Compiling dropshot v0.16.2 |
| 2357 | 2025-08-01T20:53:01.719Z | Compiling toml v0.8.23 |
| 2358 | 2025-08-01T20:53:01.750Z | Compiling waitgroup v0.1.2 |
| 2359 | 2025-08-01T20:53:01.997Z | Compiling rustls-pemfile v2.2.0 |
| 2360 | 2025-08-01T20:53:02.341Z | Compiling serde_path_to_error v0.1.17 |
| 2361 | 2025-08-01T20:53:02.371Z | Compiling hostname v0.4.0 |
| 2362 | 2025-08-01T20:53:02.605Z | Compiling instant v0.1.13 |
| 2363 | 2025-08-01T20:53:02.809Z | Compiling owo-colors v4.2.2 |
| 2364 | 2025-08-01T20:53:03.090Z | Compiling debug-ignore v1.0.5 |
| 2365 | 2025-08-01T20:53:03.093Z | Compiling cancel-safe-futures v0.1.5 |
| 2366 | 2025-08-01T20:53:03.286Z | Compiling tokio-rustls v0.25.0 |
| 2367 | 2025-08-01T20:53:03.431Z | Compiling typify-macro v0.4.1 |
| 2368 | 2025-08-01T20:53:03.496Z | Compiling backoff v0.4.0 |
| 2369 | 2025-08-01T20:53:03.565Z | Compiling iddqd v0.3.9 |
| 2370 | 2025-08-01T20:53:03.839Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2371 | 2025-08-01T20:53:05.706Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2372 | 2025-08-01T20:53:06.255Z | Compiling parse-display v0.10.0 |
| 2373 | 2025-08-01T20:53:06.718Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2374 | 2025-08-01T20:53:06.804Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2375 | 2025-08-01T20:53:06.857Z | Compiling typify v0.4.1 |
| 2376 | 2025-08-01T20:53:07.063Z | Compiling progenitor-impl v0.10.0 |
| 2377 | 2025-08-01T20:53:07.183Z | Compiling serde_with v3.14.0 |
| 2378 | 2025-08-01T20:53:07.904Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2379 | 2025-08-01T20:53:08.604Z | Compiling progenitor-client v0.10.0 |
| 2380 | 2025-08-01T20:53:10.099Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2381 | 2025-08-01T20:53:10.515Z | Compiling libsw-core v0.3.1 |
| 2382 | 2025-08-01T20:53:10.862Z | Compiling macaddr v1.0.1 |
| 2383 | 2025-08-01T20:53:11.342Z | Compiling utf-8 v0.7.6 |
| 2384 | 2025-08-01T20:53:11.370Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2385 | 2025-08-01T20:53:11.724Z | Compiling libsw v3.5.0 |
| 2386 | 2025-08-01T20:53:12.104Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2387 | 2025-08-01T20:53:12.509Z | Compiling linear-map v1.2.0 |
| 2388 | 2025-08-01T20:53:12.600Z | Compiling progenitor-macro v0.10.0 |
| 2389 | 2025-08-01T20:53:13.193Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2390 | 2025-08-01T20:53:13.987Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2391 | 2025-08-01T20:53:14.591Z | Compiling keccak v0.1.5 |
| 2392 | 2025-08-01T20:53:15.877Z | Compiling sha3 v0.10.8 |
| 2393 | 2025-08-01T20:53:16.811Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2394 | 2025-08-01T20:53:20.223Z | Compiling async-recursion v1.1.1 |
| 2395 | 2025-08-01T20:53:21.395Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2396 | 2025-08-01T20:53:21.594Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2397 | 2025-08-01T20:53:23.400Z | Compiling progenitor v0.10.0 |
| 2398 | 2025-08-01T20:53:23.675Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2399 | 2025-08-01T20:53:23.952Z | Compiling globset v0.4.15 |
| 2400 | 2025-08-01T20:53:28.308Z | Compiling prettyplease v0.2.36 |
| 2401 | 2025-08-01T20:53:28.311Z | Compiling tungstenite v0.21.0 |
| 2402 | 2025-08-01T20:53:29.937Z | Compiling tokio-tungstenite v0.21.0 |
| 2403 | 2025-08-01T20:53:30.628Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2404 | 2025-08-01T20:53:31.416Z | Compiling pem v3.0.5 |
| 2405 | 2025-08-01T20:53:32.698Z | Compiling pin-project-internal v1.1.6 |
| 2406 | 2025-08-01T20:53:32.822Z | Compiling papergrid v0.11.0 |
| 2407 | 2025-08-01T20:53:33.271Z | Compiling tabled_derive v0.7.0 |
| 2408 | 2025-08-01T20:53:35.094Z | Compiling pin-project v1.1.6 |
| 2409 | 2025-08-01T20:53:35.194Z | Compiling snafu-derive v0.8.5 |
| 2410 | 2025-08-01T20:53:35.291Z | Compiling highway v1.3.0 |
| 2411 | 2025-08-01T20:53:36.879Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2412 | 2025-08-01T20:53:39.362Z | Compiling snafu v0.8.5 |
| 2413 | 2025-08-01T20:53:40.553Z | Compiling tabled v0.15.0 |
| 2414 | 2025-08-01T20:53:43.100Z | Compiling resolv-conf v0.7.0 |
| 2415 | 2025-08-01T20:53:44.098Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2416 | 2025-08-01T20:53:44.352Z | Compiling olpc-cjson v0.1.4 |
| 2417 | 2025-08-01T20:53:44.619Z | Compiling serde_plain v1.0.2 |
| 2418 | 2025-08-01T20:53:44.696Z | Compiling semver v0.1.20 |
| 2419 | 2025-08-01T20:53:45.174Z | Compiling typed-path v0.9.3 |
| 2420 | 2025-08-01T20:53:45.225Z | Compiling rustc_version v0.1.7 |
| 2421 | 2025-08-01T20:53:45.254Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2422 | 2025-08-01T20:53:45.484Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2423 | 2025-08-01T20:53:45.635Z | Compiling universal-hash v0.5.1 |
| 2424 | 2025-08-01T20:53:45.912Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2425 | 2025-08-01T20:53:47.936Z | Compiling tough v0.20.0 |
| 2426 | 2025-08-01T20:53:48.311Z | Compiling opaque-debug v0.3.1 |
| 2427 | 2025-08-01T20:53:48.457Z | Compiling poly1305 v0.8.0 |
| 2428 | 2025-08-01T20:53:48.973Z | Compiling thiserror-no-std v2.0.2 |
| 2429 | 2025-08-01T20:53:49.057Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2430 | 2025-08-01T20:53:49.152Z | Compiling newtype_derive v0.1.6 |
| 2431 | 2025-08-01T20:53:49.524Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2432 | 2025-08-01T20:53:49.828Z | Compiling chacha20 v0.9.1 |
| 2433 | 2025-08-01T20:53:49.896Z | Compiling aead v0.5.2 |
| 2434 | 2025-08-01T20:53:50.279Z | Compiling smawk v0.3.2 |
| 2435 | 2025-08-01T20:53:50.352Z | Compiling unicode-linebreak v0.1.5 |
| 2436 | 2025-08-01T20:53:50.609Z | Compiling linked-hash-map v0.5.6 |
| 2437 | 2025-08-01T20:53:50.937Z | Compiling textwrap v0.16.2 |
| 2438 | 2025-08-01T20:53:50.971Z | Compiling chacha20poly1305 v0.10.1 |
| 2439 | 2025-08-01T20:53:51.087Z | Compiling lru-cache v0.1.2 |
| 2440 | 2025-08-01T20:53:51.362Z | Compiling vsss-rs v3.3.4 |
| 2441 | 2025-08-01T20:53:51.410Z | Compiling humantime v2.2.0 |
| 2442 | 2025-08-01T20:53:52.056Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2443 | 2025-08-01T20:53:52.275Z | Compiling hickory-proto v0.24.4 |
| 2444 | 2025-08-01T20:53:54.364Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2445 | 2025-08-01T20:53:56.856Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2446 | 2025-08-01T20:53:56.883Z | Compiling steno v0.4.1 |
| 2447 | 2025-08-01T20:53:59.545Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2448 | 2025-08-01T20:53:59.548Z | Compiling hickory-resolver v0.24.4 |
| 2449 | 2025-08-01T20:54:03.642Z | Compiling qorb v0.4.0 |
| 2450 | 2025-08-01T20:54:04.295Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2451 | 2025-08-01T20:54:10.098Z | Compiling slog-dtrace v0.3.0 |
| 2452 | 2025-08-01T20:54:10.486Z | Compiling moka v0.12.10 |
| 2453 | 2025-08-01T20:54:10.997Z | Compiling tagptr v0.2.0 |
| 2454 | 2025-08-01T20:54:14.693Z | Compiling hickory-resolver v0.25.2 |
| 2455 | 2025-08-01T20:54:16.863Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2456 | 2025-08-01T20:54:19.805Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2457 | 2025-08-01T20:54:20.056Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2458 | 2025-08-01T20:54:20.845Z | Compiling display-error-chain v0.2.2 |
| 2459 | 2025-08-01T20:54:21.122Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2460 | 2025-08-01T20:54:22.609Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2461 | 2025-08-01T20:54:25.267Z | Compiling crunchy v0.2.2 |
| 2462 | 2025-08-01T20:54:25.755Z | Compiling maplit v1.0.2 |
| 2463 | 2025-08-01T20:54:26.043Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2464 | 2025-08-01T20:54:27.750Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2465 | 2025-08-01T20:54:27.946Z | Compiling dsl_auto_type v0.1.2 |
| 2466 | 2025-08-01T20:54:28.211Z | Compiling scheduled-thread-pool v0.2.7 |
| 2467 | 2025-08-01T20:54:29.109Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2468 | 2025-08-01T20:54:29.512Z | Compiling tiny-keccak v2.0.2 |
| 2469 | 2025-08-01T20:54:29.542Z | Compiling radium v0.7.0 |
| 2470 | 2025-08-01T20:54:29.917Z | Compiling diesel_derives v2.2.3 |
| 2471 | 2025-08-01T20:54:30.099Z | Compiling r2d2 v0.8.10 |
| 2472 | 2025-08-01T20:54:30.208Z | Compiling const_format_proc_macros v0.2.34 |
| 2473 | 2025-08-01T20:54:30.328Z | Compiling zerocopy-derive v0.6.6 |
| 2474 | 2025-08-01T20:54:30.603Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2475 | 2025-08-01T20:54:31.397Z | Compiling maybe-uninit v2.0.0 |
| 2476 | 2025-08-01T20:54:31.900Z | Compiling tap v1.0.1 |
| 2477 | 2025-08-01T20:54:31.944Z | Compiling bit-vec v0.6.3 |
| 2478 | 2025-08-01T20:54:32.084Z | Compiling zerocopy v0.6.6 |
| 2479 | 2025-08-01T20:54:32.136Z | Compiling wyz v0.5.1 |
| 2480 | 2025-08-01T20:54:32.356Z | Compiling bit-set v0.5.3 |
| 2481 | 2025-08-01T20:54:32.621Z | Compiling const_format v0.2.34 |
| 2482 | 2025-08-01T20:54:32.775Z | Compiling proc-macro-error2 v2.0.1 |
| 2483 | 2025-08-01T20:54:33.367Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2484 | 2025-08-01T20:54:33.819Z | Compiling ascii-canvas v3.0.0 |
| 2485 | 2025-08-01T20:54:33.865Z | Compiling ena v0.14.3 |
| 2486 | 2025-08-01T20:54:34.264Z | Compiling regex-syntax v0.6.29 |
| 2487 | 2025-08-01T20:54:34.299Z | Compiling packed_struct v0.10.1 |
| 2488 | 2025-08-01T20:54:34.773Z | Compiling diff v0.1.13 |
| 2489 | 2025-08-01T20:54:35.292Z | Compiling bindgen v0.71.1 |
| 2490 | 2025-08-01T20:54:35.804Z | Compiling crc-catalog v2.4.0 |
| 2491 | 2025-08-01T20:54:36.020Z | Compiling funty v2.0.0 |
| 2492 | 2025-08-01T20:54:38.776Z | Compiling lalrpop v0.19.12 |
| 2493 | 2025-08-01T20:54:38.813Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2494 | 2025-08-01T20:54:38.992Z | Compiling bitvec v1.0.1 |
| 2495 | 2025-08-01T20:54:39.634Z | Compiling crc v3.2.1 |
| 2496 | 2025-08-01T20:54:39.987Z | Compiling diesel v2.2.11 |
| 2497 | 2025-08-01T20:54:41.717Z | Compiling tabled_derive v0.10.0 |
| 2498 | 2025-08-01T20:54:41.966Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2499 | 2025-08-01T20:54:43.069Z | Compiling papergrid v0.14.0 |
| 2500 | 2025-08-01T20:54:44.045Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2501 | 2025-08-01T20:54:44.303Z | Compiling packed_struct_codegen v0.10.1 |
| 2502 | 2025-08-01T20:54:46.601Z | Compiling num-derive v0.3.3 |
| 2503 | 2025-08-01T20:54:48.647Z | Compiling indexmap v1.9.3 |
| 2504 | 2025-08-01T20:54:49.041Z | Compiling nodrop v0.1.14 |
| 2505 | 2025-08-01T20:54:49.220Z | Compiling array-init v0.0.4 |
| 2506 | 2025-08-01T20:54:50.359Z | Compiling libscf-sys v1.1.0 |
| 2507 | 2025-08-01T20:54:59.315Z | Compiling polar-core v0.27.3 |
| 2508 | 2025-08-01T20:55:00.033Z | Compiling tabled v0.18.0 |
| 2509 | 2025-08-01T20:55:00.584Z | Compiling smallvec v0.6.14 |
| 2510 | 2025-08-01T20:55:01.127Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2511 | 2025-08-01T20:55:03.947Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2512 | 2025-08-01T20:55:04.319Z | Compiling derive_builder_core v0.20.2 |
| 2513 | 2025-08-01T20:55:06.127Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2514 | 2025-08-01T20:55:06.167Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2515 | 2025-08-01T20:55:06.213Z | Compiling headers-core v0.3.0 |
| 2516 | 2025-08-01T20:55:06.440Z | Compiling libxml v0.3.3 |
| 2517 | 2025-08-01T20:55:06.872Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2518 | 2025-08-01T20:55:07.181Z | Compiling hashbrown v0.12.3 |
| 2519 | 2025-08-01T20:55:07.277Z | Compiling bitfield v0.14.0 |
| 2520 | 2025-08-01T20:55:07.694Z | Compiling termcolor v1.4.1 |
| 2521 | 2025-08-01T20:55:08.776Z | Compiling env_logger v0.10.2 |
| 2522 | 2025-08-01T20:55:09.337Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2523 | 2025-08-01T20:55:09.493Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2524 | 2025-08-01T20:55:11.804Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2525 | 2025-08-01T20:55:12.361Z | Compiling headers v0.4.1 |
| 2526 | 2025-08-01T20:55:13.893Z | Compiling samael v0.0.19 |
| 2527 | 2025-08-01T20:55:14.809Z | Compiling derive_builder_macro v0.20.2 |
| 2528 | 2025-08-01T20:55:15.576Z | Compiling serde-hex v0.1.0 |
| 2529 | 2025-08-01T20:55:15.807Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2530 | 2025-08-01T20:55:17.309Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2531 | 2025-08-01T20:55:19.579Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2532 | 2025-08-01T20:55:19.965Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2533 | 2025-08-01T20:55:20.374Z | Compiling ron v0.8.1 |
| 2534 | 2025-08-01T20:55:20.701Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2535 | 2025-08-01T20:55:21.072Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2536 | 2025-08-01T20:55:21.840Z | Compiling strum_macros v0.24.3 |
| 2537 | 2025-08-01T20:55:22.370Z | Compiling hashbrown v0.13.2 |
| 2538 | 2025-08-01T20:55:23.677Z | Compiling convert_case v0.7.1 |
| 2539 | 2025-08-01T20:55:24.366Z | Compiling indoc v1.0.9 |
| 2540 | 2025-08-01T20:55:24.569Z | Compiling crc-any v2.5.0 |
| 2541 | 2025-08-01T20:55:24.661Z | Compiling termtree v0.5.1 |
| 2542 | 2025-08-01T20:55:24.974Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2543 | 2025-08-01T20:55:25.156Z | Compiling derive_more-impl v2.0.1 |
| 2544 | 2025-08-01T20:55:25.409Z | Compiling object v0.30.4 |
| 2545 | 2025-08-01T20:55:25.769Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2025-08-01T20:55:26.815Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2547 | 2025-08-01T20:55:27.224Z | Compiling derive_builder v0.20.2 |
| 2548 | 2025-08-01T20:55:35.896Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2549 | 2025-08-01T20:55:36.284Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2550 | 2025-08-01T20:55:37.317Z | Compiling oso-derive v0.27.3 |
| 2551 | 2025-08-01T20:55:38.289Z | Compiling quick-xml v0.37.2 |
| 2552 | 2025-08-01T20:55:38.983Z | Compiling path-slash v0.1.5 |
| 2553 | 2025-08-01T20:55:39.275Z | Compiling crc8 v0.1.1 |
| 2554 | 2025-08-01T20:55:39.645Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2555 | 2025-08-01T20:55:40.229Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2556 | 2025-08-01T20:55:40.621Z | Compiling derive_more v2.0.1 |
| 2557 | 2025-08-01T20:55:40.780Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2558 | 2025-08-01T20:55:41.906Z | Compiling oso v0.27.3 |
| 2559 | 2025-08-01T20:55:42.275Z | Compiling vte_generate_state_changes v0.1.2 |
| 2560 | 2025-08-01T20:55:42.928Z | Compiling diesel-dtrace v0.4.2 |
| 2561 | 2025-08-01T20:55:43.321Z | Compiling arc-swap v1.7.1 |
| 2562 | 2025-08-01T20:55:44.027Z | Compiling siphasher v1.0.1 |
| 2563 | 2025-08-01T20:55:44.495Z | Compiling phf_shared v0.12.1 |
| 2564 | 2025-08-01T20:55:44.988Z | Compiling slog-scope v4.4.0 |
| 2565 | 2025-08-01T20:55:45.825Z | Compiling vte v0.11.1 |
| 2566 | 2025-08-01T20:55:47.372Z | Compiling crossterm v0.29.0 |
| 2567 | 2025-08-01T20:55:54.984Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2568 | 2025-08-01T20:55:55.075Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2569 | 2025-08-01T20:55:55.448Z | Compiling bb8 v0.8.5 |
| 2570 | 2025-08-01T20:55:56.104Z | Compiling unicase v2.7.0 |
| 2571 | 2025-08-01T20:55:56.507Z | Compiling xshell-macros v0.2.7 |
| 2572 | 2025-08-01T20:55:57.235Z | Compiling chrono-tz v0.10.4 |
| 2573 | 2025-08-01T20:55:57.518Z | Compiling xshell v0.2.7 |
| 2574 | 2025-08-01T20:55:57.651Z | Compiling async-bb8-diesel v0.2.1 |
| 2575 | 2025-08-01T20:55:58.529Z | Compiling strip-ansi-escapes v0.2.0 |
| 2576 | 2025-08-01T20:56:00.343Z | Compiling slog-stdlog v4.1.1 |
| 2577 | 2025-08-01T20:56:00.615Z | Compiling phf v0.12.1 |
| 2578 | 2025-08-01T20:56:00.992Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2579 | 2025-08-01T20:56:01.105Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2580 | 2025-08-01T20:56:01.490Z | Compiling fd-lock v4.0.2 |
| 2581 | 2025-08-01T20:56:01.771Z | Compiling peg-macros v0.8.5 |
| 2582 | 2025-08-01T20:56:01.897Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2583 | 2025-08-01T20:56:02.841Z | Compiling nu-ansi-term v0.50.1 |
| 2584 | 2025-08-01T20:56:04.014Z | Compiling reedline v0.40.0 |
| 2585 | 2025-08-01T20:56:04.825Z | Compiling peg v0.8.5 |
| 2586 | 2025-08-01T20:56:05.042Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2587 | 2025-08-01T20:56:12.361Z | Compiling slog-envlogger v2.2.0 |
| 2588 | 2025-08-01T20:56:13.053Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2589 | 2025-08-01T20:56:14.769Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2590 | 2025-08-01T20:56:16.199Z | Compiling typify-impl v0.2.0 |
| 2591 | 2025-08-01T20:56:23.732Z | Compiling bcs v0.1.6 |
| 2592 | 2025-08-01T20:56:24.560Z | Compiling fxhash v0.2.1 |
| 2593 | 2025-08-01T20:56:24.841Z | Compiling libz-sys v1.1.20 |
| 2594 | 2025-08-01T20:56:24.946Z | Compiling half v1.8.3 |
| 2595 | 2025-08-01T20:56:25.345Z | Compiling typify-macro v0.2.0 |
| 2596 | 2025-08-01T20:56:25.677Z | Compiling serde_cbor v0.11.2 |
| 2597 | 2025-08-01T20:56:28.121Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2598 | 2025-08-01T20:56:28.270Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2599 | 2025-08-01T20:56:28.746Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2600 | 2025-08-01T20:56:29.808Z | Compiling kstat-rs v0.2.4 |
| 2601 | 2025-08-01T20:56:30.738Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2602 | 2025-08-01T20:56:31.335Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2603 | 2025-08-01T20:56:33.055Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2604 | 2025-08-01T20:56:33.649Z | Compiling nix v0.30.1 |
| 2605 | 2025-08-01T20:56:33.680Z | Compiling nanorand v0.7.0 |
| 2606 | 2025-08-01T20:56:34.406Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2607 | 2025-08-01T20:56:34.476Z | Compiling parking_lot_core v0.8.6 |
| 2608 | 2025-08-01T20:56:35.026Z | Compiling flume v0.11.1 |
| 2609 | 2025-08-01T20:56:35.791Z | Compiling mime_guess v2.0.5 |
| 2610 | 2025-08-01T20:56:37.297Z | Compiling ignore v0.4.23 |
| 2611 | 2025-08-01T20:56:40.153Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2612 | 2025-08-01T20:56:47.164Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2613 | 2025-08-01T20:56:47.908Z | Compiling castaway v0.2.3 |
| 2614 | 2025-08-01T20:56:48.148Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2615 | 2025-08-01T20:56:48.544Z | Compiling fs-err v2.11.0 |
| 2616 | 2025-08-01T20:56:49.137Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2617 | 2025-08-01T20:56:49.331Z | Compiling compact_str v0.8.0 |
| 2618 | 2025-08-01T20:56:50.264Z | Compiling globwalk v0.9.1 |
| 2619 | 2025-08-01T20:56:52.927Z | Compiling typify v0.2.0 |
| 2620 | 2025-08-01T20:56:53.123Z | Compiling predicates-tree v1.0.12 |
| 2621 | 2025-08-01T20:56:53.988Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2622 | 2025-08-01T20:56:54.489Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2623 | 2025-08-01T20:56:54.712Z | Compiling unicode-truncate v1.1.0 |
| 2624 | 2025-08-01T20:56:57.041Z | Compiling lru v0.12.5 |
| 2625 | 2025-08-01T20:56:57.426Z | Compiling vergen v8.3.2 |
| 2626 | 2025-08-01T20:56:57.761Z | Compiling nibble_vec v0.1.0 |
| 2627 | 2025-08-01T20:56:58.084Z | Compiling cargo-platform v0.1.8 |
| 2628 | 2025-08-01T20:57:00.159Z | Compiling instability v0.3.2 |
| 2629 | 2025-08-01T20:57:01.075Z | Compiling atty v0.2.14 |
| 2630 | 2025-08-01T20:57:01.100Z | Compiling indoc v2.0.6 |
| 2631 | 2025-08-01T20:57:01.283Z | Compiling http-range v0.1.5 |
| 2632 | 2025-08-01T20:57:01.910Z | Compiling cassowary v0.3.0 |
| 2633 | 2025-08-01T20:57:01.954Z | Compiling endian-type v0.1.2 |
| 2634 | 2025-08-01T20:57:02.235Z | Compiling salty v0.3.0 |
| 2635 | 2025-08-01T20:57:02.756Z | Compiling ratatui v0.29.0 |
| 2636 | 2025-08-01T20:57:05.274Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2637 | 2025-08-01T20:57:20.880Z | Compiling radix_trie v0.2.1 |
| 2638 | 2025-08-01T20:57:22.040Z | Compiling cargo_metadata v0.18.1 |
| 2639 | 2025-08-01T20:57:24.852Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2640 | 2025-08-01T20:57:24.884Z | Compiling camino-tempfile-ext v0.3.2 |
| 2641 | 2025-08-01T20:57:25.628Z | Compiling progenitor-impl v0.8.0 |
| 2642 | 2025-08-01T20:57:26.281Z | Compiling parking_lot v0.11.2 |
| 2643 | 2025-08-01T20:57:26.386Z | Compiling git2 v0.19.0 |
| 2644 | 2025-08-01T20:57:32.051Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2645 | 2025-08-01T20:57:34.239Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2646 | 2025-08-01T20:57:35.721Z | Compiling prefix-trie v0.7.0 |
| 2647 | 2025-08-01T20:57:36.858Z | Compiling rand_seeder v0.3.0 |
| 2648 | 2025-08-01T20:57:37.308Z | Compiling lzma-sys v0.1.20 |
| 2649 | 2025-08-01T20:57:38.049Z | Compiling rustls v0.21.12 |
| 2650 | 2025-08-01T20:57:38.426Z | Compiling parse-size v1.1.0 |
| 2651 | 2025-08-01T20:57:38.673Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2652 | 2025-08-01T20:57:38.772Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2653 | 2025-08-01T20:57:38.801Z | Compiling hickory-server v0.25.2 |
| 2654 | 2025-08-01T20:57:39.064Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2655 | 2025-08-01T20:57:41.415Z | Compiling progenitor-macro v0.8.0 |
| 2656 | 2025-08-01T20:57:47.727Z | Compiling hyper-staticfile v0.10.1 |
| 2657 | 2025-08-01T20:57:50.163Z | Compiling sled v0.34.7 |
| 2658 | 2025-08-01T20:57:50.771Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2659 | 2025-08-01T20:57:52.972Z | Compiling hickory-client v0.25.2 |
| 2660 | 2025-08-01T20:57:56.013Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2661 | 2025-08-01T20:57:57.027Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2662 | 2025-08-01T20:57:57.282Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2663 | 2025-08-01T20:57:58.287Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2664 | 2025-08-01T20:57:58.465Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2665 | 2025-08-01T20:57:58.863Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2666 | 2025-08-01T20:58:00.477Z | Compiling primeorder v0.13.6 |
| 2667 | 2025-08-01T20:58:01.186Z | Compiling progenitor-client v0.8.0 |
| 2668 | 2025-08-01T20:58:02.118Z | Compiling rustls-webpki v0.101.7 |
| 2669 | 2025-08-01T20:58:02.796Z | Compiling sct v0.7.1 |
| 2670 | 2025-08-01T20:58:03.287Z | Compiling heck v0.3.3 |
| 2671 | 2025-08-01T20:58:03.646Z | Compiling env_filter v0.1.2 |
| 2672 | 2025-08-01T20:58:03.679Z | Compiling csv-core v0.1.11 |
| 2673 | 2025-08-01T20:58:04.595Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2674 | 2025-08-01T20:58:05.004Z | Compiling void v1.0.2 |
| 2675 | 2025-08-01T20:58:05.244Z | Compiling lzss v0.8.2 |
| 2676 | 2025-08-01T20:58:05.312Z | Compiling csv v1.3.1 |
| 2677 | 2025-08-01T20:58:05.733Z | Compiling env_logger v0.11.5 |
| 2678 | 2025-08-01T20:58:05.792Z | Compiling zone_cfg_derive v0.1.2 |
| 2679 | 2025-08-01T20:58:07.139Z | Compiling progenitor v0.8.0 |
| 2680 | 2025-08-01T20:58:07.437Z | Compiling p384 v0.13.0 |
| 2681 | 2025-08-01T20:58:07.505Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2682 | 2025-08-01T20:58:08.594Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2683 | 2025-08-01T20:58:13.157Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2684 | 2025-08-01T20:58:13.338Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2685 | 2025-08-01T20:58:14.533Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2686 | 2025-08-01T20:58:17.913Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2687 | 2025-08-01T20:58:24.607Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2688 | 2025-08-01T20:58:24.868Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2689 | 2025-08-01T20:58:25.289Z | Compiling tungstenite v0.23.0 |
| 2690 | 2025-08-01T20:58:25.976Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2691 | 2025-08-01T20:58:26.363Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2692 | 2025-08-01T20:58:26.747Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2693 | 2025-08-01T20:58:27.126Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2694 | 2025-08-01T20:58:27.704Z | Compiling nix v0.27.1 |
| 2695 | 2025-08-01T20:58:27.855Z | Compiling serde_bytes v0.11.17 |
| 2696 | 2025-08-01T20:58:28.424Z | Compiling number_prefix v0.4.0 |
| 2697 | 2025-08-01T20:58:28.742Z | Compiling base64 v0.13.1 |
| 2698 | 2025-08-01T20:58:29.052Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2699 | 2025-08-01T20:58:29.501Z | Compiling ron v0.7.1 |
| 2700 | 2025-08-01T20:58:30.390Z | Compiling indicatif v0.17.11 |
| 2701 | 2025-08-01T20:58:30.728Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2702 | 2025-08-01T20:58:31.559Z | Compiling tokio-tungstenite v0.23.1 |
| 2703 | 2025-08-01T20:58:32.223Z | Compiling xz2 v0.1.7 |
| 2704 | 2025-08-01T20:58:32.866Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2705 | 2025-08-01T20:58:34.522Z | Compiling tokio-rustls v0.24.1 |
| 2706 | 2025-08-01T20:58:35.032Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2707 | 2025-08-01T20:58:38.991Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2708 | 2025-08-01T20:58:40.002Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2709 | 2025-08-01T20:58:41.577Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2710 | 2025-08-01T20:58:41.888Z | Compiling zone v0.1.8 |
| 2711 | 2025-08-01T20:58:42.336Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2712 | 2025-08-01T20:58:42.546Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2713 | 2025-08-01T20:58:43.805Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2714 | 2025-08-01T20:58:45.187Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2715 | 2025-08-01T20:58:50.755Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2716 | 2025-08-01T20:58:55.991Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2717 | 2025-08-01T20:58:56.965Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2718 | 2025-08-01T20:58:58.296Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2719 | 2025-08-01T20:59:00.014Z | Compiling rustls-pemfile v1.0.4 |
| 2720 | 2025-08-01T20:59:00.785Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2721 | 2025-08-01T20:59:01.166Z | Compiling signal-hook-tokio v0.3.1 |
| 2722 | 2025-08-01T20:59:01.450Z | Compiling twox-hash v2.1.0 |
| 2723 | 2025-08-01T20:59:02.206Z | Compiling yasna v0.5.2 |
| 2724 | 2025-08-01T20:59:02.490Z | Compiling secrecy v0.8.0 |
| 2725 | 2025-08-01T20:59:02.810Z | Compiling is_ci v1.2.0 |
| 2726 | 2025-08-01T20:59:03.184Z | Compiling supports-color v3.0.2 |
| 2727 | 2025-08-01T20:59:03.664Z | Compiling rcgen v0.12.1 |
| 2728 | 2025-08-01T20:59:07.001Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2729 | 2025-08-01T20:59:08.654Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2730 | 2025-08-01T20:59:14.129Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2731 | 2025-08-01T20:59:14.573Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2732 | 2025-08-01T20:59:15.558Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2733 | 2025-08-01T20:59:23.085Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2734 | 2025-08-01T20:59:28.595Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2735 | 2025-08-01T20:59:29.427Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2736 | 2025-08-01T20:59:33.172Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2737 | 2025-08-01T20:59:34.741Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2738 | 2025-08-01T20:59:36.332Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2739 | 2025-08-01T20:59:36.450Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2740 | 2025-08-01T20:59:43.651Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2741 | 2025-08-01T20:59:44.030Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2742 | 2025-08-01T20:59:44.407Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2743 | 2025-08-01T20:59:47.685Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2744 | 2025-08-01T20:59:49.406Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2745 | 2025-08-01T20:59:54.019Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2746 | 2025-08-01T20:59:54.350Z | Compiling fatfs v0.3.6 |
| 2747 | 2025-08-01T20:59:56.363Z | Compiling subprocess v0.2.9 |
| 2748 | 2025-08-01T20:59:57.131Z | Compiling rtoolbox v0.0.2 |
| 2749 | 2025-08-01T20:59:57.255Z | Compiling assert_matches v1.5.0 |
| 2750 | 2025-08-01T20:59:57.417Z | Compiling rpassword v7.4.0 |
| 2751 | 2025-08-01T20:59:57.900Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2752 | 2025-08-01T21:00:00.877Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2753 | 2025-08-01T21:00:05.087Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2754 | 2025-08-01T21:00:05.535Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2755 | 2025-08-01T21:00:10.548Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2756 | 2025-08-01T21:00:17.352Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2757 | 2025-08-01T21:00:37.798Z | Compiling tui-tree-widget v0.23.1 |
| 2758 | 2025-08-01T21:00:38.275Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2759 | 2025-08-01T21:00:43.611Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2760 | 2025-08-01T21:00:43.994Z | Compiling uzers v0.12.1 |
| 2761 | 2025-08-01T21:00:47.190Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2762 | 2025-08-01T21:00:48.068Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2763 | 2025-08-01T21:00:50.123Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2764 | 2025-08-01T21:01:09.469Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2765 | 2025-08-01T21:01:18.701Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2766 | 2025-08-01T21:01:21.828Z | Compiling support-bundle-viewer v0.1.2 |
| 2767 | 2025-08-01T21:01:23.228Z | Compiling multimap v0.10.1 |
| 2768 | 2025-08-01T21:03:35.005Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2769 | 2025-08-01T21:03:55.043Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2770 | 2025-08-01T21:11:57.861Z | Finished `release` profile [optimized] target(s) in 19m 05s |
| 2771 | 2025-08-01T21:12:53.488Z | |
| 2772 | 2025-08-01T21:12:53.491Z | real 20:02.057227835 |
| 2773 | 2025-08-01T21:12:53.491Z | user 2:21:17.449099199 |
| 2774 | 2025-08-01T21:12:53.491Z | sys 4:10.460401545 |
| 2775 | 2025-08-01T21:12:53.491Z | trap 3.524887154 |
| 2776 | 2025-08-01T21:12:53.491Z | tflt 2.073428639 |
| 2777 | 2025-08-01T21:12:53.491Z | dflt 6.812380941 |
| 2778 | 2025-08-01T21:12:53.491Z | kflt 0.077459102 |
| 2779 | 2025-08-01T21:12:53.491Z | lock 10:08:09.968531552 |
| 2780 | 2025-08-01T21:12:53.491Z | slp 7:11:55.683937708 |
| 2781 | 2025-08-01T21:12:53.492Z | lat 4:13.829711601 |
| 2782 | 2025-08-01T21:12:53.492Z | stop 4:17.700260177 |
| 2783 | 2025-08-01T21:12:53.492Z | + mapfile -t packages |
| 2784 | 2025-08-01T21:12:53.492Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2785 | 2025-08-01T21:12:54.742Z | Finished `release` profile [optimized] target(s) in 1.19s |
| 2786 | 2025-08-01T21:12:54.802Z | Running `target/release/omicron-package -t test list-outputs` |
| 2787 | 2025-08-01T21:12:54.856Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2788 | 2025-08-01T21:12:54.859Z | + ptime -m cargo build --locked --release -p xtask |
| 2789 | 2025-08-01T21:12:55.579Z | Compiling once_cell v1.21.3 |
| 2790 | 2025-08-01T21:12:55.579Z | Compiling serde v1.0.219 |
| 2791 | 2025-08-01T21:12:55.585Z | Compiling bitflags v2.9.1 |
| 2792 | 2025-08-01T21:12:55.585Z | Compiling serde_json v1.0.141 |
| 2793 | 2025-08-01T21:12:55.585Z | Compiling syn v2.0.104 |
| 2794 | 2025-08-01T21:12:55.585Z | Compiling libc v0.2.174 |
| 2795 | 2025-08-01T21:12:55.585Z | Compiling num-traits v0.2.19 |
| 2796 | 2025-08-01T21:12:55.717Z | Compiling rustix v0.38.37 |
| 2797 | 2025-08-01T21:12:56.064Z | Compiling smallvec v1.15.1 |
| 2798 | 2025-08-01T21:12:56.118Z | Compiling hashbrown v0.15.4 |
| 2799 | 2025-08-01T21:12:56.491Z | Compiling usdt-impl v0.5.0 |
| 2800 | 2025-08-01T21:12:56.543Z | Compiling syn v1.0.109 |
| 2801 | 2025-08-01T21:12:56.572Z | Compiling log v0.4.27 |
| 2802 | 2025-08-01T21:12:57.055Z | Compiling percent-encoding v2.3.1 |
| 2803 | 2025-08-01T21:12:57.117Z | Compiling getrandom v0.3.1 |
| 2804 | 2025-08-01T21:12:57.182Z | Compiling thread-id v4.2.2 |
| 2805 | 2025-08-01T21:12:57.245Z | Compiling rustix v1.0.7 |
| 2806 | 2025-08-01T21:12:57.333Z | Compiling indexmap v2.10.0 |
| 2807 | 2025-08-01T21:12:57.449Z | Compiling form_urlencoded v1.2.1 |
| 2808 | 2025-08-01T21:12:57.982Z | Compiling terminal_size v0.4.0 |
| 2809 | 2025-08-01T21:12:58.288Z | Compiling ordered-float v2.10.1 |
| 2810 | 2025-08-01T21:12:58.662Z | Compiling fs-err v3.1.1 |
| 2811 | 2025-08-01T21:12:58.937Z | Compiling anyhow v1.0.98 |
| 2812 | 2025-08-01T21:12:59.072Z | Compiling clap_builder v4.5.41 |
| 2813 | 2025-08-01T21:12:59.175Z | Compiling textwrap v0.16.2 |
| 2814 | 2025-08-01T21:12:59.974Z | Compiling tempfile v3.20.0 |
| 2815 | 2025-08-01T21:13:01.355Z | Compiling proc-macro-error v1.0.4 |
| 2816 | 2025-08-01T21:13:02.133Z | Compiling tabled_derive v0.7.0 |
| 2817 | 2025-08-01T21:13:02.323Z | Compiling synstructure v0.13.1 |
| 2818 | 2025-08-01T21:13:03.469Z | Compiling tabled v0.15.0 |
| 2819 | 2025-08-01T21:13:03.602Z | Compiling serde_derive v1.0.219 |
| 2820 | 2025-08-01T21:13:03.602Z | Compiling thiserror-impl v1.0.69 |
| 2821 | 2025-08-01T21:13:03.605Z | Compiling zerofrom-derive v0.1.4 |
| 2822 | 2025-08-01T21:13:04.463Z | Compiling yoke-derive v0.7.4 |
| 2823 | 2025-08-01T21:13:05.910Z | Compiling zerovec-derive v0.10.3 |
| 2824 | 2025-08-01T21:13:06.200Z | Compiling thiserror v1.0.69 |
| 2825 | 2025-08-01T21:13:06.396Z | Compiling displaydoc v0.2.5 |
| 2826 | 2025-08-01T21:13:06.632Z | Compiling zerofrom v0.1.4 |
| 2827 | 2025-08-01T21:13:06.764Z | Compiling pest v2.7.14 |
| 2828 | 2025-08-01T21:13:06.921Z | Compiling yoke v0.7.4 |
| 2829 | 2025-08-01T21:13:07.346Z | Compiling zerocopy-derive v0.7.35 |
| 2830 | 2025-08-01T21:13:07.799Z | Compiling icu_provider_macros v1.5.0 |
| 2831 | 2025-08-01T21:13:08.143Z | Compiling zerovec v0.10.4 |
| 2832 | 2025-08-01T21:13:09.093Z | Compiling scroll_derive v0.12.0 |
| 2833 | 2025-08-01T21:13:09.168Z | Compiling zerocopy v0.7.35 |
| 2834 | 2025-08-01T21:13:09.606Z | Compiling pest_meta v2.7.14 |
| 2835 | 2025-08-01T21:13:10.469Z | Compiling tinystr v0.7.6 |
| 2836 | 2025-08-01T21:13:11.006Z | Compiling icu_locid v1.5.0 |
| 2837 | 2025-08-01T21:13:11.110Z | Compiling pest_generator v2.7.14 |
| 2838 | 2025-08-01T21:13:12.805Z | Compiling icu_provider v1.5.0 |
| 2839 | 2025-08-01T21:13:13.094Z | Compiling pest_derive v2.7.14 |
| 2840 | 2025-08-01T21:13:13.909Z | Compiling icu_locid_transform v1.5.0 |
| 2841 | 2025-08-01T21:13:14.940Z | Compiling icu_collections v1.5.0 |
| 2842 | 2025-08-01T21:13:16.228Z | Compiling icu_properties v1.5.1 |
| 2843 | 2025-08-01T21:13:16.578Z | Compiling serde_spanned v0.6.9 |
| 2844 | 2025-08-01T21:13:16.922Z | Compiling toml_datetime v0.6.11 |
| 2845 | 2025-08-01T21:13:17.780Z | Compiling toml_edit v0.22.27 |
| 2846 | 2025-08-01T21:13:19.540Z | Compiling dof v0.3.0 |
| 2847 | 2025-08-01T21:13:20.030Z | Compiling dtrace-parser v0.2.0 |
| 2848 | 2025-08-01T21:13:20.071Z | Compiling scroll v0.12.0 |
| 2849 | 2025-08-01T21:13:20.383Z | Compiling icu_normalizer v1.5.0 |
| 2850 | 2025-08-01T21:13:21.565Z | Compiling idna_adapter v1.2.0 |
| 2851 | 2025-08-01T21:13:21.836Z | Compiling idna v1.0.3 |
| 2852 | 2025-08-01T21:13:21.988Z | Compiling toml v0.8.23 |
| 2853 | 2025-08-01T21:13:22.526Z | Compiling goblin v0.8.2 |
| 2854 | 2025-08-01T21:13:22.813Z | Compiling erased-serde v0.4.6 |
| 2855 | 2025-08-01T21:13:23.837Z | Compiling serde_tokenstream v0.2.2 |
| 2856 | 2025-08-01T21:13:25.535Z | Compiling thiserror-impl v2.0.12 |
| 2857 | 2025-08-01T21:13:25.912Z | Compiling serde-untagged v0.1.7 |
| 2858 | 2025-08-01T21:13:26.757Z | Compiling url v2.5.4 |
| 2859 | 2025-08-01T21:13:27.051Z | Compiling semver v1.0.26 |
| 2860 | 2025-08-01T21:13:28.328Z | Compiling thiserror v2.0.12 |
| 2861 | 2025-08-01T21:13:28.345Z | Compiling camino v1.1.10 |
| 2862 | 2025-08-01T21:13:28.522Z | Compiling serde-value v0.7.0 |
| 2863 | 2025-08-01T21:13:28.541Z | Compiling usdt-attr-macro v0.5.0 |
| 2864 | 2025-08-01T21:13:29.849Z | Compiling cargo-util-schemas v0.8.2 |
| 2865 | 2025-08-01T21:13:30.243Z | Compiling usdt-macro v0.5.0 |
| 2866 | 2025-08-01T21:13:32.077Z | Compiling cargo-platform v0.2.0 |
| 2867 | 2025-08-01T21:13:33.345Z | Compiling clap_derive v4.5.41 |
| 2868 | 2025-08-01T21:13:33.572Z | Compiling cargo_metadata v0.21.0 |
| 2869 | 2025-08-01T21:13:35.462Z | Compiling usdt v0.5.0 |
| 2870 | 2025-08-01T21:13:35.502Z | Compiling camino-tempfile v1.4.1 |
| 2871 | 2025-08-01T21:13:36.361Z | Compiling cargo_toml v0.21.0 |
| 2872 | 2025-08-01T21:13:36.836Z | Compiling macaddr v1.0.1 |
| 2873 | 2025-08-01T21:13:37.569Z | Compiling clap v4.5.41 |
| 2874 | 2025-08-01T21:13:47.573Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2875 | 2025-08-01T21:13:53.393Z | Finished `release` profile [optimized] target(s) in 58.47s |
| 2876 | 2025-08-01T21:13:53.533Z | |
| 2877 | 2025-08-01T21:13:53.533Z | real 58.636696181 |
| 2878 | 2025-08-01T21:13:53.533Z | user 6:20.656273852 |
| 2879 | 2025-08-01T21:13:53.533Z | sys 28.088223384 |
| 2880 | 2025-08-01T21:13:53.533Z | trap 0.204983668 |
| 2881 | 2025-08-01T21:13:53.538Z | tflt 0.362609477 |
| 2882 | 2025-08-01T21:13:53.538Z | dflt 0.476922019 |
| 2883 | 2025-08-01T21:13:53.538Z | kflt 0.000022158 |
| 2884 | 2025-08-01T21:13:53.538Z | lock 18:51.228782728 |
| 2885 | 2025-08-01T21:13:53.538Z | slp 21:21.002299256 |
| 2886 | 2025-08-01T21:13:53.538Z | lat 25.306655336 |
| 2887 | 2025-08-01T21:13:53.538Z | stop 32.232379041 |
| 2888 | 2025-08-01T21:13:53.538Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2889 | 2025-08-01T21:13:53.538Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2890 | 2025-08-01T21:13:53.538Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2891 | 2025-08-01T21:13:53.538Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2892 | 2025-08-01T21:13:53.538Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2893 | 2025-08-01T21:13:54.750Z | Compiling regress v0.10.4 |
| 2894 | 2025-08-01T21:13:54.919Z | Compiling ident_case v1.0.1 |
| 2895 | 2025-08-01T21:13:54.920Z | Compiling unsafe-libyaml v0.2.11 |
| 2896 | 2025-08-01T21:13:54.923Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2897 | 2025-08-01T21:13:54.936Z | Compiling match_cfg v0.1.0 |
| 2898 | 2025-08-01T21:13:54.993Z | Compiling quick-error v1.2.3 |
| 2899 | 2025-08-01T21:13:54.996Z | Compiling tempfile v3.20.0 |
| 2900 | 2025-08-01T21:13:54.996Z | Compiling progenitor-client v0.10.0 |
| 2901 | 2025-08-01T21:13:55.068Z | Compiling hostname v0.3.1 |
| 2902 | 2025-08-01T21:13:55.100Z | Compiling darling_core v0.20.10 |
| 2903 | 2025-08-01T21:13:55.169Z | Compiling structmeta-derive v0.3.0 |
| 2904 | 2025-08-01T21:13:55.299Z | Compiling rustls v0.22.4 |
| 2905 | 2025-08-01T21:13:55.511Z | Compiling hex v0.4.3 |
| 2906 | 2025-08-01T21:13:55.571Z | Compiling multer v3.1.0 |
| 2907 | 2025-08-01T21:13:55.668Z | Compiling debug-ignore v1.0.5 |
| 2908 | 2025-08-01T21:13:55.864Z | Compiling toml v0.8.23 |
| 2909 | 2025-08-01T21:13:56.034Z | Compiling slog-json v2.6.1 |
| 2910 | 2025-08-01T21:13:56.102Z | Compiling macaddr v1.0.1 |
| 2911 | 2025-08-01T21:13:56.441Z | Compiling serde_yaml v0.9.34+deprecated |
| 2912 | 2025-08-01T21:13:56.563Z | Compiling async-stream-impl v0.3.6 |
| 2913 | 2025-08-01T21:13:56.728Z | Compiling dropshot v0.16.2 |
| 2914 | 2025-08-01T21:13:57.207Z | Compiling slog-bunyan v2.5.0 |
| 2915 | 2025-08-01T21:13:57.466Z | Compiling waitgroup v0.1.2 |
| 2916 | 2025-08-01T21:13:57.724Z | Compiling structmeta v0.3.0 |
| 2917 | 2025-08-01T21:13:57.750Z | Compiling rustls-pemfile v2.2.0 |
| 2918 | 2025-08-01T21:13:57.901Z | Compiling async-stream v0.3.6 |
| 2919 | 2025-08-01T21:13:58.119Z | Compiling dropshot_endpoint v0.16.2 |
| 2920 | 2025-08-01T21:13:58.169Z | Compiling serde_path_to_error v0.1.17 |
| 2921 | 2025-08-01T21:13:58.229Z | Compiling hostname v0.4.0 |
| 2922 | 2025-08-01T21:13:58.293Z | Compiling wait-timeout v0.2.0 |
| 2923 | 2025-08-01T21:13:58.494Z | Compiling bit-vec v0.8.0 |
| 2924 | 2025-08-01T21:13:58.841Z | Compiling typify-impl v0.3.0 |
| 2925 | 2025-08-01T21:13:58.982Z | Compiling bit-set v0.8.0 |
| 2926 | 2025-08-01T21:13:59.008Z | Compiling rusty-fork v0.3.0 |
| 2927 | 2025-08-01T21:13:59.315Z | Compiling derive-ex v0.1.8 |
| 2928 | 2025-08-01T21:13:59.728Z | Compiling rand_xorshift v0.4.0 |
| 2929 | 2025-08-01T21:13:59.862Z | Compiling instant v0.1.13 |
| 2930 | 2025-08-01T21:14:00.051Z | Compiling tokio-rustls v0.25.0 |
| 2931 | 2025-08-01T21:14:00.076Z | Compiling unarray v0.1.4 |
| 2932 | 2025-08-01T21:14:00.285Z | Compiling proptest v1.7.0 |
| 2933 | 2025-08-01T21:14:00.506Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2934 | 2025-08-01T21:14:00.726Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2935 | 2025-08-01T21:14:00.936Z | Compiling darling_macro v0.20.10 |
| 2936 | 2025-08-01T21:14:01.491Z | Compiling progenitor-client v0.9.1 |
| 2937 | 2025-08-01T21:14:01.892Z | Compiling darling v0.20.10 |
| 2938 | 2025-08-01T21:14:02.049Z | Compiling derive-where v1.5.0 |
| 2939 | 2025-08-01T21:14:02.075Z | Compiling serde_with_macros v3.14.0 |
| 2940 | 2025-08-01T21:14:02.747Z | Compiling ref-cast v1.0.24 |
| 2941 | 2025-08-01T21:14:03.399Z | Compiling ref-cast-impl v1.0.24 |
| 2942 | 2025-08-01T21:14:03.518Z | Compiling test-strategy v0.4.3 |
| 2943 | 2025-08-01T21:14:03.999Z | Compiling parse-display-derive v0.10.0 |
| 2944 | 2025-08-01T21:14:04.654Z | Compiling serde_with v3.14.0 |
| 2945 | 2025-08-01T21:14:04.825Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2946 | 2025-08-01T21:14:05.165Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2947 | 2025-08-01T21:14:05.573Z | Compiling iddqd v0.3.9 |
| 2948 | 2025-08-01T21:14:05.638Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2949 | 2025-08-01T21:14:05.922Z | Compiling backoff v0.4.0 |
| 2950 | 2025-08-01T21:14:06.349Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2951 | 2025-08-01T21:14:07.092Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2952 | 2025-08-01T21:14:07.125Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2953 | 2025-08-01T21:14:07.788Z | Compiling itertools v0.14.0 |
| 2954 | 2025-08-01T21:14:07.870Z | Compiling darling_core v0.21.0 |
| 2955 | 2025-08-01T21:14:07.935Z | Compiling parse-display v0.10.0 |
| 2956 | 2025-08-01T21:14:08.211Z | Compiling proc-macro-crate v1.3.1 |
| 2957 | 2025-08-01T21:14:08.591Z | Compiling proc-macro-error v1.0.4 |
| 2958 | 2025-08-01T21:14:09.168Z | Compiling num_enum_derive v0.5.11 |
| 2959 | 2025-08-01T21:14:09.239Z | Compiling crucible-workspace-hack v0.1.0 |
| 2960 | 2025-08-01T21:14:09.312Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2961 | 2025-08-01T21:14:09.648Z | Compiling typify-impl v0.4.1 |
| 2962 | 2025-08-01T21:14:09.772Z | Compiling heapless v0.8.0 |
| 2963 | 2025-08-01T21:14:10.398Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2964 | 2025-08-01T21:14:10.463Z | Compiling typify-macro v0.3.0 |
| 2965 | 2025-08-01T21:14:11.030Z | Compiling hash32 v0.3.1 |
| 2966 | 2025-08-01T21:14:11.150Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2025-08-01T21:14:11.175Z | Compiling foreign-types-shared v0.3.1 |
| 2968 | 2025-08-01T21:14:11.312Z | Compiling smoltcp v0.11.0 |
| 2969 | 2025-08-01T21:14:11.465Z | Compiling num_enum v0.5.11 |
| 2970 | 2025-08-01T21:14:12.043Z | Compiling tabwriter v1.4.0 |
| 2971 | 2025-08-01T21:14:12.121Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2972 | 2025-08-01T21:14:12.319Z | Compiling cstr-argument v0.1.2 |
| 2973 | 2025-08-01T21:14:12.465Z | Compiling foreign-types v0.5.0 |
| 2974 | 2025-08-01T21:14:12.499Z | Compiling cobs v0.2.3 |
| 2975 | 2025-08-01T21:14:12.608Z | Compiling pretty-hex v0.2.1 |
| 2976 | 2025-08-01T21:14:12.635Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2977 | 2025-08-01T21:14:12.816Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2978 | 2025-08-01T21:14:12.861Z | Compiling postcard v1.0.10 |
| 2979 | 2025-08-01T21:14:12.943Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2980 | 2025-08-01T21:14:13.029Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2981 | 2025-08-01T21:14:13.214Z | Compiling colored v2.2.0 |
| 2982 | 2025-08-01T21:14:13.527Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2983 | 2025-08-01T21:14:13.563Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2984 | 2025-08-01T21:14:13.937Z | Compiling rayon-core v1.12.1 |
| 2985 | 2025-08-01T21:14:13.965Z | Compiling darling_macro v0.21.0 |
| 2986 | 2025-08-01T21:14:14.194Z | Compiling crossbeam-deque v0.8.5 |
| 2987 | 2025-08-01T21:14:14.351Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2988 | 2025-08-01T21:14:14.497Z | Compiling typify v0.3.0 |
| 2989 | 2025-08-01T21:14:14.711Z | Compiling progenitor-impl v0.9.1 |
| 2990 | 2025-08-01T21:14:14.889Z | Compiling darling v0.21.0 |
| 2991 | 2025-08-01T21:14:15.054Z | Compiling ingot-macros v0.1.1 |
| 2992 | 2025-08-01T21:14:15.262Z | Compiling camino-tempfile v1.4.1 |
| 2993 | 2025-08-01T21:14:15.763Z | Compiling smf v0.2.3 |
| 2994 | 2025-08-01T21:14:16.220Z | Compiling rayon v1.10.0 |
| 2995 | 2025-08-01T21:14:17.048Z | Compiling zone_cfg_derive v0.3.0 |
| 2996 | 2025-08-01T21:14:17.584Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2997 | 2025-08-01T21:14:17.805Z | Compiling num-derive v0.4.2 |
| 2998 | 2025-08-01T21:14:18.031Z | Compiling sigpipe v0.1.3 |
| 2999 | 2025-08-01T21:14:18.208Z | Compiling jiff v0.2.15 |
| 3000 | 2025-08-01T21:14:18.448Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3001 | 2025-08-01T21:14:18.858Z | Compiling zone v0.3.1 |
| 3002 | 2025-08-01T21:14:20.093Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3003 | 2025-08-01T21:14:20.313Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3004 | 2025-08-01T21:14:20.519Z | Compiling num-rational v0.4.2 |
| 3005 | 2025-08-01T21:14:20.853Z | Compiling universal-hash v0.5.1 |
| 3006 | 2025-08-01T21:14:20.994Z | Compiling num-complex v0.4.6 |
| 3007 | 2025-08-01T21:14:21.129Z | Compiling opaque-debug v0.3.1 |
| 3008 | 2025-08-01T21:14:21.280Z | Compiling half v2.4.1 |
| 3009 | 2025-08-01T21:14:21.501Z | Compiling typify-macro v0.4.1 |
| 3010 | 2025-08-01T21:14:21.626Z | Compiling progenitor-macro v0.9.1 |
| 3011 | 2025-08-01T21:14:21.859Z | Compiling ciborium-io v0.2.2 |
| 3012 | 2025-08-01T21:14:21.965Z | Compiling num v0.4.3 |
| 3013 | 2025-08-01T21:14:22.014Z | Compiling float-ord v0.3.2 |
| 3014 | 2025-08-01T21:14:22.039Z | Compiling ciborium-ll v0.2.2 |
| 3015 | 2025-08-01T21:14:22.091Z | Compiling ingot-types v0.1.2 |
| 3016 | 2025-08-01T21:14:22.117Z | Compiling secrecy v0.10.3 |
| 3017 | 2025-08-01T21:14:22.238Z | Compiling aead v0.5.2 |
| 3018 | 2025-08-01T21:14:22.400Z | Compiling ciborium v0.2.2 |
| 3019 | 2025-08-01T21:14:22.472Z | Compiling keccak v0.1.5 |
| 3020 | 2025-08-01T21:14:22.624Z | Compiling convert_case v0.4.0 |
| 3021 | 2025-08-01T21:14:22.993Z | Compiling ingot v0.1.1 |
| 3022 | 2025-08-01T21:14:23.480Z | Compiling utf-8 v0.7.6 |
| 3023 | 2025-08-01T21:14:23.758Z | Compiling tungstenite v0.21.0 |
| 3024 | 2025-08-01T21:14:23.783Z | Compiling derive_more v0.99.20 |
| 3025 | 2025-08-01T21:14:23.841Z | Compiling sha3 v0.10.8 |
| 3026 | 2025-08-01T21:14:24.928Z | Compiling poly1305 v0.8.0 |
| 3027 | 2025-08-01T21:14:25.465Z | Compiling typify v0.4.1 |
| 3028 | 2025-08-01T21:14:25.691Z | Compiling progenitor-impl v0.10.0 |
| 3029 | 2025-08-01T21:14:25.717Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3030 | 2025-08-01T21:14:26.057Z | Compiling password-hash v0.5.0 |
| 3031 | 2025-08-01T21:14:26.632Z | Compiling chacha20 v0.9.1 |
| 3032 | 2025-08-01T21:14:27.013Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3033 | 2025-08-01T21:14:27.123Z | Compiling blake2 v0.10.6 |
| 3034 | 2025-08-01T21:14:27.165Z | Compiling indent_write v2.2.0 |
| 3035 | 2025-08-01T21:14:27.214Z | Compiling tokio-tungstenite v0.21.0 |
| 3036 | 2025-08-01T21:14:27.452Z | Compiling base64 v0.21.7 |
| 3037 | 2025-08-01T21:14:27.838Z | Compiling argon2 v0.5.3 |
| 3038 | 2025-08-01T21:14:28.158Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3039 | 2025-08-01T21:14:28.393Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3040 | 2025-08-01T21:14:28.960Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3041 | 2025-08-01T21:14:29.567Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3042 | 2025-08-01T21:14:29.615Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3043 | 2025-08-01T21:14:29.675Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3044 | 2025-08-01T21:14:29.887Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3045 | 2025-08-01T21:14:30.174Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3046 | 2025-08-01T21:14:30.270Z | Compiling owo-colors v4.2.2 |
| 3047 | 2025-08-01T21:14:30.335Z | Compiling cancel-safe-futures v0.1.5 |
| 3048 | 2025-08-01T21:14:30.501Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3049 | 2025-08-01T21:14:30.526Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3050 | 2025-08-01T21:14:30.785Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3051 | 2025-08-01T21:14:30.924Z | Compiling atomicwrites v0.4.4 |
| 3052 | 2025-08-01T21:14:31.021Z | Compiling libsw-core v0.3.1 |
| 3053 | 2025-08-01T21:14:31.070Z | Compiling semver v0.1.20 |
| 3054 | 2025-08-01T21:14:31.353Z | Compiling fixedbitset v0.5.7 |
| 3055 | 2025-08-01T21:14:31.379Z | Compiling libsw v3.5.0 |
| 3056 | 2025-08-01T21:14:31.687Z | Compiling rustc_version v0.1.7 |
| 3057 | 2025-08-01T21:14:32.044Z | Compiling petgraph v0.8.2 |
| 3058 | 2025-08-01T21:14:32.205Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3059 | 2025-08-01T21:14:32.373Z | Compiling thiserror-no-std v2.0.2 |
| 3060 | 2025-08-01T21:14:32.443Z | Compiling progenitor-macro v0.10.0 |
| 3061 | 2025-08-01T21:14:32.544Z | Compiling vsss-rs v3.3.4 |
| 3062 | 2025-08-01T21:14:33.661Z | Compiling chacha20poly1305 v0.10.1 |
| 3063 | 2025-08-01T21:14:33.827Z | Compiling typify-impl v0.2.0 |
| 3064 | 2025-08-01T21:14:33.957Z | Compiling resolv-conf v0.7.0 |
| 3065 | 2025-08-01T21:14:34.009Z | Compiling newline-converter v0.3.0 |
| 3066 | 2025-08-01T21:14:34.241Z | Compiling primeorder v0.13.6 |
| 3067 | 2025-08-01T21:14:34.568Z | Compiling progenitor v0.9.1 |
| 3068 | 2025-08-01T21:14:34.687Z | Compiling libefi-sys v0.1.0 |
| 3069 | 2025-08-01T21:14:34.758Z | Compiling moka v0.12.10 |
| 3070 | 2025-08-01T21:14:34.832Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3071 | 2025-08-01T21:14:34.944Z | Compiling linear-map v1.2.0 |
| 3072 | 2025-08-01T21:14:35.062Z | Compiling expectorate v1.2.0 |
| 3073 | 2025-08-01T21:14:35.156Z | Compiling newtype_derive v0.1.6 |
| 3074 | 2025-08-01T21:14:35.308Z | Compiling pem v3.0.5 |
| 3075 | 2025-08-01T21:14:35.364Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3076 | 2025-08-01T21:14:35.531Z | Compiling bitfield-struct v0.6.2 |
| 3077 | 2025-08-01T21:14:35.858Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3078 | 2025-08-01T21:14:36.081Z | Compiling pin-project-internal v1.1.6 |
| 3079 | 2025-08-01T21:14:36.084Z | Compiling unicase v2.7.0 |
| 3080 | 2025-08-01T21:14:36.501Z | Compiling tagptr v0.2.0 |
| 3081 | 2025-08-01T21:14:36.738Z | Compiling arc-swap v1.7.1 |
| 3082 | 2025-08-01T21:14:36.811Z | Compiling same-file v1.0.6 |
| 3083 | 2025-08-01T21:14:36.985Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3084 | 2025-08-01T21:14:37.146Z | Compiling walkdir v2.5.0 |
| 3085 | 2025-08-01T21:14:37.365Z | Compiling slog-scope v4.4.0 |
| 3086 | 2025-08-01T21:14:38.141Z | Compiling polyval v0.6.2 |
| 3087 | 2025-08-01T21:14:38.492Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3088 | 2025-08-01T21:14:38.543Z | Compiling hickory-proto v0.24.4 |
| 3089 | 2025-08-01T21:14:38.875Z | Compiling pin-project v1.1.6 |
| 3090 | 2025-08-01T21:14:39.076Z | Compiling snafu-derive v0.8.5 |
| 3091 | 2025-08-01T21:14:39.121Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3092 | 2025-08-01T21:14:39.465Z | Compiling salty v0.3.0 |
| 3093 | 2025-08-01T21:14:39.626Z | Compiling linked-hash-map v0.5.6 |
| 3094 | 2025-08-01T21:14:39.957Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3095 | 2025-08-01T21:14:39.961Z | Compiling parking_lot_core v0.8.6 |
| 3096 | 2025-08-01T21:14:40.009Z | Compiling proc-macro-error2 v2.0.1 |
| 3097 | 2025-08-01T21:14:40.156Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3098 | 2025-08-01T21:14:40.518Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3099 | 2025-08-01T21:14:40.723Z | Compiling lru-cache v0.1.2 |
| 3100 | 2025-08-01T21:14:40.987Z | Compiling hickory-resolver v0.25.2 |
| 3101 | 2025-08-01T21:14:41.920Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3102 | 2025-08-01T21:14:42.176Z | Compiling ghash v0.5.1 |
| 3103 | 2025-08-01T21:14:42.590Z | Compiling slog-stdlog v4.1.1 |
| 3104 | 2025-08-01T21:14:42.779Z | Compiling p384 v0.13.0 |
| 3105 | 2025-08-01T21:14:42.992Z | Compiling tabled_derive v0.7.0 |
| 3106 | 2025-08-01T21:14:43.745Z | Compiling snafu v0.8.5 |
| 3107 | 2025-08-01T21:14:44.199Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3108 | 2025-08-01T21:14:44.498Z | Compiling globset v0.4.15 |
| 3109 | 2025-08-01T21:14:45.213Z | Compiling olpc-cjson v0.1.4 |
| 3110 | 2025-08-01T21:14:45.243Z | Compiling ctr v0.9.2 |
| 3111 | 2025-08-01T21:14:45.406Z | Compiling progenitor v0.10.0 |
| 3112 | 2025-08-01T21:14:45.465Z | Compiling typify-macro v0.2.0 |
| 3113 | 2025-08-01T21:14:45.503Z | Compiling num-derive v0.3.3 |
| 3114 | 2025-08-01T21:14:45.530Z | Compiling lzma-sys v0.1.20 |
| 3115 | 2025-08-01T21:14:45.626Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3116 | 2025-08-01T21:14:45.661Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3117 | 2025-08-01T21:14:46.078Z | Compiling gethostname v0.5.0 |
| 3118 | 2025-08-01T21:14:46.203Z | Compiling serde_plain v1.0.2 |
| 3119 | 2025-08-01T21:14:46.312Z | Compiling async-recursion v1.1.1 |
| 3120 | 2025-08-01T21:14:46.395Z | Compiling slog-dtrace v0.3.0 |
| 3121 | 2025-08-01T21:14:46.601Z | Compiling highway v1.3.0 |
| 3122 | 2025-08-01T21:14:46.784Z | Compiling xshell-macros v0.2.7 |
| 3123 | 2025-08-01T21:14:47.341Z | Compiling typed-path v0.9.3 |
| 3124 | 2025-08-01T21:14:47.445Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3125 | 2025-08-01T21:14:47.582Z | Compiling xshell v0.2.7 |
| 3126 | 2025-08-01T21:14:47.731Z | Compiling libscf-sys v1.1.0 |
| 3127 | 2025-08-01T21:14:47.908Z | Compiling textwrap v0.16.2 |
| 3128 | 2025-08-01T21:14:48.057Z | Compiling aes-gcm v0.10.3 |
| 3129 | 2025-08-01T21:14:48.422Z | Compiling tabled v0.15.0 |
| 3130 | 2025-08-01T21:14:48.676Z | Compiling hickory-resolver v0.24.4 |
| 3131 | 2025-08-01T21:14:48.983Z | Compiling slog-envlogger v2.2.0 |
| 3132 | 2025-08-01T21:14:49.018Z | Compiling mime_guess v2.0.5 |
| 3133 | 2025-08-01T21:14:49.422Z | Compiling typify v0.2.0 |
| 3134 | 2025-08-01T21:14:49.640Z | Compiling progenitor-impl v0.8.0 |
| 3135 | 2025-08-01T21:14:49.698Z | Compiling tough v0.20.0 |
| 3136 | 2025-08-01T21:14:50.219Z | Compiling steno v0.4.1 |
| 3137 | 2025-08-01T21:14:51.097Z | Compiling tabled_derive v0.10.0 |
| 3138 | 2025-08-01T21:14:51.955Z | Compiling papergrid v0.14.0 |
| 3139 | 2025-08-01T21:14:54.166Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3140 | 2025-08-01T21:14:54.275Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3141 | 2025-08-01T21:14:55.731Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3142 | 2025-08-01T21:14:56.489Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3143 | 2025-08-01T21:14:56.530Z | Compiling progenitor-macro v0.8.0 |
| 3144 | 2025-08-01T21:14:57.330Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3145 | 2025-08-01T21:14:57.673Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3146 | 2025-08-01T21:14:57.791Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3147 | 2025-08-01T21:14:58.680Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3148 | 2025-08-01T21:14:59.686Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3149 | 2025-08-01T21:15:01.066Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3150 | 2025-08-01T21:15:01.438Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3151 | 2025-08-01T21:15:01.742Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3152 | 2025-08-01T21:15:02.462Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3153 | 2025-08-01T21:15:02.491Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3154 | 2025-08-01T21:15:04.588Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3155 | 2025-08-01T21:15:04.946Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3156 | 2025-08-01T21:15:05.305Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3157 | 2025-08-01T21:15:05.787Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3158 | 2025-08-01T21:15:06.404Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3159 | 2025-08-01T21:15:07.512Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3160 | 2025-08-01T21:15:08.039Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3161 | 2025-08-01T21:15:08.462Z | Compiling heck v0.3.3 |
| 3162 | 2025-08-01T21:15:08.661Z | Compiling tokio-dtrace v0.1.0 |
| 3163 | 2025-08-01T21:15:08.855Z | Compiling progenitor-client v0.8.0 |
| 3164 | 2025-08-01T21:15:09.193Z | Compiling ssh-encoding v0.2.0 |
| 3165 | 2025-08-01T21:15:09.417Z | Compiling blowfish v0.9.1 |
| 3166 | 2025-08-01T21:15:09.517Z | Compiling env_filter v0.1.2 |
| 3167 | 2025-08-01T21:15:09.809Z | Compiling nibble_vec v0.1.0 |
| 3168 | 2025-08-01T21:15:09.952Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3169 | 2025-08-01T21:15:10.101Z | Compiling endian-type v0.1.2 |
| 3170 | 2025-08-01T21:15:10.208Z | Compiling humantime v2.2.0 |
| 3171 | 2025-08-01T21:15:10.270Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3172 | 2025-08-01T21:15:10.395Z | Compiling radix_trie v0.2.1 |
| 3173 | 2025-08-01T21:15:10.428Z | Compiling env_logger v0.11.5 |
| 3174 | 2025-08-01T21:15:10.704Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3175 | 2025-08-01T21:15:10.730Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3176 | 2025-08-01T21:15:10.774Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3177 | 2025-08-01T21:15:11.125Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3178 | 2025-08-01T21:15:11.195Z | Compiling ssh-cipher v0.2.0 |
| 3179 | 2025-08-01T21:15:11.345Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3180 | 2025-08-01T21:15:11.375Z | Compiling progenitor v0.8.0 |
| 3181 | 2025-08-01T21:15:11.667Z | Compiling oxide-tokio-rt v0.1.2 |
| 3182 | 2025-08-01T21:15:11.754Z | Compiling zone_cfg_derive v0.1.2 |
| 3183 | 2025-08-01T21:15:12.026Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3184 | 2025-08-01T21:15:12.637Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3185 | 2025-08-01T21:15:13.208Z | Compiling tabled v0.18.0 |
| 3186 | 2025-08-01T21:15:14.188Z | Compiling parking_lot v0.11.2 |
| 3187 | 2025-08-01T21:15:14.590Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3188 | 2025-08-01T21:15:15.083Z | Compiling qorb v0.4.0 |
| 3189 | 2025-08-01T21:15:15.764Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3190 | 2025-08-01T21:15:15.894Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3191 | 2025-08-01T21:15:16.514Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3192 | 2025-08-01T21:15:16.614Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3193 | 2025-08-01T21:15:16.870Z | Compiling prefix-trie v0.7.0 |
| 3194 | 2025-08-01T21:15:17.046Z | Compiling password-hash v0.4.2 |
| 3195 | 2025-08-01T21:15:17.073Z | Compiling fxhash v0.2.1 |
| 3196 | 2025-08-01T21:15:17.318Z | Compiling number_prefix v0.4.0 |
| 3197 | 2025-08-01T21:15:17.620Z | Compiling http-range v0.1.5 |
| 3198 | 2025-08-01T21:15:17.748Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3199 | 2025-08-01T21:15:17.903Z | Compiling base64 v0.13.1 |
| 3200 | 2025-08-01T21:15:17.996Z | Compiling hickory-server v0.25.2 |
| 3201 | 2025-08-01T21:15:18.183Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3202 | 2025-08-01T21:15:18.440Z | Compiling ron v0.7.1 |
| 3203 | 2025-08-01T21:15:18.510Z | Compiling indicatif v0.17.11 |
| 3204 | 2025-08-01T21:15:19.442Z | Compiling pbkdf2 v0.11.0 |
| 3205 | 2025-08-01T21:15:19.651Z | Compiling sled v0.34.7 |
| 3206 | 2025-08-01T21:15:19.835Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3207 | 2025-08-01T21:15:20.494Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3208 | 2025-08-01T21:15:20.520Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3209 | 2025-08-01T21:15:20.551Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3210 | 2025-08-01T21:15:22.044Z | Compiling xz2 v0.1.7 |
| 3211 | 2025-08-01T21:15:22.441Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3212 | 2025-08-01T21:15:22.479Z | Compiling zone v0.1.8 |
| 3213 | 2025-08-01T21:15:22.506Z | Compiling ssh-key v0.6.6 |
| 3214 | 2025-08-01T21:15:23.267Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3215 | 2025-08-01T21:15:23.456Z | Compiling hickory-client v0.25.2 |
| 3216 | 2025-08-01T21:15:23.870Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3217 | 2025-08-01T21:15:24.154Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3218 | 2025-08-01T21:15:24.778Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3219 | 2025-08-01T21:15:25.014Z | Compiling p256 v0.13.2 |
| 3220 | 2025-08-01T21:15:25.836Z | Compiling p521 v0.13.3 |
| 3221 | 2025-08-01T21:15:26.284Z | Compiling yasna v0.5.2 |
| 3222 | 2025-08-01T21:15:26.550Z | Compiling headers-core v0.3.0 |
| 3223 | 2025-08-01T21:15:26.779Z | Compiling kstat-rs v0.2.4 |
| 3224 | 2025-08-01T21:15:27.412Z | Compiling secrecy v0.8.0 |
| 3225 | 2025-08-01T21:15:27.660Z | Compiling nanorand v0.7.0 |
| 3226 | 2025-08-01T21:15:27.710Z | Compiling atty v0.2.14 |
| 3227 | 2025-08-01T21:15:27.811Z | Compiling russh-cryptovec v0.7.3 |
| 3228 | 2025-08-01T21:15:27.913Z | Compiling crc8 v0.1.1 |
| 3229 | 2025-08-01T21:15:28.028Z | Compiling md5 v0.7.0 |
| 3230 | 2025-08-01T21:15:28.132Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3231 | 2025-08-01T21:15:28.176Z | Compiling flume v0.11.1 |
| 3232 | 2025-08-01T21:15:28.215Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3233 | 2025-08-01T21:15:28.595Z | Compiling russh-keys v0.45.0 |
| 3234 | 2025-08-01T21:15:28.859Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3235 | 2025-08-01T21:15:29.947Z | Compiling rcgen v0.12.1 |
| 3236 | 2025-08-01T21:15:31.036Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3237 | 2025-08-01T21:15:32.071Z | Compiling headers v0.4.1 |
| 3238 | 2025-08-01T21:15:32.225Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3239 | 2025-08-01T21:15:33.275Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3240 | 2025-08-01T21:15:33.825Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3241 | 2025-08-01T21:15:34.375Z | Compiling hyper-staticfile v0.10.1 |
| 3242 | 2025-08-01T21:15:34.530Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3243 | 2025-08-01T21:15:35.217Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3244 | 2025-08-01T21:15:35.404Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3245 | 2025-08-01T21:15:35.742Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3246 | 2025-08-01T21:15:36.588Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3247 | 2025-08-01T21:15:36.592Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3248 | 2025-08-01T21:15:37.352Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3249 | 2025-08-01T21:15:37.483Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3250 | 2025-08-01T21:15:39.108Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3251 | 2025-08-01T21:15:39.252Z | Compiling num-bigint v0.4.6 |
| 3252 | 2025-08-01T21:15:40.518Z | Compiling des v0.8.1 |
| 3253 | 2025-08-01T21:15:40.934Z | Compiling subprocess v0.2.9 |
| 3254 | 2025-08-01T21:15:41.564Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3255 | 2025-08-01T21:15:42.472Z | Compiling display-error-chain v0.2.2 |
| 3256 | 2025-08-01T21:15:42.572Z | Compiling hex-literal v0.4.1 |
| 3257 | 2025-08-01T21:15:42.739Z | Compiling russh v0.45.0 |
| 3258 | 2025-08-01T21:15:42.785Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3259 | 2025-08-01T21:15:43.342Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3260 | 2025-08-01T21:15:45.766Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3261 | 2025-08-01T21:15:45.842Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3262 | 2025-08-01T21:15:46.371Z | Compiling internet-checksum v0.2.1 |
| 3263 | 2025-08-01T21:15:50.054Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3264 | 2025-08-01T21:15:51.893Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3265 | 2025-08-01T21:16:15.830Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3266 | 2025-08-01T21:16:41.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s |
| 3267 | 2025-08-01T21:16:41.778Z | |
| 3268 | 2025-08-01T21:16:41.778Z | real 2:48.171624650 |
| 3269 | 2025-08-01T21:16:41.782Z | user 15:26.371910178 |
| 3270 | 2025-08-01T21:16:41.782Z | sys 2:13.296742028 |
| 3271 | 2025-08-01T21:16:41.782Z | trap 0.477551938 |
| 3272 | 2025-08-01T21:16:41.782Z | tflt 0.170161608 |
| 3273 | 2025-08-01T21:16:41.782Z | dflt 0.781044357 |
| 3274 | 2025-08-01T21:16:41.782Z | kflt 0.000037395 |
| 3275 | 2025-08-01T21:16:41.782Z | lock 41:58.767754214 |
| 3276 | 2025-08-01T21:16:41.782Z | slp 56:23.299237793 |
| 3277 | 2025-08-01T21:16:41.782Z | lat 57.330841542 |
| 3278 | 2025-08-01T21:16:41.782Z | stop 2:23.087104698 |
| 3279 | 2025-08-01T21:16:41.782Z | + mkdir tests |
| 3280 | 2025-08-01T21:16:41.785Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3281 | 2025-08-01T21:16:41.785Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3282 | 2025-08-01T21:16:41.828Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fa71cf90326c2c76 tests/ |
| 3283 | 2025-08-01T21:16:41.848Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d69e3fa658996011 tests/ |
| 3284 | 2025-08-01T21:16:41.868Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b9f1d88c77f56a25 tests/ |
| 3285 | 2025-08-01T21:16:41.891Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-53ebf19128c74eaf tests/ |
| 3286 | 2025-08-01T21:16:42.142Z | + 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/*) |
| 3287 | 2025-08-01T21:16:42.145Z | + 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-d69e3fa658996011 tests/commtest-b9f1d88c77f56a25 tests/dhcp_server-fa71cf90326c2c76 tests/end_to_end_tests-53ebf19128c74eaf 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 |
| 3288 | 2025-08-01T21:18:18.664Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3289 | 2025-08-01T21:18:18.665Z | a .github/buildomat/ci-env.sh 1K |
| 3290 | 2025-08-01T21:18:18.665Z | a out/target/test 1K |
| 3291 | 2025-08-01T21:18:18.665Z | a out/npuzone/npuzone 23144K |
| 3292 | 2025-08-01T21:18:18.665Z | a package-manifest.toml 34K |
| 3293 | 2025-08-01T21:18:18.665Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3294 | 2025-08-01T21:18:18.665Z | a target/release/omicron-package 41047K |
| 3295 | 2025-08-01T21:18:18.665Z | a target/release/xtask 11613K |
| 3296 | 2025-08-01T21:18:18.665Z | a target/debug/bootstrap 242534K |
| 3297 | 2025-08-01T21:18:18.665Z | a tests/bootstrap-d69e3fa658996011 23338K |
| 3298 | 2025-08-01T21:18:18.665Z | a tests/commtest-b9f1d88c77f56a25 29497K |
| 3299 | 2025-08-01T21:18:18.665Z | a tests/dhcp_server-fa71cf90326c2c76 23338K |
| 3300 | 2025-08-01T21:18:18.665Z | a tests/end_to_end_tests-53ebf19128c74eaf 332668K |
| 3301 | 2025-08-01T21:18:18.665Z | a out/clickhouse.tar.gz 318424K |
| 3302 | 2025-08-01T21:18:18.665Z | a out/clickhouse_keeper.tar.gz 302227K |
| 3303 | 2025-08-01T21:18:18.665Z | a out/clickhouse_server.tar.gz 318423K |
| 3304 | 2025-08-01T21:18:18.665Z | a out/cockroachdb.tar.gz 160321K |
| 3305 | 2025-08-01T21:18:18.665Z | a out/crucible-dtrace.tar 98K |
| 3306 | 2025-08-01T21:18:18.665Z | a out/crucible-pantry-zone.tar.gz 39062K |
| 3307 | 2025-08-01T21:18:18.665Z | a out/crucible-zone.tar.gz 48945K |
| 3308 | 2025-08-01T21:18:18.665Z | a out/external-dns.tar.gz 52351K |
| 3309 | 2025-08-01T21:18:18.665Z | a out/internal-dns.tar.gz 52350K |
| 3310 | 2025-08-01T21:18:18.665Z | a out/mg-ddm-gz.tar 90846K |
| 3311 | 2025-08-01T21:18:18.665Z | a out/nexus.tar.gz 136132K |
| 3312 | 2025-08-01T21:18:18.665Z | a out/ntp.tar.gz 33173K |
| 3313 | 2025-08-01T21:18:18.665Z | a out/omicron-gateway-softnpu.tar.gz 32239K |
| 3314 | 2025-08-01T21:18:18.665Z | a out/omicron-sled-agent.tar 141898K |
| 3315 | 2025-08-01T21:18:18.665Z | a out/overlay.tar.gz 3K |
| 3316 | 2025-08-01T21:18:18.665Z | a out/oximeter.tar.gz 66066K |
| 3317 | 2025-08-01T21:18:18.665Z | a out/oxlog.tar 3954K |
| 3318 | 2025-08-01T21:18:18.665Z | a out/probe.tar.gz 3037K |
| 3319 | 2025-08-01T21:18:18.665Z | a out/propolis-server.tar.gz 68537K |
| 3320 | 2025-08-01T21:18:18.665Z | a out/pumpkind-gz.tar 26648K |
| 3321 | 2025-08-01T21:18:18.665Z | a out/switch-softnpu.tar.gz 342305K |
| 3322 | 2025-08-01T21:18:18.669Z | |
| 3323 | 2025-08-01T21:18:18.669Z | real 1:36.514101147 |
| 3324 | 2025-08-01T21:18:18.669Z | user 1:32.412559287 |
| 3325 | 2025-08-01T21:18:18.669Z | sys 5.759780829 |
| 3326 | 2025-08-01T21:18:18.669Z | trap 0.022761306 |
| 3327 | 2025-08-01T21:18:18.669Z | tflt 0.000000000 |
| 3328 | 2025-08-01T21:18:18.669Z | dflt 0.000000000 |
| 3329 | 2025-08-01T21:18:18.669Z | kflt 0.000000000 |
| 3330 | 2025-08-01T21:18:18.669Z | lock 0.000000000 |
| 3331 | 2025-08-01T21:18:18.669Z | slp 1:32.318674034 |
| 3332 | 2025-08-01T21:18:18.669Z | lat 2.509994774 |
| 3333 | 2025-08-01T21:18:18.669Z | stop 0.000208669 |
| 3334 | 2025-08-01T21:18:18.669Z | process exited: duration 2126148 ms, exit code 0 |
| |
| 3335 | 2025-08-01T21:18:18.686Z | found 1 output files |
| 3336 | 2025-08-01T21:18:18.686Z | uploading: /work/package.tar.gz (2245203344 bytes) |
| 3337 | 2025-08-01T21:19:03.184Z | uploaded: /work/package.tar.gz |