|
|
|
| 1 | 2026-06-20T21:38:21.367Z | job assigned to worker 01KVKFFHMJXMX12A7ZXMMQMSB4 [factory aws, i-09b82ab7f4e6c5ee9] (queued for 46 s) |
| |
| 2 | 2026-06-20T21:38:28.193Z | starting task 0: "setup" |
| 3 | 2026-06-20T21:38:28.203Z | ++ uname -s |
| 4 | 2026-06-20T21:38:28.203Z | + kern=SunOS |
| 5 | 2026-06-20T21:38:28.203Z | + build_user=build |
| 6 | 2026-06-20T21:38:28.203Z | + build_uid=12345 |
| 7 | 2026-06-20T21:38:28.203Z | + work_dir=/work |
| 8 | 2026-06-20T21:38:28.203Z | + input_dir=/input |
| 9 | 2026-06-20T21:38:28.203Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-20T21:38:28.203Z | + case "$kern" in |
| 11 | 2026-06-20T21:38:28.203Z | + groupadd -g 12345 build |
| 12 | 2026-06-20T21:38:28.204Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-20T21:38:30.200Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-20T21:38:30.319Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-20T21:38:30.327Z | + home_fs=zfs |
| 16 | 2026-06-20T21:38:30.328Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-20T21:38:30.328Z | + mkdir -p /home/build |
| 18 | 2026-06-20T21:38:30.328Z | + chown build:build /home/build /work |
| 19 | 2026-06-20T21:38:32.321Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-20T21:38:32.330Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2026-06-20T21:38:32.346Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-20T21:38:32.351Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-20T21:38:32.351Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-20T21:38:32.351Z | * rust toolchain profile = "default" |
| 25 | 2026-06-20T21:38:32.351Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-20T21:38:32.351Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-20T21:38:32.351Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-20T21:38:32.351Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-20T21:38:32.351Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-20T21:38:32.466Z | info: downloading installer |
| 31 | 2026-06-20T21:38:34.379Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-20T21:38:34.379Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-20T21:38:34.379Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-20T21:38:34.379Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-20T21:38:34.464Z | info: profile set to default |
| 36 | 2026-06-20T21:38:34.464Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-20T21:38:34.464Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-20T21:38:34.566Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-20T21:38:34.632Z | info: downloading 6 components |
| 40 | 2026-06-20T21:38:50.616Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-20T21:38:50.617Z | |
| 42 | 2026-06-20T21:38:50.639Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-20T21:38:50.639Z | |
| 44 | 2026-06-20T21:38:50.639Z | |
| 45 | 2026-06-20T21:38:50.639Z | Rust is installed now. Great! |
| 46 | 2026-06-20T21:38:50.639Z | |
| 47 | 2026-06-20T21:38:50.639Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-20T21:38:50.639Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-20T21:38:50.639Z | |
| 50 | 2026-06-20T21:38:50.640Z | To configure your current shell, you need to source |
| 51 | 2026-06-20T21:38:50.640Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-20T21:38:50.640Z | |
| 53 | 2026-06-20T21:38:50.640Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-20T21:38:50.640Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-20T21:38:50.640Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-20T21:38:50.640Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-20T21:38:50.640Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-20T21:38:50.640Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-20T21:38:50.640Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-20T21:38:50.640Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-20T21:38:50.640Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-20T21:38:50.779Z | + rustup --version |
| 63 | 2026-06-20T21:38:50.862Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-20T21:38:50.863Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-20T21:38:50.863Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-20T21:38:50.863Z | + cargo --version |
| 67 | 2026-06-20T21:38:50.863Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-20T21:38:50.863Z | + rustc --version |
| 69 | 2026-06-20T21:38:50.863Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-20T21:38:50.863Z | process exited: duration 18424 ms, exit code 0 |
| |
| 71 | 2026-06-20T21:38:51.171Z | starting task 2: "authentication" |
| 72 | 2026-06-20T21:38:51.376Z | process exited: duration 199 ms, exit code 0 |
| |
| 73 | 2026-06-20T21:38:51.785Z | starting task 3: "clone repository" |
| 74 | 2026-06-20T21:38:52.061Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-20T21:38:52.062Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-20T21:38:52.062Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-20T21:39:01.239Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-20T21:39:01.239Z | + git fetch origin 3593d83135362b867145689fc149371f4cbc6b57 |
| 79 | 2026-06-20T21:39:01.499Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-20T21:39:01.499Z | * branch 3593d83135362b867145689fc149371f4cbc6b57 -> FETCH_HEAD |
| 81 | 2026-06-20T21:39:01.513Z | + [[ -n sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure ]] |
| 82 | 2026-06-20T21:39:01.517Z | ++ git branch --show-current |
| 83 | 2026-06-20T21:39:01.517Z | + current=main |
| 84 | 2026-06-20T21:39:01.517Z | + [[ main != sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure ]] |
| 85 | 2026-06-20T21:39:01.517Z | + git branch -f sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure 3593d83135362b867145689fc149371f4cbc6b57 |
| 86 | 2026-06-20T21:39:01.520Z | + git checkout -f sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure |
| 87 | 2026-06-20T21:39:01.765Z | Switched to branch 'sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure' |
| 88 | 2026-06-20T21:39:01.769Z | + git reset --hard 3593d83135362b867145689fc149371f4cbc6b57 |
| 89 | 2026-06-20T21:39:01.782Z | HEAD is now at 3593d8313 rebase |
| 90 | 2026-06-20T21:39:01.786Z | process exited: duration 10173 ms, exit code 0 |
| |
| 91 | 2026-06-20T21:39:01.800Z | starting task 4: "build" |
| 92 | 2026-06-20T21:39:01.823Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-20T21:39:01.823Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-20T21:39:01.823Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-20T21:39:01.823Z | + cargo --version |
| 96 | 2026-06-20T21:39:01.828Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-20T21:39:01.828Z | + rustc --version |
| 98 | 2026-06-20T21:39:01.838Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-20T21:39:01.843Z | + WORK=/work |
| 100 | 2026-06-20T21:39:01.843Z | + pfexec mkdir -p /work |
| 101 | 2026-06-20T21:39:01.843Z | + pfexec chown build /work |
| 102 | 2026-06-20T21:39:01.846Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-20T21:39:03.458Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-20T21:39:03.560Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-20T21:39:03.918Z | Planning: Solver setup ... Done (0.311s) |
| 106 | 2026-06-20T21:39:03.940Z | Planning: Running solver ... Done (0.022s) |
| 107 | 2026-06-20T21:39:03.950Z | Planning: Finding local manifests ... Done (0.004s) |
| 108 | 2026-06-20T21:39:03.971Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-20T21:39:03.989Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-20T21:39:04.000Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-06-20T21:39:04.003Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-06-20T21:39:04.203Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 113 | 2026-06-20T21:39:04.211Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-20T21:39:05.112Z | Planning: Evaluating mediators ... Done (0.922s) |
| 115 | 2026-06-20T21:39:05.115Z | Planning: Planning completed in 1.53 seconds |
| 116 | 2026-06-20T21:39:05.123Z | Packages to install: 2 |
| 117 | 2026-06-20T21:39:05.123Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-20T21:39:05.123Z | Estimated space to be consumed: 26.78 MB |
| 119 | 2026-06-20T21:39:05.123Z | Create boot environment: No |
| 120 | 2026-06-20T21:39:05.123Z | Create backup boot environment: No |
| 121 | 2026-06-20T21:39:05.123Z | Rebuild boot archive: No |
| 122 | 2026-06-20T21:39:05.126Z | |
| 123 | 2026-06-20T21:39:05.126Z | Changed packages: |
| 124 | 2026-06-20T21:39:05.126Z | helios |
| 125 | 2026-06-20T21:39:05.126Z | developer/build-essential |
| 126 | 2026-06-20T21:39:05.126Z | None -> 11-3.0 |
| 127 | 2026-06-20T21:39:05.126Z | library/libxmlsec1 |
| 128 | 2026-06-20T21:39:05.126Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-20T21:39:05.152Z | |
| 130 | 2026-06-20T21:39:05.152Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-20T21:39:08.009Z | Download: Completed 1.28 MB in 2.86 seconds (459k/s) |
| 132 | 2026-06-20T21:39:08.087Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-20T21:39:08.117Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-20T21:39:08.127Z | Finalize: Updating package state database ... Done (0.010s) |
| 135 | 2026-06-20T21:39:08.127Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-20T21:39:08.152Z | Finalize: Updating image state ... Done (0.024s) |
| 137 | 2026-06-20T21:39:10.770Z | Finalize: Creating fast lookup database ... Done (2.591s) |
| 138 | 2026-06-20T21:39:10.839Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-06-20T21:39:10.844Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-20T21:39:10.922Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-20T21:39:11.233Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-20T21:39:11.336Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-20T21:39:11.339Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-20T21:39:11.496Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-20T21:39:11.499Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-06-20T21:39:11.521Z | Mediators to change: 2 |
| 147 | 2026-06-20T21:39:11.521Z | Create boot environment: No |
| 148 | 2026-06-20T21:39:11.521Z | Create backup boot environment: No |
| 149 | 2026-06-20T21:39:11.571Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-20T21:39:11.572Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-20T21:39:11.586Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-20T21:39:13.548Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-20T21:39:13.607Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-20T21:39:13.610Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-20T21:39:13.704Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-20T21:39:13.974Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-20T21:39:14.079Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-20T21:39:14.083Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-20T21:39:14.236Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-20T21:39:14.241Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-20T21:39:14.261Z | Mediators to change: 1 |
| 162 | 2026-06-20T21:39:14.261Z | Create boot environment: No |
| 163 | 2026-06-20T21:39:14.261Z | Create backup boot environment: No |
| 164 | 2026-06-20T21:39:14.300Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-20T21:39:14.300Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-20T21:39:14.315Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-20T21:39:16.264Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-20T21:39:16.327Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-20T21:39:16.332Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-20T21:39:16.384Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-20T21:39:16.696Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-20T21:39:16.696Z | apache system 2.4 system |
| 173 | 2026-06-20T21:39:16.696Z | clang system 15 system |
| 174 | 2026-06-20T21:39:16.696Z | csh system system illumos |
| 175 | 2026-06-20T21:39:16.696Z | ctags system system illumos |
| 176 | 2026-06-20T21:39:16.696Z | file vendor vendor darwinsys |
| 177 | 2026-06-20T21:39:16.696Z | file system system illumos |
| 178 | 2026-06-20T21:39:16.696Z | gcc vendor 14 vendor |
| 179 | 2026-06-20T21:39:16.697Z | gcc system 13 system |
| 180 | 2026-06-20T21:39:16.697Z | gcc system 10 system |
| 181 | 2026-06-20T21:39:16.697Z | go system 1.25 system |
| 182 | 2026-06-20T21:39:16.697Z | llvm system 15 system |
| 183 | 2026-06-20T21:39:16.697Z | mariadb system 11.4 system |
| 184 | 2026-06-20T21:39:16.697Z | mta vendor vendor dma |
| 185 | 2026-06-20T21:39:16.697Z | openjdk system 17 system |
| 186 | 2026-06-20T21:39:16.697Z | openjdk system 11 system |
| 187 | 2026-06-20T21:39:16.697Z | openssl vendor 3 vendor |
| 188 | 2026-06-20T21:39:16.697Z | perl system 5.40 system |
| 189 | 2026-06-20T21:39:16.697Z | postgresql system 18 system |
| 190 | 2026-06-20T21:39:16.697Z | postgresql system 17 system |
| 191 | 2026-06-20T21:39:16.697Z | python vendor 3 vendor |
| 192 | 2026-06-20T21:39:16.697Z | python system 2 system |
| 193 | 2026-06-20T21:39:16.697Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-20T21:39:16.697Z | ruby system 3.4 system |
| 195 | 2026-06-20T21:39:16.697Z | ruby system 3.0 system |
| 196 | 2026-06-20T21:39:16.697Z | words vendor vendor american-english |
| 197 | 2026-06-20T21:39:16.697Z | words system system australian-english |
| 198 | 2026-06-20T21:39:16.697Z | words system system british-english |
| 199 | 2026-06-20T21:39:16.697Z | words system system canadian-english |
| 200 | 2026-06-20T21:39:16.697Z | words system system french |
| 201 | 2026-06-20T21:39:16.698Z | words system system italian |
| 202 | 2026-06-20T21:39:16.698Z | words system system ngerman |
| 203 | 2026-06-20T21:39:16.698Z | words system system ogerman |
| 204 | 2026-06-20T21:39:16.698Z | words system system spanish |
| 205 | 2026-06-20T21:39:16.959Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-20T21:39:16.959Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-20T21:39:17.264Z | FMRI IFO |
| 208 | 2026-06-20T21:39:17.264Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-20T21:39:17.264Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-20T21:39:17.264Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-20T21:39:17.264Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-20T21:39:17.264Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-20T21:39:17.264Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-20T21:39:17.264Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-20T21:39:17.264Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-20T21:39:17.264Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-20T21:39:17.516Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-20T21:40:26.387Z | Updating crates.io index |
| 219 | 2026-06-20T21:40:26.494Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-20T21:40:26.494Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-20T21:40:26.603Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-20T21:40:26.604Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-20T21:40:26.605Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-20T21:40:26.605Z | Downloading crates ... |
| 260 | 2026-06-20T21:40:26.605Z | Downloaded anstyle-query v1.1.5 |
| 261 | 2026-06-20T21:40:26.605Z | Downloaded colorchoice v1.0.4 |
| 262 | 2026-06-20T21:40:26.606Z | Downloaded clap_derive v4.6.1 |
| 263 | 2026-06-20T21:40:26.606Z | Downloaded clap v4.6.1 |
| 264 | 2026-06-20T21:40:26.606Z | Downloaded version_check v0.9.5 |
| 265 | 2026-06-20T21:40:26.606Z | Downloaded anstyle v1.0.14 |
| 266 | 2026-06-20T21:40:26.606Z | Downloaded usdt-macro v0.5.0 |
| 267 | 2026-06-20T21:40:26.606Z | Downloaded clap_lex v1.0.0 |
| 268 | 2026-06-20T21:40:26.606Z | Downloaded anstream v1.0.0 |
| 269 | 2026-06-20T21:40:26.606Z | Downloaded zerotrie v0.2.3 |
| 270 | 2026-06-20T21:40:26.606Z | Downloaded serde_core v1.0.228 |
| 271 | 2026-06-20T21:40:26.606Z | Downloaded clap_builder v4.6.0 |
| 272 | 2026-06-20T21:40:26.606Z | Downloaded heck v0.4.1 |
| 273 | 2026-06-20T21:40:26.606Z | Downloaded log v0.4.29 |
| 274 | 2026-06-20T21:40:26.606Z | Downloaded proc-macro-error-attr v1.0.4 |
| 275 | 2026-06-20T21:40:26.606Z | Downloaded digest v0.10.7 |
| 276 | 2026-06-20T21:40:26.606Z | Downloaded camino-tempfile v1.4.1 |
| 277 | 2026-06-20T21:40:26.606Z | Downloaded thread-id v4.2.2 |
| 278 | 2026-06-20T21:40:26.606Z | Downloaded textwrap v0.16.2 |
| 279 | 2026-06-20T21:40:26.606Z | Downloaded zerofrom v0.1.6 |
| 280 | 2026-06-20T21:40:26.606Z | Downloaded cpufeatures v0.2.17 |
| 281 | 2026-06-20T21:40:26.606Z | Downloaded cfg-if v1.0.4 |
| 282 | 2026-06-20T21:40:26.606Z | Downloaded idna_adapter v1.2.1 |
| 283 | 2026-06-20T21:40:26.606Z | Downloaded thiserror-impl v2.0.18 |
| 284 | 2026-06-20T21:40:26.606Z | Downloaded yoke v0.8.1 |
| 285 | 2026-06-20T21:40:26.606Z | Downloaded ordered-float v2.10.1 |
| 286 | 2026-06-20T21:40:26.606Z | Downloaded itoa v1.0.17 |
| 287 | 2026-06-20T21:40:26.606Z | Downloaded crypto-common v0.1.7 |
| 288 | 2026-06-20T21:40:26.606Z | Downloaded cargo-platform v0.2.0 |
| 289 | 2026-06-20T21:40:26.607Z | Downloaded sha2 v0.10.9 |
| 290 | 2026-06-20T21:40:26.607Z | Downloaded unicode-ident v1.0.24 |
| 291 | 2026-06-20T21:40:26.607Z | Downloaded thiserror v2.0.18 |
| 292 | 2026-06-20T21:40:26.607Z | Downloaded macaddr v1.0.1 |
| 293 | 2026-06-20T21:40:26.607Z | Downloaded dtrace-parser v0.2.0 |
| 294 | 2026-06-20T21:40:26.607Z | Downloaded errno v0.3.14 |
| 295 | 2026-06-20T21:40:26.607Z | Downloaded fnv v1.0.7 |
| 296 | 2026-06-20T21:40:26.607Z | Downloaded zmij v1.0.21 |
| 297 | 2026-06-20T21:40:26.607Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-06-20T21:40:26.607Z | Downloaded potential_utf v0.1.4 |
| 299 | 2026-06-20T21:40:26.607Z | Downloaded equivalent v1.0.2 |
| 300 | 2026-06-20T21:40:26.607Z | Downloaded form_urlencoded v1.2.2 |
| 301 | 2026-06-20T21:40:26.607Z | Downloaded toml_edit v0.22.27 |
| 302 | 2026-06-20T21:40:26.607Z | Downloaded yoke-derive v0.8.1 |
| 303 | 2026-06-20T21:40:26.607Z | Downloaded thiserror v1.0.69 |
| 304 | 2026-06-20T21:40:26.607Z | Downloaded toml_write v0.1.2 |
| 305 | 2026-06-20T21:40:26.607Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-06-20T21:40:26.607Z | Downloaded typeid v1.0.3 |
| 307 | 2026-06-20T21:40:26.607Z | Downloaded zerocopy-derive v0.7.35 |
| 308 | 2026-06-20T21:40:26.607Z | Downloaded tabled_derive v0.7.0 |
| 309 | 2026-06-20T21:40:26.607Z | Downloaded serde_spanned v0.6.9 |
| 310 | 2026-06-20T21:40:26.607Z | Downloaded heck v0.5.0 |
| 311 | 2026-06-20T21:40:26.607Z | Downloaded dof v0.3.0 |
| 312 | 2026-06-20T21:40:26.607Z | Downloaded stable_deref_trait v1.2.1 |
| 313 | 2026-06-20T21:40:26.607Z | Downloaded utf8_iter v1.0.4 |
| 314 | 2026-06-20T21:40:26.607Z | Downloaded thiserror-impl v1.0.69 |
| 315 | 2026-06-20T21:40:26.607Z | Downloaded serde-untagged v0.1.9 |
| 316 | 2026-06-20T21:40:26.607Z | Downloaded icu_locale_core v2.1.1 |
| 317 | 2026-06-20T21:40:26.607Z | Downloaded winnow v0.7.14 |
| 318 | 2026-06-20T21:40:26.608Z | Downloaded zerofrom-derive v0.1.6 |
| 319 | 2026-06-20T21:40:26.608Z | Downloaded anstyle-parse v1.0.0 |
| 320 | 2026-06-20T21:40:26.608Z | Downloaded usdt-attr-macro v0.5.0 |
| 321 | 2026-06-20T21:40:26.724Z | Downloaded usdt v0.5.0 |
| 322 | 2026-06-20T21:40:26.724Z | Downloaded unicode-xid v0.2.6 |
| 323 | 2026-06-20T21:40:26.724Z | Downloaded toml v0.8.23 |
| 324 | 2026-06-20T21:40:26.724Z | Downloaded serde_tokenstream v0.2.3 |
| 325 | 2026-06-20T21:40:26.724Z | Downloaded autocfg v1.5.0 |
| 326 | 2026-06-20T21:40:26.724Z | Downloaded toml_datetime v0.6.11 |
| 327 | 2026-06-20T21:40:26.724Z | Downloaded plain v0.2.3 |
| 328 | 2026-06-20T21:40:26.724Z | Downloaded serde-value v0.7.0 |
| 329 | 2026-06-20T21:40:26.724Z | Downloaded tinystr v0.8.2 |
| 330 | 2026-06-20T21:40:26.724Z | Downloaded swrite v0.1.0 |
| 331 | 2026-06-20T21:40:26.724Z | Downloaded writeable v0.6.2 |
| 332 | 2026-06-20T21:40:26.724Z | Downloaded usdt-impl v0.5.0 |
| 333 | 2026-06-20T21:40:26.724Z | Downloaded strsim v0.11.1 |
| 334 | 2026-06-20T21:40:26.724Z | Downloaded smawk v0.3.2 |
| 335 | 2026-06-20T21:40:26.724Z | Downloaded typenum v1.19.0 |
| 336 | 2026-06-20T21:40:26.724Z | Downloaded percent-encoding v2.3.2 |
| 337 | 2026-06-20T21:40:26.724Z | Downloaded zerovec-derive v0.11.2 |
| 338 | 2026-06-20T21:40:26.724Z | Downloaded memmap v0.7.0 |
| 339 | 2026-06-20T21:40:26.725Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-06-20T21:40:26.725Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-06-20T21:40:26.725Z | Downloaded block-buffer v0.10.4 |
| 342 | 2026-06-20T21:40:26.725Z | Downloaded is_terminal_polyfill v1.70.2 |
| 343 | 2026-06-20T21:40:26.725Z | Downloaded fastrand v2.3.0 |
| 344 | 2026-06-20T21:40:26.725Z | Downloaded zerocopy v0.7.35 |
| 345 | 2026-06-20T21:40:26.725Z | Downloaded scroll v0.12.0 |
| 346 | 2026-06-20T21:40:26.725Z | Downloaded url v2.5.8 |
| 347 | 2026-06-20T21:40:26.725Z | Downloaded pretty-hex v0.4.1 |
| 348 | 2026-06-20T21:40:26.725Z | Downloaded generic-array v0.14.7 |
| 349 | 2026-06-20T21:40:26.725Z | Downloaded terminal_size v0.4.3 |
| 350 | 2026-06-20T21:40:26.725Z | Downloaded cargo_metadata v0.21.0 |
| 351 | 2026-06-20T21:40:26.725Z | Downloaded quote v1.0.45 |
| 352 | 2026-06-20T21:40:26.725Z | Downloaded bytecount v0.6.9 |
| 353 | 2026-06-20T21:40:26.725Z | Downloaded zerovec v0.11.5 |
| 354 | 2026-06-20T21:40:26.725Z | Downloaded unicode-width v0.2.0 |
| 355 | 2026-06-20T21:40:26.725Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2026-06-20T21:40:26.725Z | Downloaded displaydoc v0.2.5 |
| 357 | 2026-06-20T21:40:26.725Z | Downloaded byteorder v1.5.0 |
| 358 | 2026-06-20T21:40:26.725Z | Downloaded unicode-width v0.1.14 |
| 359 | 2026-06-20T21:40:26.725Z | Downloaded fs-err v3.3.0 |
| 360 | 2026-06-20T21:40:26.725Z | Downloaded pest_derive v2.8.6 |
| 361 | 2026-06-20T21:40:26.726Z | Downloaded litemap v0.8.1 |
| 362 | 2026-06-20T21:40:26.726Z | Downloaded pest_generator v2.8.6 |
| 363 | 2026-06-20T21:40:26.726Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-06-20T21:40:26.726Z | Downloaded synstructure v0.13.2 |
| 365 | 2026-06-20T21:40:26.726Z | Downloaded semver v1.0.28 |
| 366 | 2026-06-20T21:40:26.726Z | Downloaded erased-serde v0.4.9 |
| 367 | 2026-06-20T21:40:26.726Z | Downloaded cargo_toml v0.21.0 |
| 368 | 2026-06-20T21:40:26.726Z | Downloaded cargo-util-schemas v0.8.2 |
| 369 | 2026-06-20T21:40:26.726Z | Downloaded icu_provider v2.1.1 |
| 370 | 2026-06-20T21:40:26.726Z | Downloaded indexmap v2.14.0 |
| 371 | 2026-06-20T21:40:26.726Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-06-20T21:40:26.726Z | Downloaded once_cell v1.21.3 |
| 373 | 2026-06-20T21:40:26.726Z | Downloaded camino v1.2.2 |
| 374 | 2026-06-20T21:40:26.726Z | Downloaded bitflags v2.11.0 |
| 375 | 2026-06-20T21:40:26.726Z | Downloaded icu_properties v2.1.2 |
| 376 | 2026-06-20T21:40:26.726Z | Downloaded serde_derive v1.0.228 |
| 377 | 2026-06-20T21:40:26.726Z | Downloaded anyhow v1.0.102 |
| 378 | 2026-06-20T21:40:26.726Z | Downloaded papergrid v0.11.0 |
| 379 | 2026-06-20T21:40:26.726Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-06-20T21:40:26.726Z | Downloaded getrandom v0.4.1 |
| 381 | 2026-06-20T21:40:26.726Z | Downloaded smallvec v1.15.1 |
| 382 | 2026-06-20T21:40:26.726Z | Downloaded pest_meta v2.8.6 |
| 383 | 2026-06-20T21:40:26.726Z | Downloaded icu_normalizer v2.1.1 |
| 384 | 2026-06-20T21:40:26.726Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-06-20T21:40:26.726Z | Downloaded memchr v2.8.0 |
| 386 | 2026-06-20T21:40:26.726Z | Downloaded serde v1.0.228 |
| 387 | 2026-06-20T21:40:26.726Z | Downloaded icu_normalizer_data v2.1.1 |
| 388 | 2026-06-20T21:40:26.726Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-06-20T21:40:26.726Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-06-20T21:40:26.726Z | Downloaded pest v2.8.6 |
| 391 | 2026-06-20T21:40:26.726Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-06-20T21:40:26.727Z | Downloaded idna v1.1.0 |
| 393 | 2026-06-20T21:40:26.727Z | Downloaded goblin v0.8.2 |
| 394 | 2026-06-20T21:40:26.727Z | Downloaded tabled v0.15.0 |
| 395 | 2026-06-20T21:40:26.727Z | Downloaded syn v1.0.109 |
| 396 | 2026-06-20T21:40:26.727Z | Downloaded syn v2.0.117 |
| 397 | 2026-06-20T21:40:26.727Z | Downloaded rustix v1.1.3 |
| 398 | 2026-06-20T21:40:26.727Z | Downloaded libc v0.2.185 |
| 399 | 2026-06-20T21:40:26.727Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-20T21:40:26.727Z | Compiling quote v1.0.45 |
| 401 | 2026-06-20T21:40:26.727Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-20T21:40:26.727Z | Compiling serde_core v1.0.228 |
| 403 | 2026-06-20T21:40:26.727Z | Compiling libc v0.2.185 |
| 404 | 2026-06-20T21:40:26.727Z | Compiling version_check v0.9.5 |
| 405 | 2026-06-20T21:40:26.727Z | Compiling serde v1.0.228 |
| 406 | 2026-06-20T21:40:26.727Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-20T21:40:26.727Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-20T21:40:26.727Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-20T21:40:26.727Z | Compiling autocfg v1.5.0 |
| 410 | 2026-06-20T21:40:26.727Z | Compiling thiserror v1.0.69 |
| 411 | 2026-06-20T21:40:26.727Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-06-20T21:40:26.727Z | Compiling itoa v1.0.17 |
| 413 | 2026-06-20T21:40:26.727Z | Compiling writeable v0.6.2 |
| 414 | 2026-06-20T21:40:26.727Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-20T21:40:26.727Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-06-20T21:40:26.727Z | Compiling byteorder v1.5.0 |
| 417 | 2026-06-20T21:40:26.727Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-06-20T21:40:26.727Z | Compiling rustix v1.1.3 |
| 419 | 2026-06-20T21:40:26.727Z | Compiling bitflags v2.11.0 |
| 420 | 2026-06-20T21:40:26.727Z | Compiling serde_json v1.0.149 |
| 421 | 2026-06-20T21:40:27.007Z | Compiling pest v2.8.6 |
| 422 | 2026-06-20T21:40:27.007Z | Compiling num-traits v0.2.19 |
| 423 | 2026-06-20T21:40:27.007Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-06-20T21:40:27.007Z | Compiling typeid v1.0.3 |
| 425 | 2026-06-20T21:40:27.007Z | Compiling smallvec v1.15.1 |
| 426 | 2026-06-20T21:40:27.007Z | Compiling equivalent v1.0.2 |
| 427 | 2026-06-20T21:40:27.007Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-06-20T21:40:27.007Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-06-20T21:40:27.007Z | Compiling toml_write v0.1.2 |
| 430 | 2026-06-20T21:40:27.007Z | Compiling winnow v0.7.14 |
| 431 | 2026-06-20T21:40:27.007Z | Compiling syn v1.0.109 |
| 432 | 2026-06-20T21:40:27.008Z | Compiling errno v0.3.14 |
| 433 | 2026-06-20T21:40:27.008Z | Compiling thread-id v4.2.2 |
| 434 | 2026-06-20T21:40:27.008Z | Compiling erased-serde v0.4.9 |
| 435 | 2026-06-20T21:40:27.008Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-06-20T21:40:27.008Z | Compiling indexmap v2.14.0 |
| 437 | 2026-06-20T21:40:27.008Z | Compiling thiserror v2.0.18 |
| 438 | 2026-06-20T21:40:27.008Z | Compiling utf8parse v0.2.2 |
| 439 | 2026-06-20T21:40:27.008Z | Compiling getrandom v0.4.1 |
| 440 | 2026-06-20T21:40:27.008Z | Compiling plain v0.2.3 |
| 441 | 2026-06-20T21:40:27.008Z | Compiling percent-encoding v2.3.2 |
| 442 | 2026-06-20T21:40:27.008Z | Compiling log v0.4.29 |
| 443 | 2026-06-20T21:40:27.008Z | Compiling camino v1.2.2 |
| 444 | 2026-06-20T21:40:27.008Z | Compiling utf8_iter v1.0.4 |
| 445 | 2026-06-20T21:40:27.008Z | Compiling syn v2.0.117 |
| 446 | 2026-06-20T21:40:27.008Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-06-20T21:40:27.008Z | Compiling anstyle-parse v1.0.0 |
| 448 | 2026-06-20T21:40:27.008Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-06-20T21:40:27.008Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-06-20T21:40:27.008Z | Compiling is_terminal_polyfill v1.70.2 |
| 451 | 2026-06-20T21:40:27.008Z | Compiling colorchoice v1.0.4 |
| 452 | 2026-06-20T21:40:27.008Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-06-20T21:40:27.008Z | Compiling cfg-if v1.0.4 |
| 454 | 2026-06-20T21:40:27.008Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-06-20T21:40:27.008Z | Compiling anstyle v1.0.14 |
| 456 | 2026-06-20T21:40:27.008Z | Compiling fs-err v3.3.0 |
| 457 | 2026-06-20T21:40:27.009Z | Compiling once_cell v1.21.3 |
| 458 | 2026-06-20T21:40:27.009Z | Compiling fnv v1.0.7 |
| 459 | 2026-06-20T21:40:27.009Z | Compiling strsim v0.11.1 |
| 460 | 2026-06-20T21:40:27.009Z | Compiling terminal_size v0.4.3 |
| 461 | 2026-06-20T21:40:27.009Z | Compiling anstream v1.0.0 |
| 462 | 2026-06-20T21:40:27.009Z | Compiling semver v1.0.28 |
| 463 | 2026-06-20T21:40:27.009Z | Compiling bytecount v0.6.9 |
| 464 | 2026-06-20T21:40:27.009Z | Compiling unicode-width v0.1.14 |
| 465 | 2026-06-20T21:40:27.009Z | Compiling fastrand v2.3.0 |
| 466 | 2026-06-20T21:40:27.009Z | Compiling unicode-xid v0.2.6 |
| 467 | 2026-06-20T21:40:27.009Z | Compiling heck v0.4.1 |
| 468 | 2026-06-20T21:40:27.009Z | Compiling anyhow v1.0.102 |
| 469 | 2026-06-20T21:40:27.009Z | Compiling clap_lex v1.0.0 |
| 470 | 2026-06-20T21:40:27.009Z | Compiling heck v0.5.0 |
| 471 | 2026-06-20T21:40:27.009Z | Compiling papergrid v0.11.0 |
| 472 | 2026-06-20T21:40:27.009Z | Compiling tempfile v3.25.0 |
| 473 | 2026-06-20T21:40:27.009Z | Compiling serde-untagged v0.1.9 |
| 474 | 2026-06-20T21:40:27.009Z | Compiling clap_builder v4.6.0 |
| 475 | 2026-06-20T21:40:27.009Z | Compiling memmap v0.7.0 |
| 476 | 2026-06-20T21:40:27.009Z | Compiling smawk v0.3.2 |
| 477 | 2026-06-20T21:40:27.009Z | Compiling unicode-width v0.2.0 |
| 478 | 2026-06-20T21:40:27.009Z | Compiling unicode-linebreak v0.1.5 |
| 479 | 2026-06-20T21:40:27.009Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-06-20T21:40:27.009Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-06-20T21:40:27.009Z | Compiling swrite v0.1.0 |
| 482 | 2026-06-20T21:40:27.010Z | Compiling textwrap v0.16.2 |
| 483 | 2026-06-20T21:40:27.010Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-06-20T21:40:27.010Z | Compiling tabled v0.15.0 |
| 485 | 2026-06-20T21:40:27.010Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-20T21:40:27.010Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-20T21:40:27.010Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-06-20T21:40:27.010Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-06-20T21:40:27.010Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-06-20T21:40:27.010Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-06-20T21:40:27.010Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-06-20T21:40:27.010Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-06-20T21:40:27.010Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-06-20T21:40:27.010Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-06-20T21:40:27.010Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-06-20T21:40:27.010Z | Compiling clap_derive v4.6.1 |
| 497 | 2026-06-20T21:40:27.010Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-06-20T21:40:27.010Z | Compiling scroll v0.12.0 |
| 499 | 2026-06-20T21:40:27.010Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-06-20T21:40:27.010Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-20T21:40:27.010Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-06-20T21:40:27.010Z | Compiling yoke v0.8.1 |
| 503 | 2026-06-20T21:40:27.010Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-06-20T21:40:27.010Z | Compiling zerovec v0.11.5 |
| 505 | 2026-06-20T21:40:27.010Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-06-20T21:40:27.010Z | Compiling clap v4.6.1 |
| 507 | 2026-06-20T21:40:27.011Z | Compiling tinystr v0.8.2 |
| 508 | 2026-06-20T21:40:27.011Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-06-20T21:40:27.011Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-06-20T21:40:27.011Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-06-20T21:40:27.011Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-06-20T21:40:27.011Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-06-20T21:40:27.011Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-06-20T21:40:27.011Z | Compiling dof v0.3.0 |
| 515 | 2026-06-20T21:40:27.011Z | Compiling serde_tokenstream v0.2.3 |
| 516 | 2026-06-20T21:40:27.011Z | Compiling serde-value v0.7.0 |
| 517 | 2026-06-20T21:40:27.011Z | Compiling cargo-platform v0.2.0 |
| 518 | 2026-06-20T21:40:27.011Z | Compiling macaddr v1.0.1 |
| 519 | 2026-06-20T21:40:27.011Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-06-20T21:40:27.011Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-06-20T21:40:27.165Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-06-20T21:40:27.165Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-06-20T21:40:27.165Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-06-20T21:40:27.165Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-06-20T21:40:27.165Z | Compiling idna v1.1.0 |
| 526 | 2026-06-20T21:40:27.165Z | Compiling usdt v0.5.0 |
| 527 | 2026-06-20T21:40:27.165Z | Compiling url v2.5.8 |
| 528 | 2026-06-20T21:40:27.166Z | Compiling toml v0.8.23 |
| 529 | 2026-06-20T21:40:27.166Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-06-20T21:40:27.166Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-06-20T21:40:27.166Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-06-20T21:40:27.166Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-06-20T21:40:27.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.22s |
| 534 | 2026-06-20T21:40:27.166Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 535 | 2026-06-20T21:40:27.166Z | Downloading crates ... |
| 536 | 2026-06-20T21:40:27.166Z | Downloaded async-recursion v1.1.1 |
| 537 | 2026-06-20T21:40:27.166Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-06-20T21:40:27.166Z | Downloaded async-stream-impl v0.3.6 |
| 539 | 2026-06-20T21:40:27.166Z | Downloaded aead v0.5.2 |
| 540 | 2026-06-20T21:40:27.166Z | Downloaded atomic-waker v1.1.2 |
| 541 | 2026-06-20T21:40:27.166Z | Downloaded async-trait v0.1.89 |
| 542 | 2026-06-20T21:40:27.166Z | Downloaded crunchy v0.2.4 |
| 543 | 2026-06-20T21:40:27.166Z | Downloaded async-stream v0.3.6 |
| 544 | 2026-06-20T21:40:27.166Z | Downloaded crc-any v2.5.0 |
| 545 | 2026-06-20T21:40:27.166Z | Downloaded dyn-clone v1.0.20 |
| 546 | 2026-06-20T21:40:27.166Z | Downloaded dirs-sys-next v0.1.2 |
| 547 | 2026-06-20T21:40:27.166Z | Downloaded derive-ex v0.1.8 |
| 548 | 2026-06-20T21:40:27.166Z | Downloaded compression-codecs v0.4.37 |
| 549 | 2026-06-20T21:40:27.166Z | Downloaded env_filter v1.0.0 |
| 550 | 2026-06-20T21:40:27.166Z | Downloaded ciborium-io v0.2.2 |
| 551 | 2026-06-20T21:40:27.166Z | Downloaded darling_macro v0.13.4 |
| 552 | 2026-06-20T21:40:27.166Z | Downloaded crucible-workspace-hack v0.1.0 |
| 553 | 2026-06-20T21:40:27.167Z | Downloaded darling_macro v0.21.3 |
| 554 | 2026-06-20T21:40:27.167Z | Downloaded fixedbitset v0.5.7 |
| 555 | 2026-06-20T21:40:27.167Z | Downloaded crossterm v0.29.0 |
| 556 | 2026-06-20T21:40:27.167Z | Downloaded chacha20poly1305 v0.10.1 |
| 557 | 2026-06-20T21:40:27.167Z | Downloaded chacha20 v0.9.1 |
| 558 | 2026-06-20T21:40:27.167Z | Downloaded endian-type v0.1.2 |
| 559 | 2026-06-20T21:40:27.167Z | Downloaded dropshot_endpoint v0.17.0 |
| 560 | 2026-06-20T21:40:27.167Z | Downloaded des v0.8.1 |
| 561 | 2026-06-20T21:40:27.167Z | Downloaded ascii-canvas v3.0.0 |
| 562 | 2026-06-20T21:40:27.167Z | Downloaded crc-catalog v2.4.0 |
| 563 | 2026-06-20T21:40:27.167Z | Downloaded atomicwrites v0.4.4 |
| 564 | 2026-06-20T21:40:27.167Z | Downloaded allocator-api2 v0.2.21 |
| 565 | 2026-06-20T21:40:27.167Z | Downloaded colored v2.2.0 |
| 566 | 2026-06-20T21:40:27.167Z | Downloaded derive_more v0.99.20 |
| 567 | 2026-06-20T21:40:27.167Z | Downloaded defmt v1.0.1 |
| 568 | 2026-06-20T21:40:27.167Z | Downloaded compression-core v0.4.31 |
| 569 | 2026-06-20T21:40:27.167Z | Downloaded atty v0.2.14 |
| 570 | 2026-06-20T21:40:27.167Z | Downloaded derive-where v1.6.0 |
| 571 | 2026-06-20T21:40:27.167Z | Downloaded array-init v0.0.4 |
| 572 | 2026-06-20T21:40:27.167Z | Downloaded ciborium-ll v0.2.2 |
| 573 | 2026-06-20T21:40:27.167Z | Downloaded cmake v0.1.57 |
| 574 | 2026-06-20T21:40:27.167Z | Downloaded bitflags v1.3.2 |
| 575 | 2026-06-20T21:40:27.167Z | Downloaded flagset v0.4.7 |
| 576 | 2026-06-20T21:40:27.167Z | Downloaded derive_builder_macro v0.20.2 |
| 577 | 2026-06-20T21:40:27.167Z | Downloaded embedded-io v0.4.0 |
| 578 | 2026-06-20T21:40:27.167Z | Downloaded document-features v0.2.12 |
| 579 | 2026-06-20T21:40:27.168Z | Downloaded drift v0.2.0 |
| 580 | 2026-06-20T21:40:27.168Z | Downloaded fallible-iterator v0.2.0 |
| 581 | 2026-06-20T21:40:27.168Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 582 | 2026-06-20T21:40:27.168Z | Downloaded difflib v0.4.0 |
| 583 | 2026-06-20T21:40:27.168Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 584 | 2026-06-20T21:40:27.168Z | Downloaded defmt-parser v1.0.0 |
| 585 | 2026-06-20T21:40:27.168Z | Downloaded block-padding v0.3.3 |
| 586 | 2026-06-20T21:40:27.168Z | Downloaded base16ct v0.2.0 |
| 587 | 2026-06-20T21:40:27.168Z | Downloaded assert_matches v1.5.0 |
| 588 | 2026-06-20T21:40:27.168Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 589 | 2026-06-20T21:40:27.168Z | Downloaded darling_macro v0.23.0 |
| 590 | 2026-06-20T21:40:27.168Z | Downloaded bitfield-struct v0.6.2 |
| 591 | 2026-06-20T21:40:27.168Z | Downloaded arc-swap v1.8.2 |
| 592 | 2026-06-20T21:40:27.168Z | Downloaded erased-serde v0.3.31 |
| 593 | 2026-06-20T21:40:27.168Z | Downloaded cfg_aliases v0.1.1 |
| 594 | 2026-06-20T21:40:27.168Z | Downloaded either v1.15.0 |
| 595 | 2026-06-20T21:40:27.168Z | Downloaded downcast-rs v2.0.2 |
| 596 | 2026-06-20T21:40:27.168Z | Downloaded darling_macro v0.20.11 |
| 597 | 2026-06-20T21:40:27.168Z | Downloaded cpufeatures v0.3.0 |
| 598 | 2026-06-20T21:40:27.168Z | Downloaded display-error-chain v0.2.2 |
| 599 | 2026-06-20T21:40:27.168Z | Downloaded enum-as-inner v0.6.1 |
| 600 | 2026-06-20T21:40:27.168Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-06-20T21:40:27.168Z | Downloaded cobs v0.3.0 |
| 602 | 2026-06-20T21:40:27.168Z | Downloaded bitfield-macros v0.19.4 |
| 603 | 2026-06-20T21:40:27.168Z | Downloaded bb8 v0.8.6 |
| 604 | 2026-06-20T21:40:27.168Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 605 | 2026-06-20T21:40:27.169Z | Downloaded bit-set v0.5.3 |
| 606 | 2026-06-20T21:40:27.169Z | Downloaded castaway v0.2.4 |
| 607 | 2026-06-20T21:40:27.169Z | Downloaded float-cmp v0.10.0 |
| 608 | 2026-06-20T21:40:27.169Z | Downloaded embedded-io v0.6.1 |
| 609 | 2026-06-20T21:40:27.169Z | Downloaded byte-wrapper v0.1.0 |
| 610 | 2026-06-20T21:40:27.169Z | Downloaded backoff v0.4.0 |
| 611 | 2026-06-20T21:40:27.169Z | Downloaded dunce v1.0.5 |
| 612 | 2026-06-20T21:40:27.169Z | Downloaded defmt v0.3.100 |
| 613 | 2026-06-20T21:40:27.169Z | Downloaded dof v0.4.0 |
| 614 | 2026-06-20T21:40:27.169Z | Downloaded debug-ignore v1.0.5 |
| 615 | 2026-06-20T21:40:27.169Z | Downloaded dtrace-parser v0.3.0 |
| 616 | 2026-06-20T21:40:27.169Z | Downloaded float-ord v0.3.2 |
| 617 | 2026-06-20T21:40:27.169Z | Downloaded defmt-macros v1.0.1 |
| 618 | 2026-06-20T21:40:27.169Z | Downloaded critical-section v1.2.0 |
| 619 | 2026-06-20T21:40:27.169Z | Downloaded ed25519 v2.2.3 |
| 620 | 2026-06-20T21:40:27.169Z | Downloaded cfg_aliases v0.2.1 |
| 621 | 2026-06-20T21:40:27.279Z | Downloaded crc8 v0.1.1 |
| 622 | 2026-06-20T21:40:27.279Z | Downloaded cstr-argument v0.1.2 |
| 623 | 2026-06-20T21:40:27.279Z | Downloaded fxhash v0.2.1 |
| 624 | 2026-06-20T21:40:27.279Z | Downloaded crc v3.4.0 |
| 625 | 2026-06-20T21:40:27.279Z | Downloaded funty v2.0.0 |
| 626 | 2026-06-20T21:40:27.279Z | Downloaded foreign-types-shared v0.1.1 |
| 627 | 2026-06-20T21:40:27.279Z | Downloaded fd-lock v4.0.4 |
| 628 | 2026-06-20T21:40:27.279Z | Downloaded arrayref v0.3.9 |
| 629 | 2026-06-20T21:40:27.279Z | Downloaded convert_case v0.4.0 |
| 630 | 2026-06-20T21:40:27.280Z | Downloaded bit-set v0.8.0 |
| 631 | 2026-06-20T21:40:27.280Z | Downloaded fixedbitset v0.4.2 |
| 632 | 2026-06-20T21:40:27.280Z | Downloaded futures-sink v0.3.32 |
| 633 | 2026-06-20T21:40:27.280Z | Downloaded futures-core v0.3.32 |
| 634 | 2026-06-20T21:40:27.280Z | Downloaded foreign-types-macros v0.2.3 |
| 635 | 2026-06-20T21:40:27.280Z | Downloaded foreign-types v0.3.2 |
| 636 | 2026-06-20T21:40:27.280Z | Downloaded crc32fast v1.5.0 |
| 637 | 2026-06-20T21:40:27.280Z | Downloaded foreign-types-shared v0.3.1 |
| 638 | 2026-06-20T21:40:27.280Z | Downloaded find-msvc-tools v0.1.9 |
| 639 | 2026-06-20T21:40:27.280Z | Downloaded futures-io v0.3.32 |
| 640 | 2026-06-20T21:40:27.280Z | Downloaded foreign-types v0.5.0 |
| 641 | 2026-06-20T21:40:27.280Z | Downloaded deranged v0.5.8 |
| 642 | 2026-06-20T21:40:27.280Z | Downloaded gethostname v0.5.0 |
| 643 | 2026-06-20T21:40:27.280Z | Downloaded ghash v0.5.1 |
| 644 | 2026-06-20T21:40:27.280Z | Downloaded futures-macro v0.3.32 |
| 645 | 2026-06-20T21:40:27.280Z | Downloaded globwalk v0.9.1 |
| 646 | 2026-06-20T21:40:27.280Z | Downloaded hash32 v0.2.1 |
| 647 | 2026-06-20T21:40:27.280Z | Downloaded hex v0.4.3 |
| 648 | 2026-06-20T21:40:27.280Z | Downloaded headers-core v0.3.0 |
| 649 | 2026-06-20T21:40:27.280Z | Downloaded bit-vec v0.8.0 |
| 650 | 2026-06-20T21:40:27.280Z | Downloaded crossbeam-channel v0.5.15 |
| 651 | 2026-06-20T21:40:27.280Z | Downloaded der v0.7.10 |
| 652 | 2026-06-20T21:40:27.280Z | Downloaded filetime v0.2.27 |
| 653 | 2026-06-20T21:40:27.280Z | Downloaded dsl_auto_type v0.2.0 |
| 654 | 2026-06-20T21:40:27.281Z | Downloaded ctr v0.9.2 |
| 655 | 2026-06-20T21:40:27.281Z | Downloaded ena v0.14.4 |
| 656 | 2026-06-20T21:40:27.281Z | Downloaded ff v0.13.1 |
| 657 | 2026-06-20T21:40:27.281Z | Downloaded env_logger v0.11.9 |
| 658 | 2026-06-20T21:40:27.281Z | Downloaded anstyle-parse v0.2.7 |
| 659 | 2026-06-20T21:40:27.281Z | Downloaded crossbeam-deque v0.8.6 |
| 660 | 2026-06-20T21:40:27.281Z | Downloaded bcs v0.1.6 |
| 661 | 2026-06-20T21:40:27.281Z | Downloaded arrayvec v0.7.6 |
| 662 | 2026-06-20T21:40:27.281Z | Downloaded diesel-dtrace v0.5.0 |
| 663 | 2026-06-20T21:40:27.281Z | Downloaded constant_time_eq v0.4.2 |
| 664 | 2026-06-20T21:40:27.281Z | Downloaded hex-literal v0.4.1 |
| 665 | 2026-06-20T21:40:27.281Z | Downloaded cargo-platform v0.3.2 |
| 666 | 2026-06-20T21:40:27.281Z | Downloaded camino-tempfile-ext v0.3.3 |
| 667 | 2026-06-20T21:40:27.281Z | Downloaded bitfield v0.19.4 |
| 668 | 2026-06-20T21:40:27.281Z | Downloaded bit-vec v0.6.3 |
| 669 | 2026-06-20T21:40:27.281Z | Downloaded http-body v1.0.1 |
| 670 | 2026-06-20T21:40:27.281Z | Downloaded base64ct v1.8.3 |
| 671 | 2026-06-20T21:40:27.281Z | Downloaded hostname v0.3.1 |
| 672 | 2026-06-20T21:40:27.281Z | Downloaded anstream v0.6.21 |
| 673 | 2026-06-20T21:40:27.281Z | Downloaded hash32 v0.3.1 |
| 674 | 2026-06-20T21:40:27.281Z | Downloaded ecdsa v0.16.9 |
| 675 | 2026-06-20T21:40:27.281Z | Downloaded der_derive v0.7.3 |
| 676 | 2026-06-20T21:40:27.281Z | Downloaded darling v0.13.4 |
| 677 | 2026-06-20T21:40:27.281Z | Downloaded home v0.5.12 |
| 678 | 2026-06-20T21:40:27.281Z | Downloaded daft v0.1.7 |
| 679 | 2026-06-20T21:40:27.281Z | Downloaded csv-core v0.1.13 |
| 680 | 2026-06-20T21:40:27.281Z | Downloaded fs_extra v1.3.0 |
| 681 | 2026-06-20T21:40:27.282Z | Downloaded fs-err v2.11.0 |
| 682 | 2026-06-20T21:40:27.282Z | Downloaded argon2 v0.5.3 |
| 683 | 2026-06-20T21:40:27.282Z | Downloaded corncobs v0.1.4 |
| 684 | 2026-06-20T21:40:27.282Z | Downloaded futures v0.3.32 |
| 685 | 2026-06-20T21:40:27.282Z | Downloaded hubpack_derive v0.1.1 |
| 686 | 2026-06-20T21:40:27.282Z | Downloaded httpdate v1.0.3 |
| 687 | 2026-06-20T21:40:27.282Z | Downloaded is-terminal v0.4.17 |
| 688 | 2026-06-20T21:40:27.282Z | Downloaded inout v0.1.4 |
| 689 | 2026-06-20T21:40:27.282Z | Downloaded indoc v1.0.9 |
| 690 | 2026-06-20T21:40:27.282Z | Downloaded indent_write v2.2.0 |
| 691 | 2026-06-20T21:40:27.282Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 692 | 2026-06-20T21:40:27.282Z | Downloaded illumos-nvpair v0.3.0 |
| 693 | 2026-06-20T21:40:27.282Z | Downloaded hyper-tls v0.6.0 |
| 694 | 2026-06-20T21:40:27.282Z | Downloaded group v0.13.0 |
| 695 | 2026-06-20T21:40:27.282Z | Downloaded expectorate v1.2.0 |
| 696 | 2026-06-20T21:40:27.282Z | Downloaded ident_case v1.0.1 |
| 697 | 2026-06-20T21:40:27.282Z | Downloaded hubpack v0.1.2 |
| 698 | 2026-06-20T21:40:27.282Z | Downloaded git-stub v1.0.0 |
| 699 | 2026-06-20T21:40:27.282Z | Downloaded foldhash v0.2.0 |
| 700 | 2026-06-20T21:40:27.282Z | Downloaded derive_builder v0.20.2 |
| 701 | 2026-06-20T21:40:27.282Z | Downloaded derive_builder_core v0.20.2 |
| 702 | 2026-06-20T21:40:27.282Z | Downloaded data-encoding v2.10.0 |
| 703 | 2026-06-20T21:40:27.282Z | Downloaded hostname v0.4.2 |
| 704 | 2026-06-20T21:40:27.282Z | Downloaded globset v0.4.18 |
| 705 | 2026-06-20T21:40:27.282Z | Downloaded colored v3.1.1 |
| 706 | 2026-06-20T21:40:27.282Z | Downloaded console v0.16.2 |
| 707 | 2026-06-20T21:40:27.282Z | Downloaded cancel-safe-futures v0.1.5 |
| 708 | 2026-06-20T21:40:27.283Z | Downloaded keccak v0.1.6 |
| 709 | 2026-06-20T21:40:27.283Z | Downloaded cookie_store v0.22.1 |
| 710 | 2026-06-20T21:40:27.283Z | Downloaded instant v0.1.13 |
| 711 | 2026-06-20T21:40:27.283Z | Downloaded const-oid v0.9.6 |
| 712 | 2026-06-20T21:40:27.283Z | Downloaded lazy_static v1.5.0 |
| 713 | 2026-06-20T21:40:27.283Z | Downloaded async-bb8-diesel v0.2.1 |
| 714 | 2026-06-20T21:40:27.283Z | Downloaded elliptic-curve v0.13.8 |
| 715 | 2026-06-20T21:40:27.283Z | Downloaded darling v0.21.3 |
| 716 | 2026-06-20T21:40:27.283Z | Downloaded glob v0.3.3 |
| 717 | 2026-06-20T21:40:27.283Z | Downloaded is_ci v1.2.0 |
| 718 | 2026-06-20T21:40:27.283Z | Downloaded crossbeam-utils v0.8.21 |
| 719 | 2026-06-20T21:40:27.283Z | Downloaded futures-channel v0.3.32 |
| 720 | 2026-06-20T21:40:27.283Z | Downloaded darling_core v0.13.4 |
| 721 | 2026-06-20T21:40:27.474Z | Downloaded highway v1.3.0 |
| 722 | 2026-06-20T21:40:27.474Z | Downloaded lalrpop-util v0.19.12 |
| 723 | 2026-06-20T21:40:27.474Z | Downloaded lru v0.12.5 |
| 724 | 2026-06-20T21:40:27.474Z | Downloaded maybe-uninit v2.0.0 |
| 725 | 2026-06-20T21:40:27.474Z | Downloaded http-body-util v0.1.3 |
| 726 | 2026-06-20T21:40:27.474Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-06-20T21:40:27.474Z | Downloaded instability v0.3.11 |
| 728 | 2026-06-20T21:40:27.474Z | Downloaded match_cfg v0.1.0 |
| 729 | 2026-06-20T21:40:27.474Z | Downloaded bzip2 v0.6.1 |
| 730 | 2026-06-20T21:40:27.474Z | Downloaded bzip2 v0.4.4 |
| 731 | 2026-06-20T21:40:27.474Z | Downloaded kstat-rs v0.2.4 |
| 732 | 2026-06-20T21:40:27.474Z | Downloaded libscf-sys v1.1.0 |
| 733 | 2026-06-20T21:40:27.474Z | Downloaded cookie v0.18.1 |
| 734 | 2026-06-20T21:40:27.474Z | Downloaded crossbeam-epoch v0.9.18 |
| 735 | 2026-06-20T21:40:27.474Z | Downloaded linked-hash-map v0.5.6 |
| 736 | 2026-06-20T21:40:27.474Z | Downloaded futures-executor v0.3.32 |
| 737 | 2026-06-20T21:40:27.474Z | Downloaded ingot v0.1.1 |
| 738 | 2026-06-20T21:40:27.474Z | Downloaded lzss v0.8.2 |
| 739 | 2026-06-20T21:40:27.474Z | Downloaded memoffset v0.9.1 |
| 740 | 2026-06-20T21:40:27.474Z | Downloaded md5 v0.7.0 |
| 741 | 2026-06-20T21:40:27.474Z | Downloaded md-5 v0.10.6 |
| 742 | 2026-06-20T21:40:27.474Z | Downloaded mime v0.3.17 |
| 743 | 2026-06-20T21:40:27.474Z | Downloaded maplit v1.0.2 |
| 744 | 2026-06-20T21:40:27.474Z | Downloaded lru-slab v0.1.2 |
| 745 | 2026-06-20T21:40:27.474Z | Downloaded cargo_metadata v0.23.1 |
| 746 | 2026-06-20T21:40:27.474Z | Downloaded ciborium v0.2.2 |
| 747 | 2026-06-20T21:40:27.474Z | Downloaded clang-sys v1.8.1 |
| 748 | 2026-06-20T21:40:27.474Z | Downloaded new_debug_unreachable v1.0.6 |
| 749 | 2026-06-20T21:40:27.474Z | Downloaded console v0.15.11 |
| 750 | 2026-06-20T21:40:27.474Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 751 | 2026-06-20T21:40:27.475Z | Downloaded fatfs v0.3.6 |
| 752 | 2026-06-20T21:40:27.475Z | Downloaded cipher v0.4.4 |
| 753 | 2026-06-20T21:40:27.475Z | Downloaded humantime v2.3.0 |
| 754 | 2026-06-20T21:40:27.475Z | Downloaded getrandom v0.2.17 |
| 755 | 2026-06-20T21:40:27.475Z | Downloaded chacha20 v0.10.0 |
| 756 | 2026-06-20T21:40:27.475Z | Downloaded hyper-staticfile v0.10.1 |
| 757 | 2026-06-20T21:40:27.475Z | Downloaded darling v0.20.11 |
| 758 | 2026-06-20T21:40:27.475Z | Downloaded managed v0.8.0 |
| 759 | 2026-06-20T21:40:27.475Z | Downloaded bytes v1.11.1 |
| 760 | 2026-06-20T21:40:27.475Z | Downloaded ingot-types v0.1.2 |
| 761 | 2026-06-20T21:40:27.475Z | Downloaded blake2 v0.10.6 |
| 762 | 2026-06-20T21:40:27.475Z | Downloaded backon v1.6.0 |
| 763 | 2026-06-20T21:40:27.475Z | Downloaded hyper-rustls v0.27.7 |
| 764 | 2026-06-20T21:40:27.475Z | Downloaded ahash v0.8.12 |
| 765 | 2026-06-20T21:40:27.475Z | Downloaded darling_core v0.23.0 |
| 766 | 2026-06-20T21:40:27.475Z | Downloaded indoc v2.0.7 |
| 767 | 2026-06-20T21:40:27.475Z | Downloaded newtype_derive v0.1.6 |
| 768 | 2026-06-20T21:40:27.475Z | Downloaded nibble_vec v0.1.0 |
| 769 | 2026-06-20T21:40:27.475Z | Downloaded newtype-uuid-macros v0.1.0 |
| 770 | 2026-06-20T21:40:27.475Z | Downloaded nonempty v0.12.0 |
| 771 | 2026-06-20T21:40:27.475Z | Downloaded libsw v3.5.0 |
| 772 | 2026-06-20T21:40:27.475Z | Downloaded jobserver v0.1.34 |
| 773 | 2026-06-20T21:40:27.475Z | Downloaded num-derive v0.3.3 |
| 774 | 2026-06-20T21:40:27.475Z | Downloaded libloading v0.8.9 |
| 775 | 2026-06-20T21:40:27.475Z | Downloaded num_threads v0.1.7 |
| 776 | 2026-06-20T21:40:27.475Z | Downloaded half v1.8.3 |
| 777 | 2026-06-20T21:40:27.475Z | Downloaded nodrop v0.1.14 |
| 778 | 2026-06-20T21:40:27.475Z | Downloaded newline-converter v0.3.0 |
| 779 | 2026-06-20T21:40:27.475Z | Downloaded num-iter v0.1.45 |
| 780 | 2026-06-20T21:40:27.475Z | Downloaded ipnet v2.11.0 |
| 781 | 2026-06-20T21:40:27.476Z | Downloaded cc v1.2.56 |
| 782 | 2026-06-20T21:40:27.476Z | Downloaded openssl-probe v0.1.6 |
| 783 | 2026-06-20T21:40:27.476Z | Downloaded openssl-macros v0.1.1 |
| 784 | 2026-06-20T21:40:27.476Z | Downloaded ipnetwork v0.21.1 |
| 785 | 2026-06-20T21:40:27.476Z | Downloaded num_enum_derive v0.5.11 |
| 786 | 2026-06-20T21:40:27.476Z | Downloaded hmac v0.12.1 |
| 787 | 2026-06-20T21:40:27.476Z | Downloaded getrandom v0.3.4 |
| 788 | 2026-06-20T21:40:27.476Z | Downloaded libsw-core v0.3.2 |
| 789 | 2026-06-20T21:40:27.476Z | Downloaded lock_api v0.4.14 |
| 790 | 2026-06-20T21:40:27.476Z | Downloaded iana-time-zone v0.1.65 |
| 791 | 2026-06-20T21:40:27.476Z | Downloaded lru-cache v0.1.2 |
| 792 | 2026-06-20T21:40:27.476Z | Downloaded ingot-macros v0.1.1 |
| 793 | 2026-06-20T21:40:27.476Z | Downloaded mime_guess v2.0.5 |
| 794 | 2026-06-20T21:40:27.476Z | Downloaded num-conv v0.2.0 |
| 795 | 2026-06-20T21:40:27.476Z | Downloaded daft-derive v0.1.7 |
| 796 | 2026-06-20T21:40:27.476Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-06-20T21:40:27.476Z | Downloaded num v0.4.3 |
| 798 | 2026-06-20T21:40:27.476Z | Downloaded olpc-cjson v0.1.4 |
| 799 | 2026-06-20T21:40:27.476Z | Downloaded normalize-line-endings v0.3.0 |
| 800 | 2026-06-20T21:40:27.476Z | Downloaded native-tls v0.2.18 |
| 801 | 2026-06-20T21:40:27.476Z | Downloaded oso-derive v0.27.3 |
| 802 | 2026-06-20T21:40:27.476Z | Downloaded openssl-probe v0.2.1 |
| 803 | 2026-06-20T21:40:27.476Z | Downloaded nanorand v0.7.0 |
| 804 | 2026-06-20T21:40:27.476Z | Downloaded foldhash v0.1.5 |
| 805 | 2026-06-20T21:40:27.476Z | Downloaded darling_core v0.21.3 |
| 806 | 2026-06-20T21:40:27.476Z | Downloaded diff v0.1.13 |
| 807 | 2026-06-20T21:40:27.476Z | Downloaded linear-map v1.2.0 |
| 808 | 2026-06-20T21:40:27.476Z | Downloaded const_format_proc_macros v0.2.34 |
| 809 | 2026-06-20T21:40:27.476Z | Downloaded cexpr v0.6.0 |
| 810 | 2026-06-20T21:40:27.476Z | Downloaded cbc v0.1.2 |
| 811 | 2026-06-20T21:40:27.476Z | Downloaded httparse v1.10.1 |
| 812 | 2026-06-20T21:40:27.476Z | Downloaded cassowary v0.3.0 |
| 813 | 2026-06-20T21:40:27.477Z | Downloaded blowfish v0.9.1 |
| 814 | 2026-06-20T21:40:27.477Z | Downloaded libefi-sys v0.1.0 |
| 815 | 2026-06-20T21:40:27.477Z | warning: spurious network error (3 tries remaining): [28] Timeout was reached (download of `aes-gcm v0.10.3` failed to transfer more than 10 bytes in 30s) |
| 816 | 2026-06-20T21:40:27.477Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-06-20T21:40:27.477Z | warning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `aes v0.8.4` within 30s) |
| 818 | 2026-06-20T21:40:27.477Z | Downloaded git-stub-vcs v0.1.0 |
| 819 | 2026-06-20T21:40:27.477Z | Downloaded futures-task v0.3.32 |
| 820 | 2026-06-20T21:40:27.477Z | Downloaded http-range v0.1.5 |
| 821 | 2026-06-20T21:40:27.586Z | Downloaded darling v0.23.0 |
| 822 | 2026-06-20T21:40:27.586Z | Downloaded peg-runtime v0.8.5 |
| 823 | 2026-06-20T21:40:27.586Z | Downloaded darling_core v0.20.11 |
| 824 | 2026-06-20T21:40:27.586Z | Downloaded buf-list v1.1.2 |
| 825 | 2026-06-20T21:40:27.586Z | Downloaded convert_case v0.10.0 |
| 826 | 2026-06-20T21:40:27.586Z | Downloaded compact_str v0.8.1 |
| 827 | 2026-06-20T21:40:27.586Z | Downloaded parse-size v1.1.0 |
| 828 | 2026-06-20T21:40:27.586Z | Downloaded pbkdf2 v0.11.0 |
| 829 | 2026-06-20T21:40:27.586Z | Downloaded phf_shared v0.13.1 |
| 830 | 2026-06-20T21:40:27.586Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-06-20T21:40:27.586Z | Downloaded multimap v0.10.1 |
| 832 | 2026-06-20T21:40:27.586Z | Downloaded pbkdf2 v0.12.2 |
| 833 | 2026-06-20T21:40:27.586Z | Downloaded num-rational v0.4.2 |
| 834 | 2026-06-20T21:40:27.586Z | Downloaded num_enum_derive v0.7.6 |
| 835 | 2026-06-20T21:40:27.586Z | Downloaded num_enum v0.7.6 |
| 836 | 2026-06-20T21:40:27.586Z | Downloaded pin-utils v0.1.0 |
| 837 | 2026-06-20T21:40:27.586Z | Downloaded phf_shared v0.12.1 |
| 838 | 2026-06-20T21:40:27.586Z | Downloaded phf_shared v0.11.3 |
| 839 | 2026-06-20T21:40:27.586Z | Downloaded num_enum v0.5.11 |
| 840 | 2026-06-20T21:40:27.586Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-06-20T21:40:27.586Z | Downloaded num-integer v0.1.46 |
| 842 | 2026-06-20T21:40:27.586Z | Downloaded predicates-core v1.0.10 |
| 843 | 2026-06-20T21:40:27.586Z | Downloaded half v2.7.1 |
| 844 | 2026-06-20T21:40:27.586Z | Downloaded num-derive v0.4.2 |
| 845 | 2026-06-20T21:40:27.586Z | Downloaded indexmap v1.9.3 |
| 846 | 2026-06-20T21:40:27.586Z | Downloaded ignore v0.4.25 |
| 847 | 2026-06-20T21:40:27.586Z | Downloaded packed_struct_codegen v0.10.1 |
| 848 | 2026-06-20T21:40:27.586Z | Downloaded packed_struct v0.10.1 |
| 849 | 2026-06-20T21:40:27.586Z | Downloaded multer v3.1.0 |
| 850 | 2026-06-20T21:40:27.586Z | Downloaded litrs v1.0.0 |
| 851 | 2026-06-20T21:40:27.587Z | Downloaded nu-ansi-term v0.50.3 |
| 852 | 2026-06-20T21:40:27.587Z | Downloaded num-complex v0.4.6 |
| 853 | 2026-06-20T21:40:27.587Z | Downloaded flate2 v1.1.9 |
| 854 | 2026-06-20T21:40:27.587Z | Downloaded password-hash v0.5.0 |
| 855 | 2026-06-20T21:40:27.587Z | Downloaded heapless v0.7.17 |
| 856 | 2026-06-20T21:40:27.587Z | Downloaded oxnet v0.1.6 |
| 857 | 2026-06-20T21:40:27.587Z | Downloaded oxide-tokio-rt v0.1.4 |
| 858 | 2026-06-20T21:40:27.587Z | Downloaded paste v1.0.15 |
| 859 | 2026-06-20T21:40:27.587Z | Downloaded powerfmt v0.2.0 |
| 860 | 2026-06-20T21:40:27.587Z | Downloaded peg-macros v0.8.5 |
| 861 | 2026-06-20T21:40:27.587Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 862 | 2026-06-20T21:40:27.587Z | Downloaded progenitor-client v0.14.0 |
| 863 | 2026-06-20T21:40:27.587Z | Downloaded proc-macro-crate v3.4.0 |
| 864 | 2026-06-20T21:40:27.587Z | Downloaded password-hash v0.4.2 |
| 865 | 2026-06-20T21:40:27.587Z | Downloaded progenitor-macro v0.14.0 |
| 866 | 2026-06-20T21:40:27.587Z | Downloaded progenitor-macro v0.13.0 |
| 867 | 2026-06-20T21:40:27.587Z | Downloaded parse-display-derive v0.10.0 |
| 868 | 2026-06-20T21:40:27.587Z | Downloaded proc-macro-crate v1.3.1 |
| 869 | 2026-06-20T21:40:27.587Z | Downloaded libbz2-rs-sys v0.2.2 |
| 870 | 2026-06-20T21:40:27.587Z | Downloaded owo-colors v4.3.0 |
| 871 | 2026-06-20T21:40:27.587Z | Downloaded headers v0.4.1 |
| 872 | 2026-06-20T21:40:27.587Z | Downloaded radium v0.7.0 |
| 873 | 2026-06-20T21:40:27.587Z | Downloaded diesel_derives v2.3.7 |
| 874 | 2026-06-20T21:40:27.587Z | Downloaded flume v0.11.1 |
| 875 | 2026-06-20T21:40:27.587Z | Downloaded peg v0.8.5 |
| 876 | 2026-06-20T21:40:27.587Z | Downloaded memmap2 v0.9.10 |
| 877 | 2026-06-20T21:40:27.587Z | Downloaded pin-project-internal v1.1.11 |
| 878 | 2026-06-20T21:40:27.587Z | Downloaded rand_xorshift v0.4.0 |
| 879 | 2026-06-20T21:40:27.587Z | Downloaded quick-error v1.2.3 |
| 880 | 2026-06-20T21:40:27.587Z | Downloaded indicatif v0.18.4 |
| 881 | 2026-06-20T21:40:27.587Z | Downloaded path-slash v0.1.5 |
| 882 | 2026-06-20T21:40:27.587Z | Downloaded pem-rfc7468 v0.7.0 |
| 883 | 2026-06-20T21:40:27.587Z | Downloaded ppv-lite86 v0.2.21 |
| 884 | 2026-06-20T21:40:27.587Z | Downloaded pkg-config v0.3.32 |
| 885 | 2026-06-20T21:40:27.587Z | Downloaded pkcs8 v0.10.2 |
| 886 | 2026-06-20T21:40:27.587Z | Downloaded phf v0.13.1 |
| 887 | 2026-06-20T21:40:27.587Z | Downloaded parking_lot_core v0.9.12 |
| 888 | 2026-06-20T21:40:27.588Z | Downloaded pem v3.0.6 |
| 889 | 2026-06-20T21:40:27.588Z | Downloaded poly1305 v0.8.0 |
| 890 | 2026-06-20T21:40:27.588Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 891 | 2026-06-20T21:40:27.588Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2026-06-20T21:40:27.588Z | Downloaded recursive v0.1.1 |
| 893 | 2026-06-20T21:40:27.588Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-06-20T21:40:27.588Z | Downloaded predicates v3.1.4 |
| 895 | 2026-06-20T21:40:27.588Z | Downloaded derive_more-impl v2.1.1 |
| 896 | 2026-06-20T21:40:27.588Z | Downloaded hickory-resolver v0.24.4 |
| 897 | 2026-06-20T21:40:27.588Z | Downloaded polyval v0.6.2 |
| 898 | 2026-06-20T21:40:27.588Z | Downloaded progenitor-extras v0.2.0 |
| 899 | 2026-06-20T21:40:27.588Z | Downloaded psm v0.1.30 |
| 900 | 2026-06-20T21:40:27.588Z | Downloaded psl-types v2.0.11 |
| 901 | 2026-06-20T21:40:27.588Z | Downloaded russh-cryptovec v0.7.3 |
| 902 | 2026-06-20T21:40:27.588Z | Downloaded rtoolbox v0.0.3 |
| 903 | 2026-06-20T21:40:27.588Z | Downloaded omicron-zone-package v0.12.2 |
| 904 | 2026-06-20T21:40:27.588Z | Downloaded rustc-hash v2.1.1 |
| 905 | 2026-06-20T21:40:27.588Z | Downloaded crypto-bigint v0.5.5 |
| 906 | 2026-06-20T21:40:27.588Z | Downloaded rand_core v0.6.4 |
| 907 | 2026-06-20T21:40:27.588Z | Downloaded ref-cast-impl v1.0.25 |
| 908 | 2026-06-20T21:40:27.588Z | Downloaded ref-cast v1.0.25 |
| 909 | 2026-06-20T21:40:27.588Z | Downloaded primeorder v0.13.6 |
| 910 | 2026-06-20T21:40:27.588Z | Downloaded postgres-protocol v0.6.10 |
| 911 | 2026-06-20T21:40:27.588Z | Downloaded pin-project-lite v0.2.17 |
| 912 | 2026-06-20T21:40:27.588Z | Downloaded rustc_version v0.4.1 |
| 913 | 2026-06-20T21:40:27.588Z | Downloaded base64 v0.21.7 |
| 914 | 2026-06-20T21:40:27.588Z | Downloaded progenitor v0.14.0 |
| 915 | 2026-06-20T21:40:27.588Z | Downloaded progenitor v0.13.0 |
| 916 | 2026-06-20T21:40:27.588Z | Downloaded proc-macro-error2 v2.0.1 |
| 917 | 2026-06-20T21:40:27.588Z | Downloaded parking_lot v0.12.5 |
| 918 | 2026-06-20T21:40:27.588Z | Downloaded ar_archive_writer v0.5.1 |
| 919 | 2026-06-20T21:40:27.588Z | Downloaded const_format v0.2.35 |
| 920 | 2026-06-20T21:40:27.588Z | Downloaded base64 v0.22.1 |
| 921 | 2026-06-20T21:40:27.704Z | Downloaded sapling-renderdag v0.1.0 |
| 922 | 2026-06-20T21:40:27.704Z | Downloaded parking_lot_core v0.8.6 |
| 923 | 2026-06-20T21:40:27.704Z | Downloaded salsa20 v0.10.2 |
| 924 | 2026-06-20T21:40:27.704Z | Downloaded same-file v1.0.6 |
| 925 | 2026-06-20T21:40:27.704Z | Downloaded parking_lot v0.11.2 |
| 926 | 2026-06-20T21:40:27.704Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-06-20T21:40:27.704Z | Downloaded miniz_oxide v0.8.9 |
| 928 | 2026-06-20T21:40:27.704Z | Downloaded phf v0.12.1 |
| 929 | 2026-06-20T21:40:27.705Z | Downloaded derive_more v2.1.1 |
| 930 | 2026-06-20T21:40:27.705Z | Downloaded resolv-conf v0.7.6 |
| 931 | 2026-06-20T21:40:27.705Z | Downloaded pkcs5 v0.7.1 |
| 932 | 2026-06-20T21:40:27.705Z | Downloaded pkcs1 v0.7.5 |
| 933 | 2026-06-20T21:40:27.705Z | Downloaded rand_core v0.9.5 |
| 934 | 2026-06-20T21:40:27.705Z | Downloaded rand_seeder v0.4.0 |
| 935 | 2026-06-20T21:40:27.705Z | Downloaded rand_core v0.10.0 |
| 936 | 2026-06-20T21:40:27.705Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-06-20T21:40:27.705Z | Downloaded scopeguard v1.2.0 |
| 938 | 2026-06-20T21:40:27.705Z | Downloaded scrypt v0.11.0 |
| 939 | 2026-06-20T21:40:27.705Z | Downloaded quinn-udp v0.5.14 |
| 940 | 2026-06-20T21:40:27.705Z | Downloaded serde-big-array v0.5.1 |
| 941 | 2026-06-20T21:40:27.705Z | Downloaded scroll_derive v0.13.1 |
| 942 | 2026-06-20T21:40:27.705Z | Downloaded heapless v0.8.0 |
| 943 | 2026-06-20T21:40:27.705Z | Downloaded hickory-resolver v0.25.2 |
| 944 | 2026-06-20T21:40:27.705Z | Downloaded serde_bytes v0.11.19 |
| 945 | 2026-06-20T21:40:27.705Z | Downloaded seq-macro v0.3.6 |
| 946 | 2026-06-20T21:40:27.705Z | Downloaded serde_repr v0.1.20 |
| 947 | 2026-06-20T21:40:27.705Z | Downloaded predicates-tree v1.0.13 |
| 948 | 2026-06-20T21:40:27.705Z | Downloaded rustls-pemfile v1.0.4 |
| 949 | 2026-06-20T21:40:27.705Z | Downloaded pin-project v1.1.11 |
| 950 | 2026-06-20T21:40:27.705Z | Downloaded rustls-pemfile v2.2.0 |
| 951 | 2026-06-20T21:40:27.706Z | Downloaded secrecy v0.10.3 |
| 952 | 2026-06-20T21:40:27.706Z | Downloaded rusty-fork v0.3.1 |
| 953 | 2026-06-20T21:40:27.706Z | Downloaded rustversion v1.0.22 |
| 954 | 2026-06-20T21:40:27.706Z | Downloaded serde_spanned v1.0.4 |
| 955 | 2026-06-20T21:40:27.706Z | Downloaded serde_plain v1.0.2 |
| 956 | 2026-06-20T21:40:27.706Z | Downloaded semver v0.1.20 |
| 957 | 2026-06-20T21:40:27.706Z | Downloaded secrecy v0.8.0 |
| 958 | 2026-06-20T21:40:27.706Z | Downloaded postgres-types v0.2.12 |
| 959 | 2026-06-20T21:40:27.706Z | Downloaded bumpalo v3.20.2 |
| 960 | 2026-06-20T21:40:27.706Z | Downloaded signature v2.2.0 |
| 961 | 2026-06-20T21:40:27.706Z | Downloaded sha1 v0.10.6 |
| 962 | 2026-06-20T21:40:27.706Z | Downloaded openssl-sys v0.9.115 |
| 963 | 2026-06-20T21:40:27.706Z | Downloaded p256 v0.13.2 |
| 964 | 2026-06-20T21:40:27.706Z | Downloaded progenitor-client v0.13.0 |
| 965 | 2026-06-20T21:40:27.706Z | Downloaded papergrid v0.17.0 |
| 966 | 2026-06-20T21:40:27.706Z | Downloaded serde_urlencoded v0.7.1 |
| 967 | 2026-06-20T21:40:27.706Z | Downloaded prefix-trie v0.7.0 |
| 968 | 2026-06-20T21:40:27.706Z | Downloaded r2d2 v0.8.10 |
| 969 | 2026-06-20T21:40:27.706Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-06-20T21:40:27.706Z | Downloaded sigpipe v0.1.3 |
| 971 | 2026-06-20T21:40:27.706Z | Downloaded signal-hook-tokio v0.3.1 |
| 972 | 2026-06-20T21:40:27.706Z | Downloaded schemars_derive v0.8.22 |
| 973 | 2026-06-20T21:40:27.706Z | Downloaded signal-hook-mio v0.2.5 |
| 974 | 2026-06-20T21:40:27.706Z | Downloaded siphasher v1.0.2 |
| 975 | 2026-06-20T21:40:27.706Z | Downloaded http v1.4.0 |
| 976 | 2026-06-20T21:40:27.706Z | Downloaded postcard v1.1.3 |
| 977 | 2026-06-20T21:40:27.706Z | Downloaded ed25519-dalek v2.2.0 |
| 978 | 2026-06-20T21:40:27.707Z | Downloaded scroll v0.13.0 |
| 979 | 2026-06-20T21:40:27.707Z | Downloaded progenitor-impl v0.14.0 |
| 980 | 2026-06-20T21:40:27.707Z | Downloaded crossterm v0.28.1 |
| 981 | 2026-06-20T21:40:27.707Z | Downloaded slog-bunyan v2.5.0 |
| 982 | 2026-06-20T21:40:27.707Z | Downloaded slog-envlogger v2.2.0 |
| 983 | 2026-06-20T21:40:27.707Z | Downloaded sct v0.7.1 |
| 984 | 2026-06-20T21:40:27.707Z | Downloaded rand_chacha v0.9.0 |
| 985 | 2026-06-20T21:40:27.707Z | Downloaded serde-hex v0.1.0 |
| 986 | 2026-06-20T21:40:27.707Z | Downloaded jiff-static v0.2.21 |
| 987 | 2026-06-20T21:40:27.707Z | Downloaded serde_path_to_error v0.1.20 |
| 988 | 2026-06-20T21:40:27.707Z | Downloaded oso v0.27.3 |
| 989 | 2026-06-20T21:40:27.707Z | Downloaded rustls-native-certs v0.8.3 |
| 990 | 2026-06-20T21:40:27.707Z | Downloaded sec1 v0.7.3 |
| 991 | 2026-06-20T21:40:27.707Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2026-06-20T21:40:27.707Z | Downloaded ssh-encoding v0.2.0 |
| 993 | 2026-06-20T21:40:27.707Z | Downloaded serde_with_macros v1.5.2 |
| 994 | 2026-06-20T21:40:27.707Z | Downloaded sqlparser_derive v0.5.0 |
| 995 | 2026-06-20T21:40:27.707Z | Downloaded hyper-util v0.1.20 |
| 996 | 2026-06-20T21:40:27.707Z | Downloaded async-compression v0.4.41 |
| 997 | 2026-06-20T21:40:27.707Z | Downloaded pretty_assertions v1.4.1 |
| 998 | 2026-06-20T21:40:27.707Z | Downloaded minimal-lexical v0.2.1 |
| 999 | 2026-06-20T21:40:27.707Z | Downloaded rustls-pki-types v1.14.0 |
| 1000 | 2026-06-20T21:40:27.707Z | Downloaded strsim v0.10.0 |
| 1001 | 2026-06-20T21:40:27.707Z | Downloaded signal-hook-registry v1.4.8 |
| 1002 | 2026-06-20T21:40:27.707Z | Downloaded structmeta-derive v0.3.0 |
| 1003 | 2026-06-20T21:40:27.708Z | Downloaded strum v0.27.2 |
| 1004 | 2026-06-20T21:40:27.708Z | Downloaded strum v0.26.3 |
| 1005 | 2026-06-20T21:40:27.708Z | Downloaded structmeta v0.3.0 |
| 1006 | 2026-06-20T21:40:27.708Z | Downloaded sync_wrapper v1.0.2 |
| 1007 | 2026-06-20T21:40:27.708Z | Downloaded slab v0.4.12 |
| 1008 | 2026-06-20T21:40:27.708Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-06-20T21:40:27.708Z | Downloaded bindgen v0.71.1 |
| 1010 | 2026-06-20T21:40:27.708Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2026-06-20T21:40:27.708Z | Downloaded tagptr v0.2.0 |
| 1012 | 2026-06-20T21:40:27.708Z | Downloaded simd-adler32 v0.3.8 |
| 1013 | 2026-06-20T21:40:27.708Z | Downloaded slog-term v2.9.2 |
| 1014 | 2026-06-20T21:40:27.708Z | Downloaded smf v0.2.3 |
| 1015 | 2026-06-20T21:40:27.708Z | Downloaded sync-ptr v0.1.4 |
| 1016 | 2026-06-20T21:40:27.708Z | Downloaded supports-color v3.0.2 |
| 1017 | 2026-06-20T21:40:27.708Z | Downloaded take_mut v0.2.2 |
| 1018 | 2026-06-20T21:40:27.708Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-06-20T21:40:27.708Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-06-20T21:40:27.708Z | Downloaded slog-dtrace v0.3.0 |
| 1021 | 2026-06-20T21:40:27.813Z | Downloaded slog-async v2.8.0 |
| 1022 | 2026-06-20T21:40:27.813Z | Downloaded hashbrown v0.13.2 |
| 1023 | 2026-06-20T21:40:27.813Z | Downloaded tabled_derive v0.11.0 |
| 1024 | 2026-06-20T21:40:27.813Z | Downloaded smallvec v0.6.14 |
| 1025 | 2026-06-20T21:40:27.813Z | Downloaded tabwriter v1.4.1 |
| 1026 | 2026-06-20T21:40:27.813Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1027 | 2026-06-20T21:40:27.813Z | Downloaded subtle v2.6.1 |
| 1028 | 2026-06-20T21:40:27.814Z | Downloaded serde_cbor v0.11.2 |
| 1029 | 2026-06-20T21:40:27.814Z | Downloaded ryu v1.0.23 |
| 1030 | 2026-06-20T21:40:27.814Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1031 | 2026-06-20T21:40:27.814Z | Downloaded string_cache v0.8.9 |
| 1032 | 2026-06-20T21:40:27.814Z | Downloaded testing_table v0.3.0 |
| 1033 | 2026-06-20T21:40:27.814Z | Downloaded static_assertions v1.1.0 |
| 1034 | 2026-06-20T21:40:27.814Z | Downloaded stacker v0.1.23 |
| 1035 | 2026-06-20T21:40:27.814Z | Downloaded thread-id v5.1.0 |
| 1036 | 2026-06-20T21:40:27.814Z | Downloaded termtree v0.5.1 |
| 1037 | 2026-06-20T21:40:27.814Z | Downloaded prettyplease v0.2.37 |
| 1038 | 2026-06-20T21:40:27.814Z | Downloaded tinyvec_macros v0.1.1 |
| 1039 | 2026-06-20T21:40:27.814Z | Downloaded hashbrown v0.15.5 |
| 1040 | 2026-06-20T21:40:27.814Z | Downloaded spki v0.7.3 |
| 1041 | 2026-06-20T21:40:27.814Z | Downloaded rcgen v0.12.1 |
| 1042 | 2026-06-20T21:40:27.814Z | Downloaded ssh-cipher v0.2.0 |
| 1043 | 2026-06-20T21:40:27.814Z | Downloaded sqlformat v0.3.5 |
| 1044 | 2026-06-20T21:40:27.814Z | Downloaded mio v1.2.0 |
| 1045 | 2026-06-20T21:40:27.814Z | Downloaded schemars v0.8.22 |
| 1046 | 2026-06-20T21:40:27.815Z | Downloaded stringprep v0.1.5 |
| 1047 | 2026-06-20T21:40:27.815Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-06-20T21:40:27.815Z | Downloaded strum_macros v0.24.3 |
| 1049 | 2026-06-20T21:40:27.815Z | Downloaded dropshot-api-manager v0.7.2 |
| 1050 | 2026-06-20T21:40:27.815Z | Downloaded tokio-macros v2.7.0 |
| 1051 | 2026-06-20T21:40:27.815Z | Downloaded progenitor-impl v0.13.0 |
| 1052 | 2026-06-20T21:40:27.815Z | Downloaded quinn v0.11.9 |
| 1053 | 2026-06-20T21:40:27.815Z | Downloaded strum_macros v0.27.2 |
| 1054 | 2026-06-20T21:40:27.815Z | Downloaded aho-corasick v1.1.4 |
| 1055 | 2026-06-20T21:40:27.815Z | Downloaded strum_macros v0.26.4 |
| 1056 | 2026-06-20T21:40:27.815Z | Downloaded publicsuffix v2.3.0 |
| 1057 | 2026-06-20T21:40:27.815Z | Downloaded nom v7.1.3 |
| 1058 | 2026-06-20T21:40:27.815Z | Downloaded tap v1.0.1 |
| 1059 | 2026-06-20T21:40:27.815Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-06-20T21:40:27.815Z | Downloaded slog-stdlog v4.1.1 |
| 1061 | 2026-06-20T21:40:27.815Z | Downloaded topological-sort v0.2.2 |
| 1062 | 2026-06-20T21:40:27.815Z | Downloaded snafu-derive v0.8.9 |
| 1063 | 2026-06-20T21:40:27.815Z | Downloaded hashbrown v0.12.3 |
| 1064 | 2026-06-20T21:40:27.815Z | Downloaded thiserror-no-std v2.0.2 |
| 1065 | 2026-06-20T21:40:27.815Z | Downloaded hickory-server v0.25.2 |
| 1066 | 2026-06-20T21:40:27.815Z | Downloaded serde_with_macros v3.17.0 |
| 1067 | 2026-06-20T21:40:27.816Z | Downloaded time-core v0.1.8 |
| 1068 | 2026-06-20T21:40:27.816Z | Downloaded time-macros v0.2.27 |
| 1069 | 2026-06-20T21:40:27.816Z | Downloaded tower-layer v0.3.3 |
| 1070 | 2026-06-20T21:40:27.816Z | Downloaded ron v0.8.1 |
| 1071 | 2026-06-20T21:40:27.816Z | Downloaded rayon-core v1.13.0 |
| 1072 | 2026-06-20T21:40:27.816Z | Downloaded termios v0.3.3 |
| 1073 | 2026-06-20T21:40:27.816Z | Downloaded signal-hook v0.3.18 |
| 1074 | 2026-06-20T21:40:27.816Z | Downloaded tls_codec v0.4.2 |
| 1075 | 2026-06-20T21:40:27.816Z | Downloaded spin v0.9.8 |
| 1076 | 2026-06-20T21:40:27.816Z | Downloaded trait-variant v0.1.2 |
| 1077 | 2026-06-20T21:40:27.816Z | Downloaded thread_local v1.1.9 |
| 1078 | 2026-06-20T21:40:27.816Z | Downloaded similar v2.7.0 |
| 1079 | 2026-06-20T21:40:27.816Z | Downloaded tokio-native-tls v0.3.1 |
| 1080 | 2026-06-20T21:40:27.816Z | Downloaded qorb v0.4.1 |
| 1081 | 2026-06-20T21:40:27.816Z | Downloaded try-lock v0.2.5 |
| 1082 | 2026-06-20T21:40:27.816Z | Downloaded tiny-keccak v2.0.2 |
| 1083 | 2026-06-20T21:40:27.816Z | Downloaded itertools v0.10.5 |
| 1084 | 2026-06-20T21:40:27.816Z | Downloaded universal-hash v0.5.1 |
| 1085 | 2026-06-20T21:40:27.816Z | Downloaded tower-service v0.3.3 |
| 1086 | 2026-06-20T21:40:27.816Z | Downloaded unit-prefix v0.5.2 |
| 1087 | 2026-06-20T21:40:27.816Z | Downloaded unicode-truncate v1.1.0 |
| 1088 | 2026-06-20T21:40:27.816Z | Downloaded tokio-dtrace v0.1.1 |
| 1089 | 2026-06-20T21:40:27.816Z | Downloaded tls_codec_derive v0.4.2 |
| 1090 | 2026-06-20T21:40:27.816Z | Downloaded tokio-tungstenite v0.21.0 |
| 1091 | 2026-06-20T21:40:27.817Z | Downloaded typify-macro v0.6.2 |
| 1092 | 2026-06-20T21:40:27.817Z | Downloaded unarray v0.1.4 |
| 1093 | 2026-06-20T21:40:27.817Z | Downloaded utf-8 v0.7.6 |
| 1094 | 2026-06-20T21:40:27.817Z | Downloaded usdt-attr-macro v0.6.0 |
| 1095 | 2026-06-20T21:40:27.817Z | Downloaded usdt v0.6.0 |
| 1096 | 2026-06-20T21:40:27.817Z | Downloaded term v0.7.0 |
| 1097 | 2026-06-20T21:40:27.817Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1098 | 2026-06-20T21:40:27.817Z | Downloaded samael v0.0.19 |
| 1099 | 2026-06-20T21:40:27.817Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1100 | 2026-06-20T21:40:27.817Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1101 | 2026-06-20T21:40:27.817Z | Downloaded slog v2.8.2 |
| 1102 | 2026-06-20T21:40:27.817Z | Downloaded rustls-webpki v0.103.9 |
| 1103 | 2026-06-20T21:40:27.817Z | Downloaded untrusted v0.7.1 |
| 1104 | 2026-06-20T21:40:27.817Z | Downloaded usdt-macro v0.6.0 |
| 1105 | 2026-06-20T21:40:27.817Z | Downloaded untrusted v0.9.0 |
| 1106 | 2026-06-20T21:40:27.817Z | Downloaded schemars v0.9.0 |
| 1107 | 2026-06-20T21:40:27.817Z | Downloaded waitgroup v0.1.2 |
| 1108 | 2026-06-20T21:40:27.817Z | Downloaded wait-timeout v0.2.1 |
| 1109 | 2026-06-20T21:40:27.817Z | Downloaded unicase v2.9.0 |
| 1110 | 2026-06-20T21:40:27.817Z | Downloaded hashbrown v0.16.1 |
| 1111 | 2026-06-20T21:40:27.817Z | Downloaded num-bigint v0.4.6 |
| 1112 | 2026-06-20T21:40:27.818Z | Downloaded tokio-rustls v0.25.0 |
| 1113 | 2026-06-20T21:40:27.818Z | Downloaded tokio-rustls v0.24.1 |
| 1114 | 2026-06-20T21:40:27.818Z | Downloaded subprocess v0.2.15 |
| 1115 | 2026-06-20T21:40:27.818Z | Downloaded want v0.3.1 |
| 1116 | 2026-06-20T21:40:27.818Z | Downloaded itertools v0.14.0 |
| 1117 | 2026-06-20T21:40:27.818Z | Downloaded xshell-macros v0.2.7 |
| 1118 | 2026-06-20T21:40:27.818Z | Downloaded xattr v1.6.1 |
| 1119 | 2026-06-20T21:40:27.818Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1120 | 2026-06-20T21:40:27.818Z | Downloaded term v1.2.1 |
| 1121 | 2026-06-20T21:40:27.856Z | Downloaded void v1.0.2 |
| 1122 | 2026-06-20T21:40:27.856Z | Downloaded socket2 v0.6.3 |
| 1123 | 2026-06-20T21:40:27.856Z | Downloaded tokio-rustls v0.26.4 |
| 1124 | 2026-06-20T21:40:27.856Z | Downloaded libxml v0.3.3 |
| 1125 | 2026-06-20T21:40:27.856Z | Downloaded futures-util v0.3.32 |
| 1126 | 2026-06-20T21:40:27.856Z | Downloaded nom v8.0.0 |
| 1127 | 2026-06-20T21:40:27.856Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1128 | 2026-06-20T21:40:27.856Z | Downloaded socket2 v0.5.10 |
| 1129 | 2026-06-20T21:40:27.856Z | Downloaded tokio-tungstenite v0.23.1 |
| 1130 | 2026-06-20T21:40:27.856Z | Downloaded test-strategy v0.4.5 |
| 1131 | 2026-06-20T21:40:27.857Z | Downloaded aws-lc-rs v1.16.3 |
| 1132 | 2026-06-20T21:40:27.857Z | Downloaded vergen-lib v9.1.0 |
| 1133 | 2026-06-20T21:40:27.857Z | Downloaded tracing-attributes v0.1.31 |
| 1134 | 2026-06-20T21:40:27.857Z | Downloaded p521 v0.13.3 |
| 1135 | 2026-06-20T21:40:27.857Z | Downloaded vergen-lib v0.1.6 |
| 1136 | 2026-06-20T21:40:27.857Z | Downloaded rand v0.8.6 |
| 1137 | 2026-06-20T21:40:27.857Z | Downloaded zone v0.3.1 |
| 1138 | 2026-06-20T21:40:27.857Z | Downloaded tokio-stream v0.1.18 |
| 1139 | 2026-06-20T21:40:27.857Z | Downloaded rand v0.9.2 |
| 1140 | 2026-06-20T21:40:27.857Z | Downloaded rand v0.10.0 |
| 1141 | 2026-06-20T21:40:27.857Z | Downloaded iri-string v0.7.10 |
| 1142 | 2026-06-20T21:40:27.857Z | Downloaded xshell v0.2.7 |
| 1143 | 2026-06-20T21:40:27.857Z | Downloaded uzers v0.12.2 |
| 1144 | 2026-06-20T21:40:27.857Z | Downloaded zone_cfg_derive v0.3.1 |
| 1145 | 2026-06-20T21:40:27.857Z | Downloaded itertools v0.13.0 |
| 1146 | 2026-06-20T21:40:27.857Z | Downloaded snafu v0.8.9 |
| 1147 | 2026-06-20T21:40:27.857Z | Downloaded num-bigint-dig v0.8.6 |
| 1148 | 2026-06-20T21:40:27.857Z | Downloaded rsa v0.9.10 |
| 1149 | 2026-06-20T21:40:27.857Z | Downloaded vergen-gitcl v1.0.8 |
| 1150 | 2026-06-20T21:40:27.857Z | Downloaded itertools v0.12.1 |
| 1151 | 2026-06-20T21:40:27.857Z | Downloaded vergen v9.1.0 |
| 1152 | 2026-06-20T21:40:27.857Z | Downloaded tinyvec v1.10.0 |
| 1153 | 2026-06-20T21:40:27.857Z | Downloaded walkdir v2.5.0 |
| 1154 | 2026-06-20T21:40:27.857Z | Downloaded vsss-rs v3.3.4 |
| 1155 | 2026-06-20T21:40:27.857Z | Downloaded zstd-safe v7.2.4 |
| 1156 | 2026-06-20T21:40:27.857Z | Downloaded whoami v2.1.0 |
| 1157 | 2026-06-20T21:40:27.857Z | Downloaded unicode-bidi v0.3.18 |
| 1158 | 2026-06-20T21:40:27.857Z | Downloaded whoami v1.6.1 |
| 1159 | 2026-06-20T21:40:27.857Z | Downloaded tui-tree-widget v0.23.1 |
| 1160 | 2026-06-20T21:40:27.858Z | Downloaded wyz v0.5.1 |
| 1161 | 2026-06-20T21:40:27.858Z | Downloaded unicode-properties v0.1.4 |
| 1162 | 2026-06-20T21:40:27.858Z | Downloaded schemars v1.2.1 |
| 1163 | 2026-06-20T21:40:27.858Z | Downloaded uuid v1.23.0 |
| 1164 | 2026-06-20T21:40:27.858Z | Downloaded zeroize_derive v1.4.3 |
| 1165 | 2026-06-20T21:40:27.858Z | Downloaded usdt-impl v0.6.0 |
| 1166 | 2026-06-20T21:40:27.858Z | Downloaded unsafe-libyaml v0.2.11 |
| 1167 | 2026-06-20T21:40:27.858Z | Downloaded h2 v0.4.13 |
| 1168 | 2026-06-20T21:40:27.858Z | Downloaded hkdf v0.12.4 |
| 1169 | 2026-06-20T21:40:27.858Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1170 | 2026-06-20T21:40:27.858Z | Downloaded libm v0.2.16 |
| 1171 | 2026-06-20T21:40:27.858Z | Downloaded zeroize v1.8.2 |
| 1172 | 2026-06-20T21:40:27.858Z | Downloaded vergen-git2 v9.1.0 |
| 1173 | 2026-06-20T21:40:27.858Z | Downloaded serde_with v1.14.0 |
| 1174 | 2026-06-20T21:40:27.858Z | Downloaded toml v0.7.8 |
| 1175 | 2026-06-20T21:40:27.858Z | Downloaded tar v0.4.45 |
| 1176 | 2026-06-20T21:40:27.858Z | Downloaded hyper v1.8.1 |
| 1177 | 2026-06-20T21:40:27.858Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-06-20T21:40:27.858Z | Downloaded tungstenite v0.23.0 |
| 1179 | 2026-06-20T21:40:27.858Z | Downloaded zstd v0.13.3 |
| 1180 | 2026-06-20T21:40:27.858Z | Downloaded typify v0.6.2 |
| 1181 | 2026-06-20T21:40:27.858Z | Downloaded steno v0.4.1 |
| 1182 | 2026-06-20T21:40:27.858Z | Downloaded twox-hash v2.1.2 |
| 1183 | 2026-06-20T21:40:27.858Z | Downloaded tungstenite v0.21.0 |
| 1184 | 2026-06-20T21:40:27.858Z | Downloaded yasna v0.5.2 |
| 1185 | 2026-06-20T21:40:27.858Z | Downloaded rustyline v14.0.0 |
| 1186 | 2026-06-20T21:40:27.859Z | Downloaded zerocopy v0.6.6 |
| 1187 | 2026-06-20T21:40:27.859Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1188 | 2026-06-20T21:40:27.859Z | Downloaded regex v1.12.3 |
| 1189 | 2026-06-20T21:40:27.859Z | Downloaded rpassword v7.4.0 |
| 1190 | 2026-06-20T21:40:27.859Z | Downloaded vte v0.14.1 |
| 1191 | 2026-06-20T21:40:27.859Z | Downloaded russh v0.45.0 |
| 1192 | 2026-06-20T21:40:27.859Z | Downloaded zopfli v0.8.3 |
| 1193 | 2026-06-20T21:40:27.859Z | Downloaded iddqd v0.4.2 |
| 1194 | 2026-06-20T21:40:27.859Z | Downloaded unicode_categories v0.1.1 |
| 1195 | 2026-06-20T21:40:27.859Z | Downloaded yansi v1.0.1 |
| 1196 | 2026-06-20T21:40:27.859Z | Downloaded p384 v0.13.1 |
| 1197 | 2026-06-20T21:40:27.859Z | Downloaded reqwest v0.12.28 |
| 1198 | 2026-06-20T21:40:27.859Z | Downloaded zip v0.6.6 |
| 1199 | 2026-06-20T21:40:27.859Z | Downloaded reqwest v0.13.2 |
| 1200 | 2026-06-20T21:40:27.859Z | Downloaded quick-xml v0.37.5 |
| 1201 | 2026-06-20T21:40:27.859Z | Downloaded reedline v0.40.0 |
| 1202 | 2026-06-20T21:40:27.859Z | Downloaded ssh-key v0.6.7 |
| 1203 | 2026-06-20T21:40:27.859Z | Downloaded zerocopy-derive v0.8.40 |
| 1204 | 2026-06-20T21:40:27.859Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-06-20T21:40:27.859Z | Downloaded tower v0.5.3 |
| 1206 | 2026-06-20T21:40:27.859Z | Downloaded unicode-segmentation v1.12.0 |
| 1207 | 2026-06-20T21:40:27.859Z | Downloaded bitvec v1.0.1 |
| 1208 | 2026-06-20T21:40:27.859Z | Downloaded tokio-postgres v0.7.16 |
| 1209 | 2026-06-20T21:40:27.859Z | Downloaded blake3 v1.8.3 |
| 1210 | 2026-06-20T21:40:27.859Z | Downloaded rayon v1.11.0 |
| 1211 | 2026-06-20T21:40:27.859Z | Downloaded git2 v0.20.4 |
| 1212 | 2026-06-20T21:40:27.859Z | Downloaded unicode-normalization v0.1.25 |
| 1213 | 2026-06-20T21:40:27.859Z | Downloaded rustls-webpki v0.101.7 |
| 1214 | 2026-06-20T21:40:27.859Z | Downloaded x509-cert v0.2.5 |
| 1215 | 2026-06-20T21:40:27.859Z | Downloaded typed-path v0.9.3 |
| 1216 | 2026-06-20T21:40:27.859Z | Downloaded tokio-util v0.7.18 |
| 1217 | 2026-06-20T21:40:27.859Z | Downloaded rustls-webpki v0.102.8 |
| 1218 | 2026-06-20T21:40:27.859Z | Downloaded zip v4.6.1 |
| 1219 | 2026-06-20T21:40:27.859Z | Downloaded tough v0.22.0 |
| 1220 | 2026-06-20T21:40:27.860Z | Downloaded petname v2.0.2 |
| 1221 | 2026-06-20T21:40:27.878Z | Downloaded proptest v1.10.0 |
| 1222 | 2026-06-20T21:40:27.878Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-06-20T21:40:27.878Z | Downloaded lalrpop v0.19.12 |
| 1224 | 2026-06-20T21:40:27.878Z | Downloaded chrono v0.4.44 |
| 1225 | 2026-06-20T21:40:27.878Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-06-20T21:40:27.878Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-06-20T21:40:27.878Z | Downloaded quinn-proto v0.11.13 |
| 1228 | 2026-06-20T21:40:27.878Z | Downloaded nix v0.27.1 |
| 1229 | 2026-06-20T21:40:27.879Z | Downloaded radix_trie v0.2.1 |
| 1230 | 2026-06-20T21:40:27.879Z | Downloaded serde_with v3.17.0 |
| 1231 | 2026-06-20T21:40:27.879Z | Downloaded moka v0.12.13 |
| 1232 | 2026-06-20T21:40:27.879Z | Downloaded winnow v0.6.26 |
| 1233 | 2026-06-20T21:40:27.879Z | Downloaded curve25519-dalek v4.1.3 |
| 1234 | 2026-06-20T21:40:27.879Z | Downloaded salty v0.3.0 |
| 1235 | 2026-06-20T21:40:27.879Z | Downloaded object v0.30.4 |
| 1236 | 2026-06-20T21:40:27.879Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-06-20T21:40:27.879Z | Downloaded openssl v0.10.79 |
| 1238 | 2026-06-20T21:40:27.879Z | Downloaded polar-core v0.27.3 |
| 1239 | 2026-06-20T21:40:27.879Z | Downloaded dropshot v0.17.0 |
| 1240 | 2026-06-20T21:40:27.879Z | Downloaded nix v0.28.0 |
| 1241 | 2026-06-20T21:40:27.879Z | Downloaded regex-syntax v0.6.29 |
| 1242 | 2026-06-20T21:40:27.879Z | Downloaded hickory-proto v0.24.4 |
| 1243 | 2026-06-20T21:40:27.879Z | Downloaded time v0.3.47 |
| 1244 | 2026-06-20T21:40:27.879Z | Downloaded tabled v0.20.0 |
| 1245 | 2026-06-20T21:40:27.879Z | Downloaded vcpkg v0.2.15 |
| 1246 | 2026-06-20T21:40:27.879Z | Downloaded zlib-rs v0.6.2 |
| 1247 | 2026-06-20T21:40:27.879Z | Downloaded hickory-proto v0.25.2 |
| 1248 | 2026-06-20T21:40:27.879Z | Downloaded zerocopy v0.8.40 |
| 1249 | 2026-06-20T21:40:27.879Z | Downloaded smoltcp v0.11.0 |
| 1250 | 2026-06-20T21:40:27.879Z | Downloaded regress v0.11.1 |
| 1251 | 2026-06-20T21:40:27.879Z | Downloaded regress v0.10.5 |
| 1252 | 2026-06-20T21:40:27.879Z | Downloaded rustls v0.23.37 |
| 1253 | 2026-06-20T21:40:27.879Z | Downloaded diesel v2.3.7 |
| 1254 | 2026-06-20T21:40:27.879Z | Downloaded rustls v0.22.4 |
| 1255 | 2026-06-20T21:40:27.879Z | Downloaded regex-syntax v0.8.10 |
| 1256 | 2026-06-20T21:40:27.879Z | Downloaded openapiv3 v2.2.0 |
| 1257 | 2026-06-20T21:40:27.879Z | Downloaded webpki-roots v1.0.6 |
| 1258 | 2026-06-20T21:40:27.879Z | Downloaded object v0.37.3 |
| 1259 | 2026-06-20T21:40:27.879Z | Downloaded rustix v0.38.44 |
| 1260 | 2026-06-20T21:40:27.879Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-06-20T21:40:27.879Z | Downloaded smoltcp v0.9.1 |
| 1262 | 2026-06-20T21:40:27.913Z | Downloaded sled v0.34.7 |
| 1263 | 2026-06-20T21:40:27.913Z | Downloaded rustls v0.21.12 |
| 1264 | 2026-06-20T21:40:27.913Z | Downloaded nix v0.31.2 |
| 1265 | 2026-06-20T21:40:27.963Z | Downloaded tracing v0.1.44 |
| 1266 | 2026-06-20T21:40:28.040Z | Downloaded regex-automata v0.4.14 |
| 1267 | 2026-06-20T21:40:28.040Z | Downloaded sqlparser v0.61.0 |
| 1268 | 2026-06-20T21:40:28.040Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-06-20T21:40:28.076Z | Downloaded petgraph v0.8.3 |
| 1270 | 2026-06-20T21:40:28.076Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-06-20T21:40:28.076Z | Downloaded csv v1.4.0 |
| 1272 | 2026-06-20T21:40:28.076Z | Downloaded zerocopy-derive v0.6.6 |
| 1273 | 2026-06-20T21:40:28.076Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1274 | 2026-06-20T21:40:28.076Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1275 | 2026-06-20T21:40:28.077Z | Downloaded sha3 v0.10.8 |
| 1276 | 2026-06-20T21:40:28.103Z | Downloaded aes v0.8.4 |
| 1277 | 2026-06-20T21:40:28.103Z | Downloaded chrono-tz v0.10.4 |
| 1278 | 2026-06-20T21:40:28.103Z | Downloaded petgraph v0.6.5 |
| 1279 | 2026-06-20T21:40:28.127Z | Downloaded jiff v0.2.21 |
| 1280 | 2026-06-20T21:40:28.154Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-06-20T21:40:28.154Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-06-20T21:40:28.247Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1283 | 2026-06-20T21:40:28.268Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-06-20T21:40:28.268Z | Downloaded aes-gcm v0.10.3 |
| 1285 | 2026-06-20T21:40:28.307Z | Downloaded ring v0.17.14 |
| 1286 | 2026-06-20T21:40:28.900Z | Downloaded aws-lc-sys v0.40.0 |
| 1287 | 2026-06-20T21:40:29.834Z | Compiling libc v0.2.185 |
| 1288 | 2026-06-20T21:40:29.834Z | Compiling serde v1.0.228 |
| 1289 | 2026-06-20T21:40:29.961Z | Compiling log v0.4.29 |
| 1290 | 2026-06-20T21:40:29.961Z | Compiling find-msvc-tools v0.1.9 |
| 1291 | 2026-06-20T21:40:29.961Z | Compiling shlex v1.3.0 |
| 1292 | 2026-06-20T21:40:29.961Z | Compiling smallvec v1.15.1 |
| 1293 | 2026-06-20T21:40:29.962Z | Compiling typenum v1.19.0 |
| 1294 | 2026-06-20T21:40:29.962Z | Compiling subtle v2.6.1 |
| 1295 | 2026-06-20T21:40:29.962Z | Compiling generic-array v0.14.7 |
| 1296 | 2026-06-20T21:40:29.962Z | Compiling scopeguard v1.2.0 |
| 1297 | 2026-06-20T21:40:29.962Z | Compiling const-oid v0.9.6 |
| 1298 | 2026-06-20T21:40:29.962Z | Compiling serde_json v1.0.149 |
| 1299 | 2026-06-20T21:40:29.962Z | Compiling syn v2.0.117 |
| 1300 | 2026-06-20T21:40:29.962Z | Compiling zerocopy v0.8.40 |
| 1301 | 2026-06-20T21:40:29.962Z | Compiling portable-atomic v1.13.1 |
| 1302 | 2026-06-20T21:40:29.962Z | Compiling pin-project-lite v0.2.17 |
| 1303 | 2026-06-20T21:40:29.962Z | Compiling lock_api v0.4.14 |
| 1304 | 2026-06-20T21:40:29.962Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-06-20T21:40:29.962Z | Compiling pkg-config v0.3.32 |
| 1306 | 2026-06-20T21:40:29.962Z | Compiling bitflags v2.11.0 |
| 1307 | 2026-06-20T21:40:29.962Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-06-20T21:40:29.963Z | Compiling futures-core v0.3.32 |
| 1309 | 2026-06-20T21:40:29.963Z | Compiling libm v0.2.16 |
| 1310 | 2026-06-20T21:40:29.963Z | Compiling num-traits v0.2.19 |
| 1311 | 2026-06-20T21:40:29.963Z | Compiling percent-encoding v2.3.2 |
| 1312 | 2026-06-20T21:40:29.963Z | Compiling futures-sink v0.3.32 |
| 1313 | 2026-06-20T21:40:29.963Z | Compiling slab v0.4.12 |
| 1314 | 2026-06-20T21:40:29.963Z | Compiling futures-io v0.3.32 |
| 1315 | 2026-06-20T21:40:29.963Z | Compiling futures-channel v0.3.32 |
| 1316 | 2026-06-20T21:40:29.963Z | Compiling futures-task v0.3.32 |
| 1317 | 2026-06-20T21:40:29.963Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-06-20T21:40:29.963Z | Compiling cpufeatures v0.2.17 |
| 1319 | 2026-06-20T21:40:29.963Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-06-20T21:40:29.963Z | Compiling indexmap v2.14.0 |
| 1321 | 2026-06-20T21:40:29.996Z | Compiling getrandom v0.3.4 |
| 1322 | 2026-06-20T21:40:29.996Z | Compiling rustversion v1.0.22 |
| 1323 | 2026-06-20T21:40:29.996Z | Compiling form_urlencoded v1.2.2 |
| 1324 | 2026-06-20T21:40:30.020Z | Compiling dunce v1.0.5 |
| 1325 | 2026-06-20T21:40:30.020Z | Compiling fs_extra v1.3.0 |
| 1326 | 2026-06-20T21:40:30.088Z | Compiling base64ct v1.8.3 |
| 1327 | 2026-06-20T21:40:30.088Z | Compiling ident_case v1.0.1 |
| 1328 | 2026-06-20T21:40:30.088Z | Compiling flagset v0.4.7 |
| 1329 | 2026-06-20T21:40:30.127Z | Compiling iana-time-zone v0.1.65 |
| 1330 | 2026-06-20T21:40:30.153Z | Compiling rustix v1.1.3 |
| 1331 | 2026-06-20T21:40:30.202Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-06-20T21:40:30.219Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-06-20T21:40:30.244Z | Compiling errno v0.3.14 |
| 1334 | 2026-06-20T21:40:30.315Z | Compiling mio v1.2.0 |
| 1335 | 2026-06-20T21:40:30.337Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-06-20T21:40:30.388Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-06-20T21:40:30.388Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-06-20T21:40:30.475Z | Compiling cc v1.2.56 |
| 1339 | 2026-06-20T21:40:30.533Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-06-20T21:40:30.563Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-06-20T21:40:30.576Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2026-06-20T21:40:30.576Z | Compiling regex-syntax v0.8.10 |
| 1343 | 2026-06-20T21:40:30.632Z | Compiling vcpkg v0.2.15 |
| 1344 | 2026-06-20T21:40:30.644Z | Compiling aws-lc-rs v1.16.3 |
| 1345 | 2026-06-20T21:40:30.644Z | Compiling tracing-core v0.1.36 |
| 1346 | 2026-06-20T21:40:30.791Z | Compiling uuid v1.23.0 |
| 1347 | 2026-06-20T21:40:30.859Z | Compiling rustc_version v0.4.1 |
| 1348 | 2026-06-20T21:40:30.859Z | Compiling base64 v0.22.1 |
| 1349 | 2026-06-20T21:40:30.897Z | Compiling rand_core v0.9.5 |
| 1350 | 2026-06-20T21:40:30.956Z | Compiling untrusted v0.9.0 |
| 1351 | 2026-06-20T21:40:31.014Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2026-06-20T21:40:31.014Z | Compiling httparse v1.10.1 |
| 1353 | 2026-06-20T21:40:31.056Z | Compiling untrusted v0.7.1 |
| 1354 | 2026-06-20T21:40:31.056Z | Compiling openssl-probe v0.2.1 |
| 1355 | 2026-06-20T21:40:31.083Z | Compiling tinyvec v1.10.0 |
| 1356 | 2026-06-20T21:40:31.103Z | Compiling aho-corasick v1.1.4 |
| 1357 | 2026-06-20T21:40:31.128Z | Compiling atomic-waker v1.1.2 |
| 1358 | 2026-06-20T21:40:31.152Z | Compiling dyn-clone v1.0.20 |
| 1359 | 2026-06-20T21:40:31.169Z | Compiling rustls v0.23.37 |
| 1360 | 2026-06-20T21:40:31.169Z | Compiling tower-service v0.3.3 |
| 1361 | 2026-06-20T21:40:31.223Z | Compiling cmake v0.1.57 |
| 1362 | 2026-06-20T21:40:31.239Z | Compiling tower-layer v0.3.3 |
| 1363 | 2026-06-20T21:40:31.282Z | Compiling schemars v0.8.22 |
| 1364 | 2026-06-20T21:40:31.310Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-06-20T21:40:31.375Z | Compiling openssl v0.10.79 |
| 1366 | 2026-06-20T21:40:31.689Z | Compiling pin-utils v0.1.0 |
| 1367 | 2026-06-20T21:40:31.689Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2026-06-20T21:40:31.689Z | Compiling httpdate v1.0.3 |
| 1369 | 2026-06-20T21:40:31.891Z | Compiling want v0.3.1 |
| 1370 | 2026-06-20T21:40:31.891Z | Compiling foreign-types v0.3.2 |
| 1371 | 2026-06-20T21:40:31.891Z | Compiling unicode-normalization v0.1.25 |
| 1372 | 2026-06-20T21:40:31.891Z | Compiling socket2 v0.5.10 |
| 1373 | 2026-06-20T21:40:31.891Z | Compiling spin v0.9.8 |
| 1374 | 2026-06-20T21:40:31.891Z | Compiling crc32fast v1.5.0 |
| 1375 | 2026-06-20T21:40:31.891Z | Compiling time-core v0.1.8 |
| 1376 | 2026-06-20T21:40:31.891Z | Compiling native-tls v0.2.18 |
| 1377 | 2026-06-20T21:40:31.891Z | Compiling num-conv v0.2.0 |
| 1378 | 2026-06-20T21:40:31.891Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-06-20T21:40:31.891Z | Compiling wait-timeout v0.2.1 |
| 1380 | 2026-06-20T21:40:31.892Z | Compiling sync_wrapper v1.0.2 |
| 1381 | 2026-06-20T21:40:31.892Z | Compiling crossbeam-utils v0.8.21 |
| 1382 | 2026-06-20T21:40:31.892Z | Compiling unicode-segmentation v1.12.0 |
| 1383 | 2026-06-20T21:40:32.038Z | Compiling time-macros v0.2.27 |
| 1384 | 2026-06-20T21:40:32.038Z | Compiling syn v1.0.109 |
| 1385 | 2026-06-20T21:40:32.038Z | Compiling tempfile v3.25.0 |
| 1386 | 2026-06-20T21:40:32.038Z | Compiling deranged v0.5.8 |
| 1387 | 2026-06-20T21:40:32.038Z | Compiling siphasher v1.0.2 |
| 1388 | 2026-06-20T21:40:32.038Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-06-20T21:40:32.038Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-06-20T21:40:32.175Z | Compiling quick-error v1.2.3 |
| 1391 | 2026-06-20T21:40:32.175Z | Compiling bit-vec v0.8.0 |
| 1392 | 2026-06-20T21:40:32.176Z | Compiling simd-adler32 v0.3.8 |
| 1393 | 2026-06-20T21:40:32.176Z | Compiling rusty-fork v0.3.1 |
| 1394 | 2026-06-20T21:40:32.176Z | Compiling slog v2.8.2 |
| 1395 | 2026-06-20T21:40:32.200Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-06-20T21:40:32.200Z | Compiling aws-lc-sys v0.40.0 |
| 1397 | 2026-06-20T21:40:32.200Z | Compiling ring v0.17.14 |
| 1398 | 2026-06-20T21:40:32.201Z | Compiling openssl-sys v0.9.115 |
| 1399 | 2026-06-20T21:40:32.210Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1400 | 2026-06-20T21:40:32.259Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-06-20T21:40:32.259Z | Compiling pest_generator v2.8.6 |
| 1402 | 2026-06-20T21:40:32.303Z | Compiling serde_derive_internals v0.29.1 |
| 1403 | 2026-06-20T21:40:32.330Z | Compiling darling_core v0.20.11 |
| 1404 | 2026-06-20T21:40:32.361Z | Compiling darling_core v0.21.3 |
| 1405 | 2026-06-20T21:40:32.450Z | Compiling bit-set v0.8.0 |
| 1406 | 2026-06-20T21:40:32.748Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-06-20T21:40:33.068Z | Compiling heapless v0.7.17 |
| 1408 | 2026-06-20T21:40:33.168Z | Compiling time v0.3.47 |
| 1409 | 2026-06-20T21:40:33.168Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-06-20T21:40:33.168Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-06-20T21:40:33.168Z | Compiling cookie v0.18.1 |
| 1412 | 2026-06-20T21:40:33.168Z | Compiling zstd-safe v7.2.4 |
| 1413 | 2026-06-20T21:40:33.168Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-06-20T21:40:33.238Z | Compiling paste v1.0.15 |
| 1415 | 2026-06-20T21:40:33.238Z | Compiling allocator-api2 v0.2.21 |
| 1416 | 2026-06-20T21:40:33.320Z | Compiling unarray v0.1.4 |
| 1417 | 2026-06-20T21:40:33.320Z | Compiling ryu v1.0.23 |
| 1418 | 2026-06-20T21:40:33.320Z | Compiling unicode-bidi v0.3.18 |
| 1419 | 2026-06-20T21:40:33.320Z | Compiling unicode-properties v0.1.4 |
| 1420 | 2026-06-20T21:40:33.320Z | Compiling anyhow v1.0.102 |
| 1421 | 2026-06-20T21:40:33.337Z | Compiling iri-string v0.7.10 |
| 1422 | 2026-06-20T21:40:33.363Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-06-20T21:40:33.493Z | Compiling miniz_oxide v0.8.9 |
| 1424 | 2026-06-20T21:40:33.573Z | Compiling heck v0.4.1 |
| 1425 | 2026-06-20T21:40:33.841Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-06-20T21:40:33.849Z | Compiling num-integer v0.1.46 |
| 1427 | 2026-06-20T21:40:33.875Z | Compiling vergen-lib v9.1.0 |
| 1428 | 2026-06-20T21:40:34.815Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-06-20T21:40:35.034Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-06-20T21:40:35.034Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-06-20T21:40:35.034Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-06-20T21:40:35.034Z | Compiling zerocopy-derive v0.8.40 |
| 1433 | 2026-06-20T21:40:35.034Z | Compiling zerovec-derive v0.11.2 |
| 1434 | 2026-06-20T21:40:35.034Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-06-20T21:40:35.034Z | Compiling tokio-macros v2.7.0 |
| 1436 | 2026-06-20T21:40:35.034Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-06-20T21:40:35.034Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-06-20T21:40:35.147Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-06-20T21:40:35.147Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-06-20T21:40:35.173Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-06-20T21:40:35.419Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-06-20T21:40:35.712Z | Compiling scroll_derive v0.13.1 |
| 1443 | 2026-06-20T21:40:35.712Z | Compiling schemars_derive v0.8.22 |
| 1444 | 2026-06-20T21:40:36.321Z | Compiling pest_derive v2.8.6 |
| 1445 | 2026-06-20T21:40:36.321Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-06-20T21:40:36.322Z | Compiling zerofrom v0.1.6 |
| 1447 | 2026-06-20T21:40:36.322Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-06-20T21:40:36.322Z | Compiling yoke v0.8.1 |
| 1449 | 2026-06-20T21:40:36.322Z | Compiling futures-util v0.3.32 |
| 1450 | 2026-06-20T21:40:36.322Z | Compiling digest v0.10.7 |
| 1451 | 2026-06-20T21:40:37.470Z | Compiling zerovec v0.11.5 |
| 1452 | 2026-06-20T21:40:37.470Z | Compiling zerotrie v0.2.3 |
| 1453 | 2026-06-20T21:40:37.471Z | Compiling block-padding v0.3.3 |
| 1454 | 2026-06-20T21:40:37.471Z | Compiling hmac v0.12.1 |
| 1455 | 2026-06-20T21:40:37.471Z | Compiling inout v0.1.4 |
| 1456 | 2026-06-20T21:40:37.471Z | Compiling sha2 v0.10.9 |
| 1457 | 2026-06-20T21:40:37.471Z | Compiling der v0.7.10 |
| 1458 | 2026-06-20T21:40:37.471Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-06-20T21:40:37.471Z | Compiling cipher v0.4.4 |
| 1460 | 2026-06-20T21:40:37.471Z | Compiling tinystr v0.8.2 |
| 1461 | 2026-06-20T21:40:37.471Z | Compiling potential_utf v0.1.4 |
| 1462 | 2026-06-20T21:40:37.471Z | Compiling scroll v0.13.0 |
| 1463 | 2026-06-20T21:40:37.472Z | Compiling tracing v0.1.44 |
| 1464 | 2026-06-20T21:40:37.744Z | Compiling icu_locale_core v2.1.1 |
| 1465 | 2026-06-20T21:40:37.744Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-06-20T21:40:37.744Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-06-20T21:40:37.744Z | Compiling cbc v0.1.2 |
| 1468 | 2026-06-20T21:40:37.744Z | Compiling aes v0.8.4 |
| 1469 | 2026-06-20T21:40:37.745Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-06-20T21:40:37.745Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-06-20T21:40:37.745Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-06-20T21:40:37.745Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-06-20T21:40:37.745Z | Compiling goblin v0.10.5 |
| 1474 | 2026-06-20T21:40:37.745Z | Compiling rustls-native-certs v0.8.3 |
| 1475 | 2026-06-20T21:40:37.745Z | Compiling spki v0.7.3 |
| 1476 | 2026-06-20T21:40:37.745Z | Compiling icu_provider v2.1.1 |
| 1477 | 2026-06-20T21:40:37.745Z | Compiling pkcs5 v0.7.1 |
| 1478 | 2026-06-20T21:40:37.745Z | Compiling darling v0.20.11 |
| 1479 | 2026-06-20T21:40:38.183Z | Compiling derive_builder_core v0.20.2 |
| 1480 | 2026-06-20T21:40:38.183Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-06-20T21:40:38.183Z | Compiling signature v2.2.0 |
| 1482 | 2026-06-20T21:40:38.183Z | Compiling webpki-roots v1.0.6 |
| 1483 | 2026-06-20T21:40:38.183Z | Compiling bytes v1.11.1 |
| 1484 | 2026-06-20T21:40:38.183Z | Compiling icu_properties v2.1.2 |
| 1485 | 2026-06-20T21:40:38.183Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-06-20T21:40:38.183Z | Compiling chrono v0.4.44 |
| 1487 | 2026-06-20T21:40:38.183Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-06-20T21:40:38.184Z | Compiling ipnet v2.11.0 |
| 1489 | 2026-06-20T21:40:38.184Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-06-20T21:40:38.567Z | Compiling scroll_derive v0.12.1 |
| 1491 | 2026-06-20T21:40:38.567Z | Compiling tokio v1.52.1 |
| 1492 | 2026-06-20T21:40:39.020Z | Compiling http v1.4.0 |
| 1493 | 2026-06-20T21:40:39.021Z | Compiling serde_spanned v0.6.9 |
| 1494 | 2026-06-20T21:40:39.021Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-06-20T21:40:39.021Z | Compiling derive_builder_macro v0.20.2 |
| 1496 | 2026-06-20T21:40:39.021Z | Compiling serde_urlencoded v0.7.1 |
| 1497 | 2026-06-20T21:40:39.021Z | Compiling serde_tokenstream v0.2.3 |
| 1498 | 2026-06-20T21:40:39.242Z | Compiling idna_adapter v1.2.1 |
| 1499 | 2026-06-20T21:40:39.242Z | Compiling ppv-lite86 v0.2.21 |
| 1500 | 2026-06-20T21:40:39.242Z | Compiling erased-serde v0.3.31 |
| 1501 | 2026-06-20T21:40:39.242Z | Compiling idna v1.1.0 |
| 1502 | 2026-06-20T21:40:39.242Z | Compiling scroll v0.12.0 |
| 1503 | 2026-06-20T21:40:39.242Z | Compiling md-5 v0.10.6 |
| 1504 | 2026-06-20T21:40:39.243Z | Compiling darling_macro v0.21.3 |
| 1505 | 2026-06-20T21:40:39.243Z | Compiling bstr v1.12.1 |
| 1506 | 2026-06-20T21:40:39.243Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-06-20T21:40:39.243Z | Compiling rand_chacha v0.9.0 |
| 1508 | 2026-06-20T21:40:39.243Z | Compiling http-body v1.0.1 |
| 1509 | 2026-06-20T21:40:39.243Z | Compiling url v2.5.8 |
| 1510 | 2026-06-20T21:40:39.272Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-06-20T21:40:39.272Z | Compiling rand v0.9.2 |
| 1512 | 2026-06-20T21:40:39.272Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-06-20T21:40:39.306Z | Compiling thiserror v1.0.69 |
| 1514 | 2026-06-20T21:40:39.306Z | Compiling pin-project-internal v1.1.11 |
| 1515 | 2026-06-20T21:40:39.472Z | Compiling zerocopy-derive v0.7.35 |
| 1516 | 2026-06-20T21:40:39.472Z | Compiling curve25519-dalek v4.1.3 |
| 1517 | 2026-06-20T21:40:39.773Z | Compiling ff v0.13.1 |
| 1518 | 2026-06-20T21:40:39.773Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-06-20T21:40:39.773Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-06-20T21:40:40.105Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-06-20T21:40:40.105Z | Compiling dof v0.4.0 |
| 1522 | 2026-06-20T21:40:40.106Z | Compiling proptest v1.10.0 |
| 1523 | 2026-06-20T21:40:40.407Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-06-20T21:40:40.407Z | Compiling mime v0.3.17 |
| 1525 | 2026-06-20T21:40:40.407Z | Compiling psl-types v2.0.11 |
| 1526 | 2026-06-20T21:40:40.407Z | Compiling zlib-rs v0.6.2 |
| 1527 | 2026-06-20T21:40:40.407Z | Compiling rustix v0.38.44 |
| 1528 | 2026-06-20T21:40:40.407Z | Compiling litrs v1.0.0 |
| 1529 | 2026-06-20T21:40:40.407Z | Compiling smoltcp v0.9.1 |
| 1530 | 2026-06-20T21:40:40.778Z | Compiling cfg_aliases v0.2.1 |
| 1531 | 2026-06-20T21:40:40.778Z | Compiling base16ct v0.2.0 |
| 1532 | 2026-06-20T21:40:40.778Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-06-20T21:40:40.778Z | Compiling ref-cast v1.0.25 |
| 1534 | 2026-06-20T21:40:40.778Z | Compiling fallible-iterator v0.2.0 |
| 1535 | 2026-06-20T21:40:41.225Z | Compiling pin-project v1.1.11 |
| 1536 | 2026-06-20T21:40:41.225Z | Compiling oxnet v0.1.6 |
| 1537 | 2026-06-20T21:40:41.225Z | Compiling sec1 v0.7.3 |
| 1538 | 2026-06-20T21:40:41.225Z | Compiling document-features v0.2.12 |
| 1539 | 2026-06-20T21:40:41.225Z | Compiling nix v0.31.2 |
| 1540 | 2026-06-20T21:40:41.226Z | Compiling postgres-protocol v0.6.10 |
| 1541 | 2026-06-20T21:40:41.226Z | Compiling zerocopy v0.7.35 |
| 1542 | 2026-06-20T21:40:41.226Z | Compiling publicsuffix v2.3.0 |
| 1543 | 2026-06-20T21:40:41.486Z | Compiling group v0.13.0 |
| 1544 | 2026-06-20T21:40:41.486Z | Compiling rand v0.8.6 |
| 1545 | 2026-06-20T21:40:41.486Z | Compiling darling v0.21.3 |
| 1546 | 2026-06-20T21:40:41.487Z | Compiling goblin v0.8.2 |
| 1547 | 2026-06-20T21:40:41.487Z | Compiling derive_builder v0.20.2 |
| 1548 | 2026-06-20T21:40:41.487Z | Compiling futures-executor v0.3.32 |
| 1549 | 2026-06-20T21:40:41.487Z | Compiling hex v0.4.3 |
| 1550 | 2026-06-20T21:40:41.487Z | Compiling hubpack_derive v0.1.1 |
| 1551 | 2026-06-20T21:40:41.487Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-06-20T21:40:41.487Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-06-20T21:40:41.487Z | Compiling regex v1.12.3 |
| 1554 | 2026-06-20T21:40:41.747Z | Compiling num-iter v0.1.45 |
| 1555 | 2026-06-20T21:40:41.747Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-06-20T21:40:41.747Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-06-20T21:40:41.747Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-06-20T21:40:41.747Z | Compiling snafu-derive v0.8.9 |
| 1559 | 2026-06-20T21:40:41.747Z | Compiling daft-derive v0.1.7 |
| 1560 | 2026-06-20T21:40:42.301Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-06-20T21:40:42.401Z | Compiling tower v0.5.3 |
| 1562 | 2026-06-20T21:40:42.401Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-06-20T21:40:42.401Z | Compiling phf_shared v0.13.1 |
| 1564 | 2026-06-20T21:40:42.401Z | Compiling terminal_size v0.4.3 |
| 1565 | 2026-06-20T21:40:42.401Z | Compiling newtype-uuid v1.3.2 |
| 1566 | 2026-06-20T21:40:42.402Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-06-20T21:40:42.402Z | Compiling anstyle-parse v0.2.7 |
| 1568 | 2026-06-20T21:40:42.402Z | Compiling vergen v9.1.0 |
| 1569 | 2026-06-20T21:40:42.402Z | Compiling cargo-platform v0.3.2 |
| 1570 | 2026-06-20T21:40:42.402Z | Compiling fs-err v3.3.0 |
| 1571 | 2026-06-20T21:40:42.402Z | Compiling ahash v0.8.12 |
| 1572 | 2026-06-20T21:40:42.617Z | Compiling tower-http v0.6.8 |
| 1573 | 2026-06-20T21:40:42.639Z | Compiling bumpalo v3.20.2 |
| 1574 | 2026-06-20T21:40:42.640Z | Compiling foldhash v0.1.5 |
| 1575 | 2026-06-20T21:40:42.640Z | Compiling object v0.37.3 |
| 1576 | 2026-06-20T21:40:42.640Z | Compiling libbz2-rs-sys v0.2.2 |
| 1577 | 2026-06-20T21:40:42.640Z | Compiling managed v0.8.0 |
| 1578 | 2026-06-20T21:40:42.677Z | Compiling foldhash v0.2.0 |
| 1579 | 2026-06-20T21:40:42.748Z | Compiling h2 v0.4.13 |
| 1580 | 2026-06-20T21:40:42.897Z | Compiling bitflags v1.3.2 |
| 1581 | 2026-06-20T21:40:42.993Z | Compiling same-file v1.0.6 |
| 1582 | 2026-06-20T21:40:42.993Z | Compiling winnow v0.5.40 |
| 1583 | 2026-06-20T21:40:42.993Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-06-20T21:40:43.196Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-06-20T21:40:43.196Z | Compiling bzip2 v0.6.1 |
| 1586 | 2026-06-20T21:40:43.283Z | Compiling walkdir v2.5.0 |
| 1587 | 2026-06-20T21:40:43.299Z | Compiling zopfli v0.8.3 |
| 1588 | 2026-06-20T21:40:43.312Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-06-20T21:40:43.361Z | Compiling dof v0.3.0 |
| 1590 | 2026-06-20T21:40:43.380Z | Compiling clap_builder v4.6.0 |
| 1591 | 2026-06-20T21:40:43.554Z | Compiling cargo_metadata v0.23.1 |
| 1592 | 2026-06-20T21:40:43.570Z | Compiling snafu v0.8.9 |
| 1593 | 2026-06-20T21:40:43.589Z | Compiling daft v0.1.7 |
| 1594 | 2026-06-20T21:40:43.589Z | Compiling anstream v0.6.21 |
| 1595 | 2026-06-20T21:40:43.645Z | Compiling strum v0.27.2 |
| 1596 | 2026-06-20T21:40:43.814Z | Compiling elliptic-curve v0.13.8 |
| 1597 | 2026-06-20T21:40:43.974Z | Compiling phf v0.13.1 |
| 1598 | 2026-06-20T21:40:44.077Z | Compiling signal-hook-mio v0.2.5 |
| 1599 | 2026-06-20T21:40:44.077Z | Compiling cookie_store v0.22.1 |
| 1600 | 2026-06-20T21:40:44.107Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-06-20T21:40:44.107Z | Compiling bzip2 v0.4.4 |
| 1602 | 2026-06-20T21:40:44.107Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-06-20T21:40:44.130Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-06-20T21:40:44.180Z | Compiling toml_edit v0.19.15 |
| 1605 | 2026-06-20T21:40:44.309Z | Compiling futures v0.3.32 |
| 1606 | 2026-06-20T21:40:44.323Z | Compiling postgres-types v0.2.12 |
| 1607 | 2026-06-20T21:40:44.349Z | Compiling serde_with_macros v3.17.0 |
| 1608 | 2026-06-20T21:40:44.394Z | Compiling zstd v0.13.3 |
| 1609 | 2026-06-20T21:40:44.733Z | Compiling dtrace-parser v0.2.0 |
| 1610 | 2026-06-20T21:40:44.842Z | Compiling globset v0.4.18 |
| 1611 | 2026-06-20T21:40:44.842Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-06-20T21:40:44.986Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-06-20T21:40:45.104Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-06-20T21:40:45.104Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-06-20T21:40:45.104Z | Compiling serde_plain v1.0.2 |
| 1616 | 2026-06-20T21:40:45.146Z | Compiling rfc6979 v0.4.0 |
| 1617 | 2026-06-20T21:40:45.146Z | Compiling strum_macros v0.26.4 |
| 1618 | 2026-06-20T21:40:45.179Z | Compiling clap_derive v4.6.1 |
| 1619 | 2026-06-20T21:40:45.196Z | Compiling async-recursion v1.1.1 |
| 1620 | 2026-06-20T21:40:45.337Z | Compiling serde_repr v0.1.20 |
| 1621 | 2026-06-20T21:40:45.373Z | Compiling enum-as-inner v0.6.1 |
| 1622 | 2026-06-20T21:40:45.435Z | Compiling phf_shared v0.11.3 |
| 1623 | 2026-06-20T21:40:45.511Z | Compiling float-cmp v0.10.0 |
| 1624 | 2026-06-20T21:40:45.829Z | Compiling pem v3.0.6 |
| 1625 | 2026-06-20T21:40:45.943Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-06-20T21:40:45.944Z | Compiling hyper v1.8.1 |
| 1627 | 2026-06-20T21:40:45.944Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-06-20T21:40:45.944Z | Compiling env_filter v1.0.0 |
| 1629 | 2026-06-20T21:40:46.102Z | Compiling static_assertions v1.1.0 |
| 1630 | 2026-06-20T21:40:46.103Z | Compiling whoami v2.1.0 |
| 1631 | 2026-06-20T21:40:46.103Z | Compiling difflib v0.4.0 |
| 1632 | 2026-06-20T21:40:46.103Z | Compiling fixedbitset v0.4.2 |
| 1633 | 2026-06-20T21:40:46.103Z | Compiling jiff v0.2.21 |
| 1634 | 2026-06-20T21:40:46.158Z | Compiling keccak v0.1.6 |
| 1635 | 2026-06-20T21:40:46.187Z | Compiling precomputed-hash v0.1.1 |
| 1636 | 2026-06-20T21:40:46.187Z | Compiling either v1.15.0 |
| 1637 | 2026-06-20T21:40:46.258Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-06-20T21:40:46.316Z | Compiling typed-path v0.9.3 |
| 1639 | 2026-06-20T21:40:46.454Z | Compiling data-encoding v2.10.0 |
| 1640 | 2026-06-20T21:40:46.464Z | Compiling predicates-core v1.0.10 |
| 1641 | 2026-06-20T21:40:46.584Z | Compiling normalize-line-endings v0.3.0 |
| 1642 | 2026-06-20T21:40:46.660Z | Compiling new_debug_unreachable v1.0.6 |
| 1643 | 2026-06-20T21:40:46.674Z | Compiling predicates v3.1.4 |
| 1644 | 2026-06-20T21:40:46.713Z | Compiling string_cache v0.8.9 |
| 1645 | 2026-06-20T21:40:46.777Z | Compiling petgraph v0.8.3 |
| 1646 | 2026-06-20T21:40:46.821Z | Compiling hickory-proto v0.25.2 |
| 1647 | 2026-06-20T21:40:46.895Z | Compiling hyper-util v0.1.20 |
| 1648 | 2026-06-20T21:40:46.939Z | Compiling itertools v0.13.0 |
| 1649 | 2026-06-20T21:40:46.958Z | Compiling toml_edit v0.22.27 |
| 1650 | 2026-06-20T21:40:46.996Z | Compiling strum v0.26.3 |
| 1651 | 2026-06-20T21:40:47.023Z | Compiling sha3 v0.10.8 |
| 1652 | 2026-06-20T21:40:47.044Z | Compiling clap v4.6.1 |
| 1653 | 2026-06-20T21:40:47.167Z | Compiling tokio-postgres v0.7.16 |
| 1654 | 2026-06-20T21:40:47.223Z | Compiling petgraph v0.6.5 |
| 1655 | 2026-06-20T21:40:47.233Z | Compiling env_logger v0.11.9 |
| 1656 | 2026-06-20T21:40:47.367Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1657 | 2026-06-20T21:40:47.432Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-06-20T21:40:47.489Z | Compiling usdt v0.6.0 |
| 1659 | 2026-06-20T21:40:47.606Z | Compiling serde_with v3.17.0 |
| 1660 | 2026-06-20T21:40:47.686Z | Compiling toml v0.7.8 |
| 1661 | 2026-06-20T21:40:47.880Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-06-20T21:40:48.047Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-06-20T21:40:48.240Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-06-20T21:40:48.283Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-06-20T21:40:48.421Z | Compiling rsa v0.9.10 |
| 1666 | 2026-06-20T21:40:48.692Z | Compiling zip v4.6.1 |
| 1667 | 2026-06-20T21:40:48.852Z | Compiling zip v0.6.6 |
| 1668 | 2026-06-20T21:40:48.925Z | Compiling iddqd v0.4.2 |
| 1669 | 2026-06-20T21:40:49.529Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-06-20T21:40:50.334Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-06-20T21:40:50.334Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-06-20T21:40:50.334Z | Compiling similar v2.7.0 |
| 1673 | 2026-06-20T21:40:50.334Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-06-20T21:40:50.368Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-06-20T21:40:50.368Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-06-20T21:40:50.368Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-06-20T21:40:50.369Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-06-20T21:40:50.369Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-06-20T21:40:50.369Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-06-20T21:40:50.369Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-06-20T21:40:50.369Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-06-20T21:40:50.369Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-06-20T21:40:50.369Z | Compiling filetime v0.2.27 |
| 1684 | 2026-06-20T21:40:50.369Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-06-20T21:40:50.369Z | Compiling take_mut v0.2.2 |
| 1686 | 2026-06-20T21:40:50.369Z | Compiling xattr v1.6.1 |
| 1687 | 2026-06-20T21:40:50.369Z | Compiling term v1.2.1 |
| 1688 | 2026-06-20T21:40:50.451Z | Compiling tar v0.4.45 |
| 1689 | 2026-06-20T21:40:50.610Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-06-20T21:41:08.253Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-06-20T21:41:11.065Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-06-20T21:41:11.065Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-06-20T21:41:11.304Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-06-20T21:41:11.511Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-06-20T21:41:11.512Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-06-20T21:41:12.609Z | Compiling tough v0.22.0 |
| 1697 | 2026-06-20T21:41:15.246Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-06-20T21:41:15.474Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-06-20T21:41:18.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 1700 | 2026-06-20T21:41:18.514Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1701 | 2026-06-20T21:41:18.573Z | Jun 20 21:41:17.955 INFO Starting download, target: Cockroach |
| 1702 | 2026-06-20T21:41:18.573Z | Jun 20 21:41:17.956 INFO Starting download, target: Clickhouse |
| 1703 | 2026-06-20T21:41:18.573Z | Jun 20 21:41:17.956 INFO Starting download, target: Console |
| 1704 | 2026-06-20T21:41:18.573Z | Jun 20 21:41:17.956 INFO Starting download, target: DendriteStub |
| 1705 | 2026-06-20T21:41:18.573Z | Jun 20 21:41:17.956 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.956 INFO Starting download, target: MaghemiteDdmd |
| 1707 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.956 INFO Starting download, target: TransceiverControl |
| 1708 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.956 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.957 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1710 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.957 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.957 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.957 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.957 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1714 | 2026-06-20T21:41:18.574Z | Jun 20 21:41:17.957 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1715 | 2026-06-20T21:41:19.373Z | Jun 20 21:41:18.843 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-06-20T21:41:19.491Z | Jun 20 21:41:19.022 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1717 | 2026-06-20T21:41:19.629Z | Jun 20 21:41:19.086 INFO Download complete, target: Console |
| 1718 | 2026-06-20T21:41:19.833Z | Jun 20 21:41:19.231 INFO Download complete, target: TransceiverControl |
| 1719 | 2026-06-20T21:41:20.555Z | Jun 20 21:41:19.970 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1720 | 2026-06-20T21:41:24.460Z | Jun 20 21:41:23.978 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1721 | 2026-06-20T21:41:25.182Z | Jun 20 21:41:24.594 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1722 | 2026-06-20T21:41:25.911Z | Jun 20 21:41:25.323 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1723 | 2026-06-20T21:41:27.021Z | Jun 20 21:41:26.474 INFO Download complete, target: DendriteStub |
| 1724 | 2026-06-20T21:41:27.108Z | Jun 20 21:41:26.552 INFO Download complete, target: MaghemiteDdmd |
| 1725 | 2026-06-20T21:41:27.229Z | Jun 20 21:41:26.726 INFO Checking that binary works, target: Clickhouse |
| 1726 | 2026-06-20T21:41:27.360Z | Jun 20 21:41:26.876 INFO Download complete, target: Clickhouse |
| 1727 | 2026-06-20T21:41:27.414Z | Jun 20 21:41:26.915 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1728 | 2026-06-20T21:41:27.414Z | Jun 20 21:41:26.915 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1729 | 2026-06-20T21:41:28.397Z | Jun 20 21:41:27.929 INFO Download complete, target: MaghemiteMgd |
| 1730 | 2026-06-20T21:41:31.938Z | Jun 20 21:41:31.472 INFO Checking that binary works, target: Cockroach |
| 1731 | 2026-06-20T21:41:32.068Z | Jun 20 21:41:31.597 INFO Download complete, target: Cockroach |
| 1732 | 2026-06-20T21:41:32.071Z | All prerequisites installed successfully |
| 1733 | 2026-06-20T21:41:32.071Z | |
| 1734 | 2026-06-20T21:41:32.071Z | real 2:30.221432654 |
| 1735 | 2026-06-20T21:41:32.071Z | user 6:54.314616715 |
| 1736 | 2026-06-20T21:41:32.071Z | sys 1:41.512005329 |
| 1737 | 2026-06-20T21:41:32.071Z | trap 0.280258806 |
| 1738 | 2026-06-20T21:41:32.071Z | tflt 1.195859241 |
| 1739 | 2026-06-20T21:41:32.071Z | dflt 1.804793790 |
| 1740 | 2026-06-20T21:41:32.071Z | kflt 0.023104439 |
| 1741 | 2026-06-20T21:41:32.071Z | lock 25:11.946171368 |
| 1742 | 2026-06-20T21:41:32.071Z | slp 20:22.648103664 |
| 1743 | 2026-06-20T21:41:32.071Z | lat 25.551783612 |
| 1744 | 2026-06-20T21:41:32.072Z | stop 2:37.716723785 |
| 1745 | 2026-06-20T21:41:32.072Z | + ptime -m cargo xtask download softnpu |
| 1746 | 2026-06-20T21:41:32.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1747 | 2026-06-20T21:41:32.711Z | Running `target/debug/xtask download softnpu` |
| 1748 | 2026-06-20T21:41:33.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1749 | 2026-06-20T21:41:33.409Z | Running `target/debug/xtask-downloader softnpu` |
| 1750 | 2026-06-20T21:41:33.410Z | Jun 20 21:41:32.888 INFO Starting download, target: Softnpu |
| 1751 | 2026-06-20T21:41:33.410Z | Jun 20 21:41:32.888 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1752 | 2026-06-20T21:41:36.320Z | Jun 20 21:41:35.809 INFO Download complete, target: Softnpu |
| 1753 | 2026-06-20T21:41:36.395Z | |
| 1754 | 2026-06-20T21:41:36.396Z | real 4.203937165 |
| 1755 | 2026-06-20T21:41:36.396Z | user 1.293291601 |
| 1756 | 2026-06-20T21:41:36.396Z | sys 0.621905971 |
| 1757 | 2026-06-20T21:41:36.396Z | trap 0.000833543 |
| 1758 | 2026-06-20T21:41:36.396Z | tflt 0.000084412 |
| 1759 | 2026-06-20T21:41:36.396Z | dflt 0.000271491 |
| 1760 | 2026-06-20T21:41:36.396Z | kflt 0.000000000 |
| 1761 | 2026-06-20T21:41:36.396Z | lock 55.290083288 |
| 1762 | 2026-06-20T21:41:36.396Z | slp 2.744383309 |
| 1763 | 2026-06-20T21:41:36.396Z | lat 0.143836578 |
| 1764 | 2026-06-20T21:41:36.396Z | stop 0.000191069 |
| 1765 | 2026-06-20T21:41:36.396Z | + export CARGO_INCREMENTAL=0 |
| 1766 | 2026-06-20T21:41:36.396Z | + CARGO_INCREMENTAL=0 |
| 1767 | 2026-06-20T21:41:36.397Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1768 | 2026-06-20T21:41:37.194Z | Compiling proc-macro2 v1.0.106 |
| 1769 | 2026-06-20T21:41:37.195Z | Compiling quote v1.0.45 |
| 1770 | 2026-06-20T21:41:37.195Z | Compiling unicode-ident v1.0.24 |
| 1771 | 2026-06-20T21:41:37.195Z | Compiling libc v0.2.185 |
| 1772 | 2026-06-20T21:41:37.195Z | Compiling serde_core v1.0.228 |
| 1773 | 2026-06-20T21:41:37.279Z | Compiling serde v1.0.228 |
| 1774 | 2026-06-20T21:41:37.279Z | Compiling cfg-if v1.0.4 |
| 1775 | 2026-06-20T21:41:37.279Z | Compiling version_check v0.9.5 |
| 1776 | 2026-06-20T21:41:37.279Z | Compiling shlex v1.3.0 |
| 1777 | 2026-06-20T21:41:37.396Z | Compiling find-msvc-tools v0.1.9 |
| 1778 | 2026-06-20T21:41:37.396Z | Compiling typenum v1.19.0 |
| 1779 | 2026-06-20T21:41:38.152Z | Compiling zmij v1.0.21 |
| 1780 | 2026-06-20T21:41:38.152Z | Compiling autocfg v1.5.0 |
| 1781 | 2026-06-20T21:41:38.152Z | Compiling memchr v2.8.0 |
| 1782 | 2026-06-20T21:41:38.152Z | Compiling serde_json v1.0.149 |
| 1783 | 2026-06-20T21:41:38.293Z | Compiling portable-atomic v1.13.1 |
| 1784 | 2026-06-20T21:41:38.293Z | Compiling libm v0.2.16 |
| 1785 | 2026-06-20T21:41:38.293Z | Compiling zerocopy v0.8.40 |
| 1786 | 2026-06-20T21:41:38.293Z | Compiling smallvec v1.15.1 |
| 1787 | 2026-06-20T21:41:38.293Z | Compiling parking_lot_core v0.9.12 |
| 1788 | 2026-06-20T21:41:38.293Z | Compiling icu_normalizer_data v2.1.1 |
| 1789 | 2026-06-20T21:41:38.293Z | Compiling generic-array v0.14.7 |
| 1790 | 2026-06-20T21:41:38.294Z | Compiling num-traits v0.2.19 |
| 1791 | 2026-06-20T21:41:38.294Z | Compiling icu_properties_data v2.1.2 |
| 1792 | 2026-06-20T21:41:38.294Z | Compiling itoa v1.0.17 |
| 1793 | 2026-06-20T21:41:38.294Z | Compiling getrandom v0.4.1 |
| 1794 | 2026-06-20T21:41:38.294Z | Compiling log v0.4.29 |
| 1795 | 2026-06-20T21:41:38.294Z | Compiling stable_deref_trait v1.2.1 |
| 1796 | 2026-06-20T21:41:38.294Z | Compiling pkg-config v0.3.32 |
| 1797 | 2026-06-20T21:41:38.294Z | Compiling subtle v2.6.1 |
| 1798 | 2026-06-20T21:41:38.294Z | Compiling jobserver v0.1.34 |
| 1799 | 2026-06-20T21:41:38.294Z | Compiling getrandom v0.2.17 |
| 1800 | 2026-06-20T21:41:39.158Z | Compiling errno v0.3.14 |
| 1801 | 2026-06-20T21:41:39.158Z | Compiling scopeguard v1.2.0 |
| 1802 | 2026-06-20T21:41:39.158Z | Compiling rand_core v0.6.4 |
| 1803 | 2026-06-20T21:41:39.158Z | Compiling cc v1.2.56 |
| 1804 | 2026-06-20T21:41:39.159Z | Compiling lock_api v0.4.14 |
| 1805 | 2026-06-20T21:41:39.159Z | Compiling percent-encoding v2.3.2 |
| 1806 | 2026-06-20T21:41:39.159Z | Compiling fnv v1.0.7 |
| 1807 | 2026-06-20T21:41:39.159Z | Compiling writeable v0.6.2 |
| 1808 | 2026-06-20T21:41:39.159Z | Compiling litemap v0.8.1 |
| 1809 | 2026-06-20T21:41:39.159Z | Compiling syn v2.0.117 |
| 1810 | 2026-06-20T21:41:39.159Z | Compiling pin-project-lite v0.2.17 |
| 1811 | 2026-06-20T21:41:39.159Z | Compiling thiserror v2.0.18 |
| 1812 | 2026-06-20T21:41:39.159Z | Compiling getrandom v0.3.4 |
| 1813 | 2026-06-20T21:41:39.159Z | Compiling equivalent v1.0.2 |
| 1814 | 2026-06-20T21:41:39.159Z | Compiling rand_core v0.10.0 |
| 1815 | 2026-06-20T21:41:39.159Z | Compiling dunce v1.0.5 |
| 1816 | 2026-06-20T21:41:39.159Z | Compiling schemars v0.8.22 |
| 1817 | 2026-06-20T21:41:39.159Z | Compiling fs_extra v1.3.0 |
| 1818 | 2026-06-20T21:41:39.159Z | Compiling rustversion v1.0.22 |
| 1819 | 2026-06-20T21:41:39.282Z | Compiling critical-section v1.2.0 |
| 1820 | 2026-06-20T21:41:39.282Z | Compiling utf8_iter v1.0.4 |
| 1821 | 2026-06-20T21:41:39.282Z | Compiling cmake v0.1.57 |
| 1822 | 2026-06-20T21:41:39.282Z | Compiling rustix v1.1.3 |
| 1823 | 2026-06-20T21:41:39.282Z | Compiling form_urlencoded v1.2.2 |
| 1824 | 2026-06-20T21:41:39.415Z | Compiling hashbrown v0.17.0 |
| 1825 | 2026-06-20T21:41:39.415Z | Compiling signal-hook-registry v1.4.8 |
| 1826 | 2026-06-20T21:41:39.527Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-06-20T21:41:39.605Z | Compiling const-oid v0.9.6 |
| 1828 | 2026-06-20T21:41:39.605Z | Compiling mio v1.2.0 |
| 1829 | 2026-06-20T21:41:39.747Z | Compiling bitflags v2.11.0 |
| 1830 | 2026-06-20T21:41:39.790Z | Compiling ring v0.17.14 |
| 1831 | 2026-06-20T21:41:39.894Z | Compiling aws-lc-sys v0.40.0 |
| 1832 | 2026-06-20T21:41:39.894Z | Compiling semver v1.0.28 |
| 1833 | 2026-06-20T21:41:39.894Z | Compiling indexmap v2.14.0 |
| 1834 | 2026-06-20T21:41:39.984Z | Compiling parking_lot v0.12.5 |
| 1835 | 2026-06-20T21:41:39.984Z | Compiling socket2 v0.6.3 |
| 1836 | 2026-06-20T21:41:40.051Z | Compiling aws-lc-rs v1.16.3 |
| 1837 | 2026-06-20T21:41:40.147Z | Compiling futures-core v0.3.32 |
| 1838 | 2026-06-20T21:41:40.220Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-06-20T21:41:40.276Z | Compiling strsim v0.11.1 |
| 1840 | 2026-06-20T21:41:40.276Z | Compiling httparse v1.10.1 |
| 1841 | 2026-06-20T21:41:40.319Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-06-20T21:41:40.411Z | Compiling vcpkg v0.2.15 |
| 1843 | 2026-06-20T21:41:40.489Z | Compiling byteorder v1.5.0 |
| 1844 | 2026-06-20T21:41:40.516Z | Compiling ucd-trie v0.1.7 |
| 1845 | 2026-06-20T21:41:40.563Z | Compiling regex-syntax v0.8.10 |
| 1846 | 2026-06-20T21:41:40.599Z | Compiling heck v0.5.0 |
| 1847 | 2026-06-20T21:41:40.599Z | Compiling ident_case v1.0.1 |
| 1848 | 2026-06-20T21:41:40.645Z | Compiling syn v1.0.109 |
| 1849 | 2026-06-20T21:41:40.690Z | Compiling uuid v1.23.0 |
| 1850 | 2026-06-20T21:41:40.690Z | Compiling pest v2.8.6 |
| 1851 | 2026-06-20T21:41:40.783Z | Compiling cpufeatures v0.2.17 |
| 1852 | 2026-06-20T21:41:40.941Z | Compiling rustls v0.23.37 |
| 1853 | 2026-06-20T21:41:40.965Z | Compiling rustc_version v0.4.1 |
| 1854 | 2026-06-20T21:41:40.996Z | Compiling openssl-sys v0.9.115 |
| 1855 | 2026-06-20T21:41:41.042Z | Compiling futures-sink v0.3.32 |
| 1856 | 2026-06-20T21:41:41.152Z | Compiling futures-channel v0.3.32 |
| 1857 | 2026-06-20T21:41:41.217Z | Compiling aho-corasick v1.1.4 |
| 1858 | 2026-06-20T21:41:41.303Z | Compiling futures-io v0.3.32 |
| 1859 | 2026-06-20T21:41:41.316Z | Compiling futures-task v0.3.32 |
| 1860 | 2026-06-20T21:41:41.317Z | Compiling slab v0.4.12 |
| 1861 | 2026-06-20T21:41:41.473Z | Compiling synstructure v0.13.2 |
| 1862 | 2026-06-20T21:41:41.499Z | Compiling serde_derive_internals v0.29.1 |
| 1863 | 2026-06-20T21:41:41.514Z | Compiling dyn-clone v1.0.20 |
| 1864 | 2026-06-20T21:41:41.681Z | Compiling crc32fast v1.5.0 |
| 1865 | 2026-06-20T21:41:41.783Z | Compiling pest_meta v2.8.6 |
| 1866 | 2026-06-20T21:41:41.798Z | Compiling plain v0.2.3 |
| 1867 | 2026-06-20T21:41:41.826Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-06-20T21:41:41.838Z | Compiling openssl v0.10.79 |
| 1869 | 2026-06-20T21:41:41.929Z | Compiling crossbeam-utils v0.8.21 |
| 1870 | 2026-06-20T21:41:41.961Z | Compiling time-core v0.1.8 |
| 1871 | 2026-06-20T21:41:41.993Z | Compiling base64 v0.22.1 |
| 1872 | 2026-06-20T21:41:42.049Z | Compiling regex-automata v0.4.14 |
| 1873 | 2026-06-20T21:41:42.129Z | Compiling time-macros v0.2.27 |
| 1874 | 2026-06-20T21:41:42.150Z | Compiling pretty-hex v0.4.1 |
| 1875 | 2026-06-20T21:41:42.230Z | Compiling native-tls v0.2.18 |
| 1876 | 2026-06-20T21:41:42.230Z | Compiling base64ct v1.8.3 |
| 1877 | 2026-06-20T21:41:42.282Z | Compiling anyhow v1.0.102 |
| 1878 | 2026-06-20T21:41:42.311Z | Compiling darling_core v0.21.3 |
| 1879 | 2026-06-20T21:41:42.409Z | Compiling pest_generator v2.8.6 |
| 1880 | 2026-06-20T21:41:42.499Z | Compiling pem-rfc7468 v0.7.0 |
| 1881 | 2026-06-20T21:41:42.528Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1882 | 2026-06-20T21:41:42.584Z | Compiling flagset v0.4.7 |
| 1883 | 2026-06-20T21:41:42.600Z | Compiling rand_core v0.9.5 |
| 1884 | 2026-06-20T21:41:42.723Z | Compiling slog v2.8.2 |
| 1885 | 2026-06-20T21:41:42.739Z | Compiling tracing-core v0.1.36 |
| 1886 | 2026-06-20T21:41:42.763Z | Compiling serde_derive v1.0.228 |
| 1887 | 2026-06-20T21:41:42.788Z | Compiling zeroize_derive v1.4.3 |
| 1888 | 2026-06-20T21:41:42.801Z | Compiling zerofrom-derive v0.1.6 |
| 1889 | 2026-06-20T21:41:42.828Z | Compiling yoke-derive v0.8.1 |
| 1890 | 2026-06-20T21:41:42.921Z | Compiling zerovec-derive v0.11.2 |
| 1891 | 2026-06-20T21:41:42.942Z | Compiling displaydoc v0.2.5 |
| 1892 | 2026-06-20T21:41:43.078Z | Compiling zerocopy-derive v0.8.40 |
| 1893 | 2026-06-20T21:41:43.084Z | Compiling tokio-macros v2.7.0 |
| 1894 | 2026-06-20T21:41:43.118Z | Compiling futures-macro v0.3.32 |
| 1895 | 2026-06-20T21:41:43.395Z | Compiling zeroize v1.8.2 |
| 1896 | 2026-06-20T21:41:43.779Z | Compiling thiserror-impl v2.0.18 |
| 1897 | 2026-06-20T21:41:43.809Z | Compiling schemars_derive v0.8.22 |
| 1898 | 2026-06-20T21:41:43.849Z | Compiling tracing-attributes v0.1.31 |
| 1899 | 2026-06-20T21:41:43.889Z | Compiling der_derive v0.7.3 |
| 1900 | 2026-06-20T21:41:43.940Z | Compiling zerofrom v0.1.6 |
| 1901 | 2026-06-20T21:41:44.085Z | Compiling yoke v0.8.1 |
| 1902 | 2026-06-20T21:41:44.220Z | Compiling crypto-common v0.1.7 |
| 1903 | 2026-06-20T21:41:44.296Z | Compiling zerovec v0.11.5 |
| 1904 | 2026-06-20T21:41:44.318Z | Compiling zerotrie v0.2.3 |
| 1905 | 2026-06-20T21:41:44.391Z | Compiling block-buffer v0.10.4 |
| 1906 | 2026-06-20T21:41:44.567Z | Compiling digest v0.10.7 |
| 1907 | 2026-06-20T21:41:44.771Z | Compiling thiserror-impl v1.0.69 |
| 1908 | 2026-06-20T21:41:44.816Z | Compiling pest_derive v2.8.6 |
| 1909 | 2026-06-20T21:41:44.897Z | Compiling tinystr v0.8.2 |
| 1910 | 2026-06-20T21:41:44.927Z | Compiling potential_utf v0.1.4 |
| 1911 | 2026-06-20T21:41:45.001Z | Compiling hmac v0.12.1 |
| 1912 | 2026-06-20T21:41:45.019Z | Compiling futures-util v0.3.32 |
| 1913 | 2026-06-20T21:41:45.104Z | Compiling icu_locale_core v2.1.1 |
| 1914 | 2026-06-20T21:41:45.135Z | Compiling icu_collections v2.1.1 |
| 1915 | 2026-06-20T21:41:45.258Z | Compiling block-padding v0.3.3 |
| 1916 | 2026-06-20T21:41:45.332Z | Compiling sha2 v0.10.9 |
| 1917 | 2026-06-20T21:41:45.548Z | Compiling inout v0.1.4 |
| 1918 | 2026-06-20T21:41:45.690Z | Compiling cipher v0.4.4 |
| 1919 | 2026-06-20T21:41:45.721Z | Compiling rustls-pki-types v1.14.0 |
| 1920 | 2026-06-20T21:41:45.794Z | Compiling icu_provider v2.1.1 |
| 1921 | 2026-06-20T21:41:45.879Z | Compiling bytes v1.11.1 |
| 1922 | 2026-06-20T21:41:45.953Z | Compiling chrono v0.4.44 |
| 1923 | 2026-06-20T21:41:45.982Z | Compiling serde_tokenstream v0.2.3 |
| 1924 | 2026-06-20T21:41:45.985Z | Compiling scroll_derive v0.13.1 |
| 1925 | 2026-06-20T21:41:46.106Z | Compiling icu_normalizer v2.1.1 |
| 1926 | 2026-06-20T21:41:46.354Z | Compiling icu_properties v2.1.2 |
| 1927 | 2026-06-20T21:41:46.571Z | Compiling tokio v1.52.1 |
| 1928 | 2026-06-20T21:41:46.857Z | Compiling scroll_derive v0.12.1 |
| 1929 | 2026-06-20T21:41:46.872Z | Compiling openssl-macros v0.1.1 |
| 1930 | 2026-06-20T21:41:47.355Z | Compiling idna_adapter v1.2.1 |
| 1931 | 2026-06-20T21:41:47.477Z | Compiling idna v1.1.0 |
| 1932 | 2026-06-20T21:41:47.523Z | Compiling ppv-lite86 v0.2.21 |
| 1933 | 2026-06-20T21:41:47.772Z | Compiling http v1.4.0 |
| 1934 | 2026-06-20T21:41:47.897Z | Compiling url v2.5.8 |
| 1935 | 2026-06-20T21:41:47.922Z | Compiling der v0.7.10 |
| 1936 | 2026-06-20T21:41:47.939Z | Compiling darling_macro v0.21.3 |
| 1937 | 2026-06-20T21:41:47.949Z | Compiling regex v1.12.3 |
| 1938 | 2026-06-20T21:41:47.961Z | Compiling zerocopy-derive v0.7.35 |
| 1939 | 2026-06-20T21:41:48.654Z | Compiling untrusted v0.9.0 |
| 1940 | 2026-06-20T21:41:48.752Z | Compiling spki v0.7.3 |
| 1941 | 2026-06-20T21:41:48.993Z | Compiling darling v0.21.3 |
| 1942 | 2026-06-20T21:41:49.082Z | Compiling salsa20 v0.10.2 |
| 1943 | 2026-06-20T21:41:49.151Z | Compiling pbkdf2 v0.12.2 |
| 1944 | 2026-06-20T21:41:49.193Z | Compiling tracing v0.1.44 |
| 1945 | 2026-06-20T21:41:49.726Z | Compiling cookie v0.18.1 |
| 1946 | 2026-06-20T21:41:49.812Z | Compiling camino v1.2.2 |
| 1947 | 2026-06-20T21:41:50.008Z | Compiling scrypt v0.11.0 |
| 1948 | 2026-06-20T21:41:50.115Z | Compiling http-body v1.0.1 |
| 1949 | 2026-06-20T21:41:50.247Z | Compiling rand_chacha v0.9.0 |
| 1950 | 2026-06-20T21:41:50.247Z | Compiling aes v0.8.4 |
| 1951 | 2026-06-20T21:41:50.247Z | Compiling cbc v0.1.2 |
| 1952 | 2026-06-20T21:41:50.368Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-06-20T21:41:50.368Z | Compiling unicode-segmentation v1.12.0 |
| 1954 | 2026-06-20T21:41:50.473Z | Compiling tokio-util v0.7.18 |
| 1955 | 2026-06-20T21:41:50.473Z | Compiling either v1.15.0 |
| 1956 | 2026-06-20T21:41:50.580Z | Compiling openssl-probe v0.2.1 |
| 1957 | 2026-06-20T21:41:50.581Z | Compiling usdt-impl v0.6.0 |
| 1958 | 2026-06-20T21:41:50.581Z | Compiling tinyvec_macros v0.1.1 |
| 1959 | 2026-06-20T21:41:50.581Z | Compiling winnow v0.7.14 |
| 1960 | 2026-06-20T21:41:50.684Z | Compiling ref-cast v1.0.25 |
| 1961 | 2026-06-20T21:41:50.684Z | Compiling fastrand v2.3.0 |
| 1962 | 2026-06-20T21:41:50.782Z | Compiling untrusted v0.7.1 |
| 1963 | 2026-06-20T21:41:50.782Z | Compiling paste v1.0.15 |
| 1964 | 2026-06-20T21:41:50.782Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-06-20T21:41:50.782Z | Compiling pkcs5 v0.7.1 |
| 1966 | 2026-06-20T21:41:50.958Z | Compiling rand v0.9.2 |
| 1967 | 2026-06-20T21:41:51.189Z | Compiling scroll v0.12.0 |
| 1968 | 2026-06-20T21:41:51.246Z | Compiling scroll v0.13.0 |
| 1969 | 2026-06-20T21:41:51.281Z | Compiling toml_datetime v0.6.11 |
| 1970 | 2026-06-20T21:41:51.398Z | Compiling serde_spanned v0.6.9 |
| 1971 | 2026-06-20T21:41:51.483Z | Compiling async-trait v0.1.89 |
| 1972 | 2026-06-20T21:41:51.542Z | Compiling heapless v0.7.17 |
| 1973 | 2026-06-20T21:41:51.576Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1974 | 2026-06-20T21:41:51.606Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-06-20T21:41:51.629Z | Compiling tower-layer v0.3.3 |
| 1976 | 2026-06-20T21:41:51.769Z | Compiling try-lock v0.2.5 |
| 1977 | 2026-06-20T21:41:51.810Z | Compiling atomic-waker v1.1.2 |
| 1978 | 2026-06-20T21:41:51.819Z | Compiling rustix v0.38.44 |
| 1979 | 2026-06-20T21:41:51.819Z | Compiling zstd-safe v7.2.4 |
| 1980 | 2026-06-20T21:41:51.906Z | Compiling tower-service v0.3.3 |
| 1981 | 2026-06-20T21:41:51.951Z | Compiling h2 v0.4.13 |
| 1982 | 2026-06-20T21:41:51.995Z | Compiling want v0.3.1 |
| 1983 | 2026-06-20T21:41:52.039Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1984 | 2026-06-20T21:41:52.160Z | Compiling goblin v0.10.5 |
| 1985 | 2026-06-20T21:41:52.184Z | Compiling goblin v0.8.2 |
| 1986 | 2026-06-20T21:41:52.380Z | Compiling pkcs8 v0.10.2 |
| 1987 | 2026-06-20T21:41:52.578Z | Compiling heck v0.4.1 |
| 1988 | 2026-06-20T21:41:52.620Z | Compiling zerocopy v0.7.35 |
| 1989 | 2026-06-20T21:41:52.694Z | Compiling ipnet v2.11.0 |
| 1990 | 2026-06-20T21:41:52.716Z | Compiling ref-cast-impl v1.0.25 |
| 1991 | 2026-06-20T21:41:52.799Z | Compiling darling_core v0.20.11 |
| 1992 | 2026-06-20T21:41:52.840Z | Compiling curve25519-dalek v4.1.3 |
| 1993 | 2026-06-20T21:41:52.973Z | Compiling memoffset v0.9.1 |
| 1994 | 2026-06-20T21:41:53.100Z | Compiling utf8parse v0.2.2 |
| 1995 | 2026-06-20T21:41:53.157Z | Compiling pin-utils v0.1.0 |
| 1996 | 2026-06-20T21:41:53.255Z | Compiling winnow v0.5.40 |
| 1997 | 2026-06-20T21:41:53.331Z | Compiling litrs v1.0.0 |
| 1998 | 2026-06-20T21:41:53.424Z | Compiling foreign-types-shared v0.1.1 |
| 1999 | 2026-06-20T21:41:53.464Z | Compiling httpdate v1.0.3 |
| 2000 | 2026-06-20T21:41:53.683Z | Compiling foreign-types v0.3.2 |
| 2001 | 2026-06-20T21:41:53.784Z | Compiling tempfile v3.25.0 |
| 2002 | 2026-06-20T21:41:53.812Z | Compiling document-features v0.2.12 |
| 2003 | 2026-06-20T21:41:54.270Z | Compiling unicode-normalization v0.1.25 |
| 2004 | 2026-06-20T21:41:54.330Z | Compiling dtrace-parser v0.2.0 |
| 2005 | 2026-06-20T21:41:54.655Z | Compiling toml_edit v0.19.15 |
| 2006 | 2026-06-20T21:41:54.739Z | Compiling dof v0.3.0 |
| 2007 | 2026-06-20T21:41:54.774Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-06-20T21:41:54.939Z | Compiling hyper v1.8.1 |
| 2009 | 2026-06-20T21:41:55.008Z | Compiling dof v0.4.0 |
| 2010 | 2026-06-20T21:41:55.264Z | Compiling dtrace-parser v0.3.0 |
| 2011 | 2026-06-20T21:41:55.423Z | Compiling pin-project-internal v1.1.11 |
| 2012 | 2026-06-20T21:41:55.423Z | Compiling daft-derive v0.1.7 |
| 2013 | 2026-06-20T21:41:55.670Z | Compiling spin v0.9.8 |
| 2014 | 2026-06-20T21:41:55.701Z | Compiling thread-id v5.1.0 |
| 2015 | 2026-06-20T21:41:55.708Z | Compiling socket2 v0.5.10 |
| 2016 | 2026-06-20T21:41:55.776Z | Compiling thread-id v4.2.2 |
| 2017 | 2026-06-20T21:41:55.875Z | Compiling num-bigint-dig v0.8.6 |
| 2018 | 2026-06-20T21:41:55.908Z | Compiling smoltcp v0.9.1 |
| 2019 | 2026-06-20T21:41:55.920Z | Compiling powerfmt v0.2.0 |
| 2020 | 2026-06-20T21:41:56.081Z | Compiling cfg_aliases v0.2.1 |
| 2021 | 2026-06-20T21:41:56.132Z | Compiling anstyle v1.0.14 |
| 2022 | 2026-06-20T21:41:56.179Z | Compiling nix v0.31.2 |
| 2023 | 2026-06-20T21:41:56.228Z | Compiling deranged v0.5.8 |
| 2024 | 2026-06-20T21:41:56.243Z | Compiling hyper-util v0.1.20 |
| 2025 | 2026-06-20T21:41:56.481Z | Compiling darling v0.20.11 |
| 2026 | 2026-06-20T21:41:56.585Z | Compiling rustls-native-certs v0.8.3 |
| 2027 | 2026-06-20T21:41:56.680Z | Compiling ipnetwork v0.21.1 |
| 2028 | 2026-06-20T21:41:56.873Z | Compiling strum_macros v0.26.4 |
| 2029 | 2026-06-20T21:41:56.961Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2030 | 2026-06-20T21:41:57.068Z | Compiling sync_wrapper v1.0.2 |
| 2031 | 2026-06-20T21:41:57.201Z | Compiling wait-timeout v0.2.1 |
| 2032 | 2026-06-20T21:41:57.388Z | Compiling colorchoice v1.0.4 |
| 2033 | 2026-06-20T21:41:57.523Z | Compiling is_terminal_polyfill v1.70.2 |
| 2034 | 2026-06-20T21:41:57.637Z | Compiling siphasher v1.0.2 |
| 2035 | 2026-06-20T21:41:57.726Z | Compiling bit-vec v0.8.0 |
| 2036 | 2026-06-20T21:41:57.761Z | Compiling anstyle-query v1.1.5 |
| 2037 | 2026-06-20T21:41:57.832Z | Compiling simd-adler32 v0.3.8 |
| 2038 | 2026-06-20T21:41:57.919Z | Compiling num_threads v0.1.7 |
| 2039 | 2026-06-20T21:41:57.974Z | Compiling quick-error v1.2.3 |
| 2040 | 2026-06-20T21:41:57.989Z | Compiling bit-set v0.8.0 |
| 2041 | 2026-06-20T21:41:58.046Z | Compiling time v0.3.47 |
| 2042 | 2026-06-20T21:41:58.080Z | Compiling rusty-fork v0.3.1 |
| 2043 | 2026-06-20T21:41:58.180Z | Compiling tower v0.5.3 |
| 2044 | 2026-06-20T21:41:58.378Z | Compiling derive_builder_core v0.20.2 |
| 2045 | 2026-06-20T21:41:58.466Z | Compiling snafu-derive v0.8.9 |
| 2046 | 2026-06-20T21:41:58.536Z | Compiling http-body-util v0.1.3 |
| 2047 | 2026-06-20T21:41:58.666Z | Compiling webpki-roots v1.0.6 |
| 2048 | 2026-06-20T21:41:58.824Z | Compiling signature v2.2.0 |
| 2049 | 2026-06-20T21:41:59.034Z | Compiling hubpack_derive v0.1.1 |
| 2050 | 2026-06-20T21:41:59.067Z | Compiling rand_xorshift v0.4.0 |
| 2051 | 2026-06-20T21:41:59.126Z | Compiling strum_macros v0.27.2 |
| 2052 | 2026-06-20T21:41:59.242Z | Compiling fs-err v3.3.0 |
| 2053 | 2026-06-20T21:41:59.257Z | Compiling ahash v0.8.12 |
| 2054 | 2026-06-20T21:41:59.459Z | Compiling object v0.37.3 |
| 2055 | 2026-06-20T21:41:59.479Z | Compiling unarray v0.1.4 |
| 2056 | 2026-06-20T21:41:59.493Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-06-20T21:41:59.516Z | Compiling allocator-api2 v0.2.21 |
| 2058 | 2026-06-20T21:41:59.723Z | Compiling unicode-properties v0.1.4 |
| 2059 | 2026-06-20T21:41:59.742Z | Compiling unicode-bidi v0.3.18 |
| 2060 | 2026-06-20T21:41:59.869Z | Compiling adler2 v2.0.1 |
| 2061 | 2026-06-20T21:41:59.953Z | Compiling ryu v1.0.23 |
| 2062 | 2026-06-20T21:42:00.016Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-06-20T21:42:00.150Z | Compiling serde_urlencoded v0.7.1 |
| 2064 | 2026-06-20T21:42:00.166Z | Compiling stringprep v0.1.5 |
| 2065 | 2026-06-20T21:42:00.413Z | Compiling proptest v1.10.0 |
| 2066 | 2026-06-20T21:42:00.543Z | Compiling derive_builder_macro v0.20.2 |
| 2067 | 2026-06-20T21:42:00.582Z | Compiling tokio-native-tls v0.3.1 |
| 2068 | 2026-06-20T21:42:00.770Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-06-20T21:42:00.882Z | Compiling usdt-macro v0.6.0 |
| 2070 | 2026-06-20T21:42:00.969Z | Compiling usdt-attr-macro v0.6.0 |
| 2071 | 2026-06-20T21:42:01.235Z | Compiling anstyle-parse v1.0.0 |
| 2072 | 2026-06-20T21:42:01.484Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-06-20T21:42:01.498Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-06-20T21:42:01.638Z | Compiling md-5 v0.10.6 |
| 2075 | 2026-06-20T21:42:01.712Z | Compiling bstr v1.12.1 |
| 2076 | 2026-06-20T21:42:01.807Z | Compiling num-integer v0.1.46 |
| 2077 | 2026-06-20T21:42:01.831Z | Compiling hash32 v0.2.1 |
| 2078 | 2026-06-20T21:42:01.864Z | Compiling vergen-lib v9.1.0 |
| 2079 | 2026-06-20T21:42:01.888Z | Compiling ff v0.13.1 |
| 2080 | 2026-06-20T21:42:02.009Z | Compiling encoding_rs v0.8.35 |
| 2081 | 2026-06-20T21:42:02.064Z | Compiling fallible-iterator v0.2.0 |
| 2082 | 2026-06-20T21:42:02.094Z | Compiling psl-types v2.0.11 |
| 2083 | 2026-06-20T21:42:02.135Z | Compiling zlib-rs v0.6.2 |
| 2084 | 2026-06-20T21:42:02.154Z | Compiling mime v0.3.17 |
| 2085 | 2026-06-20T21:42:02.202Z | Compiling base16ct v0.2.0 |
| 2086 | 2026-06-20T21:42:02.242Z | Compiling publicsuffix v2.3.0 |
| 2087 | 2026-06-20T21:42:02.331Z | Compiling sec1 v0.7.3 |
| 2088 | 2026-06-20T21:42:02.399Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-06-20T21:42:02.441Z | Compiling newtype-uuid v1.3.2 |
| 2090 | 2026-06-20T21:42:02.538Z | Compiling num-iter v0.1.45 |
| 2091 | 2026-06-20T21:42:02.681Z | Compiling group v0.13.0 |
| 2092 | 2026-06-20T21:42:02.837Z | Compiling rand v0.8.6 |
| 2093 | 2026-06-20T21:42:03.318Z | Compiling anstream v1.0.0 |
| 2094 | 2026-06-20T21:42:03.336Z | Compiling oxnet v0.1.6 |
| 2095 | 2026-06-20T21:42:03.357Z | Compiling derive_builder v0.20.2 |
| 2096 | 2026-06-20T21:42:03.392Z | Compiling hyper-tls v0.6.0 |
| 2097 | 2026-06-20T21:42:03.445Z | Compiling phf_shared v0.13.1 |
| 2098 | 2026-06-20T21:42:03.540Z | Compiling pin-project v1.1.11 |
| 2099 | 2026-06-20T21:42:03.607Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-06-20T21:42:03.664Z | Compiling anstyle-parse v0.2.7 |
| 2101 | 2026-06-20T21:42:03.727Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-06-20T21:42:03.744Z | Compiling serde_with_macros v3.17.0 |
| 2103 | 2026-06-20T21:42:03.762Z | Compiling futures-executor v0.3.32 |
| 2104 | 2026-06-20T21:42:03.777Z | Compiling hex v0.4.3 |
| 2105 | 2026-06-20T21:42:03.890Z | Compiling hkdf v0.12.4 |
| 2106 | 2026-06-20T21:42:03.921Z | Compiling crypto-bigint v0.5.5 |
| 2107 | 2026-06-20T21:42:03.973Z | Compiling enum-as-inner v0.6.1 |
| 2108 | 2026-06-20T21:42:03.992Z | Compiling serde_repr v0.1.20 |
| 2109 | 2026-06-20T21:42:04.032Z | Compiling clap_derive v4.6.1 |
| 2110 | 2026-06-20T21:42:04.054Z | Compiling async-recursion v1.1.1 |
| 2111 | 2026-06-20T21:42:04.104Z | Compiling vergen v9.1.0 |
| 2112 | 2026-06-20T21:42:04.136Z | Compiling cargo-platform v0.3.2 |
| 2113 | 2026-06-20T21:42:04.259Z | Compiling flate2 v1.1.9 |
| 2114 | 2026-06-20T21:42:04.411Z | Compiling bitflags v1.3.2 |
| 2115 | 2026-06-20T21:42:04.441Z | Compiling bumpalo v3.20.2 |
| 2116 | 2026-06-20T21:42:04.536Z | Compiling same-file v1.0.6 |
| 2117 | 2026-06-20T21:42:04.687Z | Compiling managed v0.8.0 |
| 2118 | 2026-06-20T21:42:04.703Z | Compiling foldhash v0.2.0 |
| 2119 | 2026-06-20T21:42:04.731Z | Compiling clap_lex v1.0.0 |
| 2120 | 2026-06-20T21:42:04.844Z | Compiling foldhash v0.1.5 |
| 2121 | 2026-06-20T21:42:04.928Z | Compiling libbz2-rs-sys v0.2.2 |
| 2122 | 2026-06-20T21:42:04.944Z | Compiling clap_builder v4.6.0 |
| 2123 | 2026-06-20T21:42:04.983Z | Compiling hashbrown v0.15.5 |
| 2124 | 2026-06-20T21:42:05.029Z | Compiling hashbrown v0.16.1 |
| 2125 | 2026-06-20T21:42:05.131Z | Compiling elliptic-curve v0.13.8 |
| 2126 | 2026-06-20T21:42:05.295Z | Compiling walkdir v2.5.0 |
| 2127 | 2026-06-20T21:42:05.487Z | Compiling bzip2 v0.6.1 |
| 2128 | 2026-06-20T21:42:05.519Z | Compiling zopfli v0.8.3 |
| 2129 | 2026-06-20T21:42:05.608Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-06-20T21:42:05.676Z | Compiling futures v0.3.32 |
| 2131 | 2026-06-20T21:42:05.765Z | Compiling anstream v0.6.21 |
| 2132 | 2026-06-20T21:42:06.390Z | Compiling zstd v0.13.3 |
| 2133 | 2026-06-20T21:42:06.448Z | Compiling phf v0.13.1 |
| 2134 | 2026-06-20T21:42:06.620Z | Compiling snafu v0.8.9 |
| 2135 | 2026-06-20T21:42:06.673Z | Compiling daft v0.1.7 |
| 2136 | 2026-06-20T21:42:06.960Z | Compiling signal-hook-mio v0.2.5 |
| 2137 | 2026-06-20T21:42:06.977Z | Compiling cookie_store v0.22.1 |
| 2138 | 2026-06-20T21:42:07.079Z | Compiling postgres-types v0.2.12 |
| 2139 | 2026-06-20T21:42:07.108Z | Compiling bzip2 v0.4.4 |
| 2140 | 2026-06-20T21:42:07.125Z | Compiling globset v0.4.18 |
| 2141 | 2026-06-20T21:42:07.132Z | Compiling strum v0.27.2 |
| 2142 | 2026-06-20T21:42:07.312Z | Compiling hubpack v0.1.2 |
| 2143 | 2026-06-20T21:42:07.363Z | Compiling ed25519 v2.2.3 |
| 2144 | 2026-06-20T21:42:07.390Z | Compiling phf_shared v0.11.3 |
| 2145 | 2026-06-20T21:42:07.471Z | Compiling crossbeam-epoch v0.9.18 |
| 2146 | 2026-06-20T21:42:07.505Z | Compiling olpc-cjson v0.1.4 |
| 2147 | 2026-06-20T21:42:07.545Z | Compiling pkcs1 v0.7.5 |
| 2148 | 2026-06-20T21:42:07.589Z | Compiling pem v3.0.6 |
| 2149 | 2026-06-20T21:42:07.687Z | Compiling serde-big-array v0.5.1 |
| 2150 | 2026-06-20T21:42:07.727Z | Compiling serde_plain v1.0.2 |
| 2151 | 2026-06-20T21:42:07.779Z | Compiling rfc6979 v0.4.0 |
| 2152 | 2026-06-20T21:42:07.818Z | Compiling float-cmp v0.10.0 |
| 2153 | 2026-06-20T21:42:07.856Z | Compiling memmap2 v0.9.10 |
| 2154 | 2026-06-20T21:42:07.904Z | Compiling env_filter v1.0.0 |
| 2155 | 2026-06-20T21:42:07.923Z | Compiling predicates-core v1.0.10 |
| 2156 | 2026-06-20T21:42:07.945Z | Compiling typed-path v0.9.3 |
| 2157 | 2026-06-20T21:42:07.955Z | Compiling keccak v0.1.6 |
| 2158 | 2026-06-20T21:42:07.972Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-06-20T21:42:07.985Z | Compiling static_assertions v1.1.0 |
| 2160 | 2026-06-20T21:42:08.009Z | Compiling precomputed-hash v0.1.1 |
| 2161 | 2026-06-20T21:42:08.074Z | Compiling difflib v0.4.0 |
| 2162 | 2026-06-20T21:42:08.089Z | Compiling fixedbitset v0.5.7 |
| 2163 | 2026-06-20T21:42:08.111Z | Compiling jiff v0.2.21 |
| 2164 | 2026-06-20T21:42:08.171Z | Compiling fixedbitset v0.4.2 |
| 2165 | 2026-06-20T21:42:08.208Z | Compiling normalize-line-endings v0.3.0 |
| 2166 | 2026-06-20T21:42:08.266Z | Compiling whoami v2.1.0 |
| 2167 | 2026-06-20T21:42:08.301Z | Compiling toml_write v0.1.2 |
| 2168 | 2026-06-20T21:42:08.340Z | Compiling data-encoding v2.10.0 |
| 2169 | 2026-06-20T21:42:08.382Z | Compiling petgraph v0.6.5 |
| 2170 | 2026-06-20T21:42:08.397Z | Compiling petgraph v0.8.3 |
| 2171 | 2026-06-20T21:42:08.400Z | Compiling predicates v3.1.4 |
| 2172 | 2026-06-20T21:42:08.517Z | Compiling tokio-postgres v0.7.16 |
| 2173 | 2026-06-20T21:42:08.539Z | Compiling toml_edit v0.22.27 |
| 2174 | 2026-06-20T21:42:08.889Z | Compiling hickory-proto v0.25.2 |
| 2175 | 2026-06-20T21:42:08.993Z | Compiling sha3 v0.10.8 |
| 2176 | 2026-06-20T21:42:09.087Z | Compiling string_cache v0.8.9 |
| 2177 | 2026-06-20T21:42:09.139Z | Compiling env_logger v0.11.9 |
| 2178 | 2026-06-20T21:42:09.274Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2179 | 2026-06-20T21:42:09.523Z | Compiling usdt v0.6.0 |
| 2180 | 2026-06-20T21:42:09.772Z | Compiling ecdsa v0.16.9 |
| 2181 | 2026-06-20T21:42:09.790Z | Compiling rsa v0.9.10 |
| 2182 | 2026-06-20T21:42:09.920Z | Compiling ed25519-dalek v2.2.0 |
| 2183 | 2026-06-20T21:42:10.598Z | Compiling zip v0.6.6 |
| 2184 | 2026-06-20T21:42:10.619Z | Compiling crossterm v0.28.1 |
| 2185 | 2026-06-20T21:42:10.908Z | Compiling zip v4.6.1 |
| 2186 | 2026-06-20T21:42:11.016Z | Compiling iddqd v0.4.2 |
| 2187 | 2026-06-20T21:42:11.142Z | Compiling clap v4.6.1 |
| 2188 | 2026-06-20T21:42:11.579Z | Compiling serde_with v3.17.0 |
| 2189 | 2026-06-20T21:42:11.642Z | Compiling similar v2.7.0 |
| 2190 | 2026-06-20T21:42:11.829Z | Compiling strum v0.26.3 |
| 2191 | 2026-06-20T21:42:11.846Z | Compiling toml v0.7.8 |
| 2192 | 2026-06-20T21:42:11.897Z | Compiling tokio-stream v0.1.18 |
| 2193 | 2026-06-20T21:42:12.046Z | Compiling itertools v0.13.0 |
| 2194 | 2026-06-20T21:42:12.137Z | Compiling buf-list v1.1.2 |
| 2195 | 2026-06-20T21:42:12.350Z | Compiling x509-cert v0.2.5 |
| 2196 | 2026-06-20T21:42:12.404Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2197 | 2026-06-20T21:42:12.436Z | Compiling openapiv3 v2.2.0 |
| 2198 | 2026-06-20T21:42:12.740Z | Compiling sha1 v0.10.6 |
| 2199 | 2026-06-20T21:42:13.243Z | Compiling lalrpop-util v0.19.12 |
| 2200 | 2026-06-20T21:42:13.243Z | Compiling peg-runtime v0.8.5 |
| 2201 | 2026-06-20T21:43:23.333Z | Compiling rustls-webpki v0.103.9 |
| 2202 | 2026-06-20T21:43:23.468Z | Compiling macaddr v1.0.1 |
| 2203 | 2026-06-20T21:43:23.790Z | Compiling structmeta-derive v0.3.0 |
| 2204 | 2026-06-20T21:43:23.790Z | Compiling rayon-core v1.13.0 |
| 2205 | 2026-06-20T21:43:23.790Z | Compiling crucible-workspace-hack v0.1.0 |
| 2206 | 2026-06-20T21:43:23.790Z | Compiling itertools v0.14.0 |
| 2207 | 2026-06-20T21:43:23.790Z | Compiling secrecy v0.10.3 |
| 2208 | 2026-06-20T21:43:23.790Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-06-20T21:43:23.790Z | Compiling heapless v0.8.0 |
| 2210 | 2026-06-20T21:43:23.790Z | Compiling rustls v0.22.4 |
| 2211 | 2026-06-20T21:43:23.790Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2212 | 2026-06-20T21:43:23.790Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2213 | 2026-06-20T21:43:23.790Z | Compiling crossbeam-deque v0.8.6 |
| 2214 | 2026-06-20T21:43:23.790Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-06-20T21:43:23.790Z | Compiling rustls-webpki v0.102.8 |
| 2216 | 2026-06-20T21:43:23.790Z | Compiling hash32 v0.3.1 |
| 2217 | 2026-06-20T21:43:23.790Z | Compiling multer v3.1.0 |
| 2218 | 2026-06-20T21:43:23.790Z | Compiling thread_local v1.1.9 |
| 2219 | 2026-06-20T21:43:23.790Z | Compiling match_cfg v0.1.0 |
| 2220 | 2026-06-20T21:43:23.790Z | Compiling unicode-width v0.2.0 |
| 2221 | 2026-06-20T21:43:23.790Z | Compiling structmeta v0.3.0 |
| 2222 | 2026-06-20T21:43:23.790Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2223 | 2026-06-20T21:43:23.791Z | Compiling slog-async v2.8.0 |
| 2224 | 2026-06-20T21:43:23.791Z | Compiling smoltcp v0.11.0 |
| 2225 | 2026-06-20T21:43:23.791Z | Compiling compression-core v0.4.31 |
| 2226 | 2026-06-20T21:43:23.791Z | Compiling derive-ex v0.1.8 |
| 2227 | 2026-06-20T21:43:23.791Z | Compiling proc-macro-crate v3.4.0 |
| 2228 | 2026-06-20T21:43:23.791Z | Compiling compression-codecs v0.4.37 |
| 2229 | 2026-06-20T21:43:23.791Z | Compiling ingot-macros v0.1.1 |
| 2230 | 2026-06-20T21:43:23.791Z | Compiling hostname v0.3.1 |
| 2231 | 2026-06-20T21:43:23.791Z | Compiling atomicwrites v0.4.4 |
| 2232 | 2026-06-20T21:43:23.791Z | Compiling slog-json v2.6.1 |
| 2233 | 2026-06-20T21:43:23.791Z | Compiling crossbeam-channel v0.5.15 |
| 2234 | 2026-06-20T21:43:23.791Z | Compiling half v2.7.1 |
| 2235 | 2026-06-20T21:43:23.791Z | Compiling newtype-uuid-macros v0.1.0 |
| 2236 | 2026-06-20T21:43:23.791Z | Compiling cobs v0.3.0 |
| 2237 | 2026-06-20T21:43:23.791Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2238 | 2026-06-20T21:43:23.791Z | Compiling tokio-rustls v0.26.4 |
| 2239 | 2026-06-20T21:43:23.791Z | Compiling rustls-platform-verifier v0.6.2 |
| 2240 | 2026-06-20T21:43:23.791Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-06-20T21:43:23.791Z | Compiling universal-hash v0.5.1 |
| 2242 | 2026-06-20T21:43:23.791Z | Compiling async-stream-impl v0.3.6 |
| 2243 | 2026-06-20T21:43:23.791Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2244 | 2026-06-20T21:43:23.791Z | Compiling serde_spanned v1.0.4 |
| 2245 | 2026-06-20T21:43:24.042Z | Compiling is-terminal v0.4.17 |
| 2246 | 2026-06-20T21:43:24.042Z | Compiling reqwest v0.12.28 |
| 2247 | 2026-06-20T21:43:24.042Z | Compiling reqwest v0.13.2 |
| 2248 | 2026-06-20T21:43:24.042Z | Compiling dropshot v0.17.0 |
| 2249 | 2026-06-20T21:43:24.042Z | Compiling proc-macro-error-attr v1.0.4 |
| 2250 | 2026-06-20T21:43:24.042Z | Compiling opaque-debug v0.3.1 |
| 2251 | 2026-06-20T21:43:24.043Z | Compiling convert_case v0.4.0 |
| 2252 | 2026-06-20T21:43:24.043Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2253 | 2026-06-20T21:43:24.043Z | Compiling term v1.2.1 |
| 2254 | 2026-06-20T21:43:24.043Z | Compiling take_mut v0.2.2 |
| 2255 | 2026-06-20T21:43:24.043Z | Compiling ciborium-io v0.2.2 |
| 2256 | 2026-06-20T21:43:24.043Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-20T21:43:24.043Z | Compiling ciborium-ll v0.2.2 |
| 2258 | 2026-06-20T21:43:24.043Z | Compiling async-stream v0.3.6 |
| 2259 | 2026-06-20T21:43:24.043Z | Compiling poly1305 v0.8.0 |
| 2260 | 2026-06-20T21:43:24.043Z | Compiling derive_more v0.99.20 |
| 2261 | 2026-06-20T21:43:24.043Z | Compiling tokio-rustls v0.25.0 |
| 2262 | 2026-06-20T21:43:24.043Z | Compiling slog-term v2.9.2 |
| 2263 | 2026-06-20T21:43:24.043Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2264 | 2026-06-20T21:43:24.043Z | Compiling thiserror-no-std v2.0.2 |
| 2265 | 2026-06-20T21:43:24.043Z | Compiling test-strategy v0.4.5 |
| 2266 | 2026-06-20T21:43:24.043Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2267 | 2026-06-20T21:43:24.043Z | Compiling postcard v1.1.3 |
| 2268 | 2026-06-20T21:43:24.043Z | Compiling ingot-types v0.1.2 |
| 2269 | 2026-06-20T21:43:24.043Z | Compiling tough v0.22.0 |
| 2270 | 2026-06-20T21:43:24.043Z | Compiling ingot v0.1.1 |
| 2271 | 2026-06-20T21:43:24.043Z | Compiling slog-bunyan v2.5.0 |
| 2272 | 2026-06-20T21:43:24.043Z | Compiling num_enum_derive v0.7.6 |
| 2273 | 2026-06-20T21:43:24.043Z | Compiling async-compression v0.4.41 |
| 2274 | 2026-06-20T21:43:24.043Z | Compiling parse-display-derive v0.10.0 |
| 2275 | 2026-06-20T21:43:24.043Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2276 | 2026-06-20T21:43:24.043Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2277 | 2026-06-20T21:43:24.043Z | Compiling proc-macro-crate v1.3.1 |
| 2278 | 2026-06-20T21:43:24.043Z | Compiling waitgroup v0.1.2 |
| 2279 | 2026-06-20T21:43:24.043Z | Compiling backon v1.6.0 |
| 2280 | 2026-06-20T21:43:24.043Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2281 | 2026-06-20T21:43:24.043Z | Compiling password-hash v0.5.0 |
| 2282 | 2026-06-20T21:43:24.043Z | Compiling chacha20 v0.9.1 |
| 2283 | 2026-06-20T21:43:24.043Z | Compiling dropshot_endpoint v0.17.0 |
| 2284 | 2026-06-20T21:43:24.043Z | Compiling rustls-pemfile v2.2.0 |
| 2285 | 2026-06-20T21:43:24.043Z | Compiling blake2 v0.10.6 |
| 2286 | 2026-06-20T21:43:24.043Z | Compiling aead v0.5.2 |
| 2287 | 2026-06-20T21:43:24.043Z | Compiling foreign-types-macros v0.2.3 |
| 2288 | 2026-06-20T21:43:24.043Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2289 | 2026-06-20T21:43:24.044Z | Compiling serde_path_to_error v0.1.20 |
| 2290 | 2026-06-20T21:43:24.044Z | Compiling hostname v0.4.2 |
| 2291 | 2026-06-20T21:43:24.044Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2292 | 2026-06-20T21:43:24.044Z | Compiling proc-macro-error v1.0.4 |
| 2293 | 2026-06-20T21:43:24.044Z | Compiling instant v0.1.13 |
| 2294 | 2026-06-20T21:43:24.044Z | Compiling cpufeatures v0.3.0 |
| 2295 | 2026-06-20T21:43:24.044Z | Compiling foreign-types-shared v0.3.1 |
| 2296 | 2026-06-20T21:43:24.044Z | Compiling debug-ignore v1.0.5 |
| 2297 | 2026-06-20T21:43:24.044Z | Compiling typeid v1.0.3 |
| 2298 | 2026-06-20T21:43:24.044Z | Compiling foreign-types v0.5.0 |
| 2299 | 2026-06-20T21:43:24.044Z | Compiling chacha20 v0.10.0 |
| 2300 | 2026-06-20T21:43:24.044Z | Compiling backoff v0.4.0 |
| 2301 | 2026-06-20T21:43:24.044Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2302 | 2026-06-20T21:43:24.044Z | Compiling parse-display v0.10.0 |
| 2303 | 2026-06-20T21:43:24.044Z | Created new build target 'test' and set it as active |
| 2304 | 2026-06-20T21:43:24.044Z | Compiling argon2 v0.5.3 |
| 2305 | 2026-06-20T21:43:24.044Z | Compiling chacha20poly1305 v0.10.1 |
| 2306 | 2026-06-20T21:43:24.044Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2307 | 2026-06-20T21:43:24.044Z | Compiling num_enum_derive v0.5.11 |
| 2308 | 2026-06-20T21:43:24.044Z | Compiling num_enum v0.7.6 |
| 2309 | 2026-06-20T21:43:24.044Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2310 | 2026-06-20T21:43:24.044Z | Compiling vsss-rs v3.3.4 |
| 2311 | 2026-06-20T21:43:24.044Z | Compiling ciborium v0.2.2 |
| 2312 | 2026-06-20T21:43:24.044Z | Compiling tabwriter v1.4.1 |
| 2313 | 2026-06-20T21:43:24.044Z | Compiling regress v0.10.5 |
| 2314 | 2026-06-20T21:43:24.044Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2315 | 2026-06-20T21:43:24.044Z | Compiling byte-wrapper v0.1.0 |
| 2316 | 2026-06-20T21:43:24.044Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2317 | 2026-06-20T21:43:24.044Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-06-20T21:43:24.044Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2319 | 2026-06-20T21:43:24.044Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2320 | 2026-06-20T21:43:24.044Z | Compiling cstr-argument v0.1.2 |
| 2321 | 2026-06-20T21:43:24.044Z | Compiling erased-serde v0.4.9 |
| 2322 | 2026-06-20T21:43:24.044Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2323 | 2026-06-20T21:43:24.044Z | Compiling humantime v2.3.0 |
| 2324 | 2026-06-20T21:43:24.044Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2325 | 2026-06-20T21:43:24.044Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2326 | 2026-06-20T21:43:24.045Z | Compiling num_enum v0.5.11 |
| 2327 | 2026-06-20T21:43:24.045Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2328 | 2026-06-20T21:43:24.045Z | Compiling rand v0.10.0 |
| 2329 | 2026-06-20T21:43:24.045Z | Compiling rayon v1.11.0 |
| 2330 | 2026-06-20T21:43:24.045Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2331 | 2026-06-20T21:43:24.045Z | Compiling libefi-sys v0.1.0 |
| 2332 | 2026-06-20T21:43:24.045Z | Compiling colored v3.1.1 |
| 2333 | 2026-06-20T21:43:24.045Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2334 | 2026-06-20T21:43:24.045Z | Compiling indent_write v2.2.0 |
| 2335 | 2026-06-20T21:43:24.045Z | Compiling zone_cfg_derive v0.3.1 |
| 2336 | 2026-06-20T21:43:24.045Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2337 | 2026-06-20T21:43:24.045Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2338 | 2026-06-20T21:43:24.045Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2339 | 2026-06-20T21:43:24.045Z | Compiling camino-tempfile v1.4.1 |
| 2340 | 2026-06-20T21:43:24.045Z | Compiling itertools v0.12.1 |
| 2341 | 2026-06-20T21:43:24.045Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-06-20T21:43:24.045Z | Compiling usdt-macro v0.5.0 |
| 2343 | 2026-06-20T21:43:24.045Z | Compiling num-derive v0.4.2 |
| 2344 | 2026-06-20T21:43:24.045Z | Compiling bitfield-struct v0.6.2 |
| 2345 | 2026-06-20T21:43:24.397Z | Compiling ordered-float v2.10.1 |
| 2346 | 2026-06-20T21:43:24.397Z | Compiling blake3 v1.8.3 |
| 2347 | 2026-06-20T21:43:24.397Z | Compiling sigpipe v0.1.3 |
| 2348 | 2026-06-20T21:43:24.397Z | Compiling memmap v0.7.0 |
| 2349 | 2026-06-20T21:43:24.397Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2350 | 2026-06-20T21:43:24.397Z | Compiling swrite v0.1.0 |
| 2351 | 2026-06-20T21:43:24.397Z | Compiling glob v0.3.3 |
| 2352 | 2026-06-20T21:43:24.397Z | Compiling usdt v0.5.0 |
| 2353 | 2026-06-20T21:43:24.397Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2354 | 2026-06-20T21:43:24.397Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2355 | 2026-06-20T21:43:24.397Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2356 | 2026-06-20T21:43:24.397Z | Compiling serde-value v0.7.0 |
| 2357 | 2026-06-20T21:43:24.398Z | Compiling zone v0.3.1 |
| 2358 | 2026-06-20T21:43:24.398Z | Compiling serde-untagged v0.1.9 |
| 2359 | 2026-06-20T21:43:24.398Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2360 | 2026-06-20T21:43:24.398Z | Compiling toml v0.8.23 |
| 2361 | 2026-06-20T21:43:24.398Z | Compiling smf v0.2.3 |
| 2362 | 2026-06-20T21:43:24.398Z | Compiling filetime v0.2.27 |
| 2363 | 2026-06-20T21:43:24.398Z | Compiling arrayvec v0.7.6 |
| 2364 | 2026-06-20T21:43:24.398Z | Compiling arrayref v0.3.9 |
| 2365 | 2026-06-20T21:43:24.398Z | Compiling constant_time_eq v0.4.2 |
| 2366 | 2026-06-20T21:43:24.398Z | Compiling unicode-xid v0.2.6 |
| 2367 | 2026-06-20T21:43:24.398Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-06-20T21:43:24.398Z | Compiling xattr v1.6.1 |
| 2369 | 2026-06-20T21:43:24.398Z | Compiling whoami v1.6.1 |
| 2370 | 2026-06-20T21:43:24.398Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-06-20T21:43:24.398Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2372 | 2026-06-20T21:43:24.398Z | Compiling tokio-dtrace v0.1.1 |
| 2373 | 2026-06-20T21:43:24.398Z | Compiling cargo-util-schemas v0.8.2 |
| 2374 | 2026-06-20T21:43:24.398Z | Compiling tar v0.4.45 |
| 2375 | 2026-06-20T21:43:24.398Z | Compiling console v0.16.2 |
| 2376 | 2026-06-20T21:43:24.398Z | Compiling gethostname v0.5.0 |
| 2377 | 2026-06-20T21:43:24.398Z | Compiling cargo-platform v0.2.0 |
| 2378 | 2026-06-20T21:43:24.398Z | Compiling topological-sort v0.2.2 |
| 2379 | 2026-06-20T21:43:24.398Z | Compiling unit-prefix v0.5.2 |
| 2380 | 2026-06-20T21:43:24.398Z | Compiling indicatif v0.18.4 |
| 2381 | 2026-06-20T21:43:24.398Z | Compiling oxide-tokio-rt v0.1.4 |
| 2382 | 2026-06-20T21:43:24.398Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2383 | 2026-06-20T21:43:24.398Z | Compiling shell-words v1.1.1 |
| 2384 | 2026-06-20T21:43:24.398Z | Compiling cargo_metadata v0.21.0 |
| 2385 | 2026-06-20T21:43:24.398Z | Compiling progenitor-client v0.14.0 |
| 2386 | 2026-06-20T21:43:24.398Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-06-20T21:43:24.398Z | Compiling progenitor-extras v0.2.0 |
| 2388 | 2026-06-20T21:43:24.398Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2389 | 2026-06-20T21:43:24.398Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2390 | 2026-06-20T21:43:24.398Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2391 | 2026-06-20T21:43:24.398Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2392 | 2026-06-20T21:43:24.398Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2393 | 2026-06-20T21:43:24.399Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2394 | 2026-06-20T21:43:24.399Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2395 | 2026-06-20T21:43:24.399Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2396 | 2026-06-20T21:43:24.399Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2397 | 2026-06-20T21:43:24.399Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2398 | 2026-06-20T21:43:24.399Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2399 | 2026-06-20T21:43:24.399Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2400 | 2026-06-20T21:43:24.399Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2401 | 2026-06-20T21:43:24.399Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2402 | 2026-06-20T21:43:24.399Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2403 | 2026-06-20T21:43:24.399Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2404 | 2026-06-20T21:43:24.399Z | |
| 2405 | 2026-06-20T21:43:24.399Z | real 1:44.652487161 |
| 2406 | 2026-06-20T21:43:24.399Z | user 17:06.862007488 |
| 2407 | 2026-06-20T21:43:24.399Z | sys 2:39.474348062 |
| 2408 | 2026-06-20T21:43:24.399Z | trap 0.486464710 |
| 2409 | 2026-06-20T21:43:24.399Z | tflt 2.896141963 |
| 2410 | 2026-06-20T21:43:24.399Z | dflt 4.316239952 |
| 2411 | 2026-06-20T21:43:24.399Z | kflt 0.004366071 |
| 2412 | 2026-06-20T21:43:24.399Z | lock 53:18.813745351 |
| 2413 | 2026-06-20T21:43:24.399Z | slp 43:49.470070586 |
| 2414 | 2026-06-20T21:43:24.399Z | lat 41.861172729 |
| 2415 | 2026-06-20T21:43:24.399Z | stop 5:21.491091787 |
| 2416 | 2026-06-20T21:43:24.399Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2417 | 2026-06-20T21:43:24.399Z | Finished `release` profile [optimized] target(s) in 0.80s |
| 2418 | 2026-06-20T21:43:24.399Z | Running `target/release/omicron-package -t test package` |
| 2419 | 2026-06-20T21:43:24.399Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2420 | 2026-06-20T21:43:24.399Z | Compiling heck v0.5.0 |
| 2421 | 2026-06-20T21:43:24.399Z | Compiling regress v0.11.1 |
| 2422 | 2026-06-20T21:43:24.399Z | Compiling unsafe-libyaml v0.2.11 |
| 2423 | 2026-06-20T21:43:24.399Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2424 | 2026-06-20T21:43:24.399Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2425 | 2026-06-20T21:43:24.399Z | Compiling unicode-width v0.1.14 |
| 2426 | 2026-06-20T21:43:24.399Z | Compiling atomicwrites v0.4.4 |
| 2427 | 2026-06-20T21:43:24.399Z | Compiling derive-where v1.6.0 |
| 2428 | 2026-06-20T21:43:24.399Z | Compiling bytecount v0.6.9 |
| 2429 | 2026-06-20T21:43:24.399Z | Compiling is-terminal v0.4.17 |
| 2430 | 2026-06-20T21:43:24.399Z | Compiling prettyplease v0.2.37 |
| 2431 | 2026-06-20T21:43:24.400Z | Compiling console v0.15.11 |
| 2432 | 2026-06-20T21:43:24.400Z | Compiling newline-converter v0.3.0 |
| 2433 | 2026-06-20T21:43:24.400Z | Compiling slog-dtrace v0.3.0 |
| 2434 | 2026-06-20T21:43:24.400Z | Compiling resolv-conf v0.7.6 |
| 2435 | 2026-06-20T21:43:24.400Z | Compiling owo-colors v4.3.0 |
| 2436 | 2026-06-20T21:43:24.400Z | Compiling cancel-safe-futures v0.1.5 |
| 2437 | 2026-06-20T21:43:24.400Z | Compiling rustls v0.22.4 |
| 2438 | 2026-06-20T21:43:24.400Z | Compiling num-rational v0.4.2 |
| 2439 | 2026-06-20T21:43:24.400Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2440 | 2026-06-20T21:43:24.400Z | Compiling libsw-core v0.3.2 |
| 2441 | 2026-06-20T21:43:24.400Z | Compiling rustls-webpki v0.102.8 |
| 2442 | 2026-06-20T21:43:24.400Z | Compiling num-complex v0.4.6 |
| 2443 | 2026-06-20T21:43:24.400Z | Compiling serde_yaml v0.9.34+deprecated |
| 2444 | 2026-06-20T21:43:24.479Z | Compiling thread_local v1.1.9 |
| 2445 | 2026-06-20T21:43:24.479Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-06-20T21:43:24.479Z | Compiling expectorate v1.2.0 |
| 2447 | 2026-06-20T21:43:24.479Z | Compiling compression-core v0.4.31 |
| 2448 | 2026-06-20T21:43:24.479Z | Compiling hostname v0.3.1 |
| 2449 | 2026-06-20T21:43:24.479Z | Compiling num v0.4.3 |
| 2450 | 2026-06-20T21:43:24.479Z | Compiling compression-codecs v0.4.37 |
| 2451 | 2026-06-20T21:43:24.592Z | Compiling libsw v3.5.0 |
| 2452 | 2026-06-20T21:43:24.592Z | Compiling multer v3.1.0 |
| 2453 | 2026-06-20T21:43:24.723Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-06-20T21:43:25.179Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-06-20T21:43:25.179Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-06-20T21:43:25.179Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2457 | 2026-06-20T21:43:25.179Z | Compiling serde_spanned v1.0.4 |
| 2458 | 2026-06-20T21:43:25.346Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2459 | 2026-06-20T21:43:25.346Z | Compiling take_mut v0.2.2 |
| 2460 | 2026-06-20T21:43:25.346Z | Compiling linear-map v1.2.0 |
| 2461 | 2026-06-20T21:43:25.346Z | Compiling term v1.2.1 |
| 2462 | 2026-06-20T21:43:25.346Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2463 | 2026-06-20T21:43:25.346Z | Compiling float-ord v0.3.2 |
| 2464 | 2026-06-20T21:43:25.346Z | Compiling linked-hash-map v0.5.6 |
| 2465 | 2026-06-20T21:43:25.346Z | Compiling slog-bunyan v2.5.0 |
| 2466 | 2026-06-20T21:43:25.347Z | Compiling typify-impl v0.6.2 |
| 2467 | 2026-06-20T21:43:25.347Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2468 | 2026-06-20T21:43:25.347Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2469 | 2026-06-20T21:43:25.347Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2470 | 2026-06-20T21:43:25.347Z | Compiling lru-cache v0.1.2 |
| 2471 | 2026-06-20T21:43:25.347Z | Compiling async-compression v0.4.41 |
| 2472 | 2026-06-20T21:43:25.515Z | Compiling slog-term v2.9.2 |
| 2473 | 2026-06-20T21:43:25.635Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2474 | 2026-06-20T21:43:25.635Z | Compiling async-stream v0.3.6 |
| 2475 | 2026-06-20T21:43:25.691Z | Compiling dropshot v0.17.0 |
| 2476 | 2026-06-20T21:43:25.692Z | Compiling progenitor-client v0.14.0 |
| 2477 | 2026-06-20T21:43:25.692Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2478 | 2026-06-20T21:43:25.692Z | Compiling waitgroup v0.1.2 |
| 2479 | 2026-06-20T21:43:25.862Z | Compiling backon v1.6.0 |
| 2480 | 2026-06-20T21:43:25.933Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-06-20T21:43:25.933Z | Compiling hostname v0.4.2 |
| 2482 | 2026-06-20T21:43:25.934Z | Compiling serde_path_to_error v0.1.20 |
| 2483 | 2026-06-20T21:43:25.934Z | Compiling instant v0.1.13 |
| 2484 | 2026-06-20T21:43:25.989Z | Compiling debug-ignore v1.0.5 |
| 2485 | 2026-06-20T21:43:25.989Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-06-20T21:43:26.029Z | Compiling backoff v0.4.0 |
| 2487 | 2026-06-20T21:43:26.029Z | Compiling progenitor-extras v0.2.0 |
| 2488 | 2026-06-20T21:43:26.029Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2489 | 2026-06-20T21:43:26.070Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2490 | 2026-06-20T21:43:26.185Z | Compiling tokio-rustls v0.25.0 |
| 2491 | 2026-06-20T21:43:26.219Z | Compiling nom v7.1.3 |
| 2492 | 2026-06-20T21:43:26.251Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-06-20T21:43:26.310Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-06-20T21:43:26.338Z | Compiling parse-display v0.10.0 |
| 2495 | 2026-06-20T21:43:26.338Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2496 | 2026-06-20T21:43:26.464Z | Compiling hickory-proto v0.24.4 |
| 2497 | 2026-06-20T21:43:26.601Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2498 | 2026-06-20T21:43:26.988Z | Compiling regress v0.10.5 |
| 2499 | 2026-06-20T21:43:27.288Z | Compiling macaddr v1.0.1 |
| 2500 | 2026-06-20T21:43:27.448Z | Compiling unicode-xid v0.2.6 |
| 2501 | 2026-06-20T21:43:27.525Z | Compiling humantime v2.3.0 |
| 2502 | 2026-06-20T21:43:27.672Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2503 | 2026-06-20T21:43:27.725Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-06-20T21:43:27.793Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-06-20T21:43:27.899Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-06-20T21:43:27.962Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2507 | 2026-06-20T21:43:28.057Z | Compiling toml v0.8.23 |
| 2508 | 2026-06-20T21:43:28.104Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-06-20T21:43:28.224Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-06-20T21:43:28.490Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-06-20T21:43:28.573Z | Compiling typify-macro v0.6.2 |
| 2512 | 2026-06-20T21:43:28.661Z | Compiling papergrid v0.11.0 |
| 2513 | 2026-06-20T21:43:28.685Z | Compiling tabled_derive v0.7.0 |
| 2514 | 2026-06-20T21:43:28.943Z | Compiling derive_more v2.1.1 |
| 2515 | 2026-06-20T21:43:29.043Z | Compiling hickory-resolver v0.24.4 |
| 2516 | 2026-06-20T21:43:29.079Z | Compiling termtree v0.5.1 |
| 2517 | 2026-06-20T21:43:29.163Z | Compiling crossterm v0.29.0 |
| 2518 | 2026-06-20T21:43:29.315Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2519 | 2026-06-20T21:43:29.606Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-06-20T21:43:29.835Z | Compiling tabled v0.15.0 |
| 2521 | 2026-06-20T21:43:30.166Z | Compiling typify v0.6.2 |
| 2522 | 2026-06-20T21:43:30.405Z | Compiling progenitor-impl v0.14.0 |
| 2523 | 2026-06-20T21:43:30.932Z | Compiling qorb v0.4.1 |
| 2524 | 2026-06-20T21:43:31.135Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2525 | 2026-06-20T21:43:32.190Z | Compiling phf_shared v0.12.1 |
| 2526 | 2026-06-20T21:43:32.479Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-06-20T21:43:32.502Z | Compiling progenitor-macro v0.14.0 |
| 2528 | 2026-06-20T21:43:32.940Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-06-20T21:43:33.457Z | Compiling vte v0.14.1 |
| 2530 | 2026-06-20T21:43:33.734Z | Compiling highway v1.3.0 |
| 2531 | 2026-06-20T21:43:33.963Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-06-20T21:43:34.331Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2533 | 2026-06-20T21:43:34.546Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-06-20T21:43:34.546Z | Compiling strip-ansi-escapes v0.2.1 |
| 2535 | 2026-06-20T21:43:34.768Z | Compiling csv v1.4.0 |
| 2536 | 2026-06-20T21:43:34.768Z | Compiling phf v0.12.1 |
| 2537 | 2026-06-20T21:43:34.827Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-06-20T21:43:34.827Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-06-20T21:43:34.983Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-06-20T21:43:35.361Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2541 | 2026-06-20T21:43:35.550Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2542 | 2026-06-20T21:43:35.732Z | Compiling peg-macros v0.8.5 |
| 2543 | 2026-06-20T21:43:36.477Z | Compiling nu-ansi-term v0.50.3 |
| 2544 | 2026-06-20T21:43:36.715Z | Compiling progenitor v0.14.0 |
| 2545 | 2026-06-20T21:43:36.884Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2546 | 2026-06-20T21:43:36.884Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2547 | 2026-06-20T21:43:36.884Z | Compiling reedline v0.40.0 |
| 2548 | 2026-06-20T21:43:36.884Z | Compiling peg v0.8.5 |
| 2549 | 2026-06-20T21:43:36.978Z | Compiling const_format v0.2.35 |
| 2550 | 2026-06-20T21:43:37.223Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2551 | 2026-06-20T21:43:37.448Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2552 | 2026-06-20T21:43:37.827Z | Compiling bcs v0.1.6 |
| 2553 | 2026-06-20T21:43:38.254Z | Compiling nom v8.0.0 |
| 2554 | 2026-06-20T21:43:38.585Z | Compiling semver v0.1.20 |
| 2555 | 2026-06-20T21:43:38.921Z | Compiling rustc_version v0.1.7 |
| 2556 | 2026-06-20T21:43:39.140Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2557 | 2026-06-20T21:43:39.332Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-06-20T21:43:39.514Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2559 | 2026-06-20T21:43:39.554Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2560 | 2026-06-20T21:43:39.585Z | Compiling unicode-linebreak v0.1.5 |
| 2561 | 2026-06-20T21:43:39.733Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2562 | 2026-06-20T21:43:39.801Z | Compiling smawk v0.3.2 |
| 2563 | 2026-06-20T21:43:39.845Z | Compiling base64 v0.21.7 |
| 2564 | 2026-06-20T21:43:39.916Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2565 | 2026-06-20T21:43:39.998Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-06-20T21:43:40.020Z | Compiling steno v0.4.1 |
| 2567 | 2026-06-20T21:43:40.222Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2568 | 2026-06-20T21:43:40.393Z | Compiling tagptr v0.2.0 |
| 2569 | 2026-06-20T21:43:40.571Z | Compiling utf-8 v0.7.6 |
| 2570 | 2026-06-20T21:43:40.595Z | Compiling moka v0.12.13 |
| 2571 | 2026-06-20T21:43:40.819Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2572 | 2026-06-20T21:43:40.852Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2573 | 2026-06-20T21:43:40.967Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2574 | 2026-06-20T21:43:41.135Z | Compiling tungstenite v0.21.0 |
| 2575 | 2026-06-20T21:43:41.169Z | Compiling display-error-chain v0.2.2 |
| 2576 | 2026-06-20T21:43:41.535Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2577 | 2026-06-20T21:43:41.800Z | Compiling hickory-resolver v0.25.2 |
| 2578 | 2026-06-20T21:43:41.942Z | Compiling tokio-tungstenite v0.21.0 |
| 2579 | 2026-06-20T21:43:42.170Z | Compiling radium v0.7.0 |
| 2580 | 2026-06-20T21:43:42.352Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2581 | 2026-06-20T21:43:42.526Z | Compiling tap v1.0.1 |
| 2582 | 2026-06-20T21:43:42.550Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-06-20T21:43:42.677Z | Compiling wyz v0.5.1 |
| 2584 | 2026-06-20T21:43:42.852Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-06-20T21:43:43.313Z | Compiling vergen-lib v0.1.6 |
| 2586 | 2026-06-20T21:43:43.355Z | Compiling zerocopy-derive v0.6.6 |
| 2587 | 2026-06-20T21:43:43.544Z | Compiling crc-catalog v2.4.0 |
| 2588 | 2026-06-20T21:43:43.704Z | Compiling packed_struct v0.10.1 |
| 2589 | 2026-06-20T21:43:43.986Z | Compiling diesel_derives v2.3.7 |
| 2590 | 2026-06-20T21:43:44.147Z | Compiling funty v2.0.0 |
| 2591 | 2026-06-20T21:43:44.254Z | Compiling zerocopy v0.6.6 |
| 2592 | 2026-06-20T21:43:44.448Z | Compiling crc v3.4.0 |
| 2593 | 2026-06-20T21:43:44.643Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-06-20T21:43:44.676Z | Compiling bitvec v1.0.1 |
| 2595 | 2026-06-20T21:43:45.032Z | Compiling scheduled-thread-pool v0.2.7 |
| 2596 | 2026-06-20T21:43:45.132Z | Compiling dsl_auto_type v0.2.0 |
| 2597 | 2026-06-20T21:43:45.425Z | Compiling packed_struct_codegen v0.10.1 |
| 2598 | 2026-06-20T21:43:45.626Z | Compiling vergen-gitcl v1.0.8 |
| 2599 | 2026-06-20T21:43:45.691Z | Compiling bitfield-macros v0.19.4 |
| 2600 | 2026-06-20T21:43:45.899Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2601 | 2026-06-20T21:43:46.117Z | Compiling dirs-sys-next v0.1.2 |
| 2602 | 2026-06-20T21:43:46.396Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2603 | 2026-06-20T21:43:46.436Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2604 | 2026-06-20T21:43:46.493Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2605 | 2026-06-20T21:43:46.520Z | Compiling indexmap v1.9.3 |
| 2606 | 2026-06-20T21:43:46.544Z | Compiling crunchy v0.2.4 |
| 2607 | 2026-06-20T21:43:46.761Z | Compiling maplit v1.0.2 |
| 2608 | 2026-06-20T21:43:46.848Z | Compiling nodrop v0.1.14 |
| 2609 | 2026-06-20T21:43:46.893Z | Compiling glob v0.3.3 |
| 2610 | 2026-06-20T21:43:46.914Z | Compiling proc-macro-error2 v2.0.1 |
| 2611 | 2026-06-20T21:43:46.989Z | Compiling array-init v0.0.4 |
| 2612 | 2026-06-20T21:43:47.236Z | Compiling bitfield v0.19.4 |
| 2613 | 2026-06-20T21:43:47.266Z | Compiling clang-sys v1.8.1 |
| 2614 | 2026-06-20T21:43:47.321Z | Compiling dirs-next v2.0.0 |
| 2615 | 2026-06-20T21:43:47.501Z | Compiling r2d2 v0.8.10 |
| 2616 | 2026-06-20T21:43:47.565Z | Compiling smallvec v0.6.14 |
| 2617 | 2026-06-20T21:43:47.791Z | Compiling num-derive v0.3.3 |
| 2618 | 2026-06-20T21:43:47.813Z | Compiling tiny-keccak v2.0.2 |
| 2619 | 2026-06-20T21:43:47.844Z | Compiling hashbrown v0.12.3 |
| 2620 | 2026-06-20T21:43:47.998Z | Compiling downcast-rs v2.0.2 |
| 2621 | 2026-06-20T21:43:48.138Z | Compiling serde-hex v0.1.0 |
| 2622 | 2026-06-20T21:43:48.290Z | Compiling term v0.7.0 |
| 2623 | 2026-06-20T21:43:48.358Z | Compiling tabled_derive v0.11.0 |
| 2624 | 2026-06-20T21:43:48.446Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-06-20T21:43:48.660Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-06-20T21:43:48.696Z | Compiling libscf-sys v1.1.0 |
| 2627 | 2026-06-20T21:43:48.730Z | Compiling ron v0.8.1 |
| 2628 | 2026-06-20T21:43:48.801Z | Compiling papergrid v0.17.0 |
| 2629 | 2026-06-20T21:43:48.872Z | Compiling testing_table v0.3.0 |
| 2630 | 2026-06-20T21:43:48.906Z | Compiling hashbrown v0.13.2 |
| 2631 | 2026-06-20T21:43:49.129Z | Compiling bit-vec v0.6.3 |
| 2632 | 2026-06-20T21:43:49.313Z | Compiling crc-any v2.5.0 |
| 2633 | 2026-06-20T21:43:49.372Z | Compiling bit-set v0.5.3 |
| 2634 | 2026-06-20T21:43:49.421Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2635 | 2026-06-20T21:43:49.535Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-06-20T21:43:49.565Z | Compiling object v0.30.4 |
| 2637 | 2026-06-20T21:43:50.014Z | Compiling tabled v0.20.0 |
| 2638 | 2026-06-20T21:43:50.114Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2639 | 2026-06-20T21:43:50.223Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2640 | 2026-06-20T21:43:50.309Z | Compiling ascii-canvas v3.0.0 |
| 2641 | 2026-06-20T21:43:50.570Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2642 | 2026-06-20T21:43:50.649Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2643 | 2026-06-20T21:43:50.789Z | Compiling progenitor-impl v0.13.0 |
| 2644 | 2026-06-20T21:43:51.120Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2645 | 2026-06-20T21:43:51.303Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2646 | 2026-06-20T21:43:51.352Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2647 | 2026-06-20T21:43:51.464Z | Compiling itertools v0.10.5 |
| 2648 | 2026-06-20T21:43:51.537Z | Compiling ena v0.14.4 |
| 2649 | 2026-06-20T21:43:51.793Z | Compiling libloading v0.8.9 |
| 2650 | 2026-06-20T21:43:51.893Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-06-20T21:43:52.051Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-06-20T21:43:52.110Z | Compiling diesel v2.3.7 |
| 2653 | 2026-06-20T21:43:52.169Z | Compiling regex-syntax v0.6.29 |
| 2654 | 2026-06-20T21:43:52.363Z | Compiling xshell-macros v0.2.7 |
| 2655 | 2026-06-20T21:43:52.592Z | Compiling path-slash v0.1.5 |
| 2656 | 2026-06-20T21:43:52.778Z | Compiling unicase v2.9.0 |
| 2657 | 2026-06-20T21:43:52.801Z | Compiling diff v0.1.13 |
| 2658 | 2026-06-20T21:43:52.801Z | Compiling xshell v0.2.7 |
| 2659 | 2026-06-20T21:43:53.039Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2660 | 2026-06-20T21:43:53.070Z | Compiling progenitor-macro v0.13.0 |
| 2661 | 2026-06-20T21:43:53.133Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2662 | 2026-06-20T21:43:54.101Z | Compiling lalrpop v0.19.12 |
| 2663 | 2026-06-20T21:43:54.494Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2664 | 2026-06-20T21:43:56.064Z | Compiling cexpr v0.6.0 |
| 2665 | 2026-06-20T21:43:56.768Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2666 | 2026-06-20T21:43:57.027Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2667 | 2026-06-20T21:43:57.128Z | Compiling progenitor-client v0.13.0 |
| 2668 | 2026-06-20T21:43:57.217Z | Compiling rustc-hash v2.1.1 |
| 2669 | 2026-06-20T21:43:57.381Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2670 | 2026-06-20T21:43:57.473Z | Compiling progenitor v0.13.0 |
| 2671 | 2026-06-20T21:43:57.870Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2672 | 2026-06-20T21:43:57.956Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2673 | 2026-06-20T21:43:58.438Z | Compiling headers-core v0.3.0 |
| 2674 | 2026-06-20T21:43:58.606Z | Compiling libxml v0.3.3 |
| 2675 | 2026-06-20T21:43:58.628Z | Compiling crc8 v0.1.1 |
| 2676 | 2026-06-20T21:43:58.673Z | Compiling headers v0.4.1 |
| 2677 | 2026-06-20T21:43:58.776Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2678 | 2026-06-20T21:43:58.912Z | Compiling strum_macros v0.24.3 |
| 2679 | 2026-06-20T21:43:58.925Z | Compiling indoc v1.0.9 |
| 2680 | 2026-06-20T21:43:59.098Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2681 | 2026-06-20T21:43:59.191Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2682 | 2026-06-20T21:43:59.353Z | Compiling git-stub v1.0.0 |
| 2683 | 2026-06-20T21:43:59.414Z | Compiling derive_builder v0.20.2 |
| 2684 | 2026-06-20T21:43:59.608Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-06-20T21:43:59.634Z | Compiling oso-derive v0.27.3 |
| 2686 | 2026-06-20T21:44:00.152Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-06-20T21:44:00.186Z | Compiling openssl-probe v0.1.6 |
| 2688 | 2026-06-20T21:44:00.295Z | Compiling git-stub-vcs v0.1.0 |
| 2689 | 2026-06-20T21:44:00.368Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2690 | 2026-06-20T21:44:00.499Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2691 | 2026-06-20T21:44:00.682Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-06-20T21:44:00.887Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2693 | 2026-06-20T21:44:00.931Z | Compiling bb8 v0.8.6 |
| 2694 | 2026-06-20T21:44:01.093Z | Compiling trait-variant v0.1.2 |
| 2695 | 2026-06-20T21:44:01.355Z | Compiling half v1.8.3 |
| 2696 | 2026-06-20T21:44:01.497Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2697 | 2026-06-20T21:44:01.567Z | Compiling polar-core v0.27.3 |
| 2698 | 2026-06-20T21:44:01.665Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2699 | 2026-06-20T21:44:01.737Z | Compiling serde_cbor v0.11.2 |
| 2700 | 2026-06-20T21:44:01.850Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2701 | 2026-06-20T21:44:02.261Z | Compiling samael v0.0.19 |
| 2702 | 2026-06-20T21:44:02.323Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-06-20T21:44:02.757Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2704 | 2026-06-20T21:44:02.889Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2705 | 2026-06-20T21:44:02.975Z | Compiling nonempty v0.12.0 |
| 2706 | 2026-06-20T21:44:03.069Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-06-20T21:44:03.094Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2708 | 2026-06-20T21:44:03.226Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-06-20T21:44:03.341Z | Compiling libz-sys v1.1.24 |
| 2710 | 2026-06-20T21:44:03.406Z | Compiling salty v0.3.0 |
| 2711 | 2026-06-20T21:44:03.834Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2712 | 2026-06-20T21:44:04.032Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2713 | 2026-06-20T21:44:04.509Z | Compiling kstat-rs v0.2.4 |
| 2714 | 2026-06-20T21:44:04.564Z | Compiling arc-swap v1.8.2 |
| 2715 | 2026-06-20T21:44:05.042Z | Compiling fs-err v2.11.0 |
| 2716 | 2026-06-20T21:44:05.231Z | Compiling slog-scope v4.4.1 |
| 2717 | 2026-06-20T21:44:05.308Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2718 | 2026-06-20T21:44:05.320Z | Compiling mime_guess v2.0.5 |
| 2719 | 2026-06-20T21:44:05.341Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2720 | 2026-06-20T21:44:05.855Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2721 | 2026-06-20T21:44:06.161Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2722 | 2026-06-20T21:44:06.365Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-06-20T21:44:06.699Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2724 | 2026-06-20T21:44:06.748Z | Compiling nanorand v0.7.0 |
| 2725 | 2026-06-20T21:44:07.185Z | Compiling darling_core v0.23.0 |
| 2726 | 2026-06-20T21:44:07.301Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-06-20T21:44:07.665Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-06-20T21:44:07.811Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2729 | 2026-06-20T21:44:07.973Z | Compiling flume v0.11.1 |
| 2730 | 2026-06-20T21:44:08.318Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-06-20T21:44:09.091Z | Compiling slog-stdlog v4.1.1 |
| 2732 | 2026-06-20T21:44:09.395Z | Compiling diesel-dtrace v0.5.0 |
| 2733 | 2026-06-20T21:44:09.550Z | Compiling async-bb8-diesel v0.2.1 |
| 2734 | 2026-06-20T21:44:09.681Z | Compiling darling_macro v0.23.0 |
| 2735 | 2026-06-20T21:44:10.039Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2736 | 2026-06-20T21:44:10.119Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2737 | 2026-06-20T21:44:10.175Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-06-20T21:44:10.385Z | Compiling atty v0.2.14 |
| 2739 | 2026-06-20T21:44:10.523Z | Compiling parse-size v1.1.0 |
| 2740 | 2026-06-20T21:44:10.584Z | Compiling oso v0.27.3 |
| 2741 | 2026-06-20T21:44:10.597Z | Compiling instability v0.3.11 |
| 2742 | 2026-06-20T21:44:10.817Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2743 | 2026-06-20T21:44:11.112Z | Compiling http-range v0.1.5 |
| 2744 | 2026-06-20T21:44:11.393Z | Compiling strsim v0.10.0 |
| 2745 | 2026-06-20T21:44:11.509Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2746 | 2026-06-20T21:44:11.667Z | Compiling darling_core v0.13.4 |
| 2747 | 2026-06-20T21:44:12.850Z | Compiling p384 v0.13.1 |
| 2748 | 2026-06-20T21:44:13.404Z | Compiling darling v0.23.0 |
| 2749 | 2026-06-20T21:44:13.465Z | Compiling slog-envlogger v2.2.0 |
| 2750 | 2026-06-20T21:44:14.660Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2751 | 2026-06-20T21:44:14.946Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2752 | 2026-06-20T21:44:15.940Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2753 | 2026-06-20T21:44:17.062Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2754 | 2026-06-20T21:44:17.786Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2755 | 2026-06-20T21:44:18.252Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-06-20T21:44:18.409Z | Compiling ignore v0.4.25 |
| 2757 | 2026-06-20T21:44:18.463Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-06-20T21:44:18.772Z | Compiling vergen-git2 v9.1.0 |
| 2759 | 2026-06-20T21:44:19.021Z | Compiling castaway v0.2.4 |
| 2760 | 2026-06-20T21:44:19.146Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-06-20T21:44:19.171Z | Compiling indoc v2.0.7 |
| 2762 | 2026-06-20T21:44:19.411Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-06-20T21:44:19.855Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-06-20T21:44:20.172Z | Compiling globwalk v0.9.1 |
| 2765 | 2026-06-20T21:44:20.341Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-06-20T21:44:20.809Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-06-20T21:44:20.991Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2768 | 2026-06-20T21:44:21.021Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-06-20T21:44:21.732Z | Compiling darling_macro v0.13.4 |
| 2770 | 2026-06-20T21:44:22.085Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2771 | 2026-06-20T21:44:22.241Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-06-20T21:44:22.264Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2773 | 2026-06-20T21:44:22.335Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-06-20T21:44:22.732Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2775 | 2026-06-20T21:44:22.760Z | Compiling predicates-tree v1.0.13 |
| 2776 | 2026-06-20T21:44:22.792Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-06-20T21:44:23.021Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2778 | 2026-06-20T21:44:23.071Z | Compiling lru v0.12.5 |
| 2779 | 2026-06-20T21:44:23.231Z | Compiling prefix-trie v0.7.0 |
| 2780 | 2026-06-20T21:44:23.266Z | Compiling rand_seeder v0.4.0 |
| 2781 | 2026-06-20T21:44:23.315Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-06-20T21:44:23.356Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-06-20T21:44:23.376Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2784 | 2026-06-20T21:44:23.523Z | Compiling corncobs v0.1.4 |
| 2785 | 2026-06-20T21:44:23.607Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-06-20T21:44:23.636Z | Compiling rustls v0.21.12 |
| 2787 | 2026-06-20T21:44:23.727Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-06-20T21:44:23.788Z | Compiling hickory-server v0.25.2 |
| 2789 | 2026-06-20T21:44:23.832Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-06-20T21:44:23.902Z | Compiling ratatui v0.29.0 |
| 2791 | 2026-06-20T21:44:23.923Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2792 | 2026-06-20T21:44:24.043Z | Compiling camino-tempfile-ext v0.3.3 |
| 2793 | 2026-06-20T21:44:24.515Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-06-20T21:44:24.590Z | Compiling darling v0.13.4 |
| 2795 | 2026-06-20T21:44:24.709Z | Compiling sled v0.34.7 |
| 2796 | 2026-06-20T21:44:25.190Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2026-06-20T21:44:25.423Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-06-20T21:44:25.541Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2799 | 2026-06-20T21:44:27.297Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2800 | 2026-06-20T21:44:27.945Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2801 | 2026-06-20T21:44:28.158Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2802 | 2026-06-20T21:44:28.184Z | Compiling rustls-webpki v0.101.7 |
| 2803 | 2026-06-20T21:44:28.310Z | Compiling sct v0.7.1 |
| 2804 | 2026-06-20T21:44:28.386Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-06-20T21:44:28.580Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-06-20T21:44:28.909Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-06-20T21:44:29.631Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-06-20T21:44:29.910Z | Compiling serde_with_macros v1.5.2 |
| 2809 | 2026-06-20T21:44:30.791Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2810 | 2026-06-20T21:44:31.267Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-06-20T21:44:31.914Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-06-20T21:44:32.355Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2813 | 2026-06-20T21:44:32.465Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2814 | 2026-06-20T21:44:32.654Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2815 | 2026-06-20T21:44:32.932Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2816 | 2026-06-20T21:44:33.164Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2817 | 2026-06-20T21:44:33.516Z | Compiling git2 v0.20.4 |
| 2818 | 2026-06-20T21:44:33.516Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2819 | 2026-06-20T21:44:33.918Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-06-20T21:44:34.122Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2821 | 2026-06-20T21:44:34.122Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2822 | 2026-06-20T21:44:34.122Z | Compiling void v1.0.2 |
| 2823 | 2026-06-20T21:44:34.282Z | Compiling lzss v0.8.2 |
| 2824 | 2026-06-20T21:44:34.539Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-06-20T21:44:35.095Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2826 | 2026-06-20T21:44:35.364Z | Compiling serde_with v1.14.0 |
| 2827 | 2026-06-20T21:44:36.365Z | Compiling tokio-rustls v0.24.1 |
| 2828 | 2026-06-20T21:44:36.471Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2829 | 2026-06-20T21:44:36.558Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2830 | 2026-06-20T21:44:36.658Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2831 | 2026-06-20T21:44:36.798Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2832 | 2026-06-20T21:44:38.531Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2833 | 2026-06-20T21:44:39.127Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-06-20T21:44:39.216Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-06-20T21:44:39.623Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-06-20T21:44:39.716Z | Compiling rustls-pemfile v1.0.4 |
| 2837 | 2026-06-20T21:44:39.920Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-06-20T21:44:40.115Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2839 | 2026-06-20T21:44:40.345Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2840 | 2026-06-20T21:44:40.530Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2841 | 2026-06-20T21:44:40.641Z | Compiling nix v0.27.1 |
| 2842 | 2026-06-20T21:44:40.795Z | Compiling twox-hash v2.1.2 |
| 2843 | 2026-06-20T21:44:41.423Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-06-20T21:44:41.823Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2845 | 2026-06-20T21:44:41.974Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2846 | 2026-06-20T21:44:42.018Z | Compiling tokio-tungstenite v0.23.1 |
| 2847 | 2026-06-20T21:44:42.077Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2848 | 2026-06-20T21:44:42.304Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2849 | 2026-06-20T21:44:42.660Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2850 | 2026-06-20T21:44:43.616Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2851 | 2026-06-20T21:44:44.942Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2852 | 2026-06-20T21:44:45.594Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2853 | 2026-06-20T21:44:45.840Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2854 | 2026-06-20T21:44:45.861Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2855 | 2026-06-20T21:44:46.233Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2856 | 2026-06-20T21:44:46.455Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2857 | 2026-06-20T21:44:46.854Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2858 | 2026-06-20T21:44:46.960Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2859 | 2026-06-20T21:44:47.105Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2860 | 2026-06-20T21:44:47.221Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2861 | 2026-06-20T21:44:47.327Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2862 | 2026-06-20T21:44:48.188Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-06-20T21:44:48.813Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2864 | 2026-06-20T21:44:50.496Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2865 | 2026-06-20T21:44:51.369Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2866 | 2026-06-20T21:44:52.529Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2867 | 2026-06-20T21:44:52.653Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2868 | 2026-06-20T21:44:53.374Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2869 | 2026-06-20T21:44:53.599Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-06-20T21:44:53.826Z | Compiling signal-hook-tokio v0.3.1 |
| 2871 | 2026-06-20T21:44:54.020Z | Compiling fatfs v0.3.6 |
| 2872 | 2026-06-20T21:44:54.153Z | Compiling yasna v0.5.2 |
| 2873 | 2026-06-20T21:44:54.177Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2874 | 2026-06-20T21:44:54.329Z | Compiling seq-macro v0.3.6 |
| 2875 | 2026-06-20T21:44:54.846Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-06-20T21:44:54.958Z | Compiling is_ci v1.2.0 |
| 2877 | 2026-06-20T21:44:55.178Z | Compiling supports-color v3.0.2 |
| 2878 | 2026-06-20T21:44:55.255Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-06-20T21:44:55.469Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2880 | 2026-06-20T21:44:55.800Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2881 | 2026-06-20T21:44:56.564Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2882 | 2026-06-20T21:44:58.050Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2883 | 2026-06-20T21:44:58.301Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2884 | 2026-06-20T21:44:58.354Z | Compiling rtoolbox v0.0.3 |
| 2885 | 2026-06-20T21:44:58.539Z | Compiling subprocess v0.2.15 |
| 2886 | 2026-06-20T21:44:58.673Z | Compiling rpassword v7.4.0 |
| 2887 | 2026-06-20T21:44:59.009Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2888 | 2026-06-20T21:44:59.874Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2889 | 2026-06-20T21:45:00.806Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-06-20T21:45:00.953Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-06-20T21:45:01.401Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2892 | 2026-06-20T21:45:02.046Z | Compiling tui-tree-widget v0.23.1 |
| 2893 | 2026-06-20T21:45:02.375Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2894 | 2026-06-20T21:45:03.191Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-06-20T21:45:03.491Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-06-20T21:45:03.723Z | Compiling uzers v0.12.2 |
| 2897 | 2026-06-20T21:45:04.265Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2898 | 2026-06-20T21:45:05.191Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2899 | 2026-06-20T21:45:05.748Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2900 | 2026-06-20T21:45:06.886Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2901 | 2026-06-20T21:45:08.770Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2902 | 2026-06-20T21:45:10.418Z | Compiling support-bundle-viewer v0.1.2 |
| 2903 | 2026-06-20T21:45:10.978Z | Compiling multimap v0.10.1 |
| 2904 | 2026-06-20T21:46:14.059Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2905 | 2026-06-20T21:46:14.274Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2906 | 2026-06-20T21:46:14.531Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2907 | 2026-06-20T21:46:14.531Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2908 | 2026-06-20T21:46:14.531Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2909 | 2026-06-20T21:52:13.441Z | Finished `release` profile [optimized] target(s) in 8m 51s |
| 2910 | 2026-06-20T21:52:58.763Z | |
| 2911 | 2026-06-20T21:52:58.767Z | real 9:37.796171377 |
| 2912 | 2026-06-20T21:52:58.767Z | user 1:19:28.668965932 |
| 2913 | 2026-06-20T21:52:58.767Z | sys 3:29.882901583 |
| 2914 | 2026-06-20T21:52:58.767Z | trap 1.768530089 |
| 2915 | 2026-06-20T21:52:58.767Z | tflt 2.580049210 |
| 2916 | 2026-06-20T21:52:58.767Z | dflt 16.019193730 |
| 2917 | 2026-06-20T21:52:58.767Z | kflt 0.113748494 |
| 2918 | 2026-06-20T21:52:58.767Z | lock 7:04:44.511549766 |
| 2919 | 2026-06-20T21:52:58.767Z | slp 2:16:27.799010556 |
| 2920 | 2026-06-20T21:52:58.767Z | lat 2:25.365725863 |
| 2921 | 2026-06-20T21:52:58.767Z | stop 5:12.310578669 |
| 2922 | 2026-06-20T21:52:58.767Z | + mapfile -t packages |
| 2923 | 2026-06-20T21:52:58.767Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2924 | 2026-06-20T21:52:59.656Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2925 | 2026-06-20T21:52:59.730Z | Running `target/release/omicron-package -t test list-outputs` |
| 2926 | 2026-06-20T21:52:59.783Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2927 | 2026-06-20T21:52:59.790Z | + ptime -m cargo build --locked --release -p xtask |
| 2928 | 2026-06-20T21:53:00.246Z | Compiling libc v0.2.185 |
| 2929 | 2026-06-20T21:53:00.246Z | Compiling serde v1.0.228 |
| 2930 | 2026-06-20T21:53:00.251Z | Compiling serde_core v1.0.228 |
| 2931 | 2026-06-20T21:53:00.251Z | Compiling rustix v1.1.3 |
| 2932 | 2026-06-20T21:53:00.251Z | Compiling bitflags v2.11.0 |
| 2933 | 2026-06-20T21:53:00.333Z | Compiling serde_json v1.0.149 |
| 2934 | 2026-06-20T21:53:00.381Z | Compiling num-traits v0.2.19 |
| 2935 | 2026-06-20T21:53:00.390Z | Compiling syn v2.0.117 |
| 2936 | 2026-06-20T21:53:00.402Z | Compiling smallvec v1.15.1 |
| 2937 | 2026-06-20T21:53:00.422Z | Compiling indexmap v2.14.0 |
| 2938 | 2026-06-20T21:53:00.431Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-06-20T21:53:00.455Z | Compiling syn v1.0.109 |
| 2940 | 2026-06-20T21:53:00.472Z | Compiling log v0.4.29 |
| 2941 | 2026-06-20T21:53:00.472Z | Compiling percent-encoding v2.3.2 |
| 2942 | 2026-06-20T21:53:00.587Z | Compiling getrandom v0.4.1 |
| 2943 | 2026-06-20T21:53:00.690Z | Compiling form_urlencoded v1.2.2 |
| 2944 | 2026-06-20T21:53:00.793Z | Compiling fs-err v3.3.0 |
| 2945 | 2026-06-20T21:53:00.817Z | Compiling once_cell v1.21.3 |
| 2946 | 2026-06-20T21:53:00.821Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-06-20T21:53:00.848Z | Compiling heck v0.4.1 |
| 2948 | 2026-06-20T21:53:01.150Z | Compiling errno v0.3.14 |
| 2949 | 2026-06-20T21:53:01.158Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-06-20T21:53:01.159Z | Compiling memmap v0.7.0 |
| 2951 | 2026-06-20T21:53:01.400Z | Compiling ordered-float v2.10.1 |
| 2952 | 2026-06-20T21:53:01.944Z | Compiling proc-macro-error v1.0.4 |
| 2953 | 2026-06-20T21:53:02.152Z | Compiling terminal_size v0.4.3 |
| 2954 | 2026-06-20T21:53:02.152Z | Compiling tempfile v3.25.0 |
| 2955 | 2026-06-20T21:53:02.188Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-06-20T21:53:02.249Z | Compiling clap_builder v4.6.0 |
| 2957 | 2026-06-20T21:53:02.249Z | Compiling textwrap v0.16.2 |
| 2958 | 2026-06-20T21:53:02.389Z | Compiling camino-tempfile v1.4.1 |
| 2959 | 2026-06-20T21:53:02.876Z | Compiling tabled v0.15.0 |
| 2960 | 2026-06-20T21:53:02.931Z | Compiling synstructure v0.13.2 |
| 2961 | 2026-06-20T21:53:02.931Z | Compiling pest_generator v2.8.6 |
| 2962 | 2026-06-20T21:53:03.330Z | Compiling serde_derive v1.0.228 |
| 2963 | 2026-06-20T21:53:03.334Z | Compiling zerofrom-derive v0.1.6 |
| 2964 | 2026-06-20T21:53:03.334Z | Compiling yoke-derive v0.8.1 |
| 2965 | 2026-06-20T21:53:03.334Z | Compiling zerovec-derive v0.11.2 |
| 2966 | 2026-06-20T21:53:03.334Z | Compiling displaydoc v0.2.5 |
| 2967 | 2026-06-20T21:53:03.334Z | Compiling thiserror-impl v1.0.69 |
| 2968 | 2026-06-20T21:53:03.334Z | Compiling zerocopy-derive v0.7.35 |
| 2969 | 2026-06-20T21:53:03.467Z | Compiling pest_derive v2.8.6 |
| 2970 | 2026-06-20T21:53:03.931Z | Compiling scroll_derive v0.12.1 |
| 2971 | 2026-06-20T21:53:03.996Z | Compiling thiserror-impl v2.0.18 |
| 2972 | 2026-06-20T21:53:04.055Z | Compiling clap_derive v4.6.1 |
| 2973 | 2026-06-20T21:53:04.191Z | Compiling zerocopy v0.7.35 |
| 2974 | 2026-06-20T21:53:04.481Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-06-20T21:53:04.507Z | Compiling zerofrom v0.1.6 |
| 2976 | 2026-06-20T21:53:04.610Z | Compiling dtrace-parser v0.2.0 |
| 2977 | 2026-06-20T21:53:04.622Z | Compiling yoke v0.8.1 |
| 2978 | 2026-06-20T21:53:04.655Z | Compiling scroll v0.12.0 |
| 2979 | 2026-06-20T21:53:04.866Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-06-20T21:53:04.916Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-06-20T21:53:04.929Z | Compiling goblin v0.8.2 |
| 2982 | 2026-06-20T21:53:05.219Z | Compiling thiserror v2.0.18 |
| 2983 | 2026-06-20T21:53:05.390Z | Compiling tinystr v0.8.2 |
| 2984 | 2026-06-20T21:53:05.474Z | Compiling potential_utf v0.1.4 |
| 2985 | 2026-06-20T21:53:05.656Z | Compiling icu_locale_core v2.1.1 |
| 2986 | 2026-06-20T21:53:05.689Z | Compiling icu_collections v2.1.1 |
| 2987 | 2026-06-20T21:53:05.741Z | Compiling clap v4.6.1 |
| 2988 | 2026-06-20T21:53:06.464Z | Compiling icu_provider v2.1.1 |
| 2989 | 2026-06-20T21:53:06.669Z | Compiling serde_spanned v0.6.9 |
| 2990 | 2026-06-20T21:53:06.760Z | Compiling icu_properties v2.1.2 |
| 2991 | 2026-06-20T21:53:06.862Z | Compiling icu_normalizer v2.1.1 |
| 2992 | 2026-06-20T21:53:06.895Z | Compiling toml_datetime v0.6.11 |
| 2993 | 2026-06-20T21:53:06.932Z | Compiling dof v0.3.0 |
| 2994 | 2026-06-20T21:53:06.944Z | Compiling serde_tokenstream v0.2.3 |
| 2995 | 2026-06-20T21:53:06.954Z | Compiling serde-value v0.7.0 |
| 2996 | 2026-06-20T21:53:06.978Z | Compiling cargo-platform v0.2.0 |
| 2997 | 2026-06-20T21:53:07.116Z | Compiling toml_edit v0.22.27 |
| 2998 | 2026-06-20T21:53:07.544Z | Compiling macaddr v1.0.1 |
| 2999 | 2026-06-20T21:53:07.662Z | Compiling idna_adapter v1.2.1 |
| 3000 | 2026-06-20T21:53:07.743Z | Compiling usdt-attr-macro v0.5.0 |
| 3001 | 2026-06-20T21:53:07.763Z | Compiling usdt-macro v0.5.0 |
| 3002 | 2026-06-20T21:53:07.821Z | Compiling idna v1.1.0 |
| 3003 | 2026-06-20T21:53:08.145Z | Compiling url v2.5.8 |
| 3004 | 2026-06-20T21:53:08.396Z | Compiling usdt v0.5.0 |
| 3005 | 2026-06-20T21:53:08.691Z | Compiling toml v0.8.23 |
| 3006 | 2026-06-20T21:53:09.143Z | Compiling cargo-util-schemas v0.8.2 |
| 3007 | 2026-06-20T21:53:09.160Z | Compiling cargo_toml v0.21.0 |
| 3008 | 2026-06-20T21:53:10.463Z | Compiling cargo_metadata v0.21.0 |
| 3009 | 2026-06-20T21:53:13.340Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3010 | 2026-06-20T21:53:19.675Z | Finished `release` profile [optimized] target(s) in 16.51s |
| 3011 | 2026-06-20T21:53:19.882Z | |
| 3012 | 2026-06-20T21:53:19.882Z | real 16.601681572 |
| 3013 | 2026-06-20T21:53:19.882Z | user 2:22.534140851 |
| 3014 | 2026-06-20T21:53:19.882Z | sys 16.856681287 |
| 3015 | 2026-06-20T21:53:19.882Z | trap 0.096086681 |
| 3016 | 2026-06-20T21:53:19.882Z | tflt 0.570035176 |
| 3017 | 2026-06-20T21:53:19.882Z | dflt 1.554620459 |
| 3018 | 2026-06-20T21:53:19.882Z | kflt 0.000061232 |
| 3019 | 2026-06-20T21:53:19.882Z | lock 5:17.381191608 |
| 3020 | 2026-06-20T21:53:19.882Z | slp 3:25.427218877 |
| 3021 | 2026-06-20T21:53:19.882Z | lat 5.883285583 |
| 3022 | 2026-06-20T21:53:19.882Z | stop 18.606342348 |
| 3023 | 2026-06-20T21:53:19.882Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-06-20T21:53:19.882Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-06-20T21:53:19.882Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-06-20T21:53:19.882Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-06-20T21:53:19.883Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3028 | 2026-06-20T21:53:19.883Z | Compiling progenitor-client v0.14.0 |
| 3029 | 2026-06-20T21:53:19.883Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-06-20T21:53:19.883Z | Compiling newtype-uuid-macros v0.1.0 |
| 3031 | 2026-06-20T21:53:19.883Z | Compiling match_cfg v0.1.0 |
| 3032 | 2026-06-20T21:53:19.883Z | Compiling slog-json v2.6.1 |
| 3033 | 2026-06-20T21:53:19.883Z | Compiling structmeta-derive v0.3.0 |
| 3034 | 2026-06-20T21:53:19.883Z | Compiling rustls v0.22.4 |
| 3035 | 2026-06-20T21:53:19.883Z | Compiling rustls-webpki v0.102.8 |
| 3036 | 2026-06-20T21:53:19.883Z | Compiling multer v3.1.0 |
| 3037 | 2026-06-20T21:53:19.883Z | Compiling compression-core v0.4.31 |
| 3038 | 2026-06-20T21:53:19.883Z | Compiling debug-ignore v1.0.5 |
| 3039 | 2026-06-20T21:53:19.883Z | Compiling atomicwrites v0.4.4 |
| 3040 | 2026-06-20T21:53:19.883Z | Compiling itertools v0.14.0 |
| 3041 | 2026-06-20T21:53:19.883Z | Compiling async-stream-impl v0.3.6 |
| 3042 | 2026-06-20T21:53:19.883Z | Compiling serde_spanned v1.0.4 |
| 3043 | 2026-06-20T21:53:19.883Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3044 | 2026-06-20T21:53:19.883Z | Compiling dropshot v0.17.0 |
| 3045 | 2026-06-20T21:53:19.883Z | Compiling compression-codecs v0.4.37 |
| 3046 | 2026-06-20T21:53:19.883Z | Compiling hostname v0.3.1 |
| 3047 | 2026-06-20T21:53:19.883Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3048 | 2026-06-20T21:53:19.883Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-06-20T21:53:19.883Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-06-20T21:53:19.883Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-06-20T21:53:19.883Z | Compiling slog-bunyan v2.5.0 |
| 3052 | 2026-06-20T21:53:19.883Z | Compiling async-compression v0.4.41 |
| 3053 | 2026-06-20T21:53:19.883Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3054 | 2026-06-20T21:53:19.883Z | Compiling serde_path_to_error v0.1.20 |
| 3055 | 2026-06-20T21:53:19.883Z | Compiling hostname v0.4.2 |
| 3056 | 2026-06-20T21:53:19.883Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3057 | 2026-06-20T21:53:19.883Z | Compiling macaddr v1.0.1 |
| 3058 | 2026-06-20T21:53:19.883Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3059 | 2026-06-20T21:53:19.883Z | Compiling instant v0.1.13 |
| 3060 | 2026-06-20T21:53:19.883Z | Compiling regress v0.10.5 |
| 3061 | 2026-06-20T21:53:19.883Z | Compiling backon v1.6.0 |
| 3062 | 2026-06-20T21:53:19.884Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3063 | 2026-06-20T21:53:19.884Z | Compiling backoff v0.4.0 |
| 3064 | 2026-06-20T21:53:19.884Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3065 | 2026-06-20T21:53:19.884Z | Compiling async-stream v0.3.6 |
| 3066 | 2026-06-20T21:53:19.884Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3067 | 2026-06-20T21:53:19.884Z | Compiling humantime v2.3.0 |
| 3068 | 2026-06-20T21:53:19.884Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-06-20T21:53:19.884Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-06-20T21:53:19.884Z | Compiling progenitor-extras v0.2.0 |
| 3071 | 2026-06-20T21:53:19.884Z | Compiling regress v0.11.1 |
| 3072 | 2026-06-20T21:53:19.884Z | Compiling half v2.7.1 |
| 3073 | 2026-06-20T21:53:19.884Z | Compiling ciborium-io v0.2.2 |
| 3074 | 2026-06-20T21:53:19.884Z | Compiling crucible-workspace-hack v0.1.0 |
| 3075 | 2026-06-20T21:53:19.884Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3076 | 2026-06-20T21:53:19.884Z | Compiling structmeta v0.3.0 |
| 3077 | 2026-06-20T21:53:19.884Z | Compiling convert_case v0.4.0 |
| 3078 | 2026-06-20T21:53:19.884Z | Compiling aead v0.5.2 |
| 3079 | 2026-06-20T21:53:19.884Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3080 | 2026-06-20T21:53:19.884Z | Compiling secrecy v0.10.3 |
| 3081 | 2026-06-20T21:53:19.884Z | Compiling poly1305 v0.8.0 |
| 3082 | 2026-06-20T21:53:19.884Z | Compiling ciborium-ll v0.2.2 |
| 3083 | 2026-06-20T21:53:19.884Z | Compiling chacha20 v0.9.1 |
| 3084 | 2026-06-20T21:53:19.884Z | Compiling derive-ex v0.1.8 |
| 3085 | 2026-06-20T21:53:19.884Z | Compiling parse-display-derive v0.10.0 |
| 3086 | 2026-06-20T21:53:19.884Z | Compiling unsafe-libyaml v0.2.11 |
| 3087 | 2026-06-20T21:53:19.884Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3088 | 2026-06-20T21:53:19.884Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3089 | 2026-06-20T21:53:19.884Z | Compiling ciborium v0.2.2 |
| 3090 | 2026-06-20T21:53:19.884Z | Compiling derive_more v0.99.20 |
| 3091 | 2026-06-20T21:53:19.884Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3092 | 2026-06-20T21:53:19.884Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3093 | 2026-06-20T21:53:19.884Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3094 | 2026-06-20T21:53:19.884Z | Compiling byte-wrapper v0.1.0 |
| 3095 | 2026-06-20T21:53:19.885Z | Compiling blake2 v0.10.6 |
| 3096 | 2026-06-20T21:53:19.885Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3097 | 2026-06-20T21:53:19.885Z | Compiling serde_yaml v0.9.34+deprecated |
| 3098 | 2026-06-20T21:53:19.885Z | Compiling password-hash v0.5.0 |
| 3099 | 2026-06-20T21:53:19.885Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3100 | 2026-06-20T21:53:19.924Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-06-20T21:53:19.924Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-06-20T21:53:19.924Z | Compiling heapless v0.8.0 |
| 3103 | 2026-06-20T21:53:19.924Z | Compiling tokio-rustls v0.25.0 |
| 3104 | 2026-06-20T21:53:19.924Z | Compiling argon2 v0.5.3 |
| 3105 | 2026-06-20T21:53:19.927Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3106 | 2026-06-20T21:53:19.946Z | Compiling ingot-macros v0.1.1 |
| 3107 | 2026-06-20T21:53:20.032Z | Compiling tabwriter v1.4.1 |
| 3108 | 2026-06-20T21:53:20.253Z | Compiling typify-impl v0.6.2 |
| 3109 | 2026-06-20T21:53:20.296Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3110 | 2026-06-20T21:53:20.391Z | Compiling thiserror-no-std v2.0.2 |
| 3111 | 2026-06-20T21:53:20.528Z | Compiling vsss-rs v3.3.4 |
| 3112 | 2026-06-20T21:53:20.622Z | Compiling proc-macro-crate v3.4.0 |
| 3113 | 2026-06-20T21:53:20.667Z | Compiling test-strategy v0.4.5 |
| 3114 | 2026-06-20T21:53:20.683Z | Compiling parse-display v0.10.0 |
| 3115 | 2026-06-20T21:53:21.042Z | Compiling hash32 v0.3.1 |
| 3116 | 2026-06-20T21:53:21.067Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3117 | 2026-06-20T21:53:21.071Z | Compiling smoltcp v0.11.0 |
| 3118 | 2026-06-20T21:53:21.139Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3119 | 2026-06-20T21:53:21.255Z | Compiling num_enum_derive v0.7.6 |
| 3120 | 2026-06-20T21:53:21.274Z | Compiling cobs v0.3.0 |
| 3121 | 2026-06-20T21:53:21.333Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3122 | 2026-06-20T21:53:21.406Z | Compiling colored v3.1.1 |
| 3123 | 2026-06-20T21:53:21.500Z | Compiling postcard v1.1.3 |
| 3124 | 2026-06-20T21:53:21.515Z | Compiling proc-macro-error v1.0.4 |
| 3125 | 2026-06-20T21:53:21.533Z | Compiling proc-macro-crate v1.3.1 |
| 3126 | 2026-06-20T21:53:21.578Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3127 | 2026-06-20T21:53:21.713Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3128 | 2026-06-20T21:53:21.730Z | Compiling foreign-types-macros v0.2.3 |
| 3129 | 2026-06-20T21:53:21.806Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3130 | 2026-06-20T21:53:21.872Z | Compiling rayon-core v1.13.0 |
| 3131 | 2026-06-20T21:53:21.888Z | Compiling foreign-types-shared v0.3.1 |
| 3132 | 2026-06-20T21:53:21.923Z | Compiling cpufeatures v0.3.0 |
| 3133 | 2026-06-20T21:53:21.940Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3134 | 2026-06-20T21:53:22.006Z | Compiling num_enum_derive v0.5.11 |
| 3135 | 2026-06-20T21:53:22.009Z | Compiling chacha20 v0.10.0 |
| 3136 | 2026-06-20T21:53:22.112Z | Compiling crossbeam-deque v0.8.6 |
| 3137 | 2026-06-20T21:53:22.129Z | Compiling camino-tempfile v1.4.1 |
| 3138 | 2026-06-20T21:53:22.148Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3139 | 2026-06-20T21:53:22.199Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3140 | 2026-06-20T21:53:22.217Z | Compiling cstr-argument v0.1.2 |
| 3141 | 2026-06-20T21:53:22.292Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3142 | 2026-06-20T21:53:22.350Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3143 | 2026-06-20T21:53:22.408Z | Compiling foreign-types v0.5.0 |
| 3144 | 2026-06-20T21:53:22.411Z | Compiling rand v0.10.0 |
| 3145 | 2026-06-20T21:53:22.412Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3146 | 2026-06-20T21:53:22.457Z | Compiling num_enum v0.7.6 |
| 3147 | 2026-06-20T21:53:22.532Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3148 | 2026-06-20T21:53:22.597Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3149 | 2026-06-20T21:53:22.614Z | Compiling zone_cfg_derive v0.3.1 |
| 3150 | 2026-06-20T21:53:22.644Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3151 | 2026-06-20T21:53:22.718Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3152 | 2026-06-20T21:53:22.806Z | Compiling rayon v1.11.0 |
| 3153 | 2026-06-20T21:53:22.824Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3154 | 2026-06-20T21:53:22.840Z | Compiling itertools v0.12.1 |
| 3155 | 2026-06-20T21:53:22.843Z | Compiling num-derive v0.4.2 |
| 3156 | 2026-06-20T21:53:22.880Z | Compiling sigpipe v0.1.3 |
| 3157 | 2026-06-20T21:53:22.903Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3158 | 2026-06-20T21:53:22.920Z | Compiling glob v0.3.3 |
| 3159 | 2026-06-20T21:53:23.005Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3160 | 2026-06-20T21:53:23.023Z | Compiling ingot-types v0.1.2 |
| 3161 | 2026-06-20T21:53:23.117Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3162 | 2026-06-20T21:53:23.153Z | Compiling num_enum v0.5.11 |
| 3163 | 2026-06-20T21:53:23.174Z | Compiling smf v0.2.3 |
| 3164 | 2026-06-20T21:53:23.272Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3165 | 2026-06-20T21:53:23.299Z | Compiling whoami v1.6.1 |
| 3166 | 2026-06-20T21:53:23.332Z | Compiling usdt-attr-macro v0.5.0 |
| 3167 | 2026-06-20T21:53:23.349Z | Compiling usdt-macro v0.5.0 |
| 3168 | 2026-06-20T21:53:23.376Z | Compiling gethostname v0.5.0 |
| 3169 | 2026-06-20T21:53:23.468Z | Compiling ingot v0.1.1 |
| 3170 | 2026-06-20T21:53:23.540Z | Compiling num-rational v0.4.2 |
| 3171 | 2026-06-20T21:53:23.607Z | Compiling num-complex v0.4.6 |
| 3172 | 2026-06-20T21:53:23.623Z | Compiling memmap v0.7.0 |
| 3173 | 2026-06-20T21:53:23.727Z | Compiling derive-where v1.6.0 |
| 3174 | 2026-06-20T21:53:23.815Z | Compiling float-ord v0.3.2 |
| 3175 | 2026-06-20T21:53:23.852Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3176 | 2026-06-20T21:53:23.855Z | Compiling toml v0.8.23 |
| 3177 | 2026-06-20T21:53:23.968Z | Compiling num v0.4.3 |
| 3178 | 2026-06-20T21:53:24.039Z | Compiling zone v0.3.1 |
| 3179 | 2026-06-20T21:53:24.068Z | Compiling resolv-conf v0.7.6 |
| 3180 | 2026-06-20T21:53:24.102Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3181 | 2026-06-20T21:53:24.155Z | Compiling cancel-safe-futures v0.1.5 |
| 3182 | 2026-06-20T21:53:24.171Z | Compiling owo-colors v4.3.0 |
| 3183 | 2026-06-20T21:53:24.210Z | Compiling usdt v0.5.0 |
| 3184 | 2026-06-20T21:53:24.261Z | Compiling libsw-core v0.3.2 |
| 3185 | 2026-06-20T21:53:24.279Z | Compiling prettyplease v0.2.37 |
| 3186 | 2026-06-20T21:53:24.432Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-06-20T21:53:24.467Z | Compiling libsw v3.5.0 |
| 3188 | 2026-06-20T21:53:24.514Z | Compiling console v0.15.11 |
| 3189 | 2026-06-20T21:53:24.561Z | Compiling hickory-proto v0.24.4 |
| 3190 | 2026-06-20T21:53:24.577Z | Compiling newline-converter v0.3.0 |
| 3191 | 2026-06-20T21:53:24.635Z | Compiling linked-hash-map v0.5.6 |
| 3192 | 2026-06-20T21:53:24.652Z | Compiling libefi-sys v0.1.0 |
| 3193 | 2026-06-20T21:53:24.671Z | Compiling linear-map v1.2.0 |
| 3194 | 2026-06-20T21:53:24.743Z | Compiling git-stub v1.0.0 |
| 3195 | 2026-06-20T21:53:24.771Z | Compiling bitfield-struct v0.6.2 |
| 3196 | 2026-06-20T21:53:24.856Z | Compiling expectorate v1.2.0 |
| 3197 | 2026-06-20T21:53:24.892Z | Compiling lru-cache v0.1.2 |
| 3198 | 2026-06-20T21:53:24.913Z | Compiling nom v8.0.0 |
| 3199 | 2026-06-20T21:53:25.030Z | Compiling typify-macro v0.6.2 |
| 3200 | 2026-06-20T21:53:25.041Z | Compiling semver v0.1.20 |
| 3201 | 2026-06-20T21:53:25.057Z | Compiling git-stub-vcs v0.1.0 |
| 3202 | 2026-06-20T21:53:25.094Z | Compiling tokio-dtrace v0.1.1 |
| 3203 | 2026-06-20T21:53:25.109Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3204 | 2026-06-20T21:53:25.142Z | Compiling slog-dtrace v0.3.0 |
| 3205 | 2026-06-20T21:53:25.273Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3206 | 2026-06-20T21:53:25.357Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3207 | 2026-06-20T21:53:25.357Z | Compiling rustc_version v0.1.7 |
| 3208 | 2026-06-20T21:53:25.391Z | Compiling minimal-lexical v0.2.1 |
| 3209 | 2026-06-20T21:53:25.396Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-06-20T21:53:25.453Z | Compiling oxide-tokio-rt v0.1.4 |
| 3211 | 2026-06-20T21:53:25.470Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-06-20T21:53:25.473Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2026-06-20T21:53:25.505Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3214 | 2026-06-20T21:53:25.508Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-06-20T21:53:25.624Z | Compiling newtype_derive v0.1.6 |
| 3216 | 2026-06-20T21:53:25.702Z | Compiling nom v7.1.3 |
| 3217 | 2026-06-20T21:53:25.725Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3218 | 2026-06-20T21:53:25.767Z | Compiling phf_shared v0.12.1 |
| 3219 | 2026-06-20T21:53:25.772Z | Compiling csv-core v0.1.13 |
| 3220 | 2026-06-20T21:53:25.800Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-06-20T21:53:25.847Z | Compiling highway v1.3.0 |
| 3222 | 2026-06-20T21:53:25.940Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-06-20T21:53:25.980Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3224 | 2026-06-20T21:53:26.133Z | Compiling csv v1.4.0 |
| 3225 | 2026-06-20T21:53:26.151Z | Compiling phf v0.12.1 |
| 3226 | 2026-06-20T21:53:26.226Z | Compiling const_format_proc_macros v0.2.34 |
| 3227 | 2026-06-20T21:53:26.275Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3228 | 2026-06-20T21:53:26.278Z | Compiling xshell v0.2.7 |
| 3229 | 2026-06-20T21:53:26.369Z | Compiling primeorder v0.13.6 |
| 3230 | 2026-06-20T21:53:26.601Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3231 | 2026-06-20T21:53:26.630Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3232 | 2026-06-20T21:53:26.713Z | Compiling tabled_derive v0.7.0 |
| 3233 | 2026-06-20T21:53:26.819Z | Compiling hickory-resolver v0.24.4 |
| 3234 | 2026-06-20T21:53:26.844Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3235 | 2026-06-20T21:53:26.917Z | Compiling bcs v0.1.6 |
| 3236 | 2026-06-20T21:53:26.938Z | Compiling typify v0.6.2 |
| 3237 | 2026-06-20T21:53:27.069Z | Compiling progenitor-impl v0.14.0 |
| 3238 | 2026-06-20T21:53:27.088Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3239 | 2026-06-20T21:53:27.115Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3240 | 2026-06-20T21:53:27.178Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-06-20T21:53:27.277Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3242 | 2026-06-20T21:53:27.300Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3243 | 2026-06-20T21:53:27.496Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3244 | 2026-06-20T21:53:27.534Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3245 | 2026-06-20T21:53:27.814Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3246 | 2026-06-20T21:53:27.894Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3247 | 2026-06-20T21:53:27.954Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3248 | 2026-06-20T21:53:28.065Z | Compiling qorb v0.4.1 |
| 3249 | 2026-06-20T21:53:28.109Z | Compiling const_format v0.2.35 |
| 3250 | 2026-06-20T21:53:28.130Z | Compiling termtree v0.5.1 |
| 3251 | 2026-06-20T21:53:28.147Z | Compiling salty v0.3.0 |
| 3252 | 2026-06-20T21:53:28.190Z | Compiling tagptr v0.2.0 |
| 3253 | 2026-06-20T21:53:28.324Z | Compiling textwrap v0.16.2 |
| 3254 | 2026-06-20T21:53:28.378Z | Compiling moka v0.12.13 |
| 3255 | 2026-06-20T21:53:28.457Z | Compiling tabled v0.15.0 |
| 3256 | 2026-06-20T21:53:28.473Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-06-20T21:53:28.734Z | Compiling steno v0.4.1 |
| 3258 | 2026-06-20T21:53:28.796Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3259 | 2026-06-20T21:53:28.850Z | Compiling base64 v0.21.7 |
| 3260 | 2026-06-20T21:53:28.920Z | Compiling radium v0.7.0 |
| 3261 | 2026-06-20T21:53:29.046Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3262 | 2026-06-20T21:53:29.165Z | Compiling hickory-resolver v0.25.2 |
| 3263 | 2026-06-20T21:53:29.215Z | Compiling p384 v0.13.1 |
| 3264 | 2026-06-20T21:53:29.218Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3265 | 2026-06-20T21:53:29.310Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3266 | 2026-06-20T21:53:29.372Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3267 | 2026-06-20T21:53:29.418Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3268 | 2026-06-20T21:53:29.707Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3269 | 2026-06-20T21:53:29.824Z | Compiling tap v1.0.1 |
| 3270 | 2026-06-20T21:53:29.872Z | Compiling progenitor-macro v0.14.0 |
| 3271 | 2026-06-20T21:53:29.972Z | Compiling maybe-uninit v2.0.0 |
| 3272 | 2026-06-20T21:53:29.989Z | Compiling wyz v0.5.1 |
| 3273 | 2026-06-20T21:53:30.215Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3274 | 2026-06-20T21:53:30.231Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3275 | 2026-06-20T21:53:30.359Z | Compiling funty v2.0.0 |
| 3276 | 2026-06-20T21:53:30.431Z | Compiling utf-8 v0.7.6 |
| 3277 | 2026-06-20T21:53:30.470Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3278 | 2026-06-20T21:53:30.589Z | Compiling packed_struct v0.10.1 |
| 3279 | 2026-06-20T21:53:30.646Z | Compiling parking_lot_core v0.8.6 |
| 3280 | 2026-06-20T21:53:30.680Z | Compiling proc-macro-error2 v2.0.1 |
| 3281 | 2026-06-20T21:53:30.730Z | Compiling bitvec v1.0.1 |
| 3282 | 2026-06-20T21:53:30.870Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3283 | 2026-06-20T21:53:30.918Z | Compiling tungstenite v0.21.0 |
| 3284 | 2026-06-20T21:53:30.977Z | Compiling polyval v0.6.2 |
| 3285 | 2026-06-20T21:53:31.006Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3286 | 2026-06-20T21:53:31.062Z | Compiling num-derive v0.3.3 |
| 3287 | 2026-06-20T21:53:31.066Z | Compiling packed_struct_codegen v0.10.1 |
| 3288 | 2026-06-20T21:53:31.099Z | Compiling bitfield-macros v0.19.4 |
| 3289 | 2026-06-20T21:53:31.157Z | Compiling zerocopy-derive v0.6.6 |
| 3290 | 2026-06-20T21:53:31.177Z | Compiling indexmap v1.9.3 |
| 3291 | 2026-06-20T21:53:31.291Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3292 | 2026-06-20T21:53:31.309Z | Compiling crc-catalog v2.4.0 |
| 3293 | 2026-06-20T21:53:31.346Z | Compiling nodrop v0.1.14 |
| 3294 | 2026-06-20T21:53:31.418Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3295 | 2026-06-20T21:53:31.461Z | Compiling array-init v0.0.4 |
| 3296 | 2026-06-20T21:53:31.477Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3297 | 2026-06-20T21:53:31.544Z | Compiling tokio-tungstenite v0.21.0 |
| 3298 | 2026-06-20T21:53:31.673Z | Compiling crc v3.4.0 |
| 3299 | 2026-06-20T21:53:31.839Z | Compiling ghash v0.5.1 |
| 3300 | 2026-06-20T21:53:31.864Z | Compiling tabled_derive v0.11.0 |
| 3301 | 2026-06-20T21:53:31.881Z | Compiling smallvec v0.6.14 |
| 3302 | 2026-06-20T21:53:31.900Z | Compiling bitfield v0.19.4 |
| 3303 | 2026-06-20T21:53:31.955Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3304 | 2026-06-20T21:53:32.011Z | Compiling progenitor-impl v0.13.0 |
| 3305 | 2026-06-20T21:53:32.055Z | Compiling libscf-sys v1.1.0 |
| 3306 | 2026-06-20T21:53:32.072Z | Compiling zerocopy v0.6.6 |
| 3307 | 2026-06-20T21:53:32.122Z | Compiling papergrid v0.17.0 |
| 3308 | 2026-06-20T21:53:32.183Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3309 | 2026-06-20T21:53:32.236Z | Compiling testing_table v0.3.0 |
| 3310 | 2026-06-20T21:53:32.255Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3311 | 2026-06-20T21:53:32.368Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3312 | 2026-06-20T21:53:32.374Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3313 | 2026-06-20T21:53:32.374Z | Compiling ctr v0.9.2 |
| 3314 | 2026-06-20T21:53:32.429Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3315 | 2026-06-20T21:53:32.449Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3316 | 2026-06-20T21:53:32.475Z | Compiling unicase v2.9.0 |
| 3317 | 2026-06-20T21:53:32.541Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3318 | 2026-06-20T21:53:32.557Z | Compiling corncobs v0.1.4 |
| 3319 | 2026-06-20T21:53:32.575Z | Compiling hashbrown v0.12.3 |
| 3320 | 2026-06-20T21:53:32.721Z | Compiling mime_guess v2.0.5 |
| 3321 | 2026-06-20T21:53:32.746Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-06-20T21:53:32.779Z | Compiling aes-gcm v0.10.3 |
| 3323 | 2026-06-20T21:53:32.815Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-06-20T21:53:32.836Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-06-20T21:53:33.019Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3326 | 2026-06-20T21:53:33.112Z | Compiling parking_lot v0.11.2 |
| 3327 | 2026-06-20T21:53:33.135Z | Compiling tabled v0.20.0 |
| 3328 | 2026-06-20T21:53:33.210Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3329 | 2026-06-20T21:53:33.330Z | Compiling serde-hex v0.1.0 |
| 3330 | 2026-06-20T21:53:33.421Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3331 | 2026-06-20T21:53:33.480Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-06-20T21:53:33.537Z | Compiling ron v0.8.1 |
| 3333 | 2026-06-20T21:53:33.584Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3334 | 2026-06-20T21:53:33.639Z | Compiling hashbrown v0.13.2 |
| 3335 | 2026-06-20T21:53:33.879Z | Compiling progenitor-client v0.13.0 |
| 3336 | 2026-06-20T21:53:33.903Z | Compiling prefix-trie v0.7.0 |
| 3337 | 2026-06-20T21:53:34.062Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3338 | 2026-06-20T21:53:34.079Z | Compiling blowfish v0.9.1 |
| 3339 | 2026-06-20T21:53:34.163Z | Compiling ssh-encoding v0.2.0 |
| 3340 | 2026-06-20T21:53:34.228Z | Compiling fxhash v0.2.1 |
| 3341 | 2026-06-20T21:53:34.357Z | Compiling secrecy v0.8.0 |
| 3342 | 2026-06-20T21:53:34.375Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3343 | 2026-06-20T21:53:34.396Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-06-20T21:53:34.457Z | Compiling ssh-cipher v0.2.0 |
| 3345 | 2026-06-20T21:53:34.538Z | Compiling sled v0.34.7 |
| 3346 | 2026-06-20T21:53:34.666Z | Compiling hickory-server v0.25.2 |
| 3347 | 2026-06-20T21:53:34.747Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3348 | 2026-06-20T21:53:34.766Z | Compiling progenitor-macro v0.13.0 |
| 3349 | 2026-06-20T21:53:34.893Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3350 | 2026-06-20T21:53:35.060Z | Compiling progenitor v0.14.0 |
| 3351 | 2026-06-20T21:53:35.091Z | Compiling object v0.30.4 |
| 3352 | 2026-06-20T21:53:35.141Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3353 | 2026-06-20T21:53:35.178Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3354 | 2026-06-20T21:53:35.222Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3355 | 2026-06-20T21:53:35.239Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3356 | 2026-06-20T21:53:35.479Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3357 | 2026-06-20T21:53:35.586Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3358 | 2026-06-20T21:53:35.656Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3359 | 2026-06-20T21:53:35.817Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3360 | 2026-06-20T21:53:35.858Z | Compiling password-hash v0.4.2 |
| 3361 | 2026-06-20T21:53:35.937Z | Compiling http-range v0.1.5 |
| 3362 | 2026-06-20T21:53:36.192Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3363 | 2026-06-20T21:53:36.286Z | Compiling crc8 v0.1.1 |
| 3364 | 2026-06-20T21:53:36.364Z | Compiling path-slash v0.1.5 |
| 3365 | 2026-06-20T21:53:36.382Z | Compiling half v1.8.3 |
| 3366 | 2026-06-20T21:53:36.539Z | Compiling pbkdf2 v0.11.0 |
| 3367 | 2026-06-20T21:53:36.589Z | Compiling illumos-nvpair v0.3.0 |
| 3368 | 2026-06-20T21:53:36.686Z | Compiling serde_cbor v0.11.2 |
| 3369 | 2026-06-20T21:53:36.748Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3370 | 2026-06-20T21:53:36.787Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3371 | 2026-06-20T21:53:37.271Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3372 | 2026-06-20T21:53:37.316Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3373 | 2026-06-20T21:53:37.338Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3374 | 2026-06-20T21:53:38.093Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3375 | 2026-06-20T21:53:38.150Z | Compiling ssh-key v0.6.7 |
| 3376 | 2026-06-20T21:53:38.200Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3377 | 2026-06-20T21:53:38.305Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3378 | 2026-06-20T21:53:38.324Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3379 | 2026-06-20T21:53:38.383Z | Compiling p521 v0.13.3 |
| 3380 | 2026-06-20T21:53:38.401Z | Compiling p256 v0.13.2 |
| 3381 | 2026-06-20T21:53:38.425Z | Compiling yasna v0.5.2 |
| 3382 | 2026-06-20T21:53:38.441Z | Compiling kstat-rs v0.2.4 |
| 3383 | 2026-06-20T21:53:38.764Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3384 | 2026-06-20T21:53:38.792Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3385 | 2026-06-20T21:53:38.876Z | Compiling headers-core v0.3.0 |
| 3386 | 2026-06-20T21:53:39.033Z | Compiling nanorand v0.7.0 |
| 3387 | 2026-06-20T21:53:39.141Z | Compiling atty v0.2.14 |
| 3388 | 2026-06-20T21:53:39.159Z | Compiling russh-cryptovec v0.7.3 |
| 3389 | 2026-06-20T21:53:39.290Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3390 | 2026-06-20T21:53:39.358Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3391 | 2026-06-20T21:53:39.389Z | Compiling md5 v0.7.0 |
| 3392 | 2026-06-20T21:53:39.405Z | Compiling home v0.5.12 |
| 3393 | 2026-06-20T21:53:39.593Z | Compiling russh-keys v0.45.0 |
| 3394 | 2026-06-20T21:53:39.696Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3395 | 2026-06-20T21:53:39.760Z | Compiling flume v0.11.1 |
| 3396 | 2026-06-20T21:53:39.778Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3397 | 2026-06-20T21:53:39.779Z | Compiling headers v0.4.1 |
| 3398 | 2026-06-20T21:53:39.882Z | Compiling rcgen v0.12.1 |
| 3399 | 2026-06-20T21:53:40.105Z | Compiling progenitor v0.13.0 |
| 3400 | 2026-06-20T21:53:40.116Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3401 | 2026-06-20T21:53:40.132Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3402 | 2026-06-20T21:53:40.240Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3403 | 2026-06-20T21:53:40.294Z | Compiling hyper-staticfile v0.10.1 |
| 3404 | 2026-06-20T21:53:40.389Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3405 | 2026-06-20T21:53:40.489Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3406 | 2026-06-20T21:53:40.541Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3407 | 2026-06-20T21:53:40.601Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3408 | 2026-06-20T21:53:40.792Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3409 | 2026-06-20T21:53:40.830Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3410 | 2026-06-20T21:53:40.968Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3411 | 2026-06-20T21:53:41.040Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3412 | 2026-06-20T21:53:41.130Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3413 | 2026-06-20T21:53:41.201Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3414 | 2026-06-20T21:53:41.227Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3415 | 2026-06-20T21:53:41.246Z | Compiling num-bigint v0.4.6 |
| 3416 | 2026-06-20T21:53:41.261Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3417 | 2026-06-20T21:53:41.331Z | Compiling des v0.8.1 |
| 3418 | 2026-06-20T21:53:41.425Z | Compiling subprocess v0.2.15 |
| 3419 | 2026-06-20T21:53:41.432Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3420 | 2026-06-20T21:53:41.458Z | Compiling display-error-chain v0.2.2 |
| 3421 | 2026-06-20T21:53:41.477Z | Compiling hex-literal v0.4.1 |
| 3422 | 2026-06-20T21:53:41.563Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3423 | 2026-06-20T21:53:41.610Z | Compiling colored v2.2.0 |
| 3424 | 2026-06-20T21:53:41.624Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3425 | 2026-06-20T21:53:41.632Z | Compiling internet-checksum v0.2.1 |
| 3426 | 2026-06-20T21:53:41.891Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3427 | 2026-06-20T21:53:41.902Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3428 | 2026-06-20T21:53:42.491Z | Compiling russh v0.45.0 |
| 3429 | 2026-06-20T21:53:42.790Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3430 | 2026-06-20T21:53:43.751Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3431 | 2026-06-20T21:53:43.751Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3432 | 2026-06-20T21:53:46.200Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3433 | 2026-06-20T21:53:46.861Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3434 | 2026-06-20T21:53:46.886Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3435 | 2026-06-20T21:53:47.357Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3436 | 2026-06-20T21:53:49.304Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3437 | 2026-06-20T21:53:57.615Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3438 | 2026-06-20T21:53:57.615Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3439 | 2026-06-20T21:53:57.615Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3440 | 2026-06-20T21:53:57.618Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3441 | 2026-06-20T21:53:59.351Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3442 | 2026-06-20T21:53:59.447Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3443 | 2026-06-20T21:54:03.424Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3444 | 2026-06-20T21:54:42.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3445 | 2026-06-20T21:54:43.068Z | |
| 3446 | 2026-06-20T21:54:43.068Z | real 1:26.588417677 |
| 3447 | 2026-06-20T21:54:43.068Z | user 8:04.472844842 |
| 3448 | 2026-06-20T21:54:43.068Z | sys 1:38.474107900 |
| 3449 | 2026-06-20T21:54:43.068Z | trap 0.248914605 |
| 3450 | 2026-06-20T21:54:43.068Z | tflt 0.529520616 |
| 3451 | 2026-06-20T21:54:43.068Z | dflt 1.693948342 |
| 3452 | 2026-06-20T21:54:43.068Z | kflt 0.000476080 |
| 3453 | 2026-06-20T21:54:43.071Z | lock 28:25.209782117 |
| 3454 | 2026-06-20T21:54:43.072Z | slp 18:11.611586044 |
| 3455 | 2026-06-20T21:54:43.072Z | lat 36.387902411 |
| 3456 | 2026-06-20T21:54:43.072Z | stop 2:41.915833217 |
| 3457 | 2026-06-20T21:54:43.072Z | + mkdir tests |
| 3458 | 2026-06-20T21:54:43.076Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3459 | 2026-06-20T21:54:43.076Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3460 | 2026-06-20T21:54:43.101Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/ |
| 3461 | 2026-06-20T21:54:43.129Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/ |
| 3462 | 2026-06-20T21:54:43.157Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/ |
| 3463 | 2026-06-20T21:54:43.190Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/ |
| 3464 | 2026-06-20T21:54:43.514Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3465 | 2026-06-20T21:54:43.520Z | + 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3466 | 2026-06-20T21:56:04.199Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3467 | 2026-06-20T21:56:04.199Z | a .github/buildomat/ci-env.sh 1K |
| 3468 | 2026-06-20T21:56:04.199Z | a out/target/test 1K |
| 3469 | 2026-06-20T21:56:04.199Z | a out/npuzone/npuzone 27402K |
| 3470 | 2026-06-20T21:56:04.199Z | a package-manifest.toml 35K |
| 3471 | 2026-06-20T21:56:04.199Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3472 | 2026-06-20T21:56:04.199Z | a target/release/omicron-package 45177K |
| 3473 | 2026-06-20T21:56:04.199Z | a target/release/xtask 11453K |
| 3474 | 2026-06-20T21:56:04.199Z | a target/debug/bootstrap 355917K |
| 3475 | 2026-06-20T21:56:04.199Z | a tests/bootstrap-924fc3fc47321669 31215K |
| 3476 | 2026-06-20T21:56:04.199Z | a tests/commtest-408c589a9be9a15a 32300K |
| 3477 | 2026-06-20T21:56:04.199Z | a tests/dhcp_server-f35f394bfb169ef7 31215K |
| 3478 | 2026-06-20T21:56:04.199Z | a tests/end_to_end_tests-f00a927a2ca939a9 397746K |
| 3479 | 2026-06-20T21:56:04.199Z | a tools/opte_version 1K |
| 3480 | 2026-06-20T21:56:04.199Z | a tools/opte_version_override 2K |
| 3481 | 2026-06-20T21:56:04.200Z | a out/clickhouse.tar.gz 313417K |
| 3482 | 2026-06-20T21:56:04.200Z | a out/clickhouse_keeper.tar.gz 298475K |
| 3483 | 2026-06-20T21:56:04.200Z | a out/clickhouse_server.tar.gz 313415K |
| 3484 | 2026-06-20T21:56:04.200Z | a out/cockroachdb.tar.gz 157676K |
| 3485 | 2026-06-20T21:56:04.200Z | a out/crucible-pantry-zone.tar.gz 36467K |
| 3486 | 2026-06-20T21:56:04.200Z | a out/crucible-utils.tar 16478K |
| 3487 | 2026-06-20T21:56:04.200Z | a out/crucible-zone.tar.gz 52037K |
| 3488 | 2026-06-20T21:56:04.200Z | a out/external-dns.tar.gz 42900K |
| 3489 | 2026-06-20T21:56:04.200Z | a out/internal-dns.tar.gz 42899K |
| 3490 | 2026-06-20T21:56:04.200Z | a out/mg-ddm-gz.tar 97917K |
| 3491 | 2026-06-20T21:56:04.200Z | a out/nexus.tar.gz 278331K |
| 3492 | 2026-06-20T21:56:04.200Z | a out/ntp.tar.gz 24107K |
| 3493 | 2026-06-20T21:56:04.200Z | a out/omicron-gateway-softnpu.tar.gz 30194K |
| 3494 | 2026-06-20T21:56:04.200Z | a out/omicron-sled-agent.tar 194547K |
| 3495 | 2026-06-20T21:56:04.200Z | a out/overlay.tar.gz 3K |
| 3496 | 2026-06-20T21:56:04.200Z | a out/oximeter.tar.gz 62279K |
| 3497 | 2026-06-20T21:56:04.200Z | a out/oxlog.tar 3782K |
| 3498 | 2026-06-20T21:56:04.200Z | a out/probe.tar.gz 3037K |
| 3499 | 2026-06-20T21:56:04.200Z | a out/propolis-server.tar.gz 34918K |
| 3500 | 2026-06-20T21:56:04.200Z | a out/pumpkind-gz.tar 26647K |
| 3501 | 2026-06-20T21:56:04.200Z | a out/switch-softnpu.tar.gz 447869K |
| 3502 | 2026-06-20T21:56:04.204Z | |
| 3503 | 2026-06-20T21:56:04.204Z | real 1:20.682207305 |
| 3504 | 2026-06-20T21:56:04.204Z | user 1:18.007965650 |
| 3505 | 2026-06-20T21:56:04.204Z | sys 4.478315497 |
| 3506 | 2026-06-20T21:56:04.204Z | trap 0.007407146 |
| 3507 | 2026-06-20T21:56:04.204Z | tflt 0.000000000 |
| 3508 | 2026-06-20T21:56:04.204Z | dflt 0.000000000 |
| 3509 | 2026-06-20T21:56:04.204Z | kflt 0.000000000 |
| 3510 | 2026-06-20T21:56:04.204Z | lock 0.000000000 |
| 3511 | 2026-06-20T21:56:04.204Z | slp 1:17.869413964 |
| 3512 | 2026-06-20T21:56:04.204Z | lat 0.996032142 |
| 3513 | 2026-06-20T21:56:04.204Z | stop 0.000536048 |
| 3514 | 2026-06-20T21:56:04.204Z | process exited: duration 1022399 ms, exit code 0 |
| |
| 3515 | 2026-06-20T21:56:04.219Z | found 1 output files |
| 3516 | 2026-06-20T21:56:04.239Z | uploading: /work/package.tar.gz (2479579272 bytes) |
| 3517 | 2026-06-20T21:56:37.339Z | uploaded: /work/package.tar.gz |