|
|
|
| 1 | 2026-03-11T00:31:11.182Z | job assigned to worker 01KKD4R4PT7621ZJF0W6D1D9GR [factory aws, i-0f75521a0c9929f94] (queued for 2 m 13 s) |
| |
| 2 | 2026-03-11T00:31:19.695Z | starting task 0: "setup" |
| 3 | 2026-03-11T00:31:19.704Z | ++ uname -s |
| 4 | 2026-03-11T00:31:19.707Z | + kern=SunOS |
| 5 | 2026-03-11T00:31:19.707Z | + build_user=build |
| 6 | 2026-03-11T00:31:19.707Z | + build_uid=12345 |
| 7 | 2026-03-11T00:31:19.707Z | + work_dir=/work |
| 8 | 2026-03-11T00:31:19.707Z | + input_dir=/input |
| 9 | 2026-03-11T00:31:19.707Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T00:31:19.707Z | + case "$kern" in |
| 11 | 2026-03-11T00:31:19.707Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T00:31:19.710Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T00:31:21.717Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T00:31:21.844Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T00:31:21.848Z | + home_fs=zfs |
| 16 | 2026-03-11T00:31:21.848Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T00:31:21.848Z | + mkdir -p /home/build |
| 18 | 2026-03-11T00:31:21.851Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T00:31:23.852Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T00:31:23.855Z | process exited: duration 4158 ms, exit code 0 |
| |
| 21 | 2026-03-11T00:31:23.862Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T00:31:23.868Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-11T00:31:23.868Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-11T00:31:23.868Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-11T00:31:23.868Z | * rust toolchain profile = "default" |
| 26 | 2026-03-11T00:31:23.868Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T00:31:23.868Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T00:31:23.871Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T00:31:23.871Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-11T00:31:24.004Z | info: downloading installer |
| 31 | 2026-03-11T00:31:26.046Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T00:31:26.046Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T00:31:26.046Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T00:31:26.046Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T00:31:26.046Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T00:31:26.046Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T00:31:26.046Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T00:31:26.046Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T00:31:26.046Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T00:31:26.058Z | info: profile set to 'default' |
| 41 | 2026-03-11T00:31:26.058Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T00:31:26.064Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-11T00:31:26.245Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-11T00:31:26.245Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T00:31:27.690Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T00:31:28.236Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T00:31:29.750Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T00:31:31.589Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T00:31:38.763Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T00:31:39.092Z | info: installing component 'cargo' |
| 51 | 2026-03-11T00:31:39.912Z | info: installing component 'clippy' |
| 52 | 2026-03-11T00:31:40.263Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T00:31:41.933Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T00:31:43.418Z | info: installing component 'rustc' |
| 55 | 2026-03-11T00:31:49.168Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T00:31:49.477Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-11T00:31:49.477Z | |
| 58 | 2026-03-11T00:31:49.898Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-11T00:31:49.898Z | |
| 60 | 2026-03-11T00:31:49.901Z | |
| 61 | 2026-03-11T00:31:49.901Z | Rust is installed now. Great! |
| 62 | 2026-03-11T00:31:49.901Z | |
| 63 | 2026-03-11T00:31:49.901Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T00:31:49.901Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T00:31:49.901Z | |
| 66 | 2026-03-11T00:31:49.901Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T00:31:49.901Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T00:31:49.901Z | |
| 69 | 2026-03-11T00:31:49.901Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T00:31:49.901Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T00:31:49.901Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T00:31:49.901Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T00:31:50.006Z | + rustup --version |
| 74 | 2026-03-11T00:31:50.013Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T00:31:50.017Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T00:31:50.097Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-11T00:31:50.102Z | + cargo --version |
| 78 | 2026-03-11T00:31:50.159Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-11T00:31:50.162Z | + rustc --version |
| 80 | 2026-03-11T00:31:50.235Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-11T00:31:50.239Z | process exited: duration 26372 ms, exit code 0 |
| |
| 82 | 2026-03-11T00:31:50.245Z | starting task 2: "authentication" |
| 83 | 2026-03-11T00:31:50.265Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-11T00:31:50.271Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T00:31:50.277Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-11T00:31:50.279Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-11T00:31:50.312Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-11T00:32:46.551Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-11T00:32:46.551Z | + git fetch origin 3f0d14deebef772133b3896ad6c43edd3532f7d4 |
| 90 | 2026-03-11T00:32:46.861Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-11T00:32:46.861Z | * branch 3f0d14deebef772133b3896ad6c43edd3532f7d4 -> FETCH_HEAD |
| 92 | 2026-03-11T00:32:46.873Z | + [[ -n '' ]] |
| 93 | 2026-03-11T00:32:46.873Z | + git reset --hard 3f0d14deebef772133b3896ad6c43edd3532f7d4 |
| 94 | 2026-03-11T00:32:47.194Z | HEAD is now at 3f0d14dee Bump quinn-proto from 0.11.13 to 0.11.14 |
| 95 | 2026-03-11T00:32:47.197Z | process exited: duration 56915 ms, exit code 0 |
| |
| 96 | 2026-03-11T00:32:47.203Z | starting task 4: "build" |
| 97 | 2026-03-11T00:32:47.209Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-03-11T00:32:47.209Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-03-11T00:32:47.212Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-03-11T00:32:47.212Z | + cargo --version |
| 101 | 2026-03-11T00:32:47.267Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-03-11T00:32:47.270Z | + rustc --version |
| 103 | 2026-03-11T00:32:47.343Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-03-11T00:32:47.346Z | + WORK=/work |
| 105 | 2026-03-11T00:32:47.346Z | + pfexec mkdir -p /work |
| 106 | 2026-03-11T00:32:47.351Z | + pfexec chown build /work |
| 107 | 2026-03-11T00:32:47.354Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 108 | 2026-03-11T00:32:57.192Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 109 | 2026-03-11T00:33:06.629Z | Startup: Caching catalogs ... Done |
| 110 | 2026-03-11T00:33:28.072Z | Planning: Solver setup ... Done (19.874s) |
| 111 | 2026-03-11T00:33:28.211Z | Planning: Running solver ... Done (0.146s) |
| 112 | 2026-03-11T00:33:28.388Z | Planning: Finding local manifests ... Done (0.003s) |
| 113 | 2026-03-11T00:33:28.400Z | Planning: Fetching manifests: 0/4 0% complete |
| 114 | 2026-03-11T00:33:28.512Z | Planning: Fetching manifests: 4/4 100% complete |
| 115 | 2026-03-11T00:33:28.555Z | Planning: Package planning ... Done (0.043s) |
| 116 | 2026-03-11T00:33:28.596Z | Planning: Merging actions ... Done (0.039s) |
| 117 | 2026-03-11T00:33:28.834Z | Planning: Checking for conflicting actions ... Done (0.240s) |
| 118 | 2026-03-11T00:33:28.845Z | Planning: Consolidating action changes ... Done (0.010s) |
| 119 | 2026-03-11T00:33:29.685Z | Planning: Evaluating mediators ... Done (0.840s) |
| 120 | 2026-03-11T00:33:29.694Z | Planning: Planning completed in 22.92 seconds |
| 121 | 2026-03-11T00:33:29.706Z | Packages to install: 4 |
| 122 | 2026-03-11T00:33:29.706Z | Mediators to change: 2 |
| 123 | 2026-03-11T00:33:29.710Z | Services to change: 1 |
| 124 | 2026-03-11T00:33:29.710Z | Estimated space available: 155.43 GB |
| 125 | 2026-03-11T00:33:29.710Z | Estimated space to be consumed: 1.82 GB |
| 126 | 2026-03-11T00:33:29.710Z | Create boot environment: No |
| 127 | 2026-03-11T00:33:29.710Z | Create backup boot environment: No |
| 128 | 2026-03-11T00:33:29.710Z | Rebuild boot archive: No |
| 129 | 2026-03-11T00:33:29.710Z | |
| 130 | 2026-03-11T00:33:29.710Z | Changed mediators: |
| 131 | 2026-03-11T00:33:29.710Z | mediator clang: |
| 132 | 2026-03-11T00:33:29.710Z | version: None -> 15 (system default) |
| 133 | 2026-03-11T00:33:29.710Z | |
| 134 | 2026-03-11T00:33:29.710Z | mediator llvm: |
| 135 | 2026-03-11T00:33:29.710Z | version: 14 (system default) -> 15 (system default) |
| 136 | 2026-03-11T00:33:29.710Z | |
| 137 | 2026-03-11T00:33:29.710Z | Changed packages: |
| 138 | 2026-03-11T00:33:29.710Z | helios-dev |
| 139 | 2026-03-11T00:33:29.710Z | developer/build-essential |
| 140 | 2026-03-11T00:33:29.710Z | None -> 11-2.0 |
| 141 | 2026-03-11T00:33:29.710Z | library/libxmlsec1 |
| 142 | 2026-03-11T00:33:29.710Z | None -> 1.2.35-2.0 |
| 143 | 2026-03-11T00:33:29.710Z | ooce/developer/clang-15 |
| 144 | 2026-03-11T00:33:29.710Z | None -> 15.0.7-2.0 |
| 145 | 2026-03-11T00:33:29.710Z | ooce/developer/llvm-15 |
| 146 | 2026-03-11T00:33:29.710Z | None -> 15.0.7-2.0 |
| 147 | 2026-03-11T00:33:29.710Z | |
| 148 | 2026-03-11T00:33:29.711Z | Services: |
| 149 | 2026-03-11T00:33:29.711Z | restart_fmri: |
| 150 | 2026-03-11T00:33:29.711Z | svc:/system/update-man-index:default |
| 151 | 2026-03-11T00:33:29.752Z | |
| 152 | 2026-03-11T00:33:29.752Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 153 | 2026-03-11T00:33:34.755Z | Download: 2121/3290 items 118.5/212.6MB 55% complete (23.9M/s) |
| 154 | 2026-03-11T00:33:40.567Z | Download: 3246/3290 items 202.9/212.6MB 95% complete (21.3M/s) |
| 155 | 2026-03-11T00:33:41.992Z | Download: Completed 212.60 MB in 12.24 seconds (17.4M/s) |
| 156 | 2026-03-11T00:33:42.248Z | Actions: 1/3689 actions (Installing new actions) |
| 157 | 2026-03-11T00:33:46.401Z | Actions: Completed 3689 actions in 4.15 seconds. |
| 158 | 2026-03-11T00:33:47.101Z | Done (0.695s) |
| 159 | 2026-03-11T00:33:47.101Z | Done (0.000s) |
| 160 | 2026-03-11T00:33:48.015Z | Done (0.913s) |
| 161 | 2026-03-11T00:33:51.882Z | Done (3.521s) |
| 162 | 2026-03-11T00:33:51.965Z | Done (0.014s) |
| 163 | 2026-03-11T00:33:51.968Z | Done (0.000s) |
| 164 | 2026-03-11T00:33:52.107Z | Done (0.000s) |
| 165 | 2026-03-11T00:33:53.050Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-03-11T00:33:53.195Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-03-11T00:33:53.201Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-03-11T00:33:53.411Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-03-11T00:33:53.416Z | Planning: Planning completed in 0.36 seconds |
| 170 | 2026-03-11T00:33:53.441Z | Mediators to change: 2 |
| 171 | 2026-03-11T00:33:53.441Z | Create boot environment: No |
| 172 | 2026-03-11T00:33:53.441Z | Create backup boot environment: No |
| 173 | 2026-03-11T00:33:53.516Z | Done |
| 174 | 2026-03-11T00:33:53.517Z | Done |
| 175 | 2026-03-11T00:33:54.228Z | Done |
| 176 | 2026-03-11T00:33:57.559Z | Done |
| 177 | 2026-03-11T00:33:57.640Z | Done |
| 178 | 2026-03-11T00:33:57.643Z | Done |
| 179 | 2026-03-11T00:33:57.802Z | Done |
| 180 | 2026-03-11T00:33:58.342Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-03-11T00:33:58.345Z | Planning: Merging actions ... Done |
| 182 | 2026-03-11T00:33:58.508Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2026-03-11T00:33:58.511Z | Planning: Consolidating action changes ... Done |
| 184 | 2026-03-11T00:33:58.725Z | Planning: Evaluating mediators ... Done |
| 185 | 2026-03-11T00:33:58.768Z | Planning: Planning completed in 0.63 seconds |
| 186 | 2026-03-11T00:33:58.798Z | Packages to change: 1 |
| 187 | 2026-03-11T00:33:58.798Z | Mediators to change: 1 |
| 188 | 2026-03-11T00:33:58.798Z | Services to change: 1 |
| 189 | 2026-03-11T00:33:58.801Z | Create boot environment: No |
| 190 | 2026-03-11T00:33:58.801Z | Create backup boot environment: Yes |
| 191 | 2026-03-11T00:34:01.286Z | Actions: 1/6 actions (Updating modified actions) |
| 192 | 2026-03-11T00:34:01.290Z | Actions: Completed 6 actions in 0.00 seconds. |
| 193 | 2026-03-11T00:34:01.290Z | Done |
| 194 | 2026-03-11T00:34:01.290Z | Done |
| 195 | 2026-03-11T00:34:01.474Z | Done |
| 196 | 2026-03-11T00:34:04.757Z | Done |
| 197 | 2026-03-11T00:34:04.840Z | Done |
| 198 | 2026-03-11T00:34:04.843Z | Done |
| 199 | 2026-03-11T00:34:04.997Z | Done |
| 200 | 2026-03-11T00:34:05.377Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-03-11T00:34:05.377Z | clang system 15 system |
| 202 | 2026-03-11T00:34:05.377Z | csh system system illumos |
| 203 | 2026-03-11T00:34:05.377Z | ctags system system illumos |
| 204 | 2026-03-11T00:34:05.377Z | file system system illumos |
| 205 | 2026-03-11T00:34:05.377Z | gcc vendor 12 vendor |
| 206 | 2026-03-11T00:34:05.377Z | gcc system 10 system |
| 207 | 2026-03-11T00:34:05.377Z | gcc system 7 system |
| 208 | 2026-03-11T00:34:05.377Z | go system 1.20 system |
| 209 | 2026-03-11T00:34:05.377Z | go system 1.19 system |
| 210 | 2026-03-11T00:34:05.377Z | llvm system 15 system |
| 211 | 2026-03-11T00:34:05.377Z | llvm system 14 system |
| 212 | 2026-03-11T00:34:05.377Z | mariadb system 10.6 system |
| 213 | 2026-03-11T00:34:05.377Z | mta vendor vendor dma |
| 214 | 2026-03-11T00:34:05.377Z | openjdk system 17 system |
| 215 | 2026-03-11T00:34:05.377Z | openjdk system 11 system |
| 216 | 2026-03-11T00:34:05.377Z | openjdk system 1.8 system |
| 217 | 2026-03-11T00:34:05.377Z | openssl vendor 3 vendor |
| 218 | 2026-03-11T00:34:05.377Z | perl system 5.36 system |
| 219 | 2026-03-11T00:34:05.377Z | postgresql system 15 system |
| 220 | 2026-03-11T00:34:05.377Z | postgresql system 13 system |
| 221 | 2026-03-11T00:34:05.377Z | python vendor 3 vendor |
| 222 | 2026-03-11T00:34:05.377Z | python system 2 system |
| 223 | 2026-03-11T00:34:05.377Z | python3 system 3.11 system |
| 224 | 2026-03-11T00:34:05.377Z | ruby system 3.0 system |
| 225 | 2026-03-11T00:34:05.378Z | words vendor vendor american-english |
| 226 | 2026-03-11T00:34:05.378Z | words system system australian-english |
| 227 | 2026-03-11T00:34:05.378Z | words system system british-english |
| 228 | 2026-03-11T00:34:05.378Z | words system system canadian-english |
| 229 | 2026-03-11T00:34:05.378Z | words system system french |
| 230 | 2026-03-11T00:34:05.378Z | words system system italian |
| 231 | 2026-03-11T00:34:05.378Z | words system system ngerman |
| 232 | 2026-03-11T00:34:05.378Z | words system system ogerman |
| 233 | 2026-03-11T00:34:05.378Z | words system system spanish |
| 234 | 2026-03-11T00:34:05.673Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-03-11T00:34:05.673Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 236 | 2026-03-11T00:34:11.518Z | FMRI IFO |
| 237 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 238 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 239 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 240 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 241 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 242 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 243 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 244 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 245 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 246 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 247 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 248 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 249 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 250 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 251 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 252 | 2026-03-11T00:34:11.518Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 253 | 2026-03-11T00:34:12.780Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 254 | 2026-03-11T00:34:13.069Z | Updating crates.io index |
| 255 | 2026-03-11T00:34:13.104Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 256 | 2026-03-11T00:34:13.759Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-03-11T00:34:14.232Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 258 | 2026-03-11T00:34:14.504Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 259 | 2026-03-11T00:34:14.881Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 260 | 2026-03-11T00:34:16.236Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 261 | 2026-03-11T00:34:17.818Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 262 | 2026-03-11T00:34:18.722Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 263 | 2026-03-11T00:34:19.358Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 264 | 2026-03-11T00:34:20.194Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 265 | 2026-03-11T00:34:20.724Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2026-03-11T00:34:22.162Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 267 | 2026-03-11T00:34:22.539Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-03-11T00:34:22.997Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-03-11T00:34:23.430Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 270 | 2026-03-11T00:34:24.446Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-03-11T00:34:25.276Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 272 | 2026-03-11T00:34:25.594Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 273 | 2026-03-11T00:34:25.954Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 274 | 2026-03-11T00:34:26.361Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 275 | 2026-03-11T00:34:26.608Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 276 | 2026-03-11T00:34:26.840Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 277 | 2026-03-11T00:34:27.134Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 278 | 2026-03-11T00:34:27.558Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 279 | 2026-03-11T00:34:28.071Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 280 | 2026-03-11T00:34:28.565Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 281 | 2026-03-11T00:34:28.839Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 282 | 2026-03-11T00:34:29.364Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 283 | 2026-03-11T00:34:30.541Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2026-03-11T00:34:31.769Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 285 | 2026-03-11T00:34:32.038Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 286 | 2026-03-11T00:34:32.371Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 287 | 2026-03-11T00:34:32.717Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 288 | 2026-03-11T00:34:33.286Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 289 | 2026-03-11T00:34:33.514Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 290 | 2026-03-11T00:34:33.773Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 291 | 2026-03-11T00:34:34.079Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 292 | 2026-03-11T00:34:34.555Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 293 | 2026-03-11T00:34:49.200Z | Downloading crates ... |
| 294 | 2026-03-11T00:34:49.270Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-03-11T00:34:49.299Z | Downloaded cargo-util-schemas v0.8.2 |
| 296 | 2026-03-11T00:34:49.300Z | Downloaded tinystr v0.8.2 |
| 297 | 2026-03-11T00:34:49.300Z | Downloaded pretty-hex v0.4.1 |
| 298 | 2026-03-11T00:34:49.300Z | Downloaded typeid v1.0.3 |
| 299 | 2026-03-11T00:34:49.300Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-03-11T00:34:49.300Z | Downloaded heck v0.4.1 |
| 301 | 2026-03-11T00:34:49.300Z | Downloaded digest v0.10.7 |
| 302 | 2026-03-11T00:34:49.313Z | Downloaded terminal_size v0.4.3 |
| 303 | 2026-03-11T00:34:49.313Z | Downloaded zerofrom-derive v0.1.6 |
| 304 | 2026-03-11T00:34:49.313Z | Downloaded idna_adapter v1.2.1 |
| 305 | 2026-03-11T00:34:49.314Z | Downloaded fs-err v3.3.0 |
| 306 | 2026-03-11T00:34:49.314Z | Downloaded erased-serde v0.4.9 |
| 307 | 2026-03-11T00:34:49.314Z | Downloaded unicode-width v0.1.14 |
| 308 | 2026-03-11T00:34:49.314Z | Downloaded zmij v1.0.21 |
| 309 | 2026-03-11T00:34:49.341Z | Downloaded anstream v0.6.21 |
| 310 | 2026-03-11T00:34:49.341Z | Downloaded unicode-linebreak v0.1.5 |
| 311 | 2026-03-11T00:34:49.342Z | Downloaded litemap v0.8.1 |
| 312 | 2026-03-11T00:34:49.342Z | Downloaded utf8_iter v1.0.4 |
| 313 | 2026-03-11T00:34:49.342Z | Downloaded serde-value v0.7.0 |
| 314 | 2026-03-11T00:34:49.342Z | Downloaded fnv v1.0.7 |
| 315 | 2026-03-11T00:34:49.342Z | Downloaded cargo-platform v0.2.0 |
| 316 | 2026-03-11T00:34:49.342Z | Downloaded pest_meta v2.8.6 |
| 317 | 2026-03-11T00:34:49.342Z | Downloaded toml v0.8.23 |
| 318 | 2026-03-11T00:34:49.342Z | Downloaded clap_lex v1.0.0 |
| 319 | 2026-03-11T00:34:49.343Z | Downloaded anstyle-parse v0.2.7 |
| 320 | 2026-03-11T00:34:49.343Z | Downloaded ucd-trie v0.1.7 |
| 321 | 2026-03-11T00:34:49.343Z | Downloaded semver v1.0.27 |
| 322 | 2026-03-11T00:34:49.343Z | Downloaded textwrap v0.16.2 |
| 323 | 2026-03-11T00:34:49.343Z | Downloaded cargo_metadata v0.21.0 |
| 324 | 2026-03-11T00:34:49.353Z | Downloaded zerofrom v0.1.6 |
| 325 | 2026-03-11T00:34:49.353Z | Downloaded unicode-ident v1.0.24 |
| 326 | 2026-03-11T00:34:49.353Z | Downloaded thread-id v4.2.2 |
| 327 | 2026-03-11T00:34:49.353Z | Downloaded serde_spanned v0.6.9 |
| 328 | 2026-03-11T00:34:49.354Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-03-11T00:34:49.354Z | Downloaded quote v1.0.44 |
| 330 | 2026-03-11T00:34:49.354Z | Downloaded toml_datetime v0.6.11 |
| 331 | 2026-03-11T00:34:49.354Z | Downloaded usdt-macro v0.5.0 |
| 332 | 2026-03-11T00:34:49.354Z | Downloaded crypto-common v0.1.7 |
| 333 | 2026-03-11T00:34:49.354Z | Downloaded unicode-xid v0.2.6 |
| 334 | 2026-03-11T00:34:49.388Z | Downloaded yoke-derive v0.8.1 |
| 335 | 2026-03-11T00:34:49.389Z | Downloaded cargo_toml v0.21.0 |
| 336 | 2026-03-11T00:34:49.389Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-03-11T00:34:49.389Z | Downloaded usdt v0.5.0 |
| 338 | 2026-03-11T00:34:49.389Z | Downloaded zerovec-derive v0.11.2 |
| 339 | 2026-03-11T00:34:49.389Z | Downloaded writeable v0.6.2 |
| 340 | 2026-03-11T00:34:49.389Z | Downloaded version_check v0.9.5 |
| 341 | 2026-03-11T00:34:49.389Z | Downloaded usdt-impl v0.5.0 |
| 342 | 2026-03-11T00:34:49.389Z | Downloaded thiserror v1.0.69 |
| 343 | 2026-03-11T00:34:49.389Z | Downloaded thiserror-impl v1.0.69 |
| 344 | 2026-03-11T00:34:49.389Z | Downloaded utf8parse v0.2.2 |
| 345 | 2026-03-11T00:34:49.390Z | Downloaded thiserror-impl v2.0.18 |
| 346 | 2026-03-11T00:34:49.390Z | Downloaded thiserror v2.0.18 |
| 347 | 2026-03-11T00:34:49.420Z | Downloaded typenum v1.19.0 |
| 348 | 2026-03-11T00:34:49.420Z | Downloaded zerocopy-derive v0.7.35 |
| 349 | 2026-03-11T00:34:49.420Z | Downloaded yoke v0.8.1 |
| 350 | 2026-03-11T00:34:49.421Z | Downloaded url v2.5.8 |
| 351 | 2026-03-11T00:34:49.421Z | Downloaded proc-macro-error v1.0.4 |
| 352 | 2026-03-11T00:34:49.421Z | Downloaded displaydoc v0.2.5 |
| 353 | 2026-03-11T00:34:49.421Z | Downloaded toml_edit v0.22.27 |
| 354 | 2026-03-11T00:34:49.421Z | Downloaded synstructure v0.13.2 |
| 355 | 2026-03-11T00:34:49.421Z | Downloaded tabled_derive v0.7.0 |
| 356 | 2026-03-11T00:34:49.421Z | Downloaded memchr v2.8.0 |
| 357 | 2026-03-11T00:34:49.421Z | Downloaded zerotrie v0.2.3 |
| 358 | 2026-03-11T00:34:49.421Z | Downloaded colorchoice v1.0.4 |
| 359 | 2026-03-11T00:34:49.421Z | Downloaded macaddr v1.0.1 |
| 360 | 2026-03-11T00:34:49.421Z | Downloaded fastrand v2.3.0 |
| 361 | 2026-03-11T00:34:49.421Z | Downloaded anyhow v1.0.102 |
| 362 | 2026-03-11T00:34:49.434Z | Downloaded zerovec v0.11.5 |
| 363 | 2026-03-11T00:34:49.434Z | Downloaded zerocopy v0.7.35 |
| 364 | 2026-03-11T00:34:49.434Z | Downloaded strsim v0.11.1 |
| 365 | 2026-03-11T00:34:49.435Z | Downloaded block-buffer v0.10.4 |
| 366 | 2026-03-11T00:34:49.435Z | Downloaded winnow v0.7.14 |
| 367 | 2026-03-11T00:34:49.435Z | Downloaded itoa v1.0.17 |
| 368 | 2026-03-11T00:34:49.435Z | Downloaded errno v0.3.14 |
| 369 | 2026-03-11T00:34:49.435Z | Downloaded dof v0.3.0 |
| 370 | 2026-03-11T00:34:49.436Z | Downloaded unicode-width v0.2.0 |
| 371 | 2026-03-11T00:34:49.436Z | Downloaded swrite v0.1.0 |
| 372 | 2026-03-11T00:34:49.436Z | Downloaded equivalent v1.0.2 |
| 373 | 2026-03-11T00:34:49.447Z | Downloaded plain v0.2.3 |
| 374 | 2026-03-11T00:34:49.448Z | Downloaded serde-untagged v0.1.9 |
| 375 | 2026-03-11T00:34:49.448Z | Downloaded is_terminal_polyfill v1.70.2 |
| 376 | 2026-03-11T00:34:49.448Z | Downloaded form_urlencoded v1.2.2 |
| 377 | 2026-03-11T00:34:49.448Z | Downloaded dtrace-parser v0.2.0 |
| 378 | 2026-03-11T00:34:49.449Z | Downloaded anstyle-query v1.1.5 |
| 379 | 2026-03-11T00:34:49.449Z | Downloaded percent-encoding v2.3.2 |
| 380 | 2026-03-11T00:34:49.449Z | Downloaded generic-array v0.14.7 |
| 381 | 2026-03-11T00:34:49.449Z | Downloaded ordered-float v2.10.1 |
| 382 | 2026-03-11T00:34:49.449Z | Downloaded sha2 v0.10.9 |
| 383 | 2026-03-11T00:34:49.450Z | Downloaded scroll v0.12.0 |
| 384 | 2026-03-11T00:34:49.450Z | Downloaded memmap v0.7.0 |
| 385 | 2026-03-11T00:34:49.459Z | Downloaded stable_deref_trait v1.2.1 |
| 386 | 2026-03-11T00:34:49.459Z | Downloaded smawk v0.3.2 |
| 387 | 2026-03-11T00:34:49.460Z | Downloaded potential_utf v0.1.4 |
| 388 | 2026-03-11T00:34:49.460Z | Downloaded heck v0.5.0 |
| 389 | 2026-03-11T00:34:49.460Z | Downloaded cpufeatures v0.2.17 |
| 390 | 2026-03-11T00:34:49.460Z | Downloaded pest_derive v2.8.6 |
| 391 | 2026-03-11T00:34:49.460Z | Downloaded bitflags v2.11.0 |
| 392 | 2026-03-11T00:34:49.460Z | Downloaded proc-macro2 v1.0.106 |
| 393 | 2026-03-11T00:34:49.469Z | Downloaded scroll_derive v0.12.1 |
| 394 | 2026-03-11T00:34:49.469Z | Downloaded serde_tokenstream v0.2.3 |
| 395 | 2026-03-11T00:34:49.484Z | Downloaded camino-tempfile v1.4.1 |
| 396 | 2026-03-11T00:34:49.503Z | Downloaded byteorder v1.5.0 |
| 397 | 2026-03-11T00:34:49.503Z | Downloaded anstyle v1.0.13 |
| 398 | 2026-03-11T00:34:49.503Z | Downloaded smallvec v1.15.1 |
| 399 | 2026-03-11T00:34:49.503Z | Downloaded bytecount v0.6.9 |
| 400 | 2026-03-11T00:34:49.503Z | Downloaded autocfg v1.5.0 |
| 401 | 2026-03-11T00:34:49.504Z | Downloaded camino v1.2.2 |
| 402 | 2026-03-11T00:34:49.513Z | Downloaded clap_derive v4.5.55 |
| 403 | 2026-03-11T00:34:49.522Z | Downloaded once_cell v1.21.3 |
| 404 | 2026-03-11T00:34:49.532Z | Downloaded serde_core v1.0.228 |
| 405 | 2026-03-11T00:34:49.564Z | Downloaded tempfile v3.25.0 |
| 406 | 2026-03-11T00:34:49.564Z | Downloaded pest_generator v2.8.6 |
| 407 | 2026-03-11T00:34:49.564Z | Downloaded icu_provider v2.1.1 |
| 408 | 2026-03-11T00:34:49.564Z | Downloaded serde_derive v1.0.228 |
| 409 | 2026-03-11T00:34:49.580Z | Downloaded getrandom v0.4.1 |
| 410 | 2026-03-11T00:34:49.580Z | Downloaded icu_properties v2.1.2 |
| 411 | 2026-03-11T00:34:49.580Z | Downloaded num-traits v0.2.19 |
| 412 | 2026-03-11T00:34:49.596Z | Downloaded log v0.4.29 |
| 413 | 2026-03-11T00:34:49.596Z | Downloaded icu_normalizer v2.1.1 |
| 414 | 2026-03-11T00:34:49.596Z | Downloaded clap v4.5.60 |
| 415 | 2026-03-11T00:34:49.596Z | Downloaded papergrid v0.11.0 |
| 416 | 2026-03-11T00:34:49.616Z | Downloaded icu_normalizer_data v2.1.1 |
| 417 | 2026-03-11T00:34:49.616Z | Downloaded serde v1.0.228 |
| 418 | 2026-03-11T00:34:49.616Z | Downloaded icu_locale_core v2.1.1 |
| 419 | 2026-03-11T00:34:49.632Z | Downloaded indexmap v2.13.0 |
| 420 | 2026-03-11T00:34:49.646Z | Downloaded icu_collections v2.1.1 |
| 421 | 2026-03-11T00:34:49.660Z | Downloaded pest v2.8.6 |
| 422 | 2026-03-11T00:34:49.661Z | Downloaded serde_json v1.0.149 |
| 423 | 2026-03-11T00:34:49.661Z | Downloaded idna v1.1.0 |
| 424 | 2026-03-11T00:34:49.672Z | Downloaded hashbrown v0.16.1 |
| 425 | 2026-03-11T00:34:49.689Z | Downloaded icu_properties_data v2.1.2 |
| 426 | 2026-03-11T00:34:49.700Z | Downloaded clap_builder v4.5.60 |
| 427 | 2026-03-11T00:34:49.701Z | Downloaded rustix v1.1.3 |
| 428 | 2026-03-11T00:34:49.710Z | Downloaded tabled v0.15.0 |
| 429 | 2026-03-11T00:34:49.716Z | Downloaded goblin v0.8.2 |
| 430 | 2026-03-11T00:34:49.723Z | Downloaded syn v1.0.109 |
| 431 | 2026-03-11T00:34:49.735Z | Downloaded syn v2.0.117 |
| 432 | 2026-03-11T00:34:49.768Z | Downloaded libc v0.2.180 |
| 433 | 2026-03-11T00:34:49.863Z | Compiling proc-macro2 v1.0.106 |
| 434 | 2026-03-11T00:34:49.871Z | Compiling unicode-ident v1.0.24 |
| 435 | 2026-03-11T00:34:49.871Z | Compiling quote v1.0.44 |
| 436 | 2026-03-11T00:34:49.871Z | Compiling serde_core v1.0.228 |
| 437 | 2026-03-11T00:34:49.871Z | Compiling libc v0.2.180 |
| 438 | 2026-03-11T00:34:49.871Z | Compiling version_check v0.9.5 |
| 439 | 2026-03-11T00:34:49.871Z | Compiling stable_deref_trait v1.2.1 |
| 440 | 2026-03-11T00:34:49.872Z | Compiling memchr v2.8.0 |
| 441 | 2026-03-11T00:34:49.872Z | Compiling serde v1.0.228 |
| 442 | 2026-03-11T00:34:49.872Z | Compiling zmij v1.0.21 |
| 443 | 2026-03-11T00:34:50.043Z | Compiling autocfg v1.5.0 |
| 444 | 2026-03-11T00:34:50.050Z | Compiling thiserror v1.0.69 |
| 445 | 2026-03-11T00:34:50.050Z | Compiling ucd-trie v0.1.7 |
| 446 | 2026-03-11T00:34:50.050Z | Compiling itoa v1.0.17 |
| 447 | 2026-03-11T00:34:50.050Z | Compiling litemap v0.8.1 |
| 448 | 2026-03-11T00:34:50.276Z | Compiling writeable v0.6.2 |
| 449 | 2026-03-11T00:34:50.328Z | Compiling icu_normalizer_data v2.1.1 |
| 450 | 2026-03-11T00:34:50.465Z | Compiling rustix v1.1.3 |
| 451 | 2026-03-11T00:34:50.659Z | Compiling byteorder v1.5.0 |
| 452 | 2026-03-11T00:34:50.733Z | Compiling icu_properties_data v2.1.2 |
| 453 | 2026-03-11T00:34:50.759Z | Compiling serde_json v1.0.149 |
| 454 | 2026-03-11T00:34:50.759Z | Compiling bitflags v2.11.0 |
| 455 | 2026-03-11T00:34:50.893Z | Compiling smallvec v1.15.1 |
| 456 | 2026-03-11T00:34:50.925Z | Compiling pest v2.8.6 |
| 457 | 2026-03-11T00:34:51.002Z | Compiling num-traits v0.2.19 |
| 458 | 2026-03-11T00:34:51.209Z | Compiling typeid v1.0.3 |
| 459 | 2026-03-11T00:34:51.213Z | Compiling equivalent v1.0.2 |
| 460 | 2026-03-11T00:34:51.213Z | Compiling hashbrown v0.16.1 |
| 461 | 2026-03-11T00:34:51.213Z | Compiling usdt-impl v0.5.0 |
| 462 | 2026-03-11T00:34:51.261Z | Compiling proc-macro-error-attr v1.0.4 |
| 463 | 2026-03-11T00:34:51.264Z | Compiling toml_write v0.1.2 |
| 464 | 2026-03-11T00:34:51.454Z | Compiling syn v1.0.109 |
| 465 | 2026-03-11T00:34:51.484Z | Compiling erased-serde v0.4.9 |
| 466 | 2026-03-11T00:34:51.544Z | Compiling winnow v0.7.14 |
| 467 | 2026-03-11T00:34:51.646Z | Compiling proc-macro-error v1.0.4 |
| 468 | 2026-03-11T00:34:51.862Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-03-11T00:34:51.897Z | Compiling camino v1.2.2 |
| 470 | 2026-03-11T00:34:51.930Z | Compiling log v0.4.29 |
| 471 | 2026-03-11T00:34:51.995Z | Compiling errno v0.3.14 |
| 472 | 2026-03-11T00:34:51.998Z | Compiling thread-id v4.2.2 |
| 473 | 2026-03-11T00:34:52.054Z | Compiling plain v0.2.3 |
| 474 | 2026-03-11T00:34:52.109Z | Compiling syn v2.0.117 |
| 475 | 2026-03-11T00:34:52.111Z | Compiling indexmap v2.13.0 |
| 476 | 2026-03-11T00:34:52.166Z | Compiling thiserror v2.0.18 |
| 477 | 2026-03-11T00:34:52.170Z | Compiling percent-encoding v2.3.2 |
| 478 | 2026-03-11T00:34:52.221Z | Compiling utf8parse v0.2.2 |
| 479 | 2026-03-11T00:34:52.246Z | Compiling getrandom v0.4.1 |
| 480 | 2026-03-11T00:34:52.410Z | Compiling form_urlencoded v1.2.2 |
| 481 | 2026-03-11T00:34:52.454Z | Compiling anstyle-parse v0.2.7 |
| 482 | 2026-03-11T00:34:52.481Z | Compiling pest_meta v2.8.6 |
| 483 | 2026-03-11T00:34:52.632Z | Compiling ordered-float v2.10.1 |
| 484 | 2026-03-11T00:34:52.658Z | Compiling pretty-hex v0.4.1 |
| 485 | 2026-03-11T00:34:52.718Z | Compiling cfg-if v1.0.4 |
| 486 | 2026-03-11T00:34:52.778Z | Compiling is_terminal_polyfill v1.70.2 |
| 487 | 2026-03-11T00:34:52.832Z | Compiling colorchoice v1.0.4 |
| 488 | 2026-03-11T00:34:52.836Z | Compiling anstyle-query v1.1.5 |
| 489 | 2026-03-11T00:34:52.886Z | Compiling anstyle v1.0.13 |
| 490 | 2026-03-11T00:34:52.975Z | Compiling fs-err v3.3.0 |
| 491 | 2026-03-11T00:34:53.034Z | Compiling anyhow v1.0.102 |
| 492 | 2026-03-11T00:34:53.037Z | Compiling strsim v0.11.1 |
| 493 | 2026-03-11T00:34:53.037Z | Compiling heck v0.4.1 |
| 494 | 2026-03-11T00:34:53.037Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-03-11T00:34:53.138Z | Compiling anstream v0.6.21 |
| 496 | 2026-03-11T00:34:53.165Z | Compiling fastrand v2.3.0 |
| 497 | 2026-03-11T00:34:53.199Z | Compiling once_cell v1.21.3 |
| 498 | 2026-03-11T00:34:53.257Z | Compiling bytecount v0.6.9 |
| 499 | 2026-03-11T00:34:53.436Z | Compiling terminal_size v0.4.3 |
| 500 | 2026-03-11T00:34:53.464Z | Compiling fnv v1.0.7 |
| 501 | 2026-03-11T00:34:53.495Z | Compiling heck v0.5.0 |
| 502 | 2026-03-11T00:34:53.524Z | Compiling unicode-width v0.1.14 |
| 503 | 2026-03-11T00:34:53.527Z | Compiling clap_lex v1.0.0 |
| 504 | 2026-03-11T00:34:53.580Z | Compiling tempfile v3.25.0 |
| 505 | 2026-03-11T00:34:53.664Z | Compiling semver v1.0.27 |
| 506 | 2026-03-11T00:34:53.808Z | Compiling clap_builder v4.5.60 |
| 507 | 2026-03-11T00:34:53.836Z | Compiling memmap v0.7.0 |
| 508 | 2026-03-11T00:34:53.866Z | Compiling papergrid v0.11.0 |
| 509 | 2026-03-11T00:34:53.897Z | Compiling unicode-width v0.2.0 |
| 510 | 2026-03-11T00:34:53.950Z | Compiling unicode-linebreak v0.1.5 |
| 511 | 2026-03-11T00:34:54.084Z | Compiling smawk v0.3.2 |
| 512 | 2026-03-11T00:34:54.164Z | Compiling camino-tempfile v1.4.1 |
| 513 | 2026-03-11T00:34:54.278Z | Compiling serde-untagged v0.1.9 |
| 514 | 2026-03-11T00:34:54.307Z | Compiling textwrap v0.16.2 |
| 515 | 2026-03-11T00:34:54.310Z | Compiling swrite v0.1.0 |
| 516 | 2026-03-11T00:34:54.386Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 517 | 2026-03-11T00:34:54.819Z | Compiling tabled_derive v0.7.0 |
| 518 | 2026-03-11T00:34:55.736Z | Compiling tabled v0.15.0 |
| 519 | 2026-03-11T00:34:55.758Z | Compiling synstructure v0.13.2 |
| 520 | 2026-03-11T00:34:55.761Z | Compiling pest_generator v2.8.6 |
| 521 | 2026-03-11T00:34:56.460Z | Compiling serde_derive v1.0.228 |
| 522 | 2026-03-11T00:34:56.460Z | Compiling zerofrom-derive v0.1.6 |
| 523 | 2026-03-11T00:34:56.463Z | Compiling yoke-derive v0.8.1 |
| 524 | 2026-03-11T00:34:56.463Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-03-11T00:34:56.463Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-03-11T00:34:56.463Z | Compiling thiserror-impl v1.0.69 |
| 527 | 2026-03-11T00:34:56.513Z | Compiling zerocopy-derive v0.7.35 |
| 528 | 2026-03-11T00:34:56.517Z | Compiling scroll_derive v0.12.1 |
| 529 | 2026-03-11T00:34:56.517Z | Compiling thiserror-impl v2.0.18 |
| 530 | 2026-03-11T00:34:56.590Z | Compiling pest_derive v2.8.6 |
| 531 | 2026-03-11T00:34:56.669Z | Compiling clap_derive v4.5.55 |
| 532 | 2026-03-11T00:34:57.431Z | Compiling scroll v0.12.0 |
| 533 | 2026-03-11T00:34:57.727Z | Compiling goblin v0.8.2 |
| 534 | 2026-03-11T00:34:57.758Z | Compiling zerocopy v0.7.35 |
| 535 | 2026-03-11T00:34:57.837Z | Compiling zerofrom v0.1.6 |
| 536 | 2026-03-11T00:34:57.980Z | Compiling yoke v0.8.1 |
| 537 | 2026-03-11T00:34:58.106Z | Compiling dtrace-parser v0.2.0 |
| 538 | 2026-03-11T00:34:58.236Z | Compiling zerovec v0.11.5 |
| 539 | 2026-03-11T00:34:58.236Z | Compiling zerotrie v0.2.3 |
| 540 | 2026-03-11T00:34:58.470Z | Compiling clap v4.5.60 |
| 541 | 2026-03-11T00:34:58.817Z | Compiling tinystr v0.8.2 |
| 542 | 2026-03-11T00:34:58.817Z | Compiling potential_utf v0.1.4 |
| 543 | 2026-03-11T00:34:58.958Z | Compiling icu_collections v2.1.1 |
| 544 | 2026-03-11T00:34:59.031Z | Compiling icu_locale_core v2.1.1 |
| 545 | 2026-03-11T00:34:59.798Z | Compiling icu_provider v2.1.1 |
| 546 | 2026-03-11T00:34:59.865Z | Compiling serde_spanned v0.6.9 |
| 547 | 2026-03-11T00:34:59.865Z | Compiling toml_datetime v0.6.11 |
| 548 | 2026-03-11T00:34:59.868Z | Compiling serde-value v0.7.0 |
| 549 | 2026-03-11T00:34:59.868Z | Compiling cargo-platform v0.2.0 |
| 550 | 2026-03-11T00:34:59.868Z | Compiling macaddr v1.0.1 |
| 551 | 2026-03-11T00:34:59.938Z | Compiling dof v0.3.0 |
| 552 | 2026-03-11T00:34:59.941Z | Compiling serde_tokenstream v0.2.3 |
| 553 | 2026-03-11T00:35:00.088Z | Compiling icu_normalizer v2.1.1 |
| 554 | 2026-03-11T00:35:00.088Z | Compiling icu_properties v2.1.2 |
| 555 | 2026-03-11T00:35:00.144Z | Compiling toml_edit v0.22.27 |
| 556 | 2026-03-11T00:35:00.916Z | Compiling usdt-macro v0.5.0 |
| 557 | 2026-03-11T00:35:00.919Z | Compiling usdt-attr-macro v0.5.0 |
| 558 | 2026-03-11T00:35:01.291Z | Compiling idna_adapter v1.2.1 |
| 559 | 2026-03-11T00:35:01.429Z | Compiling idna v1.1.0 |
| 560 | 2026-03-11T00:35:01.714Z | Compiling usdt v0.5.0 |
| 561 | 2026-03-11T00:35:01.771Z | Compiling url v2.5.8 |
| 562 | 2026-03-11T00:35:01.955Z | Compiling toml v0.8.23 |
| 563 | 2026-03-11T00:35:02.414Z | Compiling cargo-util-schemas v0.8.2 |
| 564 | 2026-03-11T00:35:02.414Z | Compiling cargo_toml v0.21.0 |
| 565 | 2026-03-11T00:35:03.554Z | Compiling cargo_metadata v0.21.0 |
| 566 | 2026-03-11T00:35:04.813Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 567 | 2026-03-11T00:35:07.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.17s |
| 568 | 2026-03-11T00:35:08.006Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 569 | 2026-03-11T00:35:08.718Z | Downloading crates ... |
| 570 | 2026-03-11T00:35:08.844Z | Downloaded arc-swap v1.8.2 |
| 571 | 2026-03-11T00:35:08.850Z | Downloaded adler2 v2.0.1 |
| 572 | 2026-03-11T00:35:08.854Z | Downloaded async-recursion v1.1.1 |
| 573 | 2026-03-11T00:35:08.859Z | Downloaded bit-set v0.8.0 |
| 574 | 2026-03-11T00:35:08.863Z | Downloaded debug-ignore v1.0.5 |
| 575 | 2026-03-11T00:35:08.867Z | Downloaded critical-section v1.2.0 |
| 576 | 2026-03-11T00:35:08.871Z | Downloaded darling_macro v0.21.3 |
| 577 | 2026-03-11T00:35:08.874Z | Downloaded darling v0.23.0 |
| 578 | 2026-03-11T00:35:08.881Z | Downloaded darling v0.20.11 |
| 579 | 2026-03-11T00:35:08.887Z | Downloaded data-encoding v2.10.0 |
| 580 | 2026-03-11T00:35:08.890Z | Downloaded crossbeam-utils v0.8.21 |
| 581 | 2026-03-11T00:35:08.895Z | Downloaded derive_builder_macro v0.20.2 |
| 582 | 2026-03-11T00:35:08.897Z | Downloaded ed25519 v2.2.3 |
| 583 | 2026-03-11T00:35:08.901Z | Downloaded env_logger v0.11.9 |
| 584 | 2026-03-11T00:35:08.906Z | Downloaded base64ct v1.8.3 |
| 585 | 2026-03-11T00:35:08.910Z | Downloaded embedded-io v0.6.1 |
| 586 | 2026-03-11T00:35:08.913Z | Downloaded ecdsa v0.16.9 |
| 587 | 2026-03-11T00:35:08.917Z | Downloaded fatfs v0.3.6 |
| 588 | 2026-03-11T00:35:08.922Z | Downloaded fixedbitset v0.4.2 |
| 589 | 2026-03-11T00:35:08.925Z | Downloaded defmt v0.3.100 |
| 590 | 2026-03-11T00:35:08.929Z | Downloaded float-cmp v0.10.0 |
| 591 | 2026-03-11T00:35:08.932Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 592 | 2026-03-11T00:35:08.936Z | Downloaded cexpr v0.6.0 |
| 593 | 2026-03-11T00:35:08.940Z | Downloaded cstr-argument v0.1.2 |
| 594 | 2026-03-11T00:35:08.943Z | Downloaded enum-as-inner v0.6.1 |
| 595 | 2026-03-11T00:35:08.946Z | Downloaded document-features v0.2.12 |
| 596 | 2026-03-11T00:35:08.951Z | Downloaded bitfield-macros v0.19.4 |
| 597 | 2026-03-11T00:35:08.954Z | Downloaded ff v0.13.1 |
| 598 | 2026-03-11T00:35:08.957Z | Downloaded cargo_metadata v0.19.2 |
| 599 | 2026-03-11T00:35:08.960Z | Downloaded foreign-types v0.3.2 |
| 600 | 2026-03-11T00:35:08.963Z | Downloaded ciborium-io v0.2.2 |
| 601 | 2026-03-11T00:35:08.966Z | Downloaded float-ord v0.3.2 |
| 602 | 2026-03-11T00:35:08.968Z | Downloaded foreign-types-shared v0.3.1 |
| 603 | 2026-03-11T00:35:08.971Z | Downloaded dyn-clone v1.0.20 |
| 604 | 2026-03-11T00:35:08.974Z | Downloaded foreign-types-macros v0.2.3 |
| 605 | 2026-03-11T00:35:08.977Z | Downloaded foreign-types v0.5.0 |
| 606 | 2026-03-11T00:35:08.980Z | Downloaded futures-io v0.3.32 |
| 607 | 2026-03-11T00:35:08.983Z | Downloaded fixedbitset v0.5.7 |
| 608 | 2026-03-11T00:35:08.986Z | Downloaded der_derive v0.7.3 |
| 609 | 2026-03-11T00:35:08.990Z | Downloaded futures-sink v0.3.32 |
| 610 | 2026-03-11T00:35:08.993Z | Downloaded flagset v0.4.7 |
| 611 | 2026-03-11T00:35:08.996Z | Downloaded funty v2.0.0 |
| 612 | 2026-03-11T00:35:08.999Z | Downloaded futures-macro v0.3.32 |
| 613 | 2026-03-11T00:35:09.002Z | Downloaded globwalk v0.9.1 |
| 614 | 2026-03-11T00:35:09.005Z | Downloaded gethostname v0.5.0 |
| 615 | 2026-03-11T00:35:09.008Z | Downloaded crc32fast v1.5.0 |
| 616 | 2026-03-11T00:35:09.011Z | Downloaded fxhash v0.2.1 |
| 617 | 2026-03-11T00:35:09.014Z | Downloaded hex v0.4.3 |
| 618 | 2026-03-11T00:35:09.017Z | Downloaded home v0.5.12 |
| 619 | 2026-03-11T00:35:09.020Z | Downloaded hex-literal v0.4.1 |
| 620 | 2026-03-11T00:35:09.023Z | Downloaded hubpack_derive v0.1.1 |
| 621 | 2026-03-11T00:35:09.026Z | Downloaded http-body v1.0.1 |
| 622 | 2026-03-11T00:35:09.029Z | Downloaded erased-serde v0.3.31 |
| 623 | 2026-03-11T00:35:09.031Z | Downloaded fallible-iterator v0.2.0 |
| 624 | 2026-03-11T00:35:09.034Z | Downloaded dsl_auto_type v0.1.3 |
| 625 | 2026-03-11T00:35:09.037Z | Downloaded ident_case v1.0.1 |
| 626 | 2026-03-11T00:35:09.040Z | Downloaded drift v0.1.3 |
| 627 | 2026-03-11T00:35:09.046Z | Downloaded defmt v1.0.1 |
| 628 | 2026-03-11T00:35:09.051Z | Downloaded hubpack v0.1.2 |
| 629 | 2026-03-11T00:35:09.054Z | Downloaded indent_write v2.2.0 |
| 630 | 2026-03-11T00:35:09.057Z | Downloaded indoc v1.0.9 |
| 631 | 2026-03-11T00:35:09.061Z | Downloaded is_ci v1.2.0 |
| 632 | 2026-03-11T00:35:09.064Z | Downloaded cookie_store v0.22.1 |
| 633 | 2026-03-11T00:35:09.067Z | Downloaded headers-core v0.3.0 |
| 634 | 2026-03-11T00:35:09.070Z | Downloaded globset v0.4.18 |
| 635 | 2026-03-11T00:35:09.072Z | Downloaded inout v0.1.4 |
| 636 | 2026-03-11T00:35:09.075Z | Downloaded glob v0.3.3 |
| 637 | 2026-03-11T00:35:09.078Z | Downloaded kstat-rs v0.2.4 |
| 638 | 2026-03-11T00:35:09.095Z | Downloaded libscf-sys v1.1.0 |
| 639 | 2026-03-11T00:35:09.098Z | Downloaded derive-ex v0.1.8 |
| 640 | 2026-03-11T00:35:09.101Z | Downloaded daft-derive v0.1.5 |
| 641 | 2026-03-11T00:35:09.105Z | Downloaded const-oid v0.9.6 |
| 642 | 2026-03-11T00:35:09.108Z | Downloaded lru v0.12.5 |
| 643 | 2026-03-11T00:35:09.111Z | Downloaded md-5 v0.10.6 |
| 644 | 2026-03-11T00:35:09.114Z | Downloaded maybe-uninit v2.0.0 |
| 645 | 2026-03-11T00:35:09.117Z | Downloaded maplit v1.0.2 |
| 646 | 2026-03-11T00:35:09.120Z | Downloaded managed v0.8.0 |
| 647 | 2026-03-11T00:35:09.123Z | Downloaded md5 v0.7.0 |
| 648 | 2026-03-11T00:35:09.125Z | Downloaded mime v0.3.17 |
| 649 | 2026-03-11T00:35:09.128Z | Downloaded memoffset v0.9.1 |
| 650 | 2026-03-11T00:35:09.131Z | Downloaded is-terminal v0.4.17 |
| 651 | 2026-03-11T00:35:09.134Z | Downloaded multimap v0.10.1 |
| 652 | 2026-03-11T00:35:09.136Z | Downloaded newline-converter v0.3.0 |
| 653 | 2026-03-11T00:35:09.137Z | Downloaded hickory-client v0.25.2 |
| 654 | 2026-03-11T00:35:09.140Z | Downloaded half v1.8.3 |
| 655 | 2026-03-11T00:35:09.143Z | Downloaded new_debug_unreachable v1.0.6 |
| 656 | 2026-03-11T00:35:09.146Z | Downloaded jobserver v0.1.34 |
| 657 | 2026-03-11T00:35:09.149Z | Downloaded nibble_vec v0.1.0 |
| 658 | 2026-03-11T00:35:09.151Z | Downloaded nonempty v0.12.0 |
| 659 | 2026-03-11T00:35:09.154Z | Downloaded openssl-macros v0.1.1 |
| 660 | 2026-03-11T00:35:09.157Z | Downloaded num-derive v0.3.3 |
| 661 | 2026-03-11T00:35:09.160Z | Downloaded num v0.4.3 |
| 662 | 2026-03-11T00:35:09.162Z | Downloaded elliptic-curve v0.13.8 |
| 663 | 2026-03-11T00:35:09.165Z | Downloaded cookie v0.18.1 |
| 664 | 2026-03-11T00:35:09.169Z | Downloaded libsw-core v0.3.2 |
| 665 | 2026-03-11T00:35:09.172Z | Downloaded num-derive v0.4.2 |
| 666 | 2026-03-11T00:35:09.175Z | Downloaded opaque-debug v0.3.1 |
| 667 | 2026-03-11T00:35:09.177Z | Downloaded num_enum_derive v0.5.11 |
| 668 | 2026-03-11T00:35:09.180Z | Downloaded openssl-probe v0.2.1 |
| 669 | 2026-03-11T00:35:09.183Z | Downloaded flume v0.11.1 |
| 670 | 2026-03-11T00:35:09.186Z | Downloaded des v0.8.1 |
| 671 | 2026-03-11T00:35:09.189Z | Downloaded mime_guess v2.0.5 |
| 672 | 2026-03-11T00:35:09.192Z | Downloaded ipnet v2.11.0 |
| 673 | 2026-03-11T00:35:09.194Z | Downloaded derive-where v1.6.0 |
| 674 | 2026-03-11T00:35:09.198Z | Downloaded parse-display v0.10.0 |
| 675 | 2026-03-11T00:35:09.201Z | Downloaded packed_struct_codegen v0.10.1 |
| 676 | 2026-03-11T00:35:09.204Z | Downloaded nanorand v0.7.0 |
| 677 | 2026-03-11T00:35:09.206Z | Downloaded newtype-uuid v1.3.2 |
| 678 | 2026-03-11T00:35:09.209Z | Downloaded iana-time-zone v0.1.65 |
| 679 | 2026-03-11T00:35:09.212Z | Downloaded multer v3.1.0 |
| 680 | 2026-03-11T00:35:09.215Z | Downloaded pbkdf2 v0.12.2 |
| 681 | 2026-03-11T00:35:09.218Z | Downloaded parse-size v1.1.0 |
| 682 | 2026-03-11T00:35:09.220Z | Downloaded pin-utils v0.1.0 |
| 683 | 2026-03-11T00:35:09.223Z | Downloaded phf_shared v0.13.1 |
| 684 | 2026-03-11T00:35:09.226Z | Downloaded path-slash v0.1.5 |
| 685 | 2026-03-11T00:35:09.229Z | Downloaded num_enum v0.7.5 |
| 686 | 2026-03-11T00:35:09.232Z | Downloaded diesel_derives v2.2.7 |
| 687 | 2026-03-11T00:35:09.236Z | Downloaded litrs v1.0.0 |
| 688 | 2026-03-11T00:35:09.239Z | Downloaded phf_shared v0.11.3 |
| 689 | 2026-03-11T00:35:09.242Z | Downloaded indexmap v1.9.3 |
| 690 | 2026-03-11T00:35:09.245Z | Downloaded crypto-bigint v0.5.5 |
| 691 | 2026-03-11T00:35:09.251Z | Downloaded peg-runtime v0.8.5 |
| 692 | 2026-03-11T00:35:09.254Z | Downloaded num_enum_derive v0.7.5 |
| 693 | 2026-03-11T00:35:09.257Z | Downloaded memmap2 v0.9.10 |
| 694 | 2026-03-11T00:35:09.260Z | Downloaded num-integer v0.1.46 |
| 695 | 2026-03-11T00:35:09.262Z | Downloaded num_enum v0.5.11 |
| 696 | 2026-03-11T00:35:09.266Z | Downloaded progenitor-client v0.10.0 |
| 697 | 2026-03-11T00:35:09.269Z | Downloaded precomputed-hash v0.1.1 |
| 698 | 2026-03-11T00:35:09.272Z | Downloaded parse-display-derive v0.10.0 |
| 699 | 2026-03-11T00:35:09.272Z | Downloaded proc-macro-crate v3.4.0 |
| 700 | 2026-03-11T00:35:09.275Z | Downloaded parking_lot_core v0.8.6 |
| 701 | 2026-03-11T00:35:09.277Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 702 | 2026-03-11T00:35:09.280Z | Downloaded libbz2-rs-sys v0.2.2 |
| 703 | 2026-03-11T00:35:09.283Z | Downloaded oxnet v0.1.4 |
| 704 | 2026-03-11T00:35:09.286Z | Downloaded progenitor-macro v0.11.2 |
| 705 | 2026-03-11T00:35:09.286Z | Downloaded psl-types v2.0.11 |
| 706 | 2026-03-11T00:35:09.289Z | Downloaded native-tls v0.2.18 |
| 707 | 2026-03-11T00:35:09.292Z | Downloaded quick-error v1.2.3 |
| 708 | 2026-03-11T00:35:09.294Z | Downloaded rand_chacha v0.3.1 |
| 709 | 2026-03-11T00:35:09.294Z | Downloaded radium v0.7.0 |
| 710 | 2026-03-11T00:35:09.297Z | Downloaded derive_more v2.1.1 |
| 711 | 2026-03-11T00:35:09.307Z | Downloaded pin-project-lite v0.2.17 |
| 712 | 2026-03-11T00:35:09.312Z | Downloaded packed_struct v0.10.1 |
| 713 | 2026-03-11T00:35:09.315Z | Downloaded pem v3.0.6 |
| 714 | 2026-03-11T00:35:09.318Z | Downloaded poly1305 v0.8.0 |
| 715 | 2026-03-11T00:35:09.321Z | Downloaded rand_xorshift v0.4.0 |
| 716 | 2026-03-11T00:35:09.323Z | Downloaded pkg-config v0.3.32 |
| 717 | 2026-03-11T00:35:09.326Z | Downloaded pkcs8 v0.10.2 |
| 718 | 2026-03-11T00:35:09.329Z | Downloaded phf v0.13.1 |
| 719 | 2026-03-11T00:35:09.331Z | Downloaded postgres-protocol v0.6.10 |
| 720 | 2026-03-11T00:35:09.334Z | Downloaded ppv-lite86 v0.2.21 |
| 721 | 2026-03-11T00:35:09.334Z | Downloaded parking_lot v0.12.5 |
| 722 | 2026-03-11T00:35:09.337Z | Downloaded recursive v0.1.1 |
| 723 | 2026-03-11T00:35:09.340Z | Downloaded ref-cast-impl v1.0.25 |
| 724 | 2026-03-11T00:35:09.343Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 725 | 2026-03-11T00:35:09.343Z | Downloaded ref-cast v1.0.25 |
| 726 | 2026-03-11T00:35:09.345Z | Downloaded progenitor v0.13.0 |
| 727 | 2026-03-11T00:35:09.348Z | Downloaded progenitor v0.11.2 |
| 728 | 2026-03-11T00:35:09.351Z | Downloaded progenitor v0.10.0 |
| 729 | 2026-03-11T00:35:09.353Z | Downloaded heapless v0.8.0 |
| 730 | 2026-03-11T00:35:09.356Z | Downloaded progenitor-client v0.11.2 |
| 731 | 2026-03-11T00:35:09.359Z | Downloaded parking_lot_core v0.9.12 |
| 732 | 2026-03-11T00:35:09.362Z | Downloaded rfc6979 v0.4.0 |
| 733 | 2026-03-11T00:35:09.362Z | Downloaded progenitor-macro v0.13.0 |
| 734 | 2026-03-11T00:35:09.364Z | Downloaded progenitor-macro v0.10.0 |
| 735 | 2026-03-11T00:35:09.367Z | Downloaded r2d2 v0.8.10 |
| 736 | 2026-03-11T00:35:09.367Z | Downloaded psm v0.1.30 |
| 737 | 2026-03-11T00:35:09.370Z | Downloaded progenitor-client v0.13.0 |
| 738 | 2026-03-11T00:35:09.372Z | Downloaded rustc_version v0.4.1 |
| 739 | 2026-03-11T00:35:09.375Z | Downloaded derive_more-impl v2.1.1 |
| 740 | 2026-03-11T00:35:09.379Z | Downloaded rustc_version v0.1.7 |
| 741 | 2026-03-11T00:35:09.381Z | Downloaded rand_chacha v0.9.0 |
| 742 | 2026-03-11T00:35:09.384Z | Downloaded pkcs5 v0.7.1 |
| 743 | 2026-03-11T00:35:09.387Z | Downloaded rtoolbox v0.0.3 |
| 744 | 2026-03-11T00:35:09.390Z | Downloaded russh-cryptovec v0.7.3 |
| 745 | 2026-03-11T00:35:09.390Z | Downloaded rand_core v0.10.0 |
| 746 | 2026-03-11T00:35:09.393Z | Downloaded polyval v0.6.2 |
| 747 | 2026-03-11T00:35:09.395Z | Downloaded rand_core v0.9.5 |
| 748 | 2026-03-11T00:35:09.398Z | Downloaded rand_core v0.6.4 |
| 749 | 2026-03-11T00:35:09.398Z | Downloaded rand_seeder v0.4.0 |
| 750 | 2026-03-11T00:35:09.401Z | Downloaded parking_lot v0.11.2 |
| 751 | 2026-03-11T00:35:09.404Z | Downloaded oso v0.27.3 |
| 752 | 2026-03-11T00:35:09.406Z | Downloaded papergrid v0.17.0 |
| 753 | 2026-03-11T00:35:09.410Z | Downloaded same-file v1.0.6 |
| 754 | 2026-03-11T00:35:09.413Z | Downloaded resolv-conf v0.7.6 |
| 755 | 2026-03-11T00:35:09.416Z | Downloaded sapling-renderdag v0.1.0 |
| 756 | 2026-03-11T00:35:09.418Z | Downloaded hickory-resolver v0.24.4 |
| 757 | 2026-03-11T00:35:09.421Z | Downloaded proc-macro-error2 v2.0.1 |
| 758 | 2026-03-11T00:35:09.424Z | Downloaded jiff-static v0.2.21 |
| 759 | 2026-03-11T00:35:09.427Z | Downloaded scopeguard v1.2.0 |
| 760 | 2026-03-11T00:35:09.430Z | Downloaded heapless v0.7.17 |
| 761 | 2026-03-11T00:35:09.433Z | Downloaded serde_bytes v0.11.19 |
| 762 | 2026-03-11T00:35:09.435Z | Downloaded secrecy v0.10.3 |
| 763 | 2026-03-11T00:35:09.438Z | Downloaded secrecy v0.8.0 |
| 764 | 2026-03-11T00:35:09.438Z | Downloaded serde-big-array v0.5.1 |
| 765 | 2026-03-11T00:35:09.441Z | Downloaded semver v0.1.20 |
| 766 | 2026-03-11T00:35:09.441Z | Downloaded pin-project v1.1.11 |
| 767 | 2026-03-11T00:35:09.451Z | Downloaded shell-words v1.1.1 |
| 768 | 2026-03-11T00:35:09.457Z | Downloaded sha1 v0.10.6 |
| 769 | 2026-03-11T00:35:09.459Z | Downloaded serde_urlencoded v0.7.1 |
| 770 | 2026-03-11T00:35:09.459Z | Downloaded serde_spanned v1.0.4 |
| 771 | 2026-03-11T00:35:09.459Z | Downloaded postgres-types v0.2.12 |
| 772 | 2026-03-11T00:35:09.462Z | Downloaded postcard v1.1.3 |
| 773 | 2026-03-11T00:35:09.465Z | Downloaded sigpipe v0.1.3 |
| 774 | 2026-03-11T00:35:09.465Z | Downloaded rusty-fork v0.3.1 |
| 775 | 2026-03-11T00:35:09.468Z | Downloaded rustversion v1.0.22 |
| 776 | 2026-03-11T00:35:09.471Z | Downloaded signal-hook-tokio v0.3.1 |
| 777 | 2026-03-11T00:35:09.473Z | Downloaded siphasher v1.0.2 |
| 778 | 2026-03-11T00:35:09.473Z | Downloaded slog-bunyan v2.5.0 |
| 779 | 2026-03-11T00:35:09.476Z | Downloaded signature v2.2.0 |
| 780 | 2026-03-11T00:35:09.476Z | Downloaded serde_repr v0.1.20 |
| 781 | 2026-03-11T00:35:09.488Z | Downloaded aes v0.8.4 |
| 782 | 2026-03-11T00:35:09.488Z | Downloaded hashbrown v0.12.3 |
| 783 | 2026-03-11T00:35:09.488Z | Downloaded signal-hook-mio v0.2.5 |
| 784 | 2026-03-11T00:35:09.488Z | Downloaded progenitor-impl v0.13.0 |
| 785 | 2026-03-11T00:35:09.492Z | Downloaded serde_plain v1.0.2 |
| 786 | 2026-03-11T00:35:09.492Z | Downloaded rustls-pemfile v1.0.4 |
| 787 | 2026-03-11T00:35:09.495Z | Downloaded serde-hex v0.1.0 |
| 788 | 2026-03-11T00:35:09.498Z | Downloaded aes-gcm v0.10.3 |
| 789 | 2026-03-11T00:35:09.501Z | Downloaded scheduled-thread-pool v0.2.7 |
| 790 | 2026-03-11T00:35:09.501Z | Downloaded rustls-native-certs v0.8.3 |
| 791 | 2026-03-11T00:35:09.504Z | Downloaded rustc-hash v2.1.1 |
| 792 | 2026-03-11T00:35:09.506Z | Downloaded slog-envlogger v2.2.0 |
| 793 | 2026-03-11T00:35:09.506Z | Downloaded http v1.4.0 |
| 794 | 2026-03-11T00:35:09.509Z | Downloaded seq-macro v0.3.6 |
| 795 | 2026-03-11T00:35:09.512Z | Downloaded quinn-udp v0.5.14 |
| 796 | 2026-03-11T00:35:09.515Z | Downloaded shlex v1.3.0 |
| 797 | 2026-03-11T00:35:09.518Z | Downloaded russh-keys v0.45.0 |
| 798 | 2026-03-11T00:35:09.518Z | Downloaded openssl-sys v0.9.111 |
| 799 | 2026-03-11T00:35:09.522Z | Downloaded serde_path_to_error v0.1.20 |
| 800 | 2026-03-11T00:35:09.526Z | Downloaded ssh-encoding v0.2.0 |
| 801 | 2026-03-11T00:35:09.528Z | Downloaded ssh-cipher v0.2.0 |
| 802 | 2026-03-11T00:35:09.528Z | Downloaded sqlparser_derive v0.5.0 |
| 803 | 2026-03-11T00:35:09.531Z | Downloaded sct v0.7.1 |
| 804 | 2026-03-11T00:35:09.534Z | Downloaded serde_derive_internals v0.29.1 |
| 805 | 2026-03-11T00:35:09.534Z | Downloaded progenitor-impl v0.11.2 |
| 806 | 2026-03-11T00:35:09.537Z | Downloaded pretty_assertions v1.4.1 |
| 807 | 2026-03-11T00:35:09.540Z | Downloaded slog-async v2.8.0 |
| 808 | 2026-03-11T00:35:09.540Z | Downloaded sync-ptr v0.1.4 |
| 809 | 2026-03-11T00:35:09.543Z | Downloaded itertools v0.10.5 |
| 810 | 2026-03-11T00:35:09.547Z | Downloaded slog-json v2.6.1 |
| 811 | 2026-03-11T00:35:09.549Z | Downloaded crossterm v0.28.1 |
| 812 | 2026-03-11T00:35:09.554Z | Downloaded structmeta v0.3.0 |
| 813 | 2026-03-11T00:35:09.557Z | Downloaded strip-ansi-escapes v0.2.1 |
| 814 | 2026-03-11T00:35:09.557Z | Downloaded slog-scope v4.4.1 |
| 815 | 2026-03-11T00:35:09.560Z | Downloaded serde_cbor v0.11.2 |
| 816 | 2026-03-11T00:35:09.562Z | Downloaded tap v1.0.1 |
| 817 | 2026-03-11T00:35:09.563Z | Downloaded tabled_derive v0.11.0 |
| 818 | 2026-03-11T00:35:09.565Z | Downloaded tabwriter v1.4.1 |
| 819 | 2026-03-11T00:35:09.568Z | Downloaded testing_table v0.3.0 |
| 820 | 2026-03-11T00:35:09.568Z | Downloaded termtree v0.5.1 |
| 821 | 2026-03-11T00:35:09.571Z | Downloaded supports-color v3.0.2 |
| 822 | 2026-03-11T00:35:09.571Z | Downloaded sync_wrapper v1.0.2 |
| 823 | 2026-03-11T00:35:09.574Z | Downloaded snafu-derive v0.8.9 |
| 824 | 2026-03-11T00:35:09.574Z | Downloaded minimal-lexical v0.2.1 |
| 825 | 2026-03-11T00:35:09.576Z | Downloaded simd-adler32 v0.3.8 |
| 826 | 2026-03-11T00:35:09.580Z | Downloaded prettyplease v0.2.37 |
| 827 | 2026-03-11T00:35:09.582Z | Downloaded sqlformat v0.3.5 |
| 828 | 2026-03-11T00:35:09.585Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 829 | 2026-03-11T00:35:09.585Z | Downloaded spki v0.7.3 |
| 830 | 2026-03-11T00:35:09.588Z | Downloaded thread-id v5.1.0 |
| 831 | 2026-03-11T00:35:09.591Z | Downloaded rustls-pki-types v1.14.0 |
| 832 | 2026-03-11T00:35:09.593Z | Downloaded subtle v2.6.1 |
| 833 | 2026-03-11T00:35:09.593Z | Downloaded static_assertions v1.1.0 |
| 834 | 2026-03-11T00:35:09.596Z | Downloaded time-core v0.1.8 |
| 835 | 2026-03-11T00:35:09.596Z | Downloaded take_mut v0.2.2 |
| 836 | 2026-03-11T00:35:09.599Z | Downloaded signal-hook-registry v1.4.8 |
| 837 | 2026-03-11T00:35:09.599Z | Downloaded slog-term v2.9.2 |
| 838 | 2026-03-11T00:35:09.602Z | Downloaded slog-stdlog v4.1.1 |
| 839 | 2026-03-11T00:35:09.602Z | Downloaded mio v1.1.1 |
| 840 | 2026-03-11T00:35:09.607Z | Downloaded tagptr v0.2.0 |
| 841 | 2026-03-11T00:35:09.610Z | Downloaded string_cache v0.8.9 |
| 842 | 2026-03-11T00:35:09.613Z | Downloaded stacker v0.1.23 |
| 843 | 2026-03-11T00:35:09.613Z | Downloaded serde_with_macros v3.17.0 |
| 844 | 2026-03-11T00:35:09.616Z | Downloaded strum_macros v0.27.2 |
| 845 | 2026-03-11T00:35:09.619Z | Downloaded sec1 v0.7.3 |
| 846 | 2026-03-11T00:35:09.619Z | Downloaded hashbrown v0.15.5 |
| 847 | 2026-03-11T00:35:09.623Z | Downloaded smallvec v0.6.14 |
| 848 | 2026-03-11T00:35:09.626Z | Downloaded hyper-util v0.1.20 |
| 849 | 2026-03-11T00:35:09.630Z | Downloaded tinyvec_macros v0.1.1 |
| 850 | 2026-03-11T00:35:09.632Z | Downloaded termios v0.3.3 |
| 851 | 2026-03-11T00:35:09.632Z | Downloaded rand v0.8.5 |
| 852 | 2026-03-11T00:35:09.636Z | Downloaded stringprep v0.1.5 |
| 853 | 2026-03-11T00:35:09.638Z | Downloaded signal-hook v0.3.18 |
| 854 | 2026-03-11T00:35:09.641Z | Downloaded spin v0.9.8 |
| 855 | 2026-03-11T00:35:09.644Z | Downloaded libxml v0.3.3 |
| 856 | 2026-03-11T00:35:09.647Z | Downloaded thread_local v1.1.9 |
| 857 | 2026-03-11T00:35:09.650Z | Downloaded support-bundle-viewer v0.1.2 |
| 858 | 2026-03-11T00:35:09.652Z | Downloaded strum_macros v0.26.4 |
| 859 | 2026-03-11T00:35:09.652Z | Downloaded crossterm v0.29.0 |
| 860 | 2026-03-11T00:35:09.657Z | Downloaded tower-layer v0.3.3 |
| 861 | 2026-03-11T00:35:09.660Z | Downloaded topological-sort v0.2.2 |
| 862 | 2026-03-11T00:35:09.660Z | Downloaded tiny-keccak v2.0.2 |
| 863 | 2026-03-11T00:35:09.663Z | Downloaded tower-service v0.3.3 |
| 864 | 2026-03-11T00:35:09.663Z | Downloaded ron v0.8.1 |
| 865 | 2026-03-11T00:35:09.668Z | Downloaded thiserror-no-std v2.0.2 |
| 866 | 2026-03-11T00:35:09.671Z | Downloaded term v0.7.0 |
| 867 | 2026-03-11T00:35:09.674Z | Downloaded strum_macros v0.24.3 |
| 868 | 2026-03-11T00:35:09.677Z | Downloaded slog v2.8.2 |
| 869 | 2026-03-11T00:35:09.681Z | Downloaded unarray v0.1.4 |
| 870 | 2026-03-11T00:35:09.684Z | Downloaded typify-macro v0.6.1 |
| 871 | 2026-03-11T00:35:09.684Z | Downloaded typify-macro v0.4.3 |
| 872 | 2026-03-11T00:35:09.684Z | Downloaded ryu v1.0.23 |
| 873 | 2026-03-11T00:35:09.687Z | Downloaded trait-variant v0.1.2 |
| 874 | 2026-03-11T00:35:09.687Z | Downloaded time-macros v0.2.27 |
| 875 | 2026-03-11T00:35:09.689Z | Downloaded quinn v0.11.9 |
| 876 | 2026-03-11T00:35:09.692Z | Downloaded unit-prefix v0.5.2 |
| 877 | 2026-03-11T00:35:09.695Z | Downloaded progenitor-impl v0.10.0 |
| 878 | 2026-03-11T00:35:09.695Z | Downloaded smf v0.2.3 |
| 879 | 2026-03-11T00:35:09.698Z | Downloaded serde_yaml v0.9.34+deprecated |
| 880 | 2026-03-11T00:35:09.701Z | Downloaded schemars v0.9.0 |
| 881 | 2026-03-11T00:35:09.710Z | Downloaded usdt-attr-macro v0.6.0 |
| 882 | 2026-03-11T00:35:09.713Z | Downloaded untrusted v0.9.0 |
| 883 | 2026-03-11T00:35:09.713Z | Downloaded untrusted v0.7.1 |
| 884 | 2026-03-11T00:35:09.713Z | Downloaded universal-hash v0.5.1 |
| 885 | 2026-03-11T00:35:09.716Z | Downloaded unicode-truncate v1.1.0 |
| 886 | 2026-03-11T00:35:09.716Z | Downloaded tls_codec v0.4.2 |
| 887 | 2026-03-11T00:35:09.721Z | Downloaded num-bigint v0.4.6 |
| 888 | 2026-03-11T00:35:09.724Z | Downloaded socket2 v0.6.2 |
| 889 | 2026-03-11T00:35:09.724Z | Downloaded usdt v0.6.0 |
| 890 | 2026-03-11T00:35:09.724Z | Downloaded rayon-core v1.13.0 |
| 891 | 2026-03-11T00:35:09.727Z | Downloaded aws-lc-rs v1.16.0 |
| 892 | 2026-03-11T00:35:09.734Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 893 | 2026-03-11T00:35:09.736Z | Downloaded tokio-tungstenite v0.21.0 |
| 894 | 2026-03-11T00:35:09.742Z | Downloaded similar v2.7.0 |
| 895 | 2026-03-11T00:35:09.742Z | Downloaded utf-8 v0.7.6 |
| 896 | 2026-03-11T00:35:09.742Z | Downloaded tokio-rustls v0.25.0 |
| 897 | 2026-03-11T00:35:09.746Z | Downloaded tui-tree-widget v0.23.1 |
| 898 | 2026-03-11T00:35:09.746Z | Downloaded rustls-platform-verifier v0.6.2 |
| 899 | 2026-03-11T00:35:09.749Z | Downloaded samael v0.0.19 |
| 900 | 2026-03-11T00:35:09.753Z | Downloaded tokio-macros v2.6.0 |
| 901 | 2026-03-11T00:35:09.756Z | Downloaded qorb v0.4.1 |
| 902 | 2026-03-11T00:35:09.759Z | Downloaded socket2 v0.5.10 |
| 903 | 2026-03-11T00:35:09.762Z | Downloaded want v0.3.1 |
| 904 | 2026-03-11T00:35:09.762Z | Downloaded try-lock v0.2.5 |
| 905 | 2026-03-11T00:35:09.762Z | Downloaded unicase v2.9.0 |
| 906 | 2026-03-11T00:35:09.767Z | Downloaded waitgroup v0.1.2 |
| 907 | 2026-03-11T00:35:09.767Z | Downloaded bindgen v0.71.1 |
| 908 | 2026-03-11T00:35:09.770Z | Downloaded itertools v0.12.1 |
| 909 | 2026-03-11T00:35:09.775Z | Downloaded tokio-stream v0.1.18 |
| 910 | 2026-03-11T00:35:09.779Z | Downloaded num-bigint-dig v0.8.6 |
| 911 | 2026-03-11T00:35:09.783Z | Downloaded rand v0.9.2 |
| 912 | 2026-03-11T00:35:09.786Z | Downloaded hyper v1.8.1 |
| 913 | 2026-03-11T00:35:09.792Z | Downloaded xshell-macros v0.2.7 |
| 914 | 2026-03-11T00:35:09.795Z | Downloaded test-strategy v0.4.5 |
| 915 | 2026-03-11T00:35:09.797Z | Downloaded snafu v0.8.9 |
| 916 | 2026-03-11T00:35:09.800Z | Downloaded tls_codec_derive v0.4.2 |
| 917 | 2026-03-11T00:35:09.803Z | Downloaded rsa v0.9.10 |
| 918 | 2026-03-11T00:35:09.806Z | Downloaded usdt-macro v0.6.0 |
| 919 | 2026-03-11T00:35:09.810Z | Downloaded tracing-attributes v0.1.31 |
| 920 | 2026-03-11T00:35:09.810Z | Downloaded tokio-rustls v0.24.1 |
| 921 | 2026-03-11T00:35:09.813Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 922 | 2026-03-11T00:35:09.813Z | Downloaded usdt-impl v0.6.0 |
| 923 | 2026-03-11T00:35:09.815Z | Downloaded rustls-webpki v0.103.9 |
| 924 | 2026-03-11T00:35:09.818Z | Downloaded uzers v0.12.2 |
| 925 | 2026-03-11T00:35:09.818Z | Downloaded vsss-rs v3.3.4 |
| 926 | 2026-03-11T00:35:09.821Z | Downloaded tinyvec v1.10.0 |
| 927 | 2026-03-11T00:35:09.824Z | Downloaded zone_cfg_derive v0.3.1 |
| 928 | 2026-03-11T00:35:09.824Z | Downloaded zone v0.3.1 |
| 929 | 2026-03-11T00:35:09.824Z | Downloaded tokio-rustls v0.26.4 |
| 930 | 2026-03-11T00:35:09.827Z | Downloaded h2 v0.4.13 |
| 931 | 2026-03-11T00:35:09.831Z | Downloaded vergen-gitcl v1.0.8 |
| 932 | 2026-03-11T00:35:09.834Z | Downloaded unicode-properties v0.1.4 |
| 933 | 2026-03-11T00:35:09.837Z | Downloaded vergen-lib v0.1.6 |
| 934 | 2026-03-11T00:35:09.837Z | Downloaded twox-hash v2.1.2 |
| 935 | 2026-03-11T00:35:09.840Z | Downloaded whoami v1.6.1 |
| 936 | 2026-03-11T00:35:09.840Z | Downloaded whoami v2.1.0 |
| 937 | 2026-03-11T00:35:09.843Z | Downloaded walkdir v2.5.0 |
| 938 | 2026-03-11T00:35:09.843Z | Downloaded subprocess v0.2.15 |
| 939 | 2026-03-11T00:35:09.846Z | Downloaded itertools v0.14.0 |
| 940 | 2026-03-11T00:35:09.851Z | Downloaded tar v0.4.44 |
| 941 | 2026-03-11T00:35:09.855Z | Downloaded xattr v1.6.1 |
| 942 | 2026-03-11T00:35:09.858Z | Downloaded xshell v0.2.7 |
| 943 | 2026-03-11T00:35:09.858Z | Downloaded wyz v0.5.1 |
| 944 | 2026-03-11T00:35:09.858Z | Downloaded rand v0.10.0 |
| 945 | 2026-03-11T00:35:09.861Z | Downloaded futures-util v0.3.32 |
| 946 | 2026-03-11T00:35:09.870Z | Downloaded zeroize_derive v1.4.3 |
| 947 | 2026-03-11T00:35:09.873Z | Downloaded xz2 v0.1.7 |
| 948 | 2026-03-11T00:35:09.873Z | Downloaded nom v7.1.3 |
| 949 | 2026-03-11T00:35:09.876Z | Downloaded zeroize v1.8.2 |
| 950 | 2026-03-11T00:35:09.883Z | Downloaded vergen-git2 v1.0.7 |
| 951 | 2026-03-11T00:35:09.883Z | Downloaded vergen v9.0.6 |
| 952 | 2026-03-11T00:35:09.883Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 953 | 2026-03-11T00:35:09.886Z | Downloaded tracing-core v0.1.36 |
| 954 | 2026-03-11T00:35:09.890Z | Downloaded tungstenite v0.21.0 |
| 955 | 2026-03-11T00:35:09.892Z | Downloaded unicode-bidi v0.3.18 |
| 956 | 2026-03-11T00:35:09.895Z | Downloaded hkdf v0.12.4 |
| 957 | 2026-03-11T00:35:09.898Z | Downloaded zstd-safe v7.2.4 |
| 958 | 2026-03-11T00:35:09.901Z | Downloaded zstd v0.13.3 |
| 959 | 2026-03-11T00:35:09.901Z | Downloaded russh v0.45.0 |
| 960 | 2026-03-11T00:35:09.905Z | Downloaded p521 v0.13.3 |
| 961 | 2026-03-11T00:35:09.908Z | Downloaded typify v0.4.3 |
| 962 | 2026-03-11T00:35:09.911Z | Downloaded unsafe-libyaml v0.2.11 |
| 963 | 2026-03-11T00:35:09.914Z | Downloaded toml v0.7.8 |
| 964 | 2026-03-11T00:35:09.917Z | Downloaded yasna v0.5.2 |
| 965 | 2026-03-11T00:35:09.920Z | Downloaded schemars v1.2.1 |
| 966 | 2026-03-11T00:35:09.930Z | Downloaded zerocopy v0.6.6 |
| 967 | 2026-03-11T00:35:09.932Z | Downloaded uuid v1.21.0 |
| 968 | 2026-03-11T00:35:09.936Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 969 | 2026-03-11T00:35:09.938Z | Downloaded steno v0.4.1 |
| 970 | 2026-03-11T00:35:09.942Z | Downloaded reedline v0.40.0 |
| 971 | 2026-03-11T00:35:09.946Z | Downloaded typify v0.6.1 |
| 972 | 2026-03-11T00:35:09.949Z | Downloaded ron v0.12.0 |
| 973 | 2026-03-11T00:35:09.955Z | Downloaded ssh-key v0.6.7 |
| 974 | 2026-03-11T00:35:09.960Z | Downloaded blake3 v1.8.3 |
| 975 | 2026-03-11T00:35:09.967Z | Downloaded rustyline v14.0.0 |
| 976 | 2026-03-11T00:35:09.970Z | Downloaded tungstenite v0.23.0 |
| 977 | 2026-03-11T00:35:09.974Z | Downloaded wait-timeout v0.2.1 |
| 978 | 2026-03-11T00:35:09.977Z | Downloaded void v1.0.2 |
| 979 | 2026-03-11T00:35:09.977Z | Downloaded toml_edit v0.19.15 |
| 980 | 2026-03-11T00:35:09.987Z | Downloaded rpassword v7.4.0 |
| 981 | 2026-03-11T00:35:09.990Z | Downloaded p384 v0.13.1 |
| 982 | 2026-03-11T00:35:09.993Z | Downloaded publicsuffix v2.3.0 |
| 983 | 2026-03-11T00:35:09.997Z | Downloaded vte v0.14.1 |
| 984 | 2026-03-11T00:35:09.997Z | Downloaded zopfli v0.8.3 |
| 985 | 2026-03-11T00:35:09.999Z | Downloaded schemars v0.8.22 |
| 986 | 2026-03-11T00:35:10.010Z | Downloaded yansi v1.0.1 |
| 987 | 2026-03-11T00:35:10.014Z | Downloaded tokio-postgres v0.7.16 |
| 988 | 2026-03-11T00:35:10.014Z | Downloaded reqwest v0.13.2 |
| 989 | 2026-03-11T00:35:10.017Z | Downloaded itertools v0.13.0 |
| 990 | 2026-03-11T00:35:10.022Z | Downloaded zip v0.6.6 |
| 991 | 2026-03-11T00:35:10.025Z | Downloaded git2 v0.20.4 |
| 992 | 2026-03-11T00:35:10.032Z | Downloaded unicode-segmentation v1.12.0 |
| 993 | 2026-03-11T00:35:10.035Z | Downloaded libm v0.2.16 |
| 994 | 2026-03-11T00:35:10.042Z | Downloaded zerocopy-derive v0.8.40 |
| 995 | 2026-03-11T00:35:10.048Z | Downloaded portable-atomic v1.13.1 |
| 996 | 2026-03-11T00:35:10.054Z | Downloaded tower v0.5.3 |
| 997 | 2026-03-11T00:35:10.061Z | Downloaded rustls-webpki v0.101.7 |
| 998 | 2026-03-11T00:35:10.072Z | Downloaded x509-cert v0.2.5 |
| 999 | 2026-03-11T00:35:10.076Z | Downloaded quick-xml v0.37.5 |
| 1000 | 2026-03-11T00:35:10.081Z | Downloaded lalrpop v0.19.12 |
| 1001 | 2026-03-11T00:35:10.089Z | Downloaded rayon v1.11.0 |
| 1002 | 2026-03-11T00:35:10.096Z | Downloaded typed-path v0.9.3 |
| 1003 | 2026-03-11T00:35:10.105Z | Downloaded tokio-util v0.7.18 |
| 1004 | 2026-03-11T00:35:10.113Z | Downloaded unicode-normalization v0.1.25 |
| 1005 | 2026-03-11T00:35:10.118Z | Downloaded tower-http v0.6.8 |
| 1006 | 2026-03-11T00:35:10.129Z | Downloaded zip v4.6.1 |
| 1007 | 2026-03-11T00:35:10.134Z | Downloaded proptest v1.10.0 |
| 1008 | 2026-03-11T00:35:10.140Z | Downloaded moka v0.12.13 |
| 1009 | 2026-03-11T00:35:10.148Z | Downloaded tough v0.20.0 |
| 1010 | 2026-03-11T00:35:10.155Z | Downloaded rustls-webpki v0.102.8 |
| 1011 | 2026-03-11T00:35:10.169Z | Downloaded radix_trie v0.2.1 |
| 1012 | 2026-03-11T00:35:10.173Z | Downloaded curve25519-dalek v4.1.3 |
| 1013 | 2026-03-11T00:35:10.180Z | Downloaded serde_with v3.17.0 |
| 1014 | 2026-03-11T00:35:10.188Z | Downloaded quinn-proto v0.11.14 |
| 1015 | 2026-03-11T00:35:10.194Z | Downloaded winnow v0.6.26 |
| 1016 | 2026-03-11T00:35:10.200Z | Downloaded polar-core v0.27.3 |
| 1017 | 2026-03-11T00:35:10.206Z | Downloaded winnow v0.5.40 |
| 1018 | 2026-03-11T00:35:10.212Z | Downloaded petname v2.0.2 |
| 1019 | 2026-03-11T00:35:10.216Z | Downloaded object v0.30.4 |
| 1020 | 2026-03-11T00:35:10.224Z | Downloaded nix v0.27.1 |
| 1021 | 2026-03-11T00:35:10.232Z | Downloaded nix v0.28.0 |
| 1022 | 2026-03-11T00:35:10.239Z | Downloaded goblin v0.10.5 |
| 1023 | 2026-03-11T00:35:10.245Z | Downloaded nix v0.29.0 |
| 1024 | 2026-03-11T00:35:10.254Z | Downloaded tabled v0.20.0 |
| 1025 | 2026-03-11T00:35:10.267Z | Downloaded diesel v2.2.12 |
| 1026 | 2026-03-11T00:35:10.281Z | Downloaded time v0.3.47 |
| 1027 | 2026-03-11T00:35:10.290Z | Downloaded nix v0.30.1 |
| 1028 | 2026-03-11T00:35:10.299Z | Downloaded bstr v1.12.1 |
| 1029 | 2026-03-11T00:35:10.306Z | Downloaded webpki-roots v1.0.6 |
| 1030 | 2026-03-11T00:35:10.308Z | Downloaded openapiv3 v2.2.0 |
| 1031 | 2026-03-11T00:35:10.318Z | Downloaded smoltcp v0.11.0 |
| 1032 | 2026-03-11T00:35:10.326Z | Downloaded smoltcp v0.9.1 |
| 1033 | 2026-03-11T00:35:10.333Z | Downloaded zerocopy v0.8.40 |
| 1034 | 2026-03-11T00:35:10.340Z | Downloaded zlib-rs v0.6.2 |
| 1035 | 2026-03-11T00:35:10.345Z | Downloaded vcpkg v0.2.15 |
| 1036 | 2026-03-11T00:35:10.376Z | Downloaded rustls v0.22.4 |
| 1037 | 2026-03-11T00:35:10.385Z | Downloaded rustls v0.23.37 |
| 1038 | 2026-03-11T00:35:10.394Z | Downloaded hickory-proto v0.25.2 |
| 1039 | 2026-03-11T00:35:10.406Z | Downloaded regress v0.10.5 |
| 1040 | 2026-03-11T00:35:10.412Z | Downloaded regex-syntax v0.6.29 |
| 1041 | 2026-03-11T00:35:10.417Z | Downloaded object v0.37.3 |
| 1042 | 2026-03-11T00:35:10.426Z | Downloaded nix v0.31.1 |
| 1043 | 2026-03-11T00:35:10.435Z | Downloaded sqlparser v0.61.0 |
| 1044 | 2026-03-11T00:35:10.442Z | Downloaded rustix v0.38.44 |
| 1045 | 2026-03-11T00:35:10.459Z | Downloaded hickory-proto v0.24.4 |
| 1046 | 2026-03-11T00:35:10.470Z | Downloaded regex-syntax v0.8.10 |
| 1047 | 2026-03-11T00:35:10.476Z | Downloaded rustls v0.21.12 |
| 1048 | 2026-03-11T00:35:10.485Z | Downloaded tracing v0.1.44 |
| 1049 | 2026-03-11T00:35:10.504Z | Downloaded typify-impl v0.4.3 |
| 1050 | 2026-03-11T00:35:10.515Z | Downloaded dropshot v0.16.7 |
| 1051 | 2026-03-11T00:35:10.532Z | Downloaded openssl v0.10.75 |
| 1052 | 2026-03-11T00:35:10.540Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1053 | 2026-03-11T00:35:10.549Z | Downloaded zerocopy-derive v0.6.6 |
| 1054 | 2026-03-11T00:35:10.557Z | Downloaded typify-impl v0.6.1 |
| 1055 | 2026-03-11T00:35:10.569Z | Downloaded sled v0.34.7 |
| 1056 | 2026-03-11T00:35:10.577Z | Downloaded ratatui v0.29.0 |
| 1057 | 2026-03-11T00:35:10.592Z | Downloaded petgraph v0.6.5 |
| 1058 | 2026-03-11T00:35:10.606Z | Downloaded salty v0.3.0 |
| 1059 | 2026-03-11T00:35:10.612Z | Downloaded unicode_categories v0.1.1 |
| 1060 | 2026-03-11T00:35:10.615Z | Downloaded chrono v0.4.44 |
| 1061 | 2026-03-11T00:35:10.619Z | Downloaded reqwest v0.12.28 |
| 1062 | 2026-03-11T00:35:10.624Z | Downloaded regex v1.12.3 |
| 1063 | 2026-03-11T00:35:10.628Z | Downloaded iri-string v0.7.10 |
| 1064 | 2026-03-11T00:35:10.634Z | Downloaded aho-corasick v1.1.4 |
| 1065 | 2026-03-11T00:35:10.638Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1066 | 2026-03-11T00:35:10.642Z | Downloaded tokio-tungstenite v0.23.1 |
| 1067 | 2026-03-11T00:35:10.642Z | Downloaded petgraph v0.8.3 |
| 1068 | 2026-03-11T00:35:10.659Z | Downloaded regex-automata v0.4.14 |
| 1069 | 2026-03-11T00:35:10.671Z | Downloaded csv v1.4.0 |
| 1070 | 2026-03-11T00:35:10.687Z | Downloaded jiff v0.2.21 |
| 1071 | 2026-03-11T00:35:10.702Z | Downloaded tokio-native-tls v0.3.1 |
| 1072 | 2026-03-11T00:35:10.705Z | Downloaded lzma-sys v0.1.20 |
| 1073 | 2026-03-11T00:35:10.725Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1074 | 2026-03-11T00:35:10.739Z | Downloaded chrono-tz v0.10.4 |
| 1075 | 2026-03-11T00:35:10.754Z | Downloaded sha3 v0.10.8 |
| 1076 | 2026-03-11T00:35:10.757Z | Downloaded tokio v1.49.0 |
| 1077 | 2026-03-11T00:35:10.788Z | Downloaded tokio-dtrace v0.1.1 |
| 1078 | 2026-03-11T00:35:10.791Z | Downloaded term v1.2.1 |
| 1079 | 2026-03-11T00:35:10.792Z | Downloaded libz-sys v1.1.24 |
| 1080 | 2026-03-11T00:35:10.808Z | Downloaded iddqd v0.3.17 |
| 1081 | 2026-03-11T00:35:10.813Z | Downloaded rustls-pemfile v2.2.0 |
| 1082 | 2026-03-11T00:35:10.816Z | Downloaded slog-dtrace v0.3.0 |
| 1083 | 2026-03-11T00:35:10.816Z | Downloaded strum v0.27.2 |
| 1084 | 2026-03-11T00:35:10.820Z | Downloaded strum v0.26.3 |
| 1085 | 2026-03-11T00:35:10.820Z | Downloaded structmeta-derive v0.3.0 |
| 1086 | 2026-03-11T00:35:10.820Z | Downloaded slab v0.4.12 |
| 1087 | 2026-03-11T00:35:10.820Z | Downloaded schemars_derive v0.8.22 |
| 1088 | 2026-03-11T00:35:10.823Z | Downloaded prefix-trie v0.7.0 |
| 1089 | 2026-03-11T00:35:10.823Z | Downloaded scroll v0.13.0 |
| 1090 | 2026-03-11T00:35:10.823Z | Downloaded rcgen v0.12.1 |
| 1091 | 2026-03-11T00:35:10.826Z | Downloaded hickory-server v0.25.2 |
| 1092 | 2026-03-11T00:35:10.829Z | Downloaded scrypt v0.11.0 |
| 1093 | 2026-03-11T00:35:10.833Z | Downloaded scroll_derive v0.13.1 |
| 1094 | 2026-03-11T00:35:10.833Z | Downloaded salsa20 v0.10.2 |
| 1095 | 2026-03-11T00:35:10.833Z | Downloaded hickory-resolver v0.25.2 |
| 1096 | 2026-03-11T00:35:10.836Z | Downloaded hashbrown v0.13.2 |
| 1097 | 2026-03-11T00:35:10.839Z | Downloaded miniz_oxide v0.8.9 |
| 1098 | 2026-03-11T00:35:10.842Z | Downloaded p256 v0.13.2 |
| 1099 | 2026-03-11T00:35:10.842Z | Downloaded pkcs1 v0.7.5 |
| 1100 | 2026-03-11T00:35:10.846Z | Downloaded phf_shared v0.12.1 |
| 1101 | 2026-03-11T00:35:10.846Z | Downloaded dropshot-api-manager v0.6.0 |
| 1102 | 2026-03-11T00:35:10.851Z | Downloaded progenitor-extras v0.1.1 |
| 1103 | 2026-03-11T00:35:10.851Z | Downloaded primeorder v0.13.6 |
| 1104 | 2026-03-11T00:35:10.851Z | Downloaded predicates v3.1.4 |
| 1105 | 2026-03-11T00:35:10.854Z | Downloaded headers v0.4.1 |
| 1106 | 2026-03-11T00:35:10.858Z | Downloaded phf v0.12.1 |
| 1107 | 2026-03-11T00:35:10.858Z | Downloaded encoding_rs v0.8.35 |
| 1108 | 2026-03-11T00:35:10.874Z | Downloaded indicatif v0.18.4 |
| 1109 | 2026-03-11T00:35:10.878Z | Downloaded pem-rfc7468 v0.7.0 |
| 1110 | 2026-03-11T00:35:10.881Z | Downloaded peg-macros v0.8.5 |
| 1111 | 2026-03-11T00:35:10.881Z | Downloaded peg v0.8.5 |
| 1112 | 2026-03-11T00:35:10.884Z | Downloaded password-hash v0.5.0 |
| 1113 | 2026-03-11T00:35:10.884Z | Downloaded password-hash v0.4.2 |
| 1114 | 2026-03-11T00:35:10.888Z | Downloaded flate2 v1.1.9 |
| 1115 | 2026-03-11T00:35:10.893Z | Downloaded crossbeam-channel v0.5.15 |
| 1116 | 2026-03-11T00:35:10.893Z | Downloaded pin-project-internal v1.1.11 |
| 1117 | 2026-03-11T00:35:10.896Z | Downloaded paste v1.0.15 |
| 1118 | 2026-03-11T00:35:10.896Z | Downloaded omicron-zone-package v0.12.2 |
| 1119 | 2026-03-11T00:35:10.899Z | Downloaded ed25519-dalek v2.2.0 |
| 1120 | 2026-03-11T00:35:10.903Z | Downloaded cc v1.2.56 |
| 1121 | 2026-03-11T00:35:10.903Z | Downloaded bumpalo v3.20.2 |
| 1122 | 2026-03-11T00:35:10.906Z | Downloaded pbkdf2 v0.11.0 |
| 1123 | 2026-03-11T00:35:10.910Z | Downloaded ignore v0.4.25 |
| 1124 | 2026-03-11T00:35:10.910Z | Downloaded futures v0.3.32 |
| 1125 | 2026-03-11T00:35:10.913Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1126 | 2026-03-11T00:35:10.916Z | Downloaded owo-colors v4.3.0 |
| 1127 | 2026-03-11T00:35:10.916Z | Downloaded half v2.7.1 |
| 1128 | 2026-03-11T00:35:10.919Z | Downloaded proc-macro-crate v1.3.1 |
| 1129 | 2026-03-11T00:35:10.919Z | Downloaded predicates-tree v1.0.13 |
| 1130 | 2026-03-11T00:35:10.919Z | Downloaded predicates-core v1.0.10 |
| 1131 | 2026-03-11T00:35:10.923Z | Downloaded powerfmt v0.2.0 |
| 1132 | 2026-03-11T00:35:10.923Z | Downloaded num-complex v0.4.6 |
| 1133 | 2026-03-11T00:35:10.923Z | Downloaded chacha20poly1305 v0.10.1 |
| 1134 | 2026-03-11T00:35:10.926Z | Downloaded const_format v0.2.35 |
| 1135 | 2026-03-11T00:35:10.926Z | Downloaded num-rational v0.4.2 |
| 1136 | 2026-03-11T00:35:10.929Z | Downloaded httparse v1.10.1 |
| 1137 | 2026-03-11T00:35:10.932Z | Downloaded compact_str v0.8.1 |
| 1138 | 2026-03-11T00:35:10.932Z | Downloaded bytes v1.11.1 |
| 1139 | 2026-03-11T00:35:10.936Z | Downloaded nu-ansi-term v0.50.3 |
| 1140 | 2026-03-11T00:35:10.939Z | Downloaded oso-derive v0.27.3 |
| 1141 | 2026-03-11T00:35:10.939Z | Downloaded openssl-probe v0.1.6 |
| 1142 | 2026-03-11T00:35:10.942Z | Downloaded ingot-macros v0.1.1 |
| 1143 | 2026-03-11T00:35:10.942Z | Downloaded getrandom v0.3.4 |
| 1144 | 2026-03-11T00:35:10.945Z | Downloaded num_threads v0.1.7 |
| 1145 | 2026-03-11T00:35:10.945Z | Downloaded num-iter v0.1.45 |
| 1146 | 2026-03-11T00:35:10.945Z | Downloaded linear-map v1.2.0 |
| 1147 | 2026-03-11T00:35:10.950Z | Downloaded olpc-cjson v0.1.4 |
| 1148 | 2026-03-11T00:35:10.950Z | Downloaded num-conv v0.2.0 |
| 1149 | 2026-03-11T00:35:10.950Z | Downloaded lock_api v0.4.14 |
| 1150 | 2026-03-11T00:35:10.950Z | Downloaded libsw v3.5.0 |
| 1151 | 2026-03-11T00:35:10.953Z | Downloaded libefi-sys v0.1.0 |
| 1152 | 2026-03-11T00:35:10.953Z | Downloaded hyper-rustls v0.27.7 |
| 1153 | 2026-03-11T00:35:10.953Z | Downloaded allocator-api2 v0.2.21 |
| 1154 | 2026-03-11T00:35:10.957Z | Downloaded normalize-line-endings v0.3.0 |
| 1155 | 2026-03-11T00:35:10.957Z | Downloaded nodrop v0.1.14 |
| 1156 | 2026-03-11T00:35:10.957Z | Downloaded crc-any v2.5.0 |
| 1157 | 2026-03-11T00:35:10.957Z | Downloaded newtype_derive v0.1.6 |
| 1158 | 2026-03-11T00:35:10.957Z | Downloaded ring v0.17.14 |
| 1159 | 2026-03-11T00:35:10.995Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1160 | 2026-03-11T00:35:11.000Z | Downloaded libloading v0.8.9 |
| 1161 | 2026-03-11T00:35:11.000Z | Downloaded ipnetwork v0.21.1 |
| 1162 | 2026-03-11T00:35:11.000Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1163 | 2026-03-11T00:35:11.000Z | Downloaded http-body-util v0.1.3 |
| 1164 | 2026-03-11T00:35:11.000Z | Downloaded hmac v0.12.1 |
| 1165 | 2026-03-11T00:35:11.000Z | Downloaded highway v1.3.0 |
| 1166 | 2026-03-11T00:35:11.004Z | Downloaded getrandom v0.2.17 |
| 1167 | 2026-03-11T00:35:11.004Z | Downloaded ingot-types v0.1.2 |
| 1168 | 2026-03-11T00:35:11.004Z | Downloaded indoc v2.0.7 |
| 1169 | 2026-03-11T00:35:11.007Z | Downloaded dropshot_endpoint v0.16.7 |
| 1170 | 2026-03-11T00:35:11.010Z | Downloaded match_cfg v0.1.0 |
| 1171 | 2026-03-11T00:35:11.010Z | Downloaded lzss v0.8.2 |
| 1172 | 2026-03-11T00:35:11.011Z | Downloaded lru-slab v0.1.2 |
| 1173 | 2026-03-11T00:35:11.014Z | Downloaded lru-cache v0.1.2 |
| 1174 | 2026-03-11T00:35:11.014Z | Downloaded ingot v0.1.1 |
| 1175 | 2026-03-11T00:35:11.014Z | Downloaded hyper-staticfile v0.10.1 |
| 1176 | 2026-03-11T00:35:11.017Z | Downloaded expectorate v1.2.0 |
| 1177 | 2026-03-11T00:35:11.021Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1178 | 2026-03-11T00:35:11.062Z | Downloaded derive_more v0.99.20 |
| 1179 | 2026-03-11T00:35:11.066Z | Downloaded futures-channel v0.3.32 |
| 1180 | 2026-03-11T00:35:11.069Z | Downloaded fs_extra v1.3.0 |
| 1181 | 2026-03-11T00:35:11.069Z | Downloaded console v0.16.2 |
| 1182 | 2026-03-11T00:35:11.079Z | Downloaded colored v3.1.1 |
| 1183 | 2026-03-11T00:35:11.079Z | Downloaded ciborium v0.2.2 |
| 1184 | 2026-03-11T00:35:11.079Z | Downloaded linked-hash-map v0.5.6 |
| 1185 | 2026-03-11T00:35:11.079Z | Downloaded console v0.15.11 |
| 1186 | 2026-03-11T00:35:11.079Z | Downloaded colored v2.2.0 |
| 1187 | 2026-03-11T00:35:11.079Z | Downloaded cancel-safe-futures v0.1.5 |
| 1188 | 2026-03-11T00:35:11.083Z | Downloaded blake2 v0.10.6 |
| 1189 | 2026-03-11T00:35:11.083Z | Downloaded lazy_static v1.5.0 |
| 1190 | 2026-03-11T00:35:11.083Z | Downloaded lalrpop-util v0.19.12 |
| 1191 | 2026-03-11T00:35:11.083Z | Downloaded keccak v0.1.6 |
| 1192 | 2026-03-11T00:35:11.086Z | Downloaded humantime v2.3.0 |
| 1193 | 2026-03-11T00:35:11.086Z | Downloaded group v0.13.0 |
| 1194 | 2026-03-11T00:35:11.086Z | Downloaded fs-err v2.11.0 |
| 1195 | 2026-03-11T00:35:11.089Z | Downloaded find-msvc-tools v0.1.9 |
| 1196 | 2026-03-11T00:35:11.089Z | Downloaded git-stub-vcs v0.1.0 |
| 1197 | 2026-03-11T00:35:11.092Z | Downloaded hyper-tls v0.6.0 |
| 1198 | 2026-03-11T00:35:11.093Z | Downloaded http-range v0.1.5 |
| 1199 | 2026-03-11T00:35:11.093Z | Downloaded constant_time_eq v0.4.2 |
| 1200 | 2026-03-11T00:35:11.096Z | Downloaded chacha20 v0.10.0 |
| 1201 | 2026-03-11T00:35:11.097Z | Downloaded bzip2 v0.4.4 |
| 1202 | 2026-03-11T00:35:11.097Z | Downloaded internet-checksum v0.2.1 |
| 1203 | 2026-03-11T00:35:11.100Z | Downloaded instant v0.1.13 |
| 1204 | 2026-03-11T00:35:11.100Z | Downloaded instability v0.3.11 |
| 1205 | 2026-03-11T00:35:11.100Z | Downloaded clang-sys v1.8.1 |
| 1206 | 2026-03-11T00:35:11.100Z | Downloaded bitfield v0.19.4 |
| 1207 | 2026-03-11T00:35:11.103Z | Downloaded bit-vec v0.8.0 |
| 1208 | 2026-03-11T00:35:11.103Z | Downloaded async-bb8-diesel v0.2.1 |
| 1209 | 2026-03-11T00:35:11.103Z | Downloaded ar_archive_writer v0.5.1 |
| 1210 | 2026-03-11T00:35:11.106Z | Downloaded futures-executor v0.3.32 |
| 1211 | 2026-03-11T00:35:11.109Z | Downloaded cargo_toml v0.22.3 |
| 1212 | 2026-03-11T00:35:11.110Z | Downloaded bit-vec v0.6.3 |
| 1213 | 2026-03-11T00:35:11.110Z | Downloaded backon v1.6.0 |
| 1214 | 2026-03-11T00:35:11.113Z | Downloaded httpdate v1.0.3 |
| 1215 | 2026-03-11T00:35:11.113Z | Downloaded ghash v0.5.1 |
| 1216 | 2026-03-11T00:35:11.113Z | Downloaded futures-task v0.3.32 |
| 1217 | 2026-03-11T00:35:11.113Z | Downloaded foreign-types-shared v0.1.1 |
| 1218 | 2026-03-11T00:35:11.116Z | Downloaded der v0.7.10 |
| 1219 | 2026-03-11T00:35:11.119Z | Downloaded daft v0.1.5 |
| 1220 | 2026-03-11T00:35:11.119Z | Downloaded corncobs v0.1.4 |
| 1221 | 2026-03-11T00:35:11.119Z | Downloaded convert_case v0.10.0 |
| 1222 | 2026-03-11T00:35:11.122Z | Downloaded const_format_proc_macros v0.2.34 |
| 1223 | 2026-03-11T00:35:11.122Z | Downloaded cipher v0.4.4 |
| 1224 | 2026-03-11T00:35:11.125Z | Downloaded base64 v0.21.7 |
| 1225 | 2026-03-11T00:35:11.125Z | Downloaded hostname v0.3.1 |
| 1226 | 2026-03-11T00:35:11.129Z | Downloaded hostname v0.4.2 |
| 1227 | 2026-03-11T00:35:11.129Z | Downloaded hash32 v0.3.1 |
| 1228 | 2026-03-11T00:35:11.129Z | Downloaded hash32 v0.2.1 |
| 1229 | 2026-03-11T00:35:11.131Z | Downloaded git-stub v1.0.0 |
| 1230 | 2026-03-11T00:35:11.131Z | Downloaded foldhash v0.1.5 |
| 1231 | 2026-03-11T00:35:11.132Z | Downloaded csv-core v0.1.13 |
| 1232 | 2026-03-11T00:35:11.132Z | Downloaded foldhash v0.2.0 |
| 1233 | 2026-03-11T00:35:11.135Z | Downloaded diff v0.1.13 |
| 1234 | 2026-03-11T00:35:11.135Z | Downloaded derive_builder v0.20.2 |
| 1235 | 2026-03-11T00:35:11.138Z | Downloaded chacha20 v0.9.1 |
| 1236 | 2026-03-11T00:35:11.141Z | Downloaded cmake v0.1.57 |
| 1237 | 2026-03-11T00:35:11.141Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1238 | 2026-03-11T00:35:11.144Z | Downloaded buf-list v1.1.2 |
| 1239 | 2026-03-11T00:35:11.144Z | Downloaded arrayvec v0.7.6 |
| 1240 | 2026-03-11T00:35:11.144Z | Downloaded deranged v0.5.8 |
| 1241 | 2026-03-11T00:35:11.148Z | Downloaded filetime v0.2.27 |
| 1242 | 2026-03-11T00:35:11.148Z | Downloaded fd-lock v4.0.4 |
| 1243 | 2026-03-11T00:35:11.148Z | Downloaded either v1.15.0 |
| 1244 | 2026-03-11T00:35:11.152Z | Downloaded defmt-macros v1.0.1 |
| 1245 | 2026-03-11T00:35:11.152Z | Downloaded futures-core v0.3.32 |
| 1246 | 2026-03-11T00:35:11.155Z | Downloaded crc8 v0.1.1 |
| 1247 | 2026-03-11T00:35:11.155Z | Downloaded cfg_aliases v0.2.1 |
| 1248 | 2026-03-11T00:35:11.155Z | Downloaded bit-set v0.5.3 |
| 1249 | 2026-03-11T00:35:11.155Z | Downloaded embedded-io v0.4.0 |
| 1250 | 2026-03-11T00:35:11.159Z | Downloaded defmt-parser v1.0.0 |
| 1251 | 2026-03-11T00:35:11.159Z | Downloaded cpufeatures v0.3.0 |
| 1252 | 2026-03-11T00:35:11.159Z | Downloaded block-padding v0.3.3 |
| 1253 | 2026-03-11T00:35:11.159Z | Downloaded base16ct v1.0.0 |
| 1254 | 2026-03-11T00:35:11.159Z | Downloaded env_filter v1.0.0 |
| 1255 | 2026-03-11T00:35:11.165Z | Downloaded dunce v1.0.5 |
| 1256 | 2026-03-11T00:35:11.165Z | Downloaded dirs-next v2.0.0 |
| 1257 | 2026-03-11T00:35:11.165Z | Downloaded base16ct v0.2.0 |
| 1258 | 2026-03-11T00:35:11.165Z | Downloaded ena v0.14.4 |
| 1259 | 2026-03-11T00:35:11.165Z | Downloaded darling_core v0.21.3 |
| 1260 | 2026-03-11T00:35:11.168Z | Downloaded ctr v0.9.2 |
| 1261 | 2026-03-11T00:35:11.168Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1262 | 2026-03-11T00:35:11.171Z | Downloaded bb8 v0.8.6 |
| 1263 | 2026-03-11T00:35:11.171Z | Downloaded dirs-sys-next v0.1.2 |
| 1264 | 2026-03-11T00:35:11.171Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1265 | 2026-03-11T00:35:11.171Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1266 | 2026-03-11T00:35:11.171Z | Downloaded crc v3.4.0 |
| 1267 | 2026-03-11T00:35:11.175Z | Downloaded assert_matches v1.5.0 |
| 1268 | 2026-03-11T00:35:11.175Z | Downloaded ascii-canvas v3.0.0 |
| 1269 | 2026-03-11T00:35:11.175Z | Downloaded crunchy v0.2.4 |
| 1270 | 2026-03-11T00:35:11.175Z | Downloaded aead v0.5.2 |
| 1271 | 2026-03-11T00:35:11.178Z | Downloaded cargo-platform v0.1.9 |
| 1272 | 2026-03-11T00:35:11.178Z | Downloaded display-error-chain v0.2.2 |
| 1273 | 2026-03-11T00:35:11.178Z | Downloaded diesel-dtrace v0.4.2 |
| 1274 | 2026-03-11T00:35:11.178Z | Downloaded darling_core v0.20.11 |
| 1275 | 2026-03-11T00:35:11.181Z | Downloaded convert_case v0.4.0 |
| 1276 | 2026-03-11T00:35:11.184Z | Downloaded ciborium-ll v0.2.2 |
| 1277 | 2026-03-11T00:35:11.184Z | Downloaded atomicwrites v0.4.4 |
| 1278 | 2026-03-11T00:35:11.184Z | Downloaded async-stream v0.3.6 |
| 1279 | 2026-03-11T00:35:11.187Z | Downloaded arrayref v0.3.9 |
| 1280 | 2026-03-11T00:35:11.187Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1281 | 2026-03-11T00:35:11.187Z | Downloaded cfg_aliases v0.1.1 |
| 1282 | 2026-03-11T00:35:11.187Z | Downloaded dof v0.4.0 |
| 1283 | 2026-03-11T00:35:11.187Z | Downloaded crc-catalog v2.4.0 |
| 1284 | 2026-03-11T00:35:11.192Z | Downloaded dtrace-parser v0.3.0 |
| 1285 | 2026-03-11T00:35:11.192Z | Downloaded difflib v0.4.0 |
| 1286 | 2026-03-11T00:35:11.192Z | Downloaded cobs v0.3.0 |
| 1287 | 2026-03-11T00:35:11.192Z | Downloaded atomic-waker v1.1.2 |
| 1288 | 2026-03-11T00:35:11.195Z | Downloaded async-trait v0.1.89 |
| 1289 | 2026-03-11T00:35:11.195Z | Downloaded async-stream-impl v0.3.6 |
| 1290 | 2026-03-11T00:35:11.195Z | Downloaded ahash v0.8.12 |
| 1291 | 2026-03-11T00:35:11.198Z | Downloaded darling v0.21.3 |
| 1292 | 2026-03-11T00:35:11.201Z | Downloaded blowfish v0.9.1 |
| 1293 | 2026-03-11T00:35:11.201Z | Downloaded array-init v0.0.4 |
| 1294 | 2026-03-11T00:35:11.201Z | Downloaded endian-type v0.1.2 |
| 1295 | 2026-03-11T00:35:11.201Z | Downloaded darling_macro v0.23.0 |
| 1296 | 2026-03-11T00:35:11.204Z | Downloaded derive_builder_core v0.20.2 |
| 1297 | 2026-03-11T00:35:11.204Z | Downloaded cbc v0.1.2 |
| 1298 | 2026-03-11T00:35:11.204Z | Downloaded bitfield-struct v0.6.2 |
| 1299 | 2026-03-11T00:35:11.207Z | Downloaded darling_core v0.23.0 |
| 1300 | 2026-03-11T00:35:11.210Z | Downloaded crossbeam-deque v0.8.6 |
| 1301 | 2026-03-11T00:35:11.210Z | Downloaded cassowary v0.3.0 |
| 1302 | 2026-03-11T00:35:11.213Z | Downloaded bitflags v1.3.2 |
| 1303 | 2026-03-11T00:35:11.213Z | Downloaded bzip2 v0.6.1 |
| 1304 | 2026-03-11T00:35:11.216Z | Downloaded bitvec v1.0.1 |
| 1305 | 2026-03-11T00:35:11.225Z | Downloaded crossbeam-epoch v0.9.18 |
| 1306 | 2026-03-11T00:35:11.228Z | Downloaded darling_macro v0.20.11 |
| 1307 | 2026-03-11T00:35:11.228Z | Downloaded castaway v0.2.4 |
| 1308 | 2026-03-11T00:35:11.228Z | Downloaded bcs v0.1.6 |
| 1309 | 2026-03-11T00:35:11.231Z | Downloaded atty v0.2.14 |
| 1310 | 2026-03-11T00:35:11.231Z | Downloaded base64 v0.22.1 |
| 1311 | 2026-03-11T00:35:11.234Z | Downloaded backoff v0.4.0 |
| 1312 | 2026-03-11T00:35:11.234Z | Downloaded argon2 v0.5.3 |
| 1313 | 2026-03-11T00:35:11.581Z | Downloaded aws-lc-sys v0.37.1 |
| 1314 | 2026-03-11T00:35:11.893Z | Compiling libc v0.2.180 |
| 1315 | 2026-03-11T00:35:11.893Z | Compiling serde v1.0.228 |
| 1316 | 2026-03-11T00:35:11.896Z | Compiling log v0.4.29 |
| 1317 | 2026-03-11T00:35:11.896Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-03-11T00:35:11.896Z | Compiling shlex v1.3.0 |
| 1319 | 2026-03-11T00:35:11.896Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-03-11T00:35:11.897Z | Compiling typenum v1.19.0 |
| 1321 | 2026-03-11T00:35:11.897Z | Compiling subtle v2.6.1 |
| 1322 | 2026-03-11T00:35:12.073Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-03-11T00:35:12.076Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-03-11T00:35:12.076Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-03-11T00:35:12.084Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-03-11T00:35:12.109Z | Compiling critical-section v1.2.0 |
| 1327 | 2026-03-11T00:35:12.121Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-03-11T00:35:12.179Z | Compiling syn v2.0.117 |
| 1329 | 2026-03-11T00:35:12.240Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-03-11T00:35:12.316Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-03-11T00:35:12.349Z | Compiling pin-project-lite v0.2.17 |
| 1332 | 2026-03-11T00:35:12.371Z | Compiling serde_json v1.0.149 |
| 1333 | 2026-03-11T00:35:12.374Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-03-11T00:35:12.374Z | Compiling libm v0.2.16 |
| 1335 | 2026-03-11T00:35:12.435Z | Compiling num-traits v0.2.19 |
| 1336 | 2026-03-11T00:35:12.438Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-03-11T00:35:12.522Z | Compiling futures-core v0.3.32 |
| 1338 | 2026-03-11T00:35:12.549Z | Compiling percent-encoding v2.3.2 |
| 1339 | 2026-03-11T00:35:12.594Z | Compiling allocator-api2 v0.2.21 |
| 1340 | 2026-03-11T00:35:12.683Z | Compiling futures-sink v0.3.32 |
| 1341 | 2026-03-11T00:35:12.749Z | Compiling cpufeatures v0.2.17 |
| 1342 | 2026-03-11T00:35:12.793Z | Compiling foldhash v0.2.0 |
| 1343 | 2026-03-11T00:35:12.815Z | Compiling futures-channel v0.3.32 |
| 1344 | 2026-03-11T00:35:12.857Z | Compiling slab v0.4.12 |
| 1345 | 2026-03-11T00:35:12.857Z | Compiling getrandom v0.4.1 |
| 1346 | 2026-03-11T00:35:12.861Z | Compiling futures-task v0.3.32 |
| 1347 | 2026-03-11T00:35:12.984Z | Compiling futures-io v0.3.32 |
| 1348 | 2026-03-11T00:35:13.051Z | Compiling hashbrown v0.16.1 |
| 1349 | 2026-03-11T00:35:13.076Z | Compiling rustversion v1.0.22 |
| 1350 | 2026-03-11T00:35:13.076Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-03-11T00:35:13.122Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-03-11T00:35:13.152Z | Compiling form_urlencoded v1.2.2 |
| 1353 | 2026-03-11T00:35:13.173Z | Compiling fs_extra v1.3.0 |
| 1354 | 2026-03-11T00:35:13.195Z | Compiling ident_case v1.0.1 |
| 1355 | 2026-03-11T00:35:13.238Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-03-11T00:35:13.274Z | Compiling dunce v1.0.5 |
| 1357 | 2026-03-11T00:35:13.318Z | Compiling flagset v0.4.7 |
| 1358 | 2026-03-11T00:35:13.361Z | Compiling getrandom v0.2.17 |
| 1359 | 2026-03-11T00:35:13.390Z | Compiling jobserver v0.1.34 |
| 1360 | 2026-03-11T00:35:13.413Z | Compiling errno v0.3.14 |
| 1361 | 2026-03-11T00:35:13.455Z | Compiling mio v1.1.1 |
| 1362 | 2026-03-11T00:35:13.458Z | Compiling socket2 v0.6.2 |
| 1363 | 2026-03-11T00:35:13.526Z | Compiling iana-time-zone v0.1.65 |
| 1364 | 2026-03-11T00:35:13.551Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-03-11T00:35:13.603Z | Compiling once_cell v1.21.3 |
| 1366 | 2026-03-11T00:35:13.624Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-03-11T00:35:13.667Z | Compiling cc v1.2.56 |
| 1368 | 2026-03-11T00:35:13.715Z | Compiling parking_lot v0.12.5 |
| 1369 | 2026-03-11T00:35:13.797Z | Compiling indexmap v2.13.0 |
| 1370 | 2026-03-11T00:35:13.859Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-03-11T00:35:13.889Z | Compiling rustix v1.1.3 |
| 1372 | 2026-03-11T00:35:13.912Z | Compiling uuid v1.21.0 |
| 1373 | 2026-03-11T00:35:13.935Z | Compiling rustc_version v0.4.1 |
| 1374 | 2026-03-11T00:35:13.993Z | Compiling aws-lc-rs v1.16.0 |
| 1375 | 2026-03-11T00:35:14.040Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-03-11T00:35:14.062Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-03-11T00:35:14.220Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-03-11T00:35:14.276Z | Compiling rand_core v0.9.5 |
| 1379 | 2026-03-11T00:35:14.396Z | Compiling crossbeam-utils v0.8.21 |
| 1380 | 2026-03-11T00:35:14.420Z | Compiling base64 v0.22.1 |
| 1381 | 2026-03-11T00:35:14.423Z | Compiling schemars v0.8.22 |
| 1382 | 2026-03-11T00:35:14.461Z | Compiling untrusted v0.9.0 |
| 1383 | 2026-03-11T00:35:14.637Z | Compiling cmake v0.1.57 |
| 1384 | 2026-03-11T00:35:14.661Z | Compiling untrusted v0.7.1 |
| 1385 | 2026-03-11T00:35:14.662Z | Compiling syn v1.0.109 |
| 1386 | 2026-03-11T00:35:14.706Z | Compiling openssl-probe v0.2.1 |
| 1387 | 2026-03-11T00:35:14.728Z | Compiling httparse v1.10.1 |
| 1388 | 2026-03-11T00:35:14.803Z | Compiling tower-layer v0.3.3 |
| 1389 | 2026-03-11T00:35:14.848Z | Compiling rustls v0.23.37 |
| 1390 | 2026-03-11T00:35:14.871Z | Compiling tinyvec_macros v0.1.1 |
| 1391 | 2026-03-11T00:35:14.875Z | Compiling dyn-clone v1.0.20 |
| 1392 | 2026-03-11T00:35:15.019Z | Compiling try-lock v0.2.5 |
| 1393 | 2026-03-11T00:35:15.042Z | Compiling atomic-waker v1.1.2 |
| 1394 | 2026-03-11T00:35:15.045Z | Compiling tower-service v0.3.3 |
| 1395 | 2026-03-11T00:35:15.084Z | Compiling tinyvec v1.10.0 |
| 1396 | 2026-03-11T00:35:15.163Z | Compiling want v0.3.1 |
| 1397 | 2026-03-11T00:35:15.187Z | Compiling spin v0.9.8 |
| 1398 | 2026-03-11T00:35:15.190Z | Compiling aho-corasick v1.1.4 |
| 1399 | 2026-03-11T00:35:15.210Z | Compiling time-core v0.1.8 |
| 1400 | 2026-03-11T00:35:15.213Z | Compiling crc32fast v1.5.0 |
| 1401 | 2026-03-11T00:35:15.213Z | Compiling openssl v0.10.75 |
| 1402 | 2026-03-11T00:35:15.229Z | Compiling foreign-types-shared v0.1.1 |
| 1403 | 2026-03-11T00:35:15.272Z | Compiling pin-utils v0.1.0 |
| 1404 | 2026-03-11T00:35:15.409Z | Compiling httpdate v1.0.3 |
| 1405 | 2026-03-11T00:35:15.417Z | Compiling powerfmt v0.2.0 |
| 1406 | 2026-03-11T00:35:15.454Z | Compiling num-conv v0.2.0 |
| 1407 | 2026-03-11T00:35:15.484Z | Compiling foreign-types v0.3.2 |
| 1408 | 2026-03-11T00:35:15.536Z | Compiling wait-timeout v0.2.1 |
| 1409 | 2026-03-11T00:35:15.593Z | Compiling num_threads v0.1.7 |
| 1410 | 2026-03-11T00:35:15.613Z | Compiling native-tls v0.2.18 |
| 1411 | 2026-03-11T00:35:15.625Z | Compiling quick-error v1.2.3 |
| 1412 | 2026-03-11T00:35:15.661Z | Compiling time-macros v0.2.27 |
| 1413 | 2026-03-11T00:35:15.679Z | Compiling deranged v0.5.8 |
| 1414 | 2026-03-11T00:35:15.729Z | Compiling siphasher v1.0.2 |
| 1415 | 2026-03-11T00:35:15.748Z | Compiling either v1.15.0 |
| 1416 | 2026-03-11T00:35:15.759Z | Compiling bit-vec v0.8.0 |
| 1417 | 2026-03-11T00:35:15.795Z | Compiling usdt-impl v0.6.0 |
| 1418 | 2026-03-11T00:35:15.796Z | Compiling simd-adler32 v0.3.8 |
| 1419 | 2026-03-11T00:35:15.909Z | Compiling unicode-normalization v0.1.25 |
| 1420 | 2026-03-11T00:35:15.931Z | Compiling crossbeam-epoch v0.9.18 |
| 1421 | 2026-03-11T00:35:15.951Z | Compiling aws-lc-sys v0.37.1 |
| 1422 | 2026-03-11T00:35:16.011Z | Compiling ring v0.17.14 |
| 1423 | 2026-03-11T00:35:16.045Z | Compiling openssl-sys v0.9.111 |
| 1424 | 2026-03-11T00:35:16.102Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1425 | 2026-03-11T00:35:16.119Z | Compiling tempfile v3.25.0 |
| 1426 | 2026-03-11T00:35:16.176Z | Compiling bit-set v0.8.0 |
| 1427 | 2026-03-11T00:35:16.216Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1428 | 2026-03-11T00:35:16.395Z | Compiling synstructure v0.13.2 |
| 1429 | 2026-03-11T00:35:16.417Z | Compiling pest_generator v2.8.6 |
| 1430 | 2026-03-11T00:35:16.511Z | Compiling serde_derive_internals v0.29.1 |
| 1431 | 2026-03-11T00:35:16.563Z | Compiling darling_core v0.20.11 |
| 1432 | 2026-03-11T00:35:16.620Z | Compiling regex-automata v0.4.14 |
| 1433 | 2026-03-11T00:35:16.660Z | Compiling rusty-fork v0.3.1 |
| 1434 | 2026-03-11T00:35:17.164Z | Compiling darling_core v0.21.3 |
| 1435 | 2026-03-11T00:35:17.192Z | Compiling slog v2.8.2 |
| 1436 | 2026-03-11T00:35:17.234Z | Compiling time v0.3.47 |
| 1437 | 2026-03-11T00:35:17.260Z | Compiling rand_xorshift v0.4.0 |
| 1438 | 2026-03-11T00:35:17.434Z | Compiling heapless v0.7.17 |
| 1439 | 2026-03-11T00:35:17.476Z | Compiling thread-id v5.1.0 |
| 1440 | 2026-03-11T00:35:17.516Z | Compiling sync_wrapper v1.0.2 |
| 1441 | 2026-03-11T00:35:17.543Z | Compiling cookie v0.18.1 |
| 1442 | 2026-03-11T00:35:17.603Z | Compiling unicode-segmentation v1.12.0 |
| 1443 | 2026-03-11T00:35:17.654Z | Compiling anyhow v1.0.102 |
| 1444 | 2026-03-11T00:35:17.779Z | Compiling rayon-core v1.13.0 |
| 1445 | 2026-03-11T00:35:17.803Z | Compiling signal-hook v0.3.18 |
| 1446 | 2026-03-11T00:35:17.832Z | Compiling unicode-bidi v0.3.18 |
| 1447 | 2026-03-11T00:35:17.844Z | Compiling adler2 v2.0.1 |
| 1448 | 2026-03-11T00:35:17.875Z | Compiling unicode-properties v0.1.4 |
| 1449 | 2026-03-11T00:35:18.036Z | Compiling paste v1.0.15 |
| 1450 | 2026-03-11T00:35:18.056Z | Compiling unarray v0.1.4 |
| 1451 | 2026-03-11T00:35:18.079Z | Compiling zstd-safe v7.2.4 |
| 1452 | 2026-03-11T00:35:18.191Z | Compiling miniz_oxide v0.8.9 |
| 1453 | 2026-03-11T00:35:18.282Z | Compiling stringprep v0.1.5 |
| 1454 | 2026-03-11T00:35:18.371Z | Compiling crossbeam-deque v0.8.6 |
| 1455 | 2026-03-11T00:35:18.401Z | Compiling num-integer v0.1.46 |
| 1456 | 2026-03-11T00:35:18.494Z | Compiling vergen-lib v0.1.6 |
| 1457 | 2026-03-11T00:35:18.597Z | Compiling curve25519-dalek v4.1.3 |
| 1458 | 2026-03-11T00:35:18.631Z | Compiling ff v0.13.1 |
| 1459 | 2026-03-11T00:35:18.764Z | Compiling hash32 v0.2.1 |
| 1460 | 2026-03-11T00:35:18.816Z | Compiling ref-cast v1.0.25 |
| 1461 | 2026-03-11T00:35:18.852Z | Compiling smoltcp v0.9.1 |
| 1462 | 2026-03-11T00:35:18.928Z | Compiling litrs v1.0.0 |
| 1463 | 2026-03-11T00:35:18.967Z | Compiling serde_derive v1.0.228 |
| 1464 | 2026-03-11T00:35:19.023Z | Compiling zeroize_derive v1.4.3 |
| 1465 | 2026-03-11T00:35:19.069Z | Compiling zerofrom-derive v0.1.6 |
| 1466 | 2026-03-11T00:35:19.092Z | Compiling yoke-derive v0.8.1 |
| 1467 | 2026-03-11T00:35:19.113Z | Compiling zerocopy-derive v0.8.40 |
| 1468 | 2026-03-11T00:35:19.251Z | Compiling zerovec-derive v0.11.2 |
| 1469 | 2026-03-11T00:35:19.320Z | Compiling displaydoc v0.2.5 |
| 1470 | 2026-03-11T00:35:19.535Z | Compiling tokio-macros v2.6.0 |
| 1471 | 2026-03-11T00:35:19.630Z | Compiling futures-macro v0.3.32 |
| 1472 | 2026-03-11T00:35:19.915Z | Compiling zeroize v1.8.2 |
| 1473 | 2026-03-11T00:35:19.999Z | Compiling der_derive v0.7.3 |
| 1474 | 2026-03-11T00:35:20.389Z | Compiling thiserror-impl v2.0.18 |
| 1475 | 2026-03-11T00:35:20.569Z | Compiling rustls-pki-types v1.14.0 |
| 1476 | 2026-03-11T00:35:20.781Z | Compiling tracing-attributes v0.1.31 |
| 1477 | 2026-03-11T00:35:20.814Z | Compiling futures-util v0.3.32 |
| 1478 | 2026-03-11T00:35:20.836Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-03-11T00:35:20.911Z | Compiling schemars_derive v0.8.22 |
| 1480 | 2026-03-11T00:35:21.078Z | Compiling crypto-common v0.1.7 |
| 1481 | 2026-03-11T00:35:21.121Z | Compiling zerofrom v0.1.6 |
| 1482 | 2026-03-11T00:35:21.228Z | Compiling block-buffer v0.10.4 |
| 1483 | 2026-03-11T00:35:21.250Z | Compiling block-padding v0.3.3 |
| 1484 | 2026-03-11T00:35:21.304Z | Compiling yoke v0.8.1 |
| 1485 | 2026-03-11T00:35:21.307Z | Compiling pest_derive v2.8.6 |
| 1486 | 2026-03-11T00:35:21.372Z | Compiling der v0.7.10 |
| 1487 | 2026-03-11T00:35:21.456Z | Compiling digest v0.10.7 |
| 1488 | 2026-03-11T00:35:21.481Z | Compiling inout v0.1.4 |
| 1489 | 2026-03-11T00:35:21.570Z | Compiling zerovec v0.11.5 |
| 1490 | 2026-03-11T00:35:21.712Z | Compiling zerotrie v0.2.3 |
| 1491 | 2026-03-11T00:35:21.817Z | Compiling hmac v0.12.1 |
| 1492 | 2026-03-11T00:35:21.946Z | Compiling sha2 v0.10.9 |
| 1493 | 2026-03-11T00:35:22.036Z | Compiling cipher v0.4.4 |
| 1494 | 2026-03-11T00:35:22.058Z | Compiling pbkdf2 v0.12.2 |
| 1495 | 2026-03-11T00:35:22.122Z | Compiling scroll v0.13.0 |
| 1496 | 2026-03-11T00:35:22.214Z | Compiling tinystr v0.8.2 |
| 1497 | 2026-03-11T00:35:22.291Z | Compiling potential_utf v0.1.4 |
| 1498 | 2026-03-11T00:35:22.314Z | Compiling thiserror v2.0.18 |
| 1499 | 2026-03-11T00:35:22.399Z | Compiling salsa20 v0.10.2 |
| 1500 | 2026-03-11T00:35:22.468Z | Compiling icu_locale_core v2.1.1 |
| 1501 | 2026-03-11T00:35:22.490Z | Compiling icu_collections v2.1.1 |
| 1502 | 2026-03-11T00:35:22.515Z | Compiling aes v0.8.4 |
| 1503 | 2026-03-11T00:35:22.539Z | Compiling spki v0.7.3 |
| 1504 | 2026-03-11T00:35:22.602Z | Compiling scrypt v0.11.0 |
| 1505 | 2026-03-11T00:35:22.651Z | Compiling cbc v0.1.2 |
| 1506 | 2026-03-11T00:35:22.709Z | Compiling tracing v0.1.44 |
| 1507 | 2026-03-11T00:35:22.732Z | Compiling darling_macro v0.20.11 |
| 1508 | 2026-03-11T00:35:22.823Z | Compiling goblin v0.10.5 |
| 1509 | 2026-03-11T00:35:22.855Z | Compiling thiserror-impl v1.0.69 |
| 1510 | 2026-03-11T00:35:22.952Z | Compiling openssl-macros v0.1.1 |
| 1511 | 2026-03-11T00:35:23.070Z | Compiling pkcs5 v0.7.1 |
| 1512 | 2026-03-11T00:35:23.098Z | Compiling dtrace-parser v0.3.0 |
| 1513 | 2026-03-11T00:35:23.158Z | Compiling signature v2.2.0 |
| 1514 | 2026-03-11T00:35:23.396Z | Compiling icu_provider v2.1.1 |
| 1515 | 2026-03-11T00:35:23.399Z | Compiling darling v0.20.11 |
| 1516 | 2026-03-11T00:35:23.440Z | Compiling rustls-native-certs v0.8.3 |
| 1517 | 2026-03-11T00:35:23.500Z | Compiling pkcs8 v0.10.2 |
| 1518 | 2026-03-11T00:35:23.735Z | Compiling icu_properties v2.1.2 |
| 1519 | 2026-03-11T00:35:23.757Z | Compiling bytes v1.11.1 |
| 1520 | 2026-03-11T00:35:23.760Z | Compiling icu_normalizer v2.1.1 |
| 1521 | 2026-03-11T00:35:23.804Z | Compiling chrono v0.4.44 |
| 1522 | 2026-03-11T00:35:23.839Z | Compiling ipnet v2.11.0 |
| 1523 | 2026-03-11T00:35:23.869Z | Compiling derive_builder_core v0.20.2 |
| 1524 | 2026-03-11T00:35:23.937Z | Compiling scroll_derive v0.12.1 |
| 1525 | 2026-03-11T00:35:23.959Z | Compiling erased-serde v0.3.31 |
| 1526 | 2026-03-11T00:35:23.980Z | Compiling toml_datetime v0.6.11 |
| 1527 | 2026-03-11T00:35:24.164Z | Compiling serde_spanned v0.6.9 |
| 1528 | 2026-03-11T00:35:24.332Z | Compiling serde_tokenstream v0.2.3 |
| 1529 | 2026-03-11T00:35:24.363Z | Compiling md-5 v0.10.6 |
| 1530 | 2026-03-11T00:35:24.532Z | Compiling tokio v1.49.0 |
| 1531 | 2026-03-11T00:35:24.553Z | Compiling http v1.4.0 |
| 1532 | 2026-03-11T00:35:24.581Z | Compiling webpki-roots v1.0.6 |
| 1533 | 2026-03-11T00:35:24.605Z | Compiling thiserror v1.0.69 |
| 1534 | 2026-03-11T00:35:24.625Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-03-11T00:35:24.698Z | Compiling zerocopy-derive v0.7.35 |
| 1536 | 2026-03-11T00:35:24.743Z | Compiling ryu v1.0.23 |
| 1537 | 2026-03-11T00:35:24.762Z | Compiling base16ct v0.2.0 |
| 1538 | 2026-03-11T00:35:24.765Z | Compiling num-bigint-dig v0.8.6 |
| 1539 | 2026-03-11T00:35:24.859Z | Compiling scroll v0.12.0 |
| 1540 | 2026-03-11T00:35:25.031Z | Compiling idna_adapter v1.2.1 |
| 1541 | 2026-03-11T00:35:25.051Z | Compiling iri-string v0.7.10 |
| 1542 | 2026-03-11T00:35:25.119Z | Compiling derive_builder_macro v0.20.2 |
| 1543 | 2026-03-11T00:35:25.122Z | Compiling rustix v0.38.44 |
| 1544 | 2026-03-11T00:35:25.220Z | Compiling idna v1.1.0 |
| 1545 | 2026-03-11T00:35:25.273Z | Compiling zlib-rs v0.6.2 |
| 1546 | 2026-03-11T00:35:25.358Z | Compiling psl-types v2.0.11 |
| 1547 | 2026-03-11T00:35:25.358Z | Compiling fallible-iterator v0.2.0 |
| 1548 | 2026-03-11T00:35:25.522Z | Compiling http-body v1.0.1 |
| 1549 | 2026-03-11T00:35:25.643Z | Compiling url v2.5.8 |
| 1550 | 2026-03-11T00:35:25.738Z | Compiling ppv-lite86 v0.2.21 |
| 1551 | 2026-03-11T00:35:25.772Z | Compiling http-body-util v0.1.3 |
| 1552 | 2026-03-11T00:35:25.814Z | Compiling derive_builder v0.20.2 |
| 1553 | 2026-03-11T00:35:25.862Z | Compiling publicsuffix v2.3.0 |
| 1554 | 2026-03-11T00:35:25.884Z | Compiling darling v0.21.3 |
| 1555 | 2026-03-11T00:35:25.970Z | Compiling goblin v0.8.2 |
| 1556 | 2026-03-11T00:35:25.991Z | Compiling zerocopy v0.7.35 |
| 1557 | 2026-03-11T00:35:25.995Z | Compiling sec1 v0.7.3 |
| 1558 | 2026-03-11T00:35:26.056Z | Compiling serde_urlencoded v0.7.1 |
| 1559 | 2026-03-11T00:35:26.104Z | Compiling cargo-platform v0.1.9 |
| 1560 | 2026-03-11T00:35:26.128Z | Compiling hkdf v0.12.4 |
| 1561 | 2026-03-11T00:35:26.160Z | Compiling rand_chacha v0.9.0 |
| 1562 | 2026-03-11T00:35:26.213Z | Compiling rand_chacha v0.3.1 |
| 1563 | 2026-03-11T00:35:26.387Z | Compiling hubpack_derive v0.1.1 |
| 1564 | 2026-03-11T00:35:26.407Z | Compiling crypto-bigint v0.5.5 |
| 1565 | 2026-03-11T00:35:26.456Z | Compiling rand v0.9.2 |
| 1566 | 2026-03-11T00:35:26.622Z | Compiling rand v0.8.5 |
| 1567 | 2026-03-11T00:35:26.816Z | Compiling dof v0.4.0 |
| 1568 | 2026-03-11T00:35:27.010Z | Compiling regex v1.12.3 |
| 1569 | 2026-03-11T00:35:27.105Z | Compiling document-features v0.2.12 |
| 1570 | 2026-03-11T00:35:27.200Z | Compiling proptest v1.10.0 |
| 1571 | 2026-03-11T00:35:27.238Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-03-11T00:35:27.518Z | Compiling ipnetwork v0.21.1 |
| 1573 | 2026-03-11T00:35:27.651Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1574 | 2026-03-11T00:35:27.751Z | Compiling ref-cast-impl v1.0.25 |
| 1575 | 2026-03-11T00:35:27.779Z | Compiling async-trait v0.1.89 |
| 1576 | 2026-03-11T00:35:27.977Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-03-11T00:35:28.064Z | Compiling daft-derive v0.1.5 |
| 1578 | 2026-03-11T00:35:28.195Z | Compiling strum_macros v0.27.2 |
| 1579 | 2026-03-11T00:35:28.498Z | Compiling group v0.13.0 |
| 1580 | 2026-03-11T00:35:28.552Z | Compiling num-iter v0.1.45 |
| 1581 | 2026-03-11T00:35:28.716Z | Compiling proc-macro-error v1.0.4 |
| 1582 | 2026-03-11T00:35:29.006Z | Compiling heck v0.4.1 |
| 1583 | 2026-03-11T00:35:29.071Z | Compiling terminal_size v0.4.3 |
| 1584 | 2026-03-11T00:35:29.091Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-03-11T00:35:29.112Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-03-11T00:35:29.163Z | Compiling vergen v9.0.6 |
| 1587 | 2026-03-11T00:35:29.225Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-03-11T00:35:29.248Z | Compiling fs-err v3.3.0 |
| 1589 | 2026-03-11T00:35:29.271Z | Compiling ahash v0.8.12 |
| 1590 | 2026-03-11T00:35:29.295Z | Compiling winnow v0.5.40 |
| 1591 | 2026-03-11T00:35:29.321Z | Compiling foldhash v0.1.5 |
| 1592 | 2026-03-11T00:35:29.321Z | Compiling bumpalo v3.20.2 |
| 1593 | 2026-03-11T00:35:29.435Z | Compiling object v0.37.3 |
| 1594 | 2026-03-11T00:35:29.457Z | Compiling libbz2-rs-sys v0.2.2 |
| 1595 | 2026-03-11T00:35:29.477Z | Compiling bitflags v1.3.2 |
| 1596 | 2026-03-11T00:35:29.540Z | Compiling managed v0.8.0 |
| 1597 | 2026-03-11T00:35:29.587Z | Compiling hashbrown v0.15.5 |
| 1598 | 2026-03-11T00:35:29.633Z | Compiling zopfli v0.8.3 |
| 1599 | 2026-03-11T00:35:29.659Z | Compiling console v0.16.2 |
| 1600 | 2026-03-11T00:35:29.682Z | Compiling tokio-util v0.7.18 |
| 1601 | 2026-03-11T00:35:29.710Z | Compiling tower v0.5.3 |
| 1602 | 2026-03-11T00:35:29.733Z | Compiling tokio-native-tls v0.3.1 |
| 1603 | 2026-03-11T00:35:29.880Z | Compiling phf v0.13.1 |
| 1604 | 2026-03-11T00:35:29.948Z | Compiling clap_builder v4.5.60 |
| 1605 | 2026-03-11T00:35:30.000Z | Compiling zone_cfg_derive v0.3.1 |
| 1606 | 2026-03-11T00:35:30.121Z | Compiling bzip2 v0.6.1 |
| 1607 | 2026-03-11T00:35:30.401Z | Compiling tower-http v0.6.8 |
| 1608 | 2026-03-11T00:35:30.424Z | Compiling usdt-attr-macro v0.6.0 |
| 1609 | 2026-03-11T00:35:30.468Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-03-11T00:35:30.471Z | Compiling dof v0.3.0 |
| 1611 | 2026-03-11T00:35:30.563Z | Compiling newtype-uuid v1.3.2 |
| 1612 | 2026-03-11T00:35:30.916Z | Compiling h2 v0.4.13 |
| 1613 | 2026-03-11T00:35:30.997Z | Compiling daft v0.1.5 |
| 1614 | 2026-03-11T00:35:31.030Z | Compiling rayon v1.11.0 |
| 1615 | 2026-03-11T00:35:31.056Z | Compiling strum v0.27.2 |
| 1616 | 2026-03-11T00:35:31.056Z | Compiling signal-hook-mio v0.2.5 |
| 1617 | 2026-03-11T00:35:31.208Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-03-11T00:35:31.234Z | Compiling cargo_metadata v0.19.2 |
| 1619 | 2026-03-11T00:35:31.257Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-03-11T00:35:31.536Z | Compiling cookie_store v0.22.1 |
| 1621 | 2026-03-11T00:35:31.540Z | Compiling postgres-types v0.2.12 |
| 1622 | 2026-03-11T00:35:31.579Z | Compiling bzip2 v0.4.4 |
| 1623 | 2026-03-11T00:35:31.604Z | Compiling hubpack v0.1.2 |
| 1624 | 2026-03-11T00:35:31.625Z | Compiling serde_with_macros v3.17.0 |
| 1625 | 2026-03-11T00:35:31.866Z | Compiling zstd v0.13.3 |
| 1626 | 2026-03-11T00:35:31.906Z | Compiling dtrace-parser v0.2.0 |
| 1627 | 2026-03-11T00:35:32.227Z | Compiling hex v0.4.3 |
| 1628 | 2026-03-11T00:35:32.318Z | Compiling serde-big-array v0.5.1 |
| 1629 | 2026-03-11T00:35:32.456Z | Compiling pkcs1 v0.7.5 |
| 1630 | 2026-03-11T00:35:32.514Z | Compiling ed25519 v2.2.3 |
| 1631 | 2026-03-11T00:35:32.608Z | Compiling rfc6979 v0.4.0 |
| 1632 | 2026-03-11T00:35:32.657Z | Compiling bstr v1.12.1 |
| 1633 | 2026-03-11T00:35:32.773Z | Compiling strum_macros v0.26.4 |
| 1634 | 2026-03-11T00:35:32.989Z | Compiling serde_repr v0.1.20 |
| 1635 | 2026-03-11T00:35:33.014Z | Compiling enum-as-inner v0.6.1 |
| 1636 | 2026-03-11T00:35:33.148Z | Compiling clap_derive v4.5.55 |
| 1637 | 2026-03-11T00:35:33.187Z | Compiling itertools v0.12.1 |
| 1638 | 2026-03-11T00:35:33.413Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-03-11T00:35:33.451Z | Compiling float-cmp v0.10.0 |
| 1640 | 2026-03-11T00:35:33.556Z | Compiling memmap2 v0.9.10 |
| 1641 | 2026-03-11T00:35:33.655Z | Compiling thread-id v4.2.2 |
| 1642 | 2026-03-11T00:35:33.683Z | Compiling env_filter v1.0.0 |
| 1643 | 2026-03-11T00:35:33.720Z | Compiling encoding_rs v0.8.35 |
| 1644 | 2026-03-11T00:35:33.742Z | Compiling normalize-line-endings v0.3.0 |
| 1645 | 2026-03-11T00:35:33.746Z | Compiling keccak v0.1.6 |
| 1646 | 2026-03-11T00:35:33.784Z | Compiling jiff v0.2.21 |
| 1647 | 2026-03-11T00:35:33.857Z | Compiling new_debug_unreachable v1.0.6 |
| 1648 | 2026-03-11T00:35:33.877Z | Compiling difflib v0.4.0 |
| 1649 | 2026-03-11T00:35:33.963Z | Compiling predicates-core v1.0.10 |
| 1650 | 2026-03-11T00:35:34.112Z | Compiling rustc-hash v2.1.1 |
| 1651 | 2026-03-11T00:35:34.210Z | Compiling data-encoding v2.10.0 |
| 1652 | 2026-03-11T00:35:34.281Z | Compiling fixedbitset v0.5.7 |
| 1653 | 2026-03-11T00:35:34.345Z | Compiling whoami v2.1.0 |
| 1654 | 2026-03-11T00:35:34.659Z | Compiling mime v0.3.17 |
| 1655 | 2026-03-11T00:35:34.705Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-03-11T00:35:34.836Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-03-11T00:35:34.868Z | Compiling hyper v1.8.1 |
| 1658 | 2026-03-11T00:35:34.914Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-03-11T00:35:34.975Z | Compiling unit-prefix v0.5.2 |
| 1660 | 2026-03-11T00:35:34.996Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1661 | 2026-03-11T00:35:35.037Z | Compiling string_cache v0.8.9 |
| 1662 | 2026-03-11T00:35:35.040Z | Compiling petgraph v0.6.5 |
| 1663 | 2026-03-11T00:35:35.079Z | Compiling zone v0.3.1 |
| 1664 | 2026-03-11T00:35:35.179Z | Compiling indicatif v0.18.4 |
| 1665 | 2026-03-11T00:35:35.235Z | Compiling tokio-postgres v0.7.16 |
| 1666 | 2026-03-11T00:35:35.270Z | Compiling strum v0.26.3 |
| 1667 | 2026-03-11T00:35:35.355Z | Compiling hickory-proto v0.25.2 |
| 1668 | 2026-03-11T00:35:35.445Z | Compiling petgraph v0.8.3 |
| 1669 | 2026-03-11T00:35:35.632Z | Compiling toml_edit v0.22.27 |
| 1670 | 2026-03-11T00:35:35.684Z | Compiling clap v4.5.60 |
| 1671 | 2026-03-11T00:35:35.797Z | Compiling iddqd v0.3.17 |
| 1672 | 2026-03-11T00:35:35.837Z | Compiling predicates v3.1.4 |
| 1673 | 2026-03-11T00:35:36.065Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-03-11T00:35:36.389Z | Compiling hyper-util v0.1.20 |
| 1675 | 2026-03-11T00:35:36.392Z | Compiling env_logger v0.11.9 |
| 1676 | 2026-03-11T00:35:36.705Z | Compiling usdt v0.6.0 |
| 1677 | 2026-03-11T00:35:36.753Z | Compiling usdt-impl v0.5.0 |
| 1678 | 2026-03-11T00:35:36.877Z | Compiling similar v2.7.0 |
| 1679 | 2026-03-11T00:35:37.046Z | Compiling serde_with v3.17.0 |
| 1680 | 2026-03-11T00:35:37.108Z | Compiling toml v0.7.8 |
| 1681 | 2026-03-11T00:35:37.146Z | Compiling crossterm v0.28.1 |
| 1682 | 2026-03-11T00:35:37.360Z | Compiling rsa v0.9.10 |
| 1683 | 2026-03-11T00:35:37.562Z | Compiling zip v4.6.1 |
| 1684 | 2026-03-11T00:35:37.797Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-03-11T00:35:37.959Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-03-11T00:35:38.144Z | Compiling zip v0.6.6 |
| 1687 | 2026-03-11T00:35:38.228Z | Compiling hyper-tls v0.6.0 |
| 1688 | 2026-03-11T00:35:38.507Z | Compiling tokio-stream v0.1.18 |
| 1689 | 2026-03-11T00:35:38.707Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-03-11T00:35:38.842Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1691 | 2026-03-11T00:35:38.876Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1692 | 2026-03-11T00:35:38.939Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-03-11T00:35:38.960Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-03-11T00:35:39.081Z | Compiling sha1 v0.10.6 |
| 1695 | 2026-03-11T00:35:39.102Z | Compiling itertools v0.13.0 |
| 1696 | 2026-03-11T00:35:39.141Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1697 | 2026-03-11T00:35:39.227Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-03-11T00:35:39.324Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-03-11T00:35:39.388Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-03-11T00:35:39.471Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-03-11T00:35:39.544Z | Compiling futures-executor v0.3.32 |
| 1702 | 2026-03-11T00:35:39.547Z | Compiling crossbeam-channel v0.5.15 |
| 1703 | 2026-03-11T00:35:39.584Z | Compiling is-terminal v0.4.17 |
| 1704 | 2026-03-11T00:35:39.616Z | Compiling filetime v0.2.27 |
| 1705 | 2026-03-11T00:35:39.711Z | Compiling take_mut v0.2.2 |
| 1706 | 2026-03-11T00:35:39.731Z | Compiling term v1.2.1 |
| 1707 | 2026-03-11T00:35:39.734Z | Compiling xattr v1.6.1 |
| 1708 | 2026-03-11T00:35:39.818Z | Compiling futures v0.3.32 |
| 1709 | 2026-03-11T00:35:39.921Z | Compiling tar v0.4.44 |
| 1710 | 2026-03-11T00:35:40.201Z | Compiling slog-term v2.9.2 |
| 1711 | 2026-03-11T00:36:00.881Z | Compiling rustls-webpki v0.103.9 |
| 1712 | 2026-03-11T00:36:04.880Z | Compiling tokio-rustls v0.26.4 |
| 1713 | 2026-03-11T00:36:04.883Z | Compiling rustls-platform-verifier v0.6.2 |
| 1714 | 2026-03-11T00:36:05.137Z | Compiling hyper-rustls v0.27.7 |
| 1715 | 2026-03-11T00:36:05.388Z | Compiling reqwest v0.12.28 |
| 1716 | 2026-03-11T00:36:05.388Z | Compiling reqwest v0.13.2 |
| 1717 | 2026-03-11T00:36:08.167Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1718 | 2026-03-11T00:36:08.480Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1719 | 2026-03-11T00:36:12.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1720 | 2026-03-11T00:36:12.454Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1721 | 2026-03-11T00:36:12.515Z | Mar 11 00:36:11.425 INFO Starting download, target: DendriteStub |
| 1722 | 2026-03-11T00:36:12.515Z | Mar 11 00:36:11.425 INFO Starting download, target: Clickhouse |
| 1723 | 2026-03-11T00:36:12.515Z | Mar 11 00:36:11.425 INFO Starting download, target: MaghemiteMgd |
| 1724 | 2026-03-11T00:36:12.515Z | Mar 11 00:36:11.425 INFO Starting download, target: Cockroach |
| 1725 | 2026-03-11T00:36:12.515Z | Mar 11 00:36:11.425 INFO Starting download, target: Console |
| 1726 | 2026-03-11T00:36:12.515Z | Mar 11 00:36:11.426 INFO Starting download, target: TransceiverControl |
| 1727 | 2026-03-11T00:36:12.518Z | Mar 11 00:36:11.426 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1728 | 2026-03-11T00:36:12.518Z | Mar 11 00:36:11.426 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1729 | 2026-03-11T00:36:12.518Z | Mar 11 00:36:11.426 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1730 | 2026-03-11T00:36:12.518Z | Mar 11 00:36:11.426 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1731 | 2026-03-11T00:36:12.518Z | Mar 11 00:36:11.426 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-03-11T00:36:12.518Z | Mar 11 00:36:11.426 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1733 | 2026-03-11T00:36:13.282Z | Mar 11 00:36:12.181 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1734 | 2026-03-11T00:36:13.521Z | Mar 11 00:36:12.427 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-03-11T00:36:13.631Z | Mar 11 00:36:12.520 INFO Download complete, target: TransceiverControl |
| 1736 | 2026-03-11T00:36:13.893Z | Mar 11 00:36:12.803 INFO Download complete, target: Console |
| 1737 | 2026-03-11T00:36:13.981Z | Mar 11 00:36:12.890 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1738 | 2026-03-11T00:36:14.145Z | Mar 11 00:36:13.055 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1739 | 2026-03-11T00:36:14.769Z | Mar 11 00:36:13.679 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1740 | 2026-03-11T00:36:14.769Z | Mar 11 00:36:13.679 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1741 | 2026-03-11T00:36:14.986Z | Mar 11 00:36:13.895 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-03-11T00:36:17.770Z | Mar 11 00:36:16.679 INFO Download complete, target: DendriteStub |
| 1743 | 2026-03-11T00:36:17.827Z | Mar 11 00:36:16.737 INFO Download complete, target: MaghemiteMgd |
| 1744 | 2026-03-11T00:36:22.518Z | Mar 11 00:36:21.427 INFO Checking that binary works, target: Cockroach |
| 1745 | 2026-03-11T00:36:22.641Z | Mar 11 00:36:21.549 INFO Download complete, target: Cockroach |
| 1746 | 2026-03-11T00:36:26.095Z | Mar 11 00:36:25.003 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-03-11T00:36:26.198Z | Mar 11 00:36:25.106 INFO Download complete, target: Clickhouse |
| 1748 | 2026-03-11T00:36:26.203Z | All prerequisites installed successfully |
| 1749 | 2026-03-11T00:36:26.206Z | |
| 1750 | 2026-03-11T00:36:26.206Z | real 3:38.808267440 |
| 1751 | 2026-03-11T00:36:26.207Z | user 10:22.389886903 |
| 1752 | 2026-03-11T00:36:26.207Z | sys 2:05.961009518 |
| 1753 | 2026-03-11T00:36:26.207Z | trap 0.332156178 |
| 1754 | 2026-03-11T00:36:26.207Z | tflt 1.068049753 |
| 1755 | 2026-03-11T00:36:26.207Z | dflt 1.701846124 |
| 1756 | 2026-03-11T00:36:26.207Z | kflt 0.019180050 |
| 1757 | 2026-03-11T00:36:26.207Z | lock 23:29.232632597 |
| 1758 | 2026-03-11T00:36:26.207Z | slp 33:46.383397974 |
| 1759 | 2026-03-11T00:36:26.207Z | lat 29.586884375 |
| 1760 | 2026-03-11T00:36:26.207Z | stop 4:21.773859752 |
| 1761 | 2026-03-11T00:36:26.207Z | + ptime -m cargo xtask download softnpu |
| 1762 | 2026-03-11T00:36:26.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1763 | 2026-03-11T00:36:26.956Z | Running `target/debug/xtask download softnpu` |
| 1764 | 2026-03-11T00:36:27.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1765 | 2026-03-11T00:36:28.001Z | Running `target/debug/xtask-downloader softnpu` |
| 1766 | 2026-03-11T00:36:28.047Z | Mar 11 00:36:26.955 INFO Starting download, target: Softnpu |
| 1767 | 2026-03-11T00:36:28.051Z | Mar 11 00:36:26.955 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1768 | 2026-03-11T00:36:28.889Z | Mar 11 00:36:27.796 INFO Download complete, target: Softnpu |
| 1769 | 2026-03-11T00:36:28.892Z | |
| 1770 | 2026-03-11T00:36:28.895Z | real 2.681304784 |
| 1771 | 2026-03-11T00:36:28.895Z | user 1.634143914 |
| 1772 | 2026-03-11T00:36:28.895Z | sys 0.712790736 |
| 1773 | 2026-03-11T00:36:28.896Z | trap 0.000614212 |
| 1774 | 2026-03-11T00:36:28.896Z | tflt 0.000072933 |
| 1775 | 2026-03-11T00:36:28.896Z | dflt 0.000436060 |
| 1776 | 2026-03-11T00:36:28.896Z | kflt 0.000000000 |
| 1777 | 2026-03-11T00:36:28.896Z | lock 16.164520592 |
| 1778 | 2026-03-11T00:36:28.896Z | slp 0.635934864 |
| 1779 | 2026-03-11T00:36:28.896Z | lat 0.031145403 |
| 1780 | 2026-03-11T00:36:28.896Z | stop 0.000181002 |
| 1781 | 2026-03-11T00:36:28.896Z | + export CARGO_INCREMENTAL=0 |
| 1782 | 2026-03-11T00:36:28.896Z | + CARGO_INCREMENTAL=0 |
| 1783 | 2026-03-11T00:36:28.896Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1784 | 2026-03-11T00:36:30.063Z | Compiling proc-macro2 v1.0.106 |
| 1785 | 2026-03-11T00:36:30.063Z | Compiling quote v1.0.44 |
| 1786 | 2026-03-11T00:36:30.068Z | Compiling unicode-ident v1.0.24 |
| 1787 | 2026-03-11T00:36:30.068Z | Compiling libc v0.2.180 |
| 1788 | 2026-03-11T00:36:30.069Z | Compiling serde_core v1.0.228 |
| 1789 | 2026-03-11T00:36:30.069Z | Compiling serde v1.0.228 |
| 1790 | 2026-03-11T00:36:30.069Z | Compiling cfg-if v1.0.4 |
| 1791 | 2026-03-11T00:36:30.069Z | Compiling version_check v0.9.5 |
| 1792 | 2026-03-11T00:36:30.069Z | Compiling shlex v1.3.0 |
| 1793 | 2026-03-11T00:36:30.069Z | Compiling find-msvc-tools v0.1.9 |
| 1794 | 2026-03-11T00:36:30.069Z | Compiling typenum v1.19.0 |
| 1795 | 2026-03-11T00:36:30.069Z | Compiling portable-atomic v1.13.1 |
| 1796 | 2026-03-11T00:36:30.069Z | Compiling memchr v2.8.0 |
| 1797 | 2026-03-11T00:36:30.069Z | Compiling zmij v1.0.21 |
| 1798 | 2026-03-11T00:36:30.069Z | Compiling serde_json v1.0.149 |
| 1799 | 2026-03-11T00:36:30.365Z | Compiling autocfg v1.5.0 |
| 1800 | 2026-03-11T00:36:30.533Z | Compiling zerocopy v0.8.40 |
| 1801 | 2026-03-11T00:36:30.554Z | Compiling parking_lot_core v0.9.12 |
| 1802 | 2026-03-11T00:36:30.684Z | Compiling libm v0.2.16 |
| 1803 | 2026-03-11T00:36:30.704Z | Compiling smallvec v1.15.1 |
| 1804 | 2026-03-11T00:36:30.859Z | Compiling generic-array v0.14.7 |
| 1805 | 2026-03-11T00:36:30.898Z | Compiling icu_normalizer_data v2.1.1 |
| 1806 | 2026-03-11T00:36:30.901Z | Compiling icu_properties_data v2.1.2 |
| 1807 | 2026-03-11T00:36:30.934Z | Compiling itoa v1.0.17 |
| 1808 | 2026-03-11T00:36:30.953Z | Compiling num-traits v0.2.19 |
| 1809 | 2026-03-11T00:36:31.006Z | Compiling log v0.4.29 |
| 1810 | 2026-03-11T00:36:31.064Z | Compiling getrandom v0.4.1 |
| 1811 | 2026-03-11T00:36:31.093Z | Compiling pkg-config v0.3.32 |
| 1812 | 2026-03-11T00:36:31.180Z | Compiling stable_deref_trait v1.2.1 |
| 1813 | 2026-03-11T00:36:31.241Z | Compiling subtle v2.6.1 |
| 1814 | 2026-03-11T00:36:31.262Z | Compiling scopeguard v1.2.0 |
| 1815 | 2026-03-11T00:36:31.382Z | Compiling thiserror v2.0.18 |
| 1816 | 2026-03-11T00:36:31.419Z | Compiling lock_api v0.4.14 |
| 1817 | 2026-03-11T00:36:31.423Z | Compiling fnv v1.0.7 |
| 1818 | 2026-03-11T00:36:31.535Z | Compiling jobserver v0.1.34 |
| 1819 | 2026-03-11T00:36:31.567Z | Compiling getrandom v0.2.17 |
| 1820 | 2026-03-11T00:36:31.589Z | Compiling errno v0.3.14 |
| 1821 | 2026-03-11T00:36:31.718Z | Compiling getrandom v0.3.4 |
| 1822 | 2026-03-11T00:36:31.738Z | Compiling pin-project-lite v0.2.17 |
| 1823 | 2026-03-11T00:36:31.757Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-03-11T00:36:31.819Z | Compiling cc v1.2.56 |
| 1825 | 2026-03-11T00:36:31.986Z | Compiling critical-section v1.2.0 |
| 1826 | 2026-03-11T00:36:32.087Z | Compiling rustversion v1.0.22 |
| 1827 | 2026-03-11T00:36:32.109Z | Compiling syn v2.0.117 |
| 1828 | 2026-03-11T00:36:32.128Z | Compiling allocator-api2 v0.2.21 |
| 1829 | 2026-03-11T00:36:32.132Z | Compiling equivalent v1.0.2 |
| 1830 | 2026-03-11T00:36:32.186Z | Compiling fs_extra v1.3.0 |
| 1831 | 2026-03-11T00:36:32.225Z | Compiling percent-encoding v2.3.2 |
| 1832 | 2026-03-11T00:36:32.267Z | Compiling dunce v1.0.5 |
| 1833 | 2026-03-11T00:36:32.353Z | Compiling foldhash v0.2.0 |
| 1834 | 2026-03-11T00:36:32.393Z | Compiling writeable v0.6.2 |
| 1835 | 2026-03-11T00:36:32.445Z | Compiling litemap v0.8.1 |
| 1836 | 2026-03-11T00:36:32.529Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-03-11T00:36:32.596Z | Compiling hashbrown v0.16.1 |
| 1838 | 2026-03-11T00:36:32.718Z | Compiling const-oid v0.9.6 |
| 1839 | 2026-03-11T00:36:32.775Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-03-11T00:36:32.815Z | Compiling cmake v0.1.57 |
| 1841 | 2026-03-11T00:36:32.856Z | Compiling rustix v1.1.3 |
| 1842 | 2026-03-11T00:36:32.878Z | Compiling socket2 v0.6.2 |
| 1843 | 2026-03-11T00:36:32.881Z | Compiling mio v1.1.1 |
| 1844 | 2026-03-11T00:36:32.934Z | Compiling schemars v0.8.22 |
| 1845 | 2026-03-11T00:36:32.964Z | Compiling rand_core v0.10.0 |
| 1846 | 2026-03-11T00:36:33.232Z | Compiling semver v1.0.27 |
| 1847 | 2026-03-11T00:36:33.292Z | Compiling parking_lot v0.12.5 |
| 1848 | 2026-03-11T00:36:33.357Z | Compiling indexmap v2.13.0 |
| 1849 | 2026-03-11T00:36:33.405Z | Compiling bitflags v2.11.0 |
| 1850 | 2026-03-11T00:36:33.425Z | Compiling utf8_iter v1.0.4 |
| 1851 | 2026-03-11T00:36:33.641Z | Compiling aws-lc-rs v1.16.0 |
| 1852 | 2026-03-11T00:36:33.660Z | Compiling form_urlencoded v1.2.2 |
| 1853 | 2026-03-11T00:36:33.680Z | Compiling ring v0.17.14 |
| 1854 | 2026-03-11T00:36:33.699Z | Compiling aws-lc-sys v0.37.1 |
| 1855 | 2026-03-11T00:36:33.857Z | Compiling strsim v0.11.1 |
| 1856 | 2026-03-11T00:36:33.875Z | Compiling futures-core v0.3.32 |
| 1857 | 2026-03-11T00:36:34.082Z | Compiling httparse v1.10.1 |
| 1858 | 2026-03-11T00:36:34.171Z | Compiling byteorder v1.5.0 |
| 1859 | 2026-03-11T00:36:34.197Z | Compiling ucd-trie v0.1.7 |
| 1860 | 2026-03-11T00:36:34.266Z | Compiling thiserror v1.0.69 |
| 1861 | 2026-03-11T00:36:34.421Z | Compiling pest v2.8.6 |
| 1862 | 2026-03-11T00:36:34.453Z | Compiling vcpkg v0.2.15 |
| 1863 | 2026-03-11T00:36:34.487Z | Compiling ident_case v1.0.1 |
| 1864 | 2026-03-11T00:36:34.490Z | Compiling heck v0.5.0 |
| 1865 | 2026-03-11T00:36:34.656Z | Compiling crossbeam-utils v0.8.21 |
| 1866 | 2026-03-11T00:36:34.790Z | Compiling regex-syntax v0.8.10 |
| 1867 | 2026-03-11T00:36:34.830Z | Compiling syn v1.0.109 |
| 1868 | 2026-03-11T00:36:34.943Z | Compiling rustls v0.23.37 |
| 1869 | 2026-03-11T00:36:34.964Z | Compiling futures-sink v0.3.32 |
| 1870 | 2026-03-11T00:36:35.028Z | Compiling rustc_version v0.4.1 |
| 1871 | 2026-03-11T00:36:35.091Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-03-11T00:36:35.112Z | Compiling futures-io v0.3.32 |
| 1873 | 2026-03-11T00:36:35.115Z | Compiling slab v0.4.12 |
| 1874 | 2026-03-11T00:36:35.115Z | Compiling cpufeatures v0.2.17 |
| 1875 | 2026-03-11T00:36:35.172Z | Compiling futures-task v0.3.32 |
| 1876 | 2026-03-11T00:36:35.257Z | Compiling openssl-sys v0.9.111 |
| 1877 | 2026-03-11T00:36:35.298Z | Compiling iana-time-zone v0.1.65 |
| 1878 | 2026-03-11T00:36:35.380Z | Compiling plain v0.2.3 |
| 1879 | 2026-03-11T00:36:35.401Z | Compiling uuid v1.21.0 |
| 1880 | 2026-03-11T00:36:35.425Z | Compiling aho-corasick v1.1.4 |
| 1881 | 2026-03-11T00:36:35.463Z | Compiling num-conv v0.2.0 |
| 1882 | 2026-03-11T00:36:35.554Z | Compiling time-core v0.1.8 |
| 1883 | 2026-03-11T00:36:35.781Z | Compiling pretty-hex v0.4.1 |
| 1884 | 2026-03-11T00:36:35.784Z | Compiling time-macros v0.2.27 |
| 1885 | 2026-03-11T00:36:35.956Z | Compiling pest_meta v2.8.6 |
| 1886 | 2026-03-11T00:36:35.978Z | Compiling openssl v0.10.75 |
| 1887 | 2026-03-11T00:36:36.165Z | Compiling synstructure v0.13.2 |
| 1888 | 2026-03-11T00:36:36.204Z | Compiling serde_derive_internals v0.29.1 |
| 1889 | 2026-03-11T00:36:36.493Z | Compiling crc32fast v1.5.0 |
| 1890 | 2026-03-11T00:36:36.512Z | Compiling base64ct v1.8.3 |
| 1891 | 2026-03-11T00:36:36.534Z | Compiling either v1.15.0 |
| 1892 | 2026-03-11T00:36:36.590Z | Compiling anyhow v1.0.102 |
| 1893 | 2026-03-11T00:36:36.788Z | Compiling pest_generator v2.8.6 |
| 1894 | 2026-03-11T00:36:36.827Z | Compiling regex-automata v0.4.14 |
| 1895 | 2026-03-11T00:36:36.856Z | Compiling pem-rfc7468 v0.7.0 |
| 1896 | 2026-03-11T00:36:36.877Z | Compiling darling_core v0.21.3 |
| 1897 | 2026-03-11T00:36:36.911Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1898 | 2026-03-11T00:36:36.975Z | Compiling native-tls v0.2.18 |
| 1899 | 2026-03-11T00:36:37.001Z | Compiling flagset v0.4.7 |
| 1900 | 2026-03-11T00:36:37.191Z | Compiling rand_core v0.9.5 |
| 1901 | 2026-03-11T00:36:37.247Z | Compiling slog v2.8.2 |
| 1902 | 2026-03-11T00:36:37.312Z | Compiling tracing-core v0.1.36 |
| 1903 | 2026-03-11T00:36:37.366Z | Compiling dyn-clone v1.0.20 |
| 1904 | 2026-03-11T00:36:37.431Z | Compiling untrusted v0.9.0 |
| 1905 | 2026-03-11T00:36:37.453Z | Compiling rayon-core v1.13.0 |
| 1906 | 2026-03-11T00:36:37.658Z | Compiling cookie v0.18.1 |
| 1907 | 2026-03-11T00:36:37.725Z | Compiling camino v1.2.2 |
| 1908 | 2026-03-11T00:36:37.749Z | Compiling base64 v0.22.1 |
| 1909 | 2026-03-11T00:36:38.002Z | Compiling usdt-impl v0.5.0 |
| 1910 | 2026-03-11T00:36:38.063Z | Compiling ref-cast v1.0.25 |
| 1911 | 2026-03-11T00:36:38.083Z | Compiling serde_derive v1.0.228 |
| 1912 | 2026-03-11T00:36:38.121Z | Compiling zeroize_derive v1.4.3 |
| 1913 | 2026-03-11T00:36:38.140Z | Compiling zerofrom-derive v0.1.6 |
| 1914 | 2026-03-11T00:36:38.313Z | Compiling yoke-derive v0.8.1 |
| 1915 | 2026-03-11T00:36:38.393Z | Compiling zerovec-derive v0.11.2 |
| 1916 | 2026-03-11T00:36:38.449Z | Compiling displaydoc v0.2.5 |
| 1917 | 2026-03-11T00:36:38.602Z | Compiling zerocopy-derive v0.8.40 |
| 1918 | 2026-03-11T00:36:38.657Z | Compiling tokio-macros v2.6.0 |
| 1919 | 2026-03-11T00:36:38.915Z | Compiling zeroize v1.8.2 |
| 1920 | 2026-03-11T00:36:39.354Z | Compiling futures-macro v0.3.32 |
| 1921 | 2026-03-11T00:36:39.486Z | Compiling thiserror-impl v2.0.18 |
| 1922 | 2026-03-11T00:36:39.630Z | Compiling tracing-attributes v0.1.31 |
| 1923 | 2026-03-11T00:36:39.706Z | Compiling zerofrom v0.1.6 |
| 1924 | 2026-03-11T00:36:39.878Z | Compiling yoke v0.8.1 |
| 1925 | 2026-03-11T00:36:39.946Z | Compiling der_derive v0.7.3 |
| 1926 | 2026-03-11T00:36:40.137Z | Compiling zerovec v0.11.5 |
| 1927 | 2026-03-11T00:36:40.165Z | Compiling crypto-common v0.1.7 |
| 1928 | 2026-03-11T00:36:40.184Z | Compiling zerotrie v0.2.3 |
| 1929 | 2026-03-11T00:36:40.297Z | Compiling block-buffer v0.10.4 |
| 1930 | 2026-03-11T00:36:40.372Z | Compiling schemars_derive v0.8.22 |
| 1931 | 2026-03-11T00:36:40.560Z | Compiling digest v0.10.7 |
| 1932 | 2026-03-11T00:36:40.839Z | Compiling tinystr v0.8.2 |
| 1933 | 2026-03-11T00:36:40.923Z | Compiling potential_utf v0.1.4 |
| 1934 | 2026-03-11T00:36:41.064Z | Compiling thiserror-impl v1.0.69 |
| 1935 | 2026-03-11T00:36:41.084Z | Compiling icu_locale_core v2.1.1 |
| 1936 | 2026-03-11T00:36:41.139Z | Compiling icu_collections v2.1.1 |
| 1937 | 2026-03-11T00:36:41.381Z | Compiling pest_derive v2.8.6 |
| 1938 | 2026-03-11T00:36:41.773Z | Compiling hmac v0.12.1 |
| 1939 | 2026-03-11T00:36:41.804Z | Compiling futures-util v0.3.32 |
| 1940 | 2026-03-11T00:36:41.970Z | Compiling block-padding v0.3.3 |
| 1941 | 2026-03-11T00:36:41.974Z | Compiling sha2 v0.10.9 |
| 1942 | 2026-03-11T00:36:42.118Z | Compiling icu_provider v2.1.1 |
| 1943 | 2026-03-11T00:36:42.137Z | Compiling inout v0.1.4 |
| 1944 | 2026-03-11T00:36:42.163Z | Compiling rustls-pki-types v1.14.0 |
| 1945 | 2026-03-11T00:36:42.341Z | Compiling bytes v1.11.1 |
| 1946 | 2026-03-11T00:36:42.469Z | Compiling icu_properties v2.1.2 |
| 1947 | 2026-03-11T00:36:42.473Z | Compiling icu_normalizer v2.1.1 |
| 1948 | 2026-03-11T00:36:42.618Z | Compiling chrono v0.4.44 |
| 1949 | 2026-03-11T00:36:42.655Z | Compiling cipher v0.4.4 |
| 1950 | 2026-03-11T00:36:43.179Z | Compiling tokio v1.49.0 |
| 1951 | 2026-03-11T00:36:43.533Z | Compiling serde_tokenstream v0.2.3 |
| 1952 | 2026-03-11T00:36:43.651Z | Compiling scroll_derive v0.13.1 |
| 1953 | 2026-03-11T00:36:43.910Z | Compiling idna_adapter v1.2.1 |
| 1954 | 2026-03-11T00:36:44.027Z | Compiling scroll_derive v0.12.1 |
| 1955 | 2026-03-11T00:36:44.095Z | Compiling idna v1.1.0 |
| 1956 | 2026-03-11T00:36:44.369Z | Compiling openssl-macros v0.1.1 |
| 1957 | 2026-03-11T00:36:44.433Z | Compiling http v1.4.0 |
| 1958 | 2026-03-11T00:36:44.590Z | Compiling url v2.5.8 |
| 1959 | 2026-03-11T00:36:44.899Z | Compiling ppv-lite86 v0.2.21 |
| 1960 | 2026-03-11T00:36:44.919Z | Compiling der v0.7.10 |
| 1961 | 2026-03-11T00:36:45.134Z | Compiling darling_macro v0.21.3 |
| 1962 | 2026-03-11T00:36:45.155Z | Compiling regex v1.12.3 |
| 1963 | 2026-03-11T00:36:45.340Z | Compiling zerocopy-derive v0.7.35 |
| 1964 | 2026-03-11T00:36:45.752Z | Compiling salsa20 v0.10.2 |
| 1965 | 2026-03-11T00:36:45.770Z | Compiling darling v0.21.3 |
| 1966 | 2026-03-11T00:36:45.887Z | Compiling pbkdf2 v0.12.2 |
| 1967 | 2026-03-11T00:36:45.914Z | Compiling tracing v0.1.44 |
| 1968 | 2026-03-11T00:36:46.043Z | Compiling scrypt v0.11.0 |
| 1969 | 2026-03-11T00:36:46.152Z | Compiling spki v0.7.3 |
| 1970 | 2026-03-11T00:36:46.409Z | Compiling rand_chacha v0.9.0 |
| 1971 | 2026-03-11T00:36:46.452Z | Compiling aes v0.8.4 |
| 1972 | 2026-03-11T00:36:46.471Z | Compiling cbc v0.1.2 |
| 1973 | 2026-03-11T00:36:46.752Z | Compiling paste v1.0.15 |
| 1974 | 2026-03-11T00:36:46.801Z | Compiling winnow v0.7.14 |
| 1975 | 2026-03-11T00:36:46.920Z | Compiling usdt-impl v0.6.0 |
| 1976 | 2026-03-11T00:36:46.964Z | Compiling pkcs5 v0.7.1 |
| 1977 | 2026-03-11T00:36:47.127Z | Compiling rand v0.9.2 |
| 1978 | 2026-03-11T00:36:47.182Z | Compiling http-body v1.0.1 |
| 1979 | 2026-03-11T00:36:47.257Z | Compiling scroll v0.12.0 |
| 1980 | 2026-03-11T00:36:47.410Z | Compiling scroll v0.13.0 |
| 1981 | 2026-03-11T00:36:47.458Z | Compiling serde_spanned v0.6.9 |
| 1982 | 2026-03-11T00:36:47.575Z | Compiling toml_datetime v0.6.11 |
| 1983 | 2026-03-11T00:36:47.826Z | Compiling heapless v0.7.17 |
| 1984 | 2026-03-11T00:36:47.922Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1985 | 2026-03-11T00:36:47.950Z | Compiling signal-hook v0.3.18 |
| 1986 | 2026-03-11T00:36:47.970Z | Compiling untrusted v0.7.1 |
| 1987 | 2026-03-11T00:36:48.003Z | Compiling atomic-waker v1.1.2 |
| 1988 | 2026-03-11T00:36:48.102Z | Compiling openssl-probe v0.2.1 |
| 1989 | 2026-03-11T00:36:48.190Z | Compiling zstd-safe v7.2.4 |
| 1990 | 2026-03-11T00:36:48.314Z | Compiling tokio-util v0.7.18 |
| 1991 | 2026-03-11T00:36:48.403Z | Compiling goblin v0.10.5 |
| 1992 | 2026-03-11T00:36:48.433Z | Compiling goblin v0.8.2 |
| 1993 | 2026-03-11T00:36:48.490Z | Compiling pkcs8 v0.10.2 |
| 1994 | 2026-03-11T00:36:48.624Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1995 | 2026-03-11T00:36:48.972Z | Compiling zerocopy v0.7.35 |
| 1996 | 2026-03-11T00:36:49.427Z | Compiling ref-cast-impl v1.0.25 |
| 1997 | 2026-03-11T00:36:49.447Z | Compiling darling_core v0.20.11 |
| 1998 | 2026-03-11T00:36:49.631Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1999 | 2026-03-11T00:36:49.763Z | Compiling tower-service v0.3.3 |
| 2000 | 2026-03-11T00:36:49.897Z | Compiling try-lock v0.2.5 |
| 2001 | 2026-03-11T00:36:50.181Z | Compiling litrs v1.0.0 |
| 2002 | 2026-03-11T00:36:50.257Z | Compiling fastrand v2.3.0 |
| 2003 | 2026-03-11T00:36:50.318Z | Compiling tower-layer v0.3.3 |
| 2004 | 2026-03-11T00:36:50.513Z | Compiling rustix v0.38.44 |
| 2005 | 2026-03-11T00:36:50.696Z | Compiling winnow v0.5.40 |
| 2006 | 2026-03-11T00:36:50.722Z | Compiling tinyvec_macros v0.1.1 |
| 2007 | 2026-03-11T00:36:50.819Z | Compiling tinyvec v1.10.0 |
| 2008 | 2026-03-11T00:36:50.842Z | Compiling document-features v0.2.12 |
| 2009 | 2026-03-11T00:36:50.884Z | Compiling want v0.3.1 |
| 2010 | 2026-03-11T00:36:50.953Z | Compiling h2 v0.4.13 |
| 2011 | 2026-03-11T00:36:51.588Z | Compiling dof v0.3.0 |
| 2012 | 2026-03-11T00:36:51.642Z | Compiling dtrace-parser v0.2.0 |
| 2013 | 2026-03-11T00:36:51.670Z | Compiling dtrace-parser v0.3.0 |
| 2014 | 2026-03-11T00:36:52.083Z | Compiling ipnet v2.11.0 |
| 2015 | 2026-03-11T00:36:52.291Z | Compiling darling_macro v0.20.11 |
| 2016 | 2026-03-11T00:36:52.476Z | Compiling dof v0.4.0 |
| 2017 | 2026-03-11T00:36:52.523Z | Compiling toml_edit v0.19.15 |
| 2018 | 2026-03-11T00:36:52.691Z | Compiling daft-derive v0.1.5 |
| 2019 | 2026-03-11T00:36:52.726Z | Compiling async-trait v0.1.89 |
| 2020 | 2026-03-11T00:36:52.920Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-03-11T00:36:52.999Z | Compiling spin v0.9.8 |
| 2022 | 2026-03-11T00:36:53.172Z | Compiling thread-id v4.2.2 |
| 2023 | 2026-03-11T00:36:53.258Z | Compiling thread-id v5.1.0 |
| 2024 | 2026-03-11T00:36:53.283Z | Compiling proc-macro-error-attr v1.0.4 |
| 2025 | 2026-03-11T00:36:53.372Z | Compiling pin-utils v0.1.0 |
| 2026 | 2026-03-11T00:36:53.486Z | Compiling num-bigint-dig v0.8.6 |
| 2027 | 2026-03-11T00:36:53.608Z | Compiling foreign-types-shared v0.1.1 |
| 2028 | 2026-03-11T00:36:53.674Z | Compiling powerfmt v0.2.0 |
| 2029 | 2026-03-11T00:36:53.716Z | Compiling httpdate v1.0.3 |
| 2030 | 2026-03-11T00:36:53.737Z | Compiling smoltcp v0.9.1 |
| 2031 | 2026-03-11T00:36:53.800Z | Compiling tempfile v3.25.0 |
| 2032 | 2026-03-11T00:36:53.923Z | Compiling deranged v0.5.8 |
| 2033 | 2026-03-11T00:36:53.980Z | Compiling foreign-types v0.3.2 |
| 2034 | 2026-03-11T00:36:54.175Z | Compiling darling v0.20.11 |
| 2035 | 2026-03-11T00:36:54.718Z | Compiling ipnetwork v0.21.1 |
| 2036 | 2026-03-11T00:36:54.742Z | Compiling strum_macros v0.26.4 |
| 2037 | 2026-03-11T00:36:54.937Z | Compiling wait-timeout v0.2.1 |
| 2038 | 2026-03-11T00:36:54.984Z | Compiling proc-macro-error v1.0.4 |
| 2039 | 2026-03-11T00:36:55.171Z | Compiling hyper v1.8.1 |
| 2040 | 2026-03-11T00:36:55.212Z | Compiling bit-vec v0.8.0 |
| 2041 | 2026-03-11T00:36:55.234Z | Compiling siphasher v1.0.2 |
| 2042 | 2026-03-11T00:36:55.443Z | Compiling num_threads v0.1.7 |
| 2043 | 2026-03-11T00:36:55.506Z | Compiling anstyle v1.0.13 |
| 2044 | 2026-03-11T00:36:55.582Z | Compiling unicode-segmentation v1.12.0 |
| 2045 | 2026-03-11T00:36:55.650Z | Compiling simd-adler32 v0.3.8 |
| 2046 | 2026-03-11T00:36:55.796Z | Compiling quick-error v1.2.3 |
| 2047 | 2026-03-11T00:36:55.946Z | Compiling utf8parse v0.2.2 |
| 2048 | 2026-03-11T00:36:55.986Z | Compiling time v0.3.47 |
| 2049 | 2026-03-11T00:36:56.007Z | Compiling rusty-fork v0.3.1 |
| 2050 | 2026-03-11T00:36:56.095Z | Compiling anstyle-parse v0.2.7 |
| 2051 | 2026-03-11T00:36:56.346Z | Compiling bit-set v0.8.0 |
| 2052 | 2026-03-11T00:36:56.801Z | Compiling hyper-util v0.1.20 |
| 2053 | 2026-03-11T00:36:56.969Z | Compiling crossbeam-epoch v0.9.18 |
| 2054 | 2026-03-11T00:36:57.156Z | Compiling derive_builder_core v0.20.2 |
| 2055 | 2026-03-11T00:36:57.398Z | Compiling unicode-normalization v0.1.25 |
| 2056 | 2026-03-11T00:36:58.023Z | Compiling rustls-native-certs v0.8.3 |
| 2057 | 2026-03-11T00:36:58.359Z | Compiling signature v2.2.0 |
| 2058 | 2026-03-11T00:36:58.565Z | Compiling hubpack_derive v0.1.1 |
| 2059 | 2026-03-11T00:36:58.583Z | Compiling strum_macros v0.27.2 |
| 2060 | 2026-03-11T00:36:58.703Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2061 | 2026-03-11T00:36:58.980Z | Compiling rand_xorshift v0.4.0 |
| 2062 | 2026-03-11T00:36:59.015Z | Compiling sync_wrapper v1.0.2 |
| 2063 | 2026-03-11T00:36:59.083Z | Compiling fs-err v3.3.0 |
| 2064 | 2026-03-11T00:36:59.164Z | Compiling ahash v0.8.12 |
| 2065 | 2026-03-11T00:36:59.205Z | Compiling colorchoice v1.0.4 |
| 2066 | 2026-03-11T00:36:59.229Z | Compiling unarray v0.1.4 |
| 2067 | 2026-03-11T00:36:59.253Z | Compiling is_terminal_polyfill v1.70.2 |
| 2068 | 2026-03-11T00:36:59.365Z | Compiling anstyle-query v1.1.5 |
| 2069 | 2026-03-11T00:36:59.404Z | Compiling unicode-bidi v0.3.18 |
| 2070 | 2026-03-11T00:36:59.407Z | Compiling object v0.37.3 |
| 2071 | 2026-03-11T00:36:59.463Z | Compiling unicode-properties v0.1.4 |
| 2072 | 2026-03-11T00:36:59.526Z | Compiling adler2 v2.0.1 |
| 2073 | 2026-03-11T00:36:59.620Z | Compiling anstream v0.6.21 |
| 2074 | 2026-03-11T00:36:59.678Z | Compiling miniz_oxide v0.8.9 |
| 2075 | 2026-03-11T00:36:59.743Z | Compiling proptest v1.10.0 |
| 2076 | 2026-03-11T00:36:59.917Z | Compiling stringprep v0.1.5 |
| 2077 | 2026-03-11T00:37:00.064Z | Compiling tower v0.5.3 |
| 2078 | 2026-03-11T00:37:00.419Z | Compiling derive_builder_macro v0.20.2 |
| 2079 | 2026-03-11T00:37:00.599Z | Compiling crossbeam-deque v0.8.6 |
| 2080 | 2026-03-11T00:37:00.734Z | Compiling heck v0.4.1 |
| 2081 | 2026-03-11T00:37:00.791Z | Compiling usdt-attr-macro v0.6.0 |
| 2082 | 2026-03-11T00:37:00.853Z | Compiling usdt-macro v0.6.0 |
| 2083 | 2026-03-11T00:37:01.191Z | Compiling http-body-util v0.1.3 |
| 2084 | 2026-03-11T00:37:01.381Z | Compiling webpki-roots v1.0.6 |
| 2085 | 2026-03-11T00:37:01.531Z | Compiling rand_chacha v0.3.1 |
| 2086 | 2026-03-11T00:37:01.552Z | Compiling erased-serde v0.3.31 |
| 2087 | 2026-03-11T00:37:01.593Z | Compiling md-5 v0.10.6 |
| 2088 | 2026-03-11T00:37:01.805Z | Compiling num-integer v0.1.46 |
| 2089 | 2026-03-11T00:37:01.823Z | Compiling hash32 v0.2.1 |
| 2090 | 2026-03-11T00:37:01.846Z | Compiling vergen-lib v0.1.6 |
| 2091 | 2026-03-11T00:37:01.886Z | Compiling ff v0.13.1 |
| 2092 | 2026-03-11T00:37:02.002Z | Compiling ryu v1.0.23 |
| 2093 | 2026-03-11T00:37:02.049Z | Compiling iri-string v0.7.10 |
| 2094 | 2026-03-11T00:37:02.079Z | Compiling psl-types v2.0.11 |
| 2095 | 2026-03-11T00:37:02.092Z | Compiling base16ct v0.2.0 |
| 2096 | 2026-03-11T00:37:02.097Z | Compiling fallible-iterator v0.2.0 |
| 2097 | 2026-03-11T00:37:02.152Z | Compiling zlib-rs v0.6.2 |
| 2098 | 2026-03-11T00:37:02.216Z | Compiling publicsuffix v2.3.0 |
| 2099 | 2026-03-11T00:37:02.235Z | Compiling serde_urlencoded v0.7.1 |
| 2100 | 2026-03-11T00:37:02.256Z | Compiling num-iter v0.1.45 |
| 2101 | 2026-03-11T00:37:02.317Z | Compiling sec1 v0.7.3 |
| 2102 | 2026-03-11T00:37:02.464Z | Compiling group v0.13.0 |
| 2103 | 2026-03-11T00:37:02.485Z | Compiling postgres-protocol v0.6.10 |
| 2104 | 2026-03-11T00:37:02.554Z | Compiling newtype-uuid v1.3.2 |
| 2105 | 2026-03-11T00:37:02.706Z | Compiling rand v0.8.5 |
| 2106 | 2026-03-11T00:37:02.870Z | Compiling oxnet v0.1.4 |
| 2107 | 2026-03-11T00:37:03.018Z | Compiling derive_builder v0.20.2 |
| 2108 | 2026-03-11T00:37:03.116Z | Compiling zone_cfg_derive v0.3.1 |
| 2109 | 2026-03-11T00:37:03.192Z | Compiling tokio-native-tls v0.3.1 |
| 2110 | 2026-03-11T00:37:03.318Z | Compiling phf_shared v0.13.1 |
| 2111 | 2026-03-11T00:37:03.445Z | Compiling lazy_static v1.5.0 |
| 2112 | 2026-03-11T00:37:03.479Z | Compiling serde_with_macros v3.17.0 |
| 2113 | 2026-03-11T00:37:03.592Z | Compiling cargo-platform v0.1.9 |
| 2114 | 2026-03-11T00:37:03.596Z | Compiling hkdf v0.12.4 |
| 2115 | 2026-03-11T00:37:03.654Z | Compiling tower-http v0.6.8 |
| 2116 | 2026-03-11T00:37:03.704Z | Compiling crypto-bigint v0.5.5 |
| 2117 | 2026-03-11T00:37:03.783Z | Compiling terminal_size v0.4.3 |
| 2118 | 2026-03-11T00:37:03.871Z | Compiling serde_repr v0.1.20 |
| 2119 | 2026-03-11T00:37:03.894Z | Compiling enum-as-inner v0.6.1 |
| 2120 | 2026-03-11T00:37:03.917Z | Compiling clap_derive v4.5.55 |
| 2121 | 2026-03-11T00:37:03.943Z | Compiling vergen v9.0.6 |
| 2122 | 2026-03-11T00:37:04.056Z | Compiling bitflags v1.3.2 |
| 2123 | 2026-03-11T00:37:04.104Z | Compiling bumpalo v3.20.2 |
| 2124 | 2026-03-11T00:37:04.202Z | Compiling managed v0.8.0 |
| 2125 | 2026-03-11T00:37:04.228Z | Compiling clap_lex v1.0.0 |
| 2126 | 2026-03-11T00:37:04.429Z | Compiling foldhash v0.1.5 |
| 2127 | 2026-03-11T00:37:04.529Z | Compiling libbz2-rs-sys v0.2.2 |
| 2128 | 2026-03-11T00:37:04.569Z | Compiling unicode-width v0.2.0 |
| 2129 | 2026-03-11T00:37:04.610Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-03-11T00:37:04.650Z | Compiling clap_builder v4.5.60 |
| 2131 | 2026-03-11T00:37:04.669Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-03-11T00:37:04.881Z | Compiling flate2 v1.1.9 |
| 2133 | 2026-03-11T00:37:04.902Z | Compiling console v0.16.2 |
| 2134 | 2026-03-11T00:37:05.233Z | Compiling bzip2 v0.6.1 |
| 2135 | 2026-03-11T00:37:05.292Z | Compiling elliptic-curve v0.13.8 |
| 2136 | 2026-03-11T00:37:05.430Z | Compiling cargo_metadata v0.19.2 |
| 2137 | 2026-03-11T00:37:05.523Z | Compiling phf v0.13.1 |
| 2138 | 2026-03-11T00:37:05.577Z | Compiling hyper-tls v0.6.0 |
| 2139 | 2026-03-11T00:37:05.748Z | Compiling rayon v1.11.0 |
| 2140 | 2026-03-11T00:37:05.768Z | Compiling signal-hook-mio v0.2.5 |
| 2141 | 2026-03-11T00:37:05.787Z | Compiling cookie_store v0.22.1 |
| 2142 | 2026-03-11T00:37:05.876Z | Compiling daft v0.1.5 |
| 2143 | 2026-03-11T00:37:05.996Z | Compiling postgres-types v0.2.12 |
| 2144 | 2026-03-11T00:37:06.155Z | Compiling bzip2 v0.4.4 |
| 2145 | 2026-03-11T00:37:06.316Z | Compiling zstd v0.13.3 |
| 2146 | 2026-03-11T00:37:06.461Z | Compiling strum v0.27.2 |
| 2147 | 2026-03-11T00:37:06.706Z | Compiling hubpack v0.1.2 |
| 2148 | 2026-03-11T00:37:06.709Z | Compiling ed25519 v2.2.3 |
| 2149 | 2026-03-11T00:37:06.745Z | Compiling phf_shared v0.11.3 |
| 2150 | 2026-03-11T00:37:07.007Z | Compiling pkcs1 v0.7.5 |
| 2151 | 2026-03-11T00:37:07.095Z | Compiling hex v0.4.3 |
| 2152 | 2026-03-11T00:37:07.117Z | Compiling serde-big-array v0.5.1 |
| 2153 | 2026-03-11T00:37:07.255Z | Compiling rfc6979 v0.4.0 |
| 2154 | 2026-03-11T00:37:07.312Z | Compiling bstr v1.12.1 |
| 2155 | 2026-03-11T00:37:07.496Z | Compiling float-cmp v0.10.0 |
| 2156 | 2026-03-11T00:37:07.516Z | Compiling itertools v0.12.1 |
| 2157 | 2026-03-11T00:37:07.536Z | Compiling memmap2 v0.9.10 |
| 2158 | 2026-03-11T00:37:07.556Z | Compiling env_filter v1.0.0 |
| 2159 | 2026-03-11T00:37:07.617Z | Compiling encoding_rs v0.8.35 |
| 2160 | 2026-03-11T00:37:07.827Z | Compiling jiff v0.2.21 |
| 2161 | 2026-03-11T00:37:07.846Z | Compiling precomputed-hash v0.1.1 |
| 2162 | 2026-03-11T00:37:07.916Z | Compiling fixedbitset v0.4.2 |
| 2163 | 2026-03-11T00:37:07.973Z | Compiling mime v0.3.17 |
| 2164 | 2026-03-11T00:37:08.016Z | Compiling whoami v2.1.0 |
| 2165 | 2026-03-11T00:37:08.072Z | Compiling fixedbitset v0.5.7 |
| 2166 | 2026-03-11T00:37:08.092Z | Compiling new_debug_unreachable v1.0.6 |
| 2167 | 2026-03-11T00:37:08.130Z | Compiling rustc-hash v2.1.1 |
| 2168 | 2026-03-11T00:37:08.155Z | Compiling keccak v0.1.6 |
| 2169 | 2026-03-11T00:37:08.193Z | Compiling unit-prefix v0.5.2 |
| 2170 | 2026-03-11T00:37:08.213Z | Compiling normalize-line-endings v0.3.0 |
| 2171 | 2026-03-11T00:37:08.287Z | Compiling toml_write v0.1.2 |
| 2172 | 2026-03-11T00:37:08.306Z | Compiling difflib v0.4.0 |
| 2173 | 2026-03-11T00:37:08.387Z | Compiling predicates-core v1.0.10 |
| 2174 | 2026-03-11T00:37:08.457Z | Compiling static_assertions v1.1.0 |
| 2175 | 2026-03-11T00:37:08.477Z | Compiling data-encoding v2.10.0 |
| 2176 | 2026-03-11T00:37:08.560Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2177 | 2026-03-11T00:37:08.564Z | Compiling toml_edit v0.22.27 |
| 2178 | 2026-03-11T00:37:08.611Z | Compiling predicates v3.1.4 |
| 2179 | 2026-03-11T00:37:08.950Z | Compiling hickory-proto v0.25.2 |
| 2180 | 2026-03-11T00:37:09.159Z | Compiling zone v0.3.1 |
| 2181 | 2026-03-11T00:37:09.226Z | Compiling sha3 v0.10.8 |
| 2182 | 2026-03-11T00:37:09.381Z | Compiling petgraph v0.8.3 |
| 2183 | 2026-03-11T00:37:09.401Z | Compiling indicatif v0.18.4 |
| 2184 | 2026-03-11T00:37:09.596Z | Compiling tokio-postgres v0.7.16 |
| 2185 | 2026-03-11T00:37:09.967Z | Compiling iddqd v0.3.17 |
| 2186 | 2026-03-11T00:37:09.992Z | Compiling string_cache v0.8.9 |
| 2187 | 2026-03-11T00:37:10.292Z | Compiling petgraph v0.6.5 |
| 2188 | 2026-03-11T00:37:10.425Z | Compiling similar v2.7.0 |
| 2189 | 2026-03-11T00:37:11.457Z | Compiling zip v4.6.1 |
| 2190 | 2026-03-11T00:37:11.478Z | Compiling env_logger v0.11.9 |
| 2191 | 2026-03-11T00:37:11.852Z | Compiling usdt v0.6.0 |
| 2192 | 2026-03-11T00:37:12.184Z | Compiling serde_with v3.17.0 |
| 2193 | 2026-03-11T00:37:12.304Z | Compiling ecdsa v0.16.9 |
| 2194 | 2026-03-11T00:37:12.325Z | Compiling rsa v0.9.10 |
| 2195 | 2026-03-11T00:37:12.426Z | Compiling ed25519-dalek v2.2.0 |
| 2196 | 2026-03-11T00:37:12.678Z | Compiling crossterm v0.28.1 |
| 2197 | 2026-03-11T00:37:12.843Z | Compiling clap v4.5.60 |
| 2198 | 2026-03-11T00:37:13.123Z | Compiling zip v0.6.6 |
| 2199 | 2026-03-11T00:37:13.150Z | Compiling strum v0.26.3 |
| 2200 | 2026-03-11T00:37:13.190Z | Compiling toml v0.7.8 |
| 2201 | 2026-03-11T00:37:13.328Z | Compiling tokio-stream v0.1.18 |
| 2202 | 2026-03-11T00:37:13.545Z | Compiling buf-list v1.1.2 |
| 2203 | 2026-03-11T00:37:13.836Z | Compiling x509-cert v0.2.5 |
| 2204 | 2026-03-11T00:37:13.884Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2205 | 2026-03-11T00:37:13.960Z | Compiling openapiv3 v2.2.0 |
| 2206 | 2026-03-11T00:37:14.305Z | Compiling sha1 v0.10.6 |
| 2207 | 2026-03-11T00:37:14.462Z | Compiling itertools v0.13.0 |
| 2208 | 2026-03-11T00:37:14.666Z | Compiling lalrpop-util v0.19.12 |
| 2209 | 2026-03-11T00:37:14.875Z | Compiling peg-runtime v0.8.5 |
| 2210 | 2026-03-11T00:37:20.388Z | Compiling macaddr v1.0.1 |
| 2211 | 2026-03-11T00:37:21.365Z | Compiling structmeta-derive v0.3.0 |
| 2212 | 2026-03-11T00:37:21.737Z | Compiling itertools v0.14.0 |
| 2213 | 2026-03-11T00:37:23.119Z | Compiling heapless v0.8.0 |
| 2214 | 2026-03-11T00:37:23.425Z | Compiling ingot-macros v0.1.1 |
| 2215 | 2026-03-11T00:37:23.900Z | Compiling structmeta v0.3.0 |
| 2216 | 2026-03-11T00:37:24.967Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2217 | 2026-03-11T00:37:25.424Z | Compiling hash32 v0.3.1 |
| 2218 | 2026-03-11T00:37:26.170Z | Compiling smoltcp v0.11.0 |
| 2219 | 2026-03-11T00:37:26.254Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2220 | 2026-03-11T00:37:26.949Z | Compiling ingot-types v0.1.2 |
| 2221 | 2026-03-11T00:37:27.996Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-03-11T00:37:31.347Z | Compiling cobs v0.3.0 |
| 2223 | 2026-03-11T00:37:31.590Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2224 | 2026-03-11T00:37:32.057Z | Compiling rustls v0.22.4 |
| 2225 | 2026-03-11T00:37:36.174Z | Compiling postcard v1.1.3 |
| 2226 | 2026-03-11T00:37:36.716Z | Compiling rustls-webpki v0.103.9 |
| 2227 | 2026-03-11T00:37:37.847Z | Compiling num_enum_derive v0.7.5 |
| 2228 | 2026-03-11T00:37:37.887Z | Compiling ingot v0.1.1 |
| 2229 | 2026-03-11T00:37:39.232Z | Compiling proc-macro-crate v1.3.1 |
| 2230 | 2026-03-11T00:37:40.047Z | Compiling rustls-webpki v0.102.8 |
| 2231 | 2026-03-11T00:37:40.399Z | Compiling futures-executor v0.3.32 |
| 2232 | 2026-03-11T00:37:40.446Z | Compiling foreign-types-macros v0.2.3 |
| 2233 | 2026-03-11T00:37:40.817Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2234 | 2026-03-11T00:37:40.835Z | Compiling multer v3.1.0 |
| 2235 | 2026-03-11T00:37:41.006Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2236 | 2026-03-11T00:37:41.051Z | Compiling thread_local v1.1.9 |
| 2237 | 2026-03-11T00:37:41.256Z | Compiling slog-async v2.8.0 |
| 2238 | 2026-03-11T00:37:41.359Z | Compiling cpufeatures v0.3.0 |
| 2239 | 2026-03-11T00:37:41.418Z | Compiling match_cfg v0.1.0 |
| 2240 | 2026-03-11T00:37:41.451Z | Compiling foreign-types-shared v0.3.1 |
| 2241 | 2026-03-11T00:37:41.472Z | Compiling chacha20 v0.10.0 |
| 2242 | 2026-03-11T00:37:41.501Z | Compiling hostname v0.3.1 |
| 2243 | 2026-03-11T00:37:41.585Z | Compiling foreign-types v0.5.0 |
| 2244 | 2026-03-11T00:37:41.628Z | Compiling tokio-rustls v0.26.4 |
| 2245 | 2026-03-11T00:37:41.651Z | Compiling rustls-platform-verifier v0.6.2 |
| 2246 | 2026-03-11T00:37:41.700Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-11T00:37:41.739Z | Compiling futures v0.3.32 |
| 2248 | 2026-03-11T00:37:41.761Z | Compiling num_enum_derive v0.5.11 |
| 2249 | 2026-03-11T00:37:41.861Z | Compiling num_enum v0.7.5 |
| 2250 | 2026-03-11T00:37:41.926Z | Compiling derive-ex v0.1.8 |
| 2251 | 2026-03-11T00:37:41.990Z | Compiling hyper-rustls v0.27.7 |
| 2252 | 2026-03-11T00:37:42.044Z | Compiling tabwriter v1.4.1 |
| 2253 | 2026-03-11T00:37:42.067Z | Compiling slog-json v2.6.1 |
| 2254 | 2026-03-11T00:37:42.094Z | Compiling crossbeam-channel v0.5.15 |
| 2255 | 2026-03-11T00:37:42.141Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2256 | 2026-03-11T00:37:42.406Z | Compiling reqwest v0.13.2 |
| 2257 | 2026-03-11T00:37:42.427Z | Compiling reqwest v0.12.28 |
| 2258 | 2026-03-11T00:37:42.456Z | Compiling async-stream-impl v0.3.6 |
| 2259 | 2026-03-11T00:37:42.534Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2260 | 2026-03-11T00:37:42.737Z | Compiling serde_spanned v1.0.4 |
| 2261 | 2026-03-11T00:37:42.943Z | Compiling is-terminal v0.4.17 |
| 2262 | 2026-03-11T00:37:43.018Z | Compiling cstr-argument v0.1.2 |
| 2263 | 2026-03-11T00:37:43.046Z | Compiling memoffset v0.9.1 |
| 2264 | 2026-03-11T00:37:43.087Z | Compiling dropshot v0.16.7 |
| 2265 | 2026-03-11T00:37:43.132Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2266 | 2026-03-11T00:37:43.169Z | Compiling take_mut v0.2.2 |
| 2267 | 2026-03-11T00:37:43.243Z | Compiling typeid v1.0.3 |
| 2268 | 2026-03-11T00:37:43.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2269 | 2026-03-11T00:37:43.333Z | Compiling cfg_aliases v0.2.1 |
| 2270 | 2026-03-11T00:37:43.353Z | Compiling crucible-workspace-hack v0.1.0 |
| 2271 | 2026-03-11T00:37:43.380Z | Compiling term v1.2.1 |
| 2272 | 2026-03-11T00:37:43.447Z | Compiling nix v0.30.1 |
| 2273 | 2026-03-11T00:37:43.514Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2274 | 2026-03-11T00:37:43.691Z | Compiling async-stream v0.3.6 |
| 2275 | 2026-03-11T00:37:43.785Z | Compiling slog-term v2.9.2 |
| 2276 | 2026-03-11T00:37:43.931Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2277 | 2026-03-11T00:37:43.980Z | Compiling num_enum v0.5.11 |
| 2278 | 2026-03-11T00:37:44.078Z | Compiling test-strategy v0.4.5 |
| 2279 | 2026-03-11T00:37:44.172Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2280 | 2026-03-11T00:37:44.193Z | Compiling slog-bunyan v2.5.0 |
| 2281 | 2026-03-11T00:37:44.354Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2282 | 2026-03-11T00:37:44.442Z | Compiling rand v0.10.0 |
| 2283 | 2026-03-11T00:37:44.471Z | Compiling tokio-rustls v0.25.0 |
| 2284 | 2026-03-11T00:37:44.806Z | Compiling parse-display-derive v0.10.0 |
| 2285 | 2026-03-11T00:37:45.066Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2286 | 2026-03-11T00:37:45.295Z | Compiling backon v1.6.0 |
| 2287 | 2026-03-11T00:37:45.378Z | Compiling waitgroup v0.1.2 |
| 2288 | 2026-03-11T00:37:45.397Z | Compiling dropshot_endpoint v0.16.7 |
| 2289 | 2026-03-11T00:37:45.419Z | Compiling newtype-uuid-macros v0.1.0 |
| 2290 | 2026-03-11T00:37:45.480Z | Compiling rustls-pemfile v2.2.0 |
| 2291 | 2026-03-11T00:37:45.599Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2292 | 2026-03-11T00:37:45.642Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2293 | 2026-03-11T00:37:45.719Z | Compiling serde_path_to_error v0.1.20 |
| 2294 | 2026-03-11T00:37:45.851Z | Compiling hostname v0.4.2 |
| 2295 | 2026-03-11T00:37:45.885Z | Compiling instant v0.1.13 |
| 2296 | 2026-03-11T00:37:45.994Z | Compiling colored v3.1.1 |
| 2297 | 2026-03-11T00:37:46.051Z | Compiling erased-serde v0.4.9 |
| 2298 | 2026-03-11T00:37:46.078Z | Compiling debug-ignore v1.0.5 |
| 2299 | 2026-03-11T00:37:46.155Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2300 | 2026-03-11T00:37:46.237Z | Compiling backoff v0.4.0 |
| 2301 | 2026-03-11T00:37:46.257Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2302 | 2026-03-11T00:37:46.261Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2303 | 2026-03-11T00:37:46.391Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2304 | 2026-03-11T00:37:46.435Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2305 | 2026-03-11T00:37:46.756Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2306 | 2026-03-11T00:37:46.802Z | Compiling camino-tempfile v1.4.1 |
| 2307 | 2026-03-11T00:37:46.863Z | Compiling parse-display v0.10.0 |
| 2308 | 2026-03-11T00:37:46.966Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2309 | 2026-03-11T00:37:47.059Z | Compiling secrecy v0.10.3 |
| 2310 | 2026-03-11T00:37:47.106Z | Compiling num-derive v0.4.2 |
| 2311 | 2026-03-11T00:37:47.297Z | Compiling regress v0.10.5 |
| 2312 | 2026-03-11T00:37:47.321Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2313 | 2026-03-11T00:37:47.343Z | Compiling sigpipe v0.1.3 |
| 2314 | 2026-03-11T00:37:47.477Z | Compiling libefi-sys v0.1.0 |
| 2315 | 2026-03-11T00:37:47.751Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2316 | 2026-03-11T00:37:47.776Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2317 | 2026-03-11T00:37:48.029Z | Compiling glob v0.3.3 |
| 2318 | 2026-03-11T00:37:48.075Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2319 | 2026-03-11T00:37:48.219Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2320 | 2026-03-11T00:37:48.352Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2321 | 2026-03-11T00:37:48.650Z | Compiling usdt-attr-macro v0.5.0 |
| 2322 | 2026-03-11T00:37:48.747Z | Compiling usdt-macro v0.5.0 |
| 2323 | 2026-03-11T00:37:48.919Z | Compiling smf v0.2.3 |
| 2324 | 2026-03-11T00:37:49.020Z | Compiling bitfield-struct v0.6.2 |
| 2325 | 2026-03-11T00:37:49.222Z | Compiling ordered-float v2.10.1 |
| 2326 | 2026-03-11T00:37:49.244Z | Compiling blake3 v1.8.3 |
| 2327 | 2026-03-11T00:37:49.265Z | Compiling memmap v0.7.0 |
| 2328 | 2026-03-11T00:37:49.297Z | Compiling whoami v1.6.1 |
| 2329 | 2026-03-11T00:37:49.580Z | Compiling serde-value v0.7.0 |
| 2330 | 2026-03-11T00:37:49.629Z | Compiling serde-untagged v0.1.9 |
| 2331 | 2026-03-11T00:37:49.698Z | Compiling usdt v0.5.0 |
| 2332 | 2026-03-11T00:37:49.848Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2333 | 2026-03-11T00:37:49.876Z | Compiling toml v0.8.23 |
| 2334 | 2026-03-11T00:37:49.935Z | Compiling filetime v0.2.27 |
| 2335 | 2026-03-11T00:37:50.115Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2336 | 2026-03-11T00:37:50.204Z | Compiling xattr v1.6.1 |
| 2337 | 2026-03-11T00:37:50.240Z | Compiling arrayref v0.3.9 |
| 2338 | 2026-03-11T00:37:50.261Z | Compiling arrayvec v0.7.6 |
| 2339 | 2026-03-11T00:37:50.294Z | Compiling constant_time_eq v0.4.2 |
| 2340 | 2026-03-11T00:37:50.351Z | Compiling unicode-xid v0.2.6 |
| 2341 | 2026-03-11T00:37:50.395Z | Compiling same-file v1.0.6 |
| 2342 | 2026-03-11T00:37:50.487Z | Compiling tar v0.4.44 |
| 2343 | 2026-03-11T00:37:50.509Z | Compiling cargo-util-schemas v0.8.2 |
| 2344 | 2026-03-11T00:37:50.528Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-03-11T00:37:50.553Z | Compiling tokio-dtrace v0.1.1 |
| 2346 | 2026-03-11T00:37:50.599Z | Compiling walkdir v2.5.0 |
| 2347 | 2026-03-11T00:37:50.665Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2348 | 2026-03-11T00:37:50.976Z | Compiling gethostname v0.5.0 |
| 2349 | 2026-03-11T00:37:51.017Z | Compiling cargo-platform v0.2.0 |
| 2350 | 2026-03-11T00:37:51.055Z | Compiling topological-sort v0.2.2 |
| 2351 | 2026-03-11T00:37:51.172Z | Compiling oxide-tokio-rt v0.1.2 |
| 2352 | 2026-03-11T00:37:51.191Z | Compiling shell-words v1.1.1 |
| 2353 | 2026-03-11T00:37:51.302Z | Compiling indent_write v2.2.0 |
| 2354 | 2026-03-11T00:37:51.403Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2355 | 2026-03-11T00:37:52.070Z | Compiling cargo_metadata v0.21.0 |
| 2356 | 2026-03-11T00:38:03.366Z | Compiling progenitor-client v0.10.0 |
| 2357 | 2026-03-11T00:38:03.366Z | Compiling omicron-zone-package v0.12.2 |
| 2358 | 2026-03-11T00:38:03.400Z | Compiling progenitor-client v0.13.0 |
| 2359 | 2026-03-11T00:38:03.497Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2360 | 2026-03-11T00:38:03.500Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2361 | 2026-03-11T00:38:03.966Z | Compiling progenitor-extras v0.1.1 |
| 2362 | 2026-03-11T00:38:04.279Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2363 | 2026-03-11T00:38:13.709Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2364 | 2026-03-11T00:38:14.245Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2365 | 2026-03-11T00:38:15.452Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2366 | 2026-03-11T00:38:23.835Z | Finished `release` profile [optimized] target(s) in 1m 54s |
| 2367 | 2026-03-11T00:38:24.019Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2368 | 2026-03-11T00:38:24.082Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2369 | 2026-03-11T00:38:24.086Z | Created new build target 'test' and set it as active |
| 2370 | 2026-03-11T00:38:24.089Z | |
| 2371 | 2026-03-11T00:38:24.089Z | real 1:55.168054682 |
| 2372 | 2026-03-11T00:38:24.089Z | user 20:26.359914274 |
| 2373 | 2026-03-11T00:38:24.089Z | sys 2:58.237254733 |
| 2374 | 2026-03-11T00:38:24.089Z | trap 0.536101097 |
| 2375 | 2026-03-11T00:38:24.089Z | tflt 3.243523039 |
| 2376 | 2026-03-11T00:38:24.089Z | dflt 3.625311429 |
| 2377 | 2026-03-11T00:38:24.089Z | kflt 0.000363151 |
| 2378 | 2026-03-11T00:38:24.089Z | lock 47:27.174044425 |
| 2379 | 2026-03-11T00:38:24.089Z | slp 1:11:20.289468563 |
| 2380 | 2026-03-11T00:38:24.089Z | lat 52.235343174 |
| 2381 | 2026-03-11T00:38:24.089Z | stop 6:34.230809009 |
| 2382 | 2026-03-11T00:38:24.089Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2383 | 2026-03-11T00:38:25.232Z | Finished `release` profile [optimized] target(s) in 1.08s |
| 2384 | 2026-03-11T00:38:25.297Z | Running `target/release/omicron-package -t test package` |
| 2385 | 2026-03-11T00:38:25.355Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2386 | 2026-03-11T00:38:27.161Z | Compiling regress v0.10.5 |
| 2387 | 2026-03-11T00:38:27.161Z | Compiling heck v0.5.0 |
| 2388 | 2026-03-11T00:38:27.165Z | Compiling unsafe-libyaml v0.2.11 |
| 2389 | 2026-03-11T00:38:27.405Z | Compiling convert_case v0.4.0 |
| 2390 | 2026-03-11T00:38:27.425Z | Compiling half v2.7.1 |
| 2391 | 2026-03-11T00:38:27.428Z | Compiling ciborium-io v0.2.2 |
| 2392 | 2026-03-11T00:38:27.475Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2393 | 2026-03-11T00:38:27.478Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2394 | 2026-03-11T00:38:27.479Z | Compiling prettyplease v0.2.37 |
| 2395 | 2026-03-11T00:38:27.479Z | Compiling universal-hash v0.5.1 |
| 2396 | 2026-03-11T00:38:27.479Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2397 | 2026-03-11T00:38:27.479Z | Compiling opaque-debug v0.3.1 |
| 2398 | 2026-03-11T00:38:27.479Z | Compiling unicode-width v0.1.14 |
| 2399 | 2026-03-11T00:38:27.479Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2400 | 2026-03-11T00:38:27.529Z | Compiling chacha20 v0.9.1 |
| 2401 | 2026-03-11T00:38:27.582Z | Compiling typify-impl v0.6.1 |
| 2402 | 2026-03-11T00:38:27.691Z | Compiling password-hash v0.5.0 |
| 2403 | 2026-03-11T00:38:27.775Z | Compiling poly1305 v0.8.0 |
| 2404 | 2026-03-11T00:38:27.779Z | Compiling blake2 v0.10.6 |
| 2405 | 2026-03-11T00:38:27.834Z | Compiling derive_more v0.99.20 |
| 2406 | 2026-03-11T00:38:27.838Z | Compiling ciborium-ll v0.2.2 |
| 2407 | 2026-03-11T00:38:27.910Z | Compiling aead v0.5.2 |
| 2408 | 2026-03-11T00:38:28.032Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2409 | 2026-03-11T00:38:28.056Z | Compiling is-terminal v0.4.17 |
| 2410 | 2026-03-11T00:38:28.133Z | Compiling serde_yaml v0.9.34+deprecated |
| 2411 | 2026-03-11T00:38:28.190Z | Compiling ciborium v0.2.2 |
| 2412 | 2026-03-11T00:38:28.219Z | Compiling swrite v0.1.0 |
| 2413 | 2026-03-11T00:38:28.247Z | Compiling argon2 v0.5.3 |
| 2414 | 2026-03-11T00:38:28.277Z | Compiling chacha20poly1305 v0.10.1 |
| 2415 | 2026-03-11T00:38:28.376Z | Compiling serde_spanned v1.0.4 |
| 2416 | 2026-03-11T00:38:28.487Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2417 | 2026-03-11T00:38:28.555Z | Compiling bytecount v0.6.9 |
| 2418 | 2026-03-11T00:38:28.602Z | Compiling rustls v0.22.4 |
| 2419 | 2026-03-11T00:38:28.635Z | Compiling rustls-webpki v0.102.8 |
| 2420 | 2026-03-11T00:38:28.671Z | Compiling derive-where v1.6.0 |
| 2421 | 2026-03-11T00:38:28.807Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2422 | 2026-03-11T00:38:28.837Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2423 | 2026-03-11T00:38:28.911Z | Compiling thiserror-no-std v2.0.2 |
| 2424 | 2026-03-11T00:38:28.997Z | Compiling thread_local v1.1.9 |
| 2425 | 2026-03-11T00:38:29.053Z | Compiling vsss-rs v3.3.4 |
| 2426 | 2026-03-11T00:38:29.078Z | Compiling match_cfg v0.1.0 |
| 2427 | 2026-03-11T00:38:29.190Z | Compiling hostname v0.3.1 |
| 2428 | 2026-03-11T00:38:29.309Z | Compiling multer v3.1.0 |
| 2429 | 2026-03-11T00:38:29.360Z | Compiling slog-async v2.8.0 |
| 2430 | 2026-03-11T00:38:29.391Z | Compiling slog-json v2.6.1 |
| 2431 | 2026-03-11T00:38:29.445Z | Compiling typify-impl v0.4.3 |
| 2432 | 2026-03-11T00:38:29.586Z | Compiling crossbeam-channel v0.5.15 |
| 2433 | 2026-03-11T00:38:29.612Z | Compiling futures-executor v0.3.32 |
| 2434 | 2026-03-11T00:38:29.662Z | Compiling term v1.2.1 |
| 2435 | 2026-03-11T00:38:29.747Z | Compiling take_mut v0.2.2 |
| 2436 | 2026-03-11T00:38:29.916Z | Compiling futures v0.3.32 |
| 2437 | 2026-03-11T00:38:29.944Z | Compiling slog-bunyan v2.5.0 |
| 2438 | 2026-03-11T00:38:30.044Z | Compiling slog-term v2.9.2 |
| 2439 | 2026-03-11T00:38:30.164Z | Compiling dropshot v0.16.7 |
| 2440 | 2026-03-11T00:38:30.199Z | Compiling async-stream v0.3.6 |
| 2441 | 2026-03-11T00:38:30.246Z | Compiling progenitor-client v0.13.0 |
| 2442 | 2026-03-11T00:38:30.331Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2443 | 2026-03-11T00:38:30.359Z | Compiling waitgroup v0.1.2 |
| 2444 | 2026-03-11T00:38:30.435Z | Compiling backon v1.6.0 |
| 2445 | 2026-03-11T00:38:30.461Z | Compiling rustls-pemfile v2.2.0 |
| 2446 | 2026-03-11T00:38:30.527Z | Compiling serde_path_to_error v0.1.20 |
| 2447 | 2026-03-11T00:38:30.557Z | Compiling hostname v0.4.2 |
| 2448 | 2026-03-11T00:38:30.582Z | Compiling instant v0.1.13 |
| 2449 | 2026-03-11T00:38:30.647Z | Compiling debug-ignore v1.0.5 |
| 2450 | 2026-03-11T00:38:30.681Z | Compiling progenitor-extras v0.1.1 |
| 2451 | 2026-03-11T00:38:30.708Z | Compiling backoff v0.4.0 |
| 2452 | 2026-03-11T00:38:30.742Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2453 | 2026-03-11T00:38:30.745Z | Compiling parse-display v0.10.0 |
| 2454 | 2026-03-11T00:38:30.745Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2455 | 2026-03-11T00:38:30.852Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2456 | 2026-03-11T00:38:30.856Z | Compiling progenitor-client v0.10.0 |
| 2457 | 2026-03-11T00:38:30.906Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2458 | 2026-03-11T00:38:30.956Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2459 | 2026-03-11T00:38:31.000Z | Compiling macaddr v1.0.1 |
| 2460 | 2026-03-11T00:38:31.029Z | Compiling console v0.15.11 |
| 2461 | 2026-03-11T00:38:31.032Z | Compiling newline-converter v0.3.0 |
| 2462 | 2026-03-11T00:38:31.200Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2463 | 2026-03-11T00:38:31.257Z | Compiling atomicwrites v0.4.4 |
| 2464 | 2026-03-11T00:38:31.288Z | Compiling num-rational v0.4.2 |
| 2465 | 2026-03-11T00:38:31.342Z | Compiling num-complex v0.4.6 |
| 2466 | 2026-03-11T00:38:31.669Z | Compiling slog-dtrace v0.3.0 |
| 2467 | 2026-03-11T00:38:31.695Z | Compiling expectorate v1.2.0 |
| 2468 | 2026-03-11T00:38:31.976Z | Compiling tokio-rustls v0.25.0 |
| 2469 | 2026-03-11T00:38:32.042Z | Compiling num v0.4.3 |
| 2470 | 2026-03-11T00:38:32.110Z | Compiling async-recursion v1.1.1 |
| 2471 | 2026-03-11T00:38:32.140Z | Compiling float-ord v0.3.2 |
| 2472 | 2026-03-11T00:38:32.168Z | Compiling owo-colors v4.3.0 |
| 2473 | 2026-03-11T00:38:32.231Z | Compiling cancel-safe-futures v0.1.5 |
| 2474 | 2026-03-11T00:38:32.376Z | Compiling libsw-core v0.3.2 |
| 2475 | 2026-03-11T00:38:32.628Z | Compiling resolv-conf v0.7.6 |
| 2476 | 2026-03-11T00:38:32.679Z | Compiling libsw v3.5.0 |
| 2477 | 2026-03-11T00:38:32.744Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2478 | 2026-03-11T00:38:32.942Z | Compiling toml v0.8.23 |
| 2479 | 2026-03-11T00:38:32.973Z | Compiling linear-map v1.2.0 |
| 2480 | 2026-03-11T00:38:33.040Z | Compiling minimal-lexical v0.2.1 |
| 2481 | 2026-03-11T00:38:33.147Z | Compiling linked-hash-map v0.5.6 |
| 2482 | 2026-03-11T00:38:33.298Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2483 | 2026-03-11T00:38:33.368Z | Compiling nom v7.1.3 |
| 2484 | 2026-03-11T00:38:33.395Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2485 | 2026-03-11T00:38:33.433Z | Compiling lru-cache v0.1.2 |
| 2486 | 2026-03-11T00:38:33.473Z | Compiling unicode-xid v0.2.6 |
| 2487 | 2026-03-11T00:38:33.649Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2488 | 2026-03-11T00:38:33.697Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2489 | 2026-03-11T00:38:33.776Z | Compiling globset v0.4.18 |
| 2490 | 2026-03-11T00:38:34.073Z | Compiling hickory-proto v0.24.4 |
| 2491 | 2026-03-11T00:38:34.394Z | Compiling typify-macro v0.6.1 |
| 2492 | 2026-03-11T00:38:34.422Z | Compiling typify-macro v0.4.3 |
| 2493 | 2026-03-11T00:38:35.228Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2494 | 2026-03-11T00:38:35.399Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-03-11T00:38:36.400Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2496 | 2026-03-11T00:38:36.479Z | Compiling typify v0.4.3 |
| 2497 | 2026-03-11T00:38:36.510Z | Compiling typify v0.6.1 |
| 2498 | 2026-03-11T00:38:36.659Z | Compiling progenitor-impl v0.13.0 |
| 2499 | 2026-03-11T00:38:36.940Z | Compiling progenitor-impl v0.11.2 |
| 2500 | 2026-03-11T00:38:37.323Z | Compiling hickory-resolver v0.24.4 |
| 2501 | 2026-03-11T00:38:37.842Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-03-11T00:38:38.621Z | Compiling convert_case v0.10.0 |
| 2503 | 2026-03-11T00:38:38.963Z | Compiling qorb v0.4.1 |
| 2504 | 2026-03-11T00:38:39.013Z | Compiling derive_more-impl v2.1.1 |
| 2505 | 2026-03-11T00:38:39.767Z | Compiling progenitor-macro v0.13.0 |
| 2506 | 2026-03-11T00:38:40.009Z | Compiling progenitor-macro v0.11.2 |
| 2507 | 2026-03-11T00:38:41.712Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-03-11T00:38:42.028Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2509 | 2026-03-11T00:38:43.992Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2510 | 2026-03-11T00:38:44.839Z | Compiling progenitor-client v0.11.2 |
| 2511 | 2026-03-11T00:38:45.193Z | Compiling pin-project-internal v1.1.11 |
| 2512 | 2026-03-11T00:38:45.355Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2513 | 2026-03-11T00:38:45.572Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-03-11T00:38:45.626Z | Compiling progenitor v0.13.0 |
| 2515 | 2026-03-11T00:38:45.655Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2516 | 2026-03-11T00:38:45.688Z | Compiling pem v3.0.6 |
| 2517 | 2026-03-11T00:38:45.718Z | Compiling snafu-derive v0.8.9 |
| 2518 | 2026-03-11T00:38:45.844Z | Compiling termtree v0.5.1 |
| 2519 | 2026-03-11T00:38:45.890Z | Compiling progenitor v0.11.2 |
| 2520 | 2026-03-11T00:38:46.022Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2521 | 2026-03-11T00:38:46.092Z | Compiling crossterm v0.29.0 |
| 2522 | 2026-03-11T00:38:46.118Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-03-11T00:38:46.596Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2524 | 2026-03-11T00:38:46.645Z | Compiling pin-project v1.1.11 |
| 2525 | 2026-03-11T00:38:46.799Z | Compiling olpc-cjson v0.1.4 |
| 2526 | 2026-03-11T00:38:46.913Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-03-11T00:38:47.105Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-03-11T00:38:47.261Z | Compiling serde_plain v1.0.2 |
| 2529 | 2026-03-11T00:38:47.665Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-03-11T00:38:48.100Z | Compiling vte v0.14.1 |
| 2531 | 2026-03-11T00:38:48.125Z | Compiling snafu v0.8.9 |
| 2532 | 2026-03-11T00:38:48.215Z | Compiling typed-path v0.9.3 |
| 2533 | 2026-03-11T00:38:48.412Z | Compiling highway v1.3.0 |
| 2534 | 2026-03-11T00:38:48.906Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-03-11T00:38:48.941Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2536 | 2026-03-11T00:38:49.234Z | Compiling strip-ansi-escapes v0.2.1 |
| 2537 | 2026-03-11T00:38:49.316Z | Compiling csv v1.4.0 |
| 2538 | 2026-03-11T00:38:49.548Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2539 | 2026-03-11T00:38:49.942Z | Compiling tough v0.20.0 |
| 2540 | 2026-03-11T00:38:49.976Z | Compiling phf v0.12.1 |
| 2541 | 2026-03-11T00:38:50.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2542 | 2026-03-11T00:38:50.301Z | Compiling const_format_proc_macros v0.2.34 |
| 2543 | 2026-03-11T00:38:50.463Z | Compiling papergrid v0.11.0 |
| 2544 | 2026-03-11T00:38:50.598Z | Compiling fd-lock v4.0.4 |
| 2545 | 2026-03-11T00:38:50.803Z | Compiling peg-macros v0.8.5 |
| 2546 | 2026-03-11T00:38:50.897Z | Compiling tabled_derive v0.7.0 |
| 2547 | 2026-03-11T00:38:51.808Z | Compiling nu-ansi-term v0.50.3 |
| 2548 | 2026-03-11T00:38:52.178Z | Compiling tabled v0.15.0 |
| 2549 | 2026-03-11T00:38:52.538Z | Compiling reedline v0.40.0 |
| 2550 | 2026-03-11T00:38:52.569Z | Compiling peg v0.8.5 |
| 2551 | 2026-03-11T00:38:52.717Z | Compiling const_format v0.2.35 |
| 2552 | 2026-03-11T00:38:53.412Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2553 | 2026-03-11T00:38:53.473Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2554 | 2026-03-11T00:38:53.761Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2555 | 2026-03-11T00:38:54.361Z | Compiling bcs v0.1.6 |
| 2556 | 2026-03-11T00:38:54.832Z | Compiling semver v0.1.20 |
| 2557 | 2026-03-11T00:38:54.927Z | Compiling base64 v0.21.7 |
| 2558 | 2026-03-11T00:38:55.190Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-03-11T00:38:55.482Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-03-11T00:38:55.612Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2561 | 2026-03-11T00:38:55.810Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-03-11T00:38:55.920Z | Compiling humantime v2.3.0 |
| 2563 | 2026-03-11T00:38:56.210Z | Compiling smawk v0.3.2 |
| 2564 | 2026-03-11T00:38:56.461Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-03-11T00:38:56.619Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2566 | 2026-03-11T00:38:56.646Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2567 | 2026-03-11T00:38:56.991Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2568 | 2026-03-11T00:38:57.361Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2569 | 2026-03-11T00:38:57.543Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2570 | 2026-03-11T00:38:57.568Z | Compiling steno v0.4.1 |
| 2571 | 2026-03-11T00:38:57.841Z | Compiling utf-8 v0.7.6 |
| 2572 | 2026-03-11T00:38:58.143Z | Compiling progenitor-impl v0.10.0 |
| 2573 | 2026-03-11T00:38:58.168Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-03-11T00:38:58.410Z | Compiling moka v0.12.13 |
| 2575 | 2026-03-11T00:38:59.720Z | Compiling tungstenite v0.21.0 |
| 2576 | 2026-03-11T00:39:00.220Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-03-11T00:39:00.245Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2578 | 2026-03-11T00:39:00.460Z | Compiling radium v0.7.0 |
| 2579 | 2026-03-11T00:39:00.840Z | Compiling tokio-tungstenite v0.21.0 |
| 2580 | 2026-03-11T00:39:01.243Z | Compiling progenitor-macro v0.10.0 |
| 2581 | 2026-03-11T00:39:01.383Z | Compiling tap v1.0.1 |
| 2582 | 2026-03-11T00:39:01.591Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2583 | 2026-03-11T00:39:02.308Z | Compiling maybe-uninit v2.0.0 |
| 2584 | 2026-03-11T00:39:02.553Z | Compiling wyz v0.5.1 |
| 2585 | 2026-03-11T00:39:02.792Z | Compiling zerocopy-derive v0.6.6 |
| 2586 | 2026-03-11T00:39:02.880Z | Compiling crc-catalog v2.4.0 |
| 2587 | 2026-03-11T00:39:03.004Z | Compiling packed_struct v0.10.1 |
| 2588 | 2026-03-11T00:39:03.072Z | Compiling display-error-chain v0.2.2 |
| 2589 | 2026-03-11T00:39:03.292Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2590 | 2026-03-11T00:39:03.390Z | Compiling funty v2.0.0 |
| 2591 | 2026-03-11T00:39:03.857Z | Compiling zerocopy v0.6.6 |
| 2592 | 2026-03-11T00:39:04.394Z | Compiling bitvec v1.0.1 |
| 2593 | 2026-03-11T00:39:04.761Z | Compiling crc v3.4.0 |
| 2594 | 2026-03-11T00:39:05.314Z | Compiling packed_struct_codegen v0.10.1 |
| 2595 | 2026-03-11T00:39:05.415Z | Compiling bitfield-macros v0.19.4 |
| 2596 | 2026-03-11T00:39:05.993Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-03-11T00:39:06.103Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-03-11T00:39:06.262Z | Compiling array-init v0.0.4 |
| 2599 | 2026-03-11T00:39:06.364Z | Compiling smallvec v0.6.14 |
| 2600 | 2026-03-11T00:39:06.390Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-03-11T00:39:06.739Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2602 | 2026-03-11T00:39:06.768Z | Compiling num-derive v0.3.3 |
| 2603 | 2026-03-11T00:39:06.913Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2604 | 2026-03-11T00:39:06.949Z | Compiling hashbrown v0.12.3 |
| 2605 | 2026-03-11T00:39:07.003Z | Compiling progenitor v0.10.0 |
| 2606 | 2026-03-11T00:39:07.241Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2607 | 2026-03-11T00:39:07.461Z | Compiling proc-macro-error2 v2.0.1 |
| 2608 | 2026-03-11T00:39:07.747Z | Compiling serde-hex v0.1.0 |
| 2609 | 2026-03-11T00:39:07.864Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2610 | 2026-03-11T00:39:07.960Z | Compiling libscf-sys v1.1.0 |
| 2611 | 2026-03-11T00:39:08.166Z | Compiling ron v0.8.1 |
| 2612 | 2026-03-11T00:39:08.193Z | Compiling nix v0.31.1 |
| 2613 | 2026-03-11T00:39:08.413Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-03-11T00:39:08.653Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-03-11T00:39:08.685Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-03-11T00:39:08.748Z | Compiling crc-any v2.5.0 |
| 2617 | 2026-03-11T00:39:08.964Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2618 | 2026-03-11T00:39:09.020Z | Compiling maplit v1.0.2 |
| 2619 | 2026-03-11T00:39:09.121Z | Compiling glob v0.3.3 |
| 2620 | 2026-03-11T00:39:09.171Z | Compiling crunchy v0.2.4 |
| 2621 | 2026-03-11T00:39:09.231Z | Compiling object v0.30.4 |
| 2622 | 2026-03-11T00:39:09.305Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-03-11T00:39:09.629Z | Compiling clang-sys v1.8.1 |
| 2624 | 2026-03-11T00:39:09.655Z | Compiling dirs-next v2.0.0 |
| 2625 | 2026-03-11T00:39:09.853Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2626 | 2026-03-11T00:39:10.150Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-03-11T00:39:10.180Z | Compiling tabled_derive v0.11.0 |
| 2628 | 2026-03-11T00:39:10.205Z | Compiling papergrid v0.17.0 |
| 2629 | 2026-03-11T00:39:10.397Z | Compiling testing_table v0.3.0 |
| 2630 | 2026-03-11T00:39:10.637Z | Compiling dsl_auto_type v0.1.3 |
| 2631 | 2026-03-11T00:39:10.924Z | Compiling scheduled-thread-pool v0.2.7 |
| 2632 | 2026-03-11T00:39:11.070Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2633 | 2026-03-11T00:39:11.239Z | Compiling tiny-keccak v2.0.2 |
| 2634 | 2026-03-11T00:39:11.358Z | Compiling path-slash v0.1.5 |
| 2635 | 2026-03-11T00:39:11.401Z | Compiling diesel_derives v2.2.7 |
| 2636 | 2026-03-11T00:39:11.430Z | Compiling r2d2 v0.8.10 |
| 2637 | 2026-03-11T00:39:11.658Z | Compiling term v0.7.0 |
| 2638 | 2026-03-11T00:39:11.803Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2639 | 2026-03-11T00:39:11.863Z | Compiling tabled v0.20.0 |
| 2640 | 2026-03-11T00:39:12.341Z | Compiling arc-swap v1.8.2 |
| 2641 | 2026-03-11T00:39:12.374Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2642 | 2026-03-11T00:39:12.544Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-03-11T00:39:12.679Z | Compiling xshell-macros v0.2.7 |
| 2644 | 2026-03-11T00:39:12.814Z | Compiling bit-set v0.5.3 |
| 2645 | 2026-03-11T00:39:12.955Z | Compiling slog-scope v4.4.1 |
| 2646 | 2026-03-11T00:39:13.049Z | Compiling ascii-canvas v3.0.0 |
| 2647 | 2026-03-11T00:39:13.205Z | Compiling xshell v0.2.7 |
| 2648 | 2026-03-11T00:39:13.298Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2649 | 2026-03-11T00:39:13.375Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2650 | 2026-03-11T00:39:13.489Z | Compiling itertools v0.10.5 |
| 2651 | 2026-03-11T00:39:13.656Z | Compiling ena v0.14.4 |
| 2652 | 2026-03-11T00:39:13.702Z | Compiling libloading v0.8.9 |
| 2653 | 2026-03-11T00:39:13.977Z | Compiling unicase v2.9.0 |
| 2654 | 2026-03-11T00:39:14.006Z | Compiling diff v0.1.13 |
| 2655 | 2026-03-11T00:39:14.007Z | Compiling regex-syntax v0.6.29 |
| 2656 | 2026-03-11T00:39:14.359Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-03-11T00:39:14.772Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2658 | 2026-03-11T00:39:14.980Z | Compiling slog-stdlog v4.1.1 |
| 2659 | 2026-03-11T00:39:15.145Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2660 | 2026-03-11T00:39:15.547Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2661 | 2026-03-11T00:39:16.004Z | Compiling lalrpop v0.19.12 |
| 2662 | 2026-03-11T00:39:16.263Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2663 | 2026-03-11T00:39:16.750Z | Compiling cexpr v0.6.0 |
| 2664 | 2026-03-11T00:39:16.830Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2665 | 2026-03-11T00:39:17.024Z | Compiling diesel v2.2.12 |
| 2666 | 2026-03-11T00:39:17.076Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2667 | 2026-03-11T00:39:17.135Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-03-11T00:39:17.385Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2669 | 2026-03-11T00:39:17.650Z | Compiling slog-envlogger v2.2.0 |
| 2670 | 2026-03-11T00:39:17.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2671 | 2026-03-11T00:39:18.048Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2672 | 2026-03-11T00:39:18.250Z | Compiling headers-core v0.3.0 |
| 2673 | 2026-03-11T00:39:18.371Z | Compiling libxml v0.3.3 |
| 2674 | 2026-03-11T00:39:18.443Z | Compiling headers v0.4.1 |
| 2675 | 2026-03-11T00:39:18.882Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2676 | 2026-03-11T00:39:18.974Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-03-11T00:39:19.192Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2678 | 2026-03-11T00:39:19.224Z | Compiling strum_macros v0.24.3 |
| 2679 | 2026-03-11T00:39:19.280Z | Compiling indoc v1.0.9 |
| 2680 | 2026-03-11T00:39:19.861Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-03-11T00:39:20.158Z | Compiling derive_builder v0.20.2 |
| 2682 | 2026-03-11T00:39:20.357Z | Compiling oso-derive v0.27.3 |
| 2683 | 2026-03-11T00:39:20.531Z | Compiling quick-xml v0.37.5 |
| 2684 | 2026-03-11T00:39:20.593Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-03-11T00:39:21.002Z | Compiling half v1.8.3 |
| 2686 | 2026-03-11T00:39:21.027Z | Compiling openssl-probe v0.1.6 |
| 2687 | 2026-03-11T00:39:21.415Z | Compiling serde_cbor v0.11.2 |
| 2688 | 2026-03-11T00:39:21.620Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2026-03-11T00:39:22.103Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2690 | 2026-03-11T00:39:22.415Z | Compiling diesel-dtrace v0.4.2 |
| 2691 | 2026-03-11T00:39:22.443Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2692 | 2026-03-11T00:39:22.605Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-03-11T00:39:22.756Z | Compiling bb8 v0.8.6 |
| 2694 | 2026-03-11T00:39:22.808Z | Compiling trait-variant v0.1.2 |
| 2695 | 2026-03-11T00:39:22.938Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2696 | 2026-03-11T00:39:23.153Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2697 | 2026-03-11T00:39:23.230Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2698 | 2026-03-11T00:39:23.541Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2699 | 2026-03-11T00:39:23.588Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2700 | 2026-03-11T00:39:23.897Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-03-11T00:39:24.044Z | Compiling samael v0.0.19 |
| 2702 | 2026-03-11T00:39:24.104Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2703 | 2026-03-11T00:39:24.189Z | Compiling kstat-rs v0.2.4 |
| 2704 | 2026-03-11T00:39:24.223Z | Compiling libz-sys v1.1.24 |
| 2705 | 2026-03-11T00:39:24.520Z | Compiling nonempty v0.12.0 |
| 2706 | 2026-03-11T00:39:24.678Z | Compiling salty v0.3.0 |
| 2707 | 2026-03-11T00:39:24.847Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2708 | 2026-03-11T00:39:24.878Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2709 | 2026-03-11T00:39:24.908Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2710 | 2026-03-11T00:39:25.082Z | Compiling darling_core v0.23.0 |
| 2711 | 2026-03-11T00:39:25.121Z | Compiling nanorand v0.7.0 |
| 2712 | 2026-03-11T00:39:25.194Z | Compiling fs-err v2.11.0 |
| 2713 | 2026-03-11T00:39:25.418Z | Compiling parking_lot_core v0.8.6 |
| 2714 | 2026-03-11T00:39:25.643Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2715 | 2026-03-11T00:39:25.852Z | Compiling mime_guess v2.0.5 |
| 2716 | 2026-03-11T00:39:25.857Z | Compiling flume v0.11.1 |
| 2717 | 2026-03-11T00:39:26.433Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-03-11T00:39:26.552Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2719 | 2026-03-11T00:39:27.158Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2720 | 2026-03-11T00:39:27.291Z | Compiling polar-core v0.27.3 |
| 2721 | 2026-03-11T00:39:27.491Z | Compiling git-stub v1.0.0 |
| 2722 | 2026-03-11T00:39:27.813Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2723 | 2026-03-11T00:39:27.840Z | Compiling instability v0.3.11 |
| 2724 | 2026-03-11T00:39:28.191Z | Compiling git-stub-vcs v0.1.0 |
| 2725 | 2026-03-11T00:39:28.256Z | Compiling darling_macro v0.23.0 |
| 2726 | 2026-03-11T00:39:28.664Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2727 | 2026-03-11T00:39:28.924Z | Compiling darling v0.23.0 |
| 2728 | 2026-03-11T00:39:29.059Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2729 | 2026-03-11T00:39:31.296Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2730 | 2026-03-11T00:39:31.489Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2731 | 2026-03-11T00:39:32.024Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2732 | 2026-03-11T00:39:32.922Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2733 | 2026-03-11T00:39:36.428Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2734 | 2026-03-11T00:39:37.101Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2735 | 2026-03-11T00:39:37.214Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2736 | 2026-03-11T00:39:38.775Z | Compiling async-bb8-diesel v0.2.1 |
| 2737 | 2026-03-11T00:39:39.777Z | Compiling oso v0.27.3 |
| 2738 | 2026-03-11T00:39:40.352Z | Compiling ignore v0.4.25 |
| 2739 | 2026-03-11T00:39:40.974Z | Compiling primeorder v0.13.6 |
| 2740 | 2026-03-11T00:39:41.360Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2741 | 2026-03-11T00:39:41.798Z | Compiling castaway v0.2.4 |
| 2742 | 2026-03-11T00:39:41.996Z | Compiling nibble_vec v0.1.0 |
| 2743 | 2026-03-11T00:39:42.104Z | Compiling atty v0.2.14 |
| 2744 | 2026-03-11T00:39:42.232Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-03-11T00:39:42.265Z | Compiling indoc v2.0.7 |
| 2746 | 2026-03-11T00:39:42.292Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2747 | 2026-03-11T00:39:42.551Z | Compiling parse-size v1.1.0 |
| 2748 | 2026-03-11T00:39:42.578Z | Compiling endian-type v0.1.2 |
| 2749 | 2026-03-11T00:39:42.605Z | Compiling http-range v0.1.5 |
| 2750 | 2026-03-11T00:39:42.796Z | Compiling radix_trie v0.2.1 |
| 2751 | 2026-03-11T00:39:42.824Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2752 | 2026-03-11T00:39:42.950Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-03-11T00:39:43.109Z | Compiling compact_str v0.8.1 |
| 2754 | 2026-03-11T00:39:43.373Z | Compiling p384 v0.13.1 |
| 2755 | 2026-03-11T00:39:43.791Z | Compiling globwalk v0.9.1 |
| 2756 | 2026-03-11T00:39:44.378Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2757 | 2026-03-11T00:39:44.581Z | Compiling parking_lot v0.11.2 |
| 2758 | 2026-03-11T00:39:45.585Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2759 | 2026-03-11T00:39:45.768Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2760 | 2026-03-11T00:39:46.069Z | Compiling predicates-tree v1.0.13 |
| 2761 | 2026-03-11T00:39:46.149Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2762 | 2026-03-11T00:39:46.200Z | Compiling unicode-truncate v1.1.0 |
| 2763 | 2026-03-11T00:39:46.479Z | Compiling lru v0.12.5 |
| 2764 | 2026-03-11T00:39:46.684Z | Compiling prefix-trie v0.7.0 |
| 2765 | 2026-03-11T00:39:46.757Z | Compiling vergen-git2 v1.0.7 |
| 2766 | 2026-03-11T00:39:46.782Z | Compiling cassowary v0.3.0 |
| 2767 | 2026-03-11T00:39:47.104Z | Compiling camino-tempfile-ext v0.3.3 |
| 2768 | 2026-03-11T00:39:47.323Z | Compiling hickory-server v0.25.2 |
| 2769 | 2026-03-11T00:39:47.975Z | Compiling ratatui v0.29.0 |
| 2770 | 2026-03-11T00:39:48.230Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2771 | 2026-03-11T00:39:48.771Z | Compiling hyper-staticfile v0.10.1 |
| 2772 | 2026-03-11T00:39:48.797Z | Compiling sled v0.34.7 |
| 2773 | 2026-03-11T00:39:50.315Z | Compiling hickory-client v0.25.2 |
| 2774 | 2026-03-11T00:39:51.502Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2775 | 2026-03-11T00:39:51.645Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2776 | 2026-03-11T00:39:51.966Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-03-11T00:39:52.352Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2778 | 2026-03-11T00:39:52.963Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2779 | 2026-03-11T00:39:53.436Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2780 | 2026-03-11T00:39:53.594Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2781 | 2026-03-11T00:39:53.953Z | Compiling rand_seeder v0.4.0 |
| 2782 | 2026-03-11T00:39:54.064Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-03-11T00:39:54.264Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-03-11T00:39:54.311Z | Compiling lzma-sys v0.1.20 |
| 2785 | 2026-03-11T00:39:54.407Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2786 | 2026-03-11T00:39:54.731Z | Compiling rustls v0.21.12 |
| 2787 | 2026-03-11T00:39:54.848Z | Compiling corncobs v0.1.4 |
| 2788 | 2026-03-11T00:39:54.993Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-03-11T00:39:55.021Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-03-11T00:39:55.094Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2791 | 2026-03-11T00:39:55.158Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2792 | 2026-03-11T00:39:55.355Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-03-11T00:39:55.497Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2794 | 2026-03-11T00:39:55.800Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2795 | 2026-03-11T00:39:55.974Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2796 | 2026-03-11T00:39:56.006Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2026-03-11T00:39:57.684Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2798 | 2026-03-11T00:39:58.582Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2799 | 2026-03-11T00:39:59.970Z | Compiling git2 v0.20.4 |
| 2800 | 2026-03-11T00:40:00.039Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-03-11T00:40:00.165Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2802 | 2026-03-11T00:40:00.325Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-03-11T00:40:00.457Z | Compiling cargo_toml v0.22.3 |
| 2804 | 2026-03-11T00:40:00.643Z | Compiling nix v0.29.0 |
| 2805 | 2026-03-11T00:40:01.200Z | Compiling rustls-webpki v0.101.7 |
| 2806 | 2026-03-11T00:40:01.743Z | Compiling sct v0.7.1 |
| 2807 | 2026-03-11T00:40:02.085Z | Compiling secrecy v0.8.0 |
| 2808 | 2026-03-11T00:40:02.351Z | Compiling void v1.0.2 |
| 2809 | 2026-03-11T00:40:02.527Z | Compiling lzss v0.8.2 |
| 2810 | 2026-03-11T00:40:03.792Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2811 | 2026-03-11T00:40:03.988Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2812 | 2026-03-11T00:40:04.037Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2813 | 2026-03-11T00:40:04.416Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2814 | 2026-03-11T00:40:04.735Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2815 | 2026-03-11T00:40:04.878Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2816 | 2026-03-11T00:40:05.749Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2817 | 2026-03-11T00:40:05.821Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2818 | 2026-03-11T00:40:06.221Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2819 | 2026-03-11T00:40:06.534Z | Compiling tungstenite v0.23.0 |
| 2820 | 2026-03-11T00:40:06.573Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2821 | 2026-03-11T00:40:06.817Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2822 | 2026-03-11T00:40:06.877Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2823 | 2026-03-11T00:40:07.124Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2824 | 2026-03-11T00:40:07.185Z | Compiling nix v0.27.1 |
| 2825 | 2026-03-11T00:40:07.463Z | Compiling serde_bytes v0.11.19 |
| 2826 | 2026-03-11T00:40:07.600Z | Compiling tokio-tungstenite v0.23.1 |
| 2827 | 2026-03-11T00:40:07.985Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2828 | 2026-03-11T00:40:08.102Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2829 | 2026-03-11T00:40:08.427Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2830 | 2026-03-11T00:40:08.796Z | Compiling tokio-rustls v0.24.1 |
| 2831 | 2026-03-11T00:40:09.156Z | Compiling xz2 v0.1.7 |
| 2832 | 2026-03-11T00:40:09.680Z | Compiling ron v0.12.0 |
| 2833 | 2026-03-11T00:40:09.907Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2834 | 2026-03-11T00:40:13.287Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2835 | 2026-03-11T00:40:14.334Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2836 | 2026-03-11T00:40:14.885Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2837 | 2026-03-11T00:40:15.043Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2838 | 2026-03-11T00:40:17.232Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2839 | 2026-03-11T00:40:17.634Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2840 | 2026-03-11T00:40:18.318Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2841 | 2026-03-11T00:40:18.403Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2842 | 2026-03-11T00:40:18.905Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2843 | 2026-03-11T00:40:19.567Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2844 | 2026-03-11T00:40:20.521Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2845 | 2026-03-11T00:40:22.519Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2846 | 2026-03-11T00:40:22.546Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2847 | 2026-03-11T00:40:23.022Z | Compiling rustls-pemfile v1.0.4 |
| 2848 | 2026-03-11T00:40:23.521Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2849 | 2026-03-11T00:40:25.026Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2850 | 2026-03-11T00:40:25.346Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2851 | 2026-03-11T00:40:25.648Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2852 | 2026-03-11T00:40:26.123Z | Compiling signal-hook-tokio v0.3.1 |
| 2853 | 2026-03-11T00:40:26.296Z | Compiling yasna v0.5.2 |
| 2854 | 2026-03-11T00:40:26.363Z | Compiling twox-hash v2.1.2 |
| 2855 | 2026-03-11T00:40:26.663Z | Compiling is_ci v1.2.0 |
| 2856 | 2026-03-11T00:40:26.739Z | Compiling base16ct v1.0.0 |
| 2857 | 2026-03-11T00:40:27.037Z | Compiling rcgen v0.12.1 |
| 2858 | 2026-03-11T00:40:27.445Z | Compiling supports-color v3.0.2 |
| 2859 | 2026-03-11T00:40:27.540Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2860 | 2026-03-11T00:40:27.693Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2861 | 2026-03-11T00:40:27.784Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2862 | 2026-03-11T00:40:28.278Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2863 | 2026-03-11T00:40:28.545Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2864 | 2026-03-11T00:40:29.799Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2865 | 2026-03-11T00:40:32.339Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2866 | 2026-03-11T00:40:32.973Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2867 | 2026-03-11T00:40:33.153Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2868 | 2026-03-11T00:40:33.641Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2869 | 2026-03-11T00:40:34.913Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2870 | 2026-03-11T00:40:35.229Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2871 | 2026-03-11T00:40:35.604Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2872 | 2026-03-11T00:40:35.963Z | Compiling fatfs v0.3.6 |
| 2873 | 2026-03-11T00:40:37.562Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2874 | 2026-03-11T00:40:38.300Z | Compiling rtoolbox v0.0.3 |
| 2875 | 2026-03-11T00:40:38.638Z | Compiling subprocess v0.2.15 |
| 2876 | 2026-03-11T00:40:39.432Z | Compiling assert_matches v1.5.0 |
| 2877 | 2026-03-11T00:40:39.567Z | Compiling seq-macro v0.3.6 |
| 2878 | 2026-03-11T00:40:40.227Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2879 | 2026-03-11T00:40:40.764Z | Compiling rpassword v7.4.0 |
| 2880 | 2026-03-11T00:40:41.142Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2881 | 2026-03-11T00:40:41.442Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-03-11T00:40:42.563Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2883 | 2026-03-11T00:40:43.411Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2884 | 2026-03-11T00:40:44.844Z | Compiling tui-tree-widget v0.23.1 |
| 2885 | 2026-03-11T00:40:45.204Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2886 | 2026-03-11T00:40:45.674Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2887 | 2026-03-11T00:40:46.359Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2888 | 2026-03-11T00:40:46.924Z | Compiling uzers v0.12.2 |
| 2889 | 2026-03-11T00:40:48.764Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2890 | 2026-03-11T00:40:49.795Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-03-11T00:40:51.222Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-03-11T00:40:52.578Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-03-11T00:40:55.787Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-03-11T00:40:56.713Z | Compiling support-bundle-viewer v0.1.2 |
| 2895 | 2026-03-11T00:40:58.316Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2896 | 2026-03-11T00:40:58.353Z | Compiling multimap v0.10.1 |
| 2897 | 2026-03-11T00:41:19.369Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2898 | 2026-03-11T00:41:19.954Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2899 | 2026-03-11T00:48:01.553Z | Finished `release` profile [optimized] target(s) in 9m 35s |
| 2900 | 2026-03-11T00:48:55.079Z | |
| 2901 | 2026-03-11T00:48:55.082Z | real 10:30.854369704 |
| 2902 | 2026-03-11T00:48:55.083Z | user 1:42:43.862157171 |
| 2903 | 2026-03-11T00:48:55.083Z | sys 4:05.376621554 |
| 2904 | 2026-03-11T00:48:55.083Z | trap 2.271520122 |
| 2905 | 2026-03-11T00:48:55.083Z | tflt 2.972356762 |
| 2906 | 2026-03-11T00:48:55.083Z | dflt 16.674064369 |
| 2907 | 2026-03-11T00:48:55.083Z | kflt 0.115505695 |
| 2908 | 2026-03-11T00:48:55.083Z | lock 7:15:24.991942737 |
| 2909 | 2026-03-11T00:48:55.083Z | slp 3:55:04.439347383 |
| 2910 | 2026-03-11T00:48:55.083Z | lat 2:52.702655720 |
| 2911 | 2026-03-11T00:48:55.083Z | stop 6:25.544870747 |
| 2912 | 2026-03-11T00:48:55.083Z | + mapfile -t packages |
| 2913 | 2026-03-11T00:48:55.083Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2914 | 2026-03-11T00:48:56.298Z | Finished `release` profile [optimized] target(s) in 1.15s |
| 2915 | 2026-03-11T00:48:56.363Z | Running `target/release/omicron-package -t test list-outputs` |
| 2916 | 2026-03-11T00:48:56.417Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2917 | 2026-03-11T00:48:56.420Z | + ptime -m cargo build --locked --release -p xtask |
| 2918 | 2026-03-11T00:48:57.151Z | Compiling libc v0.2.180 |
| 2919 | 2026-03-11T00:48:57.151Z | Compiling serde v1.0.228 |
| 2920 | 2026-03-11T00:48:57.154Z | Compiling serde_core v1.0.228 |
| 2921 | 2026-03-11T00:48:57.154Z | Compiling rustix v1.1.3 |
| 2922 | 2026-03-11T00:48:57.254Z | Compiling bitflags v2.11.0 |
| 2923 | 2026-03-11T00:48:57.257Z | Compiling serde_json v1.0.149 |
| 2924 | 2026-03-11T00:48:57.305Z | Compiling num-traits v0.2.19 |
| 2925 | 2026-03-11T00:48:57.317Z | Compiling syn v2.0.117 |
| 2926 | 2026-03-11T00:48:57.329Z | Compiling hashbrown v0.16.1 |
| 2927 | 2026-03-11T00:48:57.332Z | Compiling smallvec v1.15.1 |
| 2928 | 2026-03-11T00:48:57.369Z | Compiling usdt-impl v0.5.0 |
| 2929 | 2026-03-11T00:48:57.383Z | Compiling syn v1.0.109 |
| 2930 | 2026-03-11T00:48:57.410Z | Compiling percent-encoding v2.3.2 |
| 2931 | 2026-03-11T00:48:57.413Z | Compiling getrandom v0.4.1 |
| 2932 | 2026-03-11T00:48:57.618Z | Compiling log v0.4.29 |
| 2933 | 2026-03-11T00:48:57.755Z | Compiling form_urlencoded v1.2.2 |
| 2934 | 2026-03-11T00:48:57.837Z | Compiling fs-err v3.3.0 |
| 2935 | 2026-03-11T00:48:57.851Z | Compiling once_cell v1.21.3 |
| 2936 | 2026-03-11T00:48:57.960Z | Compiling heck v0.4.1 |
| 2937 | 2026-03-11T00:48:57.960Z | Compiling anyhow v1.0.102 |
| 2938 | 2026-03-11T00:48:58.175Z | Compiling indexmap v2.13.0 |
| 2939 | 2026-03-11T00:48:58.403Z | Compiling thread-id v4.2.2 |
| 2940 | 2026-03-11T00:48:58.457Z | Compiling errno v0.3.14 |
| 2941 | 2026-03-11T00:48:58.461Z | Compiling memmap v0.7.0 |
| 2942 | 2026-03-11T00:48:58.851Z | Compiling ordered-float v2.10.1 |
| 2943 | 2026-03-11T00:48:59.481Z | Compiling proc-macro-error v1.0.4 |
| 2944 | 2026-03-11T00:48:59.790Z | Compiling tabled_derive v0.7.0 |
| 2945 | 2026-03-11T00:48:59.890Z | Compiling terminal_size v0.4.3 |
| 2946 | 2026-03-11T00:48:59.893Z | Compiling tempfile v3.25.0 |
| 2947 | 2026-03-11T00:49:00.012Z | Compiling clap_builder v4.5.60 |
| 2948 | 2026-03-11T00:49:00.012Z | Compiling textwrap v0.16.2 |
| 2949 | 2026-03-11T00:49:00.199Z | Compiling camino-tempfile v1.4.1 |
| 2950 | 2026-03-11T00:49:00.670Z | Compiling tabled v0.15.0 |
| 2951 | 2026-03-11T00:49:00.970Z | Compiling synstructure v0.13.2 |
| 2952 | 2026-03-11T00:49:00.970Z | Compiling pest_generator v2.8.6 |
| 2953 | 2026-03-11T00:49:01.526Z | Compiling serde_derive v1.0.228 |
| 2954 | 2026-03-11T00:49:01.526Z | Compiling zerofrom-derive v0.1.6 |
| 2955 | 2026-03-11T00:49:01.529Z | Compiling yoke-derive v0.8.1 |
| 2956 | 2026-03-11T00:49:01.529Z | Compiling zerovec-derive v0.11.2 |
| 2957 | 2026-03-11T00:49:01.529Z | Compiling displaydoc v0.2.5 |
| 2958 | 2026-03-11T00:49:01.529Z | Compiling thiserror-impl v1.0.69 |
| 2959 | 2026-03-11T00:49:01.529Z | Compiling zerocopy-derive v0.7.35 |
| 2960 | 2026-03-11T00:49:01.529Z | Compiling scroll_derive v0.12.1 |
| 2961 | 2026-03-11T00:49:01.529Z | Compiling thiserror-impl v2.0.18 |
| 2962 | 2026-03-11T00:49:01.529Z | Compiling clap_derive v4.5.55 |
| 2963 | 2026-03-11T00:49:01.662Z | Compiling pest_derive v2.8.6 |
| 2964 | 2026-03-11T00:49:02.421Z | Compiling scroll v0.12.0 |
| 2965 | 2026-03-11T00:49:02.775Z | Compiling zerocopy v0.7.35 |
| 2966 | 2026-03-11T00:49:02.864Z | Compiling goblin v0.8.2 |
| 2967 | 2026-03-11T00:49:03.122Z | Compiling zerofrom v0.1.6 |
| 2968 | 2026-03-11T00:49:03.186Z | Compiling thiserror v1.0.69 |
| 2969 | 2026-03-11T00:49:03.245Z | Compiling thiserror v2.0.18 |
| 2970 | 2026-03-11T00:49:03.310Z | Compiling yoke v0.8.1 |
| 2971 | 2026-03-11T00:49:03.339Z | Compiling dtrace-parser v0.2.0 |
| 2972 | 2026-03-11T00:49:03.592Z | Compiling zerovec v0.11.5 |
| 2973 | 2026-03-11T00:49:03.607Z | Compiling zerotrie v0.2.3 |
| 2974 | 2026-03-11T00:49:03.752Z | Compiling clap v4.5.60 |
| 2975 | 2026-03-11T00:49:04.401Z | Compiling tinystr v0.8.2 |
| 2976 | 2026-03-11T00:49:04.723Z | Compiling icu_locale_core v2.1.1 |
| 2977 | 2026-03-11T00:49:05.643Z | Compiling potential_utf v0.1.4 |
| 2978 | 2026-03-11T00:49:05.894Z | Compiling icu_collections v2.1.1 |
| 2979 | 2026-03-11T00:49:06.136Z | Compiling icu_provider v2.1.1 |
| 2980 | 2026-03-11T00:49:06.226Z | Compiling serde_spanned v0.6.9 |
| 2981 | 2026-03-11T00:49:06.381Z | Compiling toml_datetime v0.6.11 |
| 2982 | 2026-03-11T00:49:06.396Z | Compiling dof v0.3.0 |
| 2983 | 2026-03-11T00:49:06.426Z | Compiling serde-value v0.7.0 |
| 2984 | 2026-03-11T00:49:06.444Z | Compiling cargo-platform v0.2.0 |
| 2985 | 2026-03-11T00:49:06.483Z | Compiling macaddr v1.0.1 |
| 2986 | 2026-03-11T00:49:06.508Z | Compiling icu_properties v2.1.2 |
| 2987 | 2026-03-11T00:49:06.522Z | Compiling icu_normalizer v2.1.1 |
| 2988 | 2026-03-11T00:49:06.677Z | Compiling toml_edit v0.22.27 |
| 2989 | 2026-03-11T00:49:06.891Z | Compiling serde_tokenstream v0.2.3 |
| 2990 | 2026-03-11T00:49:07.904Z | Compiling idna_adapter v1.2.1 |
| 2991 | 2026-03-11T00:49:08.024Z | Compiling usdt-attr-macro v0.5.0 |
| 2992 | 2026-03-11T00:49:08.028Z | Compiling usdt-macro v0.5.0 |
| 2993 | 2026-03-11T00:49:08.058Z | Compiling idna v1.1.0 |
| 2994 | 2026-03-11T00:49:08.481Z | Compiling url v2.5.8 |
| 2995 | 2026-03-11T00:49:08.831Z | Compiling usdt v0.5.0 |
| 2996 | 2026-03-11T00:49:08.855Z | Compiling toml v0.8.23 |
| 2997 | 2026-03-11T00:49:09.454Z | Compiling cargo-util-schemas v0.8.2 |
| 2998 | 2026-03-11T00:49:09.454Z | Compiling cargo_toml v0.21.0 |
| 2999 | 2026-03-11T00:49:10.860Z | Compiling cargo_metadata v0.21.0 |
| 3000 | 2026-03-11T00:49:15.641Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3001 | 2026-03-11T00:49:19.696Z | Finished `release` profile [optimized] target(s) in 23.21s |
| 3002 | 2026-03-11T00:49:19.834Z | |
| 3003 | 2026-03-11T00:49:19.838Z | real 23.374320749 |
| 3004 | 2026-03-11T00:49:19.838Z | user 3:11.224427703 |
| 3005 | 2026-03-11T00:49:19.838Z | sys 21.053950023 |
| 3006 | 2026-03-11T00:49:19.838Z | trap 0.088638247 |
| 3007 | 2026-03-11T00:49:19.838Z | tflt 0.667088082 |
| 3008 | 2026-03-11T00:49:19.838Z | dflt 2.087339977 |
| 3009 | 2026-03-11T00:49:19.838Z | kflt 0.000048641 |
| 3010 | 2026-03-11T00:49:19.838Z | lock 5:31.203245755 |
| 3011 | 2026-03-11T00:49:19.838Z | slp 6:27.325121169 |
| 3012 | 2026-03-11T00:49:19.838Z | lat 7.790853129 |
| 3013 | 2026-03-11T00:49:19.838Z | stop 27.261380691 |
| 3014 | 2026-03-11T00:49:19.838Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3015 | 2026-03-11T00:49:19.838Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3016 | 2026-03-11T00:49:19.838Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3017 | 2026-03-11T00:49:19.838Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3018 | 2026-03-11T00:49:19.838Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3019 | 2026-03-11T00:49:21.082Z | Compiling regress v0.10.5 |
| 3020 | 2026-03-11T00:49:21.232Z | Compiling serde_spanned v1.0.4 |
| 3021 | 2026-03-11T00:49:21.232Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3022 | 2026-03-11T00:49:21.235Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3023 | 2026-03-11T00:49:21.248Z | Compiling structmeta-derive v0.3.0 |
| 3024 | 2026-03-11T00:49:21.265Z | Compiling rustls v0.22.4 |
| 3025 | 2026-03-11T00:49:21.268Z | Compiling rustls-webpki v0.102.8 |
| 3026 | 2026-03-11T00:49:21.268Z | Compiling newtype-uuid-macros v0.1.0 |
| 3027 | 2026-03-11T00:49:21.268Z | Compiling multer v3.1.0 |
| 3028 | 2026-03-11T00:49:21.268Z | Compiling match_cfg v0.1.0 |
| 3029 | 2026-03-11T00:49:21.268Z | Compiling debug-ignore v1.0.5 |
| 3030 | 2026-03-11T00:49:21.268Z | Compiling slog-json v2.6.1 |
| 3031 | 2026-03-11T00:49:21.301Z | Compiling async-stream-impl v0.3.6 |
| 3032 | 2026-03-11T00:49:21.304Z | Compiling dropshot v0.16.7 |
| 3033 | 2026-03-11T00:49:21.304Z | Compiling itertools v0.14.0 |
| 3034 | 2026-03-11T00:49:21.320Z | Compiling waitgroup v0.1.2 |
| 3035 | 2026-03-11T00:49:21.483Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3036 | 2026-03-11T00:49:21.507Z | Compiling hostname v0.3.1 |
| 3037 | 2026-03-11T00:49:21.573Z | Compiling rustls-pemfile v2.2.0 |
| 3038 | 2026-03-11T00:49:21.576Z | Compiling dropshot_endpoint v0.16.7 |
| 3039 | 2026-03-11T00:49:21.576Z | Compiling hostname v0.4.2 |
| 3040 | 2026-03-11T00:49:21.716Z | Compiling slog-bunyan v2.5.0 |
| 3041 | 2026-03-11T00:49:21.778Z | Compiling serde_path_to_error v0.1.20 |
| 3042 | 2026-03-11T00:49:21.781Z | Compiling progenitor-client v0.13.0 |
| 3043 | 2026-03-11T00:49:21.824Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3044 | 2026-03-11T00:49:21.870Z | Compiling macaddr v1.0.1 |
| 3045 | 2026-03-11T00:49:21.917Z | Compiling progenitor-client v0.10.0 |
| 3046 | 2026-03-11T00:49:21.955Z | Compiling instant v0.1.13 |
| 3047 | 2026-03-11T00:49:22.101Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3048 | 2026-03-11T00:49:22.122Z | Compiling backon v1.6.0 |
| 3049 | 2026-03-11T00:49:22.209Z | Compiling backoff v0.4.0 |
| 3050 | 2026-03-11T00:49:22.246Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3051 | 2026-03-11T00:49:22.303Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3052 | 2026-03-11T00:49:22.331Z | Compiling async-stream v0.3.6 |
| 3053 | 2026-03-11T00:49:22.353Z | Compiling progenitor-extras v0.1.1 |
| 3054 | 2026-03-11T00:49:22.353Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3055 | 2026-03-11T00:49:22.376Z | Compiling crucible-workspace-hack v0.1.0 |
| 3056 | 2026-03-11T00:49:22.421Z | Compiling cfg_aliases v0.2.1 |
| 3057 | 2026-03-11T00:49:22.424Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3058 | 2026-03-11T00:49:22.501Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3059 | 2026-03-11T00:49:22.537Z | Compiling heapless v0.8.0 |
| 3060 | 2026-03-11T00:49:22.576Z | Compiling hash32 v0.3.1 |
| 3061 | 2026-03-11T00:49:22.714Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-03-11T00:49:22.736Z | Compiling memoffset v0.9.1 |
| 3063 | 2026-03-11T00:49:22.801Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3064 | 2026-03-11T00:49:22.860Z | Compiling structmeta v0.3.0 |
| 3065 | 2026-03-11T00:49:22.885Z | Compiling smoltcp v0.11.0 |
| 3066 | 2026-03-11T00:49:22.889Z | Compiling tabwriter v1.4.1 |
| 3067 | 2026-03-11T00:49:22.927Z | Compiling cobs v0.3.0 |
| 3068 | 2026-03-11T00:49:22.931Z | Compiling foreign-types-macros v0.2.3 |
| 3069 | 2026-03-11T00:49:23.116Z | Compiling cpufeatures v0.3.0 |
| 3070 | 2026-03-11T00:49:23.167Z | Compiling derive-ex v0.1.8 |
| 3071 | 2026-03-11T00:49:23.191Z | Compiling parse-display-derive v0.10.0 |
| 3072 | 2026-03-11T00:49:23.215Z | Compiling proc-macro-crate v3.4.0 |
| 3073 | 2026-03-11T00:49:23.218Z | Compiling foreign-types-shared v0.3.1 |
| 3074 | 2026-03-11T00:49:23.257Z | Compiling chacha20 v0.10.0 |
| 3075 | 2026-03-11T00:49:23.300Z | Compiling ingot-macros v0.1.1 |
| 3076 | 2026-03-11T00:49:23.439Z | Compiling postcard v1.1.3 |
| 3077 | 2026-03-11T00:49:23.479Z | Compiling proc-macro-crate v1.3.1 |
| 3078 | 2026-03-11T00:49:23.548Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3079 | 2026-03-11T00:49:23.574Z | Compiling secrecy v0.10.3 |
| 3080 | 2026-03-11T00:49:23.627Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3081 | 2026-03-11T00:49:23.753Z | Compiling cstr-argument v0.1.2 |
| 3082 | 2026-03-11T00:49:23.796Z | Compiling foreign-types v0.5.0 |
| 3083 | 2026-03-11T00:49:23.800Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3084 | 2026-03-11T00:49:23.915Z | Compiling colored v3.1.1 |
| 3085 | 2026-03-11T00:49:23.937Z | Compiling unsafe-libyaml v0.2.11 |
| 3086 | 2026-03-11T00:49:23.971Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3087 | 2026-03-11T00:49:23.994Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3088 | 2026-03-11T00:49:24.027Z | Compiling num_enum_derive v0.7.5 |
| 3089 | 2026-03-11T00:49:24.052Z | Compiling rand v0.10.0 |
| 3090 | 2026-03-11T00:49:24.076Z | Compiling num_enum_derive v0.5.11 |
| 3091 | 2026-03-11T00:49:24.150Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3092 | 2026-03-11T00:49:24.182Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3093 | 2026-03-11T00:49:24.203Z | Compiling nix v0.30.1 |
| 3094 | 2026-03-11T00:49:24.290Z | Compiling camino-tempfile v1.4.1 |
| 3095 | 2026-03-11T00:49:24.347Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3096 | 2026-03-11T00:49:24.366Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3097 | 2026-03-11T00:49:24.431Z | Compiling tokio-rustls v0.25.0 |
| 3098 | 2026-03-11T00:49:24.546Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3099 | 2026-03-11T00:49:24.621Z | Compiling smf v0.2.3 |
| 3100 | 2026-03-11T00:49:24.757Z | Compiling serde_yaml v0.9.34+deprecated |
| 3101 | 2026-03-11T00:49:24.831Z | Compiling num-derive v0.4.2 |
| 3102 | 2026-03-11T00:49:24.854Z | Compiling sigpipe v0.1.3 |
| 3103 | 2026-03-11T00:49:24.907Z | Compiling glob v0.3.3 |
| 3104 | 2026-03-11T00:49:24.988Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3105 | 2026-03-11T00:49:25.317Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3106 | 2026-03-11T00:49:25.339Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3107 | 2026-03-11T00:49:25.379Z | Compiling whoami v1.6.1 |
| 3108 | 2026-03-11T00:49:25.480Z | Compiling toml v0.8.23 |
| 3109 | 2026-03-11T00:49:25.575Z | Compiling num_enum v0.7.5 |
| 3110 | 2026-03-11T00:49:25.597Z | Compiling num_enum v0.5.11 |
| 3111 | 2026-03-11T00:49:25.620Z | Compiling test-strategy v0.4.5 |
| 3112 | 2026-03-11T00:49:25.643Z | Compiling convert_case v0.4.0 |
| 3113 | 2026-03-11T00:49:25.668Z | Compiling parse-display v0.10.0 |
| 3114 | 2026-03-11T00:49:25.687Z | Compiling universal-hash v0.5.1 |
| 3115 | 2026-03-11T00:49:25.746Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3116 | 2026-03-11T00:49:25.769Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3117 | 2026-03-11T00:49:25.789Z | Compiling opaque-debug v0.3.1 |
| 3118 | 2026-03-11T00:49:25.877Z | Compiling half v2.7.1 |
| 3119 | 2026-03-11T00:49:25.901Z | Compiling ciborium-io v0.2.2 |
| 3120 | 2026-03-11T00:49:26.091Z | Compiling aead v0.5.2 |
| 3121 | 2026-03-11T00:49:26.144Z | Compiling poly1305 v0.8.0 |
| 3122 | 2026-03-11T00:49:26.166Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3123 | 2026-03-11T00:49:26.189Z | Compiling derive_more v0.99.20 |
| 3124 | 2026-03-11T00:49:26.212Z | Compiling chacha20 v0.9.1 |
| 3125 | 2026-03-11T00:49:26.327Z | Compiling ciborium-ll v0.2.2 |
| 3126 | 2026-03-11T00:49:26.382Z | Compiling typify-impl v0.6.1 |
| 3127 | 2026-03-11T00:49:26.405Z | Compiling typify-impl v0.4.3 |
| 3128 | 2026-03-11T00:49:26.408Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3129 | 2026-03-11T00:49:26.463Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3130 | 2026-03-11T00:49:26.575Z | Compiling ciborium v0.2.2 |
| 3131 | 2026-03-11T00:49:26.636Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3132 | 2026-03-11T00:49:26.709Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3133 | 2026-03-11T00:49:26.736Z | Compiling num-rational v0.4.2 |
| 3134 | 2026-03-11T00:49:26.809Z | Compiling password-hash v0.5.0 |
| 3135 | 2026-03-11T00:49:26.869Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3136 | 2026-03-11T00:49:26.905Z | Compiling blake2 v0.10.6 |
| 3137 | 2026-03-11T00:49:27.106Z | Compiling num-complex v0.4.6 |
| 3138 | 2026-03-11T00:49:27.139Z | Compiling prettyplease v0.2.37 |
| 3139 | 2026-03-11T00:49:27.293Z | Compiling ingot-types v0.1.2 |
| 3140 | 2026-03-11T00:49:27.429Z | Compiling indent_write v2.2.0 |
| 3141 | 2026-03-11T00:49:27.481Z | Compiling argon2 v0.5.3 |
| 3142 | 2026-03-11T00:49:27.557Z | Compiling chacha20poly1305 v0.10.1 |
| 3143 | 2026-03-11T00:49:27.637Z | Compiling float-ord v0.3.2 |
| 3144 | 2026-03-11T00:49:27.728Z | Compiling num v0.4.3 |
| 3145 | 2026-03-11T00:49:27.760Z | Compiling gethostname v0.5.0 |
| 3146 | 2026-03-11T00:49:27.782Z | Compiling usdt-macro v0.5.0 |
| 3147 | 2026-03-11T00:49:27.814Z | Compiling ingot v0.1.1 |
| 3148 | 2026-03-11T00:49:27.841Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3149 | 2026-03-11T00:49:27.863Z | Compiling usdt-attr-macro v0.5.0 |
| 3150 | 2026-03-11T00:49:27.894Z | Compiling derive-where v1.6.0 |
| 3151 | 2026-03-11T00:49:27.946Z | Compiling memmap v0.7.0 |
| 3152 | 2026-03-11T00:49:28.232Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3153 | 2026-03-11T00:49:28.290Z | Compiling atomicwrites v0.4.4 |
| 3154 | 2026-03-11T00:49:28.419Z | Compiling thiserror-no-std v2.0.2 |
| 3155 | 2026-03-11T00:49:28.566Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3156 | 2026-03-11T00:49:28.588Z | Compiling vsss-rs v3.3.4 |
| 3157 | 2026-03-11T00:49:28.629Z | Compiling owo-colors v4.3.0 |
| 3158 | 2026-03-11T00:49:28.650Z | Compiling cancel-safe-futures v0.1.5 |
| 3159 | 2026-03-11T00:49:28.842Z | Compiling libsw-core v0.3.2 |
| 3160 | 2026-03-11T00:49:28.985Z | Compiling usdt v0.5.0 |
| 3161 | 2026-03-11T00:49:29.037Z | Compiling async-recursion v1.1.1 |
| 3162 | 2026-03-11T00:49:29.091Z | Compiling resolv-conf v0.7.6 |
| 3163 | 2026-03-11T00:49:29.366Z | Compiling libsw v3.5.0 |
| 3164 | 2026-03-11T00:49:29.389Z | Compiling progenitor-client v0.11.2 |
| 3165 | 2026-03-11T00:49:29.601Z | Compiling linear-map v1.2.0 |
| 3166 | 2026-03-11T00:49:29.625Z | Compiling libefi-sys v0.1.0 |
| 3167 | 2026-03-11T00:49:29.628Z | Compiling hickory-proto v0.24.4 |
| 3168 | 2026-03-11T00:49:29.682Z | Compiling newline-converter v0.3.0 |
| 3169 | 2026-03-11T00:49:29.790Z | Compiling console v0.15.11 |
| 3170 | 2026-03-11T00:49:29.836Z | Compiling bitfield-struct v0.6.2 |
| 3171 | 2026-03-11T00:49:29.839Z | Compiling linked-hash-map v0.5.6 |
| 3172 | 2026-03-11T00:49:29.883Z | Compiling semver v0.1.20 |
| 3173 | 2026-03-11T00:49:29.883Z | Compiling pin-project-internal v1.1.11 |
| 3174 | 2026-03-11T00:49:30.012Z | Compiling slog-dtrace v0.3.0 |
| 3175 | 2026-03-11T00:49:30.050Z | Compiling minimal-lexical v0.2.1 |
| 3176 | 2026-03-11T00:49:30.129Z | Compiling lru-cache v0.1.2 |
| 3177 | 2026-03-11T00:49:30.245Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3178 | 2026-03-11T00:49:30.300Z | Compiling expectorate v1.2.0 |
| 3179 | 2026-03-11T00:49:30.323Z | Compiling rustc_version v0.1.7 |
| 3180 | 2026-03-11T00:49:30.323Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3181 | 2026-03-11T00:49:30.412Z | Compiling nom v7.1.3 |
| 3182 | 2026-03-11T00:49:30.442Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3183 | 2026-03-11T00:49:30.464Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3184 | 2026-03-11T00:49:30.537Z | Compiling tokio-dtrace v0.1.1 |
| 3185 | 2026-03-11T00:49:30.604Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3186 | 2026-03-11T00:49:30.684Z | Compiling newtype_derive v0.1.6 |
| 3187 | 2026-03-11T00:49:30.720Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3188 | 2026-03-11T00:49:30.743Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3189 | 2026-03-11T00:49:30.770Z | Compiling phf_shared v0.12.1 |
| 3190 | 2026-03-11T00:49:30.909Z | Compiling snafu-derive v0.8.9 |
| 3191 | 2026-03-11T00:49:30.974Z | Compiling pem v3.0.6 |
| 3192 | 2026-03-11T00:49:30.994Z | Compiling csv-core v0.1.13 |
| 3193 | 2026-03-11T00:49:31.040Z | Compiling xshell-macros v0.2.7 |
| 3194 | 2026-03-11T00:49:31.184Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-03-11T00:49:31.205Z | Compiling chrono-tz v0.10.4 |
| 3196 | 2026-03-11T00:49:31.364Z | Compiling highway v1.3.0 |
| 3197 | 2026-03-11T00:49:31.386Z | Compiling same-file v1.0.6 |
| 3198 | 2026-03-11T00:49:31.461Z | Compiling csv v1.4.0 |
| 3199 | 2026-03-11T00:49:31.520Z | Compiling const_format_proc_macros v0.2.34 |
| 3200 | 2026-03-11T00:49:31.543Z | Compiling pin-project v1.1.11 |
| 3201 | 2026-03-11T00:49:31.599Z | Compiling xshell v0.2.7 |
| 3202 | 2026-03-11T00:49:31.699Z | Compiling walkdir v2.5.0 |
| 3203 | 2026-03-11T00:49:31.826Z | Compiling phf v0.12.1 |
| 3204 | 2026-03-11T00:49:31.898Z | Compiling oxide-tokio-rt v0.1.2 |
| 3205 | 2026-03-11T00:49:32.059Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3206 | 2026-03-11T00:49:32.163Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3207 | 2026-03-11T00:49:32.186Z | Compiling globset v0.4.18 |
| 3208 | 2026-03-11T00:49:32.261Z | Compiling olpc-cjson v0.1.4 |
| 3209 | 2026-03-11T00:49:32.334Z | Compiling primeorder v0.13.6 |
| 3210 | 2026-03-11T00:49:32.358Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3211 | 2026-03-11T00:49:32.358Z | Compiling serde_plain v1.0.2 |
| 3212 | 2026-03-11T00:49:32.399Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3213 | 2026-03-11T00:49:32.498Z | Compiling typed-path v0.9.3 |
| 3214 | 2026-03-11T00:49:32.519Z | Compiling base64 v0.21.7 |
| 3215 | 2026-03-11T00:49:32.541Z | Compiling hickory-resolver v0.24.4 |
| 3216 | 2026-03-11T00:49:32.649Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3217 | 2026-03-11T00:49:32.748Z | Compiling const_format v0.2.35 |
| 3218 | 2026-03-11T00:49:32.993Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3219 | 2026-03-11T00:49:33.020Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3220 | 2026-03-11T00:49:33.082Z | Compiling typify-macro v0.6.1 |
| 3221 | 2026-03-11T00:49:33.170Z | Compiling tabled_derive v0.7.0 |
| 3222 | 2026-03-11T00:49:33.205Z | Compiling bcs v0.1.6 |
| 3223 | 2026-03-11T00:49:33.229Z | Compiling typify-macro v0.4.3 |
| 3224 | 2026-03-11T00:49:33.253Z | Compiling termtree v0.5.1 |
| 3225 | 2026-03-11T00:49:33.477Z | Compiling radium v0.7.0 |
| 3226 | 2026-03-11T00:49:33.651Z | Compiling salty v0.3.0 |
| 3227 | 2026-03-11T00:49:33.699Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3228 | 2026-03-11T00:49:33.795Z | Compiling snafu v0.8.9 |
| 3229 | 2026-03-11T00:49:33.818Z | Compiling textwrap v0.16.2 |
| 3230 | 2026-03-11T00:49:33.904Z | Compiling qorb v0.4.1 |
| 3231 | 2026-03-11T00:49:33.964Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3232 | 2026-03-11T00:49:34.054Z | Compiling steno v0.4.1 |
| 3233 | 2026-03-11T00:49:34.172Z | Compiling tough v0.20.0 |
| 3234 | 2026-03-11T00:49:34.251Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3235 | 2026-03-11T00:49:34.285Z | Compiling tap v1.0.1 |
| 3236 | 2026-03-11T00:49:34.308Z | Compiling utf-8 v0.7.6 |
| 3237 | 2026-03-11T00:49:34.463Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3238 | 2026-03-11T00:49:34.485Z | Compiling maybe-uninit v2.0.0 |
| 3239 | 2026-03-11T00:49:34.505Z | Compiling humantime v2.3.0 |
| 3240 | 2026-03-11T00:49:34.578Z | Compiling tungstenite v0.21.0 |
| 3241 | 2026-03-11T00:49:34.600Z | Compiling tabled v0.15.0 |
| 3242 | 2026-03-11T00:49:34.674Z | Compiling wyz v0.5.1 |
| 3243 | 2026-03-11T00:49:34.983Z | Compiling p384 v0.13.1 |
| 3244 | 2026-03-11T00:49:35.006Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3245 | 2026-03-11T00:49:35.044Z | Compiling arc-swap v1.8.2 |
| 3246 | 2026-03-11T00:49:35.110Z | Compiling tagptr v0.2.0 |
| 3247 | 2026-03-11T00:49:35.213Z | Compiling funty v2.0.0 |
| 3248 | 2026-03-11T00:49:35.333Z | Compiling packed_struct v0.10.1 |
| 3249 | 2026-03-11T00:49:35.355Z | Compiling slog-scope v4.4.1 |
| 3250 | 2026-03-11T00:49:35.661Z | Compiling typify v0.6.1 |
| 3251 | 2026-03-11T00:49:35.714Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3252 | 2026-03-11T00:49:35.738Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3253 | 2026-03-11T00:49:35.785Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3254 | 2026-03-11T00:49:35.789Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3255 | 2026-03-11T00:49:35.834Z | Compiling progenitor-impl v0.13.0 |
| 3256 | 2026-03-11T00:49:35.838Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3257 | 2026-03-11T00:49:35.877Z | Compiling typify v0.4.3 |
| 3258 | 2026-03-11T00:49:36.045Z | Compiling progenitor-impl v0.11.2 |
| 3259 | 2026-03-11T00:49:36.161Z | Compiling progenitor-impl v0.10.0 |
| 3260 | 2026-03-11T00:49:36.410Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3261 | 2026-03-11T00:49:36.479Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3262 | 2026-03-11T00:49:36.620Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3263 | 2026-03-11T00:49:36.741Z | Compiling bitvec v1.0.1 |
| 3264 | 2026-03-11T00:49:36.993Z | Compiling moka v0.12.13 |
| 3265 | 2026-03-11T00:49:37.651Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3266 | 2026-03-11T00:49:37.713Z | Compiling tokio-tungstenite v0.21.0 |
| 3267 | 2026-03-11T00:49:38.010Z | Compiling polyval v0.6.2 |
| 3268 | 2026-03-11T00:49:38.079Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3269 | 2026-03-11T00:49:38.104Z | Compiling packed_struct_codegen v0.10.1 |
| 3270 | 2026-03-11T00:49:38.129Z | Compiling zerocopy-derive v0.6.6 |
| 3271 | 2026-03-11T00:49:38.171Z | Compiling bitfield-macros v0.19.4 |
| 3272 | 2026-03-11T00:49:38.341Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3273 | 2026-03-11T00:49:38.544Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3274 | 2026-03-11T00:49:38.571Z | Compiling indexmap v1.9.3 |
| 3275 | 2026-03-11T00:49:38.596Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3276 | 2026-03-11T00:49:38.837Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3277 | 2026-03-11T00:49:38.879Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3278 | 2026-03-11T00:49:38.903Z | Compiling nodrop v0.1.14 |
| 3279 | 2026-03-11T00:49:38.938Z | Compiling crc-catalog v2.4.0 |
| 3280 | 2026-03-11T00:49:39.056Z | Compiling parking_lot_core v0.8.6 |
| 3281 | 2026-03-11T00:49:39.100Z | Compiling crc v3.4.0 |
| 3282 | 2026-03-11T00:49:39.230Z | Compiling bitfield v0.19.4 |
| 3283 | 2026-03-11T00:49:39.389Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3284 | 2026-03-11T00:49:39.392Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3285 | 2026-03-11T00:49:39.434Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3286 | 2026-03-11T00:49:39.479Z | Compiling zerocopy v0.6.6 |
| 3287 | 2026-03-11T00:49:39.507Z | Compiling array-init v0.0.4 |
| 3288 | 2026-03-11T00:49:39.708Z | Compiling proc-macro-error2 v2.0.1 |
| 3289 | 2026-03-11T00:49:39.744Z | Compiling progenitor-macro v0.13.0 |
| 3290 | 2026-03-11T00:49:39.856Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3291 | 2026-03-11T00:49:39.918Z | Compiling progenitor-macro v0.11.2 |
| 3292 | 2026-03-11T00:49:39.976Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3293 | 2026-03-11T00:49:40.018Z | Compiling progenitor-macro v0.10.0 |
| 3294 | 2026-03-11T00:49:40.102Z | Compiling ghash v0.5.1 |
| 3295 | 2026-03-11T00:49:40.143Z | Compiling smallvec v0.6.14 |
| 3296 | 2026-03-11T00:49:40.167Z | Compiling hickory-resolver v0.25.2 |
| 3297 | 2026-03-11T00:49:40.195Z | Compiling slog-stdlog v4.1.1 |
| 3298 | 2026-03-11T00:49:40.298Z | Compiling nix v0.31.1 |
| 3299 | 2026-03-11T00:49:40.463Z | Compiling git-stub v1.0.0 |
| 3300 | 2026-03-11T00:49:40.519Z | Compiling ctr v0.9.2 |
| 3301 | 2026-03-11T00:49:40.815Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3302 | 2026-03-11T00:49:40.840Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3303 | 2026-03-11T00:49:40.882Z | Compiling num-derive v0.3.3 |
| 3304 | 2026-03-11T00:49:40.916Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3305 | 2026-03-11T00:49:41.013Z | Compiling lzma-sys v0.1.20 |
| 3306 | 2026-03-11T00:49:41.153Z | Compiling unicase v2.9.0 |
| 3307 | 2026-03-11T00:49:41.177Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3308 | 2026-03-11T00:49:41.207Z | Compiling hashbrown v0.12.3 |
| 3309 | 2026-03-11T00:49:41.270Z | Compiling aes-gcm v0.10.3 |
| 3310 | 2026-03-11T00:49:41.460Z | Compiling mime_guess v2.0.5 |
| 3311 | 2026-03-11T00:49:41.517Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3312 | 2026-03-11T00:49:41.540Z | Compiling git-stub-vcs v0.1.0 |
| 3313 | 2026-03-11T00:49:41.599Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3314 | 2026-03-11T00:49:41.764Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3315 | 2026-03-11T00:49:41.914Z | Compiling serde-hex v0.1.0 |
| 3316 | 2026-03-11T00:49:41.930Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3317 | 2026-03-11T00:49:41.981Z | Compiling slog-envlogger v2.2.0 |
| 3318 | 2026-03-11T00:49:42.059Z | Compiling tabled_derive v0.11.0 |
| 3319 | 2026-03-11T00:49:42.167Z | Compiling libscf-sys v1.1.0 |
| 3320 | 2026-03-11T00:49:42.246Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3321 | 2026-03-11T00:49:42.511Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-03-11T00:49:42.575Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3323 | 2026-03-11T00:49:42.711Z | Compiling ron v0.8.1 |
| 3324 | 2026-03-11T00:49:42.857Z | Compiling papergrid v0.17.0 |
| 3325 | 2026-03-11T00:49:42.882Z | Compiling cargo_toml v0.22.3 |
| 3326 | 2026-03-11T00:49:43.135Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3327 | 2026-03-11T00:49:43.258Z | Compiling hashbrown v0.13.2 |
| 3328 | 2026-03-11T00:49:43.839Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3329 | 2026-03-11T00:49:43.956Z | Compiling testing_table v0.3.0 |
| 3330 | 2026-03-11T00:49:43.990Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3331 | 2026-03-11T00:49:44.136Z | Compiling ssh-encoding v0.2.0 |
| 3332 | 2026-03-11T00:49:44.193Z | Compiling blowfish v0.9.1 |
| 3333 | 2026-03-11T00:49:44.326Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-03-11T00:49:44.448Z | Compiling nibble_vec v0.1.0 |
| 3335 | 2026-03-11T00:49:44.478Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3336 | 2026-03-11T00:49:44.505Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3337 | 2026-03-11T00:49:44.533Z | Compiling endian-type v0.1.2 |
| 3338 | 2026-03-11T00:49:44.667Z | Compiling crc-any v2.5.0 |
| 3339 | 2026-03-11T00:49:44.757Z | Compiling corncobs v0.1.4 |
| 3340 | 2026-03-11T00:49:44.783Z | Compiling radix_trie v0.2.1 |
| 3341 | 2026-03-11T00:49:44.859Z | Compiling ssh-cipher v0.2.0 |
| 3342 | 2026-03-11T00:49:44.886Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3343 | 2026-03-11T00:49:44.979Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3344 | 2026-03-11T00:49:45.031Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3345 | 2026-03-11T00:49:45.048Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-03-11T00:49:45.245Z | Compiling tabled v0.20.0 |
| 3347 | 2026-03-11T00:49:45.301Z | Compiling object v0.30.4 |
| 3348 | 2026-03-11T00:49:45.343Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3349 | 2026-03-11T00:49:45.349Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3350 | 2026-03-11T00:49:45.625Z | Compiling parking_lot v0.11.2 |
| 3351 | 2026-03-11T00:49:45.681Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3352 | 2026-03-11T00:49:45.811Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3353 | 2026-03-11T00:49:46.110Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3354 | 2026-03-11T00:49:46.156Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3355 | 2026-03-11T00:49:46.477Z | Compiling prefix-trie v0.7.0 |
| 3356 | 2026-03-11T00:49:46.677Z | Compiling password-hash v0.4.2 |
| 3357 | 2026-03-11T00:49:46.784Z | Compiling fxhash v0.2.1 |
| 3358 | 2026-03-11T00:49:46.927Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3359 | 2026-03-11T00:49:46.981Z | Compiling secrecy v0.8.0 |
| 3360 | 2026-03-11T00:49:47.024Z | Compiling half v1.8.3 |
| 3361 | 2026-03-11T00:49:47.105Z | Compiling progenitor v0.13.0 |
| 3362 | 2026-03-11T00:49:47.184Z | Compiling http-range v0.1.5 |
| 3363 | 2026-03-11T00:49:47.207Z | Compiling path-slash v0.1.5 |
| 3364 | 2026-03-11T00:49:47.296Z | Compiling progenitor v0.11.2 |
| 3365 | 2026-03-11T00:49:47.353Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3366 | 2026-03-11T00:49:47.374Z | Compiling progenitor v0.10.0 |
| 3367 | 2026-03-11T00:49:47.485Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3368 | 2026-03-11T00:49:47.507Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3369 | 2026-03-11T00:49:47.507Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3370 | 2026-03-11T00:49:47.549Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3371 | 2026-03-11T00:49:47.589Z | Compiling serde_cbor v0.11.2 |
| 3372 | 2026-03-11T00:49:48.147Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3373 | 2026-03-11T00:49:48.213Z | Compiling pbkdf2 v0.11.0 |
| 3374 | 2026-03-11T00:49:48.328Z | Compiling hickory-server v0.25.2 |
| 3375 | 2026-03-11T00:49:48.456Z | Compiling sled v0.34.7 |
| 3376 | 2026-03-11T00:49:48.518Z | Compiling ron v0.12.0 |
| 3377 | 2026-03-11T00:49:48.646Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3378 | 2026-03-11T00:49:48.814Z | Compiling xz2 v0.1.7 |
| 3379 | 2026-03-11T00:49:48.836Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3380 | 2026-03-11T00:49:49.168Z | Compiling ssh-key v0.6.7 |
| 3381 | 2026-03-11T00:49:49.309Z | Compiling hickory-client v0.25.2 |
| 3382 | 2026-03-11T00:49:49.753Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3383 | 2026-03-11T00:49:49.802Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3384 | 2026-03-11T00:49:49.918Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3385 | 2026-03-11T00:49:50.553Z | Compiling p256 v0.13.2 |
| 3386 | 2026-03-11T00:49:50.670Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3387 | 2026-03-11T00:49:50.692Z | Compiling p521 v0.13.3 |
| 3388 | 2026-03-11T00:49:50.869Z | Compiling yasna v0.5.2 |
| 3389 | 2026-03-11T00:49:50.933Z | Compiling kstat-rs v0.2.4 |
| 3390 | 2026-03-11T00:49:50.979Z | Compiling headers-core v0.3.0 |
| 3391 | 2026-03-11T00:49:51.092Z | Compiling nanorand v0.7.0 |
| 3392 | 2026-03-11T00:49:51.162Z | Compiling atty v0.2.14 |
| 3393 | 2026-03-11T00:49:51.333Z | Compiling russh-cryptovec v0.7.3 |
| 3394 | 2026-03-11T00:49:51.362Z | Compiling base16ct v1.0.0 |
| 3395 | 2026-03-11T00:49:51.387Z | Compiling md5 v0.7.0 |
| 3396 | 2026-03-11T00:49:51.491Z | Compiling crc8 v0.1.1 |
| 3397 | 2026-03-11T00:49:51.529Z | Compiling home v0.5.12 |
| 3398 | 2026-03-11T00:49:51.616Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3399 | 2026-03-11T00:49:51.665Z | Compiling rcgen v0.12.1 |
| 3400 | 2026-03-11T00:49:51.701Z | Compiling russh-keys v0.45.0 |
| 3401 | 2026-03-11T00:49:51.745Z | Compiling flume v0.11.1 |
| 3402 | 2026-03-11T00:49:51.767Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3403 | 2026-03-11T00:49:51.830Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3404 | 2026-03-11T00:49:52.004Z | Compiling headers v0.4.1 |
| 3405 | 2026-03-11T00:49:52.252Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3406 | 2026-03-11T00:49:52.847Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3407 | 2026-03-11T00:49:52.959Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3408 | 2026-03-11T00:49:53.104Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3409 | 2026-03-11T00:49:53.664Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3410 | 2026-03-11T00:49:53.813Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3411 | 2026-03-11T00:49:53.909Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3412 | 2026-03-11T00:49:54.987Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3413 | 2026-03-11T00:49:55.011Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3414 | 2026-03-11T00:49:55.174Z | Compiling hyper-staticfile v0.10.1 |
| 3415 | 2026-03-11T00:49:55.291Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3416 | 2026-03-11T00:49:55.349Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3417 | 2026-03-11T00:49:55.475Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3418 | 2026-03-11T00:49:55.810Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3419 | 2026-03-11T00:49:55.868Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3420 | 2026-03-11T00:49:55.949Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3421 | 2026-03-11T00:49:55.976Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3422 | 2026-03-11T00:49:56.042Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3423 | 2026-03-11T00:49:56.373Z | Compiling num-bigint v0.4.6 |
| 3424 | 2026-03-11T00:49:56.395Z | Compiling des v0.8.1 |
| 3425 | 2026-03-11T00:49:56.467Z | Compiling subprocess v0.2.15 |
| 3426 | 2026-03-11T00:49:56.644Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3427 | 2026-03-11T00:49:56.682Z | Compiling display-error-chain v0.2.2 |
| 3428 | 2026-03-11T00:49:56.882Z | Compiling hex-literal v0.4.1 |
| 3429 | 2026-03-11T00:49:56.903Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3430 | 2026-03-11T00:49:57.055Z | Compiling colored v2.2.0 |
| 3431 | 2026-03-11T00:49:57.058Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3432 | 2026-03-11T00:49:57.147Z | Compiling socket2 v0.5.10 |
| 3433 | 2026-03-11T00:49:57.290Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-03-11T00:49:57.455Z | Compiling internet-checksum v0.2.1 |
| 3435 | 2026-03-11T00:49:58.055Z | Compiling russh v0.45.0 |
| 3436 | 2026-03-11T00:49:58.806Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3437 | 2026-03-11T00:49:59.734Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3438 | 2026-03-11T00:50:00.388Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3439 | 2026-03-11T00:50:05.862Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3440 | 2026-03-11T00:50:15.833Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3441 | 2026-03-11T00:50:15.836Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3442 | 2026-03-11T00:50:15.836Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3443 | 2026-03-11T00:50:15.836Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3444 | 2026-03-11T00:50:18.086Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3445 | 2026-03-11T00:50:18.221Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3446 | 2026-03-11T00:50:23.834Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3447 | 2026-03-11T00:50:52.906Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3448 | 2026-03-11T00:51:18.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
| 3449 | 2026-03-11T00:51:18.732Z | |
| 3450 | 2026-03-11T00:51:18.735Z | real 1:58.814965975 |
| 3451 | 2026-03-11T00:51:18.735Z | user 11:33.890783663 |
| 3452 | 2026-03-11T00:51:18.735Z | sys 2:04.544678835 |
| 3453 | 2026-03-11T00:51:18.735Z | trap 0.364514347 |
| 3454 | 2026-03-11T00:51:18.735Z | tflt 0.623028844 |
| 3455 | 2026-03-11T00:51:18.735Z | dflt 1.458690487 |
| 3456 | 2026-03-11T00:51:18.735Z | kflt 0.000171432 |
| 3457 | 2026-03-11T00:51:18.735Z | lock 28:57.496831282 |
| 3458 | 2026-03-11T00:51:18.735Z | slp 38:03.980738926 |
| 3459 | 2026-03-11T00:51:18.735Z | lat 48.699320633 |
| 3460 | 2026-03-11T00:51:18.735Z | stop 3:41.630410518 |
| 3461 | 2026-03-11T00:51:18.735Z | + mkdir tests |
| 3462 | 2026-03-11T00:51:18.738Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3463 | 2026-03-11T00:51:18.738Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3464 | 2026-03-11T00:51:18.774Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-be2f3fbb66a24b81 tests/ |
| 3465 | 2026-03-11T00:51:18.798Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-90e231386db5c646 tests/ |
| 3466 | 2026-03-11T00:51:18.821Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-797b4524f305a074 tests/ |
| 3467 | 2026-03-11T00:51:18.845Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfa015b536a6196a tests/ |
| 3468 | 2026-03-11T00:51:19.096Z | + 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/*) |
| 3469 | 2026-03-11T00:51:19.099Z | + 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-90e231386db5c646 tests/commtest-797b4524f305a074 tests/dhcp_server-be2f3fbb66a24b81 tests/end_to_end_tests-cfa015b536a6196a out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar 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 |
| 3470 | 2026-03-11T00:52:59.003Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3471 | 2026-03-11T00:52:59.003Z | a .github/buildomat/ci-env.sh 1K |
| 3472 | 2026-03-11T00:52:59.003Z | a out/target/test 1K |
| 3473 | 2026-03-11T00:52:59.003Z | a out/npuzone/npuzone 27402K |
| 3474 | 2026-03-11T00:52:59.003Z | a package-manifest.toml 35K |
| 3475 | 2026-03-11T00:52:59.003Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3476 | 2026-03-11T00:52:59.003Z | a target/release/omicron-package 41064K |
| 3477 | 2026-03-11T00:52:59.003Z | a target/release/xtask 11359K |
| 3478 | 2026-03-11T00:52:59.003Z | a target/debug/bootstrap 345836K |
| 3479 | 2026-03-11T00:52:59.003Z | a tests/bootstrap-90e231386db5c646 31480K |
| 3480 | 2026-03-11T00:52:59.003Z | a tests/commtest-797b4524f305a074 31997K |
| 3481 | 2026-03-11T00:52:59.003Z | a tests/dhcp_server-be2f3fbb66a24b81 31480K |
| 3482 | 2026-03-11T00:52:59.003Z | a tests/end_to_end_tests-cfa015b536a6196a 387857K |
| 3483 | 2026-03-11T00:52:59.003Z | a out/clickhouse.tar.gz 302570K |
| 3484 | 2026-03-11T00:52:59.003Z | a out/clickhouse_keeper.tar.gz 287859K |
| 3485 | 2026-03-11T00:52:59.003Z | a out/clickhouse_server.tar.gz 302568K |
| 3486 | 2026-03-11T00:52:59.003Z | a out/cockroachdb.tar.gz 156108K |
| 3487 | 2026-03-11T00:52:59.003Z | a out/crucible-pantry-zone.tar.gz 38317K |
| 3488 | 2026-03-11T00:52:59.003Z | a out/crucible-utils.tar 17744K |
| 3489 | 2026-03-11T00:52:59.003Z | a out/crucible-zone.tar.gz 52455K |
| 3490 | 2026-03-11T00:52:59.003Z | a out/external-dns.tar.gz 41551K |
| 3491 | 2026-03-11T00:52:59.003Z | a out/internal-dns.tar.gz 41550K |
| 3492 | 2026-03-11T00:52:59.004Z | a out/mg-ddm-gz.tar 86339K |
| 3493 | 2026-03-11T00:52:59.004Z | a out/nexus.tar.gz 209500K |
| 3494 | 2026-03-11T00:52:59.004Z | a out/ntp.tar.gz 22568K |
| 3495 | 2026-03-11T00:52:59.004Z | a out/omicron-gateway-softnpu.tar.gz 25875K |
| 3496 | 2026-03-11T00:52:59.004Z | a out/omicron-sled-agent.tar 181255K |
| 3497 | 2026-03-11T00:52:59.004Z | a out/overlay.tar.gz 3K |
| 3498 | 2026-03-11T00:52:59.004Z | a out/oximeter.tar.gz 56770K |
| 3499 | 2026-03-11T00:52:59.004Z | a out/oxlog.tar 3895K |
| 3500 | 2026-03-11T00:52:59.004Z | a out/probe.tar.gz 3037K |
| 3501 | 2026-03-11T00:52:59.004Z | a out/propolis-server.tar.gz 74633K |
| 3502 | 2026-03-11T00:52:59.004Z | a out/pumpkind-gz.tar 26647K |
| 3503 | 2026-03-11T00:52:59.004Z | a out/switch-softnpu.tar.gz 368704K |
| 3504 | 2026-03-11T00:52:59.007Z | |
| 3505 | 2026-03-11T00:52:59.007Z | real 1:39.885496687 |
| 3506 | 2026-03-11T00:52:59.007Z | user 1:36.840252238 |
| 3507 | 2026-03-11T00:52:59.008Z | sys 6.283714329 |
| 3508 | 2026-03-11T00:52:59.008Z | trap 0.006664817 |
| 3509 | 2026-03-11T00:52:59.008Z | tflt 0.000000000 |
| 3510 | 2026-03-11T00:52:59.008Z | dflt 0.000000000 |
| 3511 | 2026-03-11T00:52:59.008Z | kflt 0.000000000 |
| 3512 | 2026-03-11T00:52:59.008Z | lock 0.000000000 |
| 3513 | 2026-03-11T00:52:59.008Z | slp 1:36.005702388 |
| 3514 | 2026-03-11T00:52:59.008Z | lat 0.630210964 |
| 3515 | 2026-03-11T00:52:59.008Z | stop 0.000156043 |
| 3516 | 2026-03-11T00:52:59.008Z | process exited: duration 1211588 ms, exit code 0 |
| |
| 3517 | 2026-03-11T00:52:59.023Z | found 1 output files |
| 3518 | 2026-03-11T00:52:59.023Z | uploading: /work/package.tar.gz (2317119711 bytes) |
| 3519 | 2026-03-11T00:53:35.990Z | uploaded: /work/package.tar.gz |