|
|
|
| 1 | 2026-01-23T14:29:47.980Z | job assigned to worker 01KFNM4TZRY37MMVSRN4QRZ4NG [factory gimlet-EVT22200007-propolis, EVT22200007/55535] (queued for 33 s) |
| |
| 2 | 2026-01-23T14:29:56.940Z | starting task 0: "setup" |
| 3 | 2026-01-23T14:29:56.966Z | ++ uname -s |
| 4 | 2026-01-23T14:29:56.966Z | + kern=SunOS |
| 5 | 2026-01-23T14:29:56.966Z | + build_user=build |
| 6 | 2026-01-23T14:29:56.966Z | + build_uid=12345 |
| 7 | 2026-01-23T14:29:56.966Z | + work_dir=/work |
| 8 | 2026-01-23T14:29:56.966Z | + input_dir=/input |
| 9 | 2026-01-23T14:29:56.966Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-23T14:29:56.966Z | + case "$kern" in |
| 11 | 2026-01-23T14:29:56.966Z | + groupadd -g 12345 build |
| 12 | 2026-01-23T14:29:56.966Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-23T14:29:58.968Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-23T14:29:59.010Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-23T14:29:59.035Z | + home_fs=zfs |
| 16 | 2026-01-23T14:29:59.035Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-23T14:29:59.035Z | + mkdir -p /home/build |
| 18 | 2026-01-23T14:29:59.035Z | + chown build:build /home/build /work |
| 19 | 2026-01-23T14:30:01.021Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-23T14:30:01.045Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-01-23T14:30:01.097Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-23T14:30:01.122Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-23T14:30:01.122Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-23T14:30:01.122Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-01-23T14:30:01.122Z | * rust toolchain profile = "default" |
| 26 | 2026-01-23T14:30:01.122Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-23T14:30:01.122Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-23T14:30:01.122Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-23T14:30:01.122Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-23T14:30:01.241Z | info: downloading installer |
| 31 | 2026-01-23T14:30:02.014Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-23T14:30:02.014Z | warn: /opt/ooce/bin |
| 33 | 2026-01-23T14:30:02.014Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-23T14:30:02.038Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-23T14:30:02.038Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-23T14:30:02.038Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-23T14:30:02.038Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-23T14:30:02.038Z | error: cannot install while Rust is installed |
| 39 | 2026-01-23T14:30:02.038Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-23T14:30:02.038Z | info: profile set to 'default' |
| 41 | 2026-01-23T14:30:02.038Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-23T14:30:02.038Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-23T14:30:02.150Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-23T14:30:02.150Z | info: downloading component 'cargo' |
| 45 | 2026-01-23T14:30:02.314Z | info: downloading component 'clippy' |
| 46 | 2026-01-23T14:30:02.391Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-23T14:30:02.936Z | info: downloading component 'rust-std' |
| 48 | 2026-01-23T14:30:03.302Z | info: downloading component 'rustc' |
| 49 | 2026-01-23T14:30:04.882Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-23T14:30:04.941Z | info: installing component 'cargo' |
| 51 | 2026-01-23T14:30:06.198Z | info: installing component 'clippy' |
| 52 | 2026-01-23T14:30:06.676Z | info: installing component 'rust-docs' |
| 53 | 2026-01-23T14:30:10.155Z | info: installing component 'rust-std' |
| 54 | 2026-01-23T14:30:12.226Z | info: installing component 'rustc' |
| 55 | 2026-01-23T14:30:20.750Z | info: installing component 'rustfmt' |
| 56 | 2026-01-23T14:30:21.153Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-23T14:30:21.153Z | |
| 58 | 2026-01-23T14:30:21.343Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-23T14:30:21.343Z | |
| 60 | 2026-01-23T14:30:21.367Z | |
| 61 | 2026-01-23T14:30:21.367Z | Rust is installed now. Great! |
| 62 | 2026-01-23T14:30:21.367Z | |
| 63 | 2026-01-23T14:30:21.367Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-23T14:30:21.367Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-23T14:30:21.367Z | |
| 66 | 2026-01-23T14:30:21.367Z | To configure your current shell, you need to source |
| 67 | 2026-01-23T14:30:21.368Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-23T14:30:21.368Z | |
| 69 | 2026-01-23T14:30:21.368Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-23T14:30:21.368Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-23T14:30:21.368Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-23T14:30:21.368Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-23T14:30:21.477Z | + rustup --version |
| 74 | 2026-01-23T14:30:21.501Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-23T14:30:21.501Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-23T14:30:21.645Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-23T14:30:21.670Z | + cargo --version |
| 78 | 2026-01-23T14:30:21.776Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-23T14:30:21.800Z | + rustc --version |
| 80 | 2026-01-23T14:30:21.909Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-23T14:30:21.933Z | process exited: duration 20824 ms, exit code 0 |
| |
| 82 | 2026-01-23T14:30:21.982Z | starting task 2: "authentication" |
| 83 | 2026-01-23T14:30:22.066Z | process exited: duration 83 ms, exit code 0 |
| |
| 84 | 2026-01-23T14:30:22.115Z | starting task 3: "clone repository" |
| 85 | 2026-01-23T14:30:22.139Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-23T14:30:22.139Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-23T14:30:22.164Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-23T14:30:32.304Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-23T14:30:32.304Z | + git fetch origin 7114c35df1126a36c163ea5db5fb0556cb559ccb |
| 90 | 2026-01-23T14:30:32.739Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-23T14:30:32.739Z | * branch 7114c35df1126a36c163ea5db5fb0556cb559ccb -> FETCH_HEAD |
| 92 | 2026-01-23T14:30:32.763Z | + [[ -n zl/api-guidelines-cleanup ]] |
| 93 | 2026-01-23T14:30:32.763Z | ++ git branch --show-current |
| 94 | 2026-01-23T14:30:32.763Z | + current=main |
| 95 | 2026-01-23T14:30:32.763Z | + [[ main != zl/api-guidelines-cleanup ]] |
| 96 | 2026-01-23T14:30:32.763Z | + git branch -f zl/api-guidelines-cleanup 7114c35df1126a36c163ea5db5fb0556cb559ccb |
| 97 | 2026-01-23T14:30:32.787Z | + git checkout -f zl/api-guidelines-cleanup |
| 98 | 2026-01-23T14:30:32.858Z | Switched to branch 'zl/api-guidelines-cleanup' |
| 99 | 2026-01-23T14:30:32.882Z | + git reset --hard 7114c35df1126a36c163ea5db5fb0556cb559ccb |
| 100 | 2026-01-23T14:30:32.953Z | HEAD is now at 7114c35df [nexus] Clean up API versioning: chain conversions, fix module docs |
| 101 | 2026-01-23T14:30:32.977Z | process exited: duration 10841 ms, exit code 0 |
| |
| 102 | 2026-01-23T14:30:33.029Z | starting task 4: "build" |
| 103 | 2026-01-23T14:30:33.053Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-23T14:30:33.053Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-23T14:30:33.053Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-23T14:30:33.053Z | + cargo --version |
| 107 | 2026-01-23T14:30:33.116Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-23T14:30:33.140Z | + rustc --version |
| 109 | 2026-01-23T14:30:33.218Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-23T14:30:33.244Z | + WORK=/work |
| 111 | 2026-01-23T14:30:33.244Z | + pfexec mkdir -p /work |
| 112 | 2026-01-23T14:30:33.244Z | + pfexec chown build /work |
| 113 | 2026-01-23T14:30:33.244Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-01-23T14:30:51.509Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-01-23T14:31:03.717Z | Startup: Caching catalogs ... Done |
| 116 | 2026-01-23T14:31:28.058Z | Planning: Solver setup ... Done (22.420s) |
| 117 | 2026-01-23T14:31:28.224Z | Planning: Running solver ... Done (0.165s) |
| 118 | 2026-01-23T14:31:28.375Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-01-23T14:31:28.505Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-01-23T14:31:29.427Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-01-23T14:31:29.491Z | Planning: Package planning ... Done (0.064s) |
| 122 | 2026-01-23T14:31:29.550Z | Planning: Merging actions ... Done (0.059s) |
| 123 | 2026-01-23T14:31:29.883Z | Planning: Checking for conflicting actions ... Done (0.333s) |
| 124 | 2026-01-23T14:31:29.907Z | Planning: Consolidating action changes ... Done (0.013s) |
| 125 | 2026-01-23T14:31:30.569Z | Planning: Evaluating mediators ... Done (0.671s) |
| 126 | 2026-01-23T14:31:30.593Z | Planning: Planning completed in 26.74 seconds |
| 127 | 2026-01-23T14:31:30.618Z | Packages to install: 4 |
| 128 | 2026-01-23T14:31:30.618Z | Mediators to change: 2 |
| 129 | 2026-01-23T14:31:30.618Z | Services to change: 1 |
| 130 | 2026-01-23T14:31:30.618Z | Estimated space available: 154.95 GB |
| 131 | 2026-01-23T14:31:30.618Z | Estimated space to be consumed: 1.79 GB |
| 132 | 2026-01-23T14:31:30.618Z | Create boot environment: No |
| 133 | 2026-01-23T14:31:30.618Z | Create backup boot environment: No |
| 134 | 2026-01-23T14:31:30.618Z | Rebuild boot archive: No |
| 135 | 2026-01-23T14:31:30.618Z | |
| 136 | 2026-01-23T14:31:30.618Z | Changed mediators: |
| 137 | 2026-01-23T14:31:30.618Z | mediator clang: |
| 138 | 2026-01-23T14:31:30.618Z | version: None -> 15 (system default) |
| 139 | 2026-01-23T14:31:30.618Z | |
| 140 | 2026-01-23T14:31:30.618Z | mediator llvm: |
| 141 | 2026-01-23T14:31:30.618Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-01-23T14:31:30.618Z | |
| 143 | 2026-01-23T14:31:30.618Z | Changed packages: |
| 144 | 2026-01-23T14:31:30.618Z | helios-dev |
| 145 | 2026-01-23T14:31:30.618Z | developer/build-essential |
| 146 | 2026-01-23T14:31:30.619Z | None -> 11-2.0 |
| 147 | 2026-01-23T14:31:30.619Z | library/libxmlsec1 |
| 148 | 2026-01-23T14:31:30.619Z | None -> 1.2.35-2.0 |
| 149 | 2026-01-23T14:31:30.619Z | ooce/developer/clang-15 |
| 150 | 2026-01-23T14:31:30.619Z | None -> 15.0.7-2.0 |
| 151 | 2026-01-23T14:31:30.619Z | ooce/developer/llvm-15 |
| 152 | 2026-01-23T14:31:30.619Z | None -> 15.0.7-2.0 |
| 153 | 2026-01-23T14:31:30.619Z | |
| 154 | 2026-01-23T14:31:30.619Z | Services: |
| 155 | 2026-01-23T14:31:30.619Z | restart_fmri: |
| 156 | 2026-01-23T14:31:30.619Z | svc:/system/update-man-index:default |
| 157 | 2026-01-23T14:31:30.659Z | |
| 158 | 2026-01-23T14:31:30.659Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-01-23T14:31:35.659Z | Download: 1193/3290 items 51.2/212.6MB 24% complete (10.3M/s) |
| 160 | 2026-01-23T14:31:40.661Z | Download: 2129/3290 items 115.4/212.6MB 54% complete (11.6M/s) |
| 161 | 2026-01-23T14:31:45.668Z | Download: 3248/3290 items 202.5/212.6MB 95% complete (15.8M/s) |
| 162 | 2026-01-23T14:31:47.044Z | Download: Completed 212.60 MB in 16.39 seconds (13.0M/s) |
| 163 | 2026-01-23T14:31:47.245Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2026-01-23T14:31:52.256Z | Actions: 1986/3689 actions (Installing new actions) |
| 165 | 2026-01-23T14:31:53.164Z | Actions: Completed 3689 actions in 5.92 seconds. |
| 166 | 2026-01-23T14:31:54.252Z | Done (1.081s) |
| 167 | 2026-01-23T14:31:54.252Z | Done (0.000s) |
| 168 | 2026-01-23T14:31:55.561Z | Done (1.309s) |
| 169 | 2026-01-23T14:32:00.593Z | Done (4.772s) |
| 170 | 2026-01-23T14:32:00.688Z | Done (0.020s) |
| 171 | 2026-01-23T14:32:00.713Z | Done (0.000s) |
| 172 | 2026-01-23T14:32:00.860Z | Done (0.000s) |
| 173 | 2026-01-23T14:32:01.952Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2026-01-23T14:32:02.233Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2026-01-23T14:32:02.260Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-01-23T14:32:02.612Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-01-23T14:32:02.637Z | Planning: Planning completed in 0.66 seconds |
| 178 | 2026-01-23T14:32:02.663Z | Mediators to change: 2 |
| 179 | 2026-01-23T14:32:02.663Z | Create boot environment: No |
| 180 | 2026-01-23T14:32:02.663Z | Create backup boot environment: No |
| 181 | 2026-01-23T14:32:02.721Z | Done |
| 182 | 2026-01-23T14:32:02.721Z | Done |
| 183 | 2026-01-23T14:32:03.849Z | Done |
| 184 | 2026-01-23T14:32:08.665Z | Done |
| 185 | 2026-01-23T14:32:08.755Z | Done |
| 186 | 2026-01-23T14:32:08.755Z | Done |
| 187 | 2026-01-23T14:32:08.814Z | Done |
| 188 | 2026-01-23T14:32:09.586Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2026-01-23T14:32:09.610Z | Planning: Merging actions ... Done |
| 190 | 2026-01-23T14:32:09.834Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2026-01-23T14:32:09.858Z | Planning: Consolidating action changes ... Done |
| 192 | 2026-01-23T14:32:10.170Z | Planning: Evaluating mediators ... Done |
| 193 | 2026-01-23T14:32:10.239Z | Planning: Planning completed in 0.96 seconds |
| 194 | 2026-01-23T14:32:10.280Z | Packages to change: 1 |
| 195 | 2026-01-23T14:32:10.280Z | Mediators to change: 1 |
| 196 | 2026-01-23T14:32:10.280Z | Services to change: 1 |
| 197 | 2026-01-23T14:32:10.280Z | Create boot environment: No |
| 198 | 2026-01-23T14:32:10.280Z | Create backup boot environment: Yes |
| 199 | 2026-01-23T14:32:12.310Z | Actions: 1/6 actions (Updating modified actions) |
| 200 | 2026-01-23T14:32:12.335Z | Actions: Completed 6 actions in 0.00 seconds. |
| 201 | 2026-01-23T14:32:12.335Z | Done |
| 202 | 2026-01-23T14:32:12.335Z | Done |
| 203 | 2026-01-23T14:32:12.568Z | Done |
| 204 | 2026-01-23T14:32:17.386Z | Done |
| 205 | 2026-01-23T14:32:17.481Z | Done |
| 206 | 2026-01-23T14:32:17.505Z | Done |
| 207 | 2026-01-23T14:32:17.529Z | Done |
| 208 | 2026-01-23T14:32:18.115Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2026-01-23T14:32:18.115Z | clang system 15 system |
| 210 | 2026-01-23T14:32:18.115Z | csh system system illumos |
| 211 | 2026-01-23T14:32:18.115Z | ctags system system illumos |
| 212 | 2026-01-23T14:32:18.115Z | file system system illumos |
| 213 | 2026-01-23T14:32:18.115Z | gcc vendor 12 vendor |
| 214 | 2026-01-23T14:32:18.115Z | gcc system 10 system |
| 215 | 2026-01-23T14:32:18.115Z | gcc system 7 system |
| 216 | 2026-01-23T14:32:18.115Z | go system 1.20 system |
| 217 | 2026-01-23T14:32:18.115Z | go system 1.19 system |
| 218 | 2026-01-23T14:32:18.115Z | llvm system 15 system |
| 219 | 2026-01-23T14:32:18.115Z | llvm system 14 system |
| 220 | 2026-01-23T14:32:18.115Z | mariadb system 10.6 system |
| 221 | 2026-01-23T14:32:18.115Z | mta vendor vendor dma |
| 222 | 2026-01-23T14:32:18.115Z | openjdk system 17 system |
| 223 | 2026-01-23T14:32:18.115Z | openjdk system 11 system |
| 224 | 2026-01-23T14:32:18.115Z | openjdk system 1.8 system |
| 225 | 2026-01-23T14:32:18.115Z | openssl vendor 3 vendor |
| 226 | 2026-01-23T14:32:18.115Z | perl system 5.36 system |
| 227 | 2026-01-23T14:32:18.115Z | postgresql system 15 system |
| 228 | 2026-01-23T14:32:18.115Z | postgresql system 13 system |
| 229 | 2026-01-23T14:32:18.115Z | python vendor 3 vendor |
| 230 | 2026-01-23T14:32:18.116Z | python system 2 system |
| 231 | 2026-01-23T14:32:18.116Z | python3 system 3.11 system |
| 232 | 2026-01-23T14:32:18.116Z | ruby system 3.0 system |
| 233 | 2026-01-23T14:32:18.116Z | words vendor vendor american-english |
| 234 | 2026-01-23T14:32:18.116Z | words system system australian-english |
| 235 | 2026-01-23T14:32:18.116Z | words system system british-english |
| 236 | 2026-01-23T14:32:18.116Z | words system system canadian-english |
| 237 | 2026-01-23T14:32:18.116Z | words system system french |
| 238 | 2026-01-23T14:32:18.116Z | words system system italian |
| 239 | 2026-01-23T14:32:18.116Z | words system system ngerman |
| 240 | 2026-01-23T14:32:18.116Z | words system system ogerman |
| 241 | 2026-01-23T14:32:18.116Z | words system system spanish |
| 242 | 2026-01-23T14:32:18.525Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2026-01-23T14:32:18.525Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 244 | 2026-01-23T14:32:26.093Z | FMRI IFO |
| 245 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 246 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 247 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 248 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 249 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 250 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 251 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 253 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 254 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 255 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 256 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 257 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 259 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 260 | 2026-01-23T14:32:26.093Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 261 | 2026-01-23T14:32:27.397Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 262 | 2026-01-23T14:32:27.853Z | Updating crates.io index |
| 263 | 2026-01-23T14:32:27.903Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-01-23T14:32:28.361Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2026-01-23T14:32:29.465Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-01-23T14:32:29.835Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2026-01-23T14:32:30.186Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2026-01-23T14:32:30.643Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-01-23T14:32:32.184Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-01-23T14:32:34.698Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2026-01-23T14:32:35.620Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 272 | 2026-01-23T14:32:36.014Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 273 | 2026-01-23T14:32:36.852Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-01-23T14:32:37.517Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 275 | 2026-01-23T14:32:37.872Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 276 | 2026-01-23T14:32:38.425Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 277 | 2026-01-23T14:32:38.804Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 278 | 2026-01-23T14:32:39.652Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2026-01-23T14:32:40.469Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-01-23T14:32:40.868Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 281 | 2026-01-23T14:32:41.258Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 282 | 2026-01-23T14:32:41.717Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 283 | 2026-01-23T14:32:42.191Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 284 | 2026-01-23T14:32:42.510Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 285 | 2026-01-23T14:32:42.884Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2026-01-23T14:32:43.357Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 287 | 2026-01-23T14:32:43.964Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 288 | 2026-01-23T14:32:44.312Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 289 | 2026-01-23T14:32:44.727Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2026-01-23T14:32:45.112Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2026-01-23T14:32:45.975Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 292 | 2026-01-23T14:32:46.471Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 293 | 2026-01-23T14:32:46.808Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 294 | 2026-01-23T14:32:47.259Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-01-23T14:32:47.783Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 296 | 2026-01-23T14:32:48.216Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 297 | 2026-01-23T14:32:48.582Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 298 | 2026-01-23T14:32:48.934Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 299 | 2026-01-23T14:32:49.298Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 300 | 2026-01-23T14:33:02.241Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 301 | 2026-01-23T14:33:02.685Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-01-23T14:33:04.298Z | Downloading crates ... |
| 303 | 2026-01-23T14:33:04.373Z | Downloaded anstyle v1.0.11 |
| 304 | 2026-01-23T14:33:04.397Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-01-23T14:33:04.397Z | Downloaded equivalent v1.0.2 |
| 306 | 2026-01-23T14:33:04.397Z | Downloaded errno v0.3.12 |
| 307 | 2026-01-23T14:33:04.398Z | Downloaded erased-serde v0.4.6 |
| 308 | 2026-01-23T14:33:04.398Z | Downloaded tinystr v0.7.6 |
| 309 | 2026-01-23T14:33:04.398Z | Downloaded thiserror v2.0.17 |
| 310 | 2026-01-23T14:33:04.422Z | Downloaded zerofrom-derive v0.1.4 |
| 311 | 2026-01-23T14:33:04.422Z | Downloaded yoke-derive v0.7.4 |
| 312 | 2026-01-23T14:33:04.422Z | Downloaded writeable v0.5.5 |
| 313 | 2026-01-23T14:33:04.422Z | Downloaded zmij v1.0.15 |
| 314 | 2026-01-23T14:33:04.447Z | Downloaded ucd-trie v0.1.7 |
| 315 | 2026-01-23T14:33:04.447Z | Downloaded unicode-ident v1.0.19 |
| 316 | 2026-01-23T14:33:04.447Z | Downloaded url v2.5.4 |
| 317 | 2026-01-23T14:33:04.447Z | Downloaded serde-untagged v0.1.7 |
| 318 | 2026-01-23T14:33:04.447Z | Downloaded zerovec v0.10.4 |
| 319 | 2026-01-23T14:33:04.471Z | Downloaded serde_core v1.0.228 |
| 320 | 2026-01-23T14:33:04.471Z | Downloaded zerocopy v0.7.35 |
| 321 | 2026-01-23T14:33:04.495Z | Downloaded pest v2.8.2 |
| 322 | 2026-01-23T14:33:04.495Z | Downloaded indexmap v2.12.1 |
| 323 | 2026-01-23T14:33:04.495Z | Downloaded idna v1.0.3 |
| 324 | 2026-01-23T14:33:04.495Z | Downloaded serde_json v1.0.149 |
| 325 | 2026-01-23T14:33:04.520Z | Downloaded unicode-width v0.2.0 |
| 326 | 2026-01-23T14:33:04.520Z | Downloaded unicode-width v0.1.14 |
| 327 | 2026-01-23T14:33:04.520Z | Downloaded tabled v0.15.0 |
| 328 | 2026-01-23T14:33:04.544Z | Downloaded syn v2.0.111 |
| 329 | 2026-01-23T14:33:04.568Z | Downloaded syn v1.0.109 |
| 330 | 2026-01-23T14:33:04.568Z | Downloaded icu_properties_data v1.5.0 |
| 331 | 2026-01-23T14:33:04.592Z | Downloaded goblin v0.8.2 |
| 332 | 2026-01-23T14:33:04.592Z | Downloaded icu_collections v1.5.0 |
| 333 | 2026-01-23T14:33:04.617Z | Downloaded winnow v0.7.13 |
| 334 | 2026-01-23T14:33:04.617Z | Downloaded rustix v0.38.37 |
| 335 | 2026-01-23T14:33:04.641Z | Downloaded rustix v1.1.3 |
| 336 | 2026-01-23T14:33:04.666Z | Downloaded proc-macro2 v1.0.101 |
| 337 | 2026-01-23T14:33:04.690Z | Downloaded num-traits v0.2.19 |
| 338 | 2026-01-23T14:33:04.690Z | Downloaded icu_normalizer_data v1.5.0 |
| 339 | 2026-01-23T14:33:04.690Z | Downloaded hashbrown v0.16.1 |
| 340 | 2026-01-23T14:33:04.690Z | Downloaded getrandom v0.3.4 |
| 341 | 2026-01-23T14:33:04.690Z | Downloaded pest_meta v2.8.2 |
| 342 | 2026-01-23T14:33:04.690Z | Downloaded pest_derive v2.8.2 |
| 343 | 2026-01-23T14:33:04.690Z | Downloaded papergrid v0.11.0 |
| 344 | 2026-01-23T14:33:04.715Z | Downloaded icu_properties v1.5.1 |
| 345 | 2026-01-23T14:33:04.715Z | Downloaded icu_locid v1.5.0 |
| 346 | 2026-01-23T14:33:04.715Z | Downloaded ordered-float v2.10.1 |
| 347 | 2026-01-23T14:33:04.715Z | Downloaded icu_provider v1.5.0 |
| 348 | 2026-01-23T14:33:04.715Z | Downloaded cargo_toml v0.21.0 |
| 349 | 2026-01-23T14:33:04.715Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-01-23T14:33:04.715Z | Downloaded tempfile v3.24.0 |
| 351 | 2026-01-23T14:33:04.715Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-01-23T14:33:04.740Z | Downloaded semver v1.0.27 |
| 353 | 2026-01-23T14:33:04.740Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-01-23T14:33:04.740Z | Downloaded litemap v0.7.3 |
| 355 | 2026-01-23T14:33:04.740Z | Downloaded icu_normalizer v1.5.0 |
| 356 | 2026-01-23T14:33:04.740Z | Downloaded generic-array v0.14.7 |
| 357 | 2026-01-23T14:33:04.740Z | Downloaded fs-err v3.1.1 |
| 358 | 2026-01-23T14:33:04.740Z | Downloaded serde-value v0.7.0 |
| 359 | 2026-01-23T14:33:04.740Z | Downloaded libc v0.2.180 |
| 360 | 2026-01-23T14:33:04.770Z | Downloaded scroll v0.12.0 |
| 361 | 2026-01-23T14:33:04.794Z | Downloaded pest_generator v2.8.2 |
| 362 | 2026-01-23T14:33:04.794Z | Downloaded memchr v2.7.4 |
| 363 | 2026-01-23T14:33:04.794Z | Downloaded log v0.4.29 |
| 364 | 2026-01-23T14:33:04.794Z | Downloaded toml v0.8.23 |
| 365 | 2026-01-23T14:33:04.795Z | Downloaded swrite v0.1.0 |
| 366 | 2026-01-23T14:33:04.795Z | Downloaded serde v1.0.228 |
| 367 | 2026-01-23T14:33:04.795Z | Downloaded scroll_derive v0.12.0 |
| 368 | 2026-01-23T14:33:04.795Z | Downloaded heck v0.5.0 |
| 369 | 2026-01-23T14:33:04.795Z | Downloaded form_urlencoded v1.2.2 |
| 370 | 2026-01-23T14:33:04.795Z | Downloaded fnv v1.0.7 |
| 371 | 2026-01-23T14:33:04.795Z | Downloaded fastrand v2.1.1 |
| 372 | 2026-01-23T14:33:04.795Z | Downloaded zerovec-derive v0.10.3 |
| 373 | 2026-01-23T14:33:04.819Z | Downloaded zerocopy-derive v0.7.35 |
| 374 | 2026-01-23T14:33:04.819Z | Downloaded yoke v0.7.4 |
| 375 | 2026-01-23T14:33:04.819Z | Downloaded unicode-xid v0.2.6 |
| 376 | 2026-01-23T14:33:04.819Z | Downloaded synstructure v0.13.1 |
| 377 | 2026-01-23T14:33:04.819Z | Downloaded serde_tokenstream v0.2.2 |
| 378 | 2026-01-23T14:33:04.819Z | Downloaded serde_derive v1.0.228 |
| 379 | 2026-01-23T14:33:04.819Z | Downloaded percent-encoding v2.3.2 |
| 380 | 2026-01-23T14:33:04.819Z | Downloaded macaddr v1.0.1 |
| 381 | 2026-01-23T14:33:04.819Z | Downloaded itoa v1.0.11 |
| 382 | 2026-01-23T14:33:04.820Z | Downloaded icu_provider_macros v1.5.0 |
| 383 | 2026-01-23T14:33:04.820Z | Downloaded heck v0.4.1 |
| 384 | 2026-01-23T14:33:04.820Z | Downloaded camino-tempfile v1.4.1 |
| 385 | 2026-01-23T14:33:04.820Z | Downloaded usdt-impl v0.5.0 |
| 386 | 2026-01-23T14:33:04.820Z | Downloaded usdt v0.5.0 |
| 387 | 2026-01-23T14:33:04.844Z | Downloaded thiserror-impl v2.0.17 |
| 388 | 2026-01-23T14:33:04.844Z | Downloaded strsim v0.11.1 |
| 389 | 2026-01-23T14:33:04.844Z | Downloaded quote v1.0.40 |
| 390 | 2026-01-23T14:33:04.844Z | Downloaded once_cell v1.21.3 |
| 391 | 2026-01-23T14:33:04.844Z | Downloaded is_terminal_polyfill v1.70.1 |
| 392 | 2026-01-23T14:33:04.844Z | Downloaded camino v1.2.1 |
| 393 | 2026-01-23T14:33:04.844Z | Downloaded write16 v1.0.0 |
| 394 | 2026-01-23T14:33:04.844Z | Downloaded utf8parse v0.2.2 |
| 395 | 2026-01-23T14:33:04.844Z | Downloaded utf8_iter v1.0.4 |
| 396 | 2026-01-23T14:33:04.844Z | Downloaded usdt-macro v0.5.0 |
| 397 | 2026-01-23T14:33:04.844Z | Downloaded unicode-linebreak v0.1.5 |
| 398 | 2026-01-23T14:33:04.844Z | Downloaded typeid v1.0.3 |
| 399 | 2026-01-23T14:33:04.844Z | Downloaded toml_datetime v0.6.11 |
| 400 | 2026-01-23T14:33:04.844Z | Downloaded thread-id v4.2.2 |
| 401 | 2026-01-23T14:33:04.845Z | Downloaded thiserror-impl v1.0.69 |
| 402 | 2026-01-23T14:33:04.845Z | Downloaded textwrap v0.16.2 |
| 403 | 2026-01-23T14:33:04.845Z | Downloaded stable_deref_trait v1.2.0 |
| 404 | 2026-01-23T14:33:04.869Z | Downloaded smallvec v1.15.1 |
| 405 | 2026-01-23T14:33:04.869Z | Downloaded serde_spanned v0.6.9 |
| 406 | 2026-01-23T14:33:04.869Z | Downloaded proc-macro-error-attr v1.0.4 |
| 407 | 2026-01-23T14:33:04.869Z | Downloaded memmap v0.7.0 |
| 408 | 2026-01-23T14:33:04.869Z | Downloaded idna_adapter v1.2.0 |
| 409 | 2026-01-23T14:33:04.869Z | Downloaded cargo-platform v0.2.0 |
| 410 | 2026-01-23T14:33:04.869Z | Downloaded zerofrom v0.1.4 |
| 411 | 2026-01-23T14:33:04.869Z | Downloaded version_check v0.9.5 |
| 412 | 2026-01-23T14:33:04.869Z | Downloaded utf16_iter v1.0.5 |
| 413 | 2026-01-23T14:33:04.869Z | Downloaded usdt-attr-macro v0.5.0 |
| 414 | 2026-01-23T14:33:04.870Z | Downloaded typenum v1.17.0 |
| 415 | 2026-01-23T14:33:04.870Z | Downloaded toml_write v0.1.2 |
| 416 | 2026-01-23T14:33:04.870Z | Downloaded smawk v0.3.2 |
| 417 | 2026-01-23T14:33:04.870Z | Downloaded pretty-hex v0.4.1 |
| 418 | 2026-01-23T14:33:04.870Z | Downloaded plain v0.2.3 |
| 419 | 2026-01-23T14:33:04.870Z | Downloaded icu_locid_transform v1.5.0 |
| 420 | 2026-01-23T14:33:04.870Z | Downloaded cargo_metadata v0.21.0 |
| 421 | 2026-01-23T14:33:04.870Z | Downloaded cargo-util-schemas v0.8.2 |
| 422 | 2026-01-23T14:33:04.894Z | Downloaded terminal_size v0.4.0 |
| 423 | 2026-01-23T14:33:04.894Z | Downloaded tabled_derive v0.7.0 |
| 424 | 2026-01-23T14:33:04.894Z | Downloaded clap_builder v4.5.48 |
| 425 | 2026-01-23T14:33:04.894Z | Downloaded cfg-if v1.0.4 |
| 426 | 2026-01-23T14:33:04.895Z | Downloaded autocfg v1.4.0 |
| 427 | 2026-01-23T14:33:04.895Z | Downloaded anyhow v1.0.99 |
| 428 | 2026-01-23T14:33:04.895Z | Downloaded thiserror v1.0.69 |
| 429 | 2026-01-23T14:33:04.895Z | Downloaded icu_locid_transform_data v1.5.0 |
| 430 | 2026-01-23T14:33:04.895Z | Downloaded clap v4.5.48 |
| 431 | 2026-01-23T14:33:04.919Z | Downloaded displaydoc v0.2.5 |
| 432 | 2026-01-23T14:33:04.919Z | Downloaded bytecount v0.6.8 |
| 433 | 2026-01-23T14:33:04.919Z | Downloaded dof v0.3.0 |
| 434 | 2026-01-23T14:33:04.919Z | Downloaded crypto-common v0.1.6 |
| 435 | 2026-01-23T14:33:04.919Z | Downloaded clap_derive v4.5.47 |
| 436 | 2026-01-23T14:33:04.919Z | Downloaded block-buffer v0.10.4 |
| 437 | 2026-01-23T14:33:04.919Z | Downloaded bitflags v2.9.4 |
| 438 | 2026-01-23T14:33:04.919Z | Downloaded anstyle-query v1.1.1 |
| 439 | 2026-01-23T14:33:04.944Z | Downloaded anstyle-parse v0.2.5 |
| 440 | 2026-01-23T14:33:04.944Z | Downloaded anstream v0.6.18 |
| 441 | 2026-01-23T14:33:04.944Z | Downloaded digest v0.10.7 |
| 442 | 2026-01-23T14:33:04.944Z | Downloaded cpufeatures v0.2.14 |
| 443 | 2026-01-23T14:33:04.944Z | Downloaded colorchoice v1.0.2 |
| 444 | 2026-01-23T14:33:04.944Z | Downloaded clap_lex v0.7.4 |
| 445 | 2026-01-23T14:33:04.944Z | Downloaded byteorder v1.5.0 |
| 446 | 2026-01-23T14:33:05.029Z | Compiling proc-macro2 v1.0.101 |
| 447 | 2026-01-23T14:33:05.029Z | Compiling unicode-ident v1.0.19 |
| 448 | 2026-01-23T14:33:05.029Z | Compiling serde_core v1.0.228 |
| 449 | 2026-01-23T14:33:05.029Z | Compiling serde v1.0.228 |
| 450 | 2026-01-23T14:33:05.053Z | Compiling version_check v0.9.5 |
| 451 | 2026-01-23T14:33:05.053Z | Compiling libc v0.2.180 |
| 452 | 2026-01-23T14:33:05.053Z | Compiling memchr v2.7.4 |
| 453 | 2026-01-23T14:33:05.053Z | Compiling thiserror v2.0.17 |
| 454 | 2026-01-23T14:33:05.433Z | Compiling stable_deref_trait v1.2.0 |
| 455 | 2026-01-23T14:33:05.552Z | Compiling zmij v1.0.15 |
| 456 | 2026-01-23T14:33:05.951Z | Compiling thiserror v1.0.69 |
| 457 | 2026-01-23T14:33:06.048Z | Compiling writeable v0.5.5 |
| 458 | 2026-01-23T14:33:06.230Z | Compiling ucd-trie v0.1.7 |
| 459 | 2026-01-23T14:33:06.544Z | Compiling itoa v1.0.11 |
| 460 | 2026-01-23T14:33:06.574Z | Compiling litemap v0.7.3 |
| 461 | 2026-01-23T14:33:06.710Z | Compiling autocfg v1.4.0 |
| 462 | 2026-01-23T14:33:06.852Z | Compiling bitflags v2.9.4 |
| 463 | 2026-01-23T14:33:06.968Z | Compiling byteorder v1.5.0 |
| 464 | 2026-01-23T14:33:07.308Z | Compiling errno v0.3.12 |
| 465 | 2026-01-23T14:33:07.348Z | Compiling quote v1.0.40 |
| 466 | 2026-01-23T14:33:07.457Z | Compiling icu_locid_transform_data v1.5.0 |
| 467 | 2026-01-23T14:33:07.745Z | Compiling serde_json v1.0.149 |
| 468 | 2026-01-23T14:33:07.774Z | Compiling icu_properties_data v1.5.0 |
| 469 | 2026-01-23T14:33:07.930Z | Compiling syn v2.0.111 |
| 470 | 2026-01-23T14:33:08.013Z | Compiling num-traits v0.2.19 |
| 471 | 2026-01-23T14:33:08.044Z | Compiling smallvec v1.15.1 |
| 472 | 2026-01-23T14:33:08.148Z | Compiling hashbrown v0.16.1 |
| 473 | 2026-01-23T14:33:08.330Z | Compiling typeid v1.0.3 |
| 474 | 2026-01-23T14:33:08.449Z | Compiling icu_normalizer_data v1.5.0 |
| 475 | 2026-01-23T14:33:08.486Z | Compiling equivalent v1.0.2 |
| 476 | 2026-01-23T14:33:08.515Z | Compiling utf16_iter v1.0.5 |
| 477 | 2026-01-23T14:33:08.588Z | Compiling rustix v0.38.37 |
| 478 | 2026-01-23T14:33:08.640Z | Compiling write16 v1.0.0 |
| 479 | 2026-01-23T14:33:08.794Z | Compiling utf8_iter v1.0.4 |
| 480 | 2026-01-23T14:33:09.176Z | Compiling usdt-impl v0.5.0 |
| 481 | 2026-01-23T14:33:09.483Z | Compiling indexmap v2.12.1 |
| 482 | 2026-01-23T14:33:09.547Z | Compiling proc-macro-error-attr v1.0.4 |
| 483 | 2026-01-23T14:33:09.675Z | Compiling syn v1.0.109 |
| 484 | 2026-01-23T14:33:09.764Z | Compiling toml_write v0.1.2 |
| 485 | 2026-01-23T14:33:09.901Z | Compiling winnow v0.7.13 |
| 486 | 2026-01-23T14:33:10.017Z | Compiling thread-id v4.2.2 |
| 487 | 2026-01-23T14:33:10.799Z | Compiling proc-macro-error v1.0.4 |
| 488 | 2026-01-23T14:33:10.965Z | Compiling log v0.4.29 |
| 489 | 2026-01-23T14:33:11.112Z | Compiling rustix v1.1.3 |
| 490 | 2026-01-23T14:33:11.348Z | Compiling camino v1.2.1 |
| 491 | 2026-01-23T14:33:11.752Z | Compiling plain v0.2.3 |
| 492 | 2026-01-23T14:33:11.810Z | Compiling percent-encoding v2.3.2 |
| 493 | 2026-01-23T14:33:12.044Z | Compiling getrandom v0.3.4 |
| 494 | 2026-01-23T14:33:12.088Z | Compiling utf8parse v0.2.2 |
| 495 | 2026-01-23T14:33:12.261Z | Compiling form_urlencoded v1.2.2 |
| 496 | 2026-01-23T14:33:12.306Z | Compiling anstyle-parse v0.2.5 |
| 497 | 2026-01-23T14:33:12.455Z | Compiling ordered-float v2.10.1 |
| 498 | 2026-01-23T14:33:12.828Z | Compiling terminal_size v0.4.0 |
| 499 | 2026-01-23T14:33:13.354Z | Compiling cfg-if v1.0.4 |
| 500 | 2026-01-23T14:33:13.531Z | Compiling anstyle v1.0.11 |
| 501 | 2026-01-23T14:33:13.585Z | Compiling colorchoice v1.0.2 |
| 502 | 2026-01-23T14:33:13.695Z | Compiling is_terminal_polyfill v1.70.1 |
| 503 | 2026-01-23T14:33:13.813Z | Compiling pretty-hex v0.4.1 |
| 504 | 2026-01-23T14:33:13.844Z | Compiling anstyle-query v1.1.1 |
| 505 | 2026-01-23T14:33:14.034Z | Compiling anstream v0.6.18 |
| 506 | 2026-01-23T14:33:14.108Z | Compiling semver v1.0.27 |
| 507 | 2026-01-23T14:33:14.727Z | Compiling fs-err v3.1.1 |
| 508 | 2026-01-23T14:33:14.886Z | Compiling heck v0.5.0 |
| 509 | 2026-01-23T14:33:14.946Z | Compiling synstructure v0.13.1 |
| 510 | 2026-01-23T14:33:15.056Z | Compiling clap_lex v0.7.4 |
| 511 | 2026-01-23T14:33:15.098Z | Compiling anyhow v1.0.99 |
| 512 | 2026-01-23T14:33:15.381Z | Compiling once_cell v1.21.3 |
| 513 | 2026-01-23T14:33:15.519Z | Compiling fastrand v2.1.1 |
| 514 | 2026-01-23T14:33:15.696Z | Compiling fnv v1.0.7 |
| 515 | 2026-01-23T14:33:15.829Z | Compiling heck v0.4.1 |
| 516 | 2026-01-23T14:33:15.865Z | Compiling unicode-xid v0.2.6 |
| 517 | 2026-01-23T14:33:16.103Z | Compiling bytecount v0.6.8 |
| 518 | 2026-01-23T14:33:16.261Z | Compiling unicode-width v0.1.14 |
| 519 | 2026-01-23T14:33:16.307Z | Compiling strsim v0.11.1 |
| 520 | 2026-01-23T14:33:16.345Z | Compiling tempfile v3.24.0 |
| 521 | 2026-01-23T14:33:16.770Z | Compiling papergrid v0.11.0 |
| 522 | 2026-01-23T14:33:16.801Z | Compiling clap_builder v4.5.48 |
| 523 | 2026-01-23T14:33:17.011Z | Compiling memmap v0.7.0 |
| 524 | 2026-01-23T14:33:17.046Z | Compiling smawk v0.3.2 |
| 525 | 2026-01-23T14:33:17.224Z | Compiling unicode-width v0.2.0 |
| 526 | 2026-01-23T14:33:17.303Z | Compiling unicode-linebreak v0.1.5 |
| 527 | 2026-01-23T14:33:17.794Z | Compiling textwrap v0.16.2 |
| 528 | 2026-01-23T14:33:17.961Z | Compiling camino-tempfile v1.4.1 |
| 529 | 2026-01-23T14:33:18.410Z | Compiling swrite v0.1.0 |
| 530 | 2026-01-23T14:33:18.569Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 531 | 2026-01-23T14:33:18.632Z | Compiling tabled_derive v0.7.0 |
| 532 | 2026-01-23T14:33:19.212Z | Compiling serde_derive v1.0.228 |
| 533 | 2026-01-23T14:33:19.249Z | Compiling zerofrom-derive v0.1.4 |
| 534 | 2026-01-23T14:33:19.273Z | Compiling yoke-derive v0.7.4 |
| 535 | 2026-01-23T14:33:19.309Z | Compiling thiserror-impl v2.0.17 |
| 536 | 2026-01-23T14:33:19.551Z | Compiling zerovec-derive v0.10.3 |
| 537 | 2026-01-23T14:33:20.585Z | Compiling displaydoc v0.2.5 |
| 538 | 2026-01-23T14:33:21.758Z | Compiling thiserror-impl v1.0.69 |
| 539 | 2026-01-23T14:33:21.788Z | Compiling icu_provider_macros v1.5.0 |
| 540 | 2026-01-23T14:33:22.131Z | Compiling zerocopy-derive v0.7.35 |
| 541 | 2026-01-23T14:33:22.407Z | Compiling zerofrom v0.1.4 |
| 542 | 2026-01-23T14:33:22.627Z | Compiling pest v2.8.2 |
| 543 | 2026-01-23T14:33:22.753Z | Compiling yoke v0.7.4 |
| 544 | 2026-01-23T14:33:22.831Z | Compiling scroll_derive v0.12.0 |
| 545 | 2026-01-23T14:33:23.169Z | Compiling zerovec v0.10.4 |
| 546 | 2026-01-23T14:33:24.107Z | Compiling zerocopy v0.7.35 |
| 547 | 2026-01-23T14:33:24.135Z | Compiling scroll v0.12.0 |
| 548 | 2026-01-23T14:33:24.425Z | Compiling clap_derive v4.5.47 |
| 549 | 2026-01-23T14:33:24.726Z | Compiling goblin v0.8.2 |
| 550 | 2026-01-23T14:33:24.909Z | Compiling tinystr v0.7.6 |
| 551 | 2026-01-23T14:33:25.029Z | Compiling icu_collections v1.5.0 |
| 552 | 2026-01-23T14:33:25.229Z | Compiling pest_meta v2.8.2 |
| 553 | 2026-01-23T14:33:25.351Z | Compiling icu_locid v1.5.0 |
| 554 | 2026-01-23T14:33:25.477Z | Compiling tabled v0.15.0 |
| 555 | 2026-01-23T14:33:26.778Z | Compiling icu_provider v1.5.0 |
| 556 | 2026-01-23T14:33:27.245Z | Compiling pest_generator v2.8.2 |
| 557 | 2026-01-23T14:33:27.360Z | Compiling toml_datetime v0.6.11 |
| 558 | 2026-01-23T14:33:27.396Z | Compiling serde_spanned v0.6.9 |
| 559 | 2026-01-23T14:33:27.774Z | Compiling icu_locid_transform v1.5.0 |
| 560 | 2026-01-23T14:33:27.866Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-01-23T14:33:28.039Z | Compiling dof v0.3.0 |
| 562 | 2026-01-23T14:33:28.068Z | Compiling serde_tokenstream v0.2.2 |
| 563 | 2026-01-23T14:33:28.662Z | Compiling erased-serde v0.4.6 |
| 564 | 2026-01-23T14:33:28.895Z | Compiling serde-value v0.7.0 |
| 565 | 2026-01-23T14:33:28.923Z | Compiling cargo-platform v0.2.0 |
| 566 | 2026-01-23T14:33:29.416Z | Compiling pest_derive v2.8.2 |
| 567 | 2026-01-23T14:33:29.488Z | Compiling icu_properties v1.5.1 |
| 568 | 2026-01-23T14:33:29.671Z | Compiling serde-untagged v0.1.7 |
| 569 | 2026-01-23T14:33:29.779Z | Compiling clap v4.5.48 |
| 570 | 2026-01-23T14:33:29.920Z | Compiling macaddr v1.0.1 |
| 571 | 2026-01-23T14:33:30.162Z | Compiling dtrace-parser v0.2.0 |
| 572 | 2026-01-23T14:33:31.235Z | Compiling toml v0.8.23 |
| 573 | 2026-01-23T14:33:32.164Z | Compiling cargo_toml v0.21.0 |
| 574 | 2026-01-23T14:33:32.213Z | Compiling usdt-macro v0.5.0 |
| 575 | 2026-01-23T14:33:32.321Z | Compiling usdt-attr-macro v0.5.0 |
| 576 | 2026-01-23T14:33:33.047Z | Compiling icu_normalizer v1.5.0 |
| 577 | 2026-01-23T14:33:33.418Z | Compiling usdt v0.5.0 |
| 578 | 2026-01-23T14:33:33.834Z | Compiling idna_adapter v1.2.0 |
| 579 | 2026-01-23T14:33:34.022Z | Compiling idna v1.0.3 |
| 580 | 2026-01-23T14:33:34.557Z | Compiling url v2.5.4 |
| 581 | 2026-01-23T14:33:35.377Z | Compiling cargo-util-schemas v0.8.2 |
| 582 | 2026-01-23T14:33:37.371Z | Compiling cargo_metadata v0.21.0 |
| 583 | 2026-01-23T14:33:39.583Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 584 | 2026-01-23T14:33:44.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 585 | 2026-01-23T14:33:44.352Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 586 | 2026-01-23T14:33:45.387Z | Downloading crates ... |
| 587 | 2026-01-23T14:33:45.553Z | Downloaded base16ct v0.2.0 |
| 588 | 2026-01-23T14:33:45.579Z | Downloaded cassowary v0.3.0 |
| 589 | 2026-01-23T14:33:45.608Z | Downloaded crc v3.2.1 |
| 590 | 2026-01-23T14:33:45.608Z | Downloaded ghash v0.5.1 |
| 591 | 2026-01-23T14:33:45.608Z | Downloaded embedded-io v0.6.1 |
| 592 | 2026-01-23T14:33:45.638Z | Downloaded hash32 v0.2.1 |
| 593 | 2026-01-23T14:33:45.638Z | Downloaded hex-literal v0.4.1 |
| 594 | 2026-01-23T14:33:45.674Z | Downloaded is_ci v1.2.0 |
| 595 | 2026-01-23T14:33:45.674Z | Downloaded lru v0.12.5 |
| 596 | 2026-01-23T14:33:45.674Z | Downloaded match_cfg v0.1.0 |
| 597 | 2026-01-23T14:33:45.674Z | Downloaded nibble_vec v0.1.0 |
| 598 | 2026-01-23T14:33:45.710Z | Downloaded openssl-macros v0.1.1 |
| 599 | 2026-01-23T14:33:45.710Z | Downloaded pbkdf2 v0.11.0 |
| 600 | 2026-01-23T14:33:45.710Z | Downloaded pin-utils v0.1.0 |
| 601 | 2026-01-23T14:33:45.710Z | Downloaded progenitor-client v0.10.0 |
| 602 | 2026-01-23T14:33:45.710Z | Downloaded rand_chacha v0.3.1 |
| 603 | 2026-01-23T14:33:45.748Z | Downloaded ref-cast-impl v1.0.25 |
| 604 | 2026-01-23T14:33:45.748Z | Downloaded rustc_version v0.1.7 |
| 605 | 2026-01-23T14:33:45.748Z | Downloaded rustc_version v0.4.1 |
| 606 | 2026-01-23T14:33:45.787Z | Downloaded scroll_derive v0.13.1 |
| 607 | 2026-01-23T14:33:45.787Z | Downloaded siphasher v1.0.1 |
| 608 | 2026-01-23T14:33:45.787Z | Downloaded ssh-encoding v0.2.0 |
| 609 | 2026-01-23T14:33:45.787Z | Downloaded snafu-derive v0.8.5 |
| 610 | 2026-01-23T14:33:45.787Z | Downloaded strum v0.26.3 |
| 611 | 2026-01-23T14:33:45.823Z | Downloaded supports-color v3.0.2 |
| 612 | 2026-01-23T14:33:45.823Z | Downloaded testing_table v0.3.0 |
| 613 | 2026-01-23T14:33:45.823Z | Downloaded subtle v2.6.1 |
| 614 | 2026-01-23T14:33:45.823Z | Downloaded time-core v0.1.6 |
| 615 | 2026-01-23T14:33:45.823Z | Downloaded tinyvec_macros v0.1.1 |
| 616 | 2026-01-23T14:33:45.823Z | Downloaded tower-service v0.3.3 |
| 617 | 2026-01-23T14:33:45.823Z | Downloaded topological-sort v0.2.2 |
| 618 | 2026-01-23T14:33:45.823Z | Downloaded tokio-macros v2.6.0 |
| 619 | 2026-01-23T14:33:45.823Z | Downloaded unit-prefix v0.5.1 |
| 620 | 2026-01-23T14:33:45.823Z | Downloaded universal-hash v0.5.1 |
| 621 | 2026-01-23T14:33:45.854Z | Downloaded untrusted v0.9.0 |
| 622 | 2026-01-23T14:33:45.854Z | Downloaded typify v0.2.0 |
| 623 | 2026-01-23T14:33:45.854Z | Downloaded void v1.0.2 |
| 624 | 2026-01-23T14:33:45.854Z | Downloaded xshell-macros v0.2.7 |
| 625 | 2026-01-23T14:33:45.854Z | Downloaded uzers v0.12.1 |
| 626 | 2026-01-23T14:33:45.854Z | Downloaded regex v1.11.3 |
| 627 | 2026-01-23T14:33:45.886Z | Downloaded zone v0.3.1 |
| 628 | 2026-01-23T14:33:45.886Z | Downloaded whoami v1.5.2 |
| 629 | 2026-01-23T14:33:45.886Z | Downloaded xshell v0.2.7 |
| 630 | 2026-01-23T14:33:45.886Z | Downloaded zeroize_derive v1.4.2 |
| 631 | 2026-01-23T14:33:45.887Z | Downloaded zstd v0.13.3 |
| 632 | 2026-01-23T14:33:45.887Z | Downloaded zone_cfg_derive v0.1.2 |
| 633 | 2026-01-23T14:33:45.887Z | Downloaded zone_cfg_derive v0.3.0 |
| 634 | 2026-01-23T14:33:45.887Z | Downloaded rsa v0.9.8 |
| 635 | 2026-01-23T14:33:45.919Z | Downloaded zstd-safe v7.2.3 |
| 636 | 2026-01-23T14:33:45.919Z | Downloaded zip v0.6.6 |
| 637 | 2026-01-23T14:33:45.919Z | Downloaded yasna v0.5.2 |
| 638 | 2026-01-23T14:33:45.919Z | Downloaded zerocopy v0.6.6 |
| 639 | 2026-01-23T14:33:45.919Z | Downloaded zip v4.2.0 |
| 640 | 2026-01-23T14:33:45.944Z | Downloaded rustls v0.21.12 |
| 641 | 2026-01-23T14:33:45.944Z | Downloaded zopfli v0.8.1 |
| 642 | 2026-01-23T14:33:45.945Z | Downloaded toml_edit v0.19.15 |
| 643 | 2026-01-23T14:33:45.969Z | Downloaded zlib-rs v0.5.1 |
| 644 | 2026-01-23T14:33:45.993Z | Downloaded vcpkg v0.2.15 |
| 645 | 2026-01-23T14:33:46.017Z | Downloaded moka v0.12.10 |
| 646 | 2026-01-23T14:33:46.042Z | Downloaded winnow v0.6.26 |
| 647 | 2026-01-23T14:33:46.066Z | Downloaded webpki-roots v1.0.1 |
| 648 | 2026-01-23T14:33:46.066Z | Downloaded proptest v1.7.0 |
| 649 | 2026-01-23T14:33:46.066Z | Downloaded tabled v0.18.0 |
| 650 | 2026-01-23T14:33:46.091Z | Downloaded hickory-proto v0.24.4 |
| 651 | 2026-01-23T14:33:46.115Z | Downloaded tabled v0.20.0 |
| 652 | 2026-01-23T14:33:46.140Z | Downloaded hickory-proto v0.25.2 |
| 653 | 2026-01-23T14:33:46.164Z | Downloaded sled v0.34.7 |
| 654 | 2026-01-23T14:33:46.201Z | Downloaded zerocopy v0.8.27 |
| 655 | 2026-01-23T14:33:46.226Z | Downloaded regress v0.10.4 |
| 656 | 2026-01-23T14:33:46.226Z | Downloaded nix v0.30.1 |
| 657 | 2026-01-23T14:33:46.226Z | Downloaded typify-impl v0.2.0 |
| 658 | 2026-01-23T14:33:46.250Z | Downloaded regex-automata v0.4.11 |
| 659 | 2026-01-23T14:33:46.275Z | Downloaded nix v0.29.0 |
| 660 | 2026-01-23T14:33:46.275Z | Downloaded unicode-normalization v0.1.24 |
| 661 | 2026-01-23T14:33:46.301Z | Downloaded jiff v0.2.15 |
| 662 | 2026-01-23T14:33:46.301Z | Downloaded reqwest v0.12.24 |
| 663 | 2026-01-23T14:33:46.325Z | Downloaded typify-impl v0.4.3 |
| 664 | 2026-01-23T14:33:46.326Z | Downloaded ratatui v0.29.0 |
| 665 | 2026-01-23T14:33:46.350Z | Downloaded lzma-sys v0.1.20 |
| 666 | 2026-01-23T14:33:46.382Z | Downloaded portable-atomic v1.11.0 |
| 667 | 2026-01-23T14:33:46.406Z | Downloaded zerocopy-derive v0.6.6 |
| 668 | 2026-01-23T14:33:46.406Z | Downloaded libz-sys v1.1.20 |
| 669 | 2026-01-23T14:33:46.430Z | Downloaded csv v1.3.1 |
| 670 | 2026-01-23T14:33:46.454Z | Downloaded chrono-tz v0.10.4 |
| 671 | 2026-01-23T14:33:46.479Z | Downloaded zerocopy-derive v0.8.27 |
| 672 | 2026-01-23T14:33:46.479Z | Downloaded x509-cert v0.2.5 |
| 673 | 2026-01-23T14:33:46.503Z | Downloaded tokio-util v0.7.15 |
| 674 | 2026-01-23T14:33:46.503Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 675 | 2026-01-23T14:33:46.527Z | Downloaded petgraph v0.8.2 |
| 676 | 2026-01-23T14:33:46.551Z | Downloaded petgraph v0.6.5 |
| 677 | 2026-01-23T14:33:46.576Z | Downloaded smoltcp v0.11.0 |
| 678 | 2026-01-23T14:33:46.600Z | Downloaded tokio v1.48.0 |
| 679 | 2026-01-23T14:33:46.624Z | Downloaded smoltcp v0.9.1 |
| 680 | 2026-01-23T14:33:46.649Z | Downloaded rustls-webpki v0.101.7 |
| 681 | 2026-01-23T14:33:46.678Z | Downloaded rustls v0.22.4 |
| 682 | 2026-01-23T14:33:46.678Z | Downloaded sha3 v0.10.8 |
| 683 | 2026-01-23T14:33:46.702Z | Downloaded rpassword v7.4.0 |
| 684 | 2026-01-23T14:33:46.702Z | Downloaded regex-syntax v0.8.5 |
| 685 | 2026-01-23T14:33:46.702Z | Downloaded rayon v1.10.0 |
| 686 | 2026-01-23T14:33:46.702Z | Downloaded rustls v0.23.19 |
| 687 | 2026-01-23T14:33:46.727Z | Downloaded openapiv3 v2.2.0 |
| 688 | 2026-01-23T14:33:46.727Z | Downloaded yansi v1.0.1 |
| 689 | 2026-01-23T14:33:46.727Z | Downloaded winnow v0.5.40 |
| 690 | 2026-01-23T14:33:46.751Z | Downloaded diesel v2.2.12 |
| 691 | 2026-01-23T14:33:46.775Z | Downloaded regex-syntax v0.6.29 |
| 692 | 2026-01-23T14:33:46.775Z | Downloaded p521 v0.13.3 |
| 693 | 2026-01-23T14:33:46.775Z | Downloaded dropshot v0.16.6 |
| 694 | 2026-01-23T14:33:46.799Z | Downloaded vergen-git2 v1.0.7 |
| 695 | 2026-01-23T14:33:46.823Z | Downloaded tungstenite v0.23.0 |
| 696 | 2026-01-23T14:33:46.824Z | Downloaded encoding_rs v0.8.34 |
| 697 | 2026-01-23T14:33:46.849Z | Downloaded steno v0.4.1 |
| 698 | 2026-01-23T14:33:46.849Z | Downloaded russh v0.45.0 |
| 699 | 2026-01-23T14:33:46.849Z | Downloaded p384 v0.13.1 |
| 700 | 2026-01-23T14:33:46.849Z | Downloaded object v0.36.5 |
| 701 | 2026-01-23T14:33:46.873Z | Downloaded typed-path v0.9.3 |
| 702 | 2026-01-23T14:33:46.873Z | Downloaded tower-http v0.6.6 |
| 703 | 2026-01-23T14:33:46.897Z | Downloaded tough v0.20.0 |
| 704 | 2026-01-23T14:33:46.898Z | Downloaded radix_trie v0.2.1 |
| 705 | 2026-01-23T14:33:46.898Z | Downloaded nix v0.28.0 |
| 706 | 2026-01-23T14:33:46.949Z | Downloaded curve25519-dalek v4.1.3 |
| 707 | 2026-01-23T14:33:46.949Z | Downloaded unicode-segmentation v1.12.0 |
| 708 | 2026-01-23T14:33:46.949Z | Downloaded unicode-bidi v0.3.17 |
| 709 | 2026-01-23T14:33:46.949Z | Downloaded tungstenite v0.21.0 |
| 710 | 2026-01-23T14:33:46.950Z | Downloaded tower v0.5.2 |
| 711 | 2026-01-23T14:33:46.950Z | Downloaded toml v0.9.8 |
| 712 | 2026-01-23T14:33:46.950Z | Downloaded toml v0.7.8 |
| 713 | 2026-01-23T14:33:46.950Z | Downloaded time v0.3.43 |
| 714 | 2026-01-23T14:33:46.974Z | Downloaded polar-core v0.27.3 |
| 715 | 2026-01-23T14:33:46.974Z | Downloaded ring v0.17.14 |
| 716 | 2026-01-23T14:33:47.015Z | Downloaded test-strategy v0.4.3 |
| 717 | 2026-01-23T14:33:47.040Z | Downloaded sqlparser v0.45.0 |
| 718 | 2026-01-23T14:33:47.040Z | Downloaded serde_with v3.16.1 |
| 719 | 2026-01-23T14:33:47.064Z | Downloaded rustls-webpki v0.102.8 |
| 720 | 2026-01-23T14:33:47.064Z | Downloaded nix v0.27.1 |
| 721 | 2026-01-23T14:33:47.089Z | Downloaded xz2 v0.1.7 |
| 722 | 2026-01-23T14:33:47.089Z | Downloaded wyz v0.5.1 |
| 723 | 2026-01-23T14:33:47.089Z | Downloaded vte_generate_state_changes v0.1.2 |
| 724 | 2026-01-23T14:33:47.089Z | Downloaded unicode_categories v0.1.1 |
| 725 | 2026-01-23T14:33:47.089Z | Downloaded tar v0.4.44 |
| 726 | 2026-01-23T14:33:47.089Z | Downloaded salty v0.3.0 |
| 727 | 2026-01-23T14:33:47.113Z | Downloaded openssl v0.10.73 |
| 728 | 2026-01-23T14:33:47.113Z | Downloaded num-bigint v0.4.6 |
| 729 | 2026-01-23T14:33:47.114Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 730 | 2026-01-23T14:33:47.176Z | Downloaded vergen-gitcl v1.0.8 |
| 731 | 2026-01-23T14:33:47.200Z | Downloaded lalrpop v0.19.12 |
| 732 | 2026-01-23T14:33:47.200Z | Downloaded vergen-lib v0.1.6 |
| 733 | 2026-01-23T14:33:47.200Z | Downloaded uuid v1.19.0 |
| 734 | 2026-01-23T14:33:47.200Z | Downloaded usdt-impl v0.6.0 |
| 735 | 2026-01-23T14:33:47.200Z | Downloaded tokio-postgres v0.7.13 |
| 736 | 2026-01-23T14:33:47.225Z | Downloaded term v1.1.0 |
| 737 | 2026-01-23T14:33:47.225Z | Downloaded object v0.30.4 |
| 738 | 2026-01-23T14:33:47.225Z | Downloaded term v0.7.0 |
| 739 | 2026-01-23T14:33:47.225Z | Downloaded petname v2.0.2 |
| 740 | 2026-01-23T14:33:47.250Z | Downloaded zeroize v1.8.1 |
| 741 | 2026-01-23T14:33:47.250Z | Downloaded vte v0.11.1 |
| 742 | 2026-01-23T14:33:47.250Z | Downloaded vergen v9.0.6 |
| 743 | 2026-01-23T14:33:47.250Z | Downloaded value-bag v1.12.0 |
| 744 | 2026-01-23T14:33:47.250Z | Downloaded unsafe-libyaml v0.2.11 |
| 745 | 2026-01-23T14:33:47.250Z | Downloaded tracing v0.1.40 |
| 746 | 2026-01-23T14:33:47.250Z | Downloaded git2 v0.20.2 |
| 747 | 2026-01-23T14:33:47.274Z | Downloaded gimli v0.31.1 |
| 748 | 2026-01-23T14:33:47.274Z | Downloaded xattr v1.3.1 |
| 749 | 2026-01-23T14:33:47.274Z | Downloaded walkdir v2.5.0 |
| 750 | 2026-01-23T14:33:47.275Z | Downloaded wait-timeout v0.2.0 |
| 751 | 2026-01-23T14:33:47.275Z | Downloaded unicase v2.8.1 |
| 752 | 2026-01-23T14:33:47.275Z | Downloaded typify v0.4.3 |
| 753 | 2026-01-23T14:33:47.299Z | Downloaded twox-hash v2.1.0 |
| 754 | 2026-01-23T14:33:47.299Z | Downloaded rayon-core v1.12.1 |
| 755 | 2026-01-23T14:33:47.299Z | Downloaded quinn-proto v0.11.8 |
| 756 | 2026-01-23T14:33:47.299Z | Downloaded nom v7.1.3 |
| 757 | 2026-01-23T14:33:47.299Z | Downloaded goblin v0.10.2 |
| 758 | 2026-01-23T14:33:47.324Z | Downloaded waitgroup v0.1.2 |
| 759 | 2026-01-23T14:33:47.324Z | Downloaded tui-tree-widget v0.23.1 |
| 760 | 2026-01-23T14:33:47.324Z | Downloaded toml_datetime v0.7.3 |
| 761 | 2026-01-23T14:33:47.324Z | Downloaded tokio-tungstenite v0.23.1 |
| 762 | 2026-01-23T14:33:47.324Z | Downloaded static_assertions v1.1.0 |
| 763 | 2026-01-23T14:33:47.324Z | Downloaded zone v0.1.8 |
| 764 | 2026-01-23T14:33:47.324Z | Downloaded want v0.3.1 |
| 765 | 2026-01-23T14:33:47.324Z | Downloaded vsss-rs v3.3.4 |
| 766 | 2026-01-23T14:33:47.324Z | Downloaded usdt-attr-macro v0.6.0 |
| 767 | 2026-01-23T14:33:47.324Z | Downloaded usdt v0.6.0 |
| 768 | 2026-01-23T14:33:47.324Z | Downloaded unicode-properties v0.1.3 |
| 769 | 2026-01-23T14:33:47.324Z | Downloaded unarray v0.1.4 |
| 770 | 2026-01-23T14:33:47.324Z | Downloaded tracing-core v0.1.32 |
| 771 | 2026-01-23T14:33:47.349Z | Downloaded signal-hook v0.3.18 |
| 772 | 2026-01-23T14:33:47.349Z | Downloaded which v4.4.2 |
| 773 | 2026-01-23T14:33:47.349Z | Downloaded typify-macro v0.4.3 |
| 774 | 2026-01-23T14:33:47.349Z | Downloaded typify-macro v0.2.0 |
| 775 | 2026-01-23T14:33:47.349Z | Downloaded tracing-attributes v0.1.27 |
| 776 | 2026-01-23T14:33:47.349Z | Downloaded tokio-stream v0.1.17 |
| 777 | 2026-01-23T14:33:47.349Z | Downloaded termios v0.3.3 |
| 778 | 2026-01-23T14:33:47.349Z | Downloaded tabled_derive v0.10.0 |
| 779 | 2026-01-23T14:33:47.349Z | Downloaded rustls-pki-types v1.10.0 |
| 780 | 2026-01-23T14:33:47.349Z | Downloaded reedline v0.40.0 |
| 781 | 2026-01-23T14:33:47.375Z | Downloaded quick-xml v0.37.2 |
| 782 | 2026-01-23T14:33:47.375Z | Downloaded oso v0.27.3 |
| 783 | 2026-01-23T14:33:47.375Z | Downloaded iri-string v0.7.8 |
| 784 | 2026-01-23T14:33:47.375Z | Downloaded utf-8 v0.7.6 |
| 785 | 2026-01-23T14:33:47.399Z | Downloaded usdt-macro v0.6.0 |
| 786 | 2026-01-23T14:33:47.399Z | Downloaded try-lock v0.2.5 |
| 787 | 2026-01-23T14:33:47.399Z | Downloaded toml_parser v1.0.4 |
| 788 | 2026-01-23T14:33:47.399Z | Downloaded tokio-rustls v0.26.0 |
| 789 | 2026-01-23T14:33:47.399Z | Downloaded tokio-rustls v0.24.1 |
| 790 | 2026-01-23T14:33:47.399Z | Downloaded tokio-native-tls v0.3.1 |
| 791 | 2026-01-23T14:33:47.400Z | Downloaded stringprep v0.1.5 |
| 792 | 2026-01-23T14:33:47.400Z | Downloaded string_cache v0.8.9 |
| 793 | 2026-01-23T14:33:47.400Z | Downloaded ssh-key v0.6.6 |
| 794 | 2026-01-23T14:33:47.400Z | Downloaded spin v0.9.8 |
| 795 | 2026-01-23T14:33:47.424Z | Downloaded trait-variant v0.1.2 |
| 796 | 2026-01-23T14:33:47.424Z | Downloaded toml_writer v1.0.4 |
| 797 | 2026-01-23T14:33:47.424Z | Downloaded tokio-tungstenite v0.21.0 |
| 798 | 2026-01-23T14:33:47.424Z | Downloaded termtree v0.5.1 |
| 799 | 2026-01-23T14:33:47.424Z | Downloaded take_mut v0.2.2 |
| 800 | 2026-01-23T14:33:47.424Z | Downloaded ron v0.7.1 |
| 801 | 2026-01-23T14:33:47.424Z | Downloaded untrusted v0.7.1 |
| 802 | 2026-01-23T14:33:47.424Z | Downloaded tls_codec_derive v0.4.1 |
| 803 | 2026-01-23T14:33:47.424Z | Downloaded tinyvec v1.8.0 |
| 804 | 2026-01-23T14:33:47.424Z | Downloaded time-macros v0.2.24 |
| 805 | 2026-01-23T14:33:47.424Z | Downloaded tabwriter v1.4.0 |
| 806 | 2026-01-23T14:33:47.449Z | Downloaded ron v0.8.1 |
| 807 | 2026-01-23T14:33:47.449Z | Downloaded publicsuffix v2.3.0 |
| 808 | 2026-01-23T14:33:47.449Z | Downloaded progenitor-impl v0.11.2 |
| 809 | 2026-01-23T14:33:47.449Z | Downloaded tower-layer v0.3.3 |
| 810 | 2026-01-23T14:33:47.449Z | Downloaded sync-ptr v0.1.4 |
| 811 | 2026-01-23T14:33:47.449Z | Downloaded slog-json v2.6.1 |
| 812 | 2026-01-23T14:33:47.449Z | Downloaded unicode-truncate v1.1.0 |
| 813 | 2026-01-23T14:33:47.449Z | Downloaded tokio-rustls v0.25.0 |
| 814 | 2026-01-23T14:33:47.449Z | Downloaded tokio-dtrace v0.1.0 |
| 815 | 2026-01-23T14:33:47.449Z | Downloaded tap v1.0.1 |
| 816 | 2026-01-23T14:33:47.449Z | Downloaded sync_wrapper v1.0.1 |
| 817 | 2026-01-23T14:33:47.449Z | Downloaded shlex v1.3.0 |
| 818 | 2026-01-23T14:33:47.449Z | Downloaded tls_codec v0.4.1 |
| 819 | 2026-01-23T14:33:47.474Z | Downloaded tagptr v0.2.0 |
| 820 | 2026-01-23T14:33:47.474Z | Downloaded tabled_derive v0.11.0 |
| 821 | 2026-01-23T14:33:47.474Z | Downloaded rustyline v14.0.0 |
| 822 | 2026-01-23T14:33:47.474Z | Downloaded progenitor-impl v0.10.0 |
| 823 | 2026-01-23T14:33:47.474Z | Downloaded tiny-keccak v2.0.2 |
| 824 | 2026-01-23T14:33:47.474Z | Downloaded thiserror-no-std v2.0.2 |
| 825 | 2026-01-23T14:33:47.474Z | Downloaded subprocess v0.2.9 |
| 826 | 2026-01-23T14:33:47.474Z | Downloaded structmeta v0.3.0 |
| 827 | 2026-01-23T14:33:47.474Z | Downloaded samael v0.0.19 |
| 828 | 2026-01-23T14:33:47.498Z | Downloaded structmeta-derive v0.3.0 |
| 829 | 2026-01-23T14:33:47.498Z | Downloaded strip-ansi-escapes v0.2.0 |
| 830 | 2026-01-23T14:33:47.498Z | Downloaded sqlformat v0.3.5 |
| 831 | 2026-01-23T14:33:47.498Z | Downloaded spki v0.7.3 |
| 832 | 2026-01-23T14:33:47.498Z | Downloaded slog-scope v4.4.0 |
| 833 | 2026-01-23T14:33:47.498Z | Downloaded slog-dtrace v0.3.0 |
| 834 | 2026-01-23T14:33:47.498Z | Downloaded slog-async v2.8.0 |
| 835 | 2026-01-23T14:33:47.498Z | Downloaded snafu v0.8.5 |
| 836 | 2026-01-23T14:33:47.522Z | Downloaded slog-stdlog v4.1.1 |
| 837 | 2026-01-23T14:33:47.522Z | Downloaded signal-hook-registry v1.4.2 |
| 838 | 2026-01-23T14:33:47.522Z | Downloaded p256 v0.13.2 |
| 839 | 2026-01-23T14:33:47.522Z | Downloaded libm v0.2.8 |
| 840 | 2026-01-23T14:33:47.522Z | Downloaded thread_local v1.1.8 |
| 841 | 2026-01-23T14:33:47.523Z | Downloaded thread-id v5.0.0 |
| 842 | 2026-01-23T14:33:47.523Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 843 | 2026-01-23T14:33:47.547Z | Downloaded support-bundle-viewer v0.1.2 |
| 844 | 2026-01-23T14:33:47.547Z | Downloaded socket2 v0.5.10 |
| 845 | 2026-01-23T14:33:47.547Z | Downloaded sec1 v0.7.3 |
| 846 | 2026-01-23T14:33:47.547Z | Downloaded sct v0.7.1 |
| 847 | 2026-01-23T14:33:47.547Z | Downloaded rand_core v0.9.3 |
| 848 | 2026-01-23T14:33:47.548Z | Downloaded strum_macros v0.27.2 |
| 849 | 2026-01-23T14:33:47.548Z | Downloaded strum_macros v0.26.4 |
| 850 | 2026-01-23T14:33:47.548Z | Downloaded rustls-native-certs v0.8.1 |
| 851 | 2026-01-23T14:33:47.573Z | Downloaded papergrid v0.14.0 |
| 852 | 2026-01-23T14:33:47.573Z | Downloaded num-bigint-dig v0.8.6 |
| 853 | 2026-01-23T14:33:47.598Z | Downloaded strum_macros v0.24.3 |
| 854 | 2026-01-23T14:33:47.598Z | Downloaded socket2 v0.6.1 |
| 855 | 2026-01-23T14:33:47.598Z | Downloaded slog-envlogger v2.2.0 |
| 856 | 2026-01-23T14:33:47.598Z | Downloaded slog v2.8.2 |
| 857 | 2026-01-23T14:33:47.598Z | Downloaded similar v2.7.0 |
| 858 | 2026-01-23T14:33:47.623Z | Downloaded schemars v1.0.4 |
| 859 | 2026-01-23T14:33:47.647Z | Downloaded rand_seeder v0.4.0 |
| 860 | 2026-01-23T14:33:47.647Z | Downloaded postgres-types v0.2.9 |
| 861 | 2026-01-23T14:33:47.647Z | Downloaded h2 v0.4.6 |
| 862 | 2026-01-23T14:33:47.647Z | Downloaded strum v0.27.2 |
| 863 | 2026-01-23T14:33:47.647Z | Downloaded serde_yaml v0.9.34+deprecated |
| 864 | 2026-01-23T14:33:47.671Z | Downloaded schemars v0.9.0 |
| 865 | 2026-01-23T14:33:47.671Z | Downloaded schemars v0.8.22 |
| 866 | 2026-01-23T14:33:47.695Z | Downloaded itertools v0.14.0 |
| 867 | 2026-01-23T14:33:47.695Z | Downloaded slog-bunyan v2.5.0 |
| 868 | 2026-01-23T14:33:47.695Z | Downloaded signal-hook-mio v0.2.4 |
| 869 | 2026-01-23T14:33:47.695Z | Downloaded shell-words v1.1.0 |
| 870 | 2026-01-23T14:33:47.720Z | Downloaded serde_with_macros v3.16.1 |
| 871 | 2026-01-23T14:33:47.720Z | Downloaded serde_cbor v0.11.2 |
| 872 | 2026-01-23T14:33:47.720Z | Downloaded rustls-pemfile v2.2.0 |
| 873 | 2026-01-23T14:33:47.720Z | Downloaded rustls-pemfile v1.0.4 |
| 874 | 2026-01-23T14:33:47.720Z | Downloaded polyval v0.6.2 |
| 875 | 2026-01-23T14:33:47.720Z | Downloaded num-complex v0.4.6 |
| 876 | 2026-01-23T14:33:47.720Z | Downloaded smf v0.2.3 |
| 877 | 2026-01-23T14:33:47.744Z | Downloaded smallvec v0.6.14 |
| 878 | 2026-01-23T14:33:47.744Z | Downloaded secrecy v0.10.3 |
| 879 | 2026-01-23T14:33:47.744Z | Downloaded secrecy v0.8.0 |
| 880 | 2026-01-23T14:33:47.744Z | Downloaded peg-macros v0.8.5 |
| 881 | 2026-01-23T14:33:47.744Z | Downloaded owo-colors v4.2.2 |
| 882 | 2026-01-23T14:33:47.744Z | Downloaded itertools v0.12.1 |
| 883 | 2026-01-23T14:33:47.769Z | Downloaded futures-util v0.3.31 |
| 884 | 2026-01-23T14:33:47.769Z | Downloaded ssh-cipher v0.2.0 |
| 885 | 2026-01-23T14:33:47.793Z | Downloaded sqlparser_derive v0.2.2 |
| 886 | 2026-01-23T14:33:47.793Z | Downloaded slog-term v2.9.2 |
| 887 | 2026-01-23T14:33:47.793Z | Downloaded slab v0.4.9 |
| 888 | 2026-01-23T14:33:47.793Z | Downloaded signature v2.2.0 |
| 889 | 2026-01-23T14:33:47.794Z | Downloaded serde_path_to_error v0.1.20 |
| 890 | 2026-01-23T14:33:47.794Z | Downloaded serde_derive_internals v0.29.1 |
| 891 | 2026-01-23T14:33:47.794Z | Downloaded semver v0.1.20 |
| 892 | 2026-01-23T14:33:47.794Z | Downloaded scroll v0.13.0 |
| 893 | 2026-01-23T14:33:47.819Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-01-23T14:33:47.819Z | Downloaded resolv-conf v0.7.0 |
| 895 | 2026-01-23T14:33:47.819Z | Downloaded rand v0.9.2 |
| 896 | 2026-01-23T14:33:47.819Z | Downloaded qorb v0.4.1 |
| 897 | 2026-01-23T14:33:47.843Z | Downloaded progenitor-client v0.11.2 |
| 898 | 2026-01-23T14:33:47.843Z | Downloaded postgres-protocol v0.6.8 |
| 899 | 2026-01-23T14:33:47.843Z | Downloaded itertools v0.13.0 |
| 900 | 2026-01-23T14:33:47.843Z | Downloaded itertools v0.10.5 |
| 901 | 2026-01-23T14:33:47.868Z | Downloaded siphasher v0.3.11 |
| 902 | 2026-01-23T14:33:47.868Z | Downloaded simd-adler32 v0.3.7 |
| 903 | 2026-01-23T14:33:47.868Z | Downloaded sigpipe v0.1.3 |
| 904 | 2026-01-23T14:33:47.868Z | Downloaded signal-hook-tokio v0.3.1 |
| 905 | 2026-01-23T14:33:47.868Z | Downloaded sha1 v0.10.6 |
| 906 | 2026-01-23T14:33:47.868Z | Downloaded serde_urlencoded v0.7.1 |
| 907 | 2026-01-23T14:33:47.868Z | Downloaded serde_spanned v1.0.3 |
| 908 | 2026-01-23T14:33:47.892Z | Downloaded serde_repr v0.1.19 |
| 909 | 2026-01-23T14:33:47.893Z | Downloaded serde_plain v1.0.2 |
| 910 | 2026-01-23T14:33:47.893Z | Downloaded serde_bytes v0.11.19 |
| 911 | 2026-01-23T14:33:47.893Z | Downloaded serde-hex v0.1.0 |
| 912 | 2026-01-23T14:33:47.893Z | Downloaded serde-big-array v0.5.1 |
| 913 | 2026-01-23T14:33:47.893Z | Downloaded seq-macro v0.3.6 |
| 914 | 2026-01-23T14:33:47.893Z | Downloaded scrypt v0.11.0 |
| 915 | 2026-01-23T14:33:47.893Z | Downloaded ryu v1.0.18 |
| 916 | 2026-01-23T14:33:47.893Z | Downloaded rusty-fork v0.3.0 |
| 917 | 2026-01-23T14:33:47.917Z | Downloaded rustversion v1.0.22 |
| 918 | 2026-01-23T14:33:47.917Z | Downloaded rtoolbox v0.0.2 |
| 919 | 2026-01-23T14:33:47.917Z | Downloaded rcgen v0.12.1 |
| 920 | 2026-01-23T14:33:47.917Z | Downloaded rand v0.8.5 |
| 921 | 2026-01-23T14:33:47.917Z | Downloaded quinn v0.11.5 |
| 922 | 2026-01-23T14:33:47.917Z | Downloaded progenitor-macro v0.11.2 |
| 923 | 2026-01-23T14:33:47.917Z | Downloaded progenitor-macro v0.8.0 |
| 924 | 2026-01-23T14:33:47.917Z | Downloaded progenitor-impl v0.8.0 |
| 925 | 2026-01-23T14:33:47.917Z | Downloaded prettyplease v0.2.36 |
| 926 | 2026-01-23T14:33:47.942Z | Downloaded precomputed-hash v0.1.1 |
| 927 | 2026-01-23T14:33:47.942Z | Downloaded ppv-lite86 v0.2.20 |
| 928 | 2026-01-23T14:33:47.942Z | Downloaded pem v3.0.5 |
| 929 | 2026-01-23T14:33:47.942Z | Downloaded packed_struct v0.10.1 |
| 930 | 2026-01-23T14:33:47.942Z | Downloaded oxnet v0.1.4 |
| 931 | 2026-01-23T14:33:47.942Z | Downloaded oso-derive v0.27.3 |
| 932 | 2026-01-23T14:33:47.942Z | Downloaded openssl-sys v0.9.109 |
| 933 | 2026-01-23T14:33:47.942Z | Downloaded num-derive v0.3.3 |
| 934 | 2026-01-23T14:33:47.942Z | Downloaded nonempty v0.12.0 |
| 935 | 2026-01-23T14:33:47.942Z | Downloaded memmap2 v0.9.8 |
| 936 | 2026-01-23T14:33:47.942Z | Downloaded iddqd v0.3.16 |
| 937 | 2026-01-23T14:33:47.966Z | Downloaded hyper-util v0.1.19 |
| 938 | 2026-01-23T14:33:47.966Z | Downloaded bstr v1.10.0 |
| 939 | 2026-01-23T14:33:47.966Z | Downloaded scopeguard v1.2.0 |
| 940 | 2026-01-23T14:33:47.967Z | Downloaded schemars_derive v0.8.22 |
| 941 | 2026-01-23T14:33:47.967Z | Downloaded scheduled-thread-pool v0.2.7 |
| 942 | 2026-01-23T14:33:47.991Z | Downloaded sapling-renderdag v0.1.0 |
| 943 | 2026-01-23T14:33:47.991Z | Downloaded same-file v1.0.6 |
| 944 | 2026-01-23T14:33:47.991Z | Downloaded salsa20 v0.10.2 |
| 945 | 2026-01-23T14:33:47.991Z | Downloaded russh-keys v0.45.0 |
| 946 | 2026-01-23T14:33:47.991Z | Downloaded rand_xorshift v0.4.0 |
| 947 | 2026-01-23T14:33:47.992Z | Downloaded pretty_assertions v1.4.1 |
| 948 | 2026-01-23T14:33:47.992Z | Downloaded postcard v1.0.10 |
| 949 | 2026-01-23T14:33:47.992Z | Downloaded peg-runtime v0.8.5 |
| 950 | 2026-01-23T14:33:47.992Z | Downloaded openssl-probe v0.1.5 |
| 951 | 2026-01-23T14:33:47.992Z | Downloaded nanorand v0.7.0 |
| 952 | 2026-01-23T14:33:47.992Z | Downloaded libxml v0.3.3 |
| 953 | 2026-01-23T14:33:47.992Z | Downloaded hyper v1.8.1 |
| 954 | 2026-01-23T14:33:48.017Z | Downloaded rustc-demangle v0.1.24 |
| 955 | 2026-01-23T14:33:48.017Z | Downloaded prefix-trie v0.7.0 |
| 956 | 2026-01-23T14:33:48.017Z | Downloaded pkcs5 v0.7.1 |
| 957 | 2026-01-23T14:33:48.017Z | Downloaded pin-project v1.1.6 |
| 958 | 2026-01-23T14:33:48.041Z | Downloaded native-tls v0.2.12 |
| 959 | 2026-01-23T14:33:48.041Z | Downloaded mio v1.0.2 |
| 960 | 2026-01-23T14:33:48.041Z | Downloaded libsw v3.5.0 |
| 961 | 2026-01-23T14:33:48.042Z | Downloaded rustc-hash v2.1.1 |
| 962 | 2026-01-23T14:33:48.042Z | Downloaded rustc-hash v1.1.0 |
| 963 | 2026-01-23T14:33:48.042Z | Downloaded russh-cryptovec v0.7.3 |
| 964 | 2026-01-23T14:33:48.042Z | Downloaded rand_core v0.6.4 |
| 965 | 2026-01-23T14:33:48.042Z | Downloaded rand_chacha v0.9.0 |
| 966 | 2026-01-23T14:33:48.042Z | Downloaded quinn-udp v0.5.5 |
| 967 | 2026-01-23T14:33:48.042Z | Downloaded psl-types v2.0.11 |
| 968 | 2026-01-23T14:33:48.042Z | Downloaded progenitor-macro v0.10.0 |
| 969 | 2026-01-23T14:33:48.042Z | Downloaded primeorder v0.13.6 |
| 970 | 2026-01-23T14:33:48.042Z | Downloaded pem-rfc7468 v0.7.0 |
| 971 | 2026-01-23T14:33:48.066Z | Downloaded num v0.4.3 |
| 972 | 2026-01-23T14:33:48.066Z | Downloaded multer v3.1.0 |
| 973 | 2026-01-23T14:33:48.066Z | Downloaded jiff-static v0.2.15 |
| 974 | 2026-01-23T14:33:48.066Z | Downloaded indexmap v1.9.3 |
| 975 | 2026-01-23T14:33:48.066Z | Downloaded hkdf v0.12.4 |
| 976 | 2026-01-23T14:33:48.067Z | Downloaded ref-cast v1.0.25 |
| 977 | 2026-01-23T14:33:48.067Z | Downloaded r2d2 v0.8.10 |
| 978 | 2026-01-23T14:33:48.067Z | Downloaded progenitor v0.11.2 |
| 979 | 2026-01-23T14:33:48.067Z | Downloaded progenitor v0.10.0 |
| 980 | 2026-01-23T14:33:48.067Z | Downloaded powerfmt v0.2.0 |
| 981 | 2026-01-23T14:33:48.067Z | Downloaded poly1305 v0.8.0 |
| 982 | 2026-01-23T14:33:48.091Z | Downloaded pkcs1 v0.7.5 |
| 983 | 2026-01-23T14:33:48.091Z | Downloaded peg v0.8.5 |
| 984 | 2026-01-23T14:33:48.091Z | Downloaded parking_lot_core v0.9.10 |
| 985 | 2026-01-23T14:33:48.091Z | Downloaded papergrid v0.17.0 |
| 986 | 2026-01-23T14:33:48.091Z | Downloaded minimal-lexical v0.2.1 |
| 987 | 2026-01-23T14:33:48.091Z | Downloaded mime v0.3.17 |
| 988 | 2026-01-23T14:33:48.091Z | Downloaded md5 v0.7.0 |
| 989 | 2026-01-23T14:33:48.115Z | Downloaded indoc v2.0.6 |
| 990 | 2026-01-23T14:33:48.115Z | Downloaded expectorate v1.2.0 |
| 991 | 2026-01-23T14:33:48.116Z | Downloaded radium v0.7.0 |
| 992 | 2026-01-23T14:33:48.116Z | Downloaded quick-error v1.2.3 |
| 993 | 2026-01-23T14:33:48.116Z | Downloaded proc-macro-error2 v2.0.1 |
| 994 | 2026-01-23T14:33:48.116Z | Downloaded predicates v3.1.3 |
| 995 | 2026-01-23T14:33:48.116Z | Downloaded pkcs8 v0.10.2 |
| 996 | 2026-01-23T14:33:48.116Z | Downloaded pin-project-lite v0.2.14 |
| 997 | 2026-01-23T14:33:48.140Z | Downloaded pin-project-internal v1.1.6 |
| 998 | 2026-01-23T14:33:48.140Z | Downloaded phf_shared v0.11.2 |
| 999 | 2026-01-23T14:33:48.140Z | Downloaded phf v0.12.1 |
| 1000 | 2026-01-23T14:33:48.140Z | Downloaded parking_lot_core v0.8.6 |
| 1001 | 2026-01-23T14:33:48.140Z | Downloaded parking_lot v0.12.3 |
| 1002 | 2026-01-23T14:33:48.140Z | Downloaded parking_lot v0.11.2 |
| 1003 | 2026-01-23T14:33:48.140Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1004 | 2026-01-23T14:33:48.140Z | Downloaded multimap v0.10.1 |
| 1005 | 2026-01-23T14:33:48.140Z | Downloaded md-5 v0.10.6 |
| 1006 | 2026-01-23T14:33:48.140Z | Downloaded lalrpop-util v0.19.12 |
| 1007 | 2026-01-23T14:33:48.140Z | Downloaded ipnetwork v0.21.1 |
| 1008 | 2026-01-23T14:33:48.140Z | Downloaded flate2 v1.1.2 |
| 1009 | 2026-01-23T14:33:48.140Z | Downloaded diesel_derives v2.2.3 |
| 1010 | 2026-01-23T14:33:48.165Z | Downloaded progenitor-client v0.8.0 |
| 1011 | 2026-01-23T14:33:48.165Z | Downloaded progenitor v0.8.0 |
| 1012 | 2026-01-23T14:33:48.165Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1013 | 2026-01-23T14:33:48.165Z | Downloaded proc-macro-crate v1.3.1 |
| 1014 | 2026-01-23T14:33:48.165Z | Downloaded pretty-hex v0.2.1 |
| 1015 | 2026-01-23T14:33:48.165Z | Downloaded predicates-tree v1.0.12 |
| 1016 | 2026-01-23T14:33:48.165Z | Downloaded predicates-core v1.0.8 |
| 1017 | 2026-01-23T14:33:48.165Z | Downloaded pkg-config v0.3.31 |
| 1018 | 2026-01-23T14:33:48.165Z | Downloaded phf v0.11.2 |
| 1019 | 2026-01-23T14:33:48.165Z | Downloaded paste v1.0.15 |
| 1020 | 2026-01-23T14:33:48.166Z | Downloaded password-hash v0.5.0 |
| 1021 | 2026-01-23T14:33:48.166Z | Downloaded password-hash v0.4.2 |
| 1022 | 2026-01-23T14:33:48.166Z | Downloaded parse-display-derive v0.10.0 |
| 1023 | 2026-01-23T14:33:48.166Z | Downloaded packed_struct_codegen v0.10.1 |
| 1024 | 2026-01-23T14:33:48.166Z | Downloaded omicron-zone-package v0.12.2 |
| 1025 | 2026-01-23T14:33:48.191Z | Downloaded num-rational v0.4.2 |
| 1026 | 2026-01-23T14:33:48.191Z | Downloaded miniz_oxide v0.8.5 |
| 1027 | 2026-01-23T14:33:48.191Z | Downloaded libloading v0.8.5 |
| 1028 | 2026-01-23T14:33:48.191Z | Downloaded lazycell v1.3.0 |
| 1029 | 2026-01-23T14:33:48.191Z | Downloaded internet-checksum v0.2.1 |
| 1030 | 2026-01-23T14:33:48.191Z | Downloaded ignore v0.4.23 |
| 1031 | 2026-01-23T14:33:48.191Z | Downloaded elliptic-curve v0.13.8 |
| 1032 | 2026-01-23T14:33:48.191Z | Downloaded derive_more-impl v2.0.1 |
| 1033 | 2026-01-23T14:33:48.191Z | Downloaded phf_shared v0.12.1 |
| 1034 | 2026-01-23T14:33:48.191Z | Downloaded pbkdf2 v0.12.2 |
| 1035 | 2026-01-23T14:33:48.216Z | Downloaded parse-display v0.10.0 |
| 1036 | 2026-01-23T14:33:48.216Z | Downloaded num_enum v0.5.11 |
| 1037 | 2026-01-23T14:33:48.216Z | Downloaded num-integer v0.1.46 |
| 1038 | 2026-01-23T14:33:48.216Z | Downloaded nu-ansi-term v0.50.1 |
| 1039 | 2026-01-23T14:33:48.216Z | Downloaded nodrop v0.1.14 |
| 1040 | 2026-01-23T14:33:48.216Z | Downloaded litrs v0.4.1 |
| 1041 | 2026-01-23T14:33:48.216Z | Downloaded libz-rs-sys v0.5.1 |
| 1042 | 2026-01-23T14:33:48.216Z | Downloaded ipnet v2.11.0 |
| 1043 | 2026-01-23T14:33:48.216Z | Downloaded ingot-macros v0.1.1 |
| 1044 | 2026-01-23T14:33:48.216Z | Downloaded ingot v0.1.1 |
| 1045 | 2026-01-23T14:33:48.216Z | Downloaded highway v1.3.0 |
| 1046 | 2026-01-23T14:33:48.241Z | Downloaded hickory-resolver v0.25.2 |
| 1047 | 2026-01-23T14:33:48.241Z | Downloaded headers v0.4.1 |
| 1048 | 2026-01-23T14:33:48.241Z | Downloaded hashbrown v0.15.4 |
| 1049 | 2026-01-23T14:33:48.241Z | Downloaded futures v0.3.31 |
| 1050 | 2026-01-23T14:33:48.241Z | Downloaded foldhash v0.2.0 |
| 1051 | 2026-01-23T14:33:48.241Z | Downloaded flume v0.11.1 |
| 1052 | 2026-01-23T14:33:48.265Z | Downloaded bitvec v1.0.1 |
| 1053 | 2026-01-23T14:33:48.290Z | Downloaded path-slash v0.1.5 |
| 1054 | 2026-01-23T14:33:48.290Z | Downloaded parse-size v1.1.0 |
| 1055 | 2026-01-23T14:33:48.290Z | Downloaded num-conv v0.1.0 |
| 1056 | 2026-01-23T14:33:48.290Z | Downloaded normalize-line-endings v0.3.0 |
| 1057 | 2026-01-23T14:33:48.291Z | Downloaded newtype-uuid v1.3.2 |
| 1058 | 2026-01-23T14:33:48.291Z | Downloaded mime_guess v2.0.5 |
| 1059 | 2026-01-23T14:33:48.291Z | Downloaded managed v0.8.0 |
| 1060 | 2026-01-23T14:33:48.291Z | Downloaded linear-map v1.2.0 |
| 1061 | 2026-01-23T14:33:48.315Z | Downloaded libefi-sys v0.1.0 |
| 1062 | 2026-01-23T14:33:48.315Z | Downloaded jobserver v0.1.32 |
| 1063 | 2026-01-23T14:33:48.315Z | Downloaded http-body-util v0.1.3 |
| 1064 | 2026-01-23T14:33:48.315Z | Downloaded heapless v0.7.17 |
| 1065 | 2026-01-23T14:33:48.315Z | Downloaded dropshot_endpoint v0.16.6 |
| 1066 | 2026-01-23T14:33:48.315Z | Downloaded opaque-debug v0.3.1 |
| 1067 | 2026-01-23T14:33:48.315Z | Downloaded olpc-cjson v0.1.4 |
| 1068 | 2026-01-23T14:33:48.340Z | Downloaded number_prefix v0.4.0 |
| 1069 | 2026-01-23T14:33:48.340Z | Downloaded num_threads v0.1.7 |
| 1070 | 2026-01-23T14:33:48.340Z | Downloaded num_enum_derive v0.5.11 |
| 1071 | 2026-01-23T14:33:48.340Z | Downloaded num-iter v0.1.45 |
| 1072 | 2026-01-23T14:33:48.340Z | Downloaded num-derive v0.4.2 |
| 1073 | 2026-01-23T14:33:48.340Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1074 | 2026-01-23T14:33:48.340Z | Downloaded lock_api v0.4.12 |
| 1075 | 2026-01-23T14:33:48.340Z | Downloaded linked-hash-map v0.5.6 |
| 1076 | 2026-01-23T14:33:48.340Z | Downloaded libscf-sys v1.1.0 |
| 1077 | 2026-01-23T14:33:48.340Z | Downloaded indicatif v0.18.0 |
| 1078 | 2026-01-23T14:33:48.364Z | Downloaded indicatif v0.17.11 |
| 1079 | 2026-01-23T14:33:48.364Z | Downloaded aws-lc-sys v0.26.0 |
| 1080 | 2026-01-23T14:33:48.563Z | Downloaded indent_write v2.2.0 |
| 1081 | 2026-01-23T14:33:48.588Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1082 | 2026-01-23T14:33:48.588Z | Downloaded httpdate v1.0.3 |
| 1083 | 2026-01-23T14:33:48.588Z | Downloaded httparse v1.9.5 |
| 1084 | 2026-01-23T14:33:48.588Z | Downloaded http v1.4.0 |
| 1085 | 2026-01-23T14:33:48.588Z | Downloaded hostname v0.4.2 |
| 1086 | 2026-01-23T14:33:48.588Z | Downloaded hashbrown v0.12.3 |
| 1087 | 2026-01-23T14:33:48.588Z | Downloaded half v1.8.3 |
| 1088 | 2026-01-23T14:33:48.588Z | Downloaded globset v0.4.15 |
| 1089 | 2026-01-23T14:33:48.588Z | Downloaded foldhash v0.1.5 |
| 1090 | 2026-01-23T14:33:48.588Z | Downloaded newtype_derive v0.1.6 |
| 1091 | 2026-01-23T14:33:48.613Z | Downloaded newline-converter v0.3.0 |
| 1092 | 2026-01-23T14:33:48.613Z | Downloaded new_debug_unreachable v1.0.6 |
| 1093 | 2026-01-23T14:33:48.613Z | Downloaded memoffset v0.9.1 |
| 1094 | 2026-01-23T14:33:48.613Z | Downloaded maybe-uninit v2.0.0 |
| 1095 | 2026-01-23T14:33:48.613Z | Downloaded maplit v1.0.2 |
| 1096 | 2026-01-23T14:33:48.613Z | Downloaded lzss v0.8.2 |
| 1097 | 2026-01-23T14:33:48.613Z | Downloaded lockfree-object-pool v0.1.6 |
| 1098 | 2026-01-23T14:33:48.613Z | Downloaded keccak v0.1.5 |
| 1099 | 2026-01-23T14:33:48.613Z | Downloaded instant v0.1.13 |
| 1100 | 2026-01-23T14:33:48.613Z | Downloaded ident_case v1.0.1 |
| 1101 | 2026-01-23T14:33:48.613Z | Downloaded humantime v2.2.0 |
| 1102 | 2026-01-23T14:33:48.613Z | Downloaded hubpack v0.1.2 |
| 1103 | 2026-01-23T14:33:48.613Z | Downloaded hickory-server v0.25.2 |
| 1104 | 2026-01-23T14:33:48.613Z | Downloaded half v2.4.1 |
| 1105 | 2026-01-23T14:33:48.613Z | Downloaded group v0.13.0 |
| 1106 | 2026-01-23T14:33:48.638Z | Downloaded glob v0.3.2 |
| 1107 | 2026-01-23T14:33:48.638Z | Downloaded getrandom v0.2.15 |
| 1108 | 2026-01-23T14:33:48.638Z | Downloaded futures-executor v0.3.31 |
| 1109 | 2026-01-23T14:33:48.638Z | Downloaded filetime v0.2.26 |
| 1110 | 2026-01-23T14:33:48.638Z | Downloaded ed25519-dalek v2.1.1 |
| 1111 | 2026-01-23T14:33:48.638Z | Downloaded daft-derive v0.1.4 |
| 1112 | 2026-01-23T14:33:48.638Z | Downloaded crypto-bigint v0.5.5 |
| 1113 | 2026-01-23T14:33:48.638Z | Downloaded lru-cache v0.1.2 |
| 1114 | 2026-01-23T14:33:48.638Z | Downloaded kstat-rs v0.2.4 |
| 1115 | 2026-01-23T14:33:48.663Z | Downloaded is-terminal v0.4.13 |
| 1116 | 2026-01-23T14:33:48.663Z | Downloaded ingot-types v0.1.2 |
| 1117 | 2026-01-23T14:33:48.663Z | Downloaded hyper-tls v0.6.0 |
| 1118 | 2026-01-23T14:33:48.663Z | Downloaded hyper-staticfile v0.10.1 |
| 1119 | 2026-01-23T14:33:48.663Z | Downloaded home v0.5.9 |
| 1120 | 2026-01-23T14:33:48.663Z | Downloaded hmac v0.12.1 |
| 1121 | 2026-01-23T14:33:48.663Z | Downloaded hashbrown v0.13.2 |
| 1122 | 2026-01-23T14:33:48.663Z | Downloaded globwalk v0.9.1 |
| 1123 | 2026-01-23T14:33:48.663Z | Downloaded gethostname v0.5.0 |
| 1124 | 2026-01-23T14:33:48.663Z | Downloaded fxhash v0.2.1 |
| 1125 | 2026-01-23T14:33:48.663Z | Downloaded futures-macro v0.3.31 |
| 1126 | 2026-01-23T14:33:48.663Z | Downloaded futures-io v0.3.31 |
| 1127 | 2026-01-23T14:33:48.663Z | Downloaded futures-channel v0.3.31 |
| 1128 | 2026-01-23T14:33:48.687Z | Downloaded fs_extra v1.3.0 |
| 1129 | 2026-01-23T14:33:48.687Z | Downloaded foreign-types-shared v0.3.1 |
| 1130 | 2026-01-23T14:33:48.687Z | Downloaded env_logger v0.11.8 |
| 1131 | 2026-01-23T14:33:48.688Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1132 | 2026-01-23T14:33:48.688Z | Downloaded derive_builder_macro v0.20.2 |
| 1133 | 2026-01-23T14:33:48.688Z | Downloaded derive_builder_core v0.20.2 |
| 1134 | 2026-01-23T14:33:48.688Z | Downloaded libsw-core v0.3.1 |
| 1135 | 2026-01-23T14:33:48.688Z | Downloaded lazy_static v1.5.0 |
| 1136 | 2026-01-23T14:33:48.688Z | Downloaded instability v0.3.2 |
| 1137 | 2026-01-23T14:33:48.688Z | Downloaded inout v0.1.3 |
| 1138 | 2026-01-23T14:33:48.688Z | Downloaded iana-time-zone v0.1.63 |
| 1139 | 2026-01-23T14:33:48.688Z | Downloaded http-body v1.0.1 |
| 1140 | 2026-01-23T14:33:48.688Z | Downloaded hickory-resolver v0.24.4 |
| 1141 | 2026-01-23T14:33:48.713Z | Downloaded heapless v0.8.0 |
| 1142 | 2026-01-23T14:33:48.713Z | Downloaded futures-task v0.3.31 |
| 1143 | 2026-01-23T14:33:48.713Z | Downloaded futures-sink v0.3.31 |
| 1144 | 2026-01-23T14:33:48.713Z | Downloaded futures-core v0.3.31 |
| 1145 | 2026-01-23T14:33:48.713Z | Downloaded float-ord v0.3.2 |
| 1146 | 2026-01-23T14:33:48.713Z | Downloaded fixedbitset v0.4.2 |
| 1147 | 2026-01-23T14:33:48.713Z | Downloaded ff v0.13.0 |
| 1148 | 2026-01-23T14:33:48.713Z | Downloaded fallible-iterator v0.2.0 |
| 1149 | 2026-01-23T14:33:48.713Z | Downloaded erased-serde v0.3.31 |
| 1150 | 2026-01-23T14:33:48.713Z | Downloaded dyn-clone v1.0.20 |
| 1151 | 2026-01-23T14:33:48.713Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1152 | 2026-01-23T14:33:48.713Z | Downloaded drift v0.1.2 |
| 1153 | 2026-01-23T14:33:48.713Z | Downloaded dof v0.4.0 |
| 1154 | 2026-01-23T14:33:48.767Z | Downloaded display-error-chain v0.2.2 |
| 1155 | 2026-01-23T14:33:48.767Z | Downloaded ctr v0.9.2 |
| 1156 | 2026-01-23T14:33:48.767Z | Downloaded crossbeam-utils v0.8.21 |
| 1157 | 2026-01-23T14:33:48.767Z | Downloaded crossbeam-epoch v0.9.18 |
| 1158 | 2026-01-23T14:33:48.767Z | Downloaded bindgen v0.71.1 |
| 1159 | 2026-01-23T14:33:48.768Z | Downloaded bindgen v0.69.5 |
| 1160 | 2026-01-23T14:33:48.768Z | Downloaded indoc v1.0.9 |
| 1161 | 2026-01-23T14:33:48.768Z | Downloaded hyper-rustls v0.27.7 |
| 1162 | 2026-01-23T14:33:48.768Z | Downloaded hubpack_derive v0.1.1 |
| 1163 | 2026-01-23T14:33:48.768Z | Downloaded http-range v0.1.5 |
| 1164 | 2026-01-23T14:33:48.768Z | Downloaded hostname v0.3.1 |
| 1165 | 2026-01-23T14:33:48.768Z | Downloaded hickory-client v0.25.2 |
| 1166 | 2026-01-23T14:33:48.768Z | Downloaded headers-core v0.3.0 |
| 1167 | 2026-01-23T14:33:48.768Z | Downloaded fs-err v2.11.0 |
| 1168 | 2026-01-23T14:33:48.768Z | Downloaded foreign-types-shared v0.1.1 |
| 1169 | 2026-01-23T14:33:48.768Z | Downloaded foreign-types-macros v0.2.3 |
| 1170 | 2026-01-23T14:33:48.768Z | Downloaded foreign-types v0.5.0 |
| 1171 | 2026-01-23T14:33:48.768Z | Downloaded float-cmp v0.10.0 |
| 1172 | 2026-01-23T14:33:48.768Z | Downloaded flagset v0.4.6 |
| 1173 | 2026-01-23T14:33:48.768Z | Downloaded fd-lock v4.0.2 |
| 1174 | 2026-01-23T14:33:48.768Z | Downloaded enum-as-inner v0.6.1 |
| 1175 | 2026-01-23T14:33:48.768Z | Downloaded endian-type v0.1.2 |
| 1176 | 2026-01-23T14:33:48.768Z | Downloaded embedded-io v0.4.0 |
| 1177 | 2026-01-23T14:33:48.768Z | Downloaded ed25519 v2.2.3 |
| 1178 | 2026-01-23T14:33:48.768Z | Downloaded dunce v1.0.5 |
| 1179 | 2026-01-23T14:33:48.768Z | Downloaded dtrace-parser v0.3.0 |
| 1180 | 2026-01-23T14:33:48.768Z | Downloaded dsl_auto_type v0.1.2 |
| 1181 | 2026-01-23T14:33:48.793Z | Downloaded dropshot-api-manager v0.2.4 |
| 1182 | 2026-01-23T14:33:48.793Z | Downloaded document-features v0.2.11 |
| 1183 | 2026-01-23T14:33:48.793Z | Downloaded cookie v0.18.1 |
| 1184 | 2026-01-23T14:33:48.793Z | Downloaded ciborium v0.2.2 |
| 1185 | 2026-01-23T14:33:48.793Z | Downloaded chrono v0.4.42 |
| 1186 | 2026-01-23T14:33:48.793Z | Downloaded blake2 v0.10.6 |
| 1187 | 2026-01-23T14:33:48.793Z | Downloaded aws-lc-rs v1.12.4 |
| 1188 | 2026-01-23T14:33:48.817Z | Downloaded hex v0.4.3 |
| 1189 | 2026-01-23T14:33:48.817Z | Downloaded heck v0.3.3 |
| 1190 | 2026-01-23T14:33:48.817Z | Downloaded hash32 v0.3.1 |
| 1191 | 2026-01-23T14:33:48.817Z | Downloaded funty v2.0.0 |
| 1192 | 2026-01-23T14:33:48.817Z | Downloaded foreign-types v0.3.2 |
| 1193 | 2026-01-23T14:33:48.817Z | Downloaded fixedbitset v0.5.7 |
| 1194 | 2026-01-23T14:33:48.817Z | Downloaded fatfs v0.3.6 |
| 1195 | 2026-01-23T14:33:48.817Z | Downloaded env_filter v0.1.2 |
| 1196 | 2026-01-23T14:33:48.817Z | Downloaded either v1.15.0 |
| 1197 | 2026-01-23T14:33:48.817Z | Downloaded derive_more v0.99.20 |
| 1198 | 2026-01-23T14:33:48.817Z | Downloaded deranged v0.5.3 |
| 1199 | 2026-01-23T14:33:48.817Z | Downloaded darling_core v0.20.10 |
| 1200 | 2026-01-23T14:33:48.842Z | Downloaded crossterm v0.29.0 |
| 1201 | 2026-01-23T14:33:48.842Z | Downloaded crossterm v0.28.1 |
| 1202 | 2026-01-23T14:33:48.842Z | Downloaded crossbeam-channel v0.5.15 |
| 1203 | 2026-01-23T14:33:48.842Z | Downloaded colored v2.2.0 |
| 1204 | 2026-01-23T14:33:48.866Z | Downloaded cc v1.2.30 |
| 1205 | 2026-01-23T14:33:48.866Z | Downloaded blake3 v1.5.4 |
| 1206 | 2026-01-23T14:33:48.866Z | Downloaded bitflags v1.3.2 |
| 1207 | 2026-01-23T14:33:48.866Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1208 | 2026-01-23T14:33:48.866Z | Downloaded backtrace v0.3.74 |
| 1209 | 2026-01-23T14:33:48.866Z | Downloaded ena v0.14.3 |
| 1210 | 2026-01-23T14:33:48.866Z | Downloaded ecdsa v0.16.9 |
| 1211 | 2026-01-23T14:33:48.891Z | Downloaded dirs-sys-next v0.1.2 |
| 1212 | 2026-01-23T14:33:48.891Z | Downloaded dirs-next v2.0.0 |
| 1213 | 2026-01-23T14:33:48.891Z | Downloaded diff v0.1.13 |
| 1214 | 2026-01-23T14:33:48.891Z | Downloaded diesel-dtrace v0.4.2 |
| 1215 | 2026-01-23T14:33:48.891Z | Downloaded des v0.8.1 |
| 1216 | 2026-01-23T14:33:48.891Z | Downloaded derive_more v2.0.1 |
| 1217 | 2026-01-23T14:33:48.891Z | Downloaded derive_builder v0.20.2 |
| 1218 | 2026-01-23T14:33:48.891Z | Downloaded der_derive v0.7.3 |
| 1219 | 2026-01-23T14:33:48.916Z | Downloaded der v0.7.10 |
| 1220 | 2026-01-23T14:33:48.916Z | Downloaded defmt-macros v0.3.9 |
| 1221 | 2026-01-23T14:33:48.916Z | Downloaded defmt v0.3.8 |
| 1222 | 2026-01-23T14:33:48.916Z | Downloaded darling_core v0.21.0 |
| 1223 | 2026-01-23T14:33:48.916Z | Downloaded daft v0.1.4 |
| 1224 | 2026-01-23T14:33:48.916Z | Downloaded crunchy v0.2.2 |
| 1225 | 2026-01-23T14:33:48.916Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1226 | 2026-01-23T14:33:48.916Z | Downloaded crc8 v0.1.1 |
| 1227 | 2026-01-23T14:33:48.916Z | Downloaded crc32fast v1.4.2 |
| 1228 | 2026-01-23T14:33:48.916Z | Downloaded console v0.16.0 |
| 1229 | 2026-01-23T14:33:48.941Z | Downloaded clang-sys v1.8.1 |
| 1230 | 2026-01-23T14:33:48.941Z | Downloaded chacha20 v0.9.1 |
| 1231 | 2026-01-23T14:33:48.941Z | Downloaded cexpr v0.6.0 |
| 1232 | 2026-01-23T14:33:48.941Z | Downloaded bitfield-struct v0.6.2 |
| 1233 | 2026-01-23T14:33:48.941Z | Downloaded base64 v0.22.1 |
| 1234 | 2026-01-23T14:33:48.941Z | Downloaded async-recursion v1.1.1 |
| 1235 | 2026-01-23T14:33:48.941Z | Downloaded derive-where v1.5.0 |
| 1236 | 2026-01-23T14:33:48.941Z | Downloaded derive-ex v0.1.8 |
| 1237 | 2026-01-23T14:33:48.941Z | Downloaded defmt-parser v0.3.4 |
| 1238 | 2026-01-23T14:33:48.941Z | Downloaded debug-ignore v1.0.5 |
| 1239 | 2026-01-23T14:33:48.966Z | Downloaded data-encoding v2.9.0 |
| 1240 | 2026-01-23T14:33:48.966Z | Downloaded darling_macro v0.20.10 |
| 1241 | 2026-01-23T14:33:48.966Z | Downloaded darling v0.21.0 |
| 1242 | 2026-01-23T14:33:48.966Z | Downloaded darling v0.20.10 |
| 1243 | 2026-01-23T14:33:48.966Z | Downloaded csv-core v0.1.11 |
| 1244 | 2026-01-23T14:33:48.966Z | Downloaded crossbeam-deque v0.8.5 |
| 1245 | 2026-01-23T14:33:48.966Z | Downloaded critical-section v1.1.3 |
| 1246 | 2026-01-23T14:33:48.966Z | Downloaded crc-catalog v2.4.0 |
| 1247 | 2026-01-23T14:33:48.966Z | Downloaded corncobs v0.1.4 |
| 1248 | 2026-01-23T14:33:48.966Z | Downloaded const_format v0.2.34 |
| 1249 | 2026-01-23T14:33:48.966Z | Downloaded console v0.15.10 |
| 1250 | 2026-01-23T14:33:48.990Z | Downloaded compact_str v0.8.0 |
| 1251 | 2026-01-23T14:33:48.990Z | Downloaded colored v3.0.0 |
| 1252 | 2026-01-23T14:33:48.990Z | Downloaded cmake v0.1.51 |
| 1253 | 2026-01-23T14:33:48.990Z | Downloaded ciborium-ll v0.2.2 |
| 1254 | 2026-01-23T14:33:48.990Z | Downloaded ciborium-io v0.2.2 |
| 1255 | 2026-01-23T14:33:48.991Z | Downloaded chacha20poly1305 v0.10.1 |
| 1256 | 2026-01-23T14:33:48.991Z | Downloaded cancel-safe-futures v0.1.5 |
| 1257 | 2026-01-23T14:33:48.991Z | Downloaded bzip2 v0.4.4 |
| 1258 | 2026-01-23T14:33:48.991Z | Downloaded bumpalo v3.16.0 |
| 1259 | 2026-01-23T14:33:48.991Z | Downloaded buf-list v1.0.3 |
| 1260 | 2026-01-23T14:33:49.015Z | Downloaded blowfish v0.9.1 |
| 1261 | 2026-01-23T14:33:49.015Z | Downloaded bb8 v0.8.5 |
| 1262 | 2026-01-23T14:33:49.016Z | Downloaded difflib v0.4.0 |
| 1263 | 2026-01-23T14:33:49.016Z | Downloaded darling_macro v0.21.0 |
| 1264 | 2026-01-23T14:33:49.016Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1265 | 2026-01-23T14:33:49.016Z | Downloaded cstr-argument v0.1.2 |
| 1266 | 2026-01-23T14:33:49.016Z | Downloaded crc-any v2.5.0 |
| 1267 | 2026-01-23T14:33:49.016Z | Downloaded cookie_store v0.21.1 |
| 1268 | 2026-01-23T14:33:49.016Z | Downloaded convert_case v0.7.1 |
| 1269 | 2026-01-23T14:33:49.016Z | Downloaded constant_time_eq v0.3.1 |
| 1270 | 2026-01-23T14:33:49.016Z | Downloaded const_format_proc_macros v0.2.34 |
| 1271 | 2026-01-23T14:33:49.016Z | Downloaded const-oid v0.9.6 |
| 1272 | 2026-01-23T14:33:49.016Z | Downloaded cobs v0.2.3 |
| 1273 | 2026-01-23T14:33:49.016Z | Downloaded cbc v0.1.2 |
| 1274 | 2026-01-23T14:33:49.016Z | Downloaded castaway v0.2.3 |
| 1275 | 2026-01-23T14:33:49.016Z | Downloaded cargo-platform v0.1.8 |
| 1276 | 2026-01-23T14:33:49.040Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1277 | 2026-01-23T14:33:49.040Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1278 | 2026-01-23T14:33:49.040Z | Downloaded bitfield-macros v0.19.2 |
| 1279 | 2026-01-23T14:33:49.040Z | Downloaded bit-set v0.8.0 |
| 1280 | 2026-01-23T14:33:49.040Z | Downloaded bit-set v0.5.3 |
| 1281 | 2026-01-23T14:33:49.040Z | Downloaded bcs v0.1.6 |
| 1282 | 2026-01-23T14:33:49.040Z | Downloaded base64ct v1.6.0 |
| 1283 | 2026-01-23T14:33:49.065Z | Downloaded async-stream v0.3.6 |
| 1284 | 2026-01-23T14:33:49.065Z | Downloaded arc-swap v1.7.1 |
| 1285 | 2026-01-23T14:33:49.065Z | Downloaded convert_case v0.4.0 |
| 1286 | 2026-01-23T14:33:49.065Z | Downloaded cipher v0.4.4 |
| 1287 | 2026-01-23T14:33:49.065Z | Downloaded cfg_aliases v0.2.1 |
| 1288 | 2026-01-23T14:33:49.065Z | Downloaded cfg_aliases v0.1.1 |
| 1289 | 2026-01-23T14:33:49.065Z | Downloaded cargo_metadata v0.19.2 |
| 1290 | 2026-01-23T14:33:49.065Z | Downloaded bytes v1.10.1 |
| 1291 | 2026-01-23T14:33:49.065Z | Downloaded bitfield v0.19.2 |
| 1292 | 2026-01-23T14:33:49.065Z | Downloaded bit-vec v0.8.0 |
| 1293 | 2026-01-23T14:33:49.065Z | Downloaded bit-vec v0.6.3 |
| 1294 | 2026-01-23T14:33:49.065Z | Downloaded base64 v0.13.1 |
| 1295 | 2026-01-23T14:33:49.090Z | Downloaded backoff v0.4.0 |
| 1296 | 2026-01-23T14:33:49.090Z | Downloaded async-stream-impl v0.3.6 |
| 1297 | 2026-01-23T14:33:49.090Z | Downloaded async-bb8-diesel v0.2.1 |
| 1298 | 2026-01-23T14:33:49.090Z | Downloaded argon2 v0.5.3 |
| 1299 | 2026-01-23T14:33:49.090Z | Downloaded aho-corasick v1.1.3 |
| 1300 | 2026-01-23T14:33:49.090Z | Downloaded aes-gcm v0.10.3 |
| 1301 | 2026-01-23T14:33:49.090Z | Downloaded aes v0.8.4 |
| 1302 | 2026-01-23T14:33:49.090Z | Downloaded aead v0.5.2 |
| 1303 | 2026-01-23T14:33:49.114Z | Downloaded bzip2 v0.5.2 |
| 1304 | 2026-01-23T14:33:49.114Z | Downloaded block-padding v0.3.3 |
| 1305 | 2026-01-23T14:33:49.114Z | Downloaded base64 v0.21.7 |
| 1306 | 2026-01-23T14:33:49.114Z | Downloaded async-trait v0.1.89 |
| 1307 | 2026-01-23T14:33:49.114Z | Downloaded arrayvec v0.7.6 |
| 1308 | 2026-01-23T14:33:49.114Z | Downloaded arrayref v0.3.9 |
| 1309 | 2026-01-23T14:33:49.115Z | Downloaded allocator-api2 v0.2.21 |
| 1310 | 2026-01-23T14:33:49.115Z | Downloaded ahash v0.8.12 |
| 1311 | 2026-01-23T14:33:49.115Z | Downloaded addr2line v0.24.2 |
| 1312 | 2026-01-23T14:33:49.139Z | Downloaded atty v0.2.14 |
| 1313 | 2026-01-23T14:33:49.139Z | Downloaded atomicwrites v0.4.4 |
| 1314 | 2026-01-23T14:33:49.139Z | Downloaded atomic-waker v1.1.2 |
| 1315 | 2026-01-23T14:33:49.139Z | Downloaded assert_matches v1.5.0 |
| 1316 | 2026-01-23T14:33:49.139Z | Downloaded ascii-canvas v3.0.0 |
| 1317 | 2026-01-23T14:33:49.139Z | Downloaded array-init v0.0.4 |
| 1318 | 2026-01-23T14:33:49.139Z | Downloaded adler2 v2.0.0 |
| 1319 | 2026-01-23T14:33:49.352Z | Compiling value-bag v1.12.0 |
| 1320 | 2026-01-23T14:33:49.352Z | Compiling lock_api v0.4.12 |
| 1321 | 2026-01-23T14:33:49.352Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-01-23T14:33:49.376Z | Compiling shlex v1.3.0 |
| 1323 | 2026-01-23T14:33:49.376Z | Compiling typenum v1.17.0 |
| 1324 | 2026-01-23T14:33:49.376Z | Compiling syn v2.0.111 |
| 1325 | 2026-01-23T14:33:49.376Z | Compiling getrandom v0.2.15 |
| 1326 | 2026-01-23T14:33:49.376Z | Compiling jobserver v0.1.32 |
| 1327 | 2026-01-23T14:33:49.581Z | Compiling smallvec v1.15.1 |
| 1328 | 2026-01-23T14:33:49.827Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-01-23T14:33:49.909Z | Compiling log v0.4.29 |
| 1330 | 2026-01-23T14:33:49.985Z | Compiling cc v1.2.30 |
| 1331 | 2026-01-23T14:33:50.010Z | Compiling generic-array v0.14.7 |
| 1332 | 2026-01-23T14:33:50.368Z | Compiling subtle v2.6.1 |
| 1333 | 2026-01-23T14:33:50.447Z | Compiling portable-atomic v1.11.0 |
| 1334 | 2026-01-23T14:33:50.471Z | Compiling const-oid v0.9.6 |
| 1335 | 2026-01-23T14:33:50.496Z | Compiling critical-section v1.1.3 |
| 1336 | 2026-01-23T14:33:50.678Z | Compiling serde_json v1.0.149 |
| 1337 | 2026-01-23T14:33:50.702Z | Compiling getrandom v0.3.4 |
| 1338 | 2026-01-23T14:33:50.771Z | Compiling pkg-config v0.3.31 |
| 1339 | 2026-01-23T14:33:51.041Z | Compiling spin v0.9.8 |
| 1340 | 2026-01-23T14:33:51.548Z | Compiling pin-project-lite v0.2.14 |
| 1341 | 2026-01-23T14:33:51.733Z | Compiling regex-syntax v0.8.5 |
| 1342 | 2026-01-23T14:33:51.863Z | Compiling parking_lot_core v0.9.10 |
| 1343 | 2026-01-23T14:33:52.370Z | Compiling libm v0.2.8 |
| 1344 | 2026-01-23T14:33:52.472Z | Compiling rustix v0.38.37 |
| 1345 | 2026-01-23T14:33:52.949Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-01-23T14:33:53.150Z | Compiling signal-hook-registry v1.4.2 |
| 1347 | 2026-01-23T14:33:53.460Z | Compiling num-traits v0.2.19 |
| 1348 | 2026-01-23T14:33:53.649Z | Compiling allocator-api2 v0.2.21 |
| 1349 | 2026-01-23T14:33:53.674Z | Compiling parking_lot v0.12.3 |
| 1350 | 2026-01-23T14:33:54.239Z | Compiling mio v1.0.2 |
| 1351 | 2026-01-23T14:33:54.519Z | Compiling futures-core v0.3.31 |
| 1352 | 2026-01-23T14:33:54.604Z | Compiling lazy_static v1.5.0 |
| 1353 | 2026-01-23T14:33:54.637Z | Compiling aho-corasick v1.1.3 |
| 1354 | 2026-01-23T14:33:54.803Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-01-23T14:33:54.871Z | Compiling socket2 v0.6.1 |
| 1356 | 2026-01-23T14:33:55.397Z | Compiling slab v0.4.9 |
| 1357 | 2026-01-23T14:33:55.539Z | Compiling cpufeatures v0.2.14 |
| 1358 | 2026-01-23T14:33:55.576Z | Compiling glob v0.3.2 |
| 1359 | 2026-01-23T14:33:55.708Z | Compiling futures-sink v0.3.31 |
| 1360 | 2026-01-23T14:33:55.916Z | Compiling either v1.15.0 |
| 1361 | 2026-01-23T14:33:55.948Z | Compiling futures-channel v0.3.31 |
| 1362 | 2026-01-23T14:33:56.453Z | Compiling hashbrown v0.16.1 |
| 1363 | 2026-01-23T14:33:56.480Z | Compiling futures-task v0.3.31 |
| 1364 | 2026-01-23T14:33:56.505Z | Compiling futures-io v0.3.31 |
| 1365 | 2026-01-23T14:33:56.587Z | Compiling clang-sys v1.8.1 |
| 1366 | 2026-01-23T14:33:56.845Z | Compiling rustversion v1.0.22 |
| 1367 | 2026-01-23T14:33:56.869Z | Compiling pin-utils v0.1.0 |
| 1368 | 2026-01-23T14:33:57.010Z | Compiling regex-automata v0.4.11 |
| 1369 | 2026-01-23T14:33:57.100Z | Compiling prettyplease v0.2.36 |
| 1370 | 2026-01-23T14:33:57.352Z | Compiling minimal-lexical v0.2.1 |
| 1371 | 2026-01-23T14:33:57.581Z | Compiling libloading v0.8.5 |
| 1372 | 2026-01-23T14:33:57.714Z | Compiling synstructure v0.13.1 |
| 1373 | 2026-01-23T14:33:57.907Z | Compiling nom v7.1.3 |
| 1374 | 2026-01-23T14:33:57.950Z | Compiling indexmap v2.12.1 |
| 1375 | 2026-01-23T14:33:58.336Z | Compiling base64ct v1.6.0 |
| 1376 | 2026-01-23T14:33:58.957Z | Compiling ident_case v1.0.1 |
| 1377 | 2026-01-23T14:33:59.181Z | Compiling home v0.5.9 |
| 1378 | 2026-01-23T14:33:59.206Z | Compiling bindgen v0.69.5 |
| 1379 | 2026-01-23T14:33:59.231Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-01-23T14:33:59.552Z | Compiling itertools v0.12.1 |
| 1381 | 2026-01-23T14:33:59.890Z | Compiling form_urlencoded v1.2.2 |
| 1382 | 2026-01-23T14:34:00.215Z | Compiling flagset v0.4.6 |
| 1383 | 2026-01-23T14:34:00.247Z | Compiling rustc-hash v1.1.0 |
| 1384 | 2026-01-23T14:34:00.436Z | Compiling lazycell v1.3.0 |
| 1385 | 2026-01-23T14:34:00.523Z | Compiling rand_core v0.9.3 |
| 1386 | 2026-01-23T14:34:00.635Z | Compiling cmake v0.1.51 |
| 1387 | 2026-01-23T14:34:01.141Z | Compiling cexpr v0.6.0 |
| 1388 | 2026-01-23T14:34:01.334Z | Compiling iana-time-zone v0.1.63 |
| 1389 | 2026-01-23T14:34:01.490Z | Compiling foldhash v0.1.5 |
| 1390 | 2026-01-23T14:34:01.728Z | Compiling paste v1.0.15 |
| 1391 | 2026-01-23T14:34:01.859Z | Compiling dunce v1.0.5 |
| 1392 | 2026-01-23T14:34:02.021Z | Compiling fs_extra v1.3.0 |
| 1393 | 2026-01-23T14:34:02.304Z | Compiling hashbrown v0.15.4 |
| 1394 | 2026-01-23T14:34:02.328Z | Compiling rustc_version v0.4.1 |
| 1395 | 2026-01-23T14:34:02.519Z | Compiling serde_derive v1.0.228 |
| 1396 | 2026-01-23T14:34:02.662Z | Compiling zeroize_derive v1.4.2 |
| 1397 | 2026-01-23T14:34:02.693Z | Compiling zerofrom-derive v0.1.4 |
| 1398 | 2026-01-23T14:34:02.834Z | Compiling yoke-derive v0.7.4 |
| 1399 | 2026-01-23T14:34:03.029Z | Compiling zerovec-derive v0.10.3 |
| 1400 | 2026-01-23T14:34:03.748Z | Compiling displaydoc v0.2.5 |
| 1401 | 2026-01-23T14:34:03.961Z | Compiling zeroize v1.8.1 |
| 1402 | 2026-01-23T14:34:05.272Z | Compiling icu_provider_macros v1.5.0 |
| 1403 | 2026-01-23T14:34:05.297Z | Compiling zerocopy-derive v0.7.35 |
| 1404 | 2026-01-23T14:34:05.427Z | Compiling tokio-macros v2.6.0 |
| 1405 | 2026-01-23T14:34:05.718Z | Compiling crypto-common v0.1.6 |
| 1406 | 2026-01-23T14:34:05.911Z | Compiling block-buffer v0.10.4 |
| 1407 | 2026-01-23T14:34:05.977Z | Compiling zerofrom v0.1.4 |
| 1408 | 2026-01-23T14:34:06.228Z | Compiling digest v0.10.7 |
| 1409 | 2026-01-23T14:34:06.266Z | Compiling yoke v0.7.4 |
| 1410 | 2026-01-23T14:34:06.290Z | Compiling thiserror-impl v2.0.17 |
| 1411 | 2026-01-23T14:34:06.725Z | Compiling zerovec v0.10.4 |
| 1412 | 2026-01-23T14:34:06.809Z | Compiling hmac v0.12.1 |
| 1413 | 2026-01-23T14:34:06.990Z | Compiling block-padding v0.3.3 |
| 1414 | 2026-01-23T14:34:07.152Z | Compiling futures-macro v0.3.31 |
| 1415 | 2026-01-23T14:34:07.192Z | Compiling zerocopy v0.7.35 |
| 1416 | 2026-01-23T14:34:07.319Z | Compiling inout v0.1.3 |
| 1417 | 2026-01-23T14:34:07.601Z | Compiling regex v1.11.3 |
| 1418 | 2026-01-23T14:34:07.700Z | Compiling cipher v0.4.4 |
| 1419 | 2026-01-23T14:34:08.229Z | Compiling sha2 v0.10.9 |
| 1420 | 2026-01-23T14:34:08.610Z | Compiling tinystr v0.7.6 |
| 1421 | 2026-01-23T14:34:08.694Z | Compiling icu_collections v1.5.0 |
| 1422 | 2026-01-23T14:34:08.894Z | Compiling futures-util v0.3.31 |
| 1423 | 2026-01-23T14:34:08.919Z | Compiling ppv-lite86 v0.2.20 |
| 1424 | 2026-01-23T14:34:09.040Z | Compiling icu_locid v1.5.0 |
| 1425 | 2026-01-23T14:34:09.360Z | Compiling thiserror v2.0.17 |
| 1426 | 2026-01-23T14:34:09.409Z | Compiling serde v1.0.228 |
| 1427 | 2026-01-23T14:34:09.553Z | Compiling der_derive v0.7.3 |
| 1428 | 2026-01-23T14:34:09.641Z | Compiling pest v2.8.2 |
| 1429 | 2026-01-23T14:34:09.680Z | Compiling salsa20 v0.10.2 |
| 1430 | 2026-01-23T14:34:09.919Z | Compiling pbkdf2 v0.12.2 |
| 1431 | 2026-01-23T14:34:10.009Z | Compiling uuid v1.19.0 |
| 1432 | 2026-01-23T14:34:10.131Z | Compiling vcpkg v0.2.15 |
| 1433 | 2026-01-23T14:34:10.622Z | Compiling bitflags v2.9.4 |
| 1434 | 2026-01-23T14:34:11.007Z | Compiling bytes v1.10.1 |
| 1435 | 2026-01-23T14:34:11.182Z | Compiling icu_provider v1.5.0 |
| 1436 | 2026-01-23T14:34:11.420Z | Compiling chrono v0.4.42 |
| 1437 | 2026-01-23T14:34:11.584Z | Compiling der v0.7.10 |
| 1438 | 2026-01-23T14:34:11.804Z | Compiling zerocopy v0.8.27 |
| 1439 | 2026-01-23T14:34:12.160Z | Compiling tokio v1.48.0 |
| 1440 | 2026-01-23T14:34:12.441Z | Compiling icu_locid_transform v1.5.0 |
| 1441 | 2026-01-23T14:34:12.657Z | Compiling pest_meta v2.8.2 |
| 1442 | 2026-01-23T14:34:12.713Z | Compiling http v1.4.0 |
| 1443 | 2026-01-23T14:34:14.295Z | Compiling icu_properties v1.5.1 |
| 1444 | 2026-01-23T14:34:14.688Z | Compiling which v4.4.2 |
| 1445 | 2026-01-23T14:34:14.715Z | Compiling spki v0.7.3 |
| 1446 | 2026-01-23T14:34:14.741Z | Compiling openssl-sys v0.9.109 |
| 1447 | 2026-01-23T14:34:14.865Z | Compiling scrypt v0.11.0 |
| 1448 | 2026-01-23T14:34:15.262Z | Compiling rand_chacha v0.9.0 |
| 1449 | 2026-01-23T14:34:15.378Z | Compiling cbc v0.1.2 |
| 1450 | 2026-01-23T14:34:15.645Z | Compiling aes v0.8.4 |
| 1451 | 2026-01-23T14:34:15.671Z | Compiling zerocopy-derive v0.8.27 |
| 1452 | 2026-01-23T14:34:16.788Z | Compiling pkcs5 v0.7.1 |
| 1453 | 2026-01-23T14:34:16.883Z | Compiling rand v0.9.2 |
| 1454 | 2026-01-23T14:34:17.024Z | Compiling pest_generator v2.8.2 |
| 1455 | 2026-01-23T14:34:17.949Z | Compiling tracing-attributes v0.1.27 |
| 1456 | 2026-01-23T14:34:18.117Z | Compiling icu_normalizer v1.5.0 |
| 1457 | 2026-01-23T14:34:18.707Z | Compiling serde_derive_internals v0.29.1 |
| 1458 | 2026-01-23T14:34:18.789Z | Compiling ring v0.17.14 |
| 1459 | 2026-01-23T14:34:18.821Z | Compiling tracing-core v0.1.32 |
| 1460 | 2026-01-23T14:34:19.661Z | Compiling idna_adapter v1.2.0 |
| 1461 | 2026-01-23T14:34:19.752Z | Compiling adler2 v2.0.0 |
| 1462 | 2026-01-23T14:34:19.900Z | Compiling idna v1.0.3 |
| 1463 | 2026-01-23T14:34:19.977Z | Compiling rustix v1.1.3 |
| 1464 | 2026-01-23T14:34:20.007Z | Compiling aws-lc-rs v1.12.4 |
| 1465 | 2026-01-23T14:34:20.412Z | Compiling schemars v0.8.22 |
| 1466 | 2026-01-23T14:34:20.635Z | Compiling url v2.5.4 |
| 1467 | 2026-01-23T14:34:20.719Z | Compiling schemars_derive v0.8.22 |
| 1468 | 2026-01-23T14:34:20.846Z | Compiling tracing v0.1.40 |
| 1469 | 2026-01-23T14:34:21.209Z | Compiling tokio-util v0.7.15 |
| 1470 | 2026-01-23T14:34:21.281Z | Compiling miniz_oxide v0.8.5 |
| 1471 | 2026-01-23T14:34:22.299Z | Compiling pest_derive v2.8.2 |
| 1472 | 2026-01-23T14:34:22.462Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-01-23T14:34:22.874Z | Compiling http-body v1.0.1 |
| 1474 | 2026-01-23T14:34:23.265Z | Compiling scroll_derive v0.13.1 |
| 1475 | 2026-01-23T14:34:23.310Z | Compiling darling_core v0.20.10 |
| 1476 | 2026-01-23T14:34:23.364Z | Compiling rustls-pki-types v1.10.0 |
| 1477 | 2026-01-23T14:34:23.801Z | Compiling dyn-clone v1.0.20 |
| 1478 | 2026-01-23T14:34:23.841Z | Compiling tinyvec_macros v0.1.1 |
| 1479 | 2026-01-23T14:34:23.982Z | Compiling base64 v0.22.1 |
| 1480 | 2026-01-23T14:34:24.110Z | Compiling httparse v1.9.5 |
| 1481 | 2026-01-23T14:34:24.731Z | Compiling tinyvec v1.8.0 |
| 1482 | 2026-01-23T14:34:25.223Z | Compiling scroll v0.13.0 |
| 1483 | 2026-01-23T14:34:25.862Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1484 | 2026-01-23T14:34:26.249Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1485 | 2026-01-23T14:34:26.304Z | Compiling untrusted v0.9.0 |
| 1486 | 2026-01-23T14:34:26.433Z | Compiling tower-layer v0.3.3 |
| 1487 | 2026-01-23T14:34:26.541Z | Compiling foreign-types-shared v0.1.1 |
| 1488 | 2026-01-23T14:34:26.735Z | Compiling tower-service v0.3.3 |
| 1489 | 2026-01-23T14:34:26.762Z | Compiling openssl v0.10.73 |
| 1490 | 2026-01-23T14:34:26.933Z | Compiling atomic-waker v1.1.2 |
| 1491 | 2026-01-23T14:34:27.121Z | Compiling num-conv v0.1.0 |
| 1492 | 2026-01-23T14:34:27.153Z | Compiling untrusted v0.7.1 |
| 1493 | 2026-01-23T14:34:27.182Z | Compiling powerfmt v0.2.0 |
| 1494 | 2026-01-23T14:34:27.277Z | Compiling openssl-probe v0.1.5 |
| 1495 | 2026-01-23T14:34:27.405Z | Compiling try-lock v0.2.5 |
| 1496 | 2026-01-23T14:34:27.443Z | Compiling time-core v0.1.6 |
| 1497 | 2026-01-23T14:34:27.674Z | Compiling deranged v0.5.3 |
| 1498 | 2026-01-23T14:34:27.699Z | Compiling want v0.3.1 |
| 1499 | 2026-01-23T14:34:27.738Z | Compiling tempfile v3.24.0 |
| 1500 | 2026-01-23T14:34:27.855Z | Compiling time-macros v0.2.24 |
| 1501 | 2026-01-23T14:34:28.246Z | Compiling h2 v0.4.6 |
| 1502 | 2026-01-23T14:34:28.657Z | Compiling foreign-types v0.3.2 |
| 1503 | 2026-01-23T14:34:29.535Z | Compiling darling_macro v0.20.10 |
| 1504 | 2026-01-23T14:34:30.400Z | Compiling goblin v0.10.2 |
| 1505 | 2026-01-23T14:34:30.480Z | Compiling darling v0.20.10 |
| 1506 | 2026-01-23T14:34:30.632Z | Compiling ipnet v2.11.0 |
| 1507 | 2026-01-23T14:34:31.281Z | Compiling openssl-macros v0.1.1 |
| 1508 | 2026-01-23T14:34:31.981Z | Compiling wait-timeout v0.2.0 |
| 1509 | 2026-01-23T14:34:32.009Z | Compiling quick-error v1.2.3 |
| 1510 | 2026-01-23T14:34:32.121Z | Compiling syn v1.0.109 |
| 1511 | 2026-01-23T14:34:32.219Z | Compiling rustls v0.23.19 |
| 1512 | 2026-01-23T14:34:32.535Z | Compiling num_threads v0.1.7 |
| 1513 | 2026-01-23T14:34:32.573Z | Compiling crossbeam-utils v0.8.21 |
| 1514 | 2026-01-23T14:34:32.607Z | Compiling httpdate v1.0.3 |
| 1515 | 2026-01-23T14:34:32.734Z | Compiling usdt-impl v0.6.0 |
| 1516 | 2026-01-23T14:34:32.890Z | Compiling native-tls v0.2.12 |
| 1517 | 2026-01-23T14:34:33.103Z | Compiling gimli v0.31.1 |
| 1518 | 2026-01-23T14:34:33.130Z | Compiling bit-vec v0.8.0 |
| 1519 | 2026-01-23T14:34:33.312Z | Compiling time v0.3.43 |
| 1520 | 2026-01-23T14:34:33.339Z | Compiling rusty-fork v0.3.0 |
| 1521 | 2026-01-23T14:34:33.643Z | Compiling bit-set v0.8.0 |
| 1522 | 2026-01-23T14:34:34.061Z | Compiling derive_builder_core v0.20.2 |
| 1523 | 2026-01-23T14:34:36.201Z | Compiling hyper v1.8.1 |
| 1524 | 2026-01-23T14:34:37.350Z | Compiling addr2line v0.24.2 |
| 1525 | 2026-01-23T14:34:38.169Z | Compiling unicode-normalization v0.1.24 |
| 1526 | 2026-01-23T14:34:38.211Z | Compiling dtrace-parser v0.3.0 |
| 1527 | 2026-01-23T14:34:38.491Z | Compiling dof v0.4.0 |
| 1528 | 2026-01-23T14:34:39.120Z | Compiling signature v2.2.0 |
| 1529 | 2026-01-23T14:34:39.449Z | Compiling heapless v0.7.17 |
| 1530 | 2026-01-23T14:34:39.915Z | Compiling scroll_derive v0.12.0 |
| 1531 | 2026-01-23T14:34:39.992Z | Compiling thiserror-impl v1.0.69 |
| 1532 | 2026-01-23T14:34:40.100Z | Compiling rand_xorshift v0.4.0 |
| 1533 | 2026-01-23T14:34:40.410Z | Compiling slog v2.8.2 |
| 1534 | 2026-01-23T14:34:40.751Z | Compiling darling_core v0.21.0 |
| 1535 | 2026-01-23T14:34:40.878Z | Compiling thread-id v5.0.0 |
| 1536 | 2026-01-23T14:34:41.035Z | Compiling cookie v0.18.1 |
| 1537 | 2026-01-23T14:34:41.221Z | Compiling object v0.36.5 |
| 1538 | 2026-01-23T14:34:41.371Z | Compiling crc32fast v1.4.2 |
| 1539 | 2026-01-23T14:34:41.601Z | Compiling rustc-demangle v0.1.24 |
| 1540 | 2026-01-23T14:34:41.746Z | Compiling unicode-bidi v0.3.17 |
| 1541 | 2026-01-23T14:34:41.943Z | Compiling anyhow v1.0.99 |
| 1542 | 2026-01-23T14:34:42.480Z | Compiling unicode-properties v0.1.3 |
| 1543 | 2026-01-23T14:34:42.518Z | Compiling signal-hook v0.3.18 |
| 1544 | 2026-01-23T14:34:42.628Z | Compiling zlib-rs v0.5.1 |
| 1545 | 2026-01-23T14:34:42.891Z | Compiling zstd-safe v7.2.3 |
| 1546 | 2026-01-23T14:34:42.935Z | Compiling siphasher v0.3.11 |
| 1547 | 2026-01-23T14:34:43.092Z | Compiling unarray v0.1.4 |
| 1548 | 2026-01-23T14:34:43.297Z | Compiling thiserror v1.0.69 |
| 1549 | 2026-01-23T14:34:43.320Z | Compiling proptest v1.7.0 |
| 1550 | 2026-01-23T14:34:43.344Z | Compiling phf_shared v0.11.2 |
| 1551 | 2026-01-23T14:34:43.418Z | Compiling stringprep v0.1.5 |
| 1552 | 2026-01-23T14:34:43.994Z | Compiling scroll v0.12.0 |
| 1553 | 2026-01-23T14:34:44.587Z | Compiling hyper-util v0.1.19 |
| 1554 | 2026-01-23T14:34:45.221Z | Compiling derive_builder_macro v0.20.2 |
| 1555 | 2026-01-23T14:34:47.112Z | Compiling darling_macro v0.21.0 |
| 1556 | 2026-01-23T14:34:47.163Z | Compiling ipnetwork v0.21.1 |
| 1557 | 2026-01-23T14:34:48.044Z | Compiling toml_datetime v0.6.11 |
| 1558 | 2026-01-23T14:34:48.072Z | Compiling erased-serde v0.3.31 |
| 1559 | 2026-01-23T14:34:48.573Z | Compiling backtrace v0.3.74 |
| 1560 | 2026-01-23T14:34:48.769Z | Compiling serde_spanned v0.6.9 |
| 1561 | 2026-01-23T14:34:48.793Z | Compiling serde_tokenstream v0.2.2 |
| 1562 | 2026-01-23T14:34:49.037Z | Compiling libz-rs-sys v0.5.1 |
| 1563 | 2026-01-23T14:34:49.339Z | Compiling rand_chacha v0.3.1 |
| 1564 | 2026-01-23T14:34:49.391Z | Compiling md-5 v0.10.6 |
| 1565 | 2026-01-23T14:34:49.477Z | Compiling curve25519-dalek v4.1.3 |
| 1566 | 2026-01-23T14:34:49.693Z | Compiling vergen-lib v0.1.6 |
| 1567 | 2026-01-23T14:34:49.855Z | Compiling num-integer v0.1.46 |
| 1568 | 2026-01-23T14:34:50.021Z | Compiling sync_wrapper v1.0.1 |
| 1569 | 2026-01-23T14:34:50.138Z | Compiling ff v0.13.0 |
| 1570 | 2026-01-23T14:34:50.214Z | Compiling hash32 v0.2.1 |
| 1571 | 2026-01-23T14:34:50.379Z | Compiling memoffset v0.9.1 |
| 1572 | 2026-01-23T14:34:50.597Z | Compiling cfg_aliases v0.2.1 |
| 1573 | 2026-01-23T14:34:50.639Z | Compiling base16ct v0.2.0 |
| 1574 | 2026-01-23T14:34:50.713Z | Compiling ref-cast v1.0.25 |
| 1575 | 2026-01-23T14:34:50.737Z | Compiling fallible-iterator v0.2.0 |
| 1576 | 2026-01-23T14:34:51.017Z | Compiling litrs v0.4.1 |
| 1577 | 2026-01-23T14:34:51.155Z | Compiling smoltcp v0.9.1 |
| 1578 | 2026-01-23T14:34:51.327Z | Compiling psl-types v2.0.11 |
| 1579 | 2026-01-23T14:34:51.439Z | Compiling num-bigint-dig v0.8.6 |
| 1580 | 2026-01-23T14:34:51.511Z | Compiling postgres-protocol v0.6.8 |
| 1581 | 2026-01-23T14:34:51.571Z | Compiling publicsuffix v2.3.0 |
| 1582 | 2026-01-23T14:34:51.932Z | Compiling sec1 v0.7.3 |
| 1583 | 2026-01-23T14:34:52.006Z | Compiling nix v0.29.0 |
| 1584 | 2026-01-23T14:34:52.285Z | Compiling document-features v0.2.11 |
| 1585 | 2026-01-23T14:34:52.643Z | Compiling num-iter v0.1.45 |
| 1586 | 2026-01-23T14:34:52.864Z | Compiling group v0.13.0 |
| 1587 | 2026-01-23T14:34:52.899Z | Compiling tower v0.5.2 |
| 1588 | 2026-01-23T14:34:53.140Z | Compiling rand v0.8.5 |
| 1589 | 2026-01-23T14:34:53.239Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-01-23T14:34:53.605Z | Compiling flate2 v1.1.2 |
| 1591 | 2026-01-23T14:34:54.044Z | Compiling darling v0.21.0 |
| 1592 | 2026-01-23T14:34:54.187Z | Compiling oxnet v0.1.4 |
| 1593 | 2026-01-23T14:34:54.281Z | Compiling derive_builder v0.20.2 |
| 1594 | 2026-01-23T14:34:54.508Z | Compiling tokio-native-tls v0.3.1 |
| 1595 | 2026-01-23T14:34:54.624Z | Compiling goblin v0.8.2 |
| 1596 | 2026-01-23T14:34:55.141Z | Compiling rustls-native-certs v0.8.1 |
| 1597 | 2026-01-23T14:34:55.336Z | Compiling webpki-roots v1.0.1 |
| 1598 | 2026-01-23T14:34:55.565Z | Compiling http-body-util v0.1.3 |
| 1599 | 2026-01-23T14:34:55.740Z | Compiling strum_macros v0.27.2 |
| 1600 | 2026-01-23T14:34:55.913Z | Compiling terminal_size v0.4.0 |
| 1601 | 2026-01-23T14:34:56.105Z | Compiling cargo-platform v0.1.8 |
| 1602 | 2026-01-23T14:34:56.131Z | Compiling hkdf v0.12.4 |
| 1603 | 2026-01-23T14:34:56.179Z | Compiling crypto-bigint v0.5.5 |
| 1604 | 2026-01-23T14:34:56.471Z | Compiling async-trait v0.1.89 |
| 1605 | 2026-01-23T14:34:56.691Z | Compiling daft-derive v0.1.4 |
| 1606 | 2026-01-23T14:34:57.327Z | Compiling hubpack_derive v0.1.1 |
| 1607 | 2026-01-23T14:34:58.222Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1608 | 2026-01-23T14:34:58.265Z | Compiling ref-cast-impl v1.0.25 |
| 1609 | 2026-01-23T14:34:58.951Z | Compiling vergen v9.0.6 |
| 1610 | 2026-01-23T14:34:59.350Z | Compiling ahash v0.8.12 |
| 1611 | 2026-01-23T14:34:59.390Z | Compiling fs-err v3.1.1 |
| 1612 | 2026-01-23T14:34:59.601Z | Compiling buf-list v1.0.3 |
| 1613 | 2026-01-23T14:34:59.759Z | Compiling winnow v0.5.40 |
| 1614 | 2026-01-23T14:34:59.783Z | Compiling lockfree-object-pool v0.1.6 |
| 1615 | 2026-01-23T14:35:00.086Z | Compiling ryu v1.0.18 |
| 1616 | 2026-01-23T14:35:00.211Z | Compiling unicode-segmentation v1.12.0 |
| 1617 | 2026-01-23T14:35:00.474Z | Compiling simd-adler32 v0.3.7 |
| 1618 | 2026-01-23T14:35:00.785Z | Compiling iri-string v0.7.8 |
| 1619 | 2026-01-23T14:35:01.103Z | Compiling managed v0.8.0 |
| 1620 | 2026-01-23T14:35:01.129Z | Compiling bumpalo v3.16.0 |
| 1621 | 2026-01-23T14:35:01.622Z | Compiling bitflags v1.3.2 |
| 1622 | 2026-01-23T14:35:01.703Z | Compiling zopfli v0.8.1 |
| 1623 | 2026-01-23T14:35:02.026Z | Compiling strum v0.27.2 |
| 1624 | 2026-01-23T14:35:02.313Z | Compiling dof v0.3.0 |
| 1625 | 2026-01-23T14:35:03.528Z | Compiling toml_edit v0.19.15 |
| 1626 | 2026-01-23T14:35:03.647Z | Compiling serde_urlencoded v0.7.1 |
| 1627 | 2026-01-23T14:35:04.043Z | Compiling clap_builder v4.5.48 |
| 1628 | 2026-01-23T14:35:04.218Z | Compiling tower-http v0.6.6 |
| 1629 | 2026-01-23T14:35:04.610Z | Compiling elliptic-curve v0.13.8 |
| 1630 | 2026-01-23T14:35:05.137Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-01-23T14:35:05.262Z | Compiling daft v0.1.4 |
| 1632 | 2026-01-23T14:35:05.541Z | Compiling cargo_metadata v0.19.2 |
| 1633 | 2026-01-23T14:35:05.591Z | Compiling hyper-tls v0.6.0 |
| 1634 | 2026-01-23T14:35:05.859Z | Compiling cookie_store v0.21.1 |
| 1635 | 2026-01-23T14:35:06.035Z | Compiling signal-hook-mio v0.2.4 |
| 1636 | 2026-01-23T14:35:06.248Z | Compiling zstd v0.13.3 |
| 1637 | 2026-01-23T14:35:08.356Z | Compiling serde_with_macros v3.16.1 |
| 1638 | 2026-01-23T14:35:09.157Z | Compiling postgres-types v0.2.9 |
| 1639 | 2026-01-23T14:35:10.209Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-01-23T14:35:10.445Z | Compiling usdt-attr-macro v0.6.0 |
| 1641 | 2026-01-23T14:35:10.476Z | Compiling phf v0.11.2 |
| 1642 | 2026-01-23T14:35:10.831Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-01-23T14:35:10.961Z | Compiling ed25519 v2.2.3 |
| 1644 | 2026-01-23T14:35:11.679Z | Compiling bzip2 v0.5.2 |
| 1645 | 2026-01-23T14:35:12.074Z | Compiling bzip2 v0.4.4 |
| 1646 | 2026-01-23T14:35:12.104Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-01-23T14:35:12.104Z | Compiling clap_derive v4.5.47 |
| 1648 | 2026-01-23T14:35:12.162Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-01-23T14:35:12.632Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-01-23T14:35:12.951Z | Compiling serde-big-array v0.5.1 |
| 1651 | 2026-01-23T14:35:13.126Z | Compiling hex v0.4.3 |
| 1652 | 2026-01-23T14:35:13.225Z | Compiling rfc6979 v0.4.0 |
| 1653 | 2026-01-23T14:35:13.251Z | Compiling bstr v1.10.0 |
| 1654 | 2026-01-23T14:35:13.469Z | Compiling serde_repr v0.1.19 |
| 1655 | 2026-01-23T14:35:13.659Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-01-23T14:35:13.733Z | Compiling env_filter v0.1.2 |
| 1657 | 2026-01-23T14:35:13.943Z | Compiling socket2 v0.5.10 |
| 1658 | 2026-01-23T14:35:14.469Z | Compiling memmap2 v0.9.8 |
| 1659 | 2026-01-23T14:35:14.545Z | Compiling encoding_rs v0.8.34 |
| 1660 | 2026-01-23T14:35:14.825Z | Compiling foldhash v0.2.0 |
| 1661 | 2026-01-23T14:35:14.899Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-01-23T14:35:14.924Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-01-23T14:35:15.037Z | Compiling keccak v0.1.5 |
| 1664 | 2026-01-23T14:35:15.088Z | Compiling difflib v0.4.0 |
| 1665 | 2026-01-23T14:35:15.281Z | Compiling rustc-hash v2.1.1 |
| 1666 | 2026-01-23T14:35:15.535Z | Compiling data-encoding v2.9.0 |
| 1667 | 2026-01-23T14:35:16.332Z | Compiling fixedbitset v0.4.2 |
| 1668 | 2026-01-23T14:35:16.471Z | Compiling fixedbitset v0.5.7 |
| 1669 | 2026-01-23T14:35:16.496Z | Compiling predicates-core v1.0.8 |
| 1670 | 2026-01-23T14:35:16.780Z | Compiling whoami v1.5.2 |
| 1671 | 2026-01-23T14:35:16.847Z | Compiling jiff v0.2.15 |
| 1672 | 2026-01-23T14:35:17.237Z | Compiling normalize-line-endings v0.3.0 |
| 1673 | 2026-01-23T14:35:17.261Z | Compiling static_assertions v1.1.0 |
| 1674 | 2026-01-23T14:35:17.372Z | Compiling mime v0.3.17 |
| 1675 | 2026-01-23T14:35:17.396Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1676 | 2026-01-23T14:35:17.421Z | Compiling predicates v3.1.3 |
| 1677 | 2026-01-23T14:35:17.445Z | Compiling tokio-postgres v0.7.13 |
| 1678 | 2026-01-23T14:35:17.970Z | Compiling petgraph v0.8.2 |
| 1679 | 2026-01-23T14:35:18.255Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-01-23T14:35:19.202Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-01-23T14:35:20.218Z | Compiling strum v0.26.3 |
| 1682 | 2026-01-23T14:35:20.451Z | Compiling clap v4.5.48 |
| 1683 | 2026-01-23T14:35:20.599Z | Compiling hickory-proto v0.25.2 |
| 1684 | 2026-01-23T14:35:22.121Z | Compiling iddqd v0.3.16 |
| 1685 | 2026-01-23T14:35:22.928Z | Compiling sha3 v0.10.8 |
| 1686 | 2026-01-23T14:35:23.185Z | Compiling string_cache v0.8.9 |
| 1687 | 2026-01-23T14:35:23.699Z | Compiling usdt v0.6.0 |
| 1688 | 2026-01-23T14:35:23.972Z | Compiling similar v2.7.0 |
| 1689 | 2026-01-23T14:35:24.264Z | Compiling env_logger v0.11.8 |
| 1690 | 2026-01-23T14:35:24.458Z | Compiling usdt-impl v0.5.0 |
| 1691 | 2026-01-23T14:35:24.968Z | Compiling zip v4.2.0 |
| 1692 | 2026-01-23T14:35:25.072Z | Compiling serde_with v3.16.1 |
| 1693 | 2026-01-23T14:35:25.883Z | Compiling ecdsa v0.16.9 |
| 1694 | 2026-01-23T14:35:26.144Z | Compiling rsa v0.9.8 |
| 1695 | 2026-01-23T14:35:26.334Z | Compiling zip v0.6.6 |
| 1696 | 2026-01-23T14:35:26.823Z | Compiling ed25519-dalek v2.1.1 |
| 1697 | 2026-01-23T14:35:28.340Z | Compiling toml v0.7.8 |
| 1698 | 2026-01-23T14:35:28.669Z | Compiling crossterm v0.28.1 |
| 1699 | 2026-01-23T14:35:29.829Z | Compiling heck v0.4.1 |
| 1700 | 2026-01-23T14:35:29.870Z | Compiling crossbeam-epoch v0.9.18 |
| 1701 | 2026-01-23T14:35:30.313Z | Compiling tokio-stream v0.1.17 |
| 1702 | 2026-01-23T14:35:30.344Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1703 | 2026-01-23T14:35:30.441Z | Compiling x509-cert v0.2.5 |
| 1704 | 2026-01-23T14:35:30.630Z | Compiling openapiv3 v2.2.0 |
| 1705 | 2026-01-23T14:35:30.807Z | Compiling sha1 v0.10.6 |
| 1706 | 2026-01-23T14:35:31.318Z | Compiling itertools v0.10.5 |
| 1707 | 2026-01-23T14:35:31.427Z | Compiling itertools v0.13.0 |
| 1708 | 2026-01-23T14:35:32.120Z | Compiling winnow v0.6.26 |
| 1709 | 2026-01-23T14:35:33.076Z | Compiling peg-runtime v0.8.5 |
| 1710 | 2026-01-23T14:35:33.721Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-01-23T14:35:34.122Z | Compiling thread_local v1.1.8 |
| 1712 | 2026-01-23T14:35:34.151Z | Compiling slog-async v2.8.0 |
| 1713 | 2026-01-23T14:35:34.315Z | Compiling crossbeam-channel v0.5.15 |
| 1714 | 2026-01-23T14:35:34.639Z | Compiling xattr v1.3.1 |
| 1715 | 2026-01-23T14:35:34.749Z | Compiling futures-executor v0.3.31 |
| 1716 | 2026-01-23T14:35:34.792Z | Compiling filetime v0.2.26 |
| 1717 | 2026-01-23T14:35:34.837Z | Compiling is-terminal v0.4.13 |
| 1718 | 2026-01-23T14:35:34.918Z | Compiling take_mut v0.2.2 |
| 1719 | 2026-01-23T14:35:34.974Z | Compiling term v1.1.0 |
| 1720 | 2026-01-23T14:35:35.029Z | Compiling tar v0.4.44 |
| 1721 | 2026-01-23T14:35:35.139Z | Compiling futures v0.3.31 |
| 1722 | 2026-01-23T14:35:35.741Z | Compiling slog-term v2.9.2 |
| 1723 | 2026-01-23T14:35:38.795Z | Compiling aws-lc-sys v0.26.0 |
| 1724 | 2026-01-23T14:36:15.331Z | Compiling rustls-webpki v0.102.8 |
| 1725 | 2026-01-23T14:36:21.839Z | Compiling tokio-rustls v0.26.0 |
| 1726 | 2026-01-23T14:36:22.212Z | Compiling hyper-rustls v0.27.7 |
| 1727 | 2026-01-23T14:36:22.633Z | Compiling reqwest v0.12.24 |
| 1728 | 2026-01-23T14:36:27.729Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1729 | 2026-01-23T14:36:28.127Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1730 | 2026-01-23T14:36:34.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s |
| 1731 | 2026-01-23T14:36:34.562Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1732 | 2026-01-23T14:36:34.641Z | Jan 23 14:36:34.481 INFO Starting download, target: Cockroach |
| 1733 | 2026-01-23T14:36:34.643Z | Jan 23 14:36:34.483 INFO Starting download, target: Console |
| 1734 | 2026-01-23T14:36:34.643Z | Jan 23 14:36:34.483 INFO Starting download, target: Clickhouse |
| 1735 | 2026-01-23T14:36:34.674Z | Jan 23 14:36:34.483 INFO Starting download, target: DendriteStub |
| 1736 | 2026-01-23T14:36:34.674Z | Jan 23 14:36:34.483 INFO Starting download, target: MaghemiteMgd |
| 1737 | 2026-01-23T14:36:34.674Z | Jan 23 14:36:34.483 INFO Starting download, target: TransceiverControl |
| 1738 | 2026-01-23T14:36:34.674Z | Jan 23 14:36:34.484 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-01-23T14:36:34.674Z | Jan 23 14:36:34.484 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1740 | 2026-01-23T14:36:34.675Z | Jan 23 14:36:34.484 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-01-23T14:36:34.675Z | Jan 23 14:36:34.484 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1742 | 2026-01-23T14:36:34.675Z | Jan 23 14:36:34.484 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1743 | 2026-01-23T14:36:34.675Z | Jan 23 14:36:34.484 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1744 | 2026-01-23T14:36:35.017Z | Jan 23 14:36:34.861 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1745 | 2026-01-23T14:36:35.444Z | Jan 23 14:36:35.294 INFO Download complete, target: Console |
| 1746 | 2026-01-23T14:36:40.512Z | Jan 23 14:36:40.363 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1747 | 2026-01-23T14:36:40.903Z | Jan 23 14:36:40.754 INFO Download complete, target: TransceiverControl |
| 1748 | 2026-01-23T14:36:45.295Z | Jan 23 14:36:45.147 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-01-23T14:36:45.633Z | Jan 23 14:36:45.486 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1750 | 2026-01-23T14:36:48.695Z | Jan 23 14:36:48.548 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1751 | 2026-01-23T14:36:48.695Z | Jan 23 14:36:48.548 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1752 | 2026-01-23T14:36:51.427Z | Jan 23 14:36:51.280 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-01-23T14:36:52.102Z | Jan 23 14:36:51.955 INFO Download complete, target: DendriteStub |
| 1754 | 2026-01-23T14:36:57.931Z | Jan 23 14:36:57.785 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1755 | 2026-01-23T14:37:01.647Z | Jan 23 14:37:01.501 INFO Checking that binary works, target: Cockroach |
| 1756 | 2026-01-23T14:37:02.027Z | Jan 23 14:37:01.882 INFO Download complete, target: Cockroach |
| 1757 | 2026-01-23T14:37:14.801Z | Jan 23 14:37:14.658 INFO Checking that binary works, target: Clickhouse |
| 1758 | 2026-01-23T14:37:15.028Z | Jan 23 14:37:14.885 INFO Download complete, target: Clickhouse |
| 1759 | 2026-01-23T14:37:15.053Z | All prerequisites installed successfully |
| 1760 | 2026-01-23T14:37:15.053Z | |
| 1761 | 2026-01-23T14:37:15.053Z | real 6:41.862907054 |
| 1762 | 2026-01-23T14:37:15.053Z | user 19:44.595919782 |
| 1763 | 2026-01-23T14:37:15.053Z | sys 3:09.014338820 |
| 1764 | 2026-01-23T14:37:15.053Z | trap 0.826373442 |
| 1765 | 2026-01-23T14:37:15.053Z | tflt 0.566874572 |
| 1766 | 2026-01-23T14:37:15.053Z | dflt 1.121542074 |
| 1767 | 2026-01-23T14:37:15.053Z | kflt 0.011809592 |
| 1768 | 2026-01-23T14:37:15.053Z | lock 52:54.742759220 |
| 1769 | 2026-01-23T14:37:15.053Z | slp 1:13:30.213039346 |
| 1770 | 2026-01-23T14:37:15.053Z | lat 1:27.499444287 |
| 1771 | 2026-01-23T14:37:15.053Z | stop 3:18.475321405 |
| 1772 | 2026-01-23T14:37:15.053Z | + ptime -m cargo xtask download softnpu |
| 1773 | 2026-01-23T14:37:16.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 1774 | 2026-01-23T14:37:16.449Z | Running `target/debug/xtask download softnpu` |
| 1775 | 2026-01-23T14:37:18.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 1776 | 2026-01-23T14:37:18.177Z | Running `target/debug/xtask-downloader softnpu` |
| 1777 | 2026-01-23T14:37:18.242Z | Jan 23 14:37:18.099 INFO Starting download, target: Softnpu |
| 1778 | 2026-01-23T14:37:18.266Z | Jan 23 14:37:18.100 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1779 | 2026-01-23T14:37:19.925Z | Jan 23 14:37:19.783 INFO Download complete, target: Softnpu |
| 1780 | 2026-01-23T14:37:19.949Z | |
| 1781 | 2026-01-23T14:37:19.949Z | real 4.884185737 |
| 1782 | 2026-01-23T14:37:19.949Z | user 2.530288166 |
| 1783 | 2026-01-23T14:37:19.949Z | sys 1.487878583 |
| 1784 | 2026-01-23T14:37:19.949Z | trap 0.000907777 |
| 1785 | 2026-01-23T14:37:19.949Z | tflt 0.000079977 |
| 1786 | 2026-01-23T14:37:19.949Z | dflt 0.000400746 |
| 1787 | 2026-01-23T14:37:19.949Z | kflt 0.000000000 |
| 1788 | 2026-01-23T14:37:19.949Z | lock 18.267852743 |
| 1789 | 2026-01-23T14:37:19.949Z | slp 1.325620348 |
| 1790 | 2026-01-23T14:37:19.949Z | lat 0.218384214 |
| 1791 | 2026-01-23T14:37:19.950Z | stop 0.000278278 |
| 1792 | 2026-01-23T14:37:19.950Z | + export CARGO_INCREMENTAL=0 |
| 1793 | 2026-01-23T14:37:19.950Z | + CARGO_INCREMENTAL=0 |
| 1794 | 2026-01-23T14:37:19.950Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1795 | 2026-01-23T14:37:21.816Z | Compiling proc-macro2 v1.0.101 |
| 1796 | 2026-01-23T14:37:21.816Z | Compiling unicode-ident v1.0.19 |
| 1797 | 2026-01-23T14:37:21.840Z | Compiling libc v0.2.180 |
| 1798 | 2026-01-23T14:37:21.840Z | Compiling serde_core v1.0.228 |
| 1799 | 2026-01-23T14:37:21.840Z | Compiling serde v1.0.228 |
| 1800 | 2026-01-23T14:37:21.840Z | Compiling autocfg v1.4.0 |
| 1801 | 2026-01-23T14:37:21.840Z | Compiling cfg-if v1.0.4 |
| 1802 | 2026-01-23T14:37:22.126Z | Compiling version_check v0.9.5 |
| 1803 | 2026-01-23T14:37:22.150Z | Compiling memchr v2.7.4 |
| 1804 | 2026-01-23T14:37:22.173Z | Compiling shlex v1.3.0 |
| 1805 | 2026-01-23T14:37:22.734Z | Compiling lock_api v0.4.12 |
| 1806 | 2026-01-23T14:37:22.787Z | Compiling value-bag v1.12.0 |
| 1807 | 2026-01-23T14:37:23.054Z | Compiling zmij v1.0.15 |
| 1808 | 2026-01-23T14:37:23.330Z | Compiling log v0.4.29 |
| 1809 | 2026-01-23T14:37:23.378Z | Compiling portable-atomic v1.11.0 |
| 1810 | 2026-01-23T14:37:23.477Z | Compiling typenum v1.17.0 |
| 1811 | 2026-01-23T14:37:23.849Z | Compiling quote v1.0.40 |
| 1812 | 2026-01-23T14:37:24.008Z | Compiling jobserver v0.1.32 |
| 1813 | 2026-01-23T14:37:24.058Z | Compiling serde_json v1.0.149 |
| 1814 | 2026-01-23T14:37:24.210Z | Compiling generic-array v0.14.7 |
| 1815 | 2026-01-23T14:37:24.255Z | Compiling syn v2.0.111 |
| 1816 | 2026-01-23T14:37:24.381Z | Compiling getrandom v0.3.4 |
| 1817 | 2026-01-23T14:37:24.405Z | Compiling cc v1.2.30 |
| 1818 | 2026-01-23T14:37:24.510Z | Compiling libm v0.2.8 |
| 1819 | 2026-01-23T14:37:24.644Z | Compiling num-traits v0.2.19 |
| 1820 | 2026-01-23T14:37:24.940Z | Compiling scopeguard v1.2.0 |
| 1821 | 2026-01-23T14:37:24.999Z | Compiling parking_lot_core v0.9.10 |
| 1822 | 2026-01-23T14:37:25.054Z | Compiling smallvec v1.15.1 |
| 1823 | 2026-01-23T14:37:25.450Z | Compiling regex-syntax v0.8.5 |
| 1824 | 2026-01-23T14:37:25.639Z | Compiling itoa v1.0.11 |
| 1825 | 2026-01-23T14:37:26.406Z | Compiling getrandom v0.2.15 |
| 1826 | 2026-01-23T14:37:26.433Z | Compiling pkg-config v0.3.31 |
| 1827 | 2026-01-23T14:37:26.816Z | Compiling thiserror v2.0.17 |
| 1828 | 2026-01-23T14:37:26.924Z | Compiling aho-corasick v1.1.3 |
| 1829 | 2026-01-23T14:37:27.072Z | Compiling rustix v0.38.37 |
| 1830 | 2026-01-23T14:37:27.419Z | Compiling errno v0.3.12 |
| 1831 | 2026-01-23T14:37:27.510Z | Compiling stable_deref_trait v1.2.0 |
| 1832 | 2026-01-23T14:37:27.633Z | Compiling either v1.15.0 |
| 1833 | 2026-01-23T14:37:27.657Z | Compiling spin v0.9.8 |
| 1834 | 2026-01-23T14:37:27.838Z | Compiling slab v0.4.9 |
| 1835 | 2026-01-23T14:37:27.904Z | Compiling allocator-api2 v0.2.21 |
| 1836 | 2026-01-23T14:37:28.085Z | Compiling equivalent v1.0.2 |
| 1837 | 2026-01-23T14:37:28.169Z | Compiling semver v1.0.27 |
| 1838 | 2026-01-23T14:37:28.259Z | Compiling lazy_static v1.5.0 |
| 1839 | 2026-01-23T14:37:28.697Z | Compiling regex-automata v0.4.11 |
| 1840 | 2026-01-23T14:37:28.815Z | Compiling schemars v0.8.22 |
| 1841 | 2026-01-23T14:37:29.953Z | Compiling rand_core v0.6.4 |
| 1842 | 2026-01-23T14:37:30.526Z | Compiling byteorder v1.5.0 |
| 1843 | 2026-01-23T14:37:30.631Z | Compiling critical-section v1.1.3 |
| 1844 | 2026-01-23T14:37:30.655Z | Compiling synstructure v0.13.1 |
| 1845 | 2026-01-23T14:37:30.681Z | Compiling serde_derive_internals v0.29.1 |
| 1846 | 2026-01-23T14:37:30.935Z | Compiling once_cell v1.21.3 |
| 1847 | 2026-01-23T14:37:31.835Z | Compiling litemap v0.7.3 |
| 1848 | 2026-01-23T14:37:32.158Z | Compiling writeable v0.5.5 |
| 1849 | 2026-01-23T14:37:32.255Z | Compiling glob v0.3.2 |
| 1850 | 2026-01-23T14:37:32.308Z | Compiling subtle v2.6.1 |
| 1851 | 2026-01-23T14:37:32.431Z | Compiling prettyplease v0.2.36 |
| 1852 | 2026-01-23T14:37:32.644Z | Compiling pin-project-lite v0.2.14 |
| 1853 | 2026-01-23T14:37:32.745Z | Compiling percent-encoding v2.3.2 |
| 1854 | 2026-01-23T14:37:32.893Z | Compiling clang-sys v1.8.1 |
| 1855 | 2026-01-23T14:37:33.206Z | Compiling icu_locid_transform_data v1.5.0 |
| 1856 | 2026-01-23T14:37:33.245Z | Compiling minimal-lexical v0.2.1 |
| 1857 | 2026-01-23T14:37:33.336Z | Compiling fnv v1.0.7 |
| 1858 | 2026-01-23T14:37:33.550Z | Compiling libloading v0.8.5 |
| 1859 | 2026-01-23T14:37:33.610Z | Compiling regex v1.11.3 |
| 1860 | 2026-01-23T14:37:33.693Z | Compiling serde_derive v1.0.228 |
| 1861 | 2026-01-23T14:37:33.716Z | Compiling zeroize_derive v1.4.2 |
| 1862 | 2026-01-23T14:37:33.894Z | Compiling zerofrom-derive v0.1.4 |
| 1863 | 2026-01-23T14:37:33.933Z | Compiling yoke-derive v0.7.4 |
| 1864 | 2026-01-23T14:37:34.171Z | Compiling zerovec-derive v0.10.3 |
| 1865 | 2026-01-23T14:37:34.475Z | Compiling displaydoc v0.2.5 |
| 1866 | 2026-01-23T14:37:34.499Z | Compiling icu_provider_macros v1.5.0 |
| 1867 | 2026-01-23T14:37:34.760Z | Compiling tokio-macros v2.6.0 |
| 1868 | 2026-01-23T14:37:35.349Z | Compiling zeroize v1.8.1 |
| 1869 | 2026-01-23T14:37:35.734Z | Compiling thiserror-impl v2.0.17 |
| 1870 | 2026-01-23T14:37:35.809Z | Compiling zerocopy-derive v0.7.35 |
| 1871 | 2026-01-23T14:37:36.031Z | Compiling futures-macro v0.3.31 |
| 1872 | 2026-01-23T14:37:36.055Z | Compiling schemars_derive v0.8.22 |
| 1873 | 2026-01-23T14:37:36.184Z | Compiling zerofrom v0.1.4 |
| 1874 | 2026-01-23T14:37:36.427Z | Compiling yoke v0.7.4 |
| 1875 | 2026-01-23T14:37:36.903Z | Compiling zerovec v0.10.4 |
| 1876 | 2026-01-23T14:37:37.415Z | Compiling nom v7.1.3 |
| 1877 | 2026-01-23T14:37:37.439Z | Compiling icu_properties_data v1.5.0 |
| 1878 | 2026-01-23T14:37:37.548Z | Compiling bindgen v0.69.5 |
| 1879 | 2026-01-23T14:37:37.648Z | Compiling home v0.5.9 |
| 1880 | 2026-01-23T14:37:38.639Z | Compiling itertools v0.12.1 |
| 1881 | 2026-01-23T14:37:39.665Z | Compiling tinystr v0.7.6 |
| 1882 | 2026-01-23T14:37:39.689Z | Compiling icu_collections v1.5.0 |
| 1883 | 2026-01-23T14:37:40.082Z | Compiling icu_locid v1.5.0 |
| 1884 | 2026-01-23T14:37:40.200Z | Compiling bitflags v2.9.4 |
| 1885 | 2026-01-23T14:37:40.346Z | Compiling bytes v1.10.1 |
| 1886 | 2026-01-23T14:37:41.270Z | Compiling cexpr v0.6.0 |
| 1887 | 2026-01-23T14:37:41.460Z | Compiling icu_provider v1.5.0 |
| 1888 | 2026-01-23T14:37:41.648Z | Compiling icu_normalizer_data v1.5.0 |
| 1889 | 2026-01-23T14:37:41.814Z | Compiling utf16_iter v1.0.5 |
| 1890 | 2026-01-23T14:37:42.060Z | Compiling write16 v1.0.0 |
| 1891 | 2026-01-23T14:37:42.088Z | Compiling utf8_iter v1.0.4 |
| 1892 | 2026-01-23T14:37:42.228Z | Compiling lazycell v1.3.0 |
| 1893 | 2026-01-23T14:37:42.391Z | Compiling icu_locid_transform v1.5.0 |
| 1894 | 2026-01-23T14:37:42.424Z | Compiling paste v1.0.15 |
| 1895 | 2026-01-23T14:37:42.516Z | Compiling heck v0.5.0 |
| 1896 | 2026-01-23T14:37:42.660Z | Compiling rustc-hash v1.1.0 |
| 1897 | 2026-01-23T14:37:42.905Z | Compiling cmake v0.1.51 |
| 1898 | 2026-01-23T14:37:42.929Z | Compiling signal-hook-registry v1.4.2 |
| 1899 | 2026-01-23T14:37:43.495Z | Compiling dunce v1.0.5 |
| 1900 | 2026-01-23T14:37:43.560Z | Compiling fs_extra v1.3.0 |
| 1901 | 2026-01-23T14:37:43.583Z | Compiling parking_lot v0.12.3 |
| 1902 | 2026-01-23T14:37:44.045Z | Compiling which v4.4.2 |
| 1903 | 2026-01-23T14:37:44.198Z | Compiling icu_properties v1.5.1 |
| 1904 | 2026-01-23T14:37:44.732Z | Compiling crypto-common v0.1.6 |
| 1905 | 2026-01-23T14:37:44.913Z | Compiling hashbrown v0.16.1 |
| 1906 | 2026-01-23T14:37:44.975Z | Compiling mio v1.0.2 |
| 1907 | 2026-01-23T14:37:46.184Z | Compiling form_urlencoded v1.2.2 |
| 1908 | 2026-01-23T14:37:46.677Z | Compiling const-oid v0.9.6 |
| 1909 | 2026-01-23T14:37:46.897Z | Compiling rustversion v1.0.22 |
| 1910 | 2026-01-23T14:37:47.164Z | Compiling indexmap v2.12.1 |
| 1911 | 2026-01-23T14:37:47.347Z | Compiling socket2 v0.6.1 |
| 1912 | 2026-01-23T14:37:48.126Z | Compiling icu_normalizer v1.5.0 |
| 1913 | 2026-01-23T14:37:48.294Z | Compiling tokio v1.48.0 |
| 1914 | 2026-01-23T14:37:49.141Z | Compiling idna_adapter v1.2.0 |
| 1915 | 2026-01-23T14:37:49.385Z | Compiling idna v1.0.3 |
| 1916 | 2026-01-23T14:37:49.552Z | Compiling ring v0.17.14 |
| 1917 | 2026-01-23T14:37:49.709Z | Compiling zerocopy v0.8.27 |
| 1918 | 2026-01-23T14:37:50.305Z | Compiling url v2.5.4 |
| 1919 | 2026-01-23T14:37:50.334Z | Compiling block-buffer v0.10.4 |
| 1920 | 2026-01-23T14:37:50.417Z | Compiling tracing-attributes v0.1.27 |
| 1921 | 2026-01-23T14:37:50.622Z | Compiling der_derive v0.7.3 |
| 1922 | 2026-01-23T14:37:52.483Z | Compiling aws-lc-rs v1.12.4 |
| 1923 | 2026-01-23T14:37:53.038Z | Compiling vcpkg v0.2.15 |
| 1924 | 2026-01-23T14:37:53.244Z | Compiling thiserror v1.0.69 |
| 1925 | 2026-01-23T14:37:53.789Z | Compiling digest v0.10.7 |
| 1926 | 2026-01-23T14:37:53.952Z | Compiling zerocopy-derive v0.8.27 |
| 1927 | 2026-01-23T14:37:54.238Z | Compiling futures-core v0.3.31 |
| 1928 | 2026-01-23T14:37:54.266Z | Compiling openssl-sys v0.9.109 |
| 1929 | 2026-01-23T14:37:54.324Z | Compiling strsim v0.11.1 |
| 1930 | 2026-01-23T14:37:54.520Z | Compiling zerocopy v0.7.35 |
| 1931 | 2026-01-23T14:37:54.592Z | Compiling aws-lc-sys v0.26.0 |
| 1932 | 2026-01-23T14:37:55.072Z | Compiling thiserror-impl v1.0.69 |
| 1933 | 2026-01-23T14:37:55.112Z | Compiling iana-time-zone v0.1.63 |
| 1934 | 2026-01-23T14:37:55.143Z | Compiling ucd-trie v0.1.7 |
| 1935 | 2026-01-23T14:37:55.542Z | Compiling pest v2.8.2 |
| 1936 | 2026-01-23T14:37:55.797Z | Compiling chrono v0.4.42 |
| 1937 | 2026-01-23T14:37:56.237Z | Compiling serde_tokenstream v0.2.2 |
| 1938 | 2026-01-23T14:37:56.411Z | Compiling uuid v1.19.0 |
| 1939 | 2026-01-23T14:37:56.777Z | Compiling ident_case v1.0.1 |
| 1940 | 2026-01-23T14:37:56.861Z | Compiling foldhash v0.1.5 |
| 1941 | 2026-01-23T14:37:57.002Z | Compiling httparse v1.9.5 |
| 1942 | 2026-01-23T14:37:57.176Z | Compiling hashbrown v0.15.4 |
| 1943 | 2026-01-23T14:37:58.352Z | Compiling pest_meta v2.8.2 |
| 1944 | 2026-01-23T14:37:58.440Z | Compiling rustix v1.1.3 |
| 1945 | 2026-01-23T14:37:59.052Z | Compiling syn v1.0.109 |
| 1946 | 2026-01-23T14:37:59.747Z | Compiling pest_generator v2.8.2 |
| 1947 | 2026-01-23T14:38:00.385Z | Compiling futures-sink v0.3.31 |
| 1948 | 2026-01-23T14:38:00.423Z | Compiling num-conv v0.1.0 |
| 1949 | 2026-01-23T14:38:00.582Z | Compiling time-core v0.1.6 |
| 1950 | 2026-01-23T14:38:00.712Z | Compiling futures-channel v0.3.31 |
| 1951 | 2026-01-23T14:38:00.895Z | Compiling time-macros v0.2.24 |
| 1952 | 2026-01-23T14:38:01.379Z | Compiling pest_derive v2.8.2 |
| 1953 | 2026-01-23T14:38:01.409Z | Compiling rustc_version v0.4.1 |
| 1954 | 2026-01-23T14:38:01.982Z | Compiling dyn-clone v1.0.20 |
| 1955 | 2026-01-23T14:38:02.131Z | Compiling openssl v0.10.73 |
| 1956 | 2026-01-23T14:38:02.264Z | Compiling futures-task v0.3.31 |
| 1957 | 2026-01-23T14:38:02.399Z | Compiling cpufeatures v0.2.14 |
| 1958 | 2026-01-23T14:38:02.483Z | Compiling pin-utils v0.1.0 |
| 1959 | 2026-01-23T14:38:02.542Z | Compiling futures-io v0.3.31 |
| 1960 | 2026-01-23T14:38:02.775Z | Compiling hmac v0.12.1 |
| 1961 | 2026-01-23T14:38:02.905Z | Compiling futures-util v0.3.31 |
| 1962 | 2026-01-23T14:38:03.058Z | Compiling plain v0.2.3 |
| 1963 | 2026-01-23T14:38:03.276Z | Compiling block-padding v0.3.3 |
| 1964 | 2026-01-23T14:38:03.641Z | Compiling openssl-macros v0.1.1 |
| 1965 | 2026-01-23T14:38:04.374Z | Compiling rustls v0.23.19 |
| 1966 | 2026-01-23T14:38:04.724Z | Compiling native-tls v0.2.12 |
| 1967 | 2026-01-23T14:38:05.027Z | Compiling crossbeam-utils v0.8.21 |
| 1968 | 2026-01-23T14:38:05.138Z | Compiling inout v0.1.3 |
| 1969 | 2026-01-23T14:38:05.445Z | Compiling ppv-lite86 v0.2.20 |
| 1970 | 2026-01-23T14:38:06.430Z | Compiling pretty-hex v0.4.1 |
| 1971 | 2026-01-23T14:38:06.768Z | Compiling cipher v0.4.4 |
| 1972 | 2026-01-23T14:38:07.032Z | Compiling sha2 v0.10.9 |
| 1973 | 2026-01-23T14:38:07.246Z | Compiling http v1.4.0 |
| 1974 | 2026-01-23T14:38:07.757Z | Compiling scroll_derive v0.12.0 |
| 1975 | 2026-01-23T14:38:08.705Z | Compiling scroll_derive v0.13.1 |
| 1976 | 2026-01-23T14:38:08.809Z | Compiling cookie v0.18.1 |
| 1977 | 2026-01-23T14:38:09.223Z | Compiling anyhow v1.0.99 |
| 1978 | 2026-01-23T14:38:09.587Z | Compiling base64ct v1.6.0 |
| 1979 | 2026-01-23T14:38:10.110Z | Compiling pem-rfc7468 v0.7.0 |
| 1980 | 2026-01-23T14:38:10.135Z | Compiling darling_core v0.21.0 |
| 1981 | 2026-01-23T14:38:10.647Z | Compiling slog v2.8.2 |
| 1982 | 2026-01-23T14:38:11.098Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1983 | 2026-01-23T14:38:11.409Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1984 | 2026-01-23T14:38:11.695Z | Compiling flagset v0.4.6 |
| 1985 | 2026-01-23T14:38:11.933Z | Compiling der v0.7.10 |
| 1986 | 2026-01-23T14:38:13.431Z | Compiling serde_spanned v0.6.9 |
| 1987 | 2026-01-23T14:38:13.672Z | Compiling toml_datetime v0.6.11 |
| 1988 | 2026-01-23T14:38:14.034Z | Compiling rand_core v0.9.3 |
| 1989 | 2026-01-23T14:38:14.208Z | Compiling tracing-core v0.1.32 |
| 1990 | 2026-01-23T14:38:14.450Z | Compiling rustls-pki-types v1.10.0 |
| 1991 | 2026-01-23T14:38:14.530Z | Compiling spki v0.7.3 |
| 1992 | 2026-01-23T14:38:14.889Z | Compiling darling_macro v0.21.0 |
| 1993 | 2026-01-23T14:38:14.942Z | Compiling salsa20 v0.10.2 |
| 1994 | 2026-01-23T14:38:15.075Z | Compiling tracing v0.1.40 |
| 1995 | 2026-01-23T14:38:15.208Z | Compiling pbkdf2 v0.12.2 |
| 1996 | 2026-01-23T14:38:15.732Z | Compiling darling v0.21.0 |
| 1997 | 2026-01-23T14:38:15.855Z | Compiling camino v1.2.1 |
| 1998 | 2026-01-23T14:38:16.135Z | Compiling base64 v0.22.1 |
| 1999 | 2026-01-23T14:38:16.366Z | Compiling winnow v0.5.40 |
| 2000 | 2026-01-23T14:38:16.480Z | Compiling litrs v0.4.1 |
| 2001 | 2026-01-23T14:38:17.565Z | Compiling document-features v0.2.11 |
| 2002 | 2026-01-23T14:38:17.602Z | Compiling scrypt v0.11.0 |
| 2003 | 2026-01-23T14:38:18.147Z | Compiling rand_chacha v0.9.0 |
| 2004 | 2026-01-23T14:38:18.392Z | Compiling tokio-util v0.7.15 |
| 2005 | 2026-01-23T14:38:18.618Z | Compiling cbc v0.1.2 |
| 2006 | 2026-01-23T14:38:18.889Z | Compiling aes v0.8.4 |
| 2007 | 2026-01-23T14:38:20.003Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-01-23T14:38:21.660Z | Compiling usdt-impl v0.5.0 |
| 2009 | 2026-01-23T14:38:21.762Z | Compiling powerfmt v0.2.0 |
| 2010 | 2026-01-23T14:38:22.063Z | Compiling untrusted v0.9.0 |
| 2011 | 2026-01-23T14:38:22.319Z | Compiling untrusted v0.7.1 |
| 2012 | 2026-01-23T14:38:22.350Z | Compiling ref-cast v1.0.25 |
| 2013 | 2026-01-23T14:38:22.598Z | Compiling usdt-impl v0.6.0 |
| 2014 | 2026-01-23T14:38:22.893Z | Compiling deranged v0.5.3 |
| 2015 | 2026-01-23T14:38:23.260Z | Compiling pkcs5 v0.7.1 |
| 2016 | 2026-01-23T14:38:24.225Z | Compiling rand v0.9.2 |
| 2017 | 2026-01-23T14:38:26.250Z | Compiling http-body v1.0.1 |
| 2018 | 2026-01-23T14:38:26.558Z | Compiling scroll v0.13.0 |
| 2019 | 2026-01-23T14:38:27.198Z | Compiling scroll v0.12.0 |
| 2020 | 2026-01-23T14:38:27.227Z | Compiling heapless v0.7.17 |
| 2021 | 2026-01-23T14:38:27.860Z | Compiling adler2 v2.0.0 |
| 2022 | 2026-01-23T14:38:28.200Z | Compiling zstd-safe v7.2.3 |
| 2023 | 2026-01-23T14:38:28.343Z | Compiling cfg_aliases v0.2.1 |
| 2024 | 2026-01-23T14:38:28.828Z | Compiling signal-hook v0.3.18 |
| 2025 | 2026-01-23T14:38:28.905Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-01-23T14:38:28.941Z | Compiling atomic-waker v1.1.2 |
| 2027 | 2026-01-23T14:38:29.072Z | Compiling time v0.3.43 |
| 2028 | 2026-01-23T14:38:29.158Z | Compiling miniz_oxide v0.8.5 |
| 2029 | 2026-01-23T14:38:30.429Z | Compiling goblin v0.8.2 |
| 2030 | 2026-01-23T14:38:31.219Z | Compiling goblin v0.10.2 |
| 2031 | 2026-01-23T14:38:33.032Z | Compiling pkcs8 v0.10.2 |
| 2032 | 2026-01-23T14:38:33.655Z | Compiling ipnetwork v0.21.1 |
| 2033 | 2026-01-23T14:38:34.126Z | Compiling darling_core v0.20.10 |
| 2034 | 2026-01-23T14:38:37.132Z | Compiling ref-cast-impl v1.0.25 |
| 2035 | 2026-01-23T14:38:38.173Z | Compiling memoffset v0.9.1 |
| 2036 | 2026-01-23T14:38:38.387Z | Compiling try-lock v0.2.5 |
| 2037 | 2026-01-23T14:38:38.609Z | Compiling tower-service v0.3.3 |
| 2038 | 2026-01-23T14:38:38.886Z | Compiling tinyvec_macros v0.1.1 |
| 2039 | 2026-01-23T14:38:39.012Z | Compiling tower-layer v0.3.3 |
| 2040 | 2026-01-23T14:38:39.483Z | Compiling tinyvec v1.8.0 |
| 2041 | 2026-01-23T14:38:39.511Z | Compiling darling_macro v0.20.10 |
| 2042 | 2026-01-23T14:38:40.351Z | Compiling want v0.3.1 |
| 2043 | 2026-01-23T14:38:40.707Z | Compiling dof v0.4.0 |
| 2044 | 2026-01-23T14:38:40.928Z | Compiling dof v0.3.0 |
| 2045 | 2026-01-23T14:38:41.215Z | Compiling h2 v0.4.6 |
| 2046 | 2026-01-23T14:38:42.697Z | Compiling dtrace-parser v0.2.0 |
| 2047 | 2026-01-23T14:38:44.087Z | Compiling dtrace-parser v0.3.0 |
| 2048 | 2026-01-23T14:38:44.152Z | Compiling curve25519-dalek v4.1.3 |
| 2049 | 2026-01-23T14:38:44.652Z | Compiling ipnet v2.11.0 |
| 2050 | 2026-01-23T14:38:44.721Z | Compiling async-trait v0.1.89 |
| 2051 | 2026-01-23T14:38:45.556Z | Compiling daft-derive v0.1.4 |
| 2052 | 2026-01-23T14:38:46.592Z | Compiling thread-id v4.2.2 |
| 2053 | 2026-01-23T14:38:46.712Z | Compiling thread-id v5.0.0 |
| 2054 | 2026-01-23T14:38:46.995Z | Compiling foreign-types-shared v0.1.1 |
| 2055 | 2026-01-23T14:38:47.026Z | Compiling openssl-probe v0.1.5 |
| 2056 | 2026-01-23T14:38:47.163Z | Compiling smoltcp v0.9.1 |
| 2057 | 2026-01-23T14:38:47.356Z | Compiling fastrand v2.1.1 |
| 2058 | 2026-01-23T14:38:47.625Z | Compiling httpdate v1.0.3 |
| 2059 | 2026-01-23T14:38:47.657Z | Compiling num-bigint-dig v0.8.6 |
| 2060 | 2026-01-23T14:38:48.037Z | Compiling ryu v1.0.18 |
| 2061 | 2026-01-23T14:38:48.350Z | Compiling tempfile v3.24.0 |
| 2062 | 2026-01-23T14:38:48.395Z | Compiling foreign-types v0.3.2 |
| 2063 | 2026-01-23T14:38:49.880Z | Compiling hyper v1.8.1 |
| 2064 | 2026-01-23T14:38:55.460Z | Compiling darling v0.20.10 |
| 2065 | 2026-01-23T14:38:57.601Z | Compiling strum_macros v0.26.4 |
| 2066 | 2026-01-23T14:38:59.390Z | Compiling wait-timeout v0.2.0 |
| 2067 | 2026-01-23T14:38:59.848Z | Compiling gimli v0.31.1 |
| 2068 | 2026-01-23T14:39:00.030Z | Compiling anstyle v1.0.11 |
| 2069 | 2026-01-23T14:39:00.450Z | Compiling quick-error v1.2.3 |
| 2070 | 2026-01-23T14:39:01.856Z | Compiling utf8parse v0.2.2 |
| 2071 | 2026-01-23T14:39:02.063Z | Compiling bit-vec v0.8.0 |
| 2072 | 2026-01-23T14:39:02.505Z | Compiling bit-set v0.8.0 |
| 2073 | 2026-01-23T14:39:02.553Z | Compiling anstyle-parse v0.2.5 |
| 2074 | 2026-01-23T14:39:04.346Z | Compiling addr2line v0.24.2 |
| 2075 | 2026-01-23T14:39:05.849Z | Compiling rusty-fork v0.3.0 |
| 2076 | 2026-01-23T14:39:08.057Z | Compiling derive_builder_core v0.20.2 |
| 2077 | 2026-01-23T14:39:08.621Z | Compiling hyper-util v0.1.19 |
| 2078 | 2026-01-23T14:39:09.527Z | Compiling unicode-normalization v0.1.24 |
| 2079 | 2026-01-23T14:39:09.902Z | Compiling nix v0.29.0 |
| 2080 | 2026-01-23T14:39:10.938Z | Compiling rand_xorshift v0.4.0 |
| 2081 | 2026-01-23T14:39:11.252Z | Compiling hubpack_derive v0.1.1 |
| 2082 | 2026-01-23T14:39:12.080Z | Compiling signature v2.2.0 |
| 2083 | 2026-01-23T14:39:12.374Z | Compiling openapiv3 v2.2.0 |
| 2084 | 2026-01-23T14:39:12.975Z | Compiling strum_macros v0.27.2 |
| 2085 | 2026-01-23T14:39:14.458Z | Compiling erased-serde v0.3.31 |
| 2086 | 2026-01-23T14:39:15.679Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2087 | 2026-01-23T14:39:16.323Z | Compiling object v0.36.5 |
| 2088 | 2026-01-23T14:39:17.191Z | Compiling ahash v0.8.12 |
| 2089 | 2026-01-23T14:39:17.542Z | Compiling fs-err v3.1.1 |
| 2090 | 2026-01-23T14:39:17.924Z | Compiling crc32fast v1.4.2 |
| 2091 | 2026-01-23T14:39:18.308Z | Compiling unicode-segmentation v1.12.0 |
| 2092 | 2026-01-23T14:39:19.087Z | Compiling rustc-demangle v0.1.24 |
| 2093 | 2026-01-23T14:39:19.846Z | Compiling zlib-rs v0.5.1 |
| 2094 | 2026-01-23T14:39:21.471Z | Compiling buf-list v1.0.3 |
| 2095 | 2026-01-23T14:39:22.146Z | Compiling is_terminal_polyfill v1.70.1 |
| 2096 | 2026-01-23T14:39:22.319Z | Compiling unicode-bidi v0.3.17 |
| 2097 | 2026-01-23T14:39:23.443Z | Compiling anstyle-query v1.1.1 |
| 2098 | 2026-01-23T14:39:23.656Z | Compiling unicode-properties v0.1.3 |
| 2099 | 2026-01-23T14:39:24.086Z | Compiling colorchoice v1.0.2 |
| 2100 | 2026-01-23T14:39:24.296Z | Compiling unarray v0.1.4 |
| 2101 | 2026-01-23T14:39:24.411Z | Compiling siphasher v0.3.11 |
| 2102 | 2026-01-23T14:39:24.512Z | Compiling proptest v1.7.0 |
| 2103 | 2026-01-23T14:39:24.687Z | Compiling libz-rs-sys v0.5.1 |
| 2104 | 2026-01-23T14:39:24.864Z | Compiling phf_shared v0.11.2 |
| 2105 | 2026-01-23T14:39:25.006Z | Compiling anstream v0.6.18 |
| 2106 | 2026-01-23T14:39:25.032Z | Compiling backtrace v0.3.74 |
| 2107 | 2026-01-23T14:39:25.202Z | Compiling stringprep v0.1.5 |
| 2108 | 2026-01-23T14:39:31.511Z | Compiling derive_builder_macro v0.20.2 |
| 2109 | 2026-01-23T14:39:32.690Z | Compiling usdt-macro v0.6.0 |
| 2110 | 2026-01-23T14:39:33.678Z | Compiling rustls-webpki v0.102.8 |
| 2111 | 2026-01-23T14:39:34.078Z | Compiling usdt-attr-macro v0.6.0 |
| 2112 | 2026-01-23T14:39:34.158Z | Compiling oxnet v0.1.4 |
| 2113 | 2026-01-23T14:39:35.631Z | Compiling http-body-util v0.1.3 |
| 2114 | 2026-01-23T14:39:36.299Z | Compiling rand_chacha v0.3.1 |
| 2115 | 2026-01-23T14:39:36.364Z | Compiling sync_wrapper v1.0.1 |
| 2116 | 2026-01-23T14:39:36.809Z | Compiling md-5 v0.10.6 |
| 2117 | 2026-01-23T14:39:36.841Z | Compiling vergen-lib v0.1.6 |
| 2118 | 2026-01-23T14:39:37.100Z | Compiling num-integer v0.1.46 |
| 2119 | 2026-01-23T14:39:37.210Z | Compiling ff v0.13.0 |
| 2120 | 2026-01-23T14:39:37.245Z | Compiling hash32 v0.2.1 |
| 2121 | 2026-01-23T14:39:37.273Z | Compiling encoding_rs v0.8.34 |
| 2122 | 2026-01-23T14:39:37.503Z | Compiling psl-types v2.0.11 |
| 2123 | 2026-01-23T14:39:37.650Z | Compiling mime v0.3.17 |
| 2124 | 2026-01-23T14:39:37.771Z | Compiling fallible-iterator v0.2.0 |
| 2125 | 2026-01-23T14:39:37.815Z | Compiling base16ct v0.2.0 |
| 2126 | 2026-01-23T14:39:38.191Z | Compiling publicsuffix v2.3.0 |
| 2127 | 2026-01-23T14:39:38.536Z | Compiling postgres-protocol v0.6.8 |
| 2128 | 2026-01-23T14:39:38.562Z | Compiling serde_urlencoded v0.7.1 |
| 2129 | 2026-01-23T14:39:38.792Z | Compiling sec1 v0.7.3 |
| 2130 | 2026-01-23T14:39:39.190Z | Compiling num-iter v0.1.45 |
| 2131 | 2026-01-23T14:39:39.366Z | Compiling group v0.13.0 |
| 2132 | 2026-01-23T14:39:39.691Z | Compiling rand v0.8.5 |
| 2133 | 2026-01-23T14:39:39.717Z | Compiling tower v0.5.2 |
| 2134 | 2026-01-23T14:39:42.818Z | Compiling tokio-rustls v0.26.0 |
| 2135 | 2026-01-23T14:39:43.140Z | Compiling derive_builder v0.20.2 |
| 2136 | 2026-01-23T14:39:43.365Z | Compiling tokio-native-tls v0.3.1 |
| 2137 | 2026-01-23T14:39:43.425Z | Compiling newtype-uuid v1.3.2 |
| 2138 | 2026-01-23T14:39:43.765Z | Compiling flate2 v1.1.2 |
| 2139 | 2026-01-23T14:39:43.858Z | Compiling heck v0.4.1 |
| 2140 | 2026-01-23T14:39:44.151Z | Compiling rustls-native-certs v0.8.1 |
| 2141 | 2026-01-23T14:39:44.789Z | Compiling webpki-roots v1.0.1 |
| 2142 | 2026-01-23T14:39:45.143Z | Compiling serde_with_macros v3.16.1 |
| 2143 | 2026-01-23T14:39:45.641Z | Compiling hkdf v0.12.4 |
| 2144 | 2026-01-23T14:39:45.784Z | Compiling regress v0.10.4 |
| 2145 | 2026-01-23T14:39:45.836Z | Compiling vergen v9.0.6 |
| 2146 | 2026-01-23T14:39:45.964Z | Compiling terminal_size v0.4.0 |
| 2147 | 2026-01-23T14:39:46.209Z | Compiling enum-as-inner v0.6.1 |
| 2148 | 2026-01-23T14:39:46.256Z | Compiling clap_derive v4.5.47 |
| 2149 | 2026-01-23T14:39:47.542Z | Compiling cargo-platform v0.1.8 |
| 2150 | 2026-01-23T14:39:47.663Z | Compiling crypto-bigint v0.5.5 |
| 2151 | 2026-01-23T14:39:47.695Z | Compiling serde_repr v0.1.19 |
| 2152 | 2026-01-23T14:39:48.076Z | Compiling iri-string v0.7.8 |
| 2153 | 2026-01-23T14:39:48.870Z | Compiling bumpalo v3.16.0 |
| 2154 | 2026-01-23T14:39:48.917Z | Compiling bitflags v1.3.2 |
| 2155 | 2026-01-23T14:39:49.075Z | Compiling clap_lex v0.7.4 |
| 2156 | 2026-01-23T14:39:49.332Z | Compiling winnow v0.7.13 |
| 2157 | 2026-01-23T14:39:49.655Z | Compiling lockfree-object-pool v0.1.6 |
| 2158 | 2026-01-23T14:39:49.970Z | Compiling managed v0.8.0 |
| 2159 | 2026-01-23T14:39:50.844Z | Compiling simd-adler32 v0.3.7 |
| 2160 | 2026-01-23T14:39:51.990Z | Compiling tower-http v0.6.6 |
| 2161 | 2026-01-23T14:39:52.015Z | Compiling zopfli v0.8.1 |
| 2162 | 2026-01-23T14:39:53.531Z | Compiling elliptic-curve v0.13.8 |
| 2163 | 2026-01-23T14:39:53.947Z | Compiling typify-impl v0.4.3 |
| 2164 | 2026-01-23T14:39:54.209Z | Compiling clap_builder v4.5.48 |
| 2165 | 2026-01-23T14:39:54.428Z | Compiling cargo_metadata v0.19.2 |
| 2166 | 2026-01-23T14:39:55.574Z | Compiling hyper-tls v0.6.0 |
| 2167 | 2026-01-23T14:39:56.051Z | Compiling hyper-rustls v0.27.7 |
| 2168 | 2026-01-23T14:39:58.722Z | Compiling daft v0.1.4 |
| 2169 | 2026-01-23T14:39:59.539Z | Compiling zstd v0.13.3 |
| 2170 | 2026-01-23T14:39:59.882Z | Compiling signal-hook-mio v0.2.4 |
| 2171 | 2026-01-23T14:39:59.998Z | Compiling cookie_store v0.21.1 |
| 2172 | 2026-01-23T14:40:00.111Z | Compiling postgres-types v0.2.9 |
| 2173 | 2026-01-23T14:40:00.401Z | Compiling phf v0.11.2 |
| 2174 | 2026-01-23T14:40:00.859Z | Compiling strum v0.27.2 |
| 2175 | 2026-01-23T14:40:00.932Z | Compiling ed25519 v2.2.3 |
| 2176 | 2026-01-23T14:40:01.115Z | Compiling hubpack v0.1.2 |
| 2177 | 2026-01-23T14:40:01.445Z | Compiling bzip2 v0.4.4 |
| 2178 | 2026-01-23T14:40:01.469Z | Compiling bzip2 v0.5.2 |
| 2179 | 2026-01-23T14:40:01.504Z | Compiling crossbeam-epoch v0.9.18 |
| 2180 | 2026-01-23T14:40:01.885Z | Compiling pkcs1 v0.7.5 |
| 2181 | 2026-01-23T14:40:02.624Z | Compiling rfc6979 v0.4.0 |
| 2182 | 2026-01-23T14:40:02.724Z | Compiling float-cmp v0.10.0 |
| 2183 | 2026-01-23T14:40:02.849Z | Compiling hex v0.4.3 |
| 2184 | 2026-01-23T14:40:02.879Z | Compiling serde-big-array v0.5.1 |
| 2185 | 2026-01-23T14:40:03.134Z | Compiling bstr v1.10.0 |
| 2186 | 2026-01-23T14:40:03.514Z | Compiling env_filter v0.1.2 |
| 2187 | 2026-01-23T14:40:03.538Z | Compiling memmap2 v0.9.8 |
| 2188 | 2026-01-23T14:40:03.727Z | Compiling socket2 v0.5.10 |
| 2189 | 2026-01-23T14:40:04.071Z | Compiling rustc-hash v2.1.1 |
| 2190 | 2026-01-23T14:40:04.323Z | Compiling fixedbitset v0.4.2 |
| 2191 | 2026-01-23T14:40:04.494Z | Compiling static_assertions v1.1.0 |
| 2192 | 2026-01-23T14:40:04.575Z | Compiling toml_write v0.1.2 |
| 2193 | 2026-01-23T14:40:04.635Z | Compiling new_debug_unreachable v1.0.6 |
| 2194 | 2026-01-23T14:40:04.791Z | Compiling precomputed-hash v0.1.1 |
| 2195 | 2026-01-23T14:40:04.816Z | Compiling normalize-line-endings v0.3.0 |
| 2196 | 2026-01-23T14:40:04.959Z | Compiling difflib v0.4.0 |
| 2197 | 2026-01-23T14:40:04.986Z | Compiling foldhash v0.2.0 |
| 2198 | 2026-01-23T14:40:05.024Z | Compiling whoami v1.5.2 |
| 2199 | 2026-01-23T14:40:05.053Z | Compiling jiff v0.2.15 |
| 2200 | 2026-01-23T14:40:05.116Z | Compiling data-encoding v2.9.0 |
| 2201 | 2026-01-23T14:40:05.429Z | Compiling fixedbitset v0.5.7 |
| 2202 | 2026-01-23T14:40:05.558Z | Compiling keccak v0.1.5 |
| 2203 | 2026-01-23T14:40:06.060Z | Compiling predicates-core v1.0.8 |
| 2204 | 2026-01-23T14:40:06.425Z | Compiling predicates v3.1.3 |
| 2205 | 2026-01-23T14:40:06.475Z | Compiling reqwest v0.12.24 |
| 2206 | 2026-01-23T14:40:06.911Z | Compiling sha3 v0.10.8 |
| 2207 | 2026-01-23T14:40:07.778Z | Compiling toml_edit v0.22.27 |
| 2208 | 2026-01-23T14:40:08.027Z | Compiling petgraph v0.8.2 |
| 2209 | 2026-01-23T14:40:08.618Z | Compiling hickory-proto v0.25.2 |
| 2210 | 2026-01-23T14:40:12.710Z | Compiling zip v4.2.0 |
| 2211 | 2026-01-23T14:40:14.055Z | Compiling tokio-postgres v0.7.13 |
| 2212 | 2026-01-23T14:40:14.925Z | Compiling iddqd v0.3.16 |
| 2213 | 2026-01-23T14:40:15.282Z | Compiling string_cache v0.8.9 |
| 2214 | 2026-01-23T14:40:15.767Z | Compiling petgraph v0.6.5 |
| 2215 | 2026-01-23T14:40:15.862Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2216 | 2026-01-23T14:40:18.649Z | Compiling similar v2.7.0 |
| 2217 | 2026-01-23T14:40:19.133Z | Compiling usdt v0.6.0 |
| 2218 | 2026-01-23T14:40:19.681Z | Compiling env_logger v0.11.8 |
| 2219 | 2026-01-23T14:40:19.717Z | Compiling typify-macro v0.4.3 |
| 2220 | 2026-01-23T14:40:19.928Z | Compiling serde_with v3.16.1 |
| 2221 | 2026-01-23T14:40:20.467Z | Compiling ecdsa v0.16.9 |
| 2222 | 2026-01-23T14:40:23.007Z | Compiling rsa v0.9.8 |
| 2223 | 2026-01-23T14:40:23.120Z | Compiling zip v0.6.6 |
| 2224 | 2026-01-23T14:40:24.369Z | Compiling ed25519-dalek v2.1.1 |
| 2225 | 2026-01-23T14:40:25.138Z | Compiling crossterm v0.28.1 |
| 2226 | 2026-01-23T14:40:25.437Z | Compiling clap v4.5.48 |
| 2227 | 2026-01-23T14:40:25.989Z | Compiling strum v0.26.3 |
| 2228 | 2026-01-23T14:40:26.152Z | Compiling tokio-stream v0.1.17 |
| 2229 | 2026-01-23T14:40:26.216Z | Compiling toml v0.7.8 |
| 2230 | 2026-01-23T14:40:26.498Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2231 | 2026-01-23T14:40:26.963Z | Compiling x509-cert v0.2.5 |
| 2232 | 2026-01-23T14:40:28.082Z | Compiling sha1 v0.10.6 |
| 2233 | 2026-01-23T14:40:28.534Z | Compiling itertools v0.13.0 |
| 2234 | 2026-01-23T14:40:28.739Z | Compiling itertools v0.10.5 |
| 2235 | 2026-01-23T14:40:30.682Z | Compiling winnow v0.6.26 |
| 2236 | 2026-01-23T14:40:31.531Z | Compiling peg-runtime v0.8.5 |
| 2237 | 2026-01-23T14:40:32.004Z | Compiling rayon-core v1.12.1 |
| 2238 | 2026-01-23T14:40:32.371Z | Compiling lalrpop-util v0.19.12 |
| 2239 | 2026-01-23T14:40:34.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2240 | 2026-01-23T14:40:39.194Z | Compiling proc-macro-crate v1.3.1 |
| 2241 | 2026-01-23T14:40:41.601Z | Compiling macaddr v1.0.1 |
| 2242 | 2026-01-23T14:40:42.064Z | Compiling structmeta-derive v0.3.0 |
| 2243 | 2026-01-23T14:40:42.270Z | Compiling itertools v0.14.0 |
| 2244 | 2026-01-23T14:40:44.283Z | Compiling heapless v0.8.0 |
| 2245 | 2026-01-23T14:40:45.223Z | Compiling ingot-macros v0.1.1 |
| 2246 | 2026-01-23T14:40:46.317Z | Compiling structmeta v0.3.0 |
| 2247 | 2026-01-23T14:40:50.676Z | Compiling num_enum_derive v0.5.11 |
| 2248 | 2026-01-23T14:40:52.626Z | Compiling crossbeam-deque v0.8.5 |
| 2249 | 2026-01-23T14:40:54.103Z | Compiling hash32 v0.3.1 |
| 2250 | 2026-01-23T14:40:54.959Z | Compiling smoltcp v0.11.0 |
| 2251 | 2026-01-23T14:40:56.921Z | Compiling unicode-width v0.1.14 |
| 2252 | 2026-01-23T14:40:57.144Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2253 | 2026-01-23T14:40:57.526Z | Compiling tabwriter v1.4.0 |
| 2254 | 2026-01-23T14:41:03.941Z | Compiling num_enum v0.5.11 |
| 2255 | 2026-01-23T14:41:04.167Z | Compiling ingot-types v0.1.2 |
| 2256 | 2026-01-23T14:41:04.410Z | Compiling typify v0.4.3 |
| 2257 | 2026-01-23T14:41:05.454Z | Compiling proc-macro-error-attr v1.0.4 |
| 2258 | 2026-01-23T14:41:06.478Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2259 | 2026-01-23T14:41:06.869Z | Compiling rustls v0.22.4 |
| 2260 | 2026-01-23T14:41:07.203Z | Compiling cobs v0.2.3 |
| 2261 | 2026-01-23T14:41:07.425Z | Compiling unsafe-libyaml v0.2.11 |
| 2262 | 2026-01-23T14:41:07.685Z | Compiling postcard v1.0.10 |
| 2263 | 2026-01-23T14:41:08.677Z | Compiling serde_yaml v0.9.34+deprecated |
| 2264 | 2026-01-23T14:41:09.831Z | Compiling ingot v0.1.1 |
| 2265 | 2026-01-23T14:41:13.204Z | Compiling progenitor-impl v0.11.2 |
| 2266 | 2026-01-23T14:41:22.919Z | Compiling futures-executor v0.3.31 |
| 2267 | 2026-01-23T14:41:23.059Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2268 | 2026-01-23T14:41:23.627Z | Compiling foreign-types-macros v0.2.3 |
| 2269 | 2026-01-23T14:41:23.861Z | Compiling thread_local v1.1.8 |
| 2270 | 2026-01-23T14:41:23.982Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2271 | 2026-01-23T14:41:24.014Z | Compiling proc-macro-error v1.0.4 |
| 2272 | 2026-01-23T14:41:24.173Z | Compiling multer v3.1.0 |
| 2273 | 2026-01-23T14:41:24.558Z | Compiling match_cfg v0.1.0 |
| 2274 | 2026-01-23T14:41:24.733Z | Compiling foreign-types-shared v0.3.1 |
| 2275 | 2026-01-23T14:41:25.580Z | Compiling slog-async v2.8.0 |
| 2276 | 2026-01-23T14:41:38.833Z | Compiling foreign-types v0.5.0 |
| 2277 | 2026-01-23T14:41:38.952Z | Compiling hostname v0.3.1 |
| 2278 | 2026-01-23T14:41:39.300Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2279 | 2026-01-23T14:41:39.414Z | Compiling futures v0.3.31 |
| 2280 | 2026-01-23T14:41:44.169Z | Compiling progenitor-macro v0.11.2 |
| 2281 | 2026-01-23T14:41:48.266Z | Compiling derive-ex v0.1.8 |
| 2282 | 2026-01-23T14:41:51.794Z | Compiling progenitor-client v0.11.2 |
| 2283 | 2026-01-23T14:41:52.401Z | Compiling toml_parser v1.0.4 |
| 2284 | 2026-01-23T14:41:55.455Z | Compiling slog-json v2.6.1 |
| 2285 | 2026-01-23T14:41:55.926Z | Compiling crossbeam-channel v0.5.15 |
| 2286 | 2026-01-23T14:41:57.534Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2287 | 2026-01-23T14:41:58.204Z | Compiling async-stream-impl v0.3.6 |
| 2288 | 2026-01-23T14:41:58.312Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2289 | 2026-01-23T14:41:58.599Z | Compiling toml_datetime v0.7.3 |
| 2290 | 2026-01-23T14:41:59.155Z | Compiling serde_spanned v1.0.3 |
| 2291 | 2026-01-23T14:41:59.380Z | Compiling cstr-argument v0.1.2 |
| 2292 | 2026-01-23T14:41:59.429Z | Compiling is-terminal v0.4.13 |
| 2293 | 2026-01-23T14:41:59.524Z | Compiling dropshot v0.16.6 |
| 2294 | 2026-01-23T14:41:59.613Z | Compiling typeid v1.0.3 |
| 2295 | 2026-01-23T14:41:59.693Z | Compiling crucible-workspace-hack v0.1.0 |
| 2296 | 2026-01-23T14:41:59.870Z | Compiling pretty-hex v0.2.1 |
| 2297 | 2026-01-23T14:42:00.006Z | Compiling term v1.1.0 |
| 2298 | 2026-01-23T14:42:00.086Z | Compiling toml_writer v1.0.4 |
| 2299 | 2026-01-23T14:42:00.511Z | Compiling take_mut v0.2.2 |
| 2300 | 2026-01-23T14:42:00.606Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2301 | 2026-01-23T14:42:00.650Z | Compiling toml v0.9.8 |
| 2302 | 2026-01-23T14:42:00.824Z | Compiling slog-term v2.9.2 |
| 2303 | 2026-01-23T14:42:01.146Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2304 | 2026-01-23T14:42:01.909Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2305 | 2026-01-23T14:42:02.806Z | Compiling async-stream v0.3.6 |
| 2306 | 2026-01-23T14:42:03.675Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2307 | 2026-01-23T14:42:03.903Z | Compiling slog-bunyan v2.5.0 |
| 2308 | 2026-01-23T14:42:04.008Z | Compiling progenitor v0.11.2 |
| 2309 | 2026-01-23T14:42:04.083Z | Compiling tokio-rustls v0.25.0 |
| 2310 | 2026-01-23T14:42:04.268Z | Compiling test-strategy v0.4.3 |
| 2311 | 2026-01-23T14:42:04.924Z | Compiling rayon v1.10.0 |
| 2312 | 2026-01-23T14:42:04.948Z | Compiling parse-display-derive v0.10.0 |
| 2313 | 2026-01-23T14:42:07.078Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2314 | 2026-01-23T14:42:07.254Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2315 | 2026-01-23T14:42:07.388Z | Compiling colored v2.2.0 |
| 2316 | 2026-01-23T14:42:07.468Z | Compiling waitgroup v0.1.2 |
| 2317 | 2026-01-23T14:42:07.763Z | Compiling nix v0.30.1 |
| 2318 | 2026-01-23T14:42:08.166Z | Compiling rustls-pemfile v2.2.0 |
| 2319 | 2026-01-23T14:42:08.495Z | Compiling dropshot_endpoint v0.16.6 |
| 2320 | 2026-01-23T14:42:08.641Z | Compiling newtype-uuid-macros v0.1.0 |
| 2321 | 2026-01-23T14:42:08.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2322 | 2026-01-23T14:42:09.439Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-01-23T14:42:09.799Z | Compiling serde_path_to_error v0.1.20 |
| 2324 | 2026-01-23T14:42:09.864Z | Compiling hostname v0.4.2 |
| 2325 | 2026-01-23T14:42:10.161Z | Compiling instant v0.1.13 |
| 2326 | 2026-01-23T14:42:10.194Z | Compiling debug-ignore v1.0.5 |
| 2327 | 2026-01-23T14:42:10.266Z | Compiling colored v3.0.0 |
| 2328 | 2026-01-23T14:42:10.361Z | Compiling backoff v0.4.0 |
| 2329 | 2026-01-23T14:42:10.393Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2330 | 2026-01-23T14:42:10.607Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2331 | 2026-01-23T14:42:10.777Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2332 | 2026-01-23T14:42:10.872Z | Compiling parse-display v0.10.0 |
| 2333 | 2026-01-23T14:42:11.615Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2334 | 2026-01-23T14:42:12.761Z | Compiling zone_cfg_derive v0.3.0 |
| 2335 | 2026-01-23T14:42:13.835Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2336 | 2026-01-23T14:42:13.913Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2337 | 2026-01-23T14:42:14.925Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2338 | 2026-01-23T14:42:14.972Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2339 | 2026-01-23T14:42:15.105Z | Compiling camino-tempfile v1.4.1 |
| 2340 | 2026-01-23T14:42:15.424Z | Compiling progenitor-client v0.10.0 |
| 2341 | 2026-01-23T14:42:16.068Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2342 | 2026-01-23T14:42:16.378Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-01-23T14:42:18.241Z | Compiling sigpipe v0.1.3 |
| 2344 | 2026-01-23T14:42:18.448Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2345 | 2026-01-23T14:42:18.769Z | Compiling libefi-sys v0.1.0 |
| 2346 | 2026-01-23T14:42:19.154Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2347 | 2026-01-23T14:42:19.541Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2348 | 2026-01-23T14:42:20.119Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2349 | 2026-01-23T14:42:20.504Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2350 | 2026-01-23T14:42:21.243Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2351 | 2026-01-23T14:42:21.890Z | Compiling erased-serde v0.4.6 |
| 2352 | 2026-01-23T14:42:22.852Z | Compiling zone v0.3.1 |
| 2353 | 2026-01-23T14:42:23.489Z | Compiling usdt-attr-macro v0.5.0 |
| 2354 | 2026-01-23T14:42:23.971Z | Compiling usdt-macro v0.5.0 |
| 2355 | 2026-01-23T14:42:24.881Z | Compiling smf v0.2.3 |
| 2356 | 2026-01-23T14:42:25.179Z | Compiling bitfield-struct v0.6.2 |
| 2357 | 2026-01-23T14:42:26.319Z | Compiling ordered-float v2.10.1 |
| 2358 | 2026-01-23T14:42:26.428Z | Compiling blake3 v1.5.4 |
| 2359 | 2026-01-23T14:42:27.052Z | Compiling memmap v0.7.0 |
| 2360 | 2026-01-23T14:42:27.205Z | Compiling serde-value v0.7.0 |
| 2361 | 2026-01-23T14:42:27.450Z | Compiling usdt v0.5.0 |
| 2362 | 2026-01-23T14:42:27.493Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-01-23T14:42:27.758Z | Compiling serde-untagged v0.1.7 |
| 2364 | 2026-01-23T14:42:28.233Z | Compiling toml v0.8.23 |
| 2365 | 2026-01-23T14:42:28.303Z | Compiling xattr v1.3.1 |
| 2366 | 2026-01-23T14:42:28.510Z | Compiling filetime v0.2.26 |
| 2367 | 2026-01-23T14:42:28.657Z | Compiling arrayvec v0.7.6 |
| 2368 | 2026-01-23T14:42:28.752Z | Compiling unicode-xid v0.2.6 |
| 2369 | 2026-01-23T14:42:28.778Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-01-23T14:42:28.912Z | Compiling arrayref v0.3.9 |
| 2371 | 2026-01-23T14:42:28.948Z | Compiling unicode-width v0.2.0 |
| 2372 | 2026-01-23T14:42:29.027Z | Compiling constant_time_eq v0.3.1 |
| 2373 | 2026-01-23T14:42:29.062Z | Compiling same-file v1.0.6 |
| 2374 | 2026-01-23T14:42:29.151Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2026-01-23T14:42:29.373Z | Compiling walkdir v2.5.0 |
| 2376 | 2026-01-23T14:42:29.534Z | Compiling console v0.16.0 |
| 2377 | 2026-01-23T14:42:30.637Z | Compiling cargo-util-schemas v0.8.2 |
| 2378 | 2026-01-23T14:42:30.882Z | Compiling tar v0.4.44 |
| 2379 | 2026-01-23T14:42:31.414Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2380 | 2026-01-23T14:42:31.888Z | Compiling tokio-dtrace v0.1.0 |
| 2381 | 2026-01-23T14:42:31.912Z | Compiling gethostname v0.5.0 |
| 2382 | 2026-01-23T14:42:32.011Z | Compiling cargo-platform v0.2.0 |
| 2383 | 2026-01-23T14:42:32.192Z | Compiling unit-prefix v0.5.1 |
| 2384 | 2026-01-23T14:42:32.433Z | Compiling topological-sort v0.2.2 |
| 2385 | 2026-01-23T14:42:32.479Z | Compiling indicatif v0.18.0 |
| 2386 | 2026-01-23T14:42:32.754Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-01-23T14:42:33.175Z | Compiling oxide-tokio-rt v0.1.2 |
| 2388 | 2026-01-23T14:42:33.436Z | Compiling cargo_metadata v0.21.0 |
| 2389 | 2026-01-23T14:42:33.772Z | Compiling shell-words v1.1.0 |
| 2390 | 2026-01-23T14:42:34.285Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2391 | 2026-01-23T14:42:34.630Z | Compiling indent_write v2.2.0 |
| 2392 | 2026-01-23T14:42:41.515Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-01-23T14:42:43.682Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2394 | 2026-01-23T14:42:48.621Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2395 | 2026-01-23T14:43:07.115Z | Finished `release` profile [optimized] target(s) in 5m 47s |
| 2396 | 2026-01-23T14:43:07.303Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2397 | 2026-01-23T14:43:07.393Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2398 | 2026-01-23T14:43:07.418Z | Created new build target 'test' and set it as active |
| 2399 | 2026-01-23T14:43:07.418Z | |
| 2400 | 2026-01-23T14:43:07.418Z | real 5:47.510812631 |
| 2401 | 2026-01-23T14:43:07.418Z | user 38:55.568070539 |
| 2402 | 2026-01-23T14:43:07.418Z | sys 4:33.906649804 |
| 2403 | 2026-01-23T14:43:07.418Z | trap 1.698316196 |
| 2404 | 2026-01-23T14:43:07.418Z | tflt 1.234400980 |
| 2405 | 2026-01-23T14:43:07.418Z | dflt 1.115129709 |
| 2406 | 2026-01-23T14:43:07.418Z | kflt 0.000600724 |
| 2407 | 2026-01-23T14:43:07.418Z | lock 1:51:28.968140072 |
| 2408 | 2026-01-23T14:43:07.418Z | slp 2:39:15.848402838 |
| 2409 | 2026-01-23T14:43:07.418Z | lat 3:10.882039311 |
| 2410 | 2026-01-23T14:43:07.418Z | stop 5:41.530386822 |
| 2411 | 2026-01-23T14:43:07.418Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2412 | 2026-01-23T14:43:09.352Z | Finished `release` profile [optimized] target(s) in 1.85s |
| 2413 | 2026-01-23T14:43:09.445Z | Running `target/release/omicron-package -t test package` |
| 2414 | 2026-01-23T14:43:09.521Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2415 | 2026-01-23T14:43:12.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2416 | 2026-01-23T14:43:12.865Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2417 | 2026-01-23T14:43:12.944Z | Compiling convert_case v0.4.0 |
| 2418 | 2026-01-23T14:43:12.969Z | Compiling is-terminal v0.4.13 |
| 2419 | 2026-01-23T14:43:13.024Z | Compiling progenitor-impl v0.10.0 |
| 2420 | 2026-01-23T14:43:13.054Z | Compiling rustls v0.22.4 |
| 2421 | 2026-01-23T14:43:13.079Z | Compiling thread_local v1.1.8 |
| 2422 | 2026-01-23T14:43:13.180Z | Compiling match_cfg v0.1.0 |
| 2423 | 2026-01-23T14:43:13.251Z | Compiling multer v3.1.0 |
| 2424 | 2026-01-23T14:43:13.336Z | Compiling hostname v0.3.1 |
| 2425 | 2026-01-23T14:43:13.367Z | Compiling slog-async v2.8.0 |
| 2426 | 2026-01-23T14:43:13.467Z | Compiling progenitor-client v0.11.2 |
| 2427 | 2026-01-23T14:43:13.597Z | Compiling crossbeam-channel v0.5.15 |
| 2428 | 2026-01-23T14:43:13.642Z | Compiling derive_more v0.99.20 |
| 2429 | 2026-01-23T14:43:13.642Z | Compiling toml_parser v1.0.4 |
| 2430 | 2026-01-23T14:43:13.758Z | Compiling slog-json v2.6.1 |
| 2431 | 2026-01-23T14:43:14.062Z | Compiling futures-executor v0.3.31 |
| 2432 | 2026-01-23T14:43:14.167Z | Compiling serde_spanned v1.0.3 |
| 2433 | 2026-01-23T14:43:14.440Z | Compiling toml_datetime v0.7.3 |
| 2434 | 2026-01-23T14:43:14.524Z | Compiling unicode-width v0.1.14 |
| 2435 | 2026-01-23T14:43:14.585Z | Compiling toml_writer v1.0.4 |
| 2436 | 2026-01-23T14:43:15.023Z | Compiling take_mut v0.2.2 |
| 2437 | 2026-01-23T14:43:15.056Z | Compiling term v1.1.0 |
| 2438 | 2026-01-23T14:43:15.080Z | Compiling tabwriter v1.4.0 |
| 2439 | 2026-01-23T14:43:15.138Z | Compiling toml v0.9.8 |
| 2440 | 2026-01-23T14:43:15.519Z | Compiling futures v0.3.31 |
| 2441 | 2026-01-23T14:43:15.688Z | Compiling slog-bunyan v2.5.0 |
| 2442 | 2026-01-23T14:43:15.948Z | Compiling slog-term v2.9.2 |
| 2443 | 2026-01-23T14:43:16.179Z | Compiling progenitor v0.11.2 |
| 2444 | 2026-01-23T14:43:16.435Z | Compiling async-stream v0.3.6 |
| 2445 | 2026-01-23T14:43:16.812Z | Compiling dropshot v0.16.6 |
| 2446 | 2026-01-23T14:43:16.943Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2447 | 2026-01-23T14:43:17.156Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2448 | 2026-01-23T14:43:17.202Z | Compiling waitgroup v0.1.2 |
| 2449 | 2026-01-23T14:43:17.239Z | Compiling rustls-pemfile v2.2.0 |
| 2450 | 2026-01-23T14:43:17.463Z | Compiling serde_path_to_error v0.1.20 |
| 2451 | 2026-01-23T14:43:17.623Z | Compiling tokio-rustls v0.25.0 |
| 2452 | 2026-01-23T14:43:17.827Z | Compiling hostname v0.4.2 |
| 2453 | 2026-01-23T14:43:18.070Z | Compiling instant v0.1.13 |
| 2454 | 2026-01-23T14:43:18.107Z | Compiling colored v3.0.0 |
| 2455 | 2026-01-23T14:43:18.145Z | Compiling debug-ignore v1.0.5 |
| 2456 | 2026-01-23T14:43:18.264Z | Compiling backoff v0.4.0 |
| 2457 | 2026-01-23T14:43:18.297Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2458 | 2026-01-23T14:43:18.416Z | Compiling progenitor-macro v0.10.0 |
| 2459 | 2026-01-23T14:43:18.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2460 | 2026-01-23T14:43:18.839Z | Compiling parse-display v0.10.0 |
| 2461 | 2026-01-23T14:43:18.875Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2462 | 2026-01-23T14:43:19.120Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2463 | 2026-01-23T14:43:19.377Z | Compiling progenitor-client v0.10.0 |
| 2464 | 2026-01-23T14:43:19.428Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2465 | 2026-01-23T14:43:19.929Z | Compiling secrecy v0.10.3 |
| 2466 | 2026-01-23T14:43:20.277Z | Compiling macaddr v1.0.1 |
| 2467 | 2026-01-23T14:43:20.473Z | Compiling num-rational v0.4.2 |
| 2468 | 2026-01-23T14:43:20.702Z | Compiling num-complex v0.4.6 |
| 2469 | 2026-01-23T14:43:21.773Z | Compiling num v0.4.3 |
| 2470 | 2026-01-23T14:43:21.820Z | Compiling half v2.4.1 |
| 2471 | 2026-01-23T14:43:21.969Z | Compiling float-ord v0.3.2 |
| 2472 | 2026-01-23T14:43:22.200Z | Compiling ciborium-io v0.2.2 |
| 2473 | 2026-01-23T14:43:22.427Z | Compiling ciborium-ll v0.2.2 |
| 2474 | 2026-01-23T14:43:22.639Z | Compiling toml v0.8.23 |
| 2475 | 2026-01-23T14:43:22.793Z | Compiling ciborium v0.2.2 |
| 2476 | 2026-01-23T14:43:22.910Z | Compiling prettyplease v0.2.36 |
| 2477 | 2026-01-23T14:43:22.949Z | Compiling bytecount v0.6.8 |
| 2478 | 2026-01-23T14:43:23.336Z | Compiling swrite v0.1.0 |
| 2479 | 2026-01-23T14:43:23.525Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2480 | 2026-01-23T14:43:23.944Z | Compiling password-hash v0.5.0 |
| 2481 | 2026-01-23T14:43:24.777Z | Compiling blake2 v0.10.6 |
| 2482 | 2026-01-23T14:43:25.880Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2483 | 2026-01-23T14:43:26.030Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2484 | 2026-01-23T14:43:27.313Z | Compiling universal-hash v0.5.1 |
| 2485 | 2026-01-23T14:43:27.386Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2486 | 2026-01-23T14:43:27.662Z | Compiling derive-where v1.5.0 |
| 2487 | 2026-01-23T14:43:28.243Z | Compiling progenitor v0.10.0 |
| 2488 | 2026-01-23T14:43:28.422Z | Compiling opaque-debug v0.3.1 |
| 2489 | 2026-01-23T14:43:28.539Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2490 | 2026-01-23T14:43:28.591Z | Compiling poly1305 v0.8.0 |
| 2491 | 2026-01-23T14:43:29.568Z | Compiling thiserror-no-std v2.0.2 |
| 2492 | 2026-01-23T14:43:29.755Z | Compiling argon2 v0.5.3 |
| 2493 | 2026-01-23T14:43:29.828Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2494 | 2026-01-23T14:43:29.881Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2495 | 2026-01-23T14:43:30.216Z | Compiling chacha20 v0.9.1 |
| 2496 | 2026-01-23T14:43:30.269Z | Compiling aead v0.5.2 |
| 2497 | 2026-01-23T14:43:30.648Z | Compiling chacha20poly1305 v0.10.1 |
| 2498 | 2026-01-23T14:43:30.736Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2499 | 2026-01-23T14:43:30.919Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2500 | 2026-01-23T14:43:31.400Z | Compiling vsss-rs v3.3.4 |
| 2501 | 2026-01-23T14:43:32.018Z | Compiling console v0.15.10 |
| 2502 | 2026-01-23T14:43:32.549Z | Compiling newline-converter v0.3.0 |
| 2503 | 2026-01-23T14:43:32.809Z | Compiling atomicwrites v0.4.4 |
| 2504 | 2026-01-23T14:43:33.388Z | Compiling slog-dtrace v0.3.0 |
| 2505 | 2026-01-23T14:43:33.840Z | Compiling expectorate v1.2.0 |
| 2506 | 2026-01-23T14:43:34.257Z | Compiling owo-colors v4.2.2 |
| 2507 | 2026-01-23T14:43:34.761Z | Compiling cancel-safe-futures v0.1.5 |
| 2508 | 2026-01-23T14:43:35.577Z | Compiling resolv-conf v0.7.0 |
| 2509 | 2026-01-23T14:43:36.445Z | Compiling libsw-core v0.3.1 |
| 2510 | 2026-01-23T14:43:36.858Z | Compiling async-recursion v1.1.1 |
| 2511 | 2026-01-23T14:43:37.140Z | Compiling libsw v3.5.0 |
| 2512 | 2026-01-23T14:43:38.303Z | Compiling linear-map v1.2.0 |
| 2513 | 2026-01-23T14:43:38.757Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2514 | 2026-01-23T14:43:40.452Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2515 | 2026-01-23T14:43:40.799Z | Compiling linked-hash-map v0.5.6 |
| 2516 | 2026-01-23T14:43:41.243Z | Compiling lru-cache v0.1.2 |
| 2517 | 2026-01-23T14:43:41.514Z | Compiling unicode-xid v0.2.6 |
| 2518 | 2026-01-23T14:43:41.683Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2519 | 2026-01-23T14:43:41.804Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2520 | 2026-01-23T14:43:42.801Z | Compiling hickory-proto v0.24.4 |
| 2521 | 2026-01-23T14:43:44.953Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2522 | 2026-01-23T14:43:45.203Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2523 | 2026-01-23T14:43:46.619Z | Compiling globset v0.4.15 |
| 2524 | 2026-01-23T14:43:47.197Z | Compiling convert_case v0.7.1 |
| 2525 | 2026-01-23T14:43:47.844Z | Compiling derive_more-impl v2.0.1 |
| 2526 | 2026-01-23T14:43:49.335Z | Compiling hickory-resolver v0.24.4 |
| 2527 | 2026-01-23T14:43:50.499Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2528 | 2026-01-23T14:43:52.128Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2529 | 2026-01-23T14:43:54.780Z | Compiling qorb v0.4.1 |
| 2530 | 2026-01-23T14:43:55.889Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2531 | 2026-01-23T14:43:56.333Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2532 | 2026-01-23T14:43:57.797Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2533 | 2026-01-23T14:44:00.599Z | Compiling derive_more v2.0.1 |
| 2534 | 2026-01-23T14:44:00.781Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2535 | 2026-01-23T14:44:00.844Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2536 | 2026-01-23T14:44:01.132Z | Compiling pin-project-internal v1.1.6 |
| 2537 | 2026-01-23T14:44:01.358Z | Compiling vte_generate_state_changes v0.1.2 |
| 2538 | 2026-01-23T14:44:01.507Z | Compiling siphasher v1.0.1 |
| 2539 | 2026-01-23T14:44:02.031Z | Compiling termtree v0.5.1 |
| 2540 | 2026-01-23T14:44:02.064Z | Compiling vte v0.11.1 |
| 2541 | 2026-01-23T14:44:02.387Z | Compiling phf_shared v0.12.1 |
| 2542 | 2026-01-23T14:44:02.867Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2543 | 2026-01-23T14:44:03.413Z | Compiling crossterm v0.29.0 |
| 2544 | 2026-01-23T14:44:03.501Z | Compiling pin-project v1.1.6 |
| 2545 | 2026-01-23T14:44:03.699Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2546 | 2026-01-23T14:44:08.862Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2547 | 2026-01-23T14:44:10.390Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2548 | 2026-01-23T14:44:11.307Z | Compiling pem v3.0.5 |
| 2549 | 2026-01-23T14:44:12.837Z | Compiling csv-core v0.1.11 |
| 2550 | 2026-01-23T14:44:13.586Z | Compiling snafu-derive v0.8.5 |
| 2551 | 2026-01-23T14:44:13.712Z | Compiling chrono-tz v0.10.4 |
| 2552 | 2026-01-23T14:44:14.076Z | Compiling csv v1.3.1 |
| 2553 | 2026-01-23T14:44:15.058Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2554 | 2026-01-23T14:44:15.353Z | Compiling strip-ansi-escapes v0.2.0 |
| 2555 | 2026-01-23T14:44:15.540Z | Compiling phf v0.12.1 |
| 2556 | 2026-01-23T14:44:15.898Z | Compiling const_format_proc_macros v0.2.34 |
| 2557 | 2026-01-23T14:44:16.013Z | Compiling papergrid v0.11.0 |
| 2558 | 2026-01-23T14:44:16.060Z | Compiling tabled_derive v0.7.0 |
| 2559 | 2026-01-23T14:44:17.225Z | Compiling snafu v0.8.5 |
| 2560 | 2026-01-23T14:44:17.433Z | Compiling olpc-cjson v0.1.4 |
| 2561 | 2026-01-23T14:44:17.529Z | Compiling fd-lock v4.0.2 |
| 2562 | 2026-01-23T14:44:17.814Z | Compiling peg-macros v0.8.5 |
| 2563 | 2026-01-23T14:44:17.857Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2564 | 2026-01-23T14:44:17.893Z | Compiling serde_plain v1.0.2 |
| 2565 | 2026-01-23T14:44:18.463Z | Compiling typed-path v0.9.3 |
| 2566 | 2026-01-23T14:44:18.525Z | Compiling nu-ansi-term v0.50.1 |
| 2567 | 2026-01-23T14:44:18.732Z | Compiling highway v1.3.0 |
| 2568 | 2026-01-23T14:44:19.153Z | Compiling reedline v0.40.0 |
| 2569 | 2026-01-23T14:44:19.607Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2570 | 2026-01-23T14:44:20.182Z | Compiling tabled v0.15.0 |
| 2571 | 2026-01-23T14:44:20.389Z | Compiling peg v0.8.5 |
| 2572 | 2026-01-23T14:44:20.532Z | Compiling const_format v0.2.34 |
| 2573 | 2026-01-23T14:44:21.592Z | Compiling tough v0.20.0 |
| 2574 | 2026-01-23T14:44:25.056Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2575 | 2026-01-23T14:44:27.490Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2576 | 2026-01-23T14:44:32.004Z | Compiling bcs v0.1.6 |
| 2577 | 2026-01-23T14:44:32.819Z | Compiling base64 v0.21.7 |
| 2578 | 2026-01-23T14:44:32.988Z | Compiling semver v0.1.20 |
| 2579 | 2026-01-23T14:44:33.560Z | Compiling rustc_version v0.1.7 |
| 2580 | 2026-01-23T14:44:33.837Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2581 | 2026-01-23T14:44:33.945Z | Compiling newtype_derive v0.1.6 |
| 2582 | 2026-01-23T14:44:34.246Z | Compiling smawk v0.3.2 |
| 2583 | 2026-01-23T14:44:34.280Z | Compiling humantime v2.2.0 |
| 2584 | 2026-01-23T14:44:34.570Z | Compiling unicode-linebreak v0.1.5 |
| 2585 | 2026-01-23T14:44:35.122Z | Compiling textwrap v0.16.2 |
| 2586 | 2026-01-23T14:44:35.251Z | Compiling dropshot-api-manager-types v0.2.4 |
| 2587 | 2026-01-23T14:44:36.504Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2588 | 2026-01-23T14:44:36.564Z | Compiling steno v0.4.1 |
| 2589 | 2026-01-23T14:44:37.656Z | Compiling utf-8 v0.7.6 |
| 2590 | 2026-01-23T14:44:38.108Z | Compiling moka v0.12.10 |
| 2591 | 2026-01-23T14:44:38.493Z | Compiling tagptr v0.2.0 |
| 2592 | 2026-01-23T14:44:38.735Z | Compiling tungstenite v0.21.0 |
| 2593 | 2026-01-23T14:44:41.753Z | Compiling hickory-resolver v0.25.2 |
| 2594 | 2026-01-23T14:44:41.839Z | Compiling tokio-tungstenite v0.21.0 |
| 2595 | 2026-01-23T14:44:42.590Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2596 | 2026-01-23T14:44:42.862Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2597 | 2026-01-23T14:44:43.189Z | Compiling radium v0.7.0 |
| 2598 | 2026-01-23T14:44:43.739Z | Compiling maybe-uninit v2.0.0 |
| 2599 | 2026-01-23T14:44:44.231Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2600 | 2026-01-23T14:44:46.289Z | Compiling tap v1.0.1 |
| 2601 | 2026-01-23T14:44:46.527Z | Compiling wyz v0.5.1 |
| 2602 | 2026-01-23T14:44:47.802Z | Compiling zerocopy-derive v0.6.6 |
| 2603 | 2026-01-23T14:44:49.342Z | Compiling funty v2.0.0 |
| 2604 | 2026-01-23T14:44:51.577Z | Compiling display-error-chain v0.2.2 |
| 2605 | 2026-01-23T14:44:51.631Z | Compiling packed_struct v0.10.1 |
| 2606 | 2026-01-23T14:44:51.903Z | Compiling crc-catalog v2.4.0 |
| 2607 | 2026-01-23T14:44:52.152Z | Compiling crc v3.2.1 |
| 2608 | 2026-01-23T14:44:52.211Z | Compiling bitvec v1.0.1 |
| 2609 | 2026-01-23T14:44:53.805Z | Compiling zerocopy v0.6.6 |
| 2610 | 2026-01-23T14:44:54.822Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2611 | 2026-01-23T14:44:55.839Z | Compiling packed_struct_codegen v0.10.1 |
| 2612 | 2026-01-23T14:44:56.393Z | Compiling bitfield-macros v0.19.2 |
| 2613 | 2026-01-23T14:44:56.836Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2614 | 2026-01-23T14:44:57.549Z | Compiling indexmap v1.9.3 |
| 2615 | 2026-01-23T14:44:57.739Z | Compiling nodrop v0.1.14 |
| 2616 | 2026-01-23T14:44:57.943Z | Compiling array-init v0.0.4 |
| 2617 | 2026-01-23T14:44:58.017Z | Compiling bitfield v0.19.2 |
| 2618 | 2026-01-23T14:44:58.095Z | Compiling proc-macro-error2 v2.0.1 |
| 2619 | 2026-01-23T14:44:58.477Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-01-23T14:44:58.650Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2621 | 2026-01-23T14:44:58.929Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-01-23T14:44:58.976Z | Compiling serde-hex v0.1.0 |
| 2623 | 2026-01-23T14:45:00.124Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2624 | 2026-01-23T14:45:01.778Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2625 | 2026-01-23T14:45:01.991Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-01-23T14:45:02.368Z | Compiling ron v0.8.1 |
| 2627 | 2026-01-23T14:45:03.407Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2628 | 2026-01-23T14:45:03.931Z | Compiling hashbrown v0.13.2 |
| 2629 | 2026-01-23T14:45:04.668Z | Compiling vergen-gitcl v1.0.8 |
| 2630 | 2026-01-23T14:45:05.012Z | Compiling dirs-sys-next v0.1.2 |
| 2631 | 2026-01-23T14:45:05.159Z | Compiling maplit v1.0.2 |
| 2632 | 2026-01-23T14:45:05.336Z | Compiling crc-any v2.5.0 |
| 2633 | 2026-01-23T14:45:05.519Z | Compiling crunchy v0.2.2 |
| 2634 | 2026-01-23T14:45:06.032Z | Compiling dirs-next v2.0.0 |
| 2635 | 2026-01-23T14:45:06.198Z | Compiling object v0.30.4 |
| 2636 | 2026-01-23T14:45:06.322Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2637 | 2026-01-23T14:45:07.555Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2638 | 2026-01-23T14:45:09.252Z | Compiling dsl_auto_type v0.1.2 |
| 2639 | 2026-01-23T14:45:10.471Z | Compiling scheduled-thread-pool v0.2.7 |
| 2640 | 2026-01-23T14:45:10.505Z | Compiling num-derive v0.3.3 |
| 2641 | 2026-01-23T14:45:11.761Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2642 | 2026-01-23T14:45:12.158Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2643 | 2026-01-23T14:45:12.316Z | Compiling path-slash v0.1.5 |
| 2644 | 2026-01-23T14:45:12.645Z | Compiling tiny-keccak v2.0.2 |
| 2645 | 2026-01-23T14:45:13.056Z | Compiling libscf-sys v1.1.0 |
| 2646 | 2026-01-23T14:45:13.332Z | Compiling diesel_derives v2.2.3 |
| 2647 | 2026-01-23T14:45:21.961Z | Compiling r2d2 v0.8.10 |
| 2648 | 2026-01-23T14:45:22.496Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2649 | 2026-01-23T14:45:24.684Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2650 | 2026-01-23T14:45:27.981Z | Compiling term v0.7.0 |
| 2651 | 2026-01-23T14:45:28.487Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2652 | 2026-01-23T14:45:28.946Z | Compiling bit-vec v0.6.3 |
| 2653 | 2026-01-23T14:45:29.201Z | Compiling xshell-macros v0.2.7 |
| 2654 | 2026-01-23T14:45:29.478Z | Compiling arc-swap v1.7.1 |
| 2655 | 2026-01-23T14:45:29.565Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2656 | 2026-01-23T14:45:29.998Z | Compiling xshell v0.2.7 |
| 2657 | 2026-01-23T14:45:30.162Z | Compiling slog-scope v4.4.0 |
| 2658 | 2026-01-23T14:45:30.226Z | Compiling bit-set v0.5.3 |
| 2659 | 2026-01-23T14:45:30.261Z | Compiling ascii-canvas v3.0.0 |
| 2660 | 2026-01-23T14:45:30.792Z | Compiling diesel v2.2.12 |
| 2661 | 2026-01-23T14:45:31.055Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2662 | 2026-01-23T14:45:31.115Z | Compiling tabled_derive v0.11.0 |
| 2663 | 2026-01-23T14:45:32.570Z | Compiling papergrid v0.17.0 |
| 2664 | 2026-01-23T14:45:32.833Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2665 | 2026-01-23T14:45:33.380Z | Compiling testing_table v0.3.0 |
| 2666 | 2026-01-23T14:45:33.636Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2667 | 2026-01-23T14:45:34.107Z | Compiling ena v0.14.3 |
| 2668 | 2026-01-23T14:45:34.138Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2669 | 2026-01-23T14:45:34.519Z | Compiling bindgen v0.71.1 |
| 2670 | 2026-01-23T14:45:34.550Z | Compiling diff v0.1.13 |
| 2671 | 2026-01-23T14:45:34.958Z | Compiling regex-syntax v0.6.29 |
| 2672 | 2026-01-23T14:45:35.005Z | Compiling unicase v2.8.1 |
| 2673 | 2026-01-23T14:45:35.578Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2674 | 2026-01-23T14:45:36.569Z | Compiling tabled v0.20.0 |
| 2675 | 2026-01-23T14:45:39.382Z | Compiling lalrpop v0.19.12 |
| 2676 | 2026-01-23T14:45:44.705Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2677 | 2026-01-23T14:45:45.113Z | Compiling slog-stdlog v4.1.1 |
| 2678 | 2026-01-23T14:45:45.962Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2679 | 2026-01-23T14:45:46.869Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2680 | 2026-01-23T14:45:47.923Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2681 | 2026-01-23T14:45:48.268Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2682 | 2026-01-23T14:45:48.565Z | Compiling slog-envlogger v2.2.0 |
| 2683 | 2026-01-23T14:45:53.295Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2684 | 2026-01-23T14:45:53.370Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2685 | 2026-01-23T14:45:53.823Z | Compiling headers-core v0.3.0 |
| 2686 | 2026-01-23T14:45:54.069Z | Compiling libxml v0.3.3 |
| 2687 | 2026-01-23T14:45:54.159Z | Compiling crc8 v0.1.1 |
| 2688 | 2026-01-23T14:45:54.549Z | Compiling headers v0.4.1 |
| 2689 | 2026-01-23T14:45:54.716Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2690 | 2026-01-23T14:45:55.693Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2691 | 2026-01-23T14:45:56.029Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2692 | 2026-01-23T14:45:56.906Z | Compiling strum_macros v0.24.3 |
| 2693 | 2026-01-23T14:45:57.174Z | Compiling indoc v1.0.9 |
| 2694 | 2026-01-23T14:45:57.977Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2695 | 2026-01-23T14:45:58.139Z | Compiling polar-core v0.27.3 |
| 2696 | 2026-01-23T14:45:58.327Z | Compiling derive_builder v0.20.2 |
| 2697 | 2026-01-23T14:45:58.581Z | Compiling oso-derive v0.27.3 |
| 2698 | 2026-01-23T14:45:59.450Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2699 | 2026-01-23T14:45:59.480Z | Compiling quick-xml v0.37.2 |
| 2700 | 2026-01-23T14:46:02.016Z | Compiling samael v0.0.19 |
| 2701 | 2026-01-23T14:46:02.152Z | Compiling half v1.8.3 |
| 2702 | 2026-01-23T14:46:03.089Z | Compiling serde_cbor v0.11.2 |
| 2703 | 2026-01-23T14:46:04.717Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2704 | 2026-01-23T14:46:05.271Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2705 | 2026-01-23T14:46:05.310Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2706 | 2026-01-23T14:46:06.023Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2707 | 2026-01-23T14:46:06.498Z | Compiling diesel-dtrace v0.4.2 |
| 2708 | 2026-01-23T14:46:07.053Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2709 | 2026-01-23T14:46:10.112Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2710 | 2026-01-23T14:46:15.140Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2711 | 2026-01-23T14:46:15.497Z | Compiling bb8 v0.8.5 |
| 2712 | 2026-01-23T14:46:16.257Z | Compiling trait-variant v0.1.2 |
| 2713 | 2026-01-23T14:46:17.335Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2714 | 2026-01-23T14:46:19.385Z | Compiling async-bb8-diesel v0.2.1 |
| 2715 | 2026-01-23T14:46:20.195Z | Compiling oso v0.27.3 |
| 2716 | 2026-01-23T14:46:23.663Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2717 | 2026-01-23T14:46:27.828Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2718 | 2026-01-23T14:46:28.385Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2719 | 2026-01-23T14:46:30.326Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2720 | 2026-01-23T14:46:30.645Z | Compiling fxhash v0.2.1 |
| 2721 | 2026-01-23T14:46:30.909Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2722 | 2026-01-23T14:46:31.161Z | Compiling typify-impl v0.2.0 |
| 2723 | 2026-01-23T14:46:31.310Z | Compiling kstat-rs v0.2.4 |
| 2724 | 2026-01-23T14:46:32.220Z | Compiling libz-sys v1.1.20 |
| 2725 | 2026-01-23T14:46:32.839Z | Compiling nonempty v0.12.0 |
| 2726 | 2026-01-23T14:46:33.366Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2727 | 2026-01-23T14:46:34.597Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2728 | 2026-01-23T14:46:39.121Z | Compiling typify-macro v0.2.0 |
| 2729 | 2026-01-23T14:46:42.166Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2730 | 2026-01-23T14:46:49.818Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2731 | 2026-01-23T14:46:50.073Z | Compiling nanorand v0.7.0 |
| 2732 | 2026-01-23T14:46:50.256Z | Compiling fs-err v2.11.0 |
| 2733 | 2026-01-23T14:46:50.670Z | Compiling parking_lot_core v0.8.6 |
| 2734 | 2026-01-23T14:46:51.231Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2735 | 2026-01-23T14:46:51.266Z | Compiling mime_guess v2.0.5 |
| 2736 | 2026-01-23T14:46:52.453Z | Compiling flume v0.11.1 |
| 2737 | 2026-01-23T14:46:53.231Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2738 | 2026-01-23T14:46:53.940Z | Compiling salty v0.3.0 |
| 2739 | 2026-01-23T14:46:54.449Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2740 | 2026-01-23T14:46:58.120Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2741 | 2026-01-23T14:46:58.634Z | Compiling tabled_derive v0.10.0 |
| 2742 | 2026-01-23T14:47:00.599Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2743 | 2026-01-23T14:47:06.715Z | Compiling ignore v0.4.23 |
| 2744 | 2026-01-23T14:47:10.093Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2745 | 2026-01-23T14:47:12.424Z | Compiling papergrid v0.14.0 |
| 2746 | 2026-01-23T14:47:12.801Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2747 | 2026-01-23T14:47:14.980Z | Compiling castaway v0.2.3 |
| 2748 | 2026-01-23T14:47:15.238Z | Compiling nibble_vec v0.1.0 |
| 2749 | 2026-01-23T14:47:15.531Z | Compiling atty v0.2.14 |
| 2750 | 2026-01-23T14:47:15.746Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2751 | 2026-01-23T14:47:15.922Z | Compiling parse-size v1.1.0 |
| 2752 | 2026-01-23T14:47:16.110Z | Compiling endian-type v0.1.2 |
| 2753 | 2026-01-23T14:47:16.269Z | Compiling http-range v0.1.5 |
| 2754 | 2026-01-23T14:47:16.463Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2755 | 2026-01-23T14:47:16.891Z | Compiling radix_trie v0.2.1 |
| 2756 | 2026-01-23T14:47:16.945Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2757 | 2026-01-23T14:47:17.085Z | Compiling compact_str v0.8.0 |
| 2758 | 2026-01-23T14:47:17.799Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2759 | 2026-01-23T14:47:19.456Z | Compiling tabled v0.18.0 |
| 2760 | 2026-01-23T14:47:24.015Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-01-23T14:47:25.284Z | Compiling parking_lot v0.11.2 |
| 2762 | 2026-01-23T14:47:27.394Z | Compiling typify v0.2.0 |
| 2763 | 2026-01-23T14:47:27.624Z | Compiling predicates-tree v1.0.12 |
| 2764 | 2026-01-23T14:47:28.258Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2765 | 2026-01-23T14:47:28.471Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-01-23T14:47:28.999Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2767 | 2026-01-23T14:47:32.297Z | Compiling unicode-truncate v1.1.0 |
| 2768 | 2026-01-23T14:47:34.779Z | Compiling primeorder v0.13.6 |
| 2769 | 2026-01-23T14:47:35.387Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-01-23T14:47:36.320Z | Compiling lru v0.12.5 |
| 2771 | 2026-01-23T14:47:36.754Z | Compiling vergen-git2 v1.0.7 |
| 2772 | 2026-01-23T14:47:36.957Z | Compiling instability v0.3.2 |
| 2773 | 2026-01-23T14:47:37.116Z | Compiling indoc v2.0.6 |
| 2774 | 2026-01-23T14:47:37.843Z | Compiling cassowary v0.3.0 |
| 2775 | 2026-01-23T14:47:38.162Z | Compiling hickory-server v0.25.2 |
| 2776 | 2026-01-23T14:47:39.486Z | Compiling ratatui v0.29.0 |
| 2777 | 2026-01-23T14:47:40.883Z | Compiling p384 v0.13.1 |
| 2778 | 2026-01-23T14:47:41.532Z | Compiling git2 v0.20.2 |
| 2779 | 2026-01-23T14:47:44.903Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2780 | 2026-01-23T14:47:46.297Z | Compiling camino-tempfile-ext v0.3.2 |
| 2781 | 2026-01-23T14:47:47.689Z | Compiling progenitor-impl v0.8.0 |
| 2782 | 2026-01-23T14:47:48.314Z | Compiling hyper-staticfile v0.10.1 |
| 2783 | 2026-01-23T14:47:48.558Z | Compiling sled v0.34.7 |
| 2784 | 2026-01-23T14:47:50.687Z | Compiling hickory-client v0.25.2 |
| 2785 | 2026-01-23T14:47:52.548Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2786 | 2026-01-23T14:47:52.732Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2787 | 2026-01-23T14:47:52.800Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-01-23T14:47:53.809Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-01-23T14:47:54.109Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2790 | 2026-01-23T14:47:56.674Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2791 | 2026-01-23T14:47:58.527Z | Compiling rand_seeder v0.4.0 |
| 2792 | 2026-01-23T14:47:58.980Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2793 | 2026-01-23T14:48:00.057Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 2794 | 2026-01-23T14:48:00.444Z | Compiling lzma-sys v0.1.20 |
| 2795 | 2026-01-23T14:48:01.006Z | Compiling rustls v0.21.12 |
| 2796 | 2026-01-23T14:48:01.122Z | Compiling corncobs v0.1.4 |
| 2797 | 2026-01-23T14:48:01.421Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2798 | 2026-01-23T14:48:01.698Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2799 | 2026-01-23T14:48:02.849Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2800 | 2026-01-23T14:48:03.235Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2801 | 2026-01-23T14:48:04.272Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2802 | 2026-01-23T14:48:13.526Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2803 | 2026-01-23T14:48:14.855Z | Compiling progenitor-macro v0.8.0 |
| 2804 | 2026-01-23T14:48:19.709Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2805 | 2026-01-23T14:48:24.319Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2806 | 2026-01-23T14:48:26.035Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2807 | 2026-01-23T14:48:29.674Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2808 | 2026-01-23T14:48:32.536Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2809 | 2026-01-23T14:48:35.974Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2810 | 2026-01-23T14:48:36.291Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2811 | 2026-01-23T14:48:36.611Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2812 | 2026-01-23T14:48:36.957Z | Compiling progenitor-client v0.8.0 |
| 2813 | 2026-01-23T14:48:37.815Z | Compiling sct v0.7.1 |
| 2814 | 2026-01-23T14:48:38.272Z | Compiling rustls-webpki v0.101.7 |
| 2815 | 2026-01-23T14:48:41.041Z | Compiling heck v0.3.3 |
| 2816 | 2026-01-23T14:48:41.356Z | Compiling secrecy v0.8.0 |
| 2817 | 2026-01-23T14:48:41.406Z | Compiling void v1.0.2 |
| 2818 | 2026-01-23T14:48:41.572Z | Compiling zone_cfg_derive v0.1.2 |
| 2819 | 2026-01-23T14:48:41.728Z | Compiling lzss v0.8.2 |
| 2820 | 2026-01-23T14:48:42.815Z | Compiling progenitor v0.8.0 |
| 2821 | 2026-01-23T14:48:43.228Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2822 | 2026-01-23T14:48:45.383Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-01-23T14:48:46.621Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2824 | 2026-01-23T14:48:47.924Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2825 | 2026-01-23T14:48:50.291Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2826 | 2026-01-23T14:48:52.801Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2827 | 2026-01-23T14:48:53.228Z | Compiling tungstenite v0.23.0 |
| 2828 | 2026-01-23T14:48:58.113Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2829 | 2026-01-23T14:48:58.447Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2830 | 2026-01-23T14:48:58.769Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2831 | 2026-01-23T14:48:59.108Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2832 | 2026-01-23T14:48:59.436Z | Compiling nix v0.27.1 |
| 2833 | 2026-01-23T14:49:00.341Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2834 | 2026-01-23T14:49:00.983Z | Compiling serde_bytes v0.11.19 |
| 2835 | 2026-01-23T14:49:01.591Z | Compiling base64 v0.13.1 |
| 2836 | 2026-01-23T14:49:01.838Z | Compiling number_prefix v0.4.0 |
| 2837 | 2026-01-23T14:49:01.953Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2838 | 2026-01-23T14:49:02.184Z | Compiling indicatif v0.17.11 |
| 2839 | 2026-01-23T14:49:02.339Z | Compiling ron v0.7.1 |
| 2840 | 2026-01-23T14:49:04.470Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2841 | 2026-01-23T14:49:08.927Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2842 | 2026-01-23T14:49:08.954Z | Compiling tokio-tungstenite v0.23.1 |
| 2843 | 2026-01-23T14:49:08.999Z | Compiling xz2 v0.1.7 |
| 2844 | 2026-01-23T14:49:08.999Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2845 | 2026-01-23T14:49:12.308Z | Compiling tokio-rustls v0.24.1 |
| 2846 | 2026-01-23T14:49:12.791Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2847 | 2026-01-23T14:49:14.956Z | Compiling zone v0.1.8 |
| 2848 | 2026-01-23T14:49:17.097Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2849 | 2026-01-23T14:49:17.937Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2850 | 2026-01-23T14:49:21.887Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2851 | 2026-01-23T14:49:22.080Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2852 | 2026-01-23T14:49:25.439Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2853 | 2026-01-23T14:49:26.969Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2854 | 2026-01-23T14:49:28.657Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2855 | 2026-01-23T14:49:28.689Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-01-23T14:49:44.775Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2857 | 2026-01-23T14:49:52.610Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2858 | 2026-01-23T14:49:52.846Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2859 | 2026-01-23T14:49:58.947Z | Compiling rustls-pemfile v1.0.4 |
| 2860 | 2026-01-23T14:49:59.791Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2861 | 2026-01-23T14:50:01.234Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2862 | 2026-01-23T14:50:01.683Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2863 | 2026-01-23T14:50:02.124Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2864 | 2026-01-23T14:50:02.643Z | Compiling signal-hook-tokio v0.3.1 |
| 2865 | 2026-01-23T14:50:02.966Z | Compiling twox-hash v2.1.0 |
| 2866 | 2026-01-23T14:50:03.712Z | Compiling yasna v0.5.2 |
| 2867 | 2026-01-23T14:50:04.060Z | Compiling is_ci v1.2.0 |
| 2868 | 2026-01-23T14:50:04.474Z | Compiling supports-color v3.0.2 |
| 2869 | 2026-01-23T14:50:04.993Z | Compiling rcgen v0.12.1 |
| 2870 | 2026-01-23T14:50:06.865Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2871 | 2026-01-23T14:50:15.060Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2872 | 2026-01-23T14:50:16.365Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2873 | 2026-01-23T14:50:30.388Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2874 | 2026-01-23T14:50:34.094Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2875 | 2026-01-23T14:50:39.639Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2876 | 2026-01-23T14:50:49.863Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2877 | 2026-01-23T14:50:53.880Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2878 | 2026-01-23T14:51:01.601Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2879 | 2026-01-23T14:51:06.122Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2880 | 2026-01-23T14:51:09.571Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2881 | 2026-01-23T14:51:10.022Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2882 | 2026-01-23T14:51:10.401Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2883 | 2026-01-23T14:51:10.762Z | Compiling fatfs v0.3.6 |
| 2884 | 2026-01-23T14:51:13.453Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2885 | 2026-01-23T14:51:14.466Z | Compiling subprocess v0.2.9 |
| 2886 | 2026-01-23T14:51:17.988Z | Compiling rtoolbox v0.0.2 |
| 2887 | 2026-01-23T14:51:18.450Z | Compiling seq-macro v0.3.6 |
| 2888 | 2026-01-23T14:51:18.750Z | Compiling assert_matches v1.5.0 |
| 2889 | 2026-01-23T14:51:18.933Z | Compiling rpassword v7.4.0 |
| 2890 | 2026-01-23T14:51:19.456Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2891 | 2026-01-23T14:51:22.077Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-01-23T14:51:29.913Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-01-23T14:51:30.118Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-01-23T14:51:34.891Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2026-01-23T14:51:53.765Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-01-23T14:51:54.285Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-01-23T14:51:57.257Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2898 | 2026-01-23T14:51:58.052Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2899 | 2026-01-23T14:52:03.489Z | Compiling uzers v0.12.1 |
| 2900 | 2026-01-23T14:52:03.686Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-01-23T14:52:06.447Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-01-23T14:52:15.896Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-01-23T14:52:29.307Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-01-23T14:52:43.416Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-01-23T14:52:44.116Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-01-23T14:52:47.996Z | Compiling multimap v0.10.1 |
| 2907 | 2026-01-23T14:54:38.865Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2908 | 2026-01-23T14:54:52.517Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2909 | 2026-01-23T15:04:47.807Z | Finished `release` profile [optimized] target(s) in 21m 38s |
| 2910 | 2026-01-23T15:06:12.851Z | |
| 2911 | 2026-01-23T15:06:12.875Z | real 23:05.623986800 |
| 2912 | 2026-01-23T15:06:12.875Z | user 2:38:37.207509176 |
| 2913 | 2026-01-23T15:06:12.875Z | sys 5:09.842985364 |
| 2914 | 2026-01-23T15:06:12.875Z | trap 5.404074024 |
| 2915 | 2026-01-23T15:06:12.875Z | tflt 1.596379085 |
| 2916 | 2026-01-23T15:06:12.875Z | dflt 5.961062978 |
| 2917 | 2026-01-23T15:06:12.875Z | kflt 0.001031208 |
| 2918 | 2026-01-23T15:06:12.875Z | lock 10:51:43.871371841 |
| 2919 | 2026-01-23T15:06:12.876Z | slp 7:39:38.214247741 |
| 2920 | 2026-01-23T15:06:12.876Z | lat 4:26.936363835 |
| 2921 | 2026-01-23T15:06:12.876Z | stop 3:51.098740230 |
| 2922 | 2026-01-23T15:06:12.876Z | + mapfile -t packages |
| 2923 | 2026-01-23T15:06:12.876Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2924 | 2026-01-23T15:06:14.760Z | Finished `release` profile [optimized] target(s) in 1.81s |
| 2925 | 2026-01-23T15:06:14.843Z | Running `target/release/omicron-package -t test list-outputs` |
| 2926 | 2026-01-23T15:06:14.922Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2927 | 2026-01-23T15:06:14.946Z | + ptime -m cargo build --locked --release -p xtask |
| 2928 | 2026-01-23T15:06:16.087Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-01-23T15:06:16.087Z | Compiling syn v2.0.111 |
| 2930 | 2026-01-23T15:06:16.111Z | Compiling serde v1.0.228 |
| 2931 | 2026-01-23T15:06:16.111Z | Compiling bitflags v2.9.4 |
| 2932 | 2026-01-23T15:06:16.111Z | Compiling libc v0.2.180 |
| 2933 | 2026-01-23T15:06:16.111Z | Compiling serde_json v1.0.149 |
| 2934 | 2026-01-23T15:06:16.135Z | Compiling num-traits v0.2.19 |
| 2935 | 2026-01-23T15:06:16.536Z | Compiling hashbrown v0.16.1 |
| 2936 | 2026-01-23T15:06:16.561Z | Compiling rustix v0.38.37 |
| 2937 | 2026-01-23T15:06:16.648Z | Compiling smallvec v1.15.1 |
| 2938 | 2026-01-23T15:06:16.983Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-01-23T15:06:17.060Z | Compiling syn v1.0.109 |
| 2940 | 2026-01-23T15:06:17.664Z | Compiling rustix v1.1.3 |
| 2941 | 2026-01-23T15:06:17.856Z | Compiling thread-id v4.2.2 |
| 2942 | 2026-01-23T15:06:18.006Z | Compiling indexmap v2.12.1 |
| 2943 | 2026-01-23T15:06:18.030Z | Compiling getrandom v0.3.4 |
| 2944 | 2026-01-23T15:06:18.279Z | Compiling percent-encoding v2.3.2 |
| 2945 | 2026-01-23T15:06:18.579Z | Compiling log v0.4.29 |
| 2946 | 2026-01-23T15:06:18.814Z | Compiling form_urlencoded v1.2.2 |
| 2947 | 2026-01-23T15:06:19.020Z | Compiling terminal_size v0.4.0 |
| 2948 | 2026-01-23T15:06:19.328Z | Compiling ordered-float v2.10.1 |
| 2949 | 2026-01-23T15:06:19.919Z | Compiling fs-err v3.1.1 |
| 2950 | 2026-01-23T15:06:19.946Z | Compiling once_cell v1.21.3 |
| 2951 | 2026-01-23T15:06:20.263Z | Compiling anyhow v1.0.99 |
| 2952 | 2026-01-23T15:06:20.453Z | Compiling heck v0.4.1 |
| 2953 | 2026-01-23T15:06:21.081Z | Compiling clap_builder v4.5.48 |
| 2954 | 2026-01-23T15:06:21.392Z | Compiling textwrap v0.16.2 |
| 2955 | 2026-01-23T15:06:22.345Z | Compiling synstructure v0.13.1 |
| 2956 | 2026-01-23T15:06:22.597Z | Compiling proc-macro-error v1.0.4 |
| 2957 | 2026-01-23T15:06:22.954Z | Compiling tempfile v3.24.0 |
| 2958 | 2026-01-23T15:06:23.452Z | Compiling camino-tempfile v1.4.1 |
| 2959 | 2026-01-23T15:06:23.593Z | Compiling tabled_derive v0.7.0 |
| 2960 | 2026-01-23T15:06:24.939Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-01-23T15:06:24.939Z | Compiling thiserror-impl v2.0.17 |
| 2962 | 2026-01-23T15:06:24.939Z | Compiling zerofrom-derive v0.1.4 |
| 2963 | 2026-01-23T15:06:24.939Z | Compiling yoke-derive v0.7.4 |
| 2964 | 2026-01-23T15:06:24.963Z | Compiling zerovec-derive v0.10.3 |
| 2965 | 2026-01-23T15:06:25.140Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-01-23T15:06:26.415Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-01-23T15:06:26.894Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-01-23T15:06:26.944Z | Compiling icu_provider_macros v1.5.0 |
| 2969 | 2026-01-23T15:06:27.379Z | Compiling zerofrom v0.1.4 |
| 2970 | 2026-01-23T15:06:27.403Z | Compiling thiserror v2.0.17 |
| 2971 | 2026-01-23T15:06:27.613Z | Compiling yoke v0.7.4 |
| 2972 | 2026-01-23T15:06:27.671Z | Compiling pest v2.8.2 |
| 2973 | 2026-01-23T15:06:28.050Z | Compiling zerovec v0.10.4 |
| 2974 | 2026-01-23T15:06:28.075Z | Compiling scroll_derive v0.12.0 |
| 2975 | 2026-01-23T15:06:28.495Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-01-23T15:06:28.802Z | Compiling thiserror v1.0.69 |
| 2977 | 2026-01-23T15:06:29.246Z | Compiling scroll v0.12.0 |
| 2978 | 2026-01-23T15:06:29.821Z | Compiling goblin v0.8.2 |
| 2979 | 2026-01-23T15:06:30.465Z | Compiling tinystr v0.7.6 |
| 2980 | 2026-01-23T15:06:30.624Z | Compiling pest_meta v2.8.2 |
| 2981 | 2026-01-23T15:06:30.922Z | Compiling icu_locid v1.5.0 |
| 2982 | 2026-01-23T15:06:30.946Z | Compiling icu_collections v1.5.0 |
| 2983 | 2026-01-23T15:06:32.883Z | Compiling icu_provider v1.5.0 |
| 2984 | 2026-01-23T15:06:33.344Z | Compiling pest_generator v2.8.2 |
| 2985 | 2026-01-23T15:06:33.390Z | Compiling serde_spanned v0.6.9 |
| 2986 | 2026-01-23T15:06:33.720Z | Compiling icu_locid_transform v1.5.0 |
| 2987 | 2026-01-23T15:06:33.744Z | Compiling toml_datetime v0.6.11 |
| 2988 | 2026-01-23T15:06:34.489Z | Compiling toml_edit v0.22.27 |
| 2989 | 2026-01-23T15:06:34.695Z | Compiling pest_derive v2.8.2 |
| 2990 | 2026-01-23T15:06:34.857Z | Compiling dof v0.3.0 |
| 2991 | 2026-01-23T15:06:35.436Z | Compiling icu_properties v1.5.1 |
| 2992 | 2026-01-23T15:06:35.619Z | Compiling dtrace-parser v0.2.0 |
| 2993 | 2026-01-23T15:06:37.431Z | Compiling serde_tokenstream v0.2.2 |
| 2994 | 2026-01-23T15:06:38.005Z | Compiling erased-serde v0.4.6 |
| 2995 | 2026-01-23T15:06:38.136Z | Compiling toml v0.8.23 |
| 2996 | 2026-01-23T15:06:39.526Z | Compiling icu_normalizer v1.5.0 |
| 2997 | 2026-01-23T15:06:40.859Z | Compiling idna_adapter v1.2.0 |
| 2998 | 2026-01-23T15:06:41.112Z | Compiling idna v1.0.3 |
| 2999 | 2026-01-23T15:06:42.617Z | Compiling url v2.5.4 |
| 3000 | 2026-01-23T15:06:43.065Z | Compiling serde-untagged v0.1.7 |
| 3001 | 2026-01-23T15:06:43.774Z | Compiling serde-value v0.7.0 |
| 3002 | 2026-01-23T15:06:43.941Z | Compiling usdt-attr-macro v0.5.0 |
| 3003 | 2026-01-23T15:06:45.167Z | Compiling cargo-util-schemas v0.8.2 |
| 3004 | 2026-01-23T15:06:45.655Z | Compiling usdt-macro v0.5.0 |
| 3005 | 2026-01-23T15:06:46.772Z | Compiling cargo-platform v0.2.0 |
| 3006 | 2026-01-23T15:06:47.394Z | Compiling clap_derive v4.5.47 |
| 3007 | 2026-01-23T15:06:47.842Z | Compiling cargo_metadata v0.21.0 |
| 3008 | 2026-01-23T15:06:48.723Z | Compiling usdt v0.5.0 |
| 3009 | 2026-01-23T15:06:49.497Z | Compiling cargo_toml v0.21.0 |
| 3010 | 2026-01-23T15:06:50.004Z | Compiling macaddr v1.0.1 |
| 3011 | 2026-01-23T15:06:50.037Z | Compiling tabled v0.15.0 |
| 3012 | 2026-01-23T15:06:50.827Z | Compiling clap v4.5.48 |
| 3013 | 2026-01-23T15:07:00.807Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3014 | 2026-01-23T15:07:07.433Z | Finished `release` profile [optimized] target(s) in 52.42s |
| 3015 | 2026-01-23T15:07:07.626Z | |
| 3016 | 2026-01-23T15:07:07.650Z | real 52.662936304 |
| 3017 | 2026-01-23T15:07:07.650Z | user 5:27.632217726 |
| 3018 | 2026-01-23T15:07:07.650Z | sys 29.410288165 |
| 3019 | 2026-01-23T15:07:07.650Z | trap 0.209006655 |
| 3020 | 2026-01-23T15:07:07.650Z | tflt 0.248131895 |
| 3021 | 2026-01-23T15:07:07.650Z | dflt 0.379414878 |
| 3022 | 2026-01-23T15:07:07.650Z | kflt 0.000062872 |
| 3023 | 2026-01-23T15:07:07.650Z | lock 15:16.290217195 |
| 3024 | 2026-01-23T15:07:07.650Z | slp 18:07.529553444 |
| 3025 | 2026-01-23T15:07:07.650Z | lat 25.215412232 |
| 3026 | 2026-01-23T15:07:07.650Z | stop 29.586671787 |
| 3027 | 2026-01-23T15:07:07.651Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3028 | 2026-01-23T15:07:07.651Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3029 | 2026-01-23T15:07:07.651Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3030 | 2026-01-23T15:07:07.651Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3031 | 2026-01-23T15:07:07.651Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3032 | 2026-01-23T15:07:09.563Z | Compiling regress v0.10.4 |
| 3033 | 2026-01-23T15:07:09.587Z | Compiling unsafe-libyaml v0.2.11 |
| 3034 | 2026-01-23T15:07:09.587Z | Compiling match_cfg v0.1.0 |
| 3035 | 2026-01-23T15:07:09.587Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-01-23T15:07:09.661Z | Compiling structmeta-derive v0.3.0 |
| 3037 | 2026-01-23T15:07:09.687Z | Compiling rustls v0.22.4 |
| 3038 | 2026-01-23T15:07:09.710Z | Compiling newtype-uuid-macros v0.1.0 |
| 3039 | 2026-01-23T15:07:09.711Z | Compiling multer v3.1.0 |
| 3040 | 2026-01-23T15:07:09.792Z | Compiling hostname v0.3.1 |
| 3041 | 2026-01-23T15:07:10.101Z | Compiling debug-ignore v1.0.5 |
| 3042 | 2026-01-23T15:07:10.232Z | Compiling toml_parser v1.0.4 |
| 3043 | 2026-01-23T15:07:10.352Z | Compiling progenitor-client v0.10.0 |
| 3044 | 2026-01-23T15:07:10.380Z | Compiling slog-json v2.6.1 |
| 3045 | 2026-01-23T15:07:10.771Z | Compiling serde_yaml v0.9.34+deprecated |
| 3046 | 2026-01-23T15:07:10.910Z | Compiling async-stream-impl v0.3.6 |
| 3047 | 2026-01-23T15:07:11.163Z | Compiling serde_spanned v1.0.3 |
| 3048 | 2026-01-23T15:07:11.272Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3049 | 2026-01-23T15:07:11.458Z | Compiling toml_datetime v0.7.3 |
| 3050 | 2026-01-23T15:07:11.600Z | Compiling dropshot v0.16.6 |
| 3051 | 2026-01-23T15:07:11.954Z | Compiling toml_writer v1.0.4 |
| 3052 | 2026-01-23T15:07:12.074Z | Compiling structmeta v0.3.0 |
| 3053 | 2026-01-23T15:07:12.131Z | Compiling async-stream v0.3.6 |
| 3054 | 2026-01-23T15:07:12.201Z | Compiling slog-bunyan v2.5.0 |
| 3055 | 2026-01-23T15:07:12.377Z | Compiling toml v0.9.8 |
| 3056 | 2026-01-23T15:07:12.473Z | Compiling waitgroup v0.1.2 |
| 3057 | 2026-01-23T15:07:12.506Z | Compiling rustls-pemfile v2.2.0 |
| 3058 | 2026-01-23T15:07:12.536Z | Compiling dropshot_endpoint v0.16.6 |
| 3059 | 2026-01-23T15:07:12.735Z | Compiling itertools v0.14.0 |
| 3060 | 2026-01-23T15:07:12.881Z | Compiling typify-impl v0.4.3 |
| 3061 | 2026-01-23T15:07:13.385Z | Compiling serde_path_to_error v0.1.20 |
| 3062 | 2026-01-23T15:07:14.024Z | Compiling hostname v0.4.2 |
| 3063 | 2026-01-23T15:07:14.146Z | Compiling tokio-rustls v0.25.0 |
| 3064 | 2026-01-23T15:07:14.338Z | Compiling derive-ex v0.1.8 |
| 3065 | 2026-01-23T15:07:14.601Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3066 | 2026-01-23T15:07:14.843Z | Compiling macaddr v1.0.1 |
| 3067 | 2026-01-23T15:07:15.319Z | Compiling tabwriter v1.4.0 |
| 3068 | 2026-01-23T15:07:15.383Z | Compiling instant v0.1.13 |
| 3069 | 2026-01-23T15:07:15.515Z | Compiling progenitor-client v0.11.2 |
| 3070 | 2026-01-23T15:07:15.587Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-01-23T15:07:15.767Z | Compiling parse-display-derive v0.10.0 |
| 3072 | 2026-01-23T15:07:16.128Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3073 | 2026-01-23T15:07:16.192Z | Compiling colored v3.0.0 |
| 3074 | 2026-01-23T15:07:16.338Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3075 | 2026-01-23T15:07:16.568Z | Compiling backoff v0.4.0 |
| 3076 | 2026-01-23T15:07:16.797Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3077 | 2026-01-23T15:07:16.953Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3078 | 2026-01-23T15:07:16.981Z | Compiling proc-macro-crate v1.3.1 |
| 3079 | 2026-01-23T15:07:17.526Z | Compiling crucible-workspace-hack v0.1.0 |
| 3080 | 2026-01-23T15:07:17.889Z | Compiling proc-macro-error v1.0.4 |
| 3081 | 2026-01-23T15:07:17.913Z | Compiling num_enum_derive v0.5.11 |
| 3082 | 2026-01-23T15:07:17.942Z | Compiling heapless v0.8.0 |
| 3083 | 2026-01-23T15:07:17.984Z | Compiling test-strategy v0.4.3 |
| 3084 | 2026-01-23T15:07:18.492Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3085 | 2026-01-23T15:07:18.888Z | Compiling ingot-macros v0.1.1 |
| 3086 | 2026-01-23T15:07:18.955Z | Compiling hash32 v0.3.1 |
| 3087 | 2026-01-23T15:07:18.995Z | Compiling smoltcp v0.11.0 |
| 3088 | 2026-01-23T15:07:19.208Z | Compiling parse-display v0.10.0 |
| 3089 | 2026-01-23T15:07:19.324Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3090 | 2026-01-23T15:07:19.741Z | Compiling foreign-types-macros v0.2.3 |
| 3091 | 2026-01-23T15:07:19.843Z | Compiling cobs v0.2.3 |
| 3092 | 2026-01-23T15:07:20.010Z | Compiling num_enum v0.5.11 |
| 3093 | 2026-01-23T15:07:20.200Z | Compiling foreign-types-shared v0.3.1 |
| 3094 | 2026-01-23T15:07:20.226Z | Compiling postcard v1.0.10 |
| 3095 | 2026-01-23T15:07:20.860Z | Compiling nix v0.30.1 |
| 3096 | 2026-01-23T15:07:20.892Z | Compiling foreign-types v0.5.0 |
| 3097 | 2026-01-23T15:07:20.923Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3098 | 2026-01-23T15:07:21.057Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3099 | 2026-01-23T15:07:21.152Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3100 | 2026-01-23T15:07:21.646Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3101 | 2026-01-23T15:07:21.672Z | Compiling cstr-argument v0.1.2 |
| 3102 | 2026-01-23T15:07:21.713Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3103 | 2026-01-23T15:07:21.948Z | Compiling rayon-core v1.12.1 |
| 3104 | 2026-01-23T15:07:21.984Z | Compiling pretty-hex v0.2.1 |
| 3105 | 2026-01-23T15:07:22.183Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3106 | 2026-01-23T15:07:22.222Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3107 | 2026-01-23T15:07:22.292Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3108 | 2026-01-23T15:07:22.403Z | Compiling crossbeam-deque v0.8.5 |
| 3109 | 2026-01-23T15:07:22.514Z | Compiling colored v2.2.0 |
| 3110 | 2026-01-23T15:07:22.599Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3111 | 2026-01-23T15:07:23.222Z | Compiling typify-macro v0.4.3 |
| 3112 | 2026-01-23T15:07:23.439Z | Compiling camino-tempfile v1.4.1 |
| 3113 | 2026-01-23T15:07:23.909Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3114 | 2026-01-23T15:07:24.093Z | Compiling rayon v1.10.0 |
| 3115 | 2026-01-23T15:07:24.539Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3116 | 2026-01-23T15:07:24.613Z | Compiling ingot-types v0.1.2 |
| 3117 | 2026-01-23T15:07:24.644Z | Compiling zone_cfg_derive v0.3.0 |
| 3118 | 2026-01-23T15:07:25.165Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3119 | 2026-01-23T15:07:25.423Z | Compiling ingot v0.1.1 |
| 3120 | 2026-01-23T15:07:25.633Z | Compiling smf v0.2.3 |
| 3121 | 2026-01-23T15:07:25.695Z | Compiling num-derive v0.4.2 |
| 3122 | 2026-01-23T15:07:25.908Z | Compiling sigpipe v0.1.3 |
| 3123 | 2026-01-23T15:07:26.084Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3124 | 2026-01-23T15:07:26.451Z | Compiling zone v0.3.1 |
| 3125 | 2026-01-23T15:07:26.703Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3126 | 2026-01-23T15:07:26.789Z | Compiling typify v0.4.3 |
| 3127 | 2026-01-23T15:07:26.990Z | Compiling progenitor-impl v0.11.2 |
| 3128 | 2026-01-23T15:07:27.152Z | Compiling toml v0.8.23 |
| 3129 | 2026-01-23T15:07:27.261Z | Compiling convert_case v0.4.0 |
| 3130 | 2026-01-23T15:07:27.535Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3131 | 2026-01-23T15:07:27.861Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3132 | 2026-01-23T15:07:28.061Z | Compiling derive_more v0.99.20 |
| 3133 | 2026-01-23T15:07:28.119Z | Compiling universal-hash v0.5.1 |
| 3134 | 2026-01-23T15:07:28.279Z | Compiling opaque-debug v0.3.1 |
| 3135 | 2026-01-23T15:07:28.331Z | Compiling secrecy v0.10.3 |
| 3136 | 2026-01-23T15:07:28.361Z | Compiling progenitor-impl v0.10.0 |
| 3137 | 2026-01-23T15:07:28.417Z | Compiling aead v0.5.2 |
| 3138 | 2026-01-23T15:07:28.570Z | Compiling half v2.4.1 |
| 3139 | 2026-01-23T15:07:28.615Z | Compiling ciborium-io v0.2.2 |
| 3140 | 2026-01-23T15:07:28.785Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3141 | 2026-01-23T15:07:28.809Z | Compiling poly1305 v0.8.0 |
| 3142 | 2026-01-23T15:07:29.124Z | Compiling ciborium-ll v0.2.2 |
| 3143 | 2026-01-23T15:07:29.152Z | Compiling chacha20 v0.9.1 |
| 3144 | 2026-01-23T15:07:29.211Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3145 | 2026-01-23T15:07:29.594Z | Compiling ciborium v0.2.2 |
| 3146 | 2026-01-23T15:07:29.664Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3147 | 2026-01-23T15:07:30.008Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3148 | 2026-01-23T15:07:30.318Z | Compiling num-rational v0.4.2 |
| 3149 | 2026-01-23T15:07:30.346Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3150 | 2026-01-23T15:07:30.682Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3151 | 2026-01-23T15:07:31.276Z | Compiling num-complex v0.4.6 |
| 3152 | 2026-01-23T15:07:31.332Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3153 | 2026-01-23T15:07:31.731Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3154 | 2026-01-23T15:07:31.954Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3155 | 2026-01-23T15:07:32.194Z | Compiling num v0.4.3 |
| 3156 | 2026-01-23T15:07:32.311Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3157 | 2026-01-23T15:07:32.343Z | Compiling password-hash v0.5.0 |
| 3158 | 2026-01-23T15:07:32.796Z | Compiling thiserror-no-std v2.0.2 |
| 3159 | 2026-01-23T15:07:32.969Z | Compiling blake2 v0.10.6 |
| 3160 | 2026-01-23T15:07:32.995Z | Compiling progenitor-macro v0.11.2 |
| 3161 | 2026-01-23T15:07:33.203Z | Compiling float-ord v0.3.2 |
| 3162 | 2026-01-23T15:07:33.430Z | Compiling indent_write v2.2.0 |
| 3163 | 2026-01-23T15:07:33.707Z | Compiling argon2 v0.5.3 |
| 3164 | 2026-01-23T15:07:33.750Z | Compiling vsss-rs v3.3.4 |
| 3165 | 2026-01-23T15:07:34.059Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3166 | 2026-01-23T15:07:34.243Z | Compiling progenitor-macro v0.10.0 |
| 3167 | 2026-01-23T15:07:34.645Z | Compiling chacha20poly1305 v0.10.1 |
| 3168 | 2026-01-23T15:07:34.936Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3169 | 2026-01-23T15:07:35.424Z | Compiling gethostname v0.5.0 |
| 3170 | 2026-01-23T15:07:35.663Z | Compiling usdt-attr-macro v0.5.0 |
| 3171 | 2026-01-23T15:07:35.792Z | Compiling usdt-macro v0.5.0 |
| 3172 | 2026-01-23T15:07:35.996Z | Compiling derive-where v1.5.0 |
| 3173 | 2026-01-23T15:07:36.304Z | Compiling owo-colors v4.2.2 |
| 3174 | 2026-01-23T15:07:36.570Z | Compiling cancel-safe-futures v0.1.5 |
| 3175 | 2026-01-23T15:07:36.999Z | Compiling console v0.15.10 |
| 3176 | 2026-01-23T15:07:37.027Z | Compiling resolv-conf v0.7.0 |
| 3177 | 2026-01-23T15:07:37.149Z | Compiling libsw-core v0.3.1 |
| 3178 | 2026-01-23T15:07:37.180Z | Compiling usdt v0.5.0 |
| 3179 | 2026-01-23T15:07:37.463Z | Compiling libsw v3.5.0 |
| 3180 | 2026-01-23T15:07:37.746Z | Compiling async-recursion v1.1.1 |
| 3181 | 2026-01-23T15:07:37.792Z | Compiling linear-map v1.2.0 |
| 3182 | 2026-01-23T15:07:38.161Z | Compiling libefi-sys v0.1.0 |
| 3183 | 2026-01-23T15:07:38.251Z | Compiling hickory-proto v0.24.4 |
| 3184 | 2026-01-23T15:07:38.306Z | Compiling newline-converter v0.3.0 |
| 3185 | 2026-01-23T15:07:38.533Z | Compiling atomicwrites v0.4.4 |
| 3186 | 2026-01-23T15:07:38.562Z | Compiling bitfield-struct v0.6.2 |
| 3187 | 2026-01-23T15:07:38.836Z | Compiling linked-hash-map v0.5.6 |
| 3188 | 2026-01-23T15:07:38.972Z | Compiling semver v0.1.20 |
| 3189 | 2026-01-23T15:07:39.073Z | Compiling expectorate v1.2.0 |
| 3190 | 2026-01-23T15:07:39.276Z | Compiling lru-cache v0.1.2 |
| 3191 | 2026-01-23T15:07:39.450Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3192 | 2026-01-23T15:07:39.534Z | Compiling rustc_version v0.1.7 |
| 3193 | 2026-01-23T15:07:39.608Z | Compiling slog-dtrace v0.3.0 |
| 3194 | 2026-01-23T15:07:39.861Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-01-23T15:07:39.973Z | Compiling siphasher v1.0.1 |
| 3196 | 2026-01-23T15:07:40.008Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-01-23T15:07:40.034Z | Compiling newtype_derive v0.1.6 |
| 3198 | 2026-01-23T15:07:40.272Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3199 | 2026-01-23T15:07:40.394Z | Compiling phf_shared v0.12.1 |
| 3200 | 2026-01-23T15:07:40.419Z | Compiling tokio-dtrace v0.1.0 |
| 3201 | 2026-01-23T15:07:40.578Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-01-23T15:07:40.680Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3203 | 2026-01-23T15:07:40.824Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3204 | 2026-01-23T15:07:40.907Z | Compiling pin-project-internal v1.1.6 |
| 3205 | 2026-01-23T15:07:41.443Z | Compiling csv-core v0.1.11 |
| 3206 | 2026-01-23T15:07:41.468Z | Compiling xshell-macros v0.2.7 |
| 3207 | 2026-01-23T15:07:41.749Z | Compiling base64 v0.21.7 |
| 3208 | 2026-01-23T15:07:41.992Z | Compiling chrono-tz v0.10.4 |
| 3209 | 2026-01-23T15:07:42.211Z | Compiling xshell v0.2.7 |
| 3210 | 2026-01-23T15:07:42.404Z | Compiling csv v1.3.1 |
| 3211 | 2026-01-23T15:07:42.428Z | Compiling const_format_proc_macros v0.2.34 |
| 3212 | 2026-01-23T15:07:42.893Z | Compiling oxide-tokio-rt v0.1.2 |
| 3213 | 2026-01-23T15:07:43.250Z | Compiling hickory-resolver v0.24.4 |
| 3214 | 2026-01-23T15:07:43.311Z | Compiling phf v0.12.1 |
| 3215 | 2026-01-23T15:07:43.364Z | Compiling pin-project v1.1.6 |
| 3216 | 2026-01-23T15:07:43.636Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3217 | 2026-01-23T15:07:43.682Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3218 | 2026-01-23T15:07:44.174Z | Compiling progenitor v0.11.2 |
| 3219 | 2026-01-23T15:07:44.250Z | Compiling pem v3.0.5 |
| 3220 | 2026-01-23T15:07:44.370Z | Compiling snafu-derive v0.8.5 |
| 3221 | 2026-01-23T15:07:44.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3222 | 2026-01-23T15:07:44.743Z | Compiling highway v1.3.0 |
| 3223 | 2026-01-23T15:07:44.936Z | Compiling same-file v1.0.6 |
| 3224 | 2026-01-23T15:07:45.280Z | Compiling walkdir v2.5.0 |
| 3225 | 2026-01-23T15:07:45.483Z | Compiling progenitor v0.10.0 |
| 3226 | 2026-01-23T15:07:45.511Z | Compiling qorb v0.4.1 |
| 3227 | 2026-01-23T15:07:45.589Z | Compiling const_format v0.2.34 |
| 3228 | 2026-01-23T15:07:45.973Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3229 | 2026-01-23T15:07:46.248Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3230 | 2026-01-23T15:07:47.701Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3231 | 2026-01-23T15:07:48.074Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3232 | 2026-01-23T15:07:48.248Z | Compiling tabled_derive v0.7.0 |
| 3233 | 2026-01-23T15:07:48.489Z | Compiling globset v0.4.15 |
| 3234 | 2026-01-23T15:07:48.535Z | Compiling snafu v0.8.5 |
| 3235 | 2026-01-23T15:07:48.954Z | Compiling olpc-cjson v0.1.4 |
| 3236 | 2026-01-23T15:07:49.267Z | Compiling primeorder v0.13.6 |
| 3237 | 2026-01-23T15:07:49.344Z | Compiling bcs v0.1.6 |
| 3238 | 2026-01-23T15:07:49.372Z | Compiling serde_plain v1.0.2 |
| 3239 | 2026-01-23T15:07:49.785Z | Compiling termtree v0.5.1 |
| 3240 | 2026-01-23T15:07:49.813Z | Compiling utf-8 v0.7.6 |
| 3241 | 2026-01-23T15:07:49.842Z | Compiling typed-path v0.9.3 |
| 3242 | 2026-01-23T15:07:49.996Z | Compiling radium v0.7.0 |
| 3243 | 2026-01-23T15:07:50.041Z | Compiling textwrap v0.16.2 |
| 3244 | 2026-01-23T15:07:50.086Z | Compiling tungstenite v0.21.0 |
| 3245 | 2026-01-23T15:07:50.179Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3246 | 2026-01-23T15:07:50.313Z | Compiling tabled v0.15.0 |
| 3247 | 2026-01-23T15:07:50.540Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3248 | 2026-01-23T15:07:50.916Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3249 | 2026-01-23T15:07:51.062Z | Compiling steno v0.4.1 |
| 3250 | 2026-01-23T15:07:51.932Z | Compiling tough v0.20.0 |
| 3251 | 2026-01-23T15:07:52.672Z | Compiling typify-impl v0.2.0 |
| 3252 | 2026-01-23T15:07:52.928Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3253 | 2026-01-23T15:07:53.167Z | Compiling moka v0.12.10 |
| 3254 | 2026-01-23T15:07:53.486Z | Compiling maybe-uninit v2.0.0 |
| 3255 | 2026-01-23T15:07:54.043Z | Compiling humantime v2.2.0 |
| 3256 | 2026-01-23T15:07:54.578Z | Compiling tap v1.0.1 |
| 3257 | 2026-01-23T15:07:54.843Z | Compiling wyz v0.5.1 |
| 3258 | 2026-01-23T15:07:55.479Z | Compiling tokio-tungstenite v0.21.0 |
| 3259 | 2026-01-23T15:07:55.673Z | Compiling packed_struct v0.10.1 |
| 3260 | 2026-01-23T15:07:56.138Z | Compiling tagptr v0.2.0 |
| 3261 | 2026-01-23T15:07:56.176Z | Compiling funty v2.0.0 |
| 3262 | 2026-01-23T15:07:56.205Z | Compiling arc-swap v1.7.1 |
| 3263 | 2026-01-23T15:07:56.265Z | Compiling salty v0.3.0 |
| 3264 | 2026-01-23T15:07:56.746Z | Compiling slog-scope v4.4.0 |
| 3265 | 2026-01-23T15:07:56.844Z | Compiling p384 v0.13.1 |
| 3266 | 2026-01-23T15:07:56.954Z | Compiling polyval v0.6.2 |
| 3267 | 2026-01-23T15:07:57.226Z | Compiling bitvec v1.0.1 |
| 3268 | 2026-01-23T15:07:57.421Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3269 | 2026-01-23T15:07:57.614Z | Compiling packed_struct_codegen v0.10.1 |
| 3270 | 2026-01-23T15:07:57.985Z | Compiling bitfield-macros v0.19.2 |
| 3271 | 2026-01-23T15:07:58.096Z | Compiling zerocopy-derive v0.6.6 |
| 3272 | 2026-01-23T15:07:58.124Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3273 | 2026-01-23T15:07:58.888Z | Compiling indexmap v1.9.3 |
| 3274 | 2026-01-23T15:07:59.312Z | Compiling parking_lot_core v0.8.6 |
| 3275 | 2026-01-23T15:07:59.381Z | Compiling crc-catalog v2.4.0 |
| 3276 | 2026-01-23T15:07:59.595Z | Compiling nodrop v0.1.14 |
| 3277 | 2026-01-23T15:07:59.777Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3278 | 2026-01-23T15:07:59.849Z | Compiling array-init v0.0.4 |
| 3279 | 2026-01-23T15:07:59.880Z | Compiling crc v3.2.1 |
| 3280 | 2026-01-23T15:07:59.917Z | Compiling zerocopy v0.6.6 |
| 3281 | 2026-01-23T15:08:00.183Z | Compiling bitfield v0.19.2 |
| 3282 | 2026-01-23T15:08:00.560Z | Compiling proc-macro-error2 v2.0.1 |
| 3283 | 2026-01-23T15:08:00.599Z | Compiling hickory-resolver v0.25.2 |
| 3284 | 2026-01-23T15:08:00.649Z | Compiling ghash v0.5.1 |
| 3285 | 2026-01-23T15:08:00.725Z | Compiling slog-stdlog v4.1.1 |
| 3286 | 2026-01-23T15:08:00.836Z | Compiling smallvec v0.6.14 |
| 3287 | 2026-01-23T15:08:01.148Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3288 | 2026-01-23T15:08:01.192Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3289 | 2026-01-23T15:08:01.274Z | Compiling ctr v0.9.2 |
| 3290 | 2026-01-23T15:08:01.664Z | Compiling num-derive v0.3.3 |
| 3291 | 2026-01-23T15:08:01.750Z | Compiling lzma-sys v0.1.20 |
| 3292 | 2026-01-23T15:08:01.979Z | Compiling hashbrown v0.12.3 |
| 3293 | 2026-01-23T15:08:02.482Z | Compiling unicase v2.8.1 |
| 3294 | 2026-01-23T15:08:02.772Z | Compiling typify-macro v0.2.0 |
| 3295 | 2026-01-23T15:08:02.887Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3296 | 2026-01-23T15:08:03.276Z | Compiling mime_guess v2.0.5 |
| 3297 | 2026-01-23T15:08:03.828Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3298 | 2026-01-23T15:08:03.853Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3299 | 2026-01-23T15:08:04.410Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3300 | 2026-01-23T15:08:04.735Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3301 | 2026-01-23T15:08:05.015Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3302 | 2026-01-23T15:08:05.262Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3303 | 2026-01-23T15:08:05.316Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3304 | 2026-01-23T15:08:05.829Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-01-23T15:08:06.116Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3306 | 2026-01-23T15:08:06.237Z | Compiling typify v0.2.0 |
| 3307 | 2026-01-23T15:08:06.449Z | Compiling progenitor-impl v0.8.0 |
| 3308 | 2026-01-23T15:08:07.367Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3309 | 2026-01-23T15:08:07.794Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3310 | 2026-01-23T15:08:08.508Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3311 | 2026-01-23T15:08:08.799Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3312 | 2026-01-23T15:08:08.826Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3313 | 2026-01-23T15:08:09.690Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3314 | 2026-01-23T15:08:11.087Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3315 | 2026-01-23T15:08:11.135Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3316 | 2026-01-23T15:08:11.876Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3317 | 2026-01-23T15:08:12.182Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3318 | 2026-01-23T15:08:12.337Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3319 | 2026-01-23T15:08:12.370Z | Compiling progenitor-macro v0.8.0 |
| 3320 | 2026-01-23T15:08:12.489Z | Compiling aes-gcm v0.10.3 |
| 3321 | 2026-01-23T15:08:12.847Z | Compiling serde-hex v0.1.0 |
| 3322 | 2026-01-23T15:08:14.181Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3323 | 2026-01-23T15:08:14.210Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3324 | 2026-01-23T15:08:14.716Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3325 | 2026-01-23T15:08:15.810Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3326 | 2026-01-23T15:08:15.923Z | Compiling tabled_derive v0.11.0 |
| 3327 | 2026-01-23T15:08:16.903Z | Compiling slog-envlogger v2.2.0 |
| 3328 | 2026-01-23T15:08:17.698Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3329 | 2026-01-23T15:08:17.778Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3330 | 2026-01-23T15:08:18.193Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3331 | 2026-01-23T15:08:18.554Z | Compiling ron v0.8.1 |
| 3332 | 2026-01-23T15:08:19.012Z | Compiling papergrid v0.17.0 |
| 3333 | 2026-01-23T15:08:20.475Z | Compiling testing_table v0.3.0 |
| 3334 | 2026-01-23T15:08:20.541Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3335 | 2026-01-23T15:08:20.749Z | Compiling hashbrown v0.13.2 |
| 3336 | 2026-01-23T15:08:20.799Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3337 | 2026-01-23T15:08:21.566Z | Compiling heck v0.3.3 |
| 3338 | 2026-01-23T15:08:21.788Z | Compiling progenitor-client v0.8.0 |
| 3339 | 2026-01-23T15:08:21.954Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 3340 | 2026-01-23T15:08:22.330Z | Compiling ssh-encoding v0.2.0 |
| 3341 | 2026-01-23T15:08:22.358Z | Compiling blowfish v0.9.1 |
| 3342 | 2026-01-23T15:08:22.846Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3343 | 2026-01-23T15:08:22.870Z | Compiling nibble_vec v0.1.0 |
| 3344 | 2026-01-23T15:08:22.902Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3345 | 2026-01-23T15:08:22.926Z | Compiling corncobs v0.1.4 |
| 3346 | 2026-01-23T15:08:23.154Z | Compiling crc-any v2.5.0 |
| 3347 | 2026-01-23T15:08:23.286Z | Compiling endian-type v0.1.2 |
| 3348 | 2026-01-23T15:08:23.409Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3349 | 2026-01-23T15:08:23.497Z | Compiling ssh-cipher v0.2.0 |
| 3350 | 2026-01-23T15:08:23.548Z | Compiling progenitor v0.8.0 |
| 3351 | 2026-01-23T15:08:23.591Z | Compiling radix_trie v0.2.1 |
| 3352 | 2026-01-23T15:08:23.657Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3353 | 2026-01-23T15:08:23.831Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3354 | 2026-01-23T15:08:24.343Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3355 | 2026-01-23T15:08:24.438Z | Compiling zone_cfg_derive v0.1.2 |
| 3356 | 2026-01-23T15:08:24.509Z | Compiling object v0.30.4 |
| 3357 | 2026-01-23T15:08:24.857Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3358 | 2026-01-23T15:08:25.429Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3359 | 2026-01-23T15:08:25.724Z | Compiling tabled v0.20.0 |
| 3360 | 2026-01-23T15:08:27.820Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3361 | 2026-01-23T15:08:28.415Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3362 | 2026-01-23T15:08:30.434Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3363 | 2026-01-23T15:08:31.235Z | Compiling parking_lot v0.11.2 |
| 3364 | 2026-01-23T15:08:31.573Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3365 | 2026-01-23T15:08:32.051Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3366 | 2026-01-23T15:08:32.386Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3367 | 2026-01-23T15:08:32.865Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3368 | 2026-01-23T15:08:34.046Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3369 | 2026-01-23T15:08:34.085Z | Compiling prefix-trie v0.7.0 |
| 3370 | 2026-01-23T15:08:34.219Z | Compiling password-hash v0.4.2 |
| 3371 | 2026-01-23T15:08:34.489Z | Compiling fxhash v0.2.1 |
| 3372 | 2026-01-23T15:08:34.525Z | Compiling secrecy v0.8.0 |
| 3373 | 2026-01-23T15:08:34.759Z | Compiling http-range v0.1.5 |
| 3374 | 2026-01-23T15:08:34.841Z | Compiling path-slash v0.1.5 |
| 3375 | 2026-01-23T15:08:34.958Z | Compiling half v1.8.3 |
| 3376 | 2026-01-23T15:08:35.062Z | Compiling base64 v0.13.1 |
| 3377 | 2026-01-23T15:08:35.136Z | Compiling number_prefix v0.4.0 |
| 3378 | 2026-01-23T15:08:35.163Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3379 | 2026-01-23T15:08:35.448Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-01-23T15:08:35.558Z | Compiling ron v0.7.1 |
| 3381 | 2026-01-23T15:08:35.642Z | Compiling indicatif v0.17.11 |
| 3382 | 2026-01-23T15:08:36.751Z | Compiling hickory-server v0.25.2 |
| 3383 | 2026-01-23T15:08:37.521Z | Compiling pbkdf2 v0.11.0 |
| 3384 | 2026-01-23T15:08:37.827Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3385 | 2026-01-23T15:08:37.939Z | Compiling sled v0.34.7 |
| 3386 | 2026-01-23T15:08:38.312Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3387 | 2026-01-23T15:08:39.595Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3388 | 2026-01-23T15:08:39.822Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3389 | 2026-01-23T15:08:40.721Z | Compiling xz2 v0.1.7 |
| 3390 | 2026-01-23T15:08:40.955Z | Compiling zone v0.1.8 |
| 3391 | 2026-01-23T15:08:41.205Z | Compiling ssh-key v0.6.6 |
| 3392 | 2026-01-23T15:08:41.575Z | Compiling hickory-client v0.25.2 |
| 3393 | 2026-01-23T15:08:42.203Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3394 | 2026-01-23T15:08:42.238Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3395 | 2026-01-23T15:08:43.218Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3396 | 2026-01-23T15:08:44.121Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3397 | 2026-01-23T15:08:44.706Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3398 | 2026-01-23T15:08:44.755Z | Compiling p521 v0.13.3 |
| 3399 | 2026-01-23T15:08:44.898Z | Compiling p256 v0.13.2 |
| 3400 | 2026-01-23T15:08:45.298Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3401 | 2026-01-23T15:08:45.647Z | Compiling yasna v0.5.2 |
| 3402 | 2026-01-23T15:08:45.892Z | Compiling headers-core v0.3.0 |
| 3403 | 2026-01-23T15:08:46.122Z | Compiling kstat-rs v0.2.4 |
| 3404 | 2026-01-23T15:08:46.522Z | Compiling nanorand v0.7.0 |
| 3405 | 2026-01-23T15:08:46.704Z | Compiling atty v0.2.14 |
| 3406 | 2026-01-23T15:08:46.734Z | Compiling russh-cryptovec v0.7.3 |
| 3407 | 2026-01-23T15:08:46.808Z | Compiling md5 v0.7.0 |
| 3408 | 2026-01-23T15:08:46.913Z | Compiling crc8 v0.1.1 |
| 3409 | 2026-01-23T15:08:47.065Z | Compiling flume v0.11.1 |
| 3410 | 2026-01-23T15:08:47.094Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3411 | 2026-01-23T15:08:47.145Z | Compiling russh-keys v0.45.0 |
| 3412 | 2026-01-23T15:08:47.178Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3413 | 2026-01-23T15:08:47.313Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3414 | 2026-01-23T15:08:47.723Z | Compiling rcgen v0.12.1 |
| 3415 | 2026-01-23T15:08:48.088Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3416 | 2026-01-23T15:08:49.023Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3417 | 2026-01-23T15:08:49.143Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3418 | 2026-01-23T15:08:49.648Z | Compiling headers v0.4.1 |
| 3419 | 2026-01-23T15:08:50.331Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3420 | 2026-01-23T15:08:51.380Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3421 | 2026-01-23T15:08:54.183Z | Compiling hyper-staticfile v0.10.1 |
| 3422 | 2026-01-23T15:08:54.970Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3423 | 2026-01-23T15:08:55.219Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3424 | 2026-01-23T15:08:55.635Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3425 | 2026-01-23T15:08:56.482Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3426 | 2026-01-23T15:08:57.001Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3427 | 2026-01-23T15:08:57.300Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3428 | 2026-01-23T15:08:58.026Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3429 | 2026-01-23T15:08:59.222Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3430 | 2026-01-23T15:08:59.702Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3431 | 2026-01-23T15:09:00.693Z | Compiling num-bigint v0.4.6 |
| 3432 | 2026-01-23T15:09:01.084Z | Compiling des v0.8.1 |
| 3433 | 2026-01-23T15:09:01.281Z | Compiling subprocess v0.2.9 |
| 3434 | 2026-01-23T15:09:01.446Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3435 | 2026-01-23T15:09:02.234Z | Compiling display-error-chain v0.2.2 |
| 3436 | 2026-01-23T15:09:02.263Z | Compiling hex-literal v0.4.1 |
| 3437 | 2026-01-23T15:09:02.478Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3438 | 2026-01-23T15:09:02.502Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3439 | 2026-01-23T15:09:02.726Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3440 | 2026-01-23T15:09:03.204Z | Compiling internet-checksum v0.2.1 |
| 3441 | 2026-01-23T15:09:03.459Z | Compiling russh v0.45.0 |
| 3442 | 2026-01-23T15:09:05.139Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3443 | 2026-01-23T15:09:05.483Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3444 | 2026-01-23T15:09:06.705Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3445 | 2026-01-23T15:09:08.748Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3446 | 2026-01-23T15:09:09.384Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3447 | 2026-01-23T15:09:09.758Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3448 | 2026-01-23T15:09:24.272Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3449 | 2026-01-23T15:10:10.140Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3450 | 2026-01-23T15:10:49.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s |
| 3451 | 2026-01-23T15:10:49.822Z | |
| 3452 | 2026-01-23T15:10:49.822Z | real 3:42.136810058 |
| 3453 | 2026-01-23T15:10:49.822Z | user 17:37.382417656 |
| 3454 | 2026-01-23T15:10:49.822Z | sys 2:45.169893369 |
| 3455 | 2026-01-23T15:10:49.822Z | trap 0.576397061 |
| 3456 | 2026-01-23T15:10:49.822Z | tflt 0.232888269 |
| 3457 | 2026-01-23T15:10:49.822Z | dflt 1.043294624 |
| 3458 | 2026-01-23T15:10:49.822Z | kflt 0.000156697 |
| 3459 | 2026-01-23T15:10:49.822Z | lock 48:29.756078404 |
| 3460 | 2026-01-23T15:10:49.822Z | slp 1:03:38.642619137 |
| 3461 | 2026-01-23T15:10:49.822Z | lat 1:01.582300951 |
| 3462 | 2026-01-23T15:10:49.822Z | stop 2:28.795704794 |
| 3463 | 2026-01-23T15:10:49.847Z | + mkdir tests |
| 3464 | 2026-01-23T15:10:49.847Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3465 | 2026-01-23T15:10:49.847Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3466 | 2026-01-23T15:10:49.879Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2ad5aa15980201e tests/ |
| 3467 | 2026-01-23T15:10:49.903Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c981018e03f80c47 tests/ |
| 3468 | 2026-01-23T15:10:49.929Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fb7d1a15e71504d0 tests/ |
| 3469 | 2026-01-23T15:10:49.953Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9f815cb5ea53e3b6 tests/ |
| 3470 | 2026-01-23T15:10:50.243Z | + 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/*) |
| 3471 | 2026-01-23T15:10:50.267Z | + 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-c981018e03f80c47 tests/commtest-fb7d1a15e71504d0 tests/dhcp_server-f2ad5aa15980201e tests/end_to_end_tests-9f815cb5ea53e3b6 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 |
| 3472 | 2026-01-23T15:13:02.276Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3473 | 2026-01-23T15:13:02.276Z | a .github/buildomat/ci-env.sh 1K |
| 3474 | 2026-01-23T15:13:02.276Z | a out/target/test 1K |
| 3475 | 2026-01-23T15:13:02.276Z | a out/npuzone/npuzone 27402K |
| 3476 | 2026-01-23T15:13:02.276Z | a package-manifest.toml 35K |
| 3477 | 2026-01-23T15:13:02.276Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3478 | 2026-01-23T15:13:02.276Z | a target/release/omicron-package 42876K |
| 3479 | 2026-01-23T15:13:02.276Z | a target/release/xtask 11475K |
| 3480 | 2026-01-23T15:13:02.276Z | a target/debug/bootstrap 319926K |
| 3481 | 2026-01-23T15:13:02.276Z | a tests/bootstrap-c981018e03f80c47 31133K |
| 3482 | 2026-01-23T15:13:02.276Z | a tests/commtest-fb7d1a15e71504d0 31433K |
| 3483 | 2026-01-23T15:13:02.276Z | a tests/dhcp_server-f2ad5aa15980201e 31133K |
| 3484 | 2026-01-23T15:13:02.276Z | a tests/end_to_end_tests-9f815cb5ea53e3b6 364331K |
| 3485 | 2026-01-23T15:13:02.276Z | a out/clickhouse.tar.gz 317183K |
| 3486 | 2026-01-23T15:13:02.276Z | a out/clickhouse_keeper.tar.gz 300196K |
| 3487 | 2026-01-23T15:13:02.276Z | a out/clickhouse_server.tar.gz 317182K |
| 3488 | 2026-01-23T15:13:02.277Z | a out/cockroachdb.tar.gz 164716K |
| 3489 | 2026-01-23T15:13:02.277Z | a out/crucible-pantry-zone.tar.gz 41361K |
| 3490 | 2026-01-23T15:13:02.277Z | a out/crucible-utils.tar 17744K |
| 3491 | 2026-01-23T15:13:02.277Z | a out/crucible-zone.tar.gz 55499K |
| 3492 | 2026-01-23T15:13:02.277Z | a out/external-dns.tar.gz 47541K |
| 3493 | 2026-01-23T15:13:02.277Z | a out/internal-dns.tar.gz 47541K |
| 3494 | 2026-01-23T15:13:02.277Z | a out/mg-ddm-gz.tar 84156K |
| 3495 | 2026-01-23T15:13:02.277Z | a out/nexus.tar.gz 207102K |
| 3496 | 2026-01-23T15:13:02.277Z | a out/ntp.tar.gz 28675K |
| 3497 | 2026-01-23T15:13:02.277Z | a out/omicron-gateway-softnpu.tar.gz 30098K |
| 3498 | 2026-01-23T15:13:02.277Z | a out/omicron-sled-agent.tar 192613K |
| 3499 | 2026-01-23T15:13:02.277Z | a out/overlay.tar.gz 3K |
| 3500 | 2026-01-23T15:13:02.277Z | a out/oximeter.tar.gz 63314K |
| 3501 | 2026-01-23T15:13:02.277Z | a out/oxlog.tar 3946K |
| 3502 | 2026-01-23T15:13:02.277Z | a out/probe.tar.gz 3037K |
| 3503 | 2026-01-23T15:13:02.277Z | a out/propolis-server.tar.gz 74630K |
| 3504 | 2026-01-23T15:13:02.277Z | a out/pumpkind-gz.tar 26647K |
| 3505 | 2026-01-23T15:13:02.277Z | a out/switch-softnpu.tar.gz 373320K |
| 3506 | 2026-01-23T15:13:02.301Z | |
| 3507 | 2026-01-23T15:13:02.302Z | real 2:12.049149650 |
| 3508 | 2026-01-23T15:13:02.302Z | user 2:01.849250015 |
| 3509 | 2026-01-23T15:13:02.302Z | sys 13.234999520 |
| 3510 | 2026-01-23T15:13:02.302Z | trap 0.039748504 |
| 3511 | 2026-01-23T15:13:02.302Z | tflt 0.000000000 |
| 3512 | 2026-01-23T15:13:02.302Z | dflt 0.000000000 |
| 3513 | 2026-01-23T15:13:02.302Z | kflt 0.000000000 |
| 3514 | 2026-01-23T15:13:02.302Z | lock 0.000000000 |
| 3515 | 2026-01-23T15:13:02.302Z | slp 2:01.495289933 |
| 3516 | 2026-01-23T15:13:02.302Z | lat 7.472964620 |
| 3517 | 2026-01-23T15:13:02.302Z | stop 0.000277276 |
| 3518 | 2026-01-23T15:13:02.302Z | process exited: duration 2549628 ms, exit code 0 |
| |
| 3519 | 2026-01-23T15:13:02.384Z | found 1 output files |
| 3520 | 2026-01-23T15:13:02.385Z | uploading: /work/package.tar.gz (2396088150 bytes) |
| 3521 | 2026-01-23T15:16:38.294Z | uploaded: /work/package.tar.gz |