|
|
|
| 1 | 2026-03-12T01:00:48.632Z | job assigned to worker 01KKFRWV9W0RZ32683NE698F82 [factory aws, i-056b9dcdf97eeee98] (queued for 1 m 13 s) |
| |
| 2 | 2026-03-12T01:00:57.264Z | starting task 0: "setup" |
| 3 | 2026-03-12T01:00:57.270Z | ++ uname -s |
| 4 | 2026-03-12T01:00:57.276Z | + kern=SunOS |
| 5 | 2026-03-12T01:00:57.276Z | + build_user=build |
| 6 | 2026-03-12T01:00:57.276Z | + build_uid=12345 |
| 7 | 2026-03-12T01:00:57.276Z | + work_dir=/work |
| 8 | 2026-03-12T01:00:57.276Z | + input_dir=/input |
| 9 | 2026-03-12T01:00:57.276Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-12T01:00:57.276Z | + case "$kern" in |
| 11 | 2026-03-12T01:00:57.276Z | + groupadd -g 12345 build |
| 12 | 2026-03-12T01:00:57.276Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-12T01:00:59.283Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-12T01:00:59.407Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-12T01:00:59.412Z | + home_fs=zfs |
| 16 | 2026-03-12T01:00:59.412Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-12T01:00:59.412Z | + mkdir -p /home/build |
| 18 | 2026-03-12T01:00:59.412Z | + chown build:build /home/build /work |
| 19 | 2026-03-12T01:01:01.415Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-12T01:01:01.420Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-03-12T01:01:01.429Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-12T01:01:01.435Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-12T01:01:01.435Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-12T01:01:01.435Z | * rust toolchain profile = "default" |
| 25 | 2026-03-12T01:01:01.435Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-12T01:01:01.435Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-12T01:01:01.435Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-12T01:01:01.439Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-12T01:01:01.439Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-12T01:01:01.637Z | info: downloading installer |
| 31 | 2026-03-12T01:01:03.339Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-12T01:01:03.339Z | warn: /opt/ooce/bin |
| 33 | 2026-03-12T01:01:03.339Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-12T01:01:03.339Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-12T01:01:03.339Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-12T01:01:03.339Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-12T01:01:03.340Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-12T01:01:03.340Z | error: cannot install while Rust is installed |
| 39 | 2026-03-12T01:01:03.340Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-12T01:01:03.353Z | info: profile set to 'default' |
| 41 | 2026-03-12T01:01:03.353Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-12T01:01:03.360Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-12T01:01:03.544Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-12T01:01:03.544Z | info: downloading component 'cargo' |
| 45 | 2026-03-12T01:01:04.542Z | info: downloading component 'clippy' |
| 46 | 2026-03-12T01:01:04.915Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-12T01:01:06.763Z | info: downloading component 'rust-std' |
| 48 | 2026-03-12T01:01:08.624Z | info: downloading component 'rustc' |
| 49 | 2026-03-12T01:01:17.499Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-12T01:01:17.774Z | info: installing component 'cargo' |
| 51 | 2026-03-12T01:01:18.596Z | info: installing component 'clippy' |
| 52 | 2026-03-12T01:01:18.961Z | info: installing component 'rust-docs' |
| 53 | 2026-03-12T01:01:20.568Z | info: installing component 'rust-std' |
| 54 | 2026-03-12T01:01:22.056Z | info: installing component 'rustc' |
| 55 | 2026-03-12T01:01:29.884Z | info: installing component 'rustfmt' |
| 56 | 2026-03-12T01:01:29.884Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-12T01:01:29.884Z | |
| 58 | 2026-03-12T01:01:29.884Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-12T01:01:29.884Z | |
| 60 | 2026-03-12T01:01:29.884Z | |
| 61 | 2026-03-12T01:01:29.884Z | Rust is installed now. Great! |
| 62 | 2026-03-12T01:01:29.884Z | |
| 63 | 2026-03-12T01:01:29.884Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-12T01:01:29.884Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-12T01:01:29.884Z | |
| 66 | 2026-03-12T01:01:29.884Z | To configure your current shell, you need to source |
| 67 | 2026-03-12T01:01:29.884Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-12T01:01:29.884Z | |
| 69 | 2026-03-12T01:01:29.884Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-12T01:01:29.884Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-12T01:01:29.884Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-12T01:01:29.884Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-12T01:01:29.884Z | + rustup --version |
| 74 | 2026-03-12T01:01:29.884Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-12T01:01:29.884Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-12T01:01:29.884Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-12T01:01:29.884Z | + cargo --version |
| 78 | 2026-03-12T01:01:29.884Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-12T01:01:29.884Z | + rustc --version |
| 80 | 2026-03-12T01:01:29.885Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-12T01:01:29.885Z | process exited: duration 27456 ms, exit code 0 |
| |
| 82 | 2026-03-12T01:01:29.944Z | starting task 2: "authentication" |
| 83 | 2026-03-12T01:01:29.964Z | process exited: duration 31 ms, exit code 0 |
| |
| 84 | 2026-03-12T01:01:29.987Z | starting task 3: "clone repository" |
| 85 | 2026-03-12T01:01:29.999Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-12T01:01:29.999Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-12T01:01:30.024Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-12T01:01:40.468Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-12T01:01:40.468Z | + git fetch origin cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 |
| 90 | 2026-03-12T01:01:40.764Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-12T01:01:40.764Z | * branch cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 -> FETCH_HEAD |
| 92 | 2026-03-12T01:01:40.776Z | + [[ -n wc/sb-nvme-logpage-health ]] |
| 93 | 2026-03-12T01:01:40.779Z | ++ git branch --show-current |
| 94 | 2026-03-12T01:01:40.783Z | + current=main |
| 95 | 2026-03-12T01:01:40.783Z | + [[ main != wc/sb-nvme-logpage-health ]] |
| 96 | 2026-03-12T01:01:40.783Z | + git branch -f wc/sb-nvme-logpage-health cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 |
| 97 | 2026-03-12T01:01:40.786Z | + git checkout -f wc/sb-nvme-logpage-health |
| 98 | 2026-03-12T01:01:41.108Z | Switched to branch 'wc/sb-nvme-logpage-health' |
| 99 | 2026-03-12T01:01:41.112Z | + git reset --hard cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 |
| 100 | 2026-03-12T01:01:41.139Z | HEAD is now at cb97c8d56 sled-diagnostics: Capture nvmeadm health logpage |
| 101 | 2026-03-12T01:01:41.146Z | process exited: duration 11160 ms, exit code 0 |
| |
| 102 | 2026-03-12T01:01:41.154Z | starting task 4: "build" |
| 103 | 2026-03-12T01:01:41.160Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-12T01:01:41.163Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-12T01:01:41.163Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-12T01:01:41.163Z | + cargo --version |
| 107 | 2026-03-12T01:01:41.218Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-12T01:01:41.222Z | + rustc --version |
| 109 | 2026-03-12T01:01:41.294Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-12T01:01:41.298Z | + WORK=/work |
| 111 | 2026-03-12T01:01:41.298Z | + pfexec mkdir -p /work |
| 112 | 2026-03-12T01:01:41.302Z | + pfexec chown build /work |
| 113 | 2026-03-12T01:01:41.305Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-12T01:01:51.422Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-12T01:02:00.895Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-12T01:02:22.361Z | Planning: Solver setup ... Done (19.924s) |
| 117 | 2026-03-12T01:02:22.506Z | Planning: Running solver ... Done (0.145s) |
| 118 | 2026-03-12T01:02:22.688Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-03-12T01:02:22.700Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-12T01:02:22.826Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-12T01:02:22.871Z | Planning: Package planning ... Done (0.044s) |
| 122 | 2026-03-12T01:02:22.910Z | Planning: Merging actions ... Done (0.039s) |
| 123 | 2026-03-12T01:02:23.149Z | Planning: Checking for conflicting actions ... Done (0.239s) |
| 124 | 2026-03-12T01:02:23.159Z | Planning: Consolidating action changes ... Done (0.010s) |
| 125 | 2026-03-12T01:02:24.015Z | Planning: Evaluating mediators ... Done (0.856s) |
| 126 | 2026-03-12T01:02:24.023Z | Planning: Planning completed in 22.98 seconds |
| 127 | 2026-03-12T01:02:24.037Z | Packages to install: 4 |
| 128 | 2026-03-12T01:02:24.037Z | Mediators to change: 2 |
| 129 | 2026-03-12T01:02:24.040Z | Services to change: 1 |
| 130 | 2026-03-12T01:02:24.040Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-12T01:02:24.041Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-12T01:02:24.041Z | Create boot environment: No |
| 133 | 2026-03-12T01:02:24.041Z | Create backup boot environment: No |
| 134 | 2026-03-12T01:02:24.041Z | Rebuild boot archive: No |
| 135 | 2026-03-12T01:02:24.041Z | |
| 136 | 2026-03-12T01:02:24.041Z | Changed mediators: |
| 137 | 2026-03-12T01:02:24.041Z | mediator clang: |
| 138 | 2026-03-12T01:02:24.041Z | version: None -> 15 (system default) |
| 139 | 2026-03-12T01:02:24.041Z | |
| 140 | 2026-03-12T01:02:24.041Z | mediator llvm: |
| 141 | 2026-03-12T01:02:24.041Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-12T01:02:24.041Z | |
| 143 | 2026-03-12T01:02:24.041Z | Changed packages: |
| 144 | 2026-03-12T01:02:24.041Z | helios-dev |
| 145 | 2026-03-12T01:02:24.041Z | developer/build-essential |
| 146 | 2026-03-12T01:02:24.041Z | None -> 11-2.0 |
| 147 | 2026-03-12T01:02:24.041Z | library/libxmlsec1 |
| 148 | 2026-03-12T01:02:24.041Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-12T01:02:24.041Z | ooce/developer/clang-15 |
| 150 | 2026-03-12T01:02:24.041Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-12T01:02:24.041Z | ooce/developer/llvm-15 |
| 152 | 2026-03-12T01:02:24.041Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-12T01:02:24.041Z | |
| 154 | 2026-03-12T01:02:24.041Z | Services: |
| 155 | 2026-03-12T01:02:24.041Z | restart_fmri: |
| 156 | 2026-03-12T01:02:24.041Z | svc:/system/update-man-index:default |
| 157 | 2026-03-12T01:02:24.086Z | |
| 158 | 2026-03-12T01:02:24.086Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-12T01:02:29.868Z | Download: 1194/3290 items 81.7/212.6MB 38% complete (16.7M/s) |
| 160 | 2026-03-12T01:02:34.875Z | Download: 2598/3290 items 120.2/212.6MB 56% complete (12.5M/s) |
| 161 | 2026-03-12T01:02:40.803Z | Download: 3280/3290 items 209.0/212.6MB 98% complete (18.7M/s) |
| 162 | 2026-03-12T01:02:40.859Z | Download: Completed 212.60 MB in 16.77 seconds (12.7M/s) |
| 163 | 2026-03-12T01:02:41.078Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2026-03-12T01:02:45.280Z | Actions: Completed 3689 actions in 4.20 seconds. |
| 165 | 2026-03-12T01:02:45.979Z | Done (0.697s) |
| 166 | 2026-03-12T01:02:45.979Z | Done (0.000s) |
| 167 | 2026-03-12T01:02:46.890Z | Done (0.911s) |
| 168 | 2026-03-12T01:02:50.935Z | Done (3.687s) |
| 169 | 2026-03-12T01:02:51.017Z | Done (0.018s) |
| 170 | 2026-03-12T01:02:51.020Z | Done (0.000s) |
| 171 | 2026-03-12T01:02:51.175Z | Done (0.000s) |
| 172 | 2026-03-12T01:02:52.138Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-03-12T01:02:52.282Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-03-12T01:02:52.286Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-03-12T01:02:52.506Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-03-12T01:02:52.513Z | Planning: Planning completed in 0.37 seconds |
| 177 | 2026-03-12T01:02:52.533Z | Mediators to change: 2 |
| 178 | 2026-03-12T01:02:52.533Z | Create boot environment: No |
| 179 | 2026-03-12T01:02:52.533Z | Create backup boot environment: No |
| 180 | 2026-03-12T01:02:52.616Z | Done |
| 181 | 2026-03-12T01:02:52.616Z | Done |
| 182 | 2026-03-12T01:02:53.371Z | Done |
| 183 | 2026-03-12T01:02:56.711Z | Done |
| 184 | 2026-03-12T01:02:56.796Z | Done |
| 185 | 2026-03-12T01:02:56.801Z | Done |
| 186 | 2026-03-12T01:02:56.950Z | Done |
| 187 | 2026-03-12T01:02:57.495Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2026-03-12T01:02:57.498Z | Planning: Merging actions ... Done |
| 189 | 2026-03-12T01:02:57.663Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2026-03-12T01:02:57.666Z | Planning: Consolidating action changes ... Done |
| 191 | 2026-03-12T01:02:57.881Z | Planning: Evaluating mediators ... Done |
| 192 | 2026-03-12T01:02:57.925Z | Planning: Planning completed in 0.63 seconds |
| 193 | 2026-03-12T01:02:57.955Z | Packages to change: 1 |
| 194 | 2026-03-12T01:02:57.955Z | Mediators to change: 1 |
| 195 | 2026-03-12T01:02:57.960Z | Services to change: 1 |
| 196 | 2026-03-12T01:02:57.960Z | Create boot environment: No |
| 197 | 2026-03-12T01:02:57.960Z | Create backup boot environment: Yes |
| 198 | 2026-03-12T01:03:00.596Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2026-03-12T01:03:00.599Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2026-03-12T01:03:00.599Z | Done |
| 201 | 2026-03-12T01:03:00.599Z | Done |
| 202 | 2026-03-12T01:03:00.788Z | Done |
| 203 | 2026-03-12T01:03:04.102Z | Done |
| 204 | 2026-03-12T01:03:04.193Z | Done |
| 205 | 2026-03-12T01:03:04.197Z | Done |
| 206 | 2026-03-12T01:03:04.338Z | Done |
| 207 | 2026-03-12T01:03:04.716Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2026-03-12T01:03:04.716Z | clang system 15 system |
| 209 | 2026-03-12T01:03:04.717Z | csh system system illumos |
| 210 | 2026-03-12T01:03:04.717Z | ctags system system illumos |
| 211 | 2026-03-12T01:03:04.717Z | file system system illumos |
| 212 | 2026-03-12T01:03:04.717Z | gcc vendor 12 vendor |
| 213 | 2026-03-12T01:03:04.717Z | gcc system 10 system |
| 214 | 2026-03-12T01:03:04.717Z | gcc system 7 system |
| 215 | 2026-03-12T01:03:04.717Z | go system 1.20 system |
| 216 | 2026-03-12T01:03:04.717Z | go system 1.19 system |
| 217 | 2026-03-12T01:03:04.717Z | llvm system 15 system |
| 218 | 2026-03-12T01:03:04.717Z | llvm system 14 system |
| 219 | 2026-03-12T01:03:04.717Z | mariadb system 10.6 system |
| 220 | 2026-03-12T01:03:04.717Z | mta vendor vendor dma |
| 221 | 2026-03-12T01:03:04.717Z | openjdk system 17 system |
| 222 | 2026-03-12T01:03:04.717Z | openjdk system 11 system |
| 223 | 2026-03-12T01:03:04.718Z | openjdk system 1.8 system |
| 224 | 2026-03-12T01:03:04.718Z | openssl vendor 3 vendor |
| 225 | 2026-03-12T01:03:04.718Z | perl system 5.36 system |
| 226 | 2026-03-12T01:03:04.718Z | postgresql system 15 system |
| 227 | 2026-03-12T01:03:04.718Z | postgresql system 13 system |
| 228 | 2026-03-12T01:03:04.718Z | python vendor 3 vendor |
| 229 | 2026-03-12T01:03:04.718Z | python system 2 system |
| 230 | 2026-03-12T01:03:04.718Z | python3 system 3.11 system |
| 231 | 2026-03-12T01:03:04.718Z | ruby system 3.0 system |
| 232 | 2026-03-12T01:03:04.718Z | words vendor vendor american-english |
| 233 | 2026-03-12T01:03:04.718Z | words system system australian-english |
| 234 | 2026-03-12T01:03:04.718Z | words system system british-english |
| 235 | 2026-03-12T01:03:04.718Z | words system system canadian-english |
| 236 | 2026-03-12T01:03:04.719Z | words system system french |
| 237 | 2026-03-12T01:03:04.719Z | words system system italian |
| 238 | 2026-03-12T01:03:04.719Z | words system system ngerman |
| 239 | 2026-03-12T01:03:04.719Z | words system system ogerman |
| 240 | 2026-03-12T01:03:04.719Z | words system system spanish |
| 241 | 2026-03-12T01:03:05.019Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2026-03-12T01:03:05.019Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2026-03-12T01:03:10.894Z | FMRI IFO |
| 244 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2026-03-12T01:03:10.895Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2026-03-12T01:03:12.165Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2026-03-12T01:03:12.443Z | Updating crates.io index |
| 262 | 2026-03-12T01:03:12.485Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 263 | 2026-03-12T01:03:13.172Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-03-12T01:03:13.691Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-03-12T01:03:14.009Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-03-12T01:03:14.350Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2026-03-12T01:03:15.810Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2026-03-12T01:03:17.414Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2026-03-12T01:03:18.100Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 270 | 2026-03-12T01:03:18.727Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2026-03-12T01:03:19.458Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-03-12T01:03:19.968Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 273 | 2026-03-12T01:03:21.170Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2026-03-12T01:03:21.457Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 275 | 2026-03-12T01:03:22.022Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 276 | 2026-03-12T01:03:22.360Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 277 | 2026-03-12T01:03:23.236Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-03-12T01:03:23.933Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-03-12T01:03:24.227Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 280 | 2026-03-12T01:03:24.642Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 281 | 2026-03-12T01:03:25.106Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2026-03-12T01:03:25.351Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2026-03-12T01:03:25.859Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2026-03-12T01:03:26.100Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 285 | 2026-03-12T01:03:26.579Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2026-03-12T01:03:27.177Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 287 | 2026-03-12T01:03:27.652Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 288 | 2026-03-12T01:03:28.008Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 289 | 2026-03-12T01:03:28.307Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2026-03-12T01:03:29.565Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2026-03-12T01:03:30.572Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2026-03-12T01:03:30.873Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2026-03-12T01:03:31.208Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 294 | 2026-03-12T01:03:31.663Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 295 | 2026-03-12T01:03:32.210Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2026-03-12T01:03:32.448Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2026-03-12T01:03:32.858Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2026-03-12T01:03:33.182Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 299 | 2026-03-12T01:03:33.661Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 300 | 2026-03-12T01:03:48.168Z | Downloading crates ... |
| 301 | 2026-03-12T01:03:48.226Z | Downloaded form_urlencoded v1.2.2 |
| 302 | 2026-03-12T01:03:48.238Z | Downloaded icu_provider v2.1.1 |
| 303 | 2026-03-12T01:03:48.241Z | Downloaded icu_locale_core v2.1.1 |
| 304 | 2026-03-12T01:03:48.244Z | Downloaded zerofrom-derive v0.1.6 |
| 305 | 2026-03-12T01:03:48.247Z | Downloaded fnv v1.0.7 |
| 306 | 2026-03-12T01:03:48.247Z | Downloaded usdt v0.5.0 |
| 307 | 2026-03-12T01:03:48.247Z | Downloaded clap v4.5.60 |
| 308 | 2026-03-12T01:03:48.253Z | Downloaded unicode-linebreak v0.1.5 |
| 309 | 2026-03-12T01:03:48.256Z | Downloaded heck v0.4.1 |
| 310 | 2026-03-12T01:03:48.256Z | Downloaded cfg-if v1.0.4 |
| 311 | 2026-03-12T01:03:48.256Z | Downloaded idna_adapter v1.2.1 |
| 312 | 2026-03-12T01:03:48.259Z | Downloaded getrandom v0.4.1 |
| 313 | 2026-03-12T01:03:48.263Z | Downloaded toml_write v0.1.2 |
| 314 | 2026-03-12T01:03:48.263Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-03-12T01:03:48.263Z | Downloaded typeid v1.0.3 |
| 316 | 2026-03-12T01:03:48.263Z | Downloaded autocfg v1.5.0 |
| 317 | 2026-03-12T01:03:48.265Z | Downloaded thread-id v4.2.2 |
| 318 | 2026-03-12T01:03:48.265Z | Downloaded plain v0.2.3 |
| 319 | 2026-03-12T01:03:48.270Z | Downloaded litemap v0.8.1 |
| 320 | 2026-03-12T01:03:48.270Z | Downloaded fs-err v3.3.0 |
| 321 | 2026-03-12T01:03:48.270Z | Downloaded serde-untagged v0.1.9 |
| 322 | 2026-03-12T01:03:48.273Z | Downloaded equivalent v1.0.2 |
| 323 | 2026-03-12T01:03:48.273Z | Downloaded heck v0.5.0 |
| 324 | 2026-03-12T01:03:48.273Z | Downloaded anstyle-query v1.1.5 |
| 325 | 2026-03-12T01:03:48.276Z | Downloaded unicode-xid v0.2.6 |
| 326 | 2026-03-12T01:03:48.276Z | Downloaded yoke-derive v0.8.1 |
| 327 | 2026-03-12T01:03:48.276Z | Downloaded utf8_iter v1.0.4 |
| 328 | 2026-03-12T01:03:48.279Z | Downloaded anstream v0.6.21 |
| 329 | 2026-03-12T01:03:48.279Z | Downloaded zerofrom v0.1.6 |
| 330 | 2026-03-12T01:03:48.279Z | Downloaded ordered-float v2.10.1 |
| 331 | 2026-03-12T01:03:48.285Z | Downloaded version_check v0.9.5 |
| 332 | 2026-03-12T01:03:48.288Z | Downloaded usdt-attr-macro v0.5.0 |
| 333 | 2026-03-12T01:03:48.288Z | Downloaded smawk v0.3.2 |
| 334 | 2026-03-12T01:03:48.288Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-03-12T01:03:48.291Z | Downloaded potential_utf v0.1.4 |
| 336 | 2026-03-12T01:03:48.291Z | Downloaded typenum v1.19.0 |
| 337 | 2026-03-12T01:03:48.294Z | Downloaded is_terminal_polyfill v1.70.2 |
| 338 | 2026-03-12T01:03:48.294Z | Downloaded scroll v0.12.0 |
| 339 | 2026-03-12T01:03:48.294Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-03-12T01:03:48.297Z | Downloaded usdt-macro v0.5.0 |
| 341 | 2026-03-12T01:03:48.300Z | Downloaded tinystr v0.8.2 |
| 342 | 2026-03-12T01:03:48.300Z | Downloaded thiserror-impl v2.0.18 |
| 343 | 2026-03-12T01:03:48.300Z | Downloaded thiserror-impl v1.0.69 |
| 344 | 2026-03-12T01:03:48.303Z | Downloaded serde_spanned v0.6.9 |
| 345 | 2026-03-12T01:03:48.303Z | Downloaded serde-value v0.7.0 |
| 346 | 2026-03-12T01:03:48.303Z | Downloaded zerovec-derive v0.11.2 |
| 347 | 2026-03-12T01:03:48.308Z | Downloaded zmij v1.0.21 |
| 348 | 2026-03-12T01:03:48.308Z | Downloaded block-buffer v0.10.4 |
| 349 | 2026-03-12T01:03:48.310Z | Downloaded memmap v0.7.0 |
| 350 | 2026-03-12T01:03:48.311Z | Downloaded scroll_derive v0.12.1 |
| 351 | 2026-03-12T01:03:48.311Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-03-12T01:03:48.311Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-03-12T01:03:48.314Z | Downloaded textwrap v0.16.2 |
| 354 | 2026-03-12T01:03:48.316Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-03-12T01:03:48.319Z | Downloaded writeable v0.6.2 |
| 356 | 2026-03-12T01:03:48.319Z | Downloaded toml v0.8.23 |
| 357 | 2026-03-12T01:03:48.322Z | Downloaded yoke v0.8.1 |
| 358 | 2026-03-12T01:03:48.322Z | Downloaded unicode-ident v1.0.24 |
| 359 | 2026-03-12T01:03:48.326Z | Downloaded itoa v1.0.17 |
| 360 | 2026-03-12T01:03:48.326Z | Downloaded macaddr v1.0.1 |
| 361 | 2026-03-12T01:03:48.329Z | Downloaded errno v0.3.14 |
| 362 | 2026-03-12T01:03:48.329Z | Downloaded cpufeatures v0.2.17 |
| 363 | 2026-03-12T01:03:48.329Z | Downloaded zerocopy-derive v0.7.35 |
| 364 | 2026-03-12T01:03:48.332Z | Downloaded cargo_metadata v0.21.0 |
| 365 | 2026-03-12T01:03:48.333Z | Downloaded dtrace-parser v0.2.0 |
| 366 | 2026-03-12T01:03:48.335Z | Downloaded cargo_toml v0.21.0 |
| 367 | 2026-03-12T01:03:48.335Z | Downloaded pest_generator v2.8.6 |
| 368 | 2026-03-12T01:03:48.335Z | Downloaded erased-serde v0.4.9 |
| 369 | 2026-03-12T01:03:48.338Z | Downloaded stable_deref_trait v1.2.1 |
| 370 | 2026-03-12T01:03:48.338Z | Downloaded cargo-platform v0.2.0 |
| 371 | 2026-03-12T01:03:48.341Z | Downloaded percent-encoding v2.3.2 |
| 372 | 2026-03-12T01:03:48.341Z | Downloaded url v2.5.8 |
| 373 | 2026-03-12T01:03:48.344Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-03-12T01:03:48.347Z | Downloaded zerotrie v0.2.3 |
| 375 | 2026-03-12T01:03:48.350Z | Downloaded generic-array v0.14.7 |
| 376 | 2026-03-12T01:03:48.350Z | Downloaded colorchoice v1.0.4 |
| 377 | 2026-03-12T01:03:48.352Z | Downloaded swrite v0.1.0 |
| 378 | 2026-03-12T01:03:48.353Z | Downloaded pretty-hex v0.4.1 |
| 379 | 2026-03-12T01:03:48.355Z | Downloaded zerovec v0.11.5 |
| 380 | 2026-03-12T01:03:48.359Z | Downloaded quote v1.0.44 |
| 381 | 2026-03-12T01:03:48.362Z | Downloaded once_cell v1.21.3 |
| 382 | 2026-03-12T01:03:48.365Z | Downloaded clap_lex v1.0.0 |
| 383 | 2026-03-12T01:03:48.365Z | Downloaded crypto-common v0.1.7 |
| 384 | 2026-03-12T01:03:48.367Z | Downloaded zerocopy v0.7.35 |
| 385 | 2026-03-12T01:03:48.376Z | Downloaded strsim v0.11.1 |
| 386 | 2026-03-12T01:03:48.379Z | Downloaded winnow v0.7.14 |
| 387 | 2026-03-12T01:03:48.384Z | Downloaded proc-macro-error-attr v1.0.4 |
| 388 | 2026-03-12T01:03:48.387Z | Downloaded tabled_derive v0.7.0 |
| 389 | 2026-03-12T01:03:48.387Z | Downloaded fastrand v2.3.0 |
| 390 | 2026-03-12T01:03:48.387Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-03-12T01:03:48.390Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-03-12T01:03:48.394Z | Downloaded digest v0.10.7 |
| 393 | 2026-03-12T01:03:48.397Z | Downloaded bitflags v2.11.0 |
| 394 | 2026-03-12T01:03:48.400Z | Downloaded terminal_size v0.4.3 |
| 395 | 2026-03-12T01:03:48.400Z | Downloaded dof v0.3.0 |
| 396 | 2026-03-12T01:03:48.400Z | Downloaded camino v1.2.2 |
| 397 | 2026-03-12T01:03:48.403Z | Downloaded icu_collections v2.1.1 |
| 398 | 2026-03-12T01:03:48.406Z | Downloaded synstructure v0.13.2 |
| 399 | 2026-03-12T01:03:48.406Z | Downloaded anstyle v1.0.13 |
| 400 | 2026-03-12T01:03:48.408Z | Downloaded serde_tokenstream v0.2.3 |
| 401 | 2026-03-12T01:03:48.411Z | Downloaded anstyle-parse v0.2.7 |
| 402 | 2026-03-12T01:03:48.418Z | Downloaded camino-tempfile v1.4.1 |
| 403 | 2026-03-12T01:03:48.421Z | Downloaded bytecount v0.6.9 |
| 404 | 2026-03-12T01:03:48.423Z | Downloaded smallvec v1.15.1 |
| 405 | 2026-03-12T01:03:48.423Z | Downloaded sha2 v0.10.9 |
| 406 | 2026-03-12T01:03:48.426Z | Downloaded semver v1.0.27 |
| 407 | 2026-03-12T01:03:48.426Z | Downloaded proc-macro-error v1.0.4 |
| 408 | 2026-03-12T01:03:48.429Z | Downloaded byteorder v1.5.0 |
| 409 | 2026-03-12T01:03:48.440Z | Downloaded tempfile v3.25.0 |
| 410 | 2026-03-12T01:03:48.442Z | Downloaded clap_derive v4.5.55 |
| 411 | 2026-03-12T01:03:48.445Z | Downloaded pest_derive v2.8.6 |
| 412 | 2026-03-12T01:03:48.448Z | Downloaded icu_properties v2.1.2 |
| 413 | 2026-03-12T01:03:48.448Z | Downloaded displaydoc v0.2.5 |
| 414 | 2026-03-12T01:03:48.451Z | Downloaded icu_normalizer v2.1.1 |
| 415 | 2026-03-12T01:03:48.454Z | Downloaded pest v2.8.6 |
| 416 | 2026-03-12T01:03:48.463Z | Downloaded cargo-util-schemas v0.8.2 |
| 417 | 2026-03-12T01:03:48.466Z | Downloaded serde_derive v1.0.228 |
| 418 | 2026-03-12T01:03:48.469Z | Downloaded papergrid v0.11.0 |
| 419 | 2026-03-12T01:03:48.472Z | Downloaded num-traits v0.2.19 |
| 420 | 2026-03-12T01:03:48.472Z | Downloaded log v0.4.29 |
| 421 | 2026-03-12T01:03:48.490Z | Downloaded serde_core v1.0.228 |
| 422 | 2026-03-12T01:03:48.493Z | Downloaded anyhow v1.0.102 |
| 423 | 2026-03-12T01:03:48.501Z | Downloaded proc-macro2 v1.0.106 |
| 424 | 2026-03-12T01:03:48.504Z | Downloaded pest_meta v2.8.6 |
| 425 | 2026-03-12T01:03:48.508Z | Downloaded icu_normalizer_data v2.1.1 |
| 426 | 2026-03-12T01:03:48.513Z | Downloaded memchr v2.8.0 |
| 427 | 2026-03-12T01:03:48.517Z | Downloaded serde v1.0.228 |
| 428 | 2026-03-12T01:03:48.524Z | Downloaded clap_builder v4.5.60 |
| 429 | 2026-03-12T01:03:48.535Z | Downloaded indexmap v2.13.0 |
| 430 | 2026-03-12T01:03:48.551Z | Downloaded serde_json v1.0.149 |
| 431 | 2026-03-12T01:03:48.555Z | Downloaded idna v1.1.0 |
| 432 | 2026-03-12T01:03:48.559Z | Downloaded icu_properties_data v2.1.2 |
| 433 | 2026-03-12T01:03:48.565Z | Downloaded goblin v0.8.2 |
| 434 | 2026-03-12T01:03:48.569Z | Downloaded hashbrown v0.16.1 |
| 435 | 2026-03-12T01:03:48.588Z | Downloaded tabled v0.15.0 |
| 436 | 2026-03-12T01:03:48.599Z | Downloaded syn v1.0.109 |
| 437 | 2026-03-12T01:03:48.613Z | Downloaded syn v2.0.117 |
| 438 | 2026-03-12T01:03:48.626Z | Downloaded rustix v1.1.3 |
| 439 | 2026-03-12T01:03:48.652Z | Downloaded libc v0.2.180 |
| 440 | 2026-03-12T01:03:48.731Z | Compiling proc-macro2 v1.0.106 |
| 441 | 2026-03-12T01:03:48.734Z | Compiling quote v1.0.44 |
| 442 | 2026-03-12T01:03:48.734Z | Compiling unicode-ident v1.0.24 |
| 443 | 2026-03-12T01:03:48.734Z | Compiling serde_core v1.0.228 |
| 444 | 2026-03-12T01:03:48.734Z | Compiling libc v0.2.180 |
| 445 | 2026-03-12T01:03:48.734Z | Compiling version_check v0.9.5 |
| 446 | 2026-03-12T01:03:48.735Z | Compiling stable_deref_trait v1.2.1 |
| 447 | 2026-03-12T01:03:48.735Z | Compiling serde v1.0.228 |
| 448 | 2026-03-12T01:03:48.735Z | Compiling memchr v2.8.0 |
| 449 | 2026-03-12T01:03:48.944Z | Compiling zmij v1.0.21 |
| 450 | 2026-03-12T01:03:48.947Z | Compiling thiserror v1.0.69 |
| 451 | 2026-03-12T01:03:48.947Z | Compiling autocfg v1.5.0 |
| 452 | 2026-03-12T01:03:48.947Z | Compiling ucd-trie v0.1.7 |
| 453 | 2026-03-12T01:03:48.947Z | Compiling itoa v1.0.17 |
| 454 | 2026-03-12T01:03:48.947Z | Compiling writeable v0.6.2 |
| 455 | 2026-03-12T01:03:49.331Z | Compiling litemap v0.8.1 |
| 456 | 2026-03-12T01:03:49.334Z | Compiling rustix v1.1.3 |
| 457 | 2026-03-12T01:03:49.334Z | Compiling icu_properties_data v2.1.2 |
| 458 | 2026-03-12T01:03:49.483Z | Compiling icu_normalizer_data v2.1.1 |
| 459 | 2026-03-12T01:03:49.595Z | Compiling pest v2.8.6 |
| 460 | 2026-03-12T01:03:49.627Z | Compiling byteorder v1.5.0 |
| 461 | 2026-03-12T01:03:49.686Z | Compiling bitflags v2.11.0 |
| 462 | 2026-03-12T01:03:49.689Z | Compiling serde_json v1.0.149 |
| 463 | 2026-03-12T01:03:49.946Z | Compiling num-traits v0.2.19 |
| 464 | 2026-03-12T01:03:49.949Z | Compiling typeid v1.0.3 |
| 465 | 2026-03-12T01:03:50.143Z | Compiling equivalent v1.0.2 |
| 466 | 2026-03-12T01:03:50.146Z | Compiling smallvec v1.15.1 |
| 467 | 2026-03-12T01:03:50.323Z | Compiling hashbrown v0.16.1 |
| 468 | 2026-03-12T01:03:50.346Z | Compiling proc-macro-error-attr v1.0.4 |
| 469 | 2026-03-12T01:03:50.374Z | Compiling usdt-impl v0.5.0 |
| 470 | 2026-03-12T01:03:50.428Z | Compiling winnow v0.7.14 |
| 471 | 2026-03-12T01:03:50.482Z | Compiling toml_write v0.1.2 |
| 472 | 2026-03-12T01:03:50.538Z | Compiling erased-serde v0.4.9 |
| 473 | 2026-03-12T01:03:50.594Z | Compiling syn v1.0.109 |
| 474 | 2026-03-12T01:03:50.622Z | Compiling proc-macro-error v1.0.4 |
| 475 | 2026-03-12T01:03:50.703Z | Compiling percent-encoding v2.3.2 |
| 476 | 2026-03-12T01:03:50.848Z | Compiling errno v0.3.14 |
| 477 | 2026-03-12T01:03:50.851Z | Compiling thread-id v4.2.2 |
| 478 | 2026-03-12T01:03:50.918Z | Compiling utf8_iter v1.0.4 |
| 479 | 2026-03-12T01:03:50.948Z | Compiling utf8parse v0.2.2 |
| 480 | 2026-03-12T01:03:50.951Z | Compiling camino v1.2.2 |
| 481 | 2026-03-12T01:03:51.008Z | Compiling plain v0.2.3 |
| 482 | 2026-03-12T01:03:51.100Z | Compiling syn v2.0.117 |
| 483 | 2026-03-12T01:03:51.105Z | Compiling indexmap v2.13.0 |
| 484 | 2026-03-12T01:03:51.155Z | Compiling pest_meta v2.8.6 |
| 485 | 2026-03-12T01:03:51.158Z | Compiling thiserror v2.0.18 |
| 486 | 2026-03-12T01:03:51.182Z | Compiling getrandom v0.4.1 |
| 487 | 2026-03-12T01:03:51.265Z | Compiling log v0.4.29 |
| 488 | 2026-03-12T01:03:51.270Z | Compiling anstyle-parse v0.2.7 |
| 489 | 2026-03-12T01:03:51.522Z | Compiling form_urlencoded v1.2.2 |
| 490 | 2026-03-12T01:03:51.550Z | Compiling ordered-float v2.10.1 |
| 491 | 2026-03-12T01:03:51.616Z | Compiling cfg-if v1.0.4 |
| 492 | 2026-03-12T01:03:51.669Z | Compiling is_terminal_polyfill v1.70.2 |
| 493 | 2026-03-12T01:03:51.732Z | Compiling colorchoice v1.0.4 |
| 494 | 2026-03-12T01:03:51.786Z | Compiling pretty-hex v0.4.1 |
| 495 | 2026-03-12T01:03:51.816Z | Compiling anstyle-query v1.1.5 |
| 496 | 2026-03-12T01:03:51.845Z | Compiling anstyle v1.0.13 |
| 497 | 2026-03-12T01:03:51.963Z | Compiling fs-err v3.3.0 |
| 498 | 2026-03-12T01:03:51.993Z | Compiling fnv v1.0.7 |
| 499 | 2026-03-12T01:03:51.996Z | Compiling heck v0.5.0 |
| 500 | 2026-03-12T01:03:52.050Z | Compiling bytecount v0.6.9 |
| 501 | 2026-03-12T01:03:52.053Z | Compiling strsim v0.11.1 |
| 502 | 2026-03-12T01:03:52.107Z | Compiling anstream v0.6.21 |
| 503 | 2026-03-12T01:03:52.112Z | Compiling heck v0.4.1 |
| 504 | 2026-03-12T01:03:52.166Z | Compiling unicode-width v0.1.14 |
| 505 | 2026-03-12T01:03:52.244Z | Compiling terminal_size v0.4.3 |
| 506 | 2026-03-12T01:03:52.342Z | Compiling semver v1.0.27 |
| 507 | 2026-03-12T01:03:52.485Z | Compiling fastrand v2.3.0 |
| 508 | 2026-03-12T01:03:52.525Z | Compiling unicode-xid v0.2.6 |
| 509 | 2026-03-12T01:03:52.566Z | Compiling anyhow v1.0.102 |
| 510 | 2026-03-12T01:03:52.598Z | Compiling once_cell v1.21.3 |
| 511 | 2026-03-12T01:03:52.600Z | Compiling clap_lex v1.0.0 |
| 512 | 2026-03-12T01:03:52.601Z | Compiling papergrid v0.11.0 |
| 513 | 2026-03-12T01:03:52.710Z | Compiling memmap v0.7.0 |
| 514 | 2026-03-12T01:03:52.781Z | Compiling unicode-width v0.2.0 |
| 515 | 2026-03-12T01:03:52.826Z | Compiling tempfile v3.25.0 |
| 516 | 2026-03-12T01:03:52.855Z | Compiling serde-untagged v0.1.9 |
| 517 | 2026-03-12T01:03:52.957Z | Compiling clap_builder v4.5.60 |
| 518 | 2026-03-12T01:03:52.989Z | Compiling smawk v0.3.2 |
| 519 | 2026-03-12T01:03:53.018Z | Compiling unicode-linebreak v0.1.5 |
| 520 | 2026-03-12T01:03:53.180Z | Compiling camino-tempfile v1.4.1 |
| 521 | 2026-03-12T01:03:53.207Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 522 | 2026-03-12T01:03:53.232Z | Compiling swrite v0.1.0 |
| 523 | 2026-03-12T01:03:53.315Z | Compiling textwrap v0.16.2 |
| 524 | 2026-03-12T01:03:53.752Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-03-12T01:03:54.646Z | Compiling tabled v0.15.0 |
| 526 | 2026-03-12T01:03:54.781Z | Compiling synstructure v0.13.2 |
| 527 | 2026-03-12T01:03:54.781Z | Compiling pest_generator v2.8.6 |
| 528 | 2026-03-12T01:03:55.489Z | Compiling serde_derive v1.0.228 |
| 529 | 2026-03-12T01:03:55.489Z | Compiling zerofrom-derive v0.1.6 |
| 530 | 2026-03-12T01:03:55.492Z | Compiling yoke-derive v0.8.1 |
| 531 | 2026-03-12T01:03:55.492Z | Compiling zerovec-derive v0.11.2 |
| 532 | 2026-03-12T01:03:55.492Z | Compiling displaydoc v0.2.5 |
| 533 | 2026-03-12T01:03:55.543Z | Compiling thiserror-impl v1.0.69 |
| 534 | 2026-03-12T01:03:55.567Z | Compiling zerocopy-derive v0.7.35 |
| 535 | 2026-03-12T01:03:55.618Z | Compiling pest_derive v2.8.6 |
| 536 | 2026-03-12T01:03:55.642Z | Compiling scroll_derive v0.12.1 |
| 537 | 2026-03-12T01:03:55.697Z | Compiling thiserror-impl v2.0.18 |
| 538 | 2026-03-12T01:03:55.752Z | Compiling clap_derive v4.5.55 |
| 539 | 2026-03-12T01:03:56.542Z | Compiling scroll v0.12.0 |
| 540 | 2026-03-12T01:03:56.632Z | Compiling zerocopy v0.7.35 |
| 541 | 2026-03-12T01:03:56.850Z | Compiling goblin v0.8.2 |
| 542 | 2026-03-12T01:03:57.013Z | Compiling zerofrom v0.1.6 |
| 543 | 2026-03-12T01:03:57.141Z | Compiling dtrace-parser v0.2.0 |
| 544 | 2026-03-12T01:03:57.165Z | Compiling yoke v0.8.1 |
| 545 | 2026-03-12T01:03:57.370Z | Compiling zerovec v0.11.5 |
| 546 | 2026-03-12T01:03:57.370Z | Compiling zerotrie v0.2.3 |
| 547 | 2026-03-12T01:03:57.535Z | Compiling clap v4.5.60 |
| 548 | 2026-03-12T01:03:57.986Z | Compiling tinystr v0.8.2 |
| 549 | 2026-03-12T01:03:57.986Z | Compiling potential_utf v0.1.4 |
| 550 | 2026-03-12T01:03:58.131Z | Compiling icu_collections v2.1.1 |
| 551 | 2026-03-12T01:03:58.212Z | Compiling icu_locale_core v2.1.1 |
| 552 | 2026-03-12T01:03:58.804Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-03-12T01:03:58.804Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-03-12T01:03:58.804Z | Compiling serde-value v0.7.0 |
| 555 | 2026-03-12T01:03:58.807Z | Compiling cargo-platform v0.2.0 |
| 556 | 2026-03-12T01:03:58.807Z | Compiling macaddr v1.0.1 |
| 557 | 2026-03-12T01:03:58.828Z | Compiling dof v0.3.0 |
| 558 | 2026-03-12T01:03:58.831Z | Compiling serde_tokenstream v0.2.3 |
| 559 | 2026-03-12T01:03:58.991Z | Compiling icu_provider v2.1.1 |
| 560 | 2026-03-12T01:03:59.079Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-03-12T01:03:59.305Z | Compiling icu_properties v2.1.2 |
| 562 | 2026-03-12T01:03:59.305Z | Compiling icu_normalizer v2.1.1 |
| 563 | 2026-03-12T01:03:59.792Z | Compiling usdt-macro v0.5.0 |
| 564 | 2026-03-12T01:03:59.795Z | Compiling usdt-attr-macro v0.5.0 |
| 565 | 2026-03-12T01:04:00.457Z | Compiling idna_adapter v1.2.1 |
| 566 | 2026-03-12T01:04:00.592Z | Compiling idna v1.1.0 |
| 567 | 2026-03-12T01:04:00.687Z | Compiling usdt v0.5.0 |
| 568 | 2026-03-12T01:04:00.894Z | Compiling toml v0.8.23 |
| 569 | 2026-03-12T01:04:00.935Z | Compiling url v2.5.8 |
| 570 | 2026-03-12T01:04:01.362Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-03-12T01:04:01.479Z | Compiling cargo-util-schemas v0.8.2 |
| 572 | 2026-03-12T01:04:02.598Z | Compiling cargo_metadata v0.21.0 |
| 573 | 2026-03-12T01:04:03.872Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 574 | 2026-03-12T01:04:06.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.87s |
| 575 | 2026-03-12T01:04:07.093Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 576 | 2026-03-12T01:04:07.804Z | Downloading crates ... |
| 577 | 2026-03-12T01:04:07.934Z | Downloaded array-init v0.0.4 |
| 578 | 2026-03-12T01:04:07.937Z | Downloaded assert_matches v1.5.0 |
| 579 | 2026-03-12T01:04:07.940Z | Downloaded arrayvec v0.7.6 |
| 580 | 2026-03-12T01:04:07.945Z | Downloaded crc-catalog v2.4.0 |
| 581 | 2026-03-12T01:04:07.948Z | Downloaded base16ct v1.0.0 |
| 582 | 2026-03-12T01:04:07.951Z | Downloaded cfg_aliases v0.1.1 |
| 583 | 2026-03-12T01:04:07.954Z | Downloaded bitflags v1.3.2 |
| 584 | 2026-03-12T01:04:07.958Z | Downloaded cstr-argument v0.1.2 |
| 585 | 2026-03-12T01:04:07.961Z | Downloaded critical-section v1.2.0 |
| 586 | 2026-03-12T01:04:07.964Z | Downloaded bcs v0.1.6 |
| 587 | 2026-03-12T01:04:07.968Z | Downloaded float-cmp v0.10.0 |
| 588 | 2026-03-12T01:04:07.971Z | Downloaded aes v0.8.4 |
| 589 | 2026-03-12T01:04:07.976Z | Downloaded cancel-safe-futures v0.1.5 |
| 590 | 2026-03-12T01:04:07.980Z | Downloaded const-oid v0.9.6 |
| 591 | 2026-03-12T01:04:07.984Z | Downloaded bit-vec v0.6.3 |
| 592 | 2026-03-12T01:04:07.989Z | Downloaded castaway v0.2.4 |
| 593 | 2026-03-12T01:04:07.992Z | Downloaded aead v0.5.2 |
| 594 | 2026-03-12T01:04:07.995Z | Downloaded ascii-canvas v3.0.0 |
| 595 | 2026-03-12T01:04:07.997Z | Downloaded derive_more v0.99.20 |
| 596 | 2026-03-12T01:04:08.003Z | Downloaded flagset v0.4.7 |
| 597 | 2026-03-12T01:04:08.007Z | Downloaded foreign-types-shared v0.3.1 |
| 598 | 2026-03-12T01:04:08.010Z | Downloaded fallible-iterator v0.2.0 |
| 599 | 2026-03-12T01:04:08.014Z | Downloaded arrayref v0.3.9 |
| 600 | 2026-03-12T01:04:08.017Z | Downloaded async-trait v0.1.89 |
| 601 | 2026-03-12T01:04:08.022Z | Downloaded dyn-clone v1.0.20 |
| 602 | 2026-03-12T01:04:08.027Z | Downloaded bit-set v0.5.3 |
| 603 | 2026-03-12T01:04:08.030Z | Downloaded fxhash v0.2.1 |
| 604 | 2026-03-12T01:04:08.033Z | Downloaded futures-sink v0.3.32 |
| 605 | 2026-03-12T01:04:08.036Z | Downloaded crc8 v0.1.1 |
| 606 | 2026-03-12T01:04:08.039Z | Downloaded display-error-chain v0.2.2 |
| 607 | 2026-03-12T01:04:08.042Z | Downloaded fixedbitset v0.5.7 |
| 608 | 2026-03-12T01:04:08.045Z | Downloaded cpufeatures v0.3.0 |
| 609 | 2026-03-12T01:04:08.049Z | Downloaded foreign-types-shared v0.1.1 |
| 610 | 2026-03-12T01:04:08.052Z | Downloaded darling_macro v0.21.3 |
| 611 | 2026-03-12T01:04:08.055Z | Downloaded fixedbitset v0.4.2 |
| 612 | 2026-03-12T01:04:08.058Z | Downloaded defmt-parser v1.0.0 |
| 613 | 2026-03-12T01:04:08.061Z | Downloaded dsl_auto_type v0.1.3 |
| 614 | 2026-03-12T01:04:08.064Z | Downloaded buf-list v1.1.2 |
| 615 | 2026-03-12T01:04:08.068Z | Downloaded blowfish v0.9.1 |
| 616 | 2026-03-12T01:04:08.072Z | Downloaded diesel-dtrace v0.4.2 |
| 617 | 2026-03-12T01:04:08.075Z | Downloaded darling_core v0.20.11 |
| 618 | 2026-03-12T01:04:08.081Z | Downloaded env_filter v1.0.0 |
| 619 | 2026-03-12T01:04:08.084Z | Downloaded foreign-types v0.3.2 |
| 620 | 2026-03-12T01:04:08.087Z | Downloaded fd-lock v4.0.4 |
| 621 | 2026-03-12T01:04:08.091Z | Downloaded endian-type v0.1.2 |
| 622 | 2026-03-12T01:04:08.094Z | Downloaded dirs-next v2.0.0 |
| 623 | 2026-03-12T01:04:08.097Z | Downloaded convert_case v0.4.0 |
| 624 | 2026-03-12T01:04:08.100Z | Downloaded csv-core v0.1.13 |
| 625 | 2026-03-12T01:04:08.103Z | Downloaded cfg_aliases v0.2.1 |
| 626 | 2026-03-12T01:04:08.106Z | Downloaded futures-macro v0.3.32 |
| 627 | 2026-03-12T01:04:08.110Z | Downloaded foreign-types v0.5.0 |
| 628 | 2026-03-12T01:04:08.112Z | Downloaded erased-serde v0.3.31 |
| 629 | 2026-03-12T01:04:08.116Z | Downloaded defmt-macros v1.0.1 |
| 630 | 2026-03-12T01:04:08.120Z | Downloaded ghash v0.5.1 |
| 631 | 2026-03-12T01:04:08.123Z | Downloaded derive_builder_macro v0.20.2 |
| 632 | 2026-03-12T01:04:08.126Z | Downloaded der_derive v0.7.3 |
| 633 | 2026-03-12T01:04:08.129Z | Downloaded dunce v1.0.5 |
| 634 | 2026-03-12T01:04:08.132Z | Downloaded fatfs v0.3.6 |
| 635 | 2026-03-12T01:04:08.136Z | Downloaded funty v2.0.0 |
| 636 | 2026-03-12T01:04:08.139Z | Downloaded filetime v0.2.27 |
| 637 | 2026-03-12T01:04:08.142Z | Downloaded futures-executor v0.3.32 |
| 638 | 2026-03-12T01:04:08.146Z | Downloaded git-stub v1.0.0 |
| 639 | 2026-03-12T01:04:08.149Z | Downloaded foreign-types-macros v0.2.3 |
| 640 | 2026-03-12T01:04:08.152Z | Downloaded hex-literal v0.4.1 |
| 641 | 2026-03-12T01:04:08.155Z | Downloaded dof v0.4.0 |
| 642 | 2026-03-12T01:04:08.158Z | Downloaded headers-core v0.3.0 |
| 643 | 2026-03-12T01:04:08.160Z | Downloaded hostname v0.4.2 |
| 644 | 2026-03-12T01:04:08.163Z | Downloaded hex v0.4.3 |
| 645 | 2026-03-12T01:04:08.166Z | Downloaded argon2 v0.5.3 |
| 646 | 2026-03-12T01:04:08.183Z | Downloaded hash32 v0.3.1 |
| 647 | 2026-03-12T01:04:08.186Z | Downloaded http-body v1.0.1 |
| 648 | 2026-03-12T01:04:08.189Z | Downloaded find-msvc-tools v0.1.9 |
| 649 | 2026-03-12T01:04:08.193Z | Downloaded fs-err v2.11.0 |
| 650 | 2026-03-12T01:04:08.196Z | Downloaded fs_extra v1.3.0 |
| 651 | 2026-03-12T01:04:08.199Z | Downloaded hubpack_derive v0.1.1 |
| 652 | 2026-03-12T01:04:08.202Z | Downloaded convert_case v0.10.0 |
| 653 | 2026-03-12T01:04:08.206Z | Downloaded hubpack v0.1.2 |
| 654 | 2026-03-12T01:04:08.209Z | Downloaded httpdate v1.0.3 |
| 655 | 2026-03-12T01:04:08.211Z | Downloaded ahash v0.8.12 |
| 656 | 2026-03-12T01:04:08.216Z | Downloaded hyper-tls v0.6.0 |
| 657 | 2026-03-12T01:04:08.218Z | Downloaded diesel_derives v2.2.7 |
| 658 | 2026-03-12T01:04:08.222Z | Downloaded ident_case v1.0.1 |
| 659 | 2026-03-12T01:04:08.225Z | Downloaded globset v0.4.18 |
| 660 | 2026-03-12T01:04:08.228Z | Downloaded glob v0.3.3 |
| 661 | 2026-03-12T01:04:08.231Z | Downloaded inout v0.1.4 |
| 662 | 2026-03-12T01:04:08.233Z | Downloaded indoc v1.0.9 |
| 663 | 2026-03-12T01:04:08.237Z | Downloaded internet-checksum v0.2.1 |
| 664 | 2026-03-12T01:04:08.241Z | Downloaded des v0.8.1 |
| 665 | 2026-03-12T01:04:08.244Z | Downloaded libscf-sys v1.1.0 |
| 666 | 2026-03-12T01:04:08.247Z | Downloaded is_ci v1.2.0 |
| 667 | 2026-03-12T01:04:08.249Z | Downloaded linked-hash-map v0.5.6 |
| 668 | 2026-03-12T01:04:08.252Z | Downloaded group v0.13.0 |
| 669 | 2026-03-12T01:04:08.255Z | Downloaded is-terminal v0.4.17 |
| 670 | 2026-03-12T01:04:08.255Z | Downloaded instability v0.3.11 |
| 671 | 2026-03-12T01:04:08.258Z | Downloaded keccak v0.1.6 |
| 672 | 2026-03-12T01:04:08.261Z | Downloaded kstat-rs v0.2.4 |
| 673 | 2026-03-12T01:04:08.265Z | Downloaded colored v3.1.1 |
| 674 | 2026-03-12T01:04:08.268Z | Downloaded elliptic-curve v0.13.8 |
| 675 | 2026-03-12T01:04:08.272Z | Downloaded crc32fast v1.5.0 |
| 676 | 2026-03-12T01:04:08.275Z | Downloaded futures-channel v0.3.32 |
| 677 | 2026-03-12T01:04:08.278Z | Downloaded bzip2 v0.6.1 |
| 678 | 2026-03-12T01:04:08.281Z | Downloaded http-body-util v0.1.3 |
| 679 | 2026-03-12T01:04:08.285Z | Downloaded lalrpop-util v0.19.12 |
| 680 | 2026-03-12T01:04:08.288Z | Downloaded env_logger v0.11.9 |
| 681 | 2026-03-12T01:04:08.290Z | Downloaded maybe-uninit v2.0.0 |
| 682 | 2026-03-12T01:04:08.293Z | Downloaded match_cfg v0.1.0 |
| 683 | 2026-03-12T01:04:08.296Z | Downloaded managed v0.8.0 |
| 684 | 2026-03-12T01:04:08.299Z | Downloaded lzss v0.8.2 |
| 685 | 2026-03-12T01:04:08.302Z | Downloaded mime v0.3.17 |
| 686 | 2026-03-12T01:04:08.306Z | Downloaded memoffset v0.9.1 |
| 687 | 2026-03-12T01:04:08.309Z | Downloaded md-5 v0.10.6 |
| 688 | 2026-03-12T01:04:08.309Z | Downloaded cargo_toml v0.22.3 |
| 689 | 2026-03-12T01:04:08.311Z | Downloaded bytes v1.11.1 |
| 690 | 2026-03-12T01:04:08.315Z | Downloaded newtype-uuid-macros v0.1.0 |
| 691 | 2026-03-12T01:04:08.318Z | Downloaded multimap v0.10.1 |
| 692 | 2026-03-12T01:04:08.321Z | Downloaded nibble_vec v0.1.0 |
| 693 | 2026-03-12T01:04:08.324Z | Downloaded indoc v2.0.7 |
| 694 | 2026-03-12T01:04:08.327Z | Downloaded ingot-types v0.1.2 |
| 695 | 2026-03-12T01:04:08.330Z | Downloaded newline-converter v0.3.0 |
| 696 | 2026-03-12T01:04:08.333Z | Downloaded lazy_static v1.5.0 |
| 697 | 2026-03-12T01:04:08.336Z | Downloaded jobserver v0.1.34 |
| 698 | 2026-03-12T01:04:08.339Z | Downloaded nodrop v0.1.14 |
| 699 | 2026-03-12T01:04:08.342Z | Downloaded ipnet v2.11.0 |
| 700 | 2026-03-12T01:04:08.344Z | Downloaded num-iter v0.1.45 |
| 701 | 2026-03-12T01:04:08.347Z | Downloaded hmac v0.12.1 |
| 702 | 2026-03-12T01:04:08.350Z | Downloaded normalize-line-endings v0.3.0 |
| 703 | 2026-03-12T01:04:08.352Z | Downloaded num v0.4.3 |
| 704 | 2026-03-12T01:04:08.352Z | Downloaded num-derive v0.4.2 |
| 705 | 2026-03-12T01:04:08.355Z | Downloaded backon v1.6.0 |
| 706 | 2026-03-12T01:04:08.359Z | Downloaded ipnetwork v0.21.1 |
| 707 | 2026-03-12T01:04:08.362Z | Downloaded diff v0.1.13 |
| 708 | 2026-03-12T01:04:08.365Z | Downloaded cookie_store v0.22.1 |
| 709 | 2026-03-12T01:04:08.368Z | Downloaded allocator-api2 v0.2.21 |
| 710 | 2026-03-12T01:04:08.372Z | Downloaded olpc-cjson v0.1.4 |
| 711 | 2026-03-12T01:04:08.374Z | Downloaded getrandom v0.3.4 |
| 712 | 2026-03-12T01:04:08.378Z | Downloaded libloading v0.8.9 |
| 713 | 2026-03-12T01:04:08.381Z | Downloaded openssl-macros v0.1.1 |
| 714 | 2026-03-12T01:04:08.384Z | Downloaded openssl-probe v0.1.6 |
| 715 | 2026-03-12T01:04:08.388Z | Downloaded lock_api v0.4.14 |
| 716 | 2026-03-12T01:04:08.388Z | Downloaded opaque-debug v0.3.1 |
| 717 | 2026-03-12T01:04:08.391Z | Downloaded hyper-rustls v0.27.7 |
| 718 | 2026-03-12T01:04:08.393Z | Downloaded oso-derive v0.27.3 |
| 719 | 2026-03-12T01:04:08.396Z | Downloaded packed_struct_codegen v0.10.1 |
| 720 | 2026-03-12T01:04:08.399Z | Downloaded mime_guess v2.0.5 |
| 721 | 2026-03-12T01:04:08.402Z | Downloaded iana-time-zone v0.1.65 |
| 722 | 2026-03-12T01:04:08.404Z | Downloaded getrandom v0.2.17 |
| 723 | 2026-03-12T01:04:08.407Z | Downloaded multer v3.1.0 |
| 724 | 2026-03-12T01:04:08.410Z | Downloaded half v2.7.1 |
| 725 | 2026-03-12T01:04:08.414Z | Downloaded peg-runtime v0.8.5 |
| 726 | 2026-03-12T01:04:08.416Z | Downloaded newtype-uuid v1.3.2 |
| 727 | 2026-03-12T01:04:08.419Z | Downloaded nu-ansi-term v0.50.3 |
| 728 | 2026-03-12T01:04:08.422Z | Downloaded num-complex v0.4.6 |
| 729 | 2026-03-12T01:04:08.424Z | Downloaded parse-display v0.10.0 |
| 730 | 2026-03-12T01:04:08.427Z | Downloaded pbkdf2 v0.11.0 |
| 731 | 2026-03-12T01:04:08.430Z | Downloaded ingot-macros v0.1.1 |
| 732 | 2026-03-12T01:04:08.433Z | Downloaded pbkdf2 v0.12.2 |
| 733 | 2026-03-12T01:04:08.436Z | Downloaded ingot v0.1.1 |
| 734 | 2026-03-12T01:04:08.439Z | Downloaded hyper-staticfile v0.10.1 |
| 735 | 2026-03-12T01:04:08.442Z | Downloaded native-tls v0.2.18 |
| 736 | 2026-03-12T01:04:08.442Z | Downloaded parse-size v1.1.0 |
| 737 | 2026-03-12T01:04:08.447Z | Downloaded nanorand v0.7.0 |
| 738 | 2026-03-12T01:04:08.447Z | Downloaded path-slash v0.1.5 |
| 739 | 2026-03-12T01:04:08.450Z | Downloaded compact_str v0.8.1 |
| 740 | 2026-03-12T01:04:08.453Z | Downloaded dropshot_endpoint v0.16.7 |
| 741 | 2026-03-12T01:04:08.458Z | Downloaded hickory-client v0.25.2 |
| 742 | 2026-03-12T01:04:08.461Z | Downloaded num_enum v0.7.5 |
| 743 | 2026-03-12T01:04:08.466Z | Downloaded phf_shared v0.13.1 |
| 744 | 2026-03-12T01:04:08.470Z | Downloaded pin-utils v0.1.0 |
| 745 | 2026-03-12T01:04:08.470Z | Downloaded num-rational v0.4.2 |
| 746 | 2026-03-12T01:04:08.473Z | Downloaded darling_core v0.21.3 |
| 747 | 2026-03-12T01:04:08.476Z | Downloaded num_enum_derive v0.7.5 |
| 748 | 2026-03-12T01:04:08.479Z | Downloaded openssl-probe v0.2.1 |
| 749 | 2026-03-12T01:04:08.482Z | Downloaded memmap2 v0.9.10 |
| 750 | 2026-03-12T01:04:08.485Z | Downloaded predicates-tree v1.0.13 |
| 751 | 2026-03-12T01:04:08.485Z | Downloaded precomputed-hash v0.1.1 |
| 752 | 2026-03-12T01:04:08.488Z | Downloaded indexmap v1.9.3 |
| 753 | 2026-03-12T01:04:08.491Z | Downloaded crypto-bigint v0.5.5 |
| 754 | 2026-03-12T01:04:08.496Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 755 | 2026-03-12T01:04:08.499Z | Downloaded aes-gcm v0.10.3 |
| 756 | 2026-03-12T01:04:08.503Z | Downloaded predicates-core v1.0.10 |
| 757 | 2026-03-12T01:04:08.506Z | Downloaded ignore v0.4.25 |
| 758 | 2026-03-12T01:04:08.509Z | Downloaded proc-macro-crate v1.3.1 |
| 759 | 2026-03-12T01:04:08.509Z | Downloaded headers v0.4.1 |
| 760 | 2026-03-12T01:04:08.513Z | Downloaded pem-rfc7468 v0.7.0 |
| 761 | 2026-03-12T01:04:08.516Z | Downloaded peg v0.8.5 |
| 762 | 2026-03-12T01:04:08.520Z | Downloaded psl-types v2.0.11 |
| 763 | 2026-03-12T01:04:08.524Z | Downloaded progenitor-macro v0.11.2 |
| 764 | 2026-03-12T01:04:08.527Z | Downloaded progenitor-macro v0.13.0 |
| 765 | 2026-03-12T01:04:08.527Z | Downloaded progenitor-client v0.11.2 |
| 766 | 2026-03-12T01:04:08.530Z | Downloaded proc-macro-crate v3.4.0 |
| 767 | 2026-03-12T01:04:08.533Z | Downloaded paste v1.0.15 |
| 768 | 2026-03-12T01:04:08.535Z | Downloaded progenitor-macro v0.10.0 |
| 769 | 2026-03-12T01:04:08.535Z | Downloaded password-hash v0.4.2 |
| 770 | 2026-03-12T01:04:08.538Z | Downloaded phf v0.12.1 |
| 771 | 2026-03-12T01:04:08.542Z | Downloaded libbz2-rs-sys v0.2.2 |
| 772 | 2026-03-12T01:04:08.545Z | Downloaded arc-swap v1.8.2 |
| 773 | 2026-03-12T01:04:08.548Z | Downloaded pem v3.0.6 |
| 774 | 2026-03-12T01:04:08.550Z | Downloaded futures v0.3.32 |
| 775 | 2026-03-12T01:04:08.553Z | Downloaded quick-error v1.2.3 |
| 776 | 2026-03-12T01:04:08.556Z | Downloaded phf_shared v0.12.1 |
| 777 | 2026-03-12T01:04:08.559Z | Downloaded num_enum v0.5.11 |
| 778 | 2026-03-12T01:04:08.562Z | Downloaded radium v0.7.0 |
| 779 | 2026-03-12T01:04:08.565Z | Downloaded rand_chacha v0.3.1 |
| 780 | 2026-03-12T01:04:08.568Z | Downloaded pkcs8 v0.10.2 |
| 781 | 2026-03-12T01:04:08.571Z | Downloaded ed25519-dalek v2.2.0 |
| 782 | 2026-03-12T01:04:08.573Z | Downloaded omicron-zone-package v0.12.2 |
| 783 | 2026-03-12T01:04:08.576Z | Downloaded ppv-lite86 v0.2.21 |
| 784 | 2026-03-12T01:04:08.579Z | Downloaded postgres-protocol v0.6.10 |
| 785 | 2026-03-12T01:04:08.582Z | Downloaded polyval v0.6.2 |
| 786 | 2026-03-12T01:04:08.584Z | Downloaded predicates v3.1.4 |
| 787 | 2026-03-12T01:04:08.593Z | Downloaded flate2 v1.1.9 |
| 788 | 2026-03-12T01:04:08.593Z | Downloaded rand_xorshift v0.4.0 |
| 789 | 2026-03-12T01:04:08.593Z | Downloaded recursive v0.1.1 |
| 790 | 2026-03-12T01:04:08.596Z | Downloaded ref-cast-impl v1.0.25 |
| 791 | 2026-03-12T01:04:08.597Z | Downloaded ref-cast v1.0.25 |
| 792 | 2026-03-12T01:04:08.600Z | Downloaded progenitor v0.13.0 |
| 793 | 2026-03-12T01:04:08.602Z | Downloaded heapless v0.7.17 |
| 794 | 2026-03-12T01:04:08.605Z | Downloaded progenitor v0.11.2 |
| 795 | 2026-03-12T01:04:08.608Z | Downloaded parking_lot_core v0.9.12 |
| 796 | 2026-03-12T01:04:08.611Z | Downloaded progenitor-client v0.10.0 |
| 797 | 2026-03-12T01:04:08.613Z | Downloaded proc-macro-error2 v2.0.1 |
| 798 | 2026-03-12T01:04:08.616Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 799 | 2026-03-12T01:04:08.620Z | Downloaded heapless v0.8.0 |
| 800 | 2026-03-12T01:04:08.623Z | Downloaded rfc6979 v0.4.0 |
| 801 | 2026-03-12T01:04:08.623Z | Downloaded progenitor-extras v0.1.1 |
| 802 | 2026-03-12T01:04:08.626Z | Downloaded psm v0.1.30 |
| 803 | 2026-03-12T01:04:08.629Z | Downloaded rtoolbox v0.0.3 |
| 804 | 2026-03-12T01:04:08.632Z | Downloaded progenitor-client v0.13.0 |
| 805 | 2026-03-12T01:04:08.632Z | Downloaded peg-macros v0.8.5 |
| 806 | 2026-03-12T01:04:08.635Z | Downloaded hickory-resolver v0.24.4 |
| 807 | 2026-03-12T01:04:08.638Z | Downloaded rustc-hash v2.1.1 |
| 808 | 2026-03-12T01:04:08.640Z | Downloaded russh-cryptovec v0.7.3 |
| 809 | 2026-03-12T01:04:08.640Z | Downloaded rustc_version v0.1.7 |
| 810 | 2026-03-12T01:04:08.643Z | Downloaded hickory-resolver v0.25.2 |
| 811 | 2026-03-12T01:04:08.646Z | Downloaded cc v1.2.56 |
| 812 | 2026-03-12T01:04:08.649Z | Downloaded pkg-config v0.3.32 |
| 813 | 2026-03-12T01:04:08.654Z | Downloaded pkcs5 v0.7.1 |
| 814 | 2026-03-12T01:04:08.659Z | Downloaded r2d2 v0.8.10 |
| 815 | 2026-03-12T01:04:08.659Z | Downloaded rustc_version v0.4.1 |
| 816 | 2026-03-12T01:04:08.659Z | Downloaded pkcs1 v0.7.5 |
| 817 | 2026-03-12T01:04:08.661Z | Downloaded pin-project-lite v0.2.17 |
| 818 | 2026-03-12T01:04:08.666Z | Downloaded rand_chacha v0.9.0 |
| 819 | 2026-03-12T01:04:08.669Z | Downloaded expectorate v1.2.0 |
| 820 | 2026-03-12T01:04:08.671Z | Downloaded rand_core v0.9.5 |
| 821 | 2026-03-12T01:04:08.674Z | Downloaded oso v0.27.3 |
| 822 | 2026-03-12T01:04:08.677Z | Downloaded postgres-types v0.2.12 |
| 823 | 2026-03-12T01:04:08.679Z | Downloaded rand_seeder v0.4.0 |
| 824 | 2026-03-12T01:04:08.682Z | Downloaded same-file v1.0.6 |
| 825 | 2026-03-12T01:04:08.684Z | Downloaded sapling-renderdag v0.1.0 |
| 826 | 2026-03-12T01:04:08.687Z | Downloaded rand_core v0.10.0 |
| 827 | 2026-03-12T01:04:08.690Z | Downloaded salsa20 v0.10.2 |
| 828 | 2026-03-12T01:04:08.690Z | Downloaded postcard v1.1.3 |
| 829 | 2026-03-12T01:04:08.692Z | Downloaded parking_lot_core v0.8.6 |
| 830 | 2026-03-12T01:04:08.695Z | Downloaded miniz_oxide v0.8.9 |
| 831 | 2026-03-12T01:04:08.699Z | Downloaded scroll_derive v0.13.1 |
| 832 | 2026-03-12T01:04:08.702Z | Downloaded scopeguard v1.2.0 |
| 833 | 2026-03-12T01:04:08.702Z | Downloaded crossbeam-channel v0.5.15 |
| 834 | 2026-03-12T01:04:08.705Z | Downloaded resolv-conf v0.7.6 |
| 835 | 2026-03-12T01:04:08.708Z | Downloaded hashbrown v0.13.2 |
| 836 | 2026-03-12T01:04:08.710Z | Downloaded derive_more-impl v2.1.1 |
| 837 | 2026-03-12T01:04:08.715Z | Downloaded phf v0.13.1 |
| 838 | 2026-03-12T01:04:08.719Z | Downloaded parking_lot v0.12.5 |
| 839 | 2026-03-12T01:04:08.721Z | Downloaded progenitor v0.10.0 |
| 840 | 2026-03-12T01:04:08.724Z | Downloaded primeorder v0.13.6 |
| 841 | 2026-03-12T01:04:08.724Z | Downloaded serde-big-array v0.5.1 |
| 842 | 2026-03-12T01:04:08.727Z | Downloaded seq-macro v0.3.6 |
| 843 | 2026-03-12T01:04:08.730Z | Downloaded indicatif v0.18.4 |
| 844 | 2026-03-12T01:04:08.733Z | Downloaded serde_spanned v1.0.4 |
| 845 | 2026-03-12T01:04:08.735Z | Downloaded dropshot-api-manager v0.6.0 |
| 846 | 2026-03-12T01:04:08.738Z | Downloaded secrecy v0.10.3 |
| 847 | 2026-03-12T01:04:08.741Z | Downloaded secrecy v0.8.0 |
| 848 | 2026-03-12T01:04:08.741Z | Downloaded serde_repr v0.1.20 |
| 849 | 2026-03-12T01:04:08.744Z | Downloaded serde_bytes v0.11.19 |
| 850 | 2026-03-12T01:04:08.746Z | Downloaded sha1 v0.10.6 |
| 851 | 2026-03-12T01:04:08.746Z | Downloaded quinn-udp v0.5.14 |
| 852 | 2026-03-12T01:04:08.750Z | Downloaded rustls-native-certs v0.8.3 |
| 853 | 2026-03-12T01:04:08.753Z | Downloaded serde_urlencoded v0.7.1 |
| 854 | 2026-03-12T01:04:08.756Z | Downloaded rustls-pemfile v1.0.4 |
| 855 | 2026-03-12T01:04:08.756Z | Downloaded jiff-static v0.2.21 |
| 856 | 2026-03-12T01:04:08.758Z | Downloaded signal-hook-tokio v0.3.1 |
| 857 | 2026-03-12T01:04:08.762Z | Downloaded sigpipe v0.1.3 |
| 858 | 2026-03-12T01:04:08.762Z | Downloaded signature v2.2.0 |
| 859 | 2026-03-12T01:04:08.765Z | Downloaded signal-hook-mio v0.2.5 |
| 860 | 2026-03-12T01:04:08.769Z | Downloaded shell-words v1.1.1 |
| 861 | 2026-03-12T01:04:08.769Z | Downloaded siphasher v1.0.2 |
| 862 | 2026-03-12T01:04:08.772Z | Downloaded papergrid v0.17.0 |
| 863 | 2026-03-12T01:04:08.774Z | Downloaded rusty-fork v0.3.1 |
| 864 | 2026-03-12T01:04:08.777Z | Downloaded prefix-trie v0.7.0 |
| 865 | 2026-03-12T01:04:08.780Z | Downloaded scheduled-thread-pool v0.2.7 |
| 866 | 2026-03-12T01:04:08.780Z | Downloaded p256 v0.13.2 |
| 867 | 2026-03-12T01:04:08.783Z | Downloaded slog-bunyan v2.5.0 |
| 868 | 2026-03-12T01:04:08.785Z | Downloaded rustversion v1.0.22 |
| 869 | 2026-03-12T01:04:08.788Z | Downloaded openssl-sys v0.9.111 |
| 870 | 2026-03-12T01:04:08.791Z | Downloaded minimal-lexical v0.2.1 |
| 871 | 2026-03-12T01:04:08.795Z | Downloaded slog-envlogger v2.2.0 |
| 872 | 2026-03-12T01:04:08.798Z | Downloaded scrypt v0.11.0 |
| 873 | 2026-03-12T01:04:08.801Z | Downloaded scroll v0.13.0 |
| 874 | 2026-03-12T01:04:08.801Z | Downloaded schemars_derive v0.8.22 |
| 875 | 2026-03-12T01:04:08.804Z | Downloaded rand_core v0.6.4 |
| 876 | 2026-03-12T01:04:08.807Z | Downloaded progenitor-impl v0.10.0 |
| 877 | 2026-03-12T01:04:08.807Z | Downloaded hashbrown v0.12.3 |
| 878 | 2026-03-12T01:04:08.810Z | Downloaded powerfmt v0.2.0 |
| 879 | 2026-03-12T01:04:08.813Z | Downloaded der v0.7.10 |
| 880 | 2026-03-12T01:04:08.816Z | Downloaded ssh-encoding v0.2.0 |
| 881 | 2026-03-12T01:04:08.820Z | Downloaded semver v0.1.20 |
| 882 | 2026-03-12T01:04:08.823Z | Downloaded sct v0.7.1 |
| 883 | 2026-03-12T01:04:08.823Z | Downloaded serde_derive_internals v0.29.1 |
| 884 | 2026-03-12T01:04:08.825Z | Downloaded hickory-server v0.25.2 |
| 885 | 2026-03-12T01:04:08.829Z | Downloaded ssh-cipher v0.2.0 |
| 886 | 2026-03-12T01:04:08.831Z | Downloaded serde-hex v0.1.0 |
| 887 | 2026-03-12T01:04:08.834Z | Downloaded progenitor-impl v0.13.0 |
| 888 | 2026-03-12T01:04:08.837Z | Downloaded http v1.4.0 |
| 889 | 2026-03-12T01:04:08.840Z | Downloaded derive_more v2.1.1 |
| 890 | 2026-03-12T01:04:08.848Z | Downloaded structmeta v0.3.0 |
| 891 | 2026-03-12T01:04:08.850Z | Downloaded strip-ansi-escapes v0.2.1 |
| 892 | 2026-03-12T01:04:08.853Z | Downloaded sec1 v0.7.3 |
| 893 | 2026-03-12T01:04:08.853Z | Downloaded sqlparser_derive v0.5.0 |
| 894 | 2026-03-12T01:04:08.856Z | Downloaded serde_plain v1.0.2 |
| 895 | 2026-03-12T01:04:08.856Z | Downloaded russh-keys v0.45.0 |
| 896 | 2026-03-12T01:04:08.859Z | Downloaded crossterm v0.29.0 |
| 897 | 2026-03-12T01:04:08.864Z | Downloaded slog-async v2.8.0 |
| 898 | 2026-03-12T01:04:08.866Z | Downloaded strum v0.27.2 |
| 899 | 2026-03-12T01:04:08.869Z | Downloaded strum v0.26.3 |
| 900 | 2026-03-12T01:04:08.869Z | Downloaded structmeta-derive v0.3.0 |
| 901 | 2026-03-12T01:04:08.872Z | Downloaded slab v0.4.12 |
| 902 | 2026-03-12T01:04:08.872Z | Downloaded signal-hook-registry v1.4.8 |
| 903 | 2026-03-12T01:04:08.875Z | Downloaded sync_wrapper v1.0.2 |
| 904 | 2026-03-12T01:04:08.875Z | Downloaded sync-ptr v0.1.4 |
| 905 | 2026-03-12T01:04:08.875Z | Downloaded slog-stdlog v4.1.1 |
| 906 | 2026-03-12T01:04:08.878Z | Downloaded simd-adler32 v0.3.8 |
| 907 | 2026-03-12T01:04:08.881Z | Downloaded subtle v2.6.1 |
| 908 | 2026-03-12T01:04:08.881Z | Downloaded shlex v1.3.0 |
| 909 | 2026-03-12T01:04:08.883Z | Downloaded smf v0.2.3 |
| 910 | 2026-03-12T01:04:08.883Z | Downloaded smallvec v0.6.14 |
| 911 | 2026-03-12T01:04:08.886Z | Downloaded slog-term v2.9.2 |
| 912 | 2026-03-12T01:04:08.889Z | Downloaded slog-json v2.6.1 |
| 913 | 2026-03-12T01:04:08.889Z | Downloaded snafu-derive v0.8.9 |
| 914 | 2026-03-12T01:04:08.893Z | Downloaded tabled_derive v0.11.0 |
| 915 | 2026-03-12T01:04:08.893Z | Downloaded rcgen v0.12.1 |
| 916 | 2026-03-12T01:04:08.896Z | Downloaded tap v1.0.1 |
| 917 | 2026-03-12T01:04:08.896Z | Downloaded itertools v0.10.5 |
| 918 | 2026-03-12T01:04:08.901Z | Downloaded testing_table v0.3.0 |
| 919 | 2026-03-12T01:04:08.904Z | Downloaded progenitor-impl v0.11.2 |
| 920 | 2026-03-12T01:04:08.907Z | Downloaded tagptr v0.2.0 |
| 921 | 2026-03-12T01:04:08.907Z | Downloaded take_mut v0.2.2 |
| 922 | 2026-03-12T01:04:08.910Z | Downloaded spki v0.7.3 |
| 923 | 2026-03-12T01:04:08.910Z | Downloaded tabwriter v1.4.1 |
| 924 | 2026-03-12T01:04:08.913Z | Downloaded mio v1.1.1 |
| 925 | 2026-03-12T01:04:08.916Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 926 | 2026-03-12T01:04:08.918Z | Downloaded serde_path_to_error v0.1.20 |
| 927 | 2026-03-12T01:04:08.919Z | Downloaded serde_cbor v0.11.2 |
| 928 | 2026-03-12T01:04:08.921Z | Downloaded termtree v0.5.1 |
| 929 | 2026-03-12T01:04:08.924Z | Downloaded time-core v0.1.8 |
| 930 | 2026-03-12T01:04:08.924Z | Downloaded slog-dtrace v0.3.0 |
| 931 | 2026-03-12T01:04:08.927Z | Downloaded hyper-util v0.1.20 |
| 932 | 2026-03-12T01:04:08.931Z | Downloaded pin-project v1.1.11 |
| 933 | 2026-03-12T01:04:08.939Z | Downloaded stringprep v0.1.5 |
| 934 | 2026-03-12T01:04:08.942Z | Downloaded tinyvec_macros v0.1.1 |
| 935 | 2026-03-12T01:04:08.942Z | Downloaded string_cache v0.8.9 |
| 936 | 2026-03-12T01:04:08.945Z | Downloaded stacker v0.1.23 |
| 937 | 2026-03-12T01:04:08.948Z | Downloaded sqlformat v0.3.5 |
| 938 | 2026-03-12T01:04:08.948Z | Downloaded serde_with_macros v3.17.0 |
| 939 | 2026-03-12T01:04:08.951Z | Downloaded rustls-pki-types v1.14.0 |
| 940 | 2026-03-12T01:04:08.953Z | Downloaded strum_macros v0.24.3 |
| 941 | 2026-03-12T01:04:08.953Z | Downloaded rustls-platform-verifier v0.6.2 |
| 942 | 2026-03-12T01:04:08.956Z | Downloaded rustls-pemfile v2.2.0 |
| 943 | 2026-03-12T01:04:08.960Z | Downloaded crossterm v0.28.1 |
| 944 | 2026-03-12T01:04:08.965Z | Downloaded strum_macros v0.26.4 |
| 945 | 2026-03-12T01:04:08.968Z | Downloaded prettyplease v0.2.37 |
| 946 | 2026-03-12T01:04:08.971Z | Downloaded poly1305 v0.8.0 |
| 947 | 2026-03-12T01:04:08.974Z | Downloaded supports-color v3.0.2 |
| 948 | 2026-03-12T01:04:08.974Z | Downloaded support-bundle-viewer v0.1.2 |
| 949 | 2026-03-12T01:04:08.977Z | Downloaded schemars v0.8.22 |
| 950 | 2026-03-12T01:04:08.983Z | Downloaded topological-sort v0.2.2 |
| 951 | 2026-03-12T01:04:08.986Z | Downloaded slog-scope v4.4.1 |
| 952 | 2026-03-12T01:04:08.988Z | Downloaded ron v0.8.1 |
| 953 | 2026-03-12T01:04:08.991Z | Downloaded ryu v1.0.23 |
| 954 | 2026-03-12T01:04:08.994Z | Downloaded publicsuffix v2.3.0 |
| 955 | 2026-03-12T01:04:08.997Z | Downloaded pin-project-internal v1.1.11 |
| 956 | 2026-03-12T01:04:09.000Z | Downloaded parking_lot v0.11.2 |
| 957 | 2026-03-12T01:04:09.000Z | Downloaded owo-colors v4.3.0 |
| 958 | 2026-03-12T01:04:09.003Z | Downloaded parse-display-derive v0.10.0 |
| 959 | 2026-03-12T01:04:09.003Z | Downloaded password-hash v0.5.0 |
| 960 | 2026-03-12T01:04:09.006Z | Downloaded try-lock v0.2.5 |
| 961 | 2026-03-12T01:04:09.006Z | Downloaded termios v0.3.3 |
| 962 | 2026-03-12T01:04:09.009Z | Downloaded qorb v0.4.1 |
| 963 | 2026-03-12T01:04:09.012Z | Downloaded thread-id v5.1.0 |
| 964 | 2026-03-12T01:04:09.012Z | Downloaded spin v0.9.8 |
| 965 | 2026-03-12T01:04:09.014Z | Downloaded time-macros v0.2.27 |
| 966 | 2026-03-12T01:04:09.017Z | Downloaded thread_local v1.1.9 |
| 967 | 2026-03-12T01:04:09.020Z | Downloaded thiserror-no-std v2.0.2 |
| 968 | 2026-03-12T01:04:09.023Z | Downloaded num-bigint v0.4.6 |
| 969 | 2026-03-12T01:04:09.026Z | Downloaded quinn v0.11.9 |
| 970 | 2026-03-12T01:04:09.030Z | Downloaded trait-variant v0.1.2 |
| 971 | 2026-03-12T01:04:09.033Z | Downloaded tls_codec v0.4.2 |
| 972 | 2026-03-12T01:04:09.033Z | Downloaded static_assertions v1.1.0 |
| 973 | 2026-03-12T01:04:09.033Z | Downloaded signal-hook v0.3.18 |
| 974 | 2026-03-12T01:04:09.036Z | Downloaded oxide-tokio-rt v0.1.2 |
| 975 | 2026-03-12T01:04:09.039Z | Downloaded darling_core v0.23.0 |
| 976 | 2026-03-12T01:04:09.042Z | Downloaded tiny-keccak v2.0.2 |
| 977 | 2026-03-12T01:04:09.045Z | Downloaded packed_struct v0.10.1 |
| 978 | 2026-03-12T01:04:09.045Z | Downloaded tokio-rustls v0.25.0 |
| 979 | 2026-03-12T01:04:09.048Z | Downloaded rand v0.8.5 |
| 980 | 2026-03-12T01:04:09.050Z | Downloaded oxnet v0.1.4 |
| 981 | 2026-03-12T01:04:09.053Z | Downloaded md5 v0.7.0 |
| 982 | 2026-03-12T01:04:09.053Z | Downloaded base64 v0.22.1 |
| 983 | 2026-03-12T01:04:09.056Z | Downloaded iddqd v0.3.17 |
| 984 | 2026-03-12T01:04:09.060Z | Downloaded tokio-native-tls v0.3.1 |
| 985 | 2026-03-12T01:04:09.063Z | Downloaded tls_codec_derive v0.4.2 |
| 986 | 2026-03-12T01:04:09.066Z | Downloaded litrs v1.0.0 |
| 987 | 2026-03-12T01:04:09.069Z | Downloaded typify-macro v0.6.1 |
| 988 | 2026-03-12T01:04:09.069Z | Downloaded tower-layer v0.3.3 |
| 989 | 2026-03-12T01:04:09.069Z | Downloaded flume v0.11.1 |
| 990 | 2026-03-12T01:04:09.075Z | Downloaded unarray v0.1.4 |
| 991 | 2026-03-12T01:04:09.075Z | Downloaded universal-hash v0.5.1 |
| 992 | 2026-03-12T01:04:09.075Z | Downloaded untrusted v0.7.1 |
| 993 | 2026-03-12T01:04:09.075Z | Downloaded usdt-attr-macro v0.6.0 |
| 994 | 2026-03-12T01:04:09.080Z | Downloaded untrusted v0.9.0 |
| 995 | 2026-03-12T01:04:09.080Z | Downloaded tokio-macros v2.6.0 |
| 996 | 2026-03-12T01:04:09.080Z | Downloaded term v0.7.0 |
| 997 | 2026-03-12T01:04:09.082Z | Downloaded pretty_assertions v1.4.1 |
| 998 | 2026-03-12T01:04:09.082Z | Downloaded nom v7.1.3 |
| 999 | 2026-03-12T01:04:09.086Z | Downloaded iri-string v0.7.10 |
| 1000 | 2026-03-12T01:04:09.091Z | Downloaded tokio-tungstenite v0.23.1 |
| 1001 | 2026-03-12T01:04:09.094Z | Downloaded rsa v0.9.10 |
| 1002 | 2026-03-12T01:04:09.098Z | Downloaded hashbrown v0.15.5 |
| 1003 | 2026-03-12T01:04:09.102Z | Downloaded void v1.0.2 |
| 1004 | 2026-03-12T01:04:09.105Z | Downloaded utf-8 v0.7.6 |
| 1005 | 2026-03-12T01:04:09.105Z | Downloaded socket2 v0.6.2 |
| 1006 | 2026-03-12T01:04:09.107Z | Downloaded itertools v0.13.0 |
| 1007 | 2026-03-12T01:04:09.111Z | Downloaded socket2 v0.5.10 |
| 1008 | 2026-03-12T01:04:09.114Z | Downloaded typify-macro v0.4.3 |
| 1009 | 2026-03-12T01:04:09.114Z | Downloaded itertools v0.12.1 |
| 1010 | 2026-03-12T01:04:09.119Z | Downloaded num-bigint-dig v0.8.6 |
| 1011 | 2026-03-12T01:04:09.123Z | Downloaded tower-service v0.3.3 |
| 1012 | 2026-03-12T01:04:09.126Z | Downloaded unit-prefix v0.5.2 |
| 1013 | 2026-03-12T01:04:09.126Z | Downloaded usdt v0.6.0 |
| 1014 | 2026-03-12T01:04:09.126Z | Downloaded unicode-truncate v1.1.0 |
| 1015 | 2026-03-12T01:04:09.128Z | Downloaded tokio-tungstenite v0.21.0 |
| 1016 | 2026-03-12T01:04:09.131Z | Downloaded tokio-dtrace v0.1.1 |
| 1017 | 2026-03-12T01:04:09.131Z | Downloaded similar v2.7.0 |
| 1018 | 2026-03-12T01:04:09.134Z | Downloaded slog v2.8.2 |
| 1019 | 2026-03-12T01:04:09.137Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1020 | 2026-03-12T01:04:09.139Z | Downloaded libxml v0.3.3 |
| 1021 | 2026-03-12T01:04:09.144Z | Downloaded futures-util v0.3.32 |
| 1022 | 2026-03-12T01:04:09.153Z | Downloaded waitgroup v0.1.2 |
| 1023 | 2026-03-12T01:04:09.156Z | Downloaded xshell-macros v0.2.7 |
| 1024 | 2026-03-12T01:04:09.156Z | Downloaded want v0.3.1 |
| 1025 | 2026-03-12T01:04:09.156Z | Downloaded wait-timeout v0.2.1 |
| 1026 | 2026-03-12T01:04:09.158Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1027 | 2026-03-12T01:04:09.159Z | Downloaded rayon-core v1.13.0 |
| 1028 | 2026-03-12T01:04:09.161Z | Downloaded tokio-stream v0.1.18 |
| 1029 | 2026-03-12T01:04:09.164Z | Downloaded subprocess v0.2.15 |
| 1030 | 2026-03-12T01:04:09.167Z | Downloaded strum_macros v0.27.2 |
| 1031 | 2026-03-12T01:04:09.170Z | Downloaded schemars v0.9.0 |
| 1032 | 2026-03-12T01:04:09.178Z | Downloaded xattr v1.6.1 |
| 1033 | 2026-03-12T01:04:09.181Z | Downloaded hkdf v0.12.4 |
| 1034 | 2026-03-12T01:04:09.184Z | Downloaded tokio-rustls v0.26.4 |
| 1035 | 2026-03-12T01:04:09.184Z | Downloaded h2 v0.4.13 |
| 1036 | 2026-03-12T01:04:09.189Z | Downloaded usdt-macro v0.6.0 |
| 1037 | 2026-03-12T01:04:09.192Z | Downloaded snafu v0.8.9 |
| 1038 | 2026-03-12T01:04:09.195Z | Downloaded zone v0.3.1 |
| 1039 | 2026-03-12T01:04:09.197Z | Downloaded usdt-impl v0.6.0 |
| 1040 | 2026-03-12T01:04:09.198Z | Downloaded test-strategy v0.4.5 |
| 1041 | 2026-03-12T01:04:09.200Z | Downloaded twox-hash v2.1.2 |
| 1042 | 2026-03-12T01:04:09.203Z | Downloaded tui-tree-widget v0.23.1 |
| 1043 | 2026-03-12T01:04:09.203Z | Downloaded tar v0.4.44 |
| 1044 | 2026-03-12T01:04:09.206Z | Downloaded tracing-attributes v0.1.31 |
| 1045 | 2026-03-12T01:04:09.209Z | Downloaded unicase v2.9.0 |
| 1046 | 2026-03-12T01:04:09.209Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1047 | 2026-03-12T01:04:09.212Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1048 | 2026-03-12T01:04:09.212Z | Downloaded aho-corasick v1.1.4 |
| 1049 | 2026-03-12T01:04:09.216Z | Downloaded term v1.2.1 |
| 1050 | 2026-03-12T01:04:09.218Z | Downloaded samael v0.0.19 |
| 1051 | 2026-03-12T01:04:09.225Z | Downloaded zone_cfg_derive v0.3.1 |
| 1052 | 2026-03-12T01:04:09.226Z | Downloaded itertools v0.14.0 |
| 1053 | 2026-03-12T01:04:09.233Z | Downloaded vergen-lib v0.1.6 |
| 1054 | 2026-03-12T01:04:09.236Z | Downloaded tokio-rustls v0.24.1 |
| 1055 | 2026-03-12T01:04:09.238Z | Downloaded vergen-gitcl v1.0.8 |
| 1056 | 2026-03-12T01:04:09.243Z | Downloaded vergen-git2 v1.0.7 |
| 1057 | 2026-03-12T01:04:09.243Z | Downloaded rustls-webpki v0.103.9 |
| 1058 | 2026-03-12T01:04:09.246Z | Downloaded vsss-rs v3.3.4 |
| 1059 | 2026-03-12T01:04:09.247Z | Downloaded walkdir v2.5.0 |
| 1060 | 2026-03-12T01:04:09.249Z | Downloaded rand v0.9.2 |
| 1061 | 2026-03-12T01:04:09.253Z | Downloaded whoami v2.1.0 |
| 1062 | 2026-03-12T01:04:09.253Z | Downloaded whoami v1.6.1 |
| 1063 | 2026-03-12T01:04:09.256Z | Downloaded xshell v0.2.7 |
| 1064 | 2026-03-12T01:04:09.256Z | Downloaded toml v0.7.8 |
| 1065 | 2026-03-12T01:04:09.259Z | Downloaded uzers v0.12.2 |
| 1066 | 2026-03-12T01:04:09.259Z | Downloaded schemars v1.2.1 |
| 1067 | 2026-03-12T01:04:09.269Z | Downloaded xz2 v0.1.7 |
| 1068 | 2026-03-12T01:04:09.272Z | Downloaded vergen v9.0.6 |
| 1069 | 2026-03-12T01:04:09.275Z | Downloaded zeroize_derive v1.4.3 |
| 1070 | 2026-03-12T01:04:09.275Z | Downloaded wyz v0.5.1 |
| 1071 | 2026-03-12T01:04:09.275Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1072 | 2026-03-12T01:04:09.278Z | Downloaded unicode-properties v0.1.4 |
| 1073 | 2026-03-12T01:04:09.281Z | Downloaded rand v0.10.0 |
| 1074 | 2026-03-12T01:04:09.283Z | Downloaded hyper v1.8.1 |
| 1075 | 2026-03-12T01:04:09.287Z | Downloaded libm v0.2.16 |
| 1076 | 2026-03-12T01:04:09.294Z | Downloaded typify v0.4.3 |
| 1077 | 2026-03-12T01:04:09.297Z | Downloaded tungstenite v0.23.0 |
| 1078 | 2026-03-12T01:04:09.299Z | Downloaded zeroize v1.8.2 |
| 1079 | 2026-03-12T01:04:09.302Z | Downloaded tungstenite v0.21.0 |
| 1080 | 2026-03-12T01:04:09.305Z | Downloaded russh v0.45.0 |
| 1081 | 2026-03-12T01:04:09.308Z | Downloaded typify v0.6.1 |
| 1082 | 2026-03-12T01:04:09.311Z | Downloaded tinyvec v1.10.0 |
| 1083 | 2026-03-12T01:04:09.314Z | Downloaded phf_shared v0.11.3 |
| 1084 | 2026-03-12T01:04:09.314Z | Downloaded base64 v0.21.7 |
| 1085 | 2026-03-12T01:04:09.317Z | Downloaded rustyline v14.0.0 |
| 1086 | 2026-03-12T01:04:09.320Z | Downloaded ar_archive_writer v0.5.1 |
| 1087 | 2026-03-12T01:04:09.323Z | Downloaded num-integer v0.1.46 |
| 1088 | 2026-03-12T01:04:09.323Z | Downloaded p521 v0.13.3 |
| 1089 | 2026-03-12T01:04:09.326Z | Downloaded libefi-sys v0.1.0 |
| 1090 | 2026-03-12T01:04:09.329Z | Downloaded chacha20poly1305 v0.10.1 |
| 1091 | 2026-03-12T01:04:09.329Z | Downloaded bumpalo v3.20.2 |
| 1092 | 2026-03-12T01:04:09.332Z | Downloaded maplit v1.0.2 |
| 1093 | 2026-03-12T01:04:09.332Z | Downloaded libsw-core v0.3.2 |
| 1094 | 2026-03-12T01:04:09.335Z | Downloaded httparse v1.10.1 |
| 1095 | 2026-03-12T01:04:09.338Z | Downloaded humantime v2.3.0 |
| 1096 | 2026-03-12T01:04:09.338Z | Downloaded const_format v0.2.35 |
| 1097 | 2026-03-12T01:04:09.340Z | Downloaded num_threads v0.1.7 |
| 1098 | 2026-03-12T01:04:09.343Z | Downloaded num_enum_derive v0.5.11 |
| 1099 | 2026-03-12T01:04:09.343Z | Downloaded linear-map v1.2.0 |
| 1100 | 2026-03-12T01:04:09.343Z | Downloaded libsw v3.5.0 |
| 1101 | 2026-03-12T01:04:09.346Z | Downloaded derive-where v1.6.0 |
| 1102 | 2026-03-12T01:04:09.349Z | Downloaded unicode-bidi v0.3.18 |
| 1103 | 2026-03-12T01:04:09.352Z | Downloaded blake3 v1.8.3 |
| 1104 | 2026-03-12T01:04:09.355Z | Downloaded tracing-core v0.1.36 |
| 1105 | 2026-03-12T01:04:09.358Z | Downloaded zstd-safe v7.2.4 |
| 1106 | 2026-03-12T01:04:09.361Z | Downloaded zstd v0.13.3 |
| 1107 | 2026-03-12T01:04:09.361Z | Downloaded highway v1.3.0 |
| 1108 | 2026-03-12T01:04:09.364Z | Downloaded crc-any v2.5.0 |
| 1109 | 2026-03-12T01:04:09.367Z | Downloaded ron v0.12.0 |
| 1110 | 2026-03-12T01:04:09.371Z | Downloaded zerocopy v0.6.6 |
| 1111 | 2026-03-12T01:04:09.374Z | Downloaded rpassword v7.4.0 |
| 1112 | 2026-03-12T01:04:09.378Z | Downloaded nonempty v0.12.0 |
| 1113 | 2026-03-12T01:04:09.378Z | Downloaded newtype_derive v0.1.6 |
| 1114 | 2026-03-12T01:04:09.378Z | Downloaded num-derive v0.3.3 |
| 1115 | 2026-03-12T01:04:09.381Z | Downloaded num-conv v0.2.0 |
| 1116 | 2026-03-12T01:04:09.381Z | Downloaded new_debug_unreachable v1.0.6 |
| 1117 | 2026-03-12T01:04:09.381Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1118 | 2026-03-12T01:04:09.381Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1119 | 2026-03-12T01:04:09.384Z | Downloaded yasna v0.5.2 |
| 1120 | 2026-03-12T01:04:09.387Z | Downloaded foldhash v0.2.0 |
| 1121 | 2026-03-12T01:04:09.387Z | Downloaded half v1.8.3 |
| 1122 | 2026-03-12T01:04:09.389Z | Downloaded lru-slab v0.1.2 |
| 1123 | 2026-03-12T01:04:09.389Z | Downloaded lru-cache v0.1.2 |
| 1124 | 2026-03-12T01:04:09.392Z | Downloaded lru v0.12.5 |
| 1125 | 2026-03-12T01:04:09.392Z | Downloaded chacha20 v0.10.0 |
| 1126 | 2026-03-12T01:04:09.395Z | Downloaded uuid v1.21.0 |
| 1127 | 2026-03-12T01:04:09.398Z | Downloaded tokio-postgres v0.7.16 |
| 1128 | 2026-03-12T01:04:09.401Z | Downloaded ssh-key v0.6.7 |
| 1129 | 2026-03-12T01:04:09.405Z | Downloaded unsafe-libyaml v0.2.11 |
| 1130 | 2026-03-12T01:04:09.408Z | Downloaded reedline v0.40.0 |
| 1131 | 2026-03-12T01:04:09.413Z | Downloaded zopfli v0.8.3 |
| 1132 | 2026-03-12T01:04:09.416Z | Downloaded aws-lc-rs v1.16.0 |
| 1133 | 2026-03-12T01:04:09.422Z | Downloaded bitfield v0.19.4 |
| 1134 | 2026-03-12T01:04:09.425Z | Downloaded blake2 v0.10.6 |
| 1135 | 2026-03-12T01:04:09.425Z | Downloaded ciborium v0.2.2 |
| 1136 | 2026-03-12T01:04:09.428Z | Downloaded unicode_categories v0.1.1 |
| 1137 | 2026-03-12T01:04:09.431Z | Downloaded async-bb8-diesel v0.2.1 |
| 1138 | 2026-03-12T01:04:09.431Z | Downloaded derive_builder v0.20.2 |
| 1139 | 2026-03-12T01:04:09.434Z | Downloaded cbc v0.1.2 |
| 1140 | 2026-03-12T01:04:09.436Z | Downloaded cookie v0.18.1 |
| 1141 | 2026-03-12T01:04:09.439Z | Downloaded crossbeam-epoch v0.9.18 |
| 1142 | 2026-03-12T01:04:09.439Z | Downloaded instant v0.1.13 |
| 1143 | 2026-03-12T01:04:09.442Z | Downloaded indent_write v2.2.0 |
| 1144 | 2026-03-12T01:04:09.442Z | Downloaded ed25519 v2.2.3 |
| 1145 | 2026-03-12T01:04:09.445Z | Downloaded git-stub-vcs v0.1.0 |
| 1146 | 2026-03-12T01:04:09.445Z | Downloaded clang-sys v1.8.1 |
| 1147 | 2026-03-12T01:04:09.448Z | Downloaded zip v0.6.6 |
| 1148 | 2026-03-12T01:04:09.451Z | Downloaded chrono v0.4.44 |
| 1149 | 2026-03-12T01:04:09.455Z | Downloaded bitvec v1.0.1 |
| 1150 | 2026-03-12T01:04:09.475Z | Downloaded vte v0.14.1 |
| 1151 | 2026-03-12T01:04:09.478Z | Downloaded steno v0.4.1 |
| 1152 | 2026-03-12T01:04:09.484Z | Downloaded console v0.15.11 |
| 1153 | 2026-03-12T01:04:09.487Z | Downloaded colored v2.2.0 |
| 1154 | 2026-03-12T01:04:09.490Z | Downloaded yansi v1.0.1 |
| 1155 | 2026-03-12T01:04:09.493Z | Downloaded toml_edit v0.19.15 |
| 1156 | 2026-03-12T01:04:09.503Z | Downloaded regex v1.12.3 |
| 1157 | 2026-03-12T01:04:09.507Z | Downloaded bindgen v0.71.1 |
| 1158 | 2026-03-12T01:04:09.512Z | Downloaded typed-path v0.9.3 |
| 1159 | 2026-03-12T01:04:09.517Z | Downloaded p384 v0.13.1 |
| 1160 | 2026-03-12T01:04:09.520Z | Downloaded x509-cert v0.2.5 |
| 1161 | 2026-03-12T01:04:09.525Z | Downloaded portable-atomic v1.13.1 |
| 1162 | 2026-03-12T01:04:09.531Z | Downloaded zerocopy-derive v0.8.40 |
| 1163 | 2026-03-12T01:04:09.537Z | Downloaded reqwest v0.13.2 |
| 1164 | 2026-03-12T01:04:09.542Z | Downloaded reqwest v0.12.28 |
| 1165 | 2026-03-12T01:04:09.546Z | Downloaded tower v0.5.3 |
| 1166 | 2026-03-12T01:04:09.553Z | Downloaded git2 v0.20.4 |
| 1167 | 2026-03-12T01:04:09.559Z | Downloaded moka v0.12.13 |
| 1168 | 2026-03-12T01:04:09.564Z | Downloaded rustls-webpki v0.101.7 |
| 1169 | 2026-03-12T01:04:09.575Z | Downloaded salty v0.3.0 |
| 1170 | 2026-03-12T01:04:09.580Z | Downloaded rayon v1.11.0 |
| 1171 | 2026-03-12T01:04:09.587Z | Downloaded unicode-normalization v0.1.25 |
| 1172 | 2026-03-12T01:04:09.589Z | Downloaded unicode-segmentation v1.12.0 |
| 1173 | 2026-03-12T01:04:09.592Z | Downloaded lalrpop v0.19.12 |
| 1174 | 2026-03-12T01:04:09.600Z | Downloaded proptest v1.10.0 |
| 1175 | 2026-03-12T01:04:09.606Z | Downloaded quick-xml v0.37.5 |
| 1176 | 2026-03-12T01:04:09.611Z | Downloaded rustls-webpki v0.102.8 |
| 1177 | 2026-03-12T01:04:09.625Z | Downloaded http-range v0.1.5 |
| 1178 | 2026-03-12T01:04:09.628Z | Downloaded ena v0.14.4 |
| 1179 | 2026-03-12T01:04:09.628Z | Downloaded either v1.15.0 |
| 1180 | 2026-03-12T01:04:09.631Z | Downloaded ecdsa v0.16.9 |
| 1181 | 2026-03-12T01:04:09.631Z | Downloaded goblin v0.10.5 |
| 1182 | 2026-03-12T01:04:09.636Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1183 | 2026-03-12T01:04:09.639Z | Downloaded hostname v0.3.1 |
| 1184 | 2026-03-12T01:04:09.642Z | Downloaded tokio-util v0.7.18 |
| 1185 | 2026-03-12T01:04:09.645Z | Downloaded serde_with v3.17.0 |
| 1186 | 2026-03-12T01:04:09.655Z | Downloaded winnow v0.5.40 |
| 1187 | 2026-03-12T01:04:09.662Z | Downloaded petname v2.0.2 |
| 1188 | 2026-03-12T01:04:09.666Z | Downloaded home v0.5.12 |
| 1189 | 2026-03-12T01:04:09.669Z | Downloaded derive_builder_core v0.20.2 |
| 1190 | 2026-03-12T01:04:09.669Z | Downloaded tower-http v0.6.8 |
| 1191 | 2026-03-12T01:04:09.675Z | Downloaded polar-core v0.27.3 |
| 1192 | 2026-03-12T01:04:09.681Z | Downloaded curve25519-dalek v4.1.3 |
| 1193 | 2026-03-12T01:04:09.687Z | Downloaded tough v0.20.0 |
| 1194 | 2026-03-12T01:04:09.694Z | Downloaded zip v4.6.1 |
| 1195 | 2026-03-12T01:04:09.697Z | Downloaded radix_trie v0.2.1 |
| 1196 | 2026-03-12T01:04:09.701Z | Downloaded object v0.30.4 |
| 1197 | 2026-03-12T01:04:09.708Z | Downloaded bstr v1.12.1 |
| 1198 | 2026-03-12T01:04:09.715Z | Downloaded darling v0.20.11 |
| 1199 | 2026-03-12T01:04:09.719Z | Downloaded bitfield-macros v0.19.4 |
| 1200 | 2026-03-12T01:04:09.721Z | Downloaded nix v0.27.1 |
| 1201 | 2026-03-12T01:04:09.726Z | Downloaded time v0.3.47 |
| 1202 | 2026-03-12T01:04:09.735Z | Downloaded smoltcp v0.9.1 |
| 1203 | 2026-03-12T01:04:09.743Z | Downloaded quinn-proto v0.11.13 |
| 1204 | 2026-03-12T01:04:09.748Z | Downloaded rustls v0.21.12 |
| 1205 | 2026-03-12T01:04:09.756Z | Downloaded foldhash v0.1.5 |
| 1206 | 2026-03-12T01:04:09.758Z | Downloaded ff v0.13.1 |
| 1207 | 2026-03-12T01:04:09.758Z | Downloaded drift v0.1.3 |
| 1208 | 2026-03-12T01:04:09.762Z | Downloaded deranged v0.5.8 |
| 1209 | 2026-03-12T01:04:09.765Z | Downloaded ctr v0.9.2 |
| 1210 | 2026-03-12T01:04:09.765Z | Downloaded object v0.37.3 |
| 1211 | 2026-03-12T01:04:09.773Z | Downloaded hickory-proto v0.24.4 |
| 1212 | 2026-03-12T01:04:09.783Z | Downloaded openssl v0.10.75 |
| 1213 | 2026-03-12T01:04:09.790Z | Downloaded winnow v0.6.26 |
| 1214 | 2026-03-12T01:04:09.797Z | Downloaded hickory-proto v0.25.2 |
| 1215 | 2026-03-12T01:04:09.807Z | Downloaded webpki-roots v1.0.6 |
| 1216 | 2026-03-12T01:04:09.810Z | Downloaded zerocopy v0.8.40 |
| 1217 | 2026-03-12T01:04:09.817Z | Downloaded nix v0.31.1 |
| 1218 | 2026-03-12T01:04:09.826Z | Downloaded rustls v0.22.4 |
| 1219 | 2026-03-12T01:04:09.835Z | Downloaded corncobs v0.1.4 |
| 1220 | 2026-03-12T01:04:09.838Z | Downloaded block-padding v0.3.3 |
| 1221 | 2026-03-12T01:04:09.838Z | Downloaded bit-vec v0.8.0 |
| 1222 | 2026-03-12T01:04:09.841Z | Downloaded backoff v0.4.0 |
| 1223 | 2026-03-12T01:04:09.841Z | Downloaded defmt v1.0.1 |
| 1224 | 2026-03-12T01:04:09.843Z | Downloaded cargo_metadata v0.19.2 |
| 1225 | 2026-03-12T01:04:09.843Z | Downloaded hash32 v0.2.1 |
| 1226 | 2026-03-12T01:04:09.847Z | Downloaded globwalk v0.9.1 |
| 1227 | 2026-03-12T01:04:09.847Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 1228 | 2026-03-12T01:04:09.847Z | Downloaded regex-syntax v0.8.10 |
| 1229 | 2026-03-12T01:04:09.856Z | Downloaded console v0.16.2 |
| 1230 | 2026-03-12T01:04:09.856Z | Downloaded diesel v2.2.12 |
| 1231 | 2026-03-12T01:04:09.866Z | Downloaded tabled v0.20.0 |
| 1232 | 2026-03-12T01:04:09.879Z | Downloaded regex-syntax v0.6.29 |
| 1233 | 2026-03-12T01:04:09.884Z | Downloaded dropshot v0.16.7 |
| 1234 | 2026-03-12T01:04:09.901Z | Downloaded nix v0.28.0 |
| 1235 | 2026-03-12T01:04:09.909Z | Downloaded vcpkg v0.2.15 |
| 1236 | 2026-03-12T01:04:09.939Z | Downloaded zlib-rs v0.6.2 |
| 1237 | 2026-03-12T01:04:09.943Z | Downloaded sqlparser v0.61.0 |
| 1238 | 2026-03-12T01:04:09.951Z | Downloaded nix v0.30.1 |
| 1239 | 2026-03-12T01:04:09.960Z | Downloaded regress v0.10.5 |
| 1240 | 2026-03-12T01:04:09.966Z | Downloaded rustls v0.23.37 |
| 1241 | 2026-03-12T01:04:09.976Z | Downloaded nix v0.29.0 |
| 1242 | 2026-03-12T01:04:09.984Z | Downloaded openapiv3 v2.2.0 |
| 1243 | 2026-03-12T01:04:09.993Z | Downloaded smoltcp v0.11.0 |
| 1244 | 2026-03-12T01:04:10.003Z | Downloaded typify-impl v0.4.3 |
| 1245 | 2026-03-12T01:04:10.014Z | Downloaded rustix v0.38.44 |
| 1246 | 2026-03-12T01:04:10.031Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1247 | 2026-03-12T01:04:10.040Z | Downloaded regex-automata v0.4.14 |
| 1248 | 2026-03-12T01:04:10.052Z | Downloaded darling_macro v0.20.11 |
| 1249 | 2026-03-12T01:04:10.054Z | Downloaded chacha20 v0.9.1 |
| 1250 | 2026-03-12T01:04:10.054Z | Downloaded cexpr v0.6.0 |
| 1251 | 2026-03-12T01:04:10.057Z | Downloaded bzip2 v0.4.4 |
| 1252 | 2026-03-12T01:04:10.057Z | Downloaded embedded-io v0.4.0 |
| 1253 | 2026-03-12T01:04:10.057Z | Downloaded cmake v0.1.57 |
| 1254 | 2026-03-12T01:04:10.060Z | Downloaded cipher v0.4.4 |
| 1255 | 2026-03-12T01:04:10.060Z | Downloaded cassowary v0.3.0 |
| 1256 | 2026-03-12T01:04:10.060Z | Downloaded dtrace-parser v0.3.0 |
| 1257 | 2026-03-12T01:04:10.063Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1258 | 2026-03-12T01:04:10.063Z | Downloaded ciborium-ll v0.2.2 |
| 1259 | 2026-03-12T01:04:10.063Z | Downloaded base64ct v1.8.3 |
| 1260 | 2026-03-12T01:04:10.066Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1261 | 2026-03-12T01:04:10.066Z | Downloaded crossbeam-deque v0.8.6 |
| 1262 | 2026-03-12T01:04:10.066Z | Downloaded constant_time_eq v0.4.2 |
| 1263 | 2026-03-12T01:04:10.069Z | Downloaded const_format_proc_macros v0.2.34 |
| 1264 | 2026-03-12T01:04:10.069Z | Downloaded petgraph v0.6.5 |
| 1265 | 2026-03-12T01:04:10.083Z | Downloaded gethostname v0.5.0 |
| 1266 | 2026-03-12T01:04:10.086Z | Downloaded futures-task v0.3.32 |
| 1267 | 2026-03-12T01:04:10.086Z | Downloaded chrono-tz v0.10.4 |
| 1268 | 2026-03-12T01:04:10.099Z | Downloaded futures-core v0.3.32 |
| 1269 | 2026-03-12T01:04:10.102Z | Downloaded derive-ex v0.1.8 |
| 1270 | 2026-03-12T01:04:10.102Z | Downloaded daft-derive v0.1.5 |
| 1271 | 2026-03-12T01:04:10.105Z | Downloaded daft v0.1.5 |
| 1272 | 2026-03-12T01:04:10.108Z | Downloaded bit-set v0.8.0 |
| 1273 | 2026-03-12T01:04:10.108Z | Downloaded async-stream v0.3.6 |
| 1274 | 2026-03-12T01:04:10.111Z | Downloaded darling_macro v0.23.0 |
| 1275 | 2026-03-12T01:04:10.111Z | Downloaded futures-io v0.3.32 |
| 1276 | 2026-03-12T01:04:10.111Z | Downloaded float-ord v0.3.2 |
| 1277 | 2026-03-12T01:04:10.111Z | Downloaded cargo-platform v0.1.9 |
| 1278 | 2026-03-12T01:04:10.114Z | Downloaded crunchy v0.2.4 |
| 1279 | 2026-03-12T01:04:10.114Z | Downloaded crc v3.4.0 |
| 1280 | 2026-03-12T01:04:10.114Z | Downloaded base16ct v0.2.0 |
| 1281 | 2026-03-12T01:04:10.114Z | Downloaded async-recursion v1.1.1 |
| 1282 | 2026-03-12T01:04:10.117Z | Downloaded enum-as-inner v0.6.1 |
| 1283 | 2026-03-12T01:04:10.119Z | Downloaded bitfield-struct v0.6.2 |
| 1284 | 2026-03-12T01:04:10.119Z | Downloaded async-stream-impl v0.3.6 |
| 1285 | 2026-03-12T01:04:10.119Z | Downloaded darling v0.23.0 |
| 1286 | 2026-03-12T01:04:10.122Z | Downloaded darling v0.21.3 |
| 1287 | 2026-03-12T01:04:10.126Z | Downloaded crossbeam-utils v0.8.21 |
| 1288 | 2026-03-12T01:04:10.130Z | Downloaded ciborium-io v0.2.2 |
| 1289 | 2026-03-12T01:04:10.130Z | Downloaded libz-sys v1.1.24 |
| 1290 | 2026-03-12T01:04:10.145Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-03-12T01:04:10.161Z | Downloaded tracing v0.1.44 |
| 1292 | 2026-03-12T01:04:10.179Z | Downloaded typify-impl v0.6.1 |
| 1293 | 2026-03-12T01:04:10.190Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-03-12T01:04:10.206Z | Downloaded sled v0.34.7 |
| 1295 | 2026-03-12T01:04:10.213Z | Downloaded cobs v0.3.0 |
| 1296 | 2026-03-12T01:04:10.216Z | Downloaded dirs-sys-next v0.1.2 |
| 1297 | 2026-03-12T01:04:10.216Z | Downloaded atomic-waker v1.1.2 |
| 1298 | 2026-03-12T01:04:10.216Z | Downloaded bb8 v0.8.6 |
| 1299 | 2026-03-12T01:04:10.220Z | Downloaded atomicwrites v0.4.4 |
| 1300 | 2026-03-12T01:04:10.220Z | Downloaded document-features v0.2.12 |
| 1301 | 2026-03-12T01:04:10.220Z | Downloaded data-encoding v2.10.0 |
| 1302 | 2026-03-12T01:04:10.223Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1303 | 2026-03-12T01:04:10.223Z | Downloaded atty v0.2.14 |
| 1304 | 2026-03-12T01:04:10.223Z | Downloaded difflib v0.4.0 |
| 1305 | 2026-03-12T01:04:10.223Z | Downloaded debug-ignore v1.0.5 |
| 1306 | 2026-03-12T01:04:10.226Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1307 | 2026-03-12T01:04:10.226Z | Downloaded defmt v0.3.100 |
| 1308 | 2026-03-12T01:04:10.226Z | Downloaded embedded-io v0.6.1 |
| 1309 | 2026-03-12T01:04:10.226Z | Downloaded adler2 v2.0.1 |
| 1310 | 2026-03-12T01:04:10.248Z | Downloaded zerocopy-derive v0.6.6 |
| 1311 | 2026-03-12T01:04:10.275Z | Downloaded jiff v0.2.21 |
| 1312 | 2026-03-12T01:04:10.292Z | Downloaded lzma-sys v0.1.20 |
| 1313 | 2026-03-12T01:04:10.313Z | Downloaded csv v1.4.0 |
| 1314 | 2026-03-12T01:04:10.329Z | Downloaded petgraph v0.8.3 |
| 1315 | 2026-03-12T01:04:10.368Z | Downloaded sha3 v0.10.8 |
| 1316 | 2026-03-12T01:04:10.374Z | Downloaded ring v0.17.14 |
| 1317 | 2026-03-12T01:04:10.408Z | Downloaded tokio v1.49.0 |
| 1318 | 2026-03-12T01:04:10.476Z | Downloaded encoding_rs v0.8.35 |
| 1319 | 2026-03-12T01:04:10.525Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1320 | 2026-03-12T01:04:11.024Z | Downloaded aws-lc-sys v0.37.1 |
| 1321 | 2026-03-12T01:04:11.334Z | Compiling libc v0.2.180 |
| 1322 | 2026-03-12T01:04:11.334Z | Compiling serde v1.0.228 |
| 1323 | 2026-03-12T01:04:11.337Z | Compiling log v0.4.29 |
| 1324 | 2026-03-12T01:04:11.337Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-03-12T01:04:11.337Z | Compiling shlex v1.3.0 |
| 1326 | 2026-03-12T01:04:11.337Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-03-12T01:04:11.337Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-12T01:04:11.337Z | Compiling subtle v2.6.1 |
| 1329 | 2026-03-12T01:04:11.529Z | Compiling generic-array v0.14.7 |
| 1330 | 2026-03-12T01:04:11.532Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-12T01:04:11.541Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-03-12T01:04:11.544Z | Compiling const-oid v0.9.6 |
| 1333 | 2026-03-12T01:04:11.659Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-03-12T01:04:11.663Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-03-12T01:04:11.679Z | Compiling syn v2.0.117 |
| 1336 | 2026-03-12T01:04:11.745Z | Compiling lock_api v0.4.14 |
| 1337 | 2026-03-12T01:04:11.791Z | Compiling serde_json v1.0.149 |
| 1338 | 2026-03-12T01:04:11.791Z | Compiling parking_lot_core v0.9.12 |
| 1339 | 2026-03-12T01:04:11.816Z | Compiling pin-project-lite v0.2.17 |
| 1340 | 2026-03-12T01:04:11.862Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-03-12T01:04:11.884Z | Compiling libm v0.2.16 |
| 1342 | 2026-03-12T01:04:11.909Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-03-12T01:04:11.978Z | Compiling bitflags v2.11.0 |
| 1344 | 2026-03-12T01:04:12.003Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-03-12T01:04:12.044Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-03-12T01:04:12.047Z | Compiling allocator-api2 v0.2.21 |
| 1347 | 2026-03-12T01:04:12.164Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-03-12T01:04:12.210Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-03-12T01:04:12.298Z | Compiling foldhash v0.2.0 |
| 1350 | 2026-03-12T01:04:12.301Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-03-12T01:04:12.365Z | Compiling slab v0.4.12 |
| 1352 | 2026-03-12T01:04:12.365Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-03-12T01:04:12.368Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-03-12T01:04:12.385Z | Compiling getrandom v0.4.1 |
| 1355 | 2026-03-12T01:04:12.453Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-03-12T01:04:12.574Z | Compiling hashbrown v0.16.1 |
| 1357 | 2026-03-12T01:04:12.621Z | Compiling rand_core v0.10.0 |
| 1358 | 2026-03-12T01:04:12.645Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-03-12T01:04:12.648Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-03-12T01:04:12.688Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-03-12T01:04:12.688Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-03-12T01:04:12.732Z | Compiling dunce v1.0.5 |
| 1363 | 2026-03-12T01:04:12.788Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-03-12T01:04:12.853Z | Compiling flagset v0.4.7 |
| 1365 | 2026-03-12T01:04:12.876Z | Compiling rustix v1.1.3 |
| 1366 | 2026-03-12T01:04:12.899Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-03-12T01:04:12.924Z | Compiling rustc_version v0.4.1 |
| 1368 | 2026-03-12T01:04:12.927Z | Compiling vcpkg v0.2.15 |
| 1369 | 2026-03-12T01:04:12.993Z | Compiling getrandom v0.2.17 |
| 1370 | 2026-03-12T01:04:13.022Z | Compiling jobserver v0.1.34 |
| 1371 | 2026-03-12T01:04:13.047Z | Compiling errno v0.3.14 |
| 1372 | 2026-03-12T01:04:13.087Z | Compiling mio v1.1.1 |
| 1373 | 2026-03-12T01:04:13.172Z | Compiling rand_core v0.6.4 |
| 1374 | 2026-03-12T01:04:13.197Z | Compiling once_cell v1.21.3 |
| 1375 | 2026-03-12T01:04:13.251Z | Compiling signal-hook-registry v1.4.8 |
| 1376 | 2026-03-12T01:04:13.288Z | Compiling cc v1.2.56 |
| 1377 | 2026-03-12T01:04:13.328Z | Compiling socket2 v0.6.2 |
| 1378 | 2026-03-12T01:04:13.358Z | Compiling parking_lot v0.12.5 |
| 1379 | 2026-03-12T01:04:13.391Z | Compiling indexmap v2.13.0 |
| 1380 | 2026-03-12T01:04:13.487Z | Compiling pem-rfc7468 v0.7.0 |
| 1381 | 2026-03-12T01:04:13.586Z | Compiling uuid v1.21.0 |
| 1382 | 2026-03-12T01:04:13.709Z | Compiling aws-lc-rs v1.16.0 |
| 1383 | 2026-03-12T01:04:13.769Z | Compiling regex-syntax v0.8.10 |
| 1384 | 2026-03-12T01:04:13.870Z | Compiling rand_core v0.9.5 |
| 1385 | 2026-03-12T01:04:13.894Z | Compiling tracing-core v0.1.36 |
| 1386 | 2026-03-12T01:04:13.897Z | Compiling crossbeam-utils v0.8.21 |
| 1387 | 2026-03-12T01:04:13.917Z | Compiling syn v1.0.109 |
| 1388 | 2026-03-12T01:04:13.940Z | Compiling untrusted v0.7.1 |
| 1389 | 2026-03-12T01:04:14.004Z | Compiling openssl-probe v0.2.1 |
| 1390 | 2026-03-12T01:04:14.129Z | Compiling schemars v0.8.22 |
| 1391 | 2026-03-12T01:04:14.152Z | Compiling base64 v0.22.1 |
| 1392 | 2026-03-12T01:04:14.174Z | Compiling untrusted v0.9.0 |
| 1393 | 2026-03-12T01:04:14.241Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-12T01:04:14.347Z | Compiling httparse v1.10.1 |
| 1395 | 2026-03-12T01:04:14.373Z | Compiling dyn-clone v1.0.20 |
| 1396 | 2026-03-12T01:04:14.397Z | Compiling rustls v0.23.37 |
| 1397 | 2026-03-12T01:04:14.423Z | Compiling tower-layer v0.3.3 |
| 1398 | 2026-03-12T01:04:14.498Z | Compiling tower-service v0.3.3 |
| 1399 | 2026-03-12T01:04:14.565Z | Compiling tinyvec_macros v0.1.1 |
| 1400 | 2026-03-12T01:04:14.585Z | Compiling try-lock v0.2.5 |
| 1401 | 2026-03-12T01:04:14.589Z | Compiling atomic-waker v1.1.2 |
| 1402 | 2026-03-12T01:04:14.630Z | Compiling spin v0.9.8 |
| 1403 | 2026-03-12T01:04:14.680Z | Compiling tinyvec v1.10.0 |
| 1404 | 2026-03-12T01:04:14.680Z | Compiling aho-corasick v1.1.4 |
| 1405 | 2026-03-12T01:04:14.683Z | Compiling openssl v0.10.75 |
| 1406 | 2026-03-12T01:04:14.705Z | Compiling num-conv v0.2.0 |
| 1407 | 2026-03-12T01:04:14.772Z | Compiling want v0.3.1 |
| 1408 | 2026-03-12T01:04:14.775Z | Compiling powerfmt v0.2.0 |
| 1409 | 2026-03-12T01:04:14.819Z | Compiling crc32fast v1.5.0 |
| 1410 | 2026-03-12T01:04:14.874Z | Compiling pin-utils v0.1.0 |
| 1411 | 2026-03-12T01:04:14.952Z | Compiling time-core v0.1.8 |
| 1412 | 2026-03-12T01:04:14.974Z | Compiling foreign-types-shared v0.1.1 |
| 1413 | 2026-03-12T01:04:14.997Z | Compiling httpdate v1.0.3 |
| 1414 | 2026-03-12T01:04:15.017Z | Compiling deranged v0.5.8 |
| 1415 | 2026-03-12T01:04:15.078Z | Compiling foreign-types v0.3.2 |
| 1416 | 2026-03-12T01:04:15.102Z | Compiling wait-timeout v0.2.1 |
| 1417 | 2026-03-12T01:04:15.105Z | Compiling bit-vec v0.8.0 |
| 1418 | 2026-03-12T01:04:15.178Z | Compiling time-macros v0.2.27 |
| 1419 | 2026-03-12T01:04:15.202Z | Compiling usdt-impl v0.6.0 |
| 1420 | 2026-03-12T01:04:15.205Z | Compiling either v1.15.0 |
| 1421 | 2026-03-12T01:04:15.243Z | Compiling native-tls v0.2.18 |
| 1422 | 2026-03-12T01:04:15.310Z | Compiling siphasher v1.0.2 |
| 1423 | 2026-03-12T01:04:15.337Z | Compiling tempfile v3.25.0 |
| 1424 | 2026-03-12T01:04:15.360Z | Compiling simd-adler32 v0.3.8 |
| 1425 | 2026-03-12T01:04:15.463Z | Compiling num_threads v0.1.7 |
| 1426 | 2026-03-12T01:04:15.486Z | Compiling quick-error v1.2.3 |
| 1427 | 2026-03-12T01:04:15.519Z | Compiling bit-set v0.8.0 |
| 1428 | 2026-03-12T01:04:15.546Z | Compiling aws-lc-sys v0.37.1 |
| 1429 | 2026-03-12T01:04:15.596Z | Compiling ring v0.17.14 |
| 1430 | 2026-03-12T01:04:15.622Z | Compiling openssl-sys v0.9.111 |
| 1431 | 2026-03-12T01:04:15.626Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1432 | 2026-03-12T01:04:15.671Z | Compiling rusty-fork v0.3.1 |
| 1433 | 2026-03-12T01:04:15.700Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1434 | 2026-03-12T01:04:15.764Z | Compiling unicode-normalization v0.1.25 |
| 1435 | 2026-03-12T01:04:15.788Z | Compiling crossbeam-epoch v0.9.18 |
| 1436 | 2026-03-12T01:04:15.890Z | Compiling synstructure v0.13.2 |
| 1437 | 2026-03-12T01:04:16.001Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-03-12T01:04:16.117Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2026-03-12T01:04:16.138Z | Compiling darling_core v0.20.11 |
| 1440 | 2026-03-12T01:04:16.259Z | Compiling regex-automata v0.4.14 |
| 1441 | 2026-03-12T01:04:16.429Z | Compiling darling_core v0.21.3 |
| 1442 | 2026-03-12T01:04:16.628Z | Compiling slog v2.8.2 |
| 1443 | 2026-03-12T01:04:16.760Z | Compiling time v0.3.47 |
| 1444 | 2026-03-12T01:04:16.782Z | Compiling rand_xorshift v0.4.0 |
| 1445 | 2026-03-12T01:04:16.909Z | Compiling heapless v0.7.17 |
| 1446 | 2026-03-12T01:04:17.016Z | Compiling thread-id v5.1.0 |
| 1447 | 2026-03-12T01:04:17.037Z | Compiling sync_wrapper v1.0.2 |
| 1448 | 2026-03-12T01:04:17.133Z | Compiling cookie v0.18.1 |
| 1449 | 2026-03-12T01:04:17.188Z | Compiling zstd-safe v7.2.4 |
| 1450 | 2026-03-12T01:04:17.261Z | Compiling anyhow v1.0.102 |
| 1451 | 2026-03-12T01:04:17.289Z | Compiling unicode-bidi v0.3.18 |
| 1452 | 2026-03-12T01:04:17.289Z | Compiling rayon-core v1.13.0 |
| 1453 | 2026-03-12T01:04:17.361Z | Compiling adler2 v2.0.1 |
| 1454 | 2026-03-12T01:04:17.416Z | Compiling signal-hook v0.3.18 |
| 1455 | 2026-03-12T01:04:17.466Z | Compiling paste v1.0.15 |
| 1456 | 2026-03-12T01:04:17.490Z | Compiling unarray v0.1.4 |
| 1457 | 2026-03-12T01:04:17.546Z | Compiling unicode-segmentation v1.12.0 |
| 1458 | 2026-03-12T01:04:17.579Z | Compiling unicode-properties v0.1.4 |
| 1459 | 2026-03-12T01:04:17.675Z | Compiling miniz_oxide v0.8.9 |
| 1460 | 2026-03-12T01:04:17.814Z | Compiling stringprep v0.1.5 |
| 1461 | 2026-03-12T01:04:17.978Z | Compiling crossbeam-deque v0.8.6 |
| 1462 | 2026-03-12T01:04:18.011Z | Compiling num-integer v0.1.46 |
| 1463 | 2026-03-12T01:04:18.059Z | Compiling vergen-lib v0.1.6 |
| 1464 | 2026-03-12T01:04:18.090Z | Compiling ff v0.13.1 |
| 1465 | 2026-03-12T01:04:18.236Z | Compiling curve25519-dalek v4.1.3 |
| 1466 | 2026-03-12T01:04:18.280Z | Compiling hash32 v0.2.1 |
| 1467 | 2026-03-12T01:04:18.331Z | Compiling ryu v1.0.23 |
| 1468 | 2026-03-12T01:04:18.446Z | Compiling base16ct v0.2.0 |
| 1469 | 2026-03-12T01:04:18.469Z | Compiling zlib-rs v0.6.2 |
| 1470 | 2026-03-12T01:04:18.539Z | Compiling fallible-iterator v0.2.0 |
| 1471 | 2026-03-12T01:04:18.562Z | Compiling smoltcp v0.9.1 |
| 1472 | 2026-03-12T01:04:18.583Z | Compiling num-bigint-dig v0.8.6 |
| 1473 | 2026-03-12T01:04:18.603Z | Compiling serde_derive v1.0.228 |
| 1474 | 2026-03-12T01:04:18.684Z | Compiling zeroize_derive v1.4.3 |
| 1475 | 2026-03-12T01:04:18.718Z | Compiling zerofrom-derive v0.1.6 |
| 1476 | 2026-03-12T01:04:18.738Z | Compiling yoke-derive v0.8.1 |
| 1477 | 2026-03-12T01:04:18.864Z | Compiling zerocopy-derive v0.8.40 |
| 1478 | 2026-03-12T01:04:18.965Z | Compiling zerovec-derive v0.11.2 |
| 1479 | 2026-03-12T01:04:19.030Z | Compiling displaydoc v0.2.5 |
| 1480 | 2026-03-12T01:04:19.055Z | Compiling tokio-macros v2.6.0 |
| 1481 | 2026-03-12T01:04:19.541Z | Compiling futures-macro v0.3.32 |
| 1482 | 2026-03-12T01:04:19.638Z | Compiling zeroize v1.8.2 |
| 1483 | 2026-03-12T01:04:20.121Z | Compiling der_derive v0.7.3 |
| 1484 | 2026-03-12T01:04:20.125Z | Compiling thiserror-impl v2.0.18 |
| 1485 | 2026-03-12T01:04:20.165Z | Compiling rustls-pki-types v1.14.0 |
| 1486 | 2026-03-12T01:04:20.389Z | Compiling tracing-attributes v0.1.31 |
| 1487 | 2026-03-12T01:04:20.549Z | Compiling scroll_derive v0.13.1 |
| 1488 | 2026-03-12T01:04:20.571Z | Compiling pest_derive v2.8.6 |
| 1489 | 2026-03-12T01:04:20.691Z | Compiling futures-util v0.3.32 |
| 1490 | 2026-03-12T01:04:20.764Z | Compiling crypto-common v0.1.7 |
| 1491 | 2026-03-12T01:04:20.787Z | Compiling zerofrom v0.1.6 |
| 1492 | 2026-03-12T01:04:20.822Z | Compiling block-buffer v0.10.4 |
| 1493 | 2026-03-12T01:04:20.972Z | Compiling yoke v0.8.1 |
| 1494 | 2026-03-12T01:04:20.994Z | Compiling block-padding v0.3.3 |
| 1495 | 2026-03-12T01:04:21.061Z | Compiling digest v0.10.7 |
| 1496 | 2026-03-12T01:04:21.192Z | Compiling zerovec v0.11.5 |
| 1497 | 2026-03-12T01:04:21.217Z | Compiling zerotrie v0.2.3 |
| 1498 | 2026-03-12T01:04:21.239Z | Compiling inout v0.1.4 |
| 1499 | 2026-03-12T01:04:21.429Z | Compiling hmac v0.12.1 |
| 1500 | 2026-03-12T01:04:21.477Z | Compiling cipher v0.4.4 |
| 1501 | 2026-03-12T01:04:21.500Z | Compiling sha2 v0.10.9 |
| 1502 | 2026-03-12T01:04:21.632Z | Compiling der v0.7.10 |
| 1503 | 2026-03-12T01:04:21.655Z | Compiling pbkdf2 v0.12.2 |
| 1504 | 2026-03-12T01:04:21.698Z | Compiling schemars_derive v0.8.22 |
| 1505 | 2026-03-12T01:04:21.816Z | Compiling salsa20 v0.10.2 |
| 1506 | 2026-03-12T01:04:21.847Z | Compiling tinystr v0.8.2 |
| 1507 | 2026-03-12T01:04:21.910Z | Compiling potential_utf v0.1.4 |
| 1508 | 2026-03-12T01:04:22.014Z | Compiling scrypt v0.11.0 |
| 1509 | 2026-03-12T01:04:22.045Z | Compiling thiserror v2.0.18 |
| 1510 | 2026-03-12T01:04:22.135Z | Compiling icu_locale_core v2.1.1 |
| 1511 | 2026-03-12T01:04:22.157Z | Compiling icu_collections v2.1.1 |
| 1512 | 2026-03-12T01:04:22.197Z | Compiling aes v0.8.4 |
| 1513 | 2026-03-12T01:04:22.309Z | Compiling cbc v0.1.2 |
| 1514 | 2026-03-12T01:04:22.331Z | Compiling tracing v0.1.44 |
| 1515 | 2026-03-12T01:04:22.364Z | Compiling scroll v0.13.0 |
| 1516 | 2026-03-12T01:04:22.511Z | Compiling darling_macro v0.20.11 |
| 1517 | 2026-03-12T01:04:22.688Z | Compiling goblin v0.10.5 |
| 1518 | 2026-03-12T01:04:22.725Z | Compiling thiserror-impl v1.0.69 |
| 1519 | 2026-03-12T01:04:22.837Z | Compiling spki v0.7.3 |
| 1520 | 2026-03-12T01:04:22.936Z | Compiling openssl-macros v0.1.1 |
| 1521 | 2026-03-12T01:04:22.979Z | Compiling dtrace-parser v0.3.0 |
| 1522 | 2026-03-12T01:04:23.122Z | Compiling icu_provider v2.1.1 |
| 1523 | 2026-03-12T01:04:23.172Z | Compiling pkcs5 v0.7.1 |
| 1524 | 2026-03-12T01:04:23.296Z | Compiling darling v0.20.11 |
| 1525 | 2026-03-12T01:04:23.355Z | Compiling signature v2.2.0 |
| 1526 | 2026-03-12T01:04:23.408Z | Compiling derive_builder_core v0.20.2 |
| 1527 | 2026-03-12T01:04:23.431Z | Compiling rustls-native-certs v0.8.3 |
| 1528 | 2026-03-12T01:04:23.463Z | Compiling bytes v1.11.1 |
| 1529 | 2026-03-12T01:04:23.496Z | Compiling icu_properties v2.1.2 |
| 1530 | 2026-03-12T01:04:23.528Z | Compiling icu_normalizer v2.1.1 |
| 1531 | 2026-03-12T01:04:23.556Z | Compiling chrono v0.4.44 |
| 1532 | 2026-03-12T01:04:23.595Z | Compiling pkcs8 v0.10.2 |
| 1533 | 2026-03-12T01:04:23.633Z | Compiling ipnet v2.11.0 |
| 1534 | 2026-03-12T01:04:23.847Z | Compiling scroll_derive v0.12.1 |
| 1535 | 2026-03-12T01:04:23.894Z | Compiling serde_tokenstream v0.2.3 |
| 1536 | 2026-03-12T01:04:24.022Z | Compiling serde_spanned v0.6.9 |
| 1537 | 2026-03-12T01:04:24.057Z | Compiling erased-serde v0.3.31 |
| 1538 | 2026-03-12T01:04:24.223Z | Compiling tokio v1.49.0 |
| 1539 | 2026-03-12T01:04:24.304Z | Compiling http v1.4.0 |
| 1540 | 2026-03-12T01:04:24.367Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-03-12T01:04:24.390Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-03-12T01:04:24.390Z | Compiling webpki-roots v1.0.6 |
| 1543 | 2026-03-12T01:04:24.556Z | Compiling thiserror v1.0.69 |
| 1544 | 2026-03-12T01:04:24.576Z | Compiling darling_macro v0.21.3 |
| 1545 | 2026-03-12T01:04:24.635Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-03-12T01:04:24.682Z | Compiling derive_builder_macro v0.20.2 |
| 1547 | 2026-03-12T01:04:24.704Z | Compiling iri-string v0.7.10 |
| 1548 | 2026-03-12T01:04:24.732Z | Compiling ref-cast v1.0.25 |
| 1549 | 2026-03-12T01:04:24.795Z | Compiling idna_adapter v1.2.1 |
| 1550 | 2026-03-12T01:04:24.862Z | Compiling scroll v0.12.0 |
| 1551 | 2026-03-12T01:04:24.988Z | Compiling idna v1.1.0 |
| 1552 | 2026-03-12T01:04:25.129Z | Compiling litrs v1.0.0 |
| 1553 | 2026-03-12T01:04:25.168Z | Compiling rustix v0.38.44 |
| 1554 | 2026-03-12T01:04:25.235Z | Compiling http-body v1.0.1 |
| 1555 | 2026-03-12T01:04:25.298Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-03-12T01:04:25.346Z | Compiling derive_builder v0.20.2 |
| 1557 | 2026-03-12T01:04:25.451Z | Compiling url v2.5.8 |
| 1558 | 2026-03-12T01:04:25.476Z | Compiling ppv-lite86 v0.2.21 |
| 1559 | 2026-03-12T01:04:25.514Z | Compiling http-body-util v0.1.3 |
| 1560 | 2026-03-12T01:04:25.609Z | Compiling publicsuffix v2.3.0 |
| 1561 | 2026-03-12T01:04:25.631Z | Compiling darling v0.21.3 |
| 1562 | 2026-03-12T01:04:25.723Z | Compiling goblin v0.8.2 |
| 1563 | 2026-03-12T01:04:25.770Z | Compiling sec1 v0.7.3 |
| 1564 | 2026-03-12T01:04:25.818Z | Compiling cargo-platform v0.1.9 |
| 1565 | 2026-03-12T01:04:25.845Z | Compiling serde_urlencoded v0.7.1 |
| 1566 | 2026-03-12T01:04:25.848Z | Compiling document-features v0.2.12 |
| 1567 | 2026-03-12T01:04:25.892Z | Compiling flate2 v1.1.9 |
| 1568 | 2026-03-12T01:04:25.895Z | Compiling zerocopy v0.7.35 |
| 1569 | 2026-03-12T01:04:25.938Z | Compiling rand_chacha v0.9.0 |
| 1570 | 2026-03-12T01:04:25.969Z | Compiling rand_chacha v0.3.1 |
| 1571 | 2026-03-12T01:04:26.178Z | Compiling hkdf v0.12.4 |
| 1572 | 2026-03-12T01:04:26.199Z | Compiling crypto-bigint v0.5.5 |
| 1573 | 2026-03-12T01:04:26.289Z | Compiling rand v0.9.2 |
| 1574 | 2026-03-12T01:04:26.402Z | Compiling rand v0.8.5 |
| 1575 | 2026-03-12T01:04:26.482Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-03-12T01:04:26.574Z | Compiling regex v1.12.3 |
| 1577 | 2026-03-12T01:04:26.711Z | Compiling dof v0.4.0 |
| 1578 | 2026-03-12T01:04:26.937Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1579 | 2026-03-12T01:04:26.958Z | Compiling strum_macros v0.27.2 |
| 1580 | 2026-03-12T01:04:26.982Z | Compiling ref-cast-impl v1.0.25 |
| 1581 | 2026-03-12T01:04:27.107Z | Compiling proptest v1.10.0 |
| 1582 | 2026-03-12T01:04:27.188Z | Compiling postgres-protocol v0.6.10 |
| 1583 | 2026-03-12T01:04:27.369Z | Compiling ipnetwork v0.21.1 |
| 1584 | 2026-03-12T01:04:27.518Z | Compiling daft-derive v0.1.5 |
| 1585 | 2026-03-12T01:04:27.569Z | Compiling async-trait v0.1.89 |
| 1586 | 2026-03-12T01:04:27.745Z | Compiling oxnet v0.1.4 |
| 1587 | 2026-03-12T01:04:28.057Z | Compiling num-iter v0.1.45 |
| 1588 | 2026-03-12T01:04:28.190Z | Compiling group v0.13.0 |
| 1589 | 2026-03-12T01:04:28.292Z | Compiling proc-macro-error v1.0.4 |
| 1590 | 2026-03-12T01:04:28.540Z | Compiling heck v0.4.1 |
| 1591 | 2026-03-12T01:04:28.633Z | Compiling phf_shared v0.13.1 |
| 1592 | 2026-03-12T01:04:28.662Z | Compiling terminal_size v0.4.3 |
| 1593 | 2026-03-12T01:04:28.702Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-03-12T01:04:28.836Z | Compiling vergen v9.0.6 |
| 1595 | 2026-03-12T01:04:28.859Z | Compiling fs-err v3.3.0 |
| 1596 | 2026-03-12T01:04:28.881Z | Compiling ahash v0.8.12 |
| 1597 | 2026-03-12T01:04:28.940Z | Compiling bitflags v1.3.2 |
| 1598 | 2026-03-12T01:04:28.996Z | Compiling foldhash v0.1.5 |
| 1599 | 2026-03-12T01:04:29.019Z | Compiling object v0.37.3 |
| 1600 | 2026-03-12T01:04:29.043Z | Compiling winnow v0.5.40 |
| 1601 | 2026-03-12T01:04:29.067Z | Compiling managed v0.8.0 |
| 1602 | 2026-03-12T01:04:29.116Z | Compiling libbz2-rs-sys v0.2.2 |
| 1603 | 2026-03-12T01:04:29.140Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-03-12T01:04:29.143Z | Compiling console v0.16.2 |
| 1605 | 2026-03-12T01:04:29.286Z | Compiling hashbrown v0.15.5 |
| 1606 | 2026-03-12T01:04:29.332Z | Compiling clap_builder v4.5.60 |
| 1607 | 2026-03-12T01:04:29.361Z | Compiling usdt-attr-macro v0.6.0 |
| 1608 | 2026-03-12T01:04:29.421Z | Compiling usdt-macro v0.6.0 |
| 1609 | 2026-03-12T01:04:29.470Z | Compiling tokio-util v0.7.18 |
| 1610 | 2026-03-12T01:04:29.536Z | Compiling tower v0.5.3 |
| 1611 | 2026-03-12T01:04:29.557Z | Compiling tokio-native-tls v0.3.1 |
| 1612 | 2026-03-12T01:04:29.793Z | Compiling strum v0.27.2 |
| 1613 | 2026-03-12T01:04:29.814Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-03-12T01:04:29.973Z | Compiling zopfli v0.8.3 |
| 1615 | 2026-03-12T01:04:30.065Z | Compiling dof v0.3.0 |
| 1616 | 2026-03-12T01:04:30.090Z | Compiling phf v0.13.1 |
| 1617 | 2026-03-12T01:04:30.115Z | Compiling tower-http v0.6.8 |
| 1618 | 2026-03-12T01:04:30.115Z | Compiling signal-hook-mio v0.2.5 |
| 1619 | 2026-03-12T01:04:30.220Z | Compiling zone_cfg_derive v0.3.1 |
| 1620 | 2026-03-12T01:04:30.506Z | Compiling h2 v0.4.13 |
| 1621 | 2026-03-12T01:04:30.528Z | Compiling newtype-uuid v1.3.2 |
| 1622 | 2026-03-12T01:04:30.588Z | Compiling rayon v1.11.0 |
| 1623 | 2026-03-12T01:04:30.719Z | Compiling cargo_metadata v0.19.2 |
| 1624 | 2026-03-12T01:04:30.849Z | Compiling daft v0.1.5 |
| 1625 | 2026-03-12T01:04:30.945Z | Compiling toml_edit v0.19.15 |
| 1626 | 2026-03-12T01:04:30.967Z | Compiling elliptic-curve v0.13.8 |
| 1627 | 2026-03-12T01:04:30.971Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-03-12T01:04:31.134Z | Compiling postgres-types v0.2.12 |
| 1629 | 2026-03-12T01:04:31.138Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-03-12T01:04:31.230Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-12T01:04:31.439Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-03-12T01:04:31.526Z | Compiling zstd v0.13.3 |
| 1633 | 2026-03-12T01:04:31.564Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-03-12T01:04:31.892Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-03-12T01:04:31.916Z | Compiling pkcs1 v0.7.5 |
| 1636 | 2026-03-12T01:04:31.938Z | Compiling serde-big-array v0.5.1 |
| 1637 | 2026-03-12T01:04:32.131Z | Compiling hex v0.4.3 |
| 1638 | 2026-03-12T01:04:32.405Z | Compiling rfc6979 v0.4.0 |
| 1639 | 2026-03-12T01:04:32.486Z | Compiling bstr v1.12.1 |
| 1640 | 2026-03-12T01:04:32.517Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-03-12T01:04:32.574Z | Compiling serde_repr v0.1.20 |
| 1642 | 2026-03-12T01:04:32.635Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-03-12T01:04:32.656Z | Compiling clap_derive v4.5.55 |
| 1644 | 2026-03-12T01:04:32.855Z | Compiling phf_shared v0.11.3 |
| 1645 | 2026-03-12T01:04:33.018Z | Compiling itertools v0.12.1 |
| 1646 | 2026-03-12T01:04:33.076Z | Compiling float-cmp v0.10.0 |
| 1647 | 2026-03-12T01:04:33.106Z | Compiling thread-id v4.2.2 |
| 1648 | 2026-03-12T01:04:33.132Z | Compiling memmap2 v0.9.10 |
| 1649 | 2026-03-12T01:04:33.233Z | Compiling env_filter v1.0.0 |
| 1650 | 2026-03-12T01:04:33.283Z | Compiling encoding_rs v0.8.35 |
| 1651 | 2026-03-12T01:04:33.337Z | Compiling keccak v0.1.6 |
| 1652 | 2026-03-12T01:04:33.365Z | Compiling static_assertions v1.1.0 |
| 1653 | 2026-03-12T01:04:33.411Z | Compiling predicates-core v1.0.10 |
| 1654 | 2026-03-12T01:04:33.442Z | Compiling precomputed-hash v0.1.1 |
| 1655 | 2026-03-12T01:04:33.470Z | Compiling mime v0.3.17 |
| 1656 | 2026-03-12T01:04:33.568Z | Compiling rustc-hash v2.1.1 |
| 1657 | 2026-03-12T01:04:33.657Z | Compiling data-encoding v2.10.0 |
| 1658 | 2026-03-12T01:04:33.676Z | Compiling whoami v2.1.0 |
| 1659 | 2026-03-12T01:04:33.738Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-03-12T01:04:33.835Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-03-12T01:04:33.857Z | Compiling difflib v0.4.0 |
| 1662 | 2026-03-12T01:04:33.968Z | Compiling jiff v0.2.21 |
| 1663 | 2026-03-12T01:04:34.157Z | Compiling new_debug_unreachable v1.0.6 |
| 1664 | 2026-03-12T01:04:34.205Z | Compiling unit-prefix v0.5.2 |
| 1665 | 2026-03-12T01:04:34.301Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-03-12T01:04:34.432Z | Compiling indicatif v0.18.4 |
| 1667 | 2026-03-12T01:04:34.482Z | Compiling string_cache v0.8.9 |
| 1668 | 2026-03-12T01:04:34.621Z | Compiling zone v0.3.1 |
| 1669 | 2026-03-12T01:04:34.677Z | Compiling hyper v1.8.1 |
| 1670 | 2026-03-12T01:04:34.716Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-03-12T01:04:34.741Z | Compiling predicates v3.1.4 |
| 1672 | 2026-03-12T01:04:34.745Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-03-12T01:04:34.808Z | Compiling petgraph v0.8.3 |
| 1674 | 2026-03-12T01:04:35.061Z | Compiling strum v0.26.3 |
| 1675 | 2026-03-12T01:04:35.191Z | Compiling clap v4.5.60 |
| 1676 | 2026-03-12T01:04:35.237Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-03-12T01:04:35.265Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-03-12T01:04:35.309Z | Compiling iddqd v0.3.17 |
| 1679 | 2026-03-12T01:04:35.455Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-03-12T01:04:35.612Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1681 | 2026-03-12T01:04:35.659Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-03-12T01:04:35.694Z | Compiling usdt v0.6.0 |
| 1683 | 2026-03-12T01:04:36.050Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-03-12T01:04:36.112Z | Compiling similar v2.7.0 |
| 1685 | 2026-03-12T01:04:36.160Z | Compiling hyper-util v0.1.20 |
| 1686 | 2026-03-12T01:04:36.181Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-03-12T01:04:36.842Z | Compiling toml v0.7.8 |
| 1688 | 2026-03-12T01:04:36.875Z | Compiling ecdsa v0.16.9 |
| 1689 | 2026-03-12T01:04:36.899Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-03-12T01:04:36.932Z | Compiling rsa v0.9.10 |
| 1691 | 2026-03-12T01:04:37.338Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-03-12T01:04:37.583Z | Compiling zip v0.6.6 |
| 1693 | 2026-03-12T01:04:37.607Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-03-12T01:04:37.708Z | Compiling zip v4.6.1 |
| 1695 | 2026-03-12T01:04:38.242Z | Compiling hyper-tls v0.6.0 |
| 1696 | 2026-03-12T01:04:38.265Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-03-12T01:04:38.557Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1698 | 2026-03-12T01:04:38.581Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-12T01:04:38.631Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-03-12T01:04:38.655Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-03-12T01:04:38.724Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-03-12T01:04:38.756Z | Compiling itertools v0.13.0 |
| 1703 | 2026-03-12T01:04:38.857Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1704 | 2026-03-12T01:04:39.040Z | Compiling lalrpop-util v0.19.12 |
| 1705 | 2026-03-12T01:04:39.043Z | Compiling peg-runtime v0.8.5 |
| 1706 | 2026-03-12T01:04:39.082Z | Compiling thread_local v1.1.9 |
| 1707 | 2026-03-12T01:04:39.135Z | Compiling slog-async v2.8.0 |
| 1708 | 2026-03-12T01:04:39.294Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-03-12T01:04:39.337Z | Compiling crossbeam-channel v0.5.15 |
| 1710 | 2026-03-12T01:04:39.431Z | Compiling is-terminal v0.4.17 |
| 1711 | 2026-03-12T01:04:39.452Z | Compiling filetime v0.2.27 |
| 1712 | 2026-03-12T01:04:39.475Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-03-12T01:04:39.506Z | Compiling xattr v1.6.1 |
| 1714 | 2026-03-12T01:04:39.581Z | Compiling term v1.2.1 |
| 1715 | 2026-03-12T01:04:39.630Z | Compiling futures v0.3.32 |
| 1716 | 2026-03-12T01:04:39.697Z | Compiling tar v0.4.44 |
| 1717 | 2026-03-12T01:04:39.986Z | Compiling slog-term v2.9.2 |
| 1718 | 2026-03-12T01:05:00.534Z | Compiling rustls-webpki v0.103.9 |
| 1719 | 2026-03-12T01:05:04.574Z | Compiling tokio-rustls v0.26.4 |
| 1720 | 2026-03-12T01:05:04.577Z | Compiling rustls-platform-verifier v0.6.2 |
| 1721 | 2026-03-12T01:05:04.836Z | Compiling hyper-rustls v0.27.7 |
| 1722 | 2026-03-12T01:05:05.086Z | Compiling reqwest v0.13.2 |
| 1723 | 2026-03-12T01:05:05.086Z | Compiling reqwest v0.12.28 |
| 1724 | 2026-03-12T01:05:07.899Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1725 | 2026-03-12T01:05:08.203Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1726 | 2026-03-12T01:05:12.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1727 | 2026-03-12T01:05:12.184Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1728 | 2026-03-12T01:05:12.246Z | Mar 12 01:05:11.586 INFO Starting download, target: Clickhouse |
| 1729 | 2026-03-12T01:05:12.246Z | Mar 12 01:05:11.587 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-03-12T01:05:12.246Z | Mar 12 01:05:11.587 INFO Starting download, target: Cockroach |
| 1731 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Starting download, target: MaghemiteMgd |
| 1732 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Starting download, target: Console |
| 1733 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Starting download, target: DendriteStub |
| 1734 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1735 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1737 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1738 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-03-12T01:05:12.249Z | Mar 12 01:05:11.587 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-03-12T01:05:12.578Z | Mar 12 01:05:11.909 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1741 | 2026-03-12T01:05:12.920Z | Mar 12 01:05:12.257 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-03-12T01:05:13.308Z | Mar 12 01:05:12.648 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-03-12T01:05:13.688Z | Mar 12 01:05:13.028 INFO Download complete, target: Console |
| 1744 | 2026-03-12T01:05:14.239Z | Mar 12 01:05:13.579 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1745 | 2026-03-12T01:05:14.243Z | Mar 12 01:05:13.581 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-03-12T01:05:14.453Z | Mar 12 01:05:13.794 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-03-12T01:05:14.453Z | Mar 12 01:05:13.794 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-03-12T01:05:14.524Z | Mar 12 01:05:13.865 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1749 | 2026-03-12T01:05:17.789Z | Mar 12 01:05:17.130 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-12T01:05:17.904Z | Mar 12 01:05:17.245 INFO Download complete, target: DendriteStub |
| 1751 | 2026-03-12T01:05:22.069Z | Mar 12 01:05:21.407 INFO Checking that binary works, target: Cockroach |
| 1752 | 2026-03-12T01:05:22.189Z | Mar 12 01:05:21.528 INFO Download complete, target: Cockroach |
| 1753 | 2026-03-12T01:05:25.494Z | Mar 12 01:05:24.833 INFO Checking that binary works, target: Clickhouse |
| 1754 | 2026-03-12T01:05:25.594Z | Mar 12 01:05:24.932 INFO Download complete, target: Clickhouse |
| 1755 | 2026-03-12T01:05:25.598Z | All prerequisites installed successfully |
| 1756 | 2026-03-12T01:05:25.601Z | |
| 1757 | 2026-03-12T01:05:25.601Z | real 3:44.264837903 |
| 1758 | 2026-03-12T01:05:25.601Z | user 10:25.836714959 |
| 1759 | 2026-03-12T01:05:25.601Z | sys 2:07.759292987 |
| 1760 | 2026-03-12T01:05:25.601Z | trap 0.326901140 |
| 1761 | 2026-03-12T01:05:25.601Z | tflt 1.114346758 |
| 1762 | 2026-03-12T01:05:25.601Z | dflt 1.961629450 |
| 1763 | 2026-03-12T01:05:25.601Z | kflt 0.023164410 |
| 1764 | 2026-03-12T01:05:25.601Z | lock 23:40.088741617 |
| 1765 | 2026-03-12T01:05:25.601Z | slp 34:05.971813759 |
| 1766 | 2026-03-12T01:05:25.601Z | lat 29.998050593 |
| 1767 | 2026-03-12T01:05:25.601Z | stop 4:27.777203707 |
| 1768 | 2026-03-12T01:05:25.601Z | + ptime -m cargo xtask download softnpu |
| 1769 | 2026-03-12T01:05:26.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1770 | 2026-03-12T01:05:26.358Z | Running `target/debug/xtask download softnpu` |
| 1771 | 2026-03-12T01:05:27.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1772 | 2026-03-12T01:05:27.403Z | Running `target/debug/xtask-downloader softnpu` |
| 1773 | 2026-03-12T01:05:27.447Z | Mar 12 01:05:26.786 INFO Starting download, target: Softnpu |
| 1774 | 2026-03-12T01:05:27.451Z | Mar 12 01:05:26.787 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1775 | 2026-03-12T01:05:28.172Z | Mar 12 01:05:27.511 INFO Download complete, target: Softnpu |
| 1776 | 2026-03-12T01:05:28.176Z | |
| 1777 | 2026-03-12T01:05:28.179Z | real 2.570486550 |
| 1778 | 2026-03-12T01:05:28.179Z | user 1.635744521 |
| 1779 | 2026-03-12T01:05:28.179Z | sys 0.715473411 |
| 1780 | 2026-03-12T01:05:28.179Z | trap 0.000626068 |
| 1781 | 2026-03-12T01:05:28.179Z | tflt 0.000176487 |
| 1782 | 2026-03-12T01:05:28.179Z | dflt 0.000259456 |
| 1783 | 2026-03-12T01:05:28.179Z | kflt 0.000000000 |
| 1784 | 2026-03-12T01:05:28.179Z | lock 13.995537893 |
| 1785 | 2026-03-12T01:05:28.179Z | slp 0.516461148 |
| 1786 | 2026-03-12T01:05:28.179Z | lat 0.031106662 |
| 1787 | 2026-03-12T01:05:28.179Z | stop 0.000187870 |
| 1788 | 2026-03-12T01:05:28.179Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-12T01:05:28.179Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-03-12T01:05:28.179Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1791 | 2026-03-12T01:05:29.358Z | Compiling proc-macro2 v1.0.106 |
| 1792 | 2026-03-12T01:05:29.358Z | Compiling quote v1.0.44 |
| 1793 | 2026-03-12T01:05:29.361Z | Compiling unicode-ident v1.0.24 |
| 1794 | 2026-03-12T01:05:29.361Z | Compiling libc v0.2.180 |
| 1795 | 2026-03-12T01:05:29.361Z | Compiling serde_core v1.0.228 |
| 1796 | 2026-03-12T01:05:29.361Z | Compiling serde v1.0.228 |
| 1797 | 2026-03-12T01:05:29.361Z | Compiling cfg-if v1.0.4 |
| 1798 | 2026-03-12T01:05:29.361Z | Compiling version_check v0.9.5 |
| 1799 | 2026-03-12T01:05:29.361Z | Compiling shlex v1.3.0 |
| 1800 | 2026-03-12T01:05:29.361Z | Compiling find-msvc-tools v0.1.9 |
| 1801 | 2026-03-12T01:05:29.361Z | Compiling typenum v1.19.0 |
| 1802 | 2026-03-12T01:05:29.361Z | Compiling portable-atomic v1.13.1 |
| 1803 | 2026-03-12T01:05:29.361Z | Compiling memchr v2.8.0 |
| 1804 | 2026-03-12T01:05:29.361Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-12T01:05:29.507Z | Compiling serde_json v1.0.149 |
| 1806 | 2026-03-12T01:05:29.780Z | Compiling autocfg v1.5.0 |
| 1807 | 2026-03-12T01:05:29.801Z | Compiling zerocopy v0.8.40 |
| 1808 | 2026-03-12T01:05:29.898Z | Compiling parking_lot_core v0.9.12 |
| 1809 | 2026-03-12T01:05:29.921Z | Compiling libm v0.2.16 |
| 1810 | 2026-03-12T01:05:29.942Z | Compiling smallvec v1.15.1 |
| 1811 | 2026-03-12T01:05:29.964Z | Compiling generic-array v0.14.7 |
| 1812 | 2026-03-12T01:05:29.986Z | Compiling icu_normalizer_data v2.1.1 |
| 1813 | 2026-03-12T01:05:30.084Z | Compiling icu_properties_data v2.1.2 |
| 1814 | 2026-03-12T01:05:30.284Z | Compiling num-traits v0.2.19 |
| 1815 | 2026-03-12T01:05:30.308Z | Compiling itoa v1.0.17 |
| 1816 | 2026-03-12T01:05:30.308Z | Compiling log v0.4.29 |
| 1817 | 2026-03-12T01:05:30.369Z | Compiling getrandom v0.4.1 |
| 1818 | 2026-03-12T01:05:30.391Z | Compiling pkg-config v0.3.32 |
| 1819 | 2026-03-12T01:05:30.395Z | Compiling stable_deref_trait v1.2.1 |
| 1820 | 2026-03-12T01:05:30.542Z | Compiling subtle v2.6.1 |
| 1821 | 2026-03-12T01:05:30.565Z | Compiling scopeguard v1.2.0 |
| 1822 | 2026-03-12T01:05:30.686Z | Compiling thiserror v2.0.18 |
| 1823 | 2026-03-12T01:05:30.713Z | Compiling lock_api v0.4.14 |
| 1824 | 2026-03-12T01:05:30.761Z | Compiling fnv v1.0.7 |
| 1825 | 2026-03-12T01:05:30.848Z | Compiling jobserver v0.1.34 |
| 1826 | 2026-03-12T01:05:30.871Z | Compiling getrandom v0.2.17 |
| 1827 | 2026-03-12T01:05:30.913Z | Compiling errno v0.3.14 |
| 1828 | 2026-03-12T01:05:31.008Z | Compiling pin-project-lite v0.2.17 |
| 1829 | 2026-03-12T01:05:31.011Z | Compiling getrandom v0.3.4 |
| 1830 | 2026-03-12T01:05:31.095Z | Compiling rand_core v0.6.4 |
| 1831 | 2026-03-12T01:05:31.149Z | Compiling cc v1.2.56 |
| 1832 | 2026-03-12T01:05:31.310Z | Compiling critical-section v1.2.0 |
| 1833 | 2026-03-12T01:05:31.375Z | Compiling syn v2.0.117 |
| 1834 | 2026-03-12T01:05:31.419Z | Compiling equivalent v1.0.2 |
| 1835 | 2026-03-12T01:05:31.444Z | Compiling rustversion v1.0.22 |
| 1836 | 2026-03-12T01:05:31.488Z | Compiling allocator-api2 v0.2.21 |
| 1837 | 2026-03-12T01:05:31.491Z | Compiling percent-encoding v2.3.2 |
| 1838 | 2026-03-12T01:05:31.507Z | Compiling fs_extra v1.3.0 |
| 1839 | 2026-03-12T01:05:31.642Z | Compiling writeable v0.6.2 |
| 1840 | 2026-03-12T01:05:31.736Z | Compiling dunce v1.0.5 |
| 1841 | 2026-03-12T01:05:31.806Z | Compiling litemap v0.8.1 |
| 1842 | 2026-03-12T01:05:31.887Z | Compiling once_cell v1.21.3 |
| 1843 | 2026-03-12T01:05:31.952Z | Compiling foldhash v0.2.0 |
| 1844 | 2026-03-12T01:05:32.103Z | Compiling cmake v0.1.57 |
| 1845 | 2026-03-12T01:05:32.109Z | Compiling const-oid v0.9.6 |
| 1846 | 2026-03-12T01:05:32.159Z | Compiling hashbrown v0.16.1 |
| 1847 | 2026-03-12T01:05:32.206Z | Compiling signal-hook-registry v1.4.8 |
| 1848 | 2026-03-12T01:05:32.221Z | Compiling rustix v1.1.3 |
| 1849 | 2026-03-12T01:05:32.295Z | Compiling socket2 v0.6.2 |
| 1850 | 2026-03-12T01:05:32.341Z | Compiling mio v1.1.1 |
| 1851 | 2026-03-12T01:05:32.361Z | Compiling schemars v0.8.22 |
| 1852 | 2026-03-12T01:05:32.361Z | Compiling rand_core v0.10.0 |
| 1853 | 2026-03-12T01:05:32.566Z | Compiling parking_lot v0.12.5 |
| 1854 | 2026-03-12T01:05:32.597Z | Compiling utf8_iter v1.0.4 |
| 1855 | 2026-03-12T01:05:32.642Z | Compiling aws-lc-rs v1.16.0 |
| 1856 | 2026-03-12T01:05:32.720Z | Compiling semver v1.0.27 |
| 1857 | 2026-03-12T01:05:32.834Z | Compiling form_urlencoded v1.2.2 |
| 1858 | 2026-03-12T01:05:32.958Z | Compiling bitflags v2.11.0 |
| 1859 | 2026-03-12T01:05:32.978Z | Compiling ring v0.17.14 |
| 1860 | 2026-03-12T01:05:33.040Z | Compiling aws-lc-sys v0.37.1 |
| 1861 | 2026-03-12T01:05:33.133Z | Compiling indexmap v2.13.0 |
| 1862 | 2026-03-12T01:05:33.190Z | Compiling strsim v0.11.1 |
| 1863 | 2026-03-12T01:05:33.215Z | Compiling futures-core v0.3.32 |
| 1864 | 2026-03-12T01:05:33.435Z | Compiling httparse v1.10.1 |
| 1865 | 2026-03-12T01:05:33.485Z | Compiling byteorder v1.5.0 |
| 1866 | 2026-03-12T01:05:33.609Z | Compiling thiserror v1.0.69 |
| 1867 | 2026-03-12T01:05:33.645Z | Compiling ucd-trie v0.1.7 |
| 1868 | 2026-03-12T01:05:33.812Z | Compiling heck v0.5.0 |
| 1869 | 2026-03-12T01:05:33.868Z | Compiling pest v2.8.6 |
| 1870 | 2026-03-12T01:05:33.891Z | Compiling vcpkg v0.2.15 |
| 1871 | 2026-03-12T01:05:33.915Z | Compiling ident_case v1.0.1 |
| 1872 | 2026-03-12T01:05:34.104Z | Compiling regex-syntax v0.8.10 |
| 1873 | 2026-03-12T01:05:34.171Z | Compiling syn v1.0.109 |
| 1874 | 2026-03-12T01:05:34.236Z | Compiling crossbeam-utils v0.8.21 |
| 1875 | 2026-03-12T01:05:34.352Z | Compiling rustls v0.23.37 |
| 1876 | 2026-03-12T01:05:34.355Z | Compiling futures-sink v0.3.32 |
| 1877 | 2026-03-12T01:05:34.396Z | Compiling rustc_version v0.4.1 |
| 1878 | 2026-03-12T01:05:34.516Z | Compiling futures-channel v0.3.32 |
| 1879 | 2026-03-12T01:05:34.539Z | Compiling futures-io v0.3.32 |
| 1880 | 2026-03-12T01:05:34.561Z | Compiling cpufeatures v0.2.17 |
| 1881 | 2026-03-12T01:05:34.626Z | Compiling slab v0.4.12 |
| 1882 | 2026-03-12T01:05:34.648Z | Compiling futures-task v0.3.32 |
| 1883 | 2026-03-12T01:05:34.737Z | Compiling openssl-sys v0.9.111 |
| 1884 | 2026-03-12T01:05:34.799Z | Compiling plain v0.2.3 |
| 1885 | 2026-03-12T01:05:34.821Z | Compiling iana-time-zone v0.1.65 |
| 1886 | 2026-03-12T01:05:34.845Z | Compiling uuid v1.21.0 |
| 1887 | 2026-03-12T01:05:34.898Z | Compiling aho-corasick v1.1.4 |
| 1888 | 2026-03-12T01:05:34.962Z | Compiling num-conv v0.2.0 |
| 1889 | 2026-03-12T01:05:34.965Z | Compiling time-core v0.1.8 |
| 1890 | 2026-03-12T01:05:35.242Z | Compiling time-macros v0.2.27 |
| 1891 | 2026-03-12T01:05:35.271Z | Compiling pretty-hex v0.4.1 |
| 1892 | 2026-03-12T01:05:35.313Z | Compiling synstructure v0.13.2 |
| 1893 | 2026-03-12T01:05:35.445Z | Compiling serde_derive_internals v0.29.1 |
| 1894 | 2026-03-12T01:05:35.467Z | Compiling pest_meta v2.8.6 |
| 1895 | 2026-03-12T01:05:35.626Z | Compiling openssl v0.10.75 |
| 1896 | 2026-03-12T01:05:35.999Z | Compiling anyhow v1.0.102 |
| 1897 | 2026-03-12T01:05:36.049Z | Compiling base64ct v1.8.3 |
| 1898 | 2026-03-12T01:05:36.140Z | Compiling either v1.15.0 |
| 1899 | 2026-03-12T01:05:36.160Z | Compiling regex-automata v0.4.14 |
| 1900 | 2026-03-12T01:05:36.183Z | Compiling crc32fast v1.5.0 |
| 1901 | 2026-03-12T01:05:36.323Z | Compiling pest_generator v2.8.6 |
| 1902 | 2026-03-12T01:05:36.437Z | Compiling pem-rfc7468 v0.7.0 |
| 1903 | 2026-03-12T01:05:36.457Z | Compiling darling_core v0.21.3 |
| 1904 | 2026-03-12T01:05:36.479Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1905 | 2026-03-12T01:05:36.522Z | Compiling flagset v0.4.7 |
| 1906 | 2026-03-12T01:05:36.563Z | Compiling native-tls v0.2.18 |
| 1907 | 2026-03-12T01:05:36.582Z | Compiling rand_core v0.9.5 |
| 1908 | 2026-03-12T01:05:36.782Z | Compiling slog v2.8.2 |
| 1909 | 2026-03-12T01:05:36.851Z | Compiling tracing-core v0.1.36 |
| 1910 | 2026-03-12T01:05:36.876Z | Compiling untrusted v0.9.0 |
| 1911 | 2026-03-12T01:05:36.923Z | Compiling rayon-core v1.13.0 |
| 1912 | 2026-03-12T01:05:36.944Z | Compiling dyn-clone v1.0.20 |
| 1913 | 2026-03-12T01:05:37.167Z | Compiling cookie v0.18.1 |
| 1914 | 2026-03-12T01:05:37.221Z | Compiling camino v1.2.2 |
| 1915 | 2026-03-12T01:05:37.283Z | Compiling base64 v0.22.1 |
| 1916 | 2026-03-12T01:05:37.305Z | Compiling serde_derive v1.0.228 |
| 1917 | 2026-03-12T01:05:37.332Z | Compiling zeroize_derive v1.4.3 |
| 1918 | 2026-03-12T01:05:37.400Z | Compiling zerofrom-derive v0.1.6 |
| 1919 | 2026-03-12T01:05:37.440Z | Compiling yoke-derive v0.8.1 |
| 1920 | 2026-03-12T01:05:37.462Z | Compiling zerovec-derive v0.11.2 |
| 1921 | 2026-03-12T01:05:37.466Z | Compiling displaydoc v0.2.5 |
| 1922 | 2026-03-12T01:05:37.586Z | Compiling zerocopy-derive v0.8.40 |
| 1923 | 2026-03-12T01:05:37.638Z | Compiling tokio-macros v2.6.0 |
| 1924 | 2026-03-12T01:05:37.935Z | Compiling futures-macro v0.3.32 |
| 1925 | 2026-03-12T01:05:38.152Z | Compiling zeroize v1.8.2 |
| 1926 | 2026-03-12T01:05:38.468Z | Compiling thiserror-impl v2.0.18 |
| 1927 | 2026-03-12T01:05:38.555Z | Compiling tracing-attributes v0.1.31 |
| 1928 | 2026-03-12T01:05:38.766Z | Compiling der_derive v0.7.3 |
| 1929 | 2026-03-12T01:05:38.854Z | Compiling schemars_derive v0.8.22 |
| 1930 | 2026-03-12T01:05:38.977Z | Compiling thiserror-impl v1.0.69 |
| 1931 | 2026-03-12T01:05:38.997Z | Compiling zerofrom v0.1.6 |
| 1932 | 2026-03-12T01:05:39.169Z | Compiling yoke v0.8.1 |
| 1933 | 2026-03-12T01:05:39.189Z | Compiling crypto-common v0.1.7 |
| 1934 | 2026-03-12T01:05:39.407Z | Compiling zerovec v0.11.5 |
| 1935 | 2026-03-12T01:05:39.440Z | Compiling zerotrie v0.2.3 |
| 1936 | 2026-03-12T01:05:39.782Z | Compiling block-buffer v0.10.4 |
| 1937 | 2026-03-12T01:05:39.993Z | Compiling digest v0.10.7 |
| 1938 | 2026-03-12T01:05:40.081Z | Compiling pest_derive v2.8.6 |
| 1939 | 2026-03-12T01:05:40.141Z | Compiling tinystr v0.8.2 |
| 1940 | 2026-03-12T01:05:40.225Z | Compiling potential_utf v0.1.4 |
| 1941 | 2026-03-12T01:05:40.298Z | Compiling hmac v0.12.1 |
| 1942 | 2026-03-12T01:05:40.415Z | Compiling icu_locale_core v2.1.1 |
| 1943 | 2026-03-12T01:05:40.437Z | Compiling icu_collections v2.1.1 |
| 1944 | 2026-03-12T01:05:40.502Z | Compiling futures-util v0.3.32 |
| 1945 | 2026-03-12T01:05:40.544Z | Compiling block-padding v0.3.3 |
| 1946 | 2026-03-12T01:05:40.597Z | Compiling sha2 v0.10.9 |
| 1947 | 2026-03-12T01:05:40.710Z | Compiling inout v0.1.4 |
| 1948 | 2026-03-12T01:05:40.796Z | Compiling rustls-pki-types v1.14.0 |
| 1949 | 2026-03-12T01:05:41.085Z | Compiling cipher v0.4.4 |
| 1950 | 2026-03-12T01:05:41.124Z | Compiling scroll_derive v0.13.1 |
| 1951 | 2026-03-12T01:05:41.301Z | Compiling scroll_derive v0.12.1 |
| 1952 | 2026-03-12T01:05:41.382Z | Compiling openssl-macros v0.1.1 |
| 1953 | 2026-03-12T01:05:41.413Z | Compiling icu_provider v2.1.1 |
| 1954 | 2026-03-12T01:05:41.656Z | Compiling bytes v1.11.1 |
| 1955 | 2026-03-12T01:05:41.894Z | Compiling icu_normalizer v2.1.1 |
| 1956 | 2026-03-12T01:05:41.920Z | Compiling icu_properties v2.1.2 |
| 1957 | 2026-03-12T01:05:41.964Z | Compiling chrono v0.4.44 |
| 1958 | 2026-03-12T01:05:42.192Z | Compiling serde_tokenstream v0.2.3 |
| 1959 | 2026-03-12T01:05:42.428Z | Compiling tokio v1.49.0 |
| 1960 | 2026-03-12T01:05:42.853Z | Compiling http v1.4.0 |
| 1961 | 2026-03-12T01:05:43.225Z | Compiling idna_adapter v1.2.1 |
| 1962 | 2026-03-12T01:05:43.412Z | Compiling idna v1.1.0 |
| 1963 | 2026-03-12T01:05:43.656Z | Compiling der v0.7.10 |
| 1964 | 2026-03-12T01:05:43.817Z | Compiling darling_macro v0.21.3 |
| 1965 | 2026-03-12T01:05:43.842Z | Compiling regex v1.12.3 |
| 1966 | 2026-03-12T01:05:43.886Z | Compiling url v2.5.8 |
| 1967 | 2026-03-12T01:05:44.060Z | Compiling ppv-lite86 v0.2.21 |
| 1968 | 2026-03-12T01:05:44.090Z | Compiling zerocopy-derive v0.7.35 |
| 1969 | 2026-03-12T01:05:44.474Z | Compiling darling v0.21.3 |
| 1970 | 2026-03-12T01:05:44.596Z | Compiling salsa20 v0.10.2 |
| 1971 | 2026-03-12T01:05:44.795Z | Compiling pbkdf2 v0.12.2 |
| 1972 | 2026-03-12T01:05:44.921Z | Compiling spki v0.7.3 |
| 1973 | 2026-03-12T01:05:44.976Z | Compiling tracing v0.1.44 |
| 1974 | 2026-03-12T01:05:45.207Z | Compiling scrypt v0.11.0 |
| 1975 | 2026-03-12T01:05:45.211Z | Compiling rand_chacha v0.9.0 |
| 1976 | 2026-03-12T01:05:45.274Z | Compiling cbc v0.1.2 |
| 1977 | 2026-03-12T01:05:45.466Z | Compiling aes v0.8.4 |
| 1978 | 2026-03-12T01:05:46.104Z | Compiling usdt-impl v0.5.0 |
| 1979 | 2026-03-12T01:05:46.156Z | Compiling winnow v0.7.14 |
| 1980 | 2026-03-12T01:05:46.244Z | Compiling paste v1.0.15 |
| 1981 | 2026-03-12T01:05:46.417Z | Compiling ref-cast v1.0.25 |
| 1982 | 2026-03-12T01:05:46.544Z | Compiling usdt-impl v0.6.0 |
| 1983 | 2026-03-12T01:05:46.818Z | Compiling pkcs5 v0.7.1 |
| 1984 | 2026-03-12T01:05:47.033Z | Compiling rand v0.9.2 |
| 1985 | 2026-03-12T01:05:47.069Z | Compiling http-body v1.0.1 |
| 1986 | 2026-03-12T01:05:47.118Z | Compiling scroll v0.12.0 |
| 1987 | 2026-03-12T01:05:47.230Z | Compiling scroll v0.13.0 |
| 1988 | 2026-03-12T01:05:47.277Z | Compiling serde_spanned v0.6.9 |
| 1989 | 2026-03-12T01:05:47.316Z | Compiling toml_datetime v0.6.11 |
| 1990 | 2026-03-12T01:05:47.489Z | Compiling heapless v0.7.17 |
| 1991 | 2026-03-12T01:05:47.605Z | Compiling tokio-util v0.7.18 |
| 1992 | 2026-03-12T01:05:47.626Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1993 | 2026-03-12T01:05:47.648Z | Compiling zstd-safe v7.2.4 |
| 1994 | 2026-03-12T01:05:47.698Z | Compiling atomic-waker v1.1.2 |
| 1995 | 2026-03-12T01:05:47.846Z | Compiling signal-hook v0.3.18 |
| 1996 | 2026-03-12T01:05:47.886Z | Compiling openssl-probe v0.2.1 |
| 1997 | 2026-03-12T01:05:47.939Z | Compiling untrusted v0.7.1 |
| 1998 | 2026-03-12T01:05:48.027Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1999 | 2026-03-12T01:05:48.269Z | Compiling goblin v0.10.5 |
| 2000 | 2026-03-12T01:05:48.291Z | Compiling goblin v0.8.2 |
| 2001 | 2026-03-12T01:05:48.380Z | Compiling pkcs8 v0.10.2 |
| 2002 | 2026-03-12T01:05:48.786Z | Compiling zerocopy v0.7.35 |
| 2003 | 2026-03-12T01:05:48.810Z | Compiling ref-cast-impl v1.0.25 |
| 2004 | 2026-03-12T01:05:48.921Z | Compiling darling_core v0.20.11 |
| 2005 | 2026-03-12T01:05:49.149Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2006 | 2026-03-12T01:05:49.318Z | Compiling fastrand v2.3.0 |
| 2007 | 2026-03-12T01:05:49.524Z | Compiling tower-service v0.3.3 |
| 2008 | 2026-03-12T01:05:49.545Z | Compiling tinyvec_macros v0.1.1 |
| 2009 | 2026-03-12T01:05:49.584Z | Compiling winnow v0.5.40 |
| 2010 | 2026-03-12T01:05:49.609Z | Compiling rustix v0.38.44 |
| 2011 | 2026-03-12T01:05:49.649Z | Compiling try-lock v0.2.5 |
| 2012 | 2026-03-12T01:05:50.054Z | Compiling tower-layer v0.3.3 |
| 2013 | 2026-03-12T01:05:50.054Z | Compiling litrs v1.0.0 |
| 2014 | 2026-03-12T01:05:50.179Z | Compiling want v0.3.1 |
| 2015 | 2026-03-12T01:05:50.415Z | Compiling tinyvec v1.10.0 |
| 2016 | 2026-03-12T01:05:50.436Z | Compiling h2 v0.4.13 |
| 2017 | 2026-03-12T01:05:50.713Z | Compiling document-features v0.2.12 |
| 2018 | 2026-03-12T01:05:51.131Z | Compiling dtrace-parser v0.2.0 |
| 2019 | 2026-03-12T01:05:51.472Z | Compiling dof v0.3.0 |
| 2020 | 2026-03-12T01:05:51.535Z | Compiling toml_edit v0.19.15 |
| 2021 | 2026-03-12T01:05:51.693Z | Compiling dtrace-parser v0.3.0 |
| 2022 | 2026-03-12T01:05:51.810Z | Compiling ipnet v2.11.0 |
| 2023 | 2026-03-12T01:05:51.834Z | Compiling darling_macro v0.20.11 |
| 2024 | 2026-03-12T01:05:52.015Z | Compiling daft-derive v0.1.5 |
| 2025 | 2026-03-12T01:05:52.343Z | Compiling dof v0.4.0 |
| 2026 | 2026-03-12T01:05:52.456Z | Compiling async-trait v0.1.89 |
| 2027 | 2026-03-12T01:05:52.483Z | Compiling curve25519-dalek v4.1.3 |
| 2028 | 2026-03-12T01:05:52.613Z | Compiling spin v0.9.8 |
| 2029 | 2026-03-12T01:05:52.796Z | Compiling thread-id v4.2.2 |
| 2030 | 2026-03-12T01:05:52.840Z | Compiling thread-id v5.1.0 |
| 2031 | 2026-03-12T01:05:52.900Z | Compiling proc-macro-error-attr v1.0.4 |
| 2032 | 2026-03-12T01:05:52.920Z | Compiling pin-utils v0.1.0 |
| 2033 | 2026-03-12T01:05:52.942Z | Compiling powerfmt v0.2.0 |
| 2034 | 2026-03-12T01:05:52.961Z | Compiling httpdate v1.0.3 |
| 2035 | 2026-03-12T01:05:53.030Z | Compiling smoltcp v0.9.1 |
| 2036 | 2026-03-12T01:05:53.458Z | Compiling foreign-types-shared v0.1.1 |
| 2037 | 2026-03-12T01:05:53.478Z | Compiling num-bigint-dig v0.8.6 |
| 2038 | 2026-03-12T01:05:53.585Z | Compiling foreign-types v0.3.2 |
| 2039 | 2026-03-12T01:05:53.693Z | Compiling deranged v0.5.8 |
| 2040 | 2026-03-12T01:05:53.785Z | Compiling tempfile v3.25.0 |
| 2041 | 2026-03-12T01:05:53.856Z | Compiling darling v0.20.11 |
| 2042 | 2026-03-12T01:05:54.295Z | Compiling ipnetwork v0.21.1 |
| 2043 | 2026-03-12T01:05:54.388Z | Compiling strum_macros v0.26.4 |
| 2044 | 2026-03-12T01:05:54.428Z | Compiling hyper v1.8.1 |
| 2045 | 2026-03-12T01:05:54.647Z | Compiling wait-timeout v0.2.1 |
| 2046 | 2026-03-12T01:05:54.670Z | Compiling proc-macro-error v1.0.4 |
| 2047 | 2026-03-12T01:05:54.955Z | Compiling bit-vec v0.8.0 |
| 2048 | 2026-03-12T01:05:54.975Z | Compiling utf8parse v0.2.2 |
| 2049 | 2026-03-12T01:05:55.067Z | Compiling quick-error v1.2.3 |
| 2050 | 2026-03-12T01:05:55.129Z | Compiling simd-adler32 v0.3.8 |
| 2051 | 2026-03-12T01:05:55.218Z | Compiling num_threads v0.1.7 |
| 2052 | 2026-03-12T01:05:55.261Z | Compiling siphasher v1.0.2 |
| 2053 | 2026-03-12T01:05:55.355Z | Compiling anstyle v1.0.13 |
| 2054 | 2026-03-12T01:05:55.447Z | Compiling unicode-segmentation v1.12.0 |
| 2055 | 2026-03-12T01:05:55.552Z | Compiling time v0.3.47 |
| 2056 | 2026-03-12T01:05:55.656Z | Compiling bit-set v0.8.0 |
| 2057 | 2026-03-12T01:05:55.678Z | Compiling rusty-fork v0.3.1 |
| 2058 | 2026-03-12T01:05:55.921Z | Compiling hyper-util v0.1.20 |
| 2059 | 2026-03-12T01:05:56.092Z | Compiling anstyle-parse v0.2.7 |
| 2060 | 2026-03-12T01:05:56.616Z | Compiling crossbeam-epoch v0.9.18 |
| 2061 | 2026-03-12T01:05:56.692Z | Compiling derive_builder_core v0.20.2 |
| 2062 | 2026-03-12T01:05:57.039Z | Compiling unicode-normalization v0.1.25 |
| 2063 | 2026-03-12T01:05:57.698Z | Compiling rustls-native-certs v0.8.3 |
| 2064 | 2026-03-12T01:05:58.055Z | Compiling signature v2.2.0 |
| 2065 | 2026-03-12T01:05:58.210Z | Compiling hubpack_derive v0.1.1 |
| 2066 | 2026-03-12T01:05:58.251Z | Compiling strum_macros v0.27.2 |
| 2067 | 2026-03-12T01:05:58.275Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2068 | 2026-03-12T01:05:58.318Z | Compiling rand_xorshift v0.4.0 |
| 2069 | 2026-03-12T01:05:58.339Z | Compiling sync_wrapper v1.0.2 |
| 2070 | 2026-03-12T01:05:58.358Z | Compiling fs-err v3.3.0 |
| 2071 | 2026-03-12T01:05:58.487Z | Compiling ahash v0.8.12 |
| 2072 | 2026-03-12T01:05:58.589Z | Compiling object v0.37.3 |
| 2073 | 2026-03-12T01:05:58.786Z | Compiling anstyle-query v1.1.5 |
| 2074 | 2026-03-12T01:05:58.807Z | Compiling unicode-properties v0.1.4 |
| 2075 | 2026-03-12T01:05:58.810Z | Compiling colorchoice v1.0.4 |
| 2076 | 2026-03-12T01:05:58.937Z | Compiling unicode-bidi v0.3.18 |
| 2077 | 2026-03-12T01:05:58.960Z | Compiling unarray v0.1.4 |
| 2078 | 2026-03-12T01:05:58.978Z | Compiling is_terminal_polyfill v1.70.2 |
| 2079 | 2026-03-12T01:05:59.103Z | Compiling adler2 v2.0.1 |
| 2080 | 2026-03-12T01:05:59.123Z | Compiling anstream v0.6.21 |
| 2081 | 2026-03-12T01:05:59.127Z | Compiling proptest v1.10.0 |
| 2082 | 2026-03-12T01:05:59.282Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-03-12T01:05:59.510Z | Compiling stringprep v0.1.5 |
| 2084 | 2026-03-12T01:05:59.921Z | Compiling tower v0.5.3 |
| 2085 | 2026-03-12T01:06:00.021Z | Compiling derive_builder_macro v0.20.2 |
| 2086 | 2026-03-12T01:06:00.363Z | Compiling crossbeam-deque v0.8.6 |
| 2087 | 2026-03-12T01:06:00.396Z | Compiling heck v0.4.1 |
| 2088 | 2026-03-12T01:06:00.473Z | Compiling usdt-attr-macro v0.6.0 |
| 2089 | 2026-03-12T01:06:00.575Z | Compiling usdt-macro v0.6.0 |
| 2090 | 2026-03-12T01:06:00.826Z | Compiling http-body-util v0.1.3 |
| 2091 | 2026-03-12T01:06:01.144Z | Compiling webpki-roots v1.0.6 |
| 2092 | 2026-03-12T01:06:01.164Z | Compiling rand_chacha v0.3.1 |
| 2093 | 2026-03-12T01:06:01.228Z | Compiling erased-serde v0.3.31 |
| 2094 | 2026-03-12T01:06:01.257Z | Compiling md-5 v0.10.6 |
| 2095 | 2026-03-12T01:06:01.463Z | Compiling num-integer v0.1.46 |
| 2096 | 2026-03-12T01:06:01.466Z | Compiling hash32 v0.2.1 |
| 2097 | 2026-03-12T01:06:01.529Z | Compiling vergen-lib v0.1.6 |
| 2098 | 2026-03-12T01:06:01.533Z | Compiling ff v0.13.1 |
| 2099 | 2026-03-12T01:06:01.595Z | Compiling iri-string v0.7.10 |
| 2100 | 2026-03-12T01:06:01.665Z | Compiling base16ct v0.2.0 |
| 2101 | 2026-03-12T01:06:01.701Z | Compiling psl-types v2.0.11 |
| 2102 | 2026-03-12T01:06:01.725Z | Compiling ryu v1.0.23 |
| 2103 | 2026-03-12T01:06:01.747Z | Compiling fallible-iterator v0.2.0 |
| 2104 | 2026-03-12T01:06:01.791Z | Compiling zlib-rs v0.6.2 |
| 2105 | 2026-03-12T01:06:01.865Z | Compiling publicsuffix v2.3.0 |
| 2106 | 2026-03-12T01:06:01.888Z | Compiling sec1 v0.7.3 |
| 2107 | 2026-03-12T01:06:01.892Z | Compiling num-iter v0.1.45 |
| 2108 | 2026-03-12T01:06:01.950Z | Compiling serde_urlencoded v0.7.1 |
| 2109 | 2026-03-12T01:06:02.066Z | Compiling newtype-uuid v1.3.2 |
| 2110 | 2026-03-12T01:06:02.164Z | Compiling postgres-protocol v0.6.10 |
| 2111 | 2026-03-12T01:06:02.224Z | Compiling group v0.13.0 |
| 2112 | 2026-03-12T01:06:02.368Z | Compiling rand v0.8.5 |
| 2113 | 2026-03-12T01:06:02.484Z | Compiling oxnet v0.1.4 |
| 2114 | 2026-03-12T01:06:02.725Z | Compiling derive_builder v0.20.2 |
| 2115 | 2026-03-12T01:06:02.790Z | Compiling zone_cfg_derive v0.3.1 |
| 2116 | 2026-03-12T01:06:02.892Z | Compiling tokio-native-tls v0.3.1 |
| 2117 | 2026-03-12T01:06:02.969Z | Compiling phf_shared v0.13.1 |
| 2118 | 2026-03-12T01:06:03.080Z | Compiling lazy_static v1.5.0 |
| 2119 | 2026-03-12T01:06:03.142Z | Compiling terminal_size v0.4.3 |
| 2120 | 2026-03-12T01:06:03.212Z | Compiling tower-http v0.6.8 |
| 2121 | 2026-03-12T01:06:03.233Z | Compiling serde_with_macros v3.17.0 |
| 2122 | 2026-03-12T01:06:03.275Z | Compiling cargo-platform v0.1.9 |
| 2123 | 2026-03-12T01:06:03.346Z | Compiling hkdf v0.12.4 |
| 2124 | 2026-03-12T01:06:03.399Z | Compiling crypto-bigint v0.5.5 |
| 2125 | 2026-03-12T01:06:03.525Z | Compiling clap_derive v4.5.55 |
| 2126 | 2026-03-12T01:06:03.547Z | Compiling enum-as-inner v0.6.1 |
| 2127 | 2026-03-12T01:06:03.551Z | Compiling serde_repr v0.1.20 |
| 2128 | 2026-03-12T01:06:03.591Z | Compiling vergen v9.0.6 |
| 2129 | 2026-03-12T01:06:03.630Z | Compiling managed v0.8.0 |
| 2130 | 2026-03-12T01:06:03.795Z | Compiling libbz2-rs-sys v0.2.2 |
| 2131 | 2026-03-12T01:06:03.817Z | Compiling foldhash v0.1.5 |
| 2132 | 2026-03-12T01:06:03.876Z | Compiling bitflags v1.3.2 |
| 2133 | 2026-03-12T01:06:03.898Z | Compiling clap_lex v1.0.0 |
| 2134 | 2026-03-12T01:06:04.162Z | Compiling bumpalo v3.20.2 |
| 2135 | 2026-03-12T01:06:04.206Z | Compiling unicode-width v0.2.0 |
| 2136 | 2026-03-12T01:06:04.404Z | Compiling bzip2 v0.6.1 |
| 2137 | 2026-03-12T01:06:04.529Z | Compiling flate2 v1.1.9 |
| 2138 | 2026-03-12T01:06:04.587Z | Compiling console v0.16.2 |
| 2139 | 2026-03-12T01:06:04.590Z | Compiling zopfli v0.8.3 |
| 2140 | 2026-03-12T01:06:04.590Z | Compiling clap_builder v4.5.60 |
| 2141 | 2026-03-12T01:06:04.661Z | Compiling hashbrown v0.15.5 |
| 2142 | 2026-03-12T01:06:04.867Z | Compiling cargo_metadata v0.19.2 |
| 2143 | 2026-03-12T01:06:05.034Z | Compiling elliptic-curve v0.13.8 |
| 2144 | 2026-03-12T01:06:05.252Z | Compiling phf v0.13.1 |
| 2145 | 2026-03-12T01:06:05.379Z | Compiling hyper-tls v0.6.0 |
| 2146 | 2026-03-12T01:06:05.426Z | Compiling rayon v1.11.0 |
| 2147 | 2026-03-12T01:06:05.506Z | Compiling daft v0.1.5 |
| 2148 | 2026-03-12T01:06:05.575Z | Compiling cookie_store v0.22.1 |
| 2149 | 2026-03-12T01:06:05.676Z | Compiling signal-hook-mio v0.2.5 |
| 2150 | 2026-03-12T01:06:05.768Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-03-12T01:06:05.847Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-03-12T01:06:05.881Z | Compiling zstd v0.13.3 |
| 2153 | 2026-03-12T01:06:05.924Z | Compiling strum v0.27.2 |
| 2154 | 2026-03-12T01:06:06.124Z | Compiling hubpack v0.1.2 |
| 2155 | 2026-03-12T01:06:06.405Z | Compiling ed25519 v2.2.3 |
| 2156 | 2026-03-12T01:06:06.426Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-03-12T01:06:06.624Z | Compiling pkcs1 v0.7.5 |
| 2158 | 2026-03-12T01:06:06.740Z | Compiling serde-big-array v0.5.1 |
| 2159 | 2026-03-12T01:06:06.879Z | Compiling hex v0.4.3 |
| 2160 | 2026-03-12T01:06:06.932Z | Compiling rfc6979 v0.4.0 |
| 2161 | 2026-03-12T01:06:06.952Z | Compiling bstr v1.12.1 |
| 2162 | 2026-03-12T01:06:07.170Z | Compiling itertools v0.12.1 |
| 2163 | 2026-03-12T01:06:07.173Z | Compiling float-cmp v0.10.0 |
| 2164 | 2026-03-12T01:06:07.173Z | Compiling memmap2 v0.9.10 |
| 2165 | 2026-03-12T01:06:07.235Z | Compiling env_filter v1.0.0 |
| 2166 | 2026-03-12T01:06:07.400Z | Compiling encoding_rs v0.8.35 |
| 2167 | 2026-03-12T01:06:07.479Z | Compiling keccak v0.1.6 |
| 2168 | 2026-03-12T01:06:07.573Z | Compiling new_debug_unreachable v1.0.6 |
| 2169 | 2026-03-12T01:06:07.601Z | Compiling data-encoding v2.10.0 |
| 2170 | 2026-03-12T01:06:07.644Z | Compiling fixedbitset v0.4.2 |
| 2171 | 2026-03-12T01:06:07.681Z | Compiling fixedbitset v0.5.7 |
| 2172 | 2026-03-12T01:06:07.762Z | Compiling mime v0.3.17 |
| 2173 | 2026-03-12T01:06:07.783Z | Compiling normalize-line-endings v0.3.0 |
| 2174 | 2026-03-12T01:06:07.884Z | Compiling whoami v2.1.0 |
| 2175 | 2026-03-12T01:06:07.924Z | Compiling precomputed-hash v0.1.1 |
| 2176 | 2026-03-12T01:06:07.946Z | Compiling static_assertions v1.1.0 |
| 2177 | 2026-03-12T01:06:08.037Z | Compiling unit-prefix v0.5.2 |
| 2178 | 2026-03-12T01:06:08.074Z | Compiling toml_write v0.1.2 |
| 2179 | 2026-03-12T01:06:08.074Z | Compiling rustc-hash v2.1.1 |
| 2180 | 2026-03-12T01:06:08.117Z | Compiling predicates-core v1.0.10 |
| 2181 | 2026-03-12T01:06:08.120Z | Compiling jiff v0.2.21 |
| 2182 | 2026-03-12T01:06:08.237Z | Compiling difflib v0.4.0 |
| 2183 | 2026-03-12T01:06:08.347Z | Compiling toml_edit v0.22.27 |
| 2184 | 2026-03-12T01:06:08.369Z | Compiling iddqd v0.3.17 |
| 2185 | 2026-03-12T01:06:08.369Z | Compiling indicatif v0.18.4 |
| 2186 | 2026-03-12T01:06:08.372Z | Compiling tokio-postgres v0.7.16 |
| 2187 | 2026-03-12T01:06:08.562Z | Compiling predicates v3.1.4 |
| 2188 | 2026-03-12T01:06:08.868Z | Compiling zone v0.3.1 |
| 2189 | 2026-03-12T01:06:09.004Z | Compiling string_cache v0.8.9 |
| 2190 | 2026-03-12T01:06:09.157Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2191 | 2026-03-12T01:06:09.298Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-03-12T01:06:09.357Z | Compiling petgraph v0.8.3 |
| 2193 | 2026-03-12T01:06:09.448Z | Compiling petgraph v0.6.5 |
| 2194 | 2026-03-12T01:06:09.715Z | Compiling sha3 v0.10.8 |
| 2195 | 2026-03-12T01:06:09.875Z | Compiling similar v2.7.0 |
| 2196 | 2026-03-12T01:06:10.090Z | Compiling env_logger v0.11.9 |
| 2197 | 2026-03-12T01:06:10.530Z | Compiling usdt v0.6.0 |
| 2198 | 2026-03-12T01:06:11.165Z | Compiling serde_with v3.17.0 |
| 2199 | 2026-03-12T01:06:11.260Z | Compiling ecdsa v0.16.9 |
| 2200 | 2026-03-12T01:06:11.500Z | Compiling rsa v0.9.10 |
| 2201 | 2026-03-12T01:06:11.813Z | Compiling clap v4.5.60 |
| 2202 | 2026-03-12T01:06:11.937Z | Compiling zip v4.6.1 |
| 2203 | 2026-03-12T01:06:11.982Z | Compiling ed25519-dalek v2.2.0 |
| 2204 | 2026-03-12T01:06:12.367Z | Compiling crossterm v0.28.1 |
| 2205 | 2026-03-12T01:06:12.910Z | Compiling zip v0.6.6 |
| 2206 | 2026-03-12T01:06:12.951Z | Compiling strum v0.26.3 |
| 2207 | 2026-03-12T01:06:13.126Z | Compiling toml v0.7.8 |
| 2208 | 2026-03-12T01:06:13.160Z | Compiling tokio-stream v0.1.18 |
| 2209 | 2026-03-12T01:06:13.212Z | Compiling buf-list v1.1.2 |
| 2210 | 2026-03-12T01:06:13.589Z | Compiling x509-cert v0.2.5 |
| 2211 | 2026-03-12T01:06:13.615Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2212 | 2026-03-12T01:06:13.769Z | Compiling openapiv3 v2.2.0 |
| 2213 | 2026-03-12T01:06:13.893Z | Compiling sha1 v0.10.6 |
| 2214 | 2026-03-12T01:06:14.101Z | Compiling itertools v0.13.0 |
| 2215 | 2026-03-12T01:06:14.453Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-03-12T01:06:14.524Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-03-12T01:06:20.148Z | Compiling macaddr v1.0.1 |
| 2218 | 2026-03-12T01:06:20.748Z | Compiling structmeta-derive v0.3.0 |
| 2219 | 2026-03-12T01:06:22.041Z | Compiling itertools v0.14.0 |
| 2220 | 2026-03-12T01:06:22.672Z | Compiling heapless v0.8.0 |
| 2221 | 2026-03-12T01:06:23.764Z | Compiling ingot-macros v0.1.1 |
| 2222 | 2026-03-12T01:06:23.790Z | Compiling structmeta v0.3.0 |
| 2223 | 2026-03-12T01:06:24.639Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2224 | 2026-03-12T01:06:25.270Z | Compiling hash32 v0.3.1 |
| 2225 | 2026-03-12T01:06:25.934Z | Compiling smoltcp v0.11.0 |
| 2226 | 2026-03-12T01:06:26.048Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-03-12T01:06:27.253Z | Compiling ingot-types v0.1.2 |
| 2228 | 2026-03-12T01:06:27.897Z | Compiling proc-macro-crate v3.4.0 |
| 2229 | 2026-03-12T01:06:31.093Z | Compiling cobs v0.3.0 |
| 2230 | 2026-03-12T01:06:31.644Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2231 | 2026-03-12T01:06:31.706Z | Compiling rustls v0.22.4 |
| 2232 | 2026-03-12T01:06:35.895Z | Compiling rustls-webpki v0.103.9 |
| 2233 | 2026-03-12T01:06:36.018Z | Compiling postcard v1.1.3 |
| 2234 | 2026-03-12T01:06:37.542Z | Compiling num_enum_derive v0.7.5 |
| 2235 | 2026-03-12T01:06:37.926Z | Compiling ingot v0.1.1 |
| 2236 | 2026-03-12T01:06:38.848Z | Compiling proc-macro-crate v1.3.1 |
| 2237 | 2026-03-12T01:06:39.874Z | Compiling rustls-webpki v0.102.8 |
| 2238 | 2026-03-12T01:06:40.216Z | Compiling futures-executor v0.3.32 |
| 2239 | 2026-03-12T01:06:40.237Z | Compiling foreign-types-macros v0.2.3 |
| 2240 | 2026-03-12T01:06:40.564Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2241 | 2026-03-12T01:06:40.568Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2242 | 2026-03-12T01:06:40.894Z | Compiling tokio-rustls v0.26.4 |
| 2243 | 2026-03-12T01:06:40.913Z | Compiling rustls-platform-verifier v0.6.2 |
| 2244 | 2026-03-12T01:06:41.041Z | Compiling multer v3.1.0 |
| 2245 | 2026-03-12T01:06:41.145Z | Compiling thread_local v1.1.9 |
| 2246 | 2026-03-12T01:06:41.215Z | Compiling match_cfg v0.1.0 |
| 2247 | 2026-03-12T01:06:41.237Z | Compiling hyper-rustls v0.27.7 |
| 2248 | 2026-03-12T01:06:41.261Z | Compiling foreign-types-shared v0.3.1 |
| 2249 | 2026-03-12T01:06:41.328Z | Compiling cpufeatures v0.3.0 |
| 2250 | 2026-03-12T01:06:41.408Z | Compiling slog-async v2.8.0 |
| 2251 | 2026-03-12T01:06:41.428Z | Compiling chacha20 v0.10.0 |
| 2252 | 2026-03-12T01:06:41.452Z | Compiling foreign-types v0.5.0 |
| 2253 | 2026-03-12T01:06:41.578Z | Compiling reqwest v0.13.2 |
| 2254 | 2026-03-12T01:06:41.601Z | Compiling reqwest v0.12.28 |
| 2255 | 2026-03-12T01:06:41.604Z | Compiling hostname v0.3.1 |
| 2256 | 2026-03-12T01:06:41.744Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2257 | 2026-03-12T01:06:41.846Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-12T01:06:41.867Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-12T01:06:41.888Z | Compiling num_enum v0.7.5 |
| 2260 | 2026-03-12T01:06:42.128Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-03-12T01:06:42.132Z | Compiling tabwriter v1.4.1 |
| 2262 | 2026-03-12T01:06:42.173Z | Compiling slog-json v2.6.1 |
| 2263 | 2026-03-12T01:06:42.255Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-12T01:06:42.282Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-12T01:06:42.506Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2266 | 2026-03-12T01:06:42.630Z | Compiling async-stream-impl v0.3.6 |
| 2267 | 2026-03-12T01:06:42.695Z | Compiling serde_spanned v1.0.4 |
| 2268 | 2026-03-12T01:06:42.909Z | Compiling is-terminal v0.4.17 |
| 2269 | 2026-03-12T01:06:42.931Z | Compiling cstr-argument v0.1.2 |
| 2270 | 2026-03-12T01:06:43.057Z | Compiling memoffset v0.9.1 |
| 2271 | 2026-03-12T01:06:43.121Z | Compiling dropshot v0.16.7 |
| 2272 | 2026-03-12T01:06:43.173Z | Compiling take_mut v0.2.2 |
| 2273 | 2026-03-12T01:06:43.194Z | Compiling term v1.2.1 |
| 2274 | 2026-03-12T01:06:43.197Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2275 | 2026-03-12T01:06:43.348Z | Compiling crucible-workspace-hack v0.1.0 |
| 2276 | 2026-03-12T01:06:43.371Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2277 | 2026-03-12T01:06:43.424Z | Compiling typeid v1.0.3 |
| 2278 | 2026-03-12T01:06:43.445Z | Compiling cfg_aliases v0.2.1 |
| 2279 | 2026-03-12T01:06:43.563Z | Compiling nix v0.30.1 |
| 2280 | 2026-03-12T01:06:43.582Z | Compiling async-stream v0.3.6 |
| 2281 | 2026-03-12T01:06:43.657Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2282 | 2026-03-12T01:06:43.680Z | Compiling slog-term v2.9.2 |
| 2283 | 2026-03-12T01:06:43.880Z | Compiling num_enum v0.5.11 |
| 2284 | 2026-03-12T01:06:44.014Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2285 | 2026-03-12T01:06:44.075Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2286 | 2026-03-12T01:06:44.095Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-03-12T01:06:44.255Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2288 | 2026-03-12T01:06:44.276Z | Compiling test-strategy v0.4.5 |
| 2289 | 2026-03-12T01:06:44.350Z | Compiling rand v0.10.0 |
| 2290 | 2026-03-12T01:06:44.567Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-03-12T01:06:44.889Z | Compiling tokio-rustls v0.25.0 |
| 2292 | 2026-03-12T01:06:45.005Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2293 | 2026-03-12T01:06:45.232Z | Compiling backon v1.6.0 |
| 2294 | 2026-03-12T01:06:45.324Z | Compiling waitgroup v0.1.2 |
| 2295 | 2026-03-12T01:06:45.344Z | Compiling dropshot_endpoint v0.16.7 |
| 2296 | 2026-03-12T01:06:45.406Z | Compiling newtype-uuid-macros v0.1.0 |
| 2297 | 2026-03-12T01:06:45.481Z | Compiling rustls-pemfile v2.2.0 |
| 2298 | 2026-03-12T01:06:45.543Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2299 | 2026-03-12T01:06:45.562Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2300 | 2026-03-12T01:06:45.584Z | Compiling serde_path_to_error v0.1.20 |
| 2301 | 2026-03-12T01:06:45.865Z | Compiling hostname v0.4.2 |
| 2302 | 2026-03-12T01:06:45.886Z | Compiling instant v0.1.13 |
| 2303 | 2026-03-12T01:06:45.927Z | Compiling erased-serde v0.4.9 |
| 2304 | 2026-03-12T01:06:46.063Z | Compiling debug-ignore v1.0.5 |
| 2305 | 2026-03-12T01:06:46.086Z | Compiling colored v3.1.1 |
| 2306 | 2026-03-12T01:06:46.108Z | Compiling backoff v0.4.0 |
| 2307 | 2026-03-12T01:06:46.133Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-03-12T01:06:46.136Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2309 | 2026-03-12T01:06:46.243Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2310 | 2026-03-12T01:06:46.333Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2311 | 2026-03-12T01:06:46.453Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2312 | 2026-03-12T01:06:46.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2313 | 2026-03-12T01:06:46.537Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2314 | 2026-03-12T01:06:46.558Z | Compiling camino-tempfile v1.4.1 |
| 2315 | 2026-03-12T01:06:46.656Z | Compiling parse-display v0.10.0 |
| 2316 | 2026-03-12T01:06:46.860Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2317 | 2026-03-12T01:06:46.960Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2318 | 2026-03-12T01:06:46.983Z | Compiling secrecy v0.10.3 |
| 2319 | 2026-03-12T01:06:47.057Z | Compiling num-derive v0.4.2 |
| 2320 | 2026-03-12T01:06:47.095Z | Compiling regress v0.10.5 |
| 2321 | 2026-03-12T01:06:47.220Z | Compiling sigpipe v0.1.3 |
| 2322 | 2026-03-12T01:06:47.376Z | Compiling glob v0.3.3 |
| 2323 | 2026-03-12T01:06:47.526Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-03-12T01:06:47.799Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2325 | 2026-03-12T01:06:47.847Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2326 | 2026-03-12T01:06:48.087Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-12T01:06:48.246Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2328 | 2026-03-12T01:06:48.594Z | Compiling usdt-attr-macro v0.5.0 |
| 2329 | 2026-03-12T01:06:48.641Z | Compiling usdt-macro v0.5.0 |
| 2330 | 2026-03-12T01:06:48.847Z | Compiling smf v0.2.3 |
| 2331 | 2026-03-12T01:06:48.940Z | Compiling bitfield-struct v0.6.2 |
| 2332 | 2026-03-12T01:06:48.988Z | Compiling ordered-float v2.10.1 |
| 2333 | 2026-03-12T01:06:49.137Z | Compiling blake3 v1.8.3 |
| 2334 | 2026-03-12T01:06:49.191Z | Compiling memmap v0.7.0 |
| 2335 | 2026-03-12T01:06:49.409Z | Compiling whoami v1.6.1 |
| 2336 | 2026-03-12T01:06:49.448Z | Compiling serde-value v0.7.0 |
| 2337 | 2026-03-12T01:06:49.542Z | Compiling serde-untagged v0.1.9 |
| 2338 | 2026-03-12T01:06:49.623Z | Compiling usdt v0.5.0 |
| 2339 | 2026-03-12T01:06:49.774Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2340 | 2026-03-12T01:06:49.889Z | Compiling toml v0.8.23 |
| 2341 | 2026-03-12T01:06:50.003Z | Compiling filetime v0.2.27 |
| 2342 | 2026-03-12T01:06:50.036Z | Compiling constant_time_eq v0.4.2 |
| 2343 | 2026-03-12T01:06:50.172Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-03-12T01:06:50.241Z | Compiling xattr v1.6.1 |
| 2345 | 2026-03-12T01:06:50.283Z | Compiling same-file v1.0.6 |
| 2346 | 2026-03-12T01:06:50.304Z | Compiling arrayref v0.3.9 |
| 2347 | 2026-03-12T01:06:50.307Z | Compiling unicode-xid v0.2.6 |
| 2348 | 2026-03-12T01:06:50.362Z | Compiling arrayvec v0.7.6 |
| 2349 | 2026-03-12T01:06:50.388Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2350 | 2026-03-12T01:06:50.422Z | Compiling tokio-dtrace v0.1.1 |
| 2351 | 2026-03-12T01:06:50.452Z | Compiling tar v0.4.44 |
| 2352 | 2026-03-12T01:06:50.507Z | Compiling walkdir v2.5.0 |
| 2353 | 2026-03-12T01:06:50.526Z | Compiling cargo-util-schemas v0.8.2 |
| 2354 | 2026-03-12T01:06:50.546Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2355 | 2026-03-12T01:06:50.898Z | Compiling gethostname v0.5.0 |
| 2356 | 2026-03-12T01:06:50.938Z | Compiling cargo-platform v0.2.0 |
| 2357 | 2026-03-12T01:06:50.959Z | Compiling topological-sort v0.2.2 |
| 2358 | 2026-03-12T01:06:51.089Z | Compiling oxide-tokio-rt v0.1.2 |
| 2359 | 2026-03-12T01:06:51.204Z | Compiling shell-words v1.1.1 |
| 2360 | 2026-03-12T01:06:51.244Z | Compiling indent_write v2.2.0 |
| 2361 | 2026-03-12T01:06:51.293Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2362 | 2026-03-12T01:06:52.143Z | Compiling cargo_metadata v0.21.0 |
| 2363 | 2026-03-12T01:07:03.162Z | Compiling progenitor-client v0.13.0 |
| 2364 | 2026-03-12T01:07:03.201Z | Compiling progenitor-client v0.10.0 |
| 2365 | 2026-03-12T01:07:03.205Z | Compiling omicron-zone-package v0.12.2 |
| 2366 | 2026-03-12T01:07:03.318Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2367 | 2026-03-12T01:07:03.318Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2368 | 2026-03-12T01:07:03.474Z | Compiling progenitor-extras v0.1.1 |
| 2369 | 2026-03-12T01:07:03.784Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2370 | 2026-03-12T01:07:13.321Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2371 | 2026-03-12T01:07:13.872Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2372 | 2026-03-12T01:07:15.099Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2373 | 2026-03-12T01:07:23.519Z | Finished `release` profile [optimized] target(s) in 1m 55s |
| 2374 | 2026-03-12T01:07:23.707Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2375 | 2026-03-12T01:07:23.775Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2376 | 2026-03-12T01:07:23.779Z | Created new build target 'test' and set it as active |
| 2377 | 2026-03-12T01:07:23.779Z | |
| 2378 | 2026-03-12T01:07:23.779Z | real 1:55.584346657 |
| 2379 | 2026-03-12T01:07:23.779Z | user 20:27.390573979 |
| 2380 | 2026-03-12T01:07:23.779Z | sys 3:03.554224449 |
| 2381 | 2026-03-12T01:07:23.779Z | trap 0.534511932 |
| 2382 | 2026-03-12T01:07:23.779Z | tflt 3.579328795 |
| 2383 | 2026-03-12T01:07:23.779Z | dflt 3.388115959 |
| 2384 | 2026-03-12T01:07:23.779Z | kflt 0.000439772 |
| 2385 | 2026-03-12T01:07:23.779Z | lock 47:31.502497535 |
| 2386 | 2026-03-12T01:07:23.779Z | slp 1:11:13.490582717 |
| 2387 | 2026-03-12T01:07:23.779Z | lat 49.070418449 |
| 2388 | 2026-03-12T01:07:23.782Z | stop 6:58.897067474 |
| 2389 | 2026-03-12T01:07:23.782Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2390 | 2026-03-12T01:07:24.936Z | Finished `release` profile [optimized] target(s) in 1.09s |
| 2391 | 2026-03-12T01:07:25.004Z | Running `target/release/omicron-package -t test package` |
| 2392 | 2026-03-12T01:07:25.063Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2393 | 2026-03-12T01:07:26.899Z | Compiling regress v0.10.5 |
| 2394 | 2026-03-12T01:07:26.900Z | Compiling heck v0.5.0 |
| 2395 | 2026-03-12T01:07:26.904Z | Compiling unsafe-libyaml v0.2.11 |
| 2396 | 2026-03-12T01:07:27.146Z | Compiling convert_case v0.4.0 |
| 2397 | 2026-03-12T01:07:27.167Z | Compiling half v2.7.1 |
| 2398 | 2026-03-12T01:07:27.170Z | Compiling ciborium-io v0.2.2 |
| 2399 | 2026-03-12T01:07:27.219Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2400 | 2026-03-12T01:07:27.223Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2401 | 2026-03-12T01:07:27.223Z | Compiling prettyplease v0.2.37 |
| 2402 | 2026-03-12T01:07:27.223Z | Compiling universal-hash v0.5.1 |
| 2403 | 2026-03-12T01:07:27.223Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2404 | 2026-03-12T01:07:27.223Z | Compiling opaque-debug v0.3.1 |
| 2405 | 2026-03-12T01:07:27.223Z | Compiling unicode-width v0.1.14 |
| 2406 | 2026-03-12T01:07:27.223Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2407 | 2026-03-12T01:07:27.276Z | Compiling chacha20 v0.9.1 |
| 2408 | 2026-03-12T01:07:27.333Z | Compiling typify-impl v0.6.1 |
| 2409 | 2026-03-12T01:07:27.415Z | Compiling password-hash v0.5.0 |
| 2410 | 2026-03-12T01:07:27.418Z | Compiling blake2 v0.10.6 |
| 2411 | 2026-03-12T01:07:27.563Z | Compiling poly1305 v0.8.0 |
| 2412 | 2026-03-12T01:07:27.593Z | Compiling derive_more v0.99.20 |
| 2413 | 2026-03-12T01:07:27.669Z | Compiling ciborium-ll v0.2.2 |
| 2414 | 2026-03-12T01:07:27.695Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2415 | 2026-03-12T01:07:27.850Z | Compiling serde_yaml v0.9.34+deprecated |
| 2416 | 2026-03-12T01:07:27.878Z | Compiling aead v0.5.2 |
| 2417 | 2026-03-12T01:07:27.908Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-03-12T01:07:28.022Z | Compiling ciborium v0.2.2 |
| 2419 | 2026-03-12T01:07:28.050Z | Compiling swrite v0.1.0 |
| 2420 | 2026-03-12T01:07:28.075Z | Compiling argon2 v0.5.3 |
| 2421 | 2026-03-12T01:07:28.183Z | Compiling chacha20poly1305 v0.10.1 |
| 2422 | 2026-03-12T01:07:28.213Z | Compiling serde_spanned v1.0.4 |
| 2423 | 2026-03-12T01:07:28.216Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2424 | 2026-03-12T01:07:28.440Z | Compiling bytecount v0.6.9 |
| 2425 | 2026-03-12T01:07:28.444Z | Compiling rustls v0.22.4 |
| 2426 | 2026-03-12T01:07:28.493Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2427 | 2026-03-12T01:07:28.533Z | Compiling rustls-webpki v0.102.8 |
| 2428 | 2026-03-12T01:07:28.559Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2429 | 2026-03-12T01:07:28.662Z | Compiling derive-where v1.6.0 |
| 2430 | 2026-03-12T01:07:28.704Z | Compiling thread_local v1.1.9 |
| 2431 | 2026-03-12T01:07:28.730Z | Compiling match_cfg v0.1.0 |
| 2432 | 2026-03-12T01:07:28.771Z | Compiling thiserror-no-std v2.0.2 |
| 2433 | 2026-03-12T01:07:28.859Z | Compiling hostname v0.3.1 |
| 2434 | 2026-03-12T01:07:28.916Z | Compiling vsss-rs v3.3.4 |
| 2435 | 2026-03-12T01:07:29.050Z | Compiling multer v3.1.0 |
| 2436 | 2026-03-12T01:07:29.054Z | Compiling slog-async v2.8.0 |
| 2437 | 2026-03-12T01:07:29.138Z | Compiling slog-json v2.6.1 |
| 2438 | 2026-03-12T01:07:29.164Z | Compiling crossbeam-channel v0.5.15 |
| 2439 | 2026-03-12T01:07:29.412Z | Compiling typify-impl v0.4.3 |
| 2440 | 2026-03-12T01:07:29.441Z | Compiling futures-executor v0.3.32 |
| 2441 | 2026-03-12T01:07:29.468Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-03-12T01:07:29.499Z | Compiling term v1.2.1 |
| 2443 | 2026-03-12T01:07:29.640Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-03-12T01:07:29.700Z | Compiling futures v0.3.32 |
| 2445 | 2026-03-12T01:07:29.830Z | Compiling dropshot v0.16.7 |
| 2446 | 2026-03-12T01:07:29.857Z | Compiling async-stream v0.3.6 |
| 2447 | 2026-03-12T01:07:29.913Z | Compiling slog-term v2.9.2 |
| 2448 | 2026-03-12T01:07:29.942Z | Compiling progenitor-client v0.13.0 |
| 2449 | 2026-03-12T01:07:30.093Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2450 | 2026-03-12T01:07:30.142Z | Compiling waitgroup v0.1.2 |
| 2451 | 2026-03-12T01:07:30.200Z | Compiling backon v1.6.0 |
| 2452 | 2026-03-12T01:07:30.348Z | Compiling rustls-pemfile v2.2.0 |
| 2453 | 2026-03-12T01:07:30.348Z | Compiling serde_path_to_error v0.1.20 |
| 2454 | 2026-03-12T01:07:30.403Z | Compiling hostname v0.4.2 |
| 2455 | 2026-03-12T01:07:30.406Z | Compiling instant v0.1.13 |
| 2456 | 2026-03-12T01:07:30.406Z | Compiling debug-ignore v1.0.5 |
| 2457 | 2026-03-12T01:07:30.406Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2458 | 2026-03-12T01:07:30.522Z | Compiling progenitor-extras v0.1.1 |
| 2459 | 2026-03-12T01:07:30.602Z | Compiling backoff v0.4.0 |
| 2460 | 2026-03-12T01:07:30.634Z | Compiling parse-display v0.10.0 |
| 2461 | 2026-03-12T01:07:30.637Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2462 | 2026-03-12T01:07:30.690Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2463 | 2026-03-12T01:07:30.721Z | Compiling progenitor-client v0.10.0 |
| 2464 | 2026-03-12T01:07:30.750Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2465 | 2026-03-12T01:07:30.861Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2466 | 2026-03-12T01:07:30.890Z | Compiling macaddr v1.0.1 |
| 2467 | 2026-03-12T01:07:30.891Z | Compiling console v0.15.11 |
| 2468 | 2026-03-12T01:07:30.946Z | Compiling newline-converter v0.3.0 |
| 2469 | 2026-03-12T01:07:31.002Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2470 | 2026-03-12T01:07:31.153Z | Compiling atomicwrites v0.4.4 |
| 2471 | 2026-03-12T01:07:31.183Z | Compiling num-rational v0.4.2 |
| 2472 | 2026-03-12T01:07:31.241Z | Compiling num-complex v0.4.6 |
| 2473 | 2026-03-12T01:07:31.517Z | Compiling slog-dtrace v0.3.0 |
| 2474 | 2026-03-12T01:07:31.549Z | Compiling expectorate v1.2.0 |
| 2475 | 2026-03-12T01:07:31.822Z | Compiling tokio-rustls v0.25.0 |
| 2476 | 2026-03-12T01:07:31.854Z | Compiling num v0.4.3 |
| 2477 | 2026-03-12T01:07:31.984Z | Compiling async-recursion v1.1.1 |
| 2478 | 2026-03-12T01:07:32.012Z | Compiling cancel-safe-futures v0.1.5 |
| 2479 | 2026-03-12T01:07:32.016Z | Compiling float-ord v0.3.2 |
| 2480 | 2026-03-12T01:07:32.016Z | Compiling owo-colors v4.3.0 |
| 2481 | 2026-03-12T01:07:32.341Z | Compiling libsw-core v0.3.2 |
| 2482 | 2026-03-12T01:07:32.445Z | Compiling resolv-conf v0.7.6 |
| 2483 | 2026-03-12T01:07:32.610Z | Compiling libsw v3.5.0 |
| 2484 | 2026-03-12T01:07:32.615Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2485 | 2026-03-12T01:07:32.852Z | Compiling toml v0.8.23 |
| 2486 | 2026-03-12T01:07:32.882Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-03-12T01:07:32.953Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-03-12T01:07:33.013Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-03-12T01:07:33.112Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2490 | 2026-03-12T01:07:33.232Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-03-12T01:07:33.269Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-03-12T01:07:33.313Z | Compiling lru-cache v0.1.2 |
| 2493 | 2026-03-12T01:07:33.339Z | Compiling nom v7.1.3 |
| 2494 | 2026-03-12T01:07:33.469Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2495 | 2026-03-12T01:07:33.538Z | Compiling globset v0.4.18 |
| 2496 | 2026-03-12T01:07:33.688Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2497 | 2026-03-12T01:07:33.961Z | Compiling hickory-proto v0.24.4 |
| 2498 | 2026-03-12T01:07:34.305Z | Compiling typify-macro v0.6.1 |
| 2499 | 2026-03-12T01:07:34.477Z | Compiling typify-macro v0.4.3 |
| 2500 | 2026-03-12T01:07:35.196Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2501 | 2026-03-12T01:07:35.252Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2502 | 2026-03-12T01:07:36.131Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2503 | 2026-03-12T01:07:36.382Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2504 | 2026-03-12T01:07:36.429Z | Compiling typify v0.6.1 |
| 2505 | 2026-03-12T01:07:36.599Z | Compiling progenitor-impl v0.13.0 |
| 2506 | 2026-03-12T01:07:37.110Z | Compiling typify v0.4.3 |
| 2507 | 2026-03-12T01:07:37.457Z | Compiling hickory-resolver v0.24.4 |
| 2508 | 2026-03-12T01:07:37.946Z | Compiling progenitor-impl v0.11.2 |
| 2509 | 2026-03-12T01:07:38.577Z | Compiling convert_case v0.10.0 |
| 2510 | 2026-03-12T01:07:38.981Z | Compiling derive_more-impl v2.1.1 |
| 2511 | 2026-03-12T01:07:39.710Z | Compiling progenitor-macro v0.13.0 |
| 2512 | 2026-03-12T01:07:40.091Z | Compiling qorb v0.4.1 |
| 2513 | 2026-03-12T01:07:41.084Z | Compiling progenitor-macro v0.11.2 |
| 2514 | 2026-03-12T01:07:41.583Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2515 | 2026-03-12T01:07:41.890Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2516 | 2026-03-12T01:07:43.704Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2517 | 2026-03-12T01:07:44.772Z | Compiling progenitor-client v0.11.2 |
| 2518 | 2026-03-12T01:07:44.993Z | Compiling pin-project-internal v1.1.11 |
| 2519 | 2026-03-12T01:07:45.021Z | Compiling derive_more v2.1.1 |
| 2520 | 2026-03-12T01:07:45.157Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2521 | 2026-03-12T01:07:45.269Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2522 | 2026-03-12T01:07:45.410Z | Compiling pem v3.0.6 |
| 2523 | 2026-03-12T01:07:45.453Z | Compiling snafu-derive v0.8.9 |
| 2524 | 2026-03-12T01:07:45.594Z | Compiling termtree v0.5.1 |
| 2525 | 2026-03-12T01:07:45.726Z | Compiling progenitor v0.13.0 |
| 2526 | 2026-03-12T01:07:45.858Z | Compiling crossterm v0.29.0 |
| 2527 | 2026-03-12T01:07:45.965Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2528 | 2026-03-12T01:07:46.321Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2529 | 2026-03-12T01:07:46.478Z | Compiling pin-project v1.1.11 |
| 2530 | 2026-03-12T01:07:46.642Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2531 | 2026-03-12T01:07:46.943Z | Compiling olpc-cjson v0.1.4 |
| 2532 | 2026-03-12T01:07:47.000Z | Compiling progenitor v0.11.2 |
| 2533 | 2026-03-12T01:07:47.249Z | Compiling phf_shared v0.12.1 |
| 2534 | 2026-03-12T01:07:47.593Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2535 | 2026-03-12T01:07:47.913Z | Compiling snafu v0.8.9 |
| 2536 | 2026-03-12T01:07:48.139Z | Compiling serde_plain v1.0.2 |
| 2537 | 2026-03-12T01:07:48.319Z | Compiling csv-core v0.1.13 |
| 2538 | 2026-03-12T01:07:48.373Z | Compiling vte v0.14.1 |
| 2539 | 2026-03-12T01:07:48.541Z | Compiling highway v1.3.0 |
| 2540 | 2026-03-12T01:07:48.702Z | Compiling typed-path v0.9.3 |
| 2541 | 2026-03-12T01:07:48.728Z | Compiling chrono-tz v0.10.4 |
| 2542 | 2026-03-12T01:07:48.875Z | Compiling strip-ansi-escapes v0.2.1 |
| 2543 | 2026-03-12T01:07:48.986Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2544 | 2026-03-12T01:07:49.069Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2545 | 2026-03-12T01:07:49.470Z | Compiling csv v1.4.0 |
| 2546 | 2026-03-12T01:07:49.631Z | Compiling phf v0.12.1 |
| 2547 | 2026-03-12T01:07:49.760Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2548 | 2026-03-12T01:07:49.917Z | Compiling const_format_proc_macros v0.2.34 |
| 2549 | 2026-03-12T01:07:50.418Z | Compiling tough v0.20.0 |
| 2550 | 2026-03-12T01:07:50.518Z | Compiling papergrid v0.11.0 |
| 2551 | 2026-03-12T01:07:50.758Z | Compiling fd-lock v4.0.4 |
| 2552 | 2026-03-12T01:07:50.979Z | Compiling peg-macros v0.8.5 |
| 2553 | 2026-03-12T01:07:51.013Z | Compiling tabled_derive v0.7.0 |
| 2554 | 2026-03-12T01:07:51.935Z | Compiling nu-ansi-term v0.50.3 |
| 2555 | 2026-03-12T01:07:52.335Z | Compiling tabled v0.15.0 |
| 2556 | 2026-03-12T01:07:52.619Z | Compiling reedline v0.40.0 |
| 2557 | 2026-03-12T01:07:52.816Z | Compiling peg v0.8.5 |
| 2558 | 2026-03-12T01:07:52.967Z | Compiling const_format v0.2.35 |
| 2559 | 2026-03-12T01:07:53.190Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2560 | 2026-03-12T01:07:53.618Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2561 | 2026-03-12T01:07:53.715Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2562 | 2026-03-12T01:07:54.757Z | Compiling bcs v0.1.6 |
| 2563 | 2026-03-12T01:07:55.059Z | Compiling semver v0.1.20 |
| 2564 | 2026-03-12T01:07:55.311Z | Compiling base64 v0.21.7 |
| 2565 | 2026-03-12T01:07:55.435Z | Compiling rustc_version v0.1.7 |
| 2566 | 2026-03-12T01:07:55.736Z | Compiling newtype_derive v0.1.6 |
| 2567 | 2026-03-12T01:07:56.036Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2568 | 2026-03-12T01:07:56.075Z | Compiling humantime v2.3.0 |
| 2569 | 2026-03-12T01:07:56.347Z | Compiling smawk v0.3.2 |
| 2570 | 2026-03-12T01:07:56.601Z | Compiling unicode-linebreak v0.1.5 |
| 2571 | 2026-03-12T01:07:56.712Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2572 | 2026-03-12T01:07:56.767Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2573 | 2026-03-12T01:07:56.998Z | Compiling textwrap v0.16.2 |
| 2574 | 2026-03-12T01:07:57.025Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2575 | 2026-03-12T01:07:57.490Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2576 | 2026-03-12T01:07:57.619Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2577 | 2026-03-12T01:07:57.656Z | Compiling steno v0.4.1 |
| 2578 | 2026-03-12T01:07:57.890Z | Compiling utf-8 v0.7.6 |
| 2579 | 2026-03-12T01:07:58.194Z | Compiling progenitor-impl v0.10.0 |
| 2580 | 2026-03-12T01:07:58.309Z | Compiling tagptr v0.2.0 |
| 2581 | 2026-03-12T01:07:58.554Z | Compiling moka v0.12.13 |
| 2582 | 2026-03-12T01:07:59.069Z | Compiling tungstenite v0.21.0 |
| 2583 | 2026-03-12T01:07:59.347Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2584 | 2026-03-12T01:07:59.555Z | Compiling radium v0.7.0 |
| 2585 | 2026-03-12T01:08:00.470Z | Compiling hickory-resolver v0.25.2 |
| 2586 | 2026-03-12T01:08:00.528Z | Compiling tokio-tungstenite v0.21.0 |
| 2587 | 2026-03-12T01:08:01.059Z | Compiling tap v1.0.1 |
| 2588 | 2026-03-12T01:08:01.246Z | Compiling maybe-uninit v2.0.0 |
| 2589 | 2026-03-12T01:08:01.376Z | Compiling progenitor-macro v0.10.0 |
| 2590 | 2026-03-12T01:08:01.725Z | Compiling wyz v0.5.1 |
| 2591 | 2026-03-12T01:08:01.836Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2592 | 2026-03-12T01:08:02.368Z | Compiling zerocopy-derive v0.6.6 |
| 2593 | 2026-03-12T01:08:02.429Z | Compiling packed_struct v0.10.1 |
| 2594 | 2026-03-12T01:08:02.748Z | Compiling funty v2.0.0 |
| 2595 | 2026-03-12T01:08:02.801Z | Compiling display-error-chain v0.2.2 |
| 2596 | 2026-03-12T01:08:03.019Z | Compiling crc-catalog v2.4.0 |
| 2597 | 2026-03-12T01:08:03.195Z | Compiling crc v3.4.0 |
| 2598 | 2026-03-12T01:08:03.432Z | Compiling zerocopy v0.6.6 |
| 2599 | 2026-03-12T01:08:03.489Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2600 | 2026-03-12T01:08:03.990Z | Compiling bitvec v1.0.1 |
| 2601 | 2026-03-12T01:08:04.505Z | Compiling packed_struct_codegen v0.10.1 |
| 2602 | 2026-03-12T01:08:05.039Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-03-12T01:08:05.707Z | Compiling indexmap v1.9.3 |
| 2604 | 2026-03-12T01:08:05.913Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-03-12T01:08:06.013Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-03-12T01:08:06.074Z | Compiling array-init v0.0.4 |
| 2607 | 2026-03-12T01:08:06.103Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-03-12T01:08:06.289Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-03-12T01:08:06.507Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-03-12T01:08:06.535Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-03-12T01:08:06.703Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-03-12T01:08:07.173Z | Compiling proc-macro-error2 v2.0.1 |
| 2613 | 2026-03-12T01:08:07.231Z | Compiling progenitor v0.10.0 |
| 2614 | 2026-03-12T01:08:07.451Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2615 | 2026-03-12T01:08:07.594Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-03-12T01:08:07.739Z | Compiling libscf-sys v1.1.0 |
| 2617 | 2026-03-12T01:08:07.959Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-03-12T01:08:08.123Z | Compiling ron v0.8.1 |
| 2619 | 2026-03-12T01:08:08.228Z | Compiling nix v0.31.1 |
| 2620 | 2026-03-12T01:08:08.255Z | Compiling hashbrown v0.13.2 |
| 2621 | 2026-03-12T01:08:08.759Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2622 | 2026-03-12T01:08:08.793Z | Compiling vergen-gitcl v1.0.8 |
| 2623 | 2026-03-12T01:08:08.821Z | Compiling dirs-sys-next v0.1.2 |
| 2624 | 2026-03-12T01:08:08.821Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-03-12T01:08:09.077Z | Compiling maplit v1.0.2 |
| 2626 | 2026-03-12T01:08:09.103Z | Compiling crc-any v2.5.0 |
| 2627 | 2026-03-12T01:08:09.159Z | Compiling glob v0.3.3 |
| 2628 | 2026-03-12T01:08:09.245Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-03-12T01:08:09.323Z | Compiling dirs-next v2.0.0 |
| 2630 | 2026-03-12T01:08:09.503Z | Compiling object v0.30.4 |
| 2631 | 2026-03-12T01:08:09.651Z | Compiling clang-sys v1.8.1 |
| 2632 | 2026-03-12T01:08:09.721Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2633 | 2026-03-12T01:08:10.003Z | Compiling tabled_derive v0.11.0 |
| 2634 | 2026-03-12T01:08:10.117Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2635 | 2026-03-12T01:08:10.145Z | Compiling papergrid v0.17.0 |
| 2636 | 2026-03-12T01:08:10.197Z | Compiling testing_table v0.3.0 |
| 2637 | 2026-03-12T01:08:10.612Z | Compiling dsl_auto_type v0.1.3 |
| 2638 | 2026-03-12T01:08:10.642Z | Compiling scheduled-thread-pool v0.2.7 |
| 2639 | 2026-03-12T01:08:10.719Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2640 | 2026-03-12T01:08:11.051Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-03-12T01:08:11.253Z | Compiling tiny-keccak v2.0.2 |
| 2642 | 2026-03-12T01:08:11.284Z | Compiling r2d2 v0.8.10 |
| 2643 | 2026-03-12T01:08:11.405Z | Compiling diesel_derives v2.2.7 |
| 2644 | 2026-03-12T01:08:11.603Z | Compiling term v0.7.0 |
| 2645 | 2026-03-12T01:08:11.691Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2646 | 2026-03-12T01:08:11.799Z | Compiling arc-swap v1.8.2 |
| 2647 | 2026-03-12T01:08:12.283Z | Compiling tabled v0.20.0 |
| 2648 | 2026-03-12T01:08:12.310Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2649 | 2026-03-12T01:08:12.349Z | Compiling bit-vec v0.6.3 |
| 2650 | 2026-03-12T01:08:12.626Z | Compiling xshell-macros v0.2.7 |
| 2651 | 2026-03-12T01:08:12.746Z | Compiling bit-set v0.5.3 |
| 2652 | 2026-03-12T01:08:12.773Z | Compiling slog-scope v4.4.1 |
| 2653 | 2026-03-12T01:08:12.993Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2654 | 2026-03-12T01:08:13.159Z | Compiling xshell v0.2.7 |
| 2655 | 2026-03-12T01:08:13.244Z | Compiling ascii-canvas v3.0.0 |
| 2656 | 2026-03-12T01:08:13.511Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2657 | 2026-03-12T01:08:13.593Z | Compiling itertools v0.10.5 |
| 2658 | 2026-03-12T01:08:13.623Z | Compiling ena v0.14.4 |
| 2659 | 2026-03-12T01:08:13.653Z | Compiling libloading v0.8.9 |
| 2660 | 2026-03-12T01:08:13.952Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-03-12T01:08:13.980Z | Compiling bindgen v0.71.1 |
| 2662 | 2026-03-12T01:08:14.100Z | Compiling diff v0.1.13 |
| 2663 | 2026-03-12T01:08:14.381Z | Compiling unicase v2.9.0 |
| 2664 | 2026-03-12T01:08:14.493Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2665 | 2026-03-12T01:08:15.034Z | Compiling slog-stdlog v4.1.1 |
| 2666 | 2026-03-12T01:08:15.121Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2667 | 2026-03-12T01:08:15.615Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2668 | 2026-03-12T01:08:16.029Z | Compiling lalrpop v0.19.12 |
| 2669 | 2026-03-12T01:08:16.345Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2670 | 2026-03-12T01:08:16.765Z | Compiling cexpr v0.6.0 |
| 2671 | 2026-03-12T01:08:16.836Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2672 | 2026-03-12T01:08:17.027Z | Compiling diesel v2.2.12 |
| 2673 | 2026-03-12T01:08:17.092Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2674 | 2026-03-12T01:08:17.154Z | Compiling crc8 v0.1.1 |
| 2675 | 2026-03-12T01:08:17.408Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2676 | 2026-03-12T01:08:17.642Z | Compiling slog-envlogger v2.2.0 |
| 2677 | 2026-03-12T01:08:17.685Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2678 | 2026-03-12T01:08:18.267Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2679 | 2026-03-12T01:08:18.411Z | Compiling headers-core v0.3.0 |
| 2680 | 2026-03-12T01:08:18.438Z | Compiling libxml v0.3.3 |
| 2681 | 2026-03-12T01:08:18.609Z | Compiling headers v0.4.1 |
| 2682 | 2026-03-12T01:08:18.916Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2683 | 2026-03-12T01:08:18.969Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2684 | 2026-03-12T01:08:19.179Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2685 | 2026-03-12T01:08:19.270Z | Compiling strum_macros v0.24.3 |
| 2686 | 2026-03-12T01:08:19.511Z | Compiling indoc v1.0.9 |
| 2687 | 2026-03-12T01:08:20.103Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2688 | 2026-03-12T01:08:20.446Z | Compiling derive_builder v0.20.2 |
| 2689 | 2026-03-12T01:08:20.605Z | Compiling oso-derive v0.27.3 |
| 2690 | 2026-03-12T01:08:20.658Z | Compiling quick-xml v0.37.5 |
| 2691 | 2026-03-12T01:08:20.763Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2692 | 2026-03-12T01:08:21.069Z | Compiling openssl-probe v0.1.6 |
| 2693 | 2026-03-12T01:08:21.328Z | Compiling half v1.8.3 |
| 2694 | 2026-03-12T01:08:21.504Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-12T01:08:21.906Z | Compiling serde_cbor v0.11.2 |
| 2696 | 2026-03-12T01:08:22.447Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2697 | 2026-03-12T01:08:22.494Z | Compiling diesel-dtrace v0.4.2 |
| 2698 | 2026-03-12T01:08:22.526Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2699 | 2026-03-12T01:08:22.577Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2700 | 2026-03-12T01:08:22.878Z | Compiling bb8 v0.8.6 |
| 2701 | 2026-03-12T01:08:22.905Z | Compiling trait-variant v0.1.2 |
| 2702 | 2026-03-12T01:08:23.263Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-03-12T01:08:23.299Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2704 | 2026-03-12T01:08:23.361Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2705 | 2026-03-12T01:08:23.655Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2706 | 2026-03-12T01:08:23.716Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2707 | 2026-03-12T01:08:24.027Z | Compiling fxhash v0.2.1 |
| 2708 | 2026-03-12T01:08:24.200Z | Compiling samael v0.0.19 |
| 2709 | 2026-03-12T01:08:24.235Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2710 | 2026-03-12T01:08:24.292Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-03-12T01:08:24.332Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-03-12T01:08:24.602Z | Compiling salty v0.3.0 |
| 2713 | 2026-03-12T01:08:24.898Z | Compiling nonempty v0.12.0 |
| 2714 | 2026-03-12T01:08:25.047Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-03-12T01:08:25.076Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2716 | 2026-03-12T01:08:25.107Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2717 | 2026-03-12T01:08:25.200Z | Compiling darling_core v0.23.0 |
| 2718 | 2026-03-12T01:08:25.232Z | Compiling nanorand v0.7.0 |
| 2719 | 2026-03-12T01:08:25.386Z | Compiling fs-err v2.11.0 |
| 2720 | 2026-03-12T01:08:25.413Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-03-12T01:08:25.916Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-03-12T01:08:25.957Z | Compiling flume v0.11.1 |
| 2723 | 2026-03-12T01:08:26.057Z | Compiling mime_guess v2.0.5 |
| 2724 | 2026-03-12T01:08:26.530Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-03-12T01:08:26.812Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2726 | 2026-03-12T01:08:27.245Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2727 | 2026-03-12T01:08:27.478Z | Compiling polar-core v0.27.3 |
| 2728 | 2026-03-12T01:08:27.562Z | Compiling git-stub v1.0.0 |
| 2729 | 2026-03-12T01:08:27.907Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2730 | 2026-03-12T01:08:28.031Z | Compiling instability v0.3.11 |
| 2731 | 2026-03-12T01:08:28.371Z | Compiling git-stub-vcs v0.1.0 |
| 2732 | 2026-03-12T01:08:28.467Z | Compiling darling_macro v0.23.0 |
| 2733 | 2026-03-12T01:08:28.836Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2734 | 2026-03-12T01:08:29.135Z | Compiling darling v0.23.0 |
| 2735 | 2026-03-12T01:08:29.275Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-03-12T01:08:31.598Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2737 | 2026-03-12T01:08:31.746Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2738 | 2026-03-12T01:08:32.173Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2739 | 2026-03-12T01:08:32.896Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2740 | 2026-03-12T01:08:33.299Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2741 | 2026-03-12T01:08:36.505Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2742 | 2026-03-12T01:08:37.486Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2743 | 2026-03-12T01:08:37.941Z | Compiling ignore v0.4.25 |
| 2744 | 2026-03-12T01:08:39.932Z | Compiling oso v0.27.3 |
| 2745 | 2026-03-12T01:08:41.392Z | Compiling async-bb8-diesel v0.2.1 |
| 2746 | 2026-03-12T01:08:41.942Z | Compiling primeorder v0.13.6 |
| 2747 | 2026-03-12T01:08:42.299Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-03-12T01:08:42.347Z | Compiling castaway v0.2.4 |
| 2749 | 2026-03-12T01:08:42.561Z | Compiling atty v0.2.14 |
| 2750 | 2026-03-12T01:08:42.634Z | Compiling nibble_vec v0.1.0 |
| 2751 | 2026-03-12T01:08:42.757Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-03-12T01:08:42.803Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2753 | 2026-03-12T01:08:42.863Z | Compiling indoc v2.0.7 |
| 2754 | 2026-03-12T01:08:43.072Z | Compiling http-range v0.1.5 |
| 2755 | 2026-03-12T01:08:43.117Z | Compiling parse-size v1.1.0 |
| 2756 | 2026-03-12T01:08:43.312Z | Compiling endian-type v0.1.2 |
| 2757 | 2026-03-12T01:08:43.418Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2758 | 2026-03-12T01:08:43.543Z | Compiling radix_trie v0.2.1 |
| 2759 | 2026-03-12T01:08:43.570Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-03-12T01:08:43.864Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-03-12T01:08:44.207Z | Compiling p384 v0.13.1 |
| 2762 | 2026-03-12T01:08:44.286Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-03-12T01:08:44.438Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-03-12T01:08:45.108Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2765 | 2026-03-12T01:08:45.586Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2766 | 2026-03-12T01:08:45.631Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-03-12T01:08:46.218Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2768 | 2026-03-12T01:08:46.335Z | Compiling predicates-tree v1.0.13 |
| 2769 | 2026-03-12T01:08:46.888Z | Compiling unicode-truncate v1.1.0 |
| 2770 | 2026-03-12T01:08:46.926Z | Compiling lru v0.12.5 |
| 2771 | 2026-03-12T01:08:46.955Z | Compiling prefix-trie v0.7.0 |
| 2772 | 2026-03-12T01:08:47.156Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-03-12T01:08:47.221Z | Compiling cassowary v0.3.0 |
| 2774 | 2026-03-12T01:08:47.509Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2775 | 2026-03-12T01:08:47.628Z | Compiling ratatui v0.29.0 |
| 2776 | 2026-03-12T01:08:48.145Z | Compiling hickory-server v0.25.2 |
| 2777 | 2026-03-12T01:08:49.188Z | Compiling camino-tempfile-ext v0.3.3 |
| 2778 | 2026-03-12T01:08:49.431Z | Compiling hyper-staticfile v0.10.1 |
| 2779 | 2026-03-12T01:08:50.286Z | Compiling sled v0.34.7 |
| 2780 | 2026-03-12T01:08:50.977Z | Compiling hickory-client v0.25.2 |
| 2781 | 2026-03-12T01:08:51.317Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2782 | 2026-03-12T01:08:51.421Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2783 | 2026-03-12T01:08:52.159Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-03-12T01:08:52.190Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2785 | 2026-03-12T01:08:53.146Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2786 | 2026-03-12T01:08:53.380Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2787 | 2026-03-12T01:08:53.697Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2788 | 2026-03-12T01:08:54.263Z | Compiling rand_seeder v0.4.0 |
| 2789 | 2026-03-12T01:08:54.435Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-03-12T01:08:54.587Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2791 | 2026-03-12T01:08:54.874Z | Compiling lzma-sys v0.1.20 |
| 2792 | 2026-03-12T01:08:54.925Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2793 | 2026-03-12T01:08:55.020Z | Compiling rustls v0.21.12 |
| 2794 | 2026-03-12T01:08:55.234Z | Compiling corncobs v0.1.4 |
| 2795 | 2026-03-12T01:08:55.362Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2796 | 2026-03-12T01:08:55.472Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-03-12T01:08:55.575Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2798 | 2026-03-12T01:08:55.611Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2799 | 2026-03-12T01:08:55.638Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2800 | 2026-03-12T01:08:55.885Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2801 | 2026-03-12T01:08:56.035Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2802 | 2026-03-12T01:08:56.416Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2803 | 2026-03-12T01:08:56.522Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-03-12T01:08:57.706Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2805 | 2026-03-12T01:08:58.264Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2806 | 2026-03-12T01:08:59.610Z | Compiling git2 v0.20.4 |
| 2807 | 2026-03-12T01:09:00.513Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-03-12T01:09:00.541Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2809 | 2026-03-12T01:09:00.875Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-03-12T01:09:00.901Z | Compiling cargo_toml v0.22.3 |
| 2811 | 2026-03-12T01:09:01.193Z | Compiling nix v0.29.0 |
| 2812 | 2026-03-12T01:09:01.739Z | Compiling sct v0.7.1 |
| 2813 | 2026-03-12T01:09:02.097Z | Compiling rustls-webpki v0.101.7 |
| 2814 | 2026-03-12T01:09:02.346Z | Compiling secrecy v0.8.0 |
| 2815 | 2026-03-12T01:09:02.615Z | Compiling void v1.0.2 |
| 2816 | 2026-03-12T01:09:03.095Z | Compiling lzss v0.8.2 |
| 2817 | 2026-03-12T01:09:03.679Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2818 | 2026-03-12T01:09:04.108Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2819 | 2026-03-12T01:09:04.204Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2820 | 2026-03-12T01:09:04.300Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2821 | 2026-03-12T01:09:05.069Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2822 | 2026-03-12T01:09:05.261Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2823 | 2026-03-12T01:09:05.721Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2824 | 2026-03-12T01:09:05.772Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-03-12T01:09:06.554Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-03-12T01:09:06.761Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-03-12T01:09:06.892Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2828 | 2026-03-12T01:09:07.198Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2829 | 2026-03-12T01:09:07.512Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2830 | 2026-03-12T01:09:07.555Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2831 | 2026-03-12T01:09:07.626Z | Compiling nix v0.27.1 |
| 2832 | 2026-03-12T01:09:07.825Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-03-12T01:09:07.947Z | Compiling tokio-tungstenite v0.23.1 |
| 2834 | 2026-03-12T01:09:08.568Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2835 | 2026-03-12T01:09:08.897Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2836 | 2026-03-12T01:09:09.228Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2837 | 2026-03-12T01:09:09.343Z | Compiling tokio-rustls v0.24.1 |
| 2838 | 2026-03-12T01:09:09.705Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2839 | 2026-03-12T01:09:09.857Z | Compiling xz2 v0.1.7 |
| 2840 | 2026-03-12T01:09:10.294Z | Compiling ron v0.12.0 |
| 2841 | 2026-03-12T01:09:13.595Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2842 | 2026-03-12T01:09:14.480Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2843 | 2026-03-12T01:09:15.480Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2844 | 2026-03-12T01:09:15.754Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2845 | 2026-03-12T01:09:16.862Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2846 | 2026-03-12T01:09:18.320Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2847 | 2026-03-12T01:09:18.599Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2848 | 2026-03-12T01:09:18.643Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2849 | 2026-03-12T01:09:19.186Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2850 | 2026-03-12T01:09:19.856Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2851 | 2026-03-12T01:09:20.744Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2852 | 2026-03-12T01:09:22.004Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2853 | 2026-03-12T01:09:22.776Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-03-12T01:09:23.556Z | Compiling rustls-pemfile v1.0.4 |
| 2855 | 2026-03-12T01:09:24.048Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2856 | 2026-03-12T01:09:24.947Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2857 | 2026-03-12T01:09:25.834Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2858 | 2026-03-12T01:09:25.862Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2859 | 2026-03-12T01:09:26.140Z | Compiling signal-hook-tokio v0.3.1 |
| 2860 | 2026-03-12T01:09:26.210Z | Compiling yasna v0.5.2 |
| 2861 | 2026-03-12T01:09:26.370Z | Compiling twox-hash v2.1.2 |
| 2862 | 2026-03-12T01:09:26.700Z | Compiling base16ct v1.0.0 |
| 2863 | 2026-03-12T01:09:26.860Z | Compiling is_ci v1.2.0 |
| 2864 | 2026-03-12T01:09:27.034Z | Compiling supports-color v3.0.2 |
| 2865 | 2026-03-12T01:09:27.063Z | Compiling rcgen v0.12.1 |
| 2866 | 2026-03-12T01:09:27.410Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-03-12T01:09:28.086Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2868 | 2026-03-12T01:09:28.118Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-03-12T01:09:28.187Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-03-12T01:09:28.216Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2871 | 2026-03-12T01:09:29.688Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2872 | 2026-03-12T01:09:32.824Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2873 | 2026-03-12T01:09:33.114Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2874 | 2026-03-12T01:09:33.300Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2875 | 2026-03-12T01:09:33.886Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2876 | 2026-03-12T01:09:34.702Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2877 | 2026-03-12T01:09:35.035Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-03-12T01:09:35.340Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-03-12T01:09:35.606Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-03-12T01:09:37.249Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-03-12T01:09:38.330Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-03-12T01:09:40.778Z | Compiling rtoolbox v0.0.3 |
| 2883 | 2026-03-12T01:09:41.097Z | Compiling assert_matches v1.5.0 |
| 2884 | 2026-03-12T01:09:41.123Z | Compiling seq-macro v0.3.6 |
| 2885 | 2026-03-12T01:09:41.239Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-03-12T01:09:41.591Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2887 | 2026-03-12T01:09:41.790Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2888 | 2026-03-12T01:09:42.365Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2889 | 2026-03-12T01:09:42.869Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-03-12T01:09:42.996Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-03-12T01:09:43.046Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-03-12T01:09:43.452Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-03-12T01:09:46.328Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-03-12T01:09:47.038Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-03-12T01:09:48.175Z | Compiling uzers v0.12.2 |
| 2896 | 2026-03-12T01:09:49.504Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-03-12T01:09:50.043Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2898 | 2026-03-12T01:09:50.387Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2899 | 2026-03-12T01:09:52.061Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2900 | 2026-03-12T01:09:54.107Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2901 | 2026-03-12T01:09:57.049Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-03-12T01:09:58.859Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2903 | 2026-03-12T01:09:59.032Z | Compiling multimap v0.10.1 |
| 2904 | 2026-03-12T01:10:19.660Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2905 | 2026-03-12T01:10:21.488Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2906 | 2026-03-12T01:17:18.270Z | Finished `release` profile [optimized] target(s) in 9m 52s |
| 2907 | 2026-03-12T01:18:12.283Z | |
| 2908 | 2026-03-12T01:18:12.287Z | real 10:48.402273410 |
| 2909 | 2026-03-12T01:18:12.287Z | user 1:43:38.684389720 |
| 2910 | 2026-03-12T01:18:12.287Z | sys 4:12.759385335 |
| 2911 | 2026-03-12T01:18:12.287Z | trap 2.329377672 |
| 2912 | 2026-03-12T01:18:12.287Z | tflt 3.357534175 |
| 2913 | 2026-03-12T01:18:12.287Z | dflt 16.124299601 |
| 2914 | 2026-03-12T01:18:12.287Z | kflt 0.002904142 |
| 2915 | 2026-03-12T01:18:12.287Z | lock 7:11:48.383502882 |
| 2916 | 2026-03-12T01:18:12.287Z | slp 3:55:44.951643811 |
| 2917 | 2026-03-12T01:18:12.287Z | lat 2:55.272416563 |
| 2918 | 2026-03-12T01:18:12.287Z | stop 6:35.978416895 |
| 2919 | 2026-03-12T01:18:12.288Z | + mapfile -t packages |
| 2920 | 2026-03-12T01:18:12.288Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2921 | 2026-03-12T01:18:13.541Z | Finished `release` profile [optimized] target(s) in 1.19s |
| 2922 | 2026-03-12T01:18:13.609Z | Running `target/release/omicron-package -t test list-outputs` |
| 2923 | 2026-03-12T01:18:13.669Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2924 | 2026-03-12T01:18:13.672Z | + ptime -m cargo build --locked --release -p xtask |
| 2925 | 2026-03-12T01:18:14.414Z | Compiling libc v0.2.180 |
| 2926 | 2026-03-12T01:18:14.414Z | Compiling serde v1.0.228 |
| 2927 | 2026-03-12T01:18:14.417Z | Compiling serde_core v1.0.228 |
| 2928 | 2026-03-12T01:18:14.417Z | Compiling rustix v1.1.3 |
| 2929 | 2026-03-12T01:18:14.518Z | Compiling bitflags v2.11.0 |
| 2930 | 2026-03-12T01:18:14.521Z | Compiling serde_json v1.0.149 |
| 2931 | 2026-03-12T01:18:14.549Z | Compiling num-traits v0.2.19 |
| 2932 | 2026-03-12T01:18:14.570Z | Compiling syn v2.0.117 |
| 2933 | 2026-03-12T01:18:14.581Z | Compiling smallvec v1.15.1 |
| 2934 | 2026-03-12T01:18:14.596Z | Compiling hashbrown v0.16.1 |
| 2935 | 2026-03-12T01:18:14.625Z | Compiling usdt-impl v0.5.0 |
| 2936 | 2026-03-12T01:18:14.656Z | Compiling syn v1.0.109 |
| 2937 | 2026-03-12T01:18:14.688Z | Compiling getrandom v0.4.1 |
| 2938 | 2026-03-12T01:18:14.688Z | Compiling log v0.4.29 |
| 2939 | 2026-03-12T01:18:14.880Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-03-12T01:18:15.074Z | Compiling form_urlencoded v1.2.2 |
| 2941 | 2026-03-12T01:18:15.078Z | Compiling fs-err v3.3.0 |
| 2942 | 2026-03-12T01:18:15.092Z | Compiling heck v0.4.1 |
| 2943 | 2026-03-12T01:18:15.199Z | Compiling once_cell v1.21.3 |
| 2944 | 2026-03-12T01:18:15.234Z | Compiling anyhow v1.0.102 |
| 2945 | 2026-03-12T01:18:15.424Z | Compiling indexmap v2.13.0 |
| 2946 | 2026-03-12T01:18:15.694Z | Compiling errno v0.3.14 |
| 2947 | 2026-03-12T01:18:15.698Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-03-12T01:18:15.698Z | Compiling memmap v0.7.0 |
| 2949 | 2026-03-12T01:18:16.098Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-03-12T01:18:16.764Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-03-12T01:18:17.092Z | Compiling tabled_derive v0.7.0 |
| 2952 | 2026-03-12T01:18:17.178Z | Compiling terminal_size v0.4.3 |
| 2953 | 2026-03-12T01:18:17.178Z | Compiling tempfile v3.25.0 |
| 2954 | 2026-03-12T01:18:17.301Z | Compiling clap_builder v4.5.60 |
| 2955 | 2026-03-12T01:18:17.301Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-03-12T01:18:17.499Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-03-12T01:18:18.023Z | Compiling tabled v0.15.0 |
| 2958 | 2026-03-12T01:18:18.248Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-03-12T01:18:18.248Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-03-12T01:18:18.802Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-03-12T01:18:18.802Z | Compiling zerofrom-derive v0.1.6 |
| 2962 | 2026-03-12T01:18:18.806Z | Compiling yoke-derive v0.8.1 |
| 2963 | 2026-03-12T01:18:18.806Z | Compiling zerovec-derive v0.11.2 |
| 2964 | 2026-03-12T01:18:18.806Z | Compiling displaydoc v0.2.5 |
| 2965 | 2026-03-12T01:18:18.806Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-03-12T01:18:18.806Z | Compiling zerocopy-derive v0.7.35 |
| 2967 | 2026-03-12T01:18:18.806Z | Compiling scroll_derive v0.12.1 |
| 2968 | 2026-03-12T01:18:18.832Z | Compiling thiserror-impl v2.0.18 |
| 2969 | 2026-03-12T01:18:18.835Z | Compiling clap_derive v4.5.55 |
| 2970 | 2026-03-12T01:18:18.949Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-03-12T01:18:19.753Z | Compiling scroll v0.12.0 |
| 2972 | 2026-03-12T01:18:20.035Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-03-12T01:18:20.144Z | Compiling goblin v0.8.2 |
| 2974 | 2026-03-12T01:18:20.409Z | Compiling thiserror v2.0.18 |
| 2975 | 2026-03-12T01:18:20.493Z | Compiling zerofrom v0.1.6 |
| 2976 | 2026-03-12T01:18:20.496Z | Compiling thiserror v1.0.69 |
| 2977 | 2026-03-12T01:18:20.656Z | Compiling yoke v0.8.1 |
| 2978 | 2026-03-12T01:18:20.688Z | Compiling dtrace-parser v0.2.0 |
| 2979 | 2026-03-12T01:18:20.939Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-03-12T01:18:21.096Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-03-12T01:18:21.114Z | Compiling clap v4.5.60 |
| 2982 | 2026-03-12T01:18:21.702Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-03-12T01:18:21.770Z | Compiling potential_utf v0.1.4 |
| 2984 | 2026-03-12T01:18:22.018Z | Compiling icu_locale_core v2.1.1 |
| 2985 | 2026-03-12T01:18:22.042Z | Compiling icu_collections v2.1.1 |
| 2986 | 2026-03-12T01:18:23.021Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-03-12T01:18:23.383Z | Compiling icu_properties v2.1.2 |
| 2988 | 2026-03-12T01:18:23.490Z | Compiling icu_normalizer v2.1.1 |
| 2989 | 2026-03-12T01:18:23.508Z | Compiling serde_spanned v0.6.9 |
| 2990 | 2026-03-12T01:18:23.581Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-03-12T01:18:23.631Z | Compiling dof v0.3.0 |
| 2992 | 2026-03-12T01:18:23.728Z | Compiling serde_tokenstream v0.2.3 |
| 2993 | 2026-03-12T01:18:23.742Z | Compiling serde-value v0.7.0 |
| 2994 | 2026-03-12T01:18:23.935Z | Compiling toml_edit v0.22.27 |
| 2995 | 2026-03-12T01:18:24.099Z | Compiling cargo-platform v0.2.0 |
| 2996 | 2026-03-12T01:18:24.139Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-03-12T01:18:24.659Z | Compiling idna_adapter v1.2.1 |
| 2998 | 2026-03-12T01:18:24.745Z | Compiling usdt-macro v0.5.0 |
| 2999 | 2026-03-12T01:18:24.764Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-03-12T01:18:24.840Z | Compiling idna v1.1.0 |
| 3001 | 2026-03-12T01:18:25.312Z | Compiling url v2.5.8 |
| 3002 | 2026-03-12T01:18:25.646Z | Compiling usdt v0.5.0 |
| 3003 | 2026-03-12T01:18:26.151Z | Compiling toml v0.8.23 |
| 3004 | 2026-03-12T01:18:26.739Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-03-12T01:18:26.739Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-03-12T01:18:28.157Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-03-12T01:18:32.909Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-03-12T01:18:36.966Z | Finished `release` profile [optimized] target(s) in 23.23s |
| 3009 | 2026-03-12T01:18:37.108Z | |
| 3010 | 2026-03-12T01:18:37.111Z | real 23.396509967 |
| 3011 | 2026-03-12T01:18:37.112Z | user 3:11.474266347 |
| 3012 | 2026-03-12T01:18:37.112Z | sys 21.621510544 |
| 3013 | 2026-03-12T01:18:37.112Z | trap 0.082650784 |
| 3014 | 2026-03-12T01:18:37.112Z | tflt 0.757777004 |
| 3015 | 2026-03-12T01:18:37.112Z | dflt 2.037342809 |
| 3016 | 2026-03-12T01:18:37.112Z | kflt 0.000537321 |
| 3017 | 2026-03-12T01:18:37.112Z | lock 5:32.489208351 |
| 3018 | 2026-03-12T01:18:37.112Z | slp 6:33.666930646 |
| 3019 | 2026-03-12T01:18:37.112Z | lat 8.348422422 |
| 3020 | 2026-03-12T01:18:37.112Z | stop 27.990655898 |
| 3021 | 2026-03-12T01:18:37.112Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-03-12T01:18:37.112Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-03-12T01:18:37.112Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-03-12T01:18:37.112Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-03-12T01:18:37.112Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-03-12T01:18:38.378Z | Compiling regress v0.10.5 |
| 3027 | 2026-03-12T01:18:38.529Z | Compiling serde_spanned v1.0.4 |
| 3028 | 2026-03-12T01:18:38.533Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3029 | 2026-03-12T01:18:38.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-03-12T01:18:38.548Z | Compiling structmeta-derive v0.3.0 |
| 3031 | 2026-03-12T01:18:38.553Z | Compiling rustls v0.22.4 |
| 3032 | 2026-03-12T01:18:38.553Z | Compiling rustls-webpki v0.102.8 |
| 3033 | 2026-03-12T01:18:38.558Z | Compiling newtype-uuid-macros v0.1.0 |
| 3034 | 2026-03-12T01:18:38.562Z | Compiling multer v3.1.0 |
| 3035 | 2026-03-12T01:18:38.562Z | Compiling match_cfg v0.1.0 |
| 3036 | 2026-03-12T01:18:38.562Z | Compiling debug-ignore v1.0.5 |
| 3037 | 2026-03-12T01:18:38.562Z | Compiling slog-json v2.6.1 |
| 3038 | 2026-03-12T01:18:38.613Z | Compiling async-stream-impl v0.3.6 |
| 3039 | 2026-03-12T01:18:38.616Z | Compiling dropshot v0.16.7 |
| 3040 | 2026-03-12T01:18:38.616Z | Compiling itertools v0.14.0 |
| 3041 | 2026-03-12T01:18:38.634Z | Compiling waitgroup v0.1.2 |
| 3042 | 2026-03-12T01:18:38.767Z | Compiling hostname v0.3.1 |
| 3043 | 2026-03-12T01:18:38.788Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3044 | 2026-03-12T01:18:38.809Z | Compiling rustls-pemfile v2.2.0 |
| 3045 | 2026-03-12T01:18:38.879Z | Compiling dropshot_endpoint v0.16.7 |
| 3046 | 2026-03-12T01:18:38.929Z | Compiling serde_path_to_error v0.1.20 |
| 3047 | 2026-03-12T01:18:38.950Z | Compiling hostname v0.4.2 |
| 3048 | 2026-03-12T01:18:38.995Z | Compiling slog-bunyan v2.5.0 |
| 3049 | 2026-03-12T01:18:39.043Z | Compiling progenitor-client v0.13.0 |
| 3050 | 2026-03-12T01:18:39.138Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3051 | 2026-03-12T01:18:39.159Z | Compiling macaddr v1.0.1 |
| 3052 | 2026-03-12T01:18:39.206Z | Compiling progenitor-client v0.10.0 |
| 3053 | 2026-03-12T01:18:39.229Z | Compiling instant v0.1.13 |
| 3054 | 2026-03-12T01:18:39.302Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3055 | 2026-03-12T01:18:39.413Z | Compiling backon v1.6.0 |
| 3056 | 2026-03-12T01:18:39.458Z | Compiling backoff v0.4.0 |
| 3057 | 2026-03-12T01:18:39.482Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3058 | 2026-03-12T01:18:39.506Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3059 | 2026-03-12T01:18:39.624Z | Compiling crucible-workspace-hack v0.1.0 |
| 3060 | 2026-03-12T01:18:39.648Z | Compiling async-stream v0.3.6 |
| 3061 | 2026-03-12T01:18:39.708Z | Compiling progenitor-extras v0.1.1 |
| 3062 | 2026-03-12T01:18:39.734Z | Compiling cfg_aliases v0.2.1 |
| 3063 | 2026-03-12T01:18:39.768Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3064 | 2026-03-12T01:18:39.806Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3065 | 2026-03-12T01:18:39.858Z | Compiling heapless v0.8.0 |
| 3066 | 2026-03-12T01:18:39.884Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3067 | 2026-03-12T01:18:39.909Z | Compiling hash32 v0.3.1 |
| 3068 | 2026-03-12T01:18:39.913Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3069 | 2026-03-12T01:18:40.056Z | Compiling memoffset v0.9.1 |
| 3070 | 2026-03-12T01:18:40.093Z | Compiling smoltcp v0.11.0 |
| 3071 | 2026-03-12T01:18:40.117Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3072 | 2026-03-12T01:18:40.147Z | Compiling structmeta v0.3.0 |
| 3073 | 2026-03-12T01:18:40.152Z | Compiling tabwriter v1.4.1 |
| 3074 | 2026-03-12T01:18:40.152Z | Compiling cobs v0.3.0 |
| 3075 | 2026-03-12T01:18:40.245Z | Compiling foreign-types-macros v0.2.3 |
| 3076 | 2026-03-12T01:18:40.441Z | Compiling cpufeatures v0.3.0 |
| 3077 | 2026-03-12T01:18:40.468Z | Compiling foreign-types-shared v0.3.1 |
| 3078 | 2026-03-12T01:18:40.493Z | Compiling derive-ex v0.1.8 |
| 3079 | 2026-03-12T01:18:40.497Z | Compiling parse-display-derive v0.10.0 |
| 3080 | 2026-03-12T01:18:40.592Z | Compiling ingot-macros v0.1.1 |
| 3081 | 2026-03-12T01:18:40.600Z | Compiling proc-macro-crate v3.4.0 |
| 3082 | 2026-03-12T01:18:40.635Z | Compiling chacha20 v0.10.0 |
| 3083 | 2026-03-12T01:18:40.705Z | Compiling postcard v1.1.3 |
| 3084 | 2026-03-12T01:18:40.759Z | Compiling proc-macro-crate v1.3.1 |
| 3085 | 2026-03-12T01:18:40.781Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3086 | 2026-03-12T01:18:40.854Z | Compiling secrecy v0.10.3 |
| 3087 | 2026-03-12T01:18:40.903Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3088 | 2026-03-12T01:18:41.086Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3089 | 2026-03-12T01:18:41.114Z | Compiling foreign-types v0.5.0 |
| 3090 | 2026-03-12T01:18:41.169Z | Compiling cstr-argument v0.1.2 |
| 3091 | 2026-03-12T01:18:41.192Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3092 | 2026-03-12T01:18:41.245Z | Compiling unsafe-libyaml v0.2.11 |
| 3093 | 2026-03-12T01:18:41.332Z | Compiling colored v3.1.1 |
| 3094 | 2026-03-12T01:18:41.336Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3095 | 2026-03-12T01:18:41.380Z | Compiling num_enum_derive v0.5.11 |
| 3096 | 2026-03-12T01:18:41.406Z | Compiling rand v0.10.0 |
| 3097 | 2026-03-12T01:18:41.452Z | Compiling num_enum_derive v0.7.5 |
| 3098 | 2026-03-12T01:18:41.459Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3099 | 2026-03-12T01:18:41.459Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3100 | 2026-03-12T01:18:41.541Z | Compiling nix v0.30.1 |
| 3101 | 2026-03-12T01:18:41.570Z | Compiling camino-tempfile v1.4.1 |
| 3102 | 2026-03-12T01:18:41.653Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3103 | 2026-03-12T01:18:41.718Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3104 | 2026-03-12T01:18:41.893Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3105 | 2026-03-12T01:18:41.924Z | Compiling smf v0.2.3 |
| 3106 | 2026-03-12T01:18:41.955Z | Compiling tokio-rustls v0.25.0 |
| 3107 | 2026-03-12T01:18:42.045Z | Compiling serde_yaml v0.9.34+deprecated |
| 3108 | 2026-03-12T01:18:42.199Z | Compiling num-derive v0.4.2 |
| 3109 | 2026-03-12T01:18:42.225Z | Compiling sigpipe v0.1.3 |
| 3110 | 2026-03-12T01:18:42.289Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3111 | 2026-03-12T01:18:42.328Z | Compiling glob v0.3.3 |
| 3112 | 2026-03-12T01:18:42.612Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3113 | 2026-03-12T01:18:42.712Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3114 | 2026-03-12T01:18:42.734Z | Compiling whoami v1.6.1 |
| 3115 | 2026-03-12T01:18:42.918Z | Compiling toml v0.8.23 |
| 3116 | 2026-03-12T01:18:42.960Z | Compiling convert_case v0.4.0 |
| 3117 | 2026-03-12T01:18:42.984Z | Compiling num_enum v0.5.11 |
| 3118 | 2026-03-12T01:18:43.061Z | Compiling universal-hash v0.5.1 |
| 3119 | 2026-03-12T01:18:43.066Z | Compiling test-strategy v0.4.5 |
| 3120 | 2026-03-12T01:18:43.095Z | Compiling num_enum v0.7.5 |
| 3121 | 2026-03-12T01:18:43.125Z | Compiling parse-display v0.10.0 |
| 3122 | 2026-03-12T01:18:43.152Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3123 | 2026-03-12T01:18:43.176Z | Compiling opaque-debug v0.3.1 |
| 3124 | 2026-03-12T01:18:43.258Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3125 | 2026-03-12T01:18:43.282Z | Compiling half v2.7.1 |
| 3126 | 2026-03-12T01:18:43.311Z | Compiling ciborium-io v0.2.2 |
| 3127 | 2026-03-12T01:18:43.527Z | Compiling derive_more v0.99.20 |
| 3128 | 2026-03-12T01:18:43.554Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3129 | 2026-03-12T01:18:43.563Z | Compiling aead v0.5.2 |
| 3130 | 2026-03-12T01:18:43.678Z | Compiling poly1305 v0.8.0 |
| 3131 | 2026-03-12T01:18:43.715Z | Compiling chacha20 v0.9.1 |
| 3132 | 2026-03-12T01:18:43.742Z | Compiling ciborium-ll v0.2.2 |
| 3133 | 2026-03-12T01:18:43.820Z | Compiling typify-impl v0.4.3 |
| 3134 | 2026-03-12T01:18:43.843Z | Compiling typify-impl v0.6.1 |
| 3135 | 2026-03-12T01:18:43.867Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3136 | 2026-03-12T01:18:43.891Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3137 | 2026-03-12T01:18:43.996Z | Compiling ciborium v0.2.2 |
| 3138 | 2026-03-12T01:18:44.051Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3139 | 2026-03-12T01:18:44.098Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3140 | 2026-03-12T01:18:44.204Z | Compiling num-rational v0.4.2 |
| 3141 | 2026-03-12T01:18:44.224Z | Compiling password-hash v0.5.0 |
| 3142 | 2026-03-12T01:18:44.333Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3143 | 2026-03-12T01:18:44.354Z | Compiling blake2 v0.10.6 |
| 3144 | 2026-03-12T01:18:44.550Z | Compiling num-complex v0.4.6 |
| 3145 | 2026-03-12T01:18:44.582Z | Compiling indent_write v2.2.0 |
| 3146 | 2026-03-12T01:18:44.658Z | Compiling ingot-types v0.1.2 |
| 3147 | 2026-03-12T01:18:44.791Z | Compiling prettyplease v0.2.37 |
| 3148 | 2026-03-12T01:18:44.817Z | Compiling argon2 v0.5.3 |
| 3149 | 2026-03-12T01:18:44.839Z | Compiling chacha20poly1305 v0.10.1 |
| 3150 | 2026-03-12T01:18:45.062Z | Compiling float-ord v0.3.2 |
| 3151 | 2026-03-12T01:18:45.083Z | Compiling num v0.4.3 |
| 3152 | 2026-03-12T01:18:45.139Z | Compiling gethostname v0.5.0 |
| 3153 | 2026-03-12T01:18:45.163Z | Compiling usdt-attr-macro v0.5.0 |
| 3154 | 2026-03-12T01:18:45.185Z | Compiling ingot v0.1.1 |
| 3155 | 2026-03-12T01:18:45.236Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3156 | 2026-03-12T01:18:45.259Z | Compiling usdt-macro v0.5.0 |
| 3157 | 2026-03-12T01:18:45.262Z | Compiling derive-where v1.6.0 |
| 3158 | 2026-03-12T01:18:45.320Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3159 | 2026-03-12T01:18:45.675Z | Compiling memmap v0.7.0 |
| 3160 | 2026-03-12T01:18:45.698Z | Compiling atomicwrites v0.4.4 |
| 3161 | 2026-03-12T01:18:45.799Z | Compiling thiserror-no-std v2.0.2 |
| 3162 | 2026-03-12T01:18:45.943Z | Compiling vsss-rs v3.3.4 |
| 3163 | 2026-03-12T01:18:45.966Z | Compiling owo-colors v4.3.0 |
| 3164 | 2026-03-12T01:18:45.989Z | Compiling cancel-safe-futures v0.1.5 |
| 3165 | 2026-03-12T01:18:46.011Z | Compiling libsw-core v0.3.2 |
| 3166 | 2026-03-12T01:18:46.317Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3167 | 2026-03-12T01:18:46.371Z | Compiling async-recursion v1.1.1 |
| 3168 | 2026-03-12T01:18:46.371Z | Compiling usdt v0.5.0 |
| 3169 | 2026-03-12T01:18:46.381Z | Compiling resolv-conf v0.7.6 |
| 3170 | 2026-03-12T01:18:46.720Z | Compiling libsw v3.5.0 |
| 3171 | 2026-03-12T01:18:46.913Z | Compiling progenitor-client v0.11.2 |
| 3172 | 2026-03-12T01:18:46.939Z | Compiling linear-map v1.2.0 |
| 3173 | 2026-03-12T01:18:46.961Z | Compiling libefi-sys v0.1.0 |
| 3174 | 2026-03-12T01:18:46.987Z | Compiling newline-converter v0.3.0 |
| 3175 | 2026-03-12T01:18:47.038Z | Compiling hickory-proto v0.24.4 |
| 3176 | 2026-03-12T01:18:47.175Z | Compiling console v0.15.11 |
| 3177 | 2026-03-12T01:18:47.218Z | Compiling bitfield-struct v0.6.2 |
| 3178 | 2026-03-12T01:18:47.242Z | Compiling semver v0.1.20 |
| 3179 | 2026-03-12T01:18:47.247Z | Compiling linked-hash-map v0.5.6 |
| 3180 | 2026-03-12T01:18:47.291Z | Compiling pin-project-internal v1.1.11 |
| 3181 | 2026-03-12T01:18:47.361Z | Compiling slog-dtrace v0.3.0 |
| 3182 | 2026-03-12T01:18:47.382Z | Compiling minimal-lexical v0.2.1 |
| 3183 | 2026-03-12T01:18:47.542Z | Compiling lru-cache v0.1.2 |
| 3184 | 2026-03-12T01:18:47.640Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3185 | 2026-03-12T01:18:47.663Z | Compiling expectorate v1.2.0 |
| 3186 | 2026-03-12T01:18:47.685Z | Compiling rustc_version v0.1.7 |
| 3187 | 2026-03-12T01:18:47.738Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3188 | 2026-03-12T01:18:47.780Z | Compiling nom v7.1.3 |
| 3189 | 2026-03-12T01:18:47.836Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3190 | 2026-03-12T01:18:47.869Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3191 | 2026-03-12T01:18:47.902Z | Compiling tokio-dtrace v0.1.1 |
| 3192 | 2026-03-12T01:18:48.025Z | Compiling newtype_derive v0.1.6 |
| 3193 | 2026-03-12T01:18:48.029Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3194 | 2026-03-12T01:18:48.145Z | Compiling phf_shared v0.12.1 |
| 3195 | 2026-03-12T01:18:48.149Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3196 | 2026-03-12T01:18:48.189Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-03-12T01:18:48.293Z | Compiling pem v3.0.6 |
| 3198 | 2026-03-12T01:18:48.329Z | Compiling snafu-derive v0.8.9 |
| 3199 | 2026-03-12T01:18:48.395Z | Compiling csv-core v0.1.13 |
| 3200 | 2026-03-12T01:18:48.416Z | Compiling xshell-macros v0.2.7 |
| 3201 | 2026-03-12T01:18:48.638Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-03-12T01:18:48.661Z | Compiling chrono-tz v0.10.4 |
| 3203 | 2026-03-12T01:18:48.763Z | Compiling same-file v1.0.6 |
| 3204 | 2026-03-12T01:18:48.790Z | Compiling highway v1.3.0 |
| 3205 | 2026-03-12T01:18:48.839Z | Compiling const_format_proc_macros v0.2.34 |
| 3206 | 2026-03-12T01:18:49.036Z | Compiling pin-project v1.1.11 |
| 3207 | 2026-03-12T01:18:49.049Z | Compiling xshell v0.2.7 |
| 3208 | 2026-03-12T01:18:49.049Z | Compiling walkdir v2.5.0 |
| 3209 | 2026-03-12T01:18:49.049Z | Compiling csv v1.4.0 |
| 3210 | 2026-03-12T01:18:49.199Z | Compiling phf v0.12.1 |
| 3211 | 2026-03-12T01:18:49.404Z | Compiling oxide-tokio-rt v0.1.2 |
| 3212 | 2026-03-12T01:18:49.487Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-03-12T01:18:49.510Z | Compiling globset v0.4.18 |
| 3214 | 2026-03-12T01:18:49.677Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3215 | 2026-03-12T01:18:49.718Z | Compiling olpc-cjson v0.1.4 |
| 3216 | 2026-03-12T01:18:49.740Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3217 | 2026-03-12T01:18:49.825Z | Compiling primeorder v0.13.6 |
| 3218 | 2026-03-12T01:18:49.849Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3219 | 2026-03-12T01:18:49.888Z | Compiling serde_plain v1.0.2 |
| 3220 | 2026-03-12T01:18:49.915Z | Compiling typed-path v0.9.3 |
| 3221 | 2026-03-12T01:18:49.943Z | Compiling base64 v0.21.7 |
| 3222 | 2026-03-12T01:18:49.968Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3223 | 2026-03-12T01:18:50.032Z | Compiling hickory-resolver v0.24.4 |
| 3224 | 2026-03-12T01:18:50.177Z | Compiling const_format v0.2.35 |
| 3225 | 2026-03-12T01:18:50.372Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3226 | 2026-03-12T01:18:50.402Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3227 | 2026-03-12T01:18:50.501Z | Compiling tabled_derive v0.7.0 |
| 3228 | 2026-03-12T01:18:50.528Z | Compiling bcs v0.1.6 |
| 3229 | 2026-03-12T01:18:50.534Z | Compiling typify-macro v0.6.1 |
| 3230 | 2026-03-12T01:18:50.592Z | Compiling typify-macro v0.4.3 |
| 3231 | 2026-03-12T01:18:50.634Z | Compiling salty v0.3.0 |
| 3232 | 2026-03-12T01:18:50.960Z | Compiling termtree v0.5.1 |
| 3233 | 2026-03-12T01:18:51.008Z | Compiling radium v0.7.0 |
| 3234 | 2026-03-12T01:18:51.108Z | Compiling textwrap v0.16.2 |
| 3235 | 2026-03-12T01:18:51.136Z | Compiling snafu v0.8.9 |
| 3236 | 2026-03-12T01:18:51.188Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3237 | 2026-03-12T01:18:51.242Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3238 | 2026-03-12T01:18:51.409Z | Compiling qorb v0.4.1 |
| 3239 | 2026-03-12T01:18:51.488Z | Compiling tough v0.20.0 |
| 3240 | 2026-03-12T01:18:51.553Z | Compiling steno v0.4.1 |
| 3241 | 2026-03-12T01:18:51.646Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3242 | 2026-03-12T01:18:51.668Z | Compiling utf-8 v0.7.6 |
| 3243 | 2026-03-12T01:18:51.690Z | Compiling maybe-uninit v2.0.0 |
| 3244 | 2026-03-12T01:18:51.793Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3245 | 2026-03-12T01:18:51.892Z | Compiling humantime v2.3.0 |
| 3246 | 2026-03-12T01:18:51.962Z | Compiling tabled v0.15.0 |
| 3247 | 2026-03-12T01:18:51.984Z | Compiling tap v1.0.1 |
| 3248 | 2026-03-12T01:18:52.091Z | Compiling tungstenite v0.21.0 |
| 3249 | 2026-03-12T01:18:52.207Z | Compiling wyz v0.5.1 |
| 3250 | 2026-03-12T01:18:52.297Z | Compiling p384 v0.13.1 |
| 3251 | 2026-03-12T01:18:52.432Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3252 | 2026-03-12T01:18:52.495Z | Compiling arc-swap v1.8.2 |
| 3253 | 2026-03-12T01:18:52.519Z | Compiling tagptr v0.2.0 |
| 3254 | 2026-03-12T01:18:52.607Z | Compiling packed_struct v0.10.1 |
| 3255 | 2026-03-12T01:18:52.756Z | Compiling funty v2.0.0 |
| 3256 | 2026-03-12T01:18:52.864Z | Compiling slog-scope v4.4.1 |
| 3257 | 2026-03-12T01:18:52.934Z | Compiling tokio-tungstenite v0.21.0 |
| 3258 | 2026-03-12T01:18:53.041Z | Compiling moka v0.12.13 |
| 3259 | 2026-03-12T01:18:53.123Z | Compiling typify v0.4.3 |
| 3260 | 2026-03-12T01:18:53.147Z | Compiling typify v0.6.1 |
| 3261 | 2026-03-12T01:18:53.199Z | Compiling polyval v0.6.2 |
| 3262 | 2026-03-12T01:18:53.225Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3263 | 2026-03-12T01:18:53.225Z | Compiling packed_struct_codegen v0.10.1 |
| 3264 | 2026-03-12T01:18:53.318Z | Compiling progenitor-impl v0.13.0 |
| 3265 | 2026-03-12T01:18:53.339Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3266 | 2026-03-12T01:18:53.410Z | Compiling progenitor-impl v0.11.2 |
| 3267 | 2026-03-12T01:18:53.541Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3268 | 2026-03-12T01:18:53.703Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3269 | 2026-03-12T01:18:53.726Z | Compiling progenitor-impl v0.10.0 |
| 3270 | 2026-03-12T01:18:54.102Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3271 | 2026-03-12T01:18:54.280Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3272 | 2026-03-12T01:18:54.320Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3273 | 2026-03-12T01:18:54.343Z | Compiling bitvec v1.0.1 |
| 3274 | 2026-03-12T01:18:54.822Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3275 | 2026-03-12T01:18:54.852Z | Compiling bitfield-macros v0.19.4 |
| 3276 | 2026-03-12T01:18:55.110Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3277 | 2026-03-12T01:18:55.139Z | Compiling zerocopy-derive v0.6.6 |
| 3278 | 2026-03-12T01:18:55.349Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3279 | 2026-03-12T01:18:55.474Z | Compiling indexmap v1.9.3 |
| 3280 | 2026-03-12T01:18:55.742Z | Compiling nodrop v0.1.14 |
| 3281 | 2026-03-12T01:18:55.841Z | Compiling parking_lot_core v0.8.6 |
| 3282 | 2026-03-12T01:18:55.874Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3283 | 2026-03-12T01:18:55.918Z | Compiling crc-catalog v2.4.0 |
| 3284 | 2026-03-12T01:18:56.074Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3285 | 2026-03-12T01:18:56.205Z | Compiling crc v3.4.0 |
| 3286 | 2026-03-12T01:18:56.263Z | Compiling bitfield v0.19.4 |
| 3287 | 2026-03-12T01:18:56.335Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3288 | 2026-03-12T01:18:56.361Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3289 | 2026-03-12T01:18:56.405Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3290 | 2026-03-12T01:18:56.430Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3291 | 2026-03-12T01:18:56.511Z | Compiling zerocopy v0.6.6 |
| 3292 | 2026-03-12T01:18:56.748Z | Compiling array-init v0.0.4 |
| 3293 | 2026-03-12T01:18:56.940Z | Compiling proc-macro-error2 v2.0.1 |
| 3294 | 2026-03-12T01:18:56.991Z | Compiling hickory-resolver v0.25.2 |
| 3295 | 2026-03-12T01:18:57.053Z | Compiling ghash v0.5.1 |
| 3296 | 2026-03-12T01:18:57.193Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3297 | 2026-03-12T01:18:57.223Z | Compiling progenitor-macro v0.13.0 |
| 3298 | 2026-03-12T01:18:57.264Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3299 | 2026-03-12T01:18:57.287Z | Compiling progenitor-macro v0.11.2 |
| 3300 | 2026-03-12T01:18:57.318Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3301 | 2026-03-12T01:18:57.343Z | Compiling smallvec v0.6.14 |
| 3302 | 2026-03-12T01:18:57.378Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3303 | 2026-03-12T01:18:57.547Z | Compiling progenitor-macro v0.10.0 |
| 3304 | 2026-03-12T01:18:57.677Z | Compiling slog-stdlog v4.1.1 |
| 3305 | 2026-03-12T01:18:57.716Z | Compiling nix v0.31.1 |
| 3306 | 2026-03-12T01:18:57.883Z | Compiling git-stub v1.0.0 |
| 3307 | 2026-03-12T01:18:58.004Z | Compiling ctr v0.9.2 |
| 3308 | 2026-03-12T01:18:58.321Z | Compiling num-derive v0.3.3 |
| 3309 | 2026-03-12T01:18:58.344Z | Compiling lzma-sys v0.1.20 |
| 3310 | 2026-03-12T01:18:58.344Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3311 | 2026-03-12T01:18:58.394Z | Compiling hashbrown v0.12.3 |
| 3312 | 2026-03-12T01:18:58.461Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3313 | 2026-03-12T01:18:58.631Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3314 | 2026-03-12T01:18:58.767Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3315 | 2026-03-12T01:18:58.816Z | Compiling unicase v2.9.0 |
| 3316 | 2026-03-12T01:18:58.964Z | Compiling aes-gcm v0.10.3 |
| 3317 | 2026-03-12T01:18:58.986Z | Compiling git-stub-vcs v0.1.0 |
| 3318 | 2026-03-12T01:18:59.031Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3319 | 2026-03-12T01:18:59.078Z | Compiling slog-envlogger v2.2.0 |
| 3320 | 2026-03-12T01:18:59.120Z | Compiling mime_guess v2.0.5 |
| 3321 | 2026-03-12T01:18:59.231Z | Compiling serde-hex v0.1.0 |
| 3322 | 2026-03-12T01:18:59.469Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3323 | 2026-03-12T01:18:59.501Z | Compiling tabled_derive v0.11.0 |
| 3324 | 2026-03-12T01:18:59.543Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3325 | 2026-03-12T01:18:59.589Z | Compiling libscf-sys v1.1.0 |
| 3326 | 2026-03-12T01:18:59.597Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3327 | 2026-03-12T01:18:59.759Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3328 | 2026-03-12T01:18:59.874Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3329 | 2026-03-12T01:18:59.912Z | Compiling ron v0.8.1 |
| 3330 | 2026-03-12T01:18:59.959Z | Compiling papergrid v0.17.0 |
| 3331 | 2026-03-12T01:19:00.072Z | Compiling cargo_toml v0.22.3 |
| 3332 | 2026-03-12T01:19:04.487Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3333 | 2026-03-12T01:19:04.487Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3334 | 2026-03-12T01:19:04.487Z | Compiling hashbrown v0.13.2 |
| 3335 | 2026-03-12T01:19:04.487Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3336 | 2026-03-12T01:19:04.487Z | Compiling testing_table v0.3.0 |
| 3337 | 2026-03-12T01:19:04.487Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3338 | 2026-03-12T01:19:04.487Z | Compiling ssh-encoding v0.2.0 |
| 3339 | 2026-03-12T01:19:04.487Z | Compiling blowfish v0.9.1 |
| 3340 | 2026-03-12T01:19:04.487Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3341 | 2026-03-12T01:19:04.487Z | Compiling nibble_vec v0.1.0 |
| 3342 | 2026-03-12T01:19:04.487Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3343 | 2026-03-12T01:19:04.487Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-03-12T01:19:04.487Z | Compiling endian-type v0.1.2 |
| 3345 | 2026-03-12T01:19:04.488Z | Compiling corncobs v0.1.4 |
| 3346 | 2026-03-12T01:19:04.488Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3347 | 2026-03-12T01:19:04.488Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3348 | 2026-03-12T01:19:04.488Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3349 | 2026-03-12T01:19:04.529Z | Compiling radix_trie v0.2.1 |
| 3350 | 2026-03-12T01:19:04.529Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3351 | 2026-03-12T01:19:04.529Z | Compiling ssh-cipher v0.2.0 |
| 3352 | 2026-03-12T01:19:04.529Z | Compiling object v0.30.4 |
| 3353 | 2026-03-12T01:19:04.529Z | Compiling tabled v0.20.0 |
| 3354 | 2026-03-12T01:19:04.529Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3355 | 2026-03-12T01:19:04.529Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-03-12T01:19:04.529Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3357 | 2026-03-12T01:19:04.529Z | Compiling parking_lot v0.11.2 |
| 3358 | 2026-03-12T01:19:04.529Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3359 | 2026-03-12T01:19:04.529Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3360 | 2026-03-12T01:19:04.529Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3361 | 2026-03-12T01:19:04.529Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3362 | 2026-03-12T01:19:04.529Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3363 | 2026-03-12T01:19:04.529Z | Compiling prefix-trie v0.7.0 |
| 3364 | 2026-03-12T01:19:04.529Z | Compiling password-hash v0.4.2 |
| 3365 | 2026-03-12T01:19:04.529Z | Compiling fxhash v0.2.1 |
| 3366 | 2026-03-12T01:19:04.564Z | Compiling secrecy v0.8.0 |
| 3367 | 2026-03-12T01:19:04.659Z | Compiling path-slash v0.1.5 |
| 3368 | 2026-03-12T01:19:04.692Z | Compiling progenitor v0.11.2 |
| 3369 | 2026-03-12T01:19:04.716Z | Compiling progenitor v0.13.0 |
| 3370 | 2026-03-12T01:19:04.770Z | Compiling http-range v0.1.5 |
| 3371 | 2026-03-12T01:19:04.794Z | Compiling half v1.8.3 |
| 3372 | 2026-03-12T01:19:04.875Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3373 | 2026-03-12T01:19:04.878Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3374 | 2026-03-12T01:19:04.921Z | Compiling progenitor v0.10.0 |
| 3375 | 2026-03-12T01:19:04.947Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3376 | 2026-03-12T01:19:05.004Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3377 | 2026-03-12T01:19:05.052Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3378 | 2026-03-12T01:19:05.146Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3379 | 2026-03-12T01:19:05.209Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-03-12T01:19:05.518Z | Compiling pbkdf2 v0.11.0 |
| 3381 | 2026-03-12T01:19:05.813Z | Compiling hickory-server v0.25.2 |
| 3382 | 2026-03-12T01:19:05.836Z | Compiling sled v0.34.7 |
| 3383 | 2026-03-12T01:19:05.861Z | Compiling ron v0.12.0 |
| 3384 | 2026-03-12T01:19:06.065Z | Compiling xz2 v0.1.7 |
| 3385 | 2026-03-12T01:19:06.169Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3386 | 2026-03-12T01:19:06.192Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3387 | 2026-03-12T01:19:06.502Z | Compiling ssh-key v0.6.7 |
| 3388 | 2026-03-12T01:19:07.123Z | Compiling hickory-client v0.25.2 |
| 3389 | 2026-03-12T01:19:07.188Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3390 | 2026-03-12T01:19:07.469Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3391 | 2026-03-12T01:19:07.620Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-03-12T01:19:07.992Z | Compiling p521 v0.13.3 |
| 3393 | 2026-03-12T01:19:08.327Z | Compiling p256 v0.13.2 |
| 3394 | 2026-03-12T01:19:08.352Z | Compiling yasna v0.5.2 |
| 3395 | 2026-03-12T01:19:08.388Z | Compiling kstat-rs v0.2.4 |
| 3396 | 2026-03-12T01:19:08.452Z | Compiling headers-core v0.3.0 |
| 3397 | 2026-03-12T01:19:08.540Z | Compiling nanorand v0.7.0 |
| 3398 | 2026-03-12T01:19:08.652Z | Compiling atty v0.2.14 |
| 3399 | 2026-03-12T01:19:08.830Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3400 | 2026-03-12T01:19:08.851Z | Compiling russh-cryptovec v0.7.3 |
| 3401 | 2026-03-12T01:19:08.878Z | Compiling home v0.5.12 |
| 3402 | 2026-03-12T01:19:08.957Z | Compiling md5 v0.7.0 |
| 3403 | 2026-03-12T01:19:08.981Z | Compiling crc8 v0.1.1 |
| 3404 | 2026-03-12T01:19:08.985Z | Compiling base16ct v1.0.0 |
| 3405 | 2026-03-12T01:19:09.096Z | Compiling rcgen v0.12.1 |
| 3406 | 2026-03-12T01:19:09.127Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3407 | 2026-03-12T01:19:09.152Z | Compiling flume v0.11.1 |
| 3408 | 2026-03-12T01:19:09.177Z | Compiling russh-keys v0.45.0 |
| 3409 | 2026-03-12T01:19:09.327Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3410 | 2026-03-12T01:19:09.331Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3411 | 2026-03-12T01:19:09.370Z | Compiling headers v0.4.1 |
| 3412 | 2026-03-12T01:19:09.684Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3413 | 2026-03-12T01:19:10.370Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-03-12T01:19:10.485Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3415 | 2026-03-12T01:19:10.993Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3416 | 2026-03-12T01:19:11.087Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3417 | 2026-03-12T01:19:11.110Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3418 | 2026-03-12T01:19:11.391Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3419 | 2026-03-12T01:19:11.444Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3420 | 2026-03-12T01:19:12.411Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3421 | 2026-03-12T01:19:12.436Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3422 | 2026-03-12T01:19:12.585Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3423 | 2026-03-12T01:19:12.835Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3424 | 2026-03-12T01:19:13.372Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3425 | 2026-03-12T01:19:13.418Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3426 | 2026-03-12T01:19:13.474Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3427 | 2026-03-12T01:19:13.681Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3428 | 2026-03-12T01:19:13.879Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3429 | 2026-03-12T01:19:13.902Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3430 | 2026-03-12T01:19:13.974Z | Compiling num-bigint v0.4.6 |
| 3431 | 2026-03-12T01:19:14.266Z | Compiling des v0.8.1 |
| 3432 | 2026-03-12T01:19:14.293Z | Compiling subprocess v0.2.15 |
| 3433 | 2026-03-12T01:19:14.375Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-03-12T01:19:14.548Z | Compiling display-error-chain v0.2.2 |
| 3435 | 2026-03-12T01:19:14.570Z | Compiling hex-literal v0.4.1 |
| 3436 | 2026-03-12T01:19:14.654Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3437 | 2026-03-12T01:19:14.748Z | Compiling colored v2.2.0 |
| 3438 | 2026-03-12T01:19:14.771Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3439 | 2026-03-12T01:19:14.912Z | Compiling socket2 v0.5.10 |
| 3440 | 2026-03-12T01:19:15.001Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3441 | 2026-03-12T01:19:15.129Z | Compiling internet-checksum v0.2.1 |
| 3442 | 2026-03-12T01:19:15.648Z | Compiling russh v0.45.0 |
| 3443 | 2026-03-12T01:19:16.431Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-03-12T01:19:17.393Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-03-12T01:19:18.037Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-03-12T01:19:23.704Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-03-12T01:19:33.700Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3448 | 2026-03-12T01:19:33.700Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3449 | 2026-03-12T01:19:33.703Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3450 | 2026-03-12T01:19:33.703Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-03-12T01:19:35.918Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3452 | 2026-03-12T01:19:36.084Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-03-12T01:19:41.986Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3454 | 2026-03-12T01:20:11.579Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3455 | 2026-03-12T01:20:36.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
| 3456 | 2026-03-12T01:20:36.691Z | |
| 3457 | 2026-03-12T01:20:36.695Z | real 1:59.510735378 |
| 3458 | 2026-03-12T01:20:36.695Z | user 11:38.309983275 |
| 3459 | 2026-03-12T01:20:36.695Z | sys 2:07.330965478 |
| 3460 | 2026-03-12T01:20:36.695Z | trap 0.343839499 |
| 3461 | 2026-03-12T01:20:36.695Z | tflt 0.621171799 |
| 3462 | 2026-03-12T01:20:36.695Z | dflt 1.604759318 |
| 3463 | 2026-03-12T01:20:36.695Z | kflt 0.000151763 |
| 3464 | 2026-03-12T01:20:36.695Z | lock 29:08.936879130 |
| 3465 | 2026-03-12T01:20:36.695Z | slp 38:31.508625671 |
| 3466 | 2026-03-12T01:20:36.695Z | lat 45.686677079 |
| 3467 | 2026-03-12T01:20:36.695Z | stop 3:38.405771799 |
| 3468 | 2026-03-12T01:20:36.695Z | + mkdir tests |
| 3469 | 2026-03-12T01:20:36.699Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-03-12T01:20:36.699Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-03-12T01:20:36.737Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-415e097f7c074305 tests/ |
| 3472 | 2026-03-12T01:20:36.768Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2d1ef7a3d4d741e tests/ |
| 3473 | 2026-03-12T01:20:36.799Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ad49457e8220e076 tests/ |
| 3474 | 2026-03-12T01:20:36.828Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce51ee232499ee7c tests/ |
| 3475 | 2026-03-12T01:20:37.110Z | + 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/*) |
| 3476 | 2026-03-12T01:20:37.117Z | + 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-d2d1ef7a3d4d741e tests/commtest-ad49457e8220e076 tests/dhcp_server-415e097f7c074305 tests/end_to_end_tests-ce51ee232499ee7c out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3477 | 2026-03-12T01:22:17.317Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-03-12T01:22:17.317Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-03-12T01:22:17.318Z | a out/target/test 1K |
| 3480 | 2026-03-12T01:22:17.318Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-03-12T01:22:17.318Z | a package-manifest.toml 35K |
| 3482 | 2026-03-12T01:22:17.318Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-03-12T01:22:17.318Z | a target/release/omicron-package 41064K |
| 3484 | 2026-03-12T01:22:17.318Z | a target/release/xtask 11359K |
| 3485 | 2026-03-12T01:22:17.318Z | a target/debug/bootstrap 345836K |
| 3486 | 2026-03-12T01:22:17.318Z | a tests/bootstrap-d2d1ef7a3d4d741e 31480K |
| 3487 | 2026-03-12T01:22:17.318Z | a tests/commtest-ad49457e8220e076 31997K |
| 3488 | 2026-03-12T01:22:17.318Z | a tests/dhcp_server-415e097f7c074305 31480K |
| 3489 | 2026-03-12T01:22:17.318Z | a tests/end_to_end_tests-ce51ee232499ee7c 387856K |
| 3490 | 2026-03-12T01:22:17.318Z | a out/clickhouse.tar.gz 302570K |
| 3491 | 2026-03-12T01:22:17.318Z | a out/clickhouse_keeper.tar.gz 287859K |
| 3492 | 2026-03-12T01:22:17.318Z | a out/clickhouse_server.tar.gz 302568K |
| 3493 | 2026-03-12T01:22:17.318Z | a out/cockroachdb.tar.gz 156108K |
| 3494 | 2026-03-12T01:22:17.318Z | a out/crucible-pantry-zone.tar.gz 38317K |
| 3495 | 2026-03-12T01:22:17.318Z | a out/crucible-utils.tar 17744K |
| 3496 | 2026-03-12T01:22:17.318Z | a out/crucible-zone.tar.gz 52455K |
| 3497 | 2026-03-12T01:22:17.318Z | a out/external-dns.tar.gz 41551K |
| 3498 | 2026-03-12T01:22:17.318Z | a out/internal-dns.tar.gz 41550K |
| 3499 | 2026-03-12T01:22:17.318Z | a out/mg-ddm-gz.tar 86339K |
| 3500 | 2026-03-12T01:22:17.318Z | a out/nexus.tar.gz 207256K |
| 3501 | 2026-03-12T01:22:17.318Z | a out/ntp.tar.gz 22568K |
| 3502 | 2026-03-12T01:22:17.318Z | a out/omicron-gateway-softnpu.tar.gz 27289K |
| 3503 | 2026-03-12T01:22:17.318Z | a out/omicron-sled-agent.tar 182541K |
| 3504 | 2026-03-12T01:22:17.318Z | a out/overlay.tar.gz 3K |
| 3505 | 2026-03-12T01:22:17.318Z | a out/oximeter.tar.gz 57843K |
| 3506 | 2026-03-12T01:22:17.318Z | a out/oxlog.tar 3895K |
| 3507 | 2026-03-12T01:22:17.318Z | a out/probe.tar.gz 3037K |
| 3508 | 2026-03-12T01:22:17.318Z | a out/propolis-server.tar.gz 74633K |
| 3509 | 2026-03-12T01:22:17.318Z | a out/pumpkind-gz.tar 26647K |
| 3510 | 2026-03-12T01:22:17.318Z | a out/switch-softnpu.tar.gz 373199K |
| 3511 | 2026-03-12T01:22:17.322Z | |
| 3512 | 2026-03-12T01:22:17.322Z | real 1:40.231270138 |
| 3513 | 2026-03-12T01:22:17.322Z | user 1:37.200765763 |
| 3514 | 2026-03-12T01:22:17.322Z | sys 6.117464707 |
| 3515 | 2026-03-12T01:22:17.322Z | trap 0.006753288 |
| 3516 | 2026-03-12T01:22:17.322Z | tflt 0.000000000 |
| 3517 | 2026-03-12T01:22:17.322Z | dflt 0.000000000 |
| 3518 | 2026-03-12T01:22:17.322Z | kflt 0.000000000 |
| 3519 | 2026-03-12T01:22:17.322Z | lock 0.000000000 |
| 3520 | 2026-03-12T01:22:17.322Z | slp 1:36.518899477 |
| 3521 | 2026-03-12T01:22:17.322Z | lat 0.613996139 |
| 3522 | 2026-03-12T01:22:17.322Z | stop 0.000163891 |
| 3523 | 2026-03-12T01:22:17.322Z | process exited: duration 1236029 ms, exit code 0 |
| |
| 3524 | 2026-03-12T01:22:17.340Z | found 1 output files |
| 3525 | 2026-03-12T01:22:17.340Z | uploading: /work/package.tar.gz (2322318983 bytes) |
| 3526 | 2026-03-12T01:22:51.934Z | uploaded: /work/package.tar.gz |