|
|
|
| 1 | 2026-09-05T01:05:47.185Z | job assigned to worker 01M1QHHQ8SHA9B0MN139RCSNN3 [factory aws, i-08b3c50980f3eee8f] (queued for 54 s) |
| |
| 2 | 2026-09-05T01:05:54.874Z | starting task 0: "setup" |
| 3 | 2026-09-05T01:05:54.879Z | ++ uname -s |
| 4 | 2026-09-05T01:05:54.882Z | + kern=SunOS |
| 5 | 2026-09-05T01:05:54.882Z | + build_user=build |
| 6 | 2026-09-05T01:05:54.882Z | + build_uid=12345 |
| 7 | 2026-09-05T01:05:54.882Z | + work_dir=/work |
| 8 | 2026-09-05T01:05:54.882Z | + input_dir=/input |
| 9 | 2026-09-05T01:05:54.882Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-05T01:05:54.882Z | + case "$kern" in |
| 11 | 2026-09-05T01:05:54.882Z | + groupadd -g 12345 build |
| 12 | 2026-09-05T01:05:54.885Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-05T01:05:56.894Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-05T01:05:57.071Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-05T01:05:57.074Z | + home_fs=zfs |
| 16 | 2026-09-05T01:05:57.074Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-05T01:05:57.074Z | + mkdir -p /home/build |
| 18 | 2026-09-05T01:05:57.077Z | + chown build:build /home/build /work |
| 19 | 2026-09-05T01:05:59.077Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-05T01:05:59.080Z | process exited: duration 4209 ms, exit code 0 |
| |
| 21 | 2026-09-05T01:05:59.087Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-05T01:05:59.092Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-09-05T01:05:59.092Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-09-05T01:05:59.093Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-09-05T01:05:59.093Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-09-05T01:05:59.093Z | * rust toolchain profile = "default" |
| 27 | 2026-09-05T01:05:59.093Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-05T01:05:59.096Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-05T01:05:59.096Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-09-05T01:05:59.200Z | info: downloading installer |
| 31 | 2026-09-05T01:06:00.379Z | info: profile set to default |
| 32 | 2026-09-05T01:06:00.379Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-05T01:06:00.382Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 34 | 2026-09-05T01:06:00.507Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 35 | 2026-09-05T01:06:00.511Z | info: downloading 6 components |
| 36 | 2026-09-05T01:06:15.029Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 37 | 2026-09-05T01:06:15.030Z | |
| 38 | 2026-09-05T01:06:15.061Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-09-05T01:06:15.062Z | |
| 40 | 2026-09-05T01:06:15.065Z | |
| 41 | 2026-09-05T01:06:15.065Z | Rust is installed now. Great! |
| 42 | 2026-09-05T01:06:15.065Z | |
| 43 | 2026-09-05T01:06:15.065Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-05T01:06:15.065Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-05T01:06:15.065Z | |
| 46 | 2026-09-05T01:06:15.065Z | To configure your current shell, you need to source |
| 47 | 2026-09-05T01:06:15.065Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-05T01:06:15.065Z | |
| 49 | 2026-09-05T01:06:15.065Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-05T01:06:15.065Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-05T01:06:15.066Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-05T01:06:15.066Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-05T01:06:15.066Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-05T01:06:15.066Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-05T01:06:15.066Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-05T01:06:15.066Z | HOST_CC = None |
| 57 | 2026-09-05T01:06:15.066Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-05T01:06:15.066Z | CC = None |
| 59 | 2026-09-05T01:06:15.066Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-05T01:06:15.242Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-05T01:06:15.242Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-05T01:06:15.242Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-05T01:06:15.242Z | CFLAGS = None |
| 64 | 2026-09-05T01:06:15.242Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-05T01:06:15.242Z | HOST_CFLAGS = None |
| 66 | 2026-09-05T01:06:15.242Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-05T01:06:15.242Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-05T01:06:15.242Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-05T01:06:15.242Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-05T01:06:15.351Z | + rustup --version |
| 71 | 2026-09-05T01:06:15.355Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-05T01:06:15.359Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-05T01:06:15.377Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 74 | 2026-09-05T01:06:15.380Z | + cargo --version |
| 75 | 2026-09-05T01:06:15.387Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 76 | 2026-09-05T01:06:15.390Z | + rustc --version |
| 77 | 2026-09-05T01:06:15.409Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 78 | 2026-09-05T01:06:15.413Z | process exited: duration 16325 ms, exit code 0 |
| |
| 79 | 2026-09-05T01:06:15.419Z | starting task 2: "authentication" |
| 80 | 2026-09-05T01:06:15.438Z | process exited: duration 18 ms, exit code 0 |
| |
| 81 | 2026-09-05T01:06:15.446Z | starting task 3: "clone repository" |
| 82 | 2026-09-05T01:06:15.450Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-05T01:06:15.454Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-05T01:06:15.487Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-05T01:06:28.324Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-05T01:06:28.324Z | + git fetch origin c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78 |
| 87 | 2026-09-05T01:06:28.684Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-05T01:06:28.684Z | * branch c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78 -> FETCH_HEAD |
| 89 | 2026-09-05T01:06:28.699Z | + [[ -n skaram/detect-softnpu ]] |
| 90 | 2026-09-05T01:06:28.702Z | ++ git branch --show-current |
| 91 | 2026-09-05T01:06:28.702Z | + current=main |
| 92 | 2026-09-05T01:06:28.702Z | + [[ main != skaram/detect-softnpu ]] |
| 93 | 2026-09-05T01:06:28.702Z | + git branch -f skaram/detect-softnpu c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78 |
| 94 | 2026-09-05T01:06:28.705Z | + git checkout -f skaram/detect-softnpu |
| 95 | 2026-09-05T01:06:28.957Z | Switched to branch 'skaram/detect-softnpu' |
| 96 | 2026-09-05T01:06:28.962Z | + git reset --hard c6b42fc64ad6b4ed2c14f2932b97b7b8234f9e78 |
| 97 | 2026-09-05T01:06:28.989Z | HEAD is now at c6b42fc64 Validate Rversion fields and pass the probe into sled mode resolution |
| 98 | 2026-09-05T01:06:28.992Z | process exited: duration 13544 ms, exit code 0 |
| |
| 99 | 2026-09-05T01:06:28.998Z | starting task 4: "build" |
| 100 | 2026-09-05T01:06:29.004Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-05T01:06:29.004Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-05T01:06:29.004Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-05T01:06:29.007Z | +++ uname -s |
| 104 | 2026-09-05T01:06:29.007Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-05T01:06:29.007Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-05T01:06:29.010Z | + cargo --version |
| 107 | 2026-09-05T01:06:29.018Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 108 | 2026-09-05T01:06:29.021Z | + rustc --version |
| 109 | 2026-09-05T01:06:29.040Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 110 | 2026-09-05T01:06:29.043Z | + WORK=/work |
| 111 | 2026-09-05T01:06:29.043Z | + pfexec mkdir -p /work |
| 112 | 2026-09-05T01:06:29.046Z | + pfexec chown build /work |
| 113 | 2026-09-05T01:06:29.049Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-09-05T01:06:31.182Z | Startup: Refreshing catalog 'helios' ... Done |
| 115 | 2026-09-05T01:06:31.607Z | Startup: Caching catalogs ... Done |
| 116 | 2026-09-05T01:06:34.275Z | Planning: Solver setup ... Done (2.496s) |
| 117 | 2026-09-05T01:06:34.346Z | Planning: Running solver ... Done (0.071s) |
| 118 | 2026-09-05T01:06:34.400Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-09-05T01:06:34.412Z | Planning: Fetching manifests: 0/2 0% complete |
| 120 | 2026-09-05T01:06:34.433Z | Planning: Fetching manifests: 2/2 100% complete |
| 121 | 2026-09-05T01:06:34.448Z | Planning: Package planning ... Done (0.014s) |
| 122 | 2026-09-05T01:06:34.451Z | Planning: Merging actions ... Done (0.001s) |
| 123 | 2026-09-05T01:06:34.618Z | Planning: Checking for conflicting actions ... Done (0.169s) |
| 124 | 2026-09-05T01:06:34.621Z | Planning: Consolidating action changes ... Done (0.001s) |
| 125 | 2026-09-05T01:06:35.524Z | Planning: Evaluating mediators ... Done (0.902s) |
| 126 | 2026-09-05T01:06:35.527Z | Planning: Planning completed in 3.88 seconds |
| 127 | 2026-09-05T01:06:35.532Z | Packages to install: 2 |
| 128 | 2026-09-05T01:06:35.532Z | Estimated space available: 156.01 GB |
| 129 | 2026-09-05T01:06:35.535Z | Estimated space to be consumed: 86.48 MB |
| 130 | 2026-09-05T01:06:35.535Z | Create boot environment: No |
| 131 | 2026-09-05T01:06:35.535Z | Create backup boot environment: No |
| 132 | 2026-09-05T01:06:35.535Z | Rebuild boot archive: No |
| 133 | 2026-09-05T01:06:35.535Z | |
| 134 | 2026-09-05T01:06:35.536Z | Changed packages: |
| 135 | 2026-09-05T01:06:35.536Z | helios |
| 136 | 2026-09-05T01:06:35.536Z | developer/build-essential |
| 137 | 2026-09-05T01:06:35.536Z | None -> 11-3.0 |
| 138 | 2026-09-05T01:06:35.536Z | library/libxmlsec1 |
| 139 | 2026-09-05T01:06:35.536Z | None -> 1.2.35-3.0 |
| 140 | 2026-09-05T01:06:35.559Z | |
| 141 | 2026-09-05T01:06:35.559Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 142 | 2026-09-05T01:06:35.632Z | Download: Completed 1.28 MB in 0.07 seconds (17.7M/s) |
| 143 | 2026-09-05T01:06:35.695Z | Actions: 1/268 actions (Installing new actions) |
| 144 | 2026-09-05T01:06:35.734Z | Actions: Completed 268 actions in 0.04 seconds. |
| 145 | 2026-09-05T01:06:35.769Z | Finalize: Updating package state database ... Done (0.034s) |
| 146 | 2026-09-05T01:06:35.769Z | Finalize: Updating package cache ... Done (0.000s) |
| 147 | 2026-09-05T01:06:35.866Z | Finalize: Updating image state ... Done (0.096s) |
| 148 | 2026-09-05T01:06:38.682Z | Finalize: Creating fast lookup database ... Done (2.759s) |
| 149 | 2026-09-05T01:06:38.754Z | Finalize: Reading search index ... Done (0.012s) |
| 150 | 2026-09-05T01:06:38.758Z | Finalize: Updating search index ... Done (0.000s) |
| 151 | 2026-09-05T01:06:38.840Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-09-05T01:06:39.221Z | Planning: Evaluating mediator changes ... Done |
| 153 | 2026-09-05T01:06:39.324Z | Planning: Checking for conflicting actions ... Done |
| 154 | 2026-09-05T01:06:39.327Z | Planning: Consolidating action changes ... Done |
| 155 | 2026-09-05T01:06:39.482Z | Planning: Evaluating mediators ... Done |
| 156 | 2026-09-05T01:06:39.485Z | Planning: Planning completed in 0.26 seconds |
| 157 | 2026-09-05T01:06:39.505Z | Mediators to change: 2 |
| 158 | 2026-09-05T01:06:39.505Z | Create boot environment: No |
| 159 | 2026-09-05T01:06:39.505Z | Create backup boot environment: No |
| 160 | 2026-09-05T01:06:39.573Z | Finalize: Updating package state database ... Done |
| 161 | 2026-09-05T01:06:39.573Z | Finalize: Updating package cache ... Done |
| 162 | 2026-09-05T01:06:39.636Z | Finalize: Updating image state ... Done |
| 163 | 2026-09-05T01:06:41.596Z | Finalize: Creating fast lookup database ... Done |
| 164 | 2026-09-05T01:06:41.655Z | Finalize: Reading search index ... Done |
| 165 | 2026-09-05T01:06:41.658Z | Finalize: Updating search index ... Done |
| 166 | 2026-09-05T01:06:41.747Z | Finalize: Updating package cache ... Done |
| 167 | 2026-09-05T01:06:42.037Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-09-05T01:06:42.143Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-09-05T01:06:42.146Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-09-05T01:06:42.302Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-09-05T01:06:42.305Z | Planning: Planning completed in 0.27 seconds |
| 172 | 2026-09-05T01:06:42.325Z | Mediators to change: 1 |
| 173 | 2026-09-05T01:06:42.325Z | Create boot environment: No |
| 174 | 2026-09-05T01:06:42.325Z | Create backup boot environment: No |
| 175 | 2026-09-05T01:06:42.379Z | Finalize: Updating package state database ... Done |
| 176 | 2026-09-05T01:06:42.382Z | Finalize: Updating package cache ... Done |
| 177 | 2026-09-05T01:06:42.443Z | Finalize: Updating image state ... Done |
| 178 | 2026-09-05T01:06:44.430Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-09-05T01:06:44.491Z | Finalize: Reading search index ... Done |
| 180 | 2026-09-05T01:06:44.495Z | Finalize: Updating search index ... Done |
| 181 | 2026-09-05T01:06:44.588Z | Finalize: Updating package cache ... Done |
| 182 | 2026-09-05T01:06:44.907Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 183 | 2026-09-05T01:06:44.908Z | apache system 2.4 system |
| 184 | 2026-09-05T01:06:44.908Z | clang system 15 system |
| 185 | 2026-09-05T01:06:44.908Z | csh system system illumos |
| 186 | 2026-09-05T01:06:44.908Z | ctags system system illumos |
| 187 | 2026-09-05T01:06:44.908Z | file vendor vendor darwinsys |
| 188 | 2026-09-05T01:06:44.908Z | file system system illumos |
| 189 | 2026-09-05T01:06:44.908Z | gcc vendor 14 vendor |
| 190 | 2026-09-05T01:06:44.908Z | gcc system 13 system |
| 191 | 2026-09-05T01:06:44.908Z | gcc system 10 system |
| 192 | 2026-09-05T01:06:44.908Z | go system 1.25 system |
| 193 | 2026-09-05T01:06:44.908Z | llvm system 15 system |
| 194 | 2026-09-05T01:06:44.908Z | mariadb system 11.4 system |
| 195 | 2026-09-05T01:06:44.908Z | mta vendor vendor dma |
| 196 | 2026-09-05T01:06:44.909Z | openjdk system 17 system |
| 197 | 2026-09-05T01:06:44.909Z | openjdk system 11 system |
| 198 | 2026-09-05T01:06:44.909Z | openssl vendor 3 vendor |
| 199 | 2026-09-05T01:06:44.909Z | perl system 5.40 system |
| 200 | 2026-09-05T01:06:44.909Z | postgresql system 18 system |
| 201 | 2026-09-05T01:06:44.909Z | postgresql system 17 system |
| 202 | 2026-09-05T01:06:44.909Z | python vendor 3 vendor |
| 203 | 2026-09-05T01:06:44.909Z | python system 2 system |
| 204 | 2026-09-05T01:06:44.909Z | python3 vendor 3.13 vendor |
| 205 | 2026-09-05T01:06:44.909Z | ruby system 3.4 system |
| 206 | 2026-09-05T01:06:44.909Z | ruby system 3.0 system |
| 207 | 2026-09-05T01:06:44.909Z | words vendor vendor american-english |
| 208 | 2026-09-05T01:06:44.909Z | words system system australian-english |
| 209 | 2026-09-05T01:06:44.909Z | words system system british-english |
| 210 | 2026-09-05T01:06:44.909Z | words system system canadian-english |
| 211 | 2026-09-05T01:06:44.909Z | words system system french |
| 212 | 2026-09-05T01:06:44.909Z | words system system italian |
| 213 | 2026-09-05T01:06:44.909Z | words system system ngerman |
| 214 | 2026-09-05T01:06:44.909Z | words system system ogerman |
| 215 | 2026-09-05T01:06:44.909Z | words system system spanish |
| 216 | 2026-09-05T01:06:45.163Z | PUBLISHER TYPE STATUS P LOCATION |
| 217 | 2026-09-05T01:06:45.163Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 218 | 2026-09-05T01:06:45.676Z | FMRI IFO |
| 219 | 2026-09-05T01:06:45.676Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 220 | 2026-09-05T01:06:45.676Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 221 | 2026-09-05T01:06:45.676Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 222 | 2026-09-05T01:06:45.676Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 223 | 2026-09-05T01:06:45.676Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 224 | 2026-09-05T01:06:45.676Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 225 | 2026-09-05T01:06:45.676Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 226 | 2026-09-05T01:06:45.676Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 227 | 2026-09-05T01:06:45.676Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 228 | 2026-09-05T01:06:46.026Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 229 | 2026-09-05T01:06:46.358Z | Updating crates.io index |
| 230 | 2026-09-05T01:06:46.362Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 231 | 2026-09-05T01:06:46.647Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 232 | 2026-09-05T01:06:47.027Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 233 | 2026-09-05T01:06:47.306Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 234 | 2026-09-05T01:06:48.314Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 235 | 2026-09-05T01:06:48.910Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 236 | 2026-09-05T01:06:50.912Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 237 | 2026-09-05T01:06:51.820Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 238 | 2026-09-05T01:06:52.116Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-09-05T01:06:52.466Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 240 | 2026-09-05T01:06:53.662Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 241 | 2026-09-05T01:06:53.984Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-09-05T01:06:54.358Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 243 | 2026-09-05T01:06:54.637Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 244 | 2026-09-05T01:06:54.939Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 245 | 2026-09-05T01:06:55.226Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 246 | 2026-09-05T01:06:55.574Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 247 | 2026-09-05T01:06:55.883Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 248 | 2026-09-05T01:06:56.228Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 249 | 2026-09-05T01:06:56.644Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-09-05T01:06:57.209Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 251 | 2026-09-05T01:06:57.522Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 252 | 2026-09-05T01:06:58.097Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 253 | 2026-09-05T01:06:58.426Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 254 | 2026-09-05T01:06:58.690Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 255 | 2026-09-05T01:06:59.138Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 256 | 2026-09-05T01:06:59.423Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 257 | 2026-09-05T01:06:59.720Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 258 | 2026-09-05T01:07:00.076Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 259 | 2026-09-05T01:07:00.350Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 260 | 2026-09-05T01:07:00.687Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 261 | 2026-09-05T01:07:01.098Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 262 | 2026-09-05T01:07:01.841Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 263 | 2026-09-05T01:07:02.181Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-09-05T01:07:02.467Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 265 | 2026-09-05T01:07:02.830Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 266 | 2026-09-05T01:07:03.183Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2026-09-05T01:07:03.480Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 268 | 2026-09-05T01:07:03.771Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 269 | 2026-09-05T01:07:04.130Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 270 | 2026-09-05T01:07:04.422Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 271 | 2026-09-05T01:07:04.844Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 272 | 2026-09-05T01:07:07.511Z | Downloading crates ... |
| 273 | 2026-09-05T01:07:07.546Z | Downloaded clap_lex v1.0.0 |
| 274 | 2026-09-05T01:07:07.553Z | Downloaded clap v4.6.1 |
| 275 | 2026-09-05T01:07:07.559Z | Downloaded cargo_toml v0.21.0 |
| 276 | 2026-09-05T01:07:07.562Z | Downloaded cfg-if v1.0.4 |
| 277 | 2026-09-05T01:07:07.570Z | Downloaded anstream v1.0.0 |
| 278 | 2026-09-05T01:07:07.576Z | Downloaded typenum v1.20.1 |
| 279 | 2026-09-05T01:07:07.579Z | Downloaded zerocopy v0.7.35 |
| 280 | 2026-09-05T01:07:07.585Z | Downloaded itoa v1.0.17 |
| 281 | 2026-09-05T01:07:07.590Z | Downloaded serde_json v1.0.151 |
| 282 | 2026-09-05T01:07:07.593Z | Downloaded zmij v1.0.21 |
| 283 | 2026-09-05T01:07:07.593Z | Downloaded cpufeatures v0.2.17 |
| 284 | 2026-09-05T01:07:07.593Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-09-05T01:07:07.593Z | Downloaded crypto-common v0.1.7 |
| 286 | 2026-09-05T01:07:07.593Z | Downloaded anstyle-query v1.1.5 |
| 287 | 2026-09-05T01:07:07.593Z | Downloaded equivalent v1.0.2 |
| 288 | 2026-09-05T01:07:07.597Z | Downloaded heck v0.4.1 |
| 289 | 2026-09-05T01:07:07.597Z | Downloaded pretty-hex v0.4.1 |
| 290 | 2026-09-05T01:07:07.597Z | Downloaded anstyle v1.0.14 |
| 291 | 2026-09-05T01:07:07.600Z | Downloaded dof v0.3.0 |
| 292 | 2026-09-05T01:07:07.600Z | Downloaded generic-array v0.14.7 |
| 293 | 2026-09-05T01:07:07.603Z | Downloaded cargo-platform v0.3.2 |
| 294 | 2026-09-05T01:07:07.603Z | Downloaded is_terminal_polyfill v1.70.2 |
| 295 | 2026-09-05T01:07:07.606Z | Downloaded anstyle-parse v1.0.0 |
| 296 | 2026-09-05T01:07:07.609Z | Downloaded fnv v1.0.7 |
| 297 | 2026-09-05T01:07:07.612Z | Downloaded dtrace-parser v0.2.0 |
| 298 | 2026-09-05T01:07:07.615Z | Downloaded utf8parse v0.2.2 |
| 299 | 2026-09-05T01:07:07.618Z | Downloaded memmap v0.7.0 |
| 300 | 2026-09-05T01:07:07.618Z | Downloaded errno v0.3.14 |
| 301 | 2026-09-05T01:07:07.621Z | Downloaded swrite v0.1.0 |
| 302 | 2026-09-05T01:07:07.621Z | Downloaded block-buffer v0.10.4 |
| 303 | 2026-09-05T01:07:07.626Z | Downloaded colorchoice v1.0.4 |
| 304 | 2026-09-05T01:07:07.629Z | Downloaded tabled_derive v0.7.0 |
| 305 | 2026-09-05T01:07:07.629Z | Downloaded terminal_size v0.4.3 |
| 306 | 2026-09-05T01:07:07.633Z | Downloaded strsim v0.11.1 |
| 307 | 2026-09-05T01:07:07.637Z | Downloaded camino-tempfile v1.4.1 |
| 308 | 2026-09-05T01:07:07.640Z | Downloaded fs-err v3.3.0 |
| 309 | 2026-09-05T01:07:07.648Z | Downloaded version_check v0.9.5 |
| 310 | 2026-09-05T01:07:07.651Z | Downloaded usdt v0.5.0 |
| 311 | 2026-09-05T01:07:07.654Z | Downloaded plain v0.2.3 |
| 312 | 2026-09-05T01:07:07.657Z | Downloaded heck v0.5.0 |
| 313 | 2026-09-05T01:07:07.660Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-09-05T01:07:07.660Z | Downloaded macaddr v1.0.1 |
| 315 | 2026-09-05T01:07:07.660Z | Downloaded serde_spanned v0.6.9 |
| 316 | 2026-09-05T01:07:07.663Z | Downloaded thread-id v4.2.2 |
| 317 | 2026-09-05T01:07:07.666Z | Downloaded smawk v0.3.2 |
| 318 | 2026-09-05T01:07:07.666Z | Downloaded usdt-macro v0.5.0 |
| 319 | 2026-09-05T01:07:07.669Z | Downloaded unicode-linebreak v0.1.5 |
| 320 | 2026-09-05T01:07:07.673Z | Downloaded toml_datetime v0.6.11 |
| 321 | 2026-09-05T01:07:07.681Z | Downloaded proc-macro-error-attr v1.0.4 |
| 322 | 2026-09-05T01:07:07.685Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-09-05T01:07:07.689Z | Downloaded bytecount v0.6.9 |
| 324 | 2026-09-05T01:07:07.701Z | Downloaded anyhow v1.0.104 |
| 325 | 2026-09-05T01:07:07.704Z | Downloaded autocfg v1.5.0 |
| 326 | 2026-09-05T01:07:07.704Z | Downloaded bitflags v2.11.0 |
| 327 | 2026-09-05T01:07:07.708Z | Downloaded quote v1.0.45 |
| 328 | 2026-09-05T01:07:07.711Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-09-05T01:07:07.714Z | Downloaded scroll_derive v0.12.1 |
| 330 | 2026-09-05T01:07:07.719Z | Downloaded byteorder v1.5.0 |
| 331 | 2026-09-05T01:07:07.719Z | Downloaded usdt-impl v0.5.0 |
| 332 | 2026-09-05T01:07:07.719Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-09-05T01:07:07.725Z | Downloaded serde_tokenstream v0.2.3 |
| 334 | 2026-09-05T01:07:07.729Z | Downloaded thiserror v2.0.18 |
| 335 | 2026-09-05T01:07:07.733Z | Downloaded thiserror-impl v2.0.18 |
| 336 | 2026-09-05T01:07:07.737Z | Downloaded pest_derive v2.8.6 |
| 337 | 2026-09-05T01:07:07.737Z | Downloaded pest_generator v2.8.6 |
| 338 | 2026-09-05T01:07:07.740Z | Downloaded toml v0.8.23 |
| 339 | 2026-09-05T01:07:07.743Z | Downloaded semver v1.0.28 |
| 340 | 2026-09-05T01:07:07.743Z | Downloaded digest v0.10.7 |
| 341 | 2026-09-05T01:07:07.752Z | Downloaded clap_derive v4.6.1 |
| 342 | 2026-09-05T01:07:07.756Z | Downloaded ucd-trie v0.1.7 |
| 343 | 2026-09-05T01:07:07.756Z | Downloaded tempfile v3.27.0 |
| 344 | 2026-09-05T01:07:07.756Z | Downloaded once_cell v1.21.3 |
| 345 | 2026-09-05T01:07:07.756Z | Downloaded cargo_metadata v0.23.1 |
| 346 | 2026-09-05T01:07:07.756Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2026-09-05T01:07:07.762Z | Downloaded scroll v0.12.0 |
| 348 | 2026-09-05T01:07:07.769Z | Downloaded sha2 v0.10.9 |
| 349 | 2026-09-05T01:07:07.773Z | Downloaded log v0.4.33 |
| 350 | 2026-09-05T01:07:07.776Z | Downloaded papergrid v0.11.0 |
| 351 | 2026-09-05T01:07:07.779Z | Downloaded getrandom v0.4.3 |
| 352 | 2026-09-05T01:07:07.782Z | Downloaded proc-macro2 v1.0.106 |
| 353 | 2026-09-05T01:07:07.785Z | Downloaded serde_core v1.0.228 |
| 354 | 2026-09-05T01:07:07.790Z | Downloaded zerocopy-derive v0.7.35 |
| 355 | 2026-09-05T01:07:07.795Z | Downloaded serde_derive v1.0.228 |
| 356 | 2026-09-05T01:07:07.795Z | Downloaded unicode-ident v1.0.24 |
| 357 | 2026-09-05T01:07:07.795Z | Downloaded textwrap v0.16.2 |
| 358 | 2026-09-05T01:07:07.795Z | Downloaded camino v1.2.5 |
| 359 | 2026-09-05T01:07:07.798Z | Downloaded toml_edit v0.22.27 |
| 360 | 2026-09-05T01:07:07.798Z | Downloaded pest_meta v2.8.6 |
| 361 | 2026-09-05T01:07:07.809Z | Downloaded clap_builder v4.6.0 |
| 362 | 2026-09-05T01:07:07.819Z | Downloaded serde v1.0.228 |
| 363 | 2026-09-05T01:07:07.827Z | Downloaded memchr v2.8.0 |
| 364 | 2026-09-05T01:07:07.837Z | Downloaded indexmap v2.14.0 |
| 365 | 2026-09-05T01:07:07.852Z | Downloaded pest v2.8.6 |
| 366 | 2026-09-05T01:07:07.862Z | Downloaded hashbrown v0.17.0 |
| 367 | 2026-09-05T01:07:07.876Z | Downloaded goblin v0.8.2 |
| 368 | 2026-09-05T01:07:07.885Z | Downloaded winnow v0.7.14 |
| 369 | 2026-09-05T01:07:07.911Z | Downloaded syn v1.0.109 |
| 370 | 2026-09-05T01:07:07.917Z | Downloaded tabled v0.15.0 |
| 371 | 2026-09-05T01:07:07.924Z | Downloaded unicode-width v0.1.14 |
| 372 | 2026-09-05T01:07:07.928Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-09-05T01:07:07.932Z | Downloaded syn v2.0.117 |
| 374 | 2026-09-05T01:07:07.942Z | Downloaded rustix v1.1.4 |
| 375 | 2026-09-05T01:07:07.971Z | Downloaded libc v0.2.185 |
| 376 | 2026-09-05T01:07:08.035Z | Compiling proc-macro2 v1.0.106 |
| 377 | 2026-09-05T01:07:08.035Z | Compiling quote v1.0.45 |
| 378 | 2026-09-05T01:07:08.035Z | Compiling unicode-ident v1.0.24 |
| 379 | 2026-09-05T01:07:08.035Z | Compiling serde_core v1.0.228 |
| 380 | 2026-09-05T01:07:08.038Z | Compiling libc v0.2.185 |
| 381 | 2026-09-05T01:07:08.038Z | Compiling version_check v0.9.5 |
| 382 | 2026-09-05T01:07:08.038Z | Compiling memchr v2.8.0 |
| 383 | 2026-09-05T01:07:08.038Z | Compiling serde v1.0.228 |
| 384 | 2026-09-05T01:07:08.038Z | Compiling zmij v1.0.21 |
| 385 | 2026-09-05T01:07:08.038Z | Compiling thiserror v1.0.69 |
| 386 | 2026-09-05T01:07:08.210Z | Compiling itoa v1.0.17 |
| 387 | 2026-09-05T01:07:08.213Z | Compiling ucd-trie v0.1.7 |
| 388 | 2026-09-05T01:07:08.213Z | Compiling rustix v1.1.4 |
| 389 | 2026-09-05T01:07:08.213Z | Compiling byteorder v1.5.0 |
| 390 | 2026-09-05T01:07:08.410Z | Compiling serde_json v1.0.151 |
| 391 | 2026-09-05T01:07:08.497Z | Compiling bitflags v2.11.0 |
| 392 | 2026-09-05T01:07:08.596Z | Compiling pest v2.8.6 |
| 393 | 2026-09-05T01:07:08.645Z | Compiling proc-macro-error-attr v1.0.4 |
| 394 | 2026-09-05T01:07:08.648Z | Compiling usdt-impl v0.5.0 |
| 395 | 2026-09-05T01:07:08.740Z | Compiling syn v1.0.109 |
| 396 | 2026-09-05T01:07:08.760Z | Compiling camino v1.2.5 |
| 397 | 2026-09-05T01:07:08.811Z | Compiling proc-macro-error v1.0.4 |
| 398 | 2026-09-05T01:07:08.828Z | Compiling getrandom v0.4.3 |
| 399 | 2026-09-05T01:07:08.935Z | Compiling equivalent v1.0.2 |
| 400 | 2026-09-05T01:07:09.002Z | Compiling log v0.4.33 |
| 401 | 2026-09-05T01:07:09.006Z | Compiling utf8parse v0.2.2 |
| 402 | 2026-09-05T01:07:09.006Z | Compiling hashbrown v0.17.0 |
| 403 | 2026-09-05T01:07:09.076Z | Compiling plain v0.2.3 |
| 404 | 2026-09-05T01:07:09.170Z | Compiling pretty-hex v0.4.1 |
| 405 | 2026-09-05T01:07:09.208Z | Compiling cfg-if v1.0.4 |
| 406 | 2026-09-05T01:07:09.247Z | Compiling anstyle-parse v1.0.0 |
| 407 | 2026-09-05T01:07:09.249Z | Compiling toml_write v0.1.2 |
| 408 | 2026-09-05T01:07:09.249Z | Compiling anstyle-query v1.1.5 |
| 409 | 2026-09-05T01:07:09.301Z | Compiling errno v0.3.14 |
| 410 | 2026-09-05T01:07:09.304Z | Compiling thread-id v4.2.2 |
| 411 | 2026-09-05T01:07:09.304Z | Compiling autocfg v1.5.0 |
| 412 | 2026-09-05T01:07:09.357Z | Compiling thiserror v2.0.18 |
| 413 | 2026-09-05T01:07:09.357Z | Compiling anstyle v1.0.14 |
| 414 | 2026-09-05T01:07:09.418Z | Compiling winnow v0.7.14 |
| 415 | 2026-09-05T01:07:09.421Z | Compiling is_terminal_polyfill v1.70.2 |
| 416 | 2026-09-05T01:07:09.421Z | Compiling colorchoice v1.0.4 |
| 417 | 2026-09-05T01:07:09.548Z | Compiling heck v0.5.0 |
| 418 | 2026-09-05T01:07:09.584Z | Compiling heck v0.4.1 |
| 419 | 2026-09-05T01:07:09.601Z | Compiling unicode-width v0.1.14 |
| 420 | 2026-09-05T01:07:09.671Z | Compiling indexmap v2.14.0 |
| 421 | 2026-09-05T01:07:09.690Z | Compiling syn v2.0.117 |
| 422 | 2026-09-05T01:07:09.709Z | Compiling pest_meta v2.8.6 |
| 423 | 2026-09-05T01:07:09.762Z | Compiling anstream v1.0.0 |
| 424 | 2026-09-05T01:07:09.799Z | Compiling fs-err v3.3.0 |
| 425 | 2026-09-05T01:07:09.818Z | Compiling strsim v0.11.1 |
| 426 | 2026-09-05T01:07:09.839Z | Compiling clap_lex v1.0.0 |
| 427 | 2026-09-05T01:07:09.903Z | Compiling once_cell v1.21.3 |
| 428 | 2026-09-05T01:07:09.928Z | Compiling bytecount v0.6.9 |
| 429 | 2026-09-05T01:07:09.975Z | Compiling anyhow v1.0.104 |
| 430 | 2026-09-05T01:07:10.017Z | Compiling fnv v1.0.7 |
| 431 | 2026-09-05T01:07:10.085Z | Compiling fastrand v2.3.0 |
| 432 | 2026-09-05T01:07:10.123Z | Compiling papergrid v0.11.0 |
| 433 | 2026-09-05T01:07:10.142Z | Compiling memmap v0.7.0 |
| 434 | 2026-09-05T01:07:10.161Z | Compiling smawk v0.3.2 |
| 435 | 2026-09-05T01:07:10.195Z | Compiling unicode-linebreak v0.1.5 |
| 436 | 2026-09-05T01:07:10.228Z | Compiling unicode-width v0.2.0 |
| 437 | 2026-09-05T01:07:10.339Z | Compiling swrite v0.1.0 |
| 438 | 2026-09-05T01:07:10.382Z | Compiling terminal_size v0.4.3 |
| 439 | 2026-09-05T01:07:10.427Z | Compiling tempfile v3.27.0 |
| 440 | 2026-09-05T01:07:10.496Z | Compiling clap_builder v4.6.0 |
| 441 | 2026-09-05T01:07:10.534Z | Compiling textwrap v0.16.2 |
| 442 | 2026-09-05T01:07:10.913Z | Compiling semver v1.0.28 |
| 443 | 2026-09-05T01:07:10.947Z | Compiling cargo-platform v0.3.2 |
| 444 | 2026-09-05T01:07:11.183Z | Compiling camino-tempfile v1.4.1 |
| 445 | 2026-09-05T01:07:11.234Z | Compiling tabled_derive v0.7.0 |
| 446 | 2026-09-05T01:07:11.864Z | Compiling pest_generator v2.8.6 |
| 447 | 2026-09-05T01:07:11.897Z | Compiling tabled v0.15.0 |
| 448 | 2026-09-05T01:07:12.361Z | Compiling serde_derive v1.0.228 |
| 449 | 2026-09-05T01:07:12.361Z | Compiling thiserror-impl v1.0.69 |
| 450 | 2026-09-05T01:07:12.365Z | Compiling zerocopy-derive v0.7.35 |
| 451 | 2026-09-05T01:07:12.365Z | Compiling scroll_derive v0.12.1 |
| 452 | 2026-09-05T01:07:12.365Z | Compiling thiserror-impl v2.0.18 |
| 453 | 2026-09-05T01:07:12.365Z | Compiling clap_derive v4.6.1 |
| 454 | 2026-09-05T01:07:12.460Z | Compiling pest_derive v2.8.6 |
| 455 | 2026-09-05T01:07:13.008Z | Compiling scroll v0.12.0 |
| 456 | 2026-09-05T01:07:13.050Z | Compiling zerocopy v0.7.35 |
| 457 | 2026-09-05T01:07:13.222Z | Compiling goblin v0.8.2 |
| 458 | 2026-09-05T01:07:13.450Z | Compiling dtrace-parser v0.2.0 |
| 459 | 2026-09-05T01:07:13.702Z | Compiling clap v4.6.1 |
| 460 | 2026-09-05T01:07:14.676Z | Compiling serde_spanned v0.6.9 |
| 461 | 2026-09-05T01:07:14.676Z | Compiling toml_datetime v0.6.11 |
| 462 | 2026-09-05T01:07:14.676Z | Compiling macaddr v1.0.1 |
| 463 | 2026-09-05T01:07:14.679Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 464 | 2026-09-05T01:07:14.679Z | Compiling cargo_metadata v0.23.1 |
| 465 | 2026-09-05T01:07:14.691Z | Compiling dof v0.3.0 |
| 466 | 2026-09-05T01:07:14.694Z | Compiling serde_tokenstream v0.2.3 |
| 467 | 2026-09-05T01:07:14.865Z | Compiling toml_edit v0.22.27 |
| 468 | 2026-09-05T01:07:15.431Z | Compiling usdt-attr-macro v0.5.0 |
| 469 | 2026-09-05T01:07:15.437Z | Compiling usdt-macro v0.5.0 |
| 470 | 2026-09-05T01:07:16.038Z | Compiling usdt v0.5.0 |
| 471 | 2026-09-05T01:07:16.149Z | Compiling toml v0.8.23 |
| 472 | 2026-09-05T01:07:16.469Z | Compiling cargo_toml v0.21.0 |
| 473 | 2026-09-05T01:07:17.740Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 474 | 2026-09-05T01:07:19.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.95s |
| 475 | 2026-09-05T01:07:20.021Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 476 | 2026-09-05T01:07:20.531Z | Downloading crates ... |
| 477 | 2026-09-05T01:07:20.583Z | Downloaded arrayref v0.3.9 |
| 478 | 2026-09-05T01:07:20.586Z | Downloaded async-stream-impl v0.3.6 |
| 479 | 2026-09-05T01:07:20.589Z | Downloaded base64ct v1.8.3 |
| 480 | 2026-09-05T01:07:20.592Z | Downloaded bit-vec v0.6.3 |
| 481 | 2026-09-05T01:07:20.596Z | Downloaded block-padding v0.4.2 |
| 482 | 2026-09-05T01:07:20.600Z | Downloaded assert_matches v1.5.0 |
| 483 | 2026-09-05T01:07:20.604Z | Downloaded castaway v0.2.4 |
| 484 | 2026-09-05T01:07:20.604Z | Downloaded cexpr v0.6.0 |
| 485 | 2026-09-05T01:07:20.608Z | Downloaded bitflags v1.3.2 |
| 486 | 2026-09-05T01:07:20.611Z | Downloaded addr2line v0.25.1 |
| 487 | 2026-09-05T01:07:20.615Z | Downloaded bit-set v0.5.3 |
| 488 | 2026-09-05T01:07:20.618Z | Downloaded fxhash v0.2.1 |
| 489 | 2026-09-05T01:07:20.618Z | Downloaded globwalk v0.9.1 |
| 490 | 2026-09-05T01:07:20.621Z | Downloaded float-ord v0.3.2 |
| 491 | 2026-09-05T01:07:20.624Z | Downloaded newline-converter v0.3.0 |
| 492 | 2026-09-05T01:07:20.624Z | Downloaded base16ct v0.2.0 |
| 493 | 2026-09-05T01:07:20.627Z | Downloaded futures-channel v0.3.32 |
| 494 | 2026-09-05T01:07:20.627Z | Downloaded aho-corasick v1.1.4 |
| 495 | 2026-09-05T01:07:20.631Z | Downloaded enum-as-inner v0.6.1 |
| 496 | 2026-09-05T01:07:20.631Z | Downloaded getrandom v0.2.17 |
| 497 | 2026-09-05T01:07:20.634Z | Downloaded aead v0.5.2 |
| 498 | 2026-09-05T01:07:20.634Z | Downloaded backoff v0.4.0 |
| 499 | 2026-09-05T01:07:20.634Z | Downloaded futures-io v0.3.32 |
| 500 | 2026-09-05T01:07:20.634Z | Downloaded backon v1.6.0 |
| 501 | 2026-09-05T01:07:20.634Z | Downloaded find-msvc-tools v0.1.9 |
| 502 | 2026-09-05T01:07:20.637Z | Downloaded flagset v0.4.7 |
| 503 | 2026-09-05T01:07:20.637Z | Downloaded fs_extra v1.3.0 |
| 504 | 2026-09-05T01:07:20.637Z | Downloaded base16ct v1.0.0 |
| 505 | 2026-09-05T01:07:20.640Z | Downloaded ascii-canvas v3.0.0 |
| 506 | 2026-09-05T01:07:20.645Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 507 | 2026-09-05T01:07:20.650Z | Downloaded cfg_aliases v0.1.1 |
| 508 | 2026-09-05T01:07:20.653Z | Downloaded ff v0.13.1 |
| 509 | 2026-09-05T01:07:20.653Z | Downloaded atty v0.2.14 |
| 510 | 2026-09-05T01:07:20.653Z | Downloaded headers v0.4.1 |
| 511 | 2026-09-05T01:07:20.656Z | Downloaded array-init v0.0.4 |
| 512 | 2026-09-05T01:07:20.656Z | Downloaded home v0.5.12 |
| 513 | 2026-09-05T01:07:20.659Z | Downloaded async-recursion v1.1.1 |
| 514 | 2026-09-05T01:07:20.659Z | Downloaded bcs v0.1.6 |
| 515 | 2026-09-05T01:07:20.659Z | Downloaded bit-vec v0.8.0 |
| 516 | 2026-09-05T01:07:20.662Z | Downloaded bitfield v0.19.4 |
| 517 | 2026-09-05T01:07:20.662Z | Downloaded blowfish v0.10.0 |
| 518 | 2026-09-05T01:07:20.662Z | Downloaded async-compression v0.4.41 |
| 519 | 2026-09-05T01:07:20.666Z | Downloaded filetime v0.2.27 |
| 520 | 2026-09-05T01:07:20.668Z | Downloaded backtrace-ext v0.2.1 |
| 521 | 2026-09-05T01:07:20.668Z | Downloaded bitfield-struct v0.6.2 |
| 522 | 2026-09-05T01:07:20.669Z | Downloaded endian-type v0.1.2 |
| 523 | 2026-09-05T01:07:20.669Z | Downloaded float-cmp v0.10.0 |
| 524 | 2026-09-05T01:07:20.669Z | Downloaded ciborium-io v0.2.2 |
| 525 | 2026-09-05T01:07:20.671Z | Downloaded password-hash v0.5.0 |
| 526 | 2026-09-05T01:07:20.675Z | Downloaded ciborium-ll v0.2.2 |
| 527 | 2026-09-05T01:07:20.677Z | Downloaded atomicwrites v0.4.4 |
| 528 | 2026-09-05T01:07:20.677Z | Downloaded bitfield-macros v0.19.4 |
| 529 | 2026-09-05T01:07:20.678Z | Downloaded foreign-types v0.5.0 |
| 530 | 2026-09-05T01:07:20.678Z | Downloaded futures-task v0.3.32 |
| 531 | 2026-09-05T01:07:20.680Z | Downloaded hostname v0.3.1 |
| 532 | 2026-09-05T01:07:20.681Z | Downloaded atomic-waker v1.1.2 |
| 533 | 2026-09-05T01:07:20.683Z | Downloaded adler2 v2.0.1 |
| 534 | 2026-09-05T01:07:20.683Z | Downloaded flume v0.11.1 |
| 535 | 2026-09-05T01:07:20.686Z | Downloaded futures-macro v0.3.32 |
| 536 | 2026-09-05T01:07:20.686Z | Downloaded foreign-types-macros v0.2.3 |
| 537 | 2026-09-05T01:07:20.686Z | Downloaded form_urlencoded v1.2.2 |
| 538 | 2026-09-05T01:07:20.686Z | Downloaded httpdate v1.0.3 |
| 539 | 2026-09-05T01:07:20.690Z | Downloaded cobs v0.3.0 |
| 540 | 2026-09-05T01:07:20.690Z | Downloaded cfg_aliases v0.2.1 |
| 541 | 2026-09-05T01:07:20.690Z | Downloaded compression-core v0.4.31 |
| 542 | 2026-09-05T01:07:20.690Z | Downloaded foreign-types v0.3.2 |
| 543 | 2026-09-05T01:07:20.693Z | Downloaded futures-core v0.3.32 |
| 544 | 2026-09-05T01:07:20.693Z | Downloaded hex-literal v1.1.0 |
| 545 | 2026-09-05T01:07:20.693Z | Downloaded fd-lock v4.0.4 |
| 546 | 2026-09-05T01:07:20.698Z | Downloaded num_threads v0.1.7 |
| 547 | 2026-09-05T01:07:20.698Z | Downloaded nodrop v0.1.14 |
| 548 | 2026-09-05T01:07:20.698Z | Downloaded async-stream v0.3.6 |
| 549 | 2026-09-05T01:07:20.698Z | Downloaded hostname v0.4.2 |
| 550 | 2026-09-05T01:07:20.701Z | Downloaded block-buffer v0.12.1 |
| 551 | 2026-09-05T01:07:20.701Z | Downloaded foreign-types-shared v0.3.1 |
| 552 | 2026-09-05T01:07:20.701Z | Downloaded funty v2.0.0 |
| 553 | 2026-09-05T01:07:20.701Z | Downloaded http-range v0.1.5 |
| 554 | 2026-09-05T01:07:20.701Z | Downloaded normalize-line-endings v0.3.0 |
| 555 | 2026-09-05T01:07:20.701Z | Downloaded hex v0.4.3 |
| 556 | 2026-09-05T01:07:20.704Z | Downloaded fs-err v2.11.0 |
| 557 | 2026-09-05T01:07:20.704Z | Downloaded anstream v0.6.21 |
| 558 | 2026-09-05T01:07:20.708Z | Downloaded bit-set v0.8.0 |
| 559 | 2026-09-05T01:07:20.711Z | Downloaded anstyle-parse v0.2.7 |
| 560 | 2026-09-05T01:07:20.715Z | Downloaded async-trait v0.1.89 |
| 561 | 2026-09-05T01:07:20.715Z | Downloaded embedded-io v0.6.1 |
| 562 | 2026-09-05T01:07:20.718Z | Downloaded foreign-types-shared v0.1.1 |
| 563 | 2026-09-05T01:07:20.718Z | Downloaded ghash v0.6.0 |
| 564 | 2026-09-05T01:07:20.718Z | Downloaded openssl-macros v0.1.1 |
| 565 | 2026-09-05T01:07:20.721Z | Downloaded embedded-io v0.4.0 |
| 566 | 2026-09-05T01:07:20.721Z | Downloaded hubpack_derive v0.1.1 |
| 567 | 2026-09-05T01:07:20.721Z | Downloaded phf_shared v0.13.1 |
| 568 | 2026-09-05T01:07:20.722Z | Downloaded fixedbitset v0.4.2 |
| 569 | 2026-09-05T01:07:20.725Z | Downloaded hubpack v0.1.2 |
| 570 | 2026-09-05T01:07:20.725Z | Downloaded predicates-core v1.0.10 |
| 571 | 2026-09-05T01:07:20.725Z | Downloaded hash32 v0.2.1 |
| 572 | 2026-09-05T01:07:20.725Z | Downloaded env_filter v2.0.0 |
| 573 | 2026-09-05T01:07:20.728Z | Downloaded proc-macro-crate v1.3.1 |
| 574 | 2026-09-05T01:07:20.728Z | Downloaded rand_chacha v0.3.1 |
| 575 | 2026-09-05T01:07:20.728Z | Downloaded futures-sink v0.3.32 |
| 576 | 2026-09-05T01:07:20.731Z | Downloaded bs58 v0.5.1 |
| 577 | 2026-09-05T01:07:20.731Z | Downloaded oxide-generation-macros v0.2.0 |
| 578 | 2026-09-05T01:07:20.731Z | Downloaded headers-core v0.3.0 |
| 579 | 2026-09-05T01:07:20.734Z | Downloaded cassowary v0.3.0 |
| 580 | 2026-09-05T01:07:20.737Z | Downloaded bb8 v0.8.6 |
| 581 | 2026-09-05T01:07:20.737Z | Downloaded cmov v0.5.4 |
| 582 | 2026-09-05T01:07:20.737Z | Downloaded git-stub v1.0.0 |
| 583 | 2026-09-05T01:07:20.737Z | Downloaded gethostname v0.5.0 |
| 584 | 2026-09-05T01:07:20.740Z | Downloaded hash32 v0.3.1 |
| 585 | 2026-09-05T01:07:20.740Z | Downloaded argon2 v0.5.3 |
| 586 | 2026-09-05T01:07:20.743Z | Downloaded highway v1.3.0 |
| 587 | 2026-09-05T01:07:20.744Z | Downloaded buf-list v1.1.2 |
| 588 | 2026-09-05T01:07:20.746Z | Downloaded camino-tempfile-ext v0.3.3 |
| 589 | 2026-09-05T01:07:20.746Z | Downloaded env_logger v0.11.11 |
| 590 | 2026-09-05T01:07:20.749Z | Downloaded globset v0.4.18 |
| 591 | 2026-09-05T01:07:20.749Z | Downloaded cmake v0.1.57 |
| 592 | 2026-09-05T01:07:20.749Z | Downloaded cipher v0.5.2 |
| 593 | 2026-09-05T01:07:20.752Z | Downloaded chacha20 v0.9.1 |
| 594 | 2026-09-05T01:07:20.756Z | Downloaded fixedbitset v0.5.7 |
| 595 | 2026-09-05T01:07:20.756Z | Downloaded glob v0.3.3 |
| 596 | 2026-09-05T01:07:20.759Z | Downloaded cipher v0.4.4 |
| 597 | 2026-09-05T01:07:20.759Z | Downloaded cbc v0.2.1 |
| 598 | 2026-09-05T01:07:20.759Z | Downloaded num_enum v0.5.11 |
| 599 | 2026-09-05T01:07:20.763Z | Downloaded powerfmt v0.2.0 |
| 600 | 2026-09-05T01:07:20.763Z | Downloaded progenitor-macro v0.13.0 |
| 601 | 2026-09-05T01:07:20.764Z | Downloaded radium v0.7.0 |
| 602 | 2026-09-05T01:07:20.767Z | Downloaded ref-cast-impl v1.0.25 |
| 603 | 2026-09-05T01:07:20.767Z | Downloaded scopeguard v1.2.0 |
| 604 | 2026-09-05T01:07:20.767Z | Downloaded ahash v0.8.12 |
| 605 | 2026-09-05T01:07:20.767Z | Downloaded bzip2 v0.6.1 |
| 606 | 2026-09-05T01:07:20.767Z | Downloaded russh-cryptovec v0.62.0 |
| 607 | 2026-09-05T01:07:20.770Z | Downloaded backtrace v0.3.76 |
| 608 | 2026-09-05T01:07:20.773Z | Downloaded console v0.15.11 |
| 609 | 2026-09-05T01:07:20.773Z | Downloaded sha1 v0.10.6 |
| 610 | 2026-09-05T01:07:20.773Z | Downloaded rfc6979 v0.4.0 |
| 611 | 2026-09-05T01:07:20.776Z | Downloaded sha1 v0.11.0 |
| 612 | 2026-09-05T01:07:20.776Z | Downloaded same-file v1.0.6 |
| 613 | 2026-09-05T01:07:20.776Z | Downloaded slog-envlogger v2.2.0 |
| 614 | 2026-09-05T01:07:20.776Z | Downloaded group v0.13.0 |
| 615 | 2026-09-05T01:07:20.779Z | Downloaded phf v0.12.1 |
| 616 | 2026-09-05T01:07:20.779Z | Downloaded ena v0.14.4 |
| 617 | 2026-09-05T01:07:20.779Z | Downloaded enum_dispatch v0.3.13 |
| 618 | 2026-09-05T01:07:20.783Z | Downloaded pbkdf2 v0.13.0 |
| 619 | 2026-09-05T01:07:20.783Z | Downloaded erased-serde v0.3.31 |
| 620 | 2026-09-05T01:07:20.783Z | Downloaded rfc6979 v0.6.0 |
| 621 | 2026-09-05T01:07:20.786Z | Downloaded signature v2.2.0 |
| 622 | 2026-09-05T01:07:20.790Z | Downloaded sqlparser_derive v0.5.0 |
| 623 | 2026-09-05T01:07:20.790Z | Downloaded structmeta v0.3.0 |
| 624 | 2026-09-05T01:07:20.793Z | Downloaded group v0.14.0 |
| 625 | 2026-09-05T01:07:20.794Z | Downloaded testing_table v0.3.0 |
| 626 | 2026-09-05T01:07:20.794Z | Downloaded arrayvec v0.7.6 |
| 627 | 2026-09-05T01:07:20.796Z | Downloaded ciborium v0.2.2 |
| 628 | 2026-09-05T01:07:20.797Z | Downloaded secrecy v0.10.3 |
| 629 | 2026-09-05T01:07:20.797Z | Downloaded progenitor v0.13.0 |
| 630 | 2026-09-05T01:07:20.797Z | Downloaded tagptr v0.2.0 |
| 631 | 2026-09-05T01:07:20.800Z | Downloaded const-oid v0.9.6 |
| 632 | 2026-09-05T01:07:20.803Z | Downloaded aead v0.6.1 |
| 633 | 2026-09-05T01:07:20.803Z | Downloaded argon2 v0.6.0-rc.8 |
| 634 | 2026-09-05T01:07:20.803Z | Downloaded chacha20 v0.10.0 |
| 635 | 2026-09-05T01:07:20.806Z | Downloaded foldhash v0.2.0 |
| 636 | 2026-09-05T01:07:20.806Z | Downloaded http-body v1.0.1 |
| 637 | 2026-09-05T01:07:20.806Z | Downloaded http-body-util v0.1.3 |
| 638 | 2026-09-05T01:07:20.806Z | Downloaded async-bb8-diesel v0.2.1 |
| 639 | 2026-09-05T01:07:20.809Z | Downloaded cancel-safe-futures v0.1.5 |
| 640 | 2026-09-05T01:07:20.809Z | Downloaded clang-sys v1.8.1 |
| 641 | 2026-09-05T01:07:20.812Z | Downloaded blake2 v0.10.6 |
| 642 | 2026-09-05T01:07:20.812Z | Downloaded fallible-iterator v0.2.0 |
| 643 | 2026-09-05T01:07:20.815Z | Downloaded ff v0.14.0 |
| 644 | 2026-09-05T01:07:20.815Z | Downloaded foldhash v0.1.5 |
| 645 | 2026-09-05T01:07:20.815Z | Downloaded futures-executor v0.3.32 |
| 646 | 2026-09-05T01:07:20.818Z | Downloaded git-stub-vcs v0.1.0 |
| 647 | 2026-09-05T01:07:20.818Z | Downloaded bzip2 v0.4.4 |
| 648 | 2026-09-05T01:07:20.818Z | Downloaded compression-codecs v0.4.37 |
| 649 | 2026-09-05T01:07:20.821Z | Downloaded tokio-macros v2.7.0 |
| 650 | 2026-09-05T01:07:20.821Z | Downloaded tokio-test v0.4.5 |
| 651 | 2026-09-05T01:07:20.821Z | Downloaded blake2 v0.11.0-rc.6 |
| 652 | 2026-09-05T01:07:20.824Z | Downloaded colored v3.1.1 |
| 653 | 2026-09-05T01:07:20.824Z | Downloaded topological-sort v0.2.2 |
| 654 | 2026-09-05T01:07:20.827Z | Downloaded num-integer v0.1.46 |
| 655 | 2026-09-05T01:07:20.827Z | Downloaded rand_chacha v0.9.0 |
| 656 | 2026-09-05T01:07:20.827Z | Downloaded pem v3.0.6 |
| 657 | 2026-09-05T01:07:20.827Z | Downloaded progenitor v0.14.0 |
| 658 | 2026-09-05T01:07:20.830Z | Downloaded byte-wrapper v0.1.0 |
| 659 | 2026-09-05T01:07:20.830Z | Downloaded poly1305 v0.8.0 |
| 660 | 2026-09-05T01:07:20.833Z | Downloaded colored v2.2.0 |
| 661 | 2026-09-05T01:07:20.833Z | Downloaded universal-hash v0.6.1 |
| 662 | 2026-09-05T01:07:20.833Z | Downloaded usdt v0.6.0 |
| 663 | 2026-09-05T01:07:20.833Z | Downloaded serde_tokenstream v0.3.0 |
| 664 | 2026-09-05T01:07:20.838Z | Downloaded serde_with_macros v1.5.2 |
| 665 | 2026-09-05T01:07:20.838Z | Downloaded want v0.3.1 |
| 666 | 2026-09-05T01:07:20.838Z | Downloaded zeroize_derive v1.5.0 |
| 667 | 2026-09-05T01:07:20.838Z | Downloaded zone_cfg_derive v0.3.1 |
| 668 | 2026-09-05T01:07:20.838Z | Downloaded usdt-macro v0.6.0 |
| 669 | 2026-09-05T01:07:20.841Z | Downloaded yoke-derive v0.8.1 |
| 670 | 2026-09-05T01:07:20.841Z | Downloaded parking_lot_core v0.8.6 |
| 671 | 2026-09-05T01:07:20.841Z | Downloaded wnaf v0.14.0 |
| 672 | 2026-09-05T01:07:20.841Z | Downloaded newtype-uuid v1.3.2 |
| 673 | 2026-09-05T01:07:20.841Z | Downloaded pkcs8 v0.11.0 |
| 674 | 2026-09-05T01:07:20.844Z | Downloaded crunchy v0.2.4 |
| 675 | 2026-09-05T01:07:20.844Z | Downloaded serde_path_to_error v0.1.20 |
| 676 | 2026-09-05T01:07:20.844Z | Downloaded serde-hex v0.1.0 |
| 677 | 2026-09-05T01:07:20.844Z | Downloaded simd-adler32 v0.3.8 |
| 678 | 2026-09-05T01:07:20.847Z | Downloaded convert_case v0.4.0 |
| 679 | 2026-09-05T01:07:20.847Z | Downloaded zone v0.3.1 |
| 680 | 2026-09-05T01:07:20.847Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 681 | 2026-09-05T01:07:20.847Z | Downloaded defmt-parser v1.0.0 |
| 682 | 2026-09-05T01:07:20.847Z | Downloaded httparse v1.10.1 |
| 683 | 2026-09-05T01:07:20.850Z | Downloaded difflib v0.4.0 |
| 684 | 2026-09-05T01:07:20.850Z | Downloaded thread_local v1.1.9 |
| 685 | 2026-09-05T01:07:20.850Z | Downloaded tiny-keccak v2.0.2 |
| 686 | 2026-09-05T01:07:20.853Z | Downloaded tinystr v0.8.2 |
| 687 | 2026-09-05T01:07:20.853Z | Downloaded hmac v0.12.1 |
| 688 | 2026-09-05T01:07:20.856Z | Downloaded string_cache v0.8.9 |
| 689 | 2026-09-05T01:07:20.859Z | Downloaded futures v0.3.32 |
| 690 | 2026-09-05T01:07:20.863Z | Downloaded generic-array v1.4.3 |
| 691 | 2026-09-05T01:07:20.867Z | Downloaded console v0.16.2 |
| 692 | 2026-09-05T01:07:20.867Z | Downloaded omicron-zone-package v0.12.3 |
| 693 | 2026-09-05T01:07:20.867Z | Downloaded hmac v0.13.0 |
| 694 | 2026-09-05T01:07:20.870Z | Downloaded snafu-derive v0.8.9 |
| 695 | 2026-09-05T01:07:20.870Z | Downloaded strum_macros v0.24.3 |
| 696 | 2026-09-05T01:07:20.870Z | Downloaded const-oid v0.10.2 |
| 697 | 2026-09-05T01:07:20.873Z | Downloaded scrypt v0.12.0 |
| 698 | 2026-09-05T01:07:20.873Z | Downloaded dof v0.4.0 |
| 699 | 2026-09-05T01:07:20.874Z | Downloaded dtrace-parser v0.3.0 |
| 700 | 2026-09-05T01:07:20.874Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 701 | 2026-09-05T01:07:20.877Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 702 | 2026-09-05T01:07:20.877Z | Downloaded pkcs1 v0.7.5 |
| 703 | 2026-09-05T01:07:20.880Z | Downloaded poly1305 v0.9.0 |
| 704 | 2026-09-05T01:07:20.880Z | Downloaded slog-term v2.9.2 |
| 705 | 2026-09-05T01:07:20.883Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 706 | 2026-09-05T01:07:20.883Z | Downloaded vergen-lib v0.1.6 |
| 707 | 2026-09-05T01:07:20.887Z | Downloaded convert_case v0.10.0 |
| 708 | 2026-09-05T01:07:20.889Z | Downloaded is_ci v1.2.0 |
| 709 | 2026-09-05T01:07:20.889Z | Downloaded base64 v0.21.7 |
| 710 | 2026-09-05T01:07:20.892Z | Downloaded oso v0.27.3 |
| 711 | 2026-09-05T01:07:20.892Z | Downloaded libscf-sys v1.2.0 |
| 712 | 2026-09-05T01:07:20.895Z | Downloaded lru-slab v0.1.2 |
| 713 | 2026-09-05T01:07:20.895Z | Downloaded papergrid v0.18.0 |
| 714 | 2026-09-05T01:07:20.899Z | Downloaded num-derive v0.4.2 |
| 715 | 2026-09-05T01:07:20.899Z | Downloaded lru-cache v0.1.2 |
| 716 | 2026-09-05T01:07:20.901Z | Downloaded lzss v0.8.2 |
| 717 | 2026-09-05T01:07:20.902Z | Downloaded num-iter v0.1.45 |
| 718 | 2026-09-05T01:07:20.902Z | Downloaded spki v0.8.0 |
| 719 | 2026-09-05T01:07:20.902Z | Downloaded darling v0.13.4 |
| 720 | 2026-09-05T01:07:20.904Z | Downloaded critical-section v1.2.0 |
| 721 | 2026-09-05T01:07:20.905Z | Downloaded num-conv v0.2.0 |
| 722 | 2026-09-05T01:07:20.905Z | Downloaded lru v0.12.5 |
| 723 | 2026-09-05T01:07:20.908Z | Downloaded openssl-probe v0.1.6 |
| 724 | 2026-09-05T01:07:20.908Z | Downloaded getrandom v0.3.4 |
| 725 | 2026-09-05T01:07:20.908Z | Downloaded parse-size v1.1.0 |
| 726 | 2026-09-05T01:07:20.912Z | Downloaded half v2.7.1 |
| 727 | 2026-09-05T01:07:20.912Z | Downloaded deranged v0.5.8 |
| 728 | 2026-09-05T01:07:20.915Z | Downloaded chacha20poly1305 v0.10.1 |
| 729 | 2026-09-05T01:07:20.915Z | Downloaded digest v0.11.3 |
| 730 | 2026-09-05T01:07:20.915Z | Downloaded half v1.8.3 |
| 731 | 2026-09-05T01:07:20.915Z | Downloaded allocator-api2 v0.2.21 |
| 732 | 2026-09-05T01:07:20.919Z | Downloaded oxide-update-engine-types v0.1.2 |
| 733 | 2026-09-05T01:07:20.919Z | Downloaded fatfs v0.3.6 |
| 734 | 2026-09-05T01:07:20.922Z | Downloaded chumsky v0.9.3 |
| 735 | 2026-09-05T01:07:20.922Z | Downloaded password-hash v0.6.1 |
| 736 | 2026-09-05T01:07:20.925Z | Downloaded precomputed-hash v0.1.1 |
| 737 | 2026-09-05T01:07:20.925Z | Downloaded strum_macros v0.26.4 |
| 738 | 2026-09-05T01:07:20.925Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 739 | 2026-09-05T01:07:20.925Z | Downloaded derive-ex v0.1.8 |
| 740 | 2026-09-05T01:07:20.928Z | Downloaded strum_macros v0.27.2 |
| 741 | 2026-09-05T01:07:20.928Z | Downloaded bytes v1.11.1 |
| 742 | 2026-09-05T01:07:20.933Z | Downloaded psl-types v2.0.11 |
| 743 | 2026-09-05T01:07:20.933Z | Downloaded hyper-staticfile v0.10.1 |
| 744 | 2026-09-05T01:07:20.933Z | Downloaded tokio-stream v0.1.18 |
| 745 | 2026-09-05T01:07:20.936Z | Downloaded diesel-dtrace v0.5.0 |
| 746 | 2026-09-05T01:07:20.936Z | Downloaded proc-macro-crate v3.4.0 |
| 747 | 2026-09-05T01:07:20.936Z | Downloaded rustc_version v0.4.1 |
| 748 | 2026-09-05T01:07:20.941Z | Downloaded serde_urlencoded v0.7.1 |
| 749 | 2026-09-05T01:07:20.941Z | Downloaded tracing-attributes v0.1.31 |
| 750 | 2026-09-05T01:07:20.941Z | Downloaded sha2 v0.11.0 |
| 751 | 2026-09-05T01:07:20.946Z | Downloaded instability v0.3.11 |
| 752 | 2026-09-05T01:07:20.946Z | Downloaded ipnet v2.12.0 |
| 753 | 2026-09-05T01:07:20.946Z | Downloaded unicode-properties v0.1.4 |
| 754 | 2026-09-05T01:07:20.949Z | Downloaded libefi-sys v0.1.0 |
| 755 | 2026-09-05T01:07:20.949Z | Downloaded lock_api v0.4.14 |
| 756 | 2026-09-05T01:07:20.949Z | Downloaded zerocopy v0.6.6 |
| 757 | 2026-09-05T01:07:20.949Z | Downloaded tui-tree-widget v0.23.1 |
| 758 | 2026-09-05T01:07:20.949Z | Downloaded cookie v0.18.1 |
| 759 | 2026-09-05T01:07:20.952Z | Downloaded strum v0.27.2 |
| 760 | 2026-09-05T01:07:20.955Z | Downloaded supports-unicode v3.0.0 |
| 761 | 2026-09-05T01:07:20.958Z | Downloaded prettyplease v0.2.37 |
| 762 | 2026-09-05T01:07:20.961Z | Downloaded similar v2.7.0 |
| 763 | 2026-09-05T01:07:20.964Z | Downloaded crossbeam-epoch v0.9.18 |
| 764 | 2026-09-05T01:07:20.964Z | Downloaded ctr v0.10.1 |
| 765 | 2026-09-05T01:07:20.967Z | Downloaded shell-words v1.1.1 |
| 766 | 2026-09-05T01:07:20.967Z | Downloaded progenitor-impl v0.14.0 |
| 767 | 2026-09-05T01:07:20.970Z | Downloaded der_derive v0.7.3 |
| 768 | 2026-09-05T01:07:20.973Z | Downloaded elliptic-curve v0.14.1 |
| 769 | 2026-09-05T01:07:20.989Z | Downloaded p384 v0.14.0 |
| 770 | 2026-09-05T01:07:20.989Z | Downloaded base64 v0.22.1 |
| 771 | 2026-09-05T01:07:20.989Z | Downloaded compact_str v0.8.1 |
| 772 | 2026-09-05T01:07:20.989Z | Downloaded cc v1.2.56 |
| 773 | 2026-09-05T01:07:20.989Z | Downloaded rayon-core v1.13.0 |
| 774 | 2026-09-05T01:07:20.989Z | Downloaded ar_archive_writer v0.5.1 |
| 775 | 2026-09-05T01:07:20.989Z | Downloaded phc v0.6.1 |
| 776 | 2026-09-05T01:07:20.989Z | Downloaded phf_shared v0.12.1 |
| 777 | 2026-09-05T01:07:20.989Z | Downloaded unarray v0.1.4 |
| 778 | 2026-09-05T01:07:20.989Z | Downloaded pem-rfc7468 v1.0.0 |
| 779 | 2026-09-05T01:07:20.993Z | Downloaded term v1.2.1 |
| 780 | 2026-09-05T01:07:20.993Z | Downloaded typify-macro v0.6.2 |
| 781 | 2026-09-05T01:07:20.993Z | Downloaded polyval v0.7.1 |
| 782 | 2026-09-05T01:07:20.996Z | Downloaded rand_core v0.6.4 |
| 783 | 2026-09-05T01:07:20.996Z | Downloaded rcgen v0.12.1 |
| 784 | 2026-09-05T01:07:20.996Z | Downloaded bumpalo v3.20.2 |
| 785 | 2026-09-05T01:07:21.000Z | Downloaded ecdsa v0.17.0 |
| 786 | 2026-09-05T01:07:21.000Z | Downloaded tower-layer v0.3.3 |
| 787 | 2026-09-05T01:07:21.000Z | Downloaded rpassword v7.5.4 |
| 788 | 2026-09-05T01:07:21.004Z | Downloaded utf-8 v0.7.6 |
| 789 | 2026-09-05T01:07:21.004Z | Downloaded trait-variant v0.1.2 |
| 790 | 2026-09-05T01:07:21.004Z | Downloaded try-lock v0.2.5 |
| 791 | 2026-09-05T01:07:21.004Z | Downloaded cpufeatures v0.3.0 |
| 792 | 2026-09-05T01:07:21.008Z | Downloaded zerofrom-derive v0.1.6 |
| 793 | 2026-09-05T01:07:21.008Z | Downloaded ingot-macros v0.2.0 |
| 794 | 2026-09-05T01:07:21.008Z | Downloaded rustls-platform-verifier v0.6.2 |
| 795 | 2026-09-05T01:07:21.008Z | Downloaded slog-json v2.6.1 |
| 796 | 2026-09-05T01:07:21.012Z | Downloaded hybrid-array v0.4.13 |
| 797 | 2026-09-05T01:07:21.012Z | Downloaded schemars_derive v0.8.22 |
| 798 | 2026-09-05T01:07:21.012Z | Downloaded secrecy v0.8.0 |
| 799 | 2026-09-05T01:07:21.012Z | Downloaded tungstenite v0.21.0 |
| 800 | 2026-09-05T01:07:21.015Z | Downloaded darling_macro v0.20.11 |
| 801 | 2026-09-05T01:07:21.015Z | Downloaded num-complex v0.4.6 |
| 802 | 2026-09-05T01:07:21.015Z | Downloaded parking_lot v0.12.5 |
| 803 | 2026-09-05T01:07:21.018Z | Downloaded smf v0.2.3 |
| 804 | 2026-09-05T01:07:21.018Z | Downloaded debug-ignore v1.0.5 |
| 805 | 2026-09-05T01:07:21.018Z | Downloaded document-features v0.2.12 |
| 806 | 2026-09-05T01:07:21.021Z | Downloaded sec1 v0.7.3 |
| 807 | 2026-09-05T01:07:21.021Z | Downloaded sec1 v0.8.1 |
| 808 | 2026-09-05T01:07:21.021Z | Downloaded shlex v1.3.0 |
| 809 | 2026-09-05T01:07:21.024Z | Downloaded dirs-next v2.0.0 |
| 810 | 2026-09-05T01:07:21.024Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 811 | 2026-09-05T01:07:21.024Z | Downloaded flate2 v1.1.9 |
| 812 | 2026-09-05T01:07:21.027Z | Downloaded quinn v0.11.11 |
| 813 | 2026-09-05T01:07:21.031Z | Downloaded stringprep v0.1.5 |
| 814 | 2026-09-05T01:07:21.031Z | Downloaded hickory-resolver v0.24.4 |
| 815 | 2026-09-05T01:07:21.034Z | Downloaded ssh-encoding v0.3.0 |
| 816 | 2026-09-05T01:07:21.034Z | Downloaded tinyvec_macros v0.1.1 |
| 817 | 2026-09-05T01:07:21.034Z | Downloaded indent_write v2.2.0 |
| 818 | 2026-09-05T01:07:21.034Z | Downloaded arc-swap v1.8.2 |
| 819 | 2026-09-05T01:07:21.037Z | Downloaded heapless v0.7.17 |
| 820 | 2026-09-05T01:07:21.040Z | Downloaded linked-hash-map v0.5.6 |
| 821 | 2026-09-05T01:07:21.040Z | Downloaded quinn-udp v0.5.14 |
| 822 | 2026-09-05T01:07:21.040Z | Downloaded jiff-static v0.2.34 |
| 823 | 2026-09-05T01:07:21.044Z | Downloaded rustls-pki-types v1.14.0 |
| 824 | 2026-09-05T01:07:21.044Z | Downloaded whoami v2.1.0 |
| 825 | 2026-09-05T01:07:21.047Z | Downloaded mime v0.3.17 |
| 826 | 2026-09-05T01:07:21.047Z | Downloaded tokio-dtrace v0.1.1 |
| 827 | 2026-09-05T01:07:21.050Z | Downloaded newtype_derive v0.1.6 |
| 828 | 2026-09-05T01:07:21.050Z | Downloaded opaque-debug v0.3.1 |
| 829 | 2026-09-05T01:07:21.050Z | Downloaded oso-derive v0.27.3 |
| 830 | 2026-09-05T01:07:21.053Z | Downloaded zstd-safe v7.2.4 |
| 831 | 2026-09-05T01:07:21.056Z | Downloaded untrusted v0.7.1 |
| 832 | 2026-09-05T01:07:21.059Z | Downloaded hickory-proto v0.24.4 |
| 833 | 2026-09-05T01:07:21.066Z | Downloaded tokio-tungstenite v0.21.0 |
| 834 | 2026-09-05T01:07:21.068Z | Downloaded vsss-rs v3.3.4 |
| 835 | 2026-09-05T01:07:21.069Z | Downloaded salsa20 v0.11.0 |
| 836 | 2026-09-05T01:07:21.071Z | Downloaded litrs v1.0.0 |
| 837 | 2026-09-05T01:07:21.071Z | Downloaded constant_time_eq v0.4.2 |
| 838 | 2026-09-05T01:07:21.075Z | Downloaded writeable v0.6.2 |
| 839 | 2026-09-05T01:07:21.075Z | Downloaded path-slash v0.1.5 |
| 840 | 2026-09-05T01:07:21.075Z | Downloaded vergen-gitcl v1.0.8 |
| 841 | 2026-09-05T01:07:21.075Z | Downloaded predicates-tree v1.0.13 |
| 842 | 2026-09-05T01:07:21.078Z | Downloaded vte v0.14.1 |
| 843 | 2026-09-05T01:07:21.078Z | Downloaded zip v0.6.6 |
| 844 | 2026-09-05T01:07:21.080Z | Downloaded delegate v0.13.5 |
| 845 | 2026-09-05T01:07:21.081Z | Downloaded dunce v1.0.5 |
| 846 | 2026-09-05T01:07:21.081Z | Downloaded russh-util v0.52.0 |
| 847 | 2026-09-05T01:07:21.081Z | Downloaded scheduled-thread-pool v0.2.7 |
| 848 | 2026-09-05T01:07:21.085Z | Downloaded spin v0.9.8 |
| 849 | 2026-09-05T01:07:21.092Z | Downloaded rand_xorshift v0.4.0 |
| 850 | 2026-09-05T01:07:21.095Z | Downloaded recursive v0.1.1 |
| 851 | 2026-09-05T01:07:21.098Z | Downloaded hickory-server v0.25.2 |
| 852 | 2026-09-05T01:07:21.098Z | Downloaded pkcs5 v0.8.1 |
| 853 | 2026-09-05T01:07:21.101Z | Downloaded term v0.7.0 |
| 854 | 2026-09-05T01:07:21.104Z | Downloaded http v1.4.2 |
| 855 | 2026-09-05T01:07:21.104Z | Downloaded heapless v0.8.0 |
| 856 | 2026-09-05T01:07:21.107Z | Downloaded hickory-resolver v0.25.2 |
| 857 | 2026-09-05T01:07:21.110Z | Downloaded rand v0.10.1 |
| 858 | 2026-09-05T01:07:21.110Z | Downloaded ingot v0.2.1 |
| 859 | 2026-09-05T01:07:21.113Z | Downloaded ingot-types v0.2.0 |
| 860 | 2026-09-05T01:07:21.113Z | Downloaded libsw v3.5.0 |
| 861 | 2026-09-05T01:07:21.113Z | Downloaded siphasher v1.0.2 |
| 862 | 2026-09-05T01:07:21.113Z | Downloaded darling_core v0.20.11 |
| 863 | 2026-09-05T01:07:21.117Z | Downloaded darling_core v0.21.3 |
| 864 | 2026-09-05T01:07:21.120Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 865 | 2026-09-05T01:07:21.120Z | Downloaded darling_core v0.23.0 |
| 866 | 2026-09-05T01:07:21.123Z | Downloaded hashbrown v0.12.3 |
| 867 | 2026-09-05T01:07:21.126Z | Downloaded num-rational v0.4.2 |
| 868 | 2026-09-05T01:07:21.126Z | Downloaded slog-bunyan v2.5.0 |
| 869 | 2026-09-05T01:07:21.126Z | Downloaded termtree v0.5.1 |
| 870 | 2026-09-05T01:07:21.126Z | Downloaded strip-ansi-escapes v0.2.1 |
| 871 | 2026-09-05T01:07:21.126Z | Downloaded strsim v0.10.0 |
| 872 | 2026-09-05T01:07:21.129Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 873 | 2026-09-05T01:07:21.129Z | Downloaded unicode-xid v0.2.6 |
| 874 | 2026-09-05T01:07:21.129Z | Downloaded serde_yaml v0.9.34+deprecated |
| 875 | 2026-09-05T01:07:21.132Z | Downloaded crossbeam-utils v0.8.21 |
| 876 | 2026-09-05T01:07:21.132Z | Downloaded module-lattice v0.2.3 |
| 877 | 2026-09-05T01:07:21.132Z | Downloaded nanorand v0.7.0 |
| 878 | 2026-09-05T01:07:21.136Z | Downloaded crc32fast v1.5.0 |
| 879 | 2026-09-05T01:07:21.136Z | Downloaded universal-hash v0.5.1 |
| 880 | 2026-09-05T01:07:21.136Z | Downloaded num_enum_derive v0.7.6 |
| 881 | 2026-09-05T01:07:21.136Z | Downloaded oxide-update-engine v0.1.2 |
| 882 | 2026-09-05T01:07:21.139Z | Downloaded phf v0.13.1 |
| 883 | 2026-09-05T01:07:21.139Z | Downloaded unit-prefix v0.5.2 |
| 884 | 2026-09-05T01:07:21.139Z | Downloaded slog v2.8.2 |
| 885 | 2026-09-05T01:07:21.139Z | Downloaded icu_locale_core v2.1.1 |
| 886 | 2026-09-05T01:07:21.142Z | Downloaded icu_normalizer v2.1.1 |
| 887 | 2026-09-05T01:07:21.145Z | Downloaded xattr v1.6.1 |
| 888 | 2026-09-05T01:07:21.145Z | Downloaded zerofrom v0.1.6 |
| 889 | 2026-09-05T01:07:21.145Z | Downloaded smallvec v1.15.1 |
| 890 | 2026-09-05T01:07:21.148Z | Downloaded peg v0.8.5 |
| 891 | 2026-09-05T01:07:21.148Z | Downloaded pin-project-lite v0.2.17 |
| 892 | 2026-09-05T01:07:21.151Z | Downloaded samael v0.0.19 |
| 893 | 2026-09-05T01:07:21.154Z | Downloaded crc-catalog v2.4.0 |
| 894 | 2026-09-05T01:07:21.154Z | Downloaded crc8 v0.1.1 |
| 895 | 2026-09-05T01:07:21.154Z | Downloaded derive_builder v0.20.2 |
| 896 | 2026-09-05T01:07:21.157Z | Downloaded derive_builder_macro v0.20.2 |
| 897 | 2026-09-05T01:07:21.157Z | Downloaded digest-io v0.1.0 |
| 898 | 2026-09-05T01:07:21.162Z | Downloaded proc-macro-error2 v2.0.1 |
| 899 | 2026-09-05T01:07:21.162Z | Downloaded psm v0.1.30 |
| 900 | 2026-09-05T01:07:21.165Z | Downloaded rand_core v0.9.5 |
| 901 | 2026-09-05T01:07:21.165Z | Downloaded signal-hook-registry v1.4.8 |
| 902 | 2026-09-05T01:07:21.166Z | Downloaded miniz_oxide v0.8.9 |
| 903 | 2026-09-05T01:07:21.166Z | Downloaded pkcs8 v0.10.2 |
| 904 | 2026-09-05T01:07:21.169Z | Downloaded iana-time-zone v0.1.65 |
| 905 | 2026-09-05T01:07:21.169Z | Downloaded darling_macro v0.23.0 |
| 906 | 2026-09-05T01:07:21.169Z | Downloaded expectorate v1.2.0 |
| 907 | 2026-09-05T01:07:21.169Z | Downloaded pretty_assertions v1.4.1 |
| 908 | 2026-09-05T01:07:21.174Z | Downloaded hashbrown v0.13.2 |
| 909 | 2026-09-05T01:07:21.174Z | Downloaded aes v0.9.1 |
| 910 | 2026-09-05T01:07:21.178Z | Downloaded crypto-bigint v0.5.5 |
| 911 | 2026-09-05T01:07:21.178Z | Downloaded downcast-rs v2.0.2 |
| 912 | 2026-09-05T01:07:21.181Z | Downloaded idna_adapter v1.2.1 |
| 913 | 2026-09-05T01:07:21.181Z | Downloaded inout v0.2.2 |
| 914 | 2026-09-05T01:07:21.181Z | Downloaded instant v0.1.13 |
| 915 | 2026-09-05T01:07:21.181Z | Downloaded litemap v0.8.1 |
| 916 | 2026-09-05T01:07:21.181Z | Downloaded static_assertions v1.1.0 |
| 917 | 2026-09-05T01:07:21.181Z | Downloaded dsl_auto_type v0.2.0 |
| 918 | 2026-09-05T01:07:21.184Z | Downloaded serde_derive_internals v0.29.1 |
| 919 | 2026-09-05T01:07:21.184Z | Downloaded lazy_static v1.5.0 |
| 920 | 2026-09-05T01:07:21.184Z | Downloaded tokio-native-tls v0.3.1 |
| 921 | 2026-09-05T01:07:21.184Z | Downloaded indicatif v0.18.4 |
| 922 | 2026-09-05T01:07:21.187Z | Downloaded unsafe-libyaml v0.2.11 |
| 923 | 2026-09-05T01:07:21.190Z | Downloaded slog-dtrace v0.3.0 |
| 924 | 2026-09-05T01:07:21.190Z | Downloaded keccak v0.1.6 |
| 925 | 2026-09-05T01:07:21.190Z | Downloaded termios v0.3.3 |
| 926 | 2026-09-05T01:07:21.190Z | Downloaded new_debug_unreachable v1.0.6 |
| 927 | 2026-09-05T01:07:21.190Z | Downloaded newtype-uuid-macros v0.1.0 |
| 928 | 2026-09-05T01:07:21.193Z | Downloaded olpc-cjson v0.1.4 |
| 929 | 2026-09-05T01:07:21.193Z | Downloaded packed_struct v0.10.1 |
| 930 | 2026-09-05T01:07:21.193Z | Downloaded parse-display v0.10.0 |
| 931 | 2026-09-05T01:07:21.193Z | Downloaded xshell v0.2.7 |
| 932 | 2026-09-05T01:07:21.196Z | Downloaded minimal-lexical v0.2.1 |
| 933 | 2026-09-05T01:07:21.196Z | Downloaded unicode_categories v0.1.1 |
| 934 | 2026-09-05T01:07:21.200Z | Downloaded darling v0.21.3 |
| 935 | 2026-09-05T01:07:21.200Z | Downloaded ryu v1.0.23 |
| 936 | 2026-09-05T01:07:21.203Z | Downloaded memoffset v0.9.1 |
| 937 | 2026-09-05T01:07:21.203Z | Downloaded derive_builder_core v0.20.2 |
| 938 | 2026-09-05T01:07:21.203Z | Downloaded zerovec-derive v0.11.2 |
| 939 | 2026-09-05T01:07:21.208Z | Downloaded maplit v1.0.2 |
| 940 | 2026-09-05T01:07:21.208Z | Downloaded md5 v0.8.0 |
| 941 | 2026-09-05T01:07:21.208Z | Downloaded progenitor-macro v0.14.0 |
| 942 | 2026-09-05T01:07:21.208Z | Downloaded vergen-lib v9.1.0 |
| 943 | 2026-09-05T01:07:21.208Z | Downloaded walkdir v2.5.0 |
| 944 | 2026-09-05T01:07:21.211Z | Downloaded num-bigint-dig v0.8.6 |
| 945 | 2026-09-05T01:07:21.211Z | Downloaded rustyline v14.0.0 |
| 946 | 2026-09-05T01:07:21.214Z | Downloaded icu_provider v2.1.1 |
| 947 | 2026-09-05T01:07:21.214Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 948 | 2026-09-05T01:07:21.217Z | Downloaded libbz2-rs-sys v0.2.2 |
| 949 | 2026-09-05T01:07:21.217Z | Downloaded memmap2 v0.9.10 |
| 950 | 2026-09-05T01:07:21.217Z | Downloaded sapling-renderdag v0.1.0 |
| 951 | 2026-09-05T01:07:21.218Z | Downloaded primeorder v0.14.0 |
| 952 | 2026-09-05T01:07:21.221Z | Downloaded aes-gcm v0.11.0 |
| 953 | 2026-09-05T01:07:21.221Z | Downloaded serde_bytes v0.11.19 |
| 954 | 2026-09-05T01:07:21.224Z | Downloaded tar v0.4.46 |
| 955 | 2026-09-05T01:07:21.224Z | Downloaded hashbrown v0.14.5 |
| 956 | 2026-09-05T01:07:21.227Z | Downloaded serde_plain v1.0.2 |
| 957 | 2026-09-05T01:07:21.227Z | Downloaded tap v1.0.1 |
| 958 | 2026-09-05T01:07:21.227Z | Downloaded strum v0.26.3 |
| 959 | 2026-09-05T01:07:21.227Z | Downloaded take_mut v0.2.2 |
| 960 | 2026-09-05T01:07:21.227Z | Downloaded ed25519 v3.0.0 |
| 961 | 2026-09-05T01:07:21.230Z | Downloaded synstructure v0.13.2 |
| 962 | 2026-09-05T01:07:21.230Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 963 | 2026-09-05T01:07:21.233Z | Downloaded jobserver v0.1.34 |
| 964 | 2026-09-05T01:07:21.233Z | Downloaded num_enum v0.7.6 |
| 965 | 2026-09-05T01:07:21.237Z | Downloaded utf8_iter v1.0.4 |
| 966 | 2026-09-05T01:07:21.237Z | Downloaded signature v3.0.0 |
| 967 | 2026-09-05T01:07:21.237Z | Downloaded untrusted v0.9.0 |
| 968 | 2026-09-05T01:07:21.240Z | Downloaded schemars v0.8.22 |
| 969 | 2026-09-05T01:07:21.244Z | Downloaded pin-project-internal v1.1.11 |
| 970 | 2026-09-05T01:07:21.247Z | Downloaded postgres-protocol v0.6.10 |
| 971 | 2026-09-05T01:07:21.247Z | Downloaded hyper-tls v0.6.0 |
| 972 | 2026-09-05T01:07:21.251Z | Downloaded steno v0.4.1 |
| 973 | 2026-09-05T01:07:21.254Z | Downloaded hyper-rustls v0.27.7 |
| 974 | 2026-09-05T01:07:21.256Z | Downloaded num-bigint v0.4.6 |
| 975 | 2026-09-05T01:07:21.259Z | Downloaded dirs-sys-next v0.1.2 |
| 976 | 2026-09-05T01:07:21.262Z | Downloaded maybe-uninit v2.0.0 |
| 977 | 2026-09-05T01:07:21.267Z | Downloaded resolv-conf v0.7.6 |
| 978 | 2026-09-05T01:07:21.272Z | Downloaded slog-async v2.8.0 |
| 979 | 2026-09-05T01:07:21.275Z | Downloaded r2d2 v0.8.10 |
| 980 | 2026-09-05T01:07:21.275Z | Downloaded rustls-pemfile v2.2.0 |
| 981 | 2026-09-05T01:07:21.275Z | Downloaded hashbrown v0.16.1 |
| 982 | 2026-09-05T01:07:21.279Z | Downloaded ref-cast v1.0.25 |
| 983 | 2026-09-05T01:07:21.279Z | Downloaded nonempty v0.12.0 |
| 984 | 2026-09-05T01:07:21.282Z | Downloaded unicode-bidi v0.3.18 |
| 985 | 2026-09-05T01:07:21.286Z | Downloaded phf_shared v0.11.3 |
| 986 | 2026-09-05T01:07:21.289Z | Downloaded rand_pcg v0.10.2 |
| 987 | 2026-09-05T01:07:21.289Z | Downloaded rustc_version v0.1.7 |
| 988 | 2026-09-05T01:07:21.292Z | Downloaded serde_repr v0.1.20 |
| 989 | 2026-09-05T01:07:21.297Z | Downloaded potential_utf v0.1.4 |
| 990 | 2026-09-05T01:07:21.297Z | Downloaded semver v0.1.20 |
| 991 | 2026-09-05T01:07:21.297Z | Downloaded rand v0.9.2 |
| 992 | 2026-09-05T01:07:21.300Z | Downloaded rsa v0.9.10 |
| 993 | 2026-09-05T01:07:21.300Z | Downloaded zstd v0.13.3 |
| 994 | 2026-09-05T01:07:21.303Z | Downloaded structmeta-derive v0.3.0 |
| 995 | 2026-09-05T01:07:21.303Z | Downloaded test-strategy v0.4.5 |
| 996 | 2026-09-05T01:07:21.303Z | Downloaded schemars v0.9.0 |
| 997 | 2026-09-05T01:07:21.309Z | Downloaded sync-ptr v0.1.4 |
| 998 | 2026-09-05T01:07:21.312Z | Downloaded defmt-macros v1.0.1 |
| 999 | 2026-09-05T01:07:21.312Z | Downloaded supports-hyperlinks v3.2.0 |
| 1000 | 2026-09-05T01:07:21.312Z | Downloaded wait-timeout v0.2.1 |
| 1001 | 2026-09-05T01:07:21.316Z | Downloaded twox-hash v2.1.2 |
| 1002 | 2026-09-05T01:07:21.316Z | Downloaded internet-checksum v0.2.1 |
| 1003 | 2026-09-05T01:07:21.316Z | Downloaded const_format_proc_macros v0.2.34 |
| 1004 | 2026-09-05T01:07:21.316Z | Downloaded xshell-macros v0.2.7 |
| 1005 | 2026-09-05T01:07:21.319Z | Downloaded snafu v0.8.9 |
| 1006 | 2026-09-05T01:07:21.319Z | Downloaded postcard v1.1.3 |
| 1007 | 2026-09-05T01:07:21.323Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1008 | 2026-09-05T01:07:21.323Z | Downloaded p521 v0.14.0 |
| 1009 | 2026-09-05T01:07:21.326Z | Downloaded csv-core v0.1.13 |
| 1010 | 2026-09-05T01:07:21.329Z | Downloaded data-encoding v2.10.0 |
| 1011 | 2026-09-05T01:07:21.329Z | Downloaded ed25519 v2.2.3 |
| 1012 | 2026-09-05T01:07:21.329Z | Downloaded oxnet v0.1.6 |
| 1013 | 2026-09-05T01:07:21.329Z | Downloaded ctutils v0.4.2 |
| 1014 | 2026-09-05T01:07:21.331Z | Downloaded libloading v0.8.9 |
| 1015 | 2026-09-05T01:07:21.335Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1016 | 2026-09-05T01:07:21.338Z | Downloaded ed25519-dalek v2.2.0 |
| 1017 | 2026-09-05T01:07:21.340Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1018 | 2026-09-05T01:07:21.343Z | Downloaded inout v0.1.4 |
| 1019 | 2026-09-05T01:07:21.344Z | Downloaded kstat-rs v0.2.5 |
| 1020 | 2026-09-05T01:07:21.344Z | Downloaded native-tls v0.2.18 |
| 1021 | 2026-09-05T01:07:21.347Z | Downloaded darling v0.23.0 |
| 1022 | 2026-09-05T01:07:21.350Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1023 | 2026-09-05T01:07:21.353Z | Downloaded indexmap v1.9.3 |
| 1024 | 2026-09-05T01:07:21.353Z | Downloaded parse-display-derive v0.10.0 |
| 1025 | 2026-09-05T01:07:21.356Z | Downloaded packed_struct_codegen v0.10.1 |
| 1026 | 2026-09-05T01:07:21.356Z | Downloaded pem-rfc7468 v0.7.0 |
| 1027 | 2026-09-05T01:07:21.359Z | Downloaded ppv-lite86 v0.2.21 |
| 1028 | 2026-09-05T01:07:21.362Z | Downloaded ssh-cipher v0.3.0 |
| 1029 | 2026-09-05T01:07:21.362Z | Downloaded slog-stdlog v4.1.1 |
| 1030 | 2026-09-05T01:07:21.365Z | Downloaded uzers v0.12.2 |
| 1031 | 2026-09-05T01:07:21.365Z | Downloaded diesel_derives v2.3.7 |
| 1032 | 2026-09-05T01:07:21.368Z | Downloaded percent-encoding v2.3.2 |
| 1033 | 2026-09-05T01:07:21.371Z | Downloaded des v0.9.0 |
| 1034 | 2026-09-05T01:07:21.371Z | Downloaded tokio-tungstenite v0.23.1 |
| 1035 | 2026-09-05T01:07:21.377Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1036 | 2026-09-05T01:07:21.380Z | Downloaded scroll_derive v0.13.1 |
| 1037 | 2026-09-05T01:07:21.380Z | Downloaded derive_more v2.1.1 |
| 1038 | 2026-09-05T01:07:21.385Z | Downloaded prefix-trie v0.7.0 |
| 1039 | 2026-09-05T01:07:21.388Z | Downloaded hashbrown v0.15.5 |
| 1040 | 2026-09-05T01:07:21.392Z | Downloaded daft v0.1.8 |
| 1041 | 2026-09-05T01:07:21.392Z | Downloaded futures-util v0.3.32 |
| 1042 | 2026-09-05T01:07:21.399Z | Downloaded hkdf v0.13.0 |
| 1043 | 2026-09-05T01:07:21.405Z | Downloaded usdt-impl v0.6.0 |
| 1044 | 2026-09-05T01:07:21.405Z | Downloaded progenitor-impl v0.13.0 |
| 1045 | 2026-09-05T01:07:21.405Z | Downloaded signal-hook-tokio v0.3.1 |
| 1046 | 2026-09-05T01:07:21.405Z | Downloaded sigpipe v0.1.3 |
| 1047 | 2026-09-05T01:07:21.407Z | Downloaded const_format v0.2.35 |
| 1048 | 2026-09-05T01:07:21.407Z | Downloaded nom v7.1.3 |
| 1049 | 2026-09-05T01:07:21.411Z | Downloaded ecdsa v0.16.9 |
| 1050 | 2026-09-05T01:07:21.415Z | Downloaded stable_deref_trait v1.2.1 |
| 1051 | 2026-09-05T01:07:21.415Z | Downloaded supports-color v3.0.2 |
| 1052 | 2026-09-05T01:07:21.415Z | Downloaded linear-map v1.2.0 |
| 1053 | 2026-09-05T01:07:21.415Z | Downloaded managed v0.8.0 |
| 1054 | 2026-09-05T01:07:21.419Z | Downloaded cpubits v0.1.1 |
| 1055 | 2026-09-05T01:07:21.419Z | Downloaded unicode-truncate v1.1.0 |
| 1056 | 2026-09-05T01:07:21.419Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1057 | 2026-09-05T01:07:21.419Z | Downloaded defmt v0.3.100 |
| 1058 | 2026-09-05T01:07:21.419Z | Downloaded ml-kem v0.3.2 |
| 1059 | 2026-09-05T01:07:21.419Z | Downloaded ed25519-dalek v3.0.0 |
| 1060 | 2026-09-05T01:07:21.422Z | Downloaded uuid v1.23.4 |
| 1061 | 2026-09-05T01:07:21.422Z | Downloaded postgres-types v0.2.12 |
| 1062 | 2026-09-05T01:07:21.425Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-09-05T01:07:21.425Z | Downloaded multer v3.1.0 |
| 1064 | 2026-09-05T01:07:21.429Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1065 | 2026-09-05T01:07:21.429Z | Downloaded dropshot-api-manager v0.8.0 |
| 1066 | 2026-09-05T01:07:21.433Z | Downloaded ident_case v1.0.1 |
| 1067 | 2026-09-05T01:07:21.433Z | Downloaded kem v0.3.0 |
| 1068 | 2026-09-05T01:07:21.433Z | Downloaded zip v4.6.1 |
| 1069 | 2026-09-05T01:07:21.435Z | Downloaded oxide-generation v0.1.3 |
| 1070 | 2026-09-05T01:07:21.435Z | Downloaded parking_lot_core v0.9.12 |
| 1071 | 2026-09-05T01:07:21.438Z | Downloaded rustc-hash v2.1.1 |
| 1072 | 2026-09-05T01:07:21.438Z | Downloaded nibble_vec v0.1.0 |
| 1073 | 2026-09-05T01:07:21.438Z | Downloaded openssl-probe v0.2.1 |
| 1074 | 2026-09-05T01:07:21.441Z | Downloaded cookie_store v0.22.1 |
| 1075 | 2026-09-05T01:07:21.441Z | Downloaded port-file v0.1.0 |
| 1076 | 2026-09-05T01:07:21.444Z | Downloaded daft-derive v0.1.8 |
| 1077 | 2026-09-05T01:07:21.444Z | Downloaded primeorder v0.13.6 |
| 1078 | 2026-09-05T01:07:21.447Z | Downloaded serde_spanned v1.1.1 |
| 1079 | 2026-09-05T01:07:21.447Z | Downloaded vergen v9.1.0 |
| 1080 | 2026-09-05T01:07:21.450Z | Downloaded h2 v0.4.15 |
| 1081 | 2026-09-05T01:07:21.452Z | Downloaded hkdf v0.12.4 |
| 1082 | 2026-09-05T01:07:21.455Z | Downloaded socket2 v0.6.3 |
| 1083 | 2026-09-05T01:07:21.455Z | Downloaded tungstenite v0.23.0 |
| 1084 | 2026-09-05T01:07:21.457Z | Downloaded ron v0.8.1 |
| 1085 | 2026-09-05T01:07:21.460Z | Downloaded support-bundle-viewer v0.1.2 |
| 1086 | 2026-09-05T01:07:21.463Z | Downloaded subtle v2.6.1 |
| 1087 | 2026-09-05T01:07:21.463Z | Downloaded sync_wrapper v1.0.2 |
| 1088 | 2026-09-05T01:07:21.463Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-09-05T01:07:21.463Z | Downloaded cstr-argument v0.1.2 |
| 1090 | 2026-09-05T01:07:21.463Z | Downloaded indoc v1.0.9 |
| 1091 | 2026-09-05T01:07:21.466Z | Downloaded serde_cbor v0.11.2 |
| 1092 | 2026-09-05T01:07:21.469Z | Downloaded num-traits v0.2.19 |
| 1093 | 2026-09-05T01:07:21.472Z | Downloaded zopfli v0.8.3 |
| 1094 | 2026-09-05T01:07:21.474Z | Downloaded zeroize v1.9.0 |
| 1095 | 2026-09-05T01:07:21.474Z | Downloaded darling_macro v0.21.3 |
| 1096 | 2026-09-05T01:07:21.474Z | Downloaded dyn-clone v1.0.20 |
| 1097 | 2026-09-05T01:07:21.477Z | Downloaded rustls-webpki v0.103.13 |
| 1098 | 2026-09-05T01:07:21.480Z | Downloaded illumos-nvpair v0.3.0 |
| 1099 | 2026-09-05T01:07:21.480Z | Downloaded ipnetwork v0.21.1 |
| 1100 | 2026-09-05T01:07:21.480Z | Downloaded libsw-core v0.3.2 |
| 1101 | 2026-09-05T01:07:21.480Z | Downloaded thread-id v5.1.0 |
| 1102 | 2026-09-05T01:07:21.483Z | Downloaded icu_normalizer_data v2.1.1 |
| 1103 | 2026-09-05T01:07:21.483Z | Downloaded pkg-config v0.3.32 |
| 1104 | 2026-09-05T01:07:21.487Z | Downloaded scuffle v0.1.0 |
| 1105 | 2026-09-05T01:07:21.492Z | Downloaded tabwriter v1.4.1 |
| 1106 | 2026-09-05T01:07:21.498Z | Downloaded mime_guess v2.0.5 |
| 1107 | 2026-09-05T01:07:21.498Z | Downloaded owo-colors v4.3.0 |
| 1108 | 2026-09-05T01:07:21.502Z | Downloaded rustc-demangle v0.1.27 |
| 1109 | 2026-09-05T01:07:21.502Z | Downloaded is-terminal v0.4.17 |
| 1110 | 2026-09-05T01:07:21.502Z | Downloaded lalrpop-util v0.19.12 |
| 1111 | 2026-09-05T01:07:21.502Z | Downloaded rustls-native-certs v0.8.3 |
| 1112 | 2026-09-05T01:07:21.502Z | Downloaded spki v0.7.3 |
| 1113 | 2026-09-05T01:07:21.502Z | Downloaded signal-hook-mio v0.2.5 |
| 1114 | 2026-09-05T01:07:21.505Z | Downloaded void v1.0.2 |
| 1115 | 2026-09-05T01:07:21.506Z | Downloaded sponge-cursor v0.1.0 |
| 1116 | 2026-09-05T01:07:21.506Z | Downloaded darling_macro v0.13.4 |
| 1117 | 2026-09-05T01:07:21.506Z | Downloaded progenitor-client v0.13.0 |
| 1118 | 2026-09-05T01:07:21.506Z | Downloaded socket2 v0.5.10 |
| 1119 | 2026-09-05T01:07:21.506Z | Downloaded idna v1.1.0 |
| 1120 | 2026-09-05T01:07:21.509Z | Downloaded tracing-core v0.1.36 |
| 1121 | 2026-09-05T01:07:21.512Z | Downloaded derive-where v1.6.0 |
| 1122 | 2026-09-05T01:07:21.512Z | Downloaded num_enum_derive v0.5.11 |
| 1123 | 2026-09-05T01:07:21.512Z | Downloaded itertools v0.14.0 |
| 1124 | 2026-09-05T01:07:21.516Z | Downloaded quick-error v1.2.3 |
| 1125 | 2026-09-05T01:07:21.519Z | Downloaded slab v0.4.12 |
| 1126 | 2026-09-05T01:07:21.519Z | Downloaded tls_codec v0.4.2 |
| 1127 | 2026-09-05T01:07:21.519Z | Downloaded peg-runtime v0.8.5 |
| 1128 | 2026-09-05T01:07:21.522Z | Downloaded rtoolbox v0.0.3 |
| 1129 | 2026-09-05T01:07:21.522Z | Downloaded display-error-chain v0.2.2 |
| 1130 | 2026-09-05T01:07:21.525Z | Downloaded serde-big-array v0.5.1 |
| 1131 | 2026-09-05T01:07:21.525Z | Downloaded time-core v0.1.8 |
| 1132 | 2026-09-05T01:07:21.525Z | Downloaded whoami v1.6.1 |
| 1133 | 2026-09-05T01:07:21.528Z | Downloaded match_cfg v0.1.0 |
| 1134 | 2026-09-05T01:07:21.528Z | Downloaded diff v0.1.13 |
| 1135 | 2026-09-05T01:07:21.528Z | Downloaded knus v3.4.0 |
| 1136 | 2026-09-05T01:07:21.531Z | Downloaded miette-derive v7.6.0 |
| 1137 | 2026-09-05T01:07:21.531Z | Downloaded reedline v0.40.0 |
| 1138 | 2026-09-05T01:07:21.535Z | Downloaded jiff-core v0.1.0 |
| 1139 | 2026-09-05T01:07:21.538Z | Downloaded usdt-attr-macro v0.6.0 |
| 1140 | 2026-09-05T01:07:21.541Z | Downloaded bitvec v1.0.1 |
| 1141 | 2026-09-05T01:07:21.547Z | Downloaded openssl-sys v0.9.117 |
| 1142 | 2026-09-05T01:07:21.551Z | Downloaded tinyvec v1.10.0 |
| 1143 | 2026-09-05T01:07:21.554Z | Downloaded rand_seeder v0.4.0 |
| 1144 | 2026-09-05T01:07:21.554Z | Downloaded reqwest v0.13.2 |
| 1145 | 2026-09-05T01:07:21.557Z | Downloaded signal-hook v0.3.18 |
| 1146 | 2026-09-05T01:07:21.561Z | Downloaded progenitor-extras v0.2.0 |
| 1147 | 2026-09-05T01:07:21.561Z | Downloaded rusty-fork v0.3.1 |
| 1148 | 2026-09-05T01:07:21.564Z | Downloaded thiserror-no-std v2.0.2 |
| 1149 | 2026-09-05T01:07:21.564Z | Downloaded crossbeam-deque v0.8.6 |
| 1150 | 2026-09-05T01:07:21.564Z | Downloaded either v1.15.0 |
| 1151 | 2026-09-05T01:07:21.567Z | Downloaded winnow v0.6.26 |
| 1152 | 2026-09-05T01:07:21.570Z | Downloaded winnow v1.0.3 |
| 1153 | 2026-09-05T01:07:21.576Z | Downloaded itertools v0.15.0 |
| 1154 | 2026-09-05T01:07:21.581Z | Downloaded predicates v3.1.4 |
| 1155 | 2026-09-05T01:07:21.584Z | Downloaded tokio-rustls v0.26.4 |
| 1156 | 2026-09-05T01:07:21.584Z | Downloaded num v0.4.3 |
| 1157 | 2026-09-05T01:07:21.587Z | Downloaded derive_more v0.99.20 |
| 1158 | 2026-09-05T01:07:21.590Z | Downloaded rawzip v0.4.4 |
| 1159 | 2026-09-05T01:07:21.592Z | Downloaded waitgroup v0.1.2 |
| 1160 | 2026-09-05T01:07:21.592Z | Downloaded crc-any v2.5.0 |
| 1161 | 2026-09-05T01:07:21.595Z | Downloaded ignore v0.4.25 |
| 1162 | 2026-09-05T01:07:21.595Z | Downloaded crypto-common v0.2.2 |
| 1163 | 2026-09-05T01:07:21.595Z | Downloaded toml v0.7.8 |
| 1164 | 2026-09-05T01:07:21.598Z | Downloaded multimap v0.10.1 |
| 1165 | 2026-09-05T01:07:21.598Z | Downloaded elliptic-curve v0.13.8 |
| 1166 | 2026-09-05T01:07:21.601Z | Downloaded parking_lot v0.11.2 |
| 1167 | 2026-09-05T01:07:21.604Z | Downloaded progenitor-client v0.14.0 |
| 1168 | 2026-09-05T01:07:21.604Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1169 | 2026-09-05T01:07:21.604Z | Downloaded winnow v0.5.40 |
| 1170 | 2026-09-05T01:07:21.608Z | Downloaded indoc v2.0.7 |
| 1171 | 2026-09-05T01:07:21.611Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1172 | 2026-09-05T01:07:21.611Z | Downloaded aws-lc-rs v1.16.3 |
| 1173 | 2026-09-05T01:07:21.617Z | Downloaded crc v3.4.0 |
| 1174 | 2026-09-05T01:07:21.620Z | Downloaded bindgen v0.71.1 |
| 1175 | 2026-09-05T01:07:21.623Z | Downloaded nu-ansi-term v0.50.3 |
| 1176 | 2026-09-05T01:07:21.626Z | Downloaded md-5 v0.10.6 |
| 1177 | 2026-09-05T01:07:21.626Z | Downloaded seq-macro v0.3.6 |
| 1178 | 2026-09-05T01:07:21.626Z | Downloaded serde_with v1.14.0 |
| 1179 | 2026-09-05T01:07:21.629Z | Downloaded defmt v1.0.1 |
| 1180 | 2026-09-05T01:07:21.635Z | Downloaded yansi v1.0.1 |
| 1181 | 2026-09-05T01:07:21.638Z | Downloaded toml_edit v0.19.15 |
| 1182 | 2026-09-05T01:07:21.645Z | Downloaded yoke v0.8.1 |
| 1183 | 2026-09-05T01:07:21.648Z | Downloaded corncobs v0.1.4 |
| 1184 | 2026-09-05T01:07:21.648Z | Downloaded knus-derive v3.4.0 |
| 1185 | 2026-09-05T01:07:21.648Z | Downloaded serdect v0.4.3 |
| 1186 | 2026-09-05T01:07:21.648Z | Downloaded smallvec v0.6.14 |
| 1187 | 2026-09-05T01:07:21.651Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1188 | 2026-09-05T01:07:21.651Z | Downloaded displaydoc v0.2.5 |
| 1189 | 2026-09-05T01:07:21.654Z | Downloaded rustversion v1.0.22 |
| 1190 | 2026-09-05T01:07:21.654Z | Downloaded unicase v2.9.0 |
| 1191 | 2026-09-05T01:07:21.657Z | Downloaded itertools v0.13.0 |
| 1192 | 2026-09-05T01:07:21.660Z | Downloaded nom v8.0.0 |
| 1193 | 2026-09-05T01:07:21.663Z | Downloaded crossbeam-channel v0.5.15 |
| 1194 | 2026-09-05T01:07:21.666Z | Downloaded icu_properties_data v2.1.2 |
| 1195 | 2026-09-05T01:07:21.670Z | Downloaded rand_core v0.10.0 |
| 1196 | 2026-09-05T01:07:21.673Z | Downloaded tower-http v0.6.8 |
| 1197 | 2026-09-05T01:07:21.676Z | Downloaded typify v0.6.2 |
| 1198 | 2026-09-05T01:07:21.676Z | Downloaded tokio-postgres v0.7.16 |
| 1199 | 2026-09-05T01:07:21.679Z | Downloaded paste v1.0.15 |
| 1200 | 2026-09-05T01:07:21.681Z | Downloaded der v0.7.10 |
| 1201 | 2026-09-05T01:07:21.684Z | Downloaded slog-scope v4.4.1 |
| 1202 | 2026-09-05T01:07:21.684Z | Downloaded zerocopy-derive v0.8.55 |
| 1203 | 2026-09-05T01:07:21.688Z | Downloaded yasna v0.5.2 |
| 1204 | 2026-09-05T01:07:21.691Z | Downloaded time-macros v0.2.27 |
| 1205 | 2026-09-05T01:07:21.691Z | Downloaded blake3 v1.8.5 |
| 1206 | 2026-09-05T01:07:21.697Z | Downloaded peg-macros v0.8.5 |
| 1207 | 2026-09-05T01:07:21.701Z | Downloaded stacker v0.1.23 |
| 1208 | 2026-09-05T01:07:21.701Z | Downloaded vergen-git2 v9.1.0 |
| 1209 | 2026-09-05T01:07:21.701Z | Downloaded humantime v2.3.0 |
| 1210 | 2026-09-05T01:07:21.701Z | Downloaded russh v0.62.4 |
| 1211 | 2026-09-05T01:07:21.705Z | Downloaded tls_codec_derive v0.4.2 |
| 1212 | 2026-09-05T01:07:21.708Z | Downloaded primefield v0.14.0 |
| 1213 | 2026-09-05T01:07:21.708Z | Downloaded chrono v0.4.45 |
| 1214 | 2026-09-05T01:07:21.711Z | Downloaded icu_properties v2.1.2 |
| 1215 | 2026-09-05T01:07:21.714Z | Downloaded keccak v0.2.0 |
| 1216 | 2026-09-05T01:07:21.714Z | Downloaded wyz v0.5.1 |
| 1217 | 2026-09-05T01:07:21.714Z | Downloaded qorb v0.4.1 |
| 1218 | 2026-09-05T01:07:21.716Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-09-05T01:07:21.720Z | Downloaded darling_core v0.13.4 |
| 1220 | 2026-09-05T01:07:21.723Z | Downloaded serde_with_macros v3.21.0 |
| 1221 | 2026-09-05T01:07:21.726Z | Downloaded zerotrie v0.2.3 |
| 1222 | 2026-09-05T01:07:21.726Z | Downloaded dropshot_endpoint v0.17.1 |
| 1223 | 2026-09-05T01:07:21.729Z | Downloaded der v0.8.0 |
| 1224 | 2026-09-05T01:07:21.731Z | Downloaded miette v7.6.0 |
| 1225 | 2026-09-05T01:07:21.734Z | Downloaded scroll v0.13.0 |
| 1226 | 2026-09-05T01:07:21.734Z | Downloaded darling v0.20.11 |
| 1227 | 2026-09-05T01:07:21.737Z | Downloaded p256 v0.14.0 |
| 1228 | 2026-09-05T01:07:21.740Z | Downloaded pin-project v1.1.11 |
| 1229 | 2026-09-05T01:07:21.744Z | Downloaded iri-string v0.7.10 |
| 1230 | 2026-09-05T01:07:21.751Z | Downloaded typed-path v0.9.3 |
| 1231 | 2026-09-05T01:07:21.754Z | Downloaded publicsuffix v2.3.0 |
| 1232 | 2026-09-05T01:07:21.754Z | Downloaded unicode-segmentation v1.12.0 |
| 1233 | 2026-09-05T01:07:21.757Z | Downloaded subprocess v0.2.15 |
| 1234 | 2026-09-05T01:07:21.761Z | Downloaded x509-cert v0.2.5 |
| 1235 | 2026-09-05T01:07:21.765Z | Downloaded p384 v0.13.1 |
| 1236 | 2026-09-05T01:07:21.765Z | Downloaded hyper-util v0.1.20 |
| 1237 | 2026-09-05T01:07:21.768Z | Downloaded sha3 v0.12.0 |
| 1238 | 2026-09-05T01:07:21.768Z | Downloaded url v2.5.8 |
| 1239 | 2026-09-05T01:07:21.771Z | Downloaded hyper v1.10.1 |
| 1240 | 2026-09-05T01:07:21.774Z | Downloaded goblin v0.10.5 |
| 1241 | 2026-09-05T01:07:21.778Z | Downloaded tough v0.22.0 |
| 1242 | 2026-09-05T01:07:21.782Z | Downloaded schemars v1.2.1 |
| 1243 | 2026-09-05T01:07:21.790Z | Downloaded proptest v1.11.0 |
| 1244 | 2026-09-05T01:07:21.795Z | Downloaded libxml v0.3.3 |
| 1245 | 2026-09-05T01:07:21.799Z | Downloaded drift v0.2.0 |
| 1246 | 2026-09-05T01:07:21.804Z | Downloaded gimli v0.32.3 |
| 1247 | 2026-09-05T01:07:21.809Z | Downloaded rsa v0.10.0-rc.18 |
| 1248 | 2026-09-05T01:07:21.813Z | Downloaded mio v1.2.0 |
| 1249 | 2026-09-05T01:07:21.816Z | Downloaded lalrpop v0.19.12 |
| 1250 | 2026-09-05T01:07:21.821Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-09-05T01:07:21.828Z | Downloaded tabled v0.21.0 |
| 1252 | 2026-09-05T01:07:21.837Z | Downloaded time v0.3.47 |
| 1253 | 2026-09-05T01:07:21.843Z | Downloaded vcpkg v0.2.15 |
| 1254 | 2026-09-05T01:07:21.867Z | Downloaded derive_more-impl v2.1.1 |
| 1255 | 2026-09-05T01:07:21.870Z | Downloaded regex v1.12.3 |
| 1256 | 2026-09-05T01:07:21.873Z | Downloaded quick-xml v0.37.5 |
| 1257 | 2026-09-05T01:07:21.877Z | Downloaded itertools v0.12.1 |
| 1258 | 2026-09-05T01:07:21.881Z | Downloaded rayon v1.11.0 |
| 1259 | 2026-09-05T01:07:21.885Z | Downloaded icu_collections v2.1.1 |
| 1260 | 2026-09-05T01:07:21.888Z | Downloaded zlib-rs v0.6.2 |
| 1261 | 2026-09-05T01:07:21.892Z | Downloaded crypto-primes v0.7.2 |
| 1262 | 2026-09-05T01:07:21.895Z | Downloaded rand v0.8.6 |
| 1263 | 2026-09-05T01:07:21.898Z | Downloaded salty v0.3.0 |
| 1264 | 2026-09-05T01:07:21.900Z | Downloaded libm v0.2.16 |
| 1265 | 2026-09-05T01:07:21.905Z | Downloaded itertools v0.10.5 |
| 1266 | 2026-09-05T01:07:21.908Z | Downloaded reqwest v0.12.28 |
| 1267 | 2026-09-05T01:07:21.911Z | Downloaded iddqd v0.4.2 |
| 1268 | 2026-09-05T01:07:21.917Z | Downloaded crossterm v0.29.0 |
| 1269 | 2026-09-05T01:07:21.920Z | Downloaded polar-core v0.27.3 |
| 1270 | 2026-09-05T01:07:21.924Z | Downloaded tower v0.5.3 |
| 1271 | 2026-09-05T01:07:21.929Z | Downloaded serde_with v3.21.0 |
| 1272 | 2026-09-05T01:07:21.936Z | Downloaded regress v0.11.1 |
| 1273 | 2026-09-05T01:07:21.942Z | Downloaded unicode-normalization v0.1.25 |
| 1274 | 2026-09-05T01:07:21.979Z | Downloaded portable-atomic v1.13.1 |
| 1275 | 2026-09-05T01:07:21.980Z | Downloaded nix v0.27.1 |
| 1276 | 2026-09-05T01:07:21.980Z | Downloaded crossterm v0.28.1 |
| 1277 | 2026-09-05T01:07:21.980Z | Downloaded quinn-proto v0.11.16 |
| 1278 | 2026-09-05T01:07:21.980Z | Downloaded syn v3.0.3 |
| 1279 | 2026-09-05T01:07:21.980Z | Downloaded zerovec v0.11.5 |
| 1280 | 2026-09-05T01:07:21.980Z | Downloaded tokio-util v0.7.18 |
| 1281 | 2026-09-05T01:07:21.983Z | Downloaded moka v0.12.13 |
| 1282 | 2026-09-05T01:07:21.983Z | Downloaded object v0.30.4 |
| 1283 | 2026-09-05T01:07:21.986Z | Downloaded openssl v0.10.80 |
| 1284 | 2026-09-05T01:07:21.989Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-09-05T01:07:21.998Z | Downloaded regex-syntax v0.6.29 |
| 1286 | 2026-09-05T01:07:22.002Z | Downloaded petname v2.0.2 |
| 1287 | 2026-09-05T01:07:22.005Z | Downloaded bstr v1.12.1 |
| 1288 | 2026-09-05T01:07:22.010Z | Downloaded zerocopy v0.8.55 |
| 1289 | 2026-09-05T01:07:22.021Z | Downloaded openapiv3 v2.2.0 |
| 1290 | 2026-09-05T01:07:22.028Z | Downloaded crypto-bigint v0.7.5 |
| 1291 | 2026-09-05T01:07:22.038Z | Downloaded nix v0.31.2 |
| 1292 | 2026-09-05T01:07:22.043Z | Downloaded dropshot v0.17.1 |
| 1293 | 2026-09-05T01:07:22.056Z | Downloaded regress v0.10.5 |
| 1294 | 2026-09-05T01:07:22.061Z | Downloaded curve25519-dalek v4.1.3 |
| 1295 | 2026-09-05T01:07:22.065Z | Downloaded object v0.37.3 |
| 1296 | 2026-09-05T01:07:22.072Z | Downloaded rustls v0.23.41 |
| 1297 | 2026-09-05T01:07:22.080Z | Downloaded radix_trie v0.2.1 |
| 1298 | 2026-09-05T01:07:22.085Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-09-05T01:07:22.099Z | Downloaded smoltcp v0.11.0 |
| 1300 | 2026-09-05T01:07:22.105Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-09-05T01:07:22.118Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-09-05T01:07:22.127Z | Downloaded curve25519-dalek v5.0.0 |
| 1303 | 2026-09-05T01:07:22.133Z | Downloaded regex-syntax v0.8.10 |
| 1304 | 2026-09-05T01:07:22.138Z | Downloaded rustix v0.38.44 |
| 1305 | 2026-09-05T01:07:22.153Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-09-05T01:07:22.156Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-09-05T01:07:22.168Z | Downloaded nix v0.28.0 |
| 1308 | 2026-09-05T01:07:22.175Z | Downloaded typify-impl v0.6.2 |
| 1309 | 2026-09-05T01:07:22.184Z | Downloaded sqlparser v0.61.0 |
| 1310 | 2026-09-05T01:07:22.190Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-09-05T01:07:22.224Z | Downloaded zerocopy-derive v0.6.6 |
| 1312 | 2026-09-05T01:07:22.230Z | Downloaded diesel v2.3.7 |
| 1313 | 2026-09-05T01:07:22.243Z | Downloaded ratatui v0.29.0 |
| 1314 | 2026-09-05T01:07:22.255Z | Downloaded sha3 v0.11.0 |
| 1315 | 2026-09-05T01:07:22.258Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1316 | 2026-09-05T01:07:22.264Z | Downloaded sled v0.34.7 |
| 1317 | 2026-09-05T01:07:22.270Z | Downloaded jiff v0.2.34 |
| 1318 | 2026-09-05T01:07:22.281Z | Downloaded chrono-tz v0.10.4 |
| 1319 | 2026-09-05T01:07:22.312Z | Downloaded petgraph v0.8.3 |
| 1320 | 2026-09-05T01:07:22.326Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1321 | 2026-09-05T01:07:22.340Z | Downloaded libz-sys v1.1.24 |
| 1322 | 2026-09-05T01:07:22.350Z | Downloaded csv v1.4.0 |
| 1323 | 2026-09-05T01:07:22.362Z | Downloaded tokio v1.52.1 |
| 1324 | 2026-09-05T01:07:22.405Z | Downloaded ring v0.17.14 |
| 1325 | 2026-09-05T01:07:22.800Z | Downloaded aws-lc-sys v0.40.0 |
| 1326 | 2026-09-05T01:07:23.065Z | Compiling serde_core v1.0.228 |
| 1327 | 2026-09-05T01:07:23.066Z | Compiling libc v0.2.185 |
| 1328 | 2026-09-05T01:07:23.066Z | Compiling serde v1.0.228 |
| 1329 | 2026-09-05T01:07:23.066Z | Compiling log v0.4.33 |
| 1330 | 2026-09-05T01:07:23.066Z | Compiling smallvec v1.15.1 |
| 1331 | 2026-09-05T01:07:23.069Z | Compiling find-msvc-tools v0.1.9 |
| 1332 | 2026-09-05T01:07:23.069Z | Compiling shlex v1.3.0 |
| 1333 | 2026-09-05T01:07:23.069Z | Compiling subtle v2.6.1 |
| 1334 | 2026-09-05T01:07:23.069Z | Compiling scopeguard v1.2.0 |
| 1335 | 2026-09-05T01:07:23.069Z | Compiling typenum v1.20.1 |
| 1336 | 2026-09-05T01:07:23.069Z | Compiling stable_deref_trait v1.2.1 |
| 1337 | 2026-09-05T01:07:23.069Z | Compiling zerocopy v0.8.55 |
| 1338 | 2026-09-05T01:07:23.069Z | Compiling portable-atomic v1.13.1 |
| 1339 | 2026-09-05T01:07:23.219Z | Compiling serde_json v1.0.151 |
| 1340 | 2026-09-05T01:07:23.232Z | Compiling syn v2.0.117 |
| 1341 | 2026-09-05T01:07:23.247Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-09-05T01:07:23.370Z | Compiling lock_api v0.4.14 |
| 1343 | 2026-09-05T01:07:23.395Z | Compiling libm v0.2.16 |
| 1344 | 2026-09-05T01:07:23.408Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-09-05T01:07:23.422Z | Compiling pkg-config v0.3.32 |
| 1346 | 2026-09-05T01:07:23.507Z | Compiling generic-array v0.14.7 |
| 1347 | 2026-09-05T01:07:23.537Z | Compiling const-oid v0.9.6 |
| 1348 | 2026-09-05T01:07:23.552Z | Compiling getrandom v0.4.3 |
| 1349 | 2026-09-05T01:07:23.556Z | Compiling pin-project-lite v0.2.17 |
| 1350 | 2026-09-05T01:07:23.581Z | Compiling parking_lot_core v0.9.12 |
| 1351 | 2026-09-05T01:07:23.660Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-09-05T01:07:23.696Z | Compiling futures-core v0.3.32 |
| 1353 | 2026-09-05T01:07:23.703Z | Compiling litemap v0.8.1 |
| 1354 | 2026-09-05T01:07:23.717Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-09-05T01:07:23.800Z | Compiling writeable v0.6.2 |
| 1356 | 2026-09-05T01:07:23.845Z | Compiling icu_normalizer_data v2.1.1 |
| 1357 | 2026-09-05T01:07:23.903Z | Compiling icu_properties_data v2.1.2 |
| 1358 | 2026-09-05T01:07:23.903Z | Compiling rustix v1.1.4 |
| 1359 | 2026-09-05T01:07:23.920Z | Compiling getrandom v0.3.4 |
| 1360 | 2026-09-05T01:07:23.959Z | Compiling futures-sink v0.3.32 |
| 1361 | 2026-09-05T01:07:23.963Z | Compiling slab v0.4.12 |
| 1362 | 2026-09-05T01:07:24.006Z | Compiling futures-task v0.3.32 |
| 1363 | 2026-09-05T01:07:24.025Z | Compiling utf8_iter v1.0.4 |
| 1364 | 2026-09-05T01:07:24.028Z | Compiling futures-io v0.3.32 |
| 1365 | 2026-09-05T01:07:24.101Z | Compiling futures-channel v0.3.32 |
| 1366 | 2026-09-05T01:07:24.116Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-09-05T01:07:24.169Z | Compiling rustversion v1.0.22 |
| 1368 | 2026-09-05T01:07:24.172Z | Compiling base64ct v1.8.3 |
| 1369 | 2026-09-05T01:07:24.201Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-09-05T01:07:24.204Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-09-05T01:07:24.204Z | Compiling flagset v0.4.7 |
| 1372 | 2026-09-05T01:07:24.299Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-09-05T01:07:24.333Z | Compiling dunce v1.0.5 |
| 1374 | 2026-09-05T01:07:24.337Z | Compiling errno v0.3.14 |
| 1375 | 2026-09-05T01:07:24.359Z | Compiling jobserver v0.1.34 |
| 1376 | 2026-09-05T01:07:24.362Z | Compiling getrandom v0.2.17 |
| 1377 | 2026-09-05T01:07:24.421Z | Compiling mio v1.2.0 |
| 1378 | 2026-09-05T01:07:24.424Z | Compiling socket2 v0.6.3 |
| 1379 | 2026-09-05T01:07:24.453Z | Compiling signal-hook-registry v1.4.8 |
| 1380 | 2026-09-05T01:07:24.495Z | Compiling pem-rfc7468 v0.7.0 |
| 1381 | 2026-09-05T01:07:24.510Z | Compiling rand_core v0.6.4 |
| 1382 | 2026-09-05T01:07:24.531Z | Compiling fs_extra v1.3.0 |
| 1383 | 2026-09-05T01:07:24.627Z | Compiling regex-syntax v0.8.10 |
| 1384 | 2026-09-05T01:07:24.661Z | Compiling cc v1.2.56 |
| 1385 | 2026-09-05T01:07:24.709Z | Compiling parking_lot v0.12.5 |
| 1386 | 2026-09-05T01:07:24.839Z | Compiling base64 v0.22.1 |
| 1387 | 2026-09-05T01:07:24.854Z | Compiling syn v1.0.109 |
| 1388 | 2026-09-05T01:07:24.870Z | Compiling vcpkg v0.2.15 |
| 1389 | 2026-09-05T01:07:24.877Z | Compiling tracing-core v0.1.36 |
| 1390 | 2026-09-05T01:07:24.915Z | Compiling rand_core v0.9.5 |
| 1391 | 2026-09-05T01:07:24.928Z | Compiling dyn-clone v1.0.20 |
| 1392 | 2026-09-05T01:07:24.976Z | Compiling simd-adler32 v0.3.8 |
| 1393 | 2026-09-05T01:07:24.997Z | Compiling cpufeatures v0.2.17 |
| 1394 | 2026-09-05T01:07:25.030Z | Compiling schemars v0.8.22 |
| 1395 | 2026-09-05T01:07:25.085Z | Compiling aws-lc-rs v1.16.3 |
| 1396 | 2026-09-05T01:07:25.100Z | Compiling spin v0.9.8 |
| 1397 | 2026-09-05T01:07:25.129Z | Compiling adler2 v2.0.1 |
| 1398 | 2026-09-05T01:07:25.193Z | Compiling httparse v1.10.1 |
| 1399 | 2026-09-05T01:07:25.221Z | Compiling openssl-probe v0.2.1 |
| 1400 | 2026-09-05T01:07:25.256Z | Compiling tinyvec_macros v0.1.1 |
| 1401 | 2026-09-05T01:07:25.301Z | Compiling crc32fast v1.5.0 |
| 1402 | 2026-09-05T01:07:25.321Z | Compiling cmov v0.5.4 |
| 1403 | 2026-09-05T01:07:25.347Z | Compiling tinyvec v1.10.0 |
| 1404 | 2026-09-05T01:07:25.363Z | Compiling miniz_oxide v0.8.9 |
| 1405 | 2026-09-05T01:07:25.389Z | Compiling aho-corasick v1.1.4 |
| 1406 | 2026-09-05T01:07:25.418Z | Compiling unicode-segmentation v1.12.0 |
| 1407 | 2026-09-05T01:07:25.433Z | Compiling untrusted v0.7.1 |
| 1408 | 2026-09-05T01:07:25.455Z | Compiling cmake v0.1.57 |
| 1409 | 2026-09-05T01:07:25.491Z | Compiling tower-service v0.3.3 |
| 1410 | 2026-09-05T01:07:25.556Z | Compiling ctutils v0.4.2 |
| 1411 | 2026-09-05T01:07:25.576Z | Compiling try-lock v0.2.5 |
| 1412 | 2026-09-05T01:07:25.606Z | Compiling tower-layer v0.3.3 |
| 1413 | 2026-09-05T01:07:25.646Z | Compiling radium v0.7.0 |
| 1414 | 2026-09-05T01:07:25.661Z | Compiling atomic-waker v1.1.2 |
| 1415 | 2026-09-05T01:07:25.699Z | Compiling bitflags v2.11.0 |
| 1416 | 2026-09-05T01:07:25.784Z | Compiling semver v1.0.28 |
| 1417 | 2026-09-05T01:07:25.814Z | Compiling indexmap v2.14.0 |
| 1418 | 2026-09-05T01:07:25.834Z | Compiling uuid v1.23.4 |
| 1419 | 2026-09-05T01:07:25.857Z | Compiling want v0.3.1 |
| 1420 | 2026-09-05T01:07:25.933Z | Compiling openssl v0.10.80 |
| 1421 | 2026-09-05T01:07:25.991Z | Compiling foreign-types-shared v0.1.1 |
| 1422 | 2026-09-05T01:07:26.034Z | Compiling rustc_version v0.4.1 |
| 1423 | 2026-09-05T01:07:26.056Z | Compiling tap v1.0.1 |
| 1424 | 2026-09-05T01:07:26.083Z | Compiling maybe-uninit v2.0.0 |
| 1425 | 2026-09-05T01:07:26.112Z | Compiling rustls v0.23.41 |
| 1426 | 2026-09-05T01:07:26.156Z | Compiling untrusted v0.9.0 |
| 1427 | 2026-09-05T01:07:26.194Z | Compiling httpdate v1.0.3 |
| 1428 | 2026-09-05T01:07:26.209Z | Compiling wyz v0.5.1 |
| 1429 | 2026-09-05T01:07:26.245Z | Compiling foreign-types v0.3.2 |
| 1430 | 2026-09-05T01:07:26.295Z | Compiling regex-automata v0.4.14 |
| 1431 | 2026-09-05T01:07:26.326Z | Compiling synstructure v0.13.2 |
| 1432 | 2026-09-05T01:07:26.344Z | Compiling aws-lc-sys v0.40.0 |
| 1433 | 2026-09-05T01:07:26.381Z | Compiling openssl-sys v0.9.117 |
| 1434 | 2026-09-05T01:07:26.397Z | Compiling serde_derive_internals v0.29.1 |
| 1435 | 2026-09-05T01:07:26.416Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-09-05T01:07:26.447Z | Compiling darling_core v0.20.11 |
| 1437 | 2026-09-05T01:07:26.528Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1438 | 2026-09-05T01:07:26.560Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1439 | 2026-09-05T01:07:26.579Z | Compiling unicode-normalization v0.1.25 |
| 1440 | 2026-09-05T01:07:26.842Z | Compiling terminal_size v0.4.3 |
| 1441 | 2026-09-05T01:07:26.935Z | Compiling tempfile v3.27.0 |
| 1442 | 2026-09-05T01:07:26.960Z | Compiling num-integer v0.1.46 |
| 1443 | 2026-09-05T01:07:26.992Z | Compiling wait-timeout v0.2.1 |
| 1444 | 2026-09-05T01:07:27.008Z | Compiling socket2 v0.5.10 |
| 1445 | 2026-09-05T01:07:27.093Z | Compiling ahash v0.8.12 |
| 1446 | 2026-09-05T01:07:27.111Z | Compiling powerfmt v0.2.0 |
| 1447 | 2026-09-05T01:07:27.125Z | Compiling time-core v0.1.8 |
| 1448 | 2026-09-05T01:07:27.172Z | Compiling native-tls v0.2.18 |
| 1449 | 2026-09-05T01:07:27.191Z | Compiling quick-error v1.2.3 |
| 1450 | 2026-09-05T01:07:27.282Z | Compiling num-conv v0.2.0 |
| 1451 | 2026-09-05T01:07:27.299Z | Compiling num-bigint-dig v0.8.6 |
| 1452 | 2026-09-05T01:07:27.316Z | Compiling packed_struct v0.10.1 |
| 1453 | 2026-09-05T01:07:27.331Z | Compiling funty v2.0.0 |
| 1454 | 2026-09-05T01:07:27.347Z | Compiling bit-vec v0.8.0 |
| 1455 | 2026-09-05T01:07:27.364Z | Compiling clap_builder v4.6.0 |
| 1456 | 2026-09-05T01:07:27.395Z | Compiling rusty-fork v0.3.1 |
| 1457 | 2026-09-05T01:07:27.427Z | Compiling deranged v0.5.8 |
| 1458 | 2026-09-05T01:07:27.445Z | Compiling time-macros v0.2.27 |
| 1459 | 2026-09-05T01:07:27.448Z | Compiling num-iter v0.1.45 |
| 1460 | 2026-09-05T01:07:27.596Z | Compiling bit-set v0.8.0 |
| 1461 | 2026-09-05T01:07:27.613Z | Compiling lazy_static v1.5.0 |
| 1462 | 2026-09-05T01:07:27.617Z | Compiling rand_xorshift v0.4.0 |
| 1463 | 2026-09-05T01:07:27.629Z | Compiling sync_wrapper v1.0.2 |
| 1464 | 2026-09-05T01:07:27.737Z | Compiling bitvec v1.0.1 |
| 1465 | 2026-09-05T01:07:27.740Z | Compiling indexmap v1.9.3 |
| 1466 | 2026-09-05T01:07:27.765Z | Compiling siphasher v1.0.2 |
| 1467 | 2026-09-05T01:07:27.779Z | Compiling usdt-impl v0.6.0 |
| 1468 | 2026-09-05T01:07:27.797Z | Compiling num_threads v0.1.7 |
| 1469 | 2026-09-05T01:07:27.910Z | Compiling object v0.37.3 |
| 1470 | 2026-09-05T01:07:27.946Z | Compiling zlib-rs v0.6.2 |
| 1471 | 2026-09-05T01:07:27.962Z | Compiling nodrop v0.1.14 |
| 1472 | 2026-09-05T01:07:27.975Z | Compiling crc-catalog v2.4.0 |
| 1473 | 2026-09-05T01:07:28.006Z | Compiling crossbeam-utils v0.8.21 |
| 1474 | 2026-09-05T01:07:28.072Z | Compiling unarray v0.1.4 |
| 1475 | 2026-09-05T01:07:28.087Z | Compiling paste v1.0.15 |
| 1476 | 2026-09-05T01:07:28.102Z | Compiling serde_derive v1.0.228 |
| 1477 | 2026-09-05T01:07:28.198Z | Compiling zeroize_derive v1.5.0 |
| 1478 | 2026-09-05T01:07:28.213Z | Compiling zerofrom-derive v0.1.6 |
| 1479 | 2026-09-05T01:07:28.316Z | Compiling zerocopy-derive v0.8.55 |
| 1480 | 2026-09-05T01:07:28.385Z | Compiling yoke-derive v0.8.1 |
| 1481 | 2026-09-05T01:07:28.461Z | Compiling zerovec-derive v0.11.2 |
| 1482 | 2026-09-05T01:07:28.465Z | Compiling displaydoc v0.2.5 |
| 1483 | 2026-09-05T01:07:28.563Z | Compiling tokio-macros v2.7.0 |
| 1484 | 2026-09-05T01:07:28.833Z | Compiling futures-macro v0.3.32 |
| 1485 | 2026-09-05T01:07:28.882Z | Compiling thiserror-impl v2.0.18 |
| 1486 | 2026-09-05T01:07:29.286Z | Compiling der_derive v0.7.3 |
| 1487 | 2026-09-05T01:07:29.321Z | Compiling tracing-attributes v0.1.31 |
| 1488 | 2026-09-05T01:07:29.337Z | Compiling schemars_derive v0.8.22 |
| 1489 | 2026-09-05T01:07:29.368Z | Compiling scroll_derive v0.13.1 |
| 1490 | 2026-09-05T01:07:29.623Z | Compiling pest_derive v2.8.6 |
| 1491 | 2026-09-05T01:07:29.684Z | Compiling darling_macro v0.20.11 |
| 1492 | 2026-09-05T01:07:29.701Z | Compiling zerofrom v0.1.6 |
| 1493 | 2026-09-05T01:07:29.738Z | Compiling futures-util v0.3.32 |
| 1494 | 2026-09-05T01:07:29.842Z | Compiling yoke v0.8.1 |
| 1495 | 2026-09-05T01:07:30.045Z | Compiling zerovec v0.11.5 |
| 1496 | 2026-09-05T01:07:30.089Z | Compiling zerotrie v0.2.3 |
| 1497 | 2026-09-05T01:07:30.215Z | Compiling openssl-macros v0.1.1 |
| 1498 | 2026-09-05T01:07:30.262Z | Compiling scroll v0.13.0 |
| 1499 | 2026-09-05T01:07:30.317Z | Compiling thiserror v2.0.18 |
| 1500 | 2026-09-05T01:07:30.333Z | Compiling thiserror-impl v1.0.69 |
| 1501 | 2026-09-05T01:07:30.419Z | Compiling darling v0.20.11 |
| 1502 | 2026-09-05T01:07:30.442Z | Compiling packed_struct_codegen v0.10.1 |
| 1503 | 2026-09-05T01:07:30.519Z | Compiling tinystr v0.8.2 |
| 1504 | 2026-09-05T01:07:30.538Z | Compiling potential_utf v0.1.4 |
| 1505 | 2026-09-05T01:07:30.559Z | Compiling goblin v0.10.5 |
| 1506 | 2026-09-05T01:07:30.577Z | Compiling clap_derive v4.6.1 |
| 1507 | 2026-09-05T01:07:30.595Z | Compiling zerocopy-derive v0.6.6 |
| 1508 | 2026-09-05T01:07:30.664Z | Compiling icu_collections v2.1.1 |
| 1509 | 2026-09-05T01:07:30.725Z | Compiling icu_locale_core v2.1.1 |
| 1510 | 2026-09-05T01:07:30.740Z | Compiling tracing v0.1.44 |
| 1511 | 2026-09-05T01:07:30.743Z | Compiling bitfield-macros v0.19.4 |
| 1512 | 2026-09-05T01:07:31.028Z | Compiling flate2 v1.1.9 |
| 1513 | 2026-09-05T01:07:31.162Z | Compiling derive_builder_core v0.20.2 |
| 1514 | 2026-09-05T01:07:31.313Z | Compiling dtrace-parser v0.3.0 |
| 1515 | 2026-09-05T01:07:31.470Z | Compiling icu_provider v2.1.1 |
| 1516 | 2026-09-05T01:07:31.485Z | Compiling zerocopy v0.6.6 |
| 1517 | 2026-09-05T01:07:31.507Z | Compiling bitfield v0.19.4 |
| 1518 | 2026-09-05T01:07:31.569Z | Compiling time v0.3.47 |
| 1519 | 2026-09-05T01:07:31.634Z | Compiling zeroize v1.9.0 |
| 1520 | 2026-09-05T01:07:31.655Z | Compiling bytes v1.11.1 |
| 1521 | 2026-09-05T01:07:31.722Z | Compiling icu_properties v2.1.2 |
| 1522 | 2026-09-05T01:07:31.792Z | Compiling icu_normalizer v2.1.1 |
| 1523 | 2026-09-05T01:07:31.842Z | Compiling chrono v0.4.45 |
| 1524 | 2026-09-05T01:07:31.870Z | Compiling der v0.7.10 |
| 1525 | 2026-09-05T01:07:32.045Z | Compiling rustls-pki-types v1.14.0 |
| 1526 | 2026-09-05T01:07:32.080Z | Compiling hybrid-array v0.4.13 |
| 1527 | 2026-09-05T01:07:32.106Z | Compiling ipnet v2.12.0 |
| 1528 | 2026-09-05T01:07:32.274Z | Compiling tokio v1.52.1 |
| 1529 | 2026-09-05T01:07:32.338Z | Compiling http v1.4.2 |
| 1530 | 2026-09-05T01:07:32.380Z | Compiling block-buffer v0.10.4 |
| 1531 | 2026-09-05T01:07:32.417Z | Compiling crypto-common v0.1.7 |
| 1532 | 2026-09-05T01:07:32.505Z | Compiling hex v0.4.3 |
| 1533 | 2026-09-05T01:07:32.569Z | Compiling idna_adapter v1.2.1 |
| 1534 | 2026-09-05T01:07:32.590Z | Compiling digest v0.10.7 |
| 1535 | 2026-09-05T01:07:32.619Z | Compiling thiserror v1.0.69 |
| 1536 | 2026-09-05T01:07:32.723Z | Compiling idna v1.1.0 |
| 1537 | 2026-09-05T01:07:32.738Z | Compiling spki v0.7.3 |
| 1538 | 2026-09-05T01:07:32.788Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-09-05T01:07:32.825Z | Compiling ppv-lite86 v0.2.21 |
| 1540 | 2026-09-05T01:07:32.853Z | Compiling sha2 v0.10.9 |
| 1541 | 2026-09-05T01:07:32.869Z | Compiling signature v2.2.0 |
| 1542 | 2026-09-05T01:07:32.980Z | Compiling http-body v1.0.1 |
| 1543 | 2026-09-05T01:07:33.040Z | Compiling url v2.5.8 |
| 1544 | 2026-09-05T01:07:33.060Z | Compiling pkcs8 v0.10.2 |
| 1545 | 2026-09-05T01:07:33.077Z | Compiling hmac v0.12.1 |
| 1546 | 2026-09-05T01:07:33.091Z | Compiling serde_spanned v0.6.9 |
| 1547 | 2026-09-05T01:07:33.140Z | Compiling rand_chacha v0.9.0 |
| 1548 | 2026-09-05T01:07:33.155Z | Compiling rand_chacha v0.3.1 |
| 1549 | 2026-09-05T01:07:33.176Z | Compiling http-body-util v0.1.3 |
| 1550 | 2026-09-05T01:07:33.252Z | Compiling pkcs1 v0.7.5 |
| 1551 | 2026-09-05T01:07:33.265Z | Compiling dof v0.4.0 |
| 1552 | 2026-09-05T01:07:33.331Z | Compiling clap v4.6.1 |
| 1553 | 2026-09-05T01:07:33.391Z | Compiling rand v0.9.2 |
| 1554 | 2026-09-05T01:07:33.422Z | Compiling rand v0.8.6 |
| 1555 | 2026-09-05T01:07:33.698Z | Compiling structmeta-derive v0.3.0 |
| 1556 | 2026-09-05T01:07:33.717Z | Compiling scroll_derive v0.12.1 |
| 1557 | 2026-09-05T01:07:33.735Z | Compiling crc v3.4.0 |
| 1558 | 2026-09-05T01:07:33.841Z | Compiling array-init v0.0.4 |
| 1559 | 2026-09-05T01:07:33.897Z | Compiling smallvec v0.6.14 |
| 1560 | 2026-09-05T01:07:33.946Z | Compiling heapless v0.7.17 |
| 1561 | 2026-09-05T01:07:33.960Z | Compiling proptest v1.11.0 |
| 1562 | 2026-09-05T01:07:34.159Z | Compiling darling_core v0.23.0 |
| 1563 | 2026-09-05T01:07:34.174Z | Compiling slog v2.8.2 |
| 1564 | 2026-09-05T01:07:34.198Z | Compiling thread-id v5.1.0 |
| 1565 | 2026-09-05T01:07:34.211Z | Compiling env_filter v2.0.0 |
| 1566 | 2026-09-05T01:07:34.228Z | Compiling syn v3.0.3 |
| 1567 | 2026-09-05T01:07:34.292Z | Compiling cookie v0.18.1 |
| 1568 | 2026-09-05T01:07:34.352Z | Compiling ipnetwork v0.21.1 |
| 1569 | 2026-09-05T01:07:34.385Z | Compiling unicode-properties v0.1.4 |
| 1570 | 2026-09-05T01:07:34.417Z | Compiling winnow v0.5.40 |
| 1571 | 2026-09-05T01:07:34.444Z | Compiling unicode-bidi v0.3.18 |
| 1572 | 2026-09-05T01:07:34.494Z | Compiling zstd-safe v7.2.4 |
| 1573 | 2026-09-05T01:07:34.528Z | Compiling base64 v0.21.7 |
| 1574 | 2026-09-05T01:07:34.647Z | Compiling signal-hook v0.3.18 |
| 1575 | 2026-09-05T01:07:34.771Z | Compiling iri-string v0.7.10 |
| 1576 | 2026-09-05T01:07:34.787Z | Compiling anyhow v1.0.104 |
| 1577 | 2026-09-05T01:07:34.822Z | Compiling allocator-api2 v0.2.21 |
| 1578 | 2026-09-05T01:07:34.825Z | Compiling ryu v1.0.23 |
| 1579 | 2026-09-05T01:07:34.852Z | Compiling hashbrown v0.12.3 |
| 1580 | 2026-09-05T01:07:34.855Z | Compiling gimli v0.32.3 |
| 1581 | 2026-09-05T01:07:34.905Z | Compiling structmeta v0.3.0 |
| 1582 | 2026-09-05T01:07:34.927Z | Compiling ron v0.8.1 |
| 1583 | 2026-09-05T01:07:35.023Z | Compiling serde_urlencoded v0.7.1 |
| 1584 | 2026-09-05T01:07:35.039Z | Compiling stringprep v0.1.5 |
| 1585 | 2026-09-05T01:07:35.158Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1586 | 2026-09-05T01:07:35.173Z | Compiling oxnet v0.1.6 |
| 1587 | 2026-09-05T01:07:35.282Z | Compiling rsa v0.9.10 |
| 1588 | 2026-09-05T01:07:35.415Z | Compiling scroll v0.12.0 |
| 1589 | 2026-09-05T01:07:35.519Z | Compiling env_logger v0.11.11 |
| 1590 | 2026-09-05T01:07:35.740Z | Compiling toml_edit v0.19.15 |
| 1591 | 2026-09-05T01:07:35.811Z | Compiling serde-hex v0.1.0 |
| 1592 | 2026-09-05T01:07:35.884Z | Compiling camino v1.2.5 |
| 1593 | 2026-09-05T01:07:35.900Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1594 | 2026-09-05T01:07:36.105Z | Compiling tokio-util v0.7.18 |
| 1595 | 2026-09-05T01:07:36.306Z | Compiling tower v0.5.3 |
| 1596 | 2026-09-05T01:07:36.321Z | Compiling tokio-native-tls v0.3.1 |
| 1597 | 2026-09-05T01:07:36.514Z | Compiling newtype-uuid v1.3.2 |
| 1598 | 2026-09-05T01:07:36.777Z | Compiling darling_macro v0.23.0 |
| 1599 | 2026-09-05T01:07:36.809Z | Compiling tower-http v0.6.8 |
| 1600 | 2026-09-05T01:07:36.860Z | Compiling h2 v0.4.15 |
| 1601 | 2026-09-05T01:07:36.875Z | Compiling addr2line v0.25.1 |
| 1602 | 2026-09-05T01:07:37.187Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-09-05T01:07:37.232Z | Compiling hashbrown v0.13.2 |
| 1604 | 2026-09-05T01:07:37.241Z | Compiling x509-cert v0.2.5 |
| 1605 | 2026-09-05T01:07:37.297Z | Compiling md-5 v0.10.6 |
| 1606 | 2026-09-05T01:07:37.413Z | Compiling block-buffer v0.12.1 |
| 1607 | 2026-09-05T01:07:37.427Z | Compiling block-padding v0.4.2 |
| 1608 | 2026-09-05T01:07:37.490Z | Compiling crypto-common v0.2.2 |
| 1609 | 2026-09-05T01:07:37.614Z | Compiling rustls-native-certs v0.8.3 |
| 1610 | 2026-09-05T01:07:37.619Z | Compiling derive_builder_macro v0.20.2 |
| 1611 | 2026-09-05T01:07:37.643Z | Compiling erased-serde v0.3.31 |
| 1612 | 2026-09-05T01:07:37.726Z | Compiling serde_tokenstream v0.2.3 |
| 1613 | 2026-09-05T01:07:37.784Z | Compiling daft-derive v0.1.8 |
| 1614 | 2026-09-05T01:07:37.929Z | Compiling bstr v1.12.1 |
| 1615 | 2026-09-05T01:07:38.057Z | Compiling async-trait v0.1.89 |
| 1616 | 2026-09-05T01:07:38.082Z | Compiling zerocopy-derive v0.7.35 |
| 1617 | 2026-09-05T01:07:38.136Z | Compiling pin-project-internal v1.1.11 |
| 1618 | 2026-09-05T01:07:38.152Z | Compiling curve25519-dalek v4.1.3 |
| 1619 | 2026-09-05T01:07:38.359Z | Compiling heck v0.4.1 |
| 1620 | 2026-09-05T01:07:38.406Z | Compiling vergen-lib v9.1.0 |
| 1621 | 2026-09-05T01:07:38.507Z | Compiling hash32 v0.2.1 |
| 1622 | 2026-09-05T01:07:38.507Z | Compiling encoding_rs v0.8.35 |
| 1623 | 2026-09-05T01:07:38.598Z | Compiling memoffset v0.9.1 |
| 1624 | 2026-09-05T01:07:38.611Z | Compiling smoltcp v0.9.1 |
| 1625 | 2026-09-05T01:07:38.615Z | Compiling rustix v0.38.44 |
| 1626 | 2026-09-05T01:07:38.733Z | Compiling psl-types v2.0.11 |
| 1627 | 2026-09-05T01:07:38.762Z | Compiling fallible-iterator v0.2.0 |
| 1628 | 2026-09-05T01:07:38.812Z | Compiling mime v0.3.17 |
| 1629 | 2026-09-05T01:07:38.851Z | Compiling rustc-demangle v0.1.27 |
| 1630 | 2026-09-05T01:07:38.873Z | Compiling ref-cast v1.0.25 |
| 1631 | 2026-09-05T01:07:38.967Z | Compiling crc-any v2.5.0 |
| 1632 | 2026-09-05T01:07:38.991Z | Compiling cfg_aliases v0.2.1 |
| 1633 | 2026-09-05T01:07:39.006Z | Compiling litrs v1.0.0 |
| 1634 | 2026-09-05T01:07:39.078Z | Compiling owo-colors v4.3.0 |
| 1635 | 2026-09-05T01:07:39.096Z | Compiling backtrace v0.3.76 |
| 1636 | 2026-09-05T01:07:39.101Z | Compiling nix v0.31.2 |
| 1637 | 2026-09-05T01:07:39.123Z | Compiling postgres-protocol v0.6.10 |
| 1638 | 2026-09-05T01:07:39.213Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1639 | 2026-09-05T01:07:39.237Z | Compiling zerocopy v0.7.35 |
| 1640 | 2026-09-05T01:07:39.292Z | Compiling publicsuffix v2.3.0 |
| 1641 | 2026-09-05T01:07:39.308Z | Compiling pin-project v1.1.11 |
| 1642 | 2026-09-05T01:07:39.481Z | Compiling snafu-derive v0.8.9 |
| 1643 | 2026-09-05T01:07:39.524Z | Compiling daft v0.1.8 |
| 1644 | 2026-09-05T01:07:39.528Z | Compiling derive_builder v0.20.2 |
| 1645 | 2026-09-05T01:07:39.581Z | Compiling document-features v0.2.12 |
| 1646 | 2026-09-05T01:07:39.723Z | Compiling object v0.30.4 |
| 1647 | 2026-09-05T01:07:39.738Z | Compiling inout v0.2.2 |
| 1648 | 2026-09-05T01:07:39.743Z | Compiling zip v0.6.6 |
| 1649 | 2026-09-05T01:07:39.823Z | Compiling darling v0.23.0 |
| 1650 | 2026-09-05T01:07:39.839Z | Compiling toml v0.7.8 |
| 1651 | 2026-09-05T01:07:39.868Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1652 | 2026-09-05T01:07:39.953Z | Compiling goblin v0.8.2 |
| 1653 | 2026-09-05T01:07:40.024Z | Compiling hyper v1.10.1 |
| 1654 | 2026-09-05T01:07:40.175Z | Compiling derive-ex v0.1.8 |
| 1655 | 2026-09-05T01:07:40.209Z | Compiling futures-executor v0.3.32 |
| 1656 | 2026-09-05T01:07:40.336Z | Compiling hubpack_derive v0.1.1 |
| 1657 | 2026-09-05T01:07:40.359Z | Compiling regex v1.12.3 |
| 1658 | 2026-09-05T01:07:40.445Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1659 | 2026-09-05T01:07:40.466Z | Compiling strum_macros v0.27.2 |
| 1660 | 2026-09-05T01:07:40.492Z | Compiling ref-cast-impl v1.0.25 |
| 1661 | 2026-09-05T01:07:40.520Z | Compiling phf_shared v0.13.1 |
| 1662 | 2026-09-05T01:07:40.533Z | Compiling convert_case v0.10.0 |
| 1663 | 2026-09-05T01:07:40.786Z | Compiling cargo-platform v0.3.2 |
| 1664 | 2026-09-05T01:07:40.813Z | Compiling vergen v9.1.0 |
| 1665 | 2026-09-05T01:07:40.828Z | Compiling ff v0.13.1 |
| 1666 | 2026-09-05T01:07:40.863Z | Compiling fs-err v3.3.0 |
| 1667 | 2026-09-05T01:07:40.995Z | Compiling foldhash v0.1.5 |
| 1668 | 2026-09-05T01:07:41.027Z | Compiling managed v0.8.0 |
| 1669 | 2026-09-05T01:07:41.070Z | Compiling base16ct v0.2.0 |
| 1670 | 2026-09-05T01:07:41.086Z | Compiling jiff-core v0.1.0 |
| 1671 | 2026-09-05T01:07:41.089Z | Compiling libbz2-rs-sys v0.2.2 |
| 1672 | 2026-09-05T01:07:41.106Z | Compiling foldhash v0.2.0 |
| 1673 | 2026-09-05T01:07:41.139Z | Compiling is_ci v1.2.0 |
| 1674 | 2026-09-05T01:07:41.189Z | Compiling hyper-util v0.1.20 |
| 1675 | 2026-09-05T01:07:41.270Z | Compiling bitflags v1.3.2 |
| 1676 | 2026-09-05T01:07:41.282Z | Compiling same-file v1.0.6 |
| 1677 | 2026-09-05T01:07:41.299Z | Compiling bumpalo v3.20.2 |
| 1678 | 2026-09-05T01:07:41.359Z | Compiling path-slash v0.1.5 |
| 1679 | 2026-09-05T01:07:41.377Z | Compiling textwrap v0.16.2 |
| 1680 | 2026-09-05T01:07:41.458Z | Compiling snafu v0.8.9 |
| 1681 | 2026-09-05T01:07:41.476Z | Compiling walkdir v2.5.0 |
| 1682 | 2026-09-05T01:07:41.511Z | Compiling zopfli v0.8.3 |
| 1683 | 2026-09-05T01:07:41.583Z | Compiling bzip2 v0.6.1 |
| 1684 | 2026-09-05T01:07:41.806Z | Compiling hashbrown v0.16.1 |
| 1685 | 2026-09-05T01:07:41.810Z | Compiling supports-color v3.0.2 |
| 1686 | 2026-09-05T01:07:41.836Z | Compiling jiff v0.2.34 |
| 1687 | 2026-09-05T01:07:41.839Z | Compiling sec1 v0.7.3 |
| 1688 | 2026-09-05T01:07:41.930Z | Compiling test-strategy v0.4.5 |
| 1689 | 2026-09-05T01:07:42.013Z | Compiling hashbrown v0.15.5 |
| 1690 | 2026-09-05T01:07:42.155Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1691 | 2026-09-05T01:07:42.321Z | Compiling dof v0.3.0 |
| 1692 | 2026-09-05T01:07:42.355Z | Compiling cargo_metadata v0.23.1 |
| 1693 | 2026-09-05T01:07:42.425Z | Compiling group v0.13.0 |
| 1694 | 2026-09-05T01:07:42.493Z | Compiling strum v0.27.2 |
| 1695 | 2026-09-05T01:07:42.498Z | Compiling derive_more-impl v2.1.1 |
| 1696 | 2026-09-05T01:07:42.575Z | Compiling hubpack v0.1.2 |
| 1697 | 2026-09-05T01:07:42.622Z | Compiling hyper-tls v0.6.0 |
| 1698 | 2026-09-05T01:07:42.642Z | Compiling phf v0.13.1 |
| 1699 | 2026-09-05T01:07:42.679Z | Compiling signal-hook-mio v0.2.5 |
| 1700 | 2026-09-05T01:07:42.806Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-09-05T01:07:42.822Z | Compiling futures v0.3.32 |
| 1702 | 2026-09-05T01:07:42.877Z | Compiling cookie_store v0.22.1 |
| 1703 | 2026-09-05T01:07:42.919Z | Compiling zstd v0.13.3 |
| 1704 | 2026-09-05T01:07:42.969Z | Compiling serde_with_macros v3.21.0 |
| 1705 | 2026-09-05T01:07:43.035Z | Compiling cipher v0.5.2 |
| 1706 | 2026-09-05T01:07:43.197Z | Compiling backtrace-ext v0.2.1 |
| 1707 | 2026-09-05T01:07:43.360Z | Compiling postgres-types v0.2.12 |
| 1708 | 2026-09-05T01:07:43.480Z | Compiling globset v0.4.18 |
| 1709 | 2026-09-05T01:07:43.495Z | Compiling usdt-macro v0.6.0 |
| 1710 | 2026-09-05T01:07:43.561Z | Compiling usdt-attr-macro v0.6.0 |
| 1711 | 2026-09-05T01:07:43.603Z | Compiling byte-wrapper v0.1.0 |
| 1712 | 2026-09-05T01:07:43.684Z | Compiling ed25519 v2.2.3 |
| 1713 | 2026-09-05T01:07:43.712Z | Compiling hkdf v0.12.4 |
| 1714 | 2026-09-05T01:07:43.905Z | Compiling dtrace-parser v0.2.0 |
| 1715 | 2026-09-05T01:07:43.926Z | Compiling crypto-bigint v0.5.5 |
| 1716 | 2026-09-05T01:07:43.939Z | Compiling serde-big-array v0.5.1 |
| 1717 | 2026-09-05T01:07:44.005Z | Compiling serde_plain v1.0.2 |
| 1718 | 2026-09-05T01:07:44.096Z | Compiling olpc-cjson v0.1.4 |
| 1719 | 2026-09-05T01:07:44.137Z | Compiling serde_repr v0.1.20 |
| 1720 | 2026-09-05T01:07:44.176Z | Compiling enum-as-inner v0.6.1 |
| 1721 | 2026-09-05T01:07:44.229Z | Compiling miette-derive v7.6.0 |
| 1722 | 2026-09-05T01:07:44.278Z | Compiling strum_macros v0.26.4 |
| 1723 | 2026-09-05T01:07:44.307Z | Compiling async-recursion v1.1.1 |
| 1724 | 2026-09-05T01:07:44.420Z | Compiling phf_shared v0.11.3 |
| 1725 | 2026-09-05T01:07:44.545Z | Compiling float-cmp v0.10.0 |
| 1726 | 2026-09-05T01:07:44.635Z | Compiling pem v3.0.6 |
| 1727 | 2026-09-05T01:07:44.665Z | Compiling memmap2 v0.9.10 |
| 1728 | 2026-09-05T01:07:44.679Z | Compiling thread-id v4.2.2 |
| 1729 | 2026-09-05T01:07:44.736Z | Compiling either v1.15.0 |
| 1730 | 2026-09-05T01:07:44.751Z | Compiling fixedbitset v0.4.2 |
| 1731 | 2026-09-05T01:07:44.773Z | Compiling normalize-line-endings v0.3.0 |
| 1732 | 2026-09-05T01:07:44.787Z | Compiling keccak v0.1.6 |
| 1733 | 2026-09-05T01:07:44.854Z | Compiling supports-hyperlinks v3.2.0 |
| 1734 | 2026-09-05T01:07:44.882Z | Compiling typed-path v0.9.3 |
| 1735 | 2026-09-05T01:07:44.902Z | Compiling cpufeatures v0.3.0 |
| 1736 | 2026-09-05T01:07:44.973Z | Compiling precomputed-hash v0.1.1 |
| 1737 | 2026-09-05T01:07:44.992Z | Compiling difflib v0.4.0 |
| 1738 | 2026-09-05T01:07:45.007Z | Compiling fixedbitset v0.5.7 |
| 1739 | 2026-09-05T01:07:45.011Z | Compiling static_assertions v1.1.0 |
| 1740 | 2026-09-05T01:07:45.034Z | Compiling const-oid v0.10.2 |
| 1741 | 2026-09-05T01:07:45.049Z | Compiling whoami v2.1.0 |
| 1742 | 2026-09-05T01:07:45.078Z | Compiling data-encoding v2.10.0 |
| 1743 | 2026-09-05T01:07:45.098Z | Compiling new_debug_unreachable v1.0.6 |
| 1744 | 2026-09-05T01:07:45.112Z | Compiling winnow v1.0.3 |
| 1745 | 2026-09-05T01:07:45.183Z | Compiling predicates-core v1.0.10 |
| 1746 | 2026-09-05T01:07:45.265Z | Compiling supports-unicode v3.0.0 |
| 1747 | 2026-09-05T01:07:45.326Z | Compiling predicates v3.1.4 |
| 1748 | 2026-09-05T01:07:45.377Z | Compiling hickory-proto v0.25.2 |
| 1749 | 2026-09-05T01:07:45.434Z | Compiling tokio-postgres v0.7.16 |
| 1750 | 2026-09-05T01:07:45.451Z | Compiling petgraph v0.8.3 |
| 1751 | 2026-09-05T01:07:45.467Z | Compiling miette v7.6.0 |
| 1752 | 2026-09-05T01:07:45.482Z | Compiling digest v0.11.3 |
| 1753 | 2026-09-05T01:07:45.544Z | Compiling string_cache v0.8.9 |
| 1754 | 2026-09-05T01:07:45.574Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1755 | 2026-09-05T01:07:45.732Z | Compiling toml_edit v0.22.27 |
| 1756 | 2026-09-05T01:07:45.799Z | Compiling chacha20 v0.10.0 |
| 1757 | 2026-09-05T01:07:45.813Z | Compiling sha3 v0.10.8 |
| 1758 | 2026-09-05T01:07:46.005Z | Compiling itertools v0.13.0 |
| 1759 | 2026-09-05T01:07:46.110Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1760 | 2026-09-05T01:07:46.140Z | Compiling strum v0.26.3 |
| 1761 | 2026-09-05T01:07:46.157Z | Compiling elliptic-curve v0.13.8 |
| 1762 | 2026-09-05T01:07:46.234Z | Compiling petgraph v0.6.5 |
| 1763 | 2026-09-05T01:07:46.271Z | Compiling usdt v0.6.0 |
| 1764 | 2026-09-05T01:07:46.284Z | Compiling usdt-impl v0.5.0 |
| 1765 | 2026-09-05T01:07:46.298Z | Compiling crossterm v0.28.1 |
| 1766 | 2026-09-05T01:07:46.502Z | Compiling serde_with v3.21.0 |
| 1767 | 2026-09-05T01:07:46.596Z | Compiling zip v4.6.1 |
| 1768 | 2026-09-05T01:07:46.616Z | Compiling ed25519-dalek v2.2.0 |
| 1769 | 2026-09-05T01:07:46.645Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1770 | 2026-09-05T01:07:46.756Z | Compiling derive_more v2.1.1 |
| 1771 | 2026-09-05T01:07:47.158Z | Compiling iddqd v0.4.2 |
| 1772 | 2026-09-05T01:07:47.307Z | Compiling similar v2.7.0 |
| 1773 | 2026-09-05T01:07:47.448Z | Compiling tokio-stream v0.1.18 |
| 1774 | 2026-09-05T01:07:47.561Z | Compiling crossbeam-epoch v0.9.18 |
| 1775 | 2026-09-05T01:07:47.573Z | Compiling buf-list v1.1.2 |
| 1776 | 2026-09-05T01:07:47.706Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1777 | 2026-09-05T01:07:47.712Z | Compiling openapiv3 v2.2.0 |
| 1778 | 2026-09-05T01:07:47.724Z | Compiling lalrpop-util v0.19.12 |
| 1779 | 2026-09-05T01:07:47.869Z | Compiling peg-runtime v0.8.5 |
| 1780 | 2026-09-05T01:07:47.897Z | Compiling thread_local v1.1.9 |
| 1781 | 2026-09-05T01:07:47.925Z | Compiling slog-async v2.8.0 |
| 1782 | 2026-09-05T01:07:47.941Z | Compiling crossbeam-channel v0.5.15 |
| 1783 | 2026-09-05T01:07:48.010Z | Compiling filetime v0.2.27 |
| 1784 | 2026-09-05T01:07:48.159Z | Compiling is-terminal v0.4.17 |
| 1785 | 2026-09-05T01:07:48.177Z | Compiling xattr v1.6.1 |
| 1786 | 2026-09-05T01:07:48.193Z | Compiling term v1.2.1 |
| 1787 | 2026-09-05T01:07:48.197Z | Compiling take_mut v0.2.2 |
| 1788 | 2026-09-05T01:07:48.226Z | Compiling camino-tempfile v1.4.1 |
| 1789 | 2026-09-05T01:07:48.306Z | Compiling tar v0.4.46 |
| 1790 | 2026-09-05T01:07:48.470Z | Compiling slog-term v2.9.2 |
| 1791 | 2026-09-05T01:08:05.684Z | Compiling rustls-webpki v0.103.13 |
| 1792 | 2026-09-05T01:08:08.335Z | Compiling tokio-rustls v0.26.4 |
| 1793 | 2026-09-05T01:08:08.335Z | Compiling rustls-platform-verifier v0.6.2 |
| 1794 | 2026-09-05T01:08:08.335Z | Compiling tough v0.22.0 |
| 1795 | 2026-09-05T01:08:08.535Z | Compiling hyper-rustls v0.27.7 |
| 1796 | 2026-09-05T01:08:08.723Z | Compiling reqwest v0.13.2 |
| 1797 | 2026-09-05T01:08:10.852Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1798 | 2026-09-05T01:08:11.083Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1799 | 2026-09-05T01:08:14.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.93s |
| 1800 | 2026-09-05T01:08:14.164Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1801 | 2026-09-05T01:08:14.222Z | Sep 05 01:08:13.629 INFO Starting download, target: Clickhouse |
| 1802 | 2026-09-05T01:08:14.222Z | Sep 05 01:08:13.630 INFO Starting download, target: Console |
| 1803 | 2026-09-05T01:08:14.222Z | Sep 05 01:08:13.630 INFO Starting download, target: Cockroach |
| 1804 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Starting download, target: DendriteStub |
| 1805 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Starting download, target: MaghemiteMgd |
| 1806 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Starting download, target: MaghemiteDdmd |
| 1807 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Starting download, target: TransceiverControl |
| 1808 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1809 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1810 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1811 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1812 | 2026-09-05T01:08:14.225Z | Sep 05 01:08:13.630 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1813 | 2026-09-05T01:08:14.226Z | Sep 05 01:08:13.631 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1814 | 2026-09-05T01:08:14.226Z | Sep 05 01:08:13.631 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1815 | 2026-09-05T01:08:14.664Z | Sep 05 01:08:14.060 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1816 | 2026-09-05T01:08:14.856Z | Sep 05 01:08:14.264 INFO Download complete, target: TransceiverControl |
| 1817 | 2026-09-05T01:08:16.043Z | Sep 05 01:08:15.432 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1818 | 2026-09-05T01:08:16.294Z | Sep 05 01:08:15.674 INFO Download complete, target: Console |
| 1819 | 2026-09-05T01:08:16.994Z | Sep 05 01:08:16.402 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1820 | 2026-09-05T01:08:22.160Z | Sep 05 01:08:21.513 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1821 | 2026-09-05T01:08:23.057Z | Sep 05 01:08:22.339 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1822 | 2026-09-05T01:08:23.587Z | Sep 05 01:08:22.913 INFO Checking that binary works, target: Clickhouse |
| 1823 | 2026-09-05T01:08:23.799Z | Sep 05 01:08:23.002 INFO Download complete, target: Clickhouse |
| 1824 | 2026-09-05T01:08:23.953Z | Sep 05 01:08:23.280 INFO Download complete, target: MaghemiteDdmd |
| 1825 | 2026-09-05T01:08:24.663Z | Sep 05 01:08:24.027 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1826 | 2026-09-05T01:08:25.288Z | Sep 05 01:08:24.630 INFO Download complete, target: DendriteStub |
| 1827 | 2026-09-05T01:08:25.536Z | Sep 05 01:08:24.893 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1828 | 2026-09-05T01:08:25.536Z | Sep 05 01:08:24.893 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1829 | 2026-09-05T01:08:27.108Z | Sep 05 01:08:26.496 INFO Download complete, target: MaghemiteMgd |
| 1830 | 2026-09-05T01:08:29.998Z | Sep 05 01:08:29.405 INFO Checking that binary works, target: Cockroach |
| 1831 | 2026-09-05T01:08:30.127Z | Sep 05 01:08:29.530 INFO Download complete, target: Cockroach |
| 1832 | 2026-09-05T01:08:30.133Z | All prerequisites installed successfully |
| 1833 | 2026-09-05T01:08:30.133Z | |
| 1834 | 2026-09-05T01:08:30.133Z | real 2:01.076487791 |
| 1835 | 2026-09-05T01:08:30.133Z | user 7:20.857157545 |
| 1836 | 2026-09-05T01:08:30.134Z | sys 1:45.505632631 |
| 1837 | 2026-09-05T01:08:30.134Z | trap 0.316651182 |
| 1838 | 2026-09-05T01:08:30.134Z | tflt 0.830853929 |
| 1839 | 2026-09-05T01:08:30.134Z | dflt 1.569564452 |
| 1840 | 2026-09-05T01:08:30.134Z | kflt 0.019226024 |
| 1841 | 2026-09-05T01:08:30.134Z | lock 31:39.664318565 |
| 1842 | 2026-09-05T01:08:30.134Z | slp 20:19.112555503 |
| 1843 | 2026-09-05T01:08:30.134Z | lat 29.221129013 |
| 1844 | 2026-09-05T01:08:30.134Z | stop 3:34.873526848 |
| 1845 | 2026-09-05T01:08:30.134Z | + ptime -m cargo xtask download softnpu |
| 1846 | 2026-09-05T01:08:30.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1847 | 2026-09-05T01:08:30.604Z | Running `target/debug/xtask download softnpu` |
| 1848 | 2026-09-05T01:08:31.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1849 | 2026-09-05T01:08:31.437Z | Running `target/debug/xtask-downloader softnpu` |
| 1850 | 2026-09-05T01:08:31.480Z | Sep 05 01:08:30.879 INFO Starting download, target: Softnpu |
| 1851 | 2026-09-05T01:08:31.489Z | Sep 05 01:08:30.880 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1852 | 2026-09-05T01:08:32.018Z | Sep 05 01:08:31.421 INFO Download complete, target: Softnpu |
| 1853 | 2026-09-05T01:08:32.024Z | |
| 1854 | 2026-09-05T01:08:32.024Z | real 1.881982647 |
| 1855 | 2026-09-05T01:08:32.025Z | user 1.307345174 |
| 1856 | 2026-09-05T01:08:32.025Z | sys 0.618100892 |
| 1857 | 2026-09-05T01:08:32.025Z | trap 0.000476460 |
| 1858 | 2026-09-05T01:08:32.025Z | tflt 0.000056283 |
| 1859 | 2026-09-05T01:08:32.025Z | dflt 0.000277301 |
| 1860 | 2026-09-05T01:08:32.025Z | kflt 0.000000000 |
| 1861 | 2026-09-05T01:08:32.025Z | lock 10.263959910 |
| 1862 | 2026-09-05T01:08:32.025Z | slp 0.395990062 |
| 1863 | 2026-09-05T01:08:32.025Z | lat 0.095179606 |
| 1864 | 2026-09-05T01:08:32.025Z | stop 0.000176887 |
| 1865 | 2026-09-05T01:08:32.025Z | + export CARGO_INCREMENTAL=0 |
| 1866 | 2026-09-05T01:08:32.025Z | + CARGO_INCREMENTAL=0 |
| 1867 | 2026-09-05T01:08:32.025Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1868 | 2026-09-05T01:08:32.935Z | Compiling proc-macro2 v1.0.106 |
| 1869 | 2026-09-05T01:08:32.935Z | Compiling quote v1.0.45 |
| 1870 | 2026-09-05T01:08:32.935Z | Compiling unicode-ident v1.0.24 |
| 1871 | 2026-09-05T01:08:32.935Z | Compiling serde_core v1.0.228 |
| 1872 | 2026-09-05T01:08:32.939Z | Compiling libc v0.2.185 |
| 1873 | 2026-09-05T01:08:32.939Z | Compiling serde v1.0.228 |
| 1874 | 2026-09-05T01:08:32.939Z | Compiling cfg-if v1.0.4 |
| 1875 | 2026-09-05T01:08:32.939Z | Compiling version_check v0.9.5 |
| 1876 | 2026-09-05T01:08:32.939Z | Compiling autocfg v1.5.0 |
| 1877 | 2026-09-05T01:08:32.939Z | Compiling shlex v1.3.0 |
| 1878 | 2026-09-05T01:08:32.939Z | Compiling find-msvc-tools v0.1.9 |
| 1879 | 2026-09-05T01:08:32.939Z | Compiling memchr v2.8.0 |
| 1880 | 2026-09-05T01:08:33.082Z | Compiling zmij v1.0.21 |
| 1881 | 2026-09-05T01:08:33.085Z | Compiling serde_json v1.0.151 |
| 1882 | 2026-09-05T01:08:33.419Z | Compiling portable-atomic v1.13.1 |
| 1883 | 2026-09-05T01:08:33.435Z | Compiling zerocopy v0.8.55 |
| 1884 | 2026-09-05T01:08:33.446Z | Compiling libm v0.2.16 |
| 1885 | 2026-09-05T01:08:33.476Z | Compiling getrandom v0.4.3 |
| 1886 | 2026-09-05T01:08:33.538Z | Compiling icu_normalizer_data v2.1.1 |
| 1887 | 2026-09-05T01:08:33.603Z | Compiling smallvec v1.15.1 |
| 1888 | 2026-09-05T01:08:33.637Z | Compiling generic-array v0.14.7 |
| 1889 | 2026-09-05T01:08:33.640Z | Compiling num-traits v0.2.19 |
| 1890 | 2026-09-05T01:08:33.706Z | Compiling icu_properties_data v2.1.2 |
| 1891 | 2026-09-05T01:08:33.796Z | Compiling parking_lot_core v0.9.12 |
| 1892 | 2026-09-05T01:08:33.811Z | Compiling itoa v1.0.17 |
| 1893 | 2026-09-05T01:08:33.825Z | Compiling log v0.4.33 |
| 1894 | 2026-09-05T01:08:33.870Z | Compiling pkg-config v0.3.32 |
| 1895 | 2026-09-05T01:08:33.887Z | Compiling subtle v2.6.1 |
| 1896 | 2026-09-05T01:08:33.906Z | Compiling stable_deref_trait v1.2.1 |
| 1897 | 2026-09-05T01:08:33.932Z | Compiling rustix v1.1.4 |
| 1898 | 2026-09-05T01:08:34.003Z | Compiling typenum v1.20.1 |
| 1899 | 2026-09-05T01:08:34.046Z | Compiling getrandom v0.3.4 |
| 1900 | 2026-09-05T01:08:34.063Z | Compiling jobserver v0.1.34 |
| 1901 | 2026-09-05T01:08:34.078Z | Compiling errno v0.3.14 |
| 1902 | 2026-09-05T01:08:34.093Z | Compiling scopeguard v1.2.0 |
| 1903 | 2026-09-05T01:08:34.175Z | Compiling thiserror v2.0.18 |
| 1904 | 2026-09-05T01:08:34.190Z | Compiling lock_api v0.4.14 |
| 1905 | 2026-09-05T01:08:34.249Z | Compiling rand_core v0.10.0 |
| 1906 | 2026-09-05T01:08:34.279Z | Compiling cc v1.2.56 |
| 1907 | 2026-09-05T01:08:34.418Z | Compiling syn v2.0.117 |
| 1908 | 2026-09-05T01:08:34.453Z | Compiling critical-section v1.2.0 |
| 1909 | 2026-09-05T01:08:34.457Z | Compiling getrandom v0.2.17 |
| 1910 | 2026-09-05T01:08:34.457Z | Compiling schemars v0.8.22 |
| 1911 | 2026-09-05T01:08:34.514Z | Compiling writeable v0.6.2 |
| 1912 | 2026-09-05T01:08:34.520Z | Compiling litemap v0.8.1 |
| 1913 | 2026-09-05T01:08:34.532Z | Compiling percent-encoding v2.3.2 |
| 1914 | 2026-09-05T01:08:34.584Z | Compiling equivalent v1.0.2 |
| 1915 | 2026-09-05T01:08:34.637Z | Compiling rand_core v0.6.4 |
| 1916 | 2026-09-05T01:08:34.705Z | Compiling syn v1.0.109 |
| 1917 | 2026-09-05T01:08:34.708Z | Compiling pin-project-lite v0.2.17 |
| 1918 | 2026-09-05T01:08:34.781Z | Compiling rustversion v1.0.22 |
| 1919 | 2026-09-05T01:08:34.830Z | Compiling once_cell v1.21.3 |
| 1920 | 2026-09-05T01:08:34.934Z | Compiling hashbrown v0.17.0 |
| 1921 | 2026-09-05T01:08:34.934Z | Compiling heck v0.5.0 |
| 1922 | 2026-09-05T01:08:35.022Z | Compiling fs_extra v1.3.0 |
| 1923 | 2026-09-05T01:08:35.022Z | Compiling dunce v1.0.5 |
| 1924 | 2026-09-05T01:08:35.085Z | Compiling cmake v0.1.57 |
| 1925 | 2026-09-05T01:08:35.102Z | Compiling utf8_iter v1.0.4 |
| 1926 | 2026-09-05T01:08:35.122Z | Compiling byteorder v1.5.0 |
| 1927 | 2026-09-05T01:08:35.172Z | Compiling form_urlencoded v1.2.2 |
| 1928 | 2026-09-05T01:08:35.314Z | Compiling semver v1.0.28 |
| 1929 | 2026-09-05T01:08:35.379Z | Compiling bitflags v2.11.0 |
| 1930 | 2026-09-05T01:08:35.479Z | Compiling strsim v0.11.1 |
| 1931 | 2026-09-05T01:08:35.500Z | Compiling indexmap v2.14.0 |
| 1932 | 2026-09-05T01:08:35.616Z | Compiling signal-hook-registry v1.4.8 |
| 1933 | 2026-09-05T01:08:35.630Z | Compiling thiserror v1.0.69 |
| 1934 | 2026-09-05T01:08:35.633Z | Compiling mio v1.2.0 |
| 1935 | 2026-09-05T01:08:35.659Z | Compiling aws-lc-sys v0.40.0 |
| 1936 | 2026-09-05T01:08:35.721Z | Compiling socket2 v0.6.3 |
| 1937 | 2026-09-05T01:08:35.787Z | Compiling parking_lot v0.12.5 |
| 1938 | 2026-09-05T01:08:35.844Z | Compiling aws-lc-rs v1.16.3 |
| 1939 | 2026-09-05T01:08:35.934Z | Compiling futures-core v0.3.32 |
| 1940 | 2026-09-05T01:08:35.939Z | Compiling const-oid v0.9.6 |
| 1941 | 2026-09-05T01:08:36.074Z | Compiling iana-time-zone v0.1.65 |
| 1942 | 2026-09-05T01:08:36.089Z | Compiling httparse v1.10.1 |
| 1943 | 2026-09-05T01:08:36.216Z | Compiling crc32fast v1.5.0 |
| 1944 | 2026-09-05T01:08:36.289Z | Compiling fnv v1.0.7 |
| 1945 | 2026-09-05T01:08:36.402Z | Compiling regex-syntax v0.8.10 |
| 1946 | 2026-09-05T01:08:36.434Z | Compiling ucd-trie v0.1.7 |
| 1947 | 2026-09-05T01:08:36.468Z | Compiling uuid v1.23.4 |
| 1948 | 2026-09-05T01:08:36.532Z | Compiling ident_case v1.0.1 |
| 1949 | 2026-09-05T01:08:36.552Z | Compiling vcpkg v0.2.15 |
| 1950 | 2026-09-05T01:08:36.618Z | Compiling pest v2.8.6 |
| 1951 | 2026-09-05T01:08:36.739Z | Compiling rustc_version v0.4.1 |
| 1952 | 2026-09-05T01:08:36.839Z | Compiling dyn-clone v1.0.20 |
| 1953 | 2026-09-05T01:08:36.889Z | Compiling rustls v0.23.41 |
| 1954 | 2026-09-05T01:08:36.926Z | Compiling futures-sink v0.3.32 |
| 1955 | 2026-09-05T01:08:37.038Z | Compiling futures-channel v0.3.32 |
| 1956 | 2026-09-05T01:08:37.123Z | Compiling aho-corasick v1.1.4 |
| 1957 | 2026-09-05T01:08:37.138Z | Compiling openssl-sys v0.9.117 |
| 1958 | 2026-09-05T01:08:37.170Z | Compiling futures-task v0.3.32 |
| 1959 | 2026-09-05T01:08:37.174Z | Compiling slab v0.4.12 |
| 1960 | 2026-09-05T01:08:37.303Z | Compiling synstructure v0.13.2 |
| 1961 | 2026-09-05T01:08:37.325Z | Compiling serde_derive_internals v0.29.1 |
| 1962 | 2026-09-05T01:08:37.342Z | Compiling futures-io v0.3.32 |
| 1963 | 2026-09-05T01:08:37.554Z | Compiling time-core v0.1.8 |
| 1964 | 2026-09-05T01:08:37.574Z | Compiling radium v0.7.0 |
| 1965 | 2026-09-05T01:08:37.630Z | Compiling num-conv v0.2.0 |
| 1966 | 2026-09-05T01:08:37.650Z | Compiling plain v0.2.3 |
| 1967 | 2026-09-05T01:08:37.723Z | Compiling pest_meta v2.8.6 |
| 1968 | 2026-09-05T01:08:37.795Z | Compiling time-macros v0.2.27 |
| 1969 | 2026-09-05T01:08:37.799Z | Compiling crossbeam-utils v0.8.21 |
| 1970 | 2026-09-05T01:08:37.849Z | Compiling maybe-uninit v2.0.0 |
| 1971 | 2026-09-05T01:08:37.849Z | Compiling base64ct v1.8.3 |
| 1972 | 2026-09-05T01:08:37.906Z | Compiling pretty-hex v0.4.1 |
| 1973 | 2026-09-05T01:08:37.922Z | Compiling openssl v0.10.80 |
| 1974 | 2026-09-05T01:08:38.006Z | Compiling regex-automata v0.4.14 |
| 1975 | 2026-09-05T01:08:38.059Z | Compiling base64 v0.22.1 |
| 1976 | 2026-09-05T01:08:38.094Z | Compiling pem-rfc7468 v0.7.0 |
| 1977 | 2026-09-05T01:08:38.110Z | Compiling slog v2.8.2 |
| 1978 | 2026-09-05T01:08:38.152Z | Compiling flagset v0.4.7 |
| 1979 | 2026-09-05T01:08:38.167Z | Compiling unicode-segmentation v1.12.0 |
| 1980 | 2026-09-05T01:08:38.298Z | Compiling darling_core v0.23.0 |
| 1981 | 2026-09-05T01:08:38.319Z | Compiling pest_generator v2.8.6 |
| 1982 | 2026-09-05T01:08:38.335Z | Compiling rand_core v0.9.5 |
| 1983 | 2026-09-05T01:08:38.469Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1984 | 2026-09-05T01:08:38.488Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1985 | 2026-09-05T01:08:38.491Z | Compiling syn v3.0.3 |
| 1986 | 2026-09-05T01:08:38.508Z | Compiling serde_derive v1.0.228 |
| 1987 | 2026-09-05T01:08:38.541Z | Compiling zeroize_derive v1.5.0 |
| 1988 | 2026-09-05T01:08:38.559Z | Compiling zerofrom-derive v0.1.6 |
| 1989 | 2026-09-05T01:08:38.563Z | Compiling yoke-derive v0.8.1 |
| 1990 | 2026-09-05T01:08:38.563Z | Compiling zerocopy-derive v0.8.55 |
| 1991 | 2026-09-05T01:08:38.609Z | Compiling zerovec-derive v0.11.2 |
| 1992 | 2026-09-05T01:08:38.612Z | Compiling displaydoc v0.2.5 |
| 1993 | 2026-09-05T01:08:38.770Z | Compiling tokio-macros v2.7.0 |
| 1994 | 2026-09-05T01:08:38.787Z | Compiling futures-macro v0.3.32 |
| 1995 | 2026-09-05T01:08:38.790Z | Compiling thiserror-impl v2.0.18 |
| 1996 | 2026-09-05T01:08:38.876Z | Compiling schemars_derive v0.8.22 |
| 1997 | 2026-09-05T01:08:38.951Z | Compiling der_derive v0.7.3 |
| 1998 | 2026-09-05T01:08:38.969Z | Compiling tracing-attributes v0.1.31 |
| 1999 | 2026-09-05T01:08:39.161Z | Compiling thiserror-impl v1.0.69 |
| 2000 | 2026-09-05T01:08:39.310Z | Compiling pest_derive v2.8.6 |
| 2001 | 2026-09-05T01:08:39.476Z | Compiling scroll_derive v0.12.1 |
| 2002 | 2026-09-05T01:08:39.528Z | Compiling scroll_derive v0.13.1 |
| 2003 | 2026-09-05T01:08:39.558Z | Compiling futures-util v0.3.32 |
| 2004 | 2026-09-05T01:08:39.687Z | Compiling zerofrom v0.1.6 |
| 2005 | 2026-09-05T01:08:39.845Z | Compiling yoke v0.8.1 |
| 2006 | 2026-09-05T01:08:39.852Z | Compiling openssl-macros v0.1.1 |
| 2007 | 2026-09-05T01:08:40.092Z | Compiling zerovec v0.11.5 |
| 2008 | 2026-09-05T01:08:40.163Z | Compiling zerotrie v0.2.3 |
| 2009 | 2026-09-05T01:08:40.261Z | Compiling ahash v0.8.12 |
| 2010 | 2026-09-05T01:08:40.314Z | Compiling native-tls v0.2.18 |
| 2011 | 2026-09-05T01:08:40.336Z | Compiling packed_struct v0.10.1 |
| 2012 | 2026-09-05T01:08:40.445Z | Compiling anyhow v1.0.104 |
| 2013 | 2026-09-05T01:08:40.508Z | Compiling paste v1.0.15 |
| 2014 | 2026-09-05T01:08:40.540Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-09-05T01:08:40.555Z | Compiling darling_macro v0.23.0 |
| 2016 | 2026-09-05T01:08:40.592Z | Compiling regex v1.12.3 |
| 2017 | 2026-09-05T01:08:40.703Z | Compiling tinystr v0.8.2 |
| 2018 | 2026-09-05T01:08:40.721Z | Compiling potential_utf v0.1.4 |
| 2019 | 2026-09-05T01:08:40.778Z | Compiling zerocopy-derive v0.7.35 |
| 2020 | 2026-09-05T01:08:40.921Z | Compiling icu_locale_core v2.1.1 |
| 2021 | 2026-09-05T01:08:40.939Z | Compiling icu_collections v2.1.1 |
| 2022 | 2026-09-05T01:08:41.287Z | Compiling tracing-core v0.1.36 |
| 2023 | 2026-09-05T01:08:41.412Z | Compiling cookie v0.18.1 |
| 2024 | 2026-09-05T01:08:41.505Z | Compiling camino v1.2.5 |
| 2025 | 2026-09-05T01:08:41.591Z | Compiling icu_provider v2.1.1 |
| 2026 | 2026-09-05T01:08:41.596Z | Compiling cpufeatures v0.2.17 |
| 2027 | 2026-09-05T01:08:41.690Z | Compiling zeroize v1.9.0 |
| 2028 | 2026-09-05T01:08:41.733Z | Compiling bytes v1.11.1 |
| 2029 | 2026-09-05T01:08:41.820Z | Compiling chrono v0.4.45 |
| 2030 | 2026-09-05T01:08:41.900Z | Compiling icu_properties v2.1.2 |
| 2031 | 2026-09-05T01:08:41.944Z | Compiling icu_normalizer v2.1.1 |
| 2032 | 2026-09-05T01:08:42.207Z | Compiling serde_tokenstream v0.2.3 |
| 2033 | 2026-09-05T01:08:42.341Z | Compiling tokio v1.52.1 |
| 2034 | 2026-09-05T01:08:42.439Z | Compiling der v0.7.10 |
| 2035 | 2026-09-05T01:08:42.500Z | Compiling crypto-common v0.1.7 |
| 2036 | 2026-09-05T01:08:42.534Z | Compiling block-buffer v0.10.4 |
| 2037 | 2026-09-05T01:08:42.663Z | Compiling digest v0.10.7 |
| 2038 | 2026-09-05T01:08:42.715Z | Compiling http v1.4.2 |
| 2039 | 2026-09-05T01:08:42.908Z | Compiling idna_adapter v1.2.1 |
| 2040 | 2026-09-05T01:08:43.056Z | Compiling idna v1.1.0 |
| 2041 | 2026-09-05T01:08:43.059Z | Compiling ppv-lite86 v0.2.21 |
| 2042 | 2026-09-05T01:08:43.120Z | Compiling fastrand v2.3.0 |
| 2043 | 2026-09-05T01:08:43.269Z | Compiling spki v0.7.3 |
| 2044 | 2026-09-05T01:08:43.410Z | Compiling url v2.5.8 |
| 2045 | 2026-09-05T01:08:43.448Z | Compiling rand_chacha v0.9.0 |
| 2046 | 2026-09-05T01:08:43.488Z | Compiling tracing v0.1.44 |
| 2047 | 2026-09-05T01:08:43.522Z | Compiling toml_datetime v0.6.11 |
| 2048 | 2026-09-05T01:08:43.559Z | Compiling serde_spanned v0.6.9 |
| 2049 | 2026-09-05T01:08:43.757Z | Compiling darling v0.23.0 |
| 2050 | 2026-09-05T01:08:43.826Z | Compiling packed_struct_codegen v0.10.1 |
| 2051 | 2026-09-05T01:08:43.843Z | Compiling clap_derive v4.6.1 |
| 2052 | 2026-09-05T01:08:43.860Z | Compiling zerocopy-derive v0.6.6 |
| 2053 | 2026-09-05T01:08:43.863Z | Compiling bitfield-macros v0.19.4 |
| 2054 | 2026-09-05T01:08:44.131Z | Compiling indexmap v1.9.3 |
| 2055 | 2026-09-05T01:08:44.148Z | Compiling object v0.37.3 |
| 2056 | 2026-09-05T01:08:44.274Z | Compiling simd-adler32 v0.3.8 |
| 2057 | 2026-09-05T01:08:44.381Z | Compiling rand v0.9.2 |
| 2058 | 2026-09-05T01:08:44.419Z | Compiling pkcs8 v0.10.2 |
| 2059 | 2026-09-05T01:08:44.466Z | Compiling http-body v1.0.1 |
| 2060 | 2026-09-05T01:08:44.522Z | Compiling rustls-pki-types v1.14.0 |
| 2061 | 2026-09-05T01:08:44.618Z | Compiling daft-derive v0.1.8 |
| 2062 | 2026-09-05T01:08:44.679Z | Compiling spin v0.9.8 |
| 2063 | 2026-09-05T01:08:44.736Z | Compiling usdt-impl v0.5.0 |
| 2064 | 2026-09-05T01:08:44.787Z | Compiling anstyle v1.0.14 |
| 2065 | 2026-09-05T01:08:44.903Z | Compiling openssl-probe v0.2.1 |
| 2066 | 2026-09-05T01:08:44.954Z | Compiling cmov v0.5.4 |
| 2067 | 2026-09-05T01:08:45.001Z | Compiling ref-cast v1.0.25 |
| 2068 | 2026-09-05T01:08:45.049Z | Compiling tinyvec_macros v0.1.1 |
| 2069 | 2026-09-05T01:08:45.052Z | Compiling utf8parse v0.2.2 |
| 2070 | 2026-09-05T01:08:45.082Z | Compiling either v1.15.0 |
| 2071 | 2026-09-05T01:08:45.120Z | Compiling adler2 v2.0.1 |
| 2072 | 2026-09-05T01:08:45.135Z | Compiling usdt-impl v0.6.0 |
| 2073 | 2026-09-05T01:08:45.192Z | Compiling winnow v0.5.40 |
| 2074 | 2026-09-05T01:08:45.209Z | Compiling ctutils v0.4.2 |
| 2075 | 2026-09-05T01:08:45.236Z | Compiling miniz_oxide v0.8.9 |
| 2076 | 2026-09-05T01:08:45.260Z | Compiling anstyle-parse v1.0.0 |
| 2077 | 2026-09-05T01:08:45.302Z | Compiling tinyvec v1.10.0 |
| 2078 | 2026-09-05T01:08:45.369Z | Compiling sha2 v0.10.9 |
| 2079 | 2026-09-05T01:08:45.467Z | Compiling tempfile v3.27.0 |
| 2080 | 2026-09-05T01:08:45.485Z | Compiling scroll v0.13.0 |
| 2081 | 2026-09-05T01:08:45.516Z | Compiling scroll v0.12.0 |
| 2082 | 2026-09-05T01:08:45.610Z | Compiling async-trait v0.1.89 |
| 2083 | 2026-09-05T01:08:45.671Z | Compiling terminal_size v0.4.3 |
| 2084 | 2026-09-05T01:08:45.740Z | Compiling heapless v0.7.17 |
| 2085 | 2026-09-05T01:08:45.834Z | Compiling colorchoice v1.0.4 |
| 2086 | 2026-09-05T01:08:45.838Z | Compiling winnow v0.7.14 |
| 2087 | 2026-09-05T01:08:45.867Z | Compiling litrs v1.0.0 |
| 2088 | 2026-09-05T01:08:45.871Z | Compiling winnow v1.0.3 |
| 2089 | 2026-09-05T01:08:45.871Z | Compiling atomic-waker v1.1.2 |
| 2090 | 2026-09-05T01:08:45.996Z | Compiling anstyle-query v1.1.5 |
| 2091 | 2026-09-05T01:08:46.012Z | Compiling zstd-safe v7.2.4 |
| 2092 | 2026-09-05T01:08:46.033Z | Compiling try-lock v0.2.5 |
| 2093 | 2026-09-05T01:08:46.121Z | Compiling tokio-util v0.7.18 |
| 2094 | 2026-09-05T01:08:46.158Z | Compiling tower-service v0.3.3 |
| 2095 | 2026-09-05T01:08:46.174Z | Compiling signal-hook v0.3.18 |
| 2096 | 2026-09-05T01:08:46.300Z | Compiling rustix v0.38.44 |
| 2097 | 2026-09-05T01:08:46.338Z | Compiling is_terminal_polyfill v1.70.2 |
| 2098 | 2026-09-05T01:08:46.366Z | Compiling tower-layer v0.3.3 |
| 2099 | 2026-09-05T01:08:46.382Z | Compiling untrusted v0.7.1 |
| 2100 | 2026-09-05T01:08:46.397Z | Compiling document-features v0.2.12 |
| 2101 | 2026-09-05T01:08:46.457Z | Compiling anstream v1.0.0 |
| 2102 | 2026-09-05T01:08:46.494Z | Compiling toml_edit v0.19.15 |
| 2103 | 2026-09-05T01:08:46.601Z | Compiling want v0.3.1 |
| 2104 | 2026-09-05T01:08:46.819Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2105 | 2026-09-05T01:08:46.880Z | Compiling h2 v0.4.15 |
| 2106 | 2026-09-05T01:08:46.945Z | Compiling goblin v0.8.2 |
| 2107 | 2026-09-05T01:08:47.021Z | Compiling goblin v0.10.5 |
| 2108 | 2026-09-05T01:08:47.082Z | Compiling hybrid-array v0.4.13 |
| 2109 | 2026-09-05T01:08:47.147Z | Compiling ipnetwork v0.21.1 |
| 2110 | 2026-09-05T01:08:47.314Z | Compiling ipnet v2.12.0 |
| 2111 | 2026-09-05T01:08:47.384Z | Compiling zerocopy v0.7.35 |
| 2112 | 2026-09-05T01:08:47.425Z | Compiling structmeta-derive v0.3.0 |
| 2113 | 2026-09-05T01:08:47.470Z | Compiling ref-cast-impl v1.0.25 |
| 2114 | 2026-09-05T01:08:47.759Z | Compiling heck v0.4.1 |
| 2115 | 2026-09-05T01:08:47.798Z | Compiling darling_core v0.20.11 |
| 2116 | 2026-09-05T01:08:47.856Z | Compiling curve25519-dalek v4.1.3 |
| 2117 | 2026-09-05T01:08:47.942Z | Compiling memoffset v0.9.1 |
| 2118 | 2026-09-05T01:08:47.972Z | Compiling powerfmt v0.2.0 |
| 2119 | 2026-09-05T01:08:48.080Z | Compiling untrusted v0.9.0 |
| 2120 | 2026-09-05T01:08:48.100Z | Compiling httpdate v1.0.3 |
| 2121 | 2026-09-05T01:08:48.210Z | Compiling foreign-types-shared v0.1.1 |
| 2122 | 2026-09-05T01:08:48.221Z | Compiling tap v1.0.1 |
| 2123 | 2026-09-05T01:08:48.242Z | Compiling deranged v0.5.8 |
| 2124 | 2026-09-05T01:08:48.285Z | Compiling foreign-types v0.3.2 |
| 2125 | 2026-09-05T01:08:48.322Z | Compiling wyz v0.5.1 |
| 2126 | 2026-09-05T01:08:48.383Z | Compiling unicode-normalization v0.1.25 |
| 2127 | 2026-09-05T01:08:48.400Z | Compiling structmeta v0.3.0 |
| 2128 | 2026-09-05T01:08:48.562Z | Compiling dtrace-parser v0.2.0 |
| 2129 | 2026-09-05T01:08:48.577Z | Compiling rand_chacha v0.3.1 |
| 2130 | 2026-09-05T01:08:48.644Z | Compiling signature v2.2.0 |
| 2131 | 2026-09-05T01:08:48.651Z | Compiling hex v0.4.3 |
| 2132 | 2026-09-05T01:08:48.760Z | Compiling dtrace-parser v0.3.0 |
| 2133 | 2026-09-05T01:08:48.856Z | Compiling pin-project-internal v1.1.11 |
| 2134 | 2026-09-05T01:08:48.977Z | Compiling num-integer v0.1.46 |
| 2135 | 2026-09-05T01:08:49.009Z | Compiling thread-id v4.2.2 |
| 2136 | 2026-09-05T01:08:49.105Z | Compiling wait-timeout v0.2.1 |
| 2137 | 2026-09-05T01:08:49.152Z | Compiling dof v0.3.0 |
| 2138 | 2026-09-05T01:08:49.235Z | Compiling thread-id v5.1.0 |
| 2139 | 2026-09-05T01:08:49.295Z | Compiling socket2 v0.5.10 |
| 2140 | 2026-09-05T01:08:49.351Z | Compiling funty v2.0.0 |
| 2141 | 2026-09-05T01:08:49.437Z | Compiling clap_lex v1.0.0 |
| 2142 | 2026-09-05T01:08:49.474Z | Compiling smoltcp v0.9.1 |
| 2143 | 2026-09-05T01:08:49.501Z | Compiling cfg_aliases v0.2.1 |
| 2144 | 2026-09-05T01:08:49.588Z | Compiling owo-colors v4.3.0 |
| 2145 | 2026-09-05T01:08:49.664Z | Compiling dof v0.4.0 |
| 2146 | 2026-09-05T01:08:49.681Z | Compiling bit-vec v0.8.0 |
| 2147 | 2026-09-05T01:08:49.724Z | Compiling darling_macro v0.20.11 |
| 2148 | 2026-09-05T01:08:49.759Z | Compiling quick-error v1.2.3 |
| 2149 | 2026-09-05T01:08:49.839Z | Compiling num_threads v0.1.7 |
| 2150 | 2026-09-05T01:08:49.876Z | Compiling bit-set v0.8.0 |
| 2151 | 2026-09-05T01:08:49.893Z | Compiling rusty-fork v0.3.1 |
| 2152 | 2026-09-05T01:08:49.896Z | Compiling bitvec v1.0.1 |
| 2153 | 2026-09-05T01:08:49.926Z | Compiling clap_builder v4.6.0 |
| 2154 | 2026-09-05T01:08:49.960Z | Compiling nix v0.31.2 |
| 2155 | 2026-09-05T01:08:49.963Z | Compiling time v0.3.47 |
| 2156 | 2026-09-05T01:08:50.012Z | Compiling hyper v1.10.1 |
| 2157 | 2026-09-05T01:08:50.047Z | Compiling num-iter v0.1.45 |
| 2158 | 2026-09-05T01:08:50.249Z | Compiling darling v0.20.11 |
| 2159 | 2026-09-05T01:08:50.274Z | Compiling rand v0.8.6 |
| 2160 | 2026-09-05T01:08:50.346Z | Compiling lazy_static v1.5.0 |
| 2161 | 2026-09-05T01:08:50.571Z | Compiling hmac v0.12.1 |
| 2162 | 2026-09-05T01:08:50.687Z | Compiling erased-serde v0.3.31 |
| 2163 | 2026-09-05T01:08:50.785Z | Compiling rand_xorshift v0.4.0 |
| 2164 | 2026-09-05T01:08:50.803Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2165 | 2026-09-05T01:08:50.893Z | Compiling sync_wrapper v1.0.2 |
| 2166 | 2026-09-05T01:08:50.996Z | Compiling siphasher v1.0.2 |
| 2167 | 2026-09-05T01:08:51.015Z | Compiling nodrop v0.1.14 |
| 2168 | 2026-09-05T01:08:51.192Z | Compiling hyper-util v0.1.20 |
| 2169 | 2026-09-05T01:08:51.240Z | Compiling zlib-rs v0.6.2 |
| 2170 | 2026-09-05T01:08:51.314Z | Compiling crc-catalog v2.4.0 |
| 2171 | 2026-09-05T01:08:51.404Z | Compiling unarray v0.1.4 |
| 2172 | 2026-09-05T01:08:51.451Z | Compiling clap v4.6.1 |
| 2173 | 2026-09-05T01:08:51.504Z | Compiling proptest v1.11.0 |
| 2174 | 2026-09-05T01:08:51.539Z | Compiling crc v3.4.0 |
| 2175 | 2026-09-05T01:08:51.740Z | Compiling array-init v0.0.4 |
| 2176 | 2026-09-05T01:08:52.147Z | Compiling tower v0.5.3 |
| 2177 | 2026-09-05T01:08:52.625Z | Compiling derive_builder_core v0.20.2 |
| 2178 | 2026-09-05T01:08:52.640Z | Compiling smallvec v0.6.14 |
| 2179 | 2026-09-05T01:08:52.721Z | Compiling snafu-derive v0.8.9 |
| 2180 | 2026-09-05T01:08:52.899Z | Compiling zerocopy v0.6.6 |
| 2181 | 2026-09-05T01:08:52.911Z | Compiling http-body-util v0.1.3 |
| 2182 | 2026-09-05T01:08:52.911Z | Compiling pkcs1 v0.7.5 |
| 2183 | 2026-09-05T01:08:52.911Z | Compiling bitfield v0.19.4 |
| 2184 | 2026-09-05T01:08:53.099Z | Compiling hubpack_derive v0.1.1 |
| 2185 | 2026-09-05T01:08:53.161Z | Compiling strum_macros v0.27.2 |
| 2186 | 2026-09-05T01:08:53.178Z | Compiling strum_macros v0.26.4 |
| 2187 | 2026-09-05T01:08:53.251Z | Compiling env_filter v2.0.0 |
| 2188 | 2026-09-05T01:08:53.294Z | Compiling flate2 v1.1.9 |
| 2189 | 2026-09-05T01:08:53.388Z | Compiling fs-err v3.3.0 |
| 2190 | 2026-09-05T01:08:53.580Z | Compiling ryu v1.0.23 |
| 2191 | 2026-09-05T01:08:53.600Z | Compiling unicode-bidi v0.3.18 |
| 2192 | 2026-09-05T01:08:53.610Z | Compiling allocator-api2 v0.2.21 |
| 2193 | 2026-09-05T01:08:53.758Z | Compiling hashbrown v0.12.3 |
| 2194 | 2026-09-05T01:08:53.894Z | Compiling gimli v0.32.3 |
| 2195 | 2026-09-05T01:08:53.956Z | Compiling iri-string v0.7.10 |
| 2196 | 2026-09-05T01:08:54.085Z | Compiling unicode-properties v0.1.4 |
| 2197 | 2026-09-05T01:08:54.092Z | Compiling base64 v0.21.7 |
| 2198 | 2026-09-05T01:08:54.326Z | Compiling stringprep v0.1.5 |
| 2199 | 2026-09-05T01:08:54.359Z | Compiling ron v0.8.1 |
| 2200 | 2026-09-05T01:08:54.695Z | Compiling serde_urlencoded v0.7.1 |
| 2201 | 2026-09-05T01:08:54.729Z | Compiling newtype-uuid v1.3.2 |
| 2202 | 2026-09-05T01:08:54.804Z | Compiling env_logger v0.11.11 |
| 2203 | 2026-09-05T01:08:54.865Z | Compiling derive_builder_macro v0.20.2 |
| 2204 | 2026-09-05T01:08:54.903Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2205 | 2026-09-05T01:08:54.956Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2206 | 2026-09-05T01:08:55.080Z | Compiling rsa v0.9.10 |
| 2207 | 2026-09-05T01:08:55.100Z | Compiling tower-http v0.6.8 |
| 2208 | 2026-09-05T01:08:55.189Z | Compiling oxnet v0.1.6 |
| 2209 | 2026-09-05T01:08:55.225Z | Compiling serde-hex v0.1.0 |
| 2210 | 2026-09-05T01:08:55.281Z | Compiling tokio-native-tls v0.3.1 |
| 2211 | 2026-09-05T01:08:55.325Z | Compiling hashbrown v0.13.2 |
| 2212 | 2026-09-05T01:08:55.382Z | Compiling bzip2 v0.4.4 |
| 2213 | 2026-09-05T01:08:55.472Z | Compiling usdt-macro v0.6.0 |
| 2214 | 2026-09-05T01:08:55.542Z | Compiling usdt-attr-macro v0.6.0 |
| 2215 | 2026-09-05T01:08:55.598Z | Compiling addr2line v0.25.1 |
| 2216 | 2026-09-05T01:08:55.613Z | Compiling derive-ex v0.1.8 |
| 2217 | 2026-09-05T01:08:55.776Z | Compiling crypto-common v0.2.2 |
| 2218 | 2026-09-05T01:08:55.827Z | Compiling block-buffer v0.12.1 |
| 2219 | 2026-09-05T01:08:55.864Z | Compiling block-padding v0.4.2 |
| 2220 | 2026-09-05T01:08:56.145Z | Compiling rustls-native-certs v0.8.3 |
| 2221 | 2026-09-05T01:08:56.224Z | Compiling x509-cert v0.2.5 |
| 2222 | 2026-09-05T01:08:56.389Z | Compiling md-5 v0.10.6 |
| 2223 | 2026-09-05T01:08:56.553Z | Compiling bstr v1.12.1 |
| 2224 | 2026-09-05T01:08:56.652Z | Compiling convert_case v0.10.0 |
| 2225 | 2026-09-05T01:08:56.786Z | Compiling vergen-lib v9.1.0 |
| 2226 | 2026-09-05T01:08:56.817Z | Compiling hash32 v0.2.1 |
| 2227 | 2026-09-05T01:08:56.872Z | Compiling encoding_rs v0.8.35 |
| 2228 | 2026-09-05T01:08:56.916Z | Compiling fallible-iterator v0.2.0 |
| 2229 | 2026-09-05T01:08:56.965Z | Compiling psl-types v2.0.11 |
| 2230 | 2026-09-05T01:08:57.000Z | Compiling mime v0.3.17 |
| 2231 | 2026-09-05T01:08:57.124Z | Compiling unicode-width v0.2.0 |
| 2232 | 2026-09-05T01:08:57.160Z | Compiling rustc-demangle v0.1.27 |
| 2233 | 2026-09-05T01:08:57.236Z | Compiling cpufeatures v0.3.0 |
| 2234 | 2026-09-05T01:08:57.335Z | Compiling crc-any v2.5.0 |
| 2235 | 2026-09-05T01:08:57.350Z | Compiling postgres-protocol v0.6.10 |
| 2236 | 2026-09-05T01:08:57.353Z | Compiling test-strategy v0.4.5 |
| 2237 | 2026-09-05T01:08:57.525Z | Compiling publicsuffix v2.3.0 |
| 2238 | 2026-09-05T01:08:57.602Z | Compiling derive_more-impl v2.1.1 |
| 2239 | 2026-09-05T01:08:57.687Z | Compiling backtrace v0.3.76 |
| 2240 | 2026-09-05T01:08:58.169Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2241 | 2026-09-05T01:08:58.267Z | Compiling inout v0.2.2 |
| 2242 | 2026-09-05T01:08:58.370Z | Compiling object v0.30.4 |
| 2243 | 2026-09-05T01:08:58.386Z | Compiling zip v0.6.6 |
| 2244 | 2026-09-05T01:08:58.416Z | Compiling daft v0.1.8 |
| 2245 | 2026-09-05T01:08:58.446Z | Compiling hyper-tls v0.6.0 |
| 2246 | 2026-09-05T01:08:58.625Z | Compiling derive_builder v0.20.2 |
| 2247 | 2026-09-05T01:08:58.642Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2248 | 2026-09-05T01:08:58.674Z | Compiling phf_shared v0.13.1 |
| 2249 | 2026-09-05T01:08:58.711Z | Compiling pin-project v1.1.11 |
| 2250 | 2026-09-05T01:08:58.828Z | Compiling toml v0.7.8 |
| 2251 | 2026-09-05T01:08:58.924Z | Compiling serde_with_macros v3.21.0 |
| 2252 | 2026-09-05T01:08:58.945Z | Compiling futures-executor v0.3.32 |
| 2253 | 2026-09-05T01:08:59.037Z | Compiling enum-as-inner v0.6.1 |
| 2254 | 2026-09-05T01:08:59.103Z | Compiling serde_repr v0.1.20 |
| 2255 | 2026-09-05T01:08:59.126Z | Compiling miette-derive v7.6.0 |
| 2256 | 2026-09-05T01:08:59.188Z | Compiling async-recursion v1.1.1 |
| 2257 | 2026-09-05T01:08:59.267Z | Compiling ff v0.13.1 |
| 2258 | 2026-09-05T01:08:59.306Z | Compiling vergen v9.1.0 |
| 2259 | 2026-09-05T01:08:59.371Z | Compiling cargo-platform v0.3.2 |
| 2260 | 2026-09-05T01:08:59.471Z | Compiling libbz2-rs-sys v0.2.2 |
| 2261 | 2026-09-05T01:08:59.494Z | Compiling jiff-core v0.1.0 |
| 2262 | 2026-09-05T01:08:59.564Z | Compiling managed v0.8.0 |
| 2263 | 2026-09-05T01:08:59.643Z | Compiling bitflags v1.3.2 |
| 2264 | 2026-09-05T01:08:59.643Z | Compiling base16ct v0.2.0 |
| 2265 | 2026-09-05T01:08:59.718Z | Compiling bumpalo v3.20.2 |
| 2266 | 2026-09-05T01:08:59.736Z | Compiling unicode-linebreak v0.1.5 |
| 2267 | 2026-09-05T01:08:59.834Z | Compiling is_ci v1.2.0 |
| 2268 | 2026-09-05T01:08:59.840Z | Compiling foldhash v0.1.5 |
| 2269 | 2026-09-05T01:08:59.844Z | Compiling foldhash v0.2.0 |
| 2270 | 2026-09-05T01:08:59.956Z | Compiling path-slash v0.1.5 |
| 2271 | 2026-09-05T01:08:59.990Z | Compiling smawk v0.3.2 |
| 2272 | 2026-09-05T01:09:00.011Z | Compiling same-file v1.0.6 |
| 2273 | 2026-09-05T01:09:00.045Z | Compiling hashbrown v0.16.1 |
| 2274 | 2026-09-05T01:09:00.079Z | Compiling hashbrown v0.15.5 |
| 2275 | 2026-09-05T01:09:00.096Z | Compiling zopfli v0.8.3 |
| 2276 | 2026-09-05T01:09:00.117Z | Compiling textwrap v0.16.2 |
| 2277 | 2026-09-05T01:09:00.134Z | Compiling walkdir v2.5.0 |
| 2278 | 2026-09-05T01:09:00.148Z | Compiling supports-color v3.0.2 |
| 2279 | 2026-09-05T01:09:00.182Z | Compiling bzip2 v0.6.1 |
| 2280 | 2026-09-05T01:09:00.197Z | Compiling sec1 v0.7.3 |
| 2281 | 2026-09-05T01:09:00.330Z | Compiling jiff v0.2.34 |
| 2282 | 2026-09-05T01:09:00.522Z | Compiling cargo_metadata v0.23.1 |
| 2283 | 2026-09-05T01:09:00.643Z | Compiling group v0.13.0 |
| 2284 | 2026-09-05T01:09:00.695Z | Compiling futures v0.3.32 |
| 2285 | 2026-09-05T01:09:00.810Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2286 | 2026-09-05T01:09:01.018Z | Compiling phf v0.13.1 |
| 2287 | 2026-09-05T01:09:01.161Z | Compiling snafu v0.8.9 |
| 2288 | 2026-09-05T01:09:01.211Z | Compiling reqwest v0.12.28 |
| 2289 | 2026-09-05T01:09:01.214Z | Compiling cipher v0.5.2 |
| 2290 | 2026-09-05T01:09:01.509Z | Compiling signal-hook-mio v0.2.5 |
| 2291 | 2026-09-05T01:09:01.545Z | Compiling cookie_store v0.22.1 |
| 2292 | 2026-09-05T01:09:01.664Z | Compiling backtrace-ext v0.2.1 |
| 2293 | 2026-09-05T01:09:01.745Z | Compiling postgres-types v0.2.12 |
| 2294 | 2026-09-05T01:09:01.836Z | Compiling zstd v0.13.3 |
| 2295 | 2026-09-05T01:09:01.915Z | Compiling globset v0.4.18 |
| 2296 | 2026-09-05T01:09:01.932Z | Compiling strum v0.27.2 |
| 2297 | 2026-09-05T01:09:02.074Z | Compiling hubpack v0.1.2 |
| 2298 | 2026-09-05T01:09:02.124Z | Compiling phf_shared v0.11.3 |
| 2299 | 2026-09-05T01:09:02.146Z | Compiling hkdf v0.12.4 |
| 2300 | 2026-09-05T01:09:02.173Z | Compiling crossbeam-epoch v0.9.18 |
| 2301 | 2026-09-05T01:09:02.254Z | Compiling byte-wrapper v0.1.0 |
| 2302 | 2026-09-05T01:09:02.273Z | Compiling olpc-cjson v0.1.4 |
| 2303 | 2026-09-05T01:09:02.276Z | Compiling ed25519 v2.2.3 |
| 2304 | 2026-09-05T01:09:02.482Z | Compiling crypto-bigint v0.5.5 |
| 2305 | 2026-09-05T01:09:02.533Z | Compiling serde_plain v1.0.2 |
| 2306 | 2026-09-05T01:09:02.552Z | Compiling serde-big-array v0.5.1 |
| 2307 | 2026-09-05T01:09:02.584Z | Compiling pem v3.0.6 |
| 2308 | 2026-09-05T01:09:02.650Z | Compiling float-cmp v0.10.0 |
| 2309 | 2026-09-05T01:09:02.692Z | Compiling memmap2 v0.9.10 |
| 2310 | 2026-09-05T01:09:02.715Z | Compiling normalize-line-endings v0.3.0 |
| 2311 | 2026-09-05T01:09:02.733Z | Compiling predicates-core v1.0.10 |
| 2312 | 2026-09-05T01:09:02.766Z | Compiling unicode-width v0.1.14 |
| 2313 | 2026-09-05T01:09:02.815Z | Compiling data-encoding v2.10.0 |
| 2314 | 2026-09-05T01:09:02.920Z | Compiling const-oid v0.10.2 |
| 2315 | 2026-09-05T01:09:02.994Z | Compiling whoami v2.1.0 |
| 2316 | 2026-09-05T01:09:03.010Z | Compiling typed-path v0.9.3 |
| 2317 | 2026-09-05T01:09:03.051Z | Compiling keccak v0.1.6 |
| 2318 | 2026-09-05T01:09:03.067Z | Compiling toml_write v0.1.2 |
| 2319 | 2026-09-05T01:09:03.117Z | Compiling supports-unicode v3.0.0 |
| 2320 | 2026-09-05T01:09:03.133Z | Compiling static_assertions v1.1.0 |
| 2321 | 2026-09-05T01:09:03.151Z | Compiling precomputed-hash v0.1.1 |
| 2322 | 2026-09-05T01:09:03.256Z | Compiling difflib v0.4.0 |
| 2323 | 2026-09-05T01:09:03.273Z | Compiling supports-hyperlinks v3.2.0 |
| 2324 | 2026-09-05T01:09:03.287Z | Compiling fixedbitset v0.5.7 |
| 2325 | 2026-09-05T01:09:03.333Z | Compiling new_debug_unreachable v1.0.6 |
| 2326 | 2026-09-05T01:09:03.350Z | Compiling fixedbitset v0.4.2 |
| 2327 | 2026-09-05T01:09:03.451Z | Compiling string_cache v0.8.9 |
| 2328 | 2026-09-05T01:09:03.472Z | Compiling elliptic-curve v0.13.8 |
| 2329 | 2026-09-05T01:09:03.561Z | Compiling petgraph v0.6.5 |
| 2330 | 2026-09-05T01:09:03.581Z | Compiling petgraph v0.8.3 |
| 2331 | 2026-09-05T01:09:03.584Z | Compiling predicates v3.1.4 |
| 2332 | 2026-09-05T01:09:03.615Z | Compiling miette v7.6.0 |
| 2333 | 2026-09-05T01:09:03.683Z | Compiling toml_edit v0.22.27 |
| 2334 | 2026-09-05T01:09:03.703Z | Compiling tokio-postgres v0.7.16 |
| 2335 | 2026-09-05T01:09:03.763Z | Compiling sha3 v0.10.8 |
| 2336 | 2026-09-05T01:09:03.832Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2337 | 2026-09-05T01:09:04.046Z | Compiling hickory-proto v0.25.2 |
| 2338 | 2026-09-05T01:09:04.179Z | Compiling digest v0.11.3 |
| 2339 | 2026-09-05T01:09:04.191Z | Compiling chacha20 v0.10.0 |
| 2340 | 2026-09-05T01:09:04.465Z | Compiling usdt v0.6.0 |
| 2341 | 2026-09-05T01:09:04.735Z | Compiling zip v4.6.1 |
| 2342 | 2026-09-05T01:09:05.016Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2343 | 2026-09-05T01:09:05.147Z | Compiling ed25519-dalek v2.2.0 |
| 2344 | 2026-09-05T01:09:05.503Z | Compiling crossterm v0.28.1 |
| 2345 | 2026-09-05T01:09:05.783Z | Compiling iddqd v0.4.2 |
| 2346 | 2026-09-05T01:09:05.906Z | Compiling serde_with v3.21.0 |
| 2347 | 2026-09-05T01:09:05.986Z | Compiling derive_more v2.1.1 |
| 2348 | 2026-09-05T01:09:06.011Z | Compiling similar v2.7.0 |
| 2349 | 2026-09-05T01:09:06.106Z | Compiling strum v0.26.3 |
| 2350 | 2026-09-05T01:09:06.252Z | Compiling tokio-stream v0.1.18 |
| 2351 | 2026-09-05T01:09:06.321Z | Compiling buf-list v1.1.2 |
| 2352 | 2026-09-05T01:09:06.396Z | Compiling itertools v0.13.0 |
| 2353 | 2026-09-05T01:09:06.594Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2354 | 2026-09-05T01:09:06.597Z | Compiling openapiv3 v2.2.0 |
| 2355 | 2026-09-05T01:09:07.003Z | Compiling peg-runtime v0.8.5 |
| 2356 | 2026-09-05T01:09:07.020Z | Compiling lalrpop-util v0.19.12 |
| 2357 | 2026-09-05T01:09:20.616Z | Compiling macaddr v1.0.1 |
| 2358 | 2026-09-05T01:09:20.715Z | Compiling crucible-workspace-hack v0.1.0 |
| 2359 | 2026-09-05T01:09:20.741Z | Compiling rayon-core v1.13.0 |
| 2360 | 2026-09-05T01:09:20.756Z | Compiling itertools v0.15.0 |
| 2361 | 2026-09-05T01:09:20.774Z | Compiling secrecy v0.10.3 |
| 2362 | 2026-09-05T01:09:20.849Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2363 | 2026-09-05T01:09:20.852Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2364 | 2026-09-05T01:09:20.881Z | Compiling heapless v0.8.0 |
| 2365 | 2026-09-05T01:09:20.896Z | Compiling crossbeam-deque v0.8.6 |
| 2366 | 2026-09-05T01:09:20.957Z | Compiling inout v0.1.4 |
| 2367 | 2026-09-05T01:09:20.996Z | Compiling hash32 v0.3.1 |
| 2368 | 2026-09-05T01:09:21.024Z | Compiling multer v3.1.0 |
| 2369 | 2026-09-05T01:09:21.112Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2370 | 2026-09-05T01:09:21.132Z | Compiling thread_local v1.1.9 |
| 2371 | 2026-09-05T01:09:21.149Z | Compiling match_cfg v0.1.0 |
| 2372 | 2026-09-05T01:09:21.165Z | Compiling compression-core v0.4.31 |
| 2373 | 2026-09-05T01:09:21.235Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2374 | 2026-09-05T01:09:21.251Z | Compiling slog-async v2.8.0 |
| 2375 | 2026-09-05T01:09:21.268Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2376 | 2026-09-05T01:09:21.354Z | Compiling smoltcp v0.11.0 |
| 2377 | 2026-09-05T01:09:21.357Z | Compiling compression-codecs v0.4.37 |
| 2378 | 2026-09-05T01:09:21.441Z | Compiling hostname v0.3.1 |
| 2379 | 2026-09-05T01:09:21.478Z | Compiling cipher v0.4.4 |
| 2380 | 2026-09-05T01:09:21.582Z | Compiling atomicwrites v0.4.4 |
| 2381 | 2026-09-05T01:09:21.607Z | Compiling slog-json v2.6.1 |
| 2382 | 2026-09-05T01:09:21.663Z | Compiling proc-macro-crate v3.4.0 |
| 2383 | 2026-09-05T01:09:21.709Z | Compiling crossbeam-channel v0.5.15 |
| 2384 | 2026-09-05T01:09:21.740Z | Compiling half v2.7.1 |
| 2385 | 2026-09-05T01:09:21.824Z | Compiling universal-hash v0.5.1 |
| 2386 | 2026-09-05T01:09:21.853Z | Compiling newtype-uuid-macros v0.1.0 |
| 2387 | 2026-09-05T01:09:21.873Z | Compiling serde_tokenstream v0.3.0 |
| 2388 | 2026-09-05T01:09:21.887Z | Compiling cobs v0.3.0 |
| 2389 | 2026-09-05T01:09:21.982Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2390 | 2026-09-05T01:09:21.998Z | Compiling async-stream-impl v0.3.6 |
| 2391 | 2026-09-05T01:09:22.054Z | Compiling ingot-macros v0.2.0 |
| 2392 | 2026-09-05T01:09:22.081Z | Compiling serde_spanned v1.1.1 |
| 2393 | 2026-09-05T01:09:22.098Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2394 | 2026-09-05T01:09:22.113Z | Compiling is-terminal v0.4.17 |
| 2395 | 2026-09-05T01:09:22.116Z | Compiling proc-macro-error-attr v1.0.4 |
| 2396 | 2026-09-05T01:09:22.173Z | Compiling dropshot v0.17.1 |
| 2397 | 2026-09-05T01:09:22.242Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2398 | 2026-09-05T01:09:22.258Z | Compiling convert_case v0.4.0 |
| 2399 | 2026-09-05T01:09:22.287Z | Compiling ciborium-io v0.2.2 |
| 2400 | 2026-09-05T01:09:22.324Z | Compiling opaque-debug v0.3.1 |
| 2401 | 2026-09-05T01:09:22.384Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2402 | 2026-09-05T01:09:22.400Z | Compiling take_mut v0.2.2 |
| 2403 | 2026-09-05T01:09:22.416Z | Compiling term v1.2.1 |
| 2404 | 2026-09-05T01:09:22.462Z | Compiling poly1305 v0.8.0 |
| 2405 | 2026-09-05T01:09:22.495Z | Compiling ciborium-ll v0.2.2 |
| 2406 | 2026-09-05T01:09:22.568Z | Compiling derive_more v0.99.20 |
| 2407 | 2026-09-05T01:09:22.586Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2408 | 2026-09-05T01:09:22.602Z | Compiling async-stream v0.3.6 |
| 2409 | 2026-09-05T01:09:22.603Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2410 | 2026-09-05T01:09:22.638Z | Compiling oxide-generation-macros v0.2.0 |
| 2411 | 2026-09-05T01:09:22.640Z | Compiling num_enum_derive v0.7.6 |
| 2412 | 2026-09-05T01:09:22.743Z | Compiling slog-term v2.9.2 |
| 2413 | 2026-09-05T01:09:22.801Z | Compiling postcard v1.1.3 |
| 2414 | 2026-09-05T01:09:22.981Z | Compiling thiserror-no-std v2.0.2 |
| 2415 | 2026-09-05T01:09:23.085Z | Compiling slog-bunyan v2.5.0 |
| 2416 | 2026-09-05T01:09:23.179Z | Compiling chacha20 v0.9.1 |
| 2417 | 2026-09-05T01:09:23.265Z | Compiling async-compression v0.4.41 |
| 2418 | 2026-09-05T01:09:23.354Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2419 | 2026-09-05T01:09:23.436Z | Compiling sha1 v0.11.0 |
| 2420 | 2026-09-05T01:09:23.452Z | Compiling oxide-generation v0.1.3 |
| 2421 | 2026-09-05T01:09:23.536Z | Compiling parse-display-derive v0.10.0 |
| 2422 | 2026-09-05T01:09:23.593Z | Compiling proc-macro-crate v1.3.1 |
| 2423 | 2026-09-05T01:09:23.662Z | Compiling waitgroup v0.1.2 |
| 2424 | 2026-09-05T01:09:23.726Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2425 | 2026-09-05T01:09:23.789Z | Compiling rustls-pemfile v2.2.0 |
| 2426 | 2026-09-05T01:09:23.820Z | Compiling backon v1.6.0 |
| 2427 | 2026-09-05T01:09:23.944Z | Compiling blake2 v0.10.6 |
| 2428 | 2026-09-05T01:09:24.009Z | Compiling aead v0.5.2 |
| 2429 | 2026-09-05T01:09:24.048Z | Compiling dropshot_endpoint v0.17.1 |
| 2430 | 2026-09-05T01:09:24.064Z | Compiling password-hash v0.5.0 |
| 2431 | 2026-09-05T01:09:24.064Z | Compiling foreign-types-macros v0.2.3 |
| 2432 | 2026-09-05T01:09:24.205Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2433 | 2026-09-05T01:09:24.222Z | Compiling serde_path_to_error v0.1.20 |
| 2434 | 2026-09-05T01:09:24.322Z | Compiling hostname v0.4.2 |
| 2435 | 2026-09-05T01:09:24.400Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2436 | 2026-09-05T01:09:24.487Z | Compiling proc-macro-error v1.0.4 |
| 2437 | 2026-09-05T01:09:24.504Z | Compiling instant v0.1.13 |
| 2438 | 2026-09-05T01:09:24.520Z | Compiling foreign-types-shared v0.3.1 |
| 2439 | 2026-09-05T01:09:24.570Z | Compiling debug-ignore v1.0.5 |
| 2440 | 2026-09-05T01:09:24.621Z | Compiling ingot-types v0.2.0 |
| 2441 | 2026-09-05T01:09:24.638Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2442 | 2026-09-05T01:09:24.641Z | Compiling backoff v0.4.0 |
| 2443 | 2026-09-05T01:09:24.673Z | Compiling argon2 v0.5.3 |
| 2444 | 2026-09-05T01:09:24.723Z | Compiling foreign-types v0.5.0 |
| 2445 | 2026-09-05T01:09:24.741Z | Compiling chacha20poly1305 v0.10.1 |
| 2446 | 2026-09-05T01:09:24.774Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2447 | 2026-09-05T01:09:24.777Z | Compiling num_enum_derive v0.5.11 |
| 2448 | 2026-09-05T01:09:24.839Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2449 | 2026-09-05T01:09:24.842Z | Compiling num_enum v0.7.6 |
| 2450 | 2026-09-05T01:09:24.884Z | Compiling vsss-rs v3.3.4 |
| 2451 | 2026-09-05T01:09:24.887Z | Compiling ciborium v0.2.2 |
| 2452 | 2026-09-05T01:09:24.997Z | Compiling parse-display v0.10.0 |
| 2453 | 2026-09-05T01:09:25.097Z | Compiling ingot v0.2.1 |
| 2454 | 2026-09-05T01:09:25.113Z | Compiling regress v0.10.5 |
| 2455 | 2026-09-05T01:09:25.144Z | Compiling itertools v0.14.0 |
| 2456 | 2026-09-05T01:09:25.317Z | Compiling tabwriter v1.4.1 |
| 2457 | 2026-09-05T01:09:25.331Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2458 | 2026-09-05T01:09:25.346Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2459 | 2026-09-05T01:09:25.391Z | Compiling cstr-argument v0.1.2 |
| 2460 | 2026-09-05T01:09:25.514Z | Compiling humantime v2.3.0 |
| 2461 | 2026-09-05T01:09:25.573Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2462 | 2026-09-05T01:09:25.634Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2463 | 2026-09-05T01:09:25.669Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2464 | 2026-09-05T01:09:25.798Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2465 | 2026-09-05T01:09:25.813Z | Compiling num_enum v0.5.11 |
| 2466 | 2026-09-05T01:09:25.828Z | Compiling rayon v1.11.0 |
| 2467 | 2026-09-05T01:09:25.860Z | Compiling rand v0.10.1 |
| 2468 | 2026-09-05T01:09:25.895Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2469 | 2026-09-05T01:09:25.932Z | Compiling libefi-sys v0.1.0 |
| 2470 | 2026-09-05T01:09:25.951Z | Compiling colored v3.1.1 |
| 2471 | 2026-09-05T01:09:25.970Z | Compiling indent_write v2.2.0 |
| 2472 | 2026-09-05T01:09:25.974Z | Compiling illumos-nvpair v0.3.0 |
| 2473 | 2026-09-05T01:09:26.005Z | Compiling zone_cfg_derive v0.3.1 |
| 2474 | 2026-09-05T01:09:26.159Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2475 | 2026-09-05T01:09:26.192Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2476 | 2026-09-05T01:09:26.266Z | Compiling rustls-webpki v0.103.13 |
| 2477 | 2026-09-05T01:09:26.330Z | Compiling camino-tempfile v1.4.1 |
| 2478 | 2026-09-05T01:09:26.375Z | Compiling itertools v0.12.1 |
| 2479 | 2026-09-05T01:09:26.410Z | Compiling usdt-attr-macro v0.5.0 |
| 2480 | 2026-09-05T01:09:26.429Z | Compiling usdt-macro v0.5.0 |
| 2481 | 2026-09-05T01:09:26.580Z | Compiling bitfield-struct v0.6.2 |
| 2482 | 2026-09-05T01:09:26.627Z | Compiling num-derive v0.4.2 |
| 2483 | 2026-09-05T01:09:26.641Z | Compiling blake3 v1.8.5 |
| 2484 | 2026-09-05T01:09:26.724Z | Compiling sigpipe v0.1.3 |
| 2485 | 2026-09-05T01:09:26.724Z | Compiling memmap v0.7.0 |
| 2486 | 2026-09-05T01:09:26.884Z | Compiling glob v0.3.3 |
| 2487 | 2026-09-05T01:09:27.015Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2488 | 2026-09-05T01:09:27.074Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2489 | 2026-09-05T01:09:27.145Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2490 | 2026-09-05T01:09:27.167Z | Compiling swrite v0.1.0 |
| 2491 | 2026-09-05T01:09:27.196Z | Compiling usdt v0.5.0 |
| 2492 | 2026-09-05T01:09:27.213Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2493 | 2026-09-05T01:09:27.373Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2494 | 2026-09-05T01:09:27.501Z | Compiling smf v0.2.3 |
| 2495 | 2026-09-05T01:09:27.531Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2496 | 2026-09-05T01:09:27.629Z | Compiling filetime v0.2.27 |
| 2497 | 2026-09-05T01:09:27.660Z | Compiling zone v0.3.1 |
| 2498 | 2026-09-05T01:09:27.676Z | Compiling arrayref v0.3.9 |
| 2499 | 2026-09-05T01:09:27.692Z | Compiling whoami v1.6.1 |
| 2500 | 2026-09-05T01:09:27.718Z | Compiling constant_time_eq v0.4.2 |
| 2501 | 2026-09-05T01:09:27.763Z | Compiling xattr v1.6.1 |
| 2502 | 2026-09-05T01:09:27.796Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2503 | 2026-09-05T01:09:27.835Z | Compiling arrayvec v0.7.6 |
| 2504 | 2026-09-05T01:09:27.888Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-09-05T01:09:27.905Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2506 | 2026-09-05T01:09:27.960Z | Compiling tar v0.4.46 |
| 2507 | 2026-09-05T01:09:27.987Z | Compiling tokio-dtrace v0.1.1 |
| 2508 | 2026-09-05T01:09:28.087Z | Compiling gethostname v0.5.0 |
| 2509 | 2026-09-05T01:09:28.104Z | Compiling console v0.16.2 |
| 2510 | 2026-09-05T01:09:28.226Z | Compiling topological-sort v0.2.2 |
| 2511 | 2026-09-05T01:09:28.288Z | Compiling unit-prefix v0.5.2 |
| 2512 | 2026-09-05T01:09:28.303Z | Compiling oxide-tokio-rt v0.1.4 |
| 2513 | 2026-09-05T01:09:28.374Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2514 | 2026-09-05T01:09:28.431Z | Compiling toml v0.8.23 |
| 2515 | 2026-09-05T01:09:28.452Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2516 | 2026-09-05T01:09:28.495Z | Compiling indicatif v0.18.4 |
| 2517 | 2026-09-05T01:09:28.563Z | Compiling shell-words v1.1.1 |
| 2518 | 2026-09-05T01:09:29.568Z | Compiling tokio-rustls v0.26.4 |
| 2519 | 2026-09-05T01:09:29.571Z | Compiling rustls-platform-verifier v0.6.2 |
| 2520 | 2026-09-05T01:09:29.571Z | Compiling tough v0.22.0 |
| 2521 | 2026-09-05T01:09:29.619Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2522 | 2026-09-05T01:09:29.817Z | Compiling hyper-rustls v0.27.7 |
| 2523 | 2026-09-05T01:09:30.078Z | Compiling reqwest v0.13.2 |
| 2524 | 2026-09-05T01:09:32.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2525 | 2026-09-05T01:09:32.531Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2526 | 2026-09-05T01:09:38.290Z | Compiling progenitor-client v0.14.0 |
| 2527 | 2026-09-05T01:09:38.291Z | Compiling omicron-zone-package v0.12.3 |
| 2528 | 2026-09-05T01:09:38.532Z | Compiling progenitor-extras v0.2.0 |
| 2529 | 2026-09-05T01:09:38.868Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2530 | 2026-09-05T01:09:38.944Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2531 | 2026-09-05T01:09:39.063Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2532 | 2026-09-05T01:09:39.078Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2533 | 2026-09-05T01:09:39.078Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2534 | 2026-09-05T01:09:39.154Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2535 | 2026-09-05T01:09:39.172Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2536 | 2026-09-05T01:09:39.363Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2537 | 2026-09-05T01:09:39.713Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2538 | 2026-09-05T01:09:42.840Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2539 | 2026-09-05T01:09:52.436Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2540 | 2026-09-05T01:09:55.490Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2541 | 2026-09-05T01:09:56.506Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2542 | 2026-09-05T01:10:07.858Z | Finished `release` profile [optimized] target(s) in 1m 35s |
| 2543 | 2026-09-05T01:10:08.008Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2544 | 2026-09-05T01:10:08.069Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2545 | 2026-09-05T01:10:08.072Z | Created new build target 'test' and set it as active |
| 2546 | 2026-09-05T01:10:08.072Z | |
| 2547 | 2026-09-05T01:10:08.072Z | real 1:36.051205906 |
| 2548 | 2026-09-05T01:10:08.072Z | user 14:21.330539071 |
| 2549 | 2026-09-05T01:10:08.072Z | sys 2:47.416217083 |
| 2550 | 2026-09-05T01:10:08.072Z | trap 0.423484600 |
| 2551 | 2026-09-05T01:10:08.072Z | tflt 0.652206300 |
| 2552 | 2026-09-05T01:10:08.072Z | dflt 3.765096994 |
| 2553 | 2026-09-05T01:10:08.072Z | kflt 0.010204882 |
| 2554 | 2026-09-05T01:10:08.072Z | lock 39:53.347116362 |
| 2555 | 2026-09-05T01:10:08.072Z | slp 33:45.506851564 |
| 2556 | 2026-09-05T01:10:08.072Z | lat 41.844466891 |
| 2557 | 2026-09-05T01:10:08.072Z | stop 6:20.385372108 |
| 2558 | 2026-09-05T01:10:08.076Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2559 | 2026-09-05T01:10:08.958Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2560 | 2026-09-05T01:10:09.026Z | Running `target/release/omicron-package -t test package` |
| 2561 | 2026-09-05T01:10:09.083Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2562 | 2026-09-05T01:10:10.528Z | Compiling cfg-if v1.0.4 |
| 2563 | 2026-09-05T01:10:10.742Z | Compiling serde_core v1.0.228 |
| 2564 | 2026-09-05T01:10:10.742Z | Compiling libc v0.2.185 |
| 2565 | 2026-09-05T01:10:10.745Z | Compiling memchr v2.8.0 |
| 2566 | 2026-09-05T01:10:10.812Z | Compiling smallvec v1.15.1 |
| 2567 | 2026-09-05T01:10:10.848Z | Compiling stable_deref_trait v1.2.1 |
| 2568 | 2026-09-05T01:10:10.874Z | Compiling libm v0.2.16 |
| 2569 | 2026-09-05T01:10:10.878Z | Compiling scopeguard v1.2.0 |
| 2570 | 2026-09-05T01:10:10.897Z | Compiling zerofrom v0.1.6 |
| 2571 | 2026-09-05T01:10:10.943Z | Compiling rand_core v0.10.0 |
| 2572 | 2026-09-05T01:10:10.963Z | Compiling litemap v0.8.1 |
| 2573 | 2026-09-05T01:10:10.981Z | Compiling writeable v0.6.2 |
| 2574 | 2026-09-05T01:10:10.984Z | Compiling percent-encoding v2.3.2 |
| 2575 | 2026-09-05T01:10:11.025Z | Compiling lock_api v0.4.14 |
| 2576 | 2026-09-05T01:10:11.047Z | Compiling yoke v0.8.1 |
| 2577 | 2026-09-05T01:10:11.067Z | Compiling icu_normalizer_data v2.1.1 |
| 2578 | 2026-09-05T01:10:11.070Z | Compiling icu_properties_data v2.1.2 |
| 2579 | 2026-09-05T01:10:11.115Z | Compiling utf8_iter v1.0.4 |
| 2580 | 2026-09-05T01:10:11.143Z | Compiling form_urlencoded v1.2.2 |
| 2581 | 2026-09-05T01:10:11.169Z | Compiling iana-time-zone v0.1.65 |
| 2582 | 2026-09-05T01:10:11.192Z | Compiling zerocopy v0.8.55 |
| 2583 | 2026-09-05T01:10:11.218Z | Compiling errno v0.3.14 |
| 2584 | 2026-09-05T01:10:11.218Z | Compiling getrandom v0.4.3 |
| 2585 | 2026-09-05T01:10:11.221Z | Compiling parking_lot_core v0.9.12 |
| 2586 | 2026-09-05T01:10:11.288Z | Compiling zerovec v0.11.5 |
| 2587 | 2026-09-05T01:10:11.291Z | Compiling zerotrie v0.2.3 |
| 2588 | 2026-09-05T01:10:11.340Z | Compiling mio v1.2.0 |
| 2589 | 2026-09-05T01:10:11.377Z | Compiling socket2 v0.6.3 |
| 2590 | 2026-09-05T01:10:11.401Z | Compiling signal-hook-registry v1.4.8 |
| 2591 | 2026-09-05T01:10:11.436Z | Compiling thiserror v2.0.18 |
| 2592 | 2026-09-05T01:10:11.466Z | Compiling parking_lot v0.12.5 |
| 2593 | 2026-09-05T01:10:11.504Z | Compiling getrandom v0.2.17 |
| 2594 | 2026-09-05T01:10:11.545Z | Compiling futures-util v0.3.32 |
| 2595 | 2026-09-05T01:10:11.575Z | Compiling getrandom v0.3.4 |
| 2596 | 2026-09-05T01:10:11.578Z | Compiling base64 v0.22.1 |
| 2597 | 2026-09-05T01:10:11.623Z | Compiling time v0.3.47 |
| 2598 | 2026-09-05T01:10:11.651Z | Compiling aho-corasick v1.1.4 |
| 2599 | 2026-09-05T01:10:11.721Z | Compiling num-traits v0.2.19 |
| 2600 | 2026-09-05T01:10:11.748Z | Compiling rand_core v0.6.4 |
| 2601 | 2026-09-05T01:10:11.772Z | Compiling rand_core v0.9.5 |
| 2602 | 2026-09-05T01:10:11.814Z | Compiling spin v0.9.8 |
| 2603 | 2026-09-05T01:10:11.840Z | Compiling tinystr v0.8.2 |
| 2604 | 2026-09-05T01:10:11.890Z | Compiling potential_utf v0.1.4 |
| 2605 | 2026-09-05T01:10:11.913Z | Compiling socket2 v0.5.10 |
| 2606 | 2026-09-05T01:10:11.935Z | Compiling pest v2.8.6 |
| 2607 | 2026-09-05T01:10:12.013Z | Compiling encoding_rs v0.8.35 |
| 2608 | 2026-09-05T01:10:12.055Z | Compiling icu_locale_core v2.1.1 |
| 2609 | 2026-09-05T01:10:12.075Z | Compiling icu_collections v2.1.1 |
| 2610 | 2026-09-05T01:10:12.078Z | Compiling simd-adler32 v0.3.8 |
| 2611 | 2026-09-05T01:10:12.123Z | Compiling adler2 v2.0.1 |
| 2612 | 2026-09-05T01:10:12.146Z | Compiling crc32fast v1.5.0 |
| 2613 | 2026-09-05T01:10:12.212Z | Compiling wait-timeout v0.2.1 |
| 2614 | 2026-09-05T01:10:12.323Z | Compiling miniz_oxide v0.8.9 |
| 2615 | 2026-09-05T01:10:12.434Z | Compiling zlib-rs v0.6.2 |
| 2616 | 2026-09-05T01:10:12.454Z | Compiling rand_xorshift v0.4.0 |
| 2617 | 2026-09-05T01:10:12.496Z | Compiling lazy_static v1.5.0 |
| 2618 | 2026-09-05T01:10:12.541Z | Compiling serde v1.0.228 |
| 2619 | 2026-09-05T01:10:12.606Z | Compiling serde_json v1.0.151 |
| 2620 | 2026-09-05T01:10:12.629Z | Compiling bitflags v2.11.0 |
| 2621 | 2026-09-05T01:10:12.648Z | Compiling uuid v1.23.4 |
| 2622 | 2026-09-05T01:10:12.701Z | Compiling semver v1.0.28 |
| 2623 | 2026-09-05T01:10:12.750Z | Compiling indexmap v2.14.0 |
| 2624 | 2026-09-05T01:10:12.840Z | Compiling icu_provider v2.1.1 |
| 2625 | 2026-09-05T01:10:13.069Z | Compiling bytes v1.11.1 |
| 2626 | 2026-09-05T01:10:13.132Z | Compiling zeroize v1.9.0 |
| 2627 | 2026-09-05T01:10:13.162Z | Compiling icu_properties v2.1.2 |
| 2628 | 2026-09-05T01:10:13.278Z | Compiling icu_normalizer v2.1.1 |
| 2629 | 2026-09-05T01:10:13.299Z | Compiling chrono v0.4.45 |
| 2630 | 2026-09-05T01:10:13.387Z | Compiling rustix v1.1.4 |
| 2631 | 2026-09-05T01:10:13.413Z | Compiling generic-array v0.14.7 |
| 2632 | 2026-09-05T01:10:13.591Z | Compiling erased-serde v0.3.31 |
| 2633 | 2026-09-05T01:10:13.720Z | Compiling tokio v1.52.1 |
| 2634 | 2026-09-05T01:10:13.788Z | Compiling http v1.4.2 |
| 2635 | 2026-09-05T01:10:13.914Z | Compiling rustls-pki-types v1.14.0 |
| 2636 | 2026-09-05T01:10:14.009Z | Compiling crypto-common v0.1.7 |
| 2637 | 2026-09-05T01:10:14.115Z | Compiling idna_adapter v1.2.1 |
| 2638 | 2026-09-05T01:10:14.167Z | Compiling block-buffer v0.10.4 |
| 2639 | 2026-09-05T01:10:14.189Z | Compiling slog v2.8.2 |
| 2640 | 2026-09-05T01:10:14.263Z | Compiling idna v1.1.0 |
| 2641 | 2026-09-05T01:10:14.291Z | Compiling ppv-lite86 v0.2.21 |
| 2642 | 2026-09-05T01:10:14.313Z | Compiling ipnet v2.12.0 |
| 2643 | 2026-09-05T01:10:14.314Z | Compiling aws-lc-rs v1.16.3 |
| 2644 | 2026-09-05T01:10:14.370Z | Compiling digest v0.10.7 |
| 2645 | 2026-09-05T01:10:14.407Z | Compiling terminal_size v0.4.3 |
| 2646 | 2026-09-05T01:10:14.476Z | Compiling regex-automata v0.4.14 |
| 2647 | 2026-09-05T01:10:14.498Z | Compiling tempfile v3.27.0 |
| 2648 | 2026-09-05T01:10:14.544Z | Compiling clap_builder v4.6.0 |
| 2649 | 2026-09-05T01:10:14.576Z | Compiling der v0.7.10 |
| 2650 | 2026-09-05T01:10:14.647Z | Compiling url v2.5.8 |
| 2651 | 2026-09-05T01:10:14.669Z | Compiling rand_chacha v0.9.0 |
| 2652 | 2026-09-05T01:10:14.708Z | Compiling http-body v1.0.1 |
| 2653 | 2026-09-05T01:10:14.735Z | Compiling rand_chacha v0.3.1 |
| 2654 | 2026-09-05T01:10:14.779Z | Compiling serde_urlencoded v0.7.1 |
| 2655 | 2026-09-05T01:10:14.903Z | Compiling rand v0.9.2 |
| 2656 | 2026-09-05T01:10:15.041Z | Compiling http-body-util v0.1.3 |
| 2657 | 2026-09-05T01:10:15.063Z | Compiling rand v0.8.6 |
| 2658 | 2026-09-05T01:10:15.102Z | Compiling rustls-native-certs v0.8.3 |
| 2659 | 2026-09-05T01:10:15.124Z | Compiling futures-executor v0.3.32 |
| 2660 | 2026-09-05T01:10:15.265Z | Compiling hybrid-array v0.4.13 |
| 2661 | 2026-09-05T01:10:15.290Z | Compiling schemars v0.8.22 |
| 2662 | 2026-09-05T01:10:15.353Z | Compiling hubpack v0.1.2 |
| 2663 | 2026-09-05T01:10:15.491Z | Compiling rustls-webpki v0.103.13 |
| 2664 | 2026-09-05T01:10:15.592Z | Compiling spki v0.7.3 |
| 2665 | 2026-09-05T01:10:15.618Z | Compiling hex v0.4.3 |
| 2666 | 2026-09-05T01:10:15.657Z | Compiling futures v0.3.32 |
| 2667 | 2026-09-05T01:10:15.759Z | Compiling publicsuffix v2.3.0 |
| 2668 | 2026-09-05T01:10:15.822Z | Compiling pkcs8 v0.10.2 |
| 2669 | 2026-09-05T01:10:15.874Z | Compiling openapiv3 v2.2.0 |
| 2670 | 2026-09-05T01:10:15.955Z | Compiling cookie v0.18.1 |
| 2671 | 2026-09-05T01:10:16.041Z | Compiling rusty-fork v0.3.1 |
| 2672 | 2026-09-05T01:10:16.074Z | Compiling sha2 v0.10.9 |
| 2673 | 2026-09-05T01:10:16.114Z | Compiling rustls v0.23.41 |
| 2674 | 2026-09-05T01:10:16.293Z | Compiling ipnetwork v0.21.1 |
| 2675 | 2026-09-05T01:10:16.357Z | Compiling cookie_store v0.22.1 |
| 2676 | 2026-09-05T01:10:16.382Z | Compiling flate2 v1.1.9 |
| 2677 | 2026-09-05T01:10:16.549Z | Compiling clap v4.6.1 |
| 2678 | 2026-09-05T01:10:16.660Z | Compiling oxnet v0.1.6 |
| 2679 | 2026-09-05T01:10:16.664Z | Compiling proptest v1.11.0 |
| 2680 | 2026-09-05T01:10:16.765Z | Compiling block-buffer v0.12.1 |
| 2681 | 2026-09-05T01:10:16.788Z | Compiling crypto-common v0.2.2 |
| 2682 | 2026-09-05T01:10:16.837Z | Compiling signature v2.2.0 |
| 2683 | 2026-09-05T01:10:16.860Z | Compiling camino v1.2.5 |
| 2684 | 2026-09-05T01:10:16.958Z | Compiling hmac v0.12.1 |
| 2685 | 2026-09-05T01:10:16.993Z | Compiling dof v0.4.0 |
| 2686 | 2026-09-05T01:10:17.029Z | Compiling dtrace-parser v0.3.0 |
| 2687 | 2026-09-05T01:10:17.103Z | Compiling thread-id v5.1.0 |
| 2688 | 2026-09-05T01:10:17.103Z | Compiling data-encoding v2.10.0 |
| 2689 | 2026-09-05T01:10:17.151Z | Compiling memmap2 v0.9.10 |
| 2690 | 2026-09-05T01:10:17.235Z | Compiling num-integer v0.1.46 |
| 2691 | 2026-09-05T01:10:17.347Z | Compiling regex v1.12.3 |
| 2692 | 2026-09-05T01:10:17.414Z | Compiling rustix v0.38.44 |
| 2693 | 2026-09-05T01:10:17.437Z | Compiling x509-cert v0.2.5 |
| 2694 | 2026-09-05T01:10:17.512Z | Compiling serde_spanned v0.6.9 |
| 2695 | 2026-09-05T01:10:17.610Z | Compiling toml_datetime v0.6.11 |
| 2696 | 2026-09-05T01:10:17.640Z | Compiling dof v0.3.0 |
| 2697 | 2026-09-05T01:10:17.692Z | Compiling num-iter v0.1.45 |
| 2698 | 2026-09-05T01:10:17.843Z | Compiling usdt-impl v0.6.0 |
| 2699 | 2026-09-05T01:10:17.865Z | Compiling bstr v1.12.1 |
| 2700 | 2026-09-05T01:10:17.904Z | Compiling dtrace-parser v0.2.0 |
| 2701 | 2026-09-05T01:10:17.956Z | Compiling ff v0.13.1 |
| 2702 | 2026-09-05T01:10:18.089Z | Compiling tokio-util v0.7.18 |
| 2703 | 2026-09-05T01:10:18.143Z | Compiling tower v0.5.3 |
| 2704 | 2026-09-05T01:10:18.410Z | Compiling usdt v0.6.0 |
| 2705 | 2026-09-05T01:10:18.610Z | Compiling tower-http v0.6.8 |
| 2706 | 2026-09-05T01:10:18.705Z | Compiling thread-id v4.2.2 |
| 2707 | 2026-09-05T01:10:18.728Z | Compiling digest v0.11.3 |
| 2708 | 2026-09-05T01:10:18.795Z | Compiling usdt-impl v0.5.0 |
| 2709 | 2026-09-05T01:10:18.816Z | Compiling sec1 v0.7.3 |
| 2710 | 2026-09-05T01:10:18.882Z | Compiling h2 v0.4.15 |
| 2711 | 2026-09-05T01:10:18.905Z | Compiling signal-hook v0.3.18 |
| 2712 | 2026-09-05T01:10:18.983Z | Compiling nix v0.31.2 |
| 2713 | 2026-09-05T01:10:19.272Z | Compiling newtype-uuid v1.3.2 |
| 2714 | 2026-09-05T01:10:19.294Z | Compiling group v0.13.0 |
| 2715 | 2026-09-05T01:10:19.346Z | Compiling hkdf v0.12.4 |
| 2716 | 2026-09-05T01:10:19.389Z | Compiling serde_with v3.21.0 |
| 2717 | 2026-09-05T01:10:19.419Z | Compiling crypto-bigint v0.5.5 |
| 2718 | 2026-09-05T01:10:19.527Z | Compiling tokio-rustls v0.26.4 |
| 2719 | 2026-09-05T01:10:19.551Z | Compiling rustls-platform-verifier v0.6.2 |
| 2720 | 2026-09-05T01:10:19.665Z | Compiling daft v0.1.8 |
| 2721 | 2026-09-05T01:10:19.676Z | Compiling foreign-types-shared v0.1.1 |
| 2722 | 2026-09-05T01:10:19.726Z | Compiling foreign-types v0.3.2 |
| 2723 | 2026-09-05T01:10:19.781Z | Compiling ahash v0.8.12 |
| 2724 | 2026-09-05T01:10:19.829Z | Compiling num-bigint-dig v0.8.6 |
| 2725 | 2026-09-05T01:10:19.867Z | Compiling packed_struct v0.10.1 |
| 2726 | 2026-09-05T01:10:19.891Z | Compiling openssl-sys v0.9.117 |
| 2727 | 2026-09-05T01:10:19.916Z | Compiling pkcs1 v0.7.5 |
| 2728 | 2026-09-05T01:10:19.959Z | Compiling toml_edit v0.19.15 |
| 2729 | 2026-09-05T01:10:20.016Z | Compiling serde-hex v0.1.0 |
| 2730 | 2026-09-05T01:10:20.088Z | Compiling hashbrown v0.13.2 |
| 2731 | 2026-09-05T01:10:20.411Z | Compiling elliptic-curve v0.13.8 |
| 2732 | 2026-09-05T01:10:20.443Z | Compiling openssl v0.10.80 |
| 2733 | 2026-09-05T01:10:20.693Z | Compiling bzip2 v0.4.4 |
| 2734 | 2026-09-05T01:10:20.814Z | Compiling signal-hook-mio v0.2.5 |
| 2735 | 2026-09-05T01:10:20.863Z | Compiling rsa v0.9.10 |
| 2736 | 2026-09-05T01:10:20.941Z | Compiling ron v0.8.1 |
| 2737 | 2026-09-05T01:10:20.970Z | Compiling globset v0.4.18 |
| 2738 | 2026-09-05T01:10:21.014Z | Compiling block-padding v0.4.2 |
| 2739 | 2026-09-05T01:10:21.055Z | Compiling sha3 v0.10.8 |
| 2740 | 2026-09-05T01:10:21.204Z | Compiling inout v0.2.2 |
| 2741 | 2026-09-05T01:10:21.410Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2742 | 2026-09-05T01:10:21.413Z | Compiling curve25519-dalek v4.1.3 |
| 2743 | 2026-09-05T01:10:21.437Z | Compiling zip v0.6.6 |
| 2744 | 2026-09-05T01:10:21.459Z | Compiling toml v0.7.8 |
| 2745 | 2026-09-05T01:10:21.502Z | Compiling object v0.30.4 |
| 2746 | 2026-09-05T01:10:21.713Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2747 | 2026-09-05T01:10:21.755Z | Compiling jiff v0.2.34 |
| 2748 | 2026-09-05T01:10:21.974Z | Compiling cipher v0.5.2 |
| 2749 | 2026-09-05T01:10:22.149Z | Compiling crossterm v0.28.1 |
| 2750 | 2026-09-05T01:10:22.172Z | Compiling ed25519 v2.2.3 |
| 2751 | 2026-09-05T01:10:22.204Z | Compiling serde-big-array v0.5.1 |
| 2752 | 2026-09-05T01:10:22.274Z | Compiling pem v3.0.6 |
| 2753 | 2026-09-05T01:10:22.308Z | Compiling petgraph v0.8.3 |
| 2754 | 2026-09-05T01:10:22.356Z | Compiling object v0.37.3 |
| 2755 | 2026-09-05T01:10:22.378Z | Compiling heapless v0.7.17 |
| 2756 | 2026-09-05T01:10:22.402Z | Compiling ed25519-dalek v2.2.0 |
| 2757 | 2026-09-05T01:10:22.463Z | Compiling hyper v1.10.1 |
| 2758 | 2026-09-05T01:10:22.707Z | Compiling chacha20 v0.10.0 |
| 2759 | 2026-09-05T01:10:22.764Z | Compiling byte-wrapper v0.1.0 |
| 2760 | 2026-09-05T01:10:22.824Z | Compiling md-5 v0.10.6 |
| 2761 | 2026-09-05T01:10:22.904Z | Compiling native-tls v0.2.18 |
| 2762 | 2026-09-05T01:10:22.964Z | Compiling serde_plain v1.0.2 |
| 2763 | 2026-09-05T01:10:23.018Z | Compiling postgres-protocol v0.6.10 |
| 2764 | 2026-09-05T01:10:23.076Z | Compiling toml_edit v0.22.27 |
| 2765 | 2026-09-05T01:10:23.224Z | Compiling tokio-native-tls v0.3.1 |
| 2766 | 2026-09-05T01:10:23.325Z | Compiling zopfli v0.8.3 |
| 2767 | 2026-09-05T01:10:23.345Z | Compiling smoltcp v0.9.1 |
| 2768 | 2026-09-05T01:10:23.444Z | Compiling hickory-proto v0.25.2 |
| 2769 | 2026-09-05T01:10:23.909Z | Compiling hyper-util v0.1.20 |
| 2770 | 2026-09-05T01:10:24.052Z | Compiling float-cmp v0.10.0 |
| 2771 | 2026-09-05T01:10:24.221Z | Compiling string_cache v0.8.9 |
| 2772 | 2026-09-05T01:10:24.221Z | Compiling textwrap v0.16.2 |
| 2773 | 2026-09-05T01:10:24.279Z | Compiling predicates v3.1.4 |
| 2774 | 2026-09-05T01:10:24.305Z | Compiling petgraph v0.6.5 |
| 2775 | 2026-09-05T01:10:24.520Z | Compiling zip v4.6.1 |
| 2776 | 2026-09-05T01:10:24.702Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2777 | 2026-09-05T01:10:24.785Z | Compiling postgres-types v0.2.12 |
| 2778 | 2026-09-05T01:10:25.024Z | Compiling iddqd v0.4.2 |
| 2779 | 2026-09-05T01:10:25.121Z | Compiling similar v2.7.0 |
| 2780 | 2026-09-05T01:10:25.145Z | Compiling tokio-stream v0.1.18 |
| 2781 | 2026-09-05T01:10:25.246Z | Compiling backtrace v0.3.76 |
| 2782 | 2026-09-05T01:10:25.579Z | Compiling olpc-cjson v0.1.4 |
| 2783 | 2026-09-05T01:10:25.613Z | Compiling hyper-rustls v0.27.7 |
| 2784 | 2026-09-05T01:10:25.730Z | Compiling hyper-tls v0.6.0 |
| 2785 | 2026-09-05T01:10:25.813Z | Compiling backtrace-ext v0.2.1 |
| 2786 | 2026-09-05T01:10:25.862Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2787 | 2026-09-05T01:10:26.020Z | Compiling reqwest v0.13.2 |
| 2788 | 2026-09-05T01:10:26.044Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2789 | 2026-09-05T01:10:26.068Z | Compiling reqwest v0.12.28 |
| 2790 | 2026-09-05T01:10:26.174Z | Compiling miette v7.6.0 |
| 2791 | 2026-09-05T01:10:26.197Z | Compiling tokio-postgres v0.7.16 |
| 2792 | 2026-09-05T01:10:26.217Z | Compiling fs-err v3.3.0 |
| 2793 | 2026-09-05T01:10:26.402Z | Compiling buf-list v1.1.2 |
| 2794 | 2026-09-05T01:10:26.705Z | Compiling thread_local v1.1.9 |
| 2795 | 2026-09-05T01:10:26.706Z | Compiling is-terminal v0.4.17 |
| 2796 | 2026-09-05T01:10:26.766Z | Compiling hostname v0.3.1 |
| 2797 | 2026-09-05T01:10:26.790Z | Compiling slog-json v2.6.1 |
| 2798 | 2026-09-05T01:10:26.859Z | Compiling compression-codecs v0.4.37 |
| 2799 | 2026-09-05T01:10:26.949Z | Compiling slog-async v2.8.0 |
| 2800 | 2026-09-05T01:10:26.978Z | Compiling slog-term v2.9.2 |
| 2801 | 2026-09-05T01:10:27.029Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2802 | 2026-09-05T01:10:27.065Z | Compiling slog-bunyan v2.5.0 |
| 2803 | 2026-09-05T01:10:27.169Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2804 | 2026-09-05T01:10:27.274Z | Compiling serde_spanned v1.1.1 |
| 2805 | 2026-09-05T01:10:27.454Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2806 | 2026-09-05T01:10:27.503Z | Compiling multer v3.1.0 |
| 2807 | 2026-09-05T01:10:27.526Z | Compiling async-compression v0.4.41 |
| 2808 | 2026-09-05T01:10:27.697Z | Compiling tough v0.22.0 |
| 2809 | 2026-09-05T01:10:27.773Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2810 | 2026-09-05T01:10:27.839Z | Compiling progenitor-client v0.14.0 |
| 2811 | 2026-09-05T01:10:27.946Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2812 | 2026-09-05T01:10:28.004Z | Compiling sha1 v0.11.0 |
| 2813 | 2026-09-05T01:10:28.027Z | Compiling rustls-pemfile v2.2.0 |
| 2814 | 2026-09-05T01:10:28.150Z | Compiling serde_path_to_error v0.1.20 |
| 2815 | 2026-09-05T01:10:28.257Z | Compiling hostname v0.4.2 |
| 2816 | 2026-09-05T01:10:28.289Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2817 | 2026-09-05T01:10:28.311Z | Compiling atomicwrites v0.4.4 |
| 2818 | 2026-09-05T01:10:28.332Z | Compiling macaddr v1.0.1 |
| 2819 | 2026-09-05T01:10:28.371Z | Compiling instant v0.1.13 |
| 2820 | 2026-09-05T01:10:28.444Z | Compiling oxide-generation v0.1.3 |
| 2821 | 2026-09-05T01:10:28.467Z | Compiling regress v0.10.5 |
| 2822 | 2026-09-05T01:10:28.509Z | Compiling backoff v0.4.0 |
| 2823 | 2026-09-05T01:10:28.574Z | Compiling progenitor-extras v0.2.0 |
| 2824 | 2026-09-05T01:10:28.599Z | Compiling parse-display v0.10.0 |
| 2825 | 2026-09-05T01:10:28.623Z | Compiling half v2.7.1 |
| 2826 | 2026-09-05T01:10:28.728Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2827 | 2026-09-05T01:10:28.754Z | Compiling heck v0.5.0 |
| 2828 | 2026-09-05T01:10:28.856Z | Compiling dropshot v0.17.1 |
| 2829 | 2026-09-05T01:10:28.977Z | Compiling ciborium-ll v0.2.2 |
| 2830 | 2026-09-05T01:10:29.074Z | Compiling regress v0.11.1 |
| 2831 | 2026-09-05T01:10:29.093Z | Compiling secrecy v0.10.3 |
| 2832 | 2026-09-05T01:10:29.118Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2833 | 2026-09-05T01:10:29.239Z | Compiling ciborium v0.2.2 |
| 2834 | 2026-09-05T01:10:29.263Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2835 | 2026-09-05T01:10:29.291Z | Compiling inout v0.1.4 |
| 2836 | 2026-09-05T01:10:29.474Z | Compiling cipher v0.4.4 |
| 2837 | 2026-09-05T01:10:29.753Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2838 | 2026-09-05T01:10:29.798Z | Compiling universal-hash v0.5.1 |
| 2839 | 2026-09-05T01:10:29.822Z | Compiling unsafe-libyaml v0.2.11 |
| 2840 | 2026-09-05T01:10:29.884Z | Compiling chacha20 v0.9.1 |
| 2841 | 2026-09-05T01:10:29.964Z | Compiling poly1305 v0.8.0 |
| 2842 | 2026-09-05T01:10:29.985Z | Compiling blake2 v0.10.6 |
| 2843 | 2026-09-05T01:10:30.009Z | Compiling aead v0.5.2 |
| 2844 | 2026-09-05T01:10:30.183Z | Compiling password-hash v0.5.0 |
| 2845 | 2026-09-05T01:10:30.221Z | Compiling vsss-rs v3.3.4 |
| 2846 | 2026-09-05T01:10:30.277Z | Compiling chacha20poly1305 v0.10.1 |
| 2847 | 2026-09-05T01:10:30.346Z | Compiling camino-tempfile v1.4.1 |
| 2848 | 2026-09-05T01:10:30.388Z | Compiling serde_yaml v0.9.34+deprecated |
| 2849 | 2026-09-05T01:10:30.470Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2850 | 2026-09-05T01:10:30.494Z | Compiling argon2 v0.5.3 |
| 2851 | 2026-09-05T01:10:30.521Z | Compiling heapless v0.8.0 |
| 2852 | 2026-09-05T01:10:30.544Z | Compiling ingot-types v0.2.0 |
| 2853 | 2026-09-05T01:10:30.573Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2854 | 2026-09-05T01:10:30.702Z | Compiling typify-impl v0.6.2 |
| 2855 | 2026-09-05T01:10:30.775Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2856 | 2026-09-05T01:10:30.893Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2857 | 2026-09-05T01:10:31.025Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2858 | 2026-09-05T01:10:31.065Z | Compiling cobs v0.3.0 |
| 2859 | 2026-09-05T01:10:31.147Z | Compiling smoltcp v0.11.0 |
| 2860 | 2026-09-05T01:10:31.170Z | Compiling ingot v0.2.1 |
| 2861 | 2026-09-05T01:10:31.364Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2862 | 2026-09-05T01:10:31.458Z | Compiling postcard v1.1.3 |
| 2863 | 2026-09-05T01:10:31.481Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2864 | 2026-09-05T01:10:31.646Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2865 | 2026-09-05T01:10:31.697Z | Compiling cstr-argument v0.1.2 |
| 2866 | 2026-09-05T01:10:31.720Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2867 | 2026-09-05T01:10:31.852Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2868 | 2026-09-05T01:10:31.874Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2869 | 2026-09-05T01:10:31.898Z | Compiling rand v0.10.1 |
| 2870 | 2026-09-05T01:10:31.898Z | Compiling sigpipe v0.1.3 |
| 2871 | 2026-09-05T01:10:32.033Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2872 | 2026-09-05T01:10:32.112Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2873 | 2026-09-05T01:10:32.158Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2874 | 2026-09-05T01:10:32.184Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2875 | 2026-09-05T01:10:32.330Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-09-05T01:10:32.498Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2877 | 2026-09-05T01:10:32.580Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2878 | 2026-09-05T01:10:32.665Z | Compiling memmap v0.7.0 |
| 2879 | 2026-09-05T01:10:32.814Z | Compiling usdt v0.5.0 |
| 2880 | 2026-09-05T01:10:32.888Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2881 | 2026-09-05T01:10:33.171Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2882 | 2026-09-05T01:10:33.198Z | Compiling zone v0.3.1 |
| 2883 | 2026-09-05T01:10:33.273Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2884 | 2026-09-05T01:10:33.296Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2885 | 2026-09-05T01:10:33.320Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2886 | 2026-09-05T01:10:33.479Z | Compiling derive-where v1.6.0 |
| 2887 | 2026-09-05T01:10:33.482Z | Compiling bytecount v0.6.9 |
| 2888 | 2026-09-05T01:10:33.525Z | Compiling toml v0.8.23 |
| 2889 | 2026-09-05T01:10:33.657Z | Compiling tokio-dtrace v0.1.1 |
| 2890 | 2026-09-05T01:10:33.681Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2891 | 2026-09-05T01:10:33.966Z | Compiling oxide-tokio-rt v0.1.4 |
| 2892 | 2026-09-05T01:10:33.989Z | Compiling prettyplease v0.2.37 |
| 2893 | 2026-09-05T01:10:33.992Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2894 | 2026-09-05T01:10:34.119Z | Compiling typify-macro v0.6.2 |
| 2895 | 2026-09-05T01:10:34.224Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2896 | 2026-09-05T01:10:34.247Z | Compiling newline-converter v0.3.0 |
| 2897 | 2026-09-05T01:10:34.419Z | Compiling gethostname v0.5.0 |
| 2898 | 2026-09-05T01:10:34.442Z | Compiling console v0.15.11 |
| 2899 | 2026-09-05T01:10:34.482Z | Compiling slog-dtrace v0.3.0 |
| 2900 | 2026-09-05T01:10:34.577Z | Compiling cancel-safe-futures v0.1.5 |
| 2901 | 2026-09-05T01:10:34.628Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2902 | 2026-09-05T01:10:34.703Z | Compiling oxide-update-engine-types v0.1.2 |
| 2903 | 2026-09-05T01:10:34.776Z | Compiling num-rational v0.4.2 |
| 2904 | 2026-09-05T01:10:34.831Z | Compiling num-complex v0.4.6 |
| 2905 | 2026-09-05T01:10:34.868Z | Compiling expectorate v1.2.0 |
| 2906 | 2026-09-05T01:10:34.893Z | Compiling resolv-conf v0.7.6 |
| 2907 | 2026-09-05T01:10:34.961Z | Compiling match_cfg v0.1.0 |
| 2908 | 2026-09-05T01:10:35.060Z | Compiling compression-core v0.4.31 |
| 2909 | 2026-09-05T01:10:35.244Z | Compiling num v0.4.3 |
| 2910 | 2026-09-05T01:10:35.371Z | Compiling crossbeam-channel v0.5.15 |
| 2911 | 2026-09-05T01:10:35.457Z | Compiling float-ord v0.3.2 |
| 2912 | 2026-09-05T01:10:35.494Z | Compiling term v1.2.1 |
| 2913 | 2026-09-05T01:10:35.543Z | Compiling take_mut v0.2.2 |
| 2914 | 2026-09-05T01:10:35.565Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2915 | 2026-09-05T01:10:35.602Z | Compiling linear-map v1.2.0 |
| 2916 | 2026-09-05T01:10:35.711Z | Compiling typify v0.6.2 |
| 2917 | 2026-09-05T01:10:35.840Z | Compiling progenitor-impl v0.14.0 |
| 2918 | 2026-09-05T01:10:35.990Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2919 | 2026-09-05T01:10:36.026Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2920 | 2026-09-05T01:10:36.129Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2921 | 2026-09-05T01:10:36.302Z | Compiling oxide-update-engine v0.1.2 |
| 2922 | 2026-09-05T01:10:36.494Z | Compiling async-stream v0.3.6 |
| 2923 | 2026-09-05T01:10:36.858Z | Compiling waitgroup v0.1.2 |
| 2924 | 2026-09-05T01:10:36.906Z | Compiling backon v1.6.0 |
| 2925 | 2026-09-05T01:10:37.034Z | Compiling debug-ignore v1.0.5 |
| 2926 | 2026-09-05T01:10:37.104Z | Compiling minimal-lexical v0.2.1 |
| 2927 | 2026-09-05T01:10:37.129Z | Compiling linked-hash-map v0.5.6 |
| 2928 | 2026-09-05T01:10:37.330Z | Compiling lru-cache v0.1.2 |
| 2929 | 2026-09-05T01:10:37.379Z | Compiling nom v7.1.3 |
| 2930 | 2026-09-05T01:10:37.402Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2931 | 2026-09-05T01:10:37.747Z | Compiling itertools v0.14.0 |
| 2932 | 2026-09-05T01:10:37.989Z | Compiling progenitor-macro v0.14.0 |
| 2933 | 2026-09-05T01:10:38.043Z | Compiling unicode-xid v0.2.6 |
| 2934 | 2026-09-05T01:10:38.135Z | Compiling humantime v2.3.0 |
| 2935 | 2026-09-05T01:10:38.192Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2936 | 2026-09-05T01:10:38.254Z | Compiling hickory-proto v0.24.4 |
| 2937 | 2026-09-05T01:10:38.426Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2938 | 2026-09-05T01:10:38.550Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2939 | 2026-09-05T01:10:38.732Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2940 | 2026-09-05T01:10:39.026Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2941 | 2026-09-05T01:10:39.418Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2942 | 2026-09-05T01:10:39.443Z | Compiling papergrid v0.11.0 |
| 2943 | 2026-09-05T01:10:39.680Z | Compiling tabled_derive v0.7.0 |
| 2944 | 2026-09-05T01:10:39.706Z | Compiling termtree v0.5.1 |
| 2945 | 2026-09-05T01:10:39.802Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2946 | 2026-09-05T01:10:39.907Z | Compiling crossterm v0.29.0 |
| 2947 | 2026-09-05T01:10:39.943Z | Compiling phf_shared v0.12.1 |
| 2948 | 2026-09-05T01:10:39.992Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2949 | 2026-09-05T01:10:40.185Z | Compiling csv-core v0.1.13 |
| 2950 | 2026-09-05T01:10:40.555Z | Compiling vte v0.14.1 |
| 2951 | 2026-09-05T01:10:40.603Z | Compiling chrono-tz v0.10.4 |
| 2952 | 2026-09-05T01:10:40.625Z | Compiling tabled v0.15.0 |
| 2953 | 2026-09-05T01:10:40.676Z | Compiling highway v1.3.0 |
| 2954 | 2026-09-05T01:10:40.799Z | Compiling hickory-resolver v0.24.4 |
| 2955 | 2026-09-05T01:10:40.854Z | Compiling strip-ansi-escapes v0.2.1 |
| 2956 | 2026-09-05T01:10:41.186Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2957 | 2026-09-05T01:10:41.255Z | Compiling csv v1.4.0 |
| 2958 | 2026-09-05T01:10:41.654Z | Compiling phf v0.12.1 |
| 2959 | 2026-09-05T01:10:41.706Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2960 | 2026-09-05T01:10:41.870Z | Compiling const_format_proc_macros v0.2.34 |
| 2961 | 2026-09-05T01:10:41.996Z | Compiling qorb v0.4.1 |
| 2962 | 2026-09-05T01:10:42.084Z | Compiling fd-lock v4.0.4 |
| 2963 | 2026-09-05T01:10:42.167Z | Compiling progenitor v0.14.0 |
| 2964 | 2026-09-05T01:10:42.200Z | Compiling peg-macros v0.8.5 |
| 2965 | 2026-09-05T01:10:42.348Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2966 | 2026-09-05T01:10:42.375Z | Compiling nu-ansi-term v0.50.3 |
| 2967 | 2026-09-05T01:10:42.514Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2968 | 2026-09-05T01:10:42.555Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2969 | 2026-09-05T01:10:42.634Z | Compiling reedline v0.40.0 |
| 2970 | 2026-09-05T01:10:42.665Z | Compiling const_format v0.2.35 |
| 2971 | 2026-09-05T01:10:42.779Z | Compiling bcs v0.1.6 |
| 2972 | 2026-09-05T01:10:43.021Z | Compiling nom v8.0.0 |
| 2973 | 2026-09-05T01:10:43.044Z | Compiling semver v0.1.20 |
| 2974 | 2026-09-05T01:10:43.181Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2975 | 2026-09-05T01:10:43.343Z | Compiling rustc_version v0.1.7 |
| 2976 | 2026-09-05T01:10:43.430Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2977 | 2026-09-05T01:10:43.455Z | Compiling peg v0.8.5 |
| 2978 | 2026-09-05T01:10:43.551Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2979 | 2026-09-05T01:10:43.585Z | Compiling newtype_derive v0.1.6 |
| 2980 | 2026-09-05T01:10:43.883Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2981 | 2026-09-05T01:10:44.132Z | Compiling steno v0.4.1 |
| 2982 | 2026-09-05T01:10:44.153Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2983 | 2026-09-05T01:10:44.238Z | Compiling sha1 v0.10.6 |
| 2984 | 2026-09-05T01:10:44.323Z | Compiling utf-8 v0.7.6 |
| 2985 | 2026-09-05T01:10:44.536Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2986 | 2026-09-05T01:10:44.565Z | Compiling tagptr v0.2.0 |
| 2987 | 2026-09-05T01:10:44.591Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2988 | 2026-09-05T01:10:44.615Z | Compiling tungstenite v0.21.0 |
| 2989 | 2026-09-05T01:10:44.782Z | Compiling moka v0.12.13 |
| 2990 | 2026-09-05T01:10:44.795Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2991 | 2026-09-05T01:10:44.842Z | Compiling darling_core v0.21.3 |
| 2992 | 2026-09-05T01:10:44.865Z | Compiling display-error-chain v0.2.2 |
| 2993 | 2026-09-05T01:10:44.889Z | Compiling vergen-lib v0.1.6 |
| 2994 | 2026-09-05T01:10:44.973Z | Compiling diesel_derives v2.3.7 |
| 2995 | 2026-09-05T01:10:45.165Z | Compiling scheduled-thread-pool v0.2.7 |
| 2996 | 2026-09-05T01:10:45.223Z | Compiling tokio-tungstenite v0.21.0 |
| 2997 | 2026-09-05T01:10:45.250Z | Compiling vergen-gitcl v1.0.8 |
| 2998 | 2026-09-05T01:10:45.272Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2999 | 2026-09-05T01:10:45.479Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3000 | 2026-09-05T01:10:45.604Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3001 | 2026-09-05T01:10:45.608Z | Compiling dirs-sys-next v0.1.2 |
| 3002 | 2026-09-05T01:10:45.673Z | Compiling glob v0.3.3 |
| 3003 | 2026-09-05T01:10:45.908Z | Compiling hickory-resolver v0.25.2 |
| 3004 | 2026-09-05T01:10:45.943Z | Compiling crunchy v0.2.4 |
| 3005 | 2026-09-05T01:10:46.010Z | Compiling maplit v1.0.2 |
| 3006 | 2026-09-05T01:10:46.033Z | Compiling clang-sys v1.8.1 |
| 3007 | 2026-09-05T01:10:46.059Z | Compiling dirs-next v2.0.0 |
| 3008 | 2026-09-05T01:10:46.161Z | Compiling r2d2 v0.8.10 |
| 3009 | 2026-09-05T01:10:46.268Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3010 | 2026-09-05T01:10:46.347Z | Compiling libscf-sys v1.2.0 |
| 3011 | 2026-09-05T01:10:46.371Z | Compiling tiny-keccak v2.0.2 |
| 3012 | 2026-09-05T01:10:46.429Z | Compiling xshell-macros v0.2.7 |
| 3013 | 2026-09-05T01:10:46.451Z | Compiling downcast-rs v2.0.2 |
| 3014 | 2026-09-05T01:10:46.571Z | Compiling term v0.7.0 |
| 3015 | 2026-09-05T01:10:46.596Z | Compiling papergrid v0.18.0 |
| 3016 | 2026-09-05T01:10:46.652Z | Compiling bit-vec v0.6.3 |
| 3017 | 2026-09-05T01:10:46.820Z | Compiling xshell v0.2.7 |
| 3018 | 2026-09-05T01:10:46.894Z | Compiling ascii-canvas v3.0.0 |
| 3019 | 2026-09-05T01:10:46.918Z | Compiling bit-set v0.5.3 |
| 3020 | 2026-09-05T01:10:46.941Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3021 | 2026-09-05T01:10:47.040Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3022 | 2026-09-05T01:10:47.062Z | Compiling darling_macro v0.21.3 |
| 3023 | 2026-09-05T01:10:47.089Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3024 | 2026-09-05T01:10:47.116Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3025 | 2026-09-05T01:10:47.146Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3026 | 2026-09-05T01:10:47.188Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3027 | 2026-09-05T01:10:47.218Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3028 | 2026-09-05T01:10:47.413Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3029 | 2026-09-05T01:10:47.433Z | Compiling itertools v0.15.0 |
| 3030 | 2026-09-05T01:10:47.574Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3031 | 2026-09-05T01:10:47.618Z | Compiling darling v0.21.3 |
| 3032 | 2026-09-05T01:10:47.675Z | Compiling itertools v0.10.5 |
| 3033 | 2026-09-05T01:10:47.714Z | Compiling dsl_auto_type v0.2.0 |
| 3034 | 2026-09-05T01:10:47.732Z | Compiling ena v0.14.4 |
| 3035 | 2026-09-05T01:10:47.753Z | Compiling libloading v0.8.9 |
| 3036 | 2026-09-05T01:10:47.973Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3037 | 2026-09-05T01:10:47.996Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3038 | 2026-09-05T01:10:48.095Z | Compiling tabled v0.21.0 |
| 3039 | 2026-09-05T01:10:48.236Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3040 | 2026-09-05T01:10:48.311Z | Compiling diff v0.1.13 |
| 3041 | 2026-09-05T01:10:48.477Z | Compiling regex-syntax v0.6.29 |
| 3042 | 2026-09-05T01:10:48.569Z | Compiling bindgen v0.71.1 |
| 3043 | 2026-09-05T01:10:48.643Z | Compiling unicase v2.9.0 |
| 3044 | 2026-09-05T01:10:48.807Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3045 | 2026-09-05T01:10:49.019Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3046 | 2026-09-05T01:10:49.041Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3047 | 2026-09-05T01:10:49.079Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3048 | 2026-09-05T01:10:49.342Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3049 | 2026-09-05T01:10:49.883Z | Compiling lalrpop v0.19.12 |
| 3050 | 2026-09-05T01:10:49.912Z | Compiling cexpr v0.6.0 |
| 3051 | 2026-09-05T01:10:50.479Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3052 | 2026-09-05T01:10:50.588Z | Compiling rustc-hash v2.1.1 |
| 3053 | 2026-09-05T01:10:50.790Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3054 | 2026-09-05T01:10:51.044Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3055 | 2026-09-05T01:10:51.166Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3056 | 2026-09-05T01:10:51.354Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3057 | 2026-09-05T01:10:51.834Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3058 | 2026-09-05T01:10:51.971Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3059 | 2026-09-05T01:10:52.566Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3060 | 2026-09-05T01:10:52.671Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3061 | 2026-09-05T01:10:52.837Z | Compiling headers-core v0.3.0 |
| 3062 | 2026-09-05T01:10:52.920Z | Compiling diesel v2.3.7 |
| 3063 | 2026-09-05T01:10:52.997Z | Compiling libxml v0.3.3 |
| 3064 | 2026-09-05T01:10:53.140Z | Compiling crc8 v0.1.1 |
| 3065 | 2026-09-05T01:10:53.164Z | Compiling headers v0.4.1 |
| 3066 | 2026-09-05T01:10:53.267Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3067 | 2026-09-05T01:10:53.334Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3068 | 2026-09-05T01:10:53.551Z | Compiling strum_macros v0.24.3 |
| 3069 | 2026-09-05T01:10:53.776Z | Compiling indoc v1.0.9 |
| 3070 | 2026-09-05T01:10:54.207Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3071 | 2026-09-05T01:10:54.318Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3072 | 2026-09-05T01:10:54.342Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3073 | 2026-09-05T01:10:54.431Z | Compiling quick-xml v0.37.5 |
| 3074 | 2026-09-05T01:10:54.708Z | Compiling derive_builder v0.20.2 |
| 3075 | 2026-09-05T01:10:54.775Z | Compiling oso-derive v0.27.3 |
| 3076 | 2026-09-05T01:10:54.885Z | Compiling impl-trait-for-tuples v0.2.3 |
| 3077 | 2026-09-05T01:10:54.901Z | Compiling openssl-probe v0.1.6 |
| 3078 | 2026-09-05T01:10:55.250Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3079 | 2026-09-05T01:10:55.309Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3080 | 2026-09-05T01:10:55.332Z | Compiling samael v0.0.19 |
| 3081 | 2026-09-05T01:10:55.355Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3082 | 2026-09-05T01:10:55.753Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3083 | 2026-09-05T01:10:55.813Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3084 | 2026-09-05T01:10:56.051Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3085 | 2026-09-05T01:10:56.075Z | Compiling bb8 v0.8.6 |
| 3086 | 2026-09-05T01:10:56.104Z | Compiling filetime v0.2.27 |
| 3087 | 2026-09-05T01:10:56.160Z | Compiling trait-variant v0.1.2 |
| 3088 | 2026-09-05T01:10:56.274Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3089 | 2026-09-05T01:10:56.334Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3090 | 2026-09-05T01:10:56.465Z | Compiling half v1.8.3 |
| 3091 | 2026-09-05T01:10:56.562Z | Compiling tar v0.4.46 |
| 3092 | 2026-09-05T01:10:56.659Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3093 | 2026-09-05T01:10:56.704Z | Compiling proc-macro-error2 v2.0.1 |
| 3094 | 2026-09-05T01:10:56.734Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3095 | 2026-09-05T01:10:56.800Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3096 | 2026-09-05T01:10:56.883Z | Compiling serde_cbor v0.11.2 |
| 3097 | 2026-09-05T01:10:57.023Z | Compiling hashbrown v0.14.5 |
| 3098 | 2026-09-05T01:10:57.057Z | Compiling rfc6979 v0.4.0 |
| 3099 | 2026-09-05T01:10:57.203Z | Compiling salty v0.3.0 |
| 3100 | 2026-09-05T01:10:57.225Z | Compiling ecdsa v0.16.9 |
| 3101 | 2026-09-05T01:10:57.281Z | Compiling knus-derive v3.4.0 |
| 3102 | 2026-09-05T01:10:57.340Z | Compiling polar-core v0.27.3 |
| 3103 | 2026-09-05T01:10:57.545Z | Compiling chumsky v0.9.3 |
| 3104 | 2026-09-05T01:10:57.640Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3105 | 2026-09-05T01:10:57.664Z | Compiling primeorder v0.13.6 |
| 3106 | 2026-09-05T01:10:57.880Z | Compiling nonempty v0.12.0 |
| 3107 | 2026-09-05T01:10:57.956Z | Compiling p384 v0.13.1 |
| 3108 | 2026-09-05T01:10:58.110Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3109 | 2026-09-05T01:10:58.506Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3110 | 2026-09-05T01:10:58.570Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3111 | 2026-09-05T01:10:58.615Z | Compiling fxhash v0.2.1 |
| 3112 | 2026-09-05T01:10:58.754Z | Compiling knus v3.4.0 |
| 3113 | 2026-09-05T01:10:58.801Z | Compiling libz-sys v1.1.24 |
| 3114 | 2026-09-05T01:10:58.849Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3115 | 2026-09-05T01:10:59.047Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3116 | 2026-09-05T01:10:59.125Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3117 | 2026-09-05T01:10:59.318Z | Compiling kstat-rs v0.2.5 |
| 3118 | 2026-09-05T01:10:59.459Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3119 | 2026-09-05T01:10:59.534Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3120 | 2026-09-05T01:10:59.600Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3121 | 2026-09-05T01:10:59.627Z | Compiling mime_guess v2.0.5 |
| 3122 | 2026-09-05T01:11:00.074Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3123 | 2026-09-05T01:11:00.177Z | Compiling nanorand v0.7.0 |
| 3124 | 2026-09-05T01:11:00.534Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 3125 | 2026-09-05T01:11:00.651Z | Compiling parking_lot_core v0.8.6 |
| 3126 | 2026-09-05T01:11:00.810Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3127 | 2026-09-05T01:11:00.958Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3128 | 2026-09-05T01:11:01.031Z | Compiling flume v0.11.1 |
| 3129 | 2026-09-05T01:11:01.116Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3130 | 2026-09-05T01:11:01.441Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3131 | 2026-09-05T01:11:01.546Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3132 | 2026-09-05T01:11:01.761Z | Compiling git-stub v1.0.0 |
| 3133 | 2026-09-05T01:11:01.783Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3134 | 2026-09-05T01:11:01.930Z | Compiling corncobs v0.1.4 |
| 3135 | 2026-09-05T01:11:02.026Z | Compiling http-range v0.1.5 |
| 3136 | 2026-09-05T01:11:02.029Z | Compiling strsim v0.10.0 |
| 3137 | 2026-09-05T01:11:02.147Z | Compiling instability v0.3.11 |
| 3138 | 2026-09-05T01:11:02.236Z | Compiling darling_core v0.13.4 |
| 3139 | 2026-09-05T01:11:02.333Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3140 | 2026-09-05T01:11:02.404Z | Compiling git-stub-vcs v0.1.0 |
| 3141 | 2026-09-05T01:11:02.426Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3142 | 2026-09-05T01:11:03.172Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3143 | 2026-09-05T01:11:03.192Z | Compiling progenitor-impl v0.13.0 |
| 3144 | 2026-09-05T01:11:03.305Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3145 | 2026-09-05T01:11:03.461Z | Compiling ignore v0.4.25 |
| 3146 | 2026-09-05T01:11:03.484Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3147 | 2026-09-05T01:11:03.760Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3148 | 2026-09-05T01:11:03.873Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3149 | 2026-09-05T01:11:03.951Z | Compiling secrecy v0.8.0 |
| 3150 | 2026-09-05T01:11:04.103Z | Compiling anstyle-parse v0.2.7 |
| 3151 | 2026-09-05T01:11:04.332Z | Compiling castaway v0.2.4 |
| 3152 | 2026-09-05T01:11:04.482Z | Compiling vergen-git2 v9.1.0 |
| 3153 | 2026-09-05T01:11:04.720Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3154 | 2026-09-05T01:11:04.959Z | Compiling indoc v2.0.7 |
| 3155 | 2026-09-05T01:11:05.088Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3156 | 2026-09-05T01:11:05.317Z | Compiling progenitor-macro v0.13.0 |
| 3157 | 2026-09-05T01:11:06.012Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3158 | 2026-09-05T01:11:06.134Z | Compiling compact_str v0.8.1 |
| 3159 | 2026-09-05T01:11:06.258Z | Compiling anstream v0.6.21 |
| 3160 | 2026-09-05T01:11:06.661Z | Compiling oso v0.27.3 |
| 3161 | 2026-09-05T01:11:06.911Z | Compiling globwalk v0.9.1 |
| 3162 | 2026-09-05T01:11:07.136Z | Compiling darling_macro v0.13.4 |
| 3163 | 2026-09-05T01:11:07.303Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3164 | 2026-09-05T01:11:07.392Z | Compiling hyper-staticfile v0.10.1 |
| 3165 | 2026-09-05T01:11:07.418Z | Compiling parking_lot v0.11.2 |
| 3166 | 2026-09-05T01:11:07.529Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3167 | 2026-09-05T01:11:07.642Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3168 | 2026-09-05T01:11:07.814Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3169 | 2026-09-05T01:11:08.020Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3170 | 2026-09-05T01:11:08.121Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3171 | 2026-09-05T01:11:08.156Z | Compiling predicates-tree v1.0.13 |
| 3172 | 2026-09-05T01:11:08.267Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3173 | 2026-09-05T01:11:08.529Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3174 | 2026-09-05T01:11:08.741Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3175 | 2026-09-05T01:11:09.217Z | Compiling progenitor-client v0.13.0 |
| 3176 | 2026-09-05T01:11:09.326Z | Compiling unicode-truncate v1.1.0 |
| 3177 | 2026-09-05T01:11:09.387Z | Compiling sha2 v0.11.0 |
| 3178 | 2026-09-05T01:11:09.443Z | Compiling digest-io v0.1.0 |
| 3179 | 2026-09-05T01:11:09.535Z | Compiling lru v0.12.5 |
| 3180 | 2026-09-05T01:11:09.620Z | Compiling prefix-trie v0.7.0 |
| 3181 | 2026-09-05T01:11:09.687Z | Compiling rand_seeder v0.4.0 |
| 3182 | 2026-09-05T01:11:09.760Z | Compiling rawzip v0.4.4 |
| 3183 | 2026-09-05T01:11:09.917Z | Compiling cassowary v0.3.0 |
| 3184 | 2026-09-05T01:11:10.137Z | Compiling diesel-dtrace v0.5.0 |
| 3185 | 2026-09-05T01:11:10.224Z | Compiling async-bb8-diesel v0.2.1 |
| 3186 | 2026-09-05T01:11:10.448Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3187 | 2026-09-05T01:11:10.478Z | Compiling ratatui v0.29.0 |
| 3188 | 2026-09-05T01:11:10.641Z | Compiling hickory-server v0.25.2 |
| 3189 | 2026-09-05T01:11:10.668Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3190 | 2026-09-05T01:11:10.691Z | Compiling progenitor v0.13.0 |
| 3191 | 2026-09-05T01:11:10.901Z | Compiling camino-tempfile-ext v0.3.3 |
| 3192 | 2026-09-05T01:11:10.981Z | Compiling sled v0.34.7 |
| 3193 | 2026-09-05T01:11:11.345Z | Compiling darling v0.13.4 |
| 3194 | 2026-09-05T01:11:11.460Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3195 | 2026-09-05T01:11:13.504Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3196 | 2026-09-05T01:11:13.545Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3197 | 2026-09-05T01:11:14.006Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3198 | 2026-09-05T01:11:14.114Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3199 | 2026-09-05T01:11:14.336Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3200 | 2026-09-05T01:11:14.801Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3201 | 2026-09-05T01:11:14.844Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3202 | 2026-09-05T01:11:14.976Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3203 | 2026-09-05T01:11:15.202Z | Compiling serde_with_macros v1.5.2 |
| 3204 | 2026-09-05T01:11:15.278Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3205 | 2026-09-05T01:11:15.997Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3206 | 2026-09-05T01:11:16.042Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3207 | 2026-09-05T01:11:16.092Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3208 | 2026-09-05T01:11:16.095Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3209 | 2026-09-05T01:11:16.218Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3210 | 2026-09-05T01:11:16.270Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3211 | 2026-09-05T01:11:16.320Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3212 | 2026-09-05T01:11:16.344Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3213 | 2026-09-05T01:11:16.448Z | Compiling arc-swap v1.8.2 |
| 3214 | 2026-09-05T01:11:16.496Z | Compiling void v1.0.2 |
| 3215 | 2026-09-05T01:11:16.619Z | Compiling lzss v0.8.2 |
| 3216 | 2026-09-05T01:11:16.732Z | Compiling slog-scope v4.4.1 |
| 3217 | 2026-09-05T01:11:16.778Z | Compiling serde_with v1.14.0 |
| 3218 | 2026-09-05T01:11:16.800Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3219 | 2026-09-05T01:11:16.823Z | Compiling scuffle v0.1.0 |
| 3220 | 2026-09-05T01:11:16.826Z | Compiling tungstenite v0.23.0 |
| 3221 | 2026-09-05T01:11:16.882Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3222 | 2026-09-05T01:11:16.951Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3223 | 2026-09-05T01:11:17.078Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3224 | 2026-09-05T01:11:17.297Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3225 | 2026-09-05T01:11:17.420Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3226 | 2026-09-05T01:11:17.444Z | Compiling libsw-core v0.3.2 |
| 3227 | 2026-09-05T01:11:17.517Z | Compiling nix v0.27.1 |
| 3228 | 2026-09-05T01:11:17.646Z | Compiling twox-hash v2.1.2 |
| 3229 | 2026-09-05T01:11:17.668Z | Compiling serde_bytes v0.11.19 |
| 3230 | 2026-09-05T01:11:17.876Z | Compiling atty v0.2.14 |
| 3231 | 2026-09-05T01:11:17.919Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3232 | 2026-09-05T01:11:17.941Z | Compiling libsw v3.5.0 |
| 3233 | 2026-09-05T01:11:17.962Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3234 | 2026-09-05T01:11:18.049Z | Compiling tokio-tungstenite v0.23.1 |
| 3235 | 2026-09-05T01:11:18.127Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3236 | 2026-09-05T01:11:18.150Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3237 | 2026-09-05T01:11:18.197Z | Compiling slog-stdlog v4.1.1 |
| 3238 | 2026-09-05T01:11:18.226Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3239 | 2026-09-05T01:11:18.252Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3240 | 2026-09-05T01:11:18.275Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3241 | 2026-09-05T01:11:18.417Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3242 | 2026-09-05T01:11:18.420Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3243 | 2026-09-05T01:11:18.508Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3244 | 2026-09-05T01:11:18.694Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3245 | 2026-09-05T01:11:18.818Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3246 | 2026-09-05T01:11:19.122Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3247 | 2026-09-05T01:11:19.201Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3248 | 2026-09-05T01:11:19.241Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3249 | 2026-09-05T01:11:19.487Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3250 | 2026-09-05T01:11:19.693Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3251 | 2026-09-05T01:11:20.217Z | Compiling signal-hook-tokio v0.3.1 |
| 3252 | 2026-09-05T01:11:20.324Z | Compiling fatfs v0.3.6 |
| 3253 | 2026-09-05T01:11:20.402Z | Compiling yasna v0.5.2 |
| 3254 | 2026-09-05T01:11:20.656Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3255 | 2026-09-05T01:11:20.710Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3256 | 2026-09-05T01:11:20.764Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3257 | 2026-09-05T01:11:21.304Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3258 | 2026-09-05T01:11:21.326Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3259 | 2026-09-05T01:11:21.347Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3260 | 2026-09-05T01:11:23.763Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3261 | 2026-09-05T01:11:23.790Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3262 | 2026-09-05T01:11:24.657Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3263 | 2026-09-05T01:11:24.894Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3264 | 2026-09-05T01:11:25.251Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3265 | 2026-09-05T01:11:25.278Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3266 | 2026-09-05T01:11:25.329Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3267 | 2026-09-05T01:11:25.589Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3268 | 2026-09-05T01:11:26.122Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3269 | 2026-09-05T01:11:26.452Z | Compiling git2 v0.20.4 |
| 3270 | 2026-09-05T01:11:27.274Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3271 | 2026-09-05T01:11:27.560Z | Compiling console v0.16.2 |
| 3272 | 2026-09-05T01:11:27.807Z | Compiling assert_matches v1.5.0 |
| 3273 | 2026-09-05T01:11:27.912Z | Compiling seq-macro v0.3.6 |
| 3274 | 2026-09-05T01:11:28.385Z | Compiling indicatif v0.18.4 |
| 3275 | 2026-09-05T01:11:28.407Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3276 | 2026-09-05T01:11:28.429Z | Compiling rcgen v0.12.1 |
| 3277 | 2026-09-05T01:11:29.483Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3278 | 2026-09-05T01:11:29.625Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3279 | 2026-09-05T01:11:29.816Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3280 | 2026-09-05T01:11:29.983Z | Compiling slog-envlogger v2.2.0 |
| 3281 | 2026-09-05T01:11:30.700Z | Compiling oxide-update-engine-display v0.1.2 |
| 3282 | 2026-09-05T01:11:32.076Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3283 | 2026-09-05T01:11:33.632Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3284 | 2026-09-05T01:11:34.222Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3285 | 2026-09-05T01:11:34.458Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3286 | 2026-09-05T01:11:34.687Z | Compiling port-file v0.1.0 |
| 3287 | 2026-09-05T01:11:34.821Z | Compiling subprocess v0.2.15 |
| 3288 | 2026-09-05T01:11:35.006Z | Compiling rtoolbox v0.0.3 |
| 3289 | 2026-09-05T01:11:35.199Z | Compiling rpassword v7.5.4 |
| 3290 | 2026-09-05T01:11:35.295Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3291 | 2026-09-05T01:11:35.351Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3292 | 2026-09-05T01:11:35.630Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3293 | 2026-09-05T01:11:35.765Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3294 | 2026-09-05T01:11:35.950Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3295 | 2026-09-05T01:11:36.022Z | Compiling tui-tree-widget v0.23.1 |
| 3296 | 2026-09-05T01:11:36.314Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3297 | 2026-09-05T01:11:36.968Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3298 | 2026-09-05T01:11:37.705Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3299 | 2026-09-05T01:11:37.803Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3300 | 2026-09-05T01:11:38.661Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3301 | 2026-09-05T01:11:38.695Z | Compiling uzers v0.12.2 |
| 3302 | 2026-09-05T01:11:38.803Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3303 | 2026-09-05T01:11:39.033Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3304 | 2026-09-05T01:11:39.237Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3305 | 2026-09-05T01:11:39.335Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3306 | 2026-09-05T01:11:39.789Z | Compiling support-bundle-viewer v0.1.2 |
| 3307 | 2026-09-05T01:11:40.078Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3308 | 2026-09-05T01:11:40.394Z | Compiling multimap v0.10.1 |
| 3309 | 2026-09-05T01:11:40.924Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3310 | 2026-09-05T01:12:05.140Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3311 | 2026-09-05T01:12:25.260Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3312 | 2026-09-05T01:12:39.740Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3313 | 2026-09-05T01:20:09.434Z | Finished `release` profile [optimized] target(s) in 10m 00s |
| 3314 | 2026-09-05T01:20:09.451Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3315 | 2026-09-05T01:20:09.451Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3316 | 2026-09-05T01:21:57.738Z | |
| 3317 | 2026-09-05T01:21:57.738Z | real 11:49.637719251 |
| 3318 | 2026-09-05T01:21:57.739Z | user 2:01:59.522940551 |
| 3319 | 2026-09-05T01:21:57.739Z | sys 4:34.571557477 |
| 3320 | 2026-09-05T01:21:57.742Z | trap 3.150131511 |
| 3321 | 2026-09-05T01:21:57.742Z | tflt 0.651908287 |
| 3322 | 2026-09-05T01:21:57.743Z | dflt 10.064679037 |
| 3323 | 2026-09-05T01:21:57.743Z | kflt 0.115461312 |
| 3324 | 2026-09-05T01:21:57.743Z | lock 8:53:25.465627913 |
| 3325 | 2026-09-05T01:21:57.743Z | slp 3:07:58.064838918 |
| 3326 | 2026-09-05T01:21:57.743Z | lat 3:00.543044975 |
| 3327 | 2026-09-05T01:21:57.743Z | stop 8:31.623354979 |
| 3328 | 2026-09-05T01:21:57.743Z | + mapfile -t packages |
| 3329 | 2026-09-05T01:21:57.743Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3330 | 2026-09-05T01:21:58.704Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 3331 | 2026-09-05T01:21:58.774Z | Running `target/release/omicron-package -t test list-outputs` |
| 3332 | 2026-09-05T01:21:58.833Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3333 | 2026-09-05T01:21:58.837Z | + ptime -m cargo build --locked --release -p xtask |
| 3334 | 2026-09-05T01:21:59.322Z | Compiling libc v0.2.185 |
| 3335 | 2026-09-05T01:21:59.322Z | Compiling serde_core v1.0.228 |
| 3336 | 2026-09-05T01:21:59.322Z | Compiling serde v1.0.228 |
| 3337 | 2026-09-05T01:21:59.326Z | Compiling rustix v1.1.4 |
| 3338 | 2026-09-05T01:21:59.326Z | Compiling serde_json v1.0.151 |
| 3339 | 2026-09-05T01:21:59.441Z | Compiling bitflags v2.11.0 |
| 3340 | 2026-09-05T01:21:59.472Z | Compiling usdt-impl v0.5.0 |
| 3341 | 2026-09-05T01:21:59.476Z | Compiling syn v2.0.117 |
| 3342 | 2026-09-05T01:21:59.495Z | Compiling syn v1.0.109 |
| 3343 | 2026-09-05T01:21:59.508Z | Compiling getrandom v0.4.3 |
| 3344 | 2026-09-05T01:21:59.508Z | Compiling log v0.4.33 |
| 3345 | 2026-09-05T01:21:59.530Z | Compiling indexmap v2.14.0 |
| 3346 | 2026-09-05T01:21:59.543Z | Compiling fs-err v3.3.0 |
| 3347 | 2026-09-05T01:21:59.735Z | Compiling once_cell v1.21.3 |
| 3348 | 2026-09-05T01:21:59.771Z | Compiling anyhow v1.0.104 |
| 3349 | 2026-09-05T01:21:59.854Z | Compiling heck v0.4.1 |
| 3350 | 2026-09-05T01:22:00.164Z | Compiling errno v0.3.14 |
| 3351 | 2026-09-05T01:22:00.168Z | Compiling thread-id v4.2.2 |
| 3352 | 2026-09-05T01:22:00.168Z | Compiling memmap v0.7.0 |
| 3353 | 2026-09-05T01:22:00.919Z | Compiling proc-macro-error v1.0.4 |
| 3354 | 2026-09-05T01:22:01.125Z | Compiling terminal_size v0.4.3 |
| 3355 | 2026-09-05T01:22:01.125Z | Compiling tempfile v3.27.0 |
| 3356 | 2026-09-05T01:22:01.175Z | Compiling tabled_derive v0.7.0 |
| 3357 | 2026-09-05T01:22:01.222Z | Compiling clap_builder v4.6.0 |
| 3358 | 2026-09-05T01:22:01.226Z | Compiling textwrap v0.16.2 |
| 3359 | 2026-09-05T01:22:01.539Z | Compiling camino v1.2.5 |
| 3360 | 2026-09-05T01:22:01.568Z | Compiling cargo-platform v0.3.2 |
| 3361 | 2026-09-05T01:22:01.578Z | Compiling semver v1.0.28 |
| 3362 | 2026-09-05T01:22:01.601Z | Compiling pest_generator v2.8.6 |
| 3363 | 2026-09-05T01:22:01.849Z | Compiling tabled v0.15.0 |
| 3364 | 2026-09-05T01:22:01.860Z | Compiling camino-tempfile v1.4.1 |
| 3365 | 2026-09-05T01:22:02.011Z | Compiling serde_derive v1.0.228 |
| 3366 | 2026-09-05T01:22:02.011Z | Compiling thiserror-impl v1.0.69 |
| 3367 | 2026-09-05T01:22:02.015Z | Compiling zerocopy-derive v0.7.35 |
| 3368 | 2026-09-05T01:22:02.015Z | Compiling scroll_derive v0.12.1 |
| 3369 | 2026-09-05T01:22:02.015Z | Compiling thiserror-impl v2.0.18 |
| 3370 | 2026-09-05T01:22:02.015Z | Compiling clap_derive v4.6.1 |
| 3371 | 2026-09-05T01:22:02.131Z | Compiling pest_derive v2.8.6 |
| 3372 | 2026-09-05T01:22:02.716Z | Compiling scroll v0.12.0 |
| 3373 | 2026-09-05T01:22:02.815Z | Compiling zerocopy v0.7.35 |
| 3374 | 2026-09-05T01:22:02.972Z | Compiling goblin v0.8.2 |
| 3375 | 2026-09-05T01:22:03.156Z | Compiling thiserror v1.0.69 |
| 3376 | 2026-09-05T01:22:03.188Z | Compiling thiserror v2.0.18 |
| 3377 | 2026-09-05T01:22:03.274Z | Compiling dtrace-parser v0.2.0 |
| 3378 | 2026-09-05T01:22:03.407Z | Compiling clap v4.6.1 |
| 3379 | 2026-09-05T01:22:04.463Z | Compiling dof v0.3.0 |
| 3380 | 2026-09-05T01:22:04.463Z | Compiling serde_tokenstream v0.2.3 |
| 3381 | 2026-09-05T01:22:04.505Z | Compiling toml_datetime v0.6.11 |
| 3382 | 2026-09-05T01:22:04.505Z | Compiling serde_spanned v0.6.9 |
| 3383 | 2026-09-05T01:22:04.510Z | Compiling macaddr v1.0.1 |
| 3384 | 2026-09-05T01:22:04.510Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3385 | 2026-09-05T01:22:04.510Z | Compiling cargo_metadata v0.23.1 |
| 3386 | 2026-09-05T01:22:04.718Z | Compiling toml_edit v0.22.27 |
| 3387 | 2026-09-05T01:22:05.077Z | Compiling usdt-attr-macro v0.5.0 |
| 3388 | 2026-09-05T01:22:05.082Z | Compiling usdt-macro v0.5.0 |
| 3389 | 2026-09-05T01:22:05.996Z | Compiling usdt v0.5.0 |
| 3390 | 2026-09-05T01:22:06.155Z | Compiling toml v0.8.23 |
| 3391 | 2026-09-05T01:22:06.565Z | Compiling cargo_toml v0.21.0 |
| 3392 | 2026-09-05T01:22:08.795Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3393 | 2026-09-05T01:22:14.783Z | Finished `release` profile [optimized] target(s) in 15.93s |
| 3394 | 2026-09-05T01:22:14.889Z | |
| 3395 | 2026-09-05T01:22:14.889Z | real 16.017085909 |
| 3396 | 2026-09-05T01:22:14.889Z | user 1:54.312748774 |
| 3397 | 2026-09-05T01:22:14.889Z | sys 13.546284323 |
| 3398 | 2026-09-05T01:22:14.893Z | trap 0.044441848 |
| 3399 | 2026-09-05T01:22:14.893Z | tflt 0.672244622 |
| 3400 | 2026-09-05T01:22:14.894Z | dflt 1.684589928 |
| 3401 | 2026-09-05T01:22:14.894Z | kflt 0.000057801 |
| 3402 | 2026-09-05T01:22:14.894Z | lock 3:40.443266753 |
| 3403 | 2026-09-05T01:22:14.894Z | slp 2:08.058897781 |
| 3404 | 2026-09-05T01:22:14.894Z | lat 2.446997325 |
| 3405 | 2026-09-05T01:22:14.894Z | stop 15.473267266 |
| 3406 | 2026-09-05T01:22:14.894Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3407 | 2026-09-05T01:22:14.894Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3408 | 2026-09-05T01:22:14.894Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3409 | 2026-09-05T01:22:14.894Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3410 | 2026-09-05T01:22:14.894Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3411 | 2026-09-05T01:22:15.842Z | Compiling progenitor-client v0.14.0 |
| 3412 | 2026-09-05T01:22:15.846Z | Compiling match_cfg v0.1.0 |
| 3413 | 2026-09-05T01:22:15.846Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3414 | 2026-09-05T01:22:15.846Z | Compiling slog-json v2.6.1 |
| 3415 | 2026-09-05T01:22:15.990Z | Compiling newtype-uuid-macros v0.1.0 |
| 3416 | 2026-09-05T01:22:15.994Z | Compiling sha1 v0.11.0 |
| 3417 | 2026-09-05T01:22:15.994Z | Compiling multer v3.1.0 |
| 3418 | 2026-09-05T01:22:16.009Z | Compiling compression-core v0.4.31 |
| 3419 | 2026-09-05T01:22:16.013Z | Compiling debug-ignore v1.0.5 |
| 3420 | 2026-09-05T01:22:16.013Z | Compiling async-stream-impl v0.3.6 |
| 3421 | 2026-09-05T01:22:16.013Z | Compiling serde_spanned v1.1.1 |
| 3422 | 2026-09-05T01:22:16.013Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3423 | 2026-09-05T01:22:16.013Z | Compiling dropshot v0.17.1 |
| 3424 | 2026-09-05T01:22:16.013Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3425 | 2026-09-05T01:22:16.017Z | Compiling waitgroup v0.1.2 |
| 3426 | 2026-09-05T01:22:16.017Z | Compiling rustls-pemfile v2.2.0 |
| 3427 | 2026-09-05T01:22:16.102Z | Compiling hostname v0.3.1 |
| 3428 | 2026-09-05T01:22:16.248Z | Compiling dropshot_endpoint v0.17.1 |
| 3429 | 2026-09-05T01:22:16.264Z | Compiling serde_path_to_error v0.1.20 |
| 3430 | 2026-09-05T01:22:16.298Z | Compiling slog-bunyan v2.5.0 |
| 3431 | 2026-09-05T01:22:16.348Z | Compiling compression-codecs v0.4.37 |
| 3432 | 2026-09-05T01:22:16.352Z | Compiling hostname v0.4.2 |
| 3433 | 2026-09-05T01:22:16.388Z | Compiling atomicwrites v0.4.4 |
| 3434 | 2026-09-05T01:22:16.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3435 | 2026-09-05T01:22:16.408Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3436 | 2026-09-05T01:22:16.494Z | Compiling macaddr v1.0.1 |
| 3437 | 2026-09-05T01:22:16.498Z | Compiling serde_tokenstream v0.3.0 |
| 3438 | 2026-09-05T01:22:16.554Z | Compiling async-compression v0.4.41 |
| 3439 | 2026-09-05T01:22:16.558Z | Compiling oxide-generation v0.1.3 |
| 3440 | 2026-09-05T01:22:16.573Z | Compiling instant v0.1.13 |
| 3441 | 2026-09-05T01:22:16.637Z | Compiling parse-display-derive v0.10.0 |
| 3442 | 2026-09-05T01:22:16.641Z | Compiling regress v0.10.5 |
| 3443 | 2026-09-05T01:22:16.675Z | Compiling backon v1.6.0 |
| 3444 | 2026-09-05T01:22:16.702Z | Compiling backoff v0.4.0 |
| 3445 | 2026-09-05T01:22:16.723Z | Compiling itertools v0.14.0 |
| 3446 | 2026-09-05T01:22:16.754Z | Compiling humantime v2.3.0 |
| 3447 | 2026-09-05T01:22:16.764Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3448 | 2026-09-05T01:22:16.833Z | Compiling async-stream v0.3.6 |
| 3449 | 2026-09-05T01:22:16.850Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3450 | 2026-09-05T01:22:16.869Z | Compiling oxide-generation-macros v0.2.0 |
| 3451 | 2026-09-05T01:22:16.889Z | Compiling progenitor-extras v0.2.0 |
| 3452 | 2026-09-05T01:22:16.898Z | Compiling half v2.7.1 |
| 3453 | 2026-09-05T01:22:16.923Z | Compiling ciborium-io v0.2.2 |
| 3454 | 2026-09-05T01:22:16.930Z | Compiling crucible-workspace-hack v0.1.0 |
| 3455 | 2026-09-05T01:22:16.955Z | Compiling convert_case v0.4.0 |
| 3456 | 2026-09-05T01:22:17.008Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3457 | 2026-09-05T01:22:17.032Z | Compiling secrecy v0.10.3 |
| 3458 | 2026-09-05T01:22:17.053Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3459 | 2026-09-05T01:22:17.053Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3460 | 2026-09-05T01:22:17.085Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3461 | 2026-09-05T01:22:17.161Z | Compiling ciborium-ll v0.2.2 |
| 3462 | 2026-09-05T01:22:17.213Z | Compiling inout v0.1.4 |
| 3463 | 2026-09-05T01:22:17.232Z | Compiling regress v0.11.1 |
| 3464 | 2026-09-05T01:22:17.247Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3465 | 2026-09-05T01:22:17.270Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3466 | 2026-09-05T01:22:17.290Z | Compiling universal-hash v0.5.1 |
| 3467 | 2026-09-05T01:22:17.335Z | Compiling derive_more v0.99.20 |
| 3468 | 2026-09-05T01:22:17.397Z | Compiling ciborium v0.2.2 |
| 3469 | 2026-09-05T01:22:17.416Z | Compiling cipher v0.4.4 |
| 3470 | 2026-09-05T01:22:17.419Z | Compiling opaque-debug v0.3.1 |
| 3471 | 2026-09-05T01:22:17.453Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3472 | 2026-09-05T01:22:17.471Z | Compiling blake2 v0.10.6 |
| 3473 | 2026-09-05T01:22:17.506Z | Compiling poly1305 v0.8.0 |
| 3474 | 2026-09-05T01:22:17.681Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3475 | 2026-09-05T01:22:17.714Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3476 | 2026-09-05T01:22:17.752Z | Compiling chacha20 v0.9.1 |
| 3477 | 2026-09-05T01:22:17.772Z | Compiling aead v0.5.2 |
| 3478 | 2026-09-05T01:22:17.930Z | Compiling password-hash v0.5.0 |
| 3479 | 2026-09-05T01:22:17.934Z | Compiling indent_write v2.2.0 |
| 3480 | 2026-09-05T01:22:18.004Z | Compiling chacha20poly1305 v0.10.1 |
| 3481 | 2026-09-05T01:22:18.022Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3482 | 2026-09-05T01:22:18.026Z | Compiling unsafe-libyaml v0.2.11 |
| 3483 | 2026-09-05T01:22:18.061Z | Compiling itertools v0.15.0 |
| 3484 | 2026-09-05T01:22:18.061Z | Compiling num-derive v0.4.2 |
| 3485 | 2026-09-05T01:22:18.111Z | Compiling heapless v0.8.0 |
| 3486 | 2026-09-05T01:22:18.186Z | Compiling argon2 v0.5.3 |
| 3487 | 2026-09-05T01:22:18.258Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3488 | 2026-09-05T01:22:18.299Z | Compiling tabwriter v1.4.1 |
| 3489 | 2026-09-05T01:22:18.353Z | Compiling hash32 v0.3.1 |
| 3490 | 2026-09-05T01:22:18.406Z | Compiling parse-display v0.10.0 |
| 3491 | 2026-09-05T01:22:18.500Z | Compiling thiserror-no-std v2.0.2 |
| 3492 | 2026-09-05T01:22:18.543Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3493 | 2026-09-05T01:22:18.583Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3494 | 2026-09-05T01:22:18.614Z | Compiling vsss-rs v3.3.4 |
| 3495 | 2026-09-05T01:22:18.650Z | Compiling serde_yaml v0.9.34+deprecated |
| 3496 | 2026-09-05T01:22:18.736Z | Compiling smoltcp v0.11.0 |
| 3497 | 2026-09-05T01:22:18.836Z | Compiling typify-impl v0.6.2 |
| 3498 | 2026-09-05T01:22:18.875Z | Compiling proc-macro-crate v3.4.0 |
| 3499 | 2026-09-05T01:22:19.087Z | Compiling cobs v0.3.0 |
| 3500 | 2026-09-05T01:22:19.138Z | Compiling colored v3.1.1 |
| 3501 | 2026-09-05T01:22:19.280Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3502 | 2026-09-05T01:22:19.311Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3503 | 2026-09-05T01:22:19.360Z | Compiling postcard v1.1.3 |
| 3504 | 2026-09-05T01:22:19.466Z | Compiling num_enum_derive v0.7.6 |
| 3505 | 2026-09-05T01:22:19.483Z | Compiling ingot-macros v0.2.0 |
| 3506 | 2026-09-05T01:22:19.535Z | Compiling proc-macro-error v1.0.4 |
| 3507 | 2026-09-05T01:22:19.554Z | Compiling rand v0.10.1 |
| 3508 | 2026-09-05T01:22:19.575Z | Compiling proc-macro-crate v1.3.1 |
| 3509 | 2026-09-05T01:22:19.592Z | Compiling foreign-types-macros v0.2.3 |
| 3510 | 2026-09-05T01:22:19.731Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3511 | 2026-09-05T01:22:19.835Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3512 | 2026-09-05T01:22:19.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3513 | 2026-09-05T01:22:19.876Z | Compiling rayon-core v1.13.0 |
| 3514 | 2026-09-05T01:22:20.024Z | Compiling foreign-types-shared v0.3.1 |
| 3515 | 2026-09-05T01:22:20.043Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3516 | 2026-09-05T01:22:20.075Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3517 | 2026-09-05T01:22:20.136Z | Compiling num_enum_derive v0.5.11 |
| 3518 | 2026-09-05T01:22:20.232Z | Compiling foreign-types v0.5.0 |
| 3519 | 2026-09-05T01:22:20.248Z | Compiling crossbeam-deque v0.8.6 |
| 3520 | 2026-09-05T01:22:20.296Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3521 | 2026-09-05T01:22:20.323Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3522 | 2026-09-05T01:22:20.340Z | Compiling cstr-argument v0.1.2 |
| 3523 | 2026-09-05T01:22:20.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3524 | 2026-09-05T01:22:20.422Z | Compiling illumos-nvpair v0.3.0 |
| 3525 | 2026-09-05T01:22:20.476Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3526 | 2026-09-05T01:22:20.532Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3527 | 2026-09-05T01:22:20.583Z | Compiling zone_cfg_derive v0.3.1 |
| 3528 | 2026-09-05T01:22:20.600Z | Compiling num_enum v0.7.6 |
| 3529 | 2026-09-05T01:22:20.664Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3530 | 2026-09-05T01:22:20.698Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3531 | 2026-09-05T01:22:20.767Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3532 | 2026-09-05T01:22:20.770Z | Compiling itertools v0.12.1 |
| 3533 | 2026-09-05T01:22:20.784Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3534 | 2026-09-05T01:22:20.811Z | Compiling sigpipe v0.1.3 |
| 3535 | 2026-09-05T01:22:20.848Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3536 | 2026-09-05T01:22:20.910Z | Compiling rayon v1.11.0 |
| 3537 | 2026-09-05T01:22:20.930Z | Compiling glob v0.3.3 |
| 3538 | 2026-09-05T01:22:20.933Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3539 | 2026-09-05T01:22:20.982Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3540 | 2026-09-05T01:22:21.079Z | Compiling smf v0.2.3 |
| 3541 | 2026-09-05T01:22:21.183Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3542 | 2026-09-05T01:22:21.203Z | Compiling whoami v1.6.1 |
| 3543 | 2026-09-05T01:22:21.219Z | Compiling cpubits v0.1.1 |
| 3544 | 2026-09-05T01:22:21.238Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3545 | 2026-09-05T01:22:21.254Z | Compiling num_enum v0.5.11 |
| 3546 | 2026-09-05T01:22:21.283Z | Compiling gethostname v0.5.0 |
| 3547 | 2026-09-05T01:22:21.319Z | Compiling num-rational v0.4.2 |
| 3548 | 2026-09-05T01:22:21.360Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3549 | 2026-09-05T01:22:21.383Z | Compiling num-complex v0.4.6 |
| 3550 | 2026-09-05T01:22:21.402Z | Compiling derive-where v1.6.0 |
| 3551 | 2026-09-05T01:22:21.459Z | Compiling toml v0.8.23 |
| 3552 | 2026-09-05T01:22:21.464Z | Compiling usdt-macro v0.5.0 |
| 3553 | 2026-09-05T01:22:21.514Z | Compiling usdt-attr-macro v0.5.0 |
| 3554 | 2026-09-05T01:22:21.686Z | Compiling pem-rfc7468 v1.0.0 |
| 3555 | 2026-09-05T01:22:21.800Z | Compiling num v0.4.3 |
| 3556 | 2026-09-05T01:22:21.899Z | Compiling memmap v0.7.0 |
| 3557 | 2026-09-05T01:22:21.916Z | Compiling zone v0.3.1 |
| 3558 | 2026-09-05T01:22:21.935Z | Compiling float-ord v0.3.2 |
| 3559 | 2026-09-05T01:22:22.016Z | Compiling cancel-safe-futures v0.1.5 |
| 3560 | 2026-09-05T01:22:22.035Z | Compiling hmac v0.13.0 |
| 3561 | 2026-09-05T01:22:22.064Z | Compiling universal-hash v0.6.1 |
| 3562 | 2026-09-05T01:22:22.083Z | Compiling resolv-conf v0.7.6 |
| 3563 | 2026-09-05T01:22:22.114Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3564 | 2026-09-05T01:22:22.232Z | Compiling sha1 v0.10.6 |
| 3565 | 2026-09-05T01:22:22.256Z | Compiling prettyplease v0.2.37 |
| 3566 | 2026-09-05T01:22:22.274Z | Compiling libefi-sys v0.1.0 |
| 3567 | 2026-09-05T01:22:22.380Z | Compiling usdt v0.5.0 |
| 3568 | 2026-09-05T01:22:22.405Z | Compiling ingot-types v0.2.0 |
| 3569 | 2026-09-05T01:22:22.461Z | Compiling linear-map v1.2.0 |
| 3570 | 2026-09-05T01:22:22.483Z | Compiling polyval v0.7.1 |
| 3571 | 2026-09-05T01:22:22.499Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3572 | 2026-09-05T01:22:22.558Z | Compiling der v0.8.0 |
| 3573 | 2026-09-05T01:22:22.575Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3574 | 2026-09-05T01:22:22.623Z | Compiling newline-converter v0.3.0 |
| 3575 | 2026-09-05T01:22:22.654Z | Compiling console v0.15.11 |
| 3576 | 2026-09-05T01:22:22.678Z | Compiling bitfield-struct v0.6.2 |
| 3577 | 2026-09-05T01:22:22.696Z | Compiling ghash v0.6.0 |
| 3578 | 2026-09-05T01:22:22.768Z | Compiling oxide-update-engine-types v0.1.2 |
| 3579 | 2026-09-05T01:22:22.785Z | Compiling ingot v0.2.1 |
| 3580 | 2026-09-05T01:22:22.855Z | Compiling pbkdf2 v0.13.0 |
| 3581 | 2026-09-05T01:22:22.874Z | Compiling crypto-bigint v0.7.5 |
| 3582 | 2026-09-05T01:22:22.934Z | Compiling aes v0.9.1 |
| 3583 | 2026-09-05T01:22:23.004Z | Compiling expectorate v1.2.0 |
| 3584 | 2026-09-05T01:22:23.116Z | Compiling hickory-proto v0.24.4 |
| 3585 | 2026-09-05T01:22:23.192Z | Compiling ctr v0.10.1 |
| 3586 | 2026-09-05T01:22:23.263Z | Compiling sha2 v0.11.0 |
| 3587 | 2026-09-05T01:22:23.315Z | Compiling aead v0.6.1 |
| 3588 | 2026-09-05T01:22:23.370Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3589 | 2026-09-05T01:22:23.400Z | Compiling typify-macro v0.6.2 |
| 3590 | 2026-09-05T01:22:23.483Z | Compiling nom v8.0.0 |
| 3591 | 2026-09-05T01:22:23.544Z | Compiling semver v0.1.20 |
| 3592 | 2026-09-05T01:22:23.746Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3593 | 2026-09-05T01:22:23.791Z | Compiling linked-hash-map v0.5.6 |
| 3594 | 2026-09-05T01:22:23.848Z | Compiling oxide-update-engine v0.1.2 |
| 3595 | 2026-09-05T01:22:23.864Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3596 | 2026-09-05T01:22:23.879Z | Compiling rustc_version v0.1.7 |
| 3597 | 2026-09-05T01:22:23.955Z | Compiling spki v0.8.0 |
| 3598 | 2026-09-05T01:22:24.014Z | Compiling lru-cache v0.1.2 |
| 3599 | 2026-09-05T01:22:24.075Z | Compiling aes-gcm v0.11.0 |
| 3600 | 2026-09-05T01:22:24.095Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3601 | 2026-09-05T01:22:24.139Z | Compiling tokio-dtrace v0.1.1 |
| 3602 | 2026-09-05T01:22:24.170Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3603 | 2026-09-05T01:22:24.212Z | Compiling salsa20 v0.11.0 |
| 3604 | 2026-09-05T01:22:24.271Z | Compiling slog-dtrace v0.3.0 |
| 3605 | 2026-09-05T01:22:24.303Z | Compiling minimal-lexical v0.2.1 |
| 3606 | 2026-09-05T01:22:24.328Z | Compiling xshell-macros v0.2.7 |
| 3607 | 2026-09-05T01:22:24.368Z | Compiling scrypt v0.12.0 |
| 3608 | 2026-09-05T01:22:24.398Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3609 | 2026-09-05T01:22:24.432Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3610 | 2026-09-05T01:22:24.478Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3611 | 2026-09-05T01:22:24.512Z | Compiling nom v7.1.3 |
| 3612 | 2026-09-05T01:22:24.556Z | Compiling oxide-tokio-rt v0.1.4 |
| 3613 | 2026-09-05T01:22:24.585Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3614 | 2026-09-05T01:22:24.688Z | Compiling newtype_derive v0.1.6 |
| 3615 | 2026-09-05T01:22:24.761Z | Compiling xshell v0.2.7 |
| 3616 | 2026-09-05T01:22:24.798Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3617 | 2026-09-05T01:22:24.887Z | Compiling phf_shared v0.12.1 |
| 3618 | 2026-09-05T01:22:24.917Z | Compiling rfc6979 v0.4.0 |
| 3619 | 2026-09-05T01:22:25.079Z | Compiling cbc v0.2.1 |
| 3620 | 2026-09-05T01:22:25.097Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3621 | 2026-09-05T01:22:25.101Z | Compiling csv-core v0.1.13 |
| 3622 | 2026-09-05T01:22:25.277Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3623 | 2026-09-05T01:22:25.297Z | Compiling chrono-tz v0.10.4 |
| 3624 | 2026-09-05T01:22:25.323Z | Compiling typify v0.6.2 |
| 3625 | 2026-09-05T01:22:25.374Z | Compiling hickory-resolver v0.24.4 |
| 3626 | 2026-09-05T01:22:25.392Z | Compiling unicode-xid v0.2.6 |
| 3627 | 2026-09-05T01:22:25.410Z | Compiling highway v1.3.0 |
| 3628 | 2026-09-05T01:22:25.467Z | Compiling progenitor-impl v0.14.0 |
| 3629 | 2026-09-05T01:22:25.545Z | Compiling proc-macro-error2 v2.0.1 |
| 3630 | 2026-09-05T01:22:25.548Z | Compiling const_format_proc_macros v0.2.34 |
| 3631 | 2026-09-05T01:22:25.610Z | Compiling csv v1.4.0 |
| 3632 | 2026-09-05T01:22:25.749Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3633 | 2026-09-05T01:22:25.808Z | Compiling pkcs5 v0.8.1 |
| 3634 | 2026-09-05T01:22:25.865Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3635 | 2026-09-05T01:22:25.893Z | Compiling ecdsa v0.16.9 |
| 3636 | 2026-09-05T01:22:25.911Z | Compiling phf v0.12.1 |
| 3637 | 2026-09-05T01:22:25.934Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3638 | 2026-09-05T01:22:26.106Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3639 | 2026-09-05T01:22:26.196Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3640 | 2026-09-05T01:22:26.337Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3641 | 2026-09-05T01:22:26.380Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3642 | 2026-09-05T01:22:26.441Z | Compiling qorb v0.4.1 |
| 3643 | 2026-09-05T01:22:26.460Z | Compiling primeorder v0.13.6 |
| 3644 | 2026-09-05T01:22:26.479Z | Compiling hashbrown v0.14.5 |
| 3645 | 2026-09-05T01:22:26.496Z | Compiling salty v0.3.0 |
| 3646 | 2026-09-05T01:22:26.538Z | Compiling const_format v0.2.35 |
| 3647 | 2026-09-05T01:22:26.692Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3648 | 2026-09-05T01:22:26.755Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3649 | 2026-09-05T01:22:26.802Z | Compiling p384 v0.13.1 |
| 3650 | 2026-09-05T01:22:26.877Z | Compiling pkcs8 v0.11.0 |
| 3651 | 2026-09-05T01:22:27.008Z | Compiling chumsky v0.9.3 |
| 3652 | 2026-09-05T01:22:27.082Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3653 | 2026-09-05T01:22:27.379Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3654 | 2026-09-05T01:22:27.399Z | Compiling knus-derive v3.4.0 |
| 3655 | 2026-09-05T01:22:27.402Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3656 | 2026-09-05T01:22:27.633Z | Compiling tabled_derive v0.7.0 |
| 3657 | 2026-09-05T01:22:28.059Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3658 | 2026-09-05T01:22:28.137Z | Compiling progenitor-macro v0.14.0 |
| 3659 | 2026-09-05T01:22:28.194Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3660 | 2026-09-05T01:22:28.228Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3661 | 2026-09-05T01:22:28.246Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3662 | 2026-09-05T01:22:28.343Z | Compiling bcs v0.1.6 |
| 3663 | 2026-09-05T01:22:28.426Z | Compiling ff v0.14.0 |
| 3664 | 2026-09-05T01:22:28.518Z | Compiling termtree v0.5.1 |
| 3665 | 2026-09-05T01:22:28.538Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3666 | 2026-09-05T01:22:28.597Z | Compiling steno v0.4.1 |
| 3667 | 2026-09-05T01:22:28.703Z | Compiling tabled v0.15.0 |
| 3668 | 2026-09-05T01:22:28.718Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3669 | 2026-09-05T01:22:28.723Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3670 | 2026-09-05T01:22:28.771Z | Compiling group v0.14.0 |
| 3671 | 2026-09-05T01:22:28.791Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3672 | 2026-09-05T01:22:28.965Z | Compiling knus v3.4.0 |
| 3673 | 2026-09-05T01:22:28.983Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3674 | 2026-09-05T01:22:28.999Z | Compiling signature v3.0.0 |
| 3675 | 2026-09-05T01:22:29.092Z | Compiling tagptr v0.2.0 |
| 3676 | 2026-09-05T01:22:29.149Z | Compiling base16ct v1.0.0 |
| 3677 | 2026-09-05T01:22:29.235Z | Compiling hkdf v0.13.0 |
| 3678 | 2026-09-05T01:22:29.267Z | Compiling moka v0.12.13 |
| 3679 | 2026-09-05T01:22:29.300Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3680 | 2026-09-05T01:22:29.365Z | Compiling sec1 v0.8.1 |
| 3681 | 2026-09-05T01:22:29.433Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3682 | 2026-09-05T01:22:29.451Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3683 | 2026-09-05T01:22:29.542Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3684 | 2026-09-05T01:22:29.668Z | Compiling elliptic-curve v0.14.1 |
| 3685 | 2026-09-05T01:22:29.697Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3686 | 2026-09-05T01:22:29.802Z | Compiling utf-8 v0.7.6 |
| 3687 | 2026-09-05T01:22:29.901Z | Compiling parking_lot_core v0.8.6 |
| 3688 | 2026-09-05T01:22:30.004Z | Compiling hickory-resolver v0.25.2 |
| 3689 | 2026-09-05T01:22:30.098Z | Compiling corncobs v0.1.4 |
| 3690 | 2026-09-05T01:22:30.116Z | Compiling tungstenite v0.21.0 |
| 3691 | 2026-09-05T01:22:30.233Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3692 | 2026-09-05T01:22:30.297Z | Compiling wnaf v0.14.0 |
| 3693 | 2026-09-05T01:22:30.487Z | Compiling primefield v0.14.0 |
| 3694 | 2026-09-05T01:22:30.514Z | Compiling rfc6979 v0.6.0 |
| 3695 | 2026-09-05T01:22:30.531Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3696 | 2026-09-05T01:22:30.647Z | Compiling libscf-sys v1.2.0 |
| 3697 | 2026-09-05T01:22:30.664Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3698 | 2026-09-05T01:22:30.691Z | Compiling git-stub v1.0.0 |
| 3699 | 2026-09-05T01:22:30.748Z | Compiling secrecy v0.8.0 |
| 3700 | 2026-09-05T01:22:30.819Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3701 | 2026-09-05T01:22:30.952Z | Compiling git-stub-vcs v0.1.0 |
| 3702 | 2026-09-05T01:22:30.965Z | Compiling primeorder v0.14.0 |
| 3703 | 2026-09-05T01:22:30.985Z | Compiling ecdsa v0.17.0 |
| 3704 | 2026-09-05T01:22:31.050Z | Compiling tokio-tungstenite v0.21.0 |
| 3705 | 2026-09-05T01:22:31.129Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3706 | 2026-09-05T01:22:31.309Z | Compiling papergrid v0.18.0 |
| 3707 | 2026-09-05T01:22:31.383Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3708 | 2026-09-05T01:22:31.401Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3709 | 2026-09-05T01:22:31.420Z | Compiling curve25519-dalek v5.0.0 |
| 3710 | 2026-09-05T01:22:31.470Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3711 | 2026-09-05T01:22:31.488Z | Compiling unicase v2.9.0 |
| 3712 | 2026-09-05T01:22:31.559Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3713 | 2026-09-05T01:22:31.578Z | Compiling parking_lot v0.11.2 |
| 3714 | 2026-09-05T01:22:31.726Z | Compiling mime_guess v2.0.5 |
| 3715 | 2026-09-05T01:22:31.755Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3716 | 2026-09-05T01:22:31.920Z | Compiling ssh-encoding v0.3.0 |
| 3717 | 2026-09-05T01:22:31.944Z | Compiling prefix-trie v0.7.0 |
| 3718 | 2026-09-05T01:22:31.986Z | Compiling fxhash v0.2.1 |
| 3719 | 2026-09-05T01:22:32.007Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3720 | 2026-09-05T01:22:32.056Z | Compiling keccak v0.2.0 |
| 3721 | 2026-09-05T01:22:32.123Z | Compiling sled v0.34.7 |
| 3722 | 2026-09-05T01:22:32.145Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3723 | 2026-09-05T01:22:32.182Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3724 | 2026-09-05T01:22:32.259Z | Compiling tabled v0.21.0 |
| 3725 | 2026-09-05T01:22:32.307Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3726 | 2026-09-05T01:22:32.363Z | Compiling hickory-server v0.25.2 |
| 3727 | 2026-09-05T01:22:32.389Z | Compiling ed25519 v3.0.0 |
| 3728 | 2026-09-05T01:22:32.416Z | Compiling crypto-primes v0.7.2 |
| 3729 | 2026-09-05T01:22:33.005Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3730 | 2026-09-05T01:22:33.121Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3731 | 2026-09-05T01:22:33.186Z | Compiling poly1305 v0.9.0 |
| 3732 | 2026-09-05T01:22:33.285Z | Compiling progenitor v0.14.0 |
| 3733 | 2026-09-05T01:22:33.497Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3734 | 2026-09-05T01:22:33.515Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3735 | 2026-09-05T01:22:33.539Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3736 | 2026-09-05T01:22:33.576Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3737 | 2026-09-05T01:22:33.738Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3738 | 2026-09-05T01:22:33.854Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3739 | 2026-09-05T01:22:34.034Z | Compiling blowfish v0.10.0 |
| 3740 | 2026-09-05T01:22:34.060Z | Compiling blake2 v0.11.0-rc.6 |
| 3741 | 2026-09-05T01:22:34.238Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3742 | 2026-09-05T01:22:34.281Z | Compiling half v1.8.3 |
| 3743 | 2026-09-05T01:22:34.312Z | Compiling crc8 v0.1.1 |
| 3744 | 2026-09-05T01:22:34.330Z | Compiling http-range v0.1.5 |
| 3745 | 2026-09-05T01:22:34.347Z | Compiling argon2 v0.6.0-rc.8 |
| 3746 | 2026-09-05T01:22:34.457Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3747 | 2026-09-05T01:22:34.528Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3748 | 2026-09-05T01:22:34.550Z | Compiling serde_cbor v0.11.2 |
| 3749 | 2026-09-05T01:22:34.678Z | Compiling ssh-cipher v0.3.0 |
| 3750 | 2026-09-05T01:22:34.795Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3751 | 2026-09-05T01:22:34.845Z | Compiling rsa v0.10.0-rc.18 |
| 3752 | 2026-09-05T01:22:34.863Z | Compiling ed25519-dalek v3.0.0 |
| 3753 | 2026-09-05T01:22:35.177Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3754 | 2026-09-05T01:22:35.230Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3755 | 2026-09-05T01:22:35.300Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3756 | 2026-09-05T01:22:35.465Z | Compiling sha3 v0.11.0 |
| 3757 | 2026-09-05T01:22:35.509Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3758 | 2026-09-05T01:22:35.706Z | Compiling p256 v0.14.0 |
| 3759 | 2026-09-05T01:22:35.741Z | Compiling p384 v0.14.0 |
| 3760 | 2026-09-05T01:22:35.902Z | Compiling p521 v0.14.0 |
| 3761 | 2026-09-05T01:22:35.953Z | Compiling scuffle v0.1.0 |
| 3762 | 2026-09-05T01:22:36.080Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3763 | 2026-09-05T01:22:36.340Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3764 | 2026-09-05T01:22:36.633Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3765 | 2026-09-05T01:22:36.924Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3766 | 2026-09-05T01:22:36.941Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3767 | 2026-09-05T01:22:37.048Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3768 | 2026-09-05T01:22:37.696Z | Compiling yasna v0.5.2 |
| 3769 | 2026-09-05T01:22:37.715Z | Compiling kstat-rs v0.2.5 |
| 3770 | 2026-09-05T01:22:37.765Z | Compiling headers-core v0.3.0 |
| 3771 | 2026-09-05T01:22:37.879Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3772 | 2026-09-05T01:22:37.914Z | Compiling kem v0.3.0 |
| 3773 | 2026-09-05T01:22:37.949Z | Compiling module-lattice v0.2.3 |
| 3774 | 2026-09-05T01:22:38.031Z | Compiling nanorand v0.7.0 |
| 3775 | 2026-09-05T01:22:38.068Z | Compiling sponge-cursor v0.1.0 |
| 3776 | 2026-09-05T01:22:38.091Z | Compiling headers v0.4.1 |
| 3777 | 2026-09-05T01:22:38.187Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3778 | 2026-09-05T01:22:38.232Z | Compiling sha3 v0.12.0 |
| 3779 | 2026-09-05T01:22:38.247Z | Compiling ml-kem v0.3.2 |
| 3780 | 2026-09-05T01:22:38.335Z | Compiling flume v0.11.1 |
| 3781 | 2026-09-05T01:22:38.386Z | Compiling rcgen v0.12.1 |
| 3782 | 2026-09-05T01:22:38.608Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3783 | 2026-09-05T01:22:38.705Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3784 | 2026-09-05T01:22:38.863Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3785 | 2026-09-05T01:22:38.881Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3786 | 2026-09-05T01:22:39.010Z | Compiling ssh-key v0.7.0-rc.11 |
| 3787 | 2026-09-05T01:22:39.036Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3788 | 2026-09-05T01:22:39.224Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3789 | 2026-09-05T01:22:39.342Z | Compiling hyper-staticfile v0.10.1 |
| 3790 | 2026-09-05T01:22:39.390Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3791 | 2026-09-05T01:22:39.415Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3792 | 2026-09-05T01:22:39.678Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3793 | 2026-09-05T01:22:39.683Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3794 | 2026-09-05T01:22:39.687Z | Compiling russh-cryptovec v0.62.0 |
| 3795 | 2026-09-05T01:22:39.791Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3796 | 2026-09-05T01:22:39.885Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3797 | 2026-09-05T01:22:39.925Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3798 | 2026-09-05T01:22:39.948Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3799 | 2026-09-05T01:22:39.968Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3800 | 2026-09-05T01:22:40.102Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3801 | 2026-09-05T01:22:40.129Z | Compiling port-file v0.1.0 |
| 3802 | 2026-09-05T01:22:40.146Z | Compiling num-bigint v0.4.6 |
| 3803 | 2026-09-05T01:22:40.395Z | Compiling generic-array v1.4.3 |
| 3804 | 2026-09-05T01:22:40.422Z | Compiling russh-util v0.52.0 |
| 3805 | 2026-09-05T01:22:40.474Z | Compiling enum_dispatch v0.3.13 |
| 3806 | 2026-09-05T01:22:40.596Z | Compiling delegate v0.13.5 |
| 3807 | 2026-09-05T01:22:40.699Z | Compiling subprocess v0.2.15 |
| 3808 | 2026-09-05T01:22:40.718Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3809 | 2026-09-05T01:22:40.745Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3810 | 2026-09-05T01:22:40.823Z | Compiling hex-literal v1.1.0 |
| 3811 | 2026-09-05T01:22:40.902Z | Compiling display-error-chain v0.2.2 |
| 3812 | 2026-09-05T01:22:40.938Z | Compiling md5 v0.8.0 |
| 3813 | 2026-09-05T01:22:40.986Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3814 | 2026-09-05T01:22:41.063Z | Compiling colored v2.2.0 |
| 3815 | 2026-09-05T01:22:41.203Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3816 | 2026-09-05T01:22:41.225Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3817 | 2026-09-05T01:22:41.396Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3818 | 2026-09-05T01:22:41.455Z | Compiling internet-checksum v0.2.1 |
| 3819 | 2026-09-05T01:22:41.567Z | Compiling russh v0.62.4 |
| 3820 | 2026-09-05T01:22:42.278Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3821 | 2026-09-05T01:22:42.292Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3822 | 2026-09-05T01:22:43.360Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3823 | 2026-09-05T01:22:43.360Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3824 | 2026-09-05T01:22:45.981Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3825 | 2026-09-05T01:22:46.646Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3826 | 2026-09-05T01:22:47.131Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3827 | 2026-09-05T01:22:48.037Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3828 | 2026-09-05T01:22:48.483Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3829 | 2026-09-05T01:22:57.239Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3830 | 2026-09-05T01:22:57.240Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3831 | 2026-09-05T01:22:57.243Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3832 | 2026-09-05T01:22:57.243Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3833 | 2026-09-05T01:22:57.243Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3834 | 2026-09-05T01:22:59.030Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3835 | 2026-09-05T01:22:59.168Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3836 | 2026-09-05T01:23:03.455Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3837 | 2026-09-05T01:23:43.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3838 | 2026-09-05T01:23:43.900Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3839 | 2026-09-05T01:23:43.900Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3840 | 2026-09-05T01:23:44.124Z | |
| 3841 | 2026-09-05T01:23:44.127Z | real 1:29.168085263 |
| 3842 | 2026-09-05T01:23:44.127Z | user 8:24.474832265 |
| 3843 | 2026-09-05T01:23:44.127Z | sys 1:39.075787142 |
| 3844 | 2026-09-05T01:23:44.127Z | trap 0.246309014 |
| 3845 | 2026-09-05T01:23:44.127Z | tflt 0.347059864 |
| 3846 | 2026-09-05T01:23:44.127Z | dflt 2.130332703 |
| 3847 | 2026-09-05T01:23:44.128Z | kflt 0.000537925 |
| 3848 | 2026-09-05T01:23:44.128Z | lock 30:51.738845385 |
| 3849 | 2026-09-05T01:23:44.128Z | slp 18:46.801663078 |
| 3850 | 2026-09-05T01:23:44.128Z | lat 38.755703641 |
| 3851 | 2026-09-05T01:23:44.128Z | stop 3:01.602352608 |
| 3852 | 2026-09-05T01:23:44.128Z | + mkdir tests |
| 3853 | 2026-09-05T01:23:44.131Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3854 | 2026-09-05T01:23:44.131Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3855 | 2026-09-05T01:23:44.155Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/ |
| 3856 | 2026-09-05T01:23:44.174Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/ |
| 3857 | 2026-09-05T01:23:44.198Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/ |
| 3858 | 2026-09-05T01:23:44.222Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/ |
| 3859 | 2026-09-05T01:23:44.535Z | + 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) |
| 3860 | 2026-09-05T01:23:44.538Z | + 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-0144be0f1f486767 tests/commtest-967955464f559dda tests/dhcp_server-26dd07e52df3a016 tests/end_to_end_tests-8d60c10a3fab2411 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 |
| 3861 | 2026-09-05T01:24:49.847Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3862 | 2026-09-05T01:24:49.847Z | a .github/buildomat/ci-env.sh 1K |
| 3863 | 2026-09-05T01:24:49.847Z | a out/target/test 1K |
| 3864 | 2026-09-05T01:24:49.847Z | a out/npuzone/npuzone 27402K |
| 3865 | 2026-09-05T01:24:49.847Z | a package-manifest.toml 35K |
| 3866 | 2026-09-05T01:24:49.847Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3867 | 2026-09-05T01:24:49.847Z | a target/release/omicron-package 16941K |
| 3868 | 2026-09-05T01:24:49.847Z | a target/release/xtask 6405K |
| 3869 | 2026-09-05T01:24:49.847Z | a target/debug/bootstrap 440473K |
| 3870 | 2026-09-05T01:24:49.847Z | a tests/bootstrap-0144be0f1f486767 34430K |
| 3871 | 2026-09-05T01:24:49.847Z | a tests/commtest-967955464f559dda 34431K |
| 3872 | 2026-09-05T01:24:49.847Z | a tests/dhcp_server-26dd07e52df3a016 34431K |
| 3873 | 2026-09-05T01:24:49.847Z | a tests/end_to_end_tests-8d60c10a3fab2411 504109K |
| 3874 | 2026-09-05T01:24:49.847Z | a tools/opte_version 1K |
| 3875 | 2026-09-05T01:24:49.847Z | a tools/opte_version_override 2K |
| 3876 | 2026-09-05T01:24:49.847Z | a out/clickhouse.tar.gz 233168K |
| 3877 | 2026-09-05T01:24:49.847Z | a out/clickhouse_keeper.tar.gz 227722K |
| 3878 | 2026-09-05T01:24:49.847Z | a out/clickhouse_server.tar.gz 233166K |
| 3879 | 2026-09-05T01:24:49.847Z | a out/cockroachdb.tar.gz 125059K |
| 3880 | 2026-09-05T01:24:49.847Z | a out/crucible-pantry-zone.tar.gz 24768K |
| 3881 | 2026-09-05T01:24:49.847Z | a out/crucible-utils.tar 18900K |
| 3882 | 2026-09-05T01:24:49.847Z | a out/crucible-zone.tar.gz 39580K |
| 3883 | 2026-09-05T01:24:49.847Z | a out/external-dns.tar.gz 15167K |
| 3884 | 2026-09-05T01:24:49.847Z | a out/internal-dns.tar.gz 15167K |
| 3885 | 2026-09-05T01:24:49.848Z | a out/mg-ddm-gz.tar 100917K |
| 3886 | 2026-09-05T01:24:49.848Z | a out/nexus.tar.gz 194003K |
| 3887 | 2026-09-05T01:24:49.848Z | a out/ntp.tar.gz 7133K |
| 3888 | 2026-09-05T01:24:49.848Z | a out/omicron-gateway-softnpu.tar.gz 13827K |
| 3889 | 2026-09-05T01:24:49.848Z | a out/omicron-sled-agent.tar 116450K |
| 3890 | 2026-09-05T01:24:49.848Z | a out/overlay.tar.gz 4K |
| 3891 | 2026-09-05T01:24:49.848Z | a out/oximeter.tar.gz 17658K |
| 3892 | 2026-09-05T01:24:49.848Z | a out/oxlog.tar 2419K |
| 3893 | 2026-09-05T01:24:49.848Z | a out/probe.tar.gz 3037K |
| 3894 | 2026-09-05T01:24:49.848Z | a out/propolis-server.tar.gz 34642K |
| 3895 | 2026-09-05T01:24:49.848Z | a out/pumpkind-gz.tar 26647K |
| 3896 | 2026-09-05T01:24:49.848Z | a out/switch-softnpu.tar.gz 306178K |
| 3897 | 2026-09-05T01:24:49.852Z | |
| 3898 | 2026-09-05T01:24:49.852Z | real 1:05.308600855 |
| 3899 | 2026-09-05T01:24:49.852Z | user 1:03.181081507 |
| 3900 | 2026-09-05T01:24:49.852Z | sys 3.485149773 |
| 3901 | 2026-09-05T01:24:49.852Z | trap 0.005329416 |
| 3902 | 2026-09-05T01:24:49.852Z | tflt 0.000000000 |
| 3903 | 2026-09-05T01:24:49.852Z | dflt 0.000000000 |
| 3904 | 2026-09-05T01:24:49.852Z | kflt 0.000000000 |
| 3905 | 2026-09-05T01:24:49.852Z | lock 0.000000000 |
| 3906 | 2026-09-05T01:24:49.852Z | slp 1:03.127249097 |
| 3907 | 2026-09-05T01:24:49.852Z | lat 0.814427842 |
| 3908 | 2026-09-05T01:24:49.852Z | stop 0.000175838 |
| 3909 | 2026-09-05T01:24:49.852Z | process exited: duration 1100841 ms, exit code 0 |
| |
| 3910 | 2026-09-05T01:24:49.865Z | found 1 output files |
| 3911 | 2026-09-05T01:24:49.865Z | uploading: /work/package.tar.gz (1836027436 bytes) |
| 3912 | 2026-09-05T01:25:17.501Z | uploaded: /work/package.tar.gz |