|
|
|
| 1 | 2026-09-06T23:55:16.278Z | job assigned to worker 01M1WJAB30J1EH8J54Z1EV5EAX [factory aws, i-08d1ffbad0bf51206] (queued for 47 s) |
| |
| 2 | 2026-09-06T23:55:23.972Z | starting task 0: "setup" |
| 3 | 2026-09-06T23:55:23.976Z | ++ uname -s |
| 4 | 2026-09-06T23:55:23.979Z | + kern=SunOS |
| 5 | 2026-09-06T23:55:23.980Z | + build_user=build |
| 6 | 2026-09-06T23:55:23.980Z | + build_uid=12345 |
| 7 | 2026-09-06T23:55:23.980Z | + work_dir=/work |
| 8 | 2026-09-06T23:55:23.980Z | + input_dir=/input |
| 9 | 2026-09-06T23:55:23.980Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-06T23:55:23.980Z | + case "$kern" in |
| 11 | 2026-09-06T23:55:23.980Z | + groupadd -g 12345 build |
| 12 | 2026-09-06T23:55:23.983Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-06T23:55:25.990Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-06T23:55:26.072Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-06T23:55:26.077Z | + home_fs=zfs |
| 16 | 2026-09-06T23:55:26.077Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-06T23:55:26.077Z | + mkdir -p /home/build |
| 18 | 2026-09-06T23:55:26.077Z | + chown build:build /home/build /work |
| 19 | 2026-09-06T23:55:28.075Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-06T23:55:28.078Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-09-06T23:55:28.084Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-06T23:55:28.091Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-06T23:55:28.091Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-06T23:55:28.091Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-09-06T23:55:28.091Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-09-06T23:55:28.091Z | * rust toolchain channel = "1.98.1" |
| 27 | 2026-09-06T23:55:28.091Z | * rust toolchain profile = "default" |
| 28 | 2026-09-06T23:55:28.094Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-06T23:55:28.094Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-06T23:55:28.185Z | info: downloading installer |
| 31 | 2026-09-06T23:55:29.404Z | info: profile set to default |
| 32 | 2026-09-06T23:55:29.404Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-06T23:55:29.407Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-06T23:55:29.536Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-06T23:55:29.539Z | info: downloading 6 components |
| 36 | 2026-09-06T23:55:44.860Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 37 | 2026-09-06T23:55:44.860Z | |
| 38 | 2026-09-06T23:55:44.889Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-06T23:55:44.889Z | |
| 40 | 2026-09-06T23:55:44.892Z | |
| 41 | 2026-09-06T23:55:44.892Z | Rust is installed now. Great! |
| 42 | 2026-09-06T23:55:44.892Z | |
| 43 | 2026-09-06T23:55:44.892Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-06T23:55:44.892Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-06T23:55:44.892Z | |
| 46 | 2026-09-06T23:55:44.892Z | To configure your current shell, you need to source |
| 47 | 2026-09-06T23:55:44.892Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-06T23:55:44.892Z | |
| 49 | 2026-09-06T23:55:44.892Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-06T23:55:44.892Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-06T23:55:44.892Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-06T23:55:44.892Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-06T23:55:44.892Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-06T23:55:44.892Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-06T23:55:44.892Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-06T23:55:44.893Z | HOST_CC = None |
| 57 | 2026-09-06T23:55:44.893Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-06T23:55:44.893Z | CC = None |
| 59 | 2026-09-06T23:55:44.893Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-06T23:55:45.078Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-06T23:55:45.078Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-06T23:55:45.078Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-06T23:55:45.078Z | CFLAGS = None |
| 64 | 2026-09-06T23:55:45.078Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-06T23:55:45.078Z | HOST_CFLAGS = None |
| 66 | 2026-09-06T23:55:45.079Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-06T23:55:45.079Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-06T23:55:45.079Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-06T23:55:45.079Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-06T23:55:45.174Z | + rustup --version |
| 71 | 2026-09-06T23:55:45.179Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-06T23:55:45.182Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-06T23:55:45.201Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-06T23:55:45.204Z | + cargo --version |
| 75 | 2026-09-06T23:55:45.211Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-06T23:55:45.215Z | + rustc --version |
| 77 | 2026-09-06T23:55:45.234Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-06T23:55:45.238Z | process exited: duration 17152 ms, exit code 0 |
| |
| 79 | 2026-09-06T23:55:45.244Z | starting task 2: "authentication" |
| 80 | 2026-09-06T23:55:45.265Z | process exited: duration 20 ms, exit code 0 |
| |
| 81 | 2026-09-06T23:55:45.271Z | starting task 3: "clone repository" |
| 82 | 2026-09-06T23:55:45.275Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-06T23:55:45.278Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-06T23:55:45.310Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-06T23:55:59.312Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-06T23:55:59.312Z | + git fetch origin 01f98ba88b7421b44011364c90e658f53f17eb70 |
| 87 | 2026-09-06T23:55:59.648Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-06T23:55:59.648Z | * branch 01f98ba88b7421b44011364c90e658f53f17eb70 -> FETCH_HEAD |
| 89 | 2026-09-06T23:55:59.662Z | + [[ -n sush-sled-agent ]] |
| 90 | 2026-09-06T23:55:59.666Z | ++ git branch --show-current |
| 91 | 2026-09-06T23:55:59.669Z | + current=main |
| 92 | 2026-09-06T23:55:59.669Z | + [[ main != sush-sled-agent ]] |
| 93 | 2026-09-06T23:55:59.669Z | + git branch -f sush-sled-agent 01f98ba88b7421b44011364c90e658f53f17eb70 |
| 94 | 2026-09-06T23:55:59.672Z | + git checkout -f sush-sled-agent |
| 95 | 2026-09-06T23:55:59.924Z | Switched to branch 'sush-sled-agent' |
| 96 | 2026-09-06T23:55:59.927Z | + git reset --hard 01f98ba88b7421b44011364c90e658f53f17eb70 |
| 97 | 2026-09-06T23:55:59.943Z | HEAD is now at 01f98ba88 Embed sush in sled-agent |
| 98 | 2026-09-06T23:55:59.946Z | process exited: duration 14673 ms, exit code 0 |
| |
| 99 | 2026-09-06T23:55:59.952Z | starting task 4: "build" |
| 100 | 2026-09-06T23:55:59.958Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-06T23:55:59.958Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-06T23:55:59.958Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-06T23:55:59.961Z | +++ uname -s |
| 104 | 2026-09-06T23:55:59.961Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-06T23:55:59.961Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-06T23:55:59.964Z | + cargo --version |
| 107 | 2026-09-06T23:55:59.973Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 108 | 2026-09-06T23:55:59.976Z | + rustc --version |
| 109 | 2026-09-06T23:55:59.996Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 110 | 2026-09-06T23:55:59.999Z | + WORK=/work |
| 111 | 2026-09-06T23:55:59.999Z | + pfexec mkdir -p /work |
| 112 | 2026-09-06T23:56:00.003Z | + pfexec chown build /work |
| 113 | 2026-09-06T23:56:00.006Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-09-06T23:56:02.103Z | Startup: Refreshing catalog 'helios' ... Done |
| 115 | 2026-09-06T23:56:02.529Z | Startup: Caching catalogs ... Done |
| 116 | 2026-09-06T23:56:05.129Z | Planning: Solver setup ... Done (2.426s) |
| 117 | 2026-09-06T23:56:05.199Z | Planning: Running solver ... Done (0.069s) |
| 118 | 2026-09-06T23:56:05.250Z | Planning: Finding local manifests ... Done (0.004s) |
| 119 | 2026-09-06T23:56:05.264Z | Planning: Fetching manifests: 0/2 0% complete |
| 120 | 2026-09-06T23:56:05.282Z | Planning: Fetching manifests: 2/2 100% complete |
| 121 | 2026-09-06T23:56:05.297Z | Planning: Package planning ... Done (0.015s) |
| 122 | 2026-09-06T23:56:05.300Z | Planning: Merging actions ... Done (0.002s) |
| 123 | 2026-09-06T23:56:05.466Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 124 | 2026-09-06T23:56:05.469Z | Planning: Consolidating action changes ... Done (0.001s) |
| 125 | 2026-09-06T23:56:06.342Z | Planning: Evaluating mediators ... Done (0.876s) |
| 126 | 2026-09-06T23:56:06.345Z | Planning: Planning completed in 3.77 seconds |
| 127 | 2026-09-06T23:56:06.352Z | Packages to install: 2 |
| 128 | 2026-09-06T23:56:06.353Z | Estimated space available: 156.02 GB |
| 129 | 2026-09-06T23:56:06.353Z | Estimated space to be consumed: 86.48 MB |
| 130 | 2026-09-06T23:56:06.353Z | Create boot environment: No |
| 131 | 2026-09-06T23:56:06.353Z | Create backup boot environment: No |
| 132 | 2026-09-06T23:56:06.356Z | Rebuild boot archive: No |
| 133 | 2026-09-06T23:56:06.356Z | |
| 134 | 2026-09-06T23:56:06.356Z | Changed packages: |
| 135 | 2026-09-06T23:56:06.356Z | helios |
| 136 | 2026-09-06T23:56:06.356Z | developer/build-essential |
| 137 | 2026-09-06T23:56:06.356Z | None -> 11-3.0 |
| 138 | 2026-09-06T23:56:06.356Z | library/libxmlsec1 |
| 139 | 2026-09-06T23:56:06.356Z | None -> 1.2.35-3.0 |
| 140 | 2026-09-06T23:56:06.378Z | |
| 141 | 2026-09-06T23:56:06.378Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 142 | 2026-09-06T23:56:06.447Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 143 | 2026-09-06T23:56:06.511Z | Actions: 1/268 actions (Installing new actions) |
| 144 | 2026-09-06T23:56:06.550Z | Actions: Completed 268 actions in 0.04 seconds. |
| 145 | 2026-09-06T23:56:06.586Z | Finalize: Updating package state database ... Done (0.036s) |
| 146 | 2026-09-06T23:56:06.586Z | Finalize: Updating package cache ... Done (0.000s) |
| 147 | 2026-09-06T23:56:06.683Z | Finalize: Updating image state ... Done (0.096s) |
| 148 | 2026-09-06T23:56:09.487Z | Finalize: Creating fast lookup database ... Done (2.747s) |
| 149 | 2026-09-06T23:56:09.559Z | Finalize: Reading search index ... Done (0.013s) |
| 150 | 2026-09-06T23:56:09.562Z | Finalize: Updating search index ... Done (0.000s) |
| 151 | 2026-09-06T23:56:09.632Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-09-06T23:56:10.012Z | Planning: Evaluating mediator changes ... Done |
| 153 | 2026-09-06T23:56:10.116Z | Planning: Checking for conflicting actions ... Done |
| 154 | 2026-09-06T23:56:10.119Z | Planning: Consolidating action changes ... Done |
| 155 | 2026-09-06T23:56:10.275Z | Planning: Evaluating mediators ... Done |
| 156 | 2026-09-06T23:56:10.278Z | Planning: Planning completed in 0.26 seconds |
| 157 | 2026-09-06T23:56:10.299Z | Mediators to change: 2 |
| 158 | 2026-09-06T23:56:10.300Z | Create boot environment: No |
| 159 | 2026-09-06T23:56:10.300Z | Create backup boot environment: No |
| 160 | 2026-09-06T23:56:10.345Z | Finalize: Updating package state database ... Done |
| 161 | 2026-09-06T23:56:10.345Z | Finalize: Updating package cache ... Done |
| 162 | 2026-09-06T23:56:10.408Z | Finalize: Updating image state ... Done |
| 163 | 2026-09-06T23:56:12.375Z | Finalize: Creating fast lookup database ... Done |
| 164 | 2026-09-06T23:56:12.438Z | Finalize: Reading search index ... Done |
| 165 | 2026-09-06T23:56:12.441Z | Finalize: Updating search index ... Done |
| 166 | 2026-09-06T23:56:12.516Z | Finalize: Updating package cache ... Done |
| 167 | 2026-09-06T23:56:12.802Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-09-06T23:56:12.924Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-09-06T23:56:12.931Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-09-06T23:56:13.063Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-09-06T23:56:13.066Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-09-06T23:56:13.086Z | Mediators to change: 1 |
| 173 | 2026-09-06T23:56:13.086Z | Create boot environment: No |
| 174 | 2026-09-06T23:56:13.087Z | Create backup boot environment: No |
| 175 | 2026-09-06T23:56:13.126Z | Finalize: Updating package state database ... Done |
| 176 | 2026-09-06T23:56:13.126Z | Finalize: Updating package cache ... Done |
| 177 | 2026-09-06T23:56:13.191Z | Finalize: Updating image state ... Done |
| 178 | 2026-09-06T23:56:15.169Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-09-06T23:56:15.229Z | Finalize: Reading search index ... Done |
| 180 | 2026-09-06T23:56:15.233Z | Finalize: Updating search index ... Done |
| 181 | 2026-09-06T23:56:15.288Z | Finalize: Updating package cache ... Done |
| 182 | 2026-09-06T23:56:15.606Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 183 | 2026-09-06T23:56:15.606Z | apache system 2.4 system |
| 184 | 2026-09-06T23:56:15.606Z | clang system 15 system |
| 185 | 2026-09-06T23:56:15.606Z | csh system system illumos |
| 186 | 2026-09-06T23:56:15.606Z | ctags system system illumos |
| 187 | 2026-09-06T23:56:15.606Z | file vendor vendor darwinsys |
| 188 | 2026-09-06T23:56:15.606Z | file system system illumos |
| 189 | 2026-09-06T23:56:15.606Z | gcc vendor 14 vendor |
| 190 | 2026-09-06T23:56:15.606Z | gcc system 13 system |
| 191 | 2026-09-06T23:56:15.606Z | gcc system 10 system |
| 192 | 2026-09-06T23:56:15.606Z | go system 1.25 system |
| 193 | 2026-09-06T23:56:15.606Z | llvm system 15 system |
| 194 | 2026-09-06T23:56:15.606Z | mariadb system 11.4 system |
| 195 | 2026-09-06T23:56:15.606Z | mta vendor vendor dma |
| 196 | 2026-09-06T23:56:15.606Z | openjdk system 17 system |
| 197 | 2026-09-06T23:56:15.606Z | openjdk system 11 system |
| 198 | 2026-09-06T23:56:15.606Z | openssl vendor 3 vendor |
| 199 | 2026-09-06T23:56:15.606Z | perl system 5.40 system |
| 200 | 2026-09-06T23:56:15.606Z | postgresql system 18 system |
| 201 | 2026-09-06T23:56:15.606Z | postgresql system 17 system |
| 202 | 2026-09-06T23:56:15.606Z | python vendor 3 vendor |
| 203 | 2026-09-06T23:56:15.606Z | python system 2 system |
| 204 | 2026-09-06T23:56:15.606Z | python3 vendor 3.13 vendor |
| 205 | 2026-09-06T23:56:15.606Z | ruby system 3.4 system |
| 206 | 2026-09-06T23:56:15.606Z | ruby system 3.0 system |
| 207 | 2026-09-06T23:56:15.606Z | words vendor vendor american-english |
| 208 | 2026-09-06T23:56:15.606Z | words system system australian-english |
| 209 | 2026-09-06T23:56:15.606Z | words system system british-english |
| 210 | 2026-09-06T23:56:15.606Z | words system system canadian-english |
| 211 | 2026-09-06T23:56:15.606Z | words system system french |
| 212 | 2026-09-06T23:56:15.607Z | words system system italian |
| 213 | 2026-09-06T23:56:15.607Z | words system system ngerman |
| 214 | 2026-09-06T23:56:15.607Z | words system system ogerman |
| 215 | 2026-09-06T23:56:15.607Z | words system system spanish |
| 216 | 2026-09-06T23:56:15.866Z | PUBLISHER TYPE STATUS P LOCATION |
| 217 | 2026-09-06T23:56:15.866Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 218 | 2026-09-06T23:56:16.381Z | FMRI IFO |
| 219 | 2026-09-06T23:56:16.381Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 220 | 2026-09-06T23:56:16.381Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 221 | 2026-09-06T23:56:16.381Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 222 | 2026-09-06T23:56:16.381Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 223 | 2026-09-06T23:56:16.381Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 224 | 2026-09-06T23:56:16.381Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 225 | 2026-09-06T23:56:16.381Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 226 | 2026-09-06T23:56:16.381Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 227 | 2026-09-06T23:56:16.381Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 228 | 2026-09-06T23:56:16.728Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 229 | 2026-09-06T23:56:17.088Z | Updating crates.io index |
| 230 | 2026-09-06T23:56:17.091Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 231 | 2026-09-06T23:56:17.378Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 232 | 2026-09-06T23:56:17.780Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 233 | 2026-09-06T23:56:18.045Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 234 | 2026-09-06T23:56:19.090Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 235 | 2026-09-06T23:56:19.659Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 236 | 2026-09-06T23:56:21.239Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 237 | 2026-09-06T23:56:22.111Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 238 | 2026-09-06T23:56:22.439Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-09-06T23:56:22.807Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 240 | 2026-09-06T23:56:24.007Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 241 | 2026-09-06T23:56:24.632Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-09-06T23:56:25.025Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 243 | 2026-09-06T23:56:25.394Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 244 | 2026-09-06T23:56:25.677Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 245 | 2026-09-06T23:56:25.968Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 246 | 2026-09-06T23:56:26.294Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 247 | 2026-09-06T23:56:26.581Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 248 | 2026-09-06T23:56:26.895Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 249 | 2026-09-06T23:56:27.270Z | Updating git repository `https://github.com/oxidecomputer/sush` |
| 250 | 2026-09-06T23:56:27.799Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 251 | 2026-09-06T23:56:28.330Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 252 | 2026-09-06T23:56:28.663Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-09-06T23:56:29.224Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 254 | 2026-09-06T23:56:29.556Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 255 | 2026-09-06T23:56:29.821Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 256 | 2026-09-06T23:56:30.274Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 257 | 2026-09-06T23:56:30.824Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 258 | 2026-09-06T23:56:31.222Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 259 | 2026-09-06T23:56:31.571Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 260 | 2026-09-06T23:56:31.912Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 261 | 2026-09-06T23:56:32.239Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 262 | 2026-09-06T23:56:32.644Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 263 | 2026-09-06T23:56:33.447Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 264 | 2026-09-06T23:56:33.711Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-09-06T23:56:33.996Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 266 | 2026-09-06T23:56:44.026Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 267 | 2026-09-06T23:56:44.363Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 268 | 2026-09-06T23:56:44.698Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-09-06T23:56:44.985Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 270 | 2026-09-06T23:56:45.273Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 271 | 2026-09-06T23:56:45.565Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 272 | 2026-09-06T23:56:45.882Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 273 | 2026-09-06T23:56:46.138Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 274 | 2026-09-06T23:56:48.545Z | Downloading crates ... |
| 275 | 2026-09-06T23:56:48.613Z | Downloaded clap_lex v1.0.0 |
| 276 | 2026-09-06T23:56:48.626Z | Downloaded heck v0.5.0 |
| 277 | 2026-09-06T23:56:48.626Z | Downloaded scroll_derive v0.12.1 |
| 278 | 2026-09-06T23:56:48.626Z | Downloaded autocfg v1.5.0 |
| 279 | 2026-09-06T23:56:48.626Z | Downloaded cargo_toml v0.21.0 |
| 280 | 2026-09-06T23:56:48.626Z | Downloaded bytecount v0.6.9 |
| 281 | 2026-09-06T23:56:48.626Z | Downloaded zerocopy-derive v0.7.35 |
| 282 | 2026-09-06T23:56:48.626Z | Downloaded zmij v1.0.21 |
| 283 | 2026-09-06T23:56:48.626Z | Downloaded cfg-if v1.0.4 |
| 284 | 2026-09-06T23:56:48.626Z | Downloaded colorchoice v1.0.4 |
| 285 | 2026-09-06T23:56:48.626Z | Downloaded papergrid v0.11.0 |
| 286 | 2026-09-06T23:56:48.626Z | Downloaded anstream v1.0.0 |
| 287 | 2026-09-06T23:56:48.626Z | Downloaded log v0.4.33 |
| 288 | 2026-09-06T23:56:48.637Z | Downloaded zerocopy v0.7.35 |
| 289 | 2026-09-06T23:56:48.637Z | Downloaded equivalent v1.0.2 |
| 290 | 2026-09-06T23:56:48.637Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-09-06T23:56:48.637Z | Downloaded memmap v0.7.0 |
| 292 | 2026-09-06T23:56:48.637Z | Downloaded anstyle-query v1.1.5 |
| 293 | 2026-09-06T23:56:48.637Z | Downloaded block-buffer v0.10.4 |
| 294 | 2026-09-06T23:56:48.637Z | Downloaded strsim v0.11.1 |
| 295 | 2026-09-06T23:56:48.656Z | Downloaded macaddr v1.0.1 |
| 296 | 2026-09-06T23:56:48.657Z | Downloaded unicode-linebreak v0.1.5 |
| 297 | 2026-09-06T23:56:48.657Z | Downloaded tabled_derive v0.7.0 |
| 298 | 2026-09-06T23:56:48.657Z | Downloaded is_terminal_polyfill v1.70.2 |
| 299 | 2026-09-06T23:56:48.657Z | Downloaded thread-id v4.2.2 |
| 300 | 2026-09-06T23:56:48.657Z | Downloaded heck v0.4.1 |
| 301 | 2026-09-06T23:56:48.659Z | Downloaded fnv v1.0.7 |
| 302 | 2026-09-06T23:56:48.667Z | Downloaded anyhow v1.0.104 |
| 303 | 2026-09-06T23:56:48.667Z | Downloaded pest_derive v2.8.6 |
| 304 | 2026-09-06T23:56:48.669Z | Downloaded crypto-common v0.1.7 |
| 305 | 2026-09-06T23:56:48.670Z | Downloaded errno v0.3.14 |
| 306 | 2026-09-06T23:56:48.670Z | Downloaded dof v0.3.0 |
| 307 | 2026-09-06T23:56:48.670Z | Downloaded plain v0.2.3 |
| 308 | 2026-09-06T23:56:48.670Z | Downloaded smawk v0.3.2 |
| 309 | 2026-09-06T23:56:48.670Z | Downloaded proc-macro-error-attr v1.0.4 |
| 310 | 2026-09-06T23:56:48.670Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-09-06T23:56:48.670Z | Downloaded cargo-platform v0.3.2 |
| 312 | 2026-09-06T23:56:48.675Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-09-06T23:56:48.675Z | Downloaded version_check v0.9.5 |
| 314 | 2026-09-06T23:56:48.675Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-09-06T23:56:48.681Z | Downloaded generic-array v0.14.7 |
| 316 | 2026-09-06T23:56:48.681Z | Downloaded camino-tempfile v1.4.1 |
| 317 | 2026-09-06T23:56:48.681Z | Downloaded thiserror v2.0.18 |
| 318 | 2026-09-06T23:56:48.689Z | Downloaded usdt v0.5.0 |
| 319 | 2026-09-06T23:56:48.689Z | Downloaded swrite v0.1.0 |
| 320 | 2026-09-06T23:56:48.696Z | Downloaded usdt-attr-macro v0.5.0 |
| 321 | 2026-09-06T23:56:48.696Z | Downloaded terminal_size v0.4.3 |
| 322 | 2026-09-06T23:56:48.696Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-09-06T23:56:48.696Z | Downloaded cpufeatures v0.2.17 |
| 324 | 2026-09-06T23:56:48.696Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2026-09-06T23:56:48.696Z | Downloaded dtrace-parser v0.2.0 |
| 326 | 2026-09-06T23:56:48.701Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-09-06T23:56:48.701Z | Downloaded anstyle-parse v1.0.0 |
| 328 | 2026-09-06T23:56:48.707Z | Downloaded anstyle v1.0.14 |
| 329 | 2026-09-06T23:56:48.707Z | Downloaded cargo_metadata v0.23.1 |
| 330 | 2026-09-06T23:56:48.709Z | Downloaded byteorder v1.5.0 |
| 331 | 2026-09-06T23:56:48.710Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-09-06T23:56:48.710Z | Downloaded usdt-impl v0.5.0 |
| 333 | 2026-09-06T23:56:48.713Z | Downloaded toml_datetime v0.6.11 |
| 334 | 2026-09-06T23:56:48.716Z | Downloaded scroll v0.12.0 |
| 335 | 2026-09-06T23:56:48.716Z | Downloaded serde_tokenstream v0.2.3 |
| 336 | 2026-09-06T23:56:48.718Z | Downloaded fs-err v3.3.0 |
| 337 | 2026-09-06T23:56:48.718Z | Downloaded getrandom v0.4.3 |
| 338 | 2026-09-06T23:56:48.721Z | Downloaded thiserror-impl v1.0.69 |
| 339 | 2026-09-06T23:56:48.721Z | Downloaded itoa v1.0.17 |
| 340 | 2026-09-06T23:56:48.721Z | Downloaded quote v1.0.45 |
| 341 | 2026-09-06T23:56:48.725Z | Downloaded sha2 v0.10.9 |
| 342 | 2026-09-06T23:56:48.731Z | Downloaded camino v1.2.5 |
| 343 | 2026-09-06T23:56:48.734Z | Downloaded clap_derive v4.6.1 |
| 344 | 2026-09-06T23:56:48.738Z | Downloaded digest v0.10.7 |
| 345 | 2026-09-06T23:56:48.738Z | Downloaded pest_generator v2.8.6 |
| 346 | 2026-09-06T23:56:48.741Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2026-09-06T23:56:48.742Z | Downloaded proc-macro-error v1.0.4 |
| 348 | 2026-09-06T23:56:48.745Z | Downloaded once_cell v1.21.3 |
| 349 | 2026-09-06T23:56:48.748Z | Downloaded tempfile v3.27.0 |
| 350 | 2026-09-06T23:56:48.752Z | Downloaded toml v0.8.23 |
| 351 | 2026-09-06T23:56:48.756Z | Downloaded bitflags v2.11.0 |
| 352 | 2026-09-06T23:56:48.760Z | Downloaded pest_meta v2.8.6 |
| 353 | 2026-09-06T23:56:48.764Z | Downloaded textwrap v0.16.2 |
| 354 | 2026-09-06T23:56:48.771Z | Downloaded semver v1.0.28 |
| 355 | 2026-09-06T23:56:48.774Z | Downloaded serde_derive v1.0.228 |
| 356 | 2026-09-06T23:56:48.777Z | Downloaded serde_core v1.0.228 |
| 357 | 2026-09-06T23:56:48.777Z | Downloaded unicode-ident v1.0.24 |
| 358 | 2026-09-06T23:56:48.780Z | Downloaded clap v4.6.1 |
| 359 | 2026-09-06T23:56:48.789Z | Downloaded proc-macro2 v1.0.106 |
| 360 | 2026-09-06T23:56:48.793Z | Downloaded serde v1.0.228 |
| 361 | 2026-09-06T23:56:48.796Z | Downloaded memchr v2.8.0 |
| 362 | 2026-09-06T23:56:48.799Z | Downloaded toml_edit v0.22.27 |
| 363 | 2026-09-06T23:56:48.804Z | Downloaded indexmap v2.14.0 |
| 364 | 2026-09-06T23:56:48.807Z | Downloaded typenum v1.20.1 |
| 365 | 2026-09-06T23:56:48.819Z | Downloaded goblin v0.8.2 |
| 366 | 2026-09-06T23:56:48.822Z | Downloaded pest v2.8.6 |
| 367 | 2026-09-06T23:56:48.825Z | Downloaded serde_json v1.0.151 |
| 368 | 2026-09-06T23:56:48.850Z | Downloaded clap_builder v4.6.0 |
| 369 | 2026-09-06T23:56:48.853Z | Downloaded hashbrown v0.17.0 |
| 370 | 2026-09-06T23:56:48.856Z | Downloaded winnow v0.7.14 |
| 371 | 2026-09-06T23:56:48.864Z | Downloaded tabled v0.15.0 |
| 372 | 2026-09-06T23:56:48.880Z | Downloaded syn v1.0.109 |
| 373 | 2026-09-06T23:56:48.886Z | Downloaded unicode-width v0.1.14 |
| 374 | 2026-09-06T23:56:48.889Z | Downloaded unicode-width v0.2.0 |
| 375 | 2026-09-06T23:56:48.895Z | Downloaded syn v2.0.117 |
| 376 | 2026-09-06T23:56:48.899Z | Downloaded rustix v1.1.4 |
| 377 | 2026-09-06T23:56:48.918Z | Downloaded libc v0.2.185 |
| 378 | 2026-09-06T23:56:48.983Z | Compiling proc-macro2 v1.0.106 |
| 379 | 2026-09-06T23:56:48.983Z | Compiling unicode-ident v1.0.24 |
| 380 | 2026-09-06T23:56:48.986Z | Compiling quote v1.0.45 |
| 381 | 2026-09-06T23:56:48.986Z | Compiling serde_core v1.0.228 |
| 382 | 2026-09-06T23:56:48.986Z | Compiling libc v0.2.185 |
| 383 | 2026-09-06T23:56:48.986Z | Compiling version_check v0.9.5 |
| 384 | 2026-09-06T23:56:48.986Z | Compiling memchr v2.8.0 |
| 385 | 2026-09-06T23:56:48.986Z | Compiling serde v1.0.228 |
| 386 | 2026-09-06T23:56:49.152Z | Compiling zmij v1.0.21 |
| 387 | 2026-09-06T23:56:49.155Z | Compiling ucd-trie v0.1.7 |
| 388 | 2026-09-06T23:56:49.155Z | Compiling itoa v1.0.17 |
| 389 | 2026-09-06T23:56:49.155Z | Compiling thiserror v1.0.69 |
| 390 | 2026-09-06T23:56:49.165Z | Compiling byteorder v1.5.0 |
| 391 | 2026-09-06T23:56:49.168Z | Compiling rustix v1.1.4 |
| 392 | 2026-09-06T23:56:49.360Z | Compiling serde_json v1.0.151 |
| 393 | 2026-09-06T23:56:49.510Z | Compiling bitflags v2.11.0 |
| 394 | 2026-09-06T23:56:49.596Z | Compiling pest v2.8.6 |
| 395 | 2026-09-06T23:56:49.693Z | Compiling usdt-impl v0.5.0 |
| 396 | 2026-09-06T23:56:49.728Z | Compiling proc-macro-error-attr v1.0.4 |
| 397 | 2026-09-06T23:56:49.778Z | Compiling syn v1.0.109 |
| 398 | 2026-09-06T23:56:49.797Z | Compiling camino v1.2.5 |
| 399 | 2026-09-06T23:56:49.815Z | Compiling proc-macro-error v1.0.4 |
| 400 | 2026-09-06T23:56:49.865Z | Compiling plain v0.2.3 |
| 401 | 2026-09-06T23:56:49.882Z | Compiling log v0.4.33 |
| 402 | 2026-09-06T23:56:49.948Z | Compiling hashbrown v0.17.0 |
| 403 | 2026-09-06T23:56:50.017Z | Compiling equivalent v1.0.2 |
| 404 | 2026-09-06T23:56:50.083Z | Compiling utf8parse v0.2.2 |
| 405 | 2026-09-06T23:56:50.088Z | Compiling getrandom v0.4.3 |
| 406 | 2026-09-06T23:56:50.148Z | Compiling thiserror v2.0.18 |
| 407 | 2026-09-06T23:56:50.152Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-09-06T23:56:50.217Z | Compiling anstyle-parse v1.0.0 |
| 409 | 2026-09-06T23:56:50.233Z | Compiling autocfg v1.5.0 |
| 410 | 2026-09-06T23:56:50.302Z | Compiling winnow v0.7.14 |
| 411 | 2026-09-06T23:56:50.302Z | Compiling anstyle v1.0.14 |
| 412 | 2026-09-06T23:56:50.305Z | Compiling pretty-hex v0.4.1 |
| 413 | 2026-09-06T23:56:50.305Z | Compiling toml_write v0.1.2 |
| 414 | 2026-09-06T23:56:50.380Z | Compiling errno v0.3.14 |
| 415 | 2026-09-06T23:56:50.429Z | Compiling thread-id v4.2.2 |
| 416 | 2026-09-06T23:56:50.447Z | Compiling cfg-if v1.0.4 |
| 417 | 2026-09-06T23:56:50.462Z | Compiling is_terminal_polyfill v1.70.2 |
| 418 | 2026-09-06T23:56:50.548Z | Compiling indexmap v2.14.0 |
| 419 | 2026-09-06T23:56:50.585Z | Compiling colorchoice v1.0.4 |
| 420 | 2026-09-06T23:56:50.589Z | Compiling heck v0.5.0 |
| 421 | 2026-09-06T23:56:50.651Z | Compiling clap_lex v1.0.0 |
| 422 | 2026-09-06T23:56:50.669Z | Compiling fastrand v2.3.0 |
| 423 | 2026-09-06T23:56:50.737Z | Compiling syn v2.0.117 |
| 424 | 2026-09-06T23:56:50.754Z | Compiling pest_meta v2.8.6 |
| 425 | 2026-09-06T23:56:50.788Z | Compiling fs-err v3.3.0 |
| 426 | 2026-09-06T23:56:50.842Z | Compiling anstream v1.0.0 |
| 427 | 2026-09-06T23:56:50.860Z | Compiling heck v0.4.1 |
| 428 | 2026-09-06T23:56:50.879Z | Compiling once_cell v1.21.3 |
| 429 | 2026-09-06T23:56:50.933Z | Compiling fnv v1.0.7 |
| 430 | 2026-09-06T23:56:50.949Z | Compiling strsim v0.11.1 |
| 431 | 2026-09-06T23:56:50.976Z | Compiling anyhow v1.0.104 |
| 432 | 2026-09-06T23:56:51.020Z | Compiling unicode-width v0.1.14 |
| 433 | 2026-09-06T23:56:51.054Z | Compiling bytecount v0.6.9 |
| 434 | 2026-09-06T23:56:51.123Z | Compiling memmap v0.7.0 |
| 435 | 2026-09-06T23:56:51.177Z | Compiling unicode-width v0.2.0 |
| 436 | 2026-09-06T23:56:51.209Z | Compiling smawk v0.3.2 |
| 437 | 2026-09-06T23:56:51.227Z | Compiling unicode-linebreak v0.1.5 |
| 438 | 2026-09-06T23:56:51.271Z | Compiling swrite v0.1.0 |
| 439 | 2026-09-06T23:56:51.321Z | Compiling papergrid v0.11.0 |
| 440 | 2026-09-06T23:56:51.390Z | Compiling terminal_size v0.4.3 |
| 441 | 2026-09-06T23:56:51.390Z | Compiling tempfile v3.27.0 |
| 442 | 2026-09-06T23:56:51.498Z | Compiling clap_builder v4.6.0 |
| 443 | 2026-09-06T23:56:51.591Z | Compiling cargo-platform v0.3.2 |
| 444 | 2026-09-06T23:56:51.609Z | Compiling semver v1.0.28 |
| 445 | 2026-09-06T23:56:51.703Z | Compiling textwrap v0.16.2 |
| 446 | 2026-09-06T23:56:51.838Z | Compiling camino-tempfile v1.4.1 |
| 447 | 2026-09-06T23:56:52.208Z | Compiling tabled_derive v0.7.0 |
| 448 | 2026-09-06T23:56:52.912Z | Compiling tabled v0.15.0 |
| 449 | 2026-09-06T23:56:52.927Z | Compiling pest_generator v2.8.6 |
| 450 | 2026-09-06T23:56:53.428Z | Compiling serde_derive v1.0.228 |
| 451 | 2026-09-06T23:56:53.428Z | Compiling thiserror-impl v1.0.69 |
| 452 | 2026-09-06T23:56:53.431Z | Compiling zerocopy-derive v0.7.35 |
| 453 | 2026-09-06T23:56:53.431Z | Compiling scroll_derive v0.12.1 |
| 454 | 2026-09-06T23:56:53.431Z | Compiling thiserror-impl v2.0.18 |
| 455 | 2026-09-06T23:56:53.431Z | Compiling clap_derive v4.6.1 |
| 456 | 2026-09-06T23:56:53.507Z | Compiling pest_derive v2.8.6 |
| 457 | 2026-09-06T23:56:54.109Z | Compiling scroll v0.12.0 |
| 458 | 2026-09-06T23:56:54.214Z | Compiling zerocopy v0.7.35 |
| 459 | 2026-09-06T23:56:54.327Z | Compiling goblin v0.8.2 |
| 460 | 2026-09-06T23:56:54.511Z | Compiling dtrace-parser v0.2.0 |
| 461 | 2026-09-06T23:56:54.783Z | Compiling clap v4.6.1 |
| 462 | 2026-09-06T23:56:55.841Z | Compiling toml_datetime v0.6.11 |
| 463 | 2026-09-06T23:56:55.841Z | Compiling serde_spanned v0.6.9 |
| 464 | 2026-09-06T23:56:55.841Z | Compiling cargo_metadata v0.23.1 |
| 465 | 2026-09-06T23:56:55.846Z | Compiling macaddr v1.0.1 |
| 466 | 2026-09-06T23:56:55.846Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 467 | 2026-09-06T23:56:55.858Z | Compiling dof v0.3.0 |
| 468 | 2026-09-06T23:56:55.862Z | Compiling serde_tokenstream v0.2.3 |
| 469 | 2026-09-06T23:56:56.093Z | Compiling toml_edit v0.22.27 |
| 470 | 2026-09-06T23:56:56.585Z | Compiling usdt-macro v0.5.0 |
| 471 | 2026-09-06T23:56:56.589Z | Compiling usdt-attr-macro v0.5.0 |
| 472 | 2026-09-06T23:56:57.231Z | Compiling usdt v0.5.0 |
| 473 | 2026-09-06T23:56:57.364Z | Compiling toml v0.8.23 |
| 474 | 2026-09-06T23:56:57.688Z | Compiling cargo_toml v0.21.0 |
| 475 | 2026-09-06T23:56:58.975Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 476 | 2026-09-06T23:57:01.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.51s |
| 477 | 2026-09-06T23:57:01.289Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 478 | 2026-09-06T23:57:01.815Z | Downloading crates ... |
| 479 | 2026-09-06T23:57:01.872Z | Downloaded async-stream v0.3.6 |
| 480 | 2026-09-06T23:57:01.876Z | Downloaded atomic-waker v1.1.2 |
| 481 | 2026-09-06T23:57:01.876Z | Downloaded addr2line v0.25.1 |
| 482 | 2026-09-06T23:57:01.879Z | Downloaded base16ct v0.2.0 |
| 483 | 2026-09-06T23:57:01.882Z | Downloaded backon v1.6.0 |
| 484 | 2026-09-06T23:57:01.885Z | Downloaded base64 v0.22.1 |
| 485 | 2026-09-06T23:57:01.889Z | Downloaded aead v0.5.2 |
| 486 | 2026-09-06T23:57:01.892Z | Downloaded cfg_aliases v0.2.1 |
| 487 | 2026-09-06T23:57:01.897Z | Downloaded adler2 v2.0.1 |
| 488 | 2026-09-06T23:57:01.900Z | Downloaded base16ct v1.0.0 |
| 489 | 2026-09-06T23:57:01.900Z | Downloaded elliptic-curve v0.13.8 |
| 490 | 2026-09-06T23:57:01.900Z | Downloaded cassowary v0.3.0 |
| 491 | 2026-09-06T23:57:01.902Z | Downloaded const-oid v0.9.6 |
| 492 | 2026-09-06T23:57:01.905Z | Downloaded ena v0.14.4 |
| 493 | 2026-09-06T23:57:01.905Z | Downloaded chacha20 v0.10.0 |
| 494 | 2026-09-06T23:57:01.908Z | Downloaded embedded-io v0.6.1 |
| 495 | 2026-09-06T23:57:01.912Z | Downloaded bit-vec v0.6.3 |
| 496 | 2026-09-06T23:57:01.915Z | Downloaded aead v0.6.1 |
| 497 | 2026-09-06T23:57:01.921Z | Downloaded ahash v0.8.12 |
| 498 | 2026-09-06T23:57:01.924Z | Downloaded bit-vec v0.8.0 |
| 499 | 2026-09-06T23:57:01.924Z | Downloaded embedded-io v0.4.0 |
| 500 | 2026-09-06T23:57:01.924Z | Downloaded env_filter v2.0.0 |
| 501 | 2026-09-06T23:57:01.924Z | Downloaded arrayref v0.3.9 |
| 502 | 2026-09-06T23:57:01.924Z | Downloaded bb8 v0.8.6 |
| 503 | 2026-09-06T23:57:01.925Z | Downloaded erased-serde v0.3.31 |
| 504 | 2026-09-06T23:57:01.931Z | Downloaded base64ct v1.8.3 |
| 505 | 2026-09-06T23:57:01.932Z | Downloaded endian-type v0.1.2 |
| 506 | 2026-09-06T23:57:01.932Z | Downloaded enum-as-inner v0.6.1 |
| 507 | 2026-09-06T23:57:01.932Z | Downloaded enum_dispatch v0.3.13 |
| 508 | 2026-09-06T23:57:01.935Z | Downloaded find-msvc-tools v0.1.9 |
| 509 | 2026-09-06T23:57:01.937Z | Downloaded newtype-uuid-macros v0.1.0 |
| 510 | 2026-09-06T23:57:01.937Z | Downloaded bitfield-struct v0.6.2 |
| 511 | 2026-09-06T23:57:01.937Z | Downloaded env_logger v0.11.11 |
| 512 | 2026-09-06T23:57:01.937Z | Downloaded fixedbitset v0.4.2 |
| 513 | 2026-09-06T23:57:01.937Z | Downloaded elliptic-curve v0.14.1 |
| 514 | 2026-09-06T23:57:01.940Z | Downloaded foreign-types-macros v0.2.3 |
| 515 | 2026-09-06T23:57:01.940Z | Downloaded bitfield-macros v0.19.4 |
| 516 | 2026-09-06T23:57:01.940Z | Downloaded async-stream-impl v0.3.6 |
| 517 | 2026-09-06T23:57:01.940Z | Downloaded filetime v0.2.27 |
| 518 | 2026-09-06T23:57:01.940Z | Downloaded ed25519-dalek v2.2.0 |
| 519 | 2026-09-06T23:57:01.943Z | Downloaded array-init v0.0.4 |
| 520 | 2026-09-06T23:57:01.946Z | Downloaded foreign-types-shared v0.3.1 |
| 521 | 2026-09-06T23:57:01.946Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 522 | 2026-09-06T23:57:01.946Z | Downloaded futures-io v0.3.32 |
| 523 | 2026-09-06T23:57:01.946Z | Downloaded hash32 v0.3.1 |
| 524 | 2026-09-06T23:57:01.949Z | Downloaded fd-lock v4.0.4 |
| 525 | 2026-09-06T23:57:01.952Z | Downloaded funty v2.0.0 |
| 526 | 2026-09-06T23:57:01.952Z | Downloaded hash32 v0.2.1 |
| 527 | 2026-09-06T23:57:01.953Z | Downloaded assert_matches v1.5.0 |
| 528 | 2026-09-06T23:57:01.953Z | Downloaded foreign-types-shared v0.1.1 |
| 529 | 2026-09-06T23:57:01.953Z | Downloaded futures-sink v0.3.32 |
| 530 | 2026-09-06T23:57:01.955Z | Downloaded ascii-canvas v3.0.0 |
| 531 | 2026-09-06T23:57:01.955Z | Downloaded backtrace-ext v0.2.1 |
| 532 | 2026-09-06T23:57:01.956Z | Downloaded expectorate v1.2.0 |
| 533 | 2026-09-06T23:57:01.958Z | Downloaded allocator-api2 v0.2.21 |
| 534 | 2026-09-06T23:57:01.988Z | Downloaded bit-set v0.5.3 |
| 535 | 2026-09-06T23:57:01.998Z | Downloaded foreign-types v0.3.2 |
| 536 | 2026-09-06T23:57:01.998Z | Downloaded block-padding v0.4.2 |
| 537 | 2026-09-06T23:57:01.998Z | Downloaded hex v0.4.3 |
| 538 | 2026-09-06T23:57:01.998Z | Downloaded futures-task v0.3.32 |
| 539 | 2026-09-06T23:57:01.998Z | Downloaded glob v0.3.3 |
| 540 | 2026-09-06T23:57:01.998Z | Downloaded foreign-types v0.5.0 |
| 541 | 2026-09-06T23:57:01.998Z | Downloaded float-cmp v0.10.0 |
| 542 | 2026-09-06T23:57:01.998Z | Downloaded form_urlencoded v1.2.2 |
| 543 | 2026-09-06T23:57:01.998Z | Downloaded float-ord v0.3.2 |
| 544 | 2026-09-06T23:57:01.998Z | Downloaded futures-core v0.3.32 |
| 545 | 2026-09-06T23:57:01.998Z | Downloaded hex-literal v1.1.0 |
| 546 | 2026-09-06T23:57:01.998Z | Downloaded http-body v1.0.1 |
| 547 | 2026-09-06T23:57:01.998Z | Downloaded cfg_aliases v0.1.1 |
| 548 | 2026-09-06T23:57:01.998Z | Downloaded hostname v0.3.1 |
| 549 | 2026-09-06T23:57:01.998Z | Downloaded futures-macro v0.3.32 |
| 550 | 2026-09-06T23:57:01.998Z | Downloaded ciborium-io v0.2.2 |
| 551 | 2026-09-06T23:57:01.998Z | Downloaded atomicwrites v0.4.4 |
| 552 | 2026-09-06T23:57:01.998Z | Downloaded http-range v0.1.5 |
| 553 | 2026-09-06T23:57:01.998Z | Downloaded atty v0.2.14 |
| 554 | 2026-09-06T23:57:01.998Z | Downloaded cobs v0.3.0 |
| 555 | 2026-09-06T23:57:01.998Z | Downloaded flagset v0.4.7 |
| 556 | 2026-09-06T23:57:01.998Z | Downloaded git-stub v1.0.0 |
| 557 | 2026-09-06T23:57:01.998Z | Downloaded headers-core v0.3.0 |
| 558 | 2026-09-06T23:57:01.998Z | Downloaded bit-set v0.8.0 |
| 559 | 2026-09-06T23:57:02.002Z | Downloaded block-buffer v0.12.1 |
| 560 | 2026-09-06T23:57:02.002Z | Downloaded compression-core v0.4.31 |
| 561 | 2026-09-06T23:57:02.002Z | Downloaded fxhash v0.2.1 |
| 562 | 2026-09-06T23:57:02.002Z | Downloaded hostname v0.4.2 |
| 563 | 2026-09-06T23:57:02.003Z | Downloaded gethostname v0.5.0 |
| 564 | 2026-09-06T23:57:02.003Z | Downloaded ghash v0.6.0 |
| 565 | 2026-09-06T23:57:02.003Z | Downloaded home v0.5.12 |
| 566 | 2026-09-06T23:57:02.006Z | Downloaded num-conv v0.2.0 |
| 567 | 2026-09-06T23:57:02.006Z | Downloaded oxide-generation-macros v0.2.0 |
| 568 | 2026-09-06T23:57:02.011Z | Downloaded futures-executor v0.3.32 |
| 569 | 2026-09-06T23:57:02.016Z | Downloaded group v0.13.0 |
| 570 | 2026-09-06T23:57:02.016Z | Downloaded fallible-iterator v0.2.0 |
| 571 | 2026-09-06T23:57:02.016Z | Downloaded foldhash v0.1.5 |
| 572 | 2026-09-06T23:57:02.016Z | Downloaded either v1.15.0 |
| 573 | 2026-09-06T23:57:02.016Z | Downloaded group v0.14.0 |
| 574 | 2026-09-06T23:57:02.019Z | Downloaded ff v0.13.1 |
| 575 | 2026-09-06T23:57:02.019Z | Downloaded git-stub-vcs v0.1.0 |
| 576 | 2026-09-06T23:57:02.019Z | Downloaded async-recursion v1.1.1 |
| 577 | 2026-09-06T23:57:02.019Z | Downloaded bitfield v0.19.4 |
| 578 | 2026-09-06T23:57:02.022Z | Downloaded anstream v0.6.21 |
| 579 | 2026-09-06T23:57:02.022Z | Downloaded bcs v0.1.6 |
| 580 | 2026-09-06T23:57:02.022Z | Downloaded cmov v0.5.4 |
| 581 | 2026-09-06T23:57:02.025Z | Downloaded ff v0.14.0 |
| 582 | 2026-09-06T23:57:02.025Z | Downloaded bitflags v1.3.2 |
| 583 | 2026-09-06T23:57:02.025Z | Downloaded ciborium-ll v0.2.2 |
| 584 | 2026-09-06T23:57:02.028Z | Downloaded cipher v0.4.4 |
| 585 | 2026-09-06T23:57:02.028Z | Downloaded psl-types v2.0.11 |
| 586 | 2026-09-06T23:57:02.028Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 587 | 2026-09-06T23:57:02.028Z | Downloaded rand_chacha v0.3.1 |
| 588 | 2026-09-06T23:57:02.028Z | Downloaded bytesize v2.7.0 |
| 589 | 2026-09-06T23:57:02.031Z | Downloaded ref-cast-impl v1.0.25 |
| 590 | 2026-09-06T23:57:02.032Z | Downloaded ref-cast v1.0.25 |
| 591 | 2026-09-06T23:57:02.036Z | Downloaded num_threads v0.1.7 |
| 592 | 2026-09-06T23:57:02.039Z | Downloaded openssl-macros v0.1.1 |
| 593 | 2026-09-06T23:57:02.039Z | Downloaded fs-err v2.11.0 |
| 594 | 2026-09-06T23:57:02.042Z | Downloaded globwalk v0.9.1 |
| 595 | 2026-09-06T23:57:02.042Z | Downloaded globset v0.4.18 |
| 596 | 2026-09-06T23:57:02.042Z | Downloaded parse-size v1.1.0 |
| 597 | 2026-09-06T23:57:02.045Z | Downloaded foldhash v0.2.0 |
| 598 | 2026-09-06T23:57:02.047Z | Downloaded fs_extra v1.3.0 |
| 599 | 2026-09-06T23:57:02.053Z | Downloaded highway v1.3.0 |
| 600 | 2026-09-06T23:57:02.059Z | Downloaded argon2 v0.5.3 |
| 601 | 2026-09-06T23:57:02.061Z | Downloaded camino-tempfile-ext v0.3.3 |
| 602 | 2026-09-06T23:57:02.061Z | Downloaded castaway v0.2.4 |
| 603 | 2026-09-06T23:57:02.062Z | Downloaded cbc v0.2.1 |
| 604 | 2026-09-06T23:57:02.062Z | Downloaded cexpr v0.6.0 |
| 605 | 2026-09-06T23:57:02.062Z | Downloaded cmake v0.1.57 |
| 606 | 2026-09-06T23:57:02.065Z | Downloaded anstyle-parse v0.2.7 |
| 607 | 2026-09-06T23:57:02.065Z | Downloaded sha1 v0.10.6 |
| 608 | 2026-09-06T23:57:02.065Z | Downloaded sha1 v0.11.0 |
| 609 | 2026-09-06T23:57:02.065Z | Downloaded buf-list v1.1.2 |
| 610 | 2026-09-06T23:57:02.068Z | Downloaded chacha20 v0.9.1 |
| 611 | 2026-09-06T23:57:02.068Z | Downloaded native-tls v0.2.18 |
| 612 | 2026-09-06T23:57:02.068Z | Downloaded signal-hook-mio v0.2.5 |
| 613 | 2026-09-06T23:57:02.073Z | Downloaded fixedbitset v0.5.7 |
| 614 | 2026-09-06T23:57:02.073Z | Downloaded pbkdf2 v0.13.0 |
| 615 | 2026-09-06T23:57:02.073Z | Downloaded peg v0.8.5 |
| 616 | 2026-09-06T23:57:02.076Z | Downloaded byte-wrapper v0.1.0 |
| 617 | 2026-09-06T23:57:02.076Z | Downloaded futures-channel v0.3.32 |
| 618 | 2026-09-06T23:57:02.077Z | Downloaded pin-project-internal v1.1.11 |
| 619 | 2026-09-06T23:57:02.077Z | Downloaded backoff v0.4.0 |
| 620 | 2026-09-06T23:57:02.077Z | Downloaded fatfs v0.3.6 |
| 621 | 2026-09-06T23:57:02.079Z | Downloaded sqlparser_derive v0.5.0 |
| 622 | 2026-09-06T23:57:02.083Z | Downloaded pkcs8 v0.10.2 |
| 623 | 2026-09-06T23:57:02.083Z | Downloaded structmeta-derive v0.3.0 |
| 624 | 2026-09-06T23:57:02.086Z | Downloaded strum v0.26.3 |
| 625 | 2026-09-06T23:57:02.086Z | Downloaded cipher v0.5.2 |
| 626 | 2026-09-06T23:57:02.086Z | Downloaded nu-ansi-term v0.50.3 |
| 627 | 2026-09-06T23:57:02.086Z | Downloaded blowfish v0.10.0 |
| 628 | 2026-09-06T23:57:02.091Z | Downloaded rustc-hash v2.1.1 |
| 629 | 2026-09-06T23:57:02.091Z | Downloaded resolv-conf v0.7.6 |
| 630 | 2026-09-06T23:57:02.094Z | Downloaded scopeguard v1.2.0 |
| 631 | 2026-09-06T23:57:02.094Z | Downloaded secrecy v0.8.0 |
| 632 | 2026-09-06T23:57:02.094Z | Downloaded num_enum v0.5.11 |
| 633 | 2026-09-06T23:57:02.094Z | Downloaded sync_wrapper v1.0.2 |
| 634 | 2026-09-06T23:57:02.097Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 635 | 2026-09-06T23:57:02.097Z | Downloaded time-core v0.1.8 |
| 636 | 2026-09-06T23:57:02.097Z | Downloaded blake2 v0.11.0-rc.6 |
| 637 | 2026-09-06T23:57:02.100Z | Downloaded compression-codecs v0.4.37 |
| 638 | 2026-09-06T23:57:02.100Z | Downloaded async-trait v0.1.89 |
| 639 | 2026-09-06T23:57:02.102Z | Downloaded tokio-test v0.4.5 |
| 640 | 2026-09-06T23:57:02.102Z | Downloaded console v0.15.11 |
| 641 | 2026-09-06T23:57:02.109Z | Downloaded tower-layer v0.3.3 |
| 642 | 2026-09-06T23:57:02.109Z | Downloaded unit-prefix v0.5.2 |
| 643 | 2026-09-06T23:57:02.109Z | Downloaded slog-envlogger v2.2.0 |
| 644 | 2026-09-06T23:57:02.109Z | Downloaded http-body-util v0.1.3 |
| 645 | 2026-09-06T23:57:02.112Z | Downloaded cc v1.2.56 |
| 646 | 2026-09-06T23:57:02.112Z | Downloaded hmac v0.12.1 |
| 647 | 2026-09-06T23:57:02.112Z | Downloaded ssh-encoding v0.2.0 |
| 648 | 2026-09-06T23:57:02.112Z | Downloaded packed_struct v0.10.1 |
| 649 | 2026-09-06T23:57:02.115Z | Downloaded phc v0.6.1 |
| 650 | 2026-09-06T23:57:02.115Z | Downloaded getrandom v0.2.17 |
| 651 | 2026-09-06T23:57:02.118Z | Downloaded parse-display-derive v0.10.0 |
| 652 | 2026-09-06T23:57:02.122Z | Downloaded primeorder v0.13.6 |
| 653 | 2026-09-06T23:57:02.122Z | Downloaded rand_core v0.10.0 |
| 654 | 2026-09-06T23:57:02.125Z | Downloaded sync-ptr v0.1.4 |
| 655 | 2026-09-06T23:57:02.125Z | Downloaded secrecy v0.10.3 |
| 656 | 2026-09-06T23:57:02.125Z | Downloaded typify-macro v0.6.2 |
| 657 | 2026-09-06T23:57:02.125Z | Downloaded unicode-truncate v1.1.0 |
| 658 | 2026-09-06T23:57:02.125Z | Downloaded serde_tokenstream v0.3.0 |
| 659 | 2026-09-06T23:57:02.128Z | Downloaded serde_path_to_error v0.1.20 |
| 660 | 2026-09-06T23:57:02.128Z | Downloaded signal-hook-registry v1.4.8 |
| 661 | 2026-09-06T23:57:02.128Z | Downloaded unicode-xid v0.2.6 |
| 662 | 2026-09-06T23:57:02.131Z | Downloaded futures v0.3.32 |
| 663 | 2026-09-06T23:57:02.131Z | Downloaded zeroize_derive v1.5.0 |
| 664 | 2026-09-06T23:57:02.134Z | Downloaded postgres-types v0.2.12 |
| 665 | 2026-09-06T23:57:02.134Z | Downloaded ppv-lite86 v0.2.21 |
| 666 | 2026-09-06T23:57:02.139Z | Downloaded generic-array v1.4.3 |
| 667 | 2026-09-06T23:57:02.139Z | Downloaded argon2 v0.6.0-rc.8 |
| 668 | 2026-09-06T23:57:02.139Z | Downloaded arrayvec v0.7.6 |
| 669 | 2026-09-06T23:57:02.142Z | Downloaded async-bb8-diesel v0.2.1 |
| 670 | 2026-09-06T23:57:02.142Z | Downloaded bs58 v0.5.1 |
| 671 | 2026-09-06T23:57:02.142Z | Downloaded cancel-safe-futures v0.1.5 |
| 672 | 2026-09-06T23:57:02.145Z | Downloaded slog-term v2.9.2 |
| 673 | 2026-09-06T23:57:02.145Z | Downloaded zone_cfg_derive v0.3.1 |
| 674 | 2026-09-06T23:57:02.145Z | Downloaded bzip2 v0.4.4 |
| 675 | 2026-09-06T23:57:02.145Z | Downloaded colored v3.1.1 |
| 676 | 2026-09-06T23:57:02.148Z | Downloaded console v0.16.2 |
| 677 | 2026-09-06T23:57:02.148Z | Downloaded zone v0.3.1 |
| 678 | 2026-09-06T23:57:02.151Z | Downloaded cpufeatures v0.3.0 |
| 679 | 2026-09-06T23:57:02.151Z | Downloaded pkcs8 v0.11.0 |
| 680 | 2026-09-06T23:57:02.151Z | Downloaded bzip2 v0.6.1 |
| 681 | 2026-09-06T23:57:02.154Z | Downloaded ciborium v0.2.2 |
| 682 | 2026-09-06T23:57:02.154Z | Downloaded proc-macro-error2 v2.0.1 |
| 683 | 2026-09-06T23:57:02.157Z | Downloaded colored v2.2.0 |
| 684 | 2026-09-06T23:57:02.157Z | Downloaded stringprep v0.1.5 |
| 685 | 2026-09-06T23:57:02.157Z | Downloaded termios v0.3.3 |
| 686 | 2026-09-06T23:57:02.157Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 687 | 2026-09-06T23:57:02.160Z | Downloaded tokio-native-tls v0.3.1 |
| 688 | 2026-09-06T23:57:02.160Z | Downloaded clang-sys v1.8.1 |
| 689 | 2026-09-06T23:57:02.160Z | Downloaded tokio-tungstenite v0.21.0 |
| 690 | 2026-09-06T23:57:02.163Z | Downloaded tui-tree-widget v0.23.1 |
| 691 | 2026-09-06T23:57:02.163Z | Downloaded darling_macro v0.23.0 |
| 692 | 2026-09-06T23:57:02.163Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 693 | 2026-09-06T23:57:02.163Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 694 | 2026-09-06T23:57:02.167Z | Downloaded http-range-header v0.4.2 |
| 695 | 2026-09-06T23:57:02.168Z | Downloaded hubpack_derive v0.1.1 |
| 696 | 2026-09-06T23:57:02.168Z | Downloaded indoc v1.0.9 |
| 697 | 2026-09-06T23:57:02.168Z | Downloaded getrandom v0.3.4 |
| 698 | 2026-09-06T23:57:02.172Z | Downloaded yoke v0.8.1 |
| 699 | 2026-09-06T23:57:02.172Z | Downloaded hmac v0.13.0 |
| 700 | 2026-09-06T23:57:02.172Z | Downloaded half v2.7.1 |
| 701 | 2026-09-06T23:57:02.172Z | Downloaded spki v0.7.3 |
| 702 | 2026-09-06T23:57:02.174Z | Downloaded stacker v0.1.23 |
| 703 | 2026-09-06T23:57:02.175Z | Downloaded support-bundle-viewer v0.1.2 |
| 704 | 2026-09-06T23:57:02.175Z | Downloaded bumpalo v3.20.2 |
| 705 | 2026-09-06T23:57:02.177Z | Downloaded oso v0.27.3 |
| 706 | 2026-09-06T23:57:02.177Z | Downloaded crucible-workspace-hack v0.1.0 |
| 707 | 2026-09-06T23:57:02.180Z | Downloaded half v1.8.3 |
| 708 | 2026-09-06T23:57:02.184Z | Downloaded dof v0.4.0 |
| 709 | 2026-09-06T23:57:02.184Z | Downloaded parking_lot v0.11.2 |
| 710 | 2026-09-06T23:57:02.187Z | Downloaded inout v0.1.4 |
| 711 | 2026-09-06T23:57:02.190Z | Downloaded omicron-zone-package v0.12.3 |
| 712 | 2026-09-06T23:57:02.192Z | Downloaded keccak v0.1.6 |
| 713 | 2026-09-06T23:57:02.192Z | Downloaded tls_codec_derive v0.4.2 |
| 714 | 2026-09-06T23:57:02.195Z | Downloaded ed25519-dalek v3.0.0 |
| 715 | 2026-09-06T23:57:02.198Z | Downloaded constant_time_eq v0.4.2 |
| 716 | 2026-09-06T23:57:02.198Z | Downloaded crossbeam-deque v0.8.6 |
| 717 | 2026-09-06T23:57:02.202Z | Downloaded xshell v0.2.7 |
| 718 | 2026-09-06T23:57:02.202Z | Downloaded managed v0.8.0 |
| 719 | 2026-09-06T23:57:02.202Z | Downloaded lzss v0.8.2 |
| 720 | 2026-09-06T23:57:02.205Z | Downloaded illumos-nvpair v0.3.0 |
| 721 | 2026-09-06T23:57:02.205Z | Downloaded progenitor-impl v0.14.0 |
| 722 | 2026-09-06T23:57:02.205Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-09-06T23:57:02.207Z | Downloaded memoffset v0.9.1 |
| 724 | 2026-09-06T23:57:02.207Z | Downloaded lazy_static v1.5.0 |
| 725 | 2026-09-06T23:57:02.210Z | Downloaded libscf-sys v1.2.0 |
| 726 | 2026-09-06T23:57:02.210Z | Downloaded lru v0.12.5 |
| 727 | 2026-09-06T23:57:02.213Z | Downloaded rustls-pki-types v1.14.0 |
| 728 | 2026-09-06T23:57:02.213Z | Downloaded blake2 v0.10.6 |
| 729 | 2026-09-06T23:57:02.216Z | Downloaded diesel-dtrace v0.5.0 |
| 730 | 2026-09-06T23:57:02.216Z | Downloaded num-derive v0.4.2 |
| 731 | 2026-09-06T23:57:02.219Z | Downloaded password-hash v0.6.1 |
| 732 | 2026-09-06T23:57:02.222Z | Downloaded pwd v1.4.0 |
| 733 | 2026-09-06T23:57:02.222Z | Downloaded recursive v0.1.1 |
| 734 | 2026-09-06T23:57:02.225Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 735 | 2026-09-06T23:57:02.225Z | Downloaded heapless v0.8.0 |
| 736 | 2026-09-06T23:57:02.227Z | Downloaded num-modular v0.6.5 |
| 737 | 2026-09-06T23:57:02.232Z | Downloaded newtype_derive v0.1.6 |
| 738 | 2026-09-06T23:57:02.232Z | Downloaded zeroize v1.9.0 |
| 739 | 2026-09-06T23:57:02.232Z | Downloaded heapless v0.7.17 |
| 740 | 2026-09-06T23:57:02.235Z | Downloaded backtrace v0.3.76 |
| 741 | 2026-09-06T23:57:02.239Z | Downloaded chumsky v0.9.3 |
| 742 | 2026-09-06T23:57:02.239Z | Downloaded flume v0.11.1 |
| 743 | 2026-09-06T23:57:02.244Z | Downloaded const_format_proc_macros v0.2.34 |
| 744 | 2026-09-06T23:57:02.244Z | Downloaded nodrop v0.1.14 |
| 745 | 2026-09-06T23:57:02.244Z | Downloaded openssl-probe v0.2.1 |
| 746 | 2026-09-06T23:57:02.244Z | Downloaded hyper-staticfile v0.10.1 |
| 747 | 2026-09-06T23:57:02.248Z | Downloaded hyper-tls v0.6.0 |
| 748 | 2026-09-06T23:57:02.248Z | Downloaded defmt-parser v1.0.0 |
| 749 | 2026-09-06T23:57:02.248Z | Downloaded csv-core v0.1.13 |
| 750 | 2026-09-06T23:57:02.251Z | Downloaded headers v0.4.1 |
| 751 | 2026-09-06T23:57:02.254Z | Downloaded ctr v0.10.1 |
| 752 | 2026-09-06T23:57:02.254Z | Downloaded der_derive v0.7.3 |
| 753 | 2026-09-06T23:57:02.258Z | Downloaded serde_bytes v0.11.19 |
| 754 | 2026-09-06T23:57:02.258Z | Downloaded phf_shared v0.13.1 |
| 755 | 2026-09-06T23:57:02.258Z | Downloaded precomputed-hash v0.1.1 |
| 756 | 2026-09-06T23:57:02.258Z | Downloaded signal-hook v0.3.18 |
| 757 | 2026-09-06T23:57:02.261Z | Downloaded crc32fast v1.5.0 |
| 758 | 2026-09-06T23:57:02.261Z | Downloaded hashbrown v0.13.2 |
| 759 | 2026-09-06T23:57:02.266Z | Downloaded linear-map v1.2.0 |
| 760 | 2026-09-06T23:57:02.266Z | Downloaded proc-macro-crate v3.4.0 |
| 761 | 2026-09-06T23:57:02.266Z | Downloaded scroll_derive v0.13.1 |
| 762 | 2026-09-06T23:57:02.266Z | Downloaded proc-macro-crate v1.3.1 |
| 763 | 2026-09-06T23:57:02.266Z | Downloaded signature v3.0.0 |
| 764 | 2026-09-06T23:57:02.266Z | Downloaded sigpipe v0.1.3 |
| 765 | 2026-09-06T23:57:02.272Z | Downloaded oxide-update-engine-types v0.1.2 |
| 766 | 2026-09-06T23:57:02.273Z | Downloaded prefix-trie v0.7.0 |
| 767 | 2026-09-06T23:57:02.273Z | Downloaded semver v0.1.20 |
| 768 | 2026-09-06T23:57:02.275Z | Downloaded pkcs5 v0.8.1 |
| 769 | 2026-09-06T23:57:02.276Z | Downloaded nanorand v0.7.0 |
| 770 | 2026-09-06T23:57:02.278Z | Downloaded uzers v0.12.2 |
| 771 | 2026-09-06T23:57:02.279Z | Downloaded vergen v9.1.0 |
| 772 | 2026-09-06T23:57:02.281Z | Downloaded oxide-generation v0.1.3 |
| 773 | 2026-09-06T23:57:02.285Z | Downloaded pkg-config v0.3.32 |
| 774 | 2026-09-06T23:57:02.288Z | Downloaded strip-ansi-escapes v0.2.1 |
| 775 | 2026-09-06T23:57:02.288Z | Downloaded strsim v0.10.0 |
| 776 | 2026-09-06T23:57:02.288Z | Downloaded usdt v0.6.0 |
| 777 | 2026-09-06T23:57:02.292Z | Downloaded flate2 v1.1.9 |
| 778 | 2026-09-06T23:57:02.294Z | Downloaded hickory-resolver v0.25.2 |
| 779 | 2026-09-06T23:57:02.297Z | Downloaded chacha20poly1305 v0.10.1 |
| 780 | 2026-09-06T23:57:02.304Z | Downloaded scuffle v0.1.0 |
| 781 | 2026-09-06T23:57:02.308Z | Downloaded ar_archive_writer v0.5.1 |
| 782 | 2026-09-06T23:57:02.308Z | Downloaded arc-swap v1.8.2 |
| 783 | 2026-09-06T23:57:02.311Z | Downloaded base64 v0.21.7 |
| 784 | 2026-09-06T23:57:02.315Z | Downloaded num_enum_derive v0.7.6 |
| 785 | 2026-09-06T23:57:02.315Z | Downloaded num-rational v0.4.2 |
| 786 | 2026-09-06T23:57:02.315Z | Downloaded hyper-rustls v0.27.7 |
| 787 | 2026-09-06T23:57:02.315Z | Downloaded void v1.0.2 |
| 788 | 2026-09-06T23:57:02.318Z | Downloaded rustc-demangle v0.1.27 |
| 789 | 2026-09-06T23:57:02.318Z | Downloaded zerofrom v0.1.6 |
| 790 | 2026-09-06T23:57:02.319Z | Downloaded utf-8 v0.7.6 |
| 791 | 2026-09-06T23:57:02.319Z | Downloaded slog v2.8.2 |
| 792 | 2026-09-06T23:57:02.321Z | Downloaded ctutils v0.4.2 |
| 793 | 2026-09-06T23:57:02.321Z | Downloaded socket2 v0.5.10 |
| 794 | 2026-09-06T23:57:02.321Z | Downloaded xattr v1.6.1 |
| 795 | 2026-09-06T23:57:02.321Z | Downloaded keccak v0.2.0 |
| 796 | 2026-09-06T23:57:02.324Z | Downloaded rusty-fork v0.3.1 |
| 797 | 2026-09-06T23:57:02.324Z | Downloaded pem-rfc7468 v1.0.0 |
| 798 | 2026-09-06T23:57:02.325Z | Downloaded aes v0.9.1 |
| 799 | 2026-09-06T23:57:02.329Z | Downloaded darling v0.23.0 |
| 800 | 2026-09-06T23:57:02.333Z | Downloaded mime_guess v2.0.5 |
| 801 | 2026-09-06T23:57:02.333Z | Downloaded simd-adler32 v0.3.8 |
| 802 | 2026-09-06T23:57:02.333Z | Downloaded dashu-base v0.5.1 |
| 803 | 2026-09-06T23:57:02.333Z | Downloaded oxnet v0.1.6 |
| 804 | 2026-09-06T23:57:02.333Z | Downloaded progenitor v0.13.0 |
| 805 | 2026-09-06T23:57:02.336Z | Downloaded serde_derive_internals v0.29.1 |
| 806 | 2026-09-06T23:57:02.336Z | Downloaded sqlformat v0.3.5 |
| 807 | 2026-09-06T23:57:02.337Z | Downloaded slog-stdlog v4.1.1 |
| 808 | 2026-09-06T23:57:02.337Z | Downloaded supports-hyperlinks v3.2.0 |
| 809 | 2026-09-06T23:57:02.337Z | Downloaded predicates v3.1.4 |
| 810 | 2026-09-06T23:57:02.340Z | Downloaded rlimit v0.10.2 |
| 811 | 2026-09-06T23:57:02.340Z | Downloaded rustls-native-certs v0.8.3 |
| 812 | 2026-09-06T23:57:02.343Z | Downloaded difflib v0.4.0 |
| 813 | 2026-09-06T23:57:02.343Z | Downloaded crypto-common v0.2.2 |
| 814 | 2026-09-06T23:57:02.343Z | Downloaded tungstenite v0.21.0 |
| 815 | 2026-09-06T23:57:02.345Z | Downloaded parking_lot v0.12.5 |
| 816 | 2026-09-06T23:57:02.345Z | Downloaded password-hash v0.5.0 |
| 817 | 2026-09-06T23:57:02.349Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 818 | 2026-09-06T23:57:02.349Z | Downloaded tokio-dtrace v0.1.1 |
| 819 | 2026-09-06T23:57:02.356Z | Downloaded darling_macro v0.20.11 |
| 820 | 2026-09-06T23:57:02.359Z | Downloaded indent_write v2.2.0 |
| 821 | 2026-09-06T23:57:02.360Z | Downloaded static_assertions v1.1.0 |
| 822 | 2026-09-06T23:57:02.363Z | Downloaded compact_str v0.8.1 |
| 823 | 2026-09-06T23:57:02.363Z | Downloaded document-features v0.2.12 |
| 824 | 2026-09-06T23:57:02.363Z | Downloaded dropshot_endpoint v0.17.1 |
| 825 | 2026-09-06T23:57:02.366Z | Downloaded instant v0.1.13 |
| 826 | 2026-09-06T23:57:02.367Z | Downloaded lalrpop-util v0.19.12 |
| 827 | 2026-09-06T23:57:02.367Z | Downloaded mime v0.3.17 |
| 828 | 2026-09-06T23:57:02.371Z | Downloaded hickory-resolver v0.24.4 |
| 829 | 2026-09-06T23:57:02.371Z | Downloaded hashbrown v0.12.3 |
| 830 | 2026-09-06T23:57:02.371Z | Downloaded http v1.4.2 |
| 831 | 2026-09-06T23:57:02.376Z | Downloaded vte v0.14.1 |
| 832 | 2026-09-06T23:57:02.376Z | Downloaded hubpack v0.1.2 |
| 833 | 2026-09-06T23:57:02.379Z | Downloaded zerovec-derive v0.11.2 |
| 834 | 2026-09-06T23:57:02.381Z | Downloaded thread_local v1.1.9 |
| 835 | 2026-09-06T23:57:02.382Z | Downloaded sha2 v0.11.0 |
| 836 | 2026-09-06T23:57:02.385Z | Downloaded serde_cbor v0.11.2 |
| 837 | 2026-09-06T23:57:02.387Z | Downloaded want v0.3.1 |
| 838 | 2026-09-06T23:57:02.387Z | Downloaded critical-section v1.2.0 |
| 839 | 2026-09-06T23:57:02.387Z | Downloaded darling v0.13.4 |
| 840 | 2026-09-06T23:57:02.390Z | Downloaded spin v0.9.8 |
| 841 | 2026-09-06T23:57:02.390Z | Downloaded data-encoding v2.10.0 |
| 842 | 2026-09-06T23:57:02.393Z | Downloaded linked-hash-map v0.5.6 |
| 843 | 2026-09-06T23:57:02.393Z | Downloaded oso-derive v0.27.3 |
| 844 | 2026-09-06T23:57:02.393Z | Downloaded potential_utf v0.1.4 |
| 845 | 2026-09-06T23:57:02.396Z | Downloaded samael v0.0.19 |
| 846 | 2026-09-06T23:57:02.401Z | Downloaded toml_edit v0.19.15 |
| 847 | 2026-09-06T23:57:02.409Z | Downloaded aes-gcm v0.11.0 |
| 848 | 2026-09-06T23:57:02.411Z | Downloaded num-iter v0.1.45 |
| 849 | 2026-09-06T23:57:02.412Z | Downloaded phf v0.12.1 |
| 850 | 2026-09-06T23:57:02.412Z | Downloaded tracing-attributes v0.1.31 |
| 851 | 2026-09-06T23:57:02.412Z | Downloaded tokio-stream v0.1.18 |
| 852 | 2026-09-06T23:57:02.415Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 853 | 2026-09-06T23:57:02.417Z | Downloaded dyn-clone v1.0.20 |
| 854 | 2026-09-06T23:57:02.417Z | Downloaded whoami v1.6.1 |
| 855 | 2026-09-06T23:57:02.421Z | Downloaded num_enum_derive v0.5.11 |
| 856 | 2026-09-06T23:57:02.421Z | Downloaded rfc6979 v0.6.0 |
| 857 | 2026-09-06T23:57:02.421Z | Downloaded sapling-renderdag v0.1.0 |
| 858 | 2026-09-06T23:57:02.421Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 859 | 2026-09-06T23:57:02.424Z | Downloaded rayon-core v1.13.0 |
| 860 | 2026-09-06T23:57:02.424Z | Downloaded rustls-platform-verifier v0.6.2 |
| 861 | 2026-09-06T23:57:02.427Z | Downloaded siphasher v1.0.2 |
| 862 | 2026-09-06T23:57:02.430Z | Downloaded libbz2-rs-sys v0.2.2 |
| 863 | 2026-09-06T23:57:02.430Z | Downloaded delegate v0.13.5 |
| 864 | 2026-09-06T23:57:02.430Z | Downloaded deranged v0.5.8 |
| 865 | 2026-09-06T23:57:02.430Z | Downloaded peg-runtime v0.8.5 |
| 866 | 2026-09-06T23:57:02.433Z | Downloaded rtoolbox v0.0.3 |
| 867 | 2026-09-06T23:57:02.433Z | Downloaded ryu v1.0.23 |
| 868 | 2026-09-06T23:57:02.433Z | Downloaded tabwriter v1.4.1 |
| 869 | 2026-09-06T23:57:02.436Z | Downloaded rand_xorshift v0.4.0 |
| 870 | 2026-09-06T23:57:02.437Z | Downloaded rustc_version v0.1.7 |
| 871 | 2026-09-06T23:57:02.437Z | Downloaded rustc_version v0.4.1 |
| 872 | 2026-09-06T23:57:02.437Z | Downloaded async-compression v0.4.41 |
| 873 | 2026-09-06T23:57:02.441Z | Downloaded serde_plain v1.0.2 |
| 874 | 2026-09-06T23:57:02.443Z | Downloaded cookie v0.18.1 |
| 875 | 2026-09-06T23:57:02.443Z | Downloaded cookie_store v0.22.1 |
| 876 | 2026-09-06T23:57:02.443Z | Downloaded oxide-update-engine-display v0.1.2 |
| 877 | 2026-09-06T23:57:02.443Z | Downloaded supports-unicode v3.0.0 |
| 878 | 2026-09-06T23:57:02.446Z | Downloaded topological-sort v0.2.2 |
| 879 | 2026-09-06T23:57:02.446Z | Downloaded bytes v1.11.1 |
| 880 | 2026-09-06T23:57:02.446Z | Downloaded tower-service v0.3.3 |
| 881 | 2026-09-06T23:57:02.449Z | Downloaded ed25519 v3.0.0 |
| 882 | 2026-09-06T23:57:02.449Z | Downloaded md5 v0.8.0 |
| 883 | 2026-09-06T23:57:02.456Z | Downloaded derive_more v2.1.1 |
| 884 | 2026-09-06T23:57:02.463Z | Downloaded vergen-gitcl v1.0.8 |
| 885 | 2026-09-06T23:57:02.467Z | Downloaded tinyvec v1.11.0 |
| 886 | 2026-09-06T23:57:02.467Z | Downloaded unicode-bidi v0.3.18 |
| 887 | 2026-09-06T23:57:02.470Z | Downloaded iana-time-zone v0.1.65 |
| 888 | 2026-09-06T23:57:02.470Z | Downloaded multer v3.1.0 |
| 889 | 2026-09-06T23:57:02.470Z | Downloaded schemars_derive v0.8.22 |
| 890 | 2026-09-06T23:57:02.472Z | Downloaded scroll v0.13.0 |
| 891 | 2026-09-06T23:57:02.473Z | Downloaded slab v0.4.12 |
| 892 | 2026-09-06T23:57:02.473Z | Downloaded module-lattice v0.2.3 |
| 893 | 2026-09-06T23:57:02.473Z | Downloaded zerofrom-derive v0.1.6 |
| 894 | 2026-09-06T23:57:02.475Z | Downloaded derive-where v1.6.0 |
| 895 | 2026-09-06T23:57:02.475Z | Downloaded hickory-server v0.25.2 |
| 896 | 2026-09-06T23:57:02.478Z | Downloaded shlex v1.3.0 |
| 897 | 2026-09-06T23:57:02.478Z | Downloaded ron v0.8.1 |
| 898 | 2026-09-06T23:57:02.481Z | Downloaded yoke-derive v0.8.1 |
| 899 | 2026-09-06T23:57:02.484Z | Downloaded pem-rfc7468 v0.7.0 |
| 900 | 2026-09-06T23:57:02.484Z | Downloaded qorb v0.4.1 |
| 901 | 2026-09-06T23:57:02.487Z | Downloaded crc-catalog v2.4.0 |
| 902 | 2026-09-06T23:57:02.487Z | Downloaded pem v3.0.6 |
| 903 | 2026-09-06T23:57:02.490Z | Downloaded port-file v0.1.0 |
| 904 | 2026-09-06T23:57:02.490Z | Downloaded yasna v0.5.2 |
| 905 | 2026-09-06T23:57:02.490Z | Downloaded unicode_categories v0.1.1 |
| 906 | 2026-09-06T23:57:02.493Z | Downloaded cstr-argument v0.1.2 |
| 907 | 2026-09-06T23:57:02.497Z | Downloaded ignore v0.4.25 |
| 908 | 2026-09-06T23:57:02.497Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 909 | 2026-09-06T23:57:02.501Z | Downloaded is_ci v1.2.0 |
| 910 | 2026-09-06T23:57:02.501Z | Downloaded strum_macros v0.27.2 |
| 911 | 2026-09-06T23:57:02.501Z | Downloaded ml-kem v0.3.2 |
| 912 | 2026-09-06T23:57:02.503Z | Downloaded const-oid v0.10.2 |
| 913 | 2026-09-06T23:57:02.503Z | Downloaded zopfli v0.8.3 |
| 914 | 2026-09-06T23:57:02.503Z | Downloaded rand_seeder v0.4.0 |
| 915 | 2026-09-06T23:57:02.507Z | Downloaded synstructure v0.13.2 |
| 916 | 2026-09-06T23:57:02.507Z | Downloaded time-macros v0.2.27 |
| 917 | 2026-09-06T23:57:02.507Z | Downloaded tokio-tungstenite v0.23.1 |
| 918 | 2026-09-06T23:57:02.509Z | Downloaded jiff-static v0.2.34 |
| 919 | 2026-09-06T23:57:02.509Z | Downloaded vergen-lib v9.1.0 |
| 920 | 2026-09-06T23:57:02.509Z | Downloaded wyz v0.5.1 |
| 921 | 2026-09-06T23:57:02.509Z | Downloaded kstat-rs v0.2.5 |
| 922 | 2026-09-06T23:57:02.512Z | Downloaded rand_core v0.6.4 |
| 923 | 2026-09-06T23:57:02.512Z | Downloaded diff v0.1.13 |
| 924 | 2026-09-06T23:57:02.512Z | Downloaded psm v0.1.30 |
| 925 | 2026-09-06T23:57:02.515Z | Downloaded parking_lot_core v0.9.12 |
| 926 | 2026-09-06T23:57:02.515Z | Downloaded tar v0.4.46 |
| 927 | 2026-09-06T23:57:02.515Z | Downloaded schemars v0.8.22 |
| 928 | 2026-09-06T23:57:02.523Z | Downloaded indexmap v1.9.3 |
| 929 | 2026-09-06T23:57:02.526Z | Downloaded quinn-udp v0.5.14 |
| 930 | 2026-09-06T23:57:02.526Z | Downloaded serdect v0.4.3 |
| 931 | 2026-09-06T23:57:02.529Z | Downloaded lru-slab v0.1.2 |
| 932 | 2026-09-06T23:57:02.529Z | Downloaded smallvec v0.6.14 |
| 933 | 2026-09-06T23:57:02.529Z | Downloaded opaque-debug v0.3.1 |
| 934 | 2026-09-06T23:57:02.529Z | Downloaded test-strategy v0.4.5 |
| 935 | 2026-09-06T23:57:02.532Z | Downloaded toml v0.7.8 |
| 936 | 2026-09-06T23:57:02.532Z | Downloaded unsafe-libyaml v0.2.11 |
| 937 | 2026-09-06T23:57:02.534Z | Downloaded publicsuffix v2.3.0 |
| 938 | 2026-09-06T23:57:02.537Z | Downloaded string_cache v0.8.9 |
| 939 | 2026-09-06T23:57:02.537Z | Downloaded zstd-safe v7.2.4 |
| 940 | 2026-09-06T23:57:02.537Z | Downloaded predicates-core v1.0.10 |
| 941 | 2026-09-06T23:57:02.537Z | Downloaded md-5 v0.10.6 |
| 942 | 2026-09-06T23:57:02.540Z | Downloaded hashbrown v0.14.5 |
| 943 | 2026-09-06T23:57:02.543Z | Downloaded progenitor-macro v0.13.0 |
| 944 | 2026-09-06T23:57:02.543Z | Downloaded litemap v0.8.1 |
| 945 | 2026-09-06T23:57:02.549Z | Downloaded tls_codec v0.4.2 |
| 946 | 2026-09-06T23:57:02.550Z | Downloaded p256 v0.13.2 |
| 947 | 2026-09-06T23:57:02.553Z | Downloaded corncobs v0.1.4 |
| 948 | 2026-09-06T23:57:02.553Z | Downloaded defmt v1.0.1 |
| 949 | 2026-09-06T23:57:02.553Z | Downloaded defmt-macros v1.0.1 |
| 950 | 2026-09-06T23:57:02.553Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 951 | 2026-09-06T23:57:02.555Z | Downloaded scheduled-thread-pool v0.2.7 |
| 952 | 2026-09-06T23:57:02.555Z | Downloaded percent-encoding v2.3.2 |
| 953 | 2026-09-06T23:57:02.558Z | Downloaded humantime v2.3.0 |
| 954 | 2026-09-06T23:57:02.562Z | Downloaded vsss-rs v3.3.4 |
| 955 | 2026-09-06T23:57:02.565Z | Downloaded same-file v1.0.6 |
| 956 | 2026-09-06T23:57:02.574Z | Downloaded serde_urlencoded v0.7.1 |
| 957 | 2026-09-06T23:57:02.574Z | Downloaded stable_deref_trait v1.2.1 |
| 958 | 2026-09-06T23:57:02.574Z | Downloaded signal-hook-tokio v0.3.1 |
| 959 | 2026-09-06T23:57:02.579Z | Downloaded peg-macros v0.8.5 |
| 960 | 2026-09-06T23:57:02.579Z | Downloaded progenitor v0.14.0 |
| 961 | 2026-09-06T23:57:02.579Z | Downloaded serde-big-array v0.5.1 |
| 962 | 2026-09-06T23:57:02.579Z | Downloaded russh-cryptovec v0.62.0 |
| 963 | 2026-09-06T23:57:02.582Z | Downloaded progenitor-impl v0.13.0 |
| 964 | 2026-09-06T23:57:02.582Z | Downloaded slog-bunyan v2.5.0 |
| 965 | 2026-09-06T23:57:02.582Z | Downloaded hashbrown v0.16.1 |
| 966 | 2026-09-06T23:57:02.590Z | Downloaded primeorder v0.14.0 |
| 967 | 2026-09-06T23:57:02.593Z | Downloaded poly1305 v0.8.0 |
| 968 | 2026-09-06T23:57:02.596Z | Downloaded icu_properties v2.1.2 |
| 969 | 2026-09-06T23:57:02.599Z | Downloaded smallvec v1.15.1 |
| 970 | 2026-09-06T23:57:02.599Z | Downloaded tap v1.0.1 |
| 971 | 2026-09-06T23:57:02.599Z | Downloaded testing_table v0.3.0 |
| 972 | 2026-09-06T23:57:02.599Z | Downloaded ipnet v2.12.0 |
| 973 | 2026-09-06T23:57:02.603Z | Downloaded debug-ignore v1.0.5 |
| 974 | 2026-09-06T23:57:02.603Z | Downloaded display-error-chain v0.2.2 |
| 975 | 2026-09-06T23:57:02.603Z | Downloaded dtrace-parser v0.3.0 |
| 976 | 2026-09-06T23:57:02.603Z | Downloaded hashbrown v0.15.5 |
| 977 | 2026-09-06T23:57:02.606Z | Downloaded rand_chacha v0.9.0 |
| 978 | 2026-09-06T23:57:02.606Z | Downloaded tungstenite v0.28.0 |
| 979 | 2026-09-06T23:57:02.609Z | Downloaded aho-corasick v1.1.4 |
| 980 | 2026-09-06T23:57:02.612Z | Downloaded universal-hash v0.5.1 |
| 981 | 2026-09-06T23:57:02.615Z | Downloaded des v0.9.0 |
| 982 | 2026-09-06T23:57:02.615Z | Downloaded ecdsa v0.17.0 |
| 983 | 2026-09-06T23:57:02.615Z | Downloaded utf8_iter v1.0.4 |
| 984 | 2026-09-06T23:57:02.618Z | Downloaded crc8 v0.1.1 |
| 985 | 2026-09-06T23:57:02.618Z | Downloaded defmt v0.3.100 |
| 986 | 2026-09-06T23:57:02.618Z | Downloaded is-terminal v0.4.17 |
| 987 | 2026-09-06T23:57:02.618Z | Downloaded tokio-rustls v0.26.4 |
| 988 | 2026-09-06T23:57:02.620Z | Downloaded newtype-uuid v1.3.2 |
| 989 | 2026-09-06T23:57:02.620Z | Downloaded rand v0.8.6 |
| 990 | 2026-09-06T23:57:02.623Z | Downloaded uuid v1.23.4 |
| 991 | 2026-09-06T23:57:02.627Z | Downloaded miette-derive v7.6.0 |
| 992 | 2026-09-06T23:57:02.627Z | Downloaded smf v0.2.3 |
| 993 | 2026-09-06T23:57:02.627Z | Downloaded ssh-encoding v0.3.0 |
| 994 | 2026-09-06T23:57:02.629Z | Downloaded kem v0.3.0 |
| 995 | 2026-09-06T23:57:02.629Z | Downloaded olpc-cjson v0.1.4 |
| 996 | 2026-09-06T23:57:02.631Z | Downloaded owo-colors v4.3.0 |
| 997 | 2026-09-06T23:57:02.631Z | Downloaded path-slash v0.1.5 |
| 998 | 2026-09-06T23:57:02.634Z | Downloaded phf v0.13.1 |
| 999 | 2026-09-06T23:57:02.634Z | Downloaded inout v0.2.2 |
| 1000 | 2026-09-06T23:57:02.634Z | Downloaded reqwest v0.13.2 |
| 1001 | 2026-09-06T23:57:02.637Z | Downloaded tower-http v0.6.8 |
| 1002 | 2026-09-06T23:57:02.640Z | Downloaded diesel_derives v2.3.7 |
| 1003 | 2026-09-06T23:57:02.644Z | Downloaded nonempty v0.12.0 |
| 1004 | 2026-09-06T23:57:02.647Z | Downloaded normalize-line-endings v0.3.0 |
| 1005 | 2026-09-06T23:57:02.647Z | Downloaded darling_core v0.20.11 |
| 1006 | 2026-09-06T23:57:02.649Z | Downloaded rfc6979 v0.4.0 |
| 1007 | 2026-09-06T23:57:02.649Z | Downloaded shell-words v1.1.1 |
| 1008 | 2026-09-06T23:57:02.649Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1009 | 2026-09-06T23:57:02.652Z | Downloaded derive_more v0.99.20 |
| 1010 | 2026-09-06T23:57:02.656Z | Downloaded hkdf v0.12.4 |
| 1011 | 2026-09-06T23:57:02.656Z | Downloaded hkdf v0.13.0 |
| 1012 | 2026-09-06T23:57:02.660Z | Downloaded crossbeam-utils v0.8.21 |
| 1013 | 2026-09-06T23:57:02.660Z | Downloaded pkcs1 v0.7.5 |
| 1014 | 2026-09-06T23:57:02.663Z | Downloaded vergen-git2 v9.1.0 |
| 1015 | 2026-09-06T23:57:02.663Z | Downloaded new_debug_unreachable v1.0.6 |
| 1016 | 2026-09-06T23:57:02.663Z | Downloaded phf_shared v0.12.1 |
| 1017 | 2026-09-06T23:57:02.663Z | Downloaded wnaf v0.14.0 |
| 1018 | 2026-09-06T23:57:02.663Z | Downloaded radium v0.7.0 |
| 1019 | 2026-09-06T23:57:02.663Z | Downloaded zstd v0.13.3 |
| 1020 | 2026-09-06T23:57:02.666Z | Downloaded strum v0.27.2 |
| 1021 | 2026-09-06T23:57:02.666Z | Downloaded slog-scope v4.4.1 |
| 1022 | 2026-09-06T23:57:02.668Z | Downloaded nom v8.0.0 |
| 1023 | 2026-09-06T23:57:02.671Z | Downloaded icu_normalizer_data v2.1.1 |
| 1024 | 2026-09-06T23:57:02.671Z | Downloaded knus v3.4.0 |
| 1025 | 2026-09-06T23:57:02.674Z | Downloaded subtle v2.6.1 |
| 1026 | 2026-09-06T23:57:02.674Z | Downloaded supports-color v3.0.2 |
| 1027 | 2026-09-06T23:57:02.678Z | Downloaded try-lock v0.2.5 |
| 1028 | 2026-09-06T23:57:02.681Z | Downloaded universal-hash v0.6.1 |
| 1029 | 2026-09-06T23:57:02.682Z | Downloaded thiserror-no-std v2.0.2 |
| 1030 | 2026-09-06T23:57:02.685Z | Downloaded libloading v0.8.9 |
| 1031 | 2026-09-06T23:57:02.685Z | Downloaded litrs v1.0.0 |
| 1032 | 2026-09-06T23:57:02.685Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1033 | 2026-09-06T23:57:02.688Z | Downloaded lock_api v0.4.14 |
| 1034 | 2026-09-06T23:57:02.688Z | Downloaded jobserver v0.1.34 |
| 1035 | 2026-09-06T23:57:02.688Z | Downloaded unarray v0.1.4 |
| 1036 | 2026-09-06T23:57:02.692Z | Downloaded darling_macro v0.13.4 |
| 1037 | 2026-09-06T23:57:02.692Z | Downloaded digest-io v0.1.0 |
| 1038 | 2026-09-06T23:57:02.696Z | Downloaded rand v0.9.2 |
| 1039 | 2026-09-06T23:57:02.696Z | Downloaded rand v0.10.1 |
| 1040 | 2026-09-06T23:57:02.696Z | Downloaded reqwest v0.12.28 |
| 1041 | 2026-09-06T23:57:02.702Z | Downloaded dsl_auto_type v0.2.0 |
| 1042 | 2026-09-06T23:57:02.702Z | Downloaded num-traits v0.2.19 |
| 1043 | 2026-09-06T23:57:02.705Z | Downloaded polyval v0.7.1 |
| 1044 | 2026-09-06T23:57:02.705Z | Downloaded postgres-protocol v0.6.10 |
| 1045 | 2026-09-06T23:57:02.705Z | Downloaded pretty_assertions v1.4.1 |
| 1046 | 2026-09-06T23:57:02.705Z | Downloaded darling_macro v0.21.3 |
| 1047 | 2026-09-06T23:57:02.705Z | Downloaded unicode-normalization v0.1.25 |
| 1048 | 2026-09-06T23:57:02.709Z | Downloaded maplit v1.0.2 |
| 1049 | 2026-09-06T23:57:02.709Z | Downloaded match_cfg v0.1.0 |
| 1050 | 2026-09-06T23:57:02.709Z | Downloaded futures-util v0.3.32 |
| 1051 | 2026-09-06T23:57:02.715Z | Downloaded darling_core v0.13.4 |
| 1052 | 2026-09-06T23:57:02.718Z | Downloaded winnow v0.5.40 |
| 1053 | 2026-09-06T23:57:02.721Z | Downloaded winnow v0.6.26 |
| 1054 | 2026-09-06T23:57:02.726Z | Downloaded crossbeam-epoch v0.9.18 |
| 1055 | 2026-09-06T23:57:02.729Z | Downloaded serde_with_macros v1.5.2 |
| 1056 | 2026-09-06T23:57:02.729Z | Downloaded sponge-cursor v0.1.0 |
| 1057 | 2026-09-06T23:57:02.729Z | Downloaded nibble_vec v0.1.0 |
| 1058 | 2026-09-06T23:57:02.732Z | Downloaded slog-async v2.8.0 |
| 1059 | 2026-09-06T23:57:02.732Z | Downloaded snafu-derive v0.8.9 |
| 1060 | 2026-09-06T23:57:02.732Z | Downloaded ident_case v1.0.1 |
| 1061 | 2026-09-06T23:57:02.732Z | Downloaded phf_shared v0.11.3 |
| 1062 | 2026-09-06T23:57:02.765Z | Downloaded progenitor-client v0.14.0 |
| 1063 | 2026-09-06T23:57:02.765Z | Downloaded ssh-key v0.6.7 |
| 1064 | 2026-09-06T23:57:02.765Z | Downloaded progenitor-client v0.13.0 |
| 1065 | 2026-09-06T23:57:02.765Z | Downloaded darling_core v0.21.3 |
| 1066 | 2026-09-06T23:57:02.765Z | Downloaded itertools v0.13.0 |
| 1067 | 2026-09-06T23:57:02.765Z | Downloaded num-bigint v0.4.6 |
| 1068 | 2026-09-06T23:57:02.765Z | Downloaded serde_spanned v1.1.1 |
| 1069 | 2026-09-06T23:57:02.765Z | Downloaded rustversion v1.0.22 |
| 1070 | 2026-09-06T23:57:02.765Z | Downloaded seq-macro v0.3.6 |
| 1071 | 2026-09-06T23:57:02.765Z | Downloaded tinyvec_macros v0.1.1 |
| 1072 | 2026-09-06T23:57:02.765Z | Downloaded untrusted v0.7.1 |
| 1073 | 2026-09-06T23:57:02.765Z | Downloaded usdt-macro v0.6.0 |
| 1074 | 2026-09-06T23:57:02.765Z | Downloaded rand_pcg v0.10.2 |
| 1075 | 2026-09-06T23:57:02.765Z | Downloaded nom v7.1.3 |
| 1076 | 2026-09-06T23:57:02.765Z | Downloaded icu_locale_core v2.1.1 |
| 1077 | 2026-09-06T23:57:02.765Z | Downloaded usdt-impl v0.6.0 |
| 1078 | 2026-09-06T23:57:02.765Z | Downloaded wait-timeout v0.2.1 |
| 1079 | 2026-09-06T23:57:02.765Z | Downloaded httpdate v1.0.3 |
| 1080 | 2026-09-06T23:57:02.765Z | Downloaded russh-util v0.52.0 |
| 1081 | 2026-09-06T23:57:02.766Z | Downloaded downcast-rs v2.0.2 |
| 1082 | 2026-09-06T23:57:02.766Z | Downloaded tower v0.5.3 |
| 1083 | 2026-09-06T23:57:02.766Z | Downloaded crunchy v0.2.4 |
| 1084 | 2026-09-06T23:57:02.771Z | Downloaded derive_builder_macro v0.20.2 |
| 1085 | 2026-09-06T23:57:02.771Z | Downloaded tinystr v0.8.2 |
| 1086 | 2026-09-06T23:57:02.771Z | Downloaded ingot v0.2.1 |
| 1087 | 2026-09-06T23:57:02.771Z | Downloaded ingot-types v0.2.0 |
| 1088 | 2026-09-06T23:57:02.771Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1089 | 2026-09-06T23:57:02.774Z | Downloaded h2 v0.4.15 |
| 1090 | 2026-09-06T23:57:02.776Z | Downloaded rcgen v0.12.1 |
| 1091 | 2026-09-06T23:57:02.779Z | Downloaded writeable v0.6.2 |
| 1092 | 2026-09-06T23:57:02.779Z | Downloaded instability v0.3.11 |
| 1093 | 2026-09-06T23:57:02.779Z | Downloaded lru-cache v0.1.2 |
| 1094 | 2026-09-06T23:57:02.782Z | Downloaded multimap v0.10.1 |
| 1095 | 2026-09-06T23:57:02.783Z | Downloaded sec1 v0.8.1 |
| 1096 | 2026-09-06T23:57:02.785Z | Downloaded primefield v0.14.0 |
| 1097 | 2026-09-06T23:57:02.788Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1098 | 2026-09-06T23:57:02.792Z | Downloaded p384 v0.13.1 |
| 1099 | 2026-09-06T23:57:02.795Z | Downloaded term v1.2.1 |
| 1100 | 2026-09-06T23:57:02.795Z | Downloaded rustyline v14.0.0 |
| 1101 | 2026-09-06T23:57:02.799Z | Downloaded icu_collections v2.1.1 |
| 1102 | 2026-09-06T23:57:02.806Z | Downloaded icu_provider v2.1.1 |
| 1103 | 2026-09-06T23:57:02.806Z | Downloaded untrusted v0.9.0 |
| 1104 | 2026-09-06T23:57:02.806Z | Downloaded ed25519 v2.2.3 |
| 1105 | 2026-09-06T23:57:02.811Z | Downloaded dirs-sys-next v0.1.2 |
| 1106 | 2026-09-06T23:57:02.811Z | Downloaded ecdsa v0.16.9 |
| 1107 | 2026-09-06T23:57:02.811Z | Downloaded parse-display v0.10.0 |
| 1108 | 2026-09-06T23:57:02.811Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1109 | 2026-09-06T23:57:02.811Z | Downloaded papergrid v0.18.0 |
| 1110 | 2026-09-06T23:57:02.814Z | Downloaded ingot-macros v0.2.0 |
| 1111 | 2026-09-06T23:57:02.814Z | Downloaded idna_adapter v1.2.1 |
| 1112 | 2026-09-06T23:57:02.819Z | Downloaded jiff-core v0.1.0 |
| 1113 | 2026-09-06T23:57:02.825Z | Downloaded daft v0.1.8 |
| 1114 | 2026-09-06T23:57:02.827Z | Downloaded digest v0.11.3 |
| 1115 | 2026-09-06T23:57:02.827Z | Downloaded num-integer v0.1.46 |
| 1116 | 2026-09-06T23:57:02.827Z | Downloaded num-primitive v0.2.1 |
| 1117 | 2026-09-06T23:57:02.827Z | Downloaded paste v1.0.15 |
| 1118 | 2026-09-06T23:57:02.830Z | Downloaded thread-id v5.1.0 |
| 1119 | 2026-09-06T23:57:02.830Z | Downloaded ssh-cipher v0.2.0 |
| 1120 | 2026-09-06T23:57:02.831Z | Downloaded crc v3.4.0 |
| 1121 | 2026-09-06T23:57:02.831Z | Downloaded rand_core v0.9.5 |
| 1122 | 2026-09-06T23:57:02.834Z | Downloaded yansi v1.0.1 |
| 1123 | 2026-09-06T23:57:02.834Z | Downloaded darling_core v0.23.0 |
| 1124 | 2026-09-06T23:57:02.838Z | Downloaded hybrid-array v0.4.13 |
| 1125 | 2026-09-06T23:57:02.838Z | Downloaded rpassword v7.5.4 |
| 1126 | 2026-09-06T23:57:02.842Z | Downloaded serde-hex v0.1.0 |
| 1127 | 2026-09-06T23:57:02.842Z | Downloaded slog-json v2.6.1 |
| 1128 | 2026-09-06T23:57:02.842Z | Downloaded bitvec v1.0.1 |
| 1129 | 2026-09-06T23:57:02.849Z | Downloaded openssl-probe v0.1.6 |
| 1130 | 2026-09-06T23:57:02.852Z | Downloaded maybe-uninit v2.0.0 |
| 1131 | 2026-09-06T23:57:02.852Z | Downloaded serde_repr v0.1.20 |
| 1132 | 2026-09-06T23:57:02.852Z | Downloaded sec1 v0.7.3 |
| 1133 | 2026-09-06T23:57:02.856Z | Downloaded strum_macros v0.26.4 |
| 1134 | 2026-09-06T23:57:02.856Z | Downloaded tokio-tungstenite v0.28.0 |
| 1135 | 2026-09-06T23:57:02.856Z | Downloaded dropshot-api-manager v0.8.0 |
| 1136 | 2026-09-06T23:57:02.859Z | Downloaded unicase v2.9.0 |
| 1137 | 2026-09-06T23:57:02.859Z | Downloaded p384 v0.14.0 |
| 1138 | 2026-09-06T23:57:02.862Z | Downloaded daft-derive v0.1.8 |
| 1139 | 2026-09-06T23:57:02.862Z | Downloaded termtree v0.5.1 |
| 1140 | 2026-09-06T23:57:02.865Z | Downloaded packed_struct_codegen v0.10.1 |
| 1141 | 2026-09-06T23:57:02.865Z | Downloaded take_mut v0.2.2 |
| 1142 | 2026-09-06T23:57:02.865Z | Downloaded term v0.7.0 |
| 1143 | 2026-09-06T23:57:02.869Z | Downloaded usdt-attr-macro v0.6.0 |
| 1144 | 2026-09-06T23:57:02.872Z | Downloaded pin-project-lite v0.2.17 |
| 1145 | 2026-09-06T23:57:02.872Z | Downloaded itertools v0.12.1 |
| 1146 | 2026-09-06T23:57:02.883Z | Downloaded knus-derive v3.4.0 |
| 1147 | 2026-09-06T23:57:02.887Z | Downloaded strum_macros v0.24.3 |
| 1148 | 2026-09-06T23:57:02.887Z | Downloaded tiny-keccak v2.0.2 |
| 1149 | 2026-09-06T23:57:02.890Z | Downloaded libsw v3.5.0 |
| 1150 | 2026-09-06T23:57:02.890Z | Downloaded tokio-macros v2.7.0 |
| 1151 | 2026-09-06T23:57:02.890Z | Downloaded convert_case v0.4.0 |
| 1152 | 2026-09-06T23:57:02.890Z | Downloaded dunce v1.0.5 |
| 1153 | 2026-09-06T23:57:02.890Z | Downloaded parking_lot_core v0.8.6 |
| 1154 | 2026-09-06T23:57:02.892Z | Downloaded rustls-pemfile v2.2.0 |
| 1155 | 2026-09-06T23:57:02.892Z | Downloaded waitgroup v0.1.2 |
| 1156 | 2026-09-06T23:57:02.893Z | Downloaded crossbeam-channel v0.5.15 |
| 1157 | 2026-09-06T23:57:02.895Z | Downloaded der v0.7.10 |
| 1158 | 2026-09-06T23:57:02.898Z | Downloaded indicatif v0.18.4 |
| 1159 | 2026-09-06T23:57:02.902Z | Downloaded pin-project v1.1.11 |
| 1160 | 2026-09-06T23:57:02.906Z | Downloaded convert_case v0.10.0 |
| 1161 | 2026-09-06T23:57:02.909Z | Downloaded cpubits v0.1.1 |
| 1162 | 2026-09-06T23:57:02.909Z | Downloaded powerfmt v0.2.0 |
| 1163 | 2026-09-06T23:57:02.909Z | Downloaded lru v0.18.3 |
| 1164 | 2026-09-06T23:57:02.909Z | Downloaded serde_with_macros v3.21.0 |
| 1165 | 2026-09-06T23:57:02.911Z | Downloaded git2 v0.20.4 |
| 1166 | 2026-09-06T23:57:02.914Z | Downloaded itertools v0.10.5 |
| 1167 | 2026-09-06T23:57:02.918Z | Downloaded serde_with v3.21.0 |
| 1168 | 2026-09-06T23:57:02.926Z | Downloaded trait-variant v0.1.2 |
| 1169 | 2026-09-06T23:57:02.929Z | Downloaded progenitor-extras v0.2.0 |
| 1170 | 2026-09-06T23:57:02.929Z | Downloaded darling v0.20.11 |
| 1171 | 2026-09-06T23:57:02.929Z | Downloaded tracing-core v0.1.36 |
| 1172 | 2026-09-06T23:57:02.932Z | Downloaded whoami v2.1.0 |
| 1173 | 2026-09-06T23:57:02.932Z | Downloaded zerotrie v0.2.3 |
| 1174 | 2026-09-06T23:57:02.935Z | Downloaded quick-error v1.2.3 |
| 1175 | 2026-09-06T23:57:02.935Z | Downloaded memmap2 v0.9.10 |
| 1176 | 2026-09-06T23:57:02.935Z | Downloaded num v0.4.3 |
| 1177 | 2026-09-06T23:57:02.939Z | Downloaded crossterm v0.29.0 |
| 1178 | 2026-09-06T23:57:02.941Z | Downloaded num_enum v0.7.6 |
| 1179 | 2026-09-06T23:57:02.944Z | Downloaded xshell-macros v0.2.7 |
| 1180 | 2026-09-06T23:57:02.944Z | Downloaded dirs-next v2.0.0 |
| 1181 | 2026-09-06T23:57:02.944Z | Downloaded newline-converter v0.3.0 |
| 1182 | 2026-09-06T23:57:02.944Z | Downloaded signature v2.2.0 |
| 1183 | 2026-09-06T23:57:02.944Z | Downloaded scrypt v0.12.0 |
| 1184 | 2026-09-06T23:57:02.948Z | Downloaded tagptr v0.2.0 |
| 1185 | 2026-09-06T23:57:02.948Z | Downloaded url v2.5.8 |
| 1186 | 2026-09-06T23:57:02.951Z | Downloaded vergen-lib v0.1.6 |
| 1187 | 2026-09-06T23:57:02.951Z | Downloaded schemars v1.2.1 |
| 1188 | 2026-09-06T23:57:02.957Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1189 | 2026-09-06T23:57:02.959Z | Downloaded predicates-tree v1.0.13 |
| 1190 | 2026-09-06T23:57:02.959Z | Downloaded derive_more-impl v2.1.1 |
| 1191 | 2026-09-06T23:57:02.962Z | Downloaded libm v0.2.16 |
| 1192 | 2026-09-06T23:57:02.967Z | Downloaded p256 v0.14.0 |
| 1193 | 2026-09-06T23:57:02.970Z | Downloaded subprocess v0.2.15 |
| 1194 | 2026-09-06T23:57:02.972Z | Downloaded crossterm v0.28.1 |
| 1195 | 2026-09-06T23:57:02.975Z | Downloaded spki v0.8.0 |
| 1196 | 2026-09-06T23:57:02.975Z | Downloaded rustls-webpki v0.103.13 |
| 1197 | 2026-09-06T23:57:02.978Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1198 | 2026-09-06T23:57:02.981Z | Downloaded progenitor-macro v0.14.0 |
| 1199 | 2026-09-06T23:57:02.984Z | Downloaded ssh-cipher v0.3.0 |
| 1200 | 2026-09-06T23:57:02.984Z | Downloaded structmeta v0.3.0 |
| 1201 | 2026-09-06T23:57:02.984Z | Downloaded ipnetwork v0.21.1 |
| 1202 | 2026-09-06T23:57:02.987Z | Downloaded tough v0.22.0 |
| 1203 | 2026-09-06T23:57:02.990Z | Downloaded indoc v2.0.7 |
| 1204 | 2026-09-06T23:57:02.993Z | Downloaded zerocopy v0.6.6 |
| 1205 | 2026-09-06T23:57:02.993Z | Downloaded radix_trie v0.2.1 |
| 1206 | 2026-09-06T23:57:02.998Z | Downloaded displaydoc v0.2.5 |
| 1207 | 2026-09-06T23:57:03.001Z | Downloaded serde_with v1.14.0 |
| 1208 | 2026-09-06T23:57:03.005Z | Downloaded tungstenite v0.23.0 |
| 1209 | 2026-09-06T23:57:03.008Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1210 | 2026-09-06T23:57:03.011Z | Downloaded libefi-sys v0.1.0 |
| 1211 | 2026-09-06T23:57:03.011Z | Downloaded minimal-lexical v0.2.1 |
| 1212 | 2026-09-06T23:57:03.014Z | Downloaded typify v0.6.2 |
| 1213 | 2026-09-06T23:57:03.017Z | Downloaded num-complex v0.4.6 |
| 1214 | 2026-09-06T23:57:03.017Z | Downloaded poly1305 v0.9.0 |
| 1215 | 2026-09-06T23:57:03.020Z | Downloaded crc-any v2.5.0 |
| 1216 | 2026-09-06T23:57:03.020Z | Downloaded zip v0.6.6 |
| 1217 | 2026-09-06T23:57:03.023Z | Downloaded sha3 v0.12.0 |
| 1218 | 2026-09-06T23:57:03.023Z | Downloaded oxide-update-engine v0.1.2 |
| 1219 | 2026-09-06T23:57:03.026Z | Downloaded zip v4.6.1 |
| 1220 | 2026-09-06T23:57:03.033Z | Downloaded miniz_oxide v0.8.9 |
| 1221 | 2026-09-06T23:57:03.045Z | Downloaded salsa20 v0.11.0 |
| 1222 | 2026-09-06T23:57:03.049Z | Downloaded twox-hash v2.1.2 |
| 1223 | 2026-09-06T23:57:03.052Z | Downloaded darling v0.21.3 |
| 1224 | 2026-09-06T23:57:03.055Z | Downloaded gimli v0.32.3 |
| 1225 | 2026-09-06T23:57:03.058Z | Downloaded walkdir v2.5.0 |
| 1226 | 2026-09-06T23:57:03.061Z | Downloaded derive-ex v0.1.8 |
| 1227 | 2026-09-06T23:57:03.061Z | Downloaded similar v2.7.0 |
| 1228 | 2026-09-06T23:57:03.064Z | Downloaded smoltcp v0.9.1 |
| 1229 | 2026-09-06T23:57:03.068Z | Downloaded r2d2 v0.8.10 |
| 1230 | 2026-09-06T23:57:03.071Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-09-06T23:57:03.074Z | Downloaded libsw-core v0.3.2 |
| 1232 | 2026-09-06T23:57:03.077Z | Downloaded miette v7.6.0 |
| 1233 | 2026-09-06T23:57:03.077Z | Downloaded rsa v0.9.10 |
| 1234 | 2026-09-06T23:57:03.080Z | Downloaded socket2 v0.6.3 |
| 1235 | 2026-09-06T23:57:03.083Z | Downloaded snafu v0.8.9 |
| 1236 | 2026-09-06T23:57:03.086Z | Downloaded derive_builder v0.20.2 |
| 1237 | 2026-09-06T23:57:03.091Z | Downloaded httparse v1.10.1 |
| 1238 | 2026-09-06T23:57:03.091Z | Downloaded p521 v0.14.0 |
| 1239 | 2026-09-06T23:57:03.091Z | Downloaded drift v0.2.0 |
| 1240 | 2026-09-06T23:57:03.096Z | Downloaded postcard v1.1.3 |
| 1241 | 2026-09-06T23:57:03.100Z | Downloaded time v0.3.47 |
| 1242 | 2026-09-06T23:57:03.105Z | Downloaded slog-dtrace v0.3.0 |
| 1243 | 2026-09-06T23:57:03.109Z | Downloaded openssl-sys v0.9.117 |
| 1244 | 2026-09-06T23:57:03.112Z | Downloaded crypto-bigint v0.5.5 |
| 1245 | 2026-09-06T23:57:03.112Z | Downloaded zerocopy-derive v0.8.55 |
| 1246 | 2026-09-06T23:57:03.116Z | Downloaded der v0.8.0 |
| 1247 | 2026-09-06T23:57:03.120Z | Downloaded const_format v0.2.35 |
| 1248 | 2026-09-06T23:57:03.123Z | Downloaded derive_builder_core v0.20.2 |
| 1249 | 2026-09-06T23:57:03.126Z | Downloaded quinn v0.11.11 |
| 1250 | 2026-09-06T23:57:03.126Z | Downloaded reedline v0.40.0 |
| 1251 | 2026-09-06T23:57:03.130Z | Downloaded unicode-properties v0.1.4 |
| 1252 | 2026-09-06T23:57:03.132Z | Downloaded typed-path v0.9.3 |
| 1253 | 2026-09-06T23:57:03.136Z | Downloaded tokio-postgres v0.7.16 |
| 1254 | 2026-09-06T23:57:03.138Z | Downloaded icu_normalizer v2.1.1 |
| 1255 | 2026-09-06T23:57:03.141Z | Downloaded num-bigint-dig v0.8.6 |
| 1256 | 2026-09-06T23:57:03.146Z | Downloaded zerovec v0.11.5 |
| 1257 | 2026-09-06T23:57:03.148Z | Downloaded petname v2.0.2 |
| 1258 | 2026-09-06T23:57:03.148Z | Downloaded steno v0.4.1 |
| 1259 | 2026-09-06T23:57:03.151Z | Downloaded unicode-segmentation v1.12.0 |
| 1260 | 2026-09-06T23:57:03.154Z | Downloaded bindgen v0.71.1 |
| 1261 | 2026-09-06T23:57:03.157Z | Downloaded blake3 v1.8.5 |
| 1262 | 2026-09-06T23:57:03.161Z | Downloaded x509-cert v0.2.5 |
| 1263 | 2026-09-06T23:57:03.164Z | Downloaded aws-lc-rs v1.16.3 |
| 1264 | 2026-09-06T23:57:03.169Z | Downloaded russh v0.62.4 |
| 1265 | 2026-09-06T23:57:03.174Z | Downloaded schemars v0.9.0 |
| 1266 | 2026-09-06T23:57:03.182Z | Downloaded iddqd v0.4.2 |
| 1267 | 2026-09-06T23:57:03.187Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-09-06T23:57:03.193Z | Downloaded prettyplease v0.2.37 |
| 1269 | 2026-09-06T23:57:03.196Z | Downloaded moka v0.12.13 |
| 1270 | 2026-09-06T23:57:03.198Z | Downloaded chrono v0.4.45 |
| 1271 | 2026-09-06T23:57:03.202Z | Downloaded idna v1.1.0 |
| 1272 | 2026-09-06T23:57:03.206Z | Downloaded p521 v0.13.3 |
| 1273 | 2026-09-06T23:57:03.210Z | Downloaded quinn-proto v0.11.16 |
| 1274 | 2026-09-06T23:57:03.213Z | Downloaded vcpkg v0.2.15 |
| 1275 | 2026-09-06T23:57:03.235Z | Downloaded rsa v0.10.0-rc.18 |
| 1276 | 2026-09-06T23:57:03.238Z | Downloaded crypto-primes v0.7.2 |
| 1277 | 2026-09-06T23:57:03.241Z | Downloaded libxml v0.3.3 |
| 1278 | 2026-09-06T23:57:03.244Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-09-06T23:57:03.247Z | Downloaded itertools v0.14.0 |
| 1280 | 2026-09-06T23:57:03.255Z | Downloaded rawzip v0.4.4 |
| 1281 | 2026-09-06T23:57:03.257Z | Downloaded hickory-proto v0.24.4 |
| 1282 | 2026-09-06T23:57:03.263Z | Downloaded rayon v1.11.0 |
| 1283 | 2026-09-06T23:57:03.267Z | Downloaded winnow v1.0.3 |
| 1284 | 2026-09-06T23:57:03.273Z | Downloaded rustls v0.23.41 |
| 1285 | 2026-09-06T23:57:03.280Z | Downloaded iri-string v0.7.10 |
| 1286 | 2026-09-06T23:57:03.283Z | Downloaded hyper-util v0.1.20 |
| 1287 | 2026-09-06T23:57:03.287Z | Downloaded tokio-util v0.7.18 |
| 1288 | 2026-09-06T23:57:03.291Z | Downloaded regex v1.12.3 |
| 1289 | 2026-09-06T23:57:03.295Z | Downloaded mio v1.2.0 |
| 1290 | 2026-09-06T23:57:03.298Z | Downloaded smoltcp v0.11.0 |
| 1291 | 2026-09-06T23:57:03.304Z | Downloaded nix v0.28.0 |
| 1292 | 2026-09-06T23:57:03.311Z | Downloaded object v0.30.4 |
| 1293 | 2026-09-06T23:57:03.316Z | Downloaded tabled v0.21.0 |
| 1294 | 2026-09-06T23:57:03.325Z | Downloaded portable-atomic v1.13.1 |
| 1295 | 2026-09-06T23:57:03.330Z | Downloaded icu_properties_data v2.1.2 |
| 1296 | 2026-09-06T23:57:03.335Z | Downloaded hickory-proto v0.25.2 |
| 1297 | 2026-09-06T23:57:03.345Z | Downloaded regress v0.11.1 |
| 1298 | 2026-09-06T23:57:03.349Z | Downloaded nix v0.31.2 |
| 1299 | 2026-09-06T23:57:03.356Z | Downloaded crypto-bigint v0.7.5 |
| 1300 | 2026-09-06T23:57:03.365Z | Downloaded salty v0.3.0 |
| 1301 | 2026-09-06T23:57:03.368Z | Downloaded quick-xml v0.37.5 |
| 1302 | 2026-09-06T23:57:03.371Z | Downloaded regex-syntax v0.8.10 |
| 1303 | 2026-09-06T23:57:03.376Z | Downloaded hyper v1.10.1 |
| 1304 | 2026-09-06T23:57:03.380Z | Downloaded regex-syntax v0.6.29 |
| 1305 | 2026-09-06T23:57:03.384Z | Downloaded openapiv3 v2.2.0 |
| 1306 | 2026-09-06T23:57:03.390Z | Downloaded itertools v0.15.0 |
| 1307 | 2026-09-06T23:57:03.394Z | Downloaded proptest v1.11.0 |
| 1308 | 2026-09-06T23:57:03.399Z | Downloaded regress v0.10.5 |
| 1309 | 2026-09-06T23:57:03.404Z | Downloaded bstr v1.12.1 |
| 1310 | 2026-09-06T23:57:03.409Z | Downloaded dashu-int v0.5.1 |
| 1311 | 2026-09-06T23:57:03.416Z | Downloaded typify-impl v0.6.2 |
| 1312 | 2026-09-06T23:57:03.424Z | Downloaded diesel v2.3.7 |
| 1313 | 2026-09-06T23:57:03.436Z | Downloaded ratatui v0.29.0 |
| 1314 | 2026-09-06T23:57:03.447Z | Downloaded syn v3.0.3 |
| 1315 | 2026-09-06T23:57:03.455Z | Downloaded tracing v0.1.44 |
| 1316 | 2026-09-06T23:57:03.465Z | Downloaded lalrpop v0.19.12 |
| 1317 | 2026-09-06T23:57:03.471Z | Downloaded zerocopy-derive v0.6.6 |
| 1318 | 2026-09-06T23:57:03.477Z | Downloaded curve25519-dalek v5.0.0 |
| 1319 | 2026-09-06T23:57:03.482Z | Downloaded sha3 v0.11.0 |
| 1320 | 2026-09-06T23:57:03.486Z | Downloaded zerocopy v0.8.55 |
| 1321 | 2026-09-06T23:57:03.496Z | Downloaded nix v0.27.1 |
| 1322 | 2026-09-06T23:57:03.505Z | Downloaded openssl v0.10.80 |
| 1323 | 2026-09-06T23:57:03.514Z | Downloaded curve25519-dalek v4.1.3 |
| 1324 | 2026-09-06T23:57:03.519Z | Downloaded dropshot v0.17.1 |
| 1325 | 2026-09-06T23:57:03.531Z | Downloaded petgraph v0.8.3 |
| 1326 | 2026-09-06T23:57:03.546Z | Downloaded sha3 v0.10.8 |
| 1327 | 2026-09-06T23:57:03.556Z | Downloaded encoding_rs v0.8.35 |
| 1328 | 2026-09-06T23:57:03.569Z | Downloaded sqlparser v0.61.0 |
| 1329 | 2026-09-06T23:57:03.579Z | Downloaded object v0.37.3 |
| 1330 | 2026-09-06T23:57:03.593Z | Downloaded rustix v0.38.44 |
| 1331 | 2026-09-06T23:57:03.610Z | Downloaded ring v0.17.14 |
| 1332 | 2026-09-06T23:57:03.635Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1333 | 2026-09-06T23:57:03.677Z | Downloaded sled v0.34.7 |
| 1334 | 2026-09-06T23:57:03.682Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1335 | 2026-09-06T23:57:03.764Z | Downloaded chrono-tz v0.10.4 |
| 1336 | 2026-09-06T23:57:03.774Z | Downloaded regex-automata v0.4.14 |
| 1337 | 2026-09-06T23:57:03.801Z | Downloaded petgraph v0.6.5 |
| 1338 | 2026-09-06T23:57:03.812Z | Downloaded jiff v0.2.34 |
| 1339 | 2026-09-06T23:57:03.822Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1340 | 2026-09-06T23:57:03.832Z | Downloaded csv v1.4.0 |
| 1341 | 2026-09-06T23:57:03.843Z | Downloaded libz-sys v1.1.24 |
| 1342 | 2026-09-06T23:57:03.856Z | Downloaded tokio v1.52.1 |
| 1343 | 2026-09-06T23:57:04.518Z | Downloaded dsi-bitstream v0.10.1 |
| 1344 | 2026-09-06T23:57:04.753Z | Downloaded aws-lc-sys v0.40.0 |
| 1345 | 2026-09-06T23:57:05.027Z | Compiling serde_core v1.0.228 |
| 1346 | 2026-09-06T23:57:05.027Z | Compiling libc v0.2.185 |
| 1347 | 2026-09-06T23:57:05.028Z | Compiling serde v1.0.228 |
| 1348 | 2026-09-06T23:57:05.031Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-09-06T23:57:05.031Z | Compiling subtle v2.6.1 |
| 1350 | 2026-09-06T23:57:05.031Z | Compiling log v0.4.33 |
| 1351 | 2026-09-06T23:57:05.031Z | Compiling zerocopy v0.8.55 |
| 1352 | 2026-09-06T23:57:05.031Z | Compiling find-msvc-tools v0.1.9 |
| 1353 | 2026-09-06T23:57:05.031Z | Compiling shlex v1.3.0 |
| 1354 | 2026-09-06T23:57:05.031Z | Compiling typenum v1.20.1 |
| 1355 | 2026-09-06T23:57:05.031Z | Compiling scopeguard v1.2.0 |
| 1356 | 2026-09-06T23:57:05.169Z | Compiling portable-atomic v1.13.1 |
| 1357 | 2026-09-06T23:57:05.174Z | Compiling const-oid v0.9.6 |
| 1358 | 2026-09-06T23:57:05.174Z | Compiling generic-array v0.14.7 |
| 1359 | 2026-09-06T23:57:05.230Z | Compiling stable_deref_trait v1.2.1 |
| 1360 | 2026-09-06T23:57:05.240Z | Compiling syn v2.0.117 |
| 1361 | 2026-09-06T23:57:05.441Z | Compiling critical-section v1.2.0 |
| 1362 | 2026-09-06T23:57:05.468Z | Compiling lock_api v0.4.14 |
| 1363 | 2026-09-06T23:57:05.482Z | Compiling libm v0.2.16 |
| 1364 | 2026-09-06T23:57:05.512Z | Compiling num-traits v0.2.19 |
| 1365 | 2026-09-06T23:57:05.541Z | Compiling serde_json v1.0.151 |
| 1366 | 2026-09-06T23:57:05.578Z | Compiling allocator-api2 v0.2.21 |
| 1367 | 2026-09-06T23:57:05.593Z | Compiling getrandom v0.4.3 |
| 1368 | 2026-09-06T23:57:05.664Z | Compiling getrandom v0.3.4 |
| 1369 | 2026-09-06T23:57:05.675Z | Compiling rand_core v0.10.0 |
| 1370 | 2026-09-06T23:57:05.750Z | Compiling rustix v1.1.4 |
| 1371 | 2026-09-06T23:57:05.761Z | Compiling litemap v0.8.1 |
| 1372 | 2026-09-06T23:57:05.792Z | Compiling pin-project-lite v0.2.17 |
| 1373 | 2026-09-06T23:57:05.829Z | Compiling writeable v0.6.2 |
| 1374 | 2026-09-06T23:57:05.861Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-09-06T23:57:05.912Z | Compiling parking_lot_core v0.9.12 |
| 1376 | 2026-09-06T23:57:05.934Z | Compiling icu_normalizer_data v2.1.1 |
| 1377 | 2026-09-06T23:57:05.970Z | Compiling pkg-config v0.3.32 |
| 1378 | 2026-09-06T23:57:05.983Z | Compiling icu_properties_data v2.1.2 |
| 1379 | 2026-09-06T23:57:06.020Z | Compiling base64ct v1.8.3 |
| 1380 | 2026-09-06T23:57:06.051Z | Compiling flagset v0.4.7 |
| 1381 | 2026-09-06T23:57:06.082Z | Compiling foldhash v0.2.0 |
| 1382 | 2026-09-06T23:57:06.234Z | Compiling errno v0.3.14 |
| 1383 | 2026-09-06T23:57:06.234Z | Compiling jobserver v0.1.34 |
| 1384 | 2026-09-06T23:57:06.269Z | Compiling getrandom v0.2.17 |
| 1385 | 2026-09-06T23:57:06.330Z | Compiling pem-rfc7468 v0.7.0 |
| 1386 | 2026-09-06T23:57:06.361Z | Compiling signal-hook-registry v1.4.8 |
| 1387 | 2026-09-06T23:57:06.418Z | Compiling once_cell v1.21.3 |
| 1388 | 2026-09-06T23:57:06.435Z | Compiling rand_core v0.6.4 |
| 1389 | 2026-09-06T23:57:06.511Z | Compiling cc v1.2.56 |
| 1390 | 2026-09-06T23:57:06.527Z | Compiling parking_lot v0.12.5 |
| 1391 | 2026-09-06T23:57:06.547Z | Compiling mio v1.2.0 |
| 1392 | 2026-09-06T23:57:06.560Z | Compiling futures-core v0.3.32 |
| 1393 | 2026-09-06T23:57:06.576Z | Compiling socket2 v0.6.3 |
| 1394 | 2026-09-06T23:57:06.577Z | Compiling utf8_iter v1.0.4 |
| 1395 | 2026-09-06T23:57:06.639Z | Compiling hashbrown v0.17.0 |
| 1396 | 2026-09-06T23:57:06.657Z | Compiling form_urlencoded v1.2.2 |
| 1397 | 2026-09-06T23:57:06.660Z | Compiling rustversion v1.0.22 |
| 1398 | 2026-09-06T23:57:06.660Z | Compiling futures-sink v0.3.32 |
| 1399 | 2026-09-06T23:57:06.701Z | Compiling base64 v0.22.1 |
| 1400 | 2026-09-06T23:57:06.825Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-09-06T23:57:06.825Z | Compiling ident_case v1.0.1 |
| 1402 | 2026-09-06T23:57:06.825Z | Compiling futures-io v0.3.32 |
| 1403 | 2026-09-06T23:57:06.843Z | Compiling futures-channel v0.3.32 |
| 1404 | 2026-09-06T23:57:06.897Z | Compiling slab v0.4.12 |
| 1405 | 2026-09-06T23:57:06.910Z | Compiling cpufeatures v0.2.17 |
| 1406 | 2026-09-06T23:57:06.937Z | Compiling futures-task v0.3.32 |
| 1407 | 2026-09-06T23:57:06.937Z | Compiling simd-adler32 v0.3.8 |
| 1408 | 2026-09-06T23:57:06.968Z | Compiling adler2 v2.0.1 |
| 1409 | 2026-09-06T23:57:07.017Z | Compiling syn v1.0.109 |
| 1410 | 2026-09-06T23:57:07.055Z | Compiling spin v0.9.8 |
| 1411 | 2026-09-06T23:57:07.081Z | Compiling ahash v0.8.12 |
| 1412 | 2026-09-06T23:57:07.098Z | Compiling fs_extra v1.3.0 |
| 1413 | 2026-09-06T23:57:07.101Z | Compiling dunce v1.0.5 |
| 1414 | 2026-09-06T23:57:07.101Z | Compiling dyn-clone v1.0.20 |
| 1415 | 2026-09-06T23:57:07.101Z | Compiling schemars v0.8.22 |
| 1416 | 2026-09-06T23:57:07.172Z | Compiling miniz_oxide v0.8.9 |
| 1417 | 2026-09-06T23:57:07.189Z | Compiling regex-syntax v0.8.10 |
| 1418 | 2026-09-06T23:57:07.251Z | Compiling rand_core v0.9.5 |
| 1419 | 2026-09-06T23:57:07.268Z | Compiling aws-lc-rs v1.16.3 |
| 1420 | 2026-09-06T23:57:07.270Z | Compiling num-bigint-dig v0.8.6 |
| 1421 | 2026-09-06T23:57:07.300Z | Compiling cmake v0.1.57 |
| 1422 | 2026-09-06T23:57:07.339Z | Compiling num-integer v0.1.46 |
| 1423 | 2026-09-06T23:57:07.401Z | Compiling vcpkg v0.2.15 |
| 1424 | 2026-09-06T23:57:07.416Z | Compiling object v0.37.3 |
| 1425 | 2026-09-06T23:57:07.450Z | Compiling lazy_static v1.5.0 |
| 1426 | 2026-09-06T23:57:07.462Z | Compiling ff v0.13.1 |
| 1427 | 2026-09-06T23:57:07.524Z | Compiling bitflags v2.11.0 |
| 1428 | 2026-09-06T23:57:07.590Z | Compiling semver v1.0.28 |
| 1429 | 2026-09-06T23:57:07.615Z | Compiling indexmap v2.14.0 |
| 1430 | 2026-09-06T23:57:07.638Z | Compiling uuid v1.23.4 |
| 1431 | 2026-09-06T23:57:07.724Z | Compiling num-iter v0.1.45 |
| 1432 | 2026-09-06T23:57:07.774Z | Compiling tracing-core v0.1.36 |
| 1433 | 2026-09-06T23:57:07.791Z | Compiling gimli v0.32.3 |
| 1434 | 2026-09-06T23:57:07.815Z | Compiling rustc_version v0.4.1 |
| 1435 | 2026-09-06T23:57:07.832Z | Compiling base16ct v0.2.0 |
| 1436 | 2026-09-06T23:57:07.864Z | Compiling anyhow v1.0.104 |
| 1437 | 2026-09-06T23:57:07.940Z | Compiling group v0.13.0 |
| 1438 | 2026-09-06T23:57:08.035Z | Compiling rustc-demangle v0.1.27 |
| 1439 | 2026-09-06T23:57:08.163Z | Compiling crc32fast v1.5.0 |
| 1440 | 2026-09-06T23:57:08.180Z | Compiling cmov v0.5.4 |
| 1441 | 2026-09-06T23:57:08.184Z | Compiling tinyvec_macros v0.1.1 |
| 1442 | 2026-09-06T23:57:08.198Z | Compiling aws-lc-sys v0.40.0 |
| 1443 | 2026-09-06T23:57:08.215Z | Compiling openssl-sys v0.9.117 |
| 1444 | 2026-09-06T23:57:08.307Z | Compiling crossbeam-utils v0.8.21 |
| 1445 | 2026-09-06T23:57:08.365Z | Compiling synstructure v0.13.2 |
| 1446 | 2026-09-06T23:57:08.395Z | Compiling serde_derive_internals v0.29.1 |
| 1447 | 2026-09-06T23:57:08.412Z | Compiling httparse v1.10.1 |
| 1448 | 2026-09-06T23:57:08.465Z | Compiling owo-colors v4.3.0 |
| 1449 | 2026-09-06T23:57:08.489Z | Compiling openssl-probe v0.2.1 |
| 1450 | 2026-09-06T23:57:08.498Z | Compiling untrusted v0.7.1 |
| 1451 | 2026-09-06T23:57:08.698Z | Compiling ctutils v0.4.2 |
| 1452 | 2026-09-06T23:57:08.733Z | Compiling pest_generator v2.8.6 |
| 1453 | 2026-09-06T23:57:08.760Z | Compiling darling_core v0.23.0 |
| 1454 | 2026-09-06T23:57:08.830Z | Compiling terminal_size v0.4.3 |
| 1455 | 2026-09-06T23:57:08.839Z | Compiling tempfile v3.27.0 |
| 1456 | 2026-09-06T23:57:08.961Z | Compiling clap_builder v4.6.0 |
| 1457 | 2026-09-06T23:57:09.003Z | Compiling tinyvec v1.11.0 |
| 1458 | 2026-09-06T23:57:09.006Z | Compiling curve25519-dalek v4.1.3 |
| 1459 | 2026-09-06T23:57:09.033Z | Compiling camino v1.2.5 |
| 1460 | 2026-09-06T23:57:09.080Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1461 | 2026-09-06T23:57:09.168Z | Compiling aho-corasick v1.1.4 |
| 1462 | 2026-09-06T23:57:09.249Z | Compiling tower-service v0.3.3 |
| 1463 | 2026-09-06T23:57:09.367Z | Compiling unicode-segmentation v1.12.0 |
| 1464 | 2026-09-06T23:57:09.388Z | Compiling is_ci v1.2.0 |
| 1465 | 2026-09-06T23:57:09.391Z | Compiling tower-layer v0.3.3 |
| 1466 | 2026-09-06T23:57:09.420Z | Compiling radium v0.7.0 |
| 1467 | 2026-09-06T23:57:09.468Z | Compiling rustls v0.23.41 |
| 1468 | 2026-09-06T23:57:09.485Z | Compiling try-lock v0.2.5 |
| 1469 | 2026-09-06T23:57:09.500Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-09-06T23:57:09.569Z | Compiling addr2line v0.25.1 |
| 1471 | 2026-09-06T23:57:09.581Z | Compiling atomic-waker v1.1.2 |
| 1472 | 2026-09-06T23:57:09.628Z | Compiling want v0.3.1 |
| 1473 | 2026-09-06T23:57:09.646Z | Compiling supports-color v3.0.2 |
| 1474 | 2026-09-06T23:57:09.678Z | Compiling textwrap v0.16.2 |
| 1475 | 2026-09-06T23:57:09.694Z | Compiling proc-macro-error2 v2.0.1 |
| 1476 | 2026-09-06T23:57:09.853Z | Compiling darling_core v0.20.11 |
| 1477 | 2026-09-06T23:57:09.869Z | Compiling slog v2.8.2 |
| 1478 | 2026-09-06T23:57:09.931Z | Compiling powerfmt v0.2.0 |
| 1479 | 2026-09-06T23:57:10.032Z | Compiling time-core v0.1.8 |
| 1480 | 2026-09-06T23:57:10.048Z | Compiling regex-automata v0.4.14 |
| 1481 | 2026-09-06T23:57:10.106Z | Compiling foreign-types-shared v0.1.1 |
| 1482 | 2026-09-06T23:57:10.127Z | Compiling tap v1.0.1 |
| 1483 | 2026-09-06T23:57:10.146Z | Compiling serde_derive v1.0.228 |
| 1484 | 2026-09-06T23:57:10.163Z | Compiling zeroize_derive v1.5.0 |
| 1485 | 2026-09-06T23:57:10.185Z | Compiling zerocopy-derive v0.8.55 |
| 1486 | 2026-09-06T23:57:10.210Z | Compiling zerofrom-derive v0.1.6 |
| 1487 | 2026-09-06T23:57:10.240Z | Compiling yoke-derive v0.8.1 |
| 1488 | 2026-09-06T23:57:10.272Z | Compiling zerovec-derive v0.11.2 |
| 1489 | 2026-09-06T23:57:10.413Z | Compiling displaydoc v0.2.5 |
| 1490 | 2026-09-06T23:57:10.563Z | Compiling thiserror-impl v2.0.18 |
| 1491 | 2026-09-06T23:57:10.866Z | Compiling der_derive v0.7.3 |
| 1492 | 2026-09-06T23:57:10.951Z | Compiling tokio-macros v2.7.0 |
| 1493 | 2026-09-06T23:57:11.041Z | Compiling futures-macro v0.3.32 |
| 1494 | 2026-09-06T23:57:11.248Z | Compiling schemars_derive v0.8.22 |
| 1495 | 2026-09-06T23:57:11.432Z | Compiling clap_derive v4.6.1 |
| 1496 | 2026-09-06T23:57:11.535Z | Compiling tracing-attributes v0.1.31 |
| 1497 | 2026-09-06T23:57:11.564Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-09-06T23:57:11.586Z | Compiling backtrace v0.3.76 |
| 1499 | 2026-09-06T23:57:11.772Z | Compiling darling_macro v0.23.0 |
| 1500 | 2026-09-06T23:57:11.800Z | Compiling zerofrom v0.1.6 |
| 1501 | 2026-09-06T23:57:11.933Z | Compiling scroll_derive v0.13.1 |
| 1502 | 2026-09-06T23:57:11.947Z | Compiling yoke v0.8.1 |
| 1503 | 2026-09-06T23:57:11.969Z | Compiling futures-util v0.3.32 |
| 1504 | 2026-09-06T23:57:12.018Z | Compiling thiserror v2.0.18 |
| 1505 | 2026-09-06T23:57:12.133Z | Compiling zerovec v0.11.5 |
| 1506 | 2026-09-06T23:57:12.149Z | Compiling zerotrie v0.2.3 |
| 1507 | 2026-09-06T23:57:12.164Z | Compiling backtrace-ext v0.2.1 |
| 1508 | 2026-09-06T23:57:12.300Z | Compiling miette-derive v7.6.0 |
| 1509 | 2026-09-06T23:57:12.326Z | Compiling pest_derive v2.8.6 |
| 1510 | 2026-09-06T23:57:12.361Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1511 | 2026-09-06T23:57:12.492Z | Compiling openssl v0.10.80 |
| 1512 | 2026-09-06T23:57:12.632Z | Compiling tinystr v0.8.2 |
| 1513 | 2026-09-06T23:57:12.676Z | Compiling potential_utf v0.1.4 |
| 1514 | 2026-09-06T23:57:12.765Z | Compiling supports-hyperlinks v3.2.0 |
| 1515 | 2026-09-06T23:57:12.806Z | Compiling icu_locale_core v2.1.1 |
| 1516 | 2026-09-06T23:57:12.831Z | Compiling icu_collections v2.1.1 |
| 1517 | 2026-09-06T23:57:12.865Z | Compiling httpdate v1.0.3 |
| 1518 | 2026-09-06T23:57:12.880Z | Compiling num-conv v0.2.0 |
| 1519 | 2026-09-06T23:57:12.880Z | Compiling keccak v0.1.6 |
| 1520 | 2026-09-06T23:57:12.935Z | Compiling thiserror v1.0.69 |
| 1521 | 2026-09-06T23:57:12.948Z | Compiling supports-unicode v3.0.0 |
| 1522 | 2026-09-06T23:57:12.963Z | Compiling tracing v0.1.44 |
| 1523 | 2026-09-06T23:57:13.018Z | Compiling maybe-uninit v2.0.0 |
| 1524 | 2026-09-06T23:57:13.053Z | Compiling time-macros v0.2.27 |
| 1525 | 2026-09-06T23:57:13.088Z | Compiling scroll v0.13.0 |
| 1526 | 2026-09-06T23:57:13.127Z | Compiling darling_macro v0.20.11 |
| 1527 | 2026-09-06T23:57:13.144Z | Compiling darling v0.23.0 |
| 1528 | 2026-09-06T23:57:13.245Z | Compiling hubpack_derive v0.1.1 |
| 1529 | 2026-09-06T23:57:13.271Z | Compiling wyz v0.5.1 |
| 1530 | 2026-09-06T23:57:13.341Z | Compiling clap v4.6.1 |
| 1531 | 2026-09-06T23:57:13.370Z | Compiling foreign-types v0.3.2 |
| 1532 | 2026-09-06T23:57:13.408Z | Compiling knus-derive v3.4.0 |
| 1533 | 2026-09-06T23:57:13.437Z | Compiling icu_provider v2.1.1 |
| 1534 | 2026-09-06T23:57:13.465Z | Compiling openssl-macros v0.1.1 |
| 1535 | 2026-09-06T23:57:13.486Z | Compiling deranged v0.5.8 |
| 1536 | 2026-09-06T23:57:13.610Z | Compiling miette v7.6.0 |
| 1537 | 2026-09-06T23:57:13.640Z | Compiling unicode-normalization v0.1.25 |
| 1538 | 2026-09-06T23:57:13.671Z | Compiling icu_properties v2.1.2 |
| 1539 | 2026-09-06T23:57:13.701Z | Compiling icu_normalizer v2.1.1 |
| 1540 | 2026-09-06T23:57:13.744Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1541 | 2026-09-06T23:57:13.762Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1542 | 2026-09-06T23:57:13.898Z | Compiling zeroize v1.9.0 |
| 1543 | 2026-09-06T23:57:13.923Z | Compiling bytes v1.11.1 |
| 1544 | 2026-09-06T23:57:14.141Z | Compiling der v0.7.10 |
| 1545 | 2026-09-06T23:57:14.158Z | Compiling chrono v0.4.45 |
| 1546 | 2026-09-06T23:57:14.197Z | Compiling hex v0.4.3 |
| 1547 | 2026-09-06T23:57:14.230Z | Compiling ipnet v2.12.0 |
| 1548 | 2026-09-06T23:57:14.248Z | Compiling rustls-pki-types v1.14.0 |
| 1549 | 2026-09-06T23:57:14.278Z | Compiling hybrid-array v0.4.13 |
| 1550 | 2026-09-06T23:57:14.329Z | Compiling toml_datetime v0.6.11 |
| 1551 | 2026-09-06T23:57:14.380Z | Compiling serde_spanned v0.6.9 |
| 1552 | 2026-09-06T23:57:14.481Z | Compiling tokio v1.52.1 |
| 1553 | 2026-09-06T23:57:14.497Z | Compiling http v1.4.2 |
| 1554 | 2026-09-06T23:57:14.559Z | Compiling idna_adapter v1.2.1 |
| 1555 | 2026-09-06T23:57:14.594Z | Compiling erased-serde v0.3.31 |
| 1556 | 2026-09-06T23:57:14.642Z | Compiling socket2 v0.5.10 |
| 1557 | 2026-09-06T23:57:14.698Z | Compiling crypto-common v0.1.7 |
| 1558 | 2026-09-06T23:57:14.713Z | Compiling block-buffer v0.10.4 |
| 1559 | 2026-09-06T23:57:14.728Z | Compiling idna v1.1.0 |
| 1560 | 2026-09-06T23:57:14.751Z | Compiling crypto-bigint v0.5.5 |
| 1561 | 2026-09-06T23:57:14.767Z | Compiling wait-timeout v0.2.1 |
| 1562 | 2026-09-06T23:57:14.808Z | Compiling ppv-lite86 v0.2.21 |
| 1563 | 2026-09-06T23:57:14.874Z | Compiling digest v0.10.7 |
| 1564 | 2026-09-06T23:57:14.948Z | Compiling half v2.7.1 |
| 1565 | 2026-09-06T23:57:15.029Z | Compiling spki v0.7.3 |
| 1566 | 2026-09-06T23:57:15.045Z | Compiling url v2.5.8 |
| 1567 | 2026-09-06T23:57:15.060Z | Compiling env_filter v2.0.0 |
| 1568 | 2026-09-06T23:57:15.066Z | Compiling ciborium-io v0.2.2 |
| 1569 | 2026-09-06T23:57:15.097Z | Compiling hmac v0.12.1 |
| 1570 | 2026-09-06T23:57:15.156Z | Compiling sha2 v0.10.9 |
| 1571 | 2026-09-06T23:57:15.171Z | Compiling signature v2.2.0 |
| 1572 | 2026-09-06T23:57:15.171Z | Compiling rand_chacha v0.3.1 |
| 1573 | 2026-09-06T23:57:15.200Z | Compiling pkcs8 v0.10.2 |
| 1574 | 2026-09-06T23:57:15.269Z | Compiling rand_chacha v0.9.0 |
| 1575 | 2026-09-06T23:57:15.368Z | Compiling hkdf v0.12.4 |
| 1576 | 2026-09-06T23:57:15.377Z | Compiling x509-cert v0.2.5 |
| 1577 | 2026-09-06T23:57:15.409Z | Compiling http-body v1.0.1 |
| 1578 | 2026-09-06T23:57:15.422Z | Compiling rfc6979 v0.4.0 |
| 1579 | 2026-09-06T23:57:15.438Z | Compiling rand v0.8.6 |
| 1580 | 2026-09-06T23:57:15.473Z | Compiling pkcs1 v0.7.5 |
| 1581 | 2026-09-06T23:57:15.488Z | Compiling sec1 v0.7.3 |
| 1582 | 2026-09-06T23:57:15.548Z | Compiling rand v0.9.2 |
| 1583 | 2026-09-06T23:57:15.564Z | Compiling hashbrown v0.14.5 |
| 1584 | 2026-09-06T23:57:15.580Z | Compiling ed25519 v2.2.3 |
| 1585 | 2026-09-06T23:57:15.793Z | Compiling elliptic-curve v0.13.8 |
| 1586 | 2026-09-06T23:57:15.916Z | Compiling sha3 v0.10.8 |
| 1587 | 2026-09-06T23:57:15.930Z | Compiling funty v2.0.0 |
| 1588 | 2026-09-06T23:57:15.984Z | Compiling quick-error v1.2.3 |
| 1589 | 2026-09-06T23:57:16.111Z | Compiling chumsky v0.9.3 |
| 1590 | 2026-09-06T23:57:16.155Z | Compiling num_threads v0.1.7 |
| 1591 | 2026-09-06T23:57:16.224Z | Compiling primeorder v0.13.6 |
| 1592 | 2026-09-06T23:57:16.267Z | Compiling ecdsa v0.16.9 |
| 1593 | 2026-09-06T23:57:16.286Z | Compiling bit-vec v0.8.0 |
| 1594 | 2026-09-06T23:57:16.333Z | Compiling native-tls v0.2.18 |
| 1595 | 2026-09-06T23:57:16.382Z | Compiling packed_struct v0.10.1 |
| 1596 | 2026-09-06T23:57:16.497Z | Compiling bit-set v0.8.0 |
| 1597 | 2026-09-06T23:57:16.547Z | Compiling ed25519-dalek v2.2.0 |
| 1598 | 2026-09-06T23:57:16.563Z | Compiling bitvec v1.0.1 |
| 1599 | 2026-09-06T23:57:16.563Z | Compiling time v0.3.47 |
| 1600 | 2026-09-06T23:57:16.583Z | Compiling rusty-fork v0.3.1 |
| 1601 | 2026-09-06T23:57:16.619Z | Compiling p384 v0.13.1 |
| 1602 | 2026-09-06T23:57:16.688Z | Compiling env_logger v0.11.11 |
| 1603 | 2026-09-06T23:57:16.691Z | Compiling ciborium-ll v0.2.2 |
| 1604 | 2026-09-06T23:57:16.716Z | Compiling sha1 v0.10.6 |
| 1605 | 2026-09-06T23:57:16.978Z | Compiling hubpack v0.1.2 |
| 1606 | 2026-09-06T23:57:17.031Z | Compiling darling v0.20.11 |
| 1607 | 2026-09-06T23:57:17.101Z | Compiling rsa v0.9.10 |
| 1608 | 2026-09-06T23:57:17.128Z | Compiling goblin v0.10.5 |
| 1609 | 2026-09-06T23:57:17.151Z | Compiling serde_with_macros v3.21.0 |
| 1610 | 2026-09-06T23:57:17.200Z | Compiling packed_struct_codegen v0.10.1 |
| 1611 | 2026-09-06T23:57:17.227Z | Compiling strum_macros v0.26.4 |
| 1612 | 2026-09-06T23:57:17.357Z | Compiling knus v3.4.0 |
| 1613 | 2026-09-06T23:57:17.373Z | Compiling bitfield-macros v0.19.4 |
| 1614 | 2026-09-06T23:57:17.727Z | Compiling async-trait v0.1.89 |
| 1615 | 2026-09-06T23:57:18.118Z | Compiling zerocopy-derive v0.6.6 |
| 1616 | 2026-09-06T23:57:18.544Z | Compiling rand_xorshift v0.4.0 |
| 1617 | 2026-09-06T23:57:18.544Z | Compiling sync_wrapper v1.0.2 |
| 1618 | 2026-09-06T23:57:18.544Z | Compiling indexmap v1.9.3 |
| 1619 | 2026-09-06T23:57:18.544Z | Compiling crc-catalog v2.4.0 |
| 1620 | 2026-09-06T23:57:18.544Z | Compiling paste v1.0.15 |
| 1621 | 2026-09-06T23:57:18.544Z | Compiling tokio-util v0.7.18 |
| 1622 | 2026-09-06T23:57:18.544Z | Compiling siphasher v1.0.2 |
| 1623 | 2026-09-06T23:57:18.544Z | Compiling nodrop v0.1.14 |
| 1624 | 2026-09-06T23:57:18.551Z | Compiling unarray v0.1.4 |
| 1625 | 2026-09-06T23:57:18.568Z | Compiling zlib-rs v0.6.2 |
| 1626 | 2026-09-06T23:57:18.622Z | Compiling salty v0.3.0 |
| 1627 | 2026-09-06T23:57:18.625Z | Compiling usdt-impl v0.6.0 |
| 1628 | 2026-09-06T23:57:18.703Z | Compiling proptest v1.11.0 |
| 1629 | 2026-09-06T23:57:18.764Z | Compiling array-init v0.0.4 |
| 1630 | 2026-09-06T23:57:18.827Z | Compiling crc v3.4.0 |
| 1631 | 2026-09-06T23:57:18.956Z | Compiling serde_with v3.21.0 |
| 1632 | 2026-09-06T23:57:18.982Z | Compiling zerocopy v0.6.6 |
| 1633 | 2026-09-06T23:57:19.044Z | Compiling tower v0.5.3 |
| 1634 | 2026-09-06T23:57:19.080Z | Compiling strum v0.26.3 |
| 1635 | 2026-09-06T23:57:19.129Z | Compiling h2 v0.4.15 |
| 1636 | 2026-09-06T23:57:19.227Z | Compiling bitfield v0.19.4 |
| 1637 | 2026-09-06T23:57:19.463Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1638 | 2026-09-06T23:57:19.553Z | Compiling smallvec v0.6.14 |
| 1639 | 2026-09-06T23:57:19.655Z | Compiling derive_builder_core v0.20.2 |
| 1640 | 2026-09-06T23:57:19.671Z | Compiling ciborium v0.2.2 |
| 1641 | 2026-09-06T23:57:19.778Z | Compiling ipnetwork v0.21.1 |
| 1642 | 2026-09-06T23:57:20.033Z | Compiling dof v0.4.0 |
| 1643 | 2026-09-06T23:57:20.196Z | Compiling http-body-util v0.1.3 |
| 1644 | 2026-09-06T23:57:20.214Z | Compiling dtrace-parser v0.3.0 |
| 1645 | 2026-09-06T23:57:20.256Z | Compiling scroll_derive v0.12.1 |
| 1646 | 2026-09-06T23:57:20.304Z | Compiling structmeta-derive v0.3.0 |
| 1647 | 2026-09-06T23:57:20.417Z | Compiling heapless v0.7.17 |
| 1648 | 2026-09-06T23:57:20.486Z | Compiling thread-id v5.1.0 |
| 1649 | 2026-09-06T23:57:20.566Z | Compiling syn v3.0.3 |
| 1650 | 2026-09-06T23:57:20.586Z | Compiling cookie v0.18.1 |
| 1651 | 2026-09-06T23:57:20.704Z | Compiling ryu v1.0.23 |
| 1652 | 2026-09-06T23:57:20.806Z | Compiling winnow v0.5.40 |
| 1653 | 2026-09-06T23:57:20.825Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 1654 | 2026-09-06T23:57:20.909Z | Compiling unicode-bidi v0.3.18 |
| 1655 | 2026-09-06T23:57:21.011Z | Compiling base64 v0.21.7 |
| 1656 | 2026-09-06T23:57:21.027Z | Compiling rayon-core v1.13.0 |
| 1657 | 2026-09-06T23:57:21.060Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-09-06T23:57:21.149Z | Compiling signal-hook v0.3.18 |
| 1659 | 2026-09-06T23:57:21.248Z | Compiling zstd-safe v7.2.4 |
| 1660 | 2026-09-06T23:57:21.309Z | Compiling unicode-properties v0.1.4 |
| 1661 | 2026-09-06T23:57:21.349Z | Compiling iri-string v0.7.10 |
| 1662 | 2026-09-06T23:57:21.367Z | Compiling hashbrown v0.12.3 |
| 1663 | 2026-09-06T23:57:21.452Z | Compiling structmeta v0.3.0 |
| 1664 | 2026-09-06T23:57:21.494Z | Compiling stringprep v0.1.5 |
| 1665 | 2026-09-06T23:57:21.508Z | Compiling ron v0.8.1 |
| 1666 | 2026-09-06T23:57:21.545Z | Compiling newtype-uuid v1.3.2 |
| 1667 | 2026-09-06T23:57:21.588Z | Compiling scroll v0.12.0 |
| 1668 | 2026-09-06T23:57:21.596Z | Compiling serde_urlencoded v0.7.1 |
| 1669 | 2026-09-06T23:57:21.753Z | Compiling flate2 v1.1.9 |
| 1670 | 2026-09-06T23:57:21.917Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1671 | 2026-09-06T23:57:21.956Z | Compiling derive_builder_macro v0.20.2 |
| 1672 | 2026-09-06T23:57:21.970Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1673 | 2026-09-06T23:57:22.126Z | Compiling toml_edit v0.19.15 |
| 1674 | 2026-09-06T23:57:22.196Z | Compiling oxnet v0.1.6 |
| 1675 | 2026-09-06T23:57:22.282Z | Compiling serde-hex v0.1.0 |
| 1676 | 2026-09-06T23:57:22.299Z | Compiling bzip2 v0.4.4 |
| 1677 | 2026-09-06T23:57:22.486Z | Compiling hyper v1.10.1 |
| 1678 | 2026-09-06T23:57:22.504Z | Compiling tower-http v0.6.8 |
| 1679 | 2026-09-06T23:57:22.518Z | Compiling tokio-native-tls v0.3.1 |
| 1680 | 2026-09-06T23:57:22.532Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1681 | 2026-09-06T23:57:22.734Z | Compiling hashbrown v0.13.2 |
| 1682 | 2026-09-06T23:57:22.890Z | Compiling md-5 v0.10.6 |
| 1683 | 2026-09-06T23:57:22.932Z | Compiling crypto-common v0.2.2 |
| 1684 | 2026-09-06T23:57:23.073Z | Compiling block-padding v0.4.2 |
| 1685 | 2026-09-06T23:57:23.089Z | Compiling block-buffer v0.12.1 |
| 1686 | 2026-09-06T23:57:23.240Z | Compiling rustls-native-certs v0.8.3 |
| 1687 | 2026-09-06T23:57:23.257Z | Compiling serde_tokenstream v0.2.3 |
| 1688 | 2026-09-06T23:57:23.270Z | Compiling serde-big-array v0.5.1 |
| 1689 | 2026-09-06T23:57:23.308Z | Compiling bstr v1.12.1 |
| 1690 | 2026-09-06T23:57:23.389Z | Compiling crossbeam-epoch v0.9.18 |
| 1691 | 2026-09-06T23:57:23.433Z | Compiling zerocopy-derive v0.7.35 |
| 1692 | 2026-09-06T23:57:23.559Z | Compiling pin-project-internal v1.1.11 |
| 1693 | 2026-09-06T23:57:23.592Z | Compiling hyper-util v0.1.20 |
| 1694 | 2026-09-06T23:57:23.712Z | Compiling heck v0.4.1 |
| 1695 | 2026-09-06T23:57:23.734Z | Compiling vergen-lib v9.1.0 |
| 1696 | 2026-09-06T23:57:23.966Z | Compiling hash32 v0.2.1 |
| 1697 | 2026-09-06T23:57:23.996Z | Compiling encoding_rs v0.8.35 |
| 1698 | 2026-09-06T23:57:23.999Z | Compiling thread_local v1.1.9 |
| 1699 | 2026-09-06T23:57:24.043Z | Compiling memoffset v0.9.1 |
| 1700 | 2026-09-06T23:57:24.114Z | Compiling rustix v0.38.44 |
| 1701 | 2026-09-06T23:57:24.131Z | Compiling daft-derive v0.1.8 |
| 1702 | 2026-09-06T23:57:24.135Z | Compiling crc-any v2.5.0 |
| 1703 | 2026-09-06T23:57:24.202Z | Compiling fallible-iterator v0.2.0 |
| 1704 | 2026-09-06T23:57:24.288Z | Compiling litrs v1.0.0 |
| 1705 | 2026-09-06T23:57:24.304Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 1706 | 2026-09-06T23:57:24.323Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1707 | 2026-09-06T23:57:24.368Z | Compiling cfg_aliases v0.2.1 |
| 1708 | 2026-09-06T23:57:24.399Z | Compiling slog-async v2.8.0 |
| 1709 | 2026-09-06T23:57:24.458Z | Compiling mime v0.3.17 |
| 1710 | 2026-09-06T23:57:24.512Z | Compiling smoltcp v0.9.1 |
| 1711 | 2026-09-06T23:57:24.540Z | Compiling ref-cast v1.0.25 |
| 1712 | 2026-09-06T23:57:24.556Z | Compiling psl-types v2.0.11 |
| 1713 | 2026-09-06T23:57:24.707Z | Compiling publicsuffix v2.3.0 |
| 1714 | 2026-09-06T23:57:24.757Z | Compiling pin-project v1.1.11 |
| 1715 | 2026-09-06T23:57:24.787Z | Compiling postgres-protocol v0.6.10 |
| 1716 | 2026-09-06T23:57:24.790Z | Compiling nix v0.31.2 |
| 1717 | 2026-09-06T23:57:24.833Z | Compiling document-features v0.2.12 |
| 1718 | 2026-09-06T23:57:24.849Z | Compiling zerocopy v0.7.35 |
| 1719 | 2026-09-06T23:57:24.864Z | Compiling toml_edit v0.22.27 |
| 1720 | 2026-09-06T23:57:24.956Z | Compiling daft v0.1.8 |
| 1721 | 2026-09-06T23:57:24.988Z | Compiling snafu-derive v0.8.9 |
| 1722 | 2026-09-06T23:57:25.011Z | Compiling hyper-tls v0.6.0 |
| 1723 | 2026-09-06T23:57:25.222Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1724 | 2026-09-06T23:57:25.242Z | Compiling crossbeam-deque v0.8.6 |
| 1725 | 2026-09-06T23:57:25.276Z | Compiling toml v0.7.8 |
| 1726 | 2026-09-06T23:57:25.326Z | Compiling inout v0.2.2 |
| 1727 | 2026-09-06T23:57:25.434Z | Compiling object v0.30.4 |
| 1728 | 2026-09-06T23:57:25.437Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1729 | 2026-09-06T23:57:25.467Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1730 | 2026-09-06T23:57:25.484Z | Compiling derive_builder v0.20.2 |
| 1731 | 2026-09-06T23:57:25.487Z | Compiling zip v0.6.6 |
| 1732 | 2026-09-06T23:57:25.514Z | Compiling goblin v0.8.2 |
| 1733 | 2026-09-06T23:57:25.547Z | Compiling derive-ex v0.1.8 |
| 1734 | 2026-09-06T23:57:25.777Z | Compiling phf_shared v0.13.1 |
| 1735 | 2026-09-06T23:57:25.826Z | Compiling futures-executor v0.3.32 |
| 1736 | 2026-09-06T23:57:25.940Z | Compiling regex v1.12.3 |
| 1737 | 2026-09-06T23:57:25.956Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1738 | 2026-09-06T23:57:25.995Z | Compiling crossbeam-channel v0.5.15 |
| 1739 | 2026-09-06T23:57:26.043Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1740 | 2026-09-06T23:57:26.099Z | Compiling ref-cast-impl v1.0.25 |
| 1741 | 2026-09-06T23:57:26.102Z | Compiling strum_macros v0.27.2 |
| 1742 | 2026-09-06T23:57:26.128Z | Compiling convert_case v0.10.0 |
| 1743 | 2026-09-06T23:57:26.297Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1744 | 2026-09-06T23:57:26.411Z | Compiling blake3 v1.8.5 |
| 1745 | 2026-09-06T23:57:26.462Z | Compiling vergen v9.1.0 |
| 1746 | 2026-09-06T23:57:26.494Z | Compiling cargo-platform v0.3.2 |
| 1747 | 2026-09-06T23:57:26.499Z | Compiling is-terminal v0.4.17 |
| 1748 | 2026-09-06T23:57:26.541Z | Compiling memmap2 v0.9.10 |
| 1749 | 2026-09-06T23:57:26.634Z | Compiling fs-err v3.3.0 |
| 1750 | 2026-09-06T23:57:26.700Z | Compiling bitflags v1.3.2 |
| 1751 | 2026-09-06T23:57:26.737Z | Compiling foldhash v0.1.5 |
| 1752 | 2026-09-06T23:57:26.752Z | Compiling same-file v1.0.6 |
| 1753 | 2026-09-06T23:57:26.787Z | Compiling path-slash v0.1.5 |
| 1754 | 2026-09-06T23:57:26.802Z | Compiling take_mut v0.2.2 |
| 1755 | 2026-09-06T23:57:26.806Z | Compiling corncobs v0.1.4 |
| 1756 | 2026-09-06T23:57:26.838Z | Compiling libbz2-rs-sys v0.2.2 |
| 1757 | 2026-09-06T23:57:26.886Z | Compiling managed v0.8.0 |
| 1758 | 2026-09-06T23:57:26.938Z | Compiling term v1.2.1 |
| 1759 | 2026-09-06T23:57:26.953Z | Compiling jiff-core v0.1.0 |
| 1760 | 2026-09-06T23:57:26.957Z | Compiling bumpalo v3.20.2 |
| 1761 | 2026-09-06T23:57:26.957Z | Compiling cpufeatures v0.3.0 |
| 1762 | 2026-09-06T23:57:27.011Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1763 | 2026-09-06T23:57:27.091Z | Compiling snafu v0.8.9 |
| 1764 | 2026-09-06T23:57:27.245Z | Compiling slog-term v2.9.2 |
| 1765 | 2026-09-06T23:57:27.323Z | Compiling test-strategy v0.4.5 |
| 1766 | 2026-09-06T23:57:27.426Z | Compiling bzip2 v0.6.1 |
| 1767 | 2026-09-06T23:57:27.477Z | Compiling zopfli v0.8.3 |
| 1768 | 2026-09-06T23:57:27.550Z | Compiling hashbrown v0.15.5 |
| 1769 | 2026-09-06T23:57:27.616Z | Compiling walkdir v2.5.0 |
| 1770 | 2026-09-06T23:57:27.744Z | Compiling jiff v0.2.34 |
| 1771 | 2026-09-06T23:57:27.836Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1772 | 2026-09-06T23:57:27.844Z | Compiling dof v0.3.0 |
| 1773 | 2026-09-06T23:57:27.941Z | Compiling cargo_metadata v0.23.1 |
| 1774 | 2026-09-06T23:57:27.976Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1775 | 2026-09-06T23:57:28.067Z | Compiling derive_more-impl v2.1.1 |
| 1776 | 2026-09-06T23:57:28.127Z | Compiling toml v0.8.23 |
| 1777 | 2026-09-06T23:57:28.142Z | Compiling futures v0.3.32 |
| 1778 | 2026-09-06T23:57:28.160Z | Compiling phf v0.13.1 |
| 1779 | 2026-09-06T23:57:28.176Z | Compiling strum v0.27.2 |
| 1780 | 2026-09-06T23:57:28.238Z | Compiling signal-hook-mio v0.2.5 |
| 1781 | 2026-09-06T23:57:28.338Z | Compiling cookie_store v0.22.1 |
| 1782 | 2026-09-06T23:57:28.379Z | Compiling cipher v0.5.2 |
| 1783 | 2026-09-06T23:57:28.602Z | Compiling reqwest v0.12.28 |
| 1784 | 2026-09-06T23:57:28.707Z | Compiling postgres-types v0.2.12 |
| 1785 | 2026-09-06T23:57:28.740Z | Compiling zstd v0.13.3 |
| 1786 | 2026-09-06T23:57:29.026Z | Compiling globset v0.4.18 |
| 1787 | 2026-09-06T23:57:29.042Z | Compiling usdt-macro v0.6.0 |
| 1788 | 2026-09-06T23:57:29.081Z | Compiling usdt-attr-macro v0.6.0 |
| 1789 | 2026-09-06T23:57:29.099Z | Compiling phf_shared v0.11.3 |
| 1790 | 2026-09-06T23:57:29.111Z | Compiling byte-wrapper v0.1.0 |
| 1791 | 2026-09-06T23:57:29.266Z | Compiling secrecy v0.8.0 |
| 1792 | 2026-09-06T23:57:29.295Z | Compiling olpc-cjson v0.1.4 |
| 1793 | 2026-09-06T23:57:29.359Z | Compiling serde_plain v1.0.2 |
| 1794 | 2026-09-06T23:57:29.380Z | Compiling dtrace-parser v0.2.0 |
| 1795 | 2026-09-06T23:57:29.380Z | Compiling async-recursion v1.1.1 |
| 1796 | 2026-09-06T23:57:29.427Z | Compiling enum-as-inner v0.6.1 |
| 1797 | 2026-09-06T23:57:29.475Z | Compiling serde_repr v0.1.20 |
| 1798 | 2026-09-06T23:57:29.484Z | Compiling float-cmp v0.10.0 |
| 1799 | 2026-09-06T23:57:29.512Z | Compiling pem v3.0.6 |
| 1800 | 2026-09-06T23:57:29.531Z | Compiling hashbrown v0.16.1 |
| 1801 | 2026-09-06T23:57:29.661Z | Compiling thread-id v4.2.2 |
| 1802 | 2026-09-06T23:57:29.741Z | Compiling arrayvec v0.7.6 |
| 1803 | 2026-09-06T23:57:29.766Z | Compiling const-oid v0.10.2 |
| 1804 | 2026-09-06T23:57:29.872Z | Compiling winnow v1.0.3 |
| 1805 | 2026-09-06T23:57:29.892Z | Compiling either v1.15.0 |
| 1806 | 2026-09-06T23:57:29.895Z | Compiling difflib v0.4.0 |
| 1807 | 2026-09-06T23:57:29.972Z | Compiling new_debug_unreachable v1.0.6 |
| 1808 | 2026-09-06T23:57:29.988Z | Compiling whoami v2.1.0 |
| 1809 | 2026-09-06T23:57:30.005Z | Compiling data-encoding v2.10.0 |
| 1810 | 2026-09-06T23:57:30.009Z | Compiling constant_time_eq v0.4.2 |
| 1811 | 2026-09-06T23:57:30.009Z | Compiling typed-path v0.9.3 |
| 1812 | 2026-09-06T23:57:30.056Z | Compiling precomputed-hash v0.1.1 |
| 1813 | 2026-09-06T23:57:30.068Z | Compiling fixedbitset v0.5.7 |
| 1814 | 2026-09-06T23:57:30.087Z | Compiling fixedbitset v0.4.2 |
| 1815 | 2026-09-06T23:57:30.103Z | Compiling arrayref v0.3.9 |
| 1816 | 2026-09-06T23:57:30.121Z | Compiling predicates-core v1.0.10 |
| 1817 | 2026-09-06T23:57:30.157Z | Compiling normalize-line-endings v0.3.0 |
| 1818 | 2026-09-06T23:57:30.191Z | Compiling string_cache v0.8.9 |
| 1819 | 2026-09-06T23:57:30.272Z | Compiling predicates v3.1.4 |
| 1820 | 2026-09-06T23:57:30.322Z | Compiling petgraph v0.8.3 |
| 1821 | 2026-09-06T23:57:30.351Z | Compiling hickory-proto v0.25.2 |
| 1822 | 2026-09-06T23:57:30.365Z | Compiling petgraph v0.6.5 |
| 1823 | 2026-09-06T23:57:30.411Z | Compiling tokio-postgres v0.7.16 |
| 1824 | 2026-09-06T23:57:30.439Z | Compiling iddqd v0.4.2 |
| 1825 | 2026-09-06T23:57:30.453Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1826 | 2026-09-06T23:57:30.516Z | Compiling itertools v0.13.0 |
| 1827 | 2026-09-06T23:57:30.743Z | Compiling usdt v0.6.0 |
| 1828 | 2026-09-06T23:57:30.806Z | Compiling zip v4.6.1 |
| 1829 | 2026-09-06T23:57:30.990Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1830 | 2026-09-06T23:57:31.031Z | Compiling digest v0.11.3 |
| 1831 | 2026-09-06T23:57:31.046Z | Compiling usdt-impl v0.5.0 |
| 1832 | 2026-09-06T23:57:31.287Z | Compiling crossterm v0.28.1 |
| 1833 | 2026-09-06T23:57:31.333Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1834 | 2026-09-06T23:57:31.416Z | Compiling derive_more v2.1.1 |
| 1835 | 2026-09-06T23:57:31.669Z | Compiling chacha20 v0.10.0 |
| 1836 | 2026-09-06T23:57:31.793Z | Compiling similar v2.7.0 |
| 1837 | 2026-09-06T23:57:31.806Z | Compiling tokio-stream v0.1.18 |
| 1838 | 2026-09-06T23:57:31.934Z | Compiling buf-list v1.1.2 |
| 1839 | 2026-09-06T23:57:32.072Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1840 | 2026-09-06T23:57:32.087Z | Compiling openapiv3 v2.2.0 |
| 1841 | 2026-09-06T23:57:32.207Z | Compiling lalrpop-util v0.19.12 |
| 1842 | 2026-09-06T23:57:32.233Z | Compiling peg-runtime v0.8.5 |
| 1843 | 2026-09-06T23:57:32.318Z | Compiling filetime v0.2.27 |
| 1844 | 2026-09-06T23:57:32.335Z | Compiling xattr v1.6.1 |
| 1845 | 2026-09-06T23:57:32.403Z | Compiling camino-tempfile v1.4.1 |
| 1846 | 2026-09-06T23:57:32.517Z | Compiling tar v0.4.46 |
| 1847 | 2026-09-06T23:57:49.951Z | Compiling rustls-webpki v0.103.13 |
| 1848 | 2026-09-06T23:57:52.693Z | Compiling tokio-rustls v0.26.4 |
| 1849 | 2026-09-06T23:57:52.693Z | Compiling rustls-platform-verifier v0.6.2 |
| 1850 | 2026-09-06T23:57:52.693Z | Compiling tough v0.22.0 |
| 1851 | 2026-09-06T23:57:52.895Z | Compiling hyper-rustls v0.27.7 |
| 1852 | 2026-09-06T23:57:53.090Z | Compiling reqwest v0.13.2 |
| 1853 | 2026-09-06T23:57:55.286Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1854 | 2026-09-06T23:57:55.546Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1855 | 2026-09-06T23:57:58.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.16s |
| 1856 | 2026-09-06T23:57:58.513Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1857 | 2026-09-06T23:57:58.513Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1858 | 2026-09-06T23:57:58.656Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1859 | 2026-09-06T23:57:58.715Z | Sep 06 23:57:58.124 INFO Starting download, target: Cockroach |
| 1860 | 2026-09-06T23:57:58.715Z | Sep 06 23:57:58.125 INFO Starting download, target: Clickhouse |
| 1861 | 2026-09-06T23:57:58.717Z | Sep 06 23:57:58.125 INFO Starting download, target: Console |
| 1862 | 2026-09-06T23:57:58.717Z | Sep 06 23:57:58.125 INFO Starting download, target: DendriteStub |
| 1863 | 2026-09-06T23:57:58.721Z | Sep 06 23:57:58.125 INFO Starting download, target: MaghemiteMgd |
| 1864 | 2026-09-06T23:57:58.721Z | Sep 06 23:57:58.125 INFO Starting download, target: MaghemiteDdmd |
| 1865 | 2026-09-06T23:57:58.721Z | Sep 06 23:57:58.125 INFO Starting download, target: TransceiverControl |
| 1866 | 2026-09-06T23:57:58.721Z | Sep 06 23:57:58.125 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1867 | 2026-09-06T23:57:58.722Z | Sep 06 23:57:58.125 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1868 | 2026-09-06T23:57:58.722Z | Sep 06 23:57:58.125 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1869 | 2026-09-06T23:57:58.722Z | Sep 06 23:57:58.125 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1870 | 2026-09-06T23:57:58.722Z | Sep 06 23:57:58.125 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1871 | 2026-09-06T23:57:58.722Z | Sep 06 23:57:58.125 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1872 | 2026-09-06T23:57:58.722Z | Sep 06 23:57:58.125 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1873 | 2026-09-06T23:57:59.211Z | Sep 06 23:57:58.621 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1874 | 2026-09-06T23:57:59.395Z | Sep 06 23:57:58.799 INFO Download complete, target: TransceiverControl |
| 1875 | 2026-09-06T23:58:00.488Z | Sep 06 23:57:59.892 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1876 | 2026-09-06T23:58:00.699Z | Sep 06 23:58:00.076 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1877 | 2026-09-06T23:58:00.812Z | Sep 06 23:58:00.167 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1878 | 2026-09-06T23:58:00.924Z | Sep 06 23:58:00.326 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1879 | 2026-09-06T23:58:01.456Z | Sep 06 23:58:00.867 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1880 | 2026-09-06T23:58:01.457Z | Sep 06 23:58:00.867 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1881 | 2026-09-06T23:58:02.649Z | Sep 06 23:58:02.060 INFO Download complete, target: MaghemiteDdmd |
| 1882 | 2026-09-06T23:58:02.826Z | Sep 06 23:58:02.237 INFO Download complete, target: DendriteStub |
| 1883 | 2026-09-06T23:58:03.066Z | Sep 06 23:58:02.476 INFO Download complete, target: MaghemiteMgd |
| 1884 | 2026-09-06T23:58:05.332Z | Sep 06 23:58:04.743 INFO Checking that binary works, target: Cockroach |
| 1885 | 2026-09-06T23:58:05.453Z | Sep 06 23:58:04.863 INFO Download complete, target: Cockroach |
| 1886 | 2026-09-06T23:58:06.183Z | Sep 06 23:58:05.593 INFO Checking that binary works, target: Clickhouse |
| 1887 | 2026-09-06T23:58:06.277Z | Sep 06 23:58:05.688 INFO Download complete, target: Clickhouse |
| 1888 | 2026-09-06T23:58:06.705Z | Sep 06 23:58:06.114 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1889 | 2026-09-06T23:58:06.904Z | Sep 06 23:58:06.314 INFO Download complete, target: Console |
| 1890 | 2026-09-06T23:58:06.910Z | All prerequisites installed successfully |
| 1891 | 2026-09-06T23:58:06.914Z | |
| 1892 | 2026-09-06T23:58:06.914Z | real 2:06.902152806 |
| 1893 | 2026-09-06T23:58:06.914Z | user 7:44.670167580 |
| 1894 | 2026-09-06T23:58:06.914Z | sys 1:58.208767573 |
| 1895 | 2026-09-06T23:58:06.914Z | trap 0.322821951 |
| 1896 | 2026-09-06T23:58:06.914Z | tflt 0.756490304 |
| 1897 | 2026-09-06T23:58:06.914Z | dflt 1.429605455 |
| 1898 | 2026-09-06T23:58:06.914Z | kflt 0.022108677 |
| 1899 | 2026-09-06T23:58:06.914Z | lock 29:56.982057270 |
| 1900 | 2026-09-06T23:58:06.914Z | slp 21:46.722939834 |
| 1901 | 2026-09-06T23:58:06.914Z | lat 34.901135389 |
| 1902 | 2026-09-06T23:58:06.914Z | stop 3:54.352225409 |
| 1903 | 2026-09-06T23:58:06.914Z | + ptime -m cargo xtask download softnpu |
| 1904 | 2026-09-06T23:58:07.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1905 | 2026-09-06T23:58:07.425Z | Running `target/debug/xtask download softnpu` |
| 1906 | 2026-09-06T23:58:08.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1907 | 2026-09-06T23:58:08.279Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1908 | 2026-09-06T23:58:08.279Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1909 | 2026-09-06T23:58:08.327Z | Running `target/debug/xtask-downloader softnpu` |
| 1910 | 2026-09-06T23:58:08.374Z | Sep 06 23:58:07.770 INFO Starting download, target: Softnpu |
| 1911 | 2026-09-06T23:58:08.389Z | Sep 06 23:58:07.771 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1912 | 2026-09-06T23:58:09.450Z | Sep 06 23:58:08.848 INFO Download complete, target: Softnpu |
| 1913 | 2026-09-06T23:58:09.476Z | |
| 1914 | 2026-09-06T23:58:09.477Z | real 2.523559294 |
| 1915 | 2026-09-06T23:58:09.477Z | user 1.380379755 |
| 1916 | 2026-09-06T23:58:09.477Z | sys 0.663068106 |
| 1917 | 2026-09-06T23:58:09.477Z | trap 0.000658931 |
| 1918 | 2026-09-06T23:58:09.477Z | tflt 0.000055463 |
| 1919 | 2026-09-06T23:58:09.477Z | dflt 0.000383042 |
| 1920 | 2026-09-06T23:58:09.477Z | kflt 0.000000000 |
| 1921 | 2026-09-06T23:58:09.477Z | lock 20.874409089 |
| 1922 | 2026-09-06T23:58:09.477Z | slp 0.917176120 |
| 1923 | 2026-09-06T23:58:09.477Z | lat 0.099937376 |
| 1924 | 2026-09-06T23:58:09.478Z | stop 0.000210626 |
| 1925 | 2026-09-06T23:58:09.478Z | + export CARGO_INCREMENTAL=0 |
| 1926 | 2026-09-06T23:58:09.478Z | + CARGO_INCREMENTAL=0 |
| 1927 | 2026-09-06T23:58:09.478Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1928 | 2026-09-06T23:58:10.408Z | Compiling proc-macro2 v1.0.106 |
| 1929 | 2026-09-06T23:58:10.408Z | Compiling quote v1.0.45 |
| 1930 | 2026-09-06T23:58:10.408Z | Compiling unicode-ident v1.0.24 |
| 1931 | 2026-09-06T23:58:10.408Z | Compiling serde_core v1.0.228 |
| 1932 | 2026-09-06T23:58:10.412Z | Compiling libc v0.2.185 |
| 1933 | 2026-09-06T23:58:10.412Z | Compiling serde v1.0.228 |
| 1934 | 2026-09-06T23:58:10.412Z | Compiling cfg-if v1.0.4 |
| 1935 | 2026-09-06T23:58:10.412Z | Compiling version_check v0.9.5 |
| 1936 | 2026-09-06T23:58:10.412Z | Compiling autocfg v1.5.0 |
| 1937 | 2026-09-06T23:58:10.412Z | Compiling zerocopy v0.8.55 |
| 1938 | 2026-09-06T23:58:10.412Z | Compiling memchr v2.8.0 |
| 1939 | 2026-09-06T23:58:10.412Z | Compiling shlex v1.3.0 |
| 1940 | 2026-09-06T23:58:10.412Z | Compiling find-msvc-tools v0.1.9 |
| 1941 | 2026-09-06T23:58:10.412Z | Compiling zmij v1.0.21 |
| 1942 | 2026-09-06T23:58:10.562Z | Compiling portable-atomic v1.13.1 |
| 1943 | 2026-09-06T23:58:10.718Z | Compiling serde_json v1.0.151 |
| 1944 | 2026-09-06T23:58:10.909Z | Compiling libm v0.2.16 |
| 1945 | 2026-09-06T23:58:10.921Z | Compiling getrandom v0.4.3 |
| 1946 | 2026-09-06T23:58:10.954Z | Compiling generic-array v0.14.7 |
| 1947 | 2026-09-06T23:58:10.980Z | Compiling num-traits v0.2.19 |
| 1948 | 2026-09-06T23:58:11.060Z | Compiling icu_normalizer_data v2.1.1 |
| 1949 | 2026-09-06T23:58:11.064Z | Compiling icu_properties_data v2.1.2 |
| 1950 | 2026-09-06T23:58:11.064Z | Compiling smallvec v1.15.1 |
| 1951 | 2026-09-06T23:58:11.158Z | Compiling parking_lot_core v0.9.12 |
| 1952 | 2026-09-06T23:58:11.176Z | Compiling itoa v1.0.17 |
| 1953 | 2026-09-06T23:58:11.192Z | Compiling rustix v1.1.4 |
| 1954 | 2026-09-06T23:58:11.211Z | Compiling subtle v2.6.1 |
| 1955 | 2026-09-06T23:58:11.217Z | Compiling thiserror v2.0.18 |
| 1956 | 2026-09-06T23:58:11.258Z | Compiling log v0.4.33 |
| 1957 | 2026-09-06T23:58:11.306Z | Compiling getrandom v0.3.4 |
| 1958 | 2026-09-06T23:58:11.475Z | Compiling typenum v1.20.1 |
| 1959 | 2026-09-06T23:58:11.515Z | Compiling stable_deref_trait v1.2.1 |
| 1960 | 2026-09-06T23:58:11.548Z | Compiling pkg-config v0.3.32 |
| 1961 | 2026-09-06T23:58:11.566Z | Compiling jobserver v0.1.34 |
| 1962 | 2026-09-06T23:58:11.592Z | Compiling errno v0.3.14 |
| 1963 | 2026-09-06T23:58:11.611Z | Compiling allocator-api2 v0.2.21 |
| 1964 | 2026-09-06T23:58:11.682Z | Compiling heck v0.5.0 |
| 1965 | 2026-09-06T23:58:11.730Z | Compiling rustversion v1.0.22 |
| 1966 | 2026-09-06T23:58:11.776Z | Compiling cc v1.2.56 |
| 1967 | 2026-09-06T23:58:11.784Z | Compiling critical-section v1.2.0 |
| 1968 | 2026-09-06T23:58:11.823Z | Compiling scopeguard v1.2.0 |
| 1969 | 2026-09-06T23:58:11.861Z | Compiling schemars v0.8.22 |
| 1970 | 2026-09-06T23:58:11.915Z | Compiling lock_api v0.4.14 |
| 1971 | 2026-09-06T23:58:11.935Z | Compiling getrandom v0.2.17 |
| 1972 | 2026-09-06T23:58:11.996Z | Compiling rand_core v0.10.0 |
| 1973 | 2026-09-06T23:58:12.023Z | Compiling syn v1.0.109 |
| 1974 | 2026-09-06T23:58:12.196Z | Compiling syn v2.0.117 |
| 1975 | 2026-09-06T23:58:12.210Z | Compiling rand_core v0.6.4 |
| 1976 | 2026-09-06T23:58:12.229Z | Compiling const-oid v0.9.6 |
| 1977 | 2026-09-06T23:58:12.248Z | Compiling once_cell v1.21.3 |
| 1978 | 2026-09-06T23:58:12.312Z | Compiling strsim v0.11.1 |
| 1979 | 2026-09-06T23:58:12.472Z | Compiling writeable v0.6.2 |
| 1980 | 2026-09-06T23:58:12.507Z | Compiling percent-encoding v2.3.2 |
| 1981 | 2026-09-06T23:58:12.523Z | Compiling litemap v0.8.1 |
| 1982 | 2026-09-06T23:58:12.612Z | Compiling equivalent v1.0.2 |
| 1983 | 2026-09-06T23:58:12.705Z | Compiling foldhash v0.2.0 |
| 1984 | 2026-09-06T23:58:12.760Z | Compiling bitflags v2.11.0 |
| 1985 | 2026-09-06T23:58:12.764Z | Compiling semver v1.0.28 |
| 1986 | 2026-09-06T23:58:12.859Z | Compiling thiserror v1.0.69 |
| 1987 | 2026-09-06T23:58:12.917Z | Compiling pin-project-lite v0.2.17 |
| 1988 | 2026-09-06T23:58:12.932Z | Compiling hashbrown v0.17.0 |
| 1989 | 2026-09-06T23:58:13.038Z | Compiling utf8_iter v1.0.4 |
| 1990 | 2026-09-06T23:58:13.039Z | Compiling form_urlencoded v1.2.2 |
| 1991 | 2026-09-06T23:58:13.139Z | Compiling cmake v0.1.57 |
| 1992 | 2026-09-06T23:58:13.162Z | Compiling fs_extra v1.3.0 |
| 1993 | 2026-09-06T23:58:13.188Z | Compiling dunce v1.0.5 |
| 1994 | 2026-09-06T23:58:13.263Z | Compiling ident_case v1.0.1 |
| 1995 | 2026-09-06T23:58:13.302Z | Compiling signal-hook-registry v1.4.8 |
| 1996 | 2026-09-06T23:58:13.440Z | Compiling byteorder v1.5.0 |
| 1997 | 2026-09-06T23:58:13.628Z | Compiling indexmap v2.14.0 |
| 1998 | 2026-09-06T23:58:13.665Z | Compiling aws-lc-sys v0.40.0 |
| 1999 | 2026-09-06T23:58:13.665Z | Compiling parking_lot v0.12.5 |
| 2000 | 2026-09-06T23:58:13.665Z | Compiling socket2 v0.6.3 |
| 2001 | 2026-09-06T23:58:13.666Z | Compiling mio v1.2.0 |
| 2002 | 2026-09-06T23:58:13.707Z | Compiling base64ct v1.8.3 |
| 2003 | 2026-09-06T23:58:13.728Z | Compiling iana-time-zone v0.1.65 |
| 2004 | 2026-09-06T23:58:13.756Z | Compiling rustc_version v0.4.1 |
| 2005 | 2026-09-06T23:58:13.999Z | Compiling pem-rfc7468 v0.7.0 |
| 2006 | 2026-09-06T23:58:14.000Z | Compiling flagset v0.4.7 |
| 2007 | 2026-09-06T23:58:14.000Z | Compiling aws-lc-rs v1.16.3 |
| 2008 | 2026-09-06T23:58:14.148Z | Compiling uuid v1.23.4 |
| 2009 | 2026-09-06T23:58:14.309Z | Compiling futures-core v0.3.32 |
| 2010 | 2026-09-06T23:58:14.459Z | Compiling ahash v0.8.12 |
| 2011 | 2026-09-06T23:58:14.518Z | Compiling httparse v1.10.1 |
| 2012 | 2026-09-06T23:58:14.549Z | Compiling dyn-clone v1.0.20 |
| 2013 | 2026-09-06T23:58:14.579Z | Compiling crc32fast v1.5.0 |
| 2014 | 2026-09-06T23:58:14.647Z | Compiling fnv v1.0.7 |
| 2015 | 2026-09-06T23:58:14.712Z | Compiling regex-syntax v0.8.10 |
| 2016 | 2026-09-06T23:58:14.739Z | Compiling crossbeam-utils v0.8.21 |
| 2017 | 2026-09-06T23:58:14.768Z | Compiling ucd-trie v0.1.7 |
| 2018 | 2026-09-06T23:58:14.768Z | Compiling anyhow v1.0.104 |
| 2019 | 2026-09-06T23:58:14.841Z | Compiling base64 v0.22.1 |
| 2020 | 2026-09-06T23:58:14.886Z | Compiling vcpkg v0.2.15 |
| 2021 | 2026-09-06T23:58:14.917Z | Compiling slog v2.8.2 |
| 2022 | 2026-09-06T23:58:14.917Z | Compiling rustls v0.23.41 |
| 2023 | 2026-09-06T23:58:14.943Z | Compiling pest v2.8.6 |
| 2024 | 2026-09-06T23:58:14.979Z | Compiling synstructure v0.13.2 |
| 2025 | 2026-09-06T23:58:15.013Z | Compiling serde_derive_internals v0.29.1 |
| 2026 | 2026-09-06T23:58:15.029Z | Compiling darling_core v0.23.0 |
| 2027 | 2026-09-06T23:58:15.059Z | Compiling cpufeatures v0.2.17 |
| 2028 | 2026-09-06T23:58:15.102Z | Compiling num-bigint-dig v0.8.6 |
| 2029 | 2026-09-06T23:58:15.132Z | Compiling terminal_size v0.4.3 |
| 2030 | 2026-09-06T23:58:15.142Z | Compiling num-conv v0.2.0 |
| 2031 | 2026-09-06T23:58:15.164Z | Compiling object v0.37.3 |
| 2032 | 2026-09-06T23:58:15.215Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-09-06T23:58:15.249Z | Compiling anstyle v1.0.14 |
| 2034 | 2026-09-06T23:58:15.296Z | Compiling time-core v0.1.8 |
| 2035 | 2026-09-06T23:58:15.316Z | Compiling camino v1.2.5 |
| 2036 | 2026-09-06T23:58:15.507Z | Compiling utf8parse v0.2.2 |
| 2037 | 2026-09-06T23:58:15.516Z | Compiling openssl-sys v0.9.117 |
| 2038 | 2026-09-06T23:58:15.516Z | Compiling time-macros v0.2.27 |
| 2039 | 2026-09-06T23:58:15.516Z | Compiling is_terminal_polyfill v1.70.2 |
| 2040 | 2026-09-06T23:58:15.516Z | Compiling futures-sink v0.3.32 |
| 2041 | 2026-09-06T23:58:15.544Z | Compiling anstyle-parse v1.0.0 |
| 2042 | 2026-09-06T23:58:15.586Z | Compiling colorchoice v1.0.4 |
| 2043 | 2026-09-06T23:58:15.634Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-09-06T23:58:15.688Z | Compiling adler2 v2.0.1 |
| 2045 | 2026-09-06T23:58:15.718Z | Compiling futures-channel v0.3.32 |
| 2046 | 2026-09-06T23:58:15.744Z | Compiling anstream v1.0.0 |
| 2047 | 2026-09-06T23:58:15.749Z | Compiling miniz_oxide v0.8.9 |
| 2048 | 2026-09-06T23:58:15.757Z | Compiling spin v0.9.8 |
| 2049 | 2026-09-06T23:58:15.804Z | Compiling aho-corasick v1.1.4 |
| 2050 | 2026-09-06T23:58:15.875Z | Compiling futures-task v0.3.32 |
| 2051 | 2026-09-06T23:58:15.894Z | Compiling slab v0.4.12 |
| 2052 | 2026-09-06T23:58:15.937Z | Compiling futures-io v0.3.32 |
| 2053 | 2026-09-06T23:58:15.981Z | Compiling pest_meta v2.8.6 |
| 2054 | 2026-09-06T23:58:16.188Z | Compiling plain v0.2.3 |
| 2055 | 2026-09-06T23:58:16.212Z | Compiling radium v0.7.0 |
| 2056 | 2026-09-06T23:58:16.222Z | Compiling serde_derive v1.0.228 |
| 2057 | 2026-09-06T23:58:16.243Z | Compiling zeroize_derive v1.5.0 |
| 2058 | 2026-09-06T23:58:16.250Z | Compiling zerocopy-derive v0.8.55 |
| 2059 | 2026-09-06T23:58:16.315Z | Compiling zerofrom-derive v0.1.6 |
| 2060 | 2026-09-06T23:58:16.335Z | Compiling yoke-derive v0.8.1 |
| 2061 | 2026-09-06T23:58:16.348Z | Compiling zerovec-derive v0.11.2 |
| 2062 | 2026-09-06T23:58:16.411Z | Compiling displaydoc v0.2.5 |
| 2063 | 2026-09-06T23:58:16.467Z | Compiling thiserror-impl v2.0.18 |
| 2064 | 2026-09-06T23:58:16.481Z | Compiling tokio-macros v2.7.0 |
| 2065 | 2026-09-06T23:58:16.513Z | Compiling der_derive v0.7.3 |
| 2066 | 2026-09-06T23:58:16.521Z | Compiling schemars_derive v0.8.22 |
| 2067 | 2026-09-06T23:58:16.660Z | Compiling futures-macro v0.3.32 |
| 2068 | 2026-09-06T23:58:16.758Z | Compiling thiserror-impl v1.0.69 |
| 2069 | 2026-09-06T23:58:16.889Z | Compiling tracing-attributes v0.1.31 |
| 2070 | 2026-09-06T23:58:17.133Z | Compiling clap_derive v4.6.1 |
| 2071 | 2026-09-06T23:58:17.184Z | Compiling darling_macro v0.23.0 |
| 2072 | 2026-09-06T23:58:17.208Z | Compiling pest_generator v2.8.6 |
| 2073 | 2026-09-06T23:58:17.227Z | Compiling regex-automata v0.4.14 |
| 2074 | 2026-09-06T23:58:17.325Z | Compiling clap_lex v1.0.0 |
| 2075 | 2026-09-06T23:58:17.457Z | Compiling curve25519-dalek v4.1.3 |
| 2076 | 2026-09-06T23:58:17.505Z | Compiling futures-util v0.3.32 |
| 2077 | 2026-09-06T23:58:17.527Z | Compiling zerofrom v0.1.6 |
| 2078 | 2026-09-06T23:58:17.678Z | Compiling yoke v0.8.1 |
| 2079 | 2026-09-06T23:58:17.756Z | Compiling clap_builder v4.6.0 |
| 2080 | 2026-09-06T23:58:17.787Z | Compiling darling v0.23.0 |
| 2081 | 2026-09-06T23:58:17.867Z | Compiling zerovec v0.11.5 |
| 2082 | 2026-09-06T23:58:17.884Z | Compiling zerotrie v0.2.3 |
| 2083 | 2026-09-06T23:58:17.910Z | Compiling pest_derive v2.8.6 |
| 2084 | 2026-09-06T23:58:17.953Z | Compiling owo-colors v4.3.0 |
| 2085 | 2026-09-06T23:58:18.178Z | Compiling num-integer v0.1.46 |
| 2086 | 2026-09-06T23:58:18.237Z | Compiling openssl v0.10.80 |
| 2087 | 2026-09-06T23:58:18.288Z | Compiling maybe-uninit v2.0.0 |
| 2088 | 2026-09-06T23:58:18.312Z | Compiling pretty-hex v0.4.1 |
| 2089 | 2026-09-06T23:58:18.431Z | Compiling tinystr v0.8.2 |
| 2090 | 2026-09-06T23:58:18.435Z | Compiling potential_utf v0.1.4 |
| 2091 | 2026-09-06T23:58:18.536Z | Compiling num-iter v0.1.45 |
| 2092 | 2026-09-06T23:58:18.612Z | Compiling icu_collections v2.1.1 |
| 2093 | 2026-09-06T23:58:18.618Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2094 | 2026-09-06T23:58:18.645Z | Compiling scroll_derive v0.13.1 |
| 2095 | 2026-09-06T23:58:18.696Z | Compiling icu_locale_core v2.1.1 |
| 2096 | 2026-09-06T23:58:18.749Z | Compiling scroll_derive v0.12.1 |
| 2097 | 2026-09-06T23:58:18.852Z | Compiling lazy_static v1.5.0 |
| 2098 | 2026-09-06T23:58:19.137Z | Compiling ff v0.13.1 |
| 2099 | 2026-09-06T23:58:19.219Z | Compiling unicode-segmentation v1.12.0 |
| 2100 | 2026-09-06T23:58:19.256Z | Compiling gimli v0.32.3 |
| 2101 | 2026-09-06T23:58:19.276Z | Compiling fastrand v2.3.0 |
| 2102 | 2026-09-06T23:58:19.299Z | Compiling base16ct v0.2.0 |
| 2103 | 2026-09-06T23:58:19.441Z | Compiling icu_provider v2.1.1 |
| 2104 | 2026-09-06T23:58:19.489Z | Compiling zeroize v1.9.0 |
| 2105 | 2026-09-06T23:58:19.562Z | Compiling bytes v1.11.1 |
| 2106 | 2026-09-06T23:58:19.613Z | Compiling chrono v0.4.45 |
| 2107 | 2026-09-06T23:58:19.783Z | Compiling icu_properties v2.1.2 |
| 2108 | 2026-09-06T23:58:19.829Z | Compiling icu_normalizer v2.1.1 |
| 2109 | 2026-09-06T23:58:19.983Z | Compiling der v0.7.10 |
| 2110 | 2026-09-06T23:58:20.144Z | Compiling tokio v1.52.1 |
| 2111 | 2026-09-06T23:58:20.284Z | Compiling block-buffer v0.10.4 |
| 2112 | 2026-09-06T23:58:20.303Z | Compiling crypto-common v0.1.7 |
| 2113 | 2026-09-06T23:58:20.463Z | Compiling digest v0.10.7 |
| 2114 | 2026-09-06T23:58:20.524Z | Compiling hex v0.4.3 |
| 2115 | 2026-09-06T23:58:20.679Z | Compiling idna_adapter v1.2.1 |
| 2116 | 2026-09-06T23:58:20.716Z | Compiling ppv-lite86 v0.2.21 |
| 2117 | 2026-09-06T23:58:20.784Z | Compiling sha2 v0.10.9 |
| 2118 | 2026-09-06T23:58:20.822Z | Compiling idna v1.1.0 |
| 2119 | 2026-09-06T23:58:20.852Z | Compiling spki v0.7.3 |
| 2120 | 2026-09-06T23:58:20.948Z | Compiling hmac v0.12.1 |
| 2121 | 2026-09-06T23:58:20.954Z | Compiling signature v2.2.0 |
| 2122 | 2026-09-06T23:58:21.071Z | Compiling pkcs8 v0.10.2 |
| 2123 | 2026-09-06T23:58:21.113Z | Compiling ipnet v2.12.0 |
| 2124 | 2026-09-06T23:58:21.152Z | Compiling rand_chacha v0.3.1 |
| 2125 | 2026-09-06T23:58:21.167Z | Compiling clap v4.6.1 |
| 2126 | 2026-09-06T23:58:21.189Z | Compiling url v2.5.8 |
| 2127 | 2026-09-06T23:58:21.221Z | Compiling serde_tokenstream v0.2.3 |
| 2128 | 2026-09-06T23:58:21.321Z | Compiling hkdf v0.12.4 |
| 2129 | 2026-09-06T23:58:21.332Z | Compiling x509-cert v0.2.5 |
| 2130 | 2026-09-06T23:58:21.332Z | Compiling sec1 v0.7.3 |
| 2131 | 2026-09-06T23:58:21.348Z | Compiling pkcs1 v0.7.5 |
| 2132 | 2026-09-06T23:58:21.378Z | Compiling rand v0.8.6 |
| 2133 | 2026-09-06T23:58:21.385Z | Compiling addr2line v0.25.1 |
| 2134 | 2026-09-06T23:58:21.403Z | Compiling crypto-bigint v0.5.5 |
| 2135 | 2026-09-06T23:58:21.551Z | Compiling toml_datetime v0.6.11 |
| 2136 | 2026-09-06T23:58:21.568Z | Compiling serde_spanned v0.6.9 |
| 2137 | 2026-09-06T23:58:21.678Z | Compiling group v0.13.0 |
| 2138 | 2026-09-06T23:58:21.748Z | Compiling strum_macros v0.26.4 |
| 2139 | 2026-09-06T23:58:21.849Z | Compiling openssl-macros v0.1.1 |
| 2140 | 2026-09-06T23:58:21.862Z | Compiling async-trait v0.1.89 |
| 2141 | 2026-09-06T23:58:21.879Z | Compiling hubpack_derive v0.1.1 |
| 2142 | 2026-09-06T23:58:22.297Z | Compiling rand_core v0.9.5 |
| 2143 | 2026-09-06T23:58:22.314Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2144 | 2026-09-06T23:58:22.385Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2145 | 2026-09-06T23:58:22.497Z | Compiling syn v3.0.3 |
| 2146 | 2026-09-06T23:58:22.527Z | Compiling rustc-demangle v0.1.27 |
| 2147 | 2026-09-06T23:58:22.600Z | Compiling paste v1.0.15 |
| 2148 | 2026-09-06T23:58:22.717Z | Compiling packed_struct v0.10.1 |
| 2149 | 2026-09-06T23:58:22.739Z | Compiling native-tls v0.2.18 |
| 2150 | 2026-09-06T23:58:22.790Z | Compiling rsa v0.9.10 |
| 2151 | 2026-09-06T23:58:22.809Z | Compiling elliptic-curve v0.13.8 |
| 2152 | 2026-09-06T23:58:22.894Z | Compiling http v1.4.2 |
| 2153 | 2026-09-06T23:58:22.966Z | Compiling regex v1.12.3 |
| 2154 | 2026-09-06T23:58:23.011Z | Compiling zerocopy-derive v0.7.35 |
| 2155 | 2026-09-06T23:58:23.047Z | Compiling miette-derive v7.6.0 |
| 2156 | 2026-09-06T23:58:23.231Z | Compiling tracing-core v0.1.36 |
| 2157 | 2026-09-06T23:58:23.246Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2158 | 2026-09-06T23:58:23.352Z | Compiling cookie v0.18.1 |
| 2159 | 2026-09-06T23:58:23.386Z | Compiling is_ci v1.2.0 |
| 2160 | 2026-09-06T23:58:23.445Z | Compiling unicode-linebreak v0.1.5 |
| 2161 | 2026-09-06T23:58:23.627Z | Compiling rayon-core v1.13.0 |
| 2162 | 2026-09-06T23:58:23.691Z | Compiling unicode-width v0.2.0 |
| 2163 | 2026-09-06T23:58:23.746Z | Compiling smawk v0.3.2 |
| 2164 | 2026-09-06T23:58:23.822Z | Compiling proc-macro-error2 v2.0.1 |
| 2165 | 2026-09-06T23:58:23.854Z | Compiling tracing v0.1.44 |
| 2166 | 2026-09-06T23:58:23.870Z | Compiling supports-color v3.0.2 |
| 2167 | 2026-09-06T23:58:23.940Z | Compiling textwrap v0.16.2 |
| 2168 | 2026-09-06T23:58:24.049Z | Compiling tokio-util v0.7.18 |
| 2169 | 2026-09-06T23:58:24.119Z | Compiling rand_chacha v0.9.0 |
| 2170 | 2026-09-06T23:58:24.233Z | Compiling hashbrown v0.14.5 |
| 2171 | 2026-09-06T23:58:24.241Z | Compiling rfc6979 v0.4.0 |
| 2172 | 2026-09-06T23:58:24.286Z | Compiling backtrace v0.3.76 |
| 2173 | 2026-09-06T23:58:24.357Z | Compiling rustls-pki-types v1.14.0 |
| 2174 | 2026-09-06T23:58:24.489Z | Compiling tempfile v3.27.0 |
| 2175 | 2026-09-06T23:58:24.518Z | Compiling serde_with_macros v3.21.0 |
| 2176 | 2026-09-06T23:58:24.705Z | Compiling bitfield-macros v0.19.4 |
| 2177 | 2026-09-06T23:58:24.727Z | Compiling zerocopy-derive v0.6.6 |
| 2178 | 2026-09-06T23:58:24.803Z | Compiling backtrace-ext v0.2.1 |
| 2179 | 2026-09-06T23:58:24.840Z | Compiling packed_struct_codegen v0.10.1 |
| 2180 | 2026-09-06T23:58:24.969Z | Compiling indexmap v1.9.3 |
| 2181 | 2026-09-06T23:58:25.002Z | Compiling salty v0.3.0 |
| 2182 | 2026-09-06T23:58:25.027Z | Compiling unicode-width v0.1.14 |
| 2183 | 2026-09-06T23:58:25.046Z | Compiling winnow v0.7.14 |
| 2184 | 2026-09-06T23:58:25.240Z | Compiling supports-unicode v3.0.0 |
| 2185 | 2026-09-06T23:58:25.289Z | Compiling keccak v0.1.6 |
| 2186 | 2026-09-06T23:58:25.335Z | Compiling supports-hyperlinks v3.2.0 |
| 2187 | 2026-09-06T23:58:25.442Z | Compiling miette v7.6.0 |
| 2188 | 2026-09-06T23:58:25.467Z | Compiling sha3 v0.10.8 |
| 2189 | 2026-09-06T23:58:25.496Z | Compiling chumsky v0.9.3 |
| 2190 | 2026-09-06T23:58:25.542Z | Compiling ecdsa v0.16.9 |
| 2191 | 2026-09-06T23:58:25.630Z | Compiling daft-derive v0.1.8 |
| 2192 | 2026-09-06T23:58:25.650Z | Compiling rand v0.9.2 |
| 2193 | 2026-09-06T23:58:25.750Z | Compiling knus-derive v3.4.0 |
| 2194 | 2026-09-06T23:58:25.794Z | Compiling http-body v1.0.1 |
| 2195 | 2026-09-06T23:58:25.869Z | Compiling primeorder v0.13.6 |
| 2196 | 2026-09-06T23:58:25.892Z | Compiling ed25519 v2.2.3 |
| 2197 | 2026-09-06T23:58:25.976Z | Compiling usdt-impl v0.5.0 |
| 2198 | 2026-09-06T23:58:26.009Z | Compiling cmov v0.5.4 |
| 2199 | 2026-09-06T23:58:26.046Z | Compiling openssl-probe v0.2.1 |
| 2200 | 2026-09-06T23:58:26.093Z | Compiling tinyvec_macros v0.1.1 |
| 2201 | 2026-09-06T23:58:26.240Z | Compiling ref-cast v1.0.25 |
| 2202 | 2026-09-06T23:58:26.250Z | Compiling either v1.15.0 |
| 2203 | 2026-09-06T23:58:26.250Z | Compiling untrusted v0.7.1 |
| 2204 | 2026-09-06T23:58:26.250Z | Compiling winnow v0.5.40 |
| 2205 | 2026-09-06T23:58:26.392Z | Compiling usdt-impl v0.6.0 |
| 2206 | 2026-09-06T23:58:26.473Z | Compiling ed25519-dalek v2.2.0 |
| 2207 | 2026-09-06T23:58:26.492Z | Compiling ctutils v0.4.2 |
| 2208 | 2026-09-06T23:58:26.518Z | Compiling tinyvec v1.11.0 |
| 2209 | 2026-09-06T23:58:26.532Z | Compiling p384 v0.13.1 |
| 2210 | 2026-09-06T23:58:26.697Z | Compiling sha1 v0.10.6 |
| 2211 | 2026-09-06T23:58:26.755Z | Compiling scroll v0.13.0 |
| 2212 | 2026-09-06T23:58:26.768Z | Compiling scroll v0.12.0 |
| 2213 | 2026-09-06T23:58:26.858Z | Compiling heapless v0.7.17 |
| 2214 | 2026-09-06T23:58:26.891Z | Compiling try-lock v0.2.5 |
| 2215 | 2026-09-06T23:58:26.908Z | Compiling zstd-safe v7.2.4 |
| 2216 | 2026-09-06T23:58:26.908Z | Compiling tower-service v0.3.3 |
| 2217 | 2026-09-06T23:58:26.943Z | Compiling rustix v0.38.44 |
| 2218 | 2026-09-06T23:58:27.009Z | Compiling untrusted v0.9.0 |
| 2219 | 2026-09-06T23:58:27.026Z | Compiling powerfmt v0.2.0 |
| 2220 | 2026-09-06T23:58:27.034Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2221 | 2026-09-06T23:58:27.034Z | Compiling winnow v1.0.3 |
| 2222 | 2026-09-06T23:58:27.075Z | Compiling atomic-waker v1.1.2 |
| 2223 | 2026-09-06T23:58:27.101Z | Compiling signal-hook v0.3.18 |
| 2224 | 2026-09-06T23:58:27.138Z | Compiling knus v3.4.0 |
| 2225 | 2026-09-06T23:58:27.172Z | Compiling litrs v1.0.0 |
| 2226 | 2026-09-06T23:58:27.247Z | Compiling tower-layer v0.3.3 |
| 2227 | 2026-09-06T23:58:27.321Z | Compiling deranged v0.5.8 |
| 2228 | 2026-09-06T23:58:27.321Z | Compiling h2 v0.4.15 |
| 2229 | 2026-09-06T23:58:27.434Z | Compiling goblin v0.8.2 |
| 2230 | 2026-09-06T23:58:27.452Z | Compiling want v0.3.1 |
| 2231 | 2026-09-06T23:58:27.452Z | Compiling goblin v0.10.5 |
| 2232 | 2026-09-06T23:58:27.546Z | Compiling toml_edit v0.19.15 |
| 2233 | 2026-09-06T23:58:27.647Z | Compiling document-features v0.2.12 |
| 2234 | 2026-09-06T23:58:27.809Z | Compiling hybrid-array v0.4.13 |
| 2235 | 2026-09-06T23:58:27.840Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2236 | 2026-09-06T23:58:28.003Z | Compiling zerocopy v0.7.35 |
| 2237 | 2026-09-06T23:58:28.050Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2238 | 2026-09-06T23:58:28.120Z | Compiling ipnetwork v0.21.1 |
| 2239 | 2026-09-06T23:58:28.359Z | Compiling heck v0.4.1 |
| 2240 | 2026-09-06T23:58:28.410Z | Compiling erased-serde v0.3.31 |
| 2241 | 2026-09-06T23:58:28.610Z | Compiling ref-cast-impl v1.0.25 |
| 2242 | 2026-09-06T23:58:28.630Z | Compiling structmeta-derive v0.3.0 |
| 2243 | 2026-09-06T23:58:28.719Z | Compiling darling_core v0.20.11 |
| 2244 | 2026-09-06T23:58:28.749Z | Compiling memoffset v0.9.1 |
| 2245 | 2026-09-06T23:58:28.951Z | Compiling num_threads v0.1.7 |
| 2246 | 2026-09-06T23:58:28.997Z | Compiling httpdate v1.0.3 |
| 2247 | 2026-09-06T23:58:29.121Z | Compiling tap v1.0.1 |
| 2248 | 2026-09-06T23:58:29.173Z | Compiling foreign-types-shared v0.1.1 |
| 2249 | 2026-09-06T23:58:29.258Z | Compiling slog-async v2.8.0 |
| 2250 | 2026-09-06T23:58:29.278Z | Compiling foreign-types v0.3.2 |
| 2251 | 2026-09-06T23:58:29.317Z | Compiling wyz v0.5.1 |
| 2252 | 2026-09-06T23:58:29.391Z | Compiling time v0.3.47 |
| 2253 | 2026-09-06T23:58:29.579Z | Compiling dof v0.3.0 |
| 2254 | 2026-09-06T23:58:29.640Z | Compiling structmeta v0.3.0 |
| 2255 | 2026-09-06T23:58:29.842Z | Compiling unicode-normalization v0.1.25 |
| 2256 | 2026-09-06T23:58:29.994Z | Compiling half v2.7.1 |
| 2257 | 2026-09-06T23:58:30.179Z | Compiling dof v0.4.0 |
| 2258 | 2026-09-06T23:58:30.336Z | Compiling dtrace-parser v0.3.0 |
| 2259 | 2026-09-06T23:58:30.340Z | Compiling dtrace-parser v0.2.0 |
| 2260 | 2026-09-06T23:58:30.379Z | Compiling pin-project-internal v1.1.11 |
| 2261 | 2026-09-06T23:58:30.458Z | Compiling hyper v1.10.1 |
| 2262 | 2026-09-06T23:58:30.672Z | Compiling darling_macro v0.20.11 |
| 2263 | 2026-09-06T23:58:30.690Z | Compiling socket2 v0.5.10 |
| 2264 | 2026-09-06T23:58:30.706Z | Compiling wait-timeout v0.2.1 |
| 2265 | 2026-09-06T23:58:30.761Z | Compiling thread-id v5.1.0 |
| 2266 | 2026-09-06T23:58:30.863Z | Compiling thread-id v4.2.2 |
| 2267 | 2026-09-06T23:58:30.941Z | Compiling env_filter v2.0.0 |
| 2268 | 2026-09-06T23:58:30.963Z | Compiling smoltcp v0.9.1 |
| 2269 | 2026-09-06T23:58:30.975Z | Compiling funty v2.0.0 |
| 2270 | 2026-09-06T23:58:31.076Z | Compiling ciborium-io v0.2.2 |
| 2271 | 2026-09-06T23:58:31.191Z | Compiling cfg_aliases v0.2.1 |
| 2272 | 2026-09-06T23:58:31.211Z | Compiling quick-error v1.2.3 |
| 2273 | 2026-09-06T23:58:31.252Z | Compiling bit-vec v0.8.0 |
| 2274 | 2026-09-06T23:58:31.255Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2275 | 2026-09-06T23:58:31.288Z | Compiling nix v0.31.2 |
| 2276 | 2026-09-06T23:58:31.325Z | Compiling rusty-fork v0.3.1 |
| 2277 | 2026-09-06T23:58:31.346Z | Compiling bitvec v1.0.1 |
| 2278 | 2026-09-06T23:58:31.354Z | Compiling darling v0.20.11 |
| 2279 | 2026-09-06T23:58:31.394Z | Compiling ciborium-ll v0.2.2 |
| 2280 | 2026-09-06T23:58:31.452Z | Compiling env_logger v0.11.11 |
| 2281 | 2026-09-06T23:58:31.489Z | Compiling bit-set v0.8.0 |
| 2282 | 2026-09-06T23:58:31.639Z | Compiling hyper-util v0.1.20 |
| 2283 | 2026-09-06T23:58:31.672Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2284 | 2026-09-06T23:58:31.780Z | Compiling rand_xorshift v0.4.0 |
| 2285 | 2026-09-06T23:58:31.800Z | Compiling hubpack v0.1.2 |
| 2286 | 2026-09-06T23:58:31.948Z | Compiling sync_wrapper v1.0.2 |
| 2287 | 2026-09-06T23:58:31.965Z | Compiling blake3 v1.8.5 |
| 2288 | 2026-09-06T23:58:32.102Z | Compiling siphasher v1.0.2 |
| 2289 | 2026-09-06T23:58:32.306Z | Compiling zlib-rs v0.6.2 |
| 2290 | 2026-09-06T23:58:32.358Z | Compiling nodrop v0.1.14 |
| 2291 | 2026-09-06T23:58:32.469Z | Compiling unarray v0.1.4 |
| 2292 | 2026-09-06T23:58:32.469Z | Compiling crc-catalog v2.4.0 |
| 2293 | 2026-09-06T23:58:32.581Z | Compiling crc v3.4.0 |
| 2294 | 2026-09-06T23:58:32.593Z | Compiling proptest v1.11.0 |
| 2295 | 2026-09-06T23:58:32.680Z | Compiling array-init v0.0.4 |
| 2296 | 2026-09-06T23:58:32.802Z | Compiling tower v0.5.3 |
| 2297 | 2026-09-06T23:58:32.835Z | Compiling smallvec v0.6.14 |
| 2298 | 2026-09-06T23:58:32.845Z | Compiling ciborium v0.2.2 |
| 2299 | 2026-09-06T23:58:33.043Z | Compiling derive_builder_core v0.20.2 |
| 2300 | 2026-09-06T23:58:33.060Z | Compiling snafu-derive v0.8.9 |
| 2301 | 2026-09-06T23:58:33.306Z | Compiling http-body-util v0.1.3 |
| 2302 | 2026-09-06T23:58:33.327Z | Compiling serde_with v3.21.0 |
| 2303 | 2026-09-06T23:58:33.380Z | Compiling zerocopy v0.6.6 |
| 2304 | 2026-09-06T23:58:33.754Z | Compiling bitfield v0.19.4 |
| 2305 | 2026-09-06T23:58:33.831Z | Compiling strum v0.26.3 |
| 2306 | 2026-09-06T23:58:34.001Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2307 | 2026-09-06T23:58:34.047Z | Compiling strum_macros v0.27.2 |
| 2308 | 2026-09-06T23:58:34.212Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2309 | 2026-09-06T23:58:34.304Z | Compiling fs-err v3.3.0 |
| 2310 | 2026-09-06T23:58:34.370Z | Compiling flate2 v1.1.9 |
| 2311 | 2026-09-06T23:58:34.549Z | Compiling unicode-properties v0.1.4 |
| 2312 | 2026-09-06T23:58:34.657Z | Compiling unicode-bidi v0.3.18 |
| 2313 | 2026-09-06T23:58:34.667Z | Compiling ryu v1.0.23 |
| 2314 | 2026-09-06T23:58:34.710Z | Compiling static_assertions v1.1.0 |
| 2315 | 2026-09-06T23:58:34.762Z | Compiling base64 v0.21.7 |
| 2316 | 2026-09-06T23:58:34.813Z | Compiling hashbrown v0.12.3 |
| 2317 | 2026-09-06T23:58:34.813Z | Compiling iri-string v0.7.10 |
| 2318 | 2026-09-06T23:58:34.850Z | Compiling serde_urlencoded v0.7.1 |
| 2319 | 2026-09-06T23:58:35.102Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2320 | 2026-09-06T23:58:35.178Z | Compiling ron v0.8.1 |
| 2321 | 2026-09-06T23:58:35.197Z | Compiling stringprep v0.1.5 |
| 2322 | 2026-09-06T23:58:35.342Z | Compiling newtype-uuid v1.3.2 |
| 2323 | 2026-09-06T23:58:35.686Z | Compiling tokio-native-tls v0.3.1 |
| 2324 | 2026-09-06T23:58:35.709Z | Compiling oxnet v0.1.6 |
| 2325 | 2026-09-06T23:58:35.863Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2326 | 2026-09-06T23:58:35.881Z | Compiling derive_builder_macro v0.20.2 |
| 2327 | 2026-09-06T23:58:36.152Z | Compiling tower-http v0.6.8 |
| 2328 | 2026-09-06T23:58:36.207Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2329 | 2026-09-06T23:58:36.207Z | Compiling serde-hex v0.1.0 |
| 2330 | 2026-09-06T23:58:36.207Z | Compiling bzip2 v0.4.4 |
| 2331 | 2026-09-06T23:58:36.240Z | Compiling usdt-macro v0.6.0 |
| 2332 | 2026-09-06T23:58:36.255Z | Compiling usdt-attr-macro v0.6.0 |
| 2333 | 2026-09-06T23:58:36.269Z | Compiling derive-ex v0.1.8 |
| 2334 | 2026-09-06T23:58:36.279Z | Compiling crypto-common v0.2.2 |
| 2335 | 2026-09-06T23:58:36.396Z | Compiling block-buffer v0.12.1 |
| 2336 | 2026-09-06T23:58:36.456Z | Compiling block-padding v0.4.2 |
| 2337 | 2026-09-06T23:58:36.692Z | Compiling crossbeam-epoch v0.9.18 |
| 2338 | 2026-09-06T23:58:36.998Z | Compiling rustls-native-certs v0.8.3 |
| 2339 | 2026-09-06T23:58:37.280Z | Compiling hashbrown v0.13.2 |
| 2340 | 2026-09-06T23:58:37.348Z | Compiling md-5 v0.10.6 |
| 2341 | 2026-09-06T23:58:37.399Z | Compiling convert_case v0.10.0 |
| 2342 | 2026-09-06T23:58:37.400Z | Compiling bstr v1.12.1 |
| 2343 | 2026-09-06T23:58:37.518Z | Compiling serde-big-array v0.5.1 |
| 2344 | 2026-09-06T23:58:37.598Z | Compiling hash32 v0.2.1 |
| 2345 | 2026-09-06T23:58:37.631Z | Compiling vergen-lib v9.1.0 |
| 2346 | 2026-09-06T23:58:37.658Z | Compiling encoding_rs v0.8.35 |
| 2347 | 2026-09-06T23:58:37.777Z | Compiling thread_local v1.1.9 |
| 2348 | 2026-09-06T23:58:37.830Z | Compiling fallible-iterator v0.2.0 |
| 2349 | 2026-09-06T23:58:37.830Z | Compiling toml_write v0.1.2 |
| 2350 | 2026-09-06T23:58:37.892Z | Compiling mime v0.3.17 |
| 2351 | 2026-09-06T23:58:37.892Z | Compiling psl-types v2.0.11 |
| 2352 | 2026-09-06T23:58:37.902Z | Compiling crc-any v2.5.0 |
| 2353 | 2026-09-06T23:58:37.963Z | Compiling cpufeatures v0.3.0 |
| 2354 | 2026-09-06T23:58:38.087Z | Compiling toml_edit v0.22.27 |
| 2355 | 2026-09-06T23:58:38.131Z | Compiling publicsuffix v2.3.0 |
| 2356 | 2026-09-06T23:58:38.159Z | Compiling postgres-protocol v0.6.10 |
| 2357 | 2026-09-06T23:58:38.307Z | Compiling test-strategy v0.4.5 |
| 2358 | 2026-09-06T23:58:38.375Z | Compiling object v0.30.4 |
| 2359 | 2026-09-06T23:58:38.584Z | Compiling derive_more-impl v2.1.1 |
| 2360 | 2026-09-06T23:58:38.841Z | Compiling crossbeam-deque v0.8.6 |
| 2361 | 2026-09-06T23:58:39.152Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2362 | 2026-09-06T23:58:39.221Z | Compiling inout v0.2.2 |
| 2363 | 2026-09-06T23:58:39.253Z | Compiling derive_builder v0.20.2 |
| 2364 | 2026-09-06T23:58:39.386Z | Compiling zip v0.6.6 |
| 2365 | 2026-09-06T23:58:39.472Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2366 | 2026-09-06T23:58:39.473Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2367 | 2026-09-06T23:58:39.535Z | Compiling daft v0.1.8 |
| 2368 | 2026-09-06T23:58:39.649Z | Compiling hyper-tls v0.6.0 |
| 2369 | 2026-09-06T23:58:39.775Z | Compiling phf_shared v0.13.1 |
| 2370 | 2026-09-06T23:58:39.904Z | Compiling pin-project v1.1.11 |
| 2371 | 2026-09-06T23:58:39.975Z | Compiling toml v0.7.8 |
| 2372 | 2026-09-06T23:58:40.031Z | Compiling crossbeam-channel v0.5.15 |
| 2373 | 2026-09-06T23:58:40.106Z | Compiling futures-executor v0.3.32 |
| 2374 | 2026-09-06T23:58:40.312Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2375 | 2026-09-06T23:58:40.332Z | Compiling serde_repr v0.1.20 |
| 2376 | 2026-09-06T23:58:40.332Z | Compiling enum-as-inner v0.6.1 |
| 2377 | 2026-09-06T23:58:40.364Z | Compiling async-recursion v1.1.1 |
| 2378 | 2026-09-06T23:58:40.421Z | Compiling vergen v9.1.0 |
| 2379 | 2026-09-06T23:58:40.511Z | Compiling cargo-platform v0.3.2 |
| 2380 | 2026-09-06T23:58:40.632Z | Compiling is-terminal v0.4.17 |
| 2381 | 2026-09-06T23:58:40.634Z | Compiling memmap2 v0.9.10 |
| 2382 | 2026-09-06T23:58:40.668Z | Compiling libbz2-rs-sys v0.2.2 |
| 2383 | 2026-09-06T23:58:40.668Z | Compiling bitflags v1.3.2 |
| 2384 | 2026-09-06T23:58:40.715Z | Compiling bumpalo v3.20.2 |
| 2385 | 2026-09-06T23:58:40.736Z | Compiling path-slash v0.1.5 |
| 2386 | 2026-09-06T23:58:40.763Z | Compiling jiff-core v0.1.0 |
| 2387 | 2026-09-06T23:58:40.763Z | Compiling take_mut v0.2.2 |
| 2388 | 2026-09-06T23:58:40.808Z | Compiling term v1.2.1 |
| 2389 | 2026-09-06T23:58:40.880Z | Compiling foldhash v0.1.5 |
| 2390 | 2026-09-06T23:58:40.900Z | Compiling managed v0.8.0 |
| 2391 | 2026-09-06T23:58:40.967Z | Compiling same-file v1.0.6 |
| 2392 | 2026-09-06T23:58:41.487Z | Compiling corncobs v0.1.4 |
| 2393 | 2026-09-06T23:58:41.508Z | Compiling walkdir v2.5.0 |
| 2394 | 2026-09-06T23:58:41.508Z | Compiling slog-term v2.9.2 |
| 2395 | 2026-09-06T23:58:41.508Z | Compiling hashbrown v0.15.5 |
| 2396 | 2026-09-06T23:58:41.508Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2397 | 2026-09-06T23:58:41.508Z | Compiling bzip2 v0.6.1 |
| 2398 | 2026-09-06T23:58:41.508Z | Compiling zopfli v0.8.3 |
| 2399 | 2026-09-06T23:58:41.531Z | Compiling jiff v0.2.34 |
| 2400 | 2026-09-06T23:58:41.632Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2401 | 2026-09-06T23:58:41.652Z | Compiling cargo_metadata v0.23.1 |
| 2402 | 2026-09-06T23:58:41.744Z | Compiling futures v0.3.32 |
| 2403 | 2026-09-06T23:58:42.061Z | Compiling phf v0.13.1 |
| 2404 | 2026-09-06T23:58:42.079Z | Compiling snafu v0.8.9 |
| 2405 | 2026-09-06T23:58:42.378Z | Compiling reqwest v0.12.28 |
| 2406 | 2026-09-06T23:58:42.413Z | Compiling toml v0.8.23 |
| 2407 | 2026-09-06T23:58:42.431Z | Compiling cipher v0.5.2 |
| 2408 | 2026-09-06T23:58:42.646Z | Compiling signal-hook-mio v0.2.5 |
| 2409 | 2026-09-06T23:58:42.705Z | Compiling cookie_store v0.22.1 |
| 2410 | 2026-09-06T23:58:42.763Z | Compiling zstd v0.13.3 |
| 2411 | 2026-09-06T23:58:42.786Z | Compiling postgres-types v0.2.12 |
| 2412 | 2026-09-06T23:58:42.808Z | Compiling globset v0.4.18 |
| 2413 | 2026-09-06T23:58:42.955Z | Compiling strum v0.27.2 |
| 2414 | 2026-09-06T23:58:43.042Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2415 | 2026-09-06T23:58:43.205Z | Compiling phf_shared v0.11.3 |
| 2416 | 2026-09-06T23:58:43.250Z | Compiling olpc-cjson v0.1.4 |
| 2417 | 2026-09-06T23:58:43.398Z | Compiling byte-wrapper v0.1.0 |
| 2418 | 2026-09-06T23:58:43.448Z | Compiling secrecy v0.8.0 |
| 2419 | 2026-09-06T23:58:43.491Z | Compiling serde_plain v1.0.2 |
| 2420 | 2026-09-06T23:58:43.603Z | Compiling pem v3.0.6 |
| 2421 | 2026-09-06T23:58:43.627Z | Compiling float-cmp v0.10.0 |
| 2422 | 2026-09-06T23:58:43.806Z | Compiling hashbrown v0.16.1 |
| 2423 | 2026-09-06T23:58:43.833Z | Compiling predicates-core v1.0.10 |
| 2424 | 2026-09-06T23:58:43.834Z | Compiling whoami v2.1.0 |
| 2425 | 2026-09-06T23:58:43.834Z | Compiling fixedbitset v0.5.7 |
| 2426 | 2026-09-06T23:58:43.847Z | Compiling data-encoding v2.10.0 |
| 2427 | 2026-09-06T23:58:43.912Z | Compiling arrayvec v0.7.6 |
| 2428 | 2026-09-06T23:58:43.934Z | Compiling new_debug_unreachable v1.0.6 |
| 2429 | 2026-09-06T23:58:44.038Z | Compiling difflib v0.4.0 |
| 2430 | 2026-09-06T23:58:44.075Z | Compiling constant_time_eq v0.4.2 |
| 2431 | 2026-09-06T23:58:44.084Z | Compiling normalize-line-endings v0.3.0 |
| 2432 | 2026-09-06T23:58:44.123Z | Compiling precomputed-hash v0.1.1 |
| 2433 | 2026-09-06T23:58:44.200Z | Compiling const-oid v0.10.2 |
| 2434 | 2026-09-06T23:58:44.235Z | Compiling typed-path v0.9.3 |
| 2435 | 2026-09-06T23:58:44.254Z | Compiling arrayref v0.3.9 |
| 2436 | 2026-09-06T23:58:44.300Z | Compiling fixedbitset v0.4.2 |
| 2437 | 2026-09-06T23:58:44.318Z | Compiling predicates v3.1.4 |
| 2438 | 2026-09-06T23:58:44.405Z | Compiling digest v0.11.3 |
| 2439 | 2026-09-06T23:58:44.427Z | Compiling iddqd v0.4.2 |
| 2440 | 2026-09-06T23:58:44.518Z | Compiling petgraph v0.6.5 |
| 2441 | 2026-09-06T23:58:44.631Z | Compiling string_cache v0.8.9 |
| 2442 | 2026-09-06T23:58:44.760Z | Compiling hickory-proto v0.25.2 |
| 2443 | 2026-09-06T23:58:44.775Z | Compiling tokio-postgres v0.7.16 |
| 2444 | 2026-09-06T23:58:44.833Z | Compiling petgraph v0.8.3 |
| 2445 | 2026-09-06T23:58:45.020Z | Compiling zip v4.6.1 |
| 2446 | 2026-09-06T23:58:45.344Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2447 | 2026-09-06T23:58:46.033Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2448 | 2026-09-06T23:58:46.049Z | Compiling crossterm v0.28.1 |
| 2449 | 2026-09-06T23:58:46.080Z | Compiling chacha20 v0.10.0 |
| 2450 | 2026-09-06T23:58:46.424Z | Compiling usdt v0.6.0 |
| 2451 | 2026-09-06T23:58:46.603Z | Compiling derive_more v2.1.1 |
| 2452 | 2026-09-06T23:58:46.652Z | Compiling similar v2.7.0 |
| 2453 | 2026-09-06T23:58:46.741Z | Compiling itertools v0.13.0 |
| 2454 | 2026-09-06T23:58:46.756Z | Compiling tokio-stream v0.1.18 |
| 2455 | 2026-09-06T23:58:46.788Z | Compiling buf-list v1.1.2 |
| 2456 | 2026-09-06T23:58:47.228Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2457 | 2026-09-06T23:58:47.252Z | Compiling openapiv3 v2.2.0 |
| 2458 | 2026-09-06T23:58:47.568Z | Compiling lalrpop-util v0.19.12 |
| 2459 | 2026-09-06T23:58:47.730Z | Compiling peg-runtime v0.8.5 |
| 2460 | 2026-09-06T23:59:01.960Z | Compiling macaddr v1.0.1 |
| 2461 | 2026-09-06T23:59:02.164Z | Compiling crucible-workspace-hack v0.1.0 |
| 2462 | 2026-09-06T23:59:02.209Z | Compiling itertools v0.15.0 |
| 2463 | 2026-09-06T23:59:02.230Z | Compiling secrecy v0.10.3 |
| 2464 | 2026-09-06T23:59:02.320Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2465 | 2026-09-06T23:59:02.437Z | Compiling heapless v0.8.0 |
| 2466 | 2026-09-06T23:59:02.508Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2467 | 2026-09-06T23:59:02.535Z | Compiling inout v0.1.4 |
| 2468 | 2026-09-06T23:59:02.612Z | Compiling hash32 v0.3.1 |
| 2469 | 2026-09-06T23:59:02.635Z | Compiling multer v3.1.0 |
| 2470 | 2026-09-06T23:59:02.680Z | Compiling match_cfg v0.1.0 |
| 2471 | 2026-09-06T23:59:02.715Z | Compiling smoltcp v0.11.0 |
| 2472 | 2026-09-06T23:59:02.760Z | Compiling compression-core v0.4.31 |
| 2473 | 2026-09-06T23:59:02.803Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2474 | 2026-09-06T23:59:02.827Z | Compiling hostname v0.3.1 |
| 2475 | 2026-09-06T23:59:02.943Z | Compiling compression-codecs v0.4.37 |
| 2476 | 2026-09-06T23:59:02.967Z | Compiling cipher v0.4.4 |
| 2477 | 2026-09-06T23:59:02.976Z | Compiling atomicwrites v0.4.4 |
| 2478 | 2026-09-06T23:59:03.062Z | Compiling slog-json v2.6.1 |
| 2479 | 2026-09-06T23:59:03.112Z | Compiling proc-macro-crate v3.4.0 |
| 2480 | 2026-09-06T23:59:03.127Z | Compiling serde_tokenstream v0.3.0 |
| 2481 | 2026-09-06T23:59:03.216Z | Compiling newtype-uuid-macros v0.1.0 |
| 2482 | 2026-09-06T23:59:03.220Z | Compiling universal-hash v0.5.1 |
| 2483 | 2026-09-06T23:59:03.220Z | Compiling cobs v0.3.0 |
| 2484 | 2026-09-06T23:59:03.274Z | Compiling async-stream-impl v0.3.6 |
| 2485 | 2026-09-06T23:59:03.325Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2486 | 2026-09-06T23:59:03.486Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2487 | 2026-09-06T23:59:03.486Z | Compiling serde_spanned v1.1.1 |
| 2488 | 2026-09-06T23:59:03.505Z | Compiling dropshot v0.17.1 |
| 2489 | 2026-09-06T23:59:03.505Z | Compiling proc-macro-error-attr v1.0.4 |
| 2490 | 2026-09-06T23:59:03.528Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2491 | 2026-09-06T23:59:03.539Z | Compiling opaque-debug v0.3.1 |
| 2492 | 2026-09-06T23:59:03.562Z | Compiling ingot-macros v0.2.0 |
| 2493 | 2026-09-06T23:59:03.638Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2494 | 2026-09-06T23:59:03.685Z | Compiling convert_case v0.4.0 |
| 2495 | 2026-09-06T23:59:03.856Z | Compiling poly1305 v0.8.0 |
| 2496 | 2026-09-06T23:59:03.897Z | Compiling num_enum_derive v0.7.6 |
| 2497 | 2026-09-06T23:59:03.897Z | Compiling oxide-generation-macros v0.2.0 |
| 2498 | 2026-09-06T23:59:03.897Z | Compiling postcard v1.1.3 |
| 2499 | 2026-09-06T23:59:03.897Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2500 | 2026-09-06T23:59:03.913Z | Compiling async-stream v0.3.6 |
| 2501 | 2026-09-06T23:59:03.961Z | Compiling derive_more v0.99.20 |
| 2502 | 2026-09-06T23:59:04.055Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2503 | 2026-09-06T23:59:04.127Z | Compiling slog-bunyan v2.5.0 |
| 2504 | 2026-09-06T23:59:04.228Z | Compiling chacha20 v0.9.1 |
| 2505 | 2026-09-06T23:59:04.242Z | Compiling async-compression v0.4.41 |
| 2506 | 2026-09-06T23:59:04.435Z | Compiling thiserror-no-std v2.0.2 |
| 2507 | 2026-09-06T23:59:04.492Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2508 | 2026-09-06T23:59:04.509Z | Compiling sha1 v0.11.0 |
| 2509 | 2026-09-06T23:59:04.546Z | Compiling oxide-generation v0.1.3 |
| 2510 | 2026-09-06T23:59:04.659Z | Compiling parse-display-derive v0.10.0 |
| 2511 | 2026-09-06T23:59:04.784Z | Compiling proc-macro-crate v1.3.1 |
| 2512 | 2026-09-06T23:59:04.916Z | Compiling waitgroup v0.1.2 |
| 2513 | 2026-09-06T23:59:05.000Z | Compiling rustls-pemfile v2.2.0 |
| 2514 | 2026-09-06T23:59:05.073Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2515 | 2026-09-06T23:59:05.148Z | Compiling dropshot_endpoint v0.17.1 |
| 2516 | 2026-09-06T23:59:05.196Z | Compiling blake2 v0.10.6 |
| 2517 | 2026-09-06T23:59:05.196Z | Compiling aead v0.5.2 |
| 2518 | 2026-09-06T23:59:05.260Z | Compiling backon v1.6.0 |
| 2519 | 2026-09-06T23:59:05.321Z | Compiling foreign-types-macros v0.2.3 |
| 2520 | 2026-09-06T23:59:05.437Z | Compiling password-hash v0.5.0 |
| 2521 | 2026-09-06T23:59:05.449Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2522 | 2026-09-06T23:59:05.678Z | Compiling serde_path_to_error v0.1.20 |
| 2523 | 2026-09-06T23:59:05.689Z | Compiling hostname v0.4.2 |
| 2524 | 2026-09-06T23:59:05.743Z | Compiling proc-macro-error v1.0.4 |
| 2525 | 2026-09-06T23:59:05.792Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2526 | 2026-09-06T23:59:05.813Z | Compiling instant v0.1.13 |
| 2527 | 2026-09-06T23:59:05.831Z | Compiling foreign-types-shared v0.3.1 |
| 2528 | 2026-09-06T23:59:05.920Z | Compiling debug-ignore v1.0.5 |
| 2529 | 2026-09-06T23:59:05.989Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2530 | 2026-09-06T23:59:06.071Z | Compiling foreign-types v0.5.0 |
| 2531 | 2026-09-06T23:59:06.071Z | Compiling backoff v0.4.0 |
| 2532 | 2026-09-06T23:59:06.071Z | Compiling argon2 v0.5.3 |
| 2533 | 2026-09-06T23:59:06.072Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2534 | 2026-09-06T23:59:06.116Z | Compiling chacha20poly1305 v0.10.1 |
| 2535 | 2026-09-06T23:59:06.158Z | Compiling num_enum_derive v0.5.11 |
| 2536 | 2026-09-06T23:59:06.176Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2537 | 2026-09-06T23:59:06.245Z | Compiling parse-display v0.10.0 |
| 2538 | 2026-09-06T23:59:06.245Z | Compiling num_enum v0.7.6 |
| 2539 | 2026-09-06T23:59:06.262Z | Compiling vsss-rs v3.3.4 |
| 2540 | 2026-09-06T23:59:06.285Z | Compiling ingot-types v0.2.0 |
| 2541 | 2026-09-06T23:59:06.353Z | Compiling regress v0.10.5 |
| 2542 | 2026-09-06T23:59:06.403Z | Compiling itertools v0.14.0 |
| 2543 | 2026-09-06T23:59:06.508Z | Compiling tabwriter v1.4.1 |
| 2544 | 2026-09-06T23:59:06.711Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2545 | 2026-09-06T23:59:06.736Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2546 | 2026-09-06T23:59:06.736Z | Compiling ingot v0.2.1 |
| 2547 | 2026-09-06T23:59:06.736Z | Compiling cstr-argument v0.1.2 |
| 2548 | 2026-09-06T23:59:06.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2549 | 2026-09-06T23:59:06.789Z | Compiling humantime v2.3.0 |
| 2550 | 2026-09-06T23:59:06.886Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2551 | 2026-09-06T23:59:06.936Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2552 | 2026-09-06T23:59:06.993Z | Compiling rustls-webpki v0.103.13 |
| 2553 | 2026-09-06T23:59:07.130Z | Compiling rand v0.10.1 |
| 2554 | 2026-09-06T23:59:07.164Z | Compiling num_enum v0.5.11 |
| 2555 | 2026-09-06T23:59:07.165Z | Compiling rayon v1.11.0 |
| 2556 | 2026-09-06T23:59:07.211Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2557 | 2026-09-06T23:59:07.273Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2558 | 2026-09-06T23:59:07.273Z | Compiling libefi-sys v0.1.0 |
| 2559 | 2026-09-06T23:59:07.290Z | Compiling colored v3.1.1 |
| 2560 | 2026-09-06T23:59:07.291Z | Compiling indent_write v2.2.0 |
| 2561 | 2026-09-06T23:59:07.291Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2562 | 2026-09-06T23:59:07.337Z | Compiling illumos-nvpair v0.3.0 |
| 2563 | 2026-09-06T23:59:07.436Z | Compiling zone_cfg_derive v0.3.1 |
| 2564 | 2026-09-06T23:59:07.713Z | Compiling itertools v0.12.1 |
| 2565 | 2026-09-06T23:59:07.743Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2566 | 2026-09-06T23:59:07.744Z | Compiling camino-tempfile v1.4.1 |
| 2567 | 2026-09-06T23:59:07.766Z | Compiling usdt-macro v0.5.0 |
| 2568 | 2026-09-06T23:59:07.784Z | Compiling usdt-attr-macro v0.5.0 |
| 2569 | 2026-09-06T23:59:07.866Z | Compiling num-derive v0.4.2 |
| 2570 | 2026-09-06T23:59:07.922Z | Compiling bitfield-struct v0.6.2 |
| 2571 | 2026-09-06T23:59:07.948Z | Compiling sigpipe v0.1.3 |
| 2572 | 2026-09-06T23:59:08.007Z | Compiling memmap v0.7.0 |
| 2573 | 2026-09-06T23:59:08.086Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2574 | 2026-09-06T23:59:08.094Z | Compiling glob v0.3.3 |
| 2575 | 2026-09-06T23:59:08.229Z | Compiling swrite v0.1.0 |
| 2576 | 2026-09-06T23:59:08.295Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2577 | 2026-09-06T23:59:08.396Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2578 | 2026-09-06T23:59:08.591Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2579 | 2026-09-06T23:59:08.615Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2580 | 2026-09-06T23:59:08.700Z | Compiling usdt v0.5.0 |
| 2581 | 2026-09-06T23:59:08.717Z | Compiling smf v0.2.3 |
| 2582 | 2026-09-06T23:59:08.746Z | Compiling filetime v0.2.27 |
| 2583 | 2026-09-06T23:59:08.803Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2584 | 2026-09-06T23:59:08.820Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2585 | 2026-09-06T23:59:08.864Z | Compiling whoami v1.6.1 |
| 2586 | 2026-09-06T23:59:08.893Z | Compiling xattr v1.6.1 |
| 2587 | 2026-09-06T23:59:08.908Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2588 | 2026-09-06T23:59:08.962Z | Compiling zone v0.3.1 |
| 2589 | 2026-09-06T23:59:09.067Z | Compiling tar v0.4.46 |
| 2590 | 2026-09-06T23:59:09.095Z | Compiling tokio-dtrace v0.1.1 |
| 2591 | 2026-09-06T23:59:09.207Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2592 | 2026-09-06T23:59:09.239Z | Compiling gethostname v0.5.0 |
| 2593 | 2026-09-06T23:59:09.292Z | Compiling console v0.16.2 |
| 2594 | 2026-09-06T23:59:09.390Z | Compiling topological-sort v0.2.2 |
| 2595 | 2026-09-06T23:59:09.393Z | Compiling unit-prefix v0.5.2 |
| 2596 | 2026-09-06T23:59:09.423Z | Compiling oxide-tokio-rt v0.1.4 |
| 2597 | 2026-09-06T23:59:09.428Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2598 | 2026-09-06T23:59:09.523Z | Compiling shell-words v1.1.1 |
| 2599 | 2026-09-06T23:59:09.762Z | Compiling indicatif v0.18.4 |
| 2600 | 2026-09-06T23:59:10.072Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2601 | 2026-09-06T23:59:10.397Z | Compiling tokio-rustls v0.26.4 |
| 2602 | 2026-09-06T23:59:10.480Z | Compiling rustls-platform-verifier v0.6.2 |
| 2603 | 2026-09-06T23:59:10.581Z | Compiling tough v0.22.0 |
| 2604 | 2026-09-06T23:59:10.675Z | Compiling hyper-rustls v0.27.7 |
| 2605 | 2026-09-06T23:59:11.005Z | Compiling reqwest v0.13.2 |
| 2606 | 2026-09-06T23:59:11.480Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2607 | 2026-09-06T23:59:13.347Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2608 | 2026-09-06T23:59:13.574Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2609 | 2026-09-06T23:59:19.473Z | Compiling progenitor-client v0.14.0 |
| 2610 | 2026-09-06T23:59:19.473Z | Compiling omicron-zone-package v0.12.3 |
| 2611 | 2026-09-06T23:59:19.724Z | Compiling progenitor-extras v0.2.0 |
| 2612 | 2026-09-06T23:59:20.017Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2613 | 2026-09-06T23:59:20.070Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2614 | 2026-09-06T23:59:20.158Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2615 | 2026-09-06T23:59:20.194Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2616 | 2026-09-06T23:59:20.286Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2617 | 2026-09-06T23:59:20.300Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2618 | 2026-09-06T23:59:20.320Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2619 | 2026-09-06T23:59:20.501Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2620 | 2026-09-06T23:59:20.837Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2621 | 2026-09-06T23:59:24.005Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2622 | 2026-09-06T23:59:33.732Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2623 | 2026-09-06T23:59:36.863Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2624 | 2026-09-06T23:59:37.872Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2625 | 2026-09-06T23:59:49.588Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2626 | 2026-09-06T23:59:49.594Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2627 | 2026-09-06T23:59:49.594Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2628 | 2026-09-06T23:59:49.735Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2629 | 2026-09-06T23:59:49.799Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2630 | 2026-09-06T23:59:49.802Z | Created new build target 'test' and set it as active |
| 2631 | 2026-09-06T23:59:49.802Z | |
| 2632 | 2026-09-06T23:59:49.802Z | real 1:40.356707400 |
| 2633 | 2026-09-06T23:59:49.802Z | user 15:06.013768858 |
| 2634 | 2026-09-06T23:59:49.802Z | sys 3:03.384611346 |
| 2635 | 2026-09-06T23:59:49.802Z | trap 0.441257553 |
| 2636 | 2026-09-06T23:59:49.802Z | tflt 0.557162137 |
| 2637 | 2026-09-06T23:59:49.802Z | dflt 3.809264434 |
| 2638 | 2026-09-06T23:59:49.802Z | kflt 0.000938019 |
| 2639 | 2026-09-06T23:59:49.802Z | lock 42:30.929654603 |
| 2640 | 2026-09-06T23:59:49.802Z | slp 35:41.422832034 |
| 2641 | 2026-09-06T23:59:49.802Z | lat 45.872366569 |
| 2642 | 2026-09-06T23:59:49.802Z | stop 6:51.938444298 |
| 2643 | 2026-09-06T23:59:49.806Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2644 | 2026-09-06T23:59:50.744Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2645 | 2026-09-06T23:59:50.748Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2646 | 2026-09-06T23:59:50.749Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2647 | 2026-09-06T23:59:50.821Z | Running `target/release/omicron-package -t test package` |
| 2648 | 2026-09-06T23:59:50.878Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2649 | 2026-09-06T23:59:52.418Z | Compiling cfg-if v1.0.4 |
| 2650 | 2026-09-06T23:59:52.641Z | Compiling serde_core v1.0.228 |
| 2651 | 2026-09-06T23:59:52.641Z | Compiling libc v0.2.185 |
| 2652 | 2026-09-06T23:59:52.648Z | Compiling memchr v2.8.0 |
| 2653 | 2026-09-06T23:59:52.705Z | Compiling smallvec v1.15.1 |
| 2654 | 2026-09-06T23:59:52.742Z | Compiling stable_deref_trait v1.2.1 |
| 2655 | 2026-09-06T23:59:52.770Z | Compiling scopeguard v1.2.0 |
| 2656 | 2026-09-06T23:59:52.793Z | Compiling zerofrom v0.1.6 |
| 2657 | 2026-09-06T23:59:52.819Z | Compiling libm v0.2.16 |
| 2658 | 2026-09-06T23:59:52.841Z | Compiling rand_core v0.10.0 |
| 2659 | 2026-09-06T23:59:52.868Z | Compiling percent-encoding v2.3.2 |
| 2660 | 2026-09-06T23:59:52.892Z | Compiling writeable v0.6.2 |
| 2661 | 2026-09-06T23:59:52.895Z | Compiling litemap v0.8.1 |
| 2662 | 2026-09-06T23:59:52.941Z | Compiling lock_api v0.4.14 |
| 2663 | 2026-09-06T23:59:52.941Z | Compiling yoke v0.8.1 |
| 2664 | 2026-09-06T23:59:52.989Z | Compiling icu_normalizer_data v2.1.1 |
| 2665 | 2026-09-06T23:59:52.993Z | Compiling icu_properties_data v2.1.2 |
| 2666 | 2026-09-06T23:59:53.032Z | Compiling utf8_iter v1.0.4 |
| 2667 | 2026-09-06T23:59:53.056Z | Compiling form_urlencoded v1.2.2 |
| 2668 | 2026-09-06T23:59:53.084Z | Compiling zerocopy v0.8.55 |
| 2669 | 2026-09-06T23:59:53.111Z | Compiling errno v0.3.14 |
| 2670 | 2026-09-06T23:59:53.111Z | Compiling getrandom v0.4.3 |
| 2671 | 2026-09-06T23:59:53.115Z | Compiling parking_lot_core v0.9.12 |
| 2672 | 2026-09-06T23:59:53.220Z | Compiling zerovec v0.11.5 |
| 2673 | 2026-09-06T23:59:53.228Z | Compiling zerotrie v0.2.3 |
| 2674 | 2026-09-06T23:59:53.228Z | Compiling iana-time-zone v0.1.65 |
| 2675 | 2026-09-06T23:59:53.261Z | Compiling signal-hook-registry v1.4.8 |
| 2676 | 2026-09-06T23:59:53.288Z | Compiling mio v1.2.0 |
| 2677 | 2026-09-06T23:59:53.319Z | Compiling socket2 v0.6.3 |
| 2678 | 2026-09-06T23:59:53.354Z | Compiling parking_lot v0.12.5 |
| 2679 | 2026-09-06T23:59:53.359Z | Compiling thiserror v2.0.18 |
| 2680 | 2026-09-06T23:59:53.409Z | Compiling getrandom v0.2.17 |
| 2681 | 2026-09-06T23:59:53.471Z | Compiling futures-util v0.3.32 |
| 2682 | 2026-09-06T23:59:53.476Z | Compiling getrandom v0.3.4 |
| 2683 | 2026-09-06T23:59:53.530Z | Compiling base64 v0.22.1 |
| 2684 | 2026-09-06T23:59:53.558Z | Compiling time v0.3.47 |
| 2685 | 2026-09-06T23:59:53.583Z | Compiling rand_core v0.6.4 |
| 2686 | 2026-09-06T23:59:53.643Z | Compiling num-traits v0.2.19 |
| 2687 | 2026-09-06T23:59:53.679Z | Compiling aho-corasick v1.1.4 |
| 2688 | 2026-09-06T23:59:53.689Z | Compiling rand_core v0.9.5 |
| 2689 | 2026-09-06T23:59:53.780Z | Compiling tinystr v0.8.2 |
| 2690 | 2026-09-06T23:59:53.813Z | Compiling potential_utf v0.1.4 |
| 2691 | 2026-09-06T23:59:53.852Z | Compiling spin v0.9.8 |
| 2692 | 2026-09-06T23:59:53.852Z | Compiling socket2 v0.5.10 |
| 2693 | 2026-09-06T23:59:53.889Z | Compiling pest v2.8.6 |
| 2694 | 2026-09-06T23:59:53.889Z | Compiling encoding_rs v0.8.35 |
| 2695 | 2026-09-06T23:59:53.976Z | Compiling simd-adler32 v0.3.8 |
| 2696 | 2026-09-06T23:59:54.000Z | Compiling icu_locale_core v2.1.1 |
| 2697 | 2026-09-06T23:59:54.024Z | Compiling icu_collections v2.1.1 |
| 2698 | 2026-09-06T23:59:54.046Z | Compiling adler2 v2.0.1 |
| 2699 | 2026-09-06T23:59:54.074Z | Compiling crc32fast v1.5.0 |
| 2700 | 2026-09-06T23:59:54.120Z | Compiling wait-timeout v0.2.1 |
| 2701 | 2026-09-06T23:59:54.262Z | Compiling miniz_oxide v0.8.9 |
| 2702 | 2026-09-06T23:59:54.389Z | Compiling thread_local v1.1.9 |
| 2703 | 2026-09-06T23:59:54.434Z | Compiling zlib-rs v0.6.2 |
| 2704 | 2026-09-06T23:59:54.488Z | Compiling serde v1.0.228 |
| 2705 | 2026-09-06T23:59:54.512Z | Compiling serde_json v1.0.151 |
| 2706 | 2026-09-06T23:59:54.565Z | Compiling bitflags v2.11.0 |
| 2707 | 2026-09-06T23:59:54.613Z | Compiling uuid v1.23.4 |
| 2708 | 2026-09-06T23:59:54.683Z | Compiling semver v1.0.28 |
| 2709 | 2026-09-06T23:59:54.711Z | Compiling indexmap v2.14.0 |
| 2710 | 2026-09-06T23:59:54.804Z | Compiling icu_provider v2.1.1 |
| 2711 | 2026-09-06T23:59:55.042Z | Compiling bytes v1.11.1 |
| 2712 | 2026-09-06T23:59:55.133Z | Compiling zeroize v1.9.0 |
| 2713 | 2026-09-06T23:59:55.137Z | Compiling icu_properties v2.1.2 |
| 2714 | 2026-09-06T23:59:55.239Z | Compiling icu_normalizer v2.1.1 |
| 2715 | 2026-09-06T23:59:55.263Z | Compiling chrono v0.4.45 |
| 2716 | 2026-09-06T23:59:55.396Z | Compiling generic-array v0.14.7 |
| 2717 | 2026-09-06T23:59:55.422Z | Compiling rustix v1.1.4 |
| 2718 | 2026-09-06T23:59:55.578Z | Compiling erased-serde v0.3.31 |
| 2719 | 2026-09-06T23:59:55.687Z | Compiling tokio v1.52.1 |
| 2720 | 2026-09-06T23:59:55.768Z | Compiling http v1.4.2 |
| 2721 | 2026-09-06T23:59:55.932Z | Compiling crypto-common v0.1.7 |
| 2722 | 2026-09-06T23:59:55.989Z | Compiling block-buffer v0.10.4 |
| 2723 | 2026-09-06T23:59:56.114Z | Compiling idna_adapter v1.2.1 |
| 2724 | 2026-09-06T23:59:56.136Z | Compiling slog v2.8.2 |
| 2725 | 2026-09-06T23:59:56.161Z | Compiling digest v0.10.7 |
| 2726 | 2026-09-06T23:59:56.188Z | Compiling rustls-pki-types v1.14.0 |
| 2727 | 2026-09-06T23:59:56.207Z | Compiling ipnet v2.12.0 |
| 2728 | 2026-09-06T23:59:56.234Z | Compiling ppv-lite86 v0.2.21 |
| 2729 | 2026-09-06T23:59:56.312Z | Compiling idna v1.1.0 |
| 2730 | 2026-09-06T23:59:56.343Z | Compiling aws-lc-rs v1.16.3 |
| 2731 | 2026-09-06T23:59:56.376Z | Compiling regex-automata v0.4.14 |
| 2732 | 2026-09-06T23:59:56.446Z | Compiling der v0.7.10 |
| 2733 | 2026-09-06T23:59:56.471Z | Compiling serde_urlencoded v0.7.1 |
| 2734 | 2026-09-06T23:59:56.471Z | Compiling sha2 v0.10.9 |
| 2735 | 2026-09-06T23:59:56.620Z | Compiling rand_chacha v0.9.0 |
| 2736 | 2026-09-06T23:59:56.651Z | Compiling terminal_size v0.4.3 |
| 2737 | 2026-09-06T23:59:56.752Z | Compiling url v2.5.8 |
| 2738 | 2026-09-06T23:59:56.779Z | Compiling http-body v1.0.1 |
| 2739 | 2026-09-06T23:59:56.822Z | Compiling clap_builder v4.6.0 |
| 2740 | 2026-09-06T23:59:56.844Z | Compiling tempfile v3.27.0 |
| 2741 | 2026-09-06T23:59:56.960Z | Compiling rand v0.9.2 |
| 2742 | 2026-09-06T23:59:56.984Z | Compiling http-body-util v0.1.3 |
| 2743 | 2026-09-06T23:59:57.080Z | Compiling rand_chacha v0.3.1 |
| 2744 | 2026-09-06T23:59:57.107Z | Compiling futures-executor v0.3.32 |
| 2745 | 2026-09-06T23:59:57.194Z | Compiling hex v0.4.3 |
| 2746 | 2026-09-06T23:59:57.229Z | Compiling rustls-native-certs v0.8.3 |
| 2747 | 2026-09-06T23:59:57.295Z | Compiling futures v0.3.32 |
| 2748 | 2026-09-06T23:59:57.425Z | Compiling schemars v0.8.22 |
| 2749 | 2026-09-06T23:59:57.461Z | Compiling rustls-webpki v0.103.13 |
| 2750 | 2026-09-06T23:59:57.482Z | Compiling spki v0.7.3 |
| 2751 | 2026-09-06T23:59:57.526Z | Compiling rand v0.8.6 |
| 2752 | 2026-09-06T23:59:57.618Z | Compiling hybrid-array v0.4.13 |
| 2753 | 2026-09-06T23:59:57.704Z | Compiling pkcs8 v0.10.2 |
| 2754 | 2026-09-06T23:59:57.727Z | Compiling hubpack v0.1.2 |
| 2755 | 2026-09-06T23:59:57.771Z | Compiling publicsuffix v2.3.0 |
| 2756 | 2026-09-06T23:59:57.987Z | Compiling openapiv3 v2.2.0 |
| 2757 | 2026-09-06T23:59:58.018Z | Compiling rustls v0.23.41 |
| 2758 | 2026-09-06T23:59:58.096Z | Compiling cookie v0.18.1 |
| 2759 | 2026-09-06T23:59:58.156Z | Compiling signature v2.2.0 |
| 2760 | 2026-09-06T23:59:58.236Z | Compiling rusty-fork v0.3.1 |
| 2761 | 2026-09-06T23:59:58.296Z | Compiling flate2 v1.1.9 |
| 2762 | 2026-09-06T23:59:58.366Z | Compiling hmac v0.12.1 |
| 2763 | 2026-09-06T23:59:58.397Z | Compiling rand_xorshift v0.4.0 |
| 2764 | 2026-09-06T23:59:58.465Z | Compiling ipnetwork v0.21.1 |
| 2765 | 2026-09-06T23:59:58.589Z | Compiling cookie_store v0.22.1 |
| 2766 | 2026-09-06T23:59:58.614Z | Compiling is-terminal v0.4.17 |
| 2767 | 2026-09-06T23:59:58.639Z | Compiling data-encoding v2.10.0 |
| 2768 | 2026-09-06T23:59:58.716Z | Compiling slog-term v2.9.2 |
| 2769 | 2026-09-06T23:59:58.748Z | Compiling proptest v1.11.0 |
| 2770 | 2026-09-06T23:59:58.823Z | Compiling clap v4.6.1 |
| 2771 | 2026-09-06T23:59:58.846Z | Compiling oxnet v0.1.6 |
| 2772 | 2026-09-06T23:59:58.905Z | Compiling slog-async v2.8.0 |
| 2773 | 2026-09-06T23:59:58.943Z | Compiling block-buffer v0.12.1 |
| 2774 | 2026-09-06T23:59:59.042Z | Compiling crypto-common v0.2.2 |
| 2775 | 2026-09-06T23:59:59.187Z | Compiling lazy_static v1.5.0 |
| 2776 | 2026-09-06T23:59:59.239Z | Compiling regex v1.12.3 |
| 2777 | 2026-09-06T23:59:59.314Z | Compiling memmap2 v0.9.10 |
| 2778 | 2026-09-06T23:59:59.337Z | Compiling camino v1.2.5 |
| 2779 | 2026-09-06T23:59:59.530Z | Compiling dof v0.4.0 |
| 2780 | 2026-09-06T23:59:59.602Z | Compiling dtrace-parser v0.3.0 |
| 2781 | 2026-09-06T23:59:59.625Z | Compiling thread-id v5.1.0 |
| 2782 | 2026-09-06T23:59:59.657Z | Compiling half v2.7.1 |
| 2783 | 2026-09-06T23:59:59.745Z | Compiling num-integer v0.1.46 |
| 2784 | 2026-09-06T23:59:59.787Z | Compiling ff v0.13.1 |
| 2785 | 2026-09-06T23:59:59.817Z | Compiling sec1 v0.7.3 |
| 2786 | 2026-09-06T23:59:59.840Z | Compiling rustix v0.38.44 |
| 2787 | 2026-09-06T23:59:59.994Z | Compiling ciborium-ll v0.2.2 |
| 2788 | 2026-09-07T00:00:00.018Z | Compiling group v0.13.0 |
| 2789 | 2026-09-07T00:00:00.039Z | Compiling tokio-util v0.7.18 |
| 2790 | 2026-09-07T00:00:00.094Z | Compiling tower v0.5.3 |
| 2791 | 2026-09-07T00:00:00.154Z | Compiling hkdf v0.12.4 |
| 2792 | 2026-09-07T00:00:00.176Z | Compiling x509-cert v0.2.5 |
| 2793 | 2026-09-07T00:00:00.238Z | Compiling crypto-bigint v0.5.5 |
| 2794 | 2026-09-07T00:00:00.261Z | Compiling toml_datetime v0.6.11 |
| 2795 | 2026-09-07T00:00:00.363Z | Compiling usdt-impl v0.6.0 |
| 2796 | 2026-09-07T00:00:00.399Z | Compiling serde_spanned v0.6.9 |
| 2797 | 2026-09-07T00:00:00.612Z | Compiling tower-http v0.6.8 |
| 2798 | 2026-09-07T00:00:00.636Z | Compiling dof v0.3.0 |
| 2799 | 2026-09-07T00:00:00.692Z | Compiling ciborium v0.2.2 |
| 2800 | 2026-09-07T00:00:01.049Z | Compiling h2 v0.4.15 |
| 2801 | 2026-09-07T00:00:01.187Z | Compiling newtype-uuid v1.3.2 |
| 2802 | 2026-09-07T00:00:01.232Z | Compiling usdt v0.6.0 |
| 2803 | 2026-09-07T00:00:01.345Z | Compiling elliptic-curve v0.13.8 |
| 2804 | 2026-09-07T00:00:01.394Z | Compiling num-iter v0.1.45 |
| 2805 | 2026-09-07T00:00:01.433Z | Compiling bstr v1.12.1 |
| 2806 | 2026-09-07T00:00:01.546Z | Compiling tokio-rustls v0.26.4 |
| 2807 | 2026-09-07T00:00:01.571Z | Compiling rustls-platform-verifier v0.6.2 |
| 2808 | 2026-09-07T00:00:01.753Z | Compiling daft v0.1.8 |
| 2809 | 2026-09-07T00:00:01.784Z | Compiling dtrace-parser v0.2.0 |
| 2810 | 2026-09-07T00:00:01.809Z | Compiling thread-id v4.2.2 |
| 2811 | 2026-09-07T00:00:01.879Z | Compiling digest v0.11.3 |
| 2812 | 2026-09-07T00:00:01.899Z | Compiling signal-hook v0.3.18 |
| 2813 | 2026-09-07T00:00:01.925Z | Compiling nix v0.31.2 |
| 2814 | 2026-09-07T00:00:01.950Z | Compiling serde_with v3.21.0 |
| 2815 | 2026-09-07T00:00:01.978Z | Compiling foreign-types-shared v0.1.1 |
| 2816 | 2026-09-07T00:00:02.002Z | Compiling ahash v0.8.12 |
| 2817 | 2026-09-07T00:00:02.024Z | Compiling num-bigint-dig v0.8.6 |
| 2818 | 2026-09-07T00:00:02.090Z | Compiling foreign-types v0.3.2 |
| 2819 | 2026-09-07T00:00:02.119Z | Compiling packed_struct v0.10.1 |
| 2820 | 2026-09-07T00:00:02.209Z | Compiling usdt-impl v0.5.0 |
| 2821 | 2026-09-07T00:00:02.213Z | Compiling openssl-sys v0.9.117 |
| 2822 | 2026-09-07T00:00:02.303Z | Compiling rfc6979 v0.4.0 |
| 2823 | 2026-09-07T00:00:02.326Z | Compiling pkcs1 v0.7.5 |
| 2824 | 2026-09-07T00:00:02.397Z | Compiling toml_edit v0.19.15 |
| 2825 | 2026-09-07T00:00:02.491Z | Compiling ecdsa v0.16.9 |
| 2826 | 2026-09-07T00:00:02.736Z | Compiling openssl v0.10.80 |
| 2827 | 2026-09-07T00:00:02.821Z | Compiling curve25519-dalek v4.1.3 |
| 2828 | 2026-09-07T00:00:03.069Z | Compiling rsa v0.9.10 |
| 2829 | 2026-09-07T00:00:03.184Z | Compiling hashbrown v0.13.2 |
| 2830 | 2026-09-07T00:00:03.224Z | Compiling serde-hex v0.1.0 |
| 2831 | 2026-09-07T00:00:03.407Z | Compiling bzip2 v0.4.4 |
| 2832 | 2026-09-07T00:00:03.654Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2833 | 2026-09-07T00:00:03.685Z | Compiling signal-hook-mio v0.2.5 |
| 2834 | 2026-09-07T00:00:03.711Z | Compiling globset v0.4.18 |
| 2835 | 2026-09-07T00:00:03.732Z | Compiling ron v0.8.1 |
| 2836 | 2026-09-07T00:00:03.816Z | Compiling primeorder v0.13.6 |
| 2837 | 2026-09-07T00:00:03.840Z | Compiling block-padding v0.4.2 |
| 2838 | 2026-09-07T00:00:03.866Z | Compiling sha3 v0.10.8 |
| 2839 | 2026-09-07T00:00:04.006Z | Compiling inout v0.2.2 |
| 2840 | 2026-09-07T00:00:04.043Z | Compiling toml v0.7.8 |
| 2841 | 2026-09-07T00:00:04.084Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2842 | 2026-09-07T00:00:04.138Z | Compiling salty v0.3.0 |
| 2843 | 2026-09-07T00:00:04.252Z | Compiling object v0.30.4 |
| 2844 | 2026-09-07T00:00:04.263Z | Compiling zip v0.6.6 |
| 2845 | 2026-09-07T00:00:04.365Z | Compiling ed25519 v2.2.3 |
| 2846 | 2026-09-07T00:00:04.388Z | Compiling jiff v0.2.34 |
| 2847 | 2026-09-07T00:00:04.445Z | Compiling cipher v0.5.2 |
| 2848 | 2026-09-07T00:00:04.721Z | Compiling hyper v1.10.1 |
| 2849 | 2026-09-07T00:00:04.786Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2850 | 2026-09-07T00:00:04.912Z | Compiling ed25519-dalek v2.2.0 |
| 2851 | 2026-09-07T00:00:05.089Z | Compiling crossterm v0.28.1 |
| 2852 | 2026-09-07T00:00:05.089Z | Compiling serde-big-array v0.5.1 |
| 2853 | 2026-09-07T00:00:05.151Z | Compiling pem v3.0.6 |
| 2854 | 2026-09-07T00:00:05.171Z | Compiling petgraph v0.8.3 |
| 2855 | 2026-09-07T00:00:05.226Z | Compiling object v0.37.3 |
| 2856 | 2026-09-07T00:00:05.302Z | Compiling native-tls v0.2.18 |
| 2857 | 2026-09-07T00:00:05.352Z | Compiling heapless v0.7.17 |
| 2858 | 2026-09-07T00:00:05.384Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2859 | 2026-09-07T00:00:05.645Z | Compiling tokio-native-tls v0.3.1 |
| 2860 | 2026-09-07T00:00:05.670Z | Compiling chacha20 v0.10.0 |
| 2861 | 2026-09-07T00:00:05.732Z | Compiling p384 v0.13.1 |
| 2862 | 2026-09-07T00:00:05.871Z | Compiling byte-wrapper v0.1.0 |
| 2863 | 2026-09-07T00:00:05.936Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2864 | 2026-09-07T00:00:06.081Z | Compiling md-5 v0.10.6 |
| 2865 | 2026-09-07T00:00:06.107Z | Compiling serde_plain v1.0.2 |
| 2866 | 2026-09-07T00:00:06.260Z | Compiling hyper-util v0.1.20 |
| 2867 | 2026-09-07T00:00:06.379Z | Compiling postgres-protocol v0.6.10 |
| 2868 | 2026-09-07T00:00:06.471Z | Compiling toml_edit v0.22.27 |
| 2869 | 2026-09-07T00:00:06.517Z | Compiling zopfli v0.8.3 |
| 2870 | 2026-09-07T00:00:06.827Z | Compiling smoltcp v0.9.1 |
| 2871 | 2026-09-07T00:00:07.050Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2872 | 2026-09-07T00:00:07.113Z | Compiling tokio-stream v0.1.18 |
| 2873 | 2026-09-07T00:00:07.308Z | Compiling hickory-proto v0.25.2 |
| 2874 | 2026-09-07T00:00:07.417Z | Compiling float-cmp v0.10.0 |
| 2875 | 2026-09-07T00:00:07.565Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2876 | 2026-09-07T00:00:07.599Z | Compiling predicates v3.1.4 |
| 2877 | 2026-09-07T00:00:07.624Z | Compiling textwrap v0.16.2 |
| 2878 | 2026-09-07T00:00:07.676Z | Compiling blake3 v1.8.5 |
| 2879 | 2026-09-07T00:00:07.700Z | Compiling string_cache v0.8.9 |
| 2880 | 2026-09-07T00:00:07.726Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2881 | 2026-09-07T00:00:07.811Z | Compiling petgraph v0.6.5 |
| 2882 | 2026-09-07T00:00:07.891Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2883 | 2026-09-07T00:00:07.916Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2884 | 2026-09-07T00:00:07.996Z | Compiling hyper-rustls v0.27.7 |
| 2885 | 2026-09-07T00:00:08.166Z | Compiling hyper-tls v0.6.0 |
| 2886 | 2026-09-07T00:00:08.205Z | Compiling backtrace v0.3.76 |
| 2887 | 2026-09-07T00:00:08.371Z | Compiling reqwest v0.13.2 |
| 2888 | 2026-09-07T00:00:08.457Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2889 | 2026-09-07T00:00:08.559Z | Compiling reqwest v0.12.28 |
| 2890 | 2026-09-07T00:00:08.590Z | Compiling toml v0.8.23 |
| 2891 | 2026-09-07T00:00:08.659Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2892 | 2026-09-07T00:00:08.781Z | Compiling backtrace-ext v0.2.1 |
| 2893 | 2026-09-07T00:00:08.920Z | Compiling zip v4.6.1 |
| 2894 | 2026-09-07T00:00:09.051Z | Compiling postgres-types v0.2.12 |
| 2895 | 2026-09-07T00:00:09.381Z | Compiling iddqd v0.4.2 |
| 2896 | 2026-09-07T00:00:09.575Z | Compiling similar v2.7.0 |
| 2897 | 2026-09-07T00:00:09.706Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2898 | 2026-09-07T00:00:09.946Z | Compiling olpc-cjson v0.1.4 |
| 2899 | 2026-09-07T00:00:10.108Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2900 | 2026-09-07T00:00:10.184Z | Compiling secrecy v0.8.0 |
| 2901 | 2026-09-07T00:00:10.266Z | Compiling miette v7.6.0 |
| 2902 | 2026-09-07T00:00:10.375Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2903 | 2026-09-07T00:00:10.430Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2904 | 2026-09-07T00:00:10.453Z | Compiling tokio-postgres v0.7.16 |
| 2905 | 2026-09-07T00:00:10.519Z | Compiling fs-err v3.3.0 |
| 2906 | 2026-09-07T00:00:11.000Z | Compiling tough v0.22.0 |
| 2907 | 2026-09-07T00:00:11.025Z | Compiling buf-list v1.1.2 |
| 2908 | 2026-09-07T00:00:11.133Z | Compiling hostname v0.3.1 |
| 2909 | 2026-09-07T00:00:11.158Z | Compiling slog-json v2.6.1 |
| 2910 | 2026-09-07T00:00:11.198Z | Compiling compression-codecs v0.4.37 |
| 2911 | 2026-09-07T00:00:11.327Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2912 | 2026-09-07T00:00:11.393Z | Compiling slog-bunyan v2.5.0 |
| 2913 | 2026-09-07T00:00:11.444Z | Compiling serde_spanned v1.1.1 |
| 2914 | 2026-09-07T00:00:11.506Z | Compiling async-compression v0.4.41 |
| 2915 | 2026-09-07T00:00:11.605Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2916 | 2026-09-07T00:00:11.635Z | Compiling multer v3.1.0 |
| 2917 | 2026-09-07T00:00:11.657Z | Compiling sha1 v0.11.0 |
| 2918 | 2026-09-07T00:00:11.657Z | Compiling rustls-pemfile v2.2.0 |
| 2919 | 2026-09-07T00:00:11.711Z | Compiling serde_path_to_error v0.1.20 |
| 2920 | 2026-09-07T00:00:11.922Z | Compiling hostname v0.4.2 |
| 2921 | 2026-09-07T00:00:11.955Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2922 | 2026-09-07T00:00:11.958Z | Compiling progenitor-client v0.14.0 |
| 2923 | 2026-09-07T00:00:12.031Z | Compiling atomicwrites v0.4.4 |
| 2924 | 2026-09-07T00:00:12.120Z | Compiling macaddr v1.0.1 |
| 2925 | 2026-09-07T00:00:12.161Z | Compiling instant v0.1.13 |
| 2926 | 2026-09-07T00:00:12.303Z | Compiling oxide-generation v0.1.3 |
| 2927 | 2026-09-07T00:00:12.329Z | Compiling regress v0.10.5 |
| 2928 | 2026-09-07T00:00:12.380Z | Compiling backoff v0.4.0 |
| 2929 | 2026-09-07T00:00:12.407Z | Compiling progenitor-extras v0.2.0 |
| 2930 | 2026-09-07T00:00:12.430Z | Compiling parse-display v0.10.0 |
| 2931 | 2026-09-07T00:00:12.455Z | Compiling heck v0.5.0 |
| 2932 | 2026-09-07T00:00:12.478Z | Compiling regress v0.11.1 |
| 2933 | 2026-09-07T00:00:12.635Z | Compiling dropshot v0.17.1 |
| 2934 | 2026-09-07T00:00:12.701Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2935 | 2026-09-07T00:00:12.898Z | Compiling inout v0.1.4 |
| 2936 | 2026-09-07T00:00:12.949Z | Compiling secrecy v0.10.3 |
| 2937 | 2026-09-07T00:00:12.953Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2938 | 2026-09-07T00:00:13.091Z | Compiling cipher v0.4.4 |
| 2939 | 2026-09-07T00:00:13.120Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2940 | 2026-09-07T00:00:13.168Z | Compiling universal-hash v0.5.1 |
| 2941 | 2026-09-07T00:00:13.196Z | Compiling unsafe-libyaml v0.2.11 |
| 2942 | 2026-09-07T00:00:13.232Z | Compiling blake2 v0.10.6 |
| 2943 | 2026-09-07T00:00:13.357Z | Compiling chacha20 v0.9.1 |
| 2944 | 2026-09-07T00:00:13.381Z | Compiling poly1305 v0.8.0 |
| 2945 | 2026-09-07T00:00:13.613Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2946 | 2026-09-07T00:00:13.643Z | Compiling aead v0.5.2 |
| 2947 | 2026-09-07T00:00:13.671Z | Compiling password-hash v0.5.0 |
| 2948 | 2026-09-07T00:00:13.826Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2949 | 2026-09-07T00:00:13.867Z | Compiling serde_yaml v0.9.34+deprecated |
| 2950 | 2026-09-07T00:00:13.908Z | Compiling chacha20poly1305 v0.10.1 |
| 2951 | 2026-09-07T00:00:13.912Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2952 | 2026-09-07T00:00:13.963Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2953 | 2026-09-07T00:00:14.102Z | Compiling typify-impl v0.6.2 |
| 2954 | 2026-09-07T00:00:14.239Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2955 | 2026-09-07T00:00:14.252Z | Compiling argon2 v0.5.3 |
| 2956 | 2026-09-07T00:00:14.267Z | Compiling vsss-rs v3.3.4 |
| 2957 | 2026-09-07T00:00:14.292Z | Compiling camino-tempfile v1.4.1 |
| 2958 | 2026-09-07T00:00:14.323Z | Compiling heapless v0.8.0 |
| 2959 | 2026-09-07T00:00:14.595Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2960 | 2026-09-07T00:00:14.658Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2961 | 2026-09-07T00:00:14.683Z | Compiling ingot-types v0.2.0 |
| 2962 | 2026-09-07T00:00:14.862Z | Compiling cobs v0.3.0 |
| 2963 | 2026-09-07T00:00:14.885Z | Compiling smoltcp v0.11.0 |
| 2964 | 2026-09-07T00:00:15.009Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2965 | 2026-09-07T00:00:15.107Z | Compiling postcard v1.1.3 |
| 2966 | 2026-09-07T00:00:15.165Z | Compiling ingot v0.2.1 |
| 2967 | 2026-09-07T00:00:15.193Z | Compiling cstr-argument v0.1.2 |
| 2968 | 2026-09-07T00:00:15.352Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2969 | 2026-09-07T00:00:15.388Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2970 | 2026-09-07T00:00:15.392Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2971 | 2026-09-07T00:00:15.509Z | Compiling rand v0.10.1 |
| 2972 | 2026-09-07T00:00:15.534Z | Compiling sigpipe v0.1.3 |
| 2973 | 2026-09-07T00:00:15.653Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2974 | 2026-09-07T00:00:15.678Z | Compiling memmap v0.7.0 |
| 2975 | 2026-09-07T00:00:15.728Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2976 | 2026-09-07T00:00:15.748Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2977 | 2026-09-07T00:00:15.909Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2978 | 2026-09-07T00:00:16.047Z | Compiling usdt v0.5.0 |
| 2979 | 2026-09-07T00:00:16.112Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2980 | 2026-09-07T00:00:16.179Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2981 | 2026-09-07T00:00:16.254Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2982 | 2026-09-07T00:00:16.280Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2983 | 2026-09-07T00:00:16.407Z | Compiling zone v0.3.1 |
| 2984 | 2026-09-07T00:00:16.514Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2985 | 2026-09-07T00:00:16.536Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2986 | 2026-09-07T00:00:16.563Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2987 | 2026-09-07T00:00:16.788Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2988 | 2026-09-07T00:00:16.812Z | Compiling derive-where v1.6.0 |
| 2989 | 2026-09-07T00:00:16.946Z | Compiling bytecount v0.6.9 |
| 2990 | 2026-09-07T00:00:16.984Z | Compiling tokio-dtrace v0.1.1 |
| 2991 | 2026-09-07T00:00:17.051Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2992 | 2026-09-07T00:00:17.130Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2993 | 2026-09-07T00:00:17.231Z | Compiling oxide-tokio-rt v0.1.4 |
| 2994 | 2026-09-07T00:00:17.323Z | Compiling prettyplease v0.2.37 |
| 2995 | 2026-09-07T00:00:17.327Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2996 | 2026-09-07T00:00:17.327Z | Compiling newline-converter v0.3.0 |
| 2997 | 2026-09-07T00:00:17.457Z | Compiling gethostname v0.5.0 |
| 2998 | 2026-09-07T00:00:17.521Z | Compiling console v0.15.11 |
| 2999 | 2026-09-07T00:00:17.553Z | Compiling slog-dtrace v0.3.0 |
| 3000 | 2026-09-07T00:00:17.587Z | Compiling typify-macro v0.6.2 |
| 3001 | 2026-09-07T00:00:17.607Z | Compiling cancel-safe-futures v0.1.5 |
| 3002 | 2026-09-07T00:00:17.638Z | Compiling resolv-conf v0.7.6 |
| 3003 | 2026-09-07T00:00:17.718Z | Compiling num-rational v0.4.2 |
| 3004 | 2026-09-07T00:00:17.938Z | Compiling expectorate v1.2.0 |
| 3005 | 2026-09-07T00:00:18.055Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3006 | 2026-09-07T00:00:18.110Z | Compiling oxide-update-engine-types v0.1.2 |
| 3007 | 2026-09-07T00:00:18.135Z | Compiling num-complex v0.4.6 |
| 3008 | 2026-09-07T00:00:18.184Z | Compiling match_cfg v0.1.0 |
| 3009 | 2026-09-07T00:00:18.291Z | Compiling compression-core v0.4.31 |
| 3010 | 2026-09-07T00:00:18.480Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3011 | 2026-09-07T00:00:18.561Z | Compiling num v0.4.3 |
| 3012 | 2026-09-07T00:00:18.640Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3013 | 2026-09-07T00:00:18.695Z | Compiling float-ord v0.3.2 |
| 3014 | 2026-09-07T00:00:18.726Z | Compiling linear-map v1.2.0 |
| 3015 | 2026-09-07T00:00:18.778Z | Compiling linked-hash-map v0.5.6 |
| 3016 | 2026-09-07T00:00:19.058Z | Compiling async-stream v0.3.6 |
| 3017 | 2026-09-07T00:00:19.059Z | Compiling lru-cache v0.1.2 |
| 3018 | 2026-09-07T00:00:19.184Z | Compiling waitgroup v0.1.2 |
| 3019 | 2026-09-07T00:00:19.232Z | Compiling typify v0.6.2 |
| 3020 | 2026-09-07T00:00:19.346Z | Compiling backon v1.6.0 |
| 3021 | 2026-09-07T00:00:19.381Z | Compiling progenitor-impl v0.14.0 |
| 3022 | 2026-09-07T00:00:19.404Z | Compiling oxide-update-engine v0.1.2 |
| 3023 | 2026-09-07T00:00:19.590Z | Compiling debug-ignore v1.0.5 |
| 3024 | 2026-09-07T00:00:19.683Z | Compiling minimal-lexical v0.2.1 |
| 3025 | 2026-09-07T00:00:19.843Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3026 | 2026-09-07T00:00:19.945Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3027 | 2026-09-07T00:00:19.961Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3028 | 2026-09-07T00:00:19.985Z | Compiling nom v7.1.3 |
| 3029 | 2026-09-07T00:00:20.020Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3030 | 2026-09-07T00:00:20.388Z | Compiling hickory-proto v0.24.4 |
| 3031 | 2026-09-07T00:00:20.688Z | Compiling itertools v0.14.0 |
| 3032 | 2026-09-07T00:00:21.564Z | Compiling progenitor-macro v0.14.0 |
| 3033 | 2026-09-07T00:00:21.598Z | Compiling humantime v2.3.0 |
| 3034 | 2026-09-07T00:00:21.621Z | Compiling unicode-xid v0.2.6 |
| 3035 | 2026-09-07T00:00:21.881Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3036 | 2026-09-07T00:00:21.947Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3037 | 2026-09-07T00:00:21.998Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3038 | 2026-09-07T00:00:22.040Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3039 | 2026-09-07T00:00:22.063Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3040 | 2026-09-07T00:00:22.354Z | Compiling papergrid v0.11.0 |
| 3041 | 2026-09-07T00:00:22.415Z | Compiling tabled_derive v0.7.0 |
| 3042 | 2026-09-07T00:00:23.188Z | Compiling hickory-resolver v0.24.4 |
| 3043 | 2026-09-07T00:00:23.222Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3044 | 2026-09-07T00:00:23.350Z | Compiling termtree v0.5.1 |
| 3045 | 2026-09-07T00:00:23.578Z | Compiling tabled v0.15.0 |
| 3046 | 2026-09-07T00:00:23.742Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3047 | 2026-09-07T00:00:24.023Z | Compiling crossterm v0.29.0 |
| 3048 | 2026-09-07T00:00:24.336Z | Compiling phf_shared v0.12.1 |
| 3049 | 2026-09-07T00:00:24.555Z | Compiling qorb v0.4.1 |
| 3050 | 2026-09-07T00:00:24.580Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3051 | 2026-09-07T00:00:24.857Z | Compiling vte v0.14.1 |
| 3052 | 2026-09-07T00:00:24.902Z | Compiling csv-core v0.1.13 |
| 3053 | 2026-09-07T00:00:25.107Z | Compiling chrono-tz v0.10.4 |
| 3054 | 2026-09-07T00:00:25.148Z | Compiling highway v1.3.0 |
| 3055 | 2026-09-07T00:00:25.229Z | Compiling csv v1.4.0 |
| 3056 | 2026-09-07T00:00:25.253Z | Compiling strip-ansi-escapes v0.2.1 |
| 3057 | 2026-09-07T00:00:25.380Z | Compiling phf v0.12.1 |
| 3058 | 2026-09-07T00:00:25.404Z | Compiling const_format_proc_macros v0.2.34 |
| 3059 | 2026-09-07T00:00:25.592Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3060 | 2026-09-07T00:00:25.648Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3061 | 2026-09-07T00:00:25.670Z | Compiling fd-lock v4.0.4 |
| 3062 | 2026-09-07T00:00:25.849Z | Compiling peg-macros v0.8.5 |
| 3063 | 2026-09-07T00:00:25.875Z | Compiling progenitor v0.14.0 |
| 3064 | 2026-09-07T00:00:25.949Z | Compiling nu-ansi-term v0.50.3 |
| 3065 | 2026-09-07T00:00:25.993Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3066 | 2026-09-07T00:00:26.073Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3067 | 2026-09-07T00:00:26.200Z | Compiling const_format v0.2.35 |
| 3068 | 2026-09-07T00:00:26.229Z | Compiling reedline v0.40.0 |
| 3069 | 2026-09-07T00:00:26.360Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3070 | 2026-09-07T00:00:26.444Z | Compiling bcs v0.1.6 |
| 3071 | 2026-09-07T00:00:26.584Z | Compiling nom v8.0.0 |
| 3072 | 2026-09-07T00:00:26.844Z | Compiling semver v0.1.20 |
| 3073 | 2026-09-07T00:00:27.135Z | Compiling peg v0.8.5 |
| 3074 | 2026-09-07T00:00:27.158Z | Compiling rustc_version v0.1.7 |
| 3075 | 2026-09-07T00:00:27.243Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3076 | 2026-09-07T00:00:27.351Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3077 | 2026-09-07T00:00:27.399Z | Compiling newtype_derive v0.1.6 |
| 3078 | 2026-09-07T00:00:27.503Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3079 | 2026-09-07T00:00:27.608Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3080 | 2026-09-07T00:00:27.753Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3081 | 2026-09-07T00:00:27.778Z | Compiling sha1 v0.10.6 |
| 3082 | 2026-09-07T00:00:27.832Z | Compiling steno v0.4.1 |
| 3083 | 2026-09-07T00:00:27.932Z | Compiling utf-8 v0.7.6 |
| 3084 | 2026-09-07T00:00:27.932Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3085 | 2026-09-07T00:00:28.061Z | Compiling tagptr v0.2.0 |
| 3086 | 2026-09-07T00:00:28.136Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3087 | 2026-09-07T00:00:28.160Z | Compiling tungstenite v0.21.0 |
| 3088 | 2026-09-07T00:00:28.250Z | Compiling moka v0.12.13 |
| 3089 | 2026-09-07T00:00:28.371Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3090 | 2026-09-07T00:00:28.476Z | Compiling darling_core v0.21.3 |
| 3091 | 2026-09-07T00:00:28.517Z | Compiling display-error-chain v0.2.2 |
| 3092 | 2026-09-07T00:00:28.520Z | Compiling vergen-lib v0.1.6 |
| 3093 | 2026-09-07T00:00:28.767Z | Compiling diesel_derives v2.3.7 |
| 3094 | 2026-09-07T00:00:28.800Z | Compiling tokio-tungstenite v0.21.0 |
| 3095 | 2026-09-07T00:00:28.997Z | Compiling scheduled-thread-pool v0.2.7 |
| 3096 | 2026-09-07T00:00:29.031Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3097 | 2026-09-07T00:00:29.118Z | Compiling vergen-gitcl v1.0.8 |
| 3098 | 2026-09-07T00:00:29.193Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3099 | 2026-09-07T00:00:29.239Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 3100 | 2026-09-07T00:00:29.378Z | Compiling dirs-sys-next v0.1.2 |
| 3101 | 2026-09-07T00:00:29.459Z | Compiling hickory-resolver v0.25.2 |
| 3102 | 2026-09-07T00:00:29.485Z | Compiling crunchy v0.2.4 |
| 3103 | 2026-09-07T00:00:29.540Z | Compiling maplit v1.0.2 |
| 3104 | 2026-09-07T00:00:29.570Z | Compiling glob v0.3.3 |
| 3105 | 2026-09-07T00:00:29.605Z | Compiling dirs-next v2.0.0 |
| 3106 | 2026-09-07T00:00:29.676Z | Compiling r2d2 v0.8.10 |
| 3107 | 2026-09-07T00:00:29.711Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3108 | 2026-09-07T00:00:29.762Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3109 | 2026-09-07T00:00:29.811Z | Compiling libscf-sys v1.2.0 |
| 3110 | 2026-09-07T00:00:29.869Z | Compiling downcast-rs v2.0.2 |
| 3111 | 2026-09-07T00:00:29.919Z | Compiling clang-sys v1.8.1 |
| 3112 | 2026-09-07T00:00:29.955Z | Compiling tiny-keccak v2.0.2 |
| 3113 | 2026-09-07T00:00:29.980Z | Compiling xshell-macros v0.2.7 |
| 3114 | 2026-09-07T00:00:30.054Z | Compiling term v0.7.0 |
| 3115 | 2026-09-07T00:00:30.124Z | Compiling papergrid v0.18.0 |
| 3116 | 2026-09-07T00:00:30.147Z | Compiling bit-vec v0.6.3 |
| 3117 | 2026-09-07T00:00:30.362Z | Compiling bit-set v0.5.3 |
| 3118 | 2026-09-07T00:00:30.395Z | Compiling ascii-canvas v3.0.0 |
| 3119 | 2026-09-07T00:00:30.417Z | Compiling xshell v0.2.7 |
| 3120 | 2026-09-07T00:00:30.484Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3121 | 2026-09-07T00:00:30.540Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3122 | 2026-09-07T00:00:30.565Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3123 | 2026-09-07T00:00:30.586Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3124 | 2026-09-07T00:00:30.666Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3125 | 2026-09-07T00:00:30.699Z | Compiling darling_macro v0.21.3 |
| 3126 | 2026-09-07T00:00:30.938Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3127 | 2026-09-07T00:00:30.962Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3128 | 2026-09-07T00:00:31.131Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3129 | 2026-09-07T00:00:31.181Z | Compiling itertools v0.15.0 |
| 3130 | 2026-09-07T00:00:31.204Z | Compiling itertools v0.10.5 |
| 3131 | 2026-09-07T00:00:31.231Z | Compiling ena v0.14.4 |
| 3132 | 2026-09-07T00:00:31.265Z | Compiling darling v0.21.3 |
| 3133 | 2026-09-07T00:00:31.326Z | Compiling tabled v0.21.0 |
| 3134 | 2026-09-07T00:00:31.382Z | Compiling dsl_auto_type v0.2.0 |
| 3135 | 2026-09-07T00:00:31.480Z | Compiling libloading v0.8.9 |
| 3136 | 2026-09-07T00:00:31.583Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3137 | 2026-09-07T00:00:31.721Z | Compiling bindgen v0.71.1 |
| 3138 | 2026-09-07T00:00:31.855Z | Compiling unicase v2.9.0 |
| 3139 | 2026-09-07T00:00:31.936Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3140 | 2026-09-07T00:00:32.049Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3141 | 2026-09-07T00:00:32.125Z | Compiling diff v0.1.13 |
| 3142 | 2026-09-07T00:00:32.173Z | Compiling regex-syntax v0.6.29 |
| 3143 | 2026-09-07T00:00:32.252Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3144 | 2026-09-07T00:00:32.542Z | Compiling cexpr v0.6.0 |
| 3145 | 2026-09-07T00:00:32.702Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3146 | 2026-09-07T00:00:32.790Z | Compiling rustc-hash v2.1.1 |
| 3147 | 2026-09-07T00:00:33.007Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3148 | 2026-09-07T00:00:33.035Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3149 | 2026-09-07T00:00:33.178Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3150 | 2026-09-07T00:00:33.202Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3151 | 2026-09-07T00:00:33.356Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3152 | 2026-09-07T00:00:33.460Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3153 | 2026-09-07T00:00:33.576Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3154 | 2026-09-07T00:00:34.127Z | Compiling lalrpop v0.19.12 |
| 3155 | 2026-09-07T00:00:34.666Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3156 | 2026-09-07T00:00:34.783Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3157 | 2026-09-07T00:00:34.838Z | Compiling headers-core v0.3.0 |
| 3158 | 2026-09-07T00:00:34.996Z | Compiling libxml v0.3.3 |
| 3159 | 2026-09-07T00:00:35.272Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3160 | 2026-09-07T00:00:35.423Z | Compiling crc8 v0.1.1 |
| 3161 | 2026-09-07T00:00:35.563Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3162 | 2026-09-07T00:00:35.636Z | Compiling headers v0.4.1 |
| 3163 | 2026-09-07T00:00:35.783Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3164 | 2026-09-07T00:00:36.004Z | Compiling strum_macros v0.24.3 |
| 3165 | 2026-09-07T00:00:36.029Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3166 | 2026-09-07T00:00:36.849Z | Compiling indoc v1.0.9 |
| 3167 | 2026-09-07T00:00:36.860Z | Compiling diesel v2.3.7 |
| 3168 | 2026-09-07T00:00:37.232Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3169 | 2026-09-07T00:00:37.256Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3170 | 2026-09-07T00:00:37.295Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3171 | 2026-09-07T00:00:37.486Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3172 | 2026-09-07T00:00:37.863Z | Compiling quick-xml v0.37.5 |
| 3173 | 2026-09-07T00:00:38.104Z | Compiling derive_builder v0.20.2 |
| 3174 | 2026-09-07T00:00:38.184Z | Compiling oso-derive v0.27.3 |
| 3175 | 2026-09-07T00:00:38.285Z | Compiling impl-trait-for-tuples v0.2.3 |
| 3176 | 2026-09-07T00:00:38.334Z | Compiling openssl-probe v0.1.6 |
| 3177 | 2026-09-07T00:00:38.672Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3178 | 2026-09-07T00:00:38.775Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3179 | 2026-09-07T00:00:38.895Z | Compiling samael v0.0.19 |
| 3180 | 2026-09-07T00:00:38.930Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3181 | 2026-09-07T00:00:39.078Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3182 | 2026-09-07T00:00:39.546Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3183 | 2026-09-07T00:00:39.620Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3184 | 2026-09-07T00:00:39.894Z | Compiling bb8 v0.8.6 |
| 3185 | 2026-09-07T00:00:39.919Z | Compiling filetime v0.2.27 |
| 3186 | 2026-09-07T00:00:39.965Z | Compiling trait-variant v0.1.2 |
| 3187 | 2026-09-07T00:00:39.969Z | Compiling half v1.8.3 |
| 3188 | 2026-09-07T00:00:40.146Z | Compiling tar v0.4.46 |
| 3189 | 2026-09-07T00:00:40.270Z | Compiling serde_cbor v0.11.2 |
| 3190 | 2026-09-07T00:00:40.324Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3191 | 2026-09-07T00:00:40.416Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3192 | 2026-09-07T00:00:40.545Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3193 | 2026-09-07T00:00:40.548Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3194 | 2026-09-07T00:00:40.593Z | Compiling nonempty v0.12.0 |
| 3195 | 2026-09-07T00:00:40.701Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3196 | 2026-09-07T00:00:40.824Z | Compiling fxhash v0.2.1 |
| 3197 | 2026-09-07T00:00:40.993Z | Compiling libz-sys v1.1.24 |
| 3198 | 2026-09-07T00:00:41.018Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3199 | 2026-09-07T00:00:41.042Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3200 | 2026-09-07T00:00:41.398Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3201 | 2026-09-07T00:00:41.536Z | Compiling kstat-rs v0.2.5 |
| 3202 | 2026-09-07T00:00:41.596Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3203 | 2026-09-07T00:00:41.629Z | Compiling polar-core v0.27.3 |
| 3204 | 2026-09-07T00:00:41.801Z | Compiling mime_guess v2.0.5 |
| 3205 | 2026-09-07T00:00:41.947Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3206 | 2026-09-07T00:00:42.098Z | Compiling nanorand v0.7.0 |
| 3207 | 2026-09-07T00:00:42.373Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3208 | 2026-09-07T00:00:42.442Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 3209 | 2026-09-07T00:00:42.516Z | Compiling parking_lot_core v0.8.6 |
| 3210 | 2026-09-07T00:00:42.663Z | Compiling flume v0.11.1 |
| 3211 | 2026-09-07T00:00:42.829Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3212 | 2026-09-07T00:00:42.978Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3213 | 2026-09-07T00:00:43.037Z | Compiling git-stub v1.0.0 |
| 3214 | 2026-09-07T00:00:43.061Z | Compiling instability v0.3.11 |
| 3215 | 2026-09-07T00:00:43.311Z | Compiling http-range v0.1.5 |
| 3216 | 2026-09-07T00:00:43.334Z | Compiling seq-macro v0.3.6 |
| 3217 | 2026-09-07T00:00:43.620Z | Compiling dashu-int v0.5.1 |
| 3218 | 2026-09-07T00:00:43.647Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3219 | 2026-09-07T00:00:43.668Z | Compiling strsim v0.10.0 |
| 3220 | 2026-09-07T00:00:43.899Z | Compiling darling_core v0.13.4 |
| 3221 | 2026-09-07T00:00:43.924Z | Compiling git-stub-vcs v0.1.0 |
| 3222 | 2026-09-07T00:00:43.948Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3223 | 2026-09-07T00:00:44.303Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3224 | 2026-09-07T00:00:44.346Z | Compiling progenitor-impl v0.13.0 |
| 3225 | 2026-09-07T00:00:44.688Z | Compiling ignore v0.4.25 |
| 3226 | 2026-09-07T00:00:44.713Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3227 | 2026-09-07T00:00:44.958Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3228 | 2026-09-07T00:00:45.298Z | Compiling ssh-encoding v0.2.0 |
| 3229 | 2026-09-07T00:00:45.584Z | Compiling anstyle-parse v0.2.7 |
| 3230 | 2026-09-07T00:00:45.747Z | Compiling castaway v0.2.4 |
| 3231 | 2026-09-07T00:00:45.828Z | Compiling vergen-git2 v9.1.0 |
| 3232 | 2026-09-07T00:00:45.911Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3233 | 2026-09-07T00:00:46.081Z | Compiling indoc v2.0.7 |
| 3234 | 2026-09-07T00:00:46.166Z | Compiling dashu-base v0.5.1 |
| 3235 | 2026-09-07T00:00:46.202Z | Compiling rlimit v0.10.2 |
| 3236 | 2026-09-07T00:00:46.461Z | Compiling num-modular v0.6.5 |
| 3237 | 2026-09-07T00:00:46.553Z | Compiling progenitor-macro v0.13.0 |
| 3238 | 2026-09-07T00:00:46.630Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3239 | 2026-09-07T00:00:46.633Z | Compiling compact_str v0.8.1 |
| 3240 | 2026-09-07T00:00:46.651Z | Compiling anstream v0.6.21 |
| 3241 | 2026-09-07T00:00:47.094Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3242 | 2026-09-07T00:00:47.323Z | Compiling darling_macro v0.13.4 |
| 3243 | 2026-09-07T00:00:47.353Z | Compiling ssh-cipher v0.2.0 |
| 3244 | 2026-09-07T00:00:47.448Z | Compiling globwalk v0.9.1 |
| 3245 | 2026-09-07T00:00:47.556Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3246 | 2026-09-07T00:00:47.860Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3247 | 2026-09-07T00:00:47.953Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3248 | 2026-09-07T00:00:48.508Z | Compiling hyper-staticfile v0.10.1 |
| 3249 | 2026-09-07T00:00:49.006Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3250 | 2026-09-07T00:00:49.134Z | Compiling parking_lot v0.11.2 |
| 3251 | 2026-09-07T00:00:49.398Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3252 | 2026-09-07T00:00:49.519Z | Compiling tungstenite v0.28.0 |
| 3253 | 2026-09-07T00:00:49.622Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3254 | 2026-09-07T00:00:49.759Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3255 | 2026-09-07T00:00:49.845Z | Compiling predicates-tree v1.0.13 |
| 3256 | 2026-09-07T00:00:50.202Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3257 | 2026-09-07T00:00:50.453Z | Compiling progenitor-client v0.13.0 |
| 3258 | 2026-09-07T00:00:50.803Z | Compiling oso v0.27.3 |
| 3259 | 2026-09-07T00:00:50.828Z | Compiling unicode-truncate v1.1.0 |
| 3260 | 2026-09-07T00:00:50.926Z | Compiling p256 v0.13.2 |
| 3261 | 2026-09-07T00:00:51.051Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3262 | 2026-09-07T00:00:51.074Z | Compiling sha2 v0.11.0 |
| 3263 | 2026-09-07T00:00:51.467Z | Compiling digest-io v0.1.0 |
| 3264 | 2026-09-07T00:00:51.492Z | Compiling lru v0.12.5 |
| 3265 | 2026-09-07T00:00:51.640Z | Compiling prefix-trie v0.7.0 |
| 3266 | 2026-09-07T00:00:51.719Z | Compiling rand_seeder v0.4.0 |
| 3267 | 2026-09-07T00:00:51.778Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3268 | 2026-09-07T00:00:51.966Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3269 | 2026-09-07T00:00:52.143Z | Compiling rawzip v0.4.4 |
| 3270 | 2026-09-07T00:00:52.164Z | Compiling num-primitive v0.2.1 |
| 3271 | 2026-09-07T00:00:52.270Z | Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3272 | 2026-09-07T00:00:52.453Z | Compiling cassowary v0.3.0 |
| 3273 | 2026-09-07T00:00:52.793Z | Compiling dsi-bitstream v0.10.1 |
| 3274 | 2026-09-07T00:00:52.845Z | Compiling ratatui v0.29.0 |
| 3275 | 2026-09-07T00:00:53.012Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3276 | 2026-09-07T00:00:53.168Z | Compiling hickory-server v0.25.2 |
| 3277 | 2026-09-07T00:00:53.237Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3278 | 2026-09-07T00:00:53.446Z | Compiling progenitor v0.13.0 |
| 3279 | 2026-09-07T00:00:53.668Z | Compiling ssh-key v0.6.7 |
| 3280 | 2026-09-07T00:00:54.495Z | Compiling diesel-dtrace v0.5.0 |
| 3281 | 2026-09-07T00:00:54.839Z | Compiling async-bb8-diesel v0.2.1 |
| 3282 | 2026-09-07T00:00:55.311Z | Compiling tokio-tungstenite v0.28.0 |
| 3283 | 2026-09-07T00:00:55.705Z | Compiling camino-tempfile-ext v0.3.3 |
| 3284 | 2026-09-07T00:00:55.964Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3285 | 2026-09-07T00:00:56.117Z | Compiling sled v0.34.7 |
| 3286 | 2026-09-07T00:00:56.156Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3287 | 2026-09-07T00:00:56.160Z | Compiling darling v0.13.4 |
| 3288 | 2026-09-07T00:00:56.540Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3289 | 2026-09-07T00:00:56.729Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3290 | 2026-09-07T00:00:56.752Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3291 | 2026-09-07T00:00:56.908Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3292 | 2026-09-07T00:00:57.165Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3293 | 2026-09-07T00:00:57.418Z | Compiling bytesize v2.7.0 |
| 3294 | 2026-09-07T00:00:57.632Z | Compiling http-range-header v0.4.2 |
| 3295 | 2026-09-07T00:00:57.988Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3296 | 2026-09-07T00:00:58.013Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3297 | 2026-09-07T00:00:58.098Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3298 | 2026-09-07T00:00:58.567Z | Compiling serde_with_macros v1.5.2 |
| 3299 | 2026-09-07T00:00:59.342Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3300 | 2026-09-07T00:00:59.367Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3301 | 2026-09-07T00:00:59.435Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3302 | 2026-09-07T00:00:59.628Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3303 | 2026-09-07T00:00:59.690Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3304 | 2026-09-07T00:00:59.883Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3305 | 2026-09-07T00:00:59.939Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3306 | 2026-09-07T00:01:00.124Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3307 | 2026-09-07T00:01:00.148Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3308 | 2026-09-07T00:01:00.181Z | Compiling arc-swap v1.8.2 |
| 3309 | 2026-09-07T00:01:00.386Z | Compiling void v1.0.2 |
| 3310 | 2026-09-07T00:01:00.476Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3311 | 2026-09-07T00:01:00.543Z | Compiling lzss v0.8.2 |
| 3312 | 2026-09-07T00:01:00.563Z | Compiling slog-scope v4.4.1 |
| 3313 | 2026-09-07T00:01:00.816Z | Compiling serde_with v1.14.0 |
| 3314 | 2026-09-07T00:01:00.842Z | Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3315 | 2026-09-07T00:01:00.867Z | Compiling scuffle v0.1.0 |
| 3316 | 2026-09-07T00:01:00.908Z | Compiling tungstenite v0.23.0 |
| 3317 | 2026-09-07T00:01:01.902Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3318 | 2026-09-07T00:01:01.947Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3319 | 2026-09-07T00:01:02.014Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3320 | 2026-09-07T00:01:02.038Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3321 | 2026-09-07T00:01:02.190Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3322 | 2026-09-07T00:01:02.272Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3323 | 2026-09-07T00:01:02.299Z | Compiling libsw-core v0.3.2 |
| 3324 | 2026-09-07T00:01:02.366Z | Compiling nix v0.27.1 |
| 3325 | 2026-09-07T00:01:02.512Z | Compiling twox-hash v2.1.2 |
| 3326 | 2026-09-07T00:01:02.515Z | Compiling serde_bytes v0.11.19 |
| 3327 | 2026-09-07T00:01:02.556Z | Compiling pwd v1.4.0 |
| 3328 | 2026-09-07T00:01:02.719Z | Compiling lru v0.18.3 |
| 3329 | 2026-09-07T00:01:02.769Z | Compiling atty v0.2.14 |
| 3330 | 2026-09-07T00:01:02.796Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3331 | 2026-09-07T00:01:02.821Z | Compiling libsw v3.5.0 |
| 3332 | 2026-09-07T00:01:02.916Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3333 | 2026-09-07T00:01:02.938Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3334 | 2026-09-07T00:01:02.957Z | Compiling tokio-tungstenite v0.23.1 |
| 3335 | 2026-09-07T00:01:02.985Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3336 | 2026-09-07T00:01:02.985Z | Compiling slog-stdlog v4.1.1 |
| 3337 | 2026-09-07T00:01:03.045Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3338 | 2026-09-07T00:01:03.249Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3339 | 2026-09-07T00:01:03.304Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3340 | 2026-09-07T00:01:03.328Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3341 | 2026-09-07T00:01:03.348Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3342 | 2026-09-07T00:01:03.397Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3343 | 2026-09-07T00:01:03.494Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3344 | 2026-09-07T00:01:03.959Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3345 | 2026-09-07T00:01:04.325Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3346 | 2026-09-07T00:01:04.574Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3347 | 2026-09-07T00:01:05.150Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3348 | 2026-09-07T00:01:05.466Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3349 | 2026-09-07T00:01:05.545Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3350 | 2026-09-07T00:01:07.485Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3351 | 2026-09-07T00:01:08.457Z | Compiling git2 v0.20.4 |
| 3352 | 2026-09-07T00:01:08.746Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3353 | 2026-09-07T00:01:09.142Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3354 | 2026-09-07T00:01:09.146Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3355 | 2026-09-07T00:01:09.196Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3356 | 2026-09-07T00:01:09.241Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3357 | 2026-09-07T00:01:10.082Z | Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3358 | 2026-09-07T00:01:10.395Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3359 | 2026-09-07T00:01:11.301Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3360 | 2026-09-07T00:01:11.348Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3361 | 2026-09-07T00:01:11.504Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3362 | 2026-09-07T00:01:11.877Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3363 | 2026-09-07T00:01:12.155Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3364 | 2026-09-07T00:01:13.529Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3365 | 2026-09-07T00:01:14.162Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3366 | 2026-09-07T00:01:14.553Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3367 | 2026-09-07T00:01:14.780Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3368 | 2026-09-07T00:01:15.434Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3369 | 2026-09-07T00:01:16.318Z | Compiling signal-hook-tokio v0.3.1 |
| 3370 | 2026-09-07T00:01:16.509Z | Compiling fatfs v0.3.6 |
| 3371 | 2026-09-07T00:01:16.546Z | Compiling yasna v0.5.2 |
| 3372 | 2026-09-07T00:01:17.490Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3373 | 2026-09-07T00:01:17.573Z | Compiling console v0.16.2 |
| 3374 | 2026-09-07T00:01:18.325Z | Compiling assert_matches v1.5.0 |
| 3375 | 2026-09-07T00:01:18.427Z | Compiling indicatif v0.18.4 |
| 3376 | 2026-09-07T00:01:18.450Z | Compiling rcgen v0.12.1 |
| 3377 | 2026-09-07T00:01:19.040Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3378 | 2026-09-07T00:01:19.903Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3379 | 2026-09-07T00:01:20.065Z | Compiling slog-envlogger v2.2.0 |
| 3380 | 2026-09-07T00:01:20.590Z | Compiling oxide-update-engine-display v0.1.2 |
| 3381 | 2026-09-07T00:01:20.760Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3382 | 2026-09-07T00:01:21.318Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3383 | 2026-09-07T00:01:21.348Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3384 | 2026-09-07T00:01:21.469Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3385 | 2026-09-07T00:01:21.602Z | Compiling port-file v0.1.0 |
| 3386 | 2026-09-07T00:01:21.728Z | Compiling rtoolbox v0.0.3 |
| 3387 | 2026-09-07T00:01:21.911Z | Compiling subprocess v0.2.15 |
| 3388 | 2026-09-07T00:01:21.993Z | Compiling rpassword v7.5.4 |
| 3389 | 2026-09-07T00:01:22.019Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3390 | 2026-09-07T00:01:22.422Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3391 | 2026-09-07T00:01:23.112Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3392 | 2026-09-07T00:01:23.136Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3393 | 2026-09-07T00:01:23.282Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3394 | 2026-09-07T00:01:23.433Z | Compiling tui-tree-widget v0.23.1 |
| 3395 | 2026-09-07T00:01:23.733Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3396 | 2026-09-07T00:01:24.371Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3397 | 2026-09-07T00:01:25.065Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3398 | 2026-09-07T00:01:26.200Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3399 | 2026-09-07T00:01:26.312Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3400 | 2026-09-07T00:01:26.574Z | Compiling uzers v0.12.2 |
| 3401 | 2026-09-07T00:01:26.602Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3402 | 2026-09-07T00:01:26.691Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3403 | 2026-09-07T00:01:26.694Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3404 | 2026-09-07T00:01:27.288Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3405 | 2026-09-07T00:01:27.490Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3406 | 2026-09-07T00:01:27.517Z | Compiling support-bundle-viewer v0.1.2 |
| 3407 | 2026-09-07T00:01:28.179Z | Compiling multimap v0.10.1 |
| 3408 | 2026-09-07T00:01:32.001Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3409 | 2026-09-07T00:01:36.491Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3410 | 2026-09-07T00:01:53.028Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3411 | 2026-09-07T00:02:13.783Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3412 | 2026-09-07T00:10:16.108Z | Finished `release` profile [optimized] target(s) in 10m 25s |
| 3413 | 2026-09-07T00:10:16.114Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3414 | 2026-09-07T00:10:16.114Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3415 | 2026-09-07T00:10:51.848Z | |
| 3416 | 2026-09-07T00:10:51.852Z | real 11:02.019277456 |
| 3417 | 2026-09-07T00:10:51.852Z | user 2:07:49.841089352 |
| 3418 | 2026-09-07T00:10:51.852Z | sys 4:45.054573088 |
| 3419 | 2026-09-07T00:10:51.852Z | trap 3.346968990 |
| 3420 | 2026-09-07T00:10:51.852Z | tflt 0.876709949 |
| 3421 | 2026-09-07T00:10:51.853Z | dflt 8.396849915 |
| 3422 | 2026-09-07T00:10:51.854Z | kflt 0.112347099 |
| 3423 | 2026-09-07T00:10:51.854Z | lock 8:23:01.997841768 |
| 3424 | 2026-09-07T00:10:51.854Z | slp 3:10:55.068101375 |
| 3425 | 2026-09-07T00:10:51.854Z | lat 3:01.372604696 |
| 3426 | 2026-09-07T00:10:51.854Z | stop 8:51.963969337 |
| 3427 | 2026-09-07T00:10:51.854Z | + mapfile -t packages |
| 3428 | 2026-09-07T00:10:51.854Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3429 | 2026-09-07T00:10:52.858Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 3430 | 2026-09-07T00:10:52.862Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3431 | 2026-09-07T00:10:52.862Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3432 | 2026-09-07T00:10:52.930Z | Running `target/release/omicron-package -t test list-outputs` |
| 3433 | 2026-09-07T00:10:52.991Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3434 | 2026-09-07T00:10:52.994Z | + ptime -m cargo build --locked --release -p xtask |
| 3435 | 2026-09-07T00:10:53.491Z | Compiling libc v0.2.185 |
| 3436 | 2026-09-07T00:10:53.491Z | Compiling serde_core v1.0.228 |
| 3437 | 2026-09-07T00:10:53.491Z | Compiling serde v1.0.228 |
| 3438 | 2026-09-07T00:10:53.495Z | Compiling rustix v1.1.4 |
| 3439 | 2026-09-07T00:10:53.495Z | Compiling bitflags v2.11.0 |
| 3440 | 2026-09-07T00:10:53.495Z | Compiling serde_json v1.0.151 |
| 3441 | 2026-09-07T00:10:53.643Z | Compiling usdt-impl v0.5.0 |
| 3442 | 2026-09-07T00:10:53.653Z | Compiling syn v2.0.117 |
| 3443 | 2026-09-07T00:10:53.656Z | Compiling syn v1.0.109 |
| 3444 | 2026-09-07T00:10:53.676Z | Compiling hashbrown v0.17.0 |
| 3445 | 2026-09-07T00:10:53.679Z | Compiling log v0.4.33 |
| 3446 | 2026-09-07T00:10:53.680Z | Compiling getrandom v0.4.3 |
| 3447 | 2026-09-07T00:10:53.712Z | Compiling fs-err v3.3.0 |
| 3448 | 2026-09-07T00:10:53.912Z | Compiling anyhow v1.0.104 |
| 3449 | 2026-09-07T00:10:53.916Z | Compiling once_cell v1.21.3 |
| 3450 | 2026-09-07T00:10:53.949Z | Compiling heck v0.4.1 |
| 3451 | 2026-09-07T00:10:54.287Z | Compiling indexmap v2.14.0 |
| 3452 | 2026-09-07T00:10:54.386Z | Compiling errno v0.3.14 |
| 3453 | 2026-09-07T00:10:54.389Z | Compiling thread-id v4.2.2 |
| 3454 | 2026-09-07T00:10:54.389Z | Compiling memmap v0.7.0 |
| 3455 | 2026-09-07T00:10:55.146Z | Compiling proc-macro-error v1.0.4 |
| 3456 | 2026-09-07T00:10:55.364Z | Compiling terminal_size v0.4.3 |
| 3457 | 2026-09-07T00:10:55.364Z | Compiling tempfile v3.27.0 |
| 3458 | 2026-09-07T00:10:55.412Z | Compiling tabled_derive v0.7.0 |
| 3459 | 2026-09-07T00:10:55.470Z | Compiling clap_builder v4.6.0 |
| 3460 | 2026-09-07T00:10:55.470Z | Compiling textwrap v0.16.2 |
| 3461 | 2026-09-07T00:10:55.805Z | Compiling pest_generator v2.8.6 |
| 3462 | 2026-09-07T00:10:55.836Z | Compiling camino v1.2.5 |
| 3463 | 2026-09-07T00:10:55.857Z | Compiling cargo-platform v0.3.2 |
| 3464 | 2026-09-07T00:10:55.887Z | Compiling semver v1.0.28 |
| 3465 | 2026-09-07T00:10:56.113Z | Compiling tabled v0.15.0 |
| 3466 | 2026-09-07T00:10:56.157Z | Compiling camino-tempfile v1.4.1 |
| 3467 | 2026-09-07T00:10:56.257Z | Compiling serde_derive v1.0.228 |
| 3468 | 2026-09-07T00:10:56.260Z | Compiling thiserror-impl v1.0.69 |
| 3469 | 2026-09-07T00:10:56.260Z | Compiling zerocopy-derive v0.7.35 |
| 3470 | 2026-09-07T00:10:56.260Z | Compiling scroll_derive v0.12.1 |
| 3471 | 2026-09-07T00:10:56.260Z | Compiling thiserror-impl v2.0.18 |
| 3472 | 2026-09-07T00:10:56.265Z | Compiling clap_derive v4.6.1 |
| 3473 | 2026-09-07T00:10:56.349Z | Compiling pest_derive v2.8.6 |
| 3474 | 2026-09-07T00:10:57.007Z | Compiling scroll v0.12.0 |
| 3475 | 2026-09-07T00:10:57.135Z | Compiling zerocopy v0.7.35 |
| 3476 | 2026-09-07T00:10:57.304Z | Compiling goblin v0.8.2 |
| 3477 | 2026-09-07T00:10:57.490Z | Compiling thiserror v1.0.69 |
| 3478 | 2026-09-07T00:10:57.533Z | Compiling thiserror v2.0.18 |
| 3479 | 2026-09-07T00:10:57.614Z | Compiling dtrace-parser v0.2.0 |
| 3480 | 2026-09-07T00:10:57.744Z | Compiling clap v4.6.1 |
| 3481 | 2026-09-07T00:10:58.879Z | Compiling dof v0.3.0 |
| 3482 | 2026-09-07T00:10:58.879Z | Compiling serde_tokenstream v0.2.3 |
| 3483 | 2026-09-07T00:10:58.928Z | Compiling serde_spanned v0.6.9 |
| 3484 | 2026-09-07T00:10:58.928Z | Compiling toml_datetime v0.6.11 |
| 3485 | 2026-09-07T00:10:58.932Z | Compiling cargo_metadata v0.23.1 |
| 3486 | 2026-09-07T00:10:58.932Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3487 | 2026-09-07T00:10:58.932Z | Compiling macaddr v1.0.1 |
| 3488 | 2026-09-07T00:10:59.108Z | Compiling toml_edit v0.22.27 |
| 3489 | 2026-09-07T00:10:59.516Z | Compiling usdt-attr-macro v0.5.0 |
| 3490 | 2026-09-07T00:10:59.516Z | Compiling usdt-macro v0.5.0 |
| 3491 | 2026-09-07T00:11:00.372Z | Compiling usdt v0.5.0 |
| 3492 | 2026-09-07T00:11:00.599Z | Compiling toml v0.8.23 |
| 3493 | 2026-09-07T00:11:01.022Z | Compiling cargo_toml v0.21.0 |
| 3494 | 2026-09-07T00:11:03.291Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3495 | 2026-09-07T00:11:09.254Z | Finished `release` profile [optimized] target(s) in 16.25s |
| 3496 | 2026-09-07T00:11:09.398Z | |
| 3497 | 2026-09-07T00:11:09.398Z | real 16.367036557 |
| 3498 | 2026-09-07T00:11:09.398Z | user 1:56.611538186 |
| 3499 | 2026-09-07T00:11:09.398Z | sys 14.694963702 |
| 3500 | 2026-09-07T00:11:09.398Z | trap 0.052633851 |
| 3501 | 2026-09-07T00:11:09.398Z | tflt 0.792369689 |
| 3502 | 2026-09-07T00:11:09.398Z | dflt 1.855013922 |
| 3503 | 2026-09-07T00:11:09.398Z | kflt 0.000091926 |
| 3504 | 2026-09-07T00:11:09.398Z | lock 3:49.582731205 |
| 3505 | 2026-09-07T00:11:09.398Z | slp 2:14.908545661 |
| 3506 | 2026-09-07T00:11:09.398Z | lat 2.948037292 |
| 3507 | 2026-09-07T00:11:09.398Z | stop 16.251897279 |
| 3508 | 2026-09-07T00:11:09.402Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3509 | 2026-09-07T00:11:09.402Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3510 | 2026-09-07T00:11:09.402Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3511 | 2026-09-07T00:11:09.402Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3512 | 2026-09-07T00:11:09.402Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3513 | 2026-09-07T00:11:10.427Z | Compiling match_cfg v0.1.0 |
| 3514 | 2026-09-07T00:11:10.427Z | Compiling progenitor-client v0.14.0 |
| 3515 | 2026-09-07T00:11:10.427Z | Compiling slog-json v2.6.1 |
| 3516 | 2026-09-07T00:11:10.431Z | Compiling sha1 v0.11.0 |
| 3517 | 2026-09-07T00:11:10.431Z | Compiling async-stream-impl v0.3.6 |
| 3518 | 2026-09-07T00:11:10.431Z | Compiling multer v3.1.0 |
| 3519 | 2026-09-07T00:11:10.431Z | Compiling debug-ignore v1.0.5 |
| 3520 | 2026-09-07T00:11:10.432Z | Compiling compression-core v0.4.31 |
| 3521 | 2026-09-07T00:11:10.432Z | Compiling newtype-uuid-macros v0.1.0 |
| 3522 | 2026-09-07T00:11:10.432Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3523 | 2026-09-07T00:11:10.432Z | Compiling serde_spanned v1.1.1 |
| 3524 | 2026-09-07T00:11:10.432Z | Compiling dropshot v0.17.1 |
| 3525 | 2026-09-07T00:11:10.432Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3526 | 2026-09-07T00:11:10.432Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3527 | 2026-09-07T00:11:10.432Z | Compiling waitgroup v0.1.2 |
| 3528 | 2026-09-07T00:11:10.432Z | Compiling rustls-pemfile v2.2.0 |
| 3529 | 2026-09-07T00:11:10.839Z | Compiling compression-codecs v0.4.37 |
| 3530 | 2026-09-07T00:11:10.842Z | Compiling dropshot_endpoint v0.17.1 |
| 3531 | 2026-09-07T00:11:10.842Z | Compiling serde_path_to_error v0.1.20 |
| 3532 | 2026-09-07T00:11:10.842Z | Compiling hostname v0.4.2 |
| 3533 | 2026-09-07T00:11:10.912Z | Compiling hostname v0.3.1 |
| 3534 | 2026-09-07T00:11:10.915Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3535 | 2026-09-07T00:11:10.915Z | Compiling atomicwrites v0.4.4 |
| 3536 | 2026-09-07T00:11:10.915Z | Compiling macaddr v1.0.1 |
| 3537 | 2026-09-07T00:11:10.915Z | Compiling serde_tokenstream v0.3.0 |
| 3538 | 2026-09-07T00:11:10.951Z | Compiling oxide-generation v0.1.3 |
| 3539 | 2026-09-07T00:11:11.025Z | Compiling slog-bunyan v2.5.0 |
| 3540 | 2026-09-07T00:11:11.099Z | Compiling async-compression v0.4.41 |
| 3541 | 2026-09-07T00:11:11.102Z | Compiling instant v0.1.13 |
| 3542 | 2026-09-07T00:11:11.139Z | Compiling itertools v0.14.0 |
| 3543 | 2026-09-07T00:11:11.156Z | Compiling parse-display-derive v0.10.0 |
| 3544 | 2026-09-07T00:11:11.160Z | Compiling regress v0.10.5 |
| 3545 | 2026-09-07T00:11:11.209Z | Compiling backon v1.6.0 |
| 3546 | 2026-09-07T00:11:11.252Z | Compiling backoff v0.4.0 |
| 3547 | 2026-09-07T00:11:11.255Z | Compiling humantime v2.3.0 |
| 3548 | 2026-09-07T00:11:11.290Z | Compiling inout v0.1.4 |
| 3549 | 2026-09-07T00:11:11.318Z | Compiling oxide-generation-macros v0.2.0 |
| 3550 | 2026-09-07T00:11:11.337Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3551 | 2026-09-07T00:11:11.358Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3552 | 2026-09-07T00:11:11.423Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3553 | 2026-09-07T00:11:11.440Z | Compiling async-stream v0.3.6 |
| 3554 | 2026-09-07T00:11:11.443Z | Compiling progenitor-extras v0.2.0 |
| 3555 | 2026-09-07T00:11:11.475Z | Compiling crucible-workspace-hack v0.1.0 |
| 3556 | 2026-09-07T00:11:11.493Z | Compiling cipher v0.4.4 |
| 3557 | 2026-09-07T00:11:11.496Z | Compiling convert_case v0.4.0 |
| 3558 | 2026-09-07T00:11:11.540Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3559 | 2026-09-07T00:11:11.564Z | Compiling secrecy v0.10.3 |
| 3560 | 2026-09-07T00:11:11.633Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3561 | 2026-09-07T00:11:11.652Z | Compiling regress v0.11.1 |
| 3562 | 2026-09-07T00:11:11.747Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3563 | 2026-09-07T00:11:11.765Z | Compiling universal-hash v0.5.1 |
| 3564 | 2026-09-07T00:11:11.784Z | Compiling opaque-debug v0.3.1 |
| 3565 | 2026-09-07T00:11:11.817Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3566 | 2026-09-07T00:11:11.837Z | Compiling chacha20 v0.9.1 |
| 3567 | 2026-09-07T00:11:11.873Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3568 | 2026-09-07T00:11:11.907Z | Compiling derive_more v0.99.20 |
| 3569 | 2026-09-07T00:11:11.927Z | Compiling poly1305 v0.8.0 |
| 3570 | 2026-09-07T00:11:11.947Z | Compiling blake2 v0.10.6 |
| 3571 | 2026-09-07T00:11:11.991Z | Compiling aead v0.5.2 |
| 3572 | 2026-09-07T00:11:12.132Z | Compiling password-hash v0.5.0 |
| 3573 | 2026-09-07T00:11:12.149Z | Compiling indent_write v2.2.0 |
| 3574 | 2026-09-07T00:11:12.167Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3575 | 2026-09-07T00:11:12.229Z | Compiling chacha20poly1305 v0.10.1 |
| 3576 | 2026-09-07T00:11:12.269Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3577 | 2026-09-07T00:11:12.334Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3578 | 2026-09-07T00:11:12.419Z | Compiling argon2 v0.5.3 |
| 3579 | 2026-09-07T00:11:12.466Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3580 | 2026-09-07T00:11:12.485Z | Compiling unsafe-libyaml v0.2.11 |
| 3581 | 2026-09-07T00:11:12.534Z | Compiling itertools v0.15.0 |
| 3582 | 2026-09-07T00:11:12.564Z | Compiling num-derive v0.4.2 |
| 3583 | 2026-09-07T00:11:12.584Z | Compiling heapless v0.8.0 |
| 3584 | 2026-09-07T00:11:12.587Z | Compiling tabwriter v1.4.1 |
| 3585 | 2026-09-07T00:11:12.704Z | Compiling hash32 v0.3.1 |
| 3586 | 2026-09-07T00:11:12.890Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3587 | 2026-09-07T00:11:12.911Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3588 | 2026-09-07T00:11:12.966Z | Compiling parse-display v0.10.0 |
| 3589 | 2026-09-07T00:11:13.035Z | Compiling thiserror-no-std v2.0.2 |
| 3590 | 2026-09-07T00:11:13.142Z | Compiling vsss-rs v3.3.4 |
| 3591 | 2026-09-07T00:11:13.161Z | Compiling serde_yaml v0.9.34+deprecated |
| 3592 | 2026-09-07T00:11:13.183Z | Compiling proc-macro-crate v3.4.0 |
| 3593 | 2026-09-07T00:11:13.201Z | Compiling smoltcp v0.11.0 |
| 3594 | 2026-09-07T00:11:13.327Z | Compiling typify-impl v0.6.2 |
| 3595 | 2026-09-07T00:11:13.592Z | Compiling cobs v0.3.0 |
| 3596 | 2026-09-07T00:11:13.610Z | Compiling colored v3.1.1 |
| 3597 | 2026-09-07T00:11:13.658Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3598 | 2026-09-07T00:11:13.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3599 | 2026-09-07T00:11:13.763Z | Compiling num_enum_derive v0.7.6 |
| 3600 | 2026-09-07T00:11:13.781Z | Compiling postcard v1.1.3 |
| 3601 | 2026-09-07T00:11:13.969Z | Compiling ingot-macros v0.2.0 |
| 3602 | 2026-09-07T00:11:13.978Z | Compiling proc-macro-error v1.0.4 |
| 3603 | 2026-09-07T00:11:13.998Z | Compiling rand v0.10.1 |
| 3604 | 2026-09-07T00:11:14.016Z | Compiling proc-macro-crate v1.3.1 |
| 3605 | 2026-09-07T00:11:14.041Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3606 | 2026-09-07T00:11:14.152Z | Compiling foreign-types-macros v0.2.3 |
| 3607 | 2026-09-07T00:11:14.309Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3608 | 2026-09-07T00:11:14.359Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3609 | 2026-09-07T00:11:14.439Z | Compiling foreign-types-shared v0.3.1 |
| 3610 | 2026-09-07T00:11:14.475Z | Compiling num_enum_derive v0.5.11 |
| 3611 | 2026-09-07T00:11:14.671Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3612 | 2026-09-07T00:11:14.697Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3613 | 2026-09-07T00:11:14.701Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3614 | 2026-09-07T00:11:14.736Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3615 | 2026-09-07T00:11:14.759Z | Compiling cstr-argument v0.1.2 |
| 3616 | 2026-09-07T00:11:14.762Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3617 | 2026-09-07T00:11:14.838Z | Compiling foreign-types v0.5.0 |
| 3618 | 2026-09-07T00:11:14.857Z | Compiling illumos-nvpair v0.3.0 |
| 3619 | 2026-09-07T00:11:14.917Z | Compiling num_enum v0.7.6 |
| 3620 | 2026-09-07T00:11:14.944Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3621 | 2026-09-07T00:11:14.963Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3622 | 2026-09-07T00:11:15.045Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3623 | 2026-09-07T00:11:15.064Z | Compiling zone_cfg_derive v0.3.1 |
| 3624 | 2026-09-07T00:11:15.079Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3625 | 2026-09-07T00:11:15.133Z | Compiling rayon v1.11.0 |
| 3626 | 2026-09-07T00:11:15.187Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3627 | 2026-09-07T00:11:15.213Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3628 | 2026-09-07T00:11:15.232Z | Compiling itertools v0.12.1 |
| 3629 | 2026-09-07T00:11:15.252Z | Compiling sigpipe v0.1.3 |
| 3630 | 2026-09-07T00:11:15.280Z | Compiling glob v0.3.3 |
| 3631 | 2026-09-07T00:11:15.343Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3632 | 2026-09-07T00:11:15.366Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3633 | 2026-09-07T00:11:15.387Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3634 | 2026-09-07T00:11:15.446Z | Compiling smf v0.2.3 |
| 3635 | 2026-09-07T00:11:15.619Z | Compiling whoami v1.6.1 |
| 3636 | 2026-09-07T00:11:15.648Z | Compiling num_enum v0.5.11 |
| 3637 | 2026-09-07T00:11:15.651Z | Compiling cpubits v0.1.1 |
| 3638 | 2026-09-07T00:11:15.686Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3639 | 2026-09-07T00:11:15.705Z | Compiling gethostname v0.5.0 |
| 3640 | 2026-09-07T00:11:15.779Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3641 | 2026-09-07T00:11:15.795Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3642 | 2026-09-07T00:11:15.798Z | Compiling derive-where v1.6.0 |
| 3643 | 2026-09-07T00:11:15.815Z | Compiling usdt-macro v0.5.0 |
| 3644 | 2026-09-07T00:11:15.852Z | Compiling usdt-attr-macro v0.5.0 |
| 3645 | 2026-09-07T00:11:15.871Z | Compiling num-rational v0.4.2 |
| 3646 | 2026-09-07T00:11:15.891Z | Compiling num-complex v0.4.6 |
| 3647 | 2026-09-07T00:11:15.937Z | Compiling memmap v0.7.0 |
| 3648 | 2026-09-07T00:11:16.134Z | Compiling pem-rfc7468 v1.0.0 |
| 3649 | 2026-09-07T00:11:16.157Z | Compiling float-ord v0.3.2 |
| 3650 | 2026-09-07T00:11:16.295Z | Compiling num v0.4.3 |
| 3651 | 2026-09-07T00:11:16.314Z | Compiling resolv-conf v0.7.6 |
| 3652 | 2026-09-07T00:11:16.334Z | Compiling cancel-safe-futures v0.1.5 |
| 3653 | 2026-09-07T00:11:16.396Z | Compiling zone v0.3.1 |
| 3654 | 2026-09-07T00:11:16.463Z | Compiling hmac v0.13.0 |
| 3655 | 2026-09-07T00:11:16.501Z | Compiling universal-hash v0.6.1 |
| 3656 | 2026-09-07T00:11:16.519Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3657 | 2026-09-07T00:11:16.671Z | Compiling libefi-sys v0.1.0 |
| 3658 | 2026-09-07T00:11:16.700Z | Compiling prettyplease v0.2.37 |
| 3659 | 2026-09-07T00:11:16.721Z | Compiling linear-map v1.2.0 |
| 3660 | 2026-09-07T00:11:16.725Z | Compiling polyval v0.7.1 |
| 3661 | 2026-09-07T00:11:16.741Z | Compiling usdt v0.5.0 |
| 3662 | 2026-09-07T00:11:16.915Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3663 | 2026-09-07T00:11:16.957Z | Compiling ingot-types v0.2.0 |
| 3664 | 2026-09-07T00:11:16.962Z | Compiling der v0.8.0 |
| 3665 | 2026-09-07T00:11:16.993Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3666 | 2026-09-07T00:11:16.993Z | Compiling hickory-proto v0.24.4 |
| 3667 | 2026-09-07T00:11:17.046Z | Compiling newline-converter v0.3.0 |
| 3668 | 2026-09-07T00:11:17.046Z | Compiling console v0.15.11 |
| 3669 | 2026-09-07T00:11:17.085Z | Compiling bitfield-struct v0.6.2 |
| 3670 | 2026-09-07T00:11:17.091Z | Compiling linked-hash-map v0.5.6 |
| 3671 | 2026-09-07T00:11:17.215Z | Compiling oxide-update-engine-types v0.1.2 |
| 3672 | 2026-09-07T00:11:17.386Z | Compiling lru-cache v0.1.2 |
| 3673 | 2026-09-07T00:11:17.485Z | Compiling ingot v0.2.1 |
| 3674 | 2026-09-07T00:11:17.504Z | Compiling expectorate v1.2.0 |
| 3675 | 2026-09-07T00:11:17.545Z | Compiling ghash v0.6.0 |
| 3676 | 2026-09-07T00:11:17.604Z | Compiling pbkdf2 v0.13.0 |
| 3677 | 2026-09-07T00:11:17.699Z | Compiling crypto-bigint v0.7.5 |
| 3678 | 2026-09-07T00:11:17.718Z | Compiling aes v0.9.1 |
| 3679 | 2026-09-07T00:11:17.748Z | Compiling ctr v0.10.1 |
| 3680 | 2026-09-07T00:11:17.767Z | Compiling aead v0.6.1 |
| 3681 | 2026-09-07T00:11:17.820Z | Compiling sha2 v0.11.0 |
| 3682 | 2026-09-07T00:11:17.835Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3683 | 2026-09-07T00:11:17.971Z | Compiling nom v8.0.0 |
| 3684 | 2026-09-07T00:11:17.975Z | Compiling typify-macro v0.6.2 |
| 3685 | 2026-09-07T00:11:18.006Z | Compiling semver v0.1.20 |
| 3686 | 2026-09-07T00:11:18.164Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3687 | 2026-09-07T00:11:18.269Z | Compiling oxide-update-engine v0.1.2 |
| 3688 | 2026-09-07T00:11:18.309Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3689 | 2026-09-07T00:11:18.342Z | Compiling rustc_version v0.1.7 |
| 3690 | 2026-09-07T00:11:18.374Z | Compiling aes-gcm v0.11.0 |
| 3691 | 2026-09-07T00:11:18.509Z | Compiling spki v0.8.0 |
| 3692 | 2026-09-07T00:11:18.542Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3693 | 2026-09-07T00:11:18.606Z | Compiling tokio-dtrace v0.1.1 |
| 3694 | 2026-09-07T00:11:18.623Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3695 | 2026-09-07T00:11:18.748Z | Compiling salsa20 v0.11.0 |
| 3696 | 2026-09-07T00:11:18.766Z | Compiling slog-dtrace v0.3.0 |
| 3697 | 2026-09-07T00:11:18.783Z | Compiling minimal-lexical v0.2.1 |
| 3698 | 2026-09-07T00:11:18.809Z | Compiling xshell-macros v0.2.7 |
| 3699 | 2026-09-07T00:11:18.903Z | Compiling scrypt v0.12.0 |
| 3700 | 2026-09-07T00:11:18.921Z | Compiling oxide-tokio-rt v0.1.4 |
| 3701 | 2026-09-07T00:11:18.943Z | Compiling newtype_derive v0.1.6 |
| 3702 | 2026-09-07T00:11:18.943Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3703 | 2026-09-07T00:11:18.981Z | Compiling phf_shared v0.12.1 |
| 3704 | 2026-09-07T00:11:19.080Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3705 | 2026-09-07T00:11:19.097Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3706 | 2026-09-07T00:11:19.182Z | Compiling nom v7.1.3 |
| 3707 | 2026-09-07T00:11:19.199Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3708 | 2026-09-07T00:11:19.243Z | Compiling cbc v0.2.1 |
| 3709 | 2026-09-07T00:11:19.264Z | Compiling xshell v0.2.7 |
| 3710 | 2026-09-07T00:11:19.283Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3711 | 2026-09-07T00:11:19.446Z | Compiling hickory-resolver v0.24.4 |
| 3712 | 2026-09-07T00:11:19.493Z | Compiling csv-core v0.1.13 |
| 3713 | 2026-09-07T00:11:19.557Z | Compiling highway v1.3.0 |
| 3714 | 2026-09-07T00:11:19.640Z | Compiling unicode-xid v0.2.6 |
| 3715 | 2026-09-07T00:11:19.789Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3716 | 2026-09-07T00:11:19.806Z | Compiling chrono-tz v0.10.4 |
| 3717 | 2026-09-07T00:11:19.827Z | Compiling const_format_proc_macros v0.2.34 |
| 3718 | 2026-09-07T00:11:19.891Z | Compiling csv v1.4.0 |
| 3719 | 2026-09-07T00:11:19.915Z | Compiling typify v0.6.2 |
| 3720 | 2026-09-07T00:11:19.975Z | Compiling pkcs5 v0.8.1 |
| 3721 | 2026-09-07T00:11:20.047Z | Compiling progenitor-impl v0.14.0 |
| 3722 | 2026-09-07T00:11:20.161Z | Compiling phf v0.12.1 |
| 3723 | 2026-09-07T00:11:20.361Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3724 | 2026-09-07T00:11:20.422Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3725 | 2026-09-07T00:11:20.486Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3726 | 2026-09-07T00:11:20.505Z | Compiling qorb v0.4.1 |
| 3727 | 2026-09-07T00:11:20.540Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3728 | 2026-09-07T00:11:20.563Z | Compiling utf-8 v0.7.6 |
| 3729 | 2026-09-07T00:11:20.619Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3730 | 2026-09-07T00:11:20.735Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3731 | 2026-09-07T00:11:20.755Z | Compiling const_format v0.2.35 |
| 3732 | 2026-09-07T00:11:20.776Z | Compiling pkcs8 v0.11.0 |
| 3733 | 2026-09-07T00:11:20.779Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3734 | 2026-09-07T00:11:21.114Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3735 | 2026-09-07T00:11:21.215Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3736 | 2026-09-07T00:11:21.231Z | Compiling tabled_derive v0.7.0 |
| 3737 | 2026-09-07T00:11:21.298Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3738 | 2026-09-07T00:11:21.472Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3739 | 2026-09-07T00:11:21.491Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3740 | 2026-09-07T00:11:21.643Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3741 | 2026-09-07T00:11:21.753Z | Compiling bcs v0.1.6 |
| 3742 | 2026-09-07T00:11:22.108Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3743 | 2026-09-07T00:11:22.148Z | Compiling ff v0.14.0 |
| 3744 | 2026-09-07T00:11:22.178Z | Compiling termtree v0.5.1 |
| 3745 | 2026-09-07T00:11:22.324Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3746 | 2026-09-07T00:11:22.365Z | Compiling tabled v0.15.0 |
| 3747 | 2026-09-07T00:11:22.374Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3748 | 2026-09-07T00:11:22.489Z | Compiling steno v0.4.1 |
| 3749 | 2026-09-07T00:11:22.571Z | Compiling group v0.14.0 |
| 3750 | 2026-09-07T00:11:22.623Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3751 | 2026-09-07T00:11:22.644Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3752 | 2026-09-07T00:11:22.663Z | Compiling signature v3.0.0 |
| 3753 | 2026-09-07T00:11:22.813Z | Compiling tagptr v0.2.0 |
| 3754 | 2026-09-07T00:11:22.828Z | Compiling progenitor-macro v0.14.0 |
| 3755 | 2026-09-07T00:11:22.892Z | Compiling base16ct v1.0.0 |
| 3756 | 2026-09-07T00:11:22.974Z | Compiling moka v0.12.13 |
| 3757 | 2026-09-07T00:11:23.000Z | Compiling hkdf v0.13.0 |
| 3758 | 2026-09-07T00:11:23.016Z | Compiling parking_lot_core v0.8.6 |
| 3759 | 2026-09-07T00:11:23.051Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3760 | 2026-09-07T00:11:23.092Z | Compiling sec1 v0.8.1 |
| 3761 | 2026-09-07T00:11:23.115Z | Compiling dashu-int v0.5.1 |
| 3762 | 2026-09-07T00:11:23.164Z | Compiling wnaf v0.14.0 |
| 3763 | 2026-09-07T00:11:23.209Z | Compiling primefield v0.14.0 |
| 3764 | 2026-09-07T00:11:23.330Z | Compiling elliptic-curve v0.14.1 |
| 3765 | 2026-09-07T00:11:23.396Z | Compiling tungstenite v0.21.0 |
| 3766 | 2026-09-07T00:11:23.413Z | Compiling rfc6979 v0.6.0 |
| 3767 | 2026-09-07T00:11:23.422Z | Compiling libscf-sys v1.2.0 |
| 3768 | 2026-09-07T00:11:23.449Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3769 | 2026-09-07T00:11:23.485Z | Compiling git-stub v1.0.0 |
| 3770 | 2026-09-07T00:11:23.604Z | Compiling ssh-encoding v0.2.0 |
| 3771 | 2026-09-07T00:11:23.616Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3772 | 2026-09-07T00:11:23.779Z | Compiling hickory-resolver v0.25.2 |
| 3773 | 2026-09-07T00:11:23.824Z | Compiling num-modular v0.6.5 |
| 3774 | 2026-09-07T00:11:23.864Z | Compiling dashu-base v0.5.1 |
| 3775 | 2026-09-07T00:11:23.907Z | Compiling rlimit v0.10.2 |
| 3776 | 2026-09-07T00:11:23.974Z | Compiling tokio-tungstenite v0.21.0 |
| 3777 | 2026-09-07T00:11:24.201Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3778 | 2026-09-07T00:11:24.262Z | Compiling primeorder v0.14.0 |
| 3779 | 2026-09-07T00:11:24.274Z | Compiling ecdsa v0.17.0 |
| 3780 | 2026-09-07T00:11:24.302Z | Compiling ssh-cipher v0.2.0 |
| 3781 | 2026-09-07T00:11:24.328Z | Compiling git-stub-vcs v0.1.0 |
| 3782 | 2026-09-07T00:11:24.656Z | Compiling tungstenite v0.28.0 |
| 3783 | 2026-09-07T00:11:24.686Z | Compiling papergrid v0.18.0 |
| 3784 | 2026-09-07T00:11:24.730Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3785 | 2026-09-07T00:11:24.774Z | Compiling p256 v0.13.2 |
| 3786 | 2026-09-07T00:11:24.803Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3787 | 2026-09-07T00:11:24.923Z | Compiling curve25519-dalek v5.0.0 |
| 3788 | 2026-09-07T00:11:24.936Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3789 | 2026-09-07T00:11:25.111Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3790 | 2026-09-07T00:11:25.196Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3791 | 2026-09-07T00:11:25.328Z | Compiling num-primitive v0.2.1 |
| 3792 | 2026-09-07T00:11:25.371Z | Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3793 | 2026-09-07T00:11:25.384Z | Compiling unicase v2.9.0 |
| 3794 | 2026-09-07T00:11:25.645Z | Compiling mime_guess v2.0.5 |
| 3795 | 2026-09-07T00:11:25.667Z | Compiling tabled v0.21.0 |
| 3796 | 2026-09-07T00:11:25.690Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3797 | 2026-09-07T00:11:25.704Z | Compiling tokio-tungstenite v0.28.0 |
| 3798 | 2026-09-07T00:11:25.742Z | Compiling ssh-key v0.6.7 |
| 3799 | 2026-09-07T00:11:25.768Z | Compiling parking_lot v0.11.2 |
| 3800 | 2026-09-07T00:11:25.829Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3801 | 2026-09-07T00:11:25.943Z | Compiling dsi-bitstream v0.10.1 |
| 3802 | 2026-09-07T00:11:26.195Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3803 | 2026-09-07T00:11:26.263Z | Compiling ssh-encoding v0.3.0 |
| 3804 | 2026-09-07T00:11:26.282Z | Compiling prefix-trie v0.7.0 |
| 3805 | 2026-09-07T00:11:26.373Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3806 | 2026-09-07T00:11:26.425Z | Compiling fxhash v0.2.1 |
| 3807 | 2026-09-07T00:11:26.594Z | Compiling keccak v0.2.0 |
| 3808 | 2026-09-07T00:11:26.614Z | Compiling http-range-header v0.4.2 |
| 3809 | 2026-09-07T00:11:26.638Z | Compiling bytesize v2.7.0 |
| 3810 | 2026-09-07T00:11:26.701Z | Compiling hickory-server v0.25.2 |
| 3811 | 2026-09-07T00:11:26.801Z | Compiling sled v0.34.7 |
| 3812 | 2026-09-07T00:11:26.818Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3813 | 2026-09-07T00:11:26.847Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3814 | 2026-09-07T00:11:27.087Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3815 | 2026-09-07T00:11:27.120Z | Compiling ed25519 v3.0.0 |
| 3816 | 2026-09-07T00:11:27.204Z | Compiling crypto-primes v0.7.2 |
| 3817 | 2026-09-07T00:11:27.883Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3818 | 2026-09-07T00:11:28.141Z | Compiling progenitor v0.14.0 |
| 3819 | 2026-09-07T00:11:28.163Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3820 | 2026-09-07T00:11:28.274Z | Compiling poly1305 v0.9.0 |
| 3821 | 2026-09-07T00:11:28.292Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3822 | 2026-09-07T00:11:28.311Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3823 | 2026-09-07T00:11:28.333Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3824 | 2026-09-07T00:11:28.603Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3825 | 2026-09-07T00:11:28.623Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3826 | 2026-09-07T00:11:28.626Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3827 | 2026-09-07T00:11:28.724Z | Compiling blowfish v0.10.0 |
| 3828 | 2026-09-07T00:11:28.895Z | Compiling blake2 v0.11.0-rc.6 |
| 3829 | 2026-09-07T00:11:28.997Z | Compiling http-range v0.1.5 |
| 3830 | 2026-09-07T00:11:29.016Z | Compiling seq-macro v0.3.6 |
| 3831 | 2026-09-07T00:11:29.036Z | Compiling half v1.8.3 |
| 3832 | 2026-09-07T00:11:29.069Z | Compiling crc8 v0.1.1 |
| 3833 | 2026-09-07T00:11:29.088Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3834 | 2026-09-07T00:11:29.219Z | Compiling argon2 v0.6.0-rc.8 |
| 3835 | 2026-09-07T00:11:29.224Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3836 | 2026-09-07T00:11:29.224Z | Compiling ssh-cipher v0.3.0 |
| 3837 | 2026-09-07T00:11:29.346Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3838 | 2026-09-07T00:11:29.365Z | Compiling serde_cbor v0.11.2 |
| 3839 | 2026-09-07T00:11:29.553Z | Compiling rsa v0.10.0-rc.18 |
| 3840 | 2026-09-07T00:11:29.603Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3841 | 2026-09-07T00:11:29.887Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3842 | 2026-09-07T00:11:29.962Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3843 | 2026-09-07T00:11:30.005Z | Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3844 | 2026-09-07T00:11:30.355Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3845 | 2026-09-07T00:11:30.485Z | Compiling ed25519-dalek v3.0.0 |
| 3846 | 2026-09-07T00:11:30.595Z | Compiling sha3 v0.11.0 |
| 3847 | 2026-09-07T00:11:31.021Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3848 | 2026-09-07T00:11:31.095Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3849 | 2026-09-07T00:11:31.135Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3850 | 2026-09-07T00:11:31.180Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-09-07T00:11:31.303Z | Compiling p521 v0.14.0 |
| 3852 | 2026-09-07T00:11:31.402Z | Compiling p384 v0.14.0 |
| 3853 | 2026-09-07T00:11:31.418Z | Compiling p256 v0.14.0 |
| 3854 | 2026-09-07T00:11:31.803Z | Compiling scuffle v0.1.0 |
| 3855 | 2026-09-07T00:11:32.447Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3856 | 2026-09-07T00:11:32.594Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3857 | 2026-09-07T00:11:32.735Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3858 | 2026-09-07T00:11:32.746Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3859 | 2026-09-07T00:11:32.839Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3860 | 2026-09-07T00:11:32.912Z | Compiling yasna v0.5.2 |
| 3861 | 2026-09-07T00:11:33.325Z | Compiling pwd v1.4.0 |
| 3862 | 2026-09-07T00:11:33.540Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3863 | 2026-09-07T00:11:33.559Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3864 | 2026-09-07T00:11:33.605Z | Compiling kstat-rs v0.2.5 |
| 3865 | 2026-09-07T00:11:33.632Z | Compiling headers-core v0.3.0 |
| 3866 | 2026-09-07T00:11:33.654Z | Compiling kem v0.3.0 |
| 3867 | 2026-09-07T00:11:33.790Z | Compiling module-lattice v0.2.3 |
| 3868 | 2026-09-07T00:11:33.815Z | Compiling lru v0.18.3 |
| 3869 | 2026-09-07T00:11:33.833Z | Compiling nanorand v0.7.0 |
| 3870 | 2026-09-07T00:11:33.849Z | Compiling sponge-cursor v0.1.0 |
| 3871 | 2026-09-07T00:11:33.944Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3872 | 2026-09-07T00:11:34.026Z | Compiling sha3 v0.12.0 |
| 3873 | 2026-09-07T00:11:34.041Z | Compiling flume v0.11.1 |
| 3874 | 2026-09-07T00:11:34.088Z | Compiling ml-kem v0.3.2 |
| 3875 | 2026-09-07T00:11:34.149Z | Compiling headers v0.4.1 |
| 3876 | 2026-09-07T00:11:34.246Z | Compiling rcgen v0.12.1 |
| 3877 | 2026-09-07T00:11:34.399Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3878 | 2026-09-07T00:11:34.616Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3879 | 2026-09-07T00:11:34.635Z | Compiling ssh-key v0.7.0-rc.11 |
| 3880 | 2026-09-07T00:11:34.795Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3881 | 2026-09-07T00:11:34.826Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3882 | 2026-09-07T00:11:34.982Z | Compiling hyper-staticfile v0.10.1 |
| 3883 | 2026-09-07T00:11:35.077Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3884 | 2026-09-07T00:11:35.186Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3885 | 2026-09-07T00:11:35.186Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3886 | 2026-09-07T00:11:35.314Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3887 | 2026-09-07T00:11:35.429Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3888 | 2026-09-07T00:11:35.450Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3889 | 2026-09-07T00:11:35.454Z | Compiling russh-cryptovec v0.62.0 |
| 3890 | 2026-09-07T00:11:35.523Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3891 | 2026-09-07T00:11:35.542Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3892 | 2026-09-07T00:11:35.547Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3893 | 2026-09-07T00:11:35.589Z | Compiling port-file v0.1.0 |
| 3894 | 2026-09-07T00:11:35.696Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3895 | 2026-09-07T00:11:35.729Z | Compiling num-bigint v0.4.6 |
| 3896 | 2026-09-07T00:11:35.768Z | Compiling generic-array v1.4.3 |
| 3897 | 2026-09-07T00:11:35.814Z | Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9) |
| 3898 | 2026-09-07T00:11:35.832Z | Compiling russh-util v0.52.0 |
| 3899 | 2026-09-07T00:11:35.865Z | Compiling enum_dispatch v0.3.13 |
| 3900 | 2026-09-07T00:11:36.018Z | Compiling delegate v0.13.5 |
| 3901 | 2026-09-07T00:11:36.239Z | Compiling subprocess v0.2.15 |
| 3902 | 2026-09-07T00:11:36.273Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3903 | 2026-09-07T00:11:36.345Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3904 | 2026-09-07T00:11:36.746Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3905 | 2026-09-07T00:11:36.785Z | Compiling hex-literal v1.1.0 |
| 3906 | 2026-09-07T00:11:36.891Z | Compiling display-error-chain v0.2.2 |
| 3907 | 2026-09-07T00:11:36.908Z | Compiling md5 v0.8.0 |
| 3908 | 2026-09-07T00:11:36.930Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3909 | 2026-09-07T00:11:37.051Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3910 | 2026-09-07T00:11:37.070Z | Compiling colored v2.2.0 |
| 3911 | 2026-09-07T00:11:37.090Z | Compiling russh v0.62.4 |
| 3912 | 2026-09-07T00:11:37.212Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3913 | 2026-09-07T00:11:37.351Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3914 | 2026-09-07T00:11:37.510Z | Compiling internet-checksum v0.2.1 |
| 3915 | 2026-09-07T00:11:38.547Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3916 | 2026-09-07T00:11:38.547Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3917 | 2026-09-07T00:11:41.402Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3918 | 2026-09-07T00:11:42.107Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3919 | 2026-09-07T00:11:42.626Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3920 | 2026-09-07T00:11:43.808Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3921 | 2026-09-07T00:11:43.971Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3922 | 2026-09-07T00:11:53.041Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3923 | 2026-09-07T00:11:53.041Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3924 | 2026-09-07T00:11:53.045Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3925 | 2026-09-07T00:11:53.045Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3926 | 2026-09-07T00:11:53.045Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3927 | 2026-09-07T00:11:54.906Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3928 | 2026-09-07T00:11:55.027Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3929 | 2026-09-07T00:11:59.410Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3930 | 2026-09-07T00:12:44.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
| 3931 | 2026-09-07T00:12:44.803Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3932 | 2026-09-07T00:12:44.803Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3933 | 2026-09-07T00:12:45.029Z | |
| 3934 | 2026-09-07T00:12:45.029Z | real 1:35.564284489 |
| 3935 | 2026-09-07T00:12:45.029Z | user 9:01.815320280 |
| 3936 | 2026-09-07T00:12:45.030Z | sys 1:43.360539330 |
| 3937 | 2026-09-07T00:12:45.030Z | trap 0.265261422 |
| 3938 | 2026-09-07T00:12:45.030Z | tflt 0.380552875 |
| 3939 | 2026-09-07T00:12:45.030Z | dflt 1.592112802 |
| 3940 | 2026-09-07T00:12:45.030Z | kflt 0.000266992 |
| 3941 | 2026-09-07T00:12:45.030Z | lock 33:07.880363335 |
| 3942 | 2026-09-07T00:12:45.030Z | slp 19:56.276169708 |
| 3943 | 2026-09-07T00:12:45.030Z | lat 39.967306258 |
| 3944 | 2026-09-07T00:12:45.034Z | stop 3:11.126089936 |
| 3945 | 2026-09-07T00:12:45.034Z | + mkdir tests |
| 3946 | 2026-09-07T00:12:45.038Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3947 | 2026-09-07T00:12:45.038Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3948 | 2026-09-07T00:12:45.061Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-eec25a4036886b53 tests/ |
| 3949 | 2026-09-07T00:12:45.093Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9423b7e00e5159e3 tests/ |
| 3950 | 2026-09-07T00:12:45.124Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-62adf57f668d298c tests/ |
| 3951 | 2026-09-07T00:12:45.158Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7cdb1e4c142372d0 tests/ |
| 3952 | 2026-09-07T00:12:45.548Z | + 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) |
| 3953 | 2026-09-07T00:12:45.552Z | + 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-9423b7e00e5159e3 tests/commtest-62adf57f668d298c tests/dhcp_server-eec25a4036886b53 tests/end_to_end_tests-7cdb1e4c142372d0 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 |
| 3954 | 2026-09-07T00:13:51.739Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3955 | 2026-09-07T00:13:51.739Z | a .github/buildomat/ci-env.sh 1K |
| 3956 | 2026-09-07T00:13:51.739Z | a out/target/test 1K |
| 3957 | 2026-09-07T00:13:51.739Z | a out/npuzone/npuzone 27402K |
| 3958 | 2026-09-07T00:13:51.739Z | a package-manifest.toml 35K |
| 3959 | 2026-09-07T00:13:51.739Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3960 | 2026-09-07T00:13:51.739Z | a target/release/omicron-package 16984K |
| 3961 | 2026-09-07T00:13:51.739Z | a target/release/xtask 6403K |
| 3962 | 2026-09-07T00:13:51.739Z | a target/debug/bootstrap 440079K |
| 3963 | 2026-09-07T00:13:51.739Z | a tests/bootstrap-9423b7e00e5159e3 34531K |
| 3964 | 2026-09-07T00:13:51.739Z | a tests/commtest-62adf57f668d298c 34532K |
| 3965 | 2026-09-07T00:13:51.739Z | a tests/dhcp_server-eec25a4036886b53 34531K |
| 3966 | 2026-09-07T00:13:51.739Z | a tests/end_to_end_tests-7cdb1e4c142372d0 503582K |
| 3967 | 2026-09-07T00:13:51.739Z | a tools/opte_version 1K |
| 3968 | 2026-09-07T00:13:51.739Z | a tools/opte_version_override 2K |
| 3969 | 2026-09-07T00:13:51.739Z | a out/clickhouse.tar.gz 233242K |
| 3970 | 2026-09-07T00:13:51.739Z | a out/clickhouse_keeper.tar.gz 227758K |
| 3971 | 2026-09-07T00:13:51.739Z | a out/clickhouse_server.tar.gz 233239K |
| 3972 | 2026-09-07T00:13:51.739Z | a out/cockroachdb.tar.gz 125094K |
| 3973 | 2026-09-07T00:13:51.739Z | a out/crucible-pantry-zone.tar.gz 24780K |
| 3974 | 2026-09-07T00:13:51.739Z | a out/crucible-utils.tar 18900K |
| 3975 | 2026-09-07T00:13:51.740Z | a out/crucible-zone.tar.gz 39592K |
| 3976 | 2026-09-07T00:13:51.740Z | a out/external-dns.tar.gz 15169K |
| 3977 | 2026-09-07T00:13:51.740Z | a out/internal-dns.tar.gz 15168K |
| 3978 | 2026-09-07T00:13:51.740Z | a out/mg-ddm-gz.tar 100917K |
| 3979 | 2026-09-07T00:13:51.740Z | a out/nexus.tar.gz 196073K |
| 3980 | 2026-09-07T00:13:51.740Z | a out/ntp.tar.gz 7164K |
| 3981 | 2026-09-07T00:13:51.740Z | a out/omicron-gateway-softnpu.tar.gz 13859K |
| 3982 | 2026-09-07T00:13:51.740Z | a out/omicron-sled-agent.tar 133793K |
| 3983 | 2026-09-07T00:13:51.740Z | a out/overlay.tar.gz 4K |
| 3984 | 2026-09-07T00:13:51.740Z | a out/oximeter.tar.gz 17700K |
| 3985 | 2026-09-07T00:13:51.740Z | a out/oxlog.tar 2410K |
| 3986 | 2026-09-07T00:13:51.740Z | a out/probe.tar.gz 3037K |
| 3987 | 2026-09-07T00:13:51.740Z | a out/propolis-server.tar.gz 34642K |
| 3988 | 2026-09-07T00:13:51.740Z | a out/pumpkind-gz.tar 26647K |
| 3989 | 2026-09-07T00:13:51.740Z | a out/switch-softnpu.tar.gz 306696K |
| 3990 | 2026-09-07T00:13:51.744Z | |
| 3991 | 2026-09-07T00:13:51.744Z | real 1:06.186024998 |
| 3992 | 2026-09-07T00:13:51.744Z | user 1:04.028272003 |
| 3993 | 2026-09-07T00:13:51.744Z | sys 3.591474603 |
| 3994 | 2026-09-07T00:13:51.744Z | trap 0.005883238 |
| 3995 | 2026-09-07T00:13:51.744Z | tflt 0.000000000 |
| 3996 | 2026-09-07T00:13:51.744Z | dflt 0.000000000 |
| 3997 | 2026-09-07T00:13:51.744Z | kflt 0.000000000 |
| 3998 | 2026-09-07T00:13:51.744Z | lock 0.000000000 |
| 3999 | 2026-09-07T00:13:51.744Z | slp 1:03.903136904 |
| 4000 | 2026-09-07T00:13:51.744Z | lat 0.838841418 |
| 4001 | 2026-09-07T00:13:51.744Z | stop 0.000188408 |
| 4002 | 2026-09-07T00:13:51.744Z | process exited: duration 1071779 ms, exit code 0 |
| |
| 4003 | 2026-09-07T00:13:51.759Z | found 1 output files |
| 4004 | 2026-09-07T00:13:51.759Z | uploading: /work/package.tar.gz (1843802599 bytes) |
| 4005 | 2026-09-07T00:14:24.514Z | uploaded: /work/package.tar.gz |