|
|
|
| 1 | 2026-03-06T18:45:50.822Z | job assigned to worker 01KK27F342S0J69QZ34KWHRM2Q [factory aws, i-0cf28decbca8078a6] (queued for 59 s) |
| |
| 2 | 2026-03-06T18:45:59.065Z | starting task 0: "setup" |
| 3 | 2026-03-06T18:45:59.070Z | ++ uname -s |
| 4 | 2026-03-06T18:45:59.073Z | + kern=SunOS |
| 5 | 2026-03-06T18:45:59.073Z | + build_user=build |
| 6 | 2026-03-06T18:45:59.073Z | + build_uid=12345 |
| 7 | 2026-03-06T18:45:59.073Z | + work_dir=/work |
| 8 | 2026-03-06T18:45:59.073Z | + input_dir=/input |
| 9 | 2026-03-06T18:45:59.073Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-06T18:45:59.073Z | + case "$kern" in |
| 11 | 2026-03-06T18:45:59.073Z | + groupadd -g 12345 build |
| 12 | 2026-03-06T18:45:59.076Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-06T18:46:01.083Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-06T18:46:01.205Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-06T18:46:01.208Z | + home_fs=zfs |
| 16 | 2026-03-06T18:46:01.208Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-06T18:46:01.208Z | + mkdir -p /home/build |
| 18 | 2026-03-06T18:46:01.211Z | + chown build:build /home/build /work |
| 19 | 2026-03-06T18:46:03.213Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-06T18:46:03.216Z | process exited: duration 4153 ms, exit code 0 |
| |
| 21 | 2026-03-06T18:46:03.222Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-06T18:46:03.227Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-03-06T18:46:03.228Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 24 | 2026-03-06T18:46:03.228Z | * rust toolchain profile = "default" |
| 25 | 2026-03-06T18:46:03.228Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-06T18:46:03.228Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-06T18:46:03.228Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-06T18:46:03.231Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-06T18:46:03.231Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-06T18:46:03.368Z | info: downloading installer |
| 31 | 2026-03-06T18:46:05.096Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-06T18:46:05.096Z | warn: /opt/ooce/bin |
| 33 | 2026-03-06T18:46:05.096Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-06T18:46:05.096Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-06T18:46:05.096Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-06T18:46:05.096Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-06T18:46:05.096Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-06T18:46:05.096Z | error: cannot install while Rust is installed |
| 39 | 2026-03-06T18:46:05.096Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-06T18:46:05.111Z | info: profile set to 'default' |
| 41 | 2026-03-06T18:46:05.111Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-06T18:46:05.115Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-06T18:46:05.287Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-06T18:46:05.287Z | info: downloading component 'cargo' |
| 45 | 2026-03-06T18:46:06.403Z | info: downloading component 'clippy' |
| 46 | 2026-03-06T18:46:06.854Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-06T18:46:08.543Z | info: downloading component 'rust-std' |
| 48 | 2026-03-06T18:46:10.340Z | info: downloading component 'rustc' |
| 49 | 2026-03-06T18:46:17.820Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-06T18:46:18.099Z | info: installing component 'cargo' |
| 51 | 2026-03-06T18:46:19.052Z | info: installing component 'clippy' |
| 52 | 2026-03-06T18:46:19.452Z | info: installing component 'rust-docs' |
| 53 | 2026-03-06T18:46:21.385Z | info: installing component 'rust-std' |
| 54 | 2026-03-06T18:46:23.123Z | info: installing component 'rustc' |
| 55 | 2026-03-06T18:46:30.234Z | info: installing component 'rustfmt' |
| 56 | 2026-03-06T18:46:30.588Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-06T18:46:30.588Z | |
| 58 | 2026-03-06T18:46:31.049Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-06T18:46:31.049Z | |
| 60 | 2026-03-06T18:46:31.053Z | |
| 61 | 2026-03-06T18:46:31.053Z | Rust is installed now. Great! |
| 62 | 2026-03-06T18:46:31.053Z | |
| 63 | 2026-03-06T18:46:31.053Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-06T18:46:31.053Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-06T18:46:31.053Z | |
| 66 | 2026-03-06T18:46:31.053Z | To configure your current shell, you need to source |
| 67 | 2026-03-06T18:46:31.053Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-06T18:46:31.053Z | |
| 69 | 2026-03-06T18:46:31.053Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-06T18:46:31.053Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-06T18:46:31.053Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-06T18:46:31.053Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-06T18:46:31.154Z | + rustup --version |
| 74 | 2026-03-06T18:46:31.166Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-06T18:46:31.169Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-06T18:46:31.258Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-06T18:46:31.262Z | + cargo --version |
| 78 | 2026-03-06T18:46:31.340Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-06T18:46:31.343Z | + rustc --version |
| 80 | 2026-03-06T18:46:31.423Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-06T18:46:31.428Z | process exited: duration 28204 ms, exit code 0 |
| |
| 82 | 2026-03-06T18:46:31.434Z | starting task 2: "authentication" |
| 83 | 2026-03-06T18:46:31.458Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-03-06T18:46:31.465Z | starting task 3: "clone repository" |
| 85 | 2026-03-06T18:46:31.470Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-06T18:46:31.473Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-06T18:46:31.515Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-06T18:46:43.330Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-06T18:46:43.333Z | + git fetch origin 1567242820118fcaabfe2065ea0363517d3f1040 |
| 90 | 2026-03-06T18:46:43.978Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-06T18:46:43.978Z | * branch 1567242820118fcaabfe2065ea0363517d3f1040 -> FETCH_HEAD |
| 92 | 2026-03-06T18:46:43.990Z | + [[ -n john/bootstore-next-version ]] |
| 93 | 2026-03-06T18:46:43.993Z | ++ git branch --show-current |
| 94 | 2026-03-06T18:46:43.996Z | + current=main |
| 95 | 2026-03-06T18:46:43.996Z | + [[ main != john/bootstore-next-version ]] |
| 96 | 2026-03-06T18:46:43.996Z | + git branch -f john/bootstore-next-version 1567242820118fcaabfe2065ea0363517d3f1040 |
| 97 | 2026-03-06T18:46:44.000Z | + git checkout -f john/bootstore-next-version |
| 98 | 2026-03-06T18:46:44.365Z | Switched to branch 'john/bootstore-next-version' |
| 99 | 2026-03-06T18:46:44.369Z | + git reset --hard 1567242820118fcaabfe2065ea0363517d3f1040 |
| 100 | 2026-03-06T18:46:44.398Z | HEAD is now at 156724282 Merge branch 'main' into john/bootstore-next-version |
| 101 | 2026-03-06T18:46:44.402Z | process exited: duration 12934 ms, exit code 0 |
| |
| 102 | 2026-03-06T18:46:44.408Z | starting task 4: "build" |
| 103 | 2026-03-06T18:46:44.414Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-06T18:46:44.414Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-06T18:46:44.414Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-06T18:46:44.414Z | + cargo --version |
| 107 | 2026-03-06T18:46:44.481Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-06T18:46:44.484Z | + rustc --version |
| 109 | 2026-03-06T18:46:44.564Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-06T18:46:44.568Z | + WORK=/work |
| 111 | 2026-03-06T18:46:44.568Z | + pfexec mkdir -p /work |
| 112 | 2026-03-06T18:46:44.574Z | + pfexec chown build /work |
| 113 | 2026-03-06T18:46:44.577Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-06T18:46:55.729Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-06T18:47:06.465Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-06T18:47:31.715Z | Planning: Solver setup ... Done (23.543s) |
| 117 | 2026-03-06T18:47:31.886Z | Planning: Running solver ... Done (0.172s) |
| 118 | 2026-03-06T18:47:32.075Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-03-06T18:47:32.088Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-06T18:47:32.240Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-06T18:47:32.296Z | Planning: Package planning ... Done (0.056s) |
| 122 | 2026-03-06T18:47:32.348Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2026-03-06T18:47:32.644Z | Planning: Checking for conflicting actions ... Done (0.296s) |
| 124 | 2026-03-06T18:47:32.657Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2026-03-06T18:47:33.754Z | Planning: Evaluating mediators ... Done (1.096s) |
| 126 | 2026-03-06T18:47:33.763Z | Planning: Planning completed in 27.14 seconds |
| 127 | 2026-03-06T18:47:33.780Z | Packages to install: 4 |
| 128 | 2026-03-06T18:47:33.780Z | Mediators to change: 2 |
| 129 | 2026-03-06T18:47:33.783Z | Services to change: 1 |
| 130 | 2026-03-06T18:47:33.783Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-06T18:47:33.783Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-06T18:47:33.783Z | Create boot environment: No |
| 133 | 2026-03-06T18:47:33.783Z | Create backup boot environment: No |
| 134 | 2026-03-06T18:47:33.783Z | Rebuild boot archive: No |
| 135 | 2026-03-06T18:47:33.783Z | |
| 136 | 2026-03-06T18:47:33.783Z | Changed mediators: |
| 137 | 2026-03-06T18:47:33.783Z | mediator clang: |
| 138 | 2026-03-06T18:47:33.783Z | version: None -> 15 (system default) |
| 139 | 2026-03-06T18:47:33.783Z | |
| 140 | 2026-03-06T18:47:33.783Z | mediator llvm: |
| 141 | 2026-03-06T18:47:33.783Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-06T18:47:33.783Z | |
| 143 | 2026-03-06T18:47:33.783Z | Changed packages: |
| 144 | 2026-03-06T18:47:33.783Z | helios-dev |
| 145 | 2026-03-06T18:47:33.783Z | developer/build-essential |
| 146 | 2026-03-06T18:47:33.783Z | None -> 11-2.0 |
| 147 | 2026-03-06T18:47:33.783Z | library/libxmlsec1 |
| 148 | 2026-03-06T18:47:33.783Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-06T18:47:33.783Z | ooce/developer/clang-15 |
| 150 | 2026-03-06T18:47:33.783Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-06T18:47:33.784Z | ooce/developer/llvm-15 |
| 152 | 2026-03-06T18:47:33.784Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-06T18:47:33.784Z | |
| 154 | 2026-03-06T18:47:33.784Z | Services: |
| 155 | 2026-03-06T18:47:33.784Z | restart_fmri: |
| 156 | 2026-03-06T18:47:33.784Z | svc:/system/update-man-index:default |
| 157 | 2026-03-06T18:47:33.835Z | |
| 158 | 2026-03-06T18:47:33.835Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-06T18:47:39.865Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (25.4M/s) |
| 160 | 2026-03-06T18:47:44.866Z | Download: 3074/3290 items 121.2/212.6MB 56% complete (12.2M/s) |
| 161 | 2026-03-06T18:47:48.687Z | Download: Completed 212.60 MB in 14.82 seconds (14.3M/s) |
| 162 | 2026-03-06T18:47:48.890Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2026-03-06T18:47:53.470Z | Actions: Completed 3689 actions in 4.58 seconds. |
| 164 | 2026-03-06T18:47:53.917Z | Done (0.442s) |
| 165 | 2026-03-06T18:47:53.917Z | Done (0.000s) |
| 166 | 2026-03-06T18:47:55.035Z | Done (1.118s) |
| 167 | 2026-03-06T18:47:59.806Z | Done (4.393s) |
| 168 | 2026-03-06T18:47:59.901Z | Done (0.021s) |
| 169 | 2026-03-06T18:47:59.906Z | Done (0.000s) |
| 170 | 2026-03-06T18:48:00.055Z | Done (0.000s) |
| 171 | 2026-03-06T18:48:01.112Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-03-06T18:48:01.288Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-03-06T18:48:01.291Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-03-06T18:48:01.582Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-03-06T18:48:01.585Z | Planning: Planning completed in 0.47 seconds |
| 176 | 2026-03-06T18:48:01.617Z | Mediators to change: 2 |
| 177 | 2026-03-06T18:48:01.617Z | Create boot environment: No |
| 178 | 2026-03-06T18:48:01.621Z | Create backup boot environment: No |
| 179 | 2026-03-06T18:48:01.706Z | Done |
| 180 | 2026-03-06T18:48:01.706Z | Done |
| 181 | 2026-03-06T18:48:02.534Z | Done |
| 182 | 2026-03-06T18:48:06.457Z | Done |
| 183 | 2026-03-06T18:48:06.546Z | Done |
| 184 | 2026-03-06T18:48:06.551Z | Done |
| 185 | 2026-03-06T18:48:06.707Z | Done |
| 186 | 2026-03-06T18:48:07.365Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-03-06T18:48:07.369Z | Planning: Merging actions ... Done |
| 188 | 2026-03-06T18:48:07.567Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-06T18:48:07.570Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-06T18:48:07.857Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-06T18:48:07.921Z | Planning: Planning completed in 0.81 seconds |
| 192 | 2026-03-06T18:48:07.959Z | Packages to change: 1 |
| 193 | 2026-03-06T18:48:07.959Z | Mediators to change: 1 |
| 194 | 2026-03-06T18:48:07.959Z | Services to change: 1 |
| 195 | 2026-03-06T18:48:07.962Z | Create boot environment: No |
| 196 | 2026-03-06T18:48:07.962Z | Create backup boot environment: Yes |
| 197 | 2026-03-06T18:48:10.543Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2026-03-06T18:48:10.546Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2026-03-06T18:48:10.546Z | Done |
| 200 | 2026-03-06T18:48:10.546Z | Done |
| 201 | 2026-03-06T18:48:10.769Z | Done |
| 202 | 2026-03-06T18:48:14.729Z | Done |
| 203 | 2026-03-06T18:48:14.827Z | Done |
| 204 | 2026-03-06T18:48:14.830Z | Done |
| 205 | 2026-03-06T18:48:15.001Z | Done |
| 206 | 2026-03-06T18:48:15.469Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-03-06T18:48:15.469Z | clang system 15 system |
| 208 | 2026-03-06T18:48:15.469Z | csh system system illumos |
| 209 | 2026-03-06T18:48:15.469Z | ctags system system illumos |
| 210 | 2026-03-06T18:48:15.469Z | file system system illumos |
| 211 | 2026-03-06T18:48:15.470Z | gcc vendor 12 vendor |
| 212 | 2026-03-06T18:48:15.470Z | gcc system 10 system |
| 213 | 2026-03-06T18:48:15.470Z | gcc system 7 system |
| 214 | 2026-03-06T18:48:15.470Z | go system 1.20 system |
| 215 | 2026-03-06T18:48:15.470Z | go system 1.19 system |
| 216 | 2026-03-06T18:48:15.470Z | llvm system 15 system |
| 217 | 2026-03-06T18:48:15.470Z | llvm system 14 system |
| 218 | 2026-03-06T18:48:15.470Z | mariadb system 10.6 system |
| 219 | 2026-03-06T18:48:15.470Z | mta vendor vendor dma |
| 220 | 2026-03-06T18:48:15.470Z | openjdk system 17 system |
| 221 | 2026-03-06T18:48:15.470Z | openjdk system 11 system |
| 222 | 2026-03-06T18:48:15.470Z | openjdk system 1.8 system |
| 223 | 2026-03-06T18:48:15.470Z | openssl vendor 3 vendor |
| 224 | 2026-03-06T18:48:15.470Z | perl system 5.36 system |
| 225 | 2026-03-06T18:48:15.470Z | postgresql system 15 system |
| 226 | 2026-03-06T18:48:15.470Z | postgresql system 13 system |
| 227 | 2026-03-06T18:48:15.470Z | python vendor 3 vendor |
| 228 | 2026-03-06T18:48:15.470Z | python system 2 system |
| 229 | 2026-03-06T18:48:15.470Z | python3 system 3.11 system |
| 230 | 2026-03-06T18:48:15.470Z | ruby system 3.0 system |
| 231 | 2026-03-06T18:48:15.470Z | words vendor vendor american-english |
| 232 | 2026-03-06T18:48:15.470Z | words system system australian-english |
| 233 | 2026-03-06T18:48:15.470Z | words system system british-english |
| 234 | 2026-03-06T18:48:15.470Z | words system system canadian-english |
| 235 | 2026-03-06T18:48:15.470Z | words system system french |
| 236 | 2026-03-06T18:48:15.470Z | words system system italian |
| 237 | 2026-03-06T18:48:15.470Z | words system system ngerman |
| 238 | 2026-03-06T18:48:15.470Z | words system system ogerman |
| 239 | 2026-03-06T18:48:15.470Z | words system system spanish |
| 240 | 2026-03-06T18:48:15.831Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-03-06T18:48:15.831Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2026-03-06T18:48:22.550Z | FMRI IFO |
| 243 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2026-03-06T18:48:22.550Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2026-03-06T18:48:23.809Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2026-03-06T18:48:24.107Z | Updating crates.io index |
| 261 | 2026-03-06T18:48:24.143Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2026-03-06T18:48:24.768Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-03-06T18:48:25.457Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-03-06T18:48:25.776Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-03-06T18:48:26.123Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-03-06T18:48:28.518Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-03-06T18:48:31.229Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-03-06T18:48:32.321Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-03-06T18:48:32.909Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-03-06T18:48:39.773Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-03-06T18:48:40.357Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2026-03-06T18:48:43.227Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2026-03-06T18:48:43.625Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 274 | 2026-03-06T18:48:44.057Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2026-03-06T18:48:44.421Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-03-06T18:48:45.328Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-03-06T18:48:45.991Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-03-06T18:48:46.349Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2026-03-06T18:48:46.701Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 280 | 2026-03-06T18:48:47.154Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2026-03-06T18:48:47.420Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2026-03-06T18:48:47.696Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2026-03-06T18:48:48.202Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 284 | 2026-03-06T18:48:48.705Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2026-03-06T18:48:49.370Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-03-06T18:48:49.915Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-03-06T18:48:50.198Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 288 | 2026-03-06T18:48:50.560Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2026-03-06T18:48:51.618Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-03-06T18:48:52.455Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-03-06T18:48:52.720Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-03-06T18:48:53.124Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-03-06T18:48:53.511Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-03-06T18:48:54.104Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-03-06T18:48:54.377Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-03-06T18:48:54.669Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-03-06T18:48:55.001Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-03-06T18:48:55.527Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-03-06T18:49:10.439Z | Downloading crates ... |
| 300 | 2026-03-06T18:49:10.514Z | Downloaded bitflags v2.11.0 |
| 301 | 2026-03-06T18:49:10.520Z | Downloaded fnv v1.0.7 |
| 302 | 2026-03-06T18:49:10.523Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2026-03-06T18:49:10.523Z | Downloaded crypto-common v0.1.7 |
| 304 | 2026-03-06T18:49:10.523Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-03-06T18:49:10.526Z | Downloaded equivalent v1.0.2 |
| 306 | 2026-03-06T18:49:10.526Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-03-06T18:49:10.529Z | Downloaded cpufeatures v0.2.17 |
| 308 | 2026-03-06T18:49:10.529Z | Downloaded anstream v0.6.21 |
| 309 | 2026-03-06T18:49:10.532Z | Downloaded cfg-if v1.0.4 |
| 310 | 2026-03-06T18:49:10.532Z | Downloaded thiserror v2.0.18 |
| 311 | 2026-03-06T18:49:10.536Z | Downloaded zerofrom-derive v0.1.6 |
| 312 | 2026-03-06T18:49:10.539Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-03-06T18:49:10.539Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-03-06T18:49:10.539Z | Downloaded fastrand v2.3.0 |
| 315 | 2026-03-06T18:49:10.542Z | Downloaded utf8_iter v1.0.4 |
| 316 | 2026-03-06T18:49:10.542Z | Downloaded thread-id v4.2.2 |
| 317 | 2026-03-06T18:49:10.545Z | Downloaded toml_write v0.1.2 |
| 318 | 2026-03-06T18:49:10.545Z | Downloaded macaddr v1.0.1 |
| 319 | 2026-03-06T18:49:10.548Z | Downloaded idna_adapter v1.2.1 |
| 320 | 2026-03-06T18:49:10.548Z | Downloaded anstyle v1.0.13 |
| 321 | 2026-03-06T18:49:10.548Z | Downloaded serde-value v0.7.0 |
| 322 | 2026-03-06T18:49:10.551Z | Downloaded unicode-linebreak v0.1.5 |
| 323 | 2026-03-06T18:49:10.551Z | Downloaded typeid v1.0.3 |
| 324 | 2026-03-06T18:49:10.553Z | Downloaded zerofrom v0.1.6 |
| 325 | 2026-03-06T18:49:10.553Z | Downloaded dof v0.3.0 |
| 326 | 2026-03-06T18:49:10.553Z | Downloaded toml_datetime v0.6.11 |
| 327 | 2026-03-06T18:49:10.557Z | Downloaded unicode-xid v0.2.6 |
| 328 | 2026-03-06T18:49:10.557Z | Downloaded version_check v0.9.5 |
| 329 | 2026-03-06T18:49:10.557Z | Downloaded itoa v1.0.17 |
| 330 | 2026-03-06T18:49:10.562Z | Downloaded heck v0.5.0 |
| 331 | 2026-03-06T18:49:10.562Z | Downloaded displaydoc v0.2.5 |
| 332 | 2026-03-06T18:49:10.562Z | Downloaded usdt v0.5.0 |
| 333 | 2026-03-06T18:49:10.565Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2026-03-06T18:49:10.565Z | Downloaded clap_derive v4.5.55 |
| 335 | 2026-03-06T18:49:10.565Z | Downloaded cargo_metadata v0.21.0 |
| 336 | 2026-03-06T18:49:10.568Z | Downloaded errno v0.3.14 |
| 337 | 2026-03-06T18:49:10.569Z | Downloaded typenum v1.19.0 |
| 338 | 2026-03-06T18:49:10.571Z | Downloaded serde_tokenstream v0.2.3 |
| 339 | 2026-03-06T18:49:10.578Z | Downloaded utf8parse v0.2.2 |
| 340 | 2026-03-06T18:49:10.579Z | Downloaded tinystr v0.8.2 |
| 341 | 2026-03-06T18:49:10.582Z | Downloaded writeable v0.6.2 |
| 342 | 2026-03-06T18:49:10.582Z | Downloaded fs-err v3.3.0 |
| 343 | 2026-03-06T18:49:10.582Z | Downloaded zerovec-derive v0.11.2 |
| 344 | 2026-03-06T18:49:10.582Z | Downloaded autocfg v1.5.0 |
| 345 | 2026-03-06T18:49:10.582Z | Downloaded zmij v1.0.21 |
| 346 | 2026-03-06T18:49:10.586Z | Downloaded cargo_toml v0.21.0 |
| 347 | 2026-03-06T18:49:10.586Z | Downloaded thiserror-impl v2.0.18 |
| 348 | 2026-03-06T18:49:10.589Z | Downloaded yoke v0.8.1 |
| 349 | 2026-03-06T18:49:10.589Z | Downloaded block-buffer v0.10.4 |
| 350 | 2026-03-06T18:49:10.589Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2026-03-06T18:49:10.592Z | Downloaded terminal_size v0.4.3 |
| 352 | 2026-03-06T18:49:10.592Z | Downloaded toml v0.8.23 |
| 353 | 2026-03-06T18:49:10.596Z | Downloaded thiserror v1.0.69 |
| 354 | 2026-03-06T18:49:10.599Z | Downloaded pretty-hex v0.4.1 |
| 355 | 2026-03-06T18:49:10.602Z | Downloaded ucd-trie v0.1.7 |
| 356 | 2026-03-06T18:49:10.602Z | Downloaded percent-encoding v2.3.2 |
| 357 | 2026-03-06T18:49:10.602Z | Downloaded heck v0.4.1 |
| 358 | 2026-03-06T18:49:10.605Z | Downloaded zerocopy-derive v0.7.35 |
| 359 | 2026-03-06T18:49:10.608Z | Downloaded unicode-ident v1.0.24 |
| 360 | 2026-03-06T18:49:10.611Z | Downloaded icu_provider v2.1.1 |
| 361 | 2026-03-06T18:49:10.614Z | Downloaded zerotrie v0.2.3 |
| 362 | 2026-03-06T18:49:10.617Z | Downloaded form_urlencoded v1.2.2 |
| 363 | 2026-03-06T18:49:10.617Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2026-03-06T18:49:10.617Z | Downloaded clap_lex v1.0.0 |
| 365 | 2026-03-06T18:49:10.617Z | Downloaded plain v0.2.3 |
| 366 | 2026-03-06T18:49:10.621Z | Downloaded url v2.5.8 |
| 367 | 2026-03-06T18:49:10.624Z | Downloaded toml_edit v0.22.27 |
| 368 | 2026-03-06T18:49:10.627Z | Downloaded serde_spanned v0.6.9 |
| 369 | 2026-03-06T18:49:10.627Z | Downloaded strsim v0.11.1 |
| 370 | 2026-03-06T18:49:10.630Z | Downloaded ordered-float v2.10.1 |
| 371 | 2026-03-06T18:49:10.630Z | Downloaded swrite v0.1.0 |
| 372 | 2026-03-06T18:49:10.630Z | Downloaded generic-array v0.14.7 |
| 373 | 2026-03-06T18:49:10.633Z | Downloaded textwrap v0.16.2 |
| 374 | 2026-03-06T18:49:10.636Z | Downloaded zerovec v0.11.5 |
| 375 | 2026-03-06T18:49:10.638Z | Downloaded tabled_derive v0.7.0 |
| 376 | 2026-03-06T18:49:10.639Z | Downloaded stable_deref_trait v1.2.1 |
| 377 | 2026-03-06T18:49:10.643Z | Downloaded thiserror-impl v1.0.69 |
| 378 | 2026-03-06T18:49:10.643Z | Downloaded scroll_derive v0.12.1 |
| 379 | 2026-03-06T18:49:10.643Z | Downloaded is_terminal_polyfill v1.70.2 |
| 380 | 2026-03-06T18:49:10.646Z | Downloaded smawk v0.3.2 |
| 381 | 2026-03-06T18:49:10.646Z | Downloaded pest_generator v2.8.6 |
| 382 | 2026-03-06T18:49:10.646Z | Downloaded anstyle-parse v0.2.7 |
| 383 | 2026-03-06T18:49:10.649Z | Downloaded zerocopy v0.7.35 |
| 384 | 2026-03-06T18:49:10.660Z | Downloaded potential_utf v0.1.4 |
| 385 | 2026-03-06T18:49:10.663Z | Downloaded winnow v0.7.14 |
| 386 | 2026-03-06T18:49:10.669Z | Downloaded synstructure v0.13.2 |
| 387 | 2026-03-06T18:49:10.672Z | Downloaded serde_core v1.0.228 |
| 388 | 2026-03-06T18:49:10.675Z | Downloaded quote v1.0.44 |
| 389 | 2026-03-06T18:49:10.675Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-03-06T18:49:10.680Z | Downloaded semver v1.0.27 |
| 391 | 2026-03-06T18:49:10.683Z | Downloaded scroll v0.12.0 |
| 392 | 2026-03-06T18:49:10.683Z | Downloaded unicode-width v0.1.14 |
| 393 | 2026-03-06T18:49:10.687Z | Downloaded serde-untagged v0.1.9 |
| 394 | 2026-03-06T18:49:10.690Z | Downloaded proc-macro-error v1.0.4 |
| 395 | 2026-03-06T18:49:10.693Z | Downloaded cargo-platform v0.2.0 |
| 396 | 2026-03-06T18:49:10.693Z | Downloaded byteorder v1.5.0 |
| 397 | 2026-03-06T18:49:10.696Z | Downloaded bytecount v0.6.9 |
| 398 | 2026-03-06T18:49:10.696Z | Downloaded sha2 v0.10.9 |
| 399 | 2026-03-06T18:49:10.699Z | Downloaded camino-tempfile v1.4.1 |
| 400 | 2026-03-06T18:49:10.699Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-03-06T18:49:10.702Z | Downloaded icu_properties v2.1.2 |
| 402 | 2026-03-06T18:49:10.705Z | Downloaded erased-serde v0.4.9 |
| 403 | 2026-03-06T18:49:10.708Z | Downloaded memmap v0.7.0 |
| 404 | 2026-03-06T18:49:10.708Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-03-06T18:49:10.712Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-03-06T18:49:10.715Z | Downloaded digest v0.10.7 |
| 407 | 2026-03-06T18:49:10.715Z | Downloaded clap v4.5.60 |
| 408 | 2026-03-06T18:49:10.720Z | Downloaded litemap v0.8.1 |
| 409 | 2026-03-06T18:49:10.723Z | Downloaded pest_derive v2.8.6 |
| 410 | 2026-03-06T18:49:10.732Z | Downloaded tempfile v3.25.0 |
| 411 | 2026-03-06T18:49:10.736Z | Downloaded smallvec v1.15.1 |
| 412 | 2026-03-06T18:49:10.739Z | Downloaded getrandom v0.4.1 |
| 413 | 2026-03-06T18:49:10.742Z | Downloaded once_cell v1.21.3 |
| 414 | 2026-03-06T18:49:10.745Z | Downloaded num-traits v0.2.19 |
| 415 | 2026-03-06T18:49:10.747Z | Downloaded log v0.4.29 |
| 416 | 2026-03-06T18:49:10.761Z | Downloaded cargo-util-schemas v0.8.2 |
| 417 | 2026-03-06T18:49:10.764Z | Downloaded papergrid v0.11.0 |
| 418 | 2026-03-06T18:49:10.769Z | Downloaded icu_normalizer_data v2.1.1 |
| 419 | 2026-03-06T18:49:10.772Z | Downloaded anyhow v1.0.102 |
| 420 | 2026-03-06T18:49:10.775Z | Downloaded camino v1.2.2 |
| 421 | 2026-03-06T18:49:10.782Z | Downloaded pest_meta v2.8.6 |
| 422 | 2026-03-06T18:49:10.794Z | Downloaded memchr v2.8.0 |
| 423 | 2026-03-06T18:49:10.799Z | Downloaded icu_collections v2.1.1 |
| 424 | 2026-03-06T18:49:10.804Z | Downloaded serde v1.0.228 |
| 425 | 2026-03-06T18:49:10.806Z | Downloaded icu_locale_core v2.1.1 |
| 426 | 2026-03-06T18:49:10.811Z | Downloaded idna v1.1.0 |
| 427 | 2026-03-06T18:49:10.814Z | Downloaded indexmap v2.13.0 |
| 428 | 2026-03-06T18:49:10.843Z | Downloaded pest v2.8.6 |
| 429 | 2026-03-06T18:49:10.851Z | Downloaded clap_builder v4.5.60 |
| 430 | 2026-03-06T18:49:10.857Z | Downloaded hashbrown v0.16.1 |
| 431 | 2026-03-06T18:49:10.861Z | Downloaded serde_json v1.0.149 |
| 432 | 2026-03-06T18:49:10.867Z | Downloaded icu_properties_data v2.1.2 |
| 433 | 2026-03-06T18:49:10.880Z | Downloaded tabled v0.15.0 |
| 434 | 2026-03-06T18:49:10.894Z | Downloaded goblin v0.8.2 |
| 435 | 2026-03-06T18:49:10.898Z | Downloaded syn v1.0.109 |
| 436 | 2026-03-06T18:49:10.906Z | Downloaded syn v2.0.117 |
| 437 | 2026-03-06T18:49:10.934Z | Downloaded rustix v1.1.3 |
| 438 | 2026-03-06T18:49:10.963Z | Downloaded libc v0.2.180 |
| 439 | 2026-03-06T18:49:11.056Z | Compiling proc-macro2 v1.0.106 |
| 440 | 2026-03-06T18:49:11.056Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-03-06T18:49:11.061Z | Compiling quote v1.0.44 |
| 442 | 2026-03-06T18:49:11.061Z | Compiling serde_core v1.0.228 |
| 443 | 2026-03-06T18:49:11.061Z | Compiling libc v0.2.180 |
| 444 | 2026-03-06T18:49:11.061Z | Compiling version_check v0.9.5 |
| 445 | 2026-03-06T18:49:11.323Z | Compiling memchr v2.8.0 |
| 446 | 2026-03-06T18:49:11.333Z | Compiling stable_deref_trait v1.2.1 |
| 447 | 2026-03-06T18:49:11.523Z | Compiling serde v1.0.228 |
| 448 | 2026-03-06T18:49:11.552Z | Compiling zmij v1.0.21 |
| 449 | 2026-03-06T18:49:12.008Z | Compiling thiserror v1.0.69 |
| 450 | 2026-03-06T18:49:12.078Z | Compiling autocfg v1.5.0 |
| 451 | 2026-03-06T18:49:12.538Z | Compiling itoa v1.0.17 |
| 452 | 2026-03-06T18:49:12.707Z | Compiling ucd-trie v0.1.7 |
| 453 | 2026-03-06T18:49:12.899Z | Compiling litemap v0.8.1 |
| 454 | 2026-03-06T18:49:12.929Z | Compiling writeable v0.6.2 |
| 455 | 2026-03-06T18:49:12.997Z | Compiling pest v2.8.6 |
| 456 | 2026-03-06T18:49:13.156Z | Compiling icu_normalizer_data v2.1.1 |
| 457 | 2026-03-06T18:49:13.193Z | Compiling rustix v1.1.3 |
| 458 | 2026-03-06T18:49:13.274Z | Compiling byteorder v1.5.0 |
| 459 | 2026-03-06T18:49:13.718Z | Compiling icu_properties_data v2.1.2 |
| 460 | 2026-03-06T18:49:13.889Z | Compiling syn v2.0.117 |
| 461 | 2026-03-06T18:49:14.084Z | Compiling errno v0.3.14 |
| 462 | 2026-03-06T18:49:14.128Z | Compiling bitflags v2.11.0 |
| 463 | 2026-03-06T18:49:14.151Z | Compiling serde_json v1.0.149 |
| 464 | 2026-03-06T18:49:14.536Z | Compiling num-traits v0.2.19 |
| 465 | 2026-03-06T18:49:14.571Z | Compiling hashbrown v0.16.1 |
| 466 | 2026-03-06T18:49:14.599Z | Compiling typeid v1.0.3 |
| 467 | 2026-03-06T18:49:14.959Z | Compiling equivalent v1.0.2 |
| 468 | 2026-03-06T18:49:15.109Z | Compiling smallvec v1.15.1 |
| 469 | 2026-03-06T18:49:15.529Z | Compiling pest_meta v2.8.6 |
| 470 | 2026-03-06T18:49:15.906Z | Compiling indexmap v2.13.0 |
| 471 | 2026-03-06T18:49:15.939Z | Compiling thread-id v4.2.2 |
| 472 | 2026-03-06T18:49:15.970Z | Compiling usdt-impl v0.5.0 |
| 473 | 2026-03-06T18:49:16.094Z | Compiling proc-macro-error-attr v1.0.4 |
| 474 | 2026-03-06T18:49:16.377Z | Compiling winnow v0.7.14 |
| 475 | 2026-03-06T18:49:16.447Z | Compiling toml_write v0.1.2 |
| 476 | 2026-03-06T18:49:16.848Z | Compiling erased-serde v0.4.9 |
| 477 | 2026-03-06T18:49:16.899Z | Compiling syn v1.0.109 |
| 478 | 2026-03-06T18:49:17.802Z | Compiling proc-macro-error v1.0.4 |
| 479 | 2026-03-06T18:49:17.851Z | Compiling utf8_iter v1.0.4 |
| 480 | 2026-03-06T18:49:18.120Z | Compiling percent-encoding v2.3.2 |
| 481 | 2026-03-06T18:49:18.161Z | Compiling plain v0.2.3 |
| 482 | 2026-03-06T18:49:18.358Z | Compiling utf8parse v0.2.2 |
| 483 | 2026-03-06T18:49:18.489Z | Compiling log v0.4.29 |
| 484 | 2026-03-06T18:49:18.563Z | Compiling thiserror v2.0.18 |
| 485 | 2026-03-06T18:49:18.862Z | Compiling camino v1.2.2 |
| 486 | 2026-03-06T18:49:19.209Z | Compiling getrandom v0.4.1 |
| 487 | 2026-03-06T18:49:19.585Z | Compiling ordered-float v2.10.1 |
| 488 | 2026-03-06T18:49:19.702Z | Compiling anstyle-parse v0.2.7 |
| 489 | 2026-03-06T18:49:19.781Z | Compiling form_urlencoded v1.2.2 |
| 490 | 2026-03-06T18:49:20.096Z | Compiling terminal_size v0.4.3 |
| 491 | 2026-03-06T18:49:20.099Z | Compiling anstyle v1.0.13 |
| 492 | 2026-03-06T18:49:20.202Z | Compiling colorchoice v1.0.4 |
| 493 | 2026-03-06T18:49:20.336Z | Compiling is_terminal_polyfill v1.70.2 |
| 494 | 2026-03-06T18:49:20.393Z | Compiling anstyle-query v1.1.5 |
| 495 | 2026-03-06T18:49:20.492Z | Compiling pretty-hex v0.4.1 |
| 496 | 2026-03-06T18:49:20.530Z | Compiling cfg-if v1.0.4 |
| 497 | 2026-03-06T18:49:20.580Z | Compiling anstream v0.6.21 |
| 498 | 2026-03-06T18:49:20.772Z | Compiling semver v1.0.27 |
| 499 | 2026-03-06T18:49:20.877Z | Compiling synstructure v0.13.2 |
| 500 | 2026-03-06T18:49:20.960Z | Compiling pest_generator v2.8.6 |
| 501 | 2026-03-06T18:49:21.098Z | Compiling serde-untagged v0.1.9 |
| 502 | 2026-03-06T18:49:21.514Z | Compiling fs-err v3.3.0 |
| 503 | 2026-03-06T18:49:21.606Z | Compiling heck v0.4.1 |
| 504 | 2026-03-06T18:49:21.635Z | Compiling bytecount v0.6.9 |
| 505 | 2026-03-06T18:49:21.856Z | Compiling once_cell v1.21.3 |
| 506 | 2026-03-06T18:49:21.885Z | Compiling clap_lex v1.0.0 |
| 507 | 2026-03-06T18:49:22.049Z | Compiling fnv v1.0.7 |
| 508 | 2026-03-06T18:49:22.226Z | Compiling heck v0.5.0 |
| 509 | 2026-03-06T18:49:22.256Z | Compiling strsim v0.11.1 |
| 510 | 2026-03-06T18:49:22.283Z | Compiling unicode-width v0.1.14 |
| 511 | 2026-03-06T18:49:22.351Z | Compiling unicode-xid v0.2.6 |
| 512 | 2026-03-06T18:49:22.580Z | Compiling anyhow v1.0.102 |
| 513 | 2026-03-06T18:49:22.721Z | Compiling fastrand v2.3.0 |
| 514 | 2026-03-06T18:49:22.773Z | Compiling papergrid v0.11.0 |
| 515 | 2026-03-06T18:49:22.976Z | Compiling clap_builder v4.5.60 |
| 516 | 2026-03-06T18:49:23.243Z | Compiling tempfile v3.25.0 |
| 517 | 2026-03-06T18:49:23.643Z | Compiling memmap v0.7.0 |
| 518 | 2026-03-06T18:49:23.690Z | Compiling smawk v0.3.2 |
| 519 | 2026-03-06T18:49:23.927Z | Compiling unicode-linebreak v0.1.5 |
| 520 | 2026-03-06T18:49:23.995Z | Compiling unicode-width v0.2.0 |
| 521 | 2026-03-06T18:49:24.051Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2026-03-06T18:49:24.535Z | Compiling textwrap v0.16.2 |
| 523 | 2026-03-06T18:49:25.207Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 524 | 2026-03-06T18:49:25.265Z | Compiling swrite v0.1.0 |
| 525 | 2026-03-06T18:49:25.427Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-03-06T18:49:25.658Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-03-06T18:49:25.683Z | Compiling zerofrom-derive v0.1.6 |
| 528 | 2026-03-06T18:49:25.731Z | Compiling yoke-derive v0.8.1 |
| 529 | 2026-03-06T18:49:25.770Z | Compiling zerovec-derive v0.11.2 |
| 530 | 2026-03-06T18:49:25.866Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-06T18:49:27.456Z | Compiling thiserror-impl v1.0.69 |
| 532 | 2026-03-06T18:49:27.510Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2026-03-06T18:49:28.366Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-03-06T18:49:28.449Z | Compiling scroll_derive v0.12.1 |
| 535 | 2026-03-06T18:49:29.092Z | Compiling zerofrom v0.1.6 |
| 536 | 2026-03-06T18:49:29.180Z | Compiling thiserror-impl v2.0.18 |
| 537 | 2026-03-06T18:49:29.343Z | Compiling yoke v0.8.1 |
| 538 | 2026-03-06T18:49:29.475Z | Compiling zerocopy v0.7.35 |
| 539 | 2026-03-06T18:49:29.706Z | Compiling zerovec v0.11.5 |
| 540 | 2026-03-06T18:49:29.909Z | Compiling zerotrie v0.2.3 |
| 541 | 2026-03-06T18:49:30.543Z | Compiling scroll v0.12.0 |
| 542 | 2026-03-06T18:49:30.615Z | Compiling dtrace-parser v0.2.0 |
| 543 | 2026-03-06T18:49:30.789Z | Compiling clap_derive v4.5.55 |
| 544 | 2026-03-06T18:49:30.922Z | Compiling tinystr v0.8.2 |
| 545 | 2026-03-06T18:49:30.952Z | Compiling potential_utf v0.1.4 |
| 546 | 2026-03-06T18:49:31.092Z | Compiling goblin v0.8.2 |
| 547 | 2026-03-06T18:49:31.258Z | Compiling icu_collections v2.1.1 |
| 548 | 2026-03-06T18:49:31.335Z | Compiling icu_locale_core v2.1.1 |
| 549 | 2026-03-06T18:49:31.741Z | Compiling tabled v0.15.0 |
| 550 | 2026-03-06T18:49:32.778Z | Compiling icu_provider v2.1.1 |
| 551 | 2026-03-06T18:49:33.404Z | Compiling icu_normalizer v2.1.1 |
| 552 | 2026-03-06T18:49:33.433Z | Compiling icu_properties v2.1.2 |
| 553 | 2026-03-06T18:49:34.239Z | Compiling serde_spanned v0.6.9 |
| 554 | 2026-03-06T18:49:34.242Z | Compiling toml_datetime v0.6.11 |
| 555 | 2026-03-06T18:49:34.298Z | Compiling dof v0.3.0 |
| 556 | 2026-03-06T18:49:34.327Z | Compiling serde_tokenstream v0.2.3 |
| 557 | 2026-03-06T18:49:34.330Z | Compiling serde-value v0.7.0 |
| 558 | 2026-03-06T18:49:34.494Z | Compiling cargo-platform v0.2.0 |
| 559 | 2026-03-06T18:49:34.791Z | Compiling toml_edit v0.22.27 |
| 560 | 2026-03-06T18:49:35.105Z | Compiling clap v4.5.60 |
| 561 | 2026-03-06T18:49:35.213Z | Compiling macaddr v1.0.1 |
| 562 | 2026-03-06T18:49:35.566Z | Compiling idna_adapter v1.2.1 |
| 563 | 2026-03-06T18:49:35.815Z | Compiling idna v1.1.0 |
| 564 | 2026-03-06T18:49:36.227Z | Compiling usdt-attr-macro v0.5.0 |
| 565 | 2026-03-06T18:49:36.227Z | Compiling usdt-macro v0.5.0 |
| 566 | 2026-03-06T18:49:36.356Z | Compiling url v2.5.8 |
| 567 | 2026-03-06T18:49:38.071Z | Compiling usdt v0.5.0 |
| 568 | 2026-03-06T18:49:38.097Z | Compiling toml v0.8.23 |
| 569 | 2026-03-06T18:49:38.863Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2026-03-06T18:49:38.863Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-03-06T18:49:40.465Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2026-03-06T18:49:42.413Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2026-03-06T18:49:46.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 574 | 2026-03-06T18:49:46.407Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2026-03-06T18:49:47.239Z | Downloading crates ... |
| 576 | 2026-03-06T18:49:47.375Z | Downloaded async-stream-impl v0.3.6 |
| 577 | 2026-03-06T18:49:47.379Z | Downloaded convert_case v0.4.0 |
| 578 | 2026-03-06T18:49:47.383Z | Downloaded async-stream v0.3.6 |
| 579 | 2026-03-06T18:49:47.388Z | Downloaded aead v0.5.2 |
| 580 | 2026-03-06T18:49:47.393Z | Downloaded crossbeam-utils v0.8.21 |
| 581 | 2026-03-06T18:49:47.399Z | Downloaded crossbeam-deque v0.8.6 |
| 582 | 2026-03-06T18:49:47.404Z | Downloaded erased-serde v0.3.31 |
| 583 | 2026-03-06T18:49:47.409Z | Downloaded ff v0.13.1 |
| 584 | 2026-03-06T18:49:47.414Z | Downloaded arrayvec v0.7.6 |
| 585 | 2026-03-06T18:49:47.420Z | Downloaded csv-core v0.1.13 |
| 586 | 2026-03-06T18:49:47.423Z | Downloaded backoff v0.4.0 |
| 587 | 2026-03-06T18:49:47.429Z | Downloaded cobs v0.3.0 |
| 588 | 2026-03-06T18:49:47.434Z | Downloaded crossbeam-channel v0.5.15 |
| 589 | 2026-03-06T18:49:47.442Z | Downloaded flume v0.11.1 |
| 590 | 2026-03-06T18:49:47.449Z | Downloaded endian-type v0.1.2 |
| 591 | 2026-03-06T18:49:47.453Z | Downloaded crossterm v0.28.1 |
| 592 | 2026-03-06T18:49:47.464Z | Downloaded foldhash v0.1.5 |
| 593 | 2026-03-06T18:49:47.469Z | Downloaded ciborium-ll v0.2.2 |
| 594 | 2026-03-06T18:49:47.474Z | Downloaded dirs-next v2.0.0 |
| 595 | 2026-03-06T18:49:47.479Z | Downloaded foreign-types-shared v0.1.1 |
| 596 | 2026-03-06T18:49:47.483Z | Downloaded dsl_auto_type v0.1.3 |
| 597 | 2026-03-06T18:49:47.503Z | Downloaded foreign-types-shared v0.3.1 |
| 598 | 2026-03-06T18:49:47.506Z | Downloaded flagset v0.4.7 |
| 599 | 2026-03-06T18:49:47.511Z | Downloaded futures-task v0.3.32 |
| 600 | 2026-03-06T18:49:47.515Z | Downloaded crypto-bigint v0.5.5 |
| 601 | 2026-03-06T18:49:47.526Z | Downloaded hash32 v0.2.1 |
| 602 | 2026-03-06T18:49:47.531Z | Downloaded bit-vec v0.8.0 |
| 603 | 2026-03-06T18:49:47.536Z | Downloaded foreign-types-macros v0.2.3 |
| 604 | 2026-03-06T18:49:47.541Z | Downloaded globwalk v0.9.1 |
| 605 | 2026-03-06T18:49:47.546Z | Downloaded fxhash v0.2.1 |
| 606 | 2026-03-06T18:49:47.549Z | Downloaded hash32 v0.3.1 |
| 607 | 2026-03-06T18:49:47.554Z | Downloaded hex v0.4.3 |
| 608 | 2026-03-06T18:49:47.559Z | Downloaded foreign-types v0.5.0 |
| 609 | 2026-03-06T18:49:47.563Z | Downloaded headers-core v0.3.0 |
| 610 | 2026-03-06T18:49:47.566Z | Downloaded futures-executor v0.3.32 |
| 611 | 2026-03-06T18:49:47.571Z | Downloaded hostname v0.3.1 |
| 612 | 2026-03-06T18:49:47.575Z | Downloaded glob v0.3.3 |
| 613 | 2026-03-06T18:49:47.579Z | Downloaded hyper-tls v0.6.0 |
| 614 | 2026-03-06T18:49:47.583Z | Downloaded hubpack_derive v0.1.1 |
| 615 | 2026-03-06T18:49:47.587Z | Downloaded group v0.13.0 |
| 616 | 2026-03-06T18:49:47.592Z | Downloaded ctr v0.9.2 |
| 617 | 2026-03-06T18:49:47.597Z | Downloaded daft v0.1.5 |
| 618 | 2026-03-06T18:49:47.603Z | Downloaded inout v0.1.4 |
| 619 | 2026-03-06T18:49:47.606Z | Downloaded ident_case v1.0.1 |
| 620 | 2026-03-06T18:49:47.609Z | Downloaded instability v0.3.11 |
| 621 | 2026-03-06T18:49:47.614Z | Downloaded is_ci v1.2.0 |
| 622 | 2026-03-06T18:49:47.617Z | Downloaded is-terminal v0.4.17 |
| 623 | 2026-03-06T18:49:47.621Z | Downloaded derive_builder v0.20.2 |
| 624 | 2026-03-06T18:49:47.628Z | Downloaded lazy_static v1.5.0 |
| 625 | 2026-03-06T18:49:47.633Z | Downloaded hyper-staticfile v0.10.1 |
| 626 | 2026-03-06T18:49:47.637Z | Downloaded hostname v0.4.2 |
| 627 | 2026-03-06T18:49:47.641Z | Downloaded lru-cache v0.1.2 |
| 628 | 2026-03-06T18:49:47.644Z | Downloaded libscf-sys v1.1.0 |
| 629 | 2026-03-06T18:49:47.648Z | Downloaded half v1.8.3 |
| 630 | 2026-03-06T18:49:47.653Z | Downloaded getrandom v0.2.17 |
| 631 | 2026-03-06T18:49:47.658Z | Downloaded mime v0.3.17 |
| 632 | 2026-03-06T18:49:47.662Z | Downloaded maybe-uninit v2.0.0 |
| 633 | 2026-03-06T18:49:47.665Z | Downloaded linked-hash-map v0.5.6 |
| 634 | 2026-03-06T18:49:47.668Z | Downloaded nibble_vec v0.1.0 |
| 635 | 2026-03-06T18:49:47.671Z | Downloaded newtype_derive v0.1.6 |
| 636 | 2026-03-06T18:49:47.674Z | Downloaded md5 v0.7.0 |
| 637 | 2026-03-06T18:49:47.677Z | Downloaded dropshot_endpoint v0.16.7 |
| 638 | 2026-03-06T18:49:47.684Z | Downloaded ipnet v2.11.0 |
| 639 | 2026-03-06T18:49:47.687Z | Downloaded nonempty v0.12.0 |
| 640 | 2026-03-06T18:49:47.690Z | Downloaded normalize-line-endings v0.3.0 |
| 641 | 2026-03-06T18:49:47.693Z | Downloaded num-derive v0.4.2 |
| 642 | 2026-03-06T18:49:47.697Z | Downloaded newline-converter v0.3.0 |
| 643 | 2026-03-06T18:49:47.702Z | Downloaded num-derive v0.3.3 |
| 644 | 2026-03-06T18:49:47.705Z | Downloaded httparse v1.10.1 |
| 645 | 2026-03-06T18:49:47.709Z | Downloaded kstat-rs v0.2.4 |
| 646 | 2026-03-06T18:49:47.712Z | Downloaded num_threads v0.1.7 |
| 647 | 2026-03-06T18:49:47.715Z | Downloaded openssl-probe v0.2.1 |
| 648 | 2026-03-06T18:49:47.718Z | Downloaded libloading v0.8.9 |
| 649 | 2026-03-06T18:49:47.723Z | Downloaded lock_api v0.4.14 |
| 650 | 2026-03-06T18:49:47.729Z | Downloaded getrandom v0.3.4 |
| 651 | 2026-03-06T18:49:47.733Z | Downloaded oso-derive v0.27.3 |
| 652 | 2026-03-06T18:49:47.739Z | Downloaded multer v3.1.0 |
| 653 | 2026-03-06T18:49:47.746Z | Downloaded openssl-probe v0.1.6 |
| 654 | 2026-03-06T18:49:47.749Z | Downloaded packed_struct_codegen v0.10.1 |
| 655 | 2026-03-06T18:49:47.749Z | Downloaded iana-time-zone v0.1.65 |
| 656 | 2026-03-06T18:49:47.753Z | Downloaded pbkdf2 v0.11.0 |
| 657 | 2026-03-06T18:49:47.758Z | Downloaded native-tls v0.2.18 |
| 658 | 2026-03-06T18:49:47.761Z | Downloaded peg-runtime v0.8.5 |
| 659 | 2026-03-06T18:49:47.764Z | Downloaded pin-utils v0.1.0 |
| 660 | 2026-03-06T18:49:47.767Z | Downloaded parse-size v1.1.0 |
| 661 | 2026-03-06T18:49:47.770Z | Downloaded path-slash v0.1.5 |
| 662 | 2026-03-06T18:49:47.774Z | Downloaded const_format v0.2.35 |
| 663 | 2026-03-06T18:49:47.780Z | Downloaded phf_shared v0.13.1 |
| 664 | 2026-03-06T18:49:47.783Z | Downloaded lru v0.12.5 |
| 665 | 2026-03-06T18:49:47.786Z | Downloaded num_enum v0.7.5 |
| 666 | 2026-03-06T18:49:47.793Z | Downloaded phf_shared v0.12.1 |
| 667 | 2026-03-06T18:49:47.796Z | Downloaded oxide-tokio-rt v0.1.2 |
| 668 | 2026-03-06T18:49:47.800Z | Downloaded predicates-core v1.0.10 |
| 669 | 2026-03-06T18:49:47.803Z | Downloaded bumpalo v3.20.2 |
| 670 | 2026-03-06T18:49:47.808Z | Downloaded parking_lot_core v0.8.6 |
| 671 | 2026-03-06T18:49:47.812Z | Downloaded password-hash v0.4.2 |
| 672 | 2026-03-06T18:49:47.816Z | Downloaded proc-macro-crate v3.4.0 |
| 673 | 2026-03-06T18:49:47.819Z | Downloaded predicates-tree v1.0.13 |
| 674 | 2026-03-06T18:49:47.822Z | Downloaded progenitor-client v0.11.2 |
| 675 | 2026-03-06T18:49:47.827Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 676 | 2026-03-06T18:49:47.836Z | Downloaded psl-types v2.0.11 |
| 677 | 2026-03-06T18:49:47.839Z | Downloaded aes-gcm v0.10.3 |
| 678 | 2026-03-06T18:49:47.839Z | Downloaded heapless v0.7.17 |
| 679 | 2026-03-06T18:49:47.843Z | Downloaded headers v0.4.1 |
| 680 | 2026-03-06T18:49:47.849Z | Downloaded quick-error v1.2.3 |
| 681 | 2026-03-06T18:49:47.852Z | Downloaded pem v3.0.6 |
| 682 | 2026-03-06T18:49:47.855Z | Downloaded peg v0.8.5 |
| 683 | 2026-03-06T18:49:47.860Z | Downloaded phf v0.12.1 |
| 684 | 2026-03-06T18:49:47.863Z | Downloaded ppv-lite86 v0.2.21 |
| 685 | 2026-03-06T18:49:47.867Z | Downloaded omicron-zone-package v0.12.2 |
| 686 | 2026-03-06T18:49:47.871Z | Downloaded rand_chacha v0.3.1 |
| 687 | 2026-03-06T18:49:47.874Z | Downloaded poly1305 v0.8.0 |
| 688 | 2026-03-06T18:49:47.877Z | Downloaded recursive v0.1.1 |
| 689 | 2026-03-06T18:49:47.881Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 690 | 2026-03-06T18:49:47.881Z | Downloaded pkg-config v0.3.32 |
| 691 | 2026-03-06T18:49:47.884Z | Downloaded primeorder v0.13.6 |
| 692 | 2026-03-06T18:49:47.887Z | Downloaded polyval v0.6.2 |
| 693 | 2026-03-06T18:49:47.890Z | Downloaded parking_lot v0.11.2 |
| 694 | 2026-03-06T18:49:47.893Z | Downloaded ref-cast v1.0.25 |
| 695 | 2026-03-06T18:49:47.897Z | Downloaded ref-cast-impl v1.0.25 |
| 696 | 2026-03-06T18:49:47.900Z | Downloaded psm v0.1.30 |
| 697 | 2026-03-06T18:49:47.905Z | Downloaded rustc_version v0.4.1 |
| 698 | 2026-03-06T18:49:47.908Z | Downloaded rustc-hash v2.1.1 |
| 699 | 2026-03-06T18:49:47.911Z | Downloaded progenitor v0.13.0 |
| 700 | 2026-03-06T18:49:47.911Z | Downloaded russh-cryptovec v0.7.3 |
| 701 | 2026-03-06T18:49:47.915Z | Downloaded rfc6979 v0.4.0 |
| 702 | 2026-03-06T18:49:47.918Z | Downloaded pkcs8 v0.10.2 |
| 703 | 2026-03-06T18:49:47.921Z | Downloaded pkcs5 v0.7.1 |
| 704 | 2026-03-06T18:49:47.924Z | Downloaded rustc_version v0.1.7 |
| 705 | 2026-03-06T18:49:47.927Z | Downloaded hickory-resolver v0.24.4 |
| 706 | 2026-03-06T18:49:47.932Z | Downloaded r2d2 v0.8.10 |
| 707 | 2026-03-06T18:49:47.935Z | Downloaded expectorate v1.2.0 |
| 708 | 2026-03-06T18:49:47.938Z | Downloaded rand_seeder v0.4.0 |
| 709 | 2026-03-06T18:49:47.941Z | Downloaded rand_core v0.9.5 |
| 710 | 2026-03-06T18:49:47.944Z | Downloaded scopeguard v1.2.0 |
| 711 | 2026-03-06T18:49:47.947Z | Downloaded sapling-renderdag v0.1.0 |
| 712 | 2026-03-06T18:49:47.950Z | Downloaded parking_lot v0.12.5 |
| 713 | 2026-03-06T18:49:47.953Z | Downloaded salsa20 v0.10.2 |
| 714 | 2026-03-06T18:49:47.957Z | Downloaded miniz_oxide v0.8.9 |
| 715 | 2026-03-06T18:49:47.960Z | Downloaded scroll_derive v0.13.1 |
| 716 | 2026-03-06T18:49:47.960Z | Downloaded same-file v1.0.6 |
| 717 | 2026-03-06T18:49:47.963Z | Downloaded oso v0.27.3 |
| 718 | 2026-03-06T18:49:47.967Z | Downloaded progenitor-client v0.13.0 |
| 719 | 2026-03-06T18:49:47.970Z | Downloaded seq-macro v0.3.6 |
| 720 | 2026-03-06T18:49:47.973Z | Downloaded serde_bytes v0.11.19 |
| 721 | 2026-03-06T18:49:47.976Z | Downloaded serde-big-array v0.5.1 |
| 722 | 2026-03-06T18:49:47.981Z | Downloaded secrecy v0.10.3 |
| 723 | 2026-03-06T18:49:47.981Z | Downloaded secrecy v0.8.0 |
| 724 | 2026-03-06T18:49:47.985Z | Downloaded scrypt v0.11.0 |
| 725 | 2026-03-06T18:49:47.985Z | Downloaded resolv-conf v0.7.6 |
| 726 | 2026-03-06T18:49:47.988Z | Downloaded jiff-static v0.2.21 |
| 727 | 2026-03-06T18:49:47.991Z | Downloaded rustls-pemfile v2.2.0 |
| 728 | 2026-03-06T18:49:47.994Z | Downloaded rustls-pemfile v1.0.4 |
| 729 | 2026-03-06T18:49:47.997Z | Downloaded serde_urlencoded v0.7.1 |
| 730 | 2026-03-06T18:49:48.002Z | Downloaded sha1 v0.10.6 |
| 731 | 2026-03-06T18:49:48.006Z | Downloaded serde_spanned v1.0.4 |
| 732 | 2026-03-06T18:49:48.006Z | Downloaded rustversion v1.0.22 |
| 733 | 2026-03-06T18:49:48.010Z | Downloaded openssl-sys v0.9.111 |
| 734 | 2026-03-06T18:49:48.014Z | Downloaded sigpipe v0.1.3 |
| 735 | 2026-03-06T18:49:48.017Z | Downloaded signature v2.2.0 |
| 736 | 2026-03-06T18:49:48.021Z | Downloaded quinn-udp v0.5.14 |
| 737 | 2026-03-06T18:49:48.024Z | Downloaded siphasher v1.0.2 |
| 738 | 2026-03-06T18:49:48.024Z | Downloaded rusty-fork v0.3.1 |
| 739 | 2026-03-06T18:49:48.026Z | Downloaded signal-hook-mio v0.2.5 |
| 740 | 2026-03-06T18:49:48.029Z | Downloaded progenitor-impl v0.13.0 |
| 741 | 2026-03-06T18:49:48.032Z | Downloaded scroll v0.13.0 |
| 742 | 2026-03-06T18:49:48.036Z | Downloaded slog-envlogger v2.2.0 |
| 743 | 2026-03-06T18:49:48.040Z | Downloaded sec1 v0.7.3 |
| 744 | 2026-03-06T18:49:48.040Z | Downloaded p256 v0.13.2 |
| 745 | 2026-03-06T18:49:48.043Z | Downloaded papergrid v0.17.0 |
| 746 | 2026-03-06T18:49:48.050Z | Downloaded schemars_derive v0.8.22 |
| 747 | 2026-03-06T18:49:48.092Z | Downloaded hickory-server v0.25.2 |
| 748 | 2026-03-06T18:49:48.092Z | Downloaded russh-keys v0.45.0 |
| 749 | 2026-03-06T18:49:48.092Z | Downloaded hashbrown v0.13.2 |
| 750 | 2026-03-06T18:49:48.092Z | Downloaded serde_derive_internals v0.29.1 |
| 751 | 2026-03-06T18:49:48.092Z | Downloaded rustls-pki-types v1.14.0 |
| 752 | 2026-03-06T18:49:48.092Z | Downloaded ssh-cipher v0.2.0 |
| 753 | 2026-03-06T18:49:48.092Z | Downloaded signal-hook-registry v1.4.8 |
| 754 | 2026-03-06T18:49:48.092Z | Downloaded serde_path_to_error v0.1.20 |
| 755 | 2026-03-06T18:49:48.092Z | Downloaded pin-project v1.1.11 |
| 756 | 2026-03-06T18:49:48.092Z | Downloaded slab v0.4.12 |
| 757 | 2026-03-06T18:49:48.096Z | Downloaded sync_wrapper v1.0.2 |
| 758 | 2026-03-06T18:49:48.096Z | Downloaded strum v0.26.3 |
| 759 | 2026-03-06T18:49:48.099Z | Downloaded itertools v0.10.5 |
| 760 | 2026-03-06T18:49:48.102Z | Downloaded strip-ansi-escapes v0.2.1 |
| 761 | 2026-03-06T18:49:48.105Z | Downloaded smf v0.2.3 |
| 762 | 2026-03-06T18:49:48.109Z | Downloaded rcgen v0.12.1 |
| 763 | 2026-03-06T18:49:48.113Z | Downloaded tap v1.0.1 |
| 764 | 2026-03-06T18:49:48.116Z | Downloaded testing_table v0.3.0 |
| 765 | 2026-03-06T18:49:48.116Z | Downloaded termtree v0.5.1 |
| 766 | 2026-03-06T18:49:48.116Z | Downloaded supports-color v3.0.2 |
| 767 | 2026-03-06T18:49:48.119Z | Downloaded strum v0.27.2 |
| 768 | 2026-03-06T18:49:48.119Z | Downloaded snafu-derive v0.8.9 |
| 769 | 2026-03-06T18:49:48.122Z | Downloaded prettyplease v0.2.37 |
| 770 | 2026-03-06T18:49:48.125Z | Downloaded slog-scope v4.4.1 |
| 771 | 2026-03-06T18:49:48.128Z | Downloaded rustls-platform-verifier v0.6.2 |
| 772 | 2026-03-06T18:49:48.133Z | Downloaded thread-id v5.1.0 |
| 773 | 2026-03-06T18:49:48.136Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 774 | 2026-03-06T18:49:48.139Z | Downloaded time-core v0.1.8 |
| 775 | 2026-03-06T18:49:48.139Z | Downloaded serde_cbor v0.11.2 |
| 776 | 2026-03-06T18:49:48.142Z | Downloaded stacker v0.1.23 |
| 777 | 2026-03-06T18:49:48.145Z | Downloaded ron v0.8.1 |
| 778 | 2026-03-06T18:49:48.152Z | Downloaded string_cache v0.8.9 |
| 779 | 2026-03-06T18:49:48.155Z | Downloaded support-bundle-viewer v0.1.2 |
| 780 | 2026-03-06T18:49:48.158Z | Downloaded subtle v2.6.1 |
| 781 | 2026-03-06T18:49:48.158Z | Downloaded tinyvec_macros v0.1.1 |
| 782 | 2026-03-06T18:49:48.161Z | Downloaded strum_macros v0.27.2 |
| 783 | 2026-03-06T18:49:48.164Z | Downloaded strum_macros v0.26.4 |
| 784 | 2026-03-06T18:49:48.167Z | Downloaded static_assertions v1.1.0 |
| 785 | 2026-03-06T18:49:48.170Z | Downloaded serde_with_macros v3.17.0 |
| 786 | 2026-03-06T18:49:48.173Z | Downloaded strum_macros v0.24.3 |
| 787 | 2026-03-06T18:49:48.173Z | Downloaded rayon-core v1.13.0 |
| 788 | 2026-03-06T18:49:48.176Z | Downloaded ryu v1.0.23 |
| 789 | 2026-03-06T18:49:48.180Z | Downloaded hashbrown v0.15.5 |
| 790 | 2026-03-06T18:49:48.186Z | Downloaded spin v0.9.8 |
| 791 | 2026-03-06T18:49:48.190Z | Downloaded publicsuffix v2.3.0 |
| 792 | 2026-03-06T18:49:48.193Z | Downloaded num-bigint v0.4.6 |
| 793 | 2026-03-06T18:49:48.197Z | Downloaded topological-sort v0.2.2 |
| 794 | 2026-03-06T18:49:48.200Z | Downloaded serde_yaml v0.9.34+deprecated |
| 795 | 2026-03-06T18:49:48.203Z | Downloaded tower-layer v0.3.3 |
| 796 | 2026-03-06T18:49:48.206Z | Downloaded thiserror-no-std v2.0.2 |
| 797 | 2026-03-06T18:49:48.209Z | Downloaded tiny-keccak v2.0.2 |
| 798 | 2026-03-06T18:49:48.211Z | Downloaded tower-service v0.3.3 |
| 799 | 2026-03-06T18:49:48.215Z | Downloaded rand v0.8.5 |
| 800 | 2026-03-06T18:49:48.218Z | Downloaded unarray v0.1.4 |
| 801 | 2026-03-06T18:49:48.222Z | Downloaded typify-macro v0.4.3 |
| 802 | 2026-03-06T18:49:48.222Z | Downloaded tokio-native-tls v0.3.1 |
| 803 | 2026-03-06T18:49:48.225Z | Downloaded tls_codec v0.4.2 |
| 804 | 2026-03-06T18:49:48.225Z | Downloaded similar v2.7.0 |
| 805 | 2026-03-06T18:49:48.230Z | Downloaded typify-macro v0.6.1 |
| 806 | 2026-03-06T18:49:48.235Z | Downloaded tokio-macros v2.6.0 |
| 807 | 2026-03-06T18:49:48.235Z | Downloaded universal-hash v0.5.1 |
| 808 | 2026-03-06T18:49:48.238Z | Downloaded itertools v0.12.1 |
| 809 | 2026-03-06T18:49:48.241Z | Downloaded stringprep v0.1.5 |
| 810 | 2026-03-06T18:49:48.245Z | Downloaded rsa v0.9.10 |
| 811 | 2026-03-06T18:49:48.248Z | Downloaded usdt-attr-macro v0.6.0 |
| 812 | 2026-03-06T18:49:48.251Z | Downloaded usdt v0.6.0 |
| 813 | 2026-03-06T18:49:48.251Z | Downloaded untrusted v0.9.0 |
| 814 | 2026-03-06T18:49:48.254Z | Downloaded unit-prefix v0.5.2 |
| 815 | 2026-03-06T18:49:48.254Z | Downloaded void v1.0.2 |
| 816 | 2026-03-06T18:49:48.257Z | Downloaded unicode-truncate v1.1.0 |
| 817 | 2026-03-06T18:49:48.257Z | Downloaded term v1.2.1 |
| 818 | 2026-03-06T18:49:48.262Z | Downloaded num-bigint-dig v0.8.6 |
| 819 | 2026-03-06T18:49:48.266Z | Downloaded tokio-tungstenite v0.21.0 |
| 820 | 2026-03-06T18:49:48.269Z | Downloaded schemars v0.9.0 |
| 821 | 2026-03-06T18:49:48.281Z | Downloaded waitgroup v0.1.2 |
| 822 | 2026-03-06T18:49:48.283Z | Downloaded aws-lc-rs v1.16.0 |
| 823 | 2026-03-06T18:49:48.292Z | Downloaded tui-tree-widget v0.23.1 |
| 824 | 2026-03-06T18:49:48.296Z | Downloaded rand v0.9.2 |
| 825 | 2026-03-06T18:49:48.299Z | Downloaded tokio-rustls v0.26.4 |
| 826 | 2026-03-06T18:49:48.302Z | Downloaded subprocess v0.2.15 |
| 827 | 2026-03-06T18:49:48.305Z | Downloaded want v0.3.1 |
| 828 | 2026-03-06T18:49:48.305Z | Downloaded xattr v1.6.1 |
| 829 | 2026-03-06T18:49:48.308Z | Downloaded futures-util v0.3.32 |
| 830 | 2026-03-06T18:49:48.320Z | Downloaded usdt-impl v0.6.0 |
| 831 | 2026-03-06T18:49:48.322Z | Downloaded unicase v2.9.0 |
| 832 | 2026-03-06T18:49:48.325Z | Downloaded tokio-rustls v0.25.0 |
| 833 | 2026-03-06T18:49:48.325Z | Downloaded tar v0.4.44 |
| 834 | 2026-03-06T18:49:48.328Z | Downloaded zone_cfg_derive v0.3.1 |
| 835 | 2026-03-06T18:49:48.331Z | Downloaded samael v0.0.19 |
| 836 | 2026-03-06T18:49:48.335Z | Downloaded xshell-macros v0.2.7 |
| 837 | 2026-03-06T18:49:48.338Z | Downloaded schemars v1.2.1 |
| 838 | 2026-03-06T18:49:48.352Z | Downloaded vsss-rs v3.3.4 |
| 839 | 2026-03-06T18:49:48.355Z | Downloaded vergen-git2 v1.0.7 |
| 840 | 2026-03-06T18:49:48.358Z | Downloaded usdt-macro v0.6.0 |
| 841 | 2026-03-06T18:49:48.358Z | Downloaded tracing-attributes v0.1.31 |
| 842 | 2026-03-06T18:49:48.361Z | Downloaded itertools v0.14.0 |
| 843 | 2026-03-06T18:49:48.367Z | Downloaded walkdir v2.5.0 |
| 844 | 2026-03-06T18:49:48.370Z | Downloaded whoami v2.1.0 |
| 845 | 2026-03-06T18:49:48.373Z | Downloaded whoami v1.6.1 |
| 846 | 2026-03-06T18:49:48.376Z | Downloaded unicode-properties v0.1.4 |
| 847 | 2026-03-06T18:49:48.379Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 848 | 2026-03-06T18:49:48.381Z | Downloaded toml v0.7.8 |
| 849 | 2026-03-06T18:49:48.385Z | Downloaded zeroize v1.8.2 |
| 850 | 2026-03-06T18:49:48.388Z | Downloaded xshell v0.2.7 |
| 851 | 2026-03-06T18:49:48.388Z | Downloaded socket2 v0.6.2 |
| 852 | 2026-03-06T18:49:48.390Z | Downloaded wyz v0.5.1 |
| 853 | 2026-03-06T18:49:48.394Z | Downloaded twox-hash v2.1.2 |
| 854 | 2026-03-06T18:49:48.394Z | Downloaded tinyvec v1.10.0 |
| 855 | 2026-03-06T18:49:48.397Z | Downloaded tokio-stream v0.1.18 |
| 856 | 2026-03-06T18:49:48.401Z | Downloaded rand v0.10.0 |
| 857 | 2026-03-06T18:49:48.405Z | Downloaded tungstenite v0.21.0 |
| 858 | 2026-03-06T18:49:48.409Z | Downloaded steno v0.4.1 |
| 859 | 2026-03-06T18:49:48.413Z | Downloaded vergen v9.0.6 |
| 860 | 2026-03-06T18:49:48.416Z | Downloaded typify v0.6.1 |
| 861 | 2026-03-06T18:49:48.420Z | Downloaded tungstenite v0.23.0 |
| 862 | 2026-03-06T18:49:48.423Z | Downloaded zstd-safe v7.2.4 |
| 863 | 2026-03-06T18:49:48.426Z | Downloaded zstd v0.13.3 |
| 864 | 2026-03-06T18:49:48.429Z | Downloaded uzers v0.12.2 |
| 865 | 2026-03-06T18:49:48.434Z | Downloaded yasna v0.5.2 |
| 866 | 2026-03-06T18:49:48.434Z | Downloaded libm v0.2.16 |
| 867 | 2026-03-06T18:49:48.443Z | Downloaded unicode-bidi v0.3.18 |
| 868 | 2026-03-06T18:49:48.446Z | Downloaded unsafe-libyaml v0.2.11 |
| 869 | 2026-03-06T18:49:48.450Z | Downloaded blake3 v1.8.3 |
| 870 | 2026-03-06T18:49:48.459Z | Downloaded zerocopy v0.6.6 |
| 871 | 2026-03-06T18:49:48.462Z | Downloaded xz2 v0.1.7 |
| 872 | 2026-03-06T18:49:48.466Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 873 | 2026-03-06T18:49:48.469Z | Downloaded tracing-core v0.1.36 |
| 874 | 2026-03-06T18:49:48.472Z | Downloaded ron v0.12.0 |
| 875 | 2026-03-06T18:49:48.482Z | Downloaded toml_edit v0.19.15 |
| 876 | 2026-03-06T18:49:48.504Z | Downloaded zopfli v0.8.3 |
| 877 | 2026-03-06T18:49:48.504Z | Downloaded bitvec v1.0.1 |
| 878 | 2026-03-06T18:49:48.516Z | Downloaded typify v0.4.3 |
| 879 | 2026-03-06T18:49:48.520Z | Downloaded tokio-postgres v0.7.16 |
| 880 | 2026-03-06T18:49:48.525Z | Downloaded rpassword v7.4.0 |
| 881 | 2026-03-06T18:49:48.529Z | Downloaded reedline v0.40.0 |
| 882 | 2026-03-06T18:49:48.535Z | Downloaded vte v0.14.1 |
| 883 | 2026-03-06T18:49:48.538Z | Downloaded ssh-key v0.6.7 |
| 884 | 2026-03-06T18:49:48.545Z | Downloaded unicode_categories v0.1.1 |
| 885 | 2026-03-06T18:49:48.549Z | Downloaded unicode-segmentation v1.12.0 |
| 886 | 2026-03-06T18:49:48.552Z | Downloaded p384 v0.13.1 |
| 887 | 2026-03-06T18:49:48.555Z | Downloaded zip v0.6.6 |
| 888 | 2026-03-06T18:49:48.559Z | Downloaded yansi v1.0.1 |
| 889 | 2026-03-06T18:49:48.562Z | Downloaded chrono v0.4.44 |
| 890 | 2026-03-06T18:49:48.569Z | Downloaded tower v0.5.3 |
| 891 | 2026-03-06T18:49:48.578Z | Downloaded rustls-webpki v0.101.7 |
| 892 | 2026-03-06T18:49:48.593Z | Downloaded zerocopy-derive v0.8.40 |
| 893 | 2026-03-06T18:49:48.602Z | Downloaded x509-cert v0.2.5 |
| 894 | 2026-03-06T18:49:48.608Z | Downloaded typed-path v0.9.3 |
| 895 | 2026-03-06T18:49:48.613Z | Downloaded portable-atomic v1.13.1 |
| 896 | 2026-03-06T18:49:48.621Z | Downloaded salty v0.3.0 |
| 897 | 2026-03-06T18:49:48.627Z | Downloaded proptest v1.10.0 |
| 898 | 2026-03-06T18:49:48.637Z | Downloaded tower-http v0.6.8 |
| 899 | 2026-03-06T18:49:48.645Z | Downloaded quick-xml v0.37.5 |
| 900 | 2026-03-06T18:49:48.650Z | Downloaded moka v0.12.13 |
| 901 | 2026-03-06T18:49:48.658Z | Downloaded zip v4.6.1 |
| 902 | 2026-03-06T18:49:48.663Z | Downloaded curve25519-dalek v4.1.3 |
| 903 | 2026-03-06T18:49:48.671Z | Downloaded unicode-normalization v0.1.25 |
| 904 | 2026-03-06T18:49:48.675Z | Downloaded tokio-util v0.7.18 |
| 905 | 2026-03-06T18:49:48.682Z | Downloaded object v0.30.4 |
| 906 | 2026-03-06T18:49:48.692Z | Downloaded tough v0.20.0 |
| 907 | 2026-03-06T18:49:48.701Z | Downloaded serde_with v3.17.0 |
| 908 | 2026-03-06T18:49:48.714Z | Downloaded radix_trie v0.2.1 |
| 909 | 2026-03-06T18:49:48.718Z | Downloaded nix v0.27.1 |
| 910 | 2026-03-06T18:49:48.730Z | Downloaded quinn-proto v0.11.13 |
| 911 | 2026-03-06T18:49:48.737Z | Downloaded rustls-webpki v0.102.8 |
| 912 | 2026-03-06T18:49:48.757Z | Downloaded winnow v0.6.26 |
| 913 | 2026-03-06T18:49:48.766Z | Downloaded time v0.3.47 |
| 914 | 2026-03-06T18:49:48.777Z | Downloaded openssl v0.10.75 |
| 915 | 2026-03-06T18:49:48.787Z | Downloaded rustls v0.21.12 |
| 916 | 2026-03-06T18:49:48.797Z | Downloaded polar-core v0.27.3 |
| 917 | 2026-03-06T18:49:48.805Z | Downloaded smoltcp v0.9.1 |
| 918 | 2026-03-06T18:49:48.816Z | Downloaded zlib-rs v0.6.2 |
| 919 | 2026-03-06T18:49:48.821Z | Downloaded nix v0.31.1 |
| 920 | 2026-03-06T18:49:48.833Z | Downloaded webpki-roots v1.0.6 |
| 921 | 2026-03-06T18:49:48.836Z | Downloaded vcpkg v0.2.15 |
| 922 | 2026-03-06T18:49:48.874Z | Downloaded zerocopy v0.8.40 |
| 923 | 2026-03-06T18:49:48.882Z | Downloaded openapiv3 v2.2.0 |
| 924 | 2026-03-06T18:49:48.893Z | Downloaded rustls v0.23.37 |
| 925 | 2026-03-06T18:49:48.905Z | Downloaded rustix v0.38.44 |
| 926 | 2026-03-06T18:49:48.928Z | Downloaded regress v0.10.5 |
| 927 | 2026-03-06T18:49:48.936Z | Downloaded regex-syntax v0.8.10 |
| 928 | 2026-03-06T18:49:48.942Z | Downloaded hickory-proto v0.25.2 |
| 929 | 2026-03-06T18:49:48.958Z | Downloaded smoltcp v0.11.0 |
| 930 | 2026-03-06T18:49:48.970Z | Downloaded rustls v0.22.4 |
| 931 | 2026-03-06T18:49:48.983Z | Downloaded hickory-proto v0.24.4 |
| 932 | 2026-03-06T18:49:48.997Z | Downloaded object v0.37.3 |
| 933 | 2026-03-06T18:49:49.009Z | Downloaded regex-syntax v0.6.29 |
| 934 | 2026-03-06T18:49:49.017Z | Downloaded sqlparser v0.61.0 |
| 935 | 2026-03-06T18:49:49.024Z | Downloaded nix v0.30.1 |
| 936 | 2026-03-06T18:49:49.035Z | Downloaded nix v0.28.0 |
| 937 | 2026-03-06T18:49:49.046Z | Downloaded tracing v0.1.44 |
| 938 | 2026-03-06T18:49:49.068Z | Downloaded typify-impl v0.6.1 |
| 939 | 2026-03-06T18:49:49.081Z | Downloaded typify-impl v0.4.3 |
| 940 | 2026-03-06T18:49:49.095Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 941 | 2026-03-06T18:49:49.104Z | Downloaded sled v0.34.7 |
| 942 | 2026-03-06T18:49:49.113Z | Downloaded ratatui v0.29.0 |
| 943 | 2026-03-06T18:49:49.132Z | Downloaded zerocopy-derive v0.6.6 |
| 944 | 2026-03-06T18:49:49.140Z | Downloaded regex-automata v0.4.14 |
| 945 | 2026-03-06T18:49:49.154Z | Downloaded diesel v2.2.12 |
| 946 | 2026-03-06T18:49:49.172Z | Downloaded bstr v1.12.1 |
| 947 | 2026-03-06T18:49:49.179Z | Downloaded chrono-tz v0.10.4 |
| 948 | 2026-03-06T18:49:49.196Z | Downloaded jiff v0.2.21 |
| 949 | 2026-03-06T18:49:49.213Z | Downloaded petgraph v0.6.5 |
| 950 | 2026-03-06T18:49:49.229Z | Downloaded lzma-sys v0.1.20 |
| 951 | 2026-03-06T18:49:49.254Z | Downloaded nix v0.29.0 |
| 952 | 2026-03-06T18:49:49.264Z | Downloaded dropshot v0.16.7 |
| 953 | 2026-03-06T18:49:49.285Z | Downloaded csv v1.4.0 |
| 954 | 2026-03-06T18:49:49.303Z | Downloaded petgraph v0.8.3 |
| 955 | 2026-03-06T18:49:49.322Z | Downloaded winnow v0.5.40 |
| 956 | 2026-03-06T18:49:49.329Z | Downloaded tabled v0.20.0 |
| 957 | 2026-03-06T18:49:49.345Z | Downloaded lalrpop v0.19.12 |
| 958 | 2026-03-06T18:49:49.355Z | Downloaded sha3 v0.10.8 |
| 959 | 2026-03-06T18:49:49.360Z | Downloaded libz-sys v1.1.24 |
| 960 | 2026-03-06T18:49:49.379Z | Downloaded petname v2.0.2 |
| 961 | 2026-03-06T18:49:49.383Z | Downloaded goblin v0.10.5 |
| 962 | 2026-03-06T18:49:49.390Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 963 | 2026-03-06T18:49:49.406Z | Downloaded bindgen v0.71.1 |
| 964 | 2026-03-06T18:49:49.412Z | Downloaded tokio v1.49.0 |
| 965 | 2026-03-06T18:49:49.446Z | Downloaded reqwest v0.13.2 |
| 966 | 2026-03-06T18:49:49.450Z | Downloaded reqwest v0.12.28 |
| 967 | 2026-03-06T18:49:49.455Z | Downloaded regex v1.12.3 |
| 968 | 2026-03-06T18:49:49.460Z | Downloaded rayon v1.11.0 |
| 969 | 2026-03-06T18:49:49.468Z | Downloaded git2 v0.20.4 |
| 970 | 2026-03-06T18:49:49.475Z | Downloaded uuid v1.21.0 |
| 971 | 2026-03-06T18:49:49.479Z | Downloaded russh v0.45.0 |
| 972 | 2026-03-06T18:49:49.484Z | Downloaded rustyline v14.0.0 |
| 973 | 2026-03-06T18:49:49.488Z | Downloaded p521 v0.13.3 |
| 974 | 2026-03-06T18:49:49.492Z | Downloaded h2 v0.4.13 |
| 975 | 2026-03-06T18:49:49.498Z | Downloaded iri-string v0.7.10 |
| 976 | 2026-03-06T18:49:49.505Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 977 | 2026-03-06T18:49:49.507Z | Downloaded encoding_rs v0.8.35 |
| 978 | 2026-03-06T18:49:49.525Z | Downloaded itertools v0.13.0 |
| 979 | 2026-03-06T18:49:49.531Z | Downloaded vergen-lib v0.1.6 |
| 980 | 2026-03-06T18:49:49.534Z | Downloaded vergen-gitcl v1.0.8 |
| 981 | 2026-03-06T18:49:49.534Z | Downloaded test-strategy v0.4.5 |
| 982 | 2026-03-06T18:49:49.537Z | Downloaded rustls-webpki v0.103.9 |
| 983 | 2026-03-06T18:49:49.539Z | Downloaded zone v0.3.1 |
| 984 | 2026-03-06T18:49:49.542Z | Downloaded zeroize_derive v1.4.3 |
| 985 | 2026-03-06T18:49:49.542Z | Downloaded snafu v0.8.9 |
| 986 | 2026-03-06T18:49:49.546Z | Downloaded hkdf v0.12.4 |
| 987 | 2026-03-06T18:49:49.549Z | Downloaded hyper v1.8.1 |
| 988 | 2026-03-06T18:49:49.555Z | Downloaded tokio-rustls v0.24.1 |
| 989 | 2026-03-06T18:49:49.557Z | Downloaded nom v7.1.3 |
| 990 | 2026-03-06T18:49:49.562Z | Downloaded wait-timeout v0.2.1 |
| 991 | 2026-03-06T18:49:49.565Z | Downloaded utf-8 v0.7.6 |
| 992 | 2026-03-06T18:49:49.565Z | Downloaded untrusted v0.7.1 |
| 993 | 2026-03-06T18:49:49.568Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 994 | 2026-03-06T18:49:49.568Z | Downloaded socket2 v0.5.10 |
| 995 | 2026-03-06T18:49:49.571Z | Downloaded iddqd v0.3.17 |
| 996 | 2026-03-06T18:49:49.575Z | Downloaded slog v2.8.2 |
| 997 | 2026-03-06T18:49:49.578Z | Downloaded signal-hook v0.3.18 |
| 998 | 2026-03-06T18:49:49.581Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 999 | 2026-03-06T18:49:49.585Z | Downloaded tokio-tungstenite v0.23.1 |
| 1000 | 2026-03-06T18:49:49.585Z | Downloaded term v0.7.0 |
| 1001 | 2026-03-06T18:49:49.588Z | Downloaded tokio-dtrace v0.1.1 |
| 1002 | 2026-03-06T18:49:49.588Z | Downloaded tls_codec_derive v0.4.2 |
| 1003 | 2026-03-06T18:49:49.592Z | Downloaded quinn v0.11.9 |
| 1004 | 2026-03-06T18:49:49.594Z | Downloaded qorb v0.4.1 |
| 1005 | 2026-03-06T18:49:49.597Z | Downloaded ring v0.17.14 |
| 1006 | 2026-03-06T18:49:49.635Z | Downloaded thread_local v1.1.9 |
| 1007 | 2026-03-06T18:49:49.639Z | Downloaded pretty_assertions v1.4.1 |
| 1008 | 2026-03-06T18:49:49.639Z | Downloaded try-lock v0.2.5 |
| 1009 | 2026-03-06T18:49:49.642Z | Downloaded trait-variant v0.1.2 |
| 1010 | 2026-03-06T18:49:49.642Z | Downloaded libxml v0.3.3 |
| 1011 | 2026-03-06T18:49:49.645Z | Downloaded time-macros v0.2.27 |
| 1012 | 2026-03-06T18:49:49.648Z | Downloaded termios v0.3.3 |
| 1013 | 2026-03-06T18:49:49.648Z | Downloaded sqlformat v0.3.5 |
| 1014 | 2026-03-06T18:49:49.651Z | Downloaded schemars v0.8.22 |
| 1015 | 2026-03-06T18:49:49.659Z | Downloaded mio v1.1.1 |
| 1016 | 2026-03-06T18:49:49.664Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1017 | 2026-03-06T18:49:49.712Z | Downloaded tabled_derive v0.11.0 |
| 1018 | 2026-03-06T18:49:49.715Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-03-06T18:49:49.715Z | Downloaded spki v0.7.3 |
| 1020 | 2026-03-06T18:49:49.718Z | Downloaded slog-stdlog v4.1.1 |
| 1021 | 2026-03-06T18:49:49.718Z | Downloaded sct v0.7.1 |
| 1022 | 2026-03-06T18:49:49.722Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-03-06T18:49:49.722Z | Downloaded postcard v1.1.3 |
| 1024 | 2026-03-06T18:49:49.725Z | Downloaded hyper-util v0.1.20 |
| 1025 | 2026-03-06T18:49:49.728Z | Downloaded tabwriter v1.4.1 |
| 1026 | 2026-03-06T18:49:49.731Z | Downloaded take_mut v0.2.2 |
| 1027 | 2026-03-06T18:49:49.731Z | Downloaded tagptr v0.2.0 |
| 1028 | 2026-03-06T18:49:49.731Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-03-06T18:49:49.734Z | Downloaded slog-async v2.8.0 |
| 1030 | 2026-03-06T18:49:49.734Z | Downloaded smallvec v0.6.14 |
| 1031 | 2026-03-06T18:49:49.737Z | Downloaded slog-term v2.9.2 |
| 1032 | 2026-03-06T18:49:49.737Z | Downloaded slog-dtrace v0.3.0 |
| 1033 | 2026-03-06T18:49:49.740Z | Downloaded aho-corasick v1.1.4 |
| 1034 | 2026-03-06T18:49:49.744Z | Downloaded sync-ptr v0.1.4 |
| 1035 | 2026-03-06T18:49:49.745Z | Downloaded sqlparser_derive v0.5.0 |
| 1036 | 2026-03-06T18:49:49.748Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-03-06T18:49:49.748Z | Downloaded shlex v1.3.0 |
| 1038 | 2026-03-06T18:49:49.748Z | Downloaded simd-adler32 v0.3.8 |
| 1039 | 2026-03-06T18:49:49.753Z | Downloaded hashbrown v0.12.3 |
| 1040 | 2026-03-06T18:49:49.756Z | Downloaded slog-bunyan v2.5.0 |
| 1041 | 2026-03-06T18:49:49.756Z | Downloaded serde-hex v0.1.0 |
| 1042 | 2026-03-06T18:49:49.756Z | Downloaded progenitor-impl v0.10.0 |
| 1043 | 2026-03-06T18:49:49.756Z | Downloaded progenitor-impl v0.11.2 |
| 1044 | 2026-03-06T18:49:49.759Z | Downloaded rand_core v0.10.0 |
| 1045 | 2026-03-06T18:49:49.759Z | Downloaded progenitor v0.11.2 |
| 1046 | 2026-03-06T18:49:49.762Z | Downloaded signal-hook-tokio v0.3.1 |
| 1047 | 2026-03-06T18:49:49.762Z | Downloaded shell-words v1.1.1 |
| 1048 | 2026-03-06T18:49:49.762Z | Downloaded prefix-trie v0.7.0 |
| 1049 | 2026-03-06T18:49:49.766Z | Downloaded minimal-lexical v0.2.1 |
| 1050 | 2026-03-06T18:49:49.769Z | Downloaded serde_repr v0.1.20 |
| 1051 | 2026-03-06T18:49:49.772Z | Downloaded serde_plain v1.0.2 |
| 1052 | 2026-03-06T18:49:49.772Z | Downloaded hickory-resolver v0.25.2 |
| 1053 | 2026-03-06T18:49:49.775Z | Downloaded rustls-native-certs v0.8.3 |
| 1054 | 2026-03-06T18:49:49.778Z | Downloaded http v1.4.0 |
| 1055 | 2026-03-06T18:49:49.781Z | Downloaded heapless v0.8.0 |
| 1056 | 2026-03-06T18:49:49.784Z | Downloaded semver v0.1.20 |
| 1057 | 2026-03-06T18:49:49.787Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1058 | 2026-03-06T18:49:49.787Z | Downloaded indicatif v0.18.4 |
| 1059 | 2026-03-06T18:49:49.792Z | Downloaded ignore v0.4.25 |
| 1060 | 2026-03-06T18:49:49.795Z | Downloaded rand_core v0.6.4 |
| 1061 | 2026-03-06T18:49:49.795Z | Downloaded rand_chacha v0.9.0 |
| 1062 | 2026-03-06T18:49:49.795Z | Downloaded radium v0.7.0 |
| 1063 | 2026-03-06T18:49:49.796Z | Downloaded predicates v3.1.4 |
| 1064 | 2026-03-06T18:49:49.799Z | Downloaded postgres-types v0.2.12 |
| 1065 | 2026-03-06T18:49:49.801Z | Downloaded parking_lot_core v0.9.12 |
| 1066 | 2026-03-06T18:49:49.801Z | Downloaded bytes v1.11.1 |
| 1067 | 2026-03-06T18:49:49.805Z | Downloaded pkcs1 v0.7.5 |
| 1068 | 2026-03-06T18:49:49.808Z | Downloaded pin-project-lite v0.2.17 |
| 1069 | 2026-03-06T18:49:49.812Z | Downloaded rtoolbox v0.0.3 |
| 1070 | 2026-03-06T18:49:49.815Z | Downloaded progenitor-macro v0.10.0 |
| 1071 | 2026-03-06T18:49:49.815Z | Downloaded progenitor-extras v0.1.0 |
| 1072 | 2026-03-06T18:49:49.815Z | Downloaded progenitor v0.10.0 |
| 1073 | 2026-03-06T18:49:49.819Z | Downloaded proc-macro-error2 v2.0.1 |
| 1074 | 2026-03-06T18:49:49.823Z | Downloaded packed_struct v0.10.1 |
| 1075 | 2026-03-06T18:49:49.823Z | Downloaded der v0.7.10 |
| 1076 | 2026-03-06T18:49:49.826Z | Downloaded rand_xorshift v0.4.0 |
| 1077 | 2026-03-06T18:49:49.826Z | Downloaded dropshot-api-manager v0.5.2 |
| 1078 | 2026-03-06T18:49:49.829Z | Downloaded derive_more-impl v2.1.1 |
| 1079 | 2026-03-06T18:49:49.834Z | Downloaded ar_archive_writer v0.5.1 |
| 1080 | 2026-03-06T18:49:49.837Z | Downloaded postgres-protocol v0.6.10 |
| 1081 | 2026-03-06T18:49:49.840Z | Downloaded pem-rfc7468 v0.7.0 |
| 1082 | 2026-03-06T18:49:49.840Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1083 | 2026-03-06T18:49:49.844Z | Downloaded flate2 v1.1.9 |
| 1084 | 2026-03-06T18:49:49.848Z | Downloaded progenitor-macro v0.11.2 |
| 1085 | 2026-03-06T18:49:49.848Z | Downloaded progenitor-client v0.10.0 |
| 1086 | 2026-03-06T18:49:49.848Z | Downloaded pin-project-internal v1.1.11 |
| 1087 | 2026-03-06T18:49:49.851Z | Downloaded phf v0.13.1 |
| 1088 | 2026-03-06T18:49:49.851Z | Downloaded pbkdf2 v0.12.2 |
| 1089 | 2026-03-06T18:49:49.851Z | Downloaded paste v1.0.15 |
| 1090 | 2026-03-06T18:49:49.854Z | Downloaded password-hash v0.5.0 |
| 1091 | 2026-03-06T18:49:49.857Z | Downloaded parse-display-derive v0.10.0 |
| 1092 | 2026-03-06T18:49:49.857Z | Downloaded num_enum_derive v0.7.5 |
| 1093 | 2026-03-06T18:49:49.857Z | Downloaded progenitor-macro v0.13.0 |
| 1094 | 2026-03-06T18:49:49.857Z | Downloaded proc-macro-crate v1.3.1 |
| 1095 | 2026-03-06T18:49:49.860Z | Downloaded peg-macros v0.8.5 |
| 1096 | 2026-03-06T18:49:49.860Z | Downloaded powerfmt v0.2.0 |
| 1097 | 2026-03-06T18:49:49.860Z | Downloaded derive_more v2.1.1 |
| 1098 | 2026-03-06T18:49:49.870Z | Downloaded darling_core v0.23.0 |
| 1099 | 2026-03-06T18:49:49.875Z | Downloaded indexmap v1.9.3 |
| 1100 | 2026-03-06T18:49:49.878Z | Downloaded ed25519-dalek v2.2.0 |
| 1101 | 2026-03-06T18:49:49.909Z | Downloaded precomputed-hash v0.1.1 |
| 1102 | 2026-03-06T18:49:49.909Z | Downloaded oxnet v0.1.4 |
| 1103 | 2026-03-06T18:49:49.913Z | Downloaded owo-colors v4.3.0 |
| 1104 | 2026-03-06T18:49:49.917Z | Downloaded base64 v0.21.7 |
| 1105 | 2026-03-06T18:49:49.920Z | Downloaded aes v0.8.4 |
| 1106 | 2026-03-06T18:49:49.924Z | Downloaded phf_shared v0.11.3 |
| 1107 | 2026-03-06T18:49:49.927Z | Downloaded memmap2 v0.9.10 |
| 1108 | 2026-03-06T18:49:49.927Z | Downloaded litrs v1.0.0 |
| 1109 | 2026-03-06T18:49:49.930Z | Downloaded half v2.7.1 |
| 1110 | 2026-03-06T18:49:49.968Z | Downloaded compact_str v0.8.1 |
| 1111 | 2026-03-06T18:49:49.973Z | Downloaded cc v1.2.56 |
| 1112 | 2026-03-06T18:49:49.973Z | Downloaded arc-swap v1.8.2 |
| 1113 | 2026-03-06T18:49:49.973Z | Downloaded num-rational v0.4.2 |
| 1114 | 2026-03-06T18:49:49.973Z | Downloaded num-integer v0.1.46 |
| 1115 | 2026-03-06T18:49:49.973Z | Downloaded fatfs v0.3.6 |
| 1116 | 2026-03-06T18:49:49.973Z | Downloaded diesel_derives v2.2.7 |
| 1117 | 2026-03-06T18:49:49.973Z | Downloaded derive-where v1.6.0 |
| 1118 | 2026-03-06T18:49:49.973Z | Downloaded futures v0.3.32 |
| 1119 | 2026-03-06T18:49:49.973Z | Downloaded base64 v0.22.1 |
| 1120 | 2026-03-06T18:49:49.973Z | Downloaded num_enum v0.5.11 |
| 1121 | 2026-03-06T18:49:49.977Z | Downloaded parse-display v0.10.0 |
| 1122 | 2026-03-06T18:49:49.977Z | Downloaded num-complex v0.4.6 |
| 1123 | 2026-03-06T18:49:49.977Z | Downloaded nu-ansi-term v0.50.3 |
| 1124 | 2026-03-06T18:49:49.980Z | Downloaded hmac v0.12.1 |
| 1125 | 2026-03-06T18:49:49.983Z | Downloaded ipnetwork v0.21.1 |
| 1126 | 2026-03-06T18:49:49.983Z | Downloaded ingot-macros v0.1.1 |
| 1127 | 2026-03-06T18:49:49.986Z | Downloaded darling_core v0.20.11 |
| 1128 | 2026-03-06T18:49:49.991Z | Downloaded newtype-uuid v1.3.2 |
| 1129 | 2026-03-06T18:49:49.994Z | Downloaded nanorand v0.7.0 |
| 1130 | 2026-03-06T18:49:49.997Z | Downloaded mime_guess v2.0.5 |
| 1131 | 2026-03-06T18:49:49.997Z | Downloaded elliptic-curve v0.13.8 |
| 1132 | 2026-03-06T18:49:50.001Z | Downloaded darling_core v0.21.3 |
| 1133 | 2026-03-06T18:49:50.006Z | Downloaded linear-map v1.2.0 |
| 1134 | 2026-03-06T18:49:50.009Z | Downloaded libsw-core v0.3.2 |
| 1135 | 2026-03-06T18:49:50.014Z | Downloaded libefi-sys v0.1.0 |
| 1136 | 2026-03-06T18:49:50.014Z | Downloaded derive_more v0.99.20 |
| 1137 | 2026-03-06T18:49:50.017Z | Downloaded openssl-macros v0.1.1 |
| 1138 | 2026-03-06T18:49:50.017Z | Downloaded opaque-debug v0.3.1 |
| 1139 | 2026-03-06T18:49:50.020Z | Downloaded olpc-cjson v0.1.4 |
| 1140 | 2026-03-06T18:49:50.020Z | Downloaded num_enum_derive v0.5.11 |
| 1141 | 2026-03-06T18:49:50.020Z | Downloaded num-iter v0.1.45 |
| 1142 | 2026-03-06T18:49:50.023Z | Downloaded darling v0.20.11 |
| 1143 | 2026-03-06T18:49:50.026Z | Downloaded chacha20poly1305 v0.10.1 |
| 1144 | 2026-03-06T18:49:50.026Z | Downloaded num-conv v0.2.0 |
| 1145 | 2026-03-06T18:49:50.030Z | Downloaded libsw v3.5.0 |
| 1146 | 2026-03-06T18:49:50.030Z | Downloaded jobserver v0.1.34 |
| 1147 | 2026-03-06T18:49:50.030Z | Downloaded hyper-rustls v0.27.7 |
| 1148 | 2026-03-06T18:49:50.033Z | Downloaded hickory-client v0.25.2 |
| 1149 | 2026-03-06T18:49:50.033Z | Downloaded num v0.4.3 |
| 1150 | 2026-03-06T18:49:50.036Z | Downloaded clang-sys v1.8.1 |
| 1151 | 2026-03-06T18:49:50.036Z | Downloaded new_debug_unreachable v1.0.6 |
| 1152 | 2026-03-06T18:49:50.039Z | Downloaded multimap v0.10.1 |
| 1153 | 2026-03-06T18:49:50.039Z | Downloaded ingot-types v0.1.2 |
| 1154 | 2026-03-06T18:49:50.039Z | Downloaded ingot v0.1.1 |
| 1155 | 2026-03-06T18:49:50.042Z | Downloaded indoc v2.0.7 |
| 1156 | 2026-03-06T18:49:50.045Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1157 | 2026-03-06T18:49:50.045Z | Downloaded nodrop v0.1.14 |
| 1158 | 2026-03-06T18:49:50.049Z | Downloaded http-body-util v0.1.3 |
| 1159 | 2026-03-06T18:49:50.050Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1160 | 2026-03-06T18:49:50.050Z | Downloaded memoffset v0.9.1 |
| 1161 | 2026-03-06T18:49:50.053Z | Downloaded md-5 v0.10.6 |
| 1162 | 2026-03-06T18:49:50.053Z | Downloaded maplit v1.0.2 |
| 1163 | 2026-03-06T18:49:50.053Z | Downloaded managed v0.8.0 |
| 1164 | 2026-03-06T18:49:50.053Z | Downloaded lzss v0.8.2 |
| 1165 | 2026-03-06T18:49:50.056Z | Downloaded lru-slab v0.1.2 |
| 1166 | 2026-03-06T18:49:50.059Z | Downloaded match_cfg v0.1.0 |
| 1167 | 2026-03-06T18:49:50.059Z | Downloaded git-stub-vcs v0.1.0 |
| 1168 | 2026-03-06T18:49:50.059Z | Downloaded darling v0.21.3 |
| 1169 | 2026-03-06T18:49:50.063Z | Downloaded ena v0.14.4 |
| 1170 | 2026-03-06T18:49:50.065Z | Downloaded cargo_toml v0.22.3 |
| 1171 | 2026-03-06T18:49:50.065Z | Downloaded bzip2 v0.4.4 |
| 1172 | 2026-03-06T18:49:50.068Z | Downloaded diff v0.1.13 |
| 1173 | 2026-03-06T18:49:50.071Z | Downloaded cookie_store v0.22.1 |
| 1174 | 2026-03-06T18:49:50.075Z | Downloaded chacha20 v0.10.0 |
| 1175 | 2026-03-06T18:49:50.075Z | Downloaded keccak v0.1.6 |
| 1176 | 2026-03-06T18:49:50.078Z | Downloaded humantime v2.3.0 |
| 1177 | 2026-03-06T18:49:50.079Z | Downloaded highway v1.3.0 |
| 1178 | 2026-03-06T18:49:50.079Z | Downloaded futures-channel v0.3.32 |
| 1179 | 2026-03-06T18:49:50.083Z | Downloaded corncobs v0.1.4 |
| 1180 | 2026-03-06T18:49:50.083Z | Downloaded cookie v0.18.1 |
| 1181 | 2026-03-06T18:49:50.086Z | Downloaded ciborium v0.2.2 |
| 1182 | 2026-03-06T18:49:50.086Z | Downloaded lalrpop-util v0.19.12 |
| 1183 | 2026-03-06T18:49:50.086Z | Downloaded const-oid v0.9.6 |
| 1184 | 2026-03-06T18:49:50.090Z | Downloaded internet-checksum v0.2.1 |
| 1185 | 2026-03-06T18:49:50.090Z | Downloaded instant v0.1.13 |
| 1186 | 2026-03-06T18:49:50.090Z | Downloaded data-encoding v2.10.0 |
| 1187 | 2026-03-06T18:49:50.093Z | Downloaded indoc v1.0.9 |
| 1188 | 2026-03-06T18:49:50.093Z | Downloaded cipher v0.4.4 |
| 1189 | 2026-03-06T18:49:50.096Z | Downloaded des v0.8.1 |
| 1190 | 2026-03-06T18:49:50.096Z | Downloaded crc-any v2.5.0 |
| 1191 | 2026-03-06T18:49:50.099Z | Downloaded bzip2 v0.6.1 |
| 1192 | 2026-03-06T18:49:50.099Z | Downloaded indent_write v2.2.0 |
| 1193 | 2026-03-06T18:49:50.099Z | Downloaded fallible-iterator v0.2.0 |
| 1194 | 2026-03-06T18:49:50.102Z | Downloaded crc32fast v1.5.0 |
| 1195 | 2026-03-06T18:49:50.102Z | Downloaded cancel-safe-futures v0.1.5 |
| 1196 | 2026-03-06T18:49:50.105Z | Downloaded backon v1.6.0 |
| 1197 | 2026-03-06T18:49:50.108Z | Downloaded console v0.16.2 |
| 1198 | 2026-03-06T18:49:50.111Z | Downloaded colored v3.1.1 |
| 1199 | 2026-03-06T18:49:50.114Z | Downloaded colored v2.2.0 |
| 1200 | 2026-03-06T18:49:50.114Z | Downloaded chacha20 v0.9.1 |
| 1201 | 2026-03-06T18:49:50.116Z | Downloaded globset v0.4.18 |
| 1202 | 2026-03-06T18:49:50.116Z | Downloaded fixedbitset v0.5.7 |
| 1203 | 2026-03-06T18:49:50.119Z | Downloaded env_logger v0.11.9 |
| 1204 | 2026-03-06T18:49:50.122Z | Downloaded either v1.15.0 |
| 1205 | 2026-03-06T18:49:50.122Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1206 | 2026-03-06T18:49:50.122Z | Downloaded der_derive v0.7.3 |
| 1207 | 2026-03-06T18:49:50.125Z | Downloaded blake2 v0.10.6 |
| 1208 | 2026-03-06T18:49:50.125Z | Downloaded httpdate v1.0.3 |
| 1209 | 2026-03-06T18:49:50.128Z | Downloaded http-range v0.1.5 |
| 1210 | 2026-03-06T18:49:50.128Z | Downloaded http-body v1.0.1 |
| 1211 | 2026-03-06T18:49:50.128Z | Downloaded hubpack v0.1.2 |
| 1212 | 2026-03-06T18:49:50.131Z | Downloaded daft-derive v0.1.5 |
| 1213 | 2026-03-06T18:49:50.135Z | Downloaded fs_extra v1.3.0 |
| 1214 | 2026-03-06T18:49:50.136Z | Downloaded fs-err v2.11.0 |
| 1215 | 2026-03-06T18:49:50.138Z | Downloaded cexpr v0.6.0 |
| 1216 | 2026-03-06T18:49:50.139Z | Downloaded cassowary v0.3.0 |
| 1217 | 2026-03-06T18:49:50.139Z | Downloaded home v0.5.12 |
| 1218 | 2026-03-06T18:49:50.142Z | Downloaded hex-literal v0.4.1 |
| 1219 | 2026-03-06T18:49:50.142Z | Downloaded find-msvc-tools v0.1.9 |
| 1220 | 2026-03-06T18:49:50.142Z | Downloaded darling v0.23.0 |
| 1221 | 2026-03-06T18:49:50.145Z | Downloaded constant_time_eq v0.4.2 |
| 1222 | 2026-03-06T18:49:50.148Z | Downloaded bit-vec v0.6.3 |
| 1223 | 2026-03-06T18:49:50.148Z | Downloaded base64ct v1.8.3 |
| 1224 | 2026-03-06T18:49:50.151Z | Downloaded funty v2.0.0 |
| 1225 | 2026-03-06T18:49:50.151Z | Downloaded ecdsa v0.16.9 |
| 1226 | 2026-03-06T18:49:50.154Z | Downloaded foldhash v0.2.0 |
| 1227 | 2026-03-06T18:49:50.154Z | Downloaded filetime v0.2.27 |
| 1228 | 2026-03-06T18:49:50.157Z | Downloaded derive-ex v0.1.8 |
| 1229 | 2026-03-06T18:49:50.157Z | Downloaded const_format_proc_macros v0.2.34 |
| 1230 | 2026-03-06T18:49:50.160Z | Downloaded drift v0.1.3 |
| 1231 | 2026-03-06T18:49:50.163Z | Downloaded diesel-dtrace v0.4.2 |
| 1232 | 2026-03-06T18:49:50.165Z | Downloaded deranged v0.5.8 |
| 1233 | 2026-03-06T18:49:50.165Z | Downloaded darling_macro v0.20.11 |
| 1234 | 2026-03-06T18:49:50.168Z | Downloaded git-stub v1.0.0 |
| 1235 | 2026-03-06T18:49:50.168Z | Downloaded console v0.15.11 |
| 1236 | 2026-03-06T18:49:50.171Z | Downloaded bitfield v0.19.4 |
| 1237 | 2026-03-06T18:49:50.171Z | Downloaded foreign-types v0.3.2 |
| 1238 | 2026-03-06T18:49:50.174Z | Downloaded float-ord v0.3.2 |
| 1239 | 2026-03-06T18:49:50.174Z | Downloaded float-cmp v0.10.0 |
| 1240 | 2026-03-06T18:49:50.174Z | Downloaded darling_macro v0.23.0 |
| 1241 | 2026-03-06T18:49:50.174Z | Downloaded convert_case v0.10.0 |
| 1242 | 2026-03-06T18:49:50.177Z | Downloaded cmake v0.1.57 |
| 1243 | 2026-03-06T18:49:50.177Z | Downloaded cbc v0.1.2 |
| 1244 | 2026-03-06T18:49:50.180Z | Downloaded fd-lock v4.0.4 |
| 1245 | 2026-03-06T18:49:50.183Z | Downloaded dunce v1.0.5 |
| 1246 | 2026-03-06T18:49:50.183Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1247 | 2026-03-06T18:49:50.184Z | Downloaded blowfish v0.9.1 |
| 1248 | 2026-03-06T18:49:50.190Z | Downloaded argon2 v0.5.3 |
| 1249 | 2026-03-06T18:49:50.190Z | Downloaded ghash v0.5.1 |
| 1250 | 2026-03-06T18:49:50.190Z | Downloaded gethostname v0.5.0 |
| 1251 | 2026-03-06T18:49:50.190Z | Downloaded fixedbitset v0.4.2 |
| 1252 | 2026-03-06T18:49:50.193Z | Downloaded dof v0.4.0 |
| 1253 | 2026-03-06T18:49:50.193Z | Downloaded document-features v0.2.12 |
| 1254 | 2026-03-06T18:49:50.193Z | Downloaded display-error-chain v0.2.2 |
| 1255 | 2026-03-06T18:49:50.193Z | Downloaded futures-sink v0.3.32 |
| 1256 | 2026-03-06T18:49:50.193Z | Downloaded futures-macro v0.3.32 |
| 1257 | 2026-03-06T18:49:50.193Z | Downloaded futures-io v0.3.32 |
| 1258 | 2026-03-06T18:49:50.196Z | Downloaded futures-core v0.3.32 |
| 1259 | 2026-03-06T18:49:50.196Z | Downloaded env_filter v1.0.0 |
| 1260 | 2026-03-06T18:49:50.196Z | Downloaded enum-as-inner v0.6.1 |
| 1261 | 2026-03-06T18:49:50.199Z | Downloaded defmt v1.0.1 |
| 1262 | 2026-03-06T18:49:50.202Z | Downloaded bitfield-struct v0.6.2 |
| 1263 | 2026-03-06T18:49:50.202Z | Downloaded embedded-io v0.6.1 |
| 1264 | 2026-03-06T18:49:50.205Z | Downloaded ed25519 v2.2.3 |
| 1265 | 2026-03-06T18:49:50.205Z | Downloaded derive_builder_core v0.20.2 |
| 1266 | 2026-03-06T18:49:50.208Z | Downloaded defmt-parser v1.0.0 |
| 1267 | 2026-03-06T18:49:50.208Z | Downloaded defmt-macros v1.0.1 |
| 1268 | 2026-03-06T18:49:50.215Z | Downloaded defmt v0.3.100 |
| 1269 | 2026-03-06T18:49:50.215Z | Downloaded debug-ignore v1.0.5 |
| 1270 | 2026-03-06T18:49:50.218Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1271 | 2026-03-06T18:49:50.218Z | Downloaded crc8 v0.1.1 |
| 1272 | 2026-03-06T18:49:50.218Z | Downloaded crc v3.4.0 |
| 1273 | 2026-03-06T18:49:50.218Z | Downloaded ciborium-io v0.2.2 |
| 1274 | 2026-03-06T18:49:50.218Z | Downloaded bitfield-macros v0.19.4 |
| 1275 | 2026-03-06T18:49:50.218Z | Downloaded bit-set v0.5.3 |
| 1276 | 2026-03-06T18:49:50.218Z | Downloaded difflib v0.4.0 |
| 1277 | 2026-03-06T18:49:50.221Z | Downloaded cargo_metadata v0.19.2 |
| 1278 | 2026-03-06T18:49:50.221Z | Downloaded buf-list v1.1.2 |
| 1279 | 2026-03-06T18:49:50.224Z | Downloaded bitflags v1.3.2 |
| 1280 | 2026-03-06T18:49:50.227Z | Downloaded cargo-platform v0.1.9 |
| 1281 | 2026-03-06T18:49:50.227Z | Downloaded bit-set v0.8.0 |
| 1282 | 2026-03-06T18:49:50.230Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1283 | 2026-03-06T18:49:50.230Z | Downloaded base16ct v0.2.0 |
| 1284 | 2026-03-06T18:49:50.230Z | Downloaded array-init v0.0.4 |
| 1285 | 2026-03-06T18:49:50.234Z | Downloaded embedded-io v0.4.0 |
| 1286 | 2026-03-06T18:49:50.234Z | Downloaded dtrace-parser v0.3.0 |
| 1287 | 2026-03-06T18:49:50.234Z | Downloaded dirs-sys-next v0.1.2 |
| 1288 | 2026-03-06T18:49:50.238Z | Downloaded derive_builder_macro v0.20.2 |
| 1289 | 2026-03-06T18:49:50.238Z | Downloaded darling_macro v0.21.3 |
| 1290 | 2026-03-06T18:49:50.238Z | Downloaded crossterm v0.29.0 |
| 1291 | 2026-03-06T18:49:50.241Z | Downloaded cfg_aliases v0.1.1 |
| 1292 | 2026-03-06T18:49:50.244Z | Downloaded bb8 v0.8.6 |
| 1293 | 2026-03-06T18:49:50.244Z | Downloaded arrayref v0.3.9 |
| 1294 | 2026-03-06T18:49:50.244Z | Downloaded cstr-argument v0.1.2 |
| 1295 | 2026-03-06T18:49:50.247Z | Downloaded cfg_aliases v0.2.1 |
| 1296 | 2026-03-06T18:49:50.247Z | Downloaded castaway v0.2.4 |
| 1297 | 2026-03-06T18:49:50.247Z | Downloaded block-padding v0.3.3 |
| 1298 | 2026-03-06T18:49:50.250Z | Downloaded dyn-clone v1.0.20 |
| 1299 | 2026-03-06T18:49:50.250Z | Downloaded crc-catalog v2.4.0 |
| 1300 | 2026-03-06T18:49:50.250Z | Downloaded base16ct v1.0.0 |
| 1301 | 2026-03-06T18:49:50.253Z | Downloaded cpufeatures v0.3.0 |
| 1302 | 2026-03-06T18:49:50.253Z | Downloaded atomicwrites v0.4.4 |
| 1303 | 2026-03-06T18:49:50.256Z | Downloaded crunchy v0.2.4 |
| 1304 | 2026-03-06T18:49:50.256Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1305 | 2026-03-06T18:49:50.256Z | Downloaded atomic-waker v1.1.2 |
| 1306 | 2026-03-06T18:49:50.259Z | Downloaded allocator-api2 v0.2.21 |
| 1307 | 2026-03-06T18:49:50.259Z | Downloaded crossbeam-epoch v0.9.18 |
| 1308 | 2026-03-06T18:49:50.262Z | Downloaded assert_matches v1.5.0 |
| 1309 | 2026-03-06T18:49:50.265Z | Downloaded critical-section v1.2.0 |
| 1310 | 2026-03-06T18:49:50.265Z | Downloaded async-bb8-diesel v0.2.1 |
| 1311 | 2026-03-06T18:49:50.267Z | Downloaded async-trait v0.1.89 |
| 1312 | 2026-03-06T18:49:50.270Z | Downloaded async-recursion v1.1.1 |
| 1313 | 2026-03-06T18:49:50.273Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1314 | 2026-03-06T18:49:50.273Z | Downloaded bcs v0.1.6 |
| 1315 | 2026-03-06T18:49:50.276Z | Downloaded atty v0.2.14 |
| 1316 | 2026-03-06T18:49:50.276Z | Downloaded ascii-canvas v3.0.0 |
| 1317 | 2026-03-06T18:49:50.279Z | Downloaded ahash v0.8.12 |
| 1318 | 2026-03-06T18:49:50.279Z | Downloaded adler2 v2.0.1 |
| 1319 | 2026-03-06T18:49:50.550Z | Downloaded aws-lc-sys v0.37.1 |
| 1320 | 2026-03-06T18:49:50.906Z | Compiling libc v0.2.180 |
| 1321 | 2026-03-06T18:49:50.906Z | Compiling serde v1.0.228 |
| 1322 | 2026-03-06T18:49:50.909Z | Compiling log v0.4.29 |
| 1323 | 2026-03-06T18:49:50.909Z | Compiling shlex v1.3.0 |
| 1324 | 2026-03-06T18:49:51.097Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-03-06T18:49:51.100Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-03-06T18:49:51.133Z | Compiling syn v2.0.117 |
| 1327 | 2026-03-06T18:49:51.151Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-06T18:49:51.486Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-03-06T18:49:51.516Z | Compiling subtle v2.6.1 |
| 1330 | 2026-03-06T18:49:51.657Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-06T18:49:51.662Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-03-06T18:49:51.750Z | Compiling lock_api v0.4.14 |
| 1333 | 2026-03-06T18:49:51.778Z | Compiling const-oid v0.9.6 |
| 1334 | 2026-03-06T18:49:51.870Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-03-06T18:49:51.931Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-03-06T18:49:52.054Z | Compiling pin-project-lite v0.2.17 |
| 1337 | 2026-03-06T18:49:52.206Z | Compiling serde_json v1.0.149 |
| 1338 | 2026-03-06T18:49:52.230Z | Compiling parking_lot_core v0.9.12 |
| 1339 | 2026-03-06T18:49:52.754Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-03-06T18:49:52.860Z | Compiling libm v0.2.16 |
| 1341 | 2026-03-06T18:49:53.243Z | Compiling getrandom v0.2.17 |
| 1342 | 2026-03-06T18:49:53.383Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-03-06T18:49:53.531Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-03-06T18:49:53.704Z | Compiling errno v0.3.14 |
| 1345 | 2026-03-06T18:49:53.838Z | Compiling cc v1.2.56 |
| 1346 | 2026-03-06T18:49:53.946Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-03-06T18:49:53.971Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-03-06T18:49:54.105Z | Compiling mio v1.1.1 |
| 1349 | 2026-03-06T18:49:54.229Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-03-06T18:49:54.368Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-03-06T18:49:54.538Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-03-06T18:49:54.579Z | Compiling futures-core v0.3.32 |
| 1353 | 2026-03-06T18:49:54.852Z | Compiling socket2 v0.6.2 |
| 1354 | 2026-03-06T18:49:54.874Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-03-06T18:49:55.255Z | Compiling allocator-api2 v0.2.21 |
| 1356 | 2026-03-06T18:49:55.299Z | Compiling cpufeatures v0.2.17 |
| 1357 | 2026-03-06T18:49:55.427Z | Compiling futures-sink v0.3.32 |
| 1358 | 2026-03-06T18:49:55.460Z | Compiling foldhash v0.2.0 |
| 1359 | 2026-03-06T18:49:55.512Z | Compiling futures-io v0.3.32 |
| 1360 | 2026-03-06T18:49:55.610Z | Compiling futures-channel v0.3.32 |
| 1361 | 2026-03-06T18:49:55.810Z | Compiling slab v0.4.12 |
| 1362 | 2026-03-06T18:49:55.841Z | Compiling getrandom v0.4.1 |
| 1363 | 2026-03-06T18:49:55.875Z | Compiling futures-task v0.3.32 |
| 1364 | 2026-03-06T18:49:55.958Z | Compiling hashbrown v0.16.1 |
| 1365 | 2026-03-06T18:49:56.067Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-03-06T18:49:56.154Z | Compiling rustversion v1.0.22 |
| 1367 | 2026-03-06T18:49:56.192Z | Compiling rand_core v0.10.0 |
| 1368 | 2026-03-06T18:49:56.523Z | Compiling cmake v0.1.57 |
| 1369 | 2026-03-06T18:49:57.289Z | Compiling indexmap v2.13.0 |
| 1370 | 2026-03-06T18:49:57.384Z | Compiling form_urlencoded v1.2.2 |
| 1371 | 2026-03-06T18:49:57.639Z | Compiling dunce v1.0.5 |
| 1372 | 2026-03-06T18:49:57.719Z | Compiling base64ct v1.8.3 |
| 1373 | 2026-03-06T18:49:57.791Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-03-06T18:49:57.815Z | Compiling fs_extra v1.3.0 |
| 1375 | 2026-03-06T18:49:57.914Z | Compiling flagset v0.4.7 |
| 1376 | 2026-03-06T18:49:57.992Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-03-06T18:49:58.151Z | Compiling rustix v1.1.3 |
| 1378 | 2026-03-06T18:49:58.280Z | Compiling pem-rfc7468 v0.7.0 |
| 1379 | 2026-03-06T18:49:58.318Z | Compiling iana-time-zone v0.1.65 |
| 1380 | 2026-03-06T18:49:58.341Z | Compiling aws-lc-sys v0.37.1 |
| 1381 | 2026-03-06T18:49:58.554Z | Compiling synstructure v0.13.2 |
| 1382 | 2026-03-06T18:49:58.652Z | Compiling ring v0.17.14 |
| 1383 | 2026-03-06T18:49:58.695Z | Compiling uuid v1.21.0 |
| 1384 | 2026-03-06T18:49:58.788Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-03-06T18:49:58.907Z | Compiling regex-syntax v0.8.10 |
| 1386 | 2026-03-06T18:49:59.258Z | Compiling vcpkg v0.2.15 |
| 1387 | 2026-03-06T18:49:59.387Z | Compiling aws-lc-rs v1.16.0 |
| 1388 | 2026-03-06T18:49:59.979Z | Compiling tracing-core v0.1.36 |
| 1389 | 2026-03-06T18:50:00.217Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-03-06T18:50:00.816Z | Compiling pest_generator v2.8.6 |
| 1391 | 2026-03-06T18:50:00.942Z | Compiling openssl-sys v0.9.111 |
| 1392 | 2026-03-06T18:50:01.225Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2026-03-06T18:50:02.086Z | Compiling untrusted v0.9.0 |
| 1394 | 2026-03-06T18:50:02.301Z | Compiling httparse v1.10.1 |
| 1395 | 2026-03-06T18:50:02.558Z | Compiling base64 v0.22.1 |
| 1396 | 2026-03-06T18:50:02.698Z | Compiling openssl-probe v0.2.1 |
| 1397 | 2026-03-06T18:50:02.984Z | Compiling untrusted v0.7.1 |
| 1398 | 2026-03-06T18:50:03.026Z | Compiling syn v1.0.109 |
| 1399 | 2026-03-06T18:50:03.182Z | Compiling schemars v0.8.22 |
| 1400 | 2026-03-06T18:50:03.225Z | Compiling serde_derive v1.0.228 |
| 1401 | 2026-03-06T18:50:03.281Z | Compiling zeroize_derive v1.4.3 |
| 1402 | 2026-03-06T18:50:03.388Z | Compiling zerofrom-derive v0.1.6 |
| 1403 | 2026-03-06T18:50:03.556Z | Compiling yoke-derive v0.8.1 |
| 1404 | 2026-03-06T18:50:03.607Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-03-06T18:50:04.453Z | Compiling zerovec-derive v0.11.2 |
| 1406 | 2026-03-06T18:50:04.607Z | Compiling zeroize v1.8.2 |
| 1407 | 2026-03-06T18:50:05.439Z | Compiling displaydoc v0.2.5 |
| 1408 | 2026-03-06T18:50:06.315Z | Compiling tokio-macros v2.6.0 |
| 1409 | 2026-03-06T18:50:06.510Z | Compiling crypto-common v0.1.7 |
| 1410 | 2026-03-06T18:50:06.753Z | Compiling block-buffer v0.10.4 |
| 1411 | 2026-03-06T18:50:06.780Z | Compiling zerofrom v0.1.6 |
| 1412 | 2026-03-06T18:50:07.031Z | Compiling yoke v0.8.1 |
| 1413 | 2026-03-06T18:50:07.074Z | Compiling digest v0.10.7 |
| 1414 | 2026-03-06T18:50:07.112Z | Compiling futures-macro v0.3.32 |
| 1415 | 2026-03-06T18:50:07.133Z | Compiling block-padding v0.3.3 |
| 1416 | 2026-03-06T18:50:07.422Z | Compiling zerovec v0.11.5 |
| 1417 | 2026-03-06T18:50:07.446Z | Compiling zerotrie v0.2.3 |
| 1418 | 2026-03-06T18:50:07.608Z | Compiling hmac v0.12.1 |
| 1419 | 2026-03-06T18:50:07.897Z | Compiling inout v0.1.4 |
| 1420 | 2026-03-06T18:50:07.922Z | Compiling sha2 v0.10.9 |
| 1421 | 2026-03-06T18:50:08.084Z | Compiling der_derive v0.7.3 |
| 1422 | 2026-03-06T18:50:08.213Z | Compiling cipher v0.4.4 |
| 1423 | 2026-03-06T18:50:08.656Z | Compiling tinystr v0.8.2 |
| 1424 | 2026-03-06T18:50:08.776Z | Compiling potential_utf v0.1.4 |
| 1425 | 2026-03-06T18:50:08.994Z | Compiling icu_collections v2.1.1 |
| 1426 | 2026-03-06T18:50:09.060Z | Compiling icu_locale_core v2.1.1 |
| 1427 | 2026-03-06T18:50:09.082Z | Compiling futures-util v0.3.32 |
| 1428 | 2026-03-06T18:50:10.119Z | Compiling salsa20 v0.10.2 |
| 1429 | 2026-03-06T18:50:10.357Z | Compiling der v0.7.10 |
| 1430 | 2026-03-06T18:50:10.360Z | Compiling pbkdf2 v0.12.2 |
| 1431 | 2026-03-06T18:50:10.563Z | Compiling thiserror-impl v2.0.18 |
| 1432 | 2026-03-06T18:50:11.266Z | Compiling icu_provider v2.1.1 |
| 1433 | 2026-03-06T18:50:11.667Z | Compiling bytes v1.11.1 |
| 1434 | 2026-03-06T18:50:11.738Z | Compiling icu_normalizer v2.1.1 |
| 1435 | 2026-03-06T18:50:11.837Z | Compiling icu_properties v2.1.2 |
| 1436 | 2026-03-06T18:50:12.965Z | Compiling tokio v1.49.0 |
| 1437 | 2026-03-06T18:50:13.067Z | Compiling http v1.4.0 |
| 1438 | 2026-03-06T18:50:13.152Z | Compiling spki v0.7.3 |
| 1439 | 2026-03-06T18:50:13.511Z | Compiling chrono v0.4.44 |
| 1440 | 2026-03-06T18:50:13.690Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-03-06T18:50:13.856Z | Compiling idna_adapter v1.2.1 |
| 1442 | 2026-03-06T18:50:14.088Z | Compiling idna v1.1.0 |
| 1443 | 2026-03-06T18:50:14.408Z | Compiling scrypt v0.11.0 |
| 1444 | 2026-03-06T18:50:14.458Z | Compiling cbc v0.1.2 |
| 1445 | 2026-03-06T18:50:14.703Z | Compiling ppv-lite86 v0.2.21 |
| 1446 | 2026-03-06T18:50:14.921Z | Compiling url v2.5.8 |
| 1447 | 2026-03-06T18:50:14.955Z | Compiling aes v0.8.4 |
| 1448 | 2026-03-06T18:50:15.166Z | Compiling rustls-pki-types v1.14.0 |
| 1449 | 2026-03-06T18:50:15.503Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2026-03-06T18:50:15.640Z | Compiling tracing-attributes v0.1.31 |
| 1451 | 2026-03-06T18:50:16.142Z | Compiling rand v0.9.2 |
| 1452 | 2026-03-06T18:50:16.711Z | Compiling pkcs5 v0.7.1 |
| 1453 | 2026-03-06T18:50:16.746Z | Compiling http-body v1.0.1 |
| 1454 | 2026-03-06T18:50:17.297Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-03-06T18:50:17.572Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-03-06T18:50:17.807Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-03-06T18:50:17.920Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-03-06T18:50:18.628Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-03-06T18:50:18.813Z | Compiling tracing v0.1.44 |
| 1460 | 2026-03-06T18:50:19.310Z | Compiling try-lock v0.2.5 |
| 1461 | 2026-03-06T18:50:19.339Z | Compiling tower-service v0.3.3 |
| 1462 | 2026-03-06T18:50:19.493Z | Compiling atomic-waker v1.1.2 |
| 1463 | 2026-03-06T18:50:19.506Z | Compiling rustls v0.23.37 |
| 1464 | 2026-03-06T18:50:19.681Z | Compiling tinyvec_macros v0.1.1 |
| 1465 | 2026-03-06T18:50:19.788Z | Compiling tower-layer v0.3.3 |
| 1466 | 2026-03-06T18:50:19.812Z | Compiling dyn-clone v1.0.20 |
| 1467 | 2026-03-06T18:50:19.834Z | Compiling scroll v0.13.0 |
| 1468 | 2026-03-06T18:50:20.084Z | Compiling tinyvec v1.10.0 |
| 1469 | 2026-03-06T18:50:20.135Z | Compiling want v0.3.1 |
| 1470 | 2026-03-06T18:50:20.430Z | Compiling ipnet v2.11.0 |
| 1471 | 2026-03-06T18:50:21.202Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-03-06T18:50:21.419Z | Compiling tokio-util v0.7.18 |
| 1473 | 2026-03-06T18:50:21.650Z | Compiling spin v0.9.8 |
| 1474 | 2026-03-06T18:50:21.996Z | Compiling aho-corasick v1.1.4 |
| 1475 | 2026-03-06T18:50:22.081Z | Compiling openssl v0.10.75 |
| 1476 | 2026-03-06T18:50:22.546Z | Compiling foreign-types-shared v0.1.1 |
| 1477 | 2026-03-06T18:50:22.676Z | Compiling powerfmt v0.2.0 |
| 1478 | 2026-03-06T18:50:23.082Z | Compiling h2 v0.4.13 |
| 1479 | 2026-03-06T18:50:23.326Z | Compiling time-core v0.1.8 |
| 1480 | 2026-03-06T18:50:23.652Z | Compiling num-conv v0.2.0 |
| 1481 | 2026-03-06T18:50:23.871Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-03-06T18:50:23.903Z | Compiling httpdate v1.0.3 |
| 1483 | 2026-03-06T18:50:24.309Z | Compiling pin-utils v0.1.0 |
| 1484 | 2026-03-06T18:50:24.412Z | Compiling time-macros v0.2.27 |
| 1485 | 2026-03-06T18:50:24.451Z | Compiling regex-automata v0.4.14 |
| 1486 | 2026-03-06T18:50:24.534Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-03-06T18:50:25.490Z | Compiling darling v0.20.11 |
| 1488 | 2026-03-06T18:50:25.619Z | Compiling deranged v0.5.8 |
| 1489 | 2026-03-06T18:50:26.240Z | Compiling foreign-types v0.3.2 |
| 1490 | 2026-03-06T18:50:26.389Z | Compiling tempfile v3.25.0 |
| 1491 | 2026-03-06T18:50:27.051Z | Compiling goblin v0.10.5 |
| 1492 | 2026-03-06T18:50:27.181Z | Compiling openssl-macros v0.1.1 |
| 1493 | 2026-03-06T18:50:27.882Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-03-06T18:50:29.445Z | Compiling wait-timeout v0.2.1 |
| 1495 | 2026-03-06T18:50:29.985Z | Compiling siphasher v1.0.2 |
| 1496 | 2026-03-06T18:50:30.348Z | Compiling hyper v1.8.1 |
| 1497 | 2026-03-06T18:50:30.622Z | Compiling simd-adler32 v0.3.8 |
| 1498 | 2026-03-06T18:50:30.664Z | Compiling usdt-impl v0.6.0 |
| 1499 | 2026-03-06T18:50:30.998Z | Compiling bit-vec v0.8.0 |
| 1500 | 2026-03-06T18:50:31.157Z | Compiling quick-error v1.2.3 |
| 1501 | 2026-03-06T18:50:31.343Z | Compiling num_threads v0.1.7 |
| 1502 | 2026-03-06T18:50:31.453Z | Compiling either v1.15.0 |
| 1503 | 2026-03-06T18:50:31.490Z | Compiling native-tls v0.2.18 |
| 1504 | 2026-03-06T18:50:31.899Z | Compiling time v0.3.47 |
| 1505 | 2026-03-06T18:50:31.928Z | Compiling bit-set v0.8.0 |
| 1506 | 2026-03-06T18:50:32.244Z | Compiling rusty-fork v0.3.1 |
| 1507 | 2026-03-06T18:50:32.465Z | Compiling thiserror v1.0.69 |
| 1508 | 2026-03-06T18:50:32.878Z | Compiling hyper-util v0.1.20 |
| 1509 | 2026-03-06T18:50:33.902Z | Compiling dof v0.4.0 |
| 1510 | 2026-03-06T18:50:34.353Z | Compiling derive_builder_core v0.20.2 |
| 1511 | 2026-03-06T18:50:36.197Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-03-06T18:50:36.431Z | Compiling crossbeam-epoch v0.9.18 |
| 1513 | 2026-03-06T18:50:36.874Z | Compiling dtrace-parser v0.3.0 |
| 1514 | 2026-03-06T18:50:36.966Z | Compiling rustls-native-certs v0.8.3 |
| 1515 | 2026-03-06T18:50:37.043Z | Compiling signature v2.2.0 |
| 1516 | 2026-03-06T18:50:37.171Z | Compiling scroll_derive v0.12.1 |
| 1517 | 2026-03-06T18:50:37.339Z | Compiling heapless v0.7.17 |
| 1518 | 2026-03-06T18:50:37.563Z | Compiling darling_core v0.21.3 |
| 1519 | 2026-03-06T18:50:37.800Z | Compiling rand_xorshift v0.4.0 |
| 1520 | 2026-03-06T18:50:37.973Z | Compiling slog v2.8.2 |
| 1521 | 2026-03-06T18:50:38.097Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-03-06T18:50:38.314Z | Compiling sync_wrapper v1.0.2 |
| 1523 | 2026-03-06T18:50:38.496Z | Compiling thread-id v5.1.0 |
| 1524 | 2026-03-06T18:50:38.581Z | Compiling cookie v0.18.1 |
| 1525 | 2026-03-06T18:50:38.603Z | Compiling rayon-core v1.13.0 |
| 1526 | 2026-03-06T18:50:38.631Z | Compiling zstd-safe v7.2.4 |
| 1527 | 2026-03-06T18:50:38.655Z | Compiling adler2 v2.0.1 |
| 1528 | 2026-03-06T18:50:38.872Z | Compiling unicode-segmentation v1.12.0 |
| 1529 | 2026-03-06T18:50:38.913Z | Compiling signal-hook v0.3.18 |
| 1530 | 2026-03-06T18:50:38.933Z | Compiling unarray v0.1.4 |
| 1531 | 2026-03-06T18:50:38.954Z | Compiling paste v1.0.15 |
| 1532 | 2026-03-06T18:50:39.116Z | Compiling unicode-properties v0.1.4 |
| 1533 | 2026-03-06T18:50:39.224Z | Compiling anyhow v1.0.102 |
| 1534 | 2026-03-06T18:50:39.457Z | Compiling unicode-bidi v0.3.18 |
| 1535 | 2026-03-06T18:50:39.641Z | Compiling proptest v1.10.0 |
| 1536 | 2026-03-06T18:50:39.789Z | Compiling miniz_oxide v0.8.9 |
| 1537 | 2026-03-06T18:50:40.272Z | Compiling stringprep v0.1.5 |
| 1538 | 2026-03-06T18:50:40.641Z | Compiling scroll v0.12.0 |
| 1539 | 2026-03-06T18:50:41.126Z | Compiling tower v0.5.3 |
| 1540 | 2026-03-06T18:50:41.271Z | Compiling crossbeam-deque v0.8.6 |
| 1541 | 2026-03-06T18:50:41.293Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-03-06T18:50:41.609Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-03-06T18:50:41.830Z | Compiling http-body-util v0.1.3 |
| 1544 | 2026-03-06T18:50:41.856Z | Compiling webpki-roots v1.0.6 |
| 1545 | 2026-03-06T18:50:42.073Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-03-06T18:50:42.098Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-03-06T18:50:42.120Z | Compiling erased-serde v0.3.31 |
| 1548 | 2026-03-06T18:50:42.332Z | Compiling serde_tokenstream v0.2.3 |
| 1549 | 2026-03-06T18:50:42.356Z | Compiling serde_spanned v0.6.9 |
| 1550 | 2026-03-06T18:50:42.622Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-03-06T18:50:42.646Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-03-06T18:50:42.932Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-03-06T18:50:42.967Z | Compiling num-integer v0.1.46 |
| 1554 | 2026-03-06T18:50:43.377Z | Compiling vergen-lib v0.1.6 |
| 1555 | 2026-03-06T18:50:43.624Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-03-06T18:50:43.659Z | Compiling ff v0.13.1 |
| 1557 | 2026-03-06T18:50:43.726Z | Compiling rustix v0.38.44 |
| 1558 | 2026-03-06T18:50:43.864Z | Compiling darling_macro v0.21.3 |
| 1559 | 2026-03-06T18:50:43.893Z | Compiling fallible-iterator v0.2.0 |
| 1560 | 2026-03-06T18:50:43.973Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-03-06T18:50:43.997Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-03-06T18:50:44.334Z | Compiling ref-cast v1.0.25 |
| 1563 | 2026-03-06T18:50:44.397Z | Compiling smoltcp v0.9.1 |
| 1564 | 2026-03-06T18:50:44.544Z | Compiling base16ct v0.2.0 |
| 1565 | 2026-03-06T18:50:44.593Z | Compiling ryu v1.0.23 |
| 1566 | 2026-03-06T18:50:44.757Z | Compiling iri-string v0.7.10 |
| 1567 | 2026-03-06T18:50:44.867Z | Compiling psl-types v2.0.11 |
| 1568 | 2026-03-06T18:50:44.901Z | Compiling litrs v1.0.0 |
| 1569 | 2026-03-06T18:50:45.052Z | Compiling publicsuffix v2.3.0 |
| 1570 | 2026-03-06T18:50:45.097Z | Compiling serde_urlencoded v0.7.1 |
| 1571 | 2026-03-06T18:50:45.129Z | Compiling sec1 v0.7.3 |
| 1572 | 2026-03-06T18:50:45.350Z | Compiling darling v0.21.3 |
| 1573 | 2026-03-06T18:50:45.494Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-03-06T18:50:45.620Z | Compiling zerocopy v0.7.35 |
| 1575 | 2026-03-06T18:50:45.660Z | Compiling postgres-protocol v0.6.10 |
| 1576 | 2026-03-06T18:50:46.111Z | Compiling document-features v0.2.12 |
| 1577 | 2026-03-06T18:50:46.838Z | Compiling group v0.13.0 |
| 1578 | 2026-03-06T18:50:47.107Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-03-06T18:50:47.288Z | Compiling rand v0.8.5 |
| 1580 | 2026-03-06T18:50:47.332Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-03-06T18:50:47.367Z | Compiling oxnet v0.1.4 |
| 1582 | 2026-03-06T18:50:47.699Z | Compiling tower-http v0.6.8 |
| 1583 | 2026-03-06T18:50:47.983Z | Compiling proc-macro-error v1.0.4 |
| 1584 | 2026-03-06T18:50:48.499Z | Compiling tokio-native-tls v0.3.1 |
| 1585 | 2026-03-06T18:50:48.577Z | Compiling goblin v0.8.2 |
| 1586 | 2026-03-06T18:50:49.633Z | Compiling heck v0.4.1 |
| 1587 | 2026-03-06T18:50:49.915Z | Compiling hubpack_derive v0.1.1 |
| 1588 | 2026-03-06T18:50:50.104Z | Compiling phf_shared v0.13.1 |
| 1589 | 2026-03-06T18:50:50.211Z | Compiling regex v1.12.3 |
| 1590 | 2026-03-06T18:50:50.658Z | Compiling flate2 v1.1.9 |
| 1591 | 2026-03-06T18:50:50.688Z | Compiling lazy_static v1.5.0 |
| 1592 | 2026-03-06T18:50:50.783Z | Compiling cargo-platform v0.1.9 |
| 1593 | 2026-03-06T18:50:50.840Z | Compiling hkdf v0.12.4 |
| 1594 | 2026-03-06T18:50:51.134Z | Compiling crypto-bigint v0.5.5 |
| 1595 | 2026-03-06T18:50:51.161Z | Compiling async-trait v0.1.89 |
| 1596 | 2026-03-06T18:50:51.201Z | Compiling daft-derive v0.1.5 |
| 1597 | 2026-03-06T18:50:51.295Z | Compiling strum_macros v0.27.2 |
| 1598 | 2026-03-06T18:50:51.518Z | Compiling ref-cast-impl v1.0.25 |
| 1599 | 2026-03-06T18:50:52.646Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1600 | 2026-03-06T18:50:52.764Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-03-06T18:50:53.018Z | Compiling vergen v9.0.6 |
| 1602 | 2026-03-06T18:50:53.341Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-03-06T18:50:53.540Z | Compiling ahash v0.8.12 |
| 1604 | 2026-03-06T18:50:53.676Z | Compiling libbz2-rs-sys v0.2.2 |
| 1605 | 2026-03-06T18:50:53.918Z | Compiling managed v0.8.0 |
| 1606 | 2026-03-06T18:50:54.037Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-03-06T18:50:54.379Z | Compiling winnow v0.5.40 |
| 1608 | 2026-03-06T18:50:54.418Z | Compiling object v0.37.3 |
| 1609 | 2026-03-06T18:50:54.970Z | Compiling bumpalo v3.20.2 |
| 1610 | 2026-03-06T18:50:55.297Z | Compiling bitflags v1.3.2 |
| 1611 | 2026-03-06T18:50:55.508Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-03-06T18:50:56.189Z | Compiling strum v0.27.2 |
| 1613 | 2026-03-06T18:50:56.394Z | Compiling console v0.16.2 |
| 1614 | 2026-03-06T18:50:57.122Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-03-06T18:50:57.173Z | Compiling clap_builder v4.5.60 |
| 1616 | 2026-03-06T18:50:57.419Z | Compiling hashbrown v0.15.5 |
| 1617 | 2026-03-06T18:50:57.513Z | Compiling elliptic-curve v0.13.8 |
| 1618 | 2026-03-06T18:50:57.652Z | Compiling dof v0.3.0 |
| 1619 | 2026-03-06T18:50:57.981Z | Compiling toml_edit v0.19.15 |
| 1620 | 2026-03-06T18:50:58.728Z | Compiling daft v0.1.5 |
| 1621 | 2026-03-06T18:50:58.927Z | Compiling cargo_metadata v0.19.2 |
| 1622 | 2026-03-06T18:50:59.465Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-03-06T18:50:59.846Z | Compiling phf v0.13.1 |
| 1624 | 2026-03-06T18:51:00.201Z | Compiling zone_cfg_derive v0.3.1 |
| 1625 | 2026-03-06T18:51:01.650Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-03-06T18:51:01.856Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-03-06T18:51:03.175Z | Compiling rayon v1.11.0 |
| 1628 | 2026-03-06T18:51:03.410Z | Compiling zstd v0.13.3 |
| 1629 | 2026-03-06T18:51:03.970Z | Compiling hyper-tls v0.6.0 |
| 1630 | 2026-03-06T18:51:04.394Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-06T18:51:04.752Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-03-06T18:51:04.934Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-03-06T18:51:05.793Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-03-06T18:51:06.091Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-03-06T18:51:06.317Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-03-06T18:51:07.400Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-03-06T18:51:07.424Z | Compiling itertools v0.12.1 |
| 1638 | 2026-03-06T18:51:07.508Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-03-06T18:51:07.533Z | Compiling bstr v1.12.1 |
| 1640 | 2026-03-06T18:51:07.752Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-03-06T18:51:07.882Z | Compiling hex v0.4.3 |
| 1642 | 2026-03-06T18:51:08.419Z | Compiling serde-big-array v0.5.1 |
| 1643 | 2026-03-06T18:51:08.497Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-03-06T18:51:08.678Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-03-06T18:51:08.709Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-03-06T18:51:08.732Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-03-06T18:51:09.142Z | Compiling clap_derive v4.5.55 |
| 1648 | 2026-03-06T18:51:09.334Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-03-06T18:51:09.625Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-03-06T18:51:09.743Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-03-06T18:51:09.805Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-03-06T18:51:09.883Z | Compiling encoding_rs v0.8.35 |
| 1653 | 2026-03-06T18:51:10.073Z | Compiling difflib v0.4.0 |
| 1654 | 2026-03-06T18:51:10.341Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-03-06T18:51:10.420Z | Compiling jiff v0.2.21 |
| 1656 | 2026-03-06T18:51:10.990Z | Compiling unit-prefix v0.5.2 |
| 1657 | 2026-03-06T18:51:11.246Z | Compiling data-encoding v2.10.0 |
| 1658 | 2026-03-06T18:51:11.413Z | Compiling keccak v0.1.6 |
| 1659 | 2026-03-06T18:51:12.954Z | Compiling rustc-hash v2.1.1 |
| 1660 | 2026-03-06T18:51:12.978Z | Compiling fixedbitset v0.4.2 |
| 1661 | 2026-03-06T18:51:12.999Z | Compiling static_assertions v1.1.0 |
| 1662 | 2026-03-06T18:51:13.113Z | Compiling normalize-line-endings v0.3.0 |
| 1663 | 2026-03-06T18:51:13.168Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-03-06T18:51:13.257Z | Compiling mime v0.3.17 |
| 1665 | 2026-03-06T18:51:13.311Z | Compiling whoami v2.1.0 |
| 1666 | 2026-03-06T18:51:13.390Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-03-06T18:51:13.493Z | Compiling new_debug_unreachable v1.0.6 |
| 1668 | 2026-03-06T18:51:13.614Z | Compiling predicates v3.1.4 |
| 1669 | 2026-03-06T18:51:13.640Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-03-06T18:51:13.644Z | Compiling clap v4.5.60 |
| 1671 | 2026-03-06T18:51:13.746Z | Compiling petgraph v0.6.5 |
| 1672 | 2026-03-06T18:51:13.754Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-03-06T18:51:13.782Z | Compiling iddqd v0.3.17 |
| 1674 | 2026-03-06T18:51:14.067Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1675 | 2026-03-06T18:51:14.116Z | Compiling strum v0.26.3 |
| 1676 | 2026-03-06T18:51:14.314Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-03-06T18:51:15.154Z | Compiling hickory-proto v0.25.2 |
| 1678 | 2026-03-06T18:51:16.599Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-03-06T18:51:17.327Z | Compiling zip v4.6.1 |
| 1680 | 2026-03-06T18:51:17.697Z | Compiling indicatif v0.18.4 |
| 1681 | 2026-03-06T18:51:19.168Z | Compiling petgraph v0.8.3 |
| 1682 | 2026-03-06T18:51:19.559Z | Compiling zone v0.3.1 |
| 1683 | 2026-03-06T18:51:19.690Z | Compiling env_logger v0.11.9 |
| 1684 | 2026-03-06T18:51:20.453Z | Compiling usdt v0.6.0 |
| 1685 | 2026-03-06T18:51:20.961Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-03-06T18:51:21.098Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-03-06T18:51:21.217Z | Compiling similar v2.7.0 |
| 1688 | 2026-03-06T18:51:21.242Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-03-06T18:51:21.625Z | Compiling rsa v0.9.10 |
| 1690 | 2026-03-06T18:51:21.928Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-03-06T18:51:22.245Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-03-06T18:51:23.328Z | Compiling zip v0.6.6 |
| 1693 | 2026-03-06T18:51:23.927Z | Compiling toml v0.7.8 |
| 1694 | 2026-03-06T18:51:25.222Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-03-06T18:51:25.330Z | Compiling itertools v0.13.0 |
| 1696 | 2026-03-06T18:51:25.563Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-03-06T18:51:25.708Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-06T18:51:26.250Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-06T18:51:26.519Z | Compiling x509-cert v0.2.5 |
| 1700 | 2026-03-06T18:51:26.682Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-06T18:51:26.945Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-03-06T18:51:26.991Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-03-06T18:51:27.363Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-03-06T18:51:27.594Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-03-06T18:51:27.705Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-03-06T18:51:28.199Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-03-06T18:51:28.203Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-03-06T18:51:28.307Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-03-06T18:51:28.790Z | Compiling filetime v0.2.27 |
| 1710 | 2026-03-06T18:51:28.847Z | Compiling is-terminal v0.4.17 |
| 1711 | 2026-03-06T18:51:29.017Z | Compiling xattr v1.6.1 |
| 1712 | 2026-03-06T18:51:29.121Z | Compiling term v1.2.1 |
| 1713 | 2026-03-06T18:51:29.244Z | Compiling take_mut v0.2.2 |
| 1714 | 2026-03-06T18:51:29.308Z | Compiling tar v0.4.44 |
| 1715 | 2026-03-06T18:51:29.559Z | Compiling futures v0.3.32 |
| 1716 | 2026-03-06T18:51:29.700Z | Compiling slog-term v2.9.2 |
| 1717 | 2026-03-06T18:51:39.337Z | Compiling rustls-webpki v0.103.9 |
| 1718 | 2026-03-06T18:51:44.726Z | Compiling tokio-rustls v0.26.4 |
| 1719 | 2026-03-06T18:51:44.726Z | Compiling rustls-platform-verifier v0.6.2 |
| 1720 | 2026-03-06T18:51:45.102Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-03-06T18:51:45.508Z | Compiling reqwest v0.13.2 |
| 1722 | 2026-03-06T18:51:45.511Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-03-06T18:51:49.995Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1724 | 2026-03-06T18:51:50.344Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1725 | 2026-03-06T18:51:55.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1726 | 2026-03-06T18:51:55.297Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1727 | 2026-03-06T18:51:55.362Z | Mar 06 18:51:54.587 INFO Starting download, target: Clickhouse |
| 1728 | 2026-03-06T18:51:55.362Z | Mar 06 18:51:54.588 INFO Starting download, target: DendriteStub |
| 1729 | 2026-03-06T18:51:55.362Z | Mar 06 18:51:54.588 INFO Starting download, target: Cockroach |
| 1730 | 2026-03-06T18:51:55.362Z | Mar 06 18:51:54.588 INFO Starting download, target: Console |
| 1731 | 2026-03-06T18:51:55.362Z | Mar 06 18:51:54.588 INFO Starting download, target: MaghemiteMgd |
| 1732 | 2026-03-06T18:51:55.365Z | Mar 06 18:51:54.588 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-03-06T18:51:55.365Z | Mar 06 18:51:54.588 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-03-06T18:51:55.366Z | Mar 06 18:51:54.588 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1735 | 2026-03-06T18:51:55.366Z | Mar 06 18:51:54.589 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-03-06T18:51:55.366Z | Mar 06 18:51:54.589 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-03-06T18:51:55.366Z | Mar 06 18:51:54.589 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1738 | 2026-03-06T18:51:55.366Z | Mar 06 18:51:54.589 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-03-06T18:51:55.874Z | Mar 06 18:51:55.097 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-03-06T18:51:56.418Z | Mar 06 18:51:55.632 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-03-06T18:51:56.473Z | Mar 06 18:51:55.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-03-06T18:51:57.077Z | Mar 06 18:51:56.236 INFO Download complete, target: Console |
| 1743 | 2026-03-06T18:51:57.533Z | Mar 06 18:51:56.737 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-03-06T18:51:57.666Z | Mar 06 18:51:56.886 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-03-06T18:51:58.030Z | Mar 06 18:51:57.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-03-06T18:51:59.465Z | Mar 06 18:51:58.666 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-03-06T18:51:59.466Z | Mar 06 18:51:58.666 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-03-06T18:52:02.404Z | Mar 06 18:52:01.630 INFO Download complete, target: DendriteStub |
| 1749 | 2026-03-06T18:52:02.745Z | Mar 06 18:52:01.969 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-06T18:52:09.317Z | Mar 06 18:52:08.542 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-03-06T18:52:09.461Z | Mar 06 18:52:08.687 INFO Download complete, target: Cockroach |
| 1752 | 2026-03-06T18:52:11.842Z | Mar 06 18:52:11.067 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-03-06T18:52:12.014Z | Mar 06 18:52:11.239 INFO Download complete, target: Clickhouse |
| 1754 | 2026-03-06T18:52:12.020Z | All prerequisites installed successfully |
| 1755 | 2026-03-06T18:52:12.023Z | |
| 1756 | 2026-03-06T18:52:12.023Z | real 5:27.423333004 |
| 1757 | 2026-03-06T18:52:12.023Z | user 17:21.176145893 |
| 1758 | 2026-03-06T18:52:12.023Z | sys 2:28.884440051 |
| 1759 | 2026-03-06T18:52:12.023Z | trap 0.640906264 |
| 1760 | 2026-03-06T18:52:12.023Z | tflt 0.690446042 |
| 1761 | 2026-03-06T18:52:12.023Z | dflt 0.827229360 |
| 1762 | 2026-03-06T18:52:12.023Z | kflt 0.028012429 |
| 1763 | 2026-03-06T18:52:12.023Z | lock 39:20.752518498 |
| 1764 | 2026-03-06T18:52:12.023Z | slp 1:03:39.697593432 |
| 1765 | 2026-03-06T18:52:12.023Z | lat 1:08.325062531 |
| 1766 | 2026-03-06T18:52:12.023Z | stop 3:11.873139989 |
| 1767 | 2026-03-06T18:52:12.023Z | + ptime -m cargo xtask download softnpu |
| 1768 | 2026-03-06T18:52:12.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1769 | 2026-03-06T18:52:12.867Z | Running `target/debug/xtask download softnpu` |
| 1770 | 2026-03-06T18:52:14.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 1771 | 2026-03-06T18:52:14.124Z | Running `target/debug/xtask-downloader softnpu` |
| 1772 | 2026-03-06T18:52:14.169Z | Mar 06 18:52:13.394 INFO Starting download, target: Softnpu |
| 1773 | 2026-03-06T18:52:14.172Z | Mar 06 18:52:13.395 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1774 | 2026-03-06T18:52:14.843Z | Mar 06 18:52:14.068 INFO Download complete, target: Softnpu |
| 1775 | 2026-03-06T18:52:14.847Z | |
| 1776 | 2026-03-06T18:52:14.850Z | real 2.819919661 |
| 1777 | 2026-03-06T18:52:14.850Z | user 2.058680177 |
| 1778 | 2026-03-06T18:52:14.850Z | sys 0.877394297 |
| 1779 | 2026-03-06T18:52:14.850Z | trap 0.001370963 |
| 1780 | 2026-03-06T18:52:14.850Z | tflt 0.000063002 |
| 1781 | 2026-03-06T18:52:14.850Z | dflt 0.000099944 |
| 1782 | 2026-03-06T18:52:14.850Z | kflt 0.000000000 |
| 1783 | 2026-03-06T18:52:14.850Z | lock 6.846737184 |
| 1784 | 2026-03-06T18:52:14.850Z | slp 0.475019370 |
| 1785 | 2026-03-06T18:52:14.850Z | lat 0.184353806 |
| 1786 | 2026-03-06T18:52:14.850Z | stop 0.000181806 |
| 1787 | 2026-03-06T18:52:14.850Z | + export CARGO_INCREMENTAL=0 |
| 1788 | 2026-03-06T18:52:14.850Z | + CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-06T18:52:14.851Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1790 | 2026-03-06T18:52:16.296Z | Compiling proc-macro2 v1.0.106 |
| 1791 | 2026-03-06T18:52:16.296Z | Compiling quote v1.0.44 |
| 1792 | 2026-03-06T18:52:16.299Z | Compiling unicode-ident v1.0.24 |
| 1793 | 2026-03-06T18:52:16.299Z | Compiling libc v0.2.180 |
| 1794 | 2026-03-06T18:52:16.299Z | Compiling serde_core v1.0.228 |
| 1795 | 2026-03-06T18:52:16.299Z | Compiling serde v1.0.228 |
| 1796 | 2026-03-06T18:52:16.299Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-03-06T18:52:16.299Z | Compiling version_check v0.9.5 |
| 1798 | 2026-03-06T18:52:16.690Z | Compiling shlex v1.3.0 |
| 1799 | 2026-03-06T18:52:16.766Z | Compiling find-msvc-tools v0.1.9 |
| 1800 | 2026-03-06T18:52:17.061Z | Compiling typenum v1.19.0 |
| 1801 | 2026-03-06T18:52:17.064Z | Compiling generic-array v0.14.7 |
| 1802 | 2026-03-06T18:52:17.347Z | Compiling portable-atomic v1.13.1 |
| 1803 | 2026-03-06T18:52:17.395Z | Compiling memchr v2.8.0 |
| 1804 | 2026-03-06T18:52:17.627Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-06T18:52:18.140Z | Compiling serde_json v1.0.149 |
| 1806 | 2026-03-06T18:52:18.195Z | Compiling autocfg v1.5.0 |
| 1807 | 2026-03-06T18:52:18.508Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-03-06T18:52:18.710Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-06T18:52:18.849Z | Compiling syn v2.0.117 |
| 1810 | 2026-03-06T18:52:18.947Z | Compiling cc v1.2.56 |
| 1811 | 2026-03-06T18:52:19.031Z | Compiling parking_lot_core v0.9.12 |
| 1812 | 2026-03-06T18:52:19.257Z | Compiling libm v0.2.16 |
| 1813 | 2026-03-06T18:52:19.476Z | Compiling num-traits v0.2.19 |
| 1814 | 2026-03-06T18:52:19.519Z | Compiling smallvec v1.15.1 |
| 1815 | 2026-03-06T18:52:19.854Z | Compiling icu_properties_data v2.1.2 |
| 1816 | 2026-03-06T18:52:19.857Z | Compiling icu_normalizer_data v2.1.1 |
| 1817 | 2026-03-06T18:52:20.008Z | Compiling getrandom v0.2.17 |
| 1818 | 2026-03-06T18:52:20.192Z | Compiling log v0.4.29 |
| 1819 | 2026-03-06T18:52:20.224Z | Compiling itoa v1.0.17 |
| 1820 | 2026-03-06T18:52:20.416Z | Compiling getrandom v0.4.1 |
| 1821 | 2026-03-06T18:52:20.861Z | Compiling pkg-config v0.3.32 |
| 1822 | 2026-03-06T18:52:21.075Z | Compiling errno v0.3.14 |
| 1823 | 2026-03-06T18:52:21.366Z | Compiling stable_deref_trait v1.2.1 |
| 1824 | 2026-03-06T18:52:21.466Z | Compiling rand_core v0.6.4 |
| 1825 | 2026-03-06T18:52:21.849Z | Compiling scopeguard v1.2.0 |
| 1826 | 2026-03-06T18:52:21.907Z | Compiling subtle v2.6.1 |
| 1827 | 2026-03-06T18:52:22.050Z | Compiling lock_api v0.4.14 |
| 1828 | 2026-03-06T18:52:22.132Z | Compiling thiserror v2.0.18 |
| 1829 | 2026-03-06T18:52:22.156Z | Compiling fnv v1.0.7 |
| 1830 | 2026-03-06T18:52:22.447Z | Compiling getrandom v0.3.4 |
| 1831 | 2026-03-06T18:52:22.854Z | Compiling critical-section v1.2.0 |
| 1832 | 2026-03-06T18:52:22.911Z | Compiling pin-project-lite v0.2.17 |
| 1833 | 2026-03-06T18:52:23.091Z | Compiling rustversion v1.0.22 |
| 1834 | 2026-03-06T18:52:23.308Z | Compiling allocator-api2 v0.2.21 |
| 1835 | 2026-03-06T18:52:23.398Z | Compiling equivalent v1.0.2 |
| 1836 | 2026-03-06T18:52:23.556Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-03-06T18:52:24.006Z | Compiling bitflags v2.11.0 |
| 1838 | 2026-03-06T18:52:24.332Z | Compiling foldhash v0.2.0 |
| 1839 | 2026-03-06T18:52:24.744Z | Compiling hashbrown v0.16.1 |
| 1840 | 2026-03-06T18:52:24.801Z | Compiling ring v0.17.14 |
| 1841 | 2026-03-06T18:52:24.831Z | Compiling semver v1.0.27 |
| 1842 | 2026-03-06T18:52:25.458Z | Compiling cmake v0.1.57 |
| 1843 | 2026-03-06T18:52:25.865Z | Compiling litemap v0.8.1 |
| 1844 | 2026-03-06T18:52:25.939Z | Compiling percent-encoding v2.3.2 |
| 1845 | 2026-03-06T18:52:26.151Z | Compiling synstructure v0.13.2 |
| 1846 | 2026-03-06T18:52:26.311Z | Compiling fs_extra v1.3.0 |
| 1847 | 2026-03-06T18:52:26.335Z | Compiling dunce v1.0.5 |
| 1848 | 2026-03-06T18:52:26.463Z | Compiling writeable v0.6.2 |
| 1849 | 2026-03-06T18:52:26.585Z | Compiling const-oid v0.9.6 |
| 1850 | 2026-03-06T18:52:26.863Z | Compiling aws-lc-sys v0.37.1 |
| 1851 | 2026-03-06T18:52:26.929Z | Compiling indexmap v2.13.0 |
| 1852 | 2026-03-06T18:52:27.521Z | Compiling rustix v1.1.3 |
| 1853 | 2026-03-06T18:52:28.494Z | Compiling signal-hook-registry v1.4.8 |
| 1854 | 2026-03-06T18:52:28.522Z | Compiling schemars v0.8.22 |
| 1855 | 2026-03-06T18:52:28.525Z | Compiling serde_derive_internals v0.29.1 |
| 1856 | 2026-03-06T18:52:28.575Z | Compiling mio v1.1.1 |
| 1857 | 2026-03-06T18:52:28.598Z | Compiling socket2 v0.6.2 |
| 1858 | 2026-03-06T18:52:28.903Z | Compiling parking_lot v0.12.5 |
| 1859 | 2026-03-06T18:52:28.942Z | Compiling rand_core v0.10.0 |
| 1860 | 2026-03-06T18:52:29.334Z | Compiling strsim v0.11.1 |
| 1861 | 2026-03-06T18:52:29.464Z | Compiling utf8_iter v1.0.4 |
| 1862 | 2026-03-06T18:52:29.771Z | Compiling serde_derive v1.0.228 |
| 1863 | 2026-03-06T18:52:29.790Z | Compiling zeroize_derive v1.4.3 |
| 1864 | 2026-03-06T18:52:29.957Z | Compiling zerofrom-derive v0.1.6 |
| 1865 | 2026-03-06T18:52:30.229Z | Compiling yoke-derive v0.8.1 |
| 1866 | 2026-03-06T18:52:30.276Z | Compiling zerovec-derive v0.11.2 |
| 1867 | 2026-03-06T18:52:30.415Z | Compiling displaydoc v0.2.5 |
| 1868 | 2026-03-06T18:52:30.880Z | Compiling zerocopy-derive v0.8.40 |
| 1869 | 2026-03-06T18:52:31.052Z | Compiling zeroize v1.8.2 |
| 1870 | 2026-03-06T18:52:31.518Z | Compiling tokio-macros v2.6.0 |
| 1871 | 2026-03-06T18:52:31.626Z | Compiling futures-macro v0.3.32 |
| 1872 | 2026-03-06T18:52:32.445Z | Compiling thiserror-impl v2.0.18 |
| 1873 | 2026-03-06T18:52:32.714Z | Compiling zerofrom v0.1.6 |
| 1874 | 2026-03-06T18:52:32.975Z | Compiling yoke v0.8.1 |
| 1875 | 2026-03-06T18:52:33.093Z | Compiling crypto-common v0.1.7 |
| 1876 | 2026-03-06T18:52:33.323Z | Compiling zerovec v0.11.5 |
| 1877 | 2026-03-06T18:52:33.351Z | Compiling zerotrie v0.2.3 |
| 1878 | 2026-03-06T18:52:33.374Z | Compiling block-buffer v0.10.4 |
| 1879 | 2026-03-06T18:52:33.633Z | Compiling der_derive v0.7.3 |
| 1880 | 2026-03-06T18:52:33.655Z | Compiling tracing-attributes v0.1.31 |
| 1881 | 2026-03-06T18:52:34.496Z | Compiling digest v0.10.7 |
| 1882 | 2026-03-06T18:52:34.751Z | Compiling tinystr v0.8.2 |
| 1883 | 2026-03-06T18:52:34.936Z | Compiling potential_utf v0.1.4 |
| 1884 | 2026-03-06T18:52:35.136Z | Compiling icu_locale_core v2.1.1 |
| 1885 | 2026-03-06T18:52:35.205Z | Compiling icu_collections v2.1.1 |
| 1886 | 2026-03-06T18:52:35.279Z | Compiling schemars_derive v0.8.22 |
| 1887 | 2026-03-06T18:52:35.748Z | Compiling aws-lc-rs v1.16.0 |
| 1888 | 2026-03-06T18:52:37.277Z | Compiling icu_provider v2.1.1 |
| 1889 | 2026-03-06T18:52:37.661Z | Compiling bytes v1.11.1 |
| 1890 | 2026-03-06T18:52:37.828Z | Compiling icu_properties v2.1.2 |
| 1891 | 2026-03-06T18:52:37.936Z | Compiling icu_normalizer v2.1.1 |
| 1892 | 2026-03-06T18:52:38.099Z | Compiling form_urlencoded v1.2.2 |
| 1893 | 2026-03-06T18:52:39.217Z | Compiling thiserror v1.0.69 |
| 1894 | 2026-03-06T18:52:39.370Z | Compiling ucd-trie v0.1.7 |
| 1895 | 2026-03-06T18:52:39.748Z | Compiling byteorder v1.5.0 |
| 1896 | 2026-03-06T18:52:39.783Z | Compiling futures-core v0.3.32 |
| 1897 | 2026-03-06T18:52:39.810Z | Compiling pest v2.8.6 |
| 1898 | 2026-03-06T18:52:40.117Z | Compiling idna_adapter v1.2.1 |
| 1899 | 2026-03-06T18:52:40.226Z | Compiling tokio v1.49.0 |
| 1900 | 2026-03-06T18:52:40.366Z | Compiling idna v1.1.0 |
| 1901 | 2026-03-06T18:52:41.988Z | Compiling heck v0.5.0 |
| 1902 | 2026-03-06T18:52:42.140Z | Compiling ident_case v1.0.1 |
| 1903 | 2026-03-06T18:52:42.318Z | Compiling httparse v1.10.1 |
| 1904 | 2026-03-06T18:52:42.359Z | Compiling vcpkg v0.2.15 |
| 1905 | 2026-03-06T18:52:42.692Z | Compiling pest_meta v2.8.6 |
| 1906 | 2026-03-06T18:52:42.790Z | Compiling url v2.5.8 |
| 1907 | 2026-03-06T18:52:42.939Z | Compiling thiserror-impl v1.0.69 |
| 1908 | 2026-03-06T18:52:43.715Z | Compiling openssl-sys v0.9.111 |
| 1909 | 2026-03-06T18:52:44.062Z | Compiling pest_generator v2.8.6 |
| 1910 | 2026-03-06T18:52:45.076Z | Compiling regex-syntax v0.8.10 |
| 1911 | 2026-03-06T18:52:45.669Z | Compiling syn v1.0.109 |
| 1912 | 2026-03-06T18:52:45.692Z | Compiling crossbeam-utils v0.8.21 |
| 1913 | 2026-03-06T18:52:46.079Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-03-06T18:52:48.536Z | Compiling rustc_version v0.4.1 |
| 1915 | 2026-03-06T18:52:48.732Z | Compiling rustls v0.23.37 |
| 1916 | 2026-03-06T18:52:49.089Z | Compiling cpufeatures v0.2.17 |
| 1917 | 2026-03-06T18:52:49.111Z | Compiling futures-sink v0.3.32 |
| 1918 | 2026-03-06T18:52:49.300Z | Compiling futures-channel v0.3.32 |
| 1919 | 2026-03-06T18:52:49.379Z | Compiling hmac v0.12.1 |
| 1920 | 2026-03-06T18:52:49.816Z | Compiling iana-time-zone v0.1.65 |
| 1921 | 2026-03-06T18:52:49.966Z | Compiling slab v0.4.12 |
| 1922 | 2026-03-06T18:52:50.057Z | Compiling futures-io v0.3.32 |
| 1923 | 2026-03-06T18:52:50.368Z | Compiling plain v0.2.3 |
| 1924 | 2026-03-06T18:52:50.391Z | Compiling futures-task v0.3.32 |
| 1925 | 2026-03-06T18:52:50.541Z | Compiling chrono v0.4.44 |
| 1926 | 2026-03-06T18:52:50.727Z | Compiling futures-util v0.3.32 |
| 1927 | 2026-03-06T18:52:51.255Z | Compiling uuid v1.21.0 |
| 1928 | 2026-03-06T18:52:51.608Z | Compiling block-padding v0.3.3 |
| 1929 | 2026-03-06T18:52:51.920Z | Compiling aho-corasick v1.1.4 |
| 1930 | 2026-03-06T18:52:53.753Z | Compiling inout v0.1.4 |
| 1931 | 2026-03-06T18:52:53.784Z | Compiling ppv-lite86 v0.2.21 |
| 1932 | 2026-03-06T18:52:54.073Z | Compiling regex-automata v0.4.14 |
| 1933 | 2026-03-06T18:52:55.609Z | Compiling openssl v0.10.75 |
| 1934 | 2026-03-06T18:52:56.439Z | Compiling num-conv v0.2.0 |
| 1935 | 2026-03-06T18:52:56.754Z | Compiling time-core v0.1.8 |
| 1936 | 2026-03-06T18:52:56.993Z | Compiling pretty-hex v0.4.1 |
| 1937 | 2026-03-06T18:52:57.105Z | Compiling time-macros v0.2.27 |
| 1938 | 2026-03-06T18:52:57.551Z | Compiling cipher v0.4.4 |
| 1939 | 2026-03-06T18:52:58.079Z | Compiling sha2 v0.10.9 |
| 1940 | 2026-03-06T18:52:58.694Z | Compiling serde_tokenstream v0.2.3 |
| 1941 | 2026-03-06T18:52:58.719Z | Compiling scroll_derive v0.12.1 |
| 1942 | 2026-03-06T18:52:58.806Z | Compiling scroll_derive v0.13.1 |
| 1943 | 2026-03-06T18:52:59.325Z | Compiling either v1.15.0 |
| 1944 | 2026-03-06T18:52:59.346Z | Compiling base64ct v1.8.3 |
| 1945 | 2026-03-06T18:52:59.456Z | Compiling anyhow v1.0.102 |
| 1946 | 2026-03-06T18:52:59.774Z | Compiling crc32fast v1.5.0 |
| 1947 | 2026-03-06T18:52:59.943Z | Compiling pem-rfc7468 v0.7.0 |
| 1948 | 2026-03-06T18:53:00.142Z | Compiling darling_core v0.21.3 |
| 1949 | 2026-03-06T18:53:00.262Z | Compiling rustls-pki-types v1.14.0 |
| 1950 | 2026-03-06T18:53:00.515Z | Compiling openssl-macros v0.1.1 |
| 1951 | 2026-03-06T18:53:01.285Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1952 | 2026-03-06T18:53:01.374Z | Compiling flagset v0.4.7 |
| 1953 | 2026-03-06T18:53:01.660Z | Compiling native-tls v0.2.18 |
| 1954 | 2026-03-06T18:53:02.013Z | Compiling der v0.7.10 |
| 1955 | 2026-03-06T18:53:02.170Z | Compiling regex v1.12.3 |
| 1956 | 2026-03-06T18:53:02.585Z | Compiling rand_core v0.9.5 |
| 1957 | 2026-03-06T18:53:03.124Z | Compiling zerocopy-derive v0.7.35 |
| 1958 | 2026-03-06T18:53:03.296Z | Compiling slog v2.8.2 |
| 1959 | 2026-03-06T18:53:03.703Z | Compiling dyn-clone v1.0.20 |
| 1960 | 2026-03-06T18:53:03.813Z | Compiling rayon-core v1.13.0 |
| 1961 | 2026-03-06T18:53:04.004Z | Compiling spki v0.7.3 |
| 1962 | 2026-03-06T18:53:04.690Z | Compiling salsa20 v0.10.2 |
| 1963 | 2026-03-06T18:53:04.747Z | Compiling pbkdf2 v0.12.2 |
| 1964 | 2026-03-06T18:53:04.965Z | Compiling http v1.4.0 |
| 1965 | 2026-03-06T18:53:05.774Z | Compiling darling_macro v0.21.3 |
| 1966 | 2026-03-06T18:53:08.125Z | Compiling darling v0.21.3 |
| 1967 | 2026-03-06T18:53:08.151Z | Compiling tracing-core v0.1.36 |
| 1968 | 2026-03-06T18:53:08.151Z | Compiling untrusted v0.9.0 |
| 1969 | 2026-03-06T18:53:08.151Z | Compiling camino v1.2.2 |
| 1970 | 2026-03-06T18:53:08.151Z | Compiling tracing v0.1.44 |
| 1971 | 2026-03-06T18:53:09.326Z | Compiling scrypt v0.11.0 |
| 1972 | 2026-03-06T18:53:09.326Z | Compiling rand_chacha v0.9.0 |
| 1973 | 2026-03-06T18:53:09.680Z | Compiling tokio-util v0.7.18 |
| 1974 | 2026-03-06T18:53:10.087Z | Compiling aes v0.8.4 |
| 1975 | 2026-03-06T18:53:11.245Z | Compiling cbc v0.1.2 |
| 1976 | 2026-03-06T18:53:11.942Z | Compiling usdt-impl v0.5.0 |
| 1977 | 2026-03-06T18:53:12.294Z | Compiling cookie v0.18.1 |
| 1978 | 2026-03-06T18:53:12.617Z | Compiling ref-cast v1.0.25 |
| 1979 | 2026-03-06T18:53:12.617Z | Compiling paste v1.0.15 |
| 1980 | 2026-03-06T18:53:13.074Z | Compiling winnow v0.7.14 |
| 1981 | 2026-03-06T18:53:13.101Z | Compiling usdt-impl v0.6.0 |
| 1982 | 2026-03-06T18:53:13.145Z | Compiling base64 v0.22.1 |
| 1983 | 2026-03-06T18:53:14.067Z | Compiling pkcs5 v0.7.1 |
| 1984 | 2026-03-06T18:53:14.147Z | Compiling rand v0.9.2 |
| 1985 | 2026-03-06T18:53:15.197Z | Compiling http-body v1.0.1 |
| 1986 | 2026-03-06T18:53:15.534Z | Compiling scroll v0.13.0 |
| 1987 | 2026-03-06T18:53:15.893Z | Compiling scroll v0.12.0 |
| 1988 | 2026-03-06T18:53:16.348Z | Compiling heapless v0.7.17 |
| 1989 | 2026-03-06T18:53:16.456Z | Compiling toml_datetime v0.6.11 |
| 1990 | 2026-03-06T18:53:16.773Z | Compiling serde_spanned v0.6.9 |
| 1991 | 2026-03-06T18:53:16.814Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-03-06T18:53:16.913Z | Compiling signal-hook v0.3.18 |
| 1993 | 2026-03-06T18:53:17.241Z | Compiling zstd-safe v7.2.4 |
| 1994 | 2026-03-06T18:53:17.601Z | Compiling untrusted v0.7.1 |
| 1995 | 2026-03-06T18:53:17.604Z | Compiling openssl-probe v0.2.1 |
| 1996 | 2026-03-06T18:53:18.035Z | Compiling goblin v0.8.2 |
| 1997 | 2026-03-06T18:53:18.035Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1998 | 2026-03-06T18:53:19.326Z | Compiling goblin v0.10.5 |
| 1999 | 2026-03-06T18:53:19.364Z | Compiling pkcs8 v0.10.2 |
| 2000 | 2026-03-06T18:53:20.777Z | Compiling zerocopy v0.7.35 |
| 2001 | 2026-03-06T18:53:21.086Z | Compiling darling_core v0.20.11 |
| 2002 | 2026-03-06T18:53:21.467Z | Compiling ref-cast-impl v1.0.25 |
| 2003 | 2026-03-06T18:53:21.749Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2004 | 2026-03-06T18:53:22.161Z | Compiling tower-service v0.3.3 |
| 2005 | 2026-03-06T18:53:22.305Z | Compiling tinyvec_macros v0.1.1 |
| 2006 | 2026-03-06T18:53:22.417Z | Compiling atomic-waker v1.1.2 |
| 2007 | 2026-03-06T18:53:22.439Z | Compiling winnow v0.5.40 |
| 2008 | 2026-03-06T18:53:22.625Z | Compiling try-lock v0.2.5 |
| 2009 | 2026-03-06T18:53:23.305Z | Compiling tower-layer v0.3.3 |
| 2010 | 2026-03-06T18:53:23.583Z | Compiling rustix v0.38.44 |
| 2011 | 2026-03-06T18:53:24.169Z | Compiling dof v0.3.0 |
| 2012 | 2026-03-06T18:53:25.601Z | Compiling toml_edit v0.19.15 |
| 2013 | 2026-03-06T18:53:25.633Z | Compiling want v0.3.1 |
| 2014 | 2026-03-06T18:53:25.912Z | Compiling darling_macro v0.20.11 |
| 2015 | 2026-03-06T18:53:25.935Z | Compiling dof v0.4.0 |
| 2016 | 2026-03-06T18:53:26.825Z | Compiling h2 v0.4.13 |
| 2017 | 2026-03-06T18:53:28.578Z | Compiling tinyvec v1.10.0 |
| 2018 | 2026-03-06T18:53:30.493Z | Compiling dtrace-parser v0.2.0 |
| 2019 | 2026-03-06T18:53:30.578Z | Compiling dtrace-parser v0.3.0 |
| 2020 | 2026-03-06T18:53:31.251Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-03-06T18:53:31.737Z | Compiling ipnet v2.11.0 |
| 2022 | 2026-03-06T18:53:31.923Z | Compiling async-trait v0.1.89 |
| 2023 | 2026-03-06T18:53:31.968Z | Compiling daft-derive v0.1.5 |
| 2024 | 2026-03-06T18:53:32.666Z | Compiling spin v0.9.8 |
| 2025 | 2026-03-06T18:53:33.067Z | Compiling thread-id v4.2.2 |
| 2026 | 2026-03-06T18:53:33.206Z | Compiling thread-id v5.1.0 |
| 2027 | 2026-03-06T18:53:33.337Z | Compiling proc-macro-error-attr v1.0.4 |
| 2028 | 2026-03-06T18:53:33.697Z | Compiling pin-utils v0.1.0 |
| 2029 | 2026-03-06T18:53:33.823Z | Compiling fastrand v2.3.0 |
| 2030 | 2026-03-06T18:53:33.878Z | Compiling smoltcp v0.9.1 |
| 2031 | 2026-03-06T18:53:34.541Z | Compiling litrs v1.0.0 |
| 2032 | 2026-03-06T18:53:34.562Z | Compiling num-bigint-dig v0.8.6 |
| 2033 | 2026-03-06T18:53:34.857Z | Compiling httpdate v1.0.3 |
| 2034 | 2026-03-06T18:53:34.998Z | Compiling foreign-types-shared v0.1.1 |
| 2035 | 2026-03-06T18:53:35.151Z | Compiling hyper v1.8.1 |
| 2036 | 2026-03-06T18:53:35.266Z | Compiling tempfile v3.25.0 |
| 2037 | 2026-03-06T18:53:35.350Z | Compiling foreign-types v0.3.2 |
| 2038 | 2026-03-06T18:53:35.500Z | Compiling document-features v0.2.12 |
| 2039 | 2026-03-06T18:53:37.110Z | Compiling darling v0.20.11 |
| 2040 | 2026-03-06T18:53:37.881Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2026-03-06T18:53:38.479Z | Compiling strum_macros v0.26.4 |
| 2042 | 2026-03-06T18:53:38.651Z | Compiling wait-timeout v0.2.1 |
| 2043 | 2026-03-06T18:53:39.092Z | Compiling proc-macro-error v1.0.4 |
| 2044 | 2026-03-06T18:53:39.994Z | Compiling quick-error v1.2.3 |
| 2045 | 2026-03-06T18:53:40.181Z | Compiling simd-adler32 v0.3.8 |
| 2046 | 2026-03-06T18:53:41.204Z | Compiling powerfmt v0.2.0 |
| 2047 | 2026-03-06T18:53:41.433Z | Compiling anstyle v1.0.13 |
| 2048 | 2026-03-06T18:53:41.537Z | Compiling unicode-segmentation v1.12.0 |
| 2049 | 2026-03-06T18:53:41.819Z | Compiling bit-vec v0.8.0 |
| 2050 | 2026-03-06T18:53:41.987Z | Compiling siphasher v1.0.2 |
| 2051 | 2026-03-06T18:53:42.265Z | Compiling utf8parse v0.2.2 |
| 2052 | 2026-03-06T18:53:42.338Z | Compiling bit-set v0.8.0 |
| 2053 | 2026-03-06T18:53:42.471Z | Compiling anstyle-parse v0.2.7 |
| 2054 | 2026-03-06T18:53:42.783Z | Compiling deranged v0.5.8 |
| 2055 | 2026-03-06T18:53:45.764Z | Compiling rusty-fork v0.3.1 |
| 2056 | 2026-03-06T18:53:46.796Z | Compiling hyper-util v0.1.20 |
| 2057 | 2026-03-06T18:53:47.441Z | Compiling crossbeam-epoch v0.9.18 |
| 2058 | 2026-03-06T18:53:48.066Z | Compiling derive_builder_core v0.20.2 |
| 2059 | 2026-03-06T18:53:50.500Z | Compiling unicode-normalization v0.1.25 |
| 2060 | 2026-03-06T18:53:50.936Z | Compiling rustls-native-certs v0.8.3 |
| 2061 | 2026-03-06T18:53:51.758Z | Compiling rand_xorshift v0.4.0 |
| 2062 | 2026-03-06T18:53:52.015Z | Compiling hubpack_derive v0.1.1 |
| 2063 | 2026-03-06T18:53:52.164Z | Compiling sync_wrapper v1.0.2 |
| 2064 | 2026-03-06T18:53:52.363Z | Compiling strum_macros v0.27.2 |
| 2065 | 2026-03-06T18:53:52.864Z | Compiling signature v2.2.0 |
| 2066 | 2026-03-06T18:53:53.127Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2067 | 2026-03-06T18:53:53.262Z | Compiling fs-err v3.3.0 |
| 2068 | 2026-03-06T18:53:53.649Z | Compiling ahash v0.8.12 |
| 2069 | 2026-03-06T18:53:53.995Z | Compiling anstyle-query v1.1.5 |
| 2070 | 2026-03-06T18:53:54.181Z | Compiling is_terminal_polyfill v1.70.2 |
| 2071 | 2026-03-06T18:53:54.431Z | Compiling num_threads v0.1.7 |
| 2072 | 2026-03-06T18:53:54.577Z | Compiling unicode-properties v0.1.4 |
| 2073 | 2026-03-06T18:53:54.671Z | Compiling colorchoice v1.0.4 |
| 2074 | 2026-03-06T18:53:54.694Z | Compiling unicode-bidi v0.3.18 |
| 2075 | 2026-03-06T18:53:54.721Z | Compiling unarray v0.1.4 |
| 2076 | 2026-03-06T18:53:54.897Z | Compiling object v0.37.3 |
| 2077 | 2026-03-06T18:53:54.974Z | Compiling adler2 v2.0.1 |
| 2078 | 2026-03-06T18:53:55.004Z | Compiling time v0.3.47 |
| 2079 | 2026-03-06T18:53:55.175Z | Compiling miniz_oxide v0.8.9 |
| 2080 | 2026-03-06T18:53:55.371Z | Compiling proptest v1.10.0 |
| 2081 | 2026-03-06T18:53:55.742Z | Compiling stringprep v0.1.5 |
| 2082 | 2026-03-06T18:53:56.348Z | Compiling anstream v0.6.21 |
| 2083 | 2026-03-06T18:53:58.494Z | Compiling tower v0.5.3 |
| 2084 | 2026-03-06T18:53:59.559Z | Compiling derive_builder_macro v0.20.2 |
| 2085 | 2026-03-06T18:54:00.192Z | Compiling crossbeam-deque v0.8.6 |
| 2086 | 2026-03-06T18:54:00.293Z | Compiling heck v0.4.1 |
| 2087 | 2026-03-06T18:54:00.386Z | Compiling usdt-attr-macro v0.6.0 |
| 2088 | 2026-03-06T18:54:00.550Z | Compiling usdt-macro v0.6.0 |
| 2089 | 2026-03-06T18:54:01.899Z | Compiling http-body-util v0.1.3 |
| 2090 | 2026-03-06T18:54:02.044Z | Compiling webpki-roots v1.0.6 |
| 2091 | 2026-03-06T18:54:02.419Z | Compiling rand_chacha v0.3.1 |
| 2092 | 2026-03-06T18:54:02.664Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-03-06T18:54:02.679Z | Compiling hash32 v0.2.1 |
| 2094 | 2026-03-06T18:54:02.690Z | Compiling erased-serde v0.3.31 |
| 2095 | 2026-03-06T18:54:03.045Z | Compiling md-5 v0.10.6 |
| 2096 | 2026-03-06T18:54:03.071Z | Compiling vergen-lib v0.1.6 |
| 2097 | 2026-03-06T18:54:03.210Z | Compiling ff v0.13.1 |
| 2098 | 2026-03-06T18:54:03.301Z | Compiling base16ct v0.2.0 |
| 2099 | 2026-03-06T18:54:03.390Z | Compiling zlib-rs v0.6.2 |
| 2100 | 2026-03-06T18:54:03.603Z | Compiling fallible-iterator v0.2.0 |
| 2101 | 2026-03-06T18:54:03.621Z | Compiling iri-string v0.7.10 |
| 2102 | 2026-03-06T18:54:03.624Z | Compiling ryu v1.0.23 |
| 2103 | 2026-03-06T18:54:03.980Z | Compiling psl-types v2.0.11 |
| 2104 | 2026-03-06T18:54:04.225Z | Compiling publicsuffix v2.3.0 |
| 2105 | 2026-03-06T18:54:04.310Z | Compiling postgres-protocol v0.6.10 |
| 2106 | 2026-03-06T18:54:04.340Z | Compiling serde_urlencoded v0.7.1 |
| 2107 | 2026-03-06T18:54:04.927Z | Compiling sec1 v0.7.3 |
| 2108 | 2026-03-06T18:54:05.344Z | Compiling group v0.13.0 |
| 2109 | 2026-03-06T18:54:05.643Z | Compiling num-iter v0.1.45 |
| 2110 | 2026-03-06T18:54:05.779Z | Compiling rand v0.8.5 |
| 2111 | 2026-03-06T18:54:06.676Z | Compiling tower-http v0.6.8 |
| 2112 | 2026-03-06T18:54:07.533Z | Compiling oxnet v0.1.4 |
| 2113 | 2026-03-06T18:54:07.841Z | Compiling flate2 v1.1.9 |
| 2114 | 2026-03-06T18:54:07.965Z | Compiling zone_cfg_derive v0.3.1 |
| 2115 | 2026-03-06T18:54:08.237Z | Compiling derive_builder v0.20.2 |
| 2116 | 2026-03-06T18:54:08.285Z | Compiling newtype-uuid v1.3.2 |
| 2117 | 2026-03-06T18:54:08.345Z | Compiling tokio-native-tls v0.3.1 |
| 2118 | 2026-03-06T18:54:08.690Z | Compiling phf_shared v0.13.1 |
| 2119 | 2026-03-06T18:54:09.166Z | Compiling lazy_static v1.5.0 |
| 2120 | 2026-03-06T18:54:09.536Z | Compiling terminal_size v0.4.3 |
| 2121 | 2026-03-06T18:54:09.788Z | Compiling serde_with_macros v3.17.0 |
| 2122 | 2026-03-06T18:54:09.935Z | Compiling hkdf v0.12.4 |
| 2123 | 2026-03-06T18:54:10.105Z | Compiling clap_derive v4.5.55 |
| 2124 | 2026-03-06T18:54:10.190Z | Compiling enum-as-inner v0.6.1 |
| 2125 | 2026-03-06T18:54:11.061Z | Compiling cargo-platform v0.1.9 |
| 2126 | 2026-03-06T18:54:11.126Z | Compiling crypto-bigint v0.5.5 |
| 2127 | 2026-03-06T18:54:11.519Z | Compiling serde_repr v0.1.20 |
| 2128 | 2026-03-06T18:54:11.588Z | Compiling vergen v9.0.6 |
| 2129 | 2026-03-06T18:54:11.970Z | Compiling foldhash v0.1.5 |
| 2130 | 2026-03-06T18:54:12.267Z | Compiling clap_lex v1.0.0 |
| 2131 | 2026-03-06T18:54:12.470Z | Compiling bitflags v1.3.2 |
| 2132 | 2026-03-06T18:54:12.608Z | Compiling unicode-width v0.2.0 |
| 2133 | 2026-03-06T18:54:12.688Z | Compiling managed v0.8.0 |
| 2134 | 2026-03-06T18:54:12.851Z | Compiling libbz2-rs-sys v0.2.2 |
| 2135 | 2026-03-06T18:54:13.239Z | Compiling bumpalo v3.20.2 |
| 2136 | 2026-03-06T18:54:14.306Z | Compiling elliptic-curve v0.13.8 |
| 2137 | 2026-03-06T18:54:14.499Z | Compiling bzip2 v0.6.1 |
| 2138 | 2026-03-06T18:54:14.839Z | Compiling zopfli v0.8.3 |
| 2139 | 2026-03-06T18:54:15.054Z | Compiling console v0.16.2 |
| 2140 | 2026-03-06T18:54:15.840Z | Compiling clap_builder v4.5.60 |
| 2141 | 2026-03-06T18:54:15.944Z | Compiling hashbrown v0.15.5 |
| 2142 | 2026-03-06T18:54:16.033Z | Compiling cargo_metadata v0.19.2 |
| 2143 | 2026-03-06T18:54:19.557Z | Compiling phf v0.13.1 |
| 2144 | 2026-03-06T18:54:19.897Z | Compiling daft v0.1.5 |
| 2145 | 2026-03-06T18:54:20.006Z | Compiling zstd v0.13.3 |
| 2146 | 2026-03-06T18:54:20.491Z | Compiling hyper-tls v0.6.0 |
| 2147 | 2026-03-06T18:54:20.843Z | Compiling rayon v1.11.0 |
| 2148 | 2026-03-06T18:54:21.230Z | Compiling cookie_store v0.22.1 |
| 2149 | 2026-03-06T18:54:21.540Z | Compiling signal-hook-mio v0.2.5 |
| 2150 | 2026-03-06T18:54:21.618Z | Compiling bzip2 v0.4.4 |
| 2151 | 2026-03-06T18:54:21.717Z | Compiling postgres-types v0.2.12 |
| 2152 | 2026-03-06T18:54:21.978Z | Compiling strum v0.27.2 |
| 2153 | 2026-03-06T18:54:22.497Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-03-06T18:54:22.541Z | Compiling hubpack v0.1.2 |
| 2155 | 2026-03-06T18:54:22.945Z | Compiling phf_shared v0.11.3 |
| 2156 | 2026-03-06T18:54:23.301Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-03-06T18:54:24.448Z | Compiling itertools v0.12.1 |
| 2158 | 2026-03-06T18:54:25.010Z | Compiling rustls-webpki v0.103.9 |
| 2159 | 2026-03-06T18:54:25.046Z | Compiling bstr v1.12.1 |
| 2160 | 2026-03-06T18:54:25.781Z | Compiling float-cmp v0.10.0 |
| 2161 | 2026-03-06T18:54:26.050Z | Compiling rfc6979 v0.4.0 |
| 2162 | 2026-03-06T18:54:26.367Z | Compiling hex v0.4.3 |
| 2163 | 2026-03-06T18:54:26.515Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-03-06T18:54:26.834Z | Compiling env_filter v1.0.0 |
| 2165 | 2026-03-06T18:54:27.180Z | Compiling memmap2 v0.9.10 |
| 2166 | 2026-03-06T18:54:27.376Z | Compiling encoding_rs v0.8.35 |
| 2167 | 2026-03-06T18:54:27.601Z | Compiling static_assertions v1.1.0 |
| 2168 | 2026-03-06T18:54:27.733Z | Compiling difflib v0.4.0 |
| 2169 | 2026-03-06T18:54:27.994Z | Compiling fixedbitset v0.5.7 |
| 2170 | 2026-03-06T18:54:28.807Z | Compiling mime v0.3.17 |
| 2171 | 2026-03-06T18:54:29.299Z | Compiling whoami v2.1.0 |
| 2172 | 2026-03-06T18:54:30.054Z | Compiling new_debug_unreachable v1.0.6 |
| 2173 | 2026-03-06T18:54:30.199Z | Compiling toml_write v0.1.2 |
| 2174 | 2026-03-06T18:54:30.437Z | Compiling keccak v0.1.6 |
| 2175 | 2026-03-06T18:54:30.459Z | Compiling unit-prefix v0.5.2 |
| 2176 | 2026-03-06T18:54:30.577Z | Compiling predicates-core v1.0.10 |
| 2177 | 2026-03-06T18:54:30.716Z | Compiling jiff v0.2.21 |
| 2178 | 2026-03-06T18:54:30.861Z | Compiling data-encoding v2.10.0 |
| 2179 | 2026-03-06T18:54:30.884Z | Compiling normalize-line-endings v0.3.0 |
| 2180 | 2026-03-06T18:54:31.043Z | Compiling precomputed-hash v0.1.1 |
| 2181 | 2026-03-06T18:54:31.443Z | Compiling fixedbitset v0.4.2 |
| 2182 | 2026-03-06T18:54:32.618Z | Compiling rustc-hash v2.1.1 |
| 2183 | 2026-03-06T18:54:32.829Z | Compiling iddqd v0.3.17 |
| 2184 | 2026-03-06T18:54:33.753Z | Compiling tokio-rustls v0.26.4 |
| 2185 | 2026-03-06T18:54:34.314Z | Compiling hyper-rustls v0.27.7 |
| 2186 | 2026-03-06T18:54:34.699Z | Compiling rustls-platform-verifier v0.6.2 |
| 2187 | 2026-03-06T18:54:34.910Z | Compiling reqwest v0.12.28 |
| 2188 | 2026-03-06T18:54:35.079Z | Compiling reqwest v0.13.2 |
| 2189 | 2026-03-06T18:54:37.758Z | Compiling zip v4.6.1 |
| 2190 | 2026-03-06T18:54:37.988Z | Compiling petgraph v0.6.5 |
| 2191 | 2026-03-06T18:54:39.847Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-03-06T18:54:40.057Z | Compiling string_cache v0.8.9 |
| 2193 | 2026-03-06T18:54:40.459Z | Compiling predicates v3.1.4 |
| 2194 | 2026-03-06T18:54:41.612Z | Compiling sha3 v0.10.8 |
| 2195 | 2026-03-06T18:54:41.749Z | Compiling indicatif v0.18.4 |
| 2196 | 2026-03-06T18:54:42.220Z | Compiling toml_edit v0.22.27 |
| 2197 | 2026-03-06T18:54:43.221Z | Compiling tokio-postgres v0.7.16 |
| 2198 | 2026-03-06T18:54:43.470Z | Compiling petgraph v0.8.3 |
| 2199 | 2026-03-06T18:54:48.229Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2200 | 2026-03-06T18:54:48.296Z | Compiling usdt v0.6.0 |
| 2201 | 2026-03-06T18:54:48.776Z | Compiling env_logger v0.11.9 |
| 2202 | 2026-03-06T18:54:48.891Z | Compiling zone v0.3.1 |
| 2203 | 2026-03-06T18:54:49.483Z | Compiling serde_with v3.17.0 |
| 2204 | 2026-03-06T18:54:50.134Z | Compiling ecdsa v0.16.9 |
| 2205 | 2026-03-06T18:54:50.332Z | Compiling similar v2.7.0 |
| 2206 | 2026-03-06T18:54:52.631Z | Compiling rsa v0.9.10 |
| 2207 | 2026-03-06T18:54:54.351Z | Compiling ed25519-dalek v2.2.0 |
| 2208 | 2026-03-06T18:54:55.395Z | Compiling zip v0.6.6 |
| 2209 | 2026-03-06T18:54:55.765Z | Compiling crossterm v0.28.1 |
| 2210 | 2026-03-06T18:54:57.221Z | Compiling clap v4.5.60 |
| 2211 | 2026-03-06T18:54:57.375Z | Compiling strum v0.26.3 |
| 2212 | 2026-03-06T18:54:57.603Z | Compiling toml v0.7.8 |
| 2213 | 2026-03-06T18:54:58.771Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-03-06T18:54:59.435Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-03-06T18:55:00.741Z | Compiling itertools v0.13.0 |
| 2216 | 2026-03-06T18:55:01.035Z | Compiling buf-list v1.1.2 |
| 2217 | 2026-03-06T18:55:01.444Z | Compiling sha1 v0.10.6 |
| 2218 | 2026-03-06T18:55:01.787Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2219 | 2026-03-06T18:55:02.486Z | Compiling openapiv3 v2.2.0 |
| 2220 | 2026-03-06T18:55:03.467Z | Compiling lalrpop-util v0.19.12 |
| 2221 | 2026-03-06T18:55:04.587Z | Compiling peg-runtime v0.8.5 |
| 2222 | 2026-03-06T18:55:06.422Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2223 | 2026-03-06T18:55:31.086Z | Compiling itertools v0.14.0 |
| 2224 | 2026-03-06T18:55:33.070Z | Compiling macaddr v1.0.1 |
| 2225 | 2026-03-06T18:55:33.320Z | Compiling structmeta-derive v0.3.0 |
| 2226 | 2026-03-06T18:55:34.740Z | Compiling heapless v0.8.0 |
| 2227 | 2026-03-06T18:55:35.501Z | Compiling structmeta v0.3.0 |
| 2228 | 2026-03-06T18:55:36.117Z | Compiling ingot-macros v0.1.1 |
| 2229 | 2026-03-06T18:55:44.317Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-03-06T18:55:45.576Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-03-06T18:55:46.624Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-03-06T18:55:47.198Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2233 | 2026-03-06T18:55:51.593Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-03-06T18:55:55.343Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-03-06T18:56:06.181Z | Compiling cobs v0.3.0 |
| 2236 | 2026-03-06T18:56:06.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2237 | 2026-03-06T18:56:08.219Z | Compiling rustls v0.22.4 |
| 2238 | 2026-03-06T18:56:25.040Z | Compiling postcard v1.1.3 |
| 2239 | 2026-03-06T18:56:31.638Z | Compiling ingot v0.1.1 |
| 2240 | 2026-03-06T18:56:33.091Z | Compiling num_enum_derive v0.7.5 |
| 2241 | 2026-03-06T18:56:36.366Z | Compiling proc-macro-crate v1.3.1 |
| 2242 | 2026-03-06T18:56:37.549Z | Compiling rustls-webpki v0.102.8 |
| 2243 | 2026-03-06T18:56:38.405Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-06T18:56:39.374Z | Compiling foreign-types-macros v0.2.3 |
| 2245 | 2026-03-06T18:56:39.865Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2246 | 2026-03-06T18:56:39.940Z | Compiling multer v3.1.0 |
| 2247 | 2026-03-06T18:56:40.173Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2248 | 2026-03-06T18:56:40.334Z | Compiling thread_local v1.1.9 |
| 2249 | 2026-03-06T18:56:40.604Z | Compiling foreign-types-shared v0.3.1 |
| 2250 | 2026-03-06T18:56:40.638Z | Compiling cpufeatures v0.3.0 |
| 2251 | 2026-03-06T18:56:40.771Z | Compiling match_cfg v0.1.0 |
| 2252 | 2026-03-06T18:56:40.798Z | Compiling slog-async v2.8.0 |
| 2253 | 2026-03-06T18:56:40.908Z | Compiling hostname v0.3.1 |
| 2254 | 2026-03-06T18:56:40.983Z | Compiling chacha20 v0.10.0 |
| 2255 | 2026-03-06T18:56:41.007Z | Compiling foreign-types v0.5.0 |
| 2256 | 2026-03-06T18:56:41.283Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2257 | 2026-03-06T18:56:41.392Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-06T18:56:41.543Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-06T18:56:41.594Z | Compiling num_enum v0.7.5 |
| 2260 | 2026-03-06T18:56:41.923Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-03-06T18:56:42.061Z | Compiling tabwriter v1.4.1 |
| 2262 | 2026-03-06T18:56:42.084Z | Compiling slog-json v2.6.1 |
| 2263 | 2026-03-06T18:56:42.563Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-06T18:56:42.819Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-06T18:56:43.667Z | Compiling async-stream-impl v0.3.6 |
| 2266 | 2026-03-06T18:56:43.670Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2267 | 2026-03-06T18:56:44.145Z | Compiling serde_spanned v1.0.4 |
| 2268 | 2026-03-06T18:56:44.442Z | Compiling cstr-argument v0.1.2 |
| 2269 | 2026-03-06T18:56:44.572Z | Compiling memoffset v0.9.1 |
| 2270 | 2026-03-06T18:56:44.761Z | Compiling is-terminal v0.4.17 |
| 2271 | 2026-03-06T18:56:44.933Z | Compiling dropshot v0.16.7 |
| 2272 | 2026-03-06T18:56:44.956Z | Compiling term v1.2.1 |
| 2273 | 2026-03-06T18:56:44.959Z | Compiling cfg_aliases v0.2.1 |
| 2274 | 2026-03-06T18:56:45.116Z | Compiling take_mut v0.2.2 |
| 2275 | 2026-03-06T18:56:45.200Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2276 | 2026-03-06T18:56:45.293Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2277 | 2026-03-06T18:56:45.315Z | Compiling typeid v1.0.3 |
| 2278 | 2026-03-06T18:56:45.651Z | Compiling crucible-workspace-hack v0.1.0 |
| 2279 | 2026-03-06T18:56:45.693Z | Compiling test-strategy v0.4.5 |
| 2280 | 2026-03-06T18:56:45.770Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2281 | 2026-03-06T18:56:45.877Z | Compiling slog-term v2.9.2 |
| 2282 | 2026-03-06T18:56:47.977Z | Compiling tokio-rustls v0.25.0 |
| 2283 | 2026-03-06T18:56:48.119Z | Compiling nix v0.30.1 |
| 2284 | 2026-03-06T18:56:48.636Z | Compiling async-stream v0.3.6 |
| 2285 | 2026-03-06T18:56:48.750Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2286 | 2026-03-06T18:56:48.929Z | Compiling num_enum v0.5.11 |
| 2287 | 2026-03-06T18:56:48.969Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2288 | 2026-03-06T18:56:48.972Z | Compiling slog-bunyan v2.5.0 |
| 2289 | 2026-03-06T18:56:49.168Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2290 | 2026-03-06T18:56:49.206Z | Compiling rand v0.10.0 |
| 2291 | 2026-03-06T18:56:49.308Z | Compiling parse-display-derive v0.10.0 |
| 2292 | 2026-03-06T18:56:49.563Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2293 | 2026-03-06T18:56:49.598Z | Compiling waitgroup v0.1.2 |
| 2294 | 2026-03-06T18:56:49.866Z | Compiling rustls-pemfile v2.2.0 |
| 2295 | 2026-03-06T18:56:50.011Z | Compiling newtype-uuid-macros v0.1.0 |
| 2296 | 2026-03-06T18:56:50.409Z | Compiling dropshot_endpoint v0.16.7 |
| 2297 | 2026-03-06T18:56:50.671Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-03-06T18:56:51.044Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2299 | 2026-03-06T18:56:51.391Z | Compiling serde_path_to_error v0.1.20 |
| 2300 | 2026-03-06T18:56:51.510Z | Compiling hostname v0.4.2 |
| 2301 | 2026-03-06T18:56:51.540Z | Compiling instant v0.1.13 |
| 2302 | 2026-03-06T18:56:51.750Z | Compiling erased-serde v0.4.9 |
| 2303 | 2026-03-06T18:56:51.803Z | Compiling colored v3.1.1 |
| 2304 | 2026-03-06T18:56:51.806Z | Compiling debug-ignore v1.0.5 |
| 2305 | 2026-03-06T18:56:52.017Z | Compiling backoff v0.4.0 |
| 2306 | 2026-03-06T18:56:52.365Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2307 | 2026-03-06T18:56:52.535Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-03-06T18:56:52.651Z | Compiling parse-display v0.10.0 |
| 2309 | 2026-03-06T18:56:52.783Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2310 | 2026-03-06T18:56:53.265Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2311 | 2026-03-06T18:56:54.638Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2312 | 2026-03-06T18:56:55.383Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2313 | 2026-03-06T18:56:55.973Z | Compiling progenitor-client v0.13.0 |
| 2314 | 2026-03-06T18:56:56.091Z | Compiling progenitor-client v0.10.0 |
| 2315 | 2026-03-06T18:56:56.216Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2316 | 2026-03-06T18:56:56.529Z | Compiling camino-tempfile v1.4.1 |
| 2317 | 2026-03-06T18:56:56.980Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2318 | 2026-03-06T18:56:57.059Z | Compiling backon v1.6.0 |
| 2319 | 2026-03-06T18:56:57.467Z | Compiling regress v0.10.5 |
| 2320 | 2026-03-06T18:56:57.539Z | Compiling secrecy v0.10.3 |
| 2321 | 2026-03-06T18:56:57.883Z | Compiling num-derive v0.4.2 |
| 2322 | 2026-03-06T18:56:58.285Z | Compiling sigpipe v0.1.3 |
| 2323 | 2026-03-06T18:56:58.456Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2324 | 2026-03-06T18:56:58.821Z | Compiling glob v0.3.3 |
| 2325 | 2026-03-06T18:56:59.939Z | Compiling libefi-sys v0.1.0 |
| 2326 | 2026-03-06T18:57:00.323Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2327 | 2026-03-06T18:57:00.354Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2328 | 2026-03-06T18:57:01.004Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2329 | 2026-03-06T18:57:01.223Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2330 | 2026-03-06T18:57:01.813Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2331 | 2026-03-06T18:57:01.834Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-06T18:57:04.734Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-03-06T18:57:04.831Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-03-06T18:57:06.116Z | Compiling smf v0.2.3 |
| 2335 | 2026-03-06T18:57:06.154Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-03-06T18:57:07.477Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-03-06T18:57:08.164Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-03-06T18:57:08.740Z | Compiling memmap v0.7.0 |
| 2339 | 2026-03-06T18:57:08.865Z | Compiling whoami v1.6.1 |
| 2340 | 2026-03-06T18:57:09.051Z | Compiling usdt v0.5.0 |
| 2341 | 2026-03-06T18:57:09.257Z | Compiling serde-value v0.7.0 |
| 2342 | 2026-03-06T18:57:09.697Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2026-03-06T18:57:09.790Z | Compiling serde-untagged v0.1.9 |
| 2344 | 2026-03-06T18:57:10.388Z | Compiling toml v0.8.23 |
| 2345 | 2026-03-06T18:57:10.446Z | Compiling filetime v0.2.27 |
| 2346 | 2026-03-06T18:57:10.481Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2347 | 2026-03-06T18:57:10.581Z | Compiling xattr v1.6.1 |
| 2348 | 2026-03-06T18:57:10.638Z | Compiling same-file v1.0.6 |
| 2349 | 2026-03-06T18:57:10.662Z | Compiling arrayvec v0.7.6 |
| 2350 | 2026-03-06T18:57:10.823Z | Compiling unicode-xid v0.2.6 |
| 2351 | 2026-03-06T18:57:10.853Z | Compiling arrayref v0.3.9 |
| 2352 | 2026-03-06T18:57:10.934Z | Compiling constant_time_eq v0.4.2 |
| 2353 | 2026-03-06T18:57:10.964Z | Compiling walkdir v2.5.0 |
| 2354 | 2026-03-06T18:57:10.991Z | Compiling tar v0.4.44 |
| 2355 | 2026-03-06T18:57:11.085Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-03-06T18:57:11.148Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2357 | 2026-03-06T18:57:11.604Z | Compiling cargo-util-schemas v0.8.2 |
| 2358 | 2026-03-06T18:57:12.598Z | Compiling tokio-dtrace v0.1.1 |
| 2359 | 2026-03-06T18:57:12.624Z | Compiling gethostname v0.5.0 |
| 2360 | 2026-03-06T18:57:12.863Z | Compiling cargo-platform v0.2.0 |
| 2361 | 2026-03-06T18:57:13.369Z | Compiling topological-sort v0.2.2 |
| 2362 | 2026-03-06T18:57:13.714Z | Compiling omicron-zone-package v0.12.2 |
| 2363 | 2026-03-06T18:57:13.903Z | Compiling oxide-tokio-rt v0.1.2 |
| 2364 | 2026-03-06T18:57:14.106Z | Compiling indent_write v2.2.0 |
| 2365 | 2026-03-06T18:57:14.396Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2366 | 2026-03-06T18:57:14.563Z | Compiling cargo_metadata v0.21.0 |
| 2367 | 2026-03-06T18:57:14.730Z | Compiling shell-words v1.1.1 |
| 2368 | 2026-03-06T18:57:22.929Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2369 | 2026-03-06T18:57:25.523Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2370 | 2026-03-06T18:57:28.465Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2371 | 2026-03-06T18:57:45.284Z | Finished `release` profile [optimized] target(s) in 5m 30s |
| 2372 | 2026-03-06T18:57:45.484Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2373 | 2026-03-06T18:57:45.555Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2374 | 2026-03-06T18:57:45.559Z | Created new build target 'test' and set it as active |
| 2375 | 2026-03-06T18:57:45.563Z | |
| 2376 | 2026-03-06T18:57:45.563Z | real 5:30.688808805 |
| 2377 | 2026-03-06T18:57:45.563Z | user 37:08.518846664 |
| 2378 | 2026-03-06T18:57:45.563Z | sys 3:42.520927428 |
| 2379 | 2026-03-06T18:57:45.563Z | trap 1.115727681 |
| 2380 | 2026-03-06T18:57:45.563Z | tflt 2.415000971 |
| 2381 | 2026-03-06T18:57:45.564Z | dflt 1.063326264 |
| 2382 | 2026-03-06T18:57:45.564Z | kflt 0.000115470 |
| 2383 | 2026-03-06T18:57:45.564Z | lock 1:44:13.833386223 |
| 2384 | 2026-03-06T18:57:45.564Z | slp 2:23:09.636937980 |
| 2385 | 2026-03-06T18:57:45.564Z | lat 2:32.392115272 |
| 2386 | 2026-03-06T18:57:45.564Z | stop 5:26.246490329 |
| 2387 | 2026-03-06T18:57:45.564Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2388 | 2026-03-06T18:57:46.917Z | Finished `release` profile [optimized] target(s) in 1.29s |
| 2389 | 2026-03-06T18:57:46.988Z | Running `target/release/omicron-package -t test package` |
| 2390 | 2026-03-06T18:57:47.047Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-03-06T18:57:49.208Z | Compiling regress v0.10.5 |
| 2392 | 2026-03-06T18:57:49.211Z | Compiling heck v0.5.0 |
| 2393 | 2026-03-06T18:57:49.211Z | Compiling unsafe-libyaml v0.2.11 |
| 2394 | 2026-03-06T18:57:49.481Z | Compiling convert_case v0.4.0 |
| 2395 | 2026-03-06T18:57:49.508Z | Compiling half v2.7.1 |
| 2396 | 2026-03-06T18:57:49.508Z | Compiling ciborium-io v0.2.2 |
| 2397 | 2026-03-06T18:57:49.555Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2398 | 2026-03-06T18:57:49.558Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2399 | 2026-03-06T18:57:49.670Z | Compiling typify-impl v0.6.1 |
| 2400 | 2026-03-06T18:57:50.159Z | Compiling derive_more v0.99.20 |
| 2401 | 2026-03-06T18:57:50.332Z | Compiling ciborium-ll v0.2.2 |
| 2402 | 2026-03-06T18:57:50.703Z | Compiling serde_yaml v0.9.34+deprecated |
| 2403 | 2026-03-06T18:57:50.887Z | Compiling ciborium v0.2.2 |
| 2404 | 2026-03-06T18:57:51.017Z | Compiling prettyplease v0.2.37 |
| 2405 | 2026-03-06T18:57:51.455Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2406 | 2026-03-06T18:57:52.082Z | Compiling universal-hash v0.5.1 |
| 2407 | 2026-03-06T18:57:52.377Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2408 | 2026-03-06T18:57:52.940Z | Compiling unicode-width v0.1.14 |
| 2409 | 2026-03-06T18:57:53.603Z | Compiling opaque-debug v0.3.1 |
| 2410 | 2026-03-06T18:57:53.747Z | Compiling poly1305 v0.8.0 |
| 2411 | 2026-03-06T18:57:53.978Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-03-06T18:57:54.362Z | Compiling chacha20 v0.9.1 |
| 2413 | 2026-03-06T18:57:54.757Z | Compiling thiserror-no-std v2.0.2 |
| 2414 | 2026-03-06T18:57:54.899Z | Compiling password-hash v0.5.0 |
| 2415 | 2026-03-06T18:57:54.939Z | Compiling blake2 v0.10.6 |
| 2416 | 2026-03-06T18:57:55.209Z | Compiling aead v0.5.2 |
| 2417 | 2026-03-06T18:57:55.612Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-03-06T18:57:55.765Z | Compiling swrite v0.1.0 |
| 2419 | 2026-03-06T18:57:55.798Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2420 | 2026-03-06T18:57:55.954Z | Compiling chacha20poly1305 v0.10.1 |
| 2421 | 2026-03-06T18:57:56.078Z | Compiling argon2 v0.5.3 |
| 2422 | 2026-03-06T18:57:56.250Z | Compiling vsss-rs v3.3.4 |
| 2423 | 2026-03-06T18:57:56.874Z | Compiling typify-impl v0.4.3 |
| 2424 | 2026-03-06T18:57:57.032Z | Compiling serde_spanned v1.0.4 |
| 2425 | 2026-03-06T18:57:57.327Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2426 | 2026-03-06T18:57:57.778Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2427 | 2026-03-06T18:57:58.505Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2428 | 2026-03-06T18:57:59.271Z | Compiling bytecount v0.6.9 |
| 2429 | 2026-03-06T18:57:59.651Z | Compiling rustls v0.22.4 |
| 2430 | 2026-03-06T18:57:59.702Z | Compiling rustls-webpki v0.102.8 |
| 2431 | 2026-03-06T18:58:00.667Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2432 | 2026-03-06T18:58:00.779Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-03-06T18:58:01.401Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-03-06T18:58:01.875Z | Compiling match_cfg v0.1.0 |
| 2435 | 2026-03-06T18:58:02.018Z | Compiling hostname v0.3.1 |
| 2436 | 2026-03-06T18:58:03.099Z | Compiling typify-macro v0.6.1 |
| 2437 | 2026-03-06T18:58:06.138Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2438 | 2026-03-06T18:58:06.264Z | Compiling multer v3.1.0 |
| 2439 | 2026-03-06T18:58:06.362Z | Compiling slog-async v2.8.0 |
| 2440 | 2026-03-06T18:58:06.462Z | Compiling slog-json v2.6.1 |
| 2441 | 2026-03-06T18:58:06.508Z | Compiling typify-macro v0.4.3 |
| 2442 | 2026-03-06T18:58:06.587Z | Compiling typify v0.6.1 |
| 2443 | 2026-03-06T18:58:06.797Z | Compiling progenitor-impl v0.13.0 |
| 2444 | 2026-03-06T18:58:07.145Z | Compiling crossbeam-channel v0.5.15 |
| 2445 | 2026-03-06T18:58:08.120Z | Compiling futures-executor v0.3.32 |
| 2446 | 2026-03-06T18:58:08.598Z | Compiling term v1.2.1 |
| 2447 | 2026-03-06T18:58:09.609Z | Compiling take_mut v0.2.2 |
| 2448 | 2026-03-06T18:58:09.782Z | Compiling slog-term v2.9.2 |
| 2449 | 2026-03-06T18:58:09.897Z | Compiling typify v0.4.3 |
| 2450 | 2026-03-06T18:58:10.106Z | Compiling futures v0.3.32 |
| 2451 | 2026-03-06T18:58:10.270Z | Compiling slog-bunyan v2.5.0 |
| 2452 | 2026-03-06T18:58:10.533Z | Compiling tokio-rustls v0.25.0 |
| 2453 | 2026-03-06T18:58:10.958Z | Compiling dropshot v0.16.7 |
| 2454 | 2026-03-06T18:58:10.992Z | Compiling async-stream v0.3.6 |
| 2455 | 2026-03-06T18:58:11.057Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2456 | 2026-03-06T18:58:11.290Z | Compiling waitgroup v0.1.2 |
| 2457 | 2026-03-06T18:58:11.405Z | Compiling rustls-pemfile v2.2.0 |
| 2458 | 2026-03-06T18:58:11.542Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-03-06T18:58:11.618Z | Compiling instant v0.1.13 |
| 2460 | 2026-03-06T18:58:11.788Z | Compiling hostname v0.4.2 |
| 2461 | 2026-03-06T18:58:11.825Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-03-06T18:58:12.047Z | Compiling backoff v0.4.0 |
| 2463 | 2026-03-06T18:58:12.082Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2464 | 2026-03-06T18:58:12.665Z | Compiling progenitor-macro v0.13.0 |
| 2465 | 2026-03-06T18:58:13.242Z | Compiling parse-display v0.10.0 |
| 2466 | 2026-03-06T18:58:13.809Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2467 | 2026-03-06T18:58:14.081Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-03-06T18:58:15.505Z | Compiling progenitor-client v0.10.0 |
| 2469 | 2026-03-06T18:58:16.076Z | Compiling progenitor-client v0.13.0 |
| 2470 | 2026-03-06T18:58:16.637Z | Compiling backon v1.6.0 |
| 2471 | 2026-03-06T18:58:17.063Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2472 | 2026-03-06T18:58:19.047Z | Compiling macaddr v1.0.1 |
| 2473 | 2026-03-06T18:58:19.520Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2474 | 2026-03-06T18:58:23.762Z | Compiling progenitor v0.13.0 |
| 2475 | 2026-03-06T18:58:23.911Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2026-03-06T18:58:24.063Z | Compiling console v0.15.11 |
| 2477 | 2026-03-06T18:58:24.162Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-03-06T18:58:24.433Z | Compiling atomicwrites v0.4.4 |
| 2479 | 2026-03-06T18:58:25.037Z | Compiling num-rational v0.4.2 |
| 2480 | 2026-03-06T18:58:27.425Z | Compiling num-complex v0.4.6 |
| 2481 | 2026-03-06T18:58:28.729Z | Compiling slog-dtrace v0.3.0 |
| 2482 | 2026-03-06T18:58:29.249Z | Compiling num v0.4.3 |
| 2483 | 2026-03-06T18:58:29.452Z | Compiling expectorate v1.2.0 |
| 2484 | 2026-03-06T18:58:29.568Z | Compiling async-recursion v1.1.1 |
| 2485 | 2026-03-06T18:58:29.868Z | Compiling float-ord v0.3.2 |
| 2486 | 2026-03-06T18:58:30.102Z | Compiling owo-colors v4.3.0 |
| 2487 | 2026-03-06T18:58:30.862Z | Compiling cancel-safe-futures v0.1.5 |
| 2488 | 2026-03-06T18:58:31.353Z | Compiling libsw-core v0.3.2 |
| 2489 | 2026-03-06T18:58:31.720Z | Compiling resolv-conf v0.7.6 |
| 2490 | 2026-03-06T18:58:32.603Z | Compiling libsw v3.5.0 |
| 2491 | 2026-03-06T18:58:33.764Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-03-06T18:58:34.069Z | Compiling toml v0.8.23 |
| 2493 | 2026-03-06T18:58:35.518Z | Compiling linear-map v1.2.0 |
| 2494 | 2026-03-06T18:58:35.926Z | Compiling linked-hash-map v0.5.6 |
| 2495 | 2026-03-06T18:58:36.001Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2496 | 2026-03-06T18:58:36.391Z | Compiling minimal-lexical v0.2.1 |
| 2497 | 2026-03-06T18:58:36.451Z | Compiling lru-cache v0.1.2 |
| 2498 | 2026-03-06T18:58:36.927Z | Compiling nom v7.1.3 |
| 2499 | 2026-03-06T18:58:40.607Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2500 | 2026-03-06T18:58:43.579Z | Compiling unicode-xid v0.2.6 |
| 2501 | 2026-03-06T18:58:43.830Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2502 | 2026-03-06T18:58:44.182Z | Compiling globset v0.4.18 |
| 2503 | 2026-03-06T18:58:44.534Z | Compiling hickory-proto v0.24.4 |
| 2504 | 2026-03-06T18:58:50.542Z | Compiling hickory-resolver v0.24.4 |
| 2505 | 2026-03-06T18:58:54.579Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2506 | 2026-03-06T18:58:58.957Z | Compiling progenitor-impl v0.11.2 |
| 2507 | 2026-03-06T18:59:00.054Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2508 | 2026-03-06T18:59:04.169Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2509 | 2026-03-06T18:59:04.816Z | Compiling convert_case v0.10.0 |
| 2510 | 2026-03-06T18:59:04.914Z | Compiling progenitor-macro v0.11.2 |
| 2511 | 2026-03-06T18:59:05.498Z | Compiling derive_more-impl v2.1.1 |
| 2512 | 2026-03-06T18:59:07.296Z | Compiling qorb v0.4.1 |
| 2513 | 2026-03-06T18:59:10.269Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2514 | 2026-03-06T18:59:12.534Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2515 | 2026-03-06T18:59:15.604Z | Compiling progenitor-client v0.11.2 |
| 2516 | 2026-03-06T18:59:16.660Z | Compiling pin-project-internal v1.1.11 |
| 2517 | 2026-03-06T18:59:16.763Z | Compiling progenitor v0.11.2 |
| 2518 | 2026-03-06T18:59:17.036Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2519 | 2026-03-06T18:59:17.443Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-03-06T18:59:17.768Z | Compiling derive_more v2.1.1 |
| 2521 | 2026-03-06T18:59:17.938Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2522 | 2026-03-06T18:59:18.152Z | Compiling pem v3.0.6 |
| 2523 | 2026-03-06T18:59:18.346Z | Compiling snafu-derive v0.8.9 |
| 2524 | 2026-03-06T18:59:18.800Z | Compiling termtree v0.5.1 |
| 2525 | 2026-03-06T18:59:19.066Z | Compiling pin-project v1.1.11 |
| 2526 | 2026-03-06T18:59:19.168Z | Compiling crossterm v0.29.0 |
| 2527 | 2026-03-06T18:59:19.271Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2528 | 2026-03-06T18:59:19.727Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2529 | 2026-03-06T18:59:20.061Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2530 | 2026-03-06T18:59:22.581Z | Compiling snafu v0.8.9 |
| 2531 | 2026-03-06T18:59:23.862Z | Compiling olpc-cjson v0.1.4 |
| 2532 | 2026-03-06T18:59:24.292Z | Compiling phf_shared v0.12.1 |
| 2533 | 2026-03-06T18:59:24.791Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2534 | 2026-03-06T18:59:25.437Z | Compiling csv-core v0.1.13 |
| 2535 | 2026-03-06T18:59:25.838Z | Compiling vte v0.14.1 |
| 2536 | 2026-03-06T18:59:25.900Z | Compiling serde_plain v1.0.2 |
| 2537 | 2026-03-06T18:59:26.286Z | Compiling chrono-tz v0.10.4 |
| 2538 | 2026-03-06T18:59:26.313Z | Compiling typed-path v0.9.3 |
| 2539 | 2026-03-06T18:59:26.484Z | Compiling highway v1.3.0 |
| 2540 | 2026-03-06T18:59:26.590Z | Compiling strip-ansi-escapes v0.2.1 |
| 2541 | 2026-03-06T18:59:26.707Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2542 | 2026-03-06T18:59:27.171Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2543 | 2026-03-06T18:59:27.850Z | Compiling csv v1.4.0 |
| 2544 | 2026-03-06T18:59:28.040Z | Compiling phf v0.12.1 |
| 2545 | 2026-03-06T18:59:28.081Z | Compiling const_format_proc_macros v0.2.34 |
| 2546 | 2026-03-06T18:59:28.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2547 | 2026-03-06T18:59:29.504Z | Compiling tough v0.20.0 |
| 2548 | 2026-03-06T18:59:29.899Z | Compiling papergrid v0.11.0 |
| 2549 | 2026-03-06T18:59:30.094Z | Compiling fd-lock v4.0.4 |
| 2550 | 2026-03-06T18:59:30.375Z | Compiling peg-macros v0.8.5 |
| 2551 | 2026-03-06T18:59:33.301Z | Compiling tabled_derive v0.7.0 |
| 2552 | 2026-03-06T18:59:34.290Z | Compiling nu-ansi-term v0.50.3 |
| 2553 | 2026-03-06T18:59:35.377Z | Compiling tabled v0.15.0 |
| 2554 | 2026-03-06T18:59:35.487Z | Compiling reedline v0.40.0 |
| 2555 | 2026-03-06T18:59:36.817Z | Compiling peg v0.8.5 |
| 2556 | 2026-03-06T18:59:36.975Z | Compiling const_format v0.2.35 |
| 2557 | 2026-03-06T18:59:38.191Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2558 | 2026-03-06T18:59:41.866Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2559 | 2026-03-06T18:59:42.651Z | Compiling bcs v0.1.6 |
| 2560 | 2026-03-06T18:59:43.514Z | Compiling semver v0.1.20 |
| 2561 | 2026-03-06T18:59:44.087Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-03-06T18:59:44.501Z | Compiling base64 v0.21.7 |
| 2563 | 2026-03-06T18:59:45.706Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-03-06T18:59:46.144Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-03-06T18:59:46.175Z | Compiling humantime v2.3.0 |
| 2566 | 2026-03-06T18:59:46.593Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-03-06T18:59:47.226Z | Compiling smawk v0.3.2 |
| 2568 | 2026-03-06T18:59:47.352Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2569 | 2026-03-06T18:59:47.554Z | Compiling textwrap v0.16.2 |
| 2570 | 2026-03-06T18:59:47.835Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2571 | 2026-03-06T18:59:48.635Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2572 | 2026-03-06T18:59:49.473Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2573 | 2026-03-06T18:59:50.631Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2574 | 2026-03-06T18:59:51.279Z | Compiling steno v0.4.1 |
| 2575 | 2026-03-06T18:59:52.614Z | Compiling utf-8 v0.7.6 |
| 2576 | 2026-03-06T18:59:53.013Z | Compiling progenitor-impl v0.10.0 |
| 2577 | 2026-03-06T18:59:54.567Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-03-06T18:59:54.904Z | Compiling moka v0.12.13 |
| 2579 | 2026-03-06T18:59:58.821Z | Compiling progenitor-macro v0.10.0 |
| 2580 | 2026-03-06T19:00:00.535Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2581 | 2026-03-06T19:00:02.249Z | Compiling hickory-resolver v0.25.2 |
| 2582 | 2026-03-06T19:00:09.783Z | Compiling progenitor v0.10.0 |
| 2583 | 2026-03-06T19:00:10.084Z | Compiling tungstenite v0.21.0 |
| 2584 | 2026-03-06T19:00:11.664Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2585 | 2026-03-06T19:00:11.941Z | Compiling tokio-tungstenite v0.21.0 |
| 2586 | 2026-03-06T19:00:12.648Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2587 | 2026-03-06T19:00:13.900Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-03-06T19:00:15.032Z | Compiling radium v0.7.0 |
| 2589 | 2026-03-06T19:00:15.608Z | Compiling maybe-uninit v2.0.0 |
| 2590 | 2026-03-06T19:00:16.164Z | Compiling tap v1.0.1 |
| 2591 | 2026-03-06T19:00:16.413Z | Compiling wyz v0.5.1 |
| 2592 | 2026-03-06T19:00:17.629Z | Compiling zerocopy-derive v0.6.6 |
| 2593 | 2026-03-06T19:00:17.799Z | Compiling crc-catalog v2.4.0 |
| 2594 | 2026-03-06T19:00:18.016Z | Compiling display-error-chain v0.2.2 |
| 2595 | 2026-03-06T19:00:18.290Z | Compiling funty v2.0.0 |
| 2596 | 2026-03-06T19:00:19.129Z | Compiling packed_struct v0.10.1 |
| 2597 | 2026-03-06T19:00:19.411Z | Compiling zerocopy v0.6.6 |
| 2598 | 2026-03-06T19:00:19.716Z | Compiling bitvec v1.0.1 |
| 2599 | 2026-03-06T19:00:20.319Z | Compiling crc v3.4.0 |
| 2600 | 2026-03-06T19:00:20.930Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-03-06T19:00:21.128Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-03-06T19:00:22.280Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-03-06T19:00:22.673Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-03-06T19:00:22.748Z | Compiling bitfield v0.19.4 |
| 2605 | 2026-03-06T19:00:22.866Z | Compiling array-init v0.0.4 |
| 2606 | 2026-03-06T19:00:23.221Z | Compiling smallvec v0.6.14 |
| 2607 | 2026-03-06T19:00:23.561Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2608 | 2026-03-06T19:00:23.774Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-03-06T19:00:24.130Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-03-06T19:00:26.184Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-03-06T19:00:27.023Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2612 | 2026-03-06T19:00:28.319Z | Compiling hashbrown v0.12.3 |
| 2613 | 2026-03-06T19:00:30.560Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-03-06T19:00:30.816Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-03-06T19:00:31.444Z | Compiling libscf-sys v1.1.0 |
| 2616 | 2026-03-06T19:00:31.724Z | Compiling serde-hex v0.1.0 |
| 2617 | 2026-03-06T19:00:31.799Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-03-06T19:00:32.235Z | Compiling ron v0.8.1 |
| 2619 | 2026-03-06T19:00:35.099Z | Compiling nix v0.31.1 |
| 2620 | 2026-03-06T19:00:35.982Z | Compiling hashbrown v0.13.2 |
| 2621 | 2026-03-06T19:00:37.251Z | Compiling vergen-gitcl v1.0.8 |
| 2622 | 2026-03-06T19:00:37.330Z | Compiling dirs-sys-next v0.1.2 |
| 2623 | 2026-03-06T19:00:37.625Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-03-06T19:00:37.833Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-03-06T19:00:37.916Z | Compiling maplit v1.0.2 |
| 2626 | 2026-03-06T19:00:38.096Z | Compiling glob v0.3.3 |
| 2627 | 2026-03-06T19:00:38.248Z | Compiling dirs-next v2.0.0 |
| 2628 | 2026-03-06T19:00:38.502Z | Compiling object v0.30.4 |
| 2629 | 2026-03-06T19:00:38.809Z | Compiling clang-sys v1.8.1 |
| 2630 | 2026-03-06T19:00:38.860Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2631 | 2026-03-06T19:00:39.570Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2632 | 2026-03-06T19:00:40.381Z | Compiling tabled_derive v0.11.0 |
| 2633 | 2026-03-06T19:00:41.126Z | Compiling papergrid v0.17.0 |
| 2634 | 2026-03-06T19:00:42.927Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2635 | 2026-03-06T19:00:50.711Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2636 | 2026-03-06T19:00:54.808Z | Compiling testing_table v0.3.0 |
| 2637 | 2026-03-06T19:00:55.693Z | Compiling dsl_auto_type v0.1.3 |
| 2638 | 2026-03-06T19:00:56.903Z | Compiling scheduled-thread-pool v0.2.7 |
| 2639 | 2026-03-06T19:00:56.948Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2640 | 2026-03-06T19:00:57.353Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-03-06T19:00:57.839Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-03-06T19:00:58.196Z | Compiling diesel_derives v2.2.7 |
| 2643 | 2026-03-06T19:00:58.245Z | Compiling r2d2 v0.8.10 |
| 2644 | 2026-03-06T19:00:58.815Z | Compiling tabled v0.20.0 |
| 2645 | 2026-03-06T19:01:01.400Z | Compiling term v0.7.0 |
| 2646 | 2026-03-06T19:01:03.857Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2647 | 2026-03-06T19:01:04.171Z | Compiling arc-swap v1.8.2 |
| 2648 | 2026-03-06T19:01:04.885Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2649 | 2026-03-06T19:01:05.293Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-03-06T19:01:06.064Z | Compiling bit-vec v0.6.3 |
| 2651 | 2026-03-06T19:01:06.532Z | Compiling bit-set v0.5.3 |
| 2652 | 2026-03-06T19:01:06.859Z | Compiling xshell v0.2.7 |
| 2653 | 2026-03-06T19:01:07.098Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2654 | 2026-03-06T19:01:08.448Z | Compiling diesel v2.2.12 |
| 2655 | 2026-03-06T19:01:09.911Z | Compiling slog-scope v4.4.1 |
| 2656 | 2026-03-06T19:01:11.263Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-03-06T19:01:11.779Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2658 | 2026-03-06T19:01:12.600Z | Compiling itertools v0.10.5 |
| 2659 | 2026-03-06T19:01:12.809Z | Compiling ena v0.14.4 |
| 2660 | 2026-03-06T19:01:13.260Z | Compiling libloading v0.8.9 |
| 2661 | 2026-03-06T19:01:13.652Z | Compiling regex-syntax v0.6.29 |
| 2662 | 2026-03-06T19:01:14.202Z | Compiling diff v0.1.13 |
| 2663 | 2026-03-06T19:01:14.727Z | Compiling unicase v2.9.0 |
| 2664 | 2026-03-06T19:01:15.241Z | Compiling bindgen v0.71.1 |
| 2665 | 2026-03-06T19:01:15.819Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2666 | 2026-03-06T19:01:16.678Z | Compiling slog-stdlog v4.1.1 |
| 2667 | 2026-03-06T19:01:17.598Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-03-06T19:01:17.790Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2669 | 2026-03-06T19:01:18.121Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2670 | 2026-03-06T19:01:18.458Z | Compiling cexpr v0.6.0 |
| 2671 | 2026-03-06T19:01:19.205Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2672 | 2026-03-06T19:01:19.611Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2673 | 2026-03-06T19:01:19.911Z | Compiling crc8 v0.1.1 |
| 2674 | 2026-03-06T19:01:20.284Z | Compiling slog-envlogger v2.2.0 |
| 2675 | 2026-03-06T19:01:20.545Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-03-06T19:01:21.518Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-03-06T19:01:22.944Z | Compiling headers-core v0.3.0 |
| 2678 | 2026-03-06T19:01:23.188Z | Compiling libxml v0.3.3 |
| 2679 | 2026-03-06T19:01:23.443Z | Compiling headers v0.4.1 |
| 2680 | 2026-03-06T19:01:23.885Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2681 | 2026-03-06T19:01:24.387Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2682 | 2026-03-06T19:01:24.808Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2683 | 2026-03-06T19:01:25.630Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-06T19:01:26.877Z | Compiling indoc v1.0.9 |
| 2685 | 2026-03-06T19:01:27.721Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2686 | 2026-03-06T19:01:28.107Z | Compiling derive_builder v0.20.2 |
| 2687 | 2026-03-06T19:01:28.365Z | Compiling oso-derive v0.27.3 |
| 2688 | 2026-03-06T19:01:28.590Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-03-06T19:01:29.397Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2690 | 2026-03-06T19:01:31.715Z | Compiling half v1.8.3 |
| 2691 | 2026-03-06T19:01:32.597Z | Compiling openssl-probe v0.1.6 |
| 2692 | 2026-03-06T19:01:32.691Z | Compiling samael v0.0.19 |
| 2693 | 2026-03-06T19:01:32.724Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-03-06T19:01:33.213Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-06T19:01:34.716Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2696 | 2026-03-06T19:01:34.875Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2697 | 2026-03-06T19:01:35.006Z | Compiling diesel-dtrace v0.4.2 |
| 2698 | 2026-03-06T19:01:35.520Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2699 | 2026-03-06T19:01:35.909Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2700 | 2026-03-06T19:01:36.165Z | Compiling bb8 v0.8.6 |
| 2701 | 2026-03-06T19:01:36.906Z | Compiling trait-variant v0.1.2 |
| 2702 | 2026-03-06T19:01:38.022Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2703 | 2026-03-06T19:01:38.619Z | Compiling polar-core v0.27.3 |
| 2704 | 2026-03-06T19:01:38.978Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-03-06T19:01:39.500Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2706 | 2026-03-06T19:01:40.064Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2707 | 2026-03-06T19:01:43.044Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2708 | 2026-03-06T19:01:43.446Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-03-06T19:01:43.732Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2710 | 2026-03-06T19:01:43.848Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-03-06T19:01:44.192Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-03-06T19:01:44.770Z | Compiling salty v0.3.0 |
| 2713 | 2026-03-06T19:01:44.919Z | Compiling nonempty v0.12.0 |
| 2714 | 2026-03-06T19:01:45.366Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-03-06T19:01:46.035Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2716 | 2026-03-06T19:01:53.999Z | Compiling async-bb8-diesel v0.2.1 |
| 2717 | 2026-03-06T19:01:54.899Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-03-06T19:01:55.358Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2719 | 2026-03-06T19:02:00.289Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2720 | 2026-03-06T19:02:06.323Z | Compiling oso v0.27.3 |
| 2721 | 2026-03-06T19:02:10.121Z | Compiling darling_core v0.23.0 |
| 2722 | 2026-03-06T19:02:14.665Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-03-06T19:02:15.439Z | Compiling fs-err v2.11.0 |
| 2724 | 2026-03-06T19:02:15.859Z | Compiling parking_lot_core v0.8.6 |
| 2725 | 2026-03-06T19:02:16.445Z | Compiling darling_macro v0.23.0 |
| 2726 | 2026-03-06T19:02:16.680Z | Compiling mime_guess v2.0.5 |
| 2727 | 2026-03-06T19:02:17.578Z | Compiling flume v0.11.1 |
| 2728 | 2026-03-06T19:02:17.730Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2729 | 2026-03-06T19:02:18.402Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2730 | 2026-03-06T19:02:24.147Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-03-06T19:02:25.298Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-03-06T19:02:26.779Z | Compiling git-stub v1.0.0 |
| 2733 | 2026-03-06T19:02:27.291Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2734 | 2026-03-06T19:02:27.834Z | Compiling instability v0.3.11 |
| 2735 | 2026-03-06T19:02:28.316Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-03-06T19:02:29.130Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-03-06T19:02:35.031Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2738 | 2026-03-06T19:02:43.854Z | Compiling darling v0.23.0 |
| 2739 | 2026-03-06T19:02:46.487Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-03-06T19:02:47.962Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2741 | 2026-03-06T19:02:54.800Z | Compiling ignore v0.4.25 |
| 2742 | 2026-03-06T19:02:56.460Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-03-06T19:02:59.221Z | Compiling primeorder v0.13.6 |
| 2744 | 2026-03-06T19:02:59.837Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-03-06T19:03:00.668Z | Compiling castaway v0.2.4 |
| 2746 | 2026-03-06T19:03:00.928Z | Compiling nibble_vec v0.1.0 |
| 2747 | 2026-03-06T19:03:01.225Z | Compiling atty v0.2.14 |
| 2748 | 2026-03-06T19:03:01.372Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-03-06T19:03:01.436Z | Compiling http-range v0.1.5 |
| 2750 | 2026-03-06T19:03:01.724Z | Compiling parse-size v1.1.0 |
| 2751 | 2026-03-06T19:03:02.036Z | Compiling endian-type v0.1.2 |
| 2752 | 2026-03-06T19:03:02.101Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2753 | 2026-03-06T19:03:02.317Z | Compiling indoc v2.0.7 |
| 2754 | 2026-03-06T19:03:02.421Z | Compiling radix_trie v0.2.1 |
| 2755 | 2026-03-06T19:03:02.525Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2756 | 2026-03-06T19:03:02.892Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-03-06T19:03:03.435Z | Compiling compact_str v0.8.1 |
| 2758 | 2026-03-06T19:03:05.877Z | Compiling p384 v0.13.1 |
| 2759 | 2026-03-06T19:03:06.326Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-03-06T19:03:06.623Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-03-06T19:03:08.637Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-03-06T19:03:09.181Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-03-06T19:03:10.036Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2764 | 2026-03-06T19:03:11.137Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-03-06T19:03:11.658Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-03-06T19:03:12.065Z | Compiling unicode-truncate v1.1.0 |
| 2767 | 2026-03-06T19:03:12.405Z | Compiling lru v0.12.5 |
| 2768 | 2026-03-06T19:03:12.805Z | Compiling prefix-trie v0.7.0 |
| 2769 | 2026-03-06T19:03:13.361Z | Compiling vergen-git2 v1.0.7 |
| 2770 | 2026-03-06T19:03:13.764Z | Compiling cassowary v0.3.0 |
| 2771 | 2026-03-06T19:03:13.886Z | Compiling hickory-server v0.25.2 |
| 2772 | 2026-03-06T19:03:14.356Z | Compiling ratatui v0.29.0 |
| 2773 | 2026-03-06T19:03:17.250Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-03-06T19:03:18.778Z | Compiling camino-tempfile-ext v0.3.3 |
| 2775 | 2026-03-06T19:03:19.366Z | Compiling git2 v0.20.4 |
| 2776 | 2026-03-06T19:03:22.388Z | Compiling hyper-staticfile v0.10.1 |
| 2777 | 2026-03-06T19:03:25.045Z | Compiling sled v0.34.7 |
| 2778 | 2026-03-06T19:03:26.544Z | Compiling hickory-client v0.25.2 |
| 2779 | 2026-03-06T19:03:28.257Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2780 | 2026-03-06T19:03:28.455Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2781 | 2026-03-06T19:03:29.528Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-03-06T19:03:31.112Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2783 | 2026-03-06T19:03:31.676Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2784 | 2026-03-06T19:03:33.495Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2785 | 2026-03-06T19:03:33.795Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2786 | 2026-03-06T19:03:34.059Z | Compiling rand_seeder v0.4.0 |
| 2787 | 2026-03-06T19:03:34.522Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2788 | 2026-03-06T19:03:34.876Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-03-06T19:03:34.956Z | Compiling lzma-sys v0.1.20 |
| 2790 | 2026-03-06T19:03:35.734Z | Compiling corncobs v0.1.4 |
| 2791 | 2026-03-06T19:03:35.865Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2792 | 2026-03-06T19:03:36.174Z | Compiling rustls v0.21.12 |
| 2793 | 2026-03-06T19:03:36.339Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-03-06T19:03:36.680Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2795 | 2026-03-06T19:03:37.366Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2796 | 2026-03-06T19:03:37.808Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2797 | 2026-03-06T19:03:37.887Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2798 | 2026-03-06T19:03:39.071Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-03-06T19:03:41.136Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-03-06T19:03:43.354Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-03-06T19:03:51.073Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2802 | 2026-03-06T19:03:51.593Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-03-06T19:03:58.257Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-03-06T19:03:58.660Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2805 | 2026-03-06T19:03:59.079Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2806 | 2026-03-06T19:03:59.418Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2807 | 2026-03-06T19:03:59.813Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2808 | 2026-03-06T19:04:00.678Z | Compiling cargo_toml v0.22.3 |
| 2809 | 2026-03-06T19:04:06.225Z | Compiling nix v0.29.0 |
| 2810 | 2026-03-06T19:04:07.101Z | Compiling sct v0.7.1 |
| 2811 | 2026-03-06T19:04:07.285Z | Compiling rustls-webpki v0.101.7 |
| 2812 | 2026-03-06T19:04:07.585Z | Compiling secrecy v0.8.0 |
| 2813 | 2026-03-06T19:04:07.957Z | Compiling void v1.0.2 |
| 2814 | 2026-03-06T19:04:08.670Z | Compiling lzss v0.8.2 |
| 2815 | 2026-03-06T19:04:11.054Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2816 | 2026-03-06T19:04:12.913Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-06T19:04:18.894Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2818 | 2026-03-06T19:04:22.257Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2819 | 2026-03-06T19:04:22.296Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2820 | 2026-03-06T19:04:23.582Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2821 | 2026-03-06T19:04:27.503Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2822 | 2026-03-06T19:04:29.142Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2823 | 2026-03-06T19:04:32.627Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2824 | 2026-03-06T19:04:33.077Z | Compiling tungstenite v0.23.0 |
| 2825 | 2026-03-06T19:04:33.801Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-03-06T19:04:34.210Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2827 | 2026-03-06T19:04:34.608Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2828 | 2026-03-06T19:04:35.032Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2829 | 2026-03-06T19:04:35.443Z | Compiling nix v0.27.1 |
| 2830 | 2026-03-06T19:04:37.550Z | Compiling serde_bytes v0.11.19 |
| 2831 | 2026-03-06T19:04:38.167Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2832 | 2026-03-06T19:04:38.490Z | Compiling tokio-tungstenite v0.23.1 |
| 2833 | 2026-03-06T19:04:38.571Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2834 | 2026-03-06T19:04:39.154Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-03-06T19:04:45.734Z | Compiling ron v0.12.0 |
| 2836 | 2026-03-06T19:04:50.997Z | Compiling xz2 v0.1.7 |
| 2837 | 2026-03-06T19:04:51.515Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-03-06T19:04:55.210Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2839 | 2026-03-06T19:04:58.088Z | Compiling tokio-rustls v0.24.1 |
| 2840 | 2026-03-06T19:04:58.586Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2841 | 2026-03-06T19:05:02.799Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2842 | 2026-03-06T19:05:04.181Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2843 | 2026-03-06T19:05:05.377Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2844 | 2026-03-06T19:05:07.596Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2845 | 2026-03-06T19:05:11.219Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2846 | 2026-03-06T19:05:13.142Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2847 | 2026-03-06T19:05:35.728Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2848 | 2026-03-06T19:05:41.303Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2849 | 2026-03-06T19:05:41.935Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2850 | 2026-03-06T19:05:48.970Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2851 | 2026-03-06T19:05:50.969Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2852 | 2026-03-06T19:05:51.062Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-03-06T19:05:51.842Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2854 | 2026-03-06T19:05:54.974Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2855 | 2026-03-06T19:05:55.495Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-03-06T19:05:58.390Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2857 | 2026-03-06T19:06:00.074Z | Compiling signal-hook-tokio v0.3.1 |
| 2858 | 2026-03-06T19:06:00.379Z | Compiling yasna v0.5.2 |
| 2859 | 2026-03-06T19:06:02.089Z | Compiling twox-hash v2.1.2 |
| 2860 | 2026-03-06T19:06:03.230Z | Compiling base16ct v1.0.0 |
| 2861 | 2026-03-06T19:06:03.508Z | Compiling is_ci v1.2.0 |
| 2862 | 2026-03-06T19:06:03.899Z | Compiling supports-color v3.0.2 |
| 2863 | 2026-03-06T19:06:04.156Z | Compiling rcgen v0.12.1 |
| 2864 | 2026-03-06T19:06:04.408Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2865 | 2026-03-06T19:06:13.734Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2866 | 2026-03-06T19:06:15.716Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2867 | 2026-03-06T19:06:36.400Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2868 | 2026-03-06T19:06:46.814Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2869 | 2026-03-06T19:06:50.269Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2870 | 2026-03-06T19:06:58.770Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2871 | 2026-03-06T19:07:01.934Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2872 | 2026-03-06T19:07:12.215Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2873 | 2026-03-06T19:07:18.167Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-03-06T19:07:18.593Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2875 | 2026-03-06T19:07:19.022Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2876 | 2026-03-06T19:07:20.395Z | Compiling progenitor-extras v0.1.0 |
| 2877 | 2026-03-06T19:07:20.866Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2878 | 2026-03-06T19:07:21.205Z | Compiling fatfs v0.3.6 |
| 2879 | 2026-03-06T19:07:21.534Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2880 | 2026-03-06T19:07:24.029Z | Compiling rtoolbox v0.0.3 |
| 2881 | 2026-03-06T19:07:24.638Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-03-06T19:07:29.529Z | Compiling assert_matches v1.5.0 |
| 2883 | 2026-03-06T19:07:29.703Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-03-06T19:07:30.988Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2885 | 2026-03-06T19:07:39.892Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-03-06T19:07:40.413Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2887 | 2026-03-06T19:07:43.010Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-03-06T19:08:02.949Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-03-06T19:08:03.170Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-03-06T19:08:08.640Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-03-06T19:08:09.160Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-03-06T19:08:10.521Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-03-06T19:08:11.499Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2026-03-06T19:08:17.637Z | Compiling uzers v0.12.2 |
| 2895 | 2026-03-06T19:08:19.953Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-03-06T19:08:20.929Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-03-06T19:08:31.656Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-03-06T19:08:55.154Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-03-06T19:09:02.452Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-03-06T19:09:07.212Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-03-06T19:09:11.419Z | Compiling multimap v0.10.1 |
| 2902 | 2026-03-06T19:11:36.288Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2903 | 2026-03-06T19:11:37.752Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2904 | 2026-03-06T19:22:41.653Z | Finished `release` profile [optimized] target(s) in 24m 54s |
| 2905 | 2026-03-06T19:23:40.245Z | |
| 2906 | 2026-03-06T19:23:40.248Z | real 25:54.574607909 |
| 2907 | 2026-03-06T19:23:40.248Z | user 3:05:32.266839745 |
| 2908 | 2026-03-06T19:23:40.248Z | sys 5:00.347026529 |
| 2909 | 2026-03-06T19:23:40.248Z | trap 4.859114953 |
| 2910 | 2026-03-06T19:23:40.248Z | tflt 2.388643530 |
| 2911 | 2026-03-06T19:23:40.248Z | dflt 6.534938666 |
| 2912 | 2026-03-06T19:23:40.248Z | kflt 0.001572081 |
| 2913 | 2026-03-06T19:23:40.248Z | lock 12:15:03.260189764 |
| 2914 | 2026-03-06T19:23:40.248Z | slp 8:58:52.896741165 |
| 2915 | 2026-03-06T19:23:40.248Z | lat 4:54.910033674 |
| 2916 | 2026-03-06T19:23:40.248Z | stop 4:48.479076778 |
| 2917 | 2026-03-06T19:23:40.248Z | + mapfile -t packages |
| 2918 | 2026-03-06T19:23:40.248Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2919 | 2026-03-06T19:23:41.762Z | Finished `release` profile [optimized] target(s) in 1.44s |
| 2920 | 2026-03-06T19:23:41.834Z | Running `target/release/omicron-package -t test list-outputs` |
| 2921 | 2026-03-06T19:23:41.900Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2922 | 2026-03-06T19:23:41.903Z | + ptime -m cargo build --locked --release -p xtask |
| 2923 | 2026-03-06T19:23:42.834Z | Compiling libc v0.2.180 |
| 2924 | 2026-03-06T19:23:42.834Z | Compiling serde v1.0.228 |
| 2925 | 2026-03-06T19:23:42.837Z | Compiling serde_core v1.0.228 |
| 2926 | 2026-03-06T19:23:42.837Z | Compiling syn v2.0.117 |
| 2927 | 2026-03-06T19:23:42.951Z | Compiling rustix v1.1.3 |
| 2928 | 2026-03-06T19:23:43.026Z | Compiling bitflags v2.11.0 |
| 2929 | 2026-03-06T19:23:43.029Z | Compiling serde_json v1.0.149 |
| 2930 | 2026-03-06T19:23:43.447Z | Compiling num-traits v0.2.19 |
| 2931 | 2026-03-06T19:23:43.731Z | Compiling smallvec v1.15.1 |
| 2932 | 2026-03-06T19:23:43.809Z | Compiling hashbrown v0.16.1 |
| 2933 | 2026-03-06T19:23:44.014Z | Compiling usdt-impl v0.5.0 |
| 2934 | 2026-03-06T19:23:44.173Z | Compiling syn v1.0.109 |
| 2935 | 2026-03-06T19:23:44.662Z | Compiling errno v0.3.14 |
| 2936 | 2026-03-06T19:23:44.923Z | Compiling thread-id v4.2.2 |
| 2937 | 2026-03-06T19:23:44.993Z | Compiling percent-encoding v2.3.2 |
| 2938 | 2026-03-06T19:23:45.084Z | Compiling log v0.4.29 |
| 2939 | 2026-03-06T19:23:45.382Z | Compiling indexmap v2.13.0 |
| 2940 | 2026-03-06T19:23:45.586Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-03-06T19:23:45.606Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-03-06T19:23:47.099Z | Compiling ordered-float v2.10.1 |
| 2943 | 2026-03-06T19:23:47.514Z | Compiling terminal_size v0.4.3 |
| 2944 | 2026-03-06T19:23:47.798Z | Compiling fs-err v3.3.0 |
| 2945 | 2026-03-06T19:23:47.828Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-03-06T19:23:48.196Z | Compiling heck v0.4.1 |
| 2947 | 2026-03-06T19:23:48.580Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-03-06T19:23:48.617Z | Compiling clap_builder v4.5.60 |
| 2949 | 2026-03-06T19:23:49.103Z | Compiling proc-macro-error v1.0.4 |
| 2950 | 2026-03-06T19:23:49.585Z | Compiling tempfile v3.25.0 |
| 2951 | 2026-03-06T19:23:50.058Z | Compiling synstructure v0.13.2 |
| 2952 | 2026-03-06T19:23:50.124Z | Compiling pest_generator v2.8.6 |
| 2953 | 2026-03-06T19:23:50.939Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-03-06T19:23:51.084Z | Compiling memmap v0.7.0 |
| 2955 | 2026-03-06T19:23:51.308Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-03-06T19:23:51.736Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-03-06T19:23:52.903Z | Compiling tabled v0.15.0 |
| 2958 | 2026-03-06T19:23:53.176Z | Compiling serde_derive v1.0.228 |
| 2959 | 2026-03-06T19:23:53.457Z | Compiling zerofrom-derive v0.1.6 |
| 2960 | 2026-03-06T19:23:53.475Z | Compiling yoke-derive v0.8.1 |
| 2961 | 2026-03-06T19:23:53.492Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-03-06T19:23:53.568Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-03-06T19:23:55.071Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-03-06T19:23:55.784Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-03-06T19:23:55.953Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-03-06T19:23:56.324Z | Compiling zerofrom v0.1.6 |
| 2967 | 2026-03-06T19:23:56.623Z | Compiling yoke v0.8.1 |
| 2968 | 2026-03-06T19:23:56.810Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-03-06T19:23:57.060Z | Compiling zerovec v0.11.5 |
| 2970 | 2026-03-06T19:23:57.575Z | Compiling zerotrie v0.2.3 |
| 2971 | 2026-03-06T19:23:57.596Z | Compiling thiserror v1.0.69 |
| 2972 | 2026-03-06T19:23:57.785Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-03-06T19:23:58.299Z | Compiling scroll v0.12.0 |
| 2974 | 2026-03-06T19:23:58.521Z | Compiling tinystr v0.8.2 |
| 2975 | 2026-03-06T19:23:58.583Z | Compiling potential_utf v0.1.4 |
| 2976 | 2026-03-06T19:23:58.973Z | Compiling icu_locale_core v2.1.1 |
| 2977 | 2026-03-06T19:23:59.031Z | Compiling icu_collections v2.1.1 |
| 2978 | 2026-03-06T19:23:59.052Z | Compiling dtrace-parser v0.2.0 |
| 2979 | 2026-03-06T19:23:59.413Z | Compiling goblin v0.8.2 |
| 2980 | 2026-03-06T19:24:01.551Z | Compiling icu_provider v2.1.1 |
| 2981 | 2026-03-06T19:24:01.987Z | Compiling serde_spanned v0.6.9 |
| 2982 | 2026-03-06T19:24:02.308Z | Compiling icu_properties v2.1.2 |
| 2983 | 2026-03-06T19:24:02.336Z | Compiling icu_normalizer v2.1.1 |
| 2984 | 2026-03-06T19:24:02.500Z | Compiling toml_datetime v0.6.11 |
| 2985 | 2026-03-06T19:24:03.398Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-03-06T19:24:04.959Z | Compiling idna_adapter v1.2.1 |
| 2987 | 2026-03-06T19:24:05.203Z | Compiling dof v0.3.0 |
| 2988 | 2026-03-06T19:24:05.242Z | Compiling idna v1.1.0 |
| 2989 | 2026-03-06T19:24:06.275Z | Compiling serde_tokenstream v0.2.3 |
| 2990 | 2026-03-06T19:24:06.905Z | Compiling thiserror-impl v2.0.18 |
| 2991 | 2026-03-06T19:24:07.331Z | Compiling url v2.5.8 |
| 2992 | 2026-03-06T19:24:09.766Z | Compiling toml v0.8.23 |
| 2993 | 2026-03-06T19:24:10.119Z | Compiling thiserror v2.0.18 |
| 2994 | 2026-03-06T19:24:12.404Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-03-06T19:24:13.533Z | Compiling cargo-util-schemas v0.8.2 |
| 2996 | 2026-03-06T19:24:15.625Z | Compiling usdt-macro v0.5.0 |
| 2997 | 2026-03-06T19:24:16.158Z | Compiling usdt-attr-macro v0.5.0 |
| 2998 | 2026-03-06T19:24:16.885Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-03-06T19:24:17.539Z | Compiling clap_derive v4.5.55 |
| 3000 | 2026-03-06T19:24:18.126Z | Compiling usdt v0.5.0 |
| 3001 | 2026-03-06T19:24:19.192Z | Compiling cargo_metadata v0.21.0 |
| 3002 | 2026-03-06T19:24:19.212Z | Compiling cargo_toml v0.21.0 |
| 3003 | 2026-03-06T19:24:19.517Z | Compiling macaddr v1.0.1 |
| 3004 | 2026-03-06T19:24:21.744Z | Compiling clap v4.5.60 |
| 3005 | 2026-03-06T19:24:30.484Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3006 | 2026-03-06T19:24:36.698Z | Finished `release` profile [optimized] target(s) in 54.72s |
| 3007 | 2026-03-06T19:24:36.853Z | |
| 3008 | 2026-03-06T19:24:36.856Z | real 54.906798466 |
| 3009 | 2026-03-06T19:24:36.856Z | user 5:54.334774024 |
| 3010 | 2026-03-06T19:24:36.856Z | sys 28.209354382 |
| 3011 | 2026-03-06T19:24:36.856Z | trap 0.198765021 |
| 3012 | 2026-03-06T19:24:36.856Z | tflt 0.289865133 |
| 3013 | 2026-03-06T19:24:36.856Z | dflt 0.413566977 |
| 3014 | 2026-03-06T19:24:36.856Z | kflt 0.000003099 |
| 3015 | 2026-03-06T19:24:36.856Z | lock 17:23.295534488 |
| 3016 | 2026-03-06T19:24:36.856Z | slp 19:47.680105872 |
| 3017 | 2026-03-06T19:24:36.856Z | lat 22.224367304 |
| 3018 | 2026-03-06T19:24:36.856Z | stop 33.891201149 |
| 3019 | 2026-03-06T19:24:36.856Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3020 | 2026-03-06T19:24:36.856Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3021 | 2026-03-06T19:24:36.856Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3022 | 2026-03-06T19:24:36.856Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3023 | 2026-03-06T19:24:36.856Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3024 | 2026-03-06T19:24:38.286Z | Compiling regress v0.10.5 |
| 3025 | 2026-03-06T19:24:38.456Z | Compiling serde_spanned v1.0.4 |
| 3026 | 2026-03-06T19:24:38.459Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3027 | 2026-03-06T19:24:38.459Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3028 | 2026-03-06T19:24:38.493Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-03-06T19:24:38.495Z | Compiling rustls v0.22.4 |
| 3030 | 2026-03-06T19:24:38.511Z | Compiling rustls-webpki v0.102.8 |
| 3031 | 2026-03-06T19:24:38.514Z | Compiling newtype-uuid-macros v0.1.0 |
| 3032 | 2026-03-06T19:24:38.701Z | Compiling multer v3.1.0 |
| 3033 | 2026-03-06T19:24:38.867Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3034 | 2026-03-06T19:24:38.964Z | Compiling debug-ignore v1.0.5 |
| 3035 | 2026-03-06T19:24:39.065Z | Compiling match_cfg v0.1.0 |
| 3036 | 2026-03-06T19:24:39.161Z | Compiling slog-json v2.6.1 |
| 3037 | 2026-03-06T19:24:39.199Z | Compiling hostname v0.3.1 |
| 3038 | 2026-03-06T19:24:39.214Z | Compiling async-stream-impl v0.3.6 |
| 3039 | 2026-03-06T19:24:39.557Z | Compiling dropshot v0.16.7 |
| 3040 | 2026-03-06T19:24:40.038Z | Compiling slog-bunyan v2.5.0 |
| 3041 | 2026-03-06T19:24:40.239Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3042 | 2026-03-06T19:24:40.354Z | Compiling itertools v0.14.0 |
| 3043 | 2026-03-06T19:24:40.537Z | Compiling async-stream v0.3.6 |
| 3044 | 2026-03-06T19:24:40.885Z | Compiling waitgroup v0.1.2 |
| 3045 | 2026-03-06T19:24:40.912Z | Compiling structmeta v0.3.0 |
| 3046 | 2026-03-06T19:24:41.136Z | Compiling rustls-pemfile v2.2.0 |
| 3047 | 2026-03-06T19:24:41.269Z | Compiling dropshot_endpoint v0.16.7 |
| 3048 | 2026-03-06T19:24:41.352Z | Compiling hostname v0.4.2 |
| 3049 | 2026-03-06T19:24:41.515Z | Compiling serde_path_to_error v0.1.20 |
| 3050 | 2026-03-06T19:24:41.629Z | Compiling derive-ex v0.1.8 |
| 3051 | 2026-03-06T19:24:41.776Z | Compiling progenitor-client v0.13.0 |
| 3052 | 2026-03-06T19:24:42.179Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3053 | 2026-03-06T19:24:42.330Z | Compiling macaddr v1.0.1 |
| 3054 | 2026-03-06T19:24:42.388Z | Compiling progenitor-client v0.10.0 |
| 3055 | 2026-03-06T19:24:42.541Z | Compiling instant v0.1.13 |
| 3056 | 2026-03-06T19:24:42.742Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-03-06T19:24:42.819Z | Compiling parse-display-derive v0.10.0 |
| 3058 | 2026-03-06T19:24:42.949Z | Compiling backoff v0.4.0 |
| 3059 | 2026-03-06T19:24:43.279Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3060 | 2026-03-06T19:24:43.348Z | Compiling backon v1.6.0 |
| 3061 | 2026-03-06T19:24:43.561Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-03-06T19:24:43.782Z | Compiling tokio-rustls v0.25.0 |
| 3063 | 2026-03-06T19:24:43.806Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3064 | 2026-03-06T19:24:44.134Z | Compiling crucible-workspace-hack v0.1.0 |
| 3065 | 2026-03-06T19:24:44.288Z | Compiling cfg_aliases v0.2.1 |
| 3066 | 2026-03-06T19:24:44.445Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3067 | 2026-03-06T19:24:44.708Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3068 | 2026-03-06T19:24:45.140Z | Compiling heapless v0.8.0 |
| 3069 | 2026-03-06T19:24:45.719Z | Compiling test-strategy v0.4.5 |
| 3070 | 2026-03-06T19:24:45.988Z | Compiling proc-macro-crate v3.4.0 |
| 3071 | 2026-03-06T19:24:46.151Z | Compiling ingot-macros v0.1.1 |
| 3072 | 2026-03-06T19:24:46.422Z | Compiling hash32 v0.3.1 |
| 3073 | 2026-03-06T19:24:46.738Z | Compiling memoffset v0.9.1 |
| 3074 | 2026-03-06T19:24:46.766Z | Compiling parse-display v0.10.0 |
| 3075 | 2026-03-06T19:24:47.035Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3076 | 2026-03-06T19:24:47.157Z | Compiling smoltcp v0.11.0 |
| 3077 | 2026-03-06T19:24:47.319Z | Compiling num_enum_derive v0.7.5 |
| 3078 | 2026-03-06T19:24:47.629Z | Compiling tabwriter v1.4.1 |
| 3079 | 2026-03-06T19:24:47.705Z | Compiling cobs v0.3.0 |
| 3080 | 2026-03-06T19:24:47.918Z | Compiling foreign-types-macros v0.2.3 |
| 3081 | 2026-03-06T19:24:48.100Z | Compiling cpufeatures v0.3.0 |
| 3082 | 2026-03-06T19:24:48.127Z | Compiling foreign-types-shared v0.3.1 |
| 3083 | 2026-03-06T19:24:48.261Z | Compiling chacha20 v0.10.0 |
| 3084 | 2026-03-06T19:24:48.316Z | Compiling postcard v1.1.3 |
| 3085 | 2026-03-06T19:24:49.208Z | Compiling foreign-types v0.5.0 |
| 3086 | 2026-03-06T19:24:49.258Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3087 | 2026-03-06T19:24:49.329Z | Compiling proc-macro-crate v1.3.1 |
| 3088 | 2026-03-06T19:24:49.354Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3089 | 2026-03-06T19:24:49.455Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3090 | 2026-03-06T19:24:49.736Z | Compiling num_enum v0.7.5 |
| 3091 | 2026-03-06T19:24:49.973Z | Compiling secrecy v0.10.3 |
| 3092 | 2026-03-06T19:24:50.135Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3093 | 2026-03-06T19:24:50.235Z | Compiling cstr-argument v0.1.2 |
| 3094 | 2026-03-06T19:24:50.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3095 | 2026-03-06T19:24:50.287Z | Compiling unsafe-libyaml v0.2.11 |
| 3096 | 2026-03-06T19:24:50.444Z | Compiling colored v3.1.1 |
| 3097 | 2026-03-06T19:24:50.522Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3098 | 2026-03-06T19:24:50.619Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3099 | 2026-03-06T19:24:50.689Z | Compiling num_enum_derive v0.5.11 |
| 3100 | 2026-03-06T19:24:50.853Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3101 | 2026-03-06T19:24:51.096Z | Compiling rand v0.10.0 |
| 3102 | 2026-03-06T19:24:51.242Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3103 | 2026-03-06T19:24:51.264Z | Compiling nix v0.30.1 |
| 3104 | 2026-03-06T19:24:52.075Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3105 | 2026-03-06T19:24:52.158Z | Compiling serde_yaml v0.9.34+deprecated |
| 3106 | 2026-03-06T19:24:52.183Z | Compiling camino-tempfile v1.4.1 |
| 3107 | 2026-03-06T19:24:52.802Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3108 | 2026-03-06T19:24:52.998Z | Compiling num_enum v0.5.11 |
| 3109 | 2026-03-06T19:24:53.153Z | Compiling ingot-types v0.1.2 |
| 3110 | 2026-03-06T19:24:53.211Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3111 | 2026-03-06T19:24:53.311Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3112 | 2026-03-06T19:24:53.393Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3113 | 2026-03-06T19:24:53.530Z | Compiling smf v0.2.3 |
| 3114 | 2026-03-06T19:24:53.828Z | Compiling num-derive v0.4.2 |
| 3115 | 2026-03-06T19:24:53.862Z | Compiling sigpipe v0.1.3 |
| 3116 | 2026-03-06T19:24:54.070Z | Compiling ingot v0.1.1 |
| 3117 | 2026-03-06T19:24:54.117Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3118 | 2026-03-06T19:24:54.503Z | Compiling glob v0.3.3 |
| 3119 | 2026-03-06T19:24:54.871Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3120 | 2026-03-06T19:24:55.383Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3121 | 2026-03-06T19:24:55.968Z | Compiling whoami v1.6.1 |
| 3122 | 2026-03-06T19:24:56.158Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3123 | 2026-03-06T19:24:56.364Z | Compiling toml v0.8.23 |
| 3124 | 2026-03-06T19:24:56.614Z | Compiling convert_case v0.4.0 |
| 3125 | 2026-03-06T19:24:56.701Z | Compiling universal-hash v0.5.1 |
| 3126 | 2026-03-06T19:24:56.989Z | Compiling opaque-debug v0.3.1 |
| 3127 | 2026-03-06T19:24:57.055Z | Compiling half v2.7.1 |
| 3128 | 2026-03-06T19:24:57.142Z | Compiling ciborium-io v0.2.2 |
| 3129 | 2026-03-06T19:24:57.330Z | Compiling aead v0.5.2 |
| 3130 | 2026-03-06T19:24:57.505Z | Compiling derive_more v0.99.20 |
| 3131 | 2026-03-06T19:24:57.756Z | Compiling ciborium-ll v0.2.2 |
| 3132 | 2026-03-06T19:24:57.759Z | Compiling poly1305 v0.8.0 |
| 3133 | 2026-03-06T19:24:57.885Z | Compiling chacha20 v0.9.1 |
| 3134 | 2026-03-06T19:24:58.232Z | Compiling ciborium v0.2.2 |
| 3135 | 2026-03-06T19:24:58.443Z | Compiling typify-impl v0.4.3 |
| 3136 | 2026-03-06T19:24:58.958Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3137 | 2026-03-06T19:24:59.143Z | Compiling typify-impl v0.6.1 |
| 3138 | 2026-03-06T19:24:59.192Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3139 | 2026-03-06T19:24:59.540Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3140 | 2026-03-06T19:24:59.726Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3141 | 2026-03-06T19:25:00.261Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3142 | 2026-03-06T19:25:00.306Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3143 | 2026-03-06T19:25:02.668Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3144 | 2026-03-06T19:25:02.859Z | Compiling thiserror-no-std v2.0.2 |
| 3145 | 2026-03-06T19:25:03.071Z | Compiling num-rational v0.4.2 |
| 3146 | 2026-03-06T19:25:04.056Z | Compiling password-hash v0.5.0 |
| 3147 | 2026-03-06T19:25:04.629Z | Compiling blake2 v0.10.6 |
| 3148 | 2026-03-06T19:25:05.021Z | Compiling num-complex v0.4.6 |
| 3149 | 2026-03-06T19:25:05.474Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3150 | 2026-03-06T19:25:05.503Z | Compiling indent_write v2.2.0 |
| 3151 | 2026-03-06T19:25:05.768Z | Compiling prettyplease v0.2.37 |
| 3152 | 2026-03-06T19:25:05.798Z | Compiling argon2 v0.5.3 |
| 3153 | 2026-03-06T19:25:05.994Z | Compiling num v0.4.3 |
| 3154 | 2026-03-06T19:25:06.143Z | Compiling vsss-rs v3.3.4 |
| 3155 | 2026-03-06T19:25:06.228Z | Compiling chacha20poly1305 v0.10.1 |
| 3156 | 2026-03-06T19:25:06.525Z | Compiling float-ord v0.3.2 |
| 3157 | 2026-03-06T19:25:06.772Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3158 | 2026-03-06T19:25:07.719Z | Compiling gethostname v0.5.0 |
| 3159 | 2026-03-06T19:25:07.972Z | Compiling usdt-attr-macro v0.5.0 |
| 3160 | 2026-03-06T19:25:08.819Z | Compiling usdt-macro v0.5.0 |
| 3161 | 2026-03-06T19:25:09.688Z | Compiling derive-where v1.6.0 |
| 3162 | 2026-03-06T19:25:09.934Z | Compiling memmap v0.7.0 |
| 3163 | 2026-03-06T19:25:10.290Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3164 | 2026-03-06T19:25:10.318Z | Compiling atomicwrites v0.4.4 |
| 3165 | 2026-03-06T19:25:10.344Z | Compiling usdt v0.5.0 |
| 3166 | 2026-03-06T19:25:10.565Z | Compiling cancel-safe-futures v0.1.5 |
| 3167 | 2026-03-06T19:25:10.695Z | Compiling owo-colors v4.3.0 |
| 3168 | 2026-03-06T19:25:10.721Z | Compiling typify-macro v0.4.3 |
| 3169 | 2026-03-06T19:25:10.862Z | Compiling libsw-core v0.3.2 |
| 3170 | 2026-03-06T19:25:11.029Z | Compiling async-recursion v1.1.1 |
| 3171 | 2026-03-06T19:25:11.189Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3172 | 2026-03-06T19:25:11.303Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3173 | 2026-03-06T19:25:11.355Z | Compiling typify-macro v0.6.1 |
| 3174 | 2026-03-06T19:25:11.482Z | Compiling resolv-conf v0.7.6 |
| 3175 | 2026-03-06T19:25:12.291Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3176 | 2026-03-06T19:25:12.533Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3177 | 2026-03-06T19:25:12.816Z | Compiling libsw v3.5.0 |
| 3178 | 2026-03-06T19:25:13.810Z | Compiling progenitor-client v0.11.2 |
| 3179 | 2026-03-06T19:25:14.480Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3180 | 2026-03-06T19:25:14.687Z | Compiling linear-map v1.2.0 |
| 3181 | 2026-03-06T19:25:14.714Z | Compiling typify v0.4.3 |
| 3182 | 2026-03-06T19:25:14.932Z | Compiling progenitor-impl v0.11.2 |
| 3183 | 2026-03-06T19:25:14.962Z | Compiling libefi-sys v0.1.0 |
| 3184 | 2026-03-06T19:25:15.080Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3185 | 2026-03-06T19:25:15.290Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3186 | 2026-03-06T19:25:15.375Z | Compiling typify v0.6.1 |
| 3187 | 2026-03-06T19:25:15.415Z | Compiling hickory-proto v0.24.4 |
| 3188 | 2026-03-06T19:25:15.513Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-03-06T19:25:15.589Z | Compiling progenitor-impl v0.13.0 |
| 3190 | 2026-03-06T19:25:15.743Z | Compiling console v0.15.11 |
| 3191 | 2026-03-06T19:25:17.095Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3192 | 2026-03-06T19:25:17.442Z | Compiling bitfield-struct v0.6.2 |
| 3193 | 2026-03-06T19:25:17.866Z | Compiling linked-hash-map v0.5.6 |
| 3194 | 2026-03-06T19:25:18.296Z | Compiling semver v0.1.20 |
| 3195 | 2026-03-06T19:25:18.942Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-03-06T19:25:18.994Z | Compiling rustc_version v0.1.7 |
| 3197 | 2026-03-06T19:25:19.026Z | Compiling lru-cache v0.1.2 |
| 3198 | 2026-03-06T19:25:19.291Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-03-06T19:25:19.624Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3200 | 2026-03-06T19:25:19.732Z | Compiling pin-project-internal v1.1.11 |
| 3201 | 2026-03-06T19:25:19.985Z | Compiling slog-dtrace v0.3.0 |
| 3202 | 2026-03-06T19:25:20.395Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2026-03-06T19:25:20.571Z | Compiling minimal-lexical v0.2.1 |
| 3204 | 2026-03-06T19:25:21.145Z | Compiling nom v7.1.3 |
| 3205 | 2026-03-06T19:25:21.903Z | Compiling progenitor-macro v0.11.2 |
| 3206 | 2026-03-06T19:25:22.569Z | Compiling pin-project v1.1.11 |
| 3207 | 2026-03-06T19:25:22.656Z | Compiling progenitor-macro v0.13.0 |
| 3208 | 2026-03-06T19:25:22.772Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-03-06T19:25:23.104Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3210 | 2026-03-06T19:25:23.353Z | Compiling hickory-resolver v0.24.4 |
| 3211 | 2026-03-06T19:25:23.761Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3212 | 2026-03-06T19:25:24.227Z | Compiling newtype_derive v0.1.6 |
| 3213 | 2026-03-06T19:25:24.608Z | Compiling tokio-dtrace v0.1.1 |
| 3214 | 2026-03-06T19:25:24.647Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-03-06T19:25:25.134Z | Compiling phf_shared v0.12.1 |
| 3216 | 2026-03-06T19:25:25.539Z | Compiling snafu-derive v0.8.9 |
| 3217 | 2026-03-06T19:25:25.820Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3218 | 2026-03-06T19:25:26.586Z | Compiling pem v3.0.6 |
| 3219 | 2026-03-06T19:25:27.386Z | Compiling csv-core v0.1.13 |
| 3220 | 2026-03-06T19:25:28.029Z | Compiling same-file v1.0.6 |
| 3221 | 2026-03-06T19:25:28.420Z | Compiling xshell-macros v0.2.7 |
| 3222 | 2026-03-06T19:25:28.756Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-03-06T19:25:28.875Z | Compiling highway v1.3.0 |
| 3224 | 2026-03-06T19:25:29.216Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3225 | 2026-03-06T19:25:29.283Z | Compiling xshell v0.2.7 |
| 3226 | 2026-03-06T19:25:29.696Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3227 | 2026-03-06T19:25:29.784Z | Compiling const_format_proc_macros v0.2.34 |
| 3228 | 2026-03-06T19:25:30.447Z | Compiling walkdir v2.5.0 |
| 3229 | 2026-03-06T19:25:30.493Z | Compiling snafu v0.8.9 |
| 3230 | 2026-03-06T19:25:31.188Z | Compiling csv v1.4.0 |
| 3231 | 2026-03-06T19:25:31.302Z | Compiling qorb v0.4.1 |
| 3232 | 2026-03-06T19:25:31.737Z | Compiling phf v0.12.1 |
| 3233 | 2026-03-06T19:25:32.087Z | Compiling oxide-tokio-rt v0.1.2 |
| 3234 | 2026-03-06T19:25:32.439Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-03-06T19:25:32.546Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3236 | 2026-03-06T19:25:33.607Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3237 | 2026-03-06T19:25:34.372Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-03-06T19:25:34.701Z | Compiling progenitor v0.11.2 |
| 3239 | 2026-03-06T19:25:35.002Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3240 | 2026-03-06T19:25:35.643Z | Compiling progenitor v0.13.0 |
| 3241 | 2026-03-06T19:25:35.887Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3242 | 2026-03-06T19:25:35.926Z | Compiling globset v0.4.18 |
| 3243 | 2026-03-06T19:25:35.954Z | Compiling olpc-cjson v0.1.4 |
| 3244 | 2026-03-06T19:25:36.279Z | Compiling primeorder v0.13.6 |
| 3245 | 2026-03-06T19:25:36.416Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3246 | 2026-03-06T19:25:36.638Z | Compiling serde_plain v1.0.2 |
| 3247 | 2026-03-06T19:25:36.864Z | Compiling base64 v0.21.7 |
| 3248 | 2026-03-06T19:25:37.056Z | Compiling typed-path v0.9.3 |
| 3249 | 2026-03-06T19:25:37.221Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3250 | 2026-03-06T19:25:37.523Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3251 | 2026-03-06T19:25:37.573Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3252 | 2026-03-06T19:25:39.447Z | Compiling tough v0.20.0 |
| 3253 | 2026-03-06T19:25:40.299Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3254 | 2026-03-06T19:25:40.889Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3255 | 2026-03-06T19:25:41.902Z | Compiling const_format v0.2.35 |
| 3256 | 2026-03-06T19:25:42.382Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3257 | 2026-03-06T19:25:42.649Z | Compiling progenitor-impl v0.10.0 |
| 3258 | 2026-03-06T19:25:42.886Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3259 | 2026-03-06T19:25:44.085Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3260 | 2026-03-06T19:25:45.305Z | Compiling tabled_derive v0.7.0 |
| 3261 | 2026-03-06T19:25:45.372Z | Compiling bcs v0.1.6 |
| 3262 | 2026-03-06T19:25:45.819Z | Compiling salty v0.3.0 |
| 3263 | 2026-03-06T19:25:46.047Z | Compiling termtree v0.5.1 |
| 3264 | 2026-03-06T19:25:46.306Z | Compiling radium v0.7.0 |
| 3265 | 2026-03-06T19:25:46.354Z | Compiling textwrap v0.16.2 |
| 3266 | 2026-03-06T19:25:46.946Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3267 | 2026-03-06T19:25:47.059Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3268 | 2026-03-06T19:25:47.362Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3269 | 2026-03-06T19:25:47.424Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3270 | 2026-03-06T19:25:47.519Z | Compiling tabled v0.15.0 |
| 3271 | 2026-03-06T19:25:47.794Z | Compiling steno v0.4.1 |
| 3272 | 2026-03-06T19:25:49.338Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3273 | 2026-03-06T19:25:49.495Z | Compiling progenitor-macro v0.10.0 |
| 3274 | 2026-03-06T19:25:50.498Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3275 | 2026-03-06T19:25:50.782Z | Compiling tap v1.0.1 |
| 3276 | 2026-03-06T19:25:51.031Z | Compiling humantime v2.3.0 |
| 3277 | 2026-03-06T19:25:51.355Z | Compiling utf-8 v0.7.6 |
| 3278 | 2026-03-06T19:25:51.620Z | Compiling maybe-uninit v2.0.0 |
| 3279 | 2026-03-06T19:25:51.734Z | Compiling tungstenite v0.21.0 |
| 3280 | 2026-03-06T19:25:52.339Z | Compiling wyz v0.5.1 |
| 3281 | 2026-03-06T19:25:52.808Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3282 | 2026-03-06T19:25:54.022Z | Compiling p384 v0.13.1 |
| 3283 | 2026-03-06T19:25:54.207Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3284 | 2026-03-06T19:25:54.547Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3285 | 2026-03-06T19:25:54.632Z | Compiling arc-swap v1.8.2 |
| 3286 | 2026-03-06T19:25:55.318Z | Compiling tagptr v0.2.0 |
| 3287 | 2026-03-06T19:25:55.347Z | Compiling packed_struct v0.10.1 |
| 3288 | 2026-03-06T19:25:55.420Z | Compiling funty v2.0.0 |
| 3289 | 2026-03-06T19:25:55.645Z | Compiling moka v0.12.13 |
| 3290 | 2026-03-06T19:25:55.835Z | Compiling slog-scope v4.4.1 |
| 3291 | 2026-03-06T19:25:55.941Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3292 | 2026-03-06T19:25:56.401Z | Compiling bitvec v1.0.1 |
| 3293 | 2026-03-06T19:25:57.079Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3294 | 2026-03-06T19:25:57.494Z | Compiling tokio-tungstenite v0.21.0 |
| 3295 | 2026-03-06T19:25:58.323Z | Compiling polyval v0.6.2 |
| 3296 | 2026-03-06T19:25:58.829Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3297 | 2026-03-06T19:25:59.408Z | Compiling packed_struct_codegen v0.10.1 |
| 3298 | 2026-03-06T19:25:59.579Z | Compiling bitfield-macros v0.19.4 |
| 3299 | 2026-03-06T19:25:59.947Z | Compiling zerocopy-derive v0.6.6 |
| 3300 | 2026-03-06T19:26:01.250Z | Compiling indexmap v1.9.3 |
| 3301 | 2026-03-06T19:26:01.672Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3302 | 2026-03-06T19:26:01.897Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3303 | 2026-03-06T19:26:01.987Z | Compiling parking_lot_core v0.8.6 |
| 3304 | 2026-03-06T19:26:02.035Z | Compiling nodrop v0.1.14 |
| 3305 | 2026-03-06T19:26:02.229Z | Compiling crc-catalog v2.4.0 |
| 3306 | 2026-03-06T19:26:02.258Z | Compiling progenitor v0.10.0 |
| 3307 | 2026-03-06T19:26:02.322Z | Compiling array-init v0.0.4 |
| 3308 | 2026-03-06T19:26:02.422Z | Compiling crc v3.4.0 |
| 3309 | 2026-03-06T19:26:02.508Z | Compiling proc-macro-error2 v2.0.1 |
| 3310 | 2026-03-06T19:26:02.580Z | Compiling zerocopy v0.6.6 |
| 3311 | 2026-03-06T19:26:02.665Z | Compiling bitfield v0.19.4 |
| 3312 | 2026-03-06T19:26:02.862Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-03-06T19:26:03.172Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3314 | 2026-03-06T19:26:03.359Z | Compiling ghash v0.5.1 |
| 3315 | 2026-03-06T19:26:03.409Z | Compiling smallvec v0.6.14 |
| 3316 | 2026-03-06T19:26:03.437Z | Compiling hickory-resolver v0.25.2 |
| 3317 | 2026-03-06T19:26:03.605Z | Compiling slog-stdlog v4.1.1 |
| 3318 | 2026-03-06T19:26:03.899Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3319 | 2026-03-06T19:26:04.118Z | Compiling nix v0.31.1 |
| 3320 | 2026-03-06T19:26:04.938Z | Compiling git-stub v1.0.0 |
| 3321 | 2026-03-06T19:26:05.044Z | Compiling ctr v0.9.2 |
| 3322 | 2026-03-06T19:26:05.075Z | Compiling num-derive v0.3.3 |
| 3323 | 2026-03-06T19:26:05.468Z | Compiling lzma-sys v0.1.20 |
| 3324 | 2026-03-06T19:26:05.496Z | Compiling hashbrown v0.12.3 |
| 3325 | 2026-03-06T19:26:06.320Z | Compiling unicase v2.9.0 |
| 3326 | 2026-03-06T19:26:06.350Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3327 | 2026-03-06T19:26:06.402Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3328 | 2026-03-06T19:26:06.750Z | Compiling mime_guess v2.0.5 |
| 3329 | 2026-03-06T19:26:06.778Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3330 | 2026-03-06T19:26:06.802Z | Compiling aes-gcm v0.10.3 |
| 3331 | 2026-03-06T19:26:07.156Z | Compiling git-stub-vcs v0.1.0 |
| 3332 | 2026-03-06T19:26:07.192Z | Compiling libscf-sys v1.1.0 |
| 3333 | 2026-03-06T19:26:07.472Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3334 | 2026-03-06T19:26:07.512Z | Compiling slog-envlogger v2.2.0 |
| 3335 | 2026-03-06T19:26:07.872Z | Compiling serde-hex v0.1.0 |
| 3336 | 2026-03-06T19:26:07.907Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3337 | 2026-03-06T19:26:07.936Z | Compiling tabled_derive v0.11.0 |
| 3338 | 2026-03-06T19:26:08.322Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3339 | 2026-03-06T19:26:09.399Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3340 | 2026-03-06T19:26:10.576Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3341 | 2026-03-06T19:26:10.822Z | Compiling ron v0.8.1 |
| 3342 | 2026-03-06T19:26:11.995Z | Compiling papergrid v0.17.0 |
| 3343 | 2026-03-06T19:26:12.359Z | Compiling cargo_toml v0.22.3 |
| 3344 | 2026-03-06T19:26:13.174Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3345 | 2026-03-06T19:26:13.822Z | Compiling hashbrown v0.13.2 |
| 3346 | 2026-03-06T19:26:14.322Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3347 | 2026-03-06T19:26:14.973Z | Compiling testing_table v0.3.0 |
| 3348 | 2026-03-06T19:26:15.318Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3349 | 2026-03-06T19:26:15.764Z | Compiling ssh-encoding v0.2.0 |
| 3350 | 2026-03-06T19:26:16.334Z | Compiling blowfish v0.9.1 |
| 3351 | 2026-03-06T19:26:16.362Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3352 | 2026-03-06T19:26:16.685Z | Compiling nibble_vec v0.1.0 |
| 3353 | 2026-03-06T19:26:16.854Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3354 | 2026-03-06T19:26:16.980Z | Compiling crc-any v2.5.0 |
| 3355 | 2026-03-06T19:26:17.042Z | Compiling corncobs v0.1.4 |
| 3356 | 2026-03-06T19:26:17.254Z | Compiling endian-type v0.1.2 |
| 3357 | 2026-03-06T19:26:17.432Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3358 | 2026-03-06T19:26:17.513Z | Compiling radix_trie v0.2.1 |
| 3359 | 2026-03-06T19:26:17.540Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3360 | 2026-03-06T19:26:17.830Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3361 | 2026-03-06T19:26:17.973Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3362 | 2026-03-06T19:26:18.175Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3363 | 2026-03-06T19:26:18.640Z | Compiling ssh-cipher v0.2.0 |
| 3364 | 2026-03-06T19:26:18.732Z | Compiling tabled v0.20.0 |
| 3365 | 2026-03-06T19:26:18.758Z | Compiling object v0.30.4 |
| 3366 | 2026-03-06T19:26:19.846Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3367 | 2026-03-06T19:26:20.077Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3368 | 2026-03-06T19:26:20.559Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3369 | 2026-03-06T19:26:21.856Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-03-06T19:26:21.977Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3371 | 2026-03-06T19:26:22.125Z | Compiling parking_lot v0.11.2 |
| 3372 | 2026-03-06T19:26:22.528Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3373 | 2026-03-06T19:26:23.440Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3374 | 2026-03-06T19:26:24.307Z | Compiling prefix-trie v0.7.0 |
| 3375 | 2026-03-06T19:26:24.447Z | Compiling password-hash v0.4.2 |
| 3376 | 2026-03-06T19:26:24.505Z | Compiling fxhash v0.2.1 |
| 3377 | 2026-03-06T19:26:24.770Z | Compiling secrecy v0.8.0 |
| 3378 | 2026-03-06T19:26:25.017Z | Compiling path-slash v0.1.5 |
| 3379 | 2026-03-06T19:26:25.089Z | Compiling http-range v0.1.5 |
| 3380 | 2026-03-06T19:26:25.136Z | Compiling half v1.8.3 |
| 3381 | 2026-03-06T19:26:25.185Z | Compiling hickory-server v0.25.2 |
| 3382 | 2026-03-06T19:26:25.318Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3383 | 2026-03-06T19:26:25.449Z | Compiling pbkdf2 v0.11.0 |
| 3384 | 2026-03-06T19:26:25.725Z | Compiling serde_cbor v0.11.2 |
| 3385 | 2026-03-06T19:26:25.867Z | Compiling sled v0.34.7 |
| 3386 | 2026-03-06T19:26:27.152Z | Compiling xz2 v0.1.7 |
| 3387 | 2026-03-06T19:26:27.658Z | Compiling ron v0.12.0 |
| 3388 | 2026-03-06T19:26:27.741Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3389 | 2026-03-06T19:26:29.530Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3390 | 2026-03-06T19:26:29.649Z | Compiling ssh-key v0.6.7 |
| 3391 | 2026-03-06T19:26:30.075Z | Compiling hickory-client v0.25.2 |
| 3392 | 2026-03-06T19:26:31.008Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3393 | 2026-03-06T19:26:31.202Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3394 | 2026-03-06T19:26:31.205Z | Compiling p256 v0.13.2 |
| 3395 | 2026-03-06T19:26:32.048Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3396 | 2026-03-06T19:26:32.349Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3397 | 2026-03-06T19:26:32.576Z | Compiling p521 v0.13.3 |
| 3398 | 2026-03-06T19:26:33.678Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3399 | 2026-03-06T19:26:34.887Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3400 | 2026-03-06T19:26:34.919Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3401 | 2026-03-06T19:26:34.972Z | Compiling yasna v0.5.2 |
| 3402 | 2026-03-06T19:26:35.445Z | Compiling kstat-rs v0.2.4 |
| 3403 | 2026-03-06T19:26:36.100Z | Compiling headers-core v0.3.0 |
| 3404 | 2026-03-06T19:26:36.352Z | Compiling nanorand v0.7.0 |
| 3405 | 2026-03-06T19:26:36.536Z | Compiling atty v0.2.14 |
| 3406 | 2026-03-06T19:26:36.562Z | Compiling russh-cryptovec v0.7.3 |
| 3407 | 2026-03-06T19:26:36.589Z | Compiling base16ct v1.0.0 |
| 3408 | 2026-03-06T19:26:36.746Z | Compiling home v0.5.12 |
| 3409 | 2026-03-06T19:26:36.817Z | Compiling crc8 v0.1.1 |
| 3410 | 2026-03-06T19:26:36.906Z | Compiling md5 v0.7.0 |
| 3411 | 2026-03-06T19:26:36.939Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3412 | 2026-03-06T19:26:37.019Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3413 | 2026-03-06T19:26:37.048Z | Compiling flume v0.11.1 |
| 3414 | 2026-03-06T19:26:37.523Z | Compiling russh-keys v0.45.0 |
| 3415 | 2026-03-06T19:26:37.724Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3416 | 2026-03-06T19:26:38.244Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3417 | 2026-03-06T19:26:39.315Z | Compiling headers v0.4.1 |
| 3418 | 2026-03-06T19:26:39.996Z | Compiling rcgen v0.12.1 |
| 3419 | 2026-03-06T19:26:41.112Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3420 | 2026-03-06T19:26:42.105Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3421 | 2026-03-06T19:26:44.429Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3422 | 2026-03-06T19:26:44.991Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3423 | 2026-03-06T19:26:47.151Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3424 | 2026-03-06T19:26:49.183Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-03-06T19:26:50.325Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-03-06T19:26:50.827Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3427 | 2026-03-06T19:26:51.022Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3428 | 2026-03-06T19:26:51.101Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3429 | 2026-03-06T19:26:51.250Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-03-06T19:26:51.343Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3431 | 2026-03-06T19:26:52.698Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3432 | 2026-03-06T19:26:52.816Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3433 | 2026-03-06T19:26:53.233Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3434 | 2026-03-06T19:26:54.169Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3435 | 2026-03-06T19:26:54.463Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3436 | 2026-03-06T19:26:54.930Z | Compiling num-bigint v0.4.6 |
| 3437 | 2026-03-06T19:26:55.421Z | Compiling des v0.8.1 |
| 3438 | 2026-03-06T19:26:55.821Z | Compiling subprocess v0.2.15 |
| 3439 | 2026-03-06T19:26:55.851Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-03-06T19:26:56.039Z | Compiling display-error-chain v0.2.2 |
| 3441 | 2026-03-06T19:26:56.323Z | Compiling hex-literal v0.4.1 |
| 3442 | 2026-03-06T19:26:56.562Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3443 | 2026-03-06T19:26:56.802Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3444 | 2026-03-06T19:26:57.012Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3445 | 2026-03-06T19:26:57.577Z | Compiling colored v2.2.0 |
| 3446 | 2026-03-06T19:26:58.448Z | Compiling russh v0.45.0 |
| 3447 | 2026-03-06T19:26:59.925Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3448 | 2026-03-06T19:27:00.466Z | Compiling socket2 v0.5.10 |
| 3449 | 2026-03-06T19:27:01.489Z | Compiling internet-checksum v0.2.1 |
| 3450 | 2026-03-06T19:27:06.762Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3451 | 2026-03-06T19:27:49.249Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3452 | 2026-03-06T19:28:22.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 45s |
| 3453 | 2026-03-06T19:28:22.856Z | |
| 3454 | 2026-03-06T19:28:22.856Z | real 3:45.925919855 |
| 3455 | 2026-03-06T19:28:22.856Z | user 20:11.007487306 |
| 3456 | 2026-03-06T19:28:22.856Z | sys 2:42.186935342 |
| 3457 | 2026-03-06T19:28:22.856Z | trap 0.624696375 |
| 3458 | 2026-03-06T19:28:22.856Z | tflt 0.270051084 |
| 3459 | 2026-03-06T19:28:22.856Z | dflt 0.696284856 |
| 3460 | 2026-03-06T19:28:22.856Z | kflt 0.000044527 |
| 3461 | 2026-03-06T19:28:22.860Z | lock 55:15.229047606 |
| 3462 | 2026-03-06T19:28:22.860Z | slp 1:12:59.579816629 |
| 3463 | 2026-03-06T19:28:22.860Z | lat 1:07.352170074 |
| 3464 | 2026-03-06T19:28:22.860Z | stop 2:50.190092658 |
| 3465 | 2026-03-06T19:28:22.860Z | + mkdir tests |
| 3466 | 2026-03-06T19:28:22.863Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3467 | 2026-03-06T19:28:22.863Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3468 | 2026-03-06T19:28:22.906Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c89a86352b0aa66 tests/ |
| 3469 | 2026-03-06T19:28:22.944Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746dfaee64f5db54 tests/ |
| 3470 | 2026-03-06T19:28:22.981Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9991f079b1063e60 tests/ |
| 3471 | 2026-03-06T19:28:23.019Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45a8aed3b69b200f tests/ |
| 3472 | 2026-03-06T19:28:23.434Z | + 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/*) |
| 3473 | 2026-03-06T19:28:23.437Z | + 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-746dfaee64f5db54 tests/commtest-9991f079b1063e60 tests/dhcp_server-8c89a86352b0aa66 tests/end_to_end_tests-45a8aed3b69b200f 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 |
| 3474 | 2026-03-06T19:30:08.178Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3475 | 2026-03-06T19:30:08.178Z | a .github/buildomat/ci-env.sh 1K |
| 3476 | 2026-03-06T19:30:08.178Z | a out/target/test 1K |
| 3477 | 2026-03-06T19:30:08.178Z | a out/npuzone/npuzone 27402K |
| 3478 | 2026-03-06T19:30:08.178Z | a package-manifest.toml 35K |
| 3479 | 2026-03-06T19:30:08.178Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3480 | 2026-03-06T19:30:08.178Z | a target/release/omicron-package 41060K |
| 3481 | 2026-03-06T19:30:08.178Z | a target/release/xtask 11359K |
| 3482 | 2026-03-06T19:30:08.178Z | a target/debug/bootstrap 345681K |
| 3483 | 2026-03-06T19:30:08.178Z | a tests/bootstrap-746dfaee64f5db54 31480K |
| 3484 | 2026-03-06T19:30:08.178Z | a tests/commtest-9991f079b1063e60 31997K |
| 3485 | 2026-03-06T19:30:08.178Z | a tests/dhcp_server-8c89a86352b0aa66 31480K |
| 3486 | 2026-03-06T19:30:08.179Z | a tests/end_to_end_tests-45a8aed3b69b200f 387362K |
| 3487 | 2026-03-06T19:30:08.179Z | a out/clickhouse.tar.gz 302572K |
| 3488 | 2026-03-06T19:30:08.179Z | a out/clickhouse_keeper.tar.gz 287866K |
| 3489 | 2026-03-06T19:30:08.179Z | a out/clickhouse_server.tar.gz 302571K |
| 3490 | 2026-03-06T19:30:08.179Z | a out/cockroachdb.tar.gz 156112K |
| 3491 | 2026-03-06T19:30:08.179Z | a out/crucible-pantry-zone.tar.gz 38318K |
| 3492 | 2026-03-06T19:30:08.179Z | a out/crucible-utils.tar 17744K |
| 3493 | 2026-03-06T19:30:08.179Z | a out/crucible-zone.tar.gz 52456K |
| 3494 | 2026-03-06T19:30:08.179Z | a out/external-dns.tar.gz 41550K |
| 3495 | 2026-03-06T19:30:08.179Z | a out/internal-dns.tar.gz 41549K |
| 3496 | 2026-03-06T19:30:08.179Z | a out/mg-ddm-gz.tar 86339K |
| 3497 | 2026-03-06T19:30:08.179Z | a out/nexus.tar.gz 210200K |
| 3498 | 2026-03-06T19:30:08.179Z | a out/ntp.tar.gz 22565K |
| 3499 | 2026-03-06T19:30:08.179Z | a out/omicron-gateway-softnpu.tar.gz 28341K |
| 3500 | 2026-03-06T19:30:08.179Z | a out/omicron-sled-agent.tar 182934K |
| 3501 | 2026-03-06T19:30:08.179Z | a out/overlay.tar.gz 3K |
| 3502 | 2026-03-06T19:30:08.179Z | a out/oximeter.tar.gz 56769K |
| 3503 | 2026-03-06T19:30:08.179Z | a out/oxlog.tar 3895K |
| 3504 | 2026-03-06T19:30:08.179Z | a out/probe.tar.gz 3037K |
| 3505 | 2026-03-06T19:30:08.179Z | a out/propolis-server.tar.gz 74633K |
| 3506 | 2026-03-06T19:30:08.179Z | a out/pumpkind-gz.tar 26647K |
| 3507 | 2026-03-06T19:30:08.179Z | a out/switch-softnpu.tar.gz 370570K |
| 3508 | 2026-03-06T19:30:08.183Z | |
| 3509 | 2026-03-06T19:30:08.183Z | real 1:44.737013106 |
| 3510 | 2026-03-06T19:30:08.183Z | user 1:39.981462463 |
| 3511 | 2026-03-06T19:30:08.183Z | sys 6.845286906 |
| 3512 | 2026-03-06T19:30:08.183Z | trap 0.024079557 |
| 3513 | 2026-03-06T19:30:08.183Z | tflt 0.000000000 |
| 3514 | 2026-03-06T19:30:08.183Z | dflt 0.000000000 |
| 3515 | 2026-03-06T19:30:08.183Z | kflt 0.000000000 |
| 3516 | 2026-03-06T19:30:08.183Z | lock 0.000000000 |
| 3517 | 2026-03-06T19:30:08.183Z | slp 1:39.836121328 |
| 3518 | 2026-03-06T19:30:08.183Z | lat 2.782247333 |
| 3519 | 2026-03-06T19:30:08.183Z | stop 0.000213773 |
| 3520 | 2026-03-06T19:30:08.186Z | process exited: duration 2603639 ms, exit code 0 |
| |
| 3521 | 2026-03-06T19:30:08.201Z | found 1 output files |
| 3522 | 2026-03-06T19:30:08.202Z | uploading: /work/package.tar.gz (2322512259 bytes) |
| 3523 | 2026-03-06T19:30:42.679Z | uploaded: /work/package.tar.gz |