|
|
|
| 1 | 2025-06-30T22:04:03.309Z | job assigned to worker 01JZ1DTYY70GDSY5E72GDRD0SA [factory aws, i-0ae8808b26dfcc2b1] (queued for 1 m 4 s) |
| |
| 2 | 2025-06-30T22:04:12.118Z | starting task 0: "setup" |
| 3 | 2025-06-30T22:04:12.121Z | ++ uname -s |
| 4 | 2025-06-30T22:04:12.124Z | + kern=SunOS |
| 5 | 2025-06-30T22:04:12.124Z | + build_user=build |
| 6 | 2025-06-30T22:04:12.124Z | + build_uid=12345 |
| 7 | 2025-06-30T22:04:12.124Z | + work_dir=/work |
| 8 | 2025-06-30T22:04:12.124Z | + input_dir=/input |
| 9 | 2025-06-30T22:04:12.124Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-30T22:04:12.124Z | + case "$kern" in |
| 11 | 2025-06-30T22:04:12.124Z | + groupadd -g 12345 build |
| 12 | 2025-06-30T22:04:12.128Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-30T22:04:14.135Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-30T22:04:14.266Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-30T22:04:14.269Z | + home_fs=zfs |
| 16 | 2025-06-30T22:04:14.269Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-30T22:04:14.269Z | + mkdir -p /home/build |
| 18 | 2025-06-30T22:04:14.269Z | + chown build:build /home/build /work |
| 19 | 2025-06-30T22:04:16.270Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-30T22:04:16.273Z | process exited: duration 4158 ms, exit code 0 |
| |
| 21 | 2025-06-30T22:04:16.281Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-30T22:04:16.286Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-06-30T22:04:16.286Z | * rust toolchain channel = "1.87.0" |
| 24 | 2025-06-30T22:04:16.286Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-06-30T22:04:16.286Z | * rust toolchain profile = "default" |
| 26 | 2025-06-30T22:04:16.289Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-06-30T22:04:16.289Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-06-30T22:04:16.289Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-30T22:04:16.289Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-06-30T22:04:16.414Z | info: downloading installer |
| 31 | 2025-06-30T22:04:17.599Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-30T22:04:17.599Z | warn: /opt/ooce/bin |
| 33 | 2025-06-30T22:04:17.599Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-30T22:04:17.599Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-30T22:04:17.599Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-30T22:04:17.599Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-30T22:04:17.599Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-30T22:04:17.599Z | error: cannot install while Rust is installed |
| 39 | 2025-06-30T22:04:17.599Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-30T22:04:17.617Z | info: profile set to 'default' |
| 41 | 2025-06-30T22:04:17.617Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-30T22:04:17.620Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-06-30T22:04:17.784Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-30T22:04:17.784Z | info: downloading component 'cargo' |
| 45 | 2025-06-30T22:04:18.573Z | info: downloading component 'clippy' |
| 46 | 2025-06-30T22:04:18.944Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-30T22:04:20.119Z | info: downloading component 'rust-std' |
| 48 | 2025-06-30T22:04:21.669Z | info: downloading component 'rustc' |
| 49 | 2025-06-30T22:04:27.646Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-30T22:04:27.928Z | info: installing component 'cargo' |
| 51 | 2025-06-30T22:04:28.797Z | info: installing component 'clippy' |
| 52 | 2025-06-30T22:04:29.623Z | info: installing component 'rust-docs' |
| 53 | 2025-06-30T22:04:31.016Z | info: installing component 'rust-std' |
| 54 | 2025-06-30T22:04:32.909Z | info: installing component 'rustc' |
| 55 | 2025-06-30T22:04:39.409Z | info: installing component 'rustfmt' |
| 56 | 2025-06-30T22:04:39.738Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-06-30T22:04:39.739Z | |
| 58 | 2025-06-30T22:04:40.170Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-30T22:04:40.170Z | |
| 60 | 2025-06-30T22:04:40.193Z | |
| 61 | 2025-06-30T22:04:40.194Z | Rust is installed now. Great! |
| 62 | 2025-06-30T22:04:40.194Z | |
| 63 | 2025-06-30T22:04:40.194Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-30T22:04:40.194Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-30T22:04:40.194Z | |
| 66 | 2025-06-30T22:04:40.194Z | To configure your current shell, you need to source |
| 67 | 2025-06-30T22:04:40.194Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-30T22:04:40.194Z | |
| 69 | 2025-06-30T22:04:40.194Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-30T22:04:40.194Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-30T22:04:40.194Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-30T22:04:40.195Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-30T22:04:40.247Z | + rustup --version |
| 74 | 2025-06-30T22:04:40.255Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-30T22:04:40.255Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-30T22:04:40.343Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-30T22:04:40.368Z | + cargo --version |
| 78 | 2025-06-30T22:04:40.398Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-30T22:04:40.406Z | + rustc --version |
| 80 | 2025-06-30T22:04:40.473Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-30T22:04:40.485Z | process exited: duration 24178 ms, exit code 0 |
| |
| 82 | 2025-06-30T22:04:40.525Z | starting task 2: "authentication" |
| 83 | 2025-06-30T22:04:40.552Z | process exited: duration 34 ms, exit code 0 |
| |
| 84 | 2025-06-30T22:04:40.611Z | starting task 3: "clone repository" |
| 85 | 2025-06-30T22:04:40.636Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-06-30T22:04:40.636Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-06-30T22:04:40.658Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-06-30T22:04:48.447Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-06-30T22:04:48.447Z | + git fetch origin 19fe131d89f75bc56fde945740fdd9d7a57964de |
| 90 | 2025-06-30T22:04:48.753Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-06-30T22:04:48.754Z | * branch 19fe131d89f75bc56fde945740fdd9d7a57964de -> FETCH_HEAD |
| 92 | 2025-06-30T22:04:48.769Z | + [[ -n dap/mgs-update-db ]] |
| 93 | 2025-06-30T22:04:48.772Z | ++ git branch --show-current |
| 94 | 2025-06-30T22:04:48.772Z | + current=main |
| 95 | 2025-06-30T22:04:48.772Z | + [[ main != dap/mgs-update-db ]] |
| 96 | 2025-06-30T22:04:48.772Z | + git branch -f dap/mgs-update-db 19fe131d89f75bc56fde945740fdd9d7a57964de |
| 97 | 2025-06-30T22:04:48.772Z | + git checkout -f dap/mgs-update-db |
| 98 | 2025-06-30T22:04:48.995Z | Switched to branch 'dap/mgs-update-db' |
| 99 | 2025-06-30T22:04:48.998Z | + git reset --hard 19fe131d89f75bc56fde945740fdd9d7a57964de |
| 100 | 2025-06-30T22:04:49.013Z | HEAD is now at 19fe131d8 Merge branch 'main' into dap/mgs-update-db |
| 101 | 2025-06-30T22:04:49.016Z | process exited: duration 8418 ms, exit code 0 |
| |
| 102 | 2025-06-30T22:04:49.025Z | starting task 4: "build" |
| 103 | 2025-06-30T22:04:49.029Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-06-30T22:04:49.029Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-06-30T22:04:49.029Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-06-30T22:04:49.029Z | + cargo --version |
| 107 | 2025-06-30T22:04:49.081Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-06-30T22:04:49.084Z | + rustc --version |
| 109 | 2025-06-30T22:04:49.151Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-06-30T22:04:49.154Z | + WORK=/work |
| 111 | 2025-06-30T22:04:49.154Z | + pfexec mkdir -p /work |
| 112 | 2025-06-30T22:04:49.160Z | + pfexec chown build /work |
| 113 | 2025-06-30T22:04:49.163Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-06-30T22:04:58.996Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-06-30T22:05:05.849Z | Startup: Caching catalogs ... Done |
| 116 | 2025-06-30T22:05:09.697Z | Planning: Solver setup ... Done (2.551s) |
| 117 | 2025-06-30T22:05:09.718Z | Planning: Running solver ... Done (0.023s) |
| 118 | 2025-06-30T22:05:09.802Z | Planning: Finding local manifests ... Done (0.004s) |
| 119 | 2025-06-30T22:05:09.855Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-06-30T22:05:10.437Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-06-30T22:05:10.488Z | Planning: Package planning ... Done (0.048s) |
| 122 | 2025-06-30T22:05:10.537Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2025-06-30T22:05:10.849Z | Planning: Checking for conflicting actions ... Done (0.301s) |
| 124 | 2025-06-30T22:05:10.854Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-06-30T22:05:11.926Z | Planning: Evaluating mediators ... Done (1.077s) |
| 126 | 2025-06-30T22:05:11.935Z | Planning: Planning completed in 5.96 seconds |
| 127 | 2025-06-30T22:05:11.952Z | Packages to install: 4 |
| 128 | 2025-06-30T22:05:11.952Z | Mediators to change: 2 |
| 129 | 2025-06-30T22:05:11.955Z | Services to change: 1 |
| 130 | 2025-06-30T22:05:11.955Z | Estimated space available: 155.50 GB |
| 131 | 2025-06-30T22:05:11.955Z | Estimated space to be consumed: 1.69 GB |
| 132 | 2025-06-30T22:05:11.955Z | Create boot environment: No |
| 133 | 2025-06-30T22:05:11.955Z | Create backup boot environment: No |
| 134 | 2025-06-30T22:05:11.955Z | Rebuild boot archive: No |
| 135 | 2025-06-30T22:05:11.955Z | |
| 136 | 2025-06-30T22:05:11.956Z | Changed mediators: |
| 137 | 2025-06-30T22:05:11.956Z | mediator clang: |
| 138 | 2025-06-30T22:05:11.956Z | version: None -> 15 (system default) |
| 139 | 2025-06-30T22:05:11.956Z | |
| 140 | 2025-06-30T22:05:11.956Z | mediator llvm: |
| 141 | 2025-06-30T22:05:11.956Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-06-30T22:05:11.956Z | |
| 143 | 2025-06-30T22:05:11.956Z | Changed packages: |
| 144 | 2025-06-30T22:05:11.956Z | helios-dev |
| 145 | 2025-06-30T22:05:11.956Z | developer/build-essential |
| 146 | 2025-06-30T22:05:11.956Z | None -> 11-2.0 |
| 147 | 2025-06-30T22:05:11.956Z | library/libxmlsec1 |
| 148 | 2025-06-30T22:05:11.956Z | None -> 1.2.35-2.0 |
| 149 | 2025-06-30T22:05:11.956Z | ooce/developer/clang-15 |
| 150 | 2025-06-30T22:05:11.956Z | None -> 15.0.7-2.0 |
| 151 | 2025-06-30T22:05:11.956Z | ooce/developer/llvm-15 |
| 152 | 2025-06-30T22:05:11.956Z | None -> 15.0.7-2.0 |
| 153 | 2025-06-30T22:05:11.956Z | |
| 154 | 2025-06-30T22:05:11.956Z | Services: |
| 155 | 2025-06-30T22:05:11.956Z | restart_fmri: |
| 156 | 2025-06-30T22:05:11.956Z | svc:/system/update-man-index:default |
| 157 | 2025-06-30T22:05:12.008Z | |
| 158 | 2025-06-30T22:05:12.008Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-06-30T22:05:17.225Z | Download: 606/3290 items 17.8/212.6MB 8% complete (3.9M/s) |
| 160 | 2025-06-30T22:05:22.029Z | Download: 1279/3290 items 114.7/212.6MB 53% complete (11.8M/s) |
| 161 | 2025-06-30T22:05:27.030Z | Download: 2981/3290 items 121.3/212.6MB 57% complete (10.4M/s) |
| 162 | 2025-06-30T22:05:28.933Z | Download: Completed 212.60 MB in 16.92 seconds (12.6M/s) |
| 163 | 2025-06-30T22:05:29.308Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2025-06-30T22:05:33.868Z | Actions: Completed 3689 actions in 4.56 seconds. |
| 165 | 2025-06-30T22:05:34.213Z | Done (0.340s) |
| 166 | 2025-06-30T22:05:34.213Z | Done (0.000s) |
| 167 | 2025-06-30T22:05:35.039Z | Done (0.827s) |
| 168 | 2025-06-30T22:05:39.519Z | Done (4.163s) |
| 169 | 2025-06-30T22:05:39.608Z | Done (0.020s) |
| 170 | 2025-06-30T22:05:39.611Z | Done (0.000s) |
| 171 | 2025-06-30T22:05:39.781Z | Done (0.000s) |
| 172 | 2025-06-30T22:05:40.598Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2025-06-30T22:05:40.756Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2025-06-30T22:05:40.759Z | Planning: Consolidating action changes ... Done |
| 175 | 2025-06-30T22:05:41.025Z | Planning: Evaluating mediators ... Done |
| 176 | 2025-06-30T22:05:41.029Z | Planning: Planning completed in 0.43 seconds |
| 177 | 2025-06-30T22:05:41.061Z | Mediators to change: 2 |
| 178 | 2025-06-30T22:05:41.065Z | Create boot environment: No |
| 179 | 2025-06-30T22:05:41.065Z | Create backup boot environment: No |
| 180 | 2025-06-30T22:05:41.145Z | Done |
| 181 | 2025-06-30T22:05:41.145Z | Done |
| 182 | 2025-06-30T22:05:41.737Z | Done |
| 183 | 2025-06-30T22:05:45.262Z | Done |
| 184 | 2025-06-30T22:05:45.342Z | Done |
| 185 | 2025-06-30T22:05:45.345Z | Done |
| 186 | 2025-06-30T22:05:45.489Z | Done |
| 187 | 2025-06-30T22:05:46.095Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2025-06-30T22:05:46.098Z | Planning: Merging actions ... Done |
| 189 | 2025-06-30T22:05:46.282Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2025-06-30T22:05:46.287Z | Planning: Consolidating action changes ... Done |
| 191 | 2025-06-30T22:05:46.544Z | Planning: Evaluating mediators ... Done |
| 192 | 2025-06-30T22:05:46.598Z | Planning: Planning completed in 0.75 seconds |
| 193 | 2025-06-30T22:05:46.632Z | Packages to change: 1 |
| 194 | 2025-06-30T22:05:46.632Z | Mediators to change: 1 |
| 195 | 2025-06-30T22:05:46.637Z | Services to change: 1 |
| 196 | 2025-06-30T22:05:46.637Z | Create boot environment: No |
| 197 | 2025-06-30T22:05:46.637Z | Create backup boot environment: Yes |
| 198 | 2025-06-30T22:05:49.143Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2025-06-30T22:05:49.146Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2025-06-30T22:05:49.147Z | Done |
| 201 | 2025-06-30T22:05:49.147Z | Done |
| 202 | 2025-06-30T22:05:49.312Z | Done |
| 203 | 2025-06-30T22:05:52.859Z | Done |
| 204 | 2025-06-30T22:05:52.948Z | Done |
| 205 | 2025-06-30T22:05:52.951Z | Done |
| 206 | 2025-06-30T22:05:53.098Z | Done |
| 207 | 2025-06-30T22:05:53.535Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2025-06-30T22:05:53.535Z | clang system 15 system |
| 209 | 2025-06-30T22:05:53.535Z | csh system system illumos |
| 210 | 2025-06-30T22:05:53.535Z | ctags system system illumos |
| 211 | 2025-06-30T22:05:53.535Z | file system system illumos |
| 212 | 2025-06-30T22:05:53.535Z | gcc vendor 12 vendor |
| 213 | 2025-06-30T22:05:53.535Z | gcc system 10 system |
| 214 | 2025-06-30T22:05:53.535Z | gcc system 7 system |
| 215 | 2025-06-30T22:05:53.535Z | go system 1.20 system |
| 216 | 2025-06-30T22:05:53.536Z | go system 1.19 system |
| 217 | 2025-06-30T22:05:53.536Z | llvm system 15 system |
| 218 | 2025-06-30T22:05:53.536Z | llvm system 14 system |
| 219 | 2025-06-30T22:05:53.536Z | mariadb system 10.6 system |
| 220 | 2025-06-30T22:05:53.536Z | mta vendor vendor dma |
| 221 | 2025-06-30T22:05:53.536Z | openjdk system 17 system |
| 222 | 2025-06-30T22:05:53.536Z | openjdk system 11 system |
| 223 | 2025-06-30T22:05:53.536Z | openjdk system 1.8 system |
| 224 | 2025-06-30T22:05:53.536Z | openssl vendor 3 vendor |
| 225 | 2025-06-30T22:05:53.536Z | perl system 5.36 system |
| 226 | 2025-06-30T22:05:53.536Z | postgresql system 15 system |
| 227 | 2025-06-30T22:05:53.536Z | postgresql system 13 system |
| 228 | 2025-06-30T22:05:53.536Z | python vendor 3 vendor |
| 229 | 2025-06-30T22:05:53.536Z | python system 2 system |
| 230 | 2025-06-30T22:05:53.536Z | python3 system 3.11 system |
| 231 | 2025-06-30T22:05:53.536Z | ruby system 3.0 system |
| 232 | 2025-06-30T22:05:53.536Z | words vendor vendor american-english |
| 233 | 2025-06-30T22:05:53.536Z | words system system australian-english |
| 234 | 2025-06-30T22:05:53.536Z | words system system british-english |
| 235 | 2025-06-30T22:05:53.536Z | words system system canadian-english |
| 236 | 2025-06-30T22:05:53.536Z | words system system french |
| 237 | 2025-06-30T22:05:53.536Z | words system system italian |
| 238 | 2025-06-30T22:05:53.536Z | words system system ngerman |
| 239 | 2025-06-30T22:05:53.536Z | words system system ogerman |
| 240 | 2025-06-30T22:05:53.536Z | words system system spanish |
| 241 | 2025-06-30T22:05:53.861Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2025-06-30T22:05:53.861Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2025-06-30T22:05:58.344Z | FMRI IFO |
| 244 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2025-06-30T22:05:58.344Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2025-06-30T22:05:59.311Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2025-06-30T22:05:59.666Z | Updating crates.io index |
| 262 | 2025-06-30T22:05:59.670Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2025-06-30T22:06:00.020Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2025-06-30T22:06:00.602Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2025-06-30T22:06:00.909Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2025-06-30T22:06:01.244Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2025-06-30T22:06:01.619Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2025-06-30T22:06:02.773Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2025-06-30T22:06:05.060Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2025-06-30T22:06:05.930Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2025-06-30T22:06:06.638Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2025-06-30T22:06:06.903Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 273 | 2025-06-30T22:06:07.204Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2025-06-30T22:06:07.900Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2025-06-30T22:06:08.217Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2025-06-30T22:06:08.649Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2025-06-30T22:06:09.149Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2025-06-30T22:06:09.486Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 279 | 2025-06-30T22:06:09.746Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2025-06-30T22:06:10.071Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2025-06-30T22:06:10.252Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2025-06-30T22:06:10.538Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 283 | 2025-06-30T22:06:11.161Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2025-06-30T22:06:11.482Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2025-06-30T22:06:11.842Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2025-06-30T22:06:12.447Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 287 | 2025-06-30T22:06:12.858Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2025-06-30T22:06:13.195Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 289 | 2025-06-30T22:06:13.598Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 290 | 2025-06-30T22:06:14.066Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 291 | 2025-06-30T22:06:14.452Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 292 | 2025-06-30T22:06:14.740Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 293 | 2025-06-30T22:06:15.101Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 294 | 2025-06-30T22:06:23.525Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 295 | 2025-06-30T22:06:25.114Z | Downloading crates ... |
| 296 | 2025-06-30T22:06:25.163Z | Downloaded anstyle-query v1.1.1 |
| 297 | 2025-06-30T22:06:25.167Z | Downloaded bytecount v0.6.8 |
| 298 | 2025-06-30T22:06:25.172Z | Downloaded block-buffer v0.10.4 |
| 299 | 2025-06-30T22:06:25.176Z | Downloaded bitflags v2.9.0 |
| 300 | 2025-06-30T22:06:25.180Z | Downloaded anstyle-parse v0.2.5 |
| 301 | 2025-06-30T22:06:25.180Z | Downloaded cargo-util-schemas v0.2.0 |
| 302 | 2025-06-30T22:06:25.183Z | Downloaded anstream v0.6.18 |
| 303 | 2025-06-30T22:06:25.190Z | Downloaded anyhow v1.0.98 |
| 304 | 2025-06-30T22:06:25.191Z | Downloaded itoa v1.0.11 |
| 305 | 2025-06-30T22:06:25.191Z | Downloaded is_terminal_polyfill v1.70.1 |
| 306 | 2025-06-30T22:06:25.191Z | Downloaded camino-tempfile v1.4.1 |
| 307 | 2025-06-30T22:06:25.196Z | Downloaded camino v1.1.10 |
| 308 | 2025-06-30T22:06:25.196Z | Downloaded icu_locid_transform v1.5.0 |
| 309 | 2025-06-30T22:06:25.204Z | Downloaded log v0.4.27 |
| 310 | 2025-06-30T22:06:25.204Z | Downloaded generic-array v0.14.7 |
| 311 | 2025-06-30T22:06:25.204Z | Downloaded byteorder v1.5.0 |
| 312 | 2025-06-30T22:06:25.204Z | Downloaded utf16_iter v1.0.5 |
| 313 | 2025-06-30T22:06:25.208Z | Downloaded crypto-common v0.1.6 |
| 314 | 2025-06-30T22:06:25.208Z | Downloaded unicode-xid v0.2.6 |
| 315 | 2025-06-30T22:06:25.208Z | Downloaded serde_tokenstream v0.2.2 |
| 316 | 2025-06-30T22:06:25.212Z | Downloaded unicode-linebreak v0.1.5 |
| 317 | 2025-06-30T22:06:25.213Z | Downloaded ucd-trie v0.1.7 |
| 318 | 2025-06-30T22:06:25.213Z | Downloaded icu_properties v1.5.1 |
| 319 | 2025-06-30T22:06:25.219Z | Downloaded typeid v1.0.3 |
| 320 | 2025-06-30T22:06:25.219Z | Downloaded toml_edit v0.22.27 |
| 321 | 2025-06-30T22:06:25.226Z | Downloaded icu_provider_macros v1.5.0 |
| 322 | 2025-06-30T22:06:25.226Z | Downloaded zerofrom v0.1.4 |
| 323 | 2025-06-30T22:06:25.226Z | Downloaded cargo_metadata v0.20.0 |
| 324 | 2025-06-30T22:06:25.237Z | Downloaded yoke-derive v0.7.4 |
| 325 | 2025-06-30T22:06:25.237Z | Downloaded utf8parse v0.2.2 |
| 326 | 2025-06-30T22:06:25.237Z | Downloaded scroll_derive v0.12.0 |
| 327 | 2025-06-30T22:06:25.237Z | Downloaded utf8_iter v1.0.4 |
| 328 | 2025-06-30T22:06:25.240Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2025-06-30T22:06:25.240Z | Downloaded typenum v1.17.0 |
| 330 | 2025-06-30T22:06:25.240Z | Downloaded zerofrom-derive v0.1.4 |
| 331 | 2025-06-30T22:06:25.240Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2025-06-30T22:06:25.241Z | Downloaded write16 v1.0.0 |
| 333 | 2025-06-30T22:06:25.241Z | Downloaded tinystr v0.7.6 |
| 334 | 2025-06-30T22:06:25.241Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2025-06-30T22:06:25.241Z | Downloaded zerovec-derive v0.10.3 |
| 336 | 2025-06-30T22:06:25.247Z | Downloaded swrite v0.1.0 |
| 337 | 2025-06-30T22:06:25.247Z | Downloaded writeable v0.5.5 |
| 338 | 2025-06-30T22:06:25.248Z | Downloaded yoke v0.7.4 |
| 339 | 2025-06-30T22:06:25.256Z | Downloaded percent-encoding v2.3.1 |
| 340 | 2025-06-30T22:06:25.257Z | Downloaded thiserror v1.0.69 |
| 341 | 2025-06-30T22:06:25.257Z | Downloaded synstructure v0.13.1 |
| 342 | 2025-06-30T22:06:25.257Z | Downloaded thread-id v4.2.2 |
| 343 | 2025-06-30T22:06:25.257Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2025-06-30T22:06:25.257Z | Downloaded unicode-ident v1.0.18 |
| 345 | 2025-06-30T22:06:25.269Z | Downloaded equivalent v1.0.2 |
| 346 | 2025-06-30T22:06:25.269Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2025-06-30T22:06:25.273Z | Downloaded textwrap v0.16.2 |
| 348 | 2025-06-30T22:06:25.273Z | Downloaded serde-value v0.7.0 |
| 349 | 2025-06-30T22:06:25.273Z | Downloaded strsim v0.11.1 |
| 350 | 2025-06-30T22:06:25.273Z | Downloaded scroll v0.12.0 |
| 351 | 2025-06-30T22:06:25.273Z | Downloaded url v2.5.4 |
| 352 | 2025-06-30T22:06:25.273Z | Downloaded stable_deref_trait v1.2.0 |
| 353 | 2025-06-30T22:06:25.273Z | Downloaded pest_generator v2.7.14 |
| 354 | 2025-06-30T22:06:25.277Z | Downloaded fastrand v2.1.1 |
| 355 | 2025-06-30T22:06:25.277Z | Downloaded fnv v1.0.7 |
| 356 | 2025-06-30T22:06:25.277Z | Downloaded serde_spanned v0.6.9 |
| 357 | 2025-06-30T22:06:25.285Z | Downloaded zerovec v0.10.4 |
| 358 | 2025-06-30T22:06:25.285Z | Downloaded smawk v0.3.2 |
| 359 | 2025-06-30T22:06:25.285Z | Downloaded plain v0.2.3 |
| 360 | 2025-06-30T22:06:25.288Z | Downloaded proc-macro-error-attr v1.0.4 |
| 361 | 2025-06-30T22:06:25.288Z | Downloaded memmap v0.7.0 |
| 362 | 2025-06-30T22:06:25.288Z | Downloaded digest v0.10.7 |
| 363 | 2025-06-30T22:06:25.292Z | Downloaded macaddr v1.0.1 |
| 364 | 2025-06-30T22:06:25.292Z | Downloaded colorchoice v1.0.2 |
| 365 | 2025-06-30T22:06:25.296Z | Downloaded cfg-if v1.0.1 |
| 366 | 2025-06-30T22:06:25.296Z | Downloaded zerocopy v0.7.35 |
| 367 | 2025-06-30T22:06:25.310Z | Downloaded winnow v0.7.10 |
| 368 | 2025-06-30T22:06:25.319Z | Downloaded unicode-width v0.1.14 |
| 369 | 2025-06-30T22:06:25.327Z | Downloaded thiserror v2.0.12 |
| 370 | 2025-06-30T22:06:25.332Z | Downloaded once_cell v1.21.3 |
| 371 | 2025-06-30T22:06:25.332Z | Downloaded semver v1.0.26 |
| 372 | 2025-06-30T22:06:25.338Z | Downloaded unicode-width v0.2.0 |
| 373 | 2025-06-30T22:06:25.342Z | Downloaded ryu v1.0.18 |
| 374 | 2025-06-30T22:06:25.342Z | Downloaded icu_locid v1.5.0 |
| 375 | 2025-06-30T22:06:25.351Z | Downloaded quote v1.0.40 |
| 376 | 2025-06-30T22:06:25.356Z | Downloaded proc-macro2 v1.0.95 |
| 377 | 2025-06-30T22:06:25.356Z | Downloaded pest_meta v2.7.14 |
| 378 | 2025-06-30T22:06:25.356Z | Downloaded tempfile v3.20.0 |
| 379 | 2025-06-30T22:06:25.357Z | Downloaded pest_derive v2.7.14 |
| 380 | 2025-06-30T22:06:25.360Z | Downloaded indexmap v2.9.0 |
| 381 | 2025-06-30T22:06:25.360Z | Downloaded papergrid v0.11.0 |
| 382 | 2025-06-30T22:06:25.363Z | Downloaded serde_derive v1.0.219 |
| 383 | 2025-06-30T22:06:25.366Z | Downloaded idna v1.0.3 |
| 384 | 2025-06-30T22:06:25.376Z | Downloaded clap v4.5.40 |
| 385 | 2025-06-30T22:06:25.384Z | Downloaded serde v1.0.219 |
| 386 | 2025-06-30T22:06:25.391Z | Downloaded icu_collections v1.5.0 |
| 387 | 2025-06-30T22:06:25.391Z | Downloaded memchr v2.7.4 |
| 388 | 2025-06-30T22:06:25.397Z | Downloaded icu_normalizer_data v1.5.0 |
| 389 | 2025-06-30T22:06:25.397Z | Downloaded icu_locid_transform_data v1.5.0 |
| 390 | 2025-06-30T22:06:25.397Z | Downloaded proc-macro-error v1.0.4 |
| 391 | 2025-06-30T22:06:25.401Z | Downloaded num-traits v0.2.19 |
| 392 | 2025-06-30T22:06:25.401Z | Downloaded idna_adapter v1.2.0 |
| 393 | 2025-06-30T22:06:25.406Z | Downloaded icu_normalizer v1.5.0 |
| 394 | 2025-06-30T22:06:25.406Z | Downloaded thiserror-impl v1.0.69 |
| 395 | 2025-06-30T22:06:25.406Z | Downloaded litemap v0.7.3 |
| 396 | 2025-06-30T22:06:25.410Z | Downloaded displaydoc v0.2.5 |
| 397 | 2025-06-30T22:06:25.410Z | Downloaded clap_derive v4.5.40 |
| 398 | 2025-06-30T22:06:25.413Z | Downloaded hashbrown v0.15.4 |
| 399 | 2025-06-30T22:06:25.416Z | Downloaded pest v2.7.14 |
| 400 | 2025-06-30T22:06:25.424Z | Downloaded cargo_toml v0.21.0 |
| 401 | 2025-06-30T22:06:25.424Z | Downloaded serde_json v1.0.140 |
| 402 | 2025-06-30T22:06:25.429Z | Downloaded smallvec v1.15.0 |
| 403 | 2025-06-30T22:06:25.432Z | Downloaded clap_builder v4.5.40 |
| 404 | 2025-06-30T22:06:25.439Z | Downloaded sha2 v0.10.9 |
| 405 | 2025-06-30T22:06:25.445Z | Downloaded tabled v0.15.0 |
| 406 | 2025-06-30T22:06:25.456Z | Downloaded goblin v0.8.2 |
| 407 | 2025-06-30T22:06:25.460Z | Downloaded syn v1.0.109 |
| 408 | 2025-06-30T22:06:25.470Z | Downloaded icu_properties_data v1.5.0 |
| 409 | 2025-06-30T22:06:25.480Z | Downloaded fs-err v3.1.1 |
| 410 | 2025-06-30T22:06:25.486Z | Downloaded ordered-float v2.10.1 |
| 411 | 2025-06-30T22:06:25.486Z | Downloaded heck v0.5.0 |
| 412 | 2025-06-30T22:06:25.490Z | Downloaded syn v2.0.104 |
| 413 | 2025-06-30T22:06:25.494Z | Downloaded toml v0.8.23 |
| 414 | 2025-06-30T22:06:25.497Z | Downloaded thiserror-impl v2.0.12 |
| 415 | 2025-06-30T22:06:25.500Z | Downloaded usdt v0.5.0 |
| 416 | 2025-06-30T22:06:25.501Z | Downloaded rustix v0.38.37 |
| 417 | 2025-06-30T22:06:25.519Z | Downloaded toml_write v0.1.2 |
| 418 | 2025-06-30T22:06:25.522Z | Downloaded heck v0.4.1 |
| 419 | 2025-06-30T22:06:25.522Z | Downloaded serde-untagged v0.1.7 |
| 420 | 2025-06-30T22:06:25.527Z | Downloaded cpufeatures v0.2.14 |
| 421 | 2025-06-30T22:06:25.527Z | Downloaded usdt-impl v0.5.0 |
| 422 | 2025-06-30T22:06:25.527Z | Downloaded terminal_size v0.4.0 |
| 423 | 2025-06-30T22:06:25.527Z | Downloaded version_check v0.9.5 |
| 424 | 2025-06-30T22:06:25.531Z | Downloaded form_urlencoded v1.2.1 |
| 425 | 2025-06-30T22:06:25.531Z | Downloaded rustix v1.0.7 |
| 426 | 2025-06-30T22:06:25.549Z | Downloaded errno v0.3.12 |
| 427 | 2025-06-30T22:06:25.553Z | Downloaded dtrace-parser v0.2.0 |
| 428 | 2025-06-30T22:06:25.553Z | Downloaded clap_lex v0.7.4 |
| 429 | 2025-06-30T22:06:25.553Z | Downloaded tabled_derive v0.7.0 |
| 430 | 2025-06-30T22:06:25.553Z | Downloaded icu_provider v1.5.0 |
| 431 | 2025-06-30T22:06:25.559Z | Downloaded erased-serde v0.4.6 |
| 432 | 2025-06-30T22:06:25.562Z | Downloaded getrandom v0.3.1 |
| 433 | 2025-06-30T22:06:25.562Z | Downloaded dof v0.3.0 |
| 434 | 2025-06-30T22:06:25.562Z | Downloaded anstyle v1.0.11 |
| 435 | 2025-06-30T22:06:25.562Z | Downloaded cargo-platform v0.2.0 |
| 436 | 2025-06-30T22:06:25.565Z | Downloaded autocfg v1.4.0 |
| 437 | 2025-06-30T22:06:25.573Z | Downloaded libc v0.2.174 |
| 438 | 2025-06-30T22:06:25.657Z | Compiling proc-macro2 v1.0.95 |
| 439 | 2025-06-30T22:06:25.657Z | Compiling unicode-ident v1.0.18 |
| 440 | 2025-06-30T22:06:25.661Z | Compiling serde v1.0.219 |
| 441 | 2025-06-30T22:06:25.661Z | Compiling version_check v0.9.5 |
| 442 | 2025-06-30T22:06:25.661Z | Compiling thiserror v1.0.69 |
| 443 | 2025-06-30T22:06:25.661Z | Compiling libc v0.2.174 |
| 444 | 2025-06-30T22:06:25.661Z | Compiling memchr v2.7.4 |
| 445 | 2025-06-30T22:06:25.872Z | Compiling stable_deref_trait v1.2.0 |
| 446 | 2025-06-30T22:06:26.073Z | Compiling litemap v0.7.3 |
| 447 | 2025-06-30T22:06:26.098Z | Compiling itoa v1.0.11 |
| 448 | 2025-06-30T22:06:26.349Z | Compiling writeable v0.5.5 |
| 449 | 2025-06-30T22:06:26.468Z | Compiling ucd-trie v0.1.7 |
| 450 | 2025-06-30T22:06:26.536Z | Compiling ryu v1.0.18 |
| 451 | 2025-06-30T22:06:26.540Z | Compiling autocfg v1.4.0 |
| 452 | 2025-06-30T22:06:26.836Z | Compiling once_cell v1.21.3 |
| 453 | 2025-06-30T22:06:26.885Z | Compiling icu_locid_transform_data v1.5.0 |
| 454 | 2025-06-30T22:06:26.937Z | Compiling bitflags v2.9.0 |
| 455 | 2025-06-30T22:06:27.007Z | Compiling byteorder v1.5.0 |
| 456 | 2025-06-30T22:06:27.227Z | Compiling icu_properties_data v1.5.0 |
| 457 | 2025-06-30T22:06:27.365Z | Compiling serde_json v1.0.140 |
| 458 | 2025-06-30T22:06:27.410Z | Compiling num-traits v0.2.19 |
| 459 | 2025-06-30T22:06:27.437Z | Compiling utf8_iter v1.0.4 |
| 460 | 2025-06-30T22:06:27.476Z | Compiling typeid v1.0.3 |
| 461 | 2025-06-30T22:06:27.502Z | Compiling write16 v1.0.0 |
| 462 | 2025-06-30T22:06:27.645Z | Compiling quote v1.0.40 |
| 463 | 2025-06-30T22:06:27.704Z | Compiling smallvec v1.15.0 |
| 464 | 2025-06-30T22:06:27.707Z | Compiling equivalent v1.0.2 |
| 465 | 2025-06-30T22:06:27.857Z | Compiling errno v0.3.12 |
| 466 | 2025-06-30T22:06:27.908Z | Compiling rustix v0.38.37 |
| 467 | 2025-06-30T22:06:27.938Z | Compiling icu_normalizer_data v1.5.0 |
| 468 | 2025-06-30T22:06:28.066Z | Compiling syn v2.0.104 |
| 469 | 2025-06-30T22:06:28.120Z | Compiling hashbrown v0.15.4 |
| 470 | 2025-06-30T22:06:28.143Z | Compiling utf16_iter v1.0.5 |
| 471 | 2025-06-30T22:06:28.299Z | Compiling proc-macro-error-attr v1.0.4 |
| 472 | 2025-06-30T22:06:28.324Z | Compiling usdt-impl v0.5.0 |
| 473 | 2025-06-30T22:06:28.361Z | Compiling winnow v0.7.10 |
| 474 | 2025-06-30T22:06:28.534Z | Compiling toml_write v0.1.2 |
| 475 | 2025-06-30T22:06:28.604Z | Compiling syn v1.0.109 |
| 476 | 2025-06-30T22:06:28.845Z | Compiling thread-id v4.2.2 |
| 477 | 2025-06-30T22:06:28.993Z | Compiling proc-macro-error v1.0.4 |
| 478 | 2025-06-30T22:06:29.140Z | Compiling indexmap v2.9.0 |
| 479 | 2025-06-30T22:06:29.238Z | Compiling percent-encoding v2.3.1 |
| 480 | 2025-06-30T22:06:29.265Z | Compiling camino v1.1.10 |
| 481 | 2025-06-30T22:06:29.303Z | Compiling semver v1.0.26 |
| 482 | 2025-06-30T22:06:29.672Z | Compiling plain v0.2.3 |
| 483 | 2025-06-30T22:06:29.865Z | Compiling log v0.4.27 |
| 484 | 2025-06-30T22:06:29.892Z | Compiling utf8parse v0.2.2 |
| 485 | 2025-06-30T22:06:30.055Z | Compiling getrandom v0.3.1 |
| 486 | 2025-06-30T22:06:30.082Z | Compiling rustix v1.0.7 |
| 487 | 2025-06-30T22:06:30.223Z | Compiling anstyle-parse v0.2.5 |
| 488 | 2025-06-30T22:06:30.261Z | Compiling terminal_size v0.4.0 |
| 489 | 2025-06-30T22:06:30.487Z | Compiling form_urlencoded v1.2.1 |
| 490 | 2025-06-30T22:06:30.555Z | Compiling ordered-float v2.10.1 |
| 491 | 2025-06-30T22:06:30.806Z | Compiling thiserror v2.0.12 |
| 492 | 2025-06-30T22:06:30.900Z | Compiling colorchoice v1.0.2 |
| 493 | 2025-06-30T22:06:31.076Z | Compiling cfg-if v1.0.1 |
| 494 | 2025-06-30T22:06:31.104Z | Compiling is_terminal_polyfill v1.70.1 |
| 495 | 2025-06-30T22:06:31.139Z | Compiling anstyle-query v1.1.1 |
| 496 | 2025-06-30T22:06:31.199Z | Compiling anstyle v1.0.11 |
| 497 | 2025-06-30T22:06:31.247Z | Compiling pretty-hex v0.4.1 |
| 498 | 2025-06-30T22:06:31.595Z | Compiling anstream v0.6.18 |
| 499 | 2025-06-30T22:06:31.705Z | Compiling fs-err v3.1.1 |
| 500 | 2025-06-30T22:06:31.737Z | Compiling fastrand v2.1.1 |
| 501 | 2025-06-30T22:06:31.771Z | Compiling clap_lex v0.7.4 |
| 502 | 2025-06-30T22:06:32.010Z | Compiling strsim v0.11.1 |
| 503 | 2025-06-30T22:06:32.172Z | Compiling unicode-width v0.1.14 |
| 504 | 2025-06-30T22:06:32.213Z | Compiling anyhow v1.0.98 |
| 505 | 2025-06-30T22:06:32.237Z | Compiling fnv v1.0.7 |
| 506 | 2025-06-30T22:06:32.398Z | Compiling heck v0.5.0 |
| 507 | 2025-06-30T22:06:32.717Z | Compiling heck v0.4.1 |
| 508 | 2025-06-30T22:06:32.783Z | Compiling bytecount v0.6.8 |
| 509 | 2025-06-30T22:06:32.856Z | Compiling unicode-xid v0.2.6 |
| 510 | 2025-06-30T22:06:33.063Z | Compiling papergrid v0.11.0 |
| 511 | 2025-06-30T22:06:33.103Z | Compiling tempfile v3.20.0 |
| 512 | 2025-06-30T22:06:33.160Z | Compiling clap_builder v4.5.40 |
| 513 | 2025-06-30T22:06:33.748Z | Compiling memmap v0.7.0 |
| 514 | 2025-06-30T22:06:33.884Z | Compiling unicode-width v0.2.0 |
| 515 | 2025-06-30T22:06:34.095Z | Compiling smawk v0.3.2 |
| 516 | 2025-06-30T22:06:34.142Z | Compiling unicode-linebreak v0.1.5 |
| 517 | 2025-06-30T22:06:34.630Z | Compiling synstructure v0.13.1 |
| 518 | 2025-06-30T22:06:34.876Z | Compiling textwrap v0.16.2 |
| 519 | 2025-06-30T22:06:35.134Z | Compiling swrite v0.1.0 |
| 520 | 2025-06-30T22:06:35.288Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 521 | 2025-06-30T22:06:35.778Z | Compiling tabled_derive v0.7.0 |
| 522 | 2025-06-30T22:06:36.943Z | Compiling serde_derive v1.0.219 |
| 523 | 2025-06-30T22:06:36.943Z | Compiling thiserror-impl v1.0.69 |
| 524 | 2025-06-30T22:06:36.957Z | Compiling zerofrom-derive v0.1.4 |
| 525 | 2025-06-30T22:06:36.957Z | Compiling yoke-derive v0.7.4 |
| 526 | 2025-06-30T22:06:37.136Z | Compiling zerovec-derive v0.10.3 |
| 527 | 2025-06-30T22:06:37.190Z | Compiling displaydoc v0.2.5 |
| 528 | 2025-06-30T22:06:38.635Z | Compiling icu_provider_macros v1.5.0 |
| 529 | 2025-06-30T22:06:39.385Z | Compiling zerocopy-derive v0.7.35 |
| 530 | 2025-06-30T22:06:39.566Z | Compiling scroll_derive v0.12.0 |
| 531 | 2025-06-30T22:06:39.640Z | Compiling thiserror-impl v2.0.12 |
| 532 | 2025-06-30T22:06:39.975Z | Compiling pest v2.7.14 |
| 533 | 2025-06-30T22:06:40.218Z | Compiling clap_derive v4.5.40 |
| 534 | 2025-06-30T22:06:40.283Z | Compiling zerofrom v0.1.4 |
| 535 | 2025-06-30T22:06:40.560Z | Compiling yoke v0.7.4 |
| 536 | 2025-06-30T22:06:40.906Z | Compiling zerovec v0.10.4 |
| 537 | 2025-06-30T22:06:40.947Z | Compiling scroll v0.12.0 |
| 538 | 2025-06-30T22:06:41.199Z | Compiling zerocopy v0.7.35 |
| 539 | 2025-06-30T22:06:41.474Z | Compiling goblin v0.8.2 |
| 540 | 2025-06-30T22:06:42.038Z | Compiling tabled v0.15.0 |
| 541 | 2025-06-30T22:06:42.497Z | Compiling pest_meta v2.7.14 |
| 542 | 2025-06-30T22:06:42.677Z | Compiling tinystr v0.7.6 |
| 543 | 2025-06-30T22:06:42.812Z | Compiling icu_collections v1.5.0 |
| 544 | 2025-06-30T22:06:43.008Z | Compiling icu_locid v1.5.0 |
| 545 | 2025-06-30T22:06:43.901Z | Compiling pest_generator v2.7.14 |
| 546 | 2025-06-30T22:06:44.072Z | Compiling clap v4.5.40 |
| 547 | 2025-06-30T22:06:44.206Z | Compiling icu_provider v1.5.0 |
| 548 | 2025-06-30T22:06:45.001Z | Compiling icu_locid_transform v1.5.0 |
| 549 | 2025-06-30T22:06:45.959Z | Compiling pest_derive v2.7.14 |
| 550 | 2025-06-30T22:06:46.258Z | Compiling icu_properties v1.5.1 |
| 551 | 2025-06-30T22:06:46.699Z | Compiling dtrace-parser v0.2.0 |
| 552 | 2025-06-30T22:06:48.541Z | Compiling serde_tokenstream v0.2.2 |
| 553 | 2025-06-30T22:06:48.690Z | Compiling toml_datetime v0.6.11 |
| 554 | 2025-06-30T22:06:48.690Z | Compiling serde_spanned v0.6.9 |
| 555 | 2025-06-30T22:06:48.766Z | Compiling erased-serde v0.4.6 |
| 556 | 2025-06-30T22:06:49.010Z | Compiling serde-value v0.7.0 |
| 557 | 2025-06-30T22:06:49.214Z | Compiling toml_edit v0.22.27 |
| 558 | 2025-06-30T22:06:49.684Z | Compiling icu_normalizer v1.5.0 |
| 559 | 2025-06-30T22:06:49.818Z | Compiling serde-untagged v0.1.7 |
| 560 | 2025-06-30T22:06:49.822Z | Compiling cargo-platform v0.2.0 |
| 561 | 2025-06-30T22:06:49.895Z | Compiling camino-tempfile v1.4.1 |
| 562 | 2025-06-30T22:06:50.295Z | Compiling dof v0.3.0 |
| 563 | 2025-06-30T22:06:50.357Z | Compiling macaddr v1.0.1 |
| 564 | 2025-06-30T22:06:50.601Z | Compiling idna_adapter v1.2.0 |
| 565 | 2025-06-30T22:06:50.804Z | Compiling idna v1.0.3 |
| 566 | 2025-06-30T22:06:51.353Z | Compiling url v2.5.4 |
| 567 | 2025-06-30T22:06:51.790Z | Compiling usdt-macro v0.5.0 |
| 568 | 2025-06-30T22:06:51.790Z | Compiling usdt-attr-macro v0.5.0 |
| 569 | 2025-06-30T22:06:54.009Z | Compiling toml v0.8.23 |
| 570 | 2025-06-30T22:06:54.009Z | Compiling usdt v0.5.0 |
| 571 | 2025-06-30T22:06:54.009Z | Compiling cargo-util-schemas v0.2.0 |
| 572 | 2025-06-30T22:06:54.009Z | Compiling cargo_toml v0.21.0 |
| 573 | 2025-06-30T22:06:54.530Z | Compiling cargo_metadata v0.20.0 |
| 574 | 2025-06-30T22:06:56.288Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 575 | 2025-06-30T22:06:59.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 576 | 2025-06-30T22:06:59.869Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 577 | 2025-06-30T22:07:00.525Z | Downloading crates ... |
| 578 | 2025-06-30T22:07:00.663Z | Downloaded ahash v0.8.11 |
| 579 | 2025-06-30T22:07:00.668Z | Downloaded adler2 v2.0.0 |
| 580 | 2025-06-30T22:07:00.672Z | Downloaded addr2line v0.24.2 |
| 581 | 2025-06-30T22:07:00.676Z | Downloaded aead v0.5.2 |
| 582 | 2025-06-30T22:07:00.682Z | Downloaded aes-gcm v0.10.3 |
| 583 | 2025-06-30T22:07:00.686Z | Downloaded hex-literal v0.4.1 |
| 584 | 2025-06-30T22:07:00.689Z | Downloaded aho-corasick v1.1.3 |
| 585 | 2025-06-30T22:07:00.695Z | Downloaded hex v0.4.3 |
| 586 | 2025-06-30T22:07:00.698Z | Downloaded atty v0.2.14 |
| 587 | 2025-06-30T22:07:00.702Z | Downloaded atomicwrites v0.4.4 |
| 588 | 2025-06-30T22:07:00.702Z | Downloaded hostname v0.4.0 |
| 589 | 2025-06-30T22:07:00.705Z | Downloaded aes v0.8.4 |
| 590 | 2025-06-30T22:07:00.708Z | Downloaded hickory-client v0.25.2 |
| 591 | 2025-06-30T22:07:00.711Z | Downloaded arc-swap v1.7.1 |
| 592 | 2025-06-30T22:07:00.714Z | Downloaded http-body-util v0.1.3 |
| 593 | 2025-06-30T22:07:00.718Z | Downloaded http-body v1.0.1 |
| 594 | 2025-06-30T22:07:00.721Z | Downloaded ignore v0.4.23 |
| 595 | 2025-06-30T22:07:00.724Z | Downloaded blake2 v0.10.6 |
| 596 | 2025-06-30T22:07:00.730Z | Downloaded bitfield v0.14.0 |
| 597 | 2025-06-30T22:07:00.730Z | Downloaded bit-vec v0.8.0 |
| 598 | 2025-06-30T22:07:00.733Z | Downloaded home v0.5.9 |
| 599 | 2025-06-30T22:07:00.733Z | Downloaded iana-time-zone v0.1.63 |
| 600 | 2025-06-30T22:07:00.737Z | Downloaded httparse v1.9.5 |
| 601 | 2025-06-30T22:07:00.740Z | Downloaded heapless v0.8.0 |
| 602 | 2025-06-30T22:07:00.744Z | Downloaded instability v0.3.2 |
| 603 | 2025-06-30T22:07:00.747Z | Downloaded litrs v0.4.1 |
| 604 | 2025-06-30T22:07:00.750Z | Downloaded instant v0.1.13 |
| 605 | 2025-06-30T22:07:00.755Z | Downloaded http-range v0.1.5 |
| 606 | 2025-06-30T22:07:00.755Z | Downloaded cfg_aliases v0.1.1 |
| 607 | 2025-06-30T22:07:00.758Z | Downloaded inout v0.1.3 |
| 608 | 2025-06-30T22:07:00.758Z | Downloaded hyper-rustls v0.27.7 |
| 609 | 2025-06-30T22:07:00.764Z | Downloaded indent_write v2.2.0 |
| 610 | 2025-06-30T22:07:00.768Z | Downloaded humantime v2.2.0 |
| 611 | 2025-06-30T22:07:00.768Z | Downloaded httpdate v1.0.3 |
| 612 | 2025-06-30T22:07:00.768Z | Downloaded ciborium-io v0.2.2 |
| 613 | 2025-06-30T22:07:00.771Z | Downloaded lazy_static v1.5.0 |
| 614 | 2025-06-30T22:07:00.771Z | Downloaded heck v0.3.3 |
| 615 | 2025-06-30T22:07:00.777Z | Downloaded hubpack_derive v0.1.1 |
| 616 | 2025-06-30T22:07:00.778Z | Downloaded crc8 v0.1.1 |
| 617 | 2025-06-30T22:07:00.784Z | Downloaded bitflags v1.3.2 |
| 618 | 2025-06-30T22:07:00.784Z | Downloaded is_ci v1.2.0 |
| 619 | 2025-06-30T22:07:00.784Z | Downloaded lockfree-object-pool v0.1.6 |
| 620 | 2025-06-30T22:07:00.788Z | Downloaded chacha20 v0.9.1 |
| 621 | 2025-06-30T22:07:00.788Z | Downloaded indoc v1.0.9 |
| 622 | 2025-06-30T22:07:00.791Z | Downloaded lazycell v1.3.0 |
| 623 | 2025-06-30T22:07:00.796Z | Downloaded cmake v0.1.51 |
| 624 | 2025-06-30T22:07:00.799Z | Downloaded internet-checksum v0.2.1 |
| 625 | 2025-06-30T22:07:00.799Z | Downloaded argon2 v0.5.3 |
| 626 | 2025-06-30T22:07:00.799Z | Downloaded is-terminal v0.4.13 |
| 627 | 2025-06-30T22:07:00.803Z | Downloaded ciborium-ll v0.2.2 |
| 628 | 2025-06-30T22:07:00.807Z | Downloaded assert_matches v1.5.0 |
| 629 | 2025-06-30T22:07:00.807Z | Downloaded rand_seeder v0.3.0 |
| 630 | 2025-06-30T22:07:00.807Z | Downloaded match_cfg v0.1.0 |
| 631 | 2025-06-30T22:07:00.811Z | Downloaded md5 v0.7.0 |
| 632 | 2025-06-30T22:07:00.811Z | Downloaded arrayref v0.3.9 |
| 633 | 2025-06-30T22:07:00.816Z | Downloaded convert_case v0.4.0 |
| 634 | 2025-06-30T22:07:00.816Z | Downloaded constant_time_eq v0.3.1 |
| 635 | 2025-06-30T22:07:00.816Z | Downloaded cipher v0.4.4 |
| 636 | 2025-06-30T22:07:00.819Z | Downloaded chrono-tz-build v0.4.0 |
| 637 | 2025-06-30T22:07:00.820Z | Downloaded hubpack v0.1.2 |
| 638 | 2025-06-30T22:07:00.823Z | Downloaded managed v0.8.0 |
| 639 | 2025-06-30T22:07:00.823Z | Downloaded hostname v0.3.1 |
| 640 | 2025-06-30T22:07:00.826Z | Downloaded slog-envlogger v2.2.0 |
| 641 | 2025-06-30T22:07:00.830Z | Downloaded rfc6979 v0.4.0 |
| 642 | 2025-06-30T22:07:00.830Z | Downloaded maybe-uninit v2.0.0 |
| 643 | 2025-06-30T22:07:00.833Z | Downloaded maplit v1.0.2 |
| 644 | 2025-06-30T22:07:00.833Z | Downloaded cobs v0.2.3 |
| 645 | 2025-06-30T22:07:00.839Z | Downloaded lru v0.12.5 |
| 646 | 2025-06-30T22:07:00.839Z | Downloaded critical-section v1.1.3 |
| 647 | 2025-06-30T22:07:00.842Z | Downloaded libsw-core v0.3.1 |
| 648 | 2025-06-30T22:07:00.842Z | Downloaded cbc v0.1.2 |
| 649 | 2025-06-30T22:07:00.846Z | Downloaded cargo_metadata v0.18.1 |
| 650 | 2025-06-30T22:07:00.846Z | Downloaded bzip2 v0.4.4 |
| 651 | 2025-06-30T22:07:00.852Z | Downloaded sqlparser_derive v0.2.2 |
| 652 | 2025-06-30T22:07:00.852Z | Downloaded progenitor v0.8.0 |
| 653 | 2025-06-30T22:07:00.852Z | Downloaded time-core v0.1.2 |
| 654 | 2025-06-30T22:07:00.855Z | Downloaded linear-map v1.2.0 |
| 655 | 2025-06-30T22:07:00.855Z | Downloaded libsw v3.5.0 |
| 656 | 2025-06-30T22:07:00.859Z | Downloaded rustc-hash v1.1.0 |
| 657 | 2025-06-30T22:07:00.863Z | Downloaded libefi-sys v0.1.0 |
| 658 | 2025-06-30T22:07:00.863Z | Downloaded serde_urlencoded v0.7.1 |
| 659 | 2025-06-30T22:07:00.868Z | Downloaded lalrpop-util v0.19.12 |
| 660 | 2025-06-30T22:07:00.868Z | Downloaded void v1.0.2 |
| 661 | 2025-06-30T22:07:00.868Z | Downloaded linked-hash-map v0.5.6 |
| 662 | 2025-06-30T22:07:00.875Z | Downloaded libz-rs-sys v0.5.1 |
| 663 | 2025-06-30T22:07:00.875Z | Downloaded bumpalo v3.16.0 |
| 664 | 2025-06-30T22:07:00.886Z | Downloaded mime v0.3.17 |
| 665 | 2025-06-30T22:07:00.886Z | Downloaded const_format_proc_macros v0.2.34 |
| 666 | 2025-06-30T22:07:00.895Z | Downloaded try-lock v0.2.5 |
| 667 | 2025-06-30T22:07:00.895Z | Downloaded tower-layer v0.3.3 |
| 668 | 2025-06-30T22:07:00.895Z | Downloaded zone_cfg_derive v0.3.0 |
| 669 | 2025-06-30T22:07:00.895Z | Downloaded async-bb8-diesel v0.2.1 |
| 670 | 2025-06-30T22:07:00.895Z | Downloaded spki v0.7.3 |
| 671 | 2025-06-30T22:07:00.898Z | Downloaded quinn-udp v0.5.5 |
| 672 | 2025-06-30T22:07:00.898Z | Downloaded colored v2.2.0 |
| 673 | 2025-06-30T22:07:00.898Z | Downloaded typify-macro v0.2.0 |
| 674 | 2025-06-30T22:07:00.898Z | Downloaded proc-macro-error2 v2.0.1 |
| 675 | 2025-06-30T22:07:00.902Z | Downloaded strum_macros v0.26.4 |
| 676 | 2025-06-30T22:07:00.906Z | Downloaded time-macros v0.2.18 |
| 677 | 2025-06-30T22:07:00.910Z | Downloaded topological-sort v0.2.2 |
| 678 | 2025-06-30T22:07:00.913Z | Downloaded progenitor-impl v0.9.1 |
| 679 | 2025-06-30T22:07:00.913Z | Downloaded serde_repr v0.1.19 |
| 680 | 2025-06-30T22:07:00.917Z | Downloaded serde_derive_internals v0.29.1 |
| 681 | 2025-06-30T22:07:00.922Z | Downloaded const-oid v0.9.6 |
| 682 | 2025-06-30T22:07:00.929Z | Downloaded ingot-types v0.1.0 |
| 683 | 2025-06-30T22:07:00.929Z | Downloaded universal-hash v0.5.1 |
| 684 | 2025-06-30T22:07:00.929Z | Downloaded tls_codec v0.4.1 |
| 685 | 2025-06-30T22:07:00.932Z | Downloaded tiny-keccak v2.0.2 |
| 686 | 2025-06-30T22:07:00.946Z | Downloaded normalize-line-endings v0.3.0 |
| 687 | 2025-06-30T22:07:00.952Z | Downloaded newtype_derive v0.1.6 |
| 688 | 2025-06-30T22:07:00.952Z | Downloaded fxhash v0.2.1 |
| 689 | 2025-06-30T22:07:00.952Z | Downloaded endian-type v0.1.2 |
| 690 | 2025-06-30T22:07:00.952Z | Downloaded zone_cfg_derive v0.1.2 |
| 691 | 2025-06-30T22:07:00.956Z | Downloaded chacha20poly1305 v0.10.1 |
| 692 | 2025-06-30T22:07:00.956Z | Downloaded which v4.4.2 |
| 693 | 2025-06-30T22:07:00.956Z | Downloaded mime_guess v2.0.5 |
| 694 | 2025-06-30T22:07:00.960Z | Downloaded parse-size v1.1.0 |
| 695 | 2025-06-30T22:07:00.960Z | Downloaded memoffset v0.9.1 |
| 696 | 2025-06-30T22:07:00.963Z | Downloaded multimap v0.10.1 |
| 697 | 2025-06-30T22:07:00.966Z | Downloaded simd-adler32 v0.3.7 |
| 698 | 2025-06-30T22:07:00.966Z | Downloaded ed25519 v2.2.3 |
| 699 | 2025-06-30T22:07:00.971Z | Downloaded display-error-chain v0.2.2 |
| 700 | 2025-06-30T22:07:00.974Z | Downloaded opaque-debug v0.3.1 |
| 701 | 2025-06-30T22:07:00.974Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 702 | 2025-06-30T22:07:00.974Z | Downloaded progenitor-client v0.9.1 |
| 703 | 2025-06-30T22:07:00.977Z | Downloaded foreign-types v0.3.2 |
| 704 | 2025-06-30T22:07:00.977Z | Downloaded sqlformat v0.3.5 |
| 705 | 2025-06-30T22:07:00.981Z | Downloaded pretty-hex v0.2.1 |
| 706 | 2025-06-30T22:07:00.987Z | Downloaded futures-task v0.3.31 |
| 707 | 2025-06-30T22:07:00.988Z | Downloaded foldhash v0.1.5 |
| 708 | 2025-06-30T22:07:00.988Z | Downloaded structmeta-derive v0.3.0 |
| 709 | 2025-06-30T22:07:00.992Z | Downloaded dirs-sys-next v0.1.2 |
| 710 | 2025-06-30T22:07:00.992Z | Downloaded foreign-types-macros v0.2.3 |
| 711 | 2025-06-30T22:07:00.992Z | Downloaded foreign-types v0.5.0 |
| 712 | 2025-06-30T22:07:00.992Z | Downloaded fd-lock v4.0.2 |
| 713 | 2025-06-30T22:07:00.997Z | Downloaded russh-cryptovec v0.7.3 |
| 714 | 2025-06-30T22:07:00.997Z | Downloaded sha1 v0.10.6 |
| 715 | 2025-06-30T22:07:01.004Z | Downloaded term v0.7.0 |
| 716 | 2025-06-30T22:07:01.009Z | Downloaded num-derive v0.4.2 |
| 717 | 2025-06-30T22:07:01.009Z | Downloaded num-derive v0.3.3 |
| 718 | 2025-06-30T22:07:01.009Z | Downloaded tinyvec v1.8.0 |
| 719 | 2025-06-30T22:07:01.012Z | Downloaded serde-big-array v0.5.1 |
| 720 | 2025-06-30T22:07:01.017Z | Downloaded oxnet v0.1.2 |
| 721 | 2025-06-30T22:07:01.017Z | Downloaded strum v0.26.3 |
| 722 | 2025-06-30T22:07:01.020Z | Downloaded tower-service v0.3.3 |
| 723 | 2025-06-30T22:07:01.020Z | Downloaded pretty_assertions v1.4.1 |
| 724 | 2025-06-30T22:07:01.023Z | Downloaded sigpipe v0.1.3 |
| 725 | 2025-06-30T22:07:01.023Z | Downloaded ppv-lite86 v0.2.20 |
| 726 | 2025-06-30T22:07:01.026Z | Downloaded sct v0.7.1 |
| 727 | 2025-06-30T22:07:01.030Z | Downloaded pin-utils v0.1.0 |
| 728 | 2025-06-30T22:07:01.033Z | Downloaded progenitor-macro v0.9.1 |
| 729 | 2025-06-30T22:07:01.033Z | Downloaded pem-rfc7468 v0.7.0 |
| 730 | 2025-06-30T22:07:01.037Z | Downloaded num-integer v0.1.46 |
| 731 | 2025-06-30T22:07:01.040Z | Downloaded whoami v1.6.0 |
| 732 | 2025-06-30T22:07:01.044Z | Downloaded defmt v0.3.8 |
| 733 | 2025-06-30T22:07:02.810Z | Downloaded base64 v0.22.1 |
| 734 | 2025-06-30T22:07:02.865Z | Downloaded scopeguard v1.2.0 |
| 735 | 2025-06-30T22:07:02.865Z | Downloaded vsss-rs v3.3.4 |
| 736 | 2025-06-30T22:07:02.865Z | Downloaded psl-types v2.0.11 |
| 737 | 2025-06-30T22:07:02.865Z | Downloaded zopfli v0.8.1 |
| 738 | 2025-06-30T22:07:02.865Z | Downloaded thread_local v1.1.8 |
| 739 | 2025-06-30T22:07:02.865Z | Downloaded termtree v0.5.1 |
| 740 | 2025-06-30T22:07:02.865Z | Downloaded structmeta v0.3.0 |
| 741 | 2025-06-30T22:07:02.865Z | Downloaded strip-ansi-escapes v0.2.0 |
| 742 | 2025-06-30T22:07:02.866Z | Downloaded parse-display-derive v0.10.0 |
| 743 | 2025-06-30T22:07:02.866Z | Downloaded derive-where v1.5.0 |
| 744 | 2025-06-30T22:07:02.866Z | Downloaded quinn v0.11.5 |
| 745 | 2025-06-30T22:07:02.866Z | Downloaded untrusted v0.9.0 |
| 746 | 2025-06-30T22:07:02.866Z | Downloaded openssl-probe v0.1.5 |
| 747 | 2025-06-30T22:07:02.866Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 748 | 2025-06-30T22:07:02.866Z | Downloaded strum_macros v0.25.3 |
| 749 | 2025-06-30T22:07:02.866Z | Downloaded strum_macros v0.24.3 |
| 750 | 2025-06-30T22:07:02.866Z | Downloaded openssl-macros v0.1.1 |
| 751 | 2025-06-30T22:07:02.866Z | Downloaded signature v2.2.0 |
| 752 | 2025-06-30T22:07:02.866Z | Downloaded multer v3.1.0 |
| 753 | 2025-06-30T22:07:02.866Z | Downloaded debug-ignore v1.0.5 |
| 754 | 2025-06-30T22:07:02.866Z | Downloaded compact_str v0.8.0 |
| 755 | 2025-06-30T22:07:02.866Z | Downloaded indicatif v0.17.11 |
| 756 | 2025-06-30T22:07:02.866Z | Downloaded signal-hook-tokio v0.3.1 |
| 757 | 2025-06-30T22:07:02.866Z | Downloaded peg-runtime v0.8.5 |
| 758 | 2025-06-30T22:07:02.866Z | Downloaded nodrop v0.1.14 |
| 759 | 2025-06-30T22:07:02.866Z | Downloaded tokio-tungstenite v0.21.0 |
| 760 | 2025-06-30T22:07:02.866Z | Downloaded embedded-io v0.4.0 |
| 761 | 2025-06-30T22:07:02.866Z | Downloaded either v1.15.0 |
| 762 | 2025-06-30T22:07:02.866Z | Downloaded parking_lot v0.11.2 |
| 763 | 2025-06-30T22:07:02.866Z | Downloaded zerocopy v0.6.6 |
| 764 | 2025-06-30T22:07:02.866Z | Downloaded secrecy v0.10.3 |
| 765 | 2025-06-30T22:07:02.866Z | Downloaded secrecy v0.8.0 |
| 766 | 2025-06-30T22:07:02.866Z | Downloaded futures-channel v0.3.31 |
| 767 | 2025-06-30T22:07:02.866Z | Downloaded hash32 v0.3.1 |
| 768 | 2025-06-30T22:07:02.866Z | Downloaded hash32 v0.2.1 |
| 769 | 2025-06-30T22:07:02.866Z | Downloaded tar v0.4.44 |
| 770 | 2025-06-30T22:07:02.866Z | Downloaded tabled_derive v0.10.0 |
| 771 | 2025-06-30T22:07:02.866Z | Downloaded sync_wrapper v1.0.1 |
| 772 | 2025-06-30T22:07:02.866Z | Downloaded packed_struct v0.10.1 |
| 773 | 2025-06-30T22:07:02.866Z | Downloaded phf_shared v0.11.2 |
| 774 | 2025-06-30T22:07:02.866Z | Downloaded phf_generator v0.11.2 |
| 775 | 2025-06-30T22:07:02.867Z | Downloaded phf_codegen v0.11.2 |
| 776 | 2025-06-30T22:07:02.867Z | Downloaded packed_struct_codegen v0.10.1 |
| 777 | 2025-06-30T22:07:02.867Z | Downloaded russh-keys v0.45.0 |
| 778 | 2025-06-30T22:07:02.867Z | Downloaded crossbeam-channel v0.5.15 |
| 779 | 2025-06-30T22:07:02.867Z | Downloaded float-ord v0.3.2 |
| 780 | 2025-06-30T22:07:02.867Z | Downloaded fixedbitset v0.4.2 |
| 781 | 2025-06-30T22:07:02.867Z | Downloaded diesel-dtrace v0.4.2 |
| 782 | 2025-06-30T22:07:02.867Z | Downloaded darling_macro v0.20.10 |
| 783 | 2025-06-30T22:07:02.867Z | Downloaded primeorder v0.13.6 |
| 784 | 2025-06-30T22:07:02.867Z | Downloaded derive_builder_core v0.20.2 |
| 785 | 2025-06-30T22:07:02.867Z | Downloaded rand_xorshift v0.4.0 |
| 786 | 2025-06-30T22:07:02.867Z | Downloaded crunchy v0.2.2 |
| 787 | 2025-06-30T22:07:02.867Z | Downloaded ghash v0.5.1 |
| 788 | 2025-06-30T22:07:02.867Z | Downloaded omicron-zone-package v0.12.2 |
| 789 | 2025-06-30T22:07:02.867Z | Downloaded schemars_derive v0.8.22 |
| 790 | 2025-06-30T22:07:02.867Z | Downloaded semver v0.1.20 |
| 791 | 2025-06-30T22:07:02.867Z | Downloaded tracing-attributes v0.1.27 |
| 792 | 2025-06-30T22:07:02.867Z | Downloaded subtle v2.6.1 |
| 793 | 2025-06-30T22:07:02.867Z | Downloaded diesel_derives v2.2.3 |
| 794 | 2025-06-30T22:07:02.867Z | Downloaded oso-derive v0.27.3 |
| 795 | 2025-06-30T22:07:02.867Z | Downloaded utf-8 v0.7.6 |
| 796 | 2025-06-30T22:07:02.867Z | Downloaded rayon-core v1.12.1 |
| 797 | 2025-06-30T22:07:02.867Z | Downloaded r2d2 v0.8.10 |
| 798 | 2025-06-30T22:07:02.867Z | Downloaded value-bag v1.9.0 |
| 799 | 2025-06-30T22:07:02.867Z | Downloaded proc-macro-crate v1.3.1 |
| 800 | 2025-06-30T22:07:02.867Z | Downloaded serde_bytes v0.11.17 |
| 801 | 2025-06-30T22:07:02.867Z | Downloaded rusty-fork v0.3.0 |
| 802 | 2025-06-30T22:07:02.867Z | Downloaded wait-timeout v0.2.0 |
| 803 | 2025-06-30T22:07:02.867Z | Downloaded yansi v1.0.1 |
| 804 | 2025-06-30T22:07:02.867Z | Downloaded take_mut v0.2.2 |
| 805 | 2025-06-30T22:07:02.867Z | Downloaded unarray v0.1.4 |
| 806 | 2025-06-30T22:07:02.867Z | Downloaded typify-macro v0.4.1 |
| 807 | 2025-06-30T22:07:02.867Z | Downloaded typify-macro v0.3.0 |
| 808 | 2025-06-30T22:07:02.867Z | Downloaded ssh-encoding v0.2.0 |
| 809 | 2025-06-30T22:07:02.868Z | Downloaded dirs-next v2.0.0 |
| 810 | 2025-06-30T22:07:02.868Z | Downloaded rustc-demangle v0.1.24 |
| 811 | 2025-06-30T22:07:02.868Z | Downloaded futures v0.3.31 |
| 812 | 2025-06-30T22:07:02.868Z | Downloaded tagptr v0.2.0 |
| 813 | 2025-06-30T22:07:02.868Z | Downloaded unsafe-libyaml v0.2.11 |
| 814 | 2025-06-30T22:07:02.868Z | Downloaded sync-ptr v0.1.4 |
| 815 | 2025-06-30T22:07:02.868Z | Downloaded radium v0.7.0 |
| 816 | 2025-06-30T22:07:02.868Z | Downloaded num v0.4.3 |
| 817 | 2025-06-30T22:07:02.868Z | Downloaded tabwriter v1.4.0 |
| 818 | 2025-06-30T22:07:02.868Z | Downloaded num_enum v0.5.11 |
| 819 | 2025-06-30T22:07:02.868Z | Downloaded document-features v0.2.10 |
| 820 | 2025-06-30T22:07:02.868Z | Downloaded phf v0.11.2 |
| 821 | 2025-06-30T22:07:02.868Z | Downloaded ff v0.13.0 |
| 822 | 2025-06-30T22:07:02.868Z | Downloaded deranged v0.3.11 |
| 823 | 2025-06-30T22:07:02.869Z | Downloaded vte v0.11.1 |
| 824 | 2025-06-30T22:07:02.869Z | Downloaded foreign-types-shared v0.1.1 |
| 825 | 2025-06-30T22:07:02.869Z | Downloaded flagset v0.4.6 |
| 826 | 2025-06-30T22:07:02.869Z | Downloaded rcgen v0.12.1 |
| 827 | 2025-06-30T22:07:02.869Z | Downloaded prefix-trie v0.7.0 |
| 828 | 2025-06-30T22:07:02.869Z | Downloaded hyper v1.6.0 |
| 829 | 2025-06-30T22:07:02.869Z | Downloaded number_prefix v0.4.0 |
| 830 | 2025-06-30T22:07:02.869Z | Downloaded num_threads v0.1.7 |
| 831 | 2025-06-30T22:07:02.869Z | Downloaded rustversion v1.0.17 |
| 832 | 2025-06-30T22:07:02.869Z | Downloaded quick-error v1.2.3 |
| 833 | 2025-06-30T22:07:02.869Z | Downloaded polyval v0.6.2 |
| 834 | 2025-06-30T22:07:02.925Z | Downloaded path-slash v0.1.5 |
| 835 | 2025-06-30T22:07:02.925Z | Downloaded hickory-server v0.25.2 |
| 836 | 2025-06-30T22:07:02.925Z | Downloaded termcolor v1.4.1 |
| 837 | 2025-06-30T22:07:02.925Z | Downloaded supports-color v3.0.2 |
| 838 | 2025-06-30T22:07:02.925Z | Downloaded toml v0.7.8 |
| 839 | 2025-06-30T22:07:02.925Z | Downloaded support-bundle-viewer v0.1.2 |
| 840 | 2025-06-30T22:07:02.925Z | Downloaded slab v0.4.9 |
| 841 | 2025-06-30T22:07:02.925Z | Downloaded pbkdf2 v0.12.2 |
| 842 | 2025-06-30T22:07:02.926Z | Downloaded num-rational v0.4.2 |
| 843 | 2025-06-30T22:07:02.926Z | Downloaded rustc_version v0.1.7 |
| 844 | 2025-06-30T22:07:02.926Z | Downloaded fixedbitset v0.5.7 |
| 845 | 2025-06-30T22:07:02.926Z | Downloaded tracing-core v0.1.32 |
| 846 | 2025-06-30T22:07:02.926Z | Downloaded xshell-macros v0.2.7 |
| 847 | 2025-06-30T22:07:02.926Z | Downloaded xattr v1.3.1 |
| 848 | 2025-06-30T22:07:02.926Z | Downloaded wyz v0.5.1 |
| 849 | 2025-06-30T22:07:02.926Z | Downloaded uuid v1.17.0 |
| 850 | 2025-06-30T22:07:02.926Z | Downloaded derive_builder_macro v0.20.2 |
| 851 | 2025-06-30T22:07:02.926Z | Downloaded float-cmp v0.10.0 |
| 852 | 2025-06-30T22:07:02.926Z | Downloaded poly1305 v0.8.0 |
| 853 | 2025-06-30T22:07:02.926Z | Downloaded new_debug_unreachable v1.0.6 |
| 854 | 2025-06-30T22:07:02.926Z | Downloaded libm v0.2.8 |
| 855 | 2025-06-30T22:07:02.926Z | Downloaded futures-executor v0.3.31 |
| 856 | 2025-06-30T22:07:02.926Z | Downloaded pbkdf2 v0.11.0 |
| 857 | 2025-06-30T22:07:02.926Z | Downloaded tracing v0.1.40 |
| 858 | 2025-06-30T22:07:02.926Z | Downloaded signal-hook-registry v1.4.2 |
| 859 | 2025-06-30T22:07:02.926Z | Downloaded bindgen v0.69.5 |
| 860 | 2025-06-30T22:07:02.926Z | Downloaded newline-converter v0.3.0 |
| 861 | 2025-06-30T22:07:02.926Z | Downloaded progenitor v0.9.1 |
| 862 | 2025-06-30T22:07:02.926Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 863 | 2025-06-30T22:07:02.926Z | Downloaded csv-core v0.1.11 |
| 864 | 2025-06-30T22:07:02.926Z | Downloaded ctr v0.9.2 |
| 865 | 2025-06-30T22:07:02.926Z | Downloaded xz2 v0.1.7 |
| 866 | 2025-06-30T22:07:02.926Z | Downloaded rustls-pemfile v1.0.4 |
| 867 | 2025-06-30T22:07:02.926Z | Downloaded tui-tree-widget v0.23.1 |
| 868 | 2025-06-30T22:07:02.926Z | Downloaded progenitor-client v0.10.0 |
| 869 | 2025-06-30T22:07:02.926Z | Downloaded xshell v0.2.7 |
| 870 | 2025-06-30T22:07:02.926Z | Downloaded want v0.3.1 |
| 871 | 2025-06-30T22:07:02.926Z | Downloaded native-tls v0.2.12 |
| 872 | 2025-06-30T22:07:02.926Z | Downloaded nanorand v0.7.0 |
| 873 | 2025-06-30T22:07:02.926Z | Downloaded tokio-native-tls v0.3.1 |
| 874 | 2025-06-30T22:07:02.926Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 875 | 2025-06-30T22:07:02.926Z | Downloaded slog v2.7.0 |
| 876 | 2025-06-30T22:07:02.926Z | Downloaded itertools v0.12.1 |
| 877 | 2025-06-30T22:07:02.926Z | Downloaded foreign-types-shared v0.3.1 |
| 878 | 2025-06-30T22:07:02.927Z | Downloaded pkg-config v0.3.31 |
| 879 | 2025-06-30T22:07:02.927Z | Downloaded zone v0.3.1 |
| 880 | 2025-06-30T22:07:02.927Z | Downloaded russh v0.45.0 |
| 881 | 2025-06-30T22:07:02.927Z | Downloaded futures-io v0.3.31 |
| 882 | 2025-06-30T22:07:02.927Z | Downloaded tokio-macros v2.5.0 |
| 883 | 2025-06-30T22:07:02.927Z | Downloaded futures-core v0.3.31 |
| 884 | 2025-06-30T22:07:02.927Z | Downloaded oxide-tokio-rt v0.1.1 |
| 885 | 2025-06-30T22:07:02.927Z | Downloaded parking_lot v0.12.3 |
| 886 | 2025-06-30T22:07:02.927Z | Downloaded glob v0.3.2 |
| 887 | 2025-06-30T22:07:02.927Z | Downloaded pem v3.0.5 |
| 888 | 2025-06-30T22:07:02.927Z | Downloaded precomputed-hash v0.1.1 |
| 889 | 2025-06-30T22:07:02.927Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2025-06-30T22:07:02.927Z | Downloaded progenitor-impl v0.8.0 |
| 891 | 2025-06-30T22:07:02.927Z | Downloaded gethostname v0.5.0 |
| 892 | 2025-06-30T22:07:02.927Z | Downloaded derive_more v0.99.20 |
| 893 | 2025-06-30T22:07:02.927Z | Downloaded rustc-hash v2.1.1 |
| 894 | 2025-06-30T22:07:02.927Z | Downloaded slog-stdlog v4.1.1 |
| 895 | 2025-06-30T22:07:02.927Z | Downloaded ref-cast-impl v1.0.24 |
| 896 | 2025-06-30T22:07:02.927Z | Downloaded socket2 v0.5.10 |
| 897 | 2025-06-30T22:07:02.927Z | Downloaded pin-project-lite v0.2.14 |
| 898 | 2025-06-30T22:07:02.927Z | Downloaded num-conv v0.1.0 |
| 899 | 2025-06-30T22:07:02.927Z | Downloaded dsl_auto_type v0.1.2 |
| 900 | 2025-06-30T22:07:02.927Z | Downloaded pin-project-internal v1.1.6 |
| 901 | 2025-06-30T22:07:02.927Z | Downloaded der_derive v0.7.3 |
| 902 | 2025-06-30T22:07:02.927Z | Downloaded signal-hook v0.3.18 |
| 903 | 2025-06-30T22:07:02.927Z | Downloaded password-hash v0.5.0 |
| 904 | 2025-06-30T22:07:02.927Z | Downloaded cstr-argument v0.1.2 |
| 905 | 2025-06-30T22:07:02.927Z | Downloaded unicode-segmentation v1.12.0 |
| 906 | 2025-06-30T22:07:02.927Z | Downloaded zone v0.1.8 |
| 907 | 2025-06-30T22:07:02.927Z | Downloaded paste v1.0.15 |
| 908 | 2025-06-30T22:07:02.927Z | Downloaded string_cache v0.8.9 |
| 909 | 2025-06-30T22:07:02.927Z | Downloaded daft v0.1.3 |
| 910 | 2025-06-30T22:07:02.927Z | Downloaded tokio-stream v0.1.17 |
| 911 | 2025-06-30T22:07:02.927Z | Downloaded flume v0.11.1 |
| 912 | 2025-06-30T22:07:02.927Z | Downloaded env_logger v0.11.5 |
| 913 | 2025-06-30T22:07:02.927Z | Downloaded static_assertions v1.1.0 |
| 914 | 2025-06-30T22:07:02.928Z | Downloaded rustls-pemfile v2.2.0 |
| 915 | 2025-06-30T22:07:02.928Z | Downloaded ref-cast v1.0.24 |
| 916 | 2025-06-30T22:07:02.928Z | Downloaded postcard v1.0.10 |
| 917 | 2025-06-30T22:07:02.928Z | Downloaded zeroize v1.8.1 |
| 918 | 2025-06-30T22:07:02.928Z | Downloaded fs-err v2.11.0 |
| 919 | 2025-06-30T22:07:02.928Z | Downloaded fallible-iterator v0.2.0 |
| 920 | 2025-06-30T22:07:02.928Z | Downloaded time v0.3.36 |
| 921 | 2025-06-30T22:07:02.928Z | Downloaded salsa20 v0.10.2 |
| 922 | 2025-06-30T22:07:02.928Z | Downloaded progenitor v0.10.0 |
| 923 | 2025-06-30T22:07:02.928Z | Downloaded predicates-core v1.0.8 |
| 924 | 2025-06-30T22:07:02.928Z | Downloaded defmt-macros v0.3.9 |
| 925 | 2025-06-30T22:07:02.928Z | Downloaded siphasher v0.3.11 |
| 926 | 2025-06-30T22:07:02.928Z | Downloaded tls_codec_derive v0.4.1 |
| 927 | 2025-06-30T22:07:02.928Z | Downloaded predicates v3.1.3 |
| 928 | 2025-06-30T22:07:02.928Z | Downloaded slog-async v2.8.0 |
| 929 | 2025-06-30T22:07:02.928Z | Downloaded termios v0.3.3 |
| 930 | 2025-06-30T22:07:02.928Z | Downloaded typify v0.3.0 |
| 931 | 2025-06-30T22:07:02.928Z | Downloaded fs_extra v1.3.0 |
| 932 | 2025-06-30T22:07:02.928Z | Downloaded itertools v0.13.0 |
| 933 | 2025-06-30T22:07:02.928Z | Downloaded data-encoding v2.9.0 |
| 934 | 2025-06-30T22:07:03.742Z | Downloaded dyn-clone v1.0.19 |
| 935 | 2025-06-30T22:07:03.742Z | Downloaded zeroize_derive v1.4.2 |
| 936 | 2025-06-30T22:07:03.742Z | Downloaded env_filter v0.1.2 |
| 937 | 2025-06-30T22:07:03.743Z | Downloaded rand v0.8.5 |
| 938 | 2025-06-30T22:07:03.743Z | Downloaded hkdf v0.12.4 |
| 939 | 2025-06-30T22:07:03.743Z | Downloaded h2 v0.4.6 |
| 940 | 2025-06-30T22:07:03.743Z | Downloaded tokio-dtrace v0.1.0 |
| 941 | 2025-06-30T22:07:03.743Z | Downloaded tokio-util v0.7.15 |
| 942 | 2025-06-30T22:07:03.743Z | Downloaded slog-bunyan v2.5.0 |
| 943 | 2025-06-30T22:07:03.743Z | Downloaded winnow v0.5.40 |
| 944 | 2025-06-30T22:07:03.743Z | Downloaded slog-term v2.9.1 |
| 945 | 2025-06-30T22:07:03.743Z | Downloaded tungstenite v0.23.0 |
| 946 | 2025-06-30T22:07:03.743Z | Downloaded tungstenite v0.21.0 |
| 947 | 2025-06-30T22:07:03.743Z | Downloaded p521 v0.13.3 |
| 948 | 2025-06-30T22:07:03.743Z | Downloaded reqwest v0.12.20 |
| 949 | 2025-06-30T22:07:03.743Z | Downloaded oso v0.27.3 |
| 950 | 2025-06-30T22:07:03.743Z | Downloaded env_logger v0.10.2 |
| 951 | 2025-06-30T22:07:03.743Z | Downloaded dunce v1.0.5 |
| 952 | 2025-06-30T22:07:03.743Z | Downloaded der v0.7.9 |
| 953 | 2025-06-30T22:07:03.743Z | Downloaded embedded-io v0.6.1 |
| 954 | 2025-06-30T22:07:03.743Z | Downloaded steno v0.4.1 |
| 955 | 2025-06-30T22:07:03.743Z | Downloaded num-iter v0.1.45 |
| 956 | 2025-06-30T22:07:03.743Z | Downloaded postgres-types v0.2.9 |
| 957 | 2025-06-30T22:07:03.743Z | Downloaded rustls-pki-types v1.10.0 |
| 958 | 2025-06-30T22:07:03.743Z | Downloaded x509-cert v0.2.5 |
| 959 | 2025-06-30T22:07:03.743Z | Downloaded miniz_oxide v0.8.5 |
| 960 | 2025-06-30T22:07:03.743Z | Downloaded schemars v0.8.22 |
| 961 | 2025-06-30T22:07:03.743Z | Downloaded openssl-sys v0.9.109 |
| 962 | 2025-06-30T22:07:03.743Z | Downloaded quinn-proto v0.11.8 |
| 963 | 2025-06-30T22:07:03.743Z | Downloaded expectorate v1.2.0 |
| 964 | 2025-06-30T22:07:03.743Z | Downloaded typed-path v0.9.3 |
| 965 | 2025-06-30T22:07:03.743Z | Downloaded rand v0.9.1 |
| 966 | 2025-06-30T22:07:03.743Z | Downloaded tokio-postgres v0.7.13 |
| 967 | 2025-06-30T22:07:03.743Z | Downloaded zerocopy-derive v0.8.26 |
| 968 | 2025-06-30T22:07:03.743Z | Downloaded zip v0.6.6 |
| 969 | 2025-06-30T22:07:03.743Z | Downloaded crypto-bigint v0.5.5 |
| 970 | 2025-06-30T22:07:03.743Z | Downloaded tower-http v0.6.6 |
| 971 | 2025-06-30T22:07:03.743Z | Downloaded tough v0.20.0 |
| 972 | 2025-06-30T22:07:03.743Z | Downloaded sqlparser v0.45.0 |
| 973 | 2025-06-30T22:07:03.744Z | Downloaded rustls v0.21.12 |
| 974 | 2025-06-30T22:07:03.744Z | Downloaded rustyline v14.0.0 |
| 975 | 2025-06-30T22:07:03.744Z | Downloaded zip v4.2.0 |
| 976 | 2025-06-30T22:07:03.744Z | Downloaded rustls-webpki v0.101.7 |
| 977 | 2025-06-30T22:07:03.744Z | Downloaded num-bigint v0.4.6 |
| 978 | 2025-06-30T22:07:03.744Z | Downloaded mio v1.0.2 |
| 979 | 2025-06-30T22:07:03.744Z | Downloaded num-bigint-dig v0.8.4 |
| 980 | 2025-06-30T22:07:03.744Z | Downloaded smoltcp v0.9.1 |
| 981 | 2025-06-30T22:07:03.744Z | Downloaded ssh-key v0.6.6 |
| 982 | 2025-06-30T22:07:03.744Z | Downloaded quick-xml v0.37.2 |
| 983 | 2025-06-30T22:07:03.744Z | Downloaded tabled v0.18.0 |
| 984 | 2025-06-30T22:07:03.744Z | Downloaded reedline v0.40.0 |
| 985 | 2025-06-30T22:07:03.744Z | Downloaded git2 v0.19.0 |
| 986 | 2025-06-30T22:07:03.744Z | Downloaded portable-atomic v1.11.0 |
| 987 | 2025-06-30T22:07:03.744Z | Downloaded rayon v1.10.0 |
| 988 | 2025-06-30T22:07:03.744Z | Downloaded zlib-rs v0.5.1 |
| 989 | 2025-06-30T22:07:03.744Z | Downloaded nix v0.27.1 |
| 990 | 2025-06-30T22:07:03.744Z | Downloaded polar-core v0.27.3 |
| 991 | 2025-06-30T22:07:03.744Z | Downloaded vcpkg v0.2.15 |
| 992 | 2025-06-30T22:07:03.744Z | Downloaded moka v0.12.10 |
| 993 | 2025-06-30T22:07:03.744Z | Downloaded chrono-tz v0.10.3 |
| 994 | 2025-06-30T22:07:03.744Z | Downloaded regex-syntax v0.8.5 |
| 995 | 2025-06-30T22:07:03.744Z | Downloaded regress v0.10.3 |
| 996 | 2025-06-30T22:07:03.744Z | Downloaded hickory-proto v0.24.4 |
| 997 | 2025-06-30T22:07:03.744Z | Downloaded openssl v0.10.73 |
| 998 | 2025-06-30T22:07:03.744Z | Downloaded regex-syntax v0.6.29 |
| 999 | 2025-06-30T22:07:03.744Z | Downloaded typify-impl v0.4.1 |
| 1000 | 2025-06-30T22:07:03.744Z | Downloaded petname v2.0.2 |
| 1001 | 2025-06-30T22:07:03.744Z | Downloaded typify-impl v0.3.0 |
| 1002 | 2025-06-30T22:07:03.744Z | Downloaded typify-impl v0.2.0 |
| 1003 | 2025-06-30T22:07:03.744Z | Downloaded gimli v0.31.1 |
| 1004 | 2025-06-30T22:07:03.744Z | Downloaded radix_trie v0.2.1 |
| 1005 | 2025-06-30T22:07:03.744Z | Downloaded diesel v2.2.11 |
| 1006 | 2025-06-30T22:07:03.745Z | Downloaded nix v0.29.0 |
| 1007 | 2025-06-30T22:07:03.745Z | Downloaded object v0.30.4 |
| 1008 | 2025-06-30T22:07:03.745Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1009 | 2025-06-30T22:07:03.745Z | Downloaded nix v0.30.1 |
| 1010 | 2025-06-30T22:07:03.745Z | Downloaded nix v0.28.0 |
| 1011 | 2025-06-30T22:07:03.745Z | Downloaded curve25519-dalek v4.1.3 |
| 1012 | 2025-06-30T22:07:03.745Z | Downloaded bstr v1.10.0 |
| 1013 | 2025-06-30T22:07:03.745Z | Downloaded dropshot v0.16.2 |
| 1014 | 2025-06-30T22:07:03.745Z | Downloaded object v0.36.5 |
| 1015 | 2025-06-30T22:07:03.745Z | Downloaded sled v0.34.7 |
| 1016 | 2025-06-30T22:07:03.746Z | Downloaded openapiv3 v2.2.0 |
| 1017 | 2025-06-30T22:07:03.746Z | Downloaded hickory-proto v0.25.2 |
| 1018 | 2025-06-30T22:07:03.746Z | Downloaded webpki-roots v1.0.0 |
| 1019 | 2025-06-30T22:07:03.746Z | Downloaded smoltcp v0.11.0 |
| 1020 | 2025-06-30T22:07:03.746Z | Downloaded winnow v0.6.26 |
| 1021 | 2025-06-30T22:07:03.746Z | Downloaded zerocopy v0.8.26 |
| 1022 | 2025-06-30T22:07:03.746Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1023 | 2025-06-30T22:07:03.746Z | Downloaded rustls v0.22.4 |
| 1024 | 2025-06-30T22:07:03.746Z | Downloaded rustls v0.23.19 |
| 1025 | 2025-06-30T22:07:03.746Z | Downloaded sha3 v0.10.8 |
| 1026 | 2025-06-30T22:07:03.746Z | Downloaded regex v1.11.1 |
| 1027 | 2025-06-30T22:07:03.746Z | Downloaded p384 v0.13.0 |
| 1028 | 2025-06-30T22:07:03.746Z | Downloaded rustls-webpki v0.102.8 |
| 1029 | 2025-06-30T22:07:03.746Z | Downloaded zerocopy-derive v0.6.6 |
| 1030 | 2025-06-30T22:07:03.746Z | Downloaded ratatui v0.29.0 |
| 1031 | 2025-06-30T22:07:03.746Z | Downloaded tokio v1.45.1 |
| 1032 | 2025-06-30T22:07:03.746Z | Downloaded jiff v0.2.15 |
| 1033 | 2025-06-30T22:07:03.746Z | Downloaded csv v1.3.1 |
| 1034 | 2025-06-30T22:07:03.763Z | Downloaded proptest v1.7.0 |
| 1035 | 2025-06-30T22:07:03.764Z | Downloaded petgraph v0.6.5 |
| 1036 | 2025-06-30T22:07:03.764Z | Downloaded regex-automata v0.4.8 |
| 1037 | 2025-06-30T22:07:03.764Z | Downloaded lalrpop v0.19.12 |
| 1038 | 2025-06-30T22:07:03.764Z | Downloaded lzma-sys v0.1.20 |
| 1039 | 2025-06-30T22:07:03.764Z | Downloaded futures-util v0.3.31 |
| 1040 | 2025-06-30T22:07:03.764Z | Downloaded serde_with v3.12.0 |
| 1041 | 2025-06-30T22:07:03.764Z | Downloaded petgraph v0.8.2 |
| 1042 | 2025-06-30T22:07:03.764Z | Downloaded libz-sys v1.1.20 |
| 1043 | 2025-06-30T22:07:03.764Z | Downloaded tower v0.5.2 |
| 1044 | 2025-06-30T22:07:03.764Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1045 | 2025-06-30T22:07:03.769Z | Downloaded parse-zoneinfo v0.3.1 |
| 1046 | 2025-06-30T22:07:03.769Z | Downloaded chrono v0.4.41 |
| 1047 | 2025-06-30T22:07:03.769Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1048 | 2025-06-30T22:07:03.769Z | Downloaded serde_with_macros v3.12.0 |
| 1049 | 2025-06-30T22:07:03.769Z | Downloaded daft-derive v0.1.3 |
| 1050 | 2025-06-30T22:07:03.769Z | Downloaded bindgen v0.71.1 |
| 1051 | 2025-06-30T22:07:03.769Z | Downloaded num-complex v0.4.6 |
| 1052 | 2025-06-30T22:07:03.769Z | Downloaded futures-macro v0.3.31 |
| 1053 | 2025-06-30T22:07:03.769Z | Downloaded funty v2.0.0 |
| 1054 | 2025-06-30T22:07:03.769Z | Downloaded smallvec v0.6.14 |
| 1055 | 2025-06-30T22:07:03.770Z | Downloaded password-hash v0.4.2 |
| 1056 | 2025-06-30T22:07:03.770Z | Downloaded stringprep v0.1.5 |
| 1057 | 2025-06-30T22:07:03.770Z | Downloaded postgres-protocol v0.6.8 |
| 1058 | 2025-06-30T22:07:03.770Z | Downloaded unicode-normalization v0.1.24 |
| 1059 | 2025-06-30T22:07:03.770Z | Downloaded thiserror-no-std v2.0.2 |
| 1060 | 2025-06-30T22:07:03.770Z | Downloaded test-strategy v0.4.1 |
| 1061 | 2025-06-30T22:07:03.770Z | Downloaded owo-colors v4.2.2 |
| 1062 | 2025-06-30T22:07:03.770Z | Downloaded smf v0.2.3 |
| 1063 | 2025-06-30T22:07:03.770Z | Downloaded tokio-rustls v0.26.0 |
| 1064 | 2025-06-30T22:07:03.770Z | Downloaded itertools v0.14.0 |
| 1065 | 2025-06-30T22:07:03.770Z | Downloaded iri-string v0.7.8 |
| 1066 | 2025-06-30T22:07:03.770Z | Downloaded rpassword v7.4.0 |
| 1067 | 2025-06-30T22:07:03.770Z | Downloaded salty v0.3.0 |
| 1068 | 2025-06-30T22:07:03.770Z | Downloaded half v2.4.1 |
| 1069 | 2025-06-30T22:07:03.770Z | Downloaded half v1.8.3 |
| 1070 | 2025-06-30T22:07:03.770Z | Downloaded defmt-parser v0.3.4 |
| 1071 | 2025-06-30T22:07:03.770Z | Downloaded getrandom v0.2.15 |
| 1072 | 2025-06-30T22:07:03.770Z | Downloaded qorb v0.4.0 |
| 1073 | 2025-06-30T22:07:03.770Z | Downloaded progenitor-client v0.8.0 |
| 1074 | 2025-06-30T22:07:03.770Z | Downloaded rustc_version v0.4.1 |
| 1075 | 2025-06-30T22:07:03.770Z | Downloaded peg-macros v0.8.5 |
| 1076 | 2025-06-30T22:07:03.770Z | Downloaded des v0.8.1 |
| 1077 | 2025-06-30T22:07:03.770Z | Downloaded spin v0.9.8 |
| 1078 | 2025-06-30T22:07:03.770Z | Downloaded nom v7.1.3 |
| 1079 | 2025-06-30T22:07:03.770Z | Downloaded prettyplease v0.2.35 |
| 1080 | 2025-06-30T22:07:03.771Z | Downloaded typify v0.2.0 |
| 1081 | 2025-06-30T22:07:03.771Z | Downloaded tokio-tungstenite v0.23.1 |
| 1082 | 2025-06-30T22:07:03.771Z | Downloaded papergrid v0.14.0 |
| 1083 | 2025-06-30T22:07:03.771Z | Downloaded signal-hook-mio v0.2.4 |
| 1084 | 2025-06-30T22:07:03.771Z | Downloaded shlex v1.3.0 |
| 1085 | 2025-06-30T22:07:03.771Z | Downloaded shell-words v1.1.0 |
| 1086 | 2025-06-30T22:07:03.771Z | Downloaded iddqd v0.3.8 |
| 1087 | 2025-06-30T22:07:03.771Z | Downloaded toml_edit v0.19.15 |
| 1088 | 2025-06-30T22:07:03.771Z | Downloaded ena v0.14.3 |
| 1089 | 2025-06-30T22:07:03.771Z | Downloaded serde_cbor v0.11.2 |
| 1090 | 2025-06-30T22:07:03.771Z | Downloaded ron v0.8.1 |
| 1091 | 2025-06-30T22:07:03.771Z | Downloaded encoding_rs v0.8.34 |
| 1092 | 2025-06-30T22:07:03.771Z | Downloaded ed25519-dalek v2.1.1 |
| 1093 | 2025-06-30T22:07:03.771Z | Downloaded libxml v0.3.3 |
| 1094 | 2025-06-30T22:07:03.771Z | Downloaded itertools v0.10.5 |
| 1095 | 2025-06-30T22:07:03.771Z | Downloaded ring v0.17.14 |
| 1096 | 2025-06-30T22:07:03.771Z | Downloaded num_enum_derive v0.5.11 |
| 1097 | 2025-06-30T22:07:03.771Z | Downloaded diff v0.1.13 |
| 1098 | 2025-06-30T22:07:03.771Z | Downloaded ron v0.7.1 |
| 1099 | 2025-06-30T22:07:03.771Z | Downloaded bitvec v1.0.1 |
| 1100 | 2025-06-30T22:07:03.771Z | Downloaded globset v0.4.15 |
| 1101 | 2025-06-30T22:07:03.772Z | Downloaded typify v0.4.1 |
| 1102 | 2025-06-30T22:07:03.772Z | Downloaded unicode-bidi v0.3.17 |
| 1103 | 2025-06-30T22:07:03.772Z | Downloaded snafu v0.8.5 |
| 1104 | 2025-06-30T22:07:03.772Z | Downloaded elliptic-curve v0.13.8 |
| 1105 | 2025-06-30T22:07:03.772Z | Downloaded dropshot_endpoint v0.16.2 |
| 1106 | 2025-06-30T22:07:03.772Z | Downloaded similar v2.7.0 |
| 1107 | 2025-06-30T22:07:03.772Z | Downloaded blake3 v1.5.4 |
| 1108 | 2025-06-30T22:07:03.772Z | Downloaded progenitor-macro v0.8.0 |
| 1109 | 2025-06-30T22:07:03.772Z | Downloaded parking_lot_core v0.9.10 |
| 1110 | 2025-06-30T22:07:03.772Z | Downloaded parking_lot_core v0.8.6 |
| 1111 | 2025-06-30T22:07:03.772Z | Downloaded darling v0.20.10 |
| 1112 | 2025-06-30T22:07:03.772Z | Downloaded zstd-safe v7.2.3 |
| 1113 | 2025-06-30T22:07:03.772Z | Downloaded minimal-lexical v0.2.1 |
| 1114 | 2025-06-30T22:07:03.772Z | Downloaded crossterm v0.28.1 |
| 1115 | 2025-06-30T22:07:03.772Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1116 | 2025-06-30T22:07:03.772Z | Downloaded filetime v0.2.25 |
| 1117 | 2025-06-30T22:07:03.772Z | Downloaded pin-project v1.1.6 |
| 1118 | 2025-06-30T22:07:03.772Z | Downloaded rsa v0.9.6 |
| 1119 | 2025-06-30T22:07:03.772Z | Downloaded samael v0.0.19 |
| 1120 | 2025-06-30T22:07:03.773Z | Downloaded newtype-uuid v1.2.4 |
| 1121 | 2025-06-30T22:07:03.773Z | Downloaded walkdir v2.5.0 |
| 1122 | 2025-06-30T22:07:03.773Z | Downloaded tokio-rustls v0.25.0 |
| 1123 | 2025-06-30T22:07:03.773Z | Downloaded nu-ansi-term v0.50.1 |
| 1124 | 2025-06-30T22:07:03.773Z | Downloaded futures-sink v0.3.31 |
| 1125 | 2025-06-30T22:07:03.773Z | Downloaded ssh-cipher v0.2.0 |
| 1126 | 2025-06-30T22:07:03.773Z | Downloaded hashbrown v0.12.3 |
| 1127 | 2025-06-30T22:07:03.773Z | Downloaded difflib v0.4.0 |
| 1128 | 2025-06-30T22:07:03.773Z | Downloaded uzers v0.12.1 |
| 1129 | 2025-06-30T22:07:03.773Z | Downloaded powerfmt v0.2.0 |
| 1130 | 2025-06-30T22:07:03.773Z | Downloaded pkcs5 v0.7.1 |
| 1131 | 2025-06-30T22:07:03.774Z | Downloaded unicode-properties v0.1.3 |
| 1132 | 2025-06-30T22:07:03.774Z | Downloaded flate2 v1.1.2 |
| 1133 | 2025-06-30T22:07:03.774Z | Downloaded p256 v0.13.2 |
| 1134 | 2025-06-30T22:07:04.192Z | Downloaded hickory-resolver v0.24.4 |
| 1135 | 2025-06-30T22:07:04.192Z | Downloaded waitgroup v0.1.2 |
| 1136 | 2025-06-30T22:07:04.192Z | Downloaded rand_chacha v0.9.0 |
| 1137 | 2025-06-30T22:07:04.192Z | Downloaded snafu-derive v0.8.5 |
| 1138 | 2025-06-30T22:07:04.192Z | Downloaded hyper-util v0.1.14 |
| 1139 | 2025-06-30T22:07:04.192Z | Downloaded unicode_categories v0.1.1 |
| 1140 | 2025-06-30T22:07:04.192Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1141 | 2025-06-30T22:07:04.192Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2025-06-30T22:07:04.192Z | Downloaded same-file v1.0.6 |
| 1143 | 2025-06-30T22:07:04.192Z | Downloaded pkcs8 v0.10.2 |
| 1144 | 2025-06-30T22:07:04.192Z | Downloaded pkcs1 v0.7.5 |
| 1145 | 2025-06-30T22:07:04.192Z | Downloaded cc v1.2.15 |
| 1146 | 2025-06-30T22:07:04.192Z | Downloaded base64 v0.21.7 |
| 1147 | 2025-06-30T22:07:04.192Z | Downloaded unicode-truncate v1.1.0 |
| 1148 | 2025-06-30T22:07:04.192Z | Downloaded progenitor-impl v0.10.0 |
| 1149 | 2025-06-30T22:07:04.192Z | Downloaded heapless v0.7.17 |
| 1150 | 2025-06-30T22:07:04.192Z | Downloaded serde-hex v0.1.0 |
| 1151 | 2025-06-30T22:07:04.192Z | Downloaded untrusted v0.7.1 |
| 1152 | 2025-06-30T22:07:04.192Z | Downloaded unicase v2.7.0 |
| 1153 | 2025-06-30T22:07:04.192Z | Downloaded fatfs v0.3.6 |
| 1154 | 2025-06-30T22:07:04.193Z | Downloaded publicsuffix v2.3.0 |
| 1155 | 2025-06-30T22:07:04.193Z | Downloaded http v1.3.1 |
| 1156 | 2025-06-30T22:07:04.193Z | Downloaded derive_builder v0.20.2 |
| 1157 | 2025-06-30T22:07:04.193Z | Downloaded darling_core v0.20.10 |
| 1158 | 2025-06-30T22:07:04.193Z | Downloaded subprocess v0.2.9 |
| 1159 | 2025-06-30T22:07:04.193Z | Downloaded yasna v0.5.2 |
| 1160 | 2025-06-30T22:07:04.193Z | Downloaded progenitor-macro v0.10.0 |
| 1161 | 2025-06-30T22:07:04.193Z | Downloaded predicates-tree v1.0.12 |
| 1162 | 2025-06-30T22:07:04.193Z | Downloaded peg v0.8.5 |
| 1163 | 2025-06-30T22:07:04.193Z | Downloaded backtrace v0.3.74 |
| 1164 | 2025-06-30T22:07:04.193Z | Downloaded vergen v8.3.2 |
| 1165 | 2025-06-30T22:07:04.193Z | Downloaded twox-hash v2.1.0 |
| 1166 | 2025-06-30T22:07:04.193Z | Downloaded jiff-static v0.2.15 |
| 1167 | 2025-06-30T22:07:04.193Z | Downloaded const_format v0.2.34 |
| 1168 | 2025-06-30T22:07:04.193Z | Downloaded parse-display v0.10.0 |
| 1169 | 2025-06-30T22:07:04.193Z | Downloaded ecdsa v0.16.9 |
| 1170 | 2025-06-30T22:07:04.193Z | Downloaded olpc-cjson v0.1.4 |
| 1171 | 2025-06-30T22:07:04.193Z | Downloaded zstd v0.13.3 |
| 1172 | 2025-06-30T22:07:04.193Z | Downloaded crossbeam-epoch v0.9.18 |
| 1173 | 2025-06-30T22:07:04.193Z | Downloaded nibble_vec v0.1.0 |
| 1174 | 2025-06-30T22:07:04.193Z | Downloaded group v0.13.0 |
| 1175 | 2025-06-30T22:07:04.193Z | Downloaded globwalk v0.9.1 |
| 1176 | 2025-06-30T22:07:04.193Z | Downloaded bytes v1.10.1 |
| 1177 | 2025-06-30T22:07:04.194Z | Downloaded rtoolbox v0.0.2 |
| 1178 | 2025-06-30T22:07:04.194Z | Downloaded enum-as-inner v0.6.1 |
| 1179 | 2025-06-30T22:07:04.194Z | Downloaded indexmap v1.9.3 |
| 1180 | 2025-06-30T22:07:04.194Z | Downloaded base64 v0.13.1 |
| 1181 | 2025-06-30T22:07:04.194Z | Downloaded rand_core v0.9.2 |
| 1182 | 2025-06-30T22:07:04.194Z | Downloaded rustls-native-certs v0.8.1 |
| 1183 | 2025-06-30T22:07:04.194Z | Downloaded memmap2 v0.9.5 |
| 1184 | 2025-06-30T22:07:04.194Z | Downloaded md-5 v0.10.6 |
| 1185 | 2025-06-30T22:07:04.194Z | Downloaded lock_api v0.4.12 |
| 1186 | 2025-06-30T22:07:04.194Z | Downloaded libloading v0.8.5 |
| 1187 | 2025-06-30T22:07:04.194Z | Downloaded crossbeam-utils v0.8.21 |
| 1188 | 2025-06-30T22:07:04.194Z | Downloaded crc-any v2.5.0 |
| 1189 | 2025-06-30T22:07:04.194Z | Downloaded cookie v0.18.1 |
| 1190 | 2025-06-30T22:07:04.194Z | Downloaded cookie_store v0.21.1 |
| 1191 | 2025-06-30T22:07:04.194Z | Downloaded clang-sys v1.8.1 |
| 1192 | 2025-06-30T22:07:04.194Z | Downloaded slog-json v2.6.1 |
| 1193 | 2025-06-30T22:07:04.194Z | Downloaded sec1 v0.7.3 |
| 1194 | 2025-06-30T22:07:04.194Z | Downloaded rand_core v0.6.4 |
| 1195 | 2025-06-30T22:07:04.194Z | Downloaded hashbrown v0.13.2 |
| 1196 | 2025-06-30T22:07:04.194Z | Downloaded tap v1.0.1 |
| 1197 | 2025-06-30T22:07:04.195Z | Downloaded slog-scope v4.4.0 |
| 1198 | 2025-06-30T22:07:04.195Z | Downloaded hickory-resolver v0.25.2 |
| 1199 | 2025-06-30T22:07:04.195Z | Downloaded ingot-macros v0.1.0 |
| 1200 | 2025-06-30T22:07:04.195Z | Downloaded ingot v0.1.0 |
| 1201 | 2025-06-30T22:07:04.195Z | Downloaded hmac v0.12.1 |
| 1202 | 2025-06-30T22:07:04.195Z | Downloaded ciborium v0.2.2 |
| 1203 | 2025-06-30T22:07:04.195Z | Downloaded scrypt v0.11.0 |
| 1204 | 2025-06-30T22:07:04.195Z | Downloaded slog-dtrace v0.3.0 |
| 1205 | 2025-06-30T22:07:04.195Z | Downloaded ipnet v2.11.0 |
| 1206 | 2025-06-30T22:07:04.195Z | Downloaded crossbeam-deque v0.8.5 |
| 1207 | 2025-06-30T22:07:04.195Z | Downloaded crc32fast v1.4.2 |
| 1208 | 2025-06-30T22:07:04.195Z | Downloaded base64ct v1.6.0 |
| 1209 | 2025-06-30T22:07:04.195Z | Downloaded highway v1.3.0 |
| 1210 | 2025-06-30T22:07:04.195Z | Downloaded tinyvec_macros v0.1.1 |
| 1211 | 2025-06-30T22:07:04.195Z | Downloaded hyper-staticfile v0.10.1 |
| 1212 | 2025-06-30T22:07:04.195Z | Downloaded console v0.15.10 |
| 1213 | 2025-06-30T22:07:04.195Z | Downloaded lzss v0.8.2 |
| 1214 | 2025-06-30T22:07:04.195Z | Downloaded lru-cache v0.1.2 |
| 1215 | 2025-06-30T22:07:04.195Z | Downloaded keccak v0.1.5 |
| 1216 | 2025-06-30T22:07:04.195Z | Downloaded ipnetwork v0.21.1 |
| 1217 | 2025-06-30T22:07:04.195Z | Downloaded backoff v0.4.0 |
| 1218 | 2025-06-30T22:07:04.195Z | Downloaded kstat-rs v0.2.4 |
| 1219 | 2025-06-30T22:07:04.195Z | Downloaded serde_plain v1.0.2 |
| 1220 | 2025-06-30T22:07:04.195Z | Downloaded serde_path_to_error v0.1.17 |
| 1221 | 2025-06-30T22:07:04.196Z | Downloaded resolv-conf v0.7.0 |
| 1222 | 2025-06-30T22:07:04.196Z | Downloaded arrayvec v0.7.6 |
| 1223 | 2025-06-30T22:07:04.196Z | Downloaded cancel-safe-futures v0.1.5 |
| 1224 | 2025-06-30T22:07:04.196Z | Downloaded libscf-sys v1.1.0 |
| 1225 | 2025-06-30T22:07:04.196Z | Downloaded cexpr v0.6.0 |
| 1226 | 2025-06-30T22:07:04.196Z | Downloaded async-recursion v1.1.1 |
| 1227 | 2025-06-30T22:07:04.196Z | Downloaded jobserver v0.1.32 |
| 1228 | 2025-06-30T22:07:04.196Z | Downloaded crc-catalog v2.4.0 |
| 1229 | 2025-06-30T22:07:04.196Z | Downloaded base16ct v0.2.0 |
| 1230 | 2025-06-30T22:07:04.196Z | Downloaded indoc v2.0.6 |
| 1231 | 2025-06-30T22:07:04.196Z | Downloaded crc v3.2.1 |
| 1232 | 2025-06-30T22:07:04.196Z | Downloaded cargo-platform v0.1.8 |
| 1233 | 2025-06-30T22:07:04.196Z | Downloaded headers v0.4.1 |
| 1234 | 2025-06-30T22:07:04.249Z | Downloaded array-init v0.0.4 |
| 1235 | 2025-06-30T22:07:04.249Z | Downloaded blowfish v0.9.1 |
| 1236 | 2025-06-30T22:07:04.249Z | Downloaded ascii-canvas v3.0.0 |
| 1237 | 2025-06-30T22:07:04.249Z | Downloaded cassowary v0.3.0 |
| 1238 | 2025-06-30T22:07:04.249Z | Downloaded async-stream v0.3.6 |
| 1239 | 2025-06-30T22:07:04.249Z | Downloaded castaway v0.2.3 |
| 1240 | 2025-06-30T22:07:04.249Z | Downloaded camino-tempfile-ext v0.3.1 |
| 1241 | 2025-06-30T22:07:04.249Z | Downloaded buf-list v1.0.3 |
| 1242 | 2025-06-30T22:07:04.249Z | Downloaded bcs v0.1.6 |
| 1243 | 2025-06-30T22:07:04.249Z | Downloaded bitfield-struct v0.6.2 |
| 1244 | 2025-06-30T22:07:04.249Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1245 | 2025-06-30T22:07:04.249Z | Downloaded headers-core v0.3.0 |
| 1246 | 2025-06-30T22:07:04.249Z | Downloaded cfg_aliases v0.2.1 |
| 1247 | 2025-06-30T22:07:04.249Z | Downloaded bzip2 v0.5.2 |
| 1248 | 2025-06-30T22:07:04.249Z | Downloaded block-padding v0.3.3 |
| 1249 | 2025-06-30T22:07:04.249Z | Downloaded bit-set v0.8.0 |
| 1250 | 2025-06-30T22:07:04.249Z | Downloaded bb8 v0.8.5 |
| 1251 | 2025-06-30T22:07:04.249Z | Downloaded ident_case v1.0.1 |
| 1252 | 2025-06-30T22:07:04.249Z | Downloaded hyper-tls v0.6.0 |
| 1253 | 2025-06-30T22:07:04.249Z | Downloaded bit-vec v0.6.3 |
| 1254 | 2025-06-30T22:07:04.249Z | Downloaded bit-set v0.5.3 |
| 1255 | 2025-06-30T22:07:04.250Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1256 | 2025-06-30T22:07:04.250Z | Downloaded aws-lc-rs v1.12.4 |
| 1257 | 2025-06-30T22:07:04.250Z | Downloaded async-trait v0.1.88 |
| 1258 | 2025-06-30T22:07:04.250Z | Downloaded async-stream-impl v0.3.6 |
| 1259 | 2025-06-30T22:07:04.250Z | Downloaded allocator-api2 v0.2.21 |
| 1260 | 2025-06-30T22:07:04.250Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1261 | 2025-06-30T22:07:04.250Z | Downloaded atomic-waker v1.1.2 |
| 1262 | 2025-06-30T22:07:04.250Z | Downloaded aws-lc-sys v0.26.0 |
| 1263 | 2025-06-30T22:07:04.250Z | Compiling value-bag v1.9.0 |
| 1264 | 2025-06-30T22:07:04.250Z | Compiling shlex v1.3.0 |
| 1265 | 2025-06-30T22:07:04.250Z | Compiling lock_api v0.4.12 |
| 1266 | 2025-06-30T22:07:04.250Z | Compiling scopeguard v1.2.0 |
| 1267 | 2025-06-30T22:07:04.250Z | Compiling typenum v1.17.0 |
| 1268 | 2025-06-30T22:07:04.250Z | Compiling generic-array v0.14.7 |
| 1269 | 2025-06-30T22:07:04.250Z | Compiling syn v2.0.104 |
| 1270 | 2025-06-30T22:07:04.250Z | Compiling getrandom v0.2.15 |
| 1271 | 2025-06-30T22:07:04.276Z | Compiling jobserver v0.1.32 |
| 1272 | 2025-06-30T22:07:04.554Z | Compiling rand_core v0.6.4 |
| 1273 | 2025-06-30T22:07:04.563Z | Compiling smallvec v1.15.0 |
| 1274 | 2025-06-30T22:07:04.610Z | Compiling log v0.4.27 |
| 1275 | 2025-06-30T22:07:05.255Z | Compiling cc v1.2.15 |
| 1276 | 2025-06-30T22:07:05.312Z | Compiling portable-atomic v1.11.0 |
| 1277 | 2025-06-30T22:07:05.312Z | Compiling critical-section v1.1.3 |
| 1278 | 2025-06-30T22:07:05.312Z | Compiling subtle v2.6.1 |
| 1279 | 2025-06-30T22:07:05.312Z | Compiling const-oid v0.9.6 |
| 1280 | 2025-06-30T22:07:05.312Z | Compiling pkg-config v0.3.31 |
| 1281 | 2025-06-30T22:07:05.331Z | Compiling pin-project-lite v0.2.14 |
| 1282 | 2025-06-30T22:07:05.479Z | Compiling parking_lot_core v0.9.10 |
| 1283 | 2025-06-30T22:07:05.483Z | Compiling rustix v0.38.37 |
| 1284 | 2025-06-30T22:07:06.911Z | Compiling signal-hook-registry v1.4.2 |
| 1285 | 2025-06-30T22:07:06.943Z | Compiling parking_lot v0.12.3 |
| 1286 | 2025-06-30T22:07:06.943Z | Compiling mio v1.0.2 |
| 1287 | 2025-06-30T22:07:06.943Z | Compiling futures-core v0.3.31 |
| 1288 | 2025-06-30T22:07:06.943Z | Compiling spin v0.9.8 |
| 1289 | 2025-06-30T22:07:06.988Z | Compiling once_cell v1.21.3 |
| 1290 | 2025-06-30T22:07:07.503Z | Compiling socket2 v0.5.10 |
| 1291 | 2025-06-30T22:07:07.524Z | Compiling aho-corasick v1.1.3 |
| 1292 | 2025-06-30T22:07:07.524Z | Compiling slab v0.4.9 |
| 1293 | 2025-06-30T22:07:07.532Z | Compiling regex-syntax v0.8.5 |
| 1294 | 2025-06-30T22:07:07.532Z | Compiling cpufeatures v0.2.14 |
| 1295 | 2025-06-30T22:07:07.532Z | Compiling serde_json v1.0.140 |
| 1296 | 2025-06-30T22:07:07.532Z | Compiling either v1.15.0 |
| 1297 | 2025-06-30T22:07:07.532Z | Compiling libm v0.2.8 |
| 1298 | 2025-06-30T22:07:07.812Z | Compiling num-traits v0.2.19 |
| 1299 | 2025-06-30T22:07:07.862Z | Compiling getrandom v0.3.1 |
| 1300 | 2025-06-30T22:07:08.168Z | Compiling glob v0.3.2 |
| 1301 | 2025-06-30T22:07:08.200Z | Compiling percent-encoding v2.3.1 |
| 1302 | 2025-06-30T22:07:08.200Z | Compiling futures-sink v0.3.31 |
| 1303 | 2025-06-30T22:07:08.575Z | Compiling prettyplease v0.2.35 |
| 1304 | 2025-06-30T22:07:08.636Z | Compiling lazy_static v1.5.0 |
| 1305 | 2025-06-30T22:07:08.799Z | Compiling clang-sys v1.8.1 |
| 1306 | 2025-06-30T22:07:08.836Z | Compiling allocator-api2 v0.2.21 |
| 1307 | 2025-06-30T22:07:08.933Z | Compiling minimal-lexical v0.2.1 |
| 1308 | 2025-06-30T22:07:09.043Z | Compiling foldhash v0.1.5 |
| 1309 | 2025-06-30T22:07:09.455Z | Compiling hashbrown v0.15.4 |
| 1310 | 2025-06-30T22:07:09.695Z | Compiling nom v7.1.3 |
| 1311 | 2025-06-30T22:07:09.712Z | Compiling libloading v0.8.5 |
| 1312 | 2025-06-30T22:07:09.858Z | Compiling home v0.5.9 |
| 1313 | 2025-06-30T22:07:09.916Z | Compiling base64ct v1.6.0 |
| 1314 | 2025-06-30T22:07:10.027Z | Compiling bindgen v0.69.5 |
| 1315 | 2025-06-30T22:07:10.521Z | Compiling pem-rfc7468 v0.7.0 |
| 1316 | 2025-06-30T22:07:11.059Z | Compiling regex-automata v0.4.8 |
| 1317 | 2025-06-30T22:07:11.153Z | Compiling futures-channel v0.3.31 |
| 1318 | 2025-06-30T22:07:11.248Z | Compiling itertools v0.12.1 |
| 1319 | 2025-06-30T22:07:11.320Z | Compiling synstructure v0.13.1 |
| 1320 | 2025-06-30T22:07:12.682Z | Compiling cexpr v0.6.0 |
| 1321 | 2025-06-30T22:07:12.725Z | Compiling pin-utils v0.1.0 |
| 1322 | 2025-06-30T22:07:12.841Z | Compiling futures-task v0.3.31 |
| 1323 | 2025-06-30T22:07:12.862Z | Compiling lazycell v1.3.0 |
| 1324 | 2025-06-30T22:07:13.064Z | Compiling futures-io v0.3.31 |
| 1325 | 2025-06-30T22:07:13.173Z | Compiling flagset v0.4.6 |
| 1326 | 2025-06-30T22:07:13.344Z | Compiling rustc-hash v1.1.0 |
| 1327 | 2025-06-30T22:07:13.413Z | Compiling cmake v0.1.51 |
| 1328 | 2025-06-30T22:07:13.529Z | Compiling dunce v1.0.5 |
| 1329 | 2025-06-30T22:07:13.682Z | Compiling fs_extra v1.3.0 |
| 1330 | 2025-06-30T22:07:14.018Z | Compiling form_urlencoded v1.2.1 |
| 1331 | 2025-06-30T22:07:14.165Z | Compiling zerocopy v0.8.26 |
| 1332 | 2025-06-30T22:07:14.230Z | Compiling vcpkg v0.2.15 |
| 1333 | 2025-06-30T22:07:14.236Z | Compiling paste v1.0.15 |
| 1334 | 2025-06-30T22:07:14.308Z | Compiling crossbeam-utils v0.8.21 |
| 1335 | 2025-06-30T22:07:14.417Z | Compiling ring v0.17.14 |
| 1336 | 2025-06-30T22:07:14.856Z | Compiling tracing-core v0.1.32 |
| 1337 | 2025-06-30T22:07:14.993Z | Compiling aws-lc-rs v1.12.4 |
| 1338 | 2025-06-30T22:07:15.416Z | Compiling iana-time-zone v0.1.63 |
| 1339 | 2025-06-30T22:07:15.774Z | Compiling tinyvec_macros v0.1.1 |
| 1340 | 2025-06-30T22:07:15.828Z | Compiling openssl-sys v0.9.109 |
| 1341 | 2025-06-30T22:07:15.881Z | Compiling httparse v1.9.5 |
| 1342 | 2025-06-30T22:07:15.987Z | Compiling rustls-pki-types v1.10.0 |
| 1343 | 2025-06-30T22:07:16.049Z | Compiling serde_derive v1.0.219 |
| 1344 | 2025-06-30T22:07:16.511Z | Compiling zeroize_derive v1.4.2 |
| 1345 | 2025-06-30T22:07:16.788Z | Compiling zerofrom-derive v0.1.4 |
| 1346 | 2025-06-30T22:07:16.809Z | Compiling yoke-derive v0.7.4 |
| 1347 | 2025-06-30T22:07:16.851Z | Compiling zerovec-derive v0.10.3 |
| 1348 | 2025-06-30T22:07:17.835Z | Compiling zeroize v1.8.1 |
| 1349 | 2025-06-30T22:07:19.080Z | Compiling displaydoc v0.2.5 |
| 1350 | 2025-06-30T22:07:19.300Z | Compiling zerocopy-derive v0.7.35 |
| 1351 | 2025-06-30T22:07:19.539Z | Compiling crypto-common v0.1.6 |
| 1352 | 2025-06-30T22:07:19.777Z | Compiling block-buffer v0.10.4 |
| 1353 | 2025-06-30T22:07:20.047Z | Compiling digest v0.10.7 |
| 1354 | 2025-06-30T22:07:20.086Z | Compiling zerofrom v0.1.4 |
| 1355 | 2025-06-30T22:07:20.316Z | Compiling yoke v0.7.4 |
| 1356 | 2025-06-30T22:07:20.431Z | Compiling tokio-macros v2.5.0 |
| 1357 | 2025-06-30T22:07:20.482Z | Compiling hmac v0.12.1 |
| 1358 | 2025-06-30T22:07:20.500Z | Compiling icu_provider_macros v1.5.0 |
| 1359 | 2025-06-30T22:07:20.641Z | Compiling zerovec v0.10.4 |
| 1360 | 2025-06-30T22:07:20.733Z | Compiling block-padding v0.3.3 |
| 1361 | 2025-06-30T22:07:20.795Z | Compiling sha2 v0.10.9 |
| 1362 | 2025-06-30T22:07:20.995Z | Compiling inout v0.1.3 |
| 1363 | 2025-06-30T22:07:21.040Z | Compiling zerocopy v0.7.35 |
| 1364 | 2025-06-30T22:07:21.108Z | Compiling regex v1.11.1 |
| 1365 | 2025-06-30T22:07:21.279Z | Compiling cipher v0.4.4 |
| 1366 | 2025-06-30T22:07:21.469Z | Compiling der_derive v0.7.3 |
| 1367 | 2025-06-30T22:07:21.787Z | Compiling futures-macro v0.3.31 |
| 1368 | 2025-06-30T22:07:21.806Z | Compiling thiserror-impl v1.0.69 |
| 1369 | 2025-06-30T22:07:21.991Z | Compiling salsa20 v0.10.2 |
| 1370 | 2025-06-30T22:07:22.233Z | Compiling pbkdf2 v0.12.2 |
| 1371 | 2025-06-30T22:07:22.408Z | Compiling tinystr v0.7.6 |
| 1372 | 2025-06-30T22:07:22.428Z | Compiling icu_collections v1.5.0 |
| 1373 | 2025-06-30T22:07:22.628Z | Compiling ppv-lite86 v0.2.20 |
| 1374 | 2025-06-30T22:07:22.780Z | Compiling icu_locid v1.5.0 |
| 1375 | 2025-06-30T22:07:23.083Z | Compiling serde v1.0.219 |
| 1376 | 2025-06-30T22:07:23.432Z | Compiling scrypt v0.11.0 |
| 1377 | 2025-06-30T22:07:23.528Z | Compiling futures-util v0.3.31 |
| 1378 | 2025-06-30T22:07:23.658Z | Compiling der v0.7.9 |
| 1379 | 2025-06-30T22:07:23.737Z | Compiling cbc v0.1.2 |
| 1380 | 2025-06-30T22:07:23.906Z | Compiling aes v0.8.4 |
| 1381 | 2025-06-30T22:07:23.982Z | Compiling icu_provider v1.5.0 |
| 1382 | 2025-06-30T22:07:24.020Z | Compiling zerocopy-derive v0.8.26 |
| 1383 | 2025-06-30T22:07:24.686Z | Compiling icu_locid_transform v1.5.0 |
| 1384 | 2025-06-30T22:07:24.852Z | Compiling thiserror v1.0.69 |
| 1385 | 2025-06-30T22:07:25.007Z | Compiling pest v2.7.14 |
| 1386 | 2025-06-30T22:07:25.026Z | Compiling tracing-attributes v0.1.27 |
| 1387 | 2025-06-30T22:07:26.484Z | Compiling icu_properties v1.5.1 |
| 1388 | 2025-06-30T22:07:26.568Z | Compiling spki v0.7.3 |
| 1389 | 2025-06-30T22:07:26.941Z | Compiling pkcs5 v0.7.1 |
| 1390 | 2025-06-30T22:07:26.962Z | Compiling scroll_derive v0.12.0 |
| 1391 | 2025-06-30T22:07:27.887Z | Compiling pkcs8 v0.10.2 |
| 1392 | 2025-06-30T22:07:27.976Z | Compiling bitflags v2.9.0 |
| 1393 | 2025-06-30T22:07:28.169Z | Compiling bytes v1.10.1 |
| 1394 | 2025-06-30T22:07:28.289Z | Compiling semver v1.0.26 |
| 1395 | 2025-06-30T22:07:28.543Z | Compiling indexmap v2.9.0 |
| 1396 | 2025-06-30T22:07:28.973Z | Compiling rustc_version v0.4.1 |
| 1397 | 2025-06-30T22:07:28.999Z | Compiling uuid v1.17.0 |
| 1398 | 2025-06-30T22:07:29.615Z | Compiling tokio v1.45.1 |
| 1399 | 2025-06-30T22:07:29.644Z | Compiling http v1.3.1 |
| 1400 | 2025-06-30T22:07:29.869Z | Compiling tracing v0.1.40 |
| 1401 | 2025-06-30T22:07:30.369Z | Compiling icu_normalizer v1.5.0 |
| 1402 | 2025-06-30T22:07:30.387Z | Compiling chrono v0.4.41 |
| 1403 | 2025-06-30T22:07:30.613Z | Compiling pest_meta v2.7.14 |
| 1404 | 2025-06-30T22:07:30.958Z | Compiling base64 v0.22.1 |
| 1405 | 2025-06-30T22:07:31.003Z | Compiling rand_core v0.9.2 |
| 1406 | 2025-06-30T22:07:31.451Z | Compiling idna_adapter v1.2.0 |
| 1407 | 2025-06-30T22:07:31.588Z | Compiling http-body v1.0.1 |
| 1408 | 2025-06-30T22:07:31.685Z | Compiling idna v1.0.3 |
| 1409 | 2025-06-30T22:07:31.702Z | Compiling scroll v0.12.0 |
| 1410 | 2025-06-30T22:07:31.931Z | Compiling tinyvec v1.8.0 |
| 1411 | 2025-06-30T22:07:32.079Z | Compiling which v4.4.2 |
| 1412 | 2025-06-30T22:07:32.247Z | Compiling pest_generator v2.7.14 |
| 1413 | 2025-06-30T22:07:32.933Z | Compiling url v2.5.4 |
| 1414 | 2025-06-30T22:07:33.143Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2025-06-30T22:07:33.423Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1416 | 2025-06-30T22:07:33.656Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1417 | 2025-06-30T22:07:34.010Z | Compiling tower-service v0.3.3 |
| 1418 | 2025-06-30T22:07:34.118Z | Compiling untrusted v0.7.1 |
| 1419 | 2025-06-30T22:07:34.142Z | Compiling foreign-types-shared v0.1.1 |
| 1420 | 2025-06-30T22:07:34.142Z | Compiling openssl v0.10.73 |
| 1421 | 2025-06-30T22:07:34.276Z | Compiling adler2 v2.0.0 |
| 1422 | 2025-06-30T22:07:34.329Z | Compiling try-lock v0.2.5 |
| 1423 | 2025-06-30T22:07:34.500Z | Compiling atomic-waker v1.1.2 |
| 1424 | 2025-06-30T22:07:34.504Z | Compiling schemars v0.8.22 |
| 1425 | 2025-06-30T22:07:34.569Z | Compiling rustversion v1.0.17 |
| 1426 | 2025-06-30T22:07:34.596Z | Compiling powerfmt v0.2.0 |
| 1427 | 2025-06-30T22:07:34.699Z | Compiling openssl-probe v0.1.5 |
| 1428 | 2025-06-30T22:07:34.838Z | Compiling time-core v0.1.2 |
| 1429 | 2025-06-30T22:07:34.858Z | Compiling untrusted v0.9.0 |
| 1430 | 2025-06-30T22:07:34.963Z | Compiling num-conv v0.1.0 |
| 1431 | 2025-06-30T22:07:35.042Z | Compiling pest_derive v2.7.14 |
| 1432 | 2025-06-30T22:07:35.058Z | Compiling deranged v0.3.11 |
| 1433 | 2025-06-30T22:07:35.259Z | Compiling time-macros v0.2.18 |
| 1434 | 2025-06-30T22:07:35.277Z | Compiling schemars_derive v0.8.22 |
| 1435 | 2025-06-30T22:07:35.360Z | Compiling want v0.3.1 |
| 1436 | 2025-06-30T22:07:35.640Z | Compiling miniz_oxide v0.8.5 |
| 1437 | 2025-06-30T22:07:35.815Z | Compiling foreign-types v0.3.2 |
| 1438 | 2025-06-30T22:07:35.929Z | Compiling goblin v0.8.2 |
| 1439 | 2025-06-30T22:07:38.000Z | Compiling tokio-util v0.7.15 |
| 1440 | 2025-06-30T22:07:38.090Z | Compiling rand_chacha v0.9.0 |
| 1441 | 2025-06-30T22:07:38.698Z | Compiling ipnet v2.11.0 |
| 1442 | 2025-06-30T22:07:39.405Z | Compiling h2 v0.4.6 |
| 1443 | 2025-06-30T22:07:39.438Z | Compiling openssl-macros v0.1.1 |
| 1444 | 2025-06-30T22:07:39.763Z | Compiling rustls v0.23.19 |
| 1445 | 2025-06-30T22:07:40.058Z | Compiling num_threads v0.1.7 |
| 1446 | 2025-06-30T22:07:40.108Z | Compiling syn v1.0.109 |
| 1447 | 2025-06-30T22:07:40.206Z | Compiling dyn-clone v1.0.19 |
| 1448 | 2025-06-30T22:07:40.296Z | Compiling native-tls v0.2.12 |
| 1449 | 2025-06-30T22:07:40.430Z | Compiling httpdate v1.0.3 |
| 1450 | 2025-06-30T22:07:40.754Z | Compiling time v0.3.36 |
| 1451 | 2025-06-30T22:07:42.170Z | Compiling dof v0.3.0 |
| 1452 | 2025-06-30T22:07:43.884Z | Compiling rand v0.9.1 |
| 1453 | 2025-06-30T22:07:44.105Z | Compiling dtrace-parser v0.2.0 |
| 1454 | 2025-06-30T22:07:45.122Z | Compiling unicode-normalization v0.1.24 |
| 1455 | 2025-06-30T22:07:45.534Z | Compiling heapless v0.7.17 |
| 1456 | 2025-06-30T22:07:45.733Z | Compiling signature v2.2.0 |
| 1457 | 2025-06-30T22:07:45.839Z | Compiling crossbeam-epoch v0.9.18 |
| 1458 | 2025-06-30T22:07:45.971Z | Compiling crc32fast v1.4.2 |
| 1459 | 2025-06-30T22:07:46.031Z | Compiling cookie v0.18.1 |
| 1460 | 2025-06-30T22:07:46.128Z | Compiling hyper v1.6.0 |
| 1461 | 2025-06-30T22:07:46.283Z | Compiling signal-hook v0.3.18 |
| 1462 | 2025-06-30T22:07:46.310Z | Compiling zstd-safe v7.2.3 |
| 1463 | 2025-06-30T22:07:46.481Z | Compiling unicode-bidi v0.3.17 |
| 1464 | 2025-06-30T22:07:46.558Z | Compiling rayon-core v1.12.1 |
| 1465 | 2025-06-30T22:07:46.632Z | Compiling unicode-properties v0.1.3 |
| 1466 | 2025-06-30T22:07:46.840Z | Compiling zlib-rs v0.5.1 |
| 1467 | 2025-06-30T22:07:47.055Z | Compiling siphasher v0.3.11 |
| 1468 | 2025-06-30T22:07:47.445Z | Compiling slog v2.7.0 |
| 1469 | 2025-06-30T22:07:47.630Z | Compiling phf_shared v0.11.2 |
| 1470 | 2025-06-30T22:07:47.983Z | Compiling stringprep v0.1.5 |
| 1471 | 2025-06-30T22:07:48.415Z | Compiling hyper-util v0.1.14 |
| 1472 | 2025-06-30T22:07:48.587Z | Compiling crossbeam-deque v0.8.5 |
| 1473 | 2025-06-30T22:07:48.699Z | Compiling usdt-impl v0.5.0 |
| 1474 | 2025-06-30T22:07:48.993Z | Compiling curve25519-dalek v4.1.3 |
| 1475 | 2025-06-30T22:07:49.496Z | Compiling serde_tokenstream v0.2.2 |
| 1476 | 2025-06-30T22:07:49.617Z | Compiling toml_datetime v0.6.11 |
| 1477 | 2025-06-30T22:07:49.896Z | Compiling serde_spanned v0.6.9 |
| 1478 | 2025-06-30T22:07:50.033Z | Compiling rand_chacha v0.3.1 |
| 1479 | 2025-06-30T22:07:50.102Z | Compiling md-5 v0.10.6 |
| 1480 | 2025-06-30T22:07:50.156Z | Compiling num-integer v0.1.46 |
| 1481 | 2025-06-30T22:07:50.400Z | Compiling sync_wrapper v1.0.1 |
| 1482 | 2025-06-30T22:07:50.556Z | Compiling ff v0.13.0 |
| 1483 | 2025-06-30T22:07:50.797Z | Compiling hash32 v0.2.1 |
| 1484 | 2025-06-30T22:07:50.843Z | Compiling memoffset v0.9.1 |
| 1485 | 2025-06-30T22:07:51.145Z | Compiling num-bigint-dig v0.8.4 |
| 1486 | 2025-06-30T22:07:51.162Z | Compiling litrs v0.4.1 |
| 1487 | 2025-06-30T22:07:51.182Z | Compiling newtype-uuid v1.2.4 |
| 1488 | 2025-06-30T22:07:51.448Z | Compiling tower-layer v0.3.3 |
| 1489 | 2025-06-30T22:07:51.476Z | Compiling base16ct v0.2.0 |
| 1490 | 2025-06-30T22:07:51.479Z | Compiling fallible-iterator v0.2.0 |
| 1491 | 2025-06-30T22:07:51.742Z | Compiling psl-types v2.0.11 |
| 1492 | 2025-06-30T22:07:51.778Z | Compiling gimli v0.31.1 |
| 1493 | 2025-06-30T22:07:51.935Z | Compiling smoltcp v0.9.1 |
| 1494 | 2025-06-30T22:07:51.956Z | Compiling cfg_aliases v0.2.1 |
| 1495 | 2025-06-30T22:07:52.078Z | Compiling nix v0.29.0 |
| 1496 | 2025-06-30T22:07:52.125Z | Compiling document-features v0.2.10 |
| 1497 | 2025-06-30T22:07:52.156Z | Compiling postgres-protocol v0.6.8 |
| 1498 | 2025-06-30T22:07:52.578Z | Compiling publicsuffix v2.3.0 |
| 1499 | 2025-06-30T22:07:52.879Z | Compiling tower v0.5.2 |
| 1500 | 2025-06-30T22:07:52.896Z | Compiling sec1 v0.7.3 |
| 1501 | 2025-06-30T22:07:53.158Z | Compiling libz-rs-sys v0.5.1 |
| 1502 | 2025-06-30T22:07:53.367Z | Compiling flate2 v1.1.2 |
| 1503 | 2025-06-30T22:07:53.729Z | Compiling group v0.13.0 |
| 1504 | 2025-06-30T22:07:53.871Z | Compiling num-iter v0.1.45 |
| 1505 | 2025-06-30T22:07:53.883Z | Compiling rand v0.8.5 |
| 1506 | 2025-06-30T22:07:54.166Z | Compiling tokio-native-tls v0.3.1 |
| 1507 | 2025-06-30T22:07:55.214Z | Compiling ipnetwork v0.21.1 |
| 1508 | 2025-06-30T22:07:55.246Z | Compiling rustls-native-certs v0.8.1 |
| 1509 | 2025-06-30T22:07:55.360Z | Compiling terminal_size v0.4.0 |
| 1510 | 2025-06-30T22:07:55.510Z | Compiling http-body-util v0.1.3 |
| 1511 | 2025-06-30T22:07:55.560Z | Compiling hkdf v0.12.4 |
| 1512 | 2025-06-30T22:07:55.762Z | Compiling crypto-bigint v0.5.5 |
| 1513 | 2025-06-30T22:07:55.844Z | Compiling addr2line v0.24.2 |
| 1514 | 2025-06-30T22:07:55.874Z | Compiling webpki-roots v1.0.0 |
| 1515 | 2025-06-30T22:07:55.976Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1516 | 2025-06-30T22:07:56.002Z | Compiling async-trait v0.1.88 |
| 1517 | 2025-06-30T22:07:56.084Z | Compiling thiserror-impl v2.0.12 |
| 1518 | 2025-06-30T22:07:56.406Z | Compiling ahash v0.8.11 |
| 1519 | 2025-06-30T22:07:56.486Z | Compiling object v0.36.5 |
| 1520 | 2025-06-30T22:07:56.761Z | Compiling fs-err v3.1.1 |
| 1521 | 2025-06-30T22:07:57.060Z | Compiling lockfree-object-pool v0.1.6 |
| 1522 | 2025-06-30T22:07:57.282Z | Compiling iri-string v0.7.8 |
| 1523 | 2025-06-30T22:07:57.345Z | Compiling winnow v0.5.40 |
| 1524 | 2025-06-30T22:07:58.423Z | Compiling bitflags v1.3.2 |
| 1525 | 2025-06-30T22:07:58.549Z | Compiling simd-adler32 v0.3.7 |
| 1526 | 2025-06-30T22:07:59.075Z | Compiling buf-list v1.0.3 |
| 1527 | 2025-06-30T22:07:59.183Z | Compiling anyhow v1.0.98 |
| 1528 | 2025-06-30T22:07:59.676Z | Compiling rustc-demangle v0.1.24 |
| 1529 | 2025-06-30T22:07:59.807Z | Compiling bumpalo v3.16.0 |
| 1530 | 2025-06-30T22:08:00.267Z | Compiling managed v0.8.0 |
| 1531 | 2025-06-30T22:08:00.304Z | Compiling hubpack_derive v0.1.1 |
| 1532 | 2025-06-30T22:08:00.561Z | Compiling toml_edit v0.19.15 |
| 1533 | 2025-06-30T22:08:00.804Z | Compiling zopfli v0.8.1 |
| 1534 | 2025-06-30T22:08:01.007Z | Compiling tower-http v0.6.6 |
| 1535 | 2025-06-30T22:08:01.136Z | Compiling hubpack v0.1.2 |
| 1536 | 2025-06-30T22:08:01.259Z | Compiling clap_builder v4.5.40 |
| 1537 | 2025-06-30T22:08:01.896Z | Compiling thiserror v2.0.12 |
| 1538 | 2025-06-30T22:08:01.966Z | Compiling strum_macros v0.25.3 |
| 1539 | 2025-06-30T22:08:02.070Z | Compiling elliptic-curve v0.13.8 |
| 1540 | 2025-06-30T22:08:02.290Z | Compiling console v0.15.10 |
| 1541 | 2025-06-30T22:08:03.096Z | Compiling backtrace v0.3.74 |
| 1542 | 2025-06-30T22:08:03.684Z | Compiling hyper-tls v0.6.0 |
| 1543 | 2025-06-30T22:08:03.692Z | Compiling oxnet v0.1.2 |
| 1544 | 2025-06-30T22:08:04.416Z | Compiling rayon v1.10.0 |
| 1545 | 2025-06-30T22:08:05.477Z | Compiling signal-hook-mio v0.2.4 |
| 1546 | 2025-06-30T22:08:05.664Z | Compiling cookie_store v0.21.1 |
| 1547 | 2025-06-30T22:08:05.891Z | Compiling zstd v0.13.3 |
| 1548 | 2025-06-30T22:08:07.011Z | Compiling postgres-types v0.2.9 |
| 1549 | 2025-06-30T22:08:07.086Z | Compiling usdt-attr-macro v0.5.0 |
| 1550 | 2025-06-30T22:08:07.092Z | Compiling usdt-macro v0.5.0 |
| 1551 | 2025-06-30T22:08:08.288Z | Compiling phf v0.11.2 |
| 1552 | 2025-06-30T22:08:08.474Z | Compiling ed25519 v2.2.3 |
| 1553 | 2025-06-30T22:08:08.541Z | Compiling strum_macros v0.26.4 |
| 1554 | 2025-06-30T22:08:08.567Z | Compiling bzip2 v0.4.4 |
| 1555 | 2025-06-30T22:08:08.674Z | Compiling bzip2 v0.5.2 |
| 1556 | 2025-06-30T22:08:08.724Z | Compiling clap_derive v4.5.40 |
| 1557 | 2025-06-30T22:08:08.952Z | Compiling enum-as-inner v0.6.1 |
| 1558 | 2025-06-30T22:08:09.054Z | Compiling pkcs1 v0.7.5 |
| 1559 | 2025-06-30T22:08:09.849Z | Compiling serde-big-array v0.5.1 |
| 1560 | 2025-06-30T22:08:09.939Z | Compiling serde_urlencoded v0.7.1 |
| 1561 | 2025-06-30T22:08:09.961Z | Compiling rfc6979 v0.4.0 |
| 1562 | 2025-06-30T22:08:10.084Z | Compiling bstr v1.10.0 |
| 1563 | 2025-06-30T22:08:10.154Z | Compiling serde_repr v0.1.19 |
| 1564 | 2025-06-30T22:08:10.213Z | Compiling daft-derive v0.1.3 |
| 1565 | 2025-06-30T22:08:10.453Z | Compiling float-cmp v0.10.0 |
| 1566 | 2025-06-30T22:08:10.714Z | Compiling encoding_rs v0.8.34 |
| 1567 | 2025-06-30T22:08:11.192Z | Compiling predicates-core v1.0.8 |
| 1568 | 2025-06-30T22:08:11.511Z | Compiling mime v0.3.17 |
| 1569 | 2025-06-30T22:08:11.566Z | Compiling number_prefix v0.4.0 |
| 1570 | 2025-06-30T22:08:11.710Z | Compiling precomputed-hash v0.1.1 |
| 1571 | 2025-06-30T22:08:11.798Z | Compiling whoami v1.6.0 |
| 1572 | 2025-06-30T22:08:11.841Z | Compiling difflib v0.4.0 |
| 1573 | 2025-06-30T22:08:12.018Z | Compiling new_debug_unreachable v1.0.6 |
| 1574 | 2025-06-30T22:08:12.136Z | Compiling normalize-line-endings v0.3.0 |
| 1575 | 2025-06-30T22:08:12.285Z | Compiling static_assertions v1.1.0 |
| 1576 | 2025-06-30T22:08:12.354Z | Compiling unicode-segmentation v1.12.0 |
| 1577 | 2025-06-30T22:08:12.398Z | Compiling fixedbitset v0.4.2 |
| 1578 | 2025-06-30T22:08:12.795Z | Compiling data-encoding v2.9.0 |
| 1579 | 2025-06-30T22:08:12.815Z | Compiling strum v0.26.3 |
| 1580 | 2025-06-30T22:08:12.910Z | Compiling clap v4.5.40 |
| 1581 | 2025-06-30T22:08:13.046Z | Compiling similar v2.7.0 |
| 1582 | 2025-06-30T22:08:13.105Z | Compiling petgraph v0.6.5 |
| 1583 | 2025-06-30T22:08:13.124Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1584 | 2025-06-30T22:08:13.225Z | Compiling predicates v3.1.3 |
| 1585 | 2025-06-30T22:08:14.359Z | Compiling hickory-proto v0.25.2 |
| 1586 | 2025-06-30T22:08:14.552Z | Compiling tokio-postgres v0.7.13 |
| 1587 | 2025-06-30T22:08:14.666Z | Compiling string_cache v0.8.9 |
| 1588 | 2025-06-30T22:08:15.053Z | Compiling toml_edit v0.22.27 |
| 1589 | 2025-06-30T22:08:15.107Z | Compiling indicatif v0.17.11 |
| 1590 | 2025-06-30T22:08:16.734Z | Compiling daft v0.1.3 |
| 1591 | 2025-06-30T22:08:17.019Z | Compiling usdt v0.5.0 |
| 1592 | 2025-06-30T22:08:17.040Z | Compiling ecdsa v0.16.9 |
| 1593 | 2025-06-30T22:08:17.275Z | Compiling rsa v0.9.6 |
| 1594 | 2025-06-30T22:08:17.499Z | Compiling zip v4.2.0 |
| 1595 | 2025-06-30T22:08:17.874Z | Compiling zip v0.6.6 |
| 1596 | 2025-06-30T22:08:19.132Z | Compiling ed25519-dalek v2.1.1 |
| 1597 | 2025-06-30T22:08:19.671Z | Compiling crossterm v0.28.1 |
| 1598 | 2025-06-30T22:08:20.450Z | Compiling toml v0.7.8 |
| 1599 | 2025-06-30T22:08:21.742Z | Compiling tokio-stream v0.1.17 |
| 1600 | 2025-06-30T22:08:21.762Z | Compiling openapiv3 v2.2.0 |
| 1601 | 2025-06-30T22:08:21.872Z | Compiling x509-cert v0.2.5 |
| 1602 | 2025-06-30T22:08:22.026Z | Compiling sha1 v0.10.6 |
| 1603 | 2025-06-30T22:08:22.442Z | Compiling itertools v0.10.5 |
| 1604 | 2025-06-30T22:08:22.681Z | Compiling dirs-sys-next v0.1.2 |
| 1605 | 2025-06-30T22:08:22.796Z | Compiling winnow v0.6.26 |
| 1606 | 2025-06-30T22:08:23.227Z | Compiling lalrpop-util v0.19.12 |
| 1607 | 2025-06-30T22:08:23.608Z | Compiling peg-runtime v0.8.5 |
| 1608 | 2025-06-30T22:08:24.204Z | Compiling rustc-hash v2.1.1 |
| 1609 | 2025-06-30T22:08:24.415Z | Compiling dirs-next v2.0.0 |
| 1610 | 2025-06-30T22:08:24.617Z | Compiling thread_local v1.1.8 |
| 1611 | 2025-06-30T22:08:24.654Z | Compiling slog-async v2.8.0 |
| 1612 | 2025-06-30T22:08:24.861Z | Compiling term v0.7.0 |
| 1613 | 2025-06-30T22:08:25.071Z | Compiling xattr v1.3.1 |
| 1614 | 2025-06-30T22:08:25.218Z | Compiling futures-executor v0.3.31 |
| 1615 | 2025-06-30T22:08:25.351Z | Compiling crossbeam-channel v0.5.15 |
| 1616 | 2025-06-30T22:08:25.699Z | Compiling is-terminal v0.4.13 |
| 1617 | 2025-06-30T22:08:25.702Z | Compiling filetime v0.2.25 |
| 1618 | 2025-06-30T22:08:25.744Z | Compiling take_mut v0.2.2 |
| 1619 | 2025-06-30T22:08:25.851Z | Compiling slog-term v2.9.1 |
| 1620 | 2025-06-30T22:08:25.923Z | Compiling futures v0.3.31 |
| 1621 | 2025-06-30T22:08:26.035Z | Compiling tar v0.4.44 |
| 1622 | 2025-06-30T22:08:26.055Z | Compiling camino v1.1.10 |
| 1623 | 2025-06-30T22:08:31.686Z | Compiling aws-lc-sys v0.26.0 |
| 1624 | 2025-06-30T22:09:01.017Z | Compiling rustls-webpki v0.102.8 |
| 1625 | 2025-06-30T22:09:05.342Z | Compiling tokio-rustls v0.26.0 |
| 1626 | 2025-06-30T22:09:05.640Z | Compiling hyper-rustls v0.27.7 |
| 1627 | 2025-06-30T22:09:06.024Z | Compiling reqwest v0.12.20 |
| 1628 | 2025-06-30T22:09:09.289Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1629 | 2025-06-30T22:09:09.547Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1630 | 2025-06-30T22:09:13.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1631 | 2025-06-30T22:09:14.072Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1632 | 2025-06-30T22:09:14.123Z | Jun 30 22:09:12.517 INFO Starting download, target: Cockroach |
| 1633 | 2025-06-30T22:09:14.124Z | Jun 30 22:09:12.517 INFO Starting download, target: DendriteStub |
| 1634 | 2025-06-30T22:09:14.124Z | Jun 30 22:09:12.517 INFO Starting download, target: Clickhouse |
| 1635 | 2025-06-30T22:09:14.124Z | Jun 30 22:09:12.517 INFO Starting download, target: Console |
| 1636 | 2025-06-30T22:09:14.124Z | Jun 30 22:09:12.517 INFO Starting download, target: MaghemiteMgd |
| 1637 | 2025-06-30T22:09:14.124Z | Jun 30 22:09:12.517 INFO Starting download, target: TransceiverControl |
| 1638 | 2025-06-30T22:09:14.127Z | Jun 30 22:09:12.518 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1639 | 2025-06-30T22:09:14.127Z | Jun 30 22:09:12.518 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1640 | 2025-06-30T22:09:14.127Z | Jun 30 22:09:12.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1641 | 2025-06-30T22:09:14.127Z | Jun 30 22:09:12.518 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1642 | 2025-06-30T22:09:14.127Z | Jun 30 22:09:12.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1643 | 2025-06-30T22:09:14.127Z | Jun 30 22:09:12.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1644 | 2025-06-30T22:09:14.505Z | Jun 30 22:09:12.877 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1645 | 2025-06-30T22:09:14.666Z | Jun 30 22:09:13.048 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1646 | 2025-06-30T22:09:14.928Z | Jun 30 22:09:13.299 INFO Download complete, target: TransceiverControl |
| 1647 | 2025-06-30T22:09:15.077Z | Jun 30 22:09:13.466 INFO Download complete, target: Console |
| 1648 | 2025-06-30T22:09:15.415Z | Jun 30 22:09:13.799 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1649 | 2025-06-30T22:09:15.443Z | Jun 30 22:09:13.831 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1650 | 2025-06-30T22:09:17.315Z | Jun 30 22:09:14.858 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1651 | 2025-06-30T22:09:17.373Z | Jun 30 22:09:15.002 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1652 | 2025-06-30T22:09:17.374Z | Jun 30 22:09:15.002 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1653 | 2025-06-30T22:09:18.399Z | Jun 30 22:09:16.766 INFO Download complete, target: DendriteStub |
| 1654 | 2025-06-30T22:09:18.805Z | Jun 30 22:09:17.196 INFO Download complete, target: MaghemiteMgd |
| 1655 | 2025-06-30T22:09:22.812Z | Jun 30 22:09:21.204 INFO Checking that binary works, target: Cockroach |
| 1656 | 2025-06-30T22:09:22.963Z | Jun 30 22:09:21.356 INFO Download complete, target: Cockroach |
| 1657 | 2025-06-30T22:09:26.242Z | Jun 30 22:09:24.634 INFO Checking that binary works, target: Clickhouse |
| 1658 | 2025-06-30T22:09:26.354Z | Jun 30 22:09:24.744 INFO Download complete, target: Clickhouse |
| 1659 | 2025-06-30T22:09:26.360Z | All prerequisites installed successfully |
| 1660 | 2025-06-30T22:09:26.363Z | |
| 1661 | 2025-06-30T22:09:26.363Z | real 4:37.148052463 |
| 1662 | 2025-06-30T22:09:26.363Z | user 16:00.805008706 |
| 1663 | 2025-06-30T22:09:26.363Z | sys 2:12.810876460 |
| 1664 | 2025-06-30T22:09:26.363Z | trap 0.572144749 |
| 1665 | 2025-06-30T22:09:26.363Z | tflt 0.996328504 |
| 1666 | 2025-06-30T22:09:26.363Z | dflt 1.148904659 |
| 1667 | 2025-06-30T22:09:26.364Z | kflt 0.026309836 |
| 1668 | 2025-06-30T22:09:26.364Z | lock 24:11.365954048 |
| 1669 | 2025-06-30T22:09:26.364Z | slp 57:52.395375007 |
| 1670 | 2025-06-30T22:09:26.364Z | lat 1:03.679049022 |
| 1671 | 2025-06-30T22:09:26.364Z | stop 2:41.177703689 |
| 1672 | 2025-06-30T22:09:26.364Z | + ptime -m cargo xtask download softnpu |
| 1673 | 2025-06-30T22:09:27.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1674 | 2025-06-30T22:09:27.073Z | Running `target/debug/xtask download softnpu` |
| 1675 | 2025-06-30T22:09:28.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1676 | 2025-06-30T22:09:28.106Z | Running `target/debug/xtask-downloader softnpu` |
| 1677 | 2025-06-30T22:09:28.146Z | Jun 30 22:09:26.537 INFO Starting download, target: Softnpu |
| 1678 | 2025-06-30T22:09:28.149Z | Jun 30 22:09:26.537 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1679 | 2025-06-30T22:09:28.733Z | Jun 30 22:09:27.120 INFO Download complete, target: Softnpu |
| 1680 | 2025-06-30T22:09:28.737Z | |
| 1681 | 2025-06-30T22:09:28.737Z | real 2.367695233 |
| 1682 | 2025-06-30T22:09:28.737Z | user 1.510268246 |
| 1683 | 2025-06-30T22:09:28.737Z | sys 0.641975896 |
| 1684 | 2025-06-30T22:09:28.737Z | trap 0.001251185 |
| 1685 | 2025-06-30T22:09:28.737Z | tflt 0.000109471 |
| 1686 | 2025-06-30T22:09:28.737Z | dflt 0.000107472 |
| 1687 | 2025-06-30T22:09:28.737Z | kflt 0.000000000 |
| 1688 | 2025-06-30T22:09:28.737Z | lock 6.285024722 |
| 1689 | 2025-06-30T22:09:28.738Z | slp 0.416629328 |
| 1690 | 2025-06-30T22:09:28.738Z | lat 0.077777841 |
| 1691 | 2025-06-30T22:09:28.738Z | stop 0.000157976 |
| 1692 | 2025-06-30T22:09:28.738Z | + export CARGO_INCREMENTAL=0 |
| 1693 | 2025-06-30T22:09:28.738Z | + CARGO_INCREMENTAL=0 |
| 1694 | 2025-06-30T22:09:28.738Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1695 | 2025-06-30T22:09:29.880Z | Compiling proc-macro2 v1.0.95 |
| 1696 | 2025-06-30T22:09:29.880Z | Compiling unicode-ident v1.0.18 |
| 1697 | 2025-06-30T22:09:29.883Z | Compiling libc v0.2.174 |
| 1698 | 2025-06-30T22:09:29.883Z | Compiling serde v1.0.219 |
| 1699 | 2025-06-30T22:09:29.883Z | Compiling autocfg v1.4.0 |
| 1700 | 2025-06-30T22:09:29.883Z | Compiling cfg-if v1.0.1 |
| 1701 | 2025-06-30T22:09:29.883Z | Compiling version_check v0.9.5 |
| 1702 | 2025-06-30T22:09:30.177Z | Compiling memchr v2.7.4 |
| 1703 | 2025-06-30T22:09:30.208Z | Compiling shlex v1.3.0 |
| 1704 | 2025-06-30T22:09:30.240Z | Compiling portable-atomic v1.11.0 |
| 1705 | 2025-06-30T22:09:30.515Z | Compiling typenum v1.17.0 |
| 1706 | 2025-06-30T22:09:30.584Z | Compiling value-bag v1.9.0 |
| 1707 | 2025-06-30T22:09:30.607Z | Compiling generic-array v0.14.7 |
| 1708 | 2025-06-30T22:09:30.962Z | Compiling lock_api v0.4.12 |
| 1709 | 2025-06-30T22:09:30.985Z | Compiling log v0.4.27 |
| 1710 | 2025-06-30T22:09:31.262Z | Compiling libm v0.2.8 |
| 1711 | 2025-06-30T22:09:31.341Z | Compiling serde_json v1.0.140 |
| 1712 | 2025-06-30T22:09:31.435Z | Compiling num-traits v0.2.19 |
| 1713 | 2025-06-30T22:09:31.615Z | Compiling getrandom v0.3.1 |
| 1714 | 2025-06-30T22:09:31.657Z | Compiling parking_lot_core v0.9.10 |
| 1715 | 2025-06-30T22:09:31.740Z | Compiling quote v1.0.40 |
| 1716 | 2025-06-30T22:09:31.823Z | Compiling scopeguard v1.2.0 |
| 1717 | 2025-06-30T22:09:31.994Z | Compiling jobserver v0.1.32 |
| 1718 | 2025-06-30T22:09:32.016Z | Compiling semver v1.0.26 |
| 1719 | 2025-06-30T22:09:32.043Z | Compiling smallvec v1.15.0 |
| 1720 | 2025-06-30T22:09:32.153Z | Compiling syn v2.0.104 |
| 1721 | 2025-06-30T22:09:32.310Z | Compiling getrandom v0.2.15 |
| 1722 | 2025-06-30T22:09:32.313Z | Compiling pkg-config v0.3.31 |
| 1723 | 2025-06-30T22:09:32.451Z | Compiling cc v1.2.15 |
| 1724 | 2025-06-30T22:09:32.506Z | Compiling itoa v1.0.11 |
| 1725 | 2025-06-30T22:09:32.528Z | Compiling aho-corasick v1.1.3 |
| 1726 | 2025-06-30T22:09:32.610Z | Compiling rustix v0.38.37 |
| 1727 | 2025-06-30T22:09:32.680Z | Compiling regex-syntax v0.8.5 |
| 1728 | 2025-06-30T22:09:33.499Z | Compiling either v1.15.0 |
| 1729 | 2025-06-30T22:09:34.016Z | Compiling critical-section v1.1.3 |
| 1730 | 2025-06-30T22:09:34.183Z | Compiling stable_deref_trait v1.2.0 |
| 1731 | 2025-06-30T22:09:34.318Z | Compiling slab v0.4.9 |
| 1732 | 2025-06-30T22:09:34.473Z | Compiling spin v0.9.8 |
| 1733 | 2025-06-30T22:09:34.627Z | Compiling once_cell v1.21.3 |
| 1734 | 2025-06-30T22:09:34.720Z | Compiling errno v0.3.12 |
| 1735 | 2025-06-30T22:09:34.751Z | Compiling rand_core v0.6.4 |
| 1736 | 2025-06-30T22:09:35.052Z | Compiling glob v0.3.2 |
| 1737 | 2025-06-30T22:09:35.350Z | Compiling prettyplease v0.2.35 |
| 1738 | 2025-06-30T22:09:35.369Z | Compiling pin-project-lite v0.2.14 |
| 1739 | 2025-06-30T22:09:35.526Z | Compiling allocator-api2 v0.2.21 |
| 1740 | 2025-06-30T22:09:35.546Z | Compiling subtle v2.6.1 |
| 1741 | 2025-06-30T22:09:35.693Z | Compiling foldhash v0.1.5 |
| 1742 | 2025-06-30T22:09:35.714Z | Compiling clang-sys v1.8.1 |
| 1743 | 2025-06-30T22:09:35.902Z | Compiling thiserror v1.0.69 |
| 1744 | 2025-06-30T22:09:35.905Z | Compiling ryu v1.0.18 |
| 1745 | 2025-06-30T22:09:36.062Z | Compiling equivalent v1.0.2 |
| 1746 | 2025-06-30T22:09:36.206Z | Compiling regex-automata v0.4.8 |
| 1747 | 2025-06-30T22:09:36.271Z | Compiling hashbrown v0.15.4 |
| 1748 | 2025-06-30T22:09:36.384Z | Compiling lazy_static v1.5.0 |
| 1749 | 2025-06-30T22:09:36.578Z | Compiling minimal-lexical v0.2.1 |
| 1750 | 2025-06-30T22:09:36.627Z | Compiling schemars v0.8.22 |
| 1751 | 2025-06-30T22:09:36.690Z | Compiling writeable v0.5.5 |
| 1752 | 2025-06-30T22:09:36.976Z | Compiling litemap v0.7.3 |
| 1753 | 2025-06-30T22:09:37.028Z | Compiling nom v7.1.3 |
| 1754 | 2025-06-30T22:09:37.915Z | Compiling libloading v0.8.5 |
| 1755 | 2025-06-30T22:09:38.117Z | Compiling home v0.5.9 |
| 1756 | 2025-06-30T22:09:38.340Z | Compiling bindgen v0.69.5 |
| 1757 | 2025-06-30T22:09:38.573Z | Compiling percent-encoding v2.3.1 |
| 1758 | 2025-06-30T22:09:39.050Z | Compiling synstructure v0.13.1 |
| 1759 | 2025-06-30T22:09:39.114Z | Compiling serde_derive_internals v0.29.1 |
| 1760 | 2025-06-30T22:09:40.179Z | Compiling cexpr v0.6.0 |
| 1761 | 2025-06-30T22:09:40.230Z | Compiling itertools v0.12.1 |
| 1762 | 2025-06-30T22:09:40.898Z | Compiling lazycell v1.3.0 |
| 1763 | 2025-06-30T22:09:40.918Z | Compiling icu_locid_transform_data v1.5.0 |
| 1764 | 2025-06-30T22:09:41.081Z | Compiling rustc-hash v1.1.0 |
| 1765 | 2025-06-30T22:09:41.259Z | Compiling byteorder v1.5.0 |
| 1766 | 2025-06-30T22:09:41.662Z | Compiling regex v1.11.1 |
| 1767 | 2025-06-30T22:09:41.794Z | Compiling cmake v0.1.51 |
| 1768 | 2025-06-30T22:09:41.885Z | Compiling signal-hook-registry v1.4.2 |
| 1769 | 2025-06-30T22:09:42.180Z | Compiling dunce v1.0.5 |
| 1770 | 2025-06-30T22:09:42.343Z | Compiling zerocopy v0.8.26 |
| 1771 | 2025-06-30T22:09:42.445Z | Compiling paste v1.0.15 |
| 1772 | 2025-06-30T22:09:42.517Z | Compiling icu_properties_data v1.5.0 |
| 1773 | 2025-06-30T22:09:42.798Z | Compiling fs_extra v1.3.0 |
| 1774 | 2025-06-30T22:09:42.844Z | Compiling serde_derive v1.0.219 |
| 1775 | 2025-06-30T22:09:42.887Z | Compiling zeroize_derive v1.4.2 |
| 1776 | 2025-06-30T22:09:42.971Z | Compiling zerofrom-derive v0.1.4 |
| 1777 | 2025-06-30T22:09:43.101Z | Compiling yoke-derive v0.7.4 |
| 1778 | 2025-06-30T22:09:43.232Z | Compiling zerovec-derive v0.10.3 |
| 1779 | 2025-06-30T22:09:43.323Z | Compiling displaydoc v0.2.5 |
| 1780 | 2025-06-30T22:09:44.132Z | Compiling icu_provider_macros v1.5.0 |
| 1781 | 2025-06-30T22:09:44.595Z | Compiling tokio-macros v2.5.0 |
| 1782 | 2025-06-30T22:09:44.965Z | Compiling zeroize v1.8.1 |
| 1783 | 2025-06-30T22:09:45.268Z | Compiling zerocopy-derive v0.7.35 |
| 1784 | 2025-06-30T22:09:45.383Z | Compiling thiserror-impl v1.0.69 |
| 1785 | 2025-06-30T22:09:45.409Z | Compiling schemars_derive v0.8.22 |
| 1786 | 2025-06-30T22:09:45.653Z | Compiling zerofrom v0.1.4 |
| 1787 | 2025-06-30T22:09:45.894Z | Compiling yoke v0.7.4 |
| 1788 | 2025-06-30T22:09:46.340Z | Compiling zerovec v0.10.4 |
| 1789 | 2025-06-30T22:09:46.623Z | Compiling futures-macro v0.3.31 |
| 1790 | 2025-06-30T22:09:47.322Z | Compiling parking_lot v0.12.3 |
| 1791 | 2025-06-30T22:09:47.815Z | Compiling mio v1.0.2 |
| 1792 | 2025-06-30T22:09:47.914Z | Compiling write16 v1.0.0 |
| 1793 | 2025-06-30T22:09:47.965Z | Compiling icu_normalizer_data v1.5.0 |
| 1794 | 2025-06-30T22:09:48.070Z | Compiling utf16_iter v1.0.5 |
| 1795 | 2025-06-30T22:09:48.099Z | Compiling utf8_iter v1.0.4 |
| 1796 | 2025-06-30T22:09:48.332Z | Compiling tinystr v0.7.6 |
| 1797 | 2025-06-30T22:09:48.400Z | Compiling icu_collections v1.5.0 |
| 1798 | 2025-06-30T22:09:48.732Z | Compiling icu_locid v1.5.0 |
| 1799 | 2025-06-30T22:09:48.752Z | Compiling crypto-common v0.1.6 |
| 1800 | 2025-06-30T22:09:48.974Z | Compiling zerocopy-derive v0.8.26 |
| 1801 | 2025-06-30T22:09:49.199Z | Compiling socket2 v0.5.10 |
| 1802 | 2025-06-30T22:09:49.301Z | Compiling const-oid v0.9.6 |
| 1803 | 2025-06-30T22:09:50.067Z | Compiling icu_provider v1.5.0 |
| 1804 | 2025-06-30T22:09:50.892Z | Compiling icu_locid_transform v1.5.0 |
| 1805 | 2025-06-30T22:09:50.970Z | Compiling fnv v1.0.7 |
| 1806 | 2025-06-30T22:09:51.323Z | Compiling form_urlencoded v1.2.1 |
| 1807 | 2025-06-30T22:09:51.802Z | Compiling ring v0.17.14 |
| 1808 | 2025-06-30T22:09:52.483Z | Compiling icu_properties v1.5.1 |
| 1809 | 2025-06-30T22:09:53.253Z | Compiling tracing-attributes v0.1.27 |
| 1810 | 2025-06-30T22:09:53.318Z | Compiling der_derive v0.7.3 |
| 1811 | 2025-06-30T22:09:54.633Z | Compiling bitflags v2.9.0 |
| 1812 | 2025-06-30T22:09:54.779Z | Compiling bytes v1.10.1 |
| 1813 | 2025-06-30T22:09:56.156Z | Compiling indexmap v2.9.0 |
| 1814 | 2025-06-30T22:09:56.186Z | Compiling vcpkg v0.2.15 |
| 1815 | 2025-06-30T22:09:56.813Z | Compiling icu_normalizer v1.5.0 |
| 1816 | 2025-06-30T22:09:57.148Z | Compiling tokio v1.45.1 |
| 1817 | 2025-06-30T22:09:57.508Z | Compiling aws-lc-rs v1.12.4 |
| 1818 | 2025-06-30T22:09:57.910Z | Compiling idna_adapter v1.2.0 |
| 1819 | 2025-06-30T22:09:58.178Z | Compiling idna v1.0.3 |
| 1820 | 2025-06-30T22:09:58.649Z | Compiling openssl-sys v0.9.109 |
| 1821 | 2025-06-30T22:09:59.665Z | Compiling which v4.4.2 |
| 1822 | 2025-06-30T22:09:59.685Z | Compiling url v2.5.4 |
| 1823 | 2025-06-30T22:10:01.690Z | Compiling block-buffer v0.10.4 |
| 1824 | 2025-06-30T22:10:01.942Z | Compiling futures-core v0.3.31 |
| 1825 | 2025-06-30T22:10:01.967Z | Compiling heck v0.5.0 |
| 1826 | 2025-06-30T22:10:02.220Z | Compiling thiserror v2.0.12 |
| 1827 | 2025-06-30T22:10:02.405Z | Compiling digest v0.10.7 |
| 1828 | 2025-06-30T22:10:03.142Z | Compiling zerocopy v0.7.35 |
| 1829 | 2025-06-30T22:10:03.203Z | Compiling thiserror-impl v2.0.12 |
| 1830 | 2025-06-30T22:10:03.355Z | Compiling httparse v1.9.5 |
| 1831 | 2025-06-30T22:10:04.984Z | Compiling uuid v1.17.0 |
| 1832 | 2025-06-30T22:10:05.290Z | Compiling iana-time-zone v0.1.63 |
| 1833 | 2025-06-30T22:10:05.323Z | Compiling syn v1.0.109 |
| 1834 | 2025-06-30T22:10:05.869Z | Compiling crossbeam-utils v0.8.21 |
| 1835 | 2025-06-30T22:10:06.047Z | Compiling chrono v0.4.41 |
| 1836 | 2025-06-30T22:10:06.650Z | Compiling futures-sink v0.3.31 |
| 1837 | 2025-06-30T22:10:07.260Z | Compiling time-core v0.1.2 |
| 1838 | 2025-06-30T22:10:07.467Z | Compiling num-conv v0.1.0 |
| 1839 | 2025-06-30T22:10:07.777Z | Compiling time-macros v0.2.18 |
| 1840 | 2025-06-30T22:10:09.029Z | Compiling cpufeatures v0.2.14 |
| 1841 | 2025-06-30T22:10:09.156Z | Compiling openssl v0.10.73 |
| 1842 | 2025-06-30T22:10:09.764Z | Compiling hmac v0.12.1 |
| 1843 | 2025-06-30T22:10:10.025Z | Compiling rustc_version v0.4.1 |
| 1844 | 2025-06-30T22:10:10.391Z | Compiling serde_tokenstream v0.2.2 |
| 1845 | 2025-06-30T22:10:10.738Z | Compiling block-padding v0.3.3 |
| 1846 | 2025-06-30T22:10:10.982Z | Compiling openssl-macros v0.1.1 |
| 1847 | 2025-06-30T22:10:11.005Z | Compiling scroll_derive v0.12.0 |
| 1848 | 2025-06-30T22:10:11.364Z | Compiling aws-lc-sys v0.26.0 |
| 1849 | 2025-06-30T22:10:12.062Z | Compiling native-tls v0.2.12 |
| 1850 | 2025-06-30T22:10:12.195Z | Compiling ucd-trie v0.1.7 |
| 1851 | 2025-06-30T22:10:12.420Z | Compiling dyn-clone v1.0.19 |
| 1852 | 2025-06-30T22:10:12.598Z | Compiling rustls v0.23.19 |
| 1853 | 2025-06-30T22:10:12.672Z | Compiling pest v2.7.14 |
| 1854 | 2025-06-30T22:10:13.084Z | Compiling inout v0.1.3 |
| 1855 | 2025-06-30T22:10:13.366Z | Compiling futures-channel v0.3.31 |
| 1856 | 2025-06-30T22:10:13.897Z | Compiling futures-task v0.3.31 |
| 1857 | 2025-06-30T22:10:14.038Z | Compiling strsim v0.11.1 |
| 1858 | 2025-06-30T22:10:14.228Z | Compiling futures-io v0.3.31 |
| 1859 | 2025-06-30T22:10:14.591Z | Compiling pin-utils v0.1.0 |
| 1860 | 2025-06-30T22:10:14.716Z | Compiling futures-util v0.3.31 |
| 1861 | 2025-06-30T22:10:15.535Z | Compiling pest_meta v2.7.14 |
| 1862 | 2025-06-30T22:10:17.603Z | Compiling cipher v0.4.4 |
| 1863 | 2025-06-30T22:10:18.088Z | Compiling sha2 v0.10.9 |
| 1864 | 2025-06-30T22:10:18.256Z | Compiling http v1.3.1 |
| 1865 | 2025-06-30T22:10:18.914Z | Compiling cookie v0.18.1 |
| 1866 | 2025-06-30T22:10:18.936Z | Compiling base64ct v1.6.0 |
| 1867 | 2025-06-30T22:10:19.495Z | Compiling pem-rfc7468 v0.7.0 |
| 1868 | 2025-06-30T22:10:20.046Z | Compiling pest_generator v2.7.14 |
| 1869 | 2025-06-30T22:10:20.856Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1870 | 2025-06-30T22:10:21.175Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1871 | 2025-06-30T22:10:21.554Z | Compiling slog v2.7.0 |
| 1872 | 2025-06-30T22:10:21.601Z | Compiling flagset v0.4.6 |
| 1873 | 2025-06-30T22:10:21.651Z | Compiling pest_derive v2.7.14 |
| 1874 | 2025-06-30T22:10:21.822Z | Compiling der v0.7.9 |
| 1875 | 2025-06-30T22:10:22.403Z | Compiling toml_datetime v0.6.11 |
| 1876 | 2025-06-30T22:10:22.705Z | Compiling serde_spanned v0.6.9 |
| 1877 | 2025-06-30T22:10:22.897Z | Compiling tracing-core v0.1.32 |
| 1878 | 2025-06-30T22:10:22.956Z | Compiling usdt-impl v0.5.0 |
| 1879 | 2025-06-30T22:10:23.084Z | Compiling anyhow v1.0.98 |
| 1880 | 2025-06-30T22:10:23.315Z | Compiling rustls-pki-types v1.10.0 |
| 1881 | 2025-06-30T22:10:23.591Z | Compiling rayon-core v1.12.1 |
| 1882 | 2025-06-30T22:10:23.900Z | Compiling rustversion v1.0.17 |
| 1883 | 2025-06-30T22:10:23.991Z | Compiling spki v0.7.3 |
| 1884 | 2025-06-30T22:10:24.175Z | Compiling tracing v0.1.40 |
| 1885 | 2025-06-30T22:10:24.507Z | Compiling salsa20 v0.10.2 |
| 1886 | 2025-06-30T22:10:24.549Z | Compiling scroll v0.12.0 |
| 1887 | 2025-06-30T22:10:24.762Z | Compiling pbkdf2 v0.12.2 |
| 1888 | 2025-06-30T22:10:24.926Z | Compiling ppv-lite86 v0.2.20 |
| 1889 | 2025-06-30T22:10:24.964Z | Compiling winnow v0.5.40 |
| 1890 | 2025-06-30T22:10:25.306Z | Compiling plain v0.2.3 |
| 1891 | 2025-06-30T22:10:25.353Z | Compiling litrs v0.4.1 |
| 1892 | 2025-06-30T22:10:25.526Z | Compiling goblin v0.8.2 |
| 1893 | 2025-06-30T22:10:25.736Z | Compiling scrypt v0.11.0 |
| 1894 | 2025-06-30T22:10:26.171Z | Compiling aes v0.8.4 |
| 1895 | 2025-06-30T22:10:26.334Z | Compiling document-features v0.2.10 |
| 1896 | 2025-06-30T22:10:27.016Z | Compiling cbc v0.1.2 |
| 1897 | 2025-06-30T22:10:27.240Z | Compiling tokio-util v0.7.15 |
| 1898 | 2025-06-30T22:10:28.256Z | Compiling toml_edit v0.19.15 |
| 1899 | 2025-06-30T22:10:29.757Z | Compiling untrusted v0.9.0 |
| 1900 | 2025-06-30T22:10:29.976Z | Compiling powerfmt v0.2.0 |
| 1901 | 2025-06-30T22:10:30.280Z | Compiling newtype-uuid v1.2.4 |
| 1902 | 2025-06-30T22:10:30.438Z | Compiling untrusted v0.7.1 |
| 1903 | 2025-06-30T22:10:30.528Z | Compiling pretty-hex v0.4.1 |
| 1904 | 2025-06-30T22:10:30.582Z | Compiling deranged v0.3.11 |
| 1905 | 2025-06-30T22:10:30.961Z | Compiling dof v0.3.0 |
| 1906 | 2025-06-30T22:10:32.229Z | Compiling pkcs5 v0.7.1 |
| 1907 | 2025-06-30T22:10:32.989Z | Compiling dtrace-parser v0.2.0 |
| 1908 | 2025-06-30T22:10:33.039Z | Compiling http-body v1.0.1 |
| 1909 | 2025-06-30T22:10:33.291Z | Compiling heapless v0.7.17 |
| 1910 | 2025-06-30T22:10:34.082Z | Compiling thread-id v4.2.2 |
| 1911 | 2025-06-30T22:10:34.276Z | Compiling base64 v0.22.1 |
| 1912 | 2025-06-30T22:10:34.723Z | Compiling atomic-waker v1.1.2 |
| 1913 | 2025-06-30T22:10:34.774Z | Compiling signal-hook v0.3.18 |
| 1914 | 2025-06-30T22:10:34.820Z | Compiling num_threads v0.1.7 |
| 1915 | 2025-06-30T22:10:34.917Z | Compiling zstd-safe v7.2.3 |
| 1916 | 2025-06-30T22:10:34.960Z | Compiling adler2 v2.0.0 |
| 1917 | 2025-06-30T22:10:35.049Z | Compiling time v0.3.36 |
| 1918 | 2025-06-30T22:10:35.222Z | Compiling miniz_oxide v0.8.5 |
| 1919 | 2025-06-30T22:10:36.895Z | Compiling pkcs8 v0.10.2 |
| 1920 | 2025-06-30T22:10:37.753Z | Compiling tinyvec_macros v0.1.1 |
| 1921 | 2025-06-30T22:10:37.885Z | Compiling tower-service v0.3.3 |
| 1922 | 2025-06-30T22:10:38.789Z | Compiling try-lock v0.2.5 |
| 1923 | 2025-06-30T22:10:38.964Z | Compiling want v0.3.1 |
| 1924 | 2025-06-30T22:10:39.497Z | Compiling tinyvec v1.8.0 |
| 1925 | 2025-06-30T22:10:40.959Z | Compiling h2 v0.4.6 |
| 1926 | 2025-06-30T22:10:41.552Z | Compiling rand_core v0.9.2 |
| 1927 | 2025-06-30T22:10:41.912Z | Compiling curve25519-dalek v4.1.3 |
| 1928 | 2025-06-30T22:10:42.452Z | Compiling ipnet v2.11.0 |
| 1929 | 2025-06-30T22:10:43.109Z | Compiling async-trait v0.1.88 |
| 1930 | 2025-06-30T22:10:44.228Z | Compiling memoffset v0.9.1 |
| 1931 | 2025-06-30T22:10:44.971Z | Compiling smoltcp v0.9.1 |
| 1932 | 2025-06-30T22:10:45.349Z | Compiling openssl-probe v0.1.5 |
| 1933 | 2025-06-30T22:10:45.586Z | Compiling num-bigint-dig v0.8.4 |
| 1934 | 2025-06-30T22:10:45.920Z | Compiling foreign-types-shared v0.1.1 |
| 1935 | 2025-06-30T22:10:46.161Z | Compiling httpdate v1.0.3 |
| 1936 | 2025-06-30T22:10:46.232Z | Compiling foreign-types v0.3.2 |
| 1937 | 2025-06-30T22:10:48.783Z | Compiling hyper v1.6.0 |
| 1938 | 2025-06-30T22:10:49.205Z | Compiling rand_chacha v0.9.0 |
| 1939 | 2025-06-30T22:10:50.478Z | Compiling usdt-attr-macro v0.5.0 |
| 1940 | 2025-06-30T22:10:51.821Z | Compiling usdt-macro v0.5.0 |
| 1941 | 2025-06-30T22:10:55.391Z | Compiling strum_macros v0.26.4 |
| 1942 | 2025-06-30T22:10:57.771Z | Compiling ipnetwork v0.21.1 |
| 1943 | 2025-06-30T22:10:59.456Z | Compiling daft-derive v0.1.3 |
| 1944 | 2025-06-30T22:11:00.085Z | Compiling gimli v0.31.1 |
| 1945 | 2025-06-30T22:11:00.793Z | Compiling heck v0.4.1 |
| 1946 | 2025-06-30T22:11:01.164Z | Compiling cfg_aliases v0.2.1 |
| 1947 | 2025-06-30T22:11:01.283Z | Compiling nix v0.29.0 |
| 1948 | 2025-06-30T22:11:04.758Z | Compiling addr2line v0.24.2 |
| 1949 | 2025-06-30T22:11:05.768Z | Compiling hyper-util v0.1.14 |
| 1950 | 2025-06-30T22:11:06.318Z | Compiling rand v0.9.1 |
| 1951 | 2025-06-30T22:11:07.571Z | Compiling crossbeam-epoch v0.9.18 |
| 1952 | 2025-06-30T22:11:08.115Z | Compiling unicode-normalization v0.1.24 |
| 1953 | 2025-06-30T22:11:10.130Z | Compiling hubpack_derive v0.1.1 |
| 1954 | 2025-06-30T22:11:10.150Z | Compiling signature v2.2.0 |
| 1955 | 2025-06-30T22:11:10.386Z | Compiling openapiv3 v2.2.0 |
| 1956 | 2025-06-30T22:11:10.947Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1957 | 2025-06-30T22:11:11.966Z | Compiling object v0.36.5 |
| 1958 | 2025-06-30T22:11:12.188Z | Compiling fs-err v3.1.1 |
| 1959 | 2025-06-30T22:11:12.508Z | Compiling ahash v0.8.11 |
| 1960 | 2025-06-30T22:11:12.860Z | Compiling crc32fast v1.4.2 |
| 1961 | 2025-06-30T22:11:13.180Z | Compiling utf8parse v0.2.2 |
| 1962 | 2025-06-30T22:11:13.367Z | Compiling ident_case v1.0.1 |
| 1963 | 2025-06-30T22:11:13.739Z | Compiling siphasher v0.3.11 |
| 1964 | 2025-06-30T22:11:14.118Z | Compiling unicode-properties v0.1.3 |
| 1965 | 2025-06-30T22:11:14.281Z | Compiling unicode-bidi v0.3.17 |
| 1966 | 2025-06-30T22:11:14.543Z | Compiling rustc-demangle v0.1.24 |
| 1967 | 2025-06-30T22:11:15.345Z | Compiling anstyle v1.0.11 |
| 1968 | 2025-06-30T22:11:15.791Z | Compiling buf-list v1.0.3 |
| 1969 | 2025-06-30T22:11:16.321Z | Compiling zlib-rs v0.5.1 |
| 1970 | 2025-06-30T22:11:16.769Z | Compiling stringprep v0.1.5 |
| 1971 | 2025-06-30T22:11:17.161Z | Compiling phf_shared v0.11.2 |
| 1972 | 2025-06-30T22:11:20.433Z | Compiling backtrace v0.3.74 |
| 1973 | 2025-06-30T22:11:21.130Z | Compiling libz-rs-sys v0.5.1 |
| 1974 | 2025-06-30T22:11:21.415Z | Compiling darling_core v0.20.10 |
| 1975 | 2025-06-30T22:11:21.477Z | Compiling anstyle-parse v0.2.5 |
| 1976 | 2025-06-30T22:11:28.155Z | Compiling crossbeam-deque v0.8.5 |
| 1977 | 2025-06-30T22:11:29.017Z | Compiling http-body-util v0.1.3 |
| 1978 | 2025-06-30T22:11:29.040Z | Compiling rand_chacha v0.3.1 |
| 1979 | 2025-06-30T22:11:29.952Z | Compiling sync_wrapper v1.0.1 |
| 1980 | 2025-06-30T22:11:29.999Z | Compiling md-5 v0.10.6 |
| 1981 | 2025-06-30T22:11:30.278Z | Compiling num-integer v0.1.46 |
| 1982 | 2025-06-30T22:11:30.983Z | Compiling hash32 v0.2.1 |
| 1983 | 2025-06-30T22:11:31.011Z | Compiling ff v0.13.0 |
| 1984 | 2025-06-30T22:11:31.124Z | Compiling encoding_rs v0.8.34 |
| 1985 | 2025-06-30T22:11:31.264Z | Compiling mime v0.3.17 |
| 1986 | 2025-06-30T22:11:32.019Z | Compiling base16ct v0.2.0 |
| 1987 | 2025-06-30T22:11:32.229Z | Compiling psl-types v2.0.11 |
| 1988 | 2025-06-30T22:11:32.321Z | Compiling is_terminal_polyfill v1.70.1 |
| 1989 | 2025-06-30T22:11:32.467Z | Compiling tower-layer v0.3.3 |
| 1990 | 2025-06-30T22:11:32.699Z | Compiling colorchoice v1.0.2 |
| 1991 | 2025-06-30T22:11:32.758Z | Compiling fallible-iterator v0.2.0 |
| 1992 | 2025-06-30T22:11:32.874Z | Compiling anstyle-query v1.1.1 |
| 1993 | 2025-06-30T22:11:33.404Z | Compiling postgres-protocol v0.6.8 |
| 1994 | 2025-06-30T22:11:33.477Z | Compiling tower v0.5.2 |
| 1995 | 2025-06-30T22:11:34.436Z | Compiling anstream v0.6.18 |
| 1996 | 2025-06-30T22:11:35.028Z | Compiling publicsuffix v2.3.0 |
| 1997 | 2025-06-30T22:11:35.639Z | Compiling sec1 v0.7.3 |
| 1998 | 2025-06-30T22:11:36.045Z | Compiling group v0.13.0 |
| 1999 | 2025-06-30T22:11:36.196Z | Compiling num-iter v0.1.45 |
| 2000 | 2025-06-30T22:11:37.811Z | Compiling rand v0.8.5 |
| 2001 | 2025-06-30T22:11:38.628Z | Compiling rustls-webpki v0.102.8 |
| 2002 | 2025-06-30T22:11:39.230Z | Compiling tokio-native-tls v0.3.1 |
| 2003 | 2025-06-30T22:11:40.127Z | Compiling darling_macro v0.20.10 |
| 2004 | 2025-06-30T22:11:40.639Z | Compiling flate2 v1.1.2 |
| 2005 | 2025-06-30T22:11:41.568Z | Compiling strum_macros v0.25.3 |
| 2006 | 2025-06-30T22:11:41.678Z | Compiling rustls-native-certs v0.8.1 |
| 2007 | 2025-06-30T22:11:42.231Z | Compiling webpki-roots v1.0.0 |
| 2008 | 2025-06-30T22:11:42.922Z | Compiling hkdf v0.12.4 |
| 2009 | 2025-06-30T22:11:43.053Z | Compiling enum-as-inner v0.6.1 |
| 2010 | 2025-06-30T22:11:43.164Z | Compiling clap_derive v4.5.40 |
| 2011 | 2025-06-30T22:11:43.435Z | Compiling terminal_size v0.4.0 |
| 2012 | 2025-06-30T22:11:43.472Z | Compiling serde_urlencoded v0.7.1 |
| 2013 | 2025-06-30T22:11:43.677Z | Compiling crypto-bigint v0.5.5 |
| 2014 | 2025-06-30T22:11:43.992Z | Compiling serde_repr v0.1.19 |
| 2015 | 2025-06-30T22:11:44.700Z | Compiling clap_lex v0.7.4 |
| 2016 | 2025-06-30T22:11:44.950Z | Compiling unicode-width v0.2.0 |
| 2017 | 2025-06-30T22:11:45.092Z | Compiling managed v0.8.0 |
| 2018 | 2025-06-30T22:11:45.488Z | Compiling bumpalo v3.16.0 |
| 2019 | 2025-06-30T22:11:45.538Z | Compiling bitflags v1.3.2 |
| 2020 | 2025-06-30T22:11:45.695Z | Compiling lockfree-object-pool v0.1.6 |
| 2021 | 2025-06-30T22:11:45.963Z | Compiling tokio-rustls v0.26.0 |
| 2022 | 2025-06-30T22:11:45.983Z | Compiling simd-adler32 v0.3.7 |
| 2023 | 2025-06-30T22:11:46.433Z | Compiling iri-string v0.7.8 |
| 2024 | 2025-06-30T22:11:49.795Z | Compiling tower-http v0.6.6 |
| 2025 | 2025-06-30T22:11:52.633Z | Compiling elliptic-curve v0.13.8 |
| 2026 | 2025-06-30T22:11:52.894Z | Compiling hyper-rustls v0.27.7 |
| 2027 | 2025-06-30T22:11:53.125Z | Compiling zopfli v0.8.1 |
| 2028 | 2025-06-30T22:11:53.128Z | Compiling console v0.15.10 |
| 2029 | 2025-06-30T22:11:53.331Z | Compiling clap_builder v4.5.40 |
| 2030 | 2025-06-30T22:11:53.466Z | Compiling oxnet v0.1.2 |
| 2031 | 2025-06-30T22:11:53.887Z | Compiling hyper-tls v0.6.0 |
| 2032 | 2025-06-30T22:11:54.487Z | Compiling darling v0.20.10 |
| 2033 | 2025-06-30T22:11:54.631Z | Compiling zstd v0.13.3 |
| 2034 | 2025-06-30T22:11:55.026Z | Compiling signal-hook-mio v0.2.4 |
| 2035 | 2025-06-30T22:11:55.204Z | Compiling rayon v1.10.0 |
| 2036 | 2025-06-30T22:11:55.609Z | Compiling cookie_store v0.21.1 |
| 2037 | 2025-06-30T22:11:56.576Z | Compiling postgres-types v0.2.9 |
| 2038 | 2025-06-30T22:11:57.030Z | Compiling phf v0.11.2 |
| 2039 | 2025-06-30T22:11:57.377Z | Compiling hubpack v0.1.2 |
| 2040 | 2025-06-30T22:11:57.488Z | Compiling ed25519 v2.2.3 |
| 2041 | 2025-06-30T22:11:57.703Z | Compiling bzip2 v0.4.4 |
| 2042 | 2025-06-30T22:11:57.760Z | Compiling bzip2 v0.5.2 |
| 2043 | 2025-06-30T22:11:58.134Z | Compiling pkcs1 v0.7.5 |
| 2044 | 2025-06-30T22:11:59.428Z | Compiling rfc6979 v0.4.0 |
| 2045 | 2025-06-30T22:11:59.554Z | Compiling float-cmp v0.10.0 |
| 2046 | 2025-06-30T22:11:59.594Z | Compiling serde-big-array v0.5.1 |
| 2047 | 2025-06-30T22:11:59.641Z | Compiling bstr v1.10.0 |
| 2048 | 2025-06-30T22:11:59.815Z | Compiling regress v0.10.3 |
| 2049 | 2025-06-30T22:11:59.856Z | Compiling memmap v0.7.0 |
| 2050 | 2025-06-30T22:12:00.149Z | Compiling predicates-core v1.0.8 |
| 2051 | 2025-06-30T22:12:00.227Z | Compiling fixedbitset v0.4.2 |
| 2052 | 2025-06-30T22:12:00.443Z | Compiling precomputed-hash v0.1.1 |
| 2053 | 2025-06-30T22:12:00.593Z | Compiling new_debug_unreachable v1.0.6 |
| 2054 | 2025-06-30T22:12:00.615Z | Compiling number_prefix v0.4.0 |
| 2055 | 2025-06-30T22:12:00.872Z | Compiling unicode-segmentation v1.12.0 |
| 2056 | 2025-06-30T22:12:00.991Z | Compiling toml_write v0.1.2 |
| 2057 | 2025-06-30T22:12:01.011Z | Compiling static_assertions v1.1.0 |
| 2058 | 2025-06-30T22:12:01.135Z | Compiling data-encoding v2.9.0 |
| 2059 | 2025-06-30T22:12:01.384Z | Compiling difflib v0.4.0 |
| 2060 | 2025-06-30T22:12:01.557Z | Compiling normalize-line-endings v0.3.0 |
| 2061 | 2025-06-30T22:12:02.127Z | Compiling whoami v1.6.0 |
| 2062 | 2025-06-30T22:12:02.166Z | Compiling winnow v0.7.10 |
| 2063 | 2025-06-30T22:12:02.385Z | Compiling reqwest v0.12.20 |
| 2064 | 2025-06-30T22:12:02.412Z | Compiling predicates v3.1.3 |
| 2065 | 2025-06-30T22:12:02.646Z | Compiling tokio-postgres v0.7.13 |
| 2066 | 2025-06-30T22:12:02.931Z | Compiling hickory-proto v0.25.2 |
| 2067 | 2025-06-30T22:12:03.683Z | Compiling typify-impl v0.3.0 |
| 2068 | 2025-06-30T22:12:04.123Z | Compiling similar v2.7.0 |
| 2069 | 2025-06-30T22:12:05.541Z | Compiling toml_edit v0.22.27 |
| 2070 | 2025-06-30T22:12:05.801Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2071 | 2025-06-30T22:12:10.765Z | Compiling indicatif v0.17.11 |
| 2072 | 2025-06-30T22:12:11.513Z | Compiling string_cache v0.8.9 |
| 2073 | 2025-06-30T22:12:11.901Z | Compiling petgraph v0.6.5 |
| 2074 | 2025-06-30T22:12:11.947Z | Compiling usdt v0.5.0 |
| 2075 | 2025-06-30T22:12:12.346Z | Compiling ecdsa v0.16.9 |
| 2076 | 2025-06-30T22:12:13.111Z | Compiling rsa v0.9.6 |
| 2077 | 2025-06-30T22:12:13.377Z | Compiling zip v4.2.0 |
| 2078 | 2025-06-30T22:12:13.432Z | Compiling zip v0.6.6 |
| 2079 | 2025-06-30T22:12:14.484Z | Compiling ed25519-dalek v2.1.1 |
| 2080 | 2025-06-30T22:12:15.307Z | Compiling clap v4.5.40 |
| 2081 | 2025-06-30T22:12:15.310Z | Compiling crossterm v0.28.1 |
| 2082 | 2025-06-30T22:12:15.348Z | Compiling daft v0.1.3 |
| 2083 | 2025-06-30T22:12:15.460Z | Compiling strum v0.26.3 |
| 2084 | 2025-06-30T22:12:15.478Z | Compiling tokio-stream v0.1.17 |
| 2085 | 2025-06-30T22:12:15.673Z | Compiling toml v0.7.8 |
| 2086 | 2025-06-30T22:12:15.927Z | Compiling x509-cert v0.2.5 |
| 2087 | 2025-06-30T22:12:17.790Z | Compiling sha1 v0.10.6 |
| 2088 | 2025-06-30T22:12:18.177Z | Compiling itertools v0.10.5 |
| 2089 | 2025-06-30T22:12:19.365Z | Compiling winnow v0.6.26 |
| 2090 | 2025-06-30T22:12:21.013Z | Compiling unicode-xid v0.2.6 |
| 2091 | 2025-06-30T22:12:21.096Z | Compiling rustix v1.0.7 |
| 2092 | 2025-06-30T22:12:21.207Z | Compiling rustc-hash v2.1.1 |
| 2093 | 2025-06-30T22:12:21.423Z | Compiling peg-runtime v0.8.5 |
| 2094 | 2025-06-30T22:12:21.655Z | Compiling lalrpop-util v0.19.12 |
| 2095 | 2025-06-30T22:12:22.701Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2096 | 2025-06-30T22:12:23.236Z | Compiling typify-macro v0.3.0 |
| 2097 | 2025-06-30T22:12:31.408Z | Compiling camino v1.1.10 |
| 2098 | 2025-06-30T22:12:33.341Z | Compiling proc-macro-crate v1.3.1 |
| 2099 | 2025-06-30T22:12:33.752Z | Compiling macaddr v1.0.1 |
| 2100 | 2025-06-30T22:12:34.778Z | Compiling itertools v0.13.0 |
| 2101 | 2025-06-30T22:12:36.684Z | Compiling fastrand v2.1.1 |
| 2102 | 2025-06-30T22:12:37.267Z | Compiling heapless v0.8.0 |
| 2103 | 2025-06-30T22:12:37.795Z | Compiling ingot-macros v0.1.0 |
| 2104 | 2025-06-30T22:12:38.509Z | Compiling tempfile v3.20.0 |
| 2105 | 2025-06-30T22:12:42.100Z | Compiling num_enum_derive v0.5.11 |
| 2106 | 2025-06-30T22:12:44.744Z | Compiling structmeta-derive v0.3.0 |
| 2107 | 2025-06-30T22:12:45.183Z | Compiling hash32 v0.3.1 |
| 2108 | 2025-06-30T22:12:49.882Z | Compiling smoltcp v0.11.0 |
| 2109 | 2025-06-30T22:12:50.376Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2110 | 2025-06-30T22:12:53.337Z | Compiling structmeta v0.3.0 |
| 2111 | 2025-06-30T22:12:57.569Z | Compiling ingot-types v0.1.0 |
| 2112 | 2025-06-30T22:12:58.396Z | Compiling num_enum v0.5.11 |
| 2113 | 2025-06-30T22:13:00.774Z | Compiling typify v0.3.0 |
| 2114 | 2025-06-30T22:13:05.774Z | Compiling dirs-sys-next v0.1.2 |
| 2115 | 2025-06-30T22:13:05.799Z | Compiling proc-macro-error-attr v1.0.4 |
| 2116 | 2025-06-30T22:13:06.117Z | Compiling unsafe-libyaml v0.2.11 |
| 2117 | 2025-06-30T22:13:06.747Z | Compiling rustls v0.22.4 |
| 2118 | 2025-06-30T22:13:07.826Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2119 | 2025-06-30T22:13:07.943Z | Compiling cobs v0.2.3 |
| 2120 | 2025-06-30T22:13:08.157Z | Compiling postcard v1.0.10 |
| 2121 | 2025-06-30T22:13:11.311Z | Compiling serde_yaml v0.9.34+deprecated |
| 2122 | 2025-06-30T22:13:14.559Z | Compiling dirs-next v2.0.0 |
| 2123 | 2025-06-30T22:13:20.212Z | Compiling progenitor-impl v0.9.1 |
| 2124 | 2025-06-30T22:13:20.833Z | Compiling ingot v0.1.0 |
| 2125 | 2025-06-30T22:13:23.039Z | Compiling toml v0.8.23 |
| 2126 | 2025-06-30T22:13:27.744Z | Compiling futures-executor v0.3.31 |
| 2127 | 2025-06-30T22:13:28.457Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2128 | 2025-06-30T22:13:28.478Z | Compiling hex v0.4.3 |
| 2129 | 2025-06-30T22:13:28.667Z | Compiling foreign-types-macros v0.2.3 |
| 2130 | 2025-06-30T22:13:28.764Z | Compiling thread_local v1.1.8 |
| 2131 | 2025-06-30T22:13:29.145Z | Compiling wait-timeout v0.2.0 |
| 2132 | 2025-06-30T22:13:29.326Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2133 | 2025-06-30T22:13:29.444Z | Compiling multer v3.1.0 |
| 2134 | 2025-06-30T22:13:29.655Z | Compiling proc-macro-error v1.0.4 |
| 2135 | 2025-06-30T22:13:29.775Z | Compiling slog-async v2.8.0 |
| 2136 | 2025-06-30T22:13:29.908Z | Compiling foreign-types-shared v0.3.1 |
| 2137 | 2025-06-30T22:13:30.059Z | Compiling match_cfg v0.1.0 |
| 2138 | 2025-06-30T22:13:30.080Z | Compiling bit-vec v0.8.0 |
| 2139 | 2025-06-30T22:13:30.131Z | Compiling quick-error v1.2.3 |
| 2140 | 2025-06-30T22:13:30.177Z | Compiling unicode-width v0.1.14 |
| 2141 | 2025-06-30T22:13:30.320Z | Compiling ref-cast v1.0.24 |
| 2142 | 2025-06-30T22:13:30.677Z | Compiling tabwriter v1.4.0 |
| 2143 | 2025-06-30T22:13:30.792Z | Compiling bit-set v0.8.0 |
| 2144 | 2025-06-30T22:13:30.832Z | Compiling rusty-fork v0.3.0 |
| 2145 | 2025-06-30T22:13:30.975Z | Compiling hostname v0.3.1 |
| 2146 | 2025-06-30T22:13:31.142Z | Compiling foreign-types v0.5.0 |
| 2147 | 2025-06-30T22:13:31.344Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2148 | 2025-06-30T22:13:31.347Z | Compiling futures v0.3.31 |
| 2149 | 2025-06-30T22:13:31.382Z | Compiling progenitor-macro v0.9.1 |
| 2150 | 2025-06-30T22:13:31.484Z | Compiling term v0.7.0 |
| 2151 | 2025-06-30T22:13:35.469Z | Compiling progenitor-client v0.9.1 |
| 2152 | 2025-06-30T22:13:35.510Z | Compiling slog-json v2.6.1 |
| 2153 | 2025-06-30T22:13:35.978Z | Compiling rand_xorshift v0.4.0 |
| 2154 | 2025-06-30T22:13:36.272Z | Compiling crossbeam-channel v0.5.15 |
| 2155 | 2025-06-30T22:13:36.410Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2156 | 2025-06-30T22:13:36.636Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2157 | 2025-06-30T22:13:37.167Z | Compiling async-stream-impl v0.3.6 |
| 2158 | 2025-06-30T22:13:37.461Z | Compiling ref-cast-impl v1.0.24 |
| 2159 | 2025-06-30T22:13:37.680Z | Compiling cstr-argument v0.1.2 |
| 2160 | 2025-06-30T22:13:37.975Z | Compiling is-terminal v0.4.13 |
| 2161 | 2025-06-30T22:13:38.151Z | Compiling dropshot v0.16.2 |
| 2162 | 2025-06-30T22:13:38.273Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2163 | 2025-06-30T22:13:38.481Z | Compiling take_mut v0.2.2 |
| 2164 | 2025-06-30T22:13:38.502Z | Compiling typeid v1.0.3 |
| 2165 | 2025-06-30T22:13:38.576Z | Compiling pretty-hex v0.2.1 |
| 2166 | 2025-06-30T22:13:38.683Z | Compiling unarray v0.1.4 |
| 2167 | 2025-06-30T22:13:38.837Z | Compiling crucible-workspace-hack v0.1.0 |
| 2168 | 2025-06-30T22:13:38.912Z | Compiling proptest v1.7.0 |
| 2169 | 2025-06-30T22:13:39.019Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2170 | 2025-06-30T22:13:39.748Z | Compiling async-stream v0.3.6 |
| 2171 | 2025-06-30T22:13:40.084Z | Compiling slog-term v2.9.1 |
| 2172 | 2025-06-30T22:13:41.680Z | Compiling tokio-rustls v0.25.0 |
| 2173 | 2025-06-30T22:13:41.704Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2174 | 2025-06-30T22:13:42.028Z | Compiling progenitor v0.9.1 |
| 2175 | 2025-06-30T22:13:42.279Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2176 | 2025-06-30T22:13:42.490Z | Compiling slog-bunyan v2.5.0 |
| 2177 | 2025-06-30T22:13:42.811Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2178 | 2025-06-30T22:13:43.024Z | Compiling parse-display-derive v0.10.0 |
| 2179 | 2025-06-30T22:13:43.030Z | Compiling test-strategy v0.4.1 |
| 2180 | 2025-06-30T22:13:43.663Z | Compiling serde_with_macros v3.12.0 |
| 2181 | 2025-06-30T22:13:45.157Z | Compiling colored v2.2.0 |
| 2182 | 2025-06-30T22:13:45.886Z | Compiling waitgroup v0.1.2 |
| 2183 | 2025-06-30T22:13:46.029Z | Compiling rustls-pemfile v2.2.0 |
| 2184 | 2025-06-30T22:13:46.166Z | Compiling dropshot_endpoint v0.16.2 |
| 2185 | 2025-06-30T22:13:46.301Z | Compiling serde_path_to_error v0.1.17 |
| 2186 | 2025-06-30T22:13:46.379Z | Compiling derive-where v1.5.0 |
| 2187 | 2025-06-30T22:13:46.520Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2188 | 2025-06-30T22:13:47.230Z | Compiling hostname v0.4.0 |
| 2189 | 2025-06-30T22:13:47.311Z | Compiling instant v0.1.13 |
| 2190 | 2025-06-30T22:13:47.526Z | Compiling debug-ignore v1.0.5 |
| 2191 | 2025-06-30T22:13:47.547Z | Compiling backoff v0.4.0 |
| 2192 | 2025-06-30T22:13:47.719Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2193 | 2025-06-30T22:13:47.933Z | Compiling parse-display v0.10.0 |
| 2194 | 2025-06-30T22:13:47.957Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2195 | 2025-06-30T22:13:49.074Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2196 | 2025-06-30T22:13:49.471Z | Compiling serde_with v3.12.0 |
| 2197 | 2025-06-30T22:13:51.284Z | Compiling zone_cfg_derive v0.3.0 |
| 2198 | 2025-06-30T22:13:52.496Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2199 | 2025-06-30T22:13:53.728Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2200 | 2025-06-30T22:13:54.126Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2201 | 2025-06-30T22:13:54.425Z | Compiling iddqd v0.3.8 |
| 2202 | 2025-06-30T22:13:56.399Z | Compiling camino-tempfile v1.4.1 |
| 2203 | 2025-06-30T22:13:57.200Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2204 | 2025-06-30T22:13:57.661Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2205 | 2025-06-30T22:13:57.875Z | Compiling progenitor-client v0.10.0 |
| 2206 | 2025-06-30T22:13:58.155Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2207 | 2025-06-30T22:13:58.651Z | Compiling num-derive v0.4.2 |
| 2208 | 2025-06-30T22:13:58.785Z | Compiling sigpipe v0.1.3 |
| 2209 | 2025-06-30T22:13:58.937Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2210 | 2025-06-30T22:13:59.251Z | Compiling jiff v0.2.15 |
| 2211 | 2025-06-30T22:14:00.750Z | Compiling libefi-sys v0.1.0 |
| 2212 | 2025-06-30T22:14:00.897Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2213 | 2025-06-30T22:14:01.119Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2214 | 2025-06-30T22:14:01.405Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2215 | 2025-06-30T22:14:01.994Z | Compiling erased-serde v0.4.6 |
| 2216 | 2025-06-30T22:14:02.391Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2217 | 2025-06-30T22:14:03.515Z | Compiling zone v0.3.1 |
| 2218 | 2025-06-30T22:14:05.497Z | Compiling itertools v0.14.0 |
| 2219 | 2025-06-30T22:14:06.714Z | Compiling smf v0.2.3 |
| 2220 | 2025-06-30T22:14:08.097Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2221 | 2025-06-30T22:14:08.453Z | Compiling bitfield-struct v0.6.2 |
| 2222 | 2025-06-30T22:14:09.020Z | Compiling ordered-float v2.10.1 |
| 2223 | 2025-06-30T22:14:09.219Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2224 | 2025-06-30T22:14:09.628Z | Compiling blake3 v1.5.4 |
| 2225 | 2025-06-30T22:14:09.671Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2226 | 2025-06-30T22:14:09.767Z | Compiling serde-value v0.7.0 |
| 2227 | 2025-06-30T22:14:10.384Z | Compiling serde-untagged v0.1.7 |
| 2228 | 2025-06-30T22:14:11.214Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2229 | 2025-06-30T22:14:11.323Z | Compiling xattr v1.3.1 |
| 2230 | 2025-06-30T22:14:11.366Z | Compiling filetime v0.2.25 |
| 2231 | 2025-06-30T22:14:11.629Z | Compiling memmap2 v0.9.5 |
| 2232 | 2025-06-30T22:14:11.665Z | Compiling arrayref v0.3.9 |
| 2233 | 2025-06-30T22:14:11.732Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2234 | 2025-06-30T22:14:11.792Z | Compiling same-file v1.0.6 |
| 2235 | 2025-06-30T22:14:11.882Z | Compiling constant_time_eq v0.3.1 |
| 2236 | 2025-06-30T22:14:12.097Z | Compiling arrayvec v0.7.6 |
| 2237 | 2025-06-30T22:14:12.097Z | Compiling walkdir v2.5.0 |
| 2238 | 2025-06-30T22:14:12.196Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2239 | 2025-06-30T22:14:12.269Z | Compiling tar v0.4.44 |
| 2240 | 2025-06-30T22:14:13.583Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2241 | 2025-06-30T22:14:13.647Z | Compiling cargo-util-schemas v0.2.0 |
| 2242 | 2025-06-30T22:14:14.019Z | Compiling tokio-dtrace v0.1.0 |
| 2243 | 2025-06-30T22:14:14.100Z | Compiling gethostname v0.5.0 |
| 2244 | 2025-06-30T22:14:14.326Z | Compiling cargo-platform v0.2.0 |
| 2245 | 2025-06-30T22:14:14.907Z | Compiling fixedbitset v0.5.7 |
| 2246 | 2025-06-30T22:14:15.493Z | Compiling topological-sort v0.2.2 |
| 2247 | 2025-06-30T22:14:15.821Z | Compiling omicron-zone-package v0.12.2 |
| 2248 | 2025-06-30T22:14:16.051Z | Compiling petgraph v0.8.2 |
| 2249 | 2025-06-30T22:14:18.371Z | Compiling cargo_metadata v0.20.0 |
| 2250 | 2025-06-30T22:14:19.044Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2251 | 2025-06-30T22:14:19.933Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2252 | 2025-06-30T22:14:21.453Z | Compiling oxide-tokio-rt v0.1.1 |
| 2253 | 2025-06-30T22:14:21.488Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2254 | 2025-06-30T22:14:21.700Z | Compiling shell-words v1.1.0 |
| 2255 | 2025-06-30T22:14:21.794Z | Compiling indent_write v2.2.0 |
| 2256 | 2025-06-30T22:14:22.198Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2257 | 2025-06-30T22:14:44.030Z | Finished `release` profile [optimized] target(s) in 5m 15s |
| 2258 | 2025-06-30T22:14:44.211Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2259 | 2025-06-30T22:14:44.265Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2260 | 2025-06-30T22:14:44.268Z | Created new build target 'test' and set it as active |
| 2261 | 2025-06-30T22:14:44.268Z | |
| 2262 | 2025-06-30T22:14:44.268Z | real 5:15.479474656 |
| 2263 | 2025-06-30T22:14:44.268Z | user 36:29.719151741 |
| 2264 | 2025-06-30T22:14:44.268Z | sys 3:32.344740021 |
| 2265 | 2025-06-30T22:14:44.268Z | trap 1.119384192 |
| 2266 | 2025-06-30T22:14:44.268Z | tflt 1.847794650 |
| 2267 | 2025-06-30T22:14:44.268Z | dflt 0.946350058 |
| 2268 | 2025-06-30T22:14:44.268Z | kflt 0.000127756 |
| 2269 | 2025-06-30T22:14:44.268Z | lock 1:09:56.892380404 |
| 2270 | 2025-06-30T22:14:44.268Z | slp 2:28:53.008157320 |
| 2271 | 2025-06-30T22:14:44.268Z | lat 2:46.693742563 |
| 2272 | 2025-06-30T22:14:44.268Z | stop 5:08.302301717 |
| 2273 | 2025-06-30T22:14:44.268Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2274 | 2025-06-30T22:14:45.392Z | Finished `release` profile [optimized] target(s) in 1.05s |
| 2275 | 2025-06-30T22:14:45.436Z | Running `target/release/omicron-package -t test package` |
| 2276 | 2025-06-30T22:14:45.485Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2277 | 2025-06-30T22:14:47.148Z | Compiling typify-impl v0.4.1 |
| 2278 | 2025-06-30T22:14:47.366Z | Compiling convert_case v0.4.0 |
| 2279 | 2025-06-30T22:14:47.370Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2280 | 2025-06-30T22:14:47.370Z | Compiling num-rational v0.4.2 |
| 2281 | 2025-06-30T22:14:47.372Z | Compiling num-complex v0.4.6 |
| 2282 | 2025-06-30T22:14:47.372Z | Compiling dirs-sys-next v0.1.2 |
| 2283 | 2025-06-30T22:14:47.385Z | Compiling half v2.4.1 |
| 2284 | 2025-06-30T22:14:47.664Z | Compiling ciborium-io v0.2.2 |
| 2285 | 2025-06-30T22:14:47.806Z | Compiling dirs-next v2.0.0 |
| 2286 | 2025-06-30T22:14:47.835Z | Compiling float-ord v0.3.2 |
| 2287 | 2025-06-30T22:14:47.976Z | Compiling derive_more v0.99.20 |
| 2288 | 2025-06-30T22:14:48.014Z | Compiling ciborium-ll v0.2.2 |
| 2289 | 2025-06-30T22:14:48.042Z | Compiling term v0.7.0 |
| 2290 | 2025-06-30T22:14:48.148Z | Compiling is-terminal v0.4.13 |
| 2291 | 2025-06-30T22:14:48.315Z | Compiling num v0.4.3 |
| 2292 | 2025-06-30T22:14:48.450Z | Compiling ciborium v0.2.2 |
| 2293 | 2025-06-30T22:14:48.513Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2294 | 2025-06-30T22:14:48.538Z | Compiling secrecy v0.10.3 |
| 2295 | 2025-06-30T22:14:48.838Z | Compiling camino v1.1.10 |
| 2296 | 2025-06-30T22:14:49.074Z | Compiling password-hash v0.5.0 |
| 2297 | 2025-06-30T22:14:49.212Z | Compiling blake2 v0.10.6 |
| 2298 | 2025-06-30T22:14:49.667Z | Compiling base64 v0.21.7 |
| 2299 | 2025-06-30T22:14:49.714Z | Compiling argon2 v0.5.3 |
| 2300 | 2025-06-30T22:14:50.362Z | Compiling atomicwrites v0.4.4 |
| 2301 | 2025-06-30T22:14:50.362Z | Compiling rustix v1.0.7 |
| 2302 | 2025-06-30T22:14:50.750Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2303 | 2025-06-30T22:14:50.921Z | Compiling newline-converter v0.3.0 |
| 2304 | 2025-06-30T22:14:51.154Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2305 | 2025-06-30T22:14:51.192Z | Compiling fastrand v2.1.1 |
| 2306 | 2025-06-30T22:14:51.379Z | Compiling expectorate v1.2.0 |
| 2307 | 2025-06-30T22:14:51.517Z | Compiling rustls v0.22.4 |
| 2308 | 2025-06-30T22:14:51.558Z | Compiling thread_local v1.1.8 |
| 2309 | 2025-06-30T22:14:51.667Z | Compiling wait-timeout v0.2.0 |
| 2310 | 2025-06-30T22:14:51.767Z | Compiling quick-error v1.2.3 |
| 2311 | 2025-06-30T22:14:54.410Z | Compiling bit-vec v0.8.0 |
| 2312 | 2025-06-30T22:14:54.497Z | Compiling match_cfg v0.1.0 |
| 2313 | 2025-06-30T22:14:54.497Z | Compiling hostname v0.3.1 |
| 2314 | 2025-06-30T22:14:54.514Z | Compiling tempfile v3.20.0 |
| 2315 | 2025-06-30T22:14:54.514Z | Compiling bit-set v0.8.0 |
| 2316 | 2025-06-30T22:14:54.514Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2317 | 2025-06-30T22:14:54.514Z | Compiling ref-cast v1.0.24 |
| 2318 | 2025-06-30T22:14:54.514Z | Compiling multer v3.1.0 |
| 2319 | 2025-06-30T22:14:54.514Z | Compiling slog-async v2.8.0 |
| 2320 | 2025-06-30T22:14:54.514Z | Compiling rusty-fork v0.3.0 |
| 2321 | 2025-06-30T22:14:54.514Z | Compiling progenitor-client v0.9.1 |
| 2322 | 2025-06-30T22:14:54.514Z | Compiling slog-json v2.6.1 |
| 2323 | 2025-06-30T22:14:54.514Z | Compiling crossbeam-channel v0.5.15 |
| 2324 | 2025-06-30T22:14:54.514Z | Compiling rand_xorshift v0.4.0 |
| 2325 | 2025-06-30T22:14:54.514Z | Compiling futures-executor v0.3.31 |
| 2326 | 2025-06-30T22:14:54.514Z | Compiling hex v0.4.3 |
| 2327 | 2025-06-30T22:14:54.514Z | Compiling unarray v0.1.4 |
| 2328 | 2025-06-30T22:14:54.514Z | Compiling take_mut v0.2.2 |
| 2329 | 2025-06-30T22:14:54.514Z | Compiling proptest v1.7.0 |
| 2330 | 2025-06-30T22:14:54.514Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2331 | 2025-06-30T22:14:54.514Z | Compiling futures v0.3.31 |
| 2332 | 2025-06-30T22:14:54.514Z | Compiling slog-bunyan v2.5.0 |
| 2333 | 2025-06-30T22:14:54.514Z | Compiling progenitor v0.9.1 |
| 2334 | 2025-06-30T22:14:54.822Z | Compiling slog-term v2.9.1 |
| 2335 | 2025-06-30T22:14:54.915Z | Compiling async-stream v0.3.6 |
| 2336 | 2025-06-30T22:14:55.219Z | Compiling dropshot v0.16.2 |
| 2337 | 2025-06-30T22:14:55.308Z | Compiling toml v0.8.23 |
| 2338 | 2025-06-30T22:14:55.344Z | Compiling waitgroup v0.1.2 |
| 2339 | 2025-06-30T22:14:55.583Z | Compiling rustls-pemfile v2.2.0 |
| 2340 | 2025-06-30T22:14:55.802Z | Compiling serde_path_to_error v0.1.17 |
| 2341 | 2025-06-30T22:14:55.940Z | Compiling hostname v0.4.0 |
| 2342 | 2025-06-30T22:14:56.175Z | Compiling tokio-rustls v0.25.0 |
| 2343 | 2025-06-30T22:14:56.586Z | Compiling instant v0.1.13 |
| 2344 | 2025-06-30T22:14:56.628Z | Compiling debug-ignore v1.0.5 |
| 2345 | 2025-06-30T22:14:56.670Z | Compiling iddqd v0.3.8 |
| 2346 | 2025-06-30T22:14:56.769Z | Compiling backoff v0.4.0 |
| 2347 | 2025-06-30T22:14:56.802Z | Compiling typify-macro v0.4.1 |
| 2348 | 2025-06-30T22:14:57.113Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2349 | 2025-06-30T22:14:58.759Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2350 | 2025-06-30T22:14:59.176Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2351 | 2025-06-30T22:15:00.102Z | Compiling typify v0.4.1 |
| 2352 | 2025-06-30T22:15:00.301Z | Compiling progenitor-impl v0.10.0 |
| 2353 | 2025-06-30T22:15:00.466Z | Compiling parse-display v0.10.0 |
| 2354 | 2025-06-30T22:15:01.014Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2355 | 2025-06-30T22:15:01.205Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2356 | 2025-06-30T22:15:01.241Z | Compiling serde_with v3.12.0 |
| 2357 | 2025-06-30T22:15:01.601Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2358 | 2025-06-30T22:15:02.280Z | Compiling progenitor-client v0.10.0 |
| 2359 | 2025-06-30T22:15:04.053Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2360 | 2025-06-30T22:15:04.542Z | Compiling macaddr v1.0.1 |
| 2361 | 2025-06-30T22:15:04.984Z | Compiling utf-8 v0.7.6 |
| 2362 | 2025-06-30T22:15:05.005Z | Compiling cancel-safe-futures v0.1.5 |
| 2363 | 2025-06-30T22:15:05.176Z | Compiling owo-colors v4.2.2 |
| 2364 | 2025-06-30T22:15:05.389Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2365 | 2025-06-30T22:15:05.569Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2366 | 2025-06-30T22:15:05.845Z | Compiling progenitor-macro v0.10.0 |
| 2367 | 2025-06-30T22:15:05.874Z | Compiling libsw-core v0.3.1 |
| 2368 | 2025-06-30T22:15:06.138Z | Compiling libsw v3.5.0 |
| 2369 | 2025-06-30T22:15:07.160Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2370 | 2025-06-30T22:15:08.649Z | Compiling keccak v0.1.5 |
| 2371 | 2025-06-30T22:15:08.824Z | Compiling linear-map v1.2.0 |
| 2372 | 2025-06-30T22:15:09.264Z | Compiling swrite v0.1.0 |
| 2373 | 2025-06-30T22:15:09.448Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2374 | 2025-06-30T22:15:09.860Z | Compiling sha3 v0.10.8 |
| 2375 | 2025-06-30T22:15:10.718Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2376 | 2025-06-30T22:15:16.063Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2377 | 2025-06-30T22:15:16.546Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2378 | 2025-06-30T22:15:16.659Z | Compiling progenitor v0.10.0 |
| 2379 | 2025-06-30T22:15:16.929Z | Compiling prettyplease v0.2.35 |
| 2380 | 2025-06-30T22:15:19.983Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2381 | 2025-06-30T22:15:21.367Z | Compiling tungstenite v0.21.0 |
| 2382 | 2025-06-30T22:15:22.112Z | Compiling highway v1.3.0 |
| 2383 | 2025-06-30T22:15:23.652Z | Compiling tokio-tungstenite v0.21.0 |
| 2384 | 2025-06-30T22:15:24.315Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2385 | 2025-06-30T22:15:26.126Z | Compiling semver v0.1.20 |
| 2386 | 2025-06-30T22:15:26.672Z | Compiling rustc_version v0.1.7 |
| 2387 | 2025-06-30T22:15:27.078Z | Compiling resolv-conf v0.7.0 |
| 2388 | 2025-06-30T22:15:27.668Z | Compiling newtype_derive v0.1.6 |
| 2389 | 2025-06-30T22:15:28.011Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2390 | 2025-06-30T22:15:28.548Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2391 | 2025-06-30T22:15:30.976Z | Compiling universal-hash v0.5.1 |
| 2392 | 2025-06-30T22:15:31.254Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2393 | 2025-06-30T22:15:31.952Z | Compiling opaque-debug v0.3.1 |
| 2394 | 2025-06-30T22:15:32.101Z | Compiling poly1305 v0.8.0 |
| 2395 | 2025-06-30T22:15:33.512Z | Compiling thiserror-no-std v2.0.2 |
| 2396 | 2025-06-30T22:15:33.541Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2397 | 2025-06-30T22:15:33.755Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2398 | 2025-06-30T22:15:33.829Z | Compiling chacha20 v0.9.1 |
| 2399 | 2025-06-30T22:15:33.944Z | Compiling aead v0.5.2 |
| 2400 | 2025-06-30T22:15:34.065Z | Compiling linked-hash-map v0.5.6 |
| 2401 | 2025-06-30T22:15:34.284Z | Compiling humantime v2.2.0 |
| 2402 | 2025-06-30T22:15:34.333Z | Compiling chacha20poly1305 v0.10.1 |
| 2403 | 2025-06-30T22:15:34.498Z | Compiling lru-cache v0.1.2 |
| 2404 | 2025-06-30T22:15:34.738Z | Compiling vsss-rs v3.3.4 |
| 2405 | 2025-06-30T22:15:34.788Z | Compiling steno v0.4.1 |
| 2406 | 2025-06-30T22:15:35.121Z | Compiling hickory-proto v0.24.4 |
| 2407 | 2025-06-30T22:15:35.685Z | Compiling moka v0.12.10 |
| 2408 | 2025-06-30T22:15:36.079Z | Compiling slog-dtrace v0.3.0 |
| 2409 | 2025-06-30T22:15:36.425Z | Compiling tagptr v0.2.0 |
| 2410 | 2025-06-30T22:15:38.150Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2411 | 2025-06-30T22:15:38.300Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2412 | 2025-06-30T22:15:40.609Z | Compiling bytecount v0.6.8 |
| 2413 | 2025-06-30T22:15:40.974Z | Compiling hickory-resolver v0.24.4 |
| 2414 | 2025-06-30T22:15:47.847Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2415 | 2025-06-30T22:15:48.136Z | Compiling qorb v0.4.0 |
| 2416 | 2025-06-30T22:15:52.016Z | Compiling hickory-resolver v0.25.2 |
| 2417 | 2025-06-30T22:15:54.674Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2418 | 2025-06-30T22:15:54.949Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2419 | 2025-06-30T22:15:55.971Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2420 | 2025-06-30T22:16:01.104Z | Compiling itertools v0.13.0 |
| 2421 | 2025-06-30T22:16:02.769Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2422 | 2025-06-30T22:16:04.630Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2423 | 2025-06-30T22:16:07.053Z | Compiling display-error-chain v0.2.2 |
| 2424 | 2025-06-30T22:16:07.317Z | Compiling maplit v1.0.2 |
| 2425 | 2025-06-30T22:16:07.482Z | Compiling crunchy v0.2.2 |
| 2426 | 2025-06-30T22:16:07.709Z | Compiling radium v0.7.0 |
| 2427 | 2025-06-30T22:16:07.895Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2428 | 2025-06-30T22:16:07.967Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2429 | 2025-06-30T22:16:08.204Z | Compiling dsl_auto_type v0.1.2 |
| 2430 | 2025-06-30T22:16:08.362Z | Compiling scheduled-thread-pool v0.2.7 |
| 2431 | 2025-06-30T22:16:09.387Z | Compiling zerocopy-derive v0.6.6 |
| 2432 | 2025-06-30T22:16:09.446Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2433 | 2025-06-30T22:16:09.627Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2434 | 2025-06-30T22:16:09.861Z | Compiling tap v1.0.1 |
| 2435 | 2025-06-30T22:16:10.089Z | Compiling maybe-uninit v2.0.0 |
| 2436 | 2025-06-30T22:16:10.318Z | Compiling tiny-keccak v2.0.2 |
| 2437 | 2025-06-30T22:16:10.662Z | Compiling proc-macro-error2 v2.0.1 |
| 2438 | 2025-06-30T22:16:10.708Z | Compiling wyz v0.5.1 |
| 2439 | 2025-06-30T22:16:11.055Z | Compiling zerocopy v0.6.6 |
| 2440 | 2025-06-30T22:16:11.220Z | Compiling diesel_derives v2.2.3 |
| 2441 | 2025-06-30T22:16:11.249Z | Compiling r2d2 v0.8.10 |
| 2442 | 2025-06-30T22:16:11.874Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2443 | 2025-06-30T22:16:11.901Z | Compiling const_format_proc_macros v0.2.34 |
| 2444 | 2025-06-30T22:16:12.111Z | Compiling packed_struct v0.10.1 |
| 2445 | 2025-06-30T22:16:12.553Z | Compiling crc-catalog v2.4.0 |
| 2446 | 2025-06-30T22:16:12.748Z | Compiling funty v2.0.0 |
| 2447 | 2025-06-30T22:16:13.518Z | Compiling bit-vec v0.6.3 |
| 2448 | 2025-06-30T22:16:13.944Z | Compiling bit-set v0.5.3 |
| 2449 | 2025-06-30T22:16:14.094Z | Compiling bitvec v1.0.1 |
| 2450 | 2025-06-30T22:16:14.251Z | Compiling const_format v0.2.34 |
| 2451 | 2025-06-30T22:16:15.476Z | Compiling crc v3.2.1 |
| 2452 | 2025-06-30T22:16:16.022Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2453 | 2025-06-30T22:16:17.477Z | Compiling tabled_derive v0.10.0 |
| 2454 | 2025-06-30T22:16:18.186Z | Compiling papergrid v0.14.0 |
| 2455 | 2025-06-30T22:16:18.476Z | Compiling ascii-canvas v3.0.0 |
| 2456 | 2025-06-30T22:16:18.972Z | Compiling packed_struct_codegen v0.10.1 |
| 2457 | 2025-06-30T22:16:19.698Z | Compiling num-derive v0.3.3 |
| 2458 | 2025-06-30T22:16:21.140Z | Compiling ena v0.14.3 |
| 2459 | 2025-06-30T22:16:21.175Z | Compiling diesel v2.2.11 |
| 2460 | 2025-06-30T22:16:21.562Z | Compiling indexmap v1.9.3 |
| 2461 | 2025-06-30T22:16:21.591Z | Compiling bindgen v0.71.1 |
| 2462 | 2025-06-30T22:16:21.913Z | Compiling diff v0.1.13 |
| 2463 | 2025-06-30T22:16:22.062Z | Compiling regex-syntax v0.6.29 |
| 2464 | 2025-06-30T22:16:22.411Z | Compiling nodrop v0.1.14 |
| 2465 | 2025-06-30T22:16:22.599Z | Compiling array-init v0.0.4 |
| 2466 | 2025-06-30T22:16:26.716Z | Compiling lalrpop v0.19.12 |
| 2467 | 2025-06-30T22:16:30.993Z | Compiling libscf-sys v1.1.0 |
| 2468 | 2025-06-30T22:16:35.241Z | Compiling tabled v0.18.0 |
| 2469 | 2025-06-30T22:16:36.657Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2470 | 2025-06-30T22:16:41.495Z | Compiling smallvec v0.6.14 |
| 2471 | 2025-06-30T22:16:42.005Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2472 | 2025-06-30T22:16:42.169Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2473 | 2025-06-30T22:16:43.085Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2474 | 2025-06-30T22:16:43.356Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2475 | 2025-06-30T22:16:44.344Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2476 | 2025-06-30T22:16:44.700Z | Compiling bitfield v0.14.0 |
| 2477 | 2025-06-30T22:16:45.040Z | Compiling hashbrown v0.12.3 |
| 2478 | 2025-06-30T22:16:45.325Z | Compiling termcolor v1.4.1 |
| 2479 | 2025-06-30T22:16:46.419Z | Compiling env_logger v0.10.2 |
| 2480 | 2025-06-30T22:16:47.469Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2481 | 2025-06-30T22:16:47.496Z | Compiling polar-core v0.27.3 |
| 2482 | 2025-06-30T22:16:48.857Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2483 | 2025-06-30T22:16:48.910Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2484 | 2025-06-30T22:16:49.221Z | Compiling serde-hex v0.1.0 |
| 2485 | 2025-06-30T22:16:49.347Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2486 | 2025-06-30T22:16:54.378Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2487 | 2025-06-30T22:16:54.768Z | Compiling ron v0.8.1 |
| 2488 | 2025-06-30T22:16:55.028Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2489 | 2025-06-30T22:16:55.360Z | Compiling hashbrown v0.13.2 |
| 2490 | 2025-06-30T22:16:55.558Z | Compiling derive_builder_core v0.20.2 |
| 2491 | 2025-06-30T22:16:56.613Z | Compiling headers-core v0.3.0 |
| 2492 | 2025-06-30T22:16:56.830Z | Compiling phf_generator v0.11.2 |
| 2493 | 2025-06-30T22:16:57.063Z | Compiling libxml v0.3.3 |
| 2494 | 2025-06-30T22:16:57.453Z | Compiling async-recursion v1.1.1 |
| 2495 | 2025-06-30T22:16:57.481Z | Compiling termtree v0.5.1 |
| 2496 | 2025-06-30T22:16:57.795Z | Compiling crc-any v2.5.0 |
| 2497 | 2025-06-30T22:16:58.666Z | Compiling derive_builder_macro v0.20.2 |
| 2498 | 2025-06-30T22:16:58.773Z | Compiling phf_codegen v0.11.2 |
| 2499 | 2025-06-30T22:16:59.041Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2500 | 2025-06-30T22:16:59.498Z | Compiling headers v0.4.1 |
| 2501 | 2025-06-30T22:16:59.501Z | Compiling object v0.30.4 |
| 2502 | 2025-06-30T22:17:00.343Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2503 | 2025-06-30T22:17:01.886Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2504 | 2025-06-30T22:17:03.249Z | Compiling samael v0.0.19 |
| 2505 | 2025-06-30T22:17:04.715Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2506 | 2025-06-30T22:17:08.663Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2507 | 2025-06-30T22:17:11.125Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2508 | 2025-06-30T22:17:11.463Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2509 | 2025-06-30T22:17:11.492Z | Compiling strum_macros v0.24.3 |
| 2510 | 2025-06-30T22:17:14.256Z | Compiling parse-zoneinfo v0.3.1 |
| 2511 | 2025-06-30T22:17:15.518Z | Compiling crc8 v0.1.1 |
| 2512 | 2025-06-30T22:17:15.638Z | Compiling indoc v1.0.9 |
| 2513 | 2025-06-30T22:17:15.661Z | Compiling path-slash v0.1.5 |
| 2514 | 2025-06-30T22:17:15.884Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2515 | 2025-06-30T22:17:15.950Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2516 | 2025-06-30T22:17:16.402Z | Compiling chrono-tz-build v0.4.0 |
| 2517 | 2025-06-30T22:17:17.684Z | Compiling derive_builder v0.20.2 |
| 2518 | 2025-06-30T22:17:17.924Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2519 | 2025-06-30T22:17:18.257Z | Compiling globset v0.4.15 |
| 2520 | 2025-06-30T22:17:20.356Z | Compiling oso-derive v0.27.3 |
| 2521 | 2025-06-30T22:17:21.255Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2522 | 2025-06-30T22:17:22.128Z | Compiling quick-xml v0.37.2 |
| 2523 | 2025-06-30T22:17:24.211Z | Compiling vte_generate_state_changes v0.1.2 |
| 2524 | 2025-06-30T22:17:24.799Z | Compiling arc-swap v1.7.1 |
| 2525 | 2025-06-30T22:17:25.437Z | Compiling slog-scope v4.4.0 |
| 2526 | 2025-06-30T22:17:25.465Z | Compiling vte v0.11.1 |
| 2527 | 2025-06-30T22:17:26.224Z | Compiling chrono-tz v0.10.3 |
| 2528 | 2025-06-30T22:17:26.655Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2529 | 2025-06-30T22:17:26.891Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2530 | 2025-06-30T22:17:26.913Z | Compiling unicase v2.7.0 |
| 2531 | 2025-06-30T22:17:27.279Z | Compiling diesel-dtrace v0.4.2 |
| 2532 | 2025-06-30T22:17:27.634Z | Compiling xshell-macros v0.2.7 |
| 2533 | 2025-06-30T22:17:28.030Z | Compiling oso v0.27.3 |
| 2534 | 2025-06-30T22:17:28.330Z | Compiling xshell v0.2.7 |
| 2535 | 2025-06-30T22:17:31.114Z | Compiling strip-ansi-escapes v0.2.0 |
| 2536 | 2025-06-30T22:17:31.467Z | Compiling slog-stdlog v4.1.1 |
| 2537 | 2025-06-30T22:17:31.813Z | Compiling papergrid v0.11.0 |
| 2538 | 2025-06-30T22:17:32.203Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2539 | 2025-06-30T22:17:32.948Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2540 | 2025-06-30T22:17:33.284Z | Compiling tabled_derive v0.7.0 |
| 2541 | 2025-06-30T22:17:35.180Z | Compiling fd-lock v4.0.2 |
| 2542 | 2025-06-30T22:17:35.450Z | Compiling bb8 v0.8.5 |
| 2543 | 2025-06-30T22:17:36.079Z | Compiling peg-macros v0.8.5 |
| 2544 | 2025-06-30T22:17:40.005Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2545 | 2025-06-30T22:17:40.941Z | Compiling nu-ansi-term v0.50.1 |
| 2546 | 2025-06-30T22:17:42.138Z | Compiling reedline v0.40.0 |
| 2547 | 2025-06-30T22:17:43.574Z | Compiling peg v0.8.5 |
| 2548 | 2025-06-30T22:17:43.723Z | Compiling async-bb8-diesel v0.2.1 |
| 2549 | 2025-06-30T22:17:44.460Z | Compiling tabled v0.15.0 |
| 2550 | 2025-06-30T22:17:44.535Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2551 | 2025-06-30T22:17:48.777Z | Compiling slog-envlogger v2.2.0 |
| 2552 | 2025-06-30T22:17:52.381Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2025-06-30T22:18:02.499Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2554 | 2025-06-30T22:18:02.842Z | Compiling typify-impl v0.2.0 |
| 2555 | 2025-06-30T22:18:03.255Z | Compiling pem v3.0.5 |
| 2556 | 2025-06-30T22:18:04.594Z | Compiling bcs v0.1.6 |
| 2557 | 2025-06-30T22:18:05.376Z | Compiling fxhash v0.2.1 |
| 2558 | 2025-06-30T22:18:05.397Z | Compiling libz-sys v1.1.20 |
| 2559 | 2025-06-30T22:18:05.401Z | Compiling half v1.8.3 |
| 2560 | 2025-06-30T22:18:06.243Z | Compiling serde_cbor v0.11.2 |
| 2561 | 2025-06-30T22:18:06.678Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2562 | 2025-06-30T22:18:07.697Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2563 | 2025-06-30T22:18:08.118Z | Compiling kstat-rs v0.2.4 |
| 2564 | 2025-06-30T22:18:08.759Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2565 | 2025-06-30T22:18:09.005Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2566 | 2025-06-30T22:18:12.366Z | Compiling typify-macro v0.2.0 |
| 2567 | 2025-06-30T22:18:15.706Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2568 | 2025-06-30T22:18:16.290Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2569 | 2025-06-30T22:18:16.552Z | Compiling nix v0.30.1 |
| 2570 | 2025-06-30T22:18:17.429Z | Compiling nanorand v0.7.0 |
| 2571 | 2025-06-30T22:18:17.585Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2572 | 2025-06-30T22:18:18.150Z | Compiling pin-project-internal v1.1.6 |
| 2573 | 2025-06-30T22:18:18.348Z | Compiling parking_lot_core v0.8.6 |
| 2574 | 2025-06-30T22:18:20.484Z | Compiling pin-project v1.1.6 |
| 2575 | 2025-06-30T22:18:20.679Z | Compiling flume v0.11.1 |
| 2576 | 2025-06-30T22:18:21.468Z | Compiling mime_guess v2.0.5 |
| 2577 | 2025-06-30T22:18:22.989Z | Compiling ignore v0.4.23 |
| 2578 | 2025-06-30T22:18:23.811Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2579 | 2025-06-30T22:18:26.798Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2580 | 2025-06-30T22:18:27.123Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2581 | 2025-06-30T22:18:30.263Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2582 | 2025-06-30T22:18:31.691Z | Compiling castaway v0.2.3 |
| 2583 | 2025-06-30T22:18:31.908Z | Compiling snafu-derive v0.8.5 |
| 2584 | 2025-06-30T22:18:33.321Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2585 | 2025-06-30T22:18:33.666Z | Compiling fs-err v2.11.0 |
| 2586 | 2025-06-30T22:18:33.818Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2587 | 2025-06-30T22:18:34.889Z | Compiling compact_str v0.8.0 |
| 2588 | 2025-06-30T22:18:35.835Z | Compiling snafu v0.8.5 |
| 2589 | 2025-06-30T22:18:37.032Z | Compiling globwalk v0.9.1 |
| 2590 | 2025-06-30T22:18:39.143Z | Compiling typify v0.2.0 |
| 2591 | 2025-06-30T22:18:39.347Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2592 | 2025-06-30T22:18:40.498Z | Compiling predicates-tree v1.0.12 |
| 2593 | 2025-06-30T22:18:41.302Z | Compiling unicode-truncate v1.1.0 |
| 2594 | 2025-06-30T22:18:41.597Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2595 | 2025-06-30T22:18:44.000Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2596 | 2025-06-30T22:18:51.011Z | Compiling olpc-cjson v0.1.4 |
| 2597 | 2025-06-30T22:18:51.343Z | Compiling lru v0.12.5 |
| 2598 | 2025-06-30T22:18:51.744Z | Compiling vergen v8.3.2 |
| 2599 | 2025-06-30T22:18:52.098Z | Compiling nibble_vec v0.1.0 |
| 2600 | 2025-06-30T22:18:53.077Z | Compiling serde_plain v1.0.2 |
| 2601 | 2025-06-30T22:18:53.102Z | Compiling cargo-platform v0.1.8 |
| 2602 | 2025-06-30T22:18:53.448Z | Compiling instability v0.3.2 |
| 2603 | 2025-06-30T22:18:54.347Z | Compiling atty v0.2.14 |
| 2604 | 2025-06-30T22:18:54.563Z | Compiling indoc v2.0.6 |
| 2605 | 2025-06-30T22:18:55.282Z | Compiling salty v0.3.0 |
| 2606 | 2025-06-30T22:18:55.643Z | Compiling cassowary v0.3.0 |
| 2607 | 2025-06-30T22:18:58.856Z | Compiling http-range v0.1.5 |
| 2608 | 2025-06-30T22:18:58.902Z | Compiling typed-path v0.9.3 |
| 2609 | 2025-06-30T22:18:59.467Z | Compiling endian-type v0.1.2 |
| 2610 | 2025-06-30T22:18:59.745Z | Compiling radix_trie v0.2.1 |
| 2611 | 2025-06-30T22:19:00.602Z | Compiling ratatui v0.29.0 |
| 2612 | 2025-06-30T22:19:03.704Z | Compiling tough v0.20.0 |
| 2613 | 2025-06-30T22:19:05.399Z | Compiling cargo_metadata v0.18.1 |
| 2614 | 2025-06-30T22:19:08.358Z | Compiling camino-tempfile-ext v0.3.1 |
| 2615 | 2025-06-30T22:19:09.635Z | Compiling git2 v0.19.0 |
| 2616 | 2025-06-30T22:19:09.662Z | Compiling progenitor-impl v0.8.0 |
| 2617 | 2025-06-30T22:19:15.421Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2618 | 2025-06-30T22:19:17.523Z | Compiling parking_lot v0.11.2 |
| 2619 | 2025-06-30T22:19:20.099Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2620 | 2025-06-30T22:19:20.349Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2621 | 2025-06-30T22:19:21.797Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2622 | 2025-06-30T22:19:24.514Z | Compiling prefix-trie v0.7.0 |
| 2623 | 2025-06-30T22:19:24.801Z | Compiling rand_seeder v0.3.0 |
| 2624 | 2025-06-30T22:19:24.833Z | Compiling lzma-sys v0.1.20 |
| 2625 | 2025-06-30T22:19:25.236Z | Compiling rustls v0.21.12 |
| 2626 | 2025-06-30T22:19:25.441Z | Compiling parse-size v1.1.0 |
| 2627 | 2025-06-30T22:19:25.554Z | Compiling hickory-server v0.25.2 |
| 2628 | 2025-06-30T22:19:25.621Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2629 | 2025-06-30T22:19:25.792Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2630 | 2025-06-30T22:19:25.939Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2631 | 2025-06-30T22:19:28.434Z | Compiling hyper-staticfile v0.10.1 |
| 2632 | 2025-06-30T22:19:29.731Z | Compiling sled v0.34.7 |
| 2633 | 2025-06-30T22:19:30.904Z | Compiling progenitor-macro v0.8.0 |
| 2634 | 2025-06-30T22:19:36.147Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2635 | 2025-06-30T22:19:42.950Z | Compiling hickory-client v0.25.2 |
| 2636 | 2025-06-30T22:19:43.850Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2637 | 2025-06-30T22:19:44.792Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2638 | 2025-06-30T22:19:44.860Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2025-06-30T22:19:44.900Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2640 | 2025-06-30T22:19:45.071Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2641 | 2025-06-30T22:19:45.407Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2642 | 2025-06-30T22:19:46.966Z | Compiling primeorder v0.13.6 |
| 2643 | 2025-06-30T22:19:47.591Z | Compiling progenitor-client v0.8.0 |
| 2644 | 2025-06-30T22:19:48.527Z | Compiling sct v0.7.1 |
| 2645 | 2025-06-30T22:19:49.001Z | Compiling rustls-webpki v0.101.7 |
| 2646 | 2025-06-30T22:19:50.223Z | Compiling heck v0.3.3 |
| 2647 | 2025-06-30T22:19:50.486Z | Compiling env_filter v0.1.2 |
| 2648 | 2025-06-30T22:19:50.576Z | Compiling csv-core v0.1.11 |
| 2649 | 2025-06-30T22:19:51.502Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2650 | 2025-06-30T22:19:51.859Z | Compiling void v1.0.2 |
| 2651 | 2025-06-30T22:19:52.077Z | Compiling lzss v0.8.2 |
| 2652 | 2025-06-30T22:19:52.104Z | Compiling csv v1.3.1 |
| 2653 | 2025-06-30T22:19:52.537Z | Compiling env_logger v0.11.5 |
| 2654 | 2025-06-30T22:19:52.659Z | Compiling zone_cfg_derive v0.1.2 |
| 2655 | 2025-06-30T22:19:53.919Z | Compiling progenitor v0.8.0 |
| 2656 | 2025-06-30T22:19:54.180Z | Compiling p384 v0.13.0 |
| 2657 | 2025-06-30T22:19:54.220Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2658 | 2025-06-30T22:19:55.244Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2659 | 2025-06-30T22:19:59.093Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2660 | 2025-06-30T22:20:00.092Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2661 | 2025-06-30T22:20:01.247Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2662 | 2025-06-30T22:20:03.016Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2663 | 2025-06-30T22:20:03.511Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2664 | 2025-06-30T22:20:04.605Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2665 | 2025-06-30T22:20:04.998Z | Compiling tungstenite v0.23.0 |
| 2666 | 2025-06-30T22:20:10.200Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2667 | 2025-06-30T22:20:10.370Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2668 | 2025-06-30T22:20:10.543Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2669 | 2025-06-30T22:20:10.708Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2670 | 2025-06-30T22:20:10.899Z | Compiling nix v0.27.1 |
| 2671 | 2025-06-30T22:20:11.460Z | Compiling serde_bytes v0.11.17 |
| 2672 | 2025-06-30T22:20:12.012Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2673 | 2025-06-30T22:20:12.362Z | Compiling base64 v0.13.1 |
| 2674 | 2025-06-30T22:20:13.122Z | Compiling ron v0.7.1 |
| 2675 | 2025-06-30T22:20:13.513Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2676 | 2025-06-30T22:20:14.355Z | Compiling tokio-tungstenite v0.23.1 |
| 2677 | 2025-06-30T22:20:14.779Z | Compiling xz2 v0.1.7 |
| 2678 | 2025-06-30T22:20:15.402Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2679 | 2025-06-30T22:20:18.105Z | Compiling tokio-rustls v0.24.1 |
| 2680 | 2025-06-30T22:20:18.609Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2681 | 2025-06-30T22:20:21.010Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2682 | 2025-06-30T22:20:23.701Z | Compiling zone v0.1.8 |
| 2683 | 2025-06-30T22:20:25.704Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2684 | 2025-06-30T22:20:26.007Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2685 | 2025-06-30T22:20:26.190Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2686 | 2025-06-30T22:20:26.863Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2687 | 2025-06-30T22:20:27.849Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2688 | 2025-06-30T22:20:28.823Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2689 | 2025-06-30T22:20:34.324Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2690 | 2025-06-30T22:20:35.736Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2691 | 2025-06-30T22:20:36.380Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2692 | 2025-06-30T22:20:38.452Z | Compiling rustls-pemfile v1.0.4 |
| 2693 | 2025-06-30T22:20:38.727Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2694 | 2025-06-30T22:20:39.069Z | Compiling signal-hook-tokio v0.3.1 |
| 2695 | 2025-06-30T22:20:39.231Z | Compiling twox-hash v2.1.0 |
| 2696 | 2025-06-30T22:20:39.365Z | Compiling yasna v0.5.2 |
| 2697 | 2025-06-30T22:20:40.305Z | Compiling secrecy v0.8.0 |
| 2698 | 2025-06-30T22:20:40.436Z | Compiling smawk v0.3.2 |
| 2699 | 2025-06-30T22:20:40.607Z | Compiling is_ci v1.2.0 |
| 2700 | 2025-06-30T22:20:40.767Z | Compiling unicode-linebreak v0.1.5 |
| 2701 | 2025-06-30T22:20:40.925Z | Compiling supports-color v3.0.2 |
| 2702 | 2025-06-30T22:20:41.342Z | Compiling textwrap v0.16.2 |
| 2703 | 2025-06-30T22:20:42.627Z | Compiling rcgen v0.12.1 |
| 2704 | 2025-06-30T22:20:44.742Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2705 | 2025-06-30T22:20:47.418Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2706 | 2025-06-30T22:20:51.522Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2707 | 2025-06-30T22:20:52.891Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2708 | 2025-06-30T22:20:54.824Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2709 | 2025-06-30T22:21:03.268Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2710 | 2025-06-30T22:21:08.558Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2711 | 2025-06-30T22:21:13.373Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2712 | 2025-06-30T22:21:13.844Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2713 | 2025-06-30T22:21:15.131Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2714 | 2025-06-30T22:21:16.373Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2715 | 2025-06-30T22:21:16.407Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2716 | 2025-06-30T22:21:22.748Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2717 | 2025-06-30T22:21:27.783Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2718 | 2025-06-30T22:21:28.132Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2719 | 2025-06-30T22:21:28.725Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2720 | 2025-06-30T22:21:34.941Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2721 | 2025-06-30T22:21:35.273Z | Compiling fatfs v0.3.6 |
| 2722 | 2025-06-30T22:21:35.565Z | Compiling subprocess v0.2.9 |
| 2723 | 2025-06-30T22:21:36.025Z | Compiling rtoolbox v0.0.2 |
| 2724 | 2025-06-30T22:21:36.469Z | Compiling assert_matches v1.5.0 |
| 2725 | 2025-06-30T22:21:37.821Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2726 | 2025-06-30T22:21:37.903Z | Compiling rpassword v7.4.0 |
| 2727 | 2025-06-30T22:21:38.388Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2728 | 2025-06-30T22:21:40.055Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2729 | 2025-06-30T22:21:45.287Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2730 | 2025-06-30T22:21:52.195Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2731 | 2025-06-30T22:22:12.733Z | Compiling tui-tree-widget v0.23.1 |
| 2732 | 2025-06-30T22:22:13.252Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2733 | 2025-06-30T22:22:21.762Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2734 | 2025-06-30T22:22:22.113Z | Compiling uzers v0.12.1 |
| 2735 | 2025-06-30T22:22:25.265Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2736 | 2025-06-30T22:22:26.150Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2737 | 2025-06-30T22:22:27.096Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2738 | 2025-06-30T22:22:31.112Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2739 | 2025-06-30T22:22:43.280Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2740 | 2025-06-30T22:22:47.805Z | Compiling support-bundle-viewer v0.1.2 |
| 2741 | 2025-06-30T22:22:51.845Z | Compiling multimap v0.10.1 |
| 2742 | 2025-06-30T22:25:02.370Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2743 | 2025-06-30T22:25:18.539Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2744 | 2025-06-30T22:33:00.858Z | Finished `release` profile [optimized] target(s) in 18m 15s |
| 2745 | 2025-06-30T22:33:57.205Z | |
| 2746 | 2025-06-30T22:33:57.208Z | real 19:12.732855465 |
| 2747 | 2025-06-30T22:33:57.208Z | user 2:15:47.542310360 |
| 2748 | 2025-06-30T22:33:57.208Z | sys 3:55.606488977 |
| 2749 | 2025-06-30T22:33:57.208Z | trap 3.394566104 |
| 2750 | 2025-06-30T22:33:57.208Z | tflt 1.956619475 |
| 2751 | 2025-06-30T22:33:57.208Z | dflt 6.826485303 |
| 2752 | 2025-06-30T22:33:57.208Z | kflt 0.024023979 |
| 2753 | 2025-06-30T22:33:57.208Z | lock 7:40:17.552994813 |
| 2754 | 2025-06-30T22:33:57.209Z | slp 6:56:33.545229783 |
| 2755 | 2025-06-30T22:33:57.209Z | lat 3:47.566645037 |
| 2756 | 2025-06-30T22:33:57.209Z | stop 3:36.389384040 |
| 2757 | 2025-06-30T22:33:57.210Z | + mapfile -t packages |
| 2758 | 2025-06-30T22:33:57.210Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2759 | 2025-06-30T22:33:58.412Z | Finished `release` profile [optimized] target(s) in 1.15s |
| 2760 | 2025-06-30T22:33:58.472Z | Running `target/release/omicron-package -t test list-outputs` |
| 2761 | 2025-06-30T22:33:58.524Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2762 | 2025-06-30T22:33:58.527Z | + ptime -m cargo build --locked --release -p xtask |
| 2763 | 2025-06-30T22:33:59.245Z | Compiling once_cell v1.21.3 |
| 2764 | 2025-06-30T22:33:59.248Z | Compiling serde v1.0.219 |
| 2765 | 2025-06-30T22:33:59.248Z | Compiling bitflags v2.9.0 |
| 2766 | 2025-06-30T22:33:59.248Z | Compiling syn v2.0.104 |
| 2767 | 2025-06-30T22:33:59.248Z | Compiling libc v0.2.174 |
| 2768 | 2025-06-30T22:33:59.248Z | Compiling serde_json v1.0.140 |
| 2769 | 2025-06-30T22:33:59.353Z | Compiling num-traits v0.2.19 |
| 2770 | 2025-06-30T22:33:59.709Z | Compiling hashbrown v0.15.4 |
| 2771 | 2025-06-30T22:33:59.712Z | Compiling rustix v0.38.37 |
| 2772 | 2025-06-30T22:33:59.743Z | Compiling smallvec v1.15.0 |
| 2773 | 2025-06-30T22:33:59.877Z | Compiling usdt-impl v0.5.0 |
| 2774 | 2025-06-30T22:34:00.031Z | Compiling syn v1.0.109 |
| 2775 | 2025-06-30T22:34:00.225Z | Compiling percent-encoding v2.3.1 |
| 2776 | 2025-06-30T22:34:00.435Z | Compiling log v0.4.27 |
| 2777 | 2025-06-30T22:34:00.619Z | Compiling getrandom v0.3.1 |
| 2778 | 2025-06-30T22:34:00.755Z | Compiling thread-id v4.2.2 |
| 2779 | 2025-06-30T22:34:00.951Z | Compiling indexmap v2.9.0 |
| 2780 | 2025-06-30T22:34:01.005Z | Compiling form_urlencoded v1.2.1 |
| 2781 | 2025-06-30T22:34:01.438Z | Compiling rustix v1.0.7 |
| 2782 | 2025-06-30T22:34:01.579Z | Compiling fs-err v3.1.1 |
| 2783 | 2025-06-30T22:34:01.889Z | Compiling ordered-float v2.10.1 |
| 2784 | 2025-06-30T22:34:02.133Z | Compiling terminal_size v0.4.0 |
| 2785 | 2025-06-30T22:34:02.415Z | Compiling anyhow v1.0.98 |
| 2786 | 2025-06-30T22:34:02.623Z | Compiling clap_builder v4.5.40 |
| 2787 | 2025-06-30T22:34:02.860Z | Compiling textwrap v0.16.2 |
| 2788 | 2025-06-30T22:34:03.397Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2025-06-30T22:34:03.817Z | Compiling tempfile v3.20.0 |
| 2790 | 2025-06-30T22:34:05.073Z | Compiling tabled_derive v0.7.0 |
| 2791 | 2025-06-30T22:34:05.928Z | Compiling synstructure v0.13.1 |
| 2792 | 2025-06-30T22:34:06.268Z | Compiling tabled v0.15.0 |
| 2793 | 2025-06-30T22:34:07.067Z | Compiling serde_derive v1.0.219 |
| 2794 | 2025-06-30T22:34:07.069Z | Compiling thiserror-impl v1.0.69 |
| 2795 | 2025-06-30T22:34:07.072Z | Compiling zerofrom-derive v0.1.4 |
| 2796 | 2025-06-30T22:34:07.072Z | Compiling yoke-derive v0.7.4 |
| 2797 | 2025-06-30T22:34:08.563Z | Compiling zerovec-derive v0.10.3 |
| 2798 | 2025-06-30T22:34:09.216Z | Compiling displaydoc v0.2.5 |
| 2799 | 2025-06-30T22:34:09.559Z | Compiling thiserror v1.0.69 |
| 2800 | 2025-06-30T22:34:09.748Z | Compiling pest v2.7.14 |
| 2801 | 2025-06-30T22:34:10.011Z | Compiling zerofrom v0.1.4 |
| 2802 | 2025-06-30T22:34:10.298Z | Compiling yoke v0.7.4 |
| 2803 | 2025-06-30T22:34:10.582Z | Compiling zerocopy-derive v0.7.35 |
| 2804 | 2025-06-30T22:34:10.733Z | Compiling icu_provider_macros v1.5.0 |
| 2805 | 2025-06-30T22:34:10.736Z | Compiling zerovec v0.10.4 |
| 2806 | 2025-06-30T22:34:11.940Z | Compiling scroll_derive v0.12.0 |
| 2807 | 2025-06-30T22:34:12.375Z | Compiling pest_meta v2.7.14 |
| 2808 | 2025-06-30T22:34:12.667Z | Compiling zerocopy v0.7.35 |
| 2809 | 2025-06-30T22:34:13.202Z | Compiling tinystr v0.7.6 |
| 2810 | 2025-06-30T22:34:13.676Z | Compiling icu_locid v1.5.0 |
| 2811 | 2025-06-30T22:34:13.731Z | Compiling icu_collections v1.5.0 |
| 2812 | 2025-06-30T22:34:14.005Z | Compiling pest_generator v2.7.14 |
| 2813 | 2025-06-30T22:34:15.681Z | Compiling icu_provider v1.5.0 |
| 2814 | 2025-06-30T22:34:15.924Z | Compiling pest_derive v2.7.14 |
| 2815 | 2025-06-30T22:34:16.753Z | Compiling icu_locid_transform v1.5.0 |
| 2816 | 2025-06-30T22:34:17.674Z | Compiling dtrace-parser v0.2.0 |
| 2817 | 2025-06-30T22:34:19.213Z | Compiling icu_properties v1.5.1 |
| 2818 | 2025-06-30T22:34:19.848Z | Compiling serde_spanned v0.6.9 |
| 2819 | 2025-06-30T22:34:20.163Z | Compiling toml_datetime v0.6.11 |
| 2820 | 2025-06-30T22:34:20.681Z | Compiling toml_edit v0.22.27 |
| 2821 | 2025-06-30T22:34:22.080Z | Compiling scroll v0.12.0 |
| 2822 | 2025-06-30T22:34:22.754Z | Compiling goblin v0.8.2 |
| 2823 | 2025-06-30T22:34:24.137Z | Compiling icu_normalizer v1.5.0 |
| 2824 | 2025-06-30T22:34:25.183Z | Compiling idna_adapter v1.2.0 |
| 2825 | 2025-06-30T22:34:25.225Z | Compiling dof v0.3.0 |
| 2826 | 2025-06-30T22:34:25.420Z | Compiling idna v1.0.3 |
| 2827 | 2025-06-30T22:34:25.458Z | Compiling toml v0.8.23 |
| 2828 | 2025-06-30T22:34:26.604Z | Compiling serde_tokenstream v0.2.2 |
| 2829 | 2025-06-30T22:34:27.196Z | Compiling erased-serde v0.4.6 |
| 2830 | 2025-06-30T22:34:28.795Z | Compiling serde-untagged v0.1.7 |
| 2831 | 2025-06-30T22:34:29.635Z | Compiling url v2.5.4 |
| 2832 | 2025-06-30T22:34:30.561Z | Compiling camino v1.1.10 |
| 2833 | 2025-06-30T22:34:30.943Z | Compiling serde-value v0.7.0 |
| 2834 | 2025-06-30T22:34:32.515Z | Compiling semver v1.0.26 |
| 2835 | 2025-06-30T22:34:32.561Z | Compiling thiserror-impl v2.0.12 |
| 2836 | 2025-06-30T22:34:33.926Z | Compiling cargo-util-schemas v0.2.0 |
| 2837 | 2025-06-30T22:34:35.128Z | Compiling usdt-macro v0.5.0 |
| 2838 | 2025-06-30T22:34:35.312Z | Compiling thiserror v2.0.12 |
| 2839 | 2025-06-30T22:34:35.516Z | Compiling usdt-attr-macro v0.5.0 |
| 2840 | 2025-06-30T22:34:36.277Z | Compiling cargo-platform v0.2.0 |
| 2841 | 2025-06-30T22:34:36.791Z | Compiling clap_derive v4.5.40 |
| 2842 | 2025-06-30T22:34:37.510Z | Compiling usdt v0.5.0 |
| 2843 | 2025-06-30T22:34:37.673Z | Compiling cargo_metadata v0.20.0 |
| 2844 | 2025-06-30T22:34:38.876Z | Compiling camino-tempfile v1.4.1 |
| 2845 | 2025-06-30T22:34:39.259Z | Compiling cargo_toml v0.21.0 |
| 2846 | 2025-06-30T22:34:39.710Z | Compiling macaddr v1.0.1 |
| 2847 | 2025-06-30T22:34:40.935Z | Compiling clap v4.5.40 |
| 2848 | 2025-06-30T22:34:50.225Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2849 | 2025-06-30T22:34:55.787Z | Finished `release` profile [optimized] target(s) in 57.19s |
| 2850 | 2025-06-30T22:34:55.920Z | |
| 2851 | 2025-06-30T22:34:55.920Z | real 57.353280201 |
| 2852 | 2025-06-30T22:34:55.921Z | user 6:15.606013621 |
| 2853 | 2025-06-30T22:34:55.921Z | sys 26.663913590 |
| 2854 | 2025-06-30T22:34:55.921Z | trap 0.191771682 |
| 2855 | 2025-06-30T22:34:55.921Z | tflt 0.288234326 |
| 2856 | 2025-06-30T22:34:55.921Z | dflt 0.454623638 |
| 2857 | 2025-06-30T22:34:55.921Z | kflt 0.000022736 |
| 2858 | 2025-06-30T22:34:55.924Z | lock 13:01.074549366 |
| 2859 | 2025-06-30T22:34:55.924Z | slp 21:02.856658262 |
| 2860 | 2025-06-30T22:34:55.924Z | lat 23.476504669 |
| 2861 | 2025-06-30T22:34:55.924Z | stop 30.776012720 |
| 2862 | 2025-06-30T22:34:55.924Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2863 | 2025-06-30T22:34:55.924Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2864 | 2025-06-30T22:34:55.924Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2865 | 2025-06-30T22:34:55.924Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2866 | 2025-06-30T22:34:55.924Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2867 | 2025-06-30T22:34:57.109Z | Compiling regress v0.10.3 |
| 2868 | 2025-06-30T22:34:57.274Z | Compiling ident_case v1.0.1 |
| 2869 | 2025-06-30T22:34:57.274Z | Compiling unsafe-libyaml v0.2.11 |
| 2870 | 2025-06-30T22:34:57.278Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2871 | 2025-06-30T22:34:57.278Z | Compiling match_cfg v0.1.0 |
| 2872 | 2025-06-30T22:34:57.350Z | Compiling quick-error v1.2.3 |
| 2873 | 2025-06-30T22:34:57.353Z | Compiling rustix v1.0.7 |
| 2874 | 2025-06-30T22:34:57.353Z | Compiling rustls v0.22.4 |
| 2875 | 2025-06-30T22:34:57.456Z | Compiling darling_core v0.20.10 |
| 2876 | 2025-06-30T22:34:57.477Z | Compiling hostname v0.3.1 |
| 2877 | 2025-06-30T22:34:57.527Z | Compiling progenitor-client v0.10.0 |
| 2878 | 2025-06-30T22:34:57.698Z | Compiling structmeta-derive v0.3.0 |
| 2879 | 2025-06-30T22:34:57.755Z | Compiling multer v3.1.0 |
| 2880 | 2025-06-30T22:34:57.791Z | Compiling debug-ignore v1.0.5 |
| 2881 | 2025-06-30T22:34:58.072Z | Compiling toml v0.8.23 |
| 2882 | 2025-06-30T22:34:58.196Z | Compiling slog-json v2.6.1 |
| 2883 | 2025-06-30T22:34:58.573Z | Compiling serde_yaml v0.9.34+deprecated |
| 2884 | 2025-06-30T22:34:58.985Z | Compiling hex v0.4.3 |
| 2885 | 2025-06-30T22:34:59.482Z | Compiling tempfile v3.20.0 |
| 2886 | 2025-06-30T22:34:59.485Z | Compiling macaddr v1.0.1 |
| 2887 | 2025-06-30T22:34:59.570Z | Compiling async-stream-impl v0.3.6 |
| 2888 | 2025-06-30T22:34:59.954Z | Compiling dropshot v0.16.2 |
| 2889 | 2025-06-30T22:35:00.231Z | Compiling structmeta v0.3.0 |
| 2890 | 2025-06-30T22:35:00.258Z | Compiling slog-bunyan v2.5.0 |
| 2891 | 2025-06-30T22:35:00.501Z | Compiling waitgroup v0.1.2 |
| 2892 | 2025-06-30T22:35:00.645Z | Compiling rustls-pemfile v2.2.0 |
| 2893 | 2025-06-30T22:35:00.742Z | Compiling dropshot_endpoint v0.16.2 |
| 2894 | 2025-06-30T22:35:00.837Z | Compiling async-stream v0.3.6 |
| 2895 | 2025-06-30T22:35:01.005Z | Compiling typify-impl v0.3.0 |
| 2896 | 2025-06-30T22:35:01.153Z | Compiling serde_path_to_error v0.1.17 |
| 2897 | 2025-06-30T22:35:01.351Z | Compiling hostname v0.4.0 |
| 2898 | 2025-06-30T22:35:01.620Z | Compiling wait-timeout v0.2.0 |
| 2899 | 2025-06-30T22:35:01.909Z | Compiling bit-vec v0.8.0 |
| 2900 | 2025-06-30T22:35:02.008Z | Compiling rusty-fork v0.3.0 |
| 2901 | 2025-06-30T22:35:02.046Z | Compiling rand_xorshift v0.4.0 |
| 2902 | 2025-06-30T22:35:02.149Z | Compiling tokio-rustls v0.25.0 |
| 2903 | 2025-06-30T22:35:02.375Z | Compiling bit-set v0.8.0 |
| 2904 | 2025-06-30T22:35:02.407Z | Compiling instant v0.1.13 |
| 2905 | 2025-06-30T22:35:02.588Z | Compiling unarray v0.1.4 |
| 2906 | 2025-06-30T22:35:02.613Z | Compiling test-strategy v0.4.1 |
| 2907 | 2025-06-30T22:35:02.676Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2908 | 2025-06-30T22:35:02.700Z | Compiling progenitor-client v0.9.1 |
| 2909 | 2025-06-30T22:35:02.779Z | Compiling proptest v1.7.0 |
| 2910 | 2025-06-30T22:35:02.882Z | Compiling derive-where v1.5.0 |
| 2911 | 2025-06-30T22:35:03.106Z | Compiling darling_macro v0.20.10 |
| 2912 | 2025-06-30T22:35:03.245Z | Compiling ref-cast v1.0.24 |
| 2913 | 2025-06-30T22:35:03.855Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2914 | 2025-06-30T22:35:03.997Z | Compiling darling v0.20.10 |
| 2915 | 2025-06-30T22:35:04.148Z | Compiling serde_with_macros v3.12.0 |
| 2916 | 2025-06-30T22:35:04.547Z | Compiling ref-cast-impl v1.0.24 |
| 2917 | 2025-06-30T22:35:05.863Z | Compiling parse-display-derive v0.10.0 |
| 2918 | 2025-06-30T22:35:05.953Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2919 | 2025-06-30T22:35:05.982Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2920 | 2025-06-30T22:35:06.127Z | Compiling iddqd v0.3.8 |
| 2921 | 2025-06-30T22:35:06.389Z | Compiling backoff v0.4.0 |
| 2922 | 2025-06-30T22:35:06.589Z | Compiling serde_with v3.12.0 |
| 2923 | 2025-06-30T22:35:06.741Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2924 | 2025-06-30T22:35:06.777Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2925 | 2025-06-30T22:35:06.967Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2926 | 2025-06-30T22:35:07.538Z | Compiling proc-macro-crate v1.3.1 |
| 2927 | 2025-06-30T22:35:08.362Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2928 | 2025-06-30T22:35:08.442Z | Compiling num_enum_derive v0.5.11 |
| 2929 | 2025-06-30T22:35:08.745Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2930 | 2025-06-30T22:35:09.097Z | Compiling crucible-workspace-hack v0.1.0 |
| 2931 | 2025-06-30T22:35:09.509Z | Compiling itertools v0.13.0 |
| 2932 | 2025-06-30T22:35:09.812Z | Compiling heapless v0.8.0 |
| 2933 | 2025-06-30T22:35:09.846Z | Compiling parse-display v0.10.0 |
| 2934 | 2025-06-30T22:35:10.240Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2935 | 2025-06-30T22:35:10.420Z | Compiling proc-macro-error v1.0.4 |
| 2936 | 2025-06-30T22:35:10.622Z | Compiling num_enum v0.5.11 |
| 2937 | 2025-06-30T22:35:10.717Z | Compiling hash32 v0.3.1 |
| 2938 | 2025-06-30T22:35:10.741Z | Compiling foreign-types-macros v0.2.3 |
| 2939 | 2025-06-30T22:35:10.819Z | Compiling foreign-types-shared v0.3.1 |
| 2940 | 2025-06-30T22:35:10.994Z | Compiling smoltcp v0.11.0 |
| 2941 | 2025-06-30T22:35:11.302Z | Compiling tabwriter v1.4.0 |
| 2942 | 2025-06-30T22:35:11.771Z | Compiling typify-impl v0.4.1 |
| 2943 | 2025-06-30T22:35:11.983Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2944 | 2025-06-30T22:35:12.008Z | Compiling cstr-argument v0.1.2 |
| 2945 | 2025-06-30T22:35:12.034Z | Compiling foreign-types v0.5.0 |
| 2946 | 2025-06-30T22:35:12.185Z | Compiling cobs v0.2.3 |
| 2947 | 2025-06-30T22:35:12.308Z | Compiling pretty-hex v0.2.1 |
| 2948 | 2025-06-30T22:35:12.480Z | Compiling ingot-macros v0.1.0 |
| 2949 | 2025-06-30T22:35:12.505Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2950 | 2025-06-30T22:35:12.559Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2951 | 2025-06-30T22:35:12.816Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2952 | 2025-06-30T22:35:12.877Z | Compiling postcard v1.0.10 |
| 2953 | 2025-06-30T22:35:12.965Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2954 | 2025-06-30T22:35:13.353Z | Compiling colored v2.2.0 |
| 2955 | 2025-06-30T22:35:13.497Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2956 | 2025-06-30T22:35:13.524Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2957 | 2025-06-30T22:35:14.121Z | Compiling itertools v0.14.0 |
| 2958 | 2025-06-30T22:35:14.147Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2959 | 2025-06-30T22:35:14.913Z | Compiling typify-macro v0.3.0 |
| 2960 | 2025-06-30T22:35:15.068Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2025-06-30T22:35:15.530Z | Compiling smf v0.2.3 |
| 2962 | 2025-06-30T22:35:16.783Z | Compiling zone_cfg_derive v0.3.0 |
| 2963 | 2025-06-30T22:35:17.159Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2964 | 2025-06-30T22:35:17.321Z | Compiling num-derive v0.4.2 |
| 2965 | 2025-06-30T22:35:17.504Z | Compiling sigpipe v0.1.3 |
| 2966 | 2025-06-30T22:35:17.586Z | Compiling jiff v0.2.15 |
| 2967 | 2025-06-30T22:35:17.671Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2968 | 2025-06-30T22:35:18.053Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2969 | 2025-06-30T22:35:18.164Z | Compiling zone v0.3.1 |
| 2970 | 2025-06-30T22:35:18.521Z | Compiling num-rational v0.4.2 |
| 2971 | 2025-06-30T22:35:18.902Z | Compiling typify v0.3.0 |
| 2972 | 2025-06-30T22:35:19.097Z | Compiling progenitor-impl v0.9.1 |
| 2973 | 2025-06-30T22:35:19.246Z | Compiling ingot-types v0.1.0 |
| 2974 | 2025-06-30T22:35:19.446Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2975 | 2025-06-30T22:35:19.577Z | Compiling universal-hash v0.5.1 |
| 2976 | 2025-06-30T22:35:19.824Z | Compiling num-complex v0.4.6 |
| 2977 | 2025-06-30T22:35:20.058Z | Compiling ingot v0.1.0 |
| 2978 | 2025-06-30T22:35:20.097Z | Compiling opaque-debug v0.3.1 |
| 2979 | 2025-06-30T22:35:20.235Z | Compiling half v2.4.1 |
| 2980 | 2025-06-30T22:35:20.276Z | Compiling float-ord v0.3.2 |
| 2981 | 2025-06-30T22:35:20.505Z | Compiling ciborium-io v0.2.2 |
| 2982 | 2025-06-30T22:35:20.688Z | Compiling secrecy v0.10.3 |
| 2983 | 2025-06-30T22:35:20.832Z | Compiling num v0.4.3 |
| 2984 | 2025-06-30T22:35:20.835Z | Compiling ciborium-ll v0.2.2 |
| 2985 | 2025-06-30T22:35:20.968Z | Compiling aead v0.5.2 |
| 2986 | 2025-06-30T22:35:20.993Z | Compiling convert_case v0.4.0 |
| 2987 | 2025-06-30T22:35:21.304Z | Compiling ciborium v0.2.2 |
| 2988 | 2025-06-30T22:35:21.405Z | Compiling keccak v0.1.5 |
| 2989 | 2025-06-30T22:35:21.796Z | Compiling utf-8 v0.7.6 |
| 2990 | 2025-06-30T22:35:22.176Z | Compiling tungstenite v0.21.0 |
| 2991 | 2025-06-30T22:35:22.684Z | Compiling derive_more v0.99.20 |
| 2992 | 2025-06-30T22:35:22.720Z | Compiling sha3 v0.10.8 |
| 2993 | 2025-06-30T22:35:23.791Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2994 | 2025-06-30T22:35:23.995Z | Compiling poly1305 v0.8.0 |
| 2995 | 2025-06-30T22:35:24.092Z | Compiling password-hash v0.5.0 |
| 2996 | 2025-06-30T22:35:25.005Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2997 | 2025-06-30T22:35:25.607Z | Compiling chacha20 v0.9.1 |
| 2998 | 2025-06-30T22:35:25.886Z | Compiling progenitor-macro v0.9.1 |
| 2999 | 2025-06-30T22:35:25.912Z | Compiling typify-macro v0.4.1 |
| 3000 | 2025-06-30T22:35:26.339Z | Compiling blake2 v0.10.6 |
| 3001 | 2025-06-30T22:35:26.389Z | Compiling tokio-tungstenite v0.21.0 |
| 3002 | 2025-06-30T22:35:26.994Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 3003 | 2025-06-30T22:35:27.029Z | Compiling argon2 v0.5.3 |
| 3004 | 2025-06-30T22:35:27.618Z | Compiling base64 v0.21.7 |
| 3005 | 2025-06-30T22:35:28.191Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3006 | 2025-06-30T22:35:28.317Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3007 | 2025-06-30T22:35:28.669Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3008 | 2025-06-30T22:35:28.806Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3009 | 2025-06-30T22:35:28.959Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 3010 | 2025-06-30T22:35:29.094Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3011 | 2025-06-30T22:35:29.120Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3012 | 2025-06-30T22:35:29.171Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3013 | 2025-06-30T22:35:29.560Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3014 | 2025-06-30T22:35:29.699Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3015 | 2025-06-30T22:35:29.724Z | Compiling atomicwrites v0.4.4 |
| 3016 | 2025-06-30T22:35:29.748Z | Compiling semver v0.1.20 |
| 3017 | 2025-06-30T22:35:29.774Z | Compiling typify v0.4.1 |
| 3018 | 2025-06-30T22:35:29.983Z | Compiling progenitor-impl v0.10.0 |
| 3019 | 2025-06-30T22:35:30.098Z | Compiling rustc_version v0.1.7 |
| 3020 | 2025-06-30T22:35:30.431Z | Compiling chacha20poly1305 v0.10.1 |
| 3021 | 2025-06-30T22:35:30.550Z | Compiling typify-impl v0.2.0 |
| 3022 | 2025-06-30T22:35:30.636Z | Compiling resolv-conf v0.7.0 |
| 3023 | 2025-06-30T22:35:30.693Z | Compiling newline-converter v0.3.0 |
| 3024 | 2025-06-30T22:35:30.719Z | Compiling primeorder v0.13.6 |
| 3025 | 2025-06-30T22:35:30.894Z | Compiling owo-colors v4.2.2 |
| 3026 | 2025-06-30T22:35:31.253Z | Compiling libefi-sys v0.1.0 |
| 3027 | 2025-06-30T22:35:31.404Z | Compiling cancel-safe-futures v0.1.5 |
| 3028 | 2025-06-30T22:35:31.565Z | Compiling moka v0.12.10 |
| 3029 | 2025-06-30T22:35:31.723Z | Compiling expectorate v1.2.0 |
| 3030 | 2025-06-30T22:35:31.811Z | Compiling newtype_derive v0.1.6 |
| 3031 | 2025-06-30T22:35:31.838Z | Compiling thiserror-no-std v2.0.2 |
| 3032 | 2025-06-30T22:35:31.923Z | Compiling libsw-core v0.3.1 |
| 3033 | 2025-06-30T22:35:32.012Z | Compiling vsss-rs v3.3.4 |
| 3034 | 2025-06-30T22:35:32.043Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3035 | 2025-06-30T22:35:32.172Z | Compiling bitfield-struct v0.6.2 |
| 3036 | 2025-06-30T22:35:32.280Z | Compiling unicase v2.7.0 |
| 3037 | 2025-06-30T22:35:32.482Z | Compiling fixedbitset v0.5.7 |
| 3038 | 2025-06-30T22:35:32.612Z | Compiling tagptr v0.2.0 |
| 3039 | 2025-06-30T22:35:32.926Z | Compiling arc-swap v1.7.1 |
| 3040 | 2025-06-30T22:35:33.148Z | Compiling petgraph v0.8.2 |
| 3041 | 2025-06-30T22:35:33.531Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3042 | 2025-06-30T22:35:33.553Z | Compiling slog-scope v4.4.0 |
| 3043 | 2025-06-30T22:35:34.314Z | Compiling libsw v3.5.0 |
| 3044 | 2025-06-30T22:35:35.526Z | Compiling polyval v0.6.2 |
| 3045 | 2025-06-30T22:35:35.823Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3046 | 2025-06-30T22:35:35.965Z | Compiling hickory-proto v0.24.4 |
| 3047 | 2025-06-30T22:35:36.105Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3048 | 2025-06-30T22:35:37.008Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3049 | 2025-06-30T22:35:37.013Z | Compiling progenitor-macro v0.10.0 |
| 3050 | 2025-06-30T22:35:37.013Z | Compiling parking_lot_core v0.8.6 |
| 3051 | 2025-06-30T22:35:37.014Z | Compiling indent_write v2.2.0 |
| 3052 | 2025-06-30T22:35:37.014Z | Compiling salty v0.3.0 |
| 3053 | 2025-06-30T22:35:37.046Z | Compiling linear-map v1.2.0 |
| 3054 | 2025-06-30T22:35:37.103Z | Compiling linked-hash-map v0.5.6 |
| 3055 | 2025-06-30T22:35:37.229Z | Compiling proc-macro-error2 v2.0.1 |
| 3056 | 2025-06-30T22:35:37.396Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3057 | 2025-06-30T22:35:37.421Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3058 | 2025-06-30T22:35:37.486Z | Compiling lru-cache v0.1.2 |
| 3059 | 2025-06-30T22:35:37.884Z | Compiling ghash v0.5.1 |
| 3060 | 2025-06-30T22:35:38.132Z | Compiling hickory-resolver v0.25.2 |
| 3061 | 2025-06-30T22:35:38.246Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3062 | 2025-06-30T22:35:38.638Z | Compiling progenitor v0.9.1 |
| 3063 | 2025-06-30T22:35:38.663Z | Compiling slog-stdlog v4.1.1 |
| 3064 | 2025-06-30T22:35:38.837Z | Compiling p384 v0.13.0 |
| 3065 | 2025-06-30T22:35:38.913Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3066 | 2025-06-30T22:35:39.045Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3067 | 2025-06-30T22:35:40.050Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3068 | 2025-06-30T22:35:40.298Z | Compiling num-derive v0.3.3 |
| 3069 | 2025-06-30T22:35:40.329Z | Compiling ctr v0.9.2 |
| 3070 | 2025-06-30T22:35:40.737Z | Compiling gethostname v0.5.0 |
| 3071 | 2025-06-30T22:35:40.963Z | Compiling lzma-sys v0.1.20 |
| 3072 | 2025-06-30T22:35:40.993Z | Compiling slog-dtrace v0.3.0 |
| 3073 | 2025-06-30T22:35:41.410Z | Compiling highway v1.3.0 |
| 3074 | 2025-06-30T22:35:41.746Z | Compiling xshell-macros v0.2.7 |
| 3075 | 2025-06-30T22:35:42.249Z | Compiling papergrid v0.14.0 |
| 3076 | 2025-06-30T22:35:42.519Z | Compiling libscf-sys v1.1.0 |
| 3077 | 2025-06-30T22:35:42.544Z | Compiling xshell v0.2.7 |
| 3078 | 2025-06-30T22:35:42.751Z | Compiling hickory-resolver v0.24.4 |
| 3079 | 2025-06-30T22:35:42.777Z | Compiling aes-gcm v0.10.3 |
| 3080 | 2025-06-30T22:35:43.132Z | Compiling slog-envlogger v2.2.0 |
| 3081 | 2025-06-30T22:35:43.596Z | Compiling mime_guess v2.0.5 |
| 3082 | 2025-06-30T22:35:43.646Z | Compiling steno v0.4.1 |
| 3083 | 2025-06-30T22:35:43.832Z | Compiling tabled_derive v0.10.0 |
| 3084 | 2025-06-30T22:35:44.035Z | Compiling typify-macro v0.2.0 |
| 3085 | 2025-06-30T22:35:44.736Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3086 | 2025-06-30T22:35:46.468Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3087 | 2025-06-30T22:35:46.872Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3088 | 2025-06-30T22:35:46.908Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3089 | 2025-06-30T22:35:47.572Z | Compiling tokio-dtrace v0.1.0 |
| 3090 | 2025-06-30T22:35:47.862Z | Compiling typify v0.2.0 |
| 3091 | 2025-06-30T22:35:47.943Z | Compiling heck v0.3.3 |
| 3092 | 2025-06-30T22:35:47.968Z | Compiling progenitor-client v0.8.0 |
| 3093 | 2025-06-30T22:35:48.014Z | Compiling ssh-encoding v0.2.0 |
| 3094 | 2025-06-30T22:35:48.077Z | Compiling progenitor-impl v0.8.0 |
| 3095 | 2025-06-30T22:35:48.326Z | Compiling blowfish v0.9.1 |
| 3096 | 2025-06-30T22:35:48.489Z | Compiling env_filter v0.1.2 |
| 3097 | 2025-06-30T22:35:48.519Z | Compiling nibble_vec v0.1.0 |
| 3098 | 2025-06-30T22:35:48.770Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3099 | 2025-06-30T22:35:48.802Z | Compiling humantime v2.2.0 |
| 3100 | 2025-06-30T22:35:49.105Z | Compiling endian-type v0.1.2 |
| 3101 | 2025-06-30T22:35:49.127Z | Compiling env_logger v0.11.5 |
| 3102 | 2025-06-30T22:35:49.198Z | Compiling progenitor v0.10.0 |
| 3103 | 2025-06-30T22:35:49.225Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3104 | 2025-06-30T22:35:49.303Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3105 | 2025-06-30T22:35:49.363Z | Compiling radix_trie v0.2.1 |
| 3106 | 2025-06-30T22:35:49.473Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3107 | 2025-06-30T22:35:49.745Z | Compiling ssh-cipher v0.2.0 |
| 3108 | 2025-06-30T22:35:49.812Z | Compiling zone_cfg_derive v0.1.2 |
| 3109 | 2025-06-30T22:35:49.934Z | Compiling oxide-tokio-rt v0.1.1 |
| 3110 | 2025-06-30T22:35:49.963Z | Compiling parking_lot v0.11.2 |
| 3111 | 2025-06-30T22:35:50.210Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3112 | 2025-06-30T22:35:50.768Z | Compiling tabled v0.18.0 |
| 3113 | 2025-06-30T22:35:51.016Z | Compiling qorb v0.4.0 |
| 3114 | 2025-06-30T22:35:51.173Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3115 | 2025-06-30T22:35:52.031Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3116 | 2025-06-30T22:35:52.071Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3117 | 2025-06-30T22:35:52.537Z | Compiling prefix-trie v0.7.0 |
| 3118 | 2025-06-30T22:35:52.573Z | Compiling password-hash v0.4.2 |
| 3119 | 2025-06-30T22:35:53.052Z | Compiling fxhash v0.2.1 |
| 3120 | 2025-06-30T22:35:53.308Z | Compiling same-file v1.0.6 |
| 3121 | 2025-06-30T22:35:53.376Z | Compiling http-range v0.1.5 |
| 3122 | 2025-06-30T22:35:53.379Z | Compiling base64 v0.13.1 |
| 3123 | 2025-06-30T22:35:53.623Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3124 | 2025-06-30T22:35:53.717Z | Compiling walkdir v2.5.0 |
| 3125 | 2025-06-30T22:35:53.992Z | Compiling ron v0.7.1 |
| 3126 | 2025-06-30T22:35:54.022Z | Compiling hickory-server v0.25.2 |
| 3127 | 2025-06-30T22:35:54.388Z | Compiling sled v0.34.7 |
| 3128 | 2025-06-30T22:35:54.695Z | Compiling progenitor-macro v0.8.0 |
| 3129 | 2025-06-30T22:35:55.639Z | Compiling pbkdf2 v0.11.0 |
| 3130 | 2025-06-30T22:35:56.010Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3131 | 2025-06-30T22:35:56.060Z | Compiling xz2 v0.1.7 |
| 3132 | 2025-06-30T22:35:56.555Z | Compiling zone v0.1.8 |
| 3133 | 2025-06-30T22:35:57.030Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3134 | 2025-06-30T22:35:57.560Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3135 | 2025-06-30T22:35:58.001Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3136 | 2025-06-30T22:35:58.209Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3137 | 2025-06-30T22:35:59.048Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3138 | 2025-06-30T22:36:01.001Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3139 | 2025-06-30T22:36:01.808Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3140 | 2025-06-30T22:36:02.144Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3141 | 2025-06-30T22:36:03.650Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3142 | 2025-06-30T22:36:03.834Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3143 | 2025-06-30T22:36:04.344Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3144 | 2025-06-30T22:36:04.842Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3145 | 2025-06-30T22:36:05.210Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3146 | 2025-06-30T22:36:06.833Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3147 | 2025-06-30T22:36:07.047Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3148 | 2025-06-30T22:36:07.503Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3149 | 2025-06-30T22:36:07.563Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3150 | 2025-06-30T22:36:08.443Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3151 | 2025-06-30T22:36:08.715Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3152 | 2025-06-30T22:36:09.544Z | Compiling progenitor v0.8.0 |
| 3153 | 2025-06-30T22:36:09.831Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3154 | 2025-06-30T22:36:10.220Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3155 | 2025-06-30T22:36:10.738Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3156 | 2025-06-30T22:36:11.243Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3157 | 2025-06-30T22:36:12.442Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3158 | 2025-06-30T22:36:12.564Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3159 | 2025-06-30T22:36:12.665Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3160 | 2025-06-30T22:36:12.927Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3161 | 2025-06-30T22:36:13.064Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3162 | 2025-06-30T22:36:14.257Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3163 | 2025-06-30T22:36:15.645Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3164 | 2025-06-30T22:36:16.581Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3165 | 2025-06-30T22:36:17.206Z | Compiling ssh-key v0.6.6 |
| 3166 | 2025-06-30T22:36:17.236Z | Compiling hickory-client v0.25.2 |
| 3167 | 2025-06-30T22:36:17.638Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3168 | 2025-06-30T22:36:17.893Z | Compiling p521 v0.13.3 |
| 3169 | 2025-06-30T22:36:18.040Z | Compiling p256 v0.13.2 |
| 3170 | 2025-06-30T22:36:18.883Z | Compiling yasna v0.5.2 |
| 3171 | 2025-06-30T22:36:19.160Z | Compiling pem v3.0.5 |
| 3172 | 2025-06-30T22:36:19.894Z | Compiling headers-core v0.3.0 |
| 3173 | 2025-06-30T22:36:20.126Z | Compiling kstat-rs v0.2.4 |
| 3174 | 2025-06-30T22:36:20.197Z | Compiling secrecy v0.8.0 |
| 3175 | 2025-06-30T22:36:20.345Z | Compiling nanorand v0.7.0 |
| 3176 | 2025-06-30T22:36:20.472Z | Compiling russh-cryptovec v0.7.3 |
| 3177 | 2025-06-30T22:36:20.529Z | Compiling atty v0.2.14 |
| 3178 | 2025-06-30T22:36:20.734Z | Compiling crc8 v0.1.1 |
| 3179 | 2025-06-30T22:36:20.759Z | Compiling md5 v0.7.0 |
| 3180 | 2025-06-30T22:36:20.817Z | Compiling flume v0.11.1 |
| 3181 | 2025-06-30T22:36:20.890Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3182 | 2025-06-30T22:36:20.959Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3183 | 2025-06-30T22:36:21.246Z | Compiling russh-keys v0.45.0 |
| 3184 | 2025-06-30T22:36:21.295Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3185 | 2025-06-30T22:36:21.480Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3186 | 2025-06-30T22:36:24.671Z | Compiling headers v0.4.1 |
| 3187 | 2025-06-30T22:36:24.706Z | Compiling rcgen v0.12.1 |
| 3188 | 2025-06-30T22:36:24.851Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3189 | 2025-06-30T22:36:25.918Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3190 | 2025-06-30T22:36:26.385Z | Compiling hyper-staticfile v0.10.1 |
| 3191 | 2025-06-30T22:36:26.743Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3192 | 2025-06-30T22:36:26.784Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3193 | 2025-06-30T22:36:27.428Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3194 | 2025-06-30T22:36:28.965Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3195 | 2025-06-30T22:36:29.391Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3196 | 2025-06-30T22:36:31.259Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3197 | 2025-06-30T22:36:31.517Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3198 | 2025-06-30T22:36:31.955Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3199 | 2025-06-30T22:36:32.059Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3200 | 2025-06-30T22:36:32.095Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3201 | 2025-06-30T22:36:32.822Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3202 | 2025-06-30T22:36:33.725Z | Compiling num-bigint v0.4.6 |
| 3203 | 2025-06-30T22:36:33.780Z | Compiling des v0.8.1 |
| 3204 | 2025-06-30T22:36:33.918Z | Compiling subprocess v0.2.9 |
| 3205 | 2025-06-30T22:36:34.181Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3206 | 2025-06-30T22:36:34.230Z | Compiling hex-literal v0.4.1 |
| 3207 | 2025-06-30T22:36:34.446Z | Compiling display-error-chain v0.2.2 |
| 3208 | 2025-06-30T22:36:34.714Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3209 | 2025-06-30T22:36:35.051Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3210 | 2025-06-30T22:36:35.477Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3211 | 2025-06-30T22:36:36.171Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3212 | 2025-06-30T22:36:36.709Z | Compiling russh v0.45.0 |
| 3213 | 2025-06-30T22:36:37.577Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3214 | 2025-06-30T22:36:37.996Z | Compiling internet-checksum v0.2.1 |
| 3215 | 2025-06-30T22:36:47.489Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3216 | 2025-06-30T22:36:49.237Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3217 | 2025-06-30T22:37:13.483Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3218 | 2025-06-30T22:37:36.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
| 3219 | 2025-06-30T22:37:37.044Z | |
| 3220 | 2025-06-30T22:37:37.044Z | real 2:41.041589017 |
| 3221 | 2025-06-30T22:37:37.044Z | user 14:20.049260002 |
| 3222 | 2025-06-30T22:37:37.044Z | sys 2:01.699217857 |
| 3223 | 2025-06-30T22:37:37.044Z | trap 0.415082229 |
| 3224 | 2025-06-30T22:37:37.048Z | tflt 0.150154140 |
| 3225 | 2025-06-30T22:37:37.048Z | dflt 0.956859068 |
| 3226 | 2025-06-30T22:37:37.048Z | kflt 0.000017277 |
| 3227 | 2025-06-30T22:37:37.048Z | lock 24:19.887164691 |
| 3228 | 2025-06-30T22:37:37.048Z | slp 51:43.948046768 |
| 3229 | 2025-06-30T22:37:37.048Z | lat 44.249210127 |
| 3230 | 2025-06-30T22:37:37.049Z | stop 2:02.645350871 |
| 3231 | 2025-06-30T22:37:37.049Z | + mkdir tests |
| 3232 | 2025-06-30T22:37:37.052Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3233 | 2025-06-30T22:37:37.052Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3234 | 2025-06-30T22:37:37.091Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9b5f8b42d7cb05a3 tests/ |
| 3235 | 2025-06-30T22:37:37.111Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c1f2cda9915ecd0d tests/ |
| 3236 | 2025-06-30T22:37:37.130Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f4e140d905b5529 tests/ |
| 3237 | 2025-06-30T22:37:37.150Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0d0c5275531fa534 tests/ |
| 3238 | 2025-06-30T22:37:37.389Z | + 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/*) |
| 3239 | 2025-06-30T22:37:37.393Z | + 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-c1f2cda9915ecd0d tests/commtest-4f4e140d905b5529 tests/dhcp_server-9b5f8b42d7cb05a3 tests/end_to_end_tests-0d0c5275531fa534 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3240 | 2025-06-30T22:39:11.042Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3241 | 2025-06-30T22:39:11.042Z | a .github/buildomat/ci-env.sh 1K |
| 3242 | 2025-06-30T22:39:11.042Z | a out/target/test 1K |
| 3243 | 2025-06-30T22:39:11.042Z | a out/npuzone/npuzone 23144K |
| 3244 | 2025-06-30T22:39:11.042Z | a package-manifest.toml 33K |
| 3245 | 2025-06-30T22:39:11.042Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3246 | 2025-06-30T22:39:11.042Z | a target/release/omicron-package 41129K |
| 3247 | 2025-06-30T22:39:11.042Z | a target/release/xtask 11702K |
| 3248 | 2025-06-30T22:39:11.042Z | a target/debug/bootstrap 241473K |
| 3249 | 2025-06-30T22:39:11.043Z | a tests/bootstrap-c1f2cda9915ecd0d 23192K |
| 3250 | 2025-06-30T22:39:11.043Z | a tests/commtest-4f4e140d905b5529 24835K |
| 3251 | 2025-06-30T22:39:11.043Z | a tests/dhcp_server-9b5f8b42d7cb05a3 23192K |
| 3252 | 2025-06-30T22:39:11.043Z | a tests/end_to_end_tests-0d0c5275531fa534 314781K |
| 3253 | 2025-06-30T22:39:11.043Z | a out/clickhouse.tar.gz 316430K |
| 3254 | 2025-06-30T22:39:11.043Z | a out/clickhouse_keeper.tar.gz 300195K |
| 3255 | 2025-06-30T22:39:11.043Z | a out/clickhouse_server.tar.gz 316430K |
| 3256 | 2025-06-30T22:39:11.043Z | a out/cockroachdb.tar.gz 160064K |
| 3257 | 2025-06-30T22:39:11.043Z | a out/crucible-dtrace.tar 98K |
| 3258 | 2025-06-30T22:39:11.043Z | a out/crucible-pantry-zone.tar.gz 38997K |
| 3259 | 2025-06-30T22:39:11.043Z | a out/crucible-zone.tar.gz 48881K |
| 3260 | 2025-06-30T22:39:11.043Z | a out/external-dns.tar.gz 50714K |
| 3261 | 2025-06-30T22:39:11.043Z | a out/internal-dns.tar.gz 50714K |
| 3262 | 2025-06-30T22:39:11.043Z | a out/mg-ddm-gz.tar 91780K |
| 3263 | 2025-06-30T22:39:11.043Z | a out/nexus.tar.gz 128111K |
| 3264 | 2025-06-30T22:39:11.043Z | a out/ntp.tar.gz 16665K |
| 3265 | 2025-06-30T22:39:11.043Z | a out/omicron-gateway-softnpu.tar.gz 29210K |
| 3266 | 2025-06-30T22:39:11.043Z | a out/omicron-sled-agent.tar 139645K |
| 3267 | 2025-06-30T22:39:11.043Z | a out/overlay.tar.gz 3K |
| 3268 | 2025-06-30T22:39:11.043Z | a out/oximeter.tar.gz 62325K |
| 3269 | 2025-06-30T22:39:11.043Z | a out/oxlog.tar 3979K |
| 3270 | 2025-06-30T22:39:11.043Z | a out/probe.tar.gz 3037K |
| 3271 | 2025-06-30T22:39:11.043Z | a out/propolis-server.tar.gz 68618K |
| 3272 | 2025-06-30T22:39:11.043Z | a out/pumpkind-gz.tar 26648K |
| 3273 | 2025-06-30T22:39:11.043Z | a out/switch-softnpu.tar.gz 335732K |
| 3274 | 2025-06-30T22:39:11.047Z | |
| 3275 | 2025-06-30T22:39:11.047Z | real 1:33.636356706 |
| 3276 | 2025-06-30T22:39:11.047Z | user 1:29.787165004 |
| 3277 | 2025-06-30T22:39:11.047Z | sys 5.441407393 |
| 3278 | 2025-06-30T22:39:11.047Z | trap 0.021271972 |
| 3279 | 2025-06-30T22:39:11.047Z | tflt 0.000000000 |
| 3280 | 2025-06-30T22:39:11.047Z | dflt 0.000000000 |
| 3281 | 2025-06-30T22:39:11.047Z | kflt 0.000000000 |
| 3282 | 2025-06-30T22:39:11.047Z | lock 0.000000000 |
| 3283 | 2025-06-30T22:39:11.047Z | slp 1:29.647062687 |
| 3284 | 2025-06-30T22:39:11.047Z | lat 2.371143467 |
| 3285 | 2025-06-30T22:39:11.047Z | stop 0.000261174 |
| 3286 | 2025-06-30T22:39:11.047Z | process exited: duration 2061694 ms, exit code 0 |
| |
| 3287 | 2025-06-30T22:39:11.063Z | found 1 output files |
| 3288 | 2025-06-30T22:39:11.063Z | uploading: /work/package.tar.gz (2190949914 bytes) |
| 3289 | 2025-06-30T22:39:59.710Z | uploaded: /work/package.tar.gz |