|
|
|
| 1 | 2026-09-11T00:14:18.402Z | job assigned to worker 01M26X00R4ED8W7M5QSZCFX6W9 [factory aws, i-003633ba0e7896b72] (queued for 49 s) |
| |
| 2 | 2026-09-11T00:14:25.486Z | starting task 0: "setup" |
| 3 | 2026-09-11T00:14:25.490Z | ++ uname -s |
| 4 | 2026-09-11T00:14:25.493Z | + kern=SunOS |
| 5 | 2026-09-11T00:14:25.493Z | + build_user=build |
| 6 | 2026-09-11T00:14:25.493Z | + build_uid=12345 |
| 7 | 2026-09-11T00:14:25.493Z | + work_dir=/work |
| 8 | 2026-09-11T00:14:25.493Z | + input_dir=/input |
| 9 | 2026-09-11T00:14:25.493Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-11T00:14:25.493Z | + case "$kern" in |
| 11 | 2026-09-11T00:14:25.493Z | + groupadd -g 12345 build |
| 12 | 2026-09-11T00:14:25.496Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-11T00:14:27.502Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-11T00:14:27.630Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-11T00:14:27.633Z | + home_fs=zfs |
| 16 | 2026-09-11T00:14:27.633Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-11T00:14:27.633Z | + mkdir -p /home/build |
| 18 | 2026-09-11T00:14:27.636Z | + chown build:build /home/build /work |
| 19 | 2026-09-11T00:14:29.636Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-11T00:14:29.639Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-09-11T00:14:29.646Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-11T00:14:29.651Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-11T00:14:29.651Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-11T00:14:29.651Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-09-11T00:14:29.651Z | * rust toolchain channel = "1.98.1" |
| 26 | 2026-09-11T00:14:29.651Z | * rust toolchain profile = "default" |
| 27 | 2026-09-11T00:14:29.651Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-11T00:14:29.654Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-11T00:14:29.654Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-11T00:14:29.762Z | info: downloading installer |
| 31 | 2026-09-11T00:14:31.158Z | info: profile set to default |
| 32 | 2026-09-11T00:14:31.158Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-11T00:14:31.162Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-11T00:14:31.300Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-11T00:14:31.303Z | info: downloading 6 components |
| 36 | 2026-09-11T00:14:46.565Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 37 | 2026-09-11T00:14:46.565Z | |
| 38 | 2026-09-11T00:14:46.599Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-11T00:14:46.599Z | |
| 40 | 2026-09-11T00:14:46.603Z | |
| 41 | 2026-09-11T00:14:46.603Z | Rust is installed now. Great! |
| 42 | 2026-09-11T00:14:46.603Z | |
| 43 | 2026-09-11T00:14:46.603Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-11T00:14:46.603Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-11T00:14:46.603Z | |
| 46 | 2026-09-11T00:14:46.603Z | To configure your current shell, you need to source |
| 47 | 2026-09-11T00:14:46.603Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-11T00:14:46.603Z | |
| 49 | 2026-09-11T00:14:46.603Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-11T00:14:46.603Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-11T00:14:46.603Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-11T00:14:46.603Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-11T00:14:46.603Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-11T00:14:46.603Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-11T00:14:46.603Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-11T00:14:46.603Z | HOST_CC = None |
| 57 | 2026-09-11T00:14:46.603Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-11T00:14:46.603Z | CC = None |
| 59 | 2026-09-11T00:14:46.603Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-11T00:14:47.159Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-11T00:14:47.159Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-11T00:14:47.159Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-11T00:14:47.159Z | CFLAGS = None |
| 64 | 2026-09-11T00:14:47.159Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-11T00:14:47.159Z | HOST_CFLAGS = None |
| 66 | 2026-09-11T00:14:47.159Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-11T00:14:47.159Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-11T00:14:47.159Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-11T00:14:47.159Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-11T00:14:47.266Z | + rustup --version |
| 71 | 2026-09-11T00:14:47.270Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-11T00:14:47.273Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-11T00:14:47.292Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-11T00:14:47.295Z | + cargo --version |
| 75 | 2026-09-11T00:14:47.302Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-11T00:14:47.305Z | + rustc --version |
| 77 | 2026-09-11T00:14:47.324Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-11T00:14:47.327Z | process exited: duration 17680 ms, exit code 0 |
| |
| 79 | 2026-09-11T00:14:47.333Z | starting task 2: "authentication" |
| 80 | 2026-09-11T00:14:47.352Z | process exited: duration 19 ms, exit code 0 |
| |
| 81 | 2026-09-11T00:14:47.358Z | starting task 3: "clone repository" |
| 82 | 2026-09-11T00:14:47.362Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-11T00:14:47.365Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-11T00:14:47.398Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-11T00:15:07.742Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-11T00:15:07.742Z | + git fetch origin c49493388009bb0a0eb3a0cb552b547e5149a357 |
| 87 | 2026-09-11T00:15:08.117Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-11T00:15:08.117Z | * branch c49493388009bb0a0eb3a0cb552b547e5149a357 -> FETCH_HEAD |
| 89 | 2026-09-11T00:15:08.130Z | + [[ -n sush-sled-agent ]] |
| 90 | 2026-09-11T00:15:08.134Z | ++ git branch --show-current |
| 91 | 2026-09-11T00:15:08.134Z | + current=main |
| 92 | 2026-09-11T00:15:08.134Z | + [[ main != sush-sled-agent ]] |
| 93 | 2026-09-11T00:15:08.134Z | + git branch -f sush-sled-agent c49493388009bb0a0eb3a0cb552b547e5149a357 |
| 94 | 2026-09-11T00:15:08.137Z | + git checkout -f sush-sled-agent |
| 95 | 2026-09-11T00:15:08.388Z | Switched to branch 'sush-sled-agent' |
| 96 | 2026-09-11T00:15:08.391Z | + git reset --hard c49493388009bb0a0eb3a0cb552b547e5149a357 |
| 97 | 2026-09-11T00:15:08.408Z | HEAD is now at c49493388 Merge remote-tracking branch 'github/main' into sush-sled-agent |
| 98 | 2026-09-11T00:15:08.410Z | process exited: duration 21049 ms, exit code 0 |
| |
| 99 | 2026-09-11T00:15:08.416Z | starting task 4: "build" |
| 100 | 2026-09-11T00:15:08.421Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-11T00:15:08.421Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-11T00:15:08.421Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-11T00:15:08.424Z | +++ uname -s |
| 104 | 2026-09-11T00:15:08.424Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-11T00:15:08.424Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-11T00:15:08.427Z | + cargo --version |
| 107 | 2026-09-11T00:15:08.434Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 108 | 2026-09-11T00:15:08.438Z | + rustc --version |
| 109 | 2026-09-11T00:15:08.457Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 110 | 2026-09-11T00:15:08.460Z | + WORK=/work |
| 111 | 2026-09-11T00:15:08.460Z | + pfexec mkdir -p /work |
| 112 | 2026-09-11T00:15:08.463Z | + pfexec chown build /work |
| 113 | 2026-09-11T00:15:08.466Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-09-11T00:15:11.025Z | Startup: Refreshing catalog 'helios' ... Done |
| 115 | 2026-09-11T00:15:11.504Z | Startup: Caching catalogs ... Done |
| 116 | 2026-09-11T00:15:14.120Z | Planning: Solver setup ... Done (2.490s) |
| 117 | 2026-09-11T00:15:14.194Z | Planning: Running solver ... Done (0.073s) |
| 118 | 2026-09-11T00:15:14.247Z | Planning: Finding local manifests ... Done (0.004s) |
| 119 | 2026-09-11T00:15:14.258Z | Planning: Fetching manifests: 0/2 0% complete |
| 120 | 2026-09-11T00:15:14.276Z | Planning: Fetching manifests: 2/2 100% complete |
| 121 | 2026-09-11T00:15:14.290Z | Planning: Package planning ... Done (0.014s) |
| 122 | 2026-09-11T00:15:14.293Z | Planning: Merging actions ... Done (0.002s) |
| 123 | 2026-09-11T00:15:14.453Z | Planning: Checking for conflicting actions ... Done (0.161s) |
| 124 | 2026-09-11T00:15:14.456Z | Planning: Consolidating action changes ... Done (0.001s) |
| 125 | 2026-09-11T00:15:15.320Z | Planning: Evaluating mediators ... Done (0.867s) |
| 126 | 2026-09-11T00:15:15.324Z | Planning: Planning completed in 3.78 seconds |
| 127 | 2026-09-11T00:15:15.331Z | Packages to install: 2 |
| 128 | 2026-09-11T00:15:15.331Z | Estimated space available: 156.02 GB |
| 129 | 2026-09-11T00:15:15.331Z | Estimated space to be consumed: 87.89 MB |
| 130 | 2026-09-11T00:15:15.331Z | Create boot environment: No |
| 131 | 2026-09-11T00:15:15.334Z | Create backup boot environment: No |
| 132 | 2026-09-11T00:15:15.334Z | Rebuild boot archive: No |
| 133 | 2026-09-11T00:15:15.334Z | |
| 134 | 2026-09-11T00:15:15.334Z | Changed packages: |
| 135 | 2026-09-11T00:15:15.334Z | helios |
| 136 | 2026-09-11T00:15:15.334Z | developer/build-essential |
| 137 | 2026-09-11T00:15:15.334Z | None -> 11-3.0 |
| 138 | 2026-09-11T00:15:15.334Z | library/libxmlsec1 |
| 139 | 2026-09-11T00:15:15.334Z | None -> 1.2.35-3.0 |
| 140 | 2026-09-11T00:15:15.355Z | |
| 141 | 2026-09-11T00:15:15.355Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 142 | 2026-09-11T00:15:15.425Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 143 | 2026-09-11T00:15:15.502Z | Actions: 1/268 actions (Installing new actions) |
| 144 | 2026-09-11T00:15:15.540Z | Actions: Completed 268 actions in 0.04 seconds. |
| 145 | 2026-09-11T00:15:15.578Z | Finalize: Updating package state database ... Done (0.037s) |
| 146 | 2026-09-11T00:15:15.578Z | Finalize: Updating package cache ... Done (0.000s) |
| 147 | 2026-09-11T00:15:15.674Z | Finalize: Updating image state ... Done (0.096s) |
| 148 | 2026-09-11T00:15:18.434Z | Finalize: Creating fast lookup database ... Done (2.706s) |
| 149 | 2026-09-11T00:15:18.512Z | Finalize: Reading search index ... Done (0.014s) |
| 150 | 2026-09-11T00:15:18.515Z | Finalize: Updating search index ... Done (0.000s) |
| 151 | 2026-09-11T00:15:18.598Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-09-11T00:15:18.978Z | Planning: Evaluating mediator changes ... Done |
| 153 | 2026-09-11T00:15:19.083Z | Planning: Checking for conflicting actions ... Done |
| 154 | 2026-09-11T00:15:19.087Z | Planning: Consolidating action changes ... Done |
| 155 | 2026-09-11T00:15:19.237Z | Planning: Evaluating mediators ... Done |
| 156 | 2026-09-11T00:15:19.240Z | Planning: Planning completed in 0.26 seconds |
| 157 | 2026-09-11T00:15:19.261Z | Mediators to change: 2 |
| 158 | 2026-09-11T00:15:19.261Z | Create boot environment: No |
| 159 | 2026-09-11T00:15:19.261Z | Create backup boot environment: No |
| 160 | 2026-09-11T00:15:19.319Z | Finalize: Updating package state database ... Done |
| 161 | 2026-09-11T00:15:19.319Z | Finalize: Updating package cache ... Done |
| 162 | 2026-09-11T00:15:19.369Z | Finalize: Updating image state ... Done |
| 163 | 2026-09-11T00:15:21.307Z | Finalize: Creating fast lookup database ... Done |
| 164 | 2026-09-11T00:15:21.371Z | Finalize: Reading search index ... Done |
| 165 | 2026-09-11T00:15:21.374Z | Finalize: Updating search index ... Done |
| 166 | 2026-09-11T00:15:21.441Z | Finalize: Updating package cache ... Done |
| 167 | 2026-09-11T00:15:21.723Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-09-11T00:15:21.829Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-09-11T00:15:21.832Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-09-11T00:15:21.984Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-09-11T00:15:21.987Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-09-11T00:15:22.007Z | Mediators to change: 1 |
| 173 | 2026-09-11T00:15:22.007Z | Create boot environment: No |
| 174 | 2026-09-11T00:15:22.007Z | Create backup boot environment: No |
| 175 | 2026-09-11T00:15:22.061Z | Finalize: Updating package state database ... Done |
| 176 | 2026-09-11T00:15:22.061Z | Finalize: Updating package cache ... Done |
| 177 | 2026-09-11T00:15:22.123Z | Finalize: Updating image state ... Done |
| 178 | 2026-09-11T00:15:24.062Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-09-11T00:15:24.123Z | Finalize: Reading search index ... Done |
| 180 | 2026-09-11T00:15:24.126Z | Finalize: Updating search index ... Done |
| 181 | 2026-09-11T00:15:24.190Z | Finalize: Updating package cache ... Done |
| 182 | 2026-09-11T00:15:24.503Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 183 | 2026-09-11T00:15:24.503Z | apache system 2.4 system |
| 184 | 2026-09-11T00:15:24.503Z | clang system 15 system |
| 185 | 2026-09-11T00:15:24.503Z | csh system system illumos |
| 186 | 2026-09-11T00:15:24.503Z | ctags system system illumos |
| 187 | 2026-09-11T00:15:24.503Z | file vendor vendor darwinsys |
| 188 | 2026-09-11T00:15:24.503Z | file system system illumos |
| 189 | 2026-09-11T00:15:24.503Z | gcc vendor 14 vendor |
| 190 | 2026-09-11T00:15:24.503Z | gcc system 13 system |
| 191 | 2026-09-11T00:15:24.503Z | gcc system 10 system |
| 192 | 2026-09-11T00:15:24.503Z | go system 1.25 system |
| 193 | 2026-09-11T00:15:24.503Z | llvm system 15 system |
| 194 | 2026-09-11T00:15:24.503Z | mariadb system 11.4 system |
| 195 | 2026-09-11T00:15:24.503Z | mta vendor vendor dma |
| 196 | 2026-09-11T00:15:24.503Z | openjdk system 17 system |
| 197 | 2026-09-11T00:15:24.503Z | openjdk system 11 system |
| 198 | 2026-09-11T00:15:24.503Z | openssl vendor 3 vendor |
| 199 | 2026-09-11T00:15:24.503Z | perl system 5.40 system |
| 200 | 2026-09-11T00:15:24.503Z | postgresql system 18 system |
| 201 | 2026-09-11T00:15:24.503Z | postgresql system 17 system |
| 202 | 2026-09-11T00:15:24.503Z | python vendor 3 vendor |
| 203 | 2026-09-11T00:15:24.503Z | python system 2 system |
| 204 | 2026-09-11T00:15:24.503Z | python3 vendor 3.13 vendor |
| 205 | 2026-09-11T00:15:24.503Z | ruby system 3.4 system |
| 206 | 2026-09-11T00:15:24.503Z | ruby system 3.0 system |
| 207 | 2026-09-11T00:15:24.503Z | words vendor vendor american-english |
| 208 | 2026-09-11T00:15:24.504Z | words system system australian-english |
| 209 | 2026-09-11T00:15:24.504Z | words system system british-english |
| 210 | 2026-09-11T00:15:24.504Z | words system system canadian-english |
| 211 | 2026-09-11T00:15:24.504Z | words system system french |
| 212 | 2026-09-11T00:15:24.504Z | words system system italian |
| 213 | 2026-09-11T00:15:24.504Z | words system system ngerman |
| 214 | 2026-09-11T00:15:24.504Z | words system system ogerman |
| 215 | 2026-09-11T00:15:24.504Z | words system system spanish |
| 216 | 2026-09-11T00:15:24.765Z | PUBLISHER TYPE STATUS P LOCATION |
| 217 | 2026-09-11T00:15:24.766Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 218 | 2026-09-11T00:15:25.281Z | FMRI IFO |
| 219 | 2026-09-11T00:15:25.281Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 220 | 2026-09-11T00:15:25.281Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 221 | 2026-09-11T00:15:25.281Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 222 | 2026-09-11T00:15:25.281Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 223 | 2026-09-11T00:15:25.281Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 224 | 2026-09-11T00:15:25.281Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 225 | 2026-09-11T00:15:25.281Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 226 | 2026-09-11T00:15:25.282Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 227 | 2026-09-11T00:15:25.282Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 228 | 2026-09-11T00:15:25.624Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 229 | 2026-09-11T00:15:25.944Z | Updating crates.io index |
| 230 | 2026-09-11T00:15:25.948Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 231 | 2026-09-11T00:15:26.206Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 232 | 2026-09-11T00:15:26.597Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 233 | 2026-09-11T00:15:26.916Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 234 | 2026-09-11T00:15:28.261Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 235 | 2026-09-11T00:15:28.877Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 236 | 2026-09-11T00:15:28.979Z | error: failed to get `crucible-smf` as a dependency of package `illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)` |
| 237 | 2026-09-11T00:15:28.979Z | |
| 238 | 2026-09-11T00:15:28.980Z | Caused by: |
| 239 | 2026-09-11T00:15:28.980Z | failed to load source for dependency `crucible-smf` |
| 240 | 2026-09-11T00:15:28.980Z | |
| 241 | 2026-09-11T00:15:28.980Z | Caused by: |
| 242 | 2026-09-11T00:15:28.980Z | unable to update https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174 |
| 243 | 2026-09-11T00:15:28.980Z | |
| 244 | 2026-09-11T00:15:28.980Z | Caused by: |
| 245 | 2026-09-11T00:15:28.980Z | failed to clone into: /home/build/.cargo/git/db/crucible-0a48bd218bc2bbbc |
| 246 | 2026-09-11T00:15:28.980Z | |
| 247 | 2026-09-11T00:15:28.980Z | Caused by: |
| 248 | 2026-09-11T00:15:28.980Z | revision ad8a31742adc45e925e63443a5b43c8e30604022 not found |
| 249 | 2026-09-11T00:15:28.980Z | |
| 250 | 2026-09-11T00:15:28.980Z | Caused by: |
| 251 | 2026-09-11T00:15:28.980Z | network failure seems to have happened |
| 252 | 2026-09-11T00:15:28.980Z | if a proxy or similar is necessary `net.git-fetch-with-cli` may help here |
| 253 | 2026-09-11T00:15:28.980Z | https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli |
| 254 | 2026-09-11T00:15:28.983Z | |
| 255 | 2026-09-11T00:15:28.983Z | Caused by: |
| 256 | 2026-09-11T00:15:28.983Z | SSL error: unknown error; class=Ssl (16) |
| 257 | 2026-09-11T00:15:28.995Z | Failed to run command -- will try 2 more times |
| 258 | 2026-09-11T00:15:29.182Z | Updating crates.io index |
| 259 | 2026-09-11T00:15:29.195Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 260 | 2026-09-11T00:15:31.204Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 261 | 2026-09-11T00:15:32.401Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 262 | 2026-09-11T00:15:32.735Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-09-11T00:15:33.107Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-09-11T00:15:34.439Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 265 | 2026-09-11T00:15:34.731Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-09-11T00:15:35.175Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 267 | 2026-09-11T00:15:35.444Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 268 | 2026-09-11T00:15:35.722Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 269 | 2026-09-11T00:15:35.995Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 270 | 2026-09-11T00:15:36.329Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 271 | 2026-09-11T00:15:36.630Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 272 | 2026-09-11T00:15:36.954Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 273 | 2026-09-11T00:15:37.442Z | Updating git repository `https://github.com/oxidecomputer/sush` |
| 274 | 2026-09-11T00:15:38.134Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-09-11T00:15:38.755Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 276 | 2026-09-11T00:15:39.079Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-09-11T00:15:39.624Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 278 | 2026-09-11T00:15:39.960Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 279 | 2026-09-11T00:15:40.256Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 280 | 2026-09-11T00:15:40.726Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 281 | 2026-09-11T00:15:41.023Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 282 | 2026-09-11T00:15:41.323Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2026-09-11T00:15:41.681Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2026-09-11T00:15:41.958Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 285 | 2026-09-11T00:15:42.281Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2026-09-11T00:15:42.686Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 287 | 2026-09-11T00:15:43.402Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2026-09-11T00:15:43.676Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 289 | 2026-09-11T00:15:43.964Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 290 | 2026-09-11T00:15:44.246Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 291 | 2026-09-11T00:15:55.949Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 292 | 2026-09-11T00:15:56.290Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 293 | 2026-09-11T00:15:56.621Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 294 | 2026-09-11T00:15:56.901Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 295 | 2026-09-11T00:15:57.213Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2026-09-11T00:15:57.498Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2026-09-11T00:15:57.825Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2026-09-11T00:15:58.093Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 299 | 2026-09-11T00:16:00.859Z | Downloading crates ... |
| 300 | 2026-09-11T00:16:00.908Z | Downloaded cargo-platform v0.3.2 |
| 301 | 2026-09-11T00:16:00.916Z | Downloaded fnv v1.0.7 |
| 302 | 2026-09-11T00:16:00.921Z | Downloaded byteorder v1.5.0 |
| 303 | 2026-09-11T00:16:00.925Z | Downloaded anyhow v1.0.104 |
| 304 | 2026-09-11T00:16:00.927Z | Downloaded pretty-hex v0.4.1 |
| 305 | 2026-09-11T00:16:00.927Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-09-11T00:16:00.928Z | Downloaded strsim v0.11.1 |
| 307 | 2026-09-11T00:16:00.928Z | Downloaded digest v0.10.7 |
| 308 | 2026-09-11T00:16:00.932Z | Downloaded colorchoice v1.0.4 |
| 309 | 2026-09-11T00:16:00.935Z | Downloaded zmij v1.0.21 |
| 310 | 2026-09-11T00:16:00.935Z | Downloaded block-buffer v0.10.4 |
| 311 | 2026-09-11T00:16:00.935Z | Downloaded anstyle-query v1.1.5 |
| 312 | 2026-09-11T00:16:00.938Z | Downloaded generic-array v0.14.7 |
| 313 | 2026-09-11T00:16:00.938Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-09-11T00:16:00.938Z | Downloaded equivalent v1.0.2 |
| 315 | 2026-09-11T00:16:00.938Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-09-11T00:16:00.941Z | Downloaded itoa v1.0.17 |
| 317 | 2026-09-11T00:16:00.941Z | Downloaded anstream v1.0.0 |
| 318 | 2026-09-11T00:16:00.941Z | Downloaded zerocopy v0.7.35 |
| 319 | 2026-09-11T00:16:00.948Z | Downloaded zerocopy-derive v0.7.35 |
| 320 | 2026-09-11T00:16:00.951Z | Downloaded bytecount v0.6.9 |
| 321 | 2026-09-11T00:16:00.954Z | Downloaded fastrand v2.3.0 |
| 322 | 2026-09-11T00:16:00.954Z | Downloaded camino-tempfile v1.4.1 |
| 323 | 2026-09-11T00:16:00.954Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2026-09-11T00:16:00.957Z | Downloaded anstyle-parse v1.0.0 |
| 325 | 2026-09-11T00:16:00.957Z | Downloaded fs-err v3.3.0 |
| 326 | 2026-09-11T00:16:00.957Z | Downloaded getrandom v0.4.3 |
| 327 | 2026-09-11T00:16:00.960Z | Downloaded errno v0.3.14 |
| 328 | 2026-09-11T00:16:00.960Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-09-11T00:16:00.960Z | Downloaded macaddr v1.0.1 |
| 330 | 2026-09-11T00:16:00.960Z | Downloaded crypto-common v0.1.7 |
| 331 | 2026-09-11T00:16:00.965Z | Downloaded bitflags v2.11.0 |
| 332 | 2026-09-11T00:16:00.965Z | Downloaded heck v0.4.1 |
| 333 | 2026-09-11T00:16:00.965Z | Downloaded dof v0.3.0 |
| 334 | 2026-09-11T00:16:00.969Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-09-11T00:16:00.969Z | Downloaded autocfg v1.5.0 |
| 336 | 2026-09-11T00:16:00.969Z | Downloaded cpufeatures v0.2.17 |
| 337 | 2026-09-11T00:16:00.981Z | Downloaded terminal_size v0.4.3 |
| 338 | 2026-09-11T00:16:00.982Z | Downloaded memmap v0.7.0 |
| 339 | 2026-09-11T00:16:00.982Z | Downloaded plain v0.2.3 |
| 340 | 2026-09-11T00:16:00.982Z | Downloaded toml_write v0.1.2 |
| 341 | 2026-09-11T00:16:00.987Z | Downloaded heck v0.5.0 |
| 342 | 2026-09-11T00:16:00.987Z | Downloaded usdt v0.5.0 |
| 343 | 2026-09-11T00:16:00.987Z | Downloaded scroll_derive v0.12.1 |
| 344 | 2026-09-11T00:16:00.987Z | Downloaded usdt-attr-macro v0.5.0 |
| 345 | 2026-09-11T00:16:00.987Z | Downloaded cfg-if v1.0.4 |
| 346 | 2026-09-11T00:16:00.987Z | Downloaded usdt-macro v0.5.0 |
| 347 | 2026-09-11T00:16:00.993Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2026-09-11T00:16:00.993Z | Downloaded unicode-linebreak v0.1.5 |
| 349 | 2026-09-11T00:16:00.993Z | Downloaded smawk v0.3.2 |
| 350 | 2026-09-11T00:16:01.000Z | Downloaded toml_datetime v0.6.11 |
| 351 | 2026-09-11T00:16:01.003Z | Downloaded thread-id v4.2.2 |
| 352 | 2026-09-11T00:16:01.008Z | Downloaded version_check v0.9.5 |
| 353 | 2026-09-11T00:16:01.011Z | Downloaded serde_spanned v0.6.9 |
| 354 | 2026-09-11T00:16:01.014Z | Downloaded tabled_derive v0.7.0 |
| 355 | 2026-09-11T00:16:01.015Z | Downloaded swrite v0.1.0 |
| 356 | 2026-09-11T00:16:01.043Z | Downloaded scroll v0.12.0 |
| 357 | 2026-09-11T00:16:01.048Z | Downloaded anstyle v1.0.14 |
| 358 | 2026-09-11T00:16:01.048Z | Downloaded serde_tokenstream v0.2.3 |
| 359 | 2026-09-11T00:16:01.048Z | Downloaded thiserror-impl v1.0.69 |
| 360 | 2026-09-11T00:16:01.049Z | Downloaded thiserror v1.0.69 |
| 361 | 2026-09-11T00:16:01.049Z | Downloaded thiserror v2.0.18 |
| 362 | 2026-09-11T00:16:01.049Z | Downloaded camino v1.2.5 |
| 363 | 2026-09-11T00:16:01.049Z | Downloaded quote v1.0.45 |
| 364 | 2026-09-11T00:16:01.049Z | Downloaded pest_generator v2.8.6 |
| 365 | 2026-09-11T00:16:01.049Z | Downloaded cargo_metadata v0.23.1 |
| 366 | 2026-09-11T00:16:01.049Z | Downloaded sha2 v0.10.9 |
| 367 | 2026-09-11T00:16:01.049Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2026-09-11T00:16:01.060Z | Downloaded pest_derive v2.8.6 |
| 369 | 2026-09-11T00:16:01.064Z | Downloaded once_cell v1.21.3 |
| 370 | 2026-09-11T00:16:01.064Z | Downloaded proc-macro-error v1.0.4 |
| 371 | 2026-09-11T00:16:01.064Z | Downloaded log v0.4.33 |
| 372 | 2026-09-11T00:16:01.064Z | Downloaded papergrid v0.11.0 |
| 373 | 2026-09-11T00:16:01.069Z | Downloaded thiserror-impl v2.0.18 |
| 374 | 2026-09-11T00:16:01.073Z | Downloaded toml v0.8.23 |
| 375 | 2026-09-11T00:16:01.077Z | Downloaded tempfile v3.27.0 |
| 376 | 2026-09-11T00:16:01.077Z | Downloaded pest_meta v2.8.6 |
| 377 | 2026-09-11T00:16:01.082Z | Downloaded clap_derive v4.6.1 |
| 378 | 2026-09-11T00:16:01.082Z | Downloaded semver v1.0.28 |
| 379 | 2026-09-11T00:16:01.082Z | Downloaded proc-macro2 v1.0.106 |
| 380 | 2026-09-11T00:16:01.084Z | Downloaded clap v4.6.1 |
| 381 | 2026-09-11T00:16:01.088Z | Downloaded serde_derive v1.0.228 |
| 382 | 2026-09-11T00:16:01.096Z | Downloaded toml_edit v0.22.27 |
| 383 | 2026-09-11T00:16:01.098Z | Downloaded memchr v2.8.0 |
| 384 | 2026-09-11T00:16:01.101Z | Downloaded ucd-trie v0.1.7 |
| 385 | 2026-09-11T00:16:01.106Z | Downloaded textwrap v0.16.2 |
| 386 | 2026-09-11T00:16:01.109Z | Downloaded serde_core v1.0.228 |
| 387 | 2026-09-11T00:16:01.132Z | Downloaded serde v1.0.228 |
| 388 | 2026-09-11T00:16:01.138Z | Downloaded typenum v1.20.1 |
| 389 | 2026-09-11T00:16:01.143Z | Downloaded indexmap v2.14.0 |
| 390 | 2026-09-11T00:16:01.146Z | Downloaded clap_builder v4.6.0 |
| 391 | 2026-09-11T00:16:01.162Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-09-11T00:16:01.165Z | Downloaded pest v2.8.6 |
| 393 | 2026-09-11T00:16:01.168Z | Downloaded goblin v0.8.2 |
| 394 | 2026-09-11T00:16:01.171Z | Downloaded serde_json v1.0.151 |
| 395 | 2026-09-11T00:16:01.176Z | Downloaded winnow v0.7.14 |
| 396 | 2026-09-11T00:16:01.187Z | Downloaded tabled v0.15.0 |
| 397 | 2026-09-11T00:16:01.195Z | Downloaded unicode-width v0.2.0 |
| 398 | 2026-09-11T00:16:01.198Z | Downloaded syn v1.0.109 |
| 399 | 2026-09-11T00:16:01.205Z | Downloaded unicode-width v0.1.14 |
| 400 | 2026-09-11T00:16:01.210Z | Downloaded syn v2.0.117 |
| 401 | 2026-09-11T00:16:01.220Z | Downloaded rustix v1.1.4 |
| 402 | 2026-09-11T00:16:01.237Z | Downloaded libc v0.2.185 |
| 403 | 2026-09-11T00:16:01.299Z | Compiling proc-macro2 v1.0.106 |
| 404 | 2026-09-11T00:16:01.302Z | Compiling unicode-ident v1.0.24 |
| 405 | 2026-09-11T00:16:01.302Z | Compiling quote v1.0.45 |
| 406 | 2026-09-11T00:16:01.302Z | Compiling serde_core v1.0.228 |
| 407 | 2026-09-11T00:16:01.302Z | Compiling libc v0.2.185 |
| 408 | 2026-09-11T00:16:01.302Z | Compiling version_check v0.9.5 |
| 409 | 2026-09-11T00:16:01.302Z | Compiling memchr v2.8.0 |
| 410 | 2026-09-11T00:16:01.302Z | Compiling serde v1.0.228 |
| 411 | 2026-09-11T00:16:01.302Z | Compiling zmij v1.0.21 |
| 412 | 2026-09-11T00:16:01.302Z | Compiling itoa v1.0.17 |
| 413 | 2026-09-11T00:16:01.469Z | Compiling ucd-trie v0.1.7 |
| 414 | 2026-09-11T00:16:01.473Z | Compiling thiserror v1.0.69 |
| 415 | 2026-09-11T00:16:01.487Z | Compiling byteorder v1.5.0 |
| 416 | 2026-09-11T00:16:01.497Z | Compiling rustix v1.1.4 |
| 417 | 2026-09-11T00:16:01.705Z | Compiling bitflags v2.11.0 |
| 418 | 2026-09-11T00:16:01.764Z | Compiling serde_json v1.0.151 |
| 419 | 2026-09-11T00:16:01.922Z | Compiling proc-macro-error-attr v1.0.4 |
| 420 | 2026-09-11T00:16:01.963Z | Compiling usdt-impl v0.5.0 |
| 421 | 2026-09-11T00:16:01.979Z | Compiling syn v1.0.109 |
| 422 | 2026-09-11T00:16:02.013Z | Compiling pest v2.8.6 |
| 423 | 2026-09-11T00:16:02.028Z | Compiling camino v1.2.5 |
| 424 | 2026-09-11T00:16:02.142Z | Compiling proc-macro-error v1.0.4 |
| 425 | 2026-09-11T00:16:02.170Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-09-11T00:16:02.213Z | Compiling utf8parse v0.2.2 |
| 427 | 2026-09-11T00:16:02.241Z | Compiling log v0.4.33 |
| 428 | 2026-09-11T00:16:02.259Z | Compiling equivalent v1.0.2 |
| 429 | 2026-09-11T00:16:02.292Z | Compiling getrandom v0.4.3 |
| 430 | 2026-09-11T00:16:02.294Z | Compiling plain v0.2.3 |
| 431 | 2026-09-11T00:16:02.353Z | Compiling anstyle-parse v1.0.0 |
| 432 | 2026-09-11T00:16:02.371Z | Compiling anstyle v1.0.14 |
| 433 | 2026-09-11T00:16:02.420Z | Compiling toml_write v0.1.2 |
| 434 | 2026-09-11T00:16:02.453Z | Compiling anstyle-query v1.1.5 |
| 435 | 2026-09-11T00:16:02.456Z | Compiling thiserror v2.0.18 |
| 436 | 2026-09-11T00:16:02.456Z | Compiling autocfg v1.5.0 |
| 437 | 2026-09-11T00:16:02.551Z | Compiling is_terminal_polyfill v1.70.2 |
| 438 | 2026-09-11T00:16:02.555Z | Compiling colorchoice v1.0.4 |
| 439 | 2026-09-11T00:16:02.599Z | Compiling errno v0.3.14 |
| 440 | 2026-09-11T00:16:02.613Z | Compiling thread-id v4.2.2 |
| 441 | 2026-09-11T00:16:02.645Z | Compiling winnow v0.7.14 |
| 442 | 2026-09-11T00:16:02.662Z | Compiling cfg-if v1.0.4 |
| 443 | 2026-09-11T00:16:02.665Z | Compiling pretty-hex v0.4.1 |
| 444 | 2026-09-11T00:16:02.696Z | Compiling anstream v1.0.0 |
| 445 | 2026-09-11T00:16:02.699Z | Compiling indexmap v2.14.0 |
| 446 | 2026-09-11T00:16:02.793Z | Compiling bytecount v0.6.9 |
| 447 | 2026-09-11T00:16:02.796Z | Compiling fastrand v2.3.0 |
| 448 | 2026-09-11T00:16:02.839Z | Compiling once_cell v1.21.3 |
| 449 | 2026-09-11T00:16:02.898Z | Compiling fnv v1.0.7 |
| 450 | 2026-09-11T00:16:02.965Z | Compiling syn v2.0.117 |
| 451 | 2026-09-11T00:16:02.997Z | Compiling fs-err v3.3.0 |
| 452 | 2026-09-11T00:16:03.034Z | Compiling clap_lex v1.0.0 |
| 453 | 2026-09-11T00:16:03.051Z | Compiling heck v0.5.0 |
| 454 | 2026-09-11T00:16:03.071Z | Compiling pest_meta v2.8.6 |
| 455 | 2026-09-11T00:16:03.096Z | Compiling heck v0.4.1 |
| 456 | 2026-09-11T00:16:03.101Z | Compiling unicode-width v0.1.14 |
| 457 | 2026-09-11T00:16:03.126Z | Compiling strsim v0.11.1 |
| 458 | 2026-09-11T00:16:03.224Z | Compiling anyhow v1.0.104 |
| 459 | 2026-09-11T00:16:03.302Z | Compiling memmap v0.7.0 |
| 460 | 2026-09-11T00:16:03.316Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-09-11T00:16:03.339Z | Compiling smawk v0.3.2 |
| 462 | 2026-09-11T00:16:03.354Z | Compiling papergrid v0.11.0 |
| 463 | 2026-09-11T00:16:03.399Z | Compiling unicode-width v0.2.0 |
| 464 | 2026-09-11T00:16:03.495Z | Compiling swrite v0.1.0 |
| 465 | 2026-09-11T00:16:03.603Z | Compiling terminal_size v0.4.3 |
| 466 | 2026-09-11T00:16:03.603Z | Compiling tempfile v3.27.0 |
| 467 | 2026-09-11T00:16:03.705Z | Compiling clap_builder v4.6.0 |
| 468 | 2026-09-11T00:16:03.705Z | Compiling textwrap v0.16.2 |
| 469 | 2026-09-11T00:16:03.790Z | Compiling cargo-platform v0.3.2 |
| 470 | 2026-09-11T00:16:03.805Z | Compiling semver v1.0.28 |
| 471 | 2026-09-11T00:16:04.038Z | Compiling camino-tempfile v1.4.1 |
| 472 | 2026-09-11T00:16:04.446Z | Compiling tabled_derive v0.7.0 |
| 473 | 2026-09-11T00:16:05.110Z | Compiling tabled v0.15.0 |
| 474 | 2026-09-11T00:16:05.151Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-09-11T00:16:05.653Z | Compiling serde_derive v1.0.228 |
| 476 | 2026-09-11T00:16:05.662Z | Compiling thiserror-impl v1.0.69 |
| 477 | 2026-09-11T00:16:05.662Z | Compiling zerocopy-derive v0.7.35 |
| 478 | 2026-09-11T00:16:05.662Z | Compiling scroll_derive v0.12.1 |
| 479 | 2026-09-11T00:16:05.662Z | Compiling thiserror-impl v2.0.18 |
| 480 | 2026-09-11T00:16:05.662Z | Compiling clap_derive v4.6.1 |
| 481 | 2026-09-11T00:16:05.711Z | Compiling pest_derive v2.8.6 |
| 482 | 2026-09-11T00:16:06.314Z | Compiling scroll v0.12.0 |
| 483 | 2026-09-11T00:16:06.442Z | Compiling zerocopy v0.7.35 |
| 484 | 2026-09-11T00:16:06.537Z | Compiling goblin v0.8.2 |
| 485 | 2026-09-11T00:16:06.698Z | Compiling dtrace-parser v0.2.0 |
| 486 | 2026-09-11T00:16:07.059Z | Compiling clap v4.6.1 |
| 487 | 2026-09-11T00:16:08.090Z | Compiling serde_spanned v0.6.9 |
| 488 | 2026-09-11T00:16:08.090Z | Compiling toml_datetime v0.6.11 |
| 489 | 2026-09-11T00:16:08.090Z | Compiling cargo_metadata v0.23.1 |
| 490 | 2026-09-11T00:16:08.094Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 491 | 2026-09-11T00:16:08.094Z | Compiling macaddr v1.0.1 |
| 492 | 2026-09-11T00:16:08.094Z | Compiling dof v0.3.0 |
| 493 | 2026-09-11T00:16:08.094Z | Compiling serde_tokenstream v0.2.3 |
| 494 | 2026-09-11T00:16:08.296Z | Compiling toml_edit v0.22.27 |
| 495 | 2026-09-11T00:16:08.817Z | Compiling usdt-macro v0.5.0 |
| 496 | 2026-09-11T00:16:08.817Z | Compiling usdt-attr-macro v0.5.0 |
| 497 | 2026-09-11T00:16:09.438Z | Compiling usdt v0.5.0 |
| 498 | 2026-09-11T00:16:09.568Z | Compiling toml v0.8.23 |
| 499 | 2026-09-11T00:16:09.890Z | Compiling cargo_toml v0.21.0 |
| 500 | 2026-09-11T00:16:11.179Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 501 | 2026-09-11T00:16:13.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.27s |
| 502 | 2026-09-11T00:16:13.503Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 503 | 2026-09-11T00:16:14.032Z | Downloading crates ... |
| 504 | 2026-09-11T00:16:14.081Z | Downloaded base16ct v1.0.0 |
| 505 | 2026-09-11T00:16:14.085Z | Downloaded aead v0.5.2 |
| 506 | 2026-09-11T00:16:14.088Z | Downloaded bitfield v0.19.4 |
| 507 | 2026-09-11T00:16:14.100Z | Downloaded adler2 v2.0.1 |
| 508 | 2026-09-11T00:16:14.104Z | Downloaded ciborium-io v0.2.2 |
| 509 | 2026-09-11T00:16:14.107Z | Downloaded cfg_aliases v0.1.1 |
| 510 | 2026-09-11T00:16:14.110Z | Downloaded funty v2.0.0 |
| 511 | 2026-09-11T00:16:14.113Z | Downloaded bitflags v1.3.2 |
| 512 | 2026-09-11T00:16:14.113Z | Downloaded cassowary v0.3.0 |
| 513 | 2026-09-11T00:16:14.116Z | Downloaded fixedbitset v0.4.2 |
| 514 | 2026-09-11T00:16:14.119Z | Downloaded bit-set v0.8.0 |
| 515 | 2026-09-11T00:16:14.119Z | Downloaded arrayref v0.3.9 |
| 516 | 2026-09-11T00:16:14.119Z | Downloaded aead v0.6.1 |
| 517 | 2026-09-11T00:16:14.119Z | Downloaded foreign-types v0.3.2 |
| 518 | 2026-09-11T00:16:14.119Z | Downloaded anstream v0.6.21 |
| 519 | 2026-09-11T00:16:14.122Z | Downloaded futures-task v0.3.32 |
| 520 | 2026-09-11T00:16:14.122Z | Downloaded anstyle-parse v0.2.7 |
| 521 | 2026-09-11T00:16:14.125Z | Downloaded async-recursion v1.1.1 |
| 522 | 2026-09-11T00:16:14.125Z | Downloaded foreign-types-shared v0.1.1 |
| 523 | 2026-09-11T00:16:14.125Z | Downloaded atomicwrites v0.4.4 |
| 524 | 2026-09-11T00:16:14.125Z | Downloaded hostname v0.3.1 |
| 525 | 2026-09-11T00:16:14.128Z | Downloaded httpdate v1.0.3 |
| 526 | 2026-09-11T00:16:14.128Z | Downloaded hash32 v0.3.1 |
| 527 | 2026-09-11T00:16:14.131Z | Downloaded globwalk v0.9.1 |
| 528 | 2026-09-11T00:16:14.131Z | Downloaded argon2 v0.5.3 |
| 529 | 2026-09-11T00:16:14.137Z | Downloaded bcs v0.1.6 |
| 530 | 2026-09-11T00:16:14.137Z | Downloaded async-stream v0.3.6 |
| 531 | 2026-09-11T00:16:14.141Z | Downloaded addr2line v0.25.1 |
| 532 | 2026-09-11T00:16:14.141Z | Downloaded highway v1.3.0 |
| 533 | 2026-09-11T00:16:14.141Z | Downloaded bit-vec v0.8.0 |
| 534 | 2026-09-11T00:16:14.144Z | Downloaded atomic-waker v1.1.2 |
| 535 | 2026-09-11T00:16:14.144Z | Downloaded atty v0.2.14 |
| 536 | 2026-09-11T00:16:14.147Z | Downloaded erased-serde v0.3.31 |
| 537 | 2026-09-11T00:16:14.147Z | Downloaded hmac v0.12.1 |
| 538 | 2026-09-11T00:16:14.151Z | Downloaded argon2 v0.6.0-rc.8 |
| 539 | 2026-09-11T00:16:14.151Z | Downloaded bit-vec v0.6.3 |
| 540 | 2026-09-11T00:16:14.154Z | Downloaded blake2 v0.11.0-rc.6 |
| 541 | 2026-09-11T00:16:14.154Z | Downloaded const-oid v0.9.6 |
| 542 | 2026-09-11T00:16:14.157Z | Downloaded fatfs v0.3.6 |
| 543 | 2026-09-11T00:16:14.157Z | Downloaded bb8 v0.8.6 |
| 544 | 2026-09-11T00:16:14.157Z | Downloaded foreign-types-macros v0.2.3 |
| 545 | 2026-09-11T00:16:14.161Z | Downloaded form_urlencoded v1.2.2 |
| 546 | 2026-09-11T00:16:14.161Z | Downloaded enum-as-inner v0.6.1 |
| 547 | 2026-09-11T00:16:14.161Z | Downloaded futures-sink v0.3.32 |
| 548 | 2026-09-11T00:16:14.161Z | Downloaded block-padding v0.4.2 |
| 549 | 2026-09-11T00:16:14.161Z | Downloaded enum_dispatch v0.3.13 |
| 550 | 2026-09-11T00:16:14.163Z | Downloaded futures-executor v0.3.32 |
| 551 | 2026-09-11T00:16:14.164Z | Downloaded base16ct v0.2.0 |
| 552 | 2026-09-11T00:16:14.164Z | Downloaded half v2.7.1 |
| 553 | 2026-09-11T00:16:14.164Z | Downloaded bit-set v0.5.3 |
| 554 | 2026-09-11T00:16:14.167Z | Downloaded bitfield-struct v0.6.2 |
| 555 | 2026-09-11T00:16:14.167Z | Downloaded ascii-canvas v3.0.0 |
| 556 | 2026-09-11T00:16:14.167Z | Downloaded flagset v0.4.7 |
| 557 | 2026-09-11T00:16:14.167Z | Downloaded futures-core v0.3.32 |
| 558 | 2026-09-11T00:16:14.167Z | Downloaded flume v0.11.1 |
| 559 | 2026-09-11T00:16:14.170Z | Downloaded flate2 v1.1.9 |
| 560 | 2026-09-11T00:16:14.172Z | Downloaded endian-type v0.1.2 |
| 561 | 2026-09-11T00:16:14.172Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 562 | 2026-09-11T00:16:14.172Z | Downloaded float-ord v0.3.2 |
| 563 | 2026-09-11T00:16:14.195Z | Downloaded foreign-types-shared v0.3.1 |
| 564 | 2026-09-11T00:16:14.195Z | Downloaded futures-macro v0.3.32 |
| 565 | 2026-09-11T00:16:14.195Z | Downloaded async-stream-impl v0.3.6 |
| 566 | 2026-09-11T00:16:14.201Z | Downloaded fd-lock v4.0.4 |
| 567 | 2026-09-11T00:16:14.201Z | Downloaded http-range-header v0.4.2 |
| 568 | 2026-09-11T00:16:14.201Z | Downloaded embedded-io v0.4.0 |
| 569 | 2026-09-11T00:16:14.201Z | Downloaded ahash v0.8.12 |
| 570 | 2026-09-11T00:16:14.201Z | Downloaded foreign-types v0.5.0 |
| 571 | 2026-09-11T00:16:14.201Z | Downloaded castaway v0.2.4 |
| 572 | 2026-09-11T00:16:14.201Z | Downloaded compression-core v0.4.31 |
| 573 | 2026-09-11T00:16:14.201Z | Downloaded cobs v0.3.0 |
| 574 | 2026-09-11T00:16:14.201Z | Downloaded assert_matches v1.5.0 |
| 575 | 2026-09-11T00:16:14.201Z | Downloaded home v0.5.12 |
| 576 | 2026-09-11T00:16:14.201Z | Downloaded parse-display v0.10.0 |
| 577 | 2026-09-11T00:16:14.201Z | Downloaded futures-io v0.3.32 |
| 578 | 2026-09-11T00:16:14.201Z | Downloaded float-cmp v0.10.0 |
| 579 | 2026-09-11T00:16:14.201Z | Downloaded heapless v0.7.17 |
| 580 | 2026-09-11T00:16:14.202Z | Downloaded cfg_aliases v0.2.1 |
| 581 | 2026-09-11T00:16:14.202Z | Downloaded block-buffer v0.12.1 |
| 582 | 2026-09-11T00:16:14.202Z | Downloaded bitfield-macros v0.19.4 |
| 583 | 2026-09-11T00:16:14.202Z | Downloaded ciborium-ll v0.2.2 |
| 584 | 2026-09-11T00:16:14.202Z | Downloaded http-body v1.0.1 |
| 585 | 2026-09-11T00:16:14.207Z | Downloaded ghash v0.6.0 |
| 586 | 2026-09-11T00:16:14.207Z | Downloaded git-stub v1.0.0 |
| 587 | 2026-09-11T00:16:14.212Z | Downloaded backon v1.6.0 |
| 588 | 2026-09-11T00:16:14.212Z | Downloaded newtype-uuid-macros v0.1.0 |
| 589 | 2026-09-11T00:16:14.212Z | Downloaded fallible-iterator v0.2.0 |
| 590 | 2026-09-11T00:16:14.212Z | Downloaded ff v0.14.0 |
| 591 | 2026-09-11T00:16:14.212Z | Downloaded num_threads v0.1.7 |
| 592 | 2026-09-11T00:16:14.215Z | Downloaded num v0.4.3 |
| 593 | 2026-09-11T00:16:14.215Z | Downloaded openssl-probe v0.2.1 |
| 594 | 2026-09-11T00:16:14.215Z | Downloaded hex-literal v1.1.0 |
| 595 | 2026-09-11T00:16:14.215Z | Downloaded olpc-cjson v0.1.4 |
| 596 | 2026-09-11T00:16:14.219Z | Downloaded array-init v0.0.4 |
| 597 | 2026-09-11T00:16:14.219Z | Downloaded gethostname v0.5.0 |
| 598 | 2026-09-11T00:16:14.219Z | Downloaded arrayvec v0.7.6 |
| 599 | 2026-09-11T00:16:14.219Z | Downloaded cipher v0.5.2 |
| 600 | 2026-09-11T00:16:14.223Z | Downloaded hostname v0.4.2 |
| 601 | 2026-09-11T00:16:14.223Z | Downloaded http-range v0.1.5 |
| 602 | 2026-09-11T00:16:14.223Z | Downloaded path-slash v0.2.1 |
| 603 | 2026-09-11T00:16:14.223Z | Downloaded hash32 v0.2.1 |
| 604 | 2026-09-11T00:16:14.223Z | Downloaded hex v0.4.3 |
| 605 | 2026-09-11T00:16:14.223Z | Downloaded backtrace-ext v0.2.1 |
| 606 | 2026-09-11T00:16:14.226Z | Downloaded byte-wrapper v0.1.0 |
| 607 | 2026-09-11T00:16:14.226Z | Downloaded compression-codecs v0.4.37 |
| 608 | 2026-09-11T00:16:14.226Z | Downloaded num-conv v0.2.0 |
| 609 | 2026-09-11T00:16:14.226Z | Downloaded bs58 v0.5.1 |
| 610 | 2026-09-11T00:16:14.229Z | Downloaded chacha20 v0.9.1 |
| 611 | 2026-09-11T00:16:14.229Z | Downloaded headers-core v0.3.0 |
| 612 | 2026-09-11T00:16:14.229Z | Downloaded proc-macro-crate v1.3.1 |
| 613 | 2026-09-11T00:16:14.229Z | Downloaded proc-macro-crate v3.4.0 |
| 614 | 2026-09-11T00:16:14.232Z | Downloaded cmake v0.1.57 |
| 615 | 2026-09-11T00:16:14.232Z | Downloaded base64ct v1.8.3 |
| 616 | 2026-09-11T00:16:14.232Z | Downloaded camino-tempfile-ext v0.3.3 |
| 617 | 2026-09-11T00:16:14.235Z | Downloaded cexpr v0.6.0 |
| 618 | 2026-09-11T00:16:14.235Z | Downloaded phf_shared v0.13.1 |
| 619 | 2026-09-11T00:16:14.235Z | Downloaded foldhash v0.2.0 |
| 620 | 2026-09-11T00:16:14.235Z | Downloaded password-hash v0.6.1 |
| 621 | 2026-09-11T00:16:14.238Z | Downloaded embedded-io v0.6.1 |
| 622 | 2026-09-11T00:16:14.238Z | Downloaded ff v0.13.1 |
| 623 | 2026-09-11T00:16:14.238Z | Downloaded foldhash v0.1.5 |
| 624 | 2026-09-11T00:16:14.238Z | Downloaded fs-err v2.11.0 |
| 625 | 2026-09-11T00:16:14.241Z | Downloaded glob v0.3.3 |
| 626 | 2026-09-11T00:16:14.241Z | Downloaded env_filter v2.0.0 |
| 627 | 2026-09-11T00:16:14.241Z | Downloaded powerfmt v0.2.0 |
| 628 | 2026-09-11T00:16:14.244Z | Downloaded predicates-core v1.0.10 |
| 629 | 2026-09-11T00:16:14.244Z | Downloaded fs_extra v1.3.0 |
| 630 | 2026-09-11T00:16:14.244Z | Downloaded predicates-tree v1.0.13 |
| 631 | 2026-09-11T00:16:14.244Z | Downloaded fixedbitset v0.5.7 |
| 632 | 2026-09-11T00:16:14.247Z | Downloaded git-stub-vcs v0.1.0 |
| 633 | 2026-09-11T00:16:14.247Z | Downloaded group v0.13.0 |
| 634 | 2026-09-11T00:16:14.247Z | Downloaded russh-cryptovec v0.62.0 |
| 635 | 2026-09-11T00:16:14.247Z | Downloaded rustc_version v0.4.1 |
| 636 | 2026-09-11T00:16:14.247Z | Downloaded bytesize v2.7.0 |
| 637 | 2026-09-11T00:16:14.250Z | Downloaded find-msvc-tools v0.1.9 |
| 638 | 2026-09-11T00:16:14.250Z | Downloaded fxhash v0.2.1 |
| 639 | 2026-09-11T00:16:14.250Z | Downloaded cbc v0.2.1 |
| 640 | 2026-09-11T00:16:14.253Z | Downloaded cmov v0.5.4 |
| 641 | 2026-09-11T00:16:14.253Z | Downloaded console v0.15.11 |
| 642 | 2026-09-11T00:16:14.253Z | Downloaded ena v0.14.4 |
| 643 | 2026-09-11T00:16:14.256Z | Downloaded filetime v0.2.27 |
| 644 | 2026-09-11T00:16:14.256Z | Downloaded group v0.14.0 |
| 645 | 2026-09-11T00:16:14.256Z | Downloaded allocator-api2 v0.2.21 |
| 646 | 2026-09-11T00:16:14.258Z | Downloaded async-trait v0.1.89 |
| 647 | 2026-09-11T00:16:14.258Z | Downloaded same-file v1.0.6 |
| 648 | 2026-09-11T00:16:14.261Z | Downloaded scroll_derive v0.13.1 |
| 649 | 2026-09-11T00:16:14.261Z | Downloaded blowfish v0.10.0 |
| 650 | 2026-09-11T00:16:14.261Z | Downloaded native-tls v0.2.18 |
| 651 | 2026-09-11T00:16:14.265Z | Downloaded hickory-resolver v0.24.4 |
| 652 | 2026-09-11T00:16:14.265Z | Downloaded pbkdf2 v0.13.0 |
| 653 | 2026-09-11T00:16:14.271Z | Downloaded cipher v0.4.4 |
| 654 | 2026-09-11T00:16:14.271Z | Downloaded http-body-util v0.1.3 |
| 655 | 2026-09-11T00:16:14.271Z | Downloaded globset v0.4.18 |
| 656 | 2026-09-11T00:16:14.271Z | Downloaded arc-swap v1.8.2 |
| 657 | 2026-09-11T00:16:14.274Z | Downloaded oxide-generation v0.1.3 |
| 658 | 2026-09-11T00:16:14.274Z | Downloaded phf v0.12.1 |
| 659 | 2026-09-11T00:16:14.274Z | Downloaded sigpipe v0.1.3 |
| 660 | 2026-09-11T00:16:14.274Z | Downloaded num-primitive v0.2.1 |
| 661 | 2026-09-11T00:16:14.278Z | Downloaded hubpack v0.1.2 |
| 662 | 2026-09-11T00:16:14.282Z | Downloaded httparse v1.10.1 |
| 663 | 2026-09-11T00:16:14.285Z | Downloaded pem-rfc7468 v1.0.0 |
| 664 | 2026-09-11T00:16:14.285Z | Downloaded colored v3.1.1 |
| 665 | 2026-09-11T00:16:14.289Z | Downloaded futures-channel v0.3.32 |
| 666 | 2026-09-11T00:16:14.289Z | Downloaded env_logger v0.11.11 |
| 667 | 2026-09-11T00:16:14.289Z | Downloaded ciborium v0.2.2 |
| 668 | 2026-09-11T00:16:14.289Z | Downloaded colored v2.2.0 |
| 669 | 2026-09-11T00:16:14.292Z | Downloaded supports-hyperlinks v3.2.0 |
| 670 | 2026-09-11T00:16:14.292Z | Downloaded tinyvec_macros v0.1.1 |
| 671 | 2026-09-11T00:16:14.292Z | Downloaded packed_struct v0.10.1 |
| 672 | 2026-09-11T00:16:14.292Z | Downloaded pin-project-lite v0.2.17 |
| 673 | 2026-09-11T00:16:14.295Z | Downloaded backoff v0.4.0 |
| 674 | 2026-09-11T00:16:14.298Z | Downloaded sync_wrapper v1.0.2 |
| 675 | 2026-09-11T00:16:14.298Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 676 | 2026-09-11T00:16:14.298Z | Downloaded strip-ansi-escapes v0.2.1 |
| 677 | 2026-09-11T00:16:14.298Z | Downloaded strum v0.27.2 |
| 678 | 2026-09-11T00:16:14.298Z | Downloaded http v1.4.2 |
| 679 | 2026-09-11T00:16:14.301Z | Downloaded rand_core v0.6.4 |
| 680 | 2026-09-11T00:16:14.301Z | Downloaded tokio-macros v2.7.0 |
| 681 | 2026-09-11T00:16:14.301Z | Downloaded progenitor-extras v0.2.0 |
| 682 | 2026-09-11T00:16:14.304Z | Downloaded half v1.8.3 |
| 683 | 2026-09-11T00:16:14.304Z | Downloaded rlimit v0.10.2 |
| 684 | 2026-09-11T00:16:14.304Z | Downloaded async-bb8-diesel v0.2.1 |
| 685 | 2026-09-11T00:16:14.308Z | Downloaded ar_archive_writer v0.5.1 |
| 686 | 2026-09-11T00:16:14.308Z | Downloaded rustversion v1.0.22 |
| 687 | 2026-09-11T00:16:14.310Z | Downloaded seq-macro v0.3.6 |
| 688 | 2026-09-11T00:16:14.310Z | Downloaded buf-list v1.1.2 |
| 689 | 2026-09-11T00:16:14.311Z | Downloaded cancel-safe-futures v0.1.5 |
| 690 | 2026-09-11T00:16:14.314Z | Downloaded console v0.16.2 |
| 691 | 2026-09-11T00:16:14.314Z | Downloaded waitgroup v0.1.2 |
| 692 | 2026-09-11T00:16:14.314Z | Downloaded clang-sys v1.8.1 |
| 693 | 2026-09-11T00:16:14.317Z | Downloaded tower-service v0.3.3 |
| 694 | 2026-09-11T00:16:14.317Z | Downloaded want v0.3.1 |
| 695 | 2026-09-11T00:16:14.317Z | Downloaded zone_cfg_derive v0.3.1 |
| 696 | 2026-09-11T00:16:14.317Z | Downloaded convert_case v0.4.0 |
| 697 | 2026-09-11T00:16:14.317Z | Downloaded bumpalo v3.20.2 |
| 698 | 2026-09-11T00:16:14.320Z | Downloaded rustls-native-certs v0.8.3 |
| 699 | 2026-09-11T00:16:14.321Z | Downloaded serde_derive_internals v0.29.1 |
| 700 | 2026-09-11T00:16:14.321Z | Downloaded serdect v0.4.3 |
| 701 | 2026-09-11T00:16:14.321Z | Downloaded bzip2 v0.4.4 |
| 702 | 2026-09-11T00:16:14.323Z | Downloaded bzip2 v0.6.1 |
| 703 | 2026-09-11T00:16:14.323Z | Downloaded chacha20 v0.10.0 |
| 704 | 2026-09-11T00:16:14.326Z | Downloaded usdt v0.6.0 |
| 705 | 2026-09-11T00:16:14.327Z | Downloaded usdt-attr-macro v0.6.0 |
| 706 | 2026-09-11T00:16:14.327Z | Downloaded xshell-macros v0.2.7 |
| 707 | 2026-09-11T00:16:14.329Z | Downloaded smf v0.2.3 |
| 708 | 2026-09-11T00:16:14.329Z | Downloaded spki v0.7.3 |
| 709 | 2026-09-11T00:16:14.329Z | Downloaded ssh-encoding v0.2.0 |
| 710 | 2026-09-11T00:16:14.330Z | Downloaded ssh-cipher v0.3.0 |
| 711 | 2026-09-11T00:16:14.332Z | Downloaded sec1 v0.8.1 |
| 712 | 2026-09-11T00:16:14.332Z | Downloaded oxide-update-engine-display v0.1.2 |
| 713 | 2026-09-11T00:16:14.335Z | Downloaded yoke-derive v0.8.1 |
| 714 | 2026-09-11T00:16:14.336Z | Downloaded defmt-parser v1.0.0 |
| 715 | 2026-09-11T00:16:14.338Z | Downloaded dirs-sys-next v0.1.2 |
| 716 | 2026-09-11T00:16:14.338Z | Downloaded elliptic-curve v0.14.1 |
| 717 | 2026-09-11T00:16:14.342Z | Downloaded slab v0.4.12 |
| 718 | 2026-09-11T00:16:14.344Z | Downloaded slog-scope v4.4.1 |
| 719 | 2026-09-11T00:16:14.345Z | Downloaded smallvec v0.6.14 |
| 720 | 2026-09-11T00:16:14.345Z | Downloaded stacker v0.1.23 |
| 721 | 2026-09-11T00:16:14.347Z | Downloaded downcast-rs v2.0.2 |
| 722 | 2026-09-11T00:16:14.347Z | Downloaded synstructure v0.13.2 |
| 723 | 2026-09-11T00:16:14.347Z | Downloaded thiserror-no-std v2.0.2 |
| 724 | 2026-09-11T00:16:14.350Z | Downloaded topological-sort v0.2.2 |
| 725 | 2026-09-11T00:16:14.350Z | Downloaded dof v0.4.0 |
| 726 | 2026-09-11T00:16:14.350Z | Downloaded ident_case v1.0.1 |
| 727 | 2026-09-11T00:16:14.350Z | Downloaded illumos-nvpair v0.3.0 |
| 728 | 2026-09-11T00:16:14.350Z | Downloaded pkcs8 v0.11.0 |
| 729 | 2026-09-11T00:16:14.353Z | Downloaded poly1305 v0.9.0 |
| 730 | 2026-09-11T00:16:14.353Z | Downloaded is_ci v1.2.0 |
| 731 | 2026-09-11T00:16:14.357Z | Downloaded futures v0.3.32 |
| 732 | 2026-09-11T00:16:14.357Z | Downloaded tokio-tungstenite v0.21.0 |
| 733 | 2026-09-11T00:16:14.357Z | Downloaded rand_core v0.9.5 |
| 734 | 2026-09-11T00:16:14.360Z | Downloaded strum_macros v0.24.3 |
| 735 | 2026-09-11T00:16:14.360Z | Downloaded tokio-dtrace v0.1.1 |
| 736 | 2026-09-11T00:16:14.363Z | Downloaded salsa20 v0.11.0 |
| 737 | 2026-09-11T00:16:14.366Z | Downloaded serde_cbor v0.11.2 |
| 738 | 2026-09-11T00:16:14.366Z | Downloaded unicase v2.9.0 |
| 739 | 2026-09-11T00:16:14.366Z | Downloaded usdt-impl v0.6.0 |
| 740 | 2026-09-11T00:16:14.371Z | Downloaded const_format_proc_macros v0.2.34 |
| 741 | 2026-09-11T00:16:14.371Z | Downloaded inout v0.1.4 |
| 742 | 2026-09-11T00:16:14.371Z | Downloaded is-terminal v0.4.17 |
| 743 | 2026-09-11T00:16:14.371Z | Downloaded kstat-rs v0.2.5 |
| 744 | 2026-09-11T00:16:14.371Z | Downloaded internet-checksum v0.2.1 |
| 745 | 2026-09-11T00:16:14.371Z | Downloaded tokio-test v0.4.5 |
| 746 | 2026-09-11T00:16:14.373Z | Downloaded lru v0.12.5 |
| 747 | 2026-09-11T00:16:14.373Z | Downloaded nodrop v0.1.14 |
| 748 | 2026-09-11T00:16:14.374Z | Downloaded blake2 v0.10.6 |
| 749 | 2026-09-11T00:16:14.376Z | Downloaded constant_time_eq v0.4.2 |
| 750 | 2026-09-11T00:16:14.379Z | Downloaded managed v0.8.0 |
| 751 | 2026-09-11T00:16:14.379Z | Downloaded derive_builder_core v0.20.2 |
| 752 | 2026-09-11T00:16:14.381Z | Downloaded num-modular v0.6.5 |
| 753 | 2026-09-11T00:16:14.384Z | Downloaded vergen-lib v0.1.6 |
| 754 | 2026-09-11T00:16:14.384Z | Downloaded vergen-lib v9.1.0 |
| 755 | 2026-09-11T00:16:14.384Z | Downloaded hmac v0.13.0 |
| 756 | 2026-09-11T00:16:14.387Z | Downloaded getrandom v0.3.4 |
| 757 | 2026-09-11T00:16:14.389Z | Downloaded yoke v0.8.1 |
| 758 | 2026-09-11T00:16:14.389Z | Downloaded convert_case v0.10.0 |
| 759 | 2026-09-11T00:16:14.389Z | Downloaded smallvec v1.15.1 |
| 760 | 2026-09-11T00:16:14.392Z | Downloaded zone v0.3.1 |
| 761 | 2026-09-11T00:16:14.392Z | Downloaded signal-hook-registry v1.4.8 |
| 762 | 2026-09-11T00:16:14.392Z | Downloaded maybe-uninit v2.0.0 |
| 763 | 2026-09-11T00:16:14.392Z | Downloaded crossbeam-deque v0.8.6 |
| 764 | 2026-09-11T00:16:14.396Z | Downloaded num-derive v0.4.2 |
| 765 | 2026-09-11T00:16:14.396Z | Downloaded openssl-probe v0.1.6 |
| 766 | 2026-09-11T00:16:14.396Z | Downloaded oxide-update-engine-types v0.1.2 |
| 767 | 2026-09-11T00:16:14.399Z | Downloaded chacha20poly1305 v0.10.1 |
| 768 | 2026-09-11T00:16:14.399Z | Downloaded chumsky v0.9.3 |
| 769 | 2026-09-11T00:16:14.402Z | Downloaded daft-derive v0.1.8 |
| 770 | 2026-09-11T00:16:14.405Z | Downloaded delegate v0.13.5 |
| 771 | 2026-09-11T00:16:14.405Z | Downloaded hyper-staticfile v0.10.1 |
| 772 | 2026-09-11T00:16:14.405Z | Downloaded path-slash v0.1.5 |
| 773 | 2026-09-11T00:16:14.408Z | Downloaded quick-error v1.2.3 |
| 774 | 2026-09-11T00:16:14.408Z | Downloaded ecdsa v0.16.9 |
| 775 | 2026-09-11T00:16:14.408Z | Downloaded rtoolbox v0.0.3 |
| 776 | 2026-09-11T00:16:14.411Z | Downloaded progenitor-macro v0.13.0 |
| 777 | 2026-09-11T00:16:14.414Z | Downloaded potential_utf v0.1.4 |
| 778 | 2026-09-11T00:16:14.414Z | Downloaded twox-hash v2.1.2 |
| 779 | 2026-09-11T00:16:14.414Z | Downloaded ingot v0.2.1 |
| 780 | 2026-09-11T00:16:14.417Z | Downloaded ref-cast v1.0.25 |
| 781 | 2026-09-11T00:16:14.417Z | Downloaded headers v0.4.1 |
| 782 | 2026-09-11T00:16:14.421Z | Downloaded ref-cast-impl v1.0.25 |
| 783 | 2026-09-11T00:16:14.421Z | Downloaded term v0.7.0 |
| 784 | 2026-09-11T00:16:14.424Z | Downloaded diesel-dtrace v0.5.0 |
| 785 | 2026-09-11T00:16:14.424Z | Downloaded term v1.2.1 |
| 786 | 2026-09-11T00:16:14.424Z | Downloaded progenitor-impl v0.13.0 |
| 787 | 2026-09-11T00:16:14.427Z | Downloaded walkdir v2.5.0 |
| 788 | 2026-09-11T00:16:14.427Z | Downloaded libloading v0.8.9 |
| 789 | 2026-09-11T00:16:14.430Z | Downloaded base64 v0.22.1 |
| 790 | 2026-09-11T00:16:14.430Z | Downloaded compact_str v0.8.1 |
| 791 | 2026-09-11T00:16:14.432Z | Downloaded sqlparser_derive v0.5.0 |
| 792 | 2026-09-11T00:16:14.435Z | Downloaded generic-array v1.4.3 |
| 793 | 2026-09-11T00:16:14.435Z | Downloaded ssh-cipher v0.2.0 |
| 794 | 2026-09-11T00:16:14.438Z | Downloaded scheduled-thread-pool v0.2.7 |
| 795 | 2026-09-11T00:16:14.438Z | Downloaded miette-derive v7.6.0 |
| 796 | 2026-09-11T00:16:14.438Z | Downloaded num_enum_derive v0.7.6 |
| 797 | 2026-09-11T00:16:14.441Z | Downloaded heapless v0.8.0 |
| 798 | 2026-09-11T00:16:14.444Z | Downloaded module-lattice v0.2.3 |
| 799 | 2026-09-11T00:16:14.444Z | Downloaded serde_urlencoded v0.7.1 |
| 800 | 2026-09-11T00:16:14.446Z | Downloaded serde_yaml v0.9.34+deprecated |
| 801 | 2026-09-11T00:16:14.446Z | Downloaded getrandom v0.2.17 |
| 802 | 2026-09-11T00:16:14.449Z | Downloaded slog-bunyan v2.5.0 |
| 803 | 2026-09-11T00:16:14.449Z | Downloaded zerocopy v0.6.6 |
| 804 | 2026-09-11T00:16:14.452Z | Downloaded multer v3.1.0 |
| 805 | 2026-09-11T00:16:14.452Z | Downloaded subtle v2.6.1 |
| 806 | 2026-09-11T00:16:14.455Z | Downloaded sync-ptr v0.1.4 |
| 807 | 2026-09-11T00:16:14.455Z | Downloaded tap v1.0.1 |
| 808 | 2026-09-11T00:16:14.458Z | Downloaded derive_builder v0.20.2 |
| 809 | 2026-09-11T00:16:14.461Z | Downloaded take_mut v0.2.2 |
| 810 | 2026-09-11T00:16:14.461Z | Downloaded testing_table v0.3.0 |
| 811 | 2026-09-11T00:16:14.461Z | Downloaded untrusted v0.9.0 |
| 812 | 2026-09-11T00:16:14.463Z | Downloaded hashbrown v0.14.5 |
| 813 | 2026-09-11T00:16:14.469Z | Downloaded bytes v1.11.1 |
| 814 | 2026-09-11T00:16:14.470Z | Downloaded oxnet v0.1.6 |
| 815 | 2026-09-11T00:16:14.472Z | Downloaded pkg-config v0.3.32 |
| 816 | 2026-09-11T00:16:14.473Z | Downloaded humantime v2.3.0 |
| 817 | 2026-09-11T00:16:14.473Z | Downloaded ppv-lite86 v0.2.21 |
| 818 | 2026-09-11T00:16:14.473Z | Downloaded primeorder v0.14.0 |
| 819 | 2026-09-11T00:16:14.473Z | Downloaded parse-display-derive v0.10.0 |
| 820 | 2026-09-11T00:16:14.473Z | Downloaded progenitor-impl v0.14.0 |
| 821 | 2026-09-11T00:16:14.473Z | Downloaded unicode-xid v0.2.6 |
| 822 | 2026-09-11T00:16:14.473Z | Downloaded wait-timeout v0.2.1 |
| 823 | 2026-09-11T00:16:14.475Z | Downloaded phc v0.6.1 |
| 824 | 2026-09-11T00:16:14.475Z | Downloaded rand_chacha v0.3.1 |
| 825 | 2026-09-11T00:16:14.475Z | Downloaded port-file v0.1.0 |
| 826 | 2026-09-11T00:16:14.478Z | Downloaded psm v0.1.30 |
| 827 | 2026-09-11T00:16:14.478Z | Downloaded rand_chacha v0.9.0 |
| 828 | 2026-09-11T00:16:14.478Z | Downloaded rand_core v0.10.0 |
| 829 | 2026-09-11T00:16:14.481Z | Downloaded zeroize_derive v1.5.0 |
| 830 | 2026-09-11T00:16:14.481Z | Downloaded unicode-bidi v0.3.18 |
| 831 | 2026-09-11T00:16:14.481Z | Downloaded rayon-core v1.13.0 |
| 832 | 2026-09-11T00:16:14.484Z | Downloaded cpubits v0.1.1 |
| 833 | 2026-09-11T00:16:14.484Z | Downloaded cstr-argument v0.1.2 |
| 834 | 2026-09-11T00:16:14.484Z | Downloaded darling_macro v0.13.4 |
| 835 | 2026-09-11T00:16:14.487Z | Downloaded schemars_derive v0.8.22 |
| 836 | 2026-09-11T00:16:14.487Z | Downloaded ed25519-dalek v2.2.0 |
| 837 | 2026-09-11T00:16:14.491Z | Downloaded async-compression v0.4.41 |
| 838 | 2026-09-11T00:16:14.493Z | Downloaded base64 v0.21.7 |
| 839 | 2026-09-11T00:16:14.493Z | Downloaded litemap v0.8.1 |
| 840 | 2026-09-11T00:16:14.496Z | Downloaded rpassword v7.5.4 |
| 841 | 2026-09-11T00:16:14.496Z | Downloaded crucible-workspace-hack v0.1.0 |
| 842 | 2026-09-11T00:16:14.496Z | Downloaded hashbrown v0.12.3 |
| 843 | 2026-09-11T00:16:14.499Z | Downloaded serde-hex v0.1.0 |
| 844 | 2026-09-11T00:16:14.502Z | Downloaded simd-adler32 v0.3.8 |
| 845 | 2026-09-11T00:16:14.502Z | Downloaded slog-async v2.8.0 |
| 846 | 2026-09-11T00:16:14.502Z | Downloaded cc v1.2.56 |
| 847 | 2026-09-11T00:16:14.502Z | Downloaded darling_core v0.13.4 |
| 848 | 2026-09-11T00:16:14.505Z | Downloaded keccak v0.2.0 |
| 849 | 2026-09-11T00:16:14.505Z | Downloaded sec1 v0.7.3 |
| 850 | 2026-09-11T00:16:14.509Z | Downloaded serde-big-array v0.5.1 |
| 851 | 2026-09-11T00:16:14.509Z | Downloaded darling_macro v0.20.11 |
| 852 | 2026-09-11T00:16:14.509Z | Downloaded defmt v0.3.100 |
| 853 | 2026-09-11T00:16:14.509Z | Downloaded dirs-next v2.0.0 |
| 854 | 2026-09-11T00:16:14.509Z | Downloaded serde_with_macros v1.5.2 |
| 855 | 2026-09-11T00:16:14.512Z | Downloaded sqlformat v0.3.5 |
| 856 | 2026-09-11T00:16:14.512Z | Downloaded slog-dtrace v0.3.0 |
| 857 | 2026-09-11T00:16:14.512Z | Downloaded strum_macros v0.26.4 |
| 858 | 2026-09-11T00:16:14.512Z | Downloaded expectorate v1.2.0 |
| 859 | 2026-09-11T00:16:14.515Z | Downloaded instant v0.1.13 |
| 860 | 2026-09-11T00:16:14.515Z | Downloaded tiny-keccak v2.0.2 |
| 861 | 2026-09-11T00:16:14.515Z | Downloaded num-integer v0.1.46 |
| 862 | 2026-09-11T00:16:14.515Z | Downloaded owo-colors v4.3.0 |
| 863 | 2026-09-11T00:16:14.518Z | Downloaded indent_write v2.2.0 |
| 864 | 2026-09-11T00:16:14.518Z | Downloaded peg v0.8.5 |
| 865 | 2026-09-11T00:16:14.522Z | Downloaded primeorder v0.13.6 |
| 866 | 2026-09-11T00:16:14.522Z | Downloaded tls_codec_derive v0.4.2 |
| 867 | 2026-09-11T00:16:14.522Z | Downloaded drift v0.2.0 |
| 868 | 2026-09-11T00:16:14.527Z | Downloaded tui-tree-widget v0.23.1 |
| 869 | 2026-09-11T00:16:14.529Z | Downloaded match_cfg v0.1.0 |
| 870 | 2026-09-11T00:16:14.529Z | Downloaded linked-hash-map v0.5.6 |
| 871 | 2026-09-11T00:16:14.529Z | Downloaded mime v0.3.17 |
| 872 | 2026-09-11T00:16:14.532Z | Downloaded parking_lot v0.11.2 |
| 873 | 2026-09-11T00:16:14.532Z | Downloaded uzers v0.12.2 |
| 874 | 2026-09-11T00:16:14.532Z | Downloaded darling v0.23.0 |
| 875 | 2026-09-11T00:16:14.535Z | Downloaded tungstenite v0.28.0 |
| 876 | 2026-09-11T00:16:14.539Z | Downloaded quinn v0.11.11 |
| 877 | 2026-09-11T00:16:14.539Z | Downloaded vergen-gitcl v1.0.8 |
| 878 | 2026-09-11T00:16:14.543Z | Downloaded wyz v0.5.1 |
| 879 | 2026-09-11T00:16:14.543Z | Downloaded crc-catalog v2.4.0 |
| 880 | 2026-09-11T00:16:14.543Z | Downloaded schemars v1.2.1 |
| 881 | 2026-09-11T00:16:14.549Z | Downloaded nonempty v0.12.0 |
| 882 | 2026-09-11T00:16:14.560Z | Downloaded libbz2-rs-sys v0.2.2 |
| 883 | 2026-09-11T00:16:14.560Z | Downloaded tungstenite v0.23.0 |
| 884 | 2026-09-11T00:16:14.560Z | Downloaded icu_properties v2.1.2 |
| 885 | 2026-09-11T00:16:14.560Z | Downloaded memoffset v0.9.1 |
| 886 | 2026-09-11T00:16:14.560Z | Downloaded zstd v0.13.3 |
| 887 | 2026-09-11T00:16:14.560Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 888 | 2026-09-11T00:16:14.560Z | Downloaded indexmap v1.9.3 |
| 889 | 2026-09-11T00:16:14.564Z | Downloaded backtrace v0.3.76 |
| 890 | 2026-09-11T00:16:14.564Z | Downloaded zstd-safe v7.2.4 |
| 891 | 2026-09-11T00:16:14.570Z | Downloaded oso-derive v0.27.3 |
| 892 | 2026-09-11T00:16:14.575Z | Downloaded percent-encoding v2.3.2 |
| 893 | 2026-09-11T00:16:14.575Z | Downloaded csv-core v0.1.13 |
| 894 | 2026-09-11T00:16:14.575Z | Downloaded hashbrown v0.13.2 |
| 895 | 2026-09-11T00:16:14.578Z | Downloaded hickory-resolver v0.25.2 |
| 896 | 2026-09-11T00:16:14.578Z | Downloaded aes-gcm v0.11.0 |
| 897 | 2026-09-11T00:16:14.582Z | Downloaded darling_core v0.20.11 |
| 898 | 2026-09-11T00:16:14.591Z | Downloaded pwd v1.4.0 |
| 899 | 2026-09-11T00:16:14.591Z | Downloaded rand_pcg v0.10.2 |
| 900 | 2026-09-11T00:16:14.591Z | Downloaded unsafe-libyaml v0.2.11 |
| 901 | 2026-09-11T00:16:14.591Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 902 | 2026-09-11T00:16:14.591Z | Downloaded secrecy v0.8.0 |
| 903 | 2026-09-11T00:16:14.591Z | Downloaded either v1.15.0 |
| 904 | 2026-09-11T00:16:14.591Z | Downloaded hickory-server v0.25.2 |
| 905 | 2026-09-11T00:16:14.594Z | Downloaded darling_core v0.21.3 |
| 906 | 2026-09-11T00:16:14.608Z | Downloaded zip v0.6.6 |
| 907 | 2026-09-11T00:16:14.608Z | Downloaded dyn-clone v1.0.20 |
| 908 | 2026-09-11T00:16:14.608Z | Downloaded omicron-zone-package v0.12.3 |
| 909 | 2026-09-11T00:16:14.608Z | Downloaded tokio-stream v0.1.18 |
| 910 | 2026-09-11T00:16:14.608Z | Downloaded tokio-rustls v0.26.4 |
| 911 | 2026-09-11T00:16:14.608Z | Downloaded jobserver v0.1.34 |
| 912 | 2026-09-11T00:16:14.608Z | Downloaded supports-unicode v3.0.0 |
| 913 | 2026-09-11T00:16:14.608Z | Downloaded tabwriter v1.4.1 |
| 914 | 2026-09-11T00:16:14.611Z | Downloaded signature v3.0.0 |
| 915 | 2026-09-11T00:16:14.612Z | Downloaded tokio-tungstenite v0.23.1 |
| 916 | 2026-09-11T00:16:14.612Z | Downloaded lru v0.18.3 |
| 917 | 2026-09-11T00:16:14.612Z | Downloaded nanorand v0.7.0 |
| 918 | 2026-09-11T00:16:14.612Z | Downloaded rsa v0.9.10 |
| 919 | 2026-09-11T00:16:14.615Z | Downloaded time-core v0.1.8 |
| 920 | 2026-09-11T00:16:14.615Z | Downloaded knus-derive v3.4.0 |
| 921 | 2026-09-11T00:16:14.618Z | Downloaded libefi-sys v0.1.0 |
| 922 | 2026-09-11T00:16:14.618Z | Downloaded libsw v3.5.0 |
| 923 | 2026-09-11T00:16:14.619Z | Downloaded void v1.0.2 |
| 924 | 2026-09-11T00:16:14.619Z | Downloaded newtype_derive v0.1.6 |
| 925 | 2026-09-11T00:16:14.619Z | Downloaded zerofrom-derive v0.1.6 |
| 926 | 2026-09-11T00:16:14.622Z | Downloaded crc8 v0.1.1 |
| 927 | 2026-09-11T00:16:14.622Z | Downloaded num-complex v0.4.6 |
| 928 | 2026-09-11T00:16:14.622Z | Downloaded rand v0.9.2 |
| 929 | 2026-09-11T00:16:14.622Z | Downloaded aes v0.9.1 |
| 930 | 2026-09-11T00:16:14.625Z | Downloaded peg-macros v0.8.5 |
| 931 | 2026-09-11T00:16:14.628Z | Downloaded typify-macro v0.6.2 |
| 932 | 2026-09-11T00:16:14.628Z | Downloaded slog v2.8.2 |
| 933 | 2026-09-11T00:16:14.628Z | Downloaded poly1305 v0.8.0 |
| 934 | 2026-09-11T00:16:14.631Z | Downloaded ryu v1.0.23 |
| 935 | 2026-09-11T00:16:14.634Z | Downloaded serde_path_to_error v0.1.20 |
| 936 | 2026-09-11T00:16:14.634Z | Downloaded serde_with_macros v3.21.0 |
| 937 | 2026-09-11T00:16:14.634Z | Downloaded progenitor v0.14.0 |
| 938 | 2026-09-11T00:16:14.640Z | Downloaded darling_macro v0.23.0 |
| 939 | 2026-09-11T00:16:14.640Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 940 | 2026-09-11T00:16:14.640Z | Downloaded display-error-chain v0.2.2 |
| 941 | 2026-09-11T00:16:14.640Z | Downloaded hubpack_derive v0.1.1 |
| 942 | 2026-09-11T00:16:14.640Z | Downloaded resolv-conf v0.7.6 |
| 943 | 2026-09-11T00:16:14.640Z | Downloaded serde_tokenstream v0.3.0 |
| 944 | 2026-09-11T00:16:14.640Z | Downloaded iana-time-zone v0.1.65 |
| 945 | 2026-09-11T00:16:14.644Z | Downloaded strum_macros v0.27.2 |
| 946 | 2026-09-11T00:16:14.644Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 947 | 2026-09-11T00:16:14.644Z | Downloaded dunce v1.0.5 |
| 948 | 2026-09-11T00:16:14.644Z | Downloaded instability v0.3.11 |
| 949 | 2026-09-11T00:16:14.644Z | Downloaded spki v0.8.0 |
| 950 | 2026-09-11T00:16:14.647Z | Downloaded rustls-pemfile v2.2.0 |
| 951 | 2026-09-11T00:16:14.647Z | Downloaded tls_codec v0.4.2 |
| 952 | 2026-09-11T00:16:14.651Z | Downloaded shlex v1.3.0 |
| 953 | 2026-09-11T00:16:14.651Z | Downloaded rustls-platform-verifier v0.6.2 |
| 954 | 2026-09-11T00:16:14.654Z | Downloaded slog-json v2.6.1 |
| 955 | 2026-09-11T00:16:14.654Z | Downloaded time-macros v0.2.27 |
| 956 | 2026-09-11T00:16:14.654Z | Downloaded writeable v0.6.2 |
| 957 | 2026-09-11T00:16:14.659Z | Downloaded typify v0.6.2 |
| 958 | 2026-09-11T00:16:14.659Z | Downloaded vergen-git2 v9.1.0 |
| 959 | 2026-09-11T00:16:14.664Z | Downloaded precomputed-hash v0.1.1 |
| 960 | 2026-09-11T00:16:14.664Z | Downloaded recursive v0.1.1 |
| 961 | 2026-09-11T00:16:14.664Z | Downloaded rfc6979 v0.4.0 |
| 962 | 2026-09-11T00:16:14.668Z | Downloaded derive-where v1.6.0 |
| 963 | 2026-09-11T00:16:14.669Z | Downloaded multimap v0.10.1 |
| 964 | 2026-09-11T00:16:14.669Z | Downloaded nibble_vec v0.1.0 |
| 965 | 2026-09-11T00:16:14.672Z | Downloaded diff v0.1.13 |
| 966 | 2026-09-11T00:16:14.672Z | Downloaded psl-types v2.0.11 |
| 967 | 2026-09-11T00:16:14.672Z | Downloaded icu_collections v2.1.1 |
| 968 | 2026-09-11T00:16:14.675Z | Downloaded tinystr v0.8.2 |
| 969 | 2026-09-11T00:16:14.680Z | Downloaded postgres-types v0.2.14 |
| 970 | 2026-09-11T00:16:14.683Z | Downloaded zerovec-derive v0.11.2 |
| 971 | 2026-09-11T00:16:14.683Z | Downloaded der_derive v0.7.3 |
| 972 | 2026-09-11T00:16:14.683Z | Downloaded hashbrown v0.15.5 |
| 973 | 2026-09-11T00:16:14.687Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 974 | 2026-09-11T00:16:14.687Z | Downloaded stable_deref_trait v1.2.1 |
| 975 | 2026-09-11T00:16:14.687Z | Downloaded semver v0.1.20 |
| 976 | 2026-09-11T00:16:14.687Z | Downloaded aho-corasick v1.1.4 |
| 977 | 2026-09-11T00:16:14.689Z | Downloaded pem-rfc7468 v0.7.0 |
| 978 | 2026-09-11T00:16:14.689Z | Downloaded secrecy v0.10.3 |
| 979 | 2026-09-11T00:16:14.692Z | Downloaded debug-ignore v1.0.5 |
| 980 | 2026-09-11T00:16:14.695Z | Downloaded strsim v0.10.0 |
| 981 | 2026-09-11T00:16:14.695Z | Downloaded supports-color v3.0.2 |
| 982 | 2026-09-11T00:16:14.695Z | Downloaded tagptr v0.2.0 |
| 983 | 2026-09-11T00:16:14.698Z | Downloaded indoc v2.0.7 |
| 984 | 2026-09-11T00:16:14.698Z | Downloaded unit-prefix v0.5.2 |
| 985 | 2026-09-11T00:16:14.701Z | Downloaded nu-ansi-term v0.50.3 |
| 986 | 2026-09-11T00:16:14.704Z | Downloaded rustls-pki-types v1.14.0 |
| 987 | 2026-09-11T00:16:14.707Z | Downloaded serde_with v1.14.0 |
| 988 | 2026-09-11T00:16:14.712Z | Downloaded linear-map v1.2.0 |
| 989 | 2026-09-11T00:16:14.712Z | Downloaded md-5 v0.11.0 |
| 990 | 2026-09-11T00:16:14.716Z | Downloaded trait-variant v0.1.2 |
| 991 | 2026-09-11T00:16:14.716Z | Downloaded oxide-update-engine v0.1.2 |
| 992 | 2026-09-11T00:16:14.716Z | Downloaded parking_lot_core v0.8.6 |
| 993 | 2026-09-11T00:16:14.719Z | Downloaded pin-project-internal v1.1.11 |
| 994 | 2026-09-11T00:16:14.719Z | Downloaded proc-macro-error2 v2.0.1 |
| 995 | 2026-09-11T00:16:14.719Z | Downloaded p521 v0.14.0 |
| 996 | 2026-09-11T00:16:14.722Z | Downloaded postgres-protocol v0.6.12 |
| 997 | 2026-09-11T00:16:14.722Z | Downloaded wnaf v0.14.0 |
| 998 | 2026-09-11T00:16:14.725Z | Downloaded p256 v0.13.2 |
| 999 | 2026-09-11T00:16:14.728Z | Downloaded miette v7.6.0 |
| 1000 | 2026-09-11T00:16:14.731Z | Downloaded usdt-macro v0.6.0 |
| 1001 | 2026-09-11T00:16:14.738Z | Downloaded crc32fast v1.5.0 |
| 1002 | 2026-09-11T00:16:14.738Z | Downloaded ed25519-dalek v3.0.0 |
| 1003 | 2026-09-11T00:16:14.738Z | Downloaded darling v0.20.11 |
| 1004 | 2026-09-11T00:16:14.741Z | Downloaded darling_macro v0.21.3 |
| 1005 | 2026-09-11T00:16:14.741Z | Downloaded rustc_version v0.1.7 |
| 1006 | 2026-09-11T00:16:14.744Z | Downloaded yasna v0.5.2 |
| 1007 | 2026-09-11T00:16:14.747Z | Downloaded zerofrom v0.1.6 |
| 1008 | 2026-09-11T00:16:14.747Z | Downloaded dsl_auto_type v0.2.0 |
| 1009 | 2026-09-11T00:16:14.747Z | Downloaded cookie_store v0.22.1 |
| 1010 | 2026-09-11T00:16:14.754Z | Downloaded indoc v1.0.9 |
| 1011 | 2026-09-11T00:16:14.759Z | Downloaded kem v0.3.0 |
| 1012 | 2026-09-11T00:16:14.759Z | Downloaded newline-converter v0.3.0 |
| 1013 | 2026-09-11T00:16:14.763Z | Downloaded oxide-generation-macros v0.2.0 |
| 1014 | 2026-09-11T00:16:14.763Z | Downloaded lalrpop-util v0.19.12 |
| 1015 | 2026-09-11T00:16:14.763Z | Downloaded maplit v1.0.2 |
| 1016 | 2026-09-11T00:16:14.763Z | Downloaded md5 v0.8.0 |
| 1017 | 2026-09-11T00:16:14.763Z | Downloaded hybrid-array v0.4.13 |
| 1018 | 2026-09-11T00:16:14.763Z | Downloaded stringprep v0.1.5 |
| 1019 | 2026-09-11T00:16:14.767Z | Downloaded opaque-debug v0.3.1 |
| 1020 | 2026-09-11T00:16:14.767Z | Downloaded slog-term v2.9.2 |
| 1021 | 2026-09-11T00:16:14.767Z | Downloaded nom v8.0.0 |
| 1022 | 2026-09-11T00:16:14.770Z | Downloaded spin v0.9.8 |
| 1023 | 2026-09-11T00:16:14.770Z | Downloaded unicode_categories v0.1.1 |
| 1024 | 2026-09-11T00:16:14.773Z | Downloaded indicatif v0.18.4 |
| 1025 | 2026-09-11T00:16:14.773Z | Downloaded itertools v0.10.5 |
| 1026 | 2026-09-11T00:16:14.780Z | Downloaded phf_shared v0.12.1 |
| 1027 | 2026-09-11T00:16:14.784Z | Downloaded rfc6979 v0.6.0 |
| 1028 | 2026-09-11T00:16:14.784Z | Downloaded socket2 v0.6.3 |
| 1029 | 2026-09-11T00:16:14.809Z | Downloaded scopeguard v1.2.0 |
| 1030 | 2026-09-11T00:16:14.809Z | Downloaded tinyvec v1.11.0 |
| 1031 | 2026-09-11T00:16:14.809Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1032 | 2026-09-11T00:16:14.809Z | Downloaded serde_plain v1.0.2 |
| 1033 | 2026-09-11T00:16:14.818Z | Downloaded signal-hook-mio v0.2.5 |
| 1034 | 2026-09-11T00:16:14.818Z | Downloaded p384 v0.14.0 |
| 1035 | 2026-09-11T00:16:14.818Z | Downloaded sha1 v0.11.0 |
| 1036 | 2026-09-11T00:16:14.818Z | Downloaded defmt-macros v1.0.1 |
| 1037 | 2026-09-11T00:16:14.818Z | Downloaded diesel_derives v2.3.7 |
| 1038 | 2026-09-11T00:16:14.818Z | Downloaded hashbrown v0.16.1 |
| 1039 | 2026-09-11T00:16:14.819Z | Downloaded crossbeam-channel v0.5.15 |
| 1040 | 2026-09-11T00:16:14.819Z | Downloaded prettyplease v0.2.37 |
| 1041 | 2026-09-11T00:16:14.819Z | Downloaded parking_lot v0.12.5 |
| 1042 | 2026-09-11T00:16:14.819Z | Downloaded slog-envlogger v2.2.0 |
| 1043 | 2026-09-11T00:16:14.819Z | Downloaded strum v0.26.3 |
| 1044 | 2026-09-11T00:16:14.819Z | Downloaded crc-any v2.5.0 |
| 1045 | 2026-09-11T00:16:14.819Z | Downloaded displaydoc v0.2.5 |
| 1046 | 2026-09-11T00:16:14.819Z | Downloaded whoami v2.1.0 |
| 1047 | 2026-09-11T00:16:14.819Z | Downloaded zeroize v1.9.0 |
| 1048 | 2026-09-11T00:16:14.819Z | Downloaded defmt v1.0.1 |
| 1049 | 2026-09-11T00:16:14.819Z | Downloaded ed25519 v3.0.0 |
| 1050 | 2026-09-11T00:16:14.819Z | Downloaded sponge-cursor v0.1.0 |
| 1051 | 2026-09-11T00:16:14.819Z | Downloaded tower-layer v0.3.3 |
| 1052 | 2026-09-11T00:16:14.872Z | Downloaded try-lock v0.2.5 |
| 1053 | 2026-09-11T00:16:14.872Z | Downloaded unarray v0.1.4 |
| 1054 | 2026-09-11T00:16:14.872Z | Downloaded uuid v1.23.4 |
| 1055 | 2026-09-11T00:16:14.873Z | Downloaded daft v0.1.8 |
| 1056 | 2026-09-11T00:16:14.873Z | Downloaded structmeta-derive v0.3.0 |
| 1057 | 2026-09-11T00:16:14.873Z | Downloaded rsa v0.10.0-rc.18 |
| 1058 | 2026-09-11T00:16:14.873Z | Downloaded ignore v0.4.25 |
| 1059 | 2026-09-11T00:16:14.873Z | Downloaded derive_more v0.99.20 |
| 1060 | 2026-09-11T00:16:14.926Z | Downloaded ipnet v2.12.0 |
| 1061 | 2026-09-11T00:16:14.926Z | Downloaded lock_api v0.4.14 |
| 1062 | 2026-09-11T00:16:14.926Z | Downloaded crunchy v0.2.4 |
| 1063 | 2026-09-11T00:16:14.926Z | Downloaded elliptic-curve v0.13.8 |
| 1064 | 2026-09-11T00:16:14.926Z | Downloaded newtype-uuid v1.3.2 |
| 1065 | 2026-09-11T00:16:14.926Z | Downloaded cpufeatures v0.3.0 |
| 1066 | 2026-09-11T00:16:14.926Z | Downloaded digest-io v0.1.0 |
| 1067 | 2026-09-11T00:16:14.926Z | Downloaded primefield v0.14.0 |
| 1068 | 2026-09-11T00:16:14.926Z | Downloaded rand_seeder v0.4.0 |
| 1069 | 2026-09-11T00:16:14.926Z | Downloaded futures-util v0.3.32 |
| 1070 | 2026-09-11T00:16:14.926Z | Downloaded p256 v0.14.0 |
| 1071 | 2026-09-11T00:16:14.926Z | Downloaded num-traits v0.2.19 |
| 1072 | 2026-09-11T00:16:14.926Z | Downloaded r2d2 v0.8.10 |
| 1073 | 2026-09-11T00:16:14.926Z | Downloaded dtrace-parser v0.3.0 |
| 1074 | 2026-09-11T00:16:14.926Z | Downloaded derive_more-impl v2.1.1 |
| 1075 | 2026-09-11T00:16:14.926Z | Downloaded hyper-tls v0.6.0 |
| 1076 | 2026-09-11T00:16:14.926Z | Downloaded keccak v0.1.6 |
| 1077 | 2026-09-11T00:16:14.927Z | Downloaded phf_shared v0.11.3 |
| 1078 | 2026-09-11T00:16:14.927Z | Downloaded pretty_assertions v1.4.1 |
| 1079 | 2026-09-11T00:16:14.927Z | Downloaded publicsuffix v2.3.0 |
| 1080 | 2026-09-11T00:16:14.927Z | Downloaded crossterm v0.29.0 |
| 1081 | 2026-09-11T00:16:14.927Z | Downloaded regex v1.12.3 |
| 1082 | 2026-09-11T00:16:14.927Z | Downloaded new_debug_unreachable v1.0.6 |
| 1083 | 2026-09-11T00:16:14.927Z | Downloaded libscf-sys v1.2.0 |
| 1084 | 2026-09-11T00:16:14.927Z | Downloaded rustc-demangle v0.1.27 |
| 1085 | 2026-09-11T00:16:14.927Z | Downloaded thread-id v5.1.0 |
| 1086 | 2026-09-11T00:16:14.927Z | Downloaded static_assertions v1.1.0 |
| 1087 | 2026-09-11T00:16:14.927Z | Downloaded xattr v1.6.1 |
| 1088 | 2026-09-11T00:16:14.927Z | Downloaded rand_xorshift v0.4.0 |
| 1089 | 2026-09-11T00:16:14.927Z | Downloaded termtree v0.5.1 |
| 1090 | 2026-09-11T00:16:14.927Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-09-11T00:16:14.927Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1092 | 2026-09-11T00:16:14.927Z | Downloaded der v0.7.10 |
| 1093 | 2026-09-11T00:16:14.927Z | Downloaded tower v0.5.3 |
| 1094 | 2026-09-11T00:16:14.927Z | Downloaded russh-util v0.52.0 |
| 1095 | 2026-09-11T00:16:14.927Z | Downloaded signal-hook-tokio v0.3.1 |
| 1096 | 2026-09-11T00:16:14.927Z | Downloaded signature v2.2.0 |
| 1097 | 2026-09-11T00:16:14.927Z | Downloaded dashu-base v0.5.1 |
| 1098 | 2026-09-11T00:16:14.927Z | Downloaded sha1 v0.10.6 |
| 1099 | 2026-09-11T00:16:14.927Z | Downloaded universal-hash v0.5.1 |
| 1100 | 2026-09-11T00:16:14.927Z | Downloaded utf8_iter v1.0.4 |
| 1101 | 2026-09-11T00:16:14.927Z | Downloaded paste v1.0.15 |
| 1102 | 2026-09-11T00:16:14.928Z | Downloaded similar v2.7.0 |
| 1103 | 2026-09-11T00:16:14.928Z | Downloaded knus v3.4.0 |
| 1104 | 2026-09-11T00:16:14.928Z | Downloaded h2 v0.4.15 |
| 1105 | 2026-09-11T00:16:14.928Z | Downloaded hkdf v0.12.4 |
| 1106 | 2026-09-11T00:16:14.949Z | Downloaded socket2 v0.5.10 |
| 1107 | 2026-09-11T00:16:14.949Z | Downloaded parking_lot_core v0.9.12 |
| 1108 | 2026-09-11T00:16:14.949Z | Downloaded zerocopy-derive v0.8.55 |
| 1109 | 2026-09-11T00:16:14.949Z | Downloaded pin-project v1.1.11 |
| 1110 | 2026-09-11T00:16:14.949Z | Downloaded num-iter v0.1.45 |
| 1111 | 2026-09-11T00:16:14.949Z | Downloaded rustc-hash v2.1.1 |
| 1112 | 2026-09-11T00:16:14.949Z | Downloaded crossbeam-utils v0.8.21 |
| 1113 | 2026-09-11T00:16:14.949Z | Downloaded hkdf v0.13.0 |
| 1114 | 2026-09-11T00:16:14.949Z | Downloaded pkcs1 v0.7.5 |
| 1115 | 2026-09-11T00:16:14.949Z | Downloaded x509-cert v0.2.5 |
| 1116 | 2026-09-11T00:16:14.949Z | Downloaded progenitor v0.13.0 |
| 1117 | 2026-09-11T00:16:14.949Z | Downloaded password-hash v0.5.0 |
| 1118 | 2026-09-11T00:16:14.949Z | Downloaded libsw-core v0.3.2 |
| 1119 | 2026-09-11T00:16:14.949Z | Downloaded openssl-sys v0.9.117 |
| 1120 | 2026-09-11T00:16:14.969Z | Downloaded packed_struct_codegen v0.10.1 |
| 1121 | 2026-09-11T00:16:14.969Z | Downloaded zip v4.6.1 |
| 1122 | 2026-09-11T00:16:14.969Z | Downloaded sapling-renderdag v0.1.0 |
| 1123 | 2026-09-11T00:16:14.969Z | Downloaded serde_repr v0.1.20 |
| 1124 | 2026-09-11T00:16:14.969Z | Downloaded siphasher v1.0.2 |
| 1125 | 2026-09-11T00:16:14.969Z | Downloaded portable-atomic v1.13.1 |
| 1126 | 2026-09-11T00:16:14.969Z | Downloaded url v2.5.8 |
| 1127 | 2026-09-11T00:16:14.969Z | Downloaded libxml v0.3.3 |
| 1128 | 2026-09-11T00:16:14.969Z | Downloaded scroll v0.13.0 |
| 1129 | 2026-09-11T00:16:14.969Z | Downloaded minimal-lexical v0.2.1 |
| 1130 | 2026-09-11T00:16:14.991Z | Downloaded universal-hash v0.6.1 |
| 1131 | 2026-09-11T00:16:14.992Z | Downloaded lru-slab v0.1.2 |
| 1132 | 2026-09-11T00:16:14.992Z | Downloaded radium v0.7.0 |
| 1133 | 2026-09-11T00:16:14.992Z | Downloaded difflib v0.4.0 |
| 1134 | 2026-09-11T00:16:14.992Z | Downloaded ctutils v0.4.2 |
| 1135 | 2026-09-11T00:16:14.992Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1136 | 2026-09-11T00:16:14.992Z | Downloaded ctr v0.10.1 |
| 1137 | 2026-09-11T00:16:14.992Z | Downloaded serde_spanned v1.1.1 |
| 1138 | 2026-09-11T00:16:14.992Z | Downloaded schemars v0.9.0 |
| 1139 | 2026-09-11T00:16:14.992Z | Downloaded rayon v1.11.0 |
| 1140 | 2026-09-11T00:16:15.075Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1141 | 2026-09-11T00:16:15.075Z | Downloaded ingot-types v0.2.0 |
| 1142 | 2026-09-11T00:16:15.075Z | Downloaded inout v0.2.2 |
| 1143 | 2026-09-11T00:16:15.075Z | Downloaded ipnetwork v0.21.1 |
| 1144 | 2026-09-11T00:16:15.075Z | Downloaded zerotrie v0.2.3 |
| 1145 | 2026-09-11T00:16:15.075Z | Downloaded ingot-macros v0.2.0 |
| 1146 | 2026-09-11T00:16:15.075Z | Downloaded pem v3.0.6 |
| 1147 | 2026-09-11T00:16:15.075Z | Downloaded num_enum v0.7.6 |
| 1148 | 2026-09-11T00:16:15.076Z | Downloaded structmeta v0.3.0 |
| 1149 | 2026-09-11T00:16:15.076Z | Downloaded quinn-udp v0.5.14 |
| 1150 | 2026-09-11T00:16:15.114Z | Downloaded num_enum_derive v0.5.11 |
| 1151 | 2026-09-11T00:16:15.114Z | Downloaded scuffle v0.1.0 |
| 1152 | 2026-09-11T00:16:15.114Z | Downloaded thread_local v1.1.9 |
| 1153 | 2026-09-11T00:16:15.115Z | Downloaded tough v0.22.0 |
| 1154 | 2026-09-11T00:16:15.115Z | Downloaded icu_locale_core v2.1.1 |
| 1155 | 2026-09-11T00:16:15.115Z | Downloaded const-oid v0.10.2 |
| 1156 | 2026-09-11T00:16:15.115Z | Downloaded vte v0.14.1 |
| 1157 | 2026-09-11T00:16:15.115Z | Downloaded ecdsa v0.17.0 |
| 1158 | 2026-09-11T00:16:15.115Z | Downloaded crypto-common v0.2.2 |
| 1159 | 2026-09-11T00:16:15.115Z | Downloaded quick-xml v0.37.5 |
| 1160 | 2026-09-11T00:16:15.115Z | Downloaded rcgen v0.12.1 |
| 1161 | 2026-09-11T00:16:15.115Z | Downloaded progenitor-macro v0.14.0 |
| 1162 | 2026-09-11T00:16:15.115Z | Downloaded shell-words v1.1.1 |
| 1163 | 2026-09-11T00:16:15.115Z | Downloaded rand v0.10.1 |
| 1164 | 2026-09-11T00:16:15.115Z | Downloaded crc v3.4.0 |
| 1165 | 2026-09-11T00:16:15.115Z | Downloaded hyper-rustls v0.27.7 |
| 1166 | 2026-09-11T00:16:15.115Z | Downloaded darling v0.21.3 |
| 1167 | 2026-09-11T00:16:15.115Z | Downloaded rusty-fork v0.3.1 |
| 1168 | 2026-09-11T00:16:15.115Z | Downloaded des v0.9.0 |
| 1169 | 2026-09-11T00:16:15.116Z | Downloaded lru-cache v0.1.2 |
| 1170 | 2026-09-11T00:16:15.116Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1171 | 2026-09-11T00:16:15.116Z | Downloaded prefix-trie v0.7.0 |
| 1172 | 2026-09-11T00:16:15.116Z | Downloaded phf v0.13.1 |
| 1173 | 2026-09-11T00:16:15.116Z | Downloaded lzss v0.8.2 |
| 1174 | 2026-09-11T00:16:15.116Z | Downloaded tungstenite v0.21.0 |
| 1175 | 2026-09-11T00:16:15.116Z | Downloaded ssh-encoding v0.3.0 |
| 1176 | 2026-09-11T00:16:15.116Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1177 | 2026-09-11T00:16:15.116Z | Downloaded lazy_static v1.5.0 |
| 1178 | 2026-09-11T00:16:15.116Z | Downloaded typed-path v0.12.3 |
| 1179 | 2026-09-11T00:16:15.116Z | Downloaded icu_provider v2.1.1 |
| 1180 | 2026-09-11T00:16:15.116Z | Downloaded polyval v0.7.1 |
| 1181 | 2026-09-11T00:16:15.116Z | Downloaded termios v0.3.3 |
| 1182 | 2026-09-11T00:16:15.116Z | Downloaded vsss-rs v3.3.4 |
| 1183 | 2026-09-11T00:16:15.116Z | Downloaded derive_builder_macro v0.20.2 |
| 1184 | 2026-09-11T00:16:15.116Z | Downloaded ed25519 v2.2.3 |
| 1185 | 2026-09-11T00:16:15.116Z | Downloaded serde_bytes v0.11.19 |
| 1186 | 2026-09-11T00:16:15.116Z | Downloaded postcard v1.1.3 |
| 1187 | 2026-09-11T00:16:15.116Z | Downloaded tracing-attributes v0.1.31 |
| 1188 | 2026-09-11T00:16:15.116Z | Downloaded data-encoding v2.10.0 |
| 1189 | 2026-09-11T00:16:15.117Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-09-11T00:16:15.117Z | Downloaded deranged v0.5.8 |
| 1191 | 2026-09-11T00:16:15.117Z | Downloaded utf-8 v0.7.6 |
| 1192 | 2026-09-11T00:16:15.117Z | Downloaded peg-runtime v0.8.5 |
| 1193 | 2026-09-11T00:16:15.117Z | Downloaded test-strategy v0.4.5 |
| 1194 | 2026-09-11T00:16:15.117Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1195 | 2026-09-11T00:16:15.117Z | Downloaded pkcs8 v0.10.2 |
| 1196 | 2026-09-11T00:16:15.117Z | Downloaded scrypt v0.12.0 |
| 1197 | 2026-09-11T00:16:15.117Z | Downloaded typed-path v0.9.3 |
| 1198 | 2026-09-11T00:16:15.138Z | Downloaded blake3 v1.8.5 |
| 1199 | 2026-09-11T00:16:15.138Z | Downloaded idna_adapter v1.2.1 |
| 1200 | 2026-09-11T00:16:15.138Z | Downloaded bitvec v1.0.1 |
| 1201 | 2026-09-11T00:16:15.138Z | Downloaded parse-size v1.1.0 |
| 1202 | 2026-09-11T00:16:15.138Z | Downloaded untrusted v0.7.1 |
| 1203 | 2026-09-11T00:16:15.138Z | Downloaded whoami v1.6.1 |
| 1204 | 2026-09-11T00:16:15.138Z | Downloaded num_enum v0.5.11 |
| 1205 | 2026-09-11T00:16:15.138Z | Downloaded tracing-core v0.1.36 |
| 1206 | 2026-09-11T00:16:15.138Z | Downloaded vergen v9.1.0 |
| 1207 | 2026-09-11T00:16:15.138Z | Downloaded critical-section v1.2.0 |
| 1208 | 2026-09-11T00:16:15.138Z | Downloaded ml-kem v0.3.2 |
| 1209 | 2026-09-11T00:16:15.138Z | Downloaded document-features v0.2.12 |
| 1210 | 2026-09-11T00:16:15.139Z | Downloaded mime_guess v2.0.5 |
| 1211 | 2026-09-11T00:16:15.139Z | Downloaded openssl-macros v0.1.1 |
| 1212 | 2026-09-11T00:16:15.139Z | Downloaded predicates v3.1.4 |
| 1213 | 2026-09-11T00:16:15.139Z | Downloaded qorb v0.4.1 |
| 1214 | 2026-09-11T00:16:15.139Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1215 | 2026-09-11T00:16:15.139Z | Downloaded miniz_oxide v0.8.9 |
| 1216 | 2026-09-11T00:16:15.139Z | Downloaded idna v1.1.0 |
| 1217 | 2026-09-11T00:16:15.139Z | Downloaded iri-string v0.7.10 |
| 1218 | 2026-09-11T00:16:15.139Z | Downloaded unicode-truncate v1.1.0 |
| 1219 | 2026-09-11T00:16:15.139Z | Downloaded slog-stdlog v4.1.1 |
| 1220 | 2026-09-11T00:16:15.139Z | Downloaded hyper v1.10.1 |
| 1221 | 2026-09-11T00:16:15.152Z | Downloaded cookie v0.18.1 |
| 1222 | 2026-09-11T00:16:15.152Z | Downloaded toml v0.7.8 |
| 1223 | 2026-09-11T00:16:15.152Z | Downloaded jiff-static v0.2.34 |
| 1224 | 2026-09-11T00:16:15.152Z | Downloaded progenitor-client v0.14.0 |
| 1225 | 2026-09-11T00:16:15.152Z | Downloaded winnow v0.6.26 |
| 1226 | 2026-09-11T00:16:15.152Z | Downloaded progenitor-client v0.13.0 |
| 1227 | 2026-09-11T00:16:15.152Z | Downloaded support-bundle-viewer v0.1.2 |
| 1228 | 2026-09-11T00:16:15.152Z | Downloaded tokio-native-tls v0.3.1 |
| 1229 | 2026-09-11T00:16:15.153Z | Downloaded normalize-line-endings v0.3.0 |
| 1230 | 2026-09-11T00:16:15.153Z | Downloaded pkcs5 v0.8.1 |
| 1231 | 2026-09-11T00:16:15.153Z | Downloaded unicode-properties v0.1.4 |
| 1232 | 2026-09-11T00:16:15.153Z | Downloaded memmap2 v0.9.10 |
| 1233 | 2026-09-11T00:16:15.153Z | Downloaded num-rational v0.4.2 |
| 1234 | 2026-09-11T00:16:15.153Z | Downloaded num-bigint-dig v0.8.6 |
| 1235 | 2026-09-11T00:16:15.164Z | Downloaded tokio-tungstenite v0.28.0 |
| 1236 | 2026-09-11T00:16:15.164Z | Downloaded litrs v1.0.0 |
| 1237 | 2026-09-11T00:16:15.164Z | Downloaded crossbeam-epoch v0.9.18 |
| 1238 | 2026-09-11T00:16:15.198Z | Downloaded der v0.8.0 |
| 1239 | 2026-09-11T00:16:15.198Z | Downloaded goblin v0.10.5 |
| 1240 | 2026-09-11T00:16:15.198Z | Downloaded darling_core v0.23.0 |
| 1241 | 2026-09-11T00:16:15.198Z | Downloaded zopfli v0.8.3 |
| 1242 | 2026-09-11T00:16:15.198Z | Downloaded string_cache v0.8.9 |
| 1243 | 2026-09-11T00:16:15.198Z | Downloaded itertools v0.15.0 |
| 1244 | 2026-09-11T00:16:15.198Z | Downloaded jiff-core v0.1.0 |
| 1245 | 2026-09-11T00:16:15.220Z | Downloaded toml_edit v0.19.15 |
| 1246 | 2026-09-11T00:16:15.220Z | Downloaded steno v0.4.1 |
| 1247 | 2026-09-11T00:16:15.220Z | Downloaded snafu-derive v0.8.9 |
| 1248 | 2026-09-11T00:16:15.220Z | Downloaded derive-ex v0.1.8 |
| 1249 | 2026-09-11T00:16:15.220Z | Downloaded corncobs v0.1.4 |
| 1250 | 2026-09-11T00:16:15.221Z | Downloaded icu_normalizer v2.1.1 |
| 1251 | 2026-09-11T00:16:15.221Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1252 | 2026-09-11T00:16:15.221Z | Downloaded aws-lc-rs v1.16.3 |
| 1253 | 2026-09-11T00:16:15.221Z | Downloaded chrono v0.4.45 |
| 1254 | 2026-09-11T00:16:15.221Z | Downloaded darling v0.13.4 |
| 1255 | 2026-09-11T00:16:15.221Z | Downloaded digest v0.11.3 |
| 1256 | 2026-09-11T00:16:15.222Z | Downloaded rustyline v14.0.0 |
| 1257 | 2026-09-11T00:16:15.222Z | Downloaded tokio-postgres v0.7.18 |
| 1258 | 2026-09-11T00:16:15.230Z | Downloaded const_format v0.2.35 |
| 1259 | 2026-09-11T00:16:15.230Z | Downloaded git2 v0.20.4 |
| 1260 | 2026-09-11T00:16:15.230Z | Downloaded subprocess v0.2.15 |
| 1261 | 2026-09-11T00:16:15.230Z | Downloaded yansi v1.0.1 |
| 1262 | 2026-09-11T00:16:15.230Z | Downloaded sha2 v0.11.0 |
| 1263 | 2026-09-11T00:16:15.230Z | Downloaded p384 v0.13.1 |
| 1264 | 2026-09-11T00:16:15.230Z | Downloaded icu_properties_data v2.1.2 |
| 1265 | 2026-09-11T00:16:15.244Z | Downloaded derive_more v2.1.1 |
| 1266 | 2026-09-11T00:16:15.252Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1267 | 2026-09-11T00:16:15.252Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1268 | 2026-09-11T00:16:15.252Z | Downloaded bindgen v0.71.1 |
| 1269 | 2026-09-11T00:16:15.252Z | Downloaded tower-http v0.6.8 |
| 1270 | 2026-09-11T00:16:15.252Z | Downloaded crossterm v0.28.1 |
| 1271 | 2026-09-11T00:16:15.263Z | Downloaded unicode-normalization v0.1.25 |
| 1272 | 2026-09-11T00:16:15.263Z | Downloaded nom v7.1.3 |
| 1273 | 2026-09-11T00:16:15.263Z | Downloaded zip v8.6.0 |
| 1274 | 2026-09-11T00:16:15.275Z | Downloaded samael v0.0.19 |
| 1275 | 2026-09-11T00:16:15.275Z | Downloaded crypto-bigint v0.5.5 |
| 1276 | 2026-09-11T00:16:15.275Z | Downloaded icu_normalizer_data v2.1.1 |
| 1277 | 2026-09-11T00:16:15.320Z | Downloaded snafu v0.8.9 |
| 1278 | 2026-09-11T00:16:15.320Z | Downloaded tar v0.4.46 |
| 1279 | 2026-09-11T00:16:15.320Z | Downloaded reqwest v0.12.28 |
| 1280 | 2026-09-11T00:16:15.321Z | Downloaded reqwest v0.13.2 |
| 1281 | 2026-09-11T00:16:15.321Z | Downloaded tokio-util v0.7.18 |
| 1282 | 2026-09-11T00:16:15.321Z | Downloaded oso v0.27.3 |
| 1283 | 2026-09-11T00:16:15.321Z | Downloaded ron v0.8.1 |
| 1284 | 2026-09-11T00:16:15.321Z | Downloaded dropshot_endpoint v0.17.1 |
| 1285 | 2026-09-11T00:16:15.321Z | Downloaded papergrid v0.18.0 |
| 1286 | 2026-09-11T00:16:15.757Z | Downloaded gimli v0.32.3 |
| 1287 | 2026-09-11T00:16:15.757Z | Downloaded ssh-key v0.6.7 |
| 1288 | 2026-09-11T00:16:15.757Z | Downloaded quinn-proto v0.11.16 |
| 1289 | 2026-09-11T00:16:15.757Z | Downloaded itertools v0.14.0 |
| 1290 | 2026-09-11T00:16:15.757Z | Downloaded zerovec v0.11.5 |
| 1291 | 2026-09-11T00:16:15.757Z | Downloaded crypto-primes v0.7.2 |
| 1292 | 2026-09-11T00:16:15.757Z | Downloaded schemars v0.8.22 |
| 1293 | 2026-09-11T00:16:15.757Z | Downloaded serde_with v3.21.0 |
| 1294 | 2026-09-11T00:16:15.757Z | Downloaded salty v0.3.0 |
| 1295 | 2026-09-11T00:16:15.757Z | Downloaded rustls-webpki v0.103.13 |
| 1296 | 2026-09-11T00:16:15.760Z | Downloaded petname v2.0.2 |
| 1297 | 2026-09-11T00:16:15.760Z | Downloaded num-bigint v0.4.6 |
| 1298 | 2026-09-11T00:16:15.760Z | Downloaded moka v0.12.13 |
| 1299 | 2026-09-11T00:16:15.760Z | Downloaded iddqd v0.4.2 |
| 1300 | 2026-09-11T00:16:15.760Z | Downloaded hyper-util v0.1.20 |
| 1301 | 2026-09-11T00:16:15.761Z | Downloaded unicode-segmentation v1.12.0 |
| 1302 | 2026-09-11T00:16:15.761Z | Downloaded itertools v0.12.1 |
| 1303 | 2026-09-11T00:16:15.761Z | Downloaded winnow v0.5.40 |
| 1304 | 2026-09-11T00:16:15.761Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1305 | 2026-09-11T00:16:15.761Z | Downloaded tabled v0.21.0 |
| 1306 | 2026-09-11T00:16:15.761Z | Downloaded p521 v0.13.3 |
| 1307 | 2026-09-11T00:16:15.761Z | Downloaded nix v0.28.0 |
| 1308 | 2026-09-11T00:16:15.761Z | Downloaded object v0.30.4 |
| 1309 | 2026-09-11T00:16:15.761Z | Downloaded rand v0.8.6 |
| 1310 | 2026-09-11T00:16:15.761Z | Downloaded mio v1.2.0 |
| 1311 | 2026-09-11T00:16:15.761Z | Downloaded lalrpop v0.19.12 |
| 1312 | 2026-09-11T00:16:15.761Z | Downloaded russh v0.62.4 |
| 1313 | 2026-09-11T00:16:15.761Z | Downloaded reedline v0.40.0 |
| 1314 | 2026-09-11T00:16:15.761Z | Downloaded dashu-int v0.5.1 |
| 1315 | 2026-09-11T00:16:15.761Z | Downloaded vcpkg v0.2.15 |
| 1316 | 2026-09-11T00:16:15.761Z | Downloaded curve25519-dalek v4.1.3 |
| 1317 | 2026-09-11T00:16:15.761Z | Downloaded dropshot-api-manager v0.8.0 |
| 1318 | 2026-09-11T00:16:15.761Z | Downloaded hickory-proto v0.24.4 |
| 1319 | 2026-09-11T00:16:15.761Z | Downloaded regress v0.10.5 |
| 1320 | 2026-09-11T00:16:15.761Z | Downloaded crypto-bigint v0.7.5 |
| 1321 | 2026-09-11T00:16:15.761Z | Downloaded proptest v1.11.0 |
| 1322 | 2026-09-11T00:16:15.761Z | Downloaded libm v0.2.16 |
| 1323 | 2026-09-11T00:16:15.761Z | Downloaded itertools v0.13.0 |
| 1324 | 2026-09-11T00:16:15.761Z | Downloaded rawzip v0.4.4 |
| 1325 | 2026-09-11T00:16:15.761Z | Downloaded regress v0.11.1 |
| 1326 | 2026-09-11T00:16:15.761Z | Downloaded syn v3.0.3 |
| 1327 | 2026-09-11T00:16:15.761Z | Downloaded zlib-rs v0.6.2 |
| 1328 | 2026-09-11T00:16:15.761Z | Downloaded openssl v0.10.80 |
| 1329 | 2026-09-11T00:16:15.761Z | Downloaded nix v0.31.2 |
| 1330 | 2026-09-11T00:16:15.761Z | Downloaded radix_trie v0.2.1 |
| 1331 | 2026-09-11T00:16:15.761Z | Downloaded hickory-proto v0.25.2 |
| 1332 | 2026-09-11T00:16:15.761Z | Downloaded curve25519-dalek v5.0.0 |
| 1333 | 2026-09-11T00:16:15.761Z | Downloaded smoltcp v0.9.1 |
| 1334 | 2026-09-11T00:16:15.761Z | Downloaded dropshot v0.17.1 |
| 1335 | 2026-09-11T00:16:15.761Z | Downloaded regex-syntax v0.6.29 |
| 1336 | 2026-09-11T00:16:15.762Z | Downloaded object v0.37.3 |
| 1337 | 2026-09-11T00:16:15.762Z | Downloaded bstr v1.12.1 |
| 1338 | 2026-09-11T00:16:15.762Z | Downloaded sha3 v0.11.0 |
| 1339 | 2026-09-11T00:16:15.762Z | Downloaded regex-syntax v0.8.10 |
| 1340 | 2026-09-11T00:16:15.762Z | Downloaded sha3 v0.12.0 |
| 1341 | 2026-09-11T00:16:15.762Z | Downloaded winnow v1.0.3 |
| 1342 | 2026-09-11T00:16:15.762Z | Downloaded diesel v2.3.7 |
| 1343 | 2026-09-11T00:16:15.762Z | Downloaded nix v0.27.1 |
| 1344 | 2026-09-11T00:16:15.762Z | Downloaded time v0.3.47 |
| 1345 | 2026-09-11T00:16:15.762Z | Downloaded smoltcp v0.11.0 |
| 1346 | 2026-09-11T00:16:15.762Z | Downloaded jiff v0.2.34 |
| 1347 | 2026-09-11T00:16:15.762Z | Downloaded tokio v1.52.1 |
| 1348 | 2026-09-11T00:16:15.762Z | Downloaded openapiv3 v2.2.0 |
| 1349 | 2026-09-11T00:16:15.762Z | Downloaded zerocopy v0.8.55 |
| 1350 | 2026-09-11T00:16:15.762Z | Downloaded rustix v0.38.44 |
| 1351 | 2026-09-11T00:16:15.762Z | Downloaded polar-core v0.27.3 |
| 1352 | 2026-09-11T00:16:15.762Z | Downloaded encoding_rs v0.8.35 |
| 1353 | 2026-09-11T00:16:15.762Z | Downloaded rustls v0.23.41 |
| 1354 | 2026-09-11T00:16:15.762Z | Downloaded sqlparser v0.61.0 |
| 1355 | 2026-09-11T00:16:15.762Z | Downloaded tracing v0.1.44 |
| 1356 | 2026-09-11T00:16:15.762Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1357 | 2026-09-11T00:16:15.762Z | Downloaded object v0.39.1 |
| 1358 | 2026-09-11T00:16:15.762Z | Downloaded typify-impl v0.6.2 |
| 1359 | 2026-09-11T00:16:15.762Z | Downloaded sled v0.34.7 |
| 1360 | 2026-09-11T00:16:15.765Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1361 | 2026-09-11T00:16:15.775Z | Downloaded zerocopy-derive v0.6.6 |
| 1362 | 2026-09-11T00:16:15.778Z | Downloaded regex-automata v0.4.14 |
| 1363 | 2026-09-11T00:16:15.829Z | Downloaded ratatui v0.29.0 |
| 1364 | 2026-09-11T00:16:15.843Z | Downloaded chrono-tz v0.10.4 |
| 1365 | 2026-09-11T00:16:15.851Z | Downloaded petgraph v0.6.5 |
| 1366 | 2026-09-11T00:16:15.894Z | Downloaded csv v1.4.0 |
| 1367 | 2026-09-11T00:16:15.906Z | Downloaded petgraph v0.8.3 |
| 1368 | 2026-09-11T00:16:15.919Z | Downloaded sha3 v0.10.8 |
| 1369 | 2026-09-11T00:16:15.922Z | Downloaded libz-sys v1.1.24 |
| 1370 | 2026-09-11T00:16:15.934Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1371 | 2026-09-11T00:16:16.040Z | Downloaded ring v0.17.14 |
| 1372 | 2026-09-11T00:16:16.521Z | Downloaded dsi-bitstream v0.10.1 |
| 1373 | 2026-09-11T00:16:16.719Z | Downloaded aws-lc-sys v0.40.0 |
| 1374 | 2026-09-11T00:16:16.984Z | Compiling serde_core v1.0.228 |
| 1375 | 2026-09-11T00:16:16.992Z | Compiling libc v0.2.185 |
| 1376 | 2026-09-11T00:16:16.993Z | Compiling serde v1.0.228 |
| 1377 | 2026-09-11T00:16:16.993Z | Compiling subtle v2.6.1 |
| 1378 | 2026-09-11T00:16:16.993Z | Compiling smallvec v1.15.1 |
| 1379 | 2026-09-11T00:16:16.993Z | Compiling log v0.4.33 |
| 1380 | 2026-09-11T00:16:16.993Z | Compiling typenum v1.20.1 |
| 1381 | 2026-09-11T00:16:17.134Z | Compiling zerocopy v0.8.55 |
| 1382 | 2026-09-11T00:16:17.192Z | Compiling shlex v1.3.0 |
| 1383 | 2026-09-11T00:16:17.199Z | Compiling find-msvc-tools v0.1.9 |
| 1384 | 2026-09-11T00:16:17.199Z | Compiling scopeguard v1.2.0 |
| 1385 | 2026-09-11T00:16:17.199Z | Compiling portable-atomic v1.13.1 |
| 1386 | 2026-09-11T00:16:17.199Z | Compiling stable_deref_trait v1.2.1 |
| 1387 | 2026-09-11T00:16:17.199Z | Compiling critical-section v1.2.0 |
| 1388 | 2026-09-11T00:16:17.224Z | Compiling getrandom v0.4.3 |
| 1389 | 2026-09-11T00:16:17.254Z | Compiling syn v2.0.117 |
| 1390 | 2026-09-11T00:16:17.425Z | Compiling libm v0.2.16 |
| 1391 | 2026-09-11T00:16:17.453Z | Compiling lock_api v0.4.14 |
| 1392 | 2026-09-11T00:16:17.466Z | Compiling num-traits v0.2.19 |
| 1393 | 2026-09-11T00:16:17.470Z | Compiling rand_core v0.10.0 |
| 1394 | 2026-09-11T00:16:17.481Z | Compiling allocator-api2 v0.2.21 |
| 1395 | 2026-09-11T00:16:17.488Z | Compiling const-oid v0.9.6 |
| 1396 | 2026-09-11T00:16:17.524Z | Compiling serde_json v1.0.151 |
| 1397 | 2026-09-11T00:16:17.656Z | Compiling generic-array v0.14.7 |
| 1398 | 2026-09-11T00:16:17.669Z | Compiling rustix v1.1.4 |
| 1399 | 2026-09-11T00:16:17.684Z | Compiling percent-encoding v2.3.2 |
| 1400 | 2026-09-11T00:16:17.720Z | Compiling litemap v0.8.1 |
| 1401 | 2026-09-11T00:16:17.771Z | Compiling writeable v0.6.2 |
| 1402 | 2026-09-11T00:16:17.826Z | Compiling parking_lot_core v0.9.12 |
| 1403 | 2026-09-11T00:16:17.845Z | Compiling pin-project-lite v0.2.17 |
| 1404 | 2026-09-11T00:16:17.888Z | Compiling pkg-config v0.3.32 |
| 1405 | 2026-09-11T00:16:17.906Z | Compiling icu_properties_data v2.1.2 |
| 1406 | 2026-09-11T00:16:17.951Z | Compiling icu_normalizer_data v2.1.1 |
| 1407 | 2026-09-11T00:16:17.967Z | Compiling getrandom v0.3.4 |
| 1408 | 2026-09-11T00:16:17.984Z | Compiling base64ct v1.8.3 |
| 1409 | 2026-09-11T00:16:17.991Z | Compiling foldhash v0.2.0 |
| 1410 | 2026-09-11T00:16:18.014Z | Compiling flagset v0.4.7 |
| 1411 | 2026-09-11T00:16:18.058Z | Compiling futures-core v0.3.32 |
| 1412 | 2026-09-11T00:16:18.173Z | Compiling utf8_iter v1.0.4 |
| 1413 | 2026-09-11T00:16:18.203Z | Compiling errno v0.3.14 |
| 1414 | 2026-09-11T00:16:18.218Z | Compiling jobserver v0.1.34 |
| 1415 | 2026-09-11T00:16:18.237Z | Compiling getrandom v0.2.17 |
| 1416 | 2026-09-11T00:16:18.292Z | Compiling pem-rfc7468 v0.7.0 |
| 1417 | 2026-09-11T00:16:18.329Z | Compiling signal-hook-registry v1.4.8 |
| 1418 | 2026-09-11T00:16:18.366Z | Compiling mio v1.2.0 |
| 1419 | 2026-09-11T00:16:18.389Z | Compiling once_cell v1.21.3 |
| 1420 | 2026-09-11T00:16:18.417Z | Compiling rand_core v0.6.4 |
| 1421 | 2026-09-11T00:16:18.485Z | Compiling cc v1.2.56 |
| 1422 | 2026-09-11T00:16:18.504Z | Compiling parking_lot v0.12.5 |
| 1423 | 2026-09-11T00:16:18.523Z | Compiling socket2 v0.6.3 |
| 1424 | 2026-09-11T00:16:18.539Z | Compiling hashbrown v0.17.0 |
| 1425 | 2026-09-11T00:16:18.548Z | Compiling form_urlencoded v1.2.2 |
| 1426 | 2026-09-11T00:16:18.579Z | Compiling rustversion v1.0.22 |
| 1427 | 2026-09-11T00:16:18.631Z | Compiling iana-time-zone v0.1.65 |
| 1428 | 2026-09-11T00:16:18.648Z | Compiling base64 v0.22.1 |
| 1429 | 2026-09-11T00:16:18.654Z | Compiling futures-sink v0.3.32 |
| 1430 | 2026-09-11T00:16:18.734Z | Compiling slab v0.4.12 |
| 1431 | 2026-09-11T00:16:18.750Z | Compiling ident_case v1.0.1 |
| 1432 | 2026-09-11T00:16:18.800Z | Compiling futures-channel v0.3.32 |
| 1433 | 2026-09-11T00:16:18.858Z | Compiling futures-task v0.3.32 |
| 1434 | 2026-09-11T00:16:18.874Z | Compiling futures-io v0.3.32 |
| 1435 | 2026-09-11T00:16:18.894Z | Compiling syn v1.0.109 |
| 1436 | 2026-09-11T00:16:18.910Z | Compiling cmov v0.5.4 |
| 1437 | 2026-09-11T00:16:18.939Z | Compiling spin v0.9.8 |
| 1438 | 2026-09-11T00:16:18.963Z | Compiling ahash v0.8.12 |
| 1439 | 2026-09-11T00:16:18.979Z | Compiling cpufeatures v0.2.17 |
| 1440 | 2026-09-11T00:16:19.028Z | Compiling schemars v0.8.22 |
| 1441 | 2026-09-11T00:16:19.037Z | Compiling dunce v1.0.5 |
| 1442 | 2026-09-11T00:16:19.075Z | Compiling fs_extra v1.3.0 |
| 1443 | 2026-09-11T00:16:19.075Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-09-11T00:16:19.078Z | Compiling simd-adler32 v0.3.8 |
| 1445 | 2026-09-11T00:16:19.124Z | Compiling ctutils v0.4.2 |
| 1446 | 2026-09-11T00:16:19.149Z | Compiling adler2 v2.0.1 |
| 1447 | 2026-09-11T00:16:19.208Z | Compiling regex-syntax v0.8.10 |
| 1448 | 2026-09-11T00:16:19.208Z | Compiling vcpkg v0.2.15 |
| 1449 | 2026-09-11T00:16:19.335Z | Compiling cmake v0.1.57 |
| 1450 | 2026-09-11T00:16:19.360Z | Compiling num-integer v0.1.46 |
| 1451 | 2026-09-11T00:16:19.366Z | Compiling num-bigint-dig v0.8.6 |
| 1452 | 2026-09-11T00:16:19.367Z | Compiling object v0.37.3 |
| 1453 | 2026-09-11T00:16:19.395Z | Compiling miniz_oxide v0.8.9 |
| 1454 | 2026-09-11T00:16:19.406Z | Compiling aws-lc-rs v1.16.3 |
| 1455 | 2026-09-11T00:16:19.480Z | Compiling bitflags v2.11.0 |
| 1456 | 2026-09-11T00:16:19.511Z | Compiling semver v1.0.28 |
| 1457 | 2026-09-11T00:16:19.634Z | Compiling indexmap v2.14.0 |
| 1458 | 2026-09-11T00:16:19.653Z | Compiling uuid v1.23.4 |
| 1459 | 2026-09-11T00:16:19.761Z | Compiling rustc_version v0.4.1 |
| 1460 | 2026-09-11T00:16:19.776Z | Compiling num-iter v0.1.45 |
| 1461 | 2026-09-11T00:16:19.796Z | Compiling lazy_static v1.5.0 |
| 1462 | 2026-09-11T00:16:19.799Z | Compiling ff v0.13.1 |
| 1463 | 2026-09-11T00:16:19.799Z | Compiling tracing-core v0.1.36 |
| 1464 | 2026-09-11T00:16:19.884Z | Compiling base16ct v0.2.0 |
| 1465 | 2026-09-11T00:16:19.922Z | Compiling crc32fast v1.5.0 |
| 1466 | 2026-09-11T00:16:19.936Z | Compiling gimli v0.32.3 |
| 1467 | 2026-09-11T00:16:19.983Z | Compiling anyhow v1.0.104 |
| 1468 | 2026-09-11T00:16:20.061Z | Compiling group v0.13.0 |
| 1469 | 2026-09-11T00:16:20.103Z | Compiling rand_core v0.9.5 |
| 1470 | 2026-09-11T00:16:20.134Z | Compiling untrusted v0.7.1 |
| 1471 | 2026-09-11T00:16:20.197Z | Compiling aws-lc-sys v0.40.0 |
| 1472 | 2026-09-11T00:16:20.256Z | Compiling openssl-sys v0.9.117 |
| 1473 | 2026-09-11T00:16:20.301Z | Compiling synstructure v0.13.2 |
| 1474 | 2026-09-11T00:16:20.328Z | Compiling serde_derive_internals v0.29.1 |
| 1475 | 2026-09-11T00:16:20.343Z | Compiling httparse v1.10.1 |
| 1476 | 2026-09-11T00:16:20.391Z | Compiling tinyvec_macros v0.1.1 |
| 1477 | 2026-09-11T00:16:20.420Z | Compiling openssl-probe v0.2.1 |
| 1478 | 2026-09-11T00:16:20.436Z | Compiling owo-colors v4.3.0 |
| 1479 | 2026-09-11T00:16:20.489Z | Compiling rustc-demangle v0.1.27 |
| 1480 | 2026-09-11T00:16:20.633Z | Compiling tinyvec v1.11.0 |
| 1481 | 2026-09-11T00:16:20.815Z | Compiling pest_generator v2.8.6 |
| 1482 | 2026-09-11T00:16:20.864Z | Compiling terminal_size v0.4.3 |
| 1483 | 2026-09-11T00:16:20.891Z | Compiling tempfile v3.27.0 |
| 1484 | 2026-09-11T00:16:20.928Z | Compiling darling_core v0.23.0 |
| 1485 | 2026-09-11T00:16:20.959Z | Compiling curve25519-dalek v4.1.3 |
| 1486 | 2026-09-11T00:16:21.009Z | Compiling clap_builder v4.6.0 |
| 1487 | 2026-09-11T00:16:21.026Z | Compiling camino v1.2.5 |
| 1488 | 2026-09-11T00:16:21.043Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1489 | 2026-09-11T00:16:21.061Z | Compiling aho-corasick v1.1.4 |
| 1490 | 2026-09-11T00:16:21.182Z | Compiling untrusted v0.9.0 |
| 1491 | 2026-09-11T00:16:21.302Z | Compiling try-lock v0.2.5 |
| 1492 | 2026-09-11T00:16:21.341Z | Compiling rustls v0.23.41 |
| 1493 | 2026-09-11T00:16:21.357Z | Compiling atomic-waker v1.1.2 |
| 1494 | 2026-09-11T00:16:21.357Z | Compiling tower-layer v0.3.3 |
| 1495 | 2026-09-11T00:16:21.454Z | Compiling radium v0.7.0 |
| 1496 | 2026-09-11T00:16:21.480Z | Compiling is_ci v1.2.0 |
| 1497 | 2026-09-11T00:16:21.518Z | Compiling tower-service v0.3.3 |
| 1498 | 2026-09-11T00:16:21.534Z | Compiling proc-macro-error2 v2.0.1 |
| 1499 | 2026-09-11T00:16:21.572Z | Compiling want v0.3.1 |
| 1500 | 2026-09-11T00:16:21.590Z | Compiling supports-color v3.0.2 |
| 1501 | 2026-09-11T00:16:21.603Z | Compiling textwrap v0.16.2 |
| 1502 | 2026-09-11T00:16:21.747Z | Compiling addr2line v0.25.1 |
| 1503 | 2026-09-11T00:16:21.798Z | Compiling darling_core v0.20.11 |
| 1504 | 2026-09-11T00:16:21.800Z | Compiling slog v2.8.2 |
| 1505 | 2026-09-11T00:16:21.828Z | Compiling time-core v0.1.8 |
| 1506 | 2026-09-11T00:16:21.898Z | Compiling tap v1.0.1 |
| 1507 | 2026-09-11T00:16:22.023Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-09-11T00:16:22.039Z | Compiling keccak v0.1.6 |
| 1509 | 2026-09-11T00:16:22.054Z | Compiling powerfmt v0.2.0 |
| 1510 | 2026-09-11T00:16:22.069Z | Compiling openssl v0.10.80 |
| 1511 | 2026-09-11T00:16:22.112Z | Compiling supports-unicode v3.0.0 |
| 1512 | 2026-09-11T00:16:22.128Z | Compiling const-oid v0.10.2 |
| 1513 | 2026-09-11T00:16:22.145Z | Compiling httpdate v1.0.3 |
| 1514 | 2026-09-11T00:16:22.161Z | Compiling serde_derive v1.0.228 |
| 1515 | 2026-09-11T00:16:22.301Z | Compiling zeroize_derive v1.5.0 |
| 1516 | 2026-09-11T00:16:22.318Z | Compiling zerocopy-derive v0.8.55 |
| 1517 | 2026-09-11T00:16:22.373Z | Compiling zerofrom-derive v0.1.6 |
| 1518 | 2026-09-11T00:16:22.390Z | Compiling yoke-derive v0.8.1 |
| 1519 | 2026-09-11T00:16:22.418Z | Compiling zerovec-derive v0.11.2 |
| 1520 | 2026-09-11T00:16:22.453Z | Compiling displaydoc v0.2.5 |
| 1521 | 2026-09-11T00:16:22.857Z | Compiling der_derive v0.7.3 |
| 1522 | 2026-09-11T00:16:22.917Z | Compiling thiserror-impl v2.0.18 |
| 1523 | 2026-09-11T00:16:23.050Z | Compiling tokio-macros v2.7.0 |
| 1524 | 2026-09-11T00:16:23.067Z | Compiling futures-macro v0.3.32 |
| 1525 | 2026-09-11T00:16:23.279Z | Compiling schemars_derive v0.8.22 |
| 1526 | 2026-09-11T00:16:23.518Z | Compiling clap_derive v4.6.1 |
| 1527 | 2026-09-11T00:16:23.611Z | Compiling thiserror-impl v1.0.69 |
| 1528 | 2026-09-11T00:16:23.631Z | Compiling tracing-attributes v0.1.31 |
| 1529 | 2026-09-11T00:16:23.688Z | Compiling backtrace v0.3.76 |
| 1530 | 2026-09-11T00:16:23.887Z | Compiling darling_macro v0.23.0 |
| 1531 | 2026-09-11T00:16:23.910Z | Compiling zerofrom v0.1.6 |
| 1532 | 2026-09-11T00:16:23.932Z | Compiling hubpack_derive v0.1.1 |
| 1533 | 2026-09-11T00:16:23.985Z | Compiling futures-util v0.3.32 |
| 1534 | 2026-09-11T00:16:24.066Z | Compiling yoke v0.8.1 |
| 1535 | 2026-09-11T00:16:24.244Z | Compiling backtrace-ext v0.2.1 |
| 1536 | 2026-09-11T00:16:24.264Z | Compiling miette-derive v7.6.0 |
| 1537 | 2026-09-11T00:16:24.345Z | Compiling zerovec v0.11.5 |
| 1538 | 2026-09-11T00:16:24.361Z | Compiling zerotrie v0.2.3 |
| 1539 | 2026-09-11T00:16:24.500Z | Compiling thiserror v2.0.18 |
| 1540 | 2026-09-11T00:16:24.516Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1541 | 2026-09-11T00:16:24.516Z | Compiling scroll_derive v0.13.1 |
| 1542 | 2026-09-11T00:16:24.639Z | Compiling pest_derive v2.8.6 |
| 1543 | 2026-09-11T00:16:24.679Z | Compiling foreign-types-shared v0.1.1 |
| 1544 | 2026-09-11T00:16:24.711Z | Compiling num-conv v0.2.0 |
| 1545 | 2026-09-11T00:16:24.795Z | Compiling maybe-uninit v2.0.0 |
| 1546 | 2026-09-11T00:16:24.880Z | Compiling tinystr v0.8.2 |
| 1547 | 2026-09-11T00:16:24.904Z | Compiling potential_utf v0.1.4 |
| 1548 | 2026-09-11T00:16:24.959Z | Compiling thiserror v1.0.69 |
| 1549 | 2026-09-11T00:16:25.016Z | Compiling supports-hyperlinks v3.2.0 |
| 1550 | 2026-09-11T00:16:25.102Z | Compiling icu_locale_core v2.1.1 |
| 1551 | 2026-09-11T00:16:25.120Z | Compiling icu_collections v2.1.1 |
| 1552 | 2026-09-11T00:16:25.123Z | Compiling tracing v0.1.44 |
| 1553 | 2026-09-11T00:16:25.149Z | Compiling time-macros v0.2.27 |
| 1554 | 2026-09-11T00:16:25.176Z | Compiling foreign-types v0.3.2 |
| 1555 | 2026-09-11T00:16:25.204Z | Compiling darling v0.23.0 |
| 1556 | 2026-09-11T00:16:25.220Z | Compiling darling_macro v0.20.11 |
| 1557 | 2026-09-11T00:16:25.281Z | Compiling deranged v0.5.8 |
| 1558 | 2026-09-11T00:16:25.301Z | Compiling openssl-macros v0.1.1 |
| 1559 | 2026-09-11T00:16:25.332Z | Compiling knus-derive v3.4.0 |
| 1560 | 2026-09-11T00:16:25.431Z | Compiling scroll v0.13.0 |
| 1561 | 2026-09-11T00:16:25.467Z | Compiling wyz v0.5.1 |
| 1562 | 2026-09-11T00:16:25.502Z | Compiling clap v4.6.1 |
| 1563 | 2026-09-11T00:16:25.547Z | Compiling miette v7.6.0 |
| 1564 | 2026-09-11T00:16:25.697Z | Compiling unicode-normalization v0.1.25 |
| 1565 | 2026-09-11T00:16:25.737Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1566 | 2026-09-11T00:16:25.772Z | Compiling icu_provider v2.1.1 |
| 1567 | 2026-09-11T00:16:25.792Z | Compiling zeroize v1.9.0 |
| 1568 | 2026-09-11T00:16:25.835Z | Compiling bytes v1.11.1 |
| 1569 | 2026-09-11T00:16:25.887Z | Compiling chrono v0.4.45 |
| 1570 | 2026-09-11T00:16:26.070Z | Compiling icu_normalizer v2.1.1 |
| 1571 | 2026-09-11T00:16:26.089Z | Compiling icu_properties v2.1.2 |
| 1572 | 2026-09-11T00:16:26.146Z | Compiling der v0.7.10 |
| 1573 | 2026-09-11T00:16:26.175Z | Compiling hybrid-array v0.4.13 |
| 1574 | 2026-09-11T00:16:26.191Z | Compiling hex v0.4.3 |
| 1575 | 2026-09-11T00:16:26.317Z | Compiling ipnet v2.12.0 |
| 1576 | 2026-09-11T00:16:26.335Z | Compiling rustls-pki-types v1.14.0 |
| 1577 | 2026-09-11T00:16:26.433Z | Compiling tokio v1.52.1 |
| 1578 | 2026-09-11T00:16:26.469Z | Compiling http v1.4.2 |
| 1579 | 2026-09-11T00:16:26.513Z | Compiling serde_spanned v0.6.9 |
| 1580 | 2026-09-11T00:16:26.532Z | Compiling toml_datetime v0.6.11 |
| 1581 | 2026-09-11T00:16:26.665Z | Compiling crypto-common v0.1.7 |
| 1582 | 2026-09-11T00:16:26.681Z | Compiling block-buffer v0.10.4 |
| 1583 | 2026-09-11T00:16:26.693Z | Compiling crypto-bigint v0.5.5 |
| 1584 | 2026-09-11T00:16:26.766Z | Compiling hubpack v0.1.2 |
| 1585 | 2026-09-11T00:16:26.827Z | Compiling erased-serde v0.3.31 |
| 1586 | 2026-09-11T00:16:26.840Z | Compiling digest v0.10.7 |
| 1587 | 2026-09-11T00:16:26.859Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1588 | 2026-09-11T00:16:26.870Z | Compiling wait-timeout v0.2.1 |
| 1589 | 2026-09-11T00:16:26.886Z | Compiling socket2 v0.5.10 |
| 1590 | 2026-09-11T00:16:26.917Z | Compiling crypto-common v0.2.2 |
| 1591 | 2026-09-11T00:16:26.995Z | Compiling idna_adapter v1.2.1 |
| 1592 | 2026-09-11T00:16:27.022Z | Compiling spki v0.7.3 |
| 1593 | 2026-09-11T00:16:27.140Z | Compiling idna v1.1.0 |
| 1594 | 2026-09-11T00:16:27.169Z | Compiling ppv-lite86 v0.2.21 |
| 1595 | 2026-09-11T00:16:27.187Z | Compiling signature v2.2.0 |
| 1596 | 2026-09-11T00:16:27.214Z | Compiling pkcs8 v0.10.2 |
| 1597 | 2026-09-11T00:16:27.303Z | Compiling sha2 v0.10.9 |
| 1598 | 2026-09-11T00:16:27.330Z | Compiling hmac v0.12.1 |
| 1599 | 2026-09-11T00:16:27.339Z | Compiling block-buffer v0.12.1 |
| 1600 | 2026-09-11T00:16:27.361Z | Compiling x509-cert v0.2.5 |
| 1601 | 2026-09-11T00:16:27.361Z | Compiling http-body v1.0.1 |
| 1602 | 2026-09-11T00:16:27.394Z | Compiling pkcs1 v0.7.5 |
| 1603 | 2026-09-11T00:16:27.411Z | Compiling sec1 v0.7.3 |
| 1604 | 2026-09-11T00:16:27.419Z | Compiling block-padding v0.4.2 |
| 1605 | 2026-09-11T00:16:27.503Z | Compiling url v2.5.8 |
| 1606 | 2026-09-11T00:16:27.537Z | Compiling rand_chacha v0.3.1 |
| 1607 | 2026-09-11T00:16:27.559Z | Compiling hkdf v0.12.4 |
| 1608 | 2026-09-11T00:16:27.560Z | Compiling rfc6979 v0.4.0 |
| 1609 | 2026-09-11T00:16:27.569Z | Compiling rand_chacha v0.9.0 |
| 1610 | 2026-09-11T00:16:27.584Z | Compiling hashbrown v0.14.5 |
| 1611 | 2026-09-11T00:16:27.624Z | Compiling inout v0.2.2 |
| 1612 | 2026-09-11T00:16:27.722Z | Compiling elliptic-curve v0.13.8 |
| 1613 | 2026-09-11T00:16:27.747Z | Compiling digest v0.11.3 |
| 1614 | 2026-09-11T00:16:27.766Z | Compiling ed25519 v2.2.3 |
| 1615 | 2026-09-11T00:16:27.819Z | Compiling rand v0.8.6 |
| 1616 | 2026-09-11T00:16:27.842Z | Compiling rand v0.9.2 |
| 1617 | 2026-09-11T00:16:27.856Z | Compiling sha3 v0.10.8 |
| 1618 | 2026-09-11T00:16:28.174Z | Compiling primeorder v0.13.6 |
| 1619 | 2026-09-11T00:16:28.290Z | Compiling ecdsa v0.16.9 |
| 1620 | 2026-09-11T00:16:28.305Z | Compiling chumsky v0.9.3 |
| 1621 | 2026-09-11T00:16:28.325Z | Compiling half v2.7.1 |
| 1622 | 2026-09-11T00:16:28.336Z | Compiling env_filter v2.0.0 |
| 1623 | 2026-09-11T00:16:28.586Z | Compiling cpufeatures v0.3.0 |
| 1624 | 2026-09-11T00:16:28.638Z | Compiling quick-error v1.2.3 |
| 1625 | 2026-09-11T00:16:28.662Z | Compiling crossbeam-utils v0.8.21 |
| 1626 | 2026-09-11T00:16:28.681Z | Compiling ciborium-io v0.2.2 |
| 1627 | 2026-09-11T00:16:28.690Z | Compiling bit-vec v0.8.0 |
| 1628 | 2026-09-11T00:16:28.690Z | Compiling packed_struct v0.10.1 |
| 1629 | 2026-09-11T00:16:28.727Z | Compiling num_threads v0.1.7 |
| 1630 | 2026-09-11T00:16:28.733Z | Compiling native-tls v0.2.18 |
| 1631 | 2026-09-11T00:16:28.755Z | Compiling funty v2.0.0 |
| 1632 | 2026-09-11T00:16:28.778Z | Compiling ciborium-ll v0.2.2 |
| 1633 | 2026-09-11T00:16:28.806Z | Compiling rusty-fork v0.3.1 |
| 1634 | 2026-09-11T00:16:28.815Z | Compiling time v0.3.47 |
| 1635 | 2026-09-11T00:16:28.853Z | Compiling ed25519-dalek v2.2.0 |
| 1636 | 2026-09-11T00:16:28.968Z | Compiling bit-set v0.8.0 |
| 1637 | 2026-09-11T00:16:28.999Z | Compiling p384 v0.13.1 |
| 1638 | 2026-09-11T00:16:29.043Z | Compiling env_logger v0.11.11 |
| 1639 | 2026-09-11T00:16:29.073Z | Compiling cipher v0.5.2 |
| 1640 | 2026-09-11T00:16:29.101Z | Compiling bitvec v1.0.1 |
| 1641 | 2026-09-11T00:16:29.161Z | Compiling sha1 v0.10.6 |
| 1642 | 2026-09-11T00:16:29.471Z | Compiling knus v3.4.0 |
| 1643 | 2026-09-11T00:16:29.501Z | Compiling darling v0.20.11 |
| 1644 | 2026-09-11T00:16:29.505Z | Compiling goblin v0.10.5 |
| 1645 | 2026-09-11T00:16:29.545Z | Compiling rsa v0.9.10 |
| 1646 | 2026-09-11T00:16:29.548Z | Compiling serde_with_macros v3.21.0 |
| 1647 | 2026-09-11T00:16:29.617Z | Compiling packed_struct_codegen v0.10.1 |
| 1648 | 2026-09-11T00:16:29.648Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-09-11T00:16:29.698Z | Compiling async-trait v0.1.89 |
| 1650 | 2026-09-11T00:16:30.146Z | Compiling zerocopy-derive v0.6.6 |
| 1651 | 2026-09-11T00:16:30.418Z | Compiling tokio-util v0.7.18 |
| 1652 | 2026-09-11T00:16:30.471Z | Compiling bitfield-macros v0.19.4 |
| 1653 | 2026-09-11T00:16:30.630Z | Compiling rand_xorshift v0.4.0 |
| 1654 | 2026-09-11T00:16:30.787Z | Compiling sync_wrapper v1.0.2 |
| 1655 | 2026-09-11T00:16:30.802Z | Compiling indexmap v1.9.3 |
| 1656 | 2026-09-11T00:16:30.817Z | Compiling crc-catalog v2.4.0 |
| 1657 | 2026-09-11T00:16:30.833Z | Compiling unarray v0.1.4 |
| 1658 | 2026-09-11T00:16:30.925Z | Compiling unicode-segmentation v1.12.0 |
| 1659 | 2026-09-11T00:16:30.947Z | Compiling usdt-impl v0.6.0 |
| 1660 | 2026-09-11T00:16:30.977Z | Compiling salty v0.3.0 |
| 1661 | 2026-09-11T00:16:31.033Z | Compiling nodrop v0.1.14 |
| 1662 | 2026-09-11T00:16:31.054Z | Compiling paste v1.0.15 |
| 1663 | 2026-09-11T00:16:31.068Z | Compiling siphasher v1.0.2 |
| 1664 | 2026-09-11T00:16:31.161Z | Compiling h2 v0.4.15 |
| 1665 | 2026-09-11T00:16:31.240Z | Compiling array-init v0.0.4 |
| 1666 | 2026-09-11T00:16:31.256Z | Compiling bitfield v0.19.4 |
| 1667 | 2026-09-11T00:16:31.295Z | Compiling zerocopy v0.6.6 |
| 1668 | 2026-09-11T00:16:31.331Z | Compiling proptest v1.11.0 |
| 1669 | 2026-09-11T00:16:31.349Z | Compiling crc v3.4.0 |
| 1670 | 2026-09-11T00:16:31.454Z | Compiling tower v0.5.3 |
| 1671 | 2026-09-11T00:16:31.496Z | Compiling strum v0.26.3 |
| 1672 | 2026-09-11T00:16:31.523Z | Compiling serde_with v3.21.0 |
| 1673 | 2026-09-11T00:16:31.596Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1674 | 2026-09-11T00:16:31.667Z | Compiling smallvec v0.6.14 |
| 1675 | 2026-09-11T00:16:31.682Z | Compiling derive_builder_core v0.20.2 |
| 1676 | 2026-09-11T00:16:31.909Z | Compiling chacha20 v0.10.0 |
| 1677 | 2026-09-11T00:16:32.108Z | Compiling ciborium v0.2.2 |
| 1678 | 2026-09-11T00:16:32.289Z | Compiling ipnetwork v0.21.1 |
| 1679 | 2026-09-11T00:16:32.324Z | Compiling dof v0.4.0 |
| 1680 | 2026-09-11T00:16:32.512Z | Compiling http-body-util v0.1.3 |
| 1681 | 2026-09-11T00:16:32.542Z | Compiling dtrace-parser v0.3.0 |
| 1682 | 2026-09-11T00:16:32.608Z | Compiling structmeta-derive v0.3.0 |
| 1683 | 2026-09-11T00:16:32.650Z | Compiling scroll_derive v0.12.1 |
| 1684 | 2026-09-11T00:16:32.716Z | Compiling heapless v0.7.17 |
| 1685 | 2026-09-11T00:16:32.723Z | Compiling thread-id v5.1.0 |
| 1686 | 2026-09-11T00:16:32.794Z | Compiling syn v3.0.3 |
| 1687 | 2026-09-11T00:16:32.833Z | Compiling cookie v0.18.1 |
| 1688 | 2026-09-11T00:16:32.937Z | Compiling static_assertions v1.1.0 |
| 1689 | 2026-09-11T00:16:33.010Z | Compiling base64 v0.21.7 |
| 1690 | 2026-09-11T00:16:33.037Z | Compiling hashbrown v0.12.3 |
| 1691 | 2026-09-11T00:16:33.074Z | Compiling winnow v0.5.40 |
| 1692 | 2026-09-11T00:16:33.308Z | Compiling signal-hook v0.3.18 |
| 1693 | 2026-09-11T00:16:33.347Z | Compiling unicode-properties v0.1.4 |
| 1694 | 2026-09-11T00:16:33.369Z | Compiling ryu v1.0.23 |
| 1695 | 2026-09-11T00:16:33.385Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 1696 | 2026-09-11T00:16:33.537Z | Compiling zstd-safe v7.2.4 |
| 1697 | 2026-09-11T00:16:33.553Z | Compiling iri-string v0.7.10 |
| 1698 | 2026-09-11T00:16:33.556Z | Compiling unicode-bidi v0.3.18 |
| 1699 | 2026-09-11T00:16:33.601Z | Compiling serde_urlencoded v0.7.1 |
| 1700 | 2026-09-11T00:16:33.656Z | Compiling scroll v0.12.0 |
| 1701 | 2026-09-11T00:16:33.751Z | Compiling structmeta v0.3.0 |
| 1702 | 2026-09-11T00:16:33.801Z | Compiling newtype-uuid v1.3.2 |
| 1703 | 2026-09-11T00:16:33.884Z | Compiling ron v0.8.1 |
| 1704 | 2026-09-11T00:16:33.887Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1705 | 2026-09-11T00:16:33.909Z | Compiling stringprep v0.1.5 |
| 1706 | 2026-09-11T00:16:34.030Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1707 | 2026-09-11T00:16:34.077Z | Compiling derive_builder_macro v0.20.2 |
| 1708 | 2026-09-11T00:16:34.137Z | Compiling oxnet v0.1.6 |
| 1709 | 2026-09-11T00:16:34.177Z | Compiling rand v0.10.1 |
| 1710 | 2026-09-11T00:16:34.445Z | Compiling hyper v1.10.1 |
| 1711 | 2026-09-11T00:16:34.577Z | Compiling toml_edit v0.19.15 |
| 1712 | 2026-09-11T00:16:34.659Z | Compiling tokio-native-tls v0.3.1 |
| 1713 | 2026-09-11T00:16:34.681Z | Compiling serde-hex v0.1.0 |
| 1714 | 2026-09-11T00:16:34.698Z | Compiling bzip2 v0.4.4 |
| 1715 | 2026-09-11T00:16:34.891Z | Compiling tower-http v0.6.8 |
| 1716 | 2026-09-11T00:16:34.916Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1717 | 2026-09-11T00:16:35.120Z | Compiling sha2 v0.11.0 |
| 1718 | 2026-09-11T00:16:35.135Z | Compiling md-5 v0.11.0 |
| 1719 | 2026-09-11T00:16:35.361Z | Compiling hmac v0.13.0 |
| 1720 | 2026-09-11T00:16:35.431Z | Compiling hashbrown v0.13.2 |
| 1721 | 2026-09-11T00:16:35.491Z | Compiling rustls-native-certs v0.8.3 |
| 1722 | 2026-09-11T00:16:35.525Z | Compiling serde-big-array v0.5.1 |
| 1723 | 2026-09-11T00:16:35.543Z | Compiling serde_tokenstream v0.2.3 |
| 1724 | 2026-09-11T00:16:35.586Z | Compiling bstr v1.12.1 |
| 1725 | 2026-09-11T00:16:35.705Z | Compiling hyper-util v0.1.20 |
| 1726 | 2026-09-11T00:16:35.736Z | Compiling zerocopy-derive v0.7.35 |
| 1727 | 2026-09-11T00:16:35.831Z | Compiling pin-project-internal v1.1.11 |
| 1728 | 2026-09-11T00:16:35.900Z | Compiling vergen-lib v9.1.0 |
| 1729 | 2026-09-11T00:16:35.957Z | Compiling hash32 v0.2.1 |
| 1730 | 2026-09-11T00:16:36.142Z | Compiling encoding_rs v0.8.35 |
| 1731 | 2026-09-11T00:16:36.155Z | Compiling memoffset v0.9.1 |
| 1732 | 2026-09-11T00:16:36.196Z | Compiling thread_local v1.1.9 |
| 1733 | 2026-09-11T00:16:36.274Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 1734 | 2026-09-11T00:16:36.292Z | Compiling rustix v0.38.44 |
| 1735 | 2026-09-11T00:16:36.411Z | Compiling daft-derive v0.1.8 |
| 1736 | 2026-09-11T00:16:36.428Z | Compiling libbz2-rs-sys v0.2.2 |
| 1737 | 2026-09-11T00:16:36.461Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1738 | 2026-09-11T00:16:36.478Z | Compiling cfg_aliases v0.2.1 |
| 1739 | 2026-09-11T00:16:36.494Z | Compiling smoltcp v0.9.1 |
| 1740 | 2026-09-11T00:16:36.525Z | Compiling litrs v1.0.0 |
| 1741 | 2026-09-11T00:16:36.577Z | Compiling bumpalo v3.20.2 |
| 1742 | 2026-09-11T00:16:36.675Z | Compiling psl-types v2.0.11 |
| 1743 | 2026-09-11T00:16:36.717Z | Compiling ref-cast v1.0.25 |
| 1744 | 2026-09-11T00:16:36.833Z | Compiling crc-any v2.5.0 |
| 1745 | 2026-09-11T00:16:36.867Z | Compiling mime v0.3.17 |
| 1746 | 2026-09-11T00:16:36.911Z | Compiling slog-async v2.8.0 |
| 1747 | 2026-09-11T00:16:36.925Z | Compiling fallible-iterator v0.2.0 |
| 1748 | 2026-09-11T00:16:37.054Z | Compiling zlib-rs v0.6.2 |
| 1749 | 2026-09-11T00:16:37.105Z | Compiling document-features v0.2.12 |
| 1750 | 2026-09-11T00:16:37.146Z | Compiling pin-project v1.1.11 |
| 1751 | 2026-09-11T00:16:37.167Z | Compiling hyper-tls v0.6.0 |
| 1752 | 2026-09-11T00:16:37.195Z | Compiling bzip2 v0.6.1 |
| 1753 | 2026-09-11T00:16:37.215Z | Compiling toml_edit v0.22.27 |
| 1754 | 2026-09-11T00:16:37.227Z | Compiling daft v0.1.8 |
| 1755 | 2026-09-11T00:16:37.275Z | Compiling postgres-protocol v0.6.12 |
| 1756 | 2026-09-11T00:16:37.286Z | Compiling zopfli v0.8.3 |
| 1757 | 2026-09-11T00:16:37.307Z | Compiling publicsuffix v2.3.0 |
| 1758 | 2026-09-11T00:16:37.432Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1759 | 2026-09-11T00:16:37.444Z | Compiling zerocopy v0.7.35 |
| 1760 | 2026-09-11T00:16:37.472Z | Compiling nix v0.31.2 |
| 1761 | 2026-09-11T00:16:37.660Z | Compiling toml v0.7.8 |
| 1762 | 2026-09-11T00:16:37.706Z | Compiling object v0.30.4 |
| 1763 | 2026-09-11T00:16:37.723Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1764 | 2026-09-11T00:16:37.742Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1765 | 2026-09-11T00:16:37.833Z | Compiling zip v0.6.6 |
| 1766 | 2026-09-11T00:16:37.868Z | Compiling derive_builder v0.20.2 |
| 1767 | 2026-09-11T00:16:38.002Z | Compiling derive-ex v0.1.8 |
| 1768 | 2026-09-11T00:16:38.028Z | Compiling goblin v0.8.2 |
| 1769 | 2026-09-11T00:16:38.108Z | Compiling crossbeam-channel v0.5.15 |
| 1770 | 2026-09-11T00:16:38.265Z | Compiling convert_case v0.10.0 |
| 1771 | 2026-09-11T00:16:38.285Z | Compiling phf_shared v0.13.1 |
| 1772 | 2026-09-11T00:16:38.295Z | Compiling futures-executor v0.3.32 |
| 1773 | 2026-09-11T00:16:38.402Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1774 | 2026-09-11T00:16:38.416Z | Compiling regex v1.12.3 |
| 1775 | 2026-09-11T00:16:38.459Z | Compiling snafu-derive v0.8.9 |
| 1776 | 2026-09-11T00:16:38.562Z | Compiling strum_macros v0.27.2 |
| 1777 | 2026-09-11T00:16:38.590Z | Compiling ref-cast-impl v1.0.25 |
| 1778 | 2026-09-11T00:16:38.603Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1779 | 2026-09-11T00:16:38.607Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1780 | 2026-09-11T00:16:38.744Z | Compiling vergen v9.1.0 |
| 1781 | 2026-09-11T00:16:38.770Z | Compiling cargo-platform v0.3.2 |
| 1782 | 2026-09-11T00:16:38.877Z | Compiling is-terminal v0.4.17 |
| 1783 | 2026-09-11T00:16:38.892Z | Compiling fs-err v3.3.0 |
| 1784 | 2026-09-11T00:16:38.988Z | Compiling term v1.2.1 |
| 1785 | 2026-09-11T00:16:39.004Z | Compiling same-file v1.0.6 |
| 1786 | 2026-09-11T00:16:39.051Z | Compiling take_mut v0.2.2 |
| 1787 | 2026-09-11T00:16:39.071Z | Compiling jiff-core v0.1.0 |
| 1788 | 2026-09-11T00:16:39.134Z | Compiling corncobs v0.1.4 |
| 1789 | 2026-09-11T00:16:39.191Z | Compiling foldhash v0.1.5 |
| 1790 | 2026-09-11T00:16:39.208Z | Compiling bitflags v1.3.2 |
| 1791 | 2026-09-11T00:16:39.213Z | Compiling either v1.15.0 |
| 1792 | 2026-09-11T00:16:39.372Z | Compiling path-slash v0.1.5 |
| 1793 | 2026-09-11T00:16:39.398Z | Compiling managed v0.8.0 |
| 1794 | 2026-09-11T00:16:39.450Z | Compiling hashbrown v0.15.5 |
| 1795 | 2026-09-11T00:16:39.500Z | Compiling slog-term v2.9.2 |
| 1796 | 2026-09-11T00:16:39.531Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1797 | 2026-09-11T00:16:39.769Z | Compiling test-strategy v0.4.5 |
| 1798 | 2026-09-11T00:16:39.990Z | Compiling flate2 v1.1.9 |
| 1799 | 2026-09-11T00:16:40.006Z | Compiling jiff v0.2.34 |
| 1800 | 2026-09-11T00:16:40.068Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1801 | 2026-09-11T00:16:40.216Z | Compiling walkdir v2.5.0 |
| 1802 | 2026-09-11T00:16:40.261Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1803 | 2026-09-11T00:16:40.327Z | Compiling dof v0.3.0 |
| 1804 | 2026-09-11T00:16:40.377Z | Compiling cargo_metadata v0.23.1 |
| 1805 | 2026-09-11T00:16:40.477Z | Compiling toml v0.8.23 |
| 1806 | 2026-09-11T00:16:40.490Z | Compiling derive_more-impl v2.1.1 |
| 1807 | 2026-09-11T00:16:40.526Z | Compiling phf v0.13.1 |
| 1808 | 2026-09-11T00:16:40.548Z | Compiling snafu v0.8.9 |
| 1809 | 2026-09-11T00:16:40.569Z | Compiling futures v0.3.32 |
| 1810 | 2026-09-11T00:16:40.677Z | Compiling strum v0.27.2 |
| 1811 | 2026-09-11T00:16:40.681Z | Compiling signal-hook-mio v0.2.5 |
| 1812 | 2026-09-11T00:16:40.723Z | Compiling cookie_store v0.22.1 |
| 1813 | 2026-09-11T00:16:40.884Z | Compiling zstd v0.13.3 |
| 1814 | 2026-09-11T00:16:41.069Z | Compiling postgres-types v0.2.14 |
| 1815 | 2026-09-11T00:16:41.192Z | Compiling reqwest v0.12.28 |
| 1816 | 2026-09-11T00:16:41.261Z | Compiling globset v0.4.18 |
| 1817 | 2026-09-11T00:16:41.334Z | Compiling usdt-macro v0.6.0 |
| 1818 | 2026-09-11T00:16:41.337Z | Compiling usdt-attr-macro v0.6.0 |
| 1819 | 2026-09-11T00:16:41.431Z | Compiling phf_shared v0.11.3 |
| 1820 | 2026-09-11T00:16:41.552Z | Compiling byte-wrapper v0.1.0 |
| 1821 | 2026-09-11T00:16:41.607Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 1822 | 2026-09-11T00:16:41.648Z | Compiling olpc-cjson v0.1.4 |
| 1823 | 2026-09-11T00:16:41.676Z | Compiling secrecy v0.8.0 |
| 1824 | 2026-09-11T00:16:41.691Z | Compiling serde_plain v1.0.2 |
| 1825 | 2026-09-11T00:16:41.806Z | Compiling dtrace-parser v0.2.0 |
| 1826 | 2026-09-11T00:16:41.844Z | Compiling async-recursion v1.1.1 |
| 1827 | 2026-09-11T00:16:41.847Z | Compiling enum-as-inner v0.6.1 |
| 1828 | 2026-09-11T00:16:41.924Z | Compiling serde_repr v0.1.20 |
| 1829 | 2026-09-11T00:16:41.940Z | Compiling float-cmp v0.10.0 |
| 1830 | 2026-09-11T00:16:41.972Z | Compiling pem v3.0.6 |
| 1831 | 2026-09-11T00:16:41.987Z | Compiling thread-id v4.2.2 |
| 1832 | 2026-09-11T00:16:42.064Z | Compiling memmap2 v0.9.10 |
| 1833 | 2026-09-11T00:16:42.110Z | Compiling hashbrown v0.16.1 |
| 1834 | 2026-09-11T00:16:42.125Z | Compiling typed-path v0.12.3 |
| 1835 | 2026-09-11T00:16:42.166Z | Compiling predicates-core v1.0.10 |
| 1836 | 2026-09-11T00:16:42.260Z | Compiling precomputed-hash v0.1.1 |
| 1837 | 2026-09-11T00:16:42.275Z | Compiling data-encoding v2.10.0 |
| 1838 | 2026-09-11T00:16:42.322Z | Compiling difflib v0.4.0 |
| 1839 | 2026-09-11T00:16:42.340Z | Compiling typed-path v0.9.3 |
| 1840 | 2026-09-11T00:16:42.389Z | Compiling winnow v1.0.3 |
| 1841 | 2026-09-11T00:16:42.404Z | Compiling normalize-line-endings v0.3.0 |
| 1842 | 2026-09-11T00:16:42.433Z | Compiling new_debug_unreachable v1.0.6 |
| 1843 | 2026-09-11T00:16:42.496Z | Compiling fixedbitset v0.4.2 |
| 1844 | 2026-09-11T00:16:42.522Z | Compiling whoami v2.1.0 |
| 1845 | 2026-09-11T00:16:42.522Z | Compiling fixedbitset v0.5.7 |
| 1846 | 2026-09-11T00:16:42.552Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 1847 | 2026-09-11T00:16:42.578Z | Compiling predicates v3.1.4 |
| 1848 | 2026-09-11T00:16:42.593Z | Compiling hickory-proto v0.25.2 |
| 1849 | 2026-09-11T00:16:42.752Z | Compiling petgraph v0.8.3 |
| 1850 | 2026-09-11T00:16:42.768Z | Compiling tokio-postgres v0.7.18 |
| 1851 | 2026-09-11T00:16:42.876Z | Compiling iddqd v0.4.2 |
| 1852 | 2026-09-11T00:16:42.910Z | Compiling petgraph v0.6.5 |
| 1853 | 2026-09-11T00:16:42.939Z | Compiling zip v8.6.0 |
| 1854 | 2026-09-11T00:16:43.015Z | Compiling string_cache v0.8.9 |
| 1855 | 2026-09-11T00:16:43.255Z | Compiling zip v4.6.1 |
| 1856 | 2026-09-11T00:16:43.281Z | Compiling usdt v0.6.0 |
| 1857 | 2026-09-11T00:16:43.305Z | Compiling usdt-impl v0.5.0 |
| 1858 | 2026-09-11T00:16:43.494Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1859 | 2026-09-11T00:16:43.589Z | Compiling crossterm v0.28.1 |
| 1860 | 2026-09-11T00:16:43.615Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1861 | 2026-09-11T00:16:43.678Z | Compiling derive_more v2.1.1 |
| 1862 | 2026-09-11T00:16:44.151Z | Compiling itertools v0.13.0 |
| 1863 | 2026-09-11T00:16:44.186Z | Compiling itertools v0.15.0 |
| 1864 | 2026-09-11T00:16:44.246Z | Compiling similar v2.7.0 |
| 1865 | 2026-09-11T00:16:44.251Z | Compiling crossbeam-epoch v0.9.18 |
| 1866 | 2026-09-11T00:16:44.463Z | Compiling heck v0.4.1 |
| 1867 | 2026-09-11T00:16:44.543Z | Compiling tokio-stream v0.1.18 |
| 1868 | 2026-09-11T00:16:44.683Z | Compiling buf-list v1.1.2 |
| 1869 | 2026-09-11T00:16:44.725Z | Compiling openapiv3 v2.2.0 |
| 1870 | 2026-09-11T00:16:44.770Z | Compiling lalrpop-util v0.19.12 |
| 1871 | 2026-09-11T00:16:44.911Z | Compiling peg-runtime v0.8.5 |
| 1872 | 2026-09-11T00:16:45.008Z | Compiling filetime v0.2.27 |
| 1873 | 2026-09-11T00:16:45.026Z | Compiling xattr v1.6.1 |
| 1874 | 2026-09-11T00:16:45.057Z | Compiling camino-tempfile v1.4.1 |
| 1875 | 2026-09-11T00:16:45.218Z | Compiling tar v0.4.46 |
| 1876 | 2026-09-11T00:17:02.475Z | Compiling rustls-webpki v0.103.13 |
| 1877 | 2026-09-11T00:17:05.178Z | Compiling tokio-rustls v0.26.4 |
| 1878 | 2026-09-11T00:17:05.178Z | Compiling rustls-platform-verifier v0.6.2 |
| 1879 | 2026-09-11T00:17:05.178Z | Compiling tough v0.22.0 |
| 1880 | 2026-09-11T00:17:05.373Z | Compiling hyper-rustls v0.27.7 |
| 1881 | 2026-09-11T00:17:05.582Z | Compiling reqwest v0.13.2 |
| 1882 | 2026-09-11T00:17:07.792Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1883 | 2026-09-11T00:17:08.076Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1884 | 2026-09-11T00:17:11.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.45s |
| 1885 | 2026-09-11T00:17:11.126Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1886 | 2026-09-11T00:17:11.127Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1887 | 2026-09-11T00:17:11.172Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1888 | 2026-09-11T00:17:11.259Z | Sep 11 00:17:10.205 INFO Starting download, target: Cockroach |
| 1889 | 2026-09-11T00:17:11.259Z | Sep 11 00:17:10.206 INFO Starting download, target: Clickhouse |
| 1890 | 2026-09-11T00:17:11.259Z | Sep 11 00:17:10.206 INFO Starting download, target: DendriteStub |
| 1891 | 2026-09-11T00:17:11.260Z | Sep 11 00:17:10.206 INFO Starting download, target: Console |
| 1892 | 2026-09-11T00:17:11.260Z | Sep 11 00:17:10.206 INFO Starting download, target: MaghemiteMgd |
| 1893 | 2026-09-11T00:17:11.286Z | Sep 11 00:17:10.206 INFO Starting download, target: MaghemiteDdmd |
| 1894 | 2026-09-11T00:17:11.286Z | Sep 11 00:17:10.206 INFO Starting download, target: TransceiverControl |
| 1895 | 2026-09-11T00:17:11.286Z | Sep 11 00:17:10.206 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1896 | 2026-09-11T00:17:11.286Z | Sep 11 00:17:10.206 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1897 | 2026-09-11T00:17:11.286Z | Sep 11 00:17:10.206 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1898 | 2026-09-11T00:17:11.286Z | Sep 11 00:17:10.206 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1899 | 2026-09-11T00:17:11.286Z | Sep 11 00:17:10.206 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1900 | 2026-09-11T00:17:11.287Z | Sep 11 00:17:10.206 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1901 | 2026-09-11T00:17:11.287Z | Sep 11 00:17:10.206 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1902 | 2026-09-11T00:17:13.170Z | Sep 11 00:17:12.029 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1903 | 2026-09-11T00:17:13.216Z | Sep 11 00:17:12.164 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1904 | 2026-09-11T00:17:13.272Z | Sep 11 00:17:12.239 INFO Download complete, target: Console |
| 1905 | 2026-09-11T00:17:13.384Z | Sep 11 00:17:12.340 INFO Download complete, target: TransceiverControl |
| 1906 | 2026-09-11T00:17:14.573Z | Sep 11 00:17:13.527 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1907 | 2026-09-11T00:17:18.989Z | Sep 11 00:17:17.919 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1908 | 2026-09-11T00:17:19.926Z | Sep 11 00:17:18.875 INFO Checking that binary works, target: Clickhouse |
| 1909 | 2026-09-11T00:17:20.187Z | Sep 11 00:17:18.880 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1910 | 2026-09-11T00:17:20.297Z | Sep 11 00:17:18.995 INFO Download complete, target: Clickhouse |
| 1911 | 2026-09-11T00:17:20.811Z | Sep 11 00:17:19.765 INFO Download complete, target: DendriteStub |
| 1912 | 2026-09-11T00:17:21.427Z | Sep 11 00:17:20.380 INFO Download complete, target: MaghemiteDdmd |
| 1913 | 2026-09-11T00:17:22.275Z | Sep 11 00:17:21.182 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1914 | 2026-09-11T00:17:24.114Z | Sep 11 00:17:23.057 INFO Download complete, target: MaghemiteMgd |
| 1915 | 2026-09-11T00:17:24.607Z | Sep 11 00:17:23.552 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1916 | 2026-09-11T00:17:24.607Z | Sep 11 00:17:23.552 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1917 | 2026-09-11T00:17:28.313Z | Sep 11 00:17:27.272 INFO Checking that binary works, target: Cockroach |
| 1918 | 2026-09-11T00:17:28.437Z | Sep 11 00:17:27.398 INFO Download complete, target: Cockroach |
| 1919 | 2026-09-11T00:17:28.457Z | All prerequisites installed successfully |
| 1920 | 2026-09-11T00:17:28.457Z | |
| 1921 | 2026-09-11T00:17:28.457Z | real 2:19.951000866 |
| 1922 | 2026-09-11T00:17:28.457Z | user 7:47.018124873 |
| 1923 | 2026-09-11T00:17:28.458Z | sys 2:00.955370161 |
| 1924 | 2026-09-11T00:17:28.458Z | trap 0.318416807 |
| 1925 | 2026-09-11T00:17:28.458Z | tflt 0.896435620 |
| 1926 | 2026-09-11T00:17:28.458Z | dflt 1.550947345 |
| 1927 | 2026-09-11T00:17:28.458Z | kflt 0.028520258 |
| 1928 | 2026-09-11T00:17:28.458Z | lock 34:38.239766293 |
| 1929 | 2026-09-11T00:17:28.458Z | slp 22:29.500025303 |
| 1930 | 2026-09-11T00:17:28.458Z | lat 36.996571492 |
| 1931 | 2026-09-11T00:17:28.458Z | stop 3:48.996964401 |
| 1932 | 2026-09-11T00:17:28.458Z | + ptime -m cargo xtask download softnpu |
| 1933 | 2026-09-11T00:17:28.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1934 | 2026-09-11T00:17:28.960Z | Running `target/debug/xtask download softnpu` |
| 1935 | 2026-09-11T00:17:29.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1936 | 2026-09-11T00:17:29.775Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1937 | 2026-09-11T00:17:29.776Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1938 | 2026-09-11T00:17:29.832Z | Running `target/debug/xtask-downloader softnpu` |
| 1939 | 2026-09-11T00:17:29.894Z | Sep 11 00:17:28.855 INFO Starting download, target: Softnpu |
| 1940 | 2026-09-11T00:17:29.908Z | Sep 11 00:17:28.856 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1941 | 2026-09-11T00:17:33.888Z | Sep 11 00:17:32.871 INFO Download complete, target: Softnpu |
| 1942 | 2026-09-11T00:17:33.899Z | |
| 1943 | 2026-09-11T00:17:33.899Z | real 5.463214334 |
| 1944 | 2026-09-11T00:17:33.899Z | user 1.391424131 |
| 1945 | 2026-09-11T00:17:33.899Z | sys 0.644491308 |
| 1946 | 2026-09-11T00:17:33.900Z | trap 0.000651860 |
| 1947 | 2026-09-11T00:17:33.900Z | tflt 0.000204140 |
| 1948 | 2026-09-11T00:17:33.900Z | dflt 0.006026194 |
| 1949 | 2026-09-11T00:17:33.900Z | kflt 0.000000000 |
| 1950 | 2026-09-11T00:17:33.900Z | lock 1:15.126680417 |
| 1951 | 2026-09-11T00:17:33.900Z | slp 3.849713098 |
| 1952 | 2026-09-11T00:17:33.900Z | lat 0.081189367 |
| 1953 | 2026-09-11T00:17:33.900Z | stop 0.000197460 |
| 1954 | 2026-09-11T00:17:33.900Z | + export CARGO_INCREMENTAL=0 |
| 1955 | 2026-09-11T00:17:33.900Z | + CARGO_INCREMENTAL=0 |
| 1956 | 2026-09-11T00:17:33.900Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1957 | 2026-09-11T00:17:34.874Z | Compiling proc-macro2 v1.0.106 |
| 1958 | 2026-09-11T00:17:34.874Z | Compiling quote v1.0.45 |
| 1959 | 2026-09-11T00:17:34.874Z | Compiling unicode-ident v1.0.24 |
| 1960 | 2026-09-11T00:17:34.874Z | Compiling serde_core v1.0.228 |
| 1961 | 2026-09-11T00:17:34.879Z | Compiling libc v0.2.185 |
| 1962 | 2026-09-11T00:17:34.879Z | Compiling serde v1.0.228 |
| 1963 | 2026-09-11T00:17:34.879Z | Compiling cfg-if v1.0.4 |
| 1964 | 2026-09-11T00:17:34.879Z | Compiling version_check v0.9.5 |
| 1965 | 2026-09-11T00:17:35.032Z | Compiling autocfg v1.5.0 |
| 1966 | 2026-09-11T00:17:35.039Z | Compiling memchr v2.8.0 |
| 1967 | 2026-09-11T00:17:35.039Z | Compiling zerocopy v0.8.55 |
| 1968 | 2026-09-11T00:17:35.040Z | Compiling zmij v1.0.21 |
| 1969 | 2026-09-11T00:17:35.040Z | Compiling portable-atomic v1.13.1 |
| 1970 | 2026-09-11T00:17:35.040Z | Compiling serde_json v1.0.151 |
| 1971 | 2026-09-11T00:17:35.040Z | Compiling find-msvc-tools v0.1.9 |
| 1972 | 2026-09-11T00:17:35.223Z | Compiling shlex v1.3.0 |
| 1973 | 2026-09-11T00:17:35.296Z | Compiling getrandom v0.4.3 |
| 1974 | 2026-09-11T00:17:35.398Z | Compiling libm v0.2.16 |
| 1975 | 2026-09-11T00:17:35.468Z | Compiling generic-array v0.14.7 |
| 1976 | 2026-09-11T00:17:35.515Z | Compiling icu_properties_data v2.1.2 |
| 1977 | 2026-09-11T00:17:35.546Z | Compiling icu_normalizer_data v2.1.1 |
| 1978 | 2026-09-11T00:17:35.549Z | Compiling smallvec v1.15.1 |
| 1979 | 2026-09-11T00:17:35.549Z | Compiling num-traits v0.2.19 |
| 1980 | 2026-09-11T00:17:35.561Z | Compiling parking_lot_core v0.9.12 |
| 1981 | 2026-09-11T00:17:35.610Z | Compiling itoa v1.0.17 |
| 1982 | 2026-09-11T00:17:35.635Z | Compiling subtle v2.6.1 |
| 1983 | 2026-09-11T00:17:35.762Z | Compiling rustix v1.1.4 |
| 1984 | 2026-09-11T00:17:35.799Z | Compiling log v0.4.33 |
| 1985 | 2026-09-11T00:17:35.806Z | Compiling thiserror v2.0.18 |
| 1986 | 2026-09-11T00:17:35.858Z | Compiling typenum v1.20.1 |
| 1987 | 2026-09-11T00:17:35.861Z | Compiling heck v0.5.0 |
| 1988 | 2026-09-11T00:17:35.923Z | Compiling stable_deref_trait v1.2.1 |
| 1989 | 2026-09-11T00:17:36.011Z | Compiling pkg-config v0.3.32 |
| 1990 | 2026-09-11T00:17:36.031Z | Compiling allocator-api2 v0.2.21 |
| 1991 | 2026-09-11T00:17:36.068Z | Compiling getrandom v0.3.4 |
| 1992 | 2026-09-11T00:17:36.166Z | Compiling rand_core v0.10.0 |
| 1993 | 2026-09-11T00:17:36.170Z | Compiling jobserver v0.1.34 |
| 1994 | 2026-09-11T00:17:36.189Z | Compiling errno v0.3.14 |
| 1995 | 2026-09-11T00:17:36.252Z | Compiling syn v1.0.109 |
| 1996 | 2026-09-11T00:17:36.335Z | Compiling syn v2.0.117 |
| 1997 | 2026-09-11T00:17:36.383Z | Compiling rustversion v1.0.22 |
| 1998 | 2026-09-11T00:17:36.383Z | Compiling critical-section v1.2.0 |
| 1999 | 2026-09-11T00:17:36.413Z | Compiling cc v1.2.56 |
| 2000 | 2026-09-11T00:17:36.429Z | Compiling schemars v0.8.22 |
| 2001 | 2026-09-11T00:17:36.479Z | Compiling scopeguard v1.2.0 |
| 2002 | 2026-09-11T00:17:36.567Z | Compiling strsim v0.11.1 |
| 2003 | 2026-09-11T00:17:36.586Z | Compiling lock_api v0.4.14 |
| 2004 | 2026-09-11T00:17:36.757Z | Compiling litemap v0.8.1 |
| 2005 | 2026-09-11T00:17:36.778Z | Compiling once_cell v1.21.3 |
| 2006 | 2026-09-11T00:17:36.793Z | Compiling writeable v0.6.2 |
| 2007 | 2026-09-11T00:17:36.859Z | Compiling percent-encoding v2.3.2 |
| 2008 | 2026-09-11T00:17:36.872Z | Compiling equivalent v1.0.2 |
| 2009 | 2026-09-11T00:17:36.888Z | Compiling getrandom v0.2.17 |
| 2010 | 2026-09-11T00:17:36.974Z | Compiling foldhash v0.2.0 |
| 2011 | 2026-09-11T00:17:37.039Z | Compiling const-oid v0.9.6 |
| 2012 | 2026-09-11T00:17:37.058Z | Compiling rand_core v0.6.4 |
| 2013 | 2026-09-11T00:17:37.192Z | Compiling pin-project-lite v0.2.17 |
| 2014 | 2026-09-11T00:17:37.231Z | Compiling bitflags v2.11.0 |
| 2015 | 2026-09-11T00:17:37.282Z | Compiling semver v1.0.28 |
| 2016 | 2026-09-11T00:17:37.327Z | Compiling thiserror v1.0.69 |
| 2017 | 2026-09-11T00:17:37.331Z | Compiling hashbrown v0.17.0 |
| 2018 | 2026-09-11T00:17:37.562Z | Compiling utf8_iter v1.0.4 |
| 2019 | 2026-09-11T00:17:37.574Z | Compiling cmake v0.1.57 |
| 2020 | 2026-09-11T00:17:37.595Z | Compiling form_urlencoded v1.2.2 |
| 2021 | 2026-09-11T00:17:37.689Z | Compiling fs_extra v1.3.0 |
| 2022 | 2026-09-11T00:17:37.706Z | Compiling dunce v1.0.5 |
| 2023 | 2026-09-11T00:17:37.733Z | Compiling ident_case v1.0.1 |
| 2024 | 2026-09-11T00:17:37.771Z | Compiling signal-hook-registry v1.4.8 |
| 2025 | 2026-09-11T00:17:37.876Z | Compiling byteorder v1.5.0 |
| 2026 | 2026-09-11T00:17:37.933Z | Compiling indexmap v2.14.0 |
| 2027 | 2026-09-11T00:17:37.957Z | Compiling aws-lc-sys v0.40.0 |
| 2028 | 2026-09-11T00:17:37.978Z | Compiling parking_lot v0.12.5 |
| 2029 | 2026-09-11T00:17:38.026Z | Compiling socket2 v0.6.3 |
| 2030 | 2026-09-11T00:17:38.056Z | Compiling mio v1.2.0 |
| 2031 | 2026-09-11T00:17:38.122Z | Compiling base64ct v1.8.3 |
| 2032 | 2026-09-11T00:17:38.132Z | Compiling iana-time-zone v0.1.65 |
| 2033 | 2026-09-11T00:17:38.132Z | Compiling rustc_version v0.4.1 |
| 2034 | 2026-09-11T00:17:38.349Z | Compiling flagset v0.4.7 |
| 2035 | 2026-09-11T00:17:38.432Z | Compiling pem-rfc7468 v0.7.0 |
| 2036 | 2026-09-11T00:17:38.432Z | Compiling aws-lc-rs v1.16.3 |
| 2037 | 2026-09-11T00:17:38.534Z | Compiling uuid v1.23.4 |
| 2038 | 2026-09-11T00:17:38.720Z | Compiling futures-core v0.3.32 |
| 2039 | 2026-09-11T00:17:38.742Z | Compiling crc32fast v1.5.0 |
| 2040 | 2026-09-11T00:17:38.927Z | Compiling ahash v0.8.12 |
| 2041 | 2026-09-11T00:17:38.951Z | Compiling httparse v1.10.1 |
| 2042 | 2026-09-11T00:17:38.969Z | Compiling regex-syntax v0.8.10 |
| 2043 | 2026-09-11T00:17:39.009Z | Compiling anyhow v1.0.104 |
| 2044 | 2026-09-11T00:17:39.047Z | Compiling ucd-trie v0.1.7 |
| 2045 | 2026-09-11T00:17:39.094Z | Compiling synstructure v0.13.2 |
| 2046 | 2026-09-11T00:17:39.101Z | Compiling serde_derive_internals v0.29.1 |
| 2047 | 2026-09-11T00:17:39.106Z | Compiling dyn-clone v1.0.20 |
| 2048 | 2026-09-11T00:17:39.175Z | Compiling fnv v1.0.7 |
| 2049 | 2026-09-11T00:17:39.234Z | Compiling pest v2.8.6 |
| 2050 | 2026-09-11T00:17:39.353Z | Compiling vcpkg v0.2.15 |
| 2051 | 2026-09-11T00:17:39.372Z | Compiling base64 v0.22.1 |
| 2052 | 2026-09-11T00:17:39.372Z | Compiling darling_core v0.23.0 |
| 2053 | 2026-09-11T00:17:39.427Z | Compiling slog v2.8.2 |
| 2054 | 2026-09-11T00:17:39.455Z | Compiling rustls v0.23.41 |
| 2055 | 2026-09-11T00:17:39.478Z | Compiling num-bigint-dig v0.8.6 |
| 2056 | 2026-09-11T00:17:39.545Z | Compiling terminal_size v0.4.3 |
| 2057 | 2026-09-11T00:17:39.596Z | Compiling anstyle v1.0.14 |
| 2058 | 2026-09-11T00:17:39.611Z | Compiling utf8parse v0.2.2 |
| 2059 | 2026-09-11T00:17:39.641Z | Compiling camino v1.2.5 |
| 2060 | 2026-09-11T00:17:39.652Z | Compiling crossbeam-utils v0.8.21 |
| 2061 | 2026-09-11T00:17:39.707Z | Compiling time-core v0.1.8 |
| 2062 | 2026-09-11T00:17:39.718Z | Compiling object v0.37.3 |
| 2063 | 2026-09-11T00:17:39.741Z | Compiling num-conv v0.2.0 |
| 2064 | 2026-09-11T00:17:39.851Z | Compiling anstyle-parse v1.0.0 |
| 2065 | 2026-09-11T00:17:39.870Z | Compiling openssl-sys v0.9.117 |
| 2066 | 2026-09-11T00:17:39.886Z | Compiling anstyle-query v1.1.5 |
| 2067 | 2026-09-11T00:17:39.931Z | Compiling time-macros v0.2.27 |
| 2068 | 2026-09-11T00:17:40.000Z | Compiling colorchoice v1.0.4 |
| 2069 | 2026-09-11T00:17:40.015Z | Compiling futures-sink v0.3.32 |
| 2070 | 2026-09-11T00:17:40.015Z | Compiling is_terminal_polyfill v1.70.2 |
| 2071 | 2026-09-11T00:17:40.078Z | Compiling spin v0.9.8 |
| 2072 | 2026-09-11T00:17:40.088Z | Compiling aho-corasick v1.1.4 |
| 2073 | 2026-09-11T00:17:40.116Z | Compiling anstream v1.0.0 |
| 2074 | 2026-09-11T00:17:40.130Z | Compiling futures-channel v0.3.32 |
| 2075 | 2026-09-11T00:17:40.143Z | Compiling cpufeatures v0.2.17 |
| 2076 | 2026-09-11T00:17:40.163Z | Compiling slab v0.4.12 |
| 2077 | 2026-09-11T00:17:40.172Z | Compiling futures-io v0.3.32 |
| 2078 | 2026-09-11T00:17:40.318Z | Compiling serde_derive v1.0.228 |
| 2079 | 2026-09-11T00:17:40.337Z | Compiling zeroize_derive v1.5.0 |
| 2080 | 2026-09-11T00:17:40.360Z | Compiling zerocopy-derive v0.8.55 |
| 2081 | 2026-09-11T00:17:40.434Z | Compiling zerofrom-derive v0.1.6 |
| 2082 | 2026-09-11T00:17:40.447Z | Compiling yoke-derive v0.8.1 |
| 2083 | 2026-09-11T00:17:40.447Z | Compiling zerovec-derive v0.11.2 |
| 2084 | 2026-09-11T00:17:40.447Z | Compiling displaydoc v0.2.5 |
| 2085 | 2026-09-11T00:17:40.461Z | Compiling thiserror-impl v2.0.18 |
| 2086 | 2026-09-11T00:17:40.481Z | Compiling tokio-macros v2.7.0 |
| 2087 | 2026-09-11T00:17:40.548Z | Compiling der_derive v0.7.3 |
| 2088 | 2026-09-11T00:17:40.868Z | Compiling futures-macro v0.3.32 |
| 2089 | 2026-09-11T00:17:40.914Z | Compiling schemars_derive v0.8.22 |
| 2090 | 2026-09-11T00:17:40.914Z | Compiling thiserror-impl v1.0.69 |
| 2091 | 2026-09-11T00:17:40.990Z | Compiling tracing-attributes v0.1.31 |
| 2092 | 2026-09-11T00:17:41.077Z | Compiling clap_derive v4.6.1 |
| 2093 | 2026-09-11T00:17:41.183Z | Compiling pest_meta v2.8.6 |
| 2094 | 2026-09-11T00:17:41.236Z | Compiling futures-task v0.3.32 |
| 2095 | 2026-09-11T00:17:41.574Z | Compiling simd-adler32 v0.3.8 |
| 2096 | 2026-09-11T00:17:41.593Z | Compiling regex-automata v0.4.14 |
| 2097 | 2026-09-11T00:17:41.646Z | Compiling zerofrom v0.1.6 |
| 2098 | 2026-09-11T00:17:41.684Z | Compiling darling_macro v0.23.0 |
| 2099 | 2026-09-11T00:17:41.739Z | Compiling futures-util v0.3.32 |
| 2100 | 2026-09-11T00:17:41.758Z | Compiling yoke v0.8.1 |
| 2101 | 2026-09-11T00:17:41.938Z | Compiling zerovec v0.11.5 |
| 2102 | 2026-09-11T00:17:41.997Z | Compiling zerotrie v0.2.3 |
| 2103 | 2026-09-11T00:17:42.086Z | Compiling pest_generator v2.8.6 |
| 2104 | 2026-09-11T00:17:42.182Z | Compiling adler2 v2.0.1 |
| 2105 | 2026-09-11T00:17:42.241Z | Compiling darling v0.23.0 |
| 2106 | 2026-09-11T00:17:42.274Z | Compiling cmov v0.5.4 |
| 2107 | 2026-09-11T00:17:42.359Z | Compiling plain v0.2.3 |
| 2108 | 2026-09-11T00:17:42.359Z | Compiling clap_lex v1.0.0 |
| 2109 | 2026-09-11T00:17:42.379Z | Compiling radium v0.7.0 |
| 2110 | 2026-09-11T00:17:42.459Z | Compiling ctutils v0.4.2 |
| 2111 | 2026-09-11T00:17:42.549Z | Compiling tinystr v0.8.2 |
| 2112 | 2026-09-11T00:17:42.678Z | Compiling potential_utf v0.1.4 |
| 2113 | 2026-09-11T00:17:42.678Z | Compiling clap_builder v4.6.0 |
| 2114 | 2026-09-11T00:17:42.706Z | Compiling miniz_oxide v0.8.9 |
| 2115 | 2026-09-11T00:17:42.707Z | Compiling icu_locale_core v2.1.1 |
| 2116 | 2026-09-11T00:17:42.707Z | Compiling icu_collections v2.1.1 |
| 2117 | 2026-09-11T00:17:42.730Z | Compiling curve25519-dalek v4.1.3 |
| 2118 | 2026-09-11T00:17:42.784Z | Compiling pest_derive v2.8.6 |
| 2119 | 2026-09-11T00:17:43.036Z | Compiling owo-colors v4.3.0 |
| 2120 | 2026-09-11T00:17:43.234Z | Compiling hubpack_derive v0.1.1 |
| 2121 | 2026-09-11T00:17:43.316Z | Compiling num-integer v0.1.46 |
| 2122 | 2026-09-11T00:17:43.316Z | Compiling pretty-hex v0.4.1 |
| 2123 | 2026-09-11T00:17:43.354Z | Compiling maybe-uninit v2.0.0 |
| 2124 | 2026-09-11T00:17:43.492Z | Compiling icu_provider v2.1.1 |
| 2125 | 2026-09-11T00:17:43.562Z | Compiling zeroize v1.9.0 |
| 2126 | 2026-09-11T00:17:43.582Z | Compiling bytes v1.11.1 |
| 2127 | 2026-09-11T00:17:43.673Z | Compiling chrono v0.4.45 |
| 2128 | 2026-09-11T00:17:43.754Z | Compiling icu_normalizer v2.1.1 |
| 2129 | 2026-09-11T00:17:43.812Z | Compiling icu_properties v2.1.2 |
| 2130 | 2026-09-11T00:17:44.004Z | Compiling der v0.7.10 |
| 2131 | 2026-09-11T00:17:44.256Z | Compiling tokio v1.52.1 |
| 2132 | 2026-09-11T00:17:44.435Z | Compiling crypto-common v0.1.7 |
| 2133 | 2026-09-11T00:17:44.577Z | Compiling block-buffer v0.10.4 |
| 2134 | 2026-09-11T00:17:44.577Z | Compiling hex v0.4.3 |
| 2135 | 2026-09-11T00:17:44.627Z | Compiling digest v0.10.7 |
| 2136 | 2026-09-11T00:17:44.725Z | Compiling idna_adapter v1.2.1 |
| 2137 | 2026-09-11T00:17:44.759Z | Compiling ppv-lite86 v0.2.21 |
| 2138 | 2026-09-11T00:17:44.913Z | Compiling idna v1.1.0 |
| 2139 | 2026-09-11T00:17:45.005Z | Compiling spki v0.7.3 |
| 2140 | 2026-09-11T00:17:45.005Z | Compiling signature v2.2.0 |
| 2141 | 2026-09-11T00:17:45.053Z | Compiling ipnet v2.12.0 |
| 2142 | 2026-09-11T00:17:45.093Z | Compiling hmac v0.12.1 |
| 2143 | 2026-09-11T00:17:45.143Z | Compiling pkcs8 v0.10.2 |
| 2144 | 2026-09-11T00:17:45.210Z | Compiling rand_chacha v0.3.1 |
| 2145 | 2026-09-11T00:17:45.210Z | Compiling sha2 v0.10.9 |
| 2146 | 2026-09-11T00:17:45.371Z | Compiling clap v4.6.1 |
| 2147 | 2026-09-11T00:17:45.371Z | Compiling hybrid-array v0.4.13 |
| 2148 | 2026-09-11T00:17:45.411Z | Compiling url v2.5.8 |
| 2149 | 2026-09-11T00:17:45.411Z | Compiling openssl v0.10.80 |
| 2150 | 2026-09-11T00:17:45.412Z | Compiling serde_tokenstream v0.2.3 |
| 2151 | 2026-09-11T00:17:45.457Z | Compiling rand v0.8.6 |
| 2152 | 2026-09-11T00:17:45.573Z | Compiling num-iter v0.1.45 |
| 2153 | 2026-09-11T00:17:45.573Z | Compiling scroll_derive v0.12.1 |
| 2154 | 2026-09-11T00:17:45.595Z | Compiling scroll_derive v0.13.1 |
| 2155 | 2026-09-11T00:17:45.595Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2156 | 2026-09-11T00:17:45.657Z | Compiling lazy_static v1.5.0 |
| 2157 | 2026-09-11T00:17:45.772Z | Compiling ff v0.13.1 |
| 2158 | 2026-09-11T00:17:45.817Z | Compiling fastrand v2.3.0 |
| 2159 | 2026-09-11T00:17:45.937Z | Compiling base16ct v0.2.0 |
| 2160 | 2026-09-11T00:17:45.978Z | Compiling gimli v0.32.3 |
| 2161 | 2026-09-11T00:17:46.225Z | Compiling sec1 v0.7.3 |
| 2162 | 2026-09-11T00:17:46.261Z | Compiling group v0.13.0 |
| 2163 | 2026-09-11T00:17:46.276Z | Compiling pkcs1 v0.7.5 |
| 2164 | 2026-09-11T00:17:46.352Z | Compiling hkdf v0.12.4 |
| 2165 | 2026-09-11T00:17:46.386Z | Compiling x509-cert v0.2.5 |
| 2166 | 2026-09-11T00:17:46.411Z | Compiling crypto-bigint v0.5.5 |
| 2167 | 2026-09-11T00:17:46.424Z | Compiling serde_spanned v0.6.9 |
| 2168 | 2026-09-11T00:17:46.485Z | Compiling toml_datetime v0.6.11 |
| 2169 | 2026-09-11T00:17:46.506Z | Compiling strum_macros v0.26.4 |
| 2170 | 2026-09-11T00:17:46.506Z | Compiling async-trait v0.1.89 |
| 2171 | 2026-09-11T00:17:46.598Z | Compiling openssl-macros v0.1.1 |
| 2172 | 2026-09-11T00:17:46.731Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2173 | 2026-09-11T00:17:46.752Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2174 | 2026-09-11T00:17:47.056Z | Compiling syn v3.0.3 |
| 2175 | 2026-09-11T00:17:47.121Z | Compiling paste v1.0.15 |
| 2176 | 2026-09-11T00:17:47.152Z | Compiling rustc-demangle v0.1.27 |
| 2177 | 2026-09-11T00:17:47.174Z | Compiling packed_struct v0.10.1 |
| 2178 | 2026-09-11T00:17:47.315Z | Compiling native-tls v0.2.18 |
| 2179 | 2026-09-11T00:17:47.419Z | Compiling elliptic-curve v0.13.8 |
| 2180 | 2026-09-11T00:17:47.438Z | Compiling rsa v0.9.10 |
| 2181 | 2026-09-11T00:17:47.461Z | Compiling http v1.4.2 |
| 2182 | 2026-09-11T00:17:47.548Z | Compiling regex v1.12.3 |
| 2183 | 2026-09-11T00:17:47.640Z | Compiling zerocopy-derive v0.7.35 |
| 2184 | 2026-09-11T00:17:47.848Z | Compiling addr2line v0.25.1 |
| 2185 | 2026-09-11T00:17:48.003Z | Compiling miette-derive v7.6.0 |
| 2186 | 2026-09-11T00:17:48.033Z | Compiling tracing-core v0.1.36 |
| 2187 | 2026-09-11T00:17:48.033Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2188 | 2026-09-11T00:17:48.061Z | Compiling cookie v0.18.1 |
| 2189 | 2026-09-11T00:17:48.098Z | Compiling unicode-linebreak v0.1.5 |
| 2190 | 2026-09-11T00:17:48.275Z | Compiling smawk v0.3.2 |
| 2191 | 2026-09-11T00:17:48.339Z | Compiling is_ci v1.2.0 |
| 2192 | 2026-09-11T00:17:48.339Z | Compiling unicode-width v0.2.0 |
| 2193 | 2026-09-11T00:17:48.399Z | Compiling tracing v0.1.44 |
| 2194 | 2026-09-11T00:17:48.399Z | Compiling tokio-util v0.7.18 |
| 2195 | 2026-09-11T00:17:48.474Z | Compiling proc-macro-error2 v2.0.1 |
| 2196 | 2026-09-11T00:17:48.496Z | Compiling supports-color v3.0.2 |
| 2197 | 2026-09-11T00:17:48.632Z | Compiling textwrap v0.16.2 |
| 2198 | 2026-09-11T00:17:48.719Z | Compiling tempfile v3.27.0 |
| 2199 | 2026-09-11T00:17:48.829Z | Compiling backtrace v0.3.76 |
| 2200 | 2026-09-11T00:17:48.893Z | Compiling block-buffer v0.12.1 |
| 2201 | 2026-09-11T00:17:49.009Z | Compiling crypto-common v0.2.2 |
| 2202 | 2026-09-11T00:17:49.050Z | Compiling rfc6979 v0.4.0 |
| 2203 | 2026-09-11T00:17:49.050Z | Compiling hashbrown v0.14.5 |
| 2204 | 2026-09-11T00:17:49.050Z | Compiling rustls-pki-types v1.14.0 |
| 2205 | 2026-09-11T00:17:49.214Z | Compiling serde_with_macros v3.21.0 |
| 2206 | 2026-09-11T00:17:49.288Z | Compiling backtrace-ext v0.2.1 |
| 2207 | 2026-09-11T00:17:49.329Z | Compiling zerocopy-derive v0.6.6 |
| 2208 | 2026-09-11T00:17:49.329Z | Compiling bitfield-macros v0.19.4 |
| 2209 | 2026-09-11T00:17:49.444Z | Compiling packed_struct_codegen v0.10.1 |
| 2210 | 2026-09-11T00:17:49.513Z | Compiling indexmap v1.9.3 |
| 2211 | 2026-09-11T00:17:49.549Z | Compiling supports-hyperlinks v3.2.0 |
| 2212 | 2026-09-11T00:17:49.584Z | Compiling supports-unicode v3.0.0 |
| 2213 | 2026-09-11T00:17:49.673Z | Compiling salty v0.3.0 |
| 2214 | 2026-09-11T00:17:49.726Z | Compiling keccak v0.1.6 |
| 2215 | 2026-09-11T00:17:49.760Z | Compiling winnow v0.7.14 |
| 2216 | 2026-09-11T00:17:49.761Z | Compiling unicode-width v0.1.14 |
| 2217 | 2026-09-11T00:17:50.003Z | Compiling sha3 v0.10.8 |
| 2218 | 2026-09-11T00:17:50.055Z | Compiling chumsky v0.9.3 |
| 2219 | 2026-09-11T00:17:50.105Z | Compiling miette v7.6.0 |
| 2220 | 2026-09-11T00:17:50.125Z | Compiling ecdsa v0.16.9 |
| 2221 | 2026-09-11T00:17:50.125Z | Compiling knus-derive v3.4.0 |
| 2222 | 2026-09-11T00:17:50.125Z | Compiling daft-derive v0.1.8 |
| 2223 | 2026-09-11T00:17:50.209Z | Compiling http-body v1.0.1 |
| 2224 | 2026-09-11T00:17:50.386Z | Compiling primeorder v0.13.6 |
| 2225 | 2026-09-11T00:17:50.466Z | Compiling ed25519 v2.2.3 |
| 2226 | 2026-09-11T00:17:50.582Z | Compiling rand_core v0.9.5 |
| 2227 | 2026-09-11T00:17:50.604Z | Compiling usdt-impl v0.5.0 |
| 2228 | 2026-09-11T00:17:50.620Z | Compiling openssl-probe v0.2.1 |
| 2229 | 2026-09-11T00:17:50.700Z | Compiling either v1.15.0 |
| 2230 | 2026-09-11T00:17:50.897Z | Compiling ref-cast v1.0.25 |
| 2231 | 2026-09-11T00:17:51.039Z | Compiling untrusted v0.7.1 |
| 2232 | 2026-09-11T00:17:51.039Z | Compiling winnow v0.5.40 |
| 2233 | 2026-09-11T00:17:51.039Z | Compiling tinyvec_macros v0.1.1 |
| 2234 | 2026-09-11T00:17:51.039Z | Compiling usdt-impl v0.6.0 |
| 2235 | 2026-09-11T00:17:51.063Z | Compiling tinyvec v1.11.0 |
| 2236 | 2026-09-11T00:17:51.063Z | Compiling ed25519-dalek v2.2.0 |
| 2237 | 2026-09-11T00:17:51.095Z | Compiling p384 v0.13.1 |
| 2238 | 2026-09-11T00:17:51.155Z | Compiling scroll v0.13.0 |
| 2239 | 2026-09-11T00:17:51.218Z | Compiling scroll v0.12.0 |
| 2240 | 2026-09-11T00:17:51.281Z | Compiling sha1 v0.10.6 |
| 2241 | 2026-09-11T00:17:51.417Z | Compiling heapless v0.7.17 |
| 2242 | 2026-09-11T00:17:51.436Z | Compiling litrs v1.0.0 |
| 2243 | 2026-09-11T00:17:51.436Z | Compiling zstd-safe v7.2.4 |
| 2244 | 2026-09-11T00:17:51.448Z | Compiling tower-layer v0.3.3 |
| 2245 | 2026-09-11T00:17:51.517Z | Compiling winnow v1.0.3 |
| 2246 | 2026-09-11T00:17:51.527Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2247 | 2026-09-11T00:17:51.527Z | Compiling knus v3.4.0 |
| 2248 | 2026-09-11T00:17:51.545Z | Compiling tower-service v0.3.3 |
| 2249 | 2026-09-11T00:17:51.612Z | Compiling try-lock v0.2.5 |
| 2250 | 2026-09-11T00:17:51.625Z | Compiling unicode-segmentation v1.12.0 |
| 2251 | 2026-09-11T00:17:51.649Z | Compiling atomic-waker v1.1.2 |
| 2252 | 2026-09-11T00:17:51.664Z | Compiling signal-hook v0.3.18 |
| 2253 | 2026-09-11T00:17:51.673Z | Compiling powerfmt v0.2.0 |
| 2254 | 2026-09-11T00:17:51.737Z | Compiling untrusted v0.9.0 |
| 2255 | 2026-09-11T00:17:51.751Z | Compiling rustix v0.38.44 |
| 2256 | 2026-09-11T00:17:51.763Z | Compiling h2 v0.4.15 |
| 2257 | 2026-09-11T00:17:51.785Z | Compiling want v0.3.1 |
| 2258 | 2026-09-11T00:17:51.852Z | Compiling deranged v0.5.8 |
| 2259 | 2026-09-11T00:17:51.869Z | Compiling document-features v0.2.12 |
| 2260 | 2026-09-11T00:17:51.903Z | Compiling goblin v0.8.2 |
| 2261 | 2026-09-11T00:17:51.948Z | Compiling goblin v0.10.5 |
| 2262 | 2026-09-11T00:17:52.075Z | Compiling itertools v0.15.0 |
| 2263 | 2026-09-11T00:17:52.098Z | Compiling rand_chacha v0.9.0 |
| 2264 | 2026-09-11T00:17:52.113Z | Compiling zerocopy v0.7.35 |
| 2265 | 2026-09-11T00:17:52.144Z | Compiling toml_edit v0.19.15 |
| 2266 | 2026-09-11T00:17:52.268Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2267 | 2026-09-11T00:17:52.359Z | Compiling ipnetwork v0.21.1 |
| 2268 | 2026-09-11T00:17:52.377Z | Compiling block-padding v0.4.2 |
| 2269 | 2026-09-11T00:17:52.425Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2270 | 2026-09-11T00:17:52.476Z | Compiling erased-serde v0.3.31 |
| 2271 | 2026-09-11T00:17:52.614Z | Compiling structmeta-derive v0.3.0 |
| 2272 | 2026-09-11T00:17:52.682Z | Compiling ref-cast-impl v1.0.25 |
| 2273 | 2026-09-11T00:17:52.782Z | Compiling darling_core v0.20.11 |
| 2274 | 2026-09-11T00:17:52.859Z | Compiling memoffset v0.9.1 |
| 2275 | 2026-09-11T00:17:52.972Z | Compiling const-oid v0.10.2 |
| 2276 | 2026-09-11T00:17:53.128Z | Compiling cpufeatures v0.3.0 |
| 2277 | 2026-09-11T00:17:53.190Z | Compiling foreign-types-shared v0.1.1 |
| 2278 | 2026-09-11T00:17:53.257Z | Compiling num_threads v0.1.7 |
| 2279 | 2026-09-11T00:17:53.273Z | Compiling slog-async v2.8.0 |
| 2280 | 2026-09-11T00:17:53.277Z | Compiling tap v1.0.1 |
| 2281 | 2026-09-11T00:17:53.369Z | Compiling httpdate v1.0.3 |
| 2282 | 2026-09-11T00:17:53.590Z | Compiling wyz v0.5.1 |
| 2283 | 2026-09-11T00:17:53.624Z | Compiling time v0.3.47 |
| 2284 | 2026-09-11T00:17:53.627Z | Compiling structmeta v0.3.0 |
| 2285 | 2026-09-11T00:17:53.655Z | Compiling foreign-types v0.3.2 |
| 2286 | 2026-09-11T00:17:53.745Z | Compiling digest v0.11.3 |
| 2287 | 2026-09-11T00:17:53.886Z | Compiling inout v0.2.2 |
| 2288 | 2026-09-11T00:17:53.925Z | Compiling rand v0.9.2 |
| 2289 | 2026-09-11T00:17:54.070Z | Compiling unicode-normalization v0.1.25 |
| 2290 | 2026-09-11T00:17:54.087Z | Compiling dof v0.3.0 |
| 2291 | 2026-09-11T00:17:54.420Z | Compiling half v2.7.1 |
| 2292 | 2026-09-11T00:17:54.440Z | Compiling hubpack v0.1.2 |
| 2293 | 2026-09-11T00:17:54.617Z | Compiling dof v0.4.0 |
| 2294 | 2026-09-11T00:17:54.678Z | Compiling dtrace-parser v0.2.0 |
| 2295 | 2026-09-11T00:17:54.706Z | Compiling dtrace-parser v0.3.0 |
| 2296 | 2026-09-11T00:17:54.720Z | Compiling darling_macro v0.20.11 |
| 2297 | 2026-09-11T00:17:54.738Z | Compiling pin-project-internal v1.1.11 |
| 2298 | 2026-09-11T00:17:54.858Z | Compiling hyper v1.10.1 |
| 2299 | 2026-09-11T00:17:55.106Z | Compiling socket2 v0.5.10 |
| 2300 | 2026-09-11T00:17:55.258Z | Compiling wait-timeout v0.2.1 |
| 2301 | 2026-09-11T00:17:55.300Z | Compiling thread-id v5.1.0 |
| 2302 | 2026-09-11T00:17:55.326Z | Compiling thread-id v4.2.2 |
| 2303 | 2026-09-11T00:17:55.346Z | Compiling env_filter v2.0.0 |
| 2304 | 2026-09-11T00:17:55.444Z | Compiling funty v2.0.0 |
| 2305 | 2026-09-11T00:17:55.483Z | Compiling smoltcp v0.9.1 |
| 2306 | 2026-09-11T00:17:55.540Z | Compiling ciborium-io v0.2.2 |
| 2307 | 2026-09-11T00:17:55.608Z | Compiling cfg_aliases v0.2.1 |
| 2308 | 2026-09-11T00:17:55.660Z | Compiling quick-error v1.2.3 |
| 2309 | 2026-09-11T00:17:55.661Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2310 | 2026-09-11T00:17:55.708Z | Compiling bit-vec v0.8.0 |
| 2311 | 2026-09-11T00:17:55.744Z | Compiling nix v0.31.2 |
| 2312 | 2026-09-11T00:17:55.744Z | Compiling ciborium-ll v0.2.2 |
| 2313 | 2026-09-11T00:17:55.772Z | Compiling rusty-fork v0.3.1 |
| 2314 | 2026-09-11T00:17:55.812Z | Compiling bitvec v1.0.1 |
| 2315 | 2026-09-11T00:17:55.879Z | Compiling env_logger v0.11.11 |
| 2316 | 2026-09-11T00:17:55.975Z | Compiling bit-set v0.8.0 |
| 2317 | 2026-09-11T00:17:56.071Z | Compiling darling v0.20.11 |
| 2318 | 2026-09-11T00:17:56.153Z | Compiling hyper-util v0.1.20 |
| 2319 | 2026-09-11T00:17:56.154Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2320 | 2026-09-11T00:17:56.199Z | Compiling cipher v0.5.2 |
| 2321 | 2026-09-11T00:17:56.236Z | Compiling rand_xorshift v0.4.0 |
| 2322 | 2026-09-11T00:17:56.503Z | Compiling sync_wrapper v1.0.2 |
| 2323 | 2026-09-11T00:17:56.645Z | Compiling unarray v0.1.4 |
| 2324 | 2026-09-11T00:17:56.707Z | Compiling crc-catalog v2.4.0 |
| 2325 | 2026-09-11T00:17:57.205Z | Compiling siphasher v1.0.2 |
| 2326 | 2026-09-11T00:17:57.246Z | Compiling nodrop v0.1.14 |
| 2327 | 2026-09-11T00:17:57.247Z | Compiling array-init v0.0.4 |
| 2328 | 2026-09-11T00:17:57.247Z | Compiling crc v3.4.0 |
| 2329 | 2026-09-11T00:17:57.247Z | Compiling proptest v1.11.0 |
| 2330 | 2026-09-11T00:17:57.323Z | Compiling tower v0.5.3 |
| 2331 | 2026-09-11T00:17:57.367Z | Compiling chacha20 v0.10.0 |
| 2332 | 2026-09-11T00:17:57.492Z | Compiling smallvec v0.6.14 |
| 2333 | 2026-09-11T00:17:57.698Z | Compiling derive_builder_core v0.20.2 |
| 2334 | 2026-09-11T00:17:57.727Z | Compiling ciborium v0.2.2 |
| 2335 | 2026-09-11T00:17:57.796Z | Compiling http-body-util v0.1.3 |
| 2336 | 2026-09-11T00:17:57.841Z | Compiling serde_with v3.21.0 |
| 2337 | 2026-09-11T00:17:58.140Z | Compiling zerocopy v0.6.6 |
| 2338 | 2026-09-11T00:17:58.140Z | Compiling bitfield v0.19.4 |
| 2339 | 2026-09-11T00:17:58.354Z | Compiling strum v0.26.3 |
| 2340 | 2026-09-11T00:17:58.497Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2341 | 2026-09-11T00:17:58.614Z | Compiling strum_macros v0.27.2 |
| 2342 | 2026-09-11T00:17:58.658Z | Compiling snafu-derive v0.8.9 |
| 2343 | 2026-09-11T00:17:58.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2344 | 2026-09-11T00:17:58.720Z | Compiling fs-err v3.3.0 |
| 2345 | 2026-09-11T00:17:58.984Z | Compiling hashbrown v0.12.3 |
| 2346 | 2026-09-11T00:17:59.037Z | Compiling unicode-bidi v0.3.18 |
| 2347 | 2026-09-11T00:17:59.117Z | Compiling base64 v0.21.7 |
| 2348 | 2026-09-11T00:17:59.619Z | Compiling unicode-properties v0.1.4 |
| 2349 | 2026-09-11T00:17:59.646Z | Compiling ryu v1.0.23 |
| 2350 | 2026-09-11T00:17:59.646Z | Compiling iri-string v0.7.10 |
| 2351 | 2026-09-11T00:17:59.646Z | Compiling static_assertions v1.1.0 |
| 2352 | 2026-09-11T00:17:59.646Z | Compiling ron v0.8.1 |
| 2353 | 2026-09-11T00:17:59.646Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2354 | 2026-09-11T00:17:59.646Z | Compiling serde_urlencoded v0.7.1 |
| 2355 | 2026-09-11T00:17:59.646Z | Compiling stringprep v0.1.5 |
| 2356 | 2026-09-11T00:18:00.142Z | Compiling newtype-uuid v1.3.2 |
| 2357 | 2026-09-11T00:18:00.311Z | Compiling oxnet v0.1.6 |
| 2358 | 2026-09-11T00:18:00.336Z | Compiling tokio-native-tls v0.3.1 |
| 2359 | 2026-09-11T00:18:00.337Z | Compiling derive_builder_macro v0.20.2 |
| 2360 | 2026-09-11T00:18:00.337Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2361 | 2026-09-11T00:18:00.380Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2362 | 2026-09-11T00:18:00.465Z | Compiling serde-hex v0.1.0 |
| 2363 | 2026-09-11T00:18:00.516Z | Compiling rand v0.10.1 |
| 2364 | 2026-09-11T00:18:00.516Z | Compiling bzip2 v0.4.4 |
| 2365 | 2026-09-11T00:18:00.612Z | Compiling usdt-attr-macro v0.6.0 |
| 2366 | 2026-09-11T00:18:00.613Z | Compiling usdt-macro v0.6.0 |
| 2367 | 2026-09-11T00:18:00.636Z | Compiling tower-http v0.6.8 |
| 2368 | 2026-09-11T00:18:00.724Z | Compiling sha2 v0.11.0 |
| 2369 | 2026-09-11T00:18:00.844Z | Compiling hmac v0.13.0 |
| 2370 | 2026-09-11T00:18:00.924Z | Compiling md-5 v0.11.0 |
| 2371 | 2026-09-11T00:18:00.924Z | Compiling derive-ex v0.1.8 |
| 2372 | 2026-09-11T00:18:01.158Z | Compiling convert_case v0.10.0 |
| 2373 | 2026-09-11T00:18:01.190Z | Compiling rustls-native-certs v0.8.3 |
| 2374 | 2026-09-11T00:18:01.366Z | Compiling hashbrown v0.13.2 |
| 2375 | 2026-09-11T00:18:01.415Z | Compiling bstr v1.12.1 |
| 2376 | 2026-09-11T00:18:01.415Z | Compiling serde-big-array v0.5.1 |
| 2377 | 2026-09-11T00:18:01.566Z | Compiling hash32 v0.2.1 |
| 2378 | 2026-09-11T00:18:01.743Z | Compiling vergen-lib v9.1.0 |
| 2379 | 2026-09-11T00:18:01.909Z | Compiling encoding_rs v0.8.35 |
| 2380 | 2026-09-11T00:18:01.910Z | Compiling thread_local v1.1.9 |
| 2381 | 2026-09-11T00:18:02.047Z | Compiling psl-types v2.0.11 |
| 2382 | 2026-09-11T00:18:02.048Z | Compiling mime v0.3.17 |
| 2383 | 2026-09-11T00:18:02.048Z | Compiling zlib-rs v0.6.2 |
| 2384 | 2026-09-11T00:18:02.078Z | Compiling crc-any v2.5.0 |
| 2385 | 2026-09-11T00:18:02.125Z | Compiling libbz2-rs-sys v0.2.2 |
| 2386 | 2026-09-11T00:18:02.211Z | Compiling bumpalo v3.20.2 |
| 2387 | 2026-09-11T00:18:02.243Z | Compiling toml_write v0.1.2 |
| 2388 | 2026-09-11T00:18:02.246Z | Compiling fallible-iterator v0.2.0 |
| 2389 | 2026-09-11T00:18:02.456Z | Compiling test-strategy v0.4.5 |
| 2390 | 2026-09-11T00:18:02.534Z | Compiling zopfli v0.8.3 |
| 2391 | 2026-09-11T00:18:02.535Z | Compiling toml_edit v0.22.27 |
| 2392 | 2026-09-11T00:18:02.583Z | Compiling postgres-protocol v0.6.12 |
| 2393 | 2026-09-11T00:18:02.648Z | Compiling bzip2 v0.6.1 |
| 2394 | 2026-09-11T00:18:02.873Z | Compiling publicsuffix v2.3.0 |
| 2395 | 2026-09-11T00:18:03.125Z | Compiling object v0.30.4 |
| 2396 | 2026-09-11T00:18:03.325Z | Compiling derive_more-impl v2.1.1 |
| 2397 | 2026-09-11T00:18:03.573Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2398 | 2026-09-11T00:18:03.781Z | Compiling derive_builder v0.20.2 |
| 2399 | 2026-09-11T00:18:03.838Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2400 | 2026-09-11T00:18:03.873Z | Compiling flate2 v1.1.9 |
| 2401 | 2026-09-11T00:18:03.924Z | Compiling zip v0.6.6 |
| 2402 | 2026-09-11T00:18:04.107Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2403 | 2026-09-11T00:18:04.174Z | Compiling hyper-tls v0.6.0 |
| 2404 | 2026-09-11T00:18:04.174Z | Compiling daft v0.1.8 |
| 2405 | 2026-09-11T00:18:04.372Z | Compiling crossbeam-channel v0.5.15 |
| 2406 | 2026-09-11T00:18:04.389Z | Compiling phf_shared v0.13.1 |
| 2407 | 2026-09-11T00:18:04.411Z | Compiling pin-project v1.1.11 |
| 2408 | 2026-09-11T00:18:04.524Z | Compiling toml v0.7.8 |
| 2409 | 2026-09-11T00:18:04.572Z | Compiling heck v0.4.1 |
| 2410 | 2026-09-11T00:18:04.602Z | Compiling futures-executor v0.3.32 |
| 2411 | 2026-09-11T00:18:04.629Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2412 | 2026-09-11T00:18:04.669Z | Compiling serde_repr v0.1.20 |
| 2413 | 2026-09-11T00:18:04.681Z | Compiling enum-as-inner v0.6.1 |
| 2414 | 2026-09-11T00:18:04.745Z | Compiling async-recursion v1.1.1 |
| 2415 | 2026-09-11T00:18:04.842Z | Compiling vergen v9.1.0 |
| 2416 | 2026-09-11T00:18:04.957Z | Compiling cargo-platform v0.3.2 |
| 2417 | 2026-09-11T00:18:05.061Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-09-11T00:18:05.061Z | Compiling same-file v1.0.6 |
| 2419 | 2026-09-11T00:18:05.104Z | Compiling path-slash v0.1.5 |
| 2420 | 2026-09-11T00:18:05.209Z | Compiling bitflags v1.3.2 |
| 2421 | 2026-09-11T00:18:05.269Z | Compiling jiff-core v0.1.0 |
| 2422 | 2026-09-11T00:18:05.269Z | Compiling managed v0.8.0 |
| 2423 | 2026-09-11T00:18:05.305Z | Compiling term v1.2.1 |
| 2424 | 2026-09-11T00:18:05.305Z | Compiling take_mut v0.2.2 |
| 2425 | 2026-09-11T00:18:05.342Z | Compiling corncobs v0.1.4 |
| 2426 | 2026-09-11T00:18:05.342Z | Compiling foldhash v0.1.5 |
| 2427 | 2026-09-11T00:18:05.484Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2428 | 2026-09-11T00:18:05.566Z | Compiling hashbrown v0.15.5 |
| 2429 | 2026-09-11T00:18:05.797Z | Compiling slog-term v2.9.2 |
| 2430 | 2026-09-11T00:18:05.820Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2431 | 2026-09-11T00:18:06.004Z | Compiling walkdir v2.5.0 |
| 2432 | 2026-09-11T00:18:06.146Z | Compiling jiff v0.2.34 |
| 2433 | 2026-09-11T00:18:06.180Z | Compiling cargo_metadata v0.23.1 |
| 2434 | 2026-09-11T00:18:06.304Z | Compiling futures v0.3.32 |
| 2435 | 2026-09-11T00:18:06.539Z | Compiling phf v0.13.1 |
| 2436 | 2026-09-11T00:18:06.735Z | Compiling snafu v0.8.9 |
| 2437 | 2026-09-11T00:18:06.988Z | Compiling reqwest v0.12.28 |
| 2438 | 2026-09-11T00:18:07.010Z | Compiling signal-hook-mio v0.2.5 |
| 2439 | 2026-09-11T00:18:07.094Z | Compiling toml v0.8.23 |
| 2440 | 2026-09-11T00:18:07.121Z | Compiling cookie_store v0.22.1 |
| 2441 | 2026-09-11T00:18:07.410Z | Compiling zstd v0.13.3 |
| 2442 | 2026-09-11T00:18:07.410Z | Compiling postgres-types v0.2.14 |
| 2443 | 2026-09-11T00:18:07.422Z | Compiling globset v0.4.18 |
| 2444 | 2026-09-11T00:18:07.422Z | Compiling strum v0.27.2 |
| 2445 | 2026-09-11T00:18:07.579Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2446 | 2026-09-11T00:18:07.729Z | Compiling phf_shared v0.11.3 |
| 2447 | 2026-09-11T00:18:07.761Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2448 | 2026-09-11T00:18:07.780Z | Compiling olpc-cjson v0.1.4 |
| 2449 | 2026-09-11T00:18:07.806Z | Compiling crossbeam-epoch v0.9.18 |
| 2450 | 2026-09-11T00:18:07.968Z | Compiling byte-wrapper v0.1.0 |
| 2451 | 2026-09-11T00:18:08.074Z | Compiling secrecy v0.8.0 |
| 2452 | 2026-09-11T00:18:08.158Z | Compiling serde_plain v1.0.2 |
| 2453 | 2026-09-11T00:18:08.175Z | Compiling pem v3.0.6 |
| 2454 | 2026-09-11T00:18:08.197Z | Compiling float-cmp v0.10.0 |
| 2455 | 2026-09-11T00:18:08.286Z | Compiling hashbrown v0.16.1 |
| 2456 | 2026-09-11T00:18:08.292Z | Compiling memmap2 v0.9.10 |
| 2457 | 2026-09-11T00:18:08.362Z | Compiling difflib v0.4.0 |
| 2458 | 2026-09-11T00:18:08.380Z | Compiling whoami v2.1.0 |
| 2459 | 2026-09-11T00:18:08.451Z | Compiling new_debug_unreachable v1.0.6 |
| 2460 | 2026-09-11T00:18:08.485Z | Compiling typed-path v0.12.3 |
| 2461 | 2026-09-11T00:18:08.531Z | Compiling typed-path v0.9.3 |
| 2462 | 2026-09-11T00:18:08.548Z | Compiling normalize-line-endings v0.3.0 |
| 2463 | 2026-09-11T00:18:08.637Z | Compiling precomputed-hash v0.1.1 |
| 2464 | 2026-09-11T00:18:08.662Z | Compiling data-encoding v2.10.0 |
| 2465 | 2026-09-11T00:18:08.745Z | Compiling fixedbitset v0.4.2 |
| 2466 | 2026-09-11T00:18:08.795Z | Compiling predicates-core v1.0.10 |
| 2467 | 2026-09-11T00:18:08.816Z | Compiling fixedbitset v0.5.7 |
| 2468 | 2026-09-11T00:18:08.907Z | Compiling iddqd v0.4.2 |
| 2469 | 2026-09-11T00:18:08.975Z | Compiling hickory-proto v0.25.2 |
| 2470 | 2026-09-11T00:18:08.991Z | Compiling predicates v3.1.4 |
| 2471 | 2026-09-11T00:18:09.092Z | Compiling petgraph v0.8.3 |
| 2472 | 2026-09-11T00:18:09.113Z | Compiling petgraph v0.6.5 |
| 2473 | 2026-09-11T00:18:09.230Z | Compiling string_cache v0.8.9 |
| 2474 | 2026-09-11T00:18:09.368Z | Compiling tokio-postgres v0.7.18 |
| 2475 | 2026-09-11T00:18:09.460Z | Compiling zip v8.6.0 |
| 2476 | 2026-09-11T00:18:09.691Z | Compiling usdt v0.6.0 |
| 2477 | 2026-09-11T00:18:09.973Z | Compiling zip v4.6.1 |
| 2478 | 2026-09-11T00:18:10.041Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2479 | 2026-09-11T00:18:10.125Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2480 | 2026-09-11T00:18:10.871Z | Compiling crossterm v0.28.1 |
| 2481 | 2026-09-11T00:18:11.048Z | Compiling derive_more v2.1.1 |
| 2482 | 2026-09-11T00:18:11.066Z | Compiling similar v2.7.0 |
| 2483 | 2026-09-11T00:18:11.337Z | Compiling itertools v0.13.0 |
| 2484 | 2026-09-11T00:18:11.351Z | Compiling tokio-stream v0.1.18 |
| 2485 | 2026-09-11T00:18:11.427Z | Compiling buf-list v1.1.2 |
| 2486 | 2026-09-11T00:18:11.779Z | Compiling openapiv3 v2.2.0 |
| 2487 | 2026-09-11T00:18:12.010Z | Compiling peg-runtime v0.8.5 |
| 2488 | 2026-09-11T00:18:12.159Z | Compiling lalrpop-util v0.19.12 |
| 2489 | 2026-09-11T00:18:26.964Z | Compiling macaddr v1.0.1 |
| 2490 | 2026-09-11T00:18:27.077Z | Compiling crucible-workspace-hack v0.1.0 |
| 2491 | 2026-09-11T00:18:27.103Z | Compiling rayon-core v1.13.0 |
| 2492 | 2026-09-11T00:18:27.123Z | Compiling secrecy v0.10.3 |
| 2493 | 2026-09-11T00:18:27.158Z | Compiling heapless v0.8.0 |
| 2494 | 2026-09-11T00:18:27.222Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2495 | 2026-09-11T00:18:27.238Z | Compiling crossbeam-deque v0.8.6 |
| 2496 | 2026-09-11T00:18:27.265Z | Compiling ingot-macros v0.2.0 |
| 2497 | 2026-09-11T00:18:27.298Z | Compiling inout v0.1.4 |
| 2498 | 2026-09-11T00:18:27.376Z | Compiling hash32 v0.3.1 |
| 2499 | 2026-09-11T00:18:27.426Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2500 | 2026-09-11T00:18:27.490Z | Compiling multer v3.1.0 |
| 2501 | 2026-09-11T00:18:27.494Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2502 | 2026-09-11T00:18:27.521Z | Compiling compression-core v0.4.31 |
| 2503 | 2026-09-11T00:18:27.549Z | Compiling match_cfg v0.1.0 |
| 2504 | 2026-09-11T00:18:27.586Z | Compiling smoltcp v0.11.0 |
| 2505 | 2026-09-11T00:18:27.639Z | Compiling hostname v0.3.1 |
| 2506 | 2026-09-11T00:18:27.706Z | Compiling compression-codecs v0.4.37 |
| 2507 | 2026-09-11T00:18:27.774Z | Compiling cipher v0.4.4 |
| 2508 | 2026-09-11T00:18:27.818Z | Compiling atomicwrites v0.4.4 |
| 2509 | 2026-09-11T00:18:27.832Z | Compiling slog-json v2.6.1 |
| 2510 | 2026-09-11T00:18:27.954Z | Compiling serde_tokenstream v0.3.0 |
| 2511 | 2026-09-11T00:18:27.985Z | Compiling proc-macro-crate v3.4.0 |
| 2512 | 2026-09-11T00:18:28.041Z | Compiling newtype-uuid-macros v0.1.0 |
| 2513 | 2026-09-11T00:18:28.058Z | Compiling universal-hash v0.5.1 |
| 2514 | 2026-09-11T00:18:28.083Z | Compiling cobs v0.3.0 |
| 2515 | 2026-09-11T00:18:28.099Z | Compiling async-stream-impl v0.3.6 |
| 2516 | 2026-09-11T00:18:28.178Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2517 | 2026-09-11T00:18:28.221Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2518 | 2026-09-11T00:18:28.274Z | Compiling serde_spanned v1.1.1 |
| 2519 | 2026-09-11T00:18:28.313Z | Compiling proc-macro-error-attr v1.0.4 |
| 2520 | 2026-09-11T00:18:28.339Z | Compiling dropshot v0.17.1 |
| 2521 | 2026-09-11T00:18:28.416Z | Compiling opaque-debug v0.3.1 |
| 2522 | 2026-09-11T00:18:28.441Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2523 | 2026-09-11T00:18:28.513Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2524 | 2026-09-11T00:18:28.558Z | Compiling convert_case v0.4.0 |
| 2525 | 2026-09-11T00:18:28.644Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2526 | 2026-09-11T00:18:28.659Z | Compiling poly1305 v0.8.0 |
| 2527 | 2026-09-11T00:18:28.708Z | Compiling num_enum_derive v0.7.6 |
| 2528 | 2026-09-11T00:18:28.724Z | Compiling async-stream v0.3.6 |
| 2529 | 2026-09-11T00:18:28.742Z | Compiling oxide-generation-macros v0.2.0 |
| 2530 | 2026-09-11T00:18:28.761Z | Compiling postcard v1.1.3 |
| 2531 | 2026-09-11T00:18:28.819Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2532 | 2026-09-11T00:18:28.845Z | Compiling slog-bunyan v2.5.0 |
| 2533 | 2026-09-11T00:18:28.868Z | Compiling derive_more v0.99.20 |
| 2534 | 2026-09-11T00:18:28.932Z | Compiling chacha20 v0.9.1 |
| 2535 | 2026-09-11T00:18:29.043Z | Compiling async-compression v0.4.41 |
| 2536 | 2026-09-11T00:18:29.211Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2537 | 2026-09-11T00:18:29.222Z | Compiling oxide-generation v0.1.3 |
| 2538 | 2026-09-11T00:18:29.226Z | Compiling thiserror-no-std v2.0.2 |
| 2539 | 2026-09-11T00:18:29.339Z | Compiling sha1 v0.11.0 |
| 2540 | 2026-09-11T00:18:29.436Z | Compiling parse-display-derive v0.10.0 |
| 2541 | 2026-09-11T00:18:29.499Z | Compiling proc-macro-crate v1.3.1 |
| 2542 | 2026-09-11T00:18:29.697Z | Compiling waitgroup v0.1.2 |
| 2543 | 2026-09-11T00:18:29.710Z | Compiling rustls-pemfile v2.2.0 |
| 2544 | 2026-09-11T00:18:29.850Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2545 | 2026-09-11T00:18:29.872Z | Compiling backon v1.6.0 |
| 2546 | 2026-09-11T00:18:29.891Z | Compiling ingot-types v0.2.0 |
| 2547 | 2026-09-11T00:18:29.907Z | Compiling dropshot_endpoint v0.17.1 |
| 2548 | 2026-09-11T00:18:29.962Z | Compiling blake2 v0.10.6 |
| 2549 | 2026-09-11T00:18:29.976Z | Compiling aead v0.5.2 |
| 2550 | 2026-09-11T00:18:30.004Z | Compiling foreign-types-macros v0.2.3 |
| 2551 | 2026-09-11T00:18:30.134Z | Compiling password-hash v0.5.0 |
| 2552 | 2026-09-11T00:18:30.186Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2553 | 2026-09-11T00:18:30.329Z | Compiling ingot v0.2.1 |
| 2554 | 2026-09-11T00:18:30.361Z | Compiling serde_path_to_error v0.1.20 |
| 2555 | 2026-09-11T00:18:30.379Z | Compiling hostname v0.4.2 |
| 2556 | 2026-09-11T00:18:30.553Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2557 | 2026-09-11T00:18:30.566Z | Compiling proc-macro-error v1.0.4 |
| 2558 | 2026-09-11T00:18:30.635Z | Compiling instant v0.1.13 |
| 2559 | 2026-09-11T00:18:30.676Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2560 | 2026-09-11T00:18:30.676Z | Compiling debug-ignore v1.0.5 |
| 2561 | 2026-09-11T00:18:30.720Z | Compiling foreign-types-shared v0.3.1 |
| 2562 | 2026-09-11T00:18:30.813Z | Compiling backoff v0.4.0 |
| 2563 | 2026-09-11T00:18:30.818Z | Compiling foreign-types v0.5.0 |
| 2564 | 2026-09-11T00:18:30.835Z | Compiling argon2 v0.5.3 |
| 2565 | 2026-09-11T00:18:30.849Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2566 | 2026-09-11T00:18:30.865Z | Compiling chacha20poly1305 v0.10.1 |
| 2567 | 2026-09-11T00:18:30.926Z | Compiling num_enum_derive v0.5.11 |
| 2568 | 2026-09-11T00:18:30.948Z | Compiling num_enum v0.7.6 |
| 2569 | 2026-09-11T00:18:30.964Z | Compiling parse-display v0.10.0 |
| 2570 | 2026-09-11T00:18:31.002Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2571 | 2026-09-11T00:18:31.017Z | Compiling vsss-rs v3.3.4 |
| 2572 | 2026-09-11T00:18:31.171Z | Compiling regress v0.10.5 |
| 2573 | 2026-09-11T00:18:31.187Z | Compiling itertools v0.14.0 |
| 2574 | 2026-09-11T00:18:31.270Z | Compiling tabwriter v1.4.1 |
| 2575 | 2026-09-11T00:18:31.472Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2576 | 2026-09-11T00:18:31.493Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2577 | 2026-09-11T00:18:31.522Z | Compiling rustls-webpki v0.103.13 |
| 2578 | 2026-09-11T00:18:31.543Z | Compiling cstr-argument v0.1.2 |
| 2579 | 2026-09-11T00:18:31.586Z | Compiling humantime v2.3.0 |
| 2580 | 2026-09-11T00:18:31.602Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2581 | 2026-09-11T00:18:31.715Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2582 | 2026-09-11T00:18:31.849Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2583 | 2026-09-11T00:18:31.910Z | Compiling num_enum v0.5.11 |
| 2584 | 2026-09-11T00:18:31.933Z | Compiling rayon v1.11.0 |
| 2585 | 2026-09-11T00:18:31.951Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2586 | 2026-09-11T00:18:31.968Z | Compiling libefi-sys v0.1.0 |
| 2587 | 2026-09-11T00:18:31.984Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2588 | 2026-09-11T00:18:32.039Z | Compiling indent_write v2.2.0 |
| 2589 | 2026-09-11T00:18:32.055Z | Compiling colored v3.1.1 |
| 2590 | 2026-09-11T00:18:32.083Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2591 | 2026-09-11T00:18:32.123Z | Compiling illumos-nvpair v0.3.0 |
| 2592 | 2026-09-11T00:18:32.205Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2593 | 2026-09-11T00:18:32.229Z | Compiling zone_cfg_derive v0.3.1 |
| 2594 | 2026-09-11T00:18:32.341Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2595 | 2026-09-11T00:18:32.464Z | Compiling camino-tempfile v1.4.1 |
| 2596 | 2026-09-11T00:18:32.464Z | Compiling itertools v0.12.1 |
| 2597 | 2026-09-11T00:18:32.543Z | Compiling usdt-macro v0.5.0 |
| 2598 | 2026-09-11T00:18:32.553Z | Compiling usdt-attr-macro v0.5.0 |
| 2599 | 2026-09-11T00:18:32.564Z | Compiling bitfield-struct v0.6.2 |
| 2600 | 2026-09-11T00:18:32.564Z | Compiling num-derive v0.4.2 |
| 2601 | 2026-09-11T00:18:32.674Z | Compiling blake3 v1.8.5 |
| 2602 | 2026-09-11T00:18:32.816Z | Compiling sigpipe v0.1.3 |
| 2603 | 2026-09-11T00:18:32.870Z | Compiling memmap v0.7.0 |
| 2604 | 2026-09-11T00:18:32.928Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2605 | 2026-09-11T00:18:33.059Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2606 | 2026-09-11T00:18:33.087Z | Compiling glob v0.3.3 |
| 2607 | 2026-09-11T00:18:33.211Z | Compiling swrite v0.1.0 |
| 2608 | 2026-09-11T00:18:33.269Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2609 | 2026-09-11T00:18:33.338Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2610 | 2026-09-11T00:18:33.341Z | Compiling usdt v0.5.0 |
| 2611 | 2026-09-11T00:18:33.526Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2612 | 2026-09-11T00:18:33.575Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2613 | 2026-09-11T00:18:33.716Z | Compiling smf v0.2.3 |
| 2614 | 2026-09-11T00:18:33.803Z | Compiling zone v0.3.1 |
| 2615 | 2026-09-11T00:18:33.825Z | Compiling filetime v0.2.27 |
| 2616 | 2026-09-11T00:18:33.841Z | Compiling xattr v1.6.1 |
| 2617 | 2026-09-11T00:18:33.873Z | Compiling arrayvec v0.7.6 |
| 2618 | 2026-09-11T00:18:33.943Z | Compiling whoami v1.6.1 |
| 2619 | 2026-09-11T00:18:33.983Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2620 | 2026-09-11T00:18:33.998Z | Compiling constant_time_eq v0.4.2 |
| 2621 | 2026-09-11T00:18:34.054Z | Compiling arrayref v0.3.9 |
| 2622 | 2026-09-11T00:18:34.064Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2623 | 2026-09-11T00:18:34.082Z | Compiling tar v0.4.46 |
| 2624 | 2026-09-11T00:18:34.082Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2625 | 2026-09-11T00:18:34.174Z | Compiling tokio-dtrace v0.1.1 |
| 2626 | 2026-09-11T00:18:34.174Z | Compiling gethostname v0.5.0 |
| 2627 | 2026-09-11T00:18:34.205Z | Compiling console v0.16.2 |
| 2628 | 2026-09-11T00:18:34.345Z | Compiling unit-prefix v0.5.2 |
| 2629 | 2026-09-11T00:18:34.375Z | Compiling topological-sort v0.2.2 |
| 2630 | 2026-09-11T00:18:34.481Z | Compiling oxide-tokio-rt v0.1.4 |
| 2631 | 2026-09-11T00:18:34.509Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2632 | 2026-09-11T00:18:34.566Z | Compiling shell-words v1.1.1 |
| 2633 | 2026-09-11T00:18:34.646Z | Compiling indicatif v0.18.4 |
| 2634 | 2026-09-11T00:18:34.925Z | Compiling tokio-rustls v0.26.4 |
| 2635 | 2026-09-11T00:18:34.943Z | Compiling rustls-platform-verifier v0.6.2 |
| 2636 | 2026-09-11T00:18:34.979Z | Compiling tough v0.22.0 |
| 2637 | 2026-09-11T00:18:35.053Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2638 | 2026-09-11T00:18:35.179Z | Compiling hyper-rustls v0.27.7 |
| 2639 | 2026-09-11T00:18:35.410Z | Compiling reqwest v0.13.2 |
| 2640 | 2026-09-11T00:18:37.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2641 | 2026-09-11T00:18:38.019Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2642 | 2026-09-11T00:18:44.284Z | Compiling progenitor-client v0.14.0 |
| 2643 | 2026-09-11T00:18:44.284Z | Compiling omicron-zone-package v0.12.3 |
| 2644 | 2026-09-11T00:18:44.529Z | Compiling progenitor-extras v0.2.0 |
| 2645 | 2026-09-11T00:18:44.784Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2646 | 2026-09-11T00:18:44.802Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2647 | 2026-09-11T00:18:44.900Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2648 | 2026-09-11T00:18:44.983Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2649 | 2026-09-11T00:18:45.021Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2650 | 2026-09-11T00:18:45.073Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2651 | 2026-09-11T00:18:45.254Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2652 | 2026-09-11T00:18:45.260Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2653 | 2026-09-11T00:18:45.735Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2654 | 2026-09-11T00:18:48.862Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2655 | 2026-09-11T00:18:58.503Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2656 | 2026-09-11T00:19:01.606Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2657 | 2026-09-11T00:19:02.593Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2658 | 2026-09-11T00:19:14.207Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2659 | 2026-09-11T00:19:14.210Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2660 | 2026-09-11T00:19:14.210Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2661 | 2026-09-11T00:19:14.358Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2662 | 2026-09-11T00:19:14.419Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2663 | 2026-09-11T00:19:14.424Z | Created new build target 'test' and set it as active |
| 2664 | 2026-09-11T00:19:14.424Z | |
| 2665 | 2026-09-11T00:19:14.424Z | real 1:40.524992691 |
| 2666 | 2026-09-11T00:19:14.424Z | user 15:10.116875589 |
| 2667 | 2026-09-11T00:19:14.424Z | sys 3:02.685838685 |
| 2668 | 2026-09-11T00:19:14.424Z | trap 0.418425624 |
| 2669 | 2026-09-11T00:19:14.424Z | tflt 0.468731326 |
| 2670 | 2026-09-11T00:19:14.424Z | dflt 4.318019662 |
| 2671 | 2026-09-11T00:19:14.424Z | kflt 0.000722160 |
| 2672 | 2026-09-11T00:19:14.424Z | lock 42:50.045150319 |
| 2673 | 2026-09-11T00:19:14.424Z | slp 35:55.618336336 |
| 2674 | 2026-09-11T00:19:14.424Z | lat 47.382581395 |
| 2675 | 2026-09-11T00:19:14.424Z | stop 6:50.155686640 |
| 2676 | 2026-09-11T00:19:14.424Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2677 | 2026-09-11T00:19:15.390Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2678 | 2026-09-11T00:19:15.393Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2679 | 2026-09-11T00:19:15.393Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2680 | 2026-09-11T00:19:15.471Z | Running `target/release/omicron-package -t test package` |
| 2681 | 2026-09-11T00:19:15.531Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2682 | 2026-09-11T00:19:17.070Z | Compiling cfg-if v1.0.4 |
| 2683 | 2026-09-11T00:19:17.294Z | Compiling serde_core v1.0.228 |
| 2684 | 2026-09-11T00:19:17.297Z | Compiling libc v0.2.185 |
| 2685 | 2026-09-11T00:19:17.297Z | Compiling memchr v2.8.0 |
| 2686 | 2026-09-11T00:19:17.357Z | Compiling smallvec v1.15.1 |
| 2687 | 2026-09-11T00:19:17.394Z | Compiling stable_deref_trait v1.2.1 |
| 2688 | 2026-09-11T00:19:17.397Z | Compiling scopeguard v1.2.0 |
| 2689 | 2026-09-11T00:19:17.445Z | Compiling rand_core v0.10.0 |
| 2690 | 2026-09-11T00:19:17.465Z | Compiling libm v0.2.16 |
| 2691 | 2026-09-11T00:19:17.492Z | Compiling zerofrom v0.1.6 |
| 2692 | 2026-09-11T00:19:17.519Z | Compiling lock_api v0.4.14 |
| 2693 | 2026-09-11T00:19:17.543Z | Compiling litemap v0.8.1 |
| 2694 | 2026-09-11T00:19:17.567Z | Compiling percent-encoding v2.3.2 |
| 2695 | 2026-09-11T00:19:17.571Z | Compiling writeable v0.6.2 |
| 2696 | 2026-09-11T00:19:17.612Z | Compiling yoke v0.8.1 |
| 2697 | 2026-09-11T00:19:17.616Z | Compiling icu_normalizer_data v2.1.1 |
| 2698 | 2026-09-11T00:19:17.616Z | Compiling icu_properties_data v2.1.2 |
| 2699 | 2026-09-11T00:19:17.679Z | Compiling utf8_iter v1.0.4 |
| 2700 | 2026-09-11T00:19:17.707Z | Compiling zerocopy v0.8.55 |
| 2701 | 2026-09-11T00:19:17.733Z | Compiling form_urlencoded v1.2.2 |
| 2702 | 2026-09-11T00:19:17.760Z | Compiling iana-time-zone v0.1.65 |
| 2703 | 2026-09-11T00:19:17.787Z | Compiling errno v0.3.14 |
| 2704 | 2026-09-11T00:19:17.787Z | Compiling getrandom v0.4.3 |
| 2705 | 2026-09-11T00:19:17.787Z | Compiling zerovec v0.11.5 |
| 2706 | 2026-09-11T00:19:17.791Z | Compiling zerotrie v0.2.3 |
| 2707 | 2026-09-11T00:19:17.886Z | Compiling parking_lot_core v0.9.12 |
| 2708 | 2026-09-11T00:19:17.914Z | Compiling mio v1.2.0 |
| 2709 | 2026-09-11T00:19:17.945Z | Compiling thiserror v2.0.18 |
| 2710 | 2026-09-11T00:19:17.972Z | Compiling socket2 v0.6.3 |
| 2711 | 2026-09-11T00:19:17.999Z | Compiling signal-hook-registry v1.4.8 |
| 2712 | 2026-09-11T00:19:18.045Z | Compiling getrandom v0.2.17 |
| 2713 | 2026-09-11T00:19:18.096Z | Compiling futures-util v0.3.32 |
| 2714 | 2026-09-11T00:19:18.099Z | Compiling getrandom v0.3.4 |
| 2715 | 2026-09-11T00:19:18.183Z | Compiling base64 v0.22.1 |
| 2716 | 2026-09-11T00:19:18.191Z | Compiling parking_lot v0.12.5 |
| 2717 | 2026-09-11T00:19:18.202Z | Compiling time v0.3.47 |
| 2718 | 2026-09-11T00:19:18.226Z | Compiling rand_core v0.6.4 |
| 2719 | 2026-09-11T00:19:18.267Z | Compiling num-traits v0.2.19 |
| 2720 | 2026-09-11T00:19:18.291Z | Compiling rand_core v0.9.5 |
| 2721 | 2026-09-11T00:19:18.370Z | Compiling aho-corasick v1.1.4 |
| 2722 | 2026-09-11T00:19:18.396Z | Compiling tinystr v0.8.2 |
| 2723 | 2026-09-11T00:19:18.421Z | Compiling potential_utf v0.1.4 |
| 2724 | 2026-09-11T00:19:18.449Z | Compiling spin v0.9.8 |
| 2725 | 2026-09-11T00:19:18.475Z | Compiling socket2 v0.5.10 |
| 2726 | 2026-09-11T00:19:18.498Z | Compiling pest v2.8.6 |
| 2727 | 2026-09-11T00:19:18.536Z | Compiling crc32fast v1.5.0 |
| 2728 | 2026-09-11T00:19:18.582Z | Compiling icu_locale_core v2.1.1 |
| 2729 | 2026-09-11T00:19:18.645Z | Compiling icu_collections v2.1.1 |
| 2730 | 2026-09-11T00:19:18.669Z | Compiling encoding_rs v0.8.35 |
| 2731 | 2026-09-11T00:19:18.696Z | Compiling simd-adler32 v0.3.8 |
| 2732 | 2026-09-11T00:19:18.723Z | Compiling adler2 v2.0.1 |
| 2733 | 2026-09-11T00:19:18.780Z | Compiling lazy_static v1.5.0 |
| 2734 | 2026-09-11T00:19:18.825Z | Compiling wait-timeout v0.2.1 |
| 2735 | 2026-09-11T00:19:18.905Z | Compiling miniz_oxide v0.8.9 |
| 2736 | 2026-09-11T00:19:18.927Z | Compiling thread_local v1.1.9 |
| 2737 | 2026-09-11T00:19:19.015Z | Compiling rand_xorshift v0.4.0 |
| 2738 | 2026-09-11T00:19:19.083Z | Compiling is-terminal v0.4.17 |
| 2739 | 2026-09-11T00:19:19.192Z | Compiling serde v1.0.228 |
| 2740 | 2026-09-11T00:19:19.196Z | Compiling bitflags v2.11.0 |
| 2741 | 2026-09-11T00:19:19.241Z | Compiling serde_json v1.0.151 |
| 2742 | 2026-09-11T00:19:19.244Z | Compiling uuid v1.23.4 |
| 2743 | 2026-09-11T00:19:19.292Z | Compiling semver v1.0.28 |
| 2744 | 2026-09-11T00:19:19.315Z | Compiling icu_provider v2.1.1 |
| 2745 | 2026-09-11T00:19:19.316Z | Compiling indexmap v2.14.0 |
| 2746 | 2026-09-11T00:19:19.406Z | Compiling rustix v1.1.4 |
| 2747 | 2026-09-11T00:19:19.653Z | Compiling icu_normalizer v2.1.1 |
| 2748 | 2026-09-11T00:19:19.753Z | Compiling bytes v1.11.1 |
| 2749 | 2026-09-11T00:19:19.786Z | Compiling zeroize v1.9.0 |
| 2750 | 2026-09-11T00:19:19.865Z | Compiling icu_properties v2.1.2 |
| 2751 | 2026-09-11T00:19:19.902Z | Compiling chrono v0.4.45 |
| 2752 | 2026-09-11T00:19:20.000Z | Compiling generic-array v0.14.7 |
| 2753 | 2026-09-11T00:19:20.056Z | Compiling erased-serde v0.3.31 |
| 2754 | 2026-09-11T00:19:20.218Z | Compiling rustls-pki-types v1.14.0 |
| 2755 | 2026-09-11T00:19:20.333Z | Compiling ipnet v2.12.0 |
| 2756 | 2026-09-11T00:19:20.520Z | Compiling tokio v1.52.1 |
| 2757 | 2026-09-11T00:19:20.561Z | Compiling crypto-common v0.1.7 |
| 2758 | 2026-09-11T00:19:20.595Z | Compiling block-buffer v0.10.4 |
| 2759 | 2026-09-11T00:19:20.642Z | Compiling http v1.4.2 |
| 2760 | 2026-09-11T00:19:20.669Z | Compiling slog v2.8.2 |
| 2761 | 2026-09-11T00:19:20.742Z | Compiling terminal_size v0.4.3 |
| 2762 | 2026-09-11T00:19:20.795Z | Compiling idna_adapter v1.2.1 |
| 2763 | 2026-09-11T00:19:20.850Z | Compiling ppv-lite86 v0.2.21 |
| 2764 | 2026-09-11T00:19:20.873Z | Compiling digest v0.10.7 |
| 2765 | 2026-09-11T00:19:20.913Z | Compiling clap_builder v4.6.0 |
| 2766 | 2026-09-11T00:19:20.913Z | Compiling der v0.7.10 |
| 2767 | 2026-09-11T00:19:20.977Z | Compiling idna v1.1.0 |
| 2768 | 2026-09-11T00:19:21.002Z | Compiling aws-lc-rs v1.16.3 |
| 2769 | 2026-09-11T00:19:21.044Z | Compiling regex-automata v0.4.14 |
| 2770 | 2026-09-11T00:19:21.044Z | Compiling tempfile v3.27.0 |
| 2771 | 2026-09-11T00:19:21.092Z | Compiling hybrid-array v0.4.13 |
| 2772 | 2026-09-11T00:19:21.092Z | Compiling serde_urlencoded v0.7.1 |
| 2773 | 2026-09-11T00:19:21.141Z | Compiling hex v0.4.3 |
| 2774 | 2026-09-11T00:19:21.166Z | Compiling futures-executor v0.3.32 |
| 2775 | 2026-09-11T00:19:21.188Z | Compiling rand_chacha v0.9.0 |
| 2776 | 2026-09-11T00:19:21.236Z | Compiling rand_chacha v0.3.1 |
| 2777 | 2026-09-11T00:19:21.423Z | Compiling url v2.5.8 |
| 2778 | 2026-09-11T00:19:21.447Z | Compiling rand v0.9.2 |
| 2779 | 2026-09-11T00:19:21.472Z | Compiling http-body v1.0.1 |
| 2780 | 2026-09-11T00:19:21.538Z | Compiling rand v0.8.6 |
| 2781 | 2026-09-11T00:19:21.602Z | Compiling hubpack v0.1.2 |
| 2782 | 2026-09-11T00:19:21.666Z | Compiling http-body-util v0.1.3 |
| 2783 | 2026-09-11T00:19:21.771Z | Compiling futures v0.3.32 |
| 2784 | 2026-09-11T00:19:21.791Z | Compiling signature v2.2.0 |
| 2785 | 2026-09-11T00:19:21.899Z | Compiling block-buffer v0.12.1 |
| 2786 | 2026-09-11T00:19:21.902Z | Compiling crypto-common v0.2.2 |
| 2787 | 2026-09-11T00:19:21.928Z | Compiling spki v0.7.3 |
| 2788 | 2026-09-11T00:19:21.955Z | Compiling sha2 v0.10.9 |
| 2789 | 2026-09-11T00:19:21.978Z | Compiling rustls-native-certs v0.8.3 |
| 2790 | 2026-09-11T00:19:22.001Z | Compiling publicsuffix v2.3.0 |
| 2791 | 2026-09-11T00:19:22.089Z | Compiling schemars v0.8.22 |
| 2792 | 2026-09-11T00:19:22.171Z | Compiling rustls-webpki v0.103.13 |
| 2793 | 2026-09-11T00:19:22.211Z | Compiling pkcs8 v0.10.2 |
| 2794 | 2026-09-11T00:19:22.236Z | Compiling openapiv3 v2.2.0 |
| 2795 | 2026-09-11T00:19:22.287Z | Compiling cookie v0.18.1 |
| 2796 | 2026-09-11T00:19:22.475Z | Compiling rusty-fork v0.3.1 |
| 2797 | 2026-09-11T00:19:22.631Z | Compiling digest v0.11.3 |
| 2798 | 2026-09-11T00:19:22.667Z | Compiling cookie_store v0.22.1 |
| 2799 | 2026-09-11T00:19:22.738Z | Compiling rustls v0.23.41 |
| 2800 | 2026-09-11T00:19:22.761Z | Compiling data-encoding v2.10.0 |
| 2801 | 2026-09-11T00:19:22.897Z | Compiling clap v4.6.1 |
| 2802 | 2026-09-11T00:19:22.985Z | Compiling proptest v1.11.0 |
| 2803 | 2026-09-11T00:19:23.008Z | Compiling slog-term v2.9.2 |
| 2804 | 2026-09-11T00:19:23.031Z | Compiling slog-async v2.8.0 |
| 2805 | 2026-09-11T00:19:23.073Z | Compiling ipnetwork v0.21.1 |
| 2806 | 2026-09-11T00:19:23.209Z | Compiling zlib-rs v0.6.2 |
| 2807 | 2026-09-11T00:19:23.366Z | Compiling oxnet v0.1.6 |
| 2808 | 2026-09-11T00:19:23.487Z | Compiling camino v1.2.5 |
| 2809 | 2026-09-11T00:19:23.770Z | Compiling dof v0.4.0 |
| 2810 | 2026-09-11T00:19:23.851Z | Compiling dtrace-parser v0.3.0 |
| 2811 | 2026-09-11T00:19:23.862Z | Compiling regex v1.12.3 |
| 2812 | 2026-09-11T00:19:23.888Z | Compiling num-integer v0.1.46 |
| 2813 | 2026-09-11T00:19:23.912Z | Compiling thread-id v5.1.0 |
| 2814 | 2026-09-11T00:19:23.983Z | Compiling x509-cert v0.2.5 |
| 2815 | 2026-09-11T00:19:24.030Z | Compiling hmac v0.12.1 |
| 2816 | 2026-09-11T00:19:24.223Z | Compiling memmap2 v0.9.10 |
| 2817 | 2026-09-11T00:19:24.248Z | Compiling num-iter v0.1.45 |
| 2818 | 2026-09-11T00:19:24.310Z | Compiling half v2.7.1 |
| 2819 | 2026-09-11T00:19:24.335Z | Compiling ff v0.13.1 |
| 2820 | 2026-09-11T00:19:24.357Z | Compiling sec1 v0.7.3 |
| 2821 | 2026-09-11T00:19:24.412Z | Compiling rustix v0.38.44 |
| 2822 | 2026-09-11T00:19:24.498Z | Compiling group v0.13.0 |
| 2823 | 2026-09-11T00:19:24.524Z | Compiling packed_struct v0.10.1 |
| 2824 | 2026-09-11T00:19:24.630Z | Compiling usdt-impl v0.6.0 |
| 2825 | 2026-09-11T00:19:24.662Z | Compiling ciborium-ll v0.2.2 |
| 2826 | 2026-09-11T00:19:24.729Z | Compiling hkdf v0.12.4 |
| 2827 | 2026-09-11T00:19:24.939Z | Compiling tokio-util v0.7.18 |
| 2828 | 2026-09-11T00:19:24.966Z | Compiling tower v0.5.3 |
| 2829 | 2026-09-11T00:19:24.969Z | Compiling crypto-bigint v0.5.5 |
| 2830 | 2026-09-11T00:19:25.266Z | Compiling usdt v0.6.0 |
| 2831 | 2026-09-11T00:19:25.481Z | Compiling tower-http v0.6.8 |
| 2832 | 2026-09-11T00:19:25.506Z | Compiling newtype-uuid v1.3.2 |
| 2833 | 2026-09-11T00:19:25.547Z | Compiling flate2 v1.1.9 |
| 2834 | 2026-09-11T00:19:25.739Z | Compiling h2 v0.4.15 |
| 2835 | 2026-09-11T00:19:25.821Z | Compiling num-bigint-dig v0.8.6 |
| 2836 | 2026-09-11T00:19:26.030Z | Compiling elliptic-curve v0.13.8 |
| 2837 | 2026-09-11T00:19:26.075Z | Compiling dof v0.3.0 |
| 2838 | 2026-09-11T00:19:26.134Z | Compiling daft v0.1.8 |
| 2839 | 2026-09-11T00:19:26.157Z | Compiling ciborium v0.2.2 |
| 2840 | 2026-09-11T00:19:26.241Z | Compiling tokio-rustls v0.26.4 |
| 2841 | 2026-09-11T00:19:26.286Z | Compiling rustls-platform-verifier v0.6.2 |
| 2842 | 2026-09-11T00:19:26.432Z | Compiling bstr v1.12.1 |
| 2843 | 2026-09-11T00:19:26.473Z | Compiling pkcs1 v0.7.5 |
| 2844 | 2026-09-11T00:19:26.496Z | Compiling block-padding v0.4.2 |
| 2845 | 2026-09-11T00:19:26.572Z | Compiling toml_datetime v0.6.11 |
| 2846 | 2026-09-11T00:19:26.622Z | Compiling serde_spanned v0.6.9 |
| 2847 | 2026-09-11T00:19:26.653Z | Compiling dtrace-parser v0.2.0 |
| 2848 | 2026-09-11T00:19:26.702Z | Compiling thread-id v4.2.2 |
| 2849 | 2026-09-11T00:19:26.727Z | Compiling signal-hook v0.3.18 |
| 2850 | 2026-09-11T00:19:26.808Z | Compiling rsa v0.9.10 |
| 2851 | 2026-09-11T00:19:26.831Z | Compiling nix v0.31.2 |
| 2852 | 2026-09-11T00:19:26.906Z | Compiling inout v0.2.2 |
| 2853 | 2026-09-11T00:19:26.928Z | Compiling serde-hex v0.1.0 |
| 2854 | 2026-09-11T00:19:27.121Z | Compiling usdt-impl v0.5.0 |
| 2855 | 2026-09-11T00:19:27.124Z | Compiling ron v0.8.1 |
| 2856 | 2026-09-11T00:19:27.335Z | Compiling serde_with v3.21.0 |
| 2857 | 2026-09-11T00:19:27.373Z | Compiling foreign-types-shared v0.1.1 |
| 2858 | 2026-09-11T00:19:27.397Z | Compiling cipher v0.5.2 |
| 2859 | 2026-09-11T00:19:27.400Z | Compiling openssl-sys v0.9.117 |
| 2860 | 2026-09-11T00:19:27.491Z | Compiling foreign-types v0.3.2 |
| 2861 | 2026-09-11T00:19:27.593Z | Compiling rfc6979 v0.4.0 |
| 2862 | 2026-09-11T00:19:27.742Z | Compiling ahash v0.8.12 |
| 2863 | 2026-09-11T00:19:27.779Z | Compiling curve25519-dalek v4.1.3 |
| 2864 | 2026-09-11T00:19:27.831Z | Compiling openssl v0.10.80 |
| 2865 | 2026-09-11T00:19:27.857Z | Compiling ecdsa v0.16.9 |
| 2866 | 2026-09-11T00:19:27.944Z | Compiling chacha20 v0.10.0 |
| 2867 | 2026-09-11T00:19:28.047Z | Compiling signal-hook-mio v0.2.5 |
| 2868 | 2026-09-11T00:19:28.047Z | Compiling globset v0.4.18 |
| 2869 | 2026-09-11T00:19:28.143Z | Compiling primeorder v0.13.6 |
| 2870 | 2026-09-11T00:19:28.216Z | Compiling zopfli v0.8.3 |
| 2871 | 2026-09-11T00:19:28.247Z | Compiling rand v0.10.1 |
| 2872 | 2026-09-11T00:19:28.315Z | Compiling toml_edit v0.19.15 |
| 2873 | 2026-09-11T00:19:28.398Z | Compiling sha3 v0.10.8 |
| 2874 | 2026-09-11T00:19:28.436Z | Compiling salty v0.3.0 |
| 2875 | 2026-09-11T00:19:28.467Z | Compiling hashbrown v0.13.2 |
| 2876 | 2026-09-11T00:19:28.563Z | Compiling bzip2 v0.4.4 |
| 2877 | 2026-09-11T00:19:28.773Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2878 | 2026-09-11T00:19:28.795Z | Compiling ed25519 v2.2.3 |
| 2879 | 2026-09-11T00:19:28.819Z | Compiling jiff v0.2.34 |
| 2880 | 2026-09-11T00:19:28.873Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2881 | 2026-09-11T00:19:28.986Z | Compiling zip v0.6.6 |
| 2882 | 2026-09-11T00:19:29.009Z | Compiling crossterm v0.28.1 |
| 2883 | 2026-09-11T00:19:29.054Z | Compiling ed25519-dalek v2.2.0 |
| 2884 | 2026-09-11T00:19:29.075Z | Compiling object v0.30.4 |
| 2885 | 2026-09-11T00:19:29.198Z | Compiling sha2 v0.11.0 |
| 2886 | 2026-09-11T00:19:29.303Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2887 | 2026-09-11T00:19:29.367Z | Compiling serde-big-array v0.5.1 |
| 2888 | 2026-09-11T00:19:29.379Z | Compiling pem v3.0.6 |
| 2889 | 2026-09-11T00:19:29.482Z | Compiling hyper v1.10.1 |
| 2890 | 2026-09-11T00:19:29.509Z | Compiling petgraph v0.8.3 |
| 2891 | 2026-09-11T00:19:29.509Z | Compiling object v0.37.3 |
| 2892 | 2026-09-11T00:19:29.697Z | Compiling heapless v0.7.17 |
| 2893 | 2026-09-11T00:19:29.803Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2894 | 2026-09-11T00:19:29.870Z | Compiling p384 v0.13.1 |
| 2895 | 2026-09-11T00:19:30.120Z | Compiling toml v0.7.8 |
| 2896 | 2026-09-11T00:19:30.273Z | Compiling byte-wrapper v0.1.0 |
| 2897 | 2026-09-11T00:19:30.307Z | Compiling md-5 v0.11.0 |
| 2898 | 2026-09-11T00:19:30.585Z | Compiling native-tls v0.2.18 |
| 2899 | 2026-09-11T00:19:30.862Z | Compiling tokio-native-tls v0.3.1 |
| 2900 | 2026-09-11T00:19:31.038Z | Compiling hyper-util v0.1.20 |
| 2901 | 2026-09-11T00:19:31.061Z | Compiling hmac v0.13.0 |
| 2902 | 2026-09-11T00:19:31.087Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2903 | 2026-09-11T00:19:31.121Z | Compiling serde_plain v1.0.2 |
| 2904 | 2026-09-11T00:19:31.194Z | Compiling zip v8.6.0 |
| 2905 | 2026-09-11T00:19:31.218Z | Compiling toml_edit v0.22.27 |
| 2906 | 2026-09-11T00:19:31.253Z | Compiling postgres-protocol v0.6.12 |
| 2907 | 2026-09-11T00:19:31.280Z | Compiling smoltcp v0.9.1 |
| 2908 | 2026-09-11T00:19:31.385Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2909 | 2026-09-11T00:19:31.506Z | Compiling tokio-stream v0.1.18 |
| 2910 | 2026-09-11T00:19:32.030Z | Compiling hickory-proto v0.25.2 |
| 2911 | 2026-09-11T00:19:32.074Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2912 | 2026-09-11T00:19:32.098Z | Compiling float-cmp v0.10.0 |
| 2913 | 2026-09-11T00:19:32.132Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2914 | 2026-09-11T00:19:32.165Z | Compiling petgraph v0.6.5 |
| 2915 | 2026-09-11T00:19:32.253Z | Compiling predicates v3.1.4 |
| 2916 | 2026-09-11T00:19:32.276Z | Compiling textwrap v0.16.2 |
| 2917 | 2026-09-11T00:19:32.432Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2918 | 2026-09-11T00:19:32.532Z | Compiling backtrace v0.3.76 |
| 2919 | 2026-09-11T00:19:32.723Z | Compiling hyper-rustls v0.27.7 |
| 2920 | 2026-09-11T00:19:32.777Z | Compiling hyper-tls v0.6.0 |
| 2921 | 2026-09-11T00:19:32.850Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2922 | 2026-09-11T00:19:33.072Z | Compiling reqwest v0.13.2 |
| 2923 | 2026-09-11T00:19:33.286Z | Compiling backtrace-ext v0.2.1 |
| 2924 | 2026-09-11T00:19:33.319Z | Compiling reqwest v0.12.28 |
| 2925 | 2026-09-11T00:19:33.342Z | Compiling toml v0.8.23 |
| 2926 | 2026-09-11T00:19:33.524Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2927 | 2026-09-11T00:19:33.593Z | Compiling string_cache v0.8.9 |
| 2928 | 2026-09-11T00:19:33.593Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2929 | 2026-09-11T00:19:33.626Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2930 | 2026-09-11T00:19:33.854Z | Compiling postgres-types v0.2.14 |
| 2931 | 2026-09-11T00:19:33.884Z | Compiling zip v4.6.1 |
| 2932 | 2026-09-11T00:19:33.980Z | Compiling iddqd v0.4.2 |
| 2933 | 2026-09-11T00:19:34.439Z | Compiling similar v2.7.0 |
| 2934 | 2026-09-11T00:19:34.619Z | Compiling olpc-cjson v0.1.4 |
| 2935 | 2026-09-11T00:19:34.644Z | Compiling secrecy v0.8.0 |
| 2936 | 2026-09-11T00:19:34.755Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2937 | 2026-09-11T00:19:34.780Z | Compiling miette v7.6.0 |
| 2938 | 2026-09-11T00:19:34.836Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2939 | 2026-09-11T00:19:34.920Z | Compiling tough v0.22.0 |
| 2940 | 2026-09-11T00:19:34.946Z | Compiling tokio-postgres v0.7.18 |
| 2941 | 2026-09-11T00:19:35.431Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2942 | 2026-09-11T00:19:35.780Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-09-11T00:19:36.014Z | Compiling buf-list v1.1.2 |
| 2944 | 2026-09-11T00:19:36.044Z | Compiling hostname v0.3.1 |
| 2945 | 2026-09-11T00:19:36.153Z | Compiling slog-json v2.6.1 |
| 2946 | 2026-09-11T00:19:36.234Z | Compiling serde_spanned v1.1.1 |
| 2947 | 2026-09-11T00:19:36.271Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2948 | 2026-09-11T00:19:36.298Z | Compiling compression-codecs v0.4.37 |
| 2949 | 2026-09-11T00:19:36.376Z | Compiling slog-bunyan v2.5.0 |
| 2950 | 2026-09-11T00:19:36.421Z | Compiling multer v3.1.0 |
| 2951 | 2026-09-11T00:19:36.445Z | Compiling sha1 v0.11.0 |
| 2952 | 2026-09-11T00:19:36.583Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2953 | 2026-09-11T00:19:36.606Z | Compiling async-compression v0.4.41 |
| 2954 | 2026-09-11T00:19:36.652Z | Compiling rustls-pemfile v2.2.0 |
| 2955 | 2026-09-11T00:19:36.675Z | Compiling serde_path_to_error v0.1.20 |
| 2956 | 2026-09-11T00:19:36.698Z | Compiling hostname v0.4.2 |
| 2957 | 2026-09-11T00:19:36.819Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2958 | 2026-09-11T00:19:36.897Z | Compiling progenitor-client v0.14.0 |
| 2959 | 2026-09-11T00:19:36.923Z | Compiling atomicwrites v0.4.4 |
| 2960 | 2026-09-11T00:19:37.007Z | Compiling macaddr v1.0.1 |
| 2961 | 2026-09-11T00:19:37.034Z | Compiling instant v0.1.13 |
| 2962 | 2026-09-11T00:19:37.130Z | Compiling oxide-generation v0.1.3 |
| 2963 | 2026-09-11T00:19:37.177Z | Compiling regress v0.10.5 |
| 2964 | 2026-09-11T00:19:37.200Z | Compiling backoff v0.4.0 |
| 2965 | 2026-09-11T00:19:37.226Z | Compiling progenitor-extras v0.2.0 |
| 2966 | 2026-09-11T00:19:37.285Z | Compiling parse-display v0.10.0 |
| 2967 | 2026-09-11T00:19:37.330Z | Compiling heck v0.5.0 |
| 2968 | 2026-09-11T00:19:37.355Z | Compiling regress v0.11.1 |
| 2969 | 2026-09-11T00:19:37.386Z | Compiling inout v0.1.4 |
| 2970 | 2026-09-11T00:19:37.456Z | Compiling dropshot v0.17.1 |
| 2971 | 2026-09-11T00:19:37.520Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2972 | 2026-09-11T00:19:37.579Z | Compiling cipher v0.4.4 |
| 2973 | 2026-09-11T00:19:37.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2974 | 2026-09-11T00:19:37.814Z | Compiling secrecy v0.10.3 |
| 2975 | 2026-09-11T00:19:37.864Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2976 | 2026-09-11T00:19:37.899Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2977 | 2026-09-11T00:19:37.947Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2978 | 2026-09-11T00:19:37.989Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2979 | 2026-09-11T00:19:38.057Z | Compiling universal-hash v0.5.1 |
| 2980 | 2026-09-11T00:19:38.184Z | Compiling unsafe-libyaml v0.2.11 |
| 2981 | 2026-09-11T00:19:38.226Z | Compiling poly1305 v0.8.0 |
| 2982 | 2026-09-11T00:19:38.250Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2983 | 2026-09-11T00:19:38.540Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2984 | 2026-09-11T00:19:38.641Z | Compiling chacha20 v0.9.1 |
| 2985 | 2026-09-11T00:19:38.685Z | Compiling blake2 v0.10.6 |
| 2986 | 2026-09-11T00:19:38.733Z | Compiling serde_yaml v0.9.34+deprecated |
| 2987 | 2026-09-11T00:19:38.819Z | Compiling aead v0.5.2 |
| 2988 | 2026-09-11T00:19:38.868Z | Compiling password-hash v0.5.0 |
| 2989 | 2026-09-11T00:19:38.927Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2990 | 2026-09-11T00:19:38.964Z | Compiling typify-impl v0.6.2 |
| 2991 | 2026-09-11T00:19:38.994Z | Compiling vsss-rs v3.3.4 |
| 2992 | 2026-09-11T00:19:39.031Z | Compiling chacha20poly1305 v0.10.1 |
| 2993 | 2026-09-11T00:19:39.052Z | Compiling camino-tempfile v1.4.1 |
| 2994 | 2026-09-11T00:19:39.100Z | Compiling ingot-types v0.2.0 |
| 2995 | 2026-09-11T00:19:39.247Z | Compiling argon2 v0.5.3 |
| 2996 | 2026-09-11T00:19:39.426Z | Compiling heapless v0.8.0 |
| 2997 | 2026-09-11T00:19:39.450Z | Compiling cobs v0.3.0 |
| 2998 | 2026-09-11T00:19:39.514Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2999 | 2026-09-11T00:19:39.566Z | Compiling ingot v0.2.1 |
| 3000 | 2026-09-11T00:19:39.700Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3001 | 2026-09-11T00:19:39.901Z | Compiling postcard v1.1.3 |
| 3002 | 2026-09-11T00:19:39.984Z | Compiling smoltcp v0.11.0 |
| 3003 | 2026-09-11T00:19:40.046Z | Compiling cstr-argument v0.1.2 |
| 3004 | 2026-09-11T00:19:40.072Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3005 | 2026-09-11T00:19:40.154Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3006 | 2026-09-11T00:19:40.272Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3007 | 2026-09-11T00:19:40.280Z | Compiling memmap v0.7.0 |
| 3008 | 2026-09-11T00:19:40.308Z | Compiling sigpipe v0.1.3 |
| 3009 | 2026-09-11T00:19:40.407Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3010 | 2026-09-11T00:19:40.429Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3011 | 2026-09-11T00:19:40.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3012 | 2026-09-11T00:19:40.511Z | Compiling usdt v0.5.0 |
| 3013 | 2026-09-11T00:19:40.590Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3014 | 2026-09-11T00:19:40.881Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3015 | 2026-09-11T00:19:40.886Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3016 | 2026-09-11T00:19:41.025Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3017 | 2026-09-11T00:19:41.046Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3018 | 2026-09-11T00:19:41.049Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3019 | 2026-09-11T00:19:41.096Z | Compiling zone v0.3.1 |
| 3020 | 2026-09-11T00:19:41.177Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3021 | 2026-09-11T00:19:41.261Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3022 | 2026-09-11T00:19:41.326Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3023 | 2026-09-11T00:19:41.494Z | Compiling derive-where v1.6.0 |
| 3024 | 2026-09-11T00:19:41.554Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3025 | 2026-09-11T00:19:41.578Z | Compiling bytecount v0.6.9 |
| 3026 | 2026-09-11T00:19:41.745Z | Compiling tokio-dtrace v0.1.1 |
| 3027 | 2026-09-11T00:19:41.765Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3028 | 2026-09-11T00:19:41.933Z | Compiling prettyplease v0.2.37 |
| 3029 | 2026-09-11T00:19:41.960Z | Compiling oxide-tokio-rt v0.1.4 |
| 3030 | 2026-09-11T00:19:42.003Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3031 | 2026-09-11T00:19:42.027Z | Compiling newline-converter v0.3.0 |
| 3032 | 2026-09-11T00:19:42.069Z | Compiling gethostname v0.5.0 |
| 3033 | 2026-09-11T00:19:42.129Z | Compiling console v0.15.11 |
| 3034 | 2026-09-11T00:19:42.200Z | Compiling slog-dtrace v0.3.0 |
| 3035 | 2026-09-11T00:19:42.223Z | Compiling cancel-safe-futures v0.1.5 |
| 3036 | 2026-09-11T00:19:42.242Z | Compiling resolv-conf v0.7.6 |
| 3037 | 2026-09-11T00:19:42.400Z | Compiling num-rational v0.4.2 |
| 3038 | 2026-09-11T00:19:42.466Z | Compiling num-complex v0.4.6 |
| 3039 | 2026-09-11T00:19:42.475Z | Compiling typify-macro v0.6.2 |
| 3040 | 2026-09-11T00:19:42.538Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3041 | 2026-09-11T00:19:42.560Z | Compiling expectorate v1.2.0 |
| 3042 | 2026-09-11T00:19:42.734Z | Compiling oxide-update-engine-types v0.1.2 |
| 3043 | 2026-09-11T00:19:42.797Z | Compiling compression-core v0.4.31 |
| 3044 | 2026-09-11T00:19:42.872Z | Compiling match_cfg v0.1.0 |
| 3045 | 2026-09-11T00:19:42.895Z | Compiling num v0.4.3 |
| 3046 | 2026-09-11T00:19:42.977Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3047 | 2026-09-11T00:19:43.179Z | Compiling linked-hash-map v0.5.6 |
| 3048 | 2026-09-11T00:19:43.243Z | Compiling float-ord v0.3.2 |
| 3049 | 2026-09-11T00:19:43.265Z | Compiling linear-map v1.2.0 |
| 3050 | 2026-09-11T00:19:43.290Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3051 | 2026-09-11T00:19:43.393Z | Compiling lru-cache v0.1.2 |
| 3052 | 2026-09-11T00:19:43.561Z | Compiling async-stream v0.3.6 |
| 3053 | 2026-09-11T00:19:43.701Z | Compiling waitgroup v0.1.2 |
| 3054 | 2026-09-11T00:19:43.859Z | Compiling backon v1.6.0 |
| 3055 | 2026-09-11T00:19:43.944Z | Compiling debug-ignore v1.0.5 |
| 3056 | 2026-09-11T00:19:43.998Z | Compiling oxide-update-engine v0.1.2 |
| 3057 | 2026-09-11T00:19:44.050Z | Compiling minimal-lexical v0.2.1 |
| 3058 | 2026-09-11T00:19:44.079Z | Compiling typify v0.6.2 |
| 3059 | 2026-09-11T00:19:44.231Z | Compiling progenitor-impl v0.14.0 |
| 3060 | 2026-09-11T00:19:44.300Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3061 | 2026-09-11T00:19:44.336Z | Compiling nom v7.1.3 |
| 3062 | 2026-09-11T00:19:44.570Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3063 | 2026-09-11T00:19:44.597Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3064 | 2026-09-11T00:19:44.645Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3065 | 2026-09-11T00:19:44.796Z | Compiling hickory-proto v0.24.4 |
| 3066 | 2026-09-11T00:19:45.267Z | Compiling itertools v0.14.0 |
| 3067 | 2026-09-11T00:19:46.018Z | Compiling humantime v2.3.0 |
| 3068 | 2026-09-11T00:19:46.057Z | Compiling unicode-xid v0.2.6 |
| 3069 | 2026-09-11T00:19:46.298Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3070 | 2026-09-11T00:19:46.346Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3071 | 2026-09-11T00:19:46.453Z | Compiling progenitor-macro v0.14.0 |
| 3072 | 2026-09-11T00:19:46.482Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3073 | 2026-09-11T00:19:46.716Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3074 | 2026-09-11T00:19:46.742Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3075 | 2026-09-11T00:19:47.003Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3076 | 2026-09-11T00:19:47.095Z | Compiling papergrid v0.11.0 |
| 3077 | 2026-09-11T00:19:47.602Z | Compiling hickory-resolver v0.24.4 |
| 3078 | 2026-09-11T00:19:47.623Z | Compiling tabled_derive v0.7.0 |
| 3079 | 2026-09-11T00:19:48.474Z | Compiling termtree v0.5.1 |
| 3080 | 2026-09-11T00:19:48.555Z | Compiling tabled v0.15.0 |
| 3081 | 2026-09-11T00:19:48.588Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3082 | 2026-09-11T00:19:48.683Z | Compiling crossterm v0.29.0 |
| 3083 | 2026-09-11T00:19:48.821Z | Compiling qorb v0.4.1 |
| 3084 | 2026-09-11T00:19:48.943Z | Compiling phf_shared v0.12.1 |
| 3085 | 2026-09-11T00:19:49.185Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3086 | 2026-09-11T00:19:49.217Z | Compiling vte v0.14.1 |
| 3087 | 2026-09-11T00:19:49.240Z | Compiling csv-core v0.1.13 |
| 3088 | 2026-09-11T00:19:49.496Z | Compiling chrono-tz v0.10.4 |
| 3089 | 2026-09-11T00:19:49.561Z | Compiling highway v1.3.0 |
| 3090 | 2026-09-11T00:19:49.616Z | Compiling csv v1.4.0 |
| 3091 | 2026-09-11T00:19:49.735Z | Compiling strip-ansi-escapes v0.2.1 |
| 3092 | 2026-09-11T00:19:49.757Z | Compiling phf v0.12.1 |
| 3093 | 2026-09-11T00:19:49.980Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3094 | 2026-09-11T00:19:50.066Z | Compiling const_format_proc_macros v0.2.34 |
| 3095 | 2026-09-11T00:19:50.096Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3096 | 2026-09-11T00:19:50.133Z | Compiling fd-lock v4.0.4 |
| 3097 | 2026-09-11T00:19:50.270Z | Compiling peg-macros v0.8.5 |
| 3098 | 2026-09-11T00:19:50.313Z | Compiling nu-ansi-term v0.50.3 |
| 3099 | 2026-09-11T00:19:50.493Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3100 | 2026-09-11T00:19:50.707Z | Compiling progenitor v0.14.0 |
| 3101 | 2026-09-11T00:19:50.730Z | Compiling reedline v0.40.0 |
| 3102 | 2026-09-11T00:19:50.873Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3103 | 2026-09-11T00:19:50.900Z | Compiling const_format v0.2.35 |
| 3104 | 2026-09-11T00:19:51.215Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3105 | 2026-09-11T00:19:51.278Z | Compiling bcs v0.1.6 |
| 3106 | 2026-09-11T00:19:51.302Z | Compiling nom v8.0.0 |
| 3107 | 2026-09-11T00:19:51.551Z | Compiling peg v0.8.5 |
| 3108 | 2026-09-11T00:19:51.658Z | Compiling semver v0.1.20 |
| 3109 | 2026-09-11T00:19:51.679Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3110 | 2026-09-11T00:19:51.779Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3111 | 2026-09-11T00:19:51.936Z | Compiling rustc_version v0.1.7 |
| 3112 | 2026-09-11T00:19:51.959Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3113 | 2026-09-11T00:19:52.159Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3114 | 2026-09-11T00:19:52.182Z | Compiling newtype_derive v0.1.6 |
| 3115 | 2026-09-11T00:19:52.248Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3116 | 2026-09-11T00:19:52.271Z | Compiling sha1 v0.10.6 |
| 3117 | 2026-09-11T00:19:52.378Z | Compiling utf-8 v0.7.6 |
| 3118 | 2026-09-11T00:19:52.413Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3119 | 2026-09-11T00:19:52.608Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3120 | 2026-09-11T00:19:52.612Z | Compiling tagptr v0.2.0 |
| 3121 | 2026-09-11T00:19:52.685Z | Compiling steno v0.4.1 |
| 3122 | 2026-09-11T00:19:52.709Z | Compiling tungstenite v0.21.0 |
| 3123 | 2026-09-11T00:19:52.860Z | Compiling moka v0.12.13 |
| 3124 | 2026-09-11T00:19:52.887Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3125 | 2026-09-11T00:19:52.964Z | Compiling darling_core v0.21.3 |
| 3126 | 2026-09-11T00:19:53.068Z | Compiling display-error-chain v0.2.2 |
| 3127 | 2026-09-11T00:19:53.243Z | Compiling vergen-lib v0.1.6 |
| 3128 | 2026-09-11T00:19:53.327Z | Compiling tokio-tungstenite v0.21.0 |
| 3129 | 2026-09-11T00:19:53.350Z | Compiling diesel_derives v2.3.7 |
| 3130 | 2026-09-11T00:19:53.596Z | Compiling scheduled-thread-pool v0.2.7 |
| 3131 | 2026-09-11T00:19:53.602Z | Compiling vergen-gitcl v1.0.8 |
| 3132 | 2026-09-11T00:19:53.625Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 3133 | 2026-09-11T00:19:53.719Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3134 | 2026-09-11T00:19:53.831Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3135 | 2026-09-11T00:19:53.851Z | Compiling dirs-sys-next v0.1.2 |
| 3136 | 2026-09-11T00:19:53.871Z | Compiling glob v0.3.3 |
| 3137 | 2026-09-11T00:19:53.919Z | Compiling maplit v1.0.2 |
| 3138 | 2026-09-11T00:19:53.979Z | Compiling hickory-resolver v0.25.2 |
| 3139 | 2026-09-11T00:19:54.041Z | Compiling crunchy v0.2.4 |
| 3140 | 2026-09-11T00:19:54.068Z | Compiling dirs-next v2.0.0 |
| 3141 | 2026-09-11T00:19:54.099Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3142 | 2026-09-11T00:19:54.146Z | Compiling r2d2 v0.8.10 |
| 3143 | 2026-09-11T00:19:54.219Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3144 | 2026-09-11T00:19:54.242Z | Compiling clang-sys v1.8.1 |
| 3145 | 2026-09-11T00:19:54.387Z | Compiling libscf-sys v1.2.0 |
| 3146 | 2026-09-11T00:19:54.428Z | Compiling xshell-macros v0.2.7 |
| 3147 | 2026-09-11T00:19:54.453Z | Compiling downcast-rs v2.0.2 |
| 3148 | 2026-09-11T00:19:54.494Z | Compiling tiny-keccak v2.0.2 |
| 3149 | 2026-09-11T00:19:54.589Z | Compiling term v0.7.0 |
| 3150 | 2026-09-11T00:19:54.616Z | Compiling papergrid v0.18.0 |
| 3151 | 2026-09-11T00:19:54.641Z | Compiling bit-vec v0.6.3 |
| 3152 | 2026-09-11T00:19:54.701Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3153 | 2026-09-11T00:19:54.856Z | Compiling xshell v0.2.7 |
| 3154 | 2026-09-11T00:19:54.905Z | Compiling bit-set v0.5.3 |
| 3155 | 2026-09-11T00:19:55.055Z | Compiling ascii-canvas v3.0.0 |
| 3156 | 2026-09-11T00:19:55.098Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3157 | 2026-09-11T00:19:55.122Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3158 | 2026-09-11T00:19:55.127Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3159 | 2026-09-11T00:19:55.173Z | Compiling darling_macro v0.21.3 |
| 3160 | 2026-09-11T00:19:55.215Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3161 | 2026-09-11T00:19:55.325Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3162 | 2026-09-11T00:19:55.588Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3163 | 2026-09-11T00:19:55.633Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3164 | 2026-09-11T00:19:55.729Z | Compiling itertools v0.10.5 |
| 3165 | 2026-09-11T00:19:55.763Z | Compiling darling v0.21.3 |
| 3166 | 2026-09-11T00:19:55.786Z | Compiling ena v0.14.4 |
| 3167 | 2026-09-11T00:19:55.808Z | Compiling libloading v0.8.9 |
| 3168 | 2026-09-11T00:19:55.834Z | Compiling tabled v0.21.0 |
| 3169 | 2026-09-11T00:19:55.883Z | Compiling dsl_auto_type v0.2.0 |
| 3170 | 2026-09-11T00:19:56.032Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3171 | 2026-09-11T00:19:56.056Z | Compiling unicase v2.9.0 |
| 3172 | 2026-09-11T00:19:56.126Z | Compiling regex-syntax v0.6.29 |
| 3173 | 2026-09-11T00:19:56.300Z | Compiling bindgen v0.71.1 |
| 3174 | 2026-09-11T00:19:56.330Z | Compiling diff v0.1.13 |
| 3175 | 2026-09-11T00:19:56.580Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3176 | 2026-09-11T00:19:56.603Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3177 | 2026-09-11T00:19:56.660Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3178 | 2026-09-11T00:19:56.983Z | Compiling cexpr v0.6.0 |
| 3179 | 2026-09-11T00:19:57.015Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3180 | 2026-09-11T00:19:57.255Z | Compiling rustc-hash v2.1.1 |
| 3181 | 2026-09-11T00:19:57.434Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3182 | 2026-09-11T00:19:57.472Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3183 | 2026-09-11T00:19:57.621Z | Compiling lalrpop v0.19.12 |
| 3184 | 2026-09-11T00:19:57.660Z | Compiling headers-core v0.3.0 |
| 3185 | 2026-09-11T00:19:57.718Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3186 | 2026-09-11T00:19:57.806Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3187 | 2026-09-11T00:19:57.956Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3188 | 2026-09-11T00:19:57.980Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3189 | 2026-09-11T00:19:58.050Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3190 | 2026-09-11T00:19:59.049Z | Compiling libxml v0.3.3 |
| 3191 | 2026-09-11T00:19:59.105Z | Compiling crc8 v0.1.1 |
| 3192 | 2026-09-11T00:19:59.251Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3193 | 2026-09-11T00:19:59.332Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3194 | 2026-09-11T00:19:59.516Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3195 | 2026-09-11T00:19:59.843Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3196 | 2026-09-11T00:19:59.866Z | Compiling headers v0.4.1 |
| 3197 | 2026-09-11T00:20:00.277Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3198 | 2026-09-11T00:20:00.424Z | Compiling strum_macros v0.24.3 |
| 3199 | 2026-09-11T00:20:00.508Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3200 | 2026-09-11T00:20:01.080Z | Compiling indoc v1.0.9 |
| 3201 | 2026-09-11T00:20:01.198Z | Compiling diesel v2.3.7 |
| 3202 | 2026-09-11T00:20:01.692Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3203 | 2026-09-11T00:20:01.840Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3204 | 2026-09-11T00:20:01.893Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3205 | 2026-09-11T00:20:01.974Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3206 | 2026-09-11T00:20:02.306Z | Compiling quick-xml v0.37.5 |
| 3207 | 2026-09-11T00:20:02.618Z | Compiling derive_builder v0.20.2 |
| 3208 | 2026-09-11T00:20:02.799Z | Compiling oso-derive v0.27.3 |
| 3209 | 2026-09-11T00:20:02.824Z | Compiling impl-trait-for-tuples v0.2.3 |
| 3210 | 2026-09-11T00:20:02.869Z | Compiling object v0.39.1 |
| 3211 | 2026-09-11T00:20:03.204Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3212 | 2026-09-11T00:20:03.282Z | Compiling samael v0.0.19 |
| 3213 | 2026-09-11T00:20:03.331Z | Compiling openssl-probe v0.1.6 |
| 3214 | 2026-09-11T00:20:03.467Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3215 | 2026-09-11T00:20:03.494Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3216 | 2026-09-11T00:20:03.639Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3217 | 2026-09-11T00:20:04.158Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3218 | 2026-09-11T00:20:04.217Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3219 | 2026-09-11T00:20:04.483Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3220 | 2026-09-11T00:20:04.516Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3221 | 2026-09-11T00:20:04.534Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3222 | 2026-09-11T00:20:04.802Z | Compiling bb8 v0.8.6 |
| 3223 | 2026-09-11T00:20:04.843Z | Compiling filetime v0.2.27 |
| 3224 | 2026-09-11T00:20:04.975Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3225 | 2026-09-11T00:20:05.030Z | Compiling trait-variant v0.1.2 |
| 3226 | 2026-09-11T00:20:05.078Z | Compiling path-slash v0.2.1 |
| 3227 | 2026-09-11T00:20:05.114Z | Compiling polar-core v0.27.3 |
| 3228 | 2026-09-11T00:20:05.181Z | Compiling half v1.8.3 |
| 3229 | 2026-09-11T00:20:05.202Z | Compiling tar v0.4.46 |
| 3230 | 2026-09-11T00:20:05.354Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3231 | 2026-09-11T00:20:05.533Z | Compiling serde_cbor v0.11.2 |
| 3232 | 2026-09-11T00:20:05.635Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3233 | 2026-09-11T00:20:05.678Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3234 | 2026-09-11T00:20:05.956Z | Compiling nonempty v0.12.0 |
| 3235 | 2026-09-11T00:20:06.196Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3236 | 2026-09-11T00:20:06.284Z | Compiling fxhash v0.2.1 |
| 3237 | 2026-09-11T00:20:06.449Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3238 | 2026-09-11T00:20:06.668Z | Compiling libz-sys v1.1.24 |
| 3239 | 2026-09-11T00:20:07.077Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3240 | 2026-09-11T00:20:07.144Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3241 | 2026-09-11T00:20:07.191Z | Compiling kstat-rs v0.2.5 |
| 3242 | 2026-09-11T00:20:07.441Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3243 | 2026-09-11T00:20:07.455Z | Compiling mime_guess v2.0.5 |
| 3244 | 2026-09-11T00:20:07.538Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3245 | 2026-09-11T00:20:07.625Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3246 | 2026-09-11T00:20:08.013Z | Compiling nanorand v0.7.0 |
| 3247 | 2026-09-11T00:20:08.353Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 3248 | 2026-09-11T00:20:08.692Z | Compiling parking_lot_core v0.8.6 |
| 3249 | 2026-09-11T00:20:08.718Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3250 | 2026-09-11T00:20:08.798Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3251 | 2026-09-11T00:20:09.028Z | Compiling flume v0.11.1 |
| 3252 | 2026-09-11T00:20:09.056Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3253 | 2026-09-11T00:20:09.565Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3254 | 2026-09-11T00:20:09.626Z | Compiling git-stub v1.0.0 |
| 3255 | 2026-09-11T00:20:09.863Z | Compiling dashu-int v0.5.1 |
| 3256 | 2026-09-11T00:20:09.889Z | Compiling strsim v0.10.0 |
| 3257 | 2026-09-11T00:20:09.893Z | Compiling seq-macro v0.3.6 |
| 3258 | 2026-09-11T00:20:10.117Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3) |
| 3259 | 2026-09-11T00:20:10.213Z | Compiling instability v0.3.11 |
| 3260 | 2026-09-11T00:20:10.378Z | Compiling http-range v0.1.5 |
| 3261 | 2026-09-11T00:20:10.500Z | Compiling darling_core v0.13.4 |
| 3262 | 2026-09-11T00:20:10.522Z | Compiling git-stub-vcs v0.1.0 |
| 3263 | 2026-09-11T00:20:10.898Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3264 | 2026-09-11T00:20:11.552Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3265 | 2026-09-11T00:20:11.574Z | Compiling progenitor-impl v0.13.0 |
| 3266 | 2026-09-11T00:20:11.636Z | Compiling ignore v0.4.25 |
| 3267 | 2026-09-11T00:20:11.753Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3268 | 2026-09-11T00:20:11.958Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3269 | 2026-09-11T00:20:11.991Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3270 | 2026-09-11T00:20:12.201Z | Compiling ssh-encoding v0.2.0 |
| 3271 | 2026-09-11T00:20:12.605Z | Compiling anstyle-parse v0.2.7 |
| 3272 | 2026-09-11T00:20:12.867Z | Compiling castaway v0.2.4 |
| 3273 | 2026-09-11T00:20:13.043Z | Compiling vergen-git2 v9.1.0 |
| 3274 | 2026-09-11T00:20:13.261Z | Compiling keccak v0.2.0 |
| 3275 | 2026-09-11T00:20:13.298Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3276 | 2026-09-11T00:20:13.471Z | Compiling sponge-cursor v0.1.0 |
| 3277 | 2026-09-11T00:20:13.550Z | Compiling rlimit v0.10.2 |
| 3278 | 2026-09-11T00:20:13.659Z | Compiling dashu-base v0.5.1 |
| 3279 | 2026-09-11T00:20:13.724Z | Compiling indoc v2.0.7 |
| 3280 | 2026-09-11T00:20:13.751Z | Compiling num-modular v0.6.5 |
| 3281 | 2026-09-11T00:20:13.857Z | Compiling progenitor-macro v0.13.0 |
| 3282 | 2026-09-11T00:20:13.892Z | Compiling sha3 v0.12.0 |
| 3283 | 2026-09-11T00:20:14.165Z | Compiling oso v0.27.3 |
| 3284 | 2026-09-11T00:20:14.225Z | Compiling compact_str v0.8.1 |
| 3285 | 2026-09-11T00:20:14.272Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3286 | 2026-09-11T00:20:14.612Z | Compiling anstream v0.6.21 |
| 3287 | 2026-09-11T00:20:14.947Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3288 | 2026-09-11T00:20:15.043Z | Compiling ssh-cipher v0.2.0 |
| 3289 | 2026-09-11T00:20:15.069Z | Compiling globwalk v0.9.1 |
| 3290 | 2026-09-11T00:20:15.266Z | Compiling darling_macro v0.13.4 |
| 3291 | 2026-09-11T00:20:15.372Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3292 | 2026-09-11T00:20:15.570Z | Compiling parking_lot v0.11.2 |
| 3293 | 2026-09-11T00:20:15.792Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3294 | 2026-09-11T00:20:16.115Z | Compiling hyper-staticfile v0.10.1 |
| 3295 | 2026-09-11T00:20:16.182Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3296 | 2026-09-11T00:20:16.423Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3297 | 2026-09-11T00:20:16.630Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3298 | 2026-09-11T00:20:16.699Z | Compiling tungstenite v0.28.0 |
| 3299 | 2026-09-11T00:20:16.856Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3300 | 2026-09-11T00:20:16.961Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3301 | 2026-09-11T00:20:16.996Z | Compiling predicates-tree v1.0.13 |
| 3302 | 2026-09-11T00:20:17.834Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3303 | 2026-09-11T00:20:17.859Z | Compiling progenitor-client v0.13.0 |
| 3304 | 2026-09-11T00:20:18.092Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3305 | 2026-09-11T00:20:18.147Z | Compiling unicode-truncate v1.1.0 |
| 3306 | 2026-09-11T00:20:18.169Z | Compiling p256 v0.13.2 |
| 3307 | 2026-09-11T00:20:18.273Z | Compiling lru v0.12.5 |
| 3308 | 2026-09-11T00:20:18.328Z | Compiling digest-io v0.1.0 |
| 3309 | 2026-09-11T00:20:18.361Z | Compiling prefix-trie v0.7.0 |
| 3310 | 2026-09-11T00:20:18.502Z | Compiling diesel-dtrace v0.5.0 |
| 3311 | 2026-09-11T00:20:18.578Z | Compiling async-bb8-diesel v0.2.1 |
| 3312 | 2026-09-11T00:20:18.747Z | Compiling rand_seeder v0.4.0 |
| 3313 | 2026-09-11T00:20:18.841Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 3314 | 2026-09-11T00:20:18.865Z | Compiling cassowary v0.3.0 |
| 3315 | 2026-09-11T00:20:18.872Z | Compiling rawzip v0.4.4 |
| 3316 | 2026-09-11T00:20:18.977Z | Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920) |
| 3317 | 2026-09-11T00:20:19.003Z | Compiling num-primitive v0.2.1 |
| 3318 | 2026-09-11T00:20:19.363Z | Compiling ratatui v0.29.0 |
| 3319 | 2026-09-11T00:20:19.476Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3320 | 2026-09-11T00:20:19.657Z | Compiling dsi-bitstream v0.10.1 |
| 3321 | 2026-09-11T00:20:19.662Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3322 | 2026-09-11T00:20:19.755Z | Compiling progenitor v0.13.0 |
| 3323 | 2026-09-11T00:20:19.914Z | Compiling hickory-server v0.25.2 |
| 3324 | 2026-09-11T00:20:19.989Z | Compiling ssh-key v0.6.7 |
| 3325 | 2026-09-11T00:20:20.350Z | Compiling tokio-tungstenite v0.28.0 |
| 3326 | 2026-09-11T00:20:20.722Z | Compiling camino-tempfile-ext v0.3.3 |
| 3327 | 2026-09-11T00:20:21.215Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 3328 | 2026-09-11T00:20:21.775Z | Compiling sled v0.34.7 |
| 3329 | 2026-09-11T00:20:22.122Z | Compiling darling v0.13.4 |
| 3330 | 2026-09-11T00:20:22.212Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3331 | 2026-09-11T00:20:23.157Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3332 | 2026-09-11T00:20:23.182Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3333 | 2026-09-11T00:20:23.210Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3334 | 2026-09-11T00:20:23.526Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3335 | 2026-09-11T00:20:23.763Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3336 | 2026-09-11T00:20:24.009Z | Compiling http-range-header v0.4.2 |
| 3337 | 2026-09-11T00:20:24.058Z | Compiling bytesize v2.7.0 |
| 3338 | 2026-09-11T00:20:24.279Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3339 | 2026-09-11T00:20:24.401Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3340 | 2026-09-11T00:20:24.447Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3341 | 2026-09-11T00:20:24.522Z | Compiling serde_with_macros v1.5.2 |
| 3342 | 2026-09-11T00:20:25.233Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3343 | 2026-09-11T00:20:25.428Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3344 | 2026-09-11T00:20:25.638Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3345 | 2026-09-11T00:20:25.707Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3346 | 2026-09-11T00:20:25.769Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3347 | 2026-09-11T00:20:25.889Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3348 | 2026-09-11T00:20:25.963Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3349 | 2026-09-11T00:20:26.024Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3350 | 2026-09-11T00:20:26.140Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3351 | 2026-09-11T00:20:26.215Z | Compiling arc-swap v1.8.2 |
| 3352 | 2026-09-11T00:20:26.278Z | Compiling void v1.0.2 |
| 3353 | 2026-09-11T00:20:26.417Z | Compiling lzss v0.8.2 |
| 3354 | 2026-09-11T00:20:26.494Z | Compiling slog-scope v4.4.1 |
| 3355 | 2026-09-11T00:20:26.521Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 3356 | 2026-09-11T00:20:26.678Z | Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920) |
| 3357 | 2026-09-11T00:20:26.706Z | Compiling serde_with v1.14.0 |
| 3358 | 2026-09-11T00:20:26.709Z | Compiling scuffle v0.1.0 |
| 3359 | 2026-09-11T00:20:26.755Z | Compiling tungstenite v0.23.0 |
| 3360 | 2026-09-11T00:20:26.836Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3361 | 2026-09-11T00:20:27.892Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3362 | 2026-09-11T00:20:27.918Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3363 | 2026-09-11T00:20:28.039Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3364 | 2026-09-11T00:20:28.166Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3365 | 2026-09-11T00:20:28.203Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3366 | 2026-09-11T00:20:28.226Z | Compiling libsw-core v0.3.2 |
| 3367 | 2026-09-11T00:20:28.299Z | Compiling nix v0.27.1 |
| 3368 | 2026-09-11T00:20:28.325Z | Compiling twox-hash v2.1.2 |
| 3369 | 2026-09-11T00:20:28.405Z | Compiling serde_bytes v0.11.19 |
| 3370 | 2026-09-11T00:20:28.477Z | Compiling pwd v1.4.0 |
| 3371 | 2026-09-11T00:20:28.487Z | Compiling lru v0.18.3 |
| 3372 | 2026-09-11T00:20:28.680Z | Compiling atty v0.2.14 |
| 3373 | 2026-09-11T00:20:28.686Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3374 | 2026-09-11T00:20:28.731Z | Compiling libsw v3.5.0 |
| 3375 | 2026-09-11T00:20:28.818Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3376 | 2026-09-11T00:20:28.835Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3377 | 2026-09-11T00:20:28.839Z | Compiling tokio-tungstenite v0.23.1 |
| 3378 | 2026-09-11T00:20:28.839Z | Compiling slog-stdlog v4.1.1 |
| 3379 | 2026-09-11T00:20:28.861Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3380 | 2026-09-11T00:20:28.943Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 3381 | 2026-09-11T00:20:29.179Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3382 | 2026-09-11T00:20:29.209Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3383 | 2026-09-11T00:20:29.223Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3384 | 2026-09-11T00:20:29.303Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3385 | 2026-09-11T00:20:29.311Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3386 | 2026-09-11T00:20:31.410Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3387 | 2026-09-11T00:20:32.368Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3388 | 2026-09-11T00:20:33.469Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3389 | 2026-09-11T00:20:33.859Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3390 | 2026-09-11T00:20:33.979Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3391 | 2026-09-11T00:20:34.080Z | Compiling git2 v0.20.4 |
| 3392 | 2026-09-11T00:20:34.183Z | Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920) |
| 3393 | 2026-09-11T00:20:34.940Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3394 | 2026-09-11T00:20:34.993Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3395 | 2026-09-11T00:20:39.960Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3396 | 2026-09-11T00:20:40.075Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3397 | 2026-09-11T00:20:40.075Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3398 | 2026-09-11T00:20:40.076Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3399 | 2026-09-11T00:20:40.076Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3400 | 2026-09-11T00:20:40.076Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3401 | 2026-09-11T00:20:40.076Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3402 | 2026-09-11T00:20:40.076Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3403 | 2026-09-11T00:20:40.228Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3404 | 2026-09-11T00:20:40.513Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3405 | 2026-09-11T00:20:41.079Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3406 | 2026-09-11T00:20:41.089Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3407 | 2026-09-11T00:20:41.869Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3408 | 2026-09-11T00:20:42.636Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3409 | 2026-09-11T00:20:43.137Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3410 | 2026-09-11T00:20:43.220Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3411 | 2026-09-11T00:20:43.346Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3412 | 2026-09-11T00:20:43.380Z | Compiling signal-hook-tokio v0.3.1 |
| 3413 | 2026-09-11T00:20:43.579Z | Compiling fatfs v0.3.6 |
| 3414 | 2026-09-11T00:20:43.781Z | Compiling yasna v0.5.2 |
| 3415 | 2026-09-11T00:20:43.895Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3416 | 2026-09-11T00:20:44.051Z | Compiling console v0.16.2 |
| 3417 | 2026-09-11T00:20:44.547Z | Compiling assert_matches v1.5.0 |
| 3418 | 2026-09-11T00:20:44.677Z | Compiling indicatif v0.18.4 |
| 3419 | 2026-09-11T00:20:44.826Z | Compiling rcgen v0.12.1 |
| 3420 | 2026-09-11T00:20:44.837Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3421 | 2026-09-11T00:20:46.152Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3422 | 2026-09-11T00:20:46.255Z | Compiling slog-envlogger v2.2.0 |
| 3423 | 2026-09-11T00:20:46.279Z | Compiling oxide-update-engine-display v0.1.2 |
| 3424 | 2026-09-11T00:20:46.926Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3425 | 2026-09-11T00:20:47.010Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3426 | 2026-09-11T00:20:47.082Z | Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy) |
| 3427 | 2026-09-11T00:20:47.337Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3428 | 2026-09-11T00:20:47.569Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3429 | 2026-09-11T00:20:47.616Z | Compiling port-file v0.1.0 |
| 3430 | 2026-09-11T00:20:47.655Z | Compiling rtoolbox v0.0.3 |
| 3431 | 2026-09-11T00:20:47.791Z | Compiling subprocess v0.2.15 |
| 3432 | 2026-09-11T00:20:47.852Z | Compiling rpassword v7.5.4 |
| 3433 | 2026-09-11T00:20:47.921Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3434 | 2026-09-11T00:20:48.269Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3435 | 2026-09-11T00:20:48.618Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3436 | 2026-09-11T00:20:48.770Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3437 | 2026-09-11T00:20:48.896Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3438 | 2026-09-11T00:20:48.985Z | Compiling tui-tree-widget v0.23.1 |
| 3439 | 2026-09-11T00:20:49.272Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3440 | 2026-09-11T00:20:49.830Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3441 | 2026-09-11T00:20:50.404Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3442 | 2026-09-11T00:20:51.723Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3443 | 2026-09-11T00:20:51.747Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3444 | 2026-09-11T00:20:51.992Z | Compiling uzers v0.12.2 |
| 3445 | 2026-09-11T00:20:52.276Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3446 | 2026-09-11T00:20:52.412Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3447 | 2026-09-11T00:20:52.810Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3448 | 2026-09-11T00:20:52.838Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3449 | 2026-09-11T00:20:53.492Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3450 | 2026-09-11T00:20:54.912Z | Compiling support-bundle-viewer v0.1.2 |
| 3451 | 2026-09-11T00:20:54.937Z | Compiling multimap v0.10.1 |
| 3452 | 2026-09-11T00:20:59.999Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3453 | 2026-09-11T00:21:02.738Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3454 | 2026-09-11T00:21:14.099Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3455 | 2026-09-11T00:21:38.136Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3456 | 2026-09-11T00:29:43.667Z | Finished `release` profile [optimized] target(s) in 10m 28s |
| 3457 | 2026-09-11T00:29:43.670Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3458 | 2026-09-11T00:29:43.670Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3459 | 2026-09-11T00:30:18.187Z | |
| 3460 | 2026-09-11T00:30:18.187Z | real 11:03.734012656 |
| 3461 | 2026-09-11T00:30:18.187Z | user 2:07:55.659035486 |
| 3462 | 2026-09-11T00:30:18.190Z | sys 4:44.224088590 |
| 3463 | 2026-09-11T00:30:18.190Z | trap 3.273342365 |
| 3464 | 2026-09-11T00:30:18.190Z | tflt 0.840502102 |
| 3465 | 2026-09-11T00:30:18.190Z | dflt 10.053254365 |
| 3466 | 2026-09-11T00:30:18.190Z | kflt 0.007553543 |
| 3467 | 2026-09-11T00:30:18.190Z | lock 8:29:42.585432854 |
| 3468 | 2026-09-11T00:30:18.190Z | slp 3:13:26.682376379 |
| 3469 | 2026-09-11T00:30:18.191Z | lat 2:58.736515401 |
| 3470 | 2026-09-11T00:30:18.191Z | stop 8:51.918735649 |
| 3471 | 2026-09-11T00:30:18.191Z | + mapfile -t packages |
| 3472 | 2026-09-11T00:30:18.191Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3473 | 2026-09-11T00:30:19.215Z | Finished `release` profile [optimized] target(s) in 1.01s |
| 3474 | 2026-09-11T00:30:19.218Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3475 | 2026-09-11T00:30:19.218Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3476 | 2026-09-11T00:30:19.275Z | Running `target/release/omicron-package -t test list-outputs` |
| 3477 | 2026-09-11T00:30:19.336Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3478 | 2026-09-11T00:30:19.339Z | + ptime -m cargo build --locked --release -p xtask |
| 3479 | 2026-09-11T00:30:19.842Z | Compiling libc v0.2.185 |
| 3480 | 2026-09-11T00:30:19.842Z | Compiling serde_core v1.0.228 |
| 3481 | 2026-09-11T00:30:19.842Z | Compiling serde v1.0.228 |
| 3482 | 2026-09-11T00:30:19.845Z | Compiling rustix v1.1.4 |
| 3483 | 2026-09-11T00:30:19.845Z | Compiling serde_json v1.0.151 |
| 3484 | 2026-09-11T00:30:19.966Z | Compiling bitflags v2.11.0 |
| 3485 | 2026-09-11T00:30:20.004Z | Compiling usdt-impl v0.5.0 |
| 3486 | 2026-09-11T00:30:20.007Z | Compiling syn v2.0.117 |
| 3487 | 2026-09-11T00:30:20.026Z | Compiling syn v1.0.109 |
| 3488 | 2026-09-11T00:30:20.037Z | Compiling hashbrown v0.17.0 |
| 3489 | 2026-09-11T00:30:20.049Z | Compiling getrandom v0.4.3 |
| 3490 | 2026-09-11T00:30:20.052Z | Compiling log v0.4.33 |
| 3491 | 2026-09-11T00:30:20.076Z | Compiling fs-err v3.3.0 |
| 3492 | 2026-09-11T00:30:20.315Z | Compiling heck v0.4.1 |
| 3493 | 2026-09-11T00:30:20.370Z | Compiling once_cell v1.21.3 |
| 3494 | 2026-09-11T00:30:20.382Z | Compiling anyhow v1.0.104 |
| 3495 | 2026-09-11T00:30:20.652Z | Compiling indexmap v2.14.0 |
| 3496 | 2026-09-11T00:30:20.765Z | Compiling thread-id v4.2.2 |
| 3497 | 2026-09-11T00:30:20.796Z | Compiling errno v0.3.14 |
| 3498 | 2026-09-11T00:30:20.802Z | Compiling memmap v0.7.0 |
| 3499 | 2026-09-11T00:30:21.530Z | Compiling proc-macro-error v1.0.4 |
| 3500 | 2026-09-11T00:30:21.780Z | Compiling terminal_size v0.4.3 |
| 3501 | 2026-09-11T00:30:21.780Z | Compiling tempfile v3.27.0 |
| 3502 | 2026-09-11T00:30:21.804Z | Compiling tabled_derive v0.7.0 |
| 3503 | 2026-09-11T00:30:21.877Z | Compiling clap_builder v4.6.0 |
| 3504 | 2026-09-11T00:30:21.877Z | Compiling textwrap v0.16.2 |
| 3505 | 2026-09-11T00:30:22.167Z | Compiling pest_generator v2.8.6 |
| 3506 | 2026-09-11T00:30:22.205Z | Compiling camino v1.2.5 |
| 3507 | 2026-09-11T00:30:22.256Z | Compiling semver v1.0.28 |
| 3508 | 2026-09-11T00:30:22.266Z | Compiling cargo-platform v0.3.2 |
| 3509 | 2026-09-11T00:30:22.495Z | Compiling tabled v0.15.0 |
| 3510 | 2026-09-11T00:30:22.511Z | Compiling camino-tempfile v1.4.1 |
| 3511 | 2026-09-11T00:30:22.643Z | Compiling serde_derive v1.0.228 |
| 3512 | 2026-09-11T00:30:22.643Z | Compiling thiserror-impl v1.0.69 |
| 3513 | 2026-09-11T00:30:22.648Z | Compiling zerocopy-derive v0.7.35 |
| 3514 | 2026-09-11T00:30:22.648Z | Compiling scroll_derive v0.12.1 |
| 3515 | 2026-09-11T00:30:22.648Z | Compiling thiserror-impl v2.0.18 |
| 3516 | 2026-09-11T00:30:22.648Z | Compiling clap_derive v4.6.1 |
| 3517 | 2026-09-11T00:30:22.711Z | Compiling pest_derive v2.8.6 |
| 3518 | 2026-09-11T00:30:23.359Z | Compiling scroll v0.12.0 |
| 3519 | 2026-09-11T00:30:23.520Z | Compiling zerocopy v0.7.35 |
| 3520 | 2026-09-11T00:30:23.615Z | Compiling goblin v0.8.2 |
| 3521 | 2026-09-11T00:30:23.803Z | Compiling thiserror v1.0.69 |
| 3522 | 2026-09-11T00:30:23.891Z | Compiling thiserror v2.0.18 |
| 3523 | 2026-09-11T00:30:23.902Z | Compiling dtrace-parser v0.2.0 |
| 3524 | 2026-09-11T00:30:24.061Z | Compiling clap v4.6.1 |
| 3525 | 2026-09-11T00:30:25.258Z | Compiling dof v0.3.0 |
| 3526 | 2026-09-11T00:30:25.258Z | Compiling serde_tokenstream v0.2.3 |
| 3527 | 2026-09-11T00:30:25.304Z | Compiling toml_datetime v0.6.11 |
| 3528 | 2026-09-11T00:30:25.304Z | Compiling serde_spanned v0.6.9 |
| 3529 | 2026-09-11T00:30:25.307Z | Compiling macaddr v1.0.1 |
| 3530 | 2026-09-11T00:30:25.307Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3531 | 2026-09-11T00:30:25.307Z | Compiling cargo_metadata v0.23.1 |
| 3532 | 2026-09-11T00:30:25.504Z | Compiling toml_edit v0.22.27 |
| 3533 | 2026-09-11T00:30:25.882Z | Compiling usdt-macro v0.5.0 |
| 3534 | 2026-09-11T00:30:25.884Z | Compiling usdt-attr-macro v0.5.0 |
| 3535 | 2026-09-11T00:30:26.720Z | Compiling usdt v0.5.0 |
| 3536 | 2026-09-11T00:30:26.963Z | Compiling toml v0.8.23 |
| 3537 | 2026-09-11T00:30:27.392Z | Compiling cargo_toml v0.21.0 |
| 3538 | 2026-09-11T00:30:29.617Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3539 | 2026-09-11T00:30:35.507Z | Finished `release` profile [optimized] target(s) in 16.15s |
| 3540 | 2026-09-11T00:30:35.652Z | |
| 3541 | 2026-09-11T00:30:35.652Z | real 16.273258839 |
| 3542 | 2026-09-11T00:30:35.652Z | user 1:56.188234713 |
| 3543 | 2026-09-11T00:30:35.652Z | sys 14.513146085 |
| 3544 | 2026-09-11T00:30:35.652Z | trap 0.051310593 |
| 3545 | 2026-09-11T00:30:35.652Z | tflt 0.785941840 |
| 3546 | 2026-09-11T00:30:35.652Z | dflt 1.796815714 |
| 3547 | 2026-09-11T00:30:35.656Z | kflt 0.000096770 |
| 3548 | 2026-09-11T00:30:35.656Z | lock 3:50.289036954 |
| 3549 | 2026-09-11T00:30:35.656Z | slp 2:14.066847632 |
| 3550 | 2026-09-11T00:30:35.656Z | lat 2.444779503 |
| 3551 | 2026-09-11T00:30:35.656Z | stop 16.631712040 |
| 3552 | 2026-09-11T00:30:35.656Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3553 | 2026-09-11T00:30:35.656Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3554 | 2026-09-11T00:30:35.656Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3555 | 2026-09-11T00:30:35.656Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3556 | 2026-09-11T00:30:35.656Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3557 | 2026-09-11T00:30:36.653Z | Compiling match_cfg v0.1.0 |
| 3558 | 2026-09-11T00:30:36.654Z | Compiling progenitor-client v0.14.0 |
| 3559 | 2026-09-11T00:30:36.657Z | Compiling slog-json v2.6.1 |
| 3560 | 2026-09-11T00:30:36.657Z | Compiling sha1 v0.11.0 |
| 3561 | 2026-09-11T00:30:36.657Z | Compiling async-stream-impl v0.3.6 |
| 3562 | 2026-09-11T00:30:36.657Z | Compiling serde_spanned v1.1.1 |
| 3563 | 2026-09-11T00:30:36.657Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3564 | 2026-09-11T00:30:36.657Z | Compiling multer v3.1.0 |
| 3565 | 2026-09-11T00:30:36.657Z | Compiling compression-core v0.4.31 |
| 3566 | 2026-09-11T00:30:36.804Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3567 | 2026-09-11T00:30:36.877Z | Compiling debug-ignore v1.0.5 |
| 3568 | 2026-09-11T00:30:36.877Z | Compiling newtype-uuid-macros v0.1.0 |
| 3569 | 2026-09-11T00:30:36.877Z | Compiling dropshot v0.17.1 |
| 3570 | 2026-09-11T00:30:36.877Z | Compiling waitgroup v0.1.2 |
| 3571 | 2026-09-11T00:30:36.877Z | Compiling rustls-pemfile v2.2.0 |
| 3572 | 2026-09-11T00:30:36.877Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3573 | 2026-09-11T00:30:37.024Z | Compiling compression-codecs v0.4.37 |
| 3574 | 2026-09-11T00:30:37.076Z | Compiling dropshot_endpoint v0.17.1 |
| 3575 | 2026-09-11T00:30:37.127Z | Compiling hostname v0.4.2 |
| 3576 | 2026-09-11T00:30:37.130Z | Compiling serde_path_to_error v0.1.20 |
| 3577 | 2026-09-11T00:30:37.148Z | Compiling atomicwrites v0.4.4 |
| 3578 | 2026-09-11T00:30:37.166Z | Compiling macaddr v1.0.1 |
| 3579 | 2026-09-11T00:30:37.218Z | Compiling hostname v0.3.1 |
| 3580 | 2026-09-11T00:30:37.221Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3581 | 2026-09-11T00:30:37.221Z | Compiling async-compression v0.4.41 |
| 3582 | 2026-09-11T00:30:37.221Z | Compiling serde_tokenstream v0.3.0 |
| 3583 | 2026-09-11T00:30:37.311Z | Compiling oxide-generation v0.1.3 |
| 3584 | 2026-09-11T00:30:37.315Z | Compiling instant v0.1.13 |
| 3585 | 2026-09-11T00:30:37.315Z | Compiling itertools v0.14.0 |
| 3586 | 2026-09-11T00:30:37.350Z | Compiling slog-bunyan v2.5.0 |
| 3587 | 2026-09-11T00:30:37.411Z | Compiling parse-display-derive v0.10.0 |
| 3588 | 2026-09-11T00:30:37.446Z | Compiling regress v0.10.5 |
| 3589 | 2026-09-11T00:30:37.450Z | Compiling backon v1.6.0 |
| 3590 | 2026-09-11T00:30:37.482Z | Compiling backoff v0.4.0 |
| 3591 | 2026-09-11T00:30:37.532Z | Compiling humantime v2.3.0 |
| 3592 | 2026-09-11T00:30:37.556Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3593 | 2026-09-11T00:30:37.578Z | Compiling inout v0.1.4 |
| 3594 | 2026-09-11T00:30:37.599Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3595 | 2026-09-11T00:30:37.620Z | Compiling oxide-generation-macros v0.2.0 |
| 3596 | 2026-09-11T00:30:37.637Z | Compiling crucible-workspace-hack v0.1.0 |
| 3597 | 2026-09-11T00:30:37.679Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3598 | 2026-09-11T00:30:37.683Z | Compiling async-stream v0.3.6 |
| 3599 | 2026-09-11T00:30:37.714Z | Compiling progenitor-extras v0.2.0 |
| 3600 | 2026-09-11T00:30:37.736Z | Compiling cipher v0.4.4 |
| 3601 | 2026-09-11T00:30:37.770Z | Compiling convert_case v0.4.0 |
| 3602 | 2026-09-11T00:30:37.817Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3603 | 2026-09-11T00:30:37.838Z | Compiling secrecy v0.10.3 |
| 3604 | 2026-09-11T00:30:37.890Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3605 | 2026-09-11T00:30:37.925Z | Compiling regress v0.11.1 |
| 3606 | 2026-09-11T00:30:37.980Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3607 | 2026-09-11T00:30:37.999Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3608 | 2026-09-11T00:30:38.019Z | Compiling universal-hash v0.5.1 |
| 3609 | 2026-09-11T00:30:38.037Z | Compiling opaque-debug v0.3.1 |
| 3610 | 2026-09-11T00:30:38.067Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3611 | 2026-09-11T00:30:38.128Z | Compiling chacha20 v0.9.1 |
| 3612 | 2026-09-11T00:30:38.162Z | Compiling derive_more v0.99.20 |
| 3613 | 2026-09-11T00:30:38.180Z | Compiling poly1305 v0.8.0 |
| 3614 | 2026-09-11T00:30:38.198Z | Compiling blake2 v0.10.6 |
| 3615 | 2026-09-11T00:30:38.257Z | Compiling aead v0.5.2 |
| 3616 | 2026-09-11T00:30:38.374Z | Compiling password-hash v0.5.0 |
| 3617 | 2026-09-11T00:30:38.430Z | Compiling indent_write v2.2.0 |
| 3618 | 2026-09-11T00:30:38.446Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3619 | 2026-09-11T00:30:38.491Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3620 | 2026-09-11T00:30:38.541Z | Compiling chacha20poly1305 v0.10.1 |
| 3621 | 2026-09-11T00:30:38.592Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3622 | 2026-09-11T00:30:38.666Z | Compiling argon2 v0.5.3 |
| 3623 | 2026-09-11T00:30:38.686Z | Compiling unsafe-libyaml v0.2.11 |
| 3624 | 2026-09-11T00:30:38.726Z | Compiling num-derive v0.4.2 |
| 3625 | 2026-09-11T00:30:38.744Z | Compiling heapless v0.8.0 |
| 3626 | 2026-09-11T00:30:38.785Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3627 | 2026-09-11T00:30:38.807Z | Compiling ingot-macros v0.2.0 |
| 3628 | 2026-09-11T00:30:38.872Z | Compiling tabwriter v1.4.1 |
| 3629 | 2026-09-11T00:30:38.947Z | Compiling hash32 v0.3.1 |
| 3630 | 2026-09-11T00:30:39.095Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3631 | 2026-09-11T00:30:39.152Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3632 | 2026-09-11T00:30:39.204Z | Compiling parse-display v0.10.0 |
| 3633 | 2026-09-11T00:30:39.272Z | Compiling thiserror-no-std v2.0.2 |
| 3634 | 2026-09-11T00:30:39.364Z | Compiling vsss-rs v3.3.4 |
| 3635 | 2026-09-11T00:30:39.391Z | Compiling proc-macro-crate v3.4.0 |
| 3636 | 2026-09-11T00:30:39.431Z | Compiling serde_yaml v0.9.34+deprecated |
| 3637 | 2026-09-11T00:30:39.448Z | Compiling smoltcp v0.11.0 |
| 3638 | 2026-09-11T00:30:39.559Z | Compiling typify-impl v0.6.2 |
| 3639 | 2026-09-11T00:30:39.748Z | Compiling cobs v0.3.0 |
| 3640 | 2026-09-11T00:30:39.872Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3641 | 2026-09-11T00:30:39.890Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3642 | 2026-09-11T00:30:39.908Z | Compiling colored v3.1.1 |
| 3643 | 2026-09-11T00:30:39.980Z | Compiling num_enum_derive v0.7.6 |
| 3644 | 2026-09-11T00:30:40.016Z | Compiling postcard v1.1.3 |
| 3645 | 2026-09-11T00:30:40.148Z | Compiling proc-macro-error v1.0.4 |
| 3646 | 2026-09-11T00:30:40.170Z | Compiling proc-macro-crate v1.3.1 |
| 3647 | 2026-09-11T00:30:40.245Z | Compiling foreign-types-macros v0.2.3 |
| 3648 | 2026-09-11T00:30:40.319Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3649 | 2026-09-11T00:30:40.396Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3650 | 2026-09-11T00:30:40.489Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3651 | 2026-09-11T00:30:40.619Z | Compiling foreign-types-shared v0.3.1 |
| 3652 | 2026-09-11T00:30:40.638Z | Compiling rayon-core v1.13.0 |
| 3653 | 2026-09-11T00:30:40.657Z | Compiling num_enum_derive v0.5.11 |
| 3654 | 2026-09-11T00:30:40.816Z | Compiling crossbeam-deque v0.8.6 |
| 3655 | 2026-09-11T00:30:40.887Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3656 | 2026-09-11T00:30:40.925Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3657 | 2026-09-11T00:30:40.928Z | Compiling foreign-types v0.5.0 |
| 3658 | 2026-09-11T00:30:40.928Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3659 | 2026-09-11T00:30:40.959Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3660 | 2026-09-11T00:30:40.992Z | Compiling cstr-argument v0.1.2 |
| 3661 | 2026-09-11T00:30:40.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3662 | 2026-09-11T00:30:41.057Z | Compiling illumos-nvpair v0.3.0 |
| 3663 | 2026-09-11T00:30:41.129Z | Compiling num_enum v0.7.6 |
| 3664 | 2026-09-11T00:30:41.203Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3665 | 2026-09-11T00:30:41.274Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3666 | 2026-09-11T00:30:41.278Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3667 | 2026-09-11T00:30:41.310Z | Compiling zone_cfg_derive v0.3.1 |
| 3668 | 2026-09-11T00:30:41.329Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3669 | 2026-09-11T00:30:41.457Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3670 | 2026-09-11T00:30:41.457Z | Compiling rayon v1.11.0 |
| 3671 | 2026-09-11T00:30:41.494Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3672 | 2026-09-11T00:30:41.515Z | Compiling itertools v0.12.1 |
| 3673 | 2026-09-11T00:30:41.518Z | Compiling sigpipe v0.1.3 |
| 3674 | 2026-09-11T00:30:41.518Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3675 | 2026-09-11T00:30:41.643Z | Compiling glob v0.3.3 |
| 3676 | 2026-09-11T00:30:41.708Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3677 | 2026-09-11T00:30:41.728Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3678 | 2026-09-11T00:30:41.728Z | Compiling smf v0.2.3 |
| 3679 | 2026-09-11T00:30:41.813Z | Compiling num_enum v0.5.11 |
| 3680 | 2026-09-11T00:30:41.816Z | Compiling cpubits v0.1.1 |
| 3681 | 2026-09-11T00:30:41.850Z | Compiling whoami v1.6.1 |
| 3682 | 2026-09-11T00:30:41.866Z | Compiling ingot-types v0.2.0 |
| 3683 | 2026-09-11T00:30:41.936Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3684 | 2026-09-11T00:30:41.961Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3685 | 2026-09-11T00:30:41.979Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3686 | 2026-09-11T00:30:42.038Z | Compiling gethostname v0.5.0 |
| 3687 | 2026-09-11T00:30:42.057Z | Compiling derive-where v1.6.0 |
| 3688 | 2026-09-11T00:30:42.076Z | Compiling usdt-macro v0.5.0 |
| 3689 | 2026-09-11T00:30:42.118Z | Compiling usdt-attr-macro v0.5.0 |
| 3690 | 2026-09-11T00:30:42.173Z | Compiling num-rational v0.4.2 |
| 3691 | 2026-09-11T00:30:42.190Z | Compiling num-complex v0.4.6 |
| 3692 | 2026-09-11T00:30:42.268Z | Compiling ingot v0.2.1 |
| 3693 | 2026-09-11T00:30:42.268Z | Compiling memmap v0.7.0 |
| 3694 | 2026-09-11T00:30:42.318Z | Compiling pem-rfc7468 v1.0.0 |
| 3695 | 2026-09-11T00:30:42.433Z | Compiling float-ord v0.3.2 |
| 3696 | 2026-09-11T00:30:42.501Z | Compiling cancel-safe-futures v0.1.5 |
| 3697 | 2026-09-11T00:30:42.579Z | Compiling num v0.4.3 |
| 3698 | 2026-09-11T00:30:42.614Z | Compiling resolv-conf v0.7.6 |
| 3699 | 2026-09-11T00:30:42.647Z | Compiling universal-hash v0.6.1 |
| 3700 | 2026-09-11T00:30:42.678Z | Compiling zone v0.3.1 |
| 3701 | 2026-09-11T00:30:42.787Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3702 | 2026-09-11T00:30:42.806Z | Compiling linear-map v1.2.0 |
| 3703 | 2026-09-11T00:30:42.844Z | Compiling prettyplease v0.2.37 |
| 3704 | 2026-09-11T00:30:42.907Z | Compiling libefi-sys v0.1.0 |
| 3705 | 2026-09-11T00:30:42.986Z | Compiling polyval v0.7.1 |
| 3706 | 2026-09-11T00:30:43.004Z | Compiling usdt v0.5.0 |
| 3707 | 2026-09-11T00:30:43.025Z | Compiling der v0.8.0 |
| 3708 | 2026-09-11T00:30:43.104Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3709 | 2026-09-11T00:30:43.187Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3710 | 2026-09-11T00:30:43.206Z | Compiling hickory-proto v0.24.4 |
| 3711 | 2026-09-11T00:30:43.222Z | Compiling newline-converter v0.3.0 |
| 3712 | 2026-09-11T00:30:43.254Z | Compiling console v0.15.11 |
| 3713 | 2026-09-11T00:30:43.281Z | Compiling bitfield-struct v0.6.2 |
| 3714 | 2026-09-11T00:30:43.301Z | Compiling linked-hash-map v0.5.6 |
| 3715 | 2026-09-11T00:30:43.450Z | Compiling oxide-update-engine-types v0.1.2 |
| 3716 | 2026-09-11T00:30:43.511Z | Compiling lru-cache v0.1.2 |
| 3717 | 2026-09-11T00:30:43.623Z | Compiling expectorate v1.2.0 |
| 3718 | 2026-09-11T00:30:43.665Z | Compiling ghash v0.6.0 |
| 3719 | 2026-09-11T00:30:43.743Z | Compiling crypto-bigint v0.7.5 |
| 3720 | 2026-09-11T00:30:43.816Z | Compiling aes v0.9.1 |
| 3721 | 2026-09-11T00:30:43.837Z | Compiling pbkdf2 v0.13.0 |
| 3722 | 2026-09-11T00:30:43.860Z | Compiling ctr v0.10.1 |
| 3723 | 2026-09-11T00:30:43.940Z | Compiling aead v0.6.1 |
| 3724 | 2026-09-11T00:30:43.968Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3725 | 2026-09-11T00:30:44.001Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3726 | 2026-09-11T00:30:44.101Z | Compiling nom v8.0.0 |
| 3727 | 2026-09-11T00:30:44.133Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3728 | 2026-09-11T00:30:44.168Z | Compiling typify-macro v0.6.2 |
| 3729 | 2026-09-11T00:30:44.190Z | Compiling semver v0.1.20 |
| 3730 | 2026-09-11T00:30:44.308Z | Compiling aes-gcm v0.11.0 |
| 3731 | 2026-09-11T00:30:44.356Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3732 | 2026-09-11T00:30:44.374Z | Compiling spki v0.8.0 |
| 3733 | 2026-09-11T00:30:44.542Z | Compiling oxide-update-engine v0.1.2 |
| 3734 | 2026-09-11T00:30:44.569Z | Compiling rustc_version v0.1.7 |
| 3735 | 2026-09-11T00:30:44.589Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3736 | 2026-09-11T00:30:44.642Z | Compiling tokio-dtrace v0.1.1 |
| 3737 | 2026-09-11T00:30:44.696Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3738 | 2026-09-11T00:30:44.743Z | Compiling salsa20 v0.11.0 |
| 3739 | 2026-09-11T00:30:44.778Z | Compiling slog-dtrace v0.3.0 |
| 3740 | 2026-09-11T00:30:44.833Z | Compiling xshell-macros v0.2.7 |
| 3741 | 2026-09-11T00:30:44.850Z | Compiling minimal-lexical v0.2.1 |
| 3742 | 2026-09-11T00:30:44.955Z | Compiling scrypt v0.12.0 |
| 3743 | 2026-09-11T00:30:44.994Z | Compiling oxide-tokio-rt v0.1.4 |
| 3744 | 2026-09-11T00:30:45.048Z | Compiling newtype_derive v0.1.6 |
| 3745 | 2026-09-11T00:30:45.090Z | Compiling nom v7.1.3 |
| 3746 | 2026-09-11T00:30:45.107Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3747 | 2026-09-11T00:30:45.149Z | Compiling phf_shared v0.12.1 |
| 3748 | 2026-09-11T00:30:45.180Z | Compiling cbc v0.2.1 |
| 3749 | 2026-09-11T00:30:45.200Z | Compiling csv-core v0.1.13 |
| 3750 | 2026-09-11T00:30:45.278Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3751 | 2026-09-11T00:30:45.297Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3752 | 2026-09-11T00:30:45.300Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3753 | 2026-09-11T00:30:45.334Z | Compiling xshell v0.2.7 |
| 3754 | 2026-09-11T00:30:45.359Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3755 | 2026-09-11T00:30:45.376Z | Compiling highway v1.3.0 |
| 3756 | 2026-09-11T00:30:45.448Z | Compiling hickory-resolver v0.24.4 |
| 3757 | 2026-09-11T00:30:45.490Z | Compiling unicode-xid v0.2.6 |
| 3758 | 2026-09-11T00:30:45.648Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3759 | 2026-09-11T00:30:45.703Z | Compiling chrono-tz v0.10.4 |
| 3760 | 2026-09-11T00:30:45.742Z | Compiling const_format_proc_macros v0.2.34 |
| 3761 | 2026-09-11T00:30:45.784Z | Compiling csv v1.4.0 |
| 3762 | 2026-09-11T00:30:45.878Z | Compiling pkcs5 v0.8.1 |
| 3763 | 2026-09-11T00:30:45.971Z | Compiling phf v0.12.1 |
| 3764 | 2026-09-11T00:30:46.056Z | Compiling typify v0.6.2 |
| 3765 | 2026-09-11T00:30:46.196Z | Compiling progenitor-impl v0.14.0 |
| 3766 | 2026-09-11T00:30:46.218Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3767 | 2026-09-11T00:30:46.371Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3768 | 2026-09-11T00:30:46.488Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3769 | 2026-09-11T00:30:46.527Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3770 | 2026-09-11T00:30:46.545Z | Compiling qorb v0.4.1 |
| 3771 | 2026-09-11T00:30:46.578Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3772 | 2026-09-11T00:30:46.649Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3773 | 2026-09-11T00:30:46.723Z | Compiling utf-8 v0.7.6 |
| 3774 | 2026-09-11T00:30:46.742Z | Compiling const_format v0.2.35 |
| 3775 | 2026-09-11T00:30:46.761Z | Compiling pkcs8 v0.11.0 |
| 3776 | 2026-09-11T00:30:46.938Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3777 | 2026-09-11T00:30:47.094Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3778 | 2026-09-11T00:30:47.176Z | Compiling tabled_derive v0.7.0 |
| 3779 | 2026-09-11T00:30:47.187Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3780 | 2026-09-11T00:30:47.277Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3781 | 2026-09-11T00:30:47.358Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3782 | 2026-09-11T00:30:47.545Z | Compiling bcs v0.1.6 |
| 3783 | 2026-09-11T00:30:47.646Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3784 | 2026-09-11T00:30:47.756Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3785 | 2026-09-11T00:30:47.787Z | Compiling ff v0.14.0 |
| 3786 | 2026-09-11T00:30:47.896Z | Compiling termtree v0.5.1 |
| 3787 | 2026-09-11T00:30:47.970Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3788 | 2026-09-11T00:30:48.087Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3789 | 2026-09-11T00:30:48.215Z | Compiling tabled v0.15.0 |
| 3790 | 2026-09-11T00:30:48.230Z | Compiling steno v0.4.1 |
| 3791 | 2026-09-11T00:30:48.305Z | Compiling group v0.14.0 |
| 3792 | 2026-09-11T00:30:48.316Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3793 | 2026-09-11T00:30:48.363Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3794 | 2026-09-11T00:30:48.387Z | Compiling signature v3.0.0 |
| 3795 | 2026-09-11T00:30:48.517Z | Compiling keccak v0.2.0 |
| 3796 | 2026-09-11T00:30:48.616Z | Compiling tagptr v0.2.0 |
| 3797 | 2026-09-11T00:30:48.630Z | Compiling base16ct v1.0.0 |
| 3798 | 2026-09-11T00:30:48.684Z | Compiling hkdf v0.13.0 |
| 3799 | 2026-09-11T00:30:48.711Z | Compiling parking_lot_core v0.8.6 |
| 3800 | 2026-09-11T00:30:48.732Z | Compiling dashu-int v0.5.1 |
| 3801 | 2026-09-11T00:30:48.803Z | Compiling sec1 v0.8.1 |
| 3802 | 2026-09-11T00:30:48.844Z | Compiling moka v0.12.13 |
| 3803 | 2026-09-11T00:30:48.884Z | Compiling sponge-cursor v0.1.0 |
| 3804 | 2026-09-11T00:30:48.903Z | Compiling wnaf v0.14.0 |
| 3805 | 2026-09-11T00:30:48.943Z | Compiling progenitor-macro v0.14.0 |
| 3806 | 2026-09-11T00:30:49.009Z | Compiling primefield v0.14.0 |
| 3807 | 2026-09-11T00:30:49.051Z | Compiling elliptic-curve v0.14.1 |
| 3808 | 2026-09-11T00:30:49.070Z | Compiling sha3 v0.12.0 |
| 3809 | 2026-09-11T00:30:49.130Z | Compiling tungstenite v0.21.0 |
| 3810 | 2026-09-11T00:30:49.149Z | Compiling rfc6979 v0.6.0 |
| 3811 | 2026-09-11T00:30:49.187Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3812 | 2026-09-11T00:30:49.319Z | Compiling libscf-sys v1.2.0 |
| 3813 | 2026-09-11T00:30:49.383Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3814 | 2026-09-11T00:30:49.488Z | Compiling git-stub v1.0.0 |
| 3815 | 2026-09-11T00:30:49.540Z | Compiling ssh-encoding v0.2.0 |
| 3816 | 2026-09-11T00:30:49.659Z | Compiling hickory-resolver v0.25.2 |
| 3817 | 2026-09-11T00:30:49.682Z | Compiling num-modular v0.6.5 |
| 3818 | 2026-09-11T00:30:49.704Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3819 | 2026-09-11T00:30:49.781Z | Compiling rlimit v0.10.2 |
| 3820 | 2026-09-11T00:30:49.835Z | Compiling dashu-base v0.5.1 |
| 3821 | 2026-09-11T00:30:49.976Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3822 | 2026-09-11T00:30:50.075Z | Compiling ssh-cipher v0.2.0 |
| 3823 | 2026-09-11T00:30:50.093Z | Compiling tokio-tungstenite v0.21.0 |
| 3824 | 2026-09-11T00:30:50.170Z | Compiling git-stub-vcs v0.1.0 |
| 3825 | 2026-09-11T00:30:50.190Z | Compiling primeorder v0.14.0 |
| 3826 | 2026-09-11T00:30:50.416Z | Compiling ecdsa v0.17.0 |
| 3827 | 2026-09-11T00:30:50.460Z | Compiling tungstenite v0.28.0 |
| 3828 | 2026-09-11T00:30:50.569Z | Compiling papergrid v0.18.0 |
| 3829 | 2026-09-11T00:30:50.624Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3830 | 2026-09-11T00:30:50.662Z | Compiling p256 v0.13.2 |
| 3831 | 2026-09-11T00:30:50.774Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3832 | 2026-09-11T00:30:50.829Z | Compiling curve25519-dalek v5.0.0 |
| 3833 | 2026-09-11T00:30:50.873Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 3834 | 2026-09-11T00:30:50.924Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3835 | 2026-09-11T00:30:51.081Z | Compiling unicase v2.9.0 |
| 3836 | 2026-09-11T00:30:51.176Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3837 | 2026-09-11T00:30:51.298Z | Compiling num-primitive v0.2.1 |
| 3838 | 2026-09-11T00:30:51.317Z | Compiling object v0.39.1 |
| 3839 | 2026-09-11T00:30:51.317Z | Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920) |
| 3840 | 2026-09-11T00:30:51.439Z | Compiling mime_guess v2.0.5 |
| 3841 | 2026-09-11T00:30:51.561Z | Compiling tabled v0.21.0 |
| 3842 | 2026-09-11T00:30:51.627Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3843 | 2026-09-11T00:30:51.730Z | Compiling tokio-tungstenite v0.28.0 |
| 3844 | 2026-09-11T00:30:51.730Z | Compiling ssh-key v0.6.7 |
| 3845 | 2026-09-11T00:30:51.776Z | Compiling parking_lot v0.11.2 |
| 3846 | 2026-09-11T00:30:51.801Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3847 | 2026-09-11T00:30:51.906Z | Compiling dsi-bitstream v0.10.1 |
| 3848 | 2026-09-11T00:30:52.052Z | Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 3849 | 2026-09-11T00:30:52.187Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3850 | 2026-09-11T00:30:52.300Z | Compiling ssh-encoding v0.3.0 |
| 3851 | 2026-09-11T00:30:52.318Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3852 | 2026-09-11T00:30:52.340Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3853 | 2026-09-11T00:30:52.476Z | Compiling prefix-trie v0.7.0 |
| 3854 | 2026-09-11T00:30:52.577Z | Compiling fxhash v0.2.1 |
| 3855 | 2026-09-11T00:30:52.596Z | Compiling bytesize v2.7.0 |
| 3856 | 2026-09-11T00:30:52.661Z | Compiling http-range-header v0.4.2 |
| 3857 | 2026-09-11T00:30:52.737Z | Compiling sled v0.34.7 |
| 3858 | 2026-09-11T00:30:52.852Z | Compiling hickory-server v0.25.2 |
| 3859 | 2026-09-11T00:30:52.916Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3860 | 2026-09-11T00:30:52.919Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3861 | 2026-09-11T00:30:53.021Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3862 | 2026-09-11T00:30:53.436Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3863 | 2026-09-11T00:30:53.856Z | Compiling ed25519 v3.0.0 |
| 3864 | 2026-09-11T00:30:54.105Z | Compiling crypto-primes v0.7.2 |
| 3865 | 2026-09-11T00:30:54.203Z | Compiling progenitor v0.14.0 |
| 3866 | 2026-09-11T00:30:54.272Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3867 | 2026-09-11T00:30:54.328Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3868 | 2026-09-11T00:30:54.433Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3869 | 2026-09-11T00:30:54.752Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3870 | 2026-09-11T00:30:54.797Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3871 | 2026-09-11T00:30:54.972Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3872 | 2026-09-11T00:30:55.026Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3873 | 2026-09-11T00:30:55.058Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3874 | 2026-09-11T00:30:55.077Z | Compiling poly1305 v0.9.0 |
| 3875 | 2026-09-11T00:30:55.163Z | Compiling blowfish v0.10.0 |
| 3876 | 2026-09-11T00:30:55.314Z | Compiling blake2 v0.11.0-rc.6 |
| 3877 | 2026-09-11T00:30:55.333Z | Compiling seq-macro v0.3.6 |
| 3878 | 2026-09-11T00:30:55.446Z | Compiling path-slash v0.2.1 |
| 3879 | 2026-09-11T00:30:55.585Z | Compiling half v1.8.3 |
| 3880 | 2026-09-11T00:30:55.648Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3881 | 2026-09-11T00:30:55.734Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3882 | 2026-09-11T00:30:55.890Z | Compiling http-range v0.1.5 |
| 3883 | 2026-09-11T00:30:55.890Z | Compiling crc8 v0.1.1 |
| 3884 | 2026-09-11T00:30:55.923Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3885 | 2026-09-11T00:30:55.951Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3886 | 2026-09-11T00:30:56.058Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3887 | 2026-09-11T00:30:56.107Z | Compiling serde_cbor v0.11.2 |
| 3888 | 2026-09-11T00:30:56.337Z | Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d) |
| 3889 | 2026-09-11T00:30:56.556Z | Compiling argon2 v0.6.0-rc.8 |
| 3890 | 2026-09-11T00:30:56.705Z | Compiling ssh-cipher v0.3.0 |
| 3891 | 2026-09-11T00:30:56.747Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3892 | 2026-09-11T00:30:57.091Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3893 | 2026-09-11T00:30:57.305Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3894 | 2026-09-11T00:30:57.345Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3895 | 2026-09-11T00:30:57.401Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3) |
| 3896 | 2026-09-11T00:30:57.531Z | Compiling rsa v0.10.0-rc.18 |
| 3897 | 2026-09-11T00:30:57.679Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3898 | 2026-09-11T00:30:57.697Z | Compiling ed25519-dalek v3.0.0 |
| 3899 | 2026-09-11T00:30:58.243Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3900 | 2026-09-11T00:30:58.476Z | Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920) |
| 3901 | 2026-09-11T00:30:58.605Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3902 | 2026-09-11T00:30:58.930Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3903 | 2026-09-11T00:30:58.955Z | Compiling p256 v0.14.0 |
| 3904 | 2026-09-11T00:30:59.271Z | Compiling p384 v0.14.0 |
| 3905 | 2026-09-11T00:30:59.330Z | Compiling p521 v0.14.0 |
| 3906 | 2026-09-11T00:30:59.730Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3907 | 2026-09-11T00:30:59.787Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3908 | 2026-09-11T00:30:59.908Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3909 | 2026-09-11T00:31:00.180Z | Compiling scuffle v0.1.0 |
| 3910 | 2026-09-11T00:31:00.308Z | Compiling sha3 v0.11.0 |
| 3911 | 2026-09-11T00:31:00.790Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3912 | 2026-09-11T00:31:00.855Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3913 | 2026-09-11T00:31:00.944Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3914 | 2026-09-11T00:31:01.147Z | Compiling yasna v0.5.2 |
| 3915 | 2026-09-11T00:31:01.335Z | Compiling headers-core v0.3.0 |
| 3916 | 2026-09-11T00:31:01.415Z | Compiling kstat-rs v0.2.5 |
| 3917 | 2026-09-11T00:31:01.486Z | Compiling pwd v1.4.0 |
| 3918 | 2026-09-11T00:31:01.557Z | Compiling kem v0.3.0 |
| 3919 | 2026-09-11T00:31:01.636Z | Compiling module-lattice v0.2.3 |
| 3920 | 2026-09-11T00:31:01.656Z | Compiling lru v0.18.3 |
| 3921 | 2026-09-11T00:31:01.675Z | Compiling nanorand v0.7.0 |
| 3922 | 2026-09-11T00:31:01.704Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3923 | 2026-09-11T00:31:01.722Z | Compiling rcgen v0.12.1 |
| 3924 | 2026-09-11T00:31:01.742Z | Compiling headers v0.4.1 |
| 3925 | 2026-09-11T00:31:01.763Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3926 | 2026-09-11T00:31:01.851Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3927 | 2026-09-11T00:31:01.874Z | Compiling ml-kem v0.3.2 |
| 3928 | 2026-09-11T00:31:01.914Z | Compiling flume v0.11.1 |
| 3929 | 2026-09-11T00:31:01.974Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3930 | 2026-09-11T00:31:01.996Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3931 | 2026-09-11T00:31:02.252Z | Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=4254c920049959270864c5c97ef4b23d79ea46e1#4254c920) |
| 3932 | 2026-09-11T00:31:02.299Z | Compiling hyper-staticfile v0.10.1 |
| 3933 | 2026-09-11T00:31:02.332Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3934 | 2026-09-11T00:31:02.530Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3935 | 2026-09-11T00:31:02.636Z | Compiling ssh-key v0.7.0-rc.11 |
| 3936 | 2026-09-11T00:31:02.762Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3937 | 2026-09-11T00:31:02.787Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3938 | 2026-09-11T00:31:02.828Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3939 | 2026-09-11T00:31:02.847Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3940 | 2026-09-11T00:31:02.850Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3941 | 2026-09-11T00:31:02.881Z | Compiling russh-cryptovec v0.62.0 |
| 3942 | 2026-09-11T00:31:02.898Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3943 | 2026-09-11T00:31:03.136Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3944 | 2026-09-11T00:31:03.156Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3945 | 2026-09-11T00:31:03.173Z | Compiling port-file v0.1.0 |
| 3946 | 2026-09-11T00:31:03.211Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3947 | 2026-09-11T00:31:03.332Z | Compiling num-bigint v0.4.6 |
| 3948 | 2026-09-11T00:31:03.441Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3949 | 2026-09-11T00:31:03.622Z | Compiling generic-array v1.4.3 |
| 3950 | 2026-09-11T00:31:03.945Z | Compiling russh-util v0.52.0 |
| 3951 | 2026-09-11T00:31:04.016Z | Compiling enum_dispatch v0.3.13 |
| 3952 | 2026-09-11T00:31:04.126Z | Compiling delegate v0.13.5 |
| 3953 | 2026-09-11T00:31:04.144Z | Compiling subprocess v0.2.15 |
| 3954 | 2026-09-11T00:31:04.582Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3955 | 2026-09-11T00:31:04.660Z | Compiling hex-literal v1.1.0 |
| 3956 | 2026-09-11T00:31:04.812Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3957 | 2026-09-11T00:31:04.831Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3958 | 2026-09-11T00:31:04.969Z | Compiling display-error-chain v0.2.2 |
| 3959 | 2026-09-11T00:31:05.079Z | Compiling md5 v0.8.0 |
| 3960 | 2026-09-11T00:31:05.097Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3961 | 2026-09-11T00:31:05.172Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3962 | 2026-09-11T00:31:05.189Z | Compiling colored v2.2.0 |
| 3963 | 2026-09-11T00:31:05.323Z | Compiling russh v0.62.4 |
| 3964 | 2026-09-11T00:31:05.347Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3965 | 2026-09-11T00:31:05.384Z | Compiling internet-checksum v0.2.1 |
| 3966 | 2026-09-11T00:31:07.803Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3967 | 2026-09-11T00:31:08.520Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3968 | 2026-09-11T00:31:09.025Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3969 | 2026-09-11T00:31:09.826Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3970 | 2026-09-11T00:31:10.468Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3971 | 2026-09-11T00:31:19.033Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3972 | 2026-09-11T00:31:19.033Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3973 | 2026-09-11T00:31:19.034Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3974 | 2026-09-11T00:31:19.038Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3975 | 2026-09-11T00:31:19.038Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3976 | 2026-09-11T00:31:20.877Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3977 | 2026-09-11T00:31:20.922Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3978 | 2026-09-11T00:31:25.174Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3979 | 2026-09-11T00:32:10.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
| 3980 | 2026-09-11T00:32:10.529Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3981 | 2026-09-11T00:32:10.529Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3982 | 2026-09-11T00:32:10.760Z | |
| 3983 | 2026-09-11T00:32:10.760Z | real 1:35.044762332 |
| 3984 | 2026-09-11T00:32:10.760Z | user 9:15.752449176 |
| 3985 | 2026-09-11T00:32:10.760Z | sys 1:42.760352385 |
| 3986 | 2026-09-11T00:32:10.760Z | trap 0.269078344 |
| 3987 | 2026-09-11T00:32:10.763Z | tflt 0.349593523 |
| 3988 | 2026-09-11T00:32:10.763Z | dflt 1.749329396 |
| 3989 | 2026-09-11T00:32:10.763Z | kflt 0.001266590 |
| 3990 | 2026-09-11T00:32:10.763Z | lock 34:21.059038897 |
| 3991 | 2026-09-11T00:32:10.763Z | slp 20:48.258213281 |
| 3992 | 2026-09-11T00:32:10.763Z | lat 40.836036043 |
| 3993 | 2026-09-11T00:32:10.763Z | stop 3:07.388529928 |
| 3994 | 2026-09-11T00:32:10.763Z | + mkdir tests |
| 3995 | 2026-09-11T00:32:10.766Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3996 | 2026-09-11T00:32:10.766Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3997 | 2026-09-11T00:32:10.789Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fdd64bfa4a7cf90f tests/ |
| 3998 | 2026-09-11T00:32:10.811Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6218dd55b3e130fd tests/ |
| 3999 | 2026-09-11T00:32:10.833Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-86f5e21500cfcb7c tests/ |
| 4000 | 2026-09-11T00:32:10.854Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2304b05f74b6cd56 tests/ |
| 4001 | 2026-09-11T00:32:11.222Z | + 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) |
| 4002 | 2026-09-11T00:32:11.224Z | + 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-6218dd55b3e130fd tests/commtest-86f5e21500cfcb7c tests/dhcp_server-fdd64bfa4a7cf90f tests/end_to_end_tests-2304b05f74b6cd56 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 |
| 4003 | 2026-09-11T00:33:17.207Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 4004 | 2026-09-11T00:33:17.207Z | a .github/buildomat/ci-env.sh 1K |
| 4005 | 2026-09-11T00:33:17.207Z | a out/target/test 1K |
| 4006 | 2026-09-11T00:33:17.207Z | a out/npuzone/npuzone 27402K |
| 4007 | 2026-09-11T00:33:17.207Z | a package-manifest.toml 35K |
| 4008 | 2026-09-11T00:33:17.207Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 4009 | 2026-09-11T00:33:17.207Z | a target/release/omicron-package 16977K |
| 4010 | 2026-09-11T00:33:17.207Z | a target/release/xtask 6403K |
| 4011 | 2026-09-11T00:33:17.207Z | a target/debug/bootstrap 440298K |
| 4012 | 2026-09-11T00:33:17.207Z | a tests/bootstrap-6218dd55b3e130fd 34531K |
| 4013 | 2026-09-11T00:33:17.207Z | a tests/commtest-86f5e21500cfcb7c 34532K |
| 4014 | 2026-09-11T00:33:17.207Z | a tests/dhcp_server-fdd64bfa4a7cf90f 34531K |
| 4015 | 2026-09-11T00:33:17.207Z | a tests/end_to_end_tests-2304b05f74b6cd56 504531K |
| 4016 | 2026-09-11T00:33:17.207Z | a tools/opte_version 1K |
| 4017 | 2026-09-11T00:33:17.207Z | a tools/opte_version_override 2K |
| 4018 | 2026-09-11T00:33:17.207Z | a out/clickhouse.tar.gz 233262K |
| 4019 | 2026-09-11T00:33:17.207Z | a out/clickhouse_keeper.tar.gz 227778K |
| 4020 | 2026-09-11T00:33:17.207Z | a out/clickhouse_server.tar.gz 233259K |
| 4021 | 2026-09-11T00:33:17.207Z | a out/cockroachdb.tar.gz 125082K |
| 4022 | 2026-09-11T00:33:17.207Z | a out/crucible-pantry-zone.tar.gz 24779K |
| 4023 | 2026-09-11T00:33:17.207Z | a out/crucible-utils.tar 18900K |
| 4024 | 2026-09-11T00:33:17.208Z | a out/crucible-zone.tar.gz 39591K |
| 4025 | 2026-09-11T00:33:17.208Z | a out/external-dns.tar.gz 15192K |
| 4026 | 2026-09-11T00:33:17.208Z | a out/internal-dns.tar.gz 15192K |
| 4027 | 2026-09-11T00:33:17.208Z | a out/mg-ddm-gz.tar 100917K |
| 4028 | 2026-09-11T00:33:17.208Z | a out/nexus.tar.gz 196280K |
| 4029 | 2026-09-11T00:33:17.208Z | a out/ntp.tar.gz 7164K |
| 4030 | 2026-09-11T00:33:17.208Z | a out/omicron-gateway-softnpu.tar.gz 14154K |
| 4031 | 2026-09-11T00:33:17.208Z | a out/omicron-sled-agent.tar 134076K |
| 4032 | 2026-09-11T00:33:17.208Z | a out/overlay.tar.gz 4K |
| 4033 | 2026-09-11T00:33:17.208Z | a out/oximeter.tar.gz 17710K |
| 4034 | 2026-09-11T00:33:17.208Z | a out/oxlog.tar 2409K |
| 4035 | 2026-09-11T00:33:17.208Z | a out/probe.tar.gz 3037K |
| 4036 | 2026-09-11T00:33:17.208Z | a out/propolis-server.tar.gz 34642K |
| 4037 | 2026-09-11T00:33:17.208Z | a out/pumpkind-gz.tar 26647K |
| 4038 | 2026-09-11T00:33:17.208Z | a out/switch-softnpu.tar.gz 307255K |
| 4039 | 2026-09-11T00:33:17.211Z | |
| 4040 | 2026-09-11T00:33:17.211Z | real 1:05.982783955 |
| 4041 | 2026-09-11T00:33:17.211Z | user 1:03.896699587 |
| 4042 | 2026-09-11T00:33:17.211Z | sys 3.482332154 |
| 4043 | 2026-09-11T00:33:17.211Z | trap 0.004585643 |
| 4044 | 2026-09-11T00:33:17.211Z | tflt 0.000000000 |
| 4045 | 2026-09-11T00:33:17.211Z | dflt 0.000000000 |
| 4046 | 2026-09-11T00:33:17.211Z | kflt 0.000000000 |
| 4047 | 2026-09-11T00:33:17.211Z | lock 0.000000000 |
| 4048 | 2026-09-11T00:33:17.211Z | slp 1:03.803438997 |
| 4049 | 2026-09-11T00:33:17.211Z | lat 0.773054182 |
| 4050 | 2026-09-11T00:33:17.211Z | stop 0.000205680 |
| 4051 | 2026-09-11T00:33:17.211Z | process exited: duration 1088779 ms, exit code 0 |
| |
| 4052 | 2026-09-11T00:33:17.224Z | found 1 output files |
| 4053 | 2026-09-11T00:33:17.224Z | uploading: /work/package.tar.gz (1845347788 bytes) |
| 4054 | 2026-09-11T00:33:49.776Z | uploaded: /work/package.tar.gz |