|
|
|
| 1 | 2026-03-02T21:29:18.237Z | job assigned to worker 01KJR76XTDB8ZG0ZBVWXAVBMST [factory aws, i-05fffbb17c9025934] (queued for 1 m 10 s) |
| |
| 2 | 2026-03-02T21:29:26.732Z | starting task 0: "setup" |
| 3 | 2026-03-02T21:29:26.739Z | ++ uname -s |
| 4 | 2026-03-02T21:29:26.744Z | + kern=SunOS |
| 5 | 2026-03-02T21:29:26.744Z | + build_user=build |
| 6 | 2026-03-02T21:29:26.744Z | + build_uid=12345 |
| 7 | 2026-03-02T21:29:26.744Z | + work_dir=/work |
| 8 | 2026-03-02T21:29:26.744Z | + input_dir=/input |
| 9 | 2026-03-02T21:29:26.744Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-02T21:29:26.744Z | + case "$kern" in |
| 11 | 2026-03-02T21:29:26.744Z | + groupadd -g 12345 build |
| 12 | 2026-03-02T21:29:26.744Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-02T21:29:28.752Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-02T21:29:28.933Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-02T21:29:28.966Z | + home_fs=zfs |
| 16 | 2026-03-02T21:29:28.967Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-02T21:29:28.967Z | + mkdir -p /home/build |
| 18 | 2026-03-02T21:29:28.967Z | + chown build:build /home/build /work |
| 19 | 2026-03-02T21:29:30.940Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-02T21:29:30.943Z | process exited: duration 4213 ms, exit code 0 |
| |
| 21 | 2026-03-02T21:29:30.950Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-02T21:29:30.955Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-02T21:29:30.955Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-02T21:29:30.955Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-02T21:29:30.955Z | * rust toolchain profile = "default" |
| 26 | 2026-03-02T21:29:30.956Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-02T21:29:30.956Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-02T21:29:30.958Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-02T21:29:30.958Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-02T21:29:31.101Z | info: downloading installer |
| 31 | 2026-03-02T21:29:32.980Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-02T21:29:32.980Z | warn: /opt/ooce/bin |
| 33 | 2026-03-02T21:29:32.980Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-02T21:29:32.980Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-02T21:29:32.980Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-02T21:29:32.980Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-02T21:29:32.980Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-02T21:29:32.980Z | error: cannot install while Rust is installed |
| 39 | 2026-03-02T21:29:32.980Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-02T21:29:32.990Z | info: profile set to 'default' |
| 41 | 2026-03-02T21:29:32.990Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-02T21:29:32.993Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-02T21:29:33.193Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-02T21:29:33.193Z | info: downloading component 'cargo' |
| 45 | 2026-03-02T21:29:34.232Z | info: downloading component 'clippy' |
| 46 | 2026-03-02T21:29:34.624Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-02T21:29:36.029Z | info: downloading component 'rust-std' |
| 48 | 2026-03-02T21:29:37.883Z | info: downloading component 'rustc' |
| 49 | 2026-03-02T21:29:45.260Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-02T21:29:45.538Z | info: installing component 'cargo' |
| 51 | 2026-03-02T21:29:46.504Z | info: installing component 'clippy' |
| 52 | 2026-03-02T21:29:46.906Z | info: installing component 'rust-docs' |
| 53 | 2026-03-02T21:29:48.884Z | info: installing component 'rust-std' |
| 54 | 2026-03-02T21:29:50.719Z | info: installing component 'rustc' |
| 55 | 2026-03-02T21:29:58.804Z | info: installing component 'rustfmt' |
| 56 | 2026-03-02T21:29:58.809Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-02T21:29:58.809Z | |
| 58 | 2026-03-02T21:29:58.809Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-02T21:29:58.809Z | |
| 60 | 2026-03-02T21:29:58.809Z | |
| 61 | 2026-03-02T21:29:58.809Z | Rust is installed now. Great! |
| 62 | 2026-03-02T21:29:58.809Z | |
| 63 | 2026-03-02T21:29:58.809Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-02T21:29:58.809Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-02T21:29:58.809Z | |
| 66 | 2026-03-02T21:29:58.809Z | To configure your current shell, you need to source |
| 67 | 2026-03-02T21:29:58.809Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-02T21:29:58.810Z | |
| 69 | 2026-03-02T21:29:58.810Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-02T21:29:58.810Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-02T21:29:58.810Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-02T21:29:58.810Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-02T21:29:58.810Z | + rustup --version |
| 74 | 2026-03-02T21:29:58.810Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-02T21:29:58.810Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-02T21:29:58.866Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-02T21:29:58.871Z | + cargo --version |
| 78 | 2026-03-02T21:29:58.948Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-02T21:29:58.951Z | + rustc --version |
| 80 | 2026-03-02T21:29:59.034Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-02T21:29:59.038Z | process exited: duration 28086 ms, exit code 0 |
| |
| 82 | 2026-03-02T21:29:59.045Z | starting task 2: "authentication" |
| 83 | 2026-03-02T21:29:59.069Z | process exited: duration 24 ms, exit code 0 |
| |
| 84 | 2026-03-02T21:29:59.075Z | starting task 3: "clone repository" |
| 85 | 2026-03-02T21:29:59.081Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-02T21:29:59.083Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-02T21:29:59.117Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-02T21:30:47.994Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-02T21:30:47.997Z | + git fetch origin fda073a7a56467a7051f311b0923db1e5f3f0afa |
| 90 | 2026-03-02T21:30:48.336Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-02T21:30:48.336Z | * branch fda073a7a56467a7051f311b0923db1e5f3f0afa -> FETCH_HEAD |
| 92 | 2026-03-02T21:30:48.350Z | + [[ -n jmcarp/document-distribution-estimates ]] |
| 93 | 2026-03-02T21:30:48.355Z | ++ git branch --show-current |
| 94 | 2026-03-02T21:30:48.355Z | + current=main |
| 95 | 2026-03-02T21:30:48.355Z | + [[ main != jmcarp/document-distribution-estimates ]] |
| 96 | 2026-03-02T21:30:48.356Z | + git branch -f jmcarp/document-distribution-estimates fda073a7a56467a7051f311b0923db1e5f3f0afa |
| 97 | 2026-03-02T21:30:48.361Z | + git checkout -f jmcarp/document-distribution-estimates |
| 98 | 2026-03-02T21:30:48.747Z | Switched to branch 'jmcarp/document-distribution-estimates' |
| 99 | 2026-03-02T21:30:48.750Z | + git reset --hard fda073a7a56467a7051f311b0923db1e5f3f0afa |
| 100 | 2026-03-02T21:30:48.787Z | HEAD is now at fda073a7a Document distribution statistics. |
| 101 | 2026-03-02T21:30:48.790Z | process exited: duration 49711 ms, exit code 0 |
| |
| 102 | 2026-03-02T21:30:48.796Z | starting task 4: "build" |
| 103 | 2026-03-02T21:30:48.802Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-02T21:30:48.802Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-02T21:30:48.802Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-02T21:30:48.802Z | + cargo --version |
| 107 | 2026-03-02T21:30:48.870Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-02T21:30:48.873Z | + rustc --version |
| 109 | 2026-03-02T21:30:48.954Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-02T21:30:48.958Z | + WORK=/work |
| 111 | 2026-03-02T21:30:48.958Z | + pfexec mkdir -p /work |
| 112 | 2026-03-02T21:30:48.963Z | + pfexec chown build /work |
| 113 | 2026-03-02T21:30:48.966Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-02T21:31:03.131Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-02T21:31:13.987Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-02T21:31:38.498Z | Planning: Solver setup ... Done (22.630s) |
| 117 | 2026-03-02T21:31:38.670Z | Planning: Running solver ... Done (0.172s) |
| 118 | 2026-03-02T21:31:38.854Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-03-02T21:31:38.868Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-02T21:31:39.016Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-02T21:31:39.070Z | Planning: Package planning ... Done (0.054s) |
| 122 | 2026-03-02T21:31:39.122Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2026-03-02T21:31:39.463Z | Planning: Checking for conflicting actions ... Done (0.340s) |
| 124 | 2026-03-02T21:31:39.476Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2026-03-02T21:31:41.728Z | Planning: Evaluating mediators ... Done (2.252s) |
| 126 | 2026-03-02T21:31:41.742Z | Planning: Planning completed in 27.59 seconds |
| 127 | 2026-03-02T21:31:41.755Z | Packages to install: 4 |
| 128 | 2026-03-02T21:31:41.755Z | Mediators to change: 2 |
| 129 | 2026-03-02T21:31:41.755Z | Services to change: 1 |
| 130 | 2026-03-02T21:31:41.759Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-02T21:31:41.759Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-02T21:31:41.759Z | Create boot environment: No |
| 133 | 2026-03-02T21:31:41.759Z | Create backup boot environment: No |
| 134 | 2026-03-02T21:31:41.759Z | Rebuild boot archive: No |
| 135 | 2026-03-02T21:31:41.759Z | |
| 136 | 2026-03-02T21:31:41.759Z | Changed mediators: |
| 137 | 2026-03-02T21:31:41.759Z | mediator clang: |
| 138 | 2026-03-02T21:31:41.759Z | version: None -> 15 (system default) |
| 139 | 2026-03-02T21:31:41.759Z | |
| 140 | 2026-03-02T21:31:41.759Z | mediator llvm: |
| 141 | 2026-03-02T21:31:41.759Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-02T21:31:41.759Z | |
| 143 | 2026-03-02T21:31:41.759Z | Changed packages: |
| 144 | 2026-03-02T21:31:41.759Z | helios-dev |
| 145 | 2026-03-02T21:31:41.759Z | developer/build-essential |
| 146 | 2026-03-02T21:31:41.759Z | None -> 11-2.0 |
| 147 | 2026-03-02T21:31:41.759Z | library/libxmlsec1 |
| 148 | 2026-03-02T21:31:41.759Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-02T21:31:41.759Z | ooce/developer/clang-15 |
| 150 | 2026-03-02T21:31:41.759Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-02T21:31:41.759Z | ooce/developer/llvm-15 |
| 152 | 2026-03-02T21:31:41.759Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-02T21:31:41.759Z | |
| 154 | 2026-03-02T21:31:41.759Z | Services: |
| 155 | 2026-03-02T21:31:41.759Z | restart_fmri: |
| 156 | 2026-03-02T21:31:41.759Z | svc:/system/update-man-index:default |
| 157 | 2026-03-02T21:31:41.871Z | |
| 158 | 2026-03-02T21:31:41.871Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-02T21:31:46.872Z | Download: 2573/3290 items 120.2/212.6MB 56% complete (24.2M/s) |
| 160 | 2026-03-02T21:31:48.999Z | Download: Completed 212.60 MB in 7.13 seconds (29.8M/s) |
| 161 | 2026-03-02T21:31:50.823Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-03-02T21:31:55.670Z | Actions: Completed 3689 actions in 4.85 seconds. |
| 163 | 2026-03-02T21:31:56.121Z | Done (0.446s) |
| 164 | 2026-03-02T21:31:56.121Z | Done (0.000s) |
| 165 | 2026-03-02T21:31:57.233Z | Done (1.111s) |
| 166 | 2026-03-02T21:32:02.113Z | Done (4.484s) |
| 167 | 2026-03-02T21:32:02.210Z | Done (0.017s) |
| 168 | 2026-03-02T21:32:02.218Z | Done (0.000s) |
| 169 | 2026-03-02T21:32:02.370Z | Done (0.000s) |
| 170 | 2026-03-02T21:32:03.438Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-03-02T21:32:03.610Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-03-02T21:32:03.613Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-03-02T21:32:03.905Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-03-02T21:32:03.908Z | Planning: Planning completed in 0.47 seconds |
| 175 | 2026-03-02T21:32:03.942Z | Mediators to change: 2 |
| 176 | 2026-03-02T21:32:03.942Z | Create boot environment: No |
| 177 | 2026-03-02T21:32:03.942Z | Create backup boot environment: No |
| 178 | 2026-03-02T21:32:04.036Z | Done |
| 179 | 2026-03-02T21:32:04.036Z | Done |
| 180 | 2026-03-02T21:32:04.875Z | Done |
| 181 | 2026-03-02T21:32:09.175Z | Done |
| 182 | 2026-03-02T21:32:09.277Z | Done |
| 183 | 2026-03-02T21:32:09.280Z | Done |
| 184 | 2026-03-02T21:32:09.369Z | Done |
| 185 | 2026-03-02T21:32:10.040Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-03-02T21:32:10.043Z | Planning: Merging actions ... Done |
| 187 | 2026-03-02T21:32:10.246Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-03-02T21:32:10.249Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-03-02T21:32:10.528Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-03-02T21:32:10.589Z | Planning: Planning completed in 0.81 seconds |
| 191 | 2026-03-02T21:32:10.625Z | Packages to change: 1 |
| 192 | 2026-03-02T21:32:10.625Z | Mediators to change: 1 |
| 193 | 2026-03-02T21:32:10.625Z | Services to change: 1 |
| 194 | 2026-03-02T21:32:10.629Z | Create boot environment: No |
| 195 | 2026-03-02T21:32:10.629Z | Create backup boot environment: Yes |
| 196 | 2026-03-02T21:32:12.359Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2026-03-02T21:32:12.363Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2026-03-02T21:32:12.363Z | Done |
| 199 | 2026-03-02T21:32:12.363Z | Done |
| 200 | 2026-03-02T21:32:12.584Z | Done |
| 201 | 2026-03-02T21:32:16.755Z | Done |
| 202 | 2026-03-02T21:32:16.852Z | Done |
| 203 | 2026-03-02T21:32:16.856Z | Done |
| 204 | 2026-03-02T21:32:17.021Z | Done |
| 205 | 2026-03-02T21:32:17.519Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2026-03-02T21:32:17.519Z | clang system 15 system |
| 207 | 2026-03-02T21:32:17.519Z | csh system system illumos |
| 208 | 2026-03-02T21:32:17.519Z | ctags system system illumos |
| 209 | 2026-03-02T21:32:17.519Z | file system system illumos |
| 210 | 2026-03-02T21:32:17.519Z | gcc vendor 12 vendor |
| 211 | 2026-03-02T21:32:17.519Z | gcc system 10 system |
| 212 | 2026-03-02T21:32:17.520Z | gcc system 7 system |
| 213 | 2026-03-02T21:32:17.520Z | go system 1.20 system |
| 214 | 2026-03-02T21:32:17.520Z | go system 1.19 system |
| 215 | 2026-03-02T21:32:17.520Z | llvm system 15 system |
| 216 | 2026-03-02T21:32:17.520Z | llvm system 14 system |
| 217 | 2026-03-02T21:32:17.520Z | mariadb system 10.6 system |
| 218 | 2026-03-02T21:32:17.520Z | mta vendor vendor dma |
| 219 | 2026-03-02T21:32:17.520Z | openjdk system 17 system |
| 220 | 2026-03-02T21:32:17.520Z | openjdk system 11 system |
| 221 | 2026-03-02T21:32:17.520Z | openjdk system 1.8 system |
| 222 | 2026-03-02T21:32:17.520Z | openssl vendor 3 vendor |
| 223 | 2026-03-02T21:32:17.520Z | perl system 5.36 system |
| 224 | 2026-03-02T21:32:17.520Z | postgresql system 15 system |
| 225 | 2026-03-02T21:32:17.520Z | postgresql system 13 system |
| 226 | 2026-03-02T21:32:17.521Z | python vendor 3 vendor |
| 227 | 2026-03-02T21:32:17.521Z | python system 2 system |
| 228 | 2026-03-02T21:32:17.521Z | python3 system 3.11 system |
| 229 | 2026-03-02T21:32:17.521Z | ruby system 3.0 system |
| 230 | 2026-03-02T21:32:17.521Z | words vendor vendor american-english |
| 231 | 2026-03-02T21:32:17.521Z | words system system australian-english |
| 232 | 2026-03-02T21:32:17.521Z | words system system british-english |
| 233 | 2026-03-02T21:32:17.521Z | words system system canadian-english |
| 234 | 2026-03-02T21:32:17.521Z | words system system french |
| 235 | 2026-03-02T21:32:17.521Z | words system system italian |
| 236 | 2026-03-02T21:32:17.521Z | words system system ngerman |
| 237 | 2026-03-02T21:32:17.521Z | words system system ogerman |
| 238 | 2026-03-02T21:32:17.521Z | words system system spanish |
| 239 | 2026-03-02T21:32:17.886Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-03-02T21:32:17.886Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-03-02T21:32:24.633Z | FMRI IFO |
| 242 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2026-03-02T21:32:24.633Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2026-03-02T21:32:24.634Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2026-03-02T21:32:24.634Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2026-03-02T21:32:24.634Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2026-03-02T21:32:24.634Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2026-03-02T21:32:24.634Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2026-03-02T21:32:24.634Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2026-03-02T21:32:25.966Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-03-02T21:32:26.280Z | Updating crates.io index |
| 260 | 2026-03-02T21:32:26.283Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 261 | 2026-03-02T21:32:26.610Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2026-03-02T21:32:27.294Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-03-02T21:32:27.734Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 264 | 2026-03-02T21:32:28.184Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 265 | 2026-03-02T21:32:29.733Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-03-02T21:32:32.214Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 267 | 2026-03-02T21:32:33.499Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 268 | 2026-03-02T21:32:33.808Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2026-03-02T21:32:36.081Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 270 | 2026-03-02T21:32:36.608Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2026-03-02T21:32:37.655Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-03-02T21:32:38.211Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 273 | 2026-03-02T21:32:38.575Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2026-03-02T21:32:38.944Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-03-02T21:32:40.365Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-03-02T21:32:40.884Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-03-02T21:32:41.283Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-03-02T21:32:41.680Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-03-02T21:32:42.101Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-03-02T21:32:42.366Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2026-03-02T21:32:42.634Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2026-03-02T21:32:42.937Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 283 | 2026-03-02T21:32:43.418Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2026-03-02T21:32:43.836Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 285 | 2026-03-02T21:32:44.488Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 286 | 2026-03-02T21:32:44.839Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 287 | 2026-03-02T21:32:45.235Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 288 | 2026-03-02T21:32:45.584Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 289 | 2026-03-02T21:32:47.318Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 290 | 2026-03-02T21:32:47.763Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-03-02T21:32:48.112Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-03-02T21:32:48.610Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-03-02T21:32:48.946Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-03-02T21:32:49.390Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-03-02T21:32:49.908Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-03-02T21:32:50.231Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-03-02T21:32:50.866Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-03-02T21:32:51.293Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-03-02T21:33:05.419Z | Downloading crates ... |
| 300 | 2026-03-02T21:33:05.477Z | Downloaded anstream v0.6.18 |
| 301 | 2026-03-02T21:33:05.483Z | Downloaded colorchoice v1.0.2 |
| 302 | 2026-03-02T21:33:05.486Z | Downloaded litemap v0.7.3 |
| 303 | 2026-03-02T21:33:05.489Z | Downloaded errno v0.3.12 |
| 304 | 2026-03-02T21:33:05.489Z | Downloaded autocfg v1.4.0 |
| 305 | 2026-03-02T21:33:05.492Z | Downloaded fastrand v2.1.1 |
| 306 | 2026-03-02T21:33:05.495Z | Downloaded erased-serde v0.4.6 |
| 307 | 2026-03-02T21:33:05.495Z | Downloaded cargo-util-schemas v0.8.2 |
| 308 | 2026-03-02T21:33:05.498Z | Downloaded anstyle-query v1.1.1 |
| 309 | 2026-03-02T21:33:05.501Z | Downloaded dtrace-parser v0.2.0 |
| 310 | 2026-03-02T21:33:05.501Z | Downloaded fnv v1.0.7 |
| 311 | 2026-03-02T21:33:05.501Z | Downloaded cargo_toml v0.21.0 |
| 312 | 2026-03-02T21:33:05.504Z | Downloaded cargo_metadata v0.21.0 |
| 313 | 2026-03-02T21:33:05.506Z | Downloaded bitflags v2.9.4 |
| 314 | 2026-03-02T21:33:05.509Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-03-02T21:33:05.515Z | Downloaded yoke-derive v0.7.4 |
| 316 | 2026-03-02T21:33:05.517Z | Downloaded toml_datetime v0.6.11 |
| 317 | 2026-03-02T21:33:05.517Z | Downloaded tabled_derive v0.7.0 |
| 318 | 2026-03-02T21:33:05.521Z | Downloaded byteorder v1.5.0 |
| 319 | 2026-03-02T21:33:05.521Z | Downloaded anstyle-parse v0.2.5 |
| 320 | 2026-03-02T21:33:05.524Z | Downloaded clap_builder v4.5.48 |
| 321 | 2026-03-02T21:33:05.529Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2026-03-02T21:33:05.534Z | Downloaded equivalent v1.0.2 |
| 323 | 2026-03-02T21:33:05.536Z | Downloaded zerofrom-derive v0.1.4 |
| 324 | 2026-03-02T21:33:05.539Z | Downloaded zerovec-derive v0.10.3 |
| 325 | 2026-03-02T21:33:05.539Z | Downloaded proc-macro-error-attr v1.0.4 |
| 326 | 2026-03-02T21:33:05.542Z | Downloaded clap_lex v0.7.4 |
| 327 | 2026-03-02T21:33:05.542Z | Downloaded icu_provider_macros v1.5.0 |
| 328 | 2026-03-02T21:33:05.542Z | Downloaded heck v0.5.0 |
| 329 | 2026-03-02T21:33:05.545Z | Downloaded strsim v0.11.1 |
| 330 | 2026-03-02T21:33:05.545Z | Downloaded utf8parse v0.2.2 |
| 331 | 2026-03-02T21:33:05.548Z | Downloaded heck v0.4.1 |
| 332 | 2026-03-02T21:33:05.548Z | Downloaded writeable v0.5.5 |
| 333 | 2026-03-02T21:33:05.585Z | Downloaded thiserror-impl v2.0.18 |
| 334 | 2026-03-02T21:33:05.585Z | Downloaded serde-value v0.7.0 |
| 335 | 2026-03-02T21:33:05.585Z | Downloaded unicode-xid v0.2.6 |
| 336 | 2026-03-02T21:33:05.585Z | Downloaded tinystr v0.7.6 |
| 337 | 2026-03-02T21:33:05.585Z | Downloaded zmij v1.0.15 |
| 338 | 2026-03-02T21:33:05.585Z | Downloaded sha2 v0.10.9 |
| 339 | 2026-03-02T21:33:05.585Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-03-02T21:33:05.585Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2026-03-02T21:33:05.585Z | Downloaded typenum v1.17.0 |
| 342 | 2026-03-02T21:33:05.585Z | Downloaded yoke v0.7.4 |
| 343 | 2026-03-02T21:33:05.585Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-03-02T21:33:05.585Z | Downloaded swrite v0.1.0 |
| 345 | 2026-03-02T21:33:05.585Z | Downloaded terminal_size v0.4.0 |
| 346 | 2026-03-02T21:33:05.585Z | Downloaded scroll_derive v0.12.0 |
| 347 | 2026-03-02T21:33:05.585Z | Downloaded utf16_iter v1.0.5 |
| 348 | 2026-03-02T21:33:05.585Z | Downloaded zerofrom v0.1.4 |
| 349 | 2026-03-02T21:33:05.585Z | Downloaded usdt-macro v0.5.0 |
| 350 | 2026-03-02T21:33:05.585Z | Downloaded thread-id v4.2.2 |
| 351 | 2026-03-02T21:33:05.585Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-03-02T21:33:05.585Z | Downloaded pretty-hex v0.4.1 |
| 353 | 2026-03-02T21:33:05.585Z | Downloaded stable_deref_trait v1.2.0 |
| 354 | 2026-03-02T21:33:05.585Z | Downloaded write16 v1.0.0 |
| 355 | 2026-03-02T21:33:05.585Z | Downloaded is_terminal_polyfill v1.70.1 |
| 356 | 2026-03-02T21:33:05.586Z | Downloaded plain v0.2.3 |
| 357 | 2026-03-02T21:33:05.590Z | Downloaded idna_adapter v1.2.0 |
| 358 | 2026-03-02T21:33:05.590Z | Downloaded ordered-float v2.10.1 |
| 359 | 2026-03-02T21:33:05.590Z | Downloaded memmap v0.7.0 |
| 360 | 2026-03-02T21:33:05.590Z | Downloaded version_check v0.9.5 |
| 361 | 2026-03-02T21:33:05.593Z | Downloaded toml_write v0.1.2 |
| 362 | 2026-03-02T21:33:05.593Z | Downloaded smawk v0.3.2 |
| 363 | 2026-03-02T21:33:05.596Z | Downloaded utf8_iter v1.0.4 |
| 364 | 2026-03-02T21:33:05.596Z | Downloaded generic-array v0.14.7 |
| 365 | 2026-03-02T21:33:05.596Z | Downloaded cargo-platform v0.2.0 |
| 366 | 2026-03-02T21:33:05.601Z | Downloaded thiserror-impl v1.0.69 |
| 367 | 2026-03-02T21:33:05.601Z | Downloaded toml_edit v0.22.27 |
| 368 | 2026-03-02T21:33:05.603Z | Downloaded serde_spanned v0.6.9 |
| 369 | 2026-03-02T21:33:05.606Z | Downloaded toml v0.8.23 |
| 370 | 2026-03-02T21:33:05.609Z | Downloaded synstructure v0.13.1 |
| 371 | 2026-03-02T21:33:05.609Z | Downloaded url v2.5.4 |
| 372 | 2026-03-02T21:33:05.614Z | Downloaded camino-tempfile v1.4.1 |
| 373 | 2026-03-02T21:33:05.617Z | Downloaded displaydoc v0.2.5 |
| 374 | 2026-03-02T21:33:05.617Z | Downloaded semver v1.0.27 |
| 375 | 2026-03-02T21:33:05.620Z | Downloaded itoa v1.0.11 |
| 376 | 2026-03-02T21:33:05.620Z | Downloaded digest v0.10.7 |
| 377 | 2026-03-02T21:33:05.623Z | Downloaded scroll v0.12.0 |
| 378 | 2026-03-02T21:33:05.626Z | Downloaded percent-encoding v2.3.2 |
| 379 | 2026-03-02T21:33:05.626Z | Downloaded icu_locid_transform v1.5.0 |
| 380 | 2026-03-02T21:33:05.630Z | Downloaded form_urlencoded v1.2.2 |
| 381 | 2026-03-02T21:33:05.630Z | Downloaded bytecount v0.6.8 |
| 382 | 2026-03-02T21:33:05.630Z | Downloaded serde_tokenstream v0.2.3 |
| 383 | 2026-03-02T21:33:05.633Z | Downloaded zerocopy v0.7.35 |
| 384 | 2026-03-02T21:33:05.647Z | Downloaded zerovec v0.10.4 |
| 385 | 2026-03-02T21:33:05.651Z | Downloaded winnow v0.7.14 |
| 386 | 2026-03-02T21:33:05.660Z | Downloaded anyhow v1.0.99 |
| 387 | 2026-03-02T21:33:05.664Z | Downloaded unicode-width v0.1.14 |
| 388 | 2026-03-02T21:33:05.669Z | Downloaded tempfile v3.24.0 |
| 389 | 2026-03-02T21:33:05.674Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-03-02T21:33:05.678Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-03-02T21:33:05.681Z | Downloaded papergrid v0.11.0 |
| 392 | 2026-03-02T21:33:05.684Z | Downloaded pest_meta v2.8.2 |
| 393 | 2026-03-02T21:33:05.687Z | Downloaded getrandom v0.3.4 |
| 394 | 2026-03-02T21:33:05.691Z | Downloaded icu_provider v1.5.0 |
| 395 | 2026-03-02T21:33:05.695Z | Downloaded serde_derive v1.0.228 |
| 396 | 2026-03-02T21:33:05.695Z | Downloaded icu_normalizer v1.5.0 |
| 397 | 2026-03-02T21:33:05.699Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-03-02T21:33:05.702Z | Downloaded num-traits v0.2.19 |
| 399 | 2026-03-02T21:33:05.702Z | Downloaded icu_properties v1.5.1 |
| 400 | 2026-03-02T21:33:05.707Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-03-02T21:33:05.707Z | Downloaded icu_locid v1.5.0 |
| 402 | 2026-03-02T21:33:05.710Z | Downloaded proc-macro2 v1.0.106 |
| 403 | 2026-03-02T21:33:05.714Z | Downloaded icu_normalizer_data v1.5.0 |
| 404 | 2026-03-02T21:33:05.716Z | Downloaded icu_collections v1.5.0 |
| 405 | 2026-03-02T21:33:05.720Z | Downloaded memchr v2.7.4 |
| 406 | 2026-03-02T21:33:05.724Z | Downloaded log v0.4.29 |
| 407 | 2026-03-02T21:33:05.731Z | Downloaded textwrap v0.16.2 |
| 408 | 2026-03-02T21:33:05.734Z | Downloaded quote v1.0.44 |
| 409 | 2026-03-02T21:33:05.734Z | Downloaded pest_derive v2.8.2 |
| 410 | 2026-03-02T21:33:05.734Z | Downloaded serde v1.0.228 |
| 411 | 2026-03-02T21:33:05.737Z | Downloaded hashbrown v0.16.1 |
| 412 | 2026-03-02T21:33:05.744Z | Downloaded indexmap v2.13.0 |
| 413 | 2026-03-02T21:33:05.749Z | Downloaded pest v2.8.2 |
| 414 | 2026-03-02T21:33:05.752Z | Downloaded icu_locid_transform_data v1.5.0 |
| 415 | 2026-03-02T21:33:05.755Z | Downloaded camino v1.2.2 |
| 416 | 2026-03-02T21:33:05.755Z | Downloaded pest_generator v2.8.2 |
| 417 | 2026-03-02T21:33:05.758Z | Downloaded proc-macro-error v1.0.4 |
| 418 | 2026-03-02T21:33:05.761Z | Downloaded serde-untagged v0.1.7 |
| 419 | 2026-03-02T21:33:05.764Z | Downloaded idna v1.0.3 |
| 420 | 2026-03-02T21:33:05.767Z | Downloaded goblin v0.8.2 |
| 421 | 2026-03-02T21:33:05.770Z | Downloaded serde_json v1.0.149 |
| 422 | 2026-03-02T21:33:05.776Z | Downloaded usdt v0.5.0 |
| 423 | 2026-03-02T21:33:05.780Z | Downloaded block-buffer v0.10.4 |
| 424 | 2026-03-02T21:33:05.780Z | Downloaded usdt-attr-macro v0.5.0 |
| 425 | 2026-03-02T21:33:05.780Z | Downloaded macaddr v1.0.1 |
| 426 | 2026-03-02T21:33:05.783Z | Downloaded dof v0.3.0 |
| 427 | 2026-03-02T21:33:05.783Z | Downloaded cfg-if v1.0.4 |
| 428 | 2026-03-02T21:33:05.783Z | Downloaded anstyle v1.0.11 |
| 429 | 2026-03-02T21:33:05.783Z | Downloaded typeid v1.0.3 |
| 430 | 2026-03-02T21:33:05.787Z | Downloaded tabled v0.15.0 |
| 431 | 2026-03-02T21:33:05.798Z | Downloaded thiserror v1.0.69 |
| 432 | 2026-03-02T21:33:05.803Z | Downloaded fs-err v3.1.1 |
| 433 | 2026-03-02T21:33:05.806Z | Downloaded syn v1.0.109 |
| 434 | 2026-03-02T21:33:05.814Z | Downloaded icu_properties_data v1.5.0 |
| 435 | 2026-03-02T21:33:05.824Z | Downloaded crypto-common v0.1.6 |
| 436 | 2026-03-02T21:33:05.826Z | Downloaded syn v2.0.117 |
| 437 | 2026-03-02T21:33:05.834Z | Downloaded cpufeatures v0.2.14 |
| 438 | 2026-03-02T21:33:05.837Z | Downloaded clap_derive v4.5.47 |
| 439 | 2026-03-02T21:33:05.840Z | Downloaded clap v4.5.48 |
| 440 | 2026-03-02T21:33:05.846Z | Downloaded rustix v0.38.37 |
| 441 | 2026-03-02T21:33:05.866Z | Downloaded rustix v1.1.3 |
| 442 | 2026-03-02T21:33:05.904Z | Downloaded libc v0.2.180 |
| 443 | 2026-03-02T21:33:06.006Z | Compiling proc-macro2 v1.0.106 |
| 444 | 2026-03-02T21:33:06.007Z | Compiling unicode-ident v1.0.24 |
| 445 | 2026-03-02T21:33:06.010Z | Compiling quote v1.0.44 |
| 446 | 2026-03-02T21:33:06.010Z | Compiling serde_core v1.0.228 |
| 447 | 2026-03-02T21:33:06.010Z | Compiling version_check v0.9.5 |
| 448 | 2026-03-02T21:33:06.010Z | Compiling serde v1.0.228 |
| 449 | 2026-03-02T21:33:06.010Z | Compiling libc v0.2.180 |
| 450 | 2026-03-02T21:33:06.242Z | Compiling memchr v2.7.4 |
| 451 | 2026-03-02T21:33:06.513Z | Compiling thiserror v2.0.18 |
| 452 | 2026-03-02T21:33:07.030Z | Compiling stable_deref_trait v1.2.0 |
| 453 | 2026-03-02T21:33:07.109Z | Compiling zmij v1.0.15 |
| 454 | 2026-03-02T21:33:07.136Z | Compiling autocfg v1.4.0 |
| 455 | 2026-03-02T21:33:07.172Z | Compiling ucd-trie v0.1.7 |
| 456 | 2026-03-02T21:33:07.700Z | Compiling writeable v0.5.5 |
| 457 | 2026-03-02T21:33:07.727Z | Compiling litemap v0.7.3 |
| 458 | 2026-03-02T21:33:08.122Z | Compiling thiserror v1.0.69 |
| 459 | 2026-03-02T21:33:08.205Z | Compiling itoa v1.0.11 |
| 460 | 2026-03-02T21:33:08.298Z | Compiling byteorder v1.5.0 |
| 461 | 2026-03-02T21:33:08.358Z | Compiling icu_locid_transform_data v1.5.0 |
| 462 | 2026-03-02T21:33:08.416Z | Compiling bitflags v2.9.4 |
| 463 | 2026-03-02T21:33:08.782Z | Compiling errno v0.3.12 |
| 464 | 2026-03-02T21:33:08.877Z | Compiling icu_properties_data v1.5.0 |
| 465 | 2026-03-02T21:33:09.067Z | Compiling syn v2.0.117 |
| 466 | 2026-03-02T21:33:09.146Z | Compiling serde_json v1.0.149 |
| 467 | 2026-03-02T21:33:09.149Z | Compiling num-traits v0.2.19 |
| 468 | 2026-03-02T21:33:09.201Z | Compiling equivalent v1.0.2 |
| 469 | 2026-03-02T21:33:09.352Z | Compiling typeid v1.0.3 |
| 470 | 2026-03-02T21:33:09.475Z | Compiling utf8_iter v1.0.4 |
| 471 | 2026-03-02T21:33:09.565Z | Compiling icu_normalizer_data v1.5.0 |
| 472 | 2026-03-02T21:33:09.697Z | Compiling hashbrown v0.16.1 |
| 473 | 2026-03-02T21:33:09.742Z | Compiling smallvec v1.15.1 |
| 474 | 2026-03-02T21:33:09.900Z | Compiling utf16_iter v1.0.5 |
| 475 | 2026-03-02T21:33:09.903Z | Compiling write16 v1.0.0 |
| 476 | 2026-03-02T21:33:10.009Z | Compiling rustix v0.38.37 |
| 477 | 2026-03-02T21:33:10.261Z | Compiling usdt-impl v0.5.0 |
| 478 | 2026-03-02T21:33:10.517Z | Compiling proc-macro-error-attr v1.0.4 |
| 479 | 2026-03-02T21:33:10.703Z | Compiling toml_write v0.1.2 |
| 480 | 2026-03-02T21:33:10.901Z | Compiling indexmap v2.13.0 |
| 481 | 2026-03-02T21:33:10.934Z | Compiling winnow v0.7.14 |
| 482 | 2026-03-02T21:33:10.963Z | Compiling syn v1.0.109 |
| 483 | 2026-03-02T21:33:11.043Z | Compiling thread-id v4.2.2 |
| 484 | 2026-03-02T21:33:12.070Z | Compiling proc-macro-error v1.0.4 |
| 485 | 2026-03-02T21:33:12.404Z | Compiling rustix v1.1.3 |
| 486 | 2026-03-02T21:33:12.450Z | Compiling getrandom v0.3.4 |
| 487 | 2026-03-02T21:33:12.641Z | Compiling log v0.4.29 |
| 488 | 2026-03-02T21:33:13.027Z | Compiling camino v1.2.2 |
| 489 | 2026-03-02T21:33:13.188Z | Compiling percent-encoding v2.3.2 |
| 490 | 2026-03-02T21:33:13.268Z | Compiling plain v0.2.3 |
| 491 | 2026-03-02T21:33:13.588Z | Compiling utf8parse v0.2.2 |
| 492 | 2026-03-02T21:33:13.592Z | Compiling form_urlencoded v1.2.2 |
| 493 | 2026-03-02T21:33:13.767Z | Compiling anstyle-parse v0.2.5 |
| 494 | 2026-03-02T21:33:13.989Z | Compiling ordered-float v2.10.1 |
| 495 | 2026-03-02T21:33:14.149Z | Compiling terminal_size v0.4.0 |
| 496 | 2026-03-02T21:33:14.565Z | Compiling anstyle v1.0.11 |
| 497 | 2026-03-02T21:33:14.609Z | Compiling pretty-hex v0.4.1 |
| 498 | 2026-03-02T21:33:14.804Z | Compiling is_terminal_polyfill v1.70.1 |
| 499 | 2026-03-02T21:33:14.832Z | Compiling colorchoice v1.0.2 |
| 500 | 2026-03-02T21:33:14.874Z | Compiling anstyle-query v1.1.1 |
| 501 | 2026-03-02T21:33:14.956Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-03-02T21:33:15.023Z | Compiling anstream v0.6.18 |
| 503 | 2026-03-02T21:33:15.267Z | Compiling semver v1.0.27 |
| 504 | 2026-03-02T21:33:15.821Z | Compiling fs-err v3.1.1 |
| 505 | 2026-03-02T21:33:15.986Z | Compiling bytecount v0.6.8 |
| 506 | 2026-03-02T21:33:16.019Z | Compiling anyhow v1.0.99 |
| 507 | 2026-03-02T21:33:16.092Z | Compiling synstructure v0.13.1 |
| 508 | 2026-03-02T21:33:16.183Z | Compiling heck v0.4.1 |
| 509 | 2026-03-02T21:33:16.244Z | Compiling once_cell v1.21.3 |
| 510 | 2026-03-02T21:33:16.657Z | Compiling fastrand v2.1.1 |
| 511 | 2026-03-02T21:33:16.688Z | Compiling heck v0.5.0 |
| 512 | 2026-03-02T21:33:16.717Z | Compiling strsim v0.11.1 |
| 513 | 2026-03-02T21:33:17.258Z | Compiling fnv v1.0.7 |
| 514 | 2026-03-02T21:33:17.349Z | Compiling clap_lex v0.7.4 |
| 515 | 2026-03-02T21:33:17.443Z | Compiling unicode-xid v0.2.6 |
| 516 | 2026-03-02T21:33:17.565Z | Compiling unicode-width v0.1.14 |
| 517 | 2026-03-02T21:33:17.596Z | Compiling tempfile v3.24.0 |
| 518 | 2026-03-02T21:33:17.697Z | Compiling clap_builder v4.5.48 |
| 519 | 2026-03-02T21:33:18.030Z | Compiling memmap v0.7.0 |
| 520 | 2026-03-02T21:33:18.174Z | Compiling papergrid v0.11.0 |
| 521 | 2026-03-02T21:33:18.327Z | Compiling smawk v0.3.2 |
| 522 | 2026-03-02T21:33:18.359Z | Compiling unicode-linebreak v0.1.5 |
| 523 | 2026-03-02T21:33:18.429Z | Compiling unicode-width v0.2.0 |
| 524 | 2026-03-02T21:33:18.898Z | Compiling camino-tempfile v1.4.1 |
| 525 | 2026-03-02T21:33:19.009Z | Compiling textwrap v0.16.2 |
| 526 | 2026-03-02T21:33:19.419Z | Compiling swrite v0.1.0 |
| 527 | 2026-03-02T21:33:19.596Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 528 | 2026-03-02T21:33:19.709Z | Compiling tabled_derive v0.7.0 |
| 529 | 2026-03-02T21:33:20.571Z | Compiling serde_derive v1.0.228 |
| 530 | 2026-03-02T21:33:20.571Z | Compiling zerofrom-derive v0.1.4 |
| 531 | 2026-03-02T21:33:20.686Z | Compiling yoke-derive v0.7.4 |
| 532 | 2026-03-02T21:33:20.761Z | Compiling zerovec-derive v0.10.3 |
| 533 | 2026-03-02T21:33:20.903Z | Compiling thiserror-impl v2.0.18 |
| 534 | 2026-03-02T21:33:21.687Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-03-02T21:33:23.411Z | Compiling icu_provider_macros v1.5.0 |
| 536 | 2026-03-02T21:33:23.459Z | Compiling thiserror-impl v1.0.69 |
| 537 | 2026-03-02T21:33:23.565Z | Compiling zerocopy-derive v0.7.35 |
| 538 | 2026-03-02T21:33:24.107Z | Compiling zerofrom v0.1.4 |
| 539 | 2026-03-02T21:33:24.385Z | Compiling yoke v0.7.4 |
| 540 | 2026-03-02T21:33:24.473Z | Compiling pest v2.8.2 |
| 541 | 2026-03-02T21:33:24.522Z | Compiling scroll_derive v0.12.0 |
| 542 | 2026-03-02T21:33:24.796Z | Compiling zerovec v0.10.4 |
| 543 | 2026-03-02T21:33:25.522Z | Compiling clap_derive v4.5.47 |
| 544 | 2026-03-02T21:33:25.556Z | Compiling zerocopy v0.7.35 |
| 545 | 2026-03-02T21:33:26.045Z | Compiling scroll v0.12.0 |
| 546 | 2026-03-02T21:33:26.395Z | Compiling tabled v0.15.0 |
| 547 | 2026-03-02T21:33:26.626Z | Compiling goblin v0.8.2 |
| 548 | 2026-03-02T21:33:26.695Z | Compiling tinystr v0.7.6 |
| 549 | 2026-03-02T21:33:27.035Z | Compiling icu_collections v1.5.0 |
| 550 | 2026-03-02T21:33:27.157Z | Compiling icu_locid v1.5.0 |
| 551 | 2026-03-02T21:33:27.299Z | Compiling pest_meta v2.8.2 |
| 552 | 2026-03-02T21:33:28.381Z | Compiling icu_provider v1.5.0 |
| 553 | 2026-03-02T21:33:29.297Z | Compiling icu_locid_transform v1.5.0 |
| 554 | 2026-03-02T21:33:29.440Z | Compiling pest_generator v2.8.2 |
| 555 | 2026-03-02T21:33:29.468Z | Compiling toml_datetime v0.6.11 |
| 556 | 2026-03-02T21:33:29.468Z | Compiling serde_spanned v0.6.9 |
| 557 | 2026-03-02T21:33:29.748Z | Compiling dof v0.3.0 |
| 558 | 2026-03-02T21:33:29.779Z | Compiling serde_tokenstream v0.2.3 |
| 559 | 2026-03-02T21:33:30.044Z | Compiling toml_edit v0.22.27 |
| 560 | 2026-03-02T21:33:30.447Z | Compiling erased-serde v0.4.6 |
| 561 | 2026-03-02T21:33:30.684Z | Compiling icu_properties v1.5.1 |
| 562 | 2026-03-02T21:33:31.323Z | Compiling serde-value v0.7.0 |
| 563 | 2026-03-02T21:33:31.663Z | Compiling serde-untagged v0.1.7 |
| 564 | 2026-03-02T21:33:31.759Z | Compiling cargo-platform v0.2.0 |
| 565 | 2026-03-02T21:33:31.863Z | Compiling pest_derive v2.8.2 |
| 566 | 2026-03-02T21:33:32.203Z | Compiling clap v4.5.48 |
| 567 | 2026-03-02T21:33:32.239Z | Compiling macaddr v1.0.1 |
| 568 | 2026-03-02T21:33:32.715Z | Compiling dtrace-parser v0.2.0 |
| 569 | 2026-03-02T21:33:33.676Z | Compiling toml v0.8.23 |
| 570 | 2026-03-02T21:33:34.527Z | Compiling icu_normalizer v1.5.0 |
| 571 | 2026-03-02T21:33:34.660Z | Compiling cargo_toml v0.21.0 |
| 572 | 2026-03-02T21:33:34.767Z | Compiling usdt-macro v0.5.0 |
| 573 | 2026-03-02T21:33:34.815Z | Compiling usdt-attr-macro v0.5.0 |
| 574 | 2026-03-02T21:33:35.524Z | Compiling idna_adapter v1.2.0 |
| 575 | 2026-03-02T21:33:35.728Z | Compiling idna v1.0.3 |
| 576 | 2026-03-02T21:33:36.086Z | Compiling usdt v0.5.0 |
| 577 | 2026-03-02T21:33:36.230Z | Compiling url v2.5.4 |
| 578 | 2026-03-02T21:33:36.974Z | Compiling cargo-util-schemas v0.8.2 |
| 579 | 2026-03-02T21:33:38.796Z | Compiling cargo_metadata v0.21.0 |
| 580 | 2026-03-02T21:33:40.496Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 581 | 2026-03-02T21:33:44.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 582 | 2026-03-02T21:33:44.634Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 583 | 2026-03-02T21:33:45.544Z | Downloading crates ... |
| 584 | 2026-03-02T21:33:45.692Z | Downloaded addr2line v0.24.2 |
| 585 | 2026-03-02T21:33:45.700Z | Downloaded crc32fast v1.4.2 |
| 586 | 2026-03-02T21:33:45.706Z | Downloaded console v0.15.10 |
| 587 | 2026-03-02T21:33:45.714Z | Downloaded cbc v0.1.2 |
| 588 | 2026-03-02T21:33:45.734Z | Downloaded chacha20 v0.9.1 |
| 589 | 2026-03-02T21:33:45.741Z | Downloaded cstr-argument v0.1.2 |
| 590 | 2026-03-02T21:33:45.745Z | Downloaded futures-core v0.3.32 |
| 591 | 2026-03-02T21:33:45.750Z | Downloaded data-encoding v2.9.0 |
| 592 | 2026-03-02T21:33:45.755Z | Downloaded fs-err v2.11.0 |
| 593 | 2026-03-02T21:33:45.761Z | Downloaded crunchy v0.2.2 |
| 594 | 2026-03-02T21:33:45.766Z | Downloaded convert_case v0.7.1 |
| 595 | 2026-03-02T21:33:45.772Z | Downloaded derive_more-impl v2.0.1 |
| 596 | 2026-03-02T21:33:45.781Z | Downloaded ed25519 v2.2.3 |
| 597 | 2026-03-02T21:33:45.786Z | Downloaded debug-ignore v1.0.5 |
| 598 | 2026-03-02T21:33:45.794Z | Downloaded array-init v0.0.4 |
| 599 | 2026-03-02T21:33:45.797Z | Downloaded foreign-types v0.5.0 |
| 600 | 2026-03-02T21:33:45.800Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 601 | 2026-03-02T21:33:45.805Z | Downloaded flagset v0.4.6 |
| 602 | 2026-03-02T21:33:45.810Z | Downloaded crc v3.2.1 |
| 603 | 2026-03-02T21:33:45.817Z | Downloaded drift v0.1.3 |
| 604 | 2026-03-02T21:33:45.826Z | Downloaded foreign-types-shared v0.1.1 |
| 605 | 2026-03-02T21:33:45.831Z | Downloaded float-ord v0.3.2 |
| 606 | 2026-03-02T21:33:45.836Z | Downloaded futures-macro v0.3.31 |
| 607 | 2026-03-02T21:33:45.840Z | Downloaded ghash v0.5.1 |
| 608 | 2026-03-02T21:33:45.844Z | Downloaded gethostname v0.5.0 |
| 609 | 2026-03-02T21:33:45.849Z | Downloaded futures-executor v0.3.31 |
| 610 | 2026-03-02T21:33:45.854Z | Downloaded futures-io v0.3.31 |
| 611 | 2026-03-02T21:33:45.858Z | Downloaded foreign-types-macros v0.2.3 |
| 612 | 2026-03-02T21:33:45.862Z | Downloaded cassowary v0.3.0 |
| 613 | 2026-03-02T21:33:45.867Z | Downloaded hash32 v0.2.1 |
| 614 | 2026-03-02T21:33:45.872Z | Downloaded fs_extra v1.3.0 |
| 615 | 2026-03-02T21:33:45.877Z | Downloaded headers-core v0.3.0 |
| 616 | 2026-03-02T21:33:45.881Z | Downloaded http-range v0.1.5 |
| 617 | 2026-03-02T21:33:45.885Z | Downloaded hex-literal v0.4.1 |
| 618 | 2026-03-02T21:33:45.889Z | Downloaded hex v0.4.3 |
| 619 | 2026-03-02T21:33:45.894Z | Downloaded hostname v0.3.1 |
| 620 | 2026-03-02T21:33:45.899Z | Downloaded erased-serde v0.3.31 |
| 621 | 2026-03-02T21:33:45.905Z | Downloaded hubpack_derive v0.1.1 |
| 622 | 2026-03-02T21:33:45.908Z | Downloaded cexpr v0.6.0 |
| 623 | 2026-03-02T21:33:45.913Z | Downloaded ident_case v1.0.1 |
| 624 | 2026-03-02T21:33:45.917Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 625 | 2026-03-02T21:33:45.923Z | Downloaded inout v0.1.3 |
| 626 | 2026-03-02T21:33:45.927Z | Downloaded is_ci v1.2.0 |
| 627 | 2026-03-02T21:33:45.931Z | Downloaded instability v0.3.2 |
| 628 | 2026-03-02T21:33:45.936Z | Downloaded ecdsa v0.16.9 |
| 629 | 2026-03-02T21:33:45.941Z | Downloaded libscf-sys v1.1.0 |
| 630 | 2026-03-02T21:33:45.993Z | Downloaded lazy_static v1.5.0 |
| 631 | 2026-03-02T21:33:45.993Z | Downloaded globset v0.4.15 |
| 632 | 2026-03-02T21:33:45.993Z | Downloaded http-body-util v0.1.3 |
| 633 | 2026-03-02T21:33:45.993Z | Downloaded ff v0.13.0 |
| 634 | 2026-03-02T21:33:45.993Z | Downloaded arc-swap v1.7.1 |
| 635 | 2026-03-02T21:33:45.993Z | Downloaded linked-hash-map v0.5.6 |
| 636 | 2026-03-02T21:33:45.993Z | Downloaded lockfree-object-pool v0.1.6 |
| 637 | 2026-03-02T21:33:45.993Z | Downloaded maplit v1.0.2 |
| 638 | 2026-03-02T21:33:45.996Z | Downloaded crossbeam-deque v0.8.5 |
| 639 | 2026-03-02T21:33:45.996Z | Downloaded md5 v0.7.0 |
| 640 | 2026-03-02T21:33:45.996Z | Downloaded maybe-uninit v2.0.0 |
| 641 | 2026-03-02T21:33:45.996Z | Downloaded mime v0.3.17 |
| 642 | 2026-03-02T21:33:45.999Z | Downloaded ingot-types v0.1.2 |
| 643 | 2026-03-02T21:33:46.002Z | Downloaded libefi-sys v0.1.0 |
| 644 | 2026-03-02T21:33:46.006Z | Downloaded nodrop v0.1.14 |
| 645 | 2026-03-02T21:33:46.009Z | Downloaded nibble_vec v0.1.0 |
| 646 | 2026-03-02T21:33:46.013Z | Downloaded num-conv v0.2.0 |
| 647 | 2026-03-02T21:33:46.017Z | Downloaded elliptic-curve v0.13.8 |
| 648 | 2026-03-02T21:33:46.024Z | Downloaded newline-converter v0.3.0 |
| 649 | 2026-03-02T21:33:46.028Z | Downloaded num-derive v0.3.3 |
| 650 | 2026-03-02T21:33:46.033Z | Downloaded lock_api v0.4.12 |
| 651 | 2026-03-02T21:33:46.038Z | Downloaded openssl-macros v0.1.1 |
| 652 | 2026-03-02T21:33:46.041Z | Downloaded jobserver v0.1.32 |
| 653 | 2026-03-02T21:33:46.046Z | Downloaded oso-derive v0.27.3 |
| 654 | 2026-03-02T21:33:46.049Z | Downloaded num-iter v0.1.45 |
| 655 | 2026-03-02T21:33:46.053Z | Downloaded packed_struct_codegen v0.10.1 |
| 656 | 2026-03-02T21:33:46.056Z | Downloaded opaque-debug v0.3.1 |
| 657 | 2026-03-02T21:33:46.060Z | Downloaded native-tls v0.2.12 |
| 658 | 2026-03-02T21:33:46.064Z | Downloaded nanorand v0.7.0 |
| 659 | 2026-03-02T21:33:46.069Z | Downloaded httparse v1.9.5 |
| 660 | 2026-03-02T21:33:46.074Z | Downloaded parse-display v0.10.0 |
| 661 | 2026-03-02T21:33:46.078Z | Downloaded nu-ansi-term v0.50.1 |
| 662 | 2026-03-02T21:33:46.082Z | Downloaded olpc-cjson v0.1.4 |
| 663 | 2026-03-02T21:33:46.085Z | Downloaded mime_guess v2.0.5 |
| 664 | 2026-03-02T21:33:46.089Z | Downloaded path-slash v0.1.5 |
| 665 | 2026-03-02T21:33:46.093Z | Downloaded cc v1.2.56 |
| 666 | 2026-03-02T21:33:46.098Z | Downloaded multer v3.1.0 |
| 667 | 2026-03-02T21:33:46.104Z | Downloaded peg-runtime v0.8.5 |
| 668 | 2026-03-02T21:33:46.107Z | Downloaded phf_shared v0.12.1 |
| 669 | 2026-03-02T21:33:46.110Z | Downloaded ingot-macros v0.1.1 |
| 670 | 2026-03-02T21:33:46.113Z | Downloaded pbkdf2 v0.12.2 |
| 671 | 2026-03-02T21:33:46.117Z | Downloaded pbkdf2 v0.11.0 |
| 672 | 2026-03-02T21:33:46.121Z | Downloaded pin-utils v0.1.0 |
| 673 | 2026-03-02T21:33:46.126Z | Downloaded phf_shared v0.11.2 |
| 674 | 2026-03-02T21:33:46.129Z | Downloaded num_enum v0.5.11 |
| 675 | 2026-03-02T21:33:46.136Z | Downloaded powerfmt v0.2.0 |
| 676 | 2026-03-02T21:33:46.139Z | Downloaded pretty-hex v0.2.1 |
| 677 | 2026-03-02T21:33:46.142Z | Downloaded bumpalo v3.16.0 |
| 678 | 2026-03-02T21:33:46.147Z | Downloaded parking_lot_core v0.9.10 |
| 679 | 2026-03-02T21:33:46.151Z | Downloaded predicates-core v1.0.8 |
| 680 | 2026-03-02T21:33:46.154Z | Downloaded progenitor-client v0.10.0 |
| 681 | 2026-03-02T21:33:46.157Z | Downloaded progenitor-client v0.8.0 |
| 682 | 2026-03-02T21:33:46.160Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 683 | 2026-03-02T21:33:46.163Z | Downloaded ed25519-dalek v2.1.1 |
| 684 | 2026-03-02T21:33:46.167Z | Downloaded password-hash v0.5.0 |
| 685 | 2026-03-02T21:33:46.170Z | Downloaded progenitor-macro v0.11.2 |
| 686 | 2026-03-02T21:33:46.173Z | Downloaded progenitor-macro v0.13.0 |
| 687 | 2026-03-02T21:33:46.177Z | Downloaded progenitor-macro v0.10.0 |
| 688 | 2026-03-02T21:33:46.180Z | Downloaded phf v0.12.1 |
| 689 | 2026-03-02T21:33:46.183Z | Downloaded pin-project-internal v1.1.6 |
| 690 | 2026-03-02T21:33:46.187Z | Downloaded pem-rfc7468 v0.7.0 |
| 691 | 2026-03-02T21:33:46.190Z | Downloaded quick-error v1.2.3 |
| 692 | 2026-03-02T21:33:46.193Z | Downloaded psl-types v2.0.11 |
| 693 | 2026-03-02T21:33:46.196Z | Downloaded radium v0.7.0 |
| 694 | 2026-03-02T21:33:46.199Z | Downloaded pkg-config v0.3.31 |
| 695 | 2026-03-02T21:33:46.202Z | Downloaded polyval v0.6.2 |
| 696 | 2026-03-02T21:33:46.205Z | Downloaded poly1305 v0.8.0 |
| 697 | 2026-03-02T21:33:46.209Z | Downloaded recursive v0.1.1 |
| 698 | 2026-03-02T21:33:46.211Z | Downloaded pin-project-lite v0.2.14 |
| 699 | 2026-03-02T21:33:46.218Z | Downloaded rand_xorshift v0.4.0 |
| 700 | 2026-03-02T21:33:46.221Z | Downloaded miniz_oxide v0.8.5 |
| 701 | 2026-03-02T21:33:46.226Z | Downloaded predicates v3.1.3 |
| 702 | 2026-03-02T21:33:46.230Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 703 | 2026-03-02T21:33:46.233Z | Downloaded ref-cast v1.0.25 |
| 704 | 2026-03-02T21:33:46.237Z | Downloaded ref-cast-impl v1.0.25 |
| 705 | 2026-03-02T21:33:46.240Z | Downloaded progenitor v0.11.2 |
| 706 | 2026-03-02T21:33:46.243Z | Downloaded progenitor-extras v0.1.0 |
| 707 | 2026-03-02T21:33:46.245Z | Downloaded progenitor v0.10.0 |
| 708 | 2026-03-02T21:33:46.248Z | Downloaded psm v0.1.30 |
| 709 | 2026-03-02T21:33:46.253Z | Downloaded rustc-hash v2.1.1 |
| 710 | 2026-03-02T21:33:46.256Z | Downloaded russh-cryptovec v0.7.3 |
| 711 | 2026-03-02T21:33:46.259Z | Downloaded rtoolbox v0.0.2 |
| 712 | 2026-03-02T21:33:46.262Z | Downloaded oso v0.27.3 |
| 713 | 2026-03-02T21:33:46.265Z | Downloaded rfc6979 v0.4.0 |
| 714 | 2026-03-02T21:33:46.268Z | Downloaded rustc_version v0.1.7 |
| 715 | 2026-03-02T21:33:46.271Z | Downloaded parking_lot v0.11.2 |
| 716 | 2026-03-02T21:33:46.276Z | Downloaded sapling-renderdag v0.1.0 |
| 717 | 2026-03-02T21:33:46.278Z | Downloaded scopeguard v1.2.0 |
| 718 | 2026-03-02T21:33:46.278Z | Downloaded rand_core v0.6.4 |
| 719 | 2026-03-02T21:33:46.281Z | Downloaded rustc_version v0.4.1 |
| 720 | 2026-03-02T21:33:46.284Z | Downloaded r2d2 v0.8.10 |
| 721 | 2026-03-02T21:33:46.287Z | Downloaded jiff-static v0.2.15 |
| 722 | 2026-03-02T21:33:46.292Z | Downloaded predicates-tree v1.0.12 |
| 723 | 2026-03-02T21:33:46.296Z | Downloaded rand_seeder v0.4.0 |
| 724 | 2026-03-02T21:33:46.298Z | Downloaded postgres-types v0.2.9 |
| 725 | 2026-03-02T21:33:46.302Z | Downloaded scheduled-thread-pool v0.2.7 |
| 726 | 2026-03-02T21:33:46.305Z | Downloaded postgres-protocol v0.6.8 |
| 727 | 2026-03-02T21:33:46.307Z | Downloaded p256 v0.13.2 |
| 728 | 2026-03-02T21:33:46.310Z | Downloaded proc-macro-error2 v2.0.1 |
| 729 | 2026-03-02T21:33:46.315Z | Downloaded salsa20 v0.10.2 |
| 730 | 2026-03-02T21:33:46.318Z | Downloaded papergrid v0.14.0 |
| 731 | 2026-03-02T21:33:46.323Z | Downloaded secrecy v0.10.3 |
| 732 | 2026-03-02T21:33:46.326Z | Downloaded serde-big-array v0.5.1 |
| 733 | 2026-03-02T21:33:46.329Z | Downloaded seq-macro v0.3.6 |
| 734 | 2026-03-02T21:33:46.332Z | Downloaded semver v0.1.20 |
| 735 | 2026-03-02T21:33:46.335Z | Downloaded openssl-sys v0.9.109 |
| 736 | 2026-03-02T21:33:46.341Z | Downloaded resolv-conf v0.7.0 |
| 737 | 2026-03-02T21:33:46.344Z | Downloaded serde_urlencoded v0.7.1 |
| 738 | 2026-03-02T21:33:46.347Z | Downloaded serde_spanned v1.0.4 |
| 739 | 2026-03-02T21:33:46.350Z | Downloaded sigpipe v0.1.3 |
| 740 | 2026-03-02T21:33:46.353Z | Downloaded signal-hook-tokio v0.3.1 |
| 741 | 2026-03-02T21:33:46.356Z | Downloaded siphasher v0.3.11 |
| 742 | 2026-03-02T21:33:46.359Z | Downloaded signature v2.2.0 |
| 743 | 2026-03-02T21:33:46.359Z | Downloaded hashbrown v0.13.2 |
| 744 | 2026-03-02T21:33:46.364Z | Downloaded sha1 v0.10.6 |
| 745 | 2026-03-02T21:33:46.367Z | Downloaded rustversion v1.0.22 |
| 746 | 2026-03-02T21:33:46.371Z | Downloaded scroll_derive v0.13.1 |
| 747 | 2026-03-02T21:33:46.375Z | Downloaded siphasher v1.0.1 |
| 748 | 2026-03-02T21:33:46.378Z | Downloaded http v1.4.0 |
| 749 | 2026-03-02T21:33:46.381Z | Downloaded signal-hook-mio v0.2.4 |
| 750 | 2026-03-02T21:33:46.384Z | Downloaded slog-bunyan v2.5.0 |
| 751 | 2026-03-02T21:33:46.387Z | Downloaded hyper-util v0.1.19 |
| 752 | 2026-03-02T21:33:46.392Z | Downloaded rusty-fork v0.3.0 |
| 753 | 2026-03-02T21:33:46.395Z | Downloaded slog-envlogger v2.2.0 |
| 754 | 2026-03-02T21:33:46.398Z | Downloaded serde_bytes v0.11.19 |
| 755 | 2026-03-02T21:33:46.401Z | Downloaded schemars_derive v0.8.22 |
| 756 | 2026-03-02T21:33:46.404Z | Downloaded progenitor-impl v0.10.0 |
| 757 | 2026-03-02T21:33:46.407Z | Downloaded ssh-cipher v0.2.0 |
| 758 | 2026-03-02T21:33:46.410Z | Downloaded sqlparser_derive v0.5.0 |
| 759 | 2026-03-02T21:33:46.410Z | Downloaded progenitor-impl v0.13.0 |
| 760 | 2026-03-02T21:33:46.415Z | Downloaded serde_derive_internals v0.29.1 |
| 761 | 2026-03-02T21:33:46.418Z | Downloaded rustls-pemfile v1.0.4 |
| 762 | 2026-03-02T21:33:46.421Z | Downloaded serde-hex v0.1.0 |
| 763 | 2026-03-02T21:33:46.424Z | Downloaded simd-adler32 v0.3.7 |
| 764 | 2026-03-02T21:33:46.426Z | Downloaded ssh-encoding v0.2.0 |
| 765 | 2026-03-02T21:33:46.426Z | Downloaded shlex v1.3.0 |
| 766 | 2026-03-02T21:33:46.430Z | Downloaded structmeta v0.3.0 |
| 767 | 2026-03-02T21:33:46.433Z | Downloaded pkcs1 v0.7.5 |
| 768 | 2026-03-02T21:33:46.436Z | Downloaded serde_path_to_error v0.1.20 |
| 769 | 2026-03-02T21:33:46.439Z | Downloaded ryu v1.0.18 |
| 770 | 2026-03-02T21:33:46.443Z | Downloaded strum v0.27.2 |
| 771 | 2026-03-02T21:33:46.446Z | Downloaded strum v0.26.3 |
| 772 | 2026-03-02T21:33:46.446Z | Downloaded subtle v2.6.1 |
| 773 | 2026-03-02T21:33:46.449Z | Downloaded structmeta-derive v0.3.0 |
| 774 | 2026-03-02T21:33:46.449Z | Downloaded strip-ansi-escapes v0.2.0 |
| 775 | 2026-03-02T21:33:46.453Z | Downloaded signal-hook-registry v1.4.2 |
| 776 | 2026-03-02T21:33:46.456Z | Downloaded tabwriter v1.4.0 |
| 777 | 2026-03-02T21:33:46.456Z | Downloaded supports-color v3.0.2 |
| 778 | 2026-03-02T21:33:46.460Z | Downloaded tagptr v0.2.0 |
| 779 | 2026-03-02T21:33:46.460Z | Downloaded take_mut v0.2.2 |
| 780 | 2026-03-02T21:33:46.463Z | Downloaded sync-ptr v0.1.4 |
| 781 | 2026-03-02T21:33:46.463Z | Downloaded sync_wrapper v1.0.1 |
| 782 | 2026-03-02T21:33:46.466Z | Downloaded rustls-pemfile v2.2.0 |
| 783 | 2026-03-02T21:33:46.468Z | Downloaded slog-async v2.8.0 |
| 784 | 2026-03-02T21:33:46.471Z | Downloaded slog-stdlog v4.1.1 |
| 785 | 2026-03-02T21:33:46.471Z | Downloaded slog-dtrace v0.3.0 |
| 786 | 2026-03-02T21:33:46.474Z | Downloaded smf v0.2.3 |
| 787 | 2026-03-02T21:33:46.477Z | Downloaded tabled_derive v0.10.0 |
| 788 | 2026-03-02T21:33:46.480Z | Downloaded termtree v0.5.1 |
| 789 | 2026-03-02T21:33:46.480Z | Downloaded testing_table v0.3.0 |
| 790 | 2026-03-02T21:33:46.483Z | Downloaded progenitor-impl v0.11.2 |
| 791 | 2026-03-02T21:33:46.485Z | Downloaded tap v1.0.1 |
| 792 | 2026-03-02T21:33:46.485Z | Downloaded string_cache v0.8.9 |
| 793 | 2026-03-02T21:33:46.490Z | Downloaded sqlformat v0.3.5 |
| 794 | 2026-03-02T21:33:46.493Z | Downloaded smallvec v0.6.14 |
| 795 | 2026-03-02T21:33:46.493Z | Downloaded sct v0.7.1 |
| 796 | 2026-03-02T21:33:46.496Z | Downloaded static_assertions v1.1.0 |
| 797 | 2026-03-02T21:33:46.499Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 798 | 2026-03-02T21:33:46.502Z | Downloaded time-core v0.1.8 |
| 799 | 2026-03-02T21:33:46.502Z | Downloaded spki v0.7.3 |
| 800 | 2026-03-02T21:33:46.505Z | Downloaded stacker v0.1.23 |
| 801 | 2026-03-02T21:33:46.508Z | Downloaded ron v0.7.1 |
| 802 | 2026-03-02T21:33:46.515Z | Downloaded rcgen v0.12.1 |
| 803 | 2026-03-02T21:33:46.518Z | Downloaded strum_macros v0.27.2 |
| 804 | 2026-03-02T21:33:46.522Z | Downloaded strum_macros v0.26.4 |
| 805 | 2026-03-02T21:33:46.525Z | Downloaded libm v0.2.8 |
| 806 | 2026-03-02T21:33:46.530Z | Downloaded tabled_derive v0.11.0 |
| 807 | 2026-03-02T21:33:46.533Z | Downloaded stringprep v0.1.5 |
| 808 | 2026-03-02T21:33:46.536Z | Downloaded pretty_assertions v1.4.1 |
| 809 | 2026-03-02T21:33:46.539Z | Downloaded slog-scope v4.4.0 |
| 810 | 2026-03-02T21:33:46.539Z | Downloaded snafu-derive v0.8.5 |
| 811 | 2026-03-02T21:33:46.542Z | Downloaded rayon-core v1.12.1 |
| 812 | 2026-03-02T21:33:46.547Z | Downloaded support-bundle-viewer v0.1.2 |
| 813 | 2026-03-02T21:33:46.550Z | Downloaded thiserror-no-std v2.0.2 |
| 814 | 2026-03-02T21:33:46.553Z | Downloaded termios v0.3.3 |
| 815 | 2026-03-02T21:33:46.553Z | Downloaded rand v0.8.5 |
| 816 | 2026-03-02T21:33:46.557Z | Downloaded serde_yaml v0.9.34+deprecated |
| 817 | 2026-03-02T21:33:46.560Z | Downloaded tower-service v0.3.3 |
| 818 | 2026-03-02T21:33:46.563Z | Downloaded serde_cbor v0.11.2 |
| 819 | 2026-03-02T21:33:46.566Z | Downloaded try-lock v0.2.5 |
| 820 | 2026-03-02T21:33:46.566Z | Downloaded trait-variant v0.1.2 |
| 821 | 2026-03-02T21:33:46.569Z | Downloaded tiny-keccak v2.0.2 |
| 822 | 2026-03-02T21:33:46.572Z | Downloaded time-macros v0.2.27 |
| 823 | 2026-03-02T21:33:46.575Z | Downloaded num-bigint v0.4.6 |
| 824 | 2026-03-02T21:33:46.578Z | Downloaded tls_codec_derive v0.4.1 |
| 825 | 2026-03-02T21:33:46.581Z | Downloaded schemars v0.9.0 |
| 826 | 2026-03-02T21:33:46.594Z | Downloaded typify-macro v0.4.3 |
| 827 | 2026-03-02T21:33:46.597Z | Downloaded typify-macro v0.2.0 |
| 828 | 2026-03-02T21:33:46.597Z | Downloaded tokio-rustls v0.25.0 |
| 829 | 2026-03-02T21:33:46.600Z | Downloaded tokio-native-tls v0.3.1 |
| 830 | 2026-03-02T21:33:46.600Z | Downloaded unit-prefix v0.5.1 |
| 831 | 2026-03-02T21:33:46.603Z | Downloaded unarray v0.1.4 |
| 832 | 2026-03-02T21:33:46.603Z | Downloaded tokio-macros v2.6.0 |
| 833 | 2026-03-02T21:33:46.606Z | Downloaded typify-macro v0.6.1 |
| 834 | 2026-03-02T21:33:46.606Z | Downloaded tokio-dtrace v0.1.0 |
| 835 | 2026-03-02T21:33:46.610Z | Downloaded tls_codec v0.4.1 |
| 836 | 2026-03-02T21:33:46.615Z | Downloaded unicode-truncate v1.1.0 |
| 837 | 2026-03-02T21:33:46.615Z | Downloaded spin v0.9.8 |
| 838 | 2026-03-02T21:33:46.620Z | Downloaded tinyvec_macros v0.1.1 |
| 839 | 2026-03-02T21:33:46.620Z | Downloaded subprocess v0.2.9 |
| 840 | 2026-03-02T21:33:46.620Z | Downloaded untrusted v0.7.1 |
| 841 | 2026-03-02T21:33:46.620Z | Downloaded aho-corasick v1.1.3 |
| 842 | 2026-03-02T21:33:46.624Z | Downloaded utf-8 v0.7.6 |
| 843 | 2026-03-02T21:33:46.627Z | Downloaded usdt-attr-macro v0.6.0 |
| 844 | 2026-03-02T21:33:46.627Z | Downloaded minimal-lexical v0.2.1 |
| 845 | 2026-03-02T21:33:46.631Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 846 | 2026-03-02T21:33:46.634Z | Downloaded qorb v0.4.1 |
| 847 | 2026-03-02T21:33:46.637Z | Downloaded usdt-macro v0.6.0 |
| 848 | 2026-03-02T21:33:46.640Z | Downloaded tui-tree-widget v0.23.1 |
| 849 | 2026-03-02T21:33:46.640Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 850 | 2026-03-02T21:33:46.643Z | Downloaded socket2 v0.5.10 |
| 851 | 2026-03-02T21:33:46.645Z | Downloaded socket2 v0.6.1 |
| 852 | 2026-03-02T21:33:46.646Z | Downloaded tower-layer v0.3.3 |
| 853 | 2026-03-02T21:33:46.648Z | Downloaded rand v0.9.2 |
| 854 | 2026-03-02T21:33:46.651Z | Downloaded vte_generate_state_changes v0.1.2 |
| 855 | 2026-03-02T21:33:46.654Z | Downloaded h2 v0.4.6 |
| 856 | 2026-03-02T21:33:46.658Z | Downloaded typify v0.2.0 |
| 857 | 2026-03-02T21:33:46.663Z | Downloaded itertools v0.13.0 |
| 858 | 2026-03-02T21:33:46.669Z | Downloaded waitgroup v0.1.2 |
| 859 | 2026-03-02T21:33:46.673Z | Downloaded void v1.0.2 |
| 860 | 2026-03-02T21:33:46.673Z | Downloaded tokio-rustls v0.24.1 |
| 861 | 2026-03-02T21:33:46.673Z | Downloaded want v0.3.1 |
| 862 | 2026-03-02T21:33:46.676Z | Downloaded xattr v1.3.1 |
| 863 | 2026-03-02T21:33:46.676Z | Downloaded wait-timeout v0.2.0 |
| 864 | 2026-03-02T21:33:46.680Z | Downloaded rustls-platform-verifier v0.6.2 |
| 865 | 2026-03-02T21:33:46.683Z | Downloaded term v0.7.0 |
| 866 | 2026-03-02T21:33:46.686Z | Downloaded unicase v2.8.1 |
| 867 | 2026-03-02T21:33:46.686Z | Downloaded tokio-stream v0.1.17 |
| 868 | 2026-03-02T21:33:46.691Z | Downloaded tokio-tungstenite v0.21.0 |
| 869 | 2026-03-02T21:33:46.693Z | Downloaded xshell-macros v0.2.7 |
| 870 | 2026-03-02T21:33:46.697Z | Downloaded tokio-rustls v0.26.0 |
| 871 | 2026-03-02T21:33:46.697Z | Downloaded schemars v1.0.4 |
| 872 | 2026-03-02T21:33:46.710Z | Downloaded zone_cfg_derive v0.1.2 |
| 873 | 2026-03-02T21:33:46.713Z | Downloaded uzers v0.12.1 |
| 874 | 2026-03-02T21:33:46.713Z | Downloaded zone_cfg_derive v0.3.0 |
| 875 | 2026-03-02T21:33:46.715Z | Downloaded zone v0.3.1 |
| 876 | 2026-03-02T21:33:46.716Z | Downloaded twox-hash v2.1.0 |
| 877 | 2026-03-02T21:33:46.718Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 878 | 2026-03-02T21:33:46.721Z | Downloaded zone v0.1.8 |
| 879 | 2026-03-02T21:33:46.721Z | Downloaded vsss-rs v3.3.4 |
| 880 | 2026-03-02T21:33:46.725Z | Downloaded russh v0.45.0 |
| 881 | 2026-03-02T21:33:46.729Z | Downloaded tinyvec v1.8.0 |
| 882 | 2026-03-02T21:33:46.732Z | Downloaded vergen-lib v0.1.6 |
| 883 | 2026-03-02T21:33:46.734Z | Downloaded walkdir v2.5.0 |
| 884 | 2026-03-02T21:33:46.737Z | Downloaded vergen-gitcl v1.0.8 |
| 885 | 2026-03-02T21:33:46.737Z | Downloaded hkdf v0.12.4 |
| 886 | 2026-03-02T21:33:46.740Z | Downloaded vergen-git2 v1.0.7 |
| 887 | 2026-03-02T21:33:46.743Z | Downloaded unicode-properties v0.1.3 |
| 888 | 2026-03-02T21:33:46.743Z | Downloaded blake3 v1.5.4 |
| 889 | 2026-03-02T21:33:46.750Z | Downloaded xshell v0.2.7 |
| 890 | 2026-03-02T21:33:46.753Z | Downloaded zeroize_derive v1.4.2 |
| 891 | 2026-03-02T21:33:46.756Z | Downloaded zeroize v1.8.1 |
| 892 | 2026-03-02T21:33:46.756Z | Downloaded wyz v0.5.1 |
| 893 | 2026-03-02T21:33:46.759Z | Downloaded value-bag v1.12.0 |
| 894 | 2026-03-02T21:33:46.759Z | Downloaded toml v0.7.8 |
| 895 | 2026-03-02T21:33:46.762Z | Downloaded bindgen v0.71.1 |
| 896 | 2026-03-02T21:33:46.769Z | Downloaded xz2 v0.1.7 |
| 897 | 2026-03-02T21:33:46.772Z | Downloaded usdt-impl v0.6.0 |
| 898 | 2026-03-02T21:33:46.775Z | Downloaded tungstenite v0.21.0 |
| 899 | 2026-03-02T21:33:46.777Z | Downloaded vte v0.11.1 |
| 900 | 2026-03-02T21:33:46.777Z | Downloaded itertools v0.14.0 |
| 901 | 2026-03-02T21:33:46.786Z | Downloaded test-strategy v0.4.3 |
| 902 | 2026-03-02T21:33:46.790Z | Downloaded vergen v9.0.6 |
| 903 | 2026-03-02T21:33:46.792Z | Downloaded tungstenite v0.23.0 |
| 904 | 2026-03-02T21:33:46.795Z | Downloaded zstd-safe v7.2.3 |
| 905 | 2026-03-02T21:33:46.795Z | Downloaded snafu v0.8.5 |
| 906 | 2026-03-02T21:33:46.801Z | Downloaded rustls-webpki v0.103.9 |
| 907 | 2026-03-02T21:33:46.805Z | Downloaded zstd v0.13.3 |
| 908 | 2026-03-02T21:33:46.808Z | Downloaded unicode-bidi v0.3.17 |
| 909 | 2026-03-02T21:33:46.812Z | Downloaded steno v0.4.1 |
| 910 | 2026-03-02T21:33:46.816Z | Downloaded whoami v1.5.2 |
| 911 | 2026-03-02T21:33:46.819Z | Downloaded rpassword v7.4.0 |
| 912 | 2026-03-02T21:33:46.819Z | Downloaded tar v0.4.44 |
| 913 | 2026-03-02T21:33:46.822Z | Downloaded signal-hook v0.3.18 |
| 914 | 2026-03-02T21:33:46.826Z | Downloaded tracing v0.1.40 |
| 915 | 2026-03-02T21:33:46.831Z | Downloaded yasna v0.5.2 |
| 916 | 2026-03-02T21:33:46.834Z | Downloaded zerocopy v0.6.6 |
| 917 | 2026-03-02T21:33:46.834Z | Downloaded typify v0.6.1 |
| 918 | 2026-03-02T21:33:46.837Z | Downloaded unsafe-libyaml v0.2.11 |
| 919 | 2026-03-02T21:33:46.840Z | Downloaded schemars v0.8.22 |
| 920 | 2026-03-02T21:33:46.852Z | Downloaded uuid v1.19.0 |
| 921 | 2026-03-02T21:33:46.855Z | Downloaded typify v0.4.3 |
| 922 | 2026-03-02T21:33:46.859Z | Downloaded tracing-core v0.1.32 |
| 923 | 2026-03-02T21:33:46.862Z | Downloaded tokio-postgres v0.7.13 |
| 924 | 2026-03-02T21:33:46.866Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 925 | 2026-03-02T21:33:46.871Z | Downloaded ssh-key v0.6.6 |
| 926 | 2026-03-02T21:33:46.878Z | Downloaded reedline v0.40.0 |
| 927 | 2026-03-02T21:33:46.886Z | Downloaded bitvec v1.0.1 |
| 928 | 2026-03-02T21:33:46.917Z | Downloaded zopfli v0.8.1 |
| 929 | 2026-03-02T21:33:46.921Z | Downloaded yansi v1.0.1 |
| 930 | 2026-03-02T21:33:46.924Z | Downloaded rustyline v14.0.0 |
| 931 | 2026-03-02T21:33:46.930Z | Downloaded lalrpop v0.19.12 |
| 932 | 2026-03-02T21:33:46.943Z | Downloaded unicode-segmentation v1.12.0 |
| 933 | 2026-03-02T21:33:46.948Z | Downloaded unicode_categories v0.1.1 |
| 934 | 2026-03-02T21:33:46.951Z | Downloaded p384 v0.13.1 |
| 935 | 2026-03-02T21:33:46.955Z | Downloaded zip v0.6.6 |
| 936 | 2026-03-02T21:33:46.958Z | Downloaded toml_edit v0.19.15 |
| 937 | 2026-03-02T21:33:46.976Z | Downloaded rayon v1.10.0 |
| 938 | 2026-03-02T21:33:46.985Z | Downloaded quick-xml v0.37.2 |
| 939 | 2026-03-02T21:33:46.993Z | Downloaded zerocopy-derive v0.8.27 |
| 940 | 2026-03-02T21:33:46.996Z | Downloaded tokio-util v0.7.15 |
| 941 | 2026-03-02T21:33:47.003Z | Downloaded tower v0.5.2 |
| 942 | 2026-03-02T21:33:47.013Z | Downloaded reqwest v0.13.2 |
| 943 | 2026-03-02T21:33:47.020Z | Downloaded unicode-normalization v0.1.24 |
| 944 | 2026-03-02T21:33:47.023Z | Downloaded x509-cert v0.2.5 |
| 945 | 2026-03-02T21:33:47.030Z | Downloaded salty v0.3.0 |
| 946 | 2026-03-02T21:33:47.037Z | Downloaded zip v4.2.0 |
| 947 | 2026-03-02T21:33:47.041Z | Downloaded rustls-webpki v0.102.8 |
| 948 | 2026-03-02T21:33:47.063Z | Downloaded tower-http v0.6.8 |
| 949 | 2026-03-02T21:33:47.068Z | Downloaded proptest v1.7.0 |
| 950 | 2026-03-02T21:33:47.077Z | Downloaded serde_with v3.16.1 |
| 951 | 2026-03-02T21:33:47.091Z | Downloaded petname v2.0.2 |
| 952 | 2026-03-02T21:33:47.096Z | Downloaded curve25519-dalek v4.1.3 |
| 953 | 2026-03-02T21:33:47.105Z | Downloaded quinn-proto v0.11.13 |
| 954 | 2026-03-02T21:33:47.112Z | Downloaded winnow v0.6.26 |
| 955 | 2026-03-02T21:33:47.122Z | Downloaded winnow v0.5.40 |
| 956 | 2026-03-02T21:33:47.130Z | Downloaded object v0.30.4 |
| 957 | 2026-03-02T21:33:47.140Z | Downloaded radix_trie v0.2.1 |
| 958 | 2026-03-02T21:33:47.144Z | Downloaded nix v0.27.1 |
| 959 | 2026-03-02T21:33:47.158Z | Downloaded zlib-rs v0.5.1 |
| 960 | 2026-03-02T21:33:47.163Z | Downloaded time v0.3.47 |
| 961 | 2026-03-02T21:33:47.175Z | Downloaded rustls v0.21.12 |
| 962 | 2026-03-02T21:33:47.187Z | Downloaded regex-syntax v0.6.29 |
| 963 | 2026-03-02T21:33:47.197Z | Downloaded vcpkg v0.2.15 |
| 964 | 2026-03-02T21:33:47.237Z | Downloaded tabled v0.18.0 |
| 965 | 2026-03-02T21:33:47.271Z | Downloaded polar-core v0.27.3 |
| 966 | 2026-03-02T21:33:47.271Z | Downloaded regress v0.10.5 |
| 967 | 2026-03-02T21:33:47.276Z | Downloaded regex-syntax v0.8.5 |
| 968 | 2026-03-02T21:33:47.281Z | Downloaded diesel v2.2.12 |
| 969 | 2026-03-02T21:33:47.301Z | Downloaded smoltcp v0.9.1 |
| 970 | 2026-03-02T21:33:47.311Z | Downloaded nix v0.30.1 |
| 971 | 2026-03-02T21:33:47.325Z | Downloaded webpki-roots v1.0.1 |
| 972 | 2026-03-02T21:33:47.329Z | Downloaded hickory-proto v0.25.2 |
| 973 | 2026-03-02T21:33:47.344Z | Downloaded zerocopy v0.8.27 |
| 974 | 2026-03-02T21:33:47.366Z | Downloaded openapiv3 v2.2.0 |
| 975 | 2026-03-02T21:33:47.376Z | Downloaded smoltcp v0.11.0 |
| 976 | 2026-03-02T21:33:47.389Z | Downloaded rustls v0.23.37 |
| 977 | 2026-03-02T21:33:47.401Z | Downloaded rustls v0.22.4 |
| 978 | 2026-03-02T21:33:47.414Z | Downloaded sqlparser v0.61.0 |
| 979 | 2026-03-02T21:33:47.423Z | Downloaded object v0.36.5 |
| 980 | 2026-03-02T21:33:47.434Z | Downloaded typify-impl v0.2.0 |
| 981 | 2026-03-02T21:33:47.445Z | Downloaded typify-impl v0.4.3 |
| 982 | 2026-03-02T21:33:47.458Z | Downloaded ratatui v0.29.0 |
| 983 | 2026-03-02T21:33:47.476Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 984 | 2026-03-02T21:33:47.486Z | Downloaded regex-automata v0.4.14 |
| 985 | 2026-03-02T21:33:47.499Z | Downloaded hickory-proto v0.24.4 |
| 986 | 2026-03-02T21:33:47.515Z | Downloaded sled v0.34.7 |
| 987 | 2026-03-02T21:33:47.525Z | Downloaded chrono-tz v0.10.4 |
| 988 | 2026-03-02T21:33:47.543Z | Downloaded typify-impl v0.6.1 |
| 989 | 2026-03-02T21:33:47.557Z | Downloaded jiff v0.2.15 |
| 990 | 2026-03-02T21:33:47.572Z | Downloaded dropshot v0.16.7 |
| 991 | 2026-03-02T21:33:47.594Z | Downloaded object v0.37.3 |
| 992 | 2026-03-02T21:33:47.608Z | Downloaded libz-sys v1.1.20 |
| 993 | 2026-03-02T21:33:47.625Z | Downloaded bstr v1.10.0 |
| 994 | 2026-03-02T21:33:47.634Z | Downloaded nix v0.29.0 |
| 995 | 2026-03-02T21:33:47.646Z | Downloaded nix v0.28.0 |
| 996 | 2026-03-02T21:33:47.656Z | Downloaded zerocopy-derive v0.6.6 |
| 997 | 2026-03-02T21:33:47.667Z | Downloaded tabled v0.20.0 |
| 998 | 2026-03-02T21:33:47.686Z | Downloaded openssl v0.10.73 |
| 999 | 2026-03-02T21:33:47.694Z | Downloaded rustls-webpki v0.101.7 |
| 1000 | 2026-03-02T21:33:47.708Z | Downloaded tough v0.20.0 |
| 1001 | 2026-03-02T21:33:47.717Z | Downloaded moka v0.12.10 |
| 1002 | 2026-03-02T21:33:47.727Z | Downloaded petgraph v0.6.5 |
| 1003 | 2026-03-02T21:33:47.744Z | Downloaded lzma-sys v0.1.20 |
| 1004 | 2026-03-02T21:33:47.773Z | Downloaded csv v1.3.1 |
| 1005 | 2026-03-02T21:33:47.791Z | Downloaded petgraph v0.8.2 |
| 1006 | 2026-03-02T21:33:47.809Z | Downloaded gimli v0.31.1 |
| 1007 | 2026-03-02T21:33:47.818Z | Downloaded typed-path v0.9.3 |
| 1008 | 2026-03-02T21:33:47.824Z | Downloaded goblin v0.10.2 |
| 1009 | 2026-03-02T21:33:47.830Z | Downloaded regex v1.12.3 |
| 1010 | 2026-03-02T21:33:47.836Z | Downloaded git2 v0.20.2 |
| 1011 | 2026-03-02T21:33:47.845Z | Downloaded portable-atomic v1.11.0 |
| 1012 | 2026-03-02T21:33:47.852Z | Downloaded reqwest v0.12.28 |
| 1013 | 2026-03-02T21:33:47.857Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1014 | 2026-03-02T21:33:47.876Z | Downloaded sha3 v0.10.8 |
| 1015 | 2026-03-02T21:33:47.883Z | Downloaded tokio v1.49.0 |
| 1016 | 2026-03-02T21:33:47.919Z | Downloaded aws-lc-rs v1.16.0 |
| 1017 | 2026-03-02T21:33:47.928Z | Downloaded p521 v0.13.3 |
| 1018 | 2026-03-02T21:33:47.933Z | Downloaded num-bigint-dig v0.8.6 |
| 1019 | 2026-03-02T21:33:47.936Z | Downloaded itertools v0.12.1 |
| 1020 | 2026-03-02T21:33:47.942Z | Downloaded tracing-attributes v0.1.27 |
| 1021 | 2026-03-02T21:33:47.945Z | Downloaded samael v0.0.19 |
| 1022 | 2026-03-02T21:33:47.950Z | Downloaded rsa v0.9.8 |
| 1023 | 2026-03-02T21:33:47.955Z | Downloaded usdt v0.6.0 |
| 1024 | 2026-03-02T21:33:47.958Z | Downloaded untrusted v0.9.0 |
| 1025 | 2026-03-02T21:33:47.958Z | Downloaded universal-hash v0.5.1 |
| 1026 | 2026-03-02T21:33:47.961Z | Downloaded tokio-tungstenite v0.23.1 |
| 1027 | 2026-03-02T21:33:47.961Z | Downloaded term v1.1.0 |
| 1028 | 2026-03-02T21:33:47.964Z | Downloaded futures-util v0.3.31 |
| 1029 | 2026-03-02T21:33:47.976Z | Downloaded slog v2.8.2 |
| 1030 | 2026-03-02T21:33:47.980Z | Downloaded nom v7.1.3 |
| 1031 | 2026-03-02T21:33:47.985Z | Downloaded encoding_rs v0.8.34 |
| 1032 | 2026-03-02T21:33:48.004Z | Downloaded hyper v1.8.1 |
| 1033 | 2026-03-02T21:33:48.011Z | Downloaded quinn v0.11.9 |
| 1034 | 2026-03-02T21:33:48.014Z | Downloaded hashbrown v0.12.3 |
| 1035 | 2026-03-02T21:33:48.018Z | Downloaded hashbrown v0.15.4 |
| 1036 | 2026-03-02T21:33:48.023Z | Downloaded topological-sort v0.2.2 |
| 1037 | 2026-03-02T21:33:48.026Z | Downloaded similar v2.7.0 |
| 1038 | 2026-03-02T21:33:48.029Z | Downloaded publicsuffix v2.3.0 |
| 1039 | 2026-03-02T21:33:48.031Z | Downloaded mio v1.0.2 |
| 1040 | 2026-03-02T21:33:48.036Z | Downloaded iri-string v0.7.8 |
| 1041 | 2026-03-02T21:33:48.044Z | Downloaded iddqd v0.3.16 |
| 1042 | 2026-03-02T21:33:48.051Z | Downloaded slog-term v2.9.2 |
| 1043 | 2026-03-02T21:33:48.054Z | Downloaded chrono v0.4.43 |
| 1044 | 2026-03-02T21:33:48.060Z | Downloaded libxml v0.3.3 |
| 1045 | 2026-03-02T21:33:48.067Z | Downloaded strum_macros v0.24.3 |
| 1046 | 2026-03-02T21:33:48.071Z | Downloaded itertools v0.10.5 |
| 1047 | 2026-03-02T21:33:48.074Z | Downloaded thread_local v1.1.8 |
| 1048 | 2026-03-02T21:33:48.074Z | Downloaded thread-id v5.0.0 |
| 1049 | 2026-03-02T21:33:48.079Z | Downloaded serde_with_macros v3.16.1 |
| 1050 | 2026-03-02T21:33:48.079Z | Downloaded ron v0.8.1 |
| 1051 | 2026-03-02T21:33:48.086Z | Downloaded slog-json v2.6.1 |
| 1052 | 2026-03-02T21:33:48.090Z | Downloaded sec1 v0.7.3 |
| 1053 | 2026-03-02T21:33:48.090Z | Downloaded rustls-pki-types v1.14.0 |
| 1054 | 2026-03-02T21:33:48.091Z | Downloaded slab v0.4.9 |
| 1055 | 2026-03-02T21:33:48.094Z | Downloaded ring v0.17.14 |
| 1056 | 2026-03-02T21:33:48.131Z | Downloaded hickory-server v0.25.2 |
| 1057 | 2026-03-02T21:33:48.135Z | Downloaded prettyplease v0.2.36 |
| 1058 | 2026-03-02T21:33:48.140Z | Downloaded russh-keys v0.45.0 |
| 1059 | 2026-03-02T21:33:48.144Z | Downloaded progenitor-impl v0.8.0 |
| 1060 | 2026-03-02T21:33:48.144Z | Downloaded prefix-trie v0.7.0 |
| 1061 | 2026-03-02T21:33:48.152Z | Downloaded scroll v0.13.0 |
| 1062 | 2026-03-02T21:33:48.152Z | Downloaded ar_archive_writer v0.5.1 |
| 1063 | 2026-03-02T21:33:48.155Z | Downloaded rand_chacha v0.3.1 |
| 1064 | 2026-03-02T21:33:48.155Z | Downloaded shell-words v1.1.0 |
| 1065 | 2026-03-02T21:33:48.155Z | Downloaded serde_repr v0.1.19 |
| 1066 | 2026-03-02T21:33:48.155Z | Downloaded rustc-demangle v0.1.24 |
| 1067 | 2026-03-02T21:33:48.155Z | Downloaded aes-gcm v0.10.3 |
| 1068 | 2026-03-02T21:33:48.159Z | Downloaded serde_plain v1.0.2 |
| 1069 | 2026-03-02T21:33:48.159Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1070 | 2026-03-02T21:33:48.214Z | Downloaded rustls-native-certs v0.8.1 |
| 1071 | 2026-03-02T21:33:48.218Z | Downloaded pin-project v1.1.6 |
| 1072 | 2026-03-02T21:33:48.227Z | Downloaded secrecy v0.8.0 |
| 1073 | 2026-03-02T21:33:48.231Z | Downloaded scrypt v0.11.0 |
| 1074 | 2026-03-02T21:33:48.231Z | Downloaded indicatif v0.18.0 |
| 1075 | 2026-03-02T21:33:48.235Z | Downloaded hickory-resolver v0.25.2 |
| 1076 | 2026-03-02T21:33:48.238Z | Downloaded papergrid v0.17.0 |
| 1077 | 2026-03-02T21:33:48.242Z | Downloaded bytes v1.11.1 |
| 1078 | 2026-03-02T21:33:48.245Z | Downloaded quinn-udp v0.5.5 |
| 1079 | 2026-03-02T21:33:48.249Z | Downloaded postcard v1.0.10 |
| 1080 | 2026-03-02T21:33:48.249Z | Downloaded pkcs5 v0.7.1 |
| 1081 | 2026-03-02T21:33:48.253Z | Downloaded rand_core v0.9.3 |
| 1082 | 2026-03-02T21:33:48.253Z | Downloaded rand_chacha v0.9.0 |
| 1083 | 2026-03-02T21:33:48.257Z | Downloaded omicron-zone-package v0.12.2 |
| 1084 | 2026-03-02T21:33:48.257Z | Downloaded expectorate v1.2.0 |
| 1085 | 2026-03-02T21:33:48.261Z | Downloaded same-file v1.0.6 |
| 1086 | 2026-03-02T21:33:48.261Z | Downloaded heapless v0.8.0 |
| 1087 | 2026-03-02T21:33:48.265Z | Downloaded primeorder v0.13.6 |
| 1088 | 2026-03-02T21:33:48.265Z | Downloaded peg-macros v0.8.5 |
| 1089 | 2026-03-02T21:33:48.271Z | Downloaded indicatif v0.17.11 |
| 1090 | 2026-03-02T21:33:48.271Z | Downloaded flate2 v1.1.2 |
| 1091 | 2026-03-02T21:33:48.276Z | Downloaded aes v0.8.4 |
| 1092 | 2026-03-02T21:33:48.279Z | Downloaded progenitor-client v0.13.0 |
| 1093 | 2026-03-02T21:33:48.280Z | Downloaded derive_more v2.0.1 |
| 1094 | 2026-03-02T21:33:48.288Z | Downloaded der v0.7.10 |
| 1095 | 2026-03-02T21:33:48.291Z | Downloaded progenitor v0.13.0 |
| 1096 | 2026-03-02T21:33:48.294Z | Downloaded hickory-resolver v0.24.4 |
| 1097 | 2026-03-02T21:33:48.299Z | Downloaded ppv-lite86 v0.2.20 |
| 1098 | 2026-03-02T21:33:48.302Z | Downloaded paste v1.0.15 |
| 1099 | 2026-03-02T21:33:48.303Z | Downloaded parking_lot v0.12.3 |
| 1100 | 2026-03-02T21:33:48.306Z | Downloaded base64 v0.21.7 |
| 1101 | 2026-03-02T21:33:48.309Z | Downloaded pkcs8 v0.10.2 |
| 1102 | 2026-03-02T21:33:48.309Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1103 | 2026-03-02T21:33:48.313Z | Downloaded owo-colors v4.2.3 |
| 1104 | 2026-03-02T21:33:48.316Z | Downloaded heapless v0.7.17 |
| 1105 | 2026-03-02T21:33:48.320Z | Downloaded headers v0.4.1 |
| 1106 | 2026-03-02T21:33:48.323Z | Downloaded phf v0.11.2 |
| 1107 | 2026-03-02T21:33:48.323Z | Downloaded pem v3.0.5 |
| 1108 | 2026-03-02T21:33:48.327Z | Downloaded litrs v0.4.1 |
| 1109 | 2026-03-02T21:33:48.327Z | Downloaded fatfs v0.3.6 |
| 1110 | 2026-03-02T21:33:48.330Z | Downloaded peg v0.8.5 |
| 1111 | 2026-03-02T21:33:48.333Z | Downloaded parse-display-derive v0.10.0 |
| 1112 | 2026-03-02T21:33:48.333Z | Downloaded progenitor-client v0.11.2 |
| 1113 | 2026-03-02T21:33:48.333Z | Downloaded progenitor v0.8.0 |
| 1114 | 2026-03-02T21:33:48.336Z | Downloaded progenitor-macro v0.8.0 |
| 1115 | 2026-03-02T21:33:48.336Z | Downloaded proc-macro-crate v1.3.1 |
| 1116 | 2026-03-02T21:33:48.336Z | Downloaded password-hash v0.4.2 |
| 1117 | 2026-03-02T21:33:48.339Z | Downloaded newtype-uuid v1.3.2 |
| 1118 | 2026-03-02T21:33:48.339Z | Downloaded diesel_derives v2.2.3 |
| 1119 | 2026-03-02T21:33:48.342Z | Downloaded darling_core v0.21.0 |
| 1120 | 2026-03-02T21:33:48.347Z | Downloaded dropshot-api-manager v0.5.2 |
| 1121 | 2026-03-02T21:33:48.351Z | Downloaded parking_lot_core v0.8.6 |
| 1122 | 2026-03-02T21:33:48.354Z | Downloaded memmap2 v0.9.8 |
| 1123 | 2026-03-02T21:33:48.354Z | Downloaded indexmap v1.9.3 |
| 1124 | 2026-03-02T21:33:48.356Z | Downloaded oxnet v0.1.4 |
| 1125 | 2026-03-02T21:33:48.359Z | Downloaded precomputed-hash v0.1.1 |
| 1126 | 2026-03-02T21:33:48.359Z | Downloaded libsw v3.5.0 |
| 1127 | 2026-03-02T21:33:48.362Z | Downloaded hmac v0.12.1 |
| 1128 | 2026-03-02T21:33:48.362Z | Downloaded packed_struct v0.10.1 |
| 1129 | 2026-03-02T21:33:48.367Z | Downloaded const_format v0.2.34 |
| 1130 | 2026-03-02T21:33:48.370Z | Downloaded compact_str v0.8.0 |
| 1131 | 2026-03-02T21:33:48.373Z | Downloaded num-integer v0.1.46 |
| 1132 | 2026-03-02T21:33:48.373Z | Downloaded num-rational v0.4.2 |
| 1133 | 2026-03-02T21:33:48.376Z | Downloaded num-complex v0.4.6 |
| 1134 | 2026-03-02T21:33:48.376Z | Downloaded futures v0.3.31 |
| 1135 | 2026-03-02T21:33:48.379Z | Downloaded flume v0.11.1 |
| 1136 | 2026-03-02T21:33:48.383Z | Downloaded crossterm v0.28.1 |
| 1137 | 2026-03-02T21:33:48.392Z | Downloaded backtrace v0.3.74 |
| 1138 | 2026-03-02T21:33:48.400Z | Downloaded parse-size v1.1.0 |
| 1139 | 2026-03-02T21:33:48.400Z | Downloaded ignore v0.4.23 |
| 1140 | 2026-03-02T21:33:48.410Z | Downloaded libz-rs-sys v0.5.1 |
| 1141 | 2026-03-02T21:33:48.410Z | Downloaded libloading v0.8.5 |
| 1142 | 2026-03-02T21:33:48.410Z | Downloaded iana-time-zone v0.1.63 |
| 1143 | 2026-03-02T21:33:48.410Z | Downloaded chacha20poly1305 v0.10.1 |
| 1144 | 2026-03-02T21:33:48.410Z | Downloaded cookie_store v0.22.1 |
| 1145 | 2026-03-02T21:33:48.417Z | Downloaded colored v2.2.0 |
| 1146 | 2026-03-02T21:33:48.417Z | Downloaded half v2.4.1 |
| 1147 | 2026-03-02T21:33:48.417Z | Downloaded openssl-probe v0.1.5 |
| 1148 | 2026-03-02T21:33:48.418Z | Downloaded num-derive v0.4.2 |
| 1149 | 2026-03-02T21:33:48.419Z | Downloaded nonempty v0.12.0 |
| 1150 | 2026-03-02T21:33:48.419Z | Downloaded newtype_derive v0.1.6 |
| 1151 | 2026-03-02T21:33:48.424Z | Downloaded number_prefix v0.4.0 |
| 1152 | 2026-03-02T21:33:48.424Z | Downloaded num_threads v0.1.7 |
| 1153 | 2026-03-02T21:33:48.425Z | Downloaded num_enum_derive v0.5.11 |
| 1154 | 2026-03-02T21:33:48.425Z | Downloaded ingot v0.1.1 |
| 1155 | 2026-03-02T21:33:48.425Z | Downloaded indoc v2.0.6 |
| 1156 | 2026-03-02T21:33:48.425Z | Downloaded hickory-client v0.25.2 |
| 1157 | 2026-03-02T21:33:48.425Z | Downloaded linear-map v1.2.0 |
| 1158 | 2026-03-02T21:33:48.436Z | Downloaded ipnetwork v0.21.1 |
| 1159 | 2026-03-02T21:33:48.436Z | Downloaded derive_more v0.99.20 |
| 1160 | 2026-03-02T21:33:48.446Z | Downloaded num v0.4.3 |
| 1161 | 2026-03-02T21:33:48.446Z | Downloaded normalize-line-endings v0.3.0 |
| 1162 | 2026-03-02T21:33:48.446Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1163 | 2026-03-02T21:33:48.446Z | Downloaded hyper-rustls v0.27.7 |
| 1164 | 2026-03-02T21:33:48.446Z | Downloaded half v1.8.3 |
| 1165 | 2026-03-02T21:33:48.446Z | Downloaded darling_core v0.20.10 |
| 1166 | 2026-03-02T21:33:48.450Z | Downloaded memoffset v0.9.1 |
| 1167 | 2026-03-02T21:33:48.450Z | Downloaded dropshot_endpoint v0.16.7 |
| 1168 | 2026-03-02T21:33:48.451Z | Downloaded diff v0.1.13 |
| 1169 | 2026-03-02T21:33:48.451Z | Downloaded derive-where v1.5.0 |
| 1170 | 2026-03-02T21:33:48.456Z | Downloaded base64 v0.22.1 |
| 1171 | 2026-03-02T21:33:48.456Z | Downloaded allocator-api2 v0.2.21 |
| 1172 | 2026-03-02T21:33:48.459Z | Downloaded new_debug_unreachable v1.0.6 |
| 1173 | 2026-03-02T21:33:48.460Z | Downloaded multimap v0.10.1 |
| 1174 | 2026-03-02T21:33:48.460Z | Downloaded lalrpop-util v0.19.12 |
| 1175 | 2026-03-02T21:33:48.463Z | Downloaded arrayvec v0.7.6 |
| 1176 | 2026-03-02T21:33:48.463Z | Downloaded getrandom v0.2.15 |
| 1177 | 2026-03-02T21:33:48.468Z | Downloaded base64 v0.13.1 |
| 1178 | 2026-03-02T21:33:48.468Z | Downloaded match_cfg v0.1.0 |
| 1179 | 2026-03-02T21:33:48.474Z | Downloaded darling v0.21.0 |
| 1180 | 2026-03-02T21:33:48.477Z | Downloaded crc-any v2.5.0 |
| 1181 | 2026-03-02T21:33:48.477Z | Downloaded managed v0.8.0 |
| 1182 | 2026-03-02T21:33:48.477Z | Downloaded ipnet v2.11.0 |
| 1183 | 2026-03-02T21:33:48.478Z | Downloaded md-5 v0.10.6 |
| 1184 | 2026-03-02T21:33:48.481Z | Downloaded lzss v0.8.2 |
| 1185 | 2026-03-02T21:33:48.481Z | Downloaded lru-cache v0.1.2 |
| 1186 | 2026-03-02T21:33:48.481Z | Downloaded lru v0.12.5 |
| 1187 | 2026-03-02T21:33:48.485Z | Downloaded internet-checksum v0.2.1 |
| 1188 | 2026-03-02T21:33:48.485Z | Downloaded crossbeam-epoch v0.9.18 |
| 1189 | 2026-03-02T21:33:48.489Z | Downloaded const-oid v0.9.6 |
| 1190 | 2026-03-02T21:33:48.489Z | Downloaded lru-slab v0.1.2 |
| 1191 | 2026-03-02T21:33:48.489Z | Downloaded console v0.16.0 |
| 1192 | 2026-03-02T21:33:48.492Z | Downloaded colored v3.0.0 |
| 1193 | 2026-03-02T21:33:48.492Z | Downloaded highway v1.3.0 |
| 1194 | 2026-03-02T21:33:48.496Z | Downloaded libsw-core v0.3.1 |
| 1195 | 2026-03-02T21:33:48.496Z | Downloaded keccak v0.1.5 |
| 1196 | 2026-03-02T21:33:48.496Z | Downloaded hyper-staticfile v0.10.1 |
| 1197 | 2026-03-02T21:33:48.500Z | Downloaded humantime v2.2.0 |
| 1198 | 2026-03-02T21:33:48.500Z | Downloaded heck v0.3.3 |
| 1199 | 2026-03-02T21:33:48.504Z | Downloaded des v0.8.1 |
| 1200 | 2026-03-02T21:33:48.504Z | Downloaded glob v0.3.2 |
| 1201 | 2026-03-02T21:33:48.504Z | Downloaded darling v0.20.10 |
| 1202 | 2026-03-02T21:33:48.508Z | Downloaded kstat-rs v0.2.4 |
| 1203 | 2026-03-02T21:33:48.508Z | Downloaded instant v0.1.13 |
| 1204 | 2026-03-02T21:33:48.512Z | Downloaded group v0.13.0 |
| 1205 | 2026-03-02T21:33:48.512Z | Downloaded is-terminal v0.4.13 |
| 1206 | 2026-03-02T21:33:48.512Z | Downloaded cookie v0.18.1 |
| 1207 | 2026-03-02T21:33:48.515Z | Downloaded clang-sys v1.8.1 |
| 1208 | 2026-03-02T21:33:48.515Z | Downloaded cancel-safe-futures v0.1.5 |
| 1209 | 2026-03-02T21:33:48.520Z | Downloaded blake2 v0.10.6 |
| 1210 | 2026-03-02T21:33:48.523Z | Downloaded indoc v1.0.9 |
| 1211 | 2026-03-02T21:33:48.523Z | Downloaded indent_write v2.2.0 |
| 1212 | 2026-03-02T21:33:48.523Z | Downloaded git-stub-vcs v0.1.0 |
| 1213 | 2026-03-02T21:33:48.528Z | Downloaded filetime v0.2.26 |
| 1214 | 2026-03-02T21:33:48.529Z | Downloaded either v1.15.0 |
| 1215 | 2026-03-02T21:33:48.529Z | Downloaded daft-derive v0.1.4 |
| 1216 | 2026-03-02T21:33:48.533Z | Downloaded bzip2 v0.5.2 |
| 1217 | 2026-03-02T21:33:48.533Z | Downloaded bit-vec v0.8.0 |
| 1218 | 2026-03-02T21:33:48.537Z | Downloaded bit-vec v0.6.3 |
| 1219 | 2026-03-02T21:33:48.537Z | Downloaded hyper-tls v0.6.0 |
| 1220 | 2026-03-02T21:33:48.537Z | Downloaded funty v2.0.0 |
| 1221 | 2026-03-02T21:33:48.537Z | Downloaded derive-ex v0.1.8 |
| 1222 | 2026-03-02T21:33:48.543Z | Downloaded hubpack v0.1.2 |
| 1223 | 2026-03-02T21:33:48.543Z | Downloaded httpdate v1.0.3 |
| 1224 | 2026-03-02T21:33:48.543Z | Downloaded hostname v0.4.2 |
| 1225 | 2026-03-02T21:33:48.549Z | Downloaded find-msvc-tools v0.1.9 |
| 1226 | 2026-03-02T21:33:48.549Z | Downloaded futures-channel v0.3.31 |
| 1227 | 2026-03-02T21:33:48.549Z | Downloaded fallible-iterator v0.2.0 |
| 1228 | 2026-03-02T21:33:48.549Z | Downloaded ena v0.14.3 |
| 1229 | 2026-03-02T21:33:48.549Z | Downloaded difflib v0.4.0 |
| 1230 | 2026-03-02T21:33:48.549Z | Downloaded derive_builder_core v0.20.2 |
| 1231 | 2026-03-02T21:33:48.553Z | Downloaded critical-section v1.1.3 |
| 1232 | 2026-03-02T21:33:48.553Z | Downloaded cmake v0.1.57 |
| 1233 | 2026-03-02T21:33:48.553Z | Downloaded blowfish v0.9.1 |
| 1234 | 2026-03-02T21:33:48.553Z | Downloaded argon2 v0.5.3 |
| 1235 | 2026-03-02T21:33:48.556Z | Downloaded env_logger v0.11.8 |
| 1236 | 2026-03-02T21:33:48.556Z | Downloaded dirs-sys-next v0.1.2 |
| 1237 | 2026-03-02T21:33:48.560Z | Downloaded defmt-macros v0.3.9 |
| 1238 | 2026-03-02T21:33:48.564Z | Downloaded cipher v0.4.4 |
| 1239 | 2026-03-02T21:33:48.564Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1240 | 2026-03-02T21:33:48.564Z | Downloaded bitfield v0.19.2 |
| 1241 | 2026-03-02T21:33:48.564Z | Downloaded foldhash v0.1.5 |
| 1242 | 2026-03-02T21:33:48.569Z | Downloaded const_format_proc_macros v0.2.34 |
| 1243 | 2026-03-02T21:33:48.569Z | Downloaded defmt v0.3.8 |
| 1244 | 2026-03-02T21:33:48.574Z | Downloaded http-body v1.0.1 |
| 1245 | 2026-03-02T21:33:48.574Z | Downloaded home v0.5.9 |
| 1246 | 2026-03-02T21:33:48.574Z | Downloaded hash32 v0.3.1 |
| 1247 | 2026-03-02T21:33:48.574Z | Downloaded foldhash v0.2.0 |
| 1248 | 2026-03-02T21:33:48.578Z | Downloaded dirs-next v2.0.0 |
| 1249 | 2026-03-02T21:33:48.578Z | Downloaded diesel-dtrace v0.4.2 |
| 1250 | 2026-03-02T21:33:48.578Z | Downloaded darling_macro v0.21.0 |
| 1251 | 2026-03-02T21:33:48.578Z | Downloaded ctr v0.9.2 |
| 1252 | 2026-03-02T21:33:48.578Z | Downloaded crossterm v0.29.0 |
| 1253 | 2026-03-02T21:33:48.583Z | Downloaded globwalk v0.9.1 |
| 1254 | 2026-03-02T21:33:48.590Z | Downloaded git-stub v1.0.0 |
| 1255 | 2026-03-02T21:33:48.590Z | Downloaded float-cmp v0.10.0 |
| 1256 | 2026-03-02T21:33:48.590Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1257 | 2026-03-02T21:33:48.593Z | Downloaded dyn-clone v1.0.20 |
| 1258 | 2026-03-02T21:33:48.593Z | Downloaded cargo_metadata v0.19.2 |
| 1259 | 2026-03-02T21:33:48.593Z | Downloaded dtrace-parser v0.3.0 |
| 1260 | 2026-03-02T21:33:48.593Z | Downloaded backoff v0.4.0 |
| 1261 | 2026-03-02T21:33:48.593Z | Downloaded foreign-types-shared v0.3.1 |
| 1262 | 2026-03-02T21:33:48.596Z | Downloaded deranged v0.5.3 |
| 1263 | 2026-03-02T21:33:48.596Z | Downloaded der_derive v0.7.3 |
| 1264 | 2026-03-02T21:33:48.596Z | Downloaded corncobs v0.1.4 |
| 1265 | 2026-03-02T21:33:48.599Z | Downloaded fxhash v0.2.1 |
| 1266 | 2026-03-02T21:33:48.599Z | Downloaded dsl_auto_type v0.1.2 |
| 1267 | 2026-03-02T21:33:48.599Z | Downloaded futures-task v0.3.31 |
| 1268 | 2026-03-02T21:33:48.602Z | Downloaded futures-sink v0.3.31 |
| 1269 | 2026-03-02T21:33:48.602Z | Downloaded env_filter v0.1.2 |
| 1270 | 2026-03-02T21:33:48.602Z | Downloaded cobs v0.2.3 |
| 1271 | 2026-03-02T21:33:48.604Z | Downloaded embedded-io v0.6.1 |
| 1272 | 2026-03-02T21:33:48.604Z | Downloaded darling_macro v0.20.10 |
| 1273 | 2026-03-02T21:33:48.604Z | Downloaded adler2 v2.0.0 |
| 1274 | 2026-03-02T21:33:48.608Z | Downloaded fixedbitset v0.4.2 |
| 1275 | 2026-03-02T21:33:48.608Z | Downloaded enum-as-inner v0.6.1 |
| 1276 | 2026-03-02T21:33:48.611Z | Downloaded document-features v0.2.11 |
| 1277 | 2026-03-02T21:33:48.611Z | Downloaded defmt-parser v0.3.4 |
| 1278 | 2026-03-02T21:33:48.611Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1279 | 2026-03-02T21:33:48.611Z | Downloaded bb8 v0.8.5 |
| 1280 | 2026-03-02T21:33:48.615Z | Downloaded atomic-waker v1.1.2 |
| 1281 | 2026-03-02T21:33:48.615Z | Downloaded async-recursion v1.1.1 |
| 1282 | 2026-03-02T21:33:48.620Z | Downloaded convert_case v0.4.0 |
| 1283 | 2026-03-02T21:33:48.620Z | Downloaded ciborium-ll v0.2.2 |
| 1284 | 2026-03-02T21:33:48.620Z | Downloaded constant_time_eq v0.3.1 |
| 1285 | 2026-03-02T21:33:48.620Z | Downloaded base16ct v0.2.0 |
| 1286 | 2026-03-02T21:33:48.621Z | Downloaded dof v0.4.0 |
| 1287 | 2026-03-02T21:33:48.624Z | Downloaded display-error-chain v0.2.2 |
| 1288 | 2026-03-02T21:33:48.624Z | Downloaded backon v1.6.0 |
| 1289 | 2026-03-02T21:33:48.624Z | Downloaded bitflags v1.3.2 |
| 1290 | 2026-03-02T21:33:48.628Z | Downloaded endian-type v0.1.2 |
| 1291 | 2026-03-02T21:33:48.628Z | Downloaded embedded-io v0.4.0 |
| 1292 | 2026-03-02T21:33:48.628Z | Downloaded dunce v1.0.5 |
| 1293 | 2026-03-02T21:33:48.632Z | Downloaded derive_builder_macro v0.20.2 |
| 1294 | 2026-03-02T21:33:48.632Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1295 | 2026-03-02T21:33:48.632Z | Downloaded ascii-canvas v3.0.0 |
| 1296 | 2026-03-02T21:33:48.632Z | Downloaded daft v0.1.4 |
| 1297 | 2026-03-02T21:33:48.637Z | Downloaded crossbeam-utils v0.8.21 |
| 1298 | 2026-03-02T21:33:48.637Z | Downloaded crossbeam-channel v0.5.15 |
| 1299 | 2026-03-02T21:33:48.642Z | Downloaded bitfield-struct v0.6.2 |
| 1300 | 2026-03-02T21:33:48.643Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1301 | 2026-03-02T21:33:48.646Z | Downloaded crc8 v0.1.1 |
| 1302 | 2026-03-02T21:33:48.646Z | Downloaded cfg_aliases v0.1.1 |
| 1303 | 2026-03-02T21:33:48.646Z | Downloaded block-padding v0.3.3 |
| 1304 | 2026-03-02T21:33:48.646Z | Downloaded bit-set v0.5.3 |
| 1305 | 2026-03-02T21:33:48.646Z | Downloaded arrayref v0.3.9 |
| 1306 | 2026-03-02T21:33:48.646Z | Downloaded crypto-bigint v0.5.5 |
| 1307 | 2026-03-02T21:33:48.650Z | Downloaded crc-catalog v2.4.0 |
| 1308 | 2026-03-02T21:33:48.653Z | Downloaded atomicwrites v0.4.4 |
| 1309 | 2026-03-02T21:33:48.653Z | Downloaded bitfield-macros v0.19.2 |
| 1310 | 2026-03-02T21:33:48.654Z | Downloaded bit-set v0.8.0 |
| 1311 | 2026-03-02T21:33:48.654Z | Downloaded bcs v0.1.6 |
| 1312 | 2026-03-02T21:33:48.658Z | Downloaded atty v0.2.14 |
| 1313 | 2026-03-02T21:33:48.658Z | Downloaded aead v0.5.2 |
| 1314 | 2026-03-02T21:33:48.658Z | Downloaded fixedbitset v0.5.7 |
| 1315 | 2026-03-02T21:33:48.662Z | Downloaded base64ct v1.6.0 |
| 1316 | 2026-03-02T21:33:48.662Z | Downloaded async-trait v0.1.89 |
| 1317 | 2026-03-02T21:33:48.665Z | Downloaded csv-core v0.1.11 |
| 1318 | 2026-03-02T21:33:48.665Z | Downloaded cargo-platform v0.1.8 |
| 1319 | 2026-03-02T21:33:48.668Z | Downloaded foreign-types v0.3.2 |
| 1320 | 2026-03-02T21:33:48.668Z | Downloaded fd-lock v4.0.2 |
| 1321 | 2026-03-02T21:33:48.668Z | Downloaded derive_builder v0.20.2 |
| 1322 | 2026-03-02T21:33:48.674Z | Downloaded ciborium v0.2.2 |
| 1323 | 2026-03-02T21:33:48.679Z | Downloaded async-bb8-diesel v0.2.1 |
| 1324 | 2026-03-02T21:33:48.679Z | Downloaded castaway v0.2.3 |
| 1325 | 2026-03-02T21:33:48.712Z | Downloaded bzip2 v0.4.4 |
| 1326 | 2026-03-02T21:33:48.712Z | Downloaded buf-list v1.0.3 |
| 1327 | 2026-03-02T21:33:48.712Z | Downloaded async-stream-impl v0.3.6 |
| 1328 | 2026-03-02T21:33:48.712Z | Downloaded async-stream v0.3.6 |
| 1329 | 2026-03-02T21:33:48.720Z | Downloaded assert_matches v1.5.0 |
| 1330 | 2026-03-02T21:33:48.720Z | Downloaded ahash v0.8.12 |
| 1331 | 2026-03-02T21:33:48.720Z | Downloaded ciborium-io v0.2.2 |
| 1332 | 2026-03-02T21:33:48.720Z | Downloaded cfg_aliases v0.2.1 |
| 1333 | 2026-03-02T21:33:48.905Z | Downloaded aws-lc-sys v0.37.1 |
| 1334 | 2026-03-02T21:33:49.278Z | Compiling value-bag v1.12.0 |
| 1335 | 2026-03-02T21:33:49.281Z | Compiling find-msvc-tools v0.1.9 |
| 1336 | 2026-03-02T21:33:49.281Z | Compiling shlex v1.3.0 |
| 1337 | 2026-03-02T21:33:49.281Z | Compiling smallvec v1.15.1 |
| 1338 | 2026-03-02T21:33:49.281Z | Compiling syn v2.0.117 |
| 1339 | 2026-03-02T21:33:49.451Z | Compiling getrandom v0.2.15 |
| 1340 | 2026-03-02T21:33:49.454Z | Compiling jobserver v0.1.32 |
| 1341 | 2026-03-02T21:33:49.454Z | Compiling typenum v1.17.0 |
| 1342 | 2026-03-02T21:33:49.847Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-03-02T21:33:49.851Z | Compiling generic-array v0.14.7 |
| 1344 | 2026-03-02T21:33:49.938Z | Compiling cc v1.2.56 |
| 1345 | 2026-03-02T21:33:49.983Z | Compiling log v0.4.29 |
| 1346 | 2026-03-02T21:33:49.992Z | Compiling lock_api v0.4.12 |
| 1347 | 2026-03-02T21:33:50.284Z | Compiling scopeguard v1.2.0 |
| 1348 | 2026-03-02T21:33:50.314Z | Compiling subtle v2.6.1 |
| 1349 | 2026-03-02T21:33:50.397Z | Compiling portable-atomic v1.11.0 |
| 1350 | 2026-03-02T21:33:50.466Z | Compiling critical-section v1.1.3 |
| 1351 | 2026-03-02T21:33:50.647Z | Compiling const-oid v0.9.6 |
| 1352 | 2026-03-02T21:33:50.708Z | Compiling serde_json v1.0.149 |
| 1353 | 2026-03-02T21:33:50.729Z | Compiling pkg-config v0.3.31 |
| 1354 | 2026-03-02T21:33:50.983Z | Compiling parking_lot_core v0.9.10 |
| 1355 | 2026-03-02T21:33:51.108Z | Compiling pin-project-lite v0.2.14 |
| 1356 | 2026-03-02T21:33:51.273Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-03-02T21:33:52.031Z | Compiling signal-hook-registry v1.4.2 |
| 1358 | 2026-03-02T21:33:52.659Z | Compiling allocator-api2 v0.2.21 |
| 1359 | 2026-03-02T21:33:52.846Z | Compiling once_cell v1.21.3 |
| 1360 | 2026-03-02T21:33:52.875Z | Compiling libm v0.2.8 |
| 1361 | 2026-03-02T21:33:52.935Z | Compiling parking_lot v0.12.3 |
| 1362 | 2026-03-02T21:33:53.259Z | Compiling mio v1.0.2 |
| 1363 | 2026-03-02T21:33:53.316Z | Compiling num-traits v0.2.19 |
| 1364 | 2026-03-02T21:33:53.394Z | Compiling futures-core v0.3.32 |
| 1365 | 2026-03-02T21:33:53.681Z | Compiling percent-encoding v2.3.2 |
| 1366 | 2026-03-02T21:33:53.845Z | Compiling socket2 v0.6.1 |
| 1367 | 2026-03-02T21:33:53.988Z | Compiling slab v0.4.9 |
| 1368 | 2026-03-02T21:33:54.076Z | Compiling futures-sink v0.3.31 |
| 1369 | 2026-03-02T21:33:54.080Z | Compiling cpufeatures v0.2.14 |
| 1370 | 2026-03-02T21:33:54.240Z | Compiling foldhash v0.2.0 |
| 1371 | 2026-03-02T21:33:54.285Z | Compiling futures-channel v0.3.31 |
| 1372 | 2026-03-02T21:33:54.609Z | Compiling hashbrown v0.16.1 |
| 1373 | 2026-03-02T21:33:54.663Z | Compiling futures-io v0.3.31 |
| 1374 | 2026-03-02T21:33:54.723Z | Compiling futures-task v0.3.31 |
| 1375 | 2026-03-02T21:33:54.746Z | Compiling pin-utils v0.1.0 |
| 1376 | 2026-03-02T21:33:54.776Z | Compiling rustversion v1.0.22 |
| 1377 | 2026-03-02T21:33:54.870Z | Compiling form_urlencoded v1.2.2 |
| 1378 | 2026-03-02T21:33:54.907Z | Compiling cmake v0.1.57 |
| 1379 | 2026-03-02T21:33:54.950Z | Compiling ident_case v1.0.1 |
| 1380 | 2026-03-02T21:33:55.040Z | Compiling dunce v1.0.5 |
| 1381 | 2026-03-02T21:33:55.186Z | Compiling fs_extra v1.3.0 |
| 1382 | 2026-03-02T21:33:55.215Z | Compiling base64ct v1.6.0 |
| 1383 | 2026-03-02T21:33:55.237Z | Compiling flagset v0.4.6 |
| 1384 | 2026-03-02T21:33:55.493Z | Compiling foldhash v0.1.5 |
| 1385 | 2026-03-02T21:33:55.826Z | Compiling pem-rfc7468 v0.7.0 |
| 1386 | 2026-03-02T21:33:55.853Z | Compiling hashbrown v0.15.4 |
| 1387 | 2026-03-02T21:33:55.861Z | Compiling aws-lc-sys v0.37.1 |
| 1388 | 2026-03-02T21:33:55.900Z | Compiling rand_core v0.9.3 |
| 1389 | 2026-03-02T21:33:56.089Z | Compiling indexmap v2.13.0 |
| 1390 | 2026-03-02T21:33:56.257Z | Compiling iana-time-zone v0.1.63 |
| 1391 | 2026-03-02T21:33:56.494Z | Compiling ring v0.17.14 |
| 1392 | 2026-03-02T21:33:56.516Z | Compiling rustc_version v0.4.1 |
| 1393 | 2026-03-02T21:33:56.639Z | Compiling uuid v1.19.0 |
| 1394 | 2026-03-02T21:33:56.975Z | Compiling spin v0.9.8 |
| 1395 | 2026-03-02T21:33:57.204Z | Compiling vcpkg v0.2.15 |
| 1396 | 2026-03-02T21:33:57.235Z | Compiling zerocopy v0.8.27 |
| 1397 | 2026-03-02T21:33:57.408Z | Compiling synstructure v0.13.1 |
| 1398 | 2026-03-02T21:33:57.674Z | Compiling aws-lc-rs v1.16.0 |
| 1399 | 2026-03-02T21:33:57.702Z | Compiling regex-syntax v0.8.5 |
| 1400 | 2026-03-02T21:33:58.261Z | Compiling tracing-core v0.1.32 |
| 1401 | 2026-03-02T21:33:58.294Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-03-02T21:33:58.811Z | Compiling schemars v0.8.22 |
| 1403 | 2026-03-02T21:33:58.897Z | Compiling openssl-sys v0.9.109 |
| 1404 | 2026-03-02T21:33:59.204Z | Compiling untrusted v0.7.1 |
| 1405 | 2026-03-02T21:33:59.422Z | Compiling rustix v0.38.37 |
| 1406 | 2026-03-02T21:33:59.509Z | Compiling adler2 v2.0.0 |
| 1407 | 2026-03-02T21:33:59.731Z | Compiling base64 v0.22.1 |
| 1408 | 2026-03-02T21:34:00.068Z | Compiling rustix v1.1.3 |
| 1409 | 2026-03-02T21:34:00.088Z | Compiling openssl-probe v0.1.5 |
| 1410 | 2026-03-02T21:34:00.424Z | Compiling untrusted v0.9.0 |
| 1411 | 2026-03-02T21:34:00.430Z | Compiling httparse v1.9.5 |
| 1412 | 2026-03-02T21:34:00.599Z | Compiling miniz_oxide v0.8.5 |
| 1413 | 2026-03-02T21:34:00.696Z | Compiling darling_core v0.20.10 |
| 1414 | 2026-03-02T21:34:01.167Z | Compiling tower-layer v0.3.3 |
| 1415 | 2026-03-02T21:34:01.230Z | Compiling atomic-waker v1.1.2 |
| 1416 | 2026-03-02T21:34:01.448Z | Compiling tower-service v0.3.3 |
| 1417 | 2026-03-02T21:34:01.493Z | Compiling dyn-clone v1.0.20 |
| 1418 | 2026-03-02T21:34:01.599Z | Compiling rustls v0.23.37 |
| 1419 | 2026-03-02T21:34:01.717Z | Compiling try-lock v0.2.5 |
| 1420 | 2026-03-02T21:34:01.907Z | Compiling tinyvec_macros v0.1.1 |
| 1421 | 2026-03-02T21:34:01.941Z | Compiling want v0.3.1 |
| 1422 | 2026-03-02T21:34:02.030Z | Compiling tinyvec v1.8.0 |
| 1423 | 2026-03-02T21:34:02.112Z | Compiling serde_derive v1.0.228 |
| 1424 | 2026-03-02T21:34:02.136Z | Compiling zeroize_derive v1.4.2 |
| 1425 | 2026-03-02T21:34:02.248Z | Compiling zerofrom-derive v0.1.4 |
| 1426 | 2026-03-02T21:34:03.479Z | Compiling yoke-derive v0.7.4 |
| 1427 | 2026-03-02T21:34:03.534Z | Compiling zeroize v1.8.1 |
| 1428 | 2026-03-02T21:34:03.566Z | Compiling zerovec-derive v0.10.3 |
| 1429 | 2026-03-02T21:34:03.919Z | Compiling displaydoc v0.2.5 |
| 1430 | 2026-03-02T21:34:05.410Z | Compiling crypto-common v0.1.6 |
| 1431 | 2026-03-02T21:34:05.578Z | Compiling block-buffer v0.10.4 |
| 1432 | 2026-03-02T21:34:05.612Z | Compiling zerofrom v0.1.4 |
| 1433 | 2026-03-02T21:34:05.691Z | Compiling icu_provider_macros v1.5.0 |
| 1434 | 2026-03-02T21:34:05.876Z | Compiling digest v0.10.7 |
| 1435 | 2026-03-02T21:34:05.898Z | Compiling zerocopy-derive v0.7.35 |
| 1436 | 2026-03-02T21:34:06.096Z | Compiling tokio-macros v2.6.0 |
| 1437 | 2026-03-02T21:34:06.311Z | Compiling yoke v0.7.4 |
| 1438 | 2026-03-02T21:34:06.406Z | Compiling hmac v0.12.1 |
| 1439 | 2026-03-02T21:34:06.642Z | Compiling futures-macro v0.3.31 |
| 1440 | 2026-03-02T21:34:06.704Z | Compiling zerovec v0.10.4 |
| 1441 | 2026-03-02T21:34:06.725Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-03-02T21:34:06.742Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-03-02T21:34:07.080Z | Compiling inout v0.1.3 |
| 1444 | 2026-03-02T21:34:07.421Z | Compiling cipher v0.4.4 |
| 1445 | 2026-03-02T21:34:07.804Z | Compiling sha2 v0.10.9 |
| 1446 | 2026-03-02T21:34:07.829Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-03-02T21:34:08.016Z | Compiling zerocopy v0.7.35 |
| 1448 | 2026-03-02T21:34:08.598Z | Compiling tinystr v0.7.6 |
| 1449 | 2026-03-02T21:34:08.865Z | Compiling icu_collections v1.5.0 |
| 1450 | 2026-03-02T21:34:09.016Z | Compiling icu_locid v1.5.0 |
| 1451 | 2026-03-02T21:34:09.423Z | Compiling futures-util v0.3.31 |
| 1452 | 2026-03-02T21:34:09.610Z | Compiling serde v1.0.228 |
| 1453 | 2026-03-02T21:34:09.947Z | Compiling thiserror v2.0.18 |
| 1454 | 2026-03-02T21:34:10.013Z | Compiling ppv-lite86 v0.2.20 |
| 1455 | 2026-03-02T21:34:10.077Z | Compiling der v0.7.10 |
| 1456 | 2026-03-02T21:34:10.105Z | Compiling icu_provider v1.5.0 |
| 1457 | 2026-03-02T21:34:10.846Z | Compiling bytes v1.11.1 |
| 1458 | 2026-03-02T21:34:10.898Z | Compiling bitflags v2.9.4 |
| 1459 | 2026-03-02T21:34:10.944Z | Compiling icu_locid_transform v1.5.0 |
| 1460 | 2026-03-02T21:34:11.065Z | Compiling chrono v0.4.43 |
| 1461 | 2026-03-02T21:34:11.233Z | Compiling pest v2.8.2 |
| 1462 | 2026-03-02T21:34:11.375Z | Compiling salsa20 v0.10.2 |
| 1463 | 2026-03-02T21:34:11.624Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-03-02T21:34:11.813Z | Compiling scrypt v0.11.0 |
| 1465 | 2026-03-02T21:34:12.354Z | Compiling tokio v1.49.0 |
| 1466 | 2026-03-02T21:34:12.377Z | Compiling icu_properties v1.5.1 |
| 1467 | 2026-03-02T21:34:13.117Z | Compiling spki v0.7.3 |
| 1468 | 2026-03-02T21:34:13.321Z | Compiling http v1.4.0 |
| 1469 | 2026-03-02T21:34:13.519Z | Compiling rand_chacha v0.9.0 |
| 1470 | 2026-03-02T21:34:14.115Z | Compiling pest_meta v2.8.2 |
| 1471 | 2026-03-02T21:34:14.445Z | Compiling cbc v0.1.2 |
| 1472 | 2026-03-02T21:34:14.731Z | Compiling aes v0.8.4 |
| 1473 | 2026-03-02T21:34:14.861Z | Compiling rustls-pki-types v1.14.0 |
| 1474 | 2026-03-02T21:34:15.186Z | Compiling zerocopy-derive v0.8.27 |
| 1475 | 2026-03-02T21:34:15.570Z | Compiling tracing-attributes v0.1.27 |
| 1476 | 2026-03-02T21:34:15.891Z | Compiling pkcs5 v0.7.1 |
| 1477 | 2026-03-02T21:34:16.933Z | Compiling icu_normalizer v1.5.0 |
| 1478 | 2026-03-02T21:34:17.058Z | Compiling pest_generator v2.8.2 |
| 1479 | 2026-03-02T21:34:17.419Z | Compiling http-body v1.0.1 |
| 1480 | 2026-03-02T21:34:17.709Z | Compiling rand v0.9.2 |
| 1481 | 2026-03-02T21:34:18.429Z | Compiling idna_adapter v1.2.0 |
| 1482 | 2026-03-02T21:34:18.631Z | Compiling idna v1.0.3 |
| 1483 | 2026-03-02T21:34:18.701Z | Compiling pkcs8 v0.10.2 |
| 1484 | 2026-03-02T21:34:18.835Z | Compiling tracing v0.1.40 |
| 1485 | 2026-03-02T21:34:18.842Z | Compiling pest_derive v2.8.2 |
| 1486 | 2026-03-02T21:34:19.633Z | Compiling url v2.5.4 |
| 1487 | 2026-03-02T21:34:19.640Z | Compiling scroll_derive v0.13.1 |
| 1488 | 2026-03-02T21:34:19.684Z | Compiling schemars_derive v0.8.22 |
| 1489 | 2026-03-02T21:34:21.393Z | Compiling scroll v0.13.0 |
| 1490 | 2026-03-02T21:34:22.084Z | Compiling tokio-util v0.7.15 |
| 1491 | 2026-03-02T21:34:22.252Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-03-02T21:34:23.188Z | Compiling darling_macro v0.20.10 |
| 1493 | 2026-03-02T21:34:23.434Z | Compiling h2 v0.4.6 |
| 1494 | 2026-03-02T21:34:24.140Z | Compiling lazy_static v1.5.0 |
| 1495 | 2026-03-02T21:34:24.189Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1496 | 2026-03-02T21:34:24.284Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1497 | 2026-03-02T21:34:24.288Z | Compiling aho-corasick v1.1.3 |
| 1498 | 2026-03-02T21:34:24.722Z | Compiling time-core v0.1.8 |
| 1499 | 2026-03-02T21:34:25.067Z | Compiling openssl v0.10.73 |
| 1500 | 2026-03-02T21:34:25.130Z | Compiling httpdate v1.0.3 |
| 1501 | 2026-03-02T21:34:25.554Z | Compiling num-conv v0.2.0 |
| 1502 | 2026-03-02T21:34:25.601Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2026-03-02T21:34:25.758Z | Compiling powerfmt v0.2.0 |
| 1504 | 2026-03-02T21:34:25.795Z | Compiling tempfile v3.24.0 |
| 1505 | 2026-03-02T21:34:25.839Z | Compiling time-macros v0.2.27 |
| 1506 | 2026-03-02T21:34:26.174Z | Compiling deranged v0.5.3 |
| 1507 | 2026-03-02T21:34:26.322Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-03-02T21:34:26.630Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-03-02T21:34:28.339Z | Compiling darling v0.20.10 |
| 1510 | 2026-03-02T21:34:28.403Z | Compiling goblin v0.10.2 |
| 1511 | 2026-03-02T21:34:28.470Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-03-02T21:34:28.779Z | Compiling wait-timeout v0.2.0 |
| 1513 | 2026-03-02T21:34:29.244Z | Compiling num_threads v0.1.7 |
| 1514 | 2026-03-02T21:34:29.272Z | Compiling native-tls v0.2.12 |
| 1515 | 2026-03-02T21:34:29.391Z | Compiling quick-error v1.2.3 |
| 1516 | 2026-03-02T21:34:29.582Z | Compiling gimli v0.31.1 |
| 1517 | 2026-03-02T21:34:29.660Z | Compiling bit-vec v0.8.0 |
| 1518 | 2026-03-02T21:34:29.927Z | Compiling crossbeam-utils v0.8.21 |
| 1519 | 2026-03-02T21:34:30.168Z | Compiling syn v1.0.109 |
| 1520 | 2026-03-02T21:34:30.525Z | Compiling usdt-impl v0.6.0 |
| 1521 | 2026-03-02T21:34:30.801Z | Compiling hyper v1.8.1 |
| 1522 | 2026-03-02T21:34:31.111Z | Compiling bit-set v0.8.0 |
| 1523 | 2026-03-02T21:34:33.305Z | Compiling hyper-util v0.1.19 |
| 1524 | 2026-03-02T21:34:34.459Z | Compiling addr2line v0.24.2 |
| 1525 | 2026-03-02T21:34:34.565Z | Compiling rusty-fork v0.3.0 |
| 1526 | 2026-03-02T21:34:35.153Z | Compiling time v0.3.47 |
| 1527 | 2026-03-02T21:34:35.284Z | Compiling derive_builder_core v0.20.2 |
| 1528 | 2026-03-02T21:34:36.908Z | Compiling dof v0.4.0 |
| 1529 | 2026-03-02T21:34:37.407Z | Compiling dtrace-parser v0.3.0 |
| 1530 | 2026-03-02T21:34:37.542Z | Compiling rustls-native-certs v0.8.1 |
| 1531 | 2026-03-02T21:34:38.114Z | Compiling signature v2.2.0 |
| 1532 | 2026-03-02T21:34:38.432Z | Compiling unicode-normalization v0.1.24 |
| 1533 | 2026-03-02T21:34:38.786Z | Compiling thiserror-impl v1.0.69 |
| 1534 | 2026-03-02T21:34:39.066Z | Compiling scroll_derive v0.12.0 |
| 1535 | 2026-03-02T21:34:39.124Z | Compiling darling_core v0.21.0 |
| 1536 | 2026-03-02T21:34:39.255Z | Compiling heapless v0.7.17 |
| 1537 | 2026-03-02T21:34:39.403Z | Compiling slog v2.8.2 |
| 1538 | 2026-03-02T21:34:39.451Z | Compiling rand_xorshift v0.4.0 |
| 1539 | 2026-03-02T21:34:39.725Z | Compiling sync_wrapper v1.0.1 |
| 1540 | 2026-03-02T21:34:39.747Z | Compiling thread-id v5.0.0 |
| 1541 | 2026-03-02T21:34:39.750Z | Compiling object v0.36.5 |
| 1542 | 2026-03-02T21:34:39.885Z | Compiling cookie v0.18.1 |
| 1543 | 2026-03-02T21:34:39.909Z | Compiling crc32fast v1.4.2 |
| 1544 | 2026-03-02T21:34:40.222Z | Compiling unicode-properties v0.1.3 |
| 1545 | 2026-03-02T21:34:40.247Z | Compiling unarray v0.1.4 |
| 1546 | 2026-03-02T21:34:40.426Z | Compiling anyhow v1.0.99 |
| 1547 | 2026-03-02T21:34:40.544Z | Compiling zlib-rs v0.5.1 |
| 1548 | 2026-03-02T21:34:40.648Z | Compiling signal-hook v0.3.18 |
| 1549 | 2026-03-02T21:34:40.988Z | Compiling rustc-demangle v0.1.24 |
| 1550 | 2026-03-02T21:34:41.071Z | Compiling siphasher v0.3.11 |
| 1551 | 2026-03-02T21:34:41.339Z | Compiling unicode-bidi v0.3.17 |
| 1552 | 2026-03-02T21:34:41.492Z | Compiling paste v1.0.15 |
| 1553 | 2026-03-02T21:34:41.683Z | Compiling zstd-safe v7.2.3 |
| 1554 | 2026-03-02T21:34:41.847Z | Compiling thiserror v1.0.69 |
| 1555 | 2026-03-02T21:34:42.064Z | Compiling phf_shared v0.11.2 |
| 1556 | 2026-03-02T21:34:42.137Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-02T21:34:42.510Z | Compiling scroll v0.12.0 |
| 1558 | 2026-03-02T21:34:42.621Z | Compiling proptest v1.7.0 |
| 1559 | 2026-03-02T21:34:42.986Z | Compiling tower v0.5.2 |
| 1560 | 2026-03-02T21:34:43.326Z | Compiling derive_builder_macro v0.20.2 |
| 1561 | 2026-03-02T21:34:44.704Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-03-02T21:34:45.281Z | Compiling darling_macro v0.21.0 |
| 1563 | 2026-03-02T21:34:45.307Z | Compiling http-body-util v0.1.3 |
| 1564 | 2026-03-02T21:34:45.599Z | Compiling webpki-roots v1.0.1 |
| 1565 | 2026-03-02T21:34:45.823Z | Compiling rand_chacha v0.3.1 |
| 1566 | 2026-03-02T21:34:45.823Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-03-02T21:34:46.229Z | Compiling backtrace v0.3.74 |
| 1568 | 2026-03-02T21:34:46.404Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2026-03-02T21:34:46.625Z | Compiling erased-serde v0.3.31 |
| 1570 | 2026-03-02T21:34:46.691Z | Compiling libz-rs-sys v0.5.1 |
| 1571 | 2026-03-02T21:34:47.035Z | Compiling serde_tokenstream v0.2.3 |
| 1572 | 2026-03-02T21:34:47.650Z | Compiling md-5 v0.10.6 |
| 1573 | 2026-03-02T21:34:47.674Z | Compiling curve25519-dalek v4.1.3 |
| 1574 | 2026-03-02T21:34:47.853Z | Compiling vergen-lib v0.1.6 |
| 1575 | 2026-03-02T21:34:47.949Z | Compiling num-integer v0.1.46 |
| 1576 | 2026-03-02T21:34:47.976Z | Compiling hash32 v0.2.1 |
| 1577 | 2026-03-02T21:34:48.199Z | Compiling ff v0.13.0 |
| 1578 | 2026-03-02T21:34:48.354Z | Compiling memoffset v0.9.1 |
| 1579 | 2026-03-02T21:34:48.404Z | Compiling fallible-iterator v0.2.0 |
| 1580 | 2026-03-02T21:34:48.452Z | Compiling ref-cast v1.0.25 |
| 1581 | 2026-03-02T21:34:48.651Z | Compiling iri-string v0.7.8 |
| 1582 | 2026-03-02T21:34:48.701Z | Compiling base16ct v0.2.0 |
| 1583 | 2026-03-02T21:34:49.033Z | Compiling num-bigint-dig v0.8.6 |
| 1584 | 2026-03-02T21:34:49.057Z | Compiling smoltcp v0.9.1 |
| 1585 | 2026-03-02T21:34:49.097Z | Compiling psl-types v2.0.11 |
| 1586 | 2026-03-02T21:34:49.100Z | Compiling ryu v1.0.18 |
| 1587 | 2026-03-02T21:34:49.320Z | Compiling cfg_aliases v0.2.1 |
| 1588 | 2026-03-02T21:34:49.385Z | Compiling litrs v0.4.1 |
| 1589 | 2026-03-02T21:34:49.440Z | Compiling nix v0.29.0 |
| 1590 | 2026-03-02T21:34:49.507Z | Compiling serde_urlencoded v0.7.1 |
| 1591 | 2026-03-02T21:34:49.773Z | Compiling publicsuffix v2.3.0 |
| 1592 | 2026-03-02T21:34:50.048Z | Compiling postgres-protocol v0.6.8 |
| 1593 | 2026-03-02T21:34:50.173Z | Compiling sec1 v0.7.3 |
| 1594 | 2026-03-02T21:34:50.423Z | Compiling newtype-uuid v1.3.2 |
| 1595 | 2026-03-02T21:34:50.445Z | Compiling document-features v0.2.11 |
| 1596 | 2026-03-02T21:34:50.777Z | Compiling num-iter v0.1.45 |
| 1597 | 2026-03-02T21:34:51.009Z | Compiling group v0.13.0 |
| 1598 | 2026-03-02T21:34:51.755Z | Compiling tower-http v0.6.8 |
| 1599 | 2026-03-02T21:34:52.157Z | Compiling flate2 v1.1.2 |
| 1600 | 2026-03-02T21:34:52.187Z | Compiling rand v0.8.5 |
| 1601 | 2026-03-02T21:34:52.303Z | Compiling darling v0.21.0 |
| 1602 | 2026-03-02T21:34:52.444Z | Compiling oxnet v0.1.4 |
| 1603 | 2026-03-02T21:34:52.596Z | Compiling tokio-native-tls v0.3.1 |
| 1604 | 2026-03-02T21:34:52.713Z | Compiling derive_builder v0.20.2 |
| 1605 | 2026-03-02T21:34:52.895Z | Compiling goblin v0.8.2 |
| 1606 | 2026-03-02T21:34:53.879Z | Compiling regex v1.12.3 |
| 1607 | 2026-03-02T21:34:54.139Z | Compiling terminal_size v0.4.0 |
| 1608 | 2026-03-02T21:34:54.166Z | Compiling cargo-platform v0.1.8 |
| 1609 | 2026-03-02T21:34:54.398Z | Compiling hkdf v0.12.4 |
| 1610 | 2026-03-02T21:34:54.697Z | Compiling crypto-bigint v0.5.5 |
| 1611 | 2026-03-02T21:34:54.720Z | Compiling ref-cast-impl v1.0.25 |
| 1612 | 2026-03-02T21:34:54.901Z | Compiling daft-derive v0.1.4 |
| 1613 | 2026-03-02T21:34:54.926Z | Compiling async-trait v0.1.89 |
| 1614 | 2026-03-02T21:34:55.915Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1615 | 2026-03-02T21:34:56.140Z | Compiling hubpack_derive v0.1.1 |
| 1616 | 2026-03-02T21:34:56.604Z | Compiling strum_macros v0.27.2 |
| 1617 | 2026-03-02T21:34:57.132Z | Compiling vergen v9.0.6 |
| 1618 | 2026-03-02T21:34:57.404Z | Compiling ahash v0.8.12 |
| 1619 | 2026-03-02T21:34:57.492Z | Compiling fs-err v3.1.1 |
| 1620 | 2026-03-02T21:34:57.554Z | Compiling bitflags v1.3.2 |
| 1621 | 2026-03-02T21:34:57.714Z | Compiling lockfree-object-pool v0.1.6 |
| 1622 | 2026-03-02T21:34:57.817Z | Compiling simd-adler32 v0.3.7 |
| 1623 | 2026-03-02T21:34:57.856Z | Compiling unicode-segmentation v1.12.0 |
| 1624 | 2026-03-02T21:34:57.989Z | Compiling winnow v0.5.40 |
| 1625 | 2026-03-02T21:34:58.351Z | Compiling either v1.15.0 |
| 1626 | 2026-03-02T21:34:58.745Z | Compiling managed v0.8.0 |
| 1627 | 2026-03-02T21:34:58.827Z | Compiling bumpalo v3.16.0 |
| 1628 | 2026-03-02T21:34:59.219Z | Compiling buf-list v1.0.3 |
| 1629 | 2026-03-02T21:34:59.344Z | Compiling zopfli v0.8.1 |
| 1630 | 2026-03-02T21:35:00.988Z | Compiling dof v0.3.0 |
| 1631 | 2026-03-02T21:35:01.014Z | Compiling elliptic-curve v0.13.8 |
| 1632 | 2026-03-02T21:35:01.737Z | Compiling toml_edit v0.19.15 |
| 1633 | 2026-03-02T21:35:01.805Z | Compiling strum v0.27.2 |
| 1634 | 2026-03-02T21:35:02.049Z | Compiling clap_builder v4.5.48 |
| 1635 | 2026-03-02T21:35:02.169Z | Compiling hubpack v0.1.2 |
| 1636 | 2026-03-02T21:35:02.200Z | Compiling daft v0.1.4 |
| 1637 | 2026-03-02T21:35:02.806Z | Compiling cargo_metadata v0.19.2 |
| 1638 | 2026-03-02T21:35:02.809Z | Compiling zstd v0.13.3 |
| 1639 | 2026-03-02T21:35:03.412Z | Compiling cookie_store v0.22.1 |
| 1640 | 2026-03-02T21:35:05.008Z | Compiling signal-hook-mio v0.2.4 |
| 1641 | 2026-03-02T21:35:06.039Z | Compiling hyper-tls v0.6.0 |
| 1642 | 2026-03-02T21:35:06.173Z | Compiling serde_with_macros v3.16.1 |
| 1643 | 2026-03-02T21:35:06.465Z | Compiling postgres-types v0.2.9 |
| 1644 | 2026-03-02T21:35:07.988Z | Compiling usdt-macro v0.6.0 |
| 1645 | 2026-03-02T21:35:08.775Z | Compiling usdt-attr-macro v0.6.0 |
| 1646 | 2026-03-02T21:35:08.844Z | Compiling phf v0.11.2 |
| 1647 | 2026-03-02T21:35:09.173Z | Compiling dtrace-parser v0.2.0 |
| 1648 | 2026-03-02T21:35:09.517Z | Compiling ed25519 v2.2.3 |
| 1649 | 2026-03-02T21:35:10.033Z | Compiling bzip2 v0.5.2 |
| 1650 | 2026-03-02T21:35:10.195Z | Compiling bzip2 v0.4.4 |
| 1651 | 2026-03-02T21:35:10.412Z | Compiling bstr v1.10.0 |
| 1652 | 2026-03-02T21:35:10.466Z | Compiling pkcs1 v0.7.5 |
| 1653 | 2026-03-02T21:35:10.548Z | Compiling serde-big-array v0.5.1 |
| 1654 | 2026-03-02T21:35:10.616Z | Compiling hex v0.4.3 |
| 1655 | 2026-03-02T21:35:10.819Z | Compiling rfc6979 v0.4.0 |
| 1656 | 2026-03-02T21:35:11.059Z | Compiling serde_repr v0.1.19 |
| 1657 | 2026-03-02T21:35:11.176Z | Compiling strum_macros v0.26.4 |
| 1658 | 2026-03-02T21:35:11.253Z | Compiling clap_derive v4.5.47 |
| 1659 | 2026-03-02T21:35:11.421Z | Compiling enum-as-inner v0.6.1 |
| 1660 | 2026-03-02T21:35:11.650Z | Compiling float-cmp v0.10.0 |
| 1661 | 2026-03-02T21:35:11.945Z | Compiling env_filter v0.1.2 |
| 1662 | 2026-03-02T21:35:12.008Z | Compiling socket2 v0.5.10 |
| 1663 | 2026-03-02T21:35:12.205Z | Compiling memmap2 v0.9.8 |
| 1664 | 2026-03-02T21:35:12.513Z | Compiling encoding_rs v0.8.34 |
| 1665 | 2026-03-02T21:35:12.601Z | Compiling jiff v0.2.15 |
| 1666 | 2026-03-02T21:35:12.623Z | Compiling mime v0.3.17 |
| 1667 | 2026-03-02T21:35:12.949Z | Compiling data-encoding v2.9.0 |
| 1668 | 2026-03-02T21:35:13.150Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-03-02T21:35:13.308Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2026-03-02T21:35:13.460Z | Compiling whoami v1.5.2 |
| 1671 | 2026-03-02T21:35:14.044Z | Compiling fixedbitset v0.4.2 |
| 1672 | 2026-03-02T21:35:14.513Z | Compiling difflib v0.4.0 |
| 1673 | 2026-03-02T21:35:14.710Z | Compiling new_debug_unreachable v1.0.6 |
| 1674 | 2026-03-02T21:35:14.842Z | Compiling static_assertions v1.1.0 |
| 1675 | 2026-03-02T21:35:14.975Z | Compiling predicates-core v1.0.8 |
| 1676 | 2026-03-02T21:35:15.313Z | Compiling keccak v0.1.5 |
| 1677 | 2026-03-02T21:35:15.677Z | Compiling fixedbitset v0.5.7 |
| 1678 | 2026-03-02T21:35:15.700Z | Compiling rustc-hash v2.1.1 |
| 1679 | 2026-03-02T21:35:15.866Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-03-02T21:35:15.924Z | Compiling iddqd v0.3.16 |
| 1681 | 2026-03-02T21:35:16.319Z | Compiling petgraph v0.8.2 |
| 1682 | 2026-03-02T21:35:16.373Z | Compiling strum v0.26.3 |
| 1683 | 2026-03-02T21:35:16.582Z | Compiling clap v4.5.48 |
| 1684 | 2026-03-02T21:35:16.730Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-03-02T21:35:16.868Z | Compiling predicates v3.1.3 |
| 1686 | 2026-03-02T21:35:17.692Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1687 | 2026-03-02T21:35:17.916Z | Compiling string_cache v0.8.9 |
| 1688 | 2026-03-02T21:35:18.383Z | Compiling petgraph v0.6.5 |
| 1689 | 2026-03-02T21:35:18.501Z | Compiling tokio-postgres v0.7.13 |
| 1690 | 2026-03-02T21:35:18.680Z | Compiling hickory-proto v0.25.2 |
| 1691 | 2026-03-02T21:35:21.194Z | Compiling zip v4.2.0 |
| 1692 | 2026-03-02T21:35:22.167Z | Compiling usdt-impl v0.5.0 |
| 1693 | 2026-03-02T21:35:23.119Z | Compiling usdt v0.6.0 |
| 1694 | 2026-03-02T21:35:23.486Z | Compiling env_logger v0.11.8 |
| 1695 | 2026-03-02T21:35:23.511Z | Compiling similar v2.7.0 |
| 1696 | 2026-03-02T21:35:23.629Z | Compiling serde_with v3.16.1 |
| 1697 | 2026-03-02T21:35:23.998Z | Compiling ecdsa v0.16.9 |
| 1698 | 2026-03-02T21:35:24.244Z | Compiling rsa v0.9.8 |
| 1699 | 2026-03-02T21:35:24.723Z | Compiling zip v0.6.6 |
| 1700 | 2026-03-02T21:35:24.851Z | Compiling ed25519-dalek v2.1.1 |
| 1701 | 2026-03-02T21:35:26.071Z | Compiling toml v0.7.8 |
| 1702 | 2026-03-02T21:35:26.285Z | Compiling crossterm v0.28.1 |
| 1703 | 2026-03-02T21:35:27.529Z | Compiling itertools v0.10.5 |
| 1704 | 2026-03-02T21:35:27.630Z | Compiling itertools v0.13.0 |
| 1705 | 2026-03-02T21:35:27.936Z | Compiling heck v0.4.1 |
| 1706 | 2026-03-02T21:35:28.195Z | Compiling crossbeam-epoch v0.9.18 |
| 1707 | 2026-03-02T21:35:28.412Z | Compiling tokio-stream v0.1.17 |
| 1708 | 2026-03-02T21:35:28.932Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1709 | 2026-03-02T21:35:29.404Z | Compiling x509-cert v0.2.5 |
| 1710 | 2026-03-02T21:35:29.470Z | Compiling openapiv3 v2.2.0 |
| 1711 | 2026-03-02T21:35:29.642Z | Compiling sha1 v0.10.6 |
| 1712 | 2026-03-02T21:35:30.070Z | Compiling winnow v0.6.26 |
| 1713 | 2026-03-02T21:35:30.100Z | Compiling lalrpop-util v0.19.12 |
| 1714 | 2026-03-02T21:35:30.502Z | Compiling peg-runtime v0.8.5 |
| 1715 | 2026-03-02T21:35:30.679Z | Compiling thread_local v1.1.8 |
| 1716 | 2026-03-02T21:35:30.796Z | Compiling slog-async v2.8.0 |
| 1717 | 2026-03-02T21:35:31.090Z | Compiling crossbeam-channel v0.5.15 |
| 1718 | 2026-03-02T21:35:31.215Z | Compiling xattr v1.3.1 |
| 1719 | 2026-03-02T21:35:31.416Z | Compiling futures-executor v0.3.31 |
| 1720 | 2026-03-02T21:35:31.491Z | Compiling filetime v0.2.26 |
| 1721 | 2026-03-02T21:35:31.800Z | Compiling is-terminal v0.4.13 |
| 1722 | 2026-03-02T21:35:31.897Z | Compiling take_mut v0.2.2 |
| 1723 | 2026-03-02T21:35:31.980Z | Compiling term v1.1.0 |
| 1724 | 2026-03-02T21:35:32.138Z | Compiling tar v0.4.44 |
| 1725 | 2026-03-02T21:35:32.193Z | Compiling futures v0.3.31 |
| 1726 | 2026-03-02T21:35:33.063Z | Compiling slog-term v2.9.2 |
| 1727 | 2026-03-02T21:35:42.137Z | Compiling rustls-webpki v0.103.9 |
| 1728 | 2026-03-02T21:35:47.545Z | Compiling tokio-rustls v0.26.0 |
| 1729 | 2026-03-02T21:35:47.545Z | Compiling rustls-platform-verifier v0.6.2 |
| 1730 | 2026-03-02T21:35:47.858Z | Compiling hyper-rustls v0.27.7 |
| 1731 | 2026-03-02T21:35:48.207Z | Compiling reqwest v0.12.28 |
| 1732 | 2026-03-02T21:35:48.207Z | Compiling reqwest v0.13.2 |
| 1733 | 2026-03-02T21:35:52.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1734 | 2026-03-02T21:35:53.177Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1735 | 2026-03-02T21:35:58.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1736 | 2026-03-02T21:35:58.412Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1737 | 2026-03-02T21:35:58.475Z | Mar 02 21:35:57.147 INFO Starting download, target: Console |
| 1738 | 2026-03-02T21:35:58.475Z | Mar 02 21:35:57.149 INFO Starting download, target: Clickhouse |
| 1739 | 2026-03-02T21:35:58.475Z | Mar 02 21:35:57.149 INFO Starting download, target: Cockroach |
| 1740 | 2026-03-02T21:35:58.475Z | Mar 02 21:35:57.149 INFO Starting download, target: DendriteStub |
| 1741 | 2026-03-02T21:35:58.478Z | Mar 02 21:35:57.149 INFO Starting download, target: MaghemiteMgd |
| 1742 | 2026-03-02T21:35:58.478Z | Mar 02 21:35:57.149 INFO Starting download, target: TransceiverControl |
| 1743 | 2026-03-02T21:35:58.478Z | Mar 02 21:35:57.149 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1744 | 2026-03-02T21:35:58.478Z | Mar 02 21:35:57.149 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1745 | 2026-03-02T21:35:58.479Z | Mar 02 21:35:57.149 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1746 | 2026-03-02T21:35:58.479Z | Mar 02 21:35:57.149 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1747 | 2026-03-02T21:35:58.479Z | Mar 02 21:35:57.149 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1748 | 2026-03-02T21:35:58.479Z | Mar 02 21:35:57.149 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1749 | 2026-03-02T21:35:59.028Z | Mar 02 21:35:57.679 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1750 | 2026-03-02T21:35:59.444Z | Mar 02 21:35:58.111 INFO Download complete, target: TransceiverControl |
| 1751 | 2026-03-02T21:35:59.504Z | Mar 02 21:35:58.172 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1752 | 2026-03-02T21:35:59.950Z | Mar 02 21:35:58.621 INFO Download complete, target: Console |
| 1753 | 2026-03-02T21:36:00.384Z | Mar 02 21:35:59.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1754 | 2026-03-02T21:36:00.780Z | Mar 02 21:35:59.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1755 | 2026-03-02T21:36:00.808Z | Mar 02 21:35:59.481 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-03-02T21:36:00.808Z | Mar 02 21:35:59.481 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-03-02T21:36:00.831Z | Mar 02 21:35:59.503 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1758 | 2026-03-02T21:36:04.414Z | Mar 02 21:36:03.087 INFO Download complete, target: MaghemiteMgd |
| 1759 | 2026-03-02T21:36:04.663Z | Mar 02 21:36:03.336 INFO Download complete, target: DendriteStub |
| 1760 | 2026-03-02T21:36:08.488Z | Mar 02 21:36:07.160 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-03-02T21:36:08.635Z | Mar 02 21:36:07.308 INFO Download complete, target: Cockroach |
| 1762 | 2026-03-02T21:36:11.594Z | Mar 02 21:36:10.266 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-03-02T21:36:11.709Z | Mar 02 21:36:10.381 INFO Download complete, target: Clickhouse |
| 1764 | 2026-03-02T21:36:11.715Z | All prerequisites installed successfully |
| 1765 | 2026-03-02T21:36:11.718Z | |
| 1766 | 2026-03-02T21:36:11.718Z | real 5:22.726152377 |
| 1767 | 2026-03-02T21:36:11.718Z | user 17:55.775811958 |
| 1768 | 2026-03-02T21:36:11.718Z | sys 2:34.979279151 |
| 1769 | 2026-03-02T21:36:11.718Z | trap 0.697139875 |
| 1770 | 2026-03-02T21:36:11.718Z | tflt 0.812399814 |
| 1771 | 2026-03-02T21:36:11.718Z | dflt 0.905993293 |
| 1772 | 2026-03-02T21:36:11.718Z | kflt 0.111339033 |
| 1773 | 2026-03-02T21:36:11.718Z | lock 40:28.110980736 |
| 1774 | 2026-03-02T21:36:11.718Z | slp 1:06:37.717270509 |
| 1775 | 2026-03-02T21:36:11.718Z | lat 1:09.285001826 |
| 1776 | 2026-03-02T21:36:11.718Z | stop 3:16.448918025 |
| 1777 | 2026-03-02T21:36:11.718Z | + ptime -m cargo xtask download softnpu |
| 1778 | 2026-03-02T21:36:12.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1779 | 2026-03-02T21:36:12.631Z | Running `target/debug/xtask download softnpu` |
| 1780 | 2026-03-02T21:36:13.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 1781 | 2026-03-02T21:36:13.921Z | Running `target/debug/xtask-downloader softnpu` |
| 1782 | 2026-03-02T21:36:13.971Z | Mar 02 21:36:12.643 INFO Starting download, target: Softnpu |
| 1783 | 2026-03-02T21:36:13.974Z | Mar 02 21:36:12.644 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1784 | 2026-03-02T21:36:14.575Z | Mar 02 21:36:13.248 INFO Download complete, target: Softnpu |
| 1785 | 2026-03-02T21:36:14.579Z | |
| 1786 | 2026-03-02T21:36:14.582Z | real 2.856743446 |
| 1787 | 2026-03-02T21:36:14.582Z | user 2.069311571 |
| 1788 | 2026-03-02T21:36:14.582Z | sys 0.922900151 |
| 1789 | 2026-03-02T21:36:14.582Z | trap 0.001986453 |
| 1790 | 2026-03-02T21:36:14.582Z | tflt 0.000271186 |
| 1791 | 2026-03-02T21:36:14.582Z | dflt 0.000203387 |
| 1792 | 2026-03-02T21:36:14.582Z | kflt 0.000000000 |
| 1793 | 2026-03-02T21:36:14.582Z | lock 6.156175692 |
| 1794 | 2026-03-02T21:36:14.582Z | slp 0.439918278 |
| 1795 | 2026-03-02T21:36:14.582Z | lat 0.177599254 |
| 1796 | 2026-03-02T21:36:14.582Z | stop 0.000187477 |
| 1797 | 2026-03-02T21:36:14.582Z | + export CARGO_INCREMENTAL=0 |
| 1798 | 2026-03-02T21:36:14.582Z | + CARGO_INCREMENTAL=0 |
| 1799 | 2026-03-02T21:36:14.583Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1800 | 2026-03-02T21:36:16.054Z | Compiling proc-macro2 v1.0.106 |
| 1801 | 2026-03-02T21:36:16.054Z | Compiling quote v1.0.44 |
| 1802 | 2026-03-02T21:36:16.054Z | Compiling unicode-ident v1.0.24 |
| 1803 | 2026-03-02T21:36:16.057Z | Compiling libc v0.2.180 |
| 1804 | 2026-03-02T21:36:16.057Z | Compiling serde_core v1.0.228 |
| 1805 | 2026-03-02T21:36:16.057Z | Compiling serde v1.0.228 |
| 1806 | 2026-03-02T21:36:16.057Z | Compiling autocfg v1.4.0 |
| 1807 | 2026-03-02T21:36:16.057Z | Compiling cfg-if v1.0.4 |
| 1808 | 2026-03-02T21:36:16.458Z | Compiling version_check v0.9.5 |
| 1809 | 2026-03-02T21:36:16.631Z | Compiling find-msvc-tools v0.1.9 |
| 1810 | 2026-03-02T21:36:17.034Z | Compiling shlex v1.3.0 |
| 1811 | 2026-03-02T21:36:17.055Z | Compiling lock_api v0.4.12 |
| 1812 | 2026-03-02T21:36:17.084Z | Compiling portable-atomic v1.11.0 |
| 1813 | 2026-03-02T21:36:17.370Z | Compiling typenum v1.17.0 |
| 1814 | 2026-03-02T21:36:17.388Z | Compiling memchr v2.7.4 |
| 1815 | 2026-03-02T21:36:17.959Z | Compiling generic-array v0.14.7 |
| 1816 | 2026-03-02T21:36:18.212Z | Compiling jobserver v0.1.32 |
| 1817 | 2026-03-02T21:36:18.431Z | Compiling zmij v1.0.15 |
| 1818 | 2026-03-02T21:36:18.705Z | Compiling cc v1.2.56 |
| 1819 | 2026-03-02T21:36:18.725Z | Compiling syn v2.0.117 |
| 1820 | 2026-03-02T21:36:18.885Z | Compiling serde_json v1.0.149 |
| 1821 | 2026-03-02T21:36:18.926Z | Compiling getrandom v0.3.4 |
| 1822 | 2026-03-02T21:36:18.929Z | Compiling parking_lot_core v0.9.10 |
| 1823 | 2026-03-02T21:36:19.260Z | Compiling libm v0.2.8 |
| 1824 | 2026-03-02T21:36:19.393Z | Compiling num-traits v0.2.19 |
| 1825 | 2026-03-02T21:36:19.527Z | Compiling smallvec v1.15.1 |
| 1826 | 2026-03-02T21:36:19.665Z | Compiling getrandom v0.2.15 |
| 1827 | 2026-03-02T21:36:19.744Z | Compiling value-bag v1.12.0 |
| 1828 | 2026-03-02T21:36:20.047Z | Compiling itoa v1.0.11 |
| 1829 | 2026-03-02T21:36:20.326Z | Compiling log v0.4.29 |
| 1830 | 2026-03-02T21:36:20.711Z | Compiling pkg-config v0.3.31 |
| 1831 | 2026-03-02T21:36:21.348Z | Compiling scopeguard v1.2.0 |
| 1832 | 2026-03-02T21:36:21.462Z | Compiling slab v0.4.9 |
| 1833 | 2026-03-02T21:36:21.673Z | Compiling stable_deref_trait v1.2.0 |
| 1834 | 2026-03-02T21:36:21.745Z | Compiling thiserror v2.0.18 |
| 1835 | 2026-03-02T21:36:21.824Z | Compiling rand_core v0.6.4 |
| 1836 | 2026-03-02T21:36:22.153Z | Compiling byteorder v1.5.0 |
| 1837 | 2026-03-02T21:36:22.204Z | Compiling critical-section v1.1.3 |
| 1838 | 2026-03-02T21:36:22.387Z | Compiling subtle v2.6.1 |
| 1839 | 2026-03-02T21:36:22.684Z | Compiling fnv v1.0.7 |
| 1840 | 2026-03-02T21:36:23.137Z | Compiling pin-project-lite v0.2.14 |
| 1841 | 2026-03-02T21:36:23.154Z | Compiling once_cell v1.21.3 |
| 1842 | 2026-03-02T21:36:23.739Z | Compiling litemap v0.7.3 |
| 1843 | 2026-03-02T21:36:23.758Z | Compiling allocator-api2 v0.2.21 |
| 1844 | 2026-03-02T21:36:24.015Z | Compiling equivalent v1.0.2 |
| 1845 | 2026-03-02T21:36:24.168Z | Compiling writeable v0.5.5 |
| 1846 | 2026-03-02T21:36:24.854Z | Compiling ring v0.17.14 |
| 1847 | 2026-03-02T21:36:25.002Z | Compiling semver v1.0.27 |
| 1848 | 2026-03-02T21:36:25.261Z | Compiling cmake v0.1.57 |
| 1849 | 2026-03-02T21:36:25.699Z | Compiling signal-hook-registry v1.4.2 |
| 1850 | 2026-03-02T21:36:25.924Z | Compiling percent-encoding v2.3.2 |
| 1851 | 2026-03-02T21:36:26.110Z | Compiling dunce v1.0.5 |
| 1852 | 2026-03-02T21:36:26.282Z | Compiling synstructure v0.13.1 |
| 1853 | 2026-03-02T21:36:26.348Z | Compiling fs_extra v1.3.0 |
| 1854 | 2026-03-02T21:36:26.484Z | Compiling parking_lot v0.12.3 |
| 1855 | 2026-03-02T21:36:26.905Z | Compiling aws-lc-sys v0.37.1 |
| 1856 | 2026-03-02T21:36:26.908Z | Compiling mio v1.0.2 |
| 1857 | 2026-03-02T21:36:27.050Z | Compiling icu_locid_transform_data v1.5.0 |
| 1858 | 2026-03-02T21:36:27.190Z | Compiling const-oid v0.9.6 |
| 1859 | 2026-03-02T21:36:27.284Z | Compiling icu_properties_data v1.5.0 |
| 1860 | 2026-03-02T21:36:27.482Z | Compiling rustversion v1.0.22 |
| 1861 | 2026-03-02T21:36:27.560Z | Compiling socket2 v0.6.1 |
| 1862 | 2026-03-02T21:36:28.238Z | Compiling write16 v1.0.0 |
| 1863 | 2026-03-02T21:36:28.416Z | Compiling foldhash v0.2.0 |
| 1864 | 2026-03-02T21:36:28.420Z | Compiling icu_normalizer_data v1.5.0 |
| 1865 | 2026-03-02T21:36:28.494Z | Compiling utf8_iter v1.0.4 |
| 1866 | 2026-03-02T21:36:28.575Z | Compiling zerocopy v0.8.27 |
| 1867 | 2026-03-02T21:36:28.663Z | Compiling utf16_iter v1.0.5 |
| 1868 | 2026-03-02T21:36:28.812Z | Compiling schemars v0.8.22 |
| 1869 | 2026-03-02T21:36:28.834Z | Compiling hashbrown v0.16.1 |
| 1870 | 2026-03-02T21:36:29.191Z | Compiling serde_derive_internals v0.29.1 |
| 1871 | 2026-03-02T21:36:29.481Z | Compiling thiserror v1.0.69 |
| 1872 | 2026-03-02T21:36:30.033Z | Compiling aws-lc-rs v1.16.0 |
| 1873 | 2026-03-02T21:36:30.069Z | Compiling strsim v0.11.1 |
| 1874 | 2026-03-02T21:36:30.095Z | Compiling indexmap v2.13.0 |
| 1875 | 2026-03-02T21:36:30.117Z | Compiling form_urlencoded v1.2.2 |
| 1876 | 2026-03-02T21:36:30.140Z | Compiling serde_derive v1.0.228 |
| 1877 | 2026-03-02T21:36:30.175Z | Compiling zeroize_derive v1.4.2 |
| 1878 | 2026-03-02T21:36:30.622Z | Compiling zerofrom-derive v0.1.4 |
| 1879 | 2026-03-02T21:36:30.698Z | Compiling yoke-derive v0.7.4 |
| 1880 | 2026-03-02T21:36:30.721Z | Compiling zerovec-derive v0.10.3 |
| 1881 | 2026-03-02T21:36:31.120Z | Compiling displaydoc v0.2.5 |
| 1882 | 2026-03-02T21:36:31.557Z | Compiling zeroize v1.8.1 |
| 1883 | 2026-03-02T21:36:31.616Z | Compiling icu_provider_macros v1.5.0 |
| 1884 | 2026-03-02T21:36:32.034Z | Compiling tokio-macros v2.6.0 |
| 1885 | 2026-03-02T21:36:32.075Z | Compiling zerocopy-derive v0.7.35 |
| 1886 | 2026-03-02T21:36:32.559Z | Compiling thiserror-impl v2.0.18 |
| 1887 | 2026-03-02T21:36:32.623Z | Compiling futures-macro v0.3.31 |
| 1888 | 2026-03-02T21:36:33.382Z | Compiling zerofrom v0.1.4 |
| 1889 | 2026-03-02T21:36:33.659Z | Compiling yoke v0.7.4 |
| 1890 | 2026-03-02T21:36:33.722Z | Compiling tracing-attributes v0.1.27 |
| 1891 | 2026-03-02T21:36:33.862Z | Compiling der_derive v0.7.3 |
| 1892 | 2026-03-02T21:36:34.098Z | Compiling zerovec v0.10.4 |
| 1893 | 2026-03-02T21:36:34.242Z | Compiling crypto-common v0.1.6 |
| 1894 | 2026-03-02T21:36:34.448Z | Compiling block-buffer v0.10.4 |
| 1895 | 2026-03-02T21:36:34.667Z | Compiling schemars_derive v0.8.22 |
| 1896 | 2026-03-02T21:36:34.722Z | Compiling digest v0.10.7 |
| 1897 | 2026-03-02T21:36:34.903Z | Compiling zerocopy-derive v0.8.27 |
| 1898 | 2026-03-02T21:36:35.511Z | Compiling zerocopy v0.7.35 |
| 1899 | 2026-03-02T21:36:36.067Z | Compiling thiserror-impl v1.0.69 |
| 1900 | 2026-03-02T21:36:36.646Z | Compiling tinystr v0.7.6 |
| 1901 | 2026-03-02T21:36:37.105Z | Compiling icu_locid v1.5.0 |
| 1902 | 2026-03-02T21:36:37.158Z | Compiling icu_collections v1.5.0 |
| 1903 | 2026-03-02T21:36:37.437Z | Compiling ucd-trie v0.1.7 |
| 1904 | 2026-03-02T21:36:37.470Z | Compiling futures-core v0.3.32 |
| 1905 | 2026-03-02T21:36:37.778Z | Compiling pest v2.8.2 |
| 1906 | 2026-03-02T21:36:38.225Z | Compiling bytes v1.11.1 |
| 1907 | 2026-03-02T21:36:38.228Z | Compiling bitflags v2.9.4 |
| 1908 | 2026-03-02T21:36:38.577Z | Compiling icu_provider v1.5.0 |
| 1909 | 2026-03-02T21:36:39.162Z | Compiling httparse v1.9.5 |
| 1910 | 2026-03-02T21:36:39.718Z | Compiling icu_locid_transform v1.5.0 |
| 1911 | 2026-03-02T21:36:39.768Z | Compiling tokio v1.49.0 |
| 1912 | 2026-03-02T21:36:39.818Z | Compiling ident_case v1.0.1 |
| 1913 | 2026-03-02T21:36:39.999Z | Compiling vcpkg v0.2.15 |
| 1914 | 2026-03-02T21:36:40.035Z | Compiling heck v0.5.0 |
| 1915 | 2026-03-02T21:36:40.520Z | Compiling pest_meta v2.8.2 |
| 1916 | 2026-03-02T21:36:41.283Z | Compiling icu_properties v1.5.1 |
| 1917 | 2026-03-02T21:36:41.419Z | Compiling openssl-sys v0.9.109 |
| 1918 | 2026-03-02T21:36:42.466Z | Compiling rustix v1.1.3 |
| 1919 | 2026-03-02T21:36:43.172Z | Compiling pest_generator v2.8.2 |
| 1920 | 2026-03-02T21:36:44.167Z | Compiling regex-syntax v0.8.5 |
| 1921 | 2026-03-02T21:36:44.824Z | Compiling syn v1.0.109 |
| 1922 | 2026-03-02T21:36:44.879Z | Compiling pest_derive v2.8.2 |
| 1923 | 2026-03-02T21:36:45.349Z | Compiling icu_normalizer v1.5.0 |
| 1924 | 2026-03-02T21:36:46.549Z | Compiling idna_adapter v1.2.0 |
| 1925 | 2026-03-02T21:36:46.805Z | Compiling idna v1.0.3 |
| 1926 | 2026-03-02T21:36:47.680Z | Compiling url v2.5.4 |
| 1927 | 2026-03-02T21:36:49.557Z | Compiling rustc_version v0.4.1 |
| 1928 | 2026-03-02T21:36:49.782Z | Compiling rustls v0.23.37 |
| 1929 | 2026-03-02T21:36:50.136Z | Compiling cpufeatures v0.2.14 |
| 1930 | 2026-03-02T21:36:50.267Z | Compiling futures-sink v0.3.31 |
| 1931 | 2026-03-02T21:36:50.469Z | Compiling futures-channel v0.3.31 |
| 1932 | 2026-03-02T21:36:51.143Z | Compiling hmac v0.12.1 |
| 1933 | 2026-03-02T21:36:51.547Z | Compiling rustix v0.38.37 |
| 1934 | 2026-03-02T21:36:52.242Z | Compiling iana-time-zone v0.1.63 |
| 1935 | 2026-03-02T21:36:52.377Z | Compiling futures-task v0.3.31 |
| 1936 | 2026-03-02T21:36:52.724Z | Compiling futures-io v0.3.31 |
| 1937 | 2026-03-02T21:36:53.024Z | Compiling pin-utils v0.1.0 |
| 1938 | 2026-03-02T21:36:53.153Z | Compiling plain v0.2.3 |
| 1939 | 2026-03-02T21:36:53.179Z | Compiling futures-util v0.3.31 |
| 1940 | 2026-03-02T21:36:53.352Z | Compiling chrono v0.4.43 |
| 1941 | 2026-03-02T21:36:53.385Z | Compiling block-padding v0.3.3 |
| 1942 | 2026-03-02T21:36:53.409Z | Compiling uuid v1.19.0 |
| 1943 | 2026-03-02T21:36:53.830Z | Compiling aho-corasick v1.1.3 |
| 1944 | 2026-03-02T21:36:54.991Z | Compiling crossbeam-utils v0.8.21 |
| 1945 | 2026-03-02T21:36:56.434Z | Compiling regex-automata v0.4.14 |
| 1946 | 2026-03-02T21:36:56.849Z | Compiling inout v0.1.3 |
| 1947 | 2026-03-02T21:36:57.142Z | Compiling ppv-lite86 v0.2.20 |
| 1948 | 2026-03-02T21:36:58.463Z | Compiling errno v0.3.12 |
| 1949 | 2026-03-02T21:36:58.938Z | Compiling openssl v0.10.73 |
| 1950 | 2026-03-02T21:36:59.256Z | Compiling time-core v0.1.8 |
| 1951 | 2026-03-02T21:36:59.600Z | Compiling num-conv v0.2.0 |
| 1952 | 2026-03-02T21:36:59.625Z | Compiling pretty-hex v0.4.1 |
| 1953 | 2026-03-02T21:36:59.665Z | Compiling cipher v0.4.4 |
| 1954 | 2026-03-02T21:36:59.862Z | Compiling sha2 v0.10.9 |
| 1955 | 2026-03-02T21:36:59.905Z | Compiling time-macros v0.2.27 |
| 1956 | 2026-03-02T21:37:00.511Z | Compiling serde_tokenstream v0.2.3 |
| 1957 | 2026-03-02T21:37:00.742Z | Compiling scroll_derive v0.12.0 |
| 1958 | 2026-03-02T21:37:01.111Z | Compiling scroll_derive v0.13.1 |
| 1959 | 2026-03-02T21:37:01.596Z | Compiling anyhow v1.0.99 |
| 1960 | 2026-03-02T21:37:02.023Z | Compiling base64ct v1.6.0 |
| 1961 | 2026-03-02T21:37:02.287Z | Compiling darling_core v0.21.0 |
| 1962 | 2026-03-02T21:37:02.328Z | Compiling rustls-pki-types v1.14.0 |
| 1963 | 2026-03-02T21:37:02.383Z | Compiling openssl-macros v0.1.1 |
| 1964 | 2026-03-02T21:37:02.594Z | Compiling pem-rfc7468 v0.7.0 |
| 1965 | 2026-03-02T21:37:03.137Z | Compiling spin v0.9.8 |
| 1966 | 2026-03-02T21:37:03.186Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1967 | 2026-03-02T21:37:03.609Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1968 | 2026-03-02T21:37:04.131Z | Compiling flagset v0.4.6 |
| 1969 | 2026-03-02T21:37:04.194Z | Compiling foldhash v0.1.5 |
| 1970 | 2026-03-02T21:37:04.220Z | Compiling native-tls v0.2.12 |
| 1971 | 2026-03-02T21:37:04.364Z | Compiling der v0.7.10 |
| 1972 | 2026-03-02T21:37:04.531Z | Compiling hashbrown v0.15.4 |
| 1973 | 2026-03-02T21:37:04.639Z | Compiling regex v1.12.3 |
| 1974 | 2026-03-02T21:37:05.778Z | Compiling rand_core v0.9.3 |
| 1975 | 2026-03-02T21:37:05.864Z | Compiling serde_spanned v0.6.9 |
| 1976 | 2026-03-02T21:37:05.959Z | Compiling toml_datetime v0.6.11 |
| 1977 | 2026-03-02T21:37:06.149Z | Compiling slog v2.8.2 |
| 1978 | 2026-03-02T21:37:06.596Z | Compiling dyn-clone v1.0.20 |
| 1979 | 2026-03-02T21:37:07.426Z | Compiling spki v0.7.3 |
| 1980 | 2026-03-02T21:37:07.735Z | Compiling darling_macro v0.21.0 |
| 1981 | 2026-03-02T21:37:07.797Z | Compiling salsa20 v0.10.2 |
| 1982 | 2026-03-02T21:37:08.037Z | Compiling pbkdf2 v0.12.2 |
| 1983 | 2026-03-02T21:37:08.229Z | Compiling http v1.4.0 |
| 1984 | 2026-03-02T21:37:08.568Z | Compiling darling v0.21.0 |
| 1985 | 2026-03-02T21:37:09.875Z | Compiling tracing-core v0.1.32 |
| 1986 | 2026-03-02T21:37:10.565Z | Compiling winnow v0.5.40 |
| 1987 | 2026-03-02T21:37:10.765Z | Compiling untrusted v0.9.0 |
| 1988 | 2026-03-02T21:37:10.986Z | Compiling either v1.15.0 |
| 1989 | 2026-03-02T21:37:11.687Z | Compiling camino v1.2.2 |
| 1990 | 2026-03-02T21:37:12.208Z | Compiling tracing v0.1.40 |
| 1991 | 2026-03-02T21:37:12.560Z | Compiling scrypt v0.11.0 |
| 1992 | 2026-03-02T21:37:12.889Z | Compiling rand_chacha v0.9.0 |
| 1993 | 2026-03-02T21:37:13.011Z | Compiling tokio-util v0.7.15 |
| 1994 | 2026-03-02T21:37:13.599Z | Compiling toml_edit v0.19.15 |
| 1995 | 2026-03-02T21:37:13.710Z | Compiling aes v0.8.4 |
| 1996 | 2026-03-02T21:37:14.717Z | Compiling cbc v0.1.2 |
| 1997 | 2026-03-02T21:37:16.101Z | Compiling usdt-impl v0.5.0 |
| 1998 | 2026-03-02T21:37:16.479Z | Compiling cookie v0.18.1 |
| 1999 | 2026-03-02T21:37:16.810Z | Compiling ref-cast v1.0.25 |
| 2000 | 2026-03-02T21:37:16.891Z | Compiling base64 v0.22.1 |
| 2001 | 2026-03-02T21:37:17.340Z | Compiling usdt-impl v0.6.0 |
| 2002 | 2026-03-02T21:37:17.403Z | Compiling paste v1.0.15 |
| 2003 | 2026-03-02T21:37:18.067Z | Compiling pkcs5 v0.7.1 |
| 2004 | 2026-03-02T21:37:18.161Z | Compiling rand v0.9.2 |
| 2005 | 2026-03-02T21:37:19.273Z | Compiling http-body v1.0.1 |
| 2006 | 2026-03-02T21:37:19.511Z | Compiling scroll v0.13.0 |
| 2007 | 2026-03-02T21:37:19.536Z | Compiling scroll v0.12.0 |
| 2008 | 2026-03-02T21:37:19.997Z | Compiling heapless v0.7.17 |
| 2009 | 2026-03-02T21:37:20.661Z | Compiling openssl-probe v0.1.5 |
| 2010 | 2026-03-02T21:37:20.732Z | Compiling cfg_aliases v0.2.1 |
| 2011 | 2026-03-02T21:37:20.855Z | Compiling signal-hook v0.3.18 |
| 2012 | 2026-03-02T21:37:20.955Z | Compiling zstd-safe v7.2.3 |
| 2013 | 2026-03-02T21:37:21.197Z | Compiling adler2 v2.0.0 |
| 2014 | 2026-03-02T21:37:21.260Z | Compiling untrusted v0.7.1 |
| 2015 | 2026-03-02T21:37:21.499Z | Compiling miniz_oxide v0.8.5 |
| 2016 | 2026-03-02T21:37:22.949Z | Compiling goblin v0.8.2 |
| 2017 | 2026-03-02T21:37:23.244Z | Compiling goblin v0.10.2 |
| 2018 | 2026-03-02T21:37:23.708Z | Compiling pkcs8 v0.10.2 |
| 2019 | 2026-03-02T21:37:25.204Z | Compiling darling_core v0.20.10 |
| 2020 | 2026-03-02T21:37:25.371Z | Compiling ref-cast-impl v1.0.25 |
| 2021 | 2026-03-02T21:37:25.454Z | Compiling memoffset v0.9.1 |
| 2022 | 2026-03-02T21:37:26.065Z | Compiling try-lock v0.2.5 |
| 2023 | 2026-03-02T21:37:26.144Z | Compiling tower-service v0.3.3 |
| 2024 | 2026-03-02T21:37:26.261Z | Compiling atomic-waker v1.1.2 |
| 2025 | 2026-03-02T21:37:26.437Z | Compiling tower-layer v0.3.3 |
| 2026 | 2026-03-02T21:37:26.487Z | Compiling tinyvec_macros v0.1.1 |
| 2027 | 2026-03-02T21:37:26.738Z | Compiling tinyvec v1.8.0 |
| 2028 | 2026-03-02T21:37:26.813Z | Compiling h2 v0.4.6 |
| 2029 | 2026-03-02T21:37:28.218Z | Compiling want v0.3.1 |
| 2030 | 2026-03-02T21:37:29.918Z | Compiling darling_macro v0.20.10 |
| 2031 | 2026-03-02T21:37:30.813Z | Compiling dof v0.4.0 |
| 2032 | 2026-03-02T21:37:30.837Z | Compiling dof v0.3.0 |
| 2033 | 2026-03-02T21:37:35.100Z | Compiling dtrace-parser v0.2.0 |
| 2034 | 2026-03-02T21:37:35.224Z | Compiling lazy_static v1.5.0 |
| 2035 | 2026-03-02T21:37:35.443Z | Compiling curve25519-dalek v4.1.3 |
| 2036 | 2026-03-02T21:37:35.469Z | Compiling dtrace-parser v0.3.0 |
| 2037 | 2026-03-02T21:37:35.716Z | Compiling ipnet v2.11.0 |
| 2038 | 2026-03-02T21:37:35.873Z | Compiling daft-derive v0.1.4 |
| 2039 | 2026-03-02T21:37:35.892Z | Compiling async-trait v0.1.89 |
| 2040 | 2026-03-02T21:37:36.592Z | Compiling thread-id v5.0.0 |
| 2041 | 2026-03-02T21:37:36.685Z | Compiling thread-id v4.2.2 |
| 2042 | 2026-03-02T21:37:36.810Z | Compiling smoltcp v0.9.1 |
| 2043 | 2026-03-02T21:37:37.099Z | Compiling foreign-types-shared v0.1.1 |
| 2044 | 2026-03-02T21:37:37.102Z | Compiling fastrand v2.1.1 |
| 2045 | 2026-03-02T21:37:37.232Z | Compiling litrs v0.4.1 |
| 2046 | 2026-03-02T21:37:37.289Z | Compiling httpdate v1.0.3 |
| 2047 | 2026-03-02T21:37:37.542Z | Compiling num-bigint-dig v0.8.6 |
| 2048 | 2026-03-02T21:37:37.977Z | Compiling hyper v1.8.1 |
| 2049 | 2026-03-02T21:37:38.033Z | Compiling tempfile v3.24.0 |
| 2050 | 2026-03-02T21:37:38.123Z | Compiling foreign-types v0.3.2 |
| 2051 | 2026-03-02T21:37:38.153Z | Compiling document-features v0.2.11 |
| 2052 | 2026-03-02T21:37:39.617Z | Compiling darling v0.20.10 |
| 2053 | 2026-03-02T21:37:41.424Z | Compiling ipnetwork v0.21.1 |
| 2054 | 2026-03-02T21:37:42.461Z | Compiling strum_macros v0.26.4 |
| 2055 | 2026-03-02T21:37:43.314Z | Compiling wait-timeout v0.2.0 |
| 2056 | 2026-03-02T21:37:44.378Z | Compiling utf8parse v0.2.2 |
| 2057 | 2026-03-02T21:37:44.534Z | Compiling gimli v0.31.1 |
| 2058 | 2026-03-02T21:37:45.047Z | Compiling powerfmt v0.2.0 |
| 2059 | 2026-03-02T21:37:45.559Z | Compiling quick-error v1.2.3 |
| 2060 | 2026-03-02T21:37:45.751Z | Compiling anstyle v1.0.11 |
| 2061 | 2026-03-02T21:37:46.091Z | Compiling bit-vec v0.8.0 |
| 2062 | 2026-03-02T21:37:47.675Z | Compiling bit-set v0.8.0 |
| 2063 | 2026-03-02T21:37:47.987Z | Compiling deranged v0.5.3 |
| 2064 | 2026-03-02T21:37:48.962Z | Compiling addr2line v0.24.2 |
| 2065 | 2026-03-02T21:37:51.367Z | Compiling rusty-fork v0.3.0 |
| 2066 | 2026-03-02T21:37:52.242Z | Compiling anstyle-parse v0.2.5 |
| 2067 | 2026-03-02T21:37:55.795Z | Compiling hyper-util v0.1.19 |
| 2068 | 2026-03-02T21:37:57.140Z | Compiling derive_builder_core v0.20.2 |
| 2069 | 2026-03-02T21:37:57.618Z | Compiling unicode-normalization v0.1.24 |
| 2070 | 2026-03-02T21:37:58.592Z | Compiling rustls-native-certs v0.8.1 |
| 2071 | 2026-03-02T21:37:59.038Z | Compiling nix v0.29.0 |
| 2072 | 2026-03-02T21:37:59.373Z | Compiling rand_xorshift v0.4.0 |
| 2073 | 2026-03-02T21:37:59.462Z | Compiling hubpack_derive v0.1.1 |
| 2074 | 2026-03-02T21:37:59.768Z | Compiling sync_wrapper v1.0.1 |
| 2075 | 2026-03-02T21:37:59.802Z | Compiling strum_macros v0.27.2 |
| 2076 | 2026-03-02T21:37:59.870Z | Compiling signature v2.2.0 |
| 2077 | 2026-03-02T21:37:59.944Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2078 | 2026-03-02T21:38:00.132Z | Compiling object v0.36.5 |
| 2079 | 2026-03-02T21:38:01.212Z | Compiling ahash v0.8.12 |
| 2080 | 2026-03-02T21:38:01.495Z | Compiling fs-err v3.1.1 |
| 2081 | 2026-03-02T21:38:01.690Z | Compiling crc32fast v1.4.2 |
| 2082 | 2026-03-02T21:38:01.804Z | Compiling rustc-demangle v0.1.24 |
| 2083 | 2026-03-02T21:38:01.855Z | Compiling siphasher v0.3.11 |
| 2084 | 2026-03-02T21:38:02.000Z | Compiling unicode-bidi v0.3.17 |
| 2085 | 2026-03-02T21:38:02.228Z | Compiling unicode-segmentation v1.12.0 |
| 2086 | 2026-03-02T21:38:03.084Z | Compiling unicode-properties v0.1.3 |
| 2087 | 2026-03-02T21:38:03.161Z | Compiling is_terminal_polyfill v1.70.1 |
| 2088 | 2026-03-02T21:38:03.490Z | Compiling anstyle-query v1.1.1 |
| 2089 | 2026-03-02T21:38:04.178Z | Compiling colorchoice v1.0.2 |
| 2090 | 2026-03-02T21:38:04.204Z | Compiling buf-list v1.0.3 |
| 2091 | 2026-03-02T21:38:04.206Z | Compiling zlib-rs v0.5.1 |
| 2092 | 2026-03-02T21:38:04.245Z | Compiling unarray v0.1.4 |
| 2093 | 2026-03-02T21:38:04.433Z | Compiling num_threads v0.1.7 |
| 2094 | 2026-03-02T21:38:04.702Z | Compiling time v0.3.47 |
| 2095 | 2026-03-02T21:38:04.766Z | Compiling proptest v1.7.0 |
| 2096 | 2026-03-02T21:38:07.468Z | Compiling backtrace v0.3.74 |
| 2097 | 2026-03-02T21:38:08.498Z | Compiling libz-rs-sys v0.5.1 |
| 2098 | 2026-03-02T21:38:08.789Z | Compiling anstream v0.6.18 |
| 2099 | 2026-03-02T21:38:09.014Z | Compiling stringprep v0.1.5 |
| 2100 | 2026-03-02T21:38:09.390Z | Compiling phf_shared v0.11.2 |
| 2101 | 2026-03-02T21:38:10.350Z | Compiling tower v0.5.2 |
| 2102 | 2026-03-02T21:38:11.744Z | Compiling derive_builder_macro v0.20.2 |
| 2103 | 2026-03-02T21:38:12.372Z | Compiling usdt-macro v0.6.0 |
| 2104 | 2026-03-02T21:38:12.599Z | Compiling usdt-attr-macro v0.6.0 |
| 2105 | 2026-03-02T21:38:13.960Z | Compiling http-body-util v0.1.3 |
| 2106 | 2026-03-02T21:38:14.077Z | Compiling webpki-roots v1.0.1 |
| 2107 | 2026-03-02T21:38:14.450Z | Compiling rand_chacha v0.3.1 |
| 2108 | 2026-03-02T21:38:14.643Z | Compiling num-integer v0.1.46 |
| 2109 | 2026-03-02T21:38:14.715Z | Compiling erased-serde v0.3.31 |
| 2110 | 2026-03-02T21:38:15.265Z | Compiling md-5 v0.10.6 |
| 2111 | 2026-03-02T21:38:15.325Z | Compiling vergen-lib v0.1.6 |
| 2112 | 2026-03-02T21:38:15.563Z | Compiling ff v0.13.0 |
| 2113 | 2026-03-02T21:38:15.690Z | Compiling hash32 v0.2.1 |
| 2114 | 2026-03-02T21:38:15.820Z | Compiling ryu v1.0.18 |
| 2115 | 2026-03-02T21:38:16.064Z | Compiling fallible-iterator v0.2.0 |
| 2116 | 2026-03-02T21:38:16.143Z | Compiling psl-types v2.0.11 |
| 2117 | 2026-03-02T21:38:16.371Z | Compiling iri-string v0.7.8 |
| 2118 | 2026-03-02T21:38:16.448Z | Compiling base16ct v0.2.0 |
| 2119 | 2026-03-02T21:38:16.773Z | Compiling postgres-protocol v0.6.8 |
| 2120 | 2026-03-02T21:38:16.796Z | Compiling sec1 v0.7.3 |
| 2121 | 2026-03-02T21:38:17.496Z | Compiling publicsuffix v2.3.0 |
| 2122 | 2026-03-02T21:38:17.832Z | Compiling serde_urlencoded v0.7.1 |
| 2123 | 2026-03-02T21:38:18.627Z | Compiling group v0.13.0 |
| 2124 | 2026-03-02T21:38:18.904Z | Compiling num-iter v0.1.45 |
| 2125 | 2026-03-02T21:38:18.946Z | Compiling rand v0.8.5 |
| 2126 | 2026-03-02T21:38:19.292Z | Compiling tower-http v0.6.8 |
| 2127 | 2026-03-02T21:38:20.108Z | Compiling oxnet v0.1.4 |
| 2128 | 2026-03-02T21:38:20.315Z | Compiling derive_builder v0.20.2 |
| 2129 | 2026-03-02T21:38:20.546Z | Compiling tokio-native-tls v0.3.1 |
| 2130 | 2026-03-02T21:38:20.674Z | Compiling newtype-uuid v1.3.2 |
| 2131 | 2026-03-02T21:38:20.788Z | Compiling flate2 v1.1.2 |
| 2132 | 2026-03-02T21:38:20.844Z | Compiling heck v0.4.1 |
| 2133 | 2026-03-02T21:38:20.883Z | Compiling terminal_size v0.4.0 |
| 2134 | 2026-03-02T21:38:21.718Z | Compiling serde_with_macros v3.16.1 |
| 2135 | 2026-03-02T21:38:22.225Z | Compiling hkdf v0.12.4 |
| 2136 | 2026-03-02T21:38:22.387Z | Compiling clap_derive v4.5.47 |
| 2137 | 2026-03-02T21:38:22.499Z | Compiling enum-as-inner v0.6.1 |
| 2138 | 2026-03-02T21:38:23.102Z | Compiling cargo-platform v0.1.8 |
| 2139 | 2026-03-02T21:38:23.538Z | Compiling crypto-bigint v0.5.5 |
| 2140 | 2026-03-02T21:38:23.564Z | Compiling serde_repr v0.1.19 |
| 2141 | 2026-03-02T21:38:23.705Z | Compiling vergen v9.0.6 |
| 2142 | 2026-03-02T21:38:24.697Z | Compiling bumpalo v3.16.0 |
| 2143 | 2026-03-02T21:38:24.966Z | Compiling bitflags v1.3.2 |
| 2144 | 2026-03-02T21:38:25.067Z | Compiling managed v0.8.0 |
| 2145 | 2026-03-02T21:38:25.135Z | Compiling lockfree-object-pool v0.1.6 |
| 2146 | 2026-03-02T21:38:25.464Z | Compiling clap_lex v0.7.4 |
| 2147 | 2026-03-02T21:38:25.729Z | Compiling simd-adler32 v0.3.7 |
| 2148 | 2026-03-02T21:38:25.912Z | Compiling winnow v0.7.14 |
| 2149 | 2026-03-02T21:38:26.274Z | Compiling zopfli v0.8.1 |
| 2150 | 2026-03-02T21:38:26.430Z | Compiling elliptic-curve v0.13.8 |
| 2151 | 2026-03-02T21:38:26.926Z | Compiling clap_builder v4.5.48 |
| 2152 | 2026-03-02T21:38:28.775Z | Compiling rustls-webpki v0.103.9 |
| 2153 | 2026-03-02T21:38:29.323Z | Compiling cargo_metadata v0.19.2 |
| 2154 | 2026-03-02T21:38:32.591Z | Compiling daft v0.1.4 |
| 2155 | 2026-03-02T21:38:33.136Z | Compiling hyper-tls v0.6.0 |
| 2156 | 2026-03-02T21:38:33.190Z | Compiling zstd v0.13.3 |
| 2157 | 2026-03-02T21:38:33.429Z | Compiling cookie_store v0.22.1 |
| 2158 | 2026-03-02T21:38:33.513Z | Compiling signal-hook-mio v0.2.4 |
| 2159 | 2026-03-02T21:38:33.712Z | Compiling postgres-types v0.2.9 |
| 2160 | 2026-03-02T21:38:33.715Z | Compiling phf v0.11.2 |
| 2161 | 2026-03-02T21:38:33.969Z | Compiling strum v0.27.2 |
| 2162 | 2026-03-02T21:38:34.227Z | Compiling hubpack v0.1.2 |
| 2163 | 2026-03-02T21:38:34.288Z | Compiling ed25519 v2.2.3 |
| 2164 | 2026-03-02T21:38:34.710Z | Compiling bzip2 v0.5.2 |
| 2165 | 2026-03-02T21:38:34.775Z | Compiling bzip2 v0.4.4 |
| 2166 | 2026-03-02T21:38:34.882Z | Compiling crossbeam-epoch v0.9.18 |
| 2167 | 2026-03-02T21:38:35.088Z | Compiling pkcs1 v0.7.5 |
| 2168 | 2026-03-02T21:38:35.794Z | Compiling bstr v1.10.0 |
| 2169 | 2026-03-02T21:38:36.617Z | Compiling rfc6979 v0.4.0 |
| 2170 | 2026-03-02T21:38:36.847Z | Compiling float-cmp v0.10.0 |
| 2171 | 2026-03-02T21:38:37.129Z | Compiling hex v0.4.3 |
| 2172 | 2026-03-02T21:38:37.455Z | Compiling serde-big-array v0.5.1 |
| 2173 | 2026-03-02T21:38:37.735Z | Compiling tokio-rustls v0.26.0 |
| 2174 | 2026-03-02T21:38:37.759Z | Compiling rustls-platform-verifier v0.6.2 |
| 2175 | 2026-03-02T21:38:38.157Z | Compiling env_filter v0.1.2 |
| 2176 | 2026-03-02T21:38:38.256Z | Compiling hyper-rustls v0.27.7 |
| 2177 | 2026-03-02T21:38:38.612Z | Compiling memmap2 v0.9.8 |
| 2178 | 2026-03-02T21:38:38.693Z | Compiling socket2 v0.5.10 |
| 2179 | 2026-03-02T21:38:38.872Z | Compiling encoding_rs v0.8.34 |
| 2180 | 2026-03-02T21:38:39.089Z | Compiling fixedbitset v0.4.2 |
| 2181 | 2026-03-02T21:38:39.481Z | Compiling keccak v0.1.5 |
| 2182 | 2026-03-02T21:38:39.510Z | Compiling fixedbitset v0.5.7 |
| 2183 | 2026-03-02T21:38:39.934Z | Compiling jiff v0.2.15 |
| 2184 | 2026-03-02T21:38:40.129Z | Compiling mime v0.3.17 |
| 2185 | 2026-03-02T21:38:40.679Z | Compiling predicates-core v1.0.8 |
| 2186 | 2026-03-02T21:38:40.989Z | Compiling whoami v1.5.2 |
| 2187 | 2026-03-02T21:38:42.187Z | Compiling new_debug_unreachable v1.0.6 |
| 2188 | 2026-03-02T21:38:42.316Z | Compiling normalize-line-endings v0.3.0 |
| 2189 | 2026-03-02T21:38:42.476Z | Compiling toml_write v0.1.2 |
| 2190 | 2026-03-02T21:38:42.869Z | Compiling rustc-hash v2.1.1 |
| 2191 | 2026-03-02T21:38:43.088Z | Compiling difflib v0.4.0 |
| 2192 | 2026-03-02T21:38:44.189Z | Compiling static_assertions v1.1.0 |
| 2193 | 2026-03-02T21:38:44.328Z | Compiling data-encoding v2.9.0 |
| 2194 | 2026-03-02T21:38:45.473Z | Compiling precomputed-hash v0.1.1 |
| 2195 | 2026-03-02T21:38:45.567Z | Compiling toml_edit v0.22.27 |
| 2196 | 2026-03-02T21:38:45.630Z | Compiling string_cache v0.8.9 |
| 2197 | 2026-03-02T21:38:45.685Z | Compiling hickory-proto v0.25.2 |
| 2198 | 2026-03-02T21:38:48.388Z | Compiling zip v4.2.0 |
| 2199 | 2026-03-02T21:38:48.390Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2200 | 2026-03-02T21:38:50.065Z | Compiling predicates v3.1.3 |
| 2201 | 2026-03-02T21:38:50.456Z | Compiling iddqd v0.3.16 |
| 2202 | 2026-03-02T21:38:51.771Z | Compiling reqwest v0.12.28 |
| 2203 | 2026-03-02T21:38:51.992Z | Compiling tokio-postgres v0.7.13 |
| 2204 | 2026-03-02T21:38:55.139Z | Compiling petgraph v0.8.2 |
| 2205 | 2026-03-02T21:38:56.699Z | Compiling sha3 v0.10.8 |
| 2206 | 2026-03-02T21:38:57.095Z | Compiling petgraph v0.6.5 |
| 2207 | 2026-03-02T21:38:57.314Z | Compiling usdt v0.6.0 |
| 2208 | 2026-03-02T21:38:57.815Z | Compiling reqwest v0.13.2 |
| 2209 | 2026-03-02T21:38:59.870Z | Compiling env_logger v0.11.8 |
| 2210 | 2026-03-02T21:39:00.699Z | Compiling serde_with v3.16.1 |
| 2211 | 2026-03-02T21:39:00.884Z | Compiling similar v2.7.0 |
| 2212 | 2026-03-02T21:39:01.481Z | Compiling ecdsa v0.16.9 |
| 2213 | 2026-03-02T21:39:05.191Z | Compiling rsa v0.9.8 |
| 2214 | 2026-03-02T21:39:05.336Z | Compiling zip v0.6.6 |
| 2215 | 2026-03-02T21:39:06.530Z | Compiling ed25519-dalek v2.1.1 |
| 2216 | 2026-03-02T21:39:07.614Z | Compiling crossterm v0.28.1 |
| 2217 | 2026-03-02T21:39:08.261Z | Compiling clap v4.5.48 |
| 2218 | 2026-03-02T21:39:08.650Z | Compiling strum v0.26.3 |
| 2219 | 2026-03-02T21:39:08.976Z | Compiling toml v0.7.8 |
| 2220 | 2026-03-02T21:39:09.100Z | Compiling tokio-stream v0.1.17 |
| 2221 | 2026-03-02T21:39:10.261Z | Compiling itertools v0.13.0 |
| 2222 | 2026-03-02T21:39:10.350Z | Compiling itertools v0.10.5 |
| 2223 | 2026-03-02T21:39:10.616Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2224 | 2026-03-02T21:39:11.090Z | Compiling x509-cert v0.2.5 |
| 2225 | 2026-03-02T21:39:14.762Z | Compiling sha1 v0.10.6 |
| 2226 | 2026-03-02T21:39:15.205Z | Compiling openapiv3 v2.2.0 |
| 2227 | 2026-03-02T21:39:15.208Z | Compiling winnow v0.6.26 |
| 2228 | 2026-03-02T21:39:19.268Z | Compiling lalrpop-util v0.19.12 |
| 2229 | 2026-03-02T21:39:19.777Z | Compiling peg-runtime v0.8.5 |
| 2230 | 2026-03-02T21:39:20.301Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2231 | 2026-03-02T21:39:31.783Z | Compiling rayon-core v1.12.1 |
| 2232 | 2026-03-02T21:39:39.319Z | Compiling proc-macro-crate v1.3.1 |
| 2233 | 2026-03-02T21:39:40.080Z | Compiling itertools v0.14.0 |
| 2234 | 2026-03-02T21:39:42.604Z | Compiling macaddr v1.0.1 |
| 2235 | 2026-03-02T21:39:42.856Z | Compiling structmeta-derive v0.3.0 |
| 2236 | 2026-03-02T21:39:44.211Z | Compiling heapless v0.8.0 |
| 2237 | 2026-03-02T21:39:45.190Z | Compiling structmeta v0.3.0 |
| 2238 | 2026-03-02T21:39:49.156Z | Compiling ingot-macros v0.1.1 |
| 2239 | 2026-03-02T21:39:49.433Z | Compiling num_enum_derive v0.5.11 |
| 2240 | 2026-03-02T21:39:55.094Z | Compiling crossbeam-deque v0.8.5 |
| 2241 | 2026-03-02T21:39:56.185Z | Compiling hash32 v0.3.1 |
| 2242 | 2026-03-02T21:39:57.578Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2243 | 2026-03-02T21:39:58.351Z | Compiling smoltcp v0.11.0 |
| 2244 | 2026-03-02T21:40:04.041Z | Compiling ingot-types v0.1.2 |
| 2245 | 2026-03-02T21:40:08.046Z | Compiling num_enum v0.5.11 |
| 2246 | 2026-03-02T21:40:14.153Z | Compiling proc-macro-error-attr v1.0.4 |
| 2247 | 2026-03-02T21:40:16.818Z | Compiling cobs v0.2.3 |
| 2248 | 2026-03-02T21:40:18.276Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2249 | 2026-03-02T21:40:18.400Z | Compiling rustls v0.22.4 |
| 2250 | 2026-03-02T21:40:29.102Z | Compiling postcard v1.0.10 |
| 2251 | 2026-03-02T21:40:39.982Z | Compiling ingot v0.1.1 |
| 2252 | 2026-03-02T21:40:47.125Z | Compiling rustls-webpki v0.102.8 |
| 2253 | 2026-03-02T21:40:48.043Z | Compiling futures-executor v0.3.31 |
| 2254 | 2026-03-02T21:40:48.354Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2255 | 2026-03-02T21:40:48.503Z | Compiling foreign-types-macros v0.2.3 |
| 2256 | 2026-03-02T21:40:49.014Z | Compiling thread_local v1.1.8 |
| 2257 | 2026-03-02T21:40:49.036Z | Compiling proc-macro-error v1.0.4 |
| 2258 | 2026-03-02T21:40:49.362Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2259 | 2026-03-02T21:40:49.416Z | Compiling multer v3.1.0 |
| 2260 | 2026-03-02T21:40:49.756Z | Compiling slog-async v2.8.0 |
| 2261 | 2026-03-02T21:40:49.791Z | Compiling match_cfg v0.1.0 |
| 2262 | 2026-03-02T21:40:49.935Z | Compiling unicode-width v0.1.14 |
| 2263 | 2026-03-02T21:40:50.210Z | Compiling foreign-types-shared v0.3.1 |
| 2264 | 2026-03-02T21:40:50.370Z | Compiling foreign-types v0.5.0 |
| 2265 | 2026-03-02T21:40:50.528Z | Compiling tabwriter v1.4.0 |
| 2266 | 2026-03-02T21:40:50.556Z | Compiling hostname v0.3.1 |
| 2267 | 2026-03-02T21:40:50.740Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2268 | 2026-03-02T21:40:50.887Z | Compiling futures v0.3.31 |
| 2269 | 2026-03-02T21:40:51.289Z | Compiling derive-ex v0.1.8 |
| 2270 | 2026-03-02T21:40:51.441Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2271 | 2026-03-02T21:40:51.468Z | Compiling slog-json v2.6.1 |
| 2272 | 2026-03-02T21:40:51.750Z | Compiling crossbeam-channel v0.5.15 |
| 2273 | 2026-03-02T21:40:51.942Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2274 | 2026-03-02T21:40:52.799Z | Compiling async-stream-impl v0.3.6 |
| 2275 | 2026-03-02T21:40:53.352Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2276 | 2026-03-02T21:40:54.061Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2277 | 2026-03-02T21:40:54.262Z | Compiling serde_spanned v1.0.4 |
| 2278 | 2026-03-02T21:40:54.561Z | Compiling cstr-argument v0.1.2 |
| 2279 | 2026-03-02T21:40:54.716Z | Compiling is-terminal v0.4.13 |
| 2280 | 2026-03-02T21:40:54.786Z | Compiling dropshot v0.16.7 |
| 2281 | 2026-03-02T21:40:54.867Z | Compiling pretty-hex v0.2.1 |
| 2282 | 2026-03-02T21:40:54.892Z | Compiling take_mut v0.2.2 |
| 2283 | 2026-03-02T21:40:54.965Z | Compiling term v1.1.0 |
| 2284 | 2026-03-02T21:40:55.087Z | Compiling typeid v1.0.3 |
| 2285 | 2026-03-02T21:40:55.119Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2286 | 2026-03-02T21:40:55.143Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2287 | 2026-03-02T21:40:55.166Z | Compiling crucible-workspace-hack v0.1.0 |
| 2288 | 2026-03-02T21:40:55.627Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2289 | 2026-03-02T21:40:55.672Z | Compiling slog-term v2.9.2 |
| 2290 | 2026-03-02T21:40:55.722Z | Compiling test-strategy v0.4.3 |
| 2291 | 2026-03-02T21:40:55.747Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2292 | 2026-03-02T21:40:55.865Z | Compiling tokio-rustls v0.25.0 |
| 2293 | 2026-03-02T21:40:56.391Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2294 | 2026-03-02T21:40:57.278Z | Compiling async-stream v0.3.6 |
| 2295 | 2026-03-02T21:40:57.651Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2296 | 2026-03-02T21:40:57.896Z | Compiling slog-bunyan v2.5.0 |
| 2297 | 2026-03-02T21:40:58.947Z | Compiling rayon v1.10.0 |
| 2298 | 2026-03-02T21:40:58.997Z | Compiling parse-display-derive v0.10.0 |
| 2299 | 2026-03-02T21:40:59.021Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2300 | 2026-03-02T21:40:59.232Z | Compiling colored v2.2.0 |
| 2301 | 2026-03-02T21:40:59.264Z | Compiling waitgroup v0.1.2 |
| 2302 | 2026-03-02T21:40:59.302Z | Compiling nix v0.30.1 |
| 2303 | 2026-03-02T21:40:59.542Z | Compiling rustls-pemfile v2.2.0 |
| 2304 | 2026-03-02T21:41:00.126Z | Compiling dropshot_endpoint v0.16.7 |
| 2305 | 2026-03-02T21:41:00.152Z | Compiling newtype-uuid-macros v0.1.0 |
| 2306 | 2026-03-02T21:41:00.657Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2307 | 2026-03-02T21:41:01.462Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2308 | 2026-03-02T21:41:01.547Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-03-02T21:41:01.878Z | Compiling hostname v0.4.2 |
| 2310 | 2026-03-02T21:41:01.953Z | Compiling instant v0.1.13 |
| 2311 | 2026-03-02T21:41:02.175Z | Compiling debug-ignore v1.0.5 |
| 2312 | 2026-03-02T21:41:02.200Z | Compiling backoff v0.4.0 |
| 2313 | 2026-03-02T21:41:02.530Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2314 | 2026-03-02T21:41:02.577Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2315 | 2026-03-02T21:41:02.580Z | Compiling parse-display v0.10.0 |
| 2316 | 2026-03-02T21:41:02.865Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2317 | 2026-03-02T21:41:04.535Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2318 | 2026-03-02T21:41:04.561Z | Compiling zone_cfg_derive v0.3.0 |
| 2319 | 2026-03-02T21:41:05.334Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2320 | 2026-03-02T21:41:05.830Z | Compiling progenitor-client v0.13.0 |
| 2321 | 2026-03-02T21:41:05.943Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2322 | 2026-03-02T21:41:06.422Z | Compiling progenitor-client v0.10.0 |
| 2323 | 2026-03-02T21:41:06.569Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2324 | 2026-03-02T21:41:06.902Z | Compiling camino-tempfile v1.4.1 |
| 2325 | 2026-03-02T21:41:07.111Z | Compiling itertools v0.12.1 |
| 2326 | 2026-03-02T21:41:07.442Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2327 | 2026-03-02T21:41:07.768Z | Compiling backon v1.6.0 |
| 2328 | 2026-03-02T21:41:08.301Z | Compiling regress v0.10.5 |
| 2329 | 2026-03-02T21:41:10.446Z | Compiling secrecy v0.10.3 |
| 2330 | 2026-03-02T21:41:10.682Z | Compiling num-derive v0.4.2 |
| 2331 | 2026-03-02T21:41:10.770Z | Compiling sigpipe v0.1.3 |
| 2332 | 2026-03-02T21:41:10.820Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2333 | 2026-03-02T21:41:10.959Z | Compiling libefi-sys v0.1.0 |
| 2334 | 2026-03-02T21:41:11.216Z | Compiling glob v0.3.2 |
| 2335 | 2026-03-02T21:41:11.427Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2336 | 2026-03-02T21:41:11.644Z | Compiling zone v0.3.1 |
| 2337 | 2026-03-02T21:41:12.859Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2338 | 2026-03-02T21:41:12.933Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2339 | 2026-03-02T21:41:13.419Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2340 | 2026-03-02T21:41:14.433Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-03-02T21:41:15.210Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2342 | 2026-03-02T21:41:15.891Z | Compiling erased-serde v0.4.6 |
| 2343 | 2026-03-02T21:41:17.519Z | Compiling usdt-macro v0.5.0 |
| 2344 | 2026-03-02T21:41:18.415Z | Compiling usdt-attr-macro v0.5.0 |
| 2345 | 2026-03-02T21:41:18.971Z | Compiling smf v0.2.3 |
| 2346 | 2026-03-02T21:41:20.010Z | Compiling bitfield-struct v0.6.2 |
| 2347 | 2026-03-02T21:41:20.283Z | Compiling ordered-float v2.10.1 |
| 2348 | 2026-03-02T21:41:21.022Z | Compiling blake3 v1.5.4 |
| 2349 | 2026-03-02T21:41:21.169Z | Compiling memmap v0.7.0 |
| 2350 | 2026-03-02T21:41:21.421Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-03-02T21:41:21.643Z | Compiling usdt v0.5.0 |
| 2352 | 2026-03-02T21:41:21.684Z | Compiling serde-value v0.7.0 |
| 2353 | 2026-03-02T21:41:21.790Z | Compiling serde-untagged v0.1.7 |
| 2354 | 2026-03-02T21:41:22.326Z | Compiling toml v0.8.23 |
| 2355 | 2026-03-02T21:41:22.621Z | Compiling xattr v1.3.1 |
| 2356 | 2026-03-02T21:41:22.702Z | Compiling filetime v0.2.26 |
| 2357 | 2026-03-02T21:41:22.973Z | Compiling unicode-xid v0.2.6 |
| 2358 | 2026-03-02T21:41:23.006Z | Compiling constant_time_eq v0.3.1 |
| 2359 | 2026-03-02T21:41:23.115Z | Compiling unicode-width v0.2.0 |
| 2360 | 2026-03-02T21:41:23.205Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-03-02T21:41:23.208Z | Compiling same-file v1.0.6 |
| 2362 | 2026-03-02T21:41:23.254Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-03-02T21:41:23.257Z | Compiling arrayref v0.3.9 |
| 2364 | 2026-03-02T21:41:23.408Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-03-02T21:41:23.429Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-03-02T21:41:23.510Z | Compiling walkdir v2.5.0 |
| 2367 | 2026-03-02T21:41:23.755Z | Compiling console v0.16.0 |
| 2368 | 2026-03-02T21:41:24.913Z | Compiling tar v0.4.44 |
| 2369 | 2026-03-02T21:41:25.125Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2370 | 2026-03-02T21:41:25.637Z | Compiling tokio-dtrace v0.1.0 |
| 2371 | 2026-03-02T21:41:26.215Z | Compiling gethostname v0.5.0 |
| 2372 | 2026-03-02T21:41:26.247Z | Compiling cargo-platform v0.2.0 |
| 2373 | 2026-03-02T21:41:26.489Z | Compiling unit-prefix v0.5.1 |
| 2374 | 2026-03-02T21:41:26.512Z | Compiling topological-sort v0.2.2 |
| 2375 | 2026-03-02T21:41:26.795Z | Compiling indicatif v0.18.0 |
| 2376 | 2026-03-02T21:41:26.858Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-03-02T21:41:28.120Z | Compiling cargo_metadata v0.21.0 |
| 2378 | 2026-03-02T21:41:29.247Z | Compiling oxide-tokio-rt v0.1.2 |
| 2379 | 2026-03-02T21:41:29.931Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2380 | 2026-03-02T21:41:30.304Z | Compiling shell-words v1.1.0 |
| 2381 | 2026-03-02T21:41:30.725Z | Compiling indent_write v2.2.0 |
| 2382 | 2026-03-02T21:41:34.940Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2383 | 2026-03-02T21:41:36.749Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2384 | 2026-03-02T21:41:39.790Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2385 | 2026-03-02T21:41:59.469Z | Finished `release` profile [optimized] target(s) in 5m 44s |
| 2386 | 2026-03-02T21:41:59.666Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2387 | 2026-03-02T21:41:59.733Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2388 | 2026-03-02T21:41:59.737Z | Created new build target 'test' and set it as active |
| 2389 | 2026-03-02T21:41:59.740Z | |
| 2390 | 2026-03-02T21:41:59.740Z | real 5:45.130554777 |
| 2391 | 2026-03-02T21:41:59.740Z | user 38:55.644281634 |
| 2392 | 2026-03-02T21:41:59.740Z | sys 3:50.376988788 |
| 2393 | 2026-03-02T21:41:59.740Z | trap 1.228300907 |
| 2394 | 2026-03-02T21:41:59.740Z | tflt 2.553955415 |
| 2395 | 2026-03-02T21:41:59.740Z | dflt 1.399103051 |
| 2396 | 2026-03-02T21:41:59.740Z | kflt 0.000177287 |
| 2397 | 2026-03-02T21:41:59.740Z | lock 1:50:47.072217626 |
| 2398 | 2026-03-02T21:41:59.740Z | slp 2:30:35.606566299 |
| 2399 | 2026-03-02T21:41:59.740Z | lat 2:37.991968465 |
| 2400 | 2026-03-02T21:41:59.740Z | stop 5:32.758688573 |
| 2401 | 2026-03-02T21:41:59.740Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2402 | 2026-03-02T21:42:01.187Z | Finished `release` profile [optimized] target(s) in 1.38s |
| 2403 | 2026-03-02T21:42:01.261Z | Running `target/release/omicron-package -t test package` |
| 2404 | 2026-03-02T21:42:01.324Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2405 | 2026-03-02T21:42:03.497Z | Compiling regress v0.10.5 |
| 2406 | 2026-03-02T21:42:03.502Z | Compiling heck v0.5.0 |
| 2407 | 2026-03-02T21:42:03.502Z | Compiling unsafe-libyaml v0.2.11 |
| 2408 | 2026-03-02T21:42:03.774Z | Compiling convert_case v0.4.0 |
| 2409 | 2026-03-02T21:42:03.802Z | Compiling half v2.4.1 |
| 2410 | 2026-03-02T21:42:03.802Z | Compiling ciborium-io v0.2.2 |
| 2411 | 2026-03-02T21:42:03.862Z | Compiling is-terminal v0.4.13 |
| 2412 | 2026-03-02T21:42:03.865Z | Compiling prettyplease v0.2.36 |
| 2413 | 2026-03-02T21:42:03.998Z | Compiling typify-impl v0.6.1 |
| 2414 | 2026-03-02T21:42:04.069Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2415 | 2026-03-02T21:42:04.268Z | Compiling universal-hash v0.5.1 |
| 2416 | 2026-03-02T21:42:04.418Z | Compiling derive_more v0.99.20 |
| 2417 | 2026-03-02T21:42:04.486Z | Compiling ciborium-ll v0.2.2 |
| 2418 | 2026-03-02T21:42:04.543Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2419 | 2026-03-02T21:42:05.029Z | Compiling serde_yaml v0.9.34+deprecated |
| 2420 | 2026-03-02T21:42:05.063Z | Compiling ciborium v0.2.2 |
| 2421 | 2026-03-02T21:42:05.293Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2422 | 2026-03-02T21:42:07.156Z | Compiling opaque-debug v0.3.1 |
| 2423 | 2026-03-02T21:42:07.193Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2424 | 2026-03-02T21:42:07.321Z | Compiling poly1305 v0.8.0 |
| 2425 | 2026-03-02T21:42:08.326Z | Compiling typify-impl v0.4.3 |
| 2426 | 2026-03-02T21:42:08.454Z | Compiling thiserror-no-std v2.0.2 |
| 2427 | 2026-03-02T21:42:08.755Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2428 | 2026-03-02T21:42:08.903Z | Compiling chacha20 v0.9.1 |
| 2429 | 2026-03-02T21:42:09.437Z | Compiling password-hash v0.5.0 |
| 2430 | 2026-03-02T21:42:10.035Z | Compiling blake2 v0.10.6 |
| 2431 | 2026-03-02T21:42:11.306Z | Compiling aead v0.5.2 |
| 2432 | 2026-03-02T21:42:11.688Z | Compiling swrite v0.1.0 |
| 2433 | 2026-03-02T21:42:11.719Z | Compiling chacha20poly1305 v0.10.1 |
| 2434 | 2026-03-02T21:42:11.768Z | Compiling argon2 v0.5.3 |
| 2435 | 2026-03-02T21:42:11.892Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2436 | 2026-03-02T21:42:12.006Z | Compiling vsss-rs v3.3.4 |
| 2437 | 2026-03-02T21:42:14.250Z | Compiling rustls v0.22.4 |
| 2438 | 2026-03-02T21:42:14.303Z | Compiling rustls-webpki v0.102.8 |
| 2439 | 2026-03-02T21:42:16.045Z | Compiling thread_local v1.1.8 |
| 2440 | 2026-03-02T21:42:16.578Z | Compiling bytecount v0.6.8 |
| 2441 | 2026-03-02T21:42:16.581Z | Compiling match_cfg v0.1.0 |
| 2442 | 2026-03-02T21:42:16.741Z | Compiling hostname v0.3.1 |
| 2443 | 2026-03-02T21:42:16.946Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2444 | 2026-03-02T21:42:17.479Z | Compiling typify-macro v0.6.1 |
| 2445 | 2026-03-02T21:42:18.259Z | Compiling typify-macro v0.4.3 |
| 2446 | 2026-03-02T21:42:21.208Z | Compiling typify v0.6.1 |
| 2447 | 2026-03-02T21:42:21.442Z | Compiling progenitor-impl v0.13.0 |
| 2448 | 2026-03-02T21:42:22.614Z | Compiling typify v0.4.3 |
| 2449 | 2026-03-02T21:42:23.062Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2450 | 2026-03-02T21:42:23.476Z | Compiling multer v3.1.0 |
| 2451 | 2026-03-02T21:42:23.584Z | Compiling slog-async v2.8.0 |
| 2452 | 2026-03-02T21:42:23.689Z | Compiling crossbeam-channel v0.5.15 |
| 2453 | 2026-03-02T21:42:23.769Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2454 | 2026-03-02T21:42:24.681Z | Compiling slog-json v2.6.1 |
| 2455 | 2026-03-02T21:42:24.749Z | Compiling futures-executor v0.3.31 |
| 2456 | 2026-03-02T21:42:25.087Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2457 | 2026-03-02T21:42:25.191Z | Compiling serde_spanned v1.0.4 |
| 2458 | 2026-03-02T21:42:25.243Z | Compiling take_mut v0.2.2 |
| 2459 | 2026-03-02T21:42:25.489Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2460 | 2026-03-02T21:42:25.551Z | Compiling term v1.1.0 |
| 2461 | 2026-03-02T21:42:26.019Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2462 | 2026-03-02T21:42:26.784Z | Compiling slog-term v2.9.2 |
| 2463 | 2026-03-02T21:42:26.834Z | Compiling futures v0.3.31 |
| 2464 | 2026-03-02T21:42:27.005Z | Compiling slog-bunyan v2.5.0 |
| 2465 | 2026-03-02T21:42:27.347Z | Compiling progenitor-macro v0.13.0 |
| 2466 | 2026-03-02T21:42:28.085Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2467 | 2026-03-02T21:42:28.214Z | Compiling tokio-rustls v0.25.0 |
| 2468 | 2026-03-02T21:42:28.730Z | Compiling dropshot v0.16.7 |
| 2469 | 2026-03-02T21:42:28.842Z | Compiling async-stream v0.3.6 |
| 2470 | 2026-03-02T21:42:29.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2471 | 2026-03-02T21:42:29.162Z | Compiling waitgroup v0.1.2 |
| 2472 | 2026-03-02T21:42:29.342Z | Compiling rustls-pemfile v2.2.0 |
| 2473 | 2026-03-02T21:42:29.441Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-03-02T21:42:29.760Z | Compiling hostname v0.4.2 |
| 2475 | 2026-03-02T21:42:30.038Z | Compiling instant v0.1.13 |
| 2476 | 2026-03-02T21:42:30.260Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-03-02T21:42:30.294Z | Compiling backoff v0.4.0 |
| 2478 | 2026-03-02T21:42:30.746Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2479 | 2026-03-02T21:42:34.678Z | Compiling parse-display v0.10.0 |
| 2480 | 2026-03-02T21:42:35.245Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2481 | 2026-03-02T21:42:35.514Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2482 | 2026-03-02T21:42:37.015Z | Compiling progenitor-client v0.10.0 |
| 2483 | 2026-03-02T21:42:37.636Z | Compiling progenitor-client v0.13.0 |
| 2484 | 2026-03-02T21:42:38.272Z | Compiling backon v1.6.0 |
| 2485 | 2026-03-02T21:42:38.674Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2486 | 2026-03-02T21:42:38.679Z | Compiling progenitor v0.13.0 |
| 2487 | 2026-03-02T21:42:38.990Z | Compiling macaddr v1.0.1 |
| 2488 | 2026-03-02T21:42:39.507Z | Compiling derive-where v1.5.0 |
| 2489 | 2026-03-02T21:42:40.719Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2490 | 2026-03-02T21:42:41.239Z | Compiling num-rational v0.4.2 |
| 2491 | 2026-03-02T21:42:42.892Z | Compiling num-complex v0.4.6 |
| 2492 | 2026-03-02T21:42:43.911Z | Compiling console v0.15.10 |
| 2493 | 2026-03-02T21:42:44.133Z | Compiling num v0.4.3 |
| 2494 | 2026-03-02T21:42:44.298Z | Compiling float-ord v0.3.2 |
| 2495 | 2026-03-02T21:42:44.786Z | Compiling progenitor-impl v0.11.2 |
| 2496 | 2026-03-02T21:42:44.903Z | Compiling toml v0.8.23 |
| 2497 | 2026-03-02T21:42:46.898Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2498 | 2026-03-02T21:42:50.906Z | Compiling progenitor-macro v0.11.2 |
| 2499 | 2026-03-02T21:42:58.424Z | Compiling newline-converter v0.3.0 |
| 2500 | 2026-03-02T21:42:58.714Z | Compiling progenitor-client v0.11.2 |
| 2501 | 2026-03-02T21:42:59.814Z | Compiling atomicwrites v0.4.4 |
| 2502 | 2026-03-02T21:43:00.387Z | Compiling slog-dtrace v0.3.0 |
| 2503 | 2026-03-02T21:43:00.954Z | Compiling expectorate v1.2.0 |
| 2504 | 2026-03-02T21:43:01.417Z | Compiling async-recursion v1.1.1 |
| 2505 | 2026-03-02T21:43:02.117Z | Compiling progenitor v0.11.2 |
| 2506 | 2026-03-02T21:43:02.400Z | Compiling cancel-safe-futures v0.1.5 |
| 2507 | 2026-03-02T21:43:02.874Z | Compiling owo-colors v4.2.3 |
| 2508 | 2026-03-02T21:43:03.548Z | Compiling resolv-conf v0.7.0 |
| 2509 | 2026-03-02T21:43:04.502Z | Compiling libsw-core v0.3.1 |
| 2510 | 2026-03-02T21:43:04.886Z | Compiling libsw v3.5.0 |
| 2511 | 2026-03-02T21:43:06.163Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2512 | 2026-03-02T21:43:06.500Z | Compiling linear-map v1.2.0 |
| 2513 | 2026-03-02T21:43:07.017Z | Compiling linked-hash-map v0.5.6 |
| 2514 | 2026-03-02T21:43:07.517Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2515 | 2026-03-02T21:43:07.957Z | Compiling minimal-lexical v0.2.1 |
| 2516 | 2026-03-02T21:43:08.492Z | Compiling nom v7.1.3 |
| 2517 | 2026-03-02T21:43:12.240Z | Compiling lru-cache v0.1.2 |
| 2518 | 2026-03-02T21:43:12.540Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2519 | 2026-03-02T21:43:12.749Z | Compiling unicode-xid v0.2.6 |
| 2520 | 2026-03-02T21:43:13.039Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2521 | 2026-03-02T21:43:15.386Z | Compiling globset v0.4.15 |
| 2522 | 2026-03-02T21:43:16.134Z | Compiling hickory-proto v0.24.4 |
| 2523 | 2026-03-02T21:43:16.395Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2524 | 2026-03-02T21:43:20.040Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2525 | 2026-03-02T21:43:21.833Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2526 | 2026-03-02T21:43:24.642Z | Compiling hickory-resolver v0.24.4 |
| 2527 | 2026-03-02T21:43:25.221Z | Compiling convert_case v0.7.1 |
| 2528 | 2026-03-02T21:43:26.013Z | Compiling derive_more-impl v2.0.1 |
| 2529 | 2026-03-02T21:43:27.772Z | Compiling qorb v0.4.1 |
| 2530 | 2026-03-02T21:43:28.566Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2531 | 2026-03-02T21:43:28.999Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2532 | 2026-03-02T21:43:32.937Z | Compiling pin-project-internal v1.1.6 |
| 2533 | 2026-03-02T21:43:34.865Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2534 | 2026-03-02T21:43:35.622Z | Compiling pin-project v1.1.6 |
| 2535 | 2026-03-02T21:43:35.846Z | Compiling derive_more v2.0.1 |
| 2536 | 2026-03-02T21:43:36.027Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2537 | 2026-03-02T21:43:36.426Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2538 | 2026-03-02T21:43:36.890Z | Compiling pem v3.0.5 |
| 2539 | 2026-03-02T21:43:36.939Z | Compiling snafu-derive v0.8.5 |
| 2540 | 2026-03-02T21:43:36.993Z | Compiling vte_generate_state_changes v0.1.2 |
| 2541 | 2026-03-02T21:43:37.661Z | Compiling siphasher v1.0.1 |
| 2542 | 2026-03-02T21:43:38.064Z | Compiling termtree v0.5.1 |
| 2543 | 2026-03-02T21:43:38.163Z | Compiling phf_shared v0.12.1 |
| 2544 | 2026-03-02T21:43:38.425Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2545 | 2026-03-02T21:43:38.459Z | Compiling vte v0.11.1 |
| 2546 | 2026-03-02T21:43:38.708Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2547 | 2026-03-02T21:43:39.197Z | Compiling crossterm v0.29.0 |
| 2548 | 2026-03-02T21:43:40.097Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2549 | 2026-03-02T21:43:41.267Z | Compiling snafu v0.8.5 |
| 2550 | 2026-03-02T21:43:44.390Z | Compiling olpc-cjson v0.1.4 |
| 2551 | 2026-03-02T21:43:44.828Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2552 | 2026-03-02T21:43:46.030Z | Compiling csv-core v0.1.11 |
| 2553 | 2026-03-02T21:43:46.090Z | Compiling serde_plain v1.0.2 |
| 2554 | 2026-03-02T21:43:46.723Z | Compiling typed-path v0.9.3 |
| 2555 | 2026-03-02T21:43:46.972Z | Compiling highway v1.3.0 |
| 2556 | 2026-03-02T21:43:47.060Z | Compiling chrono-tz v0.10.4 |
| 2557 | 2026-03-02T21:43:47.307Z | Compiling csv v1.3.1 |
| 2558 | 2026-03-02T21:43:47.514Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2559 | 2026-03-02T21:43:48.008Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2560 | 2026-03-02T21:43:48.616Z | Compiling strip-ansi-escapes v0.2.0 |
| 2561 | 2026-03-02T21:43:49.475Z | Compiling phf v0.12.1 |
| 2562 | 2026-03-02T21:43:49.547Z | Compiling tough v0.20.0 |
| 2563 | 2026-03-02T21:43:49.858Z | Compiling const_format_proc_macros v0.2.34 |
| 2564 | 2026-03-02T21:43:50.015Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2565 | 2026-03-02T21:43:51.116Z | Compiling papergrid v0.11.0 |
| 2566 | 2026-03-02T21:43:51.713Z | Compiling tabled_derive v0.7.0 |
| 2567 | 2026-03-02T21:43:53.822Z | Compiling fd-lock v4.0.2 |
| 2568 | 2026-03-02T21:43:53.952Z | Compiling peg-macros v0.8.5 |
| 2569 | 2026-03-02T21:43:54.867Z | Compiling nu-ansi-term v0.50.1 |
| 2570 | 2026-03-02T21:43:55.592Z | Compiling reedline v0.40.0 |
| 2571 | 2026-03-02T21:43:56.577Z | Compiling tabled v0.15.0 |
| 2572 | 2026-03-02T21:43:57.218Z | Compiling peg v0.8.5 |
| 2573 | 2026-03-02T21:43:57.392Z | Compiling const_format v0.2.34 |
| 2574 | 2026-03-02T21:43:59.085Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2575 | 2026-03-02T21:44:00.397Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2576 | 2026-03-02T21:44:03.590Z | Compiling bcs v0.1.6 |
| 2577 | 2026-03-02T21:44:04.399Z | Compiling base64 v0.21.7 |
| 2578 | 2026-03-02T21:44:04.493Z | Compiling semver v0.1.20 |
| 2579 | 2026-03-02T21:44:05.100Z | Compiling rustc_version v0.1.7 |
| 2580 | 2026-03-02T21:44:05.541Z | Compiling newtype_derive v0.1.6 |
| 2581 | 2026-03-02T21:44:05.614Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2582 | 2026-03-02T21:44:05.979Z | Compiling humantime v2.2.0 |
| 2583 | 2026-03-02T21:44:06.092Z | Compiling smawk v0.3.2 |
| 2584 | 2026-03-02T21:44:06.464Z | Compiling unicode-linebreak v0.1.5 |
| 2585 | 2026-03-02T21:44:07.005Z | Compiling textwrap v0.16.2 |
| 2586 | 2026-03-02T21:44:07.126Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2587 | 2026-03-02T21:44:07.403Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2588 | 2026-03-02T21:44:08.468Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2589 | 2026-03-02T21:44:09.244Z | Compiling colored v3.0.0 |
| 2590 | 2026-03-02T21:44:10.151Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2591 | 2026-03-02T21:44:10.803Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2592 | 2026-03-02T21:44:10.934Z | Compiling steno v0.4.1 |
| 2593 | 2026-03-02T21:44:12.441Z | Compiling utf-8 v0.7.6 |
| 2594 | 2026-03-02T21:44:12.885Z | Compiling moka v0.12.10 |
| 2595 | 2026-03-02T21:44:13.337Z | Compiling tagptr v0.2.0 |
| 2596 | 2026-03-02T21:44:16.550Z | Compiling tungstenite v0.21.0 |
| 2597 | 2026-03-02T21:44:17.228Z | Compiling hickory-resolver v0.25.2 |
| 2598 | 2026-03-02T21:44:21.369Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2599 | 2026-03-02T21:44:21.692Z | Compiling tokio-tungstenite v0.21.0 |
| 2600 | 2026-03-02T21:44:22.449Z | Compiling progenitor-impl v0.10.0 |
| 2601 | 2026-03-02T21:44:22.810Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2602 | 2026-03-02T21:44:28.533Z | Compiling progenitor-macro v0.10.0 |
| 2603 | 2026-03-02T21:44:32.238Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2604 | 2026-03-02T21:44:33.616Z | Compiling radium v0.7.0 |
| 2605 | 2026-03-02T21:44:34.240Z | Compiling tap v1.0.1 |
| 2606 | 2026-03-02T21:44:34.515Z | Compiling maybe-uninit v2.0.0 |
| 2607 | 2026-03-02T21:44:34.839Z | Compiling wyz v0.5.1 |
| 2608 | 2026-03-02T21:44:35.401Z | Compiling zerocopy-derive v0.6.6 |
| 2609 | 2026-03-02T21:44:35.814Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-03-02T21:44:36.685Z | Compiling funty v2.0.0 |
| 2611 | 2026-03-02T21:44:37.204Z | Compiling crc-catalog v2.4.0 |
| 2612 | 2026-03-02T21:44:37.432Z | Compiling packed_struct v0.10.1 |
| 2613 | 2026-03-02T21:44:37.938Z | Compiling display-error-chain v0.2.2 |
| 2614 | 2026-03-02T21:44:38.281Z | Compiling bitvec v1.0.1 |
| 2615 | 2026-03-02T21:44:39.108Z | Compiling crc v3.2.1 |
| 2616 | 2026-03-02T21:44:39.987Z | Compiling progenitor v0.10.0 |
| 2617 | 2026-03-02T21:44:40.380Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2618 | 2026-03-02T21:44:40.615Z | Compiling zerocopy v0.6.6 |
| 2619 | 2026-03-02T21:44:41.079Z | Compiling proc-macro-error2 v2.0.1 |
| 2620 | 2026-03-02T21:44:41.740Z | Compiling packed_struct_codegen v0.10.1 |
| 2621 | 2026-03-02T21:44:42.041Z | Compiling bitfield-macros v0.19.2 |
| 2622 | 2026-03-02T21:44:42.939Z | Compiling indexmap v1.9.3 |
| 2623 | 2026-03-02T21:44:43.380Z | Compiling nodrop v0.1.14 |
| 2624 | 2026-03-02T21:44:43.561Z | Compiling bitfield v0.19.2 |
| 2625 | 2026-03-02T21:44:43.592Z | Compiling array-init v0.0.4 |
| 2626 | 2026-03-02T21:44:44.194Z | Compiling smallvec v0.6.14 |
| 2627 | 2026-03-02T21:44:44.664Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2628 | 2026-03-02T21:44:44.771Z | Compiling num-derive v0.3.3 |
| 2629 | 2026-03-02T21:44:46.947Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2630 | 2026-03-02T21:44:48.538Z | Compiling hashbrown v0.12.3 |
| 2631 | 2026-03-02T21:44:49.981Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2632 | 2026-03-02T21:44:51.468Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2633 | 2026-03-02T21:44:51.504Z | Compiling libscf-sys v1.1.0 |
| 2634 | 2026-03-02T21:44:51.558Z | Compiling serde-hex v0.1.0 |
| 2635 | 2026-03-02T21:44:51.818Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-03-02T21:44:52.249Z | Compiling ron v0.8.1 |
| 2637 | 2026-03-02T21:44:57.320Z | Compiling hashbrown v0.13.2 |
| 2638 | 2026-03-02T21:44:58.210Z | Compiling vergen-gitcl v1.0.8 |
| 2639 | 2026-03-02T21:44:58.616Z | Compiling dirs-sys-next v0.1.2 |
| 2640 | 2026-03-02T21:44:58.737Z | Compiling maplit v1.0.2 |
| 2641 | 2026-03-02T21:44:58.931Z | Compiling crc-any v2.5.0 |
| 2642 | 2026-03-02T21:44:59.126Z | Compiling glob v0.3.2 |
| 2643 | 2026-03-02T21:44:59.833Z | Compiling crunchy v0.2.2 |
| 2644 | 2026-03-02T21:44:59.934Z | Compiling clang-sys v1.8.1 |
| 2645 | 2026-03-02T21:45:00.439Z | Compiling dirs-next v2.0.0 |
| 2646 | 2026-03-02T21:45:00.705Z | Compiling object v0.30.4 |
| 2647 | 2026-03-02T21:45:00.793Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2648 | 2026-03-02T21:45:01.776Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2649 | 2026-03-02T21:45:02.249Z | Compiling dsl_auto_type v0.1.2 |
| 2650 | 2026-03-02T21:45:03.403Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2651 | 2026-03-02T21:45:03.547Z | Compiling scheduled-thread-pool v0.2.7 |
| 2652 | 2026-03-02T21:45:04.976Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2653 | 2026-03-02T21:45:05.420Z | Compiling path-slash v0.1.5 |
| 2654 | 2026-03-02T21:45:05.754Z | Compiling tiny-keccak v2.0.2 |
| 2655 | 2026-03-02T21:45:06.213Z | Compiling diesel_derives v2.2.3 |
| 2656 | 2026-03-02T21:45:13.167Z | Compiling r2d2 v0.8.10 |
| 2657 | 2026-03-02T21:45:13.730Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2658 | 2026-03-02T21:45:17.615Z | Compiling term v0.7.0 |
| 2659 | 2026-03-02T21:45:18.345Z | Compiling tabled_derive v0.11.0 |
| 2660 | 2026-03-02T21:45:18.745Z | Compiling papergrid v0.17.0 |
| 2661 | 2026-03-02T21:45:20.888Z | Compiling testing_table v0.3.0 |
| 2662 | 2026-03-02T21:45:21.745Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2663 | 2026-03-02T21:45:24.559Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2664 | 2026-03-02T21:45:24.982Z | Compiling xshell-macros v0.2.7 |
| 2665 | 2026-03-02T21:45:25.098Z | Compiling bit-vec v0.6.3 |
| 2666 | 2026-03-02T21:45:25.548Z | Compiling arc-swap v1.7.1 |
| 2667 | 2026-03-02T21:45:25.612Z | Compiling bit-set v0.5.3 |
| 2668 | 2026-03-02T21:45:25.833Z | Compiling xshell v0.2.7 |
| 2669 | 2026-03-02T21:45:26.089Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2670 | 2026-03-02T21:45:26.335Z | Compiling slog-scope v4.4.0 |
| 2671 | 2026-03-02T21:45:27.202Z | Compiling tabled v0.20.0 |
| 2672 | 2026-03-02T21:45:29.339Z | Compiling ascii-canvas v3.0.0 |
| 2673 | 2026-03-02T21:45:29.860Z | Compiling diesel v2.2.12 |
| 2674 | 2026-03-02T21:45:33.116Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2675 | 2026-03-02T21:45:33.979Z | Compiling ena v0.14.3 |
| 2676 | 2026-03-02T21:45:34.460Z | Compiling libloading v0.8.5 |
| 2677 | 2026-03-02T21:45:34.928Z | Compiling bindgen v0.71.1 |
| 2678 | 2026-03-02T21:45:35.479Z | Compiling diff v0.1.13 |
| 2679 | 2026-03-02T21:45:36.056Z | Compiling regex-syntax v0.6.29 |
| 2680 | 2026-03-02T21:45:36.222Z | Compiling unicase v2.8.1 |
| 2681 | 2026-03-02T21:45:37.067Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2682 | 2026-03-02T21:45:39.630Z | Compiling lalrpop v0.19.12 |
| 2683 | 2026-03-02T21:45:41.693Z | Compiling slog-stdlog v4.1.1 |
| 2684 | 2026-03-02T21:45:42.630Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2685 | 2026-03-02T21:45:45.584Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2686 | 2026-03-02T21:45:45.623Z | Compiling cexpr v0.6.0 |
| 2687 | 2026-03-02T21:45:46.041Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2688 | 2026-03-02T21:45:46.459Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2689 | 2026-03-02T21:45:46.728Z | Compiling crc8 v0.1.1 |
| 2690 | 2026-03-02T21:45:46.855Z | Compiling slog-envlogger v2.2.0 |
| 2691 | 2026-03-02T21:45:47.100Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2692 | 2026-03-02T21:45:47.135Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2693 | 2026-03-02T21:45:47.166Z | Compiling headers-core v0.3.0 |
| 2694 | 2026-03-02T21:45:47.402Z | Compiling libxml v0.3.3 |
| 2695 | 2026-03-02T21:45:47.956Z | Compiling headers v0.4.1 |
| 2696 | 2026-03-02T21:45:48.216Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2697 | 2026-03-02T21:45:49.559Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2698 | 2026-03-02T21:45:49.976Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2699 | 2026-03-02T21:45:50.908Z | Compiling strum_macros v0.24.3 |
| 2700 | 2026-03-02T21:45:51.330Z | Compiling indoc v1.0.9 |
| 2701 | 2026-03-02T21:45:52.249Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2702 | 2026-03-02T21:45:52.659Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2703 | 2026-03-02T21:45:54.014Z | Compiling derive_builder v0.20.2 |
| 2704 | 2026-03-02T21:45:54.299Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2705 | 2026-03-02T21:45:56.571Z | Compiling oso-derive v0.27.3 |
| 2706 | 2026-03-02T21:45:57.601Z | Compiling quick-xml v0.37.2 |
| 2707 | 2026-03-02T21:45:59.262Z | Compiling half v1.8.3 |
| 2708 | 2026-03-02T21:45:59.388Z | Compiling samael v0.0.19 |
| 2709 | 2026-03-02T21:46:00.033Z | Compiling serde_cbor v0.11.2 |
| 2710 | 2026-03-02T21:46:00.210Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2711 | 2026-03-02T21:46:00.824Z | Compiling polar-core v0.27.3 |
| 2712 | 2026-03-02T21:46:02.258Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2713 | 2026-03-02T21:46:02.449Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2714 | 2026-03-02T21:46:03.763Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2715 | 2026-03-02T21:46:03.833Z | Compiling diesel-dtrace v0.4.2 |
| 2716 | 2026-03-02T21:46:04.347Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2717 | 2026-03-02T21:46:09.602Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2718 | 2026-03-02T21:46:10.005Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2719 | 2026-03-02T21:46:18.535Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2720 | 2026-03-02T21:46:19.671Z | Compiling bb8 v0.8.5 |
| 2721 | 2026-03-02T21:46:20.365Z | Compiling trait-variant v0.1.2 |
| 2722 | 2026-03-02T21:46:21.594Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2723 | 2026-03-02T21:46:22.203Z | Compiling async-bb8-diesel v0.2.1 |
| 2724 | 2026-03-02T21:46:22.505Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2725 | 2026-03-02T21:46:23.185Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2726 | 2026-03-02T21:46:23.589Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2727 | 2026-03-02T21:46:24.237Z | Compiling oso v0.27.3 |
| 2728 | 2026-03-02T21:46:26.174Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2729 | 2026-03-02T21:46:28.047Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2730 | 2026-03-02T21:46:28.557Z | Compiling fxhash v0.2.1 |
| 2731 | 2026-03-02T21:46:28.940Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2732 | 2026-03-02T21:46:29.439Z | Compiling typify-impl v0.2.0 |
| 2733 | 2026-03-02T21:46:29.466Z | Compiling kstat-rs v0.2.4 |
| 2734 | 2026-03-02T21:46:30.462Z | Compiling libz-sys v1.1.20 |
| 2735 | 2026-03-02T21:46:31.321Z | Compiling nonempty v0.12.0 |
| 2736 | 2026-03-02T21:46:31.755Z | Compiling salty v0.3.0 |
| 2737 | 2026-03-02T21:46:32.487Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2738 | 2026-03-02T21:46:37.541Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2739 | 2026-03-02T21:46:39.094Z | Compiling typify-macro v0.2.0 |
| 2740 | 2026-03-02T21:46:40.779Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2741 | 2026-03-02T21:46:42.705Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2742 | 2026-03-02T21:46:47.821Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2743 | 2026-03-02T21:46:54.368Z | Compiling nanorand v0.7.0 |
| 2744 | 2026-03-02T21:46:55.127Z | Compiling fs-err v2.11.0 |
| 2745 | 2026-03-02T21:46:56.022Z | Compiling parking_lot_core v0.8.6 |
| 2746 | 2026-03-02T21:46:56.380Z | Compiling mime_guess v2.0.5 |
| 2747 | 2026-03-02T21:46:56.808Z | Compiling flume v0.11.1 |
| 2748 | 2026-03-02T21:46:57.517Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2749 | 2026-03-02T21:46:57.556Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2750 | 2026-03-02T21:46:59.961Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2751 | 2026-03-02T21:47:03.452Z | Compiling git-stub v1.0.0 |
| 2752 | 2026-03-02T21:47:04.330Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2753 | 2026-03-02T21:47:05.831Z | Compiling git-stub-vcs v0.1.0 |
| 2754 | 2026-03-02T21:47:06.635Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2755 | 2026-03-02T21:47:24.567Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2756 | 2026-03-02T21:47:24.963Z | Compiling tabled_derive v0.10.0 |
| 2757 | 2026-03-02T21:47:27.370Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2758 | 2026-03-02T21:47:30.909Z | Compiling ignore v0.4.23 |
| 2759 | 2026-03-02T21:47:31.257Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2760 | 2026-03-02T21:47:33.927Z | Compiling papergrid v0.14.0 |
| 2761 | 2026-03-02T21:47:34.439Z | Compiling primeorder v0.13.6 |
| 2762 | 2026-03-02T21:47:35.103Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2763 | 2026-03-02T21:47:38.467Z | Compiling castaway v0.2.3 |
| 2764 | 2026-03-02T21:47:38.706Z | Compiling nibble_vec v0.1.0 |
| 2765 | 2026-03-02T21:47:38.741Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2766 | 2026-03-02T21:47:39.019Z | Compiling atty v0.2.14 |
| 2767 | 2026-03-02T21:47:39.132Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2768 | 2026-03-02T21:47:39.166Z | Compiling endian-type v0.1.2 |
| 2769 | 2026-03-02T21:47:39.222Z | Compiling parse-size v1.1.0 |
| 2770 | 2026-03-02T21:47:39.481Z | Compiling http-range v0.1.5 |
| 2771 | 2026-03-02T21:47:39.582Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2772 | 2026-03-02T21:47:39.587Z | Compiling radix_trie v0.2.1 |
| 2773 | 2026-03-02T21:47:40.275Z | Compiling compact_str v0.8.0 |
| 2774 | 2026-03-02T21:47:40.556Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2775 | 2026-03-02T21:47:42.251Z | Compiling tabled v0.18.0 |
| 2776 | 2026-03-02T21:47:42.790Z | Compiling p384 v0.13.1 |
| 2777 | 2026-03-02T21:47:43.426Z | Compiling globwalk v0.9.1 |
| 2778 | 2026-03-02T21:47:44.865Z | Compiling parking_lot v0.11.2 |
| 2779 | 2026-03-02T21:47:46.872Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2780 | 2026-03-02T21:47:47.771Z | Compiling typify v0.2.0 |
| 2781 | 2026-03-02T21:47:47.998Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2782 | 2026-03-02T21:47:48.204Z | Compiling predicates-tree v1.0.12 |
| 2783 | 2026-03-02T21:47:48.501Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2784 | 2026-03-02T21:47:51.304Z | Compiling unicode-truncate v1.1.0 |
| 2785 | 2026-03-02T21:47:51.681Z | Compiling prefix-trie v0.7.0 |
| 2786 | 2026-03-02T21:47:52.520Z | Compiling lru v0.12.5 |
| 2787 | 2026-03-02T21:47:52.726Z | Compiling vergen-git2 v1.0.7 |
| 2788 | 2026-03-02T21:47:52.942Z | Compiling instability v0.3.2 |
| 2789 | 2026-03-02T21:47:53.166Z | Compiling indoc v2.0.6 |
| 2790 | 2026-03-02T21:47:53.937Z | Compiling cassowary v0.3.0 |
| 2791 | 2026-03-02T21:47:54.072Z | Compiling hickory-server v0.25.2 |
| 2792 | 2026-03-02T21:47:55.952Z | Compiling ratatui v0.29.0 |
| 2793 | 2026-03-02T21:47:56.402Z | Compiling git2 v0.20.2 |
| 2794 | 2026-03-02T21:47:57.697Z | Compiling camino-tempfile-ext v0.3.2 |
| 2795 | 2026-03-02T21:47:59.212Z | Compiling progenitor-impl v0.8.0 |
| 2796 | 2026-03-02T21:48:02.452Z | Compiling hyper-staticfile v0.10.1 |
| 2797 | 2026-03-02T21:48:05.130Z | Compiling sled v0.34.7 |
| 2798 | 2026-03-02T21:48:05.181Z | Compiling hickory-client v0.25.2 |
| 2799 | 2026-03-02T21:48:06.988Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2800 | 2026-03-02T21:48:07.779Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2801 | 2026-03-02T21:48:08.310Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-03-02T21:48:09.951Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2803 | 2026-03-02T21:48:10.767Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2804 | 2026-03-02T21:48:15.946Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2805 | 2026-03-02T21:48:16.293Z | Compiling rand_seeder v0.4.0 |
| 2806 | 2026-03-02T21:48:16.769Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2807 | 2026-03-02T21:48:17.772Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2808 | 2026-03-02T21:48:17.804Z | Compiling lzma-sys v0.1.20 |
| 2809 | 2026-03-02T21:48:18.230Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2810 | 2026-03-02T21:48:18.585Z | Compiling corncobs v0.1.4 |
| 2811 | 2026-03-02T21:48:18.648Z | Compiling rustls v0.21.12 |
| 2812 | 2026-03-02T21:48:18.873Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2813 | 2026-03-02T21:48:19.031Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2814 | 2026-03-02T21:48:19.114Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2815 | 2026-03-02T21:48:19.435Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2816 | 2026-03-02T21:48:20.392Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2817 | 2026-03-02T21:48:21.044Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2818 | 2026-03-02T21:48:34.963Z | Compiling progenitor-macro v0.8.0 |
| 2819 | 2026-03-02T21:48:40.744Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2820 | 2026-03-02T21:48:41.667Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2821 | 2026-03-02T21:48:48.255Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2822 | 2026-03-02T21:48:53.973Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2823 | 2026-03-02T21:48:55.529Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2824 | 2026-03-02T21:48:55.969Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2825 | 2026-03-02T21:48:56.384Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2826 | 2026-03-02T21:48:56.791Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2827 | 2026-03-02T21:49:02.557Z | Compiling progenitor-client v0.8.0 |
| 2828 | 2026-03-02T21:49:03.527Z | Compiling rustls-webpki v0.101.7 |
| 2829 | 2026-03-02T21:49:05.086Z | Compiling sct v0.7.1 |
| 2830 | 2026-03-02T21:49:05.596Z | Compiling heck v0.3.3 |
| 2831 | 2026-03-02T21:49:05.828Z | Compiling secrecy v0.8.0 |
| 2832 | 2026-03-02T21:49:05.990Z | Compiling void v1.0.2 |
| 2833 | 2026-03-02T21:49:06.183Z | Compiling lzss v0.8.2 |
| 2834 | 2026-03-02T21:49:06.696Z | Compiling zone_cfg_derive v0.1.2 |
| 2835 | 2026-03-02T21:49:08.078Z | Compiling progenitor v0.8.0 |
| 2836 | 2026-03-02T21:49:08.381Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2837 | 2026-03-02T21:49:09.112Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2838 | 2026-03-02T21:49:13.101Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2839 | 2026-03-02T21:49:14.550Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2840 | 2026-03-02T21:49:19.444Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2841 | 2026-03-02T21:49:19.984Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2842 | 2026-03-02T21:49:21.056Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2843 | 2026-03-02T21:49:23.815Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2844 | 2026-03-02T21:49:24.264Z | Compiling tungstenite v0.23.0 |
| 2845 | 2026-03-02T21:49:29.999Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2846 | 2026-03-02T21:49:30.420Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2847 | 2026-03-02T21:49:30.855Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2848 | 2026-03-02T21:49:31.303Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2849 | 2026-03-02T21:49:31.727Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2850 | 2026-03-02T21:49:32.489Z | Compiling nix v0.27.1 |
| 2851 | 2026-03-02T21:49:32.951Z | Compiling serde_bytes v0.11.19 |
| 2852 | 2026-03-02T21:49:33.573Z | Compiling base64 v0.13.1 |
| 2853 | 2026-03-02T21:49:34.449Z | Compiling number_prefix v0.4.0 |
| 2854 | 2026-03-02T21:49:34.805Z | Compiling indicatif v0.17.11 |
| 2855 | 2026-03-02T21:49:35.117Z | Compiling ron v0.7.1 |
| 2856 | 2026-03-02T21:49:35.397Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2857 | 2026-03-02T21:49:40.515Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2858 | 2026-03-02T21:49:41.552Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2859 | 2026-03-02T21:49:41.586Z | Compiling tokio-tungstenite v0.23.1 |
| 2860 | 2026-03-02T21:49:42.056Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2861 | 2026-03-02T21:49:42.289Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2862 | 2026-03-02T21:49:43.930Z | Compiling xz2 v0.1.7 |
| 2863 | 2026-03-02T21:49:44.621Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2864 | 2026-03-02T21:49:53.553Z | Compiling tokio-rustls v0.24.1 |
| 2865 | 2026-03-02T21:49:54.126Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2866 | 2026-03-02T21:49:54.892Z | Compiling zone v0.1.8 |
| 2867 | 2026-03-02T21:49:58.589Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2868 | 2026-03-02T21:50:02.010Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2869 | 2026-03-02T21:50:03.345Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2870 | 2026-03-02T21:50:06.940Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2871 | 2026-03-02T21:50:33.866Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2872 | 2026-03-02T21:50:37.565Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2873 | 2026-03-02T21:50:37.621Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2874 | 2026-03-02T21:50:39.672Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2875 | 2026-03-02T21:50:40.102Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2876 | 2026-03-02T21:50:46.102Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2877 | 2026-03-02T21:50:50.198Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2878 | 2026-03-02T21:50:53.413Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2879 | 2026-03-02T21:50:58.960Z | Compiling rustls-pemfile v1.0.4 |
| 2880 | 2026-03-02T21:50:58.960Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2881 | 2026-03-02T21:50:59.222Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2882 | 2026-03-02T21:50:59.492Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2883 | 2026-03-02T21:50:59.650Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2884 | 2026-03-02T21:51:01.375Z | Compiling signal-hook-tokio v0.3.1 |
| 2885 | 2026-03-02T21:51:01.684Z | Compiling yasna v0.5.2 |
| 2886 | 2026-03-02T21:51:01.837Z | Compiling twox-hash v2.1.0 |
| 2887 | 2026-03-02T21:51:02.573Z | Compiling is_ci v1.2.0 |
| 2888 | 2026-03-02T21:51:02.941Z | Compiling rcgen v0.12.1 |
| 2889 | 2026-03-02T21:51:02.972Z | Compiling supports-color v3.0.2 |
| 2890 | 2026-03-02T21:51:05.140Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2891 | 2026-03-02T21:51:08.063Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2892 | 2026-03-02T21:51:14.994Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2893 | 2026-03-02T21:51:17.866Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2894 | 2026-03-02T21:51:38.434Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2895 | 2026-03-02T21:51:38.471Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2896 | 2026-03-02T21:51:46.572Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2897 | 2026-03-02T21:51:50.500Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2898 | 2026-03-02T21:52:10.068Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2899 | 2026-03-02T21:52:11.517Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2900 | 2026-03-02T21:52:14.487Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2901 | 2026-03-02T21:52:14.905Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2902 | 2026-03-02T21:52:15.349Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2903 | 2026-03-02T21:52:20.652Z | Compiling progenitor-extras v0.1.0 |
| 2904 | 2026-03-02T21:52:21.180Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2905 | 2026-03-02T21:52:21.539Z | Compiling fatfs v0.3.6 |
| 2906 | 2026-03-02T21:52:24.516Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2907 | 2026-03-02T21:52:28.680Z | Compiling subprocess v0.2.9 |
| 2908 | 2026-03-02T21:52:33.463Z | Compiling rtoolbox v0.0.2 |
| 2909 | 2026-03-02T21:52:33.971Z | Compiling assert_matches v1.5.0 |
| 2910 | 2026-03-02T21:52:34.172Z | Compiling seq-macro v0.3.6 |
| 2911 | 2026-03-02T21:52:34.292Z | Compiling rpassword v7.4.0 |
| 2912 | 2026-03-02T21:52:34.822Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2913 | 2026-03-02T21:52:37.312Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2914 | 2026-03-02T21:52:46.922Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2915 | 2026-03-02T21:53:00.873Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2916 | 2026-03-02T21:53:06.455Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2917 | 2026-03-02T21:53:06.687Z | Compiling tui-tree-widget v0.23.1 |
| 2918 | 2026-03-02T21:53:07.258Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-03-02T21:53:16.794Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2920 | 2026-03-02T21:53:17.742Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2921 | 2026-03-02T21:53:18.123Z | Compiling uzers v0.12.1 |
| 2922 | 2026-03-02T21:53:21.547Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2923 | 2026-03-02T21:53:23.800Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2924 | 2026-03-02T21:53:29.609Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2925 | 2026-03-02T21:53:49.827Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2926 | 2026-03-02T21:54:04.261Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2927 | 2026-03-02T21:54:08.436Z | Compiling support-bundle-viewer v0.1.2 |
| 2928 | 2026-03-02T21:54:09.117Z | Compiling multimap v0.10.1 |
| 2929 | 2026-03-02T21:56:44.658Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2930 | 2026-03-02T21:56:45.383Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2931 | 2026-03-02T22:08:22.285Z | Finished `release` profile [optimized] target(s) in 26m 20s |
| 2932 | 2026-03-02T22:09:24.543Z | |
| 2933 | 2026-03-02T22:09:24.547Z | real 27:24.676335222 |
| 2934 | 2026-03-02T22:09:24.547Z | user 3:14:44.118981249 |
| 2935 | 2026-03-02T22:09:24.547Z | sys 5:22.054591859 |
| 2936 | 2026-03-02T22:09:24.547Z | trap 5.474970201 |
| 2937 | 2026-03-02T22:09:24.547Z | tflt 2.494133642 |
| 2938 | 2026-03-02T22:09:24.547Z | dflt 6.800859869 |
| 2939 | 2026-03-02T22:09:24.547Z | kflt 0.002967769 |
| 2940 | 2026-03-02T22:09:24.547Z | lock 12:58:57.486434267 |
| 2941 | 2026-03-02T22:09:24.547Z | slp 9:32:39.904448632 |
| 2942 | 2026-03-02T22:09:24.547Z | lat 5:00.886918435 |
| 2943 | 2026-03-02T22:09:24.547Z | stop 5:02.438194263 |
| 2944 | 2026-03-02T22:09:24.547Z | + mapfile -t packages |
| 2945 | 2026-03-02T22:09:24.547Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2946 | 2026-03-02T22:09:26.123Z | Finished `release` profile [optimized] target(s) in 1.51s |
| 2947 | 2026-03-02T22:09:26.199Z | Running `target/release/omicron-package -t test list-outputs` |
| 2948 | 2026-03-02T22:09:26.266Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2949 | 2026-03-02T22:09:26.269Z | + ptime -m cargo build --locked --release -p xtask |
| 2950 | 2026-03-02T22:09:27.183Z | Compiling syn v2.0.117 |
| 2951 | 2026-03-02T22:09:27.183Z | Compiling serde_core v1.0.228 |
| 2952 | 2026-03-02T22:09:27.187Z | Compiling serde v1.0.228 |
| 2953 | 2026-03-02T22:09:27.187Z | Compiling bitflags v2.9.4 |
| 2954 | 2026-03-02T22:09:27.187Z | Compiling serde_json v1.0.149 |
| 2955 | 2026-03-02T22:09:27.187Z | Compiling libc v0.2.180 |
| 2956 | 2026-03-02T22:09:27.301Z | Compiling num-traits v0.2.19 |
| 2957 | 2026-03-02T22:09:27.356Z | Compiling rustix v0.38.37 |
| 2958 | 2026-03-02T22:09:27.716Z | Compiling smallvec v1.15.1 |
| 2959 | 2026-03-02T22:09:27.936Z | Compiling hashbrown v0.16.1 |
| 2960 | 2026-03-02T22:09:28.191Z | Compiling usdt-impl v0.5.0 |
| 2961 | 2026-03-02T22:09:28.218Z | Compiling syn v1.0.109 |
| 2962 | 2026-03-02T22:09:28.926Z | Compiling getrandom v0.3.4 |
| 2963 | 2026-03-02T22:09:29.107Z | Compiling thread-id v4.2.2 |
| 2964 | 2026-03-02T22:09:29.272Z | Compiling log v0.4.29 |
| 2965 | 2026-03-02T22:09:29.491Z | Compiling indexmap v2.13.0 |
| 2966 | 2026-03-02T22:09:29.531Z | Compiling rustix v1.1.3 |
| 2967 | 2026-03-02T22:09:29.709Z | Compiling percent-encoding v2.3.2 |
| 2968 | 2026-03-02T22:09:30.327Z | Compiling ordered-float v2.10.1 |
| 2969 | 2026-03-02T22:09:30.699Z | Compiling form_urlencoded v1.2.2 |
| 2970 | 2026-03-02T22:09:30.702Z | Compiling terminal_size v0.4.0 |
| 2971 | 2026-03-02T22:09:31.417Z | Compiling fs-err v3.1.1 |
| 2972 | 2026-03-02T22:09:31.469Z | Compiling heck v0.4.1 |
| 2973 | 2026-03-02T22:09:31.822Z | Compiling once_cell v1.21.3 |
| 2974 | 2026-03-02T22:09:31.894Z | Compiling anyhow v1.0.99 |
| 2975 | 2026-03-02T22:09:32.354Z | Compiling clap_builder v4.5.48 |
| 2976 | 2026-03-02T22:09:33.191Z | Compiling tempfile v3.24.0 |
| 2977 | 2026-03-02T22:09:34.438Z | Compiling proc-macro-error v1.0.4 |
| 2978 | 2026-03-02T22:09:34.574Z | Compiling synstructure v0.13.1 |
| 2979 | 2026-03-02T22:09:35.031Z | Compiling textwrap v0.16.2 |
| 2980 | 2026-03-02T22:09:35.103Z | Compiling camino-tempfile v1.4.1 |
| 2981 | 2026-03-02T22:09:35.982Z | Compiling tabled_derive v0.7.0 |
| 2982 | 2026-03-02T22:09:37.322Z | Compiling serde_derive v1.0.228 |
| 2983 | 2026-03-02T22:09:37.421Z | Compiling thiserror-impl v2.0.18 |
| 2984 | 2026-03-02T22:09:37.439Z | Compiling zerofrom-derive v0.1.4 |
| 2985 | 2026-03-02T22:09:37.445Z | Compiling yoke-derive v0.7.4 |
| 2986 | 2026-03-02T22:09:37.544Z | Compiling zerovec-derive v0.10.3 |
| 2987 | 2026-03-02T22:09:37.984Z | Compiling displaydoc v0.2.5 |
| 2988 | 2026-03-02T22:09:39.531Z | Compiling thiserror-impl v1.0.69 |
| 2989 | 2026-03-02T22:09:39.774Z | Compiling zerocopy-derive v0.7.35 |
| 2990 | 2026-03-02T22:09:39.919Z | Compiling icu_provider_macros v1.5.0 |
| 2991 | 2026-03-02T22:09:40.299Z | Compiling zerofrom v0.1.4 |
| 2992 | 2026-03-02T22:09:40.342Z | Compiling thiserror v2.0.18 |
| 2993 | 2026-03-02T22:09:40.564Z | Compiling yoke v0.7.4 |
| 2994 | 2026-03-02T22:09:40.612Z | Compiling pest v2.8.2 |
| 2995 | 2026-03-02T22:09:40.995Z | Compiling zerovec v0.10.4 |
| 2996 | 2026-03-02T22:09:41.271Z | Compiling scroll_derive v0.12.0 |
| 2997 | 2026-03-02T22:09:41.674Z | Compiling zerocopy v0.7.35 |
| 2998 | 2026-03-02T22:09:42.234Z | Compiling thiserror v1.0.69 |
| 2999 | 2026-03-02T22:09:42.629Z | Compiling scroll v0.12.0 |
| 3000 | 2026-03-02T22:09:43.342Z | Compiling tinystr v0.7.6 |
| 3001 | 2026-03-02T22:09:43.643Z | Compiling pest_meta v2.8.2 |
| 3002 | 2026-03-02T22:09:43.886Z | Compiling icu_locid v1.5.0 |
| 3003 | 2026-03-02T22:09:44.226Z | Compiling icu_collections v1.5.0 |
| 3004 | 2026-03-02T22:09:45.534Z | Compiling icu_provider v1.5.0 |
| 3005 | 2026-03-02T22:09:45.867Z | Compiling pest_generator v2.8.2 |
| 3006 | 2026-03-02T22:09:47.004Z | Compiling icu_locid_transform v1.5.0 |
| 3007 | 2026-03-02T22:09:47.362Z | Compiling serde_spanned v0.6.9 |
| 3008 | 2026-03-02T22:09:47.404Z | Compiling toml_datetime v0.6.11 |
| 3009 | 2026-03-02T22:09:47.592Z | Compiling pest_derive v2.8.2 |
| 3010 | 2026-03-02T22:09:47.695Z | Compiling dof v0.3.0 |
| 3011 | 2026-03-02T22:09:47.831Z | Compiling erased-serde v0.4.6 |
| 3012 | 2026-03-02T22:09:48.304Z | Compiling toml_edit v0.22.27 |
| 3013 | 2026-03-02T22:09:48.471Z | Compiling dtrace-parser v0.2.0 |
| 3014 | 2026-03-02T22:09:48.582Z | Compiling icu_properties v1.5.1 |
| 3015 | 2026-03-02T22:09:50.090Z | Compiling serde_tokenstream v0.2.3 |
| 3016 | 2026-03-02T22:09:50.804Z | Compiling goblin v0.8.2 |
| 3017 | 2026-03-02T22:09:50.846Z | Compiling serde-untagged v0.1.7 |
| 3018 | 2026-03-02T22:09:51.717Z | Compiling serde-value v0.7.0 |
| 3019 | 2026-03-02T22:09:53.049Z | Compiling icu_normalizer v1.5.0 |
| 3020 | 2026-03-02T22:09:53.435Z | Compiling toml v0.8.23 |
| 3021 | 2026-03-02T22:09:55.034Z | Compiling idna_adapter v1.2.0 |
| 3022 | 2026-03-02T22:09:55.333Z | Compiling idna v1.0.3 |
| 3023 | 2026-03-02T22:09:57.847Z | Compiling url v2.5.4 |
| 3024 | 2026-03-02T22:09:58.528Z | Compiling usdt-attr-macro v0.5.0 |
| 3025 | 2026-03-02T22:09:59.496Z | Compiling cargo-util-schemas v0.8.2 |
| 3026 | 2026-03-02T22:10:00.761Z | Compiling usdt-macro v0.5.0 |
| 3027 | 2026-03-02T22:10:02.078Z | Compiling cargo-platform v0.2.0 |
| 3028 | 2026-03-02T22:10:03.336Z | Compiling clap_derive v4.5.47 |
| 3029 | 2026-03-02T22:10:03.397Z | Compiling cargo_metadata v0.21.0 |
| 3030 | 2026-03-02T22:10:03.891Z | Compiling usdt v0.5.0 |
| 3031 | 2026-03-02T22:10:05.315Z | Compiling cargo_toml v0.21.0 |
| 3032 | 2026-03-02T22:10:05.351Z | Compiling macaddr v1.0.1 |
| 3033 | 2026-03-02T22:10:06.015Z | Compiling tabled v0.15.0 |
| 3034 | 2026-03-02T22:10:07.732Z | Compiling clap v4.5.48 |
| 3035 | 2026-03-02T22:10:19.363Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3036 | 2026-03-02T22:10:25.645Z | Finished `release` profile [optimized] target(s) in 59.30s |
| 3037 | 2026-03-02T22:10:25.814Z | |
| 3038 | 2026-03-02T22:10:25.818Z | real 59.497576924 |
| 3039 | 2026-03-02T22:10:25.818Z | user 6:30.758802919 |
| 3040 | 2026-03-02T22:10:25.818Z | sys 30.932745024 |
| 3041 | 2026-03-02T22:10:25.818Z | trap 0.219801230 |
| 3042 | 2026-03-02T22:10:25.818Z | tflt 0.399875577 |
| 3043 | 2026-03-02T22:10:25.818Z | dflt 0.413939880 |
| 3044 | 2026-03-02T22:10:25.818Z | kflt 0.000012719 |
| 3045 | 2026-03-02T22:10:25.818Z | lock 18:53.384267340 |
| 3046 | 2026-03-02T22:10:25.818Z | slp 21:42.136923167 |
| 3047 | 2026-03-02T22:10:25.818Z | lat 25.952993775 |
| 3048 | 2026-03-02T22:10:25.818Z | stop 36.584554016 |
| 3049 | 2026-03-02T22:10:25.818Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3050 | 2026-03-02T22:10:25.818Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3051 | 2026-03-02T22:10:25.818Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3052 | 2026-03-02T22:10:25.818Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3053 | 2026-03-02T22:10:25.818Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3054 | 2026-03-02T22:10:27.437Z | Compiling regress v0.10.5 |
| 3055 | 2026-03-02T22:10:27.619Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3056 | 2026-03-02T22:10:27.622Z | Compiling match_cfg v0.1.0 |
| 3057 | 2026-03-02T22:10:27.622Z | Compiling structmeta-derive v0.3.0 |
| 3058 | 2026-03-02T22:10:27.644Z | Compiling rustls v0.22.4 |
| 3059 | 2026-03-02T22:10:27.664Z | Compiling rustls-webpki v0.102.8 |
| 3060 | 2026-03-02T22:10:27.684Z | Compiling newtype-uuid-macros v0.1.0 |
| 3061 | 2026-03-02T22:10:27.704Z | Compiling multer v3.1.0 |
| 3062 | 2026-03-02T22:10:27.773Z | Compiling hostname v0.3.1 |
| 3063 | 2026-03-02T22:10:28.018Z | Compiling debug-ignore v1.0.5 |
| 3064 | 2026-03-02T22:10:28.104Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3065 | 2026-03-02T22:10:28.204Z | Compiling slog-json v2.6.1 |
| 3066 | 2026-03-02T22:10:28.235Z | Compiling async-stream-impl v0.3.6 |
| 3067 | 2026-03-02T22:10:28.239Z | Compiling serde_spanned v1.0.4 |
| 3068 | 2026-03-02T22:10:28.610Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3069 | 2026-03-02T22:10:29.298Z | Compiling dropshot v0.16.7 |
| 3070 | 2026-03-02T22:10:29.524Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3071 | 2026-03-02T22:10:29.551Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3072 | 2026-03-02T22:10:29.598Z | Compiling async-stream v0.3.6 |
| 3073 | 2026-03-02T22:10:29.626Z | Compiling slog-bunyan v2.5.0 |
| 3074 | 2026-03-02T22:10:29.898Z | Compiling itertools v0.14.0 |
| 3075 | 2026-03-02T22:10:29.922Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3076 | 2026-03-02T22:10:30.042Z | Compiling waitgroup v0.1.2 |
| 3077 | 2026-03-02T22:10:30.318Z | Compiling rustls-pemfile v2.2.0 |
| 3078 | 2026-03-02T22:10:30.359Z | Compiling structmeta v0.3.0 |
| 3079 | 2026-03-02T22:10:30.741Z | Compiling dropshot_endpoint v0.16.7 |
| 3080 | 2026-03-02T22:10:30.838Z | Compiling serde_path_to_error v0.1.20 |
| 3081 | 2026-03-02T22:10:30.881Z | Compiling hostname v0.4.2 |
| 3082 | 2026-03-02T22:10:31.167Z | Compiling derive-ex v0.1.8 |
| 3083 | 2026-03-02T22:10:31.238Z | Compiling progenitor-client v0.13.0 |
| 3084 | 2026-03-02T22:10:31.649Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3085 | 2026-03-02T22:10:31.856Z | Compiling macaddr v1.0.1 |
| 3086 | 2026-03-02T22:10:31.926Z | Compiling progenitor-client v0.10.0 |
| 3087 | 2026-03-02T22:10:32.386Z | Compiling instant v0.1.13 |
| 3088 | 2026-03-02T22:10:32.542Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3089 | 2026-03-02T22:10:32.604Z | Compiling parse-display-derive v0.10.0 |
| 3090 | 2026-03-02T22:10:33.026Z | Compiling backoff v0.4.0 |
| 3091 | 2026-03-02T22:10:33.335Z | Compiling tokio-rustls v0.25.0 |
| 3092 | 2026-03-02T22:10:33.392Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3093 | 2026-03-02T22:10:33.468Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3094 | 2026-03-02T22:10:33.647Z | Compiling backon v1.6.0 |
| 3095 | 2026-03-02T22:10:33.818Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3096 | 2026-03-02T22:10:34.089Z | Compiling proc-macro-crate v1.3.1 |
| 3097 | 2026-03-02T22:10:34.308Z | Compiling crucible-workspace-hack v0.1.0 |
| 3098 | 2026-03-02T22:10:34.745Z | Compiling proc-macro-error v1.0.4 |
| 3099 | 2026-03-02T22:10:35.070Z | Compiling num_enum_derive v0.5.11 |
| 3100 | 2026-03-02T22:10:35.453Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3101 | 2026-03-02T22:10:35.544Z | Compiling test-strategy v0.4.3 |
| 3102 | 2026-03-02T22:10:35.702Z | Compiling heapless v0.8.0 |
| 3103 | 2026-03-02T22:10:35.903Z | Compiling unsafe-libyaml v0.2.11 |
| 3104 | 2026-03-02T22:10:36.342Z | Compiling ingot-macros v0.1.1 |
| 3105 | 2026-03-02T22:10:36.734Z | Compiling hash32 v0.3.1 |
| 3106 | 2026-03-02T22:10:36.762Z | Compiling parse-display v0.10.0 |
| 3107 | 2026-03-02T22:10:37.051Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3108 | 2026-03-02T22:10:37.378Z | Compiling serde_yaml v0.9.34+deprecated |
| 3109 | 2026-03-02T22:10:37.406Z | Compiling smoltcp v0.11.0 |
| 3110 | 2026-03-02T22:10:37.607Z | Compiling num_enum v0.5.11 |
| 3111 | 2026-03-02T22:10:37.820Z | Compiling tabwriter v1.4.0 |
| 3112 | 2026-03-02T22:10:37.823Z | Compiling foreign-types-macros v0.2.3 |
| 3113 | 2026-03-02T22:10:38.187Z | Compiling foreign-types-shared v0.3.1 |
| 3114 | 2026-03-02T22:10:38.337Z | Compiling cobs v0.2.3 |
| 3115 | 2026-03-02T22:10:38.594Z | Compiling postcard v1.0.10 |
| 3116 | 2026-03-02T22:10:38.884Z | Compiling nix v0.30.1 |
| 3117 | 2026-03-02T22:10:39.130Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3118 | 2026-03-02T22:10:39.228Z | Compiling foreign-types v0.5.0 |
| 3119 | 2026-03-02T22:10:39.298Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3120 | 2026-03-02T22:10:39.387Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3121 | 2026-03-02T22:10:39.794Z | Compiling secrecy v0.10.3 |
| 3122 | 2026-03-02T22:10:40.133Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3123 | 2026-03-02T22:10:40.163Z | Compiling cstr-argument v0.1.2 |
| 3124 | 2026-03-02T22:10:40.271Z | Compiling rayon-core v1.12.1 |
| 3125 | 2026-03-02T22:10:40.424Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3126 | 2026-03-02T22:10:40.474Z | Compiling pretty-hex v0.2.1 |
| 3127 | 2026-03-02T22:10:40.623Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3128 | 2026-03-02T22:10:40.700Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3129 | 2026-03-02T22:10:40.761Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3130 | 2026-03-02T22:10:40.905Z | Compiling crossbeam-deque v0.8.5 |
| 3131 | 2026-03-02T22:10:41.012Z | Compiling colored v2.2.0 |
| 3132 | 2026-03-02T22:10:41.088Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3133 | 2026-03-02T22:10:41.197Z | Compiling camino-tempfile v1.4.1 |
| 3134 | 2026-03-02T22:10:41.847Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3135 | 2026-03-02T22:10:42.022Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3136 | 2026-03-02T22:10:42.502Z | Compiling rayon v1.10.0 |
| 3137 | 2026-03-02T22:10:42.908Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3138 | 2026-03-02T22:10:42.999Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3139 | 2026-03-02T22:10:43.134Z | Compiling zone_cfg_derive v0.3.0 |
| 3140 | 2026-03-02T22:10:43.600Z | Compiling ingot-types v0.1.2 |
| 3141 | 2026-03-02T22:10:43.693Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3142 | 2026-03-02T22:10:44.141Z | Compiling itertools v0.12.1 |
| 3143 | 2026-03-02T22:10:44.408Z | Compiling smf v0.2.3 |
| 3144 | 2026-03-02T22:10:44.607Z | Compiling ingot v0.1.1 |
| 3145 | 2026-03-02T22:10:44.693Z | Compiling num-derive v0.4.2 |
| 3146 | 2026-03-02T22:10:45.614Z | Compiling sigpipe v0.1.3 |
| 3147 | 2026-03-02T22:10:45.748Z | Compiling glob v0.3.2 |
| 3148 | 2026-03-02T22:10:45.809Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3149 | 2026-03-02T22:10:46.284Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3150 | 2026-03-02T22:10:46.791Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3151 | 2026-03-02T22:10:47.113Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3152 | 2026-03-02T22:10:47.143Z | Compiling zone v0.3.1 |
| 3153 | 2026-03-02T22:10:47.247Z | Compiling toml v0.8.23 |
| 3154 | 2026-03-02T22:10:47.295Z | Compiling convert_case v0.4.0 |
| 3155 | 2026-03-02T22:10:48.029Z | Compiling universal-hash v0.5.1 |
| 3156 | 2026-03-02T22:10:48.157Z | Compiling opaque-debug v0.3.1 |
| 3157 | 2026-03-02T22:10:48.197Z | Compiling derive_more v0.99.20 |
| 3158 | 2026-03-02T22:10:48.297Z | Compiling half v2.4.1 |
| 3159 | 2026-03-02T22:10:48.325Z | Compiling ciborium-io v0.2.2 |
| 3160 | 2026-03-02T22:10:48.508Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3161 | 2026-03-02T22:10:48.816Z | Compiling ciborium-ll v0.2.2 |
| 3162 | 2026-03-02T22:10:48.845Z | Compiling aead v0.5.2 |
| 3163 | 2026-03-02T22:10:48.874Z | Compiling poly1305 v0.8.0 |
| 3164 | 2026-03-02T22:10:48.901Z | Compiling chacha20 v0.9.1 |
| 3165 | 2026-03-02T22:10:49.281Z | Compiling ciborium v0.2.2 |
| 3166 | 2026-03-02T22:10:49.313Z | Compiling typify-impl v0.6.1 |
| 3167 | 2026-03-02T22:10:49.340Z | Compiling typify-impl v0.4.3 |
| 3168 | 2026-03-02T22:10:49.437Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3169 | 2026-03-02T22:10:50.637Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3170 | 2026-03-02T22:10:50.701Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3171 | 2026-03-02T22:10:51.281Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3172 | 2026-03-02T22:10:51.426Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3173 | 2026-03-02T22:10:51.749Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3174 | 2026-03-02T22:10:53.592Z | Compiling thiserror-no-std v2.0.2 |
| 3175 | 2026-03-02T22:10:53.789Z | Compiling num-rational v0.4.2 |
| 3176 | 2026-03-02T22:10:54.626Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3177 | 2026-03-02T22:10:54.959Z | Compiling password-hash v0.5.0 |
| 3178 | 2026-03-02T22:10:55.974Z | Compiling blake2 v0.10.6 |
| 3179 | 2026-03-02T22:10:56.630Z | Compiling num-complex v0.4.6 |
| 3180 | 2026-03-02T22:10:57.007Z | Compiling indent_write v2.2.0 |
| 3181 | 2026-03-02T22:10:57.088Z | Compiling argon2 v0.5.3 |
| 3182 | 2026-03-02T22:10:57.305Z | Compiling vsss-rs v3.3.4 |
| 3183 | 2026-03-02T22:10:57.424Z | Compiling chacha20poly1305 v0.10.1 |
| 3184 | 2026-03-02T22:10:57.691Z | Compiling num v0.4.3 |
| 3185 | 2026-03-02T22:10:57.721Z | Compiling float-ord v0.3.2 |
| 3186 | 2026-03-02T22:10:57.854Z | Compiling prettyplease v0.2.36 |
| 3187 | 2026-03-02T22:10:57.971Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3188 | 2026-03-02T22:10:58.353Z | Compiling gethostname v0.5.0 |
| 3189 | 2026-03-02T22:10:58.594Z | Compiling usdt-macro v0.5.0 |
| 3190 | 2026-03-02T22:11:00.198Z | Compiling usdt-attr-macro v0.5.0 |
| 3191 | 2026-03-02T22:11:00.227Z | Compiling derive-where v1.5.0 |
| 3192 | 2026-03-02T22:11:00.684Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3193 | 2026-03-02T22:11:01.707Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3194 | 2026-03-02T22:11:01.747Z | Compiling typify-macro v0.4.3 |
| 3195 | 2026-03-02T22:11:01.777Z | Compiling typify-macro v0.6.1 |
| 3196 | 2026-03-02T22:11:01.836Z | Compiling atomicwrites v0.4.4 |
| 3197 | 2026-03-02T22:11:01.927Z | Compiling usdt v0.5.0 |
| 3198 | 2026-03-02T22:11:01.957Z | Compiling owo-colors v4.2.3 |
| 3199 | 2026-03-02T22:11:02.239Z | Compiling cancel-safe-futures v0.1.5 |
| 3200 | 2026-03-02T22:11:02.508Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3201 | 2026-03-02T22:11:02.740Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3202 | 2026-03-02T22:11:02.769Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3203 | 2026-03-02T22:11:02.972Z | Compiling console v0.15.10 |
| 3204 | 2026-03-02T22:11:03.425Z | Compiling resolv-conf v0.7.0 |
| 3205 | 2026-03-02T22:11:04.206Z | Compiling libsw-core v0.3.1 |
| 3206 | 2026-03-02T22:11:04.389Z | Compiling async-recursion v1.1.1 |
| 3207 | 2026-03-02T22:11:04.573Z | Compiling libsw v3.5.0 |
| 3208 | 2026-03-02T22:11:04.923Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3209 | 2026-03-02T22:11:05.789Z | Compiling progenitor-client v0.11.2 |
| 3210 | 2026-03-02T22:11:05.824Z | Compiling typify v0.4.3 |
| 3211 | 2026-03-02T22:11:05.915Z | Compiling typify v0.6.1 |
| 3212 | 2026-03-02T22:11:06.037Z | Compiling progenitor-impl v0.11.2 |
| 3213 | 2026-03-02T22:11:06.069Z | Compiling libefi-sys v0.1.0 |
| 3214 | 2026-03-02T22:11:06.130Z | Compiling linear-map v1.2.0 |
| 3215 | 2026-03-02T22:11:06.161Z | Compiling progenitor-impl v0.13.0 |
| 3216 | 2026-03-02T22:11:06.442Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3217 | 2026-03-02T22:11:06.513Z | Compiling hickory-proto v0.24.4 |
| 3218 | 2026-03-02T22:11:06.540Z | Compiling newline-converter v0.3.0 |
| 3219 | 2026-03-02T22:11:06.767Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3220 | 2026-03-02T22:11:07.322Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3221 | 2026-03-02T22:11:08.557Z | Compiling bitfield-struct v0.6.2 |
| 3222 | 2026-03-02T22:11:09.491Z | Compiling linked-hash-map v0.5.6 |
| 3223 | 2026-03-02T22:11:09.931Z | Compiling semver v0.1.20 |
| 3224 | 2026-03-02T22:11:10.094Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3225 | 2026-03-02T22:11:10.685Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-03-02T22:11:10.864Z | Compiling lru-cache v0.1.2 |
| 3227 | 2026-03-02T22:11:11.160Z | Compiling expectorate v1.2.0 |
| 3228 | 2026-03-02T22:11:11.233Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3229 | 2026-03-02T22:11:11.494Z | Compiling pin-project-internal v1.1.6 |
| 3230 | 2026-03-02T22:11:11.928Z | Compiling slog-dtrace v0.3.0 |
| 3231 | 2026-03-02T22:11:12.355Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3232 | 2026-03-02T22:11:12.540Z | Compiling siphasher v1.0.1 |
| 3233 | 2026-03-02T22:11:13.024Z | Compiling minimal-lexical v0.2.1 |
| 3234 | 2026-03-02T22:11:13.368Z | Compiling progenitor-macro v0.13.0 |
| 3235 | 2026-03-02T22:11:13.453Z | Compiling progenitor-macro v0.11.2 |
| 3236 | 2026-03-02T22:11:13.622Z | Compiling nom v7.1.3 |
| 3237 | 2026-03-02T22:11:14.417Z | Compiling pin-project v1.1.6 |
| 3238 | 2026-03-02T22:11:14.628Z | Compiling phf_shared v0.12.1 |
| 3239 | 2026-03-02T22:11:14.877Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3240 | 2026-03-02T22:11:14.959Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3241 | 2026-03-02T22:11:15.168Z | Compiling hickory-resolver v0.24.4 |
| 3242 | 2026-03-02T22:11:15.879Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3243 | 2026-03-02T22:11:16.353Z | Compiling newtype_derive v0.1.6 |
| 3244 | 2026-03-02T22:11:16.777Z | Compiling tokio-dtrace v0.1.0 |
| 3245 | 2026-03-02T22:11:17.281Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3246 | 2026-03-02T22:11:17.284Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3247 | 2026-03-02T22:11:18.095Z | Compiling pem v3.0.5 |
| 3248 | 2026-03-02T22:11:18.461Z | Compiling snafu-derive v0.8.5 |
| 3249 | 2026-03-02T22:11:18.867Z | Compiling csv-core v0.1.11 |
| 3250 | 2026-03-02T22:11:19.487Z | Compiling base64 v0.21.7 |
| 3251 | 2026-03-02T22:11:20.229Z | Compiling xshell-macros v0.2.7 |
| 3252 | 2026-03-02T22:11:20.976Z | Compiling chrono-tz v0.10.4 |
| 3253 | 2026-03-02T22:11:21.087Z | Compiling same-file v1.0.6 |
| 3254 | 2026-03-02T22:11:21.274Z | Compiling highway v1.3.0 |
| 3255 | 2026-03-02T22:11:21.407Z | Compiling walkdir v2.5.0 |
| 3256 | 2026-03-02T22:11:21.435Z | Compiling const_format_proc_macros v0.2.34 |
| 3257 | 2026-03-02T22:11:22.147Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3258 | 2026-03-02T22:11:22.170Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3259 | 2026-03-02T22:11:22.650Z | Compiling xshell v0.2.7 |
| 3260 | 2026-03-02T22:11:23.409Z | Compiling csv v1.3.1 |
| 3261 | 2026-03-02T22:11:23.412Z | Compiling snafu v0.8.5 |
| 3262 | 2026-03-02T22:11:23.853Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3263 | 2026-03-02T22:11:24.264Z | Compiling qorb v0.4.1 |
| 3264 | 2026-03-02T22:11:24.750Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3265 | 2026-03-02T22:11:26.015Z | Compiling oxide-tokio-rt v0.1.2 |
| 3266 | 2026-03-02T22:11:26.479Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3267 | 2026-03-02T22:11:26.724Z | Compiling progenitor v0.13.0 |
| 3268 | 2026-03-02T22:11:26.912Z | Compiling progenitor v0.11.2 |
| 3269 | 2026-03-02T22:11:27.007Z | Compiling phf v0.12.1 |
| 3270 | 2026-03-02T22:11:27.192Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3271 | 2026-03-02T22:11:27.264Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3272 | 2026-03-02T22:11:27.349Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3273 | 2026-03-02T22:11:28.182Z | Compiling globset v0.4.15 |
| 3274 | 2026-03-02T22:11:29.183Z | Compiling olpc-cjson v0.1.4 |
| 3275 | 2026-03-02T22:11:29.529Z | Compiling primeorder v0.13.6 |
| 3276 | 2026-03-02T22:11:29.574Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3277 | 2026-03-02T22:11:29.921Z | Compiling serde_plain v1.0.2 |
| 3278 | 2026-03-02T22:11:30.227Z | Compiling colored v3.0.0 |
| 3279 | 2026-03-02T22:11:30.379Z | Compiling typed-path v0.9.3 |
| 3280 | 2026-03-02T22:11:30.453Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3281 | 2026-03-02T22:11:31.090Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3282 | 2026-03-02T22:11:31.374Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3283 | 2026-03-02T22:11:32.318Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3284 | 2026-03-02T22:11:32.854Z | Compiling tough v0.20.0 |
| 3285 | 2026-03-02T22:11:33.121Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3286 | 2026-03-02T22:11:33.581Z | Compiling const_format v0.2.34 |
| 3287 | 2026-03-02T22:11:34.307Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3288 | 2026-03-02T22:11:34.332Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3289 | 2026-03-02T22:11:35.118Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3290 | 2026-03-02T22:11:36.498Z | Compiling tabled_derive v0.7.0 |
| 3291 | 2026-03-02T22:11:37.076Z | Compiling bcs v0.1.6 |
| 3292 | 2026-03-02T22:11:37.471Z | Compiling radium v0.7.0 |
| 3293 | 2026-03-02T22:11:37.782Z | Compiling utf-8 v0.7.6 |
| 3294 | 2026-03-02T22:11:38.014Z | Compiling salty v0.3.0 |
| 3295 | 2026-03-02T22:11:38.157Z | Compiling termtree v0.5.1 |
| 3296 | 2026-03-02T22:11:38.323Z | Compiling tungstenite v0.21.0 |
| 3297 | 2026-03-02T22:11:38.464Z | Compiling textwrap v0.16.2 |
| 3298 | 2026-03-02T22:11:38.599Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3299 | 2026-03-02T22:11:38.863Z | Compiling tabled v0.15.0 |
| 3300 | 2026-03-02T22:11:39.053Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3301 | 2026-03-02T22:11:39.226Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3302 | 2026-03-02T22:11:39.537Z | Compiling steno v0.4.1 |
| 3303 | 2026-03-02T22:11:39.631Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3304 | 2026-03-02T22:11:40.335Z | Compiling typify-impl v0.2.0 |
| 3305 | 2026-03-02T22:11:41.795Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3306 | 2026-03-02T22:11:43.277Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3307 | 2026-03-02T22:11:43.558Z | Compiling moka v0.12.10 |
| 3308 | 2026-03-02T22:11:43.964Z | Compiling maybe-uninit v2.0.0 |
| 3309 | 2026-03-02T22:11:44.592Z | Compiling tap v1.0.1 |
| 3310 | 2026-03-02T22:11:44.827Z | Compiling humantime v2.2.0 |
| 3311 | 2026-03-02T22:11:44.854Z | Compiling wyz v0.5.1 |
| 3312 | 2026-03-02T22:11:45.136Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3313 | 2026-03-02T22:11:45.340Z | Compiling tokio-tungstenite v0.21.0 |
| 3314 | 2026-03-02T22:11:46.035Z | Compiling p384 v0.13.1 |
| 3315 | 2026-03-02T22:11:46.038Z | Compiling progenitor-impl v0.10.0 |
| 3316 | 2026-03-02T22:11:46.578Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3317 | 2026-03-02T22:11:46.893Z | Compiling funty v2.0.0 |
| 3318 | 2026-03-02T22:11:47.413Z | Compiling tagptr v0.2.0 |
| 3319 | 2026-03-02T22:11:47.760Z | Compiling arc-swap v1.7.1 |
| 3320 | 2026-03-02T22:11:48.167Z | Compiling packed_struct v0.10.1 |
| 3321 | 2026-03-02T22:11:48.376Z | Compiling slog-scope v4.4.0 |
| 3322 | 2026-03-02T22:11:48.535Z | Compiling bitvec v1.0.1 |
| 3323 | 2026-03-02T22:11:48.890Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3324 | 2026-03-02T22:11:50.889Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3325 | 2026-03-02T22:11:51.525Z | Compiling polyval v0.6.2 |
| 3326 | 2026-03-02T22:11:52.052Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3327 | 2026-03-02T22:11:52.298Z | Compiling typify-macro v0.2.0 |
| 3328 | 2026-03-02T22:11:52.302Z | Compiling packed_struct_codegen v0.10.1 |
| 3329 | 2026-03-02T22:11:52.777Z | Compiling zerocopy-derive v0.6.6 |
| 3330 | 2026-03-02T22:11:53.132Z | Compiling progenitor-macro v0.10.0 |
| 3331 | 2026-03-02T22:11:54.227Z | Compiling bitfield-macros v0.19.2 |
| 3332 | 2026-03-02T22:11:54.877Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3333 | 2026-03-02T22:11:54.934Z | Compiling indexmap v1.9.3 |
| 3334 | 2026-03-02T22:11:55.385Z | Compiling nodrop v0.1.14 |
| 3335 | 2026-03-02T22:11:55.591Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3336 | 2026-03-02T22:11:55.844Z | Compiling parking_lot_core v0.8.6 |
| 3337 | 2026-03-02T22:11:55.892Z | Compiling crc-catalog v2.4.0 |
| 3338 | 2026-03-02T22:11:56.062Z | Compiling bitfield v0.19.2 |
| 3339 | 2026-03-02T22:11:56.129Z | Compiling crc v3.2.1 |
| 3340 | 2026-03-02T22:11:56.451Z | Compiling proc-macro-error2 v2.0.1 |
| 3341 | 2026-03-02T22:11:56.515Z | Compiling typify v0.2.0 |
| 3342 | 2026-03-02T22:11:56.579Z | Compiling array-init v0.0.4 |
| 3343 | 2026-03-02T22:11:56.708Z | Compiling progenitor-impl v0.8.0 |
| 3344 | 2026-03-02T22:11:56.813Z | Compiling zerocopy v0.6.6 |
| 3345 | 2026-03-02T22:11:57.090Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3346 | 2026-03-02T22:11:57.641Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3347 | 2026-03-02T22:11:57.671Z | Compiling ghash v0.5.1 |
| 3348 | 2026-03-02T22:11:57.699Z | Compiling smallvec v0.6.14 |
| 3349 | 2026-03-02T22:11:57.920Z | Compiling hickory-resolver v0.25.2 |
| 3350 | 2026-03-02T22:11:58.175Z | Compiling slog-stdlog v4.1.1 |
| 3351 | 2026-03-02T22:11:58.636Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3352 | 2026-03-02T22:11:59.642Z | Compiling git-stub v1.0.0 |
| 3353 | 2026-03-02T22:11:59.672Z | Compiling ctr v0.9.2 |
| 3354 | 2026-03-02T22:12:00.172Z | Compiling num-derive v0.3.3 |
| 3355 | 2026-03-02T22:12:00.253Z | Compiling lzma-sys v0.1.20 |
| 3356 | 2026-03-02T22:12:00.680Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3357 | 2026-03-02T22:12:00.711Z | Compiling unicase v2.8.1 |
| 3358 | 2026-03-02T22:12:01.111Z | Compiling hashbrown v0.12.3 |
| 3359 | 2026-03-02T22:12:01.189Z | Compiling mime_guess v2.0.5 |
| 3360 | 2026-03-02T22:12:01.279Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3361 | 2026-03-02T22:12:02.379Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3362 | 2026-03-02T22:12:02.467Z | Compiling libscf-sys v1.1.0 |
| 3363 | 2026-03-02T22:12:02.700Z | Compiling aes-gcm v0.10.3 |
| 3364 | 2026-03-02T22:12:02.760Z | Compiling git-stub-vcs v0.1.0 |
| 3365 | 2026-03-02T22:12:03.093Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3366 | 2026-03-02T22:12:03.226Z | Compiling slog-envlogger v2.2.0 |
| 3367 | 2026-03-02T22:12:03.570Z | Compiling progenitor-macro v0.8.0 |
| 3368 | 2026-03-02T22:12:03.602Z | Compiling serde-hex v0.1.0 |
| 3369 | 2026-03-02T22:12:04.054Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-03-02T22:12:04.423Z | Compiling tabled_derive v0.11.0 |
| 3371 | 2026-03-02T22:12:06.422Z | Compiling progenitor v0.10.0 |
| 3372 | 2026-03-02T22:12:06.733Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3373 | 2026-03-02T22:12:07.860Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3374 | 2026-03-02T22:12:08.049Z | Compiling ron v0.8.1 |
| 3375 | 2026-03-02T22:12:08.437Z | Compiling papergrid v0.17.0 |
| 3376 | 2026-03-02T22:12:09.068Z | Compiling testing_table v0.3.0 |
| 3377 | 2026-03-02T22:12:09.410Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3378 | 2026-03-02T22:12:10.566Z | Compiling hashbrown v0.13.2 |
| 3379 | 2026-03-02T22:12:10.762Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3380 | 2026-03-02T22:12:11.841Z | Compiling heck v0.3.3 |
| 3381 | 2026-03-02T22:12:12.284Z | Compiling progenitor-client v0.8.0 |
| 3382 | 2026-03-02T22:12:12.847Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3383 | 2026-03-02T22:12:12.883Z | Compiling blowfish v0.9.1 |
| 3384 | 2026-03-02T22:12:13.253Z | Compiling ssh-encoding v0.2.0 |
| 3385 | 2026-03-02T22:12:13.289Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3386 | 2026-03-02T22:12:13.414Z | Compiling nibble_vec v0.1.0 |
| 3387 | 2026-03-02T22:12:13.708Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3388 | 2026-03-02T22:12:13.774Z | Compiling endian-type v0.1.2 |
| 3389 | 2026-03-02T22:12:13.832Z | Compiling corncobs v0.1.4 |
| 3390 | 2026-03-02T22:12:14.029Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3391 | 2026-03-02T22:12:14.069Z | Compiling crc-any v2.5.0 |
| 3392 | 2026-03-02T22:12:14.179Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3393 | 2026-03-02T22:12:14.218Z | Compiling radix_trie v0.2.1 |
| 3394 | 2026-03-02T22:12:14.331Z | Compiling ssh-cipher v0.2.0 |
| 3395 | 2026-03-02T22:12:14.503Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3396 | 2026-03-02T22:12:14.611Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3397 | 2026-03-02T22:12:14.852Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3398 | 2026-03-02T22:12:15.122Z | Compiling zone_cfg_derive v0.1.2 |
| 3399 | 2026-03-02T22:12:15.339Z | Compiling object v0.30.4 |
| 3400 | 2026-03-02T22:12:15.773Z | Compiling tabled v0.20.0 |
| 3401 | 2026-03-02T22:12:16.653Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3402 | 2026-03-02T22:12:16.895Z | Compiling progenitor v0.8.0 |
| 3403 | 2026-03-02T22:12:17.151Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3404 | 2026-03-02T22:12:17.182Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3405 | 2026-03-02T22:12:17.817Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3406 | 2026-03-02T22:12:18.078Z | Compiling parking_lot v0.11.2 |
| 3407 | 2026-03-02T22:12:18.714Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3408 | 2026-03-02T22:12:18.994Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3409 | 2026-03-02T22:12:20.111Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3410 | 2026-03-02T22:12:20.140Z | Compiling prefix-trie v0.7.0 |
| 3411 | 2026-03-02T22:12:20.172Z | Compiling password-hash v0.4.2 |
| 3412 | 2026-03-02T22:12:20.585Z | Compiling fxhash v0.2.1 |
| 3413 | 2026-03-02T22:12:20.617Z | Compiling secrecy v0.8.0 |
| 3414 | 2026-03-02T22:12:20.877Z | Compiling path-slash v0.1.5 |
| 3415 | 2026-03-02T22:12:20.954Z | Compiling http-range v0.1.5 |
| 3416 | 2026-03-02T22:12:21.068Z | Compiling base64 v0.13.1 |
| 3417 | 2026-03-02T22:12:21.072Z | Compiling half v1.8.3 |
| 3418 | 2026-03-02T22:12:21.148Z | Compiling number_prefix v0.4.0 |
| 3419 | 2026-03-02T22:12:21.337Z | Compiling hickory-server v0.25.2 |
| 3420 | 2026-03-02T22:12:21.460Z | Compiling indicatif v0.17.11 |
| 3421 | 2026-03-02T22:12:21.667Z | Compiling serde_cbor v0.11.2 |
| 3422 | 2026-03-02T22:12:21.711Z | Compiling ron v0.7.1 |
| 3423 | 2026-03-02T22:12:22.063Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3424 | 2026-03-02T22:12:23.547Z | Compiling sled v0.34.7 |
| 3425 | 2026-03-02T22:12:23.576Z | Compiling pbkdf2 v0.11.0 |
| 3426 | 2026-03-02T22:12:23.868Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3427 | 2026-03-02T22:12:24.023Z | Compiling xz2 v0.1.7 |
| 3428 | 2026-03-02T22:12:24.650Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3429 | 2026-03-02T22:12:25.658Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3430 | 2026-03-02T22:12:25.840Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3431 | 2026-03-02T22:12:25.947Z | Compiling zone v0.1.8 |
| 3432 | 2026-03-02T22:12:27.238Z | Compiling ssh-key v0.6.6 |
| 3433 | 2026-03-02T22:12:27.492Z | Compiling hickory-client v0.25.2 |
| 3434 | 2026-03-02T22:12:28.437Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3435 | 2026-03-02T22:12:28.672Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3436 | 2026-03-02T22:12:29.602Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3437 | 2026-03-02T22:12:31.432Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3438 | 2026-03-02T22:12:32.936Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3439 | 2026-03-02T22:12:33.151Z | Compiling p521 v0.13.3 |
| 3440 | 2026-03-02T22:12:33.643Z | Compiling p256 v0.13.2 |
| 3441 | 2026-03-02T22:12:34.170Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3442 | 2026-03-02T22:12:34.200Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3443 | 2026-03-02T22:12:34.440Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3444 | 2026-03-02T22:12:35.414Z | Compiling yasna v0.5.2 |
| 3445 | 2026-03-02T22:12:35.516Z | Compiling headers-core v0.3.0 |
| 3446 | 2026-03-02T22:12:35.713Z | Compiling kstat-rs v0.2.4 |
| 3447 | 2026-03-02T22:12:35.749Z | Compiling nanorand v0.7.0 |
| 3448 | 2026-03-02T22:12:35.970Z | Compiling russh-cryptovec v0.7.3 |
| 3449 | 2026-03-02T22:12:36.102Z | Compiling atty v0.2.14 |
| 3450 | 2026-03-02T22:12:36.324Z | Compiling md5 v0.7.0 |
| 3451 | 2026-03-02T22:12:36.352Z | Compiling home v0.5.9 |
| 3452 | 2026-03-02T22:12:36.356Z | Compiling crc8 v0.1.1 |
| 3453 | 2026-03-02T22:12:36.397Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3454 | 2026-03-02T22:12:36.449Z | Compiling flume v0.11.1 |
| 3455 | 2026-03-02T22:12:36.594Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3456 | 2026-03-02T22:12:36.622Z | Compiling rcgen v0.12.1 |
| 3457 | 2026-03-02T22:12:36.930Z | Compiling russh-keys v0.45.0 |
| 3458 | 2026-03-02T22:12:37.079Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3459 | 2026-03-02T22:12:37.134Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3460 | 2026-03-02T22:12:38.097Z | Compiling headers v0.4.1 |
| 3461 | 2026-03-02T22:12:38.758Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3462 | 2026-03-02T22:12:39.853Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3463 | 2026-03-02T22:12:40.705Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3464 | 2026-03-02T22:12:42.334Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3465 | 2026-03-02T22:12:43.172Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3466 | 2026-03-02T22:12:47.151Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3467 | 2026-03-02T22:12:48.882Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3468 | 2026-03-02T22:12:49.023Z | Compiling hyper-staticfile v0.10.1 |
| 3469 | 2026-03-02T22:12:49.880Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3470 | 2026-03-02T22:12:50.181Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3471 | 2026-03-02T22:12:50.623Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3472 | 2026-03-02T22:12:50.739Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3473 | 2026-03-02T22:12:51.694Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3474 | 2026-03-02T22:12:52.215Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3475 | 2026-03-02T22:12:52.276Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3476 | 2026-03-02T22:12:53.075Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3477 | 2026-03-02T22:12:53.229Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3478 | 2026-03-02T22:12:54.404Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3479 | 2026-03-02T22:12:55.002Z | Compiling num-bigint v0.4.6 |
| 3480 | 2026-03-02T22:12:55.033Z | Compiling des v0.8.1 |
| 3481 | 2026-03-02T22:12:55.085Z | Compiling subprocess v0.2.9 |
| 3482 | 2026-03-02T22:12:55.470Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3483 | 2026-03-02T22:12:56.110Z | Compiling display-error-chain v0.2.2 |
| 3484 | 2026-03-02T22:12:56.399Z | Compiling hex-literal v0.4.1 |
| 3485 | 2026-03-02T22:12:56.454Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3486 | 2026-03-02T22:12:56.628Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3487 | 2026-03-02T22:12:56.849Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3488 | 2026-03-02T22:12:57.375Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3489 | 2026-03-02T22:12:57.913Z | Compiling internet-checksum v0.2.1 |
| 3490 | 2026-03-02T22:12:58.200Z | Compiling russh v0.45.0 |
| 3491 | 2026-03-02T22:13:06.589Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3492 | 2026-03-02T22:13:50.971Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3493 | 2026-03-02T22:14:25.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s |
| 3494 | 2026-03-02T22:14:25.704Z | |
| 3495 | 2026-03-02T22:14:25.708Z | real 3:59.796726534 |
| 3496 | 2026-03-02T22:14:25.708Z | user 21:23.519403883 |
| 3497 | 2026-03-02T22:14:25.708Z | sys 2:52.561781195 |
| 3498 | 2026-03-02T22:14:25.708Z | trap 0.684616490 |
| 3499 | 2026-03-02T22:14:25.708Z | tflt 0.321788484 |
| 3500 | 2026-03-02T22:14:25.708Z | dflt 0.653060271 |
| 3501 | 2026-03-02T22:14:25.708Z | kflt 0.000048942 |
| 3502 | 2026-03-02T22:14:25.708Z | lock 58:57.201484976 |
| 3503 | 2026-03-02T22:14:25.708Z | slp 1:17:54.394652319 |
| 3504 | 2026-03-02T22:14:25.708Z | lat 1:08.637680798 |
| 3505 | 2026-03-02T22:14:25.708Z | stop 2:59.621625097 |
| 3506 | 2026-03-02T22:14:25.708Z | + mkdir tests |
| 3507 | 2026-03-02T22:14:25.712Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3508 | 2026-03-02T22:14:25.712Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3509 | 2026-03-02T22:14:25.755Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2d36128d2fdade3b tests/ |
| 3510 | 2026-03-02T22:14:25.786Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0790f4e88e0a5788 tests/ |
| 3511 | 2026-03-02T22:14:25.815Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-70b55d939f23574b tests/ |
| 3512 | 2026-03-02T22:14:25.844Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5bdc10cd587f1a66 tests/ |
| 3513 | 2026-03-02T22:14:26.234Z | + 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/*) |
| 3514 | 2026-03-02T22:14:26.238Z | + 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-0790f4e88e0a5788 tests/commtest-70b55d939f23574b tests/dhcp_server-2d36128d2fdade3b tests/end_to_end_tests-5bdc10cd587f1a66 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 |
| 3515 | 2026-03-02T22:16:16.035Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3516 | 2026-03-02T22:16:16.035Z | a .github/buildomat/ci-env.sh 1K |
| 3517 | 2026-03-02T22:16:16.035Z | a out/target/test 1K |
| 3518 | 2026-03-02T22:16:16.035Z | a out/npuzone/npuzone 27402K |
| 3519 | 2026-03-02T22:16:16.035Z | a package-manifest.toml 35K |
| 3520 | 2026-03-02T22:16:16.035Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3521 | 2026-03-02T22:16:16.035Z | a target/release/omicron-package 41742K |
| 3522 | 2026-03-02T22:16:16.035Z | a target/release/xtask 11462K |
| 3523 | 2026-03-02T22:16:16.035Z | a target/debug/bootstrap 353644K |
| 3524 | 2026-03-02T22:16:16.035Z | a tests/bootstrap-0790f4e88e0a5788 31192K |
| 3525 | 2026-03-02T22:16:16.035Z | a tests/commtest-70b55d939f23574b 31453K |
| 3526 | 2026-03-02T22:16:16.035Z | a tests/dhcp_server-2d36128d2fdade3b 31192K |
| 3527 | 2026-03-02T22:16:16.035Z | a tests/end_to_end_tests-5bdc10cd587f1a66 395839K |
| 3528 | 2026-03-02T22:16:16.035Z | a out/clickhouse.tar.gz 315216K |
| 3529 | 2026-03-02T22:16:16.035Z | a out/clickhouse_keeper.tar.gz 298850K |
| 3530 | 2026-03-02T22:16:16.035Z | a out/clickhouse_server.tar.gz 315213K |
| 3531 | 2026-03-02T22:16:16.035Z | a out/cockroachdb.tar.gz 162873K |
| 3532 | 2026-03-02T22:16:16.035Z | a out/crucible-pantry-zone.tar.gz 43051K |
| 3533 | 2026-03-02T22:16:16.035Z | a out/crucible-utils.tar 17744K |
| 3534 | 2026-03-02T22:16:16.035Z | a out/crucible-zone.tar.gz 57189K |
| 3535 | 2026-03-02T22:16:16.035Z | a out/external-dns.tar.gz 51985K |
| 3536 | 2026-03-02T22:16:16.035Z | a out/internal-dns.tar.gz 51984K |
| 3537 | 2026-03-02T22:16:16.035Z | a out/mg-ddm-gz.tar 86339K |
| 3538 | 2026-03-02T22:16:16.035Z | a out/nexus.tar.gz 216029K |
| 3539 | 2026-03-02T22:16:16.035Z | a out/ntp.tar.gz 31836K |
| 3540 | 2026-03-02T22:16:16.035Z | a out/omicron-gateway-softnpu.tar.gz 29971K |
| 3541 | 2026-03-02T22:16:16.035Z | a out/omicron-sled-agent.tar 198140K |
| 3542 | 2026-03-02T22:16:16.036Z | a out/overlay.tar.gz 3K |
| 3543 | 2026-03-02T22:16:16.036Z | a out/oximeter.tar.gz 66250K |
| 3544 | 2026-03-02T22:16:16.036Z | a out/oxlog.tar 3945K |
| 3545 | 2026-03-02T22:16:16.036Z | a out/probe.tar.gz 3037K |
| 3546 | 2026-03-02T22:16:16.036Z | a out/propolis-server.tar.gz 74633K |
| 3547 | 2026-03-02T22:16:16.036Z | a out/pumpkind-gz.tar 26647K |
| 3548 | 2026-03-02T22:16:16.036Z | a out/switch-softnpu.tar.gz 387032K |
| 3549 | 2026-03-02T22:16:16.039Z | |
| 3550 | 2026-03-02T22:16:16.039Z | real 1:49.790791505 |
| 3551 | 2026-03-02T22:16:16.039Z | user 1:44.564449395 |
| 3552 | 2026-03-02T22:16:16.039Z | sys 7.598065457 |
| 3553 | 2026-03-02T22:16:16.039Z | trap 0.028758915 |
| 3554 | 2026-03-02T22:16:16.039Z | tflt 0.000000000 |
| 3555 | 2026-03-02T22:16:16.039Z | dflt 0.000000000 |
| 3556 | 2026-03-02T22:16:16.039Z | kflt 0.000000000 |
| 3557 | 2026-03-02T22:16:16.039Z | lock 0.000000000 |
| 3558 | 2026-03-02T22:16:16.039Z | slp 1:44.254306585 |
| 3559 | 2026-03-02T22:16:16.039Z | lat 3.130318411 |
| 3560 | 2026-03-02T22:16:16.039Z | stop 0.000256549 |
| 3561 | 2026-03-02T22:16:16.039Z | process exited: duration 2727071 ms, exit code 0 |
| |
| 3562 | 2026-03-02T22:16:16.057Z | found 1 output files |
| 3563 | 2026-03-02T22:16:16.057Z | uploading: /work/package.tar.gz (2448173197 bytes) |
| 3564 | 2026-03-02T22:16:54.261Z | uploaded: /work/package.tar.gz |