|
|
|
| 1 | 2026-05-15T22:24:31.127Z | job assigned to worker 01KRPVT6GYYT735PX614GCQCM9 [factory aws, i-06ba0a072f3936e1f] (queued for 51 s) |
| |
| 2 | 2026-05-15T22:24:38.940Z | starting task 0: "setup" |
| 3 | 2026-05-15T22:24:38.945Z | ++ uname -s |
| 4 | 2026-05-15T22:24:38.948Z | + kern=SunOS |
| 5 | 2026-05-15T22:24:38.948Z | + build_user=build |
| 6 | 2026-05-15T22:24:38.948Z | + build_uid=12345 |
| 7 | 2026-05-15T22:24:38.948Z | + work_dir=/work |
| 8 | 2026-05-15T22:24:38.948Z | + input_dir=/input |
| 9 | 2026-05-15T22:24:38.948Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T22:24:38.948Z | + case "$kern" in |
| 11 | 2026-05-15T22:24:38.948Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T22:24:38.955Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T22:24:40.958Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T22:24:41.065Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T22:24:41.068Z | + home_fs=zfs |
| 16 | 2026-05-15T22:24:41.068Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T22:24:41.068Z | + mkdir -p /home/build |
| 18 | 2026-05-15T22:24:41.070Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T22:24:43.071Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T22:24:43.075Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-05-15T22:24:43.080Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T22:24:43.086Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T22:24:43.086Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-15T22:24:43.086Z | * rust toolchain profile = "default" |
| 25 | 2026-05-15T22:24:43.086Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-15T22:24:43.086Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T22:24:43.086Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T22:24:43.089Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T22:24:43.089Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T22:24:43.244Z | info: downloading installer |
| 31 | 2026-05-15T22:24:44.874Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T22:24:44.874Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T22:24:44.874Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T22:24:44.874Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T22:24:44.887Z | info: profile set to default |
| 36 | 2026-05-15T22:24:44.887Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T22:24:44.889Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T22:24:45.038Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T22:24:45.041Z | info: downloading 6 components |
| 40 | 2026-05-15T22:24:59.356Z | |
| 41 | 2026-05-15T22:24:59.356Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-15T22:24:59.384Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T22:24:59.384Z | |
| 44 | 2026-05-15T22:24:59.384Z | |
| 45 | 2026-05-15T22:24:59.384Z | Rust is installed now. Great! |
| 46 | 2026-05-15T22:24:59.384Z | |
| 47 | 2026-05-15T22:24:59.384Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T22:24:59.384Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T22:24:59.384Z | |
| 50 | 2026-05-15T22:24:59.384Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T22:24:59.384Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T22:24:59.384Z | |
| 53 | 2026-05-15T22:24:59.384Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T22:24:59.387Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T22:24:59.387Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T22:24:59.387Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T22:24:59.387Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T22:24:59.387Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T22:24:59.387Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T22:24:59.387Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T22:24:59.387Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T22:24:59.479Z | + rustup --version |
| 63 | 2026-05-15T22:24:59.485Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T22:24:59.488Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T22:24:59.508Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T22:24:59.511Z | + cargo --version |
| 67 | 2026-05-15T22:24:59.521Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T22:24:59.524Z | + rustc --version |
| 69 | 2026-05-15T22:24:59.543Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T22:24:59.545Z | process exited: duration 16465 ms, exit code 0 |
| |
| 71 | 2026-05-15T22:24:59.554Z | starting task 2: "authentication" |
| 72 | 2026-05-15T22:24:59.571Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-15T22:24:59.579Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T22:24:59.581Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T22:24:59.584Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T22:24:59.616Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T22:25:09.503Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T22:25:09.503Z | + git fetch origin cff032043984e5432c21d9feb88be38ec26761fc |
| 79 | 2026-05-15T22:25:09.785Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T22:25:09.785Z | * branch cff032043984e5432c21d9feb88be38ec26761fc -> FETCH_HEAD |
| 81 | 2026-05-15T22:25:09.800Z | + [[ -n add-fmd-inventory-db ]] |
| 82 | 2026-05-15T22:25:09.803Z | ++ git branch --show-current |
| 83 | 2026-05-15T22:25:09.806Z | + current=main |
| 84 | 2026-05-15T22:25:09.806Z | + [[ main != add-fmd-inventory-db ]] |
| 85 | 2026-05-15T22:25:09.806Z | + git branch -f add-fmd-inventory-db cff032043984e5432c21d9feb88be38ec26761fc |
| 86 | 2026-05-15T22:25:09.809Z | + git checkout -f add-fmd-inventory-db |
| 87 | 2026-05-15T22:25:09.953Z | Switched to branch 'add-fmd-inventory-db' |
| 88 | 2026-05-15T22:25:09.956Z | + git reset --hard cff032043984e5432c21d9feb88be38ec26761fc |
| 89 | 2026-05-15T22:25:10.100Z | HEAD is now at cff032043 merge |
| 90 | 2026-05-15T22:25:10.103Z | process exited: duration 10525 ms, exit code 0 |
| |
| 91 | 2026-05-15T22:25:10.109Z | starting task 4: "build" |
| 92 | 2026-05-15T22:25:10.115Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-15T22:25:10.115Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-15T22:25:10.115Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-15T22:25:10.118Z | + cargo --version |
| 96 | 2026-05-15T22:25:10.125Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-15T22:25:10.128Z | + rustc --version |
| 98 | 2026-05-15T22:25:10.150Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-15T22:25:10.152Z | + WORK=/work |
| 100 | 2026-05-15T22:25:10.152Z | + pfexec mkdir -p /work |
| 101 | 2026-05-15T22:25:10.156Z | + pfexec chown build /work |
| 102 | 2026-05-15T22:25:10.159Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-15T22:25:11.707Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-15T22:25:11.769Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-15T22:25:11.973Z | Planning: Solver setup ... Done (0.171s) |
| 106 | 2026-05-15T22:25:11.989Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-15T22:25:11.995Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-15T22:25:12.017Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-15T22:25:12.045Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-15T22:25:12.060Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-15T22:25:12.063Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-15T22:25:12.251Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 113 | 2026-05-15T22:25:12.254Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-15T22:25:13.086Z | Planning: Evaluating mediators ... Done (0.833s) |
| 115 | 2026-05-15T22:25:13.089Z | Planning: Planning completed in 1.30 seconds |
| 116 | 2026-05-15T22:25:13.095Z | Packages to install: 2 |
| 117 | 2026-05-15T22:25:13.095Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-15T22:25:13.095Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-15T22:25:13.095Z | Create boot environment: No |
| 120 | 2026-05-15T22:25:13.095Z | Create backup boot environment: No |
| 121 | 2026-05-15T22:25:13.095Z | Rebuild boot archive: No |
| 122 | 2026-05-15T22:25:13.098Z | |
| 123 | 2026-05-15T22:25:13.098Z | Changed packages: |
| 124 | 2026-05-15T22:25:13.098Z | helios |
| 125 | 2026-05-15T22:25:13.098Z | developer/build-essential |
| 126 | 2026-05-15T22:25:13.098Z | None -> 11-3.0 |
| 127 | 2026-05-15T22:25:13.098Z | library/libxmlsec1 |
| 128 | 2026-05-15T22:25:13.098Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-15T22:25:13.120Z | |
| 130 | 2026-05-15T22:25:13.120Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-15T22:25:13.590Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 132 | 2026-05-15T22:25:13.670Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-15T22:25:13.709Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-15T22:25:13.715Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-15T22:25:13.715Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-15T22:25:13.731Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-15T22:25:16.318Z | Finalize: Creating fast lookup database ... Done (2.567s) |
| 138 | 2026-05-15T22:25:16.391Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-15T22:25:16.394Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-15T22:25:16.490Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-15T22:25:16.781Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-15T22:25:16.883Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-15T22:25:16.885Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-15T22:25:17.040Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-15T22:25:17.043Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-15T22:25:17.063Z | Mediators to change: 2 |
| 147 | 2026-05-15T22:25:17.063Z | Create boot environment: No |
| 148 | 2026-05-15T22:25:17.063Z | Create backup boot environment: No |
| 149 | 2026-05-15T22:25:17.133Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-15T22:25:17.133Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-15T22:25:17.142Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-15T22:25:19.073Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-15T22:25:19.131Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-15T22:25:19.134Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-15T22:25:19.280Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-15T22:25:19.560Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-15T22:25:19.663Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-15T22:25:19.666Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-15T22:25:19.820Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-15T22:25:19.824Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-15T22:25:19.844Z | Mediators to change: 1 |
| 162 | 2026-05-15T22:25:19.844Z | Create boot environment: No |
| 163 | 2026-05-15T22:25:19.844Z | Create backup boot environment: No |
| 164 | 2026-05-15T22:25:19.901Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-15T22:25:19.901Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-15T22:25:19.912Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-15T22:25:21.858Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-15T22:25:21.919Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-15T22:25:21.921Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-15T22:25:21.992Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-15T22:25:22.306Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-15T22:25:22.306Z | apache system 2.4 system |
| 173 | 2026-05-15T22:25:22.306Z | clang system 15 system |
| 174 | 2026-05-15T22:25:22.306Z | csh system system illumos |
| 175 | 2026-05-15T22:25:22.306Z | ctags system system illumos |
| 176 | 2026-05-15T22:25:22.306Z | file vendor vendor darwinsys |
| 177 | 2026-05-15T22:25:22.306Z | file system system illumos |
| 178 | 2026-05-15T22:25:22.306Z | gcc vendor 14 vendor |
| 179 | 2026-05-15T22:25:22.306Z | gcc system 13 system |
| 180 | 2026-05-15T22:25:22.306Z | gcc system 10 system |
| 181 | 2026-05-15T22:25:22.306Z | go system 1.25 system |
| 182 | 2026-05-15T22:25:22.306Z | llvm system 15 system |
| 183 | 2026-05-15T22:25:22.306Z | mariadb system 11.4 system |
| 184 | 2026-05-15T22:25:22.306Z | mta vendor vendor dma |
| 185 | 2026-05-15T22:25:22.306Z | openjdk system 17 system |
| 186 | 2026-05-15T22:25:22.306Z | openjdk system 11 system |
| 187 | 2026-05-15T22:25:22.306Z | openssl vendor 3 vendor |
| 188 | 2026-05-15T22:25:22.306Z | perl system 5.40 system |
| 189 | 2026-05-15T22:25:22.306Z | postgresql system 18 system |
| 190 | 2026-05-15T22:25:22.306Z | postgresql system 17 system |
| 191 | 2026-05-15T22:25:22.306Z | python vendor 3 vendor |
| 192 | 2026-05-15T22:25:22.306Z | python system 2 system |
| 193 | 2026-05-15T22:25:22.306Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-15T22:25:22.306Z | ruby system 3.4 system |
| 195 | 2026-05-15T22:25:22.307Z | ruby system 3.0 system |
| 196 | 2026-05-15T22:25:22.307Z | words vendor vendor american-english |
| 197 | 2026-05-15T22:25:22.307Z | words system system australian-english |
| 198 | 2026-05-15T22:25:22.307Z | words system system british-english |
| 199 | 2026-05-15T22:25:22.307Z | words system system canadian-english |
| 200 | 2026-05-15T22:25:22.307Z | words system system french |
| 201 | 2026-05-15T22:25:22.307Z | words system system italian |
| 202 | 2026-05-15T22:25:22.307Z | words system system ngerman |
| 203 | 2026-05-15T22:25:22.307Z | words system system ogerman |
| 204 | 2026-05-15T22:25:22.307Z | words system system spanish |
| 205 | 2026-05-15T22:25:22.563Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-15T22:25:22.563Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-15T22:25:22.840Z | FMRI IFO |
| 208 | 2026-05-15T22:25:22.840Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-15T22:25:22.840Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-15T22:25:22.840Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-15T22:25:22.840Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-15T22:25:22.840Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-15T22:25:22.840Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-15T22:25:22.840Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-15T22:25:22.840Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-15T22:25:22.840Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-15T22:25:23.077Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-15T22:25:23.331Z | Updating crates.io index |
| 219 | 2026-05-15T22:25:23.369Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-15T22:25:24.261Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-15T22:25:24.669Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-15T22:25:25.315Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-15T22:25:26.116Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-15T22:25:26.590Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-15T22:25:27.911Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-15T22:25:28.620Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-15T22:25:29.181Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-15T22:25:29.963Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-15T22:25:30.537Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-15T22:25:31.026Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-15T22:25:31.380Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-15T22:25:32.669Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-15T22:25:33.142Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-15T22:25:33.356Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-15T22:25:33.772Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-15T22:25:34.034Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-15T22:25:34.457Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-15T22:25:34.836Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-15T22:25:35.071Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-15T22:25:35.343Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-15T22:25:35.745Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-15T22:25:36.075Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-15T22:25:36.642Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-15T22:25:37.147Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-15T22:25:37.689Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-15T22:25:37.958Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-15T22:25:39.586Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-15T22:25:40.117Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-15T22:25:40.537Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-15T22:25:41.247Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-15T22:25:41.520Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-15T22:25:41.831Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-15T22:25:42.528Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-15T22:25:42.749Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-15T22:25:42.990Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-15T22:25:43.294Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-15T22:25:43.650Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-15T22:25:55.100Z | Downloading crates ... |
| 259 | 2026-05-15T22:25:55.153Z | Downloaded anstream v0.6.21 |
| 260 | 2026-05-15T22:25:55.158Z | Downloaded cargo_toml v0.21.0 |
| 261 | 2026-05-15T22:25:55.161Z | Downloaded typeid v1.0.3 |
| 262 | 2026-05-15T22:25:55.161Z | Downloaded anyhow v1.0.102 |
| 263 | 2026-05-15T22:25:55.164Z | Downloaded usdt-macro v0.5.0 |
| 264 | 2026-05-15T22:25:55.164Z | Downloaded smawk v0.3.2 |
| 265 | 2026-05-15T22:25:55.169Z | Downloaded textwrap v0.16.2 |
| 266 | 2026-05-15T22:25:55.171Z | Downloaded toml_write v0.1.2 |
| 267 | 2026-05-15T22:25:55.171Z | Downloaded icu_properties v2.1.2 |
| 268 | 2026-05-15T22:25:55.174Z | Downloaded icu_normalizer v2.1.1 |
| 269 | 2026-05-15T22:25:55.177Z | Downloaded zerofrom v0.1.6 |
| 270 | 2026-05-15T22:25:55.180Z | Downloaded unicode-linebreak v0.1.5 |
| 271 | 2026-05-15T22:25:55.183Z | Downloaded zerofrom-derive v0.1.6 |
| 272 | 2026-05-15T22:25:55.187Z | Downloaded toml v0.8.23 |
| 273 | 2026-05-15T22:25:55.189Z | Downloaded thiserror v2.0.18 |
| 274 | 2026-05-15T22:25:55.192Z | Downloaded usdt-attr-macro v0.5.0 |
| 275 | 2026-05-15T22:25:55.192Z | Downloaded unicode-xid v0.2.6 |
| 276 | 2026-05-15T22:25:55.196Z | Downloaded usdt v0.5.0 |
| 277 | 2026-05-15T22:25:55.200Z | Downloaded yoke-derive v0.8.1 |
| 278 | 2026-05-15T22:25:55.203Z | Downloaded toml_datetime v0.6.11 |
| 279 | 2026-05-15T22:25:55.203Z | Downloaded utf8_iter v1.0.4 |
| 280 | 2026-05-15T22:25:55.206Z | Downloaded thread-id v4.2.2 |
| 281 | 2026-05-15T22:25:55.209Z | Downloaded errno v0.3.14 |
| 282 | 2026-05-15T22:25:55.211Z | Downloaded equivalent v1.0.2 |
| 283 | 2026-05-15T22:25:55.212Z | Downloaded camino-tempfile v1.4.1 |
| 284 | 2026-05-15T22:25:55.212Z | Downloaded typenum v1.19.0 |
| 285 | 2026-05-15T22:25:55.214Z | Downloaded thiserror-impl v2.0.18 |
| 286 | 2026-05-15T22:25:55.214Z | Downloaded version_check v0.9.5 |
| 287 | 2026-05-15T22:25:55.217Z | Downloaded utf8parse v0.2.2 |
| 288 | 2026-05-15T22:25:55.220Z | Downloaded writeable v0.6.2 |
| 289 | 2026-05-15T22:25:55.220Z | Downloaded usdt-impl v0.5.0 |
| 290 | 2026-05-15T22:25:55.220Z | Downloaded thiserror-impl v1.0.69 |
| 291 | 2026-05-15T22:25:55.223Z | Downloaded potential_utf v0.1.4 |
| 292 | 2026-05-15T22:25:55.223Z | Downloaded yoke v0.8.1 |
| 293 | 2026-05-15T22:25:55.223Z | Downloaded scroll_derive v0.12.1 |
| 294 | 2026-05-15T22:25:55.223Z | Downloaded cargo-platform v0.2.0 |
| 295 | 2026-05-15T22:25:55.226Z | Downloaded zerovec-derive v0.11.2 |
| 296 | 2026-05-15T22:25:55.226Z | Downloaded thiserror v1.0.69 |
| 297 | 2026-05-15T22:25:55.229Z | Downloaded zmij v1.0.21 |
| 298 | 2026-05-15T22:25:55.229Z | Downloaded generic-array v0.14.7 |
| 299 | 2026-05-15T22:25:55.231Z | Downloaded idna_adapter v1.2.1 |
| 300 | 2026-05-15T22:25:55.231Z | Downloaded colorchoice v1.0.4 |
| 301 | 2026-05-15T22:25:55.231Z | Downloaded heck v0.5.0 |
| 302 | 2026-05-15T22:25:55.235Z | Downloaded percent-encoding v2.3.2 |
| 303 | 2026-05-15T22:25:55.238Z | Downloaded tinystr v0.8.2 |
| 304 | 2026-05-15T22:25:55.238Z | Downloaded zerocopy-derive v0.7.35 |
| 305 | 2026-05-15T22:25:55.241Z | Downloaded url v2.5.8 |
| 306 | 2026-05-15T22:25:55.243Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-05-15T22:25:55.243Z | Downloaded cfg-if v1.0.4 |
| 308 | 2026-05-15T22:25:55.243Z | Downloaded unicode-ident v1.0.24 |
| 309 | 2026-05-15T22:25:55.246Z | Downloaded fnv v1.0.7 |
| 310 | 2026-05-15T22:25:55.246Z | Downloaded pretty-hex v0.4.1 |
| 311 | 2026-05-15T22:25:55.249Z | Downloaded serde-value v0.7.0 |
| 312 | 2026-05-15T22:25:55.249Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-05-15T22:25:55.249Z | Downloaded itoa v1.0.17 |
| 314 | 2026-05-15T22:25:55.249Z | Downloaded zerotrie v0.2.3 |
| 315 | 2026-05-15T22:25:55.252Z | Downloaded toml_edit v0.22.27 |
| 316 | 2026-05-15T22:25:55.255Z | Downloaded ordered-float v2.10.1 |
| 317 | 2026-05-15T22:25:55.255Z | Downloaded block-buffer v0.10.4 |
| 318 | 2026-05-15T22:25:55.255Z | Downloaded fastrand v2.3.0 |
| 319 | 2026-05-15T22:25:55.258Z | Downloaded proc-macro-error-attr v1.0.4 |
| 320 | 2026-05-15T22:25:55.258Z | Downloaded ucd-trie v0.1.7 |
| 321 | 2026-05-15T22:25:55.262Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-05-15T22:25:55.265Z | Downloaded plain v0.2.3 |
| 323 | 2026-05-15T22:25:55.268Z | Downloaded strsim v0.11.1 |
| 324 | 2026-05-15T22:25:55.272Z | Downloaded dof v0.3.0 |
| 325 | 2026-05-15T22:25:55.275Z | Downloaded memmap v0.7.0 |
| 326 | 2026-05-15T22:25:55.275Z | Downloaded zerovec v0.11.5 |
| 327 | 2026-05-15T22:25:55.278Z | Downloaded zerocopy v0.7.35 |
| 328 | 2026-05-15T22:25:55.283Z | Downloaded winnow v0.7.14 |
| 329 | 2026-05-15T22:25:55.289Z | Downloaded terminal_size v0.4.3 |
| 330 | 2026-05-15T22:25:55.294Z | Downloaded swrite v0.1.0 |
| 331 | 2026-05-15T22:25:55.294Z | Downloaded heck v0.4.1 |
| 332 | 2026-05-15T22:25:55.294Z | Downloaded crypto-common v0.1.7 |
| 333 | 2026-05-15T22:25:55.294Z | Downloaded stable_deref_trait v1.2.1 |
| 334 | 2026-05-15T22:25:55.294Z | Downloaded clap_lex v1.0.0 |
| 335 | 2026-05-15T22:25:55.297Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2026-05-15T22:25:55.297Z | Downloaded dtrace-parser v0.2.0 |
| 337 | 2026-05-15T22:25:55.297Z | Downloaded macaddr v1.0.1 |
| 338 | 2026-05-15T22:25:55.297Z | Downloaded anstyle-query v1.1.5 |
| 339 | 2026-05-15T22:25:55.297Z | Downloaded unicode-width v0.2.0 |
| 340 | 2026-05-15T22:25:55.301Z | Downloaded unicode-width v0.1.14 |
| 341 | 2026-05-15T22:25:55.304Z | Downloaded cargo_metadata v0.21.0 |
| 342 | 2026-05-15T22:25:55.307Z | Downloaded erased-serde v0.4.9 |
| 343 | 2026-05-15T22:25:55.310Z | Downloaded byteorder v1.5.0 |
| 344 | 2026-05-15T22:25:55.310Z | Downloaded bytecount v0.6.9 |
| 345 | 2026-05-15T22:25:55.314Z | Downloaded serde-untagged v0.1.9 |
| 346 | 2026-05-15T22:25:55.322Z | Downloaded anstyle v1.0.13 |
| 347 | 2026-05-15T22:25:55.325Z | Downloaded sha2 v0.10.9 |
| 348 | 2026-05-15T22:25:55.325Z | Downloaded serde_tokenstream v0.2.3 |
| 349 | 2026-05-15T22:25:55.328Z | Downloaded synstructure v0.13.2 |
| 350 | 2026-05-15T22:25:55.328Z | Downloaded scroll v0.12.0 |
| 351 | 2026-05-15T22:25:55.328Z | Downloaded form_urlencoded v1.2.2 |
| 352 | 2026-05-15T22:25:55.328Z | Downloaded fs-err v3.3.0 |
| 353 | 2026-05-15T22:25:55.328Z | Downloaded displaydoc v0.2.5 |
| 354 | 2026-05-15T22:25:55.340Z | Downloaded proc-macro-error v1.0.4 |
| 355 | 2026-05-15T22:25:55.343Z | Downloaded quote v1.0.45 |
| 356 | 2026-05-15T22:25:55.346Z | Downloaded anstyle-parse v0.2.7 |
| 357 | 2026-05-15T22:25:55.346Z | Downloaded digest v0.10.7 |
| 358 | 2026-05-15T22:25:55.351Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-05-15T22:25:55.354Z | Downloaded autocfg v1.5.0 |
| 360 | 2026-05-15T22:25:55.354Z | Downloaded pest_derive v2.8.6 |
| 361 | 2026-05-15T22:25:55.361Z | Downloaded bitflags v2.11.0 |
| 362 | 2026-05-15T22:25:55.364Z | Downloaded semver v1.0.28 |
| 363 | 2026-05-15T22:25:55.368Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-05-15T22:25:55.373Z | Downloaded smallvec v1.15.1 |
| 365 | 2026-05-15T22:25:55.373Z | Downloaded litemap v0.8.1 |
| 366 | 2026-05-15T22:25:55.377Z | Downloaded cargo-util-schemas v0.8.2 |
| 367 | 2026-05-15T22:25:55.381Z | Downloaded once_cell v1.21.3 |
| 368 | 2026-05-15T22:25:55.384Z | Downloaded getrandom v0.4.1 |
| 369 | 2026-05-15T22:25:55.387Z | Downloaded clap_derive v4.5.55 |
| 370 | 2026-05-15T22:25:55.391Z | Downloaded serde_derive v1.0.228 |
| 371 | 2026-05-15T22:25:55.398Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-05-15T22:25:55.401Z | Downloaded log v0.4.29 |
| 373 | 2026-05-15T22:25:55.405Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-05-15T22:25:55.405Z | Downloaded icu_provider v2.1.1 |
| 375 | 2026-05-15T22:25:55.410Z | Downloaded camino v1.2.2 |
| 376 | 2026-05-15T22:25:55.410Z | Downloaded icu_normalizer_data v2.1.1 |
| 377 | 2026-05-15T22:25:55.414Z | Downloaded proc-macro2 v1.0.106 |
| 378 | 2026-05-15T22:25:55.414Z | Downloaded pest_meta v2.8.6 |
| 379 | 2026-05-15T22:25:55.423Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-05-15T22:25:55.428Z | Downloaded clap v4.5.60 |
| 381 | 2026-05-15T22:25:55.439Z | Downloaded memchr v2.8.0 |
| 382 | 2026-05-15T22:25:55.442Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-05-15T22:25:55.445Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-15T22:25:55.450Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-05-15T22:25:55.452Z | Downloaded icu_locale_core v2.1.1 |
| 386 | 2026-05-15T22:25:55.472Z | Downloaded pest v2.8.6 |
| 387 | 2026-05-15T22:25:55.483Z | Downloaded idna v1.1.0 |
| 388 | 2026-05-15T22:25:55.486Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-05-15T22:25:55.492Z | Downloaded libc v0.2.185 |
| 390 | 2026-05-15T22:25:55.509Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-15T22:25:55.513Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-15T22:25:55.516Z | Downloaded tabled v0.15.0 |
| 393 | 2026-05-15T22:25:55.524Z | Downloaded clap_builder v4.5.60 |
| 394 | 2026-05-15T22:25:55.528Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-15T22:25:55.533Z | Downloaded goblin v0.8.2 |
| 396 | 2026-05-15T22:25:55.537Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-15T22:25:55.543Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-15T22:25:55.601Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-15T22:25:55.601Z | Compiling quote v1.0.45 |
| 400 | 2026-05-15T22:25:55.604Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-15T22:25:55.604Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-15T22:25:55.604Z | Compiling libc v0.2.185 |
| 403 | 2026-05-15T22:25:55.605Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-15T22:25:55.605Z | Compiling memchr v2.8.0 |
| 405 | 2026-05-15T22:25:55.605Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-15T22:25:55.605Z | Compiling serde v1.0.228 |
| 407 | 2026-05-15T22:25:55.605Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-15T22:25:55.605Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-15T22:25:55.605Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-15T22:25:55.783Z | Compiling itoa v1.0.17 |
| 411 | 2026-05-15T22:25:55.786Z | Compiling autocfg v1.5.0 |
| 412 | 2026-05-15T22:25:55.786Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-15T22:25:55.972Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-15T22:25:56.128Z | Compiling rustix v1.1.3 |
| 415 | 2026-05-15T22:25:56.169Z | Compiling byteorder v1.5.0 |
| 416 | 2026-05-15T22:25:56.240Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-15T22:25:56.242Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-05-15T22:25:56.292Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-15T22:25:56.295Z | Compiling serde_json v1.0.149 |
| 420 | 2026-05-15T22:25:56.386Z | Compiling smallvec v1.15.1 |
| 421 | 2026-05-15T22:25:56.464Z | Compiling pest v2.8.6 |
| 422 | 2026-05-15T22:25:56.464Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-05-15T22:25:56.476Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-15T22:25:56.627Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-15T22:25:56.634Z | Compiling typeid v1.0.3 |
| 426 | 2026-05-15T22:25:56.701Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-15T22:25:56.717Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-15T22:25:56.741Z | Compiling winnow v0.7.14 |
| 429 | 2026-05-15T22:25:56.777Z | Compiling syn v1.0.109 |
| 430 | 2026-05-15T22:25:56.794Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-05-15T22:25:56.816Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-15T22:25:56.829Z | Compiling errno v0.3.14 |
| 433 | 2026-05-15T22:25:56.894Z | Compiling thread-id v4.2.2 |
| 434 | 2026-05-15T22:25:56.899Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-05-15T22:25:57.017Z | Compiling indexmap v2.14.0 |
| 436 | 2026-05-15T22:25:57.071Z | Compiling thiserror v2.0.18 |
| 437 | 2026-05-15T22:25:57.102Z | Compiling plain v0.2.3 |
| 438 | 2026-05-15T22:25:57.131Z | Compiling getrandom v0.4.1 |
| 439 | 2026-05-15T22:25:57.170Z | Compiling utf8_iter v1.0.4 |
| 440 | 2026-05-15T22:25:57.211Z | Compiling utf8parse v0.2.2 |
| 441 | 2026-05-15T22:25:57.264Z | Compiling percent-encoding v2.3.2 |
| 442 | 2026-05-15T22:25:57.283Z | Compiling camino v1.2.2 |
| 443 | 2026-05-15T22:25:57.305Z | Compiling log v0.4.29 |
| 444 | 2026-05-15T22:25:57.366Z | Compiling syn v2.0.117 |
| 445 | 2026-05-15T22:25:57.366Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-15T22:25:57.410Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-05-15T22:25:57.597Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-15T22:25:57.629Z | Compiling colorchoice v1.0.4 |
| 449 | 2026-05-15T22:25:57.634Z | Compiling is_terminal_polyfill v1.70.2 |
| 450 | 2026-05-15T22:25:57.710Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-05-15T22:25:57.724Z | Compiling anstyle v1.0.13 |
| 452 | 2026-05-15T22:25:57.738Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-05-15T22:25:57.764Z | Compiling cfg-if v1.0.4 |
| 454 | 2026-05-15T22:25:57.780Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-05-15T22:25:57.862Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-15T22:25:57.881Z | Compiling unicode-width v0.1.14 |
| 457 | 2026-05-15T22:25:57.895Z | Compiling fastrand v2.3.0 |
| 458 | 2026-05-15T22:25:57.949Z | Compiling terminal_size v0.4.3 |
| 459 | 2026-05-15T22:25:57.972Z | Compiling anstream v0.6.21 |
| 460 | 2026-05-15T22:25:57.983Z | Compiling once_cell v1.21.3 |
| 461 | 2026-05-15T22:25:58.008Z | Compiling fnv v1.0.7 |
| 462 | 2026-05-15T22:25:58.040Z | Compiling heck v0.5.0 |
| 463 | 2026-05-15T22:25:58.071Z | Compiling strsim v0.11.1 |
| 464 | 2026-05-15T22:25:58.112Z | Compiling bytecount v0.6.9 |
| 465 | 2026-05-15T22:25:58.129Z | Compiling anyhow v1.0.102 |
| 466 | 2026-05-15T22:25:58.205Z | Compiling semver v1.0.28 |
| 467 | 2026-05-15T22:25:58.314Z | Compiling heck v0.4.1 |
| 468 | 2026-05-15T22:25:58.331Z | Compiling unicode-xid v0.2.6 |
| 469 | 2026-05-15T22:25:58.351Z | Compiling clap_lex v1.0.0 |
| 470 | 2026-05-15T22:25:58.370Z | Compiling papergrid v0.11.0 |
| 471 | 2026-05-15T22:25:58.402Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-15T22:25:58.487Z | Compiling memmap v0.7.0 |
| 473 | 2026-05-15T22:25:58.576Z | Compiling clap_builder v4.5.60 |
| 474 | 2026-05-15T22:25:58.593Z | Compiling unicode-linebreak v0.1.5 |
| 475 | 2026-05-15T22:25:58.608Z | Compiling unicode-width v0.2.0 |
| 476 | 2026-05-15T22:25:58.627Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-15T22:25:58.718Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-15T22:25:58.721Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-15T22:25:58.863Z | Compiling textwrap v0.16.2 |
| 480 | 2026-05-15T22:25:58.882Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-15T22:25:58.900Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-15T22:25:59.306Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-15T22:25:59.921Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-15T22:25:59.921Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-15T22:25:59.952Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-15T22:26:00.439Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-15T22:26:00.439Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-15T22:26:00.443Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-15T22:26:00.443Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-15T22:26:00.443Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-15T22:26:00.443Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-15T22:26:00.443Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-15T22:26:00.443Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-15T22:26:00.456Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-15T22:26:00.456Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-15T22:26:00.542Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-05-15T22:26:01.074Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-15T22:26:01.298Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-15T22:26:01.316Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-15T22:26:01.520Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-15T22:26:01.629Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-15T22:26:01.669Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-05-15T22:26:01.781Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-15T22:26:01.781Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-15T22:26:01.825Z | Compiling clap v4.5.60 |
| 506 | 2026-05-15T22:26:02.259Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-15T22:26:02.259Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-15T22:26:02.383Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-15T22:26:02.417Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-15T22:26:02.933Z | Compiling dof v0.3.0 |
| 511 | 2026-05-15T22:26:02.936Z | Compiling serde_tokenstream v0.2.3 |
| 512 | 2026-05-15T22:26:02.950Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-15T22:26:02.952Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-15T22:26:02.964Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-15T22:26:02.967Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-15T22:26:02.967Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-15T22:26:02.967Z | Compiling icu_provider v2.1.1 |
| 518 | 2026-05-15T22:26:03.159Z | Compiling toml_edit v0.22.27 |
| 519 | 2026-05-15T22:26:03.274Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-15T22:26:03.274Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-15T22:26:03.636Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-15T22:26:03.636Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-15T22:26:04.093Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-15T22:26:04.191Z | Compiling idna v1.1.0 |
| 525 | 2026-05-15T22:26:04.245Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-15T22:26:04.429Z | Compiling toml v0.8.23 |
| 527 | 2026-05-15T22:26:04.445Z | Compiling url v2.5.8 |
| 528 | 2026-05-15T22:26:04.762Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-15T22:26:04.857Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-15T22:26:05.621Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-15T22:26:06.537Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-15T22:26:08.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.79s |
| 533 | 2026-05-15T22:26:08.972Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-15T22:26:09.530Z | Downloading crates ... |
| 535 | 2026-05-15T22:26:09.644Z | Downloaded adler2 v2.0.1 |
| 536 | 2026-05-15T22:26:09.663Z | Downloaded debug-ignore v1.0.5 |
| 537 | 2026-05-15T22:26:09.668Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 538 | 2026-05-15T22:26:09.671Z | Downloaded ascii-canvas v3.0.0 |
| 539 | 2026-05-15T22:26:09.671Z | Downloaded crossbeam-epoch v0.9.18 |
| 540 | 2026-05-15T22:26:09.674Z | Downloaded cbc v0.1.2 |
| 541 | 2026-05-15T22:26:09.674Z | Downloaded crc32fast v1.5.0 |
| 542 | 2026-05-15T22:26:09.674Z | Downloaded darling_macro v0.21.3 |
| 543 | 2026-05-15T22:26:09.685Z | Downloaded downcast-rs v2.0.2 |
| 544 | 2026-05-15T22:26:09.685Z | Downloaded crossbeam-deque v0.8.6 |
| 545 | 2026-05-15T22:26:09.688Z | Downloaded defmt v0.3.100 |
| 546 | 2026-05-15T22:26:09.688Z | Downloaded crunchy v0.2.4 |
| 547 | 2026-05-15T22:26:09.688Z | Downloaded buf-list v1.1.2 |
| 548 | 2026-05-15T22:26:09.688Z | Downloaded argon2 v0.5.3 |
| 549 | 2026-05-15T22:26:09.688Z | Downloaded flagset v0.4.7 |
| 550 | 2026-05-15T22:26:09.688Z | Downloaded display-error-chain v0.2.2 |
| 551 | 2026-05-15T22:26:09.688Z | Downloaded difflib v0.4.0 |
| 552 | 2026-05-15T22:26:09.688Z | Downloaded derive_builder_macro v0.20.2 |
| 553 | 2026-05-15T22:26:09.688Z | Downloaded darling_macro v0.20.11 |
| 554 | 2026-05-15T22:26:09.691Z | Downloaded async-recursion v1.1.1 |
| 555 | 2026-05-15T22:26:09.694Z | Downloaded foldhash v0.2.0 |
| 556 | 2026-05-15T22:26:09.694Z | Downloaded crc8 v0.1.1 |
| 557 | 2026-05-15T22:26:09.697Z | Downloaded ff v0.13.1 |
| 558 | 2026-05-15T22:26:09.697Z | Downloaded either v1.15.0 |
| 559 | 2026-05-15T22:26:09.697Z | Downloaded dirs-next v2.0.0 |
| 560 | 2026-05-15T22:26:09.700Z | Downloaded dirs-sys-next v0.1.2 |
| 561 | 2026-05-15T22:26:09.700Z | Downloaded cargo-platform v0.1.9 |
| 562 | 2026-05-15T22:26:09.703Z | Downloaded dof v0.4.0 |
| 563 | 2026-05-15T22:26:09.703Z | Downloaded bit-set v0.8.0 |
| 564 | 2026-05-15T22:26:09.704Z | Downloaded defmt-parser v1.0.0 |
| 565 | 2026-05-15T22:26:09.704Z | Downloaded darling_macro v0.23.0 |
| 566 | 2026-05-15T22:26:09.707Z | Downloaded ciborium-ll v0.2.2 |
| 567 | 2026-05-15T22:26:09.707Z | Downloaded float-cmp v0.10.0 |
| 568 | 2026-05-15T22:26:09.707Z | Downloaded derive_builder_core v0.20.2 |
| 569 | 2026-05-15T22:26:09.709Z | Downloaded der_derive v0.7.3 |
| 570 | 2026-05-15T22:26:09.709Z | Downloaded atty v0.2.14 |
| 571 | 2026-05-15T22:26:09.713Z | Downloaded atomicwrites v0.4.4 |
| 572 | 2026-05-15T22:26:09.713Z | Downloaded castaway v0.2.4 |
| 573 | 2026-05-15T22:26:09.713Z | Downloaded assert_matches v1.5.0 |
| 574 | 2026-05-15T22:26:09.716Z | Downloaded document-features v0.2.12 |
| 575 | 2026-05-15T22:26:09.716Z | Downloaded ahash v0.8.12 |
| 576 | 2026-05-15T22:26:09.719Z | Downloaded cpufeatures v0.3.0 |
| 577 | 2026-05-15T22:26:09.719Z | Downloaded fixedbitset v0.4.2 |
| 578 | 2026-05-15T22:26:09.722Z | Downloaded ciborium-io v0.2.2 |
| 579 | 2026-05-15T22:26:09.722Z | Downloaded dsl_auto_type v0.2.0 |
| 580 | 2026-05-15T22:26:09.725Z | Downloaded cobs v0.3.0 |
| 581 | 2026-05-15T22:26:09.728Z | Downloaded atomic-waker v1.1.2 |
| 582 | 2026-05-15T22:26:09.728Z | Downloaded endian-type v0.1.2 |
| 583 | 2026-05-15T22:26:09.728Z | Downloaded fd-lock v4.0.4 |
| 584 | 2026-05-15T22:26:09.731Z | Downloaded byte-wrapper v0.1.0 |
| 585 | 2026-05-15T22:26:09.734Z | Downloaded derive-ex v0.1.8 |
| 586 | 2026-05-15T22:26:09.734Z | Downloaded defmt-macros v1.0.1 |
| 587 | 2026-05-15T22:26:09.738Z | Downloaded embedded-io v0.6.1 |
| 588 | 2026-05-15T22:26:09.738Z | Downloaded data-encoding v2.10.0 |
| 589 | 2026-05-15T22:26:09.741Z | Downloaded convert_case v0.4.0 |
| 590 | 2026-05-15T22:26:09.741Z | Downloaded async-stream v0.3.6 |
| 591 | 2026-05-15T22:26:09.741Z | Downloaded dunce v1.0.5 |
| 592 | 2026-05-15T22:26:09.741Z | Downloaded dtrace-parser v0.3.0 |
| 593 | 2026-05-15T22:26:09.744Z | Downloaded cipher v0.4.4 |
| 594 | 2026-05-15T22:26:09.744Z | Downloaded embedded-io v0.4.0 |
| 595 | 2026-05-15T22:26:09.744Z | Downloaded env_logger v0.11.9 |
| 596 | 2026-05-15T22:26:09.747Z | Downloaded deranged v0.5.8 |
| 597 | 2026-05-15T22:26:09.747Z | Downloaded critical-section v1.2.0 |
| 598 | 2026-05-15T22:26:09.750Z | Downloaded cfg_aliases v0.2.1 |
| 599 | 2026-05-15T22:26:09.750Z | Downloaded block-padding v0.3.3 |
| 600 | 2026-05-15T22:26:09.751Z | Downloaded diesel-dtrace v0.5.0 |
| 601 | 2026-05-15T22:26:09.754Z | Downloaded array-init v0.0.4 |
| 602 | 2026-05-15T22:26:09.754Z | Downloaded aead v0.5.2 |
| 603 | 2026-05-15T22:26:09.754Z | Downloaded bitfield-macros v0.19.4 |
| 604 | 2026-05-15T22:26:09.754Z | Downloaded bit-set v0.5.3 |
| 605 | 2026-05-15T22:26:09.754Z | Downloaded float-ord v0.3.2 |
| 606 | 2026-05-15T22:26:09.754Z | Downloaded env_filter v1.0.0 |
| 607 | 2026-05-15T22:26:09.757Z | Downloaded crucible-workspace-hack v0.1.0 |
| 608 | 2026-05-15T22:26:09.757Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 609 | 2026-05-15T22:26:09.757Z | Downloaded cfg_aliases v0.1.1 |
| 610 | 2026-05-15T22:26:09.761Z | Downloaded dyn-clone v1.0.20 |
| 611 | 2026-05-15T22:26:09.761Z | Downloaded async-stream-impl v0.3.6 |
| 612 | 2026-05-15T22:26:09.761Z | Downloaded arrayref v0.3.9 |
| 613 | 2026-05-15T22:26:09.764Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 614 | 2026-05-15T22:26:09.764Z | Downloaded cstr-argument v0.1.2 |
| 615 | 2026-05-15T22:26:09.764Z | Downloaded crc v3.4.0 |
| 616 | 2026-05-15T22:26:09.764Z | Downloaded foreign-types-shared v0.3.1 |
| 617 | 2026-05-15T22:26:09.764Z | Downloaded foreign-types-shared v0.1.1 |
| 618 | 2026-05-15T22:26:09.766Z | Downloaded foreign-types v0.3.2 |
| 619 | 2026-05-15T22:26:09.769Z | Downloaded bitfield-struct v0.6.2 |
| 620 | 2026-05-15T22:26:09.772Z | Downloaded crc-catalog v2.4.0 |
| 621 | 2026-05-15T22:26:09.772Z | Downloaded compression-core v0.4.31 |
| 622 | 2026-05-15T22:26:09.772Z | Downloaded cexpr v0.6.0 |
| 623 | 2026-05-15T22:26:09.774Z | Downloaded blowfish v0.9.1 |
| 624 | 2026-05-15T22:26:09.774Z | Downloaded base16ct v0.2.0 |
| 625 | 2026-05-15T22:26:09.774Z | Downloaded arrayvec v0.7.6 |
| 626 | 2026-05-15T22:26:09.777Z | Downloaded enum-as-inner v0.6.1 |
| 627 | 2026-05-15T22:26:09.780Z | Downloaded base64ct v1.8.3 |
| 628 | 2026-05-15T22:26:09.784Z | Downloaded compression-codecs v0.4.37 |
| 629 | 2026-05-15T22:26:09.787Z | Downloaded foldhash v0.1.5 |
| 630 | 2026-05-15T22:26:09.790Z | Downloaded const_format_proc_macros v0.2.34 |
| 631 | 2026-05-15T22:26:09.790Z | Downloaded ecdsa v0.16.9 |
| 632 | 2026-05-15T22:26:09.793Z | Downloaded corncobs v0.1.4 |
| 633 | 2026-05-15T22:26:09.793Z | Downloaded cargo_metadata v0.19.2 |
| 634 | 2026-05-15T22:26:09.793Z | Downloaded ctr v0.9.2 |
| 635 | 2026-05-15T22:26:09.796Z | Downloaded backoff v0.4.0 |
| 636 | 2026-05-15T22:26:09.796Z | Downloaded futures-io v0.3.32 |
| 637 | 2026-05-15T22:26:09.796Z | Downloaded futures-core v0.3.32 |
| 638 | 2026-05-15T22:26:09.799Z | Downloaded foreign-types-macros v0.2.3 |
| 639 | 2026-05-15T22:26:09.799Z | Downloaded futures-task v0.3.32 |
| 640 | 2026-05-15T22:26:09.799Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-05-15T22:26:09.802Z | Downloaded defmt v1.0.1 |
| 642 | 2026-05-15T22:26:09.802Z | Downloaded funty v2.0.0 |
| 643 | 2026-05-15T22:26:09.805Z | Downloaded console v0.16.2 |
| 644 | 2026-05-15T22:26:09.805Z | Downloaded bzip2 v0.4.4 |
| 645 | 2026-05-15T22:26:09.808Z | Downloaded derive_builder v0.20.2 |
| 646 | 2026-05-15T22:26:09.811Z | Downloaded git-stub v1.0.0 |
| 647 | 2026-05-15T22:26:09.811Z | Downloaded bcs v0.1.6 |
| 648 | 2026-05-15T22:26:09.814Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 649 | 2026-05-15T22:26:09.814Z | Downloaded ghash v0.5.1 |
| 650 | 2026-05-15T22:26:09.814Z | Downloaded gethostname v0.5.0 |
| 651 | 2026-05-15T22:26:09.814Z | Downloaded fxhash v0.2.1 |
| 652 | 2026-05-15T22:26:09.817Z | Downloaded derive_more v0.99.20 |
| 653 | 2026-05-15T22:26:09.820Z | Downloaded hash32 v0.3.1 |
| 654 | 2026-05-15T22:26:09.820Z | Downloaded convert_case v0.10.0 |
| 655 | 2026-05-15T22:26:09.820Z | Downloaded async-trait v0.1.89 |
| 656 | 2026-05-15T22:26:09.823Z | Downloaded hash32 v0.2.1 |
| 657 | 2026-05-15T22:26:09.823Z | Downloaded cmake v0.1.57 |
| 658 | 2026-05-15T22:26:09.826Z | Downloaded camino-tempfile-ext v0.3.3 |
| 659 | 2026-05-15T22:26:09.826Z | Downloaded hex v0.4.3 |
| 660 | 2026-05-15T22:26:09.829Z | Downloaded hex-literal v0.4.1 |
| 661 | 2026-05-15T22:26:09.830Z | Downloaded headers-core v0.3.0 |
| 662 | 2026-05-15T22:26:09.830Z | Downloaded constant_time_eq v0.4.2 |
| 663 | 2026-05-15T22:26:09.830Z | Downloaded chacha20 v0.9.1 |
| 664 | 2026-05-15T22:26:09.833Z | Downloaded cassowary v0.3.0 |
| 665 | 2026-05-15T22:26:09.833Z | Downloaded hostname v0.3.1 |
| 666 | 2026-05-15T22:26:09.836Z | Downloaded home v0.5.12 |
| 667 | 2026-05-15T22:26:09.836Z | Downloaded derive_more v2.1.1 |
| 668 | 2026-05-15T22:26:09.840Z | Downloaded find-msvc-tools v0.1.9 |
| 669 | 2026-05-15T22:26:09.843Z | Downloaded foreign-types v0.5.0 |
| 670 | 2026-05-15T22:26:09.843Z | Downloaded fallible-iterator v0.2.0 |
| 671 | 2026-05-15T22:26:09.846Z | Downloaded daft-derive v0.1.5 |
| 672 | 2026-05-15T22:26:09.846Z | Downloaded fixedbitset v0.5.7 |
| 673 | 2026-05-15T22:26:09.849Z | Downloaded csv-core v0.1.13 |
| 674 | 2026-05-15T22:26:09.849Z | Downloaded ena v0.14.4 |
| 675 | 2026-05-15T22:26:09.852Z | Downloaded hostname v0.4.2 |
| 676 | 2026-05-15T22:26:09.852Z | Downloaded hubpack v0.1.2 |
| 677 | 2026-05-15T22:26:09.852Z | Downloaded http-body v1.0.1 |
| 678 | 2026-05-15T22:26:09.855Z | Downloaded diff v0.1.13 |
| 679 | 2026-05-15T22:26:09.855Z | Downloaded bit-vec v0.6.3 |
| 680 | 2026-05-15T22:26:09.858Z | Downloaded httpdate v1.0.3 |
| 681 | 2026-05-15T22:26:09.858Z | Downloaded hyper-tls v0.6.0 |
| 682 | 2026-05-15T22:26:09.858Z | Downloaded hubpack_derive v0.1.1 |
| 683 | 2026-05-15T22:26:09.858Z | Downloaded http-range v0.1.5 |
| 684 | 2026-05-15T22:26:09.861Z | Downloaded futures-executor v0.3.32 |
| 685 | 2026-05-15T22:26:09.861Z | Downloaded filetime v0.2.27 |
| 686 | 2026-05-15T22:26:09.861Z | Downloaded ciborium v0.2.2 |
| 687 | 2026-05-15T22:26:09.864Z | Downloaded async-bb8-diesel v0.2.1 |
| 688 | 2026-05-15T22:26:09.864Z | Downloaded git-stub-vcs v0.1.0 |
| 689 | 2026-05-15T22:26:09.867Z | Downloaded futures-sink v0.3.32 |
| 690 | 2026-05-15T22:26:09.867Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 691 | 2026-05-15T22:26:09.867Z | Downloaded illumos-nvpair v0.3.0 |
| 692 | 2026-05-15T22:26:09.871Z | Downloaded ident_case v1.0.1 |
| 693 | 2026-05-15T22:26:09.871Z | Downloaded fs_extra v1.3.0 |
| 694 | 2026-05-15T22:26:09.872Z | Downloaded cancel-safe-futures v0.1.5 |
| 695 | 2026-05-15T22:26:09.874Z | Downloaded instant v0.1.13 |
| 696 | 2026-05-15T22:26:09.874Z | Downloaded instability v0.3.11 |
| 697 | 2026-05-15T22:26:09.874Z | Downloaded crossbeam-utils v0.8.21 |
| 698 | 2026-05-15T22:26:09.874Z | Downloaded colored v2.2.0 |
| 699 | 2026-05-15T22:26:09.877Z | Downloaded indoc v1.0.9 |
| 700 | 2026-05-15T22:26:09.880Z | Downloaded colored v3.1.1 |
| 701 | 2026-05-15T22:26:09.880Z | Downloaded chacha20 v0.10.0 |
| 702 | 2026-05-15T22:26:09.882Z | Downloaded darling_core v0.21.3 |
| 703 | 2026-05-15T22:26:09.885Z | Downloaded globwalk v0.9.1 |
| 704 | 2026-05-15T22:26:09.888Z | Downloaded cookie_store v0.22.1 |
| 705 | 2026-05-15T22:26:09.888Z | Downloaded globset v0.4.18 |
| 706 | 2026-05-15T22:26:09.891Z | Downloaded bit-vec v0.8.0 |
| 707 | 2026-05-15T22:26:09.891Z | Downloaded group v0.13.0 |
| 708 | 2026-05-15T22:26:09.891Z | Downloaded glob v0.3.3 |
| 709 | 2026-05-15T22:26:09.894Z | Downloaded internet-checksum v0.2.1 |
| 710 | 2026-05-15T22:26:09.894Z | Downloaded inout v0.1.4 |
| 711 | 2026-05-15T22:26:09.894Z | Downloaded is-terminal v0.4.17 |
| 712 | 2026-05-15T22:26:09.896Z | Downloaded console v0.15.11 |
| 713 | 2026-05-15T22:26:09.896Z | Downloaded is_ci v1.2.0 |
| 714 | 2026-05-15T22:26:09.899Z | Downloaded bzip2 v0.6.1 |
| 715 | 2026-05-15T22:26:09.899Z | Downloaded kstat-rs v0.2.4 |
| 716 | 2026-05-15T22:26:09.899Z | Downloaded bitflags v1.3.2 |
| 717 | 2026-05-15T22:26:09.902Z | Downloaded keccak v0.1.6 |
| 718 | 2026-05-15T22:26:09.905Z | Downloaded lalrpop-util v0.19.12 |
| 719 | 2026-05-15T22:26:09.905Z | Downloaded ed25519 v2.2.3 |
| 720 | 2026-05-15T22:26:09.905Z | Downloaded darling v0.20.11 |
| 721 | 2026-05-15T22:26:09.907Z | Downloaded des v0.8.1 |
| 722 | 2026-05-15T22:26:09.910Z | Downloaded darling v0.23.0 |
| 723 | 2026-05-15T22:26:09.913Z | Downloaded daft v0.1.5 |
| 724 | 2026-05-15T22:26:09.913Z | Downloaded erased-serde v0.3.31 |
| 725 | 2026-05-15T22:26:09.916Z | Downloaded bitfield v0.19.4 |
| 726 | 2026-05-15T22:26:09.916Z | Downloaded bb8 v0.8.6 |
| 727 | 2026-05-15T22:26:09.918Z | Downloaded backon v1.6.0 |
| 728 | 2026-05-15T22:26:09.918Z | Downloaded clang-sys v1.8.1 |
| 729 | 2026-05-15T22:26:09.921Z | Downloaded lzss v0.8.2 |
| 730 | 2026-05-15T22:26:09.924Z | Downloaded http-body-util v0.1.3 |
| 731 | 2026-05-15T22:26:09.924Z | Downloaded elliptic-curve v0.13.8 |
| 732 | 2026-05-15T22:26:09.926Z | Downloaded libscf-sys v1.1.0 |
| 733 | 2026-05-15T22:26:09.926Z | Downloaded fs-err v2.11.0 |
| 734 | 2026-05-15T22:26:09.929Z | Downloaded fatfs v0.3.6 |
| 735 | 2026-05-15T22:26:09.929Z | Downloaded mime v0.3.17 |
| 736 | 2026-05-15T22:26:09.932Z | Downloaded managed v0.8.0 |
| 737 | 2026-05-15T22:26:09.932Z | Downloaded darling v0.21.3 |
| 738 | 2026-05-15T22:26:09.934Z | Downloaded match_cfg v0.1.0 |
| 739 | 2026-05-15T22:26:09.934Z | Downloaded maplit v1.0.2 |
| 740 | 2026-05-15T22:26:09.937Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 741 | 2026-05-15T22:26:09.937Z | Downloaded hyper-staticfile v0.10.1 |
| 742 | 2026-05-15T22:26:09.940Z | Downloaded humantime v2.3.0 |
| 743 | 2026-05-15T22:26:09.940Z | Downloaded getrandom v0.2.17 |
| 744 | 2026-05-15T22:26:09.943Z | Downloaded newtype_derive v0.1.6 |
| 745 | 2026-05-15T22:26:09.945Z | Downloaded derive-where v1.6.0 |
| 746 | 2026-05-15T22:26:09.945Z | Downloaded newline-converter v0.3.0 |
| 747 | 2026-05-15T22:26:09.948Z | Downloaded new_debug_unreachable v1.0.6 |
| 748 | 2026-05-15T22:26:09.948Z | Downloaded memoffset v0.9.1 |
| 749 | 2026-05-15T22:26:09.948Z | Downloaded multimap v0.10.1 |
| 750 | 2026-05-15T22:26:09.951Z | Downloaded ingot v0.1.1 |
| 751 | 2026-05-15T22:26:09.951Z | Downloaded indoc v2.0.7 |
| 752 | 2026-05-15T22:26:09.954Z | Downloaded ipnetwork v0.21.1 |
| 753 | 2026-05-15T22:26:09.954Z | Downloaded allocator-api2 v0.2.21 |
| 754 | 2026-05-15T22:26:09.956Z | Downloaded ipnet v2.11.0 |
| 755 | 2026-05-15T22:26:09.956Z | Downloaded blake2 v0.10.6 |
| 756 | 2026-05-15T22:26:09.959Z | Downloaded newtype-uuid-macros v0.1.0 |
| 757 | 2026-05-15T22:26:09.959Z | Downloaded cookie v0.18.1 |
| 758 | 2026-05-15T22:26:09.962Z | Downloaded half v1.8.3 |
| 759 | 2026-05-15T22:26:09.962Z | Downloaded normalize-line-endings v0.3.0 |
| 760 | 2026-05-15T22:26:09.962Z | Downloaded nodrop v0.1.14 |
| 761 | 2026-05-15T22:26:09.965Z | Downloaded const-oid v0.9.6 |
| 762 | 2026-05-15T22:26:09.965Z | Downloaded highway v1.3.0 |
| 763 | 2026-05-15T22:26:09.968Z | Downloaded num-derive v0.4.2 |
| 764 | 2026-05-15T22:26:09.968Z | Downloaded lazy_static v1.5.0 |
| 765 | 2026-05-15T22:26:09.970Z | Downloaded num-derive v0.3.3 |
| 766 | 2026-05-15T22:26:09.970Z | Downloaded nibble_vec v0.1.0 |
| 767 | 2026-05-15T22:26:09.970Z | Downloaded md5 v0.7.0 |
| 768 | 2026-05-15T22:26:09.973Z | Downloaded num-iter v0.1.45 |
| 769 | 2026-05-15T22:26:09.973Z | Downloaded jobserver v0.1.34 |
| 770 | 2026-05-15T22:26:09.973Z | Downloaded der v0.7.10 |
| 771 | 2026-05-15T22:26:09.976Z | Downloaded num-conv v0.2.0 |
| 772 | 2026-05-15T22:26:09.979Z | Downloaded num v0.4.3 |
| 773 | 2026-05-15T22:26:09.979Z | Downloaded nonempty v0.12.0 |
| 774 | 2026-05-15T22:26:09.979Z | Downloaded chacha20poly1305 v0.10.1 |
| 775 | 2026-05-15T22:26:09.982Z | Downloaded maybe-uninit v2.0.0 |
| 776 | 2026-05-15T22:26:09.982Z | Downloaded ingot-types v0.1.2 |
| 777 | 2026-05-15T22:26:09.982Z | Downloaded indent_write v2.2.0 |
| 778 | 2026-05-15T22:26:09.985Z | Downloaded drift v0.1.4 |
| 779 | 2026-05-15T22:26:09.988Z | Downloaded libloading v0.8.9 |
| 780 | 2026-05-15T22:26:09.991Z | Downloaded libefi-sys v0.1.0 |
| 781 | 2026-05-15T22:26:09.991Z | Downloaded lock_api v0.4.14 |
| 782 | 2026-05-15T22:26:09.995Z | Downloaded hmac v0.12.1 |
| 783 | 2026-05-15T22:26:09.995Z | Downloaded const_format v0.2.35 |
| 784 | 2026-05-15T22:26:09.998Z | Downloaded num_threads v0.1.7 |
| 785 | 2026-05-15T22:26:09.998Z | Downloaded linked-hash-map v0.5.6 |
| 786 | 2026-05-15T22:26:10.001Z | Downloaded oso-derive v0.27.3 |
| 787 | 2026-05-15T22:26:10.001Z | Downloaded openssl-macros v0.1.1 |
| 788 | 2026-05-15T22:26:10.001Z | Downloaded opaque-debug v0.3.1 |
| 789 | 2026-05-15T22:26:10.001Z | Downloaded darling_core v0.20.11 |
| 790 | 2026-05-15T22:26:10.004Z | Downloaded openssl-probe v0.2.1 |
| 791 | 2026-05-15T22:26:10.006Z | Downloaded mime_guess v2.0.5 |
| 792 | 2026-05-15T22:26:10.006Z | Downloaded hyper-rustls v0.27.7 |
| 793 | 2026-05-15T22:26:10.009Z | Downloaded olpc-cjson v0.1.4 |
| 794 | 2026-05-15T22:26:10.009Z | Downloaded crossbeam-channel v0.5.15 |
| 795 | 2026-05-15T22:26:10.012Z | Downloaded ingot-macros v0.1.1 |
| 796 | 2026-05-15T22:26:10.012Z | Downloaded md-5 v0.10.6 |
| 797 | 2026-05-15T22:26:10.015Z | Downloaded openssl-probe v0.1.6 |
| 798 | 2026-05-15T22:26:10.015Z | Downloaded multer v3.1.0 |
| 799 | 2026-05-15T22:26:10.017Z | Downloaded httparse v1.10.1 |
| 800 | 2026-05-15T22:26:10.017Z | Downloaded iana-time-zone v0.1.65 |
| 801 | 2026-05-15T22:26:10.020Z | Downloaded packed_struct_codegen v0.10.1 |
| 802 | 2026-05-15T22:26:10.020Z | Downloaded bytes v1.11.1 |
| 803 | 2026-05-15T22:26:10.023Z | Downloaded crypto-bigint v0.5.5 |
| 804 | 2026-05-15T22:26:10.026Z | Downloaded native-tls v0.2.18 |
| 805 | 2026-05-15T22:26:10.029Z | Downloaded dropshot_endpoint v0.17.0 |
| 806 | 2026-05-15T22:26:10.032Z | Downloaded crc-any v2.5.0 |
| 807 | 2026-05-15T22:26:10.032Z | Downloaded newtype-uuid v1.3.2 |
| 808 | 2026-05-15T22:26:10.032Z | Downloaded nanorand v0.7.0 |
| 809 | 2026-05-15T22:26:10.034Z | Downloaded half v2.7.1 |
| 810 | 2026-05-15T22:26:10.037Z | Downloaded num_enum_derive v0.5.11 |
| 811 | 2026-05-15T22:26:10.037Z | Downloaded path-slash v0.1.5 |
| 812 | 2026-05-15T22:26:10.037Z | Downloaded linear-map v1.2.0 |
| 813 | 2026-05-15T22:26:10.040Z | Downloaded num-complex v0.4.6 |
| 814 | 2026-05-15T22:26:10.040Z | Downloaded pbkdf2 v0.12.2 |
| 815 | 2026-05-15T22:26:10.054Z | Downloaded peg-runtime v0.8.5 |
| 816 | 2026-05-15T22:26:10.057Z | Downloaded arc-swap v1.8.2 |
| 817 | 2026-05-15T22:26:10.059Z | Downloaded parse-size v1.1.0 |
| 818 | 2026-05-15T22:26:10.059Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-05-15T22:26:10.059Z | Downloaded num_enum v0.7.5 |
| 820 | 2026-05-15T22:26:10.062Z | Downloaded phf_shared v0.11.3 |
| 821 | 2026-05-15T22:26:10.065Z | Downloaded phf_shared v0.13.1 |
| 822 | 2026-05-15T22:26:10.065Z | Downloaded num-rational v0.4.2 |
| 823 | 2026-05-15T22:26:10.065Z | Downloaded num_enum v0.5.11 |
| 824 | 2026-05-15T22:26:10.068Z | Downloaded num-integer v0.1.46 |
| 825 | 2026-05-15T22:26:10.071Z | Downloaded phf_shared v0.12.1 |
| 826 | 2026-05-15T22:26:10.071Z | Downloaded litrs v1.0.0 |
| 827 | 2026-05-15T22:26:10.073Z | Downloaded pin-utils v0.1.0 |
| 828 | 2026-05-15T22:26:10.073Z | Downloaded num_enum_derive v0.7.5 |
| 829 | 2026-05-15T22:26:10.073Z | Downloaded flume v0.11.1 |
| 830 | 2026-05-15T22:26:10.076Z | Downloaded powerfmt v0.2.0 |
| 831 | 2026-05-15T22:26:10.079Z | Downloaded ed25519-dalek v2.2.0 |
| 832 | 2026-05-15T22:26:10.079Z | Downloaded getrandom v0.3.4 |
| 833 | 2026-05-15T22:26:10.081Z | Downloaded derive_more-impl v2.1.1 |
| 834 | 2026-05-15T22:26:10.084Z | Downloaded predicates-core v1.0.10 |
| 835 | 2026-05-15T22:26:10.087Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 836 | 2026-05-15T22:26:10.087Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-05-15T22:26:10.087Z | Downloaded predicates-tree v1.0.13 |
| 838 | 2026-05-15T22:26:10.087Z | Downloaded packed_struct v0.10.1 |
| 839 | 2026-05-15T22:26:10.090Z | Downloaded proc-macro-crate v3.4.0 |
| 840 | 2026-05-15T22:26:10.090Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-05-15T22:26:10.093Z | Downloaded progenitor-client v0.10.0 |
| 842 | 2026-05-15T22:26:10.093Z | Downloaded headers v0.4.1 |
| 843 | 2026-05-15T22:26:10.096Z | Downloaded diesel_derives v2.3.7 |
| 844 | 2026-05-15T22:26:10.098Z | Downloaded heapless v0.7.17 |
| 845 | 2026-05-15T22:26:10.101Z | Downloaded heapless v0.8.0 |
| 846 | 2026-05-15T22:26:10.104Z | Downloaded compact_str v0.8.1 |
| 847 | 2026-05-15T22:26:10.107Z | Downloaded pbkdf2 v0.11.0 |
| 848 | 2026-05-15T22:26:10.109Z | Downloaded progenitor-client v0.14.0 |
| 849 | 2026-05-15T22:26:10.109Z | Downloaded parse-display-derive v0.10.0 |
| 850 | 2026-05-15T22:26:10.110Z | Downloaded password-hash v0.4.2 |
| 851 | 2026-05-15T22:26:10.112Z | Downloaded nu-ansi-term v0.50.3 |
| 852 | 2026-05-15T22:26:10.112Z | Downloaded progenitor-macro v0.10.0 |
| 853 | 2026-05-15T22:26:10.112Z | Downloaded progenitor-macro v0.14.0 |
| 854 | 2026-05-15T22:26:10.115Z | Downloaded quick-error v1.2.3 |
| 855 | 2026-05-15T22:26:10.115Z | Downloaded psl-types v2.0.11 |
| 856 | 2026-05-15T22:26:10.115Z | Downloaded progenitor-macro v0.13.0 |
| 857 | 2026-05-15T22:26:10.117Z | Downloaded progenitor-macro v0.11.2 |
| 858 | 2026-05-15T22:26:10.118Z | Downloaded parking_lot_core v0.8.6 |
| 859 | 2026-05-15T22:26:10.118Z | Downloaded oxnet v0.1.4 |
| 860 | 2026-05-15T22:26:10.120Z | Downloaded oxide-tokio-rt v0.1.4 |
| 861 | 2026-05-15T22:26:10.120Z | Downloaded peg-macros v0.8.5 |
| 862 | 2026-05-15T22:26:10.123Z | Downloaded paste v1.0.15 |
| 863 | 2026-05-15T22:26:10.123Z | Downloaded owo-colors v4.3.0 |
| 864 | 2026-05-15T22:26:10.126Z | Downloaded async-compression v0.4.41 |
| 865 | 2026-05-15T22:26:10.129Z | Downloaded progenitor-client v0.11.2 |
| 866 | 2026-05-15T22:26:10.132Z | Downloaded peg v0.8.5 |
| 867 | 2026-05-15T22:26:10.132Z | Downloaded radium v0.7.0 |
| 868 | 2026-05-15T22:26:10.135Z | Downloaded rand_chacha v0.3.1 |
| 869 | 2026-05-15T22:26:10.135Z | Downloaded pem-rfc7468 v0.7.0 |
| 870 | 2026-05-15T22:26:10.138Z | Downloaded flate2 v1.1.9 |
| 871 | 2026-05-15T22:26:10.138Z | Downloaded libbz2-rs-sys v0.2.2 |
| 872 | 2026-05-15T22:26:10.141Z | Downloaded memmap2 v0.9.10 |
| 873 | 2026-05-15T22:26:10.141Z | Downloaded phf v0.12.1 |
| 874 | 2026-05-15T22:26:10.144Z | Downloaded pin-project-lite v0.2.17 |
| 875 | 2026-05-15T22:26:10.147Z | Downloaded postgres-protocol v0.6.10 |
| 876 | 2026-05-15T22:26:10.147Z | Downloaded pkg-config v0.3.32 |
| 877 | 2026-05-15T22:26:10.147Z | Downloaded rand_xorshift v0.4.0 |
| 878 | 2026-05-15T22:26:10.150Z | Downloaded poly1305 v0.8.0 |
| 879 | 2026-05-15T22:26:10.150Z | Downloaded indicatif v0.18.4 |
| 880 | 2026-05-15T22:26:10.152Z | Downloaded ignore v0.4.25 |
| 881 | 2026-05-15T22:26:10.155Z | Downloaded pkcs8 v0.10.2 |
| 882 | 2026-05-15T22:26:10.155Z | Downloaded pin-project-internal v1.1.11 |
| 883 | 2026-05-15T22:26:10.158Z | Downloaded ref-cast v1.0.25 |
| 884 | 2026-05-15T22:26:10.158Z | Downloaded progenitor v0.13.0 |
| 885 | 2026-05-15T22:26:10.161Z | Downloaded predicates v3.1.4 |
| 886 | 2026-05-15T22:26:10.161Z | Downloaded progenitor v0.10.0 |
| 887 | 2026-05-15T22:26:10.165Z | Downloaded primeorder v0.13.6 |
| 888 | 2026-05-15T22:26:10.166Z | Downloaded omicron-zone-package v0.12.2 |
| 889 | 2026-05-15T22:26:10.168Z | Downloaded indexmap v1.9.3 |
| 890 | 2026-05-15T22:26:10.169Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 891 | 2026-05-15T22:26:10.169Z | Downloaded recursive v0.1.1 |
| 892 | 2026-05-15T22:26:10.171Z | Downloaded cc v1.2.56 |
| 893 | 2026-05-15T22:26:10.171Z | Downloaded parking_lot_core v0.9.12 |
| 894 | 2026-05-15T22:26:10.175Z | Downloaded parking_lot v0.12.5 |
| 895 | 2026-05-15T22:26:10.175Z | Downloaded libsw-core v0.3.2 |
| 896 | 2026-05-15T22:26:10.178Z | Downloaded libsw v3.5.0 |
| 897 | 2026-05-15T22:26:10.178Z | Downloaded futures v0.3.32 |
| 898 | 2026-05-15T22:26:10.181Z | Downloaded dropshot_endpoint v0.16.7 |
| 899 | 2026-05-15T22:26:10.183Z | Downloaded parking_lot v0.11.2 |
| 900 | 2026-05-15T22:26:10.183Z | Downloaded proc-macro-error2 v2.0.1 |
| 901 | 2026-05-15T22:26:10.186Z | Downloaded rustc-hash v2.1.1 |
| 902 | 2026-05-15T22:26:10.187Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-15T22:26:10.187Z | Downloaded base64 v0.21.7 |
| 904 | 2026-05-15T22:26:10.190Z | Downloaded ar_archive_writer v0.5.1 |
| 905 | 2026-05-15T22:26:10.193Z | Downloaded progenitor-client v0.13.0 |
| 906 | 2026-05-15T22:26:10.193Z | Downloaded hickory-resolver v0.25.2 |
| 907 | 2026-05-15T22:26:10.197Z | Downloaded bumpalo v3.20.2 |
| 908 | 2026-05-15T22:26:10.199Z | Downloaded r2d2 v0.8.10 |
| 909 | 2026-05-15T22:26:10.199Z | Downloaded progenitor-extras v0.2.0 |
| 910 | 2026-05-15T22:26:10.199Z | Downloaded pem v3.0.6 |
| 911 | 2026-05-15T22:26:10.200Z | Downloaded hickory-resolver v0.24.4 |
| 912 | 2026-05-15T22:26:10.204Z | Downloaded password-hash v0.5.0 |
| 913 | 2026-05-15T22:26:10.207Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-05-15T22:26:10.207Z | Downloaded pkcs5 v0.7.1 |
| 915 | 2026-05-15T22:26:10.210Z | Downloaded rustc_version v0.4.1 |
| 916 | 2026-05-15T22:26:10.211Z | Downloaded rtoolbox v0.0.3 |
| 917 | 2026-05-15T22:26:10.211Z | Downloaded dropshot-api-manager v0.7.1 |
| 918 | 2026-05-15T22:26:10.214Z | Downloaded rand_seeder v0.4.0 |
| 919 | 2026-05-15T22:26:10.214Z | Downloaded polyval v0.6.2 |
| 920 | 2026-05-15T22:26:10.214Z | Downloaded phf v0.13.1 |
| 921 | 2026-05-15T22:26:10.217Z | Downloaded pkcs1 v0.7.5 |
| 922 | 2026-05-15T22:26:10.217Z | Downloaded postgres-types v0.2.12 |
| 923 | 2026-05-15T22:26:10.220Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-05-15T22:26:10.220Z | Downloaded rand_core v0.9.5 |
| 925 | 2026-05-15T22:26:10.223Z | Downloaded ppv-lite86 v0.2.21 |
| 926 | 2026-05-15T22:26:10.223Z | Downloaded oso v0.27.3 |
| 927 | 2026-05-15T22:26:10.225Z | Downloaded postcard v1.1.3 |
| 928 | 2026-05-15T22:26:10.226Z | Downloaded russh-cryptovec v0.7.3 |
| 929 | 2026-05-15T22:26:10.226Z | Downloaded progenitor v0.11.2 |
| 930 | 2026-05-15T22:26:10.229Z | Downloaded base64 v0.22.1 |
| 931 | 2026-05-15T22:26:10.229Z | Downloaded p256 v0.13.2 |
| 932 | 2026-05-15T22:26:10.232Z | Downloaded lru-slab v0.1.2 |
| 933 | 2026-05-15T22:26:10.232Z | Downloaded ref-cast-impl v1.0.25 |
| 934 | 2026-05-15T22:26:10.232Z | Downloaded progenitor v0.14.0 |
| 935 | 2026-05-15T22:26:10.234Z | Downloaded lru-cache v0.1.2 |
| 936 | 2026-05-15T22:26:10.235Z | Downloaded futures-channel v0.3.32 |
| 937 | 2026-05-15T22:26:10.238Z | Downloaded lru v0.12.5 |
| 938 | 2026-05-15T22:26:10.238Z | Downloaded salsa20 v0.10.2 |
| 939 | 2026-05-15T22:26:10.238Z | Downloaded scheduled-thread-pool v0.2.7 |
| 940 | 2026-05-15T22:26:10.240Z | Downloaded resolv-conf v0.7.6 |
| 941 | 2026-05-15T22:26:10.241Z | Downloaded miniz_oxide v0.8.9 |
| 942 | 2026-05-15T22:26:10.244Z | Downloaded sapling-renderdag v0.1.0 |
| 943 | 2026-05-15T22:26:10.244Z | Downloaded scroll_derive v0.13.1 |
| 944 | 2026-05-15T22:26:10.244Z | Downloaded same-file v1.0.6 |
| 945 | 2026-05-15T22:26:10.247Z | Downloaded jiff-static v0.2.21 |
| 946 | 2026-05-15T22:26:10.247Z | Downloaded papergrid v0.17.0 |
| 947 | 2026-05-15T22:26:10.254Z | Downloaded scrypt v0.11.0 |
| 948 | 2026-05-15T22:26:10.257Z | Downloaded hickory-server v0.25.2 |
| 949 | 2026-05-15T22:26:10.262Z | Downloaded psm v0.1.30 |
| 950 | 2026-05-15T22:26:10.265Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-05-15T22:26:10.265Z | Downloaded serde_urlencoded v0.7.1 |
| 952 | 2026-05-15T22:26:10.269Z | Downloaded serde_spanned v1.0.4 |
| 953 | 2026-05-15T22:26:10.269Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-05-15T22:26:10.269Z | Downloaded serde-big-array v0.5.1 |
| 955 | 2026-05-15T22:26:10.273Z | Downloaded semver v0.1.20 |
| 956 | 2026-05-15T22:26:10.273Z | Downloaded secrecy v0.10.3 |
| 957 | 2026-05-15T22:26:10.273Z | Downloaded quinn-udp v0.5.14 |
| 958 | 2026-05-15T22:26:10.273Z | Downloaded expectorate v1.2.0 |
| 959 | 2026-05-15T22:26:10.276Z | Downloaded secrecy v0.8.0 |
| 960 | 2026-05-15T22:26:10.276Z | Downloaded darling_core v0.23.0 |
| 961 | 2026-05-15T22:26:10.279Z | Downloaded serde_repr v0.1.20 |
| 962 | 2026-05-15T22:26:10.282Z | Downloaded shell-words v1.1.1 |
| 963 | 2026-05-15T22:26:10.282Z | Downloaded rand_core v0.6.4 |
| 964 | 2026-05-15T22:26:10.282Z | Downloaded rand_chacha v0.9.0 |
| 965 | 2026-05-15T22:26:10.285Z | Downloaded rustls-native-certs v0.8.3 |
| 966 | 2026-05-15T22:26:10.285Z | Downloaded rustls-pemfile v1.0.4 |
| 967 | 2026-05-15T22:26:10.288Z | Downloaded pin-project v1.1.11 |
| 968 | 2026-05-15T22:26:10.293Z | Downloaded signal-hook-mio v0.2.5 |
| 969 | 2026-05-15T22:26:10.295Z | Downloaded sha1 v0.10.6 |
| 970 | 2026-05-15T22:26:10.296Z | Downloaded rusty-fork v0.3.1 |
| 971 | 2026-05-15T22:26:10.299Z | Downloaded rustversion v1.0.22 |
| 972 | 2026-05-15T22:26:10.302Z | Downloaded rustls-pemfile v2.2.0 |
| 973 | 2026-05-15T22:26:10.302Z | Downloaded crossterm v0.28.1 |
| 974 | 2026-05-15T22:26:10.304Z | Downloaded signature v2.2.0 |
| 975 | 2026-05-15T22:26:10.308Z | Downloaded sigpipe v0.1.3 |
| 976 | 2026-05-15T22:26:10.310Z | Downloaded hashbrown v0.13.2 |
| 977 | 2026-05-15T22:26:10.313Z | Downloaded schemars_derive v0.8.22 |
| 978 | 2026-05-15T22:26:10.325Z | Downloaded sct v0.7.1 |
| 979 | 2026-05-15T22:26:10.329Z | Downloaded hashbrown v0.12.3 |
| 980 | 2026-05-15T22:26:10.329Z | Downloaded progenitor-impl v0.10.0 |
| 981 | 2026-05-15T22:26:10.329Z | Downloaded progenitor-impl v0.13.0 |
| 982 | 2026-05-15T22:26:10.329Z | Downloaded scroll v0.13.0 |
| 983 | 2026-05-15T22:26:10.330Z | Downloaded scopeguard v1.2.0 |
| 984 | 2026-05-15T22:26:10.332Z | Downloaded siphasher v1.0.2 |
| 985 | 2026-05-15T22:26:10.333Z | Downloaded slog-bunyan v2.5.0 |
| 986 | 2026-05-15T22:26:10.333Z | Downloaded seq-macro v0.3.6 |
| 987 | 2026-05-15T22:26:10.335Z | Downloaded progenitor-impl v0.14.0 |
| 988 | 2026-05-15T22:26:10.336Z | Downloaded slog-envlogger v2.2.0 |
| 989 | 2026-05-15T22:26:10.339Z | Downloaded progenitor-impl v0.11.2 |
| 990 | 2026-05-15T22:26:10.342Z | Downloaded serde_path_to_error v0.1.20 |
| 991 | 2026-05-15T22:26:10.348Z | Downloaded http v1.4.0 |
| 992 | 2026-05-15T22:26:10.357Z | Downloaded russh-keys v0.45.0 |
| 993 | 2026-05-15T22:26:10.359Z | Downloaded serde_derive_internals v0.29.1 |
| 994 | 2026-05-15T22:26:10.362Z | Downloaded rustls-pki-types v1.14.0 |
| 995 | 2026-05-15T22:26:10.365Z | Downloaded ssh-encoding v0.2.0 |
| 996 | 2026-05-15T22:26:10.368Z | Downloaded strum v0.27.2 |
| 997 | 2026-05-15T22:26:10.368Z | Downloaded structmeta v0.3.0 |
| 998 | 2026-05-15T22:26:10.368Z | Downloaded shlex v1.3.0 |
| 999 | 2026-05-15T22:26:10.371Z | Downloaded serde-hex v0.1.0 |
| 1000 | 2026-05-15T22:26:10.371Z | Downloaded hyper-util v0.1.20 |
| 1001 | 2026-05-15T22:26:10.374Z | Downloaded subtle v2.6.1 |
| 1002 | 2026-05-15T22:26:10.377Z | Downloaded strum v0.26.3 |
| 1003 | 2026-05-15T22:26:10.377Z | Downloaded pretty_assertions v1.4.1 |
| 1004 | 2026-05-15T22:26:10.377Z | Downloaded prefix-trie v0.7.0 |
| 1005 | 2026-05-15T22:26:10.379Z | Downloaded openssl-sys v0.9.115 |
| 1006 | 2026-05-15T22:26:10.382Z | Downloaded prettyplease v0.2.37 |
| 1007 | 2026-05-15T22:26:10.385Z | Downloaded ssh-cipher v0.2.0 |
| 1008 | 2026-05-15T22:26:10.385Z | Downloaded signal-hook-tokio v0.3.1 |
| 1009 | 2026-05-15T22:26:10.388Z | Downloaded structmeta-derive v0.3.0 |
| 1010 | 2026-05-15T22:26:10.391Z | Downloaded sync-ptr v0.1.4 |
| 1011 | 2026-05-15T22:26:10.391Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1012 | 2026-05-15T22:26:10.391Z | Downloaded take_mut v0.2.2 |
| 1013 | 2026-05-15T22:26:10.394Z | Downloaded tagptr v0.2.0 |
| 1014 | 2026-05-15T22:26:10.394Z | Downloaded tabwriter v1.4.1 |
| 1015 | 2026-05-15T22:26:10.394Z | Downloaded tap v1.0.1 |
| 1016 | 2026-05-15T22:26:10.397Z | Downloaded sync_wrapper v1.0.2 |
| 1017 | 2026-05-15T22:26:10.397Z | Downloaded supports-color v3.0.2 |
| 1018 | 2026-05-15T22:26:10.397Z | Downloaded simd-adler32 v0.3.8 |
| 1019 | 2026-05-15T22:26:10.403Z | Downloaded slog-async v2.8.0 |
| 1020 | 2026-05-15T22:26:10.406Z | Downloaded slab v0.4.12 |
| 1021 | 2026-05-15T22:26:10.406Z | Downloaded itertools v0.10.5 |
| 1022 | 2026-05-15T22:26:10.406Z | Downloaded aes v0.8.4 |
| 1023 | 2026-05-15T22:26:10.409Z | Downloaded slog-scope v4.4.1 |
| 1024 | 2026-05-15T22:26:10.409Z | Downloaded slog-json v2.6.1 |
| 1025 | 2026-05-15T22:26:10.412Z | Downloaded slog-dtrace v0.3.0 |
| 1026 | 2026-05-15T22:26:10.412Z | Downloaded smallvec v0.6.14 |
| 1027 | 2026-05-15T22:26:10.418Z | Downloaded termtree v0.5.1 |
| 1028 | 2026-05-15T22:26:10.422Z | Downloaded sqlformat v0.3.5 |
| 1029 | 2026-05-15T22:26:10.425Z | Downloaded crossterm v0.29.0 |
| 1030 | 2026-05-15T22:26:10.428Z | Downloaded testing_table v0.3.0 |
| 1031 | 2026-05-15T22:26:10.428Z | Downloaded sqlparser_derive v0.5.0 |
| 1032 | 2026-05-15T22:26:10.431Z | Downloaded smf v0.2.3 |
| 1033 | 2026-05-15T22:26:10.431Z | Downloaded sec1 v0.7.3 |
| 1034 | 2026-05-15T22:26:10.431Z | Downloaded spki v0.7.3 |
| 1035 | 2026-05-15T22:26:10.434Z | Downloaded static_assertions v1.1.0 |
| 1036 | 2026-05-15T22:26:10.436Z | Downloaded serde_cbor v0.11.2 |
| 1037 | 2026-05-15T22:26:10.439Z | Downloaded time-core v0.1.8 |
| 1038 | 2026-05-15T22:26:10.442Z | Downloaded strum_macros v0.24.3 |
| 1039 | 2026-05-15T22:26:10.442Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-05-15T22:26:10.442Z | Downloaded stacker v0.1.23 |
| 1041 | 2026-05-15T22:26:10.445Z | Downloaded signal-hook-registry v1.4.8 |
| 1042 | 2026-05-15T22:26:10.445Z | Downloaded thread-id v5.1.0 |
| 1043 | 2026-05-15T22:26:10.448Z | Downloaded string_cache v0.8.9 |
| 1044 | 2026-05-15T22:26:10.448Z | Downloaded rcgen v0.12.1 |
| 1045 | 2026-05-15T22:26:10.451Z | Downloaded minimal-lexical v0.2.1 |
| 1046 | 2026-05-15T22:26:10.451Z | Downloaded rayon-core v1.13.0 |
| 1047 | 2026-05-15T22:26:10.457Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-05-15T22:26:10.460Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-05-15T22:26:10.460Z | Downloaded stringprep v0.1.5 |
| 1050 | 2026-05-15T22:26:10.460Z | Downloaded strum_macros v0.27.2 |
| 1051 | 2026-05-15T22:26:10.463Z | Downloaded support-bundle-viewer v0.1.2 |
| 1052 | 2026-05-15T22:26:10.463Z | Downloaded tokio-macros v2.7.0 |
| 1053 | 2026-05-15T22:26:10.467Z | Downloaded schemars v0.8.22 |
| 1054 | 2026-05-15T22:26:10.473Z | Downloaded nom v7.1.3 |
| 1055 | 2026-05-15T22:26:10.476Z | Downloaded slog-term v2.9.2 |
| 1056 | 2026-05-15T22:26:10.479Z | Downloaded snafu-derive v0.8.9 |
| 1057 | 2026-05-15T22:26:10.479Z | Downloaded iri-string v0.7.10 |
| 1058 | 2026-05-15T22:26:10.486Z | Downloaded num-bigint v0.4.6 |
| 1059 | 2026-05-15T22:26:10.489Z | Downloaded hashbrown v0.16.1 |
| 1060 | 2026-05-15T22:26:10.492Z | Downloaded termios v0.3.3 |
| 1061 | 2026-05-15T22:26:10.492Z | Downloaded hashbrown v0.15.5 |
| 1062 | 2026-05-15T22:26:10.495Z | Downloaded spin v0.9.8 |
| 1063 | 2026-05-15T22:26:10.498Z | Downloaded quinn v0.11.9 |
| 1064 | 2026-05-15T22:26:10.498Z | Downloaded aho-corasick v1.1.4 |
| 1065 | 2026-05-15T22:26:10.501Z | Downloaded thiserror-no-std v2.0.2 |
| 1066 | 2026-05-15T22:26:10.504Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1067 | 2026-05-15T22:26:10.504Z | Downloaded serde_with_macros v3.17.0 |
| 1068 | 2026-05-15T22:26:10.507Z | Downloaded libxml v0.3.3 |
| 1069 | 2026-05-15T22:26:10.509Z | Downloaded topological-sort v0.2.2 |
| 1070 | 2026-05-15T22:26:10.512Z | Downloaded tiny-keccak v2.0.2 |
| 1071 | 2026-05-15T22:26:10.512Z | Downloaded tower-layer v0.3.3 |
| 1072 | 2026-05-15T22:26:10.512Z | Downloaded aes-gcm v0.10.3 |
| 1073 | 2026-05-15T22:26:10.515Z | Downloaded try-lock v0.2.5 |
| 1074 | 2026-05-15T22:26:10.516Z | Downloaded tower-service v0.3.3 |
| 1075 | 2026-05-15T22:26:10.519Z | Downloaded thread_local v1.1.9 |
| 1076 | 2026-05-15T22:26:10.519Z | Downloaded time-macros v0.2.27 |
| 1077 | 2026-05-15T22:26:10.521Z | Downloaded tokio-dtrace v0.1.1 |
| 1078 | 2026-05-15T22:26:10.522Z | Downloaded trait-variant v0.1.2 |
| 1079 | 2026-05-15T22:26:10.525Z | Downloaded tokio-native-tls v0.3.1 |
| 1080 | 2026-05-15T22:26:10.525Z | Downloaded mio v1.2.0 |
| 1081 | 2026-05-15T22:26:10.529Z | Downloaded similar v2.7.0 |
| 1082 | 2026-05-15T22:26:10.532Z | Downloaded tls_codec v0.4.2 |
| 1083 | 2026-05-15T22:26:10.532Z | Downloaded schemars v0.9.0 |
| 1084 | 2026-05-15T22:26:10.538Z | Downloaded unarray v0.1.4 |
| 1085 | 2026-05-15T22:26:10.541Z | Downloaded typify-macro v0.6.2 |
| 1086 | 2026-05-15T22:26:10.541Z | Downloaded typify-macro v0.4.3 |
| 1087 | 2026-05-15T22:26:10.541Z | Downloaded tokio-rustls v0.25.0 |
| 1088 | 2026-05-15T22:26:10.544Z | Downloaded slog v2.8.2 |
| 1089 | 2026-05-15T22:26:10.547Z | Downloaded untrusted v0.7.1 |
| 1090 | 2026-05-15T22:26:10.547Z | Downloaded untrusted v0.9.0 |
| 1091 | 2026-05-15T22:26:10.547Z | Downloaded ryu v1.0.23 |
| 1092 | 2026-05-15T22:26:10.550Z | Downloaded signal-hook v0.3.18 |
| 1093 | 2026-05-15T22:26:10.550Z | Downloaded ron v0.8.1 |
| 1094 | 2026-05-15T22:26:10.553Z | Downloaded unicode-truncate v1.1.0 |
| 1095 | 2026-05-15T22:26:10.556Z | Downloaded num-bigint-dig v0.8.6 |
| 1096 | 2026-05-15T22:26:10.560Z | Downloaded unit-prefix v0.5.2 |
| 1097 | 2026-05-15T22:26:10.560Z | Downloaded qorb v0.4.1 |
| 1098 | 2026-05-15T22:26:10.563Z | Downloaded term v1.2.1 |
| 1099 | 2026-05-15T22:26:10.563Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1100 | 2026-05-15T22:26:10.566Z | Downloaded tokio-tungstenite v0.23.1 |
| 1101 | 2026-05-15T22:26:10.566Z | Downloaded rand v0.8.6 |
| 1102 | 2026-05-15T22:26:10.569Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1103 | 2026-05-15T22:26:10.569Z | Downloaded publicsuffix v2.3.0 |
| 1104 | 2026-05-15T22:26:10.572Z | Downloaded usdt-attr-macro v0.6.0 |
| 1105 | 2026-05-15T22:26:10.572Z | Downloaded itertools v0.12.1 |
| 1106 | 2026-05-15T22:26:10.575Z | Downloaded utf-8 v0.7.6 |
| 1107 | 2026-05-15T22:26:10.577Z | Downloaded usdt-macro v0.6.0 |
| 1108 | 2026-05-15T22:26:10.578Z | Downloaded socket2 v0.6.3 |
| 1109 | 2026-05-15T22:26:10.578Z | Downloaded usdt v0.6.0 |
| 1110 | 2026-05-15T22:26:10.580Z | Downloaded rsa v0.9.10 |
| 1111 | 2026-05-15T22:26:10.583Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1112 | 2026-05-15T22:26:10.583Z | Downloaded slog-stdlog v4.1.1 |
| 1113 | 2026-05-15T22:26:10.583Z | Downloaded iddqd v0.3.18 |
| 1114 | 2026-05-15T22:26:10.587Z | Downloaded rand v0.10.0 |
| 1115 | 2026-05-15T22:26:10.590Z | Downloaded void v1.0.2 |
| 1116 | 2026-05-15T22:26:10.593Z | Downloaded tls_codec_derive v0.4.2 |
| 1117 | 2026-05-15T22:26:10.593Z | Downloaded hyper v1.8.1 |
| 1118 | 2026-05-15T22:26:10.598Z | Downloaded tui-tree-widget v0.23.1 |
| 1119 | 2026-05-15T22:26:10.601Z | Downloaded wait-timeout v0.2.1 |
| 1120 | 2026-05-15T22:26:10.601Z | Downloaded strum_macros v0.26.4 |
| 1121 | 2026-05-15T22:26:10.601Z | Downloaded waitgroup v0.1.2 |
| 1122 | 2026-05-15T22:26:10.601Z | Downloaded subprocess v0.2.15 |
| 1123 | 2026-05-15T22:26:10.604Z | Downloaded want v0.3.1 |
| 1124 | 2026-05-15T22:26:10.604Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1125 | 2026-05-15T22:26:10.607Z | Downloaded rustls-webpki v0.103.9 |
| 1126 | 2026-05-15T22:26:10.607Z | Downloaded samael v0.0.19 |
| 1127 | 2026-05-15T22:26:10.610Z | Downloaded unicase v2.9.0 |
| 1128 | 2026-05-15T22:26:10.612Z | Downloaded futures-util v0.3.32 |
| 1129 | 2026-05-15T22:26:10.618Z | Downloaded xattr v1.6.1 |
| 1130 | 2026-05-15T22:26:10.621Z | Downloaded universal-hash v0.5.1 |
| 1131 | 2026-05-15T22:26:10.621Z | Downloaded term v0.7.0 |
| 1132 | 2026-05-15T22:26:10.624Z | Downloaded itertools v0.14.0 |
| 1133 | 2026-05-15T22:26:10.627Z | Downloaded usdt-impl v0.6.0 |
| 1134 | 2026-05-15T22:26:10.630Z | Downloaded tokio-tungstenite v0.21.0 |
| 1135 | 2026-05-15T22:26:10.630Z | Downloaded tokio-rustls v0.24.1 |
| 1136 | 2026-05-15T22:26:10.634Z | Downloaded xshell-macros v0.2.7 |
| 1137 | 2026-05-15T22:26:10.637Z | Downloaded uzers v0.12.2 |
| 1138 | 2026-05-15T22:26:10.637Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1139 | 2026-05-15T22:26:10.643Z | Downloaded zeroize_derive v1.4.3 |
| 1140 | 2026-05-15T22:26:10.646Z | Downloaded rand v0.9.2 |
| 1141 | 2026-05-15T22:26:10.649Z | Downloaded test-strategy v0.4.5 |
| 1142 | 2026-05-15T22:26:10.653Z | Downloaded itertools v0.13.0 |
| 1143 | 2026-05-15T22:26:10.656Z | Downloaded vergen-gitcl v1.0.8 |
| 1144 | 2026-05-15T22:26:10.656Z | Downloaded zone_cfg_derive v0.3.1 |
| 1145 | 2026-05-15T22:26:10.656Z | Downloaded zone v0.3.1 |
| 1146 | 2026-05-15T22:26:10.659Z | Downloaded vergen-lib v0.1.6 |
| 1147 | 2026-05-15T22:26:10.659Z | Downloaded vergen-git2 v1.0.7 |
| 1148 | 2026-05-15T22:26:10.659Z | Downloaded socket2 v0.5.10 |
| 1149 | 2026-05-15T22:26:10.662Z | Downloaded hkdf v0.12.4 |
| 1150 | 2026-05-15T22:26:10.669Z | Downloaded twox-hash v2.1.2 |
| 1151 | 2026-05-15T22:26:10.672Z | Downloaded tracing-attributes v0.1.31 |
| 1152 | 2026-05-15T22:26:10.675Z | Downloaded unicode-properties v0.1.4 |
| 1153 | 2026-05-15T22:26:10.678Z | Downloaded walkdir v2.5.0 |
| 1154 | 2026-05-15T22:26:10.678Z | Downloaded vsss-rs v3.3.4 |
| 1155 | 2026-05-15T22:26:10.681Z | Downloaded whoami v1.6.1 |
| 1156 | 2026-05-15T22:26:10.681Z | Downloaded tokio-stream v0.1.18 |
| 1157 | 2026-05-15T22:26:10.684Z | Downloaded whoami v2.1.0 |
| 1158 | 2026-05-15T22:26:10.688Z | Downloaded tar v0.4.45 |
| 1159 | 2026-05-15T22:26:10.688Z | Downloaded schemars v1.2.1 |
| 1160 | 2026-05-15T22:26:10.695Z | Downloaded xshell v0.2.7 |
| 1161 | 2026-05-15T22:26:10.698Z | Downloaded blake3 v1.8.3 |
| 1162 | 2026-05-15T22:26:10.701Z | Downloaded wyz v0.5.1 |
| 1163 | 2026-05-15T22:26:10.704Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1164 | 2026-05-15T22:26:10.707Z | Downloaded toml v0.7.8 |
| 1165 | 2026-05-15T22:26:10.707Z | Downloaded tokio-rustls v0.26.4 |
| 1166 | 2026-05-15T22:26:10.710Z | Downloaded zstd-safe v7.2.4 |
| 1167 | 2026-05-15T22:26:10.710Z | Downloaded snafu v0.8.9 |
| 1168 | 2026-05-15T22:26:10.713Z | Downloaded zeroize v1.8.2 |
| 1169 | 2026-05-15T22:26:10.713Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1170 | 2026-05-15T22:26:10.716Z | Downloaded tinyvec v1.10.0 |
| 1171 | 2026-05-15T22:26:10.718Z | Downloaded h2 v0.4.13 |
| 1172 | 2026-05-15T22:26:10.721Z | Downloaded typify v0.4.3 |
| 1173 | 2026-05-15T22:26:10.726Z | Downloaded libm v0.2.16 |
| 1174 | 2026-05-15T22:26:10.729Z | Downloaded unicode-bidi v0.3.18 |
| 1175 | 2026-05-15T22:26:10.731Z | Downloaded russh v0.45.0 |
| 1176 | 2026-05-15T22:26:10.734Z | Downloaded vergen v9.0.6 |
| 1177 | 2026-05-15T22:26:10.738Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-05-15T22:26:10.740Z | Downloaded yasna v0.5.2 |
| 1179 | 2026-05-15T22:26:10.744Z | Downloaded aws-lc-rs v1.16.3 |
| 1180 | 2026-05-15T22:26:10.747Z | Downloaded p521 v0.13.3 |
| 1181 | 2026-05-15T22:26:10.749Z | Downloaded zstd v0.13.3 |
| 1182 | 2026-05-15T22:26:10.752Z | Downloaded uuid v1.23.0 |
| 1183 | 2026-05-15T22:26:10.755Z | Downloaded steno v0.4.1 |
| 1184 | 2026-05-15T22:26:10.758Z | Downloaded bitvec v1.0.1 |
| 1185 | 2026-05-15T22:26:10.764Z | Downloaded typify v0.6.2 |
| 1186 | 2026-05-15T22:26:10.767Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1187 | 2026-05-15T22:26:10.776Z | Downloaded bindgen v0.71.1 |
| 1188 | 2026-05-15T22:26:10.779Z | Downloaded rpassword v7.4.0 |
| 1189 | 2026-05-15T22:26:10.782Z | Downloaded zopfli v0.8.3 |
| 1190 | 2026-05-15T22:26:10.785Z | Downloaded chrono v0.4.44 |
| 1191 | 2026-05-15T22:26:10.788Z | Downloaded ssh-key v0.6.7 |
| 1192 | 2026-05-15T22:26:10.797Z | Downloaded vte v0.14.1 |
| 1193 | 2026-05-15T22:26:10.800Z | Downloaded tungstenite v0.23.0 |
| 1194 | 2026-05-15T22:26:10.800Z | Downloaded rustyline v14.0.0 |
| 1195 | 2026-05-15T22:26:10.802Z | Downloaded tungstenite v0.21.0 |
| 1196 | 2026-05-15T22:26:10.809Z | Downloaded zerocopy v0.6.6 |
| 1197 | 2026-05-15T22:26:10.818Z | Downloaded unicode_categories v0.1.1 |
| 1198 | 2026-05-15T22:26:10.821Z | Downloaded unsafe-libyaml v0.2.11 |
| 1199 | 2026-05-15T22:26:10.823Z | Downloaded yansi v1.0.1 |
| 1200 | 2026-05-15T22:26:10.827Z | Downloaded toml_edit v0.19.15 |
| 1201 | 2026-05-15T22:26:10.833Z | Downloaded tower v0.5.3 |
| 1202 | 2026-05-15T22:26:10.839Z | Downloaded portable-atomic v1.13.1 |
| 1203 | 2026-05-15T22:26:10.843Z | Downloaded p384 v0.13.1 |
| 1204 | 2026-05-15T22:26:10.855Z | Downloaded zerocopy-derive v0.8.40 |
| 1205 | 2026-05-15T22:26:10.861Z | Downloaded regex v1.12.3 |
| 1206 | 2026-05-15T22:26:10.863Z | Downloaded reqwest v0.12.28 |
| 1207 | 2026-05-15T22:26:10.866Z | Downloaded reqwest v0.13.2 |
| 1208 | 2026-05-15T22:26:10.870Z | Downloaded typed-path v0.9.3 |
| 1209 | 2026-05-15T22:26:10.873Z | Downloaded git2 v0.20.4 |
| 1210 | 2026-05-15T22:26:10.882Z | Downloaded x509-cert v0.2.5 |
| 1211 | 2026-05-15T22:26:10.900Z | Downloaded rayon v1.11.0 |
| 1212 | 2026-05-15T22:26:10.908Z | Downloaded reedline v0.40.0 |
| 1213 | 2026-05-15T22:26:10.917Z | Downloaded tower-http v0.6.8 |
| 1214 | 2026-05-15T22:26:10.920Z | Downloaded zip v0.6.6 |
| 1215 | 2026-05-15T22:26:10.923Z | Downloaded quick-xml v0.37.5 |
| 1216 | 2026-05-15T22:26:10.926Z | Downloaded serde_with v3.17.0 |
| 1217 | 2026-05-15T22:26:10.934Z | Downloaded rustls-webpki v0.102.8 |
| 1218 | 2026-05-15T22:26:10.944Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-05-15T22:26:10.947Z | Downloaded unicode-segmentation v1.12.0 |
| 1220 | 2026-05-15T22:26:10.950Z | Downloaded lalrpop v0.19.12 |
| 1221 | 2026-05-15T22:26:10.956Z | Downloaded goblin v0.10.5 |
| 1222 | 2026-05-15T22:26:10.962Z | Downloaded moka v0.12.13 |
| 1223 | 2026-05-15T22:26:10.965Z | Downloaded petname v2.0.2 |
| 1224 | 2026-05-15T22:26:10.974Z | Downloaded object v0.30.4 |
| 1225 | 2026-05-15T22:26:10.980Z | Downloaded salty v0.3.0 |
| 1226 | 2026-05-15T22:26:10.984Z | Downloaded unicode-normalization v0.1.25 |
| 1227 | 2026-05-15T22:26:10.987Z | Downloaded winnow v0.5.40 |
| 1228 | 2026-05-15T22:26:10.991Z | Downloaded zip v4.6.1 |
| 1229 | 2026-05-15T22:26:10.994Z | Downloaded quinn-proto v0.11.13 |
| 1230 | 2026-05-15T22:26:10.998Z | Downloaded rustls-webpki v0.101.7 |
| 1231 | 2026-05-15T22:26:11.007Z | Downloaded tough v0.22.0 |
| 1232 | 2026-05-15T22:26:11.011Z | Downloaded tokio-util v0.7.18 |
| 1233 | 2026-05-15T22:26:11.019Z | Downloaded winnow v0.6.26 |
| 1234 | 2026-05-15T22:26:11.024Z | Downloaded proptest v1.10.0 |
| 1235 | 2026-05-15T22:26:11.029Z | Downloaded nix v0.29.0 |
| 1236 | 2026-05-15T22:26:11.036Z | Downloaded bstr v1.12.1 |
| 1237 | 2026-05-15T22:26:11.041Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-05-15T22:26:11.043Z | Downloaded nix v0.28.0 |
| 1239 | 2026-05-15T22:26:11.050Z | Downloaded rustls v0.21.12 |
| 1240 | 2026-05-15T22:26:11.057Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-05-15T22:26:11.062Z | Downloaded regex-syntax v0.6.29 |
| 1242 | 2026-05-15T22:26:11.066Z | Downloaded polar-core v0.27.3 |
| 1243 | 2026-05-15T22:26:11.073Z | Downloaded object v0.37.3 |
| 1244 | 2026-05-15T22:26:11.079Z | Downloaded nix v0.27.1 |
| 1245 | 2026-05-15T22:26:11.085Z | Downloaded webpki-roots v1.0.6 |
| 1246 | 2026-05-15T22:26:11.088Z | Downloaded hickory-proto v0.24.4 |
| 1247 | 2026-05-15T22:26:11.097Z | Downloaded openapiv3 v2.2.0 |
| 1248 | 2026-05-15T22:26:11.102Z | Downloaded rustls v0.22.4 |
| 1249 | 2026-05-15T22:26:11.111Z | Downloaded smoltcp v0.11.0 |
| 1250 | 2026-05-15T22:26:11.117Z | Downloaded rustix v0.38.44 |
| 1251 | 2026-05-15T22:26:11.132Z | Downloaded dropshot v0.16.7 |
| 1252 | 2026-05-15T22:26:11.144Z | Downloaded hickory-proto v0.25.2 |
| 1253 | 2026-05-15T22:26:11.153Z | Downloaded regress v0.11.1 |
| 1254 | 2026-05-15T22:26:11.158Z | Downloaded tabled v0.20.0 |
| 1255 | 2026-05-15T22:26:11.168Z | Downloaded time v0.3.47 |
| 1256 | 2026-05-15T22:26:11.174Z | Downloaded diesel v2.3.7 |
| 1257 | 2026-05-15T22:26:11.187Z | Downloaded zlib-rs v0.6.2 |
| 1258 | 2026-05-15T22:26:11.192Z | Downloaded nix v0.31.2 |
| 1259 | 2026-05-15T22:26:11.196Z | Downloaded smoltcp v0.9.1 |
| 1260 | 2026-05-15T22:26:11.204Z | Downloaded dropshot v0.17.0 |
| 1261 | 2026-05-15T22:26:11.217Z | Downloaded vcpkg v0.2.15 |
| 1262 | 2026-05-15T22:26:11.239Z | Downloaded openssl v0.10.79 |
| 1263 | 2026-05-15T22:26:11.248Z | Downloaded zerocopy v0.8.40 |
| 1264 | 2026-05-15T22:26:11.252Z | Downloaded zerocopy-derive v0.6.6 |
| 1265 | 2026-05-15T22:26:11.258Z | Downloaded regex-syntax v0.8.10 |
| 1266 | 2026-05-15T22:26:11.262Z | Downloaded regress v0.10.5 |
| 1267 | 2026-05-15T22:26:11.268Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1268 | 2026-05-15T22:26:11.273Z | Downloaded regex-automata v0.4.14 |
| 1269 | 2026-05-15T22:26:11.282Z | Downloaded rustls v0.23.37 |
| 1270 | 2026-05-15T22:26:11.291Z | Downloaded chrono-tz v0.10.4 |
| 1271 | 2026-05-15T22:26:11.302Z | Downloaded jiff v0.2.21 |
| 1272 | 2026-05-15T22:26:11.326Z | Downloaded tokio v1.52.1 |
| 1273 | 2026-05-15T22:26:11.387Z | Downloaded sqlparser v0.61.0 |
| 1274 | 2026-05-15T22:26:11.403Z | Downloaded sled v0.34.7 |
| 1275 | 2026-05-15T22:26:11.434Z | Downloaded ratatui v0.29.0 |
| 1276 | 2026-05-15T22:26:11.448Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-05-15T22:26:11.461Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-05-15T22:26:11.469Z | Downloaded typify-impl v0.4.3 |
| 1279 | 2026-05-15T22:26:11.520Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-05-15T22:26:11.576Z | Downloaded petgraph v0.8.3 |
| 1281 | 2026-05-15T22:26:11.589Z | Downloaded csv v1.4.0 |
| 1282 | 2026-05-15T22:26:11.602Z | Downloaded libz-sys v1.1.24 |
| 1283 | 2026-05-15T22:26:11.619Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1284 | 2026-05-15T22:26:11.627Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-05-15T22:26:11.701Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-05-15T22:26:11.733Z | Downloaded ring v0.17.14 |
| 1287 | 2026-05-15T22:26:11.758Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-15T22:26:11.931Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-15T22:26:12.198Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-15T22:26:12.198Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-15T22:26:12.200Z | Compiling log v0.4.29 |
| 1292 | 2026-05-15T22:26:12.201Z | Compiling find-msvc-tools v0.1.9 |
| 1293 | 2026-05-15T22:26:12.201Z | Compiling shlex v1.3.0 |
| 1294 | 2026-05-15T22:26:12.201Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-15T22:26:12.201Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-15T22:26:12.201Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-15T22:26:12.201Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-15T22:26:12.201Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-15T22:26:12.347Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-15T22:26:12.385Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-15T22:26:12.424Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-15T22:26:12.439Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-15T22:26:12.442Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-05-15T22:26:12.467Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-05-15T22:26:12.497Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-05-15T22:26:12.540Z | Compiling pin-project-lite v0.2.17 |
| 1307 | 2026-05-15T22:26:12.544Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-15T22:26:12.597Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-15T22:26:12.663Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-05-15T22:26:12.684Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-15T22:26:12.713Z | Compiling libm v0.2.16 |
| 1312 | 2026-05-15T22:26:12.772Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-15T22:26:12.800Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-15T22:26:12.819Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-15T22:26:12.836Z | Compiling futures-task v0.3.32 |
| 1316 | 2026-05-15T22:26:12.882Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-05-15T22:26:12.884Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-05-15T22:26:12.910Z | Compiling slab v0.4.12 |
| 1319 | 2026-05-15T22:26:12.956Z | Compiling futures-channel v0.3.32 |
| 1320 | 2026-05-15T22:26:13.003Z | Compiling futures-io v0.3.32 |
| 1321 | 2026-05-15T22:26:13.020Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-15T22:26:13.038Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-15T22:26:13.066Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-15T22:26:13.142Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-15T22:26:13.175Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-15T22:26:13.192Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-15T22:26:13.207Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-15T22:26:13.210Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-15T22:26:13.235Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-15T22:26:13.251Z | Compiling rustix v1.1.3 |
| 1331 | 2026-05-15T22:26:13.319Z | Compiling flagset v0.4.7 |
| 1332 | 2026-05-15T22:26:13.333Z | Compiling regex-syntax v0.8.10 |
| 1333 | 2026-05-15T22:26:13.385Z | Compiling getrandom v0.2.17 |
| 1334 | 2026-05-15T22:26:13.388Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-05-15T22:26:13.427Z | Compiling errno v0.3.14 |
| 1336 | 2026-05-15T22:26:13.470Z | Compiling mio v1.2.0 |
| 1337 | 2026-05-15T22:26:13.488Z | Compiling socket2 v0.6.3 |
| 1338 | 2026-05-15T22:26:13.546Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-05-15T22:26:13.606Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-05-15T22:26:13.640Z | Compiling cc v1.2.56 |
| 1341 | 2026-05-15T22:26:13.656Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-05-15T22:26:13.729Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-15T22:26:13.779Z | Compiling pem-rfc7468 v0.7.0 |
| 1344 | 2026-05-15T22:26:13.795Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-05-15T22:26:13.853Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-05-15T22:26:13.898Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-15T22:26:13.950Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-05-15T22:26:13.953Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-15T22:26:13.996Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-15T22:26:14.025Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-15T22:26:14.112Z | Compiling openssl-probe v0.2.1 |
| 1352 | 2026-05-15T22:26:14.139Z | Compiling rand_core v0.9.5 |
| 1353 | 2026-05-15T22:26:14.231Z | Compiling untrusted v0.7.1 |
| 1354 | 2026-05-15T22:26:14.253Z | Compiling httparse v1.10.1 |
| 1355 | 2026-05-15T22:26:14.312Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2026-05-15T22:26:14.327Z | Compiling untrusted v0.9.0 |
| 1357 | 2026-05-15T22:26:14.364Z | Compiling aho-corasick v1.1.4 |
| 1358 | 2026-05-15T22:26:14.382Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-05-15T22:26:14.398Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-05-15T22:26:14.401Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-05-15T22:26:14.401Z | Compiling rustls v0.23.37 |
| 1362 | 2026-05-15T22:26:14.444Z | Compiling cmake v0.1.57 |
| 1363 | 2026-05-15T22:26:14.468Z | Compiling tower-service v0.3.3 |
| 1364 | 2026-05-15T22:26:14.533Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-05-15T22:26:14.565Z | Compiling schemars v0.8.22 |
| 1366 | 2026-05-15T22:26:14.581Z | Compiling tower-layer v0.3.3 |
| 1367 | 2026-05-15T22:26:14.584Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2026-05-15T22:26:14.612Z | Compiling httpdate v1.0.3 |
| 1369 | 2026-05-15T22:26:14.629Z | Compiling want v0.3.1 |
| 1370 | 2026-05-15T22:26:14.643Z | Compiling pin-utils v0.1.0 |
| 1371 | 2026-05-15T22:26:14.672Z | Compiling openssl v0.10.79 |
| 1372 | 2026-05-15T22:26:14.687Z | Compiling foreign-types v0.3.2 |
| 1373 | 2026-05-15T22:26:14.726Z | Compiling unicode-normalization v0.1.25 |
| 1374 | 2026-05-15T22:26:14.743Z | Compiling spin v0.9.8 |
| 1375 | 2026-05-15T22:26:14.759Z | Compiling crc32fast v1.5.0 |
| 1376 | 2026-05-15T22:26:14.775Z | Compiling powerfmt v0.2.0 |
| 1377 | 2026-05-15T22:26:14.790Z | Compiling num-conv v0.2.0 |
| 1378 | 2026-05-15T22:26:14.821Z | Compiling time-core v0.1.8 |
| 1379 | 2026-05-15T22:26:14.839Z | Compiling native-tls v0.2.18 |
| 1380 | 2026-05-15T22:26:14.861Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-15T22:26:14.879Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-15T22:26:14.936Z | Compiling deranged v0.5.8 |
| 1383 | 2026-05-15T22:26:14.952Z | Compiling siphasher v1.0.2 |
| 1384 | 2026-05-15T22:26:14.974Z | Compiling crossbeam-utils v0.8.21 |
| 1385 | 2026-05-15T22:26:14.989Z | Compiling time-macros v0.2.27 |
| 1386 | 2026-05-15T22:26:15.006Z | Compiling simd-adler32 v0.3.8 |
| 1387 | 2026-05-15T22:26:15.020Z | Compiling tempfile v3.25.0 |
| 1388 | 2026-05-15T22:26:15.042Z | Compiling unicode-segmentation v1.12.0 |
| 1389 | 2026-05-15T22:26:15.087Z | Compiling syn v1.0.109 |
| 1390 | 2026-05-15T22:26:15.126Z | Compiling num_threads v0.1.7 |
| 1391 | 2026-05-15T22:26:15.159Z | Compiling bit-vec v0.8.0 |
| 1392 | 2026-05-15T22:26:15.174Z | Compiling quick-error v1.2.3 |
| 1393 | 2026-05-15T22:26:15.243Z | Compiling regex-automata v0.4.14 |
| 1394 | 2026-05-15T22:26:15.258Z | Compiling usdt-impl v0.6.0 |
| 1395 | 2026-05-15T22:26:15.289Z | Compiling rusty-fork v0.3.1 |
| 1396 | 2026-05-15T22:26:15.321Z | Compiling aws-lc-sys v0.40.0 |
| 1397 | 2026-05-15T22:26:15.351Z | Compiling ring v0.17.14 |
| 1398 | 2026-05-15T22:26:15.367Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-05-15T22:26:15.420Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-05-15T22:26:15.434Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-05-15T22:26:15.448Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-05-15T22:26:15.474Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-05-15T22:26:15.509Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-05-15T22:26:15.608Z | Compiling bit-set v0.8.0 |
| 1405 | 2026-05-15T22:26:15.651Z | Compiling darling_core v0.21.3 |
| 1406 | 2026-05-15T22:26:15.794Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-05-15T22:26:15.813Z | Compiling slog v2.8.2 |
| 1408 | 2026-05-15T22:26:15.986Z | Compiling heapless v0.7.17 |
| 1409 | 2026-05-15T22:26:16.037Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-05-15T22:26:16.040Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-15T22:26:16.104Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-15T22:26:16.142Z | Compiling paste v1.0.15 |
| 1413 | 2026-05-15T22:26:16.159Z | Compiling time v0.3.47 |
| 1414 | 2026-05-15T22:26:16.176Z | Compiling adler2 v2.0.1 |
| 1415 | 2026-05-15T22:26:16.238Z | Compiling iri-string v0.7.10 |
| 1416 | 2026-05-15T22:26:16.256Z | Compiling anyhow v1.0.102 |
| 1417 | 2026-05-15T22:26:16.259Z | Compiling ryu v1.0.23 |
| 1418 | 2026-05-15T22:26:16.309Z | Compiling unicode-properties v0.1.4 |
| 1419 | 2026-05-15T22:26:16.325Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-15T22:26:16.410Z | Compiling unarray v0.1.4 |
| 1421 | 2026-05-15T22:26:16.435Z | Compiling allocator-api2 v0.2.21 |
| 1422 | 2026-05-15T22:26:16.466Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-05-15T22:26:16.537Z | Compiling unicode-bidi v0.3.18 |
| 1424 | 2026-05-15T22:26:16.618Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-15T22:26:16.721Z | Compiling heck v0.4.1 |
| 1426 | 2026-05-15T22:26:16.840Z | Compiling num-integer v0.1.46 |
| 1427 | 2026-05-15T22:26:17.004Z | Compiling stringprep v0.1.5 |
| 1428 | 2026-05-15T22:26:17.137Z | Compiling vergen-lib v0.1.6 |
| 1429 | 2026-05-15T22:26:17.152Z | Compiling serde_derive v1.0.228 |
| 1430 | 2026-05-15T22:26:17.244Z | Compiling zeroize_derive v1.4.3 |
| 1431 | 2026-05-15T22:26:17.294Z | Compiling zerofrom-derive v0.1.6 |
| 1432 | 2026-05-15T22:26:17.321Z | Compiling yoke-derive v0.8.1 |
| 1433 | 2026-05-15T22:26:17.342Z | Compiling zerovec-derive v0.11.2 |
| 1434 | 2026-05-15T22:26:17.424Z | Compiling zerocopy-derive v0.8.40 |
| 1435 | 2026-05-15T22:26:17.482Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-05-15T22:26:17.810Z | Compiling tokio-macros v2.7.0 |
| 1437 | 2026-05-15T22:26:17.830Z | Compiling futures-macro v0.3.32 |
| 1438 | 2026-05-15T22:26:17.879Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-05-15T22:26:17.929Z | Compiling zeroize v1.8.2 |
| 1440 | 2026-05-15T22:26:18.259Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-05-15T22:26:18.280Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-05-15T22:26:18.509Z | Compiling tracing-attributes v0.1.31 |
| 1443 | 2026-05-15T22:26:18.539Z | Compiling scroll_derive v0.13.1 |
| 1444 | 2026-05-15T22:26:18.585Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-05-15T22:26:18.690Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-05-15T22:26:18.729Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-05-15T22:26:18.746Z | Compiling futures-util v0.3.32 |
| 1448 | 2026-05-15T22:26:18.765Z | Compiling zerofrom v0.1.6 |
| 1449 | 2026-05-15T22:26:18.860Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-05-15T22:26:18.899Z | Compiling yoke v0.8.1 |
| 1451 | 2026-05-15T22:26:18.915Z | Compiling digest v0.10.7 |
| 1452 | 2026-05-15T22:26:18.930Z | Compiling der v0.7.10 |
| 1453 | 2026-05-15T22:26:19.044Z | Compiling inout v0.1.4 |
| 1454 | 2026-05-15T22:26:19.106Z | Compiling zerovec v0.11.5 |
| 1455 | 2026-05-15T22:26:19.186Z | Compiling zerotrie v0.2.3 |
| 1456 | 2026-05-15T22:26:19.236Z | Compiling hmac v0.12.1 |
| 1457 | 2026-05-15T22:26:19.392Z | Compiling cipher v0.4.4 |
| 1458 | 2026-05-15T22:26:19.409Z | Compiling sha2 v0.10.9 |
| 1459 | 2026-05-15T22:26:19.479Z | Compiling pbkdf2 v0.12.2 |
| 1460 | 2026-05-15T22:26:19.515Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-05-15T22:26:19.617Z | Compiling tinystr v0.8.2 |
| 1462 | 2026-05-15T22:26:19.633Z | Compiling potential_utf v0.1.4 |
| 1463 | 2026-05-15T22:26:19.687Z | Compiling salsa20 v0.10.2 |
| 1464 | 2026-05-15T22:26:19.713Z | Compiling thiserror v2.0.18 |
| 1465 | 2026-05-15T22:26:19.885Z | Compiling icu_locale_core v2.1.1 |
| 1466 | 2026-05-15T22:26:19.907Z | Compiling icu_collections v2.1.1 |
| 1467 | 2026-05-15T22:26:19.923Z | Compiling spki v0.7.3 |
| 1468 | 2026-05-15T22:26:19.923Z | Compiling scrypt v0.11.0 |
| 1469 | 2026-05-15T22:26:19.982Z | Compiling tracing v0.1.44 |
| 1470 | 2026-05-15T22:26:19.998Z | Compiling cbc v0.1.2 |
| 1471 | 2026-05-15T22:26:20.053Z | Compiling aes v0.8.4 |
| 1472 | 2026-05-15T22:26:20.179Z | Compiling scroll v0.13.0 |
| 1473 | 2026-05-15T22:26:20.192Z | Compiling darling_macro v0.20.11 |
| 1474 | 2026-05-15T22:26:20.210Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-05-15T22:26:20.259Z | Compiling rustls-native-certs v0.8.3 |
| 1476 | 2026-05-15T22:26:20.276Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-05-15T22:26:20.408Z | Compiling goblin v0.10.5 |
| 1478 | 2026-05-15T22:26:20.466Z | Compiling pkcs5 v0.7.1 |
| 1479 | 2026-05-15T22:26:20.573Z | Compiling icu_provider v2.1.1 |
| 1480 | 2026-05-15T22:26:20.657Z | Compiling bytes v1.11.1 |
| 1481 | 2026-05-15T22:26:20.685Z | Compiling chrono v0.4.44 |
| 1482 | 2026-05-15T22:26:20.716Z | Compiling ipnet v2.11.0 |
| 1483 | 2026-05-15T22:26:20.748Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-15T22:26:20.790Z | Compiling pkcs8 v0.10.2 |
| 1485 | 2026-05-15T22:26:20.843Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-05-15T22:26:20.896Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-05-15T22:26:20.968Z | Compiling derive_builder_core v0.20.2 |
| 1488 | 2026-05-15T22:26:21.062Z | Compiling signature v2.2.0 |
| 1489 | 2026-05-15T22:26:21.121Z | Compiling tokio v1.52.1 |
| 1490 | 2026-05-15T22:26:21.137Z | Compiling http v1.4.0 |
| 1491 | 2026-05-15T22:26:21.140Z | Compiling webpki-roots v1.0.6 |
| 1492 | 2026-05-15T22:26:21.252Z | Compiling scroll_derive v0.12.1 |
| 1493 | 2026-05-15T22:26:21.269Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-05-15T22:26:21.294Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-15T22:26:21.297Z | Compiling serde_tokenstream v0.2.3 |
| 1496 | 2026-05-15T22:26:21.403Z | Compiling serde_spanned v0.6.9 |
| 1497 | 2026-05-15T22:26:21.564Z | Compiling serde_urlencoded v0.7.1 |
| 1498 | 2026-05-15T22:26:21.587Z | Compiling erased-serde v0.3.31 |
| 1499 | 2026-05-15T22:26:21.623Z | Compiling md-5 v0.10.6 |
| 1500 | 2026-05-15T22:26:21.810Z | Compiling idna_adapter v1.2.1 |
| 1501 | 2026-05-15T22:26:21.833Z | Compiling ppv-lite86 v0.2.21 |
| 1502 | 2026-05-15T22:26:21.865Z | Compiling http-body v1.0.1 |
| 1503 | 2026-05-15T22:26:21.925Z | Compiling idna v1.1.0 |
| 1504 | 2026-05-15T22:26:21.974Z | Compiling scroll v0.12.0 |
| 1505 | 2026-05-15T22:26:22.024Z | Compiling derive_builder_macro v0.20.2 |
| 1506 | 2026-05-15T22:26:22.024Z | Compiling darling_macro v0.21.3 |
| 1507 | 2026-05-15T22:26:22.062Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-05-15T22:26:22.093Z | Compiling bstr v1.12.1 |
| 1509 | 2026-05-15T22:26:22.111Z | Compiling pin-project-internal v1.1.11 |
| 1510 | 2026-05-15T22:26:22.146Z | Compiling rand_chacha v0.9.0 |
| 1511 | 2026-05-15T22:26:22.169Z | Compiling rand_chacha v0.3.1 |
| 1512 | 2026-05-15T22:26:22.193Z | Compiling async-trait v0.1.89 |
| 1513 | 2026-05-15T22:26:22.303Z | Compiling url v2.5.8 |
| 1514 | 2026-05-15T22:26:22.337Z | Compiling zerocopy-derive v0.7.35 |
| 1515 | 2026-05-15T22:26:22.528Z | Compiling rand v0.9.2 |
| 1516 | 2026-05-15T22:26:22.574Z | Compiling curve25519-dalek v4.1.3 |
| 1517 | 2026-05-15T22:26:22.618Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-05-15T22:26:22.645Z | Compiling ff v0.13.1 |
| 1519 | 2026-05-15T22:26:22.742Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-05-15T22:26:22.767Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-05-15T22:26:22.869Z | Compiling psl-types v2.0.11 |
| 1522 | 2026-05-15T22:26:22.942Z | Compiling num-bigint-dig v0.8.6 |
| 1523 | 2026-05-15T22:26:22.959Z | Compiling fallible-iterator v0.2.0 |
| 1524 | 2026-05-15T22:26:22.988Z | Compiling cfg_aliases v0.2.1 |
| 1525 | 2026-05-15T22:26:23.011Z | Compiling zlib-rs v0.6.2 |
| 1526 | 2026-05-15T22:26:23.026Z | Compiling smoltcp v0.9.1 |
| 1527 | 2026-05-15T22:26:23.081Z | Compiling litrs v1.0.0 |
| 1528 | 2026-05-15T22:26:23.146Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-15T22:26:23.161Z | Compiling rustix v0.38.44 |
| 1530 | 2026-05-15T22:26:23.294Z | Compiling dof v0.4.0 |
| 1531 | 2026-05-15T22:26:23.310Z | Compiling ref-cast v1.0.25 |
| 1532 | 2026-05-15T22:26:23.315Z | Compiling base16ct v0.2.0 |
| 1533 | 2026-05-15T22:26:23.376Z | Compiling pin-project v1.1.11 |
| 1534 | 2026-05-15T22:26:23.421Z | Compiling zerocopy v0.7.35 |
| 1535 | 2026-05-15T22:26:23.489Z | Compiling sec1 v0.7.3 |
| 1536 | 2026-05-15T22:26:23.509Z | Compiling postgres-protocol v0.6.10 |
| 1537 | 2026-05-15T22:26:23.627Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-15T22:26:23.644Z | Compiling document-features v0.2.12 |
| 1539 | 2026-05-15T22:26:23.647Z | Compiling nix v0.31.2 |
| 1540 | 2026-05-15T22:26:23.781Z | Compiling publicsuffix v2.3.0 |
| 1541 | 2026-05-15T22:26:23.959Z | Compiling oxnet v0.1.4 |
| 1542 | 2026-05-15T22:26:24.019Z | Compiling group v0.13.0 |
| 1543 | 2026-05-15T22:26:24.055Z | Compiling darling v0.21.3 |
| 1544 | 2026-05-15T22:26:24.071Z | Compiling derive_builder v0.20.2 |
| 1545 | 2026-05-15T22:26:24.091Z | Compiling rand v0.8.6 |
| 1546 | 2026-05-15T22:26:24.157Z | Compiling goblin v0.8.2 |
| 1547 | 2026-05-15T22:26:24.224Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-05-15T22:26:24.229Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-05-15T22:26:24.241Z | Compiling hex v0.4.3 |
| 1550 | 2026-05-15T22:26:24.271Z | Compiling cargo-platform v0.1.9 |
| 1551 | 2026-05-15T22:26:24.385Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-05-15T22:26:24.491Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-05-15T22:26:24.517Z | Compiling regex v1.12.3 |
| 1554 | 2026-05-15T22:26:24.583Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-05-15T22:26:24.600Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2026-05-15T22:26:24.603Z | Compiling snafu-derive v0.8.9 |
| 1557 | 2026-05-15T22:26:24.650Z | Compiling daft-derive v0.1.5 |
| 1558 | 2026-05-15T22:26:24.665Z | Compiling strum_macros v0.27.2 |
| 1559 | 2026-05-15T22:26:24.731Z | Compiling num-iter v0.1.45 |
| 1560 | 2026-05-15T22:26:24.966Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-05-15T22:26:24.981Z | Compiling tower v0.5.3 |
| 1562 | 2026-05-15T22:26:25.125Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-05-15T22:26:25.170Z | Compiling phf_shared v0.13.1 |
| 1564 | 2026-05-15T22:26:25.188Z | Compiling terminal_size v0.4.3 |
| 1565 | 2026-05-15T22:26:25.281Z | Compiling lazy_static v1.5.0 |
| 1566 | 2026-05-15T22:26:25.319Z | Compiling vergen v9.0.6 |
| 1567 | 2026-05-15T22:26:25.346Z | Compiling fs-err v3.3.0 |
| 1568 | 2026-05-15T22:26:25.392Z | Compiling tower-http v0.6.8 |
| 1569 | 2026-05-15T22:26:25.407Z | Compiling ahash v0.8.12 |
| 1570 | 2026-05-15T22:26:25.429Z | Compiling encoding_rs v0.8.35 |
| 1571 | 2026-05-15T22:26:25.479Z | Compiling mime v0.3.17 |
| 1572 | 2026-05-15T22:26:25.526Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-15T22:26:25.562Z | Compiling bitflags v1.3.2 |
| 1574 | 2026-05-15T22:26:25.639Z | Compiling h2 v0.4.13 |
| 1575 | 2026-05-15T22:26:25.654Z | Compiling winnow v0.5.40 |
| 1576 | 2026-05-15T22:26:25.707Z | Compiling same-file v1.0.6 |
| 1577 | 2026-05-15T22:26:25.756Z | Compiling foldhash v0.2.0 |
| 1578 | 2026-05-15T22:26:25.823Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-05-15T22:26:25.894Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-05-15T22:26:25.908Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-05-15T22:26:25.998Z | Compiling managed v0.8.0 |
| 1582 | 2026-05-15T22:26:26.013Z | Compiling foldhash v0.1.5 |
| 1583 | 2026-05-15T22:26:26.095Z | Compiling object v0.37.3 |
| 1584 | 2026-05-15T22:26:26.232Z | Compiling hashbrown v0.15.5 |
| 1585 | 2026-05-15T22:26:26.246Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-05-15T22:26:26.323Z | Compiling bzip2 v0.6.1 |
| 1587 | 2026-05-15T22:26:26.451Z | Compiling dof v0.3.0 |
| 1588 | 2026-05-15T22:26:26.560Z | Compiling hashbrown v0.16.1 |
| 1589 | 2026-05-15T22:26:26.572Z | Compiling snafu v0.8.9 |
| 1590 | 2026-05-15T22:26:26.615Z | Compiling walkdir v2.5.0 |
| 1591 | 2026-05-15T22:26:26.631Z | Compiling clap_builder v4.5.60 |
| 1592 | 2026-05-15T22:26:26.684Z | Compiling strum v0.27.2 |
| 1593 | 2026-05-15T22:26:26.797Z | Compiling daft v0.1.5 |
| 1594 | 2026-05-15T22:26:26.932Z | Compiling toml_edit v0.19.15 |
| 1595 | 2026-05-15T22:26:27.015Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-05-15T22:26:27.019Z | Compiling phf v0.13.1 |
| 1597 | 2026-05-15T22:26:27.076Z | Compiling cargo_metadata v0.19.2 |
| 1598 | 2026-05-15T22:26:27.129Z | Compiling signal-hook-mio v0.2.5 |
| 1599 | 2026-05-15T22:26:27.216Z | Compiling cookie_store v0.22.1 |
| 1600 | 2026-05-15T22:26:27.231Z | Compiling usdt-attr-macro v0.6.0 |
| 1601 | 2026-05-15T22:26:27.245Z | Compiling usdt-macro v0.6.0 |
| 1602 | 2026-05-15T22:26:27.248Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-05-15T22:26:27.277Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-05-15T22:26:27.440Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-15T22:26:27.502Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-15T22:26:27.505Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-15T22:26:27.534Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-15T22:26:27.669Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-15T22:26:27.803Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-15T22:26:27.902Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-15T22:26:28.042Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-05-15T22:26:28.093Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-05-15T22:26:28.133Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-05-15T22:26:28.294Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-05-15T22:26:28.313Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-15T22:26:28.448Z | Compiling strum_macros v0.26.4 |
| 1617 | 2026-05-15T22:26:28.464Z | Compiling serde_repr v0.1.20 |
| 1618 | 2026-05-15T22:26:28.471Z | Compiling clap_derive v4.5.55 |
| 1619 | 2026-05-15T22:26:28.495Z | Compiling enum-as-inner v0.6.1 |
| 1620 | 2026-05-15T22:26:28.498Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-05-15T22:26:28.526Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-15T22:26:28.693Z | Compiling hyper v1.8.1 |
| 1623 | 2026-05-15T22:26:28.732Z | Compiling float-cmp v0.10.0 |
| 1624 | 2026-05-15T22:26:28.793Z | Compiling pem v3.0.6 |
| 1625 | 2026-05-15T22:26:28.852Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-05-15T22:26:28.906Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-05-15T22:26:29.013Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-15T22:26:29.060Z | Compiling precomputed-hash v0.1.1 |
| 1629 | 2026-05-15T22:26:29.075Z | Compiling new_debug_unreachable v1.0.6 |
| 1630 | 2026-05-15T22:26:29.117Z | Compiling predicates-core v1.0.10 |
| 1631 | 2026-05-15T22:26:29.159Z | Compiling whoami v2.1.0 |
| 1632 | 2026-05-15T22:26:29.175Z | Compiling jiff v0.2.21 |
| 1633 | 2026-05-15T22:26:29.175Z | Compiling typed-path v0.9.3 |
| 1634 | 2026-05-15T22:26:29.207Z | Compiling rustc-hash v2.1.1 |
| 1635 | 2026-05-15T22:26:29.314Z | Compiling keccak v0.1.6 |
| 1636 | 2026-05-15T22:26:29.351Z | Compiling fixedbitset v0.4.2 |
| 1637 | 2026-05-15T22:26:29.366Z | Compiling data-encoding v2.10.0 |
| 1638 | 2026-05-15T22:26:29.564Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-05-15T22:26:29.604Z | Compiling either v1.15.0 |
| 1640 | 2026-05-15T22:26:29.644Z | Compiling difflib v0.4.0 |
| 1641 | 2026-05-15T22:26:29.695Z | Compiling normalize-line-endings v0.3.0 |
| 1642 | 2026-05-15T22:26:29.744Z | Compiling static_assertions v1.1.0 |
| 1643 | 2026-05-15T22:26:29.809Z | Compiling hyper-util v0.1.20 |
| 1644 | 2026-05-15T22:26:29.834Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1645 | 2026-05-15T22:26:29.848Z | Compiling itertools v0.13.0 |
| 1646 | 2026-05-15T22:26:29.891Z | Compiling predicates v3.1.4 |
| 1647 | 2026-05-15T22:26:30.097Z | Compiling petgraph v0.8.3 |
| 1648 | 2026-05-15T22:26:30.112Z | Compiling hickory-proto v0.25.2 |
| 1649 | 2026-05-15T22:26:30.150Z | Compiling petgraph v0.6.5 |
| 1650 | 2026-05-15T22:26:30.234Z | Compiling sha3 v0.10.8 |
| 1651 | 2026-05-15T22:26:30.272Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-15T22:26:30.343Z | Compiling clap v4.5.60 |
| 1653 | 2026-05-15T22:26:30.358Z | Compiling tokio-postgres v0.7.16 |
| 1654 | 2026-05-15T22:26:30.427Z | Compiling iddqd v0.3.18 |
| 1655 | 2026-05-15T22:26:30.445Z | Compiling env_logger v0.11.9 |
| 1656 | 2026-05-15T22:26:30.445Z | Compiling string_cache v0.8.9 |
| 1657 | 2026-05-15T22:26:30.574Z | Compiling toml_edit v0.22.27 |
| 1658 | 2026-05-15T22:26:30.713Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-15T22:26:30.726Z | Compiling usdt-impl v0.5.0 |
| 1660 | 2026-05-15T22:26:30.827Z | Compiling serde_with v3.17.0 |
| 1661 | 2026-05-15T22:26:30.996Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-05-15T22:26:31.089Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-05-15T22:26:31.331Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-05-15T22:26:31.493Z | Compiling toml v0.7.8 |
| 1665 | 2026-05-15T22:26:31.569Z | Compiling rsa v0.9.10 |
| 1666 | 2026-05-15T22:26:31.588Z | Compiling ed25519-dalek v2.2.0 |
| 1667 | 2026-05-15T22:26:32.020Z | Compiling zip v4.6.1 |
| 1668 | 2026-05-15T22:26:32.049Z | Compiling zip v0.6.6 |
| 1669 | 2026-05-15T22:26:32.543Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-05-15T22:26:32.584Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-15T22:26:32.601Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-15T22:26:32.622Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-15T22:26:32.674Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1674 | 2026-05-15T22:26:32.686Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-15T22:26:32.703Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-15T22:26:32.904Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-15T22:26:33.020Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-15T22:26:33.042Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1679 | 2026-05-15T22:26:33.045Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-15T22:26:33.141Z | Compiling lalrpop-util v0.19.12 |
| 1681 | 2026-05-15T22:26:33.156Z | Compiling thread_local v1.1.9 |
| 1682 | 2026-05-15T22:26:33.251Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-05-15T22:26:33.341Z | Compiling crossbeam-channel v0.5.15 |
| 1684 | 2026-05-15T22:26:33.362Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-15T22:26:33.378Z | Compiling filetime v0.2.27 |
| 1686 | 2026-05-15T22:26:33.381Z | Compiling take_mut v0.2.2 |
| 1687 | 2026-05-15T22:26:33.381Z | Compiling term v1.2.1 |
| 1688 | 2026-05-15T22:26:33.437Z | Compiling xattr v1.6.1 |
| 1689 | 2026-05-15T22:26:33.602Z | Compiling tar v0.4.45 |
| 1690 | 2026-05-15T22:26:33.843Z | Compiling slog-term v2.9.2 |
| 1691 | 2026-05-15T22:26:51.187Z | Compiling rustls-webpki v0.103.9 |
| 1692 | 2026-05-15T22:26:54.006Z | Compiling tokio-rustls v0.26.4 |
| 1693 | 2026-05-15T22:26:54.006Z | Compiling rustls-platform-verifier v0.6.2 |
| 1694 | 2026-05-15T22:26:54.201Z | Compiling hyper-rustls v0.27.7 |
| 1695 | 2026-05-15T22:26:54.401Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-05-15T22:26:54.401Z | Compiling reqwest v0.13.2 |
| 1697 | 2026-05-15T22:26:55.635Z | Compiling tough v0.22.0 |
| 1698 | 2026-05-15T22:26:58.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1699 | 2026-05-15T22:26:58.360Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1700 | 2026-05-15T22:27:01.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.14s |
| 1701 | 2026-05-15T22:27:01.337Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1702 | 2026-05-15T22:27:01.400Z | May 15 22:27:01.041 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-15T22:27:01.400Z | May 15 22:27:01.042 INFO Starting download, target: Cockroach |
| 1704 | 2026-05-15T22:27:01.400Z | May 15 22:27:01.042 INFO Starting download, target: Console |
| 1705 | 2026-05-15T22:27:01.400Z | May 15 22:27:01.042 INFO Starting download, target: DendriteStub |
| 1706 | 2026-05-15T22:27:01.400Z | May 15 22:27:01.042 INFO Starting download, target: MaghemiteMgd |
| 1707 | 2026-05-15T22:27:01.427Z | May 15 22:27:01.042 INFO Starting download, target: TransceiverControl |
| 1708 | 2026-05-15T22:27:01.427Z | May 15 22:27:01.042 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-05-15T22:27:01.427Z | May 15 22:27:01.042 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1710 | 2026-05-15T22:27:01.428Z | May 15 22:27:01.042 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1711 | 2026-05-15T22:27:01.428Z | May 15 22:27:01.042 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-05-15T22:27:01.428Z | May 15 22:27:01.042 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-05-15T22:27:01.428Z | May 15 22:27:01.042 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1714 | 2026-05-15T22:27:01.951Z | May 15 22:27:01.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-05-15T22:27:02.152Z | May 15 22:27:01.802 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-05-15T22:27:02.358Z | May 15 22:27:01.996 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-05-15T22:27:02.576Z | May 15 22:27:02.226 INFO Download complete, target: Console |
| 1718 | 2026-05-15T22:27:03.392Z | May 15 22:27:03.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-15T22:27:03.401Z | May 15 22:27:03.053 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1720 | 2026-05-15T22:27:03.626Z | May 15 22:27:03.280 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1721 | 2026-05-15T22:27:03.928Z | May 15 22:27:03.581 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1722 | 2026-05-15T22:27:03.929Z | May 15 22:27:03.581 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1723 | 2026-05-15T22:27:05.715Z | May 15 22:27:05.370 INFO Download complete, target: DendriteStub |
| 1724 | 2026-05-15T22:27:06.072Z | May 15 22:27:05.726 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-05-15T22:27:08.715Z | May 15 22:27:08.370 INFO Checking that binary works, target: Cockroach |
| 1726 | 2026-05-15T22:27:08.840Z | May 15 22:27:08.495 INFO Download complete, target: Cockroach |
| 1727 | 2026-05-15T22:27:10.164Z | May 15 22:27:09.818 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-05-15T22:27:10.262Z | May 15 22:27:09.916 INFO Download complete, target: Clickhouse |
| 1729 | 2026-05-15T22:27:10.267Z | All prerequisites installed successfully |
| 1730 | 2026-05-15T22:27:10.271Z | |
| 1731 | 2026-05-15T22:27:10.271Z | real 2:00.103645270 |
| 1732 | 2026-05-15T22:27:10.271Z | user 6:54.483405841 |
| 1733 | 2026-05-15T22:27:10.272Z | sys 1:43.409873421 |
| 1734 | 2026-05-15T22:27:10.272Z | trap 0.270015417 |
| 1735 | 2026-05-15T22:27:10.272Z | tflt 1.300688969 |
| 1736 | 2026-05-15T22:27:10.272Z | dflt 1.931799831 |
| 1737 | 2026-05-15T22:27:10.272Z | kflt 0.024705342 |
| 1738 | 2026-05-15T22:27:10.272Z | lock 22:34.288875883 |
| 1739 | 2026-05-15T22:27:10.272Z | slp 18:55.295223161 |
| 1740 | 2026-05-15T22:27:10.272Z | lat 25.928173855 |
| 1741 | 2026-05-15T22:27:10.272Z | stop 2:52.054459063 |
| 1742 | 2026-05-15T22:27:10.272Z | + ptime -m cargo xtask download softnpu |
| 1743 | 2026-05-15T22:27:10.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1744 | 2026-05-15T22:27:10.814Z | Running `target/debug/xtask download softnpu` |
| 1745 | 2026-05-15T22:27:11.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1746 | 2026-05-15T22:27:11.656Z | Running `target/debug/xtask-downloader softnpu` |
| 1747 | 2026-05-15T22:27:11.698Z | May 15 22:27:11.353 INFO Starting download, target: Softnpu |
| 1748 | 2026-05-15T22:27:11.701Z | May 15 22:27:11.354 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1749 | 2026-05-15T22:27:12.321Z | May 15 22:27:11.976 INFO Download complete, target: Softnpu |
| 1750 | 2026-05-15T22:27:12.325Z | |
| 1751 | 2026-05-15T22:27:12.331Z | real 2.051856726 |
| 1752 | 2026-05-15T22:27:12.332Z | user 1.330871278 |
| 1753 | 2026-05-15T22:27:12.332Z | sys 0.668417549 |
| 1754 | 2026-05-15T22:27:12.332Z | trap 0.000581362 |
| 1755 | 2026-05-15T22:27:12.332Z | tflt 0.000086960 |
| 1756 | 2026-05-15T22:27:12.332Z | dflt 0.000165409 |
| 1757 | 2026-05-15T22:27:12.332Z | kflt 0.000000000 |
| 1758 | 2026-05-15T22:27:12.332Z | lock 11.572000442 |
| 1759 | 2026-05-15T22:27:12.332Z | slp 0.498893291 |
| 1760 | 2026-05-15T22:27:12.332Z | lat 0.121948109 |
| 1761 | 2026-05-15T22:27:12.332Z | stop 0.000172659 |
| 1762 | 2026-05-15T22:27:12.332Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-15T22:27:12.332Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-15T22:27:12.332Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1765 | 2026-05-15T22:27:13.227Z | Compiling proc-macro2 v1.0.106 |
| 1766 | 2026-05-15T22:27:13.228Z | Compiling quote v1.0.45 |
| 1767 | 2026-05-15T22:27:13.228Z | Compiling unicode-ident v1.0.24 |
| 1768 | 2026-05-15T22:27:13.228Z | Compiling libc v0.2.185 |
| 1769 | 2026-05-15T22:27:13.231Z | Compiling serde_core v1.0.228 |
| 1770 | 2026-05-15T22:27:13.231Z | Compiling serde v1.0.228 |
| 1771 | 2026-05-15T22:27:13.231Z | Compiling cfg-if v1.0.4 |
| 1772 | 2026-05-15T22:27:13.231Z | Compiling version_check v0.9.5 |
| 1773 | 2026-05-15T22:27:13.231Z | Compiling find-msvc-tools v0.1.9 |
| 1774 | 2026-05-15T22:27:13.231Z | Compiling shlex v1.3.0 |
| 1775 | 2026-05-15T22:27:13.231Z | Compiling typenum v1.19.0 |
| 1776 | 2026-05-15T22:27:13.231Z | Compiling zmij v1.0.21 |
| 1777 | 2026-05-15T22:27:13.231Z | Compiling autocfg v1.5.0 |
| 1778 | 2026-05-15T22:27:13.231Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-05-15T22:27:13.374Z | Compiling memchr v2.8.0 |
| 1780 | 2026-05-15T22:27:13.531Z | Compiling portable-atomic v1.13.1 |
| 1781 | 2026-05-15T22:27:13.667Z | Compiling libm v0.2.16 |
| 1782 | 2026-05-15T22:27:13.720Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-05-15T22:27:13.736Z | Compiling smallvec v1.15.1 |
| 1784 | 2026-05-15T22:27:13.767Z | Compiling parking_lot_core v0.9.12 |
| 1785 | 2026-05-15T22:27:13.824Z | Compiling generic-array v0.14.7 |
| 1786 | 2026-05-15T22:27:13.892Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-05-15T22:27:13.985Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-05-15T22:27:14.007Z | Compiling icu_properties_data v2.1.2 |
| 1789 | 2026-05-15T22:27:14.029Z | Compiling itoa v1.0.17 |
| 1790 | 2026-05-15T22:27:14.045Z | Compiling getrandom v0.4.1 |
| 1791 | 2026-05-15T22:27:14.063Z | Compiling log v0.4.29 |
| 1792 | 2026-05-15T22:27:14.095Z | Compiling stable_deref_trait v1.2.1 |
| 1793 | 2026-05-15T22:27:14.132Z | Compiling pkg-config v0.3.32 |
| 1794 | 2026-05-15T22:27:14.165Z | Compiling subtle v2.6.1 |
| 1795 | 2026-05-15T22:27:14.321Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-05-15T22:27:14.367Z | Compiling jobserver v0.1.34 |
| 1797 | 2026-05-15T22:27:14.371Z | Compiling getrandom v0.2.17 |
| 1798 | 2026-05-15T22:27:14.433Z | Compiling errno v0.3.14 |
| 1799 | 2026-05-15T22:27:14.451Z | Compiling lock_api v0.4.14 |
| 1800 | 2026-05-15T22:27:14.535Z | Compiling rand_core v0.6.4 |
| 1801 | 2026-05-15T22:27:14.550Z | Compiling litemap v0.8.1 |
| 1802 | 2026-05-15T22:27:14.585Z | Compiling cc v1.2.56 |
| 1803 | 2026-05-15T22:27:14.622Z | Compiling percent-encoding v2.3.2 |
| 1804 | 2026-05-15T22:27:14.637Z | Compiling writeable v0.6.2 |
| 1805 | 2026-05-15T22:27:14.695Z | Compiling syn v2.0.117 |
| 1806 | 2026-05-15T22:27:14.748Z | Compiling fnv v1.0.7 |
| 1807 | 2026-05-15T22:27:14.780Z | Compiling pin-project-lite v0.2.17 |
| 1808 | 2026-05-15T22:27:14.865Z | Compiling thiserror v2.0.18 |
| 1809 | 2026-05-15T22:27:14.900Z | Compiling getrandom v0.3.4 |
| 1810 | 2026-05-15T22:27:14.933Z | Compiling fs_extra v1.3.0 |
| 1811 | 2026-05-15T22:27:14.949Z | Compiling dunce v1.0.5 |
| 1812 | 2026-05-15T22:27:14.994Z | Compiling equivalent v1.0.2 |
| 1813 | 2026-05-15T22:27:14.998Z | Compiling schemars v0.8.22 |
| 1814 | 2026-05-15T22:27:14.998Z | Compiling rand_core v0.10.0 |
| 1815 | 2026-05-15T22:27:15.138Z | Compiling rustversion v1.0.22 |
| 1816 | 2026-05-15T22:27:15.156Z | Compiling utf8_iter v1.0.4 |
| 1817 | 2026-05-15T22:27:15.215Z | Compiling form_urlencoded v1.2.2 |
| 1818 | 2026-05-15T22:27:15.301Z | Compiling critical-section v1.2.0 |
| 1819 | 2026-05-15T22:27:15.325Z | Compiling cmake v0.1.57 |
| 1820 | 2026-05-15T22:27:15.404Z | Compiling signal-hook-registry v1.4.8 |
| 1821 | 2026-05-15T22:27:15.442Z | Compiling rustix v1.1.3 |
| 1822 | 2026-05-15T22:27:15.446Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-05-15T22:27:15.540Z | Compiling socket2 v0.6.3 |
| 1824 | 2026-05-15T22:27:15.769Z | Compiling bitflags v2.11.0 |
| 1825 | 2026-05-15T22:27:15.791Z | Compiling semver v1.0.28 |
| 1826 | 2026-05-15T22:27:15.791Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-05-15T22:27:15.987Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-05-15T22:27:16.010Z | Compiling mio v1.2.0 |
| 1829 | 2026-05-15T22:27:16.011Z | Compiling ring v0.17.14 |
| 1830 | 2026-05-15T22:27:16.011Z | Compiling aws-lc-sys v0.40.0 |
| 1831 | 2026-05-15T22:27:16.116Z | Compiling indexmap v2.14.0 |
| 1832 | 2026-05-15T22:27:16.137Z | Compiling const-oid v0.9.6 |
| 1833 | 2026-05-15T22:27:16.187Z | Compiling aws-lc-rs v1.16.3 |
| 1834 | 2026-05-15T22:27:16.213Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-15T22:27:16.263Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-15T22:27:16.424Z | Compiling strsim v0.11.1 |
| 1837 | 2026-05-15T22:27:16.434Z | Compiling vcpkg v0.2.15 |
| 1838 | 2026-05-15T22:27:16.445Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-05-15T22:27:16.650Z | Compiling iana-time-zone v0.1.65 |
| 1840 | 2026-05-15T22:27:16.719Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-05-15T22:27:16.736Z | Compiling byteorder v1.5.0 |
| 1842 | 2026-05-15T22:27:16.801Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-15T22:27:16.829Z | Compiling regex-syntax v0.8.10 |
| 1844 | 2026-05-15T22:27:16.829Z | Compiling heck v0.5.0 |
| 1845 | 2026-05-15T22:27:16.853Z | Compiling syn v1.0.109 |
| 1846 | 2026-05-15T22:27:16.912Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-15T22:27:16.913Z | Compiling uuid v1.23.0 |
| 1848 | 2026-05-15T22:27:16.923Z | Compiling rustls v0.23.37 |
| 1849 | 2026-05-15T22:27:16.976Z | Compiling cpufeatures v0.2.17 |
| 1850 | 2026-05-15T22:27:17.038Z | Compiling openssl-sys v0.9.115 |
| 1851 | 2026-05-15T22:27:17.216Z | Compiling futures-sink v0.3.32 |
| 1852 | 2026-05-15T22:27:17.279Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-05-15T22:27:17.349Z | Compiling futures-channel v0.3.32 |
| 1854 | 2026-05-15T22:27:17.395Z | Compiling slab v0.4.12 |
| 1855 | 2026-05-15T22:27:17.429Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-05-15T22:27:17.500Z | Compiling futures-task v0.3.32 |
| 1857 | 2026-05-15T22:27:17.573Z | Compiling synstructure v0.13.2 |
| 1858 | 2026-05-15T22:27:17.629Z | Compiling serde_derive_internals v0.29.1 |
| 1859 | 2026-05-15T22:27:17.629Z | Compiling aho-corasick v1.1.4 |
| 1860 | 2026-05-15T22:27:17.629Z | Compiling dyn-clone v1.0.20 |
| 1861 | 2026-05-15T22:27:17.879Z | Compiling openssl v0.10.79 |
| 1862 | 2026-05-15T22:27:17.962Z | Compiling base64 v0.22.1 |
| 1863 | 2026-05-15T22:27:18.041Z | Compiling plain v0.2.3 |
| 1864 | 2026-05-15T22:27:18.138Z | Compiling pest_meta v2.8.6 |
| 1865 | 2026-05-15T22:27:18.205Z | Compiling crc32fast v1.5.0 |
| 1866 | 2026-05-15T22:27:18.205Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-05-15T22:27:18.286Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-05-15T22:27:18.375Z | Compiling time-core v0.1.8 |
| 1869 | 2026-05-15T22:27:18.460Z | Compiling pretty-hex v0.4.1 |
| 1870 | 2026-05-15T22:27:18.460Z | Compiling native-tls v0.2.18 |
| 1871 | 2026-05-15T22:27:18.558Z | Compiling regex-automata v0.4.14 |
| 1872 | 2026-05-15T22:27:18.558Z | Compiling base64ct v1.8.3 |
| 1873 | 2026-05-15T22:27:18.558Z | Compiling time-macros v0.2.27 |
| 1874 | 2026-05-15T22:27:18.558Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-05-15T22:27:18.558Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-05-15T22:27:18.648Z | Compiling tracing-core v0.1.36 |
| 1877 | 2026-05-15T22:27:18.725Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1878 | 2026-05-15T22:27:18.725Z | Compiling pest_generator v2.8.6 |
| 1879 | 2026-05-15T22:27:18.803Z | Compiling pem-rfc7468 v0.7.0 |
| 1880 | 2026-05-15T22:27:18.872Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-05-15T22:27:18.963Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-05-15T22:27:19.031Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-05-15T22:27:19.092Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-05-15T22:27:19.092Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-05-15T22:27:19.169Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-05-15T22:27:19.299Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-05-15T22:27:19.384Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-05-15T22:27:19.482Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-05-15T22:27:19.568Z | Compiling zeroize v1.8.2 |
| 1890 | 2026-05-15T22:27:19.880Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-15T22:27:20.019Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-05-15T22:27:20.056Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-05-15T22:27:20.112Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-05-15T22:27:20.133Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-05-15T22:27:20.350Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-15T22:27:20.445Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-05-15T22:27:20.477Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-15T22:27:20.523Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-15T22:27:20.565Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-15T22:27:20.684Z | Compiling digest v0.10.7 |
| 1901 | 2026-05-15T22:27:20.950Z | Compiling thiserror-impl v1.0.69 |
| 1902 | 2026-05-15T22:27:21.011Z | Compiling pest_derive v2.8.6 |
| 1903 | 2026-05-15T22:27:21.036Z | Compiling tinystr v0.8.2 |
| 1904 | 2026-05-15T22:27:21.072Z | Compiling potential_utf v0.1.4 |
| 1905 | 2026-05-15T22:27:21.104Z | Compiling futures-util v0.3.32 |
| 1906 | 2026-05-15T22:27:21.150Z | Compiling hmac v0.12.1 |
| 1907 | 2026-05-15T22:27:21.232Z | Compiling icu_locale_core v2.1.1 |
| 1908 | 2026-05-15T22:27:21.263Z | Compiling icu_collections v2.1.1 |
| 1909 | 2026-05-15T22:27:21.463Z | Compiling block-padding v0.3.3 |
| 1910 | 2026-05-15T22:27:21.640Z | Compiling inout v0.1.4 |
| 1911 | 2026-05-15T22:27:21.811Z | Compiling rustls-pki-types v1.14.0 |
| 1912 | 2026-05-15T22:27:21.921Z | Compiling openssl-macros v0.1.1 |
| 1913 | 2026-05-15T22:27:21.933Z | Compiling icu_provider v2.1.1 |
| 1914 | 2026-05-15T22:27:22.013Z | Compiling bytes v1.11.1 |
| 1915 | 2026-05-15T22:27:22.078Z | Compiling chrono v0.4.44 |
| 1916 | 2026-05-15T22:27:22.273Z | Compiling icu_normalizer v2.1.1 |
| 1917 | 2026-05-15T22:27:22.329Z | Compiling icu_properties v2.1.2 |
| 1918 | 2026-05-15T22:27:22.626Z | Compiling tokio v1.52.1 |
| 1919 | 2026-05-15T22:27:22.861Z | Compiling serde_tokenstream v0.2.3 |
| 1920 | 2026-05-15T22:27:22.939Z | Compiling cipher v0.4.4 |
| 1921 | 2026-05-15T22:27:23.165Z | Compiling sha2 v0.10.9 |
| 1922 | 2026-05-15T22:27:23.189Z | Compiling idna_adapter v1.2.1 |
| 1923 | 2026-05-15T22:27:23.339Z | Compiling idna v1.1.0 |
| 1924 | 2026-05-15T22:27:23.485Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-15T22:27:23.537Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-05-15T22:27:23.697Z | Compiling url v2.5.8 |
| 1927 | 2026-05-15T22:27:23.731Z | Compiling scroll_derive v0.12.1 |
| 1928 | 2026-05-15T22:27:23.836Z | Compiling http v1.4.0 |
| 1929 | 2026-05-15T22:27:23.874Z | Compiling untrusted v0.9.0 |
| 1930 | 2026-05-15T22:27:24.031Z | Compiling flagset v0.4.7 |
| 1931 | 2026-05-15T22:27:24.165Z | Compiling der v0.7.10 |
| 1932 | 2026-05-15T22:27:24.179Z | Compiling tracing v0.1.44 |
| 1933 | 2026-05-15T22:27:24.376Z | Compiling darling_macro v0.21.3 |
| 1934 | 2026-05-15T22:27:24.468Z | Compiling regex v1.12.3 |
| 1935 | 2026-05-15T22:27:24.603Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-05-15T22:27:24.670Z | Compiling rand_core v0.9.5 |
| 1937 | 2026-05-15T22:27:24.862Z | Compiling slog v2.8.2 |
| 1938 | 2026-05-15T22:27:25.111Z | Compiling spki v0.7.3 |
| 1939 | 2026-05-15T22:27:25.305Z | Compiling darling v0.21.3 |
| 1940 | 2026-05-15T22:27:25.336Z | Compiling salsa20 v0.10.2 |
| 1941 | 2026-05-15T22:27:25.389Z | Compiling pbkdf2 v0.12.2 |
| 1942 | 2026-05-15T22:27:25.716Z | Compiling cookie v0.18.1 |
| 1943 | 2026-05-15T22:27:25.924Z | Compiling camino v1.2.2 |
| 1944 | 2026-05-15T22:27:26.193Z | Compiling scrypt v0.11.0 |
| 1945 | 2026-05-15T22:27:26.210Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-15T22:27:26.228Z | Compiling http-body v1.0.1 |
| 1947 | 2026-05-15T22:27:26.269Z | Compiling cbc v0.1.2 |
| 1948 | 2026-05-15T22:27:26.272Z | Compiling aes v0.8.4 |
| 1949 | 2026-05-15T22:27:26.369Z | Compiling tokio-util v0.7.18 |
| 1950 | 2026-05-15T22:27:26.467Z | Compiling usdt-impl v0.5.0 |
| 1951 | 2026-05-15T22:27:26.508Z | Compiling usdt-impl v0.6.0 |
| 1952 | 2026-05-15T22:27:26.597Z | Compiling tinyvec_macros v0.1.1 |
| 1953 | 2026-05-15T22:27:26.637Z | Compiling unicode-segmentation v1.12.0 |
| 1954 | 2026-05-15T22:27:26.682Z | Compiling atomic-waker v1.1.2 |
| 1955 | 2026-05-15T22:27:26.698Z | Compiling paste v1.0.15 |
| 1956 | 2026-05-15T22:27:26.779Z | Compiling winnow v0.7.14 |
| 1957 | 2026-05-15T22:27:26.832Z | Compiling either v1.15.0 |
| 1958 | 2026-05-15T22:27:26.858Z | Compiling openssl-probe v0.2.1 |
| 1959 | 2026-05-15T22:27:26.972Z | Compiling ref-cast v1.0.25 |
| 1960 | 2026-05-15T22:27:27.035Z | Compiling untrusted v0.7.1 |
| 1961 | 2026-05-15T22:27:27.069Z | Compiling tinyvec v1.10.0 |
| 1962 | 2026-05-15T22:27:27.110Z | Compiling pkcs5 v0.7.1 |
| 1963 | 2026-05-15T22:27:27.307Z | Compiling rand v0.9.2 |
| 1964 | 2026-05-15T22:27:27.575Z | Compiling scroll v0.12.0 |
| 1965 | 2026-05-15T22:27:27.639Z | Compiling scroll v0.13.0 |
| 1966 | 2026-05-15T22:27:27.699Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-05-15T22:27:27.779Z | Compiling toml_datetime v0.6.11 |
| 1968 | 2026-05-15T22:27:27.831Z | Compiling async-trait v0.1.89 |
| 1969 | 2026-05-15T22:27:27.857Z | Compiling heapless v0.7.17 |
| 1970 | 2026-05-15T22:27:27.897Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1971 | 2026-05-15T22:27:28.046Z | Compiling tower-layer v0.3.3 |
| 1972 | 2026-05-15T22:27:28.074Z | Compiling signal-hook v0.3.18 |
| 1973 | 2026-05-15T22:27:28.093Z | Compiling tower-service v0.3.3 |
| 1974 | 2026-05-15T22:27:28.199Z | Compiling fastrand v2.3.0 |
| 1975 | 2026-05-15T22:27:28.215Z | Compiling try-lock v0.2.5 |
| 1976 | 2026-05-15T22:27:28.352Z | Compiling zstd-safe v7.2.4 |
| 1977 | 2026-05-15T22:27:28.402Z | Compiling want v0.3.1 |
| 1978 | 2026-05-15T22:27:28.474Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1979 | 2026-05-15T22:27:28.481Z | Compiling h2 v0.4.13 |
| 1980 | 2026-05-15T22:27:28.557Z | Compiling goblin v0.10.5 |
| 1981 | 2026-05-15T22:27:28.573Z | Compiling goblin v0.8.2 |
| 1982 | 2026-05-15T22:27:28.625Z | Compiling pkcs8 v0.10.2 |
| 1983 | 2026-05-15T22:27:28.789Z | Compiling heck v0.4.1 |
| 1984 | 2026-05-15T22:27:28.885Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-05-15T22:27:28.930Z | Compiling ipnet v2.11.0 |
| 1986 | 2026-05-15T22:27:29.026Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-05-15T22:27:29.182Z | Compiling darling_core v0.20.11 |
| 1988 | 2026-05-15T22:27:29.439Z | Compiling curve25519-dalek v4.1.3 |
| 1989 | 2026-05-15T22:27:29.463Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1990 | 2026-05-15T22:27:29.592Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-15T22:27:29.703Z | Compiling winnow v0.5.40 |
| 1992 | 2026-05-15T22:27:29.818Z | Compiling pin-utils v0.1.0 |
| 1993 | 2026-05-15T22:27:29.903Z | Compiling httpdate v1.0.3 |
| 1994 | 2026-05-15T22:27:30.165Z | Compiling litrs v1.0.0 |
| 1995 | 2026-05-15T22:27:30.226Z | Compiling foreign-types-shared v0.1.1 |
| 1996 | 2026-05-15T22:27:30.321Z | Compiling rustix v0.38.44 |
| 1997 | 2026-05-15T22:27:30.335Z | Compiling foreign-types v0.3.2 |
| 1998 | 2026-05-15T22:27:30.567Z | Compiling tempfile v3.25.0 |
| 1999 | 2026-05-15T22:27:30.647Z | Compiling document-features v0.2.12 |
| 2000 | 2026-05-15T22:27:30.928Z | Compiling dof v0.3.0 |
| 2001 | 2026-05-15T22:27:31.162Z | Compiling toml_edit v0.19.15 |
| 2002 | 2026-05-15T22:27:31.193Z | Compiling unicode-normalization v0.1.25 |
| 2003 | 2026-05-15T22:27:31.214Z | Compiling darling_macro v0.20.11 |
| 2004 | 2026-05-15T22:27:31.229Z | Compiling dof v0.4.0 |
| 2005 | 2026-05-15T22:27:31.413Z | Compiling hyper v1.8.1 |
| 2006 | 2026-05-15T22:27:31.550Z | Compiling dtrace-parser v0.2.0 |
| 2007 | 2026-05-15T22:27:31.712Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-15T22:27:31.762Z | Compiling pin-project-internal v1.1.11 |
| 2009 | 2026-05-15T22:27:31.911Z | Compiling daft-derive v0.1.5 |
| 2010 | 2026-05-15T22:27:32.103Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-15T22:27:32.119Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-05-15T22:27:32.167Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-15T22:27:32.221Z | Compiling cfg_aliases v0.2.1 |
| 2014 | 2026-05-15T22:27:32.271Z | Compiling smoltcp v0.9.1 |
| 2015 | 2026-05-15T22:27:32.289Z | Compiling num-bigint-dig v0.8.6 |
| 2016 | 2026-05-15T22:27:32.327Z | Compiling powerfmt v0.2.0 |
| 2017 | 2026-05-15T22:27:32.330Z | Compiling nix v0.31.2 |
| 2018 | 2026-05-15T22:27:32.498Z | Compiling deranged v0.5.8 |
| 2019 | 2026-05-15T22:27:32.606Z | Compiling hyper-util v0.1.20 |
| 2020 | 2026-05-15T22:27:32.788Z | Compiling darling v0.20.11 |
| 2021 | 2026-05-15T22:27:32.917Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-15T22:27:33.021Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-15T22:27:33.308Z | Compiling strum_macros v0.26.4 |
| 2024 | 2026-05-15T22:27:33.431Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-05-15T22:27:33.603Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-15T22:27:33.663Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-15T22:27:33.763Z | Compiling anstyle v1.0.13 |
| 2028 | 2026-05-15T22:27:33.913Z | Compiling bit-vec v0.8.0 |
| 2029 | 2026-05-15T22:27:34.003Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-05-15T22:27:34.151Z | Compiling utf8parse v0.2.2 |
| 2031 | 2026-05-15T22:27:34.184Z | Compiling num_threads v0.1.7 |
| 2032 | 2026-05-15T22:27:34.265Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-05-15T22:27:34.296Z | Compiling siphasher v1.0.2 |
| 2034 | 2026-05-15T22:27:34.313Z | Compiling anstyle-parse v0.2.7 |
| 2035 | 2026-05-15T22:27:34.436Z | Compiling time v0.3.47 |
| 2036 | 2026-05-15T22:27:34.531Z | Compiling bit-set v0.8.0 |
| 2037 | 2026-05-15T22:27:34.606Z | Compiling rusty-fork v0.3.1 |
| 2038 | 2026-05-15T22:27:34.737Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-15T22:27:34.907Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-15T22:27:34.962Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-05-15T22:27:35.221Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-15T22:27:35.519Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-15T22:27:35.522Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-15T22:27:35.666Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-15T22:27:35.702Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-15T22:27:35.702Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-15T22:27:35.864Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-05-15T22:27:35.966Z | Compiling ahash v0.8.12 |
| 2049 | 2026-05-15T22:27:36.041Z | Compiling is_terminal_polyfill v1.70.2 |
| 2050 | 2026-05-15T22:27:36.084Z | Compiling unicode-properties v0.1.4 |
| 2051 | 2026-05-15T22:27:36.159Z | Compiling unicode-bidi v0.3.18 |
| 2052 | 2026-05-15T22:27:36.184Z | Compiling unarray v0.1.4 |
| 2053 | 2026-05-15T22:27:36.204Z | Compiling ryu v1.0.23 |
| 2054 | 2026-05-15T22:27:36.207Z | Compiling anstyle-query v1.1.5 |
| 2055 | 2026-05-15T22:27:36.268Z | Compiling adler2 v2.0.1 |
| 2056 | 2026-05-15T22:27:36.320Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-05-15T22:27:36.367Z | Compiling allocator-api2 v0.2.21 |
| 2058 | 2026-05-15T22:27:36.432Z | Compiling object v0.37.3 |
| 2059 | 2026-05-15T22:27:36.478Z | Compiling colorchoice v1.0.4 |
| 2060 | 2026-05-15T22:27:36.538Z | Compiling stringprep v0.1.5 |
| 2061 | 2026-05-15T22:27:36.601Z | Compiling anstream v0.6.21 |
| 2062 | 2026-05-15T22:27:36.620Z | Compiling serde_urlencoded v0.7.1 |
| 2063 | 2026-05-15T22:27:36.683Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-05-15T22:27:36.760Z | Compiling proptest v1.10.0 |
| 2065 | 2026-05-15T22:27:36.934Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-05-15T22:27:37.021Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-05-15T22:27:37.193Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-05-15T22:27:37.224Z | Compiling usdt-macro v0.6.0 |
| 2069 | 2026-05-15T22:27:37.473Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-15T22:27:37.719Z | Compiling rand_chacha v0.3.1 |
| 2071 | 2026-05-15T22:27:37.741Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-05-15T22:27:37.771Z | Compiling md-5 v0.10.6 |
| 2073 | 2026-05-15T22:27:37.802Z | Compiling bstr v1.12.1 |
| 2074 | 2026-05-15T22:27:37.936Z | Compiling num-integer v0.1.46 |
| 2075 | 2026-05-15T22:27:37.967Z | Compiling hash32 v0.2.1 |
| 2076 | 2026-05-15T22:27:37.984Z | Compiling vergen-lib v0.1.6 |
| 2077 | 2026-05-15T22:27:38.090Z | Compiling ff v0.13.1 |
| 2078 | 2026-05-15T22:27:38.164Z | Compiling zlib-rs v0.6.2 |
| 2079 | 2026-05-15T22:27:38.180Z | Compiling psl-types v2.0.11 |
| 2080 | 2026-05-15T22:27:38.257Z | Compiling base16ct v0.2.0 |
| 2081 | 2026-05-15T22:27:38.260Z | Compiling fallible-iterator v0.2.0 |
| 2082 | 2026-05-15T22:27:38.288Z | Compiling publicsuffix v2.3.0 |
| 2083 | 2026-05-15T22:27:38.366Z | Compiling group v0.13.0 |
| 2084 | 2026-05-15T22:27:38.386Z | Compiling sec1 v0.7.3 |
| 2085 | 2026-05-15T22:27:38.443Z | Compiling num-iter v0.1.45 |
| 2086 | 2026-05-15T22:27:38.559Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-05-15T22:27:38.603Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-15T22:27:38.776Z | Compiling newtype-uuid v1.3.2 |
| 2089 | 2026-05-15T22:27:38.985Z | Compiling oxnet v0.1.4 |
| 2090 | 2026-05-15T22:27:39.069Z | Compiling derive_builder v0.20.2 |
| 2091 | 2026-05-15T22:27:39.100Z | Compiling hyper-tls v0.6.0 |
| 2092 | 2026-05-15T22:27:39.225Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-15T22:27:39.228Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-15T22:27:39.374Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-15T22:27:39.520Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-15T22:27:39.538Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-15T22:27:39.542Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-15T22:27:39.675Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-15T22:27:39.776Z | Compiling cargo-platform v0.1.9 |
| 2100 | 2026-05-15T22:27:39.830Z | Compiling hkdf v0.12.4 |
| 2101 | 2026-05-15T22:27:39.965Z | Compiling crypto-bigint v0.5.5 |
| 2102 | 2026-05-15T22:27:39.988Z | Compiling enum-as-inner v0.6.1 |
| 2103 | 2026-05-15T22:27:40.004Z | Compiling clap_derive v4.5.55 |
| 2104 | 2026-05-15T22:27:40.034Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-05-15T22:27:40.037Z | Compiling serde_repr v0.1.20 |
| 2106 | 2026-05-15T22:27:40.151Z | Compiling flate2 v1.1.9 |
| 2107 | 2026-05-15T22:27:40.440Z | Compiling vergen v9.0.6 |
| 2108 | 2026-05-15T22:27:40.512Z | Compiling encoding_rs v0.8.35 |
| 2109 | 2026-05-15T22:27:40.560Z | Compiling foldhash v0.1.5 |
| 2110 | 2026-05-15T22:27:40.591Z | Compiling clap_lex v1.0.0 |
| 2111 | 2026-05-15T22:27:40.608Z | Compiling bitflags v1.3.2 |
| 2112 | 2026-05-15T22:27:40.643Z | Compiling managed v0.8.0 |
| 2113 | 2026-05-15T22:27:40.667Z | Compiling foldhash v0.2.0 |
| 2114 | 2026-05-15T22:27:40.864Z | Compiling bumpalo v3.20.2 |
| 2115 | 2026-05-15T22:27:40.867Z | Compiling same-file v1.0.6 |
| 2116 | 2026-05-15T22:27:40.925Z | Compiling libbz2-rs-sys v0.2.2 |
| 2117 | 2026-05-15T22:27:41.019Z | Compiling mime v0.3.17 |
| 2118 | 2026-05-15T22:27:41.036Z | Compiling walkdir v2.5.0 |
| 2119 | 2026-05-15T22:27:41.095Z | Compiling zopfli v0.8.3 |
| 2120 | 2026-05-15T22:27:41.130Z | Compiling elliptic-curve v0.13.8 |
| 2121 | 2026-05-15T22:27:41.181Z | Compiling hashbrown v0.16.1 |
| 2122 | 2026-05-15T22:27:41.347Z | Compiling bzip2 v0.6.1 |
| 2123 | 2026-05-15T22:27:41.500Z | Compiling clap_builder v4.5.60 |
| 2124 | 2026-05-15T22:27:41.572Z | Compiling hashbrown v0.15.5 |
| 2125 | 2026-05-15T22:27:41.673Z | Compiling zstd v0.13.3 |
| 2126 | 2026-05-15T22:27:41.798Z | Compiling cargo_metadata v0.19.2 |
| 2127 | 2026-05-15T22:27:41.865Z | Compiling futures v0.3.32 |
| 2128 | 2026-05-15T22:27:42.127Z | Compiling phf v0.13.1 |
| 2129 | 2026-05-15T22:27:42.144Z | Compiling snafu v0.8.9 |
| 2130 | 2026-05-15T22:27:42.158Z | Compiling signal-hook-mio v0.2.5 |
| 2131 | 2026-05-15T22:27:42.173Z | Compiling daft v0.1.5 |
| 2132 | 2026-05-15T22:27:42.309Z | Compiling postgres-types v0.2.12 |
| 2133 | 2026-05-15T22:27:42.466Z | Compiling cookie_store v0.22.1 |
| 2134 | 2026-05-15T22:27:42.495Z | Compiling bzip2 v0.4.4 |
| 2135 | 2026-05-15T22:27:42.618Z | Compiling globset v0.4.18 |
| 2136 | 2026-05-15T22:27:42.715Z | Compiling strum v0.27.2 |
| 2137 | 2026-05-15T22:27:43.018Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-05-15T22:27:43.052Z | Compiling ed25519 v2.2.3 |
| 2139 | 2026-05-15T22:27:43.132Z | Compiling phf_shared v0.11.3 |
| 2140 | 2026-05-15T22:27:43.175Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-05-15T22:27:43.230Z | Compiling olpc-cjson v0.1.4 |
| 2142 | 2026-05-15T22:27:43.255Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2026-05-15T22:27:43.335Z | Compiling pem v3.0.6 |
| 2144 | 2026-05-15T22:27:43.446Z | Compiling serde-big-array v0.5.1 |
| 2145 | 2026-05-15T22:27:43.489Z | Compiling serde_plain v1.0.2 |
| 2146 | 2026-05-15T22:27:43.551Z | Compiling rfc6979 v0.4.0 |
| 2147 | 2026-05-15T22:27:43.608Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-05-15T22:27:43.637Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-05-15T22:27:43.653Z | Compiling env_filter v1.0.0 |
| 2150 | 2026-05-15T22:27:43.695Z | Compiling keccak v0.1.6 |
| 2151 | 2026-05-15T22:27:43.711Z | Compiling data-encoding v2.10.0 |
| 2152 | 2026-05-15T22:27:43.746Z | Compiling fixedbitset v0.5.7 |
| 2153 | 2026-05-15T22:27:43.775Z | Compiling precomputed-hash v0.1.1 |
| 2154 | 2026-05-15T22:27:43.834Z | Compiling normalize-line-endings v0.3.0 |
| 2155 | 2026-05-15T22:27:43.866Z | Compiling static_assertions v1.1.0 |
| 2156 | 2026-05-15T22:27:43.889Z | Compiling new_debug_unreachable v1.0.6 |
| 2157 | 2026-05-15T22:27:43.929Z | Compiling difflib v0.4.0 |
| 2158 | 2026-05-15T22:27:43.944Z | Compiling toml_write v0.1.2 |
| 2159 | 2026-05-15T22:27:43.960Z | Compiling whoami v2.1.0 |
| 2160 | 2026-05-15T22:27:43.963Z | Compiling fixedbitset v0.4.2 |
| 2161 | 2026-05-15T22:27:44.133Z | Compiling typed-path v0.9.3 |
| 2162 | 2026-05-15T22:27:44.159Z | Compiling jiff v0.2.21 |
| 2163 | 2026-05-15T22:27:44.192Z | Compiling predicates-core v1.0.10 |
| 2164 | 2026-05-15T22:27:44.251Z | Compiling rustc-hash v2.1.1 |
| 2165 | 2026-05-15T22:27:44.276Z | Compiling tokio-postgres v0.7.16 |
| 2166 | 2026-05-15T22:27:44.313Z | Compiling petgraph v0.6.5 |
| 2167 | 2026-05-15T22:27:44.378Z | Compiling iddqd v0.3.18 |
| 2168 | 2026-05-15T22:27:44.394Z | Compiling predicates v3.1.4 |
| 2169 | 2026-05-15T22:27:44.409Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-05-15T22:27:44.686Z | Compiling hickory-proto v0.25.2 |
| 2171 | 2026-05-15T22:27:44.981Z | Compiling string_cache v0.8.9 |
| 2172 | 2026-05-15T22:27:45.033Z | Compiling petgraph v0.8.3 |
| 2173 | 2026-05-15T22:27:45.220Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2174 | 2026-05-15T22:27:45.488Z | Compiling sha3 v0.10.8 |
| 2175 | 2026-05-15T22:27:45.578Z | Compiling env_logger v0.11.9 |
| 2176 | 2026-05-15T22:27:45.665Z | Compiling usdt v0.6.0 |
| 2177 | 2026-05-15T22:27:45.814Z | Compiling ecdsa v0.16.9 |
| 2178 | 2026-05-15T22:27:45.943Z | Compiling rsa v0.9.10 |
| 2179 | 2026-05-15T22:27:46.228Z | Compiling ed25519-dalek v2.2.0 |
| 2180 | 2026-05-15T22:27:46.593Z | Compiling clap v4.5.60 |
| 2181 | 2026-05-15T22:27:46.771Z | Compiling zip v4.6.1 |
| 2182 | 2026-05-15T22:27:46.790Z | Compiling crossterm v0.28.1 |
| 2183 | 2026-05-15T22:27:46.959Z | Compiling zip v0.6.6 |
| 2184 | 2026-05-15T22:27:47.505Z | Compiling serde_with v3.17.0 |
| 2185 | 2026-05-15T22:27:47.521Z | Compiling similar v2.7.0 |
| 2186 | 2026-05-15T22:27:47.538Z | Compiling strum v0.26.3 |
| 2187 | 2026-05-15T22:27:47.665Z | Compiling toml v0.7.8 |
| 2188 | 2026-05-15T22:27:47.744Z | Compiling tokio-stream v0.1.18 |
| 2189 | 2026-05-15T22:27:47.830Z | Compiling itertools v0.13.0 |
| 2190 | 2026-05-15T22:27:47.982Z | Compiling buf-list v1.1.2 |
| 2191 | 2026-05-15T22:27:48.114Z | Compiling x509-cert v0.2.5 |
| 2192 | 2026-05-15T22:27:48.261Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2193 | 2026-05-15T22:27:48.277Z | Compiling openapiv3 v2.2.0 |
| 2194 | 2026-05-15T22:27:48.535Z | Compiling sha1 v0.10.6 |
| 2195 | 2026-05-15T22:27:48.686Z | Compiling peg-runtime v0.8.5 |
| 2196 | 2026-05-15T22:27:49.031Z | Compiling lalrpop-util v0.19.12 |
| 2197 | 2026-05-15T22:28:03.639Z | Compiling rustls-webpki v0.103.9 |
| 2198 | 2026-05-15T22:28:05.122Z | Compiling macaddr v1.0.1 |
| 2199 | 2026-05-15T22:28:05.138Z | Compiling structmeta-derive v0.3.0 |
| 2200 | 2026-05-15T22:28:05.286Z | Compiling crucible-workspace-hack v0.1.0 |
| 2201 | 2026-05-15T22:28:05.345Z | Compiling rayon-core v1.13.0 |
| 2202 | 2026-05-15T22:28:05.424Z | Compiling itertools v0.14.0 |
| 2203 | 2026-05-15T22:28:05.524Z | Compiling secrecy v0.10.3 |
| 2204 | 2026-05-15T22:28:05.583Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2026-05-15T22:28:05.602Z | Compiling heapless v0.8.0 |
| 2206 | 2026-05-15T22:28:05.717Z | Compiling rustls v0.22.4 |
| 2207 | 2026-05-15T22:28:05.952Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-05-15T22:28:05.994Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-05-15T22:28:06.017Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-15T22:28:06.034Z | Compiling rustls-webpki v0.102.8 |
| 2211 | 2026-05-15T22:28:06.113Z | Compiling hash32 v0.3.1 |
| 2212 | 2026-05-15T22:28:06.143Z | Compiling multer v3.1.0 |
| 2213 | 2026-05-15T22:28:06.160Z | Compiling structmeta v0.3.0 |
| 2214 | 2026-05-15T22:28:06.194Z | Compiling thread_local v1.1.9 |
| 2215 | 2026-05-15T22:28:06.209Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2216 | 2026-05-15T22:28:06.301Z | Compiling smoltcp v0.11.0 |
| 2217 | 2026-05-15T22:28:06.347Z | Compiling unicode-width v0.2.0 |
| 2218 | 2026-05-15T22:28:06.364Z | Compiling slog-async v2.8.0 |
| 2219 | 2026-05-15T22:28:06.404Z | Compiling compression-core v0.4.31 |
| 2220 | 2026-05-15T22:28:06.459Z | Compiling match_cfg v0.1.0 |
| 2221 | 2026-05-15T22:28:06.559Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-05-15T22:28:06.574Z | Compiling compression-codecs v0.4.37 |
| 2223 | 2026-05-15T22:28:06.616Z | Compiling hostname v0.3.1 |
| 2224 | 2026-05-15T22:28:06.693Z | Compiling derive-ex v0.1.8 |
| 2225 | 2026-05-15T22:28:06.747Z | Compiling ingot-macros v0.1.1 |
| 2226 | 2026-05-15T22:28:06.800Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-05-15T22:28:06.948Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-05-15T22:28:06.964Z | Compiling half v2.7.1 |
| 2229 | 2026-05-15T22:28:07.009Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-15T22:28:07.072Z | Compiling cobs v0.3.0 |
| 2231 | 2026-05-15T22:28:07.235Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-05-15T22:28:07.341Z | Compiling universal-hash v0.5.1 |
| 2233 | 2026-05-15T22:28:07.370Z | Compiling async-stream-impl v0.3.6 |
| 2234 | 2026-05-15T22:28:07.506Z | Compiling tokio-rustls v0.26.4 |
| 2235 | 2026-05-15T22:28:07.641Z | Compiling rustls-platform-verifier v0.6.2 |
| 2236 | 2026-05-15T22:28:07.748Z | Compiling hyper-rustls v0.27.7 |
| 2237 | 2026-05-15T22:28:07.803Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2238 | 2026-05-15T22:28:07.871Z | Compiling serde_spanned v1.0.4 |
| 2239 | 2026-05-15T22:28:07.889Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-15T22:28:07.942Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-05-15T22:28:08.014Z | Compiling reqwest v0.12.28 |
| 2242 | 2026-05-15T22:28:08.064Z | Compiling reqwest v0.13.2 |
| 2243 | 2026-05-15T22:28:08.082Z | Compiling proc-macro-error-attr v1.0.4 |
| 2244 | 2026-05-15T22:28:08.172Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2245 | 2026-05-15T22:28:08.205Z | Compiling term v1.2.1 |
| 2246 | 2026-05-15T22:28:08.248Z | Compiling convert_case v0.4.0 |
| 2247 | 2026-05-15T22:28:08.292Z | Compiling take_mut v0.2.2 |
| 2248 | 2026-05-15T22:28:08.308Z | Compiling ciborium-io v0.2.2 |
| 2249 | 2026-05-15T22:28:08.325Z | Compiling opaque-debug v0.3.1 |
| 2250 | 2026-05-15T22:28:08.392Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-15T22:28:08.418Z | Compiling ciborium-ll v0.2.2 |
| 2252 | 2026-05-15T22:28:08.475Z | Compiling poly1305 v0.8.0 |
| 2253 | 2026-05-15T22:28:08.573Z | Compiling derive_more v0.99.20 |
| 2254 | 2026-05-15T22:28:08.676Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2255 | 2026-05-15T22:28:08.702Z | Compiling tokio-rustls v0.25.0 |
| 2256 | 2026-05-15T22:28:08.835Z | Compiling slog-term v2.9.2 |
| 2257 | 2026-05-15T22:28:09.028Z | Compiling thiserror-no-std v2.0.2 |
| 2258 | 2026-05-15T22:28:09.106Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-05-15T22:28:09.139Z | Compiling async-stream v0.3.6 |
| 2260 | 2026-05-15T22:28:09.185Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-05-15T22:28:09.331Z | Compiling ingot-types v0.1.2 |
| 2262 | 2026-05-15T22:28:09.362Z | Compiling postcard v1.1.3 |
| 2263 | 2026-05-15T22:28:09.704Z | Compiling tough v0.22.0 |
| 2264 | 2026-05-15T22:28:09.750Z | Compiling ingot v0.1.1 |
| 2265 | 2026-05-15T22:28:10.013Z | Compiling num_enum_derive v0.7.5 |
| 2266 | 2026-05-15T22:28:10.072Z | Compiling slog-bunyan v2.5.0 |
| 2267 | 2026-05-15T22:28:10.415Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-05-15T22:28:10.554Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-05-15T22:28:10.714Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2270 | 2026-05-15T22:28:10.934Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-05-15T22:28:10.986Z | Compiling proc-macro-crate v1.3.1 |
| 2272 | 2026-05-15T22:28:11.164Z | Compiling backon v1.6.0 |
| 2273 | 2026-05-15T22:28:11.190Z | Compiling waitgroup v0.1.2 |
| 2274 | 2026-05-15T22:28:11.317Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2275 | 2026-05-15T22:28:11.361Z | Compiling password-hash v0.5.0 |
| 2276 | 2026-05-15T22:28:11.378Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-05-15T22:28:11.434Z | Compiling dropshot_endpoint v0.17.0 |
| 2278 | 2026-05-15T22:28:11.450Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-05-15T22:28:11.488Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-05-15T22:28:11.668Z | Compiling aead v0.5.2 |
| 2281 | 2026-05-15T22:28:11.769Z | Compiling foreign-types-macros v0.2.3 |
| 2282 | 2026-05-15T22:28:11.910Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-15T22:28:12.026Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-05-15T22:28:12.043Z | Compiling hostname v0.4.2 |
| 2285 | 2026-05-15T22:28:12.073Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2286 | 2026-05-15T22:28:12.287Z | Compiling proc-macro-error v1.0.4 |
| 2287 | 2026-05-15T22:28:12.303Z | Compiling instant v0.1.13 |
| 2288 | 2026-05-15T22:28:12.343Z | Compiling debug-ignore v1.0.5 |
| 2289 | 2026-05-15T22:28:12.360Z | Compiling foreign-types-shared v0.3.1 |
| 2290 | 2026-05-15T22:28:12.377Z | Compiling typeid v1.0.3 |
| 2291 | 2026-05-15T22:28:12.400Z | Compiling cpufeatures v0.3.0 |
| 2292 | 2026-05-15T22:28:12.447Z | Compiling foreign-types v0.5.0 |
| 2293 | 2026-05-15T22:28:12.465Z | Compiling backoff v0.4.0 |
| 2294 | 2026-05-15T22:28:12.484Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2295 | 2026-05-15T22:28:12.519Z | Compiling chacha20 v0.10.0 |
| 2296 | 2026-05-15T22:28:12.522Z | Compiling parse-display v0.10.0 |
| 2297 | 2026-05-15T22:28:12.554Z | Compiling chacha20poly1305 v0.10.1 |
| 2298 | 2026-05-15T22:28:12.570Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-05-15T22:28:12.601Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-15T22:28:12.685Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-05-15T22:28:12.706Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2302 | 2026-05-15T22:28:12.727Z | Compiling num_enum v0.7.5 |
| 2303 | 2026-05-15T22:28:12.742Z | Compiling vsss-rs v3.3.4 |
| 2304 | 2026-05-15T22:28:12.853Z | Compiling ciborium v0.2.2 |
| 2305 | 2026-05-15T22:28:13.078Z | Compiling tabwriter v1.4.1 |
| 2306 | 2026-05-15T22:28:13.159Z | Compiling regress v0.10.5 |
| 2307 | 2026-05-15T22:28:13.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2308 | 2026-05-15T22:28:13.444Z | Compiling byte-wrapper v0.1.0 |
| 2309 | 2026-05-15T22:28:13.472Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2310 | 2026-05-15T22:28:13.602Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-05-15T22:28:13.630Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2312 | 2026-05-15T22:28:13.648Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2313 | 2026-05-15T22:28:13.692Z | Compiling cstr-argument v0.1.2 |
| 2314 | 2026-05-15T22:28:13.887Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-15T22:28:14.049Z | Compiling erased-serde v0.4.9 |
| 2316 | 2026-05-15T22:28:14.074Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2317 | 2026-05-15T22:28:14.143Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2026-05-15T22:28:14.188Z | Compiling num_enum v0.5.11 |
| 2319 | 2026-05-15T22:28:14.228Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-05-15T22:28:14.228Z | Compiling rand v0.10.0 |
| 2321 | 2026-05-15T22:28:14.334Z | Compiling rayon v1.11.0 |
| 2322 | 2026-05-15T22:28:14.369Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-05-15T22:28:14.410Z | Compiling colored v3.1.1 |
| 2324 | 2026-05-15T22:28:14.424Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-05-15T22:28:14.480Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2326 | 2026-05-15T22:28:14.507Z | Compiling indent_write v2.2.0 |
| 2327 | 2026-05-15T22:28:14.577Z | Compiling zone_cfg_derive v0.3.1 |
| 2328 | 2026-05-15T22:28:14.605Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2329 | 2026-05-15T22:28:14.699Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-05-15T22:28:14.741Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2331 | 2026-05-15T22:28:14.758Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-05-15T22:28:14.984Z | Compiling itertools v0.12.1 |
| 2333 | 2026-05-15T22:28:15.053Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-05-15T22:28:15.107Z | Compiling usdt-attr-macro v0.5.0 |
| 2335 | 2026-05-15T22:28:15.173Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-05-15T22:28:15.224Z | Compiling num-derive v0.4.2 |
| 2337 | 2026-05-15T22:28:15.265Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-05-15T22:28:15.268Z | Compiling ordered-float v2.10.1 |
| 2339 | 2026-05-15T22:28:15.582Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-05-15T22:28:15.644Z | Compiling memmap v0.7.0 |
| 2341 | 2026-05-15T22:28:15.707Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-15T22:28:15.761Z | Compiling swrite v0.1.0 |
| 2343 | 2026-05-15T22:28:15.820Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2344 | 2026-05-15T22:28:15.892Z | Compiling usdt v0.5.0 |
| 2345 | 2026-05-15T22:28:15.908Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2346 | 2026-05-15T22:28:16.077Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2347 | 2026-05-15T22:28:16.133Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-05-15T22:28:16.250Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-05-15T22:28:16.445Z | Compiling zone v0.3.1 |
| 2350 | 2026-05-15T22:28:16.452Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-05-15T22:28:16.474Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2352 | 2026-05-15T22:28:16.706Z | Compiling toml v0.8.23 |
| 2353 | 2026-05-15T22:28:16.780Z | Compiling smf v0.2.3 |
| 2354 | 2026-05-15T22:28:16.801Z | Compiling filetime v0.2.27 |
| 2355 | 2026-05-15T22:28:16.818Z | Compiling arrayref v0.3.9 |
| 2356 | 2026-05-15T22:28:16.840Z | Compiling unicode-xid v0.2.6 |
| 2357 | 2026-05-15T22:28:16.855Z | Compiling arrayvec v0.7.6 |
| 2358 | 2026-05-15T22:28:16.912Z | Compiling constant_time_eq v0.4.2 |
| 2359 | 2026-05-15T22:28:16.982Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2360 | 2026-05-15T22:28:17.007Z | Compiling whoami v1.6.1 |
| 2361 | 2026-05-15T22:28:17.039Z | Compiling xattr v1.6.1 |
| 2362 | 2026-05-15T22:28:17.113Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-15T22:28:17.130Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2364 | 2026-05-15T22:28:17.146Z | Compiling tokio-dtrace v0.1.1 |
| 2365 | 2026-05-15T22:28:17.256Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-05-15T22:28:17.393Z | Compiling tar v0.4.45 |
| 2367 | 2026-05-15T22:28:17.485Z | Compiling console v0.16.2 |
| 2368 | 2026-05-15T22:28:17.502Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-05-15T22:28:17.656Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-05-15T22:28:17.795Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-15T22:28:17.886Z | Compiling unit-prefix v0.5.2 |
| 2372 | 2026-05-15T22:28:17.956Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-05-15T22:28:17.992Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-15T22:28:18.011Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-05-15T22:28:18.075Z | Compiling indicatif v0.18.4 |
| 2376 | 2026-05-15T22:28:18.522Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-05-15T22:28:27.694Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-05-15T22:28:27.712Z | Compiling progenitor-client v0.10.0 |
| 2379 | 2026-05-15T22:28:27.712Z | Compiling omicron-zone-package v0.12.2 |
| 2380 | 2026-05-15T22:28:28.181Z | Compiling progenitor-extras v0.2.0 |
| 2381 | 2026-05-15T22:28:30.394Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-15T22:28:30.413Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2383 | 2026-05-15T22:28:30.446Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-05-15T22:28:30.462Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2385 | 2026-05-15T22:28:30.558Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-05-15T22:28:30.690Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-05-15T22:28:30.743Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2388 | 2026-05-15T22:28:30.803Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-05-15T22:28:30.842Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2390 | 2026-05-15T22:28:34.772Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2391 | 2026-05-15T22:28:42.345Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2392 | 2026-05-15T22:28:45.419Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-05-15T22:28:46.419Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-05-15T22:28:56.083Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2395 | 2026-05-15T22:28:56.235Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-05-15T22:28:56.300Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-05-15T22:28:56.303Z | Created new build target 'test' and set it as active |
| 2398 | 2026-05-15T22:28:56.305Z | |
| 2399 | 2026-05-15T22:28:56.305Z | real 1:43.972664622 |
| 2400 | 2026-05-15T22:28:56.306Z | user 16:55.263345492 |
| 2401 | 2026-05-15T22:28:56.306Z | sys 2:40.848651344 |
| 2402 | 2026-05-15T22:28:56.306Z | trap 0.463496860 |
| 2403 | 2026-05-15T22:28:56.306Z | tflt 2.890568123 |
| 2404 | 2026-05-15T22:28:56.306Z | dflt 4.328067892 |
| 2405 | 2026-05-15T22:28:56.306Z | kflt 0.031876362 |
| 2406 | 2026-05-15T22:28:56.306Z | lock 52:35.018958546 |
| 2407 | 2026-05-15T22:28:56.306Z | slp 43:10.931677626 |
| 2408 | 2026-05-15T22:28:56.306Z | lat 42.348807806 |
| 2409 | 2026-05-15T22:28:56.306Z | stop 5:32.401973721 |
| 2410 | 2026-05-15T22:28:56.306Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-05-15T22:28:57.174Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2412 | 2026-05-15T22:28:57.250Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-05-15T22:28:57.306Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-05-15T22:28:58.718Z | Compiling heck v0.5.0 |
| 2415 | 2026-05-15T22:28:58.718Z | Compiling regress v0.11.1 |
| 2416 | 2026-05-15T22:28:58.718Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-05-15T22:28:58.983Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-05-15T22:28:59.001Z | Compiling regress v0.10.5 |
| 2419 | 2026-05-15T22:28:59.024Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-05-15T22:28:59.026Z | Compiling unicode-width v0.1.14 |
| 2421 | 2026-05-15T22:28:59.066Z | Compiling prettyplease v0.2.37 |
| 2422 | 2026-05-15T22:28:59.069Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-15T22:28:59.069Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-15T22:28:59.070Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-15T22:28:59.070Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-15T22:28:59.070Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-15T22:28:59.070Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-15T22:28:59.109Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-15T22:28:59.194Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-15T22:28:59.258Z | Compiling hostname v0.3.1 |
| 2431 | 2026-05-15T22:28:59.261Z | Compiling slog-async v2.8.0 |
| 2432 | 2026-05-15T22:28:59.284Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-05-15T22:28:59.330Z | Compiling compression-codecs v0.4.37 |
| 2434 | 2026-05-15T22:28:59.330Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2435 | 2026-05-15T22:28:59.371Z | Compiling crossbeam-channel v0.5.15 |
| 2436 | 2026-05-15T22:28:59.374Z | Compiling slog-json v2.6.1 |
| 2437 | 2026-05-15T22:28:59.391Z | Compiling serde_spanned v1.0.4 |
| 2438 | 2026-05-15T22:28:59.433Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2439 | 2026-05-15T22:28:59.456Z | Compiling serde_yaml v0.9.34+deprecated |
| 2440 | 2026-05-15T22:28:59.497Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-15T22:28:59.590Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-05-15T22:28:59.615Z | Compiling term v1.2.1 |
| 2443 | 2026-05-15T22:28:59.618Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-05-15T22:28:59.661Z | Compiling async-compression v0.4.41 |
| 2445 | 2026-05-15T22:28:59.732Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-15T22:28:59.823Z | Compiling async-stream v0.3.6 |
| 2447 | 2026-05-15T22:28:59.843Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2448 | 2026-05-15T22:28:59.845Z | Compiling dropshot v0.17.0 |
| 2449 | 2026-05-15T22:28:59.928Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-05-15T22:28:59.999Z | Compiling num-rational v0.4.2 |
| 2451 | 2026-05-15T22:29:00.002Z | Compiling progenitor-client v0.14.0 |
| 2452 | 2026-05-15T22:29:00.043Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2453 | 2026-05-15T22:29:00.149Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-05-15T22:29:00.174Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-05-15T22:29:00.216Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-15T22:29:00.240Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-05-15T22:29:00.310Z | Compiling num-complex v0.4.6 |
| 2458 | 2026-05-15T22:29:00.335Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-05-15T22:29:00.358Z | Compiling hostname v0.4.2 |
| 2460 | 2026-05-15T22:29:00.427Z | Compiling instant v0.1.13 |
| 2461 | 2026-05-15T22:29:00.449Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-05-15T22:29:00.451Z | Compiling debug-ignore v1.0.5 |
| 2463 | 2026-05-15T22:29:00.469Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-05-15T22:29:00.522Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2465 | 2026-05-15T22:29:00.562Z | Compiling backoff v0.4.0 |
| 2466 | 2026-05-15T22:29:00.617Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-05-15T22:29:00.798Z | Compiling num v0.4.3 |
| 2468 | 2026-05-15T22:29:00.848Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-05-15T22:29:00.869Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-05-15T22:29:00.893Z | Compiling progenitor-client v0.13.0 |
| 2471 | 2026-05-15T22:29:00.917Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-05-15T22:29:00.967Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2473 | 2026-05-15T22:29:00.991Z | Compiling macaddr v1.0.1 |
| 2474 | 2026-05-15T22:29:01.027Z | Compiling float-ord v0.3.2 |
| 2475 | 2026-05-15T22:29:01.159Z | Compiling console v0.15.11 |
| 2476 | 2026-05-15T22:29:01.240Z | Compiling atomicwrites v0.4.4 |
| 2477 | 2026-05-15T22:29:01.277Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-05-15T22:29:01.322Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-15T22:29:01.435Z | Compiling tokio-rustls v0.25.0 |
| 2480 | 2026-05-15T22:29:01.456Z | Compiling cancel-safe-futures v0.1.5 |
| 2481 | 2026-05-15T22:29:01.577Z | Compiling expectorate v1.2.0 |
| 2482 | 2026-05-15T22:29:01.582Z | Compiling owo-colors v4.3.0 |
| 2483 | 2026-05-15T22:29:01.621Z | Compiling resolv-conf v0.7.6 |
| 2484 | 2026-05-15T22:29:01.646Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-15T22:29:01.755Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-15T22:29:01.875Z | Compiling linked-hash-map v0.5.6 |
| 2487 | 2026-05-15T22:29:01.966Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-15T22:29:02.084Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-05-15T22:29:02.131Z | Compiling lru-cache v0.1.2 |
| 2490 | 2026-05-15T22:29:02.211Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-05-15T22:29:02.255Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-05-15T22:29:02.275Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-15T22:29:02.295Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-15T22:29:02.342Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-15T22:29:02.368Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-05-15T22:29:02.494Z | Compiling nom v7.1.3 |
| 2497 | 2026-05-15T22:29:02.515Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2498 | 2026-05-15T22:29:02.539Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-05-15T22:29:02.542Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-05-15T22:29:02.863Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-05-15T22:29:02.957Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2502 | 2026-05-15T22:29:03.437Z | Compiling derive_more-impl v2.1.1 |
| 2503 | 2026-05-15T22:29:03.864Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2504 | 2026-05-15T22:29:03.886Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2505 | 2026-05-15T22:29:04.016Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-05-15T22:29:04.063Z | Compiling papergrid v0.11.0 |
| 2507 | 2026-05-15T22:29:04.110Z | Compiling tabled_derive v0.7.0 |
| 2508 | 2026-05-15T22:29:04.218Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2509 | 2026-05-15T22:29:04.465Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-05-15T22:29:04.676Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-05-15T22:29:04.997Z | Compiling hickory-resolver v0.24.4 |
| 2512 | 2026-05-15T22:29:05.039Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-05-15T22:29:05.112Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-15T22:29:05.149Z | Compiling crossterm v0.29.0 |
| 2515 | 2026-05-15T22:29:05.315Z | Compiling tabled v0.15.0 |
| 2516 | 2026-05-15T22:29:05.555Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-15T22:29:05.854Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-15T22:29:05.984Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-15T22:29:08.012Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-15T22:29:08.082Z | Compiling qorb v0.4.1 |
| 2521 | 2026-05-15T22:29:08.127Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-15T22:29:08.211Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-05-15T22:29:09.573Z | Compiling phf_shared v0.12.1 |
| 2524 | 2026-05-15T22:29:09.826Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2525 | 2026-05-15T22:29:10.190Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-05-15T22:29:10.407Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-05-15T22:29:10.716Z | Compiling vte v0.14.1 |
| 2528 | 2026-05-15T22:29:10.863Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2529 | 2026-05-15T22:29:10.929Z | Compiling highway v1.3.0 |
| 2530 | 2026-05-15T22:29:11.009Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-05-15T22:29:11.414Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-05-15T22:29:11.660Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-05-15T22:29:12.008Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2534 | 2026-05-15T22:29:12.111Z | Compiling progenitor v0.14.0 |
| 2535 | 2026-05-15T22:29:12.240Z | Compiling progenitor v0.13.0 |
| 2536 | 2026-05-15T22:29:12.262Z | Compiling csv v1.4.0 |
| 2537 | 2026-05-15T22:29:12.300Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2538 | 2026-05-15T22:29:12.423Z | Compiling phf v0.12.1 |
| 2539 | 2026-05-15T22:29:12.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-05-15T22:29:12.768Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-05-15T22:29:13.134Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-15T22:29:13.156Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-15T22:29:13.179Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-15T22:29:13.265Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-15T22:29:13.724Z | Compiling reedline v0.40.0 |
| 2546 | 2026-05-15T22:29:13.856Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2547 | 2026-05-15T22:29:13.901Z | Compiling const_format v0.2.35 |
| 2548 | 2026-05-15T22:29:14.458Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-15T22:29:14.571Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-15T22:29:15.379Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-15T22:29:15.518Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-15T22:29:15.819Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-15T22:29:15.861Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-15T22:29:15.886Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2555 | 2026-05-15T22:29:16.133Z | Compiling rustc_version v0.1.7 |
| 2556 | 2026-05-15T22:29:16.170Z | Compiling unicode-linebreak v0.1.5 |
| 2557 | 2026-05-15T22:29:16.368Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-05-15T22:29:16.481Z | Compiling humantime v2.3.0 |
| 2559 | 2026-05-15T22:29:16.607Z | Compiling smawk v0.3.2 |
| 2560 | 2026-05-15T22:29:16.803Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-05-15T22:29:16.895Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2562 | 2026-05-15T22:29:17.084Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2563 | 2026-05-15T22:29:17.088Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2564 | 2026-05-15T22:29:17.228Z | Compiling base64 v0.21.7 |
| 2565 | 2026-05-15T22:29:17.455Z | Compiling steno v0.4.1 |
| 2566 | 2026-05-15T22:29:17.686Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-15T22:29:17.766Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-05-15T22:29:17.955Z | Compiling moka v0.12.13 |
| 2569 | 2026-05-15T22:29:18.116Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-05-15T22:29:18.344Z | Compiling utf-8 v0.7.6 |
| 2571 | 2026-05-15T22:29:18.452Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-05-15T22:29:18.593Z | Compiling tungstenite v0.21.0 |
| 2573 | 2026-05-15T22:29:18.616Z | Compiling radium v0.7.0 |
| 2574 | 2026-05-15T22:29:18.641Z | Compiling tap v1.0.1 |
| 2575 | 2026-05-15T22:29:18.893Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-05-15T22:29:19.218Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-05-15T22:29:19.247Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-05-15T22:29:19.340Z | Compiling wyz v0.5.1 |
| 2579 | 2026-05-15T22:29:19.405Z | Compiling zerocopy-derive v0.6.6 |
| 2580 | 2026-05-15T22:29:19.587Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2581 | 2026-05-15T22:29:19.637Z | Compiling funty v2.0.0 |
| 2582 | 2026-05-15T22:29:20.175Z | Compiling crc-catalog v2.4.0 |
| 2583 | 2026-05-15T22:29:20.306Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2584 | 2026-05-15T22:29:20.586Z | Compiling display-error-chain v0.2.2 |
| 2585 | 2026-05-15T22:29:20.718Z | Compiling packed_struct v0.10.1 |
| 2586 | 2026-05-15T22:29:20.764Z | Compiling crc v3.4.0 |
| 2587 | 2026-05-15T22:29:20.927Z | Compiling zerocopy v0.6.6 |
| 2588 | 2026-05-15T22:29:20.973Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-05-15T22:29:21.110Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2590 | 2026-05-15T22:29:21.268Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2591 | 2026-05-15T22:29:21.342Z | Compiling num-derive v0.3.3 |
| 2592 | 2026-05-15T22:29:21.611Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2593 | 2026-05-15T22:29:22.211Z | Compiling packed_struct_codegen v0.10.1 |
| 2594 | 2026-05-15T22:29:22.812Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-05-15T22:29:23.233Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-05-15T22:29:23.291Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-05-15T22:29:23.541Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-05-15T22:29:23.586Z | Compiling bitfield v0.19.4 |
| 2599 | 2026-05-15T22:29:23.642Z | Compiling proc-macro-error2 v2.0.1 |
| 2600 | 2026-05-15T22:29:23.676Z | Compiling array-init v0.0.4 |
| 2601 | 2026-05-15T22:29:23.913Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-05-15T22:29:23.957Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-15T22:29:24.006Z | Compiling typify-impl v0.4.3 |
| 2604 | 2026-05-15T22:29:24.074Z | Compiling hashbrown v0.12.3 |
| 2605 | 2026-05-15T22:29:24.096Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2606 | 2026-05-15T22:29:24.099Z | Compiling tabled_derive v0.11.0 |
| 2607 | 2026-05-15T22:29:24.226Z | Compiling serde-hex v0.1.0 |
| 2608 | 2026-05-15T22:29:24.792Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2609 | 2026-05-15T22:29:25.044Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-05-15T22:29:25.186Z | Compiling ron v0.8.1 |
| 2611 | 2026-05-15T22:29:25.222Z | Compiling papergrid v0.17.0 |
| 2612 | 2026-05-15T22:29:25.294Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-05-15T22:29:25.704Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-05-15T22:29:25.730Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-05-15T22:29:25.895Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-05-15T22:29:25.963Z | Compiling crc-any v2.5.0 |
| 2617 | 2026-05-15T22:29:25.986Z | Compiling maplit v1.0.2 |
| 2618 | 2026-05-15T22:29:26.103Z | Compiling diesel_derives v2.3.7 |
| 2619 | 2026-05-15T22:29:26.176Z | Compiling crunchy v0.2.4 |
| 2620 | 2026-05-15T22:29:26.424Z | Compiling glob v0.3.3 |
| 2621 | 2026-05-15T22:29:26.438Z | Compiling object v0.30.4 |
| 2622 | 2026-05-15T22:29:26.438Z | Compiling tabled v0.20.0 |
| 2623 | 2026-05-15T22:29:26.438Z | Compiling dirs-next v2.0.0 |
| 2624 | 2026-05-15T22:29:26.549Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-05-15T22:29:26.571Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2626 | 2026-05-15T22:29:26.684Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-05-15T22:29:26.941Z | Compiling dsl_auto_type v0.2.0 |
| 2628 | 2026-05-15T22:29:27.068Z | Compiling scheduled-thread-pool v0.2.7 |
| 2629 | 2026-05-15T22:29:27.238Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2630 | 2026-05-15T22:29:27.417Z | Compiling typify-macro v0.4.3 |
| 2631 | 2026-05-15T22:29:27.473Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-15T22:29:27.504Z | Compiling tiny-keccak v2.0.2 |
| 2633 | 2026-05-15T22:29:27.525Z | Compiling path-slash v0.1.5 |
| 2634 | 2026-05-15T22:29:27.595Z | Compiling xshell-macros v0.2.7 |
| 2635 | 2026-05-15T22:29:27.740Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2636 | 2026-05-15T22:29:27.789Z | Compiling r2d2 v0.8.10 |
| 2637 | 2026-05-15T22:29:27.842Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2026-05-15T22:29:27.989Z | Compiling xshell v0.2.7 |
| 2639 | 2026-05-15T22:29:28.184Z | Compiling term v0.7.0 |
| 2640 | 2026-05-15T22:29:28.223Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2641 | 2026-05-15T22:29:28.473Z | Compiling downcast-rs v2.0.2 |
| 2642 | 2026-05-15T22:29:28.609Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-05-15T22:29:28.699Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-05-15T22:29:28.860Z | Compiling bit-set v0.5.3 |
| 2645 | 2026-05-15T22:29:28.930Z | Compiling itertools v0.10.5 |
| 2646 | 2026-05-15T22:29:28.986Z | Compiling ena v0.14.4 |
| 2647 | 2026-05-15T22:29:29.052Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2648 | 2026-05-15T22:29:29.235Z | Compiling libloading v0.8.9 |
| 2649 | 2026-05-15T22:29:29.274Z | Compiling crc8 v0.1.1 |
| 2650 | 2026-05-15T22:29:29.414Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-15T22:29:29.464Z | Compiling unicase v2.9.0 |
| 2652 | 2026-05-15T22:29:29.698Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2653 | 2026-05-15T22:29:29.770Z | Compiling diff v0.1.13 |
| 2654 | 2026-05-15T22:29:30.005Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-05-15T22:29:30.223Z | Compiling typify v0.4.3 |
| 2656 | 2026-05-15T22:29:30.364Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2657 | 2026-05-15T22:29:30.833Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2658 | 2026-05-15T22:29:31.163Z | Compiling cexpr v0.6.0 |
| 2659 | 2026-05-15T22:29:31.462Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-05-15T22:29:31.486Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2661 | 2026-05-15T22:29:31.701Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2662 | 2026-05-15T22:29:31.812Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2663 | 2026-05-15T22:29:31.889Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-05-15T22:29:31.964Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-05-15T22:29:32.144Z | Compiling git-stub v1.0.0 |
| 2666 | 2026-05-15T22:29:32.356Z | Compiling libxml v0.3.3 |
| 2667 | 2026-05-15T22:29:32.454Z | Compiling diesel v2.3.7 |
| 2668 | 2026-05-15T22:29:32.457Z | Compiling git-stub-vcs v0.1.0 |
| 2669 | 2026-05-15T22:29:32.615Z | Compiling headers v0.4.1 |
| 2670 | 2026-05-15T22:29:32.680Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-05-15T22:29:32.829Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2672 | 2026-05-15T22:29:33.170Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2673 | 2026-05-15T22:29:33.391Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-05-15T22:29:33.870Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-05-15T22:29:33.893Z | Compiling indoc v1.0.9 |
| 2676 | 2026-05-15T22:29:34.274Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-05-15T22:29:34.327Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-05-15T22:29:34.527Z | Compiling derive_builder v0.20.2 |
| 2679 | 2026-05-15T22:29:34.698Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-05-15T22:29:35.115Z | Compiling quick-xml v0.37.5 |
| 2681 | 2026-05-15T22:29:35.197Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2682 | 2026-05-15T22:29:35.575Z | Compiling half v1.8.3 |
| 2683 | 2026-05-15T22:29:35.606Z | Compiling openssl-probe v0.1.6 |
| 2684 | 2026-05-15T22:29:35.935Z | Compiling serde_cbor v0.11.2 |
| 2685 | 2026-05-15T22:29:36.057Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-05-15T22:29:36.131Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2687 | 2026-05-15T22:29:36.268Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-05-15T22:29:36.441Z | Compiling samael v0.0.19 |
| 2689 | 2026-05-15T22:29:36.493Z | Compiling bb8 v0.8.6 |
| 2690 | 2026-05-15T22:29:36.516Z | Compiling trait-variant v0.1.2 |
| 2691 | 2026-05-15T22:29:36.772Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2692 | 2026-05-15T22:29:36.918Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2693 | 2026-05-15T22:29:36.951Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2694 | 2026-05-15T22:29:37.048Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-05-15T22:29:37.095Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2696 | 2026-05-15T22:29:37.276Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-05-15T22:29:37.300Z | Compiling salty v0.3.0 |
| 2698 | 2026-05-15T22:29:37.602Z | Compiling progenitor-impl v0.10.0 |
| 2699 | 2026-05-15T22:29:37.792Z | Compiling progenitor-impl v0.11.2 |
| 2700 | 2026-05-15T22:29:37.817Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2701 | 2026-05-15T22:29:37.863Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2702 | 2026-05-15T22:29:38.350Z | Compiling kstat-rs v0.2.4 |
| 2703 | 2026-05-15T22:29:38.372Z | Compiling libz-sys v1.1.24 |
| 2704 | 2026-05-15T22:29:38.848Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-05-15T22:29:38.884Z | Compiling polar-core v0.27.3 |
| 2706 | 2026-05-15T22:29:38.994Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2707 | 2026-05-15T22:29:39.112Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2708 | 2026-05-15T22:29:39.728Z | Compiling progenitor-macro v0.10.0 |
| 2709 | 2026-05-15T22:29:40.003Z | Compiling progenitor-macro v0.11.2 |
| 2710 | 2026-05-15T22:29:41.039Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2711 | 2026-05-15T22:29:41.512Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2712 | 2026-05-15T22:29:42.011Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2713 | 2026-05-15T22:29:42.744Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-15T22:29:43.220Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-05-15T22:29:43.302Z | Compiling progenitor-client v0.11.2 |
| 2716 | 2026-05-15T22:29:43.362Z | Compiling darling_core v0.23.0 |
| 2717 | 2026-05-15T22:29:43.757Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2718 | 2026-05-15T22:29:43.888Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2719 | 2026-05-15T22:29:44.002Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2720 | 2026-05-15T22:29:45.510Z | Compiling nanorand v0.7.0 |
| 2721 | 2026-05-15T22:29:45.904Z | Compiling arc-swap v1.8.2 |
| 2722 | 2026-05-15T22:29:46.279Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2723 | 2026-05-15T22:29:47.699Z | Compiling fs-err v2.11.0 |
| 2724 | 2026-05-15T22:29:47.939Z | Compiling oso v0.27.3 |
| 2725 | 2026-05-15T22:29:48.269Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-05-15T22:29:48.739Z | Compiling slog-scope v4.4.1 |
| 2727 | 2026-05-15T22:29:48.766Z | Compiling mime_guess v2.0.5 |
| 2728 | 2026-05-15T22:29:49.190Z | Compiling flume v0.11.1 |
| 2729 | 2026-05-15T22:29:49.310Z | Compiling darling_macro v0.23.0 |
| 2730 | 2026-05-15T22:29:49.822Z | Compiling async-bb8-diesel v0.2.1 |
| 2731 | 2026-05-15T22:29:50.281Z | Compiling diesel-dtrace v0.5.0 |
| 2732 | 2026-05-15T22:29:50.414Z | Compiling progenitor v0.11.2 |
| 2733 | 2026-05-15T22:29:50.625Z | Compiling progenitor v0.10.0 |
| 2734 | 2026-05-15T22:29:50.681Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-15T22:29:50.832Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2736 | 2026-05-15T22:29:51.679Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-05-15T22:29:52.980Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-15T22:29:53.128Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2739 | 2026-05-15T22:29:53.153Z | Compiling instability v0.3.11 |
| 2740 | 2026-05-15T22:29:53.294Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2741 | 2026-05-15T22:29:53.419Z | Compiling p384 v0.13.1 |
| 2742 | 2026-05-15T22:29:54.192Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-05-15T22:29:54.865Z | Compiling darling v0.23.0 |
| 2744 | 2026-05-15T22:29:54.927Z | Compiling slog-stdlog v4.1.1 |
| 2745 | 2026-05-15T22:29:55.419Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-05-15T22:29:55.472Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2747 | 2026-05-15T22:29:55.539Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2748 | 2026-05-15T22:29:55.542Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2749 | 2026-05-15T22:29:55.655Z | Compiling ignore v0.4.25 |
| 2750 | 2026-05-15T22:29:55.711Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-15T22:29:56.313Z | Compiling castaway v0.2.4 |
| 2752 | 2026-05-15T22:29:56.481Z | Compiling atty v0.2.14 |
| 2753 | 2026-05-15T22:29:56.640Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-15T22:29:56.763Z | Compiling parse-size v1.1.0 |
| 2755 | 2026-05-15T22:29:56.880Z | Compiling indoc v2.0.7 |
| 2756 | 2026-05-15T22:29:56.992Z | Compiling http-range v0.1.5 |
| 2757 | 2026-05-15T22:29:57.137Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2758 | 2026-05-15T22:29:57.407Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-15T22:29:57.584Z | Compiling compact_str v0.8.1 |
| 2760 | 2026-05-15T22:29:58.097Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-05-15T22:29:58.728Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-15T22:29:58.766Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2763 | 2026-05-15T22:29:59.074Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-05-15T22:29:59.405Z | Compiling slog-envlogger v2.2.0 |
| 2765 | 2026-05-15T22:30:00.570Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-15T22:30:00.732Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-05-15T22:30:00.931Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-15T22:30:01.444Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-05-15T22:30:01.492Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-05-15T22:30:01.671Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-05-15T22:30:01.729Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-05-15T22:30:01.924Z | Compiling lru v0.12.5 |
| 2773 | 2026-05-15T22:30:01.956Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-05-15T22:30:02.020Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-05-15T22:30:02.153Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-05-15T22:30:02.156Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-15T22:30:02.197Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2778 | 2026-05-15T22:30:02.276Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-15T22:30:02.457Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-05-15T22:30:02.503Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2781 | 2026-05-15T22:30:02.538Z | Compiling corncobs v0.1.4 |
| 2782 | 2026-05-15T22:30:02.629Z | Compiling hickory-server v0.25.2 |
| 2783 | 2026-05-15T22:30:02.681Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2784 | 2026-05-15T22:30:02.730Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-05-15T22:30:02.794Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-05-15T22:30:02.848Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2787 | 2026-05-15T22:30:03.043Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-05-15T22:30:03.086Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-05-15T22:30:03.531Z | Compiling hyper-staticfile v0.10.1 |
| 2790 | 2026-05-15T22:30:03.693Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2791 | 2026-05-15T22:30:04.019Z | Compiling sled v0.34.7 |
| 2792 | 2026-05-15T22:30:04.736Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2793 | 2026-05-15T22:30:04.762Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-05-15T22:30:05.411Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-05-15T22:30:07.176Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-05-15T22:30:07.404Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-05-15T22:30:07.428Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-05-15T22:30:07.610Z | Compiling rustls v0.21.12 |
| 2799 | 2026-05-15T22:30:07.862Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-05-15T22:30:08.117Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2801 | 2026-05-15T22:30:08.601Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-05-15T22:30:08.998Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2803 | 2026-05-15T22:30:09.808Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-05-15T22:30:10.138Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-05-15T22:30:10.817Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-15T22:30:10.905Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-05-15T22:30:11.709Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-05-15T22:30:11.952Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-05-15T22:30:12.175Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2810 | 2026-05-15T22:30:12.395Z | Compiling sct v0.7.1 |
| 2811 | 2026-05-15T22:30:12.674Z | Compiling rustls-webpki v0.101.7 |
| 2812 | 2026-05-15T22:30:12.898Z | Compiling nix v0.29.0 |
| 2813 | 2026-05-15T22:30:12.982Z | Compiling dropshot v0.16.7 |
| 2814 | 2026-05-15T22:30:13.215Z | Compiling void v1.0.2 |
| 2815 | 2026-05-15T22:30:13.351Z | Compiling lzss v0.8.2 |
| 2816 | 2026-05-15T22:30:13.461Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-05-15T22:30:13.530Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-15T22:30:13.630Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-15T22:30:14.336Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-05-15T22:30:14.722Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-05-15T22:30:14.798Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-05-15T22:30:15.050Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-05-15T22:30:15.441Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-05-15T22:30:16.240Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2825 | 2026-05-15T22:30:16.466Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-05-15T22:30:16.683Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2827 | 2026-05-15T22:30:16.710Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2828 | 2026-05-15T22:30:16.914Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2829 | 2026-05-15T22:30:16.947Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2830 | 2026-05-15T22:30:17.143Z | Compiling nix v0.27.1 |
| 2831 | 2026-05-15T22:30:17.381Z | Compiling dropshot_endpoint v0.16.7 |
| 2832 | 2026-05-15T22:30:17.537Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-05-15T22:30:17.656Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-15T22:30:17.836Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2835 | 2026-05-15T22:30:18.495Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-05-15T22:30:18.893Z | Compiling tokio-rustls v0.24.1 |
| 2837 | 2026-05-15T22:30:18.982Z | Compiling git2 v0.20.4 |
| 2838 | 2026-05-15T22:30:19.188Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-05-15T22:30:21.114Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-05-15T22:30:22.505Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2841 | 2026-05-15T22:30:23.658Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2842 | 2026-05-15T22:30:24.175Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2843 | 2026-05-15T22:30:24.429Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2844 | 2026-05-15T22:30:24.650Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2845 | 2026-05-15T22:30:24.694Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2846 | 2026-05-15T22:30:24.816Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2847 | 2026-05-15T22:30:25.098Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-05-15T22:30:26.803Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-05-15T22:30:26.829Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2850 | 2026-05-15T22:30:26.878Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-05-15T22:30:27.487Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-05-15T22:30:28.020Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-05-15T22:30:28.418Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2854 | 2026-05-15T22:30:28.443Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2855 | 2026-05-15T22:30:28.550Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2856 | 2026-05-15T22:30:28.870Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2857 | 2026-05-15T22:30:29.575Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-05-15T22:30:30.506Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-15T22:30:31.309Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2860 | 2026-05-15T22:30:31.546Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-05-15T22:30:31.576Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-05-15T22:30:31.686Z | Compiling twox-hash v2.1.2 |
| 2863 | 2026-05-15T22:30:31.747Z | Compiling yasna v0.5.2 |
| 2864 | 2026-05-15T22:30:31.776Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-05-15T22:30:31.991Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-05-15T22:30:32.287Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-05-15T22:30:32.495Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-05-15T22:30:33.303Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-05-15T22:30:33.370Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-05-15T22:30:33.806Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2871 | 2026-05-15T22:30:34.034Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2872 | 2026-05-15T22:30:35.588Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2873 | 2026-05-15T22:30:35.812Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-05-15T22:30:36.909Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2875 | 2026-05-15T22:30:36.942Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-05-15T22:30:37.401Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2877 | 2026-05-15T22:30:37.637Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2878 | 2026-05-15T22:30:37.862Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-05-15T22:30:38.083Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-05-15T22:30:38.704Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-05-15T22:30:39.326Z | Compiling rtoolbox v0.0.3 |
| 2882 | 2026-05-15T22:30:39.379Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-05-15T22:30:39.407Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-05-15T22:30:39.610Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-05-15T22:30:39.720Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-05-15T22:30:39.916Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2887 | 2026-05-15T22:30:40.073Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-05-15T22:30:40.683Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2889 | 2026-05-15T22:30:41.586Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-05-15T22:30:42.350Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2891 | 2026-05-15T22:30:42.492Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-05-15T22:30:42.800Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-15T22:30:42.839Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-05-15T22:30:43.367Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-05-15T22:30:43.562Z | Compiling uzers v0.12.2 |
| 2896 | 2026-05-15T22:30:44.034Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-05-15T22:30:44.993Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-05-15T22:30:46.012Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-05-15T22:30:47.288Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-05-15T22:30:48.499Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-05-15T22:30:49.575Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-05-15T22:30:50.770Z | Compiling multimap v0.10.1 |
| 2903 | 2026-05-15T22:30:59.269Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2904 | 2026-05-15T22:31:00.157Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-05-15T22:31:10.605Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-05-15T22:31:12.197Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-05-15T22:36:47.435Z | Finished `release` profile [optimized] target(s) in 7m 50s |
| 2908 | 2026-05-15T22:37:31.425Z | |
| 2909 | 2026-05-15T22:37:31.425Z | real 8:35.095405850 |
| 2910 | 2026-05-15T22:37:31.425Z | user 1:18:07.405505934 |
| 2911 | 2026-05-15T22:37:31.428Z | sys 3:30.221553127 |
| 2912 | 2026-05-15T22:37:31.428Z | trap 1.732445372 |
| 2913 | 2026-05-15T22:37:31.429Z | tflt 2.549243393 |
| 2914 | 2026-05-15T22:37:31.429Z | dflt 15.662245606 |
| 2915 | 2026-05-15T22:37:31.429Z | kflt 0.006149256 |
| 2916 | 2026-05-15T22:37:31.429Z | lock 6:39:49.852563383 |
| 2917 | 2026-05-15T22:37:31.429Z | slp 2:14:07.150708339 |
| 2918 | 2026-05-15T22:37:31.429Z | lat 2:27.255154106 |
| 2919 | 2026-05-15T22:37:31.429Z | stop 5:20.022668770 |
| 2920 | 2026-05-15T22:37:31.429Z | + mapfile -t packages |
| 2921 | 2026-05-15T22:37:31.429Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-05-15T22:37:32.389Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2923 | 2026-05-15T22:37:32.465Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-05-15T22:37:32.522Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-05-15T22:37:32.525Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-05-15T22:37:33.071Z | Compiling libc v0.2.185 |
| 2927 | 2026-05-15T22:37:33.071Z | Compiling serde v1.0.228 |
| 2928 | 2026-05-15T22:37:33.075Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-05-15T22:37:33.075Z | Compiling rustix v1.1.3 |
| 2930 | 2026-05-15T22:37:33.160Z | Compiling serde_json v1.0.149 |
| 2931 | 2026-05-15T22:37:33.173Z | Compiling bitflags v2.11.0 |
| 2932 | 2026-05-15T22:37:33.222Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-05-15T22:37:33.230Z | Compiling syn v2.0.117 |
| 2934 | 2026-05-15T22:37:33.237Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-05-15T22:37:33.260Z | Compiling usdt-impl v0.5.0 |
| 2936 | 2026-05-15T22:37:33.262Z | Compiling indexmap v2.14.0 |
| 2937 | 2026-05-15T22:37:33.271Z | Compiling syn v1.0.109 |
| 2938 | 2026-05-15T22:37:33.295Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-05-15T22:37:33.295Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-05-15T22:37:33.549Z | Compiling log v0.4.29 |
| 2941 | 2026-05-15T22:37:33.591Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-05-15T22:37:33.790Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-05-15T22:37:33.795Z | Compiling once_cell v1.21.3 |
| 2944 | 2026-05-15T22:37:33.796Z | Compiling heck v0.4.1 |
| 2945 | 2026-05-15T22:37:33.851Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-05-15T22:37:34.138Z | Compiling thread-id v4.2.2 |
| 2947 | 2026-05-15T22:37:34.150Z | Compiling errno v0.3.14 |
| 2948 | 2026-05-15T22:37:34.153Z | Compiling memmap v0.7.0 |
| 2949 | 2026-05-15T22:37:34.374Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-05-15T22:37:34.843Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-05-15T22:37:35.098Z | Compiling tabled_derive v0.7.0 |
| 2952 | 2026-05-15T22:37:35.197Z | Compiling terminal_size v0.4.3 |
| 2953 | 2026-05-15T22:37:35.198Z | Compiling tempfile v3.25.0 |
| 2954 | 2026-05-15T22:37:35.305Z | Compiling clap_builder v4.5.60 |
| 2955 | 2026-05-15T22:37:35.305Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-05-15T22:37:35.431Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-05-15T22:37:35.745Z | Compiling tabled v0.15.0 |
| 2958 | 2026-05-15T22:37:35.781Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-05-15T22:37:35.781Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-05-15T22:37:36.195Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-05-15T22:37:36.201Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-05-15T22:37:36.201Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-05-15T22:37:36.201Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-05-15T22:37:36.201Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-05-15T22:37:36.201Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-05-15T22:37:36.212Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-05-15T22:37:36.214Z | Compiling clap_derive v4.5.55 |
| 2968 | 2026-05-15T22:37:36.243Z | Compiling zerofrom-derive v0.1.6 |
| 2969 | 2026-05-15T22:37:36.254Z | Compiling yoke-derive v0.8.1 |
| 2970 | 2026-05-15T22:37:36.326Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-05-15T22:37:36.948Z | Compiling scroll v0.12.0 |
| 2972 | 2026-05-15T22:37:37.075Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-05-15T22:37:37.270Z | Compiling goblin v0.8.2 |
| 2974 | 2026-05-15T22:37:37.309Z | Compiling zerofrom v0.1.6 |
| 2975 | 2026-05-15T22:37:37.344Z | Compiling thiserror v1.0.69 |
| 2976 | 2026-05-15T22:37:37.449Z | Compiling yoke v0.8.1 |
| 2977 | 2026-05-15T22:37:37.466Z | Compiling dtrace-parser v0.2.0 |
| 2978 | 2026-05-15T22:37:37.478Z | Compiling thiserror v2.0.18 |
| 2979 | 2026-05-15T22:37:37.674Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-05-15T22:37:37.685Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-05-15T22:37:37.951Z | Compiling clap v4.5.60 |
| 2982 | 2026-05-15T22:37:38.319Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-05-15T22:37:39.928Z | Compiling icu_locale_core v2.1.1 |
| 2984 | 2026-05-15T22:37:39.944Z | Compiling potential_utf v0.1.4 |
| 2985 | 2026-05-15T22:37:39.944Z | Compiling icu_collections v2.1.1 |
| 2986 | 2026-05-15T22:37:39.944Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-05-15T22:37:39.944Z | Compiling toml_datetime v0.6.11 |
| 2988 | 2026-05-15T22:37:39.944Z | Compiling serde_spanned v0.6.9 |
| 2989 | 2026-05-15T22:37:39.944Z | Compiling dof v0.3.0 |
| 2990 | 2026-05-15T22:37:39.944Z | Compiling serde_tokenstream v0.2.3 |
| 2991 | 2026-05-15T22:37:39.944Z | Compiling icu_normalizer v2.1.1 |
| 2992 | 2026-05-15T22:37:39.944Z | Compiling icu_properties v2.1.2 |
| 2993 | 2026-05-15T22:37:39.944Z | Compiling toml_edit v0.22.27 |
| 2994 | 2026-05-15T22:37:40.072Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-05-15T22:37:40.098Z | Compiling cargo-platform v0.2.0 |
| 2996 | 2026-05-15T22:37:40.145Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-05-15T22:37:40.528Z | Compiling usdt-attr-macro v0.5.0 |
| 2998 | 2026-05-15T22:37:40.647Z | Compiling usdt-macro v0.5.0 |
| 2999 | 2026-05-15T22:37:40.705Z | Compiling idna_adapter v1.2.1 |
| 3000 | 2026-05-15T22:37:40.834Z | Compiling idna v1.1.0 |
| 3001 | 2026-05-15T22:37:41.181Z | Compiling url v2.5.8 |
| 3002 | 2026-05-15T22:37:41.291Z | Compiling usdt v0.5.0 |
| 3003 | 2026-05-15T22:37:41.568Z | Compiling toml v0.8.23 |
| 3004 | 2026-05-15T22:37:42.004Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-05-15T22:37:42.004Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-05-15T22:37:43.058Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-05-15T22:37:46.078Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-05-15T22:37:49.099Z | Finished `release` profile [optimized] target(s) in 16.55s |
| 3009 | 2026-05-15T22:37:49.222Z | |
| 3010 | 2026-05-15T22:37:49.222Z | real 16.661607286 |
| 3011 | 2026-05-15T22:37:49.222Z | user 2:21.708905054 |
| 3012 | 2026-05-15T22:37:49.222Z | sys 18.170711954 |
| 3013 | 2026-05-15T22:37:49.222Z | trap 0.098550766 |
| 3014 | 2026-05-15T22:37:49.228Z | tflt 0.773241507 |
| 3015 | 2026-05-15T22:37:49.228Z | dflt 1.275283210 |
| 3016 | 2026-05-15T22:37:49.228Z | kflt 0.000054015 |
| 3017 | 2026-05-15T22:37:49.228Z | lock 5:26.992349354 |
| 3018 | 2026-05-15T22:37:49.228Z | slp 3:32.733828227 |
| 3019 | 2026-05-15T22:37:49.228Z | lat 6.616238574 |
| 3020 | 2026-05-15T22:37:49.228Z | stop 20.330715910 |
| 3021 | 2026-05-15T22:37:49.228Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-05-15T22:37:49.228Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-05-15T22:37:49.228Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-05-15T22:37:49.228Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-05-15T22:37:49.229Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-05-15T22:37:50.179Z | Compiling newtype-uuid-macros v0.1.0 |
| 3027 | 2026-05-15T22:37:50.185Z | Compiling regress v0.10.5 |
| 3028 | 2026-05-15T22:37:50.185Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-05-15T22:37:50.185Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-15T22:37:50.185Z | Compiling rustls v0.22.4 |
| 3031 | 2026-05-15T22:37:50.185Z | Compiling rustls-webpki v0.102.8 |
| 3032 | 2026-05-15T22:37:50.185Z | Compiling multer v3.1.0 |
| 3033 | 2026-05-15T22:37:50.185Z | Compiling compression-core v0.4.31 |
| 3034 | 2026-05-15T22:37:50.185Z | Compiling match_cfg v0.1.0 |
| 3035 | 2026-05-15T22:37:50.185Z | Compiling debug-ignore v1.0.5 |
| 3036 | 2026-05-15T22:37:50.338Z | Compiling slog-json v2.6.1 |
| 3037 | 2026-05-15T22:37:50.341Z | Compiling async-stream-impl v0.3.6 |
| 3038 | 2026-05-15T22:37:50.348Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3039 | 2026-05-15T22:37:50.354Z | Compiling serde_spanned v1.0.4 |
| 3040 | 2026-05-15T22:37:50.354Z | Compiling dropshot v0.17.0 |
| 3041 | 2026-05-15T22:37:50.354Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3042 | 2026-05-15T22:37:50.504Z | Compiling progenitor-client v0.14.0 |
| 3043 | 2026-05-15T22:37:50.629Z | Compiling itertools v0.14.0 |
| 3044 | 2026-05-15T22:37:50.661Z | Compiling hostname v0.3.1 |
| 3045 | 2026-05-15T22:37:50.661Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3046 | 2026-05-15T22:37:50.700Z | Compiling compression-codecs v0.4.37 |
| 3047 | 2026-05-15T22:37:50.759Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-15T22:37:50.765Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-05-15T22:37:50.815Z | Compiling slog-bunyan v2.5.0 |
| 3050 | 2026-05-15T22:37:50.828Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-05-15T22:37:50.896Z | Compiling async-compression v0.4.41 |
| 3052 | 2026-05-15T22:37:50.934Z | Compiling serde_path_to_error v0.1.20 |
| 3053 | 2026-05-15T22:37:50.979Z | Compiling hostname v0.4.2 |
| 3054 | 2026-05-15T22:37:51.000Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-05-15T22:37:51.006Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-05-15T22:37:51.039Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-05-15T22:37:51.124Z | Compiling async-stream v0.3.6 |
| 3058 | 2026-05-15T22:37:51.143Z | Compiling instant v0.1.13 |
| 3059 | 2026-05-15T22:37:51.220Z | Compiling progenitor-client v0.10.0 |
| 3060 | 2026-05-15T22:37:51.245Z | Compiling backon v1.6.0 |
| 3061 | 2026-05-15T22:37:51.264Z | Compiling backoff v0.4.0 |
| 3062 | 2026-05-15T22:37:51.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-05-15T22:37:51.302Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3064 | 2026-05-15T22:37:51.321Z | Compiling universal-hash v0.5.1 |
| 3065 | 2026-05-15T22:37:51.328Z | Compiling unsafe-libyaml v0.2.11 |
| 3066 | 2026-05-15T22:37:51.355Z | Compiling opaque-debug v0.3.1 |
| 3067 | 2026-05-15T22:37:51.412Z | Compiling structmeta v0.3.0 |
| 3068 | 2026-05-15T22:37:51.429Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3069 | 2026-05-15T22:37:51.446Z | Compiling progenitor-extras v0.2.0 |
| 3070 | 2026-05-15T22:37:51.474Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-05-15T22:37:51.478Z | Compiling half v2.7.1 |
| 3072 | 2026-05-15T22:37:51.478Z | Compiling crucible-workspace-hack v0.1.0 |
| 3073 | 2026-05-15T22:37:51.526Z | Compiling ciborium-io v0.2.2 |
| 3074 | 2026-05-15T22:37:51.546Z | Compiling regress v0.11.1 |
| 3075 | 2026-05-15T22:37:51.629Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3076 | 2026-05-15T22:37:51.647Z | Compiling convert_case v0.4.0 |
| 3077 | 2026-05-15T22:37:51.667Z | Compiling derive-ex v0.1.8 |
| 3078 | 2026-05-15T22:37:51.701Z | Compiling parse-display-derive v0.10.0 |
| 3079 | 2026-05-15T22:37:51.740Z | Compiling aead v0.5.2 |
| 3080 | 2026-05-15T22:37:51.835Z | Compiling ciborium-ll v0.2.2 |
| 3081 | 2026-05-15T22:37:51.853Z | Compiling secrecy v0.10.3 |
| 3082 | 2026-05-15T22:37:51.913Z | Compiling serde_yaml v0.9.34+deprecated |
| 3083 | 2026-05-15T22:37:51.931Z | Compiling poly1305 v0.8.0 |
| 3084 | 2026-05-15T22:37:51.967Z | Compiling chacha20 v0.9.1 |
| 3085 | 2026-05-15T22:37:52.029Z | Compiling ciborium v0.2.2 |
| 3086 | 2026-05-15T22:37:52.047Z | Compiling derive_more v0.99.20 |
| 3087 | 2026-05-15T22:37:52.052Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3088 | 2026-05-15T22:37:52.086Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3089 | 2026-05-15T22:37:52.101Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3090 | 2026-05-15T22:37:52.117Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-05-15T22:37:52.240Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-05-15T22:37:52.258Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-05-15T22:37:52.444Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-05-15T22:37:52.486Z | Compiling password-hash v0.5.0 |
| 3095 | 2026-05-15T22:37:52.554Z | Compiling blake2 v0.10.6 |
| 3096 | 2026-05-15T22:37:52.632Z | Compiling chacha20poly1305 v0.10.1 |
| 3097 | 2026-05-15T22:37:52.647Z | Compiling indent_write v2.2.0 |
| 3098 | 2026-05-15T22:37:52.676Z | Compiling heapless v0.8.0 |
| 3099 | 2026-05-15T22:37:52.703Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-05-15T22:37:52.807Z | Compiling tokio-rustls v0.25.0 |
| 3101 | 2026-05-15T22:37:52.824Z | Compiling tabwriter v1.4.1 |
| 3102 | 2026-05-15T22:37:52.919Z | Compiling argon2 v0.5.3 |
| 3103 | 2026-05-15T22:37:53.080Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3104 | 2026-05-15T22:37:53.144Z | Compiling typify-impl v0.6.2 |
| 3105 | 2026-05-15T22:37:53.182Z | Compiling num-rational v0.4.2 |
| 3106 | 2026-05-15T22:37:53.360Z | Compiling thiserror-no-std v2.0.2 |
| 3107 | 2026-05-15T22:37:53.437Z | Compiling test-strategy v0.4.5 |
| 3108 | 2026-05-15T22:37:53.443Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3109 | 2026-05-15T22:37:53.481Z | Compiling parse-display v0.10.0 |
| 3110 | 2026-05-15T22:37:53.487Z | Compiling vsss-rs v3.3.4 |
| 3111 | 2026-05-15T22:37:54.721Z | Compiling hash32 v0.3.1 |
| 3112 | 2026-05-15T22:37:54.734Z | Compiling num-complex v0.4.6 |
| 3113 | 2026-05-15T22:37:54.734Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-05-15T22:37:54.734Z | Compiling smoltcp v0.11.0 |
| 3115 | 2026-05-15T22:37:54.738Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3116 | 2026-05-15T22:37:54.738Z | Compiling proc-macro-crate v3.4.0 |
| 3117 | 2026-05-15T22:37:54.738Z | Compiling num v0.4.3 |
| 3118 | 2026-05-15T22:37:54.739Z | Compiling atomicwrites v0.4.4 |
| 3119 | 2026-05-15T22:37:54.739Z | Compiling cobs v0.3.0 |
| 3120 | 2026-05-15T22:37:54.739Z | Compiling colored v3.1.1 |
| 3121 | 2026-05-15T22:37:54.739Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3122 | 2026-05-15T22:37:54.739Z | Compiling float-ord v0.3.2 |
| 3123 | 2026-05-15T22:37:54.739Z | Compiling postcard v1.1.3 |
| 3124 | 2026-05-15T22:37:54.739Z | Compiling proc-macro-error v1.0.4 |
| 3125 | 2026-05-15T22:37:54.739Z | Compiling proc-macro-crate v1.3.1 |
| 3126 | 2026-05-15T22:37:54.739Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3127 | 2026-05-15T22:37:54.739Z | Compiling foreign-types-macros v0.2.3 |
| 3128 | 2026-05-15T22:37:54.739Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3129 | 2026-05-15T22:37:54.739Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3130 | 2026-05-15T22:37:54.749Z | Compiling num_enum_derive v0.7.5 |
| 3131 | 2026-05-15T22:37:54.862Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-05-15T22:37:54.881Z | Compiling rayon-core v1.13.0 |
| 3133 | 2026-05-15T22:37:54.896Z | Compiling cpufeatures v0.3.0 |
| 3134 | 2026-05-15T22:37:54.916Z | Compiling foreign-types-shared v0.3.1 |
| 3135 | 2026-05-15T22:37:54.975Z | Compiling num_enum_derive v0.5.11 |
| 3136 | 2026-05-15T22:37:55.015Z | Compiling chacha20 v0.10.0 |
| 3137 | 2026-05-15T22:37:55.037Z | Compiling toml v0.8.23 |
| 3138 | 2026-05-15T22:37:55.042Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3139 | 2026-05-15T22:37:55.126Z | Compiling crossbeam-deque v0.8.6 |
| 3140 | 2026-05-15T22:37:55.144Z | Compiling camino-tempfile v1.4.1 |
| 3141 | 2026-05-15T22:37:55.160Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3142 | 2026-05-15T22:37:55.187Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3143 | 2026-05-15T22:37:55.259Z | Compiling foreign-types v0.5.0 |
| 3144 | 2026-05-15T22:37:55.346Z | Compiling cstr-argument v0.1.2 |
| 3145 | 2026-05-15T22:37:55.366Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3146 | 2026-05-15T22:37:55.408Z | Compiling rand v0.10.0 |
| 3147 | 2026-05-15T22:37:55.539Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3148 | 2026-05-15T22:37:55.620Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3149 | 2026-05-15T22:37:55.657Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3150 | 2026-05-15T22:37:55.692Z | Compiling zone_cfg_derive v0.3.1 |
| 3151 | 2026-05-15T22:37:55.716Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3152 | 2026-05-15T22:37:55.736Z | Compiling ingot-types v0.1.2 |
| 3153 | 2026-05-15T22:37:55.740Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3154 | 2026-05-15T22:37:55.914Z | Compiling rayon v1.11.0 |
| 3155 | 2026-05-15T22:37:55.920Z | Compiling itertools v0.12.1 |
| 3156 | 2026-05-15T22:37:55.921Z | Compiling num-derive v0.4.2 |
| 3157 | 2026-05-15T22:37:55.921Z | Compiling sigpipe v0.1.3 |
| 3158 | 2026-05-15T22:37:55.921Z | Compiling num_enum v0.7.5 |
| 3159 | 2026-05-15T22:37:55.966Z | Compiling glob v0.3.3 |
| 3160 | 2026-05-15T22:37:56.003Z | Compiling prettyplease v0.2.37 |
| 3161 | 2026-05-15T22:37:56.018Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3162 | 2026-05-15T22:37:56.055Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3163 | 2026-05-15T22:37:56.094Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3164 | 2026-05-15T22:37:56.111Z | Compiling num_enum v0.5.11 |
| 3165 | 2026-05-15T22:37:56.269Z | Compiling ingot v0.1.1 |
| 3166 | 2026-05-15T22:37:56.281Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3167 | 2026-05-15T22:37:56.302Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3168 | 2026-05-15T22:37:56.343Z | Compiling smf v0.2.3 |
| 3169 | 2026-05-15T22:37:56.376Z | Compiling whoami v1.6.1 |
| 3170 | 2026-05-15T22:37:56.387Z | Compiling usdt-attr-macro v0.5.0 |
| 3171 | 2026-05-15T22:37:56.390Z | Compiling usdt-macro v0.5.0 |
| 3172 | 2026-05-15T22:37:56.601Z | Compiling gethostname v0.5.0 |
| 3173 | 2026-05-15T22:37:56.675Z | Compiling memmap v0.7.0 |
| 3174 | 2026-05-15T22:37:56.752Z | Compiling derive-where v1.6.0 |
| 3175 | 2026-05-15T22:37:56.852Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3176 | 2026-05-15T22:37:56.855Z | Compiling progenitor-client v0.13.0 |
| 3177 | 2026-05-15T22:37:56.891Z | Compiling resolv-conf v0.7.6 |
| 3178 | 2026-05-15T22:37:56.894Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-05-15T22:37:57.072Z | Compiling zone v0.3.1 |
| 3180 | 2026-05-15T22:37:57.091Z | Compiling owo-colors v4.3.0 |
| 3181 | 2026-05-15T22:37:57.222Z | Compiling cancel-safe-futures v0.1.5 |
| 3182 | 2026-05-15T22:37:57.243Z | Compiling libsw-core v0.3.2 |
| 3183 | 2026-05-15T22:37:57.260Z | Compiling console v0.15.11 |
| 3184 | 2026-05-15T22:37:57.286Z | Compiling hickory-proto v0.24.4 |
| 3185 | 2026-05-15T22:37:57.291Z | Compiling usdt v0.5.0 |
| 3186 | 2026-05-15T22:37:57.444Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-05-15T22:37:57.573Z | Compiling libsw v3.5.0 |
| 3188 | 2026-05-15T22:37:57.593Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-05-15T22:37:57.611Z | Compiling libefi-sys v0.1.0 |
| 3190 | 2026-05-15T22:37:57.743Z | Compiling linked-hash-map v0.5.6 |
| 3191 | 2026-05-15T22:37:57.780Z | Compiling linear-map v1.2.0 |
| 3192 | 2026-05-15T22:37:57.799Z | Compiling expectorate v1.2.0 |
| 3193 | 2026-05-15T22:37:57.804Z | Compiling typify-macro v0.6.2 |
| 3194 | 2026-05-15T22:37:57.804Z | Compiling git-stub v1.0.0 |
| 3195 | 2026-05-15T22:37:57.858Z | Compiling bitfield-struct v0.6.2 |
| 3196 | 2026-05-15T22:37:57.896Z | Compiling semver v0.1.20 |
| 3197 | 2026-05-15T22:37:57.984Z | Compiling lru-cache v0.1.2 |
| 3198 | 2026-05-15T22:37:57.999Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3199 | 2026-05-15T22:37:57.999Z | Compiling git-stub-vcs v0.1.0 |
| 3200 | 2026-05-15T22:37:58.059Z | Compiling tokio-dtrace v0.1.1 |
| 3201 | 2026-05-15T22:37:58.077Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3202 | 2026-05-15T22:37:58.095Z | Compiling rustc_version v0.1.7 |
| 3203 | 2026-05-15T22:37:58.123Z | Compiling slog-dtrace v0.3.0 |
| 3204 | 2026-05-15T22:37:58.187Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3205 | 2026-05-15T22:37:58.216Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-05-15T22:37:58.234Z | Compiling minimal-lexical v0.2.1 |
| 3207 | 2026-05-15T22:37:58.296Z | Compiling oxide-tokio-rt v0.1.4 |
| 3208 | 2026-05-15T22:37:58.323Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3209 | 2026-05-15T22:37:58.373Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3210 | 2026-05-15T22:37:58.378Z | Compiling newtype_derive v0.1.6 |
| 3211 | 2026-05-15T22:37:58.408Z | Compiling typify-impl v0.4.3 |
| 3212 | 2026-05-15T22:37:58.425Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3213 | 2026-05-15T22:37:58.442Z | Compiling phf_shared v0.12.1 |
| 3214 | 2026-05-15T22:37:58.530Z | Compiling nom v7.1.3 |
| 3215 | 2026-05-15T22:37:58.562Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3216 | 2026-05-15T22:37:58.585Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3217 | 2026-05-15T22:37:58.620Z | Compiling csv-core v0.1.13 |
| 3218 | 2026-05-15T22:37:58.636Z | Compiling xshell-macros v0.2.7 |
| 3219 | 2026-05-15T22:37:58.654Z | Compiling highway v1.3.0 |
| 3220 | 2026-05-15T22:37:58.675Z | Compiling chrono-tz v0.10.4 |
| 3221 | 2026-05-15T22:37:58.937Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-05-15T22:37:58.960Z | Compiling const_format_proc_macros v0.2.34 |
| 3223 | 2026-05-15T22:37:59.051Z | Compiling csv v1.4.0 |
| 3224 | 2026-05-15T22:37:59.084Z | Compiling phf v0.12.1 |
| 3225 | 2026-05-15T22:37:59.113Z | Compiling xshell v0.2.7 |
| 3226 | 2026-05-15T22:37:59.180Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3227 | 2026-05-15T22:37:59.266Z | Compiling primeorder v0.13.6 |
| 3228 | 2026-05-15T22:37:59.363Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3229 | 2026-05-15T22:37:59.487Z | Compiling hickory-resolver v0.24.4 |
| 3230 | 2026-05-15T22:37:59.559Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-05-15T22:37:59.662Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-05-15T22:37:59.719Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-05-15T22:37:59.737Z | Compiling typify v0.6.2 |
| 3234 | 2026-05-15T22:37:59.810Z | Compiling bcs v0.1.6 |
| 3235 | 2026-05-15T22:37:59.828Z | Compiling const_format v0.2.35 |
| 3236 | 2026-05-15T22:37:59.884Z | Compiling progenitor-impl v0.14.0 |
| 3237 | 2026-05-15T22:37:59.900Z | Compiling progenitor-impl v0.13.0 |
| 3238 | 2026-05-15T22:37:59.999Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-05-15T22:38:00.161Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3240 | 2026-05-15T22:38:00.181Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3241 | 2026-05-15T22:38:00.383Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3242 | 2026-05-15T22:38:00.414Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3243 | 2026-05-15T22:38:00.528Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3244 | 2026-05-15T22:38:00.621Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3245 | 2026-05-15T22:38:00.686Z | Compiling qorb v0.4.1 |
| 3246 | 2026-05-15T22:38:00.705Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3247 | 2026-05-15T22:38:00.814Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-05-15T22:38:00.958Z | Compiling salty v0.3.0 |
| 3249 | 2026-05-15T22:38:00.994Z | Compiling termtree v0.5.1 |
| 3250 | 2026-05-15T22:38:01.055Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3251 | 2026-05-15T22:38:01.180Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-05-15T22:38:01.260Z | Compiling moka v0.12.13 |
| 3253 | 2026-05-15T22:38:01.387Z | Compiling tabled v0.15.0 |
| 3254 | 2026-05-15T22:38:01.637Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-05-15T22:38:01.693Z | Compiling steno v0.4.1 |
| 3256 | 2026-05-15T22:38:01.807Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-05-15T22:38:01.886Z | Compiling base64 v0.21.7 |
| 3258 | 2026-05-15T22:38:01.976Z | Compiling radium v0.7.0 |
| 3259 | 2026-05-15T22:38:01.998Z | Compiling humantime v2.3.0 |
| 3260 | 2026-05-15T22:38:02.092Z | Compiling hickory-resolver v0.25.2 |
| 3261 | 2026-05-15T22:38:02.286Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3262 | 2026-05-15T22:38:02.292Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3263 | 2026-05-15T22:38:02.321Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3264 | 2026-05-15T22:38:02.519Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3265 | 2026-05-15T22:38:04.209Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3266 | 2026-05-15T22:38:04.209Z | Compiling p384 v0.13.1 |
| 3267 | 2026-05-15T22:38:04.209Z | Compiling progenitor-macro v0.14.0 |
| 3268 | 2026-05-15T22:38:04.209Z | Compiling progenitor-macro v0.13.0 |
| 3269 | 2026-05-15T22:38:04.209Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3270 | 2026-05-15T22:38:04.209Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3271 | 2026-05-15T22:38:04.209Z | Compiling tap v1.0.1 |
| 3272 | 2026-05-15T22:38:04.209Z | Compiling typify-macro v0.4.3 |
| 3273 | 2026-05-15T22:38:04.209Z | Compiling maybe-uninit v2.0.0 |
| 3274 | 2026-05-15T22:38:04.209Z | Compiling wyz v0.5.1 |
| 3275 | 2026-05-15T22:38:04.209Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3276 | 2026-05-15T22:38:04.209Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3277 | 2026-05-15T22:38:04.209Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3278 | 2026-05-15T22:38:04.209Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-05-15T22:38:04.209Z | Compiling packed_struct v0.10.1 |
| 3280 | 2026-05-15T22:38:04.209Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3281 | 2026-05-15T22:38:04.209Z | Compiling funty v2.0.0 |
| 3282 | 2026-05-15T22:38:04.213Z | Compiling utf-8 v0.7.6 |
| 3283 | 2026-05-15T22:38:04.213Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3284 | 2026-05-15T22:38:04.213Z | Compiling proc-macro-error2 v2.0.1 |
| 3285 | 2026-05-15T22:38:04.213Z | Compiling tungstenite v0.21.0 |
| 3286 | 2026-05-15T22:38:04.213Z | Compiling polyval v0.6.2 |
| 3287 | 2026-05-15T22:38:04.217Z | Compiling num-derive v0.3.3 |
| 3288 | 2026-05-15T22:38:04.273Z | Compiling bitvec v1.0.1 |
| 3289 | 2026-05-15T22:38:04.285Z | Compiling packed_struct_codegen v0.10.1 |
| 3290 | 2026-05-15T22:38:04.348Z | Compiling bitfield-macros v0.19.4 |
| 3291 | 2026-05-15T22:38:04.442Z | Compiling zerocopy-derive v0.6.6 |
| 3292 | 2026-05-15T22:38:04.460Z | Compiling indexmap v1.9.3 |
| 3293 | 2026-05-15T22:38:04.543Z | Compiling crc-catalog v2.4.0 |
| 3294 | 2026-05-15T22:38:04.676Z | Compiling nodrop v0.1.14 |
| 3295 | 2026-05-15T22:38:04.695Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3296 | 2026-05-15T22:38:04.789Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-05-15T22:38:04.842Z | Compiling array-init v0.0.4 |
| 3298 | 2026-05-15T22:38:04.940Z | Compiling typify v0.4.3 |
| 3299 | 2026-05-15T22:38:04.963Z | Compiling tokio-tungstenite v0.21.0 |
| 3300 | 2026-05-15T22:38:05.023Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3301 | 2026-05-15T22:38:05.067Z | Compiling progenitor-impl v0.11.2 |
| 3302 | 2026-05-15T22:38:05.134Z | Compiling bitfield v0.19.4 |
| 3303 | 2026-05-15T22:38:05.158Z | Compiling crc v3.4.0 |
| 3304 | 2026-05-15T22:38:05.193Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-05-15T22:38:05.225Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-05-15T22:38:05.330Z | Compiling ghash v0.5.1 |
| 3307 | 2026-05-15T22:38:05.366Z | Compiling zerocopy v0.6.6 |
| 3308 | 2026-05-15T22:38:05.369Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-05-15T22:38:05.467Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-05-15T22:38:05.504Z | Compiling papergrid v0.17.0 |
| 3311 | 2026-05-15T22:38:05.627Z | Compiling testing_table v0.3.0 |
| 3312 | 2026-05-15T22:38:05.732Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-05-15T22:38:05.770Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3314 | 2026-05-15T22:38:05.776Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3315 | 2026-05-15T22:38:05.822Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3316 | 2026-05-15T22:38:05.959Z | Compiling ctr v0.9.2 |
| 3317 | 2026-05-15T22:38:06.104Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-15T22:38:06.196Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-05-15T22:38:06.196Z | Compiling hashbrown v0.12.3 |
| 3320 | 2026-05-15T22:38:06.196Z | Compiling unicase v2.9.0 |
| 3321 | 2026-05-15T22:38:06.299Z | Compiling corncobs v0.1.4 |
| 3322 | 2026-05-15T22:38:06.315Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3323 | 2026-05-15T22:38:06.419Z | Compiling mime_guess v2.0.5 |
| 3324 | 2026-05-15T22:38:06.468Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-05-15T22:38:06.485Z | Compiling tabled v0.20.0 |
| 3326 | 2026-05-15T22:38:06.509Z | Compiling aes-gcm v0.10.3 |
| 3327 | 2026-05-15T22:38:06.585Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3328 | 2026-05-15T22:38:06.627Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3329 | 2026-05-15T22:38:06.728Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-05-15T22:38:06.811Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3331 | 2026-05-15T22:38:06.933Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-05-15T22:38:07.009Z | Compiling parking_lot v0.11.2 |
| 3333 | 2026-05-15T22:38:07.052Z | Compiling serde-hex v0.1.0 |
| 3334 | 2026-05-15T22:38:07.067Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3335 | 2026-05-15T22:38:07.299Z | Compiling progenitor-impl v0.10.0 |
| 3336 | 2026-05-15T22:38:07.316Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-15T22:38:07.440Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-15T22:38:07.468Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3339 | 2026-05-15T22:38:07.540Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3340 | 2026-05-15T22:38:07.843Z | Compiling progenitor-macro v0.11.2 |
| 3341 | 2026-05-15T22:38:07.862Z | Compiling hashbrown v0.13.2 |
| 3342 | 2026-05-15T22:38:07.914Z | Compiling progenitor v0.14.0 |
| 3343 | 2026-05-15T22:38:07.968Z | Compiling progenitor-client v0.11.2 |
| 3344 | 2026-05-15T22:38:07.986Z | Compiling progenitor v0.13.0 |
| 3345 | 2026-05-15T22:38:08.089Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3346 | 2026-05-15T22:38:08.160Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3347 | 2026-05-15T22:38:08.296Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3348 | 2026-05-15T22:38:08.322Z | Compiling blowfish v0.9.1 |
| 3349 | 2026-05-15T22:38:08.384Z | Compiling ssh-encoding v0.2.0 |
| 3350 | 2026-05-15T22:38:08.443Z | Compiling prefix-trie v0.7.0 |
| 3351 | 2026-05-15T22:38:08.590Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-05-15T22:38:08.683Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-05-15T22:38:08.765Z | Compiling crc-any v2.5.0 |
| 3354 | 2026-05-15T22:38:08.765Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3355 | 2026-05-15T22:38:08.820Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3356 | 2026-05-15T22:38:08.951Z | Compiling hickory-server v0.25.2 |
| 3357 | 2026-05-15T22:38:09.021Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3358 | 2026-05-15T22:38:09.060Z | Compiling sled v0.34.7 |
| 3359 | 2026-05-15T22:38:09.097Z | Compiling ssh-cipher v0.2.0 |
| 3360 | 2026-05-15T22:38:09.138Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3361 | 2026-05-15T22:38:09.155Z | Compiling object v0.30.4 |
| 3362 | 2026-05-15T22:38:09.472Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3363 | 2026-05-15T22:38:09.496Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3364 | 2026-05-15T22:38:09.732Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3365 | 2026-05-15T22:38:09.959Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3366 | 2026-05-15T22:38:10.014Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3367 | 2026-05-15T22:38:10.052Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3368 | 2026-05-15T22:38:10.364Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3369 | 2026-05-15T22:38:10.399Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-05-15T22:38:10.866Z | Compiling progenitor-macro v0.10.0 |
| 3371 | 2026-05-15T22:38:11.205Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-05-15T22:38:11.318Z | Compiling password-hash v0.4.2 |
| 3373 | 2026-05-15T22:38:11.724Z | Compiling path-slash v0.1.5 |
| 3374 | 2026-05-15T22:38:11.773Z | Compiling crc8 v0.1.1 |
| 3375 | 2026-05-15T22:38:11.790Z | Compiling half v1.8.3 |
| 3376 | 2026-05-15T22:38:11.896Z | Compiling http-range v0.1.5 |
| 3377 | 2026-05-15T22:38:11.928Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3378 | 2026-05-15T22:38:12.028Z | Compiling serde_cbor v0.11.2 |
| 3379 | 2026-05-15T22:38:12.121Z | Compiling pbkdf2 v0.11.0 |
| 3380 | 2026-05-15T22:38:12.182Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3381 | 2026-05-15T22:38:12.259Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3382 | 2026-05-15T22:38:12.387Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3383 | 2026-05-15T22:38:12.405Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3384 | 2026-05-15T22:38:12.519Z | Compiling illumos-nvpair v0.3.0 |
| 3385 | 2026-05-15T22:38:12.811Z | Compiling ssh-key v0.6.7 |
| 3386 | 2026-05-15T22:38:13.020Z | Compiling progenitor v0.11.2 |
| 3387 | 2026-05-15T22:38:13.039Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3388 | 2026-05-15T22:38:13.129Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3389 | 2026-05-15T22:38:13.184Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3390 | 2026-05-15T22:38:13.214Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3391 | 2026-05-15T22:38:13.429Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3392 | 2026-05-15T22:38:13.449Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3393 | 2026-05-15T22:38:13.449Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3394 | 2026-05-15T22:38:13.489Z | Compiling p256 v0.13.2 |
| 3395 | 2026-05-15T22:38:13.506Z | Compiling p521 v0.13.3 |
| 3396 | 2026-05-15T22:38:13.567Z | Compiling yasna v0.5.2 |
| 3397 | 2026-05-15T22:38:13.946Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-05-15T22:38:13.999Z | Compiling headers-core v0.3.0 |
| 3399 | 2026-05-15T22:38:14.090Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-05-15T22:38:14.094Z | Compiling russh-cryptovec v0.7.3 |
| 3401 | 2026-05-15T22:38:14.150Z | Compiling atty v0.2.14 |
| 3402 | 2026-05-15T22:38:14.167Z | Compiling home v0.5.12 |
| 3403 | 2026-05-15T22:38:14.279Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3404 | 2026-05-15T22:38:14.302Z | Compiling md5 v0.7.0 |
| 3405 | 2026-05-15T22:38:14.315Z | Compiling flume v0.11.1 |
| 3406 | 2026-05-15T22:38:14.318Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3407 | 2026-05-15T22:38:14.353Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3408 | 2026-05-15T22:38:14.353Z | Compiling headers v0.4.1 |
| 3409 | 2026-05-15T22:38:14.412Z | Compiling rcgen v0.12.1 |
| 3410 | 2026-05-15T22:38:14.434Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-15T22:38:14.503Z | Compiling russh-keys v0.45.0 |
| 3412 | 2026-05-15T22:38:14.605Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3413 | 2026-05-15T22:38:14.622Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3414 | 2026-05-15T22:38:14.667Z | Compiling hyper-staticfile v0.10.1 |
| 3415 | 2026-05-15T22:38:14.956Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3416 | 2026-05-15T22:38:15.057Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3417 | 2026-05-15T22:38:15.157Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3418 | 2026-05-15T22:38:15.248Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-05-15T22:38:15.336Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3420 | 2026-05-15T22:38:15.341Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3421 | 2026-05-15T22:38:15.462Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-05-15T22:38:15.491Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-05-15T22:38:15.644Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-05-15T22:38:15.723Z | Compiling num-bigint v0.4.6 |
| 3425 | 2026-05-15T22:38:15.957Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3426 | 2026-05-15T22:38:15.987Z | Compiling des v0.8.1 |
| 3427 | 2026-05-15T22:38:16.006Z | Compiling subprocess v0.2.15 |
| 3428 | 2026-05-15T22:38:16.009Z | Compiling progenitor v0.10.0 |
| 3429 | 2026-05-15T22:38:16.127Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3430 | 2026-05-15T22:38:16.146Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-05-15T22:38:16.186Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3432 | 2026-05-15T22:38:16.206Z | Compiling hex-literal v0.4.1 |
| 3433 | 2026-05-15T22:38:16.249Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3434 | 2026-05-15T22:38:16.312Z | Compiling colored v2.2.0 |
| 3435 | 2026-05-15T22:38:16.343Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3436 | 2026-05-15T22:38:16.398Z | Compiling socket2 v0.5.10 |
| 3437 | 2026-05-15T22:38:16.432Z | Compiling internet-checksum v0.2.1 |
| 3438 | 2026-05-15T22:38:16.586Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3439 | 2026-05-15T22:38:16.900Z | Compiling russh v0.45.0 |
| 3440 | 2026-05-15T22:38:16.972Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3441 | 2026-05-15T22:38:17.123Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3442 | 2026-05-15T22:38:19.509Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3443 | 2026-05-15T22:38:19.563Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-15T22:38:20.251Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-15T22:38:20.715Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-15T22:38:22.497Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-15T22:38:30.387Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3448 | 2026-05-15T22:38:30.387Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3449 | 2026-05-15T22:38:30.387Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3450 | 2026-05-15T22:38:30.391Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-05-15T22:38:32.138Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3452 | 2026-05-15T22:38:32.181Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-05-15T22:38:36.320Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3454 | 2026-05-15T22:39:15.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3455 | 2026-05-15T22:39:15.440Z | |
| 3456 | 2026-05-15T22:39:15.443Z | real 1:26.152608298 |
| 3457 | 2026-05-15T22:39:15.443Z | user 8:14.045658794 |
| 3458 | 2026-05-15T22:39:15.443Z | sys 1:43.737735301 |
| 3459 | 2026-05-15T22:39:15.443Z | trap 0.271109574 |
| 3460 | 2026-05-15T22:39:15.443Z | tflt 0.602126486 |
| 3461 | 2026-05-15T22:39:15.443Z | dflt 1.542677632 |
| 3462 | 2026-05-15T22:39:15.443Z | kflt 0.000297256 |
| 3463 | 2026-05-15T22:39:15.443Z | lock 29:26.674047830 |
| 3464 | 2026-05-15T22:39:15.443Z | slp 19:07.546621640 |
| 3465 | 2026-05-15T22:39:15.443Z | lat 38.836330278 |
| 3466 | 2026-05-15T22:39:15.444Z | stop 3:02.069524028 |
| 3467 | 2026-05-15T22:39:15.444Z | + mkdir tests |
| 3468 | 2026-05-15T22:39:15.446Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3469 | 2026-05-15T22:39:15.447Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3470 | 2026-05-15T22:39:15.470Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/ |
| 3471 | 2026-05-15T22:39:15.499Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/ |
| 3472 | 2026-05-15T22:39:15.530Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/ |
| 3473 | 2026-05-15T22:39:15.560Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/ |
| 3474 | 2026-05-15T22:39:15.899Z | + 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/*) |
| 3475 | 2026-05-15T22:39:15.902Z | + 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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 |
| 3476 | 2026-05-15T22:40:35.303Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3477 | 2026-05-15T22:40:35.303Z | a .github/buildomat/ci-env.sh 1K |
| 3478 | 2026-05-15T22:40:35.303Z | a out/target/test 1K |
| 3479 | 2026-05-15T22:40:35.303Z | a out/npuzone/npuzone 27402K |
| 3480 | 2026-05-15T22:40:35.303Z | a package-manifest.toml 35K |
| 3481 | 2026-05-15T22:40:35.303Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3482 | 2026-05-15T22:40:35.304Z | a target/release/omicron-package 46057K |
| 3483 | 2026-05-15T22:40:35.304Z | a target/release/xtask 11449K |
| 3484 | 2026-05-15T22:40:35.304Z | a target/debug/bootstrap 352771K |
| 3485 | 2026-05-15T22:40:35.304Z | a tests/bootstrap-80d6ff3f6918a423 31215K |
| 3486 | 2026-05-15T22:40:35.304Z | a tests/commtest-06c600c6b9aa7541 32300K |
| 3487 | 2026-05-15T22:40:35.304Z | a tests/dhcp_server-3f69dec6bee9e804 31215K |
| 3488 | 2026-05-15T22:40:35.304Z | a tests/end_to_end_tests-6a8d9103e588eb6f 394593K |
| 3489 | 2026-05-15T22:40:35.304Z | a out/clickhouse.tar.gz 319718K |
| 3490 | 2026-05-15T22:40:35.304Z | a out/clickhouse_keeper.tar.gz 305071K |
| 3491 | 2026-05-15T22:40:35.304Z | a out/clickhouse_server.tar.gz 319717K |
| 3492 | 2026-05-15T22:40:35.304Z | a out/cockroachdb.tar.gz 165227K |
| 3493 | 2026-05-15T22:40:35.304Z | a out/crucible-pantry-zone.tar.gz 44231K |
| 3494 | 2026-05-15T22:40:35.304Z | a out/crucible-utils.tar 17744K |
| 3495 | 2026-05-15T22:40:35.304Z | a out/crucible-zone.tar.gz 58370K |
| 3496 | 2026-05-15T22:40:35.304Z | a out/external-dns.tar.gz 49825K |
| 3497 | 2026-05-15T22:40:35.304Z | a out/internal-dns.tar.gz 49825K |
| 3498 | 2026-05-15T22:40:35.304Z | a out/mg-ddm-gz.tar 95141K |
| 3499 | 2026-05-15T22:40:35.304Z | a out/nexus.tar.gz 221187K |
| 3500 | 2026-05-15T22:40:35.304Z | a out/ntp.tar.gz 32197K |
| 3501 | 2026-05-15T22:40:35.304Z | a out/omicron-gateway-softnpu.tar.gz 29651K |
| 3502 | 2026-05-15T22:40:35.304Z | a out/omicron-sled-agent.tar 204666K |
| 3503 | 2026-05-15T22:40:35.304Z | a out/overlay.tar.gz 3K |
| 3504 | 2026-05-15T22:40:35.304Z | a out/oximeter.tar.gz 67904K |
| 3505 | 2026-05-15T22:40:35.304Z | a out/oxlog.tar 3782K |
| 3506 | 2026-05-15T22:40:35.304Z | a out/probe.tar.gz 3037K |
| 3507 | 2026-05-15T22:40:35.304Z | a out/propolis-server.tar.gz 38727K |
| 3508 | 2026-05-15T22:40:35.304Z | a out/pumpkind-gz.tar 26647K |
| 3509 | 2026-05-15T22:40:35.304Z | a out/switch-softnpu.tar.gz 397016K |
| 3510 | 2026-05-15T22:40:35.307Z | |
| 3511 | 2026-05-15T22:40:35.308Z | real 1:19.402200281 |
| 3512 | 2026-05-15T22:40:35.308Z | user 1:16.781953314 |
| 3513 | 2026-05-15T22:40:35.308Z | sys 4.377930473 |
| 3514 | 2026-05-15T22:40:35.308Z | trap 0.006037148 |
| 3515 | 2026-05-15T22:40:35.308Z | tflt 0.000000000 |
| 3516 | 2026-05-15T22:40:35.308Z | dflt 0.000000000 |
| 3517 | 2026-05-15T22:40:35.308Z | kflt 0.000000000 |
| 3518 | 2026-05-15T22:40:35.308Z | lock 0.000000000 |
| 3519 | 2026-05-15T22:40:35.308Z | slp 1:16.617341045 |
| 3520 | 2026-05-15T22:40:35.308Z | lat 1.015935838 |
| 3521 | 2026-05-15T22:40:35.308Z | stop 0.000371888 |
| 3522 | 2026-05-15T22:40:35.311Z | process exited: duration 925191 ms, exit code 0 |
| |
| 3523 | 2026-05-15T22:40:35.324Z | found 1 output files |
| 3524 | 2026-05-15T22:40:35.324Z | uploading: /work/package.tar.gz (2447936642 bytes) |
| 3525 | 2026-05-15T22:41:03.224Z | uploaded: /work/package.tar.gz |