|
|
|
| 1 | 2026-05-28T05:44:35.719Z | job assigned to worker 01KSPHRCPYWE8K1RMWKHSGJV0V [factory aws, i-031b283f95569a1b5] (queued for 54 s) |
| |
| 2 | 2026-05-28T05:44:43.360Z | starting task 0: "setup" |
| 3 | 2026-05-28T05:44:43.368Z | ++ uname -s |
| 4 | 2026-05-28T05:44:43.371Z | + kern=SunOS |
| 5 | 2026-05-28T05:44:43.371Z | + build_user=build |
| 6 | 2026-05-28T05:44:43.371Z | + build_uid=12345 |
| 7 | 2026-05-28T05:44:43.371Z | + work_dir=/work |
| 8 | 2026-05-28T05:44:43.371Z | + input_dir=/input |
| 9 | 2026-05-28T05:44:43.371Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T05:44:43.371Z | + case "$kern" in |
| 11 | 2026-05-28T05:44:43.371Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T05:44:43.380Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T05:44:45.390Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T05:44:45.496Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T05:44:45.499Z | + home_fs=zfs |
| 16 | 2026-05-28T05:44:45.499Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T05:44:45.499Z | + mkdir -p /home/build |
| 18 | 2026-05-28T05:44:45.502Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T05:44:47.503Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T05:44:47.507Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2026-05-28T05:44:47.513Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T05:44:47.518Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T05:44:47.518Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T05:44:47.518Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-28T05:44:47.522Z | * rust toolchain profile = "default" |
| 26 | 2026-05-28T05:44:47.522Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T05:44:47.522Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T05:44:47.522Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T05:44:47.522Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T05:44:47.586Z | info: downloading installer |
| 31 | 2026-05-28T05:44:48.964Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T05:44:48.964Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T05:44:48.964Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T05:44:48.964Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T05:44:48.976Z | info: profile set to default |
| 36 | 2026-05-28T05:44:48.976Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T05:44:48.979Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T05:44:49.111Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T05:44:49.114Z | info: downloading 6 components |
| 40 | 2026-05-28T05:45:03.140Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T05:45:03.140Z | |
| 42 | 2026-05-28T05:45:03.169Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T05:45:03.169Z | |
| 44 | 2026-05-28T05:45:03.169Z | |
| 45 | 2026-05-28T05:45:03.169Z | Rust is installed now. Great! |
| 46 | 2026-05-28T05:45:03.169Z | |
| 47 | 2026-05-28T05:45:03.173Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T05:45:03.173Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T05:45:03.173Z | |
| 50 | 2026-05-28T05:45:03.173Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T05:45:03.173Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T05:45:03.173Z | |
| 53 | 2026-05-28T05:45:03.173Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T05:45:03.173Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T05:45:03.173Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T05:45:03.173Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T05:45:03.173Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T05:45:03.173Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T05:45:03.173Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T05:45:03.173Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T05:45:03.173Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T05:45:03.265Z | + rustup --version |
| 63 | 2026-05-28T05:45:03.271Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T05:45:03.274Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T05:45:03.293Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T05:45:03.296Z | + cargo --version |
| 67 | 2026-05-28T05:45:03.305Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T05:45:03.308Z | + rustc --version |
| 69 | 2026-05-28T05:45:03.327Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T05:45:03.330Z | process exited: duration 15816 ms, exit code 0 |
| |
| 71 | 2026-05-28T05:45:03.336Z | starting task 2: "authentication" |
| 72 | 2026-05-28T05:45:03.355Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-28T05:45:03.363Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T05:45:03.369Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T05:45:03.369Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T05:45:03.407Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T05:45:13.227Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T05:45:13.227Z | + git fetch origin 8df7de9ca8b31854ab4f4140ea75ceb739d63093 |
| 79 | 2026-05-28T05:45:13.767Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T05:45:13.767Z | * branch 8df7de9ca8b31854ab4f4140ea75ceb739d63093 -> FETCH_HEAD |
| 81 | 2026-05-28T05:45:13.779Z | + [[ -n '' ]] |
| 82 | 2026-05-28T05:45:13.779Z | + git reset --hard 8df7de9ca8b31854ab4f4140ea75ceb739d63093 |
| 83 | 2026-05-28T05:45:14.022Z | HEAD is now at 8df7de9ca add more comments |
| 84 | 2026-05-28T05:45:14.025Z | process exited: duration 10664 ms, exit code 0 |
| |
| 85 | 2026-05-28T05:45:14.032Z | starting task 4: "build" |
| 86 | 2026-05-28T05:45:14.039Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-28T05:45:14.040Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-28T05:45:14.040Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-28T05:45:14.043Z | + cargo --version |
| 90 | 2026-05-28T05:45:14.047Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-28T05:45:14.050Z | + rustc --version |
| 92 | 2026-05-28T05:45:14.072Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-28T05:45:14.075Z | + WORK=/work |
| 94 | 2026-05-28T05:45:14.075Z | + pfexec mkdir -p /work |
| 95 | 2026-05-28T05:45:14.079Z | + pfexec chown build /work |
| 96 | 2026-05-28T05:45:14.082Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-05-28T05:45:15.606Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-05-28T05:45:15.680Z | Startup: Caching catalogs ... Done |
| 99 | 2026-05-28T05:45:15.945Z | Planning: Solver setup ... Done (0.229s) |
| 100 | 2026-05-28T05:45:15.964Z | Planning: Running solver ... Done (0.019s) |
| 101 | 2026-05-28T05:45:15.970Z | Planning: Finding local manifests ... Done (0.003s) |
| 102 | 2026-05-28T05:45:15.982Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-05-28T05:45:16.004Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-05-28T05:45:16.018Z | Planning: Package planning ... Done (0.014s) |
| 105 | 2026-05-28T05:45:16.021Z | Planning: Merging actions ... Done (0.002s) |
| 106 | 2026-05-28T05:45:16.208Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 107 | 2026-05-28T05:45:16.211Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-05-28T05:45:17.108Z | Planning: Evaluating mediators ... Done (0.899s) |
| 109 | 2026-05-28T05:45:17.111Z | Planning: Planning completed in 1.41 seconds |
| 110 | 2026-05-28T05:45:17.117Z | Packages to install: 2 |
| 111 | 2026-05-28T05:45:17.117Z | Estimated space available: 156.10 GB |
| 112 | 2026-05-28T05:45:17.117Z | Estimated space to be consumed: 22.53 MB |
| 113 | 2026-05-28T05:45:17.117Z | Create boot environment: No |
| 114 | 2026-05-28T05:45:17.121Z | Create backup boot environment: No |
| 115 | 2026-05-28T05:45:17.121Z | Rebuild boot archive: No |
| 116 | 2026-05-28T05:45:17.121Z | |
| 117 | 2026-05-28T05:45:17.121Z | Changed packages: |
| 118 | 2026-05-28T05:45:17.121Z | helios |
| 119 | 2026-05-28T05:45:17.121Z | developer/build-essential |
| 120 | 2026-05-28T05:45:17.121Z | None -> 11-3.0 |
| 121 | 2026-05-28T05:45:17.121Z | library/libxmlsec1 |
| 122 | 2026-05-28T05:45:17.121Z | None -> 1.2.35-3.0 |
| 123 | 2026-05-28T05:45:17.144Z | |
| 124 | 2026-05-28T05:45:17.144Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-05-28T05:45:17.627Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 126 | 2026-05-28T05:45:17.770Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-05-28T05:45:17.810Z | Actions: Completed 268 actions in 0.04 seconds. |
| 128 | 2026-05-28T05:45:17.844Z | Finalize: Updating package state database ... Done (0.034s) |
| 129 | 2026-05-28T05:45:17.844Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-05-28T05:45:17.863Z | Finalize: Updating image state ... Done (0.018s) |
| 131 | 2026-05-28T05:45:20.396Z | Finalize: Creating fast lookup database ... Done (2.510s) |
| 132 | 2026-05-28T05:45:20.464Z | Finalize: Reading search index ... Done (0.012s) |
| 133 | 2026-05-28T05:45:20.467Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-05-28T05:45:20.548Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-05-28T05:45:20.846Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-05-28T05:45:20.950Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-05-28T05:45:20.953Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-05-28T05:45:21.110Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-05-28T05:45:21.113Z | Planning: Planning completed in 0.26 seconds |
| 140 | 2026-05-28T05:45:21.133Z | Mediators to change: 2 |
| 141 | 2026-05-28T05:45:21.133Z | Create boot environment: No |
| 142 | 2026-05-28T05:45:21.133Z | Create backup boot environment: No |
| 143 | 2026-05-28T05:45:21.204Z | Finalize: Updating package state database ... Done |
| 144 | 2026-05-28T05:45:21.204Z | Finalize: Updating package cache ... Done |
| 145 | 2026-05-28T05:45:21.215Z | Finalize: Updating image state ... Done |
| 146 | 2026-05-28T05:45:23.187Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-05-28T05:45:23.254Z | Finalize: Reading search index ... Done |
| 148 | 2026-05-28T05:45:23.257Z | Finalize: Updating search index ... Done |
| 149 | 2026-05-28T05:45:23.338Z | Finalize: Updating package cache ... Done |
| 150 | 2026-05-28T05:45:23.630Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-05-28T05:45:23.736Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-05-28T05:45:23.739Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-05-28T05:45:23.895Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-05-28T05:45:23.899Z | Planning: Planning completed in 0.27 seconds |
| 155 | 2026-05-28T05:45:23.920Z | Mediators to change: 1 |
| 156 | 2026-05-28T05:45:23.920Z | Create boot environment: No |
| 157 | 2026-05-28T05:45:23.920Z | Create backup boot environment: No |
| 158 | 2026-05-28T05:45:23.973Z | Finalize: Updating package state database ... Done |
| 159 | 2026-05-28T05:45:23.973Z | Finalize: Updating package cache ... Done |
| 160 | 2026-05-28T05:45:23.984Z | Finalize: Updating image state ... Done |
| 161 | 2026-05-28T05:45:25.933Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-05-28T05:45:25.993Z | Finalize: Reading search index ... Done |
| 163 | 2026-05-28T05:45:25.997Z | Finalize: Updating search index ... Done |
| 164 | 2026-05-28T05:45:26.062Z | Finalize: Updating package cache ... Done |
| 165 | 2026-05-28T05:45:26.373Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-05-28T05:45:26.373Z | apache system 2.4 system |
| 167 | 2026-05-28T05:45:26.373Z | clang system 15 system |
| 168 | 2026-05-28T05:45:26.373Z | csh system system illumos |
| 169 | 2026-05-28T05:45:26.373Z | ctags system system illumos |
| 170 | 2026-05-28T05:45:26.373Z | file vendor vendor darwinsys |
| 171 | 2026-05-28T05:45:26.373Z | file system system illumos |
| 172 | 2026-05-28T05:45:26.373Z | gcc vendor 14 vendor |
| 173 | 2026-05-28T05:45:26.373Z | gcc system 13 system |
| 174 | 2026-05-28T05:45:26.373Z | gcc system 10 system |
| 175 | 2026-05-28T05:45:26.374Z | go system 1.25 system |
| 176 | 2026-05-28T05:45:26.374Z | llvm system 15 system |
| 177 | 2026-05-28T05:45:26.374Z | mariadb system 11.4 system |
| 178 | 2026-05-28T05:45:26.374Z | mta vendor vendor dma |
| 179 | 2026-05-28T05:45:26.374Z | openjdk system 17 system |
| 180 | 2026-05-28T05:45:26.374Z | openjdk system 11 system |
| 181 | 2026-05-28T05:45:26.374Z | openssl vendor 3 vendor |
| 182 | 2026-05-28T05:45:26.374Z | perl system 5.40 system |
| 183 | 2026-05-28T05:45:26.374Z | postgresql system 18 system |
| 184 | 2026-05-28T05:45:26.374Z | postgresql system 17 system |
| 185 | 2026-05-28T05:45:26.374Z | python vendor 3 vendor |
| 186 | 2026-05-28T05:45:26.374Z | python system 2 system |
| 187 | 2026-05-28T05:45:26.374Z | python3 vendor 3.13 vendor |
| 188 | 2026-05-28T05:45:26.374Z | ruby system 3.4 system |
| 189 | 2026-05-28T05:45:26.374Z | ruby system 3.0 system |
| 190 | 2026-05-28T05:45:26.374Z | words vendor vendor american-english |
| 191 | 2026-05-28T05:45:26.374Z | words system system australian-english |
| 192 | 2026-05-28T05:45:26.374Z | words system system british-english |
| 193 | 2026-05-28T05:45:26.374Z | words system system canadian-english |
| 194 | 2026-05-28T05:45:26.374Z | words system system french |
| 195 | 2026-05-28T05:45:26.374Z | words system system italian |
| 196 | 2026-05-28T05:45:26.374Z | words system system ngerman |
| 197 | 2026-05-28T05:45:26.374Z | words system system ogerman |
| 198 | 2026-05-28T05:45:26.374Z | words system system spanish |
| 199 | 2026-05-28T05:45:26.629Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-05-28T05:45:26.629Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-05-28T05:45:26.902Z | FMRI IFO |
| 202 | 2026-05-28T05:45:26.902Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-05-28T05:45:26.902Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-05-28T05:45:26.902Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-05-28T05:45:26.902Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-05-28T05:45:26.902Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-05-28T05:45:26.902Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-05-28T05:45:26.902Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-05-28T05:45:26.902Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-05-28T05:45:26.902Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-05-28T05:45:27.138Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-05-28T05:45:27.416Z | Updating crates.io index |
| 213 | 2026-05-28T05:45:27.419Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-05-28T05:45:27.710Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 215 | 2026-05-28T05:45:28.504Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-05-28T05:45:28.907Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-05-28T05:45:29.928Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 218 | 2026-05-28T05:45:30.454Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 219 | 2026-05-28T05:45:31.745Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 220 | 2026-05-28T05:45:32.491Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-05-28T05:45:32.798Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-05-28T05:45:33.595Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-05-28T05:45:33.921Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-05-28T05:45:34.290Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-05-28T05:45:34.560Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-05-28T05:45:35.559Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-05-28T05:45:36.039Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-05-28T05:45:36.271Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 229 | 2026-05-28T05:45:36.565Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 230 | 2026-05-28T05:45:36.893Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 231 | 2026-05-28T05:45:37.242Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-05-28T05:45:37.663Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 233 | 2026-05-28T05:45:37.904Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 234 | 2026-05-28T05:45:38.137Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-05-28T05:45:38.513Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-05-28T05:45:38.933Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 237 | 2026-05-28T05:45:39.367Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 238 | 2026-05-28T05:45:39.654Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 239 | 2026-05-28T05:45:39.968Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 240 | 2026-05-28T05:45:40.285Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 241 | 2026-05-28T05:45:41.309Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 242 | 2026-05-28T05:45:42.437Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 243 | 2026-05-28T05:45:42.852Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 244 | 2026-05-28T05:45:43.099Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 245 | 2026-05-28T05:45:43.468Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 246 | 2026-05-28T05:45:43.808Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 247 | 2026-05-28T05:45:44.192Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 248 | 2026-05-28T05:45:44.785Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 249 | 2026-05-28T05:45:45.081Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 250 | 2026-05-28T05:45:45.403Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 251 | 2026-05-28T05:45:45.726Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 252 | 2026-05-28T05:45:57.151Z | Downloading crates ... |
| 253 | 2026-05-28T05:45:57.219Z | Downloaded thiserror v2.0.18 |
| 254 | 2026-05-28T05:45:57.226Z | Downloaded anyhow v1.0.102 |
| 255 | 2026-05-28T05:45:57.229Z | Downloaded usdt-impl v0.5.0 |
| 256 | 2026-05-28T05:45:57.233Z | Downloaded colorchoice v1.0.4 |
| 257 | 2026-05-28T05:45:57.236Z | Downloaded cargo-platform v0.2.0 |
| 258 | 2026-05-28T05:45:57.236Z | Downloaded cargo-util-schemas v0.8.2 |
| 259 | 2026-05-28T05:45:57.239Z | Downloaded ucd-trie v0.1.7 |
| 260 | 2026-05-28T05:45:57.239Z | Downloaded zerovec v0.11.5 |
| 261 | 2026-05-28T05:45:57.242Z | Downloaded toml_write v0.1.2 |
| 262 | 2026-05-28T05:45:57.242Z | Downloaded thiserror-impl v1.0.69 |
| 263 | 2026-05-28T05:45:57.245Z | Downloaded dof v0.3.0 |
| 264 | 2026-05-28T05:45:57.245Z | Downloaded zerofrom-derive v0.1.6 |
| 265 | 2026-05-28T05:45:57.245Z | Downloaded thiserror-impl v2.0.18 |
| 266 | 2026-05-28T05:45:57.248Z | Downloaded clap_lex v1.0.0 |
| 267 | 2026-05-28T05:45:57.248Z | Downloaded zerocopy-derive v0.7.35 |
| 268 | 2026-05-28T05:45:57.251Z | Downloaded tinystr v0.8.2 |
| 269 | 2026-05-28T05:45:57.254Z | Downloaded crypto-common v0.1.7 |
| 270 | 2026-05-28T05:45:57.254Z | Downloaded cpufeatures v0.2.17 |
| 271 | 2026-05-28T05:45:57.254Z | Downloaded dtrace-parser v0.2.0 |
| 272 | 2026-05-28T05:45:57.257Z | Downloaded zmij v1.0.21 |
| 273 | 2026-05-28T05:45:57.261Z | Downloaded displaydoc v0.2.5 |
| 274 | 2026-05-28T05:45:57.264Z | Downloaded cargo_metadata v0.21.0 |
| 275 | 2026-05-28T05:45:57.264Z | Downloaded zerovec-derive v0.11.2 |
| 276 | 2026-05-28T05:45:57.264Z | Downloaded textwrap v0.16.2 |
| 277 | 2026-05-28T05:45:57.264Z | Downloaded autocfg v1.5.0 |
| 278 | 2026-05-28T05:45:57.267Z | Downloaded digest v0.10.7 |
| 279 | 2026-05-28T05:45:57.267Z | Downloaded cargo_toml v0.21.0 |
| 280 | 2026-05-28T05:45:57.267Z | Downloaded byteorder v1.5.0 |
| 281 | 2026-05-28T05:45:57.270Z | Downloaded winnow v0.7.14 |
| 282 | 2026-05-28T05:45:57.272Z | Downloaded zerofrom v0.1.6 |
| 283 | 2026-05-28T05:45:57.275Z | Downloaded usdt v0.5.0 |
| 284 | 2026-05-28T05:45:57.275Z | Downloaded unicode-xid v0.2.6 |
| 285 | 2026-05-28T05:45:57.275Z | Downloaded utf8_iter v1.0.4 |
| 286 | 2026-05-28T05:45:57.275Z | Downloaded itoa v1.0.17 |
| 287 | 2026-05-28T05:45:57.278Z | Downloaded clap_derive v4.5.55 |
| 288 | 2026-05-28T05:45:57.278Z | Downloaded bitflags v2.11.0 |
| 289 | 2026-05-28T05:45:57.281Z | Downloaded toml_datetime v0.6.11 |
| 290 | 2026-05-28T05:45:57.281Z | Downloaded clap_builder v4.5.60 |
| 291 | 2026-05-28T05:45:57.284Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-05-28T05:45:57.284Z | Downloaded version_check v0.9.5 |
| 293 | 2026-05-28T05:45:57.287Z | Downloaded utf8parse v0.2.2 |
| 294 | 2026-05-28T05:45:57.287Z | Downloaded log v0.4.29 |
| 295 | 2026-05-28T05:45:57.287Z | Downloaded clap v4.5.60 |
| 296 | 2026-05-28T05:45:57.291Z | Downloaded yoke v0.8.1 |
| 297 | 2026-05-28T05:45:57.294Z | Downloaded pretty-hex v0.4.1 |
| 298 | 2026-05-28T05:45:57.295Z | Downloaded percent-encoding v2.3.2 |
| 299 | 2026-05-28T05:45:57.295Z | Downloaded errno v0.3.14 |
| 300 | 2026-05-28T05:45:57.295Z | Downloaded writeable v0.6.2 |
| 301 | 2026-05-28T05:45:57.298Z | Downloaded unicode-linebreak v0.1.5 |
| 302 | 2026-05-28T05:45:57.298Z | Downloaded thiserror v1.0.69 |
| 303 | 2026-05-28T05:45:57.301Z | Downloaded zerotrie v0.2.3 |
| 304 | 2026-05-28T05:45:57.301Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-05-28T05:45:57.301Z | Downloaded anstream v0.6.21 |
| 306 | 2026-05-28T05:45:57.304Z | Downloaded terminal_size v0.4.3 |
| 307 | 2026-05-28T05:45:57.304Z | Downloaded toml v0.8.23 |
| 308 | 2026-05-28T05:45:57.307Z | Downloaded memmap v0.7.0 |
| 309 | 2026-05-28T05:45:57.307Z | Downloaded cfg-if v1.0.4 |
| 310 | 2026-05-28T05:45:57.307Z | Downloaded bytecount v0.6.9 |
| 311 | 2026-05-28T05:45:57.310Z | Downloaded plain v0.2.3 |
| 312 | 2026-05-28T05:45:57.310Z | Downloaded idna_adapter v1.2.1 |
| 313 | 2026-05-28T05:45:57.310Z | Downloaded heck v0.5.0 |
| 314 | 2026-05-28T05:45:57.310Z | Downloaded unicode-ident v1.0.24 |
| 315 | 2026-05-28T05:45:57.314Z | Downloaded proc-macro-error-attr v1.0.4 |
| 316 | 2026-05-28T05:45:57.314Z | Downloaded toml_edit v0.22.27 |
| 317 | 2026-05-28T05:45:57.318Z | Downloaded typenum v1.19.0 |
| 318 | 2026-05-28T05:45:57.318Z | Downloaded ordered-float v2.10.1 |
| 319 | 2026-05-28T05:45:57.318Z | Downloaded swrite v0.1.0 |
| 320 | 2026-05-28T05:45:57.318Z | Downloaded serde-value v0.7.0 |
| 321 | 2026-05-28T05:45:57.318Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-05-28T05:45:57.321Z | Downloaded heck v0.4.1 |
| 323 | 2026-05-28T05:45:57.321Z | Downloaded url v2.5.8 |
| 324 | 2026-05-28T05:45:57.321Z | Downloaded generic-array v0.14.7 |
| 325 | 2026-05-28T05:45:57.324Z | Downloaded fnv v1.0.7 |
| 326 | 2026-05-28T05:45:57.324Z | Downloaded usdt-macro v0.5.0 |
| 327 | 2026-05-28T05:45:57.324Z | Downloaded usdt-attr-macro v0.5.0 |
| 328 | 2026-05-28T05:45:57.324Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-05-28T05:45:57.324Z | Downloaded typeid v1.0.3 |
| 330 | 2026-05-28T05:45:57.324Z | Downloaded smawk v0.3.2 |
| 331 | 2026-05-28T05:45:57.327Z | Downloaded equivalent v1.0.2 |
| 332 | 2026-05-28T05:45:57.327Z | Downloaded camino v1.2.2 |
| 333 | 2026-05-28T05:45:57.327Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-05-28T05:45:57.330Z | Downloaded zerocopy v0.7.35 |
| 335 | 2026-05-28T05:45:57.336Z | Downloaded potential_utf v0.1.4 |
| 336 | 2026-05-28T05:45:57.339Z | Downloaded camino-tempfile v1.4.1 |
| 337 | 2026-05-28T05:45:57.339Z | Downloaded unicode-width v0.1.14 |
| 338 | 2026-05-28T05:45:57.342Z | Downloaded stable_deref_trait v1.2.1 |
| 339 | 2026-05-28T05:45:57.342Z | Downloaded unicode-width v0.2.0 |
| 340 | 2026-05-28T05:45:57.345Z | Downloaded strsim v0.11.1 |
| 341 | 2026-05-28T05:45:57.348Z | Downloaded form_urlencoded v1.2.2 |
| 342 | 2026-05-28T05:45:57.351Z | Downloaded anstyle-query v1.1.5 |
| 343 | 2026-05-28T05:45:57.351Z | Downloaded serde_spanned v0.6.9 |
| 344 | 2026-05-28T05:45:57.354Z | Downloaded fastrand v2.3.0 |
| 345 | 2026-05-28T05:45:57.364Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-05-28T05:45:57.369Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2026-05-28T05:45:57.372Z | Downloaded fs-err v3.3.0 |
| 348 | 2026-05-28T05:45:57.372Z | Downloaded scroll_derive v0.12.1 |
| 349 | 2026-05-28T05:45:57.379Z | Downloaded scroll v0.12.0 |
| 350 | 2026-05-28T05:45:57.384Z | Downloaded serde_tokenstream v0.2.3 |
| 351 | 2026-05-28T05:45:57.388Z | Downloaded erased-serde v0.4.9 |
| 352 | 2026-05-28T05:45:57.391Z | Downloaded anstyle-parse v0.2.7 |
| 353 | 2026-05-28T05:45:57.394Z | Downloaded anstyle v1.0.13 |
| 354 | 2026-05-28T05:45:57.403Z | Downloaded synstructure v0.13.2 |
| 355 | 2026-05-28T05:45:57.411Z | Downloaded quote v1.0.45 |
| 356 | 2026-05-28T05:45:57.414Z | Downloaded serde-untagged v0.1.9 |
| 357 | 2026-05-28T05:45:57.414Z | Downloaded semver v1.0.28 |
| 358 | 2026-05-28T05:45:57.414Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-05-28T05:45:57.419Z | Downloaded proc-macro2 v1.0.106 |
| 360 | 2026-05-28T05:45:57.422Z | Downloaded smallvec v1.15.1 |
| 361 | 2026-05-28T05:45:57.429Z | Downloaded once_cell v1.21.3 |
| 362 | 2026-05-28T05:45:57.434Z | Downloaded sha2 v0.10.9 |
| 363 | 2026-05-28T05:45:57.437Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-05-28T05:45:57.444Z | Downloaded icu_provider v2.1.1 |
| 365 | 2026-05-28T05:45:57.447Z | Downloaded serde_derive v1.0.228 |
| 366 | 2026-05-28T05:45:57.450Z | Downloaded icu_properties v2.1.2 |
| 367 | 2026-05-28T05:45:57.451Z | Downloaded litemap v0.8.1 |
| 368 | 2026-05-28T05:45:57.453Z | Downloaded papergrid v0.11.0 |
| 369 | 2026-05-28T05:45:57.456Z | Downloaded num-traits v0.2.19 |
| 370 | 2026-05-28T05:45:57.460Z | Downloaded pest_derive v2.8.6 |
| 371 | 2026-05-28T05:45:57.467Z | Downloaded pest_meta v2.8.6 |
| 372 | 2026-05-28T05:45:57.470Z | Downloaded icu_locale_core v2.1.1 |
| 373 | 2026-05-28T05:45:57.473Z | Downloaded icu_normalizer_data v2.1.1 |
| 374 | 2026-05-28T05:45:57.476Z | Downloaded getrandom v0.4.1 |
| 375 | 2026-05-28T05:45:57.479Z | Downloaded icu_normalizer v2.1.1 |
| 376 | 2026-05-28T05:45:57.494Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-05-28T05:45:57.498Z | Downloaded memchr v2.8.0 |
| 378 | 2026-05-28T05:45:57.503Z | Downloaded icu_collections v2.1.1 |
| 379 | 2026-05-28T05:45:57.506Z | Downloaded serde v1.0.228 |
| 380 | 2026-05-28T05:45:57.513Z | Downloaded serde_core v1.0.228 |
| 381 | 2026-05-28T05:45:57.545Z | Downloaded pest v2.8.6 |
| 382 | 2026-05-28T05:45:57.549Z | Downloaded serde_json v1.0.149 |
| 383 | 2026-05-28T05:45:57.552Z | Downloaded goblin v0.8.2 |
| 384 | 2026-05-28T05:45:57.555Z | Downloaded idna v1.1.0 |
| 385 | 2026-05-28T05:45:57.558Z | Downloaded icu_properties_data v2.1.2 |
| 386 | 2026-05-28T05:45:57.562Z | Downloaded hashbrown v0.17.0 |
| 387 | 2026-05-28T05:45:57.578Z | Downloaded syn v1.0.109 |
| 388 | 2026-05-28T05:45:57.583Z | Downloaded tabled v0.15.0 |
| 389 | 2026-05-28T05:45:57.594Z | Downloaded syn v2.0.117 |
| 390 | 2026-05-28T05:45:57.609Z | Downloaded rustix v1.1.3 |
| 391 | 2026-05-28T05:45:57.640Z | Downloaded libc v0.2.185 |
| 392 | 2026-05-28T05:45:57.704Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-05-28T05:45:57.708Z | Compiling quote v1.0.45 |
| 394 | 2026-05-28T05:45:57.708Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-05-28T05:45:57.708Z | Compiling serde_core v1.0.228 |
| 396 | 2026-05-28T05:45:57.708Z | Compiling libc v0.2.185 |
| 397 | 2026-05-28T05:45:57.708Z | Compiling version_check v0.9.5 |
| 398 | 2026-05-28T05:45:57.708Z | Compiling stable_deref_trait v1.2.1 |
| 399 | 2026-05-28T05:45:57.708Z | Compiling memchr v2.8.0 |
| 400 | 2026-05-28T05:45:57.708Z | Compiling serde v1.0.228 |
| 401 | 2026-05-28T05:45:57.708Z | Compiling zmij v1.0.21 |
| 402 | 2026-05-28T05:45:57.708Z | Compiling autocfg v1.5.0 |
| 403 | 2026-05-28T05:45:57.708Z | Compiling itoa v1.0.17 |
| 404 | 2026-05-28T05:45:57.708Z | Compiling thiserror v1.0.69 |
| 405 | 2026-05-28T05:45:57.893Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-05-28T05:45:57.896Z | Compiling litemap v0.8.1 |
| 407 | 2026-05-28T05:45:58.135Z | Compiling writeable v0.6.2 |
| 408 | 2026-05-28T05:45:58.153Z | Compiling byteorder v1.5.0 |
| 409 | 2026-05-28T05:45:58.283Z | Compiling icu_properties_data v2.1.2 |
| 410 | 2026-05-28T05:45:58.392Z | Compiling pest v2.8.6 |
| 411 | 2026-05-28T05:45:58.431Z | Compiling rustix v1.1.3 |
| 412 | 2026-05-28T05:45:58.454Z | Compiling icu_normalizer_data v2.1.1 |
| 413 | 2026-05-28T05:45:58.476Z | Compiling bitflags v2.11.0 |
| 414 | 2026-05-28T05:45:58.481Z | Compiling serde_json v1.0.149 |
| 415 | 2026-05-28T05:45:58.484Z | Compiling num-traits v0.2.19 |
| 416 | 2026-05-28T05:45:58.696Z | Compiling smallvec v1.15.1 |
| 417 | 2026-05-28T05:45:58.773Z | Compiling typeid v1.0.3 |
| 418 | 2026-05-28T05:45:58.813Z | Compiling equivalent v1.0.2 |
| 419 | 2026-05-28T05:45:58.816Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-05-28T05:45:58.851Z | Compiling usdt-impl v0.5.0 |
| 421 | 2026-05-28T05:45:58.970Z | Compiling proc-macro-error-attr v1.0.4 |
| 422 | 2026-05-28T05:45:58.974Z | Compiling toml_write v0.1.2 |
| 423 | 2026-05-28T05:45:58.974Z | Compiling syn v1.0.109 |
| 424 | 2026-05-28T05:45:59.066Z | Compiling errno v0.3.14 |
| 425 | 2026-05-28T05:45:59.086Z | Compiling thread-id v4.2.2 |
| 426 | 2026-05-28T05:45:59.108Z | Compiling winnow v0.7.14 |
| 427 | 2026-05-28T05:45:59.129Z | Compiling erased-serde v0.4.9 |
| 428 | 2026-05-28T05:45:59.330Z | Compiling proc-macro-error v1.0.4 |
| 429 | 2026-05-28T05:45:59.347Z | Compiling utf8_iter v1.0.4 |
| 430 | 2026-05-28T05:45:59.366Z | Compiling percent-encoding v2.3.2 |
| 431 | 2026-05-28T05:45:59.370Z | Compiling thiserror v2.0.18 |
| 432 | 2026-05-28T05:45:59.422Z | Compiling indexmap v2.14.0 |
| 433 | 2026-05-28T05:45:59.501Z | Compiling syn v2.0.117 |
| 434 | 2026-05-28T05:45:59.520Z | Compiling utf8parse v0.2.2 |
| 435 | 2026-05-28T05:45:59.559Z | Compiling camino v1.2.2 |
| 436 | 2026-05-28T05:45:59.580Z | Compiling plain v0.2.3 |
| 437 | 2026-05-28T05:45:59.583Z | Compiling getrandom v0.4.1 |
| 438 | 2026-05-28T05:45:59.599Z | Compiling log v0.4.29 |
| 439 | 2026-05-28T05:45:59.659Z | Compiling pest_meta v2.8.6 |
| 440 | 2026-05-28T05:45:59.677Z | Compiling anstyle-parse v0.2.7 |
| 441 | 2026-05-28T05:45:59.837Z | Compiling ordered-float v2.10.1 |
| 442 | 2026-05-28T05:45:59.858Z | Compiling form_urlencoded v1.2.2 |
| 443 | 2026-05-28T05:45:59.904Z | Compiling cfg-if v1.0.4 |
| 444 | 2026-05-28T05:46:00.004Z | Compiling colorchoice v1.0.4 |
| 445 | 2026-05-28T05:46:00.007Z | Compiling is_terminal_polyfill v1.70.2 |
| 446 | 2026-05-28T05:46:00.022Z | Compiling anstyle-query v1.1.5 |
| 447 | 2026-05-28T05:46:00.026Z | Compiling pretty-hex v0.4.1 |
| 448 | 2026-05-28T05:46:00.081Z | Compiling anstyle v1.0.13 |
| 449 | 2026-05-28T05:46:00.144Z | Compiling fs-err v3.3.0 |
| 450 | 2026-05-28T05:46:00.149Z | Compiling heck v0.5.0 |
| 451 | 2026-05-28T05:46:00.182Z | Compiling heck v0.4.1 |
| 452 | 2026-05-28T05:46:00.220Z | Compiling terminal_size v0.4.3 |
| 453 | 2026-05-28T05:46:00.220Z | Compiling once_cell v1.21.3 |
| 454 | 2026-05-28T05:46:00.280Z | Compiling bytecount v0.6.9 |
| 455 | 2026-05-28T05:46:00.332Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-28T05:46:00.448Z | Compiling semver v1.0.28 |
| 457 | 2026-05-28T05:46:00.448Z | Compiling fastrand v2.3.0 |
| 458 | 2026-05-28T05:46:00.490Z | Compiling anyhow v1.0.102 |
| 459 | 2026-05-28T05:46:00.509Z | Compiling unicode-xid v0.2.6 |
| 460 | 2026-05-28T05:46:00.547Z | Compiling fnv v1.0.7 |
| 461 | 2026-05-28T05:46:00.566Z | Compiling unicode-width v0.1.14 |
| 462 | 2026-05-28T05:46:00.653Z | Compiling clap_lex v1.0.0 |
| 463 | 2026-05-28T05:46:00.674Z | Compiling strsim v0.11.1 |
| 464 | 2026-05-28T05:46:00.694Z | Compiling tempfile v3.25.0 |
| 465 | 2026-05-28T05:46:00.766Z | Compiling memmap v0.7.0 |
| 466 | 2026-05-28T05:46:00.811Z | Compiling serde-untagged v0.1.9 |
| 467 | 2026-05-28T05:46:00.835Z | Compiling papergrid v0.11.0 |
| 468 | 2026-05-28T05:46:00.855Z | Compiling unicode-width v0.2.0 |
| 469 | 2026-05-28T05:46:00.893Z | Compiling clap_builder v4.5.60 |
| 470 | 2026-05-28T05:46:00.915Z | Compiling smawk v0.3.2 |
| 471 | 2026-05-28T05:46:00.933Z | Compiling unicode-linebreak v0.1.5 |
| 472 | 2026-05-28T05:46:00.972Z | Compiling camino-tempfile v1.4.1 |
| 473 | 2026-05-28T05:46:01.123Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 474 | 2026-05-28T05:46:01.196Z | Compiling textwrap v0.16.2 |
| 475 | 2026-05-28T05:46:01.267Z | Compiling swrite v0.1.0 |
| 476 | 2026-05-28T05:46:01.633Z | Compiling tabled_derive v0.7.0 |
| 477 | 2026-05-28T05:46:02.189Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-28T05:46:02.189Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-28T05:46:02.368Z | Compiling tabled v0.15.0 |
| 480 | 2026-05-28T05:46:02.710Z | Compiling serde_derive v1.0.228 |
| 481 | 2026-05-28T05:46:02.710Z | Compiling zerofrom-derive v0.1.6 |
| 482 | 2026-05-28T05:46:02.713Z | Compiling yoke-derive v0.8.1 |
| 483 | 2026-05-28T05:46:02.713Z | Compiling zerovec-derive v0.11.2 |
| 484 | 2026-05-28T05:46:02.713Z | Compiling displaydoc v0.2.5 |
| 485 | 2026-05-28T05:46:02.746Z | Compiling thiserror-impl v1.0.69 |
| 486 | 2026-05-28T05:46:02.746Z | Compiling zerocopy-derive v0.7.35 |
| 487 | 2026-05-28T05:46:02.778Z | Compiling scroll_derive v0.12.1 |
| 488 | 2026-05-28T05:46:02.814Z | Compiling thiserror-impl v2.0.18 |
| 489 | 2026-05-28T05:46:02.830Z | Compiling pest_derive v2.8.6 |
| 490 | 2026-05-28T05:46:02.850Z | Compiling clap_derive v4.5.55 |
| 491 | 2026-05-28T05:46:03.529Z | Compiling scroll v0.12.0 |
| 492 | 2026-05-28T05:46:03.549Z | Compiling zerocopy v0.7.35 |
| 493 | 2026-05-28T05:46:03.749Z | Compiling goblin v0.8.2 |
| 494 | 2026-05-28T05:46:03.861Z | Compiling zerofrom v0.1.6 |
| 495 | 2026-05-28T05:46:03.896Z | Compiling dtrace-parser v0.2.0 |
| 496 | 2026-05-28T05:46:03.964Z | Compiling yoke v0.8.1 |
| 497 | 2026-05-28T05:46:04.126Z | Compiling zerovec v0.11.5 |
| 498 | 2026-05-28T05:46:04.126Z | Compiling zerotrie v0.2.3 |
| 499 | 2026-05-28T05:46:04.264Z | Compiling clap v4.5.60 |
| 500 | 2026-05-28T05:46:04.548Z | Compiling tinystr v0.8.2 |
| 501 | 2026-05-28T05:46:04.549Z | Compiling potential_utf v0.1.4 |
| 502 | 2026-05-28T05:46:04.683Z | Compiling icu_collections v2.1.1 |
| 503 | 2026-05-28T05:46:04.707Z | Compiling icu_locale_core v2.1.1 |
| 504 | 2026-05-28T05:46:05.254Z | Compiling dof v0.3.0 |
| 505 | 2026-05-28T05:46:05.254Z | Compiling serde_tokenstream v0.2.3 |
| 506 | 2026-05-28T05:46:05.270Z | Compiling toml_datetime v0.6.11 |
| 507 | 2026-05-28T05:46:05.273Z | Compiling serde_spanned v0.6.9 |
| 508 | 2026-05-28T05:46:05.273Z | Compiling serde-value v0.7.0 |
| 509 | 2026-05-28T05:46:05.273Z | Compiling cargo-platform v0.2.0 |
| 510 | 2026-05-28T05:46:05.286Z | Compiling macaddr v1.0.1 |
| 511 | 2026-05-28T05:46:05.307Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-05-28T05:46:05.488Z | Compiling toml_edit v0.22.27 |
| 513 | 2026-05-28T05:46:05.572Z | Compiling icu_normalizer v2.1.1 |
| 514 | 2026-05-28T05:46:05.572Z | Compiling icu_properties v2.1.2 |
| 515 | 2026-05-28T05:46:05.961Z | Compiling usdt-attr-macro v0.5.0 |
| 516 | 2026-05-28T05:46:05.964Z | Compiling usdt-macro v0.5.0 |
| 517 | 2026-05-28T05:46:06.418Z | Compiling idna_adapter v1.2.1 |
| 518 | 2026-05-28T05:46:06.531Z | Compiling idna v1.1.0 |
| 519 | 2026-05-28T05:46:06.575Z | Compiling usdt v0.5.0 |
| 520 | 2026-05-28T05:46:06.761Z | Compiling toml v0.8.23 |
| 521 | 2026-05-28T05:46:06.791Z | Compiling url v2.5.8 |
| 522 | 2026-05-28T05:46:07.108Z | Compiling cargo_toml v0.21.0 |
| 523 | 2026-05-28T05:46:07.194Z | Compiling cargo-util-schemas v0.8.2 |
| 524 | 2026-05-28T05:46:07.983Z | Compiling cargo_metadata v0.21.0 |
| 525 | 2026-05-28T05:46:08.894Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 526 | 2026-05-28T05:46:10.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.01s |
| 527 | 2026-05-28T05:46:11.240Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 528 | 2026-05-28T05:46:11.807Z | Downloading crates ... |
| 529 | 2026-05-28T05:46:11.896Z | Downloaded adler2 v2.0.1 |
| 530 | 2026-05-28T05:46:11.902Z | Downloaded allocator-api2 v0.2.21 |
| 531 | 2026-05-28T05:46:11.906Z | Downloaded crc v3.4.0 |
| 532 | 2026-05-28T05:46:11.909Z | Downloaded cbc v0.1.2 |
| 533 | 2026-05-28T05:46:11.909Z | Downloaded cassowary v0.3.0 |
| 534 | 2026-05-28T05:46:11.912Z | Downloaded block-padding v0.3.3 |
| 535 | 2026-05-28T05:46:11.912Z | Downloaded assert_matches v1.5.0 |
| 536 | 2026-05-28T05:46:11.915Z | Downloaded bitfield-macros v0.19.4 |
| 537 | 2026-05-28T05:46:11.915Z | Downloaded bitfield v0.19.4 |
| 538 | 2026-05-28T05:46:11.918Z | Downloaded backoff v0.4.0 |
| 539 | 2026-05-28T05:46:11.923Z | Downloaded chacha20 v0.9.1 |
| 540 | 2026-05-28T05:46:11.926Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 541 | 2026-05-28T05:46:11.929Z | Downloaded castaway v0.2.4 |
| 542 | 2026-05-28T05:46:11.932Z | Downloaded daft-derive v0.1.7 |
| 543 | 2026-05-28T05:46:11.935Z | Downloaded darling v0.23.0 |
| 544 | 2026-05-28T05:46:11.939Z | Downloaded crc32fast v1.5.0 |
| 545 | 2026-05-28T05:46:11.939Z | Downloaded fixedbitset v0.4.2 |
| 546 | 2026-05-28T05:46:11.942Z | Downloaded byte-wrapper v0.1.0 |
| 547 | 2026-05-28T05:46:11.942Z | Downloaded bitflags v1.3.2 |
| 548 | 2026-05-28T05:46:11.945Z | Downloaded embedded-io v0.6.1 |
| 549 | 2026-05-28T05:46:11.945Z | Downloaded document-features v0.2.12 |
| 550 | 2026-05-28T05:46:11.945Z | Downloaded bit-vec v0.8.0 |
| 551 | 2026-05-28T05:46:11.949Z | Downloaded ciborium-io v0.2.2 |
| 552 | 2026-05-28T05:46:11.949Z | Downloaded fd-lock v4.0.4 |
| 553 | 2026-05-28T05:46:11.949Z | Downloaded fallible-iterator v0.2.0 |
| 554 | 2026-05-28T05:46:11.952Z | Downloaded either v1.15.0 |
| 555 | 2026-05-28T05:46:11.952Z | Downloaded dirs-next v2.0.0 |
| 556 | 2026-05-28T05:46:11.952Z | Downloaded diff v0.1.13 |
| 557 | 2026-05-28T05:46:11.955Z | Downloaded env_logger v0.11.9 |
| 558 | 2026-05-28T05:46:11.955Z | Downloaded cargo-platform v0.1.9 |
| 559 | 2026-05-28T05:46:11.958Z | Downloaded crc8 v0.1.1 |
| 560 | 2026-05-28T05:46:11.959Z | Downloaded blake2 v0.10.6 |
| 561 | 2026-05-28T05:46:11.959Z | Downloaded diesel-dtrace v0.5.0 |
| 562 | 2026-05-28T05:46:11.962Z | Downloaded cfg_aliases v0.2.1 |
| 563 | 2026-05-28T05:46:11.962Z | Downloaded defmt-parser v1.0.0 |
| 564 | 2026-05-28T05:46:11.962Z | Downloaded bit-set v0.5.3 |
| 565 | 2026-05-28T05:46:11.962Z | Downloaded aead v0.5.2 |
| 566 | 2026-05-28T05:46:11.965Z | Downloaded ascii-canvas v3.0.0 |
| 567 | 2026-05-28T05:46:11.965Z | Downloaded darling_macro v0.20.11 |
| 568 | 2026-05-28T05:46:11.965Z | Downloaded darling v0.20.11 |
| 569 | 2026-05-28T05:46:11.969Z | Downloaded darling_macro v0.21.3 |
| 570 | 2026-05-28T05:46:11.969Z | Downloaded cexpr v0.6.0 |
| 571 | 2026-05-28T05:46:11.972Z | Downloaded crucible-workspace-hack v0.1.0 |
| 572 | 2026-05-28T05:46:11.972Z | Downloaded daft v0.1.7 |
| 573 | 2026-05-28T05:46:11.972Z | Downloaded base64ct v1.8.3 |
| 574 | 2026-05-28T05:46:11.975Z | Downloaded bb8 v0.8.6 |
| 575 | 2026-05-28T05:46:11.976Z | Downloaded async-stream-impl v0.3.6 |
| 576 | 2026-05-28T05:46:11.976Z | Downloaded compression-core v0.4.31 |
| 577 | 2026-05-28T05:46:11.976Z | Downloaded cfg_aliases v0.1.1 |
| 578 | 2026-05-28T05:46:11.979Z | Downloaded bit-set v0.8.0 |
| 579 | 2026-05-28T05:46:11.979Z | Downloaded darling v0.21.3 |
| 580 | 2026-05-28T05:46:11.982Z | Downloaded defmt v0.3.100 |
| 581 | 2026-05-28T05:46:11.982Z | Downloaded env_filter v1.0.0 |
| 582 | 2026-05-28T05:46:11.985Z | Downloaded dof v0.4.0 |
| 583 | 2026-05-28T05:46:11.985Z | Downloaded cpufeatures v0.3.0 |
| 584 | 2026-05-28T05:46:11.985Z | Downloaded convert_case v0.4.0 |
| 585 | 2026-05-28T05:46:11.985Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 586 | 2026-05-28T05:46:11.988Z | Downloaded dyn-clone v1.0.20 |
| 587 | 2026-05-28T05:46:11.988Z | Downloaded endian-type v0.1.2 |
| 588 | 2026-05-28T05:46:12.009Z | Downloaded ctr v0.9.2 |
| 589 | 2026-05-28T05:46:12.009Z | Downloaded difflib v0.4.0 |
| 590 | 2026-05-28T05:46:12.009Z | Downloaded arrayref v0.3.9 |
| 591 | 2026-05-28T05:46:12.009Z | Downloaded crunchy v0.2.4 |
| 592 | 2026-05-28T05:46:12.010Z | Downloaded async-stream v0.3.6 |
| 593 | 2026-05-28T05:46:12.010Z | Downloaded darling_core v0.20.11 |
| 594 | 2026-05-28T05:46:12.010Z | Downloaded enum-as-inner v0.6.1 |
| 595 | 2026-05-28T05:46:12.010Z | Downloaded foreign-types-shared v0.1.1 |
| 596 | 2026-05-28T05:46:12.010Z | Downloaded downcast-rs v2.0.2 |
| 597 | 2026-05-28T05:46:12.010Z | Downloaded ciborium-ll v0.2.2 |
| 598 | 2026-05-28T05:46:12.010Z | Downloaded foreign-types-macros v0.2.3 |
| 599 | 2026-05-28T05:46:12.010Z | Downloaded derive_builder_macro v0.20.2 |
| 600 | 2026-05-28T05:46:12.010Z | Downloaded dunce v1.0.5 |
| 601 | 2026-05-28T05:46:12.010Z | Downloaded crc-catalog v2.4.0 |
| 602 | 2026-05-28T05:46:12.010Z | Downloaded cobs v0.3.0 |
| 603 | 2026-05-28T05:46:12.010Z | Downloaded bzip2 v0.4.4 |
| 604 | 2026-05-28T05:46:12.010Z | Downloaded display-error-chain v0.2.2 |
| 605 | 2026-05-28T05:46:12.014Z | Downloaded foreign-types-shared v0.3.1 |
| 606 | 2026-05-28T05:46:12.014Z | Downloaded atty v0.2.14 |
| 607 | 2026-05-28T05:46:12.014Z | Downloaded cstr-argument v0.1.2 |
| 608 | 2026-05-28T05:46:12.014Z | Downloaded base16ct v0.2.0 |
| 609 | 2026-05-28T05:46:12.014Z | Downloaded float-cmp v0.10.0 |
| 610 | 2026-05-28T05:46:12.014Z | Downloaded bcs v0.1.6 |
| 611 | 2026-05-28T05:46:12.017Z | Downloaded arrayvec v0.7.6 |
| 612 | 2026-05-28T05:46:12.017Z | Downloaded flagset v0.4.7 |
| 613 | 2026-05-28T05:46:12.017Z | Downloaded darling_macro v0.23.0 |
| 614 | 2026-05-28T05:46:12.021Z | Downloaded foreign-types v0.3.2 |
| 615 | 2026-05-28T05:46:12.028Z | Downloaded float-ord v0.3.2 |
| 616 | 2026-05-28T05:46:12.032Z | Downloaded embedded-io v0.4.0 |
| 617 | 2026-05-28T05:46:12.032Z | Downloaded atomicwrites v0.4.4 |
| 618 | 2026-05-28T05:46:12.032Z | Downloaded dtrace-parser v0.3.0 |
| 619 | 2026-05-28T05:46:12.032Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 620 | 2026-05-28T05:46:12.032Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 621 | 2026-05-28T05:46:12.032Z | Downloaded debug-ignore v1.0.5 |
| 622 | 2026-05-28T05:46:12.032Z | Downloaded array-init v0.0.4 |
| 623 | 2026-05-28T05:46:12.035Z | Downloaded atomic-waker v1.1.2 |
| 624 | 2026-05-28T05:46:12.035Z | Downloaded futures-core v0.3.32 |
| 625 | 2026-05-28T05:46:12.035Z | Downloaded critical-section v1.2.0 |
| 626 | 2026-05-28T05:46:12.038Z | Downloaded futures-task v0.3.32 |
| 627 | 2026-05-28T05:46:12.039Z | Downloaded futures-io v0.3.32 |
| 628 | 2026-05-28T05:46:12.039Z | Downloaded derive_builder_core v0.20.2 |
| 629 | 2026-05-28T05:46:12.041Z | Downloaded futures-sink v0.3.32 |
| 630 | 2026-05-28T05:46:12.041Z | Downloaded globwalk v0.9.1 |
| 631 | 2026-05-28T05:46:12.044Z | Downloaded find-msvc-tools v0.1.9 |
| 632 | 2026-05-28T05:46:12.044Z | Downloaded data-encoding v2.10.0 |
| 633 | 2026-05-28T05:46:12.044Z | Downloaded deranged v0.5.8 |
| 634 | 2026-05-28T05:46:12.049Z | Downloaded headers-core v0.3.0 |
| 635 | 2026-05-28T05:46:12.049Z | Downloaded bit-vec v0.6.3 |
| 636 | 2026-05-28T05:46:12.052Z | Downloaded compression-codecs v0.4.37 |
| 637 | 2026-05-28T05:46:12.052Z | Downloaded git-stub v1.0.0 |
| 638 | 2026-05-28T05:46:12.052Z | Downloaded gethostname v0.5.0 |
| 639 | 2026-05-28T05:46:12.052Z | Downloaded cmake v0.1.57 |
| 640 | 2026-05-28T05:46:12.055Z | Downloaded ghash v0.5.1 |
| 641 | 2026-05-28T05:46:12.055Z | Downloaded futures-macro v0.3.32 |
| 642 | 2026-05-28T05:46:12.055Z | Downloaded dirs-sys-next v0.1.2 |
| 643 | 2026-05-28T05:46:12.058Z | Downloaded const_format_proc_macros v0.2.34 |
| 644 | 2026-05-28T05:46:12.058Z | Downloaded hash32 v0.2.1 |
| 645 | 2026-05-28T05:46:12.058Z | Downloaded fxhash v0.2.1 |
| 646 | 2026-05-28T05:46:12.058Z | Downloaded async-trait v0.1.89 |
| 647 | 2026-05-28T05:46:12.061Z | Downloaded corncobs v0.1.4 |
| 648 | 2026-05-28T05:46:12.064Z | Downloaded ar_archive_writer v0.5.1 |
| 649 | 2026-05-28T05:46:12.067Z | Downloaded hex-literal v0.4.1 |
| 650 | 2026-05-28T05:46:12.067Z | Downloaded hash32 v0.3.1 |
| 651 | 2026-05-28T05:46:12.067Z | Downloaded foreign-types v0.5.0 |
| 652 | 2026-05-28T05:46:12.067Z | Downloaded cargo_metadata v0.19.2 |
| 653 | 2026-05-28T05:46:12.070Z | Downloaded http-body v1.0.1 |
| 654 | 2026-05-28T05:46:12.070Z | Downloaded foldhash v0.1.5 |
| 655 | 2026-05-28T05:46:12.070Z | Downloaded hostname v0.3.1 |
| 656 | 2026-05-28T05:46:12.073Z | Downloaded console v0.15.11 |
| 657 | 2026-05-28T05:46:12.076Z | Downloaded cookie v0.18.1 |
| 658 | 2026-05-28T05:46:12.076Z | Downloaded der_derive v0.7.3 |
| 659 | 2026-05-28T05:46:12.076Z | Downloaded convert_case v0.10.0 |
| 660 | 2026-05-28T05:46:12.079Z | Downloaded foldhash v0.2.0 |
| 661 | 2026-05-28T05:46:12.079Z | Downloaded cancel-safe-futures v0.1.5 |
| 662 | 2026-05-28T05:46:12.082Z | Downloaded argon2 v0.5.3 |
| 663 | 2026-05-28T05:46:12.082Z | Downloaded hex v0.4.3 |
| 664 | 2026-05-28T05:46:12.085Z | Downloaded dsl_auto_type v0.2.0 |
| 665 | 2026-05-28T05:46:12.085Z | Downloaded fixedbitset v0.5.7 |
| 666 | 2026-05-28T05:46:12.085Z | Downloaded home v0.5.12 |
| 667 | 2026-05-28T05:46:12.088Z | Downloaded httpdate v1.0.3 |
| 668 | 2026-05-28T05:46:12.088Z | Downloaded http-range v0.1.5 |
| 669 | 2026-05-28T05:46:12.088Z | Downloaded async-recursion v1.1.1 |
| 670 | 2026-05-28T05:46:12.091Z | Downloaded ident_case v1.0.1 |
| 671 | 2026-05-28T05:46:12.091Z | Downloaded filetime v0.2.27 |
| 672 | 2026-05-28T05:46:12.094Z | Downloaded hubpack_derive v0.1.1 |
| 673 | 2026-05-28T05:46:12.094Z | Downloaded hostname v0.4.2 |
| 674 | 2026-05-28T05:46:12.094Z | Downloaded bitfield-struct v0.6.2 |
| 675 | 2026-05-28T05:46:12.096Z | Downloaded ff v0.13.1 |
| 676 | 2026-05-28T05:46:12.097Z | Downloaded funty v2.0.0 |
| 677 | 2026-05-28T05:46:12.097Z | Downloaded csv-core v0.1.13 |
| 678 | 2026-05-28T05:46:12.099Z | Downloaded fs_extra v1.3.0 |
| 679 | 2026-05-28T05:46:12.099Z | Downloaded ena v0.14.4 |
| 680 | 2026-05-28T05:46:12.102Z | Downloaded constant_time_eq v0.4.2 |
| 681 | 2026-05-28T05:46:12.102Z | Downloaded crypto-bigint v0.5.5 |
| 682 | 2026-05-28T05:46:12.105Z | Downloaded hubpack v0.1.2 |
| 683 | 2026-05-28T05:46:12.108Z | Downloaded illumos-nvpair v0.3.0 |
| 684 | 2026-05-28T05:46:12.108Z | Downloaded hyper-tls v0.6.0 |
| 685 | 2026-05-28T05:46:12.108Z | Downloaded glob v0.3.3 |
| 686 | 2026-05-28T05:46:12.111Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 687 | 2026-05-28T05:46:12.111Z | Downloaded globset v0.4.18 |
| 688 | 2026-05-28T05:46:12.111Z | Downloaded git-stub-vcs v0.1.0 |
| 689 | 2026-05-28T05:46:12.114Z | Downloaded fs-err v2.11.0 |
| 690 | 2026-05-28T05:46:12.114Z | Downloaded inout v0.1.4 |
| 691 | 2026-05-28T05:46:12.117Z | Downloaded defmt-macros v1.0.1 |
| 692 | 2026-05-28T05:46:12.117Z | Downloaded chacha20 v0.10.0 |
| 693 | 2026-05-28T05:46:12.120Z | Downloaded group v0.13.0 |
| 694 | 2026-05-28T05:46:12.120Z | Downloaded camino-tempfile-ext v0.3.3 |
| 695 | 2026-05-28T05:46:12.123Z | Downloaded blowfish v0.9.1 |
| 696 | 2026-05-28T05:46:12.123Z | Downloaded const-oid v0.9.6 |
| 697 | 2026-05-28T05:46:12.126Z | Downloaded indent_write v2.2.0 |
| 698 | 2026-05-28T05:46:12.126Z | Downloaded console v0.16.2 |
| 699 | 2026-05-28T05:46:12.126Z | Downloaded colored v2.2.0 |
| 700 | 2026-05-28T05:46:12.129Z | Downloaded instability v0.3.11 |
| 701 | 2026-05-28T05:46:12.129Z | Downloaded indoc v1.0.9 |
| 702 | 2026-05-28T05:46:12.132Z | Downloaded is_ci v1.2.0 |
| 703 | 2026-05-28T05:46:12.132Z | Downloaded kstat-rs v0.2.4 |
| 704 | 2026-05-28T05:46:12.132Z | Downloaded internet-checksum v0.2.1 |
| 705 | 2026-05-28T05:46:12.135Z | Downloaded is-terminal v0.4.17 |
| 706 | 2026-05-28T05:46:12.135Z | Downloaded instant v0.1.13 |
| 707 | 2026-05-28T05:46:12.135Z | Downloaded base64 v0.22.1 |
| 708 | 2026-05-28T05:46:12.138Z | Downloaded bzip2 v0.6.1 |
| 709 | 2026-05-28T05:46:12.138Z | Downloaded des v0.8.1 |
| 710 | 2026-05-28T05:46:12.141Z | Downloaded derive-ex v0.1.8 |
| 711 | 2026-05-28T05:46:12.142Z | Downloaded highway v1.3.0 |
| 712 | 2026-05-28T05:46:12.148Z | Downloaded colored v3.1.1 |
| 713 | 2026-05-28T05:46:12.148Z | Downloaded ciborium v0.2.2 |
| 714 | 2026-05-28T05:46:12.151Z | Downloaded drift v0.1.4 |
| 715 | 2026-05-28T05:46:12.151Z | Downloaded lazy_static v1.5.0 |
| 716 | 2026-05-28T05:46:12.154Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-05-28T05:46:12.154Z | Downloaded lalrpop-util v0.19.12 |
| 718 | 2026-05-28T05:46:12.156Z | Downloaded erased-serde v0.3.31 |
| 719 | 2026-05-28T05:46:12.156Z | Downloaded futures-channel v0.3.32 |
| 720 | 2026-05-28T05:46:12.159Z | Downloaded keccak v0.1.6 |
| 721 | 2026-05-28T05:46:12.159Z | Downloaded cipher v0.4.4 |
| 722 | 2026-05-28T05:46:12.159Z | Downloaded derive_builder v0.20.2 |
| 723 | 2026-05-28T05:46:12.162Z | Downloaded humantime v2.3.0 |
| 724 | 2026-05-28T05:46:12.165Z | Downloaded getrandom v0.2.17 |
| 725 | 2026-05-28T05:46:12.165Z | Downloaded libscf-sys v1.1.0 |
| 726 | 2026-05-28T05:46:12.168Z | Downloaded derive-where v1.6.0 |
| 727 | 2026-05-28T05:46:12.171Z | Downloaded memoffset v0.9.1 |
| 728 | 2026-05-28T05:46:12.171Z | Downloaded match_cfg v0.1.0 |
| 729 | 2026-05-28T05:46:12.171Z | Downloaded lru-cache v0.1.2 |
| 730 | 2026-05-28T05:46:12.171Z | Downloaded lru v0.12.5 |
| 731 | 2026-05-28T05:46:12.174Z | Downloaded indoc v2.0.7 |
| 732 | 2026-05-28T05:46:12.174Z | Downloaded lzss v0.8.2 |
| 733 | 2026-05-28T05:46:12.177Z | Downloaded maybe-uninit v2.0.0 |
| 734 | 2026-05-28T05:46:12.177Z | Downloaded ahash v0.8.12 |
| 735 | 2026-05-28T05:46:12.180Z | Downloaded maplit v1.0.2 |
| 736 | 2026-05-28T05:46:12.180Z | Downloaded managed v0.8.0 |
| 737 | 2026-05-28T05:46:12.183Z | Downloaded ingot v0.1.1 |
| 738 | 2026-05-28T05:46:12.183Z | Downloaded crossbeam-epoch v0.9.18 |
| 739 | 2026-05-28T05:46:12.183Z | Downloaded md5 v0.7.0 |
| 740 | 2026-05-28T05:46:12.186Z | Downloaded newline-converter v0.3.0 |
| 741 | 2026-05-28T05:46:12.186Z | Downloaded new_debug_unreachable v1.0.6 |
| 742 | 2026-05-28T05:46:12.186Z | Downloaded multimap v0.10.1 |
| 743 | 2026-05-28T05:46:12.189Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 744 | 2026-05-28T05:46:12.189Z | Downloaded futures-executor v0.3.32 |
| 745 | 2026-05-28T05:46:12.189Z | Downloaded ipnet v2.11.0 |
| 746 | 2026-05-28T05:46:12.192Z | Downloaded normalize-line-endings v0.3.0 |
| 747 | 2026-05-28T05:46:12.192Z | Downloaded chacha20poly1305 v0.10.1 |
| 748 | 2026-05-28T05:46:12.195Z | Downloaded nonempty v0.12.0 |
| 749 | 2026-05-28T05:46:12.195Z | Downloaded nodrop v0.1.14 |
| 750 | 2026-05-28T05:46:12.195Z | Downloaded ingot-types v0.1.2 |
| 751 | 2026-05-28T05:46:12.197Z | Downloaded newtype-uuid-macros v0.1.0 |
| 752 | 2026-05-28T05:46:12.198Z | Downloaded crc-any v2.5.0 |
| 753 | 2026-05-28T05:46:12.198Z | Downloaded cookie_store v0.22.1 |
| 754 | 2026-05-28T05:46:12.201Z | Downloaded backon v1.6.0 |
| 755 | 2026-05-28T05:46:12.201Z | Downloaded async-bb8-diesel v0.2.1 |
| 756 | 2026-05-28T05:46:12.204Z | Downloaded hmac v0.12.1 |
| 757 | 2026-05-28T05:46:12.204Z | Downloaded dropshot_endpoint v0.17.0 |
| 758 | 2026-05-28T05:46:12.206Z | Downloaded dropshot_endpoint v0.16.7 |
| 759 | 2026-05-28T05:46:12.209Z | Downloaded buf-list v1.1.2 |
| 760 | 2026-05-28T05:46:12.209Z | Downloaded crossbeam-deque v0.8.6 |
| 761 | 2026-05-28T05:46:12.212Z | Downloaded getrandom v0.3.4 |
| 762 | 2026-05-28T05:46:12.215Z | Downloaded num-derive v0.4.2 |
| 763 | 2026-05-28T05:46:12.215Z | Downloaded derive_more v0.99.20 |
| 764 | 2026-05-28T05:46:12.218Z | Downloaded num_threads v0.1.7 |
| 765 | 2026-05-28T05:46:12.218Z | Downloaded num_enum_derive v0.5.11 |
| 766 | 2026-05-28T05:46:12.221Z | Downloaded opaque-debug v0.3.1 |
| 767 | 2026-05-28T05:46:12.221Z | Downloaded num v0.4.3 |
| 768 | 2026-05-28T05:46:12.221Z | Downloaded nibble_vec v0.1.0 |
| 769 | 2026-05-28T05:46:12.224Z | Downloaded newtype_derive v0.1.6 |
| 770 | 2026-05-28T05:46:12.224Z | Downloaded num-derive v0.3.3 |
| 771 | 2026-05-28T05:46:12.224Z | Downloaded olpc-cjson v0.1.4 |
| 772 | 2026-05-28T05:46:12.227Z | Downloaded libsw-core v0.3.2 |
| 773 | 2026-05-28T05:46:12.227Z | Downloaded libsw v3.5.0 |
| 774 | 2026-05-28T05:46:12.227Z | Downloaded futures v0.3.32 |
| 775 | 2026-05-28T05:46:12.230Z | Downloaded darling_core v0.21.3 |
| 776 | 2026-05-28T05:46:12.233Z | Downloaded linked-hash-map v0.5.6 |
| 777 | 2026-05-28T05:46:12.236Z | Downloaded lock_api v0.4.14 |
| 778 | 2026-05-28T05:46:12.236Z | Downloaded linear-map v1.2.0 |
| 779 | 2026-05-28T05:46:12.239Z | Downloaded openssl-probe v0.1.6 |
| 780 | 2026-05-28T05:46:12.239Z | Downloaded openssl-macros v0.1.1 |
| 781 | 2026-05-28T05:46:12.239Z | Downloaded md-5 v0.10.6 |
| 782 | 2026-05-28T05:46:12.242Z | Downloaded lru-slab v0.1.2 |
| 783 | 2026-05-28T05:46:12.242Z | Downloaded openssl-probe v0.2.1 |
| 784 | 2026-05-28T05:46:12.242Z | Downloaded iana-time-zone v0.1.65 |
| 785 | 2026-05-28T05:46:12.245Z | Downloaded hyper-staticfile v0.10.1 |
| 786 | 2026-05-28T05:46:12.245Z | Downloaded bytes v1.11.1 |
| 787 | 2026-05-28T05:46:12.248Z | Downloaded arc-swap v1.8.2 |
| 788 | 2026-05-28T05:46:12.250Z | Downloaded hyper-rustls v0.27.7 |
| 789 | 2026-05-28T05:46:12.253Z | Downloaded mime_guess v2.0.5 |
| 790 | 2026-05-28T05:46:12.253Z | Downloaded const_format v0.2.35 |
| 791 | 2026-05-28T05:46:12.256Z | Downloaded compact_str v0.8.1 |
| 792 | 2026-05-28T05:46:12.259Z | Downloaded mime v0.3.17 |
| 793 | 2026-05-28T05:46:12.259Z | Downloaded half v1.8.3 |
| 794 | 2026-05-28T05:46:12.262Z | Downloaded native-tls v0.2.18 |
| 795 | 2026-05-28T05:46:12.262Z | Downloaded ipnetwork v0.21.1 |
| 796 | 2026-05-28T05:46:12.262Z | Downloaded ingot-macros v0.1.1 |
| 797 | 2026-05-28T05:46:12.265Z | Downloaded nu-ansi-term v0.50.3 |
| 798 | 2026-05-28T05:46:12.265Z | Downloaded packed_struct_codegen v0.10.1 |
| 799 | 2026-05-28T05:46:12.268Z | Downloaded nanorand v0.7.0 |
| 800 | 2026-05-28T05:46:12.268Z | Downloaded multer v3.1.0 |
| 801 | 2026-05-28T05:46:12.271Z | Downloaded pbkdf2 v0.11.0 |
| 802 | 2026-05-28T05:46:12.274Z | Downloaded phf_shared v0.11.3 |
| 803 | 2026-05-28T05:46:12.274Z | Downloaded path-slash v0.1.5 |
| 804 | 2026-05-28T05:46:12.274Z | Downloaded parse-size v1.1.0 |
| 805 | 2026-05-28T05:46:12.278Z | Downloaded parse-display v0.10.0 |
| 806 | 2026-05-28T05:46:12.278Z | Downloaded clang-sys v1.8.1 |
| 807 | 2026-05-28T05:46:12.281Z | Downloaded libloading v0.8.9 |
| 808 | 2026-05-28T05:46:12.281Z | Downloaded jobserver v0.1.34 |
| 809 | 2026-05-28T05:46:12.285Z | Downloaded httparse v1.10.1 |
| 810 | 2026-05-28T05:46:12.288Z | Downloaded peg-runtime v0.8.5 |
| 811 | 2026-05-28T05:46:12.288Z | Downloaded num_enum v0.5.11 |
| 812 | 2026-05-28T05:46:12.291Z | Downloaded phf_shared v0.12.1 |
| 813 | 2026-05-28T05:46:12.291Z | Downloaded pin-utils v0.1.0 |
| 814 | 2026-05-28T05:46:12.291Z | Downloaded pbkdf2 v0.12.2 |
| 815 | 2026-05-28T05:46:12.293Z | Downloaded num-integer v0.1.46 |
| 816 | 2026-05-28T05:46:12.293Z | Downloaded num-rational v0.4.2 |
| 817 | 2026-05-28T05:46:12.296Z | Downloaded aes v0.8.4 |
| 818 | 2026-05-28T05:46:12.296Z | Downloaded num-complex v0.4.6 |
| 819 | 2026-05-28T05:46:12.299Z | Downloaded der v0.7.10 |
| 820 | 2026-05-28T05:46:12.302Z | Downloaded ed25519-dalek v2.2.0 |
| 821 | 2026-05-28T05:46:12.305Z | Downloaded elliptic-curve v0.13.8 |
| 822 | 2026-05-28T05:46:12.308Z | Downloaded packed_struct v0.10.1 |
| 823 | 2026-05-28T05:46:12.311Z | Downloaded oxnet v0.1.4 |
| 824 | 2026-05-28T05:46:12.311Z | Downloaded oxide-tokio-rt v0.1.4 |
| 825 | 2026-05-28T05:46:12.327Z | Downloaded precomputed-hash v0.1.1 |
| 826 | 2026-05-28T05:46:12.330Z | Downloaded base64 v0.21.7 |
| 827 | 2026-05-28T05:46:12.330Z | Downloaded powerfmt v0.2.0 |
| 828 | 2026-05-28T05:46:12.334Z | Downloaded owo-colors v4.3.0 |
| 829 | 2026-05-28T05:46:12.334Z | Downloaded memmap2 v0.9.10 |
| 830 | 2026-05-28T05:46:12.337Z | Downloaded headers v0.4.1 |
| 831 | 2026-05-28T05:46:12.340Z | Downloaded predicates-tree v1.0.13 |
| 832 | 2026-05-28T05:46:12.340Z | Downloaded predicates-core v1.0.10 |
| 833 | 2026-05-28T05:46:12.340Z | Downloaded password-hash v0.4.2 |
| 834 | 2026-05-28T05:46:12.343Z | Downloaded progenitor-client v0.10.0 |
| 835 | 2026-05-28T05:46:12.343Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 836 | 2026-05-28T05:46:12.346Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-05-28T05:46:12.346Z | Downloaded paste v1.0.15 |
| 838 | 2026-05-28T05:46:12.346Z | Downloaded parking_lot_core v0.8.6 |
| 839 | 2026-05-28T05:46:12.349Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2026-05-28T05:46:12.351Z | Downloaded progenitor-macro v0.14.0 |
| 841 | 2026-05-28T05:46:12.351Z | Downloaded progenitor-macro v0.11.2 |
| 842 | 2026-05-28T05:46:12.352Z | Downloaded progenitor-client v0.11.2 |
| 843 | 2026-05-28T05:46:12.354Z | Downloaded newtype-uuid v1.3.2 |
| 844 | 2026-05-28T05:46:12.354Z | Downloaded heapless v0.8.0 |
| 845 | 2026-05-28T05:46:12.357Z | Downloaded quick-error v1.2.3 |
| 846 | 2026-05-28T05:46:12.357Z | Downloaded crossterm v0.29.0 |
| 847 | 2026-05-28T05:46:12.361Z | Downloaded psl-types v2.0.11 |
| 848 | 2026-05-28T05:46:12.363Z | Downloaded peg-macros v0.8.5 |
| 849 | 2026-05-28T05:46:12.366Z | Downloaded flume v0.11.1 |
| 850 | 2026-05-28T05:46:12.366Z | Downloaded flate2 v1.1.9 |
| 851 | 2026-05-28T05:46:12.369Z | Downloaded phf v0.13.1 |
| 852 | 2026-05-28T05:46:12.372Z | Downloaded polyval v0.6.2 |
| 853 | 2026-05-28T05:46:12.372Z | Downloaded num_enum_derive v0.7.5 |
| 854 | 2026-05-28T05:46:12.375Z | Downloaded expectorate v1.2.0 |
| 855 | 2026-05-28T05:46:12.375Z | Downloaded indicatif v0.18.4 |
| 856 | 2026-05-28T05:46:12.378Z | Downloaded rand_chacha v0.3.1 |
| 857 | 2026-05-28T05:46:12.381Z | Downloaded pin-project-lite v0.2.17 |
| 858 | 2026-05-28T05:46:12.384Z | Downloaded pkcs8 v0.10.2 |
| 859 | 2026-05-28T05:46:12.387Z | Downloaded radium v0.7.0 |
| 860 | 2026-05-28T05:46:12.387Z | Downloaded pkg-config v0.3.32 |
| 861 | 2026-05-28T05:46:12.387Z | Downloaded parking_lot v0.11.2 |
| 862 | 2026-05-28T05:46:12.390Z | Downloaded postgres-protocol v0.6.10 |
| 863 | 2026-05-28T05:46:12.390Z | Downloaded predicates v3.1.4 |
| 864 | 2026-05-28T05:46:12.393Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 865 | 2026-05-28T05:46:12.396Z | Downloaded recursive v0.1.1 |
| 866 | 2026-05-28T05:46:12.396Z | Downloaded rand_xorshift v0.4.0 |
| 867 | 2026-05-28T05:46:12.396Z | Downloaded proc-macro-crate v3.4.0 |
| 868 | 2026-05-28T05:46:12.399Z | Downloaded parking_lot_core v0.9.12 |
| 869 | 2026-05-28T05:46:12.399Z | Downloaded password-hash v0.5.0 |
| 870 | 2026-05-28T05:46:12.402Z | Downloaded primeorder v0.13.6 |
| 871 | 2026-05-28T05:46:12.402Z | Downloaded progenitor v0.14.0 |
| 872 | 2026-05-28T05:46:12.405Z | Downloaded progenitor v0.11.2 |
| 873 | 2026-05-28T05:46:12.405Z | Downloaded ref-cast v1.0.25 |
| 874 | 2026-05-28T05:46:12.408Z | Downloaded hickory-resolver v0.24.4 |
| 875 | 2026-05-28T05:46:12.408Z | Downloaded ppv-lite86 v0.2.21 |
| 876 | 2026-05-28T05:46:12.411Z | Downloaded progenitor v0.13.0 |
| 877 | 2026-05-28T05:46:12.411Z | Downloaded proc-macro-error2 v2.0.1 |
| 878 | 2026-05-28T05:46:12.414Z | Downloaded progenitor-extras v0.2.0 |
| 879 | 2026-05-28T05:46:12.414Z | Downloaded pem-rfc7468 v0.7.0 |
| 880 | 2026-05-28T05:46:12.417Z | Downloaded progenitor v0.10.0 |
| 881 | 2026-05-28T05:46:12.417Z | Downloaded pin-project-internal v1.1.11 |
| 882 | 2026-05-28T05:46:12.417Z | Downloaded pem v3.0.6 |
| 883 | 2026-05-28T05:46:12.420Z | Downloaded rfc6979 v0.4.0 |
| 884 | 2026-05-28T05:46:12.420Z | Downloaded indexmap v1.9.3 |
| 885 | 2026-05-28T05:46:12.423Z | Downloaded curve25519-dalek v4.1.3 |
| 886 | 2026-05-28T05:46:12.425Z | Downloaded psm v0.1.30 |
| 887 | 2026-05-28T05:46:12.428Z | Downloaded crossbeam-channel v0.5.15 |
| 888 | 2026-05-28T05:46:12.431Z | Downloaded rustc-hash v2.1.1 |
| 889 | 2026-05-28T05:46:12.431Z | Downloaded rtoolbox v0.0.3 |
| 890 | 2026-05-28T05:46:12.434Z | Downloaded rustc_version v0.4.1 |
| 891 | 2026-05-28T05:46:12.434Z | Downloaded russh-cryptovec v0.7.3 |
| 892 | 2026-05-28T05:46:12.435Z | Downloaded phf v0.12.1 |
| 893 | 2026-05-28T05:46:12.435Z | Downloaded peg v0.8.5 |
| 894 | 2026-05-28T05:46:12.438Z | Downloaded libbz2-rs-sys v0.2.2 |
| 895 | 2026-05-28T05:46:12.441Z | Downloaded r2d2 v0.8.10 |
| 896 | 2026-05-28T05:46:12.441Z | Downloaded omicron-zone-package v0.12.2 |
| 897 | 2026-05-28T05:46:12.441Z | Downloaded async-compression v0.4.41 |
| 898 | 2026-05-28T05:46:12.445Z | Downloaded poly1305 v0.8.0 |
| 899 | 2026-05-28T05:46:12.448Z | Downloaded progenitor-macro v0.13.0 |
| 900 | 2026-05-28T05:46:12.448Z | Downloaded progenitor-macro v0.10.0 |
| 901 | 2026-05-28T05:46:12.451Z | Downloaded rustc_version v0.1.7 |
| 902 | 2026-05-28T05:46:12.451Z | Downloaded pkcs1 v0.7.5 |
| 903 | 2026-05-28T05:46:12.451Z | Downloaded rand_core v0.9.5 |
| 904 | 2026-05-28T05:46:12.454Z | Downloaded rand_chacha v0.9.0 |
| 905 | 2026-05-28T05:46:12.454Z | Downloaded parking_lot v0.12.5 |
| 906 | 2026-05-28T05:46:12.457Z | Downloaded postcard v1.1.3 |
| 907 | 2026-05-28T05:46:12.457Z | Downloaded postgres-types v0.2.12 |
| 908 | 2026-05-28T05:46:12.459Z | Downloaded oso v0.27.3 |
| 909 | 2026-05-28T05:46:12.462Z | Downloaded progenitor-client v0.14.0 |
| 910 | 2026-05-28T05:46:12.462Z | Downloaded num_enum v0.7.5 |
| 911 | 2026-05-28T05:46:12.465Z | Downloaded scrypt v0.11.0 |
| 912 | 2026-05-28T05:46:12.465Z | Downloaded papergrid v0.17.0 |
| 913 | 2026-05-28T05:46:12.468Z | Downloaded miniz_oxide v0.8.9 |
| 914 | 2026-05-28T05:46:12.471Z | Downloaded sapling-renderdag v0.1.0 |
| 915 | 2026-05-28T05:46:12.471Z | Downloaded ref-cast-impl v1.0.25 |
| 916 | 2026-05-28T05:46:12.471Z | Downloaded same-file v1.0.6 |
| 917 | 2026-05-28T05:46:12.474Z | Downloaded salsa20 v0.10.2 |
| 918 | 2026-05-28T05:46:12.474Z | Downloaded rand_core v0.10.0 |
| 919 | 2026-05-28T05:46:12.474Z | Downloaded semver v0.1.20 |
| 920 | 2026-05-28T05:46:12.477Z | Downloaded secrecy v0.8.0 |
| 921 | 2026-05-28T05:46:12.477Z | Downloaded scheduled-thread-pool v0.2.7 |
| 922 | 2026-05-28T05:46:12.477Z | Downloaded derive_more v2.1.1 |
| 923 | 2026-05-28T05:46:12.483Z | Downloaded serde_bytes v0.11.19 |
| 924 | 2026-05-28T05:46:12.488Z | Downloaded serde-big-array v0.5.1 |
| 925 | 2026-05-28T05:46:12.488Z | Downloaded serde_plain v1.0.2 |
| 926 | 2026-05-28T05:46:12.491Z | Downloaded scopeguard v1.2.0 |
| 927 | 2026-05-28T05:46:12.491Z | Downloaded progenitor-client v0.13.0 |
| 928 | 2026-05-28T05:46:12.491Z | Downloaded seq-macro v0.3.6 |
| 929 | 2026-05-28T05:46:12.491Z | Downloaded secrecy v0.10.3 |
| 930 | 2026-05-28T05:46:12.491Z | Downloaded hickory-resolver v0.25.2 |
| 931 | 2026-05-28T05:46:12.494Z | Downloaded jiff-static v0.2.21 |
| 932 | 2026-05-28T05:46:12.497Z | Downloaded dropshot-api-manager v0.7.1 |
| 933 | 2026-05-28T05:46:12.500Z | Downloaded derive_more-impl v2.1.1 |
| 934 | 2026-05-28T05:46:12.502Z | Downloaded serde_repr v0.1.20 |
| 935 | 2026-05-28T05:46:12.503Z | Downloaded sha1 v0.10.6 |
| 936 | 2026-05-28T05:46:12.503Z | Downloaded serde_urlencoded v0.7.1 |
| 937 | 2026-05-28T05:46:12.506Z | Downloaded serde_spanned v1.0.4 |
| 938 | 2026-05-28T05:46:12.506Z | Downloaded phf_shared v0.13.1 |
| 939 | 2026-05-28T05:46:12.506Z | Downloaded diesel_derives v2.3.7 |
| 940 | 2026-05-28T05:46:12.509Z | Downloaded rustls-native-certs v0.8.3 |
| 941 | 2026-05-28T05:46:12.512Z | Downloaded rand_core v0.6.4 |
| 942 | 2026-05-28T05:46:12.514Z | Downloaded signal-hook-tokio v0.3.1 |
| 943 | 2026-05-28T05:46:12.514Z | Downloaded heapless v0.7.17 |
| 944 | 2026-05-28T05:46:12.517Z | Downloaded siphasher v1.0.2 |
| 945 | 2026-05-28T05:46:12.517Z | Downloaded sigpipe v0.1.3 |
| 946 | 2026-05-28T05:46:12.517Z | Downloaded shell-words v1.1.1 |
| 947 | 2026-05-28T05:46:12.520Z | Downloaded rustls-pemfile v2.2.0 |
| 948 | 2026-05-28T05:46:12.520Z | Downloaded quinn-udp v0.5.14 |
| 949 | 2026-05-28T05:46:12.523Z | Downloaded signature v2.2.0 |
| 950 | 2026-05-28T05:46:12.523Z | Downloaded signal-hook-mio v0.2.5 |
| 951 | 2026-05-28T05:46:12.523Z | Downloaded p256 v0.13.2 |
| 952 | 2026-05-28T05:46:12.526Z | Downloaded openssl-sys v0.9.115 |
| 953 | 2026-05-28T05:46:12.529Z | Downloaded scroll_derive v0.13.1 |
| 954 | 2026-05-28T05:46:12.529Z | Downloaded scroll v0.13.0 |
| 955 | 2026-05-28T05:46:12.532Z | Downloaded rustversion v1.0.22 |
| 956 | 2026-05-28T05:46:12.532Z | Downloaded rustls-pemfile v1.0.4 |
| 957 | 2026-05-28T05:46:12.535Z | Downloaded pkcs5 v0.7.1 |
| 958 | 2026-05-28T05:46:12.535Z | Downloaded slog-bunyan v2.5.0 |
| 959 | 2026-05-28T05:46:12.538Z | Downloaded schemars_derive v0.8.22 |
| 960 | 2026-05-28T05:46:12.538Z | Downloaded hashbrown v0.12.3 |
| 961 | 2026-05-28T05:46:12.541Z | Downloaded sct v0.7.1 |
| 962 | 2026-05-28T05:46:12.544Z | Downloaded progenitor-impl v0.10.0 |
| 963 | 2026-05-28T05:46:12.544Z | Downloaded half v2.7.1 |
| 964 | 2026-05-28T05:46:12.546Z | Downloaded cc v1.2.56 |
| 965 | 2026-05-28T05:46:12.549Z | Downloaded progenitor-impl v0.11.2 |
| 966 | 2026-05-28T05:46:12.549Z | Downloaded sec1 v0.7.3 |
| 967 | 2026-05-28T05:46:12.549Z | Downloaded resolv-conf v0.7.6 |
| 968 | 2026-05-28T05:46:12.552Z | Downloaded hickory-server v0.25.2 |
| 969 | 2026-05-28T05:46:12.556Z | Downloaded slog-envlogger v2.2.0 |
| 970 | 2026-05-28T05:46:12.556Z | Downloaded bumpalo v3.20.2 |
| 971 | 2026-05-28T05:46:12.559Z | Downloaded oso-derive v0.27.3 |
| 972 | 2026-05-28T05:46:12.559Z | Downloaded litrs v1.0.0 |
| 973 | 2026-05-28T05:46:12.559Z | Downloaded serde_path_to_error v0.1.20 |
| 974 | 2026-05-28T05:46:12.562Z | Downloaded http v1.4.0 |
| 975 | 2026-05-28T05:46:12.562Z | Downloaded ignore v0.4.25 |
| 976 | 2026-05-28T05:46:12.565Z | Downloaded darling_core v0.23.0 |
| 977 | 2026-05-28T05:46:12.568Z | Downloaded russh-keys v0.45.0 |
| 978 | 2026-05-28T05:46:12.568Z | Downloaded progenitor-impl v0.14.0 |
| 979 | 2026-05-28T05:46:12.571Z | Downloaded libefi-sys v0.1.0 |
| 980 | 2026-05-28T05:46:12.571Z | Downloaded crossbeam-utils v0.8.21 |
| 981 | 2026-05-28T05:46:12.574Z | Downloaded num-iter v0.1.45 |
| 982 | 2026-05-28T05:46:12.574Z | Downloaded num-conv v0.2.0 |
| 983 | 2026-05-28T05:46:12.574Z | Downloaded fatfs v0.3.6 |
| 984 | 2026-05-28T05:46:12.577Z | Downloaded serde-hex v0.1.0 |
| 985 | 2026-05-28T05:46:12.577Z | Downloaded ed25519 v2.2.3 |
| 986 | 2026-05-28T05:46:12.580Z | Downloaded ssh-encoding v0.2.0 |
| 987 | 2026-05-28T05:46:12.580Z | Downloaded sqlparser_derive v0.5.0 |
| 988 | 2026-05-28T05:46:12.580Z | Downloaded shlex v1.3.0 |
| 989 | 2026-05-28T05:46:12.583Z | Downloaded aho-corasick v1.1.4 |
| 990 | 2026-05-28T05:46:12.586Z | Downloaded signal-hook-registry v1.4.8 |
| 991 | 2026-05-28T05:46:12.586Z | Downloaded rustls-pki-types v1.14.0 |
| 992 | 2026-05-28T05:46:12.588Z | Downloaded rand_seeder v0.4.0 |
| 993 | 2026-05-28T05:46:12.588Z | Downloaded hyper-util v0.1.20 |
| 994 | 2026-05-28T05:46:12.592Z | Downloaded strum v0.26.3 |
| 995 | 2026-05-28T05:46:12.595Z | Downloaded structmeta-derive v0.3.0 |
| 996 | 2026-05-28T05:46:12.595Z | Downloaded structmeta v0.3.0 |
| 997 | 2026-05-28T05:46:12.595Z | Downloaded slog-dtrace v0.3.0 |
| 998 | 2026-05-28T05:46:12.595Z | Downloaded subtle v2.6.1 |
| 999 | 2026-05-28T05:46:12.598Z | Downloaded slog-json v2.6.1 |
| 1000 | 2026-05-28T05:46:12.598Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1001 | 2026-05-28T05:46:12.598Z | Downloaded simd-adler32 v0.3.8 |
| 1002 | 2026-05-28T05:46:12.603Z | Downloaded pin-project v1.1.11 |
| 1003 | 2026-05-28T05:46:12.606Z | Downloaded progenitor-impl v0.13.0 |
| 1004 | 2026-05-28T05:46:12.610Z | Downloaded minimal-lexical v0.2.1 |
| 1005 | 2026-05-28T05:46:12.611Z | Downloaded ssh-cipher v0.2.0 |
| 1006 | 2026-05-28T05:46:12.613Z | Downloaded sync_wrapper v1.0.2 |
| 1007 | 2026-05-28T05:46:12.613Z | Downloaded smf v0.2.3 |
| 1008 | 2026-05-28T05:46:12.613Z | Downloaded supports-color v3.0.2 |
| 1009 | 2026-05-28T05:46:12.613Z | Downloaded strum v0.27.2 |
| 1010 | 2026-05-28T05:46:12.613Z | Downloaded slog-async v2.8.0 |
| 1011 | 2026-05-28T05:46:12.617Z | Downloaded rusty-fork v0.3.1 |
| 1012 | 2026-05-28T05:46:12.617Z | Downloaded prettyplease v0.2.37 |
| 1013 | 2026-05-28T05:46:12.621Z | Downloaded tabwriter v1.4.1 |
| 1014 | 2026-05-28T05:46:12.621Z | Downloaded serde_derive_internals v0.29.1 |
| 1015 | 2026-05-28T05:46:12.621Z | Downloaded prefix-trie v0.7.0 |
| 1016 | 2026-05-28T05:46:12.624Z | Downloaded pretty_assertions v1.4.1 |
| 1017 | 2026-05-28T05:46:12.624Z | Downloaded ecdsa v0.16.9 |
| 1018 | 2026-05-28T05:46:12.624Z | Downloaded smallvec v0.6.14 |
| 1019 | 2026-05-28T05:46:12.632Z | Downloaded slog-stdlog v4.1.1 |
| 1020 | 2026-05-28T05:46:12.632Z | Downloaded num-bigint v0.4.6 |
| 1021 | 2026-05-28T05:46:12.635Z | Downloaded slog-scope v4.4.1 |
| 1022 | 2026-05-28T05:46:12.635Z | Downloaded take_mut v0.2.2 |
| 1023 | 2026-05-28T05:46:12.635Z | Downloaded tagptr v0.2.0 |
| 1024 | 2026-05-28T05:46:12.636Z | Downloaded thread-id v5.1.0 |
| 1025 | 2026-05-28T05:46:12.636Z | Downloaded time-core v0.1.8 |
| 1026 | 2026-05-28T05:46:12.636Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1027 | 2026-05-28T05:46:12.639Z | Downloaded testing_table v0.3.0 |
| 1028 | 2026-05-28T05:46:12.639Z | Downloaded termtree v0.5.1 |
| 1029 | 2026-05-28T05:46:12.639Z | Downloaded bitvec v1.0.1 |
| 1030 | 2026-05-28T05:46:12.645Z | Downloaded sqlformat v0.3.5 |
| 1031 | 2026-05-28T05:46:12.649Z | Downloaded serde_cbor v0.11.2 |
| 1032 | 2026-05-28T05:46:12.649Z | Downloaded spki v0.7.3 |
| 1033 | 2026-05-28T05:46:12.652Z | Downloaded stacker v0.1.23 |
| 1034 | 2026-05-28T05:46:12.652Z | Downloaded snafu-derive v0.8.9 |
| 1035 | 2026-05-28T05:46:12.652Z | Downloaded sync-ptr v0.1.4 |
| 1036 | 2026-05-28T05:46:12.656Z | Downloaded slab v0.4.12 |
| 1037 | 2026-05-28T05:46:12.656Z | Downloaded crossterm v0.28.1 |
| 1038 | 2026-05-28T05:46:12.659Z | Downloaded itertools v0.10.5 |
| 1039 | 2026-05-28T05:46:12.662Z | Downloaded aes-gcm v0.10.3 |
| 1040 | 2026-05-28T05:46:12.665Z | Downloaded tinyvec_macros v0.1.1 |
| 1041 | 2026-05-28T05:46:12.665Z | Downloaded strum_macros v0.27.2 |
| 1042 | 2026-05-28T05:46:12.668Z | Downloaded tokio-macros v2.7.0 |
| 1043 | 2026-05-28T05:46:12.668Z | Downloaded strum_macros v0.26.4 |
| 1044 | 2026-05-28T05:46:12.669Z | Downloaded defmt v1.0.1 |
| 1045 | 2026-05-28T05:46:12.671Z | Downloaded mio v1.2.0 |
| 1046 | 2026-05-28T05:46:12.675Z | Downloaded hashbrown v0.15.5 |
| 1047 | 2026-05-28T05:46:12.679Z | Downloaded hashbrown v0.13.2 |
| 1048 | 2026-05-28T05:46:12.682Z | Downloaded stringprep v0.1.5 |
| 1049 | 2026-05-28T05:46:12.682Z | Downloaded support-bundle-viewer v0.1.2 |
| 1050 | 2026-05-28T05:46:12.685Z | Downloaded tap v1.0.1 |
| 1051 | 2026-05-28T05:46:12.685Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-05-28T05:46:12.685Z | Downloaded hashbrown v0.16.1 |
| 1053 | 2026-05-28T05:46:12.689Z | Downloaded rcgen v0.12.1 |
| 1054 | 2026-05-28T05:46:12.692Z | Downloaded nom v7.1.3 |
| 1055 | 2026-05-28T05:46:12.695Z | Downloaded schemars v0.8.22 |
| 1056 | 2026-05-28T05:46:12.699Z | Downloaded slog-term v2.9.2 |
| 1057 | 2026-05-28T05:46:12.703Z | Downloaded ryu v1.0.23 |
| 1058 | 2026-05-28T05:46:12.706Z | Downloaded thiserror-no-std v2.0.2 |
| 1059 | 2026-05-28T05:46:12.706Z | Downloaded termios v0.3.3 |
| 1060 | 2026-05-28T05:46:12.709Z | Downloaded rayon-core v1.13.0 |
| 1061 | 2026-05-28T05:46:12.709Z | Downloaded quinn v0.11.9 |
| 1062 | 2026-05-28T05:46:12.712Z | Downloaded spin v0.9.8 |
| 1063 | 2026-05-28T05:46:12.715Z | Downloaded tiny-keccak v2.0.2 |
| 1064 | 2026-05-28T05:46:12.715Z | Downloaded ron v0.8.1 |
| 1065 | 2026-05-28T05:46:12.718Z | Downloaded thread_local v1.1.9 |
| 1066 | 2026-05-28T05:46:12.719Z | Downloaded static_assertions v1.1.0 |
| 1067 | 2026-05-28T05:46:12.724Z | Downloaded topological-sort v0.2.2 |
| 1068 | 2026-05-28T05:46:12.725Z | Downloaded try-lock v0.2.5 |
| 1069 | 2026-05-28T05:46:12.725Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1070 | 2026-05-28T05:46:12.725Z | Downloaded tower-layer v0.3.3 |
| 1071 | 2026-05-28T05:46:12.725Z | Downloaded tower-service v0.3.3 |
| 1072 | 2026-05-28T05:46:12.728Z | Downloaded trait-variant v0.1.2 |
| 1073 | 2026-05-28T05:46:12.728Z | Downloaded tls_codec_derive v0.4.2 |
| 1074 | 2026-05-28T05:46:12.728Z | Downloaded tabled_derive v0.11.0 |
| 1075 | 2026-05-28T05:46:12.728Z | Downloaded libxml v0.3.3 |
| 1076 | 2026-05-28T05:46:12.731Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1077 | 2026-05-28T05:46:12.736Z | Downloaded strum_macros v0.24.3 |
| 1078 | 2026-05-28T05:46:12.737Z | Downloaded rand v0.8.6 |
| 1079 | 2026-05-28T05:46:12.740Z | Downloaded serde_with_macros v3.17.0 |
| 1080 | 2026-05-28T05:46:12.740Z | Downloaded unarray v0.1.4 |
| 1081 | 2026-05-28T05:46:12.740Z | Downloaded qorb v0.4.1 |
| 1082 | 2026-05-28T05:46:12.744Z | Downloaded universal-hash v0.5.1 |
| 1083 | 2026-05-28T05:46:12.744Z | Downloaded unit-prefix v0.5.2 |
| 1084 | 2026-05-28T05:46:12.744Z | Downloaded signal-hook v0.3.18 |
| 1085 | 2026-05-28T05:46:12.747Z | Downloaded typify-macro v0.4.3 |
| 1086 | 2026-05-28T05:46:12.747Z | Downloaded itertools v0.13.0 |
| 1087 | 2026-05-28T05:46:12.750Z | Downloaded unicode-truncate v1.1.0 |
| 1088 | 2026-05-28T05:46:12.753Z | Downloaded iri-string v0.7.10 |
| 1089 | 2026-05-28T05:46:12.756Z | Downloaded term v0.7.0 |
| 1090 | 2026-05-28T05:46:12.759Z | Downloaded tokio-dtrace v0.1.1 |
| 1091 | 2026-05-28T05:46:12.759Z | Downloaded similar v2.7.0 |
| 1092 | 2026-05-28T05:46:12.764Z | Downloaded usdt-attr-macro v0.6.0 |
| 1093 | 2026-05-28T05:46:12.764Z | Downloaded untrusted v0.9.0 |
| 1094 | 2026-05-28T05:46:12.764Z | Downloaded untrusted v0.7.1 |
| 1095 | 2026-05-28T05:46:12.764Z | Downloaded typify-macro v0.6.2 |
| 1096 | 2026-05-28T05:46:12.764Z | Downloaded tokio-rustls v0.25.0 |
| 1097 | 2026-05-28T05:46:12.767Z | Downloaded tokio-tungstenite v0.21.0 |
| 1098 | 2026-05-28T05:46:12.767Z | Downloaded tokio-native-tls v0.3.1 |
| 1099 | 2026-05-28T05:46:12.771Z | Downloaded tokio-tungstenite v0.23.1 |
| 1100 | 2026-05-28T05:46:12.774Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1101 | 2026-05-28T05:46:12.777Z | Downloaded term v1.2.1 |
| 1102 | 2026-05-28T05:46:12.777Z | Downloaded utf-8 v0.7.6 |
| 1103 | 2026-05-28T05:46:12.780Z | Downloaded usdt-macro v0.6.0 |
| 1104 | 2026-05-28T05:46:12.780Z | Downloaded usdt v0.6.0 |
| 1105 | 2026-05-28T05:46:12.780Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1106 | 2026-05-28T05:46:12.780Z | Downloaded time-macros v0.2.27 |
| 1107 | 2026-05-28T05:46:12.783Z | Downloaded num-bigint-dig v0.8.6 |
| 1108 | 2026-05-28T05:46:12.786Z | Downloaded socket2 v0.5.10 |
| 1109 | 2026-05-28T05:46:12.786Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1110 | 2026-05-28T05:46:12.786Z | Downloaded publicsuffix v2.3.0 |
| 1111 | 2026-05-28T05:46:12.791Z | Downloaded socket2 v0.6.3 |
| 1112 | 2026-05-28T05:46:12.791Z | Downloaded rsa v0.9.10 |
| 1113 | 2026-05-28T05:46:12.796Z | Downloaded void v1.0.2 |
| 1114 | 2026-05-28T05:46:12.796Z | Downloaded want v0.3.1 |
| 1115 | 2026-05-28T05:46:12.799Z | Downloaded samael v0.0.19 |
| 1116 | 2026-05-28T05:46:12.802Z | Downloaded tls_codec v0.4.2 |
| 1117 | 2026-05-28T05:46:12.809Z | Downloaded tui-tree-widget v0.23.1 |
| 1118 | 2026-05-28T05:46:12.809Z | Downloaded schemars v1.2.1 |
| 1119 | 2026-05-28T05:46:12.814Z | Downloaded xshell-macros v0.2.7 |
| 1120 | 2026-05-28T05:46:12.814Z | Downloaded h2 v0.4.13 |
| 1121 | 2026-05-28T05:46:12.817Z | Downloaded futures-util v0.3.32 |
| 1122 | 2026-05-28T05:46:12.823Z | Downloaded tokio-rustls v0.24.1 |
| 1123 | 2026-05-28T05:46:12.826Z | Downloaded xattr v1.6.1 |
| 1124 | 2026-05-28T05:46:12.826Z | Downloaded wait-timeout v0.2.1 |
| 1125 | 2026-05-28T05:46:12.829Z | Downloaded unicase v2.9.0 |
| 1126 | 2026-05-28T05:46:12.829Z | Downloaded iddqd v0.4.1 |
| 1127 | 2026-05-28T05:46:12.833Z | Downloaded tokio-stream v0.1.18 |
| 1128 | 2026-05-28T05:46:12.836Z | Downloaded test-strategy v0.4.5 |
| 1129 | 2026-05-28T05:46:12.840Z | Downloaded zeroize_derive v1.4.3 |
| 1130 | 2026-05-28T05:46:12.844Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1131 | 2026-05-28T05:46:12.845Z | Downloaded zone v0.3.1 |
| 1132 | 2026-05-28T05:46:12.847Z | Downloaded zone_cfg_derive v0.3.1 |
| 1133 | 2026-05-28T05:46:12.848Z | Downloaded slog v2.8.2 |
| 1134 | 2026-05-28T05:46:12.848Z | Downloaded subprocess v0.2.15 |
| 1135 | 2026-05-28T05:46:12.851Z | Downloaded hyper v1.8.1 |
| 1136 | 2026-05-28T05:46:12.854Z | Downloaded usdt-impl v0.6.0 |
| 1137 | 2026-05-28T05:46:12.854Z | Downloaded tinyvec v1.10.0 |
| 1138 | 2026-05-28T05:46:12.858Z | Downloaded vergen-lib v0.1.6 |
| 1139 | 2026-05-28T05:46:12.858Z | Downloaded vergen-git2 v1.0.7 |
| 1140 | 2026-05-28T05:46:12.858Z | Downloaded itertools v0.14.0 |
| 1141 | 2026-05-28T05:46:12.863Z | Downloaded rustls-webpki v0.103.9 |
| 1142 | 2026-05-28T05:46:12.866Z | Downloaded uzers v0.12.2 |
| 1143 | 2026-05-28T05:46:12.866Z | Downloaded waitgroup v0.1.2 |
| 1144 | 2026-05-28T05:46:12.866Z | Downloaded vergen-gitcl v1.0.8 |
| 1145 | 2026-05-28T05:46:12.869Z | Downloaded walkdir v2.5.0 |
| 1146 | 2026-05-28T05:46:12.869Z | Downloaded vsss-rs v3.3.4 |
| 1147 | 2026-05-28T05:46:12.872Z | Downloaded itertools v0.12.1 |
| 1148 | 2026-05-28T05:46:12.875Z | Downloaded whoami v1.6.1 |
| 1149 | 2026-05-28T05:46:12.875Z | Downloaded tracing-attributes v0.1.31 |
| 1150 | 2026-05-28T05:46:12.879Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-05-28T05:46:12.879Z | Downloaded rand v0.9.2 |
| 1152 | 2026-05-28T05:46:12.882Z | Downloaded libm v0.2.16 |
| 1153 | 2026-05-28T05:46:12.885Z | Downloaded twox-hash v2.1.2 |
| 1154 | 2026-05-28T05:46:12.888Z | Downloaded tar v0.4.45 |
| 1155 | 2026-05-28T05:46:12.891Z | Downloaded zeroize v1.8.2 |
| 1156 | 2026-05-28T05:46:12.891Z | Downloaded snafu v0.8.9 |
| 1157 | 2026-05-28T05:46:12.894Z | Downloaded xshell v0.2.7 |
| 1158 | 2026-05-28T05:46:12.897Z | Downloaded whoami v2.1.0 |
| 1159 | 2026-05-28T05:46:12.897Z | Downloaded rand v0.10.0 |
| 1160 | 2026-05-28T05:46:12.900Z | Downloaded toml v0.7.8 |
| 1161 | 2026-05-28T05:46:12.903Z | Downloaded unicode-properties v0.1.4 |
| 1162 | 2026-05-28T05:46:12.903Z | Downloaded tokio-rustls v0.26.4 |
| 1163 | 2026-05-28T05:46:12.903Z | Downloaded p521 v0.13.3 |
| 1164 | 2026-05-28T05:46:12.906Z | Downloaded zstd v0.13.3 |
| 1165 | 2026-05-28T05:46:12.909Z | Downloaded vergen v9.0.6 |
| 1166 | 2026-05-28T05:46:12.909Z | Downloaded schemars v0.9.0 |
| 1167 | 2026-05-28T05:46:12.918Z | Downloaded typify v0.4.3 |
| 1168 | 2026-05-28T05:46:12.921Z | Downloaded typify v0.6.2 |
| 1169 | 2026-05-28T05:46:12.924Z | Downloaded hkdf v0.12.4 |
| 1170 | 2026-05-28T05:46:12.931Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1171 | 2026-05-28T05:46:12.939Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1172 | 2026-05-28T05:46:12.942Z | Downloaded tungstenite v0.23.0 |
| 1173 | 2026-05-28T05:46:12.967Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1174 | 2026-05-28T05:46:12.967Z | Downloaded blake3 v1.8.3 |
| 1175 | 2026-05-28T05:46:12.967Z | Downloaded steno v0.4.1 |
| 1176 | 2026-05-28T05:46:12.968Z | Downloaded zstd-safe v7.2.4 |
| 1177 | 2026-05-28T05:46:12.968Z | Downloaded vte v0.14.1 |
| 1178 | 2026-05-28T05:46:12.968Z | Downloaded zerocopy v0.6.6 |
| 1179 | 2026-05-28T05:46:12.968Z | Downloaded russh v0.45.0 |
| 1180 | 2026-05-28T05:46:12.971Z | Downloaded rustyline v14.0.0 |
| 1181 | 2026-05-28T05:46:12.979Z | Downloaded unsafe-libyaml v0.2.11 |
| 1182 | 2026-05-28T05:46:12.984Z | Downloaded tracing-core v0.1.36 |
| 1183 | 2026-05-28T05:46:12.988Z | Downloaded uuid v1.23.0 |
| 1184 | 2026-05-28T05:46:12.992Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-05-28T05:46:12.995Z | Downloaded rpassword v7.4.0 |
| 1186 | 2026-05-28T05:46:12.998Z | Downloaded unicode-bidi v0.3.18 |
| 1187 | 2026-05-28T05:46:13.001Z | Downloaded tokio-postgres v0.7.16 |
| 1188 | 2026-05-28T05:46:13.008Z | Downloaded yasna v0.5.2 |
| 1189 | 2026-05-28T05:46:13.011Z | Downloaded chrono v0.4.44 |
| 1190 | 2026-05-28T05:46:13.014Z | Downloaded reedline v0.40.0 |
| 1191 | 2026-05-28T05:46:13.025Z | Downloaded unicode_categories v0.1.1 |
| 1192 | 2026-05-28T05:46:13.028Z | Downloaded yansi v1.0.1 |
| 1193 | 2026-05-28T05:46:13.039Z | Downloaded zip v0.6.6 |
| 1194 | 2026-05-28T05:46:13.042Z | Downloaded toml_edit v0.19.15 |
| 1195 | 2026-05-28T05:46:13.052Z | Downloaded ssh-key v0.6.7 |
| 1196 | 2026-05-28T05:46:13.056Z | Downloaded aws-lc-rs v1.16.3 |
| 1197 | 2026-05-28T05:46:13.061Z | Downloaded zopfli v0.8.3 |
| 1198 | 2026-05-28T05:46:13.064Z | Downloaded regex v1.12.3 |
| 1199 | 2026-05-28T05:46:13.067Z | Downloaded reqwest v0.13.2 |
| 1200 | 2026-05-28T05:46:13.069Z | Downloaded reqwest v0.12.28 |
| 1201 | 2026-05-28T05:46:13.073Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-05-28T05:46:13.077Z | Downloaded rayon v1.11.0 |
| 1203 | 2026-05-28T05:46:13.084Z | Downloaded unicode-segmentation v1.12.0 |
| 1204 | 2026-05-28T05:46:13.087Z | Downloaded p384 v0.13.1 |
| 1205 | 2026-05-28T05:46:13.089Z | Downloaded salty v0.3.0 |
| 1206 | 2026-05-28T05:46:13.092Z | Downloaded portable-atomic v1.13.1 |
| 1207 | 2026-05-28T05:46:13.096Z | Downloaded zerocopy-derive v0.8.40 |
| 1208 | 2026-05-28T05:46:13.100Z | Downloaded tower v0.5.3 |
| 1209 | 2026-05-28T05:46:13.106Z | Downloaded lalrpop v0.19.12 |
| 1210 | 2026-05-28T05:46:13.112Z | Downloaded rustls-webpki v0.101.7 |
| 1211 | 2026-05-28T05:46:13.120Z | Downloaded typed-path v0.9.3 |
| 1212 | 2026-05-28T05:46:13.123Z | Downloaded bindgen v0.71.1 |
| 1213 | 2026-05-28T05:46:13.128Z | Downloaded proptest v1.10.0 |
| 1214 | 2026-05-28T05:46:13.135Z | Downloaded tower-http v0.6.8 |
| 1215 | 2026-05-28T05:46:13.139Z | Downloaded serde_with v3.17.0 |
| 1216 | 2026-05-28T05:46:13.146Z | Downloaded tough v0.22.0 |
| 1217 | 2026-05-28T05:46:13.151Z | Downloaded quick-xml v0.37.5 |
| 1218 | 2026-05-28T05:46:13.158Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-05-28T05:46:13.169Z | Downloaded tokio-util v0.7.18 |
| 1220 | 2026-05-28T05:46:13.173Z | Downloaded moka v0.12.13 |
| 1221 | 2026-05-28T05:46:13.178Z | Downloaded petname v2.0.2 |
| 1222 | 2026-05-28T05:46:13.181Z | Downloaded zip v4.6.1 |
| 1223 | 2026-05-28T05:46:13.184Z | Downloaded goblin v0.10.5 |
| 1224 | 2026-05-28T05:46:13.188Z | Downloaded unicode-normalization v0.1.25 |
| 1225 | 2026-05-28T05:46:13.190Z | Downloaded rustls-webpki v0.102.8 |
| 1226 | 2026-05-28T05:46:13.206Z | Downloaded nix v0.27.1 |
| 1227 | 2026-05-28T05:46:13.212Z | Downloaded object v0.30.4 |
| 1228 | 2026-05-28T05:46:13.218Z | Downloaded winnow v0.5.40 |
| 1229 | 2026-05-28T05:46:13.229Z | Downloaded dropshot v0.16.7 |
| 1230 | 2026-05-28T05:46:13.243Z | Downloaded tabled v0.20.0 |
| 1231 | 2026-05-28T05:46:13.253Z | Downloaded nix v0.28.0 |
| 1232 | 2026-05-28T05:46:13.259Z | Downloaded smoltcp v0.9.1 |
| 1233 | 2026-05-28T05:46:13.265Z | Downloaded nix v0.29.0 |
| 1234 | 2026-05-28T05:46:13.273Z | Downloaded regex-syntax v0.6.29 |
| 1235 | 2026-05-28T05:46:13.277Z | Downloaded radix_trie v0.2.1 |
| 1236 | 2026-05-28T05:46:13.279Z | Downloaded winnow v0.6.26 |
| 1237 | 2026-05-28T05:46:13.284Z | Downloaded dropshot v0.17.0 |
| 1238 | 2026-05-28T05:46:13.298Z | Downloaded vcpkg v0.2.15 |
| 1239 | 2026-05-28T05:46:13.321Z | Downloaded bstr v1.12.1 |
| 1240 | 2026-05-28T05:46:13.326Z | Downloaded smoltcp v0.11.0 |
| 1241 | 2026-05-28T05:46:13.333Z | Downloaded time v0.3.47 |
| 1242 | 2026-05-28T05:46:13.340Z | Downloaded regex-syntax v0.8.10 |
| 1243 | 2026-05-28T05:46:13.345Z | Downloaded polar-core v0.27.3 |
| 1244 | 2026-05-28T05:46:13.350Z | Downloaded diesel v2.3.7 |
| 1245 | 2026-05-28T05:46:13.362Z | Downloaded zlib-rs v0.6.2 |
| 1246 | 2026-05-28T05:46:13.366Z | Downloaded hickory-proto v0.24.4 |
| 1247 | 2026-05-28T05:46:13.374Z | Downloaded rustls v0.23.37 |
| 1248 | 2026-05-28T05:46:13.381Z | Downloaded openssl v0.10.79 |
| 1249 | 2026-05-28T05:46:13.387Z | Downloaded quinn-proto v0.11.13 |
| 1250 | 2026-05-28T05:46:13.400Z | Downloaded rustls v0.21.12 |
| 1251 | 2026-05-28T05:46:13.408Z | Downloaded nix v0.31.2 |
| 1252 | 2026-05-28T05:46:13.414Z | Downloaded sled v0.34.7 |
| 1253 | 2026-05-28T05:46:13.421Z | Downloaded zerocopy v0.8.40 |
| 1254 | 2026-05-28T05:46:13.426Z | Downloaded rustls v0.22.4 |
| 1255 | 2026-05-28T05:46:13.434Z | Downloaded typify-impl v0.4.3 |
| 1256 | 2026-05-28T05:46:13.442Z | Downloaded regress v0.10.5 |
| 1257 | 2026-05-28T05:46:13.448Z | Downloaded hickory-proto v0.25.2 |
| 1258 | 2026-05-28T05:46:13.456Z | Downloaded zerocopy-derive v0.6.6 |
| 1259 | 2026-05-28T05:46:13.462Z | Downloaded regress v0.11.1 |
| 1260 | 2026-05-28T05:46:13.467Z | Downloaded ratatui v0.29.0 |
| 1261 | 2026-05-28T05:46:13.479Z | Downloaded webpki-roots v1.0.6 |
| 1262 | 2026-05-28T05:46:13.482Z | Downloaded openapiv3 v2.2.0 |
| 1263 | 2026-05-28T05:46:13.487Z | Downloaded object v0.37.3 |
| 1264 | 2026-05-28T05:46:13.494Z | Downloaded petgraph v0.6.5 |
| 1265 | 2026-05-28T05:46:13.507Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-05-28T05:46:13.520Z | Downloaded petgraph v0.8.3 |
| 1267 | 2026-05-28T05:46:13.533Z | Downloaded csv v1.4.0 |
| 1268 | 2026-05-28T05:46:13.545Z | Downloaded sqlparser v0.61.0 |
| 1269 | 2026-05-28T05:46:13.551Z | Downloaded tokio v1.52.1 |
| 1270 | 2026-05-28T05:46:13.589Z | Downloaded typify-impl v0.6.2 |
| 1271 | 2026-05-28T05:46:13.598Z | Downloaded encoding_rs v0.8.35 |
| 1272 | 2026-05-28T05:46:13.611Z | Downloaded tracing v0.1.44 |
| 1273 | 2026-05-28T05:46:13.623Z | Downloaded chrono-tz v0.10.4 |
| 1274 | 2026-05-28T05:46:13.634Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1275 | 2026-05-28T05:46:13.648Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-05-28T05:46:13.673Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-05-28T05:46:13.735Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-05-28T05:46:13.747Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1279 | 2026-05-28T05:46:13.762Z | Downloaded sha3 v0.10.8 |
| 1280 | 2026-05-28T05:46:13.866Z | Downloaded ring v0.17.14 |
| 1281 | 2026-05-28T05:46:13.914Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1282 | 2026-05-28T05:46:14.398Z | Downloaded aws-lc-sys v0.40.0 |
| 1283 | 2026-05-28T05:46:14.653Z | Compiling libc v0.2.185 |
| 1284 | 2026-05-28T05:46:14.657Z | Compiling serde v1.0.228 |
| 1285 | 2026-05-28T05:46:14.657Z | Compiling log v0.4.29 |
| 1286 | 2026-05-28T05:46:14.657Z | Compiling find-msvc-tools v0.1.9 |
| 1287 | 2026-05-28T05:46:14.657Z | Compiling shlex v1.3.0 |
| 1288 | 2026-05-28T05:46:14.657Z | Compiling smallvec v1.15.1 |
| 1289 | 2026-05-28T05:46:14.657Z | Compiling typenum v1.19.0 |
| 1290 | 2026-05-28T05:46:14.795Z | Compiling subtle v2.6.1 |
| 1291 | 2026-05-28T05:46:14.870Z | Compiling generic-array v0.14.7 |
| 1292 | 2026-05-28T05:46:14.873Z | Compiling scopeguard v1.2.0 |
| 1293 | 2026-05-28T05:46:14.912Z | Compiling const-oid v0.9.6 |
| 1294 | 2026-05-28T05:46:14.916Z | Compiling serde_json v1.0.149 |
| 1295 | 2026-05-28T05:46:14.928Z | Compiling syn v2.0.117 |
| 1296 | 2026-05-28T05:46:14.940Z | Compiling zerocopy v0.8.40 |
| 1297 | 2026-05-28T05:46:14.943Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-05-28T05:46:14.943Z | Compiling pin-project-lite v0.2.17 |
| 1299 | 2026-05-28T05:46:15.082Z | Compiling lock_api v0.4.14 |
| 1300 | 2026-05-28T05:46:15.100Z | Compiling parking_lot_core v0.9.12 |
| 1301 | 2026-05-28T05:46:15.113Z | Compiling pkg-config v0.3.32 |
| 1302 | 2026-05-28T05:46:15.116Z | Compiling bitflags v2.11.0 |
| 1303 | 2026-05-28T05:46:15.130Z | Compiling futures-core v0.3.32 |
| 1304 | 2026-05-28T05:46:15.161Z | Compiling libm v0.2.16 |
| 1305 | 2026-05-28T05:46:15.177Z | Compiling critical-section v1.2.0 |
| 1306 | 2026-05-28T05:46:15.255Z | Compiling num-traits v0.2.19 |
| 1307 | 2026-05-28T05:46:15.270Z | Compiling percent-encoding v2.3.2 |
| 1308 | 2026-05-28T05:46:15.336Z | Compiling futures-sink v0.3.32 |
| 1309 | 2026-05-28T05:46:15.340Z | Compiling futures-io v0.3.32 |
| 1310 | 2026-05-28T05:46:15.340Z | Compiling slab v0.4.12 |
| 1311 | 2026-05-28T05:46:15.408Z | Compiling getrandom v0.4.1 |
| 1312 | 2026-05-28T05:46:15.422Z | Compiling cpufeatures v0.2.17 |
| 1313 | 2026-05-28T05:46:15.456Z | Compiling futures-channel v0.3.32 |
| 1314 | 2026-05-28T05:46:15.491Z | Compiling futures-task v0.3.32 |
| 1315 | 2026-05-28T05:46:15.523Z | Compiling rand_core v0.10.0 |
| 1316 | 2026-05-28T05:46:15.526Z | Compiling indexmap v2.14.0 |
| 1317 | 2026-05-28T05:46:15.554Z | Compiling rustversion v1.0.22 |
| 1318 | 2026-05-28T05:46:15.558Z | Compiling getrandom v0.3.4 |
| 1319 | 2026-05-28T05:46:15.662Z | Compiling form_urlencoded v1.2.2 |
| 1320 | 2026-05-28T05:46:15.681Z | Compiling fs_extra v1.3.0 |
| 1321 | 2026-05-28T05:46:15.698Z | Compiling dunce v1.0.5 |
| 1322 | 2026-05-28T05:46:15.715Z | Compiling ident_case v1.0.1 |
| 1323 | 2026-05-28T05:46:15.718Z | Compiling base64ct v1.8.3 |
| 1324 | 2026-05-28T05:46:15.745Z | Compiling flagset v0.4.7 |
| 1325 | 2026-05-28T05:46:15.777Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-05-28T05:46:15.812Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-05-28T05:46:15.830Z | Compiling errno v0.3.14 |
| 1328 | 2026-05-28T05:46:15.867Z | Compiling mio v1.2.0 |
| 1329 | 2026-05-28T05:46:15.888Z | Compiling socket2 v0.6.3 |
| 1330 | 2026-05-28T05:46:15.924Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-05-28T05:46:15.974Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-05-28T05:46:16.113Z | Compiling cc v1.2.56 |
| 1333 | 2026-05-28T05:46:16.116Z | Compiling once_cell v1.21.3 |
| 1334 | 2026-05-28T05:46:16.117Z | Compiling parking_lot v0.12.5 |
| 1335 | 2026-05-28T05:46:16.222Z | Compiling pem-rfc7468 v0.7.0 |
| 1336 | 2026-05-28T05:46:16.275Z | Compiling rustix v1.1.3 |
| 1337 | 2026-05-28T05:46:16.298Z | Compiling regex-syntax v0.8.10 |
| 1338 | 2026-05-28T05:46:16.298Z | Compiling iana-time-zone v0.1.65 |
| 1339 | 2026-05-28T05:46:16.329Z | Compiling aws-lc-rs v1.16.3 |
| 1340 | 2026-05-28T05:46:16.382Z | Compiling vcpkg v0.2.15 |
| 1341 | 2026-05-28T05:46:16.401Z | Compiling uuid v1.23.0 |
| 1342 | 2026-05-28T05:46:16.430Z | Compiling tracing-core v0.1.36 |
| 1343 | 2026-05-28T05:46:16.433Z | Compiling rustc_version v0.4.1 |
| 1344 | 2026-05-28T05:46:16.548Z | Compiling base64 v0.22.1 |
| 1345 | 2026-05-28T05:46:16.565Z | Compiling httparse v1.10.1 |
| 1346 | 2026-05-28T05:46:16.565Z | Compiling openssl-probe v0.2.1 |
| 1347 | 2026-05-28T05:46:16.662Z | Compiling rand_core v0.9.5 |
| 1348 | 2026-05-28T05:46:16.728Z | Compiling tinyvec_macros v0.1.1 |
| 1349 | 2026-05-28T05:46:16.787Z | Compiling untrusted v0.7.1 |
| 1350 | 2026-05-28T05:46:16.814Z | Compiling untrusted v0.9.0 |
| 1351 | 2026-05-28T05:46:16.828Z | Compiling tinyvec v1.10.0 |
| 1352 | 2026-05-28T05:46:16.845Z | Compiling aho-corasick v1.1.4 |
| 1353 | 2026-05-28T05:46:16.862Z | Compiling tower-service v0.3.3 |
| 1354 | 2026-05-28T05:46:16.912Z | Compiling cmake v0.1.57 |
| 1355 | 2026-05-28T05:46:16.935Z | Compiling tower-layer v0.3.3 |
| 1356 | 2026-05-28T05:46:16.968Z | Compiling rustls v0.23.37 |
| 1357 | 2026-05-28T05:46:17.000Z | Compiling try-lock v0.2.5 |
| 1358 | 2026-05-28T05:46:17.004Z | Compiling dyn-clone v1.0.20 |
| 1359 | 2026-05-28T05:46:17.052Z | Compiling atomic-waker v1.1.2 |
| 1360 | 2026-05-28T05:46:17.086Z | Compiling schemars v0.8.22 |
| 1361 | 2026-05-28T05:46:17.142Z | Compiling want v0.3.1 |
| 1362 | 2026-05-28T05:46:17.175Z | Compiling pin-utils v0.1.0 |
| 1363 | 2026-05-28T05:46:17.190Z | Compiling openssl v0.10.79 |
| 1364 | 2026-05-28T05:46:17.193Z | Compiling foreign-types-shared v0.1.1 |
| 1365 | 2026-05-28T05:46:17.206Z | Compiling httpdate v1.0.3 |
| 1366 | 2026-05-28T05:46:17.221Z | Compiling unicode-normalization v0.1.25 |
| 1367 | 2026-05-28T05:46:17.224Z | Compiling spin v0.9.8 |
| 1368 | 2026-05-28T05:46:17.266Z | Compiling foreign-types v0.3.2 |
| 1369 | 2026-05-28T05:46:17.269Z | Compiling crc32fast v1.5.0 |
| 1370 | 2026-05-28T05:46:17.297Z | Compiling powerfmt v0.2.0 |
| 1371 | 2026-05-28T05:46:17.330Z | Compiling native-tls v0.2.18 |
| 1372 | 2026-05-28T05:46:17.361Z | Compiling num-conv v0.2.0 |
| 1373 | 2026-05-28T05:46:17.361Z | Compiling time-core v0.1.8 |
| 1374 | 2026-05-28T05:46:17.391Z | Compiling wait-timeout v0.2.1 |
| 1375 | 2026-05-28T05:46:17.510Z | Compiling deranged v0.5.8 |
| 1376 | 2026-05-28T05:46:17.526Z | Compiling sync_wrapper v1.0.2 |
| 1377 | 2026-05-28T05:46:17.526Z | Compiling simd-adler32 v0.3.8 |
| 1378 | 2026-05-28T05:46:17.555Z | Compiling bit-vec v0.8.0 |
| 1379 | 2026-05-28T05:46:17.571Z | Compiling siphasher v1.0.2 |
| 1380 | 2026-05-28T05:46:17.571Z | Compiling quick-error v1.2.3 |
| 1381 | 2026-05-28T05:46:17.598Z | Compiling time-macros v0.2.27 |
| 1382 | 2026-05-28T05:46:17.614Z | Compiling syn v1.0.109 |
| 1383 | 2026-05-28T05:46:17.657Z | Compiling crossbeam-utils v0.8.21 |
| 1384 | 2026-05-28T05:46:17.688Z | Compiling num_threads v0.1.7 |
| 1385 | 2026-05-28T05:46:17.703Z | Compiling usdt-impl v0.6.0 |
| 1386 | 2026-05-28T05:46:17.782Z | Compiling bit-set v0.8.0 |
| 1387 | 2026-05-28T05:46:17.814Z | Compiling rand_xorshift v0.4.0 |
| 1388 | 2026-05-28T05:46:17.814Z | Compiling slog v2.8.2 |
| 1389 | 2026-05-28T05:46:17.843Z | Compiling heapless v0.7.17 |
| 1390 | 2026-05-28T05:46:17.846Z | Compiling aws-lc-sys v0.40.0 |
| 1391 | 2026-05-28T05:46:17.872Z | Compiling ring v0.17.14 |
| 1392 | 2026-05-28T05:46:17.947Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-05-28T05:46:17.965Z | Compiling openssl-sys v0.9.115 |
| 1394 | 2026-05-28T05:46:17.982Z | Compiling pest_generator v2.8.6 |
| 1395 | 2026-05-28T05:46:17.985Z | Compiling serde_derive_internals v0.29.1 |
| 1396 | 2026-05-28T05:46:18.014Z | Compiling darling_core v0.20.11 |
| 1397 | 2026-05-28T05:46:18.017Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-05-28T05:46:18.043Z | Compiling tempfile v3.25.0 |
| 1399 | 2026-05-28T05:46:18.130Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1400 | 2026-05-28T05:46:18.277Z | Compiling rusty-fork v0.3.1 |
| 1401 | 2026-05-28T05:46:18.537Z | Compiling darling_core v0.21.3 |
| 1402 | 2026-05-28T05:46:18.586Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1403 | 2026-05-28T05:46:18.610Z | Compiling thread-id v5.1.0 |
| 1404 | 2026-05-28T05:46:18.637Z | Compiling cookie v0.18.1 |
| 1405 | 2026-05-28T05:46:18.710Z | Compiling allocator-api2 v0.2.21 |
| 1406 | 2026-05-28T05:46:18.729Z | Compiling signal-hook v0.3.18 |
| 1407 | 2026-05-28T05:46:18.754Z | Compiling time v0.3.47 |
| 1408 | 2026-05-28T05:46:18.779Z | Compiling anyhow v1.0.102 |
| 1409 | 2026-05-28T05:46:18.882Z | Compiling ryu v1.0.23 |
| 1410 | 2026-05-28T05:46:18.899Z | Compiling iri-string v0.7.10 |
| 1411 | 2026-05-28T05:46:18.914Z | Compiling adler2 v2.0.1 |
| 1412 | 2026-05-28T05:46:18.931Z | Compiling zstd-safe v7.2.4 |
| 1413 | 2026-05-28T05:46:18.970Z | Compiling unarray v0.1.4 |
| 1414 | 2026-05-28T05:46:19.069Z | Compiling paste v1.0.15 |
| 1415 | 2026-05-28T05:46:19.085Z | Compiling unicode-properties v0.1.4 |
| 1416 | 2026-05-28T05:46:19.088Z | Compiling unicode-bidi v0.3.18 |
| 1417 | 2026-05-28T05:46:19.117Z | Compiling miniz_oxide v0.8.9 |
| 1418 | 2026-05-28T05:46:19.438Z | Compiling num-integer v0.1.46 |
| 1419 | 2026-05-28T05:46:19.453Z | Compiling stringprep v0.1.5 |
| 1420 | 2026-05-28T05:46:19.679Z | Compiling vergen-lib v0.1.6 |
| 1421 | 2026-05-28T05:46:19.756Z | Compiling serde_derive v1.0.228 |
| 1422 | 2026-05-28T05:46:19.771Z | Compiling zeroize_derive v1.4.3 |
| 1423 | 2026-05-28T05:46:19.791Z | Compiling zerofrom-derive v0.1.6 |
| 1424 | 2026-05-28T05:46:19.881Z | Compiling yoke-derive v0.8.1 |
| 1425 | 2026-05-28T05:46:19.896Z | Compiling zerocopy-derive v0.8.40 |
| 1426 | 2026-05-28T05:46:19.942Z | Compiling zerovec-derive v0.11.2 |
| 1427 | 2026-05-28T05:46:19.957Z | Compiling displaydoc v0.2.5 |
| 1428 | 2026-05-28T05:46:20.400Z | Compiling tokio-macros v2.7.0 |
| 1429 | 2026-05-28T05:46:20.438Z | Compiling futures-macro v0.3.32 |
| 1430 | 2026-05-28T05:46:20.479Z | Compiling der_derive v0.7.3 |
| 1431 | 2026-05-28T05:46:20.479Z | Compiling zeroize v1.8.2 |
| 1432 | 2026-05-28T05:46:20.752Z | Compiling rustls-pki-types v1.14.0 |
| 1433 | 2026-05-28T05:46:21.149Z | Compiling tracing-attributes v0.1.31 |
| 1434 | 2026-05-28T05:46:21.165Z | Compiling thiserror-impl v2.0.18 |
| 1435 | 2026-05-28T05:46:21.197Z | Compiling pest_derive v2.8.6 |
| 1436 | 2026-05-28T05:46:21.214Z | Compiling schemars_derive v0.8.22 |
| 1437 | 2026-05-28T05:46:21.279Z | Compiling crypto-common v0.1.7 |
| 1438 | 2026-05-28T05:46:21.295Z | Compiling zerofrom v0.1.6 |
| 1439 | 2026-05-28T05:46:21.343Z | Compiling block-buffer v0.10.4 |
| 1440 | 2026-05-28T05:46:21.359Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-05-28T05:46:21.444Z | Compiling yoke v0.8.1 |
| 1442 | 2026-05-28T05:46:21.458Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-05-28T05:46:21.537Z | Compiling digest v0.10.7 |
| 1444 | 2026-05-28T05:46:21.556Z | Compiling der v0.7.10 |
| 1445 | 2026-05-28T05:46:21.642Z | Compiling zerovec v0.11.5 |
| 1446 | 2026-05-28T05:46:21.657Z | Compiling zerotrie v0.2.3 |
| 1447 | 2026-05-28T05:46:21.681Z | Compiling inout v0.1.4 |
| 1448 | 2026-05-28T05:46:21.810Z | Compiling hmac v0.12.1 |
| 1449 | 2026-05-28T05:46:21.870Z | Compiling cipher v0.4.4 |
| 1450 | 2026-05-28T05:46:21.979Z | Compiling sha2 v0.10.9 |
| 1451 | 2026-05-28T05:46:21.994Z | Compiling pbkdf2 v0.12.2 |
| 1452 | 2026-05-28T05:46:22.125Z | Compiling tinystr v0.8.2 |
| 1453 | 2026-05-28T05:46:22.152Z | Compiling potential_utf v0.1.4 |
| 1454 | 2026-05-28T05:46:22.172Z | Compiling salsa20 v0.10.2 |
| 1455 | 2026-05-28T05:46:22.329Z | Compiling icu_locale_core v2.1.1 |
| 1456 | 2026-05-28T05:46:22.345Z | Compiling icu_collections v2.1.1 |
| 1457 | 2026-05-28T05:46:22.348Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-05-28T05:46:22.376Z | Compiling aes v0.8.4 |
| 1459 | 2026-05-28T05:46:22.547Z | Compiling spki v0.7.3 |
| 1460 | 2026-05-28T05:46:22.563Z | Compiling tracing v0.1.44 |
| 1461 | 2026-05-28T05:46:22.601Z | Compiling thiserror v2.0.18 |
| 1462 | 2026-05-28T05:46:22.635Z | Compiling cbc v0.1.2 |
| 1463 | 2026-05-28T05:46:22.739Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-05-28T05:46:22.780Z | Compiling darling_macro v0.20.11 |
| 1465 | 2026-05-28T05:46:22.809Z | Compiling pkcs5 v0.7.1 |
| 1466 | 2026-05-28T05:46:22.826Z | Compiling openssl-macros v0.1.1 |
| 1467 | 2026-05-28T05:46:22.866Z | Compiling rustls-native-certs v0.8.3 |
| 1468 | 2026-05-28T05:46:22.881Z | Compiling dtrace-parser v0.3.0 |
| 1469 | 2026-05-28T05:46:23.184Z | Compiling icu_provider v2.1.1 |
| 1470 | 2026-05-28T05:46:23.253Z | Compiling pkcs8 v0.10.2 |
| 1471 | 2026-05-28T05:46:23.312Z | Compiling darling v0.20.11 |
| 1472 | 2026-05-28T05:46:23.328Z | Compiling bytes v1.11.1 |
| 1473 | 2026-05-28T05:46:23.345Z | Compiling chrono v0.4.44 |
| 1474 | 2026-05-28T05:46:23.416Z | Compiling ipnet v2.11.0 |
| 1475 | 2026-05-28T05:46:23.430Z | Compiling derive_builder_core v0.20.2 |
| 1476 | 2026-05-28T05:46:23.448Z | Compiling icu_normalizer v2.1.1 |
| 1477 | 2026-05-28T05:46:23.495Z | Compiling icu_properties v2.1.2 |
| 1478 | 2026-05-28T05:46:23.528Z | Compiling signature v2.2.0 |
| 1479 | 2026-05-28T05:46:23.608Z | Compiling webpki-roots v1.0.6 |
| 1480 | 2026-05-28T05:46:23.622Z | Compiling scroll v0.13.0 |
| 1481 | 2026-05-28T05:46:23.670Z | Compiling scroll_derive v0.12.1 |
| 1482 | 2026-05-28T05:46:23.737Z | Compiling thiserror-impl v1.0.69 |
| 1483 | 2026-05-28T05:46:23.752Z | Compiling erased-serde v0.3.31 |
| 1484 | 2026-05-28T05:46:23.770Z | Compiling serde_tokenstream v0.2.3 |
| 1485 | 2026-05-28T05:46:23.886Z | Compiling tokio v1.52.1 |
| 1486 | 2026-05-28T05:46:23.948Z | Compiling http v1.4.0 |
| 1487 | 2026-05-28T05:46:23.985Z | Compiling goblin v0.10.5 |
| 1488 | 2026-05-28T05:46:24.019Z | Compiling serde_spanned v0.6.9 |
| 1489 | 2026-05-28T05:46:24.105Z | Compiling serde_urlencoded v0.7.1 |
| 1490 | 2026-05-28T05:46:24.187Z | Compiling toml_datetime v0.6.11 |
| 1491 | 2026-05-28T05:46:24.263Z | Compiling md-5 v0.10.6 |
| 1492 | 2026-05-28T05:46:24.330Z | Compiling derive_builder_macro v0.20.2 |
| 1493 | 2026-05-28T05:46:24.370Z | Compiling idna_adapter v1.2.1 |
| 1494 | 2026-05-28T05:46:24.385Z | Compiling ppv-lite86 v0.2.21 |
| 1495 | 2026-05-28T05:46:24.447Z | Compiling scroll v0.12.0 |
| 1496 | 2026-05-28T05:46:24.477Z | Compiling darling_macro v0.21.3 |
| 1497 | 2026-05-28T05:46:24.531Z | Compiling idna v1.1.0 |
| 1498 | 2026-05-28T05:46:24.588Z | Compiling http-body v1.0.1 |
| 1499 | 2026-05-28T05:46:24.591Z | Compiling bstr v1.12.1 |
| 1500 | 2026-05-28T05:46:24.630Z | Compiling zerocopy-derive v0.7.35 |
| 1501 | 2026-05-28T05:46:24.740Z | Compiling rand_chacha v0.9.0 |
| 1502 | 2026-05-28T05:46:24.754Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-28T05:46:24.771Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2026-05-28T05:46:24.786Z | Compiling pin-project-internal v1.1.11 |
| 1505 | 2026-05-28T05:46:24.839Z | Compiling url v2.5.8 |
| 1506 | 2026-05-28T05:46:24.888Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-05-28T05:46:25.004Z | Compiling rand v0.9.2 |
| 1508 | 2026-05-28T05:46:25.022Z | Compiling curve25519-dalek v4.1.3 |
| 1509 | 2026-05-28T05:46:25.080Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-05-28T05:46:25.200Z | Compiling ff v0.13.1 |
| 1511 | 2026-05-28T05:46:25.215Z | Compiling hash32 v0.2.1 |
| 1512 | 2026-05-28T05:46:25.276Z | Compiling memoffset v0.9.1 |
| 1513 | 2026-05-28T05:46:25.390Z | Compiling ref-cast v1.0.25 |
| 1514 | 2026-05-28T05:46:25.424Z | Compiling zlib-rs v0.6.2 |
| 1515 | 2026-05-28T05:46:25.466Z | Compiling rustix v0.38.44 |
| 1516 | 2026-05-28T05:46:25.503Z | Compiling cfg_aliases v0.2.1 |
| 1517 | 2026-05-28T05:46:25.592Z | Compiling proptest v1.10.0 |
| 1518 | 2026-05-28T05:46:25.607Z | Compiling litrs v1.0.0 |
| 1519 | 2026-05-28T05:46:25.676Z | Compiling fallible-iterator v0.2.0 |
| 1520 | 2026-05-28T05:46:25.728Z | Compiling num-bigint-dig v0.8.6 |
| 1521 | 2026-05-28T05:46:25.826Z | Compiling psl-types v2.0.11 |
| 1522 | 2026-05-28T05:46:25.842Z | Compiling base16ct v0.2.0 |
| 1523 | 2026-05-28T05:46:25.893Z | Compiling smoltcp v0.9.1 |
| 1524 | 2026-05-28T05:46:25.967Z | Compiling postgres-protocol v0.6.10 |
| 1525 | 2026-05-28T05:46:25.970Z | Compiling pin-project v1.1.11 |
| 1526 | 2026-05-28T05:46:26.001Z | Compiling sec1 v0.7.3 |
| 1527 | 2026-05-28T05:46:26.001Z | Compiling publicsuffix v2.3.0 |
| 1528 | 2026-05-28T05:46:26.121Z | Compiling nix v0.31.2 |
| 1529 | 2026-05-28T05:46:26.163Z | Compiling zerocopy v0.7.35 |
| 1530 | 2026-05-28T05:46:26.198Z | Compiling ipnetwork v0.21.1 |
| 1531 | 2026-05-28T05:46:26.213Z | Compiling document-features v0.2.12 |
| 1532 | 2026-05-28T05:46:26.365Z | Compiling group v0.13.0 |
| 1533 | 2026-05-28T05:46:26.379Z | Compiling darling v0.21.3 |
| 1534 | 2026-05-28T05:46:26.409Z | Compiling rand v0.8.6 |
| 1535 | 2026-05-28T05:46:26.476Z | Compiling oxnet v0.1.4 |
| 1536 | 2026-05-28T05:46:26.520Z | Compiling derive_builder v0.20.2 |
| 1537 | 2026-05-28T05:46:26.587Z | Compiling goblin v0.8.2 |
| 1538 | 2026-05-28T05:46:26.646Z | Compiling futures-executor v0.3.32 |
| 1539 | 2026-05-28T05:46:26.689Z | Compiling hubpack_derive v0.1.1 |
| 1540 | 2026-05-28T05:46:26.740Z | Compiling dof v0.4.0 |
| 1541 | 2026-05-28T05:46:26.755Z | Compiling cargo-platform v0.1.9 |
| 1542 | 2026-05-28T05:46:26.855Z | Compiling hex v0.4.3 |
| 1543 | 2026-05-28T05:46:26.870Z | Compiling hkdf v0.12.4 |
| 1544 | 2026-05-28T05:46:26.889Z | Compiling crypto-bigint v0.5.5 |
| 1545 | 2026-05-28T05:46:26.905Z | Compiling regex v1.12.3 |
| 1546 | 2026-05-28T05:46:27.068Z | Compiling ref-cast-impl v1.0.25 |
| 1547 | 2026-05-28T05:46:27.086Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1548 | 2026-05-28T05:46:27.166Z | Compiling snafu-derive v0.8.9 |
| 1549 | 2026-05-28T05:46:27.169Z | Compiling daft-derive v0.1.7 |
| 1550 | 2026-05-28T05:46:27.186Z | Compiling strum_macros v0.27.2 |
| 1551 | 2026-05-28T05:46:27.280Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-05-28T05:46:27.811Z | Compiling tokio-util v0.7.18 |
| 1553 | 2026-05-28T05:46:27.846Z | Compiling tower v0.5.3 |
| 1554 | 2026-05-28T05:46:27.943Z | Compiling tokio-native-tls v0.3.1 |
| 1555 | 2026-05-28T05:46:27.965Z | Compiling terminal_size v0.4.3 |
| 1556 | 2026-05-28T05:46:28.010Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-05-28T05:46:28.026Z | Compiling newtype-uuid v1.3.2 |
| 1558 | 2026-05-28T05:46:28.120Z | Compiling lazy_static v1.5.0 |
| 1559 | 2026-05-28T05:46:28.140Z | Compiling vergen v9.0.6 |
| 1560 | 2026-05-28T05:46:28.157Z | Compiling fs-err v3.3.0 |
| 1561 | 2026-05-28T05:46:28.233Z | Compiling encoding_rs v0.8.35 |
| 1562 | 2026-05-28T05:46:28.271Z | Compiling tower-http v0.6.8 |
| 1563 | 2026-05-28T05:46:28.361Z | Compiling flate2 v1.1.9 |
| 1564 | 2026-05-28T05:46:28.374Z | Compiling ahash v0.8.12 |
| 1565 | 2026-05-28T05:46:28.378Z | Compiling foldhash v0.2.0 |
| 1566 | 2026-05-28T05:46:28.391Z | Compiling managed v0.8.0 |
| 1567 | 2026-05-28T05:46:28.406Z | Compiling object v0.37.3 |
| 1568 | 2026-05-28T05:46:28.606Z | Compiling h2 v0.4.13 |
| 1569 | 2026-05-28T05:46:28.642Z | Compiling unicode-segmentation v1.12.0 |
| 1570 | 2026-05-28T05:46:28.657Z | Compiling mime v0.3.17 |
| 1571 | 2026-05-28T05:46:28.719Z | Compiling bumpalo v3.20.2 |
| 1572 | 2026-05-28T05:46:28.735Z | Compiling foldhash v0.1.5 |
| 1573 | 2026-05-28T05:46:28.738Z | Compiling winnow v0.5.40 |
| 1574 | 2026-05-28T05:46:28.804Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-05-28T05:46:28.887Z | Compiling same-file v1.0.6 |
| 1576 | 2026-05-28T05:46:28.930Z | Compiling bitflags v1.3.2 |
| 1577 | 2026-05-28T05:46:28.945Z | Compiling zopfli v0.8.3 |
| 1578 | 2026-05-28T05:46:29.002Z | Compiling walkdir v2.5.0 |
| 1579 | 2026-05-28T05:46:29.059Z | Compiling dof v0.3.0 |
| 1580 | 2026-05-28T05:46:29.076Z | Compiling hashbrown v0.15.5 |
| 1581 | 2026-05-28T05:46:29.094Z | Compiling clap_builder v4.5.60 |
| 1582 | 2026-05-28T05:46:29.169Z | Compiling snafu v0.8.9 |
| 1583 | 2026-05-28T05:46:29.278Z | Compiling strum v0.27.2 |
| 1584 | 2026-05-28T05:46:29.336Z | Compiling bzip2 v0.6.1 |
| 1585 | 2026-05-28T05:46:29.531Z | Compiling hashbrown v0.16.1 |
| 1586 | 2026-05-28T05:46:29.563Z | Compiling usdt-attr-macro v0.6.0 |
| 1587 | 2026-05-28T05:46:29.581Z | Compiling usdt-macro v0.6.0 |
| 1588 | 2026-05-28T05:46:29.675Z | Compiling daft v0.1.7 |
| 1589 | 2026-05-28T05:46:29.678Z | Compiling phf v0.13.1 |
| 1590 | 2026-05-28T05:46:29.770Z | Compiling signal-hook-mio v0.2.5 |
| 1591 | 2026-05-28T05:46:29.807Z | Compiling elliptic-curve v0.13.8 |
| 1592 | 2026-05-28T05:46:29.859Z | Compiling cargo_metadata v0.19.2 |
| 1593 | 2026-05-28T05:46:29.980Z | Compiling cookie_store v0.22.1 |
| 1594 | 2026-05-28T05:46:29.996Z | Compiling hubpack v0.1.2 |
| 1595 | 2026-05-28T05:46:30.155Z | Compiling toml_edit v0.19.15 |
| 1596 | 2026-05-28T05:46:30.195Z | Compiling bzip2 v0.4.4 |
| 1597 | 2026-05-28T05:46:30.224Z | Compiling zstd v0.13.3 |
| 1598 | 2026-05-28T05:46:30.239Z | Compiling futures v0.3.32 |
| 1599 | 2026-05-28T05:46:30.281Z | Compiling serde_with_macros v3.17.0 |
| 1600 | 2026-05-28T05:46:30.296Z | Compiling postgres-types v0.2.12 |
| 1601 | 2026-05-28T05:46:30.424Z | Compiling dtrace-parser v0.2.0 |
| 1602 | 2026-05-28T05:46:30.427Z | Compiling globset v0.4.18 |
| 1603 | 2026-05-28T05:46:30.453Z | Compiling ed25519 v2.2.3 |
| 1604 | 2026-05-28T05:46:30.509Z | Compiling pkcs1 v0.7.5 |
| 1605 | 2026-05-28T05:46:30.664Z | Compiling olpc-cjson v0.1.4 |
| 1606 | 2026-05-28T05:46:30.844Z | Compiling serde_plain v1.0.2 |
| 1607 | 2026-05-28T05:46:30.895Z | Compiling serde-big-array v0.5.1 |
| 1608 | 2026-05-28T05:46:30.937Z | Compiling rfc6979 v0.4.0 |
| 1609 | 2026-05-28T05:46:31.102Z | Compiling clap_derive v4.5.55 |
| 1610 | 2026-05-28T05:46:31.102Z | Compiling strum_macros v0.26.4 |
| 1611 | 2026-05-28T05:46:31.106Z | Compiling enum-as-inner v0.6.1 |
| 1612 | 2026-05-28T05:46:31.178Z | Compiling async-recursion v1.1.1 |
| 1613 | 2026-05-28T05:46:31.233Z | Compiling serde_repr v0.1.20 |
| 1614 | 2026-05-28T05:46:31.297Z | Compiling phf_shared v0.11.3 |
| 1615 | 2026-05-28T05:46:31.393Z | Compiling float-cmp v0.10.0 |
| 1616 | 2026-05-28T05:46:31.489Z | Compiling pem v3.0.6 |
| 1617 | 2026-05-28T05:46:31.505Z | Compiling memmap2 v0.9.10 |
| 1618 | 2026-05-28T05:46:31.569Z | Compiling thread-id v4.2.2 |
| 1619 | 2026-05-28T05:46:31.586Z | Compiling env_filter v1.0.0 |
| 1620 | 2026-05-28T05:46:31.668Z | Compiling hyper v1.8.1 |
| 1621 | 2026-05-28T05:46:31.683Z | Compiling keccak v0.1.6 |
| 1622 | 2026-05-28T05:46:31.754Z | Compiling data-encoding v2.10.0 |
| 1623 | 2026-05-28T05:46:31.815Z | Compiling fixedbitset v0.5.7 |
| 1624 | 2026-05-28T05:46:31.856Z | Compiling static_assertions v1.1.0 |
| 1625 | 2026-05-28T05:46:31.889Z | Compiling jiff v0.2.21 |
| 1626 | 2026-05-28T05:46:31.928Z | Compiling difflib v0.4.0 |
| 1627 | 2026-05-28T05:46:31.946Z | Compiling fixedbitset v0.4.2 |
| 1628 | 2026-05-28T05:46:32.156Z | Compiling predicates-core v1.0.10 |
| 1629 | 2026-05-28T05:46:32.175Z | Compiling either v1.15.0 |
| 1630 | 2026-05-28T05:46:32.191Z | Compiling whoami v2.1.0 |
| 1631 | 2026-05-28T05:46:32.358Z | Compiling normalize-line-endings v0.3.0 |
| 1632 | 2026-05-28T05:46:32.405Z | Compiling typed-path v0.9.3 |
| 1633 | 2026-05-28T05:46:32.488Z | Compiling new_debug_unreachable v1.0.6 |
| 1634 | 2026-05-28T05:46:32.503Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-05-28T05:46:32.537Z | Compiling predicates v3.1.4 |
| 1636 | 2026-05-28T05:46:32.551Z | Compiling tokio-postgres v0.7.16 |
| 1637 | 2026-05-28T05:46:32.580Z | Compiling string_cache v0.8.9 |
| 1638 | 2026-05-28T05:46:32.611Z | Compiling itertools v0.13.0 |
| 1639 | 2026-05-28T05:46:32.628Z | Compiling toml_edit v0.22.27 |
| 1640 | 2026-05-28T05:46:32.699Z | Compiling petgraph v0.6.5 |
| 1641 | 2026-05-28T05:46:32.838Z | Compiling hyper-util v0.1.20 |
| 1642 | 2026-05-28T05:46:32.874Z | Compiling hickory-proto v0.25.2 |
| 1643 | 2026-05-28T05:46:32.953Z | Compiling petgraph v0.8.3 |
| 1644 | 2026-05-28T05:46:32.997Z | Compiling strum v0.26.3 |
| 1645 | 2026-05-28T05:46:33.013Z | Compiling clap v4.5.60 |
| 1646 | 2026-05-28T05:46:33.109Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1647 | 2026-05-28T05:46:33.154Z | Compiling sha3 v0.10.8 |
| 1648 | 2026-05-28T05:46:33.237Z | Compiling env_logger v0.11.9 |
| 1649 | 2026-05-28T05:46:33.350Z | Compiling usdt v0.6.0 |
| 1650 | 2026-05-28T05:46:33.615Z | Compiling usdt-impl v0.5.0 |
| 1651 | 2026-05-28T05:46:33.643Z | Compiling toml v0.7.8 |
| 1652 | 2026-05-28T05:46:33.659Z | Compiling serde_with v3.17.0 |
| 1653 | 2026-05-28T05:46:33.698Z | Compiling crossterm v0.28.1 |
| 1654 | 2026-05-28T05:46:33.885Z | Compiling ecdsa v0.16.9 |
| 1655 | 2026-05-28T05:46:34.235Z | Compiling hyper-tls v0.6.0 |
| 1656 | 2026-05-28T05:46:34.267Z | Compiling rsa v0.9.10 |
| 1657 | 2026-05-28T05:46:34.304Z | Compiling ed25519-dalek v2.2.0 |
| 1658 | 2026-05-28T05:46:34.624Z | Compiling zip v4.6.1 |
| 1659 | 2026-05-28T05:46:34.703Z | Compiling zip v0.6.6 |
| 1660 | 2026-05-28T05:46:34.833Z | Compiling iddqd v0.4.1 |
| 1661 | 2026-05-28T05:46:35.237Z | Compiling heck v0.4.1 |
| 1662 | 2026-05-28T05:46:35.315Z | Compiling similar v2.7.0 |
| 1663 | 2026-05-28T05:46:35.375Z | Compiling tokio-stream v0.1.18 |
| 1664 | 2026-05-28T05:46:35.411Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1665 | 2026-05-28T05:46:35.426Z | Compiling buf-list v1.1.2 |
| 1666 | 2026-05-28T05:46:35.443Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1667 | 2026-05-28T05:46:35.487Z | Compiling openapiv3 v2.2.0 |
| 1668 | 2026-05-28T05:46:35.631Z | Compiling x509-cert v0.2.5 |
| 1669 | 2026-05-28T05:46:35.727Z | Compiling sha1 v0.10.6 |
| 1670 | 2026-05-28T05:46:35.771Z | Compiling crossbeam-epoch v0.9.18 |
| 1671 | 2026-05-28T05:46:35.866Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1672 | 2026-05-28T05:46:35.958Z | Compiling lalrpop-util v0.19.12 |
| 1673 | 2026-05-28T05:46:35.981Z | Compiling peg-runtime v0.8.5 |
| 1674 | 2026-05-28T05:46:36.003Z | Compiling thread_local v1.1.9 |
| 1675 | 2026-05-28T05:46:36.075Z | Compiling slog-async v2.8.0 |
| 1676 | 2026-05-28T05:46:36.107Z | Compiling crossbeam-channel v0.5.15 |
| 1677 | 2026-05-28T05:46:36.173Z | Compiling is-terminal v0.4.17 |
| 1678 | 2026-05-28T05:46:36.191Z | Compiling filetime v0.2.27 |
| 1679 | 2026-05-28T05:46:36.208Z | Compiling xattr v1.6.1 |
| 1680 | 2026-05-28T05:46:36.224Z | Compiling take_mut v0.2.2 |
| 1681 | 2026-05-28T05:46:36.270Z | Compiling term v1.2.1 |
| 1682 | 2026-05-28T05:46:36.356Z | Compiling tar v0.4.45 |
| 1683 | 2026-05-28T05:46:36.604Z | Compiling slog-term v2.9.2 |
| 1684 | 2026-05-28T05:46:54.064Z | Compiling rustls-webpki v0.103.9 |
| 1685 | 2026-05-28T05:46:56.855Z | Compiling tokio-rustls v0.26.4 |
| 1686 | 2026-05-28T05:46:56.855Z | Compiling rustls-platform-verifier v0.6.2 |
| 1687 | 2026-05-28T05:46:57.057Z | Compiling hyper-rustls v0.27.7 |
| 1688 | 2026-05-28T05:46:57.252Z | Compiling reqwest v0.12.28 |
| 1689 | 2026-05-28T05:46:57.252Z | Compiling reqwest v0.13.2 |
| 1690 | 2026-05-28T05:46:58.467Z | Compiling tough v0.22.0 |
| 1691 | 2026-05-28T05:47:00.981Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1692 | 2026-05-28T05:47:01.222Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1693 | 2026-05-28T05:47:04.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.73s |
| 1694 | 2026-05-28T05:47:04.190Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1695 | 2026-05-28T05:47:04.248Z | May 28 05:47:04.019 INFO Starting download, target: Cockroach |
| 1696 | 2026-05-28T05:47:04.248Z | May 28 05:47:04.020 INFO Starting download, target: Clickhouse |
| 1697 | 2026-05-28T05:47:04.248Z | May 28 05:47:04.020 INFO Starting download, target: Console |
| 1698 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Starting download, target: DendriteStub |
| 1699 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Starting download, target: MaghemiteMgd |
| 1700 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Starting download, target: TransceiverControl |
| 1701 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1702 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1703 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1704 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1705 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.020 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1706 | 2026-05-28T05:47:04.273Z | May 28 05:47:04.021 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1707 | 2026-05-28T05:47:04.914Z | May 28 05:47:04.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1708 | 2026-05-28T05:47:05.150Z | May 28 05:47:04.885 INFO Download complete, target: TransceiverControl |
| 1709 | 2026-05-28T05:47:05.290Z | May 28 05:47:05.042 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1710 | 2026-05-28T05:47:05.534Z | May 28 05:47:05.279 INFO Download complete, target: Console |
| 1711 | 2026-05-28T05:47:06.690Z | May 28 05:47:06.409 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1712 | 2026-05-28T05:47:07.146Z | May 28 05:47:06.863 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1713 | 2026-05-28T05:47:07.503Z | May 28 05:47:07.245 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1714 | 2026-05-28T05:47:08.518Z | May 28 05:47:08.289 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1715 | 2026-05-28T05:47:08.518Z | May 28 05:47:08.289 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1716 | 2026-05-28T05:47:09.494Z | May 28 05:47:09.246 INFO Download complete, target: DendriteStub |
| 1717 | 2026-05-28T05:47:10.002Z | May 28 05:47:09.700 INFO Download complete, target: MaghemiteMgd |
| 1718 | 2026-05-28T05:47:13.359Z | May 28 05:47:13.130 INFO Checking that binary works, target: Cockroach |
| 1719 | 2026-05-28T05:47:13.488Z | May 28 05:47:13.260 INFO Download complete, target: Cockroach |
| 1720 | 2026-05-28T05:47:13.552Z | May 28 05:47:13.324 INFO Checking that binary works, target: Clickhouse |
| 1721 | 2026-05-28T05:47:13.641Z | May 28 05:47:13.414 INFO Download complete, target: Clickhouse |
| 1722 | 2026-05-28T05:47:13.648Z | All prerequisites installed successfully |
| 1723 | 2026-05-28T05:47:13.650Z | |
| 1724 | 2026-05-28T05:47:13.650Z | real 1:59.562116431 |
| 1725 | 2026-05-28T05:47:13.651Z | user 6:58.480567676 |
| 1726 | 2026-05-28T05:47:13.651Z | sys 1:47.103132484 |
| 1727 | 2026-05-28T05:47:13.651Z | trap 0.258399623 |
| 1728 | 2026-05-28T05:47:13.651Z | tflt 1.357688300 |
| 1729 | 2026-05-28T05:47:13.651Z | dflt 1.961121146 |
| 1730 | 2026-05-28T05:47:13.651Z | kflt 0.025471115 |
| 1731 | 2026-05-28T05:47:13.651Z | lock 23:35.144554623 |
| 1732 | 2026-05-28T05:47:13.651Z | slp 19:06.284325341 |
| 1733 | 2026-05-28T05:47:13.651Z | lat 27.253893062 |
| 1734 | 2026-05-28T05:47:13.651Z | stop 3:00.745954821 |
| 1735 | 2026-05-28T05:47:13.651Z | + ptime -m cargo xtask download softnpu |
| 1736 | 2026-05-28T05:47:14.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1737 | 2026-05-28T05:47:14.212Z | Running `target/debug/xtask download softnpu` |
| 1738 | 2026-05-28T05:47:15.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1739 | 2026-05-28T05:47:15.079Z | Running `target/debug/xtask-downloader softnpu` |
| 1740 | 2026-05-28T05:47:15.121Z | May 28 05:47:14.893 INFO Starting download, target: Softnpu |
| 1741 | 2026-05-28T05:47:15.124Z | May 28 05:47:14.893 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1742 | 2026-05-28T05:47:16.085Z | May 28 05:47:15.855 INFO Download complete, target: Softnpu |
| 1743 | 2026-05-28T05:47:16.089Z | |
| 1744 | 2026-05-28T05:47:16.089Z | real 2.432517085 |
| 1745 | 2026-05-28T05:47:16.089Z | user 1.371210580 |
| 1746 | 2026-05-28T05:47:16.089Z | sys 0.698999551 |
| 1747 | 2026-05-28T05:47:16.089Z | trap 0.000620340 |
| 1748 | 2026-05-28T05:47:16.089Z | tflt 0.000148730 |
| 1749 | 2026-05-28T05:47:16.089Z | dflt 0.000180780 |
| 1750 | 2026-05-28T05:47:16.089Z | kflt 0.000004630 |
| 1751 | 2026-05-28T05:47:16.089Z | lock 17.592373636 |
| 1752 | 2026-05-28T05:47:16.089Z | slp 0.816996537 |
| 1753 | 2026-05-28T05:47:16.089Z | lat 0.104498815 |
| 1754 | 2026-05-28T05:47:16.089Z | stop 0.000176390 |
| 1755 | 2026-05-28T05:47:16.089Z | + export CARGO_INCREMENTAL=0 |
| 1756 | 2026-05-28T05:47:16.089Z | + CARGO_INCREMENTAL=0 |
| 1757 | 2026-05-28T05:47:16.089Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1758 | 2026-05-28T05:47:17.002Z | Compiling proc-macro2 v1.0.106 |
| 1759 | 2026-05-28T05:47:17.002Z | Compiling quote v1.0.45 |
| 1760 | 2026-05-28T05:47:17.002Z | Compiling unicode-ident v1.0.24 |
| 1761 | 2026-05-28T05:47:17.002Z | Compiling libc v0.2.185 |
| 1762 | 2026-05-28T05:47:17.006Z | Compiling serde_core v1.0.228 |
| 1763 | 2026-05-28T05:47:17.006Z | Compiling serde v1.0.228 |
| 1764 | 2026-05-28T05:47:17.006Z | Compiling cfg-if v1.0.4 |
| 1765 | 2026-05-28T05:47:17.006Z | Compiling version_check v0.9.5 |
| 1766 | 2026-05-28T05:47:17.006Z | Compiling find-msvc-tools v0.1.9 |
| 1767 | 2026-05-28T05:47:17.006Z | Compiling shlex v1.3.0 |
| 1768 | 2026-05-28T05:47:17.006Z | Compiling typenum v1.19.0 |
| 1769 | 2026-05-28T05:47:17.006Z | Compiling zmij v1.0.21 |
| 1770 | 2026-05-28T05:47:17.006Z | Compiling autocfg v1.5.0 |
| 1771 | 2026-05-28T05:47:17.165Z | Compiling memchr v2.8.0 |
| 1772 | 2026-05-28T05:47:17.168Z | Compiling serde_json v1.0.149 |
| 1773 | 2026-05-28T05:47:17.330Z | Compiling portable-atomic v1.13.1 |
| 1774 | 2026-05-28T05:47:17.388Z | Compiling libm v0.2.16 |
| 1775 | 2026-05-28T05:47:17.528Z | Compiling generic-array v0.14.7 |
| 1776 | 2026-05-28T05:47:17.531Z | Compiling zerocopy v0.8.40 |
| 1777 | 2026-05-28T05:47:17.534Z | Compiling smallvec v1.15.1 |
| 1778 | 2026-05-28T05:47:17.626Z | Compiling parking_lot_core v0.9.12 |
| 1779 | 2026-05-28T05:47:17.641Z | Compiling num-traits v0.2.19 |
| 1780 | 2026-05-28T05:47:17.654Z | Compiling icu_normalizer_data v2.1.1 |
| 1781 | 2026-05-28T05:47:17.788Z | Compiling icu_properties_data v2.1.2 |
| 1782 | 2026-05-28T05:47:17.812Z | Compiling itoa v1.0.17 |
| 1783 | 2026-05-28T05:47:17.825Z | Compiling getrandom v0.4.1 |
| 1784 | 2026-05-28T05:47:17.829Z | Compiling log v0.4.29 |
| 1785 | 2026-05-28T05:47:17.916Z | Compiling stable_deref_trait v1.2.1 |
| 1786 | 2026-05-28T05:47:17.934Z | Compiling pkg-config v0.3.32 |
| 1787 | 2026-05-28T05:47:17.967Z | Compiling subtle v2.6.1 |
| 1788 | 2026-05-28T05:47:18.097Z | Compiling scopeguard v1.2.0 |
| 1789 | 2026-05-28T05:47:18.163Z | Compiling jobserver v0.1.34 |
| 1790 | 2026-05-28T05:47:18.168Z | Compiling getrandom v0.2.17 |
| 1791 | 2026-05-28T05:47:18.207Z | Compiling percent-encoding v2.3.2 |
| 1792 | 2026-05-28T05:47:18.332Z | Compiling errno v0.3.14 |
| 1793 | 2026-05-28T05:47:18.347Z | Compiling lock_api v0.4.14 |
| 1794 | 2026-05-28T05:47:18.362Z | Compiling rand_core v0.6.4 |
| 1795 | 2026-05-28T05:47:18.397Z | Compiling cc v1.2.56 |
| 1796 | 2026-05-28T05:47:18.430Z | Compiling syn v2.0.117 |
| 1797 | 2026-05-28T05:47:18.452Z | Compiling writeable v0.6.2 |
| 1798 | 2026-05-28T05:47:18.496Z | Compiling litemap v0.8.1 |
| 1799 | 2026-05-28T05:47:18.577Z | Compiling pin-project-lite v0.2.17 |
| 1800 | 2026-05-28T05:47:18.593Z | Compiling fnv v1.0.7 |
| 1801 | 2026-05-28T05:47:18.658Z | Compiling thiserror v2.0.18 |
| 1802 | 2026-05-28T05:47:18.713Z | Compiling getrandom v0.3.4 |
| 1803 | 2026-05-28T05:47:18.748Z | Compiling dunce v1.0.5 |
| 1804 | 2026-05-28T05:47:18.751Z | Compiling equivalent v1.0.2 |
| 1805 | 2026-05-28T05:47:18.793Z | Compiling fs_extra v1.3.0 |
| 1806 | 2026-05-28T05:47:18.856Z | Compiling utf8_iter v1.0.4 |
| 1807 | 2026-05-28T05:47:18.860Z | Compiling rand_core v0.10.0 |
| 1808 | 2026-05-28T05:47:18.889Z | Compiling schemars v0.8.22 |
| 1809 | 2026-05-28T05:47:18.918Z | Compiling rustversion v1.0.22 |
| 1810 | 2026-05-28T05:47:19.026Z | Compiling form_urlencoded v1.2.2 |
| 1811 | 2026-05-28T05:47:19.092Z | Compiling critical-section v1.2.0 |
| 1812 | 2026-05-28T05:47:19.141Z | Compiling cmake v0.1.57 |
| 1813 | 2026-05-28T05:47:19.159Z | Compiling signal-hook-registry v1.4.8 |
| 1814 | 2026-05-28T05:47:19.225Z | Compiling hashbrown v0.17.0 |
| 1815 | 2026-05-28T05:47:19.259Z | Compiling rustix v1.1.3 |
| 1816 | 2026-05-28T05:47:19.349Z | Compiling parking_lot v0.12.5 |
| 1817 | 2026-05-28T05:47:19.547Z | Compiling bitflags v2.11.0 |
| 1818 | 2026-05-28T05:47:19.571Z | Compiling semver v1.0.28 |
| 1819 | 2026-05-28T05:47:19.622Z | Compiling once_cell v1.21.3 |
| 1820 | 2026-05-28T05:47:19.670Z | Compiling mio v1.2.0 |
| 1821 | 2026-05-28T05:47:19.693Z | Compiling socket2 v0.6.3 |
| 1822 | 2026-05-28T05:47:19.714Z | Compiling const-oid v0.9.6 |
| 1823 | 2026-05-28T05:47:19.743Z | Compiling ring v0.17.14 |
| 1824 | 2026-05-28T05:47:19.813Z | Compiling aws-lc-sys v0.40.0 |
| 1825 | 2026-05-28T05:47:19.849Z | Compiling indexmap v2.14.0 |
| 1826 | 2026-05-28T05:47:19.936Z | Compiling aws-lc-rs v1.16.3 |
| 1827 | 2026-05-28T05:47:19.974Z | Compiling heck v0.5.0 |
| 1828 | 2026-05-28T05:47:19.989Z | Compiling futures-core v0.3.32 |
| 1829 | 2026-05-28T05:47:20.037Z | Compiling httparse v1.10.1 |
| 1830 | 2026-05-28T05:47:20.216Z | Compiling vcpkg v0.2.15 |
| 1831 | 2026-05-28T05:47:20.230Z | Compiling thiserror v1.0.69 |
| 1832 | 2026-05-28T05:47:20.274Z | Compiling strsim v0.11.1 |
| 1833 | 2026-05-28T05:47:20.411Z | Compiling iana-time-zone v0.1.65 |
| 1834 | 2026-05-28T05:47:20.465Z | Compiling byteorder v1.5.0 |
| 1835 | 2026-05-28T05:47:20.526Z | Compiling ucd-trie v0.1.7 |
| 1836 | 2026-05-28T05:47:20.543Z | Compiling syn v1.0.109 |
| 1837 | 2026-05-28T05:47:20.619Z | Compiling ident_case v1.0.1 |
| 1838 | 2026-05-28T05:47:20.619Z | Compiling regex-syntax v0.8.10 |
| 1839 | 2026-05-28T05:47:20.652Z | Compiling uuid v1.23.0 |
| 1840 | 2026-05-28T05:47:20.703Z | Compiling pest v2.8.6 |
| 1841 | 2026-05-28T05:47:20.719Z | Compiling cpufeatures v0.2.17 |
| 1842 | 2026-05-28T05:47:20.722Z | Compiling rustls v0.23.37 |
| 1843 | 2026-05-28T05:47:20.811Z | Compiling openssl-sys v0.9.115 |
| 1844 | 2026-05-28T05:47:20.946Z | Compiling futures-sink v0.3.32 |
| 1845 | 2026-05-28T05:47:21.017Z | Compiling rustc_version v0.4.1 |
| 1846 | 2026-05-28T05:47:21.055Z | Compiling futures-channel v0.3.32 |
| 1847 | 2026-05-28T05:47:21.104Z | Compiling futures-task v0.3.32 |
| 1848 | 2026-05-28T05:47:21.248Z | Compiling futures-io v0.3.32 |
| 1849 | 2026-05-28T05:47:21.265Z | Compiling slab v0.4.12 |
| 1850 | 2026-05-28T05:47:21.289Z | Compiling synstructure v0.13.2 |
| 1851 | 2026-05-28T05:47:21.308Z | Compiling serde_derive_internals v0.29.1 |
| 1852 | 2026-05-28T05:47:21.371Z | Compiling aho-corasick v1.1.4 |
| 1853 | 2026-05-28T05:47:21.482Z | Compiling dyn-clone v1.0.20 |
| 1854 | 2026-05-28T05:47:21.689Z | Compiling crc32fast v1.5.0 |
| 1855 | 2026-05-28T05:47:21.689Z | Compiling plain v0.2.3 |
| 1856 | 2026-05-28T05:47:21.782Z | Compiling openssl v0.10.79 |
| 1857 | 2026-05-28T05:47:21.796Z | Compiling base64 v0.22.1 |
| 1858 | 2026-05-28T05:47:21.815Z | Compiling pest_meta v2.8.6 |
| 1859 | 2026-05-28T05:47:21.910Z | Compiling crossbeam-utils v0.8.21 |
| 1860 | 2026-05-28T05:47:21.991Z | Compiling time-core v0.1.8 |
| 1861 | 2026-05-28T05:47:22.026Z | Compiling num-conv v0.2.0 |
| 1862 | 2026-05-28T05:47:22.133Z | Compiling native-tls v0.2.18 |
| 1863 | 2026-05-28T05:47:22.142Z | Compiling pretty-hex v0.4.1 |
| 1864 | 2026-05-28T05:47:22.180Z | Compiling time-macros v0.2.27 |
| 1865 | 2026-05-28T05:47:22.205Z | Compiling anyhow v1.0.102 |
| 1866 | 2026-05-28T05:47:22.221Z | Compiling base64ct v1.8.3 |
| 1867 | 2026-05-28T05:47:22.239Z | Compiling regex-automata v0.4.14 |
| 1868 | 2026-05-28T05:47:22.308Z | Compiling darling_core v0.21.3 |
| 1869 | 2026-05-28T05:47:22.362Z | Compiling tracing-core v0.1.36 |
| 1870 | 2026-05-28T05:47:22.379Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1871 | 2026-05-28T05:47:22.490Z | Compiling pest_generator v2.8.6 |
| 1872 | 2026-05-28T05:47:22.541Z | Compiling pem-rfc7468 v0.7.0 |
| 1873 | 2026-05-28T05:47:22.570Z | Compiling serde_derive v1.0.228 |
| 1874 | 2026-05-28T05:47:22.779Z | Compiling zeroize_derive v1.4.3 |
| 1875 | 2026-05-28T05:47:22.793Z | Compiling zerofrom-derive v0.1.6 |
| 1876 | 2026-05-28T05:47:22.807Z | Compiling yoke-derive v0.8.1 |
| 1877 | 2026-05-28T05:47:22.844Z | Compiling zerovec-derive v0.11.2 |
| 1878 | 2026-05-28T05:47:22.851Z | Compiling displaydoc v0.2.5 |
| 1879 | 2026-05-28T05:47:23.116Z | Compiling zerocopy-derive v0.8.40 |
| 1880 | 2026-05-28T05:47:23.155Z | Compiling tokio-macros v2.7.0 |
| 1881 | 2026-05-28T05:47:23.174Z | Compiling futures-macro v0.3.32 |
| 1882 | 2026-05-28T05:47:23.392Z | Compiling zeroize v1.8.2 |
| 1883 | 2026-05-28T05:47:23.541Z | Compiling thiserror-impl v2.0.18 |
| 1884 | 2026-05-28T05:47:23.783Z | Compiling schemars_derive v0.8.22 |
| 1885 | 2026-05-28T05:47:23.874Z | Compiling tracing-attributes v0.1.31 |
| 1886 | 2026-05-28T05:47:23.897Z | Compiling der_derive v0.7.3 |
| 1887 | 2026-05-28T05:47:23.939Z | Compiling zerofrom v0.1.6 |
| 1888 | 2026-05-28T05:47:24.084Z | Compiling yoke v0.8.1 |
| 1889 | 2026-05-28T05:47:24.210Z | Compiling crypto-common v0.1.7 |
| 1890 | 2026-05-28T05:47:24.301Z | Compiling zerovec v0.11.5 |
| 1891 | 2026-05-28T05:47:24.320Z | Compiling zerotrie v0.2.3 |
| 1892 | 2026-05-28T05:47:24.381Z | Compiling block-buffer v0.10.4 |
| 1893 | 2026-05-28T05:47:24.570Z | Compiling digest v0.10.7 |
| 1894 | 2026-05-28T05:47:24.737Z | Compiling thiserror-impl v1.0.69 |
| 1895 | 2026-05-28T05:47:24.871Z | Compiling pest_derive v2.8.6 |
| 1896 | 2026-05-28T05:47:24.890Z | Compiling futures-util v0.3.32 |
| 1897 | 2026-05-28T05:47:24.890Z | Compiling tinystr v0.8.2 |
| 1898 | 2026-05-28T05:47:24.922Z | Compiling potential_utf v0.1.4 |
| 1899 | 2026-05-28T05:47:25.057Z | Compiling icu_locale_core v2.1.1 |
| 1900 | 2026-05-28T05:47:25.099Z | Compiling icu_collections v2.1.1 |
| 1901 | 2026-05-28T05:47:25.151Z | Compiling hmac v0.12.1 |
| 1902 | 2026-05-28T05:47:25.440Z | Compiling block-padding v0.3.3 |
| 1903 | 2026-05-28T05:47:25.552Z | Compiling rustls-pki-types v1.14.0 |
| 1904 | 2026-05-28T05:47:25.642Z | Compiling inout v0.1.4 |
| 1905 | 2026-05-28T05:47:25.757Z | Compiling bytes v1.11.1 |
| 1906 | 2026-05-28T05:47:25.813Z | Compiling icu_provider v2.1.1 |
| 1907 | 2026-05-28T05:47:25.855Z | Compiling chrono v0.4.44 |
| 1908 | 2026-05-28T05:47:25.890Z | Compiling openssl-macros v0.1.1 |
| 1909 | 2026-05-28T05:47:25.978Z | Compiling cipher v0.4.4 |
| 1910 | 2026-05-28T05:47:26.185Z | Compiling icu_properties v2.1.2 |
| 1911 | 2026-05-28T05:47:26.227Z | Compiling icu_normalizer v2.1.1 |
| 1912 | 2026-05-28T05:47:26.299Z | Compiling tokio v1.52.1 |
| 1913 | 2026-05-28T05:47:26.680Z | Compiling serde_tokenstream v0.2.3 |
| 1914 | 2026-05-28T05:47:26.947Z | Compiling sha2 v0.10.9 |
| 1915 | 2026-05-28T05:47:27.184Z | Compiling idna_adapter v1.2.1 |
| 1916 | 2026-05-28T05:47:27.315Z | Compiling idna v1.1.0 |
| 1917 | 2026-05-28T05:47:27.349Z | Compiling ppv-lite86 v0.2.21 |
| 1918 | 2026-05-28T05:47:27.497Z | Compiling scroll_derive v0.12.1 |
| 1919 | 2026-05-28T05:47:27.502Z | Compiling scroll_derive v0.13.1 |
| 1920 | 2026-05-28T05:47:27.555Z | Compiling http v1.4.0 |
| 1921 | 2026-05-28T05:47:27.705Z | Compiling url v2.5.8 |
| 1922 | 2026-05-28T05:47:27.746Z | Compiling untrusted v0.9.0 |
| 1923 | 2026-05-28T05:47:27.895Z | Compiling flagset v0.4.7 |
| 1924 | 2026-05-28T05:47:28.009Z | Compiling tracing v0.1.44 |
| 1925 | 2026-05-28T05:47:28.052Z | Compiling der v0.7.10 |
| 1926 | 2026-05-28T05:47:28.212Z | Compiling darling_macro v0.21.3 |
| 1927 | 2026-05-28T05:47:28.261Z | Compiling regex v1.12.3 |
| 1928 | 2026-05-28T05:47:28.440Z | Compiling zerocopy-derive v0.7.35 |
| 1929 | 2026-05-28T05:47:28.496Z | Compiling rand_core v0.9.5 |
| 1930 | 2026-05-28T05:47:28.703Z | Compiling slog v2.8.2 |
| 1931 | 2026-05-28T05:47:28.981Z | Compiling spki v0.7.3 |
| 1932 | 2026-05-28T05:47:29.200Z | Compiling darling v0.21.3 |
| 1933 | 2026-05-28T05:47:29.216Z | Compiling salsa20 v0.10.2 |
| 1934 | 2026-05-28T05:47:29.245Z | Compiling pbkdf2 v0.12.2 |
| 1935 | 2026-05-28T05:47:29.572Z | Compiling cookie v0.18.1 |
| 1936 | 2026-05-28T05:47:29.693Z | Compiling camino v1.2.2 |
| 1937 | 2026-05-28T05:47:30.009Z | Compiling scrypt v0.11.0 |
| 1938 | 2026-05-28T05:47:30.027Z | Compiling rand_chacha v0.9.0 |
| 1939 | 2026-05-28T05:47:30.063Z | Compiling http-body v1.0.1 |
| 1940 | 2026-05-28T05:47:30.111Z | Compiling aes v0.8.4 |
| 1941 | 2026-05-28T05:47:30.204Z | Compiling tokio-util v0.7.18 |
| 1942 | 2026-05-28T05:47:30.220Z | Compiling cbc v0.1.2 |
| 1943 | 2026-05-28T05:47:30.303Z | Compiling usdt-impl v0.5.0 |
| 1944 | 2026-05-28T05:47:30.341Z | Compiling untrusted v0.7.1 |
| 1945 | 2026-05-28T05:47:30.376Z | Compiling paste v1.0.15 |
| 1946 | 2026-05-28T05:47:30.414Z | Compiling openssl-probe v0.2.1 |
| 1947 | 2026-05-28T05:47:30.491Z | Compiling atomic-waker v1.1.2 |
| 1948 | 2026-05-28T05:47:30.560Z | Compiling winnow v0.7.14 |
| 1949 | 2026-05-28T05:47:30.603Z | Compiling usdt-impl v0.6.0 |
| 1950 | 2026-05-28T05:47:30.628Z | Compiling either v1.15.0 |
| 1951 | 2026-05-28T05:47:30.691Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-28T05:47:30.707Z | Compiling ref-cast v1.0.25 |
| 1953 | 2026-05-28T05:47:30.854Z | Compiling tinyvec v1.10.0 |
| 1954 | 2026-05-28T05:47:30.924Z | Compiling pkcs5 v0.7.1 |
| 1955 | 2026-05-28T05:47:31.073Z | Compiling rand v0.9.2 |
| 1956 | 2026-05-28T05:47:31.404Z | Compiling scroll v0.13.0 |
| 1957 | 2026-05-28T05:47:31.489Z | Compiling scroll v0.12.0 |
| 1958 | 2026-05-28T05:47:31.545Z | Compiling toml_datetime v0.6.11 |
| 1959 | 2026-05-28T05:47:31.573Z | Compiling serde_spanned v0.6.9 |
| 1960 | 2026-05-28T05:47:31.690Z | Compiling async-trait v0.1.89 |
| 1961 | 2026-05-28T05:47:31.714Z | Compiling heapless v0.7.17 |
| 1962 | 2026-05-28T05:47:31.743Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1963 | 2026-05-28T05:47:31.783Z | Compiling try-lock v0.2.5 |
| 1964 | 2026-05-28T05:47:31.798Z | Compiling tower-layer v0.3.3 |
| 1965 | 2026-05-28T05:47:31.924Z | Compiling zstd-safe v7.2.4 |
| 1966 | 2026-05-28T05:47:32.026Z | Compiling signal-hook v0.3.18 |
| 1967 | 2026-05-28T05:47:32.058Z | Compiling tower-service v0.3.3 |
| 1968 | 2026-05-28T05:47:32.158Z | Compiling fastrand v2.3.0 |
| 1969 | 2026-05-28T05:47:32.235Z | Compiling want v0.3.1 |
| 1970 | 2026-05-28T05:47:32.253Z | Compiling h2 v0.4.13 |
| 1971 | 2026-05-28T05:47:32.270Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1972 | 2026-05-28T05:47:32.421Z | Compiling goblin v0.8.2 |
| 1973 | 2026-05-28T05:47:32.489Z | Compiling goblin v0.10.5 |
| 1974 | 2026-05-28T05:47:32.522Z | Compiling pkcs8 v0.10.2 |
| 1975 | 2026-05-28T05:47:32.619Z | Compiling zerocopy v0.7.35 |
| 1976 | 2026-05-28T05:47:32.662Z | Compiling ipnet v2.11.0 |
| 1977 | 2026-05-28T05:47:32.846Z | Compiling ref-cast-impl v1.0.25 |
| 1978 | 2026-05-28T05:47:33.096Z | Compiling curve25519-dalek v4.1.3 |
| 1979 | 2026-05-28T05:47:33.123Z | Compiling darling_core v0.20.11 |
| 1980 | 2026-05-28T05:47:33.220Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1981 | 2026-05-28T05:47:33.398Z | Compiling memoffset v0.9.1 |
| 1982 | 2026-05-28T05:47:33.413Z | Compiling httpdate v1.0.3 |
| 1983 | 2026-05-28T05:47:33.529Z | Compiling pin-utils v0.1.0 |
| 1984 | 2026-05-28T05:47:33.714Z | Compiling winnow v0.5.40 |
| 1985 | 2026-05-28T05:47:33.798Z | Compiling litrs v1.0.0 |
| 1986 | 2026-05-28T05:47:33.868Z | Compiling foreign-types-shared v0.1.1 |
| 1987 | 2026-05-28T05:47:33.976Z | Compiling rustix v0.38.44 |
| 1988 | 2026-05-28T05:47:34.284Z | Compiling document-features v0.2.12 |
| 1989 | 2026-05-28T05:47:34.314Z | Compiling tempfile v3.25.0 |
| 1990 | 2026-05-28T05:47:34.333Z | Compiling foreign-types v0.3.2 |
| 1991 | 2026-05-28T05:47:34.672Z | Compiling dof v0.3.0 |
| 1992 | 2026-05-28T05:47:34.828Z | Compiling unicode-normalization v0.1.25 |
| 1993 | 2026-05-28T05:47:34.987Z | Compiling dtrace-parser v0.2.0 |
| 1994 | 2026-05-28T05:47:35.117Z | Compiling darling_macro v0.20.11 |
| 1995 | 2026-05-28T05:47:35.181Z | Compiling toml_edit v0.19.15 |
| 1996 | 2026-05-28T05:47:35.195Z | Compiling dof v0.4.0 |
| 1997 | 2026-05-28T05:47:35.304Z | Compiling hyper v1.8.1 |
| 1998 | 2026-05-28T05:47:35.502Z | Compiling dtrace-parser v0.3.0 |
| 1999 | 2026-05-28T05:47:35.617Z | Compiling pin-project-internal v1.1.11 |
| 2000 | 2026-05-28T05:47:35.638Z | Compiling daft-derive v0.1.7 |
| 2001 | 2026-05-28T05:47:35.776Z | Compiling spin v0.9.8 |
| 2002 | 2026-05-28T05:47:35.817Z | Compiling thread-id v5.1.0 |
| 2003 | 2026-05-28T05:47:35.834Z | Compiling thread-id v4.2.2 |
| 2004 | 2026-05-28T05:47:35.926Z | Compiling powerfmt v0.2.0 |
| 2005 | 2026-05-28T05:47:35.977Z | Compiling cfg_aliases v0.2.1 |
| 2006 | 2026-05-28T05:47:36.074Z | Compiling num-bigint-dig v0.8.6 |
| 2007 | 2026-05-28T05:47:36.092Z | Compiling smoltcp v0.9.1 |
| 2008 | 2026-05-28T05:47:36.132Z | Compiling deranged v0.5.8 |
| 2009 | 2026-05-28T05:47:36.221Z | Compiling nix v0.31.2 |
| 2010 | 2026-05-28T05:47:36.614Z | Compiling hyper-util v0.1.20 |
| 2011 | 2026-05-28T05:47:36.669Z | Compiling darling v0.20.11 |
| 2012 | 2026-05-28T05:47:36.849Z | Compiling rustls-native-certs v0.8.3 |
| 2013 | 2026-05-28T05:47:36.883Z | Compiling ipnetwork v0.21.1 |
| 2014 | 2026-05-28T05:47:37.230Z | Compiling strum_macros v0.26.4 |
| 2015 | 2026-05-28T05:47:37.292Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2016 | 2026-05-28T05:47:37.555Z | Compiling sync_wrapper v1.0.2 |
| 2017 | 2026-05-28T05:47:37.598Z | Compiling wait-timeout v0.2.1 |
| 2018 | 2026-05-28T05:47:37.698Z | Compiling num_threads v0.1.7 |
| 2019 | 2026-05-28T05:47:37.812Z | Compiling simd-adler32 v0.3.8 |
| 2020 | 2026-05-28T05:47:37.895Z | Compiling utf8parse v0.2.2 |
| 2021 | 2026-05-28T05:47:38.029Z | Compiling anstyle v1.0.13 |
| 2022 | 2026-05-28T05:47:38.076Z | Compiling quick-error v1.2.3 |
| 2023 | 2026-05-28T05:47:38.108Z | Compiling siphasher v1.0.2 |
| 2024 | 2026-05-28T05:47:38.221Z | Compiling bit-vec v0.8.0 |
| 2025 | 2026-05-28T05:47:38.309Z | Compiling rusty-fork v0.3.1 |
| 2026 | 2026-05-28T05:47:38.384Z | Compiling time v0.3.47 |
| 2027 | 2026-05-28T05:47:38.480Z | Compiling bit-set v0.8.0 |
| 2028 | 2026-05-28T05:47:38.657Z | Compiling anstyle-parse v0.2.7 |
| 2029 | 2026-05-28T05:47:38.673Z | Compiling tower v0.5.3 |
| 2030 | 2026-05-28T05:47:38.868Z | Compiling derive_builder_core v0.20.2 |
| 2031 | 2026-05-28T05:47:38.979Z | Compiling http-body-util v0.1.3 |
| 2032 | 2026-05-28T05:47:39.221Z | Compiling webpki-roots v1.0.6 |
| 2033 | 2026-05-28T05:47:39.280Z | Compiling rand_xorshift v0.4.0 |
| 2034 | 2026-05-28T05:47:39.363Z | Compiling signature v2.2.0 |
| 2035 | 2026-05-28T05:47:39.438Z | Compiling hubpack_derive v0.1.1 |
| 2036 | 2026-05-28T05:47:39.453Z | Compiling strum_macros v0.27.2 |
| 2037 | 2026-05-28T05:47:39.518Z | Compiling snafu-derive v0.8.9 |
| 2038 | 2026-05-28T05:47:39.658Z | Compiling fs-err v3.3.0 |
| 2039 | 2026-05-28T05:47:39.728Z | Compiling ahash v0.8.12 |
| 2040 | 2026-05-28T05:47:39.800Z | Compiling adler2 v2.0.1 |
| 2041 | 2026-05-28T05:47:39.927Z | Compiling is_terminal_polyfill v1.70.2 |
| 2042 | 2026-05-28T05:47:39.956Z | Compiling ryu v1.0.23 |
| 2043 | 2026-05-28T05:47:39.976Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-05-28T05:47:39.994Z | Compiling iri-string v0.7.10 |
| 2045 | 2026-05-28T05:47:40.009Z | Compiling allocator-api2 v0.2.21 |
| 2046 | 2026-05-28T05:47:40.103Z | Compiling unarray v0.1.4 |
| 2047 | 2026-05-28T05:47:40.144Z | Compiling colorchoice v1.0.4 |
| 2048 | 2026-05-28T05:47:40.227Z | Compiling object v0.37.3 |
| 2049 | 2026-05-28T05:47:40.244Z | Compiling unicode-properties v0.1.4 |
| 2050 | 2026-05-28T05:47:40.260Z | Compiling unicode-bidi v0.3.18 |
| 2051 | 2026-05-28T05:47:40.278Z | Compiling unicode-segmentation v1.12.0 |
| 2052 | 2026-05-28T05:47:40.389Z | Compiling serde_urlencoded v0.7.1 |
| 2053 | 2026-05-28T05:47:40.480Z | Compiling anstream v0.6.21 |
| 2054 | 2026-05-28T05:47:40.535Z | Compiling proptest v1.10.0 |
| 2055 | 2026-05-28T05:47:40.724Z | Compiling stringprep v0.1.5 |
| 2056 | 2026-05-28T05:47:40.837Z | Compiling miniz_oxide v0.8.9 |
| 2057 | 2026-05-28T05:47:41.005Z | Compiling derive_builder_macro v0.20.2 |
| 2058 | 2026-05-28T05:47:41.224Z | Compiling tower-http v0.6.8 |
| 2059 | 2026-05-28T05:47:41.301Z | Compiling tokio-native-tls v0.3.1 |
| 2060 | 2026-05-28T05:47:41.317Z | Compiling usdt-attr-macro v0.6.0 |
| 2061 | 2026-05-28T05:47:41.382Z | Compiling usdt-macro v0.6.0 |
| 2062 | 2026-05-28T05:47:41.678Z | Compiling rand_chacha v0.3.1 |
| 2063 | 2026-05-28T05:47:41.710Z | Compiling erased-serde v0.3.31 |
| 2064 | 2026-05-28T05:47:41.785Z | Compiling md-5 v0.10.6 |
| 2065 | 2026-05-28T05:47:41.821Z | Compiling bstr v1.12.1 |
| 2066 | 2026-05-28T05:47:41.959Z | Compiling num-integer v0.1.46 |
| 2067 | 2026-05-28T05:47:42.067Z | Compiling hash32 v0.2.1 |
| 2068 | 2026-05-28T05:47:42.093Z | Compiling vergen-lib v0.1.6 |
| 2069 | 2026-05-28T05:47:42.110Z | Compiling ff v0.13.1 |
| 2070 | 2026-05-28T05:47:42.170Z | Compiling zlib-rs v0.6.2 |
| 2071 | 2026-05-28T05:47:42.188Z | Compiling psl-types v2.0.11 |
| 2072 | 2026-05-28T05:47:42.280Z | Compiling base16ct v0.2.0 |
| 2073 | 2026-05-28T05:47:42.311Z | Compiling fallible-iterator v0.2.0 |
| 2074 | 2026-05-28T05:47:42.361Z | Compiling publicsuffix v2.3.0 |
| 2075 | 2026-05-28T05:47:42.378Z | Compiling group v0.13.0 |
| 2076 | 2026-05-28T05:47:42.394Z | Compiling num-iter v0.1.45 |
| 2077 | 2026-05-28T05:47:42.463Z | Compiling sec1 v0.7.3 |
| 2078 | 2026-05-28T05:47:42.587Z | Compiling newtype-uuid v1.3.2 |
| 2079 | 2026-05-28T05:47:42.603Z | Compiling postgres-protocol v0.6.10 |
| 2080 | 2026-05-28T05:47:42.637Z | Compiling rand v0.8.6 |
| 2081 | 2026-05-28T05:47:42.898Z | Compiling oxnet v0.1.4 |
| 2082 | 2026-05-28T05:47:43.230Z | Compiling derive_builder v0.20.2 |
| 2083 | 2026-05-28T05:47:43.281Z | Compiling hyper-tls v0.6.0 |
| 2084 | 2026-05-28T05:47:43.314Z | Compiling heck v0.4.1 |
| 2085 | 2026-05-28T05:47:43.314Z | Compiling phf_shared v0.13.1 |
| 2086 | 2026-05-28T05:47:43.377Z | Compiling pin-project v1.1.11 |
| 2087 | 2026-05-28T05:47:43.478Z | Compiling lazy_static v1.5.0 |
| 2088 | 2026-05-28T05:47:43.587Z | Compiling terminal_size v0.4.3 |
| 2089 | 2026-05-28T05:47:43.602Z | Compiling serde_with_macros v3.17.0 |
| 2090 | 2026-05-28T05:47:43.619Z | Compiling futures-executor v0.3.32 |
| 2091 | 2026-05-28T05:47:43.633Z | Compiling hex v0.4.3 |
| 2092 | 2026-05-28T05:47:43.663Z | Compiling cargo-platform v0.1.9 |
| 2093 | 2026-05-28T05:47:43.917Z | Compiling hkdf v0.12.4 |
| 2094 | 2026-05-28T05:47:43.935Z | Compiling crypto-bigint v0.5.5 |
| 2095 | 2026-05-28T05:47:43.948Z | Compiling serde_repr v0.1.20 |
| 2096 | 2026-05-28T05:47:44.033Z | Compiling enum-as-inner v0.6.1 |
| 2097 | 2026-05-28T05:47:44.083Z | Compiling clap_derive v4.5.55 |
| 2098 | 2026-05-28T05:47:44.215Z | Compiling flate2 v1.1.9 |
| 2099 | 2026-05-28T05:47:44.267Z | Compiling async-recursion v1.1.1 |
| 2100 | 2026-05-28T05:47:44.486Z | Compiling vergen v9.0.6 |
| 2101 | 2026-05-28T05:47:44.555Z | Compiling encoding_rs v0.8.35 |
| 2102 | 2026-05-28T05:47:44.621Z | Compiling mime v0.3.17 |
| 2103 | 2026-05-28T05:47:44.725Z | Compiling bumpalo v3.20.2 |
| 2104 | 2026-05-28T05:47:44.850Z | Compiling managed v0.8.0 |
| 2105 | 2026-05-28T05:47:44.882Z | Compiling clap_lex v1.0.0 |
| 2106 | 2026-05-28T05:47:44.909Z | Compiling foldhash v0.2.0 |
| 2107 | 2026-05-28T05:47:44.998Z | Compiling bitflags v1.3.2 |
| 2108 | 2026-05-28T05:47:45.030Z | Compiling libbz2-rs-sys v0.2.2 |
| 2109 | 2026-05-28T05:47:45.048Z | Compiling same-file v1.0.6 |
| 2110 | 2026-05-28T05:47:45.092Z | Compiling foldhash v0.1.5 |
| 2111 | 2026-05-28T05:47:45.122Z | Compiling hashbrown v0.16.1 |
| 2112 | 2026-05-28T05:47:45.201Z | Compiling walkdir v2.5.0 |
| 2113 | 2026-05-28T05:47:45.227Z | Compiling hashbrown v0.15.5 |
| 2114 | 2026-05-28T05:47:45.282Z | Compiling clap_builder v4.5.60 |
| 2115 | 2026-05-28T05:47:45.299Z | Compiling zopfli v0.8.3 |
| 2116 | 2026-05-28T05:47:45.500Z | Compiling bzip2 v0.6.1 |
| 2117 | 2026-05-28T05:47:45.731Z | Compiling elliptic-curve v0.13.8 |
| 2118 | 2026-05-28T05:47:45.901Z | Compiling zstd v0.13.3 |
| 2119 | 2026-05-28T05:47:45.922Z | Compiling cargo_metadata v0.19.2 |
| 2120 | 2026-05-28T05:47:45.925Z | Compiling futures v0.3.32 |
| 2121 | 2026-05-28T05:47:46.224Z | Compiling phf v0.13.1 |
| 2122 | 2026-05-28T05:47:46.264Z | Compiling snafu v0.8.9 |
| 2123 | 2026-05-28T05:47:46.404Z | Compiling signal-hook-mio v0.2.5 |
| 2124 | 2026-05-28T05:47:46.544Z | Compiling daft v0.1.7 |
| 2125 | 2026-05-28T05:47:46.622Z | Compiling cookie_store v0.22.1 |
| 2126 | 2026-05-28T05:47:46.637Z | Compiling postgres-types v0.2.12 |
| 2127 | 2026-05-28T05:47:46.664Z | Compiling bzip2 v0.4.4 |
| 2128 | 2026-05-28T05:47:46.846Z | Compiling globset v0.4.18 |
| 2129 | 2026-05-28T05:47:46.895Z | Compiling strum v0.27.2 |
| 2130 | 2026-05-28T05:47:47.242Z | Compiling hubpack v0.1.2 |
| 2131 | 2026-05-28T05:47:47.277Z | Compiling ed25519 v2.2.3 |
| 2132 | 2026-05-28T05:47:47.277Z | Compiling phf_shared v0.11.3 |
| 2133 | 2026-05-28T05:47:47.385Z | Compiling crossbeam-epoch v0.9.18 |
| 2134 | 2026-05-28T05:47:47.477Z | Compiling olpc-cjson v0.1.4 |
| 2135 | 2026-05-28T05:47:47.491Z | Compiling pkcs1 v0.7.5 |
| 2136 | 2026-05-28T05:47:47.508Z | Compiling pem v3.0.6 |
| 2137 | 2026-05-28T05:47:47.584Z | Compiling serde-big-array v0.5.1 |
| 2138 | 2026-05-28T05:47:47.661Z | Compiling serde_plain v1.0.2 |
| 2139 | 2026-05-28T05:47:47.696Z | Compiling rfc6979 v0.4.0 |
| 2140 | 2026-05-28T05:47:47.712Z | Compiling float-cmp v0.10.0 |
| 2141 | 2026-05-28T05:47:47.752Z | Compiling memmap2 v0.9.10 |
| 2142 | 2026-05-28T05:47:47.844Z | Compiling env_filter v1.0.0 |
| 2143 | 2026-05-28T05:47:47.887Z | Compiling predicates-core v1.0.10 |
| 2144 | 2026-05-28T05:47:47.890Z | Compiling keccak v0.1.6 |
| 2145 | 2026-05-28T05:47:47.890Z | Compiling toml_write v0.1.2 |
| 2146 | 2026-05-28T05:47:47.936Z | Compiling precomputed-hash v0.1.1 |
| 2147 | 2026-05-28T05:47:47.982Z | Compiling data-encoding v2.10.0 |
| 2148 | 2026-05-28T05:47:48.060Z | Compiling typed-path v0.9.3 |
| 2149 | 2026-05-28T05:47:48.095Z | Compiling fixedbitset v0.4.2 |
| 2150 | 2026-05-28T05:47:48.116Z | Compiling normalize-line-endings v0.3.0 |
| 2151 | 2026-05-28T05:47:48.146Z | Compiling whoami v2.1.0 |
| 2152 | 2026-05-28T05:47:48.146Z | Compiling new_debug_unreachable v1.0.6 |
| 2153 | 2026-05-28T05:47:48.183Z | Compiling jiff v0.2.21 |
| 2154 | 2026-05-28T05:47:48.231Z | Compiling static_assertions v1.1.0 |
| 2155 | 2026-05-28T05:47:48.251Z | Compiling difflib v0.4.0 |
| 2156 | 2026-05-28T05:47:48.270Z | Compiling fixedbitset v0.5.7 |
| 2157 | 2026-05-28T05:47:48.339Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2158 | 2026-05-28T05:47:48.506Z | Compiling predicates v3.1.4 |
| 2159 | 2026-05-28T05:47:48.542Z | Compiling petgraph v0.8.3 |
| 2160 | 2026-05-28T05:47:48.574Z | Compiling tokio-postgres v0.7.16 |
| 2161 | 2026-05-28T05:47:48.726Z | Compiling hickory-proto v0.25.2 |
| 2162 | 2026-05-28T05:47:48.830Z | Compiling petgraph v0.6.5 |
| 2163 | 2026-05-28T05:47:49.097Z | Compiling string_cache v0.8.9 |
| 2164 | 2026-05-28T05:47:49.115Z | Compiling toml_edit v0.22.27 |
| 2165 | 2026-05-28T05:47:49.233Z | Compiling sha3 v0.10.8 |
| 2166 | 2026-05-28T05:47:49.472Z | Compiling env_logger v0.11.9 |
| 2167 | 2026-05-28T05:47:49.521Z | Compiling usdt v0.6.0 |
| 2168 | 2026-05-28T05:47:49.800Z | Compiling ecdsa v0.16.9 |
| 2169 | 2026-05-28T05:47:49.817Z | Compiling rsa v0.9.10 |
| 2170 | 2026-05-28T05:47:50.323Z | Compiling ed25519-dalek v2.2.0 |
| 2171 | 2026-05-28T05:47:50.643Z | Compiling crossterm v0.28.1 |
| 2172 | 2026-05-28T05:47:50.750Z | Compiling zip v0.6.6 |
| 2173 | 2026-05-28T05:47:50.914Z | Compiling zip v4.6.1 |
| 2174 | 2026-05-28T05:47:51.146Z | Compiling clap v4.5.60 |
| 2175 | 2026-05-28T05:47:51.305Z | Compiling iddqd v0.4.1 |
| 2176 | 2026-05-28T05:47:51.650Z | Compiling serde_with v3.17.0 |
| 2177 | 2026-05-28T05:47:51.805Z | Compiling similar v2.7.0 |
| 2178 | 2026-05-28T05:47:51.823Z | Compiling strum v0.26.3 |
| 2179 | 2026-05-28T05:47:51.845Z | Compiling toml v0.7.8 |
| 2180 | 2026-05-28T05:47:51.923Z | Compiling tokio-stream v0.1.18 |
| 2181 | 2026-05-28T05:47:51.960Z | Compiling itertools v0.13.0 |
| 2182 | 2026-05-28T05:47:51.981Z | Compiling buf-list v1.1.2 |
| 2183 | 2026-05-28T05:47:52.366Z | Compiling x509-cert v0.2.5 |
| 2184 | 2026-05-28T05:47:52.549Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2185 | 2026-05-28T05:47:52.565Z | Compiling openapiv3 v2.2.0 |
| 2186 | 2026-05-28T05:47:52.731Z | Compiling sha1 v0.10.6 |
| 2187 | 2026-05-28T05:47:53.063Z | Compiling lalrpop-util v0.19.12 |
| 2188 | 2026-05-28T05:47:53.283Z | Compiling peg-runtime v0.8.5 |
| 2189 | 2026-05-28T05:48:08.000Z | Compiling rustls-webpki v0.103.9 |
| 2190 | 2026-05-28T05:48:09.802Z | Compiling macaddr v1.0.1 |
| 2191 | 2026-05-28T05:48:09.841Z | Compiling structmeta-derive v0.3.0 |
| 2192 | 2026-05-28T05:48:10.016Z | Compiling rayon-core v1.13.0 |
| 2193 | 2026-05-28T05:48:10.074Z | Compiling crucible-workspace-hack v0.1.0 |
| 2194 | 2026-05-28T05:48:10.093Z | Compiling itertools v0.14.0 |
| 2195 | 2026-05-28T05:48:10.119Z | Compiling secrecy v0.10.3 |
| 2196 | 2026-05-28T05:48:10.317Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2197 | 2026-05-28T05:48:10.370Z | Compiling rustls v0.22.4 |
| 2198 | 2026-05-28T05:48:10.370Z | Compiling heapless v0.8.0 |
| 2199 | 2026-05-28T05:48:10.506Z | Compiling crossbeam-deque v0.8.6 |
| 2200 | 2026-05-28T05:48:10.601Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2201 | 2026-05-28T05:48:10.604Z | Compiling rustls-webpki v0.102.8 |
| 2202 | 2026-05-28T05:48:10.635Z | Compiling hash32 v0.3.1 |
| 2203 | 2026-05-28T05:48:10.724Z | Compiling multer v3.1.0 |
| 2204 | 2026-05-28T05:48:10.745Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2026-05-28T05:48:10.782Z | Compiling thread_local v1.1.9 |
| 2206 | 2026-05-28T05:48:10.832Z | Compiling slog-async v2.8.0 |
| 2207 | 2026-05-28T05:48:10.870Z | Compiling structmeta v0.3.0 |
| 2208 | 2026-05-28T05:48:10.903Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2209 | 2026-05-28T05:48:10.923Z | Compiling smoltcp v0.11.0 |
| 2210 | 2026-05-28T05:48:10.953Z | Compiling match_cfg v0.1.0 |
| 2211 | 2026-05-28T05:48:11.006Z | Compiling unicode-width v0.2.0 |
| 2212 | 2026-05-28T05:48:11.052Z | Compiling compression-core v0.4.31 |
| 2213 | 2026-05-28T05:48:11.111Z | Compiling derive-ex v0.1.8 |
| 2214 | 2026-05-28T05:48:11.172Z | Compiling proc-macro-crate v3.4.0 |
| 2215 | 2026-05-28T05:48:11.194Z | Compiling compression-codecs v0.4.37 |
| 2216 | 2026-05-28T05:48:11.260Z | Compiling hostname v0.3.1 |
| 2217 | 2026-05-28T05:48:11.416Z | Compiling ingot-macros v0.1.1 |
| 2218 | 2026-05-28T05:48:11.451Z | Compiling slog-json v2.6.1 |
| 2219 | 2026-05-28T05:48:11.558Z | Compiling crossbeam-channel v0.5.15 |
| 2220 | 2026-05-28T05:48:11.592Z | Compiling half v2.7.1 |
| 2221 | 2026-05-28T05:48:11.635Z | Compiling newtype-uuid-macros v0.1.0 |
| 2222 | 2026-05-28T05:48:11.733Z | Compiling cobs v0.3.0 |
| 2223 | 2026-05-28T05:48:11.865Z | Compiling tokio-rustls v0.26.4 |
| 2224 | 2026-05-28T05:48:11.964Z | Compiling rustls-platform-verifier v0.6.2 |
| 2225 | 2026-05-28T05:48:12.041Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2226 | 2026-05-28T05:48:12.157Z | Compiling hyper-rustls v0.27.7 |
| 2227 | 2026-05-28T05:48:12.198Z | Compiling universal-hash v0.5.1 |
| 2228 | 2026-05-28T05:48:12.270Z | Compiling async-stream-impl v0.3.6 |
| 2229 | 2026-05-28T05:48:12.367Z | Compiling serde_spanned v1.0.4 |
| 2230 | 2026-05-28T05:48:12.383Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2231 | 2026-05-28T05:48:12.485Z | Compiling reqwest v0.12.28 |
| 2232 | 2026-05-28T05:48:12.511Z | Compiling reqwest v0.13.2 |
| 2233 | 2026-05-28T05:48:12.557Z | Compiling is-terminal v0.4.17 |
| 2234 | 2026-05-28T05:48:12.673Z | Compiling dropshot v0.17.0 |
| 2235 | 2026-05-28T05:48:12.689Z | Compiling proc-macro-error-attr v1.0.4 |
| 2236 | 2026-05-28T05:48:12.838Z | Compiling opaque-debug v0.3.1 |
| 2237 | 2026-05-28T05:48:12.874Z | Compiling ciborium-io v0.2.2 |
| 2238 | 2026-05-28T05:48:12.895Z | Compiling term v1.2.1 |
| 2239 | 2026-05-28T05:48:12.910Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2240 | 2026-05-28T05:48:12.926Z | Compiling take_mut v0.2.2 |
| 2241 | 2026-05-28T05:48:12.943Z | Compiling convert_case v0.4.0 |
| 2242 | 2026-05-28T05:48:12.994Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2243 | 2026-05-28T05:48:13.100Z | Compiling thiserror-no-std v2.0.2 |
| 2244 | 2026-05-28T05:48:13.153Z | Compiling ciborium-ll v0.2.2 |
| 2245 | 2026-05-28T05:48:13.221Z | Compiling slog-term v2.9.2 |
| 2246 | 2026-05-28T05:48:13.256Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2247 | 2026-05-28T05:48:13.283Z | Compiling derive_more v0.99.20 |
| 2248 | 2026-05-28T05:48:13.299Z | Compiling tokio-rustls v0.25.0 |
| 2249 | 2026-05-28T05:48:13.500Z | Compiling poly1305 v0.8.0 |
| 2250 | 2026-05-28T05:48:13.536Z | Compiling async-stream v0.3.6 |
| 2251 | 2026-05-28T05:48:13.565Z | Compiling test-strategy v0.4.5 |
| 2252 | 2026-05-28T05:48:13.756Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2253 | 2026-05-28T05:48:14.041Z | Compiling tough v0.22.0 |
| 2254 | 2026-05-28T05:48:14.144Z | Compiling ingot-types v0.1.2 |
| 2255 | 2026-05-28T05:48:14.161Z | Compiling postcard v1.1.3 |
| 2256 | 2026-05-28T05:48:14.483Z | Compiling slog-bunyan v2.5.0 |
| 2257 | 2026-05-28T05:48:14.579Z | Compiling ingot v0.1.1 |
| 2258 | 2026-05-28T05:48:14.632Z | Compiling num_enum_derive v0.7.5 |
| 2259 | 2026-05-28T05:48:14.695Z | Compiling async-compression v0.4.41 |
| 2260 | 2026-05-28T05:48:14.884Z | Compiling parse-display-derive v0.10.0 |
| 2261 | 2026-05-28T05:48:15.185Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2262 | 2026-05-28T05:48:15.466Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2263 | 2026-05-28T05:48:15.512Z | Compiling proc-macro-crate v1.3.1 |
| 2264 | 2026-05-28T05:48:15.634Z | Compiling backon v1.6.0 |
| 2265 | 2026-05-28T05:48:15.786Z | Compiling waitgroup v0.1.2 |
| 2266 | 2026-05-28T05:48:15.807Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2267 | 2026-05-28T05:48:15.883Z | Compiling password-hash v0.5.0 |
| 2268 | 2026-05-28T05:48:15.908Z | Compiling chacha20 v0.9.1 |
| 2269 | 2026-05-28T05:48:15.925Z | Compiling dropshot_endpoint v0.17.0 |
| 2270 | 2026-05-28T05:48:15.947Z | Compiling rustls-pemfile v2.2.0 |
| 2271 | 2026-05-28T05:48:15.991Z | Compiling blake2 v0.10.6 |
| 2272 | 2026-05-28T05:48:16.192Z | Compiling aead v0.5.2 |
| 2273 | 2026-05-28T05:48:16.266Z | Compiling foreign-types-macros v0.2.3 |
| 2274 | 2026-05-28T05:48:16.423Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2275 | 2026-05-28T05:48:16.536Z | Compiling serde_path_to_error v0.1.20 |
| 2276 | 2026-05-28T05:48:16.562Z | Compiling hostname v0.4.2 |
| 2277 | 2026-05-28T05:48:16.760Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2278 | 2026-05-28T05:48:16.826Z | Compiling proc-macro-error v1.0.4 |
| 2279 | 2026-05-28T05:48:16.859Z | Compiling instant v0.1.13 |
| 2280 | 2026-05-28T05:48:16.877Z | Compiling typeid v1.0.3 |
| 2281 | 2026-05-28T05:48:16.877Z | Compiling debug-ignore v1.0.5 |
| 2282 | 2026-05-28T05:48:16.909Z | Compiling cpufeatures v0.3.0 |
| 2283 | 2026-05-28T05:48:16.912Z | Compiling foreign-types-shared v0.3.1 |
| 2284 | 2026-05-28T05:48:16.966Z | Compiling backoff v0.4.0 |
| 2285 | 2026-05-28T05:48:17.007Z | Compiling chacha20 v0.10.0 |
| 2286 | 2026-05-28T05:48:17.026Z | Compiling foreign-types v0.5.0 |
| 2287 | 2026-05-28T05:48:17.029Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2288 | 2026-05-28T05:48:17.029Z | Compiling parse-display v0.10.0 |
| 2289 | 2026-05-28T05:48:17.029Z | Compiling chacha20poly1305 v0.10.1 |
| 2290 | 2026-05-28T05:48:17.071Z | Compiling argon2 v0.5.3 |
| 2291 | 2026-05-28T05:48:17.131Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2292 | 2026-05-28T05:48:17.207Z | Compiling num_enum_derive v0.5.11 |
| 2293 | 2026-05-28T05:48:17.227Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2294 | 2026-05-28T05:48:17.244Z | Compiling num_enum v0.7.5 |
| 2295 | 2026-05-28T05:48:17.330Z | Compiling ciborium v0.2.2 |
| 2296 | 2026-05-28T05:48:17.402Z | Compiling vsss-rs v3.3.4 |
| 2297 | 2026-05-28T05:48:17.574Z | Compiling tabwriter v1.4.1 |
| 2298 | 2026-05-28T05:48:17.705Z | Compiling regress v0.10.5 |
| 2299 | 2026-05-28T05:48:17.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2300 | 2026-05-28T05:48:17.932Z | Compiling byte-wrapper v0.1.0 |
| 2301 | 2026-05-28T05:48:17.974Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2302 | 2026-05-28T05:48:18.093Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2303 | 2026-05-28T05:48:18.118Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2304 | 2026-05-28T05:48:18.164Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2305 | 2026-05-28T05:48:18.184Z | Compiling cstr-argument v0.1.2 |
| 2306 | 2026-05-28T05:48:18.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2307 | 2026-05-28T05:48:18.417Z | Compiling erased-serde v0.4.9 |
| 2308 | 2026-05-28T05:48:18.526Z | Compiling humantime v2.3.0 |
| 2309 | 2026-05-28T05:48:18.573Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-05-28T05:48:18.629Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2311 | 2026-05-28T05:48:18.729Z | Compiling num_enum v0.5.11 |
| 2312 | 2026-05-28T05:48:18.774Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2313 | 2026-05-28T05:48:18.867Z | Compiling rand v0.10.0 |
| 2314 | 2026-05-28T05:48:18.884Z | Compiling rayon v1.11.0 |
| 2315 | 2026-05-28T05:48:18.931Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2316 | 2026-05-28T05:48:18.947Z | Compiling colored v3.1.1 |
| 2317 | 2026-05-28T05:48:18.998Z | Compiling indent_write v2.2.0 |
| 2318 | 2026-05-28T05:48:19.034Z | Compiling libefi-sys v0.1.0 |
| 2319 | 2026-05-28T05:48:19.054Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2320 | 2026-05-28T05:48:19.128Z | Compiling zone_cfg_derive v0.3.1 |
| 2321 | 2026-05-28T05:48:19.174Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2322 | 2026-05-28T05:48:19.282Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2323 | 2026-05-28T05:48:19.311Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2324 | 2026-05-28T05:48:19.373Z | Compiling camino-tempfile v1.4.1 |
| 2325 | 2026-05-28T05:48:19.566Z | Compiling itertools v0.12.1 |
| 2326 | 2026-05-28T05:48:19.642Z | Compiling usdt-attr-macro v0.5.0 |
| 2327 | 2026-05-28T05:48:19.702Z | Compiling usdt-macro v0.5.0 |
| 2328 | 2026-05-28T05:48:19.726Z | Compiling bitfield-struct v0.6.2 |
| 2329 | 2026-05-28T05:48:19.799Z | Compiling num-derive v0.4.2 |
| 2330 | 2026-05-28T05:48:19.816Z | Compiling blake3 v1.8.3 |
| 2331 | 2026-05-28T05:48:19.845Z | Compiling ordered-float v2.10.1 |
| 2332 | 2026-05-28T05:48:20.151Z | Compiling memmap v0.7.0 |
| 2333 | 2026-05-28T05:48:20.194Z | Compiling sigpipe v0.1.3 |
| 2334 | 2026-05-28T05:48:20.319Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2335 | 2026-05-28T05:48:20.378Z | Compiling glob v0.3.3 |
| 2336 | 2026-05-28T05:48:20.410Z | Compiling swrite v0.1.0 |
| 2337 | 2026-05-28T05:48:20.432Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2338 | 2026-05-28T05:48:20.449Z | Compiling usdt v0.5.0 |
| 2339 | 2026-05-28T05:48:20.575Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-28T05:48:20.718Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2341 | 2026-05-28T05:48:20.828Z | Compiling serde-value v0.7.0 |
| 2342 | 2026-05-28T05:48:21.019Z | Compiling zone v0.3.1 |
| 2343 | 2026-05-28T05:48:21.075Z | Compiling serde-untagged v0.1.9 |
| 2344 | 2026-05-28T05:48:21.097Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2345 | 2026-05-28T05:48:21.356Z | Compiling toml v0.8.23 |
| 2346 | 2026-05-28T05:48:21.372Z | Compiling smf v0.2.3 |
| 2347 | 2026-05-28T05:48:21.432Z | Compiling filetime v0.2.27 |
| 2348 | 2026-05-28T05:48:21.449Z | Compiling arrayvec v0.7.6 |
| 2349 | 2026-05-28T05:48:21.453Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2350 | 2026-05-28T05:48:21.482Z | Compiling whoami v1.6.1 |
| 2351 | 2026-05-28T05:48:21.552Z | Compiling unicode-xid v0.2.6 |
| 2352 | 2026-05-28T05:48:21.568Z | Compiling arrayref v0.3.9 |
| 2353 | 2026-05-28T05:48:21.663Z | Compiling constant_time_eq v0.4.2 |
| 2354 | 2026-05-28T05:48:21.678Z | Compiling xattr v1.6.1 |
| 2355 | 2026-05-28T05:48:21.696Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-05-28T05:48:21.721Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2357 | 2026-05-28T05:48:21.737Z | Compiling tokio-dtrace v0.1.1 |
| 2358 | 2026-05-28T05:48:21.890Z | Compiling cargo-util-schemas v0.8.2 |
| 2359 | 2026-05-28T05:48:21.905Z | Compiling tar v0.4.45 |
| 2360 | 2026-05-28T05:48:21.989Z | Compiling console v0.16.2 |
| 2361 | 2026-05-28T05:48:22.092Z | Compiling gethostname v0.5.0 |
| 2362 | 2026-05-28T05:48:22.258Z | Compiling cargo-platform v0.2.0 |
| 2363 | 2026-05-28T05:48:22.392Z | Compiling unit-prefix v0.5.2 |
| 2364 | 2026-05-28T05:48:22.476Z | Compiling topological-sort v0.2.2 |
| 2365 | 2026-05-28T05:48:22.555Z | Compiling indicatif v0.18.4 |
| 2366 | 2026-05-28T05:48:22.576Z | Compiling oxide-tokio-rt v0.1.4 |
| 2367 | 2026-05-28T05:48:22.635Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2368 | 2026-05-28T05:48:22.678Z | Compiling shell-words v1.1.1 |
| 2369 | 2026-05-28T05:48:23.112Z | Compiling cargo_metadata v0.21.0 |
| 2370 | 2026-05-28T05:48:32.404Z | Compiling progenitor-client v0.14.0 |
| 2371 | 2026-05-28T05:48:32.426Z | Compiling progenitor-client v0.10.0 |
| 2372 | 2026-05-28T05:48:32.426Z | Compiling omicron-zone-package v0.12.2 |
| 2373 | 2026-05-28T05:48:32.921Z | Compiling progenitor-extras v0.2.0 |
| 2374 | 2026-05-28T05:48:35.190Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2375 | 2026-05-28T05:48:35.210Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2376 | 2026-05-28T05:48:35.371Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2377 | 2026-05-28T05:48:35.387Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2378 | 2026-05-28T05:48:35.421Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2379 | 2026-05-28T05:48:35.455Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2380 | 2026-05-28T05:48:35.458Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2381 | 2026-05-28T05:48:35.486Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2382 | 2026-05-28T05:48:35.748Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2383 | 2026-05-28T05:48:39.545Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2384 | 2026-05-28T05:48:47.279Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2385 | 2026-05-28T05:48:50.435Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2386 | 2026-05-28T05:48:51.423Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2387 | 2026-05-28T05:49:01.013Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2388 | 2026-05-28T05:49:01.168Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2389 | 2026-05-28T05:49:01.228Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2390 | 2026-05-28T05:49:01.232Z | Created new build target 'test' and set it as active |
| 2391 | 2026-05-28T05:49:01.232Z | |
| 2392 | 2026-05-28T05:49:01.232Z | real 1:45.139262293 |
| 2393 | 2026-05-28T05:49:01.232Z | user 17:07.743215196 |
| 2394 | 2026-05-28T05:49:01.232Z | sys 2:42.149780678 |
| 2395 | 2026-05-28T05:49:01.232Z | trap 0.487371634 |
| 2396 | 2026-05-28T05:49:01.232Z | tflt 2.855250169 |
| 2397 | 2026-05-28T05:49:01.232Z | dflt 4.346593912 |
| 2398 | 2026-05-28T05:49:01.232Z | kflt 0.000487390 |
| 2399 | 2026-05-28T05:49:01.232Z | lock 53:16.988863945 |
| 2400 | 2026-05-28T05:49:01.232Z | slp 43:40.034162888 |
| 2401 | 2026-05-28T05:49:01.232Z | lat 45.165001000 |
| 2402 | 2026-05-28T05:49:01.232Z | stop 5:38.025653850 |
| 2403 | 2026-05-28T05:49:01.232Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2404 | 2026-05-28T05:49:02.129Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2405 | 2026-05-28T05:49:02.207Z | Running `target/release/omicron-package -t test package` |
| 2406 | 2026-05-28T05:49:02.266Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2407 | 2026-05-28T05:49:03.701Z | Compiling heck v0.5.0 |
| 2408 | 2026-05-28T05:49:03.701Z | Compiling regress v0.11.1 |
| 2409 | 2026-05-28T05:49:03.704Z | Compiling unsafe-libyaml v0.2.11 |
| 2410 | 2026-05-28T05:49:03.965Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2411 | 2026-05-28T05:49:03.985Z | Compiling regress v0.10.5 |
| 2412 | 2026-05-28T05:49:04.016Z | Compiling is-terminal v0.4.17 |
| 2413 | 2026-05-28T05:49:04.019Z | Compiling unicode-width v0.1.14 |
| 2414 | 2026-05-28T05:49:04.061Z | Compiling prettyplease v0.2.37 |
| 2415 | 2026-05-28T05:49:04.080Z | Compiling bytecount v0.6.9 |
| 2416 | 2026-05-28T05:49:04.083Z | Compiling rustls v0.22.4 |
| 2417 | 2026-05-28T05:49:04.083Z | Compiling rustls-webpki v0.102.8 |
| 2418 | 2026-05-28T05:49:04.083Z | Compiling derive-where v1.6.0 |
| 2419 | 2026-05-28T05:49:04.083Z | Compiling thread_local v1.1.9 |
| 2420 | 2026-05-28T05:49:04.124Z | Compiling compression-core v0.4.31 |
| 2421 | 2026-05-28T05:49:04.127Z | Compiling match_cfg v0.1.0 |
| 2422 | 2026-05-28T05:49:04.191Z | Compiling multer v3.1.0 |
| 2423 | 2026-05-28T05:49:04.259Z | Compiling hostname v0.3.1 |
| 2424 | 2026-05-28T05:49:04.281Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2425 | 2026-05-28T05:49:04.303Z | Compiling slog-async v2.8.0 |
| 2426 | 2026-05-28T05:49:04.306Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2427 | 2026-05-28T05:49:04.306Z | Compiling crossbeam-channel v0.5.15 |
| 2428 | 2026-05-28T05:49:04.374Z | Compiling compression-codecs v0.4.37 |
| 2429 | 2026-05-28T05:49:04.397Z | Compiling slog-json v2.6.1 |
| 2430 | 2026-05-28T05:49:04.418Z | Compiling serde_yaml v0.9.34+deprecated |
| 2431 | 2026-05-28T05:49:04.422Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2432 | 2026-05-28T05:49:04.458Z | Compiling serde_spanned v1.0.4 |
| 2433 | 2026-05-28T05:49:04.489Z | Compiling take_mut v0.2.2 |
| 2434 | 2026-05-28T05:49:04.516Z | Compiling term v1.2.1 |
| 2435 | 2026-05-28T05:49:04.628Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2436 | 2026-05-28T05:49:04.631Z | Compiling slog-bunyan v2.5.0 |
| 2437 | 2026-05-28T05:49:04.631Z | Compiling async-compression v0.4.41 |
| 2438 | 2026-05-28T05:49:04.796Z | Compiling slog-term v2.9.2 |
| 2439 | 2026-05-28T05:49:04.818Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2440 | 2026-05-28T05:49:04.822Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2441 | 2026-05-28T05:49:04.875Z | Compiling async-stream v0.3.6 |
| 2442 | 2026-05-28T05:49:05.006Z | Compiling dropshot v0.17.0 |
| 2443 | 2026-05-28T05:49:05.030Z | Compiling num-rational v0.4.2 |
| 2444 | 2026-05-28T05:49:05.052Z | Compiling progenitor-client v0.14.0 |
| 2445 | 2026-05-28T05:49:05.078Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2446 | 2026-05-28T05:49:05.081Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2447 | 2026-05-28T05:49:05.161Z | Compiling waitgroup v0.1.2 |
| 2448 | 2026-05-28T05:49:05.192Z | Compiling backon v1.6.0 |
| 2449 | 2026-05-28T05:49:05.315Z | Compiling rustls-pemfile v2.2.0 |
| 2450 | 2026-05-28T05:49:05.337Z | Compiling num-complex v0.4.6 |
| 2451 | 2026-05-28T05:49:05.341Z | Compiling hostname v0.4.2 |
| 2452 | 2026-05-28T05:49:05.382Z | Compiling serde_path_to_error v0.1.20 |
| 2453 | 2026-05-28T05:49:05.402Z | Compiling instant v0.1.13 |
| 2454 | 2026-05-28T05:49:05.424Z | Compiling debug-ignore v1.0.5 |
| 2455 | 2026-05-28T05:49:05.448Z | Compiling progenitor-extras v0.2.0 |
| 2456 | 2026-05-28T05:49:05.528Z | Compiling typify-impl v0.6.2 |
| 2457 | 2026-05-28T05:49:05.551Z | Compiling backoff v0.4.0 |
| 2458 | 2026-05-28T05:49:05.555Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2459 | 2026-05-28T05:49:05.613Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2460 | 2026-05-28T05:49:05.758Z | Compiling num v0.4.3 |
| 2461 | 2026-05-28T05:49:05.783Z | Compiling parse-display v0.10.0 |
| 2462 | 2026-05-28T05:49:05.809Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2463 | 2026-05-28T05:49:05.829Z | Compiling progenitor-client v0.13.0 |
| 2464 | 2026-05-28T05:49:05.869Z | Compiling progenitor-client v0.10.0 |
| 2465 | 2026-05-28T05:49:05.907Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2466 | 2026-05-28T05:49:06.004Z | Compiling macaddr v1.0.1 |
| 2467 | 2026-05-28T05:49:06.028Z | Compiling humantime v2.3.0 |
| 2468 | 2026-05-28T05:49:06.068Z | Compiling float-ord v0.3.2 |
| 2469 | 2026-05-28T05:49:06.210Z | Compiling console v0.15.11 |
| 2470 | 2026-05-28T05:49:06.278Z | Compiling atomicwrites v0.4.4 |
| 2471 | 2026-05-28T05:49:06.305Z | Compiling newline-converter v0.3.0 |
| 2472 | 2026-05-28T05:49:06.377Z | Compiling slog-dtrace v0.3.0 |
| 2473 | 2026-05-28T05:49:06.412Z | Compiling owo-colors v4.3.0 |
| 2474 | 2026-05-28T05:49:06.446Z | Compiling cancel-safe-futures v0.1.5 |
| 2475 | 2026-05-28T05:49:06.478Z | Compiling tokio-rustls v0.25.0 |
| 2476 | 2026-05-28T05:49:06.622Z | Compiling expectorate v1.2.0 |
| 2477 | 2026-05-28T05:49:06.666Z | Compiling resolv-conf v0.7.6 |
| 2478 | 2026-05-28T05:49:06.773Z | Compiling toml v0.8.23 |
| 2479 | 2026-05-28T05:49:06.776Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-05-28T05:49:06.942Z | Compiling linked-hash-map v0.5.6 |
| 2481 | 2026-05-28T05:49:07.056Z | Compiling libsw v3.5.0 |
| 2482 | 2026-05-28T05:49:07.172Z | Compiling linear-map v1.2.0 |
| 2483 | 2026-05-28T05:49:07.222Z | Compiling lru-cache v0.1.2 |
| 2484 | 2026-05-28T05:49:07.292Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2485 | 2026-05-28T05:49:07.334Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-05-28T05:49:07.407Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2487 | 2026-05-28T05:49:07.429Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2488 | 2026-05-28T05:49:07.433Z | Compiling hickory-proto v0.24.4 |
| 2489 | 2026-05-28T05:49:07.510Z | Compiling unicode-xid v0.2.6 |
| 2490 | 2026-05-28T05:49:07.561Z | Compiling nom v7.1.3 |
| 2491 | 2026-05-28T05:49:07.609Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2492 | 2026-05-28T05:49:07.631Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2493 | 2026-05-28T05:49:07.668Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2494 | 2026-05-28T05:49:07.900Z | Compiling convert_case v0.10.0 |
| 2495 | 2026-05-28T05:49:08.198Z | Compiling derive_more-impl v2.1.1 |
| 2496 | 2026-05-28T05:49:08.431Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-05-28T05:49:08.874Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2498 | 2026-05-28T05:49:08.994Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2026-05-28T05:49:09.018Z | Compiling derive_more v2.1.1 |
| 2500 | 2026-05-28T05:49:09.067Z | Compiling papergrid v0.11.0 |
| 2501 | 2026-05-28T05:49:09.126Z | Compiling tabled_derive v0.7.0 |
| 2502 | 2026-05-28T05:49:09.147Z | Compiling typify-macro v0.6.2 |
| 2503 | 2026-05-28T05:49:09.243Z | Compiling termtree v0.5.1 |
| 2504 | 2026-05-28T05:49:09.451Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-05-28T05:49:09.704Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2506 | 2026-05-28T05:49:10.072Z | Compiling hickory-resolver v0.24.4 |
| 2507 | 2026-05-28T05:49:10.188Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-05-28T05:49:10.237Z | Compiling tabled v0.15.0 |
| 2509 | 2026-05-28T05:49:10.415Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2510 | 2026-05-28T05:49:10.684Z | Compiling typify v0.6.2 |
| 2511 | 2026-05-28T05:49:10.837Z | Compiling progenitor-impl v0.14.0 |
| 2512 | 2026-05-28T05:49:11.406Z | Compiling progenitor-impl v0.13.0 |
| 2513 | 2026-05-28T05:49:13.024Z | Compiling progenitor-macro v0.14.0 |
| 2514 | 2026-05-28T05:49:13.500Z | Compiling qorb v0.4.1 |
| 2515 | 2026-05-28T05:49:13.598Z | Compiling progenitor-macro v0.13.0 |
| 2516 | 2026-05-28T05:49:14.812Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2517 | 2026-05-28T05:49:15.231Z | Compiling crossterm v0.29.0 |
| 2518 | 2026-05-28T05:49:15.619Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-28T05:49:15.878Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2520 | 2026-05-28T05:49:16.020Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2521 | 2026-05-28T05:49:16.109Z | Compiling csv-core v0.1.13 |
| 2522 | 2026-05-28T05:49:16.571Z | Compiling vte v0.14.1 |
| 2523 | 2026-05-28T05:49:16.594Z | Compiling highway v1.3.0 |
| 2524 | 2026-05-28T05:49:16.839Z | Compiling chrono-tz v0.10.4 |
| 2525 | 2026-05-28T05:49:17.112Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2526 | 2026-05-28T05:49:17.144Z | Compiling strip-ansi-escapes v0.2.1 |
| 2527 | 2026-05-28T05:49:17.166Z | Compiling progenitor v0.14.0 |
| 2528 | 2026-05-28T05:49:17.332Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2529 | 2026-05-28T05:49:17.355Z | Compiling csv v1.4.0 |
| 2530 | 2026-05-28T05:49:17.708Z | Compiling progenitor v0.13.0 |
| 2531 | 2026-05-28T05:49:17.748Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2532 | 2026-05-28T05:49:17.888Z | Compiling phf v0.12.1 |
| 2533 | 2026-05-28T05:49:18.103Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2534 | 2026-05-28T05:49:18.129Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2535 | 2026-05-28T05:49:18.153Z | Compiling const_format_proc_macros v0.2.34 |
| 2536 | 2026-05-28T05:49:18.217Z | Compiling fd-lock v4.0.4 |
| 2537 | 2026-05-28T05:49:18.373Z | Compiling peg-macros v0.8.5 |
| 2538 | 2026-05-28T05:49:18.399Z | Compiling nu-ansi-term v0.50.3 |
| 2539 | 2026-05-28T05:49:18.706Z | Compiling reedline v0.40.0 |
| 2540 | 2026-05-28T05:49:18.939Z | Compiling const_format v0.2.35 |
| 2541 | 2026-05-28T05:49:19.437Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2542 | 2026-05-28T05:49:19.664Z | Compiling peg v0.8.5 |
| 2543 | 2026-05-28T05:49:19.771Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2544 | 2026-05-28T05:49:20.532Z | Compiling bcs v0.1.6 |
| 2545 | 2026-05-28T05:49:20.922Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-05-28T05:49:21.022Z | Compiling semver v0.1.20 |
| 2547 | 2026-05-28T05:49:21.246Z | Compiling rustc_version v0.1.7 |
| 2548 | 2026-05-28T05:49:21.323Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2549 | 2026-05-28T05:49:21.493Z | Compiling newtype_derive v0.1.6 |
| 2550 | 2026-05-28T05:49:21.566Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2551 | 2026-05-28T05:49:21.590Z | Compiling smawk v0.3.2 |
| 2552 | 2026-05-28T05:49:21.723Z | Compiling unicode-linebreak v0.1.5 |
| 2553 | 2026-05-28T05:49:21.977Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2554 | 2026-05-28T05:49:22.049Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-05-28T05:49:22.546Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2556 | 2026-05-28T05:49:22.799Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2557 | 2026-05-28T05:49:22.847Z | Compiling base64 v0.21.7 |
| 2558 | 2026-05-28T05:49:23.222Z | Compiling steno v0.4.1 |
| 2559 | 2026-05-28T05:49:23.408Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2560 | 2026-05-28T05:49:23.669Z | Compiling tagptr v0.2.0 |
| 2561 | 2026-05-28T05:49:23.796Z | Compiling utf-8 v0.7.6 |
| 2562 | 2026-05-28T05:49:23.868Z | Compiling moka v0.12.13 |
| 2563 | 2026-05-28T05:49:23.909Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2564 | 2026-05-28T05:49:23.943Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2565 | 2026-05-28T05:49:24.042Z | Compiling tungstenite v0.21.0 |
| 2566 | 2026-05-28T05:49:24.122Z | Compiling radium v0.7.0 |
| 2567 | 2026-05-28T05:49:24.181Z | Compiling tap v1.0.1 |
| 2568 | 2026-05-28T05:49:24.203Z | Compiling maybe-uninit v2.0.0 |
| 2569 | 2026-05-28T05:49:24.334Z | Compiling wyz v0.5.1 |
| 2570 | 2026-05-28T05:49:24.574Z | Compiling zerocopy-derive v0.6.6 |
| 2571 | 2026-05-28T05:49:24.596Z | Compiling funty v2.0.0 |
| 2572 | 2026-05-28T05:49:24.731Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-05-28T05:49:25.106Z | Compiling hickory-resolver v0.25.2 |
| 2574 | 2026-05-28T05:49:25.131Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2575 | 2026-05-28T05:49:25.323Z | Compiling crc-catalog v2.4.0 |
| 2576 | 2026-05-28T05:49:25.370Z | Compiling display-error-chain v0.2.2 |
| 2577 | 2026-05-28T05:49:25.455Z | Compiling packed_struct v0.10.1 |
| 2578 | 2026-05-28T05:49:25.550Z | Compiling crc v3.4.0 |
| 2579 | 2026-05-28T05:49:25.591Z | Compiling zerocopy v0.6.6 |
| 2580 | 2026-05-28T05:49:25.794Z | Compiling bitvec v1.0.1 |
| 2581 | 2026-05-28T05:49:26.001Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2582 | 2026-05-28T05:49:26.117Z | Compiling num-derive v0.3.3 |
| 2583 | 2026-05-28T05:49:26.181Z | Compiling packed_struct_codegen v0.10.1 |
| 2584 | 2026-05-28T05:49:26.214Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-05-28T05:49:26.996Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2586 | 2026-05-28T05:49:27.042Z | Compiling bitfield-macros v0.19.4 |
| 2587 | 2026-05-28T05:49:27.201Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2588 | 2026-05-28T05:49:27.633Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2589 | 2026-05-28T05:49:27.841Z | Compiling indexmap v1.9.3 |
| 2590 | 2026-05-28T05:49:28.076Z | Compiling nodrop v0.1.14 |
| 2591 | 2026-05-28T05:49:28.076Z | Compiling proc-macro-error2 v2.0.1 |
| 2592 | 2026-05-28T05:49:28.236Z | Compiling array-init v0.0.4 |
| 2593 | 2026-05-28T05:49:28.441Z | Compiling bitfield v0.19.4 |
| 2594 | 2026-05-28T05:49:28.634Z | Compiling libscf-sys v1.1.0 |
| 2595 | 2026-05-28T05:49:28.775Z | Compiling smallvec v0.6.14 |
| 2596 | 2026-05-28T05:49:28.815Z | Compiling typify-impl v0.4.3 |
| 2597 | 2026-05-28T05:49:28.860Z | Compiling hashbrown v0.12.3 |
| 2598 | 2026-05-28T05:49:29.056Z | Compiling serde-hex v0.1.0 |
| 2599 | 2026-05-28T05:49:29.158Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2600 | 2026-05-28T05:49:29.183Z | Compiling tabled_derive v0.11.0 |
| 2601 | 2026-05-28T05:49:29.862Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2602 | 2026-05-28T05:49:29.990Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-05-28T05:49:30.187Z | Compiling ron v0.8.1 |
| 2604 | 2026-05-28T05:49:30.247Z | Compiling papergrid v0.17.0 |
| 2605 | 2026-05-28T05:49:30.277Z | Compiling testing_table v0.3.0 |
| 2606 | 2026-05-28T05:49:30.739Z | Compiling hashbrown v0.13.2 |
| 2607 | 2026-05-28T05:49:31.049Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-05-28T05:49:31.202Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-05-28T05:49:31.296Z | Compiling diesel_derives v2.3.7 |
| 2610 | 2026-05-28T05:49:31.384Z | Compiling crunchy v0.2.4 |
| 2611 | 2026-05-28T05:49:31.478Z | Compiling crc-any v2.5.0 |
| 2612 | 2026-05-28T05:49:31.516Z | Compiling maplit v1.0.2 |
| 2613 | 2026-05-28T05:49:31.644Z | Compiling glob v0.3.3 |
| 2614 | 2026-05-28T05:49:31.717Z | Compiling tabled v0.20.0 |
| 2615 | 2026-05-28T05:49:31.748Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-05-28T05:49:31.890Z | Compiling object v0.30.4 |
| 2617 | 2026-05-28T05:49:31.914Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-05-28T05:49:32.970Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2619 | 2026-05-28T05:49:32.978Z | Compiling clang-sys v1.8.1 |
| 2620 | 2026-05-28T05:49:32.978Z | Compiling typify-macro v0.4.3 |
| 2621 | 2026-05-28T05:49:32.978Z | Compiling dsl_auto_type v0.2.0 |
| 2622 | 2026-05-28T05:49:32.978Z | Compiling scheduled-thread-pool v0.2.7 |
| 2623 | 2026-05-28T05:49:32.978Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2624 | 2026-05-28T05:49:32.978Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2625 | 2026-05-28T05:49:32.978Z | Compiling tiny-keccak v2.0.2 |
| 2626 | 2026-05-28T05:49:32.978Z | Compiling path-slash v0.1.5 |
| 2627 | 2026-05-28T05:49:32.978Z | Compiling xshell-macros v0.2.7 |
| 2628 | 2026-05-28T05:49:33.009Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2629 | 2026-05-28T05:49:33.078Z | Compiling r2d2 v0.8.10 |
| 2630 | 2026-05-28T05:49:33.152Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2631 | 2026-05-28T05:49:33.273Z | Compiling xshell v0.2.7 |
| 2632 | 2026-05-28T05:49:33.410Z | Compiling term v0.7.0 |
| 2633 | 2026-05-28T05:49:33.937Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2634 | 2026-05-28T05:49:33.959Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-05-28T05:49:33.983Z | Compiling downcast-rs v2.0.2 |
| 2636 | 2026-05-28T05:49:34.315Z | Compiling bit-set v0.5.3 |
| 2637 | 2026-05-28T05:49:34.376Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2638 | 2026-05-28T05:49:34.425Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2639 | 2026-05-28T05:49:34.509Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-05-28T05:49:34.634Z | Compiling itertools v0.10.5 |
| 2641 | 2026-05-28T05:49:34.776Z | Compiling ena v0.14.4 |
| 2642 | 2026-05-28T05:49:35.020Z | Compiling libloading v0.8.9 |
| 2643 | 2026-05-28T05:49:35.259Z | Compiling unicase v2.9.0 |
| 2644 | 2026-05-28T05:49:35.595Z | Compiling diff v0.1.13 |
| 2645 | 2026-05-28T05:49:35.618Z | Compiling crc8 v0.1.1 |
| 2646 | 2026-05-28T05:49:35.754Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-05-28T05:49:35.781Z | Compiling bindgen v0.71.1 |
| 2648 | 2026-05-28T05:49:35.959Z | Compiling typify v0.4.3 |
| 2649 | 2026-05-28T05:49:36.100Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2650 | 2026-05-28T05:49:36.129Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2651 | 2026-05-28T05:49:36.717Z | Compiling cexpr v0.6.0 |
| 2652 | 2026-05-28T05:49:36.746Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2653 | 2026-05-28T05:49:36.770Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2654 | 2026-05-28T05:49:36.965Z | Compiling rustc-hash v2.1.1 |
| 2655 | 2026-05-28T05:49:37.023Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2656 | 2026-05-28T05:49:37.181Z | Compiling lalrpop v0.19.12 |
| 2657 | 2026-05-28T05:49:37.356Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-05-28T05:49:37.443Z | Compiling headers-core v0.3.0 |
| 2659 | 2026-05-28T05:49:37.650Z | Compiling diesel v2.3.7 |
| 2660 | 2026-05-28T05:49:37.727Z | Compiling git-stub v1.0.0 |
| 2661 | 2026-05-28T05:49:37.844Z | Compiling libxml v0.3.3 |
| 2662 | 2026-05-28T05:49:38.000Z | Compiling git-stub-vcs v0.1.0 |
| 2663 | 2026-05-28T05:49:38.021Z | Compiling headers v0.4.1 |
| 2664 | 2026-05-28T05:49:38.156Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2665 | 2026-05-28T05:49:38.378Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-05-28T05:49:38.612Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-05-28T05:49:38.976Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-05-28T05:49:39.113Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-05-28T05:49:39.391Z | Compiling indoc v1.0.9 |
| 2670 | 2026-05-28T05:49:39.802Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-05-28T05:49:39.833Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2672 | 2026-05-28T05:49:40.044Z | Compiling derive_builder v0.20.2 |
| 2673 | 2026-05-28T05:49:40.217Z | Compiling oso-derive v0.27.3 |
| 2674 | 2026-05-28T05:49:40.362Z | Compiling quick-xml v0.37.5 |
| 2675 | 2026-05-28T05:49:40.384Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2676 | 2026-05-28T05:49:40.643Z | Compiling openssl-probe v0.1.6 |
| 2677 | 2026-05-28T05:49:40.759Z | Compiling half v1.8.3 |
| 2678 | 2026-05-28T05:49:40.986Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2679 | 2026-05-28T05:49:41.224Z | Compiling serde_cbor v0.11.2 |
| 2680 | 2026-05-28T05:49:41.695Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2681 | 2026-05-28T05:49:41.724Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-05-28T05:49:41.761Z | Compiling bb8 v0.8.6 |
| 2683 | 2026-05-28T05:49:41.814Z | Compiling trait-variant v0.1.2 |
| 2684 | 2026-05-28T05:49:41.954Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2685 | 2026-05-28T05:49:42.186Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2686 | 2026-05-28T05:49:42.209Z | Compiling samael v0.0.19 |
| 2687 | 2026-05-28T05:49:42.254Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2688 | 2026-05-28T05:49:42.278Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-05-28T05:49:42.370Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2690 | 2026-05-28T05:49:42.511Z | Compiling fxhash v0.2.1 |
| 2691 | 2026-05-28T05:49:42.533Z | Compiling salty v0.3.0 |
| 2692 | 2026-05-28T05:49:42.878Z | Compiling progenitor-impl v0.11.2 |
| 2693 | 2026-05-28T05:49:42.916Z | Compiling progenitor-impl v0.10.0 |
| 2694 | 2026-05-28T05:49:43.040Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2695 | 2026-05-28T05:49:43.104Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2696 | 2026-05-28T05:49:43.273Z | Compiling kstat-rs v0.2.4 |
| 2697 | 2026-05-28T05:49:43.671Z | Compiling libz-sys v1.1.24 |
| 2698 | 2026-05-28T05:49:43.753Z | Compiling nonempty v0.12.0 |
| 2699 | 2026-05-28T05:49:43.965Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2700 | 2026-05-28T05:49:43.994Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2701 | 2026-05-28T05:49:44.721Z | Compiling polar-core v0.27.3 |
| 2702 | 2026-05-28T05:49:45.068Z | Compiling progenitor-macro v0.10.0 |
| 2703 | 2026-05-28T05:49:45.089Z | Compiling progenitor-macro v0.11.2 |
| 2704 | 2026-05-28T05:49:46.341Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2705 | 2026-05-28T05:49:46.820Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2706 | 2026-05-28T05:49:47.612Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2707 | 2026-05-28T05:49:48.221Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-05-28T05:49:48.421Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2709 | 2026-05-28T05:49:48.815Z | Compiling progenitor-client v0.11.2 |
| 2710 | 2026-05-28T05:49:48.962Z | Compiling darling_core v0.23.0 |
| 2711 | 2026-05-28T05:49:49.200Z | Compiling nanorand v0.7.0 |
| 2712 | 2026-05-28T05:49:49.262Z | Compiling arc-swap v1.8.2 |
| 2713 | 2026-05-28T05:49:49.380Z | Compiling fs-err v2.11.0 |
| 2714 | 2026-05-28T05:49:49.587Z | Compiling parking_lot_core v0.8.6 |
| 2715 | 2026-05-28T05:49:49.804Z | Compiling slog-scope v4.4.1 |
| 2716 | 2026-05-28T05:49:49.868Z | Compiling mime_guess v2.0.5 |
| 2717 | 2026-05-28T05:49:49.947Z | Compiling flume v0.11.1 |
| 2718 | 2026-05-28T05:49:50.266Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2719 | 2026-05-28T05:49:50.338Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2720 | 2026-05-28T05:49:50.400Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2721 | 2026-05-28T05:49:51.150Z | Compiling darling_macro v0.23.0 |
| 2722 | 2026-05-28T05:49:51.671Z | Compiling progenitor v0.11.2 |
| 2723 | 2026-05-28T05:49:51.877Z | Compiling progenitor v0.10.0 |
| 2724 | 2026-05-28T05:49:52.087Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-05-28T05:49:53.171Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2726 | 2026-05-28T05:49:53.726Z | Compiling oso v0.27.3 |
| 2727 | 2026-05-28T05:49:54.594Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2728 | 2026-05-28T05:49:56.920Z | Compiling diesel-dtrace v0.5.0 |
| 2729 | 2026-05-28T05:49:57.259Z | Compiling async-bb8-diesel v0.2.1 |
| 2730 | 2026-05-28T05:49:57.708Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-05-28T05:49:58.383Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-05-28T05:49:58.569Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-05-28T05:49:58.716Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2734 | 2026-05-28T05:49:58.960Z | Compiling instability v0.3.11 |
| 2735 | 2026-05-28T05:49:59.047Z | Compiling p384 v0.13.1 |
| 2736 | 2026-05-28T05:49:59.873Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-05-28T05:50:00.083Z | Compiling darling v0.23.0 |
| 2738 | 2026-05-28T05:50:00.246Z | Compiling slog-stdlog v4.1.1 |
| 2739 | 2026-05-28T05:50:00.778Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-05-28T05:50:00.896Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2741 | 2026-05-28T05:50:01.059Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-05-28T05:50:01.156Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-05-28T05:50:01.182Z | Compiling ignore v0.4.25 |
| 2744 | 2026-05-28T05:50:01.232Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-05-28T05:50:01.787Z | Compiling castaway v0.2.4 |
| 2746 | 2026-05-28T05:50:01.951Z | Compiling atty v0.2.14 |
| 2747 | 2026-05-28T05:50:02.109Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-28T05:50:02.346Z | Compiling indoc v2.0.7 |
| 2749 | 2026-05-28T05:50:02.371Z | Compiling http-range v0.1.5 |
| 2750 | 2026-05-28T05:50:02.639Z | Compiling parse-size v1.1.0 |
| 2751 | 2026-05-28T05:50:02.797Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-05-28T05:50:02.875Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2753 | 2026-05-28T05:50:03.520Z | Compiling compact_str v0.8.1 |
| 2754 | 2026-05-28T05:50:03.603Z | Compiling globwalk v0.9.1 |
| 2755 | 2026-05-28T05:50:04.297Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2756 | 2026-05-28T05:50:04.601Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2757 | 2026-05-28T05:50:04.864Z | Compiling parking_lot v0.11.2 |
| 2758 | 2026-05-28T05:50:05.752Z | Compiling slog-envlogger v2.2.0 |
| 2759 | 2026-05-28T05:50:06.247Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-05-28T05:50:06.876Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-05-28T05:50:06.908Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-05-28T05:50:06.963Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-05-28T05:50:07.150Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-05-28T05:50:07.364Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-05-28T05:50:07.476Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-05-28T05:50:07.701Z | Compiling lru v0.12.5 |
| 2767 | 2026-05-28T05:50:07.762Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-28T05:50:07.865Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-05-28T05:50:07.922Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-05-28T05:50:07.952Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-28T05:50:08.062Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2772 | 2026-05-28T05:50:08.130Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-05-28T05:50:08.313Z | Compiling cassowary v0.3.0 |
| 2774 | 2026-05-28T05:50:08.335Z | Compiling corncobs v0.1.4 |
| 2775 | 2026-05-28T05:50:08.366Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2776 | 2026-05-28T05:50:08.466Z | Compiling hickory-server v0.25.2 |
| 2777 | 2026-05-28T05:50:08.487Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2778 | 2026-05-28T05:50:08.588Z | Compiling ratatui v0.29.0 |
| 2779 | 2026-05-28T05:50:08.646Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2780 | 2026-05-28T05:50:08.961Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2781 | 2026-05-28T05:50:08.987Z | Compiling camino-tempfile-ext v0.3.3 |
| 2782 | 2026-05-28T05:50:09.215Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-28T05:50:09.244Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2784 | 2026-05-28T05:50:09.642Z | Compiling hyper-staticfile v0.10.1 |
| 2785 | 2026-05-28T05:50:09.907Z | Compiling sled v0.34.7 |
| 2786 | 2026-05-28T05:50:10.396Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-05-28T05:50:10.869Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-05-28T05:50:11.118Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-05-28T05:50:12.814Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2790 | 2026-05-28T05:50:13.046Z | Compiling secrecy v0.8.0 |
| 2791 | 2026-05-28T05:50:13.186Z | Compiling rustls v0.21.12 |
| 2792 | 2026-05-28T05:50:13.269Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2793 | 2026-05-28T05:50:13.603Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2794 | 2026-05-28T05:50:13.626Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2795 | 2026-05-28T05:50:14.106Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2796 | 2026-05-28T05:50:14.313Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2797 | 2026-05-28T05:50:14.523Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-05-28T05:50:15.340Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2799 | 2026-05-28T05:50:16.626Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2800 | 2026-05-28T05:50:16.900Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2801 | 2026-05-28T05:50:17.148Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2802 | 2026-05-28T05:50:17.361Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-05-28T05:50:17.600Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-05-28T05:50:17.668Z | Compiling sct v0.7.1 |
| 2805 | 2026-05-28T05:50:17.829Z | Compiling rustls-webpki v0.101.7 |
| 2806 | 2026-05-28T05:50:17.943Z | Compiling nix v0.29.0 |
| 2807 | 2026-05-28T05:50:18.350Z | Compiling dropshot v0.16.7 |
| 2808 | 2026-05-28T05:50:18.589Z | Compiling void v1.0.2 |
| 2809 | 2026-05-28T05:50:18.741Z | Compiling lzss v0.8.2 |
| 2810 | 2026-05-28T05:50:19.020Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-05-28T05:50:19.475Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2812 | 2026-05-28T05:50:19.704Z | Compiling illumos-nvpair v0.3.0 |
| 2813 | 2026-05-28T05:50:20.154Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2814 | 2026-05-28T05:50:20.511Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2815 | 2026-05-28T05:50:20.534Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2816 | 2026-05-28T05:50:20.803Z | Compiling tungstenite v0.23.0 |
| 2817 | 2026-05-28T05:50:21.272Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2818 | 2026-05-28T05:50:22.249Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-05-28T05:50:22.480Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2026-05-28T05:50:22.584Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2821 | 2026-05-28T05:50:22.719Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2822 | 2026-05-28T05:50:22.816Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2823 | 2026-05-28T05:50:22.953Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2824 | 2026-05-28T05:50:23.050Z | Compiling nix v0.27.1 |
| 2825 | 2026-05-28T05:50:23.202Z | Compiling dropshot_endpoint v0.16.7 |
| 2826 | 2026-05-28T05:50:23.404Z | Compiling serde_bytes v0.11.19 |
| 2827 | 2026-05-28T05:50:23.712Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2828 | 2026-05-28T05:50:23.971Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2829 | 2026-05-28T05:50:24.355Z | Compiling tokio-tungstenite v0.23.1 |
| 2830 | 2026-05-28T05:50:24.765Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2831 | 2026-05-28T05:50:24.918Z | Compiling git2 v0.20.4 |
| 2832 | 2026-05-28T05:50:27.758Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-05-28T05:50:28.018Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-05-28T05:50:29.392Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2835 | 2026-05-28T05:50:29.892Z | Compiling tokio-rustls v0.24.1 |
| 2836 | 2026-05-28T05:50:30.184Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2837 | 2026-05-28T05:50:30.508Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2838 | 2026-05-28T05:50:30.839Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2839 | 2026-05-28T05:50:30.909Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2840 | 2026-05-28T05:50:30.968Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2841 | 2026-05-28T05:50:31.359Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2842 | 2026-05-28T05:50:31.636Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2843 | 2026-05-28T05:50:31.664Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2844 | 2026-05-28T05:50:32.642Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2845 | 2026-05-28T05:50:32.966Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2846 | 2026-05-28T05:50:33.228Z | Compiling rustls-pemfile v1.0.4 |
| 2847 | 2026-05-28T05:50:33.366Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2848 | 2026-05-28T05:50:33.642Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2849 | 2026-05-28T05:50:33.895Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2850 | 2026-05-28T05:50:34.390Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2851 | 2026-05-28T05:50:34.895Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2852 | 2026-05-28T05:50:36.346Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2853 | 2026-05-28T05:50:36.944Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2854 | 2026-05-28T05:50:37.189Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2855 | 2026-05-28T05:50:37.367Z | Compiling signal-hook-tokio v0.3.1 |
| 2856 | 2026-05-28T05:50:37.440Z | Compiling twox-hash v2.1.2 |
| 2857 | 2026-05-28T05:50:37.532Z | Compiling yasna v0.5.2 |
| 2858 | 2026-05-28T05:50:37.569Z | Compiling is_ci v1.2.0 |
| 2859 | 2026-05-28T05:50:37.763Z | Compiling supports-color v3.0.2 |
| 2860 | 2026-05-28T05:50:37.797Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2861 | 2026-05-28T05:50:38.097Z | Compiling rcgen v0.12.1 |
| 2862 | 2026-05-28T05:50:38.823Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2863 | 2026-05-28T05:50:39.159Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2864 | 2026-05-28T05:50:39.267Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2865 | 2026-05-28T05:50:39.441Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2866 | 2026-05-28T05:50:39.951Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2867 | 2026-05-28T05:50:41.861Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2868 | 2026-05-28T05:50:42.684Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2869 | 2026-05-28T05:50:42.801Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2870 | 2026-05-28T05:50:43.308Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2871 | 2026-05-28T05:50:43.540Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2872 | 2026-05-28T05:50:43.780Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2873 | 2026-05-28T05:50:43.999Z | Compiling fatfs v0.3.6 |
| 2874 | 2026-05-28T05:50:44.003Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-05-28T05:50:44.409Z | Compiling subprocess v0.2.15 |
| 2876 | 2026-05-28T05:50:45.252Z | Compiling rtoolbox v0.0.3 |
| 2877 | 2026-05-28T05:50:45.559Z | Compiling assert_matches v1.5.0 |
| 2878 | 2026-05-28T05:50:45.651Z | Compiling seq-macro v0.3.6 |
| 2879 | 2026-05-28T05:50:45.699Z | Compiling rpassword v7.4.0 |
| 2880 | 2026-05-28T05:50:46.013Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2881 | 2026-05-28T05:50:46.264Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-05-28T05:50:46.604Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2883 | 2026-05-28T05:50:46.644Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2884 | 2026-05-28T05:50:46.780Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2885 | 2026-05-28T05:50:47.759Z | Compiling tui-tree-widget v0.23.1 |
| 2886 | 2026-05-28T05:50:48.063Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2887 | 2026-05-28T05:50:49.320Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2888 | 2026-05-28T05:50:49.602Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2889 | 2026-05-28T05:50:49.894Z | Compiling uzers v0.12.2 |
| 2890 | 2026-05-28T05:50:49.969Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-05-28T05:50:51.218Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-05-28T05:50:52.276Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-05-28T05:50:52.354Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-05-28T05:50:54.127Z | Compiling support-bundle-viewer v0.1.2 |
| 2895 | 2026-05-28T05:50:55.707Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2896 | 2026-05-28T05:50:56.107Z | Compiling multimap v0.10.1 |
| 2897 | 2026-05-28T05:51:04.381Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2898 | 2026-05-28T05:51:05.356Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2899 | 2026-05-28T05:51:07.025Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2900 | 2026-05-28T05:51:16.727Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2901 | 2026-05-28T05:57:00.815Z | Finished `release` profile [optimized] target(s) in 7m 58s |
| 2902 | 2026-05-28T05:57:46.202Z | |
| 2903 | 2026-05-28T05:57:46.205Z | real 8:44.942653860 |
| 2904 | 2026-05-28T05:57:46.205Z | user 1:18:19.231472138 |
| 2905 | 2026-05-28T05:57:46.205Z | sys 3:34.998178401 |
| 2906 | 2026-05-28T05:57:46.205Z | trap 1.777969696 |
| 2907 | 2026-05-28T05:57:46.205Z | tflt 2.472735379 |
| 2908 | 2026-05-28T05:57:46.205Z | dflt 16.771321581 |
| 2909 | 2026-05-28T05:57:46.205Z | kflt 0.007742905 |
| 2910 | 2026-05-28T05:57:46.205Z | lock 6:42:14.880294362 |
| 2911 | 2026-05-28T05:57:46.205Z | slp 2:14:39.991914109 |
| 2912 | 2026-05-28T05:57:46.205Z | lat 2:32.302700416 |
| 2913 | 2026-05-28T05:57:46.205Z | stop 5:35.257985754 |
| 2914 | 2026-05-28T05:57:46.205Z | + mapfile -t packages |
| 2915 | 2026-05-28T05:57:46.205Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2916 | 2026-05-28T05:57:47.173Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 2917 | 2026-05-28T05:57:47.246Z | Running `target/release/omicron-package -t test list-outputs` |
| 2918 | 2026-05-28T05:57:47.304Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2919 | 2026-05-28T05:57:47.307Z | + ptime -m cargo build --locked --release -p xtask |
| 2920 | 2026-05-28T05:57:47.853Z | Compiling libc v0.2.185 |
| 2921 | 2026-05-28T05:57:47.853Z | Compiling serde v1.0.228 |
| 2922 | 2026-05-28T05:57:47.856Z | Compiling serde_core v1.0.228 |
| 2923 | 2026-05-28T05:57:47.856Z | Compiling rustix v1.1.3 |
| 2924 | 2026-05-28T05:57:47.856Z | Compiling bitflags v2.11.0 |
| 2925 | 2026-05-28T05:57:47.856Z | Compiling serde_json v1.0.149 |
| 2926 | 2026-05-28T05:57:47.991Z | Compiling num-traits v0.2.19 |
| 2927 | 2026-05-28T05:57:48.001Z | Compiling syn v2.0.117 |
| 2928 | 2026-05-28T05:57:48.011Z | Compiling smallvec v1.15.1 |
| 2929 | 2026-05-28T05:57:48.032Z | Compiling usdt-impl v0.5.0 |
| 2930 | 2026-05-28T05:57:48.035Z | Compiling indexmap v2.14.0 |
| 2931 | 2026-05-28T05:57:48.053Z | Compiling syn v1.0.109 |
| 2932 | 2026-05-28T05:57:48.065Z | Compiling percent-encoding v2.3.2 |
| 2933 | 2026-05-28T05:57:48.098Z | Compiling log v0.4.29 |
| 2934 | 2026-05-28T05:57:48.204Z | Compiling getrandom v0.4.1 |
| 2935 | 2026-05-28T05:57:48.371Z | Compiling form_urlencoded v1.2.2 |
| 2936 | 2026-05-28T05:57:48.387Z | Compiling fs-err v3.3.0 |
| 2937 | 2026-05-28T05:57:48.391Z | Compiling heck v0.4.1 |
| 2938 | 2026-05-28T05:57:48.498Z | Compiling anyhow v1.0.102 |
| 2939 | 2026-05-28T05:57:48.511Z | Compiling once_cell v1.21.3 |
| 2940 | 2026-05-28T05:57:48.741Z | Compiling thread-id v4.2.2 |
| 2941 | 2026-05-28T05:57:48.778Z | Compiling errno v0.3.14 |
| 2942 | 2026-05-28T05:57:48.811Z | Compiling memmap v0.7.0 |
| 2943 | 2026-05-28T05:57:49.060Z | Compiling ordered-float v2.10.1 |
| 2944 | 2026-05-28T05:57:49.612Z | Compiling proc-macro-error v1.0.4 |
| 2945 | 2026-05-28T05:57:49.790Z | Compiling terminal_size v0.4.3 |
| 2946 | 2026-05-28T05:57:49.791Z | Compiling tempfile v3.25.0 |
| 2947 | 2026-05-28T05:57:49.853Z | Compiling tabled_derive v0.7.0 |
| 2948 | 2026-05-28T05:57:49.888Z | Compiling clap_builder v4.5.60 |
| 2949 | 2026-05-28T05:57:49.888Z | Compiling textwrap v0.16.2 |
| 2950 | 2026-05-28T05:57:50.031Z | Compiling camino-tempfile v1.4.1 |
| 2951 | 2026-05-28T05:57:50.543Z | Compiling tabled v0.15.0 |
| 2952 | 2026-05-28T05:57:50.586Z | Compiling synstructure v0.13.2 |
| 2953 | 2026-05-28T05:57:50.586Z | Compiling pest_generator v2.8.6 |
| 2954 | 2026-05-28T05:57:50.980Z | Compiling serde_derive v1.0.228 |
| 2955 | 2026-05-28T05:57:50.980Z | Compiling zerovec-derive v0.11.2 |
| 2956 | 2026-05-28T05:57:50.980Z | Compiling displaydoc v0.2.5 |
| 2957 | 2026-05-28T05:57:50.983Z | Compiling thiserror-impl v1.0.69 |
| 2958 | 2026-05-28T05:57:50.983Z | Compiling zerocopy-derive v0.7.35 |
| 2959 | 2026-05-28T05:57:50.984Z | Compiling scroll_derive v0.12.1 |
| 2960 | 2026-05-28T05:57:50.984Z | Compiling thiserror-impl v2.0.18 |
| 2961 | 2026-05-28T05:57:50.984Z | Compiling clap_derive v4.5.55 |
| 2962 | 2026-05-28T05:57:51.023Z | Compiling zerofrom-derive v0.1.6 |
| 2963 | 2026-05-28T05:57:51.133Z | Compiling yoke-derive v0.8.1 |
| 2964 | 2026-05-28T05:57:51.239Z | Compiling pest_derive v2.8.6 |
| 2965 | 2026-05-28T05:57:51.708Z | Compiling scroll v0.12.0 |
| 2966 | 2026-05-28T05:57:51.807Z | Compiling zerocopy v0.7.35 |
| 2967 | 2026-05-28T05:57:52.049Z | Compiling goblin v0.8.2 |
| 2968 | 2026-05-28T05:57:52.194Z | Compiling thiserror v1.0.69 |
| 2969 | 2026-05-28T05:57:52.223Z | Compiling zerofrom v0.1.6 |
| 2970 | 2026-05-28T05:57:52.245Z | Compiling thiserror v2.0.18 |
| 2971 | 2026-05-28T05:57:52.317Z | Compiling dtrace-parser v0.2.0 |
| 2972 | 2026-05-28T05:57:52.361Z | Compiling yoke v0.8.1 |
| 2973 | 2026-05-28T05:57:52.593Z | Compiling zerovec v0.11.5 |
| 2974 | 2026-05-28T05:57:52.605Z | Compiling zerotrie v0.2.3 |
| 2975 | 2026-05-28T05:57:52.746Z | Compiling clap v4.5.60 |
| 2976 | 2026-05-28T05:57:53.221Z | Compiling tinystr v0.8.2 |
| 2977 | 2026-05-28T05:57:53.460Z | Compiling icu_locale_core v2.1.1 |
| 2978 | 2026-05-28T05:57:53.900Z | Compiling potential_utf v0.1.4 |
| 2979 | 2026-05-28T05:57:54.121Z | Compiling icu_collections v2.1.1 |
| 2980 | 2026-05-28T05:57:54.275Z | Compiling icu_provider v2.1.1 |
| 2981 | 2026-05-28T05:57:54.529Z | Compiling toml_datetime v0.6.11 |
| 2982 | 2026-05-28T05:57:54.647Z | Compiling icu_normalizer v2.1.1 |
| 2983 | 2026-05-28T05:57:54.705Z | Compiling icu_properties v2.1.2 |
| 2984 | 2026-05-28T05:57:54.718Z | Compiling serde_spanned v0.6.9 |
| 2985 | 2026-05-28T05:57:54.749Z | Compiling dof v0.3.0 |
| 2986 | 2026-05-28T05:57:54.767Z | Compiling serde-value v0.7.0 |
| 2987 | 2026-05-28T05:57:54.839Z | Compiling toml_edit v0.22.27 |
| 2988 | 2026-05-28T05:57:54.898Z | Compiling serde_tokenstream v0.2.3 |
| 2989 | 2026-05-28T05:57:54.910Z | Compiling cargo-platform v0.2.0 |
| 2990 | 2026-05-28T05:57:54.934Z | Compiling macaddr v1.0.1 |
| 2991 | 2026-05-28T05:57:55.601Z | Compiling idna_adapter v1.2.1 |
| 2992 | 2026-05-28T05:57:55.687Z | Compiling usdt-attr-macro v0.5.0 |
| 2993 | 2026-05-28T05:57:55.720Z | Compiling idna v1.1.0 |
| 2994 | 2026-05-28T05:57:55.752Z | Compiling usdt-macro v0.5.0 |
| 2995 | 2026-05-28T05:57:56.059Z | Compiling url v2.5.8 |
| 2996 | 2026-05-28T05:57:56.361Z | Compiling usdt v0.5.0 |
| 2997 | 2026-05-28T05:57:56.440Z | Compiling toml v0.8.23 |
| 2998 | 2026-05-28T05:57:56.875Z | Compiling cargo-util-schemas v0.8.2 |
| 2999 | 2026-05-28T05:57:56.875Z | Compiling cargo_toml v0.21.0 |
| 3000 | 2026-05-28T05:57:57.896Z | Compiling cargo_metadata v0.21.0 |
| 3001 | 2026-05-28T05:58:01.041Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3002 | 2026-05-28T05:58:04.097Z | Finished `release` profile [optimized] target(s) in 16.77s |
| 3003 | 2026-05-28T05:58:04.259Z | |
| 3004 | 2026-05-28T05:58:04.259Z | real 16.918195714 |
| 3005 | 2026-05-28T05:58:04.259Z | user 2:23.520369707 |
| 3006 | 2026-05-28T05:58:04.259Z | sys 17.019953185 |
| 3007 | 2026-05-28T05:58:04.259Z | trap 0.088769696 |
| 3008 | 2026-05-28T05:58:04.259Z | tflt 0.593309185 |
| 3009 | 2026-05-28T05:58:04.259Z | dflt 1.338040595 |
| 3010 | 2026-05-28T05:58:04.262Z | kflt 0.000041200 |
| 3011 | 2026-05-28T05:58:04.262Z | lock 5:24.230875043 |
| 3012 | 2026-05-28T05:58:04.262Z | slp 3:28.422392379 |
| 3013 | 2026-05-28T05:58:04.262Z | lat 6.550966418 |
| 3014 | 2026-05-28T05:58:04.262Z | stop 19.734906993 |
| 3015 | 2026-05-28T05:58:04.262Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3016 | 2026-05-28T05:58:04.262Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3017 | 2026-05-28T05:58:04.262Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3018 | 2026-05-28T05:58:04.262Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3019 | 2026-05-28T05:58:04.262Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3020 | 2026-05-28T05:58:05.213Z | Compiling newtype-uuid-macros v0.1.0 |
| 3021 | 2026-05-28T05:58:05.216Z | Compiling regress v0.10.5 |
| 3022 | 2026-05-28T05:58:05.216Z | Compiling structmeta-derive v0.3.0 |
| 3023 | 2026-05-28T05:58:05.216Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3024 | 2026-05-28T05:58:05.363Z | Compiling rustls v0.22.4 |
| 3025 | 2026-05-28T05:58:05.379Z | Compiling rustls-webpki v0.102.8 |
| 3026 | 2026-05-28T05:58:05.382Z | Compiling multer v3.1.0 |
| 3027 | 2026-05-28T05:58:05.382Z | Compiling compression-core v0.4.31 |
| 3028 | 2026-05-28T05:58:05.382Z | Compiling match_cfg v0.1.0 |
| 3029 | 2026-05-28T05:58:05.382Z | Compiling debug-ignore v1.0.5 |
| 3030 | 2026-05-28T05:58:05.382Z | Compiling slog-json v2.6.1 |
| 3031 | 2026-05-28T05:58:05.382Z | Compiling async-stream-impl v0.3.6 |
| 3032 | 2026-05-28T05:58:05.382Z | Compiling serde_spanned v1.0.4 |
| 3033 | 2026-05-28T05:58:05.407Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3034 | 2026-05-28T05:58:05.410Z | Compiling dropshot v0.17.0 |
| 3035 | 2026-05-28T05:58:05.410Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3036 | 2026-05-28T05:58:05.644Z | Compiling hostname v0.3.1 |
| 3037 | 2026-05-28T05:58:05.679Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3038 | 2026-05-28T05:58:05.683Z | Compiling progenitor-client v0.14.0 |
| 3039 | 2026-05-28T05:58:05.699Z | Compiling compression-codecs v0.4.37 |
| 3040 | 2026-05-28T05:58:05.718Z | Compiling itertools v0.14.0 |
| 3041 | 2026-05-28T05:58:05.767Z | Compiling slog-bunyan v2.5.0 |
| 3042 | 2026-05-28T05:58:05.770Z | Compiling waitgroup v0.1.2 |
| 3043 | 2026-05-28T05:58:05.770Z | Compiling rustls-pemfile v2.2.0 |
| 3044 | 2026-05-28T05:58:05.789Z | Compiling dropshot_endpoint v0.17.0 |
| 3045 | 2026-05-28T05:58:05.839Z | Compiling serde_path_to_error v0.1.20 |
| 3046 | 2026-05-28T05:58:05.938Z | Compiling async-compression v0.4.41 |
| 3047 | 2026-05-28T05:58:05.954Z | Compiling hostname v0.4.2 |
| 3048 | 2026-05-28T05:58:05.993Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3049 | 2026-05-28T05:58:06.030Z | Compiling macaddr v1.0.1 |
| 3050 | 2026-05-28T05:58:06.061Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3051 | 2026-05-28T05:58:06.114Z | Compiling instant v0.1.13 |
| 3052 | 2026-05-28T05:58:06.141Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3053 | 2026-05-28T05:58:06.144Z | Compiling async-stream v0.3.6 |
| 3054 | 2026-05-28T05:58:06.195Z | Compiling progenitor-client v0.10.0 |
| 3055 | 2026-05-28T05:58:06.222Z | Compiling backon v1.6.0 |
| 3056 | 2026-05-28T05:58:06.242Z | Compiling backoff v0.4.0 |
| 3057 | 2026-05-28T05:58:06.272Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3058 | 2026-05-28T05:58:06.289Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3059 | 2026-05-28T05:58:06.361Z | Compiling humantime v2.3.0 |
| 3060 | 2026-05-28T05:58:06.391Z | Compiling progenitor-extras v0.2.0 |
| 3061 | 2026-05-28T05:58:06.409Z | Compiling universal-hash v0.5.1 |
| 3062 | 2026-05-28T05:58:06.452Z | Compiling unsafe-libyaml v0.2.11 |
| 3063 | 2026-05-28T05:58:06.483Z | Compiling opaque-debug v0.3.1 |
| 3064 | 2026-05-28T05:58:06.507Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3065 | 2026-05-28T05:58:06.530Z | Compiling half v2.7.1 |
| 3066 | 2026-05-28T05:58:06.565Z | Compiling ciborium-io v0.2.2 |
| 3067 | 2026-05-28T05:58:06.582Z | Compiling crucible-workspace-hack v0.1.0 |
| 3068 | 2026-05-28T05:58:06.648Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3069 | 2026-05-28T05:58:06.668Z | Compiling regress v0.11.1 |
| 3070 | 2026-05-28T05:58:06.685Z | Compiling convert_case v0.4.0 |
| 3071 | 2026-05-28T05:58:06.701Z | Compiling aead v0.5.2 |
| 3072 | 2026-05-28T05:58:06.735Z | Compiling secrecy v0.10.3 |
| 3073 | 2026-05-28T05:58:06.772Z | Compiling structmeta v0.3.0 |
| 3074 | 2026-05-28T05:58:06.817Z | Compiling ciborium-ll v0.2.2 |
| 3075 | 2026-05-28T05:58:06.851Z | Compiling poly1305 v0.8.0 |
| 3076 | 2026-05-28T05:58:06.922Z | Compiling chacha20 v0.9.1 |
| 3077 | 2026-05-28T05:58:06.939Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3078 | 2026-05-28T05:58:06.942Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3079 | 2026-05-28T05:58:06.973Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3080 | 2026-05-28T05:58:07.018Z | Compiling derive-ex v0.1.8 |
| 3081 | 2026-05-28T05:58:07.060Z | Compiling parse-display-derive v0.10.0 |
| 3082 | 2026-05-28T05:58:07.077Z | Compiling serde_yaml v0.9.34+deprecated |
| 3083 | 2026-05-28T05:58:07.080Z | Compiling ciborium v0.2.2 |
| 3084 | 2026-05-28T05:58:07.112Z | Compiling derive_more v0.99.20 |
| 3085 | 2026-05-28T05:58:07.210Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3086 | 2026-05-28T05:58:07.227Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3087 | 2026-05-28T05:58:07.245Z | Compiling byte-wrapper v0.1.0 |
| 3088 | 2026-05-28T05:58:07.338Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3089 | 2026-05-28T05:58:07.356Z | Compiling blake2 v0.10.6 |
| 3090 | 2026-05-28T05:58:07.456Z | Compiling password-hash v0.5.0 |
| 3091 | 2026-05-28T05:58:07.616Z | Compiling chacha20poly1305 v0.10.1 |
| 3092 | 2026-05-28T05:58:07.635Z | Compiling indent_write v2.2.0 |
| 3093 | 2026-05-28T05:58:07.667Z | Compiling heapless v0.8.0 |
| 3094 | 2026-05-28T05:58:07.717Z | Compiling ingot-macros v0.1.1 |
| 3095 | 2026-05-28T05:58:07.798Z | Compiling argon2 v0.5.3 |
| 3096 | 2026-05-28T05:58:07.815Z | Compiling tabwriter v1.4.1 |
| 3097 | 2026-05-28T05:58:07.901Z | Compiling tokio-rustls v0.25.0 |
| 3098 | 2026-05-28T05:58:07.945Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3099 | 2026-05-28T05:58:08.081Z | Compiling num-rational v0.4.2 |
| 3100 | 2026-05-28T05:58:08.227Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3101 | 2026-05-28T05:58:08.462Z | Compiling typify-impl v0.6.2 |
| 3102 | 2026-05-28T05:58:08.527Z | Compiling thiserror-no-std v2.0.2 |
| 3103 | 2026-05-28T05:58:08.595Z | Compiling hash32 v0.3.1 |
| 3104 | 2026-05-28T05:58:08.621Z | Compiling num-complex v0.4.6 |
| 3105 | 2026-05-28T05:58:08.649Z | Compiling vsss-rs v3.3.4 |
| 3106 | 2026-05-28T05:58:08.747Z | Compiling smoltcp v0.11.0 |
| 3107 | 2026-05-28T05:58:08.791Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3108 | 2026-05-28T05:58:08.851Z | Compiling test-strategy v0.4.5 |
| 3109 | 2026-05-28T05:58:08.876Z | Compiling parse-display v0.10.0 |
| 3110 | 2026-05-28T05:58:09.058Z | Compiling num v0.4.3 |
| 3111 | 2026-05-28T05:58:09.092Z | Compiling proc-macro-crate v3.4.0 |
| 3112 | 2026-05-28T05:58:09.108Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3113 | 2026-05-28T05:58:09.154Z | Compiling atomicwrites v0.4.4 |
| 3114 | 2026-05-28T05:58:09.169Z | Compiling cobs v0.3.0 |
| 3115 | 2026-05-28T05:58:09.222Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3116 | 2026-05-28T05:58:09.239Z | Compiling colored v3.1.1 |
| 3117 | 2026-05-28T05:58:09.378Z | Compiling float-ord v0.3.2 |
| 3118 | 2026-05-28T05:58:09.394Z | Compiling postcard v1.1.3 |
| 3119 | 2026-05-28T05:58:09.478Z | Compiling proc-macro-error v1.0.4 |
| 3120 | 2026-05-28T05:58:09.480Z | Compiling proc-macro-crate v1.3.1 |
| 3121 | 2026-05-28T05:58:09.554Z | Compiling foreign-types-macros v0.2.3 |
| 3122 | 2026-05-28T05:58:09.653Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3123 | 2026-05-28T05:58:09.671Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3124 | 2026-05-28T05:58:09.705Z | Compiling num_enum_derive v0.7.5 |
| 3125 | 2026-05-28T05:58:09.771Z | Compiling rayon-core v1.13.0 |
| 3126 | 2026-05-28T05:58:09.794Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3127 | 2026-05-28T05:58:09.827Z | Compiling foreign-types-shared v0.3.1 |
| 3128 | 2026-05-28T05:58:09.902Z | Compiling cpufeatures v0.3.0 |
| 3129 | 2026-05-28T05:58:09.953Z | Compiling num_enum_derive v0.5.11 |
| 3130 | 2026-05-28T05:58:10.024Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3131 | 2026-05-28T05:58:10.057Z | Compiling chacha20 v0.10.0 |
| 3132 | 2026-05-28T05:58:10.080Z | Compiling toml v0.8.23 |
| 3133 | 2026-05-28T05:58:10.118Z | Compiling crossbeam-deque v0.8.6 |
| 3134 | 2026-05-28T05:58:10.135Z | Compiling camino-tempfile v1.4.1 |
| 3135 | 2026-05-28T05:58:10.154Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3136 | 2026-05-28T05:58:10.201Z | Compiling foreign-types v0.5.0 |
| 3137 | 2026-05-28T05:58:10.292Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3138 | 2026-05-28T05:58:10.309Z | Compiling cstr-argument v0.1.2 |
| 3139 | 2026-05-28T05:58:10.348Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3140 | 2026-05-28T05:58:10.425Z | Compiling rand v0.10.0 |
| 3141 | 2026-05-28T05:58:10.461Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3142 | 2026-05-28T05:58:10.502Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3143 | 2026-05-28T05:58:10.599Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3144 | 2026-05-28T05:58:10.658Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3145 | 2026-05-28T05:58:10.747Z | Compiling zone_cfg_derive v0.3.1 |
| 3146 | 2026-05-28T05:58:10.809Z | Compiling ingot-types v0.1.2 |
| 3147 | 2026-05-28T05:58:10.841Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3148 | 2026-05-28T05:58:10.841Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3149 | 2026-05-28T05:58:10.867Z | Compiling rayon v1.11.0 |
| 3150 | 2026-05-28T05:58:10.867Z | Compiling num_enum v0.7.5 |
| 3151 | 2026-05-28T05:58:10.939Z | Compiling itertools v0.12.1 |
| 3152 | 2026-05-28T05:58:10.961Z | Compiling num-derive v0.4.2 |
| 3153 | 2026-05-28T05:58:10.979Z | Compiling sigpipe v0.1.3 |
| 3154 | 2026-05-28T05:58:11.010Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3155 | 2026-05-28T05:58:11.061Z | Compiling glob v0.3.3 |
| 3156 | 2026-05-28T05:58:11.079Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3157 | 2026-05-28T05:58:11.097Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3158 | 2026-05-28T05:58:11.100Z | Compiling num_enum v0.5.11 |
| 3159 | 2026-05-28T05:58:11.136Z | Compiling prettyplease v0.2.37 |
| 3160 | 2026-05-28T05:58:11.243Z | Compiling ingot v0.1.1 |
| 3161 | 2026-05-28T05:58:11.260Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3162 | 2026-05-28T05:58:11.322Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3163 | 2026-05-28T05:58:11.392Z | Compiling smf v0.2.3 |
| 3164 | 2026-05-28T05:58:11.393Z | Compiling whoami v1.6.1 |
| 3165 | 2026-05-28T05:58:11.483Z | Compiling usdt-attr-macro v0.5.0 |
| 3166 | 2026-05-28T05:58:11.586Z | Compiling usdt-macro v0.5.0 |
| 3167 | 2026-05-28T05:58:11.603Z | Compiling gethostname v0.5.0 |
| 3168 | 2026-05-28T05:58:11.713Z | Compiling memmap v0.7.0 |
| 3169 | 2026-05-28T05:58:11.742Z | Compiling derive-where v1.6.0 |
| 3170 | 2026-05-28T05:58:11.760Z | Compiling progenitor-client v0.13.0 |
| 3171 | 2026-05-28T05:58:11.938Z | Compiling resolv-conf v0.7.6 |
| 3172 | 2026-05-28T05:58:11.957Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3173 | 2026-05-28T05:58:11.973Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3174 | 2026-05-28T05:58:12.108Z | Compiling zone v0.3.1 |
| 3175 | 2026-05-28T05:58:12.135Z | Compiling cancel-safe-futures v0.1.5 |
| 3176 | 2026-05-28T05:58:12.230Z | Compiling owo-colors v4.3.0 |
| 3177 | 2026-05-28T05:58:12.335Z | Compiling libsw-core v0.3.2 |
| 3178 | 2026-05-28T05:58:12.353Z | Compiling console v0.15.11 |
| 3179 | 2026-05-28T05:58:12.376Z | Compiling hickory-proto v0.24.4 |
| 3180 | 2026-05-28T05:58:12.409Z | Compiling usdt v0.5.0 |
| 3181 | 2026-05-28T05:58:12.533Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3182 | 2026-05-28T05:58:12.623Z | Compiling libsw v3.5.0 |
| 3183 | 2026-05-28T05:58:12.665Z | Compiling newline-converter v0.3.0 |
| 3184 | 2026-05-28T05:58:12.720Z | Compiling libefi-sys v0.1.0 |
| 3185 | 2026-05-28T05:58:12.764Z | Compiling linear-map v1.2.0 |
| 3186 | 2026-05-28T05:58:12.818Z | Compiling linked-hash-map v0.5.6 |
| 3187 | 2026-05-28T05:58:12.837Z | Compiling expectorate v1.2.0 |
| 3188 | 2026-05-28T05:58:12.840Z | Compiling git-stub v1.0.0 |
| 3189 | 2026-05-28T05:58:12.873Z | Compiling bitfield-struct v0.6.2 |
| 3190 | 2026-05-28T05:58:12.965Z | Compiling semver v0.1.20 |
| 3191 | 2026-05-28T05:58:12.985Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3192 | 2026-05-28T05:58:13.003Z | Compiling lru-cache v0.1.2 |
| 3193 | 2026-05-28T05:58:13.033Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-05-28T05:58:13.111Z | Compiling typify-macro v0.6.2 |
| 3195 | 2026-05-28T05:58:13.167Z | Compiling git-stub-vcs v0.1.0 |
| 3196 | 2026-05-28T05:58:13.185Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3197 | 2026-05-28T05:58:13.207Z | Compiling slog-dtrace v0.3.0 |
| 3198 | 2026-05-28T05:58:13.232Z | Compiling rustc_version v0.1.7 |
| 3199 | 2026-05-28T05:58:13.281Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-05-28T05:58:13.308Z | Compiling minimal-lexical v0.2.1 |
| 3201 | 2026-05-28T05:58:13.349Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3202 | 2026-05-28T05:58:13.380Z | Compiling oxide-tokio-rt v0.1.4 |
| 3203 | 2026-05-28T05:58:13.398Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3204 | 2026-05-28T05:58:13.507Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3205 | 2026-05-28T05:58:13.525Z | Compiling newtype_derive v0.1.6 |
| 3206 | 2026-05-28T05:58:13.528Z | Compiling nom v7.1.3 |
| 3207 | 2026-05-28T05:58:13.560Z | Compiling typify-impl v0.4.3 |
| 3208 | 2026-05-28T05:58:13.581Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-05-28T05:58:13.605Z | Compiling phf_shared v0.12.1 |
| 3210 | 2026-05-28T05:58:13.645Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3211 | 2026-05-28T05:58:13.662Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-05-28T05:58:13.712Z | Compiling csv-core v0.1.13 |
| 3213 | 2026-05-28T05:58:13.758Z | Compiling highway v1.3.0 |
| 3214 | 2026-05-28T05:58:13.823Z | Compiling xshell-macros v0.2.7 |
| 3215 | 2026-05-28T05:58:13.854Z | Compiling chrono-tz v0.10.4 |
| 3216 | 2026-05-28T05:58:14.014Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3217 | 2026-05-28T05:58:14.059Z | Compiling csv v1.4.0 |
| 3218 | 2026-05-28T05:58:14.101Z | Compiling const_format_proc_macros v0.2.34 |
| 3219 | 2026-05-28T05:58:14.195Z | Compiling phf v0.12.1 |
| 3220 | 2026-05-28T05:58:14.242Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3221 | 2026-05-28T05:58:14.259Z | Compiling xshell v0.2.7 |
| 3222 | 2026-05-28T05:58:14.384Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3223 | 2026-05-28T05:58:14.445Z | Compiling primeorder v0.13.6 |
| 3224 | 2026-05-28T05:58:14.533Z | Compiling hickory-resolver v0.24.4 |
| 3225 | 2026-05-28T05:58:14.576Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3226 | 2026-05-28T05:58:14.822Z | Compiling tabled_derive v0.7.0 |
| 3227 | 2026-05-28T05:58:14.853Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3228 | 2026-05-28T05:58:14.886Z | Compiling bcs v0.1.6 |
| 3229 | 2026-05-28T05:58:14.964Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3230 | 2026-05-28T05:58:15.004Z | Compiling const_format v0.2.35 |
| 3231 | 2026-05-28T05:58:15.057Z | Compiling salty v0.3.0 |
| 3232 | 2026-05-28T05:58:15.074Z | Compiling typify v0.6.2 |
| 3233 | 2026-05-28T05:58:15.209Z | Compiling progenitor-impl v0.14.0 |
| 3234 | 2026-05-28T05:58:15.237Z | Compiling progenitor-impl v0.13.0 |
| 3235 | 2026-05-28T05:58:15.332Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3236 | 2026-05-28T05:58:15.359Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3237 | 2026-05-28T05:58:15.427Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3238 | 2026-05-28T05:58:15.509Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3239 | 2026-05-28T05:58:15.669Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3240 | 2026-05-28T05:58:15.831Z | Compiling qorb v0.4.1 |
| 3241 | 2026-05-28T05:58:15.850Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3242 | 2026-05-28T05:58:15.889Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3243 | 2026-05-28T05:58:16.064Z | Compiling termtree v0.5.1 |
| 3244 | 2026-05-28T05:58:16.114Z | Compiling tagptr v0.2.0 |
| 3245 | 2026-05-28T05:58:16.133Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3246 | 2026-05-28T05:58:16.256Z | Compiling textwrap v0.16.2 |
| 3247 | 2026-05-28T05:58:16.300Z | Compiling moka v0.12.13 |
| 3248 | 2026-05-28T05:58:16.423Z | Compiling tabled v0.15.0 |
| 3249 | 2026-05-28T05:58:16.713Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3250 | 2026-05-28T05:58:16.773Z | Compiling steno v0.4.1 |
| 3251 | 2026-05-28T05:58:16.840Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3252 | 2026-05-28T05:58:16.965Z | Compiling radium v0.7.0 |
| 3253 | 2026-05-28T05:58:17.021Z | Compiling base64 v0.21.7 |
| 3254 | 2026-05-28T05:58:17.117Z | Compiling hickory-resolver v0.25.2 |
| 3255 | 2026-05-28T05:58:17.213Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3256 | 2026-05-28T05:58:17.273Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3257 | 2026-05-28T05:58:17.386Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3258 | 2026-05-28T05:58:17.546Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3259 | 2026-05-28T05:58:17.593Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3260 | 2026-05-28T05:58:17.686Z | Compiling p384 v0.13.1 |
| 3261 | 2026-05-28T05:58:17.832Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3262 | 2026-05-28T05:58:17.923Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3263 | 2026-05-28T05:58:17.965Z | Compiling progenitor-macro v0.14.0 |
| 3264 | 2026-05-28T05:58:17.997Z | Compiling progenitor-macro v0.13.0 |
| 3265 | 2026-05-28T05:58:18.087Z | Compiling maybe-uninit v2.0.0 |
| 3266 | 2026-05-28T05:58:18.244Z | Compiling typify-macro v0.4.3 |
| 3267 | 2026-05-28T05:58:18.307Z | Compiling tap v1.0.1 |
| 3268 | 2026-05-28T05:58:18.414Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3269 | 2026-05-28T05:58:18.460Z | Compiling wyz v0.5.1 |
| 3270 | 2026-05-28T05:58:18.506Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3271 | 2026-05-28T05:58:18.637Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3272 | 2026-05-28T05:58:18.694Z | Compiling funty v2.0.0 |
| 3273 | 2026-05-28T05:58:18.882Z | Compiling utf-8 v0.7.6 |
| 3274 | 2026-05-28T05:58:18.902Z | Compiling packed_struct v0.10.1 |
| 3275 | 2026-05-28T05:58:19.068Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3276 | 2026-05-28T05:58:19.103Z | Compiling parking_lot_core v0.8.6 |
| 3277 | 2026-05-28T05:58:19.120Z | Compiling proc-macro-error2 v2.0.1 |
| 3278 | 2026-05-28T05:58:19.141Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3279 | 2026-05-28T05:58:19.245Z | Compiling bitvec v1.0.1 |
| 3280 | 2026-05-28T05:58:19.331Z | Compiling tungstenite v0.21.0 |
| 3281 | 2026-05-28T05:58:19.435Z | Compiling polyval v0.6.2 |
| 3282 | 2026-05-28T05:58:19.454Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-05-28T05:58:19.457Z | Compiling packed_struct_codegen v0.10.1 |
| 3284 | 2026-05-28T05:58:19.471Z | Compiling bitfield-macros v0.19.4 |
| 3285 | 2026-05-28T05:58:19.491Z | Compiling zerocopy-derive v0.6.6 |
| 3286 | 2026-05-28T05:58:19.528Z | Compiling indexmap v1.9.3 |
| 3287 | 2026-05-28T05:58:19.705Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3288 | 2026-05-28T05:58:19.770Z | Compiling nodrop v0.1.14 |
| 3289 | 2026-05-28T05:58:19.853Z | Compiling crc-catalog v2.4.0 |
| 3290 | 2026-05-28T05:58:19.900Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3291 | 2026-05-28T05:58:19.957Z | Compiling crc v3.4.0 |
| 3292 | 2026-05-28T05:58:19.978Z | Compiling array-init v0.0.4 |
| 3293 | 2026-05-28T05:58:20.111Z | Compiling typify v0.4.3 |
| 3294 | 2026-05-28T05:58:20.132Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3295 | 2026-05-28T05:58:20.226Z | Compiling progenitor-impl v0.11.2 |
| 3296 | 2026-05-28T05:58:20.248Z | Compiling tokio-tungstenite v0.21.0 |
| 3297 | 2026-05-28T05:58:20.291Z | Compiling ghash v0.5.1 |
| 3298 | 2026-05-28T05:58:20.309Z | Compiling bitfield v0.19.4 |
| 3299 | 2026-05-28T05:58:20.365Z | Compiling tabled_derive v0.11.0 |
| 3300 | 2026-05-28T05:58:20.466Z | Compiling zerocopy v0.6.6 |
| 3301 | 2026-05-28T05:58:20.488Z | Compiling libscf-sys v1.1.0 |
| 3302 | 2026-05-28T05:58:20.488Z | Compiling smallvec v0.6.14 |
| 3303 | 2026-05-28T05:58:20.675Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3304 | 2026-05-28T05:58:20.750Z | Compiling papergrid v0.17.0 |
| 3305 | 2026-05-28T05:58:20.776Z | Compiling testing_table v0.3.0 |
| 3306 | 2026-05-28T05:58:20.849Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3307 | 2026-05-28T05:58:20.891Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2026-05-28T05:58:20.950Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3309 | 2026-05-28T05:58:20.977Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3310 | 2026-05-28T05:58:21.098Z | Compiling ctr v0.9.2 |
| 3311 | 2026-05-28T05:58:21.179Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3312 | 2026-05-28T05:58:21.213Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3313 | 2026-05-28T05:58:21.260Z | Compiling unicase v2.9.0 |
| 3314 | 2026-05-28T05:58:21.337Z | Compiling hashbrown v0.12.3 |
| 3315 | 2026-05-28T05:58:21.440Z | Compiling corncobs v0.1.4 |
| 3316 | 2026-05-28T05:58:21.459Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3317 | 2026-05-28T05:58:21.489Z | Compiling mime_guess v2.0.5 |
| 3318 | 2026-05-28T05:58:21.613Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-05-28T05:58:21.639Z | Compiling aes-gcm v0.10.3 |
| 3320 | 2026-05-28T05:58:21.669Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3321 | 2026-05-28T05:58:21.705Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-05-28T05:58:21.728Z | Compiling tabled v0.20.0 |
| 3323 | 2026-05-28T05:58:21.847Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3324 | 2026-05-28T05:58:21.864Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3325 | 2026-05-28T05:58:22.040Z | Compiling parking_lot v0.11.2 |
| 3326 | 2026-05-28T05:58:22.069Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3327 | 2026-05-28T05:58:22.102Z | Compiling serde-hex v0.1.0 |
| 3328 | 2026-05-28T05:58:22.355Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3329 | 2026-05-28T05:58:22.509Z | Compiling progenitor-impl v0.10.0 |
| 3330 | 2026-05-28T05:58:22.531Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3331 | 2026-05-28T05:58:22.662Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3332 | 2026-05-28T05:58:22.693Z | Compiling ron v0.8.1 |
| 3333 | 2026-05-28T05:58:22.760Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3334 | 2026-05-28T05:58:22.793Z | Compiling hashbrown v0.13.2 |
| 3335 | 2026-05-28T05:58:22.991Z | Compiling progenitor-macro v0.11.2 |
| 3336 | 2026-05-28T05:58:23.267Z | Compiling progenitor v0.14.0 |
| 3337 | 2026-05-28T05:58:23.314Z | Compiling progenitor v0.13.0 |
| 3338 | 2026-05-28T05:58:23.361Z | Compiling progenitor-client v0.11.2 |
| 3339 | 2026-05-28T05:58:23.402Z | Compiling blowfish v0.9.1 |
| 3340 | 2026-05-28T05:58:23.454Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3341 | 2026-05-28T05:58:23.493Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3342 | 2026-05-28T05:58:23.588Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3343 | 2026-05-28T05:58:23.679Z | Compiling ssh-encoding v0.2.0 |
| 3344 | 2026-05-28T05:58:23.723Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-05-28T05:58:23.810Z | Compiling fxhash v0.2.1 |
| 3346 | 2026-05-28T05:58:23.954Z | Compiling secrecy v0.8.0 |
| 3347 | 2026-05-28T05:58:23.980Z | Compiling crc-any v2.5.0 |
| 3348 | 2026-05-28T05:58:23.998Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3349 | 2026-05-28T05:58:24.074Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3350 | 2026-05-28T05:58:24.159Z | Compiling hickory-server v0.25.2 |
| 3351 | 2026-05-28T05:58:24.254Z | Compiling sled v0.34.7 |
| 3352 | 2026-05-28T05:58:24.270Z | Compiling ssh-cipher v0.2.0 |
| 3353 | 2026-05-28T05:58:24.310Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3354 | 2026-05-28T05:58:24.351Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3355 | 2026-05-28T05:58:24.420Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3356 | 2026-05-28T05:58:24.759Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3357 | 2026-05-28T05:58:24.778Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3358 | 2026-05-28T05:58:25.321Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3359 | 2026-05-28T05:58:25.338Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3360 | 2026-05-28T05:58:25.365Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3361 | 2026-05-28T05:58:25.447Z | Compiling progenitor-macro v0.10.0 |
| 3362 | 2026-05-28T05:58:25.694Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3363 | 2026-05-28T05:58:26.120Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3364 | 2026-05-28T05:58:26.248Z | Compiling object v0.30.4 |
| 3365 | 2026-05-28T05:58:26.409Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3366 | 2026-05-28T05:58:26.479Z | Compiling password-hash v0.4.2 |
| 3367 | 2026-05-28T05:58:26.554Z | Compiling http-range v0.1.5 |
| 3368 | 2026-05-28T05:58:26.777Z | Compiling half v1.8.3 |
| 3369 | 2026-05-28T05:58:26.797Z | Compiling crc8 v0.1.1 |
| 3370 | 2026-05-28T05:58:26.885Z | Compiling path-slash v0.1.5 |
| 3371 | 2026-05-28T05:58:26.952Z | Compiling pbkdf2 v0.11.0 |
| 3372 | 2026-05-28T05:58:27.064Z | Compiling serde_cbor v0.11.2 |
| 3373 | 2026-05-28T05:58:27.081Z | Compiling illumos-nvpair v0.3.0 |
| 3374 | 2026-05-28T05:58:27.194Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3375 | 2026-05-28T05:58:27.360Z | Compiling ssh-key v0.6.7 |
| 3376 | 2026-05-28T05:58:27.700Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3377 | 2026-05-28T05:58:27.717Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3378 | 2026-05-28T05:58:27.720Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3379 | 2026-05-28T05:58:28.054Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3380 | 2026-05-28T05:58:28.160Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3381 | 2026-05-28T05:58:28.202Z | Compiling progenitor v0.11.2 |
| 3382 | 2026-05-28T05:58:28.270Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3383 | 2026-05-28T05:58:28.392Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3384 | 2026-05-28T05:58:28.505Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3385 | 2026-05-28T05:58:28.638Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3386 | 2026-05-28T05:58:28.728Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3387 | 2026-05-28T05:58:28.853Z | Compiling p256 v0.13.2 |
| 3388 | 2026-05-28T05:58:28.872Z | Compiling p521 v0.13.3 |
| 3389 | 2026-05-28T05:58:29.040Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3390 | 2026-05-28T05:58:29.093Z | Compiling yasna v0.5.2 |
| 3391 | 2026-05-28T05:58:29.177Z | Compiling kstat-rs v0.2.4 |
| 3392 | 2026-05-28T05:58:29.262Z | Compiling headers-core v0.3.0 |
| 3393 | 2026-05-28T05:58:29.293Z | Compiling nanorand v0.7.0 |
| 3394 | 2026-05-28T05:58:29.311Z | Compiling russh-cryptovec v0.7.3 |
| 3395 | 2026-05-28T05:58:29.417Z | Compiling atty v0.2.14 |
| 3396 | 2026-05-28T05:58:29.453Z | Compiling home v0.5.12 |
| 3397 | 2026-05-28T05:58:29.520Z | Compiling md5 v0.7.0 |
| 3398 | 2026-05-28T05:58:29.537Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3399 | 2026-05-28T05:58:29.562Z | Compiling rcgen v0.12.1 |
| 3400 | 2026-05-28T05:58:29.620Z | Compiling flume v0.11.1 |
| 3401 | 2026-05-28T05:58:29.638Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3402 | 2026-05-28T05:58:29.669Z | Compiling headers v0.4.1 |
| 3403 | 2026-05-28T05:58:29.827Z | Compiling russh-keys v0.45.0 |
| 3404 | 2026-05-28T05:58:29.845Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3405 | 2026-05-28T05:58:29.864Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3406 | 2026-05-28T05:58:29.981Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3407 | 2026-05-28T05:58:30.081Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3408 | 2026-05-28T05:58:30.256Z | Compiling hyper-staticfile v0.10.1 |
| 3409 | 2026-05-28T05:58:30.345Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3410 | 2026-05-28T05:58:30.483Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3411 | 2026-05-28T05:58:30.502Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3412 | 2026-05-28T05:58:30.520Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3413 | 2026-05-28T05:58:30.593Z | Compiling progenitor v0.10.0 |
| 3414 | 2026-05-28T05:58:30.741Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3415 | 2026-05-28T05:58:30.789Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3416 | 2026-05-28T05:58:30.819Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3417 | 2026-05-28T05:58:30.903Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3418 | 2026-05-28T05:58:30.947Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3419 | 2026-05-28T05:58:31.070Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3420 | 2026-05-28T05:58:31.140Z | Compiling num-bigint v0.4.6 |
| 3421 | 2026-05-28T05:58:31.177Z | Compiling des v0.8.1 |
| 3422 | 2026-05-28T05:58:31.293Z | Compiling subprocess v0.2.15 |
| 3423 | 2026-05-28T05:58:31.333Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3424 | 2026-05-28T05:58:31.388Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3425 | 2026-05-28T05:58:31.405Z | Compiling hex-literal v0.4.1 |
| 3426 | 2026-05-28T05:58:31.459Z | Compiling display-error-chain v0.2.2 |
| 3427 | 2026-05-28T05:58:31.539Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3428 | 2026-05-28T05:58:31.541Z | Compiling colored v2.2.0 |
| 3429 | 2026-05-28T05:58:31.571Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3430 | 2026-05-28T05:58:31.632Z | Compiling socket2 v0.5.10 |
| 3431 | 2026-05-28T05:58:31.787Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3432 | 2026-05-28T05:58:31.820Z | Compiling internet-checksum v0.2.1 |
| 3433 | 2026-05-28T05:58:32.345Z | Compiling russh v0.45.0 |
| 3434 | 2026-05-28T05:58:32.441Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3435 | 2026-05-28T05:58:32.460Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3436 | 2026-05-28T05:58:34.892Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3437 | 2026-05-28T05:58:35.056Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3438 | 2026-05-28T05:58:35.734Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3439 | 2026-05-28T05:58:36.213Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3440 | 2026-05-28T05:58:37.924Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3441 | 2026-05-28T05:58:45.940Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3442 | 2026-05-28T05:58:45.940Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3443 | 2026-05-28T05:58:45.940Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3444 | 2026-05-28T05:58:45.943Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3445 | 2026-05-28T05:58:47.764Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3446 | 2026-05-28T05:58:47.792Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3447 | 2026-05-28T05:58:51.870Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3448 | 2026-05-28T05:59:31.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3449 | 2026-05-28T05:59:31.845Z | |
| 3450 | 2026-05-28T05:59:31.845Z | real 1:27.520749901 |
| 3451 | 2026-05-28T05:59:31.845Z | user 8:19.897525344 |
| 3452 | 2026-05-28T05:59:31.845Z | sys 1:44.112749625 |
| 3453 | 2026-05-28T05:59:31.845Z | trap 0.267850410 |
| 3454 | 2026-05-28T05:59:31.845Z | tflt 0.491409234 |
| 3455 | 2026-05-28T05:59:31.845Z | dflt 1.598620239 |
| 3456 | 2026-05-28T05:59:31.848Z | kflt 0.000206690 |
| 3457 | 2026-05-28T05:59:31.848Z | lock 29:54.368173518 |
| 3458 | 2026-05-28T05:59:31.848Z | slp 19:24.442713248 |
| 3459 | 2026-05-28T05:59:31.848Z | lat 43.005462492 |
| 3460 | 2026-05-28T05:59:31.848Z | stop 2:57.719717780 |
| 3461 | 2026-05-28T05:59:31.848Z | + mkdir tests |
| 3462 | 2026-05-28T05:59:31.851Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3463 | 2026-05-28T05:59:31.851Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3464 | 2026-05-28T05:59:31.881Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-df12fef08e305069 tests/ |
| 3465 | 2026-05-28T05:59:31.910Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2fa86fd108fc898f tests/ |
| 3466 | 2026-05-28T05:59:31.940Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7b08086e51cbf95e tests/ |
| 3467 | 2026-05-28T05:59:31.967Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8338fa9a00d90fb tests/ |
| 3468 | 2026-05-28T05:59:32.202Z | + 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/* tools/opte_version tools/opte_version_override) |
| 3469 | 2026-05-28T05:59:32.205Z | + 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-2fa86fd108fc898f tests/commtest-7b08086e51cbf95e tests/dhcp_server-df12fef08e305069 tests/end_to_end_tests-f8338fa9a00d90fb tools/opte_version tools/opte_version_override 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 |
| 3470 | 2026-05-28T06:00:51.782Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3471 | 2026-05-28T06:00:51.783Z | a .github/buildomat/ci-env.sh 1K |
| 3472 | 2026-05-28T06:00:51.783Z | a out/target/test 1K |
| 3473 | 2026-05-28T06:00:51.783Z | a out/npuzone/npuzone 27402K |
| 3474 | 2026-05-28T06:00:51.783Z | a package-manifest.toml 35K |
| 3475 | 2026-05-28T06:00:51.783Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3476 | 2026-05-28T06:00:51.783Z | a target/release/omicron-package 46003K |
| 3477 | 2026-05-28T06:00:51.783Z | a target/release/xtask 11449K |
| 3478 | 2026-05-28T06:00:51.783Z | a target/debug/bootstrap 352721K |
| 3479 | 2026-05-28T06:00:51.783Z | a tests/bootstrap-2fa86fd108fc898f 31215K |
| 3480 | 2026-05-28T06:00:51.783Z | a tests/commtest-7b08086e51cbf95e 32300K |
| 3481 | 2026-05-28T06:00:51.783Z | a tests/dhcp_server-df12fef08e305069 31215K |
| 3482 | 2026-05-28T06:00:51.783Z | a tests/end_to_end_tests-f8338fa9a00d90fb 394506K |
| 3483 | 2026-05-28T06:00:51.783Z | a tools/opte_version 1K |
| 3484 | 2026-05-28T06:00:51.783Z | a tools/opte_version_override 2K |
| 3485 | 2026-05-28T06:00:51.783Z | a out/clickhouse.tar.gz 319712K |
| 3486 | 2026-05-28T06:00:51.783Z | a out/clickhouse_keeper.tar.gz 305055K |
| 3487 | 2026-05-28T06:00:51.783Z | a out/clickhouse_server.tar.gz 319710K |
| 3488 | 2026-05-28T06:00:51.783Z | a out/cockroachdb.tar.gz 165202K |
| 3489 | 2026-05-28T06:00:51.783Z | a out/crucible-pantry-zone.tar.gz 44215K |
| 3490 | 2026-05-28T06:00:51.783Z | a out/crucible-utils.tar 17744K |
| 3491 | 2026-05-28T06:00:51.783Z | a out/crucible-zone.tar.gz 58353K |
| 3492 | 2026-05-28T06:00:51.783Z | a out/external-dns.tar.gz 50377K |
| 3493 | 2026-05-28T06:00:51.783Z | a out/internal-dns.tar.gz 50376K |
| 3494 | 2026-05-28T06:00:51.783Z | a out/mg-ddm-gz.tar 95141K |
| 3495 | 2026-05-28T06:00:51.783Z | a out/nexus.tar.gz 219905K |
| 3496 | 2026-05-28T06:00:51.783Z | a out/ntp.tar.gz 32184K |
| 3497 | 2026-05-28T06:00:51.783Z | a out/omicron-gateway-softnpu.tar.gz 29631K |
| 3498 | 2026-05-28T06:00:51.783Z | a out/omicron-sled-agent.tar 204644K |
| 3499 | 2026-05-28T06:00:51.783Z | a out/overlay.tar.gz 3K |
| 3500 | 2026-05-28T06:00:51.783Z | a out/oximeter.tar.gz 67453K |
| 3501 | 2026-05-28T06:00:51.783Z | a out/oxlog.tar 3782K |
| 3502 | 2026-05-28T06:00:51.783Z | a out/probe.tar.gz 3037K |
| 3503 | 2026-05-28T06:00:51.783Z | a out/propolis-server.tar.gz 38727K |
| 3504 | 2026-05-28T06:00:51.783Z | a out/pumpkind-gz.tar 26647K |
| 3505 | 2026-05-28T06:00:51.783Z | a out/switch-softnpu.tar.gz 396829K |
| 3506 | 2026-05-28T06:00:51.787Z | |
| 3507 | 2026-05-28T06:00:51.787Z | real 1:19.577888819 |
| 3508 | 2026-05-28T06:00:51.787Z | user 1:16.912089488 |
| 3509 | 2026-05-28T06:00:51.787Z | sys 4.385044664 |
| 3510 | 2026-05-28T06:00:51.787Z | trap 0.006507227 |
| 3511 | 2026-05-28T06:00:51.787Z | tflt 0.000000000 |
| 3512 | 2026-05-28T06:00:51.787Z | dflt 0.000000000 |
| 3513 | 2026-05-28T06:00:51.787Z | kflt 0.000000000 |
| 3514 | 2026-05-28T06:00:51.787Z | lock 0.000000000 |
| 3515 | 2026-05-28T06:00:51.787Z | slp 1:16.890468714 |
| 3516 | 2026-05-28T06:00:51.787Z | lat 0.955930100 |
| 3517 | 2026-05-28T06:00:51.787Z | stop 0.000192910 |
| 3518 | 2026-05-28T06:00:51.787Z | process exited: duration 937742 ms, exit code 0 |
| |
| 3519 | 2026-05-28T06:00:51.800Z | found 1 output files |
| 3520 | 2026-05-28T06:00:51.815Z | uploading: /work/package.tar.gz (2447063634 bytes) |
| 3521 | 2026-05-28T06:01:22.225Z | uploaded: /work/package.tar.gz |