|
|
|
| 1 | 2026-01-22T04:11:50.485Z | job assigned to worker 01KFHYBSFNVBP9XM17W6Z7MV3G [factory aws, i-055d63e00e9f57f67] (queued for 57 s) |
| |
| 2 | 2026-01-22T04:11:59.538Z | starting task 0: "setup" |
| 3 | 2026-01-22T04:11:59.543Z | ++ uname -s |
| 4 | 2026-01-22T04:11:59.546Z | + kern=SunOS |
| 5 | 2026-01-22T04:11:59.546Z | + build_user=build |
| 6 | 2026-01-22T04:11:59.546Z | + build_uid=12345 |
| 7 | 2026-01-22T04:11:59.546Z | + work_dir=/work |
| 8 | 2026-01-22T04:11:59.546Z | + input_dir=/input |
| 9 | 2026-01-22T04:11:59.546Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-22T04:11:59.546Z | + case "$kern" in |
| 11 | 2026-01-22T04:11:59.546Z | + groupadd -g 12345 build |
| 12 | 2026-01-22T04:11:59.549Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-22T04:12:01.555Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-22T04:12:01.676Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-22T04:12:01.679Z | + home_fs=zfs |
| 16 | 2026-01-22T04:12:01.679Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-22T04:12:01.679Z | + mkdir -p /home/build |
| 18 | 2026-01-22T04:12:01.682Z | + chown build:build /home/build /work |
| 19 | 2026-01-22T04:12:03.683Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-22T04:12:03.686Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2026-01-22T04:12:03.692Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-22T04:12:03.698Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-22T04:12:03.698Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-22T04:12:03.698Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-01-22T04:12:03.698Z | * rust toolchain profile = "default" |
| 26 | 2026-01-22T04:12:03.698Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-22T04:12:03.698Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-22T04:12:03.701Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-22T04:12:03.701Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-22T04:12:03.827Z | info: downloading installer |
| 31 | 2026-01-22T04:12:05.066Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-22T04:12:05.066Z | warn: /opt/ooce/bin |
| 33 | 2026-01-22T04:12:05.066Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-22T04:12:05.066Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-22T04:12:05.066Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-22T04:12:05.066Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-22T04:12:05.066Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-22T04:12:05.066Z | error: cannot install while Rust is installed |
| 39 | 2026-01-22T04:12:05.066Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-22T04:12:05.079Z | info: profile set to 'default' |
| 41 | 2026-01-22T04:12:05.079Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-22T04:12:05.083Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-22T04:12:05.248Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-22T04:12:05.248Z | info: downloading component 'cargo' |
| 45 | 2026-01-22T04:12:06.245Z | info: downloading component 'clippy' |
| 46 | 2026-01-22T04:12:06.709Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-22T04:12:07.971Z | info: downloading component 'rust-std' |
| 48 | 2026-01-22T04:12:09.536Z | info: downloading component 'rustc' |
| 49 | 2026-01-22T04:12:17.044Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-22T04:12:17.369Z | info: installing component 'cargo' |
| 51 | 2026-01-22T04:12:18.315Z | info: installing component 'clippy' |
| 52 | 2026-01-22T04:12:18.711Z | info: installing component 'rust-docs' |
| 53 | 2026-01-22T04:12:20.651Z | info: installing component 'rust-std' |
| 54 | 2026-01-22T04:12:22.434Z | info: installing component 'rustc' |
| 55 | 2026-01-22T04:12:29.225Z | info: installing component 'rustfmt' |
| 56 | 2026-01-22T04:12:29.572Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-22T04:12:29.572Z | |
| 58 | 2026-01-22T04:12:30.075Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-22T04:12:30.075Z | |
| 60 | 2026-01-22T04:12:30.078Z | |
| 61 | 2026-01-22T04:12:30.078Z | Rust is installed now. Great! |
| 62 | 2026-01-22T04:12:30.078Z | |
| 63 | 2026-01-22T04:12:30.078Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-22T04:12:30.078Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-22T04:12:30.078Z | |
| 66 | 2026-01-22T04:12:30.078Z | To configure your current shell, you need to source |
| 67 | 2026-01-22T04:12:30.078Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-22T04:12:30.078Z | |
| 69 | 2026-01-22T04:12:30.078Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-22T04:12:30.078Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-22T04:12:30.078Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-22T04:12:30.078Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-22T04:12:30.180Z | + rustup --version |
| 74 | 2026-01-22T04:12:30.192Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-22T04:12:30.195Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-22T04:12:30.281Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-22T04:12:30.294Z | + cargo --version |
| 78 | 2026-01-22T04:12:30.357Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-22T04:12:30.360Z | + rustc --version |
| 80 | 2026-01-22T04:12:30.438Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-22T04:12:30.442Z | process exited: duration 26745 ms, exit code 0 |
| |
| 82 | 2026-01-22T04:12:30.448Z | starting task 2: "authentication" |
| 83 | 2026-01-22T04:12:30.471Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-01-22T04:12:30.478Z | starting task 3: "clone repository" |
| 85 | 2026-01-22T04:12:30.482Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-22T04:12:30.486Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-22T04:12:30.521Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-22T04:12:40.003Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-22T04:12:40.004Z | + git fetch origin a0ae22a96ec16e4ef51af64516f30c809b1c2c01 |
| 90 | 2026-01-22T04:12:41.595Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-22T04:12:41.595Z | * branch a0ae22a96ec16e4ef51af64516f30c809b1c2c01 -> FETCH_HEAD |
| 92 | 2026-01-22T04:12:41.607Z | + [[ -n zl/fix-9680-floating-ip-allocation ]] |
| 93 | 2026-01-22T04:12:41.610Z | ++ git branch --show-current |
| 94 | 2026-01-22T04:12:41.613Z | + current=main |
| 95 | 2026-01-22T04:12:41.613Z | + [[ main != zl/fix-9680-floating-ip-allocation ]] |
| 96 | 2026-01-22T04:12:41.613Z | + git branch -f zl/fix-9680-floating-ip-allocation a0ae22a96ec16e4ef51af64516f30c809b1c2c01 |
| 97 | 2026-01-22T04:12:41.618Z | + git checkout -f zl/fix-9680-floating-ip-allocation |
| 98 | 2026-01-22T04:12:42.054Z | Switched to branch 'zl/fix-9680-floating-ip-allocation' |
| 99 | 2026-01-22T04:12:42.057Z | + git reset --hard a0ae22a96ec16e4ef51af64516f30c809b1c2c01 |
| 100 | 2026-01-22T04:12:42.096Z | HEAD is now at a0ae22a96 merge main into fix-9680 |
| 101 | 2026-01-22T04:12:42.099Z | process exited: duration 11618 ms, exit code 0 |
| |
| 102 | 2026-01-22T04:12:42.106Z | starting task 4: "build" |
| 103 | 2026-01-22T04:12:42.111Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-22T04:12:42.114Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-22T04:12:42.114Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-22T04:12:42.114Z | + cargo --version |
| 107 | 2026-01-22T04:12:42.176Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-22T04:12:42.179Z | + rustc --version |
| 109 | 2026-01-22T04:12:42.256Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-22T04:12:42.259Z | + WORK=/work |
| 111 | 2026-01-22T04:12:42.259Z | + pfexec mkdir -p /work |
| 112 | 2026-01-22T04:12:42.265Z | + pfexec chown build /work |
| 113 | 2026-01-22T04:12:42.268Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-01-22T04:12:52.631Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-01-22T04:13:02.238Z | Startup: Caching catalogs ... Done |
| 116 | 2026-01-22T04:13:21.303Z | Planning: Solver setup ... Done (17.324s) |
| 117 | 2026-01-22T04:13:21.443Z | Planning: Running solver ... Done (0.141s) |
| 118 | 2026-01-22T04:13:21.598Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-01-22T04:13:21.611Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-01-22T04:13:21.754Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-01-22T04:13:21.803Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2026-01-22T04:13:21.854Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2026-01-22T04:13:22.138Z | Planning: Checking for conflicting actions ... Done (0.283s) |
| 124 | 2026-01-22T04:13:22.150Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2026-01-22T04:13:23.159Z | Planning: Evaluating mediators ... Done (1.009s) |
| 126 | 2026-01-22T04:13:23.169Z | Planning: Planning completed in 20.78 seconds |
| 127 | 2026-01-22T04:13:23.185Z | Packages to install: 4 |
| 128 | 2026-01-22T04:13:23.185Z | Mediators to change: 2 |
| 129 | 2026-01-22T04:13:23.188Z | Services to change: 1 |
| 130 | 2026-01-22T04:13:23.188Z | Estimated space available: 155.44 GB |
| 131 | 2026-01-22T04:13:23.188Z | Estimated space to be consumed: 1.79 GB |
| 132 | 2026-01-22T04:13:23.188Z | Create boot environment: No |
| 133 | 2026-01-22T04:13:23.189Z | Create backup boot environment: No |
| 134 | 2026-01-22T04:13:23.189Z | Rebuild boot archive: No |
| 135 | 2026-01-22T04:13:23.189Z | |
| 136 | 2026-01-22T04:13:23.189Z | Changed mediators: |
| 137 | 2026-01-22T04:13:23.189Z | mediator clang: |
| 138 | 2026-01-22T04:13:23.189Z | version: None -> 15 (system default) |
| 139 | 2026-01-22T04:13:23.189Z | |
| 140 | 2026-01-22T04:13:23.189Z | mediator llvm: |
| 141 | 2026-01-22T04:13:23.189Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-01-22T04:13:23.189Z | |
| 143 | 2026-01-22T04:13:23.189Z | Changed packages: |
| 144 | 2026-01-22T04:13:23.189Z | helios-dev |
| 145 | 2026-01-22T04:13:23.189Z | developer/build-essential |
| 146 | 2026-01-22T04:13:23.189Z | None -> 11-2.0 |
| 147 | 2026-01-22T04:13:23.189Z | library/libxmlsec1 |
| 148 | 2026-01-22T04:13:23.189Z | None -> 1.2.35-2.0 |
| 149 | 2026-01-22T04:13:23.189Z | ooce/developer/clang-15 |
| 150 | 2026-01-22T04:13:23.189Z | None -> 15.0.7-2.0 |
| 151 | 2026-01-22T04:13:23.189Z | ooce/developer/llvm-15 |
| 152 | 2026-01-22T04:13:23.189Z | None -> 15.0.7-2.0 |
| 153 | 2026-01-22T04:13:23.189Z | |
| 154 | 2026-01-22T04:13:23.189Z | Services: |
| 155 | 2026-01-22T04:13:23.189Z | restart_fmri: |
| 156 | 2026-01-22T04:13:23.189Z | svc:/system/update-man-index:default |
| 157 | 2026-01-22T04:13:23.240Z | |
| 158 | 2026-01-22T04:13:23.240Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-01-22T04:13:28.241Z | Download: 2637/3290 items 120.3/212.6MB 56% complete (24.2M/s) |
| 160 | 2026-01-22T04:13:30.080Z | Download: Completed 212.60 MB in 6.84 seconds (31.1M/s) |
| 161 | 2026-01-22T04:13:32.894Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-01-22T04:13:37.484Z | Actions: Completed 3689 actions in 4.59 seconds. |
| 163 | 2026-01-22T04:13:38.202Z | Done (0.713s) |
| 164 | 2026-01-22T04:13:38.203Z | Done (0.000s) |
| 165 | 2026-01-22T04:13:39.262Z | Done (1.059s) |
| 166 | 2026-01-22T04:13:43.652Z | Done (4.028s) |
| 167 | 2026-01-22T04:13:43.740Z | Done (0.020s) |
| 168 | 2026-01-22T04:13:43.743Z | Done (0.000s) |
| 169 | 2026-01-22T04:13:43.886Z | Done (0.000s) |
| 170 | 2026-01-22T04:13:44.835Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-01-22T04:13:44.998Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-01-22T04:13:45.002Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-01-22T04:13:45.268Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-01-22T04:13:45.272Z | Planning: Planning completed in 0.43 seconds |
| 175 | 2026-01-22T04:13:45.302Z | Mediators to change: 2 |
| 176 | 2026-01-22T04:13:45.302Z | Create boot environment: No |
| 177 | 2026-01-22T04:13:45.302Z | Create backup boot environment: No |
| 178 | 2026-01-22T04:13:45.371Z | Done |
| 179 | 2026-01-22T04:13:45.371Z | Done |
| 180 | 2026-01-22T04:13:46.151Z | Done |
| 181 | 2026-01-22T04:13:49.809Z | Done |
| 182 | 2026-01-22T04:13:49.900Z | Done |
| 183 | 2026-01-22T04:13:49.903Z | Done |
| 184 | 2026-01-22T04:13:50.062Z | Done |
| 185 | 2026-01-22T04:13:50.682Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-01-22T04:13:50.685Z | Planning: Merging actions ... Done |
| 187 | 2026-01-22T04:13:50.877Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-01-22T04:13:50.880Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-01-22T04:13:51.146Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-01-22T04:13:51.205Z | Planning: Planning completed in 0.77 seconds |
| 191 | 2026-01-22T04:13:51.238Z | Packages to change: 1 |
| 192 | 2026-01-22T04:13:51.238Z | Mediators to change: 1 |
| 193 | 2026-01-22T04:13:51.241Z | Services to change: 1 |
| 194 | 2026-01-22T04:13:51.241Z | Create boot environment: No |
| 195 | 2026-01-22T04:13:51.241Z | Create backup boot environment: Yes |
| 196 | 2026-01-22T04:13:53.909Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2026-01-22T04:13:53.912Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2026-01-22T04:13:53.912Z | Done |
| 199 | 2026-01-22T04:13:53.912Z | Done |
| 200 | 2026-01-22T04:13:54.121Z | Done |
| 201 | 2026-01-22T04:13:57.953Z | Done |
| 202 | 2026-01-22T04:13:58.044Z | Done |
| 203 | 2026-01-22T04:13:58.048Z | Done |
| 204 | 2026-01-22T04:13:58.204Z | Done |
| 205 | 2026-01-22T04:13:58.646Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2026-01-22T04:13:58.646Z | clang system 15 system |
| 207 | 2026-01-22T04:13:58.646Z | csh system system illumos |
| 208 | 2026-01-22T04:13:58.646Z | ctags system system illumos |
| 209 | 2026-01-22T04:13:58.646Z | file system system illumos |
| 210 | 2026-01-22T04:13:58.646Z | gcc vendor 12 vendor |
| 211 | 2026-01-22T04:13:58.646Z | gcc system 10 system |
| 212 | 2026-01-22T04:13:58.646Z | gcc system 7 system |
| 213 | 2026-01-22T04:13:58.646Z | go system 1.20 system |
| 214 | 2026-01-22T04:13:58.646Z | go system 1.19 system |
| 215 | 2026-01-22T04:13:58.646Z | llvm system 15 system |
| 216 | 2026-01-22T04:13:58.646Z | llvm system 14 system |
| 217 | 2026-01-22T04:13:58.646Z | mariadb system 10.6 system |
| 218 | 2026-01-22T04:13:58.646Z | mta vendor vendor dma |
| 219 | 2026-01-22T04:13:58.646Z | openjdk system 17 system |
| 220 | 2026-01-22T04:13:58.646Z | openjdk system 11 system |
| 221 | 2026-01-22T04:13:58.646Z | openjdk system 1.8 system |
| 222 | 2026-01-22T04:13:58.646Z | openssl vendor 3 vendor |
| 223 | 2026-01-22T04:13:58.647Z | perl system 5.36 system |
| 224 | 2026-01-22T04:13:58.647Z | postgresql system 15 system |
| 225 | 2026-01-22T04:13:58.647Z | postgresql system 13 system |
| 226 | 2026-01-22T04:13:58.647Z | python vendor 3 vendor |
| 227 | 2026-01-22T04:13:58.647Z | python system 2 system |
| 228 | 2026-01-22T04:13:58.647Z | python3 system 3.11 system |
| 229 | 2026-01-22T04:13:58.647Z | ruby system 3.0 system |
| 230 | 2026-01-22T04:13:58.647Z | words vendor vendor american-english |
| 231 | 2026-01-22T04:13:58.647Z | words system system australian-english |
| 232 | 2026-01-22T04:13:58.647Z | words system system british-english |
| 233 | 2026-01-22T04:13:58.647Z | words system system canadian-english |
| 234 | 2026-01-22T04:13:58.647Z | words system system french |
| 235 | 2026-01-22T04:13:58.647Z | words system system italian |
| 236 | 2026-01-22T04:13:58.647Z | words system system ngerman |
| 237 | 2026-01-22T04:13:58.647Z | words system system ogerman |
| 238 | 2026-01-22T04:13:58.647Z | words system system spanish |
| 239 | 2026-01-22T04:13:58.982Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-01-22T04:13:58.982Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-01-22T04:14:05.119Z | FMRI IFO |
| 242 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2026-01-22T04:14:05.120Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2026-01-22T04:14:06.291Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-01-22T04:14:06.578Z | Updating crates.io index |
| 260 | 2026-01-22T04:14:06.583Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2026-01-22T04:14:06.928Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2026-01-22T04:14:07.878Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-01-22T04:14:08.148Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2026-01-22T04:14:08.454Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-01-22T04:14:08.812Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-01-22T04:14:10.108Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-01-22T04:14:12.329Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-01-22T04:14:13.075Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-01-22T04:14:13.300Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-01-22T04:14:14.276Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-01-22T04:14:14.771Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-01-22T04:14:15.169Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 273 | 2026-01-22T04:14:15.574Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2026-01-22T04:14:15.889Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-01-22T04:14:16.604Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-01-22T04:14:17.073Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-01-22T04:14:17.575Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-01-22T04:14:17.934Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-01-22T04:14:18.334Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-01-22T04:14:18.530Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2026-01-22T04:14:18.741Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2026-01-22T04:14:18.981Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 283 | 2026-01-22T04:14:19.468Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 284 | 2026-01-22T04:14:19.980Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 285 | 2026-01-22T04:14:20.314Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 286 | 2026-01-22T04:14:20.617Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 287 | 2026-01-22T04:14:20.881Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2026-01-22T04:14:22.599Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 289 | 2026-01-22T04:14:22.979Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2026-01-22T04:14:23.344Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-01-22T04:14:23.768Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 292 | 2026-01-22T04:14:24.241Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 293 | 2026-01-22T04:14:24.919Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-01-22T04:14:25.152Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-01-22T04:14:25.416Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-01-22T04:14:25.653Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 297 | 2026-01-22T04:14:39.174Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-01-22T04:14:39.474Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-01-22T04:14:41.812Z | Downloading crates ... |
| 300 | 2026-01-22T04:14:41.872Z | Downloaded dof v0.3.0 |
| 301 | 2026-01-22T04:14:41.880Z | Downloaded fnv v1.0.7 |
| 302 | 2026-01-22T04:14:41.883Z | Downloaded anstyle-query v1.1.1 |
| 303 | 2026-01-22T04:14:41.886Z | Downloaded anstyle v1.0.11 |
| 304 | 2026-01-22T04:14:41.889Z | Downloaded plain v0.2.3 |
| 305 | 2026-01-22T04:14:41.893Z | Downloaded is_terminal_polyfill v1.70.1 |
| 306 | 2026-01-22T04:14:41.896Z | Downloaded colorchoice v1.0.2 |
| 307 | 2026-01-22T04:14:41.899Z | Downloaded thiserror-impl v1.0.69 |
| 308 | 2026-01-22T04:14:41.902Z | Downloaded anstyle-parse v0.2.5 |
| 309 | 2026-01-22T04:14:41.902Z | Downloaded unicode-xid v0.2.6 |
| 310 | 2026-01-22T04:14:41.906Z | Downloaded synstructure v0.13.1 |
| 311 | 2026-01-22T04:14:41.906Z | Downloaded serde_tokenstream v0.2.2 |
| 312 | 2026-01-22T04:14:41.906Z | Downloaded quote v1.0.40 |
| 313 | 2026-01-22T04:14:41.909Z | Downloaded zerofrom-derive v0.1.4 |
| 314 | 2026-01-22T04:14:41.912Z | Downloaded ucd-trie v0.1.7 |
| 315 | 2026-01-22T04:14:41.912Z | Downloaded serde_derive v1.0.228 |
| 316 | 2026-01-22T04:14:41.915Z | Downloaded version_check v0.9.5 |
| 317 | 2026-01-22T04:14:41.943Z | Downloaded thread-id v4.2.2 |
| 318 | 2026-01-22T04:14:41.943Z | Downloaded utf16_iter v1.0.5 |
| 319 | 2026-01-22T04:14:41.943Z | Downloaded toml_write v0.1.2 |
| 320 | 2026-01-22T04:14:41.944Z | Downloaded yoke-derive v0.7.4 |
| 321 | 2026-01-22T04:14:41.944Z | Downloaded usdt-impl v0.5.0 |
| 322 | 2026-01-22T04:14:41.944Z | Downloaded usdt-attr-macro v0.5.0 |
| 323 | 2026-01-22T04:14:41.944Z | Downloaded typeid v1.0.3 |
| 324 | 2026-01-22T04:14:41.944Z | Downloaded getrandom v0.3.4 |
| 325 | 2026-01-22T04:14:41.944Z | Downloaded pest_generator v2.8.2 |
| 326 | 2026-01-22T04:14:41.944Z | Downloaded generic-array v0.14.7 |
| 327 | 2026-01-22T04:14:41.944Z | Downloaded fs-err v3.1.1 |
| 328 | 2026-01-22T04:14:41.944Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2026-01-22T04:14:41.944Z | Downloaded macaddr v1.0.1 |
| 330 | 2026-01-22T04:14:41.944Z | Downloaded utf8_iter v1.0.4 |
| 331 | 2026-01-22T04:14:41.944Z | Downloaded icu_locid_transform_data v1.5.0 |
| 332 | 2026-01-22T04:14:41.944Z | Downloaded icu_provider_macros v1.5.0 |
| 333 | 2026-01-22T04:14:41.944Z | Downloaded anyhow v1.0.99 |
| 334 | 2026-01-22T04:14:41.948Z | Downloaded zerofrom v0.1.4 |
| 335 | 2026-01-22T04:14:41.948Z | Downloaded utf8parse v0.2.2 |
| 336 | 2026-01-22T04:14:41.948Z | Downloaded papergrid v0.11.0 |
| 337 | 2026-01-22T04:14:41.951Z | Downloaded write16 v1.0.0 |
| 338 | 2026-01-22T04:14:41.954Z | Downloaded toml_datetime v0.6.11 |
| 339 | 2026-01-22T04:14:41.954Z | Downloaded thiserror v2.0.17 |
| 340 | 2026-01-22T04:14:41.958Z | Downloaded writeable v0.5.5 |
| 341 | 2026-01-22T04:14:41.962Z | Downloaded unicode-linebreak v0.1.5 |
| 342 | 2026-01-22T04:14:41.965Z | Downloaded tinystr v0.7.6 |
| 343 | 2026-01-22T04:14:41.965Z | Downloaded unicode-ident v1.0.19 |
| 344 | 2026-01-22T04:14:41.968Z | Downloaded zmij v1.0.15 |
| 345 | 2026-01-22T04:14:41.971Z | Downloaded zerovec-derive v0.10.3 |
| 346 | 2026-01-22T04:14:41.971Z | Downloaded typenum v1.17.0 |
| 347 | 2026-01-22T04:14:41.975Z | Downloaded toml v0.8.23 |
| 348 | 2026-01-22T04:14:41.978Z | Downloaded yoke v0.7.4 |
| 349 | 2026-01-22T04:14:41.978Z | Downloaded proc-macro-error-attr v1.0.4 |
| 350 | 2026-01-22T04:14:41.980Z | Downloaded scroll_derive v0.12.0 |
| 351 | 2026-01-22T04:14:41.981Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2026-01-22T04:14:41.984Z | Downloaded textwrap v0.16.2 |
| 353 | 2026-01-22T04:14:41.987Z | Downloaded equivalent v1.0.2 |
| 354 | 2026-01-22T04:14:41.990Z | Downloaded cfg-if v1.0.4 |
| 355 | 2026-01-22T04:14:41.990Z | Downloaded url v2.5.4 |
| 356 | 2026-01-22T04:14:41.993Z | Downloaded toml_edit v0.22.27 |
| 357 | 2026-01-22T04:14:41.996Z | Downloaded smawk v0.3.2 |
| 358 | 2026-01-22T04:14:41.999Z | Downloaded strsim v0.11.1 |
| 359 | 2026-01-22T04:14:41.999Z | Downloaded itoa v1.0.11 |
| 360 | 2026-01-22T04:14:42.002Z | Downloaded form_urlencoded v1.2.2 |
| 361 | 2026-01-22T04:14:42.002Z | Downloaded dtrace-parser v0.2.0 |
| 362 | 2026-01-22T04:14:42.002Z | Downloaded bytecount v0.6.8 |
| 363 | 2026-01-22T04:14:42.005Z | Downloaded memmap v0.7.0 |
| 364 | 2026-01-22T04:14:42.005Z | Downloaded serde_spanned v0.6.9 |
| 365 | 2026-01-22T04:14:42.008Z | Downloaded zerovec v0.10.4 |
| 366 | 2026-01-22T04:14:42.012Z | Downloaded crypto-common v0.1.6 |
| 367 | 2026-01-22T04:14:42.015Z | Downloaded ordered-float v2.10.1 |
| 368 | 2026-01-22T04:14:42.015Z | Downloaded winnow v0.7.13 |
| 369 | 2026-01-22T04:14:42.022Z | Downloaded swrite v0.1.0 |
| 370 | 2026-01-22T04:14:42.025Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-01-22T04:14:42.039Z | Downloaded serde-value v0.7.0 |
| 372 | 2026-01-22T04:14:42.042Z | Downloaded scroll v0.12.0 |
| 373 | 2026-01-22T04:14:42.042Z | Downloaded erased-serde v0.4.6 |
| 374 | 2026-01-22T04:14:42.045Z | Downloaded cargo_metadata v0.21.0 |
| 375 | 2026-01-22T04:14:42.045Z | Downloaded stable_deref_trait v1.2.0 |
| 376 | 2026-01-22T04:14:42.048Z | Downloaded unicode-width v0.2.0 |
| 377 | 2026-01-22T04:14:42.051Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-01-22T04:14:42.055Z | Downloaded proc-macro-error v1.0.4 |
| 379 | 2026-01-22T04:14:42.060Z | Downloaded serde-untagged v0.1.7 |
| 380 | 2026-01-22T04:14:42.063Z | Downloaded bitflags v2.9.4 |
| 381 | 2026-01-22T04:14:42.066Z | Downloaded semver v1.0.27 |
| 382 | 2026-01-22T04:14:42.066Z | Downloaded sha2 v0.10.9 |
| 383 | 2026-01-22T04:14:42.069Z | Downloaded pest_derive v2.8.2 |
| 384 | 2026-01-22T04:14:42.072Z | Downloaded once_cell v1.21.3 |
| 385 | 2026-01-22T04:14:42.072Z | Downloaded displaydoc v0.2.5 |
| 386 | 2026-01-22T04:14:42.075Z | Downloaded autocfg v1.4.0 |
| 387 | 2026-01-22T04:14:42.077Z | Downloaded litemap v0.7.3 |
| 388 | 2026-01-22T04:14:42.078Z | Downloaded digest v0.10.7 |
| 389 | 2026-01-22T04:14:42.081Z | Downloaded byteorder v1.5.0 |
| 390 | 2026-01-22T04:14:42.081Z | Downloaded errno v0.3.12 |
| 391 | 2026-01-22T04:14:42.084Z | Downloaded serde v1.0.228 |
| 392 | 2026-01-22T04:14:42.087Z | Downloaded pest_meta v2.8.2 |
| 393 | 2026-01-22T04:14:42.087Z | Downloaded icu_properties v1.5.1 |
| 394 | 2026-01-22T04:14:42.090Z | Downloaded icu_locid_transform v1.5.0 |
| 395 | 2026-01-22T04:14:42.093Z | Downloaded smallvec v1.15.1 |
| 396 | 2026-01-22T04:14:42.093Z | Downloaded cargo-util-schemas v0.8.2 |
| 397 | 2026-01-22T04:14:42.096Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-01-22T04:14:42.099Z | Downloaded clap_derive v4.5.47 |
| 399 | 2026-01-22T04:14:42.099Z | Downloaded clap v4.5.48 |
| 400 | 2026-01-22T04:14:42.106Z | Downloaded proc-macro2 v1.0.101 |
| 401 | 2026-01-22T04:14:42.109Z | Downloaded tempfile v3.24.0 |
| 402 | 2026-01-22T04:14:42.112Z | Downloaded icu_normalizer_data v1.5.0 |
| 403 | 2026-01-22T04:14:42.112Z | Downloaded icu_locid v1.5.0 |
| 404 | 2026-01-22T04:14:42.117Z | Downloaded camino v1.2.1 |
| 405 | 2026-01-22T04:14:42.120Z | Downloaded cpufeatures v0.2.14 |
| 406 | 2026-01-22T04:14:42.120Z | Downloaded cargo-platform v0.2.0 |
| 407 | 2026-01-22T04:14:42.123Z | Downloaded fastrand v2.1.1 |
| 408 | 2026-01-22T04:14:42.123Z | Downloaded block-buffer v0.10.4 |
| 409 | 2026-01-22T04:14:42.123Z | Downloaded thiserror-impl v2.0.17 |
| 410 | 2026-01-22T04:14:42.126Z | Downloaded pretty-hex v0.4.1 |
| 411 | 2026-01-22T04:14:42.126Z | Downloaded heck v0.4.1 |
| 412 | 2026-01-22T04:14:42.129Z | Downloaded clap_lex v0.7.4 |
| 413 | 2026-01-22T04:14:42.129Z | Downloaded percent-encoding v2.3.2 |
| 414 | 2026-01-22T04:14:42.129Z | Downloaded idna_adapter v1.2.0 |
| 415 | 2026-01-22T04:14:42.129Z | Downloaded cargo_toml v0.21.0 |
| 416 | 2026-01-22T04:14:42.132Z | Downloaded terminal_size v0.4.0 |
| 417 | 2026-01-22T04:14:42.132Z | Downloaded num-traits v0.2.19 |
| 418 | 2026-01-22T04:14:42.135Z | Downloaded idna v1.0.3 |
| 419 | 2026-01-22T04:14:42.138Z | Downloaded indexmap v2.12.1 |
| 420 | 2026-01-22T04:14:42.141Z | Downloaded icu_collections v1.5.0 |
| 421 | 2026-01-22T04:14:42.145Z | Downloaded log v0.4.29 |
| 422 | 2026-01-22T04:14:42.148Z | Downloaded hashbrown v0.16.1 |
| 423 | 2026-01-22T04:14:42.152Z | Downloaded icu_provider v1.5.0 |
| 424 | 2026-01-22T04:14:42.155Z | Downloaded icu_normalizer v1.5.0 |
| 425 | 2026-01-22T04:14:42.158Z | Downloaded heck v0.5.0 |
| 426 | 2026-01-22T04:14:42.161Z | Downloaded thiserror v1.0.69 |
| 427 | 2026-01-22T04:14:42.164Z | Downloaded memchr v2.7.4 |
| 428 | 2026-01-22T04:14:42.168Z | Downloaded pest v2.8.2 |
| 429 | 2026-01-22T04:14:42.172Z | Downloaded usdt v0.5.0 |
| 430 | 2026-01-22T04:14:42.175Z | Downloaded camino-tempfile v1.4.1 |
| 431 | 2026-01-22T04:14:42.175Z | Downloaded tabled_derive v0.7.0 |
| 432 | 2026-01-22T04:14:42.175Z | Downloaded anstream v0.6.18 |
| 433 | 2026-01-22T04:14:42.178Z | Downloaded serde_json v1.0.149 |
| 434 | 2026-01-22T04:14:42.185Z | Downloaded goblin v0.8.2 |
| 435 | 2026-01-22T04:14:42.192Z | Downloaded icu_properties_data v1.5.0 |
| 436 | 2026-01-22T04:14:42.201Z | Downloaded clap_builder v4.5.48 |
| 437 | 2026-01-22T04:14:42.210Z | Downloaded tabled v0.15.0 |
| 438 | 2026-01-22T04:14:42.232Z | Downloaded syn v1.0.109 |
| 439 | 2026-01-22T04:14:42.241Z | Downloaded syn v2.0.111 |
| 440 | 2026-01-22T04:14:42.251Z | Downloaded rustix v0.38.37 |
| 441 | 2026-01-22T04:14:42.271Z | Downloaded rustix v1.1.3 |
| 442 | 2026-01-22T04:14:42.301Z | Downloaded libc v0.2.180 |
| 443 | 2026-01-22T04:14:42.389Z | Compiling proc-macro2 v1.0.101 |
| 444 | 2026-01-22T04:14:42.392Z | Compiling unicode-ident v1.0.19 |
| 445 | 2026-01-22T04:14:42.392Z | Compiling serde_core v1.0.228 |
| 446 | 2026-01-22T04:14:42.392Z | Compiling version_check v0.9.5 |
| 447 | 2026-01-22T04:14:42.392Z | Compiling serde v1.0.228 |
| 448 | 2026-01-22T04:14:42.392Z | Compiling libc v0.2.180 |
| 449 | 2026-01-22T04:14:42.392Z | Compiling memchr v2.7.4 |
| 450 | 2026-01-22T04:14:42.392Z | Compiling thiserror v2.0.17 |
| 451 | 2026-01-22T04:14:42.862Z | Compiling stable_deref_trait v1.2.0 |
| 452 | 2026-01-22T04:14:42.992Z | Compiling zmij v1.0.15 |
| 453 | 2026-01-22T04:14:43.368Z | Compiling itoa v1.0.11 |
| 454 | 2026-01-22T04:14:43.517Z | Compiling writeable v0.5.5 |
| 455 | 2026-01-22T04:14:43.617Z | Compiling thiserror v1.0.69 |
| 456 | 2026-01-22T04:14:43.841Z | Compiling autocfg v1.4.0 |
| 457 | 2026-01-22T04:14:44.069Z | Compiling litemap v0.7.3 |
| 458 | 2026-01-22T04:14:44.187Z | Compiling ucd-trie v0.1.7 |
| 459 | 2026-01-22T04:14:44.467Z | Compiling bitflags v2.9.4 |
| 460 | 2026-01-22T04:14:44.654Z | Compiling byteorder v1.5.0 |
| 461 | 2026-01-22T04:14:44.751Z | Compiling icu_locid_transform_data v1.5.0 |
| 462 | 2026-01-22T04:14:44.897Z | Compiling icu_properties_data v1.5.0 |
| 463 | 2026-01-22T04:14:44.975Z | Compiling quote v1.0.40 |
| 464 | 2026-01-22T04:14:45.100Z | Compiling errno v0.3.12 |
| 465 | 2026-01-22T04:14:45.199Z | Compiling serde_json v1.0.149 |
| 466 | 2026-01-22T04:14:45.351Z | Compiling num-traits v0.2.19 |
| 467 | 2026-01-22T04:14:45.477Z | Compiling syn v2.0.111 |
| 468 | 2026-01-22T04:14:45.611Z | Compiling icu_normalizer_data v1.5.0 |
| 469 | 2026-01-22T04:14:45.639Z | Compiling write16 v1.0.0 |
| 470 | 2026-01-22T04:14:45.668Z | Compiling utf8_iter v1.0.4 |
| 471 | 2026-01-22T04:14:45.696Z | Compiling equivalent v1.0.2 |
| 472 | 2026-01-22T04:14:45.729Z | Compiling hashbrown v0.16.1 |
| 473 | 2026-01-22T04:14:45.795Z | Compiling smallvec v1.15.1 |
| 474 | 2026-01-22T04:14:45.835Z | Compiling typeid v1.0.3 |
| 475 | 2026-01-22T04:14:46.014Z | Compiling rustix v0.38.37 |
| 476 | 2026-01-22T04:14:46.199Z | Compiling utf16_iter v1.0.5 |
| 477 | 2026-01-22T04:14:46.446Z | Compiling usdt-impl v0.5.0 |
| 478 | 2026-01-22T04:14:46.694Z | Compiling proc-macro-error-attr v1.0.4 |
| 479 | 2026-01-22T04:14:46.874Z | Compiling indexmap v2.12.1 |
| 480 | 2026-01-22T04:14:46.899Z | Compiling winnow v0.7.13 |
| 481 | 2026-01-22T04:14:46.902Z | Compiling toml_write v0.1.2 |
| 482 | 2026-01-22T04:14:47.035Z | Compiling syn v1.0.109 |
| 483 | 2026-01-22T04:14:47.171Z | Compiling thread-id v4.2.2 |
| 484 | 2026-01-22T04:14:47.891Z | Compiling proc-macro-error v1.0.4 |
| 485 | 2026-01-22T04:14:48.316Z | Compiling percent-encoding v2.3.2 |
| 486 | 2026-01-22T04:14:48.411Z | Compiling log v0.4.29 |
| 487 | 2026-01-22T04:14:48.676Z | Compiling camino v1.2.1 |
| 488 | 2026-01-22T04:14:48.799Z | Compiling rustix v1.1.3 |
| 489 | 2026-01-22T04:14:48.869Z | Compiling plain v0.2.3 |
| 490 | 2026-01-22T04:14:49.072Z | Compiling utf8parse v0.2.2 |
| 491 | 2026-01-22T04:14:49.273Z | Compiling getrandom v0.3.4 |
| 492 | 2026-01-22T04:14:49.302Z | Compiling anstyle-parse v0.2.5 |
| 493 | 2026-01-22T04:14:49.433Z | Compiling ordered-float v2.10.1 |
| 494 | 2026-01-22T04:14:49.747Z | Compiling form_urlencoded v1.2.2 |
| 495 | 2026-01-22T04:14:49.994Z | Compiling terminal_size v0.4.0 |
| 496 | 2026-01-22T04:14:50.497Z | Compiling anstyle v1.0.11 |
| 497 | 2026-01-22T04:14:50.675Z | Compiling is_terminal_polyfill v1.70.1 |
| 498 | 2026-01-22T04:14:50.710Z | Compiling pretty-hex v0.4.1 |
| 499 | 2026-01-22T04:14:50.713Z | Compiling colorchoice v1.0.2 |
| 500 | 2026-01-22T04:14:50.839Z | Compiling anstyle-query v1.1.1 |
| 501 | 2026-01-22T04:14:50.922Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-01-22T04:14:51.053Z | Compiling anstream v0.6.18 |
| 503 | 2026-01-22T04:14:51.106Z | Compiling semver v1.0.27 |
| 504 | 2026-01-22T04:14:51.770Z | Compiling fs-err v3.1.1 |
| 505 | 2026-01-22T04:14:51.852Z | Compiling fastrand v2.1.1 |
| 506 | 2026-01-22T04:14:51.925Z | Compiling strsim v0.11.1 |
| 507 | 2026-01-22T04:14:51.973Z | Compiling once_cell v1.21.3 |
| 508 | 2026-01-22T04:14:52.115Z | Compiling fnv v1.0.7 |
| 509 | 2026-01-22T04:14:52.289Z | Compiling synstructure v0.13.1 |
| 510 | 2026-01-22T04:14:52.343Z | Compiling unicode-xid v0.2.6 |
| 511 | 2026-01-22T04:14:52.347Z | Compiling anyhow v1.0.99 |
| 512 | 2026-01-22T04:14:52.571Z | Compiling heck v0.4.1 |
| 513 | 2026-01-22T04:14:52.665Z | Compiling heck v0.5.0 |
| 514 | 2026-01-22T04:14:53.035Z | Compiling unicode-width v0.1.14 |
| 515 | 2026-01-22T04:14:53.103Z | Compiling clap_lex v0.7.4 |
| 516 | 2026-01-22T04:14:53.196Z | Compiling bytecount v0.6.8 |
| 517 | 2026-01-22T04:14:53.444Z | Compiling clap_builder v4.5.48 |
| 518 | 2026-01-22T04:14:53.586Z | Compiling papergrid v0.11.0 |
| 519 | 2026-01-22T04:14:53.647Z | Compiling tempfile v3.24.0 |
| 520 | 2026-01-22T04:14:53.836Z | Compiling memmap v0.7.0 |
| 521 | 2026-01-22T04:14:54.059Z | Compiling unicode-width v0.2.0 |
| 522 | 2026-01-22T04:14:54.168Z | Compiling smawk v0.3.2 |
| 523 | 2026-01-22T04:14:54.403Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2026-01-22T04:14:54.621Z | Compiling camino-tempfile v1.4.1 |
| 525 | 2026-01-22T04:14:54.919Z | Compiling textwrap v0.16.2 |
| 526 | 2026-01-22T04:14:55.174Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 527 | 2026-01-22T04:14:55.328Z | Compiling tabled_derive v0.7.0 |
| 528 | 2026-01-22T04:14:55.611Z | Compiling swrite v0.1.0 |
| 529 | 2026-01-22T04:14:56.320Z | Compiling serde_derive v1.0.228 |
| 530 | 2026-01-22T04:14:56.348Z | Compiling zerofrom-derive v0.1.4 |
| 531 | 2026-01-22T04:14:56.351Z | Compiling yoke-derive v0.7.4 |
| 532 | 2026-01-22T04:14:56.351Z | Compiling zerovec-derive v0.10.3 |
| 533 | 2026-01-22T04:14:56.351Z | Compiling thiserror-impl v2.0.17 |
| 534 | 2026-01-22T04:14:57.083Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-01-22T04:14:58.717Z | Compiling thiserror-impl v1.0.69 |
| 536 | 2026-01-22T04:14:58.802Z | Compiling icu_provider_macros v1.5.0 |
| 537 | 2026-01-22T04:14:59.044Z | Compiling zerocopy-derive v0.7.35 |
| 538 | 2026-01-22T04:14:59.696Z | Compiling zerofrom v0.1.4 |
| 539 | 2026-01-22T04:14:59.742Z | Compiling pest v2.8.2 |
| 540 | 2026-01-22T04:14:59.850Z | Compiling scroll_derive v0.12.0 |
| 541 | 2026-01-22T04:14:59.955Z | Compiling yoke v0.7.4 |
| 542 | 2026-01-22T04:15:00.362Z | Compiling zerovec v0.10.4 |
| 543 | 2026-01-22T04:15:00.994Z | Compiling zerocopy v0.7.35 |
| 544 | 2026-01-22T04:15:01.086Z | Compiling clap_derive v4.5.47 |
| 545 | 2026-01-22T04:15:01.267Z | Compiling scroll v0.12.0 |
| 546 | 2026-01-22T04:15:02.049Z | Compiling goblin v0.8.2 |
| 547 | 2026-01-22T04:15:02.052Z | Compiling tabled v0.15.0 |
| 548 | 2026-01-22T04:15:02.219Z | Compiling tinystr v0.7.6 |
| 549 | 2026-01-22T04:15:02.320Z | Compiling icu_collections v1.5.0 |
| 550 | 2026-01-22T04:15:02.406Z | Compiling pest_meta v2.8.2 |
| 551 | 2026-01-22T04:15:02.614Z | Compiling icu_locid v1.5.0 |
| 552 | 2026-01-22T04:15:04.152Z | Compiling icu_provider v1.5.0 |
| 553 | 2026-01-22T04:15:04.606Z | Compiling pest_generator v2.8.2 |
| 554 | 2026-01-22T04:15:04.641Z | Compiling toml_datetime v0.6.11 |
| 555 | 2026-01-22T04:15:04.670Z | Compiling serde_spanned v0.6.9 |
| 556 | 2026-01-22T04:15:04.807Z | Compiling dof v0.3.0 |
| 557 | 2026-01-22T04:15:04.938Z | Compiling icu_locid_transform v1.5.0 |
| 558 | 2026-01-22T04:15:05.125Z | Compiling toml_edit v0.22.27 |
| 559 | 2026-01-22T04:15:05.153Z | Compiling serde_tokenstream v0.2.2 |
| 560 | 2026-01-22T04:15:05.706Z | Compiling erased-serde v0.4.6 |
| 561 | 2026-01-22T04:15:05.737Z | Compiling serde-value v0.7.0 |
| 562 | 2026-01-22T04:15:06.379Z | Compiling icu_properties v1.5.1 |
| 563 | 2026-01-22T04:15:06.550Z | Compiling cargo-platform v0.2.0 |
| 564 | 2026-01-22T04:15:06.863Z | Compiling pest_derive v2.8.2 |
| 565 | 2026-01-22T04:15:06.886Z | Compiling serde-untagged v0.1.7 |
| 566 | 2026-01-22T04:15:07.082Z | Compiling clap v4.5.48 |
| 567 | 2026-01-22T04:15:07.217Z | Compiling macaddr v1.0.1 |
| 568 | 2026-01-22T04:15:07.675Z | Compiling dtrace-parser v0.2.0 |
| 569 | 2026-01-22T04:15:08.561Z | Compiling toml v0.8.23 |
| 570 | 2026-01-22T04:15:09.440Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-01-22T04:15:09.577Z | Compiling usdt-macro v0.5.0 |
| 572 | 2026-01-22T04:15:09.677Z | Compiling usdt-attr-macro v0.5.0 |
| 573 | 2026-01-22T04:15:10.115Z | Compiling icu_normalizer v1.5.0 |
| 574 | 2026-01-22T04:15:10.713Z | Compiling usdt v0.5.0 |
| 575 | 2026-01-22T04:15:10.771Z | Compiling idna_adapter v1.2.0 |
| 576 | 2026-01-22T04:15:10.941Z | Compiling idna v1.0.3 |
| 577 | 2026-01-22T04:15:11.349Z | Compiling url v2.5.4 |
| 578 | 2026-01-22T04:15:12.056Z | Compiling cargo-util-schemas v0.8.2 |
| 579 | 2026-01-22T04:15:13.596Z | Compiling cargo_metadata v0.21.0 |
| 580 | 2026-01-22T04:15:15.168Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 581 | 2026-01-22T04:15:18.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 582 | 2026-01-22T04:15:18.944Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 583 | 2026-01-22T04:15:19.720Z | Downloading crates ... |
| 584 | 2026-01-22T04:15:19.856Z | Downloaded arrayref v0.3.9 |
| 585 | 2026-01-22T04:15:19.868Z | Downloaded aho-corasick v1.1.3 |
| 586 | 2026-01-22T04:15:19.876Z | Downloaded base16ct v0.2.0 |
| 587 | 2026-01-22T04:15:19.880Z | Downloaded backtrace v0.3.74 |
| 588 | 2026-01-22T04:15:19.887Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 589 | 2026-01-22T04:15:19.893Z | Downloaded futures-task v0.3.31 |
| 590 | 2026-01-22T04:15:19.896Z | Downloaded document-features v0.2.11 |
| 591 | 2026-01-22T04:15:19.900Z | Downloaded funty v2.0.0 |
| 592 | 2026-01-22T04:15:19.903Z | Downloaded fd-lock v4.0.2 |
| 593 | 2026-01-22T04:15:19.908Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 594 | 2026-01-22T04:15:19.912Z | Downloaded darling_core v0.20.10 |
| 595 | 2026-01-22T04:15:19.920Z | Downloaded flume v0.11.1 |
| 596 | 2026-01-22T04:15:19.927Z | Downloaded crossterm v0.28.1 |
| 597 | 2026-01-22T04:15:19.937Z | Downloaded half v1.8.3 |
| 598 | 2026-01-22T04:15:19.942Z | Downloaded crossbeam-deque v0.8.5 |
| 599 | 2026-01-22T04:15:19.946Z | Downloaded cstr-argument v0.1.2 |
| 600 | 2026-01-22T04:15:19.949Z | Downloaded crunchy v0.2.2 |
| 601 | 2026-01-22T04:15:19.953Z | Downloaded cfg_aliases v0.2.1 |
| 602 | 2026-01-22T04:15:19.957Z | Downloaded debug-ignore v1.0.5 |
| 603 | 2026-01-22T04:15:19.963Z | Downloaded async-recursion v1.1.1 |
| 604 | 2026-01-22T04:15:19.968Z | Downloaded blake2 v0.10.6 |
| 605 | 2026-01-22T04:15:19.975Z | Downloaded defmt-macros v0.3.9 |
| 606 | 2026-01-22T04:15:19.981Z | Downloaded dirs-sys-next v0.1.2 |
| 607 | 2026-01-22T04:15:19.985Z | Downloaded ascii-canvas v3.0.0 |
| 608 | 2026-01-22T04:15:19.989Z | Downloaded embedded-io v0.4.0 |
| 609 | 2026-01-22T04:15:19.995Z | Downloaded dtrace-parser v0.3.0 |
| 610 | 2026-01-22T04:15:19.999Z | Downloaded crossbeam-epoch v0.9.18 |
| 611 | 2026-01-22T04:15:20.005Z | Downloaded derive-where v1.5.0 |
| 612 | 2026-01-22T04:15:20.012Z | Downloaded dunce v1.0.5 |
| 613 | 2026-01-22T04:15:20.017Z | Downloaded dirs-next v2.0.0 |
| 614 | 2026-01-22T04:15:20.034Z | Downloaded futures-io v0.3.31 |
| 615 | 2026-01-22T04:15:20.037Z | Downloaded aead v0.5.2 |
| 616 | 2026-01-22T04:15:20.042Z | Downloaded either v1.15.0 |
| 617 | 2026-01-22T04:15:20.046Z | Downloaded ed25519 v2.2.3 |
| 618 | 2026-01-22T04:15:20.051Z | Downloaded foreign-types-shared v0.1.1 |
| 619 | 2026-01-22T04:15:20.054Z | Downloaded float-cmp v0.10.0 |
| 620 | 2026-01-22T04:15:20.058Z | Downloaded drift v0.1.2 |
| 621 | 2026-01-22T04:15:20.067Z | Downloaded hubpack_derive v0.1.1 |
| 622 | 2026-01-22T04:15:20.070Z | Downloaded fxhash v0.2.1 |
| 623 | 2026-01-22T04:15:20.074Z | Downloaded futures-sink v0.3.31 |
| 624 | 2026-01-22T04:15:20.077Z | Downloaded heck v0.3.3 |
| 625 | 2026-01-22T04:15:20.082Z | Downloaded foreign-types-macros v0.2.3 |
| 626 | 2026-01-22T04:15:20.085Z | Downloaded cmake v0.1.51 |
| 627 | 2026-01-22T04:15:20.089Z | Downloaded hash32 v0.3.1 |
| 628 | 2026-01-22T04:15:20.094Z | Downloaded hex-literal v0.4.1 |
| 629 | 2026-01-22T04:15:20.097Z | Downloaded des v0.8.1 |
| 630 | 2026-01-22T04:15:20.102Z | Downloaded env_filter v0.1.2 |
| 631 | 2026-01-22T04:15:20.106Z | Downloaded ahash v0.8.12 |
| 632 | 2026-01-22T04:15:20.111Z | Downloaded hyper-tls v0.6.0 |
| 633 | 2026-01-22T04:15:20.115Z | Downloaded hostname v0.4.2 |
| 634 | 2026-01-22T04:15:20.119Z | Downloaded corncobs v0.1.4 |
| 635 | 2026-01-22T04:15:20.123Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 636 | 2026-01-22T04:15:20.129Z | Downloaded ident_case v1.0.1 |
| 637 | 2026-01-22T04:15:20.132Z | Downloaded hostname v0.3.1 |
| 638 | 2026-01-22T04:15:20.136Z | Downloaded kstat-rs v0.2.4 |
| 639 | 2026-01-22T04:15:20.140Z | Downloaded internet-checksum v0.2.1 |
| 640 | 2026-01-22T04:15:20.143Z | Downloaded keccak v0.1.5 |
| 641 | 2026-01-22T04:15:20.146Z | Downloaded is-terminal v0.4.13 |
| 642 | 2026-01-22T04:15:20.150Z | Downloaded derive_more v0.99.20 |
| 643 | 2026-01-22T04:15:20.157Z | Downloaded hyper-staticfile v0.10.1 |
| 644 | 2026-01-22T04:15:20.161Z | Downloaded lalrpop-util v0.19.12 |
| 645 | 2026-01-22T04:15:20.165Z | Downloaded match_cfg v0.1.0 |
| 646 | 2026-01-22T04:15:20.168Z | Downloaded critical-section v1.1.3 |
| 647 | 2026-01-22T04:15:20.172Z | Downloaded maplit v1.0.2 |
| 648 | 2026-01-22T04:15:20.175Z | Downloaded lazycell v1.3.0 |
| 649 | 2026-01-22T04:15:20.178Z | Downloaded md5 v0.7.0 |
| 650 | 2026-01-22T04:15:20.181Z | Downloaded crc32fast v1.4.2 |
| 651 | 2026-01-22T04:15:20.185Z | Downloaded md-5 v0.10.6 |
| 652 | 2026-01-22T04:15:20.189Z | Downloaded mime v0.3.17 |
| 653 | 2026-01-22T04:15:20.193Z | Downloaded managed v0.8.0 |
| 654 | 2026-01-22T04:15:20.196Z | Downloaded derive_more-impl v2.0.1 |
| 655 | 2026-01-22T04:15:20.203Z | Downloaded newline-converter v0.3.0 |
| 656 | 2026-01-22T04:15:20.206Z | Downloaded nibble_vec v0.1.0 |
| 657 | 2026-01-22T04:15:20.209Z | Downloaded newtype-uuid-macros v0.1.0 |
| 658 | 2026-01-22T04:15:20.213Z | Downloaded num_enum_derive v0.5.11 |
| 659 | 2026-01-22T04:15:20.217Z | Downloaded nodrop v0.1.14 |
| 660 | 2026-01-22T04:15:20.220Z | Downloaded libsw v3.5.0 |
| 661 | 2026-01-22T04:15:20.223Z | Downloaded num_threads v0.1.7 |
| 662 | 2026-01-22T04:15:20.226Z | Downloaded num-derive v0.4.2 |
| 663 | 2026-01-22T04:15:20.230Z | Downloaded opaque-debug v0.3.1 |
| 664 | 2026-01-22T04:15:20.233Z | Downloaded parse-display v0.10.0 |
| 665 | 2026-01-22T04:15:20.236Z | Downloaded path-slash v0.1.5 |
| 666 | 2026-01-22T04:15:20.238Z | Downloaded highway v1.3.0 |
| 667 | 2026-01-22T04:15:20.242Z | Downloaded libloading v0.8.5 |
| 668 | 2026-01-22T04:15:20.246Z | Downloaded num-derive v0.3.3 |
| 669 | 2026-01-22T04:15:20.250Z | Downloaded peg-runtime v0.8.5 |
| 670 | 2026-01-22T04:15:20.253Z | Downloaded mime_guess v2.0.5 |
| 671 | 2026-01-22T04:15:20.256Z | Downloaded newtype_derive v0.1.6 |
| 672 | 2026-01-22T04:15:20.260Z | Downloaded nanorand v0.7.0 |
| 673 | 2026-01-22T04:15:20.264Z | Downloaded phf_shared v0.11.2 |
| 674 | 2026-01-22T04:15:20.267Z | Downloaded pbkdf2 v0.12.2 |
| 675 | 2026-01-22T04:15:20.270Z | Downloaded newtype-uuid v1.3.2 |
| 676 | 2026-01-22T04:15:20.275Z | Downloaded native-tls v0.2.12 |
| 677 | 2026-01-22T04:15:20.278Z | Downloaded phf_shared v0.12.1 |
| 678 | 2026-01-22T04:15:20.281Z | Downloaded pin-utils v0.1.0 |
| 679 | 2026-01-22T04:15:20.284Z | Downloaded num_enum v0.5.11 |
| 680 | 2026-01-22T04:15:20.289Z | Downloaded powerfmt v0.2.0 |
| 681 | 2026-01-22T04:15:20.293Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 682 | 2026-01-22T04:15:20.296Z | Downloaded predicates-tree v1.0.12 |
| 683 | 2026-01-22T04:15:20.300Z | Downloaded ignore v0.4.23 |
| 684 | 2026-01-22T04:15:20.303Z | Downloaded predicates-core v1.0.8 |
| 685 | 2026-01-22T04:15:20.307Z | Downloaded progenitor v0.8.0 |
| 686 | 2026-01-22T04:15:20.310Z | Downloaded paste v1.0.15 |
| 687 | 2026-01-22T04:15:20.313Z | Downloaded progenitor-client v0.11.2 |
| 688 | 2026-01-22T04:15:20.318Z | Downloaded progenitor-client v0.10.0 |
| 689 | 2026-01-22T04:15:20.321Z | Downloaded poly1305 v0.8.0 |
| 690 | 2026-01-22T04:15:20.324Z | Downloaded progenitor-macro v0.10.0 |
| 691 | 2026-01-22T04:15:20.328Z | Downloaded quick-error v1.2.3 |
| 692 | 2026-01-22T04:15:20.331Z | Downloaded psl-types v2.0.11 |
| 693 | 2026-01-22T04:15:20.334Z | Downloaded progenitor-macro v0.8.0 |
| 694 | 2026-01-22T04:15:20.337Z | Downloaded polyval v0.6.2 |
| 695 | 2026-01-22T04:15:20.340Z | Downloaded pkcs8 v0.10.2 |
| 696 | 2026-01-22T04:15:20.343Z | Downloaded ref-cast-impl v1.0.25 |
| 697 | 2026-01-22T04:15:20.346Z | Downloaded ref-cast v1.0.25 |
| 698 | 2026-01-22T04:15:20.349Z | Downloaded ppv-lite86 v0.2.20 |
| 699 | 2026-01-22T04:15:20.352Z | Downloaded postgres-protocol v0.6.8 |
| 700 | 2026-01-22T04:15:20.355Z | Downloaded hickory-server v0.25.2 |
| 701 | 2026-01-22T04:15:20.361Z | Downloaded rfc6979 v0.4.0 |
| 702 | 2026-01-22T04:15:20.364Z | Downloaded crossbeam-channel v0.5.15 |
| 703 | 2026-01-22T04:15:20.369Z | Downloaded rtoolbox v0.0.2 |
| 704 | 2026-01-22T04:15:20.372Z | Downloaded progenitor v0.10.0 |
| 705 | 2026-01-22T04:15:20.376Z | Downloaded rustc_version v0.4.1 |
| 706 | 2026-01-22T04:15:20.379Z | Downloaded primeorder v0.13.6 |
| 707 | 2026-01-22T04:15:20.382Z | Downloaded rustc_version v0.1.7 |
| 708 | 2026-01-22T04:15:20.385Z | Downloaded russh-cryptovec v0.7.3 |
| 709 | 2026-01-22T04:15:20.385Z | Downloaded miniz_oxide v0.8.5 |
| 710 | 2026-01-22T04:15:20.388Z | Downloaded cc v1.2.30 |
| 711 | 2026-01-22T04:15:20.394Z | Downloaded rustc-hash v1.1.0 |
| 712 | 2026-01-22T04:15:20.397Z | Downloaded owo-colors v4.2.2 |
| 713 | 2026-01-22T04:15:20.400Z | Downloaded peg-macros v0.8.5 |
| 714 | 2026-01-22T04:15:20.403Z | Downloaded scroll_derive v0.13.1 |
| 715 | 2026-01-22T04:15:20.407Z | Downloaded rand_core v0.6.4 |
| 716 | 2026-01-22T04:15:20.410Z | Downloaded r2d2 v0.8.10 |
| 717 | 2026-01-22T04:15:20.413Z | Downloaded sapling-renderdag v0.1.0 |
| 718 | 2026-01-22T04:15:20.416Z | Downloaded rand_chacha v0.9.0 |
| 719 | 2026-01-22T04:15:20.416Z | Downloaded quinn-udp v0.5.5 |
| 720 | 2026-01-22T04:15:20.420Z | Downloaded jiff-static v0.2.15 |
| 721 | 2026-01-22T04:15:20.423Z | Downloaded resolv-conf v0.7.0 |
| 722 | 2026-01-22T04:15:20.426Z | Downloaded semver v0.1.20 |
| 723 | 2026-01-22T04:15:20.430Z | Downloaded secrecy v0.10.3 |
| 724 | 2026-01-22T04:15:20.433Z | Downloaded secrecy v0.8.0 |
| 725 | 2026-01-22T04:15:20.436Z | Downloaded rand_core v0.9.3 |
| 726 | 2026-01-22T04:15:20.439Z | Downloaded serde_plain v1.0.2 |
| 727 | 2026-01-22T04:15:20.439Z | Downloaded serde-big-array v0.5.1 |
| 728 | 2026-01-22T04:15:20.442Z | Downloaded serde_repr v0.1.19 |
| 729 | 2026-01-22T04:15:20.445Z | Downloaded postcard v1.0.10 |
| 730 | 2026-01-22T04:15:20.448Z | Downloaded progenitor-impl v0.8.0 |
| 731 | 2026-01-22T04:15:20.452Z | Downloaded serde_bytes v0.11.19 |
| 732 | 2026-01-22T04:15:20.455Z | Downloaded signal-hook-tokio v0.3.1 |
| 733 | 2026-01-22T04:15:20.458Z | Downloaded signal-hook-mio v0.2.4 |
| 734 | 2026-01-22T04:15:20.461Z | Downloaded signature v2.2.0 |
| 735 | 2026-01-22T04:15:20.464Z | Downloaded rustls-native-certs v0.8.1 |
| 736 | 2026-01-22T04:15:20.467Z | Downloaded sha1 v0.10.6 |
| 737 | 2026-01-22T04:15:20.472Z | Downloaded rustls-pemfile v2.2.0 |
| 738 | 2026-01-22T04:15:20.475Z | Downloaded siphasher v1.0.1 |
| 739 | 2026-01-22T04:15:20.475Z | Downloaded siphasher v0.3.11 |
| 740 | 2026-01-22T04:15:20.478Z | Downloaded scopeguard v1.2.0 |
| 741 | 2026-01-22T04:15:20.481Z | Downloaded rustversion v1.0.22 |
| 742 | 2026-01-22T04:15:20.484Z | Downloaded slog-bunyan v2.5.0 |
| 743 | 2026-01-22T04:15:20.487Z | Downloaded openssl-sys v0.9.109 |
| 744 | 2026-01-22T04:15:20.491Z | Downloaded prefix-trie v0.7.0 |
| 745 | 2026-01-22T04:15:20.496Z | Downloaded slog-envlogger v2.2.0 |
| 746 | 2026-01-22T04:15:20.499Z | Downloaded hashbrown v0.12.3 |
| 747 | 2026-01-22T04:15:20.503Z | Downloaded serde_path_to_error v0.1.20 |
| 748 | 2026-01-22T04:15:20.506Z | Downloaded sct v0.7.1 |
| 749 | 2026-01-22T04:15:20.513Z | Downloaded sec1 v0.7.3 |
| 750 | 2026-01-22T04:15:20.516Z | Downloaded progenitor-impl v0.10.0 |
| 751 | 2026-01-22T04:15:20.519Z | Downloaded strip-ansi-escapes v0.2.0 |
| 752 | 2026-01-22T04:15:20.519Z | Downloaded p256 v0.13.2 |
| 753 | 2026-01-22T04:15:20.524Z | Downloaded strum v0.27.2 |
| 754 | 2026-01-22T04:15:20.527Z | Downloaded sqlparser_derive v0.2.2 |
| 755 | 2026-01-22T04:15:20.530Z | Downloaded signal-hook-registry v1.4.2 |
| 756 | 2026-01-22T04:15:20.530Z | Downloaded ssh-cipher v0.2.0 |
| 757 | 2026-01-22T04:15:20.533Z | Downloaded russh-keys v0.45.0 |
| 758 | 2026-01-22T04:15:20.548Z | Downloaded http v1.4.0 |
| 759 | 2026-01-22T04:15:20.554Z | Downloaded slog-async v2.8.0 |
| 760 | 2026-01-22T04:15:20.554Z | Downloaded slab v0.4.9 |
| 761 | 2026-01-22T04:15:20.554Z | Downloaded tabled_derive v0.10.0 |
| 762 | 2026-01-22T04:15:20.554Z | Downloaded crossterm v0.29.0 |
| 763 | 2026-01-22T04:15:20.557Z | Downloaded tap v1.0.1 |
| 764 | 2026-01-22T04:15:20.560Z | Downloaded slog-term v2.9.2 |
| 765 | 2026-01-22T04:15:20.563Z | Downloaded slog-stdlog v4.1.1 |
| 766 | 2026-01-22T04:15:20.563Z | Downloaded slog-scope v4.4.0 |
| 767 | 2026-01-22T04:15:20.566Z | Downloaded subtle v2.6.1 |
| 768 | 2026-01-22T04:15:20.569Z | Downloaded time-core v0.1.6 |
| 769 | 2026-01-22T04:15:20.572Z | Downloaded thread-id v5.0.0 |
| 770 | 2026-01-22T04:15:20.572Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 771 | 2026-01-22T04:15:20.575Z | Downloaded smf v0.2.3 |
| 772 | 2026-01-22T04:15:20.579Z | Downloaded slog-json v2.6.1 |
| 773 | 2026-01-22T04:15:20.582Z | Downloaded snafu-derive v0.8.5 |
| 774 | 2026-01-22T04:15:20.582Z | Downloaded static_assertions v1.1.0 |
| 775 | 2026-01-22T04:15:20.585Z | Downloaded serde_with_macros v3.16.1 |
| 776 | 2026-01-22T04:15:20.588Z | Downloaded thread_local v1.1.8 |
| 777 | 2026-01-22T04:15:20.591Z | Downloaded tinyvec_macros v0.1.1 |
| 778 | 2026-01-22T04:15:20.591Z | Downloaded spki v0.7.3 |
| 779 | 2026-01-22T04:15:20.594Z | Downloaded ron v0.8.1 |
| 780 | 2026-01-22T04:15:20.599Z | Downloaded strum_macros v0.24.3 |
| 781 | 2026-01-22T04:15:20.603Z | Downloaded ssh-encoding v0.2.0 |
| 782 | 2026-01-22T04:15:20.606Z | Downloaded structmeta v0.3.0 |
| 783 | 2026-01-22T04:15:20.606Z | Downloaded string_cache v0.8.9 |
| 784 | 2026-01-22T04:15:20.610Z | Downloaded slog-dtrace v0.3.0 |
| 785 | 2026-01-22T04:15:20.613Z | Downloaded support-bundle-viewer v0.1.2 |
| 786 | 2026-01-22T04:15:20.613Z | Downloaded aes v0.8.4 |
| 787 | 2026-01-22T04:15:20.617Z | Downloaded hashbrown v0.15.4 |
| 788 | 2026-01-22T04:15:20.623Z | Downloaded libm v0.2.8 |
| 789 | 2026-01-22T04:15:20.632Z | Downloaded time-macros v0.2.24 |
| 790 | 2026-01-22T04:15:20.635Z | Downloaded termios v0.3.3 |
| 791 | 2026-01-22T04:15:20.638Z | Downloaded spin v0.9.8 |
| 792 | 2026-01-22T04:15:20.641Z | Downloaded num-bigint v0.4.6 |
| 793 | 2026-01-22T04:15:20.647Z | Downloaded tower-layer v0.3.3 |
| 794 | 2026-01-22T04:15:20.649Z | Downloaded thiserror-no-std v2.0.2 |
| 795 | 2026-01-22T04:15:20.652Z | Downloaded signal-hook v0.3.18 |
| 796 | 2026-01-22T04:15:20.657Z | Downloaded try-lock v0.2.5 |
| 797 | 2026-01-22T04:15:20.660Z | Downloaded trait-variant v0.1.2 |
| 798 | 2026-01-22T04:15:20.660Z | Downloaded tokio-dtrace v0.1.0 |
| 799 | 2026-01-22T04:15:20.663Z | Downloaded similar v2.7.0 |
| 800 | 2026-01-22T04:15:20.667Z | Downloaded iri-string v0.7.8 |
| 801 | 2026-01-22T04:15:20.675Z | Downloaded untrusted v0.7.1 |
| 802 | 2026-01-22T04:15:20.679Z | Downloaded untrusted v0.9.0 |
| 803 | 2026-01-22T04:15:20.679Z | Downloaded typify-macro v0.2.0 |
| 804 | 2026-01-22T04:15:20.682Z | Downloaded unit-prefix v0.5.1 |
| 805 | 2026-01-22T04:15:20.682Z | Downloaded itertools v0.10.5 |
| 806 | 2026-01-22T04:15:20.688Z | Downloaded usdt-macro v0.6.0 |
| 807 | 2026-01-22T04:15:20.691Z | Downloaded universal-hash v0.5.1 |
| 808 | 2026-01-22T04:15:20.694Z | Downloaded topological-sort v0.2.2 |
| 809 | 2026-01-22T04:15:20.694Z | Downloaded toml_writer v1.0.4 |
| 810 | 2026-01-22T04:15:20.697Z | Downloaded rsa v0.9.8 |
| 811 | 2026-01-22T04:15:20.700Z | Downloaded utf-8 v0.7.6 |
| 812 | 2026-01-22T04:15:20.705Z | Downloaded socket2 v0.6.1 |
| 813 | 2026-01-22T04:15:20.708Z | Downloaded socket2 v0.5.10 |
| 814 | 2026-01-22T04:15:20.708Z | Downloaded toml_datetime v0.7.3 |
| 815 | 2026-01-22T04:15:20.711Z | Downloaded tower-service v0.3.3 |
| 816 | 2026-01-22T04:15:20.711Z | Downloaded tui-tree-widget v0.23.1 |
| 817 | 2026-01-22T04:15:20.714Z | Downloaded usdt-attr-macro v0.6.0 |
| 818 | 2026-01-22T04:15:20.715Z | Downloaded hyper v1.8.1 |
| 819 | 2026-01-22T04:15:20.720Z | Downloaded tinyvec v1.8.0 |
| 820 | 2026-01-22T04:15:20.723Z | Downloaded which v4.4.2 |
| 821 | 2026-01-22T04:15:20.726Z | Downloaded xattr v1.3.1 |
| 822 | 2026-01-22T04:15:20.730Z | Downloaded want v0.3.1 |
| 823 | 2026-01-22T04:15:20.730Z | Downloaded h2 v0.4.6 |
| 824 | 2026-01-22T04:15:20.736Z | Downloaded unicase v2.8.1 |
| 825 | 2026-01-22T04:15:20.739Z | Downloaded tracing-attributes v0.1.27 |
| 826 | 2026-01-22T04:15:20.742Z | Downloaded xshell-macros v0.2.7 |
| 827 | 2026-01-22T04:15:20.743Z | Downloaded typify v0.2.0 |
| 828 | 2026-01-22T04:15:20.745Z | Downloaded tar v0.4.44 |
| 829 | 2026-01-22T04:15:20.749Z | Downloaded usdt-impl v0.6.0 |
| 830 | 2026-01-22T04:15:20.751Z | Downloaded slog v2.8.2 |
| 831 | 2026-01-22T04:15:20.754Z | Downloaded toml_parser v1.0.4 |
| 832 | 2026-01-22T04:15:20.757Z | Downloaded usdt v0.6.0 |
| 833 | 2026-01-22T04:15:20.760Z | Downloaded zone_cfg_derive v0.3.0 |
| 834 | 2026-01-22T04:15:20.761Z | Downloaded zone_cfg_derive v0.1.2 |
| 835 | 2026-01-22T04:15:20.761Z | Downloaded zone v0.3.1 |
| 836 | 2026-01-22T04:15:20.761Z | Downloaded vergen-lib v0.1.6 |
| 837 | 2026-01-22T04:15:20.764Z | Downloaded zone v0.1.8 |
| 838 | 2026-01-22T04:15:20.764Z | Downloaded vergen-gitcl v1.0.8 |
| 839 | 2026-01-22T04:15:20.766Z | Downloaded subprocess v0.2.9 |
| 840 | 2026-01-22T04:15:20.770Z | Downloaded zeroize_derive v1.4.2 |
| 841 | 2026-01-22T04:15:20.770Z | Downloaded uzers v0.12.1 |
| 842 | 2026-01-22T04:15:20.773Z | Downloaded snafu v0.8.5 |
| 843 | 2026-01-22T04:15:20.779Z | Downloaded tokio-rustls v0.26.0 |
| 844 | 2026-01-22T04:15:20.781Z | Downloaded wyz v0.5.1 |
| 845 | 2026-01-22T04:15:20.784Z | Downloaded test-strategy v0.4.3 |
| 846 | 2026-01-22T04:15:20.787Z | Downloaded tokio-rustls v0.25.0 |
| 847 | 2026-01-22T04:15:20.791Z | Downloaded xz2 v0.1.7 |
| 848 | 2026-01-22T04:15:20.794Z | Downloaded vergen-git2 v1.0.7 |
| 849 | 2026-01-22T04:15:20.794Z | Downloaded vsss-rs v3.3.4 |
| 850 | 2026-01-22T04:15:20.797Z | Downloaded zeroize v1.8.1 |
| 851 | 2026-01-22T04:15:20.800Z | Downloaded xshell v0.2.7 |
| 852 | 2026-01-22T04:15:20.800Z | Downloaded itertools v0.14.0 |
| 853 | 2026-01-22T04:15:20.807Z | Downloaded unicode-properties v0.1.3 |
| 854 | 2026-01-22T04:15:20.811Z | Downloaded itertools v0.12.1 |
| 855 | 2026-01-22T04:15:20.817Z | Downloaded schemars v1.0.4 |
| 856 | 2026-01-22T04:15:20.832Z | Downloaded unsafe-libyaml v0.2.11 |
| 857 | 2026-01-22T04:15:20.836Z | Downloaded toml v0.9.8 |
| 858 | 2026-01-22T04:15:20.840Z | Downloaded hkdf v0.12.4 |
| 859 | 2026-01-22T04:15:20.843Z | Downloaded vergen v9.0.6 |
| 860 | 2026-01-22T04:15:20.846Z | Downloaded samael v0.0.19 |
| 861 | 2026-01-22T04:15:20.851Z | Downloaded zstd v0.13.3 |
| 862 | 2026-01-22T04:15:20.854Z | Downloaded tracing v0.1.40 |
| 863 | 2026-01-22T04:15:20.858Z | Downloaded zstd-safe v7.2.3 |
| 864 | 2026-01-22T04:15:20.862Z | Downloaded whoami v1.5.2 |
| 865 | 2026-01-22T04:15:20.865Z | Downloaded unicode-bidi v0.3.17 |
| 866 | 2026-01-22T04:15:20.868Z | Downloaded bindgen v0.69.5 |
| 867 | 2026-01-22T04:15:20.872Z | Downloaded tungstenite v0.23.0 |
| 868 | 2026-01-22T04:15:20.876Z | Downloaded zerocopy v0.6.6 |
| 869 | 2026-01-22T04:15:20.879Z | Downloaded value-bag v1.12.0 |
| 870 | 2026-01-22T04:15:20.882Z | Downloaded rpassword v7.4.0 |
| 871 | 2026-01-22T04:15:20.885Z | Downloaded rustyline v14.0.0 |
| 872 | 2026-01-22T04:15:20.889Z | Downloaded zopfli v0.8.1 |
| 873 | 2026-01-22T04:15:20.893Z | Downloaded steno v0.4.1 |
| 874 | 2026-01-22T04:15:20.896Z | Downloaded ssh-key v0.6.6 |
| 875 | 2026-01-22T04:15:20.904Z | Downloaded typify v0.4.3 |
| 876 | 2026-01-22T04:15:20.909Z | Downloaded unicode_categories v0.1.1 |
| 877 | 2026-01-22T04:15:20.913Z | Downloaded bitvec v1.0.1 |
| 878 | 2026-01-22T04:15:20.927Z | Downloaded yasna v0.5.2 |
| 879 | 2026-01-22T04:15:20.930Z | Downloaded uuid v1.19.0 |
| 880 | 2026-01-22T04:15:20.933Z | Downloaded toml_edit v0.19.15 |
| 881 | 2026-01-22T04:15:20.949Z | Downloaded reedline v0.40.0 |
| 882 | 2026-01-22T04:15:20.955Z | Downloaded git2 v0.20.2 |
| 883 | 2026-01-22T04:15:20.965Z | Downloaded zerocopy-derive v0.8.27 |
| 884 | 2026-01-22T04:15:20.971Z | Downloaded zip v0.6.6 |
| 885 | 2026-01-22T04:15:20.975Z | Downloaded x509-cert v0.2.5 |
| 886 | 2026-01-22T04:15:20.982Z | Downloaded reqwest v0.12.24 |
| 887 | 2026-01-22T04:15:20.988Z | Downloaded typed-path v0.9.3 |
| 888 | 2026-01-22T04:15:20.996Z | Downloaded time v0.3.43 |
| 889 | 2026-01-22T04:15:21.003Z | Downloaded regex v1.11.3 |
| 890 | 2026-01-22T04:15:21.010Z | Downloaded goblin v0.10.2 |
| 891 | 2026-01-22T04:15:21.018Z | Downloaded rustls-webpki v0.102.8 |
| 892 | 2026-01-22T04:15:21.039Z | Downloaded tower v0.5.2 |
| 893 | 2026-01-22T04:15:21.049Z | Downloaded serde_with v3.16.1 |
| 894 | 2026-01-22T04:15:21.061Z | Downloaded curve25519-dalek v4.1.3 |
| 895 | 2026-01-22T04:15:21.070Z | Downloaded tower-http v0.6.6 |
| 896 | 2026-01-22T04:15:21.078Z | Downloaded salty v0.3.0 |
| 897 | 2026-01-22T04:15:21.086Z | Downloaded radix_trie v0.2.1 |
| 898 | 2026-01-22T04:15:21.091Z | Downloaded tough v0.20.0 |
| 899 | 2026-01-22T04:15:21.100Z | Downloaded zip v4.2.0 |
| 900 | 2026-01-22T04:15:21.107Z | Downloaded gimli v0.31.1 |
| 901 | 2026-01-22T04:15:21.114Z | Downloaded unicode-normalization v0.1.24 |
| 902 | 2026-01-22T04:15:21.117Z | Downloaded dropshot v0.16.6 |
| 903 | 2026-01-22T04:15:21.140Z | Downloaded tabled v0.18.0 |
| 904 | 2026-01-22T04:15:21.158Z | Downloaded winnow v0.6.26 |
| 905 | 2026-01-22T04:15:21.166Z | Downloaded winnow v0.5.40 |
| 906 | 2026-01-22T04:15:21.174Z | Downloaded openssl v0.10.73 |
| 907 | 2026-01-22T04:15:21.183Z | Downloaded tabled v0.20.0 |
| 908 | 2026-01-22T04:15:21.201Z | Downloaded object v0.30.4 |
| 909 | 2026-01-22T04:15:21.210Z | Downloaded rustls v0.22.4 |
| 910 | 2026-01-22T04:15:21.223Z | Downloaded zlib-rs v0.5.1 |
| 911 | 2026-01-22T04:15:21.229Z | Downloaded zerocopy v0.8.27 |
| 912 | 2026-01-22T04:15:21.249Z | Downloaded vcpkg v0.2.15 |
| 913 | 2026-01-22T04:15:21.286Z | Downloaded openapiv3 v2.2.0 |
| 914 | 2026-01-22T04:15:21.297Z | Downloaded hickory-proto v0.24.4 |
| 915 | 2026-01-22T04:15:21.311Z | Downloaded object v0.36.5 |
| 916 | 2026-01-22T04:15:21.322Z | Downloaded webpki-roots v1.0.1 |
| 917 | 2026-01-22T04:15:21.325Z | Downloaded smoltcp v0.11.0 |
| 918 | 2026-01-22T04:15:21.337Z | Downloaded regress v0.10.4 |
| 919 | 2026-01-22T04:15:21.346Z | Downloaded regex-syntax v0.8.5 |
| 920 | 2026-01-22T04:15:21.354Z | Downloaded smoltcp v0.9.1 |
| 921 | 2026-01-22T04:15:21.364Z | Downloaded rustls v0.21.12 |
| 922 | 2026-01-22T04:15:21.375Z | Downloaded rustls v0.23.19 |
| 923 | 2026-01-22T04:15:21.387Z | Downloaded sled v0.34.7 |
| 924 | 2026-01-22T04:15:21.397Z | Downloaded bstr v1.10.0 |
| 925 | 2026-01-22T04:15:21.406Z | Downloaded typify-impl v0.4.3 |
| 926 | 2026-01-22T04:15:21.422Z | Downloaded ratatui v0.29.0 |
| 927 | 2026-01-22T04:15:21.439Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 928 | 2026-01-22T04:15:21.449Z | Downloaded typify-impl v0.2.0 |
| 929 | 2026-01-22T04:15:21.461Z | Downloaded nix v0.29.0 |
| 930 | 2026-01-22T04:15:21.474Z | Downloaded nix v0.30.1 |
| 931 | 2026-01-22T04:15:21.483Z | Downloaded hickory-proto v0.25.2 |
| 932 | 2026-01-22T04:15:21.498Z | Downloaded regex-automata v0.4.11 |
| 933 | 2026-01-22T04:15:21.513Z | Downloaded zerocopy-derive v0.6.6 |
| 934 | 2026-01-22T04:15:21.522Z | Downloaded nix v0.28.0 |
| 935 | 2026-01-22T04:15:21.532Z | Downloaded lzma-sys v0.1.20 |
| 936 | 2026-01-22T04:15:21.560Z | Downloaded jiff v0.2.15 |
| 937 | 2026-01-22T04:15:21.574Z | Downloaded petgraph v0.6.5 |
| 938 | 2026-01-22T04:15:21.590Z | Downloaded regex-syntax v0.6.29 |
| 939 | 2026-01-22T04:15:21.596Z | Downloaded polar-core v0.27.3 |
| 940 | 2026-01-22T04:15:21.604Z | Downloaded proptest v1.7.0 |
| 941 | 2026-01-22T04:15:21.614Z | Downloaded petgraph v0.8.2 |
| 942 | 2026-01-22T04:15:21.632Z | Downloaded chrono-tz v0.10.4 |
| 943 | 2026-01-22T04:15:21.646Z | Downloaded sqlparser v0.45.0 |
| 944 | 2026-01-22T04:15:21.651Z | Downloaded libz-sys v1.1.20 |
| 945 | 2026-01-22T04:15:21.669Z | Downloaded nix v0.27.1 |
| 946 | 2026-01-22T04:15:21.678Z | Downloaded sha3 v0.10.8 |
| 947 | 2026-01-22T04:15:21.683Z | Downloaded quinn-proto v0.11.8 |
| 948 | 2026-01-22T04:15:21.689Z | Downloaded tokio v1.48.0 |
| 949 | 2026-01-22T04:15:21.724Z | Downloaded quick-xml v0.37.2 |
| 950 | 2026-01-22T04:15:21.729Z | Downloaded petname v2.0.2 |
| 951 | 2026-01-22T04:15:21.733Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 952 | 2026-01-22T04:15:21.749Z | Downloaded p384 v0.13.1 |
| 953 | 2026-01-22T04:15:21.753Z | Downloaded bindgen v0.71.1 |
| 954 | 2026-01-22T04:15:21.759Z | Downloaded rayon v1.10.0 |
| 955 | 2026-01-22T04:15:21.767Z | Downloaded moka v0.12.10 |
| 956 | 2026-01-22T04:15:21.777Z | Downloaded diesel v2.2.12 |
| 957 | 2026-01-22T04:15:21.794Z | Downloaded chrono v0.4.42 |
| 958 | 2026-01-22T04:15:21.800Z | Downloaded tokio-util v0.7.15 |
| 959 | 2026-01-22T04:15:21.806Z | Downloaded lalrpop v0.19.12 |
| 960 | 2026-01-22T04:15:21.815Z | Downloaded rustls-webpki v0.101.7 |
| 961 | 2026-01-22T04:15:21.827Z | Downloaded portable-atomic v1.11.0 |
| 962 | 2026-01-22T04:15:21.833Z | Downloaded yansi v1.0.1 |
| 963 | 2026-01-22T04:15:21.836Z | Downloaded unicode-segmentation v1.12.0 |
| 964 | 2026-01-22T04:15:21.839Z | Downloaded tokio-postgres v0.7.13 |
| 965 | 2026-01-22T04:15:21.843Z | Downloaded russh v0.45.0 |
| 966 | 2026-01-22T04:15:21.848Z | Downloaded p521 v0.13.3 |
| 967 | 2026-01-22T04:15:21.852Z | Downloaded vte v0.11.1 |
| 968 | 2026-01-22T04:15:21.855Z | Downloaded tungstenite v0.21.0 |
| 969 | 2026-01-22T04:15:21.858Z | Downloaded tracing-core v0.1.32 |
| 970 | 2026-01-22T04:15:21.861Z | Downloaded aws-lc-rs v1.12.4 |
| 971 | 2026-01-22T04:15:21.868Z | Downloaded blake3 v1.5.4 |
| 972 | 2026-01-22T04:15:21.875Z | Downloaded encoding_rs v0.8.34 |
| 973 | 2026-01-22T04:15:21.894Z | Downloaded walkdir v2.5.0 |
| 974 | 2026-01-22T04:15:21.897Z | Downloaded toml v0.7.8 |
| 975 | 2026-01-22T04:15:21.900Z | Downloaded twox-hash v2.1.0 |
| 976 | 2026-01-22T04:15:21.900Z | Downloaded tokio-rustls v0.24.1 |
| 977 | 2026-01-22T04:15:21.903Z | Downloaded itertools v0.13.0 |
| 978 | 2026-01-22T04:15:21.908Z | Downloaded waitgroup v0.1.2 |
| 979 | 2026-01-22T04:15:21.910Z | Downloaded wait-timeout v0.2.0 |
| 980 | 2026-01-22T04:15:21.911Z | Downloaded void v1.0.2 |
| 981 | 2026-01-22T04:15:21.911Z | Downloaded tokio-stream v0.1.17 |
| 982 | 2026-01-22T04:15:21.914Z | Downloaded vte_generate_state_changes v0.1.2 |
| 983 | 2026-01-22T04:15:21.917Z | Downloaded tiny-keccak v2.0.2 |
| 984 | 2026-01-22T04:15:21.921Z | Downloaded rand v0.9.2 |
| 985 | 2026-01-22T04:15:21.924Z | Downloaded num-bigint-dig v0.8.6 |
| 986 | 2026-01-22T04:15:21.927Z | Downloaded tls_codec_derive v0.4.1 |
| 987 | 2026-01-22T04:15:21.927Z | Downloaded schemars v0.9.0 |
| 988 | 2026-01-22T04:15:21.938Z | Downloaded ring v0.17.14 |
| 989 | 2026-01-22T04:15:21.975Z | Downloaded nom v7.1.3 |
| 990 | 2026-01-22T04:15:21.980Z | Downloaded futures-util v0.3.31 |
| 991 | 2026-01-22T04:15:21.990Z | Downloaded tokio-tungstenite v0.23.1 |
| 992 | 2026-01-22T04:15:21.993Z | Downloaded schemars v0.8.22 |
| 993 | 2026-01-22T04:15:22.002Z | Downloaded unicode-truncate v1.1.0 |
| 994 | 2026-01-22T04:15:22.005Z | Downloaded typify-macro v0.4.3 |
| 995 | 2026-01-22T04:15:22.005Z | Downloaded term v1.1.0 |
| 996 | 2026-01-22T04:15:22.008Z | Downloaded term v0.7.0 |
| 997 | 2026-01-22T04:15:22.033Z | Downloaded unarray v0.1.4 |
| 998 | 2026-01-22T04:15:22.034Z | Downloaded tokio-tungstenite v0.21.0 |
| 999 | 2026-01-22T04:15:22.034Z | Downloaded tokio-native-tls v0.3.1 |
| 1000 | 2026-01-22T04:15:22.034Z | Downloaded tokio-macros v2.6.0 |
| 1001 | 2026-01-22T04:15:22.034Z | Downloaded rayon-core v1.12.1 |
| 1002 | 2026-01-22T04:15:22.034Z | Downloaded rand v0.8.5 |
| 1003 | 2026-01-22T04:15:22.034Z | Downloaded sqlformat v0.3.5 |
| 1004 | 2026-01-22T04:15:22.034Z | Downloaded mio v1.0.2 |
| 1005 | 2026-01-22T04:15:22.034Z | Downloaded qorb v0.4.1 |
| 1006 | 2026-01-22T04:15:22.034Z | Downloaded publicsuffix v2.3.0 |
| 1007 | 2026-01-22T04:15:22.037Z | Downloaded tls_codec v0.4.1 |
| 1008 | 2026-01-22T04:15:22.037Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1009 | 2026-01-22T04:15:22.085Z | Downloaded serde_cbor v0.11.2 |
| 1010 | 2026-01-22T04:15:22.089Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1011 | 2026-01-22T04:15:22.092Z | Downloaded libxml v0.3.3 |
| 1012 | 2026-01-22T04:15:22.096Z | Downloaded smallvec v0.6.14 |
| 1013 | 2026-01-22T04:15:22.099Z | Downloaded progenitor-impl v0.11.2 |
| 1014 | 2026-01-22T04:15:22.099Z | Downloaded aes-gcm v0.10.3 |
| 1015 | 2026-01-22T04:15:22.102Z | Downloaded strum_macros v0.27.2 |
| 1016 | 2026-01-22T04:15:22.107Z | Downloaded strum_macros v0.26.4 |
| 1017 | 2026-01-22T04:15:22.107Z | Downloaded stringprep v0.1.5 |
| 1018 | 2026-01-22T04:15:22.112Z | Downloaded quinn v0.11.5 |
| 1019 | 2026-01-22T04:15:22.112Z | Downloaded rustls-pki-types v1.10.0 |
| 1020 | 2026-01-22T04:15:22.115Z | Downloaded prettyplease v0.2.36 |
| 1021 | 2026-01-22T04:15:22.115Z | Downloaded pretty_assertions v1.4.1 |
| 1022 | 2026-01-22T04:15:22.119Z | Downloaded serde-hex v0.1.0 |
| 1023 | 2026-01-22T04:15:22.119Z | Downloaded iddqd v0.3.16 |
| 1024 | 2026-01-22T04:15:22.124Z | Downloaded serde_derive_internals v0.29.1 |
| 1025 | 2026-01-22T04:15:22.127Z | Downloaded testing_table v0.3.0 |
| 1026 | 2026-01-22T04:15:22.127Z | Downloaded termtree v0.5.1 |
| 1027 | 2026-01-22T04:15:22.128Z | Downloaded tagptr v0.2.0 |
| 1028 | 2026-01-22T04:15:22.131Z | Downloaded take_mut v0.2.2 |
| 1029 | 2026-01-22T04:15:22.132Z | Downloaded tabwriter v1.4.0 |
| 1030 | 2026-01-22T04:15:22.132Z | Downloaded tabled_derive v0.11.0 |
| 1031 | 2026-01-22T04:15:22.136Z | Downloaded sync_wrapper v1.0.1 |
| 1032 | 2026-01-22T04:15:22.136Z | Downloaded sync-ptr v0.1.4 |
| 1033 | 2026-01-22T04:15:22.136Z | Downloaded ron v0.7.1 |
| 1034 | 2026-01-22T04:15:22.139Z | Downloaded rcgen v0.12.1 |
| 1035 | 2026-01-22T04:15:22.143Z | Downloaded hyper-util v0.1.19 |
| 1036 | 2026-01-22T04:15:22.147Z | Downloaded supports-color v3.0.2 |
| 1037 | 2026-01-22T04:15:22.147Z | Downloaded strum v0.26.3 |
| 1038 | 2026-01-22T04:15:22.147Z | Downloaded structmeta-derive v0.3.0 |
| 1039 | 2026-01-22T04:15:22.150Z | Downloaded ryu v1.0.18 |
| 1040 | 2026-01-22T04:15:22.150Z | Downloaded pin-project v1.1.6 |
| 1041 | 2026-01-22T04:15:22.171Z | Downloaded hashbrown v0.13.2 |
| 1042 | 2026-01-22T04:15:22.175Z | Downloaded shlex v1.3.0 |
| 1043 | 2026-01-22T04:15:22.175Z | Downloaded scroll v0.13.0 |
| 1044 | 2026-01-22T04:15:22.175Z | Downloaded schemars_derive v0.8.22 |
| 1045 | 2026-01-22T04:15:22.175Z | Downloaded papergrid v0.17.0 |
| 1046 | 2026-01-22T04:15:22.175Z | Downloaded minimal-lexical v0.2.1 |
| 1047 | 2026-01-22T04:15:22.179Z | Downloaded simd-adler32 v0.3.7 |
| 1048 | 2026-01-22T04:15:22.179Z | Downloaded sigpipe v0.1.3 |
| 1049 | 2026-01-22T04:15:22.179Z | Downloaded rusty-fork v0.3.0 |
| 1050 | 2026-01-22T04:15:22.179Z | Downloaded rustls-pemfile v1.0.4 |
| 1051 | 2026-01-22T04:15:22.182Z | Downloaded rustc-demangle v0.1.24 |
| 1052 | 2026-01-22T04:15:22.182Z | Downloaded rand_seeder v0.4.0 |
| 1053 | 2026-01-22T04:15:22.185Z | Downloaded serde_spanned v1.0.3 |
| 1054 | 2026-01-22T04:15:22.186Z | Downloaded shell-words v1.1.0 |
| 1055 | 2026-01-22T04:15:22.186Z | Downloaded serde_urlencoded v0.7.1 |
| 1056 | 2026-01-22T04:15:22.186Z | Downloaded heapless v0.7.17 |
| 1057 | 2026-01-22T04:15:22.189Z | Downloaded indicatif v0.17.11 |
| 1058 | 2026-01-22T04:15:22.192Z | Downloaded seq-macro v0.3.6 |
| 1059 | 2026-01-22T04:15:22.195Z | Downloaded is_ci v1.2.0 |
| 1060 | 2026-01-22T04:15:22.195Z | Downloaded scrypt v0.11.0 |
| 1061 | 2026-01-22T04:15:22.200Z | Downloaded indicatif v0.18.0 |
| 1062 | 2026-01-22T04:15:22.203Z | Downloaded predicates v3.1.3 |
| 1063 | 2026-01-22T04:15:22.203Z | Downloaded pkcs5 v0.7.1 |
| 1064 | 2026-01-22T04:15:22.208Z | Downloaded papergrid v0.14.0 |
| 1065 | 2026-01-22T04:15:22.211Z | Downloaded pkcs1 v0.7.5 |
| 1066 | 2026-01-22T04:15:22.214Z | Downloaded postgres-types v0.2.9 |
| 1067 | 2026-01-22T04:15:22.214Z | Downloaded oso v0.27.3 |
| 1068 | 2026-01-22T04:15:22.217Z | Downloaded expectorate v1.2.0 |
| 1069 | 2026-01-22T04:15:22.220Z | Downloaded salsa20 v0.10.2 |
| 1070 | 2026-01-22T04:15:22.220Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1071 | 2026-01-22T04:15:22.220Z | Downloaded same-file v1.0.6 |
| 1072 | 2026-01-22T04:15:22.224Z | Downloaded hickory-resolver v0.24.4 |
| 1073 | 2026-01-22T04:15:22.227Z | Downloaded progenitor v0.11.2 |
| 1074 | 2026-01-22T04:15:22.227Z | Downloaded hickory-resolver v0.25.2 |
| 1075 | 2026-01-22T04:15:22.231Z | Downloaded headers v0.4.1 |
| 1076 | 2026-01-22T04:15:22.234Z | Downloaded rustc-hash v2.1.1 |
| 1077 | 2026-01-22T04:15:22.234Z | Downloaded oxnet v0.1.4 |
| 1078 | 2026-01-22T04:15:22.237Z | Downloaded proc-macro-error2 v2.0.1 |
| 1079 | 2026-01-22T04:15:22.240Z | Downloaded parking_lot v0.12.3 |
| 1080 | 2026-01-22T04:15:22.240Z | Downloaded parking_lot v0.11.2 |
| 1081 | 2026-01-22T04:15:22.244Z | Downloaded rand_xorshift v0.4.0 |
| 1082 | 2026-01-22T04:15:22.244Z | Downloaded rand_chacha v0.3.1 |
| 1083 | 2026-01-22T04:15:22.247Z | Downloaded radium v0.7.0 |
| 1084 | 2026-01-22T04:15:22.247Z | Downloaded pin-project-lite v0.2.14 |
| 1085 | 2026-01-22T04:15:22.250Z | Downloaded pem-rfc7468 v0.7.0 |
| 1086 | 2026-01-22T04:15:22.253Z | Downloaded pkg-config v0.3.31 |
| 1087 | 2026-01-22T04:15:22.253Z | Downloaded pin-project-internal v1.1.6 |
| 1088 | 2026-01-22T04:15:22.256Z | Downloaded peg v0.8.5 |
| 1089 | 2026-01-22T04:15:22.259Z | Downloaded progenitor-macro v0.11.2 |
| 1090 | 2026-01-22T04:15:22.259Z | Downloaded omicron-zone-package v0.12.2 |
| 1091 | 2026-01-22T04:15:22.263Z | Downloaded password-hash v0.5.0 |
| 1092 | 2026-01-22T04:15:22.263Z | Downloaded phf v0.12.1 |
| 1093 | 2026-01-22T04:15:22.266Z | Downloaded parse-display-derive v0.10.0 |
| 1094 | 2026-01-22T04:15:22.266Z | Downloaded parking_lot_core v0.9.10 |
| 1095 | 2026-01-22T04:15:22.269Z | Downloaded packed_struct v0.10.1 |
| 1096 | 2026-01-22T04:15:22.269Z | Downloaded heapless v0.8.0 |
| 1097 | 2026-01-22T04:15:22.272Z | Downloaded chacha20poly1305 v0.10.1 |
| 1098 | 2026-01-22T04:15:22.275Z | Downloaded progenitor-client v0.8.0 |
| 1099 | 2026-01-22T04:15:22.275Z | Downloaded pretty-hex v0.2.1 |
| 1100 | 2026-01-22T04:15:22.275Z | Downloaded phf v0.11.2 |
| 1101 | 2026-01-22T04:15:22.275Z | Downloaded pem v3.0.5 |
| 1102 | 2026-01-22T04:15:22.279Z | Downloaded packed_struct_codegen v0.10.1 |
| 1103 | 2026-01-22T04:15:22.279Z | Downloaded password-hash v0.4.2 |
| 1104 | 2026-01-22T04:15:22.282Z | Downloaded parse-size v1.1.0 |
| 1105 | 2026-01-22T04:15:22.282Z | Downloaded indexmap v1.9.3 |
| 1106 | 2026-01-22T04:15:22.285Z | Downloaded num-integer v0.1.46 |
| 1107 | 2026-01-22T04:15:22.289Z | Downloaded proc-macro-crate v1.3.1 |
| 1108 | 2026-01-22T04:15:22.289Z | Downloaded precomputed-hash v0.1.1 |
| 1109 | 2026-01-22T04:15:22.289Z | Downloaded parking_lot_core v0.8.6 |
| 1110 | 2026-01-22T04:15:22.292Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1111 | 2026-01-22T04:15:22.292Z | Downloaded memmap2 v0.9.8 |
| 1112 | 2026-01-22T04:15:22.292Z | Downloaded num-complex v0.4.6 |
| 1113 | 2026-01-22T04:15:22.295Z | Downloaded litrs v0.4.1 |
| 1114 | 2026-01-22T04:15:22.300Z | Downloaded ingot-macros v0.1.1 |
| 1115 | 2026-01-22T04:15:22.300Z | Downloaded num-iter v0.1.45 |
| 1116 | 2026-01-22T04:15:22.300Z | Downloaded nu-ansi-term v0.50.1 |
| 1117 | 2026-01-22T04:15:22.303Z | Downloaded bumpalo v3.16.0 |
| 1118 | 2026-01-22T04:15:22.303Z | Downloaded pbkdf2 v0.11.0 |
| 1119 | 2026-01-22T04:15:22.306Z | Downloaded num-rational v0.4.2 |
| 1120 | 2026-01-22T04:15:22.306Z | Downloaded multer v3.1.0 |
| 1121 | 2026-01-22T04:15:22.309Z | Downloaded ipnet v2.11.0 |
| 1122 | 2026-01-22T04:15:22.309Z | Downloaded allocator-api2 v0.2.21 |
| 1123 | 2026-01-22T04:15:22.312Z | Downloaded arc-swap v1.7.1 |
| 1124 | 2026-01-22T04:15:22.315Z | Downloaded oso-derive v0.27.3 |
| 1125 | 2026-01-22T04:15:22.315Z | Downloaded half v2.4.1 |
| 1126 | 2026-01-22T04:15:22.318Z | Downloaded fatfs v0.3.6 |
| 1127 | 2026-01-22T04:15:22.321Z | Downloaded crypto-bigint v0.5.5 |
| 1128 | 2026-01-22T04:15:22.325Z | Downloaded flate2 v1.1.2 |
| 1129 | 2026-01-22T04:15:22.328Z | Downloaded openssl-probe v0.1.5 |
| 1130 | 2026-01-22T04:15:22.331Z | Downloaded olpc-cjson v0.1.4 |
| 1131 | 2026-01-22T04:15:22.331Z | Downloaded openssl-macros v0.1.1 |
| 1132 | 2026-01-22T04:15:22.331Z | Downloaded libz-rs-sys v0.5.1 |
| 1133 | 2026-01-22T04:15:22.334Z | Downloaded number_prefix v0.4.0 |
| 1134 | 2026-01-22T04:15:22.335Z | Downloaded num-conv v0.1.0 |
| 1135 | 2026-01-22T04:15:22.335Z | Downloaded nonempty v0.12.0 |
| 1136 | 2026-01-22T04:15:22.335Z | Downloaded lock_api v0.4.12 |
| 1137 | 2026-01-22T04:15:22.338Z | Downloaded ingot v0.1.1 |
| 1138 | 2026-01-22T04:15:22.338Z | Downloaded iana-time-zone v0.1.63 |
| 1139 | 2026-01-22T04:15:22.341Z | Downloaded futures v0.3.31 |
| 1140 | 2026-01-22T04:15:22.344Z | Downloaded linked-hash-map v0.5.6 |
| 1141 | 2026-01-22T04:15:22.347Z | Downloaded linear-map v1.2.0 |
| 1142 | 2026-01-22T04:15:22.347Z | Downloaded libefi-sys v0.1.0 |
| 1143 | 2026-01-22T04:15:22.347Z | Downloaded humantime v2.2.0 |
| 1144 | 2026-01-22T04:15:22.350Z | Downloaded httparse v1.9.5 |
| 1145 | 2026-01-22T04:15:22.353Z | Downloaded crc-any v2.5.0 |
| 1146 | 2026-01-22T04:15:22.353Z | Downloaded clang-sys v1.8.1 |
| 1147 | 2026-01-22T04:15:22.356Z | Downloaded hyper-rustls v0.27.7 |
| 1148 | 2026-01-22T04:15:22.358Z | Downloaded hmac v0.12.1 |
| 1149 | 2026-01-22T04:15:22.359Z | Downloaded der v0.7.10 |
| 1150 | 2026-01-22T04:15:22.362Z | Downloaded num v0.4.3 |
| 1151 | 2026-01-22T04:15:22.365Z | Downloaded normalize-line-endings v0.3.0 |
| 1152 | 2026-01-22T04:15:22.365Z | Downloaded diesel_derives v2.2.3 |
| 1153 | 2026-01-22T04:15:22.368Z | Downloaded new_debug_unreachable v1.0.6 |
| 1154 | 2026-01-22T04:15:22.368Z | Downloaded multimap v0.10.1 |
| 1155 | 2026-01-22T04:15:22.371Z | Downloaded memoffset v0.9.1 |
| 1156 | 2026-01-22T04:15:22.371Z | Downloaded hickory-client v0.25.2 |
| 1157 | 2026-01-22T04:15:22.376Z | Downloaded futures-executor v0.3.31 |
| 1158 | 2026-01-22T04:15:22.376Z | Downloaded lzss v0.8.2 |
| 1159 | 2026-01-22T04:15:22.376Z | Downloaded lru-cache v0.1.2 |
| 1160 | 2026-01-22T04:15:22.379Z | Downloaded lru v0.12.5 |
| 1161 | 2026-01-22T04:15:22.379Z | Downloaded jobserver v0.1.32 |
| 1162 | 2026-01-22T04:15:22.379Z | Downloaded ingot-types v0.1.2 |
| 1163 | 2026-01-22T04:15:22.379Z | Downloaded getrandom v0.2.15 |
| 1164 | 2026-01-22T04:15:22.382Z | Downloaded maybe-uninit v2.0.0 |
| 1165 | 2026-01-22T04:15:22.382Z | Downloaded ipnetwork v0.21.1 |
| 1166 | 2026-01-22T04:15:22.385Z | Downloaded indoc v2.0.6 |
| 1167 | 2026-01-22T04:15:22.388Z | Downloaded group v0.13.0 |
| 1168 | 2026-01-22T04:15:22.388Z | Downloaded fixedbitset v0.5.7 |
| 1169 | 2026-01-22T04:15:22.391Z | Downloaded lazy_static v1.5.0 |
| 1170 | 2026-01-22T04:15:22.391Z | Downloaded cookie_store v0.21.1 |
| 1171 | 2026-01-22T04:15:22.394Z | Downloaded bzip2 v0.4.4 |
| 1172 | 2026-01-22T04:15:22.394Z | Downloaded lockfree-object-pool v0.1.6 |
| 1173 | 2026-01-22T04:15:22.397Z | Downloaded libsw-core v0.3.1 |
| 1174 | 2026-01-22T04:15:22.397Z | Downloaded libscf-sys v1.1.0 |
| 1175 | 2026-01-22T04:15:22.401Z | Downloaded const_format v0.2.34 |
| 1176 | 2026-01-22T04:15:22.404Z | Downloaded bytes v1.10.1 |
| 1177 | 2026-01-22T04:15:22.407Z | Downloaded http-body-util v0.1.3 |
| 1178 | 2026-01-22T04:15:22.410Z | Downloaded crossbeam-utils v0.8.21 |
| 1179 | 2026-01-22T04:15:22.410Z | Downloaded const-oid v0.9.6 |
| 1180 | 2026-01-22T04:15:22.413Z | Downloaded backoff v0.4.0 |
| 1181 | 2026-01-22T04:15:22.416Z | Downloaded hex v0.4.3 |
| 1182 | 2026-01-22T04:15:22.416Z | Downloaded cookie v0.18.1 |
| 1183 | 2026-01-22T04:15:22.419Z | Downloaded console v0.16.0 |
| 1184 | 2026-01-22T04:15:22.422Z | Downloaded console v0.15.10 |
| 1185 | 2026-01-22T04:15:22.422Z | Downloaded ciborium v0.2.2 |
| 1186 | 2026-01-22T04:15:22.425Z | Downloaded bzip2 v0.5.2 |
| 1187 | 2026-01-22T04:15:22.425Z | Downloaded instant v0.1.13 |
| 1188 | 2026-01-22T04:15:22.430Z | Downloaded instability v0.3.2 |
| 1189 | 2026-01-22T04:15:22.430Z | Downloaded inout v0.1.3 |
| 1190 | 2026-01-22T04:15:22.430Z | Downloaded indoc v1.0.9 |
| 1191 | 2026-01-22T04:15:22.433Z | Downloaded indent_write v2.2.0 |
| 1192 | 2026-01-22T04:15:22.433Z | Downloaded foldhash v0.2.0 |
| 1193 | 2026-01-22T04:15:22.434Z | Downloaded ff v0.13.0 |
| 1194 | 2026-01-22T04:15:22.437Z | Downloaded env_logger v0.11.8 |
| 1195 | 2026-01-22T04:15:22.437Z | Downloaded daft-derive v0.1.4 |
| 1196 | 2026-01-22T04:15:22.440Z | Downloaded home v0.5.9 |
| 1197 | 2026-01-22T04:15:22.443Z | Downloaded globset v0.4.15 |
| 1198 | 2026-01-22T04:15:22.443Z | Downloaded glob v0.3.2 |
| 1199 | 2026-01-22T04:15:22.443Z | Downloaded foreign-types v0.5.0 |
| 1200 | 2026-01-22T04:15:22.446Z | Downloaded filetime v0.2.26 |
| 1201 | 2026-01-22T04:15:22.446Z | Downloaded erased-serde v0.3.31 |
| 1202 | 2026-01-22T04:15:22.450Z | Downloaded hubpack v0.1.2 |
| 1203 | 2026-01-22T04:15:22.450Z | Downloaded httpdate v1.0.3 |
| 1204 | 2026-01-22T04:15:22.450Z | Downloaded http-range v0.1.5 |
| 1205 | 2026-01-22T04:15:22.453Z | Downloaded gethostname v0.5.0 |
| 1206 | 2026-01-22T04:15:22.453Z | Downloaded blowfish v0.9.1 |
| 1207 | 2026-01-22T04:15:22.453Z | Downloaded fs-err v2.11.0 |
| 1208 | 2026-01-22T04:15:22.456Z | Downloaded fallible-iterator v0.2.0 |
| 1209 | 2026-01-22T04:15:22.456Z | Downloaded ena v0.14.3 |
| 1210 | 2026-01-22T04:15:22.456Z | Downloaded elliptic-curve v0.13.8 |
| 1211 | 2026-01-22T04:15:22.459Z | Downloaded convert_case v0.7.1 |
| 1212 | 2026-01-22T04:15:22.463Z | Downloaded chacha20 v0.9.1 |
| 1213 | 2026-01-22T04:15:22.463Z | Downloaded cargo_metadata v0.19.2 |
| 1214 | 2026-01-22T04:15:22.466Z | Downloaded buf-list v1.0.3 |
| 1215 | 2026-01-22T04:15:22.466Z | Downloaded http-body v1.0.1 |
| 1216 | 2026-01-22T04:15:22.469Z | Downloaded headers-core v0.3.0 |
| 1217 | 2026-01-22T04:15:22.469Z | Downloaded futures-channel v0.3.31 |
| 1218 | 2026-01-22T04:15:22.472Z | Downloaded fs_extra v1.3.0 |
| 1219 | 2026-01-22T04:15:22.472Z | Downloaded foreign-types v0.3.2 |
| 1220 | 2026-01-22T04:15:22.472Z | Downloaded flagset v0.4.6 |
| 1221 | 2026-01-22T04:15:22.475Z | Downloaded fixedbitset v0.4.2 |
| 1222 | 2026-01-22T04:15:22.475Z | Downloaded cancel-safe-futures v0.1.5 |
| 1223 | 2026-01-22T04:15:22.478Z | Downloaded derive_more v2.0.1 |
| 1224 | 2026-01-22T04:15:22.484Z | Downloaded ecdsa v0.16.9 |
| 1225 | 2026-01-22T04:15:22.487Z | Downloaded ctr v0.9.2 |
| 1226 | 2026-01-22T04:15:22.490Z | Downloaded csv-core v0.1.11 |
| 1227 | 2026-01-22T04:15:22.490Z | Downloaded crc v3.2.1 |
| 1228 | 2026-01-22T04:15:22.494Z | Downloaded const_format_proc_macros v0.2.34 |
| 1229 | 2026-01-22T04:15:22.494Z | Downloaded cexpr v0.6.0 |
| 1230 | 2026-01-22T04:15:22.497Z | Downloaded hash32 v0.2.1 |
| 1231 | 2026-01-22T04:15:22.497Z | Downloaded foreign-types-shared v0.3.1 |
| 1232 | 2026-01-22T04:15:22.497Z | Downloaded foldhash v0.1.5 |
| 1233 | 2026-01-22T04:15:22.500Z | Downloaded cipher v0.4.4 |
| 1234 | 2026-01-22T04:15:22.500Z | Downloaded cbc v0.1.2 |
| 1235 | 2026-01-22T04:15:22.500Z | Downloaded cargo-platform v0.1.8 |
| 1236 | 2026-01-22T04:15:22.503Z | Downloaded bit-vec v0.8.0 |
| 1237 | 2026-01-22T04:15:22.503Z | Downloaded argon2 v0.5.3 |
| 1238 | 2026-01-22T04:15:22.506Z | Downloaded float-ord v0.3.2 |
| 1239 | 2026-01-22T04:15:22.506Z | Downloaded enum-as-inner v0.6.1 |
| 1240 | 2026-01-22T04:15:22.506Z | Downloaded cassowary v0.3.0 |
| 1241 | 2026-01-22T04:15:22.509Z | Downloaded globwalk v0.9.1 |
| 1242 | 2026-01-22T04:15:22.509Z | Downloaded ghash v0.5.1 |
| 1243 | 2026-01-22T04:15:22.509Z | Downloaded dropshot_endpoint v0.16.6 |
| 1244 | 2026-01-22T04:15:22.512Z | Downloaded futures-core v0.3.31 |
| 1245 | 2026-01-22T04:15:22.515Z | Downloaded endian-type v0.1.2 |
| 1246 | 2026-01-22T04:15:22.515Z | Downloaded embedded-io v0.6.1 |
| 1247 | 2026-01-22T04:15:22.515Z | Downloaded ed25519-dalek v2.1.1 |
| 1248 | 2026-01-22T04:15:22.518Z | Downloaded derive_builder v0.20.2 |
| 1249 | 2026-01-22T04:15:22.521Z | Downloaded futures-macro v0.3.31 |
| 1250 | 2026-01-22T04:15:22.525Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1251 | 2026-01-22T04:15:22.525Z | Downloaded arrayvec v0.7.6 |
| 1252 | 2026-01-22T04:15:22.528Z | Downloaded derive-ex v0.1.8 |
| 1253 | 2026-01-22T04:15:22.528Z | Downloaded deranged v0.5.3 |
| 1254 | 2026-01-22T04:15:22.531Z | Downloaded daft v0.1.4 |
| 1255 | 2026-01-22T04:15:22.531Z | Downloaded bitfield-struct v0.6.2 |
| 1256 | 2026-01-22T04:15:22.531Z | Downloaded der_derive v0.7.3 |
| 1257 | 2026-01-22T04:15:22.534Z | Downloaded crc-catalog v2.4.0 |
| 1258 | 2026-01-22T04:15:22.534Z | Downloaded cfg_aliases v0.1.1 |
| 1259 | 2026-01-22T04:15:22.534Z | Downloaded bit-set v0.8.0 |
| 1260 | 2026-01-22T04:15:22.537Z | Downloaded assert_matches v1.5.0 |
| 1261 | 2026-01-22T04:15:22.537Z | Downloaded dropshot-api-manager v0.2.4 |
| 1262 | 2026-01-22T04:15:22.541Z | Downloaded darling_core v0.21.0 |
| 1263 | 2026-01-22T04:15:22.544Z | Downloaded crc8 v0.1.1 |
| 1264 | 2026-01-22T04:15:22.544Z | Downloaded compact_str v0.8.0 |
| 1265 | 2026-01-22T04:15:22.547Z | Downloaded colored v3.0.0 |
| 1266 | 2026-01-22T04:15:22.550Z | Downloaded colored v2.2.0 |
| 1267 | 2026-01-22T04:15:22.553Z | Downloaded bcs v0.1.6 |
| 1268 | 2026-01-22T04:15:22.553Z | Downloaded async-bb8-diesel v0.2.1 |
| 1269 | 2026-01-22T04:15:22.556Z | Downloaded dyn-clone v1.0.20 |
| 1270 | 2026-01-22T04:15:22.556Z | Downloaded derive_builder_core v0.20.2 |
| 1271 | 2026-01-22T04:15:22.559Z | Downloaded constant_time_eq v0.3.1 |
| 1272 | 2026-01-22T04:15:22.559Z | Downloaded bitfield v0.19.2 |
| 1273 | 2026-01-22T04:15:22.562Z | Downloaded base64ct v1.6.0 |
| 1274 | 2026-01-22T04:15:22.562Z | Downloaded base64 v0.22.1 |
| 1275 | 2026-01-22T04:15:22.565Z | Downloaded dsl_auto_type v0.1.2 |
| 1276 | 2026-01-22T04:15:22.570Z | Downloaded difflib v0.4.0 |
| 1277 | 2026-01-22T04:15:22.570Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1278 | 2026-01-22T04:15:22.570Z | Downloaded defmt-parser v0.3.4 |
| 1279 | 2026-01-22T04:15:22.570Z | Downloaded cobs v0.2.3 |
| 1280 | 2026-01-22T04:15:22.574Z | Downloaded ciborium-ll v0.2.2 |
| 1281 | 2026-01-22T04:15:22.574Z | Downloaded castaway v0.2.3 |
| 1282 | 2026-01-22T04:15:22.574Z | Downloaded darling v0.21.0 |
| 1283 | 2026-01-22T04:15:22.577Z | Downloaded array-init v0.0.4 |
| 1284 | 2026-01-22T04:15:22.577Z | Downloaded convert_case v0.4.0 |
| 1285 | 2026-01-22T04:15:22.580Z | Downloaded ciborium-io v0.2.2 |
| 1286 | 2026-01-22T04:15:22.580Z | Downloaded bb8 v0.8.5 |
| 1287 | 2026-01-22T04:15:22.581Z | Downloaded derive_builder_macro v0.20.2 |
| 1288 | 2026-01-22T04:15:22.581Z | Downloaded defmt v0.3.8 |
| 1289 | 2026-01-22T04:15:22.583Z | Downloaded darling_macro v0.20.10 |
| 1290 | 2026-01-22T04:15:22.588Z | Downloaded dof v0.4.0 |
| 1291 | 2026-01-22T04:15:22.588Z | Downloaded display-error-chain v0.2.2 |
| 1292 | 2026-01-22T04:15:22.588Z | Downloaded diesel-dtrace v0.4.2 |
| 1293 | 2026-01-22T04:15:22.591Z | Downloaded bitfield-macros v0.19.2 |
| 1294 | 2026-01-22T04:15:22.591Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1295 | 2026-01-22T04:15:22.591Z | Downloaded diff v0.1.13 |
| 1296 | 2026-01-22T04:15:22.594Z | Downloaded darling_macro v0.21.0 |
| 1297 | 2026-01-22T04:15:22.595Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1298 | 2026-01-22T04:15:22.595Z | Downloaded bit-set v0.5.3 |
| 1299 | 2026-01-22T04:15:22.595Z | Downloaded async-stream v0.3.6 |
| 1300 | 2026-01-22T04:15:22.600Z | Downloaded data-encoding v2.9.0 |
| 1301 | 2026-01-22T04:15:22.600Z | Downloaded darling v0.20.10 |
| 1302 | 2026-01-22T04:15:22.603Z | Downloaded csv v1.3.1 |
| 1303 | 2026-01-22T04:15:22.618Z | Downloaded block-padding v0.3.3 |
| 1304 | 2026-01-22T04:15:22.621Z | Downloaded async-trait v0.1.89 |
| 1305 | 2026-01-22T04:15:22.626Z | Downloaded bitflags v1.3.2 |
| 1306 | 2026-01-22T04:15:22.626Z | Downloaded bit-vec v0.6.3 |
| 1307 | 2026-01-22T04:15:22.626Z | Downloaded adler2 v2.0.0 |
| 1308 | 2026-01-22T04:15:22.629Z | Downloaded addr2line v0.24.2 |
| 1309 | 2026-01-22T04:15:22.629Z | Downloaded base64 v0.21.7 |
| 1310 | 2026-01-22T04:15:22.632Z | Downloaded base64 v0.13.1 |
| 1311 | 2026-01-22T04:15:22.635Z | Downloaded atomic-waker v1.1.2 |
| 1312 | 2026-01-22T04:15:22.636Z | Downloaded async-stream-impl v0.3.6 |
| 1313 | 2026-01-22T04:15:22.636Z | Downloaded atty v0.2.14 |
| 1314 | 2026-01-22T04:15:22.639Z | Downloaded atomicwrites v0.4.4 |
| 1315 | 2026-01-22T04:15:22.693Z | Downloaded aws-lc-sys v0.26.0 |
| 1316 | 2026-01-22T04:15:23.007Z | Compiling value-bag v1.12.0 |
| 1317 | 2026-01-22T04:15:23.007Z | Compiling lock_api v0.4.12 |
| 1318 | 2026-01-22T04:15:23.007Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-01-22T04:15:23.010Z | Compiling shlex v1.3.0 |
| 1320 | 2026-01-22T04:15:23.010Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-01-22T04:15:23.010Z | Compiling syn v2.0.111 |
| 1322 | 2026-01-22T04:15:23.191Z | Compiling getrandom v0.2.15 |
| 1323 | 2026-01-22T04:15:23.191Z | Compiling jobserver v0.1.32 |
| 1324 | 2026-01-22T04:15:23.441Z | Compiling typenum v1.17.0 |
| 1325 | 2026-01-22T04:15:23.586Z | Compiling log v0.4.29 |
| 1326 | 2026-01-22T04:15:23.738Z | Compiling cc v1.2.30 |
| 1327 | 2026-01-22T04:15:23.743Z | Compiling rand_core v0.6.4 |
| 1328 | 2026-01-22T04:15:23.743Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-01-22T04:15:24.031Z | Compiling subtle v2.6.1 |
| 1330 | 2026-01-22T04:15:24.209Z | Compiling portable-atomic v1.11.0 |
| 1331 | 2026-01-22T04:15:24.328Z | Compiling const-oid v0.9.6 |
| 1332 | 2026-01-22T04:15:24.346Z | Compiling critical-section v1.1.3 |
| 1333 | 2026-01-22T04:15:24.368Z | Compiling getrandom v0.3.4 |
| 1334 | 2026-01-22T04:15:24.389Z | Compiling serde_json v1.0.149 |
| 1335 | 2026-01-22T04:15:24.518Z | Compiling pkg-config v0.3.31 |
| 1336 | 2026-01-22T04:15:24.775Z | Compiling spin v0.9.8 |
| 1337 | 2026-01-22T04:15:25.231Z | Compiling pin-project-lite v0.2.14 |
| 1338 | 2026-01-22T04:15:25.387Z | Compiling parking_lot_core v0.9.10 |
| 1339 | 2026-01-22T04:15:25.777Z | Compiling regex-syntax v0.8.5 |
| 1340 | 2026-01-22T04:15:25.903Z | Compiling libm v0.2.8 |
| 1341 | 2026-01-22T04:15:26.285Z | Compiling rustix v0.38.37 |
| 1342 | 2026-01-22T04:15:26.374Z | Compiling signal-hook-registry v1.4.2 |
| 1343 | 2026-01-22T04:15:26.655Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-01-22T04:15:26.932Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-01-22T04:15:27.079Z | Compiling allocator-api2 v0.2.21 |
| 1346 | 2026-01-22T04:15:27.082Z | Compiling parking_lot v0.12.3 |
| 1347 | 2026-01-22T04:15:27.566Z | Compiling mio v1.0.2 |
| 1348 | 2026-01-22T04:15:27.570Z | Compiling futures-core v0.3.31 |
| 1349 | 2026-01-22T04:15:27.836Z | Compiling lazy_static v1.5.0 |
| 1350 | 2026-01-22T04:15:27.839Z | Compiling aho-corasick v1.1.3 |
| 1351 | 2026-01-22T04:15:27.907Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-01-22T04:15:27.984Z | Compiling socket2 v0.6.1 |
| 1353 | 2026-01-22T04:15:28.482Z | Compiling slab v0.4.9 |
| 1354 | 2026-01-22T04:15:28.668Z | Compiling cpufeatures v0.2.14 |
| 1355 | 2026-01-22T04:15:28.720Z | Compiling glob v0.3.2 |
| 1356 | 2026-01-22T04:15:28.791Z | Compiling either v1.15.0 |
| 1357 | 2026-01-22T04:15:28.910Z | Compiling futures-sink v0.3.31 |
| 1358 | 2026-01-22T04:15:29.088Z | Compiling futures-channel v0.3.31 |
| 1359 | 2026-01-22T04:15:29.221Z | Compiling hashbrown v0.16.1 |
| 1360 | 2026-01-22T04:15:29.297Z | Compiling pin-utils v0.1.0 |
| 1361 | 2026-01-22T04:15:29.415Z | Compiling rustversion v1.0.22 |
| 1362 | 2026-01-22T04:15:29.510Z | Compiling prettyplease v0.2.36 |
| 1363 | 2026-01-22T04:15:29.558Z | Compiling clang-sys v1.8.1 |
| 1364 | 2026-01-22T04:15:29.890Z | Compiling regex-automata v0.4.11 |
| 1365 | 2026-01-22T04:15:30.038Z | Compiling futures-io v0.3.31 |
| 1366 | 2026-01-22T04:15:30.089Z | Compiling futures-task v0.3.31 |
| 1367 | 2026-01-22T04:15:30.342Z | Compiling minimal-lexical v0.2.1 |
| 1368 | 2026-01-22T04:15:30.393Z | Compiling indexmap v2.12.1 |
| 1369 | 2026-01-22T04:15:30.430Z | Compiling synstructure v0.13.1 |
| 1370 | 2026-01-22T04:15:30.838Z | Compiling nom v7.1.3 |
| 1371 | 2026-01-22T04:15:31.573Z | Compiling libloading v0.8.5 |
| 1372 | 2026-01-22T04:15:31.594Z | Compiling bindgen v0.69.5 |
| 1373 | 2026-01-22T04:15:31.803Z | Compiling base64ct v1.6.0 |
| 1374 | 2026-01-22T04:15:31.826Z | Compiling ident_case v1.0.1 |
| 1375 | 2026-01-22T04:15:31.977Z | Compiling home v0.5.9 |
| 1376 | 2026-01-22T04:15:32.185Z | Compiling itertools v0.12.1 |
| 1377 | 2026-01-22T04:15:32.372Z | Compiling pem-rfc7468 v0.7.0 |
| 1378 | 2026-01-22T04:15:32.603Z | Compiling form_urlencoded v1.2.2 |
| 1379 | 2026-01-22T04:15:32.926Z | Compiling rustc-hash v1.1.0 |
| 1380 | 2026-01-22T04:15:32.972Z | Compiling flagset v0.4.6 |
| 1381 | 2026-01-22T04:15:33.133Z | Compiling lazycell v1.3.0 |
| 1382 | 2026-01-22T04:15:33.245Z | Compiling rand_core v0.9.3 |
| 1383 | 2026-01-22T04:15:33.329Z | Compiling cmake v0.1.51 |
| 1384 | 2026-01-22T04:15:33.825Z | Compiling foldhash v0.1.5 |
| 1385 | 2026-01-22T04:15:34.137Z | Compiling cexpr v0.6.0 |
| 1386 | 2026-01-22T04:15:34.216Z | Compiling fs_extra v1.3.0 |
| 1387 | 2026-01-22T04:15:34.312Z | Compiling paste v1.0.15 |
| 1388 | 2026-01-22T04:15:34.732Z | Compiling iana-time-zone v0.1.63 |
| 1389 | 2026-01-22T04:15:34.845Z | Compiling dunce v1.0.5 |
| 1390 | 2026-01-22T04:15:35.069Z | Compiling hashbrown v0.15.4 |
| 1391 | 2026-01-22T04:15:35.091Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-01-22T04:15:35.091Z | Compiling uuid v1.19.0 |
| 1393 | 2026-01-22T04:15:35.129Z | Compiling zerocopy v0.8.27 |
| 1394 | 2026-01-22T04:15:35.255Z | Compiling serde_derive v1.0.228 |
| 1395 | 2026-01-22T04:15:35.667Z | Compiling zeroize_derive v1.4.2 |
| 1396 | 2026-01-22T04:15:35.767Z | Compiling zerofrom-derive v0.1.4 |
| 1397 | 2026-01-22T04:15:35.892Z | Compiling yoke-derive v0.7.4 |
| 1398 | 2026-01-22T04:15:36.316Z | Compiling zerovec-derive v0.10.3 |
| 1399 | 2026-01-22T04:15:36.606Z | Compiling displaydoc v0.2.5 |
| 1400 | 2026-01-22T04:15:37.064Z | Compiling zeroize v1.8.1 |
| 1401 | 2026-01-22T04:15:38.219Z | Compiling zerocopy-derive v0.7.35 |
| 1402 | 2026-01-22T04:15:38.642Z | Compiling icu_provider_macros v1.5.0 |
| 1403 | 2026-01-22T04:15:38.797Z | Compiling tokio-macros v2.6.0 |
| 1404 | 2026-01-22T04:15:38.902Z | Compiling crypto-common v0.1.6 |
| 1405 | 2026-01-22T04:15:39.132Z | Compiling block-buffer v0.10.4 |
| 1406 | 2026-01-22T04:15:39.157Z | Compiling zerofrom v0.1.4 |
| 1407 | 2026-01-22T04:15:39.406Z | Compiling digest v0.10.7 |
| 1408 | 2026-01-22T04:15:39.432Z | Compiling yoke v0.7.4 |
| 1409 | 2026-01-22T04:15:39.644Z | Compiling thiserror-impl v2.0.17 |
| 1410 | 2026-01-22T04:15:39.809Z | Compiling zerovec v0.10.4 |
| 1411 | 2026-01-22T04:15:39.899Z | Compiling hmac v0.12.1 |
| 1412 | 2026-01-22T04:15:40.101Z | Compiling zerocopy v0.7.35 |
| 1413 | 2026-01-22T04:15:40.172Z | Compiling block-padding v0.3.3 |
| 1414 | 2026-01-22T04:15:40.248Z | Compiling futures-macro v0.3.31 |
| 1415 | 2026-01-22T04:15:40.320Z | Compiling regex v1.11.3 |
| 1416 | 2026-01-22T04:15:40.430Z | Compiling inout v0.1.3 |
| 1417 | 2026-01-22T04:15:40.735Z | Compiling cipher v0.4.4 |
| 1418 | 2026-01-22T04:15:41.263Z | Compiling sha2 v0.10.9 |
| 1419 | 2026-01-22T04:15:41.283Z | Compiling der_derive v0.7.3 |
| 1420 | 2026-01-22T04:15:41.520Z | Compiling ppv-lite86 v0.2.20 |
| 1421 | 2026-01-22T04:15:41.842Z | Compiling tinystr v0.7.6 |
| 1422 | 2026-01-22T04:15:42.043Z | Compiling icu_collections v1.5.0 |
| 1423 | 2026-01-22T04:15:42.176Z | Compiling icu_locid v1.5.0 |
| 1424 | 2026-01-22T04:15:42.214Z | Compiling futures-util v0.3.31 |
| 1425 | 2026-01-22T04:15:42.271Z | Compiling salsa20 v0.10.2 |
| 1426 | 2026-01-22T04:15:42.455Z | Compiling serde v1.0.228 |
| 1427 | 2026-01-22T04:15:42.530Z | Compiling pbkdf2 v0.12.2 |
| 1428 | 2026-01-22T04:15:42.680Z | Compiling thiserror v2.0.17 |
| 1429 | 2026-01-22T04:15:42.744Z | Compiling vcpkg v0.2.15 |
| 1430 | 2026-01-22T04:15:42.851Z | Compiling pest v2.8.2 |
| 1431 | 2026-01-22T04:15:43.333Z | Compiling scrypt v0.11.0 |
| 1432 | 2026-01-22T04:15:43.467Z | Compiling icu_provider v1.5.0 |
| 1433 | 2026-01-22T04:15:43.755Z | Compiling bitflags v2.9.4 |
| 1434 | 2026-01-22T04:15:43.838Z | Compiling bytes v1.10.1 |
| 1435 | 2026-01-22T04:15:44.222Z | Compiling icu_locid_transform v1.5.0 |
| 1436 | 2026-01-22T04:15:44.419Z | Compiling der v0.7.10 |
| 1437 | 2026-01-22T04:15:44.482Z | Compiling chrono v0.4.42 |
| 1438 | 2026-01-22T04:15:44.923Z | Compiling openssl-sys v0.9.109 |
| 1439 | 2026-01-22T04:15:45.266Z | Compiling tokio v1.48.0 |
| 1440 | 2026-01-22T04:15:45.860Z | Compiling icu_properties v1.5.1 |
| 1441 | 2026-01-22T04:15:46.005Z | Compiling pest_meta v2.8.2 |
| 1442 | 2026-01-22T04:15:46.588Z | Compiling spki v0.7.3 |
| 1443 | 2026-01-22T04:15:46.985Z | Compiling http v1.4.0 |
| 1444 | 2026-01-22T04:15:47.346Z | Compiling rand_chacha v0.9.0 |
| 1445 | 2026-01-22T04:15:47.775Z | Compiling which v4.4.2 |
| 1446 | 2026-01-22T04:15:47.821Z | Compiling aes v0.8.4 |
| 1447 | 2026-01-22T04:15:48.813Z | Compiling cbc v0.1.2 |
| 1448 | 2026-01-22T04:15:49.108Z | Compiling zerocopy-derive v0.8.27 |
| 1449 | 2026-01-22T04:15:49.230Z | Compiling pkcs5 v0.7.1 |
| 1450 | 2026-01-22T04:15:50.277Z | Compiling icu_normalizer v1.5.0 |
| 1451 | 2026-01-22T04:15:50.299Z | Compiling rand v0.9.2 |
| 1452 | 2026-01-22T04:15:50.380Z | Compiling pest_generator v2.8.2 |
| 1453 | 2026-01-22T04:15:50.553Z | Compiling tracing-attributes v0.1.27 |
| 1454 | 2026-01-22T04:15:50.796Z | Compiling serde_derive_internals v0.29.1 |
| 1455 | 2026-01-22T04:15:51.933Z | Compiling idna_adapter v1.2.0 |
| 1456 | 2026-01-22T04:15:52.053Z | Compiling ring v0.17.14 |
| 1457 | 2026-01-22T04:15:52.093Z | Compiling tracing-core v0.1.32 |
| 1458 | 2026-01-22T04:15:52.157Z | Compiling idna v1.0.3 |
| 1459 | 2026-01-22T04:15:53.011Z | Compiling url v2.5.4 |
| 1460 | 2026-01-22T04:15:53.121Z | Compiling aws-lc-rs v1.12.4 |
| 1461 | 2026-01-22T04:15:53.309Z | Compiling schemars v0.8.22 |
| 1462 | 2026-01-22T04:15:53.576Z | Compiling adler2 v2.0.0 |
| 1463 | 2026-01-22T04:15:53.653Z | Compiling rustix v1.1.3 |
| 1464 | 2026-01-22T04:15:53.686Z | Compiling tokio-util v0.7.15 |
| 1465 | 2026-01-22T04:15:53.730Z | Compiling tracing v0.1.40 |
| 1466 | 2026-01-22T04:15:53.809Z | Compiling miniz_oxide v0.8.5 |
| 1467 | 2026-01-22T04:15:54.716Z | Compiling schemars_derive v0.8.22 |
| 1468 | 2026-01-22T04:15:54.741Z | Compiling pest_derive v2.8.2 |
| 1469 | 2026-01-22T04:15:55.204Z | Compiling pkcs8 v0.10.2 |
| 1470 | 2026-01-22T04:15:55.518Z | Compiling http-body v1.0.1 |
| 1471 | 2026-01-22T04:15:55.778Z | Compiling scroll_derive v0.13.1 |
| 1472 | 2026-01-22T04:15:55.796Z | Compiling darling_core v0.20.10 |
| 1473 | 2026-01-22T04:15:55.911Z | Compiling tinyvec_macros v0.1.1 |
| 1474 | 2026-01-22T04:15:55.948Z | Compiling base64 v0.22.1 |
| 1475 | 2026-01-22T04:15:56.016Z | Compiling rustls-pki-types v1.10.0 |
| 1476 | 2026-01-22T04:15:56.565Z | Compiling httparse v1.9.5 |
| 1477 | 2026-01-22T04:15:56.979Z | Compiling dyn-clone v1.0.20 |
| 1478 | 2026-01-22T04:15:57.205Z | Compiling tinyvec v1.8.0 |
| 1479 | 2026-01-22T04:15:57.507Z | Compiling scroll v0.13.0 |
| 1480 | 2026-01-22T04:15:58.013Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1481 | 2026-01-22T04:15:58.623Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1482 | 2026-01-22T04:15:58.747Z | Compiling try-lock v0.2.5 |
| 1483 | 2026-01-22T04:15:58.769Z | Compiling openssl-probe v0.1.5 |
| 1484 | 2026-01-22T04:15:58.929Z | Compiling time-core v0.1.6 |
| 1485 | 2026-01-22T04:15:59.060Z | Compiling num-conv v0.1.0 |
| 1486 | 2026-01-22T04:15:59.140Z | Compiling powerfmt v0.2.0 |
| 1487 | 2026-01-22T04:15:59.223Z | Compiling untrusted v0.7.1 |
| 1488 | 2026-01-22T04:15:59.346Z | Compiling foreign-types-shared v0.1.1 |
| 1489 | 2026-01-22T04:15:59.438Z | Compiling openssl v0.10.73 |
| 1490 | 2026-01-22T04:15:59.483Z | Compiling tower-layer v0.3.3 |
| 1491 | 2026-01-22T04:15:59.533Z | Compiling untrusted v0.9.0 |
| 1492 | 2026-01-22T04:15:59.740Z | Compiling atomic-waker v1.1.2 |
| 1493 | 2026-01-22T04:15:59.762Z | Compiling tower-service v0.3.3 |
| 1494 | 2026-01-22T04:15:59.924Z | Compiling h2 v0.4.6 |
| 1495 | 2026-01-22T04:15:59.946Z | Compiling tempfile v3.24.0 |
| 1496 | 2026-01-22T04:15:59.950Z | Compiling foreign-types v0.3.2 |
| 1497 | 2026-01-22T04:16:00.082Z | Compiling deranged v0.5.3 |
| 1498 | 2026-01-22T04:16:00.106Z | Compiling time-macros v0.2.24 |
| 1499 | 2026-01-22T04:16:00.816Z | Compiling want v0.3.1 |
| 1500 | 2026-01-22T04:16:01.396Z | Compiling darling_macro v0.20.10 |
| 1501 | 2026-01-22T04:16:02.160Z | Compiling goblin v0.10.2 |
| 1502 | 2026-01-22T04:16:02.298Z | Compiling darling v0.20.10 |
| 1503 | 2026-01-22T04:16:02.735Z | Compiling ipnet v2.11.0 |
| 1504 | 2026-01-22T04:16:03.087Z | Compiling openssl-macros v0.1.1 |
| 1505 | 2026-01-22T04:16:03.887Z | Compiling wait-timeout v0.2.0 |
| 1506 | 2026-01-22T04:16:03.930Z | Compiling num_threads v0.1.7 |
| 1507 | 2026-01-22T04:16:03.951Z | Compiling crossbeam-utils v0.8.21 |
| 1508 | 2026-01-22T04:16:03.994Z | Compiling httpdate v1.0.3 |
| 1509 | 2026-01-22T04:16:04.091Z | Compiling gimli v0.31.1 |
| 1510 | 2026-01-22T04:16:04.396Z | Compiling usdt-impl v0.6.0 |
| 1511 | 2026-01-22T04:16:04.418Z | Compiling syn v1.0.109 |
| 1512 | 2026-01-22T04:16:04.466Z | Compiling native-tls v0.2.12 |
| 1513 | 2026-01-22T04:16:04.794Z | Compiling bit-vec v0.8.0 |
| 1514 | 2026-01-22T04:16:04.814Z | Compiling quick-error v1.2.3 |
| 1515 | 2026-01-22T04:16:04.987Z | Compiling rustls v0.23.19 |
| 1516 | 2026-01-22T04:16:05.087Z | Compiling rusty-fork v0.3.0 |
| 1517 | 2026-01-22T04:16:05.264Z | Compiling bit-set v0.8.0 |
| 1518 | 2026-01-22T04:16:05.413Z | Compiling time v0.3.43 |
| 1519 | 2026-01-22T04:16:05.732Z | Compiling derive_builder_core v0.20.2 |
| 1520 | 2026-01-22T04:16:07.797Z | Compiling hyper v1.8.1 |
| 1521 | 2026-01-22T04:16:08.698Z | Compiling addr2line v0.24.2 |
| 1522 | 2026-01-22T04:16:09.188Z | Compiling dof v0.4.0 |
| 1523 | 2026-01-22T04:16:09.480Z | Compiling unicode-normalization v0.1.24 |
| 1524 | 2026-01-22T04:16:09.543Z | Compiling dtrace-parser v0.3.0 |
| 1525 | 2026-01-22T04:16:10.490Z | Compiling signature v2.2.0 |
| 1526 | 2026-01-22T04:16:10.821Z | Compiling heapless v0.7.17 |
| 1527 | 2026-01-22T04:16:11.296Z | Compiling scroll_derive v0.12.0 |
| 1528 | 2026-01-22T04:16:11.300Z | Compiling thiserror-impl v1.0.69 |
| 1529 | 2026-01-22T04:16:11.353Z | Compiling rand_xorshift v0.4.0 |
| 1530 | 2026-01-22T04:16:11.374Z | Compiling darling_core v0.21.0 |
| 1531 | 2026-01-22T04:16:11.643Z | Compiling slog v2.8.2 |
| 1532 | 2026-01-22T04:16:11.962Z | Compiling thread-id v5.0.0 |
| 1533 | 2026-01-22T04:16:12.100Z | Compiling cookie v0.18.1 |
| 1534 | 2026-01-22T04:16:12.458Z | Compiling object v0.36.5 |
| 1535 | 2026-01-22T04:16:12.646Z | Compiling crc32fast v1.4.2 |
| 1536 | 2026-01-22T04:16:12.856Z | Compiling anyhow v1.0.99 |
| 1537 | 2026-01-22T04:16:12.973Z | Compiling unicode-bidi v0.3.17 |
| 1538 | 2026-01-22T04:16:13.061Z | Compiling zlib-rs v0.5.1 |
| 1539 | 2026-01-22T04:16:13.524Z | Compiling zstd-safe v7.2.3 |
| 1540 | 2026-01-22T04:16:13.909Z | Compiling unicode-properties v0.1.3 |
| 1541 | 2026-01-22T04:16:14.135Z | Compiling siphasher v0.3.11 |
| 1542 | 2026-01-22T04:16:14.157Z | Compiling signal-hook v0.3.18 |
| 1543 | 2026-01-22T04:16:14.363Z | Compiling unarray v0.1.4 |
| 1544 | 2026-01-22T04:16:14.492Z | Compiling rustc-demangle v0.1.24 |
| 1545 | 2026-01-22T04:16:14.542Z | Compiling proptest v1.7.0 |
| 1546 | 2026-01-22T04:16:14.563Z | Compiling phf_shared v0.11.2 |
| 1547 | 2026-01-22T04:16:14.946Z | Compiling stringprep v0.1.5 |
| 1548 | 2026-01-22T04:16:15.304Z | Compiling thiserror v1.0.69 |
| 1549 | 2026-01-22T04:16:15.477Z | Compiling scroll v0.12.0 |
| 1550 | 2026-01-22T04:16:16.064Z | Compiling hyper-util v0.1.19 |
| 1551 | 2026-01-22T04:16:16.641Z | Compiling derive_builder_macro v0.20.2 |
| 1552 | 2026-01-22T04:16:17.453Z | Compiling darling_macro v0.21.0 |
| 1553 | 2026-01-22T04:16:18.157Z | Compiling ipnetwork v0.21.1 |
| 1554 | 2026-01-22T04:16:18.456Z | Compiling serde_spanned v0.6.9 |
| 1555 | 2026-01-22T04:16:18.724Z | Compiling serde_tokenstream v0.2.2 |
| 1556 | 2026-01-22T04:16:18.980Z | Compiling backtrace v0.3.74 |
| 1557 | 2026-01-22T04:16:19.316Z | Compiling libz-rs-sys v0.5.1 |
| 1558 | 2026-01-22T04:16:19.354Z | Compiling erased-serde v0.3.31 |
| 1559 | 2026-01-22T04:16:19.634Z | Compiling toml_datetime v0.6.11 |
| 1560 | 2026-01-22T04:16:20.103Z | Compiling rand_chacha v0.3.1 |
| 1561 | 2026-01-22T04:16:20.179Z | Compiling md-5 v0.10.6 |
| 1562 | 2026-01-22T04:16:20.244Z | Compiling curve25519-dalek v4.1.3 |
| 1563 | 2026-01-22T04:16:20.476Z | Compiling vergen-lib v0.1.6 |
| 1564 | 2026-01-22T04:16:20.680Z | Compiling num-integer v0.1.46 |
| 1565 | 2026-01-22T04:16:20.808Z | Compiling sync_wrapper v1.0.1 |
| 1566 | 2026-01-22T04:16:20.959Z | Compiling hash32 v0.2.1 |
| 1567 | 2026-01-22T04:16:20.991Z | Compiling ff v0.13.0 |
| 1568 | 2026-01-22T04:16:21.240Z | Compiling memoffset v0.9.1 |
| 1569 | 2026-01-22T04:16:21.355Z | Compiling psl-types v2.0.11 |
| 1570 | 2026-01-22T04:16:21.378Z | Compiling ref-cast v1.0.25 |
| 1571 | 2026-01-22T04:16:21.570Z | Compiling litrs v0.4.1 |
| 1572 | 2026-01-22T04:16:21.607Z | Compiling fallible-iterator v0.2.0 |
| 1573 | 2026-01-22T04:16:21.801Z | Compiling base16ct v0.2.0 |
| 1574 | 2026-01-22T04:16:21.989Z | Compiling cfg_aliases v0.2.1 |
| 1575 | 2026-01-22T04:16:22.018Z | Compiling num-bigint-dig v0.8.6 |
| 1576 | 2026-01-22T04:16:22.117Z | Compiling smoltcp v0.9.1 |
| 1577 | 2026-01-22T04:16:22.139Z | Compiling nix v0.29.0 |
| 1578 | 2026-01-22T04:16:22.296Z | Compiling postgres-protocol v0.6.8 |
| 1579 | 2026-01-22T04:16:22.406Z | Compiling sec1 v0.7.3 |
| 1580 | 2026-01-22T04:16:22.657Z | Compiling document-features v0.2.11 |
| 1581 | 2026-01-22T04:16:22.961Z | Compiling publicsuffix v2.3.0 |
| 1582 | 2026-01-22T04:16:23.059Z | Compiling group v0.13.0 |
| 1583 | 2026-01-22T04:16:23.314Z | Compiling num-iter v0.1.45 |
| 1584 | 2026-01-22T04:16:23.517Z | Compiling tower v0.5.2 |
| 1585 | 2026-01-22T04:16:23.557Z | Compiling rand v0.8.5 |
| 1586 | 2026-01-22T04:16:23.917Z | Compiling newtype-uuid v1.3.2 |
| 1587 | 2026-01-22T04:16:24.454Z | Compiling flate2 v1.1.2 |
| 1588 | 2026-01-22T04:16:24.549Z | Compiling oxnet v0.1.4 |
| 1589 | 2026-01-22T04:16:24.598Z | Compiling darling v0.21.0 |
| 1590 | 2026-01-22T04:16:24.727Z | Compiling derive_builder v0.20.2 |
| 1591 | 2026-01-22T04:16:24.898Z | Compiling tokio-native-tls v0.3.1 |
| 1592 | 2026-01-22T04:16:24.935Z | Compiling goblin v0.8.2 |
| 1593 | 2026-01-22T04:16:25.547Z | Compiling rustls-native-certs v0.8.1 |
| 1594 | 2026-01-22T04:16:25.789Z | Compiling webpki-roots v1.0.1 |
| 1595 | 2026-01-22T04:16:26.010Z | Compiling http-body-util v0.1.3 |
| 1596 | 2026-01-22T04:16:26.113Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-01-22T04:16:26.222Z | Compiling terminal_size v0.4.0 |
| 1598 | 2026-01-22T04:16:26.393Z | Compiling cargo-platform v0.1.8 |
| 1599 | 2026-01-22T04:16:26.471Z | Compiling hkdf v0.12.4 |
| 1600 | 2026-01-22T04:16:26.492Z | Compiling crypto-bigint v0.5.5 |
| 1601 | 2026-01-22T04:16:26.768Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1602 | 2026-01-22T04:16:26.900Z | Compiling async-trait v0.1.89 |
| 1603 | 2026-01-22T04:16:28.209Z | Compiling ref-cast-impl v1.0.25 |
| 1604 | 2026-01-22T04:16:29.300Z | Compiling hubpack_derive v0.1.1 |
| 1605 | 2026-01-22T04:16:29.378Z | Compiling daft-derive v0.1.4 |
| 1606 | 2026-01-22T04:16:29.459Z | Compiling vergen v9.0.6 |
| 1607 | 2026-01-22T04:16:29.818Z | Compiling ahash v0.8.12 |
| 1608 | 2026-01-22T04:16:30.190Z | Compiling fs-err v3.1.1 |
| 1609 | 2026-01-22T04:16:30.210Z | Compiling simd-adler32 v0.3.7 |
| 1610 | 2026-01-22T04:16:30.549Z | Compiling ryu v1.0.18 |
| 1611 | 2026-01-22T04:16:30.729Z | Compiling lockfree-object-pool v0.1.6 |
| 1612 | 2026-01-22T04:16:30.896Z | Compiling iri-string v0.7.8 |
| 1613 | 2026-01-22T04:16:30.918Z | Compiling bitflags v1.3.2 |
| 1614 | 2026-01-22T04:16:30.990Z | Compiling unicode-segmentation v1.12.0 |
| 1615 | 2026-01-22T04:16:31.024Z | Compiling buf-list v1.0.3 |
| 1616 | 2026-01-22T04:16:31.051Z | Compiling bumpalo v3.16.0 |
| 1617 | 2026-01-22T04:16:31.536Z | Compiling managed v0.8.0 |
| 1618 | 2026-01-22T04:16:31.663Z | Compiling winnow v0.5.40 |
| 1619 | 2026-01-22T04:16:31.906Z | Compiling zopfli v0.8.1 |
| 1620 | 2026-01-22T04:16:32.343Z | Compiling clap_builder v4.5.48 |
| 1621 | 2026-01-22T04:16:33.527Z | Compiling strum v0.27.2 |
| 1622 | 2026-01-22T04:16:33.754Z | Compiling daft v0.1.4 |
| 1623 | 2026-01-22T04:16:33.930Z | Compiling tower-http v0.6.6 |
| 1624 | 2026-01-22T04:16:34.073Z | Compiling serde_urlencoded v0.7.1 |
| 1625 | 2026-01-22T04:16:34.316Z | Compiling dof v0.3.0 |
| 1626 | 2026-01-22T04:16:34.756Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-01-22T04:16:34.808Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-01-22T04:16:35.005Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-01-22T04:16:35.209Z | Compiling cargo_metadata v0.19.2 |
| 1630 | 2026-01-22T04:16:35.741Z | Compiling hyper-tls v0.6.0 |
| 1631 | 2026-01-22T04:16:36.072Z | Compiling cookie_store v0.21.1 |
| 1632 | 2026-01-22T04:16:36.156Z | Compiling signal-hook-mio v0.2.4 |
| 1633 | 2026-01-22T04:16:36.353Z | Compiling zstd v0.13.3 |
| 1634 | 2026-01-22T04:16:38.411Z | Compiling serde_with_macros v3.16.1 |
| 1635 | 2026-01-22T04:16:38.785Z | Compiling postgres-types v0.2.9 |
| 1636 | 2026-01-22T04:16:40.091Z | Compiling usdt-macro v0.6.0 |
| 1637 | 2026-01-22T04:16:40.109Z | Compiling usdt-attr-macro v0.6.0 |
| 1638 | 2026-01-22T04:16:40.426Z | Compiling dtrace-parser v0.2.0 |
| 1639 | 2026-01-22T04:16:40.937Z | Compiling phf v0.11.2 |
| 1640 | 2026-01-22T04:16:41.252Z | Compiling ed25519 v2.2.3 |
| 1641 | 2026-01-22T04:16:41.555Z | Compiling bzip2 v0.5.2 |
| 1642 | 2026-01-22T04:16:41.678Z | Compiling bzip2 v0.4.4 |
| 1643 | 2026-01-22T04:16:41.723Z | Compiling pkcs1 v0.7.5 |
| 1644 | 2026-01-22T04:16:41.944Z | Compiling clap_derive v4.5.47 |
| 1645 | 2026-01-22T04:16:42.060Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-01-22T04:16:42.335Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-01-22T04:16:42.600Z | Compiling serde-big-array v0.5.1 |
| 1648 | 2026-01-22T04:16:42.852Z | Compiling hex v0.4.3 |
| 1649 | 2026-01-22T04:16:43.101Z | Compiling rfc6979 v0.4.0 |
| 1650 | 2026-01-22T04:16:43.161Z | Compiling serde_repr v0.1.19 |
| 1651 | 2026-01-22T04:16:43.323Z | Compiling bstr v1.10.0 |
| 1652 | 2026-01-22T04:16:43.375Z | Compiling float-cmp v0.10.0 |
| 1653 | 2026-01-22T04:16:43.467Z | Compiling env_filter v0.1.2 |
| 1654 | 2026-01-22T04:16:43.658Z | Compiling memmap2 v0.9.8 |
| 1655 | 2026-01-22T04:16:44.095Z | Compiling socket2 v0.5.10 |
| 1656 | 2026-01-22T04:16:44.115Z | Compiling encoding_rs v0.8.34 |
| 1657 | 2026-01-22T04:16:44.264Z | Compiling fixedbitset v0.5.7 |
| 1658 | 2026-01-22T04:16:44.787Z | Compiling whoami v1.5.2 |
| 1659 | 2026-01-22T04:16:44.917Z | Compiling foldhash v0.2.0 |
| 1660 | 2026-01-22T04:16:45.019Z | Compiling precomputed-hash v0.1.1 |
| 1661 | 2026-01-22T04:16:45.168Z | Compiling difflib v0.4.0 |
| 1662 | 2026-01-22T04:16:45.316Z | Compiling data-encoding v2.9.0 |
| 1663 | 2026-01-22T04:16:45.359Z | Compiling mime v0.3.17 |
| 1664 | 2026-01-22T04:16:45.885Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-01-22T04:16:46.013Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-01-22T04:16:46.171Z | Compiling keccak v0.1.5 |
| 1667 | 2026-01-22T04:16:46.335Z | Compiling fixedbitset v0.4.2 |
| 1668 | 2026-01-22T04:16:46.520Z | Compiling predicates-core v1.0.8 |
| 1669 | 2026-01-22T04:16:46.563Z | Compiling jiff v0.2.15 |
| 1670 | 2026-01-22T04:16:46.770Z | Compiling new_debug_unreachable v1.0.6 |
| 1671 | 2026-01-22T04:16:46.851Z | Compiling rustc-hash v2.1.1 |
| 1672 | 2026-01-22T04:16:46.889Z | Compiling string_cache v0.8.9 |
| 1673 | 2026-01-22T04:16:47.040Z | Compiling iddqd v0.3.16 |
| 1674 | 2026-01-22T04:16:47.062Z | Compiling predicates v3.1.3 |
| 1675 | 2026-01-22T04:16:47.334Z | Compiling petgraph v0.6.5 |
| 1676 | 2026-01-22T04:16:47.679Z | Compiling strum v0.26.3 |
| 1677 | 2026-01-22T04:16:47.895Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-01-22T04:16:48.339Z | Compiling clap v4.5.48 |
| 1679 | 2026-01-22T04:16:48.485Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1680 | 2026-01-22T04:16:48.539Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-01-22T04:16:49.018Z | Compiling tokio-postgres v0.7.13 |
| 1682 | 2026-01-22T04:16:49.608Z | Compiling toml_edit v0.22.27 |
| 1683 | 2026-01-22T04:16:50.146Z | Compiling petgraph v0.8.2 |
| 1684 | 2026-01-22T04:16:50.997Z | Compiling similar v2.7.0 |
| 1685 | 2026-01-22T04:16:53.024Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-01-22T04:16:54.273Z | Compiling zip v4.2.0 |
| 1687 | 2026-01-22T04:16:54.380Z | Compiling usdt v0.6.0 |
| 1688 | 2026-01-22T04:16:54.665Z | Compiling env_logger v0.11.8 |
| 1689 | 2026-01-22T04:16:54.877Z | Compiling serde_with v3.16.1 |
| 1690 | 2026-01-22T04:16:55.137Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-01-22T04:16:55.417Z | Compiling rsa v0.9.8 |
| 1692 | 2026-01-22T04:16:55.998Z | Compiling zip v0.6.6 |
| 1693 | 2026-01-22T04:16:56.511Z | Compiling ed25519-dalek v2.1.1 |
| 1694 | 2026-01-22T04:16:57.262Z | Compiling toml v0.7.8 |
| 1695 | 2026-01-22T04:16:58.150Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-01-22T04:16:59.150Z | Compiling heck v0.4.1 |
| 1697 | 2026-01-22T04:16:59.206Z | Compiling crossbeam-epoch v0.9.18 |
| 1698 | 2026-01-22T04:16:59.346Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-01-22T04:16:59.449Z | Compiling tokio-stream v0.1.17 |
| 1700 | 2026-01-22T04:16:59.604Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-01-22T04:16:59.790Z | Compiling openapiv3 v2.2.0 |
| 1702 | 2026-01-22T04:16:59.910Z | Compiling sha1 v0.10.6 |
| 1703 | 2026-01-22T04:17:00.193Z | Compiling itertools v0.13.0 |
| 1704 | 2026-01-22T04:17:00.354Z | Compiling itertools v0.10.5 |
| 1705 | 2026-01-22T04:17:00.428Z | Compiling winnow v0.6.26 |
| 1706 | 2026-01-22T04:17:01.332Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-01-22T04:17:01.713Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-01-22T04:17:02.322Z | Compiling thread_local v1.1.8 |
| 1709 | 2026-01-22T04:17:02.830Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-01-22T04:17:02.852Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-01-22T04:17:03.083Z | Compiling xattr v1.3.1 |
| 1712 | 2026-01-22T04:17:03.198Z | Compiling futures-executor v0.3.31 |
| 1713 | 2026-01-22T04:17:03.354Z | Compiling is-terminal v0.4.13 |
| 1714 | 2026-01-22T04:17:03.450Z | Compiling filetime v0.2.26 |
| 1715 | 2026-01-22T04:17:03.507Z | Compiling take_mut v0.2.2 |
| 1716 | 2026-01-22T04:17:03.686Z | Compiling term v1.1.0 |
| 1717 | 2026-01-22T04:17:03.718Z | Compiling tar v0.4.44 |
| 1718 | 2026-01-22T04:17:03.768Z | Compiling futures v0.3.31 |
| 1719 | 2026-01-22T04:17:04.732Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-01-22T04:17:07.167Z | Compiling aws-lc-sys v0.26.0 |
| 1721 | 2026-01-22T04:17:37.140Z | Compiling rustls-webpki v0.102.8 |
| 1722 | 2026-01-22T04:17:41.737Z | Compiling tokio-rustls v0.26.0 |
| 1723 | 2026-01-22T04:17:42.016Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-01-22T04:17:42.389Z | Compiling reqwest v0.12.24 |
| 1725 | 2026-01-22T04:17:46.068Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-01-22T04:17:46.372Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-01-22T04:17:51.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
| 1728 | 2026-01-22T04:17:51.215Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-01-22T04:17:51.271Z | Jan 22 04:17:49.841 INFO Starting download, target: Cockroach |
| 1730 | 2026-01-22T04:17:51.271Z | Jan 22 04:17:49.842 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-01-22T04:17:51.271Z | Jan 22 04:17:49.842 INFO Starting download, target: Clickhouse |
| 1732 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.842 INFO Starting download, target: DendriteStub |
| 1733 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.842 INFO Starting download, target: Console |
| 1734 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.842 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.842 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.842 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.842 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.842 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.843 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-01-22T04:17:51.275Z | Jan 22 04:17:49.843 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-01-22T04:17:51.640Z | Jan 22 04:17:50.172 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-01-22T04:17:51.843Z | Jan 22 04:17:50.407 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-01-22T04:17:52.081Z | Jan 22 04:17:50.649 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-01-22T04:17:52.317Z | Jan 22 04:17:50.871 INFO Download complete, target: Console |
| 1745 | 2026-01-22T04:17:52.551Z | Jan 22 04:17:51.102 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-01-22T04:17:52.618Z | Jan 22 04:17:51.187 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-01-22T04:17:53.723Z | Jan 22 04:17:52.289 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1748 | 2026-01-22T04:17:54.462Z | Jan 22 04:17:53.032 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-01-22T04:17:54.462Z | Jan 22 04:17:53.032 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-01-22T04:17:56.751Z | Jan 22 04:17:55.321 INFO Download complete, target: DendriteStub |
| 1751 | 2026-01-22T04:17:56.847Z | Jan 22 04:17:55.417 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-01-22T04:18:02.377Z | Jan 22 04:18:00.947 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-01-22T04:18:02.509Z | Jan 22 04:18:01.079 INFO Download complete, target: Cockroach |
| 1754 | 2026-01-22T04:18:05.083Z | Jan 22 04:18:03.602 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-01-22T04:18:05.200Z | Jan 22 04:18:03.769 INFO Download complete, target: Clickhouse |
| 1756 | 2026-01-22T04:18:05.206Z | All prerequisites installed successfully |
| 1757 | 2026-01-22T04:18:05.209Z | |
| 1758 | 2026-01-22T04:18:05.209Z | real 5:22.895012087 |
| 1759 | 2026-01-22T04:18:05.209Z | user 18:36.964933242 |
| 1760 | 2026-01-22T04:18:05.209Z | sys 2:33.147300549 |
| 1761 | 2026-01-22T04:18:05.210Z | trap 0.696267828 |
| 1762 | 2026-01-22T04:18:05.210Z | tflt 0.819864773 |
| 1763 | 2026-01-22T04:18:05.210Z | dflt 1.192782553 |
| 1764 | 2026-01-22T04:18:05.210Z | kflt 0.027198424 |
| 1765 | 2026-01-22T04:18:05.210Z | lock 44:49.529111942 |
| 1766 | 2026-01-22T04:18:05.210Z | slp 1:08:27.080232092 |
| 1767 | 2026-01-22T04:18:05.210Z | lat 1:21.659684227 |
| 1768 | 2026-01-22T04:18:05.210Z | stop 3:13.328335287 |
| 1769 | 2026-01-22T04:18:05.210Z | + ptime -m cargo xtask download softnpu |
| 1770 | 2026-01-22T04:18:05.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1771 | 2026-01-22T04:18:06.016Z | Running `target/debug/xtask download softnpu` |
| 1772 | 2026-01-22T04:18:07.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 1773 | 2026-01-22T04:18:07.154Z | Running `target/debug/xtask-downloader softnpu` |
| 1774 | 2026-01-22T04:18:07.197Z | Jan 22 04:18:05.766 INFO Starting download, target: Softnpu |
| 1775 | 2026-01-22T04:18:07.200Z | Jan 22 04:18:05.766 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1776 | 2026-01-22T04:18:08.016Z | Jan 22 04:18:06.585 INFO Download complete, target: Softnpu |
| 1777 | 2026-01-22T04:18:08.020Z | |
| 1778 | 2026-01-22T04:18:08.023Z | real 2.806162497 |
| 1779 | 2026-01-22T04:18:08.023Z | user 1.665515799 |
| 1780 | 2026-01-22T04:18:08.023Z | sys 0.723631860 |
| 1781 | 2026-01-22T04:18:08.023Z | trap 0.002543312 |
| 1782 | 2026-01-22T04:18:08.023Z | tflt 0.000024675 |
| 1783 | 2026-01-22T04:18:08.023Z | dflt 0.000184316 |
| 1784 | 2026-01-22T04:18:08.023Z | kflt 0.000000000 |
| 1785 | 2026-01-22T04:18:08.023Z | lock 8.638509586 |
| 1786 | 2026-01-22T04:18:08.023Z | slp 0.669951626 |
| 1787 | 2026-01-22T04:18:08.023Z | lat 0.108473162 |
| 1788 | 2026-01-22T04:18:08.023Z | stop 0.000160582 |
| 1789 | 2026-01-22T04:18:08.023Z | + export CARGO_INCREMENTAL=0 |
| 1790 | 2026-01-22T04:18:08.023Z | + CARGO_INCREMENTAL=0 |
| 1791 | 2026-01-22T04:18:08.023Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1792 | 2026-01-22T04:18:09.323Z | Compiling proc-macro2 v1.0.101 |
| 1793 | 2026-01-22T04:18:09.323Z | Compiling unicode-ident v1.0.19 |
| 1794 | 2026-01-22T04:18:09.323Z | Compiling libc v0.2.180 |
| 1795 | 2026-01-22T04:18:09.323Z | Compiling serde_core v1.0.228 |
| 1796 | 2026-01-22T04:18:09.326Z | Compiling serde v1.0.228 |
| 1797 | 2026-01-22T04:18:09.326Z | Compiling autocfg v1.4.0 |
| 1798 | 2026-01-22T04:18:09.326Z | Compiling cfg-if v1.0.4 |
| 1799 | 2026-01-22T04:18:09.591Z | Compiling version_check v0.9.5 |
| 1800 | 2026-01-22T04:18:09.669Z | Compiling memchr v2.7.4 |
| 1801 | 2026-01-22T04:18:09.720Z | Compiling shlex v1.3.0 |
| 1802 | 2026-01-22T04:18:10.123Z | Compiling value-bag v1.12.0 |
| 1803 | 2026-01-22T04:18:10.164Z | Compiling zmij v1.0.15 |
| 1804 | 2026-01-22T04:18:10.627Z | Compiling lock_api v0.4.12 |
| 1805 | 2026-01-22T04:18:10.648Z | Compiling log v0.4.29 |
| 1806 | 2026-01-22T04:18:10.864Z | Compiling portable-atomic v1.11.0 |
| 1807 | 2026-01-22T04:18:10.995Z | Compiling typenum v1.17.0 |
| 1808 | 2026-01-22T04:18:11.347Z | Compiling quote v1.0.40 |
| 1809 | 2026-01-22T04:18:11.555Z | Compiling jobserver v0.1.32 |
| 1810 | 2026-01-22T04:18:11.781Z | Compiling syn v2.0.111 |
| 1811 | 2026-01-22T04:18:11.805Z | Compiling serde_json v1.0.149 |
| 1812 | 2026-01-22T04:18:11.828Z | Compiling generic-array v0.14.7 |
| 1813 | 2026-01-22T04:18:11.930Z | Compiling getrandom v0.3.4 |
| 1814 | 2026-01-22T04:18:12.141Z | Compiling cc v1.2.30 |
| 1815 | 2026-01-22T04:18:12.144Z | Compiling libm v0.2.8 |
| 1816 | 2026-01-22T04:18:12.204Z | Compiling num-traits v0.2.19 |
| 1817 | 2026-01-22T04:18:12.551Z | Compiling scopeguard v1.2.0 |
| 1818 | 2026-01-22T04:18:12.575Z | Compiling parking_lot_core v0.9.10 |
| 1819 | 2026-01-22T04:18:12.646Z | Compiling smallvec v1.15.1 |
| 1820 | 2026-01-22T04:18:13.024Z | Compiling regex-syntax v0.8.5 |
| 1821 | 2026-01-22T04:18:13.237Z | Compiling itoa v1.0.11 |
| 1822 | 2026-01-22T04:18:13.983Z | Compiling getrandom v0.2.15 |
| 1823 | 2026-01-22T04:18:14.377Z | Compiling thiserror v2.0.17 |
| 1824 | 2026-01-22T04:18:14.475Z | Compiling pkg-config v0.3.31 |
| 1825 | 2026-01-22T04:18:14.621Z | Compiling aho-corasick v1.1.3 |
| 1826 | 2026-01-22T04:18:14.714Z | Compiling rustix v0.38.37 |
| 1827 | 2026-01-22T04:18:15.325Z | Compiling errno v0.3.12 |
| 1828 | 2026-01-22T04:18:15.370Z | Compiling stable_deref_trait v1.2.0 |
| 1829 | 2026-01-22T04:18:15.515Z | Compiling either v1.15.0 |
| 1830 | 2026-01-22T04:18:15.553Z | Compiling spin v0.9.8 |
| 1831 | 2026-01-22T04:18:15.743Z | Compiling slab v0.4.9 |
| 1832 | 2026-01-22T04:18:15.764Z | Compiling allocator-api2 v0.2.21 |
| 1833 | 2026-01-22T04:18:15.975Z | Compiling equivalent v1.0.2 |
| 1834 | 2026-01-22T04:18:16.112Z | Compiling semver v1.0.27 |
| 1835 | 2026-01-22T04:18:16.246Z | Compiling lazy_static v1.5.0 |
| 1836 | 2026-01-22T04:18:16.622Z | Compiling regex-automata v0.4.11 |
| 1837 | 2026-01-22T04:18:16.820Z | Compiling schemars v0.8.22 |
| 1838 | 2026-01-22T04:18:18.136Z | Compiling rand_core v0.6.4 |
| 1839 | 2026-01-22T04:18:18.682Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-01-22T04:18:18.820Z | Compiling critical-section v1.1.3 |
| 1841 | 2026-01-22T04:18:18.966Z | Compiling synstructure v0.13.1 |
| 1842 | 2026-01-22T04:18:18.995Z | Compiling serde_derive_internals v0.29.1 |
| 1843 | 2026-01-22T04:18:19.237Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-01-22T04:18:20.095Z | Compiling subtle v2.6.1 |
| 1845 | 2026-01-22T04:18:20.147Z | Compiling writeable v0.5.5 |
| 1846 | 2026-01-22T04:18:20.441Z | Compiling litemap v0.7.3 |
| 1847 | 2026-01-22T04:18:20.646Z | Compiling glob v0.3.2 |
| 1848 | 2026-01-22T04:18:20.903Z | Compiling pin-project-lite v0.2.14 |
| 1849 | 2026-01-22T04:18:20.928Z | Compiling prettyplease v0.2.36 |
| 1850 | 2026-01-22T04:18:21.081Z | Compiling percent-encoding v2.3.2 |
| 1851 | 2026-01-22T04:18:21.357Z | Compiling clang-sys v1.8.1 |
| 1852 | 2026-01-22T04:18:21.525Z | Compiling minimal-lexical v0.2.1 |
| 1853 | 2026-01-22T04:18:21.594Z | Compiling fnv v1.0.7 |
| 1854 | 2026-01-22T04:18:21.761Z | Compiling icu_locid_transform_data v1.5.0 |
| 1855 | 2026-01-22T04:18:22.005Z | Compiling nom v7.1.3 |
| 1856 | 2026-01-22T04:18:22.093Z | Compiling libloading v0.8.5 |
| 1857 | 2026-01-22T04:18:22.149Z | Compiling regex v1.11.3 |
| 1858 | 2026-01-22T04:18:22.597Z | Compiling serde_derive v1.0.228 |
| 1859 | 2026-01-22T04:18:22.775Z | Compiling zeroize_derive v1.4.2 |
| 1860 | 2026-01-22T04:18:22.796Z | Compiling zerofrom-derive v0.1.4 |
| 1861 | 2026-01-22T04:18:22.828Z | Compiling yoke-derive v0.7.4 |
| 1862 | 2026-01-22T04:18:23.081Z | Compiling zerovec-derive v0.10.3 |
| 1863 | 2026-01-22T04:18:23.127Z | Compiling displaydoc v0.2.5 |
| 1864 | 2026-01-22T04:18:24.081Z | Compiling icu_provider_macros v1.5.0 |
| 1865 | 2026-01-22T04:18:24.515Z | Compiling tokio-macros v2.6.0 |
| 1866 | 2026-01-22T04:18:25.065Z | Compiling zeroize v1.8.1 |
| 1867 | 2026-01-22T04:18:25.086Z | Compiling thiserror-impl v2.0.17 |
| 1868 | 2026-01-22T04:18:25.269Z | Compiling zerocopy-derive v0.7.35 |
| 1869 | 2026-01-22T04:18:25.492Z | Compiling zerofrom v0.1.4 |
| 1870 | 2026-01-22T04:18:25.512Z | Compiling futures-macro v0.3.31 |
| 1871 | 2026-01-22T04:18:25.515Z | Compiling schemars_derive v0.8.22 |
| 1872 | 2026-01-22T04:18:25.742Z | Compiling yoke v0.7.4 |
| 1873 | 2026-01-22T04:18:26.114Z | Compiling zerovec v0.10.4 |
| 1874 | 2026-01-22T04:18:26.540Z | Compiling icu_properties_data v1.5.0 |
| 1875 | 2026-01-22T04:18:26.809Z | Compiling home v0.5.9 |
| 1876 | 2026-01-22T04:18:26.909Z | Compiling bindgen v0.69.5 |
| 1877 | 2026-01-22T04:18:27.143Z | Compiling cexpr v0.6.0 |
| 1878 | 2026-01-22T04:18:28.203Z | Compiling itertools v0.12.1 |
| 1879 | 2026-01-22T04:18:28.454Z | Compiling tinystr v0.7.6 |
| 1880 | 2026-01-22T04:18:28.523Z | Compiling icu_collections v1.5.0 |
| 1881 | 2026-01-22T04:18:28.909Z | Compiling icu_locid v1.5.0 |
| 1882 | 2026-01-22T04:18:28.969Z | Compiling utf8_iter v1.0.4 |
| 1883 | 2026-01-22T04:18:29.272Z | Compiling lazycell v1.3.0 |
| 1884 | 2026-01-22T04:18:29.476Z | Compiling heck v0.5.0 |
| 1885 | 2026-01-22T04:18:29.925Z | Compiling icu_normalizer_data v1.5.0 |
| 1886 | 2026-01-22T04:18:30.061Z | Compiling paste v1.0.15 |
| 1887 | 2026-01-22T04:18:30.436Z | Compiling bitflags v2.9.4 |
| 1888 | 2026-01-22T04:18:30.549Z | Compiling bytes v1.10.1 |
| 1889 | 2026-01-22T04:18:31.059Z | Compiling icu_provider v1.5.0 |
| 1890 | 2026-01-22T04:18:31.172Z | Compiling write16 v1.0.0 |
| 1891 | 2026-01-22T04:18:31.386Z | Compiling rustc-hash v1.1.0 |
| 1892 | 2026-01-22T04:18:31.557Z | Compiling utf16_iter v1.0.5 |
| 1893 | 2026-01-22T04:18:31.820Z | Compiling cmake v0.1.51 |
| 1894 | 2026-01-22T04:18:32.010Z | Compiling icu_locid_transform v1.5.0 |
| 1895 | 2026-01-22T04:18:32.410Z | Compiling signal-hook-registry v1.4.2 |
| 1896 | 2026-01-22T04:18:32.563Z | Compiling dunce v1.0.5 |
| 1897 | 2026-01-22T04:18:32.639Z | Compiling fs_extra v1.3.0 |
| 1898 | 2026-01-22T04:18:32.727Z | Compiling parking_lot v0.12.3 |
| 1899 | 2026-01-22T04:18:33.635Z | Compiling icu_properties v1.5.1 |
| 1900 | 2026-01-22T04:18:33.870Z | Compiling crypto-common v0.1.6 |
| 1901 | 2026-01-22T04:18:34.105Z | Compiling hashbrown v0.16.1 |
| 1902 | 2026-01-22T04:18:34.195Z | Compiling mio v1.0.2 |
| 1903 | 2026-01-22T04:18:34.762Z | Compiling which v4.4.2 |
| 1904 | 2026-01-22T04:18:36.122Z | Compiling form_urlencoded v1.2.2 |
| 1905 | 2026-01-22T04:18:36.466Z | Compiling const-oid v0.9.6 |
| 1906 | 2026-01-22T04:18:36.631Z | Compiling rustversion v1.0.22 |
| 1907 | 2026-01-22T04:18:36.759Z | Compiling indexmap v2.12.1 |
| 1908 | 2026-01-22T04:18:37.752Z | Compiling icu_normalizer v1.5.0 |
| 1909 | 2026-01-22T04:18:37.791Z | Compiling socket2 v0.6.1 |
| 1910 | 2026-01-22T04:18:38.465Z | Compiling tokio v1.48.0 |
| 1911 | 2026-01-22T04:18:38.793Z | Compiling idna_adapter v1.2.0 |
| 1912 | 2026-01-22T04:18:39.036Z | Compiling idna v1.0.3 |
| 1913 | 2026-01-22T04:18:39.630Z | Compiling ring v0.17.14 |
| 1914 | 2026-01-22T04:18:39.823Z | Compiling url v2.5.4 |
| 1915 | 2026-01-22T04:18:40.452Z | Compiling zerocopy v0.8.27 |
| 1916 | 2026-01-22T04:18:40.620Z | Compiling block-buffer v0.10.4 |
| 1917 | 2026-01-22T04:18:40.924Z | Compiling tracing-attributes v0.1.27 |
| 1918 | 2026-01-22T04:18:41.175Z | Compiling der_derive v0.7.3 |
| 1919 | 2026-01-22T04:18:43.304Z | Compiling aws-lc-rs v1.12.4 |
| 1920 | 2026-01-22T04:18:43.919Z | Compiling vcpkg v0.2.15 |
| 1921 | 2026-01-22T04:18:44.008Z | Compiling thiserror v1.0.69 |
| 1922 | 2026-01-22T04:18:44.556Z | Compiling digest v0.10.7 |
| 1923 | 2026-01-22T04:18:45.001Z | Compiling zerocopy-derive v0.8.27 |
| 1924 | 2026-01-22T04:18:45.251Z | Compiling openssl-sys v0.9.109 |
| 1925 | 2026-01-22T04:18:45.321Z | Compiling futures-core v0.3.31 |
| 1926 | 2026-01-22T04:18:45.359Z | Compiling strsim v0.11.1 |
| 1927 | 2026-01-22T04:18:45.396Z | Compiling zerocopy v0.7.35 |
| 1928 | 2026-01-22T04:18:45.848Z | Compiling thiserror-impl v1.0.69 |
| 1929 | 2026-01-22T04:18:45.964Z | Compiling ucd-trie v0.1.7 |
| 1930 | 2026-01-22T04:18:46.049Z | Compiling iana-time-zone v0.1.63 |
| 1931 | 2026-01-22T04:18:46.403Z | Compiling chrono v0.4.42 |
| 1932 | 2026-01-22T04:18:46.509Z | Compiling aws-lc-sys v0.26.0 |
| 1933 | 2026-01-22T04:18:46.812Z | Compiling pest v2.8.2 |
| 1934 | 2026-01-22T04:18:47.131Z | Compiling serde_tokenstream v0.2.2 |
| 1935 | 2026-01-22T04:18:47.679Z | Compiling uuid v1.19.0 |
| 1936 | 2026-01-22T04:18:47.731Z | Compiling httparse v1.9.5 |
| 1937 | 2026-01-22T04:18:47.788Z | Compiling foldhash v0.1.5 |
| 1938 | 2026-01-22T04:18:48.155Z | Compiling ident_case v1.0.1 |
| 1939 | 2026-01-22T04:18:48.314Z | Compiling hashbrown v0.15.4 |
| 1940 | 2026-01-22T04:18:49.467Z | Compiling pest_meta v2.8.2 |
| 1941 | 2026-01-22T04:18:49.584Z | Compiling rustix v1.1.3 |
| 1942 | 2026-01-22T04:18:50.628Z | Compiling syn v1.0.109 |
| 1943 | 2026-01-22T04:18:51.177Z | Compiling pest_generator v2.8.2 |
| 1944 | 2026-01-22T04:18:51.779Z | Compiling time-core v0.1.6 |
| 1945 | 2026-01-22T04:18:51.879Z | Compiling num-conv v0.1.0 |
| 1946 | 2026-01-22T04:18:52.112Z | Compiling futures-sink v0.3.31 |
| 1947 | 2026-01-22T04:18:52.178Z | Compiling time-macros v0.2.24 |
| 1948 | 2026-01-22T04:18:52.317Z | Compiling futures-channel v0.3.31 |
| 1949 | 2026-01-22T04:18:52.909Z | Compiling pest_derive v2.8.2 |
| 1950 | 2026-01-22T04:18:53.158Z | Compiling rustc_version v0.4.1 |
| 1951 | 2026-01-22T04:18:53.717Z | Compiling futures-task v0.3.31 |
| 1952 | 2026-01-22T04:18:53.735Z | Compiling openssl v0.10.73 |
| 1953 | 2026-01-22T04:18:53.816Z | Compiling dyn-clone v1.0.20 |
| 1954 | 2026-01-22T04:18:54.034Z | Compiling cpufeatures v0.2.14 |
| 1955 | 2026-01-22T04:18:54.061Z | Compiling futures-io v0.3.31 |
| 1956 | 2026-01-22T04:18:54.155Z | Compiling pin-utils v0.1.0 |
| 1957 | 2026-01-22T04:18:54.356Z | Compiling futures-util v0.3.31 |
| 1958 | 2026-01-22T04:18:54.436Z | Compiling hmac v0.12.1 |
| 1959 | 2026-01-22T04:18:54.750Z | Compiling plain v0.2.3 |
| 1960 | 2026-01-22T04:18:55.123Z | Compiling block-padding v0.3.3 |
| 1961 | 2026-01-22T04:18:55.397Z | Compiling openssl-macros v0.1.1 |
| 1962 | 2026-01-22T04:18:56.155Z | Compiling crossbeam-utils v0.8.21 |
| 1963 | 2026-01-22T04:18:56.463Z | Compiling rustls v0.23.19 |
| 1964 | 2026-01-22T04:18:56.689Z | Compiling native-tls v0.2.12 |
| 1965 | 2026-01-22T04:18:56.821Z | Compiling inout v0.1.3 |
| 1966 | 2026-01-22T04:18:57.090Z | Compiling ppv-lite86 v0.2.20 |
| 1967 | 2026-01-22T04:18:57.962Z | Compiling pretty-hex v0.4.1 |
| 1968 | 2026-01-22T04:18:58.355Z | Compiling cipher v0.4.4 |
| 1969 | 2026-01-22T04:18:58.542Z | Compiling sha2 v0.10.9 |
| 1970 | 2026-01-22T04:18:58.856Z | Compiling http v1.4.0 |
| 1971 | 2026-01-22T04:18:59.337Z | Compiling scroll_derive v0.13.1 |
| 1972 | 2026-01-22T04:19:00.493Z | Compiling scroll_derive v0.12.0 |
| 1973 | 2026-01-22T04:19:00.926Z | Compiling cookie v0.18.1 |
| 1974 | 2026-01-22T04:19:01.048Z | Compiling anyhow v1.0.99 |
| 1975 | 2026-01-22T04:19:01.404Z | Compiling base64ct v1.6.0 |
| 1976 | 2026-01-22T04:19:01.932Z | Compiling pem-rfc7468 v0.7.0 |
| 1977 | 2026-01-22T04:19:02.002Z | Compiling darling_core v0.21.0 |
| 1978 | 2026-01-22T04:19:02.495Z | Compiling slog v2.8.2 |
| 1979 | 2026-01-22T04:19:03.854Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1980 | 2026-01-22T04:19:04.111Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1981 | 2026-01-22T04:19:04.595Z | Compiling flagset v0.4.6 |
| 1982 | 2026-01-22T04:19:04.848Z | Compiling der v0.7.10 |
| 1983 | 2026-01-22T04:19:05.691Z | Compiling toml_datetime v0.6.11 |
| 1984 | 2026-01-22T04:19:06.211Z | Compiling serde_spanned v0.6.9 |
| 1985 | 2026-01-22T04:19:06.298Z | Compiling rand_core v0.9.3 |
| 1986 | 2026-01-22T04:19:06.479Z | Compiling tracing-core v0.1.32 |
| 1987 | 2026-01-22T04:19:06.717Z | Compiling rustls-pki-types v1.10.0 |
| 1988 | 2026-01-22T04:19:06.904Z | Compiling spki v0.7.3 |
| 1989 | 2026-01-22T04:19:07.289Z | Compiling tracing v0.1.40 |
| 1990 | 2026-01-22T04:19:07.421Z | Compiling darling_macro v0.21.0 |
| 1991 | 2026-01-22T04:19:07.691Z | Compiling salsa20 v0.10.2 |
| 1992 | 2026-01-22T04:19:07.936Z | Compiling pbkdf2 v0.12.2 |
| 1993 | 2026-01-22T04:19:08.303Z | Compiling darling v0.21.0 |
| 1994 | 2026-01-22T04:19:08.357Z | Compiling camino v1.2.1 |
| 1995 | 2026-01-22T04:19:08.377Z | Compiling litrs v0.4.1 |
| 1996 | 2026-01-22T04:19:08.430Z | Compiling base64 v0.22.1 |
| 1997 | 2026-01-22T04:19:08.603Z | Compiling winnow v0.5.40 |
| 1998 | 2026-01-22T04:19:09.305Z | Compiling document-features v0.2.11 |
| 1999 | 2026-01-22T04:19:09.792Z | Compiling scrypt v0.11.0 |
| 2000 | 2026-01-22T04:19:10.274Z | Compiling rand_chacha v0.9.0 |
| 2001 | 2026-01-22T04:19:10.363Z | Compiling tokio-util v0.7.15 |
| 2002 | 2026-01-22T04:19:11.067Z | Compiling aes v0.8.4 |
| 2003 | 2026-01-22T04:19:11.098Z | Compiling cbc v0.1.2 |
| 2004 | 2026-01-22T04:19:11.999Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-01-22T04:19:14.300Z | Compiling usdt-impl v0.5.0 |
| 2006 | 2026-01-22T04:19:14.376Z | Compiling powerfmt v0.2.0 |
| 2007 | 2026-01-22T04:19:14.611Z | Compiling usdt-impl v0.6.0 |
| 2008 | 2026-01-22T04:19:14.698Z | Compiling ref-cast v1.0.25 |
| 2009 | 2026-01-22T04:19:14.894Z | Compiling untrusted v0.7.1 |
| 2010 | 2026-01-22T04:19:14.989Z | Compiling untrusted v0.9.0 |
| 2011 | 2026-01-22T04:19:15.100Z | Compiling deranged v0.5.3 |
| 2012 | 2026-01-22T04:19:15.405Z | Compiling pkcs5 v0.7.1 |
| 2013 | 2026-01-22T04:19:16.394Z | Compiling rand v0.9.2 |
| 2014 | 2026-01-22T04:19:18.281Z | Compiling http-body v1.0.1 |
| 2015 | 2026-01-22T04:19:18.581Z | Compiling scroll v0.12.0 |
| 2016 | 2026-01-22T04:19:19.114Z | Compiling scroll v0.13.0 |
| 2017 | 2026-01-22T04:19:19.137Z | Compiling heapless v0.7.17 |
| 2018 | 2026-01-22T04:19:19.777Z | Compiling adler2 v2.0.0 |
| 2019 | 2026-01-22T04:19:20.271Z | Compiling signal-hook v0.3.18 |
| 2020 | 2026-01-22T04:19:20.315Z | Compiling zstd-safe v7.2.3 |
| 2021 | 2026-01-22T04:19:20.337Z | Compiling atomic-waker v1.1.2 |
| 2022 | 2026-01-22T04:19:20.620Z | Compiling num_threads v0.1.7 |
| 2023 | 2026-01-22T04:19:20.698Z | Compiling cfg_aliases v0.2.1 |
| 2024 | 2026-01-22T04:19:20.816Z | Compiling miniz_oxide v0.8.5 |
| 2025 | 2026-01-22T04:19:21.055Z | Compiling time v0.3.43 |
| 2026 | 2026-01-22T04:19:22.778Z | Compiling goblin v0.10.2 |
| 2027 | 2026-01-22T04:19:23.578Z | Compiling goblin v0.8.2 |
| 2028 | 2026-01-22T04:19:24.773Z | Compiling pkcs8 v0.10.2 |
| 2029 | 2026-01-22T04:19:25.664Z | Compiling ipnetwork v0.21.1 |
| 2030 | 2026-01-22T04:19:27.546Z | Compiling darling_core v0.20.10 |
| 2031 | 2026-01-22T04:19:29.254Z | Compiling ref-cast-impl v1.0.25 |
| 2032 | 2026-01-22T04:19:30.353Z | Compiling memoffset v0.9.1 |
| 2033 | 2026-01-22T04:19:30.702Z | Compiling tinyvec_macros v0.1.1 |
| 2034 | 2026-01-22T04:19:30.820Z | Compiling try-lock v0.2.5 |
| 2035 | 2026-01-22T04:19:31.427Z | Compiling tower-service v0.3.3 |
| 2036 | 2026-01-22T04:19:31.630Z | Compiling tower-layer v0.3.3 |
| 2037 | 2026-01-22T04:19:32.295Z | Compiling want v0.3.1 |
| 2038 | 2026-01-22T04:19:32.414Z | Compiling tinyvec v1.8.0 |
| 2039 | 2026-01-22T04:19:32.464Z | Compiling darling_macro v0.20.10 |
| 2040 | 2026-01-22T04:19:32.588Z | Compiling dof v0.4.0 |
| 2041 | 2026-01-22T04:19:33.348Z | Compiling dof v0.3.0 |
| 2042 | 2026-01-22T04:19:33.856Z | Compiling h2 v0.4.6 |
| 2043 | 2026-01-22T04:19:34.851Z | Compiling dtrace-parser v0.2.0 |
| 2044 | 2026-01-22T04:19:36.247Z | Compiling curve25519-dalek v4.1.3 |
| 2045 | 2026-01-22T04:19:36.347Z | Compiling dtrace-parser v0.3.0 |
| 2046 | 2026-01-22T04:19:36.769Z | Compiling ipnet v2.11.0 |
| 2047 | 2026-01-22T04:19:36.977Z | Compiling async-trait v0.1.89 |
| 2048 | 2026-01-22T04:19:37.843Z | Compiling daft-derive v0.1.4 |
| 2049 | 2026-01-22T04:19:39.029Z | Compiling thread-id v5.0.0 |
| 2050 | 2026-01-22T04:19:39.092Z | Compiling thread-id v4.2.2 |
| 2051 | 2026-01-22T04:19:39.162Z | Compiling smoltcp v0.9.1 |
| 2052 | 2026-01-22T04:19:39.232Z | Compiling openssl-probe v0.1.5 |
| 2053 | 2026-01-22T04:19:39.897Z | Compiling fastrand v2.1.1 |
| 2054 | 2026-01-22T04:19:39.897Z | Compiling foreign-types-shared v0.1.1 |
| 2055 | 2026-01-22T04:19:39.988Z | Compiling ryu v1.0.18 |
| 2056 | 2026-01-22T04:19:40.028Z | Compiling num-bigint-dig v0.8.6 |
| 2057 | 2026-01-22T04:19:40.267Z | Compiling httpdate v1.0.3 |
| 2058 | 2026-01-22T04:19:40.452Z | Compiling foreign-types v0.3.2 |
| 2059 | 2026-01-22T04:19:40.567Z | Compiling tempfile v3.24.0 |
| 2060 | 2026-01-22T04:19:42.263Z | Compiling hyper v1.8.1 |
| 2061 | 2026-01-22T04:19:47.543Z | Compiling darling v0.20.10 |
| 2062 | 2026-01-22T04:19:49.651Z | Compiling strum_macros v0.26.4 |
| 2063 | 2026-01-22T04:19:51.415Z | Compiling wait-timeout v0.2.0 |
| 2064 | 2026-01-22T04:19:52.850Z | Compiling anstyle v1.0.11 |
| 2065 | 2026-01-22T04:19:52.892Z | Compiling utf8parse v0.2.2 |
| 2066 | 2026-01-22T04:19:53.073Z | Compiling gimli v0.31.1 |
| 2067 | 2026-01-22T04:19:53.199Z | Compiling bit-vec v0.8.0 |
| 2068 | 2026-01-22T04:19:53.500Z | Compiling quick-error v1.2.3 |
| 2069 | 2026-01-22T04:19:53.636Z | Compiling bit-set v0.8.0 |
| 2070 | 2026-01-22T04:19:53.676Z | Compiling rusty-fork v0.3.0 |
| 2071 | 2026-01-22T04:19:54.253Z | Compiling anstyle-parse v0.2.5 |
| 2072 | 2026-01-22T04:19:57.232Z | Compiling addr2line v0.24.2 |
| 2073 | 2026-01-22T04:19:59.798Z | Compiling derive_builder_core v0.20.2 |
| 2074 | 2026-01-22T04:20:01.462Z | Compiling hyper-util v0.1.19 |
| 2075 | 2026-01-22T04:20:01.717Z | Compiling unicode-normalization v0.1.24 |
| 2076 | 2026-01-22T04:20:02.236Z | Compiling nix v0.29.0 |
| 2077 | 2026-01-22T04:20:03.341Z | Compiling rand_xorshift v0.4.0 |
| 2078 | 2026-01-22T04:20:03.606Z | Compiling hubpack_derive v0.1.1 |
| 2079 | 2026-01-22T04:20:04.480Z | Compiling signature v2.2.0 |
| 2080 | 2026-01-22T04:20:04.732Z | Compiling openapiv3 v2.2.0 |
| 2081 | 2026-01-22T04:20:05.193Z | Compiling erased-serde v0.3.31 |
| 2082 | 2026-01-22T04:20:06.442Z | Compiling strum_macros v0.27.2 |
| 2083 | 2026-01-22T04:20:06.830Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2084 | 2026-01-22T04:20:08.354Z | Compiling object v0.36.5 |
| 2085 | 2026-01-22T04:20:10.855Z | Compiling fs-err v3.1.1 |
| 2086 | 2026-01-22T04:20:11.232Z | Compiling ahash v0.8.12 |
| 2087 | 2026-01-22T04:20:11.640Z | Compiling crc32fast v1.4.2 |
| 2088 | 2026-01-22T04:20:11.973Z | Compiling unicode-bidi v0.3.17 |
| 2089 | 2026-01-22T04:20:13.062Z | Compiling unicode-properties v0.1.3 |
| 2090 | 2026-01-22T04:20:13.492Z | Compiling colorchoice v1.0.2 |
| 2091 | 2026-01-22T04:20:13.609Z | Compiling unarray v0.1.4 |
| 2092 | 2026-01-22T04:20:13.811Z | Compiling zlib-rs v0.5.1 |
| 2093 | 2026-01-22T04:20:13.962Z | Compiling rustc-demangle v0.1.24 |
| 2094 | 2026-01-22T04:20:14.723Z | Compiling buf-list v1.0.3 |
| 2095 | 2026-01-22T04:20:15.077Z | Compiling unicode-segmentation v1.12.0 |
| 2096 | 2026-01-22T04:20:15.269Z | Compiling anstyle-query v1.1.1 |
| 2097 | 2026-01-22T04:20:15.813Z | Compiling siphasher v0.3.11 |
| 2098 | 2026-01-22T04:20:15.886Z | Compiling is_terminal_polyfill v1.70.1 |
| 2099 | 2026-01-22T04:20:16.219Z | Compiling phf_shared v0.11.2 |
| 2100 | 2026-01-22T04:20:16.578Z | Compiling anstream v0.6.18 |
| 2101 | 2026-01-22T04:20:16.608Z | Compiling backtrace v0.3.74 |
| 2102 | 2026-01-22T04:20:17.601Z | Compiling proptest v1.7.0 |
| 2103 | 2026-01-22T04:20:18.622Z | Compiling libz-rs-sys v0.5.1 |
| 2104 | 2026-01-22T04:20:18.917Z | Compiling stringprep v0.1.5 |
| 2105 | 2026-01-22T04:20:22.462Z | Compiling derive_builder_macro v0.20.2 |
| 2106 | 2026-01-22T04:20:25.217Z | Compiling rustls-webpki v0.102.8 |
| 2107 | 2026-01-22T04:20:25.270Z | Compiling usdt-macro v0.6.0 |
| 2108 | 2026-01-22T04:20:25.661Z | Compiling usdt-attr-macro v0.6.0 |
| 2109 | 2026-01-22T04:20:26.832Z | Compiling oxnet v0.1.4 |
| 2110 | 2026-01-22T04:20:27.053Z | Compiling http-body-util v0.1.3 |
| 2111 | 2026-01-22T04:20:27.389Z | Compiling rand_chacha v0.3.1 |
| 2112 | 2026-01-22T04:20:27.586Z | Compiling sync_wrapper v1.0.1 |
| 2113 | 2026-01-22T04:20:27.767Z | Compiling md-5 v0.10.6 |
| 2114 | 2026-01-22T04:20:27.811Z | Compiling vergen-lib v0.1.6 |
| 2115 | 2026-01-22T04:20:28.060Z | Compiling num-integer v0.1.46 |
| 2116 | 2026-01-22T04:20:28.196Z | Compiling ff v0.13.0 |
| 2117 | 2026-01-22T04:20:28.270Z | Compiling hash32 v0.2.1 |
| 2118 | 2026-01-22T04:20:28.321Z | Compiling encoding_rs v0.8.34 |
| 2119 | 2026-01-22T04:20:28.447Z | Compiling psl-types v2.0.11 |
| 2120 | 2026-01-22T04:20:28.689Z | Compiling fallible-iterator v0.2.0 |
| 2121 | 2026-01-22T04:20:28.870Z | Compiling mime v0.3.17 |
| 2122 | 2026-01-22T04:20:29.353Z | Compiling base16ct v0.2.0 |
| 2123 | 2026-01-22T04:20:29.404Z | Compiling postgres-protocol v0.6.8 |
| 2124 | 2026-01-22T04:20:29.682Z | Compiling sec1 v0.7.3 |
| 2125 | 2026-01-22T04:20:29.917Z | Compiling serde_urlencoded v0.7.1 |
| 2126 | 2026-01-22T04:20:30.235Z | Compiling publicsuffix v2.3.0 |
| 2127 | 2026-01-22T04:20:30.502Z | Compiling num-iter v0.1.45 |
| 2128 | 2026-01-22T04:20:30.549Z | Compiling group v0.13.0 |
| 2129 | 2026-01-22T04:20:30.756Z | Compiling rand v0.8.5 |
| 2130 | 2026-01-22T04:20:30.865Z | Compiling tower v0.5.2 |
| 2131 | 2026-01-22T04:20:33.305Z | Compiling tokio-rustls v0.26.0 |
| 2132 | 2026-01-22T04:20:33.577Z | Compiling derive_builder v0.20.2 |
| 2133 | 2026-01-22T04:20:33.792Z | Compiling newtype-uuid v1.3.2 |
| 2134 | 2026-01-22T04:20:34.401Z | Compiling tokio-native-tls v0.3.1 |
| 2135 | 2026-01-22T04:20:34.710Z | Compiling flate2 v1.1.2 |
| 2136 | 2026-01-22T04:20:34.857Z | Compiling heck v0.4.1 |
| 2137 | 2026-01-22T04:20:35.308Z | Compiling rustls-native-certs v0.8.1 |
| 2138 | 2026-01-22T04:20:35.750Z | Compiling webpki-roots v1.0.1 |
| 2139 | 2026-01-22T04:20:36.076Z | Compiling serde_with_macros v3.16.1 |
| 2140 | 2026-01-22T04:20:36.500Z | Compiling hkdf v0.12.4 |
| 2141 | 2026-01-22T04:20:36.543Z | Compiling regress v0.10.4 |
| 2142 | 2026-01-22T04:20:36.757Z | Compiling vergen v9.0.6 |
| 2143 | 2026-01-22T04:20:36.806Z | Compiling terminal_size v0.4.0 |
| 2144 | 2026-01-22T04:20:37.407Z | Compiling cargo-platform v0.1.8 |
| 2145 | 2026-01-22T04:20:37.651Z | Compiling enum-as-inner v0.6.1 |
| 2146 | 2026-01-22T04:20:37.844Z | Compiling clap_derive v4.5.47 |
| 2147 | 2026-01-22T04:20:37.865Z | Compiling crypto-bigint v0.5.5 |
| 2148 | 2026-01-22T04:20:38.354Z | Compiling serde_repr v0.1.19 |
| 2149 | 2026-01-22T04:20:39.284Z | Compiling bumpalo v3.16.0 |
| 2150 | 2026-01-22T04:20:39.406Z | Compiling iri-string v0.7.8 |
| 2151 | 2026-01-22T04:20:39.633Z | Compiling winnow v0.7.13 |
| 2152 | 2026-01-22T04:20:39.718Z | Compiling simd-adler32 v0.3.7 |
| 2153 | 2026-01-22T04:20:40.415Z | Compiling clap_lex v0.7.4 |
| 2154 | 2026-01-22T04:20:40.839Z | Compiling lockfree-object-pool v0.1.6 |
| 2155 | 2026-01-22T04:20:41.129Z | Compiling managed v0.8.0 |
| 2156 | 2026-01-22T04:20:41.529Z | Compiling bitflags v1.3.2 |
| 2157 | 2026-01-22T04:20:42.166Z | Compiling zopfli v0.8.1 |
| 2158 | 2026-01-22T04:20:43.512Z | Compiling tower-http v0.6.6 |
| 2159 | 2026-01-22T04:20:43.565Z | Compiling clap_builder v4.5.48 |
| 2160 | 2026-01-22T04:20:44.015Z | Compiling elliptic-curve v0.13.8 |
| 2161 | 2026-01-22T04:20:45.041Z | Compiling typify-impl v0.4.3 |
| 2162 | 2026-01-22T04:20:45.475Z | Compiling cargo_metadata v0.19.2 |
| 2163 | 2026-01-22T04:20:45.731Z | Compiling hyper-tls v0.6.0 |
| 2164 | 2026-01-22T04:20:46.020Z | Compiling hyper-rustls v0.27.7 |
| 2165 | 2026-01-22T04:20:47.236Z | Compiling zstd v0.13.3 |
| 2166 | 2026-01-22T04:20:47.759Z | Compiling daft v0.1.4 |
| 2167 | 2026-01-22T04:20:48.357Z | Compiling signal-hook-mio v0.2.4 |
| 2168 | 2026-01-22T04:20:48.560Z | Compiling cookie_store v0.21.1 |
| 2169 | 2026-01-22T04:20:49.330Z | Compiling postgres-types v0.2.9 |
| 2170 | 2026-01-22T04:20:49.355Z | Compiling phf v0.11.2 |
| 2171 | 2026-01-22T04:20:49.801Z | Compiling strum v0.27.2 |
| 2172 | 2026-01-22T04:20:49.913Z | Compiling ed25519 v2.2.3 |
| 2173 | 2026-01-22T04:20:49.940Z | Compiling hubpack v0.1.2 |
| 2174 | 2026-01-22T04:20:50.051Z | Compiling bzip2 v0.4.4 |
| 2175 | 2026-01-22T04:20:50.361Z | Compiling bzip2 v0.5.2 |
| 2176 | 2026-01-22T04:20:50.383Z | Compiling crossbeam-epoch v0.9.18 |
| 2177 | 2026-01-22T04:20:50.470Z | Compiling pkcs1 v0.7.5 |
| 2178 | 2026-01-22T04:20:51.311Z | Compiling rfc6979 v0.4.0 |
| 2179 | 2026-01-22T04:20:51.401Z | Compiling float-cmp v0.10.0 |
| 2180 | 2026-01-22T04:20:51.642Z | Compiling serde-big-array v0.5.1 |
| 2181 | 2026-01-22T04:20:51.888Z | Compiling hex v0.4.3 |
| 2182 | 2026-01-22T04:20:52.518Z | Compiling bstr v1.10.0 |
| 2183 | 2026-01-22T04:20:52.836Z | Compiling socket2 v0.5.10 |
| 2184 | 2026-01-22T04:20:52.970Z | Compiling memmap2 v0.9.8 |
| 2185 | 2026-01-22T04:20:53.358Z | Compiling env_filter v0.1.2 |
| 2186 | 2026-01-22T04:20:53.899Z | Compiling new_debug_unreachable v1.0.6 |
| 2187 | 2026-01-22T04:20:53.957Z | Compiling keccak v0.1.5 |
| 2188 | 2026-01-22T04:20:54.254Z | Compiling toml_write v0.1.2 |
| 2189 | 2026-01-22T04:20:54.483Z | Compiling fixedbitset v0.4.2 |
| 2190 | 2026-01-22T04:20:54.643Z | Compiling difflib v0.4.0 |
| 2191 | 2026-01-22T04:20:54.665Z | Compiling predicates-core v1.0.8 |
| 2192 | 2026-01-22T04:20:54.872Z | Compiling data-encoding v2.9.0 |
| 2193 | 2026-01-22T04:20:54.963Z | Compiling rustc-hash v2.1.1 |
| 2194 | 2026-01-22T04:20:55.168Z | Compiling normalize-line-endings v0.3.0 |
| 2195 | 2026-01-22T04:20:55.336Z | Compiling whoami v1.5.2 |
| 2196 | 2026-01-22T04:20:55.732Z | Compiling jiff v0.2.15 |
| 2197 | 2026-01-22T04:20:55.868Z | Compiling static_assertions v1.1.0 |
| 2198 | 2026-01-22T04:20:55.998Z | Compiling fixedbitset v0.5.7 |
| 2199 | 2026-01-22T04:20:56.217Z | Compiling precomputed-hash v0.1.1 |
| 2200 | 2026-01-22T04:20:56.328Z | Compiling foldhash v0.2.0 |
| 2201 | 2026-01-22T04:20:56.362Z | Compiling string_cache v0.8.9 |
| 2202 | 2026-01-22T04:20:56.593Z | Compiling petgraph v0.8.2 |
| 2203 | 2026-01-22T04:20:56.701Z | Compiling iddqd v0.3.16 |
| 2204 | 2026-01-22T04:20:56.727Z | Compiling reqwest v0.12.24 |
| 2205 | 2026-01-22T04:20:56.761Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2206 | 2026-01-22T04:20:57.551Z | Compiling tokio-postgres v0.7.13 |
| 2207 | 2026-01-22T04:20:57.953Z | Compiling toml_edit v0.22.27 |
| 2208 | 2026-01-22T04:20:59.171Z | Compiling hickory-proto v0.25.2 |
| 2209 | 2026-01-22T04:21:02.536Z | Compiling zip v4.2.0 |
| 2210 | 2026-01-22T04:21:03.596Z | Compiling predicates v3.1.3 |
| 2211 | 2026-01-22T04:21:03.981Z | Compiling petgraph v0.6.5 |
| 2212 | 2026-01-22T04:21:04.577Z | Compiling typify-macro v0.4.3 |
| 2213 | 2026-01-22T04:21:04.916Z | Compiling sha3 v0.10.8 |
| 2214 | 2026-01-22T04:21:05.489Z | Compiling env_logger v0.11.8 |
| 2215 | 2026-01-22T04:21:05.837Z | Compiling similar v2.7.0 |
| 2216 | 2026-01-22T04:21:06.172Z | Compiling usdt v0.6.0 |
| 2217 | 2026-01-22T04:21:07.422Z | Compiling serde_with v3.16.1 |
| 2218 | 2026-01-22T04:21:08.038Z | Compiling ecdsa v0.16.9 |
| 2219 | 2026-01-22T04:21:08.928Z | Compiling rsa v0.9.8 |
| 2220 | 2026-01-22T04:21:09.371Z | Compiling zip v0.6.6 |
| 2221 | 2026-01-22T04:21:09.882Z | Compiling ed25519-dalek v2.1.1 |
| 2222 | 2026-01-22T04:21:11.461Z | Compiling crossterm v0.28.1 |
| 2223 | 2026-01-22T04:21:11.840Z | Compiling clap v4.5.48 |
| 2224 | 2026-01-22T04:21:12.192Z | Compiling strum v0.26.3 |
| 2225 | 2026-01-22T04:21:12.410Z | Compiling tokio-stream v0.1.17 |
| 2226 | 2026-01-22T04:21:12.774Z | Compiling toml v0.7.8 |
| 2227 | 2026-01-22T04:21:13.455Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2228 | 2026-01-22T04:21:13.913Z | Compiling x509-cert v0.2.5 |
| 2229 | 2026-01-22T04:21:15.219Z | Compiling sha1 v0.10.6 |
| 2230 | 2026-01-22T04:21:15.607Z | Compiling itertools v0.13.0 |
| 2231 | 2026-01-22T04:21:17.737Z | Compiling itertools v0.10.5 |
| 2232 | 2026-01-22T04:21:18.496Z | Compiling winnow v0.6.26 |
| 2233 | 2026-01-22T04:21:20.678Z | Compiling rayon-core v1.12.1 |
| 2234 | 2026-01-22T04:21:21.206Z | Compiling lalrpop-util v0.19.12 |
| 2235 | 2026-01-22T04:21:21.791Z | Compiling peg-runtime v0.8.5 |
| 2236 | 2026-01-22T04:21:22.285Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2237 | 2026-01-22T04:21:28.644Z | Compiling proc-macro-crate v1.3.1 |
| 2238 | 2026-01-22T04:21:29.911Z | Compiling macaddr v1.0.1 |
| 2239 | 2026-01-22T04:21:30.813Z | Compiling structmeta-derive v0.3.0 |
| 2240 | 2026-01-22T04:21:31.158Z | Compiling itertools v0.14.0 |
| 2241 | 2026-01-22T04:21:34.633Z | Compiling heapless v0.8.0 |
| 2242 | 2026-01-22T04:21:36.170Z | Compiling ingot-macros v0.1.1 |
| 2243 | 2026-01-22T04:21:36.586Z | Compiling structmeta v0.3.0 |
| 2244 | 2026-01-22T04:21:41.843Z | Compiling num_enum_derive v0.5.11 |
| 2245 | 2026-01-22T04:21:43.617Z | Compiling crossbeam-deque v0.8.5 |
| 2246 | 2026-01-22T04:21:45.328Z | Compiling hash32 v0.3.1 |
| 2247 | 2026-01-22T04:21:46.055Z | Compiling smoltcp v0.11.0 |
| 2248 | 2026-01-22T04:21:46.690Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2249 | 2026-01-22T04:21:47.067Z | Compiling unicode-width v0.1.14 |
| 2250 | 2026-01-22T04:21:49.924Z | Compiling tabwriter v1.4.0 |
| 2251 | 2026-01-22T04:21:55.409Z | Compiling num_enum v0.5.11 |
| 2252 | 2026-01-22T04:21:55.432Z | Compiling ingot-types v0.1.2 |
| 2253 | 2026-01-22T04:21:55.613Z | Compiling typify v0.4.3 |
| 2254 | 2026-01-22T04:21:56.452Z | Compiling proc-macro-error-attr v1.0.4 |
| 2255 | 2026-01-22T04:21:57.370Z | Compiling rustls v0.22.4 |
| 2256 | 2026-01-22T04:21:57.392Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2257 | 2026-01-22T04:21:57.714Z | Compiling cobs v0.2.3 |
| 2258 | 2026-01-22T04:21:57.746Z | Compiling unsafe-libyaml v0.2.11 |
| 2259 | 2026-01-22T04:21:59.370Z | Compiling serde_yaml v0.9.34+deprecated |
| 2260 | 2026-01-22T04:22:00.399Z | Compiling postcard v1.0.10 |
| 2261 | 2026-01-22T04:22:01.243Z | Compiling ingot v0.1.1 |
| 2262 | 2026-01-22T04:22:04.178Z | Compiling progenitor-impl v0.11.2 |
| 2263 | 2026-01-22T04:22:14.106Z | Compiling futures-executor v0.3.31 |
| 2264 | 2026-01-22T04:22:14.254Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2265 | 2026-01-22T04:22:15.026Z | Compiling foreign-types-macros v0.2.3 |
| 2266 | 2026-01-22T04:22:15.111Z | Compiling thread_local v1.1.8 |
| 2267 | 2026-01-22T04:22:15.307Z | Compiling multer v3.1.0 |
| 2268 | 2026-01-22T04:22:15.579Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2269 | 2026-01-22T04:22:15.671Z | Compiling proc-macro-error v1.0.4 |
| 2270 | 2026-01-22T04:22:16.346Z | Compiling slog-async v2.8.0 |
| 2271 | 2026-01-22T04:22:16.850Z | Compiling match_cfg v0.1.0 |
| 2272 | 2026-01-22T04:22:16.981Z | Compiling foreign-types-shared v0.3.1 |
| 2273 | 2026-01-22T04:22:22.704Z | Compiling foreign-types v0.5.0 |
| 2274 | 2026-01-22T04:22:22.963Z | Compiling hostname v0.3.1 |
| 2275 | 2026-01-22T04:22:30.537Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2276 | 2026-01-22T04:22:31.039Z | Compiling futures v0.3.31 |
| 2277 | 2026-01-22T04:22:34.876Z | Compiling progenitor-macro v0.11.2 |
| 2278 | 2026-01-22T04:22:39.703Z | Compiling derive-ex v0.1.8 |
| 2279 | 2026-01-22T04:22:43.975Z | Compiling progenitor-client v0.11.2 |
| 2280 | 2026-01-22T04:22:44.290Z | Compiling toml_parser v1.0.4 |
| 2281 | 2026-01-22T04:22:47.663Z | Compiling slog-json v2.6.1 |
| 2282 | 2026-01-22T04:22:48.167Z | Compiling crossbeam-channel v0.5.15 |
| 2283 | 2026-01-22T04:22:49.721Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2284 | 2026-01-22T04:22:49.945Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2285 | 2026-01-22T04:22:50.558Z | Compiling async-stream-impl v0.3.6 |
| 2286 | 2026-01-22T04:22:50.766Z | Compiling serde_spanned v1.0.3 |
| 2287 | 2026-01-22T04:22:50.813Z | Compiling toml_datetime v0.7.3 |
| 2288 | 2026-01-22T04:22:51.049Z | Compiling cstr-argument v0.1.2 |
| 2289 | 2026-01-22T04:22:51.355Z | Compiling is-terminal v0.4.13 |
| 2290 | 2026-01-22T04:22:51.539Z | Compiling dropshot v0.16.6 |
| 2291 | 2026-01-22T04:22:51.797Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2292 | 2026-01-22T04:22:52.159Z | Compiling typeid v1.0.3 |
| 2293 | 2026-01-22T04:22:52.190Z | Compiling toml_writer v1.0.4 |
| 2294 | 2026-01-22T04:22:52.379Z | Compiling pretty-hex v0.2.1 |
| 2295 | 2026-01-22T04:22:52.649Z | Compiling crucible-workspace-hack v0.1.0 |
| 2296 | 2026-01-22T04:22:52.669Z | Compiling take_mut v0.2.2 |
| 2297 | 2026-01-22T04:22:52.729Z | Compiling term v1.1.0 |
| 2298 | 2026-01-22T04:22:52.898Z | Compiling toml v0.9.8 |
| 2299 | 2026-01-22T04:22:52.939Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2300 | 2026-01-22T04:22:53.297Z | Compiling async-stream v0.3.6 |
| 2301 | 2026-01-22T04:22:53.407Z | Compiling slog-term v2.9.2 |
| 2302 | 2026-01-22T04:22:53.617Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2303 | 2026-01-22T04:22:55.687Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2304 | 2026-01-22T04:22:55.906Z | Compiling slog-bunyan v2.5.0 |
| 2305 | 2026-01-22T04:22:56.237Z | Compiling progenitor v0.11.2 |
| 2306 | 2026-01-22T04:22:56.474Z | Compiling tokio-rustls v0.25.0 |
| 2307 | 2026-01-22T04:22:56.498Z | Compiling test-strategy v0.4.3 |
| 2308 | 2026-01-22T04:22:56.998Z | Compiling rayon v1.10.0 |
| 2309 | 2026-01-22T04:22:57.068Z | Compiling parse-display-derive v0.10.0 |
| 2310 | 2026-01-22T04:22:59.470Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2311 | 2026-01-22T04:22:59.493Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2312 | 2026-01-22T04:22:59.587Z | Compiling colored v2.2.0 |
| 2313 | 2026-01-22T04:22:59.767Z | Compiling nix v0.30.1 |
| 2314 | 2026-01-22T04:23:00.447Z | Compiling waitgroup v0.1.2 |
| 2315 | 2026-01-22T04:23:00.606Z | Compiling rustls-pemfile v2.2.0 |
| 2316 | 2026-01-22T04:23:00.738Z | Compiling newtype-uuid-macros v0.1.0 |
| 2317 | 2026-01-22T04:23:00.941Z | Compiling dropshot_endpoint v0.16.6 |
| 2318 | 2026-01-22T04:23:01.086Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2319 | 2026-01-22T04:23:01.842Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2320 | 2026-01-22T04:23:02.034Z | Compiling serde_path_to_error v0.1.20 |
| 2321 | 2026-01-22T04:23:02.297Z | Compiling hostname v0.4.2 |
| 2322 | 2026-01-22T04:23:02.317Z | Compiling instant v0.1.13 |
| 2323 | 2026-01-22T04:23:02.366Z | Compiling debug-ignore v1.0.5 |
| 2324 | 2026-01-22T04:23:02.510Z | Compiling colored v3.0.0 |
| 2325 | 2026-01-22T04:23:02.532Z | Compiling backoff v0.4.0 |
| 2326 | 2026-01-22T04:23:02.593Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2327 | 2026-01-22T04:23:02.693Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2328 | 2026-01-22T04:23:03.022Z | Compiling parse-display v0.10.0 |
| 2329 | 2026-01-22T04:23:03.025Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2330 | 2026-01-22T04:23:03.888Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2331 | 2026-01-22T04:23:04.857Z | Compiling zone_cfg_derive v0.3.0 |
| 2332 | 2026-01-22T04:23:06.105Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2333 | 2026-01-22T04:23:06.335Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2334 | 2026-01-22T04:23:06.985Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-01-22T04:23:07.097Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2336 | 2026-01-22T04:23:07.387Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-01-22T04:23:07.550Z | Compiling progenitor-client v0.10.0 |
| 2338 | 2026-01-22T04:23:08.203Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2339 | 2026-01-22T04:23:08.553Z | Compiling num-derive v0.4.2 |
| 2340 | 2026-01-22T04:23:10.608Z | Compiling sigpipe v0.1.3 |
| 2341 | 2026-01-22T04:23:10.860Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-01-22T04:23:11.238Z | Compiling libefi-sys v0.1.0 |
| 2343 | 2026-01-22T04:23:11.686Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2344 | 2026-01-22T04:23:11.755Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2345 | 2026-01-22T04:23:12.591Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2346 | 2026-01-22T04:23:12.826Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2347 | 2026-01-22T04:23:12.881Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2348 | 2026-01-22T04:23:14.118Z | Compiling erased-serde v0.4.6 |
| 2349 | 2026-01-22T04:23:14.708Z | Compiling zone v0.3.1 |
| 2350 | 2026-01-22T04:23:15.743Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-01-22T04:23:16.496Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-01-22T04:23:17.135Z | Compiling smf v0.2.3 |
| 2353 | 2026-01-22T04:23:17.998Z | Compiling bitfield-struct v0.6.2 |
| 2354 | 2026-01-22T04:23:18.283Z | Compiling ordered-float v2.10.1 |
| 2355 | 2026-01-22T04:23:18.954Z | Compiling blake3 v1.5.4 |
| 2356 | 2026-01-22T04:23:19.325Z | Compiling memmap v0.7.0 |
| 2357 | 2026-01-22T04:23:19.712Z | Compiling usdt v0.5.0 |
| 2358 | 2026-01-22T04:23:19.768Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-01-22T04:23:20.010Z | Compiling serde-value v0.7.0 |
| 2360 | 2026-01-22T04:23:20.185Z | Compiling serde-untagged v0.1.7 |
| 2361 | 2026-01-22T04:23:20.544Z | Compiling toml v0.8.23 |
| 2362 | 2026-01-22T04:23:20.895Z | Compiling xattr v1.3.1 |
| 2363 | 2026-01-22T04:23:20.973Z | Compiling filetime v0.2.26 |
| 2364 | 2026-01-22T04:23:21.001Z | Compiling constant_time_eq v0.3.1 |
| 2365 | 2026-01-22T04:23:21.226Z | Compiling unicode-xid v0.2.6 |
| 2366 | 2026-01-22T04:23:21.277Z | Compiling arrayvec v0.7.6 |
| 2367 | 2026-01-22T04:23:21.371Z | Compiling same-file v1.0.6 |
| 2368 | 2026-01-22T04:23:21.486Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-01-22T04:23:21.583Z | Compiling unicode-width v0.2.0 |
| 2370 | 2026-01-22T04:23:21.624Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-01-22T04:23:21.693Z | Compiling cargo-util-schemas v0.8.2 |
| 2372 | 2026-01-22T04:23:21.770Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2373 | 2026-01-22T04:23:22.198Z | Compiling console v0.16.0 |
| 2374 | 2026-01-22T04:23:23.256Z | Compiling walkdir v2.5.0 |
| 2375 | 2026-01-22T04:23:24.125Z | Compiling tar v0.4.44 |
| 2376 | 2026-01-22T04:23:24.799Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-01-22T04:23:24.826Z | Compiling tokio-dtrace v0.1.0 |
| 2378 | 2026-01-22T04:23:24.855Z | Compiling gethostname v0.5.0 |
| 2379 | 2026-01-22T04:23:25.099Z | Compiling cargo-platform v0.2.0 |
| 2380 | 2026-01-22T04:23:25.266Z | Compiling unit-prefix v0.5.1 |
| 2381 | 2026-01-22T04:23:25.364Z | Compiling topological-sort v0.2.2 |
| 2382 | 2026-01-22T04:23:25.561Z | Compiling cargo_metadata v0.21.0 |
| 2383 | 2026-01-22T04:23:25.695Z | Compiling omicron-zone-package v0.12.2 |
| 2384 | 2026-01-22T04:23:26.130Z | Compiling indicatif v0.18.0 |
| 2385 | 2026-01-22T04:23:26.264Z | Compiling oxide-tokio-rt v0.1.2 |
| 2386 | 2026-01-22T04:23:26.927Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2387 | 2026-01-22T04:23:27.292Z | Compiling shell-words v1.1.0 |
| 2388 | 2026-01-22T04:23:27.797Z | Compiling indent_write v2.2.0 |
| 2389 | 2026-01-22T04:23:33.003Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2390 | 2026-01-22T04:23:34.411Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-01-22T04:23:38.043Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-01-22T04:23:58.157Z | Finished `release` profile [optimized] target(s) in 5m 50s |
| 2393 | 2026-01-22T04:23:58.349Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-01-22T04:23:58.407Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-01-22T04:23:58.411Z | Created new build target 'test' and set it as active |
| 2396 | 2026-01-22T04:23:58.411Z | |
| 2397 | 2026-01-22T04:23:58.411Z | real 5:50.340955452 |
| 2398 | 2026-01-22T04:23:58.411Z | user 40:18.983759961 |
| 2399 | 2026-01-22T04:23:58.411Z | sys 4:01.060270724 |
| 2400 | 2026-01-22T04:23:58.411Z | trap 1.285061908 |
| 2401 | 2026-01-22T04:23:58.411Z | tflt 2.035791988 |
| 2402 | 2026-01-22T04:23:58.411Z | dflt 1.023480546 |
| 2403 | 2026-01-22T04:23:58.411Z | kflt 0.000147227 |
| 2404 | 2026-01-22T04:23:58.411Z | lock 1:53:46.611772563 |
| 2405 | 2026-01-22T04:23:58.411Z | slp 2:42:32.899884297 |
| 2406 | 2026-01-22T04:23:58.411Z | lat 3:21.904060063 |
| 2407 | 2026-01-22T04:23:58.411Z | stop 5:51.253320881 |
| 2408 | 2026-01-22T04:23:58.411Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-01-22T04:23:59.648Z | Finished `release` profile [optimized] target(s) in 1.17s |
| 2410 | 2026-01-22T04:23:59.711Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-01-22T04:23:59.763Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-01-22T04:24:01.714Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2413 | 2026-01-22T04:24:01.718Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2414 | 2026-01-22T04:24:01.956Z | Compiling convert_case v0.4.0 |
| 2415 | 2026-01-22T04:24:01.959Z | Compiling is-terminal v0.4.13 |
| 2416 | 2026-01-22T04:24:02.002Z | Compiling rustls v0.22.4 |
| 2417 | 2026-01-22T04:24:02.005Z | Compiling progenitor-impl v0.10.0 |
| 2418 | 2026-01-22T04:24:02.026Z | Compiling thread_local v1.1.8 |
| 2419 | 2026-01-22T04:24:02.072Z | Compiling match_cfg v0.1.0 |
| 2420 | 2026-01-22T04:24:02.169Z | Compiling multer v3.1.0 |
| 2421 | 2026-01-22T04:24:02.203Z | Compiling hostname v0.3.1 |
| 2422 | 2026-01-22T04:24:02.267Z | Compiling slog-async v2.8.0 |
| 2423 | 2026-01-22T04:24:02.361Z | Compiling progenitor-client v0.11.2 |
| 2424 | 2026-01-22T04:24:02.444Z | Compiling crossbeam-channel v0.5.15 |
| 2425 | 2026-01-22T04:24:02.484Z | Compiling toml_parser v1.0.4 |
| 2426 | 2026-01-22T04:24:02.550Z | Compiling derive_more v0.99.20 |
| 2427 | 2026-01-22T04:24:02.647Z | Compiling slog-json v2.6.1 |
| 2428 | 2026-01-22T04:24:02.904Z | Compiling futures-executor v0.3.31 |
| 2429 | 2026-01-22T04:24:03.015Z | Compiling toml_datetime v0.7.3 |
| 2430 | 2026-01-22T04:24:03.429Z | Compiling serde_spanned v1.0.3 |
| 2431 | 2026-01-22T04:24:03.461Z | Compiling take_mut v0.2.2 |
| 2432 | 2026-01-22T04:24:03.603Z | Compiling toml_writer v1.0.4 |
| 2433 | 2026-01-22T04:24:03.664Z | Compiling term v1.1.0 |
| 2434 | 2026-01-22T04:24:03.699Z | Compiling unicode-width v0.1.14 |
| 2435 | 2026-01-22T04:24:04.035Z | Compiling toml v0.9.8 |
| 2436 | 2026-01-22T04:24:04.268Z | Compiling slog-term v2.9.2 |
| 2437 | 2026-01-22T04:24:04.780Z | Compiling tabwriter v1.4.0 |
| 2438 | 2026-01-22T04:24:04.812Z | Compiling futures v0.3.31 |
| 2439 | 2026-01-22T04:24:04.956Z | Compiling slog-bunyan v2.5.0 |
| 2440 | 2026-01-22T04:24:05.152Z | Compiling progenitor v0.11.2 |
| 2441 | 2026-01-22T04:24:05.402Z | Compiling dropshot v0.16.6 |
| 2442 | 2026-01-22T04:24:05.442Z | Compiling async-stream v0.3.6 |
| 2443 | 2026-01-22T04:24:05.494Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2444 | 2026-01-22T04:24:05.741Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2445 | 2026-01-22T04:24:05.744Z | Compiling waitgroup v0.1.2 |
| 2446 | 2026-01-22T04:24:06.022Z | Compiling rustls-pemfile v2.2.0 |
| 2447 | 2026-01-22T04:24:06.025Z | Compiling serde_path_to_error v0.1.20 |
| 2448 | 2026-01-22T04:24:06.383Z | Compiling tokio-rustls v0.25.0 |
| 2449 | 2026-01-22T04:24:06.386Z | Compiling hostname v0.4.2 |
| 2450 | 2026-01-22T04:24:06.670Z | Compiling instant v0.1.13 |
| 2451 | 2026-01-22T04:24:06.824Z | Compiling colored v3.0.0 |
| 2452 | 2026-01-22T04:24:06.857Z | Compiling debug-ignore v1.0.5 |
| 2453 | 2026-01-22T04:24:06.882Z | Compiling backoff v0.4.0 |
| 2454 | 2026-01-22T04:24:06.885Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2455 | 2026-01-22T04:24:07.285Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2456 | 2026-01-22T04:24:07.339Z | Compiling progenitor-macro v0.10.0 |
| 2457 | 2026-01-22T04:24:07.516Z | Compiling parse-display v0.10.0 |
| 2458 | 2026-01-22T04:24:07.961Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2459 | 2026-01-22T04:24:07.992Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2460 | 2026-01-22T04:24:08.038Z | Compiling progenitor-client v0.10.0 |
| 2461 | 2026-01-22T04:24:08.201Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2462 | 2026-01-22T04:24:08.608Z | Compiling macaddr v1.0.1 |
| 2463 | 2026-01-22T04:24:09.084Z | Compiling num-rational v0.4.2 |
| 2464 | 2026-01-22T04:24:09.164Z | Compiling secrecy v0.10.3 |
| 2465 | 2026-01-22T04:24:09.367Z | Compiling num-complex v0.4.6 |
| 2466 | 2026-01-22T04:24:10.390Z | Compiling num v0.4.3 |
| 2467 | 2026-01-22T04:24:10.453Z | Compiling float-ord v0.3.2 |
| 2468 | 2026-01-22T04:24:10.540Z | Compiling half v2.4.1 |
| 2469 | 2026-01-22T04:24:10.673Z | Compiling ciborium-io v0.2.2 |
| 2470 | 2026-01-22T04:24:11.257Z | Compiling ciborium-ll v0.2.2 |
| 2471 | 2026-01-22T04:24:11.284Z | Compiling toml v0.8.23 |
| 2472 | 2026-01-22T04:24:11.288Z | Compiling prettyplease v0.2.36 |
| 2473 | 2026-01-22T04:24:11.361Z | Compiling bytecount v0.6.8 |
| 2474 | 2026-01-22T04:24:11.742Z | Compiling ciborium v0.2.2 |
| 2475 | 2026-01-22T04:24:12.179Z | Compiling swrite v0.1.0 |
| 2476 | 2026-01-22T04:24:12.376Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2477 | 2026-01-22T04:24:12.640Z | Compiling password-hash v0.5.0 |
| 2478 | 2026-01-22T04:24:13.734Z | Compiling blake2 v0.10.6 |
| 2479 | 2026-01-22T04:24:14.806Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2480 | 2026-01-22T04:24:14.948Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2481 | 2026-01-22T04:24:16.311Z | Compiling universal-hash v0.5.1 |
| 2482 | 2026-01-22T04:24:16.340Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2483 | 2026-01-22T04:24:16.604Z | Compiling opaque-debug v0.3.1 |
| 2484 | 2026-01-22T04:24:16.756Z | Compiling poly1305 v0.8.0 |
| 2485 | 2026-01-22T04:24:17.344Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2486 | 2026-01-22T04:24:18.026Z | Compiling progenitor v0.10.0 |
| 2487 | 2026-01-22T04:24:18.211Z | Compiling argon2 v0.5.3 |
| 2488 | 2026-01-22T04:24:18.297Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2489 | 2026-01-22T04:24:18.446Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2490 | 2026-01-22T04:24:18.709Z | Compiling thiserror-no-std v2.0.2 |
| 2491 | 2026-01-22T04:24:18.827Z | Compiling console v0.15.10 |
| 2492 | 2026-01-22T04:24:18.887Z | Compiling chacha20 v0.9.1 |
| 2493 | 2026-01-22T04:24:19.410Z | Compiling aead v0.5.2 |
| 2494 | 2026-01-22T04:24:19.800Z | Compiling derive-where v1.5.0 |
| 2495 | 2026-01-22T04:24:20.609Z | Compiling chacha20poly1305 v0.10.1 |
| 2496 | 2026-01-22T04:24:20.903Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2497 | 2026-01-22T04:24:21.149Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2498 | 2026-01-22T04:24:21.554Z | Compiling vsss-rs v3.3.4 |
| 2499 | 2026-01-22T04:24:21.787Z | Compiling newline-converter v0.3.0 |
| 2500 | 2026-01-22T04:24:22.048Z | Compiling atomicwrites v0.4.4 |
| 2501 | 2026-01-22T04:24:22.630Z | Compiling slog-dtrace v0.3.0 |
| 2502 | 2026-01-22T04:24:22.669Z | Compiling expectorate v1.2.0 |
| 2503 | 2026-01-22T04:24:23.091Z | Compiling resolv-conf v0.7.0 |
| 2504 | 2026-01-22T04:24:24.653Z | Compiling cancel-safe-futures v0.1.5 |
| 2505 | 2026-01-22T04:24:24.699Z | Compiling owo-colors v4.2.2 |
| 2506 | 2026-01-22T04:24:25.136Z | Compiling libsw-core v0.3.1 |
| 2507 | 2026-01-22T04:24:25.485Z | Compiling async-recursion v1.1.1 |
| 2508 | 2026-01-22T04:24:25.739Z | Compiling linked-hash-map v0.5.6 |
| 2509 | 2026-01-22T04:24:26.236Z | Compiling lru-cache v0.1.2 |
| 2510 | 2026-01-22T04:24:26.815Z | Compiling libsw v3.5.0 |
| 2511 | 2026-01-22T04:24:27.935Z | Compiling unicode-xid v0.2.6 |
| 2512 | 2026-01-22T04:24:28.190Z | Compiling linear-map v1.2.0 |
| 2513 | 2026-01-22T04:24:28.693Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2514 | 2026-01-22T04:24:29.100Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2515 | 2026-01-22T04:24:31.172Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2516 | 2026-01-22T04:24:31.997Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2517 | 2026-01-22T04:24:32.757Z | Compiling hickory-proto v0.24.4 |
| 2518 | 2026-01-22T04:24:34.682Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2519 | 2026-01-22T04:24:35.475Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2520 | 2026-01-22T04:24:36.219Z | Compiling globset v0.4.15 |
| 2521 | 2026-01-22T04:24:37.362Z | Compiling convert_case v0.7.1 |
| 2522 | 2026-01-22T04:24:38.183Z | Compiling derive_more-impl v2.0.1 |
| 2523 | 2026-01-22T04:24:39.910Z | Compiling hickory-resolver v0.24.4 |
| 2524 | 2026-01-22T04:24:41.123Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2525 | 2026-01-22T04:24:42.430Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2526 | 2026-01-22T04:24:42.865Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-01-22T04:24:45.714Z | Compiling qorb v0.4.1 |
| 2528 | 2026-01-22T04:24:48.450Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2529 | 2026-01-22T04:24:49.613Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2530 | 2026-01-22T04:24:52.394Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2531 | 2026-01-22T04:24:52.701Z | Compiling derive_more v2.0.1 |
| 2532 | 2026-01-22T04:24:52.747Z | Compiling pin-project-internal v1.1.6 |
| 2533 | 2026-01-22T04:24:52.864Z | Compiling vte_generate_state_changes v0.1.2 |
| 2534 | 2026-01-22T04:24:53.536Z | Compiling siphasher v1.0.1 |
| 2535 | 2026-01-22T04:24:53.962Z | Compiling termtree v0.5.1 |
| 2536 | 2026-01-22T04:24:54.009Z | Compiling phf_shared v0.12.1 |
| 2537 | 2026-01-22T04:24:54.314Z | Compiling vte v0.11.1 |
| 2538 | 2026-01-22T04:24:54.524Z | Compiling crossterm v0.29.0 |
| 2539 | 2026-01-22T04:24:55.202Z | Compiling pin-project v1.1.6 |
| 2540 | 2026-01-22T04:24:55.390Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-01-22T04:24:55.801Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-01-22T04:25:00.956Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2543 | 2026-01-22T04:25:02.065Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2544 | 2026-01-22T04:25:02.526Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2545 | 2026-01-22T04:25:03.594Z | Compiling pem v3.0.5 |
| 2546 | 2026-01-22T04:25:05.097Z | Compiling csv-core v0.1.11 |
| 2547 | 2026-01-22T04:25:06.063Z | Compiling snafu-derive v0.8.5 |
| 2548 | 2026-01-22T04:25:06.469Z | Compiling chrono-tz v0.10.4 |
| 2549 | 2026-01-22T04:25:06.894Z | Compiling csv v1.3.1 |
| 2550 | 2026-01-22T04:25:07.860Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-01-22T04:25:08.365Z | Compiling strip-ansi-escapes v0.2.0 |
| 2552 | 2026-01-22T04:25:09.089Z | Compiling phf v0.12.1 |
| 2553 | 2026-01-22T04:25:09.121Z | Compiling const_format_proc_macros v0.2.34 |
| 2554 | 2026-01-22T04:25:09.150Z | Compiling papergrid v0.11.0 |
| 2555 | 2026-01-22T04:25:09.464Z | Compiling tabled_derive v0.7.0 |
| 2556 | 2026-01-22T04:25:10.058Z | Compiling snafu v0.8.5 |
| 2557 | 2026-01-22T04:25:10.891Z | Compiling olpc-cjson v0.1.4 |
| 2558 | 2026-01-22T04:25:11.270Z | Compiling fd-lock v4.0.2 |
| 2559 | 2026-01-22T04:25:11.303Z | Compiling peg-macros v0.8.5 |
| 2560 | 2026-01-22T04:25:11.488Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2561 | 2026-01-22T04:25:11.528Z | Compiling serde_plain v1.0.2 |
| 2562 | 2026-01-22T04:25:11.561Z | Compiling nu-ansi-term v0.50.1 |
| 2563 | 2026-01-22T04:25:12.120Z | Compiling typed-path v0.9.3 |
| 2564 | 2026-01-22T04:25:12.452Z | Compiling highway v1.3.0 |
| 2565 | 2026-01-22T04:25:12.788Z | Compiling reedline v0.40.0 |
| 2566 | 2026-01-22T04:25:13.341Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2567 | 2026-01-22T04:25:13.997Z | Compiling tabled v0.15.0 |
| 2568 | 2026-01-22T04:25:14.392Z | Compiling peg v0.8.5 |
| 2569 | 2026-01-22T04:25:14.543Z | Compiling const_format v0.2.34 |
| 2570 | 2026-01-22T04:25:15.694Z | Compiling tough v0.20.0 |
| 2571 | 2026-01-22T04:25:19.075Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2572 | 2026-01-22T04:25:21.912Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2573 | 2026-01-22T04:25:26.889Z | Compiling bcs v0.1.6 |
| 2574 | 2026-01-22T04:25:27.602Z | Compiling semver v0.1.20 |
| 2575 | 2026-01-22T04:25:27.728Z | Compiling base64 v0.21.7 |
| 2576 | 2026-01-22T04:25:28.191Z | Compiling rustc_version v0.1.7 |
| 2577 | 2026-01-22T04:25:28.618Z | Compiling newtype_derive v0.1.6 |
| 2578 | 2026-01-22T04:25:28.884Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2579 | 2026-01-22T04:25:29.011Z | Compiling smawk v0.3.2 |
| 2580 | 2026-01-22T04:25:29.295Z | Compiling unicode-linebreak v0.1.5 |
| 2581 | 2026-01-22T04:25:29.346Z | Compiling humantime v2.2.0 |
| 2582 | 2026-01-22T04:25:29.909Z | Compiling textwrap v0.16.2 |
| 2583 | 2026-01-22T04:25:31.641Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2584 | 2026-01-22T04:25:32.184Z | Compiling steno v0.4.1 |
| 2585 | 2026-01-22T04:25:33.106Z | Compiling dropshot-api-manager-types v0.2.4 |
| 2586 | 2026-01-22T04:25:33.660Z | Compiling utf-8 v0.7.6 |
| 2587 | 2026-01-22T04:25:34.073Z | Compiling moka v0.12.10 |
| 2588 | 2026-01-22T04:25:34.336Z | Compiling tagptr v0.2.0 |
| 2589 | 2026-01-22T04:25:34.506Z | Compiling tungstenite v0.21.0 |
| 2590 | 2026-01-22T04:25:37.343Z | Compiling tokio-tungstenite v0.21.0 |
| 2591 | 2026-01-22T04:25:37.958Z | Compiling hickory-resolver v0.25.2 |
| 2592 | 2026-01-22T04:25:38.046Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2593 | 2026-01-22T04:25:38.317Z | Compiling radium v0.7.0 |
| 2594 | 2026-01-22T04:25:38.896Z | Compiling tap v1.0.1 |
| 2595 | 2026-01-22T04:25:39.147Z | Compiling maybe-uninit v2.0.0 |
| 2596 | 2026-01-22T04:25:39.367Z | Compiling wyz v0.5.1 |
| 2597 | 2026-01-22T04:25:39.690Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2598 | 2026-01-22T04:25:40.540Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2599 | 2026-01-22T04:25:44.117Z | Compiling zerocopy-derive v0.6.6 |
| 2600 | 2026-01-22T04:25:45.887Z | Compiling funty v2.0.0 |
| 2601 | 2026-01-22T04:25:47.553Z | Compiling packed_struct v0.10.1 |
| 2602 | 2026-01-22T04:25:48.071Z | Compiling display-error-chain v0.2.2 |
| 2603 | 2026-01-22T04:25:48.333Z | Compiling crc-catalog v2.4.0 |
| 2604 | 2026-01-22T04:25:48.421Z | Compiling bitvec v1.0.1 |
| 2605 | 2026-01-22T04:25:48.535Z | Compiling crc v3.2.1 |
| 2606 | 2026-01-22T04:25:50.406Z | Compiling zerocopy v0.6.6 |
| 2607 | 2026-01-22T04:25:51.496Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2608 | 2026-01-22T04:25:52.203Z | Compiling packed_struct_codegen v0.10.1 |
| 2609 | 2026-01-22T04:25:52.863Z | Compiling bitfield-macros v0.19.2 |
| 2610 | 2026-01-22T04:25:53.392Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-01-22T04:25:54.190Z | Compiling indexmap v1.9.3 |
| 2612 | 2026-01-22T04:25:54.364Z | Compiling nodrop v0.1.14 |
| 2613 | 2026-01-22T04:25:54.402Z | Compiling bitfield v0.19.2 |
| 2614 | 2026-01-22T04:25:54.548Z | Compiling array-init v0.0.4 |
| 2615 | 2026-01-22T04:25:54.652Z | Compiling proc-macro-error2 v2.0.1 |
| 2616 | 2026-01-22T04:25:54.872Z | Compiling smallvec v0.6.14 |
| 2617 | 2026-01-22T04:25:55.241Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2618 | 2026-01-22T04:25:55.404Z | Compiling hashbrown v0.12.3 |
| 2619 | 2026-01-22T04:25:55.600Z | Compiling serde-hex v0.1.0 |
| 2620 | 2026-01-22T04:25:56.732Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2621 | 2026-01-22T04:25:58.761Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2622 | 2026-01-22T04:26:00.075Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-01-22T04:26:00.470Z | Compiling ron v0.8.1 |
| 2624 | 2026-01-22T04:26:00.832Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2625 | 2026-01-22T04:26:00.876Z | Compiling hashbrown v0.13.2 |
| 2626 | 2026-01-22T04:26:02.054Z | Compiling vergen-gitcl v1.0.8 |
| 2627 | 2026-01-22T04:26:02.203Z | Compiling dirs-sys-next v0.1.2 |
| 2628 | 2026-01-22T04:26:02.454Z | Compiling maplit v1.0.2 |
| 2629 | 2026-01-22T04:26:02.630Z | Compiling crunchy v0.2.2 |
| 2630 | 2026-01-22T04:26:02.691Z | Compiling crc-any v2.5.0 |
| 2631 | 2026-01-22T04:26:03.216Z | Compiling dirs-next v2.0.0 |
| 2632 | 2026-01-22T04:26:03.508Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-01-22T04:26:03.628Z | Compiling object v0.30.4 |
| 2634 | 2026-01-22T04:26:04.950Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2635 | 2026-01-22T04:26:06.849Z | Compiling dsl_auto_type v0.1.2 |
| 2636 | 2026-01-22T04:26:08.070Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-01-22T04:26:08.097Z | Compiling num-derive v0.3.3 |
| 2638 | 2026-01-22T04:26:09.392Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2639 | 2026-01-22T04:26:09.791Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2640 | 2026-01-22T04:26:10.116Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-01-22T04:26:10.488Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-01-22T04:26:15.301Z | Compiling libscf-sys v1.1.0 |
| 2643 | 2026-01-22T04:26:15.590Z | Compiling diesel_derives v2.2.3 |
| 2644 | 2026-01-22T04:26:23.613Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2645 | 2026-01-22T04:26:23.950Z | Compiling r2d2 v0.8.10 |
| 2646 | 2026-01-22T04:26:24.455Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2647 | 2026-01-22T04:26:26.512Z | Compiling term v0.7.0 |
| 2648 | 2026-01-22T04:26:27.727Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2649 | 2026-01-22T04:26:27.758Z | Compiling bit-vec v0.6.3 |
| 2650 | 2026-01-22T04:26:28.136Z | Compiling arc-swap v1.7.1 |
| 2651 | 2026-01-22T04:26:28.238Z | Compiling bit-set v0.5.3 |
| 2652 | 2026-01-22T04:26:28.828Z | Compiling slog-scope v4.4.0 |
| 2653 | 2026-01-22T04:26:28.867Z | Compiling ascii-canvas v3.0.0 |
| 2654 | 2026-01-22T04:26:29.147Z | Compiling diesel v2.2.12 |
| 2655 | 2026-01-22T04:26:29.312Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2656 | 2026-01-22T04:26:29.635Z | Compiling tabled_derive v0.11.0 |
| 2657 | 2026-01-22T04:26:29.870Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2658 | 2026-01-22T04:26:30.394Z | Compiling papergrid v0.17.0 |
| 2659 | 2026-01-22T04:26:30.737Z | Compiling testing_table v0.3.0 |
| 2660 | 2026-01-22T04:26:31.579Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2661 | 2026-01-22T04:26:32.037Z | Compiling ena v0.14.3 |
| 2662 | 2026-01-22T04:26:32.507Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2663 | 2026-01-22T04:26:32.950Z | Compiling unicase v2.8.1 |
| 2664 | 2026-01-22T04:26:33.310Z | Compiling diff v0.1.13 |
| 2665 | 2026-01-22T04:26:33.533Z | Compiling regex-syntax v0.6.29 |
| 2666 | 2026-01-22T04:26:33.830Z | Compiling bindgen v0.71.1 |
| 2667 | 2026-01-22T04:26:34.422Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2668 | 2026-01-22T04:26:34.804Z | Compiling tabled v0.20.0 |
| 2669 | 2026-01-22T04:26:38.130Z | Compiling lalrpop v0.19.12 |
| 2670 | 2026-01-22T04:26:43.952Z | Compiling slog-stdlog v4.1.1 |
| 2671 | 2026-01-22T04:26:44.860Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2672 | 2026-01-22T04:26:44.954Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2673 | 2026-01-22T04:26:46.111Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2674 | 2026-01-22T04:26:46.509Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2675 | 2026-01-22T04:26:46.808Z | Compiling xshell-macros v0.2.7 |
| 2676 | 2026-01-22T04:26:47.596Z | Compiling xshell v0.2.7 |
| 2677 | 2026-01-22T04:26:47.679Z | Compiling slog-envlogger v2.2.0 |
| 2678 | 2026-01-22T04:26:53.658Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2679 | 2026-01-22T04:26:54.596Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2680 | 2026-01-22T04:26:54.891Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2681 | 2026-01-22T04:26:55.678Z | Compiling headers-core v0.3.0 |
| 2682 | 2026-01-22T04:26:55.786Z | Compiling libxml v0.3.3 |
| 2683 | 2026-01-22T04:26:55.899Z | Compiling crc8 v0.1.1 |
| 2684 | 2026-01-22T04:26:55.935Z | Compiling headers v0.4.1 |
| 2685 | 2026-01-22T04:26:56.263Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2686 | 2026-01-22T04:26:56.474Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2687 | 2026-01-22T04:26:58.513Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2688 | 2026-01-22T04:26:58.781Z | Compiling polar-core v0.27.3 |
| 2689 | 2026-01-22T04:26:58.919Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2690 | 2026-01-22T04:26:59.388Z | Compiling strum_macros v0.24.3 |
| 2691 | 2026-01-22T04:26:59.517Z | Compiling indoc v1.0.9 |
| 2692 | 2026-01-22T04:27:00.344Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2693 | 2026-01-22T04:27:00.713Z | Compiling derive_builder v0.20.2 |
| 2694 | 2026-01-22T04:27:01.006Z | Compiling oso-derive v0.27.3 |
| 2695 | 2026-01-22T04:27:01.939Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2696 | 2026-01-22T04:27:02.410Z | Compiling quick-xml v0.37.2 |
| 2697 | 2026-01-22T04:27:02.503Z | Compiling samael v0.0.19 |
| 2698 | 2026-01-22T04:27:04.212Z | Compiling half v1.8.3 |
| 2699 | 2026-01-22T04:27:05.171Z | Compiling serde_cbor v0.11.2 |
| 2700 | 2026-01-22T04:27:07.270Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2701 | 2026-01-22T04:27:07.435Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2702 | 2026-01-22T04:27:07.543Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2703 | 2026-01-22T04:27:08.852Z | Compiling diesel-dtrace v0.4.2 |
| 2704 | 2026-01-22T04:27:09.349Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2705 | 2026-01-22T04:27:09.717Z | Compiling bb8 v0.8.5 |
| 2706 | 2026-01-22T04:27:10.366Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2707 | 2026-01-22T04:27:15.627Z | Compiling trait-variant v0.1.2 |
| 2708 | 2026-01-22T04:27:16.769Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2709 | 2026-01-22T04:27:21.963Z | Compiling oso v0.27.3 |
| 2710 | 2026-01-22T04:27:26.848Z | Compiling async-bb8-diesel v0.2.1 |
| 2711 | 2026-01-22T04:27:28.382Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2712 | 2026-01-22T04:27:28.997Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2713 | 2026-01-22T04:27:31.462Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2714 | 2026-01-22T04:27:31.851Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2715 | 2026-01-22T04:27:32.080Z | Compiling fxhash v0.2.1 |
| 2716 | 2026-01-22T04:27:32.361Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2717 | 2026-01-22T04:27:32.864Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-01-22T04:27:35.781Z | Compiling typify-impl v0.2.0 |
| 2719 | 2026-01-22T04:27:36.111Z | Compiling kstat-rs v0.2.4 |
| 2720 | 2026-01-22T04:27:37.067Z | Compiling libz-sys v1.1.20 |
| 2721 | 2026-01-22T04:27:37.489Z | Compiling nonempty v0.12.0 |
| 2722 | 2026-01-22T04:27:37.895Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2723 | 2026-01-22T04:27:38.475Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2724 | 2026-01-22T04:27:43.170Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2725 | 2026-01-22T04:27:45.085Z | Compiling typify-macro v0.2.0 |
| 2726 | 2026-01-22T04:27:48.569Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2727 | 2026-01-22T04:27:55.046Z | Compiling nanorand v0.7.0 |
| 2728 | 2026-01-22T04:27:55.766Z | Compiling fs-err v2.11.0 |
| 2729 | 2026-01-22T04:27:56.631Z | Compiling parking_lot_core v0.8.6 |
| 2730 | 2026-01-22T04:27:57.185Z | Compiling mime_guess v2.0.5 |
| 2731 | 2026-01-22T04:27:57.596Z | Compiling flume v0.11.1 |
| 2732 | 2026-01-22T04:27:58.363Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2733 | 2026-01-22T04:27:58.396Z | Compiling salty v0.3.0 |
| 2734 | 2026-01-22T04:28:00.623Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2735 | 2026-01-22T04:28:01.079Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2736 | 2026-01-22T04:28:03.235Z | Compiling tabled_derive v0.10.0 |
| 2737 | 2026-01-22T04:28:05.415Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2738 | 2026-01-22T04:28:05.461Z | Compiling ignore v0.4.23 |
| 2739 | 2026-01-22T04:28:12.627Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2740 | 2026-01-22T04:28:15.039Z | Compiling papergrid v0.14.0 |
| 2741 | 2026-01-22T04:28:15.211Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2742 | 2026-01-22T04:28:16.133Z | Compiling castaway v0.2.3 |
| 2743 | 2026-01-22T04:28:16.346Z | Compiling nibble_vec v0.1.0 |
| 2744 | 2026-01-22T04:28:16.638Z | Compiling atty v0.2.14 |
| 2745 | 2026-01-22T04:28:16.869Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2746 | 2026-01-22T04:28:17.277Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2747 | 2026-01-22T04:28:17.635Z | Compiling endian-type v0.1.2 |
| 2748 | 2026-01-22T04:28:17.950Z | Compiling http-range v0.1.5 |
| 2749 | 2026-01-22T04:28:18.349Z | Compiling parse-size v1.1.0 |
| 2750 | 2026-01-22T04:28:18.552Z | Compiling radix_trie v0.2.1 |
| 2751 | 2026-01-22T04:28:18.716Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2752 | 2026-01-22T04:28:19.532Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2753 | 2026-01-22T04:28:24.463Z | Compiling tabled v0.18.0 |
| 2754 | 2026-01-22T04:28:26.861Z | Compiling compact_str v0.8.0 |
| 2755 | 2026-01-22T04:28:29.349Z | Compiling globwalk v0.9.1 |
| 2756 | 2026-01-22T04:28:29.850Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2757 | 2026-01-22T04:28:30.663Z | Compiling parking_lot v0.11.2 |
| 2758 | 2026-01-22T04:28:36.483Z | Compiling typify v0.2.0 |
| 2759 | 2026-01-22T04:28:36.736Z | Compiling predicates-tree v1.0.12 |
| 2760 | 2026-01-22T04:28:37.363Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-01-22T04:28:37.643Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2762 | 2026-01-22T04:28:41.323Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2763 | 2026-01-22T04:28:41.712Z | Compiling unicode-truncate v1.1.0 |
| 2764 | 2026-01-22T04:28:43.274Z | Compiling primeorder v0.13.6 |
| 2765 | 2026-01-22T04:28:43.921Z | Compiling prefix-trie v0.7.0 |
| 2766 | 2026-01-22T04:28:44.282Z | Compiling lru v0.12.5 |
| 2767 | 2026-01-22T04:28:44.616Z | Compiling vergen-git2 v1.0.7 |
| 2768 | 2026-01-22T04:28:44.862Z | Compiling instability v0.3.2 |
| 2769 | 2026-01-22T04:28:45.036Z | Compiling indoc v2.0.6 |
| 2770 | 2026-01-22T04:28:45.872Z | Compiling cassowary v0.3.0 |
| 2771 | 2026-01-22T04:28:45.968Z | Compiling hickory-server v0.25.2 |
| 2772 | 2026-01-22T04:28:48.469Z | Compiling ratatui v0.29.0 |
| 2773 | 2026-01-22T04:28:49.343Z | Compiling p384 v0.13.1 |
| 2774 | 2026-01-22T04:28:50.351Z | Compiling git2 v0.20.2 |
| 2775 | 2026-01-22T04:28:54.914Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2776 | 2026-01-22T04:28:56.513Z | Compiling camino-tempfile-ext v0.3.2 |
| 2777 | 2026-01-22T04:28:57.918Z | Compiling progenitor-impl v0.8.0 |
| 2778 | 2026-01-22T04:28:57.948Z | Compiling hyper-staticfile v0.10.1 |
| 2779 | 2026-01-22T04:28:57.986Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2780 | 2026-01-22T04:28:58.433Z | Compiling sled v0.34.7 |
| 2781 | 2026-01-22T04:29:03.876Z | Compiling hickory-client v0.25.2 |
| 2782 | 2026-01-22T04:29:04.047Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2783 | 2026-01-22T04:29:05.363Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2784 | 2026-01-22T04:29:05.727Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2785 | 2026-01-22T04:29:06.295Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2786 | 2026-01-22T04:29:11.437Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2787 | 2026-01-22T04:29:13.266Z | Compiling rand_seeder v0.4.0 |
| 2788 | 2026-01-22T04:29:13.593Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2789 | 2026-01-22T04:29:13.712Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 2790 | 2026-01-22T04:29:14.137Z | Compiling lzma-sys v0.1.20 |
| 2791 | 2026-01-22T04:29:14.542Z | Compiling rustls v0.21.12 |
| 2792 | 2026-01-22T04:29:14.892Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-01-22T04:29:15.089Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2794 | 2026-01-22T04:29:15.318Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2795 | 2026-01-22T04:29:15.434Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2796 | 2026-01-22T04:29:16.787Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2797 | 2026-01-22T04:29:17.810Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2798 | 2026-01-22T04:29:19.793Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2799 | 2026-01-22T04:29:27.963Z | Compiling progenitor-macro v0.8.0 |
| 2800 | 2026-01-22T04:29:31.843Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2801 | 2026-01-22T04:29:32.329Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-01-22T04:29:39.279Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2026-01-22T04:29:39.688Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2804 | 2026-01-22T04:29:43.172Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2805 | 2026-01-22T04:29:43.574Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2806 | 2026-01-22T04:29:43.999Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2807 | 2026-01-22T04:29:44.391Z | Compiling progenitor-client v0.8.0 |
| 2808 | 2026-01-22T04:29:45.343Z | Compiling sct v0.7.1 |
| 2809 | 2026-01-22T04:29:45.824Z | Compiling rustls-webpki v0.101.7 |
| 2810 | 2026-01-22T04:29:46.270Z | Compiling heck v0.3.3 |
| 2811 | 2026-01-22T04:29:46.636Z | Compiling secrecy v0.8.0 |
| 2812 | 2026-01-22T04:29:46.981Z | Compiling void v1.0.2 |
| 2813 | 2026-01-22T04:29:47.215Z | Compiling lzss v0.8.2 |
| 2814 | 2026-01-22T04:29:50.757Z | Compiling zone_cfg_derive v0.1.2 |
| 2815 | 2026-01-22T04:29:52.156Z | Compiling progenitor v0.8.0 |
| 2816 | 2026-01-22T04:29:52.603Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2817 | 2026-01-22T04:29:54.013Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2818 | 2026-01-22T04:29:55.389Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2819 | 2026-01-22T04:29:58.440Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2820 | 2026-01-22T04:29:59.963Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2821 | 2026-01-22T04:30:13.889Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-01-22T04:30:14.292Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-01-22T04:30:14.997Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2824 | 2026-01-22T04:30:15.398Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2825 | 2026-01-22T04:30:15.802Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-01-22T04:30:16.203Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2827 | 2026-01-22T04:30:16.603Z | Compiling nix v0.27.1 |
| 2828 | 2026-01-22T04:30:19.449Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2829 | 2026-01-22T04:30:19.712Z | Compiling serde_bytes v0.11.19 |
| 2830 | 2026-01-22T04:30:19.901Z | Compiling base64 v0.13.1 |
| 2831 | 2026-01-22T04:30:20.190Z | Compiling number_prefix v0.4.0 |
| 2832 | 2026-01-22T04:30:20.282Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2833 | 2026-01-22T04:30:20.523Z | Compiling indicatif v0.17.11 |
| 2834 | 2026-01-22T04:30:20.683Z | Compiling ron v0.7.1 |
| 2835 | 2026-01-22T04:30:25.697Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2836 | 2026-01-22T04:30:26.636Z | Compiling tokio-tungstenite v0.23.1 |
| 2837 | 2026-01-22T04:30:26.997Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2838 | 2026-01-22T04:30:27.029Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2839 | 2026-01-22T04:30:27.301Z | Compiling xz2 v0.1.7 |
| 2840 | 2026-01-22T04:30:41.760Z | Compiling tokio-rustls v0.24.1 |
| 2841 | 2026-01-22T04:30:42.381Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2842 | 2026-01-22T04:30:46.149Z | Compiling zone v0.1.8 |
| 2843 | 2026-01-22T04:30:46.730Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2844 | 2026-01-22T04:30:49.455Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-01-22T04:30:57.828Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2846 | 2026-01-22T04:30:58.669Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2847 | 2026-01-22T04:30:59.234Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2848 | 2026-01-22T04:31:01.374Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2849 | 2026-01-22T04:31:03.326Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2850 | 2026-01-22T04:31:05.327Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-01-22T04:31:15.789Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2852 | 2026-01-22T04:31:20.095Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2853 | 2026-01-22T04:31:23.186Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-01-22T04:31:30.360Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2855 | 2026-01-22T04:31:32.790Z | Compiling rustls-pemfile v1.0.4 |
| 2856 | 2026-01-22T04:31:32.944Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2857 | 2026-01-22T04:31:33.544Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2858 | 2026-01-22T04:31:36.005Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2859 | 2026-01-22T04:31:36.397Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-01-22T04:31:36.744Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-01-22T04:31:37.045Z | Compiling twox-hash v2.1.0 |
| 2862 | 2026-01-22T04:31:38.100Z | Compiling yasna v0.5.2 |
| 2863 | 2026-01-22T04:31:38.133Z | Compiling is_ci v1.2.0 |
| 2864 | 2026-01-22T04:31:38.504Z | Compiling supports-color v3.0.2 |
| 2865 | 2026-01-22T04:31:39.368Z | Compiling rcgen v0.12.1 |
| 2866 | 2026-01-22T04:31:39.676Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-01-22T04:31:42.756Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2868 | 2026-01-22T04:31:49.838Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2869 | 2026-01-22T04:31:50.899Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-01-22T04:32:06.380Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2871 | 2026-01-22T04:32:20.187Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2872 | 2026-01-22T04:32:28.834Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2873 | 2026-01-22T04:32:31.608Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-01-22T04:32:38.317Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2875 | 2026-01-22T04:32:39.681Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-01-22T04:32:48.764Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2877 | 2026-01-22T04:32:49.165Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2878 | 2026-01-22T04:32:49.571Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-01-22T04:32:49.808Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-01-22T04:32:49.917Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-01-22T04:32:52.698Z | Compiling subprocess v0.2.9 |
| 2882 | 2026-01-22T04:32:56.372Z | Compiling rtoolbox v0.0.2 |
| 2883 | 2026-01-22T04:32:56.844Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-01-22T04:32:57.163Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-01-22T04:32:57.328Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-01-22T04:32:57.824Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2887 | 2026-01-22T04:32:59.265Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-01-22T04:33:09.347Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-01-22T04:33:09.562Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-01-22T04:33:15.019Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-01-22T04:33:37.288Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-01-22T04:33:37.829Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-01-22T04:33:44.147Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-01-22T04:33:45.105Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-01-22T04:33:48.369Z | Compiling uzers v0.12.1 |
| 2896 | 2026-01-22T04:33:51.194Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-01-22T04:33:51.601Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-01-22T04:34:03.834Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-01-22T04:34:10.940Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-01-22T04:34:29.246Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-01-22T04:34:33.748Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-01-22T04:34:33.938Z | Compiling multimap v0.10.1 |
| 2903 | 2026-01-22T04:36:44.004Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2904 | 2026-01-22T04:37:03.399Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2905 | 2026-01-22T04:47:11.709Z | Finished `release` profile [optimized] target(s) in 23m 11s |
| 2906 | 2026-01-22T04:48:10.074Z | |
| 2907 | 2026-01-22T04:48:10.077Z | real 24:11.460029908 |
| 2908 | 2026-01-22T04:48:10.078Z | user 2:53:06.958670028 |
| 2909 | 2026-01-22T04:48:10.078Z | sys 4:42.827822673 |
| 2910 | 2026-01-22T04:48:10.078Z | trap 4.424606058 |
| 2911 | 2026-01-22T04:48:10.078Z | tflt 2.213967145 |
| 2912 | 2026-01-22T04:48:10.078Z | dflt 6.656164961 |
| 2913 | 2026-01-22T04:48:10.078Z | kflt 0.002646203 |
| 2914 | 2026-01-22T04:48:10.078Z | lock 11:38:12.496546652 |
| 2915 | 2026-01-22T04:48:10.078Z | slp 8:32:13.944484571 |
| 2916 | 2026-01-22T04:48:10.078Z | lat 4:35.135391314 |
| 2917 | 2026-01-22T04:48:10.078Z | stop 4:20.836430786 |
| 2918 | 2026-01-22T04:48:10.078Z | + mapfile -t packages |
| 2919 | 2026-01-22T04:48:10.078Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2920 | 2026-01-22T04:48:11.422Z | Finished `release` profile [optimized] target(s) in 1.28s |
| 2921 | 2026-01-22T04:48:11.487Z | Running `target/release/omicron-package -t test list-outputs` |
| 2922 | 2026-01-22T04:48:11.540Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2923 | 2026-01-22T04:48:11.543Z | + ptime -m cargo build --locked --release -p xtask |
| 2924 | 2026-01-22T04:48:12.346Z | Compiling serde_core v1.0.228 |
| 2925 | 2026-01-22T04:48:12.346Z | Compiling syn v2.0.111 |
| 2926 | 2026-01-22T04:48:12.350Z | Compiling serde v1.0.228 |
| 2927 | 2026-01-22T04:48:12.350Z | Compiling bitflags v2.9.4 |
| 2928 | 2026-01-22T04:48:12.350Z | Compiling libc v0.2.180 |
| 2929 | 2026-01-22T04:48:12.350Z | Compiling serde_json v1.0.149 |
| 2930 | 2026-01-22T04:48:12.350Z | Compiling num-traits v0.2.19 |
| 2931 | 2026-01-22T04:48:12.472Z | Compiling rustix v0.38.37 |
| 2932 | 2026-01-22T04:48:12.856Z | Compiling smallvec v1.15.1 |
| 2933 | 2026-01-22T04:48:12.921Z | Compiling hashbrown v0.16.1 |
| 2934 | 2026-01-22T04:48:13.324Z | Compiling usdt-impl v0.5.0 |
| 2935 | 2026-01-22T04:48:13.341Z | Compiling syn v1.0.109 |
| 2936 | 2026-01-22T04:48:13.959Z | Compiling getrandom v0.3.4 |
| 2937 | 2026-01-22T04:48:14.145Z | Compiling thread-id v4.2.2 |
| 2938 | 2026-01-22T04:48:14.299Z | Compiling indexmap v2.12.1 |
| 2939 | 2026-01-22T04:48:14.352Z | Compiling log v0.4.29 |
| 2940 | 2026-01-22T04:48:14.601Z | Compiling rustix v1.1.3 |
| 2941 | 2026-01-22T04:48:14.851Z | Compiling percent-encoding v2.3.2 |
| 2942 | 2026-01-22T04:48:15.414Z | Compiling ordered-float v2.10.1 |
| 2943 | 2026-01-22T04:48:15.659Z | Compiling form_urlencoded v1.2.2 |
| 2944 | 2026-01-22T04:48:15.737Z | Compiling terminal_size v0.4.0 |
| 2945 | 2026-01-22T04:48:16.211Z | Compiling fs-err v3.1.1 |
| 2946 | 2026-01-22T04:48:16.397Z | Compiling anyhow v1.0.99 |
| 2947 | 2026-01-22T04:48:16.578Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-01-22T04:48:16.993Z | Compiling heck v0.4.1 |
| 2949 | 2026-01-22T04:48:17.088Z | Compiling clap_builder v4.5.48 |
| 2950 | 2026-01-22T04:48:18.087Z | Compiling tempfile v3.24.0 |
| 2951 | 2026-01-22T04:48:19.318Z | Compiling synstructure v0.13.1 |
| 2952 | 2026-01-22T04:48:19.416Z | Compiling proc-macro-error v1.0.4 |
| 2953 | 2026-01-22T04:48:19.940Z | Compiling textwrap v0.16.2 |
| 2954 | 2026-01-22T04:48:20.021Z | Compiling camino-tempfile v1.4.1 |
| 2955 | 2026-01-22T04:48:20.758Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-01-22T04:48:22.022Z | Compiling serde_derive v1.0.228 |
| 2957 | 2026-01-22T04:48:22.109Z | Compiling thiserror-impl v2.0.17 |
| 2958 | 2026-01-22T04:48:22.124Z | Compiling zerofrom-derive v0.1.4 |
| 2959 | 2026-01-22T04:48:22.143Z | Compiling yoke-derive v0.7.4 |
| 2960 | 2026-01-22T04:48:22.211Z | Compiling zerovec-derive v0.10.3 |
| 2961 | 2026-01-22T04:48:22.640Z | Compiling displaydoc v0.2.5 |
| 2962 | 2026-01-22T04:48:24.123Z | Compiling thiserror-impl v1.0.69 |
| 2963 | 2026-01-22T04:48:24.349Z | Compiling zerocopy-derive v0.7.35 |
| 2964 | 2026-01-22T04:48:24.478Z | Compiling icu_provider_macros v1.5.0 |
| 2965 | 2026-01-22T04:48:24.811Z | Compiling thiserror v2.0.17 |
| 2966 | 2026-01-22T04:48:24.833Z | Compiling zerofrom v0.1.4 |
| 2967 | 2026-01-22T04:48:25.016Z | Compiling pest v2.8.2 |
| 2968 | 2026-01-22T04:48:25.132Z | Compiling yoke v0.7.4 |
| 2969 | 2026-01-22T04:48:25.538Z | Compiling zerovec v0.10.4 |
| 2970 | 2026-01-22T04:48:25.772Z | Compiling scroll_derive v0.12.0 |
| 2971 | 2026-01-22T04:48:26.110Z | Compiling zerocopy v0.7.35 |
| 2972 | 2026-01-22T04:48:26.740Z | Compiling thiserror v1.0.69 |
| 2973 | 2026-01-22T04:48:27.132Z | Compiling scroll v0.12.0 |
| 2974 | 2026-01-22T04:48:27.793Z | Compiling tinystr v0.7.6 |
| 2975 | 2026-01-22T04:48:27.961Z | Compiling pest_meta v2.8.2 |
| 2976 | 2026-01-22T04:48:28.283Z | Compiling icu_locid v1.5.0 |
| 2977 | 2026-01-22T04:48:28.649Z | Compiling icu_collections v1.5.0 |
| 2978 | 2026-01-22T04:48:30.056Z | Compiling icu_provider v1.5.0 |
| 2979 | 2026-01-22T04:48:30.259Z | Compiling pest_generator v2.8.2 |
| 2980 | 2026-01-22T04:48:31.346Z | Compiling icu_locid_transform v1.5.0 |
| 2981 | 2026-01-22T04:48:31.430Z | Compiling serde_spanned v0.6.9 |
| 2982 | 2026-01-22T04:48:31.484Z | Compiling toml_datetime v0.6.11 |
| 2983 | 2026-01-22T04:48:31.713Z | Compiling dof v0.3.0 |
| 2984 | 2026-01-22T04:48:31.916Z | Compiling pest_derive v2.8.2 |
| 2985 | 2026-01-22T04:48:32.290Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-01-22T04:48:32.325Z | Compiling erased-serde v0.4.6 |
| 2987 | 2026-01-22T04:48:32.518Z | Compiling serde_tokenstream v0.2.2 |
| 2988 | 2026-01-22T04:48:32.751Z | Compiling dtrace-parser v0.2.0 |
| 2989 | 2026-01-22T04:48:33.117Z | Compiling icu_properties v1.5.1 |
| 2990 | 2026-01-22T04:48:34.295Z | Compiling goblin v0.8.2 |
| 2991 | 2026-01-22T04:48:35.169Z | Compiling serde-untagged v0.1.7 |
| 2992 | 2026-01-22T04:48:35.990Z | Compiling serde-value v0.7.0 |
| 2993 | 2026-01-22T04:48:37.225Z | Compiling icu_normalizer v1.5.0 |
| 2994 | 2026-01-22T04:48:37.611Z | Compiling toml v0.8.23 |
| 2995 | 2026-01-22T04:48:39.350Z | Compiling idna_adapter v1.2.0 |
| 2996 | 2026-01-22T04:48:39.628Z | Compiling idna v1.0.3 |
| 2997 | 2026-01-22T04:48:41.782Z | Compiling url v2.5.4 |
| 2998 | 2026-01-22T04:48:42.429Z | Compiling usdt-attr-macro v0.5.0 |
| 2999 | 2026-01-22T04:48:43.285Z | Compiling cargo-util-schemas v0.8.2 |
| 3000 | 2026-01-22T04:48:44.833Z | Compiling usdt-macro v0.5.0 |
| 3001 | 2026-01-22T04:48:46.085Z | Compiling cargo-platform v0.2.0 |
| 3002 | 2026-01-22T04:48:47.103Z | Compiling clap_derive v4.5.47 |
| 3003 | 2026-01-22T04:48:47.314Z | Compiling cargo_metadata v0.21.0 |
| 3004 | 2026-01-22T04:48:47.358Z | Compiling usdt v0.5.0 |
| 3005 | 2026-01-22T04:48:48.752Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-01-22T04:48:48.830Z | Compiling macaddr v1.0.1 |
| 3007 | 2026-01-22T04:48:49.511Z | Compiling tabled v0.15.0 |
| 3008 | 2026-01-22T04:48:51.213Z | Compiling clap v4.5.48 |
| 3009 | 2026-01-22T04:49:02.073Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3010 | 2026-01-22T04:49:08.002Z | Finished `release` profile [optimized] target(s) in 56.38s |
| 3011 | 2026-01-22T04:49:08.153Z | |
| 3012 | 2026-01-22T04:49:08.153Z | real 56.565485314 |
| 3013 | 2026-01-22T04:49:08.153Z | user 6:13.923729083 |
| 3014 | 2026-01-22T04:49:08.153Z | sys 28.878205466 |
| 3015 | 2026-01-22T04:49:08.153Z | trap 0.201892558 |
| 3016 | 2026-01-22T04:49:08.156Z | tflt 0.297690597 |
| 3017 | 2026-01-22T04:49:08.156Z | dflt 0.355394964 |
| 3018 | 2026-01-22T04:49:08.156Z | kflt 0.000020857 |
| 3019 | 2026-01-22T04:49:08.156Z | lock 17:59.625843936 |
| 3020 | 2026-01-22T04:49:08.156Z | slp 20:48.278909003 |
| 3021 | 2026-01-22T04:49:08.156Z | lat 26.693935349 |
| 3022 | 2026-01-22T04:49:08.156Z | stop 35.427220872 |
| 3023 | 2026-01-22T04:49:08.156Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-01-22T04:49:08.156Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-01-22T04:49:08.156Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-01-22T04:49:08.156Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-01-22T04:49:08.157Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3028 | 2026-01-22T04:49:09.509Z | Compiling regress v0.10.4 |
| 3029 | 2026-01-22T04:49:09.511Z | Compiling unsafe-libyaml v0.2.11 |
| 3030 | 2026-01-22T04:49:09.512Z | Compiling match_cfg v0.1.0 |
| 3031 | 2026-01-22T04:49:09.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3032 | 2026-01-22T04:49:09.727Z | Compiling structmeta-derive v0.3.0 |
| 3033 | 2026-01-22T04:49:09.731Z | Compiling rustls v0.22.4 |
| 3034 | 2026-01-22T04:49:09.749Z | Compiling newtype-uuid-macros v0.1.0 |
| 3035 | 2026-01-22T04:49:09.753Z | Compiling multer v3.1.0 |
| 3036 | 2026-01-22T04:49:09.788Z | Compiling hostname v0.3.1 |
| 3037 | 2026-01-22T04:49:10.068Z | Compiling debug-ignore v1.0.5 |
| 3038 | 2026-01-22T04:49:10.239Z | Compiling toml_parser v1.0.4 |
| 3039 | 2026-01-22T04:49:10.262Z | Compiling progenitor-client v0.10.0 |
| 3040 | 2026-01-22T04:49:10.284Z | Compiling slog-json v2.6.1 |
| 3041 | 2026-01-22T04:49:10.664Z | Compiling async-stream-impl v0.3.6 |
| 3042 | 2026-01-22T04:49:10.849Z | Compiling serde_spanned v1.0.3 |
| 3043 | 2026-01-22T04:49:11.128Z | Compiling serde_yaml v0.9.34+deprecated |
| 3044 | 2026-01-22T04:49:11.387Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-01-22T04:49:11.412Z | Compiling toml_datetime v0.7.3 |
| 3046 | 2026-01-22T04:49:11.764Z | Compiling dropshot v0.16.6 |
| 3047 | 2026-01-22T04:49:12.019Z | Compiling toml_writer v1.0.4 |
| 3048 | 2026-01-22T04:49:12.045Z | Compiling async-stream v0.3.6 |
| 3049 | 2026-01-22T04:49:12.201Z | Compiling structmeta v0.3.0 |
| 3050 | 2026-01-22T04:49:12.226Z | Compiling slog-bunyan v2.5.0 |
| 3051 | 2026-01-22T04:49:12.454Z | Compiling toml v0.9.8 |
| 3052 | 2026-01-22T04:49:12.485Z | Compiling waitgroup v0.1.2 |
| 3053 | 2026-01-22T04:49:12.608Z | Compiling rustls-pemfile v2.2.0 |
| 3054 | 2026-01-22T04:49:12.745Z | Compiling dropshot_endpoint v0.16.6 |
| 3055 | 2026-01-22T04:49:12.803Z | Compiling itertools v0.14.0 |
| 3056 | 2026-01-22T04:49:12.961Z | Compiling hostname v0.4.2 |
| 3057 | 2026-01-22T04:49:13.235Z | Compiling typify-impl v0.4.3 |
| 3058 | 2026-01-22T04:49:13.309Z | Compiling serde_path_to_error v0.1.20 |
| 3059 | 2026-01-22T04:49:14.132Z | Compiling derive-ex v0.1.8 |
| 3060 | 2026-01-22T04:49:14.689Z | Compiling tokio-rustls v0.25.0 |
| 3061 | 2026-01-22T04:49:15.175Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3062 | 2026-01-22T04:49:15.418Z | Compiling macaddr v1.0.1 |
| 3063 | 2026-01-22T04:49:15.752Z | Compiling tabwriter v1.4.0 |
| 3064 | 2026-01-22T04:49:15.880Z | Compiling instant v0.1.13 |
| 3065 | 2026-01-22T04:49:15.905Z | Compiling progenitor-client v0.11.2 |
| 3066 | 2026-01-22T04:49:16.084Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3067 | 2026-01-22T04:49:16.200Z | Compiling parse-display-derive v0.10.0 |
| 3068 | 2026-01-22T04:49:16.489Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3069 | 2026-01-22T04:49:16.896Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3070 | 2026-01-22T04:49:17.137Z | Compiling colored v3.0.0 |
| 3071 | 2026-01-22T04:49:17.163Z | Compiling backoff v0.4.0 |
| 3072 | 2026-01-22T04:49:17.530Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3073 | 2026-01-22T04:49:17.556Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3074 | 2026-01-22T04:49:17.936Z | Compiling proc-macro-crate v1.3.1 |
| 3075 | 2026-01-22T04:49:18.308Z | Compiling test-strategy v0.4.3 |
| 3076 | 2026-01-22T04:49:18.336Z | Compiling crucible-workspace-hack v0.1.0 |
| 3077 | 2026-01-22T04:49:18.497Z | Compiling proc-macro-error v1.0.4 |
| 3078 | 2026-01-22T04:49:18.735Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3079 | 2026-01-22T04:49:18.834Z | Compiling num_enum_derive v0.5.11 |
| 3080 | 2026-01-22T04:49:19.123Z | Compiling heapless v0.8.0 |
| 3081 | 2026-01-22T04:49:19.336Z | Compiling ingot-macros v0.1.1 |
| 3082 | 2026-01-22T04:49:19.695Z | Compiling hash32 v0.3.1 |
| 3083 | 2026-01-22T04:49:20.003Z | Compiling smoltcp v0.11.0 |
| 3084 | 2026-01-22T04:49:20.124Z | Compiling parse-display v0.10.0 |
| 3085 | 2026-01-22T04:49:20.151Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3086 | 2026-01-22T04:49:20.732Z | Compiling foreign-types-macros v0.2.3 |
| 3087 | 2026-01-22T04:49:20.756Z | Compiling foreign-types-shared v0.3.1 |
| 3088 | 2026-01-22T04:49:20.932Z | Compiling cobs v0.2.3 |
| 3089 | 2026-01-22T04:49:21.164Z | Compiling num_enum v0.5.11 |
| 3090 | 2026-01-22T04:49:21.263Z | Compiling postcard v1.0.10 |
| 3091 | 2026-01-22T04:49:21.715Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3092 | 2026-01-22T04:49:21.779Z | Compiling nix v0.30.1 |
| 3093 | 2026-01-22T04:49:21.943Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3094 | 2026-01-22T04:49:22.010Z | Compiling foreign-types v0.5.0 |
| 3095 | 2026-01-22T04:49:22.163Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3096 | 2026-01-22T04:49:22.659Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3097 | 2026-01-22T04:49:22.844Z | Compiling cstr-argument v0.1.2 |
| 3098 | 2026-01-22T04:49:22.847Z | Compiling rayon-core v1.12.1 |
| 3099 | 2026-01-22T04:49:22.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3100 | 2026-01-22T04:49:23.042Z | Compiling pretty-hex v0.2.1 |
| 3101 | 2026-01-22T04:49:23.134Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3102 | 2026-01-22T04:49:23.257Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3103 | 2026-01-22T04:49:23.332Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3104 | 2026-01-22T04:49:23.428Z | Compiling crossbeam-deque v0.8.5 |
| 3105 | 2026-01-22T04:49:23.550Z | Compiling colored v2.2.0 |
| 3106 | 2026-01-22T04:49:23.633Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3107 | 2026-01-22T04:49:24.580Z | Compiling camino-tempfile v1.4.1 |
| 3108 | 2026-01-22T04:49:25.002Z | Compiling typify-macro v0.4.3 |
| 3109 | 2026-01-22T04:49:25.132Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3110 | 2026-01-22T04:49:25.433Z | Compiling rayon v1.10.0 |
| 3111 | 2026-01-22T04:49:25.729Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3112 | 2026-01-22T04:49:25.962Z | Compiling zone_cfg_derive v0.3.0 |
| 3113 | 2026-01-22T04:49:26.063Z | Compiling ingot-types v0.1.2 |
| 3114 | 2026-01-22T04:49:26.381Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3115 | 2026-01-22T04:49:26.826Z | Compiling smf v0.2.3 |
| 3116 | 2026-01-22T04:49:27.018Z | Compiling ingot v0.1.1 |
| 3117 | 2026-01-22T04:49:27.044Z | Compiling num-derive v0.4.2 |
| 3118 | 2026-01-22T04:49:27.403Z | Compiling sigpipe v0.1.3 |
| 3119 | 2026-01-22T04:49:27.568Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3120 | 2026-01-22T04:49:27.989Z | Compiling zone v0.3.1 |
| 3121 | 2026-01-22T04:49:28.015Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3122 | 2026-01-22T04:49:28.447Z | Compiling toml v0.8.23 |
| 3123 | 2026-01-22T04:49:28.610Z | Compiling convert_case v0.4.0 |
| 3124 | 2026-01-22T04:49:28.987Z | Compiling typify v0.4.3 |
| 3125 | 2026-01-22T04:49:29.212Z | Compiling progenitor-impl v0.11.2 |
| 3126 | 2026-01-22T04:49:29.340Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3127 | 2026-01-22T04:49:29.489Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3128 | 2026-01-22T04:49:29.515Z | Compiling derive_more v0.99.20 |
| 3129 | 2026-01-22T04:49:29.792Z | Compiling universal-hash v0.5.1 |
| 3130 | 2026-01-22T04:49:29.984Z | Compiling opaque-debug v0.3.1 |
| 3131 | 2026-01-22T04:49:30.039Z | Compiling secrecy v0.10.3 |
| 3132 | 2026-01-22T04:49:30.117Z | Compiling aead v0.5.2 |
| 3133 | 2026-01-22T04:49:30.210Z | Compiling half v2.4.1 |
| 3134 | 2026-01-22T04:49:30.237Z | Compiling ciborium-io v0.2.2 |
| 3135 | 2026-01-22T04:49:30.344Z | Compiling poly1305 v0.8.0 |
| 3136 | 2026-01-22T04:49:30.417Z | Compiling progenitor-impl v0.10.0 |
| 3137 | 2026-01-22T04:49:30.527Z | Compiling chacha20 v0.9.1 |
| 3138 | 2026-01-22T04:49:30.804Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3139 | 2026-01-22T04:49:30.868Z | Compiling ciborium-ll v0.2.2 |
| 3140 | 2026-01-22T04:49:31.069Z | Compiling num-rational v0.4.2 |
| 3141 | 2026-01-22T04:49:31.132Z | Compiling num-complex v0.4.6 |
| 3142 | 2026-01-22T04:49:31.299Z | Compiling ciborium v0.2.2 |
| 3143 | 2026-01-22T04:49:32.069Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3144 | 2026-01-22T04:49:32.171Z | Compiling num v0.4.3 |
| 3145 | 2026-01-22T04:49:32.318Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3146 | 2026-01-22T04:49:32.547Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3147 | 2026-01-22T04:49:32.667Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3148 | 2026-01-22T04:49:32.857Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3149 | 2026-01-22T04:49:33.420Z | Compiling float-ord v0.3.2 |
| 3150 | 2026-01-22T04:49:33.461Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3151 | 2026-01-22T04:49:33.519Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3152 | 2026-01-22T04:49:33.649Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3153 | 2026-01-22T04:49:33.907Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3154 | 2026-01-22T04:49:33.934Z | Compiling password-hash v0.5.0 |
| 3155 | 2026-01-22T04:49:34.891Z | Compiling blake2 v0.10.6 |
| 3156 | 2026-01-22T04:49:35.466Z | Compiling thiserror-no-std v2.0.2 |
| 3157 | 2026-01-22T04:49:35.643Z | Compiling indent_write v2.2.0 |
| 3158 | 2026-01-22T04:49:35.923Z | Compiling vsss-rs v3.3.4 |
| 3159 | 2026-01-22T04:49:35.979Z | Compiling progenitor-macro v0.11.2 |
| 3160 | 2026-01-22T04:49:36.005Z | Compiling argon2 v0.5.3 |
| 3161 | 2026-01-22T04:49:36.224Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3162 | 2026-01-22T04:49:36.853Z | Compiling chacha20poly1305 v0.10.1 |
| 3163 | 2026-01-22T04:49:37.113Z | Compiling progenitor-macro v0.10.0 |
| 3164 | 2026-01-22T04:49:37.152Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3165 | 2026-01-22T04:49:37.664Z | Compiling usdt-macro v0.5.0 |
| 3166 | 2026-01-22T04:49:38.316Z | Compiling usdt-attr-macro v0.5.0 |
| 3167 | 2026-01-22T04:49:38.609Z | Compiling gethostname v0.5.0 |
| 3168 | 2026-01-22T04:49:38.841Z | Compiling console v0.15.10 |
| 3169 | 2026-01-22T04:49:38.866Z | Compiling resolv-conf v0.7.0 |
| 3170 | 2026-01-22T04:49:38.957Z | Compiling derive-where v1.5.0 |
| 3171 | 2026-01-22T04:49:39.261Z | Compiling owo-colors v4.2.2 |
| 3172 | 2026-01-22T04:49:39.607Z | Compiling cancel-safe-futures v0.1.5 |
| 3173 | 2026-01-22T04:49:39.944Z | Compiling usdt v0.5.0 |
| 3174 | 2026-01-22T04:49:40.081Z | Compiling hickory-proto v0.24.4 |
| 3175 | 2026-01-22T04:49:40.117Z | Compiling newline-converter v0.3.0 |
| 3176 | 2026-01-22T04:49:40.167Z | Compiling atomicwrites v0.4.4 |
| 3177 | 2026-01-22T04:49:40.343Z | Compiling libsw-core v0.3.1 |
| 3178 | 2026-01-22T04:49:40.368Z | Compiling semver v0.1.20 |
| 3179 | 2026-01-22T04:49:40.478Z | Compiling linked-hash-map v0.5.6 |
| 3180 | 2026-01-22T04:49:40.583Z | Compiling expectorate v1.2.0 |
| 3181 | 2026-01-22T04:49:40.660Z | Compiling libsw v3.5.0 |
| 3182 | 2026-01-22T04:49:40.871Z | Compiling lru-cache v0.1.2 |
| 3183 | 2026-01-22T04:49:40.874Z | Compiling rustc_version v0.1.7 |
| 3184 | 2026-01-22T04:49:41.115Z | Compiling async-recursion v1.1.1 |
| 3185 | 2026-01-22T04:49:41.378Z | Compiling slog-dtrace v0.3.0 |
| 3186 | 2026-01-22T04:49:41.545Z | Compiling linear-map v1.2.0 |
| 3187 | 2026-01-22T04:49:41.763Z | Compiling siphasher v1.0.1 |
| 3188 | 2026-01-22T04:49:41.951Z | Compiling libefi-sys v0.1.0 |
| 3189 | 2026-01-22T04:49:42.125Z | Compiling phf_shared v0.12.1 |
| 3190 | 2026-01-22T04:49:42.274Z | Compiling newtype_derive v0.1.6 |
| 3191 | 2026-01-22T04:49:42.377Z | Compiling tokio-dtrace v0.1.0 |
| 3192 | 2026-01-22T04:49:42.494Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3193 | 2026-01-22T04:49:42.607Z | Compiling bitfield-struct v0.6.2 |
| 3194 | 2026-01-22T04:49:42.652Z | Compiling pin-project-internal v1.1.6 |
| 3195 | 2026-01-22T04:49:42.841Z | Compiling csv-core v0.1.11 |
| 3196 | 2026-01-22T04:49:43.122Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3197 | 2026-01-22T04:49:43.409Z | Compiling chrono-tz v0.10.4 |
| 3198 | 2026-01-22T04:49:43.596Z | Compiling base64 v0.21.7 |
| 3199 | 2026-01-22T04:49:43.775Z | Compiling const_format_proc_macros v0.2.34 |
| 3200 | 2026-01-22T04:49:44.028Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-01-22T04:49:44.353Z | Compiling csv v1.3.1 |
| 3202 | 2026-01-22T04:49:44.856Z | Compiling oxide-tokio-rt v0.1.2 |
| 3203 | 2026-01-22T04:49:45.197Z | Compiling hickory-resolver v0.24.4 |
| 3204 | 2026-01-22T04:49:45.512Z | Compiling pin-project v1.1.6 |
| 3205 | 2026-01-22T04:49:45.696Z | Compiling phf v0.12.1 |
| 3206 | 2026-01-22T04:49:46.016Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3207 | 2026-01-22T04:49:46.192Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3208 | 2026-01-22T04:49:46.441Z | Compiling pem v3.0.5 |
| 3209 | 2026-01-22T04:49:46.982Z | Compiling snafu-derive v0.8.5 |
| 3210 | 2026-01-22T04:49:47.186Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-01-22T04:49:47.273Z | Compiling highway v1.3.0 |
| 3212 | 2026-01-22T04:49:47.343Z | Compiling same-file v1.0.6 |
| 3213 | 2026-01-22T04:49:47.679Z | Compiling qorb v0.4.1 |
| 3214 | 2026-01-22T04:49:47.856Z | Compiling walkdir v2.5.0 |
| 3215 | 2026-01-22T04:49:48.052Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2026-01-22T04:49:48.594Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3217 | 2026-01-22T04:49:48.641Z | Compiling progenitor v0.11.2 |
| 3218 | 2026-01-22T04:49:48.915Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3219 | 2026-01-22T04:49:49.146Z | Compiling const_format v0.2.34 |
| 3220 | 2026-01-22T04:49:49.813Z | Compiling progenitor v0.10.0 |
| 3221 | 2026-01-22T04:49:49.937Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3222 | 2026-01-22T04:49:50.088Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3223 | 2026-01-22T04:49:50.439Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3224 | 2026-01-22T04:49:50.513Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3225 | 2026-01-22T04:49:51.278Z | Compiling tabled_derive v0.7.0 |
| 3226 | 2026-01-22T04:49:51.736Z | Compiling snafu v0.8.5 |
| 3227 | 2026-01-22T04:49:51.764Z | Compiling globset v0.4.15 |
| 3228 | 2026-01-22T04:49:51.812Z | Compiling olpc-cjson v0.1.4 |
| 3229 | 2026-01-22T04:49:52.162Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3230 | 2026-01-22T04:49:52.313Z | Compiling primeorder v0.13.6 |
| 3231 | 2026-01-22T04:49:52.502Z | Compiling bcs v0.1.6 |
| 3232 | 2026-01-22T04:49:52.809Z | Compiling serde_plain v1.0.2 |
| 3233 | 2026-01-22T04:49:52.878Z | Compiling xshell-macros v0.2.7 |
| 3234 | 2026-01-22T04:49:53.158Z | Compiling utf-8 v0.7.6 |
| 3235 | 2026-01-22T04:49:53.213Z | Compiling typed-path v0.9.3 |
| 3236 | 2026-01-22T04:49:53.248Z | Compiling termtree v0.5.1 |
| 3237 | 2026-01-22T04:49:53.323Z | Compiling radium v0.7.0 |
| 3238 | 2026-01-22T04:49:53.469Z | Compiling textwrap v0.16.2 |
| 3239 | 2026-01-22T04:49:53.497Z | Compiling tabled v0.15.0 |
| 3240 | 2026-01-22T04:49:53.544Z | Compiling tungstenite v0.21.0 |
| 3241 | 2026-01-22T04:49:53.653Z | Compiling xshell v0.2.7 |
| 3242 | 2026-01-22T04:49:53.886Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3243 | 2026-01-22T04:49:54.498Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3244 | 2026-01-22T04:49:54.836Z | Compiling steno v0.4.1 |
| 3245 | 2026-01-22T04:49:54.906Z | Compiling typify-impl v0.2.0 |
| 3246 | 2026-01-22T04:49:55.510Z | Compiling tough v0.20.0 |
| 3247 | 2026-01-22T04:49:56.233Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3248 | 2026-01-22T04:49:58.621Z | Compiling humantime v2.2.0 |
| 3249 | 2026-01-22T04:49:59.180Z | Compiling maybe-uninit v2.0.0 |
| 3250 | 2026-01-22T04:49:59.443Z | Compiling tap v1.0.1 |
| 3251 | 2026-01-22T04:49:59.694Z | Compiling moka v0.12.10 |
| 3252 | 2026-01-22T04:49:59.877Z | Compiling wyz v0.5.1 |
| 3253 | 2026-01-22T04:50:00.124Z | Compiling tokio-tungstenite v0.21.0 |
| 3254 | 2026-01-22T04:50:00.556Z | Compiling funty v2.0.0 |
| 3255 | 2026-01-22T04:50:00.782Z | Compiling arc-swap v1.7.1 |
| 3256 | 2026-01-22T04:50:00.823Z | Compiling packed_struct v0.10.1 |
| 3257 | 2026-01-22T04:50:01.098Z | Compiling tagptr v0.2.0 |
| 3258 | 2026-01-22T04:50:01.190Z | Compiling salty v0.3.0 |
| 3259 | 2026-01-22T04:50:01.402Z | Compiling slog-scope v4.4.0 |
| 3260 | 2026-01-22T04:50:01.560Z | Compiling bitvec v1.0.1 |
| 3261 | 2026-01-22T04:50:01.707Z | Compiling p384 v0.13.1 |
| 3262 | 2026-01-22T04:50:01.884Z | Compiling polyval v0.6.2 |
| 3263 | 2026-01-22T04:50:02.131Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3264 | 2026-01-22T04:50:02.352Z | Compiling packed_struct_codegen v0.10.1 |
| 3265 | 2026-01-22T04:50:02.390Z | Compiling zerocopy-derive v0.6.6 |
| 3266 | 2026-01-22T04:50:03.015Z | Compiling bitfield-macros v0.19.2 |
| 3267 | 2026-01-22T04:50:03.147Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3268 | 2026-01-22T04:50:03.997Z | Compiling indexmap v1.9.3 |
| 3269 | 2026-01-22T04:50:04.353Z | Compiling nodrop v0.1.14 |
| 3270 | 2026-01-22T04:50:04.409Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3271 | 2026-01-22T04:50:04.529Z | Compiling crc-catalog v2.4.0 |
| 3272 | 2026-01-22T04:50:04.609Z | Compiling parking_lot_core v0.8.6 |
| 3273 | 2026-01-22T04:50:04.779Z | Compiling crc v3.2.1 |
| 3274 | 2026-01-22T04:50:04.896Z | Compiling bitfield v0.19.2 |
| 3275 | 2026-01-22T04:50:04.943Z | Compiling array-init v0.0.4 |
| 3276 | 2026-01-22T04:50:05.117Z | Compiling zerocopy v0.6.6 |
| 3277 | 2026-01-22T04:50:05.179Z | Compiling proc-macro-error2 v2.0.1 |
| 3278 | 2026-01-22T04:50:05.407Z | Compiling hickory-resolver v0.25.2 |
| 3279 | 2026-01-22T04:50:05.474Z | Compiling ghash v0.5.1 |
| 3280 | 2026-01-22T04:50:05.862Z | Compiling slog-stdlog v4.1.1 |
| 3281 | 2026-01-22T04:50:05.944Z | Compiling smallvec v0.6.14 |
| 3282 | 2026-01-22T04:50:05.947Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3283 | 2026-01-22T04:50:06.303Z | Compiling ctr v0.9.2 |
| 3284 | 2026-01-22T04:50:06.415Z | Compiling num-derive v0.3.3 |
| 3285 | 2026-01-22T04:50:06.457Z | Compiling typify-macro v0.2.0 |
| 3286 | 2026-01-22T04:50:06.661Z | Compiling lzma-sys v0.1.20 |
| 3287 | 2026-01-22T04:50:06.712Z | Compiling hashbrown v0.12.3 |
| 3288 | 2026-01-22T04:50:07.496Z | Compiling unicase v2.8.1 |
| 3289 | 2026-01-22T04:50:07.782Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3290 | 2026-01-22T04:50:07.918Z | Compiling mime_guess v2.0.5 |
| 3291 | 2026-01-22T04:50:08.215Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3292 | 2026-01-22T04:50:08.578Z | Compiling libscf-sys v1.1.0 |
| 3293 | 2026-01-22T04:50:08.724Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3294 | 2026-01-22T04:50:09.099Z | Compiling aes-gcm v0.10.3 |
| 3295 | 2026-01-22T04:50:09.322Z | Compiling serde-hex v0.1.0 |
| 3296 | 2026-01-22T04:50:09.455Z | Compiling slog-envlogger v2.2.0 |
| 3297 | 2026-01-22T04:50:09.739Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-01-22T04:50:09.909Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3299 | 2026-01-22T04:50:10.294Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3300 | 2026-01-22T04:50:10.375Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3301 | 2026-01-22T04:50:10.527Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3302 | 2026-01-22T04:50:11.490Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3303 | 2026-01-22T04:50:12.423Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3304 | 2026-01-22T04:50:12.579Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3305 | 2026-01-22T04:50:13.497Z | Compiling typify v0.2.0 |
| 3306 | 2026-01-22T04:50:13.716Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3307 | 2026-01-22T04:50:13.946Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3308 | 2026-01-22T04:50:14.179Z | Compiling progenitor-impl v0.8.0 |
| 3309 | 2026-01-22T04:50:15.226Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3310 | 2026-01-22T04:50:15.784Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3311 | 2026-01-22T04:50:16.116Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3312 | 2026-01-22T04:50:16.494Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3313 | 2026-01-22T04:50:18.573Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3314 | 2026-01-22T04:50:19.235Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3315 | 2026-01-22T04:50:19.538Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3316 | 2026-01-22T04:50:19.722Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3317 | 2026-01-22T04:50:20.130Z | Compiling ron v0.8.1 |
| 3318 | 2026-01-22T04:50:20.305Z | Compiling papergrid v0.17.0 |
| 3319 | 2026-01-22T04:50:20.544Z | Compiling testing_table v0.3.0 |
| 3320 | 2026-01-22T04:50:20.843Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3321 | 2026-01-22T04:50:20.868Z | Compiling progenitor-macro v0.8.0 |
| 3322 | 2026-01-22T04:50:22.317Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3323 | 2026-01-22T04:50:22.523Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3324 | 2026-01-22T04:50:22.550Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3325 | 2026-01-22T04:50:23.102Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3326 | 2026-01-22T04:50:23.262Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3327 | 2026-01-22T04:50:24.394Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3328 | 2026-01-22T04:50:24.420Z | Compiling hashbrown v0.13.2 |
| 3329 | 2026-01-22T04:50:24.531Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3330 | 2026-01-22T04:50:25.570Z | Compiling heck v0.3.3 |
| 3331 | 2026-01-22T04:50:25.594Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3332 | 2026-01-22T04:50:25.975Z | Compiling progenitor-client v0.8.0 |
| 3333 | 2026-01-22T04:50:26.542Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 3334 | 2026-01-22T04:50:26.798Z | Compiling ssh-encoding v0.2.0 |
| 3335 | 2026-01-22T04:50:26.980Z | Compiling blowfish v0.9.1 |
| 3336 | 2026-01-22T04:50:27.355Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3337 | 2026-01-22T04:50:27.386Z | Compiling nibble_vec v0.1.0 |
| 3338 | 2026-01-22T04:50:27.513Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3339 | 2026-01-22T04:50:27.675Z | Compiling endian-type v0.1.2 |
| 3340 | 2026-01-22T04:50:27.902Z | Compiling crc-any v2.5.0 |
| 3341 | 2026-01-22T04:50:28.016Z | Compiling corncobs v0.1.4 |
| 3342 | 2026-01-22T04:50:28.046Z | Compiling radix_trie v0.2.1 |
| 3343 | 2026-01-22T04:50:28.385Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3344 | 2026-01-22T04:50:28.459Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3345 | 2026-01-22T04:50:28.799Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3346 | 2026-01-22T04:50:29.137Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3347 | 2026-01-22T04:50:29.318Z | Compiling ssh-cipher v0.2.0 |
| 3348 | 2026-01-22T04:50:29.532Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3349 | 2026-01-22T04:50:29.626Z | Compiling zone_cfg_derive v0.1.2 |
| 3350 | 2026-01-22T04:50:30.872Z | Compiling object v0.30.4 |
| 3351 | 2026-01-22T04:50:31.164Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3352 | 2026-01-22T04:50:33.166Z | Compiling tabled v0.20.0 |
| 3353 | 2026-01-22T04:50:33.280Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3354 | 2026-01-22T04:50:33.359Z | Compiling progenitor v0.8.0 |
| 3355 | 2026-01-22T04:50:33.646Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3356 | 2026-01-22T04:50:33.913Z | Compiling parking_lot v0.11.2 |
| 3357 | 2026-01-22T04:50:34.841Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3358 | 2026-01-22T04:50:36.207Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3359 | 2026-01-22T04:50:37.443Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3360 | 2026-01-22T04:50:38.454Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3361 | 2026-01-22T04:50:38.774Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3362 | 2026-01-22T04:50:39.171Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3363 | 2026-01-22T04:50:39.411Z | Compiling prefix-trie v0.7.0 |
| 3364 | 2026-01-22T04:50:39.699Z | Compiling password-hash v0.4.2 |
| 3365 | 2026-01-22T04:50:40.349Z | Compiling fxhash v0.2.1 |
| 3366 | 2026-01-22T04:50:40.585Z | Compiling secrecy v0.8.0 |
| 3367 | 2026-01-22T04:50:40.632Z | Compiling half v1.8.3 |
| 3368 | 2026-01-22T04:50:40.894Z | Compiling path-slash v0.1.5 |
| 3369 | 2026-01-22T04:50:41.162Z | Compiling base64 v0.13.1 |
| 3370 | 2026-01-22T04:50:41.271Z | Compiling number_prefix v0.4.0 |
| 3371 | 2026-01-22T04:50:41.572Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3372 | 2026-01-22T04:50:41.763Z | Compiling http-range v0.1.5 |
| 3373 | 2026-01-22T04:50:42.145Z | Compiling ron v0.7.1 |
| 3374 | 2026-01-22T04:50:42.989Z | Compiling indicatif v0.17.11 |
| 3375 | 2026-01-22T04:50:43.202Z | Compiling serde_cbor v0.11.2 |
| 3376 | 2026-01-22T04:50:43.476Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3377 | 2026-01-22T04:50:44.630Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3378 | 2026-01-22T04:50:44.879Z | Compiling sled v0.34.7 |
| 3379 | 2026-01-22T04:50:44.966Z | Compiling hickory-server v0.25.2 |
| 3380 | 2026-01-22T04:50:46.625Z | Compiling pbkdf2 v0.11.0 |
| 3381 | 2026-01-22T04:50:47.039Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3382 | 2026-01-22T04:50:47.749Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3383 | 2026-01-22T04:50:49.774Z | Compiling xz2 v0.1.7 |
| 3384 | 2026-01-22T04:50:49.803Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3385 | 2026-01-22T04:50:50.280Z | Compiling zone v0.1.8 |
| 3386 | 2026-01-22T04:50:50.422Z | Compiling ssh-key v0.6.6 |
| 3387 | 2026-01-22T04:50:50.501Z | Compiling hickory-client v0.25.2 |
| 3388 | 2026-01-22T04:50:51.201Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3389 | 2026-01-22T04:50:51.733Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3390 | 2026-01-22T04:50:52.596Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3391 | 2026-01-22T04:50:52.899Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3392 | 2026-01-22T04:50:54.240Z | Compiling p521 v0.13.3 |
| 3393 | 2026-01-22T04:50:54.327Z | Compiling p256 v0.13.2 |
| 3394 | 2026-01-22T04:50:54.436Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3395 | 2026-01-22T04:50:55.154Z | Compiling yasna v0.5.2 |
| 3396 | 2026-01-22T04:50:55.289Z | Compiling headers-core v0.3.0 |
| 3397 | 2026-01-22T04:50:55.526Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-01-22T04:50:56.127Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-01-22T04:50:56.153Z | Compiling atty v0.2.14 |
| 3400 | 2026-01-22T04:50:56.359Z | Compiling russh-cryptovec v0.7.3 |
| 3401 | 2026-01-22T04:50:56.551Z | Compiling md5 v0.7.0 |
| 3402 | 2026-01-22T04:50:56.634Z | Compiling crc8 v0.1.1 |
| 3403 | 2026-01-22T04:50:56.695Z | Compiling flume v0.11.1 |
| 3404 | 2026-01-22T04:50:56.721Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3405 | 2026-01-22T04:50:56.760Z | Compiling rcgen v0.12.1 |
| 3406 | 2026-01-22T04:50:56.854Z | Compiling russh-keys v0.45.0 |
| 3407 | 2026-01-22T04:50:57.126Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3408 | 2026-01-22T04:50:57.371Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3409 | 2026-01-22T04:50:58.096Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3410 | 2026-01-22T04:50:58.124Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3411 | 2026-01-22T04:50:58.822Z | Compiling headers v0.4.1 |
| 3412 | 2026-01-22T04:50:59.105Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3413 | 2026-01-22T04:51:00.415Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3414 | 2026-01-22T04:51:00.708Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3415 | 2026-01-22T04:51:03.731Z | Compiling hyper-staticfile v0.10.1 |
| 3416 | 2026-01-22T04:51:04.210Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3417 | 2026-01-22T04:51:04.824Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3418 | 2026-01-22T04:51:05.546Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3419 | 2026-01-22T04:51:06.985Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2026-01-22T04:51:07.984Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3421 | 2026-01-22T04:51:08.533Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3422 | 2026-01-22T04:51:08.928Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3423 | 2026-01-22T04:51:10.497Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3424 | 2026-01-22T04:51:10.623Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3425 | 2026-01-22T04:51:12.184Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3426 | 2026-01-22T04:51:12.591Z | Compiling num-bigint v0.4.6 |
| 3427 | 2026-01-22T04:51:13.052Z | Compiling des v0.8.1 |
| 3428 | 2026-01-22T04:51:13.458Z | Compiling subprocess v0.2.9 |
| 3429 | 2026-01-22T04:51:13.557Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3430 | 2026-01-22T04:51:14.254Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-01-22T04:51:14.474Z | Compiling hex-literal v0.4.1 |
| 3432 | 2026-01-22T04:51:14.518Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3433 | 2026-01-22T04:51:14.705Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3434 | 2026-01-22T04:51:15.081Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3435 | 2026-01-22T04:51:15.613Z | Compiling russh v0.45.0 |
| 3436 | 2026-01-22T04:51:17.544Z | Compiling internet-checksum v0.2.1 |
| 3437 | 2026-01-22T04:51:19.774Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3438 | 2026-01-22T04:51:19.804Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3439 | 2026-01-22T04:51:19.907Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3440 | 2026-01-22T04:51:20.247Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3441 | 2026-01-22T04:51:24.318Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3442 | 2026-01-22T04:51:25.261Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3443 | 2026-01-22T04:51:34.634Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3444 | 2026-01-22T04:52:07.716Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3445 | 2026-01-22T04:52:38.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 29s |
| 3446 | 2026-01-22T04:52:38.370Z | |
| 3447 | 2026-01-22T04:52:38.370Z | real 3:30.127507566 |
| 3448 | 2026-01-22T04:52:38.370Z | user 19:02.390128573 |
| 3449 | 2026-01-22T04:52:38.370Z | sys 2:32.929142122 |
| 3450 | 2026-01-22T04:52:38.370Z | trap 0.577142558 |
| 3451 | 2026-01-22T04:52:38.370Z | tflt 0.212987308 |
| 3452 | 2026-01-22T04:52:38.374Z | dflt 0.707981814 |
| 3453 | 2026-01-22T04:52:38.374Z | kflt 0.000048783 |
| 3454 | 2026-01-22T04:52:38.374Z | lock 51:40.301890052 |
| 3455 | 2026-01-22T04:52:38.374Z | slp 1:08:36.815203733 |
| 3456 | 2026-01-22T04:52:38.374Z | lat 1:03.380094294 |
| 3457 | 2026-01-22T04:52:38.374Z | stop 2:33.334489357 |
| 3458 | 2026-01-22T04:52:38.374Z | + mkdir tests |
| 3459 | 2026-01-22T04:52:38.377Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3460 | 2026-01-22T04:52:38.377Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3461 | 2026-01-22T04:52:38.418Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ce55dcba1c116925 tests/ |
| 3462 | 2026-01-22T04:52:38.452Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-60c214a84aac85e2 tests/ |
| 3463 | 2026-01-22T04:52:38.486Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-04c359e7b715f808 tests/ |
| 3464 | 2026-01-22T04:52:38.520Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-47e894f92f4b581a tests/ |
| 3465 | 2026-01-22T04:52:38.902Z | + 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/*) |
| 3466 | 2026-01-22T04:52:38.905Z | + 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-60c214a84aac85e2 tests/commtest-04c359e7b715f808 tests/dhcp_server-ce55dcba1c116925 tests/end_to_end_tests-47e894f92f4b581a 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 |
| 3467 | 2026-01-22T04:54:24.542Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3468 | 2026-01-22T04:54:24.542Z | a .github/buildomat/ci-env.sh 1K |
| 3469 | 2026-01-22T04:54:24.542Z | a out/target/test 1K |
| 3470 | 2026-01-22T04:54:24.542Z | a out/npuzone/npuzone 27402K |
| 3471 | 2026-01-22T04:54:24.542Z | a package-manifest.toml 35K |
| 3472 | 2026-01-22T04:54:24.542Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3473 | 2026-01-22T04:54:24.542Z | a target/release/omicron-package 42876K |
| 3474 | 2026-01-22T04:54:24.542Z | a target/release/xtask 11475K |
| 3475 | 2026-01-22T04:54:24.542Z | a target/debug/bootstrap 319927K |
| 3476 | 2026-01-22T04:54:24.542Z | a tests/bootstrap-60c214a84aac85e2 31133K |
| 3477 | 2026-01-22T04:54:24.542Z | a tests/commtest-04c359e7b715f808 31433K |
| 3478 | 2026-01-22T04:54:24.542Z | a tests/dhcp_server-ce55dcba1c116925 31133K |
| 3479 | 2026-01-22T04:54:24.542Z | a tests/end_to_end_tests-47e894f92f4b581a 364336K |
| 3480 | 2026-01-22T04:54:24.542Z | a out/clickhouse.tar.gz 317183K |
| 3481 | 2026-01-22T04:54:24.542Z | a out/clickhouse_keeper.tar.gz 300196K |
| 3482 | 2026-01-22T04:54:24.542Z | a out/clickhouse_server.tar.gz 317182K |
| 3483 | 2026-01-22T04:54:24.542Z | a out/cockroachdb.tar.gz 164716K |
| 3484 | 2026-01-22T04:54:24.542Z | a out/crucible-pantry-zone.tar.gz 41361K |
| 3485 | 2026-01-22T04:54:24.542Z | a out/crucible-utils.tar 17744K |
| 3486 | 2026-01-22T04:54:24.542Z | a out/crucible-zone.tar.gz 55499K |
| 3487 | 2026-01-22T04:54:24.542Z | a out/external-dns.tar.gz 47541K |
| 3488 | 2026-01-22T04:54:24.542Z | a out/internal-dns.tar.gz 47541K |
| 3489 | 2026-01-22T04:54:24.542Z | a out/mg-ddm-gz.tar 84156K |
| 3490 | 2026-01-22T04:54:24.542Z | a out/nexus.tar.gz 207199K |
| 3491 | 2026-01-22T04:54:24.542Z | a out/ntp.tar.gz 28675K |
| 3492 | 2026-01-22T04:54:24.542Z | a out/omicron-gateway-softnpu.tar.gz 30098K |
| 3493 | 2026-01-22T04:54:24.542Z | a out/omicron-sled-agent.tar 192542K |
| 3494 | 2026-01-22T04:54:24.543Z | a out/overlay.tar.gz 3K |
| 3495 | 2026-01-22T04:54:24.543Z | a out/oximeter.tar.gz 63314K |
| 3496 | 2026-01-22T04:54:24.543Z | a out/oxlog.tar 3946K |
| 3497 | 2026-01-22T04:54:24.543Z | a out/probe.tar.gz 3037K |
| 3498 | 2026-01-22T04:54:24.543Z | a out/propolis-server.tar.gz 74630K |
| 3499 | 2026-01-22T04:54:24.543Z | a out/pumpkind-gz.tar 26647K |
| 3500 | 2026-01-22T04:54:24.543Z | a out/switch-softnpu.tar.gz 373369K |
| 3501 | 2026-01-22T04:54:24.546Z | |
| 3502 | 2026-01-22T04:54:24.546Z | real 1:45.622407002 |
| 3503 | 2026-01-22T04:54:24.546Z | user 1:41.134798803 |
| 3504 | 2026-01-22T04:54:24.546Z | sys 6.640464223 |
| 3505 | 2026-01-22T04:54:24.546Z | trap 0.025352856 |
| 3506 | 2026-01-22T04:54:24.546Z | tflt 0.000000000 |
| 3507 | 2026-01-22T04:54:24.546Z | dflt 0.000000000 |
| 3508 | 2026-01-22T04:54:24.546Z | kflt 0.000000000 |
| 3509 | 2026-01-22T04:54:24.546Z | lock 0.000000000 |
| 3510 | 2026-01-22T04:54:24.546Z | slp 1:40.697806385 |
| 3511 | 2026-01-22T04:54:24.547Z | lat 2.740058169 |
| 3512 | 2026-01-22T04:54:24.547Z | stop 0.000613474 |
| 3513 | 2026-01-22T04:54:24.547Z | process exited: duration 2502124 ms, exit code 0 |
| |
| 3514 | 2026-01-22T04:54:24.563Z | found 1 output files |
| 3515 | 2026-01-22T04:54:24.563Z | uploading: /work/package.tar.gz (2396173170 bytes) |
| 3516 | 2026-01-22T04:54:57.975Z | uploaded: /work/package.tar.gz |