|
|
|
| 1 | 2026-06-30T19:51:31.783Z | job assigned to worker 01KWD1AT31QMG5N7TFCCRSXKWN [factory aws, i-01cec2d925343ee52] (queued for 59 s) |
| |
| 2 | 2026-06-30T19:51:39.120Z | starting task 0: "setup" |
| 3 | 2026-06-30T19:51:39.125Z | ++ uname -s |
| 4 | 2026-06-30T19:51:39.128Z | + kern=SunOS |
| 5 | 2026-06-30T19:51:39.128Z | + build_user=build |
| 6 | 2026-06-30T19:51:39.128Z | + build_uid=12345 |
| 7 | 2026-06-30T19:51:39.128Z | + work_dir=/work |
| 8 | 2026-06-30T19:51:39.128Z | + input_dir=/input |
| 9 | 2026-06-30T19:51:39.128Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T19:51:39.128Z | + case "$kern" in |
| 11 | 2026-06-30T19:51:39.128Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T19:51:39.131Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T19:51:41.136Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T19:51:41.213Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T19:51:41.216Z | + home_fs=zfs |
| 16 | 2026-06-30T19:51:41.216Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T19:51:41.216Z | + mkdir -p /home/build |
| 18 | 2026-06-30T19:51:41.219Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T19:51:43.219Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T19:51:43.224Z | process exited: duration 4104 ms, exit code 0 |
| |
| 21 | 2026-06-30T19:51:43.230Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T19:51:43.235Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-06-30T19:51:43.235Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-06-30T19:51:43.235Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-30T19:51:43.235Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-30T19:51:43.235Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T19:51:43.235Z | * rust toolchain profile = "default" |
| 28 | 2026-06-30T19:51:43.238Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T19:51:43.238Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-06-30T19:51:43.326Z | info: downloading installer |
| 31 | 2026-06-30T19:51:44.740Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T19:51:44.740Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T19:51:44.740Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T19:51:44.740Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T19:51:44.751Z | info: profile set to default |
| 36 | 2026-06-30T19:51:44.751Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T19:51:44.754Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-06-30T19:51:44.890Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-06-30T19:51:44.893Z | info: downloading 6 components |
| 40 | 2026-06-30T19:51:59.141Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-06-30T19:51:59.141Z | |
| 42 | 2026-06-30T19:51:59.171Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-06-30T19:51:59.171Z | |
| 44 | 2026-06-30T19:51:59.171Z | |
| 45 | 2026-06-30T19:51:59.171Z | Rust is installed now. Great! |
| 46 | 2026-06-30T19:51:59.171Z | |
| 47 | 2026-06-30T19:51:59.171Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T19:51:59.171Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T19:51:59.171Z | |
| 50 | 2026-06-30T19:51:59.171Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T19:51:59.171Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T19:51:59.171Z | |
| 53 | 2026-06-30T19:51:59.171Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T19:51:59.171Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T19:51:59.171Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T19:51:59.171Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T19:51:59.171Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T19:51:59.171Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T19:51:59.171Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T19:51:59.194Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T19:51:59.194Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T19:51:59.265Z | + rustup --version |
| 63 | 2026-06-30T19:51:59.271Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T19:51:59.274Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T19:51:59.291Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-06-30T19:51:59.293Z | + cargo --version |
| 67 | 2026-06-30T19:51:59.302Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-06-30T19:51:59.304Z | + rustc --version |
| 69 | 2026-06-30T19:51:59.323Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-06-30T19:51:59.325Z | process exited: duration 16095 ms, exit code 0 |
| |
| 71 | 2026-06-30T19:51:59.331Z | starting task 2: "authentication" |
| 72 | 2026-06-30T19:51:59.348Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T19:51:59.353Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T19:51:59.358Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-30T19:51:59.360Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-30T19:51:59.392Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-30T19:52:09.284Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-30T19:52:09.284Z | + git fetch origin 242cb66c96a79b2d9320cb6f84e6ad29aab26280 |
| 79 | 2026-06-30T19:52:09.576Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-30T19:52:09.576Z | * branch 242cb66c96a79b2d9320cb6f84e6ad29aab26280 -> FETCH_HEAD |
| 81 | 2026-06-30T19:52:09.588Z | + [[ -n john/uplink-address-type ]] |
| 82 | 2026-06-30T19:52:09.590Z | ++ git branch --show-current |
| 83 | 2026-06-30T19:52:09.593Z | + current=main |
| 84 | 2026-06-30T19:52:09.593Z | + [[ main != john/uplink-address-type ]] |
| 85 | 2026-06-30T19:52:09.593Z | + git branch -f john/uplink-address-type 242cb66c96a79b2d9320cb6f84e6ad29aab26280 |
| 86 | 2026-06-30T19:52:09.596Z | + git checkout -f john/uplink-address-type |
| 87 | 2026-06-30T19:52:09.836Z | Switched to branch 'john/uplink-address-type' |
| 88 | 2026-06-30T19:52:09.839Z | + git reset --hard 242cb66c96a79b2d9320cb6f84e6ad29aab26280 |
| 89 | 2026-06-30T19:52:09.862Z | HEAD is now at 242cb66c9 cargo fmt |
| 90 | 2026-06-30T19:52:09.866Z | process exited: duration 10510 ms, exit code 0 |
| |
| 91 | 2026-06-30T19:52:09.873Z | starting task 4: "build" |
| 92 | 2026-06-30T19:52:09.878Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-30T19:52:09.878Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-30T19:52:09.880Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-30T19:52:09.880Z | + cargo --version |
| 96 | 2026-06-30T19:52:09.889Z | cargo 1.96.1 (356927216 2026-06-26) |
| 97 | 2026-06-30T19:52:09.892Z | + rustc --version |
| 98 | 2026-06-30T19:52:09.913Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 99 | 2026-06-30T19:52:09.916Z | + WORK=/work |
| 100 | 2026-06-30T19:52:09.916Z | + pfexec mkdir -p /work |
| 101 | 2026-06-30T19:52:09.919Z | + pfexec chown build /work |
| 102 | 2026-06-30T19:52:09.921Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-30T19:52:11.507Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-30T19:52:11.619Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-30T19:52:12.116Z | Planning: Solver setup ... Done (0.442s) |
| 106 | 2026-06-30T19:52:12.140Z | Planning: Running solver ... Done (0.025s) |
| 107 | 2026-06-30T19:52:12.152Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-30T19:52:12.162Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-30T19:52:12.185Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-30T19:52:12.197Z | Planning: Package planning ... Done (0.013s) |
| 111 | 2026-06-30T19:52:12.200Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-06-30T19:52:12.361Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 113 | 2026-06-30T19:52:12.364Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-30T19:52:13.319Z | Planning: Evaluating mediators ... Done (0.930s) |
| 115 | 2026-06-30T19:52:13.328Z | Planning: Planning completed in 1.65 seconds |
| 116 | 2026-06-30T19:52:13.328Z | Packages to install: 2 |
| 117 | 2026-06-30T19:52:13.328Z | Estimated space available: 156.06 GB |
| 118 | 2026-06-30T19:52:13.328Z | Estimated space to be consumed: 30.97 MB |
| 119 | 2026-06-30T19:52:13.328Z | Create boot environment: No |
| 120 | 2026-06-30T19:52:13.328Z | Create backup boot environment: No |
| 121 | 2026-06-30T19:52:13.328Z | Rebuild boot archive: No |
| 122 | 2026-06-30T19:52:13.328Z | |
| 123 | 2026-06-30T19:52:13.328Z | Changed packages: |
| 124 | 2026-06-30T19:52:13.328Z | helios |
| 125 | 2026-06-30T19:52:13.328Z | developer/build-essential |
| 126 | 2026-06-30T19:52:13.328Z | None -> 11-3.0 |
| 127 | 2026-06-30T19:52:13.328Z | library/libxmlsec1 |
| 128 | 2026-06-30T19:52:13.328Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-30T19:52:13.341Z | |
| 130 | 2026-06-30T19:52:13.341Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-30T19:52:13.924Z | Download: Completed 1.28 MB in 0.60 seconds (2.1M/s) |
| 132 | 2026-06-30T19:52:13.985Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-30T19:52:14.024Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-30T19:52:14.036Z | Finalize: Updating package state database ... Done (0.012s) |
| 135 | 2026-06-30T19:52:14.036Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-30T19:52:14.065Z | Finalize: Updating image state ... Done (0.029s) |
| 137 | 2026-06-30T19:52:16.602Z | Finalize: Creating fast lookup database ... Done (2.511s) |
| 138 | 2026-06-30T19:52:16.677Z | Finalize: Reading search index ... Done (0.011s) |
| 139 | 2026-06-30T19:52:16.680Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-30T19:52:16.783Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-30T19:52:17.101Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-30T19:52:17.203Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-30T19:52:17.206Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-30T19:52:17.361Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-30T19:52:17.364Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-30T19:52:17.385Z | Mediators to change: 2 |
| 147 | 2026-06-30T19:52:17.385Z | Create boot environment: No |
| 148 | 2026-06-30T19:52:17.385Z | Create backup boot environment: No |
| 149 | 2026-06-30T19:52:17.458Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-30T19:52:17.458Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-30T19:52:17.474Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-30T19:52:19.391Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-30T19:52:19.455Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-30T19:52:19.460Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-30T19:52:19.505Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-30T19:52:19.788Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-30T19:52:19.894Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-30T19:52:19.898Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-30T19:52:20.047Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-30T19:52:20.050Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-30T19:52:20.070Z | Mediators to change: 1 |
| 162 | 2026-06-30T19:52:20.070Z | Create boot environment: No |
| 163 | 2026-06-30T19:52:20.070Z | Create backup boot environment: No |
| 164 | 2026-06-30T19:52:20.111Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-30T19:52:20.111Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-30T19:52:20.126Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-30T19:52:22.061Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-30T19:52:22.121Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-30T19:52:22.124Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-30T19:52:22.175Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-30T19:52:22.481Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-30T19:52:22.481Z | apache system 2.4 system |
| 173 | 2026-06-30T19:52:22.481Z | clang system 15 system |
| 174 | 2026-06-30T19:52:22.481Z | csh system system illumos |
| 175 | 2026-06-30T19:52:22.481Z | ctags system system illumos |
| 176 | 2026-06-30T19:52:22.481Z | file vendor vendor darwinsys |
| 177 | 2026-06-30T19:52:22.481Z | file system system illumos |
| 178 | 2026-06-30T19:52:22.481Z | gcc vendor 14 vendor |
| 179 | 2026-06-30T19:52:22.481Z | gcc system 13 system |
| 180 | 2026-06-30T19:52:22.481Z | gcc system 10 system |
| 181 | 2026-06-30T19:52:22.481Z | go system 1.25 system |
| 182 | 2026-06-30T19:52:22.481Z | llvm system 15 system |
| 183 | 2026-06-30T19:52:22.481Z | mariadb system 11.4 system |
| 184 | 2026-06-30T19:52:22.481Z | mta vendor vendor dma |
| 185 | 2026-06-30T19:52:22.481Z | openjdk system 17 system |
| 186 | 2026-06-30T19:52:22.481Z | openjdk system 11 system |
| 187 | 2026-06-30T19:52:22.481Z | openssl vendor 3 vendor |
| 188 | 2026-06-30T19:52:22.481Z | perl system 5.40 system |
| 189 | 2026-06-30T19:52:22.482Z | postgresql system 18 system |
| 190 | 2026-06-30T19:52:22.482Z | postgresql system 17 system |
| 191 | 2026-06-30T19:52:22.482Z | python vendor 3 vendor |
| 192 | 2026-06-30T19:52:22.482Z | python system 2 system |
| 193 | 2026-06-30T19:52:22.482Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-30T19:52:22.482Z | ruby system 3.4 system |
| 195 | 2026-06-30T19:52:22.482Z | ruby system 3.0 system |
| 196 | 2026-06-30T19:52:22.482Z | words vendor vendor american-english |
| 197 | 2026-06-30T19:52:22.482Z | words system system australian-english |
| 198 | 2026-06-30T19:52:22.482Z | words system system british-english |
| 199 | 2026-06-30T19:52:22.482Z | words system system canadian-english |
| 200 | 2026-06-30T19:52:22.482Z | words system system french |
| 201 | 2026-06-30T19:52:22.482Z | words system system italian |
| 202 | 2026-06-30T19:52:22.482Z | words system system ngerman |
| 203 | 2026-06-30T19:52:22.482Z | words system system ogerman |
| 204 | 2026-06-30T19:52:22.482Z | words system system spanish |
| 205 | 2026-06-30T19:52:22.735Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-30T19:52:22.735Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-30T19:52:23.041Z | FMRI IFO |
| 208 | 2026-06-30T19:52:23.041Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-30T19:52:23.041Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-30T19:52:23.041Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-30T19:52:23.041Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-30T19:52:23.041Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-30T19:52:23.041Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-30T19:52:23.041Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-30T19:52:23.041Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-30T19:52:23.041Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-30T19:52:23.296Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-30T19:52:23.579Z | Updating crates.io index |
| 219 | 2026-06-30T19:52:23.582Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-30T19:52:23.845Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 221 | 2026-06-30T19:52:24.164Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 222 | 2026-06-30T19:52:25.179Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 223 | 2026-06-30T19:52:25.675Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 224 | 2026-06-30T19:52:27.526Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 225 | 2026-06-30T19:52:28.323Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 226 | 2026-06-30T19:52:28.582Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 227 | 2026-06-30T19:52:28.921Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-30T19:52:29.935Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-30T19:52:30.186Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-30T19:52:30.509Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-30T19:52:30.774Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-30T19:52:31.228Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-30T19:52:31.712Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-30T19:52:31.973Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-30T19:52:32.216Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-30T19:52:32.503Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-30T19:52:32.815Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-30T19:52:33.121Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-30T19:52:33.388Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-30T19:52:33.692Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-30T19:52:34.046Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-30T19:52:34.381Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-30T19:52:34.648Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-30T19:52:35.087Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-30T19:52:35.349Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-30T19:52:35.667Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-30T19:52:35.918Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-30T19:52:36.172Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-30T19:52:36.513Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-30T19:52:36.924Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-30T19:52:37.167Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-30T19:52:37.458Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-30T19:52:37.736Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-30T19:52:37.998Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-30T19:52:38.343Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-30T19:52:38.583Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-30T19:52:38.843Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-30T19:52:39.106Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-30T19:52:41.710Z | Downloading crates ... |
| 260 | 2026-06-30T19:52:41.774Z | Downloaded anstream v1.0.0 |
| 261 | 2026-06-30T19:52:41.777Z | Downloaded cfg-if v1.0.4 |
| 262 | 2026-06-30T19:52:41.780Z | Downloaded byteorder v1.5.0 |
| 263 | 2026-06-30T19:52:41.783Z | Downloaded anstyle v1.0.14 |
| 264 | 2026-06-30T19:52:41.787Z | Downloaded usdt v0.5.0 |
| 265 | 2026-06-30T19:52:41.789Z | Downloaded clap v4.6.1 |
| 266 | 2026-06-30T19:52:41.794Z | Downloaded fnv v1.0.7 |
| 267 | 2026-06-30T19:52:41.796Z | Downloaded cargo-util-schemas v0.8.2 |
| 268 | 2026-06-30T19:52:41.796Z | Downloaded cargo-platform v0.2.0 |
| 269 | 2026-06-30T19:52:41.796Z | Downloaded anstyle-query v1.1.5 |
| 270 | 2026-06-30T19:52:41.799Z | Downloaded cargo_metadata v0.21.0 |
| 271 | 2026-06-30T19:52:41.802Z | Downloaded anstyle-parse v1.0.0 |
| 272 | 2026-06-30T19:52:41.806Z | Downloaded typenum v1.19.0 |
| 273 | 2026-06-30T19:52:41.808Z | Downloaded icu_properties v2.1.2 |
| 274 | 2026-06-30T19:52:41.811Z | Downloaded utf8parse v0.2.2 |
| 275 | 2026-06-30T19:52:41.811Z | Downloaded icu_normalizer v2.1.1 |
| 276 | 2026-06-30T19:52:41.814Z | Downloaded autocfg v1.5.0 |
| 277 | 2026-06-30T19:52:41.814Z | Downloaded zerofrom-derive v0.1.6 |
| 278 | 2026-06-30T19:52:41.814Z | Downloaded toml_write v0.1.2 |
| 279 | 2026-06-30T19:52:41.814Z | Downloaded yoke-derive v0.8.1 |
| 280 | 2026-06-30T19:52:41.816Z | Downloaded toml_datetime v0.6.11 |
| 281 | 2026-06-30T19:52:41.816Z | Downloaded dtrace-parser v0.2.0 |
| 282 | 2026-06-30T19:52:41.817Z | Downloaded version_check v0.9.5 |
| 283 | 2026-06-30T19:52:41.819Z | Downloaded zerofrom v0.1.6 |
| 284 | 2026-06-30T19:52:41.819Z | Downloaded equivalent v1.0.2 |
| 285 | 2026-06-30T19:52:41.819Z | Downloaded displaydoc v0.2.5 |
| 286 | 2026-06-30T19:52:41.821Z | Downloaded usdt-attr-macro v0.5.0 |
| 287 | 2026-06-30T19:52:41.824Z | Downloaded url v2.5.8 |
| 288 | 2026-06-30T19:52:41.827Z | Downloaded zerocopy-derive v0.7.35 |
| 289 | 2026-06-30T19:52:41.831Z | Downloaded idna_adapter v1.2.1 |
| 290 | 2026-06-30T19:52:41.834Z | Downloaded yoke v0.8.1 |
| 291 | 2026-06-30T19:52:41.834Z | Downloaded icu_provider v2.1.1 |
| 292 | 2026-06-30T19:52:41.842Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-06-30T19:52:41.847Z | Downloaded dof v0.3.0 |
| 294 | 2026-06-30T19:52:41.847Z | Downloaded anyhow v1.0.102 |
| 295 | 2026-06-30T19:52:41.853Z | Downloaded zerovec v0.11.5 |
| 296 | 2026-06-30T19:52:41.853Z | Downloaded unicode-xid v0.2.6 |
| 297 | 2026-06-30T19:52:41.856Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-06-30T19:52:41.856Z | Downloaded heck v0.4.1 |
| 299 | 2026-06-30T19:52:41.856Z | Downloaded fastrand v2.3.0 |
| 300 | 2026-06-30T19:52:41.856Z | Downloaded thiserror-impl v2.0.18 |
| 301 | 2026-06-30T19:52:41.856Z | Downloaded ordered-float v2.10.1 |
| 302 | 2026-06-30T19:52:41.859Z | Downloaded icu_normalizer_data v2.1.1 |
| 303 | 2026-06-30T19:52:41.859Z | Downloaded thiserror v1.0.69 |
| 304 | 2026-06-30T19:52:41.863Z | Downloaded clap_lex v1.0.0 |
| 305 | 2026-06-30T19:52:41.868Z | Downloaded errno v0.3.14 |
| 306 | 2026-06-30T19:52:41.868Z | Downloaded thread-id v4.2.2 |
| 307 | 2026-06-30T19:52:41.868Z | Downloaded scroll_derive v0.12.1 |
| 308 | 2026-06-30T19:52:41.871Z | Downloaded tinystr v0.8.2 |
| 309 | 2026-06-30T19:52:41.871Z | Downloaded thiserror v2.0.18 |
| 310 | 2026-06-30T19:52:41.875Z | Downloaded serde-value v0.7.0 |
| 311 | 2026-06-30T19:52:41.877Z | Downloaded smawk v0.3.2 |
| 312 | 2026-06-30T19:52:41.877Z | Downloaded usdt-macro v0.5.0 |
| 313 | 2026-06-30T19:52:41.878Z | Downloaded utf8_iter v1.0.4 |
| 314 | 2026-06-30T19:52:41.880Z | Downloaded typeid v1.0.3 |
| 315 | 2026-06-30T19:52:41.883Z | Downloaded terminal_size v0.4.3 |
| 316 | 2026-06-30T19:52:41.883Z | Downloaded zerovec-derive v0.11.2 |
| 317 | 2026-06-30T19:52:41.887Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2026-06-30T19:52:41.887Z | Downloaded writeable v0.6.2 |
| 319 | 2026-06-30T19:52:41.890Z | Downloaded proc-macro-error-attr v1.0.4 |
| 320 | 2026-06-30T19:52:41.890Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-06-30T19:52:41.890Z | Downloaded unicode-ident v1.0.24 |
| 322 | 2026-06-30T19:52:41.890Z | Downloaded toml v0.8.23 |
| 323 | 2026-06-30T19:52:41.893Z | Downloaded cpufeatures v0.2.17 |
| 324 | 2026-06-30T19:52:41.893Z | Downloaded idna v1.1.0 |
| 325 | 2026-06-30T19:52:41.896Z | Downloaded cargo_toml v0.21.0 |
| 326 | 2026-06-30T19:52:41.896Z | Downloaded form_urlencoded v1.2.2 |
| 327 | 2026-06-30T19:52:41.896Z | Downloaded colorchoice v1.0.4 |
| 328 | 2026-06-30T19:52:41.899Z | Downloaded strsim v0.11.1 |
| 329 | 2026-06-30T19:52:41.899Z | Downloaded ucd-trie v0.1.7 |
| 330 | 2026-06-30T19:52:41.899Z | Downloaded block-buffer v0.10.4 |
| 331 | 2026-06-30T19:52:41.902Z | Downloaded plain v0.2.3 |
| 332 | 2026-06-30T19:52:41.906Z | Downloaded zmij v1.0.21 |
| 333 | 2026-06-30T19:52:41.909Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2026-06-30T19:52:41.909Z | Downloaded textwrap v0.16.2 |
| 335 | 2026-06-30T19:52:41.912Z | Downloaded toml_edit v0.22.27 |
| 336 | 2026-06-30T19:52:41.915Z | Downloaded zerotrie v0.2.3 |
| 337 | 2026-06-30T19:52:41.917Z | Downloaded winnow v0.7.14 |
| 338 | 2026-06-30T19:52:41.921Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2026-06-30T19:52:41.924Z | Downloaded potential_utf v0.1.4 |
| 340 | 2026-06-30T19:52:41.924Z | Downloaded sha2 v0.10.9 |
| 341 | 2026-06-30T19:52:41.924Z | Downloaded bytecount v0.6.9 |
| 342 | 2026-06-30T19:52:41.927Z | Downloaded heck v0.5.0 |
| 343 | 2026-06-30T19:52:41.927Z | Downloaded generic-array v0.14.7 |
| 344 | 2026-06-30T19:52:41.929Z | Downloaded proc-macro-error v1.0.4 |
| 345 | 2026-06-30T19:52:41.932Z | Downloaded itoa v1.0.17 |
| 346 | 2026-06-30T19:52:41.938Z | Downloaded pretty-hex v0.4.1 |
| 347 | 2026-06-30T19:52:41.940Z | Downloaded zerocopy v0.7.35 |
| 348 | 2026-06-30T19:52:41.947Z | Downloaded swrite v0.1.0 |
| 349 | 2026-06-30T19:52:41.950Z | Downloaded stable_deref_trait v1.2.1 |
| 350 | 2026-06-30T19:52:41.950Z | Downloaded serde_spanned v0.6.9 |
| 351 | 2026-06-30T19:52:41.950Z | Downloaded percent-encoding v2.3.2 |
| 352 | 2026-06-30T19:52:41.950Z | Downloaded memmap v0.7.0 |
| 353 | 2026-06-30T19:52:41.955Z | Downloaded is_terminal_polyfill v1.70.2 |
| 354 | 2026-06-30T19:52:41.955Z | Downloaded unicode-width v0.2.0 |
| 355 | 2026-06-30T19:52:41.955Z | Downloaded unicode-width v0.1.14 |
| 356 | 2026-06-30T19:52:41.958Z | Downloaded macaddr v1.0.1 |
| 357 | 2026-06-30T19:52:41.961Z | Downloaded camino-tempfile v1.4.1 |
| 358 | 2026-06-30T19:52:41.963Z | Downloaded quote v1.0.45 |
| 359 | 2026-06-30T19:52:41.966Z | Downloaded synstructure v0.13.2 |
| 360 | 2026-06-30T19:52:41.966Z | Downloaded scroll v0.12.0 |
| 361 | 2026-06-30T19:52:41.969Z | Downloaded serde_tokenstream v0.2.3 |
| 362 | 2026-06-30T19:52:41.972Z | Downloaded fs-err v3.3.0 |
| 363 | 2026-06-30T19:52:41.975Z | Downloaded camino v1.2.2 |
| 364 | 2026-06-30T19:52:41.978Z | Downloaded semver v1.0.28 |
| 365 | 2026-06-30T19:52:41.980Z | Downloaded litemap v0.8.1 |
| 366 | 2026-06-30T19:52:41.980Z | Downloaded digest v0.10.7 |
| 367 | 2026-06-30T19:52:41.983Z | Downloaded clap_derive v4.6.1 |
| 368 | 2026-06-30T19:52:41.986Z | Downloaded serde-untagged v0.1.9 |
| 369 | 2026-06-30T19:52:41.994Z | Downloaded smallvec v1.15.1 |
| 370 | 2026-06-30T19:52:42.004Z | Downloaded tempfile v3.25.0 |
| 371 | 2026-06-30T19:52:42.007Z | Downloaded erased-serde v0.4.9 |
| 372 | 2026-06-30T19:52:42.010Z | Downloaded pest_generator v2.8.6 |
| 373 | 2026-06-30T19:52:42.010Z | Downloaded num-traits v0.2.19 |
| 374 | 2026-06-30T19:52:42.010Z | Downloaded log v0.4.29 |
| 375 | 2026-06-30T19:52:42.012Z | Downloaded pest_derive v2.8.6 |
| 376 | 2026-06-30T19:52:42.012Z | Downloaded once_cell v1.21.3 |
| 377 | 2026-06-30T19:52:42.024Z | Downloaded proc-macro2 v1.0.106 |
| 378 | 2026-06-30T19:52:42.026Z | Downloaded getrandom v0.4.1 |
| 379 | 2026-06-30T19:52:42.029Z | Downloaded papergrid v0.11.0 |
| 380 | 2026-06-30T19:52:42.032Z | Downloaded serde_derive v1.0.228 |
| 381 | 2026-06-30T19:52:42.041Z | Downloaded icu_locale_core v2.1.1 |
| 382 | 2026-06-30T19:52:42.044Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-06-30T19:52:42.047Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-06-30T19:52:42.050Z | Downloaded memchr v2.8.0 |
| 385 | 2026-06-30T19:52:42.067Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-06-30T19:52:42.067Z | Downloaded serde v1.0.228 |
| 387 | 2026-06-30T19:52:42.067Z | Downloaded serde_core v1.0.228 |
| 388 | 2026-06-30T19:52:42.080Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-06-30T19:52:42.108Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-06-30T19:52:42.118Z | Downloaded pest v2.8.6 |
| 391 | 2026-06-30T19:52:42.120Z | Downloaded clap_builder v4.6.0 |
| 392 | 2026-06-30T19:52:42.124Z | Downloaded goblin v0.8.2 |
| 393 | 2026-06-30T19:52:42.128Z | Downloaded serde_json v1.0.150 |
| 394 | 2026-06-30T19:52:42.138Z | Downloaded tabled v0.15.0 |
| 395 | 2026-06-30T19:52:42.150Z | Downloaded syn v1.0.109 |
| 396 | 2026-06-30T19:52:42.164Z | Downloaded syn v2.0.117 |
| 397 | 2026-06-30T19:52:42.180Z | Downloaded rustix v1.1.3 |
| 398 | 2026-06-30T19:52:42.211Z | Downloaded libc v0.2.185 |
| 399 | 2026-06-30T19:52:42.282Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-30T19:52:42.286Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-06-30T19:52:42.286Z | Compiling quote v1.0.45 |
| 402 | 2026-06-30T19:52:42.286Z | Compiling serde_core v1.0.228 |
| 403 | 2026-06-30T19:52:42.286Z | Compiling libc v0.2.185 |
| 404 | 2026-06-30T19:52:42.286Z | Compiling version_check v0.9.5 |
| 405 | 2026-06-30T19:52:42.286Z | Compiling serde v1.0.228 |
| 406 | 2026-06-30T19:52:42.286Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-06-30T19:52:42.286Z | Compiling memchr v2.8.0 |
| 408 | 2026-06-30T19:52:42.461Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-30T19:52:42.470Z | Compiling itoa v1.0.17 |
| 410 | 2026-06-30T19:52:42.470Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-06-30T19:52:42.470Z | Compiling autocfg v1.5.0 |
| 412 | 2026-06-30T19:52:42.470Z | Compiling thiserror v1.0.69 |
| 413 | 2026-06-30T19:52:42.470Z | Compiling writeable v0.6.2 |
| 414 | 2026-06-30T19:52:42.687Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-30T19:52:42.736Z | Compiling byteorder v1.5.0 |
| 416 | 2026-06-30T19:52:42.739Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-06-30T19:52:42.770Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-06-30T19:52:42.966Z | Compiling pest v2.8.6 |
| 419 | 2026-06-30T19:52:42.984Z | Compiling rustix v1.1.3 |
| 420 | 2026-06-30T19:52:43.057Z | Compiling bitflags v2.11.0 |
| 421 | 2026-06-30T19:52:43.149Z | Compiling serde_json v1.0.150 |
| 422 | 2026-06-30T19:52:43.155Z | Compiling num-traits v0.2.19 |
| 423 | 2026-06-30T19:52:43.292Z | Compiling smallvec v1.15.1 |
| 424 | 2026-06-30T19:52:43.361Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-06-30T19:52:43.406Z | Compiling equivalent v1.0.2 |
| 426 | 2026-06-30T19:52:43.415Z | Compiling typeid v1.0.3 |
| 427 | 2026-06-30T19:52:43.452Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-06-30T19:52:43.516Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-30T19:52:43.549Z | Compiling syn v1.0.109 |
| 430 | 2026-06-30T19:52:43.564Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-06-30T19:52:43.600Z | Compiling toml_write v0.1.2 |
| 432 | 2026-06-30T19:52:43.654Z | Compiling errno v0.3.14 |
| 433 | 2026-06-30T19:52:43.699Z | Compiling thread-id v4.2.2 |
| 434 | 2026-06-30T19:52:43.708Z | Compiling winnow v0.7.14 |
| 435 | 2026-06-30T19:52:43.803Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-06-30T19:52:43.835Z | Compiling utf8parse v0.2.2 |
| 437 | 2026-06-30T19:52:43.835Z | Compiling log v0.4.29 |
| 438 | 2026-06-30T19:52:43.870Z | Compiling plain v0.2.3 |
| 439 | 2026-06-30T19:52:43.965Z | Compiling indexmap v2.14.0 |
| 440 | 2026-06-30T19:52:43.982Z | Compiling thiserror v2.0.18 |
| 441 | 2026-06-30T19:52:43.999Z | Compiling utf8_iter v1.0.4 |
| 442 | 2026-06-30T19:52:44.015Z | Compiling getrandom v0.4.1 |
| 443 | 2026-06-30T19:52:44.030Z | Compiling camino v1.2.2 |
| 444 | 2026-06-30T19:52:44.033Z | Compiling percent-encoding v2.3.2 |
| 445 | 2026-06-30T19:52:44.062Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-06-30T19:52:44.149Z | Compiling syn v2.0.117 |
| 447 | 2026-06-30T19:52:44.241Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-06-30T19:52:44.261Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-06-30T19:52:44.408Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-06-30T19:52:44.445Z | Compiling is_terminal_polyfill v1.70.2 |
| 451 | 2026-06-30T19:52:44.462Z | Compiling anstyle v1.0.14 |
| 452 | 2026-06-30T19:52:44.481Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-06-30T19:52:44.484Z | Compiling cfg-if v1.0.4 |
| 454 | 2026-06-30T19:52:44.555Z | Compiling colorchoice v1.0.4 |
| 455 | 2026-06-30T19:52:44.573Z | Compiling pretty-hex v0.4.1 |
| 456 | 2026-06-30T19:52:44.623Z | Compiling terminal_size v0.4.3 |
| 457 | 2026-06-30T19:52:44.681Z | Compiling anstream v1.0.0 |
| 458 | 2026-06-30T19:52:44.701Z | Compiling fs-err v3.3.0 |
| 459 | 2026-06-30T19:52:44.701Z | Compiling heck v0.4.1 |
| 460 | 2026-06-30T19:52:44.736Z | Compiling fnv v1.0.7 |
| 461 | 2026-06-30T19:52:44.740Z | Compiling bytecount v0.6.9 |
| 462 | 2026-06-30T19:52:44.740Z | Compiling unicode-xid v0.2.6 |
| 463 | 2026-06-30T19:52:44.878Z | Compiling semver v1.0.28 |
| 464 | 2026-06-30T19:52:44.933Z | Compiling clap_lex v1.0.0 |
| 465 | 2026-06-30T19:52:44.953Z | Compiling anyhow v1.0.102 |
| 466 | 2026-06-30T19:52:44.953Z | Compiling once_cell v1.21.3 |
| 467 | 2026-06-30T19:52:44.988Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-06-30T19:52:45.014Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-30T19:52:45.088Z | Compiling heck v0.5.0 |
| 470 | 2026-06-30T19:52:45.184Z | Compiling fastrand v2.3.0 |
| 471 | 2026-06-30T19:52:45.203Z | Compiling clap_builder v4.6.0 |
| 472 | 2026-06-30T19:52:45.222Z | Compiling serde-untagged v0.1.9 |
| 473 | 2026-06-30T19:52:45.240Z | Compiling papergrid v0.11.0 |
| 474 | 2026-06-30T19:52:45.317Z | Compiling memmap v0.7.0 |
| 475 | 2026-06-30T19:52:45.364Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-06-30T19:52:45.384Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-06-30T19:52:45.410Z | Compiling tempfile v3.25.0 |
| 478 | 2026-06-30T19:52:45.466Z | Compiling smawk v0.3.2 |
| 479 | 2026-06-30T19:52:45.509Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-06-30T19:52:45.622Z | Compiling textwrap v0.16.2 |
| 481 | 2026-06-30T19:52:45.639Z | Compiling swrite v0.1.0 |
| 482 | 2026-06-30T19:52:45.656Z | Compiling camino-tempfile v1.4.1 |
| 483 | 2026-06-30T19:52:45.946Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-06-30T19:52:46.624Z | Compiling tabled v0.15.0 |
| 485 | 2026-06-30T19:52:46.665Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-30T19:52:46.666Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-30T19:52:47.180Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-06-30T19:52:47.180Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-06-30T19:52:47.180Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-06-30T19:52:47.180Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-06-30T19:52:47.180Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-06-30T19:52:47.180Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-06-30T19:52:47.180Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-06-30T19:52:47.180Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-06-30T19:52:47.201Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-06-30T19:52:47.220Z | Compiling clap_derive v4.6.1 |
| 497 | 2026-06-30T19:52:47.279Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-06-30T19:52:47.982Z | Compiling scroll v0.12.0 |
| 499 | 2026-06-30T19:52:48.090Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-06-30T19:52:48.223Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-30T19:52:48.239Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-06-30T19:52:48.344Z | Compiling yoke v0.8.1 |
| 503 | 2026-06-30T19:52:48.379Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-06-30T19:52:48.493Z | Compiling zerovec v0.11.5 |
| 505 | 2026-06-30T19:52:48.493Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-06-30T19:52:48.679Z | Compiling clap v4.6.1 |
| 507 | 2026-06-30T19:52:48.935Z | Compiling tinystr v0.8.2 |
| 508 | 2026-06-30T19:52:48.935Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-06-30T19:52:49.035Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-06-30T19:52:49.064Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-06-30T19:52:49.591Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-06-30T19:52:49.843Z | Compiling icu_properties v2.1.2 |
| 513 | 2026-06-30T19:52:49.843Z | Compiling icu_normalizer v2.1.1 |
| 514 | 2026-06-30T19:52:49.877Z | Compiling dof v0.3.0 |
| 515 | 2026-06-30T19:52:49.877Z | Compiling serde_tokenstream v0.2.3 |
| 516 | 2026-06-30T19:52:49.911Z | Compiling serde_spanned v0.6.9 |
| 517 | 2026-06-30T19:52:49.917Z | Compiling toml_datetime v0.6.11 |
| 518 | 2026-06-30T19:52:49.917Z | Compiling serde-value v0.7.0 |
| 519 | 2026-06-30T19:52:49.917Z | Compiling cargo-platform v0.2.0 |
| 520 | 2026-06-30T19:52:49.917Z | Compiling macaddr v1.0.1 |
| 521 | 2026-06-30T19:52:50.129Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-06-30T19:52:50.545Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-06-30T19:52:50.545Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-30T19:52:50.636Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-06-30T19:52:50.741Z | Compiling idna v1.1.0 |
| 526 | 2026-06-30T19:52:50.997Z | Compiling url v2.5.8 |
| 527 | 2026-06-30T19:52:51.154Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-30T19:52:51.365Z | Compiling toml v0.8.23 |
| 529 | 2026-06-30T19:52:51.686Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-06-30T19:52:51.686Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-06-30T19:52:52.485Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-06-30T19:52:53.400Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-06-30T19:52:55.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.41s |
| 534 | 2026-06-30T19:52:55.752Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 535 | 2026-06-30T19:52:56.228Z | Downloading crates ... |
| 536 | 2026-06-30T19:52:56.323Z | Downloaded adler2 v2.0.1 |
| 537 | 2026-06-30T19:52:56.326Z | Downloaded array-init v0.0.4 |
| 538 | 2026-06-30T19:52:56.329Z | Downloaded convert_case v0.4.0 |
| 539 | 2026-06-30T19:52:56.333Z | Downloaded compression-codecs v0.4.37 |
| 540 | 2026-06-30T19:52:56.336Z | Downloaded colored v3.1.1 |
| 541 | 2026-06-30T19:52:56.339Z | Downloaded cfg_aliases v0.1.1 |
| 542 | 2026-06-30T19:52:56.342Z | Downloaded console v0.16.2 |
| 543 | 2026-06-30T19:52:56.342Z | Downloaded ciborium-ll v0.2.2 |
| 544 | 2026-06-30T19:52:56.342Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 545 | 2026-06-30T19:52:56.345Z | Downloaded arrayref v0.3.9 |
| 546 | 2026-06-30T19:52:56.345Z | Downloaded darling v0.13.4 |
| 547 | 2026-06-30T19:52:56.348Z | Downloaded cpufeatures v0.3.0 |
| 548 | 2026-06-30T19:52:56.363Z | Downloaded crossterm v0.29.0 |
| 549 | 2026-06-30T19:52:56.368Z | Downloaded aead v0.5.2 |
| 550 | 2026-06-30T19:52:56.373Z | Downloaded crossbeam-channel v0.5.15 |
| 551 | 2026-06-30T19:52:56.373Z | Downloaded crucible-workspace-hack v0.1.0 |
| 552 | 2026-06-30T19:52:56.373Z | Downloaded crossbeam-utils v0.8.21 |
| 553 | 2026-06-30T19:52:56.376Z | Downloaded data-encoding v2.10.0 |
| 554 | 2026-06-30T19:52:56.376Z | Downloaded ctr v0.9.2 |
| 555 | 2026-06-30T19:52:56.376Z | Downloaded debug-ignore v1.0.5 |
| 556 | 2026-06-30T19:52:56.376Z | Downloaded darling_macro v0.20.11 |
| 557 | 2026-06-30T19:52:56.376Z | Downloaded crossbeam-epoch v0.9.18 |
| 558 | 2026-06-30T19:52:56.381Z | Downloaded darling v0.21.3 |
| 559 | 2026-06-30T19:52:56.384Z | Downloaded flate2 v1.1.9 |
| 560 | 2026-06-30T19:52:56.389Z | Downloaded derive-where v1.6.0 |
| 561 | 2026-06-30T19:52:56.392Z | Downloaded float-ord v0.3.2 |
| 562 | 2026-06-30T19:52:56.392Z | Downloaded bb8 v0.8.6 |
| 563 | 2026-06-30T19:52:56.392Z | Downloaded anstyle-parse v0.2.7 |
| 564 | 2026-06-30T19:52:56.392Z | Downloaded bit-set v0.5.3 |
| 565 | 2026-06-30T19:52:56.393Z | Downloaded const_format v0.2.35 |
| 566 | 2026-06-30T19:52:56.397Z | Downloaded crc-any v2.5.0 |
| 567 | 2026-06-30T19:52:56.402Z | Downloaded foreign-types v0.3.2 |
| 568 | 2026-06-30T19:52:56.402Z | Downloaded crypto-bigint v0.5.5 |
| 569 | 2026-06-30T19:52:56.406Z | Downloaded defmt-parser v1.0.0 |
| 570 | 2026-06-30T19:52:56.406Z | Downloaded atomic-waker v1.1.2 |
| 571 | 2026-06-30T19:52:56.410Z | Downloaded daft-derive v0.1.7 |
| 572 | 2026-06-30T19:52:56.413Z | Downloaded assert_matches v1.5.0 |
| 573 | 2026-06-30T19:52:56.416Z | Downloaded critical-section v1.2.0 |
| 574 | 2026-06-30T19:52:56.417Z | Downloaded bitfield-macros v0.19.4 |
| 575 | 2026-06-30T19:52:56.417Z | Downloaded async-stream-impl v0.3.6 |
| 576 | 2026-06-30T19:52:56.419Z | Downloaded darling_core v0.20.11 |
| 577 | 2026-06-30T19:52:56.423Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 578 | 2026-06-30T19:52:56.423Z | Downloaded cfg_aliases v0.2.1 |
| 579 | 2026-06-30T19:52:56.423Z | Downloaded atomicwrites v0.4.4 |
| 580 | 2026-06-30T19:52:56.423Z | Downloaded crc8 v0.1.1 |
| 581 | 2026-06-30T19:52:56.427Z | Downloaded dsl_auto_type v0.2.0 |
| 582 | 2026-06-30T19:52:56.427Z | Downloaded base16ct v0.2.0 |
| 583 | 2026-06-30T19:52:56.427Z | Downloaded async-stream v0.3.6 |
| 584 | 2026-06-30T19:52:56.432Z | Downloaded crunchy v0.2.4 |
| 585 | 2026-06-30T19:52:56.435Z | Downloaded cobs v0.3.0 |
| 586 | 2026-06-30T19:52:56.435Z | Downloaded futures-core v0.3.32 |
| 587 | 2026-06-30T19:52:56.435Z | Downloaded derive_builder_macro v0.20.2 |
| 588 | 2026-06-30T19:52:56.439Z | Downloaded darling_macro v0.21.3 |
| 589 | 2026-06-30T19:52:56.439Z | Downloaded downcast-rs v2.0.2 |
| 590 | 2026-06-30T19:52:56.443Z | Downloaded fixedbitset v0.4.2 |
| 591 | 2026-06-30T19:52:56.444Z | Downloaded document-features v0.2.12 |
| 592 | 2026-06-30T19:52:56.444Z | Downloaded dirs-next v2.0.0 |
| 593 | 2026-06-30T19:52:56.449Z | Downloaded crossterm v0.28.1 |
| 594 | 2026-06-30T19:52:56.449Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 595 | 2026-06-30T19:52:56.454Z | Downloaded deranged v0.5.8 |
| 596 | 2026-06-30T19:52:56.455Z | Downloaded darling_core v0.21.3 |
| 597 | 2026-06-30T19:52:56.455Z | Downloaded castaway v0.2.4 |
| 598 | 2026-06-30T19:52:56.463Z | Downloaded bitfield-struct v0.6.2 |
| 599 | 2026-06-30T19:52:56.463Z | Downloaded crc v3.4.0 |
| 600 | 2026-06-30T19:52:56.463Z | Downloaded csv-core v0.1.13 |
| 601 | 2026-06-30T19:52:56.463Z | Downloaded darling_macro v0.23.0 |
| 602 | 2026-06-30T19:52:56.463Z | Downloaded crypto-common v0.2.2 |
| 603 | 2026-06-30T19:52:56.463Z | Downloaded atty v0.2.14 |
| 604 | 2026-06-30T19:52:56.483Z | Downloaded async-recursion v1.1.1 |
| 605 | 2026-06-30T19:52:56.483Z | Downloaded enum-as-inner v0.6.1 |
| 606 | 2026-06-30T19:52:56.483Z | Downloaded defmt v1.0.1 |
| 607 | 2026-06-30T19:52:56.483Z | Downloaded daft v0.1.7 |
| 608 | 2026-06-30T19:52:56.483Z | Downloaded embedded-io v0.4.0 |
| 609 | 2026-06-30T19:52:56.483Z | Downloaded dunce v1.0.5 |
| 610 | 2026-06-30T19:52:56.483Z | Downloaded defmt v0.3.100 |
| 611 | 2026-06-30T19:52:56.483Z | Downloaded flagset v0.4.7 |
| 612 | 2026-06-30T19:52:56.491Z | Downloaded bit-set v0.8.0 |
| 613 | 2026-06-30T19:52:56.491Z | Downloaded dtrace-parser v0.3.0 |
| 614 | 2026-06-30T19:52:56.491Z | Downloaded difflib v0.4.0 |
| 615 | 2026-06-30T19:52:56.491Z | Downloaded block-padding v0.3.3 |
| 616 | 2026-06-30T19:52:56.491Z | Downloaded embedded-io v0.6.1 |
| 617 | 2026-06-30T19:52:56.491Z | Downloaded display-error-chain v0.2.2 |
| 618 | 2026-06-30T19:52:56.491Z | Downloaded crc-catalog v2.4.0 |
| 619 | 2026-06-30T19:52:56.491Z | Downloaded fd-lock v4.0.4 |
| 620 | 2026-06-30T19:52:56.491Z | Downloaded ciborium-io v0.2.2 |
| 621 | 2026-06-30T19:52:56.491Z | Downloaded ascii-canvas v3.0.0 |
| 622 | 2026-06-30T19:52:56.491Z | Downloaded dirs-sys-next v0.1.2 |
| 623 | 2026-06-30T19:52:56.491Z | Downloaded darling_macro v0.13.4 |
| 624 | 2026-06-30T19:52:56.491Z | Downloaded bitflags v1.3.2 |
| 625 | 2026-06-30T19:52:56.491Z | Downloaded endian-type v0.1.2 |
| 626 | 2026-06-30T19:52:56.491Z | Downloaded bcs v0.1.6 |
| 627 | 2026-06-30T19:52:56.491Z | Downloaded base64ct v1.8.3 |
| 628 | 2026-06-30T19:52:56.491Z | Downloaded foreign-types-macros v0.2.3 |
| 629 | 2026-06-30T19:52:56.491Z | Downloaded either v1.15.0 |
| 630 | 2026-06-30T19:52:56.509Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 631 | 2026-06-30T19:52:56.509Z | Downloaded foreign-types-shared v0.1.1 |
| 632 | 2026-06-30T19:52:56.509Z | Downloaded derive_builder_core v0.20.2 |
| 633 | 2026-06-30T19:52:56.509Z | Downloaded crossbeam-deque v0.8.6 |
| 634 | 2026-06-30T19:52:56.509Z | Downloaded compression-core v0.4.31 |
| 635 | 2026-06-30T19:52:56.509Z | Downloaded backoff v0.4.0 |
| 636 | 2026-06-30T19:52:56.509Z | Downloaded corncobs v0.1.4 |
| 637 | 2026-06-30T19:52:56.509Z | Downloaded env_filter v1.0.0 |
| 638 | 2026-06-30T19:52:56.517Z | Downloaded foreign-types-shared v0.3.1 |
| 639 | 2026-06-30T19:52:56.517Z | Downloaded constant_time_eq v0.4.2 |
| 640 | 2026-06-30T19:52:56.517Z | Downloaded dyn-clone v1.0.20 |
| 641 | 2026-06-30T19:52:56.517Z | Downloaded defmt-macros v1.0.1 |
| 642 | 2026-06-30T19:52:56.517Z | Downloaded ff v0.13.1 |
| 643 | 2026-06-30T19:52:56.517Z | Downloaded filetime v0.2.27 |
| 644 | 2026-06-30T19:52:56.517Z | Downloaded der_derive v0.7.3 |
| 645 | 2026-06-30T19:52:56.517Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-06-30T19:52:56.517Z | Downloaded funty v2.0.0 |
| 647 | 2026-06-30T19:52:56.518Z | Downloaded foreign-types v0.5.0 |
| 648 | 2026-06-30T19:52:56.518Z | Downloaded cstr-argument v0.1.2 |
| 649 | 2026-06-30T19:52:56.518Z | Downloaded cargo-platform v0.3.2 |
| 650 | 2026-06-30T19:52:56.518Z | Downloaded futures-task v0.3.32 |
| 651 | 2026-06-30T19:52:56.518Z | Downloaded crc32fast v1.5.0 |
| 652 | 2026-06-30T19:52:56.518Z | Downloaded futures-macro v0.3.32 |
| 653 | 2026-06-30T19:52:56.522Z | Downloaded globwalk v0.9.1 |
| 654 | 2026-06-30T19:52:56.522Z | Downloaded hash32 v0.3.1 |
| 655 | 2026-06-30T19:52:56.522Z | Downloaded ghash v0.5.1 |
| 656 | 2026-06-30T19:52:56.522Z | Downloaded fxhash v0.2.1 |
| 657 | 2026-06-30T19:52:56.522Z | Downloaded gethostname v0.5.0 |
| 658 | 2026-06-30T19:52:56.522Z | Downloaded darling v0.23.0 |
| 659 | 2026-06-30T19:52:56.526Z | Downloaded ed25519 v2.2.3 |
| 660 | 2026-06-30T19:52:56.526Z | Downloaded dof v0.4.0 |
| 661 | 2026-06-30T19:52:56.529Z | Downloaded cargo_metadata v0.23.1 |
| 662 | 2026-06-30T19:52:56.529Z | Downloaded find-msvc-tools v0.1.9 |
| 663 | 2026-06-30T19:52:56.529Z | Downloaded argon2 v0.5.3 |
| 664 | 2026-06-30T19:52:56.532Z | Downloaded anstream v0.6.21 |
| 665 | 2026-06-30T19:52:56.533Z | Downloaded fixedbitset v0.5.7 |
| 666 | 2026-06-30T19:52:56.533Z | Downloaded derive-ex v0.1.8 |
| 667 | 2026-06-30T19:52:56.536Z | Downloaded env_logger v0.11.9 |
| 668 | 2026-06-30T19:52:56.536Z | Downloaded futures-sink v0.3.32 |
| 669 | 2026-06-30T19:52:56.540Z | Downloaded const_format_proc_macros v0.2.34 |
| 670 | 2026-06-30T19:52:56.541Z | Downloaded cassowary v0.3.0 |
| 671 | 2026-06-30T19:52:56.541Z | Downloaded hex-literal v0.4.1 |
| 672 | 2026-06-30T19:52:56.541Z | Downloaded hex v0.4.3 |
| 673 | 2026-06-30T19:52:56.544Z | Downloaded git-stub v1.0.0 |
| 674 | 2026-06-30T19:52:56.544Z | Downloaded camino-tempfile-ext v0.3.3 |
| 675 | 2026-06-30T19:52:56.544Z | Downloaded arrayvec v0.7.6 |
| 676 | 2026-06-30T19:52:56.546Z | Downloaded hostname v0.4.2 |
| 677 | 2026-06-30T19:52:56.547Z | Downloaded hostname v0.3.1 |
| 678 | 2026-06-30T19:52:56.547Z | Downloaded fallible-iterator v0.2.0 |
| 679 | 2026-06-30T19:52:56.550Z | Downloaded diesel-dtrace v0.5.0 |
| 680 | 2026-06-30T19:52:56.550Z | Downloaded headers-core v0.3.0 |
| 681 | 2026-06-30T19:52:56.550Z | Downloaded digest v0.11.3 |
| 682 | 2026-06-30T19:52:56.553Z | Downloaded chacha20 v0.9.1 |
| 683 | 2026-06-30T19:52:56.553Z | Downloaded ena v0.14.4 |
| 684 | 2026-06-30T19:52:56.555Z | Downloaded async-trait v0.1.89 |
| 685 | 2026-06-30T19:52:56.559Z | Downloaded home v0.5.12 |
| 686 | 2026-06-30T19:52:56.559Z | Downloaded bit-vec v0.8.0 |
| 687 | 2026-06-30T19:52:56.559Z | Downloaded buf-list v1.1.2 |
| 688 | 2026-06-30T19:52:56.561Z | Downloaded fs-err v2.11.0 |
| 689 | 2026-06-30T19:52:56.562Z | Downloaded hash32 v0.2.1 |
| 690 | 2026-06-30T19:52:56.566Z | Downloaded des v0.8.1 |
| 691 | 2026-06-30T19:52:56.566Z | Downloaded derive_builder v0.20.2 |
| 692 | 2026-06-30T19:52:56.571Z | Downloaded hyper-tls v0.6.0 |
| 693 | 2026-06-30T19:52:56.571Z | Downloaded cexpr v0.6.0 |
| 694 | 2026-06-30T19:52:56.571Z | Downloaded bitfield v0.19.4 |
| 695 | 2026-06-30T19:52:56.575Z | Downloaded http-body v1.0.1 |
| 696 | 2026-06-30T19:52:56.575Z | Downloaded git-stub-vcs v0.1.0 |
| 697 | 2026-06-30T19:52:56.575Z | Downloaded indoc v1.0.9 |
| 698 | 2026-06-30T19:52:56.575Z | Downloaded glob v0.3.3 |
| 699 | 2026-06-30T19:52:56.579Z | Downloaded allocator-api2 v0.2.21 |
| 700 | 2026-06-30T19:52:56.579Z | Downloaded hubpack_derive v0.1.1 |
| 701 | 2026-06-30T19:52:56.579Z | Downloaded http-range v0.1.5 |
| 702 | 2026-06-30T19:52:56.579Z | Downloaded block-buffer v0.12.1 |
| 703 | 2026-06-30T19:52:56.579Z | Downloaded ecdsa v0.16.9 |
| 704 | 2026-06-30T19:52:56.582Z | Downloaded backon v1.6.0 |
| 705 | 2026-06-30T19:52:56.582Z | Downloaded foldhash v0.1.5 |
| 706 | 2026-06-30T19:52:56.585Z | Downloaded cmake v0.1.57 |
| 707 | 2026-06-30T19:52:56.585Z | Downloaded fs_extra v1.3.0 |
| 708 | 2026-06-30T19:52:56.588Z | Downloaded illumos-nvpair v0.3.0 |
| 709 | 2026-06-30T19:52:56.588Z | Downloaded ident_case v1.0.1 |
| 710 | 2026-06-30T19:52:56.588Z | Downloaded float-cmp v0.10.0 |
| 711 | 2026-06-30T19:52:56.588Z | Downloaded cipher v0.4.4 |
| 712 | 2026-06-30T19:52:56.592Z | Downloaded async-bb8-diesel v0.2.1 |
| 713 | 2026-06-30T19:52:56.592Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 714 | 2026-06-30T19:52:56.592Z | Downloaded darling_core v0.13.4 |
| 715 | 2026-06-30T19:52:56.598Z | Downloaded hubpack v0.1.2 |
| 716 | 2026-06-30T19:52:56.598Z | Downloaded highway v1.3.0 |
| 717 | 2026-06-30T19:52:56.598Z | Downloaded inout v0.1.4 |
| 718 | 2026-06-30T19:52:56.602Z | Downloaded darling v0.20.11 |
| 719 | 2026-06-30T19:52:56.602Z | Downloaded diff v0.1.13 |
| 720 | 2026-06-30T19:52:56.605Z | Downloaded foldhash v0.2.0 |
| 721 | 2026-06-30T19:52:56.605Z | Downloaded ahash v0.8.12 |
| 722 | 2026-06-30T19:52:56.605Z | Downloaded erased-serde v0.3.31 |
| 723 | 2026-06-30T19:52:56.608Z | Downloaded is-terminal v0.4.17 |
| 724 | 2026-06-30T19:52:56.608Z | Downloaded indent_write v2.2.0 |
| 725 | 2026-06-30T19:52:56.608Z | Downloaded bit-vec v0.6.3 |
| 726 | 2026-06-30T19:52:56.608Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-06-30T19:52:56.612Z | Downloaded convert_case v0.10.0 |
| 728 | 2026-06-30T19:52:56.612Z | Downloaded fatfs v0.3.6 |
| 729 | 2026-06-30T19:52:56.615Z | Downloaded instability v0.3.11 |
| 730 | 2026-06-30T19:52:56.615Z | Downloaded group v0.13.0 |
| 731 | 2026-06-30T19:52:56.615Z | Downloaded is_ci v1.2.0 |
| 732 | 2026-06-30T19:52:56.618Z | Downloaded instant v0.1.13 |
| 733 | 2026-06-30T19:52:56.618Z | Downloaded getrandom v0.2.17 |
| 734 | 2026-06-30T19:52:56.618Z | Downloaded futures-channel v0.3.32 |
| 735 | 2026-06-30T19:52:56.621Z | Downloaded dropshot_endpoint v0.17.1 |
| 736 | 2026-06-30T19:52:56.621Z | Downloaded lalrpop-util v0.19.12 |
| 737 | 2026-06-30T19:52:56.625Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-06-30T19:52:56.626Z | Downloaded blake2 v0.10.6 |
| 739 | 2026-06-30T19:52:56.632Z | Downloaded cookie v0.18.1 |
| 740 | 2026-06-30T19:52:56.632Z | Downloaded cbc v0.1.2 |
| 741 | 2026-06-30T19:52:56.632Z | Downloaded blowfish v0.9.1 |
| 742 | 2026-06-30T19:52:56.635Z | Downloaded curve25519-dalek v4.1.3 |
| 743 | 2026-06-30T19:52:56.635Z | Downloaded drift v0.2.0 |
| 744 | 2026-06-30T19:52:56.640Z | Downloaded memoffset v0.9.1 |
| 745 | 2026-06-30T19:52:56.643Z | Downloaded kstat-rs v0.2.4 |
| 746 | 2026-06-30T19:52:56.643Z | Downloaded libscf-sys v1.1.0 |
| 747 | 2026-06-30T19:52:56.643Z | Downloaded linked-hash-map v0.5.6 |
| 748 | 2026-06-30T19:52:56.645Z | Downloaded der v0.7.10 |
| 749 | 2026-06-30T19:52:56.648Z | Downloaded maplit v1.0.2 |
| 750 | 2026-06-30T19:52:56.649Z | Downloaded httpdate v1.0.3 |
| 751 | 2026-06-30T19:52:56.649Z | Downloaded match_cfg v0.1.0 |
| 752 | 2026-06-30T19:52:56.651Z | Downloaded cookie_store v0.22.1 |
| 753 | 2026-06-30T19:52:56.651Z | Downloaded md5 v0.7.0 |
| 754 | 2026-06-30T19:52:56.654Z | Downloaded managed v0.8.0 |
| 755 | 2026-06-30T19:52:56.654Z | Downloaded lzss v0.8.2 |
| 756 | 2026-06-30T19:52:56.654Z | Downloaded lru-slab v0.1.2 |
| 757 | 2026-06-30T19:52:56.654Z | Downloaded compact_str v0.8.1 |
| 758 | 2026-06-30T19:52:56.697Z | Downloaded newtype_derive v0.1.6 |
| 759 | 2026-06-30T19:52:56.697Z | Downloaded new_debug_unreachable v1.0.6 |
| 760 | 2026-06-30T19:52:56.697Z | Downloaded lazy_static v1.5.0 |
| 761 | 2026-06-30T19:52:56.697Z | Downloaded ingot v0.1.1 |
| 762 | 2026-06-30T19:52:56.697Z | Downloaded indoc v2.0.7 |
| 763 | 2026-06-30T19:52:56.697Z | Downloaded ingot-types v0.1.2 |
| 764 | 2026-06-30T19:52:56.697Z | Downloaded ipnetwork v0.21.1 |
| 765 | 2026-06-30T19:52:56.697Z | Downloaded maybe-uninit v2.0.0 |
| 766 | 2026-06-30T19:52:56.697Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 767 | 2026-06-30T19:52:56.697Z | Downloaded humantime v2.3.0 |
| 768 | 2026-06-30T19:52:56.697Z | Downloaded newtype-uuid-macros v0.1.0 |
| 769 | 2026-06-30T19:52:56.697Z | Downloaded http-body-util v0.1.3 |
| 770 | 2026-06-30T19:52:56.697Z | Downloaded nodrop v0.1.14 |
| 771 | 2026-06-30T19:52:56.697Z | Downloaded const-oid v0.9.6 |
| 772 | 2026-06-30T19:52:56.697Z | Downloaded ipnet v2.11.0 |
| 773 | 2026-06-30T19:52:56.698Z | Downloaded hyper-staticfile v0.10.1 |
| 774 | 2026-06-30T19:52:56.698Z | Downloaded httparse v1.10.1 |
| 775 | 2026-06-30T19:52:56.698Z | Downloaded futures-executor v0.3.32 |
| 776 | 2026-06-30T19:52:56.698Z | Downloaded normalize-line-endings v0.3.0 |
| 777 | 2026-06-30T19:52:56.698Z | Downloaded lru-cache v0.1.2 |
| 778 | 2026-06-30T19:52:56.698Z | Downloaded multimap v0.10.1 |
| 779 | 2026-06-30T19:52:56.698Z | Downloaded newline-converter v0.3.0 |
| 780 | 2026-06-30T19:52:56.698Z | Downloaded globset v0.4.18 |
| 781 | 2026-06-30T19:52:56.698Z | Downloaded cancel-safe-futures v0.1.5 |
| 782 | 2026-06-30T19:52:56.698Z | Downloaded ciborium v0.2.2 |
| 783 | 2026-06-30T19:52:56.698Z | Downloaded chacha20 v0.10.0 |
| 784 | 2026-06-30T19:52:56.698Z | Downloaded jobserver v0.1.34 |
| 785 | 2026-06-30T19:52:56.698Z | Downloaded half v1.8.3 |
| 786 | 2026-06-30T19:52:56.706Z | Downloaded darling_core v0.23.0 |
| 787 | 2026-06-30T19:52:56.706Z | Downloaded const-oid v0.10.2 |
| 788 | 2026-06-30T19:52:56.706Z | Downloaded nonempty v0.12.0 |
| 789 | 2026-06-30T19:52:56.706Z | Downloaded nibble_vec v0.1.0 |
| 790 | 2026-06-30T19:52:56.706Z | Downloaded libloading v0.8.9 |
| 791 | 2026-06-30T19:52:56.706Z | Downloaded byte-wrapper v0.1.0 |
| 792 | 2026-06-30T19:52:56.709Z | Downloaded num-derive v0.3.3 |
| 793 | 2026-06-30T19:52:56.709Z | Downloaded lru v0.12.5 |
| 794 | 2026-06-30T19:52:56.709Z | Downloaded keccak v0.1.6 |
| 795 | 2026-06-30T19:52:56.709Z | Downloaded num v0.4.3 |
| 796 | 2026-06-30T19:52:56.709Z | Downloaded derive_more v0.99.20 |
| 797 | 2026-06-30T19:52:56.710Z | Downloaded console v0.15.11 |
| 798 | 2026-06-30T19:52:56.714Z | Downloaded num-iter v0.1.45 |
| 799 | 2026-06-30T19:52:56.714Z | Downloaded num-conv v0.2.0 |
| 800 | 2026-06-30T19:52:56.717Z | Downloaded mime_guess v2.0.5 |
| 801 | 2026-06-30T19:52:56.717Z | Downloaded colored v2.2.0 |
| 802 | 2026-06-30T19:52:56.717Z | Downloaded num_threads v0.1.7 |
| 803 | 2026-06-30T19:52:56.717Z | Downloaded libsw-core v0.3.2 |
| 804 | 2026-06-30T19:52:56.720Z | Downloaded opaque-debug v0.3.1 |
| 805 | 2026-06-30T19:52:56.720Z | Downloaded olpc-cjson v0.1.4 |
| 806 | 2026-06-30T19:52:56.720Z | Downloaded lock_api v0.4.14 |
| 807 | 2026-06-30T19:52:56.724Z | Downloaded libsw v3.5.0 |
| 808 | 2026-06-30T19:52:56.724Z | Downloaded futures v0.3.32 |
| 809 | 2026-06-30T19:52:56.726Z | Downloaded num_enum_derive v0.5.11 |
| 810 | 2026-06-30T19:52:56.726Z | Downloaded multer v3.1.0 |
| 811 | 2026-06-30T19:52:56.729Z | Downloaded libefi-sys v0.1.0 |
| 812 | 2026-06-30T19:52:56.729Z | Downloaded elliptic-curve v0.13.8 |
| 813 | 2026-06-30T19:52:56.732Z | Downloaded openssl-macros v0.1.1 |
| 814 | 2026-06-30T19:52:56.732Z | Downloaded indexmap v1.9.3 |
| 815 | 2026-06-30T19:52:56.736Z | Downloaded bzip2 v0.6.1 |
| 816 | 2026-06-30T19:52:56.736Z | Downloaded bzip2 v0.4.4 |
| 817 | 2026-06-30T19:52:56.738Z | Downloaded openssl-probe v0.2.1 |
| 818 | 2026-06-30T19:52:56.738Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-06-30T19:52:56.738Z | Downloaded openssl-probe v0.1.6 |
| 820 | 2026-06-30T19:52:56.741Z | Downloaded mime v0.3.17 |
| 821 | 2026-06-30T19:52:56.741Z | Downloaded hyper-rustls v0.27.7 |
| 822 | 2026-06-30T19:52:56.744Z | Downloaded hybrid-array v0.4.10 |
| 823 | 2026-06-30T19:52:56.744Z | Downloaded oso-derive v0.27.3 |
| 824 | 2026-06-30T19:52:56.744Z | Downloaded heapless v0.7.17 |
| 825 | 2026-06-30T19:52:56.748Z | Downloaded getrandom v0.3.4 |
| 826 | 2026-06-30T19:52:56.751Z | Downloaded linear-map v1.2.0 |
| 827 | 2026-06-30T19:52:56.751Z | Downloaded ed25519-dalek v2.2.0 |
| 828 | 2026-06-30T19:52:56.754Z | Downloaded derive_more v2.1.1 |
| 829 | 2026-06-30T19:52:56.761Z | Downloaded path-slash v0.1.5 |
| 830 | 2026-06-30T19:52:56.764Z | Downloaded parse-size v1.1.0 |
| 831 | 2026-06-30T19:52:56.764Z | Downloaded num_enum_derive v0.7.6 |
| 832 | 2026-06-30T19:52:56.764Z | Downloaded num-integer v0.1.46 |
| 833 | 2026-06-30T19:52:56.764Z | Downloaded headers v0.4.1 |
| 834 | 2026-06-30T19:52:56.767Z | Downloaded phf_shared v0.11.3 |
| 835 | 2026-06-30T19:52:56.767Z | Downloaded peg-runtime v0.8.5 |
| 836 | 2026-06-30T19:52:56.767Z | Downloaded nu-ansi-term v0.50.3 |
| 837 | 2026-06-30T19:52:56.770Z | Downloaded nanorand v0.7.0 |
| 838 | 2026-06-30T19:52:56.770Z | Downloaded iana-time-zone v0.1.65 |
| 839 | 2026-06-30T19:52:56.775Z | Downloaded base64 v0.22.1 |
| 840 | 2026-06-30T19:52:56.780Z | Downloaded half v2.7.1 |
| 841 | 2026-06-30T19:52:56.780Z | Downloaded proc-macro-crate v1.3.1 |
| 842 | 2026-06-30T19:52:56.780Z | Downloaded clang-sys v1.8.1 |
| 843 | 2026-06-30T19:52:56.783Z | Downloaded chacha20poly1305 v0.10.1 |
| 844 | 2026-06-30T19:52:56.783Z | Downloaded arc-swap v1.8.2 |
| 845 | 2026-06-30T19:52:56.787Z | Downloaded packed_struct_codegen v0.10.1 |
| 846 | 2026-06-30T19:52:56.787Z | Downloaded num-derive v0.4.2 |
| 847 | 2026-06-30T19:52:56.790Z | Downloaded num-complex v0.4.6 |
| 848 | 2026-06-30T19:52:56.790Z | Downloaded newtype-uuid v1.3.2 |
| 849 | 2026-06-30T19:52:56.790Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-06-30T19:52:56.790Z | Downloaded pbkdf2 v0.11.0 |
| 851 | 2026-06-30T19:52:56.790Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-06-30T19:52:56.794Z | Downloaded phf_shared v0.13.1 |
| 853 | 2026-06-30T19:52:56.794Z | Downloaded phf_shared v0.12.1 |
| 854 | 2026-06-30T19:52:56.797Z | Downloaded predicates-tree v1.0.13 |
| 855 | 2026-06-30T19:52:56.800Z | Downloaded num_enum v0.7.6 |
| 856 | 2026-06-30T19:52:56.802Z | Downloaded num_enum v0.5.11 |
| 857 | 2026-06-30T19:52:56.805Z | Downloaded ignore v0.4.25 |
| 858 | 2026-06-30T19:52:56.808Z | Downloaded num-rational v0.4.2 |
| 859 | 2026-06-30T19:52:56.808Z | Downloaded powerfmt v0.2.0 |
| 860 | 2026-06-30T19:52:56.808Z | Downloaded litrs v1.0.0 |
| 861 | 2026-06-30T19:52:56.811Z | Downloaded pkg-config v0.3.32 |
| 862 | 2026-06-30T19:52:56.814Z | Downloaded oxnet v0.1.6 |
| 863 | 2026-06-30T19:52:56.828Z | Downloaded psl-types v2.0.11 |
| 864 | 2026-06-30T19:52:56.833Z | Downloaded progenitor-client v0.14.0 |
| 865 | 2026-06-30T19:52:56.834Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-06-30T19:52:56.834Z | Downloaded owo-colors v4.3.0 |
| 867 | 2026-06-30T19:52:56.837Z | Downloaded bytes v1.11.1 |
| 868 | 2026-06-30T19:52:56.837Z | Downloaded base64 v0.21.7 |
| 869 | 2026-06-30T19:52:56.840Z | Downloaded proc-macro-crate v3.4.0 |
| 870 | 2026-06-30T19:52:56.840Z | Downloaded parse-display-derive v0.10.0 |
| 871 | 2026-06-30T19:52:56.840Z | Downloaded packed_struct v0.10.1 |
| 872 | 2026-06-30T19:52:56.846Z | Downloaded pbkdf2 v0.12.2 |
| 873 | 2026-06-30T19:52:56.846Z | Downloaded oxide-tokio-rt v0.1.4 |
| 874 | 2026-06-30T19:52:56.846Z | Downloaded poly1305 v0.8.0 |
| 875 | 2026-06-30T19:52:56.849Z | Downloaded quick-error v1.2.3 |
| 876 | 2026-06-30T19:52:56.849Z | Downloaded pem v3.0.6 |
| 877 | 2026-06-30T19:52:56.849Z | Downloaded peg v0.8.5 |
| 878 | 2026-06-30T19:52:56.849Z | Downloaded progenitor-macro v0.14.0 |
| 879 | 2026-06-30T19:52:56.853Z | Downloaded paste v1.0.15 |
| 880 | 2026-06-30T19:52:56.853Z | Downloaded password-hash v0.4.2 |
| 881 | 2026-06-30T19:52:56.853Z | Downloaded parking_lot_core v0.8.6 |
| 882 | 2026-06-30T19:52:56.856Z | Downloaded memmap2 v0.9.10 |
| 883 | 2026-06-30T19:52:56.856Z | Downloaded diesel_derives v2.3.7 |
| 884 | 2026-06-30T19:52:56.860Z | Downloaded pkcs8 v0.10.2 |
| 885 | 2026-06-30T19:52:56.863Z | Downloaded recursive v0.1.1 |
| 886 | 2026-06-30T19:52:56.863Z | Downloaded progenitor-client v0.13.0 |
| 887 | 2026-06-30T19:52:56.867Z | Downloaded primeorder v0.13.6 |
| 888 | 2026-06-30T19:52:56.867Z | Downloaded pin-project-internal v1.1.11 |
| 889 | 2026-06-30T19:52:56.867Z | Downloaded phf v0.13.1 |
| 890 | 2026-06-30T19:52:56.870Z | Downloaded peg-macros v0.8.5 |
| 891 | 2026-06-30T19:52:56.870Z | Downloaded password-hash v0.5.0 |
| 892 | 2026-06-30T19:52:56.870Z | Downloaded predicates v3.1.4 |
| 893 | 2026-06-30T19:52:56.874Z | Downloaded rand_xorshift v0.4.0 |
| 894 | 2026-06-30T19:52:56.874Z | Downloaded parking_lot_core v0.9.12 |
| 895 | 2026-06-30T19:52:56.874Z | Downloaded pem-rfc7468 v0.7.0 |
| 896 | 2026-06-30T19:52:56.877Z | Downloaded ref-cast-impl v1.0.25 |
| 897 | 2026-06-30T19:52:56.877Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 898 | 2026-06-30T19:52:56.877Z | Downloaded pin-project-lite v0.2.17 |
| 899 | 2026-06-30T19:52:56.883Z | Downloaded phf v0.12.1 |
| 900 | 2026-06-30T19:52:56.883Z | Downloaded postgres-protocol v0.6.10 |
| 901 | 2026-06-30T19:52:56.888Z | Downloaded polyval v0.6.2 |
| 902 | 2026-06-30T19:52:56.888Z | Downloaded libbz2-rs-sys v0.2.2 |
| 903 | 2026-06-30T19:52:56.888Z | Downloaded derive_more-impl v2.1.1 |
| 904 | 2026-06-30T19:52:56.892Z | Downloaded ref-cast v1.0.25 |
| 905 | 2026-06-30T19:52:56.892Z | Downloaded rustc-hash v2.1.1 |
| 906 | 2026-06-30T19:52:56.892Z | Downloaded native-tls v0.2.18 |
| 907 | 2026-06-30T19:52:56.895Z | Downloaded flume v0.11.1 |
| 908 | 2026-06-30T19:52:56.895Z | Downloaded russh-cryptovec v0.7.3 |
| 909 | 2026-06-30T19:52:56.895Z | Downloaded rfc6979 v0.4.0 |
| 910 | 2026-06-30T19:52:56.899Z | Downloaded ingot-macros v0.1.1 |
| 911 | 2026-06-30T19:52:56.899Z | Downloaded indicatif v0.18.4 |
| 912 | 2026-06-30T19:52:56.902Z | Downloaded miniz_oxide v0.8.9 |
| 913 | 2026-06-30T19:52:56.902Z | Downloaded hickory-resolver v0.25.2 |
| 914 | 2026-06-30T19:52:56.905Z | Downloaded rustc_version v0.4.1 |
| 915 | 2026-06-30T19:52:56.905Z | Downloaded rtoolbox v0.0.3 |
| 916 | 2026-06-30T19:52:56.909Z | Downloaded rustc_version v0.1.7 |
| 917 | 2026-06-30T19:52:56.909Z | Downloaded parking_lot v0.12.5 |
| 918 | 2026-06-30T19:52:56.909Z | Downloaded rand_chacha v0.3.1 |
| 919 | 2026-06-30T19:52:56.913Z | Downloaded rand_core v0.6.4 |
| 920 | 2026-06-30T19:52:56.913Z | Downloaded omicron-zone-package v0.12.3 |
| 921 | 2026-06-30T19:52:56.913Z | Downloaded proc-macro-error2 v2.0.1 |
| 922 | 2026-06-30T19:52:56.937Z | Downloaded radium v0.7.0 |
| 923 | 2026-06-30T19:52:56.937Z | Downloaded ppv-lite86 v0.2.21 |
| 924 | 2026-06-30T19:52:56.937Z | Downloaded rand_core v0.9.5 |
| 925 | 2026-06-30T19:52:56.937Z | Downloaded postgres-types v0.2.12 |
| 926 | 2026-06-30T19:52:56.937Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-06-30T19:52:56.937Z | Downloaded progenitor-macro v0.13.0 |
| 928 | 2026-06-30T19:52:56.937Z | Downloaded parking_lot v0.11.2 |
| 929 | 2026-06-30T19:52:56.937Z | Downloaded progenitor v0.13.0 |
| 930 | 2026-06-30T19:52:56.937Z | Downloaded pkcs5 v0.7.1 |
| 931 | 2026-06-30T19:52:56.937Z | Downloaded r2d2 v0.8.10 |
| 932 | 2026-06-30T19:52:56.937Z | Downloaded psm v0.1.30 |
| 933 | 2026-06-30T19:52:56.937Z | Downloaded papergrid v0.17.0 |
| 934 | 2026-06-30T19:52:56.937Z | Downloaded scheduled-thread-pool v0.2.7 |
| 935 | 2026-06-30T19:52:56.937Z | Downloaded async-compression v0.4.41 |
| 936 | 2026-06-30T19:52:56.941Z | Downloaded sapling-renderdag v0.1.0 |
| 937 | 2026-06-30T19:52:56.941Z | Downloaded ar_archive_writer v0.5.1 |
| 938 | 2026-06-30T19:52:56.941Z | Downloaded rand_seeder v0.4.0 |
| 939 | 2026-06-30T19:52:56.944Z | Downloaded pkcs1 v0.7.5 |
| 940 | 2026-06-30T19:52:56.944Z | Downloaded hickory-resolver v0.24.4 |
| 941 | 2026-06-30T19:52:56.948Z | Downloaded hmac v0.12.1 |
| 942 | 2026-06-30T19:52:56.948Z | Downloaded same-file v1.0.6 |
| 943 | 2026-06-30T19:52:56.950Z | Downloaded salsa20 v0.10.2 |
| 944 | 2026-06-30T19:52:56.951Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-06-30T19:52:56.951Z | Downloaded secrecy v0.8.0 |
| 946 | 2026-06-30T19:52:56.954Z | Downloaded serde_spanned v1.1.1 |
| 947 | 2026-06-30T19:52:56.954Z | Downloaded resolv-conf v0.7.6 |
| 948 | 2026-06-30T19:52:56.954Z | Downloaded progenitor-extras v0.2.0 |
| 949 | 2026-06-30T19:52:56.958Z | Downloaded serde_repr v0.1.20 |
| 950 | 2026-06-30T19:52:56.959Z | Downloaded heapless v0.8.0 |
| 951 | 2026-06-30T19:52:56.962Z | Downloaded dropshot-api-manager v0.7.2 |
| 952 | 2026-06-30T19:52:56.962Z | Downloaded scopeguard v1.2.0 |
| 953 | 2026-06-30T19:52:56.965Z | Downloaded postcard v1.1.3 |
| 954 | 2026-06-30T19:52:56.965Z | Downloaded expectorate v1.2.0 |
| 955 | 2026-06-30T19:52:56.968Z | Downloaded quinn-udp v0.5.14 |
| 956 | 2026-06-30T19:52:56.972Z | Downloaded scroll_derive v0.13.1 |
| 957 | 2026-06-30T19:52:56.978Z | Downloaded oso v0.27.3 |
| 958 | 2026-06-30T19:52:56.978Z | Downloaded bumpalo v3.20.2 |
| 959 | 2026-06-30T19:52:56.981Z | Downloaded rustversion v1.0.22 |
| 960 | 2026-06-30T19:52:56.981Z | Downloaded rusty-fork v0.3.1 |
| 961 | 2026-06-30T19:52:56.984Z | Downloaded serde_urlencoded v0.7.1 |
| 962 | 2026-06-30T19:52:56.985Z | Downloaded shell-words v1.1.1 |
| 963 | 2026-06-30T19:52:56.988Z | Downloaded serde_bytes v0.11.19 |
| 964 | 2026-06-30T19:52:56.988Z | Downloaded serde-big-array v0.5.1 |
| 965 | 2026-06-30T19:52:56.991Z | Downloaded semver v0.1.20 |
| 966 | 2026-06-30T19:52:56.991Z | Downloaded prefix-trie v0.7.0 |
| 967 | 2026-06-30T19:52:56.994Z | Downloaded sha1 v0.10.6 |
| 968 | 2026-06-30T19:52:56.994Z | Downloaded seq-macro v0.3.6 |
| 969 | 2026-06-30T19:52:56.994Z | Downloaded progenitor v0.14.0 |
| 970 | 2026-06-30T19:52:56.997Z | Downloaded schemars_derive v0.8.22 |
| 971 | 2026-06-30T19:52:57.000Z | Downloaded sigpipe v0.1.3 |
| 972 | 2026-06-30T19:52:57.000Z | Downloaded hashbrown v0.13.2 |
| 973 | 2026-06-30T19:52:57.004Z | Downloaded minimal-lexical v0.2.1 |
| 974 | 2026-06-30T19:52:57.009Z | Downloaded signal-hook-mio v0.2.5 |
| 975 | 2026-06-30T19:52:57.013Z | Downloaded serde_plain v1.0.2 |
| 976 | 2026-06-30T19:52:57.013Z | Downloaded sec1 v0.7.3 |
| 977 | 2026-06-30T19:52:57.016Z | Downloaded sha1 v0.11.0 |
| 978 | 2026-06-30T19:52:57.016Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-06-30T19:52:57.016Z | Downloaded siphasher v1.0.2 |
| 980 | 2026-06-30T19:52:57.023Z | Downloaded hashbrown v0.12.3 |
| 981 | 2026-06-30T19:52:57.027Z | Downloaded progenitor-impl v0.13.0 |
| 982 | 2026-06-30T19:52:57.031Z | Downloaded openssl-sys v0.9.115 |
| 983 | 2026-06-30T19:52:57.031Z | Downloaded serde_derive_internals v0.29.1 |
| 984 | 2026-06-30T19:52:57.036Z | Downloaded rustls-pemfile v2.2.0 |
| 985 | 2026-06-30T19:52:57.036Z | Downloaded sqlparser_derive v0.5.0 |
| 986 | 2026-06-30T19:52:57.036Z | Downloaded rand_core v0.10.0 |
| 987 | 2026-06-30T19:52:57.039Z | Downloaded hyper-util v0.1.20 |
| 988 | 2026-06-30T19:52:57.041Z | Downloaded scroll v0.13.0 |
| 989 | 2026-06-30T19:52:57.042Z | Downloaded hickory-server v0.25.2 |
| 990 | 2026-06-30T19:52:57.046Z | Downloaded strum v0.27.2 |
| 991 | 2026-06-30T19:52:57.050Z | Downloaded structmeta-derive v0.3.0 |
| 992 | 2026-06-30T19:52:57.050Z | Downloaded strsim v0.10.0 |
| 993 | 2026-06-30T19:52:57.050Z | Downloaded shlex v1.3.0 |
| 994 | 2026-06-30T19:52:57.050Z | Downloaded serde_with_macros v1.5.2 |
| 995 | 2026-06-30T19:52:57.050Z | Downloaded http v1.4.2 |
| 996 | 2026-06-30T19:52:57.058Z | Downloaded slog-bunyan v2.5.0 |
| 997 | 2026-06-30T19:52:57.062Z | Downloaded slab v0.4.12 |
| 998 | 2026-06-30T19:52:57.067Z | Downloaded simd-adler32 v0.3.8 |
| 999 | 2026-06-30T19:52:57.067Z | Downloaded strum v0.26.3 |
| 1000 | 2026-06-30T19:52:57.070Z | Downloaded sync_wrapper v1.0.2 |
| 1001 | 2026-06-30T19:52:57.070Z | Downloaded subtle v2.6.1 |
| 1002 | 2026-06-30T19:52:57.073Z | Downloaded p256 v0.13.2 |
| 1003 | 2026-06-30T19:52:57.077Z | Downloaded slog-json v2.6.1 |
| 1004 | 2026-06-30T19:52:57.080Z | Downloaded serde-hex v0.1.0 |
| 1005 | 2026-06-30T19:52:57.080Z | Downloaded scrypt v0.11.0 |
| 1006 | 2026-06-30T19:52:57.080Z | Downloaded ssh-encoding v0.2.0 |
| 1007 | 2026-06-30T19:52:57.080Z | Downloaded ssh-cipher v0.2.0 |
| 1008 | 2026-06-30T19:52:57.084Z | Downloaded smf v0.2.3 |
| 1009 | 2026-06-30T19:52:57.084Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-06-30T19:52:57.084Z | Downloaded serde_path_to_error v0.1.20 |
| 1011 | 2026-06-30T19:52:57.087Z | Downloaded cc v1.2.56 |
| 1012 | 2026-06-30T19:52:57.087Z | Downloaded tabwriter v1.4.1 |
| 1013 | 2026-06-30T19:52:57.089Z | Downloaded progenitor-impl v0.14.0 |
| 1014 | 2026-06-30T19:52:57.090Z | Downloaded tabled_derive v0.11.0 |
| 1015 | 2026-06-30T19:52:57.090Z | Downloaded slog-scope v4.4.1 |
| 1016 | 2026-06-30T19:52:57.095Z | Downloaded mio v1.2.0 |
| 1017 | 2026-06-30T19:52:57.098Z | Downloaded serde_cbor v0.11.2 |
| 1018 | 2026-06-30T19:52:57.102Z | Downloaded russh-keys v0.45.0 |
| 1019 | 2026-06-30T19:52:57.104Z | Downloaded termtree v0.5.1 |
| 1020 | 2026-06-30T19:52:57.104Z | Downloaded signature v2.2.0 |
| 1021 | 2026-06-30T19:52:57.105Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1022 | 2026-06-30T19:52:57.108Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1023 | 2026-06-30T19:52:57.109Z | Downloaded spki v0.7.3 |
| 1024 | 2026-06-30T19:52:57.111Z | Downloaded jiff-static v0.2.21 |
| 1025 | 2026-06-30T19:52:57.111Z | Downloaded testing_table v0.3.0 |
| 1026 | 2026-06-30T19:52:57.114Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1027 | 2026-06-30T19:52:57.120Z | Downloaded rustls-pki-types v1.14.0 |
| 1028 | 2026-06-30T19:52:57.123Z | Downloaded stacker v0.1.23 |
| 1029 | 2026-06-30T19:52:57.123Z | Downloaded supports-color v3.0.2 |
| 1030 | 2026-06-30T19:52:57.126Z | Downloaded signal-hook-registry v1.4.8 |
| 1031 | 2026-06-30T19:52:57.126Z | Downloaded take_mut v0.2.2 |
| 1032 | 2026-06-30T19:52:57.126Z | Downloaded sync-ptr v0.1.4 |
| 1033 | 2026-06-30T19:52:57.129Z | Downloaded pin-project v1.1.11 |
| 1034 | 2026-06-30T19:52:57.132Z | Downloaded tap v1.0.1 |
| 1035 | 2026-06-30T19:52:57.139Z | Downloaded tagptr v0.2.0 |
| 1036 | 2026-06-30T19:52:57.139Z | Downloaded strum_macros v0.24.3 |
| 1037 | 2026-06-30T19:52:57.142Z | Downloaded structmeta v0.3.0 |
| 1038 | 2026-06-30T19:52:57.142Z | Downloaded schemars v0.8.22 |
| 1039 | 2026-06-30T19:52:57.145Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-06-30T19:52:57.145Z | Downloaded strum_macros v0.27.2 |
| 1041 | 2026-06-30T19:52:57.149Z | Downloaded slog-dtrace v0.3.0 |
| 1042 | 2026-06-30T19:52:57.151Z | Downloaded smallvec v0.6.14 |
| 1043 | 2026-06-30T19:52:57.155Z | Downloaded tokio-macros v2.7.0 |
| 1044 | 2026-06-30T19:52:57.155Z | Downloaded time-core v0.1.8 |
| 1045 | 2026-06-30T19:52:57.158Z | Downloaded thread-id v5.1.0 |
| 1046 | 2026-06-30T19:52:57.158Z | Downloaded snafu-derive v0.8.9 |
| 1047 | 2026-06-30T19:52:57.161Z | Downloaded qorb v0.4.1 |
| 1048 | 2026-06-30T19:52:57.164Z | Downloaded pretty_assertions v1.4.1 |
| 1049 | 2026-06-30T19:52:57.164Z | Downloaded slog-term v2.9.2 |
| 1050 | 2026-06-30T19:52:57.167Z | Downloaded slog-stdlog v4.1.1 |
| 1051 | 2026-06-30T19:52:57.167Z | Downloaded libxml v0.3.3 |
| 1052 | 2026-06-30T19:52:57.170Z | Downloaded sqlformat v0.3.5 |
| 1053 | 2026-06-30T19:52:57.174Z | Downloaded slog-async v2.8.0 |
| 1054 | 2026-06-30T19:52:57.177Z | Downloaded tokio-test v0.4.5 |
| 1055 | 2026-06-30T19:52:57.180Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-06-30T19:52:57.183Z | Downloaded itertools v0.12.1 |
| 1057 | 2026-06-30T19:52:57.186Z | Downloaded signal-hook v0.3.18 |
| 1058 | 2026-06-30T19:52:57.189Z | Downloaded itertools v0.10.5 |
| 1059 | 2026-06-30T19:52:57.192Z | Downloaded tiny-keccak v2.0.2 |
| 1060 | 2026-06-30T19:52:57.195Z | Downloaded strum_macros v0.26.4 |
| 1061 | 2026-06-30T19:52:57.198Z | Downloaded itertools v0.13.0 |
| 1062 | 2026-06-30T19:52:57.200Z | Downloaded num-bigint v0.4.6 |
| 1063 | 2026-06-30T19:52:57.204Z | Downloaded try-lock v0.2.5 |
| 1064 | 2026-06-30T19:52:57.207Z | Downloaded trait-variant v0.1.2 |
| 1065 | 2026-06-30T19:52:57.207Z | Downloaded tower-service v0.3.3 |
| 1066 | 2026-06-30T19:52:57.207Z | Downloaded tower-layer v0.3.3 |
| 1067 | 2026-06-30T19:52:57.207Z | Downloaded support-bundle-viewer v0.1.2 |
| 1068 | 2026-06-30T19:52:57.207Z | Downloaded similar v2.7.0 |
| 1069 | 2026-06-30T19:52:57.210Z | Downloaded typify-macro v0.6.2 |
| 1070 | 2026-06-30T19:52:57.212Z | Downloaded topological-sort v0.2.2 |
| 1071 | 2026-06-30T19:52:57.213Z | Downloaded ryu v1.0.23 |
| 1072 | 2026-06-30T19:52:57.215Z | Downloaded rustls-native-certs v0.8.3 |
| 1073 | 2026-06-30T19:52:57.215Z | Downloaded slog v2.8.2 |
| 1074 | 2026-06-30T19:52:57.218Z | Downloaded tokio-dtrace v0.1.1 |
| 1075 | 2026-06-30T19:52:57.221Z | Downloaded tokio-native-tls v0.3.1 |
| 1076 | 2026-06-30T19:52:57.221Z | Downloaded rayon-core v1.13.0 |
| 1077 | 2026-06-30T19:52:57.224Z | Downloaded rcgen v0.12.1 |
| 1078 | 2026-06-30T19:52:57.227Z | Downloaded schemars v0.9.0 |
| 1079 | 2026-06-30T19:52:57.234Z | Downloaded tokio-tungstenite v0.21.0 |
| 1080 | 2026-06-30T19:52:57.237Z | Downloaded socket2 v0.6.3 |
| 1081 | 2026-06-30T19:52:57.237Z | Downloaded unarray v0.1.4 |
| 1082 | 2026-06-30T19:52:57.239Z | Downloaded termios v0.3.3 |
| 1083 | 2026-06-30T19:52:57.239Z | Downloaded spin v0.9.8 |
| 1084 | 2026-06-30T19:52:57.242Z | Downloaded usdt v0.6.0 |
| 1085 | 2026-06-30T19:52:57.242Z | Downloaded aes-gcm v0.10.3 |
| 1086 | 2026-06-30T19:52:57.245Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1087 | 2026-06-30T19:52:57.245Z | Downloaded ron v0.8.1 |
| 1088 | 2026-06-30T19:52:57.249Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-06-30T19:52:57.251Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1090 | 2026-06-30T19:52:57.252Z | Downloaded tokio-tungstenite v0.23.1 |
| 1091 | 2026-06-30T19:52:57.254Z | Downloaded usdt-attr-macro v0.6.0 |
| 1092 | 2026-06-30T19:52:57.254Z | Downloaded utf-8 v0.7.6 |
| 1093 | 2026-06-30T19:52:57.254Z | Downloaded tls_codec_derive v0.4.2 |
| 1094 | 2026-06-30T19:52:57.257Z | Downloaded void v1.0.2 |
| 1095 | 2026-06-30T19:52:57.257Z | Downloaded untrusted v0.7.1 |
| 1096 | 2026-06-30T19:52:57.257Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1097 | 2026-06-30T19:52:57.260Z | Downloaded unit-prefix v0.5.2 |
| 1098 | 2026-06-30T19:52:57.260Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1099 | 2026-06-30T19:52:57.263Z | Downloaded itertools v0.14.0 |
| 1100 | 2026-06-30T19:52:57.265Z | Downloaded quinn v0.11.9 |
| 1101 | 2026-06-30T19:52:57.268Z | Downloaded publicsuffix v2.3.0 |
| 1102 | 2026-06-30T19:52:57.270Z | Downloaded rand v0.8.6 |
| 1103 | 2026-06-30T19:52:57.271Z | Downloaded wait-timeout v0.2.1 |
| 1104 | 2026-06-30T19:52:57.273Z | Downloaded serde_with_macros v3.17.0 |
| 1105 | 2026-06-30T19:52:57.273Z | Downloaded h2 v0.4.15 |
| 1106 | 2026-06-30T19:52:57.276Z | Downloaded universal-hash v0.5.1 |
| 1107 | 2026-06-30T19:52:57.279Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-06-30T19:52:57.280Z | Downloaded prettyplease v0.2.37 |
| 1109 | 2026-06-30T19:52:57.282Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-06-30T19:52:57.282Z | Downloaded num-bigint-dig v0.8.6 |
| 1111 | 2026-06-30T19:52:57.285Z | Downloaded thread_local v1.1.9 |
| 1112 | 2026-06-30T19:52:57.287Z | Downloaded nom v7.1.3 |
| 1113 | 2026-06-30T19:52:57.291Z | Downloaded aes v0.8.4 |
| 1114 | 2026-06-30T19:52:57.292Z | Downloaded stringprep v0.1.5 |
| 1115 | 2026-06-30T19:52:57.294Z | Downloaded string_cache v0.8.9 |
| 1116 | 2026-06-30T19:52:57.294Z | Downloaded tokio-rustls v0.26.4 |
| 1117 | 2026-06-30T19:52:57.297Z | Downloaded hkdf v0.12.4 |
| 1118 | 2026-06-30T19:52:57.297Z | Downloaded libm v0.2.16 |
| 1119 | 2026-06-30T19:52:57.302Z | Downloaded want v0.3.1 |
| 1120 | 2026-06-30T19:52:57.305Z | Downloaded waitgroup v0.1.2 |
| 1121 | 2026-06-30T19:52:57.305Z | Downloaded term v1.2.1 |
| 1122 | 2026-06-30T19:52:57.308Z | Downloaded term v0.7.0 |
| 1123 | 2026-06-30T19:52:57.308Z | Downloaded hashbrown v0.16.1 |
| 1124 | 2026-06-30T19:52:57.311Z | Downloaded iri-string v0.7.10 |
| 1125 | 2026-06-30T19:52:57.315Z | Downloaded test-strategy v0.4.5 |
| 1126 | 2026-06-30T19:52:57.318Z | Downloaded tui-tree-widget v0.23.1 |
| 1127 | 2026-06-30T19:52:57.321Z | Downloaded zeroize_derive v1.4.3 |
| 1128 | 2026-06-30T19:52:57.321Z | Downloaded unicode-truncate v1.1.0 |
| 1129 | 2026-06-30T19:52:57.321Z | Downloaded socket2 v0.5.10 |
| 1130 | 2026-06-30T19:52:57.323Z | Downloaded zone v0.3.1 |
| 1131 | 2026-06-30T19:52:57.323Z | Downloaded rand v0.10.0 |
| 1132 | 2026-06-30T19:52:57.326Z | Downloaded zone_cfg_derive v0.3.1 |
| 1133 | 2026-06-30T19:52:57.329Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1134 | 2026-06-30T19:52:57.329Z | Downloaded unicase v2.9.0 |
| 1135 | 2026-06-30T19:52:57.331Z | Downloaded usdt-impl v0.6.0 |
| 1136 | 2026-06-30T19:52:57.334Z | Downloaded rsa v0.9.10 |
| 1137 | 2026-06-30T19:52:57.337Z | Downloaded tls_codec v0.4.2 |
| 1138 | 2026-06-30T19:52:57.337Z | Downloaded time-macros v0.2.27 |
| 1139 | 2026-06-30T19:52:57.341Z | Downloaded schemars v1.2.1 |
| 1140 | 2026-06-30T19:52:57.346Z | Downloaded xshell-macros v0.2.7 |
| 1141 | 2026-06-30T19:52:57.348Z | Downloaded walkdir v2.5.0 |
| 1142 | 2026-06-30T19:52:57.348Z | Downloaded vergen-git2 v9.1.0 |
| 1143 | 2026-06-30T19:52:57.348Z | Downloaded tinyvec v1.10.0 |
| 1144 | 2026-06-30T19:52:57.351Z | Downloaded iddqd v0.4.2 |
| 1145 | 2026-06-30T19:52:57.356Z | Downloaded whoami v1.6.1 |
| 1146 | 2026-06-30T19:52:57.359Z | Downloaded tokio-stream v0.1.18 |
| 1147 | 2026-06-30T19:52:57.361Z | Downloaded subprocess v0.2.15 |
| 1148 | 2026-06-30T19:52:57.364Z | Downloaded rand v0.9.2 |
| 1149 | 2026-06-30T19:52:57.367Z | Downloaded xshell v0.2.7 |
| 1150 | 2026-06-30T19:52:57.369Z | Downloaded zeroize v1.8.2 |
| 1151 | 2026-06-30T19:52:57.370Z | Downloaded whoami v2.1.0 |
| 1152 | 2026-06-30T19:52:57.372Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-06-30T19:52:57.372Z | Downloaded wyz v0.5.1 |
| 1154 | 2026-06-30T19:52:57.372Z | Downloaded tar v0.4.45 |
| 1155 | 2026-06-30T19:52:57.375Z | Downloaded rustls-webpki v0.103.9 |
| 1156 | 2026-06-30T19:52:57.378Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1157 | 2026-06-30T19:52:57.383Z | Downloaded vergen-lib v9.1.0 |
| 1158 | 2026-06-30T19:52:57.388Z | Downloaded vergen-gitcl v1.0.8 |
| 1159 | 2026-06-30T19:52:57.388Z | Downloaded uzers v0.12.2 |
| 1160 | 2026-06-30T19:52:57.391Z | Downloaded aho-corasick v1.1.4 |
| 1161 | 2026-06-30T19:52:57.393Z | Downloaded steno v0.4.1 |
| 1162 | 2026-06-30T19:52:57.396Z | Downloaded vsss-rs v3.3.4 |
| 1163 | 2026-06-30T19:52:57.396Z | Downloaded tungstenite v0.21.0 |
| 1164 | 2026-06-30T19:52:57.400Z | Downloaded snafu v0.8.9 |
| 1165 | 2026-06-30T19:52:57.404Z | Downloaded tracing-core v0.1.36 |
| 1166 | 2026-06-30T19:52:57.404Z | Downloaded tracing-attributes v0.1.31 |
| 1167 | 2026-06-30T19:52:57.406Z | Downloaded hyper v1.10.1 |
| 1168 | 2026-06-30T19:52:57.409Z | Downloaded xattr v1.6.1 |
| 1169 | 2026-06-30T19:52:57.409Z | Downloaded unicode-bidi v0.3.18 |
| 1170 | 2026-06-30T19:52:57.411Z | Downloaded typify v0.6.2 |
| 1171 | 2026-06-30T19:52:57.414Z | Downloaded unicode-properties v0.1.4 |
| 1172 | 2026-06-30T19:52:57.415Z | Downloaded twox-hash v2.1.2 |
| 1173 | 2026-06-30T19:52:57.417Z | Downloaded futures-util v0.3.32 |
| 1174 | 2026-06-30T19:52:57.422Z | Downloaded samael v0.0.19 |
| 1175 | 2026-06-30T19:52:57.426Z | Downloaded zerocopy v0.6.6 |
| 1176 | 2026-06-30T19:52:57.429Z | Downloaded toml v0.7.8 |
| 1177 | 2026-06-30T19:52:57.433Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1178 | 2026-06-30T19:52:57.437Z | Downloaded hashbrown v0.15.5 |
| 1179 | 2026-06-30T19:52:57.438Z | Downloaded zstd-safe v7.2.4 |
| 1180 | 2026-06-30T19:52:57.440Z | Downloaded uuid v1.23.4 |
| 1181 | 2026-06-30T19:52:57.440Z | Downloaded nom v8.0.0 |
| 1182 | 2026-06-30T19:52:57.459Z | Downloaded tungstenite v0.23.0 |
| 1183 | 2026-06-30T19:52:57.469Z | Downloaded serde_with v1.14.0 |
| 1184 | 2026-06-30T19:52:57.476Z | Downloaded ssh-key v0.6.7 |
| 1185 | 2026-06-30T19:52:57.480Z | Downloaded yasna v0.5.2 |
| 1186 | 2026-06-30T19:52:57.483Z | Downloaded p521 v0.13.3 |
| 1187 | 2026-06-30T19:52:57.486Z | Downloaded unsafe-libyaml v0.2.11 |
| 1188 | 2026-06-30T19:52:57.489Z | Downloaded zstd v0.13.3 |
| 1189 | 2026-06-30T19:52:57.489Z | Downloaded russh v0.45.0 |
| 1190 | 2026-06-30T19:52:57.492Z | Downloaded blake3 v1.8.5 |
| 1191 | 2026-06-30T19:52:57.498Z | Downloaded vergen v9.1.0 |
| 1192 | 2026-06-30T19:52:57.508Z | Downloaded rustyline v14.0.0 |
| 1193 | 2026-06-30T19:52:57.511Z | Downloaded rayon v1.11.0 |
| 1194 | 2026-06-30T19:52:57.515Z | Downloaded toml_edit v0.19.15 |
| 1195 | 2026-06-30T19:52:57.527Z | Downloaded zopfli v0.8.3 |
| 1196 | 2026-06-30T19:52:57.529Z | Downloaded tokio-postgres v0.7.16 |
| 1197 | 2026-06-30T19:52:57.533Z | Downloaded rpassword v7.4.0 |
| 1198 | 2026-06-30T19:52:57.533Z | Downloaded regex v1.12.3 |
| 1199 | 2026-06-30T19:52:57.536Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-06-30T19:52:57.539Z | Downloaded goblin v0.10.5 |
| 1201 | 2026-06-30T19:52:57.542Z | Downloaded quick-xml v0.37.5 |
| 1202 | 2026-06-30T19:52:57.548Z | Downloaded vte v0.14.1 |
| 1203 | 2026-06-30T19:52:57.553Z | Downloaded reedline v0.40.0 |
| 1204 | 2026-06-30T19:52:57.557Z | Downloaded lalrpop v0.19.12 |
| 1205 | 2026-06-30T19:52:57.567Z | Downloaded x509-cert v0.2.5 |
| 1206 | 2026-06-30T19:52:57.570Z | Downloaded yansi v1.0.1 |
| 1207 | 2026-06-30T19:52:57.573Z | Downloaded unicode_categories v0.1.1 |
| 1208 | 2026-06-30T19:52:57.573Z | Downloaded zip v0.6.6 |
| 1209 | 2026-06-30T19:52:57.576Z | Downloaded typed-path v0.9.3 |
| 1210 | 2026-06-30T19:52:57.579Z | Downloaded zerocopy-derive v0.8.40 |
| 1211 | 2026-06-30T19:52:57.583Z | Downloaded bitvec v1.0.1 |
| 1212 | 2026-06-30T19:52:57.603Z | Downloaded unicode-normalization v0.1.25 |
| 1213 | 2026-06-30T19:52:57.606Z | Downloaded petname v2.0.2 |
| 1214 | 2026-06-30T19:52:57.610Z | Downloaded aws-lc-rs v1.16.3 |
| 1215 | 2026-06-30T19:52:57.619Z | Downloaded unicode-segmentation v1.12.0 |
| 1216 | 2026-06-30T19:52:57.622Z | Downloaded reqwest v0.13.2 |
| 1217 | 2026-06-30T19:52:57.630Z | Downloaded serde_with v3.17.0 |
| 1218 | 2026-06-30T19:52:57.650Z | Downloaded tower v0.5.3 |
| 1219 | 2026-06-30T19:52:57.655Z | Downloaded git2 v0.20.4 |
| 1220 | 2026-06-30T19:52:57.660Z | Downloaded tokio-util v0.7.18 |
| 1221 | 2026-06-30T19:52:57.663Z | Downloaded salty v0.3.0 |
| 1222 | 2026-06-30T19:52:57.666Z | Downloaded radix_trie v0.2.1 |
| 1223 | 2026-06-30T19:52:57.672Z | Downloaded chrono v0.4.44 |
| 1224 | 2026-06-30T19:52:57.676Z | Downloaded reqwest v0.12.28 |
| 1225 | 2026-06-30T19:52:57.685Z | Downloaded bindgen v0.71.1 |
| 1226 | 2026-06-30T19:52:57.690Z | Downloaded quinn-proto v0.11.13 |
| 1227 | 2026-06-30T19:52:57.694Z | Downloaded zip v4.6.1 |
| 1228 | 2026-06-30T19:52:57.696Z | Downloaded tough v0.22.0 |
| 1229 | 2026-06-30T19:52:57.701Z | Downloaded portable-atomic v1.13.1 |
| 1230 | 2026-06-30T19:52:57.705Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-06-30T19:52:57.709Z | Downloaded chrono-tz v0.10.4 |
| 1232 | 2026-06-30T19:52:57.719Z | Downloaded proptest v1.10.0 |
| 1233 | 2026-06-30T19:52:57.725Z | Downloaded moka v0.12.13 |
| 1234 | 2026-06-30T19:52:57.735Z | Downloaded dropshot v0.17.1 |
| 1235 | 2026-06-30T19:52:57.747Z | Downloaded time v0.3.47 |
| 1236 | 2026-06-30T19:52:57.753Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-06-30T19:52:57.759Z | Downloaded tabled v0.20.0 |
| 1238 | 2026-06-30T19:52:57.769Z | Downloaded object v0.30.4 |
| 1239 | 2026-06-30T19:52:57.773Z | Downloaded nix v0.28.0 |
| 1240 | 2026-06-30T19:52:57.780Z | Downloaded regex-syntax v0.6.29 |
| 1241 | 2026-06-30T19:52:57.783Z | Downloaded nix v0.27.1 |
| 1242 | 2026-06-30T19:52:57.789Z | Downloaded smoltcp v0.9.1 |
| 1243 | 2026-06-30T19:52:57.795Z | Downloaded winnow v1.0.3 |
| 1244 | 2026-06-30T19:52:57.800Z | Downloaded winnow v0.6.26 |
| 1245 | 2026-06-30T19:52:57.808Z | Downloaded openssl v0.10.79 |
| 1246 | 2026-06-30T19:52:57.810Z | Downloaded bstr v1.12.1 |
| 1247 | 2026-06-30T19:52:57.816Z | Downloaded hickory-proto v0.24.4 |
| 1248 | 2026-06-30T19:52:57.824Z | Downloaded hickory-proto v0.25.2 |
| 1249 | 2026-06-30T19:52:57.832Z | Downloaded regress v0.10.5 |
| 1250 | 2026-06-30T19:52:57.837Z | Downloaded zlib-rs v0.6.2 |
| 1251 | 2026-06-30T19:52:57.840Z | Downloaded diesel v2.3.7 |
| 1252 | 2026-06-30T19:52:57.853Z | Downloaded zerocopy v0.8.40 |
| 1253 | 2026-06-30T19:52:57.858Z | Downloaded rustix v0.38.44 |
| 1254 | 2026-06-30T19:52:57.871Z | Downloaded vcpkg v0.2.15 |
| 1255 | 2026-06-30T19:52:57.895Z | Downloaded regex-syntax v0.8.10 |
| 1256 | 2026-06-30T19:52:57.898Z | Downloaded object v0.37.3 |
| 1257 | 2026-06-30T19:52:57.905Z | Downloaded smoltcp v0.11.0 |
| 1258 | 2026-06-30T19:52:57.912Z | Downloaded regress v0.11.1 |
| 1259 | 2026-06-30T19:52:57.917Z | Downloaded openapiv3 v2.2.0 |
| 1260 | 2026-06-30T19:52:57.925Z | Downloaded rustls v0.23.41 |
| 1261 | 2026-06-30T19:52:57.932Z | Downloaded nix v0.31.2 |
| 1262 | 2026-06-30T19:52:57.940Z | Downloaded polar-core v0.27.3 |
| 1263 | 2026-06-30T19:52:57.965Z | Downloaded sled v0.34.7 |
| 1264 | 2026-06-30T19:52:57.971Z | Downloaded sqlparser v0.61.0 |
| 1265 | 2026-06-30T19:52:57.986Z | Downloaded typify-impl v0.6.2 |
| 1266 | 2026-06-30T19:52:57.995Z | Downloaded tracing v0.1.44 |
| 1267 | 2026-06-30T19:52:58.008Z | Downloaded ratatui v0.29.0 |
| 1268 | 2026-06-30T19:52:58.019Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1269 | 2026-06-30T19:52:58.030Z | Downloaded zerocopy-derive v0.6.6 |
| 1270 | 2026-06-30T19:52:58.048Z | Downloaded regex-automata v0.4.14 |
| 1271 | 2026-06-30T19:52:58.069Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1272 | 2026-06-30T19:52:58.081Z | Downloaded sha3 v0.10.8 |
| 1273 | 2026-06-30T19:52:58.084Z | Downloaded petgraph v0.6.5 |
| 1274 | 2026-06-30T19:52:58.096Z | Downloaded jiff v0.2.21 |
| 1275 | 2026-06-30T19:52:58.109Z | Downloaded petgraph v0.8.3 |
| 1276 | 2026-06-30T19:52:58.123Z | Downloaded csv v1.4.0 |
| 1277 | 2026-06-30T19:52:58.143Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-06-30T19:52:58.169Z | Downloaded tokio v1.52.1 |
| 1279 | 2026-06-30T19:52:58.242Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-06-30T19:52:58.257Z | Downloaded ring v0.17.14 |
| 1281 | 2026-06-30T19:52:58.304Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1282 | 2026-06-30T19:52:58.794Z | Downloaded aws-lc-sys v0.40.0 |
| 1283 | 2026-06-30T19:52:59.049Z | Compiling libc v0.2.185 |
| 1284 | 2026-06-30T19:52:59.049Z | Compiling serde v1.0.228 |
| 1285 | 2026-06-30T19:52:59.052Z | Compiling log v0.4.29 |
| 1286 | 2026-06-30T19:52:59.052Z | Compiling smallvec v1.15.1 |
| 1287 | 2026-06-30T19:52:59.052Z | Compiling shlex v1.3.0 |
| 1288 | 2026-06-30T19:52:59.052Z | Compiling find-msvc-tools v0.1.9 |
| 1289 | 2026-06-30T19:52:59.052Z | Compiling typenum v1.19.0 |
| 1290 | 2026-06-30T19:52:59.052Z | Compiling subtle v2.6.1 |
| 1291 | 2026-06-30T19:52:59.210Z | Compiling generic-array v0.14.7 |
| 1292 | 2026-06-30T19:52:59.221Z | Compiling scopeguard v1.2.0 |
| 1293 | 2026-06-30T19:52:59.224Z | Compiling const-oid v0.9.6 |
| 1294 | 2026-06-30T19:52:59.292Z | Compiling serde_json v1.0.150 |
| 1295 | 2026-06-30T19:52:59.306Z | Compiling syn v2.0.117 |
| 1296 | 2026-06-30T19:52:59.310Z | Compiling zerocopy v0.8.40 |
| 1297 | 2026-06-30T19:52:59.310Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-06-30T19:52:59.329Z | Compiling pin-project-lite v0.2.17 |
| 1299 | 2026-06-30T19:52:59.385Z | Compiling lock_api v0.4.14 |
| 1300 | 2026-06-30T19:52:59.399Z | Compiling parking_lot_core v0.9.12 |
| 1301 | 2026-06-30T19:52:59.400Z | Compiling bitflags v2.11.0 |
| 1302 | 2026-06-30T19:52:59.445Z | Compiling pkg-config v0.3.32 |
| 1303 | 2026-06-30T19:52:59.460Z | Compiling critical-section v1.2.0 |
| 1304 | 2026-06-30T19:52:59.463Z | Compiling libm v0.2.16 |
| 1305 | 2026-06-30T19:52:59.485Z | Compiling futures-core v0.3.32 |
| 1306 | 2026-06-30T19:52:59.558Z | Compiling num-traits v0.2.19 |
| 1307 | 2026-06-30T19:52:59.573Z | Compiling percent-encoding v2.3.2 |
| 1308 | 2026-06-30T19:52:59.617Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-06-30T19:52:59.634Z | Compiling futures-sink v0.3.32 |
| 1310 | 2026-06-30T19:52:59.665Z | Compiling futures-io v0.3.32 |
| 1311 | 2026-06-30T19:52:59.665Z | Compiling slab v0.4.12 |
| 1312 | 2026-06-30T19:52:59.734Z | Compiling rand_core v0.10.0 |
| 1313 | 2026-06-30T19:52:59.777Z | Compiling futures-channel v0.3.32 |
| 1314 | 2026-06-30T19:52:59.803Z | Compiling cpufeatures v0.2.17 |
| 1315 | 2026-06-30T19:52:59.831Z | Compiling futures-task v0.3.32 |
| 1316 | 2026-06-30T19:52:59.875Z | Compiling indexmap v2.14.0 |
| 1317 | 2026-06-30T19:52:59.899Z | Compiling rustversion v1.0.22 |
| 1318 | 2026-06-30T19:52:59.902Z | Compiling getrandom v0.3.4 |
| 1319 | 2026-06-30T19:52:59.928Z | Compiling form_urlencoded v1.2.2 |
| 1320 | 2026-06-30T19:52:59.995Z | Compiling ident_case v1.0.1 |
| 1321 | 2026-06-30T19:53:00.032Z | Compiling base64ct v1.8.3 |
| 1322 | 2026-06-30T19:53:00.046Z | Compiling dunce v1.0.5 |
| 1323 | 2026-06-30T19:53:00.049Z | Compiling fs_extra v1.3.0 |
| 1324 | 2026-06-30T19:53:00.083Z | Compiling rustix v1.1.3 |
| 1325 | 2026-06-30T19:53:00.099Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-06-30T19:53:00.126Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-06-30T19:53:00.129Z | Compiling errno v0.3.14 |
| 1328 | 2026-06-30T19:53:00.177Z | Compiling mio v1.2.0 |
| 1329 | 2026-06-30T19:53:00.284Z | Compiling rand_core v0.6.4 |
| 1330 | 2026-06-30T19:53:00.299Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-06-30T19:53:00.339Z | Compiling cc v1.2.56 |
| 1332 | 2026-06-30T19:53:00.370Z | Compiling once_cell v1.21.3 |
| 1333 | 2026-06-30T19:53:00.379Z | Compiling parking_lot v0.12.5 |
| 1334 | 2026-06-30T19:53:00.406Z | Compiling socket2 v0.6.3 |
| 1335 | 2026-06-30T19:53:00.492Z | Compiling pem-rfc7468 v0.7.0 |
| 1336 | 2026-06-30T19:53:00.550Z | Compiling regex-syntax v0.8.10 |
| 1337 | 2026-06-30T19:53:00.574Z | Compiling iana-time-zone v0.1.65 |
| 1338 | 2026-06-30T19:53:00.590Z | Compiling flagset v0.4.7 |
| 1339 | 2026-06-30T19:53:00.593Z | Compiling vcpkg v0.2.15 |
| 1340 | 2026-06-30T19:53:00.703Z | Compiling uuid v1.23.4 |
| 1341 | 2026-06-30T19:53:00.717Z | Compiling tracing-core v0.1.36 |
| 1342 | 2026-06-30T19:53:00.731Z | Compiling rustc_version v0.4.1 |
| 1343 | 2026-06-30T19:53:00.777Z | Compiling base64 v0.22.1 |
| 1344 | 2026-06-30T19:53:00.791Z | Compiling aws-lc-rs v1.16.3 |
| 1345 | 2026-06-30T19:53:00.809Z | Compiling openssl-probe v0.2.1 |
| 1346 | 2026-06-30T19:53:00.822Z | Compiling rand_core v0.9.5 |
| 1347 | 2026-06-30T19:53:00.921Z | Compiling tinyvec_macros v0.1.1 |
| 1348 | 2026-06-30T19:53:00.998Z | Compiling httparse v1.10.1 |
| 1349 | 2026-06-30T19:53:01.012Z | Compiling tinyvec v1.10.0 |
| 1350 | 2026-06-30T19:53:01.014Z | Compiling aho-corasick v1.1.4 |
| 1351 | 2026-06-30T19:53:01.075Z | Compiling cmake v0.1.57 |
| 1352 | 2026-06-30T19:53:01.110Z | Compiling atomic-waker v1.1.2 |
| 1353 | 2026-06-30T19:53:01.123Z | Compiling try-lock v0.2.5 |
| 1354 | 2026-06-30T19:53:01.138Z | Compiling tower-layer v0.3.3 |
| 1355 | 2026-06-30T19:53:01.161Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-06-30T19:53:01.251Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-06-30T19:53:01.254Z | Compiling schemars v0.8.22 |
| 1358 | 2026-06-30T19:53:01.278Z | Compiling dyn-clone v1.0.20 |
| 1359 | 2026-06-30T19:53:01.294Z | Compiling want v0.3.1 |
| 1360 | 2026-06-30T19:53:01.307Z | Compiling httpdate v1.0.3 |
| 1361 | 2026-06-30T19:53:01.319Z | Compiling rustls v0.23.41 |
| 1362 | 2026-06-30T19:53:01.346Z | Compiling foreign-types-shared v0.1.1 |
| 1363 | 2026-06-30T19:53:01.365Z | Compiling openssl v0.10.79 |
| 1364 | 2026-06-30T19:53:01.379Z | Compiling untrusted v0.9.0 |
| 1365 | 2026-06-30T19:53:01.438Z | Compiling foreign-types v0.3.2 |
| 1366 | 2026-06-30T19:53:01.452Z | Compiling unicode-normalization v0.1.25 |
| 1367 | 2026-06-30T19:53:01.483Z | Compiling spin v0.9.8 |
| 1368 | 2026-06-30T19:53:01.489Z | Compiling time-core v0.1.8 |
| 1369 | 2026-06-30T19:53:01.511Z | Compiling powerfmt v0.2.0 |
| 1370 | 2026-06-30T19:53:01.521Z | Compiling crc32fast v1.5.0 |
| 1371 | 2026-06-30T19:53:01.526Z | Compiling num-conv v0.2.0 |
| 1372 | 2026-06-30T19:53:01.561Z | Compiling native-tls v0.2.18 |
| 1373 | 2026-06-30T19:53:01.561Z | Compiling wait-timeout v0.2.1 |
| 1374 | 2026-06-30T19:53:01.588Z | Compiling sync_wrapper v1.0.2 |
| 1375 | 2026-06-30T19:53:01.631Z | Compiling siphasher v1.0.2 |
| 1376 | 2026-06-30T19:53:01.647Z | Compiling tempfile v3.25.0 |
| 1377 | 2026-06-30T19:53:01.677Z | Compiling time-macros v0.2.27 |
| 1378 | 2026-06-30T19:53:01.702Z | Compiling deranged v0.5.8 |
| 1379 | 2026-06-30T19:53:01.715Z | Compiling crossbeam-utils v0.8.21 |
| 1380 | 2026-06-30T19:53:01.728Z | Compiling quick-error v1.2.3 |
| 1381 | 2026-06-30T19:53:01.765Z | Compiling syn v1.0.109 |
| 1382 | 2026-06-30T19:53:01.832Z | Compiling bit-vec v0.8.0 |
| 1383 | 2026-06-30T19:53:01.847Z | Compiling num_threads v0.1.7 |
| 1384 | 2026-06-30T19:53:01.847Z | Compiling simd-adler32 v0.3.8 |
| 1385 | 2026-06-30T19:53:01.862Z | Compiling usdt-impl v0.6.0 |
| 1386 | 2026-06-30T19:53:01.916Z | Compiling aws-lc-sys v0.40.0 |
| 1387 | 2026-06-30T19:53:01.916Z | Compiling openssl-sys v0.9.115 |
| 1388 | 2026-06-30T19:53:01.945Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1389 | 2026-06-30T19:53:01.959Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1390 | 2026-06-30T19:53:02.049Z | Compiling regex-automata v0.4.14 |
| 1391 | 2026-06-30T19:53:02.084Z | Compiling synstructure v0.13.2 |
| 1392 | 2026-06-30T19:53:02.096Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2026-06-30T19:53:02.114Z | Compiling pest_generator v2.8.6 |
| 1394 | 2026-06-30T19:53:02.117Z | Compiling darling_core v0.20.11 |
| 1395 | 2026-06-30T19:53:02.263Z | Compiling darling_core v0.21.3 |
| 1396 | 2026-06-30T19:53:02.277Z | Compiling bit-set v0.8.0 |
| 1397 | 2026-06-30T19:53:02.356Z | Compiling rusty-fork v0.3.1 |
| 1398 | 2026-06-30T19:53:02.460Z | Compiling slog v2.8.2 |
| 1399 | 2026-06-30T19:53:02.717Z | Compiling heapless v0.7.17 |
| 1400 | 2026-06-30T19:53:02.734Z | Compiling rand_xorshift v0.4.0 |
| 1401 | 2026-06-30T19:53:02.793Z | Compiling thread-id v5.1.0 |
| 1402 | 2026-06-30T19:53:02.815Z | Compiling cookie v0.18.1 |
| 1403 | 2026-06-30T19:53:02.848Z | Compiling ryu v1.0.23 |
| 1404 | 2026-06-30T19:53:02.879Z | Compiling anyhow v1.0.102 |
| 1405 | 2026-06-30T19:53:02.893Z | Compiling allocator-api2 v0.2.21 |
| 1406 | 2026-06-30T19:53:02.927Z | Compiling unarray v0.1.4 |
| 1407 | 2026-06-30T19:53:02.929Z | Compiling time v0.3.47 |
| 1408 | 2026-06-30T19:53:03.006Z | Compiling paste v1.0.15 |
| 1409 | 2026-06-30T19:53:03.044Z | Compiling unicode-bidi v0.3.18 |
| 1410 | 2026-06-30T19:53:03.058Z | Compiling signal-hook v0.3.18 |
| 1411 | 2026-06-30T19:53:03.061Z | Compiling zstd-safe v7.2.4 |
| 1412 | 2026-06-30T19:53:03.061Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-06-30T19:53:03.100Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-06-30T19:53:03.116Z | Compiling iri-string v0.7.10 |
| 1415 | 2026-06-30T19:53:03.258Z | Compiling miniz_oxide v0.8.9 |
| 1416 | 2026-06-30T19:53:03.384Z | Compiling num-integer v0.1.46 |
| 1417 | 2026-06-30T19:53:03.397Z | Compiling stringprep v0.1.5 |
| 1418 | 2026-06-30T19:53:03.489Z | Compiling vergen-lib v9.1.0 |
| 1419 | 2026-06-30T19:53:03.632Z | Compiling curve25519-dalek v4.1.3 |
| 1420 | 2026-06-30T19:53:03.708Z | Compiling ff v0.13.1 |
| 1421 | 2026-06-30T19:53:03.746Z | Compiling hash32 v0.2.1 |
| 1422 | 2026-06-30T19:53:03.868Z | Compiling memoffset v0.9.1 |
| 1423 | 2026-06-30T19:53:03.893Z | Compiling encoding_rs v0.8.35 |
| 1424 | 2026-06-30T19:53:03.923Z | Compiling litrs v1.0.0 |
| 1425 | 2026-06-30T19:53:03.937Z | Compiling ref-cast v1.0.25 |
| 1426 | 2026-06-30T19:53:03.952Z | Compiling serde_derive v1.0.228 |
| 1427 | 2026-06-30T19:53:03.968Z | Compiling zeroize_derive v1.4.3 |
| 1428 | 2026-06-30T19:53:04.015Z | Compiling zerofrom-derive v0.1.6 |
| 1429 | 2026-06-30T19:53:04.102Z | Compiling yoke-derive v0.8.1 |
| 1430 | 2026-06-30T19:53:04.116Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-06-30T19:53:04.288Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-06-30T19:53:04.469Z | Compiling displaydoc v0.2.5 |
| 1433 | 2026-06-30T19:53:04.547Z | Compiling tokio-macros v2.7.0 |
| 1434 | 2026-06-30T19:53:04.614Z | Compiling futures-macro v0.3.32 |
| 1435 | 2026-06-30T19:53:04.677Z | Compiling zeroize v1.8.2 |
| 1436 | 2026-06-30T19:53:04.701Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-06-30T19:53:04.905Z | Compiling tracing-attributes v0.1.31 |
| 1438 | 2026-06-30T19:53:05.306Z | Compiling thiserror-impl v2.0.18 |
| 1439 | 2026-06-30T19:53:05.325Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-06-30T19:53:05.366Z | Compiling schemars_derive v0.8.22 |
| 1441 | 2026-06-30T19:53:05.380Z | Compiling pest_derive v2.8.6 |
| 1442 | 2026-06-30T19:53:05.499Z | Compiling crypto-common v0.1.7 |
| 1443 | 2026-06-30T19:53:05.514Z | Compiling block-buffer v0.10.4 |
| 1444 | 2026-06-30T19:53:05.517Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-06-30T19:53:05.540Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-06-30T19:53:05.674Z | Compiling yoke v0.8.1 |
| 1447 | 2026-06-30T19:53:05.688Z | Compiling digest v0.10.7 |
| 1448 | 2026-06-30T19:53:05.711Z | Compiling block-padding v0.3.3 |
| 1449 | 2026-06-30T19:53:05.753Z | Compiling der v0.7.10 |
| 1450 | 2026-06-30T19:53:05.816Z | Compiling scroll_derive v0.13.1 |
| 1451 | 2026-06-30T19:53:05.883Z | Compiling zerovec v0.11.5 |
| 1452 | 2026-06-30T19:53:05.897Z | Compiling zerotrie v0.2.3 |
| 1453 | 2026-06-30T19:53:05.912Z | Compiling hmac v0.12.1 |
| 1454 | 2026-06-30T19:53:05.975Z | Compiling inout v0.1.4 |
| 1455 | 2026-06-30T19:53:06.100Z | Compiling sha2 v0.10.9 |
| 1456 | 2026-06-30T19:53:06.157Z | Compiling cipher v0.4.4 |
| 1457 | 2026-06-30T19:53:06.214Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-06-30T19:53:06.306Z | Compiling tracing v0.1.44 |
| 1459 | 2026-06-30T19:53:06.349Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-06-30T19:53:06.406Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-06-30T19:53:06.422Z | Compiling salsa20 v0.10.2 |
| 1462 | 2026-06-30T19:53:06.442Z | Compiling aes v0.8.4 |
| 1463 | 2026-06-30T19:53:06.575Z | Compiling icu_locale_core v2.1.1 |
| 1464 | 2026-06-30T19:53:06.591Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-06-30T19:53:06.605Z | Compiling spki v0.7.3 |
| 1466 | 2026-06-30T19:53:06.608Z | Compiling scrypt v0.11.0 |
| 1467 | 2026-06-30T19:53:06.720Z | Compiling cbc v0.1.2 |
| 1468 | 2026-06-30T19:53:06.733Z | Compiling scroll v0.13.0 |
| 1469 | 2026-06-30T19:53:06.746Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-06-30T19:53:06.829Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-06-30T19:53:06.861Z | Compiling pkcs5 v0.7.1 |
| 1472 | 2026-06-30T19:53:06.882Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-06-30T19:53:06.900Z | Compiling dtrace-parser v0.3.0 |
| 1474 | 2026-06-30T19:53:06.994Z | Compiling goblin v0.10.5 |
| 1475 | 2026-06-30T19:53:07.011Z | Compiling signature v2.2.0 |
| 1476 | 2026-06-30T19:53:07.106Z | Compiling scroll_derive v0.12.1 |
| 1477 | 2026-06-30T19:53:07.271Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-06-30T19:53:07.353Z | Compiling pkcs8 v0.10.2 |
| 1479 | 2026-06-30T19:53:07.410Z | Compiling darling v0.20.11 |
| 1480 | 2026-06-30T19:53:07.424Z | Compiling thiserror-impl v1.0.69 |
| 1481 | 2026-06-30T19:53:07.503Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-06-30T19:53:07.536Z | Compiling bytes v1.11.1 |
| 1483 | 2026-06-30T19:53:07.564Z | Compiling icu_normalizer v2.1.1 |
| 1484 | 2026-06-30T19:53:07.581Z | Compiling icu_properties v2.1.2 |
| 1485 | 2026-06-30T19:53:07.594Z | Compiling chrono v0.4.44 |
| 1486 | 2026-06-30T19:53:07.625Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-06-30T19:53:07.682Z | Compiling erased-serde v0.3.31 |
| 1488 | 2026-06-30T19:53:07.748Z | Compiling serde_urlencoded v0.7.1 |
| 1489 | 2026-06-30T19:53:07.814Z | Compiling scroll v0.12.0 |
| 1490 | 2026-06-30T19:53:07.915Z | Compiling serde_spanned v0.6.9 |
| 1491 | 2026-06-30T19:53:08.013Z | Compiling tokio v1.52.1 |
| 1492 | 2026-06-30T19:53:08.079Z | Compiling http v1.4.2 |
| 1493 | 2026-06-30T19:53:08.102Z | Compiling serde_tokenstream v0.2.3 |
| 1494 | 2026-06-30T19:53:08.124Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-06-30T19:53:08.150Z | Compiling md-5 v0.10.6 |
| 1496 | 2026-06-30T19:53:08.179Z | Compiling rustls-native-certs v0.8.3 |
| 1497 | 2026-06-30T19:53:08.198Z | Compiling darling_macro v0.21.3 |
| 1498 | 2026-06-30T19:53:08.331Z | Compiling bstr v1.12.1 |
| 1499 | 2026-06-30T19:53:08.402Z | Compiling pin-project-internal v1.1.11 |
| 1500 | 2026-06-30T19:53:08.405Z | Compiling derive_builder_macro v0.20.2 |
| 1501 | 2026-06-30T19:53:08.438Z | Compiling async-trait v0.1.89 |
| 1502 | 2026-06-30T19:53:08.491Z | Compiling idna_adapter v1.2.1 |
| 1503 | 2026-06-30T19:53:08.647Z | Compiling idna v1.1.0 |
| 1504 | 2026-06-30T19:53:08.725Z | Compiling http-body v1.0.1 |
| 1505 | 2026-06-30T19:53:08.743Z | Compiling zerocopy-derive v0.7.35 |
| 1506 | 2026-06-30T19:53:08.758Z | Compiling ppv-lite86 v0.2.21 |
| 1507 | 2026-06-30T19:53:08.903Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-06-30T19:53:08.932Z | Compiling thiserror v1.0.69 |
| 1509 | 2026-06-30T19:53:08.982Z | Compiling url v2.5.8 |
| 1510 | 2026-06-30T19:53:09.018Z | Compiling zlib-rs v0.6.2 |
| 1511 | 2026-06-30T19:53:09.033Z | Compiling num-bigint-dig v0.8.6 |
| 1512 | 2026-06-30T19:53:09.048Z | Compiling rand_chacha v0.9.0 |
| 1513 | 2026-06-30T19:53:09.059Z | Compiling rand_chacha v0.3.1 |
| 1514 | 2026-06-30T19:53:09.097Z | Compiling rustix v0.38.44 |
| 1515 | 2026-06-30T19:53:09.160Z | Compiling cfg_aliases v0.2.1 |
| 1516 | 2026-06-30T19:53:09.244Z | Compiling base16ct v0.2.0 |
| 1517 | 2026-06-30T19:53:09.257Z | Compiling rand v0.9.2 |
| 1518 | 2026-06-30T19:53:09.340Z | Compiling fallible-iterator v0.2.0 |
| 1519 | 2026-06-30T19:53:09.439Z | Compiling smoltcp v0.9.1 |
| 1520 | 2026-06-30T19:53:09.509Z | Compiling mime v0.3.17 |
| 1521 | 2026-06-30T19:53:09.591Z | Compiling psl-types v2.0.11 |
| 1522 | 2026-06-30T19:53:09.677Z | Compiling zerocopy v0.7.35 |
| 1523 | 2026-06-30T19:53:09.726Z | Compiling publicsuffix v2.3.0 |
| 1524 | 2026-06-30T19:53:09.762Z | Compiling pin-project v1.1.11 |
| 1525 | 2026-06-30T19:53:09.816Z | Compiling sec1 v0.7.3 |
| 1526 | 2026-06-30T19:53:09.829Z | Compiling dof v0.4.0 |
| 1527 | 2026-06-30T19:53:09.873Z | Compiling proptest v1.10.0 |
| 1528 | 2026-06-30T19:53:09.888Z | Compiling postgres-protocol v0.6.10 |
| 1529 | 2026-06-30T19:53:09.916Z | Compiling rand v0.8.6 |
| 1530 | 2026-06-30T19:53:09.949Z | Compiling nix v0.31.2 |
| 1531 | 2026-06-30T19:53:10.002Z | Compiling derive_builder v0.20.2 |
| 1532 | 2026-06-30T19:53:10.074Z | Compiling darling v0.21.3 |
| 1533 | 2026-06-30T19:53:10.140Z | Compiling goblin v0.8.2 |
| 1534 | 2026-06-30T19:53:10.167Z | Compiling futures-executor v0.3.32 |
| 1535 | 2026-06-30T19:53:10.245Z | Compiling hex v0.4.3 |
| 1536 | 2026-06-30T19:53:10.349Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-06-30T19:53:10.415Z | Compiling hubpack_derive v0.1.1 |
| 1538 | 2026-06-30T19:53:10.438Z | Compiling hkdf v0.12.4 |
| 1539 | 2026-06-30T19:53:10.474Z | Compiling crypto-bigint v0.5.5 |
| 1540 | 2026-06-30T19:53:10.549Z | Compiling document-features v0.2.12 |
| 1541 | 2026-06-30T19:53:10.614Z | Compiling oxnet v0.1.6 |
| 1542 | 2026-06-30T19:53:10.729Z | Compiling regex v1.12.3 |
| 1543 | 2026-06-30T19:53:10.928Z | Compiling snafu-derive v0.8.9 |
| 1544 | 2026-06-30T19:53:10.945Z | Compiling strum_macros v0.27.2 |
| 1545 | 2026-06-30T19:53:10.990Z | Compiling daft-derive v0.1.7 |
| 1546 | 2026-06-30T19:53:11.006Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1547 | 2026-06-30T19:53:11.071Z | Compiling ref-cast-impl v1.0.25 |
| 1548 | 2026-06-30T19:53:11.172Z | Compiling group v0.13.0 |
| 1549 | 2026-06-30T19:53:11.206Z | Compiling num-iter v0.1.45 |
| 1550 | 2026-06-30T19:53:11.379Z | Compiling phf_shared v0.13.1 |
| 1551 | 2026-06-30T19:53:11.602Z | Compiling lazy_static v1.5.0 |
| 1552 | 2026-06-30T19:53:11.647Z | Compiling terminal_size v0.4.3 |
| 1553 | 2026-06-30T19:53:11.665Z | Compiling anstyle-parse v0.2.7 |
| 1554 | 2026-06-30T19:53:11.683Z | Compiling vergen v9.1.0 |
| 1555 | 2026-06-30T19:53:11.697Z | Compiling cargo-platform v0.3.2 |
| 1556 | 2026-06-30T19:53:11.711Z | Compiling fs-err v3.3.0 |
| 1557 | 2026-06-30T19:53:11.714Z | Compiling ahash v0.8.12 |
| 1558 | 2026-06-30T19:53:11.766Z | Compiling tokio-util v0.7.18 |
| 1559 | 2026-06-30T19:53:11.798Z | Compiling tower v0.5.3 |
| 1560 | 2026-06-30T19:53:11.863Z | Compiling tokio-native-tls v0.3.1 |
| 1561 | 2026-06-30T19:53:11.896Z | Compiling foldhash v0.2.0 |
| 1562 | 2026-06-30T19:53:11.909Z | Compiling object v0.37.3 |
| 1563 | 2026-06-30T19:53:11.942Z | Compiling managed v0.8.0 |
| 1564 | 2026-06-30T19:53:11.970Z | Compiling flate2 v1.1.9 |
| 1565 | 2026-06-30T19:53:11.983Z | Compiling unicode-segmentation v1.12.0 |
| 1566 | 2026-06-30T19:53:12.051Z | Compiling libbz2-rs-sys v0.2.2 |
| 1567 | 2026-06-30T19:53:12.132Z | Compiling bumpalo v3.20.2 |
| 1568 | 2026-06-30T19:53:12.236Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-06-30T19:53:12.270Z | Compiling tower-http v0.6.8 |
| 1570 | 2026-06-30T19:53:12.357Z | Compiling winnow v0.5.40 |
| 1571 | 2026-06-30T19:53:12.397Z | Compiling foldhash v0.1.5 |
| 1572 | 2026-06-30T19:53:12.427Z | Compiling bitflags v1.3.2 |
| 1573 | 2026-06-30T19:53:12.441Z | Compiling same-file v1.0.6 |
| 1574 | 2026-06-30T19:53:12.454Z | Compiling daft v0.1.7 |
| 1575 | 2026-06-30T19:53:12.515Z | Compiling h2 v0.4.15 |
| 1576 | 2026-06-30T19:53:12.585Z | Compiling walkdir v2.5.0 |
| 1577 | 2026-06-30T19:53:12.604Z | Compiling hashbrown v0.15.5 |
| 1578 | 2026-06-30T19:53:12.618Z | Compiling bzip2 v0.6.1 |
| 1579 | 2026-06-30T19:53:12.710Z | Compiling zopfli v0.8.3 |
| 1580 | 2026-06-30T19:53:12.771Z | Compiling dof v0.3.0 |
| 1581 | 2026-06-30T19:53:12.845Z | Compiling clap_builder v4.6.0 |
| 1582 | 2026-06-30T19:53:12.858Z | Compiling hashbrown v0.16.1 |
| 1583 | 2026-06-30T19:53:12.932Z | Compiling snafu v0.8.9 |
| 1584 | 2026-06-30T19:53:12.962Z | Compiling cargo_metadata v0.23.1 |
| 1585 | 2026-06-30T19:53:12.998Z | Compiling strum v0.27.2 |
| 1586 | 2026-06-30T19:53:13.032Z | Compiling anstream v0.6.21 |
| 1587 | 2026-06-30T19:53:13.360Z | Compiling phf v0.13.1 |
| 1588 | 2026-06-30T19:53:13.410Z | Compiling signal-hook-mio v0.2.5 |
| 1589 | 2026-06-30T19:53:13.465Z | Compiling elliptic-curve v0.13.8 |
| 1590 | 2026-06-30T19:53:13.480Z | Compiling usdt-attr-macro v0.6.0 |
| 1591 | 2026-06-30T19:53:13.518Z | Compiling usdt-macro v0.6.0 |
| 1592 | 2026-06-30T19:53:13.537Z | Compiling cookie_store v0.22.1 |
| 1593 | 2026-06-30T19:53:13.649Z | Compiling hubpack v0.1.2 |
| 1594 | 2026-06-30T19:53:13.663Z | Compiling bzip2 v0.4.4 |
| 1595 | 2026-06-30T19:53:13.769Z | Compiling toml_edit v0.19.15 |
| 1596 | 2026-06-30T19:53:13.822Z | Compiling zstd v0.13.3 |
| 1597 | 2026-06-30T19:53:13.868Z | Compiling futures v0.3.32 |
| 1598 | 2026-06-30T19:53:13.883Z | Compiling postgres-types v0.2.12 |
| 1599 | 2026-06-30T19:53:13.896Z | Compiling serde_with_macros v3.17.0 |
| 1600 | 2026-06-30T19:53:13.962Z | Compiling dtrace-parser v0.2.0 |
| 1601 | 2026-06-30T19:53:14.101Z | Compiling globset v0.4.18 |
| 1602 | 2026-06-30T19:53:14.218Z | Compiling pkcs1 v0.7.5 |
| 1603 | 2026-06-30T19:53:14.334Z | Compiling ed25519 v2.2.3 |
| 1604 | 2026-06-30T19:53:14.362Z | Compiling serde_plain v1.0.2 |
| 1605 | 2026-06-30T19:53:14.376Z | Compiling olpc-cjson v0.1.4 |
| 1606 | 2026-06-30T19:53:14.462Z | Compiling serde-big-array v0.5.1 |
| 1607 | 2026-06-30T19:53:14.557Z | Compiling rfc6979 v0.4.0 |
| 1608 | 2026-06-30T19:53:14.578Z | Compiling enum-as-inner v0.6.1 |
| 1609 | 2026-06-30T19:53:14.622Z | Compiling strum_macros v0.26.4 |
| 1610 | 2026-06-30T19:53:14.643Z | Compiling async-recursion v1.1.1 |
| 1611 | 2026-06-30T19:53:14.699Z | Compiling clap_derive v4.6.1 |
| 1612 | 2026-06-30T19:53:14.747Z | Compiling serde_repr v0.1.20 |
| 1613 | 2026-06-30T19:53:14.813Z | Compiling phf_shared v0.11.3 |
| 1614 | 2026-06-30T19:53:15.015Z | Compiling float-cmp v0.10.0 |
| 1615 | 2026-06-30T19:53:15.039Z | Compiling pem v3.0.6 |
| 1616 | 2026-06-30T19:53:15.079Z | Compiling memmap2 v0.9.10 |
| 1617 | 2026-06-30T19:53:15.132Z | Compiling thread-id v4.2.2 |
| 1618 | 2026-06-30T19:53:15.178Z | Compiling env_filter v1.0.0 |
| 1619 | 2026-06-30T19:53:15.229Z | Compiling fixedbitset v0.4.2 |
| 1620 | 2026-06-30T19:53:15.282Z | Compiling keccak v0.1.6 |
| 1621 | 2026-06-30T19:53:15.312Z | Compiling whoami v2.1.0 |
| 1622 | 2026-06-30T19:53:15.340Z | Compiling static_assertions v1.1.0 |
| 1623 | 2026-06-30T19:53:15.353Z | Compiling data-encoding v2.10.0 |
| 1624 | 2026-06-30T19:53:15.393Z | Compiling new_debug_unreachable v1.0.6 |
| 1625 | 2026-06-30T19:53:15.424Z | Compiling predicates-core v1.0.10 |
| 1626 | 2026-06-30T19:53:15.462Z | Compiling precomputed-hash v0.1.1 |
| 1627 | 2026-06-30T19:53:15.475Z | Compiling normalize-line-endings v0.3.0 |
| 1628 | 2026-06-30T19:53:15.502Z | Compiling typed-path v0.9.3 |
| 1629 | 2026-06-30T19:53:15.563Z | Compiling difflib v0.4.0 |
| 1630 | 2026-06-30T19:53:15.582Z | Compiling either v1.15.0 |
| 1631 | 2026-06-30T19:53:15.616Z | Compiling jiff v0.2.21 |
| 1632 | 2026-06-30T19:53:15.717Z | Compiling hyper v1.10.1 |
| 1633 | 2026-06-30T19:53:15.805Z | Compiling winnow v1.0.3 |
| 1634 | 2026-06-30T19:53:15.884Z | Compiling fixedbitset v0.5.7 |
| 1635 | 2026-06-30T19:53:16.035Z | Compiling predicates v3.1.4 |
| 1636 | 2026-06-30T19:53:16.072Z | Compiling itertools v0.13.0 |
| 1637 | 2026-06-30T19:53:16.145Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1638 | 2026-06-30T19:53:16.181Z | Compiling petgraph v0.8.3 |
| 1639 | 2026-06-30T19:53:16.196Z | Compiling hickory-proto v0.25.2 |
| 1640 | 2026-06-30T19:53:16.210Z | Compiling string_cache v0.8.9 |
| 1641 | 2026-06-30T19:53:16.452Z | Compiling strum v0.26.3 |
| 1642 | 2026-06-30T19:53:16.483Z | Compiling tokio-postgres v0.7.16 |
| 1643 | 2026-06-30T19:53:16.497Z | Compiling toml_edit v0.22.27 |
| 1644 | 2026-06-30T19:53:16.570Z | Compiling clap v4.6.1 |
| 1645 | 2026-06-30T19:53:16.595Z | Compiling sha3 v0.10.8 |
| 1646 | 2026-06-30T19:53:16.664Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1647 | 2026-06-30T19:53:16.731Z | Compiling petgraph v0.6.5 |
| 1648 | 2026-06-30T19:53:16.745Z | Compiling env_logger v0.11.9 |
| 1649 | 2026-06-30T19:53:16.785Z | Compiling usdt v0.6.0 |
| 1650 | 2026-06-30T19:53:16.834Z | Compiling usdt-impl v0.5.0 |
| 1651 | 2026-06-30T19:53:17.064Z | Compiling hyper-util v0.1.20 |
| 1652 | 2026-06-30T19:53:17.067Z | Compiling toml v0.7.8 |
| 1653 | 2026-06-30T19:53:17.104Z | Compiling serde_with v3.17.0 |
| 1654 | 2026-06-30T19:53:17.403Z | Compiling crossterm v0.28.1 |
| 1655 | 2026-06-30T19:53:17.417Z | Compiling ecdsa v0.16.9 |
| 1656 | 2026-06-30T19:53:17.491Z | Compiling ed25519-dalek v2.2.0 |
| 1657 | 2026-06-30T19:53:17.702Z | Compiling rsa v0.9.10 |
| 1658 | 2026-06-30T19:53:18.224Z | Compiling zip v0.6.6 |
| 1659 | 2026-06-30T19:53:18.307Z | Compiling zip v4.6.1 |
| 1660 | 2026-06-30T19:53:18.599Z | Compiling hyper-tls v0.6.0 |
| 1661 | 2026-06-30T19:53:18.732Z | Compiling iddqd v0.4.2 |
| 1662 | 2026-06-30T19:53:18.833Z | Compiling reqwest v0.12.28 |
| 1663 | 2026-06-30T19:53:18.913Z | Compiling tokio-stream v0.1.18 |
| 1664 | 2026-06-30T19:53:18.933Z | Compiling heck v0.4.1 |
| 1665 | 2026-06-30T19:53:19.110Z | Compiling similar v2.7.0 |
| 1666 | 2026-06-30T19:53:19.179Z | Compiling buf-list v1.1.2 |
| 1667 | 2026-06-30T19:53:19.205Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1668 | 2026-06-30T19:53:19.328Z | Compiling openapiv3 v2.2.0 |
| 1669 | 2026-06-30T19:53:19.345Z | Compiling x509-cert v0.2.5 |
| 1670 | 2026-06-30T19:53:19.366Z | Compiling sha1 v0.10.6 |
| 1671 | 2026-06-30T19:53:19.420Z | Compiling crossbeam-epoch v0.9.18 |
| 1672 | 2026-06-30T19:53:19.473Z | Compiling lalrpop-util v0.19.12 |
| 1673 | 2026-06-30T19:53:19.524Z | Compiling peg-runtime v0.8.5 |
| 1674 | 2026-06-30T19:53:19.595Z | Compiling thread_local v1.1.9 |
| 1675 | 2026-06-30T19:53:19.610Z | Compiling slog-async v2.8.0 |
| 1676 | 2026-06-30T19:53:19.681Z | Compiling crossbeam-channel v0.5.15 |
| 1677 | 2026-06-30T19:53:19.766Z | Compiling filetime v0.2.27 |
| 1678 | 2026-06-30T19:53:19.839Z | Compiling is-terminal v0.4.17 |
| 1679 | 2026-06-30T19:53:19.876Z | Compiling term v1.2.1 |
| 1680 | 2026-06-30T19:53:19.938Z | Compiling take_mut v0.2.2 |
| 1681 | 2026-06-30T19:53:19.950Z | Compiling xattr v1.6.1 |
| 1682 | 2026-06-30T19:53:19.965Z | Compiling camino-tempfile v1.4.1 |
| 1683 | 2026-06-30T19:53:20.136Z | Compiling tar v0.4.45 |
| 1684 | 2026-06-30T19:53:20.160Z | Compiling slog-term v2.9.2 |
| 1685 | 2026-06-30T19:53:37.922Z | Compiling rustls-webpki v0.103.9 |
| 1686 | 2026-06-30T19:53:40.586Z | Compiling tokio-rustls v0.26.4 |
| 1687 | 2026-06-30T19:53:40.586Z | Compiling rustls-platform-verifier v0.6.2 |
| 1688 | 2026-06-30T19:53:40.586Z | Compiling tough v0.22.0 |
| 1689 | 2026-06-30T19:53:40.781Z | Compiling hyper-rustls v0.27.7 |
| 1690 | 2026-06-30T19:53:40.965Z | Compiling reqwest v0.13.2 |
| 1691 | 2026-06-30T19:53:43.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1692 | 2026-06-30T19:53:43.375Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1693 | 2026-06-30T19:53:46.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.33s |
| 1694 | 2026-06-30T19:53:46.280Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1695 | 2026-06-30T19:53:46.372Z | Jun 30 19:53:44.677 INFO Starting download, target: Cockroach |
| 1696 | 2026-06-30T19:53:46.372Z | Jun 30 19:53:44.678 INFO Starting download, target: MaghemiteMgd |
| 1697 | 2026-06-30T19:53:46.376Z | Jun 30 19:53:44.678 INFO Starting download, target: Clickhouse |
| 1698 | 2026-06-30T19:53:46.376Z | Jun 30 19:53:44.678 INFO Starting download, target: DendriteStub |
| 1699 | 2026-06-30T19:53:46.376Z | Jun 30 19:53:44.678 INFO Starting download, target: Console |
| 1700 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Starting download, target: MaghemiteDdmd |
| 1701 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Starting download, target: TransceiverControl |
| 1702 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1703 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1704 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1705 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1706 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1707 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1708 | 2026-06-30T19:53:46.377Z | Jun 30 19:53:44.678 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1709 | 2026-06-30T19:53:46.646Z | Jun 30 19:53:44.988 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1710 | 2026-06-30T19:53:46.898Z | Jun 30 19:53:45.233 INFO Download complete, target: TransceiverControl |
| 1711 | 2026-06-30T19:53:47.897Z | Jun 30 19:53:46.225 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1712 | 2026-06-30T19:53:47.968Z | Jun 30 19:53:46.312 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1713 | 2026-06-30T19:53:48.131Z | Jun 30 19:53:46.464 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1714 | 2026-06-30T19:53:48.158Z | Jun 30 19:53:46.502 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1715 | 2026-06-30T19:53:48.405Z | Jun 30 19:53:46.748 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-06-30T19:53:48.566Z | Jun 30 19:53:46.910 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1717 | 2026-06-30T19:53:48.566Z | Jun 30 19:53:46.910 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1718 | 2026-06-30T19:53:48.658Z | Jun 30 19:53:47.002 INFO Download complete, target: Console |
| 1719 | 2026-06-30T19:53:49.863Z | Jun 30 19:53:48.195 INFO Download complete, target: MaghemiteDdmd |
| 1720 | 2026-06-30T19:53:50.539Z | Jun 30 19:53:48.881 INFO Download complete, target: DendriteStub |
| 1721 | 2026-06-30T19:53:50.629Z | Jun 30 19:53:48.971 INFO Download complete, target: MaghemiteMgd |
| 1722 | 2026-06-30T19:53:53.288Z | Jun 30 19:53:51.632 INFO Checking that binary works, target: Cockroach |
| 1723 | 2026-06-30T19:53:53.407Z | Jun 30 19:53:51.752 INFO Download complete, target: Cockroach |
| 1724 | 2026-06-30T19:53:54.922Z | Jun 30 19:53:53.266 INFO Checking that binary works, target: Clickhouse |
| 1725 | 2026-06-30T19:53:55.005Z | Jun 30 19:53:53.349 INFO Download complete, target: Clickhouse |
| 1726 | 2026-06-30T19:53:55.012Z | All prerequisites installed successfully |
| 1727 | 2026-06-30T19:53:55.015Z | |
| 1728 | 2026-06-30T19:53:55.015Z | real 1:45.087466280 |
| 1729 | 2026-06-30T19:53:55.015Z | user 6:48.510655260 |
| 1730 | 2026-06-30T19:53:55.015Z | sys 1:43.013639416 |
| 1731 | 2026-06-30T19:53:55.015Z | trap 0.265559953 |
| 1732 | 2026-06-30T19:53:55.015Z | tflt 0.865330695 |
| 1733 | 2026-06-30T19:53:55.015Z | dflt 1.634658891 |
| 1734 | 2026-06-30T19:53:55.015Z | kflt 0.022549447 |
| 1735 | 2026-06-30T19:53:55.015Z | lock 24:00.344652812 |
| 1736 | 2026-06-30T19:53:55.015Z | slp 18:46.541733947 |
| 1737 | 2026-06-30T19:53:55.015Z | lat 23.263242310 |
| 1738 | 2026-06-30T19:53:55.015Z | stop 2:44.770701224 |
| 1739 | 2026-06-30T19:53:55.015Z | + ptime -m cargo xtask download softnpu |
| 1740 | 2026-06-30T19:53:55.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1741 | 2026-06-30T19:53:55.478Z | Running `target/debug/xtask download softnpu` |
| 1742 | 2026-06-30T19:53:56.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1743 | 2026-06-30T19:53:56.247Z | Running `target/debug/xtask-downloader softnpu` |
| 1744 | 2026-06-30T19:53:56.287Z | Jun 30 19:53:54.629 INFO Starting download, target: Softnpu |
| 1745 | 2026-06-30T19:53:56.290Z | Jun 30 19:53:54.629 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1746 | 2026-06-30T19:53:58.697Z | Jun 30 19:53:57.041 INFO Download complete, target: Softnpu |
| 1747 | 2026-06-30T19:53:58.700Z | |
| 1748 | 2026-06-30T19:53:58.703Z | real 3.681602962 |
| 1749 | 2026-06-30T19:53:58.703Z | user 1.248099218 |
| 1750 | 2026-06-30T19:53:58.703Z | sys 0.581747689 |
| 1751 | 2026-06-30T19:53:58.703Z | trap 0.000579979 |
| 1752 | 2026-06-30T19:53:58.703Z | tflt 0.000065281 |
| 1753 | 2026-06-30T19:53:58.703Z | dflt 0.000119684 |
| 1754 | 2026-06-30T19:53:58.704Z | kflt 0.000000000 |
| 1755 | 2026-06-30T19:53:58.704Z | lock 43.546026097 |
| 1756 | 2026-06-30T19:53:58.704Z | slp 2.293169969 |
| 1757 | 2026-06-30T19:53:58.704Z | lat 0.088092379 |
| 1758 | 2026-06-30T19:53:58.704Z | stop 0.000200189 |
| 1759 | 2026-06-30T19:53:58.704Z | + export CARGO_INCREMENTAL=0 |
| 1760 | 2026-06-30T19:53:58.704Z | + CARGO_INCREMENTAL=0 |
| 1761 | 2026-06-30T19:53:58.704Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1762 | 2026-06-30T19:53:59.540Z | Compiling proc-macro2 v1.0.106 |
| 1763 | 2026-06-30T19:53:59.540Z | Compiling quote v1.0.45 |
| 1764 | 2026-06-30T19:53:59.543Z | Compiling unicode-ident v1.0.24 |
| 1765 | 2026-06-30T19:53:59.543Z | Compiling libc v0.2.185 |
| 1766 | 2026-06-30T19:53:59.543Z | Compiling serde_core v1.0.228 |
| 1767 | 2026-06-30T19:53:59.543Z | Compiling serde v1.0.228 |
| 1768 | 2026-06-30T19:53:59.543Z | Compiling cfg-if v1.0.4 |
| 1769 | 2026-06-30T19:53:59.543Z | Compiling version_check v0.9.5 |
| 1770 | 2026-06-30T19:53:59.543Z | Compiling typenum v1.19.0 |
| 1771 | 2026-06-30T19:53:59.543Z | Compiling find-msvc-tools v0.1.9 |
| 1772 | 2026-06-30T19:53:59.684Z | Compiling shlex v1.3.0 |
| 1773 | 2026-06-30T19:53:59.687Z | Compiling autocfg v1.5.0 |
| 1774 | 2026-06-30T19:53:59.687Z | Compiling zmij v1.0.21 |
| 1775 | 2026-06-30T19:53:59.687Z | Compiling memchr v2.8.0 |
| 1776 | 2026-06-30T19:53:59.687Z | Compiling serde_json v1.0.150 |
| 1777 | 2026-06-30T19:53:59.916Z | Compiling portable-atomic v1.13.1 |
| 1778 | 2026-06-30T19:54:00.067Z | Compiling zerocopy v0.8.40 |
| 1779 | 2026-06-30T19:54:00.118Z | Compiling generic-array v0.14.7 |
| 1780 | 2026-06-30T19:54:00.162Z | Compiling libm v0.2.16 |
| 1781 | 2026-06-30T19:54:00.210Z | Compiling parking_lot_core v0.9.12 |
| 1782 | 2026-06-30T19:54:00.212Z | Compiling icu_normalizer_data v2.1.1 |
| 1783 | 2026-06-30T19:54:00.255Z | Compiling icu_properties_data v2.1.2 |
| 1784 | 2026-06-30T19:54:00.321Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-06-30T19:54:00.325Z | Compiling num-traits v0.2.19 |
| 1786 | 2026-06-30T19:54:00.363Z | Compiling itoa v1.0.17 |
| 1787 | 2026-06-30T19:54:00.456Z | Compiling getrandom v0.4.1 |
| 1788 | 2026-06-30T19:54:00.476Z | Compiling log v0.4.29 |
| 1789 | 2026-06-30T19:54:00.537Z | Compiling stable_deref_trait v1.2.1 |
| 1790 | 2026-06-30T19:54:00.552Z | Compiling pkg-config v0.3.32 |
| 1791 | 2026-06-30T19:54:00.598Z | Compiling subtle v2.6.1 |
| 1792 | 2026-06-30T19:54:00.703Z | Compiling jobserver v0.1.34 |
| 1793 | 2026-06-30T19:54:00.706Z | Compiling getrandom v0.2.17 |
| 1794 | 2026-06-30T19:54:00.753Z | Compiling errno v0.3.14 |
| 1795 | 2026-06-30T19:54:00.799Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-06-30T19:54:00.933Z | Compiling cc v1.2.56 |
| 1797 | 2026-06-30T19:54:00.952Z | Compiling rand_core v0.6.4 |
| 1798 | 2026-06-30T19:54:01.024Z | Compiling lock_api v0.4.14 |
| 1799 | 2026-06-30T19:54:01.061Z | Compiling fnv v1.0.7 |
| 1800 | 2026-06-30T19:54:01.083Z | Compiling percent-encoding v2.3.2 |
| 1801 | 2026-06-30T19:54:01.132Z | Compiling litemap v0.8.1 |
| 1802 | 2026-06-30T19:54:01.151Z | Compiling syn v2.0.117 |
| 1803 | 2026-06-30T19:54:01.575Z | Compiling thiserror v2.0.18 |
| 1804 | 2026-06-30T19:54:01.586Z | Compiling writeable v0.6.2 |
| 1805 | 2026-06-30T19:54:01.586Z | Compiling pin-project-lite v0.2.17 |
| 1806 | 2026-06-30T19:54:01.586Z | Compiling getrandom v0.3.4 |
| 1807 | 2026-06-30T19:54:01.586Z | Compiling equivalent v1.0.2 |
| 1808 | 2026-06-30T19:54:01.586Z | Compiling rand_core v0.10.0 |
| 1809 | 2026-06-30T19:54:01.586Z | Compiling rustversion v1.0.22 |
| 1810 | 2026-06-30T19:54:01.586Z | Compiling schemars v0.8.22 |
| 1811 | 2026-06-30T19:54:01.586Z | Compiling critical-section v1.2.0 |
| 1812 | 2026-06-30T19:54:01.586Z | Compiling dunce v1.0.5 |
| 1813 | 2026-06-30T19:54:01.587Z | Compiling fs_extra v1.3.0 |
| 1814 | 2026-06-30T19:54:01.587Z | Compiling rustix v1.1.3 |
| 1815 | 2026-06-30T19:54:01.651Z | Compiling utf8_iter v1.0.4 |
| 1816 | 2026-06-30T19:54:01.695Z | Compiling cmake v0.1.57 |
| 1817 | 2026-06-30T19:54:01.715Z | Compiling hashbrown v0.17.0 |
| 1818 | 2026-06-30T19:54:01.789Z | Compiling form_urlencoded v1.2.2 |
| 1819 | 2026-06-30T19:54:01.864Z | Compiling const-oid v0.9.6 |
| 1820 | 2026-06-30T19:54:01.965Z | Compiling semver v1.0.28 |
| 1821 | 2026-06-30T19:54:02.069Z | Compiling bitflags v2.11.0 |
| 1822 | 2026-06-30T19:54:02.083Z | Compiling once_cell v1.21.3 |
| 1823 | 2026-06-30T19:54:02.215Z | Compiling indexmap v2.14.0 |
| 1824 | 2026-06-30T19:54:02.234Z | Compiling aws-lc-sys v0.40.0 |
| 1825 | 2026-06-30T19:54:02.265Z | Compiling signal-hook-registry v1.4.8 |
| 1826 | 2026-06-30T19:54:02.295Z | Compiling heck v0.5.0 |
| 1827 | 2026-06-30T19:54:02.334Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-06-30T19:54:02.356Z | Compiling mio v1.2.0 |
| 1829 | 2026-06-30T19:54:02.419Z | Compiling socket2 v0.6.3 |
| 1830 | 2026-06-30T19:54:02.438Z | Compiling aws-lc-rs v1.16.3 |
| 1831 | 2026-06-30T19:54:02.482Z | Compiling futures-core v0.3.32 |
| 1832 | 2026-06-30T19:54:02.538Z | Compiling httparse v1.10.1 |
| 1833 | 2026-06-30T19:54:02.579Z | Compiling strsim v0.11.1 |
| 1834 | 2026-06-30T19:54:02.745Z | Compiling byteorder v1.5.0 |
| 1835 | 2026-06-30T19:54:02.762Z | Compiling ucd-trie v0.1.7 |
| 1836 | 2026-06-30T19:54:02.885Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-06-30T19:54:02.942Z | Compiling pest v2.8.6 |
| 1838 | 2026-06-30T19:54:02.966Z | Compiling syn v1.0.109 |
| 1839 | 2026-06-30T19:54:02.983Z | Compiling ident_case v1.0.1 |
| 1840 | 2026-06-30T19:54:02.997Z | Compiling vcpkg v0.2.15 |
| 1841 | 2026-06-30T19:54:03.013Z | Compiling regex-syntax v0.8.10 |
| 1842 | 2026-06-30T19:54:03.065Z | Compiling iana-time-zone v0.1.65 |
| 1843 | 2026-06-30T19:54:03.215Z | Compiling uuid v1.23.4 |
| 1844 | 2026-06-30T19:54:03.332Z | Compiling rustc_version v0.4.1 |
| 1845 | 2026-06-30T19:54:03.411Z | Compiling futures-sink v0.3.32 |
| 1846 | 2026-06-30T19:54:03.430Z | Compiling rustls v0.23.41 |
| 1847 | 2026-06-30T19:54:03.457Z | Compiling cpufeatures v0.2.17 |
| 1848 | 2026-06-30T19:54:03.557Z | Compiling futures-channel v0.3.32 |
| 1849 | 2026-06-30T19:54:03.593Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-06-30T19:54:03.658Z | Compiling aho-corasick v1.1.4 |
| 1851 | 2026-06-30T19:54:03.687Z | Compiling slab v0.4.12 |
| 1852 | 2026-06-30T19:54:03.800Z | Compiling futures-task v0.3.32 |
| 1853 | 2026-06-30T19:54:03.821Z | Compiling futures-io v0.3.32 |
| 1854 | 2026-06-30T19:54:03.991Z | Compiling synstructure v0.13.2 |
| 1855 | 2026-06-30T19:54:04.027Z | Compiling serde_derive_internals v0.29.1 |
| 1856 | 2026-06-30T19:54:04.060Z | Compiling pest_meta v2.8.6 |
| 1857 | 2026-06-30T19:54:04.093Z | Compiling crc32fast v1.5.0 |
| 1858 | 2026-06-30T19:54:04.111Z | Compiling dyn-clone v1.0.20 |
| 1859 | 2026-06-30T19:54:04.181Z | Compiling plain v0.2.3 |
| 1860 | 2026-06-30T19:54:04.219Z | Compiling time-core v0.1.8 |
| 1861 | 2026-06-30T19:54:04.249Z | Compiling num-conv v0.2.0 |
| 1862 | 2026-06-30T19:54:04.309Z | Compiling base64 v0.22.1 |
| 1863 | 2026-06-30T19:54:04.324Z | Compiling crossbeam-utils v0.8.21 |
| 1864 | 2026-06-30T19:54:04.416Z | Compiling time-macros v0.2.27 |
| 1865 | 2026-06-30T19:54:04.546Z | Compiling pretty-hex v0.4.1 |
| 1866 | 2026-06-30T19:54:04.559Z | Compiling openssl v0.10.79 |
| 1867 | 2026-06-30T19:54:04.595Z | Compiling regex-automata v0.4.14 |
| 1868 | 2026-06-30T19:54:04.691Z | Compiling pest_generator v2.8.6 |
| 1869 | 2026-06-30T19:54:04.706Z | Compiling base64ct v1.8.3 |
| 1870 | 2026-06-30T19:54:04.760Z | Compiling darling_core v0.21.3 |
| 1871 | 2026-06-30T19:54:04.783Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1872 | 2026-06-30T19:54:04.834Z | Compiling flagset v0.4.7 |
| 1873 | 2026-06-30T19:54:04.850Z | Compiling anyhow v1.0.102 |
| 1874 | 2026-06-30T19:54:04.853Z | Compiling native-tls v0.2.18 |
| 1875 | 2026-06-30T19:54:04.984Z | Compiling pem-rfc7468 v0.7.0 |
| 1876 | 2026-06-30T19:54:05.019Z | Compiling rand_core v0.9.5 |
| 1877 | 2026-06-30T19:54:05.119Z | Compiling slog v2.8.2 |
| 1878 | 2026-06-30T19:54:05.134Z | Compiling tracing-core v0.1.36 |
| 1879 | 2026-06-30T19:54:05.258Z | Compiling cookie v0.18.1 |
| 1880 | 2026-06-30T19:54:05.276Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-06-30T19:54:05.293Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-06-30T19:54:05.296Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-06-30T19:54:05.332Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-06-30T19:54:05.347Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-06-30T19:54:05.368Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-06-30T19:54:05.424Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-06-30T19:54:05.439Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-06-30T19:54:05.461Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-06-30T19:54:05.490Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-06-30T19:54:05.921Z | Compiling zeroize v1.8.2 |
| 1891 | 2026-06-30T19:54:06.186Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-06-30T19:54:06.186Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-06-30T19:54:06.296Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-06-30T19:54:06.311Z | Compiling thiserror-impl v1.0.69 |
| 1895 | 2026-06-30T19:54:06.400Z | Compiling pest_derive v2.8.6 |
| 1896 | 2026-06-30T19:54:06.435Z | Compiling zerofrom v0.1.6 |
| 1897 | 2026-06-30T19:54:06.583Z | Compiling yoke v0.8.1 |
| 1898 | 2026-06-30T19:54:06.660Z | Compiling crypto-common v0.1.7 |
| 1899 | 2026-06-30T19:54:06.760Z | Compiling zerovec v0.11.5 |
| 1900 | 2026-06-30T19:54:07.182Z | Compiling zerotrie v0.2.3 |
| 1901 | 2026-06-30T19:54:07.185Z | Compiling block-buffer v0.10.4 |
| 1902 | 2026-06-30T19:54:07.185Z | Compiling futures-util v0.3.32 |
| 1903 | 2026-06-30T19:54:07.185Z | Compiling digest v0.10.7 |
| 1904 | 2026-06-30T19:54:07.242Z | Compiling hmac v0.12.1 |
| 1905 | 2026-06-30T19:54:07.339Z | Compiling tinystr v0.8.2 |
| 1906 | 2026-06-30T19:54:07.360Z | Compiling potential_utf v0.1.4 |
| 1907 | 2026-06-30T19:54:07.376Z | Compiling block-padding v0.3.3 |
| 1908 | 2026-06-30T19:54:07.410Z | Compiling sha2 v0.10.9 |
| 1909 | 2026-06-30T19:54:07.526Z | Compiling icu_locale_core v2.1.1 |
| 1910 | 2026-06-30T19:54:07.543Z | Compiling icu_collections v2.1.1 |
| 1911 | 2026-06-30T19:54:07.574Z | Compiling inout v0.1.4 |
| 1912 | 2026-06-30T19:54:07.577Z | Compiling scroll_derive v0.12.1 |
| 1913 | 2026-06-30T19:54:07.618Z | Compiling scroll_derive v0.13.1 |
| 1914 | 2026-06-30T19:54:07.772Z | Compiling cipher v0.4.4 |
| 1915 | 2026-06-30T19:54:08.043Z | Compiling openssl-macros v0.1.1 |
| 1916 | 2026-06-30T19:54:08.213Z | Compiling icu_provider v2.1.1 |
| 1917 | 2026-06-30T19:54:08.268Z | Compiling der v0.7.10 |
| 1918 | 2026-06-30T19:54:08.328Z | Compiling darling_macro v0.21.3 |
| 1919 | 2026-06-30T19:54:08.454Z | Compiling bytes v1.11.1 |
| 1920 | 2026-06-30T19:54:08.505Z | Compiling icu_properties v2.1.2 |
| 1921 | 2026-06-30T19:54:08.522Z | Compiling icu_normalizer v2.1.1 |
| 1922 | 2026-06-30T19:54:08.542Z | Compiling chrono v0.4.44 |
| 1923 | 2026-06-30T19:54:08.642Z | Compiling serde_tokenstream v0.2.3 |
| 1924 | 2026-06-30T19:54:08.838Z | Compiling regex v1.12.3 |
| 1925 | 2026-06-30T19:54:09.093Z | Compiling tokio v1.52.1 |
| 1926 | 2026-06-30T19:54:09.360Z | Compiling http v1.4.2 |
| 1927 | 2026-06-30T19:54:09.406Z | Compiling idna_adapter v1.2.1 |
| 1928 | 2026-06-30T19:54:09.564Z | Compiling idna v1.1.0 |
| 1929 | 2026-06-30T19:54:09.655Z | Compiling zerocopy-derive v0.7.35 |
| 1930 | 2026-06-30T19:54:09.715Z | Compiling ppv-lite86 v0.2.21 |
| 1931 | 2026-06-30T19:54:10.043Z | Compiling url v2.5.8 |
| 1932 | 2026-06-30T19:54:10.080Z | Compiling spki v0.7.3 |
| 1933 | 2026-06-30T19:54:10.114Z | Compiling darling v0.21.3 |
| 1934 | 2026-06-30T19:54:10.117Z | Compiling salsa20 v0.10.2 |
| 1935 | 2026-06-30T19:54:10.264Z | Compiling tracing v0.1.44 |
| 1936 | 2026-06-30T19:54:10.280Z | Compiling pbkdf2 v0.12.2 |
| 1937 | 2026-06-30T19:54:11.006Z | Compiling camino v1.2.2 |
| 1938 | 2026-06-30T19:54:11.251Z | Compiling scrypt v0.11.0 |
| 1939 | 2026-06-30T19:54:11.335Z | Compiling http-body v1.0.1 |
| 1940 | 2026-06-30T19:54:11.416Z | Compiling rand_chacha v0.9.0 |
| 1941 | 2026-06-30T19:54:11.453Z | Compiling aes v0.8.4 |
| 1942 | 2026-06-30T19:54:11.498Z | Compiling cbc v0.1.2 |
| 1943 | 2026-06-30T19:54:11.505Z | Compiling rustls-pki-types v1.14.0 |
| 1944 | 2026-06-30T19:54:11.645Z | Compiling usdt-impl v0.5.0 |
| 1945 | 2026-06-30T19:54:11.679Z | Compiling paste v1.0.15 |
| 1946 | 2026-06-30T19:54:11.741Z | Compiling usdt-impl v0.6.0 |
| 1947 | 2026-06-30T19:54:11.794Z | Compiling ref-cast v1.0.25 |
| 1948 | 2026-06-30T19:54:11.808Z | Compiling fastrand v2.3.0 |
| 1949 | 2026-06-30T19:54:11.911Z | Compiling tinyvec_macros v0.1.1 |
| 1950 | 2026-06-30T19:54:11.937Z | Compiling either v1.15.0 |
| 1951 | 2026-06-30T19:54:11.955Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-06-30T19:54:12.010Z | Compiling tinyvec v1.10.0 |
| 1953 | 2026-06-30T19:54:12.027Z | Compiling pkcs5 v0.7.1 |
| 1954 | 2026-06-30T19:54:12.136Z | Compiling rand v0.9.2 |
| 1955 | 2026-06-30T19:54:12.197Z | Compiling scroll v0.13.0 |
| 1956 | 2026-06-30T19:54:12.236Z | Compiling serde_spanned v0.6.9 |
| 1957 | 2026-06-30T19:54:12.368Z | Compiling toml_datetime v0.6.11 |
| 1958 | 2026-06-30T19:54:12.383Z | Compiling scroll v0.12.0 |
| 1959 | 2026-06-30T19:54:12.400Z | Compiling async-trait v0.1.89 |
| 1960 | 2026-06-30T19:54:12.404Z | Compiling heapless v0.7.17 |
| 1961 | 2026-06-30T19:54:12.500Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1962 | 2026-06-30T19:54:12.549Z | Compiling tower-service v0.3.3 |
| 1963 | 2026-06-30T19:54:12.629Z | Compiling atomic-waker v1.1.2 |
| 1964 | 2026-06-30T19:54:12.663Z | Compiling litrs v1.0.0 |
| 1965 | 2026-06-30T19:54:12.679Z | Compiling rustix v0.38.44 |
| 1966 | 2026-06-30T19:54:12.683Z | Compiling try-lock v0.2.5 |
| 1967 | 2026-06-30T19:54:12.711Z | Compiling signal-hook v0.3.18 |
| 1968 | 2026-06-30T19:54:12.712Z | Compiling tower-layer v0.3.3 |
| 1969 | 2026-06-30T19:54:12.728Z | Compiling zstd-safe v7.2.4 |
| 1970 | 2026-06-30T19:54:12.772Z | Compiling untrusted v0.7.1 |
| 1971 | 2026-06-30T19:54:12.823Z | Compiling winnow v0.7.14 |
| 1972 | 2026-06-30T19:54:12.885Z | Compiling winnow v1.0.3 |
| 1973 | 2026-06-30T19:54:12.900Z | Compiling want v0.3.1 |
| 1974 | 2026-06-30T19:54:12.967Z | Compiling goblin v0.8.2 |
| 1975 | 2026-06-30T19:54:12.998Z | Compiling tokio-util v0.7.18 |
| 1976 | 2026-06-30T19:54:13.084Z | Compiling goblin v0.10.5 |
| 1977 | 2026-06-30T19:54:13.137Z | Compiling document-features v0.2.12 |
| 1978 | 2026-06-30T19:54:13.269Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1979 | 2026-06-30T19:54:13.307Z | Compiling pkcs8 v0.10.2 |
| 1980 | 2026-06-30T19:54:13.620Z | Compiling zerocopy v0.7.35 |
| 1981 | 2026-06-30T19:54:13.736Z | Compiling h2 v0.4.15 |
| 1982 | 2026-06-30T19:54:13.843Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-06-30T19:54:13.859Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-06-30T19:54:14.038Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-06-30T19:54:14.228Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-06-30T19:54:14.359Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-06-30T19:54:14.393Z | Compiling untrusted v0.9.0 |
| 1988 | 2026-06-30T19:54:14.479Z | Compiling httpdate v1.0.3 |
| 1989 | 2026-06-30T19:54:14.520Z | Compiling foreign-types-shared v0.1.1 |
| 1990 | 2026-06-30T19:54:14.649Z | Compiling powerfmt v0.2.0 |
| 1991 | 2026-06-30T19:54:14.708Z | Compiling utf8parse v0.2.2 |
| 1992 | 2026-06-30T19:54:14.841Z | Compiling winnow v0.5.40 |
| 1993 | 2026-06-30T19:54:14.874Z | Compiling tempfile v3.25.0 |
| 1994 | 2026-06-30T19:54:14.897Z | Compiling deranged v0.5.8 |
| 1995 | 2026-06-30T19:54:14.930Z | Compiling foreign-types v0.3.2 |
| 1996 | 2026-06-30T19:54:15.234Z | Compiling dof v0.3.0 |
| 1997 | 2026-06-30T19:54:15.755Z | Compiling unicode-normalization v0.1.25 |
| 1998 | 2026-06-30T19:54:15.830Z | Compiling dtrace-parser v0.2.0 |
| 1999 | 2026-06-30T19:54:15.943Z | Compiling dof v0.4.0 |
| 2000 | 2026-06-30T19:54:16.010Z | Compiling darling_macro v0.20.11 |
| 2001 | 2026-06-30T19:54:16.168Z | Compiling toml_edit v0.19.15 |
| 2002 | 2026-06-30T19:54:16.240Z | Compiling dtrace-parser v0.3.0 |
| 2003 | 2026-06-30T19:54:16.443Z | Compiling daft-derive v0.1.7 |
| 2004 | 2026-06-30T19:54:16.518Z | Compiling pin-project-internal v1.1.11 |
| 2005 | 2026-06-30T19:54:16.586Z | Compiling spin v0.9.8 |
| 2006 | 2026-06-30T19:54:16.609Z | Compiling thread-id v4.2.2 |
| 2007 | 2026-06-30T19:54:16.710Z | Compiling thread-id v5.1.0 |
| 2008 | 2026-06-30T19:54:16.810Z | Compiling anstyle v1.0.14 |
| 2009 | 2026-06-30T19:54:16.878Z | Compiling hyper v1.10.1 |
| 2010 | 2026-06-30T19:54:16.903Z | Compiling num_threads v0.1.7 |
| 2011 | 2026-06-30T19:54:17.050Z | Compiling num-bigint-dig v0.8.6 |
| 2012 | 2026-06-30T19:54:17.120Z | Compiling cfg_aliases v0.2.1 |
| 2013 | 2026-06-30T19:54:17.157Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-06-30T19:54:17.160Z | Compiling time v0.3.47 |
| 2015 | 2026-06-30T19:54:17.212Z | Compiling nix v0.31.2 |
| 2016 | 2026-06-30T19:54:17.562Z | Compiling darling v0.20.11 |
| 2017 | 2026-06-30T19:54:17.627Z | Compiling ipnetwork v0.21.1 |
| 2018 | 2026-06-30T19:54:17.775Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2019 | 2026-06-30T19:54:17.868Z | Compiling strum_macros v0.26.4 |
| 2020 | 2026-06-30T19:54:17.984Z | Compiling hyper-util v0.1.20 |
| 2021 | 2026-06-30T19:54:18.410Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-06-30T19:54:18.454Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-06-30T19:54:18.470Z | Compiling colorchoice v1.0.4 |
| 2024 | 2026-06-30T19:54:18.542Z | Compiling siphasher v1.0.2 |
| 2025 | 2026-06-30T19:54:18.704Z | Compiling anstyle-query v1.1.5 |
| 2026 | 2026-06-30T19:54:18.763Z | Compiling quick-error v1.2.3 |
| 2027 | 2026-06-30T19:54:18.829Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-06-30T19:54:18.850Z | Compiling is_terminal_polyfill v1.70.2 |
| 2029 | 2026-06-30T19:54:18.865Z | Compiling simd-adler32 v0.3.8 |
| 2030 | 2026-06-30T19:54:19.099Z | Compiling bit-set v0.8.0 |
| 2031 | 2026-06-30T19:54:19.286Z | Compiling rusty-fork v0.3.1 |
| 2032 | 2026-06-30T19:54:19.289Z | Compiling tower v0.5.3 |
| 2033 | 2026-06-30T19:54:19.543Z | Compiling derive_builder_core v0.20.2 |
| 2034 | 2026-06-30T19:54:19.595Z | Compiling http-body-util v0.1.3 |
| 2035 | 2026-06-30T19:54:19.723Z | Compiling signature v2.2.0 |
| 2036 | 2026-06-30T19:54:19.809Z | Compiling hubpack_derive v0.1.1 |
| 2037 | 2026-06-30T19:54:19.889Z | Compiling strum_macros v0.27.2 |
| 2038 | 2026-06-30T19:54:20.152Z | Compiling snafu-derive v0.8.9 |
| 2039 | 2026-06-30T19:54:20.182Z | Compiling rand_xorshift v0.4.0 |
| 2040 | 2026-06-30T19:54:20.362Z | Compiling fs-err v3.3.0 |
| 2041 | 2026-06-30T19:54:20.385Z | Compiling ahash v0.8.12 |
| 2042 | 2026-06-30T19:54:20.450Z | Compiling unicode-properties v0.1.4 |
| 2043 | 2026-06-30T19:54:20.582Z | Compiling allocator-api2 v0.2.21 |
| 2044 | 2026-06-30T19:54:20.598Z | Compiling iri-string v0.7.10 |
| 2045 | 2026-06-30T19:54:20.639Z | Compiling object v0.37.3 |
| 2046 | 2026-06-30T19:54:20.660Z | Compiling unicode-bidi v0.3.18 |
| 2047 | 2026-06-30T19:54:20.677Z | Compiling unicode-segmentation v1.12.0 |
| 2048 | 2026-06-30T19:54:20.905Z | Compiling adler2 v2.0.1 |
| 2049 | 2026-06-30T19:54:20.930Z | Compiling unarray v0.1.4 |
| 2050 | 2026-06-30T19:54:21.051Z | Compiling ryu v1.0.23 |
| 2051 | 2026-06-30T19:54:21.066Z | Compiling proptest v1.10.0 |
| 2052 | 2026-06-30T19:54:21.080Z | Compiling miniz_oxide v0.8.9 |
| 2053 | 2026-06-30T19:54:21.153Z | Compiling stringprep v0.1.5 |
| 2054 | 2026-06-30T19:54:21.232Z | Compiling serde_urlencoded v0.7.1 |
| 2055 | 2026-06-30T19:54:21.579Z | Compiling derive_builder_macro v0.20.2 |
| 2056 | 2026-06-30T19:54:21.607Z | Compiling tokio-native-tls v0.3.1 |
| 2057 | 2026-06-30T19:54:21.670Z | Compiling usdt-macro v0.6.0 |
| 2058 | 2026-06-30T19:54:21.801Z | Compiling tower-http v0.6.8 |
| 2059 | 2026-06-30T19:54:21.826Z | Compiling usdt-attr-macro v0.6.0 |
| 2060 | 2026-06-30T19:54:21.976Z | Compiling anstyle-parse v1.0.0 |
| 2061 | 2026-06-30T19:54:22.245Z | Compiling rustls-native-certs v0.8.3 |
| 2062 | 2026-06-30T19:54:22.317Z | Compiling rand_chacha v0.3.1 |
| 2063 | 2026-06-30T19:54:22.333Z | Compiling erased-serde v0.3.31 |
| 2064 | 2026-06-30T19:54:22.407Z | Compiling md-5 v0.10.6 |
| 2065 | 2026-06-30T19:54:22.502Z | Compiling bstr v1.12.1 |
| 2066 | 2026-06-30T19:54:22.614Z | Compiling num-integer v0.1.46 |
| 2067 | 2026-06-30T19:54:22.627Z | Compiling hash32 v0.2.1 |
| 2068 | 2026-06-30T19:54:22.753Z | Compiling vergen-lib v9.1.0 |
| 2069 | 2026-06-30T19:54:22.756Z | Compiling ff v0.13.1 |
| 2070 | 2026-06-30T19:54:22.842Z | Compiling encoding_rs v0.8.35 |
| 2071 | 2026-06-30T19:54:22.887Z | Compiling fallible-iterator v0.2.0 |
| 2072 | 2026-06-30T19:54:22.890Z | Compiling psl-types v2.0.11 |
| 2073 | 2026-06-30T19:54:22.961Z | Compiling mime v0.3.17 |
| 2074 | 2026-06-30T19:54:22.982Z | Compiling base16ct v0.2.0 |
| 2075 | 2026-06-30T19:54:23.069Z | Compiling zlib-rs v0.6.2 |
| 2076 | 2026-06-30T19:54:23.109Z | Compiling sec1 v0.7.3 |
| 2077 | 2026-06-30T19:54:23.167Z | Compiling newtype-uuid v1.3.2 |
| 2078 | 2026-06-30T19:54:23.207Z | Compiling postgres-protocol v0.6.10 |
| 2079 | 2026-06-30T19:54:23.262Z | Compiling publicsuffix v2.3.0 |
| 2080 | 2026-06-30T19:54:23.344Z | Compiling group v0.13.0 |
| 2081 | 2026-06-30T19:54:23.460Z | Compiling num-iter v0.1.45 |
| 2082 | 2026-06-30T19:54:23.601Z | Compiling rand v0.8.6 |
| 2083 | 2026-06-30T19:54:23.803Z | Compiling anstream v1.0.0 |
| 2084 | 2026-06-30T19:54:24.027Z | Compiling oxnet v0.1.6 |
| 2085 | 2026-06-30T19:54:24.086Z | Compiling derive_builder v0.20.2 |
| 2086 | 2026-06-30T19:54:24.101Z | Compiling hyper-tls v0.6.0 |
| 2087 | 2026-06-30T19:54:24.170Z | Compiling heck v0.4.1 |
| 2088 | 2026-06-30T19:54:24.223Z | Compiling phf_shared v0.13.1 |
| 2089 | 2026-06-30T19:54:24.240Z | Compiling pin-project v1.1.11 |
| 2090 | 2026-06-30T19:54:24.302Z | Compiling lazy_static v1.5.0 |
| 2091 | 2026-06-30T19:54:24.339Z | Compiling anstyle-parse v0.2.7 |
| 2092 | 2026-06-30T19:54:24.469Z | Compiling terminal_size v0.4.3 |
| 2093 | 2026-06-30T19:54:24.472Z | Compiling serde_with_macros v3.17.0 |
| 2094 | 2026-06-30T19:54:24.500Z | Compiling futures-executor v0.3.32 |
| 2095 | 2026-06-30T19:54:24.518Z | Compiling hex v0.4.3 |
| 2096 | 2026-06-30T19:54:24.641Z | Compiling hkdf v0.12.4 |
| 2097 | 2026-06-30T19:54:24.684Z | Compiling crypto-bigint v0.5.5 |
| 2098 | 2026-06-30T19:54:24.723Z | Compiling serde_repr v0.1.20 |
| 2099 | 2026-06-30T19:54:24.765Z | Compiling async-recursion v1.1.1 |
| 2100 | 2026-06-30T19:54:24.798Z | Compiling clap_derive v4.6.1 |
| 2101 | 2026-06-30T19:54:24.814Z | Compiling enum-as-inner v0.6.1 |
| 2102 | 2026-06-30T19:54:24.909Z | Compiling vergen v9.1.0 |
| 2103 | 2026-06-30T19:54:24.959Z | Compiling cargo-platform v0.3.2 |
| 2104 | 2026-06-30T19:54:25.150Z | Compiling flate2 v1.1.9 |
| 2105 | 2026-06-30T19:54:25.239Z | Compiling foldhash v0.2.0 |
| 2106 | 2026-06-30T19:54:25.344Z | Compiling clap_lex v1.0.0 |
| 2107 | 2026-06-30T19:54:25.411Z | Compiling bitflags v1.3.2 |
| 2108 | 2026-06-30T19:54:25.505Z | Compiling libbz2-rs-sys v0.2.2 |
| 2109 | 2026-06-30T19:54:25.528Z | Compiling foldhash v0.1.5 |
| 2110 | 2026-06-30T19:54:25.562Z | Compiling managed v0.8.0 |
| 2111 | 2026-06-30T19:54:25.578Z | Compiling same-file v1.0.6 |
| 2112 | 2026-06-30T19:54:25.725Z | Compiling bumpalo v3.20.2 |
| 2113 | 2026-06-30T19:54:25.774Z | Compiling walkdir v2.5.0 |
| 2114 | 2026-06-30T19:54:25.841Z | Compiling hashbrown v0.15.5 |
| 2115 | 2026-06-30T19:54:25.856Z | Compiling elliptic-curve v0.13.8 |
| 2116 | 2026-06-30T19:54:25.994Z | Compiling zopfli v0.8.3 |
| 2117 | 2026-06-30T19:54:26.067Z | Compiling bzip2 v0.6.1 |
| 2118 | 2026-06-30T19:54:26.085Z | Compiling clap_builder v4.6.0 |
| 2119 | 2026-06-30T19:54:26.237Z | Compiling hashbrown v0.16.1 |
| 2120 | 2026-06-30T19:54:26.304Z | Compiling cargo_metadata v0.23.1 |
| 2121 | 2026-06-30T19:54:26.555Z | Compiling zstd v0.13.3 |
| 2122 | 2026-06-30T19:54:26.731Z | Compiling futures v0.3.32 |
| 2123 | 2026-06-30T19:54:26.838Z | Compiling anstream v0.6.21 |
| 2124 | 2026-06-30T19:54:27.057Z | Compiling phf v0.13.1 |
| 2125 | 2026-06-30T19:54:27.158Z | Compiling snafu v0.8.9 |
| 2126 | 2026-06-30T19:54:27.241Z | Compiling daft v0.1.7 |
| 2127 | 2026-06-30T19:54:27.257Z | Compiling reqwest v0.12.28 |
| 2128 | 2026-06-30T19:54:27.546Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-06-30T19:54:27.678Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-06-30T19:54:27.861Z | Compiling postgres-types v0.2.12 |
| 2131 | 2026-06-30T19:54:27.877Z | Compiling bzip2 v0.4.4 |
| 2132 | 2026-06-30T19:54:27.921Z | Compiling globset v0.4.18 |
| 2133 | 2026-06-30T19:54:28.047Z | Compiling strum v0.27.2 |
| 2134 | 2026-06-30T19:54:28.193Z | Compiling hubpack v0.1.2 |
| 2135 | 2026-06-30T19:54:28.221Z | Compiling ed25519 v2.2.3 |
| 2136 | 2026-06-30T19:54:28.261Z | Compiling phf_shared v0.11.3 |
| 2137 | 2026-06-30T19:54:28.300Z | Compiling crossbeam-epoch v0.9.18 |
| 2138 | 2026-06-30T19:54:28.413Z | Compiling olpc-cjson v0.1.4 |
| 2139 | 2026-06-30T19:54:28.466Z | Compiling pkcs1 v0.7.5 |
| 2140 | 2026-06-30T19:54:28.496Z | Compiling pem v3.0.6 |
| 2141 | 2026-06-30T19:54:28.537Z | Compiling serde-big-array v0.5.1 |
| 2142 | 2026-06-30T19:54:28.661Z | Compiling serde_plain v1.0.2 |
| 2143 | 2026-06-30T19:54:28.706Z | Compiling rfc6979 v0.4.0 |
| 2144 | 2026-06-30T19:54:28.807Z | Compiling float-cmp v0.10.0 |
| 2145 | 2026-06-30T19:54:28.821Z | Compiling memmap2 v0.9.10 |
| 2146 | 2026-06-30T19:54:28.836Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-06-30T19:54:28.853Z | Compiling predicates-core v1.0.10 |
| 2148 | 2026-06-30T19:54:28.868Z | Compiling precomputed-hash v0.1.1 |
| 2149 | 2026-06-30T19:54:28.988Z | Compiling new_debug_unreachable v1.0.6 |
| 2150 | 2026-06-30T19:54:29.015Z | Compiling fixedbitset v0.4.2 |
| 2151 | 2026-06-30T19:54:29.055Z | Compiling whoami v2.1.0 |
| 2152 | 2026-06-30T19:54:29.103Z | Compiling keccak v0.1.6 |
| 2153 | 2026-06-30T19:54:29.117Z | Compiling jiff v0.2.21 |
| 2154 | 2026-06-30T19:54:29.231Z | Compiling difflib v0.4.0 |
| 2155 | 2026-06-30T19:54:29.248Z | Compiling toml_write v0.1.2 |
| 2156 | 2026-06-30T19:54:29.248Z | Compiling fixedbitset v0.5.7 |
| 2157 | 2026-06-30T19:54:29.279Z | Compiling normalize-line-endings v0.3.0 |
| 2158 | 2026-06-30T19:54:29.282Z | Compiling data-encoding v2.10.0 |
| 2159 | 2026-06-30T19:54:29.330Z | Compiling static_assertions v1.1.0 |
| 2160 | 2026-06-30T19:54:29.398Z | Compiling typed-path v0.9.3 |
| 2161 | 2026-06-30T19:54:29.414Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2162 | 2026-06-30T19:54:29.429Z | Compiling toml_edit v0.22.27 |
| 2163 | 2026-06-30T19:54:29.481Z | Compiling predicates v3.1.4 |
| 2164 | 2026-06-30T19:54:29.545Z | Compiling petgraph v0.8.3 |
| 2165 | 2026-06-30T19:54:29.575Z | Compiling tokio-postgres v0.7.16 |
| 2166 | 2026-06-30T19:54:29.706Z | Compiling hickory-proto v0.25.2 |
| 2167 | 2026-06-30T19:54:29.840Z | Compiling sha3 v0.10.8 |
| 2168 | 2026-06-30T19:54:30.122Z | Compiling petgraph v0.6.5 |
| 2169 | 2026-06-30T19:54:30.292Z | Compiling string_cache v0.8.9 |
| 2170 | 2026-06-30T19:54:30.539Z | Compiling env_logger v0.11.9 |
| 2171 | 2026-06-30T19:54:30.559Z | Compiling usdt v0.6.0 |
| 2172 | 2026-06-30T19:54:30.823Z | Compiling ecdsa v0.16.9 |
| 2173 | 2026-06-30T19:54:30.945Z | Compiling rsa v0.9.10 |
| 2174 | 2026-06-30T19:54:31.602Z | Compiling ed25519-dalek v2.2.0 |
| 2175 | 2026-06-30T19:54:31.751Z | Compiling zip v4.6.1 |
| 2176 | 2026-06-30T19:54:31.913Z | Compiling zip v0.6.6 |
| 2177 | 2026-06-30T19:54:32.160Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-06-30T19:54:32.268Z | Compiling clap v4.6.1 |
| 2179 | 2026-06-30T19:54:32.365Z | Compiling iddqd v0.4.2 |
| 2180 | 2026-06-30T19:54:32.451Z | Compiling serde_with v3.17.0 |
| 2181 | 2026-06-30T19:54:32.654Z | Compiling similar v2.7.0 |
| 2182 | 2026-06-30T19:54:32.750Z | Compiling strum v0.26.3 |
| 2183 | 2026-06-30T19:54:32.768Z | Compiling toml v0.7.8 |
| 2184 | 2026-06-30T19:54:32.877Z | Compiling tokio-stream v0.1.18 |
| 2185 | 2026-06-30T19:54:32.926Z | Compiling buf-list v1.1.2 |
| 2186 | 2026-06-30T19:54:33.183Z | Compiling itertools v0.13.0 |
| 2187 | 2026-06-30T19:54:33.402Z | Compiling x509-cert v0.2.5 |
| 2188 | 2026-06-30T19:54:33.418Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2189 | 2026-06-30T19:54:33.752Z | Compiling openapiv3 v2.2.0 |
| 2190 | 2026-06-30T19:54:33.955Z | Compiling sha1 v0.10.6 |
| 2191 | 2026-06-30T19:54:34.013Z | Compiling peg-runtime v0.8.5 |
| 2192 | 2026-06-30T19:54:34.203Z | Compiling lalrpop-util v0.19.12 |
| 2193 | 2026-06-30T19:54:49.578Z | Compiling rustls-webpki v0.103.9 |
| 2194 | 2026-06-30T19:54:51.709Z | Compiling cpufeatures v0.3.0 |
| 2195 | 2026-06-30T19:54:51.712Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-06-30T19:54:51.811Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-06-30T19:54:51.826Z | Compiling hybrid-array v0.4.10 |
| 2198 | 2026-06-30T19:54:51.882Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-06-30T19:54:52.035Z | Compiling rayon-core v1.13.0 |
| 2200 | 2026-06-30T19:54:52.056Z | Compiling itertools v0.14.0 |
| 2201 | 2026-06-30T19:54:52.123Z | Compiling secrecy v0.10.3 |
| 2202 | 2026-06-30T19:54:52.144Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2203 | 2026-06-30T19:54:52.258Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2204 | 2026-06-30T19:54:52.298Z | Compiling heapless v0.8.0 |
| 2205 | 2026-06-30T19:54:52.315Z | Compiling block-buffer v0.12.1 |
| 2206 | 2026-06-30T19:54:52.331Z | Compiling crypto-common v0.2.2 |
| 2207 | 2026-06-30T19:54:52.424Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-06-30T19:54:52.442Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-06-30T19:54:52.512Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-06-30T19:54:52.528Z | Compiling multer v3.1.0 |
| 2211 | 2026-06-30T19:54:52.581Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2212 | 2026-06-30T19:54:52.668Z | Compiling thread_local v1.1.9 |
| 2213 | 2026-06-30T19:54:52.703Z | Compiling compression-core v0.4.31 |
| 2214 | 2026-06-30T19:54:52.747Z | Compiling slog-async v2.8.0 |
| 2215 | 2026-06-30T19:54:52.762Z | Compiling smoltcp v0.11.0 |
| 2216 | 2026-06-30T19:54:52.800Z | Compiling const-oid v0.10.2 |
| 2217 | 2026-06-30T19:54:52.835Z | Compiling structmeta v0.3.0 |
| 2218 | 2026-06-30T19:54:52.902Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2219 | 2026-06-30T19:54:53.039Z | Compiling unicode-width v0.2.0 |
| 2220 | 2026-06-30T19:54:53.057Z | Compiling match_cfg v0.1.0 |
| 2221 | 2026-06-30T19:54:53.079Z | Compiling derive-ex v0.1.8 |
| 2222 | 2026-06-30T19:54:53.121Z | Compiling hostname v0.3.1 |
| 2223 | 2026-06-30T19:54:53.156Z | Compiling proc-macro-crate v3.4.0 |
| 2224 | 2026-06-30T19:54:53.192Z | Compiling digest v0.11.3 |
| 2225 | 2026-06-30T19:54:53.207Z | Compiling compression-codecs v0.4.37 |
| 2226 | 2026-06-30T19:54:53.317Z | Compiling tokio-rustls v0.26.4 |
| 2227 | 2026-06-30T19:54:53.370Z | Compiling rustls-platform-verifier v0.6.2 |
| 2228 | 2026-06-30T19:54:53.397Z | Compiling tough v0.22.0 |
| 2229 | 2026-06-30T19:54:53.413Z | Compiling ingot-macros v0.1.1 |
| 2230 | 2026-06-30T19:54:53.591Z | Compiling hyper-rustls v0.27.7 |
| 2231 | 2026-06-30T19:54:53.655Z | Compiling atomicwrites v0.4.4 |
| 2232 | 2026-06-30T19:54:53.670Z | Compiling slog-json v2.6.1 |
| 2233 | 2026-06-30T19:54:53.673Z | Compiling crossbeam-channel v0.5.15 |
| 2234 | 2026-06-30T19:54:53.910Z | Compiling reqwest v0.13.2 |
| 2235 | 2026-06-30T19:54:53.950Z | Compiling half v2.7.1 |
| 2236 | 2026-06-30T19:54:53.966Z | Compiling newtype-uuid-macros v0.1.0 |
| 2237 | 2026-06-30T19:54:53.980Z | Compiling cobs v0.3.0 |
| 2238 | 2026-06-30T19:54:54.296Z | Compiling universal-hash v0.5.1 |
| 2239 | 2026-06-30T19:54:54.327Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2240 | 2026-06-30T19:54:54.413Z | Compiling async-stream-impl v0.3.6 |
| 2241 | 2026-06-30T19:54:54.462Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2242 | 2026-06-30T19:54:54.674Z | Compiling serde_spanned v1.1.1 |
| 2243 | 2026-06-30T19:54:54.728Z | Compiling is-terminal v0.4.17 |
| 2244 | 2026-06-30T19:54:54.852Z | Compiling proc-macro-error-attr v1.0.4 |
| 2245 | 2026-06-30T19:54:54.868Z | Compiling dropshot v0.17.1 |
| 2246 | 2026-06-30T19:54:54.914Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2247 | 2026-06-30T19:54:54.929Z | Compiling ciborium-io v0.2.2 |
| 2248 | 2026-06-30T19:54:55.009Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2249 | 2026-06-30T19:54:55.049Z | Compiling term v1.2.1 |
| 2250 | 2026-06-30T19:54:55.086Z | Compiling convert_case v0.4.0 |
| 2251 | 2026-06-30T19:54:55.106Z | Compiling take_mut v0.2.2 |
| 2252 | 2026-06-30T19:54:55.168Z | Compiling opaque-debug v0.3.1 |
| 2253 | 2026-06-30T19:54:55.203Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2254 | 2026-06-30T19:54:55.256Z | Compiling poly1305 v0.8.0 |
| 2255 | 2026-06-30T19:54:55.351Z | Compiling ciborium-ll v0.2.2 |
| 2256 | 2026-06-30T19:54:55.366Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-06-30T19:54:55.381Z | Compiling thiserror-no-std v2.0.2 |
| 2258 | 2026-06-30T19:54:55.412Z | Compiling derive_more v0.99.20 |
| 2259 | 2026-06-30T19:54:55.495Z | Compiling slog-term v2.9.2 |
| 2260 | 2026-06-30T19:54:55.577Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-06-30T19:54:55.648Z | Compiling test-strategy v0.4.5 |
| 2262 | 2026-06-30T19:54:55.706Z | Compiling postcard v1.1.3 |
| 2263 | 2026-06-30T19:54:56.084Z | Compiling ingot-types v0.1.2 |
| 2264 | 2026-06-30T19:54:56.109Z | Compiling slog-bunyan v2.5.0 |
| 2265 | 2026-06-30T19:54:56.313Z | Compiling num_enum_derive v0.7.6 |
| 2266 | 2026-06-30T19:54:56.558Z | Compiling ingot v0.1.1 |
| 2267 | 2026-06-30T19:54:56.760Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-06-30T19:54:56.847Z | Compiling sha1 v0.11.0 |
| 2269 | 2026-06-30T19:54:56.968Z | Compiling parse-display-derive v0.10.0 |
| 2270 | 2026-06-30T19:54:57.003Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2271 | 2026-06-30T19:54:57.154Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2272 | 2026-06-30T19:54:57.273Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2273 | 2026-06-30T19:54:57.295Z | Compiling proc-macro-crate v1.3.1 |
| 2274 | 2026-06-30T19:54:57.354Z | Compiling waitgroup v0.1.2 |
| 2275 | 2026-06-30T19:54:57.383Z | Compiling backon v1.6.0 |
| 2276 | 2026-06-30T19:54:57.518Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-06-30T19:54:57.536Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2278 | 2026-06-30T19:54:57.552Z | Compiling password-hash v0.5.0 |
| 2279 | 2026-06-30T19:54:57.604Z | Compiling dropshot_endpoint v0.17.1 |
| 2280 | 2026-06-30T19:54:57.660Z | Compiling chacha20 v0.9.1 |
| 2281 | 2026-06-30T19:54:57.663Z | Compiling blake2 v0.10.6 |
| 2282 | 2026-06-30T19:54:57.794Z | Compiling aead v0.5.2 |
| 2283 | 2026-06-30T19:54:57.826Z | Compiling foreign-types-macros v0.2.3 |
| 2284 | 2026-06-30T19:54:57.902Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2285 | 2026-06-30T19:54:57.928Z | Compiling serde_path_to_error v0.1.20 |
| 2286 | 2026-06-30T19:54:58.011Z | Compiling hostname v0.4.2 |
| 2287 | 2026-06-30T19:54:58.096Z | Compiling proc-macro-error v1.0.4 |
| 2288 | 2026-06-30T19:54:58.196Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2289 | 2026-06-30T19:54:58.211Z | Compiling instant v0.1.13 |
| 2290 | 2026-06-30T19:54:58.338Z | Compiling typeid v1.0.3 |
| 2291 | 2026-06-30T19:54:58.358Z | Compiling foreign-types-shared v0.3.1 |
| 2292 | 2026-06-30T19:54:58.373Z | Compiling debug-ignore v1.0.5 |
| 2293 | 2026-06-30T19:54:58.473Z | Compiling foreign-types v0.5.0 |
| 2294 | 2026-06-30T19:54:58.504Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2295 | 2026-06-30T19:54:58.507Z | Compiling parse-display v0.10.0 |
| 2296 | 2026-06-30T19:54:58.531Z | Compiling backoff v0.4.0 |
| 2297 | 2026-06-30T19:54:58.534Z | Compiling chacha20poly1305 v0.10.1 |
| 2298 | 2026-06-30T19:54:58.566Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-06-30T19:54:58.570Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2300 | 2026-06-30T19:54:58.596Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-06-30T19:54:58.669Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2302 | 2026-06-30T19:54:58.696Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-06-30T19:54:58.722Z | Compiling num_enum v0.7.6 |
| 2304 | 2026-06-30T19:54:58.783Z | Compiling ciborium v0.2.2 |
| 2305 | 2026-06-30T19:54:58.857Z | Compiling vsss-rs v3.3.4 |
| 2306 | 2026-06-30T19:54:59.155Z | Compiling tabwriter v1.4.1 |
| 2307 | 2026-06-30T19:54:59.239Z | Compiling chacha20 v0.10.0 |
| 2308 | 2026-06-30T19:54:59.256Z | Compiling regress v0.10.5 |
| 2309 | 2026-06-30T19:54:59.327Z | Compiling byte-wrapper v0.1.0 |
| 2310 | 2026-06-30T19:54:59.349Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-06-30T19:54:59.364Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2312 | 2026-06-30T19:54:59.392Z | Compiling cstr-argument v0.1.2 |
| 2313 | 2026-06-30T19:54:59.562Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2314 | 2026-06-30T19:54:59.580Z | Compiling erased-serde v0.4.9 |
| 2315 | 2026-06-30T19:54:59.585Z | Compiling humantime v2.3.0 |
| 2316 | 2026-06-30T19:54:59.610Z | Compiling num_enum v0.5.11 |
| 2317 | 2026-06-30T19:54:59.627Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2026-06-30T19:54:59.684Z | Compiling rand v0.10.0 |
| 2319 | 2026-06-30T19:54:59.812Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-06-30T19:54:59.826Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2321 | 2026-06-30T19:54:59.973Z | Compiling rayon v1.11.0 |
| 2322 | 2026-06-30T19:55:00.043Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-06-30T19:55:00.059Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-06-30T19:55:00.073Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-06-30T19:55:00.077Z | Compiling colored v3.1.1 |
| 2326 | 2026-06-30T19:55:00.104Z | Compiling zone_cfg_derive v0.3.1 |
| 2327 | 2026-06-30T19:55:00.225Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2328 | 2026-06-30T19:55:00.271Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-06-30T19:55:00.290Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2330 | 2026-06-30T19:55:00.326Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-06-30T19:55:00.462Z | Compiling itertools v0.12.1 |
| 2332 | 2026-06-30T19:55:00.524Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2333 | 2026-06-30T19:55:00.540Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-06-30T19:55:00.645Z | Compiling usdt-macro v0.5.0 |
| 2335 | 2026-06-30T19:55:00.697Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-06-30T19:55:00.759Z | Compiling bitfield-struct v0.6.2 |
| 2337 | 2026-06-30T19:55:00.763Z | Compiling blake3 v1.8.5 |
| 2338 | 2026-06-30T19:55:00.788Z | Compiling ordered-float v2.10.1 |
| 2339 | 2026-06-30T19:55:00.837Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-06-30T19:55:00.853Z | Compiling memmap v0.7.0 |
| 2341 | 2026-06-30T19:55:00.867Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-06-30T19:55:00.950Z | Compiling swrite v0.1.0 |
| 2343 | 2026-06-30T19:55:01.079Z | Compiling glob v0.3.3 |
| 2344 | 2026-06-30T19:55:01.096Z | Compiling serde-value v0.7.0 |
| 2345 | 2026-06-30T19:55:01.113Z | Compiling serde-untagged v0.1.9 |
| 2346 | 2026-06-30T19:55:01.323Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2347 | 2026-06-30T19:55:01.378Z | Compiling usdt v0.5.0 |
| 2348 | 2026-06-30T19:55:01.411Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-06-30T19:55:01.585Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2350 | 2026-06-30T19:55:01.643Z | Compiling toml v0.8.23 |
| 2351 | 2026-06-30T19:55:01.658Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2352 | 2026-06-30T19:55:01.707Z | Compiling smf v0.2.3 |
| 2353 | 2026-06-30T19:55:01.722Z | Compiling filetime v0.2.27 |
| 2354 | 2026-06-30T19:55:01.743Z | Compiling zone v0.3.1 |
| 2355 | 2026-06-30T19:55:01.847Z | Compiling whoami v1.6.1 |
| 2356 | 2026-06-30T19:55:01.907Z | Compiling unicode-xid v0.2.6 |
| 2357 | 2026-06-30T19:55:01.963Z | Compiling arrayref v0.3.9 |
| 2358 | 2026-06-30T19:55:02.025Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-06-30T19:55:02.040Z | Compiling arrayvec v0.7.6 |
| 2360 | 2026-06-30T19:55:02.061Z | Compiling xattr v1.6.1 |
| 2361 | 2026-06-30T19:55:02.079Z | Compiling constant_time_eq v0.4.2 |
| 2362 | 2026-06-30T19:55:02.119Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-06-30T19:55:02.182Z | Compiling cargo-util-schemas v0.8.2 |
| 2364 | 2026-06-30T19:55:02.292Z | Compiling tar v0.4.45 |
| 2365 | 2026-06-30T19:55:02.297Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2366 | 2026-06-30T19:55:02.336Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-06-30T19:55:02.373Z | Compiling console v0.16.2 |
| 2368 | 2026-06-30T19:55:02.412Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-06-30T19:55:02.557Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-06-30T19:55:02.572Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-06-30T19:55:02.673Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-06-30T19:55:02.750Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-06-30T19:55:02.821Z | Compiling indicatif v0.18.4 |
| 2374 | 2026-06-30T19:55:02.871Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-06-30T19:55:02.886Z | Compiling shell-words v1.1.1 |
| 2376 | 2026-06-30T19:55:03.379Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-06-30T19:55:12.021Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-06-30T19:55:12.021Z | Compiling omicron-zone-package v0.12.3 |
| 2379 | 2026-06-30T19:55:12.251Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-06-30T19:55:12.594Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2026-06-30T19:55:12.633Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-06-30T19:55:12.738Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-06-30T19:55:12.753Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-06-30T19:55:12.791Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-06-30T19:55:12.828Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-06-30T19:55:12.924Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-06-30T19:55:13.083Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-06-30T19:55:13.625Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2026-06-30T19:55:17.561Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-06-30T19:55:25.345Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-06-30T19:55:28.462Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-06-30T19:55:29.462Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-06-30T19:55:38.588Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2394 | 2026-06-30T19:55:38.724Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-06-30T19:55:38.787Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-06-30T19:55:38.790Z | Created new build target 'test' and set it as active |
| 2397 | 2026-06-30T19:55:38.790Z | |
| 2398 | 2026-06-30T19:55:38.790Z | real 1:40.083979350 |
| 2399 | 2026-06-30T19:55:38.790Z | user 16:27.346846231 |
| 2400 | 2026-06-30T19:55:38.790Z | sys 2:38.915504266 |
| 2401 | 2026-06-30T19:55:38.790Z | trap 0.469865557 |
| 2402 | 2026-06-30T19:55:38.790Z | tflt 2.525727394 |
| 2403 | 2026-06-30T19:55:38.790Z | dflt 3.775485513 |
| 2404 | 2026-06-30T19:55:38.790Z | kflt 0.000480944 |
| 2405 | 2026-06-30T19:55:38.790Z | lock 52:04.388874801 |
| 2406 | 2026-06-30T19:55:38.790Z | slp 42:35.119113970 |
| 2407 | 2026-06-30T19:55:38.790Z | lat 44.053834388 |
| 2408 | 2026-06-30T19:55:38.790Z | stop 5:13.454020934 |
| 2409 | 2026-06-30T19:55:38.794Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-06-30T19:55:39.599Z | Finished `release` profile [optimized] target(s) in 0.79s |
| 2411 | 2026-06-30T19:55:39.668Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-06-30T19:55:39.723Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-06-30T19:55:41.078Z | Compiling heck v0.5.0 |
| 2414 | 2026-06-30T19:55:41.078Z | Compiling regress v0.11.1 |
| 2415 | 2026-06-30T19:55:41.311Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-06-30T19:55:41.332Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-06-30T19:55:41.356Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2418 | 2026-06-30T19:55:41.377Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-06-30T19:55:41.380Z | Compiling atomicwrites v0.4.4 |
| 2420 | 2026-06-30T19:55:41.418Z | Compiling derive-where v1.6.0 |
| 2421 | 2026-06-30T19:55:41.439Z | Compiling bytecount v0.6.9 |
| 2422 | 2026-06-30T19:55:41.442Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-06-30T19:55:41.442Z | Compiling prettyplease v0.2.37 |
| 2424 | 2026-06-30T19:55:41.442Z | Compiling console v0.15.11 |
| 2425 | 2026-06-30T19:55:41.458Z | Compiling newline-converter v0.3.0 |
| 2426 | 2026-06-30T19:55:41.461Z | Compiling hybrid-array v0.4.10 |
| 2427 | 2026-06-30T19:55:41.558Z | Compiling slog-dtrace v0.3.0 |
| 2428 | 2026-06-30T19:55:41.581Z | Compiling cancel-safe-futures v0.1.5 |
| 2429 | 2026-06-30T19:55:41.604Z | Compiling owo-colors v4.3.0 |
| 2430 | 2026-06-30T19:55:41.607Z | Compiling resolv-conf v0.7.6 |
| 2431 | 2026-06-30T19:55:41.644Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2432 | 2026-06-30T19:55:41.662Z | Compiling num-rational v0.4.2 |
| 2433 | 2026-06-30T19:55:41.708Z | Compiling libsw-core v0.3.2 |
| 2434 | 2026-06-30T19:55:41.760Z | Compiling num-complex v0.4.6 |
| 2435 | 2026-06-30T19:55:41.845Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-06-30T19:55:41.911Z | Compiling thread_local v1.1.9 |
| 2437 | 2026-06-30T19:55:41.936Z | Compiling expectorate v1.2.0 |
| 2438 | 2026-06-30T19:55:41.982Z | Compiling block-buffer v0.12.1 |
| 2439 | 2026-06-30T19:55:42.004Z | Compiling crypto-common v0.2.2 |
| 2440 | 2026-06-30T19:55:42.033Z | Compiling match_cfg v0.1.0 |
| 2441 | 2026-06-30T19:55:42.134Z | Compiling compression-core v0.4.31 |
| 2442 | 2026-06-30T19:55:42.171Z | Compiling const-oid v0.10.2 |
| 2443 | 2026-06-30T19:55:42.174Z | Compiling num v0.4.3 |
| 2444 | 2026-06-30T19:55:42.212Z | Compiling hostname v0.3.1 |
| 2445 | 2026-06-30T19:55:42.289Z | Compiling compression-codecs v0.4.37 |
| 2446 | 2026-06-30T19:55:42.315Z | Compiling libsw v3.5.0 |
| 2447 | 2026-06-30T19:55:42.379Z | Compiling multer v3.1.0 |
| 2448 | 2026-06-30T19:55:42.401Z | Compiling slog-async v2.8.0 |
| 2449 | 2026-06-30T19:55:42.446Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2450 | 2026-06-30T19:55:42.467Z | Compiling crossbeam-channel v0.5.15 |
| 2451 | 2026-06-30T19:55:42.527Z | Compiling slog-json v2.6.1 |
| 2452 | 2026-06-30T19:55:42.573Z | Compiling digest v0.11.3 |
| 2453 | 2026-06-30T19:55:42.573Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2454 | 2026-06-30T19:55:42.630Z | Compiling serde_spanned v1.1.1 |
| 2455 | 2026-06-30T19:55:42.650Z | Compiling term v1.2.1 |
| 2456 | 2026-06-30T19:55:42.654Z | Compiling linear-map v1.2.0 |
| 2457 | 2026-06-30T19:55:42.695Z | Compiling take_mut v0.2.2 |
| 2458 | 2026-06-30T19:55:42.753Z | Compiling float-ord v0.3.2 |
| 2459 | 2026-06-30T19:55:42.774Z | Compiling linked-hash-map v0.5.6 |
| 2460 | 2026-06-30T19:55:42.813Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2461 | 2026-06-30T19:55:42.834Z | Compiling cpufeatures v0.3.0 |
| 2462 | 2026-06-30T19:55:42.837Z | Compiling slog-bunyan v2.5.0 |
| 2463 | 2026-06-30T19:55:42.837Z | Compiling async-compression v0.4.41 |
| 2464 | 2026-06-30T19:55:42.899Z | Compiling typify-impl v0.6.2 |
| 2465 | 2026-06-30T19:55:42.903Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2466 | 2026-06-30T19:55:42.923Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2467 | 2026-06-30T19:55:42.966Z | Compiling sha1 v0.11.0 |
| 2468 | 2026-06-30T19:55:42.969Z | Compiling lru-cache v0.1.2 |
| 2469 | 2026-06-30T19:55:43.043Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2470 | 2026-06-30T19:55:43.064Z | Compiling slog-term v2.9.2 |
| 2471 | 2026-06-30T19:55:43.186Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2472 | 2026-06-30T19:55:43.225Z | Compiling async-stream v0.3.6 |
| 2473 | 2026-06-30T19:55:43.258Z | Compiling dropshot v0.17.1 |
| 2474 | 2026-06-30T19:55:43.325Z | Compiling progenitor-client v0.14.0 |
| 2475 | 2026-06-30T19:55:43.372Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2476 | 2026-06-30T19:55:43.392Z | Compiling waitgroup v0.1.2 |
| 2477 | 2026-06-30T19:55:43.433Z | Compiling rustls-pemfile v2.2.0 |
| 2478 | 2026-06-30T19:55:43.560Z | Compiling backon v1.6.0 |
| 2479 | 2026-06-30T19:55:43.583Z | Compiling hostname v0.4.2 |
| 2480 | 2026-06-30T19:55:43.586Z | Compiling serde_path_to_error v0.1.20 |
| 2481 | 2026-06-30T19:55:43.628Z | Compiling instant v0.1.13 |
| 2482 | 2026-06-30T19:55:43.631Z | Compiling debug-ignore v1.0.5 |
| 2483 | 2026-06-30T19:55:43.672Z | Compiling minimal-lexical v0.2.1 |
| 2484 | 2026-06-30T19:55:43.675Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2485 | 2026-06-30T19:55:43.754Z | Compiling backoff v0.4.0 |
| 2486 | 2026-06-30T19:55:43.774Z | Compiling progenitor-extras v0.2.0 |
| 2487 | 2026-06-30T19:55:43.794Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2488 | 2026-06-30T19:55:43.797Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2489 | 2026-06-30T19:55:43.992Z | Compiling nom v7.1.3 |
| 2490 | 2026-06-30T19:55:44.013Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2491 | 2026-06-30T19:55:44.055Z | Compiling parse-display v0.10.0 |
| 2492 | 2026-06-30T19:55:44.075Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2493 | 2026-06-30T19:55:44.226Z | Compiling hickory-proto v0.24.4 |
| 2494 | 2026-06-30T19:55:44.284Z | Compiling regress v0.10.5 |
| 2495 | 2026-06-30T19:55:44.727Z | Compiling macaddr v1.0.1 |
| 2496 | 2026-06-30T19:55:44.784Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-06-30T19:55:44.827Z | Compiling humantime v2.3.0 |
| 2498 | 2026-06-30T19:55:44.978Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-06-30T19:55:45.098Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2500 | 2026-06-30T19:55:45.178Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2501 | 2026-06-30T19:55:45.378Z | Compiling convert_case v0.10.0 |
| 2502 | 2026-06-30T19:55:45.429Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-06-30T19:55:45.706Z | Compiling derive_more-impl v2.1.1 |
| 2504 | 2026-06-30T19:55:45.756Z | Compiling toml v0.8.23 |
| 2505 | 2026-06-30T19:55:46.101Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2506 | 2026-06-30T19:55:46.345Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2507 | 2026-06-30T19:55:46.375Z | Compiling papergrid v0.11.0 |
| 2508 | 2026-06-30T19:55:46.422Z | Compiling tabled_derive v0.7.0 |
| 2509 | 2026-06-30T19:55:46.428Z | Compiling typify-macro v0.6.2 |
| 2510 | 2026-06-30T19:55:46.504Z | Compiling termtree v0.5.1 |
| 2511 | 2026-06-30T19:55:46.525Z | Compiling derive_more v2.1.1 |
| 2512 | 2026-06-30T19:55:46.619Z | Compiling crossterm v0.29.0 |
| 2513 | 2026-06-30T19:55:46.641Z | Compiling phf_shared v0.12.1 |
| 2514 | 2026-06-30T19:55:46.705Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2515 | 2026-06-30T19:55:46.892Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2026-06-30T19:55:47.247Z | Compiling hickory-resolver v0.24.4 |
| 2517 | 2026-06-30T19:55:47.313Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2518 | 2026-06-30T19:55:47.530Z | Compiling tabled v0.15.0 |
| 2519 | 2026-06-30T19:55:47.554Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2520 | 2026-06-30T19:55:47.959Z | Compiling typify v0.6.2 |
| 2521 | 2026-06-30T19:55:48.259Z | Compiling progenitor-impl v0.14.0 |
| 2522 | 2026-06-30T19:55:48.725Z | Compiling qorb v0.4.1 |
| 2523 | 2026-06-30T19:55:49.616Z | Compiling csv-core v0.1.13 |
| 2524 | 2026-06-30T19:55:50.057Z | Compiling vte v0.14.1 |
| 2525 | 2026-06-30T19:55:50.327Z | Compiling highway v1.3.0 |
| 2526 | 2026-06-30T19:55:50.441Z | Compiling progenitor-macro v0.14.0 |
| 2527 | 2026-06-30T19:55:51.045Z | Compiling chrono-tz v0.10.4 |
| 2528 | 2026-06-30T19:55:51.309Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2529 | 2026-06-30T19:55:51.598Z | Compiling strip-ansi-escapes v0.2.1 |
| 2530 | 2026-06-30T19:55:51.778Z | Compiling csv v1.4.0 |
| 2531 | 2026-06-30T19:55:52.047Z | Compiling phf v0.12.1 |
| 2532 | 2026-06-30T19:55:52.071Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2533 | 2026-06-30T19:55:52.175Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2534 | 2026-06-30T19:55:52.258Z | Compiling const_format_proc_macros v0.2.34 |
| 2535 | 2026-06-30T19:55:52.321Z | Compiling fd-lock v4.0.4 |
| 2536 | 2026-06-30T19:55:52.492Z | Compiling peg-macros v0.8.5 |
| 2537 | 2026-06-30T19:55:52.761Z | Compiling nu-ansi-term v0.50.3 |
| 2538 | 2026-06-30T19:55:53.048Z | Compiling const_format v0.2.35 |
| 2539 | 2026-06-30T19:55:53.311Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2540 | 2026-06-30T19:55:53.336Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2541 | 2026-06-30T19:55:53.577Z | Compiling reedline v0.40.0 |
| 2542 | 2026-06-30T19:55:53.780Z | Compiling peg v0.8.5 |
| 2543 | 2026-06-30T19:55:53.918Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2544 | 2026-06-30T19:55:54.117Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2545 | 2026-06-30T19:55:54.475Z | Compiling progenitor v0.14.0 |
| 2546 | 2026-06-30T19:55:54.652Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2547 | 2026-06-30T19:55:55.127Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2548 | 2026-06-30T19:55:55.374Z | Compiling bcs v0.1.6 |
| 2549 | 2026-06-30T19:55:55.499Z | Compiling nom v8.0.0 |
| 2550 | 2026-06-30T19:55:55.813Z | Compiling semver v0.1.20 |
| 2551 | 2026-06-30T19:55:56.144Z | Compiling rustc_version v0.1.7 |
| 2552 | 2026-06-30T19:55:56.385Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-06-30T19:55:56.641Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-06-30T19:55:56.744Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2555 | 2026-06-30T19:55:56.887Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2556 | 2026-06-30T19:55:57.025Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2557 | 2026-06-30T19:55:57.225Z | Compiling unicode-linebreak v0.1.5 |
| 2558 | 2026-06-30T19:55:57.248Z | Compiling smawk v0.3.2 |
| 2559 | 2026-06-30T19:55:57.305Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2560 | 2026-06-30T19:55:57.406Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2561 | 2026-06-30T19:55:57.451Z | Compiling base64 v0.21.7 |
| 2562 | 2026-06-30T19:55:57.492Z | Compiling textwrap v0.16.2 |
| 2563 | 2026-06-30T19:55:57.512Z | Compiling steno v0.4.1 |
| 2564 | 2026-06-30T19:55:57.531Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2565 | 2026-06-30T19:55:57.970Z | Compiling tagptr v0.2.0 |
| 2566 | 2026-06-30T19:55:58.122Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2567 | 2026-06-30T19:55:58.229Z | Compiling utf-8 v0.7.6 |
| 2568 | 2026-06-30T19:55:58.273Z | Compiling moka v0.12.13 |
| 2569 | 2026-06-30T19:55:58.499Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-06-30T19:55:58.771Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-06-30T19:55:59.136Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-06-30T19:55:59.451Z | Compiling hickory-resolver v0.25.2 |
| 2573 | 2026-06-30T19:55:59.560Z | Compiling display-error-chain v0.2.2 |
| 2574 | 2026-06-30T19:55:59.747Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2575 | 2026-06-30T19:55:59.768Z | Compiling radium v0.7.0 |
| 2576 | 2026-06-30T19:55:59.930Z | Compiling tokio-tungstenite v0.21.0 |
| 2577 | 2026-06-30T19:56:00.109Z | Compiling tap v1.0.1 |
| 2578 | 2026-06-30T19:56:00.288Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2579 | 2026-06-30T19:56:00.335Z | Compiling maybe-uninit v2.0.0 |
| 2580 | 2026-06-30T19:56:00.485Z | Compiling wyz v0.5.1 |
| 2581 | 2026-06-30T19:56:00.642Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-06-30T19:56:01.058Z | Compiling vergen-lib v0.1.6 |
| 2583 | 2026-06-30T19:56:01.320Z | Compiling zerocopy-derive v0.6.6 |
| 2584 | 2026-06-30T19:56:01.341Z | Compiling packed_struct v0.10.1 |
| 2585 | 2026-06-30T19:56:01.625Z | Compiling diesel_derives v2.3.7 |
| 2586 | 2026-06-30T19:56:01.864Z | Compiling funty v2.0.0 |
| 2587 | 2026-06-30T19:56:02.105Z | Compiling crc-catalog v2.4.0 |
| 2588 | 2026-06-30T19:56:02.236Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-06-30T19:56:02.517Z | Compiling crc v3.4.0 |
| 2590 | 2026-06-30T19:56:02.563Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2591 | 2026-06-30T19:56:02.743Z | Compiling zerocopy v0.6.6 |
| 2592 | 2026-06-30T19:56:03.126Z | Compiling scheduled-thread-pool v0.2.7 |
| 2593 | 2026-06-30T19:56:03.183Z | Compiling dsl_auto_type v0.2.0 |
| 2594 | 2026-06-30T19:56:03.386Z | Compiling packed_struct_codegen v0.10.1 |
| 2595 | 2026-06-30T19:56:03.758Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2596 | 2026-06-30T19:56:03.782Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2597 | 2026-06-30T19:56:03.898Z | Compiling vergen-gitcl v1.0.8 |
| 2598 | 2026-06-30T19:56:03.957Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2599 | 2026-06-30T19:56:04.096Z | Compiling bitfield-macros v0.19.4 |
| 2600 | 2026-06-30T19:56:04.141Z | Compiling dirs-sys-next v0.1.2 |
| 2601 | 2026-06-30T19:56:04.190Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2602 | 2026-06-30T19:56:04.412Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-06-30T19:56:04.433Z | Compiling maplit v1.0.2 |
| 2604 | 2026-06-30T19:56:04.555Z | Compiling glob v0.3.3 |
| 2605 | 2026-06-30T19:56:04.638Z | Compiling nodrop v0.1.14 |
| 2606 | 2026-06-30T19:56:04.673Z | Compiling crunchy v0.2.4 |
| 2607 | 2026-06-30T19:56:04.774Z | Compiling array-init v0.0.4 |
| 2608 | 2026-06-30T19:56:04.831Z | Compiling bitfield v0.19.4 |
| 2609 | 2026-06-30T19:56:04.932Z | Compiling clang-sys v1.8.1 |
| 2610 | 2026-06-30T19:56:05.031Z | Compiling proc-macro-error2 v2.0.1 |
| 2611 | 2026-06-30T19:56:05.173Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-06-30T19:56:05.360Z | Compiling r2d2 v0.8.10 |
| 2613 | 2026-06-30T19:56:05.363Z | Compiling smallvec v0.6.14 |
| 2614 | 2026-06-30T19:56:05.656Z | Compiling num-derive v0.3.3 |
| 2615 | 2026-06-30T19:56:05.680Z | Compiling downcast-rs v2.0.2 |
| 2616 | 2026-06-30T19:56:05.727Z | Compiling tiny-keccak v2.0.2 |
| 2617 | 2026-06-30T19:56:05.749Z | Compiling hashbrown v0.12.3 |
| 2618 | 2026-06-30T19:56:05.816Z | Compiling serde-hex v0.1.0 |
| 2619 | 2026-06-30T19:56:05.904Z | Compiling tabled_derive v0.11.0 |
| 2620 | 2026-06-30T19:56:06.024Z | Compiling term v0.7.0 |
| 2621 | 2026-06-30T19:56:06.155Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2622 | 2026-06-30T19:56:06.355Z | Compiling ron v0.8.1 |
| 2623 | 2026-06-30T19:56:06.394Z | Compiling papergrid v0.17.0 |
| 2624 | 2026-06-30T19:56:06.533Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-06-30T19:56:06.571Z | Compiling libscf-sys v1.1.0 |
| 2626 | 2026-06-30T19:56:06.717Z | Compiling testing_table v0.3.0 |
| 2627 | 2026-06-30T19:56:06.759Z | Compiling hashbrown v0.13.2 |
| 2628 | 2026-06-30T19:56:06.831Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-06-30T19:56:06.978Z | Compiling bit-vec v0.6.3 |
| 2630 | 2026-06-30T19:56:07.161Z | Compiling bit-set v0.5.3 |
| 2631 | 2026-06-30T19:56:07.218Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2632 | 2026-06-30T19:56:07.254Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2633 | 2026-06-30T19:56:07.348Z | Compiling object v0.30.4 |
| 2634 | 2026-06-30T19:56:07.400Z | Compiling ascii-canvas v3.0.0 |
| 2635 | 2026-06-30T19:56:07.652Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2636 | 2026-06-30T19:56:07.875Z | Compiling tabled v0.20.0 |
| 2637 | 2026-06-30T19:56:07.941Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2638 | 2026-06-30T19:56:08.202Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2639 | 2026-06-30T19:56:08.443Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2640 | 2026-06-30T19:56:08.511Z | Compiling progenitor-impl v0.13.0 |
| 2641 | 2026-06-30T19:56:08.763Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2642 | 2026-06-30T19:56:08.837Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-06-30T19:56:09.032Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2644 | 2026-06-30T19:56:09.061Z | Compiling itertools v0.10.5 |
| 2645 | 2026-06-30T19:56:09.214Z | Compiling ena v0.14.4 |
| 2646 | 2026-06-30T19:56:09.524Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2647 | 2026-06-30T19:56:09.546Z | Compiling libloading v0.8.9 |
| 2648 | 2026-06-30T19:56:09.781Z | Compiling xshell-macros v0.2.7 |
| 2649 | 2026-06-30T19:56:09.801Z | Compiling path-slash v0.1.5 |
| 2650 | 2026-06-30T19:56:09.968Z | Compiling diesel v2.3.7 |
| 2651 | 2026-06-30T19:56:09.989Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-06-30T19:56:10.162Z | Compiling regex-syntax v0.6.29 |
| 2653 | 2026-06-30T19:56:10.183Z | Compiling unicase v2.9.0 |
| 2654 | 2026-06-30T19:56:10.307Z | Compiling diff v0.1.13 |
| 2655 | 2026-06-30T19:56:10.364Z | Compiling xshell v0.2.7 |
| 2656 | 2026-06-30T19:56:10.488Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2657 | 2026-06-30T19:56:10.707Z | Compiling progenitor-macro v0.13.0 |
| 2658 | 2026-06-30T19:56:11.659Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2659 | 2026-06-30T19:56:11.986Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-06-30T19:56:12.132Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2661 | 2026-06-30T19:56:13.192Z | Compiling cexpr v0.6.0 |
| 2662 | 2026-06-30T19:56:13.594Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-06-30T19:56:13.832Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2664 | 2026-06-30T19:56:13.858Z | Compiling progenitor-client v0.13.0 |
| 2665 | 2026-06-30T19:56:14.357Z | Compiling rustc-hash v2.1.1 |
| 2666 | 2026-06-30T19:56:14.416Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2667 | 2026-06-30T19:56:14.730Z | Compiling progenitor v0.13.0 |
| 2668 | 2026-06-30T19:56:15.075Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2669 | 2026-06-30T19:56:15.628Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-06-30T19:56:15.793Z | Compiling headers-core v0.3.0 |
| 2671 | 2026-06-30T19:56:15.952Z | Compiling libxml v0.3.3 |
| 2672 | 2026-06-30T19:56:16.088Z | Compiling crc8 v0.1.1 |
| 2673 | 2026-06-30T19:56:16.228Z | Compiling headers v0.4.1 |
| 2674 | 2026-06-30T19:56:16.282Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2675 | 2026-06-30T19:56:16.304Z | Compiling strum_macros v0.24.3 |
| 2676 | 2026-06-30T19:56:16.343Z | Compiling indoc v1.0.9 |
| 2677 | 2026-06-30T19:56:16.794Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2678 | 2026-06-30T19:56:17.181Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2679 | 2026-06-30T19:56:17.426Z | Compiling git-stub v1.0.0 |
| 2680 | 2026-06-30T19:56:17.448Z | Compiling derive_builder v0.20.2 |
| 2681 | 2026-06-30T19:56:17.469Z | Compiling quick-xml v0.37.5 |
| 2682 | 2026-06-30T19:56:17.618Z | Compiling oso-derive v0.27.3 |
| 2683 | 2026-06-30T19:56:17.640Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2684 | 2026-06-30T19:56:17.698Z | Compiling openssl-probe v0.1.6 |
| 2685 | 2026-06-30T19:56:17.854Z | Compiling git-stub-vcs v0.1.0 |
| 2686 | 2026-06-30T19:56:18.031Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2687 | 2026-06-30T19:56:18.143Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2688 | 2026-06-30T19:56:18.205Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2689 | 2026-06-30T19:56:18.388Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2690 | 2026-06-30T19:56:18.465Z | Compiling bb8 v0.8.6 |
| 2691 | 2026-06-30T19:56:18.794Z | Compiling trait-variant v0.1.2 |
| 2692 | 2026-06-30T19:56:18.868Z | Compiling half v1.8.3 |
| 2693 | 2026-06-30T19:56:18.974Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2694 | 2026-06-30T19:56:19.108Z | Compiling samael v0.0.19 |
| 2695 | 2026-06-30T19:56:19.210Z | Compiling serde_cbor v0.11.2 |
| 2696 | 2026-06-30T19:56:19.381Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2697 | 2026-06-30T19:56:19.408Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2698 | 2026-06-30T19:56:19.445Z | Compiling polar-core v0.27.3 |
| 2699 | 2026-06-30T19:56:19.990Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2700 | 2026-06-30T19:56:20.201Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2701 | 2026-06-30T19:56:20.228Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-06-30T19:56:20.251Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2703 | 2026-06-30T19:56:20.278Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-06-30T19:56:20.455Z | Compiling fxhash v0.2.1 |
| 2705 | 2026-06-30T19:56:20.527Z | Compiling libz-sys v1.1.24 |
| 2706 | 2026-06-30T19:56:20.547Z | Compiling salty v0.3.0 |
| 2707 | 2026-06-30T19:56:20.844Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2708 | 2026-06-30T19:56:20.963Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2709 | 2026-06-30T19:56:21.029Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2710 | 2026-06-30T19:56:21.610Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-06-30T19:56:21.645Z | Compiling arc-swap v1.8.2 |
| 2712 | 2026-06-30T19:56:22.028Z | Compiling fs-err v2.11.0 |
| 2713 | 2026-06-30T19:56:22.322Z | Compiling mime_guess v2.0.5 |
| 2714 | 2026-06-30T19:56:22.482Z | Compiling slog-scope v4.4.1 |
| 2715 | 2026-06-30T19:56:22.744Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2716 | 2026-06-30T19:56:22.870Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2717 | 2026-06-30T19:56:22.959Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2718 | 2026-06-30T19:56:23.266Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2719 | 2026-06-30T19:56:23.469Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2720 | 2026-06-30T19:56:24.083Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2721 | 2026-06-30T19:56:24.150Z | Compiling nanorand v0.7.0 |
| 2722 | 2026-06-30T19:56:24.266Z | Compiling darling_core v0.23.0 |
| 2723 | 2026-06-30T19:56:24.522Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2724 | 2026-06-30T19:56:24.610Z | Compiling parking_lot_core v0.8.6 |
| 2725 | 2026-06-30T19:56:24.937Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2726 | 2026-06-30T19:56:25.558Z | Compiling flume v0.11.1 |
| 2727 | 2026-06-30T19:56:25.970Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2728 | 2026-06-30T19:56:26.464Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-06-30T19:56:26.468Z | Compiling slog-stdlog v4.1.1 |
| 2730 | 2026-06-30T19:56:26.975Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2731 | 2026-06-30T19:56:27.009Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2732 | 2026-06-30T19:56:27.073Z | Compiling primeorder v0.13.6 |
| 2733 | 2026-06-30T19:56:27.085Z | Compiling atty v0.2.14 |
| 2734 | 2026-06-30T19:56:27.359Z | Compiling async-bb8-diesel v0.2.1 |
| 2735 | 2026-06-30T19:56:27.426Z | Compiling diesel-dtrace v0.5.0 |
| 2736 | 2026-06-30T19:56:27.751Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2737 | 2026-06-30T19:56:27.800Z | Compiling parse-size v1.1.0 |
| 2738 | 2026-06-30T19:56:27.998Z | Compiling instability v0.3.11 |
| 2739 | 2026-06-30T19:56:28.028Z | Compiling strsim v0.10.0 |
| 2740 | 2026-06-30T19:56:28.241Z | Compiling http-range v0.1.5 |
| 2741 | 2026-06-30T19:56:28.304Z | Compiling darling_core v0.13.4 |
| 2742 | 2026-06-30T19:56:28.373Z | Compiling oso v0.27.3 |
| 2743 | 2026-06-30T19:56:28.655Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2744 | 2026-06-30T19:56:29.965Z | Compiling p384 v0.13.1 |
| 2745 | 2026-06-30T19:56:30.662Z | Compiling darling v0.23.0 |
| 2746 | 2026-06-30T19:56:30.777Z | Compiling slog-envlogger v2.2.0 |
| 2747 | 2026-06-30T19:56:32.099Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2748 | 2026-06-30T19:56:32.771Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2749 | 2026-06-30T19:56:32.822Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2750 | 2026-06-30T19:56:34.457Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2751 | 2026-06-30T19:56:34.856Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2752 | 2026-06-30T19:56:35.207Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-06-30T19:56:35.309Z | Compiling ignore v0.4.25 |
| 2754 | 2026-06-30T19:56:35.544Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-06-30T19:56:35.817Z | Compiling castaway v0.2.4 |
| 2756 | 2026-06-30T19:56:35.976Z | Compiling vergen-git2 v9.1.0 |
| 2757 | 2026-06-30T19:56:36.218Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-06-30T19:56:36.472Z | Compiling indoc v2.0.7 |
| 2759 | 2026-06-30T19:56:36.648Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-06-30T19:56:37.004Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-06-30T19:56:37.664Z | Compiling compact_str v0.8.1 |
| 2762 | 2026-06-30T19:56:37.710Z | Compiling parking_lot v0.11.2 |
| 2763 | 2026-06-30T19:56:38.188Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2764 | 2026-06-30T19:56:38.629Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-06-30T19:56:38.661Z | Compiling hyper-staticfile v0.10.1 |
| 2766 | 2026-06-30T19:56:38.819Z | Compiling darling_macro v0.13.4 |
| 2767 | 2026-06-30T19:56:39.164Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2768 | 2026-06-30T19:56:39.236Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2769 | 2026-06-30T19:56:39.349Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2770 | 2026-06-30T19:56:39.815Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2771 | 2026-06-30T19:56:39.838Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2772 | 2026-06-30T19:56:39.841Z | Compiling predicates-tree v1.0.13 |
| 2773 | 2026-06-30T19:56:39.999Z | Compiling unicode-truncate v1.1.0 |
| 2774 | 2026-06-30T19:56:40.211Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2775 | 2026-06-30T19:56:40.295Z | Compiling lru v0.12.5 |
| 2776 | 2026-06-30T19:56:40.315Z | Compiling rand_seeder v0.4.0 |
| 2777 | 2026-06-30T19:56:40.456Z | Compiling prefix-trie v0.7.0 |
| 2778 | 2026-06-30T19:56:40.527Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2779 | 2026-06-30T19:56:40.571Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2780 | 2026-06-30T19:56:40.693Z | Compiling corncobs v0.1.4 |
| 2781 | 2026-06-30T19:56:40.836Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2782 | 2026-06-30T19:56:40.862Z | Compiling cassowary v0.3.0 |
| 2783 | 2026-06-30T19:56:40.938Z | Compiling hickory-server v0.25.2 |
| 2784 | 2026-06-30T19:56:40.987Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2785 | 2026-06-30T19:56:41.008Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2786 | 2026-06-30T19:56:41.139Z | Compiling ratatui v0.29.0 |
| 2787 | 2026-06-30T19:56:41.214Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-06-30T19:56:41.709Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2789 | 2026-06-30T19:56:41.773Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-06-30T19:56:41.823Z | Compiling darling v0.13.4 |
| 2791 | 2026-06-30T19:56:41.845Z | Compiling sled v0.34.7 |
| 2792 | 2026-06-30T19:56:41.938Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2793 | 2026-06-30T19:56:42.421Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2794 | 2026-06-30T19:56:42.949Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2795 | 2026-06-30T19:56:44.369Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2796 | 2026-06-30T19:56:44.750Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2797 | 2026-06-30T19:56:44.986Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2798 | 2026-06-30T19:56:45.061Z | Compiling secrecy v0.8.0 |
| 2799 | 2026-06-30T19:56:45.222Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2800 | 2026-06-30T19:56:45.555Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2801 | 2026-06-30T19:56:45.973Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2802 | 2026-06-30T19:56:46.469Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2803 | 2026-06-30T19:56:46.931Z | Compiling serde_with_macros v1.5.2 |
| 2804 | 2026-06-30T19:56:47.427Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2805 | 2026-06-30T19:56:48.087Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2806 | 2026-06-30T19:56:48.465Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-06-30T19:56:48.813Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2808 | 2026-06-30T19:56:49.060Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2809 | 2026-06-30T19:56:49.301Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2810 | 2026-06-30T19:56:49.391Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-06-30T19:56:49.563Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-06-30T19:56:49.639Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2813 | 2026-06-30T19:56:49.809Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2814 | 2026-06-30T19:56:49.885Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2815 | 2026-06-30T19:56:50.053Z | Compiling void v1.0.2 |
| 2816 | 2026-06-30T19:56:50.209Z | Compiling lzss v0.8.2 |
| 2817 | 2026-06-30T19:56:50.538Z | Compiling illumos-nvpair v0.3.0 |
| 2818 | 2026-06-30T19:56:50.650Z | Compiling serde_with v1.14.0 |
| 2819 | 2026-06-30T19:56:50.737Z | Compiling git2 v0.20.4 |
| 2820 | 2026-06-30T19:56:51.042Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2821 | 2026-06-30T19:56:51.391Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2822 | 2026-06-30T19:56:51.842Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2823 | 2026-06-30T19:56:52.028Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2824 | 2026-06-30T19:56:53.553Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2825 | 2026-06-30T19:56:53.786Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2826 | 2026-06-30T19:56:54.188Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2827 | 2026-06-30T19:56:55.253Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-06-30T19:56:55.475Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2829 | 2026-06-30T19:56:55.720Z | Compiling tungstenite v0.23.0 |
| 2830 | 2026-06-30T19:56:55.950Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2831 | 2026-06-30T19:56:56.127Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2832 | 2026-06-30T19:56:56.596Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-06-30T19:56:56.839Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2834 | 2026-06-30T19:56:57.081Z | Compiling nix v0.27.1 |
| 2835 | 2026-06-30T19:56:57.889Z | Compiling twox-hash v2.1.2 |
| 2836 | 2026-06-30T19:56:57.955Z | Compiling serde_bytes v0.11.19 |
| 2837 | 2026-06-30T19:56:58.140Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2838 | 2026-06-30T19:56:58.226Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2839 | 2026-06-30T19:56:58.251Z | Compiling tokio-tungstenite v0.23.1 |
| 2840 | 2026-06-30T19:56:58.254Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2841 | 2026-06-30T19:56:58.293Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2842 | 2026-06-30T19:56:58.396Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2843 | 2026-06-30T19:56:58.629Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2844 | 2026-06-30T19:56:59.997Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2845 | 2026-06-30T19:57:00.620Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2846 | 2026-06-30T19:57:01.888Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2847 | 2026-06-30T19:57:02.286Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2848 | 2026-06-30T19:57:02.861Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2849 | 2026-06-30T19:57:02.905Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2850 | 2026-06-30T19:57:03.033Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2851 | 2026-06-30T19:57:03.298Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2852 | 2026-06-30T19:57:03.433Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2853 | 2026-06-30T19:57:03.737Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2854 | 2026-06-30T19:57:03.872Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-06-30T19:57:04.672Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2856 | 2026-06-30T19:57:05.113Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2857 | 2026-06-30T19:57:07.002Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2858 | 2026-06-30T19:57:07.149Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-06-30T19:57:07.368Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2860 | 2026-06-30T19:57:09.034Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2861 | 2026-06-30T19:57:10.161Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2862 | 2026-06-30T19:57:10.265Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2863 | 2026-06-30T19:57:10.465Z | Compiling signal-hook-tokio v0.3.1 |
| 2864 | 2026-06-30T19:57:10.509Z | Compiling fatfs v0.3.6 |
| 2865 | 2026-06-30T19:57:10.664Z | Compiling yasna v0.5.2 |
| 2866 | 2026-06-30T19:57:10.688Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2867 | 2026-06-30T19:57:11.081Z | Compiling seq-macro v0.3.6 |
| 2868 | 2026-06-30T19:57:11.243Z | Compiling is_ci v1.2.0 |
| 2869 | 2026-06-30T19:57:11.474Z | Compiling assert_matches v1.5.0 |
| 2870 | 2026-06-30T19:57:11.590Z | Compiling supports-color v3.0.2 |
| 2871 | 2026-06-30T19:57:11.617Z | Compiling rcgen v0.12.1 |
| 2872 | 2026-06-30T19:57:11.755Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2873 | 2026-06-30T19:57:12.183Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2874 | 2026-06-30T19:57:12.740Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2875 | 2026-06-30T19:57:13.994Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2876 | 2026-06-30T19:57:14.247Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2877 | 2026-06-30T19:57:14.459Z | Compiling rtoolbox v0.0.3 |
| 2878 | 2026-06-30T19:57:14.500Z | Compiling subprocess v0.2.15 |
| 2879 | 2026-06-30T19:57:14.769Z | Compiling rpassword v7.4.0 |
| 2880 | 2026-06-30T19:57:15.068Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2881 | 2026-06-30T19:57:16.256Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-06-30T19:57:16.538Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2883 | 2026-06-30T19:57:16.677Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2884 | 2026-06-30T19:57:16.745Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2885 | 2026-06-30T19:57:18.825Z | Compiling tui-tree-widget v0.23.1 |
| 2886 | 2026-06-30T19:57:19.120Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2887 | 2026-06-30T19:57:19.212Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2888 | 2026-06-30T19:57:20.304Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2889 | 2026-06-30T19:57:20.336Z | Compiling uzers v0.12.2 |
| 2890 | 2026-06-30T19:57:20.534Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-06-30T19:57:21.778Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-06-30T19:57:21.801Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-06-30T19:57:23.526Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-06-30T19:57:24.502Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2895 | 2026-06-30T19:57:25.697Z | Compiling support-bundle-viewer v0.1.2 |
| 2896 | 2026-06-30T19:57:26.665Z | Compiling multimap v0.10.1 |
| 2897 | 2026-06-30T19:57:41.381Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2898 | 2026-06-30T19:57:42.180Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2899 | 2026-06-30T19:57:48.369Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2900 | 2026-06-30T19:57:48.806Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2901 | 2026-06-30T19:57:49.832Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2902 | 2026-06-30T20:03:55.857Z | Finished `release` profile [optimized] target(s) in 8m 16s |
| 2903 | 2026-06-30T20:05:26.466Z | |
| 2904 | 2026-06-30T20:05:26.470Z | real 9:47.645638755 |
| 2905 | 2026-06-30T20:05:26.470Z | user 1:17:56.583629495 |
| 2906 | 2026-06-30T20:05:26.470Z | sys 3:28.356702678 |
| 2907 | 2026-06-30T20:05:26.470Z | trap 1.760925044 |
| 2908 | 2026-06-30T20:05:26.470Z | tflt 2.261589260 |
| 2909 | 2026-06-30T20:05:26.470Z | dflt 18.641904543 |
| 2910 | 2026-06-30T20:05:26.470Z | kflt 0.005587785 |
| 2911 | 2026-06-30T20:05:26.470Z | lock 6:56:57.605449597 |
| 2912 | 2026-06-30T20:05:26.470Z | slp 2:11:15.410666547 |
| 2913 | 2026-06-30T20:05:26.470Z | lat 2:22.624190558 |
| 2914 | 2026-06-30T20:05:26.470Z | stop 5:07.077390536 |
| 2915 | 2026-06-30T20:05:26.470Z | + mapfile -t packages |
| 2916 | 2026-06-30T20:05:26.470Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2917 | 2026-06-30T20:05:27.331Z | Finished `release` profile [optimized] target(s) in 0.85s |
| 2918 | 2026-06-30T20:05:27.442Z | Running `target/release/omicron-package -t test list-outputs` |
| 2919 | 2026-06-30T20:05:27.452Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2920 | 2026-06-30T20:05:27.456Z | + ptime -m cargo build --locked --release -p xtask |
| 2921 | 2026-06-30T20:05:27.921Z | Compiling libc v0.2.185 |
| 2922 | 2026-06-30T20:05:27.921Z | Compiling serde v1.0.228 |
| 2923 | 2026-06-30T20:05:27.924Z | Compiling serde_core v1.0.228 |
| 2924 | 2026-06-30T20:05:27.924Z | Compiling rustix v1.1.3 |
| 2925 | 2026-06-30T20:05:28.008Z | Compiling bitflags v2.11.0 |
| 2926 | 2026-06-30T20:05:28.015Z | Compiling serde_json v1.0.150 |
| 2927 | 2026-06-30T20:05:28.056Z | Compiling num-traits v0.2.19 |
| 2928 | 2026-06-30T20:05:28.063Z | Compiling syn v2.0.117 |
| 2929 | 2026-06-30T20:05:28.070Z | Compiling smallvec v1.15.1 |
| 2930 | 2026-06-30T20:05:28.091Z | Compiling usdt-impl v0.5.0 |
| 2931 | 2026-06-30T20:05:28.095Z | Compiling indexmap v2.14.0 |
| 2932 | 2026-06-30T20:05:28.111Z | Compiling syn v1.0.109 |
| 2933 | 2026-06-30T20:05:28.127Z | Compiling log v0.4.29 |
| 2934 | 2026-06-30T20:05:28.127Z | Compiling getrandom v0.4.1 |
| 2935 | 2026-06-30T20:05:28.268Z | Compiling percent-encoding v2.3.2 |
| 2936 | 2026-06-30T20:05:28.430Z | Compiling form_urlencoded v1.2.2 |
| 2937 | 2026-06-30T20:05:28.455Z | Compiling fs-err v3.3.0 |
| 2938 | 2026-06-30T20:05:28.458Z | Compiling heck v0.4.1 |
| 2939 | 2026-06-30T20:05:28.529Z | Compiling anyhow v1.0.102 |
| 2940 | 2026-06-30T20:05:28.529Z | Compiling once_cell v1.21.3 |
| 2941 | 2026-06-30T20:05:28.805Z | Compiling errno v0.3.14 |
| 2942 | 2026-06-30T20:05:28.805Z | Compiling thread-id v4.2.2 |
| 2943 | 2026-06-30T20:05:28.809Z | Compiling memmap v0.7.0 |
| 2944 | 2026-06-30T20:05:29.068Z | Compiling ordered-float v2.10.1 |
| 2945 | 2026-06-30T20:05:29.598Z | Compiling proc-macro-error v1.0.4 |
| 2946 | 2026-06-30T20:05:29.805Z | Compiling terminal_size v0.4.3 |
| 2947 | 2026-06-30T20:05:29.805Z | Compiling tempfile v3.25.0 |
| 2948 | 2026-06-30T20:05:29.843Z | Compiling tabled_derive v0.7.0 |
| 2949 | 2026-06-30T20:05:29.907Z | Compiling clap_builder v4.6.0 |
| 2950 | 2026-06-30T20:05:29.908Z | Compiling textwrap v0.16.2 |
| 2951 | 2026-06-30T20:05:30.030Z | Compiling camino-tempfile v1.4.1 |
| 2952 | 2026-06-30T20:05:30.513Z | Compiling tabled v0.15.0 |
| 2953 | 2026-06-30T20:05:30.560Z | Compiling synstructure v0.13.2 |
| 2954 | 2026-06-30T20:05:30.560Z | Compiling pest_generator v2.8.6 |
| 2955 | 2026-06-30T20:05:30.947Z | Compiling serde_derive v1.0.228 |
| 2956 | 2026-06-30T20:05:30.947Z | Compiling zerofrom-derive v0.1.6 |
| 2957 | 2026-06-30T20:05:30.950Z | Compiling yoke-derive v0.8.1 |
| 2958 | 2026-06-30T20:05:30.950Z | Compiling zerovec-derive v0.11.2 |
| 2959 | 2026-06-30T20:05:30.950Z | Compiling displaydoc v0.2.5 |
| 2960 | 2026-06-30T20:05:30.950Z | Compiling thiserror-impl v1.0.69 |
| 2961 | 2026-06-30T20:05:30.950Z | Compiling zerocopy-derive v0.7.35 |
| 2962 | 2026-06-30T20:05:30.950Z | Compiling scroll_derive v0.12.1 |
| 2963 | 2026-06-30T20:05:30.950Z | Compiling thiserror-impl v2.0.18 |
| 2964 | 2026-06-30T20:05:30.950Z | Compiling clap_derive v4.6.1 |
| 2965 | 2026-06-30T20:05:31.077Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-06-30T20:05:31.718Z | Compiling scroll v0.12.0 |
| 2967 | 2026-06-30T20:05:31.803Z | Compiling zerocopy v0.7.35 |
| 2968 | 2026-06-30T20:05:32.059Z | Compiling goblin v0.8.2 |
| 2969 | 2026-06-30T20:05:32.131Z | Compiling zerofrom v0.1.6 |
| 2970 | 2026-06-30T20:05:32.189Z | Compiling thiserror v2.0.18 |
| 2971 | 2026-06-30T20:05:32.208Z | Compiling thiserror v1.0.69 |
| 2972 | 2026-06-30T20:05:32.281Z | Compiling yoke v0.8.1 |
| 2973 | 2026-06-30T20:05:32.318Z | Compiling dtrace-parser v0.2.0 |
| 2974 | 2026-06-30T20:05:32.505Z | Compiling zerovec v0.11.5 |
| 2975 | 2026-06-30T20:05:32.528Z | Compiling zerotrie v0.2.3 |
| 2976 | 2026-06-30T20:05:32.635Z | Compiling clap v4.6.1 |
| 2977 | 2026-06-30T20:05:33.106Z | Compiling tinystr v0.8.2 |
| 2978 | 2026-06-30T20:05:33.146Z | Compiling potential_utf v0.1.4 |
| 2979 | 2026-06-30T20:05:33.350Z | Compiling icu_locale_core v2.1.1 |
| 2980 | 2026-06-30T20:05:33.360Z | Compiling icu_collections v2.1.1 |
| 2981 | 2026-06-30T20:05:34.087Z | Compiling icu_provider v2.1.1 |
| 2982 | 2026-06-30T20:05:34.437Z | Compiling icu_normalizer v2.1.1 |
| 2983 | 2026-06-30T20:05:34.511Z | Compiling icu_properties v2.1.2 |
| 2984 | 2026-06-30T20:05:34.698Z | Compiling toml_datetime v0.6.11 |
| 2985 | 2026-06-30T20:05:34.752Z | Compiling serde_spanned v0.6.9 |
| 2986 | 2026-06-30T20:05:34.767Z | Compiling dof v0.3.0 |
| 2987 | 2026-06-30T20:05:34.788Z | Compiling serde-value v0.7.0 |
| 2988 | 2026-06-30T20:05:34.860Z | Compiling serde_tokenstream v0.2.3 |
| 2989 | 2026-06-30T20:05:34.872Z | Compiling cargo-platform v0.2.0 |
| 2990 | 2026-06-30T20:05:34.905Z | Compiling toml_edit v0.22.27 |
| 2991 | 2026-06-30T20:05:34.930Z | Compiling macaddr v1.0.1 |
| 2992 | 2026-06-30T20:05:35.388Z | Compiling idna_adapter v1.2.1 |
| 2993 | 2026-06-30T20:05:35.499Z | Compiling idna v1.1.0 |
| 2994 | 2026-06-30T20:05:35.541Z | Compiling usdt-attr-macro v0.5.0 |
| 2995 | 2026-06-30T20:05:35.752Z | Compiling usdt-macro v0.5.0 |
| 2996 | 2026-06-30T20:05:35.856Z | Compiling url v2.5.8 |
| 2997 | 2026-06-30T20:05:36.369Z | Compiling usdt v0.5.0 |
| 2998 | 2026-06-30T20:05:36.471Z | Compiling toml v0.8.23 |
| 2999 | 2026-06-30T20:05:36.913Z | Compiling cargo-util-schemas v0.8.2 |
| 3000 | 2026-06-30T20:05:36.913Z | Compiling cargo_toml v0.21.0 |
| 3001 | 2026-06-30T20:05:37.957Z | Compiling cargo_metadata v0.21.0 |
| 3002 | 2026-06-30T20:05:41.359Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3003 | 2026-06-30T20:05:44.405Z | Finished `release` profile [optimized] target(s) in 16.91s |
| 3004 | 2026-06-30T20:05:44.525Z | |
| 3005 | 2026-06-30T20:05:44.525Z | real 17.034193565 |
| 3006 | 2026-06-30T20:05:44.525Z | user 2:19.642818604 |
| 3007 | 2026-06-30T20:05:44.525Z | sys 17.183559993 |
| 3008 | 2026-06-30T20:05:44.528Z | trap 0.070059118 |
| 3009 | 2026-06-30T20:05:44.528Z | tflt 0.519788401 |
| 3010 | 2026-06-30T20:05:44.528Z | dflt 1.643567438 |
| 3011 | 2026-06-30T20:05:44.528Z | kflt 0.000041347 |
| 3012 | 2026-06-30T20:05:44.528Z | lock 5:16.902011705 |
| 3013 | 2026-06-30T20:05:44.528Z | slp 3:25.831743945 |
| 3014 | 2026-06-30T20:05:44.528Z | lat 5.689356283 |
| 3015 | 2026-06-30T20:05:44.528Z | stop 18.290966440 |
| 3016 | 2026-06-30T20:05:44.528Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3017 | 2026-06-30T20:05:44.528Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3018 | 2026-06-30T20:05:44.528Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3019 | 2026-06-30T20:05:44.528Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3020 | 2026-06-30T20:05:44.528Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3021 | 2026-06-30T20:05:45.398Z | Compiling progenitor-client v0.14.0 |
| 3022 | 2026-06-30T20:05:45.399Z | Compiling cpufeatures v0.3.0 |
| 3023 | 2026-06-30T20:05:45.406Z | Compiling newtype-uuid-macros v0.1.0 |
| 3024 | 2026-06-30T20:05:45.406Z | Compiling hybrid-array v0.4.10 |
| 3025 | 2026-06-30T20:05:45.406Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3026 | 2026-06-30T20:05:45.539Z | Compiling match_cfg v0.1.0 |
| 3027 | 2026-06-30T20:05:45.542Z | Compiling slog-json v2.6.1 |
| 3028 | 2026-06-30T20:05:45.542Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-06-30T20:05:45.555Z | Compiling multer v3.1.0 |
| 3030 | 2026-06-30T20:05:45.559Z | Compiling compression-core v0.4.31 |
| 3031 | 2026-06-30T20:05:45.559Z | Compiling const-oid v0.10.2 |
| 3032 | 2026-06-30T20:05:45.559Z | Compiling debug-ignore v1.0.5 |
| 3033 | 2026-06-30T20:05:45.559Z | Compiling atomicwrites v0.4.4 |
| 3034 | 2026-06-30T20:05:45.559Z | Compiling itertools v0.14.0 |
| 3035 | 2026-06-30T20:05:45.594Z | Compiling async-stream-impl v0.3.6 |
| 3036 | 2026-06-30T20:05:45.610Z | Compiling serde_spanned v1.1.1 |
| 3037 | 2026-06-30T20:05:45.751Z | Compiling compression-codecs v0.4.37 |
| 3038 | 2026-06-30T20:05:45.771Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3039 | 2026-06-30T20:05:45.785Z | Compiling hostname v0.3.1 |
| 3040 | 2026-06-30T20:05:45.804Z | Compiling dropshot v0.17.1 |
| 3041 | 2026-06-30T20:05:45.840Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3042 | 2026-06-30T20:05:45.844Z | Compiling rustls-pemfile v2.2.0 |
| 3043 | 2026-06-30T20:05:45.858Z | Compiling waitgroup v0.1.2 |
| 3044 | 2026-06-30T20:05:45.894Z | Compiling dropshot_endpoint v0.17.1 |
| 3045 | 2026-06-30T20:05:45.894Z | Compiling serde_path_to_error v0.1.20 |
| 3046 | 2026-06-30T20:05:45.943Z | Compiling slog-bunyan v2.5.0 |
| 3047 | 2026-06-30T20:05:46.044Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3048 | 2026-06-30T20:05:46.064Z | Compiling async-compression v0.4.41 |
| 3049 | 2026-06-30T20:05:46.074Z | Compiling hostname v0.4.2 |
| 3050 | 2026-06-30T20:05:46.101Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3051 | 2026-06-30T20:05:46.101Z | Compiling macaddr v1.0.1 |
| 3052 | 2026-06-30T20:05:46.138Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3053 | 2026-06-30T20:05:46.155Z | Compiling instant v0.1.13 |
| 3054 | 2026-06-30T20:05:46.172Z | Compiling regress v0.10.5 |
| 3055 | 2026-06-30T20:05:46.217Z | Compiling block-buffer v0.12.1 |
| 3056 | 2026-06-30T20:05:46.234Z | Compiling crypto-common v0.2.2 |
| 3057 | 2026-06-30T20:05:46.249Z | Compiling async-stream v0.3.6 |
| 3058 | 2026-06-30T20:05:46.270Z | Compiling backon v1.6.0 |
| 3059 | 2026-06-30T20:05:46.287Z | Compiling backoff v0.4.0 |
| 3060 | 2026-06-30T20:05:46.320Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3061 | 2026-06-30T20:05:46.338Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3062 | 2026-06-30T20:05:46.353Z | Compiling humantime v2.3.0 |
| 3063 | 2026-06-30T20:05:46.377Z | Compiling universal-hash v0.5.1 |
| 3064 | 2026-06-30T20:05:46.418Z | Compiling opaque-debug v0.3.1 |
| 3065 | 2026-06-30T20:05:46.436Z | Compiling progenitor-extras v0.2.0 |
| 3066 | 2026-06-30T20:05:46.495Z | Compiling regress v0.11.1 |
| 3067 | 2026-06-30T20:05:46.529Z | Compiling half v2.7.1 |
| 3068 | 2026-06-30T20:05:46.533Z | Compiling ciborium-io v0.2.2 |
| 3069 | 2026-06-30T20:05:46.533Z | Compiling crucible-workspace-hack v0.1.0 |
| 3070 | 2026-06-30T20:05:46.580Z | Compiling convert_case v0.4.0 |
| 3071 | 2026-06-30T20:05:46.597Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-06-30T20:05:46.651Z | Compiling aead v0.5.2 |
| 3073 | 2026-06-30T20:05:46.672Z | Compiling secrecy v0.10.3 |
| 3074 | 2026-06-30T20:05:46.707Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3075 | 2026-06-30T20:05:46.762Z | Compiling poly1305 v0.8.0 |
| 3076 | 2026-06-30T20:05:46.804Z | Compiling ciborium-ll v0.2.2 |
| 3077 | 2026-06-30T20:05:46.845Z | Compiling structmeta v0.3.0 |
| 3078 | 2026-06-30T20:05:46.862Z | Compiling digest v0.11.3 |
| 3079 | 2026-06-30T20:05:46.876Z | Compiling chacha20 v0.9.1 |
| 3080 | 2026-06-30T20:05:46.891Z | Compiling unsafe-libyaml v0.2.11 |
| 3081 | 2026-06-30T20:05:46.914Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3082 | 2026-06-30T20:05:46.945Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3083 | 2026-06-30T20:05:48.010Z | Compiling derive_more v0.99.20 |
| 3084 | 2026-06-30T20:05:48.046Z | Compiling ciborium v0.2.2 |
| 3085 | 2026-06-30T20:05:48.046Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3086 | 2026-06-30T20:05:48.046Z | Compiling sha1 v0.11.0 |
| 3087 | 2026-06-30T20:05:48.046Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3088 | 2026-06-30T20:05:48.046Z | Compiling derive-ex v0.1.8 |
| 3089 | 2026-06-30T20:05:48.046Z | Compiling parse-display-derive v0.10.0 |
| 3090 | 2026-06-30T20:05:48.046Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3091 | 2026-06-30T20:05:48.046Z | Compiling byte-wrapper v0.1.0 |
| 3092 | 2026-06-30T20:05:48.046Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3093 | 2026-06-30T20:05:48.046Z | Compiling blake2 v0.10.6 |
| 3094 | 2026-06-30T20:05:48.046Z | Compiling serde_yaml v0.9.34+deprecated |
| 3095 | 2026-06-30T20:05:48.046Z | Compiling password-hash v0.5.0 |
| 3096 | 2026-06-30T20:05:48.046Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3097 | 2026-06-30T20:05:48.046Z | Compiling chacha20poly1305 v0.10.1 |
| 3098 | 2026-06-30T20:05:48.046Z | Compiling indent_write v2.2.0 |
| 3099 | 2026-06-30T20:05:48.046Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3100 | 2026-06-30T20:05:48.046Z | Compiling argon2 v0.5.3 |
| 3101 | 2026-06-30T20:05:48.046Z | Compiling heapless v0.8.0 |
| 3102 | 2026-06-30T20:05:48.046Z | Compiling ingot-macros v0.1.1 |
| 3103 | 2026-06-30T20:05:48.046Z | Compiling tabwriter v1.4.1 |
| 3104 | 2026-06-30T20:05:48.078Z | Compiling hash32 v0.3.1 |
| 3105 | 2026-06-30T20:05:52.169Z | Compiling typify-impl v0.6.2 |
| 3106 | 2026-06-30T20:05:52.175Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3107 | 2026-06-30T20:05:52.175Z | Compiling thiserror-no-std v2.0.2 |
| 3108 | 2026-06-30T20:05:52.175Z | Compiling vsss-rs v3.3.4 |
| 3109 | 2026-06-30T20:05:52.175Z | Compiling proc-macro-crate v3.4.0 |
| 3110 | 2026-06-30T20:05:52.175Z | Compiling smoltcp v0.11.0 |
| 3111 | 2026-06-30T20:05:52.175Z | Compiling test-strategy v0.4.5 |
| 3112 | 2026-06-30T20:05:52.175Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-06-30T20:05:52.175Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-06-30T20:05:52.175Z | Compiling cobs v0.3.0 |
| 3115 | 2026-06-30T20:05:52.175Z | Compiling num_enum_derive v0.7.6 |
| 3116 | 2026-06-30T20:05:52.176Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3117 | 2026-06-30T20:05:52.176Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3118 | 2026-06-30T20:05:52.176Z | Compiling colored v3.1.1 |
| 3119 | 2026-06-30T20:05:52.176Z | Compiling postcard v1.1.3 |
| 3120 | 2026-06-30T20:05:52.176Z | Compiling proc-macro-error v1.0.4 |
| 3121 | 2026-06-30T20:05:52.176Z | Compiling proc-macro-crate v1.3.1 |
| 3122 | 2026-06-30T20:05:52.176Z | Compiling foreign-types-macros v0.2.3 |
| 3123 | 2026-06-30T20:05:52.176Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3124 | 2026-06-30T20:05:52.176Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3125 | 2026-06-30T20:05:52.176Z | Compiling foreign-types-shared v0.3.1 |
| 3126 | 2026-06-30T20:05:52.176Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3127 | 2026-06-30T20:05:52.176Z | Compiling rayon-core v1.13.0 |
| 3128 | 2026-06-30T20:05:52.176Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3129 | 2026-06-30T20:05:52.176Z | Compiling num_enum_derive v0.5.11 |
| 3130 | 2026-06-30T20:05:52.176Z | Compiling chacha20 v0.10.0 |
| 3131 | 2026-06-30T20:05:52.176Z | Compiling crossbeam-deque v0.8.6 |
| 3132 | 2026-06-30T20:05:52.176Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3133 | 2026-06-30T20:05:52.176Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3134 | 2026-06-30T20:05:52.176Z | Compiling cstr-argument v0.1.2 |
| 3135 | 2026-06-30T20:05:52.176Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3136 | 2026-06-30T20:05:52.176Z | Compiling foreign-types v0.5.0 |
| 3137 | 2026-06-30T20:05:52.176Z | Compiling rand v0.10.0 |
| 3138 | 2026-06-30T20:05:52.176Z | Compiling num_enum v0.7.6 |
| 3139 | 2026-06-30T20:05:52.176Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3140 | 2026-06-30T20:05:52.176Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3141 | 2026-06-30T20:05:52.176Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3142 | 2026-06-30T20:05:52.176Z | Compiling zone_cfg_derive v0.3.1 |
| 3143 | 2026-06-30T20:05:52.176Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3144 | 2026-06-30T20:05:52.176Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3145 | 2026-06-30T20:05:52.176Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3146 | 2026-06-30T20:05:52.176Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3147 | 2026-06-30T20:05:52.176Z | Compiling itertools v0.12.1 |
| 3148 | 2026-06-30T20:05:52.176Z | Compiling rayon v1.11.0 |
| 3149 | 2026-06-30T20:05:52.176Z | Compiling num-derive v0.4.2 |
| 3150 | 2026-06-30T20:05:52.177Z | Compiling sigpipe v0.1.3 |
| 3151 | 2026-06-30T20:05:52.177Z | Compiling glob v0.3.3 |
| 3152 | 2026-06-30T20:05:52.177Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3153 | 2026-06-30T20:05:52.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3154 | 2026-06-30T20:05:52.177Z | Compiling ingot-types v0.1.2 |
| 3155 | 2026-06-30T20:05:52.177Z | Compiling num_enum v0.5.11 |
| 3156 | 2026-06-30T20:05:52.177Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3157 | 2026-06-30T20:05:52.177Z | Compiling smf v0.2.3 |
| 3158 | 2026-06-30T20:05:52.177Z | Compiling whoami v1.6.1 |
| 3159 | 2026-06-30T20:05:52.177Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3160 | 2026-06-30T20:05:52.177Z | Compiling usdt-attr-macro v0.5.0 |
| 3161 | 2026-06-30T20:05:52.177Z | Compiling usdt-macro v0.5.0 |
| 3162 | 2026-06-30T20:05:52.177Z | Compiling gethostname v0.5.0 |
| 3163 | 2026-06-30T20:05:52.177Z | Compiling num-rational v0.4.2 |
| 3164 | 2026-06-30T20:05:52.177Z | Compiling ingot v0.1.1 |
| 3165 | 2026-06-30T20:05:52.177Z | Compiling num-complex v0.4.6 |
| 3166 | 2026-06-30T20:05:52.177Z | Compiling memmap v0.7.0 |
| 3167 | 2026-06-30T20:05:52.177Z | Compiling derive-where v1.6.0 |
| 3168 | 2026-06-30T20:05:52.177Z | Compiling float-ord v0.3.2 |
| 3169 | 2026-06-30T20:05:52.177Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3170 | 2026-06-30T20:05:52.177Z | Compiling zone v0.3.1 |
| 3171 | 2026-06-30T20:05:52.177Z | Compiling num v0.4.3 |
| 3172 | 2026-06-30T20:05:52.177Z | Compiling toml v0.8.23 |
| 3173 | 2026-06-30T20:05:52.177Z | Compiling resolv-conf v0.7.6 |
| 3174 | 2026-06-30T20:05:52.177Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3175 | 2026-06-30T20:05:52.177Z | Compiling cancel-safe-futures v0.1.5 |
| 3176 | 2026-06-30T20:05:52.177Z | Compiling owo-colors v4.3.0 |
| 3177 | 2026-06-30T20:05:52.177Z | Compiling usdt v0.5.0 |
| 3178 | 2026-06-30T20:05:52.177Z | Compiling libsw-core v0.3.2 |
| 3179 | 2026-06-30T20:05:52.177Z | Compiling prettyplease v0.2.37 |
| 3180 | 2026-06-30T20:05:55.533Z | Compiling libsw v3.5.0 |
| 3181 | 2026-06-30T20:05:56.166Z | Compiling console v0.15.11 |
| 3182 | 2026-06-30T20:05:56.166Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3183 | 2026-06-30T20:05:56.166Z | Compiling hickory-proto v0.24.4 |
| 3184 | 2026-06-30T20:05:56.166Z | Compiling newline-converter v0.3.0 |
| 3185 | 2026-06-30T20:05:56.166Z | Compiling linear-map v1.2.0 |
| 3186 | 2026-06-30T20:05:56.166Z | Compiling libefi-sys v0.1.0 |
| 3187 | 2026-06-30T20:05:56.166Z | Compiling linked-hash-map v0.5.6 |
| 3188 | 2026-06-30T20:05:56.166Z | Compiling git-stub v1.0.0 |
| 3189 | 2026-06-30T20:05:56.166Z | Compiling bitfield-struct v0.6.2 |
| 3190 | 2026-06-30T20:05:56.166Z | Compiling lru-cache v0.1.2 |
| 3191 | 2026-06-30T20:05:56.166Z | Compiling expectorate v1.2.0 |
| 3192 | 2026-06-30T20:05:56.166Z | Compiling nom v8.0.0 |
| 3193 | 2026-06-30T20:05:56.166Z | Compiling typify-macro v0.6.2 |
| 3194 | 2026-06-30T20:05:56.167Z | Compiling semver v0.1.20 |
| 3195 | 2026-06-30T20:05:56.167Z | Compiling git-stub-vcs v0.1.0 |
| 3196 | 2026-06-30T20:05:56.167Z | Compiling tokio-dtrace v0.1.1 |
| 3197 | 2026-06-30T20:05:56.167Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3198 | 2026-06-30T20:05:56.167Z | Compiling slog-dtrace v0.3.0 |
| 3199 | 2026-06-30T20:05:56.167Z | Compiling rustc_version v0.1.7 |
| 3200 | 2026-06-30T20:05:56.167Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3201 | 2026-06-30T20:05:56.167Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3202 | 2026-06-30T20:05:56.167Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2026-06-30T20:05:56.167Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-06-30T20:05:56.167Z | Compiling minimal-lexical v0.2.1 |
| 3205 | 2026-06-30T20:05:56.167Z | Compiling oxide-tokio-rt v0.1.4 |
| 3206 | 2026-06-30T20:05:56.167Z | Compiling newtype_derive v0.1.6 |
| 3207 | 2026-06-30T20:05:56.167Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3208 | 2026-06-30T20:05:56.167Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3209 | 2026-06-30T20:05:56.167Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3210 | 2026-06-30T20:05:56.167Z | Compiling phf_shared v0.12.1 |
| 3211 | 2026-06-30T20:05:56.167Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-06-30T20:05:56.167Z | Compiling nom v7.1.3 |
| 3213 | 2026-06-30T20:05:56.167Z | Compiling csv-core v0.1.13 |
| 3214 | 2026-06-30T20:05:56.167Z | Compiling highway v1.3.0 |
| 3215 | 2026-06-30T20:05:56.167Z | Compiling chrono-tz v0.10.4 |
| 3216 | 2026-06-30T20:05:56.167Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3217 | 2026-06-30T20:05:56.167Z | Compiling xshell-macros v0.2.7 |
| 3218 | 2026-06-30T20:05:56.167Z | Compiling const_format_proc_macros v0.2.34 |
| 3219 | 2026-06-30T20:05:56.167Z | Compiling csv v1.4.0 |
| 3220 | 2026-06-30T20:05:56.167Z | Compiling phf v0.12.1 |
| 3221 | 2026-06-30T20:05:56.167Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3222 | 2026-06-30T20:05:56.211Z | Compiling primeorder v0.13.6 |
| 3223 | 2026-06-30T20:05:56.211Z | Compiling xshell v0.2.7 |
| 3224 | 2026-06-30T20:05:56.211Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3225 | 2026-06-30T20:05:56.211Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3226 | 2026-06-30T20:05:56.211Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3227 | 2026-06-30T20:05:56.211Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3228 | 2026-06-30T20:05:56.211Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3229 | 2026-06-30T20:05:56.211Z | Compiling typify v0.6.2 |
| 3230 | 2026-06-30T20:05:56.211Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3231 | 2026-06-30T20:05:56.211Z | Compiling hickory-resolver v0.24.4 |
| 3232 | 2026-06-30T20:05:56.211Z | Compiling progenitor-impl v0.14.0 |
| 3233 | 2026-06-30T20:05:56.211Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3234 | 2026-06-30T20:05:56.211Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3235 | 2026-06-30T20:05:56.211Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3236 | 2026-06-30T20:05:56.211Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3237 | 2026-06-30T20:05:56.211Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-06-30T20:05:56.211Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3239 | 2026-06-30T20:05:56.211Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3240 | 2026-06-30T20:05:56.211Z | Compiling const_format v0.2.35 |
| 3241 | 2026-06-30T20:05:56.211Z | Compiling tabled_derive v0.7.0 |
| 3242 | 2026-06-30T20:05:56.211Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3243 | 2026-06-30T20:05:56.211Z | Compiling qorb v0.4.1 |
| 3244 | 2026-06-30T20:05:56.211Z | Compiling bcs v0.1.6 |
| 3245 | 2026-06-30T20:05:56.219Z | Compiling tagptr v0.2.0 |
| 3246 | 2026-06-30T20:05:56.426Z | Compiling termtree v0.5.1 |
| 3247 | 2026-06-30T20:05:56.439Z | Compiling salty v0.3.0 |
| 3248 | 2026-06-30T20:05:56.456Z | Compiling textwrap v0.16.2 |
| 3249 | 2026-06-30T20:05:56.481Z | Compiling moka v0.12.13 |
| 3250 | 2026-06-30T20:05:56.531Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3251 | 2026-06-30T20:05:57.659Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3252 | 2026-06-30T20:05:57.690Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3253 | 2026-06-30T20:05:57.690Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3254 | 2026-06-30T20:05:57.690Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3255 | 2026-06-30T20:05:57.690Z | Compiling tabled v0.15.0 |
| 3256 | 2026-06-30T20:05:57.691Z | Compiling steno v0.4.1 |
| 3257 | 2026-06-30T20:05:57.691Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3258 | 2026-06-30T20:05:57.691Z | Compiling base64 v0.21.7 |
| 3259 | 2026-06-30T20:05:57.691Z | Compiling radium v0.7.0 |
| 3260 | 2026-06-30T20:05:57.691Z | Compiling hickory-resolver v0.25.2 |
| 3261 | 2026-06-30T20:05:57.691Z | Compiling p384 v0.13.1 |
| 3262 | 2026-06-30T20:05:57.691Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3263 | 2026-06-30T20:05:57.691Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3264 | 2026-06-30T20:05:57.691Z | Compiling progenitor-macro v0.14.0 |
| 3265 | 2026-06-30T20:05:57.691Z | Compiling maybe-uninit v2.0.0 |
| 3266 | 2026-06-30T20:05:57.706Z | Compiling tap v1.0.1 |
| 3267 | 2026-06-30T20:05:57.957Z | Compiling wyz v0.5.1 |
| 3268 | 2026-06-30T20:05:57.997Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3269 | 2026-06-30T20:05:58.072Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3270 | 2026-06-30T20:05:58.081Z | Compiling packed_struct v0.10.1 |
| 3271 | 2026-06-30T20:05:58.089Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3272 | 2026-06-30T20:05:58.194Z | Compiling utf-8 v0.7.6 |
| 3273 | 2026-06-30T20:05:58.297Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3274 | 2026-06-30T20:05:58.335Z | Compiling funty v2.0.0 |
| 3275 | 2026-06-30T20:05:58.357Z | Compiling parking_lot_core v0.8.6 |
| 3276 | 2026-06-30T20:05:58.410Z | Compiling tungstenite v0.21.0 |
| 3277 | 2026-06-30T20:05:58.549Z | Compiling proc-macro-error2 v2.0.1 |
| 3278 | 2026-06-30T20:05:58.565Z | Compiling polyval v0.6.2 |
| 3279 | 2026-06-30T20:05:58.596Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3280 | 2026-06-30T20:05:58.718Z | Compiling bitvec v1.0.1 |
| 3281 | 2026-06-30T20:05:58.810Z | Compiling packed_struct_codegen v0.10.1 |
| 3282 | 2026-06-30T20:05:58.916Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-06-30T20:05:58.986Z | Compiling zerocopy-derive v0.6.6 |
| 3284 | 2026-06-30T20:05:59.235Z | Compiling bitfield-macros v0.19.4 |
| 3285 | 2026-06-30T20:05:59.283Z | Compiling indexmap v1.9.3 |
| 3286 | 2026-06-30T20:05:59.310Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3287 | 2026-06-30T20:05:59.330Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3288 | 2026-06-30T20:05:59.424Z | Compiling crc-catalog v2.4.0 |
| 3289 | 2026-06-30T20:05:59.487Z | Compiling nodrop v0.1.14 |
| 3290 | 2026-06-30T20:05:59.558Z | Compiling crc v3.4.0 |
| 3291 | 2026-06-30T20:05:59.564Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3292 | 2026-06-30T20:05:59.609Z | Compiling array-init v0.0.4 |
| 3293 | 2026-06-30T20:05:59.645Z | Compiling tokio-tungstenite v0.21.0 |
| 3294 | 2026-06-30T20:05:59.659Z | Compiling tabled_derive v0.11.0 |
| 3295 | 2026-06-30T20:05:59.804Z | Compiling ghash v0.5.1 |
| 3296 | 2026-06-30T20:05:59.864Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3297 | 2026-06-30T20:05:59.908Z | Compiling zerocopy v0.6.6 |
| 3298 | 2026-06-30T20:05:59.968Z | Compiling libscf-sys v1.1.0 |
| 3299 | 2026-06-30T20:05:59.991Z | Compiling smallvec v0.6.14 |
| 3300 | 2026-06-30T20:06:00.027Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3301 | 2026-06-30T20:06:00.039Z | Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-06-30T20:06:00.039Z | Compiling papergrid v0.17.0 |
| 3303 | 2026-06-30T20:06:00.069Z | Compiling bitfield v0.19.4 |
| 3304 | 2026-06-30T20:06:00.078Z | Compiling testing_table v0.3.0 |
| 3305 | 2026-06-30T20:06:00.145Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3306 | 2026-06-30T20:06:00.237Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3307 | 2026-06-30T20:06:00.261Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3308 | 2026-06-30T20:06:00.276Z | Compiling ctr v0.9.2 |
| 3309 | 2026-06-30T20:06:00.288Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-06-30T20:06:00.330Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3311 | 2026-06-30T20:06:00.404Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3312 | 2026-06-30T20:06:00.515Z | Compiling corncobs v0.1.4 |
| 3313 | 2026-06-30T20:06:00.527Z | Compiling hashbrown v0.12.3 |
| 3314 | 2026-06-30T20:06:00.574Z | Compiling unicase v2.9.0 |
| 3315 | 2026-06-30T20:06:00.678Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3316 | 2026-06-30T20:06:00.688Z | Compiling aes-gcm v0.10.3 |
| 3317 | 2026-06-30T20:06:00.701Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-06-30T20:06:00.713Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3319 | 2026-06-30T20:06:00.809Z | Compiling mime_guess v2.0.5 |
| 3320 | 2026-06-30T20:06:00.895Z | Compiling serde-hex v0.1.0 |
| 3321 | 2026-06-30T20:06:00.905Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3322 | 2026-06-30T20:06:00.933Z | Compiling parking_lot v0.11.2 |
| 3323 | 2026-06-30T20:06:01.032Z | Compiling tabled v0.20.0 |
| 3324 | 2026-06-30T20:06:01.104Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3325 | 2026-06-30T20:06:01.261Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3326 | 2026-06-30T20:06:01.330Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3327 | 2026-06-30T20:06:01.417Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3328 | 2026-06-30T20:06:01.616Z | Compiling ron v0.8.1 |
| 3329 | 2026-06-30T20:06:01.631Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3330 | 2026-06-30T20:06:01.715Z | Compiling hashbrown v0.13.2 |
| 3331 | 2026-06-30T20:06:01.816Z | Compiling progenitor-client v0.13.0 |
| 3332 | 2026-06-30T20:06:01.832Z | Compiling prefix-trie v0.7.0 |
| 3333 | 2026-06-30T20:06:02.131Z | Compiling blowfish v0.9.1 |
| 3334 | 2026-06-30T20:06:02.172Z | Compiling ssh-encoding v0.2.0 |
| 3335 | 2026-06-30T20:06:02.249Z | Compiling fxhash v0.2.1 |
| 3336 | 2026-06-30T20:06:02.266Z | Compiling secrecy v0.8.0 |
| 3337 | 2026-06-30T20:06:02.413Z | Compiling crc-any v2.5.0 |
| 3338 | 2026-06-30T20:06:02.431Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3339 | 2026-06-30T20:06:02.490Z | Compiling ssh-cipher v0.2.0 |
| 3340 | 2026-06-30T20:06:02.632Z | Compiling sled v0.34.7 |
| 3341 | 2026-06-30T20:06:02.689Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3342 | 2026-06-30T20:06:02.723Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3343 | 2026-06-30T20:06:02.723Z | Compiling object v0.30.4 |
| 3344 | 2026-06-30T20:06:02.756Z | Compiling hickory-server v0.25.2 |
| 3345 | 2026-06-30T20:06:02.759Z | Compiling progenitor v0.14.0 |
| 3346 | 2026-06-30T20:06:02.788Z | Compiling progenitor-macro v0.13.0 |
| 3347 | 2026-06-30T20:06:02.952Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3348 | 2026-06-30T20:06:03.053Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3349 | 2026-06-30T20:06:03.114Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3350 | 2026-06-30T20:06:03.132Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3351 | 2026-06-30T20:06:03.150Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3352 | 2026-06-30T20:06:03.485Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3353 | 2026-06-30T20:06:03.604Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3354 | 2026-06-30T20:06:03.766Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3355 | 2026-06-30T20:06:03.784Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3356 | 2026-06-30T20:06:03.803Z | Compiling password-hash v0.4.2 |
| 3357 | 2026-06-30T20:06:03.848Z | Compiling half v1.8.3 |
| 3358 | 2026-06-30T20:06:04.138Z | Compiling path-slash v0.1.5 |
| 3359 | 2026-06-30T20:06:04.223Z | Compiling http-range v0.1.5 |
| 3360 | 2026-06-30T20:06:04.285Z | Compiling crc8 v0.1.1 |
| 3361 | 2026-06-30T20:06:04.437Z | Compiling pbkdf2 v0.11.0 |
| 3362 | 2026-06-30T20:06:04.564Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3363 | 2026-06-30T20:06:04.667Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3364 | 2026-06-30T20:06:04.684Z | Compiling serde_cbor v0.11.2 |
| 3365 | 2026-06-30T20:06:05.311Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3366 | 2026-06-30T20:06:05.554Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3367 | 2026-06-30T20:06:05.649Z | Compiling illumos-nvpair v0.3.0 |
| 3368 | 2026-06-30T20:06:05.711Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3369 | 2026-06-30T20:06:05.744Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3370 | 2026-06-30T20:06:05.765Z | Compiling ssh-key v0.6.7 |
| 3371 | 2026-06-30T20:06:06.159Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3372 | 2026-06-30T20:06:06.198Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3373 | 2026-06-30T20:06:06.243Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3374 | 2026-06-30T20:06:06.334Z | Compiling p521 v0.13.3 |
| 3375 | 2026-06-30T20:06:06.380Z | Compiling p256 v0.13.2 |
| 3376 | 2026-06-30T20:06:06.397Z | Compiling yasna v0.5.2 |
| 3377 | 2026-06-30T20:06:06.688Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3378 | 2026-06-30T20:06:06.791Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3379 | 2026-06-30T20:06:06.808Z | Compiling kstat-rs v0.2.4 |
| 3380 | 2026-06-30T20:06:06.888Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3381 | 2026-06-30T20:06:07.056Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3382 | 2026-06-30T20:06:07.074Z | Compiling headers-core v0.3.0 |
| 3383 | 2026-06-30T20:06:07.140Z | Compiling nanorand v0.7.0 |
| 3384 | 2026-06-30T20:06:07.170Z | Compiling russh-cryptovec v0.7.3 |
| 3385 | 2026-06-30T20:06:07.227Z | Compiling atty v0.2.14 |
| 3386 | 2026-06-30T20:06:07.347Z | Compiling md5 v0.7.0 |
| 3387 | 2026-06-30T20:06:07.366Z | Compiling home v0.5.12 |
| 3388 | 2026-06-30T20:06:07.393Z | Compiling flume v0.11.1 |
| 3389 | 2026-06-30T20:06:07.412Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3390 | 2026-06-30T20:06:07.445Z | Compiling headers v0.4.1 |
| 3391 | 2026-06-30T20:06:07.463Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3392 | 2026-06-30T20:06:07.517Z | Compiling rcgen v0.12.1 |
| 3393 | 2026-06-30T20:06:07.536Z | Compiling russh-keys v0.45.0 |
| 3394 | 2026-06-30T20:06:07.655Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3395 | 2026-06-30T20:06:07.768Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3396 | 2026-06-30T20:06:07.888Z | Compiling progenitor v0.13.0 |
| 3397 | 2026-06-30T20:06:08.067Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3398 | 2026-06-30T20:06:08.084Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3399 | 2026-06-30T20:06:08.111Z | Compiling hyper-staticfile v0.10.1 |
| 3400 | 2026-06-30T20:06:08.241Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3401 | 2026-06-30T20:06:08.298Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3402 | 2026-06-30T20:06:08.316Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3403 | 2026-06-30T20:06:08.444Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3404 | 2026-06-30T20:06:08.578Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3405 | 2026-06-30T20:06:08.651Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3406 | 2026-06-30T20:06:08.669Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3407 | 2026-06-30T20:06:08.702Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3408 | 2026-06-30T20:06:08.765Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3409 | 2026-06-30T20:06:08.971Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3410 | 2026-06-30T20:06:09.004Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3411 | 2026-06-30T20:06:09.023Z | Compiling num-bigint v0.4.6 |
| 3412 | 2026-06-30T20:06:09.026Z | Compiling des v0.8.1 |
| 3413 | 2026-06-30T20:06:09.027Z | Compiling subprocess v0.2.15 |
| 3414 | 2026-06-30T20:06:09.090Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3415 | 2026-06-30T20:06:09.134Z | Compiling display-error-chain v0.2.2 |
| 3416 | 2026-06-30T20:06:09.151Z | Compiling hex-literal v0.4.1 |
| 3417 | 2026-06-30T20:06:09.207Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3418 | 2026-06-30T20:06:09.260Z | Compiling colored v2.2.0 |
| 3419 | 2026-06-30T20:06:09.291Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3420 | 2026-06-30T20:06:09.307Z | Compiling socket2 v0.5.10 |
| 3421 | 2026-06-30T20:06:09.458Z | Compiling internet-checksum v0.2.1 |
| 3422 | 2026-06-30T20:06:09.549Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3423 | 2026-06-30T20:06:09.566Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3424 | 2026-06-30T20:06:10.206Z | Compiling russh v0.45.0 |
| 3425 | 2026-06-30T20:06:10.380Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3426 | 2026-06-30T20:06:11.372Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3427 | 2026-06-30T20:06:11.372Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3428 | 2026-06-30T20:06:13.866Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3429 | 2026-06-30T20:06:14.511Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3430 | 2026-06-30T20:06:14.714Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3431 | 2026-06-30T20:06:14.980Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3432 | 2026-06-30T20:06:17.357Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3433 | 2026-06-30T20:06:25.503Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3434 | 2026-06-30T20:06:25.503Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3435 | 2026-06-30T20:06:25.503Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3436 | 2026-06-30T20:06:25.506Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3437 | 2026-06-30T20:06:27.240Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3438 | 2026-06-30T20:06:27.280Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3439 | 2026-06-30T20:06:31.258Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3440 | 2026-06-30T20:07:10.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3441 | 2026-06-30T20:07:10.917Z | |
| 3442 | 2026-06-30T20:07:10.917Z | real 1:26.328127578 |
| 3443 | 2026-06-30T20:07:10.920Z | user 7:56.962734756 |
| 3444 | 2026-06-30T20:07:10.920Z | sys 1:37.515147284 |
| 3445 | 2026-06-30T20:07:10.920Z | trap 0.227384054 |
| 3446 | 2026-06-30T20:07:10.920Z | tflt 0.340487654 |
| 3447 | 2026-06-30T20:07:10.920Z | dflt 1.841225440 |
| 3448 | 2026-06-30T20:07:10.920Z | kflt 0.000397276 |
| 3449 | 2026-06-30T20:07:10.920Z | lock 26:43.461308277 |
| 3450 | 2026-06-30T20:07:10.920Z | slp 17:59.463228763 |
| 3451 | 2026-06-30T20:07:10.920Z | lat 36.712476199 |
| 3452 | 2026-06-30T20:07:10.920Z | stop 2:31.898037112 |
| 3453 | 2026-06-30T20:07:10.920Z | + mkdir tests |
| 3454 | 2026-06-30T20:07:10.920Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3455 | 2026-06-30T20:07:10.920Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3456 | 2026-06-30T20:07:10.942Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2418a96003d56dd tests/ |
| 3457 | 2026-06-30T20:07:10.971Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2f9b05eaa7f9fa43 tests/ |
| 3458 | 2026-06-30T20:07:11.000Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5cb70ea80f2c657e tests/ |
| 3459 | 2026-06-30T20:07:11.031Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4286466062a8d251 tests/ |
| 3460 | 2026-06-30T20:07:11.266Z | + 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) |
| 3461 | 2026-06-30T20:07:11.271Z | + 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-2f9b05eaa7f9fa43 tests/commtest-5cb70ea80f2c657e tests/dhcp_server-f2418a96003d56dd tests/end_to_end_tests-4286466062a8d251 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 |
| 3462 | 2026-06-30T20:08:29.895Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3463 | 2026-06-30T20:08:29.895Z | a .github/buildomat/ci-env.sh 1K |
| 3464 | 2026-06-30T20:08:29.895Z | a out/target/test 1K |
| 3465 | 2026-06-30T20:08:29.895Z | a out/npuzone/npuzone 27402K |
| 3466 | 2026-06-30T20:08:29.895Z | a package-manifest.toml 35K |
| 3467 | 2026-06-30T20:08:29.895Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3468 | 2026-06-30T20:08:29.895Z | a target/release/omicron-package 40882K |
| 3469 | 2026-06-30T20:08:29.895Z | a target/release/xtask 11107K |
| 3470 | 2026-06-30T20:08:29.895Z | a target/debug/bootstrap 349095K |
| 3471 | 2026-06-30T20:08:29.895Z | a tests/bootstrap-2f9b05eaa7f9fa43 31974K |
| 3472 | 2026-06-30T20:08:29.895Z | a tests/commtest-5cb70ea80f2c657e 33328K |
| 3473 | 2026-06-30T20:08:29.895Z | a tests/dhcp_server-f2418a96003d56dd 31974K |
| 3474 | 2026-06-30T20:08:29.895Z | a tests/end_to_end_tests-4286466062a8d251 391244K |
| 3475 | 2026-06-30T20:08:29.895Z | a tools/opte_version 1K |
| 3476 | 2026-06-30T20:08:29.895Z | a tools/opte_version_override 2K |
| 3477 | 2026-06-30T20:08:29.895Z | a out/clickhouse.tar.gz 308346K |
| 3478 | 2026-06-30T20:08:29.895Z | a out/clickhouse_keeper.tar.gz 294831K |
| 3479 | 2026-06-30T20:08:29.895Z | a out/clickhouse_server.tar.gz 308344K |
| 3480 | 2026-06-30T20:08:29.895Z | a out/cockroachdb.tar.gz 158634K |
| 3481 | 2026-06-30T20:08:29.895Z | a out/crucible-pantry-zone.tar.gz 37385K |
| 3482 | 2026-06-30T20:08:29.895Z | a out/crucible-utils.tar 18900K |
| 3483 | 2026-06-30T20:08:29.895Z | a out/crucible-zone.tar.gz 52080K |
| 3484 | 2026-06-30T20:08:29.895Z | a out/external-dns.tar.gz 43160K |
| 3485 | 2026-06-30T20:08:29.895Z | a out/internal-dns.tar.gz 43159K |
| 3486 | 2026-06-30T20:08:29.895Z | a out/mg-ddm-gz.tar 97917K |
| 3487 | 2026-06-30T20:08:29.895Z | a out/nexus.tar.gz 269820K |
| 3488 | 2026-06-30T20:08:29.895Z | a out/ntp.tar.gz 26523K |
| 3489 | 2026-06-30T20:08:29.895Z | a out/omicron-gateway-softnpu.tar.gz 28294K |
| 3490 | 2026-06-30T20:08:29.896Z | a out/omicron-sled-agent.tar 194016K |
| 3491 | 2026-06-30T20:08:29.896Z | a out/overlay.tar.gz 3K |
| 3492 | 2026-06-30T20:08:29.896Z | a out/oximeter.tar.gz 59174K |
| 3493 | 2026-06-30T20:08:29.896Z | a out/oxlog.tar 3808K |
| 3494 | 2026-06-30T20:08:29.896Z | a out/probe.tar.gz 3037K |
| 3495 | 2026-06-30T20:08:29.896Z | a out/propolis-server.tar.gz 34372K |
| 3496 | 2026-06-30T20:08:29.896Z | a out/pumpkind-gz.tar 26647K |
| 3497 | 2026-06-30T20:08:29.896Z | a out/switch-softnpu.tar.gz 444270K |
| 3498 | 2026-06-30T20:08:29.902Z | |
| 3499 | 2026-06-30T20:08:29.902Z | real 1:18.625007503 |
| 3500 | 2026-06-30T20:08:29.902Z | user 1:15.996185056 |
| 3501 | 2026-06-30T20:08:29.902Z | sys 4.357048223 |
| 3502 | 2026-06-30T20:08:29.902Z | trap 0.005906388 |
| 3503 | 2026-06-30T20:08:29.903Z | tflt 0.000000000 |
| 3504 | 2026-06-30T20:08:29.903Z | dflt 0.000000000 |
| 3505 | 2026-06-30T20:08:29.903Z | kflt 0.000000000 |
| 3506 | 2026-06-30T20:08:29.903Z | lock 0.000000000 |
| 3507 | 2026-06-30T20:08:29.903Z | slp 1:15.942070136 |
| 3508 | 2026-06-30T20:08:29.903Z | lat 0.944121968 |
| 3509 | 2026-06-30T20:08:29.903Z | stop 0.000219568 |
| 3510 | 2026-06-30T20:08:29.903Z | process exited: duration 980013 ms, exit code 0 |
| |
| 3511 | 2026-06-30T20:08:29.918Z | found 1 output files |
| 3512 | 2026-06-30T20:08:29.918Z | uploading: /work/package.tar.gz (2447653311 bytes) |
| 3513 | 2026-06-30T20:09:27.781Z | uploaded: /work/package.tar.gz |