|
|
|
| 1 | 2026-07-22T20:19:42.694Z | job assigned to worker 01KY5QPG5PP5XSCNVFRGYT9FCN [factory aws, i-0545ca41ad3ba04b0] (queued for 53 s) |
| |
| 2 | 2026-07-22T20:19:49.566Z | starting task 0: "setup" |
| 3 | 2026-07-22T20:19:49.572Z | ++ uname -s |
| 4 | 2026-07-22T20:19:49.572Z | + kern=SunOS |
| 5 | 2026-07-22T20:19:49.573Z | + build_user=build |
| 6 | 2026-07-22T20:19:49.573Z | + build_uid=12345 |
| 7 | 2026-07-22T20:19:49.573Z | + work_dir=/work |
| 8 | 2026-07-22T20:19:49.573Z | + input_dir=/input |
| 9 | 2026-07-22T20:19:49.573Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-22T20:19:49.573Z | + case "$kern" in |
| 11 | 2026-07-22T20:19:49.573Z | + groupadd -g 12345 build |
| 12 | 2026-07-22T20:19:49.573Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-22T20:19:51.577Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-22T20:19:51.653Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-22T20:19:51.660Z | + home_fs=zfs |
| 16 | 2026-07-22T20:19:51.660Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-22T20:19:51.661Z | + mkdir -p /home/build |
| 18 | 2026-07-22T20:19:51.661Z | + chown build:build /home/build /work |
| 19 | 2026-07-22T20:19:53.655Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-22T20:19:53.660Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-07-22T20:19:53.668Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-22T20:19:53.674Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-22T20:19:53.674Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-22T20:19:53.674Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-22T20:19:53.674Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-22T20:19:53.674Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-22T20:19:53.674Z | * rust toolchain profile = "default" |
| 28 | 2026-07-22T20:19:53.679Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-22T20:19:53.679Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-22T20:19:53.779Z | info: downloading installer |
| 31 | 2026-07-22T20:19:55.086Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-22T20:19:55.086Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-22T20:19:55.086Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-22T20:19:55.086Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-22T20:19:55.096Z | info: profile set to default |
| 36 | 2026-07-22T20:19:55.096Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-22T20:19:55.100Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-22T20:19:55.231Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-22T20:19:55.231Z | info: downloading 6 components |
| 40 | 2026-07-22T20:20:10.505Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-22T20:20:10.505Z | |
| 42 | 2026-07-22T20:20:10.533Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-22T20:20:10.533Z | |
| 44 | 2026-07-22T20:20:10.533Z | |
| 45 | 2026-07-22T20:20:10.533Z | Rust is installed now. Great! |
| 46 | 2026-07-22T20:20:10.533Z | |
| 47 | 2026-07-22T20:20:10.533Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-22T20:20:10.533Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-22T20:20:10.533Z | |
| 50 | 2026-07-22T20:20:10.533Z | To configure your current shell, you need to source |
| 51 | 2026-07-22T20:20:10.533Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-22T20:20:10.533Z | |
| 53 | 2026-07-22T20:20:10.533Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-22T20:20:10.538Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-22T20:20:10.538Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-22T20:20:10.538Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-22T20:20:10.538Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-22T20:20:10.538Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-22T20:20:10.538Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-22T20:20:10.538Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-22T20:20:10.538Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-22T20:20:10.639Z | + rustup --version |
| 63 | 2026-07-22T20:20:10.645Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-22T20:20:10.648Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-22T20:20:10.665Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-22T20:20:10.668Z | + cargo --version |
| 67 | 2026-07-22T20:20:10.676Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-22T20:20:10.681Z | + rustc --version |
| 69 | 2026-07-22T20:20:10.702Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-22T20:20:10.707Z | process exited: duration 17034 ms, exit code 0 |
| |
| 71 | 2026-07-22T20:20:10.714Z | starting task 2: "authentication" |
| 72 | 2026-07-22T20:20:10.734Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-07-22T20:20:10.741Z | starting task 3: "clone repository" |
| 74 | 2026-07-22T20:20:10.745Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-22T20:20:10.750Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-22T20:20:10.780Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-22T20:20:26.330Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-22T20:20:26.330Z | + git fetch origin 05a8bcfe0b927ea4f88b0a399366e108403eab02 |
| 79 | 2026-07-22T20:20:26.635Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-22T20:20:26.635Z | * branch 05a8bcfe0b927ea4f88b0a399366e108403eab02 -> FETCH_HEAD |
| 81 | 2026-07-22T20:20:26.650Z | + [[ -n john/disk-management-err-cleanup-1 ]] |
| 82 | 2026-07-22T20:20:26.654Z | ++ git branch --show-current |
| 83 | 2026-07-22T20:20:26.654Z | + current=main |
| 84 | 2026-07-22T20:20:26.654Z | + [[ main != john/disk-management-err-cleanup-1 ]] |
| 85 | 2026-07-22T20:20:26.654Z | + git branch -f john/disk-management-err-cleanup-1 05a8bcfe0b927ea4f88b0a399366e108403eab02 |
| 86 | 2026-07-22T20:20:26.658Z | + git checkout -f john/disk-management-err-cleanup-1 |
| 87 | 2026-07-22T20:20:26.901Z | Switched to branch 'john/disk-management-err-cleanup-1' |
| 88 | 2026-07-22T20:20:26.905Z | + git reset --hard 05a8bcfe0b927ea4f88b0a399366e108403eab02 |
| 89 | 2026-07-22T20:20:26.919Z | HEAD is now at 05a8bcfe0 move DiskManagementError to config-reconcilers |
| 90 | 2026-07-22T20:20:26.922Z | process exited: duration 16178 ms, exit code 0 |
| |
| 91 | 2026-07-22T20:20:26.930Z | starting task 4: "build" |
| 92 | 2026-07-22T20:20:26.935Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-22T20:20:26.935Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-22T20:20:26.939Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-22T20:20:26.939Z | +++ uname -s |
| 96 | 2026-07-22T20:20:26.939Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-22T20:20:26.939Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-22T20:20:26.942Z | + cargo --version |
| 99 | 2026-07-22T20:20:26.949Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-22T20:20:26.954Z | + rustc --version |
| 101 | 2026-07-22T20:20:26.973Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-22T20:20:26.976Z | + WORK=/work |
| 103 | 2026-07-22T20:20:26.976Z | + pfexec mkdir -p /work |
| 104 | 2026-07-22T20:20:26.980Z | + pfexec chown build /work |
| 105 | 2026-07-22T20:20:26.983Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-22T20:20:28.781Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-22T20:20:29.002Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-22T20:20:30.076Z | Planning: Solver setup ... Done (0.998s) |
| 109 | 2026-07-22T20:20:30.117Z | Planning: Running solver ... Done (0.042s) |
| 110 | 2026-07-22T20:20:30.147Z | Planning: Finding local manifests ... Done (0.004s) |
| 111 | 2026-07-22T20:20:30.159Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-22T20:20:30.182Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-22T20:20:30.197Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-07-22T20:20:30.201Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-22T20:20:30.403Z | Planning: Checking for conflicting actions ... Done (0.203s) |
| 116 | 2026-07-22T20:20:30.407Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-22T20:20:31.323Z | Planning: Evaluating mediators ... Done (0.911s) |
| 118 | 2026-07-22T20:20:31.337Z | Planning: Planning completed in 2.29 seconds |
| 119 | 2026-07-22T20:20:31.337Z | Packages to install: 2 |
| 120 | 2026-07-22T20:20:31.337Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-22T20:20:31.337Z | Estimated space to be consumed: 52.23 MB |
| 122 | 2026-07-22T20:20:31.337Z | Create boot environment: No |
| 123 | 2026-07-22T20:20:31.337Z | Create backup boot environment: No |
| 124 | 2026-07-22T20:20:31.337Z | Rebuild boot archive: No |
| 125 | 2026-07-22T20:20:31.337Z | |
| 126 | 2026-07-22T20:20:31.338Z | Changed packages: |
| 127 | 2026-07-22T20:20:31.338Z | helios |
| 128 | 2026-07-22T20:20:31.338Z | developer/build-essential |
| 129 | 2026-07-22T20:20:31.338Z | None -> 11-3.0 |
| 130 | 2026-07-22T20:20:31.340Z | library/libxmlsec1 |
| 131 | 2026-07-22T20:20:31.340Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-22T20:20:31.356Z | |
| 133 | 2026-07-22T20:20:31.356Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-22T20:20:31.437Z | Download: Completed 1.28 MB in 0.07 seconds (18.4M/s) |
| 135 | 2026-07-22T20:20:31.507Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-22T20:20:31.554Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-22T20:20:31.565Z | Finalize: Updating package state database ... Done (0.023s) |
| 138 | 2026-07-22T20:20:31.565Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-22T20:20:31.630Z | Finalize: Updating image state ... Done (0.054s) |
| 140 | 2026-07-22T20:20:34.274Z | Finalize: Creating fast lookup database ... Done (2.608s) |
| 141 | 2026-07-22T20:20:34.339Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-22T20:20:34.363Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-22T20:20:34.459Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-22T20:20:34.785Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-22T20:20:34.889Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-22T20:20:34.924Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-22T20:20:35.074Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-22T20:20:35.131Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-22T20:20:35.131Z | Mediators to change: 2 |
| 150 | 2026-07-22T20:20:35.131Z | Create boot environment: No |
| 151 | 2026-07-22T20:20:35.131Z | Create backup boot environment: No |
| 152 | 2026-07-22T20:20:35.179Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-22T20:20:35.181Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-22T20:20:35.181Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-22T20:20:37.065Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-22T20:20:37.129Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-22T20:20:37.141Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-22T20:20:37.175Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-22T20:20:37.470Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-22T20:20:37.572Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-22T20:20:37.590Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-22T20:20:37.728Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-22T20:20:37.733Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-22T20:20:37.755Z | Mediators to change: 1 |
| 165 | 2026-07-22T20:20:37.755Z | Create boot environment: No |
| 166 | 2026-07-22T20:20:37.756Z | Create backup boot environment: No |
| 167 | 2026-07-22T20:20:37.803Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-22T20:20:37.804Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-22T20:20:37.830Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-22T20:20:39.766Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-22T20:20:39.830Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-22T20:20:39.836Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-22T20:20:39.902Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-22T20:20:40.213Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-22T20:20:40.213Z | apache system 2.4 system |
| 176 | 2026-07-22T20:20:40.213Z | clang system 15 system |
| 177 | 2026-07-22T20:20:40.213Z | csh system system illumos |
| 178 | 2026-07-22T20:20:40.213Z | ctags system system illumos |
| 179 | 2026-07-22T20:20:40.213Z | file vendor vendor darwinsys |
| 180 | 2026-07-22T20:20:40.213Z | file system system illumos |
| 181 | 2026-07-22T20:20:40.213Z | gcc vendor 14 vendor |
| 182 | 2026-07-22T20:20:40.213Z | gcc system 13 system |
| 183 | 2026-07-22T20:20:40.213Z | gcc system 10 system |
| 184 | 2026-07-22T20:20:40.213Z | go system 1.25 system |
| 185 | 2026-07-22T20:20:40.213Z | llvm system 15 system |
| 186 | 2026-07-22T20:20:40.213Z | mariadb system 11.4 system |
| 187 | 2026-07-22T20:20:40.213Z | mta vendor vendor dma |
| 188 | 2026-07-22T20:20:40.213Z | openjdk system 17 system |
| 189 | 2026-07-22T20:20:40.213Z | openjdk system 11 system |
| 190 | 2026-07-22T20:20:40.214Z | openssl vendor 3 vendor |
| 191 | 2026-07-22T20:20:40.214Z | perl system 5.40 system |
| 192 | 2026-07-22T20:20:40.214Z | postgresql system 18 system |
| 193 | 2026-07-22T20:20:40.214Z | postgresql system 17 system |
| 194 | 2026-07-22T20:20:40.214Z | python vendor 3 vendor |
| 195 | 2026-07-22T20:20:40.214Z | python system 2 system |
| 196 | 2026-07-22T20:20:40.214Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-22T20:20:40.214Z | ruby system 3.4 system |
| 198 | 2026-07-22T20:20:40.214Z | ruby system 3.0 system |
| 199 | 2026-07-22T20:20:40.214Z | words vendor vendor american-english |
| 200 | 2026-07-22T20:20:40.214Z | words system system australian-english |
| 201 | 2026-07-22T20:20:40.214Z | words system system british-english |
| 202 | 2026-07-22T20:20:40.214Z | words system system canadian-english |
| 203 | 2026-07-22T20:20:40.214Z | words system system french |
| 204 | 2026-07-22T20:20:40.214Z | words system system italian |
| 205 | 2026-07-22T20:20:40.214Z | words system system ngerman |
| 206 | 2026-07-22T20:20:40.214Z | words system system ogerman |
| 207 | 2026-07-22T20:20:40.214Z | words system system spanish |
| 208 | 2026-07-22T20:20:40.469Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-22T20:20:40.469Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-22T20:20:40.857Z | FMRI IFO |
| 211 | 2026-07-22T20:20:40.857Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-22T20:20:40.857Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-22T20:20:40.857Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-22T20:20:40.858Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-22T20:20:40.858Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-22T20:20:40.858Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-22T20:20:40.858Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-22T20:20:40.858Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-22T20:20:40.858Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-22T20:20:41.155Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-22T20:20:41.401Z | Updating crates.io index |
| 222 | 2026-07-22T20:20:41.405Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-22T20:20:41.621Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-22T20:20:41.895Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-22T20:20:43.096Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-22T20:20:43.718Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-22T20:20:45.705Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-22T20:20:46.669Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-22T20:20:46.900Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-22T20:20:47.219Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-22T20:20:48.546Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-22T20:20:48.792Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-22T20:20:49.134Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-22T20:20:49.354Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-22T20:20:49.864Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-22T20:20:50.367Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-22T20:20:50.591Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-22T20:20:50.832Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-22T20:20:51.088Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-22T20:20:51.368Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-22T20:20:51.607Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-22T20:20:51.821Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-22T20:20:52.110Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-22T20:20:52.442Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-22T20:20:52.815Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-22T20:20:53.064Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-22T20:20:53.478Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-22T20:20:53.719Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-22T20:20:54.130Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-22T20:20:54.472Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-22T20:20:54.722Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-22T20:20:54.930Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-22T20:20:55.262Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-22T20:20:55.641Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-22T20:20:55.860Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-22T20:20:56.191Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-22T20:20:56.438Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-22T20:20:56.706Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-22T20:20:56.970Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-22T20:20:57.202Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-22T20:20:57.460Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-22T20:20:57.728Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-22T20:21:00.444Z | Downloading crates ... |
| 264 | 2026-07-22T20:21:00.516Z | Downloaded anstyle v1.0.14 |
| 265 | 2026-07-22T20:21:00.524Z | Downloaded colorchoice v1.0.4 |
| 266 | 2026-07-22T20:21:00.527Z | Downloaded camino-tempfile v1.4.1 |
| 267 | 2026-07-22T20:21:00.531Z | Downloaded anstyle-query v1.1.5 |
| 268 | 2026-07-22T20:21:00.535Z | Downloaded bytecount v0.6.9 |
| 269 | 2026-07-22T20:21:00.544Z | Downloaded clap_derive v4.6.1 |
| 270 | 2026-07-22T20:21:00.547Z | Downloaded usdt-macro v0.5.0 |
| 271 | 2026-07-22T20:21:00.552Z | Downloaded heck v0.5.0 |
| 272 | 2026-07-22T20:21:00.555Z | Downloaded fnv v1.0.7 |
| 273 | 2026-07-22T20:21:00.555Z | Downloaded anstream v1.0.0 |
| 274 | 2026-07-22T20:21:00.558Z | Downloaded thiserror v2.0.18 |
| 275 | 2026-07-22T20:21:00.563Z | Downloaded serde_tokenstream v0.2.3 |
| 276 | 2026-07-22T20:21:00.563Z | Downloaded equivalent v1.0.2 |
| 277 | 2026-07-22T20:21:00.563Z | Downloaded zerocopy v0.7.35 |
| 278 | 2026-07-22T20:21:00.571Z | Downloaded log v0.4.29 |
| 279 | 2026-07-22T20:21:00.575Z | Downloaded cargo-platform v0.3.2 |
| 280 | 2026-07-22T20:21:00.575Z | Downloaded byteorder v1.5.0 |
| 281 | 2026-07-22T20:21:00.575Z | Downloaded tabled_derive v0.7.0 |
| 282 | 2026-07-22T20:21:00.575Z | Downloaded block-buffer v0.10.4 |
| 283 | 2026-07-22T20:21:00.582Z | Downloaded toml_write v0.1.2 |
| 284 | 2026-07-22T20:21:00.589Z | Downloaded generic-array v0.14.7 |
| 285 | 2026-07-22T20:21:00.594Z | Downloaded errno v0.3.14 |
| 286 | 2026-07-22T20:21:00.597Z | Downloaded cfg-if v1.0.4 |
| 287 | 2026-07-22T20:21:00.607Z | Downloaded getrandom v0.4.1 |
| 288 | 2026-07-22T20:21:00.612Z | Downloaded is_terminal_polyfill v1.70.2 |
| 289 | 2026-07-22T20:21:00.616Z | Downloaded heck v0.4.1 |
| 290 | 2026-07-22T20:21:00.616Z | Downloaded crypto-common v0.1.7 |
| 291 | 2026-07-22T20:21:00.616Z | Downloaded plain v0.2.3 |
| 292 | 2026-07-22T20:21:00.620Z | Downloaded clap_lex v1.0.0 |
| 293 | 2026-07-22T20:21:00.625Z | Downloaded macaddr v1.0.1 |
| 294 | 2026-07-22T20:21:00.628Z | Downloaded fastrand v2.3.0 |
| 295 | 2026-07-22T20:21:00.631Z | Downloaded toml_datetime v0.6.11 |
| 296 | 2026-07-22T20:21:00.634Z | Downloaded itoa v1.0.17 |
| 297 | 2026-07-22T20:21:00.640Z | Downloaded swrite v0.1.0 |
| 298 | 2026-07-22T20:21:00.644Z | Downloaded version_check v0.9.5 |
| 299 | 2026-07-22T20:21:00.649Z | Downloaded pretty-hex v0.4.1 |
| 300 | 2026-07-22T20:21:00.649Z | Downloaded dtrace-parser v0.2.0 |
| 301 | 2026-07-22T20:21:00.652Z | Downloaded terminal_size v0.4.3 |
| 302 | 2026-07-22T20:21:00.652Z | Downloaded thread-id v4.2.2 |
| 303 | 2026-07-22T20:21:00.658Z | Downloaded proc-macro-error-attr v1.0.4 |
| 304 | 2026-07-22T20:21:00.663Z | Downloaded serde_spanned v0.6.9 |
| 305 | 2026-07-22T20:21:00.695Z | Downloaded strsim v0.11.1 |
| 306 | 2026-07-22T20:21:00.695Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-07-22T20:21:00.695Z | Downloaded dof v0.3.0 |
| 308 | 2026-07-22T20:21:00.695Z | Downloaded scroll_derive v0.12.1 |
| 309 | 2026-07-22T20:21:00.696Z | Downloaded unicode-linebreak v0.1.5 |
| 310 | 2026-07-22T20:21:00.696Z | Downloaded memmap v0.7.0 |
| 311 | 2026-07-22T20:21:00.696Z | Downloaded zmij v1.0.21 |
| 312 | 2026-07-22T20:21:00.696Z | Downloaded proc-macro-error v1.0.4 |
| 313 | 2026-07-22T20:21:00.696Z | Downloaded autocfg v1.5.0 |
| 314 | 2026-07-22T20:21:00.696Z | Downloaded anstyle-parse v1.0.0 |
| 315 | 2026-07-22T20:21:00.696Z | Downloaded utf8parse v0.2.2 |
| 316 | 2026-07-22T20:21:00.702Z | Downloaded digest v0.10.7 |
| 317 | 2026-07-22T20:21:00.702Z | Downloaded cpufeatures v0.2.17 |
| 318 | 2026-07-22T20:21:00.702Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-07-22T20:21:00.702Z | Downloaded fs-err v3.3.0 |
| 320 | 2026-07-22T20:21:00.707Z | Downloaded smawk v0.3.2 |
| 321 | 2026-07-22T20:21:00.707Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-07-22T20:21:00.713Z | Downloaded scroll v0.12.0 |
| 323 | 2026-07-22T20:21:00.717Z | Downloaded usdt v0.5.0 |
| 324 | 2026-07-22T20:21:00.717Z | Downloaded quote v1.0.45 |
| 325 | 2026-07-22T20:21:00.721Z | Downloaded thiserror v1.0.69 |
| 326 | 2026-07-22T20:21:00.725Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-07-22T20:21:00.732Z | Downloaded usdt-impl v0.5.0 |
| 328 | 2026-07-22T20:21:00.738Z | Downloaded bitflags v2.11.0 |
| 329 | 2026-07-22T20:21:00.741Z | Downloaded cargo_toml v0.21.0 |
| 330 | 2026-07-22T20:21:00.747Z | Downloaded pest v2.8.6 |
| 331 | 2026-07-22T20:21:00.751Z | Downloaded camino v1.2.2 |
| 332 | 2026-07-22T20:21:00.760Z | Downloaded pest_derive v2.8.6 |
| 333 | 2026-07-22T20:21:00.763Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-07-22T20:21:00.763Z | Downloaded zerocopy-derive v0.7.35 |
| 335 | 2026-07-22T20:21:00.769Z | Downloaded semver v1.0.28 |
| 336 | 2026-07-22T20:21:00.772Z | Downloaded cargo_metadata v0.23.1 |
| 337 | 2026-07-22T20:21:00.772Z | Downloaded tempfile v3.25.0 |
| 338 | 2026-07-22T20:21:00.772Z | Downloaded pest_meta v2.8.6 |
| 339 | 2026-07-22T20:21:00.777Z | Downloaded anyhow v1.0.102 |
| 340 | 2026-07-22T20:21:00.786Z | Downloaded toml v0.8.23 |
| 341 | 2026-07-22T20:21:00.789Z | Downloaded memchr v2.8.0 |
| 342 | 2026-07-22T20:21:00.796Z | Downloaded serde_core v1.0.228 |
| 343 | 2026-07-22T20:21:00.799Z | Downloaded pest_generator v2.8.6 |
| 344 | 2026-07-22T20:21:00.799Z | Downloaded clap v4.6.1 |
| 345 | 2026-07-22T20:21:00.802Z | Downloaded ucd-trie v0.1.7 |
| 346 | 2026-07-22T20:21:00.802Z | Downloaded papergrid v0.11.0 |
| 347 | 2026-07-22T20:21:00.806Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-07-22T20:21:00.806Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-07-22T20:21:00.810Z | Downloaded serde_derive v1.0.228 |
| 350 | 2026-07-22T20:21:00.810Z | Downloaded proc-macro2 v1.0.106 |
| 351 | 2026-07-22T20:21:00.821Z | Downloaded indexmap v2.14.0 |
| 352 | 2026-07-22T20:21:00.832Z | Downloaded serde v1.0.228 |
| 353 | 2026-07-22T20:21:00.838Z | Downloaded toml_edit v0.22.27 |
| 354 | 2026-07-22T20:21:00.845Z | Downloaded typenum v1.20.1 |
| 355 | 2026-07-22T20:21:00.876Z | Downloaded winnow v0.7.14 |
| 356 | 2026-07-22T20:21:00.883Z | Downloaded goblin v0.8.2 |
| 357 | 2026-07-22T20:21:00.891Z | Downloaded serde_json v1.0.150 |
| 358 | 2026-07-22T20:21:00.902Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-07-22T20:21:00.920Z | Downloaded hashbrown v0.17.0 |
| 360 | 2026-07-22T20:21:00.944Z | Downloaded tabled v0.15.0 |
| 361 | 2026-07-22T20:21:00.950Z | Downloaded unicode-width v0.1.14 |
| 362 | 2026-07-22T20:21:00.953Z | Downloaded syn v1.0.109 |
| 363 | 2026-07-22T20:21:00.957Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-07-22T20:21:00.968Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-22T20:21:00.980Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-22T20:21:01.014Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-22T20:21:01.075Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-22T20:21:01.075Z | Compiling quote v1.0.45 |
| 369 | 2026-07-22T20:21:01.076Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-22T20:21:01.076Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-22T20:21:01.076Z | Compiling libc v0.2.185 |
| 372 | 2026-07-22T20:21:01.081Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-22T20:21:01.081Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-22T20:21:01.081Z | Compiling serde v1.0.228 |
| 375 | 2026-07-22T20:21:01.081Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-22T20:21:01.081Z | Compiling ucd-trie v0.1.7 |
| 377 | 2026-07-22T20:21:01.081Z | Compiling itoa v1.0.17 |
| 378 | 2026-07-22T20:21:01.081Z | Compiling thiserror v1.0.69 |
| 379 | 2026-07-22T20:21:01.258Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-22T20:21:01.263Z | Compiling rustix v1.1.3 |
| 381 | 2026-07-22T20:21:01.493Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-22T20:21:01.652Z | Compiling bitflags v2.11.0 |
| 383 | 2026-07-22T20:21:01.737Z | Compiling pest v2.8.6 |
| 384 | 2026-07-22T20:21:01.759Z | Compiling camino v1.2.2 |
| 385 | 2026-07-22T20:21:01.841Z | Compiling syn v1.0.109 |
| 386 | 2026-07-22T20:21:01.862Z | Compiling usdt-impl v0.5.0 |
| 387 | 2026-07-22T20:21:01.892Z | Compiling proc-macro-error-attr v1.0.4 |
| 388 | 2026-07-22T20:21:01.914Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-22T20:21:01.966Z | Compiling log v0.4.29 |
| 390 | 2026-07-22T20:21:01.983Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-07-22T20:21:01.998Z | Compiling plain v0.2.3 |
| 392 | 2026-07-22T20:21:02.162Z | Compiling equivalent v1.0.2 |
| 393 | 2026-07-22T20:21:02.165Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-07-22T20:21:02.217Z | Compiling getrandom v0.4.1 |
| 395 | 2026-07-22T20:21:02.317Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-22T20:21:02.321Z | Compiling cfg-if v1.0.4 |
| 397 | 2026-07-22T20:21:02.337Z | Compiling errno v0.3.14 |
| 398 | 2026-07-22T20:21:02.337Z | Compiling thread-id v4.2.2 |
| 399 | 2026-07-22T20:21:02.340Z | Compiling pretty-hex v0.4.1 |
| 400 | 2026-07-22T20:21:02.399Z | Compiling anstyle v1.0.14 |
| 401 | 2026-07-22T20:21:02.452Z | Compiling is_terminal_polyfill v1.70.2 |
| 402 | 2026-07-22T20:21:02.472Z | Compiling winnow v0.7.14 |
| 403 | 2026-07-22T20:21:02.480Z | Compiling colorchoice v1.0.4 |
| 404 | 2026-07-22T20:21:02.534Z | Compiling indexmap v2.14.0 |
| 405 | 2026-07-22T20:21:02.565Z | Compiling toml_write v0.1.2 |
| 406 | 2026-07-22T20:21:02.569Z | Compiling thiserror v2.0.18 |
| 407 | 2026-07-22T20:21:02.603Z | Compiling autocfg v1.5.0 |
| 408 | 2026-07-22T20:21:02.607Z | Compiling anstyle-query v1.1.5 |
| 409 | 2026-07-22T20:21:02.654Z | Compiling clap_lex v1.0.0 |
| 410 | 2026-07-22T20:21:02.687Z | Compiling unicode-width v0.1.14 |
| 411 | 2026-07-22T20:21:02.731Z | Compiling syn v2.0.117 |
| 412 | 2026-07-22T20:21:02.795Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-22T20:21:02.828Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-07-22T20:21:02.913Z | Compiling bytecount v0.6.9 |
| 415 | 2026-07-22T20:21:02.985Z | Compiling once_cell v1.21.3 |
| 416 | 2026-07-22T20:21:03.000Z | Compiling strsim v0.11.1 |
| 417 | 2026-07-22T20:21:03.045Z | Compiling heck v0.5.0 |
| 418 | 2026-07-22T20:21:03.065Z | Compiling anyhow v1.0.102 |
| 419 | 2026-07-22T20:21:03.082Z | Compiling fs-err v3.3.0 |
| 420 | 2026-07-22T20:21:03.119Z | Compiling fastrand v2.3.0 |
| 421 | 2026-07-22T20:21:03.184Z | Compiling fnv v1.0.7 |
| 422 | 2026-07-22T20:21:03.203Z | Compiling heck v0.4.1 |
| 423 | 2026-07-22T20:21:03.221Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-22T20:21:03.287Z | Compiling papergrid v0.11.0 |
| 425 | 2026-07-22T20:21:03.307Z | Compiling unicode-linebreak v0.1.5 |
| 426 | 2026-07-22T20:21:03.325Z | Compiling smawk v0.3.2 |
| 427 | 2026-07-22T20:21:03.370Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-07-22T20:21:03.403Z | Compiling tempfile v3.25.0 |
| 429 | 2026-07-22T20:21:03.438Z | Compiling unicode-width v0.2.0 |
| 430 | 2026-07-22T20:21:03.454Z | Compiling swrite v0.1.0 |
| 431 | 2026-07-22T20:21:03.486Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-22T20:21:03.606Z | Compiling cargo-platform v0.3.2 |
| 433 | 2026-07-22T20:21:03.633Z | Compiling semver v1.0.28 |
| 434 | 2026-07-22T20:21:03.693Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-22T20:21:03.832Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-22T20:21:04.239Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-22T20:21:04.875Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-22T20:21:04.894Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-22T20:21:05.351Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-22T20:21:05.354Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-22T20:21:05.354Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-22T20:21:05.354Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-22T20:21:05.355Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-22T20:21:05.355Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-22T20:21:05.468Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-22T20:21:06.066Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-22T20:21:06.138Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-22T20:21:06.278Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-22T20:21:06.474Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-22T20:21:06.763Z | Compiling clap v4.6.1 |
| 451 | 2026-07-22T20:21:07.823Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-22T20:21:07.823Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-07-22T20:21:07.823Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-22T20:21:07.826Z | Compiling macaddr v1.0.1 |
| 455 | 2026-07-22T20:21:07.826Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-07-22T20:21:07.842Z | Compiling dof v0.3.0 |
| 457 | 2026-07-22T20:21:07.845Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-22T20:21:08.087Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-22T20:21:08.577Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-22T20:21:08.577Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-07-22T20:21:09.178Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-22T20:21:09.332Z | Compiling toml v0.8.23 |
| 463 | 2026-07-22T20:21:09.651Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-22T20:21:10.947Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-22T20:21:12.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.95s |
| 466 | 2026-07-22T20:21:13.145Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-22T20:21:13.651Z | Downloading crates ... |
| 468 | 2026-07-22T20:21:13.749Z | Downloaded adler2 v2.0.1 |
| 469 | 2026-07-22T20:21:13.760Z | Downloaded base64 v0.21.7 |
| 470 | 2026-07-22T20:21:13.770Z | Downloaded crc8 v0.1.1 |
| 471 | 2026-07-22T20:21:13.774Z | Downloaded downcast-rs v2.0.2 |
| 472 | 2026-07-22T20:21:13.778Z | Downloaded cpubits v0.1.1 |
| 473 | 2026-07-22T20:21:13.780Z | Downloaded corncobs v0.1.4 |
| 474 | 2026-07-22T20:21:13.783Z | Downloaded bb8 v0.8.6 |
| 475 | 2026-07-22T20:21:13.787Z | Downloaded base16ct v1.0.0 |
| 476 | 2026-07-22T20:21:13.787Z | Downloaded critical-section v1.2.0 |
| 477 | 2026-07-22T20:21:13.792Z | Downloaded async-stream v0.3.6 |
| 478 | 2026-07-22T20:21:13.796Z | Downloaded darling v0.20.11 |
| 479 | 2026-07-22T20:21:13.796Z | Downloaded crc32fast v1.5.0 |
| 480 | 2026-07-22T20:21:13.800Z | Downloaded convert_case v0.4.0 |
| 481 | 2026-07-22T20:21:13.800Z | Downloaded crunchy v0.2.4 |
| 482 | 2026-07-22T20:21:13.800Z | Downloaded crossbeam-utils v0.8.21 |
| 483 | 2026-07-22T20:21:13.800Z | Downloaded cpufeatures v0.3.0 |
| 484 | 2026-07-22T20:21:13.803Z | Downloaded crc v3.4.0 |
| 485 | 2026-07-22T20:21:13.808Z | Downloaded bit-set v0.5.3 |
| 486 | 2026-07-22T20:21:13.808Z | Downloaded atomic-waker v1.1.2 |
| 487 | 2026-07-22T20:21:13.808Z | Downloaded crucible-workspace-hack v0.1.0 |
| 488 | 2026-07-22T20:21:13.811Z | Downloaded crossterm v0.29.0 |
| 489 | 2026-07-22T20:21:13.811Z | Downloaded async-recursion v1.1.1 |
| 490 | 2026-07-22T20:21:13.814Z | Downloaded darling_macro v0.21.3 |
| 491 | 2026-07-22T20:21:13.814Z | Downloaded daft-derive v0.1.7 |
| 492 | 2026-07-22T20:21:13.817Z | Downloaded darling_macro v0.13.4 |
| 493 | 2026-07-22T20:21:13.817Z | Downloaded bitfield-struct v0.6.2 |
| 494 | 2026-07-22T20:21:13.821Z | Downloaded base16ct v0.2.0 |
| 495 | 2026-07-22T20:21:13.821Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 496 | 2026-07-22T20:21:13.821Z | Downloaded bitfield-macros v0.19.4 |
| 497 | 2026-07-22T20:21:13.825Z | Downloaded aead v0.5.2 |
| 498 | 2026-07-22T20:21:13.825Z | Downloaded crypto-common v0.2.2 |
| 499 | 2026-07-22T20:21:13.825Z | Downloaded crossbeam-deque v0.8.6 |
| 500 | 2026-07-22T20:21:13.825Z | Downloaded assert_matches v1.5.0 |
| 501 | 2026-07-22T20:21:13.825Z | Downloaded bit-set v0.8.0 |
| 502 | 2026-07-22T20:21:13.827Z | Downloaded atomicwrites v0.4.4 |
| 503 | 2026-07-22T20:21:13.827Z | Downloaded arrayref v0.3.9 |
| 504 | 2026-07-22T20:21:13.827Z | Downloaded darling v0.13.4 |
| 505 | 2026-07-22T20:21:13.832Z | Downloaded array-init v0.0.4 |
| 506 | 2026-07-22T20:21:13.835Z | Downloaded block-buffer v0.12.1 |
| 507 | 2026-07-22T20:21:13.835Z | Downloaded cfg_aliases v0.1.1 |
| 508 | 2026-07-22T20:21:13.835Z | Downloaded darling_macro v0.23.0 |
| 509 | 2026-07-22T20:21:13.835Z | Downloaded debug-ignore v1.0.5 |
| 510 | 2026-07-22T20:21:13.835Z | Downloaded crc-catalog v2.4.0 |
| 511 | 2026-07-22T20:21:13.838Z | Downloaded ciborium-ll v0.2.2 |
| 512 | 2026-07-22T20:21:13.838Z | Downloaded display-error-chain v0.2.2 |
| 513 | 2026-07-22T20:21:13.841Z | Downloaded atty v0.2.14 |
| 514 | 2026-07-22T20:21:13.841Z | Downloaded ecdsa v0.16.9 |
| 515 | 2026-07-22T20:21:13.844Z | Downloaded daft v0.1.7 |
| 516 | 2026-07-22T20:21:13.844Z | Downloaded block-padding v0.4.2 |
| 517 | 2026-07-22T20:21:13.844Z | Downloaded async-stream-impl v0.3.6 |
| 518 | 2026-07-22T20:21:13.844Z | Downloaded ascii-canvas v3.0.0 |
| 519 | 2026-07-22T20:21:13.847Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 520 | 2026-07-22T20:21:13.847Z | Downloaded embedded-io v0.6.1 |
| 521 | 2026-07-22T20:21:13.850Z | Downloaded castaway v0.2.4 |
| 522 | 2026-07-22T20:21:13.850Z | Downloaded cookie v0.18.1 |
| 523 | 2026-07-22T20:21:13.853Z | Downloaded cobs v0.3.0 |
| 524 | 2026-07-22T20:21:13.859Z | Downloaded dsl_auto_type v0.2.0 |
| 525 | 2026-07-22T20:21:13.862Z | Downloaded document-features v0.2.12 |
| 526 | 2026-07-22T20:21:13.862Z | Downloaded csv-core v0.1.13 |
| 527 | 2026-07-22T20:21:13.862Z | Downloaded compression-core v0.4.31 |
| 528 | 2026-07-22T20:21:13.862Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 529 | 2026-07-22T20:21:13.865Z | Downloaded cstr-argument v0.1.2 |
| 530 | 2026-07-22T20:21:13.865Z | Downloaded cfg_aliases v0.2.1 |
| 531 | 2026-07-22T20:21:13.865Z | Downloaded darling_macro v0.20.11 |
| 532 | 2026-07-22T20:21:13.868Z | Downloaded dof v0.4.0 |
| 533 | 2026-07-22T20:21:13.868Z | Downloaded ciborium-io v0.2.2 |
| 534 | 2026-07-22T20:21:13.871Z | Downloaded defmt v0.3.100 |
| 535 | 2026-07-22T20:21:13.871Z | Downloaded convert_case v0.10.0 |
| 536 | 2026-07-22T20:21:13.874Z | Downloaded embedded-io v0.4.0 |
| 537 | 2026-07-22T20:21:13.877Z | Downloaded derive_builder_macro v0.20.2 |
| 538 | 2026-07-22T20:21:13.877Z | Downloaded backoff v0.4.0 |
| 539 | 2026-07-22T20:21:13.880Z | Downloaded anstream v0.6.21 |
| 540 | 2026-07-22T20:21:13.880Z | Downloaded digest-io v0.1.0 |
| 541 | 2026-07-22T20:21:13.883Z | Downloaded bitflags v1.3.2 |
| 542 | 2026-07-22T20:21:13.884Z | Downloaded bit-vec v0.8.0 |
| 543 | 2026-07-22T20:21:13.889Z | Downloaded dyn-clone v1.0.20 |
| 544 | 2026-07-22T20:21:13.889Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 545 | 2026-07-22T20:21:13.889Z | Downloaded difflib v0.4.0 |
| 546 | 2026-07-22T20:21:13.889Z | Downloaded env_filter v1.0.0 |
| 547 | 2026-07-22T20:21:13.892Z | Downloaded fixedbitset v0.4.2 |
| 548 | 2026-07-22T20:21:13.892Z | Downloaded dunce v1.0.5 |
| 549 | 2026-07-22T20:21:13.892Z | Downloaded dirs-sys-next v0.1.2 |
| 550 | 2026-07-22T20:21:13.892Z | Downloaded base64ct v1.8.3 |
| 551 | 2026-07-22T20:21:13.895Z | Downloaded flagset v0.4.7 |
| 552 | 2026-07-22T20:21:13.895Z | Downloaded dirs-next v2.0.0 |
| 553 | 2026-07-22T20:21:13.895Z | Downloaded defmt-parser v1.0.0 |
| 554 | 2026-07-22T20:21:13.898Z | Downloaded foreign-types-shared v0.1.1 |
| 555 | 2026-07-22T20:21:13.898Z | Downloaded foreign-types-macros v0.2.3 |
| 556 | 2026-07-22T20:21:13.898Z | Downloaded foreign-types v0.5.0 |
| 557 | 2026-07-22T20:21:13.898Z | Downloaded float-ord v0.3.2 |
| 558 | 2026-07-22T20:21:13.901Z | Downloaded cipher v0.5.2 |
| 559 | 2026-07-22T20:21:13.901Z | Downloaded arrayvec v0.7.6 |
| 560 | 2026-07-22T20:21:13.904Z | Downloaded async-trait v0.1.89 |
| 561 | 2026-07-22T20:21:13.904Z | Downloaded cassowary v0.3.0 |
| 562 | 2026-07-22T20:21:13.907Z | Downloaded buf-list v1.1.2 |
| 563 | 2026-07-22T20:21:13.908Z | Downloaded enum-as-inner v0.6.1 |
| 564 | 2026-07-22T20:21:13.908Z | Downloaded endian-type v0.1.2 |
| 565 | 2026-07-22T20:21:13.911Z | Downloaded bit-vec v0.6.3 |
| 566 | 2026-07-22T20:21:13.911Z | Downloaded cbc v0.2.1 |
| 567 | 2026-07-22T20:21:13.911Z | Downloaded dtrace-parser v0.3.0 |
| 568 | 2026-07-22T20:21:13.911Z | Downloaded bitfield v0.19.4 |
| 569 | 2026-07-22T20:21:13.914Z | Downloaded bcs v0.1.6 |
| 570 | 2026-07-22T20:21:13.914Z | Downloaded anstyle-parse v0.2.7 |
| 571 | 2026-07-22T20:21:13.918Z | Downloaded darling v0.21.3 |
| 572 | 2026-07-22T20:21:13.920Z | Downloaded cmov v0.5.4 |
| 573 | 2026-07-22T20:21:13.920Z | Downloaded cookie_store v0.22.1 |
| 574 | 2026-07-22T20:21:13.923Z | Downloaded ctutils v0.4.2 |
| 575 | 2026-07-22T20:21:13.923Z | Downloaded float-cmp v0.10.0 |
| 576 | 2026-07-22T20:21:13.923Z | Downloaded const_format_proc_macros v0.2.34 |
| 577 | 2026-07-22T20:21:13.927Z | Downloaded camino-tempfile-ext v0.3.3 |
| 578 | 2026-07-22T20:21:13.927Z | Downloaded cmake v0.1.57 |
| 579 | 2026-07-22T20:21:13.930Z | Downloaded cexpr v0.6.0 |
| 580 | 2026-07-22T20:21:13.930Z | Downloaded ecdsa v0.17.0-rc.18 |
| 581 | 2026-07-22T20:21:13.933Z | Downloaded ctr v0.10.1 |
| 582 | 2026-07-22T20:21:13.933Z | Downloaded crossbeam-epoch v0.9.18 |
| 583 | 2026-07-22T20:21:13.933Z | Downloaded foreign-types v0.3.2 |
| 584 | 2026-07-22T20:21:13.936Z | Downloaded compression-codecs v0.4.37 |
| 585 | 2026-07-22T20:21:13.936Z | Downloaded futures-task v0.3.32 |
| 586 | 2026-07-22T20:21:13.941Z | Downloaded form_urlencoded v1.2.2 |
| 587 | 2026-07-22T20:21:13.941Z | Downloaded foreign-types-shared v0.3.1 |
| 588 | 2026-07-22T20:21:13.941Z | Downloaded futures-sink v0.3.32 |
| 589 | 2026-07-22T20:21:13.941Z | Downloaded futures-io v0.3.32 |
| 590 | 2026-07-22T20:21:13.944Z | Downloaded constant_time_eq v0.4.2 |
| 591 | 2026-07-22T20:21:13.944Z | Downloaded futures-macro v0.3.32 |
| 592 | 2026-07-22T20:21:13.944Z | Downloaded argon2 v0.5.3 |
| 593 | 2026-07-22T20:21:13.944Z | Downloaded futures-core v0.3.32 |
| 594 | 2026-07-22T20:21:13.947Z | Downloaded globwalk v0.9.1 |
| 595 | 2026-07-22T20:21:13.947Z | Downloaded argon2 v0.6.0-rc.8 |
| 596 | 2026-07-22T20:21:13.947Z | Downloaded ahash v0.8.12 |
| 597 | 2026-07-22T20:21:13.950Z | Downloaded gethostname v0.5.0 |
| 598 | 2026-07-22T20:21:13.950Z | Downloaded env_logger v0.11.9 |
| 599 | 2026-07-22T20:21:13.955Z | Downloaded find-msvc-tools v0.1.9 |
| 600 | 2026-07-22T20:21:13.955Z | Downloaded enum_dispatch v0.3.13 |
| 601 | 2026-07-22T20:21:13.958Z | Downloaded darling v0.23.0 |
| 602 | 2026-07-22T20:21:13.958Z | Downloaded git-stub v1.0.0 |
| 603 | 2026-07-22T20:21:13.962Z | Downloaded hash32 v0.3.1 |
| 604 | 2026-07-22T20:21:13.962Z | Downloaded derive-ex v0.1.8 |
| 605 | 2026-07-22T20:21:13.962Z | Downloaded defmt v1.0.1 |
| 606 | 2026-07-22T20:21:13.967Z | Downloaded derive_builder_core v0.20.2 |
| 607 | 2026-07-22T20:21:13.967Z | Downloaded filetime v0.2.27 |
| 608 | 2026-07-22T20:21:13.970Z | Downloaded ed25519 v3.0.0 |
| 609 | 2026-07-22T20:21:13.970Z | Downloaded defmt-macros v1.0.1 |
| 610 | 2026-07-22T20:21:13.970Z | Downloaded fd-lock v4.0.4 |
| 611 | 2026-07-22T20:21:13.970Z | Downloaded cipher v0.4.4 |
| 612 | 2026-07-22T20:21:13.973Z | Downloaded ff v0.14.0 |
| 613 | 2026-07-22T20:21:13.973Z | Downloaded fallible-iterator v0.2.0 |
| 614 | 2026-07-22T20:21:13.976Z | Downloaded erased-serde v0.3.31 |
| 615 | 2026-07-22T20:21:13.977Z | Downloaded ff v0.13.1 |
| 616 | 2026-07-22T20:21:13.977Z | Downloaded darling_core v0.20.11 |
| 617 | 2026-07-22T20:21:13.980Z | Downloaded bzip2 v0.4.4 |
| 618 | 2026-07-22T20:21:13.984Z | Downloaded console v0.15.11 |
| 619 | 2026-07-22T20:21:13.984Z | Downloaded ena v0.14.4 |
| 620 | 2026-07-22T20:21:13.987Z | Downloaded clang-sys v1.8.1 |
| 621 | 2026-07-22T20:21:13.987Z | Downloaded funty v2.0.0 |
| 622 | 2026-07-22T20:21:13.987Z | Downloaded chacha20 v0.10.0 |
| 623 | 2026-07-22T20:21:13.990Z | Downloaded ed25519 v2.2.3 |
| 624 | 2026-07-22T20:21:13.990Z | Downloaded hex-literal v1.1.0 |
| 625 | 2026-07-22T20:21:13.990Z | Downloaded headers-core v0.3.0 |
| 626 | 2026-07-22T20:21:13.990Z | Downloaded hash32 v0.2.1 |
| 627 | 2026-07-22T20:21:13.993Z | Downloaded hostname v0.3.1 |
| 628 | 2026-07-22T20:21:13.993Z | Downloaded colored v2.2.0 |
| 629 | 2026-07-22T20:21:13.996Z | Downloaded diesel-dtrace v0.5.0 |
| 630 | 2026-07-22T20:21:13.996Z | Downloaded home v0.5.12 |
| 631 | 2026-07-22T20:21:13.996Z | Downloaded digest v0.11.3 |
| 632 | 2026-07-22T20:21:13.999Z | Downloaded fs_extra v1.3.0 |
| 633 | 2026-07-22T20:21:13.999Z | Downloaded backon v1.6.0 |
| 634 | 2026-07-22T20:21:14.002Z | Downloaded der_derive v0.7.3 |
| 635 | 2026-07-22T20:21:14.002Z | Downloaded const-oid v0.9.6 |
| 636 | 2026-07-22T20:21:14.005Z | Downloaded foldhash v0.2.0 |
| 637 | 2026-07-22T20:21:14.005Z | Downloaded foldhash v0.1.5 |
| 638 | 2026-07-22T20:21:14.005Z | Downloaded futures-executor v0.3.32 |
| 639 | 2026-07-22T20:21:14.008Z | Downloaded httpdate v1.0.3 |
| 640 | 2026-07-22T20:21:14.008Z | Downloaded http-body v1.0.1 |
| 641 | 2026-07-22T20:21:14.008Z | Downloaded hubpack_derive v0.1.1 |
| 642 | 2026-07-22T20:21:14.014Z | Downloaded hyper-tls v0.6.0 |
| 643 | 2026-07-22T20:21:14.014Z | Downloaded hubpack v0.1.2 |
| 644 | 2026-07-22T20:21:14.014Z | Downloaded http-range v0.1.5 |
| 645 | 2026-07-22T20:21:14.014Z | Downloaded hostname v0.4.2 |
| 646 | 2026-07-22T20:21:14.014Z | Downloaded hex v0.4.3 |
| 647 | 2026-07-22T20:21:14.019Z | Downloaded ghash v0.6.0 |
| 648 | 2026-07-22T20:21:14.019Z | Downloaded fixedbitset v0.5.7 |
| 649 | 2026-07-22T20:21:14.019Z | Downloaded group v0.14.0 |
| 650 | 2026-07-22T20:21:14.019Z | Downloaded git-stub-vcs v0.1.0 |
| 651 | 2026-07-22T20:21:14.022Z | Downloaded des v0.9.0 |
| 652 | 2026-07-22T20:21:14.022Z | Downloaded console v0.16.2 |
| 653 | 2026-07-22T20:21:14.022Z | Downloaded glob v0.3.3 |
| 654 | 2026-07-22T20:21:14.027Z | Downloaded deranged v0.5.8 |
| 655 | 2026-07-22T20:21:14.027Z | Downloaded delegate v0.13.5 |
| 656 | 2026-07-22T20:21:14.027Z | Downloaded data-encoding v2.10.0 |
| 657 | 2026-07-22T20:21:14.027Z | Downloaded aead v0.6.1 |
| 658 | 2026-07-22T20:21:14.034Z | Downloaded ciborium v0.2.2 |
| 659 | 2026-07-22T20:21:14.034Z | Downloaded bzip2 v0.6.1 |
| 660 | 2026-07-22T20:21:14.034Z | Downloaded idna_adapter v1.2.1 |
| 661 | 2026-07-22T20:21:14.034Z | Downloaded inout v0.1.4 |
| 662 | 2026-07-22T20:21:14.038Z | Downloaded indent_write v2.2.0 |
| 663 | 2026-07-22T20:21:14.038Z | Downloaded instability v0.3.11 |
| 664 | 2026-07-22T20:21:14.038Z | Downloaded displaydoc v0.2.5 |
| 665 | 2026-07-22T20:21:14.038Z | Downloaded illumos-nvpair v0.3.0 |
| 666 | 2026-07-22T20:21:14.038Z | Downloaded ident_case v1.0.1 |
| 667 | 2026-07-22T20:21:14.038Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 668 | 2026-07-22T20:21:14.038Z | Downloaded diff v0.1.13 |
| 669 | 2026-07-22T20:21:14.043Z | Downloaded either v1.15.0 |
| 670 | 2026-07-22T20:21:14.043Z | Downloaded indoc v1.0.9 |
| 671 | 2026-07-22T20:21:14.043Z | Downloaded blake2 v0.10.6 |
| 672 | 2026-07-22T20:21:14.043Z | Downloaded colored v3.1.1 |
| 673 | 2026-07-22T20:21:14.046Z | Downloaded bs58 v0.5.1 |
| 674 | 2026-07-22T20:21:14.046Z | Downloaded fxhash v0.2.1 |
| 675 | 2026-07-22T20:21:14.050Z | Downloaded byte-wrapper v0.1.0 |
| 676 | 2026-07-22T20:21:14.050Z | Downloaded chacha20 v0.9.1 |
| 677 | 2026-07-22T20:21:14.050Z | Downloaded inout v0.2.2 |
| 678 | 2026-07-22T20:21:14.053Z | Downloaded async-bb8-diesel v0.2.1 |
| 679 | 2026-07-22T20:21:14.053Z | Downloaded crc-any v2.5.0 |
| 680 | 2026-07-22T20:21:14.057Z | Downloaded is-terminal v0.4.17 |
| 681 | 2026-07-22T20:21:14.057Z | Downloaded instant v0.1.13 |
| 682 | 2026-07-22T20:21:14.057Z | Downloaded blowfish v0.10.0 |
| 683 | 2026-07-22T20:21:14.057Z | Downloaded internet-checksum v0.2.1 |
| 684 | 2026-07-22T20:21:14.061Z | Downloaded is_ci v1.2.0 |
| 685 | 2026-07-22T20:21:14.061Z | Downloaded highway v1.3.0 |
| 686 | 2026-07-22T20:21:14.064Z | Downloaded blake2 v0.11.0-rc.6 |
| 687 | 2026-07-22T20:21:14.064Z | Downloaded http-body-util v0.1.3 |
| 688 | 2026-07-22T20:21:14.067Z | Downloaded futures-channel v0.3.32 |
| 689 | 2026-07-22T20:21:14.067Z | Downloaded elliptic-curve v0.13.8 |
| 690 | 2026-07-22T20:21:14.070Z | Downloaded fs-err v2.11.0 |
| 691 | 2026-07-22T20:21:14.073Z | Downloaded humantime v2.3.0 |
| 692 | 2026-07-22T20:21:14.073Z | Downloaded group v0.13.0 |
| 693 | 2026-07-22T20:21:14.076Z | Downloaded kem v0.3.0 |
| 694 | 2026-07-22T20:21:14.080Z | Downloaded keccak v0.1.6 |
| 695 | 2026-07-22T20:21:14.080Z | Downloaded lalrpop-util v0.19.12 |
| 696 | 2026-07-22T20:21:14.083Z | Downloaded libscf-sys v1.1.0 |
| 697 | 2026-07-22T20:21:14.083Z | Downloaded lazy_static v1.5.0 |
| 698 | 2026-07-22T20:21:14.088Z | Downloaded hyper-staticfile v0.10.1 |
| 699 | 2026-07-22T20:21:14.091Z | Downloaded derive_builder v0.20.2 |
| 700 | 2026-07-22T20:21:14.094Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 701 | 2026-07-22T20:21:14.098Z | Downloaded drift v0.2.0 |
| 702 | 2026-07-22T20:21:14.102Z | Downloaded maybe-uninit v2.0.0 |
| 703 | 2026-07-22T20:21:14.105Z | Downloaded md5 v0.8.0 |
| 704 | 2026-07-22T20:21:14.105Z | Downloaded match_cfg v0.1.0 |
| 705 | 2026-07-22T20:21:14.105Z | Downloaded lru v0.12.5 |
| 706 | 2026-07-22T20:21:14.108Z | Downloaded darling_core v0.23.0 |
| 707 | 2026-07-22T20:21:14.111Z | Downloaded globset v0.4.18 |
| 708 | 2026-07-22T20:21:14.111Z | Downloaded maplit v1.0.2 |
| 709 | 2026-07-22T20:21:14.111Z | Downloaded cancel-safe-futures v0.1.5 |
| 710 | 2026-07-22T20:21:14.114Z | Downloaded managed v0.8.0 |
| 711 | 2026-07-22T20:21:14.114Z | Downloaded compact_str v0.8.1 |
| 712 | 2026-07-22T20:21:14.117Z | Downloaded indoc v2.0.7 |
| 713 | 2026-07-22T20:21:14.120Z | Downloaded ingot v0.1.1 |
| 714 | 2026-07-22T20:21:14.120Z | Downloaded const-oid v0.10.2 |
| 715 | 2026-07-22T20:21:14.120Z | Downloaded newline-converter v0.3.0 |
| 716 | 2026-07-22T20:21:14.123Z | Downloaded mime v0.3.17 |
| 717 | 2026-07-22T20:21:14.123Z | Downloaded md-5 v0.10.6 |
| 718 | 2026-07-22T20:21:14.123Z | Downloaded normalize-line-endings v0.3.0 |
| 719 | 2026-07-22T20:21:14.126Z | Downloaded nibble_vec v0.1.0 |
| 720 | 2026-07-22T20:21:14.126Z | Downloaded ipnet v2.11.0 |
| 721 | 2026-07-22T20:21:14.126Z | Downloaded new_debug_unreachable v1.0.6 |
| 722 | 2026-07-22T20:21:14.129Z | Downloaded ingot-types v0.1.2 |
| 723 | 2026-07-22T20:21:14.129Z | Downloaded ipnetwork v0.21.1 |
| 724 | 2026-07-22T20:21:14.129Z | Downloaded keccak v0.2.0 |
| 725 | 2026-07-22T20:21:14.134Z | Downloaded ar_archive_writer v0.5.1 |
| 726 | 2026-07-22T20:21:14.134Z | Downloaded const_format v0.2.35 |
| 727 | 2026-07-22T20:21:14.137Z | Downloaded multimap v0.10.1 |
| 728 | 2026-07-22T20:21:14.137Z | Downloaded iana-time-zone v0.1.65 |
| 729 | 2026-07-22T20:21:14.139Z | Downloaded getrandom v0.3.4 |
| 730 | 2026-07-22T20:21:14.142Z | Downloaded newtype_derive v0.1.6 |
| 731 | 2026-07-22T20:21:14.142Z | Downloaded getrandom v0.2.17 |
| 732 | 2026-07-22T20:21:14.146Z | Downloaded libsw-core v0.3.2 |
| 733 | 2026-07-22T20:21:14.146Z | Downloaded libloading v0.8.9 |
| 734 | 2026-07-22T20:21:14.146Z | Downloaded futures v0.3.32 |
| 735 | 2026-07-22T20:21:14.151Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-07-22T20:21:14.154Z | Downloaded crypto-bigint v0.5.5 |
| 737 | 2026-07-22T20:21:14.154Z | Downloaded nodrop v0.1.14 |
| 738 | 2026-07-22T20:21:14.157Z | Downloaded jobserver v0.1.34 |
| 739 | 2026-07-22T20:21:14.158Z | Downloaded num-iter v0.1.45 |
| 740 | 2026-07-22T20:21:14.158Z | Downloaded crossbeam-channel v0.5.15 |
| 741 | 2026-07-22T20:21:14.161Z | Downloaded num v0.4.3 |
| 742 | 2026-07-22T20:21:14.161Z | Downloaded generic-array v1.4.3 |
| 743 | 2026-07-22T20:21:14.163Z | Downloaded flume v0.11.1 |
| 744 | 2026-07-22T20:21:14.167Z | Downloaded num-conv v0.2.0 |
| 745 | 2026-07-22T20:21:14.167Z | Downloaded linear-map v1.2.0 |
| 746 | 2026-07-22T20:21:14.167Z | Downloaded libefi-sys v0.1.0 |
| 747 | 2026-07-22T20:21:14.167Z | Downloaded half v2.7.1 |
| 748 | 2026-07-22T20:21:14.170Z | Downloaded derive_more v0.99.20 |
| 749 | 2026-07-22T20:21:14.173Z | Downloaded olpc-cjson v0.1.4 |
| 750 | 2026-07-22T20:21:14.177Z | Downloaded lock_api v0.4.14 |
| 751 | 2026-07-22T20:21:14.177Z | Downloaded linked-hash-map v0.5.6 |
| 752 | 2026-07-22T20:21:14.177Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 753 | 2026-07-22T20:21:14.180Z | Downloaded num-derive v0.3.3 |
| 754 | 2026-07-22T20:21:14.180Z | Downloaded opaque-debug v0.3.1 |
| 755 | 2026-07-22T20:21:14.180Z | Downloaded num_threads v0.1.7 |
| 756 | 2026-07-22T20:21:14.183Z | Downloaded num_enum_derive v0.5.11 |
| 757 | 2026-07-22T20:21:14.183Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-07-22T20:21:14.183Z | Downloaded openssl-probe v0.2.1 |
| 759 | 2026-07-22T20:21:14.186Z | Downloaded hybrid-array v0.4.13 |
| 760 | 2026-07-22T20:21:14.189Z | Downloaded nanorand v0.7.0 |
| 761 | 2026-07-22T20:21:14.189Z | Downloaded mime_guess v2.0.5 |
| 762 | 2026-07-22T20:21:14.193Z | Downloaded ingot-macros v0.1.1 |
| 763 | 2026-07-22T20:21:14.193Z | Downloaded arc-swap v1.8.2 |
| 764 | 2026-07-22T20:21:14.195Z | Downloaded openssl-macros v0.1.1 |
| 765 | 2026-07-22T20:21:14.195Z | Downloaded hmac v0.13.0 |
| 766 | 2026-07-22T20:21:14.198Z | Downloaded chacha20poly1305 v0.10.1 |
| 767 | 2026-07-22T20:21:14.201Z | Downloaded half v1.8.3 |
| 768 | 2026-07-22T20:21:14.201Z | Downloaded module-lattice v0.2.3 |
| 769 | 2026-07-22T20:21:14.204Z | Downloaded dropshot_endpoint v0.17.1 |
| 770 | 2026-07-22T20:21:14.204Z | Downloaded num-complex v0.4.6 |
| 771 | 2026-07-22T20:21:14.208Z | Downloaded nu-ansi-term v0.50.3 |
| 772 | 2026-07-22T20:21:14.212Z | Downloaded openssl-probe v0.1.6 |
| 773 | 2026-07-22T20:21:14.212Z | Downloaded newtype-uuid-macros v0.1.0 |
| 774 | 2026-07-22T20:21:14.212Z | Downloaded newtype-uuid v1.3.2 |
| 775 | 2026-07-22T20:21:14.212Z | Downloaded multer v3.1.0 |
| 776 | 2026-07-22T20:21:14.216Z | Downloaded native-tls v0.2.18 |
| 777 | 2026-07-22T20:21:14.216Z | Downloaded bytes v1.11.1 |
| 778 | 2026-07-22T20:21:14.230Z | Downloaded parse-size v1.1.0 |
| 779 | 2026-07-22T20:21:14.233Z | Downloaded der v0.7.10 |
| 780 | 2026-07-22T20:21:14.236Z | Downloaded darling_core v0.13.4 |
| 781 | 2026-07-22T20:21:14.239Z | Downloaded percent-encoding v2.3.2 |
| 782 | 2026-07-22T20:21:14.239Z | Downloaded peg-runtime v0.8.5 |
| 783 | 2026-07-22T20:21:14.243Z | Downloaded path-slash v0.1.5 |
| 784 | 2026-07-22T20:21:14.243Z | Downloaded password-hash v0.6.1 |
| 785 | 2026-07-22T20:21:14.243Z | Downloaded num-derive v0.4.2 |
| 786 | 2026-07-22T20:21:14.243Z | Downloaded litemap v0.8.1 |
| 787 | 2026-07-22T20:21:14.246Z | Downloaded icu_provider v2.1.1 |
| 788 | 2026-07-22T20:21:14.249Z | Downloaded parse-display v0.10.0 |
| 789 | 2026-07-22T20:21:14.249Z | Downloaded packed_struct_codegen v0.10.1 |
| 790 | 2026-07-22T20:21:14.249Z | Downloaded oso-derive v0.27.3 |
| 791 | 2026-07-22T20:21:14.252Z | Downloaded nonempty v0.12.0 |
| 792 | 2026-07-22T20:21:14.252Z | Downloaded libsw v3.5.0 |
| 793 | 2026-07-22T20:21:14.255Z | Downloaded num_enum v0.7.6 |
| 794 | 2026-07-22T20:21:14.255Z | Downloaded num-integer v0.1.46 |
| 795 | 2026-07-22T20:21:14.258Z | Downloaded phf_shared v0.11.3 |
| 796 | 2026-07-22T20:21:14.261Z | Downloaded phf_shared v0.13.1 |
| 797 | 2026-07-22T20:21:14.261Z | Downloaded num_enum v0.5.11 |
| 798 | 2026-07-22T20:21:14.264Z | Downloaded num-rational v0.4.2 |
| 799 | 2026-07-22T20:21:14.264Z | Downloaded memmap2 v0.9.10 |
| 800 | 2026-07-22T20:21:14.266Z | Downloaded ignore v0.4.25 |
| 801 | 2026-07-22T20:21:14.269Z | Downloaded cc v1.2.56 |
| 802 | 2026-07-22T20:21:14.269Z | Downloaded bumpalo v3.20.2 |
| 803 | 2026-07-22T20:21:14.274Z | Downloaded flate2 v1.1.9 |
| 804 | 2026-07-22T20:21:14.279Z | Downloaded heapless v0.7.17 |
| 805 | 2026-07-22T20:21:14.282Z | Downloaded icu_properties v2.1.2 |
| 806 | 2026-07-22T20:21:14.282Z | Downloaded oxide-update-engine-display v0.1.2 |
| 807 | 2026-07-22T20:21:14.282Z | Downloaded ml-kem v0.3.2 |
| 808 | 2026-07-22T20:21:14.285Z | Downloaded async-compression v0.4.41 |
| 809 | 2026-07-22T20:21:14.288Z | Downloaded predicates-core v1.0.10 |
| 810 | 2026-07-22T20:21:14.293Z | Downloaded precomputed-hash v0.1.1 |
| 811 | 2026-07-22T20:21:14.293Z | Downloaded potential_utf v0.1.4 |
| 812 | 2026-07-22T20:21:14.293Z | Downloaded packed_struct v0.10.1 |
| 813 | 2026-07-22T20:21:14.296Z | Downloaded parse-display-derive v0.10.0 |
| 814 | 2026-07-22T20:21:14.296Z | Downloaded predicates-tree v1.0.13 |
| 815 | 2026-07-22T20:21:14.296Z | Downloaded powerfmt v0.2.0 |
| 816 | 2026-07-22T20:21:14.296Z | Downloaded oxnet v0.1.6 |
| 817 | 2026-07-22T20:21:14.299Z | Downloaded libbz2-rs-sys v0.2.2 |
| 818 | 2026-07-22T20:21:14.299Z | Downloaded pem v3.0.6 |
| 819 | 2026-07-22T20:21:14.302Z | Downloaded peg-macros v0.8.5 |
| 820 | 2026-07-22T20:21:14.303Z | Downloaded password-hash v0.5.0 |
| 821 | 2026-07-22T20:21:14.311Z | Downloaded paste v1.0.15 |
| 822 | 2026-07-22T20:21:14.311Z | Downloaded proc-macro-crate v3.4.0 |
| 823 | 2026-07-22T20:21:14.315Z | Downloaded phf v0.12.1 |
| 824 | 2026-07-22T20:21:14.315Z | Downloaded num_enum_derive v0.7.6 |
| 825 | 2026-07-22T20:21:14.315Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 826 | 2026-07-22T20:21:14.315Z | Downloaded parking_lot_core v0.8.6 |
| 827 | 2026-07-22T20:21:14.315Z | Downloaded hickory-resolver v0.25.2 |
| 828 | 2026-07-22T20:21:14.315Z | Downloaded pin-project-internal v1.1.11 |
| 829 | 2026-07-22T20:21:14.318Z | Downloaded headers v0.4.1 |
| 830 | 2026-07-22T20:21:14.320Z | Downloaded pkg-config v0.3.32 |
| 831 | 2026-07-22T20:21:14.323Z | Downloaded pin-project-lite v0.2.17 |
| 832 | 2026-07-22T20:21:14.325Z | Downloaded phc v0.6.1 |
| 833 | 2026-07-22T20:21:14.329Z | Downloaded radium v0.7.0 |
| 834 | 2026-07-22T20:21:14.329Z | Downloaded heapless v0.8.0 |
| 835 | 2026-07-22T20:21:14.333Z | Downloaded postgres-protocol v0.6.10 |
| 836 | 2026-07-22T20:21:14.333Z | Downloaded indexmap v1.9.3 |
| 837 | 2026-07-22T20:21:14.338Z | Downloaded hickory-resolver v0.24.4 |
| 838 | 2026-07-22T20:21:14.341Z | Downloaded poly1305 v0.8.0 |
| 839 | 2026-07-22T20:21:14.341Z | Downloaded psl-types v2.0.11 |
| 840 | 2026-07-22T20:21:14.341Z | Downloaded progenitor-macro v0.14.0 |
| 841 | 2026-07-22T20:21:14.341Z | Downloaded quick-error v1.2.3 |
| 842 | 2026-07-22T20:21:14.344Z | Downloaded progenitor-client v0.14.0 |
| 843 | 2026-07-22T20:21:14.344Z | Downloaded litrs v1.0.0 |
| 844 | 2026-07-22T20:21:14.347Z | Downloaded progenitor-macro v0.13.0 |
| 845 | 2026-07-22T20:21:14.347Z | Downloaded icu_normalizer v2.1.1 |
| 846 | 2026-07-22T20:21:14.350Z | Downloaded port-file v0.1.0 |
| 847 | 2026-07-22T20:21:14.352Z | Downloaded polyval v0.7.1 |
| 848 | 2026-07-22T20:21:14.353Z | Downloaded icu_locale_core v2.1.1 |
| 849 | 2026-07-22T20:21:14.356Z | Downloaded ppv-lite86 v0.2.21 |
| 850 | 2026-07-22T20:21:14.360Z | Downloaded crossterm v0.28.1 |
| 851 | 2026-07-22T20:21:14.364Z | Downloaded rand_xorshift v0.4.0 |
| 852 | 2026-07-22T20:21:14.367Z | Downloaded rand_chacha v0.3.1 |
| 853 | 2026-07-22T20:21:14.367Z | Downloaded parking_lot v0.11.2 |
| 854 | 2026-07-22T20:21:14.367Z | Downloaded oxide-tokio-rt v0.1.4 |
| 855 | 2026-07-22T20:21:14.370Z | Downloaded parking_lot v0.12.5 |
| 856 | 2026-07-22T20:21:14.370Z | Downloaded proc-macro-crate v1.3.1 |
| 857 | 2026-07-22T20:21:14.373Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 858 | 2026-07-22T20:21:14.373Z | Downloaded progenitor-client v0.13.0 |
| 859 | 2026-07-22T20:21:14.373Z | Downloaded recursive v0.1.1 |
| 860 | 2026-07-22T20:21:14.376Z | Downloaded primefield v0.14.0 |
| 861 | 2026-07-22T20:21:14.376Z | Downloaded pem-rfc7468 v0.7.0 |
| 862 | 2026-07-22T20:21:14.376Z | Downloaded progenitor v0.13.0 |
| 863 | 2026-07-22T20:21:14.379Z | Downloaded proc-macro-error2 v2.0.1 |
| 864 | 2026-07-22T20:21:14.383Z | Downloaded ref-cast v1.0.25 |
| 865 | 2026-07-22T20:21:14.383Z | Downloaded progenitor-extras v0.2.0 |
| 866 | 2026-07-22T20:21:14.386Z | Downloaded primeorder v0.13.6 |
| 867 | 2026-07-22T20:21:14.386Z | Downloaded rfc6979 v0.5.0 |
| 868 | 2026-07-22T20:21:14.386Z | Downloaded parking_lot_core v0.9.12 |
| 869 | 2026-07-22T20:21:14.392Z | Downloaded rtoolbox v0.0.3 |
| 870 | 2026-07-22T20:21:14.392Z | Downloaded ref-cast-impl v1.0.25 |
| 871 | 2026-07-22T20:21:14.392Z | Downloaded num-traits v0.2.19 |
| 872 | 2026-07-22T20:21:14.395Z | Downloaded hashbrown v0.12.3 |
| 873 | 2026-07-22T20:21:14.395Z | Downloaded miniz_oxide v0.8.9 |
| 874 | 2026-07-22T20:21:14.400Z | Downloaded owo-colors v4.3.0 |
| 875 | 2026-07-22T20:21:14.403Z | Downloaded icu_normalizer_data v2.1.1 |
| 876 | 2026-07-22T20:21:14.403Z | Downloaded omicron-zone-package v0.12.3 |
| 877 | 2026-07-22T20:21:14.404Z | Downloaded pkcs8 v0.11.0 |
| 878 | 2026-07-22T20:21:14.407Z | Downloaded rfc6979 v0.4.0 |
| 879 | 2026-07-22T20:21:14.407Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-07-22T20:21:14.410Z | Downloaded rustc_version v0.1.7 |
| 881 | 2026-07-22T20:21:14.410Z | Downloaded russh-cryptovec v0.61.0 |
| 882 | 2026-07-22T20:21:14.410Z | Downloaded oso v0.27.3 |
| 883 | 2026-07-22T20:21:14.413Z | Downloaded rustc-hash v2.1.1 |
| 884 | 2026-07-22T20:21:14.413Z | Downloaded postcard v1.1.3 |
| 885 | 2026-07-22T20:21:14.417Z | Downloaded russh-util v0.52.0 |
| 886 | 2026-07-22T20:21:14.417Z | Downloaded r2d2 v0.8.10 |
| 887 | 2026-07-22T20:21:14.417Z | Downloaded postgres-types v0.2.12 |
| 888 | 2026-07-22T20:21:14.420Z | Downloaded papergrid v0.17.0 |
| 889 | 2026-07-22T20:21:14.423Z | Downloaded rand_chacha v0.9.0 |
| 890 | 2026-07-22T20:21:14.423Z | Downloaded rand_seeder v0.4.0 |
| 891 | 2026-07-22T20:21:14.429Z | Downloaded rand_core v0.10.0 |
| 892 | 2026-07-22T20:21:14.429Z | Downloaded scheduled-thread-pool v0.2.7 |
| 893 | 2026-07-22T20:21:14.429Z | Downloaded rand_core v0.6.4 |
| 894 | 2026-07-22T20:21:14.432Z | Downloaded primeorder v0.14.0-rc.10 |
| 895 | 2026-07-22T20:21:14.432Z | Downloaded http v1.4.2 |
| 896 | 2026-07-22T20:21:14.432Z | Downloaded aes v0.9.1 |
| 897 | 2026-07-22T20:21:14.457Z | Downloaded rustc_version v0.4.1 |
| 898 | 2026-07-22T20:21:14.458Z | Downloaded oxide-update-engine-types v0.1.2 |
| 899 | 2026-07-22T20:21:14.469Z | Downloaded hickory-server v0.25.2 |
| 900 | 2026-07-22T20:21:14.469Z | Downloaded predicates v3.1.4 |
| 901 | 2026-07-22T20:21:14.469Z | Downloaded sapling-renderdag v0.1.0 |
| 902 | 2026-07-22T20:21:14.469Z | Downloaded same-file v1.0.6 |
| 903 | 2026-07-22T20:21:14.469Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 904 | 2026-07-22T20:21:14.469Z | Downloaded pkcs1 v0.7.5 |
| 905 | 2026-07-22T20:21:14.469Z | Downloaded scopeguard v1.2.0 |
| 906 | 2026-07-22T20:21:14.469Z | Downloaded icu_collections v2.1.1 |
| 907 | 2026-07-22T20:21:14.469Z | Downloaded pkcs5 v0.8.1 |
| 908 | 2026-07-22T20:21:14.469Z | Downloaded dropshot-api-manager v0.7.2 |
| 909 | 2026-07-22T20:21:14.469Z | Downloaded scroll_derive v0.13.1 |
| 910 | 2026-07-22T20:21:14.469Z | Downloaded semver v0.1.20 |
| 911 | 2026-07-22T20:21:14.469Z | Downloaded secrecy v0.8.0 |
| 912 | 2026-07-22T20:21:14.469Z | Downloaded pem-rfc7468 v1.0.0 |
| 913 | 2026-07-22T20:21:14.469Z | Downloaded diesel_derives v2.3.7 |
| 914 | 2026-07-22T20:21:14.474Z | Downloaded serde-big-array v0.5.1 |
| 915 | 2026-07-22T20:21:14.474Z | Downloaded rpassword v7.5.4 |
| 916 | 2026-07-22T20:21:14.474Z | Downloaded progenitor v0.14.0 |
| 917 | 2026-07-22T20:21:14.474Z | Downloaded der v0.8.0 |
| 918 | 2026-07-22T20:21:14.474Z | Downloaded psm v0.1.30 |
| 919 | 2026-07-22T20:21:14.480Z | Downloaded serde_bytes v0.11.19 |
| 920 | 2026-07-22T20:21:14.480Z | Downloaded poly1305 v0.9.0 |
| 921 | 2026-07-22T20:21:14.480Z | Downloaded phf_shared v0.12.1 |
| 922 | 2026-07-22T20:21:14.484Z | Downloaded phf v0.13.1 |
| 923 | 2026-07-22T20:21:14.484Z | Downloaded serde_repr v0.1.20 |
| 924 | 2026-07-22T20:21:14.484Z | Downloaded resolv-conf v0.7.6 |
| 925 | 2026-07-22T20:21:14.484Z | Downloaded p384 v0.14.0-rc.10 |
| 926 | 2026-07-22T20:21:14.488Z | Downloaded quinn-udp v0.5.14 |
| 927 | 2026-07-22T20:21:14.488Z | Downloaded secrecy v0.10.3 |
| 928 | 2026-07-22T20:21:14.488Z | Downloaded peg v0.8.5 |
| 929 | 2026-07-22T20:21:14.494Z | Downloaded sha1 v0.11.0 |
| 930 | 2026-07-22T20:21:14.494Z | Downloaded serde_urlencoded v0.7.1 |
| 931 | 2026-07-22T20:21:14.497Z | Downloaded sha1 v0.10.6 |
| 932 | 2026-07-22T20:21:14.497Z | Downloaded shell-words v1.1.1 |
| 933 | 2026-07-22T20:21:14.497Z | Downloaded serde_spanned v1.1.1 |
| 934 | 2026-07-22T20:21:14.497Z | Downloaded serde_plain v1.0.2 |
| 935 | 2026-07-22T20:21:14.498Z | Downloaded rustversion v1.0.22 |
| 936 | 2026-07-22T20:21:14.501Z | Downloaded rand_core v0.9.5 |
| 937 | 2026-07-22T20:21:14.501Z | Downloaded pbkdf2 v0.13.0 |
| 938 | 2026-07-22T20:21:14.501Z | Downloaded indicatif v0.18.4 |
| 939 | 2026-07-22T20:21:14.504Z | Downloaded jiff-static v0.2.21 |
| 940 | 2026-07-22T20:21:14.507Z | Downloaded expectorate v1.2.0 |
| 941 | 2026-07-22T20:21:14.507Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 942 | 2026-07-22T20:21:14.510Z | Downloaded rusty-fork v0.3.1 |
| 943 | 2026-07-22T20:21:14.510Z | Downloaded oxide-update-engine v0.1.2 |
| 944 | 2026-07-22T20:21:14.513Z | Downloaded rustls-native-certs v0.8.3 |
| 945 | 2026-07-22T20:21:14.513Z | Downloaded signal-hook-mio v0.2.5 |
| 946 | 2026-07-22T20:21:14.513Z | Downloaded derive_more-impl v2.1.1 |
| 947 | 2026-07-22T20:21:14.516Z | Downloaded sigpipe v0.1.3 |
| 948 | 2026-07-22T20:21:14.521Z | Downloaded signature v3.0.0 |
| 949 | 2026-07-22T20:21:14.521Z | Downloaded signature v2.2.0 |
| 950 | 2026-07-22T20:21:14.521Z | Downloaded signal-hook-tokio v0.3.1 |
| 951 | 2026-07-22T20:21:14.524Z | Downloaded schemars_derive v0.8.22 |
| 952 | 2026-07-22T20:21:14.524Z | Downloaded scroll v0.13.0 |
| 953 | 2026-07-22T20:21:14.524Z | Downloaded hyper-util v0.1.20 |
| 954 | 2026-07-22T20:21:14.527Z | Downloaded hashbrown v0.13.2 |
| 955 | 2026-07-22T20:21:14.530Z | Downloaded scrypt v0.12.0 |
| 956 | 2026-07-22T20:21:14.533Z | Downloaded slog-bunyan v2.5.0 |
| 957 | 2026-07-22T20:21:14.533Z | Downloaded siphasher v1.0.2 |
| 958 | 2026-07-22T20:21:14.533Z | Downloaded sec1 v0.7.3 |
| 959 | 2026-07-22T20:21:14.536Z | Downloaded progenitor-impl v0.13.0 |
| 960 | 2026-07-22T20:21:14.536Z | Downloaded minimal-lexical v0.2.1 |
| 961 | 2026-07-22T20:21:14.539Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-07-22T20:21:14.542Z | Downloaded derive_more v2.1.1 |
| 963 | 2026-07-22T20:21:14.551Z | Downloaded slog-envlogger v2.2.0 |
| 964 | 2026-07-22T20:21:14.554Z | Downloaded aes-gcm v0.11.0 |
| 965 | 2026-07-22T20:21:14.554Z | Downloaded serde_derive_internals v0.29.1 |
| 966 | 2026-07-22T20:21:14.554Z | Downloaded openssl-sys v0.9.115 |
| 967 | 2026-07-22T20:21:14.557Z | Downloaded sec1 v0.8.1 |
| 968 | 2026-07-22T20:21:14.565Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 969 | 2026-07-22T20:21:14.565Z | Downloaded hyper-rustls v0.27.7 |
| 970 | 2026-07-22T20:21:14.565Z | Downloaded httparse v1.10.1 |
| 971 | 2026-07-22T20:21:14.565Z | Downloaded p256 v0.14.0-rc.10 |
| 972 | 2026-07-22T20:21:14.568Z | Downloaded hmac v0.12.1 |
| 973 | 2026-07-22T20:21:14.569Z | Downloaded ed25519-dalek v2.2.0 |
| 974 | 2026-07-22T20:21:14.572Z | Downloaded sqlparser_derive v0.5.0 |
| 975 | 2026-07-22T20:21:14.572Z | Downloaded serde_path_to_error v0.1.20 |
| 976 | 2026-07-22T20:21:14.572Z | Downloaded serde-hex v0.1.0 |
| 977 | 2026-07-22T20:21:14.576Z | Downloaded base64 v0.22.1 |
| 978 | 2026-07-22T20:21:14.576Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-07-22T20:21:14.579Z | Downloaded serde_with_macros v1.5.2 |
| 980 | 2026-07-22T20:21:14.579Z | Downloaded allocator-api2 v0.2.21 |
| 981 | 2026-07-22T20:21:14.582Z | Downloaded darling_core v0.21.3 |
| 982 | 2026-07-22T20:21:14.585Z | Downloaded lzss v0.8.2 |
| 983 | 2026-07-22T20:21:14.585Z | Downloaded stable_deref_trait v1.2.1 |
| 984 | 2026-07-22T20:21:14.585Z | Downloaded strsim v0.10.0 |
| 985 | 2026-07-22T20:21:14.588Z | Downloaded lru-slab v0.1.2 |
| 986 | 2026-07-22T20:21:14.588Z | Downloaded lru-cache v0.1.2 |
| 987 | 2026-07-22T20:21:14.588Z | Downloaded fatfs v0.3.6 |
| 988 | 2026-07-22T20:21:14.591Z | Downloaded subtle v2.6.1 |
| 989 | 2026-07-22T20:21:14.592Z | Downloaded rustls-pki-types v1.14.0 |
| 990 | 2026-07-22T20:21:14.595Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-07-22T20:21:14.595Z | Downloaded strum v0.27.2 |
| 992 | 2026-07-22T20:21:14.595Z | Downloaded slab v0.4.12 |
| 993 | 2026-07-22T20:21:14.597Z | Downloaded strip-ansi-escapes v0.2.1 |
| 994 | 2026-07-22T20:21:14.598Z | Downloaded structmeta-derive v0.3.0 |
| 995 | 2026-07-22T20:21:14.601Z | Downloaded structmeta v0.3.0 |
| 996 | 2026-07-22T20:21:14.602Z | Downloaded slog-stdlog v4.1.1 |
| 997 | 2026-07-22T20:21:14.602Z | Downloaded slog-scope v4.4.1 |
| 998 | 2026-07-22T20:21:14.602Z | Downloaded salsa20 v0.11.0 |
| 999 | 2026-07-22T20:21:14.605Z | Downloaded slog-async v2.8.0 |
| 1000 | 2026-07-22T20:21:14.605Z | Downloaded signal-hook-registry v1.4.8 |
| 1001 | 2026-07-22T20:21:14.605Z | Downloaded strum v0.26.3 |
| 1002 | 2026-07-22T20:21:14.605Z | Downloaded smf v0.2.3 |
| 1003 | 2026-07-22T20:21:14.608Z | Downloaded supports-color v3.0.2 |
| 1004 | 2026-07-22T20:21:14.608Z | Downloaded pin-project v1.1.11 |
| 1005 | 2026-07-22T20:21:14.614Z | Downloaded slog-term v2.9.2 |
| 1006 | 2026-07-22T20:21:14.617Z | Downloaded slog-json v2.6.1 |
| 1007 | 2026-07-22T20:21:14.617Z | Downloaded snafu-derive v0.8.9 |
| 1008 | 2026-07-22T20:21:14.621Z | Downloaded serde_cbor v0.11.2 |
| 1009 | 2026-07-22T20:21:14.621Z | Downloaded tap v1.0.1 |
| 1010 | 2026-07-22T20:21:14.624Z | Downloaded tabwriter v1.4.1 |
| 1011 | 2026-07-22T20:21:14.624Z | Downloaded sync_wrapper v1.0.2 |
| 1012 | 2026-07-22T20:21:14.624Z | Downloaded serdect v0.4.3 |
| 1013 | 2026-07-22T20:21:14.624Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-07-22T20:21:14.628Z | Downloaded shlex v1.3.0 |
| 1015 | 2026-07-22T20:21:14.628Z | Downloaded prettyplease v0.2.37 |
| 1016 | 2026-07-22T20:21:14.631Z | Downloaded pretty_assertions v1.4.1 |
| 1017 | 2026-07-22T20:21:14.631Z | Downloaded derive-where v1.6.0 |
| 1018 | 2026-07-22T20:21:14.634Z | Downloaded spki v0.8.0 |
| 1019 | 2026-07-22T20:21:14.640Z | Downloaded itertools v0.10.5 |
| 1020 | 2026-07-22T20:21:14.643Z | Downloaded tagptr v0.2.0 |
| 1021 | 2026-07-22T20:21:14.643Z | Downloaded tabled_derive v0.11.0 |
| 1022 | 2026-07-22T20:21:14.643Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1023 | 2026-07-22T20:21:14.647Z | Downloaded termtree v0.5.1 |
| 1024 | 2026-07-22T20:21:14.647Z | Downloaded testing_table v0.3.0 |
| 1025 | 2026-07-22T20:21:14.647Z | Downloaded take_mut v0.2.2 |
| 1026 | 2026-07-22T20:21:14.650Z | Downloaded spki v0.7.3 |
| 1027 | 2026-07-22T20:21:14.650Z | Downloaded serde_with_macros v3.21.0 |
| 1028 | 2026-07-22T20:21:14.654Z | Downloaded nom v7.1.3 |
| 1029 | 2026-07-22T20:21:14.657Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1030 | 2026-07-22T20:21:14.657Z | Downloaded stacker v0.1.23 |
| 1031 | 2026-07-22T20:21:14.662Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1032 | 2026-07-22T20:21:14.662Z | Downloaded string_cache v0.8.9 |
| 1033 | 2026-07-22T20:21:14.667Z | Downloaded sqlformat v0.3.5 |
| 1034 | 2026-07-22T20:21:14.667Z | Downloaded static_assertions v1.1.0 |
| 1035 | 2026-07-22T20:21:14.667Z | Downloaded sha2 v0.11.0 |
| 1036 | 2026-07-22T20:21:14.667Z | Downloaded time-core v0.1.8 |
| 1037 | 2026-07-22T20:21:14.670Z | Downloaded thread-id v5.1.0 |
| 1038 | 2026-07-22T20:21:14.670Z | Downloaded simd-adler32 v0.3.8 |
| 1039 | 2026-07-22T20:21:14.670Z | Downloaded hashbrown v0.15.5 |
| 1040 | 2026-07-22T20:21:14.674Z | Downloaded rcgen v0.12.1 |
| 1041 | 2026-07-22T20:21:14.674Z | Downloaded tinyvec_macros v0.1.1 |
| 1042 | 2026-07-22T20:21:14.679Z | Downloaded strum_macros v0.27.2 |
| 1043 | 2026-07-22T20:21:14.679Z | Downloaded ryu v1.0.23 |
| 1044 | 2026-07-22T20:21:14.679Z | Downloaded slog-dtrace v0.3.0 |
| 1045 | 2026-07-22T20:21:14.683Z | Downloaded smallvec v1.15.1 |
| 1046 | 2026-07-22T20:21:14.683Z | Downloaded mio v1.2.0 |
| 1047 | 2026-07-22T20:21:14.687Z | Downloaded support-bundle-viewer v0.1.2 |
| 1048 | 2026-07-22T20:21:14.687Z | Downloaded aho-corasick v1.1.4 |
| 1049 | 2026-07-22T20:21:14.691Z | Downloaded smallvec v0.6.14 |
| 1050 | 2026-07-22T20:21:14.691Z | Downloaded rayon-core v1.13.0 |
| 1051 | 2026-07-22T20:21:14.694Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-07-22T20:21:14.694Z | Downloaded strum_macros v0.26.4 |
| 1053 | 2026-07-22T20:21:14.701Z | Downloaded strum_macros v0.24.3 |
| 1054 | 2026-07-22T20:21:14.701Z | Downloaded tokio-test v0.4.5 |
| 1055 | 2026-07-22T20:21:14.701Z | Downloaded libxml v0.3.3 |
| 1056 | 2026-07-22T20:21:14.704Z | Downloaded synstructure v0.13.2 |
| 1057 | 2026-07-22T20:21:14.704Z | Downloaded qorb v0.4.1 |
| 1058 | 2026-07-22T20:21:14.707Z | Downloaded itertools v0.13.0 |
| 1059 | 2026-07-22T20:21:14.712Z | Downloaded iri-string v0.7.10 |
| 1060 | 2026-07-22T20:21:14.717Z | Downloaded rand v0.8.6 |
| 1061 | 2026-07-22T20:21:14.717Z | Downloaded termios v0.3.3 |
| 1062 | 2026-07-22T20:21:14.720Z | Downloaded num-bigint v0.4.6 |
| 1063 | 2026-07-22T20:21:14.720Z | Downloaded tower-layer v0.3.3 |
| 1064 | 2026-07-22T20:21:14.723Z | Downloaded spin v0.9.8 |
| 1065 | 2026-07-22T20:21:14.723Z | Downloaded topological-sort v0.2.2 |
| 1066 | 2026-07-22T20:21:14.723Z | Downloaded crypto-primes v0.7.2 |
| 1067 | 2026-07-22T20:21:14.728Z | Downloaded num-bigint-dig v0.8.6 |
| 1068 | 2026-07-22T20:21:14.732Z | Downloaded try-lock v0.2.5 |
| 1069 | 2026-07-22T20:21:14.732Z | Downloaded ron v0.8.1 |
| 1070 | 2026-07-22T20:21:14.735Z | Downloaded thiserror-no-std v2.0.2 |
| 1071 | 2026-07-22T20:21:14.738Z | Downloaded schemars v0.9.0 |
| 1072 | 2026-07-22T20:21:14.744Z | Downloaded trait-variant v0.1.2 |
| 1073 | 2026-07-22T20:21:14.749Z | Downloaded tower-service v0.3.3 |
| 1074 | 2026-07-22T20:21:14.749Z | Downloaded time-macros v0.2.27 |
| 1075 | 2026-07-22T20:21:14.752Z | Downloaded tinystr v0.8.2 |
| 1076 | 2026-07-22T20:21:14.752Z | Downloaded tiny-keccak v2.0.2 |
| 1077 | 2026-07-22T20:21:14.752Z | Downloaded slog v2.8.2 |
| 1078 | 2026-07-22T20:21:14.755Z | Downloaded idna v1.1.0 |
| 1079 | 2026-07-22T20:21:14.755Z | Downloaded hyper v1.10.1 |
| 1080 | 2026-07-22T20:21:14.761Z | Downloaded tls_codec_derive v0.4.2 |
| 1081 | 2026-07-22T20:21:14.765Z | Downloaded universal-hash v0.5.1 |
| 1082 | 2026-07-22T20:21:14.765Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-07-22T20:21:14.765Z | Downloaded tls_codec v0.4.2 |
| 1084 | 2026-07-22T20:21:14.765Z | Downloaded socket2 v0.5.10 |
| 1085 | 2026-07-22T20:21:14.768Z | Downloaded unit-prefix v0.5.2 |
| 1086 | 2026-07-22T20:21:14.768Z | Downloaded universal-hash v0.6.1 |
| 1087 | 2026-07-22T20:21:14.768Z | Downloaded unicode-xid v0.2.6 |
| 1088 | 2026-07-22T20:21:14.771Z | Downloaded unarray v0.1.4 |
| 1089 | 2026-07-22T20:21:14.771Z | Downloaded typify-macro v0.6.2 |
| 1090 | 2026-07-22T20:21:14.771Z | Downloaded usdt v0.6.0 |
| 1091 | 2026-07-22T20:21:14.771Z | Downloaded tokio-tungstenite v0.21.0 |
| 1092 | 2026-07-22T20:21:14.774Z | Downloaded untrusted v0.9.0 |
| 1093 | 2026-07-22T20:21:14.774Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1094 | 2026-07-22T20:21:14.777Z | Downloaded hkdf v0.13.0 |
| 1095 | 2026-07-22T20:21:14.777Z | Downloaded itertools v0.14.0 |
| 1096 | 2026-07-22T20:21:14.780Z | Downloaded rand v0.9.2 |
| 1097 | 2026-07-22T20:21:14.784Z | Downloaded hkdf v0.12.4 |
| 1098 | 2026-07-22T20:21:14.789Z | Downloaded tokio-tungstenite v0.23.1 |
| 1099 | 2026-07-22T20:21:14.789Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1100 | 2026-07-22T20:21:14.789Z | Downloaded socket2 v0.6.3 |
| 1101 | 2026-07-22T20:21:14.795Z | Downloaded untrusted v0.7.1 |
| 1102 | 2026-07-22T20:21:14.795Z | Downloaded term v1.2.1 |
| 1103 | 2026-07-22T20:21:14.795Z | Downloaded term v0.7.0 |
| 1104 | 2026-07-22T20:21:14.795Z | Downloaded blake3 v1.8.5 |
| 1105 | 2026-07-22T20:21:14.798Z | Downloaded utf8_iter v1.0.4 |
| 1106 | 2026-07-22T20:21:14.801Z | Downloaded utf-8 v0.7.6 |
| 1107 | 2026-07-22T20:21:14.801Z | Downloaded usdt-macro v0.6.0 |
| 1108 | 2026-07-22T20:21:14.801Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1109 | 2026-07-22T20:21:14.805Z | Downloaded p521 v0.14.0-rc.10 |
| 1110 | 2026-07-22T20:21:14.805Z | Downloaded void v1.0.2 |
| 1111 | 2026-07-22T20:21:14.808Z | Downloaded rustls-webpki v0.103.13 |
| 1112 | 2026-07-22T20:21:14.808Z | Downloaded tui-tree-widget v0.23.1 |
| 1113 | 2026-07-22T20:21:14.808Z | Downloaded samael v0.0.19 |
| 1114 | 2026-07-22T20:21:14.811Z | Downloaded want v0.3.1 |
| 1115 | 2026-07-22T20:21:14.815Z | Downloaded xattr v1.6.1 |
| 1116 | 2026-07-22T20:21:14.815Z | Downloaded nom v8.0.0 |
| 1117 | 2026-07-22T20:21:14.818Z | Downloaded wait-timeout v0.2.1 |
| 1118 | 2026-07-22T20:21:14.818Z | Downloaded schemars v1.2.1 |
| 1119 | 2026-07-22T20:21:14.826Z | Downloaded waitgroup v0.1.2 |
| 1120 | 2026-07-22T20:21:14.829Z | Downloaded tokio-dtrace v0.1.1 |
| 1121 | 2026-07-22T20:21:14.829Z | Downloaded subprocess v0.2.15 |
| 1122 | 2026-07-22T20:21:14.832Z | Downloaded xshell-macros v0.2.7 |
| 1123 | 2026-07-22T20:21:14.832Z | Downloaded unicase v2.9.0 |
| 1124 | 2026-07-22T20:21:14.832Z | Downloaded snafu v0.8.9 |
| 1125 | 2026-07-22T20:21:14.835Z | Downloaded rsa v0.9.10 |
| 1126 | 2026-07-22T20:21:14.841Z | Downloaded libm v0.2.16 |
| 1127 | 2026-07-22T20:21:14.844Z | Downloaded unicode-truncate v1.1.0 |
| 1128 | 2026-07-22T20:21:14.847Z | Downloaded tokio-stream v0.1.18 |
| 1129 | 2026-07-22T20:21:14.864Z | Downloaded zeroize_derive v1.4.3 |
| 1130 | 2026-07-22T20:21:14.864Z | Downloaded yoke-derive v0.8.1 |
| 1131 | 2026-07-22T20:21:14.864Z | Downloaded h2 v0.4.15 |
| 1132 | 2026-07-22T20:21:14.868Z | Downloaded zone v0.3.1 |
| 1133 | 2026-07-22T20:21:14.868Z | Downloaded aws-lc-rs v1.16.3 |
| 1134 | 2026-07-22T20:21:14.874Z | Downloaded vergen-lib v9.1.0 |
| 1135 | 2026-07-22T20:21:14.877Z | Downloaded zone_cfg_derive v0.3.1 |
| 1136 | 2026-07-22T20:21:14.877Z | Downloaded zerofrom-derive v0.1.6 |
| 1137 | 2026-07-22T20:21:14.877Z | Downloaded zerofrom v0.1.6 |
| 1138 | 2026-07-22T20:21:14.877Z | Downloaded bindgen v0.71.1 |
| 1139 | 2026-07-22T20:21:14.880Z | Downloaded whoami v2.1.0 |
| 1140 | 2026-07-22T20:21:14.883Z | Downloaded tracing-attributes v0.1.31 |
| 1141 | 2026-07-22T20:21:14.883Z | Downloaded whoami v1.6.1 |
| 1142 | 2026-07-22T20:21:14.889Z | Downloaded walkdir v2.5.0 |
| 1143 | 2026-07-22T20:21:14.889Z | Downloaded usdt-impl v0.6.0 |
| 1144 | 2026-07-22T20:21:14.889Z | Downloaded usdt-attr-macro v0.6.0 |
| 1145 | 2026-07-22T20:21:14.889Z | Downloaded vergen-gitcl v1.0.8 |
| 1146 | 2026-07-22T20:21:14.895Z | Downloaded vergen-git2 v9.1.0 |
| 1147 | 2026-07-22T20:21:14.895Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1148 | 2026-07-22T20:21:14.895Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1149 | 2026-07-22T20:21:14.900Z | Downloaded rsa v0.10.0-rc.18 |
| 1150 | 2026-07-22T20:21:14.900Z | Downloaded rand v0.10.1 |
| 1151 | 2026-07-22T20:21:14.908Z | Downloaded wyz v0.5.1 |
| 1152 | 2026-07-22T20:21:14.908Z | Downloaded writeable v0.6.2 |
| 1153 | 2026-07-22T20:21:14.908Z | Downloaded toml v0.7.8 |
| 1154 | 2026-07-22T20:21:14.908Z | Downloaded tokio-rustls v0.26.4 |
| 1155 | 2026-07-22T20:21:14.909Z | Downloaded yoke v0.8.1 |
| 1156 | 2026-07-22T20:21:14.914Z | Downloaded itertools v0.12.1 |
| 1157 | 2026-07-22T20:21:14.914Z | Downloaded xshell v0.2.7 |
| 1158 | 2026-07-22T20:21:14.914Z | Downloaded zeroize v1.8.2 |
| 1159 | 2026-07-22T20:21:14.923Z | Downloaded bitvec v1.0.1 |
| 1160 | 2026-07-22T20:21:14.926Z | Downloaded zstd-safe v7.2.4 |
| 1161 | 2026-07-22T20:21:14.926Z | Downloaded vergen v9.1.0 |
| 1162 | 2026-07-22T20:21:14.934Z | Downloaded zstd v0.13.3 |
| 1163 | 2026-07-22T20:21:14.934Z | Downloaded vsss-rs v3.3.4 |
| 1164 | 2026-07-22T20:21:14.939Z | Downloaded zerovec-derive v0.11.2 |
| 1165 | 2026-07-22T20:21:14.939Z | Downloaded twox-hash v2.1.2 |
| 1166 | 2026-07-22T20:21:14.939Z | Downloaded uzers v0.12.2 |
| 1167 | 2026-07-22T20:21:14.939Z | Downloaded test-strategy v0.4.5 |
| 1168 | 2026-07-22T20:21:14.939Z | Downloaded tar v0.4.46 |
| 1169 | 2026-07-22T20:21:14.951Z | Downloaded iddqd v0.4.2 |
| 1170 | 2026-07-22T20:21:14.951Z | Downloaded vergen-lib v0.1.6 |
| 1171 | 2026-07-22T20:21:14.951Z | Downloaded tracing-core v0.1.36 |
| 1172 | 2026-07-22T20:21:14.951Z | Downloaded steno v0.4.1 |
| 1173 | 2026-07-22T20:21:14.952Z | Downloaded rustyline v14.0.0 |
| 1174 | 2026-07-22T20:21:14.959Z | Downloaded tungstenite v0.23.0 |
| 1175 | 2026-07-22T20:21:14.959Z | Downloaded chrono v0.4.45 |
| 1176 | 2026-07-22T20:21:14.959Z | Downloaded zerocopy v0.6.6 |
| 1177 | 2026-07-22T20:21:14.960Z | Downloaded tinyvec v1.10.0 |
| 1178 | 2026-07-22T20:21:14.970Z | Downloaded yasna v0.5.2 |
| 1179 | 2026-07-22T20:21:14.970Z | Downloaded uuid v1.23.4 |
| 1180 | 2026-07-22T20:21:14.971Z | Downloaded typify v0.6.2 |
| 1181 | 2026-07-22T20:21:14.977Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1182 | 2026-07-22T20:21:14.977Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1183 | 2026-07-22T20:21:14.977Z | Downloaded git2 v0.20.4 |
| 1184 | 2026-07-22T20:21:14.977Z | Downloaded unicode-properties v0.1.4 |
| 1185 | 2026-07-22T20:21:14.996Z | Downloaded hashbrown v0.16.1 |
| 1186 | 2026-07-22T20:21:14.996Z | Downloaded thread_local v1.1.9 |
| 1187 | 2026-07-22T20:21:14.996Z | Downloaded stringprep v0.1.5 |
| 1188 | 2026-07-22T20:21:14.996Z | Downloaded similar v2.7.0 |
| 1189 | 2026-07-22T20:21:14.996Z | Downloaded signal-hook v0.3.18 |
| 1190 | 2026-07-22T20:21:15.022Z | Downloaded futures-util v0.3.32 |
| 1191 | 2026-07-22T20:21:15.022Z | Downloaded vte v0.14.1 |
| 1192 | 2026-07-22T20:21:15.022Z | Downloaded p384 v0.13.1 |
| 1193 | 2026-07-22T20:21:15.022Z | Downloaded unsafe-libyaml v0.2.11 |
| 1194 | 2026-07-22T20:21:15.022Z | Downloaded tokio-postgres v0.7.16 |
| 1195 | 2026-07-22T20:21:15.023Z | Downloaded toml_edit v0.19.15 |
| 1196 | 2026-07-22T20:21:15.031Z | Downloaded serde_with v1.14.0 |
| 1197 | 2026-07-22T20:21:15.031Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-07-22T20:21:15.031Z | Downloaded tungstenite v0.21.0 |
| 1199 | 2026-07-22T20:21:15.031Z | Downloaded reedline v0.40.0 |
| 1200 | 2026-07-22T20:21:15.031Z | Downloaded portable-atomic v1.13.1 |
| 1201 | 2026-07-22T20:21:15.031Z | Downloaded reqwest v0.13.2 |
| 1202 | 2026-07-22T20:21:15.042Z | Downloaded schemars v0.8.22 |
| 1203 | 2026-07-22T20:21:15.061Z | Downloaded zopfli v0.8.3 |
| 1204 | 2026-07-22T20:21:15.061Z | Downloaded yansi v1.0.1 |
| 1205 | 2026-07-22T20:21:15.061Z | Downloaded zerotrie v0.2.3 |
| 1206 | 2026-07-22T20:21:15.062Z | Downloaded reqwest v0.12.28 |
| 1207 | 2026-07-22T20:21:15.062Z | Downloaded regex v1.12.3 |
| 1208 | 2026-07-22T20:21:15.062Z | Downloaded unicode_categories v0.1.1 |
| 1209 | 2026-07-22T20:21:15.062Z | Downloaded rayon v1.11.0 |
| 1210 | 2026-07-22T20:21:15.062Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1211 | 2026-07-22T20:21:15.076Z | Downloaded icu_properties_data v2.1.2 |
| 1212 | 2026-07-22T20:21:15.076Z | Downloaded zip v0.6.6 |
| 1213 | 2026-07-22T20:21:15.076Z | Downloaded rawzip v0.4.4 |
| 1214 | 2026-07-22T20:21:15.077Z | Downloaded url v2.5.8 |
| 1215 | 2026-07-22T20:21:15.077Z | Downloaded lalrpop v0.19.12 |
| 1216 | 2026-07-22T20:21:15.087Z | Downloaded quick-xml v0.37.5 |
| 1217 | 2026-07-22T20:21:15.087Z | Downloaded crypto-bigint v0.7.5 |
| 1218 | 2026-07-22T20:21:15.102Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-07-22T20:21:15.102Z | Downloaded moka v0.12.13 |
| 1220 | 2026-07-22T20:21:15.120Z | Downloaded goblin v0.10.5 |
| 1221 | 2026-07-22T20:21:15.120Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1222 | 2026-07-22T20:21:15.121Z | Downloaded quinn v0.11.9 |
| 1223 | 2026-07-22T20:21:15.130Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1224 | 2026-07-22T20:21:15.130Z | Downloaded publicsuffix v2.3.0 |
| 1225 | 2026-07-22T20:21:15.130Z | Downloaded progenitor-impl v0.14.0 |
| 1226 | 2026-07-22T20:21:15.130Z | Downloaded typed-path v0.9.3 |
| 1227 | 2026-07-22T20:21:15.130Z | Downloaded petname v2.0.2 |
| 1228 | 2026-07-22T20:21:15.141Z | Downloaded tower v0.5.3 |
| 1229 | 2026-07-22T20:21:15.141Z | Downloaded unicode-normalization v0.1.25 |
| 1230 | 2026-07-22T20:21:15.141Z | Downloaded salty v0.3.0 |
| 1231 | 2026-07-22T20:21:15.162Z | Downloaded proptest v1.10.0 |
| 1232 | 2026-07-22T20:21:15.167Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-07-22T20:21:15.167Z | Downloaded tower-http v0.6.8 |
| 1234 | 2026-07-22T20:21:15.167Z | Downloaded zip v4.6.1 |
| 1235 | 2026-07-22T20:21:15.167Z | Downloaded tough v0.22.0 |
| 1236 | 2026-07-22T20:21:15.184Z | Downloaded tokio-util v0.7.18 |
| 1237 | 2026-07-22T20:21:15.224Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-07-22T20:21:15.224Z | Downloaded object v0.30.4 |
| 1239 | 2026-07-22T20:21:15.224Z | Downloaded nix v0.27.1 |
| 1240 | 2026-07-22T20:21:15.224Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-07-22T20:21:15.224Z | Downloaded radix_trie v0.2.1 |
| 1242 | 2026-07-22T20:21:15.238Z | Downloaded serde_with v3.21.0 |
| 1243 | 2026-07-22T20:21:15.238Z | Downloaded russh v0.61.2 |
| 1244 | 2026-07-22T20:21:15.238Z | Downloaded zerovec v0.11.5 |
| 1245 | 2026-07-22T20:21:15.238Z | Downloaded quinn-proto v0.11.13 |
| 1246 | 2026-07-22T20:21:15.238Z | Downloaded winnow v0.6.26 |
| 1247 | 2026-07-22T20:21:15.238Z | Downloaded winnow v0.5.40 |
| 1248 | 2026-07-22T20:21:15.245Z | Downloaded dropshot v0.17.1 |
| 1249 | 2026-07-22T20:21:15.257Z | Downloaded nix v0.28.0 |
| 1250 | 2026-07-22T20:21:15.273Z | Downloaded openssl v0.10.79 |
| 1251 | 2026-07-22T20:21:15.273Z | Downloaded polar-core v0.27.3 |
| 1252 | 2026-07-22T20:21:15.288Z | Downloaded time v0.3.47 |
| 1253 | 2026-07-22T20:21:15.288Z | Downloaded winnow v1.0.3 |
| 1254 | 2026-07-22T20:21:15.298Z | Downloaded nix v0.31.2 |
| 1255 | 2026-07-22T20:21:15.298Z | Downloaded regex-syntax v0.6.29 |
| 1256 | 2026-07-22T20:21:15.298Z | Downloaded bstr v1.12.1 |
| 1257 | 2026-07-22T20:21:15.314Z | Downloaded tabled v0.20.0 |
| 1258 | 2026-07-22T20:21:15.328Z | Downloaded zlib-rs v0.6.2 |
| 1259 | 2026-07-22T20:21:15.328Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-07-22T20:21:15.328Z | Downloaded vcpkg v0.2.15 |
| 1261 | 2026-07-22T20:21:15.349Z | Downloaded regress v0.10.5 |
| 1262 | 2026-07-22T20:21:15.374Z | Downloaded openapiv3 v2.2.0 |
| 1263 | 2026-07-22T20:21:15.375Z | Downloaded hickory-proto v0.25.2 |
| 1264 | 2026-07-22T20:21:15.398Z | Downloaded zerocopy v0.8.40 |
| 1265 | 2026-07-22T20:21:15.398Z | Downloaded regex-syntax v0.8.10 |
| 1266 | 2026-07-22T20:21:15.398Z | Downloaded regress v0.11.1 |
| 1267 | 2026-07-22T20:21:15.398Z | Downloaded rustix v0.38.44 |
| 1268 | 2026-07-22T20:21:15.406Z | Downloaded smoltcp v0.11.0 |
| 1269 | 2026-07-22T20:21:15.406Z | Downloaded rustls v0.23.41 |
| 1270 | 2026-07-22T20:21:15.414Z | Downloaded diesel v2.3.7 |
| 1271 | 2026-07-22T20:21:15.427Z | Downloaded object v0.37.3 |
| 1272 | 2026-07-22T20:21:15.427Z | Downloaded smoltcp v0.9.1 |
| 1273 | 2026-07-22T20:21:15.461Z | Downloaded sled v0.34.7 |
| 1274 | 2026-07-22T20:21:15.482Z | Downloaded fiat-crypto v0.3.0 |
| 1275 | 2026-07-22T20:21:15.482Z | Downloaded sqlparser v0.61.0 |
| 1276 | 2026-07-22T20:21:15.546Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-07-22T20:21:15.560Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-07-22T20:21:15.560Z | Downloaded jiff v0.2.21 |
| 1279 | 2026-07-22T20:21:15.560Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1280 | 2026-07-22T20:21:15.595Z | Downloaded sha3 v0.11.0 |
| 1281 | 2026-07-22T20:21:15.595Z | Downloaded regex-automata v0.4.14 |
| 1282 | 2026-07-22T20:21:15.596Z | Downloaded zerocopy-derive v0.6.6 |
| 1283 | 2026-07-22T20:21:15.596Z | Downloaded csv v1.4.0 |
| 1284 | 2026-07-22T20:21:15.648Z | Downloaded ratatui v0.29.0 |
| 1285 | 2026-07-22T20:21:15.648Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1286 | 2026-07-22T20:21:15.667Z | Downloaded sha3 v0.10.8 |
| 1287 | 2026-07-22T20:21:15.668Z | Downloaded libz-sys v1.1.24 |
| 1288 | 2026-07-22T20:21:15.668Z | Downloaded chrono-tz v0.10.4 |
| 1289 | 2026-07-22T20:21:15.668Z | Downloaded petgraph v0.6.5 |
| 1290 | 2026-07-22T20:21:15.668Z | Downloaded tokio v1.52.1 |
| 1291 | 2026-07-22T20:21:15.690Z | Downloaded petgraph v0.8.3 |
| 1292 | 2026-07-22T20:21:15.712Z | Downloaded encoding_rs v0.8.35 |
| 1293 | 2026-07-22T20:21:15.820Z | Downloaded ring v0.17.14 |
| 1294 | 2026-07-22T20:21:15.867Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-07-22T20:21:16.385Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-22T20:21:16.731Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-22T20:21:16.731Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-22T20:21:16.731Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-22T20:21:16.878Z | Compiling log v0.4.29 |
| 1300 | 2026-07-22T20:21:16.878Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-22T20:21:16.878Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-07-22T20:21:16.878Z | Compiling shlex v1.3.0 |
| 1303 | 2026-07-22T20:21:16.878Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-22T20:21:16.878Z | Compiling stable_deref_trait v1.2.1 |
| 1305 | 2026-07-22T20:21:16.952Z | Compiling scopeguard v1.2.0 |
| 1306 | 2026-07-22T20:21:16.952Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-22T20:21:16.952Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-22T20:21:16.952Z | Compiling portable-atomic v1.13.1 |
| 1309 | 2026-07-22T20:21:16.952Z | Compiling zerocopy v0.8.40 |
| 1310 | 2026-07-22T20:21:16.952Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-22T20:21:17.083Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-07-22T20:21:17.083Z | Compiling parking_lot_core v0.9.12 |
| 1313 | 2026-07-22T20:21:17.083Z | Compiling lock_api v0.4.14 |
| 1314 | 2026-07-22T20:21:17.083Z | Compiling critical-section v1.2.0 |
| 1315 | 2026-07-22T20:21:17.214Z | Compiling getrandom v0.4.1 |
| 1316 | 2026-07-22T20:21:17.214Z | Compiling libm v0.2.16 |
| 1317 | 2026-07-22T20:21:17.214Z | Compiling pkg-config v0.3.32 |
| 1318 | 2026-07-22T20:21:17.214Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-22T20:21:17.214Z | Compiling futures-core v0.3.32 |
| 1320 | 2026-07-22T20:21:17.403Z | Compiling rand_core v0.10.0 |
| 1321 | 2026-07-22T20:21:17.403Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-22T20:21:17.403Z | Compiling percent-encoding v2.3.2 |
| 1323 | 2026-07-22T20:21:17.404Z | Compiling litemap v0.8.1 |
| 1324 | 2026-07-22T20:21:17.405Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-07-22T20:21:17.405Z | Compiling writeable v0.6.2 |
| 1326 | 2026-07-22T20:21:17.501Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-07-22T20:21:17.502Z | Compiling icu_properties_data v2.1.2 |
| 1328 | 2026-07-22T20:21:17.502Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-22T20:21:17.502Z | Compiling futures-io v0.3.32 |
| 1330 | 2026-07-22T20:21:17.609Z | Compiling slab v0.4.12 |
| 1331 | 2026-07-22T20:21:17.609Z | Compiling futures-task v0.3.32 |
| 1332 | 2026-07-22T20:21:17.610Z | Compiling utf8_iter v1.0.4 |
| 1333 | 2026-07-22T20:21:17.610Z | Compiling futures-channel v0.3.32 |
| 1334 | 2026-07-22T20:21:17.762Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-22T20:21:17.763Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-07-22T20:21:17.763Z | Compiling rustversion v1.0.22 |
| 1337 | 2026-07-22T20:21:17.955Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-07-22T20:21:17.955Z | Compiling errno v0.3.14 |
| 1339 | 2026-07-22T20:21:17.955Z | Compiling getrandom v0.2.17 |
| 1340 | 2026-07-22T20:21:17.955Z | Compiling mio v1.2.0 |
| 1341 | 2026-07-22T20:21:17.955Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-07-22T20:21:17.955Z | Compiling iana-time-zone v0.1.65 |
| 1343 | 2026-07-22T20:21:17.955Z | Compiling fs_extra v1.3.0 |
| 1344 | 2026-07-22T20:21:18.024Z | Compiling rand_core v0.6.4 |
| 1345 | 2026-07-22T20:21:18.024Z | Compiling cc v1.2.56 |
| 1346 | 2026-07-22T20:21:18.057Z | Compiling signal-hook-registry v1.4.8 |
| 1347 | 2026-07-22T20:21:18.057Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-07-22T20:21:18.057Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-07-22T20:21:18.057Z | Compiling ident_case v1.0.1 |
| 1350 | 2026-07-22T20:21:18.079Z | Compiling rustix v1.1.3 |
| 1351 | 2026-07-22T20:21:18.090Z | Compiling dunce v1.0.5 |
| 1352 | 2026-07-22T20:21:18.117Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-22T20:21:18.136Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-07-22T20:21:18.162Z | Compiling base64 v0.22.1 |
| 1355 | 2026-07-22T20:21:18.170Z | Compiling vcpkg v0.2.15 |
| 1356 | 2026-07-22T20:21:18.195Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-22T20:21:18.211Z | Compiling flagset v0.4.7 |
| 1358 | 2026-07-22T20:21:18.273Z | Compiling aws-lc-rs v1.16.3 |
| 1359 | 2026-07-22T20:21:18.361Z | Compiling openssl-probe v0.2.1 |
| 1360 | 2026-07-22T20:21:18.588Z | Compiling pem-rfc7468 v0.7.0 |
| 1361 | 2026-07-22T20:21:18.588Z | Compiling cmov v0.5.4 |
| 1362 | 2026-07-22T20:21:18.637Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-07-22T20:21:18.637Z | Compiling httparse v1.10.1 |
| 1364 | 2026-07-22T20:21:18.637Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-07-22T20:21:18.637Z | Compiling tinyvec_macros v0.1.1 |
| 1366 | 2026-07-22T20:21:18.637Z | Compiling schemars v0.8.22 |
| 1367 | 2026-07-22T20:21:18.737Z | Compiling cmake v0.1.57 |
| 1368 | 2026-07-22T20:21:18.756Z | Compiling tinyvec v1.10.0 |
| 1369 | 2026-07-22T20:21:18.756Z | Compiling ctutils v0.4.2 |
| 1370 | 2026-07-22T20:21:18.756Z | Compiling aho-corasick v1.1.4 |
| 1371 | 2026-07-22T20:21:18.756Z | Compiling try-lock v0.2.5 |
| 1372 | 2026-07-22T20:21:18.756Z | Compiling tower-service v0.3.3 |
| 1373 | 2026-07-22T20:21:18.790Z | Compiling untrusted v0.7.1 |
| 1374 | 2026-07-22T20:21:18.790Z | Compiling tower-layer v0.3.3 |
| 1375 | 2026-07-22T20:21:18.867Z | Compiling bitflags v2.11.0 |
| 1376 | 2026-07-22T20:21:18.885Z | Compiling semver v1.0.28 |
| 1377 | 2026-07-22T20:21:18.905Z | Compiling indexmap v2.14.0 |
| 1378 | 2026-07-22T20:21:18.919Z | Compiling uuid v1.23.4 |
| 1379 | 2026-07-22T20:21:18.928Z | Compiling atomic-waker v1.1.2 |
| 1380 | 2026-07-22T20:21:18.947Z | Compiling want v0.3.1 |
| 1381 | 2026-07-22T20:21:18.980Z | Compiling untrusted v0.9.0 |
| 1382 | 2026-07-22T20:21:19.059Z | Compiling rustls v0.23.41 |
| 1383 | 2026-07-22T20:21:19.065Z | Compiling cpufeatures v0.2.17 |
| 1384 | 2026-07-22T20:21:19.083Z | Compiling httpdate v1.0.3 |
| 1385 | 2026-07-22T20:21:19.114Z | Compiling rustc_version v0.4.1 |
| 1386 | 2026-07-22T20:21:19.123Z | Compiling openssl v0.10.79 |
| 1387 | 2026-07-22T20:21:19.131Z | Compiling foreign-types-shared v0.1.1 |
| 1388 | 2026-07-22T20:21:19.162Z | Compiling unicode-normalization v0.1.25 |
| 1389 | 2026-07-22T20:21:19.221Z | Compiling foreign-types v0.3.2 |
| 1390 | 2026-07-22T20:21:19.236Z | Compiling spin v0.9.8 |
| 1391 | 2026-07-22T20:21:19.258Z | Compiling crc32fast v1.5.0 |
| 1392 | 2026-07-22T20:21:19.300Z | Compiling powerfmt v0.2.0 |
| 1393 | 2026-07-22T20:21:19.316Z | Compiling time-core v0.1.8 |
| 1394 | 2026-07-22T20:21:19.334Z | Compiling num-conv v0.2.0 |
| 1395 | 2026-07-22T20:21:19.389Z | Compiling native-tls v0.2.18 |
| 1396 | 2026-07-22T20:21:19.442Z | Compiling wait-timeout v0.2.1 |
| 1397 | 2026-07-22T20:21:19.462Z | Compiling deranged v0.5.8 |
| 1398 | 2026-07-22T20:21:19.478Z | Compiling sync_wrapper v1.0.2 |
| 1399 | 2026-07-22T20:21:19.502Z | Compiling time-macros v0.2.27 |
| 1400 | 2026-07-22T20:21:19.527Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-07-22T20:21:19.533Z | Compiling openssl-sys v0.9.115 |
| 1402 | 2026-07-22T20:21:19.676Z | Compiling regex-automata v0.4.14 |
| 1403 | 2026-07-22T20:21:19.704Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-07-22T20:21:19.704Z | Compiling num_threads v0.1.7 |
| 1405 | 2026-07-22T20:21:19.704Z | Compiling quick-error v1.2.3 |
| 1406 | 2026-07-22T20:21:19.704Z | Compiling simd-adler32 v0.3.8 |
| 1407 | 2026-07-22T20:21:19.704Z | Compiling syn v1.0.109 |
| 1408 | 2026-07-22T20:21:19.790Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-07-22T20:21:19.816Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-07-22T20:21:19.816Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-07-22T20:21:20.034Z | Compiling tempfile v3.25.0 |
| 1412 | 2026-07-22T20:21:20.037Z | Compiling darling_core v0.20.11 |
| 1413 | 2026-07-22T20:21:20.131Z | Compiling usdt-impl v0.6.0 |
| 1414 | 2026-07-22T20:21:20.297Z | Compiling siphasher v1.0.2 |
| 1415 | 2026-07-22T20:21:20.389Z | Compiling bit-vec v0.8.0 |
| 1416 | 2026-07-22T20:21:20.407Z | Compiling crossbeam-utils v0.8.21 |
| 1417 | 2026-07-22T20:21:20.469Z | Compiling rusty-fork v0.3.1 |
| 1418 | 2026-07-22T20:21:20.559Z | Compiling darling_core v0.23.0 |
| 1419 | 2026-07-22T20:21:20.626Z | Compiling bit-set v0.8.0 |
| 1420 | 2026-07-22T20:21:20.635Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1421 | 2026-07-22T20:21:20.635Z | Compiling heapless v0.7.17 |
| 1422 | 2026-07-22T20:21:20.649Z | Compiling slog v2.8.2 |
| 1423 | 2026-07-22T20:21:20.786Z | Compiling time v0.3.47 |
| 1424 | 2026-07-22T20:21:20.804Z | Compiling rand_xorshift v0.4.0 |
| 1425 | 2026-07-22T20:21:20.811Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-22T20:21:20.811Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-22T20:21:20.848Z | Compiling unicode-bidi v0.3.18 |
| 1428 | 2026-07-22T20:21:20.852Z | Compiling signal-hook v0.3.18 |
| 1429 | 2026-07-22T20:21:20.852Z | Compiling ryu v1.0.23 |
| 1430 | 2026-07-22T20:21:20.907Z | Compiling iri-string v0.7.10 |
| 1431 | 2026-07-22T20:21:20.922Z | Compiling unarray v0.1.4 |
| 1432 | 2026-07-22T20:21:20.926Z | Compiling adler2 v2.0.1 |
| 1433 | 2026-07-22T20:21:20.987Z | Compiling anyhow v1.0.102 |
| 1434 | 2026-07-22T20:21:20.998Z | Compiling paste v1.0.15 |
| 1435 | 2026-07-22T20:21:21.065Z | Compiling allocator-api2 v0.2.21 |
| 1436 | 2026-07-22T20:21:21.078Z | Compiling zstd-safe v7.2.4 |
| 1437 | 2026-07-22T20:21:21.091Z | Compiling unicode-properties v0.1.4 |
| 1438 | 2026-07-22T20:21:21.140Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-07-22T20:21:21.340Z | Compiling stringprep v0.1.5 |
| 1440 | 2026-07-22T20:21:21.460Z | Compiling camino v1.2.2 |
| 1441 | 2026-07-22T20:21:21.491Z | Compiling curve25519-dalek v4.1.3 |
| 1442 | 2026-07-22T20:21:21.556Z | Compiling serde_derive v1.0.228 |
| 1443 | 2026-07-22T20:21:21.643Z | Compiling zeroize_derive v1.4.3 |
| 1444 | 2026-07-22T20:21:21.848Z | Compiling zerofrom-derive v0.1.6 |
| 1445 | 2026-07-22T20:21:21.860Z | Compiling yoke-derive v0.8.1 |
| 1446 | 2026-07-22T20:21:21.860Z | Compiling zerovec-derive v0.11.2 |
| 1447 | 2026-07-22T20:21:21.860Z | Compiling zerocopy-derive v0.8.40 |
| 1448 | 2026-07-22T20:21:21.932Z | Compiling displaydoc v0.2.5 |
| 1449 | 2026-07-22T20:21:21.950Z | Compiling tokio-macros v2.7.0 |
| 1450 | 2026-07-22T20:21:22.283Z | Compiling zeroize v1.8.2 |
| 1451 | 2026-07-22T20:21:22.482Z | Compiling futures-macro v0.3.32 |
| 1452 | 2026-07-22T20:21:22.496Z | Compiling der_derive v0.7.3 |
| 1453 | 2026-07-22T20:21:22.500Z | Compiling thiserror-impl v2.0.18 |
| 1454 | 2026-07-22T20:21:22.715Z | Compiling tracing-attributes v0.1.31 |
| 1455 | 2026-07-22T20:21:22.730Z | Compiling rustls-pki-types v1.14.0 |
| 1456 | 2026-07-22T20:21:22.992Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-07-22T20:21:23.037Z | Compiling crypto-common v0.1.7 |
| 1458 | 2026-07-22T20:21:23.040Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-07-22T20:21:23.179Z | Compiling digest v0.10.7 |
| 1460 | 2026-07-22T20:21:23.193Z | Compiling hybrid-array v0.4.13 |
| 1461 | 2026-07-22T20:21:23.207Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-07-22T20:21:23.222Z | Compiling scroll_derive v0.13.1 |
| 1463 | 2026-07-22T20:21:23.251Z | Compiling zerofrom v0.1.6 |
| 1464 | 2026-07-22T20:21:23.359Z | Compiling yoke v0.8.1 |
| 1465 | 2026-07-22T20:21:23.402Z | Compiling futures-util v0.3.32 |
| 1466 | 2026-07-22T20:21:23.446Z | Compiling darling_macro v0.20.11 |
| 1467 | 2026-07-22T20:21:23.535Z | Compiling zerovec v0.11.5 |
| 1468 | 2026-07-22T20:21:23.567Z | Compiling zerotrie v0.2.3 |
| 1469 | 2026-07-22T20:21:23.720Z | Compiling der v0.7.10 |
| 1470 | 2026-07-22T20:21:23.918Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-07-22T20:21:23.964Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-07-22T20:21:24.008Z | Compiling hmac v0.12.1 |
| 1473 | 2026-07-22T20:21:24.023Z | Compiling darling v0.20.11 |
| 1474 | 2026-07-22T20:21:24.041Z | Compiling tinystr v0.8.2 |
| 1475 | 2026-07-22T20:21:24.094Z | Compiling potential_utf v0.1.4 |
| 1476 | 2026-07-22T20:21:24.110Z | Compiling sha2 v0.10.9 |
| 1477 | 2026-07-22T20:21:24.125Z | Compiling derive_builder_core v0.20.2 |
| 1478 | 2026-07-22T20:21:24.142Z | Compiling tracing v0.1.44 |
| 1479 | 2026-07-22T20:21:24.142Z | Compiling scroll v0.13.0 |
| 1480 | 2026-07-22T20:21:24.229Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-07-22T20:21:24.260Z | Compiling icu_locale_core v2.1.1 |
| 1482 | 2026-07-22T20:21:24.278Z | Compiling icu_collections v2.1.1 |
| 1483 | 2026-07-22T20:21:24.428Z | Compiling goblin v0.10.5 |
| 1484 | 2026-07-22T20:21:24.431Z | Compiling scroll_derive v0.12.1 |
| 1485 | 2026-07-22T20:21:24.456Z | Compiling thiserror-impl v1.0.69 |
| 1486 | 2026-07-22T20:21:24.771Z | Compiling spki v0.7.3 |
| 1487 | 2026-07-22T20:21:24.993Z | Compiling icu_provider v2.1.1 |
| 1488 | 2026-07-22T20:21:25.038Z | Compiling pkcs8 v0.10.2 |
| 1489 | 2026-07-22T20:21:25.058Z | Compiling block-buffer v0.12.1 |
| 1490 | 2026-07-22T20:21:25.072Z | Compiling derive_builder_macro v0.20.2 |
| 1491 | 2026-07-22T20:21:25.170Z | Compiling bytes v1.11.1 |
| 1492 | 2026-07-22T20:21:25.184Z | Compiling chrono v0.4.45 |
| 1493 | 2026-07-22T20:21:25.213Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-07-22T20:21:25.266Z | Compiling icu_normalizer v2.1.1 |
| 1495 | 2026-07-22T20:21:25.306Z | Compiling icu_properties v2.1.2 |
| 1496 | 2026-07-22T20:21:25.321Z | Compiling scroll v0.12.0 |
| 1497 | 2026-07-22T20:21:25.392Z | Compiling serde_spanned v0.6.9 |
| 1498 | 2026-07-22T20:21:25.558Z | Compiling hex v0.4.3 |
| 1499 | 2026-07-22T20:21:25.577Z | Compiling serde_tokenstream v0.2.3 |
| 1500 | 2026-07-22T20:21:25.591Z | Compiling erased-serde v0.3.31 |
| 1501 | 2026-07-22T20:21:25.614Z | Compiling serde_urlencoded v0.7.1 |
| 1502 | 2026-07-22T20:21:25.665Z | Compiling tokio v1.52.1 |
| 1503 | 2026-07-22T20:21:25.817Z | Compiling http v1.4.2 |
| 1504 | 2026-07-22T20:21:25.832Z | Compiling thiserror v1.0.69 |
| 1505 | 2026-07-22T20:21:25.846Z | Compiling toml_datetime v0.6.11 |
| 1506 | 2026-07-22T20:21:25.852Z | Compiling block-padding v0.4.2 |
| 1507 | 2026-07-22T20:21:25.876Z | Compiling crypto-common v0.2.2 |
| 1508 | 2026-07-22T20:21:25.893Z | Compiling signature v2.2.0 |
| 1509 | 2026-07-22T20:21:25.973Z | Compiling md-5 v0.10.6 |
| 1510 | 2026-07-22T20:21:25.989Z | Compiling darling_macro v0.23.0 |
| 1511 | 2026-07-22T20:21:26.036Z | Compiling rustls-native-certs v0.8.3 |
| 1512 | 2026-07-22T20:21:26.088Z | Compiling bstr v1.12.1 |
| 1513 | 2026-07-22T20:21:26.102Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-07-22T20:21:26.107Z | Compiling zerocopy-derive v0.7.35 |
| 1515 | 2026-07-22T20:21:26.130Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-07-22T20:21:26.343Z | Compiling idna_adapter v1.2.1 |
| 1517 | 2026-07-22T20:21:26.427Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-07-22T20:21:26.471Z | Compiling idna v1.1.0 |
| 1519 | 2026-07-22T20:21:26.506Z | Compiling http-body v1.0.1 |
| 1520 | 2026-07-22T20:21:26.510Z | Compiling num-integer v0.1.46 |
| 1521 | 2026-07-22T20:21:26.608Z | Compiling vergen-lib v9.1.0 |
| 1522 | 2026-07-22T20:21:26.749Z | Compiling rand_chacha v0.9.0 |
| 1523 | 2026-07-22T20:21:26.764Z | Compiling url v2.5.8 |
| 1524 | 2026-07-22T20:21:26.779Z | Compiling http-body-util v0.1.3 |
| 1525 | 2026-07-22T20:21:26.823Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-07-22T20:21:26.862Z | Compiling hash32 v0.2.1 |
| 1527 | 2026-07-22T20:21:27.013Z | Compiling rand v0.9.2 |
| 1528 | 2026-07-22T20:21:27.027Z | Compiling memoffset v0.9.1 |
| 1529 | 2026-07-22T20:21:27.042Z | Compiling encoding_rs v0.8.35 |
| 1530 | 2026-07-22T20:21:27.068Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-07-22T20:21:27.156Z | Compiling smoltcp v0.9.1 |
| 1532 | 2026-07-22T20:21:27.189Z | Compiling dof v0.4.0 |
| 1533 | 2026-07-22T20:21:27.260Z | Compiling ref-cast v1.0.25 |
| 1534 | 2026-07-22T20:21:27.413Z | Compiling fallible-iterator v0.2.0 |
| 1535 | 2026-07-22T20:21:27.458Z | Compiling litrs v1.0.0 |
| 1536 | 2026-07-22T20:21:27.524Z | Compiling rustix v0.38.44 |
| 1537 | 2026-07-22T20:21:27.599Z | Compiling proptest v1.10.0 |
| 1538 | 2026-07-22T20:21:27.612Z | Compiling num-bigint-dig v0.8.6 |
| 1539 | 2026-07-22T20:21:27.638Z | Compiling psl-types v2.0.11 |
| 1540 | 2026-07-22T20:21:27.641Z | Compiling mime v0.3.17 |
| 1541 | 2026-07-22T20:21:27.756Z | Compiling cfg_aliases v0.2.1 |
| 1542 | 2026-07-22T20:21:27.785Z | Compiling publicsuffix v2.3.0 |
| 1543 | 2026-07-22T20:21:27.852Z | Compiling nix v0.31.2 |
| 1544 | 2026-07-22T20:21:27.880Z | Compiling postgres-protocol v0.6.10 |
| 1545 | 2026-07-22T20:21:27.970Z | Compiling pin-project v1.1.11 |
| 1546 | 2026-07-22T20:21:27.998Z | Compiling document-features v0.2.12 |
| 1547 | 2026-07-22T20:21:28.044Z | Compiling rand v0.8.6 |
| 1548 | 2026-07-22T20:21:28.074Z | Compiling ipnetwork v0.21.1 |
| 1549 | 2026-07-22T20:21:28.088Z | Compiling zerocopy v0.7.35 |
| 1550 | 2026-07-22T20:21:28.282Z | Compiling num-iter v0.1.45 |
| 1551 | 2026-07-22T20:21:28.370Z | Compiling oxnet v0.1.6 |
| 1552 | 2026-07-22T20:21:28.414Z | Compiling darling v0.23.0 |
| 1553 | 2026-07-22T20:21:28.483Z | Compiling inout v0.2.2 |
| 1554 | 2026-07-22T20:21:28.505Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-07-22T20:21:28.520Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-07-22T20:21:28.559Z | Compiling goblin v0.8.2 |
| 1557 | 2026-07-22T20:21:28.578Z | Compiling hubpack_derive v0.1.1 |
| 1558 | 2026-07-22T20:21:28.625Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-22T20:21:28.746Z | Compiling daft-derive v0.1.7 |
| 1560 | 2026-07-22T20:21:28.762Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1561 | 2026-07-22T20:21:28.765Z | Compiling snafu-derive v0.8.9 |
| 1562 | 2026-07-22T20:21:28.794Z | Compiling ref-cast-impl v1.0.25 |
| 1563 | 2026-07-22T20:21:28.815Z | Compiling strum_macros v0.27.2 |
| 1564 | 2026-07-22T20:21:29.043Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-07-22T20:21:29.065Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-07-22T20:21:29.082Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-22T20:21:29.149Z | Compiling anstyle-parse v0.2.7 |
| 1568 | 2026-07-22T20:21:29.177Z | Compiling cargo-platform v0.3.2 |
| 1569 | 2026-07-22T20:21:29.192Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-22T20:21:29.216Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-22T20:21:29.303Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-07-22T20:21:29.352Z | Compiling ahash v0.8.12 |
| 1573 | 2026-07-22T20:21:29.368Z | Compiling bitflags v1.3.2 |
| 1574 | 2026-07-22T20:21:29.383Z | Compiling same-file v1.0.6 |
| 1575 | 2026-07-22T20:21:29.398Z | Compiling tokio-util v0.7.18 |
| 1576 | 2026-07-22T20:21:29.417Z | Compiling tower v0.5.3 |
| 1577 | 2026-07-22T20:21:29.457Z | Compiling tokio-native-tls v0.3.1 |
| 1578 | 2026-07-22T20:21:29.457Z | Compiling foldhash v0.1.5 |
| 1579 | 2026-07-22T20:21:29.483Z | Compiling managed v0.8.0 |
| 1580 | 2026-07-22T20:21:29.517Z | Compiling object v0.37.3 |
| 1581 | 2026-07-22T20:21:29.532Z | Compiling bumpalo v3.20.2 |
| 1582 | 2026-07-22T20:21:29.563Z | Compiling winnow v0.5.40 |
| 1583 | 2026-07-22T20:21:29.606Z | Compiling unicode-segmentation v1.12.0 |
| 1584 | 2026-07-22T20:21:29.640Z | Compiling base16ct v0.2.0 |
| 1585 | 2026-07-22T20:21:29.654Z | Compiling foldhash v0.2.0 |
| 1586 | 2026-07-22T20:21:29.707Z | Compiling libbz2-rs-sys v0.2.2 |
| 1587 | 2026-07-22T20:21:29.797Z | Compiling hashbrown v0.16.1 |
| 1588 | 2026-07-22T20:21:29.830Z | Compiling tower-http v0.6.8 |
| 1589 | 2026-07-22T20:21:29.889Z | Compiling sec1 v0.7.3 |
| 1590 | 2026-07-22T20:21:29.927Z | Compiling zopfli v0.8.3 |
| 1591 | 2026-07-22T20:21:29.977Z | Compiling newtype-uuid v1.3.2 |
| 1592 | 2026-07-22T20:21:30.041Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-07-22T20:21:30.204Z | Compiling h2 v0.4.15 |
| 1594 | 2026-07-22T20:21:30.286Z | Compiling daft v0.1.7 |
| 1595 | 2026-07-22T20:21:30.329Z | Compiling bzip2 v0.6.1 |
| 1596 | 2026-07-22T20:21:30.429Z | Compiling clap_builder v4.6.0 |
| 1597 | 2026-07-22T20:21:30.471Z | Compiling hashbrown v0.15.5 |
| 1598 | 2026-07-22T20:21:30.506Z | Compiling walkdir v2.5.0 |
| 1599 | 2026-07-22T20:21:30.605Z | Compiling cargo_metadata v0.23.1 |
| 1600 | 2026-07-22T20:21:30.608Z | Compiling group v0.13.0 |
| 1601 | 2026-07-22T20:21:30.708Z | Compiling anstream v0.6.21 |
| 1602 | 2026-07-22T20:21:30.761Z | Compiling snafu v0.8.9 |
| 1603 | 2026-07-22T20:21:30.819Z | Compiling phf v0.13.1 |
| 1604 | 2026-07-22T20:21:30.839Z | Compiling dof v0.3.0 |
| 1605 | 2026-07-22T20:21:30.866Z | Compiling strum v0.27.2 |
| 1606 | 2026-07-22T20:21:30.992Z | Compiling toml_edit v0.19.15 |
| 1607 | 2026-07-22T20:21:31.027Z | Compiling hubpack v0.1.2 |
| 1608 | 2026-07-22T20:21:31.042Z | Compiling signal-hook-mio v0.2.5 |
| 1609 | 2026-07-22T20:21:31.133Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-07-22T20:21:31.176Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-07-22T20:21:31.190Z | Compiling usdt-macro v0.6.0 |
| 1612 | 2026-07-22T20:21:31.264Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-07-22T20:21:31.406Z | Compiling futures v0.3.32 |
| 1614 | 2026-07-22T20:21:31.434Z | Compiling cipher v0.5.2 |
| 1615 | 2026-07-22T20:21:31.487Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-22T20:21:31.523Z | Compiling postgres-types v0.2.12 |
| 1617 | 2026-07-22T20:21:31.758Z | Compiling zstd v0.13.3 |
| 1618 | 2026-07-22T20:21:31.815Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-22T20:21:31.997Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-22T20:21:32.010Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-22T20:21:32.037Z | Compiling pkcs1 v0.7.5 |
| 1622 | 2026-07-22T20:21:32.051Z | Compiling olpc-cjson v0.1.4 |
| 1623 | 2026-07-22T20:21:32.151Z | Compiling serde_plain v1.0.2 |
| 1624 | 2026-07-22T20:21:32.158Z | Compiling serde-big-array v0.5.1 |
| 1625 | 2026-07-22T20:21:32.231Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-22T20:21:32.286Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-22T20:21:32.319Z | Compiling clap_derive v4.6.1 |
| 1628 | 2026-07-22T20:21:32.422Z | Compiling serde_repr v0.1.20 |
| 1629 | 2026-07-22T20:21:32.449Z | Compiling async-recursion v1.1.1 |
| 1630 | 2026-07-22T20:21:32.515Z | Compiling strum_macros v0.26.4 |
| 1631 | 2026-07-22T20:21:32.664Z | Compiling enum-as-inner v0.6.1 |
| 1632 | 2026-07-22T20:21:32.778Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-22T20:21:32.809Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-22T20:21:32.913Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-22T20:21:32.967Z | Compiling thread-id v4.2.2 |
| 1636 | 2026-07-22T20:21:32.982Z | Compiling memmap2 v0.9.10 |
| 1637 | 2026-07-22T20:21:33.003Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-22T20:21:33.065Z | Compiling cpufeatures v0.3.0 |
| 1639 | 2026-07-22T20:21:33.151Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-07-22T20:21:33.151Z | Compiling predicates-core v1.0.10 |
| 1641 | 2026-07-22T20:21:33.210Z | Compiling new_debug_unreachable v1.0.6 |
| 1642 | 2026-07-22T20:21:33.224Z | Compiling winnow v1.0.3 |
| 1643 | 2026-07-22T20:21:33.251Z | Compiling static_assertions v1.1.0 |
| 1644 | 2026-07-22T20:21:33.291Z | Compiling precomputed-hash v0.1.1 |
| 1645 | 2026-07-22T20:21:33.319Z | Compiling jiff v0.2.21 |
| 1646 | 2026-07-22T20:21:33.335Z | Compiling fixedbitset v0.5.7 |
| 1647 | 2026-07-22T20:21:33.358Z | Compiling hyper v1.10.1 |
| 1648 | 2026-07-22T20:21:33.387Z | Compiling data-encoding v2.10.0 |
| 1649 | 2026-07-22T20:21:33.401Z | Compiling either v1.15.0 |
| 1650 | 2026-07-22T20:21:33.477Z | Compiling keccak v0.1.6 |
| 1651 | 2026-07-22T20:21:33.570Z | Compiling typed-path v0.9.3 |
| 1652 | 2026-07-22T20:21:33.590Z | Compiling const-oid v0.10.2 |
| 1653 | 2026-07-22T20:21:33.634Z | Compiling normalize-line-endings v0.3.0 |
| 1654 | 2026-07-22T20:21:33.663Z | Compiling difflib v0.4.0 |
| 1655 | 2026-07-22T20:21:33.678Z | Compiling whoami v2.1.0 |
| 1656 | 2026-07-22T20:21:33.750Z | Compiling hickory-proto v0.25.2 |
| 1657 | 2026-07-22T20:21:33.811Z | Compiling digest v0.11.3 |
| 1658 | 2026-07-22T20:21:34.065Z | Compiling tokio-postgres v0.7.16 |
| 1659 | 2026-07-22T20:21:34.106Z | Compiling predicates v3.1.4 |
| 1660 | 2026-07-22T20:21:34.178Z | Compiling sha3 v0.10.8 |
| 1661 | 2026-07-22T20:21:34.212Z | Compiling clap v4.6.1 |
| 1662 | 2026-07-22T20:21:34.234Z | Compiling itertools v0.13.0 |
| 1663 | 2026-07-22T20:21:34.258Z | Compiling petgraph v0.8.3 |
| 1664 | 2026-07-22T20:21:34.284Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1665 | 2026-07-22T20:21:34.322Z | Compiling strum v0.26.3 |
| 1666 | 2026-07-22T20:21:34.409Z | Compiling toml_edit v0.22.27 |
| 1667 | 2026-07-22T20:21:34.421Z | Compiling string_cache v0.8.9 |
| 1668 | 2026-07-22T20:21:34.456Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1669 | 2026-07-22T20:21:34.566Z | Compiling hyper-util v0.1.20 |
| 1670 | 2026-07-22T20:21:34.667Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-07-22T20:21:34.758Z | Compiling elliptic-curve v0.13.8 |
| 1672 | 2026-07-22T20:21:34.815Z | Compiling env_logger v0.11.9 |
| 1673 | 2026-07-22T20:21:34.953Z | Compiling usdt v0.6.0 |
| 1674 | 2026-07-22T20:21:35.018Z | Compiling chacha20 v0.10.0 |
| 1675 | 2026-07-22T20:21:35.218Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-22T20:21:35.229Z | Compiling serde_with v3.21.0 |
| 1677 | 2026-07-22T20:21:35.238Z | Compiling crossterm v0.28.1 |
| 1678 | 2026-07-22T20:21:35.410Z | Compiling toml v0.7.8 |
| 1679 | 2026-07-22T20:21:35.538Z | Compiling rsa v0.9.10 |
| 1680 | 2026-07-22T20:21:35.826Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-07-22T20:21:36.021Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-22T20:21:36.222Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-07-22T20:21:36.270Z | Compiling zip v4.6.1 |
| 1684 | 2026-07-22T20:21:36.397Z | Compiling zip v0.6.6 |
| 1685 | 2026-07-22T20:21:36.496Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-22T20:21:36.795Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-22T20:21:36.954Z | Compiling similar v2.7.0 |
| 1688 | 2026-07-22T20:21:36.987Z | Compiling heck v0.4.1 |
| 1689 | 2026-07-22T20:21:37.068Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-22T20:21:38.038Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-22T20:21:38.078Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-22T20:21:38.078Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-22T20:21:38.078Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-22T20:21:38.078Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-22T20:21:38.078Z | Compiling lalrpop-util v0.19.12 |
| 1696 | 2026-07-22T20:21:38.079Z | Compiling peg-runtime v0.8.5 |
| 1697 | 2026-07-22T20:21:38.079Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-22T20:21:38.079Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-22T20:21:38.079Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-22T20:21:38.079Z | Compiling filetime v0.2.27 |
| 1701 | 2026-07-22T20:21:38.079Z | Compiling is-terminal v0.4.17 |
| 1702 | 2026-07-22T20:21:38.079Z | Compiling term v1.2.1 |
| 1703 | 2026-07-22T20:21:38.079Z | Compiling take_mut v0.2.2 |
| 1704 | 2026-07-22T20:21:38.079Z | Compiling xattr v1.6.1 |
| 1705 | 2026-07-22T20:21:38.079Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-22T20:21:38.079Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-22T20:21:38.151Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-22T20:21:55.697Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-22T20:21:58.368Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-22T20:21:58.368Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-22T20:21:58.368Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-22T20:21:58.568Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-22T20:21:58.759Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-22T20:22:00.903Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-22T20:22:01.144Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-22T20:22:03.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.71s |
| 1717 | 2026-07-22T20:22:04.088Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-22T20:22:04.152Z | Jul 22 20:22:02.767 INFO Starting download, target: Console |
| 1719 | 2026-07-22T20:22:04.152Z | Jul 22 20:22:02.768 INFO Starting download, target: Clickhouse |
| 1720 | 2026-07-22T20:22:04.152Z | Jul 22 20:22:02.768 INFO Starting download, target: DendriteStub |
| 1721 | 2026-07-22T20:22:04.166Z | Jul 22 20:22:02.768 INFO Starting download, target: Cockroach |
| 1722 | 2026-07-22T20:22:04.166Z | Jul 22 20:22:02.768 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-22T20:22:04.166Z | Jul 22 20:22:02.768 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-22T20:22:04.166Z | Jul 22 20:22:02.768 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-22T20:22:04.166Z | Jul 22 20:22:02.768 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1726 | 2026-07-22T20:22:04.166Z | Jul 22 20:22:02.768 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-07-22T20:22:04.167Z | Jul 22 20:22:02.768 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-07-22T20:22:04.167Z | Jul 22 20:22:02.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-07-22T20:22:04.167Z | Jul 22 20:22:02.768 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-22T20:22:04.167Z | Jul 22 20:22:02.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-07-22T20:22:04.167Z | Jul 22 20:22:02.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-07-22T20:22:04.781Z | Jul 22 20:22:03.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-22T20:22:05.018Z | Jul 22 20:22:03.607 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-22T20:22:06.002Z | Jul 22 20:22:04.609 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-07-22T20:22:06.113Z | Jul 22 20:22:04.741 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1736 | 2026-07-22T20:22:06.316Z | Jul 22 20:22:04.938 INFO Download complete, target: Console |
| 1737 | 2026-07-22T20:22:06.385Z | Jul 22 20:22:05.015 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1738 | 2026-07-22T20:22:06.442Z | Jul 22 20:22:05.071 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1739 | 2026-07-22T20:22:06.508Z | Jul 22 20:22:05.141 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-22T20:22:07.976Z | Jul 22 20:22:06.596 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-07-22T20:22:07.976Z | Jul 22 20:22:06.596 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-07-22T20:22:08.475Z | Jul 22 20:22:07.104 INFO Download complete, target: MaghemiteDdmd |
| 1743 | 2026-07-22T20:22:09.081Z | Jul 22 20:22:07.688 INFO Download complete, target: DendriteStub |
| 1744 | 2026-07-22T20:22:09.350Z | Jul 22 20:22:07.940 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-07-22T20:22:12.643Z | Jul 22 20:22:11.277 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-07-22T20:22:12.768Z | Jul 22 20:22:11.402 INFO Download complete, target: Cockroach |
| 1747 | 2026-07-22T20:22:12.958Z | Jul 22 20:22:11.593 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-07-22T20:22:13.042Z | Jul 22 20:22:11.676 INFO Download complete, target: Clickhouse |
| 1749 | 2026-07-22T20:22:13.047Z | All prerequisites installed successfully |
| 1750 | 2026-07-22T20:22:13.050Z | |
| 1751 | 2026-07-22T20:22:13.050Z | real 1:46.062474578 |
| 1752 | 2026-07-22T20:22:13.050Z | user 6:36.202212018 |
| 1753 | 2026-07-22T20:22:13.050Z | sys 1:38.905578776 |
| 1754 | 2026-07-22T20:22:13.050Z | trap 0.262840808 |
| 1755 | 2026-07-22T20:22:13.051Z | tflt 0.757836008 |
| 1756 | 2026-07-22T20:22:13.051Z | dflt 1.512180365 |
| 1757 | 2026-07-22T20:22:13.051Z | kflt 0.021945334 |
| 1758 | 2026-07-22T20:22:13.051Z | lock 23:03.175411965 |
| 1759 | 2026-07-22T20:22:13.051Z | slp 18:02.437383837 |
| 1760 | 2026-07-22T20:22:13.051Z | lat 23.881353116 |
| 1761 | 2026-07-22T20:22:13.051Z | stop 2:44.840340184 |
| 1762 | 2026-07-22T20:22:13.051Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-22T20:22:13.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1764 | 2026-07-22T20:22:13.521Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-22T20:22:14.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1766 | 2026-07-22T20:22:14.319Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-22T20:22:14.384Z | Jul 22 20:22:12.981 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-22T20:22:14.406Z | Jul 22 20:22:12.981 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-22T20:22:15.630Z | Jul 22 20:22:14.237 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-22T20:22:15.671Z | |
| 1771 | 2026-07-22T20:22:15.671Z | real 2.551714291 |
| 1772 | 2026-07-22T20:22:15.671Z | user 1.272091102 |
| 1773 | 2026-07-22T20:22:15.672Z | sys 0.612760975 |
| 1774 | 2026-07-22T20:22:15.672Z | trap 0.000672070 |
| 1775 | 2026-07-22T20:22:15.672Z | tflt 0.000066630 |
| 1776 | 2026-07-22T20:22:15.672Z | dflt 0.000134380 |
| 1777 | 2026-07-22T20:22:15.672Z | kflt 0.000000000 |
| 1778 | 2026-07-22T20:22:15.672Z | lock 23.293696941 |
| 1779 | 2026-07-22T20:22:15.672Z | slp 1.088894387 |
| 1780 | 2026-07-22T20:22:15.672Z | lat 0.089478731 |
| 1781 | 2026-07-22T20:22:15.672Z | stop 0.000195660 |
| 1782 | 2026-07-22T20:22:15.672Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-22T20:22:15.672Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-22T20:22:15.672Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-22T20:22:16.469Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-22T20:22:16.469Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-22T20:22:16.469Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-22T20:22:16.469Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-22T20:22:16.473Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-22T20:22:16.473Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-22T20:22:16.473Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-22T20:22:16.473Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-22T20:22:16.473Z | Compiling find-msvc-tools v0.1.9 |
| 1794 | 2026-07-22T20:22:16.473Z | Compiling shlex v1.3.0 |
| 1795 | 2026-07-22T20:22:16.614Z | Compiling zmij v1.0.21 |
| 1796 | 2026-07-22T20:22:16.619Z | Compiling memchr v2.8.0 |
| 1797 | 2026-07-22T20:22:16.619Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-22T20:22:16.619Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-22T20:22:16.758Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-22T20:22:16.812Z | Compiling zerocopy v0.8.40 |
| 1801 | 2026-07-22T20:22:16.841Z | Compiling getrandom v0.4.1 |
| 1802 | 2026-07-22T20:22:16.857Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-22T20:22:16.907Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-22T20:22:16.923Z | Compiling icu_properties_data v2.1.2 |
| 1805 | 2026-07-22T20:22:17.125Z | Compiling icu_normalizer_data v2.1.1 |
| 1806 | 2026-07-22T20:22:17.157Z | Compiling smallvec v1.15.1 |
| 1807 | 2026-07-22T20:22:17.160Z | Compiling num-traits v0.2.19 |
| 1808 | 2026-07-22T20:22:17.160Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-22T20:22:17.198Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-22T20:22:17.201Z | Compiling log v0.4.29 |
| 1811 | 2026-07-22T20:22:17.259Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-22T20:22:17.263Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-22T20:22:17.372Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-22T20:22:17.422Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-22T20:22:17.433Z | Compiling scopeguard v1.2.0 |
| 1816 | 2026-07-22T20:22:17.513Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-07-22T20:22:17.553Z | Compiling jobserver v0.1.34 |
| 1818 | 2026-07-22T20:22:17.614Z | Compiling errno v0.3.14 |
| 1819 | 2026-07-22T20:22:17.702Z | Compiling lock_api v0.4.14 |
| 1820 | 2026-07-22T20:22:17.747Z | Compiling getrandom v0.3.4 |
| 1821 | 2026-07-22T20:22:17.747Z | Compiling thiserror v2.0.18 |
| 1822 | 2026-07-22T20:22:17.776Z | Compiling pin-project-lite v0.2.17 |
| 1823 | 2026-07-22T20:22:17.809Z | Compiling cc v1.2.56 |
| 1824 | 2026-07-22T20:22:17.866Z | Compiling writeable v0.6.2 |
| 1825 | 2026-07-22T20:22:17.884Z | Compiling syn v2.0.117 |
| 1826 | 2026-07-22T20:22:17.900Z | Compiling fnv v1.0.7 |
| 1827 | 2026-07-22T20:22:17.904Z | Compiling percent-encoding v2.3.2 |
| 1828 | 2026-07-22T20:22:17.930Z | Compiling equivalent v1.0.2 |
| 1829 | 2026-07-22T20:22:17.948Z | Compiling litemap v0.8.1 |
| 1830 | 2026-07-22T20:22:17.953Z | Compiling getrandom v0.2.17 |
| 1831 | 2026-07-22T20:22:18.059Z | Compiling rustversion v1.0.22 |
| 1832 | 2026-07-22T20:22:18.092Z | Compiling schemars v0.8.22 |
| 1833 | 2026-07-22T20:22:18.137Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-22T20:22:18.188Z | Compiling dunce v1.0.5 |
| 1835 | 2026-07-22T20:22:18.198Z | Compiling fs_extra v1.3.0 |
| 1836 | 2026-07-22T20:22:18.203Z | Compiling critical-section v1.2.0 |
| 1837 | 2026-07-22T20:22:18.213Z | Compiling rustix v1.1.3 |
| 1838 | 2026-07-22T20:22:18.391Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-22T20:22:18.469Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-22T20:22:18.544Z | Compiling strsim v0.11.1 |
| 1841 | 2026-07-22T20:22:18.560Z | Compiling cmake v0.1.57 |
| 1842 | 2026-07-22T20:22:18.588Z | Compiling utf8_iter v1.0.4 |
| 1843 | 2026-07-22T20:22:18.623Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-07-22T20:22:18.862Z | Compiling semver v1.0.28 |
| 1845 | 2026-07-22T20:22:18.892Z | Compiling indexmap v2.14.0 |
| 1846 | 2026-07-22T20:22:18.936Z | Compiling bitflags v2.11.0 |
| 1847 | 2026-07-22T20:22:18.952Z | Compiling heck v0.5.0 |
| 1848 | 2026-07-22T20:22:18.980Z | Compiling parking_lot v0.12.5 |
| 1849 | 2026-07-22T20:22:18.996Z | Compiling form_urlencoded v1.2.2 |
| 1850 | 2026-07-22T20:22:19.119Z | Compiling mio v1.2.0 |
| 1851 | 2026-07-22T20:22:19.142Z | Compiling aws-lc-sys v0.40.0 |
| 1852 | 2026-07-22T20:22:19.158Z | Compiling socket2 v0.6.3 |
| 1853 | 2026-07-22T20:22:19.174Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-07-22T20:22:19.179Z | Compiling aws-lc-rs v1.16.3 |
| 1855 | 2026-07-22T20:22:19.243Z | Compiling futures-core v0.3.32 |
| 1856 | 2026-07-22T20:22:19.335Z | Compiling httparse v1.10.1 |
| 1857 | 2026-07-22T20:22:19.501Z | Compiling ucd-trie v0.1.7 |
| 1858 | 2026-07-22T20:22:19.558Z | Compiling thiserror v1.0.69 |
| 1859 | 2026-07-22T20:22:19.649Z | Compiling byteorder v1.5.0 |
| 1860 | 2026-07-22T20:22:19.682Z | Compiling pest v2.8.6 |
| 1861 | 2026-07-22T20:22:19.759Z | Compiling syn v1.0.109 |
| 1862 | 2026-07-22T20:22:19.775Z | Compiling vcpkg v0.2.15 |
| 1863 | 2026-07-22T20:22:19.791Z | Compiling const-oid v0.9.6 |
| 1864 | 2026-07-22T20:22:19.793Z | Compiling regex-syntax v0.8.10 |
| 1865 | 2026-07-22T20:22:19.905Z | Compiling iana-time-zone v0.1.65 |
| 1866 | 2026-07-22T20:22:20.106Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-22T20:22:20.274Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-22T20:22:20.293Z | Compiling futures-sink v0.3.32 |
| 1869 | 2026-07-22T20:22:20.343Z | Compiling openssl-sys v0.9.115 |
| 1870 | 2026-07-22T20:22:20.361Z | Compiling rustls v0.23.41 |
| 1871 | 2026-07-22T20:22:20.410Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-07-22T20:22:20.498Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-22T20:22:20.526Z | Compiling slab v0.4.12 |
| 1874 | 2026-07-22T20:22:20.563Z | Compiling futures-task v0.3.32 |
| 1875 | 2026-07-22T20:22:20.695Z | Compiling synstructure v0.13.2 |
| 1876 | 2026-07-22T20:22:20.710Z | Compiling serde_derive_internals v0.29.1 |
| 1877 | 2026-07-22T20:22:20.752Z | Compiling futures-io v0.3.32 |
| 1878 | 2026-07-22T20:22:20.883Z | Compiling pest_meta v2.8.6 |
| 1879 | 2026-07-22T20:22:20.916Z | Compiling dyn-clone v1.0.20 |
| 1880 | 2026-07-22T20:22:21.110Z | Compiling time-core v0.1.8 |
| 1881 | 2026-07-22T20:22:21.128Z | Compiling plain v0.2.3 |
| 1882 | 2026-07-22T20:22:21.128Z | Compiling num-conv v0.2.0 |
| 1883 | 2026-07-22T20:22:21.128Z | Compiling crc32fast v1.5.0 |
| 1884 | 2026-07-22T20:22:21.162Z | Compiling crossbeam-utils v0.8.21 |
| 1885 | 2026-07-22T20:22:21.179Z | Compiling base64 v0.22.1 |
| 1886 | 2026-07-22T20:22:21.185Z | Compiling time-macros v0.2.27 |
| 1887 | 2026-07-22T20:22:21.302Z | Compiling openssl v0.10.79 |
| 1888 | 2026-07-22T20:22:21.369Z | Compiling regex-automata v0.4.14 |
| 1889 | 2026-07-22T20:22:21.373Z | Compiling pretty-hex v0.4.1 |
| 1890 | 2026-07-22T20:22:21.401Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1891 | 2026-07-22T20:22:21.490Z | Compiling pest_generator v2.8.6 |
| 1892 | 2026-07-22T20:22:21.531Z | Compiling native-tls v0.2.18 |
| 1893 | 2026-07-22T20:22:21.616Z | Compiling anyhow v1.0.102 |
| 1894 | 2026-07-22T20:22:21.685Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-22T20:22:21.796Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-22T20:22:21.847Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-22T20:22:21.967Z | Compiling cookie v0.18.1 |
| 1898 | 2026-07-22T20:22:21.998Z | Compiling serde_derive v1.0.228 |
| 1899 | 2026-07-22T20:22:22.012Z | Compiling zeroize_derive v1.4.3 |
| 1900 | 2026-07-22T20:22:22.031Z | Compiling zerofrom-derive v0.1.6 |
| 1901 | 2026-07-22T20:22:22.112Z | Compiling yoke-derive v0.8.1 |
| 1902 | 2026-07-22T20:22:22.152Z | Compiling zerovec-derive v0.11.2 |
| 1903 | 2026-07-22T20:22:22.164Z | Compiling displaydoc v0.2.5 |
| 1904 | 2026-07-22T20:22:22.180Z | Compiling zerocopy-derive v0.8.40 |
| 1905 | 2026-07-22T20:22:22.185Z | Compiling tokio-macros v2.7.0 |
| 1906 | 2026-07-22T20:22:22.215Z | Compiling futures-macro v0.3.32 |
| 1907 | 2026-07-22T20:22:22.228Z | Compiling thiserror-impl v2.0.18 |
| 1908 | 2026-07-22T20:22:22.455Z | Compiling schemars_derive v0.8.22 |
| 1909 | 2026-07-22T20:22:22.636Z | Compiling zeroize v1.8.2 |
| 1910 | 2026-07-22T20:22:22.904Z | Compiling tracing-attributes v0.1.31 |
| 1911 | 2026-07-22T20:22:22.920Z | Compiling der_derive v0.7.3 |
| 1912 | 2026-07-22T20:22:23.007Z | Compiling thiserror-impl v1.0.69 |
| 1913 | 2026-07-22T20:22:23.106Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-07-22T20:22:23.173Z | Compiling zerofrom v0.1.6 |
| 1915 | 2026-07-22T20:22:23.314Z | Compiling yoke v0.8.1 |
| 1916 | 2026-07-22T20:22:23.411Z | Compiling futures-util v0.3.32 |
| 1917 | 2026-07-22T20:22:23.522Z | Compiling crypto-common v0.1.7 |
| 1918 | 2026-07-22T20:22:23.547Z | Compiling zerovec v0.11.5 |
| 1919 | 2026-07-22T20:22:23.570Z | Compiling zerotrie v0.2.3 |
| 1920 | 2026-07-22T20:22:23.651Z | Compiling block-buffer v0.10.4 |
| 1921 | 2026-07-22T20:22:23.965Z | Compiling digest v0.10.7 |
| 1922 | 2026-07-22T20:22:24.031Z | Compiling scroll_derive v0.12.1 |
| 1923 | 2026-07-22T20:22:24.047Z | Compiling tinystr v0.8.2 |
| 1924 | 2026-07-22T20:22:24.120Z | Compiling potential_utf v0.1.4 |
| 1925 | 2026-07-22T20:22:24.136Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-07-22T20:22:24.197Z | Compiling openssl-macros v0.1.1 |
| 1927 | 2026-07-22T20:22:24.255Z | Compiling icu_locale_core v2.1.1 |
| 1928 | 2026-07-22T20:22:24.271Z | Compiling icu_collections v2.1.1 |
| 1929 | 2026-07-22T20:22:24.333Z | Compiling regex v1.12.3 |
| 1930 | 2026-07-22T20:22:24.741Z | Compiling zerocopy-derive v0.7.35 |
| 1931 | 2026-07-22T20:22:24.760Z | Compiling camino v1.2.2 |
| 1932 | 2026-07-22T20:22:24.808Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-22T20:22:24.922Z | Compiling icu_provider v2.1.1 |
| 1934 | 2026-07-22T20:22:25.071Z | Compiling bytes v1.11.1 |
| 1935 | 2026-07-22T20:22:25.109Z | Compiling chrono v0.4.45 |
| 1936 | 2026-07-22T20:22:25.144Z | Compiling serde_tokenstream v0.2.3 |
| 1937 | 2026-07-22T20:22:25.169Z | Compiling icu_properties v2.1.2 |
| 1938 | 2026-07-22T20:22:25.196Z | Compiling icu_normalizer v2.1.1 |
| 1939 | 2026-07-22T20:22:25.546Z | Compiling pem-rfc7468 v0.7.0 |
| 1940 | 2026-07-22T20:22:25.639Z | Compiling tokio v1.52.1 |
| 1941 | 2026-07-22T20:22:25.672Z | Compiling http v1.4.2 |
| 1942 | 2026-07-22T20:22:25.980Z | Compiling tracing v0.1.44 |
| 1943 | 2026-07-22T20:22:26.285Z | Compiling idna_adapter v1.2.1 |
| 1944 | 2026-07-22T20:22:26.475Z | Compiling idna v1.1.0 |
| 1945 | 2026-07-22T20:22:26.521Z | Compiling ppv-lite86 v0.2.21 |
| 1946 | 2026-07-22T20:22:26.784Z | Compiling url v2.5.8 |
| 1947 | 2026-07-22T20:22:26.854Z | Compiling flagset v0.4.7 |
| 1948 | 2026-07-22T20:22:26.894Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-07-22T20:22:26.992Z | Compiling der v0.7.10 |
| 1950 | 2026-07-22T20:22:27.008Z | Compiling http-body v1.0.1 |
| 1951 | 2026-07-22T20:22:27.031Z | Compiling rustls-pki-types v1.14.0 |
| 1952 | 2026-07-22T20:22:27.452Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-22T20:22:27.672Z | Compiling usdt-impl v0.6.0 |
| 1954 | 2026-07-22T20:22:27.702Z | Compiling either v1.15.0 |
| 1955 | 2026-07-22T20:22:27.702Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-07-22T20:22:27.725Z | Compiling ref-cast v1.0.25 |
| 1957 | 2026-07-22T20:22:27.758Z | Compiling paste v1.0.15 |
| 1958 | 2026-07-22T20:22:27.779Z | Compiling fastrand v2.3.0 |
| 1959 | 2026-07-22T20:22:27.826Z | Compiling cmov v0.5.4 |
| 1960 | 2026-07-22T20:22:28.026Z | Compiling tinyvec_macros v0.1.1 |
| 1961 | 2026-07-22T20:22:28.106Z | Compiling tinyvec v1.10.0 |
| 1962 | 2026-07-22T20:22:28.136Z | Compiling ctutils v0.4.2 |
| 1963 | 2026-07-22T20:22:28.204Z | Compiling spki v0.7.3 |
| 1964 | 2026-07-22T20:22:28.407Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-22T20:22:28.485Z | Compiling serde_spanned v0.6.9 |
| 1966 | 2026-07-22T20:22:28.508Z | Compiling toml_datetime v0.6.11 |
| 1967 | 2026-07-22T20:22:28.519Z | Compiling scroll v0.13.0 |
| 1968 | 2026-07-22T20:22:28.603Z | Compiling scroll v0.12.0 |
| 1969 | 2026-07-22T20:22:28.617Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-22T20:22:28.635Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-22T20:22:28.710Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-22T20:22:28.726Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-07-22T20:22:28.765Z | Compiling atomic-waker v1.1.2 |
| 1974 | 2026-07-22T20:22:28.779Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-07-22T20:22:28.801Z | Compiling untrusted v0.7.1 |
| 1976 | 2026-07-22T20:22:28.883Z | Compiling rustix v0.38.44 |
| 1977 | 2026-07-22T20:22:28.897Z | Compiling zstd-safe v7.2.4 |
| 1978 | 2026-07-22T20:22:28.911Z | Compiling winnow v0.7.14 |
| 1979 | 2026-07-22T20:22:28.930Z | Compiling litrs v1.0.0 |
| 1980 | 2026-07-22T20:22:28.944Z | Compiling cpufeatures v0.2.17 |
| 1981 | 2026-07-22T20:22:28.991Z | Compiling tower-service v0.3.3 |
| 1982 | 2026-07-22T20:22:29.001Z | Compiling winnow v1.0.3 |
| 1983 | 2026-07-22T20:22:29.034Z | Compiling try-lock v0.2.5 |
| 1984 | 2026-07-22T20:22:29.091Z | Compiling goblin v0.8.2 |
| 1985 | 2026-07-22T20:22:29.142Z | Compiling want v0.3.1 |
| 1986 | 2026-07-22T20:22:29.183Z | Compiling goblin v0.10.5 |
| 1987 | 2026-07-22T20:22:29.311Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1988 | 2026-07-22T20:22:29.391Z | Compiling document-features v0.2.12 |
| 1989 | 2026-07-22T20:22:29.426Z | Compiling hybrid-array v0.4.13 |
| 1990 | 2026-07-22T20:22:29.521Z | Compiling tokio-util v0.7.18 |
| 1991 | 2026-07-22T20:22:29.888Z | Compiling zerocopy v0.7.35 |
| 1992 | 2026-07-22T20:22:30.240Z | Compiling h2 v0.4.15 |
| 1993 | 2026-07-22T20:22:30.287Z | Compiling ipnet v2.11.0 |
| 1994 | 2026-07-22T20:22:30.325Z | Compiling ref-cast-impl v1.0.25 |
| 1995 | 2026-07-22T20:22:30.343Z | Compiling darling_core v0.20.11 |
| 1996 | 2026-07-22T20:22:30.362Z | Compiling curve25519-dalek v4.1.3 |
| 1997 | 2026-07-22T20:22:30.444Z | Compiling memoffset v0.9.1 |
| 1998 | 2026-07-22T20:22:30.637Z | Compiling winnow v0.5.40 |
| 1999 | 2026-07-22T20:22:30.679Z | Compiling powerfmt v0.2.0 |
| 2000 | 2026-07-22T20:22:30.904Z | Compiling untrusted v0.9.0 |
| 2001 | 2026-07-22T20:22:31.027Z | Compiling utf8parse v0.2.2 |
| 2002 | 2026-07-22T20:22:31.063Z | Compiling httpdate v1.0.3 |
| 2003 | 2026-07-22T20:22:31.099Z | Compiling foreign-types-shared v0.1.1 |
| 2004 | 2026-07-22T20:22:31.160Z | Compiling tempfile v3.25.0 |
| 2005 | 2026-07-22T20:22:31.174Z | Compiling foreign-types v0.3.2 |
| 2006 | 2026-07-22T20:22:31.193Z | Compiling deranged v0.5.8 |
| 2007 | 2026-07-22T20:22:31.402Z | Compiling dof v0.3.0 |
| 2008 | 2026-07-22T20:22:31.510Z | Compiling unicode-normalization v0.1.25 |
| 2009 | 2026-07-22T20:22:31.745Z | Compiling pkcs8 v0.10.2 |
| 2010 | 2026-07-22T20:22:31.896Z | Compiling dtrace-parser v0.2.0 |
| 2011 | 2026-07-22T20:22:31.998Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-07-22T20:22:32.007Z | Compiling dof v0.4.0 |
| 2013 | 2026-07-22T20:22:32.353Z | Compiling dtrace-parser v0.3.0 |
| 2014 | 2026-07-22T20:22:32.368Z | Compiling darling_macro v0.20.11 |
| 2015 | 2026-07-22T20:22:32.469Z | Compiling daft-derive v0.1.7 |
| 2016 | 2026-07-22T20:22:32.609Z | Compiling pin-project-internal v1.1.11 |
| 2017 | 2026-07-22T20:22:32.766Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-22T20:22:32.873Z | Compiling thread-id v5.1.0 |
| 2019 | 2026-07-22T20:22:32.926Z | Compiling thread-id v4.2.2 |
| 2020 | 2026-07-22T20:22:32.949Z | Compiling anstyle v1.0.14 |
| 2021 | 2026-07-22T20:22:32.964Z | Compiling cfg_aliases v0.2.1 |
| 2022 | 2026-07-22T20:22:33.017Z | Compiling smoltcp v0.9.1 |
| 2023 | 2026-07-22T20:22:33.067Z | Compiling num_threads v0.1.7 |
| 2024 | 2026-07-22T20:22:33.139Z | Compiling num-bigint-dig v0.8.6 |
| 2025 | 2026-07-22T20:22:33.189Z | Compiling nix v0.31.2 |
| 2026 | 2026-07-22T20:22:33.280Z | Compiling time v0.3.47 |
| 2027 | 2026-07-22T20:22:33.381Z | Compiling hyper v1.10.1 |
| 2028 | 2026-07-22T20:22:33.445Z | Compiling darling v0.20.11 |
| 2029 | 2026-07-22T20:22:33.636Z | Compiling sha2 v0.10.9 |
| 2030 | 2026-07-22T20:22:33.837Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-22T20:22:33.909Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-22T20:22:33.993Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-07-22T20:22:34.074Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2034 | 2026-07-22T20:22:34.243Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-22T20:22:34.266Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-22T20:22:34.281Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-22T20:22:34.387Z | Compiling siphasher v1.0.2 |
| 2038 | 2026-07-22T20:22:34.528Z | Compiling hyper-util v0.1.20 |
| 2039 | 2026-07-22T20:22:34.589Z | Compiling simd-adler32 v0.3.8 |
| 2040 | 2026-07-22T20:22:34.679Z | Compiling bit-vec v0.8.0 |
| 2041 | 2026-07-22T20:22:34.703Z | Compiling colorchoice v1.0.4 |
| 2042 | 2026-07-22T20:22:34.835Z | Compiling is_terminal_polyfill v1.70.2 |
| 2043 | 2026-07-22T20:22:34.923Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-07-22T20:22:34.986Z | Compiling quick-error v1.2.3 |
| 2045 | 2026-07-22T20:22:35.101Z | Compiling rusty-fork v0.3.1 |
| 2046 | 2026-07-22T20:22:35.571Z | Compiling bit-set v0.8.0 |
| 2047 | 2026-07-22T20:22:35.630Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-22T20:22:36.146Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-22T20:22:36.189Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-22T20:22:36.192Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-22T20:22:36.348Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-07-22T20:22:36.369Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-07-22T20:22:36.382Z | Compiling rand_xorshift v0.4.0 |
| 2054 | 2026-07-22T20:22:36.388Z | Compiling darling_macro v0.23.0 |
| 2055 | 2026-07-22T20:22:36.560Z | Compiling fs-err v3.3.0 |
| 2056 | 2026-07-22T20:22:36.635Z | Compiling ahash v0.8.12 |
| 2057 | 2026-07-22T20:22:36.692Z | Compiling unicode-bidi v0.3.18 |
| 2058 | 2026-07-22T20:22:36.810Z | Compiling object v0.37.3 |
| 2059 | 2026-07-22T20:22:36.888Z | Compiling unicode-properties v0.1.4 |
| 2060 | 2026-07-22T20:22:36.904Z | Compiling adler2 v2.0.1 |
| 2061 | 2026-07-22T20:22:36.973Z | Compiling ryu v1.0.23 |
| 2062 | 2026-07-22T20:22:37.061Z | Compiling iri-string v0.7.10 |
| 2063 | 2026-07-22T20:22:37.104Z | Compiling unicode-segmentation v1.12.0 |
| 2064 | 2026-07-22T20:22:37.156Z | Compiling allocator-api2 v0.2.21 |
| 2065 | 2026-07-22T20:22:37.206Z | Compiling unarray v0.1.4 |
| 2066 | 2026-07-22T20:22:37.334Z | Compiling proptest v1.10.0 |
| 2067 | 2026-07-22T20:22:37.501Z | Compiling serde_urlencoded v0.7.1 |
| 2068 | 2026-07-22T20:22:37.507Z | Compiling stringprep v0.1.5 |
| 2069 | 2026-07-22T20:22:37.632Z | Compiling miniz_oxide v0.8.9 |
| 2070 | 2026-07-22T20:22:37.745Z | Compiling derive_builder_macro v0.20.2 |
| 2071 | 2026-07-22T20:22:37.867Z | Compiling darling v0.23.0 |
| 2072 | 2026-07-22T20:22:38.000Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-22T20:22:38.030Z | Compiling usdt-macro v0.6.0 |
| 2074 | 2026-07-22T20:22:38.157Z | Compiling usdt-attr-macro v0.6.0 |
| 2075 | 2026-07-22T20:22:38.171Z | Compiling anstyle-parse v1.0.0 |
| 2076 | 2026-07-22T20:22:38.175Z | Compiling block-padding v0.4.2 |
| 2077 | 2026-07-22T20:22:38.203Z | Compiling tower-http v0.6.8 |
| 2078 | 2026-07-22T20:22:38.250Z | Compiling crypto-common v0.2.2 |
| 2079 | 2026-07-22T20:22:38.347Z | Compiling block-buffer v0.12.1 |
| 2080 | 2026-07-22T20:22:38.744Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-22T20:22:38.758Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-22T20:22:38.777Z | Compiling erased-serde v0.3.31 |
| 2083 | 2026-07-22T20:22:38.937Z | Compiling hex v0.4.3 |
| 2084 | 2026-07-22T20:22:38.953Z | Compiling signature v2.2.0 |
| 2085 | 2026-07-22T20:22:38.994Z | Compiling md-5 v0.10.6 |
| 2086 | 2026-07-22T20:22:39.010Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-22T20:22:39.085Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-22T20:22:39.093Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-22T20:22:39.146Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-22T20:22:39.239Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-22T20:22:39.305Z | Compiling fallible-iterator v0.2.0 |
| 2092 | 2026-07-22T20:22:39.365Z | Compiling psl-types v2.0.11 |
| 2093 | 2026-07-22T20:22:39.379Z | Compiling mime v0.3.17 |
| 2094 | 2026-07-22T20:22:39.429Z | Compiling zlib-rs v0.6.2 |
| 2095 | 2026-07-22T20:22:39.495Z | Compiling cpufeatures v0.3.0 |
| 2096 | 2026-07-22T20:22:39.584Z | Compiling postgres-protocol v0.6.10 |
| 2097 | 2026-07-22T20:22:39.636Z | Compiling publicsuffix v2.3.0 |
| 2098 | 2026-07-22T20:22:39.703Z | Compiling num-iter v0.1.45 |
| 2099 | 2026-07-22T20:22:39.801Z | Compiling newtype-uuid v1.3.2 |
| 2100 | 2026-07-22T20:22:40.035Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-22T20:22:40.097Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-22T20:22:40.376Z | Compiling anstream v1.0.0 |
| 2103 | 2026-07-22T20:22:40.424Z | Compiling inout v0.2.2 |
| 2104 | 2026-07-22T20:22:40.429Z | Compiling derive_builder v0.20.2 |
| 2105 | 2026-07-22T20:22:40.455Z | Compiling hyper-tls v0.6.0 |
| 2106 | 2026-07-22T20:22:40.497Z | Compiling serde_with_macros v3.21.0 |
| 2107 | 2026-07-22T20:22:40.564Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-22T20:22:40.605Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-22T20:22:40.670Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-22T20:22:40.735Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-22T20:22:40.752Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-22T20:22:40.883Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-22T20:22:40.896Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-22T20:22:40.941Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-07-22T20:22:40.941Z | Compiling clap_derive v4.6.1 |
| 2116 | 2026-07-22T20:22:40.987Z | Compiling enum-as-inner v0.6.1 |
| 2117 | 2026-07-22T20:22:41.049Z | Compiling serde_repr v0.1.20 |
| 2118 | 2026-07-22T20:22:41.188Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-22T20:22:41.225Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-22T20:22:41.286Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-22T20:22:41.417Z | Compiling same-file v1.0.6 |
| 2122 | 2026-07-22T20:22:41.487Z | Compiling flate2 v1.1.9 |
| 2123 | 2026-07-22T20:22:41.523Z | Compiling libbz2-rs-sys v0.2.2 |
| 2124 | 2026-07-22T20:22:41.562Z | Compiling base16ct v0.2.0 |
| 2125 | 2026-07-22T20:22:41.587Z | Compiling clap_lex v1.0.0 |
| 2126 | 2026-07-22T20:22:41.624Z | Compiling managed v0.8.0 |
| 2127 | 2026-07-22T20:22:41.702Z | Compiling bitflags v1.3.2 |
| 2128 | 2026-07-22T20:22:41.740Z | Compiling foldhash v0.1.5 |
| 2129 | 2026-07-22T20:22:41.811Z | Compiling bumpalo v3.20.2 |
| 2130 | 2026-07-22T20:22:42.018Z | Compiling foldhash v0.2.0 |
| 2131 | 2026-07-22T20:22:42.031Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-07-22T20:22:42.075Z | Compiling hashbrown v0.16.1 |
| 2133 | 2026-07-22T20:22:42.126Z | Compiling bzip2 v0.6.1 |
| 2134 | 2026-07-22T20:22:42.143Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-07-22T20:22:42.341Z | Compiling clap_builder v4.6.0 |
| 2136 | 2026-07-22T20:22:42.476Z | Compiling sec1 v0.7.3 |
| 2137 | 2026-07-22T20:22:42.623Z | Compiling walkdir v2.5.0 |
| 2138 | 2026-07-22T20:22:42.677Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-22T20:22:42.708Z | Compiling group v0.13.0 |
| 2140 | 2026-07-22T20:22:42.783Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-22T20:22:42.911Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-22T20:22:42.983Z | Compiling zstd v0.13.3 |
| 2143 | 2026-07-22T20:22:43.258Z | Compiling phf v0.13.1 |
| 2144 | 2026-07-22T20:22:43.357Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-22T20:22:43.430Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-22T20:22:43.591Z | Compiling cipher v0.5.2 |
| 2147 | 2026-07-22T20:22:43.906Z | Compiling daft v0.1.7 |
| 2148 | 2026-07-22T20:22:43.980Z | Compiling signal-hook-mio v0.2.5 |
| 2149 | 2026-07-22T20:22:43.993Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-22T20:22:44.084Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-22T20:22:44.106Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-22T20:22:44.218Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-22T20:22:44.284Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-22T20:22:44.379Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-22T20:22:44.426Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-22T20:22:44.582Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-22T20:22:44.605Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-22T20:22:44.605Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-22T20:22:44.626Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-22T20:22:44.661Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-22T20:22:44.835Z | Compiling pem v3.0.6 |
| 2162 | 2026-07-22T20:22:44.878Z | Compiling serde_plain v1.0.2 |
| 2163 | 2026-07-22T20:22:44.908Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-07-22T20:22:45.074Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-22T20:22:45.120Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-22T20:22:45.135Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-22T20:22:45.151Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-22T20:22:45.158Z | Compiling keccak v0.1.6 |
| 2169 | 2026-07-22T20:22:45.273Z | Compiling jiff v0.2.21 |
| 2170 | 2026-07-22T20:22:45.357Z | Compiling fixedbitset v0.4.2 |
| 2171 | 2026-07-22T20:22:45.376Z | Compiling static_assertions v1.1.0 |
| 2172 | 2026-07-22T20:22:45.422Z | Compiling data-encoding v2.10.0 |
| 2173 | 2026-07-22T20:22:45.462Z | Compiling new_debug_unreachable v1.0.6 |
| 2174 | 2026-07-22T20:22:45.475Z | Compiling toml_write v0.1.2 |
| 2175 | 2026-07-22T20:22:45.538Z | Compiling predicates-core v1.0.10 |
| 2176 | 2026-07-22T20:22:45.717Z | Compiling fixedbitset v0.5.7 |
| 2177 | 2026-07-22T20:22:45.768Z | Compiling typed-path v0.9.3 |
| 2178 | 2026-07-22T20:22:45.768Z | Compiling normalize-line-endings v0.3.0 |
| 2179 | 2026-07-22T20:22:45.768Z | Compiling whoami v2.1.0 |
| 2180 | 2026-07-22T20:22:45.786Z | Compiling difflib v0.4.0 |
| 2181 | 2026-07-22T20:22:45.804Z | Compiling precomputed-hash v0.1.1 |
| 2182 | 2026-07-22T20:22:45.946Z | Compiling const-oid v0.10.2 |
| 2183 | 2026-07-22T20:22:45.966Z | Compiling tokio-postgres v0.7.16 |
| 2184 | 2026-07-22T20:22:45.983Z | Compiling string_cache v0.8.9 |
| 2185 | 2026-07-22T20:22:45.998Z | Compiling elliptic-curve v0.13.8 |
| 2186 | 2026-07-22T20:22:46.094Z | Compiling predicates v3.1.4 |
| 2187 | 2026-07-22T20:22:46.168Z | Compiling digest v0.11.3 |
| 2188 | 2026-07-22T20:22:46.178Z | Compiling petgraph v0.8.3 |
| 2189 | 2026-07-22T20:22:46.196Z | Compiling hickory-proto v0.25.2 |
| 2190 | 2026-07-22T20:22:46.234Z | Compiling chacha20 v0.10.0 |
| 2191 | 2026-07-22T20:22:46.741Z | Compiling toml_edit v0.22.27 |
| 2192 | 2026-07-22T20:22:46.884Z | Compiling petgraph v0.6.5 |
| 2193 | 2026-07-22T20:22:46.884Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2194 | 2026-07-22T20:22:46.884Z | Compiling env_logger v0.11.9 |
| 2195 | 2026-07-22T20:22:46.884Z | Compiling sha3 v0.10.8 |
| 2196 | 2026-07-22T20:22:46.980Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-22T20:22:47.330Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-22T20:22:47.897Z | Compiling zip v4.6.1 |
| 2199 | 2026-07-22T20:22:48.380Z | Compiling ed25519-dalek v2.2.0 |
| 2200 | 2026-07-22T20:22:48.473Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-22T20:22:49.190Z | Compiling iddqd v0.4.2 |
| 2202 | 2026-07-22T20:22:49.248Z | Compiling crossterm v0.28.1 |
| 2203 | 2026-07-22T20:22:49.248Z | Compiling clap v4.6.1 |
| 2204 | 2026-07-22T20:22:49.248Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-22T20:22:49.248Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-22T20:22:49.248Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-22T20:22:49.375Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-22T20:22:49.517Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-22T20:22:49.548Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-22T20:22:49.548Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-22T20:22:49.797Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-22T20:22:49.908Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-22T20:22:49.931Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-22T20:22:50.412Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-22T20:22:50.620Z | Compiling peg-runtime v0.8.5 |
| 2216 | 2026-07-22T20:22:50.705Z | Compiling lalrpop-util v0.19.12 |
| 2217 | 2026-07-22T20:23:06.140Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-22T20:23:08.233Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-22T20:23:08.289Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-22T20:23:08.305Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-22T20:23:08.373Z | Compiling crucible-workspace-hack v0.1.0 |
| 2222 | 2026-07-22T20:23:08.531Z | Compiling rayon-core v1.13.0 |
| 2223 | 2026-07-22T20:23:08.613Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-22T20:23:08.664Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-22T20:23:08.769Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-22T20:23:08.807Z | Compiling heapless v0.8.0 |
| 2227 | 2026-07-22T20:23:08.859Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2228 | 2026-07-22T20:23:08.988Z | Compiling crossbeam-deque v0.8.6 |
| 2229 | 2026-07-22T20:23:09.035Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-07-22T20:23:09.051Z | Compiling inout v0.1.4 |
| 2231 | 2026-07-22T20:23:09.108Z | Compiling hash32 v0.3.1 |
| 2232 | 2026-07-22T20:23:09.213Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2026-07-22T20:23:09.228Z | Compiling multer v3.1.0 |
| 2234 | 2026-07-22T20:23:09.244Z | Compiling thread_local v1.1.9 |
| 2235 | 2026-07-22T20:23:09.308Z | Compiling structmeta v0.3.0 |
| 2236 | 2026-07-22T20:23:09.323Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2237 | 2026-07-22T20:23:09.326Z | Compiling compression-core v0.4.31 |
| 2238 | 2026-07-22T20:23:09.382Z | Compiling match_cfg v0.1.0 |
| 2239 | 2026-07-22T20:23:09.466Z | Compiling unicode-width v0.2.0 |
| 2240 | 2026-07-22T20:23:09.480Z | Compiling smoltcp v0.11.0 |
| 2241 | 2026-07-22T20:23:09.529Z | Compiling slog-async v2.8.0 |
| 2242 | 2026-07-22T20:23:09.546Z | Compiling derive-ex v0.1.8 |
| 2243 | 2026-07-22T20:23:09.596Z | Compiling proc-macro-crate v3.4.0 |
| 2244 | 2026-07-22T20:23:09.669Z | Compiling compression-codecs v0.4.37 |
| 2245 | 2026-07-22T20:23:09.794Z | Compiling hostname v0.3.1 |
| 2246 | 2026-07-22T20:23:09.825Z | Compiling tokio-rustls v0.26.4 |
| 2247 | 2026-07-22T20:23:09.842Z | Compiling rustls-platform-verifier v0.6.2 |
| 2248 | 2026-07-22T20:23:09.888Z | Compiling tough v0.22.0 |
| 2249 | 2026-07-22T20:23:10.039Z | Compiling cipher v0.4.4 |
| 2250 | 2026-07-22T20:23:10.054Z | Compiling hyper-rustls v0.27.7 |
| 2251 | 2026-07-22T20:23:10.085Z | Compiling atomicwrites v0.4.4 |
| 2252 | 2026-07-22T20:23:10.105Z | Compiling slog-json v2.6.1 |
| 2253 | 2026-07-22T20:23:10.314Z | Compiling reqwest v0.13.2 |
| 2254 | 2026-07-22T20:23:10.377Z | Compiling crossbeam-channel v0.5.15 |
| 2255 | 2026-07-22T20:23:10.393Z | Compiling half v2.7.1 |
| 2256 | 2026-07-22T20:23:10.396Z | Compiling newtype-uuid-macros v0.1.0 |
| 2257 | 2026-07-22T20:23:10.427Z | Compiling darling_macro v0.21.3 |
| 2258 | 2026-07-22T20:23:10.504Z | Compiling cobs v0.3.0 |
| 2259 | 2026-07-22T20:23:10.776Z | Compiling universal-hash v0.5.1 |
| 2260 | 2026-07-22T20:23:10.799Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2261 | 2026-07-22T20:23:10.936Z | Compiling darling v0.21.3 |
| 2262 | 2026-07-22T20:23:10.939Z | Compiling async-stream-impl v0.3.6 |
| 2263 | 2026-07-22T20:23:11.061Z | Compiling ingot-macros v0.1.1 |
| 2264 | 2026-07-22T20:23:11.076Z | Compiling serde_spanned v1.1.1 |
| 2265 | 2026-07-22T20:23:11.079Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2266 | 2026-07-22T20:23:11.157Z | Compiling is-terminal v0.4.17 |
| 2267 | 2026-07-22T20:23:11.249Z | Compiling dropshot v0.17.1 |
| 2268 | 2026-07-22T20:23:11.279Z | Compiling proc-macro-error-attr v1.0.4 |
| 2269 | 2026-07-22T20:23:11.399Z | Compiling ciborium-io v0.2.2 |
| 2270 | 2026-07-22T20:23:11.490Z | Compiling take_mut v0.2.2 |
| 2271 | 2026-07-22T20:23:11.518Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2272 | 2026-07-22T20:23:11.534Z | Compiling opaque-debug v0.3.1 |
| 2273 | 2026-07-22T20:23:11.537Z | Compiling convert_case v0.4.0 |
| 2274 | 2026-07-22T20:23:11.562Z | Compiling term v1.2.1 |
| 2275 | 2026-07-22T20:23:11.621Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2276 | 2026-07-22T20:23:11.627Z | Compiling poly1305 v0.8.0 |
| 2277 | 2026-07-22T20:23:11.808Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2278 | 2026-07-22T20:23:11.883Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-07-22T20:23:11.888Z | Compiling slog-term v2.9.2 |
| 2280 | 2026-07-22T20:23:11.916Z | Compiling thiserror-no-std v2.0.2 |
| 2281 | 2026-07-22T20:23:11.919Z | Compiling async-stream v0.3.6 |
| 2282 | 2026-07-22T20:23:12.090Z | Compiling ciborium-ll v0.2.2 |
| 2283 | 2026-07-22T20:23:12.107Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2284 | 2026-07-22T20:23:12.142Z | Compiling test-strategy v0.4.5 |
| 2285 | 2026-07-22T20:23:12.291Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-22T20:23:12.692Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-07-22T20:23:12.895Z | Compiling chacha20 v0.9.1 |
| 2288 | 2026-07-22T20:23:12.911Z | Compiling num_enum_derive v0.7.6 |
| 2289 | 2026-07-22T20:23:13.159Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-22T20:23:13.351Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-22T20:23:13.458Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-22T20:23:13.480Z | Compiling sha1 v0.11.0 |
| 2293 | 2026-07-22T20:23:13.595Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2294 | 2026-07-22T20:23:13.685Z | Compiling ingot-types v0.1.2 |
| 2295 | 2026-07-22T20:23:13.724Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2296 | 2026-07-22T20:23:13.894Z | Compiling proc-macro-crate v1.3.1 |
| 2297 | 2026-07-22T20:23:13.933Z | Compiling waitgroup v0.1.2 |
| 2298 | 2026-07-22T20:23:13.954Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2299 | 2026-07-22T20:23:13.977Z | Compiling password-hash v0.5.0 |
| 2300 | 2026-07-22T20:23:14.039Z | Compiling backon v1.6.0 |
| 2301 | 2026-07-22T20:23:14.069Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-22T20:23:14.111Z | Compiling ingot v0.1.1 |
| 2303 | 2026-07-22T20:23:14.174Z | Compiling dropshot_endpoint v0.17.1 |
| 2304 | 2026-07-22T20:23:14.191Z | Compiling blake2 v0.10.6 |
| 2305 | 2026-07-22T20:23:14.251Z | Compiling aead v0.5.2 |
| 2306 | 2026-07-22T20:23:14.271Z | Compiling foreign-types-macros v0.2.3 |
| 2307 | 2026-07-22T20:23:14.312Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2308 | 2026-07-22T20:23:14.367Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-22T20:23:14.388Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-22T20:23:14.464Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2311 | 2026-07-22T20:23:14.568Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-07-22T20:23:14.712Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-22T20:23:14.712Z | Compiling debug-ignore v1.0.5 |
| 2314 | 2026-07-22T20:23:14.771Z | Compiling foreign-types-shared v0.3.1 |
| 2315 | 2026-07-22T20:23:14.842Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-22T20:23:14.860Z | Compiling parse-display v0.10.0 |
| 2317 | 2026-07-22T20:23:14.888Z | Compiling argon2 v0.5.3 |
| 2318 | 2026-07-22T20:23:14.907Z | Compiling chacha20poly1305 v0.10.1 |
| 2319 | 2026-07-22T20:23:14.922Z | Compiling foreign-types v0.5.0 |
| 2320 | 2026-07-22T20:23:14.926Z | Compiling num_enum_derive v0.5.11 |
| 2321 | 2026-07-22T20:23:14.957Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-22T20:23:14.961Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2323 | 2026-07-22T20:23:15.020Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-22T20:23:15.051Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-22T20:23:15.072Z | Compiling ciborium v0.2.2 |
| 2326 | 2026-07-22T20:23:15.241Z | Compiling vsss-rs v3.3.4 |
| 2327 | 2026-07-22T20:23:15.497Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-22T20:23:15.573Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-22T20:23:15.695Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-07-22T20:23:15.729Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2331 | 2026-07-22T20:23:15.779Z | Compiling cstr-argument v0.1.2 |
| 2332 | 2026-07-22T20:23:15.855Z | Compiling humantime v2.3.0 |
| 2333 | 2026-07-22T20:23:15.882Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2334 | 2026-07-22T20:23:15.900Z | Compiling num_enum v0.5.11 |
| 2335 | 2026-07-22T20:23:15.917Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2336 | 2026-07-22T20:23:15.935Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-22T20:23:16.009Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2338 | 2026-07-22T20:23:16.068Z | Compiling rayon v1.11.0 |
| 2339 | 2026-07-22T20:23:16.167Z | Compiling rand v0.10.1 |
| 2340 | 2026-07-22T20:23:16.171Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2341 | 2026-07-22T20:23:16.201Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-22T20:23:16.253Z | Compiling colored v3.1.1 |
| 2343 | 2026-07-22T20:23:16.277Z | Compiling libefi-sys v0.1.0 |
| 2344 | 2026-07-22T20:23:16.338Z | Compiling indent_write v2.2.0 |
| 2345 | 2026-07-22T20:23:16.353Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-22T20:23:16.396Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-22T20:23:16.412Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-22T20:23:16.511Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-22T20:23:16.549Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-22T20:23:16.586Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-07-22T20:23:16.615Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-07-22T20:23:16.644Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-22T20:23:16.719Z | Compiling num-derive v0.4.2 |
| 2354 | 2026-07-22T20:23:16.951Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2355 | 2026-07-22T20:23:16.968Z | Compiling blake3 v1.8.5 |
| 2356 | 2026-07-22T20:23:17.013Z | Compiling sigpipe v0.1.3 |
| 2357 | 2026-07-22T20:23:17.068Z | Compiling memmap v0.7.0 |
| 2358 | 2026-07-22T20:23:17.125Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2359 | 2026-07-22T20:23:17.203Z | Compiling glob v0.3.3 |
| 2360 | 2026-07-22T20:23:17.317Z | Compiling swrite v0.1.0 |
| 2361 | 2026-07-22T20:23:17.340Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-07-22T20:23:17.360Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2363 | 2026-07-22T20:23:17.408Z | Compiling usdt v0.5.0 |
| 2364 | 2026-07-22T20:23:17.443Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2365 | 2026-07-22T20:23:17.657Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2366 | 2026-07-22T20:23:17.715Z | Compiling smf v0.2.3 |
| 2367 | 2026-07-22T20:23:17.749Z | Compiling filetime v0.2.27 |
| 2368 | 2026-07-22T20:23:17.827Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2369 | 2026-07-22T20:23:17.880Z | Compiling zone v0.3.1 |
| 2370 | 2026-07-22T20:23:17.897Z | Compiling constant_time_eq v0.4.2 |
| 2371 | 2026-07-22T20:23:17.922Z | Compiling xattr v1.6.1 |
| 2372 | 2026-07-22T20:23:17.978Z | Compiling arrayvec v0.7.6 |
| 2373 | 2026-07-22T20:23:17.993Z | Compiling whoami v1.6.1 |
| 2374 | 2026-07-22T20:23:18.026Z | Compiling arrayref v0.3.9 |
| 2375 | 2026-07-22T20:23:18.040Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-22T20:23:18.118Z | Compiling tar v0.4.46 |
| 2377 | 2026-07-22T20:23:18.134Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2378 | 2026-07-22T20:23:18.138Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-07-22T20:23:18.138Z | Compiling console v0.16.2 |
| 2380 | 2026-07-22T20:23:18.292Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-22T20:23:18.387Z | Compiling topological-sort v0.2.2 |
| 2382 | 2026-07-22T20:23:18.447Z | Compiling unit-prefix v0.5.2 |
| 2383 | 2026-07-22T20:23:18.463Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-22T20:23:18.491Z | Compiling toml v0.8.23 |
| 2385 | 2026-07-22T20:23:18.573Z | Compiling indicatif v0.18.4 |
| 2386 | 2026-07-22T20:23:18.708Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2387 | 2026-07-22T20:23:18.850Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-07-22T20:23:18.914Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-22T20:23:28.137Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-22T20:23:28.137Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-22T20:23:28.866Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-22T20:23:29.003Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-07-22T20:23:29.003Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-07-22T20:23:29.003Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-22T20:23:29.003Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-22T20:23:29.003Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2397 | 2026-07-22T20:23:29.003Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2398 | 2026-07-22T20:23:29.290Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-22T20:23:29.358Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-22T20:23:29.816Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-22T20:23:33.443Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-22T20:23:41.343Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-22T20:23:44.514Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-22T20:23:45.642Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-22T20:23:54.861Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2406 | 2026-07-22T20:23:54.995Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-22T20:23:55.052Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-22T20:23:55.054Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-22T20:23:55.054Z | |
| 2410 | 2026-07-22T20:23:55.054Z | real 1:39.405820929 |
| 2411 | 2026-07-22T20:23:55.054Z | user 16:18.523630344 |
| 2412 | 2026-07-22T20:23:55.054Z | sys 2:36.093937075 |
| 2413 | 2026-07-22T20:23:55.055Z | trap 0.467938360 |
| 2414 | 2026-07-22T20:23:55.055Z | tflt 2.374481321 |
| 2415 | 2026-07-22T20:23:55.055Z | dflt 4.075961798 |
| 2416 | 2026-07-22T20:23:55.055Z | kflt 0.002355561 |
| 2417 | 2026-07-22T20:23:55.055Z | lock 51:23.156013089 |
| 2418 | 2026-07-22T20:23:55.055Z | slp 42:08.953445298 |
| 2419 | 2026-07-22T20:23:55.055Z | lat 41.528389416 |
| 2420 | 2026-07-22T20:23:55.055Z | stop 5:05.091430947 |
| 2421 | 2026-07-22T20:23:55.055Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-22T20:23:55.866Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2423 | 2026-07-22T20:23:55.932Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-22T20:23:55.997Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-22T20:23:57.360Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-22T20:23:57.360Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-22T20:23:57.374Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-22T20:23:57.374Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-22T20:23:57.630Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-22T20:23:57.668Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-22T20:23:57.719Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-22T20:23:57.720Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-22T20:23:57.720Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-22T20:23:57.720Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-22T20:23:57.778Z | Compiling console v0.15.11 |
| 2436 | 2026-07-22T20:23:57.796Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-22T20:23:57.796Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-22T20:23:57.937Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-22T20:23:57.937Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-22T20:23:57.984Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-22T20:23:57.984Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2442 | 2026-07-22T20:23:57.984Z | Compiling thread_local v1.1.9 |
| 2443 | 2026-07-22T20:23:57.984Z | Compiling cancel-safe-futures v0.1.5 |
| 2444 | 2026-07-22T20:23:57.984Z | Compiling compression-core v0.4.31 |
| 2445 | 2026-07-22T20:23:58.008Z | Compiling unicode-width v0.1.14 |
| 2446 | 2026-07-22T20:23:58.096Z | Compiling serde_yaml v0.9.34+deprecated |
| 2447 | 2026-07-22T20:23:58.137Z | Compiling match_cfg v0.1.0 |
| 2448 | 2026-07-22T20:23:58.137Z | Compiling compression-codecs v0.4.37 |
| 2449 | 2026-07-22T20:23:58.177Z | Compiling expectorate v1.2.0 |
| 2450 | 2026-07-22T20:23:58.232Z | Compiling hostname v0.3.1 |
| 2451 | 2026-07-22T20:23:58.254Z | Compiling num v0.4.3 |
| 2452 | 2026-07-22T20:23:58.353Z | Compiling slog-async v2.8.0 |
| 2453 | 2026-07-22T20:23:58.383Z | Compiling multer v3.1.0 |
| 2454 | 2026-07-22T20:23:58.406Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-22T20:23:58.407Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-22T20:23:58.423Z | Compiling serde_spanned v1.1.1 |
| 2457 | 2026-07-22T20:23:58.442Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2458 | 2026-07-22T20:23:58.471Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2459 | 2026-07-22T20:23:58.471Z | Compiling take_mut v0.2.2 |
| 2460 | 2026-07-22T20:23:58.484Z | Compiling term v1.2.1 |
| 2461 | 2026-07-22T20:23:58.613Z | Compiling float-ord v0.3.2 |
| 2462 | 2026-07-22T20:23:58.641Z | Compiling linked-hash-map v0.5.6 |
| 2463 | 2026-07-22T20:23:58.660Z | Compiling slog-bunyan v2.5.0 |
| 2464 | 2026-07-22T20:23:58.756Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-07-22T20:23:58.757Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2466 | 2026-07-22T20:23:58.820Z | Compiling slog-term v2.9.2 |
| 2467 | 2026-07-22T20:23:58.825Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2468 | 2026-07-22T20:23:58.859Z | Compiling lru-cache v0.1.2 |
| 2469 | 2026-07-22T20:23:58.864Z | Compiling oxide-update-engine-types v0.1.2 |
| 2470 | 2026-07-22T20:23:58.922Z | Compiling async-compression v0.4.41 |
| 2471 | 2026-07-22T20:23:59.042Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-22T20:23:59.063Z | Compiling typify-impl v0.6.2 |
| 2473 | 2026-07-22T20:23:59.216Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2474 | 2026-07-22T20:23:59.258Z | Compiling dropshot v0.17.1 |
| 2475 | 2026-07-22T20:23:59.321Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-22T20:23:59.326Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-22T20:23:59.381Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-22T20:23:59.385Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-22T20:23:59.430Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-22T20:23:59.513Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-22T20:23:59.576Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-22T20:23:59.599Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-22T20:23:59.622Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-22T20:23:59.628Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-22T20:23:59.709Z | Compiling linear-map v1.2.0 |
| 2486 | 2026-07-22T20:23:59.735Z | Compiling debug-ignore v1.0.5 |
| 2487 | 2026-07-22T20:23:59.757Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-07-22T20:23:59.791Z | Compiling backoff v0.4.0 |
| 2489 | 2026-07-22T20:23:59.826Z | Compiling progenitor-extras v0.2.0 |
| 2490 | 2026-07-22T20:23:59.860Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2491 | 2026-07-22T20:23:59.977Z | Compiling nom v7.1.3 |
| 2492 | 2026-07-22T20:24:00.001Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2493 | 2026-07-22T20:24:00.022Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-22T20:24:00.041Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-22T20:24:00.052Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-22T20:24:00.090Z | Compiling oxide-update-engine v0.1.2 |
| 2497 | 2026-07-22T20:24:00.309Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2498 | 2026-07-22T20:24:00.351Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-22T20:24:00.674Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-22T20:24:00.959Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-22T20:24:01.215Z | Compiling humantime v2.3.0 |
| 2502 | 2026-07-22T20:24:01.332Z | Compiling unicode-xid v0.2.6 |
| 2503 | 2026-07-22T20:24:01.489Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-22T20:24:01.511Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-22T20:24:01.613Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-22T20:24:01.636Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-22T20:24:01.809Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-22T20:24:01.914Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-22T20:24:02.002Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-07-22T20:24:02.025Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-07-22T20:24:02.116Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-22T20:24:02.466Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-07-22T20:24:02.655Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2514 | 2026-07-22T20:24:02.817Z | Compiling papergrid v0.11.0 |
| 2515 | 2026-07-22T20:24:02.841Z | Compiling tabled_derive v0.7.0 |
| 2516 | 2026-07-22T20:24:02.841Z | Compiling derive_more v2.1.1 |
| 2517 | 2026-07-22T20:24:02.841Z | Compiling hickory-resolver v0.24.4 |
| 2518 | 2026-07-22T20:24:02.878Z | Compiling termtree v0.5.1 |
| 2519 | 2026-07-22T20:24:03.065Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-22T20:24:03.310Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-22T20:24:03.670Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-22T20:24:03.960Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-07-22T20:24:04.016Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-22T20:24:04.279Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-22T20:24:04.735Z | Compiling qorb v0.4.1 |
| 2526 | 2026-07-22T20:24:05.212Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-22T20:24:05.320Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-22T20:24:05.869Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-07-22T20:24:06.340Z | Compiling vte v0.14.1 |
| 2530 | 2026-07-22T20:24:06.459Z | Compiling progenitor-macro v0.14.0 |
| 2531 | 2026-07-22T20:24:06.889Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-07-22T20:24:07.108Z | Compiling highway v1.3.0 |
| 2533 | 2026-07-22T20:24:07.777Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-07-22T20:24:07.831Z | Compiling strip-ansi-escapes v0.2.1 |
| 2535 | 2026-07-22T20:24:07.839Z | Compiling csv v1.4.0 |
| 2536 | 2026-07-22T20:24:07.896Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-22T20:24:08.096Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-07-22T20:24:08.123Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-07-22T20:24:08.340Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-22T20:24:08.510Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-07-22T20:24:08.578Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2542 | 2026-07-22T20:24:08.599Z | Compiling nu-ansi-term v0.50.3 |
| 2543 | 2026-07-22T20:24:08.861Z | Compiling const_format v0.2.35 |
| 2544 | 2026-07-22T20:24:09.172Z | Compiling reedline v0.40.0 |
| 2545 | 2026-07-22T20:24:09.220Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-22T20:24:09.771Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-22T20:24:09.932Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-22T20:24:10.426Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-07-22T20:24:10.613Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-07-22T20:24:10.757Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2551 | 2026-07-22T20:24:10.884Z | Compiling peg v0.8.5 |
| 2552 | 2026-07-22T20:24:10.898Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-22T20:24:10.988Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-22T20:24:11.481Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-22T20:24:11.596Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-22T20:24:11.894Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-22T20:24:12.135Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-22T20:24:12.383Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-22T20:24:12.531Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-22T20:24:12.874Z | Compiling unicode-linebreak v0.1.5 |
| 2561 | 2026-07-22T20:24:12.955Z | Compiling smawk v0.3.2 |
| 2562 | 2026-07-22T20:24:13.151Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-07-22T20:24:13.278Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2564 | 2026-07-22T20:24:13.339Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2565 | 2026-07-22T20:24:13.413Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-22T20:24:13.617Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-22T20:24:13.758Z | Compiling steno v0.4.1 |
| 2568 | 2026-07-22T20:24:13.820Z | Compiling base64 v0.21.7 |
| 2569 | 2026-07-22T20:24:14.209Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2570 | 2026-07-22T20:24:14.314Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-07-22T20:24:14.332Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-22T20:24:14.888Z | Compiling tagptr v0.2.0 |
| 2573 | 2026-07-22T20:24:14.934Z | Compiling utf-8 v0.7.6 |
| 2574 | 2026-07-22T20:24:14.954Z | Compiling moka v0.12.13 |
| 2575 | 2026-07-22T20:24:14.987Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2576 | 2026-07-22T20:24:15.205Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-22T20:24:15.225Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-22T20:24:15.307Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-22T20:24:15.437Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-22T20:24:15.520Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-22T20:24:15.546Z | Compiling maybe-uninit v2.0.0 |
| 2582 | 2026-07-22T20:24:15.823Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-07-22T20:24:15.891Z | Compiling tap v1.0.1 |
| 2584 | 2026-07-22T20:24:16.088Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-07-22T20:24:16.187Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2586 | 2026-07-22T20:24:16.245Z | Compiling wyz v0.5.1 |
| 2587 | 2026-07-22T20:24:16.605Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-07-22T20:24:16.621Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-07-22T20:24:16.783Z | Compiling crc-catalog v2.4.0 |
| 2590 | 2026-07-22T20:24:16.923Z | Compiling packed_struct v0.10.1 |
| 2591 | 2026-07-22T20:24:17.225Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2592 | 2026-07-22T20:24:17.345Z | Compiling funty v2.0.0 |
| 2593 | 2026-07-22T20:24:17.427Z | Compiling diesel_derives v2.3.7 |
| 2594 | 2026-07-22T20:24:17.681Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-07-22T20:24:18.069Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-07-22T20:24:18.262Z | Compiling crc v3.4.0 |
| 2597 | 2026-07-22T20:24:18.463Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2026-07-22T20:24:18.683Z | Compiling dsl_auto_type v0.2.0 |
| 2599 | 2026-07-22T20:24:18.758Z | Compiling scheduled-thread-pool v0.2.7 |
| 2600 | 2026-07-22T20:24:19.164Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-07-22T20:24:19.320Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-07-22T20:24:19.454Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2603 | 2026-07-22T20:24:19.641Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2604 | 2026-07-22T20:24:19.656Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-22T20:24:19.666Z | Compiling bitfield-macros v0.19.4 |
| 2606 | 2026-07-22T20:24:19.754Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2607 | 2026-07-22T20:24:19.985Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-07-22T20:24:20.173Z | Compiling indexmap v1.9.3 |
| 2609 | 2026-07-22T20:24:20.251Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-07-22T20:24:20.256Z | Compiling maplit v1.0.2 |
| 2611 | 2026-07-22T20:24:20.370Z | Compiling nodrop v0.1.14 |
| 2612 | 2026-07-22T20:24:20.402Z | Compiling glob v0.3.3 |
| 2613 | 2026-07-22T20:24:20.461Z | Compiling bitfield v0.19.4 |
| 2614 | 2026-07-22T20:24:20.520Z | Compiling array-init v0.0.4 |
| 2615 | 2026-07-22T20:24:20.540Z | Compiling proc-macro-error2 v2.0.1 |
| 2616 | 2026-07-22T20:24:20.739Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-07-22T20:24:20.852Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-07-22T20:24:21.110Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-07-22T20:24:21.130Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-07-22T20:24:21.346Z | Compiling num-derive v0.3.3 |
| 2621 | 2026-07-22T20:24:21.370Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-07-22T20:24:21.511Z | Compiling downcast-rs v2.0.2 |
| 2623 | 2026-07-22T20:24:21.638Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-22T20:24:21.982Z | Compiling serde-hex v0.1.0 |
| 2625 | 2026-07-22T20:24:22.200Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2626 | 2026-07-22T20:24:22.259Z | Compiling libscf-sys v1.1.0 |
| 2627 | 2026-07-22T20:24:22.329Z | Compiling term v0.7.0 |
| 2628 | 2026-07-22T20:24:22.344Z | Compiling tabled_derive v0.11.0 |
| 2629 | 2026-07-22T20:24:22.433Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-07-22T20:24:22.457Z | Compiling ron v0.8.1 |
| 2631 | 2026-07-22T20:24:22.484Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-07-22T20:24:22.511Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-07-22T20:24:22.801Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-07-22T20:24:22.881Z | Compiling crc-any v2.5.0 |
| 2635 | 2026-07-22T20:24:22.938Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-07-22T20:24:23.294Z | Compiling bit-set v0.5.3 |
| 2637 | 2026-07-22T20:24:23.338Z | Compiling object v0.30.4 |
| 2638 | 2026-07-22T20:24:23.363Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-07-22T20:24:23.408Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-07-22T20:24:23.430Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2641 | 2026-07-22T20:24:23.639Z | Compiling tabled v0.20.0 |
| 2642 | 2026-07-22T20:24:24.081Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2643 | 2026-07-22T20:24:24.219Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2644 | 2026-07-22T20:24:24.763Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2645 | 2026-07-22T20:24:24.784Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-07-22T20:24:24.809Z | Compiling progenitor-impl v0.13.0 |
| 2647 | 2026-07-22T20:24:24.947Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2648 | 2026-07-22T20:24:25.024Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-07-22T20:24:25.186Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-07-22T20:24:25.370Z | Compiling itertools v0.10.5 |
| 2651 | 2026-07-22T20:24:25.391Z | Compiling ena v0.14.4 |
| 2652 | 2026-07-22T20:24:25.564Z | Compiling diesel v2.3.7 |
| 2653 | 2026-07-22T20:24:25.699Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2654 | 2026-07-22T20:24:25.953Z | Compiling libloading v0.8.9 |
| 2655 | 2026-07-22T20:24:26.047Z | Compiling diff v0.1.13 |
| 2656 | 2026-07-22T20:24:26.194Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-07-22T20:24:26.307Z | Compiling unicase v2.9.0 |
| 2658 | 2026-07-22T20:24:26.488Z | Compiling xshell-macros v0.2.7 |
| 2659 | 2026-07-22T20:24:26.520Z | Compiling path-slash v0.1.5 |
| 2660 | 2026-07-22T20:24:26.534Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-07-22T20:24:26.707Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2662 | 2026-07-22T20:24:26.906Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2663 | 2026-07-22T20:24:26.995Z | Compiling progenitor-macro v0.13.0 |
| 2664 | 2026-07-22T20:24:28.029Z | Compiling lalrpop v0.19.12 |
| 2665 | 2026-07-22T20:24:28.086Z | Compiling xshell v0.2.7 |
| 2666 | 2026-07-22T20:24:28.635Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2026-07-22T20:24:29.377Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-07-22T20:24:29.623Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-07-22T20:24:29.895Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2670 | 2026-07-22T20:24:30.067Z | Compiling progenitor-client v0.13.0 |
| 2671 | 2026-07-22T20:24:30.363Z | Compiling rustc-hash v2.1.1 |
| 2672 | 2026-07-22T20:24:30.591Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2673 | 2026-07-22T20:24:30.980Z | Compiling progenitor v0.13.0 |
| 2674 | 2026-07-22T20:24:31.333Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2675 | 2026-07-22T20:24:31.467Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-07-22T20:24:31.804Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-07-22T20:24:31.931Z | Compiling libxml v0.3.3 |
| 2678 | 2026-07-22T20:24:31.956Z | Compiling crc8 v0.1.1 |
| 2679 | 2026-07-22T20:24:32.090Z | Compiling headers v0.4.1 |
| 2680 | 2026-07-22T20:24:32.252Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-07-22T20:24:32.490Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-07-22T20:24:32.572Z | Compiling indoc v1.0.9 |
| 2683 | 2026-07-22T20:24:32.758Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2684 | 2026-07-22T20:24:32.865Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-07-22T20:24:33.063Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-07-22T20:24:33.115Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-07-22T20:24:33.510Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-07-22T20:24:33.633Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-07-22T20:24:33.663Z | Compiling openssl-probe v0.1.6 |
| 2690 | 2026-07-22T20:24:33.741Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-07-22T20:24:33.753Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2692 | 2026-07-22T20:24:33.968Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-07-22T20:24:34.189Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-07-22T20:24:34.460Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-07-22T20:24:34.496Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-07-22T20:24:34.856Z | Compiling half v1.8.3 |
| 2697 | 2026-07-22T20:24:34.948Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-07-22T20:24:35.109Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2699 | 2026-07-22T20:24:35.148Z | Compiling samael v0.0.19 |
| 2700 | 2026-07-22T20:24:35.301Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2701 | 2026-07-22T20:24:35.452Z | Compiling polar-core v0.27.3 |
| 2702 | 2026-07-22T20:24:35.717Z | Compiling serde_cbor v0.11.2 |
| 2703 | 2026-07-22T20:24:35.851Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-07-22T20:24:36.146Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-07-22T20:24:36.190Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2706 | 2026-07-22T20:24:36.255Z | Compiling nonempty v0.12.0 |
| 2707 | 2026-07-22T20:24:36.489Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2708 | 2026-07-22T20:24:36.532Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2709 | 2026-07-22T20:24:36.608Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2710 | 2026-07-22T20:24:36.725Z | Compiling fxhash v0.2.1 |
| 2711 | 2026-07-22T20:24:36.896Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-07-22T20:24:36.911Z | Compiling salty v0.3.0 |
| 2713 | 2026-07-22T20:24:37.319Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-07-22T20:24:37.516Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2715 | 2026-07-22T20:24:38.011Z | Compiling kstat-rs v0.2.4 |
| 2716 | 2026-07-22T20:24:38.382Z | Compiling arc-swap v1.8.2 |
| 2717 | 2026-07-22T20:24:38.507Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-07-22T20:24:38.734Z | Compiling slog-scope v4.4.1 |
| 2719 | 2026-07-22T20:24:38.857Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2026-07-22T20:24:38.901Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2721 | 2026-07-22T20:24:38.980Z | Compiling mime_guess v2.0.5 |
| 2722 | 2026-07-22T20:24:39.481Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-07-22T20:24:39.557Z | Compiling rfc6979 v0.4.0 |
| 2724 | 2026-07-22T20:24:39.741Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2725 | 2026-07-22T20:24:39.793Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-07-22T20:24:40.249Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-07-22T20:24:40.268Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-22T20:24:40.601Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2729 | 2026-07-22T20:24:40.690Z | Compiling flume v0.11.1 |
| 2730 | 2026-07-22T20:24:41.048Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-07-22T20:24:41.359Z | Compiling ecdsa v0.16.9 |
| 2732 | 2026-07-22T20:24:42.036Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-22T20:24:42.500Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-22T20:24:42.534Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-07-22T20:24:42.552Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-07-22T20:24:42.894Z | Compiling diesel-dtrace v0.5.0 |
| 2737 | 2026-07-22T20:24:43.213Z | Compiling async-bb8-diesel v0.2.1 |
| 2738 | 2026-07-22T20:24:43.646Z | Compiling git-stub v1.0.0 |
| 2739 | 2026-07-22T20:24:43.754Z | Compiling atty v0.2.14 |
| 2740 | 2026-07-22T20:24:43.899Z | Compiling strsim v0.10.0 |
| 2741 | 2026-07-22T20:24:43.945Z | Compiling parse-size v1.1.0 |
| 2742 | 2026-07-22T20:24:44.168Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2743 | 2026-07-22T20:24:44.201Z | Compiling instability v0.3.11 |
| 2744 | 2026-07-22T20:24:44.280Z | Compiling http-range v0.1.5 |
| 2745 | 2026-07-22T20:24:44.412Z | Compiling oso v0.27.3 |
| 2746 | 2026-07-22T20:24:44.516Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2747 | 2026-07-22T20:24:44.629Z | Compiling darling_core v0.13.4 |
| 2748 | 2026-07-22T20:24:46.190Z | Compiling git-stub-vcs v0.1.0 |
| 2749 | 2026-07-22T20:24:46.282Z | Compiling p384 v0.13.1 |
| 2750 | 2026-07-22T20:24:46.555Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-22T20:24:48.421Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-07-22T20:24:48.533Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-07-22T20:24:48.555Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2754 | 2026-07-22T20:24:48.770Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2755 | 2026-07-22T20:24:49.871Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-07-22T20:24:49.926Z | Compiling ignore v0.4.25 |
| 2757 | 2026-07-22T20:24:50.878Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2758 | 2026-07-22T20:24:50.922Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-07-22T20:24:51.124Z | Compiling castaway v0.2.4 |
| 2760 | 2026-07-22T20:24:51.284Z | Compiling vergen-git2 v9.1.0 |
| 2761 | 2026-07-22T20:24:51.539Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-22T20:24:51.788Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-22T20:24:52.455Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-07-22T20:24:53.011Z | Compiling compact_str v0.8.1 |
| 2765 | 2026-07-22T20:24:53.042Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-07-22T20:24:53.330Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-07-22T20:24:53.364Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-07-22T20:24:53.694Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-07-22T20:24:54.018Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2770 | 2026-07-22T20:24:54.146Z | Compiling darling_macro v0.13.4 |
| 2771 | 2026-07-22T20:24:54.504Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2772 | 2026-07-22T20:24:54.541Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2773 | 2026-07-22T20:24:54.675Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-07-22T20:24:54.821Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2775 | 2026-07-22T20:24:54.853Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2776 | 2026-07-22T20:24:54.896Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-22T20:24:55.151Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-22T20:24:55.457Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-22T20:24:55.608Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-22T20:24:55.744Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-22T20:24:55.856Z | Compiling rand_seeder v0.4.0 |
| 2782 | 2026-07-22T20:24:55.913Z | Compiling prefix-trie v0.7.0 |
| 2783 | 2026-07-22T20:24:56.131Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-22T20:24:56.287Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-22T20:24:56.408Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-07-22T20:24:56.555Z | Compiling corncobs v0.1.4 |
| 2787 | 2026-07-22T20:24:56.620Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2788 | 2026-07-22T20:24:56.661Z | Compiling hickory-server v0.25.2 |
| 2789 | 2026-07-22T20:24:56.759Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-07-22T20:24:56.797Z | Compiling ratatui v0.29.0 |
| 2791 | 2026-07-22T20:24:56.882Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2792 | 2026-07-22T20:24:57.088Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2793 | 2026-07-22T20:24:57.113Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-07-22T20:24:57.364Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-07-22T20:24:57.475Z | Compiling darling v0.13.4 |
| 2796 | 2026-07-22T20:24:57.881Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2797 | 2026-07-22T20:24:57.903Z | Compiling sled v0.34.7 |
| 2798 | 2026-07-22T20:24:57.968Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2799 | 2026-07-22T20:24:58.004Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-22T20:24:59.156Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-22T20:25:00.212Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-22T20:25:00.571Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-07-22T20:25:00.805Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2804 | 2026-07-22T20:25:00.985Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-22T20:25:01.071Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-22T20:25:01.675Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-22T20:25:01.743Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-07-22T20:25:02.323Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2809 | 2026-07-22T20:25:02.470Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-07-22T20:25:03.320Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-07-22T20:25:03.938Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-22T20:25:04.068Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2813 | 2026-07-22T20:25:04.089Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2814 | 2026-07-22T20:25:04.329Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2815 | 2026-07-22T20:25:04.574Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2816 | 2026-07-22T20:25:04.809Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2817 | 2026-07-22T20:25:05.040Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-07-22T20:25:05.080Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2819 | 2026-07-22T20:25:05.290Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2820 | 2026-07-22T20:25:05.337Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2821 | 2026-07-22T20:25:05.576Z | Compiling void v1.0.2 |
| 2822 | 2026-07-22T20:25:05.713Z | Compiling lzss v0.8.2 |
| 2823 | 2026-07-22T20:25:06.035Z | Compiling illumos-nvpair v0.3.0 |
| 2824 | 2026-07-22T20:25:06.135Z | Compiling git2 v0.20.4 |
| 2825 | 2026-07-22T20:25:06.523Z | Compiling serde_with v1.14.0 |
| 2826 | 2026-07-22T20:25:06.546Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-07-22T20:25:07.064Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2828 | 2026-07-22T20:25:07.544Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2829 | 2026-07-22T20:25:07.744Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2830 | 2026-07-22T20:25:09.300Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2831 | 2026-07-22T20:25:09.518Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2832 | 2026-07-22T20:25:09.787Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2833 | 2026-07-22T20:25:10.000Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-07-22T20:25:10.677Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-07-22T20:25:10.905Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-07-22T20:25:11.072Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2837 | 2026-07-22T20:25:11.401Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-22T20:25:12.475Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2839 | 2026-07-22T20:25:12.714Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2026-07-22T20:25:12.967Z | Compiling nix v0.27.1 |
| 2841 | 2026-07-22T20:25:13.114Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-07-22T20:25:13.267Z | Compiling libsw-core v0.3.2 |
| 2843 | 2026-07-22T20:25:13.450Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-07-22T20:25:13.484Z | Compiling libsw v3.5.0 |
| 2845 | 2026-07-22T20:25:13.662Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2846 | 2026-07-22T20:25:13.741Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2847 | 2026-07-22T20:25:13.775Z | Compiling tokio-tungstenite v0.23.1 |
| 2848 | 2026-07-22T20:25:13.940Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2849 | 2026-07-22T20:25:13.987Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-07-22T20:25:14.138Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2851 | 2026-07-22T20:25:14.152Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-07-22T20:25:15.515Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-07-22T20:25:16.176Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-07-22T20:25:17.708Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-07-22T20:25:18.107Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2856 | 2026-07-22T20:25:18.389Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2857 | 2026-07-22T20:25:18.422Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2858 | 2026-07-22T20:25:18.629Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2859 | 2026-07-22T20:25:19.121Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2860 | 2026-07-22T20:25:19.215Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2861 | 2026-07-22T20:25:19.590Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-07-22T20:25:20.137Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-07-22T20:25:20.505Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-07-22T20:25:20.897Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2865 | 2026-07-22T20:25:22.768Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2866 | 2026-07-22T20:25:23.201Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-07-22T20:25:23.932Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2868 | 2026-07-22T20:25:24.089Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2869 | 2026-07-22T20:25:24.407Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-07-22T20:25:24.659Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2871 | 2026-07-22T20:25:25.531Z | Compiling signal-hook-tokio v0.3.1 |
| 2872 | 2026-07-22T20:25:25.727Z | Compiling fatfs v0.3.6 |
| 2873 | 2026-07-22T20:25:25.735Z | Compiling yasna v0.5.2 |
| 2874 | 2026-07-22T20:25:25.858Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-07-22T20:25:26.860Z | Compiling seq-macro v0.3.6 |
| 2876 | 2026-07-22T20:25:27.025Z | Compiling is_ci v1.2.0 |
| 2877 | 2026-07-22T20:25:27.244Z | Compiling assert_matches v1.5.0 |
| 2878 | 2026-07-22T20:25:27.308Z | Compiling supports-color v3.0.2 |
| 2879 | 2026-07-22T20:25:27.354Z | Compiling rcgen v0.12.1 |
| 2880 | 2026-07-22T20:25:27.376Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-07-22T20:25:27.658Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-07-22T20:25:28.050Z | Compiling oxide-update-engine-display v0.1.2 |
| 2883 | 2026-07-22T20:25:32.313Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2026-07-22T20:25:32.313Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2885 | 2026-07-22T20:25:32.397Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2886 | 2026-07-22T20:25:32.397Z | Compiling port-file v0.1.0 |
| 2887 | 2026-07-22T20:25:32.397Z | Compiling subprocess v0.2.15 |
| 2888 | 2026-07-22T20:25:32.398Z | Compiling rtoolbox v0.0.3 |
| 2889 | 2026-07-22T20:25:32.398Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2890 | 2026-07-22T20:25:32.398Z | Compiling rpassword v7.5.4 |
| 2891 | 2026-07-22T20:25:32.398Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-07-22T20:25:32.685Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2893 | 2026-07-22T20:25:32.839Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-07-22T20:25:35.375Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2895 | 2026-07-22T20:25:35.402Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-07-22T20:25:35.512Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-07-22T20:25:35.630Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-07-22T20:25:35.696Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2899 | 2026-07-22T20:25:35.785Z | Compiling uzers v0.12.2 |
| 2900 | 2026-07-22T20:25:35.946Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-07-22T20:25:36.392Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-07-22T20:25:37.241Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-07-22T20:25:39.983Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-07-22T20:25:40.889Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-07-22T20:25:41.665Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-07-22T20:25:43.050Z | Compiling multimap v0.10.1 |
| 2907 | 2026-07-22T20:25:53.529Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2908 | 2026-07-22T20:25:58.553Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2909 | 2026-07-22T20:26:04.261Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2910 | 2026-07-22T20:26:05.272Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2911 | 2026-07-22T20:26:06.776Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2912 | 2026-07-22T20:32:15.890Z | Finished `release` profile [optimized] target(s) in 8m 19s |
| 2913 | 2026-07-22T20:33:02.755Z | |
| 2914 | 2026-07-22T20:33:02.755Z | real 9:07.706113223 |
| 2915 | 2026-07-22T20:33:02.755Z | user 1:18:01.233192919 |
| 2916 | 2026-07-22T20:33:02.755Z | sys 3:27.764989576 |
| 2917 | 2026-07-22T20:33:02.759Z | trap 1.751926237 |
| 2918 | 2026-07-22T20:33:02.759Z | tflt 2.122435234 |
| 2919 | 2026-07-22T20:33:02.760Z | dflt 17.351807257 |
| 2920 | 2026-07-22T20:33:02.760Z | kflt 0.006038892 |
| 2921 | 2026-07-22T20:33:02.760Z | lock 6:36:33.347906599 |
| 2922 | 2026-07-22T20:33:02.760Z | slp 2:11:02.476785719 |
| 2923 | 2026-07-22T20:33:02.760Z | lat 2:21.404845570 |
| 2924 | 2026-07-22T20:33:02.760Z | stop 5:06.867141533 |
| 2925 | 2026-07-22T20:33:02.760Z | + mapfile -t packages |
| 2926 | 2026-07-22T20:33:02.760Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2927 | 2026-07-22T20:33:03.689Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2928 | 2026-07-22T20:33:03.764Z | Running `target/release/omicron-package -t test list-outputs` |
| 2929 | 2026-07-22T20:33:03.824Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2930 | 2026-07-22T20:33:03.827Z | + ptime -m cargo build --locked --release -p xtask |
| 2931 | 2026-07-22T20:33:04.292Z | Compiling libc v0.2.185 |
| 2932 | 2026-07-22T20:33:04.293Z | Compiling serde_core v1.0.228 |
| 2933 | 2026-07-22T20:33:04.293Z | Compiling serde v1.0.228 |
| 2934 | 2026-07-22T20:33:04.296Z | Compiling rustix v1.1.3 |
| 2935 | 2026-07-22T20:33:04.296Z | Compiling bitflags v2.11.0 |
| 2936 | 2026-07-22T20:33:04.296Z | Compiling serde_json v1.0.150 |
| 2937 | 2026-07-22T20:33:04.455Z | Compiling syn v2.0.117 |
| 2938 | 2026-07-22T20:33:04.460Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-07-22T20:33:04.467Z | Compiling syn v1.0.109 |
| 2940 | 2026-07-22T20:33:04.489Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-07-22T20:33:04.501Z | Compiling log v0.4.29 |
| 2942 | 2026-07-22T20:33:04.510Z | Compiling indexmap v2.14.0 |
| 2943 | 2026-07-22T20:33:04.526Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-07-22T20:33:04.738Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-07-22T20:33:04.760Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-07-22T20:33:04.808Z | Compiling heck v0.4.1 |
| 2947 | 2026-07-22T20:33:05.166Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-07-22T20:33:05.181Z | Compiling errno v0.3.14 |
| 2949 | 2026-07-22T20:33:05.184Z | Compiling memmap v0.7.0 |
| 2950 | 2026-07-22T20:33:05.932Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-07-22T20:33:06.161Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-07-22T20:33:06.161Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-07-22T20:33:06.184Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-07-22T20:33:06.257Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-07-22T20:33:06.257Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-07-22T20:33:06.507Z | Compiling camino v1.2.2 |
| 2957 | 2026-07-22T20:33:06.528Z | Compiling cargo-platform v0.3.2 |
| 2958 | 2026-07-22T20:33:06.541Z | Compiling semver v1.0.28 |
| 2959 | 2026-07-22T20:33:06.607Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-07-22T20:33:06.843Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-07-22T20:33:06.905Z | Compiling tabled v0.15.0 |
| 2962 | 2026-07-22T20:33:07.131Z | Compiling serde_derive v1.0.228 |
| 2963 | 2026-07-22T20:33:07.131Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-07-22T20:33:07.134Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-07-22T20:33:07.135Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-07-22T20:33:07.135Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-07-22T20:33:07.135Z | Compiling clap_derive v4.6.1 |
| 2968 | 2026-07-22T20:33:07.196Z | Compiling pest_derive v2.8.6 |
| 2969 | 2026-07-22T20:33:07.801Z | Compiling scroll v0.12.0 |
| 2970 | 2026-07-22T20:33:07.970Z | Compiling zerocopy v0.7.35 |
| 2971 | 2026-07-22T20:33:08.062Z | Compiling goblin v0.8.2 |
| 2972 | 2026-07-22T20:33:08.307Z | Compiling thiserror v2.0.18 |
| 2973 | 2026-07-22T20:33:08.353Z | Compiling thiserror v1.0.69 |
| 2974 | 2026-07-22T20:33:08.438Z | Compiling dtrace-parser v0.2.0 |
| 2975 | 2026-07-22T20:33:08.623Z | Compiling clap v4.6.1 |
| 2976 | 2026-07-22T20:33:10.208Z | Compiling dof v0.3.0 |
| 2977 | 2026-07-22T20:33:10.237Z | Compiling serde_tokenstream v0.2.3 |
| 2978 | 2026-07-22T20:33:10.265Z | Compiling toml_datetime v0.6.11 |
| 2979 | 2026-07-22T20:33:10.282Z | Compiling serde_spanned v0.6.9 |
| 2980 | 2026-07-22T20:33:10.310Z | Compiling cargo_metadata v0.23.1 |
| 2981 | 2026-07-22T20:33:10.326Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2982 | 2026-07-22T20:33:10.336Z | Compiling macaddr v1.0.1 |
| 2983 | 2026-07-22T20:33:10.575Z | Compiling toml_edit v0.22.27 |
| 2984 | 2026-07-22T20:33:11.000Z | Compiling usdt-attr-macro v0.5.0 |
| 2985 | 2026-07-22T20:33:11.028Z | Compiling usdt-macro v0.5.0 |
| 2986 | 2026-07-22T20:33:11.661Z | Compiling usdt v0.5.0 |
| 2987 | 2026-07-22T20:33:12.136Z | Compiling toml v0.8.23 |
| 2988 | 2026-07-22T20:33:12.563Z | Compiling cargo_toml v0.21.0 |
| 2989 | 2026-07-22T20:33:16.991Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2990 | 2026-07-22T20:33:20.203Z | Finished `release` profile [optimized] target(s) in 16.36s |
| 2991 | 2026-07-22T20:33:20.346Z | |
| 2992 | 2026-07-22T20:33:20.346Z | real 16.482412595 |
| 2993 | 2026-07-22T20:33:20.346Z | user 2:04.667073555 |
| 2994 | 2026-07-22T20:33:20.349Z | sys 14.052920415 |
| 2995 | 2026-07-22T20:33:20.349Z | trap 0.070660014 |
| 2996 | 2026-07-22T20:33:20.349Z | tflt 0.407864357 |
| 2997 | 2026-07-22T20:33:20.349Z | dflt 1.584839640 |
| 2998 | 2026-07-22T20:33:20.349Z | kflt 0.000042680 |
| 2999 | 2026-07-22T20:33:20.349Z | lock 4:27.593031836 |
| 3000 | 2026-07-22T20:33:20.349Z | slp 2:43.677651352 |
| 3001 | 2026-07-22T20:33:20.349Z | lat 4.107163371 |
| 3002 | 2026-07-22T20:33:20.349Z | stop 15.067515553 |
| 3003 | 2026-07-22T20:33:20.349Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3004 | 2026-07-22T20:33:20.349Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3005 | 2026-07-22T20:33:20.349Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3006 | 2026-07-22T20:33:20.349Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3007 | 2026-07-22T20:33:20.349Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3008 | 2026-07-22T20:33:21.251Z | Compiling progenitor-client v0.14.0 |
| 3009 | 2026-07-22T20:33:21.251Z | Compiling newtype-uuid-macros v0.1.0 |
| 3010 | 2026-07-22T20:33:21.251Z | Compiling match_cfg v0.1.0 |
| 3011 | 2026-07-22T20:33:21.251Z | Compiling slog-json v2.6.1 |
| 3012 | 2026-07-22T20:33:21.254Z | Compiling structmeta-derive v0.3.0 |
| 3013 | 2026-07-22T20:33:21.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3014 | 2026-07-22T20:33:21.399Z | Compiling sha1 v0.11.0 |
| 3015 | 2026-07-22T20:33:21.408Z | Compiling multer v3.1.0 |
| 3016 | 2026-07-22T20:33:21.413Z | Compiling debug-ignore v1.0.5 |
| 3017 | 2026-07-22T20:33:21.413Z | Compiling compression-core v0.4.31 |
| 3018 | 2026-07-22T20:33:21.413Z | Compiling itertools v0.14.0 |
| 3019 | 2026-07-22T20:33:21.425Z | Compiling async-stream-impl v0.3.6 |
| 3020 | 2026-07-22T20:33:21.428Z | Compiling serde_spanned v1.1.1 |
| 3021 | 2026-07-22T20:33:21.428Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3022 | 2026-07-22T20:33:21.468Z | Compiling dropshot v0.17.1 |
| 3023 | 2026-07-22T20:33:21.484Z | Compiling hostname v0.3.1 |
| 3024 | 2026-07-22T20:33:21.487Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3025 | 2026-07-22T20:33:21.613Z | Compiling compression-codecs v0.4.37 |
| 3026 | 2026-07-22T20:33:21.666Z | Compiling waitgroup v0.1.2 |
| 3027 | 2026-07-22T20:33:21.684Z | Compiling rustls-pemfile v2.2.0 |
| 3028 | 2026-07-22T20:33:21.734Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3029 | 2026-07-22T20:33:21.768Z | Compiling dropshot_endpoint v0.17.1 |
| 3030 | 2026-07-22T20:33:21.771Z | Compiling serde_path_to_error v0.1.20 |
| 3031 | 2026-07-22T20:33:21.805Z | Compiling hostname v0.4.2 |
| 3032 | 2026-07-22T20:33:21.842Z | Compiling slog-bunyan v2.5.0 |
| 3033 | 2026-07-22T20:33:21.905Z | Compiling async-compression v0.4.41 |
| 3034 | 2026-07-22T20:33:21.908Z | Compiling atomicwrites v0.4.4 |
| 3035 | 2026-07-22T20:33:21.941Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3036 | 2026-07-22T20:33:21.977Z | Compiling macaddr v1.0.1 |
| 3037 | 2026-07-22T20:33:21.997Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3038 | 2026-07-22T20:33:22.028Z | Compiling instant v0.1.13 |
| 3039 | 2026-07-22T20:33:22.031Z | Compiling regress v0.10.5 |
| 3040 | 2026-07-22T20:33:22.062Z | Compiling backon v1.6.0 |
| 3041 | 2026-07-22T20:33:22.089Z | Compiling async-stream v0.3.6 |
| 3042 | 2026-07-22T20:33:22.129Z | Compiling backoff v0.4.0 |
| 3043 | 2026-07-22T20:33:22.148Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-07-22T20:33:22.151Z | Compiling humantime v2.3.0 |
| 3045 | 2026-07-22T20:33:22.180Z | Compiling half v2.7.1 |
| 3046 | 2026-07-22T20:33:22.230Z | Compiling crucible-workspace-hack v0.1.0 |
| 3047 | 2026-07-22T20:33:22.245Z | Compiling progenitor-extras v0.2.0 |
| 3048 | 2026-07-22T20:33:22.281Z | Compiling ciborium-io v0.2.2 |
| 3049 | 2026-07-22T20:33:22.298Z | Compiling regress v0.11.1 |
| 3050 | 2026-07-22T20:33:22.353Z | Compiling convert_case v0.4.0 |
| 3051 | 2026-07-22T20:33:22.395Z | Compiling secrecy v0.10.3 |
| 3052 | 2026-07-22T20:33:22.449Z | Compiling ciborium-ll v0.2.2 |
| 3053 | 2026-07-22T20:33:22.483Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3054 | 2026-07-22T20:33:22.486Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3055 | 2026-07-22T20:33:22.486Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3056 | 2026-07-22T20:33:22.534Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3057 | 2026-07-22T20:33:22.537Z | Compiling structmeta v0.3.0 |
| 3058 | 2026-07-22T20:33:22.537Z | Compiling inout v0.1.4 |
| 3059 | 2026-07-22T20:33:22.600Z | Compiling unsafe-libyaml v0.2.11 |
| 3060 | 2026-07-22T20:33:22.621Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3061 | 2026-07-22T20:33:22.639Z | Compiling ciborium v0.2.2 |
| 3062 | 2026-07-22T20:33:22.655Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3063 | 2026-07-22T20:33:22.680Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3064 | 2026-07-22T20:33:22.744Z | Compiling derive_more v0.99.20 |
| 3065 | 2026-07-22T20:33:22.770Z | Compiling cipher v0.4.4 |
| 3066 | 2026-07-22T20:33:22.808Z | Compiling derive-ex v0.1.8 |
| 3067 | 2026-07-22T20:33:22.859Z | Compiling parse-display-derive v0.10.0 |
| 3068 | 2026-07-22T20:33:22.877Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-07-22T20:33:22.897Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-07-22T20:33:22.914Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3071 | 2026-07-22T20:33:22.985Z | Compiling chacha20 v0.9.1 |
| 3072 | 2026-07-22T20:33:23.034Z | Compiling poly1305 v0.8.0 |
| 3073 | 2026-07-22T20:33:23.051Z | Compiling blake2 v0.10.6 |
| 3074 | 2026-07-22T20:33:23.069Z | Compiling aead v0.5.2 |
| 3075 | 2026-07-22T20:33:23.180Z | Compiling serde_yaml v0.9.34+deprecated |
| 3076 | 2026-07-22T20:33:23.229Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3077 | 2026-07-22T20:33:23.259Z | Compiling password-hash v0.5.0 |
| 3078 | 2026-07-22T20:33:23.294Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3079 | 2026-07-22T20:33:23.347Z | Compiling indent_write v2.2.0 |
| 3080 | 2026-07-22T20:33:23.378Z | Compiling chacha20poly1305 v0.10.1 |
| 3081 | 2026-07-22T20:33:23.508Z | Compiling argon2 v0.5.3 |
| 3082 | 2026-07-22T20:33:23.552Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3083 | 2026-07-22T20:33:23.573Z | Compiling darling_core v0.21.3 |
| 3084 | 2026-07-22T20:33:23.628Z | Compiling heapless v0.8.0 |
| 3085 | 2026-07-22T20:33:23.695Z | Compiling tabwriter v1.4.1 |
| 3086 | 2026-07-22T20:33:23.786Z | Compiling hash32 v0.3.1 |
| 3087 | 2026-07-22T20:33:23.922Z | Compiling typify-impl v0.6.2 |
| 3088 | 2026-07-22T20:33:23.950Z | Compiling thiserror-no-std v2.0.2 |
| 3089 | 2026-07-22T20:33:23.978Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3090 | 2026-07-22T20:33:24.063Z | Compiling vsss-rs v3.3.4 |
| 3091 | 2026-07-22T20:33:24.189Z | Compiling proc-macro-crate v3.4.0 |
| 3092 | 2026-07-22T20:33:24.265Z | Compiling smoltcp v0.11.0 |
| 3093 | 2026-07-22T20:33:24.571Z | Compiling test-strategy v0.4.5 |
| 3094 | 2026-07-22T20:33:24.627Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3095 | 2026-07-22T20:33:24.657Z | Compiling parse-display v0.10.0 |
| 3096 | 2026-07-22T20:33:24.695Z | Compiling cobs v0.3.0 |
| 3097 | 2026-07-22T20:33:24.732Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3098 | 2026-07-22T20:33:24.765Z | Compiling num_enum_derive v0.7.6 |
| 3099 | 2026-07-22T20:33:24.903Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3100 | 2026-07-22T20:33:24.932Z | Compiling colored v3.1.1 |
| 3101 | 2026-07-22T20:33:24.980Z | Compiling postcard v1.1.3 |
| 3102 | 2026-07-22T20:33:25.004Z | Compiling proc-macro-error v1.0.4 |
| 3103 | 2026-07-22T20:33:25.027Z | Compiling proc-macro-crate v1.3.1 |
| 3104 | 2026-07-22T20:33:25.230Z | Compiling rand v0.10.1 |
| 3105 | 2026-07-22T20:33:25.315Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3106 | 2026-07-22T20:33:25.333Z | Compiling foreign-types-macros v0.2.3 |
| 3107 | 2026-07-22T20:33:25.349Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-22T20:33:25.368Z | Compiling foreign-types-shared v0.3.1 |
| 3109 | 2026-07-22T20:33:25.372Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3110 | 2026-07-22T20:33:25.464Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3111 | 2026-07-22T20:33:25.486Z | Compiling rayon-core v1.13.0 |
| 3112 | 2026-07-22T20:33:25.596Z | Compiling num_enum_derive v0.5.11 |
| 3113 | 2026-07-22T20:33:25.678Z | Compiling crossbeam-deque v0.8.6 |
| 3114 | 2026-07-22T20:33:25.743Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-22T20:33:25.790Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3116 | 2026-07-22T20:33:25.820Z | Compiling cstr-argument v0.1.2 |
| 3117 | 2026-07-22T20:33:25.837Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3118 | 2026-07-22T20:33:25.938Z | Compiling num_enum v0.7.6 |
| 3119 | 2026-07-22T20:33:25.998Z | Compiling foreign-types v0.5.0 |
| 3120 | 2026-07-22T20:33:26.017Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3121 | 2026-07-22T20:33:26.096Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3122 | 2026-07-22T20:33:26.115Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3123 | 2026-07-22T20:33:26.130Z | Compiling zone_cfg_derive v0.3.1 |
| 3124 | 2026-07-22T20:33:26.161Z | Compiling darling_macro v0.21.3 |
| 3125 | 2026-07-22T20:33:26.195Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3126 | 2026-07-22T20:33:26.195Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-07-22T20:33:26.267Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3128 | 2026-07-22T20:33:26.314Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3129 | 2026-07-22T20:33:26.350Z | Compiling itertools v0.12.1 |
| 3130 | 2026-07-22T20:33:26.366Z | Compiling rayon v1.11.0 |
| 3131 | 2026-07-22T20:33:26.415Z | Compiling num-derive v0.4.2 |
| 3132 | 2026-07-22T20:33:26.427Z | Compiling sigpipe v0.1.3 |
| 3133 | 2026-07-22T20:33:26.540Z | Compiling glob v0.3.3 |
| 3134 | 2026-07-22T20:33:26.557Z | Compiling cpubits v0.1.1 |
| 3135 | 2026-07-22T20:33:26.580Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3136 | 2026-07-22T20:33:26.664Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3137 | 2026-07-22T20:33:26.681Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3138 | 2026-07-22T20:33:26.717Z | Compiling darling v0.21.3 |
| 3139 | 2026-07-22T20:33:26.764Z | Compiling num_enum v0.5.11 |
| 3140 | 2026-07-22T20:33:26.791Z | Compiling smf v0.2.3 |
| 3141 | 2026-07-22T20:33:26.831Z | Compiling ingot-macros v0.1.1 |
| 3142 | 2026-07-22T20:33:26.851Z | Compiling whoami v1.6.1 |
| 3143 | 2026-07-22T20:33:26.866Z | Compiling usdt-macro v0.5.0 |
| 3144 | 2026-07-22T20:33:26.912Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3145 | 2026-07-22T20:33:26.943Z | Compiling usdt-attr-macro v0.5.0 |
| 3146 | 2026-07-22T20:33:26.972Z | Compiling gethostname v0.5.0 |
| 3147 | 2026-07-22T20:33:27.008Z | Compiling num-rational v0.4.2 |
| 3148 | 2026-07-22T20:33:27.171Z | Compiling pem-rfc7468 v1.0.0 |
| 3149 | 2026-07-22T20:33:27.246Z | Compiling num-complex v0.4.6 |
| 3150 | 2026-07-22T20:33:27.340Z | Compiling derive-where v1.6.0 |
| 3151 | 2026-07-22T20:33:27.402Z | Compiling memmap v0.7.0 |
| 3152 | 2026-07-22T20:33:27.426Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3153 | 2026-07-22T20:33:27.505Z | Compiling zone v0.3.1 |
| 3154 | 2026-07-22T20:33:27.622Z | Compiling num v0.4.3 |
| 3155 | 2026-07-22T20:33:27.626Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-07-22T20:33:27.657Z | Compiling toml v0.8.23 |
| 3157 | 2026-07-22T20:33:27.678Z | Compiling hmac v0.13.0 |
| 3158 | 2026-07-22T20:33:27.704Z | Compiling universal-hash v0.6.1 |
| 3159 | 2026-07-22T20:33:27.726Z | Compiling resolv-conf v0.7.6 |
| 3160 | 2026-07-22T20:33:27.787Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3161 | 2026-07-22T20:33:27.827Z | Compiling usdt v0.5.0 |
| 3162 | 2026-07-22T20:33:27.846Z | Compiling cancel-safe-futures v0.1.5 |
| 3163 | 2026-07-22T20:33:27.867Z | Compiling polyval v0.7.1 |
| 3164 | 2026-07-22T20:33:27.896Z | Compiling der v0.8.0 |
| 3165 | 2026-07-22T20:33:27.950Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-07-22T20:33:27.968Z | Compiling pbkdf2 v0.13.0 |
| 3167 | 2026-07-22T20:33:28.099Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3168 | 2026-07-22T20:33:28.116Z | Compiling ghash v0.6.0 |
| 3169 | 2026-07-22T20:33:28.150Z | Compiling aes v0.9.1 |
| 3170 | 2026-07-22T20:33:28.153Z | Compiling console v0.15.11 |
| 3171 | 2026-07-22T20:33:28.209Z | Compiling newline-converter v0.3.0 |
| 3172 | 2026-07-22T20:33:28.243Z | Compiling hickory-proto v0.24.4 |
| 3173 | 2026-07-22T20:33:28.287Z | Compiling ctr v0.10.1 |
| 3174 | 2026-07-22T20:33:28.292Z | Compiling aead v0.6.1 |
| 3175 | 2026-07-22T20:33:28.313Z | Compiling sha2 v0.11.0 |
| 3176 | 2026-07-22T20:33:28.368Z | Compiling linked-hash-map v0.5.6 |
| 3177 | 2026-07-22T20:33:28.469Z | Compiling linear-map v1.2.0 |
| 3178 | 2026-07-22T20:33:28.493Z | Compiling libefi-sys v0.1.0 |
| 3179 | 2026-07-22T20:33:28.519Z | Compiling expectorate v1.2.0 |
| 3180 | 2026-07-22T20:33:28.574Z | Compiling typify-macro v0.6.2 |
| 3181 | 2026-07-22T20:33:28.591Z | Compiling aes-gcm v0.11.0 |
| 3182 | 2026-07-22T20:33:28.683Z | Compiling lru-cache v0.1.2 |
| 3183 | 2026-07-22T20:33:28.725Z | Compiling crypto-bigint v0.7.5 |
| 3184 | 2026-07-22T20:33:28.758Z | Compiling oxide-update-engine-types v0.1.2 |
| 3185 | 2026-07-22T20:33:28.775Z | Compiling cbc v0.2.1 |
| 3186 | 2026-07-22T20:33:28.779Z | Compiling salsa20 v0.11.0 |
| 3187 | 2026-07-22T20:33:28.816Z | Compiling spki v0.8.0 |
| 3188 | 2026-07-22T20:33:28.840Z | Compiling bitfield-struct v0.6.2 |
| 3189 | 2026-07-22T20:33:28.958Z | Compiling nom v8.0.0 |
| 3190 | 2026-07-22T20:33:28.974Z | Compiling semver v0.1.20 |
| 3191 | 2026-07-22T20:33:29.065Z | Compiling scrypt v0.12.0 |
| 3192 | 2026-07-22T20:33:29.173Z | Compiling rustc_version v0.1.7 |
| 3193 | 2026-07-22T20:33:29.277Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-07-22T20:33:29.295Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3195 | 2026-07-22T20:33:29.380Z | Compiling slog-dtrace v0.3.0 |
| 3196 | 2026-07-22T20:33:29.437Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-07-22T20:33:29.474Z | Compiling minimal-lexical v0.2.1 |
| 3198 | 2026-07-22T20:33:29.538Z | Compiling oxide-tokio-rt v0.1.4 |
| 3199 | 2026-07-22T20:33:29.562Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-07-22T20:33:29.582Z | Compiling newtype_derive v0.1.6 |
| 3201 | 2026-07-22T20:33:29.646Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3202 | 2026-07-22T20:33:29.688Z | Compiling nom v7.1.3 |
| 3203 | 2026-07-22T20:33:29.757Z | Compiling oxide-update-engine v0.1.2 |
| 3204 | 2026-07-22T20:33:29.776Z | Compiling ingot-types v0.1.2 |
| 3205 | 2026-07-22T20:33:29.821Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-07-22T20:33:29.871Z | Compiling pkcs5 v0.8.1 |
| 3207 | 2026-07-22T20:33:29.889Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3208 | 2026-07-22T20:33:29.892Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-07-22T20:33:29.923Z | Compiling phf_shared v0.12.1 |
| 3210 | 2026-07-22T20:33:29.988Z | Compiling csv-core v0.1.13 |
| 3211 | 2026-07-22T20:33:30.130Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3212 | 2026-07-22T20:33:30.183Z | Compiling ingot v0.1.1 |
| 3213 | 2026-07-22T20:33:30.212Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3214 | 2026-07-22T20:33:30.232Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3215 | 2026-07-22T20:33:30.273Z | Compiling chrono-tz v0.10.4 |
| 3216 | 2026-07-22T20:33:30.290Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3217 | 2026-07-22T20:33:30.383Z | Compiling hickory-resolver v0.24.4 |
| 3218 | 2026-07-22T20:33:30.437Z | Compiling unicode-xid v0.2.6 |
| 3219 | 2026-07-22T20:33:30.454Z | Compiling typify v0.6.2 |
| 3220 | 2026-07-22T20:33:30.502Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-07-22T20:33:30.505Z | Compiling highway v1.3.0 |
| 3222 | 2026-07-22T20:33:30.582Z | Compiling progenitor-impl v0.14.0 |
| 3223 | 2026-07-22T20:33:30.600Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-07-22T20:33:30.980Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3225 | 2026-07-22T20:33:31.009Z | Compiling xshell v0.2.7 |
| 3226 | 2026-07-22T20:33:31.095Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-07-22T20:33:31.187Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3228 | 2026-07-22T20:33:31.350Z | Compiling pkcs8 v0.11.0 |
| 3229 | 2026-07-22T20:33:31.522Z | Compiling qorb v0.4.1 |
| 3230 | 2026-07-22T20:33:31.562Z | Compiling csv v1.4.0 |
| 3231 | 2026-07-22T20:33:31.579Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3232 | 2026-07-22T20:33:31.646Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3233 | 2026-07-22T20:33:31.760Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3234 | 2026-07-22T20:33:31.780Z | Compiling phf v0.12.1 |
| 3235 | 2026-07-22T20:33:31.959Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3236 | 2026-07-22T20:33:32.025Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3237 | 2026-07-22T20:33:32.139Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3238 | 2026-07-22T20:33:32.158Z | Compiling owo-colors v4.3.0 |
| 3239 | 2026-07-22T20:33:32.211Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3240 | 2026-07-22T20:33:32.366Z | Compiling const_format v0.2.35 |
| 3241 | 2026-07-22T20:33:32.466Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3242 | 2026-07-22T20:33:32.541Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3243 | 2026-07-22T20:33:32.636Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3244 | 2026-07-22T20:33:32.654Z | Compiling tabled_derive v0.7.0 |
| 3245 | 2026-07-22T20:33:32.714Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3246 | 2026-07-22T20:33:33.183Z | Compiling bcs v0.1.6 |
| 3247 | 2026-07-22T20:33:33.201Z | Compiling ff v0.14.0 |
| 3248 | 2026-07-22T20:33:33.290Z | Compiling progenitor-macro v0.14.0 |
| 3249 | 2026-07-22T20:33:33.377Z | Compiling salty v0.3.0 |
| 3250 | 2026-07-22T20:33:33.540Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3251 | 2026-07-22T20:33:33.587Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3252 | 2026-07-22T20:33:33.610Z | Compiling termtree v0.5.1 |
| 3253 | 2026-07-22T20:33:33.647Z | Compiling tagptr v0.2.0 |
| 3254 | 2026-07-22T20:33:33.706Z | Compiling tabled v0.15.0 |
| 3255 | 2026-07-22T20:33:33.723Z | Compiling textwrap v0.16.2 |
| 3256 | 2026-07-22T20:33:33.797Z | Compiling moka v0.12.13 |
| 3257 | 2026-07-22T20:33:33.826Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-07-22T20:33:33.864Z | Compiling steno v0.4.1 |
| 3259 | 2026-07-22T20:33:33.944Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3260 | 2026-07-22T20:33:34.065Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-07-22T20:33:34.232Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-07-22T20:33:34.262Z | Compiling signature v3.0.0 |
| 3263 | 2026-07-22T20:33:34.285Z | Compiling radium v0.7.0 |
| 3264 | 2026-07-22T20:33:34.288Z | Compiling base16ct v1.0.0 |
| 3265 | 2026-07-22T20:33:34.485Z | Compiling base64 v0.21.7 |
| 3266 | 2026-07-22T20:33:34.502Z | Compiling sec1 v0.8.1 |
| 3267 | 2026-07-22T20:33:34.527Z | Compiling hickory-resolver v0.25.2 |
| 3268 | 2026-07-22T20:33:34.622Z | Compiling group v0.14.0 |
| 3269 | 2026-07-22T20:33:34.655Z | Compiling hkdf v0.13.0 |
| 3270 | 2026-07-22T20:33:34.831Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3271 | 2026-07-22T20:33:34.836Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3272 | 2026-07-22T20:33:34.864Z | Compiling rfc6979 v0.4.0 |
| 3273 | 2026-07-22T20:33:34.867Z | Compiling maybe-uninit v2.0.0 |
| 3274 | 2026-07-22T20:33:34.932Z | Compiling tap v1.0.1 |
| 3275 | 2026-07-22T20:33:35.015Z | Compiling ecdsa v0.16.9 |
| 3276 | 2026-07-22T20:33:35.056Z | Compiling wyz v0.5.1 |
| 3277 | 2026-07-22T20:33:35.074Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3278 | 2026-07-22T20:33:35.285Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3279 | 2026-07-22T20:33:35.449Z | Compiling primeorder v0.13.6 |
| 3280 | 2026-07-22T20:33:35.504Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-07-22T20:33:35.648Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3282 | 2026-07-22T20:33:35.754Z | Compiling packed_struct v0.10.1 |
| 3283 | 2026-07-22T20:33:35.804Z | Compiling funty v2.0.0 |
| 3284 | 2026-07-22T20:33:35.850Z | Compiling utf-8 v0.7.6 |
| 3285 | 2026-07-22T20:33:35.894Z | Compiling parking_lot_core v0.8.6 |
| 3286 | 2026-07-22T20:33:35.974Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3287 | 2026-07-22T20:33:36.067Z | Compiling tungstenite v0.21.0 |
| 3288 | 2026-07-22T20:33:36.110Z | Compiling proc-macro-error2 v2.0.1 |
| 3289 | 2026-07-22T20:33:36.147Z | Compiling p384 v0.13.1 |
| 3290 | 2026-07-22T20:33:36.168Z | Compiling bitvec v1.0.1 |
| 3291 | 2026-07-22T20:33:36.311Z | Compiling rfc6979 v0.5.0 |
| 3292 | 2026-07-22T20:33:36.411Z | Compiling git-stub v1.0.0 |
| 3293 | 2026-07-22T20:33:36.430Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3294 | 2026-07-22T20:33:36.463Z | Compiling num-derive v0.3.3 |
| 3295 | 2026-07-22T20:33:36.489Z | Compiling packed_struct_codegen v0.10.1 |
| 3296 | 2026-07-22T20:33:36.492Z | Compiling bitfield-macros v0.19.4 |
| 3297 | 2026-07-22T20:33:36.691Z | Compiling zerocopy-derive v0.6.6 |
| 3298 | 2026-07-22T20:33:36.709Z | Compiling indexmap v1.9.3 |
| 3299 | 2026-07-22T20:33:36.762Z | Compiling crc-catalog v2.4.0 |
| 3300 | 2026-07-22T20:33:36.886Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3301 | 2026-07-22T20:33:36.912Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3302 | 2026-07-22T20:33:36.970Z | Compiling nodrop v0.1.14 |
| 3303 | 2026-07-22T20:33:36.986Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3304 | 2026-07-22T20:33:37.055Z | Compiling array-init v0.0.4 |
| 3305 | 2026-07-22T20:33:37.088Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3306 | 2026-07-22T20:33:37.193Z | Compiling crc v3.4.0 |
| 3307 | 2026-07-22T20:33:37.226Z | Compiling tokio-tungstenite v0.21.0 |
| 3308 | 2026-07-22T20:33:37.272Z | Compiling git-stub-vcs v0.1.0 |
| 3309 | 2026-07-22T20:33:37.315Z | Compiling bitfield v0.19.4 |
| 3310 | 2026-07-22T20:33:37.426Z | Compiling tabled_derive v0.11.0 |
| 3311 | 2026-07-22T20:33:37.430Z | Compiling ecdsa v0.17.0-rc.18 |
| 3312 | 2026-07-22T20:33:37.462Z | Compiling libscf-sys v1.1.0 |
| 3313 | 2026-07-22T20:33:37.524Z | Compiling smallvec v0.6.14 |
| 3314 | 2026-07-22T20:33:37.633Z | Compiling zerocopy v0.6.6 |
| 3315 | 2026-07-22T20:33:37.651Z | Compiling primeorder v0.14.0-rc.10 |
| 3316 | 2026-07-22T20:33:37.687Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-07-22T20:33:37.725Z | Compiling primefield v0.14.0 |
| 3318 | 2026-07-22T20:33:37.757Z | Compiling progenitor-impl v0.13.0 |
| 3319 | 2026-07-22T20:33:37.878Z | Compiling papergrid v0.17.0 |
| 3320 | 2026-07-22T20:33:37.901Z | Compiling testing_table v0.3.0 |
| 3321 | 2026-07-22T20:33:37.919Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3322 | 2026-07-22T20:33:37.989Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-07-22T20:33:38.007Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3324 | 2026-07-22T20:33:38.024Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3325 | 2026-07-22T20:33:38.045Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-07-22T20:33:38.088Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-07-22T20:33:38.115Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3328 | 2026-07-22T20:33:38.267Z | Compiling unicase v2.9.0 |
| 3329 | 2026-07-22T20:33:38.294Z | Compiling corncobs v0.1.4 |
| 3330 | 2026-07-22T20:33:38.342Z | Compiling hashbrown v0.12.3 |
| 3331 | 2026-07-22T20:33:38.421Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3332 | 2026-07-22T20:33:38.424Z | Compiling progenitor v0.14.0 |
| 3333 | 2026-07-22T20:33:38.483Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-07-22T20:33:38.500Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3335 | 2026-07-22T20:33:38.503Z | Compiling parking_lot v0.11.2 |
| 3336 | 2026-07-22T20:33:38.503Z | Compiling mime_guess v2.0.5 |
| 3337 | 2026-07-22T20:33:38.611Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3338 | 2026-07-22T20:33:38.648Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3339 | 2026-07-22T20:33:38.667Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3340 | 2026-07-22T20:33:38.685Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3341 | 2026-07-22T20:33:38.737Z | Compiling serde-hex v0.1.0 |
| 3342 | 2026-07-22T20:33:38.850Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3343 | 2026-07-22T20:33:38.864Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3344 | 2026-07-22T20:33:38.903Z | Compiling tabled v0.20.0 |
| 3345 | 2026-07-22T20:33:39.021Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3346 | 2026-07-22T20:33:39.128Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3347 | 2026-07-22T20:33:39.173Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3348 | 2026-07-22T20:33:39.450Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3349 | 2026-07-22T20:33:39.489Z | Compiling ron v0.8.1 |
| 3350 | 2026-07-22T20:33:39.565Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3351 | 2026-07-22T20:33:39.582Z | Compiling hashbrown v0.13.2 |
| 3352 | 2026-07-22T20:33:39.622Z | Compiling progenitor-client v0.13.0 |
| 3353 | 2026-07-22T20:33:39.638Z | Compiling prefix-trie v0.7.0 |
| 3354 | 2026-07-22T20:33:39.928Z | Compiling fxhash v0.2.1 |
| 3355 | 2026-07-22T20:33:40.053Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3356 | 2026-07-22T20:33:40.098Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3357 | 2026-07-22T20:33:40.116Z | Compiling secrecy v0.8.0 |
| 3358 | 2026-07-22T20:33:40.288Z | Compiling crc-any v2.5.0 |
| 3359 | 2026-07-22T20:33:40.346Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3360 | 2026-07-22T20:33:40.371Z | Compiling progenitor-macro v0.13.0 |
| 3361 | 2026-07-22T20:33:40.558Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3362 | 2026-07-22T20:33:40.608Z | Compiling sled v0.34.7 |
| 3363 | 2026-07-22T20:33:40.960Z | Compiling object v0.30.4 |
| 3364 | 2026-07-22T20:33:41.125Z | Compiling hickory-server v0.25.2 |
| 3365 | 2026-07-22T20:33:41.245Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3366 | 2026-07-22T20:33:41.295Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3367 | 2026-07-22T20:33:41.372Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3368 | 2026-07-22T20:33:41.391Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3369 | 2026-07-22T20:33:41.828Z | Compiling ed25519 v3.0.0 |
| 3370 | 2026-07-22T20:33:41.884Z | Compiling crypto-primes v0.7.2 |
| 3371 | 2026-07-22T20:33:41.986Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-07-22T20:33:42.458Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3373 | 2026-07-22T20:33:42.568Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3374 | 2026-07-22T20:33:42.747Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3375 | 2026-07-22T20:33:42.945Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3376 | 2026-07-22T20:33:42.970Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3377 | 2026-07-22T20:33:43.006Z | Compiling poly1305 v0.9.0 |
| 3378 | 2026-07-22T20:33:43.031Z | Compiling blowfish v0.10.0 |
| 3379 | 2026-07-22T20:33:43.049Z | Compiling blake2 v0.11.0-rc.6 |
| 3380 | 2026-07-22T20:33:43.302Z | Compiling keccak v0.2.0 |
| 3381 | 2026-07-22T20:33:43.335Z | Compiling crc8 v0.1.1 |
| 3382 | 2026-07-22T20:33:43.385Z | Compiling half v1.8.3 |
| 3383 | 2026-07-22T20:33:43.475Z | Compiling path-slash v0.1.5 |
| 3384 | 2026-07-22T20:33:43.515Z | Compiling fiat-crypto v0.3.0 |
| 3385 | 2026-07-22T20:33:43.620Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3386 | 2026-07-22T20:33:43.644Z | Compiling http-range v0.1.5 |
| 3387 | 2026-07-22T20:33:43.662Z | Compiling serde_cbor v0.11.2 |
| 3388 | 2026-07-22T20:33:43.681Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3389 | 2026-07-22T20:33:43.741Z | Compiling sha3 v0.11.0 |
| 3390 | 2026-07-22T20:33:43.776Z | Compiling argon2 v0.6.0-rc.8 |
| 3391 | 2026-07-22T20:33:43.858Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3392 | 2026-07-22T20:33:43.906Z | Compiling rsa v0.10.0-rc.18 |
| 3393 | 2026-07-22T20:33:43.959Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3394 | 2026-07-22T20:33:44.092Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3395 | 2026-07-22T20:33:44.221Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3396 | 2026-07-22T20:33:44.299Z | Compiling illumos-nvpair v0.3.0 |
| 3397 | 2026-07-22T20:33:44.347Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3398 | 2026-07-22T20:33:44.545Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-07-22T20:33:44.570Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3400 | 2026-07-22T20:33:44.761Z | Compiling p521 v0.14.0-rc.10 |
| 3401 | 2026-07-22T20:33:44.779Z | Compiling p256 v0.14.0-rc.10 |
| 3402 | 2026-07-22T20:33:44.893Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3403 | 2026-07-22T20:33:44.912Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3404 | 2026-07-22T20:33:44.960Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3405 | 2026-07-22T20:33:45.035Z | Compiling yasna v0.5.2 |
| 3406 | 2026-07-22T20:33:45.353Z | Compiling kstat-rs v0.2.4 |
| 3407 | 2026-07-22T20:33:45.438Z | Compiling headers-core v0.3.0 |
| 3408 | 2026-07-22T20:33:45.454Z | Compiling kem v0.3.0 |
| 3409 | 2026-07-22T20:33:45.470Z | Compiling progenitor v0.13.0 |
| 3410 | 2026-07-22T20:33:45.583Z | Compiling module-lattice v0.2.3 |
| 3411 | 2026-07-22T20:33:45.599Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3412 | 2026-07-22T20:33:45.643Z | Compiling nanorand v0.7.0 |
| 3413 | 2026-07-22T20:33:45.663Z | Compiling atty v0.2.14 |
| 3414 | 2026-07-22T20:33:45.683Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3415 | 2026-07-22T20:33:45.686Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3416 | 2026-07-22T20:33:45.733Z | Compiling headers v0.4.1 |
| 3417 | 2026-07-22T20:33:45.827Z | Compiling ml-kem v0.3.2 |
| 3418 | 2026-07-22T20:33:45.861Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3419 | 2026-07-22T20:33:45.966Z | Compiling flume v0.11.1 |
| 3420 | 2026-07-22T20:33:46.056Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3421 | 2026-07-22T20:33:46.096Z | Compiling rcgen v0.12.1 |
| 3422 | 2026-07-22T20:33:46.306Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3423 | 2026-07-22T20:33:46.419Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3424 | 2026-07-22T20:33:46.573Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-07-22T20:33:46.757Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-07-22T20:33:46.803Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3427 | 2026-07-22T20:33:47.013Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3428 | 2026-07-22T20:33:47.123Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3429 | 2026-07-22T20:33:47.155Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3430 | 2026-07-22T20:33:47.348Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3431 | 2026-07-22T20:33:47.451Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-07-22T20:33:47.573Z | Compiling russh-cryptovec v0.61.0 |
| 3433 | 2026-07-22T20:33:47.820Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3434 | 2026-07-22T20:33:47.838Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-07-22T20:33:48.088Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3436 | 2026-07-22T20:33:48.107Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3437 | 2026-07-22T20:33:48.168Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3438 | 2026-07-22T20:33:48.290Z | Compiling port-file v0.1.0 |
| 3439 | 2026-07-22T20:33:48.308Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-07-22T20:33:48.331Z | Compiling generic-array v1.4.3 |
| 3441 | 2026-07-22T20:33:48.349Z | Compiling russh-util v0.52.0 |
| 3442 | 2026-07-22T20:33:48.528Z | Compiling enum_dispatch v0.3.13 |
| 3443 | 2026-07-22T20:33:48.560Z | Compiling delegate v0.13.5 |
| 3444 | 2026-07-22T20:33:48.608Z | Compiling subprocess v0.2.15 |
| 3445 | 2026-07-22T20:33:48.644Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3446 | 2026-07-22T20:33:48.770Z | Compiling p384 v0.14.0-rc.10 |
| 3447 | 2026-07-22T20:33:48.842Z | Compiling hex-literal v1.1.0 |
| 3448 | 2026-07-22T20:33:48.859Z | Compiling display-error-chain v0.2.2 |
| 3449 | 2026-07-22T20:33:48.983Z | Compiling md5 v0.8.0 |
| 3450 | 2026-07-22T20:33:49.055Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3451 | 2026-07-22T20:33:49.121Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3452 | 2026-07-22T20:33:49.212Z | Compiling colored v2.2.0 |
| 3453 | 2026-07-22T20:33:49.278Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-07-22T20:33:49.367Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-07-22T20:33:49.489Z | Compiling internet-checksum v0.2.1 |
| 3456 | 2026-07-22T20:33:49.820Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3457 | 2026-07-22T20:33:50.544Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3458 | 2026-07-22T20:33:50.901Z | Compiling ssh-key v0.7.0-rc.10 |
| 3459 | 2026-07-22T20:33:51.082Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3460 | 2026-07-22T20:33:52.133Z | Compiling russh v0.61.2 |
| 3461 | 2026-07-22T20:33:52.589Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3462 | 2026-07-22T20:33:53.728Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-07-22T20:34:02.105Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3464 | 2026-07-22T20:34:02.105Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3465 | 2026-07-22T20:34:02.105Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-07-22T20:34:02.108Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3467 | 2026-07-22T20:34:03.825Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3468 | 2026-07-22T20:34:03.889Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3469 | 2026-07-22T20:34:07.830Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3470 | 2026-07-22T20:34:47.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3471 | 2026-07-22T20:34:47.482Z | |
| 3472 | 2026-07-22T20:34:47.482Z | real 1:27.071792793 |
| 3473 | 2026-07-22T20:34:47.482Z | user 8:40.186755388 |
| 3474 | 2026-07-22T20:34:47.482Z | sys 1:43.016358442 |
| 3475 | 2026-07-22T20:34:47.482Z | trap 0.264261048 |
| 3476 | 2026-07-22T20:34:47.483Z | tflt 0.398751079 |
| 3477 | 2026-07-22T20:34:47.483Z | dflt 1.723154803 |
| 3478 | 2026-07-22T20:34:47.483Z | kflt 0.000306390 |
| 3479 | 2026-07-22T20:34:47.483Z | lock 30:51.985002779 |
| 3480 | 2026-07-22T20:34:47.486Z | slp 19:53.556942792 |
| 3481 | 2026-07-22T20:34:47.486Z | lat 43.128111062 |
| 3482 | 2026-07-22T20:34:47.486Z | stop 3:01.802160882 |
| 3483 | 2026-07-22T20:34:47.486Z | + mkdir tests |
| 3484 | 2026-07-22T20:34:47.489Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-07-22T20:34:47.489Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-07-22T20:34:47.511Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3487 | 2026-07-22T20:34:47.540Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3488 | 2026-07-22T20:34:47.568Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3489 | 2026-07-22T20:34:47.598Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3490 | 2026-07-22T20:34:47.930Z | + 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) |
| 3491 | 2026-07-22T20:34:47.933Z | + 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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 |
| 3492 | 2026-07-22T20:36:07.668Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-07-22T20:36:07.668Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-07-22T20:36:07.668Z | a out/target/test 1K |
| 3495 | 2026-07-22T20:36:07.668Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-07-22T20:36:07.668Z | a package-manifest.toml 35K |
| 3497 | 2026-07-22T20:36:07.668Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-07-22T20:36:07.668Z | a target/release/omicron-package 40669K |
| 3499 | 2026-07-22T20:36:07.668Z | a target/release/xtask 10468K |
| 3500 | 2026-07-22T20:36:07.668Z | a target/debug/bootstrap 349526K |
| 3501 | 2026-07-22T20:36:07.668Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3502 | 2026-07-22T20:36:07.668Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3503 | 2026-07-22T20:36:07.668Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3504 | 2026-07-22T20:36:07.668Z | a tests/end_to_end_tests-fe05326eebb245d2 399403K |
| 3505 | 2026-07-22T20:36:07.668Z | a tools/opte_version 1K |
| 3506 | 2026-07-22T20:36:07.668Z | a tools/opte_version_override 2K |
| 3507 | 2026-07-22T20:36:07.668Z | a out/clickhouse.tar.gz 310632K |
| 3508 | 2026-07-22T20:36:07.668Z | a out/clickhouse_keeper.tar.gz 297119K |
| 3509 | 2026-07-22T20:36:07.668Z | a out/clickhouse_server.tar.gz 310629K |
| 3510 | 2026-07-22T20:36:07.668Z | a out/cockroachdb.tar.gz 161693K |
| 3511 | 2026-07-22T20:36:07.668Z | a out/crucible-pantry-zone.tar.gz 39093K |
| 3512 | 2026-07-22T20:36:07.668Z | a out/crucible-utils.tar 18900K |
| 3513 | 2026-07-22T20:36:07.668Z | a out/crucible-zone.tar.gz 53788K |
| 3514 | 2026-07-22T20:36:07.669Z | a out/external-dns.tar.gz 46113K |
| 3515 | 2026-07-22T20:36:07.669Z | a out/internal-dns.tar.gz 46113K |
| 3516 | 2026-07-22T20:36:07.669Z | a out/mg-ddm-gz.tar 102717K |
| 3517 | 2026-07-22T20:36:07.669Z | a out/nexus.tar.gz 273553K |
| 3518 | 2026-07-22T20:36:07.669Z | a out/ntp.tar.gz 29877K |
| 3519 | 2026-07-22T20:36:07.669Z | a out/omicron-gateway-softnpu.tar.gz 27690K |
| 3520 | 2026-07-22T20:36:07.669Z | a out/omicron-sled-agent.tar 191308K |
| 3521 | 2026-07-22T20:36:07.669Z | a out/overlay.tar.gz 4K |
| 3522 | 2026-07-22T20:36:07.669Z | a out/oximeter.tar.gz 59866K |
| 3523 | 2026-07-22T20:36:07.669Z | a out/oxlog.tar 3808K |
| 3524 | 2026-07-22T20:36:07.669Z | a out/probe.tar.gz 3037K |
| 3525 | 2026-07-22T20:36:07.669Z | a out/propolis-server.tar.gz 34372K |
| 3526 | 2026-07-22T20:36:07.669Z | a out/pumpkind-gz.tar 26647K |
| 3527 | 2026-07-22T20:36:07.669Z | a out/switch-softnpu.tar.gz 450104K |
| 3528 | 2026-07-22T20:36:07.675Z | |
| 3529 | 2026-07-22T20:36:07.675Z | real 1:19.734640488 |
| 3530 | 2026-07-22T20:36:07.675Z | user 1:17.106217877 |
| 3531 | 2026-07-22T20:36:07.675Z | sys 4.399005976 |
| 3532 | 2026-07-22T20:36:07.675Z | trap 0.006935645 |
| 3533 | 2026-07-22T20:36:07.675Z | tflt 0.000000000 |
| 3534 | 2026-07-22T20:36:07.675Z | dflt 0.000000000 |
| 3535 | 2026-07-22T20:36:07.675Z | kflt 0.000000000 |
| 3536 | 2026-07-22T20:36:07.675Z | lock 0.000000000 |
| 3537 | 2026-07-22T20:36:07.675Z | slp 1:16.973861667 |
| 3538 | 2026-07-22T20:36:07.675Z | lat 0.978397837 |
| 3539 | 2026-07-22T20:36:07.675Z | stop 0.000460550 |
| 3540 | 2026-07-22T20:36:07.675Z | process exited: duration 940730 ms, exit code 0 |
| |
| 3541 | 2026-07-22T20:36:07.699Z | found 1 output files |
| 3542 | 2026-07-22T20:36:07.743Z | uploading: /work/package.tar.gz (2482938511 bytes) |
| 3543 | 2026-07-22T20:37:15.402Z | uploaded: /work/package.tar.gz |