|
|
|
| 1 | 2026-07-14T00:21:27.163Z | job assigned to worker 01KXEZYQPNYY71GSVYR5QG690Z [factory aws, i-0d35ab944cc808036] (queued for 51 s) |
| |
| 2 | 2026-07-14T00:21:34.937Z | starting task 0: "setup" |
| 3 | 2026-07-14T00:21:34.941Z | ++ uname -s |
| 4 | 2026-07-14T00:21:34.944Z | + kern=SunOS |
| 5 | 2026-07-14T00:21:34.944Z | + build_user=build |
| 6 | 2026-07-14T00:21:34.944Z | + build_uid=12345 |
| 7 | 2026-07-14T00:21:34.944Z | + work_dir=/work |
| 8 | 2026-07-14T00:21:34.944Z | + input_dir=/input |
| 9 | 2026-07-14T00:21:34.945Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-14T00:21:34.945Z | + case "$kern" in |
| 11 | 2026-07-14T00:21:34.945Z | + groupadd -g 12345 build |
| 12 | 2026-07-14T00:21:34.948Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-14T00:21:36.954Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-14T00:21:37.070Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-14T00:21:37.074Z | + home_fs=zfs |
| 16 | 2026-07-14T00:21:37.074Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-14T00:21:37.074Z | + mkdir -p /home/build |
| 18 | 2026-07-14T00:21:37.074Z | + chown build:build /home/build /work |
| 19 | 2026-07-14T00:21:38.076Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-14T00:21:38.080Z | process exited: duration 3146 ms, exit code 0 |
| |
| 21 | 2026-07-14T00:21:38.087Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-14T00:21:38.095Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-14T00:21:38.095Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-14T00:21:38.095Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-14T00:21:38.095Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-14T00:21:38.095Z | * rust toolchain profile = "default" |
| 27 | 2026-07-14T00:21:38.095Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-14T00:21:38.100Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-14T00:21:38.100Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-14T00:21:38.207Z | info: downloading installer |
| 31 | 2026-07-14T00:21:39.619Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-14T00:21:39.619Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-14T00:21:39.619Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-14T00:21:39.619Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-14T00:21:39.632Z | info: profile set to default |
| 36 | 2026-07-14T00:21:39.632Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-14T00:21:39.635Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-14T00:21:39.777Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-14T00:21:39.780Z | info: downloading 6 components |
| 40 | 2026-07-14T00:21:55.060Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-14T00:21:55.060Z | |
| 42 | 2026-07-14T00:21:55.092Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-14T00:21:55.092Z | |
| 44 | 2026-07-14T00:21:55.092Z | |
| 45 | 2026-07-14T00:21:55.092Z | Rust is installed now. Great! |
| 46 | 2026-07-14T00:21:55.092Z | |
| 47 | 2026-07-14T00:21:55.092Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-14T00:21:55.092Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-14T00:21:55.092Z | |
| 50 | 2026-07-14T00:21:55.093Z | To configure your current shell, you need to source |
| 51 | 2026-07-14T00:21:55.093Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-14T00:21:55.093Z | |
| 53 | 2026-07-14T00:21:55.093Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-14T00:21:55.093Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-14T00:21:55.093Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-14T00:21:55.093Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-14T00:21:55.093Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-14T00:21:55.093Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-14T00:21:55.093Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-14T00:21:55.096Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-14T00:21:55.096Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-14T00:21:55.197Z | + rustup --version |
| 63 | 2026-07-14T00:21:55.203Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-14T00:21:55.203Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-14T00:21:55.225Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-14T00:21:55.228Z | + cargo --version |
| 67 | 2026-07-14T00:21:55.238Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-14T00:21:55.241Z | + rustc --version |
| 69 | 2026-07-14T00:21:55.260Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-14T00:21:55.265Z | process exited: duration 17175 ms, exit code 0 |
| |
| 71 | 2026-07-14T00:21:55.274Z | starting task 2: "authentication" |
| 72 | 2026-07-14T00:21:55.295Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-07-14T00:21:55.301Z | starting task 3: "clone repository" |
| 74 | 2026-07-14T00:21:55.306Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-14T00:21:55.310Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-14T00:21:55.339Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-14T00:22:06.003Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-14T00:22:06.003Z | + git fetch origin 2c597e9df6e3a9d5b7dd830bcf950b15868724f5 |
| 79 | 2026-07-14T00:22:06.298Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-14T00:22:06.298Z | * branch 2c597e9df6e3a9d5b7dd830bcf950b15868724f5 -> FETCH_HEAD |
| 81 | 2026-07-14T00:22:06.311Z | + [[ -n '' ]] |
| 82 | 2026-07-14T00:22:06.311Z | + git reset --hard 2c597e9df6e3a9d5b7dd830bcf950b15868724f5 |
| 83 | 2026-07-14T00:22:06.332Z | HEAD is now at 2c597e9df [spr] initial version |
| 84 | 2026-07-14T00:22:06.335Z | process exited: duration 11032 ms, exit code 0 |
| |
| 85 | 2026-07-14T00:22:06.341Z | starting task 4: "build" |
| 86 | 2026-07-14T00:22:06.347Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-14T00:22:06.347Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-14T00:22:06.347Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-14T00:22:06.349Z | +++ uname -s |
| 90 | 2026-07-14T00:22:06.353Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-14T00:22:06.353Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-14T00:22:06.353Z | + cargo --version |
| 93 | 2026-07-14T00:22:06.362Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-14T00:22:06.365Z | + rustc --version |
| 95 | 2026-07-14T00:22:06.386Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-14T00:22:06.389Z | + WORK=/work |
| 97 | 2026-07-14T00:22:06.389Z | + pfexec mkdir -p /work |
| 98 | 2026-07-14T00:22:06.392Z | + pfexec chown build /work |
| 99 | 2026-07-14T00:22:06.395Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-07-14T00:22:08.022Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-07-14T00:22:08.138Z | Startup: Caching catalogs ... Done |
| 102 | 2026-07-14T00:22:08.684Z | Planning: Solver setup ... Done (0.497s) |
| 103 | 2026-07-14T00:22:08.711Z | Planning: Running solver ... Done (0.028s) |
| 104 | 2026-07-14T00:22:08.725Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-07-14T00:22:08.736Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-07-14T00:22:08.754Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-07-14T00:22:08.769Z | Planning: Package planning ... Done (0.015s) |
| 108 | 2026-07-14T00:22:08.772Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-07-14T00:22:08.938Z | Planning: Checking for conflicting actions ... Done (0.168s) |
| 110 | 2026-07-14T00:22:08.941Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-07-14T00:22:09.897Z | Planning: Evaluating mediators ... Done (0.958s) |
| 112 | 2026-07-14T00:22:09.900Z | Planning: Planning completed in 1.74 seconds |
| 113 | 2026-07-14T00:22:09.908Z | Packages to install: 2 |
| 114 | 2026-07-14T00:22:09.908Z | Estimated space available: 156.05 GB |
| 115 | 2026-07-14T00:22:09.908Z | Estimated space to be consumed: 32.66 MB |
| 116 | 2026-07-14T00:22:09.910Z | Create boot environment: No |
| 117 | 2026-07-14T00:22:09.911Z | Create backup boot environment: No |
| 118 | 2026-07-14T00:22:09.911Z | Rebuild boot archive: No |
| 119 | 2026-07-14T00:22:09.911Z | |
| 120 | 2026-07-14T00:22:09.911Z | Changed packages: |
| 121 | 2026-07-14T00:22:09.911Z | helios |
| 122 | 2026-07-14T00:22:09.911Z | developer/build-essential |
| 123 | 2026-07-14T00:22:09.911Z | None -> 11-3.0 |
| 124 | 2026-07-14T00:22:09.911Z | library/libxmlsec1 |
| 125 | 2026-07-14T00:22:09.911Z | None -> 1.2.35-3.0 |
| 126 | 2026-07-14T00:22:09.933Z | |
| 127 | 2026-07-14T00:22:09.933Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-07-14T00:22:10.412Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 129 | 2026-07-14T00:22:10.489Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-07-14T00:22:10.528Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-07-14T00:22:10.541Z | Finalize: Updating package state database ... Done (0.012s) |
| 132 | 2026-07-14T00:22:10.541Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-07-14T00:22:10.572Z | Finalize: Updating image state ... Done (0.031s) |
| 134 | 2026-07-14T00:22:13.274Z | Finalize: Creating fast lookup database ... Done (2.672s) |
| 135 | 2026-07-14T00:22:13.354Z | Finalize: Reading search index ... Done (0.013s) |
| 136 | 2026-07-14T00:22:13.358Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-07-14T00:22:13.446Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-07-14T00:22:13.759Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-07-14T00:22:13.862Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-07-14T00:22:13.865Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-07-14T00:22:14.020Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-07-14T00:22:14.022Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-07-14T00:22:14.043Z | Mediators to change: 2 |
| 144 | 2026-07-14T00:22:14.043Z | Create boot environment: No |
| 145 | 2026-07-14T00:22:14.043Z | Create backup boot environment: No |
| 146 | 2026-07-14T00:22:14.113Z | Finalize: Updating package state database ... Done |
| 147 | 2026-07-14T00:22:14.113Z | Finalize: Updating package cache ... Done |
| 148 | 2026-07-14T00:22:14.134Z | Finalize: Updating image state ... Done |
| 149 | 2026-07-14T00:22:16.071Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-07-14T00:22:16.142Z | Finalize: Reading search index ... Done |
| 151 | 2026-07-14T00:22:16.145Z | Finalize: Updating search index ... Done |
| 152 | 2026-07-14T00:22:16.220Z | Finalize: Updating package cache ... Done |
| 153 | 2026-07-14T00:22:16.508Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-07-14T00:22:16.612Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-07-14T00:22:16.615Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-07-14T00:22:16.768Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-07-14T00:22:16.771Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-07-14T00:22:16.791Z | Mediators to change: 1 |
| 159 | 2026-07-14T00:22:16.791Z | Create boot environment: No |
| 160 | 2026-07-14T00:22:16.791Z | Create backup boot environment: No |
| 161 | 2026-07-14T00:22:16.847Z | Finalize: Updating package state database ... Done |
| 162 | 2026-07-14T00:22:16.847Z | Finalize: Updating package cache ... Done |
| 163 | 2026-07-14T00:22:16.864Z | Finalize: Updating image state ... Done |
| 164 | 2026-07-14T00:22:18.797Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-07-14T00:22:18.859Z | Finalize: Reading search index ... Done |
| 166 | 2026-07-14T00:22:18.862Z | Finalize: Updating search index ... Done |
| 167 | 2026-07-14T00:22:18.946Z | Finalize: Updating package cache ... Done |
| 168 | 2026-07-14T00:22:19.255Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-07-14T00:22:19.255Z | apache system 2.4 system |
| 170 | 2026-07-14T00:22:19.255Z | clang system 15 system |
| 171 | 2026-07-14T00:22:19.255Z | csh system system illumos |
| 172 | 2026-07-14T00:22:19.255Z | ctags system system illumos |
| 173 | 2026-07-14T00:22:19.255Z | file vendor vendor darwinsys |
| 174 | 2026-07-14T00:22:19.255Z | file system system illumos |
| 175 | 2026-07-14T00:22:19.255Z | gcc vendor 14 vendor |
| 176 | 2026-07-14T00:22:19.255Z | gcc system 13 system |
| 177 | 2026-07-14T00:22:19.255Z | gcc system 10 system |
| 178 | 2026-07-14T00:22:19.255Z | go system 1.25 system |
| 179 | 2026-07-14T00:22:19.255Z | llvm system 15 system |
| 180 | 2026-07-14T00:22:19.255Z | mariadb system 11.4 system |
| 181 | 2026-07-14T00:22:19.255Z | mta vendor vendor dma |
| 182 | 2026-07-14T00:22:19.255Z | openjdk system 17 system |
| 183 | 2026-07-14T00:22:19.255Z | openjdk system 11 system |
| 184 | 2026-07-14T00:22:19.255Z | openssl vendor 3 vendor |
| 185 | 2026-07-14T00:22:19.255Z | perl system 5.40 system |
| 186 | 2026-07-14T00:22:19.255Z | postgresql system 18 system |
| 187 | 2026-07-14T00:22:19.255Z | postgresql system 17 system |
| 188 | 2026-07-14T00:22:19.255Z | python vendor 3 vendor |
| 189 | 2026-07-14T00:22:19.255Z | python system 2 system |
| 190 | 2026-07-14T00:22:19.255Z | python3 vendor 3.13 vendor |
| 191 | 2026-07-14T00:22:19.255Z | ruby system 3.4 system |
| 192 | 2026-07-14T00:22:19.255Z | ruby system 3.0 system |
| 193 | 2026-07-14T00:22:19.255Z | words vendor vendor american-english |
| 194 | 2026-07-14T00:22:19.255Z | words system system australian-english |
| 195 | 2026-07-14T00:22:19.255Z | words system system british-english |
| 196 | 2026-07-14T00:22:19.255Z | words system system canadian-english |
| 197 | 2026-07-14T00:22:19.255Z | words system system french |
| 198 | 2026-07-14T00:22:19.255Z | words system system italian |
| 199 | 2026-07-14T00:22:19.255Z | words system system ngerman |
| 200 | 2026-07-14T00:22:19.255Z | words system system ogerman |
| 201 | 2026-07-14T00:22:19.255Z | words system system spanish |
| 202 | 2026-07-14T00:22:19.509Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-07-14T00:22:19.509Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-07-14T00:22:19.813Z | FMRI IFO |
| 205 | 2026-07-14T00:22:19.813Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-07-14T00:22:19.813Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-07-14T00:22:19.813Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-07-14T00:22:19.813Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-07-14T00:22:19.813Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-07-14T00:22:19.813Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-07-14T00:22:19.813Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-07-14T00:22:19.813Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-07-14T00:22:19.813Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-07-14T00:22:20.075Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-07-14T00:22:20.363Z | Updating crates.io index |
| 216 | 2026-07-14T00:22:20.368Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-07-14T00:22:20.598Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-07-14T00:22:20.890Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-07-14T00:22:21.819Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-07-14T00:22:22.333Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-07-14T00:22:24.479Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-07-14T00:22:25.272Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-07-14T00:22:25.500Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-07-14T00:22:25.781Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-07-14T00:22:26.860Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-07-14T00:22:27.088Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-07-14T00:22:27.394Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 228 | 2026-07-14T00:22:27.666Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 229 | 2026-07-14T00:22:28.057Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 230 | 2026-07-14T00:22:28.554Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 231 | 2026-07-14T00:22:28.791Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-07-14T00:22:28.999Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-07-14T00:22:29.255Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 234 | 2026-07-14T00:22:29.560Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-07-14T00:22:29.790Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-07-14T00:22:30.027Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-07-14T00:22:30.259Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 238 | 2026-07-14T00:22:30.615Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 239 | 2026-07-14T00:22:30.967Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-07-14T00:22:31.199Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-07-14T00:22:31.589Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-07-14T00:22:31.841Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 243 | 2026-07-14T00:22:32.343Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 244 | 2026-07-14T00:22:32.596Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 245 | 2026-07-14T00:22:32.802Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 246 | 2026-07-14T00:22:33.120Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 247 | 2026-07-14T00:22:33.512Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 248 | 2026-07-14T00:22:33.733Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 249 | 2026-07-14T00:22:34.029Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 250 | 2026-07-14T00:22:34.287Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 251 | 2026-07-14T00:22:34.757Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 252 | 2026-07-14T00:22:35.024Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-07-14T00:22:35.265Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-07-14T00:22:35.540Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-07-14T00:22:35.779Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-07-14T00:22:38.522Z | Downloading crates ... |
| 257 | 2026-07-14T00:22:38.585Z | Downloaded getrandom v0.4.1 |
| 258 | 2026-07-14T00:22:38.589Z | Downloaded proc-macro-error-attr v1.0.4 |
| 259 | 2026-07-14T00:22:38.590Z | Downloaded colorchoice v1.0.4 |
| 260 | 2026-07-14T00:22:38.593Z | Downloaded zerocopy-derive v0.7.35 |
| 261 | 2026-07-14T00:22:38.593Z | Downloaded tabled_derive v0.7.0 |
| 262 | 2026-07-14T00:22:38.593Z | Downloaded memchr v2.8.0 |
| 263 | 2026-07-14T00:22:38.596Z | Downloaded errno v0.3.14 |
| 264 | 2026-07-14T00:22:38.597Z | Downloaded equivalent v1.0.2 |
| 265 | 2026-07-14T00:22:38.597Z | Downloaded dof v0.3.0 |
| 266 | 2026-07-14T00:22:38.602Z | Downloaded crypto-common v0.1.7 |
| 267 | 2026-07-14T00:22:38.602Z | Downloaded thiserror-impl v1.0.69 |
| 268 | 2026-07-14T00:22:38.602Z | Downloaded anstream v1.0.0 |
| 269 | 2026-07-14T00:22:38.610Z | Downloaded fastrand v2.3.0 |
| 270 | 2026-07-14T00:22:38.610Z | Downloaded digest v0.10.7 |
| 271 | 2026-07-14T00:22:38.610Z | Downloaded zerocopy v0.7.35 |
| 272 | 2026-07-14T00:22:38.613Z | Downloaded zmij v1.0.21 |
| 273 | 2026-07-14T00:22:38.613Z | Downloaded anstyle-query v1.1.5 |
| 274 | 2026-07-14T00:22:38.617Z | Downloaded memmap v0.7.0 |
| 275 | 2026-07-14T00:22:38.617Z | Downloaded is_terminal_polyfill v1.70.2 |
| 276 | 2026-07-14T00:22:38.617Z | Downloaded dtrace-parser v0.2.0 |
| 277 | 2026-07-14T00:22:38.617Z | Downloaded clap_lex v1.0.0 |
| 278 | 2026-07-14T00:22:38.617Z | Downloaded fnv v1.0.7 |
| 279 | 2026-07-14T00:22:38.621Z | Downloaded camino v1.2.2 |
| 280 | 2026-07-14T00:22:38.621Z | Downloaded byteorder v1.5.0 |
| 281 | 2026-07-14T00:22:38.621Z | Downloaded bytecount v0.6.9 |
| 282 | 2026-07-14T00:22:38.621Z | Downloaded anstyle v1.0.14 |
| 283 | 2026-07-14T00:22:38.622Z | Downloaded cfg-if v1.0.4 |
| 284 | 2026-07-14T00:22:38.625Z | Downloaded cpufeatures v0.2.17 |
| 285 | 2026-07-14T00:22:38.625Z | Downloaded autocfg v1.5.0 |
| 286 | 2026-07-14T00:22:38.625Z | Downloaded heck v0.5.0 |
| 287 | 2026-07-14T00:22:38.632Z | Downloaded block-buffer v0.10.4 |
| 288 | 2026-07-14T00:22:38.632Z | Downloaded anstyle-parse v1.0.0 |
| 289 | 2026-07-14T00:22:38.636Z | Downloaded camino-tempfile v1.4.1 |
| 290 | 2026-07-14T00:22:38.640Z | Downloaded toml_datetime v0.6.11 |
| 291 | 2026-07-14T00:22:38.648Z | Downloaded itoa v1.0.17 |
| 292 | 2026-07-14T00:22:38.648Z | Downloaded proc-macro-error v1.0.4 |
| 293 | 2026-07-14T00:22:38.654Z | Downloaded cargo-platform v0.3.2 |
| 294 | 2026-07-14T00:22:38.657Z | Downloaded generic-array v0.14.7 |
| 295 | 2026-07-14T00:22:38.657Z | Downloaded thread-id v4.2.2 |
| 296 | 2026-07-14T00:22:38.657Z | Downloaded swrite v0.1.0 |
| 297 | 2026-07-14T00:22:38.660Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-07-14T00:22:38.663Z | Downloaded smawk v0.3.2 |
| 299 | 2026-07-14T00:22:38.663Z | Downloaded version_check v0.9.5 |
| 300 | 2026-07-14T00:22:38.663Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-07-14T00:22:38.663Z | Downloaded strsim v0.11.1 |
| 302 | 2026-07-14T00:22:38.667Z | Downloaded heck v0.4.1 |
| 303 | 2026-07-14T00:22:38.667Z | Downloaded usdt v0.5.0 |
| 304 | 2026-07-14T00:22:38.671Z | Downloaded serde_spanned v0.6.9 |
| 305 | 2026-07-14T00:22:38.671Z | Downloaded terminal_size v0.4.3 |
| 306 | 2026-07-14T00:22:38.671Z | Downloaded unicode-linebreak v0.1.5 |
| 307 | 2026-07-14T00:22:38.671Z | Downloaded scroll_derive v0.12.1 |
| 308 | 2026-07-14T00:22:38.671Z | Downloaded plain v0.2.3 |
| 309 | 2026-07-14T00:22:38.675Z | Downloaded fs-err v3.3.0 |
| 310 | 2026-07-14T00:22:38.678Z | Downloaded quote v1.0.45 |
| 311 | 2026-07-14T00:22:38.678Z | Downloaded clap_derive v4.6.1 |
| 312 | 2026-07-14T00:22:38.683Z | Downloaded cargo_toml v0.21.0 |
| 313 | 2026-07-14T00:22:38.686Z | Downloaded macaddr v1.0.1 |
| 314 | 2026-07-14T00:22:38.686Z | Downloaded pretty-hex v0.4.1 |
| 315 | 2026-07-14T00:22:38.686Z | Downloaded bitflags v2.11.0 |
| 316 | 2026-07-14T00:22:38.689Z | Downloaded toml_write v0.1.2 |
| 317 | 2026-07-14T00:22:38.692Z | Downloaded cargo_metadata v0.23.1 |
| 318 | 2026-07-14T00:22:38.696Z | Downloaded scroll v0.12.0 |
| 319 | 2026-07-14T00:22:38.703Z | Downloaded utf8parse v0.2.2 |
| 320 | 2026-07-14T00:22:38.706Z | Downloaded thiserror v1.0.69 |
| 321 | 2026-07-14T00:22:38.709Z | Downloaded serde_tokenstream v0.2.3 |
| 322 | 2026-07-14T00:22:38.709Z | Downloaded thiserror-impl v2.0.18 |
| 323 | 2026-07-14T00:22:38.714Z | Downloaded once_cell v1.21.3 |
| 324 | 2026-07-14T00:22:38.717Z | Downloaded log v0.4.29 |
| 325 | 2026-07-14T00:22:38.721Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-07-14T00:22:38.725Z | Downloaded usdt-impl v0.5.0 |
| 327 | 2026-07-14T00:22:38.725Z | Downloaded clap v4.6.1 |
| 328 | 2026-07-14T00:22:38.729Z | Downloaded semver v1.0.28 |
| 329 | 2026-07-14T00:22:38.732Z | Downloaded proc-macro2 v1.0.106 |
| 330 | 2026-07-14T00:22:38.737Z | Downloaded toml v0.8.23 |
| 331 | 2026-07-14T00:22:38.738Z | Downloaded pest_generator v2.8.6 |
| 332 | 2026-07-14T00:22:38.738Z | Downloaded sha2 v0.10.9 |
| 333 | 2026-07-14T00:22:38.741Z | Downloaded anyhow v1.0.102 |
| 334 | 2026-07-14T00:22:38.748Z | Downloaded pest_derive v2.8.6 |
| 335 | 2026-07-14T00:22:38.753Z | Downloaded papergrid v0.11.0 |
| 336 | 2026-07-14T00:22:38.757Z | Downloaded serde_derive v1.0.228 |
| 337 | 2026-07-14T00:22:38.761Z | Downloaded serde_core v1.0.228 |
| 338 | 2026-07-14T00:22:38.761Z | Downloaded tempfile v3.25.0 |
| 339 | 2026-07-14T00:22:38.767Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-07-14T00:22:38.767Z | Downloaded textwrap v0.16.2 |
| 341 | 2026-07-14T00:22:38.768Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-07-14T00:22:38.771Z | Downloaded serde v1.0.228 |
| 343 | 2026-07-14T00:22:38.789Z | Downloaded pest_meta v2.8.6 |
| 344 | 2026-07-14T00:22:38.796Z | Downloaded toml_edit v0.22.27 |
| 345 | 2026-07-14T00:22:38.811Z | Downloaded indexmap v2.14.0 |
| 346 | 2026-07-14T00:22:38.820Z | Downloaded typenum v1.20.1 |
| 347 | 2026-07-14T00:22:38.839Z | Downloaded pest v2.8.6 |
| 348 | 2026-07-14T00:22:38.839Z | Downloaded hashbrown v0.17.0 |
| 349 | 2026-07-14T00:22:38.843Z | Downloaded clap_builder v4.6.0 |
| 350 | 2026-07-14T00:22:38.855Z | Downloaded serde_json v1.0.150 |
| 351 | 2026-07-14T00:22:38.862Z | Downloaded goblin v0.8.2 |
| 352 | 2026-07-14T00:22:38.871Z | Downloaded winnow v0.7.14 |
| 353 | 2026-07-14T00:22:38.886Z | Downloaded tabled v0.15.0 |
| 354 | 2026-07-14T00:22:38.898Z | Downloaded syn v1.0.109 |
| 355 | 2026-07-14T00:22:38.903Z | Downloaded unicode-width v0.2.0 |
| 356 | 2026-07-14T00:22:38.906Z | Downloaded unicode-width v0.1.14 |
| 357 | 2026-07-14T00:22:38.910Z | Downloaded syn v2.0.117 |
| 358 | 2026-07-14T00:22:38.926Z | Downloaded rustix v1.1.3 |
| 359 | 2026-07-14T00:22:38.955Z | Downloaded libc v0.2.185 |
| 360 | 2026-07-14T00:22:39.021Z | Compiling proc-macro2 v1.0.106 |
| 361 | 2026-07-14T00:22:39.021Z | Compiling unicode-ident v1.0.24 |
| 362 | 2026-07-14T00:22:39.021Z | Compiling quote v1.0.45 |
| 363 | 2026-07-14T00:22:39.028Z | Compiling serde_core v1.0.228 |
| 364 | 2026-07-14T00:22:39.028Z | Compiling libc v0.2.185 |
| 365 | 2026-07-14T00:22:39.028Z | Compiling version_check v0.9.5 |
| 366 | 2026-07-14T00:22:39.028Z | Compiling memchr v2.8.0 |
| 367 | 2026-07-14T00:22:39.028Z | Compiling serde v1.0.228 |
| 368 | 2026-07-14T00:22:39.028Z | Compiling zmij v1.0.21 |
| 369 | 2026-07-14T00:22:39.028Z | Compiling ucd-trie v0.1.7 |
| 370 | 2026-07-14T00:22:39.199Z | Compiling thiserror v1.0.69 |
| 371 | 2026-07-14T00:22:39.208Z | Compiling itoa v1.0.17 |
| 372 | 2026-07-14T00:22:39.208Z | Compiling rustix v1.1.3 |
| 373 | 2026-07-14T00:22:39.208Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-14T00:22:39.469Z | Compiling bitflags v2.11.0 |
| 375 | 2026-07-14T00:22:39.576Z | Compiling serde_json v1.0.150 |
| 376 | 2026-07-14T00:22:39.687Z | Compiling pest v2.8.6 |
| 377 | 2026-07-14T00:22:39.713Z | Compiling syn v1.0.109 |
| 378 | 2026-07-14T00:22:39.717Z | Compiling camino v1.2.2 |
| 379 | 2026-07-14T00:22:39.767Z | Compiling usdt-impl v0.5.0 |
| 380 | 2026-07-14T00:22:39.770Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-07-14T00:22:39.945Z | Compiling proc-macro-error v1.0.4 |
| 382 | 2026-07-14T00:22:39.948Z | Compiling plain v0.2.3 |
| 383 | 2026-07-14T00:22:40.006Z | Compiling utf8parse v0.2.2 |
| 384 | 2026-07-14T00:22:40.086Z | Compiling getrandom v0.4.1 |
| 385 | 2026-07-14T00:22:40.122Z | Compiling log v0.4.29 |
| 386 | 2026-07-14T00:22:40.125Z | Compiling hashbrown v0.17.0 |
| 387 | 2026-07-14T00:22:40.175Z | Compiling equivalent v1.0.2 |
| 388 | 2026-07-14T00:22:40.178Z | Compiling anstyle-parse v1.0.0 |
| 389 | 2026-07-14T00:22:40.179Z | Compiling colorchoice v1.0.4 |
| 390 | 2026-07-14T00:22:40.245Z | Compiling anstyle v1.0.14 |
| 391 | 2026-07-14T00:22:40.248Z | Compiling toml_write v0.1.2 |
| 392 | 2026-07-14T00:22:40.328Z | Compiling errno v0.3.14 |
| 393 | 2026-07-14T00:22:40.331Z | Compiling thread-id v4.2.2 |
| 394 | 2026-07-14T00:22:40.348Z | Compiling thiserror v2.0.18 |
| 395 | 2026-07-14T00:22:40.385Z | Compiling cfg-if v1.0.4 |
| 396 | 2026-07-14T00:22:40.404Z | Compiling is_terminal_polyfill v1.70.2 |
| 397 | 2026-07-14T00:22:40.422Z | Compiling autocfg v1.5.0 |
| 398 | 2026-07-14T00:22:40.443Z | Compiling winnow v0.7.14 |
| 399 | 2026-07-14T00:22:40.465Z | Compiling anstyle-query v1.1.5 |
| 400 | 2026-07-14T00:22:40.500Z | Compiling pretty-hex v0.4.1 |
| 401 | 2026-07-14T00:22:40.554Z | Compiling anstream v1.0.0 |
| 402 | 2026-07-14T00:22:40.557Z | Compiling fnv v1.0.7 |
| 403 | 2026-07-14T00:22:40.557Z | Compiling bytecount v0.6.9 |
| 404 | 2026-07-14T00:22:40.608Z | Compiling once_cell v1.21.3 |
| 405 | 2026-07-14T00:22:40.655Z | Compiling indexmap v2.14.0 |
| 406 | 2026-07-14T00:22:40.689Z | Compiling fastrand v2.3.0 |
| 407 | 2026-07-14T00:22:40.726Z | Compiling heck v0.4.1 |
| 408 | 2026-07-14T00:22:40.743Z | Compiling heck v0.5.0 |
| 409 | 2026-07-14T00:22:40.759Z | Compiling pest_meta v2.8.6 |
| 410 | 2026-07-14T00:22:40.866Z | Compiling anyhow v1.0.102 |
| 411 | 2026-07-14T00:22:40.882Z | Compiling syn v2.0.117 |
| 412 | 2026-07-14T00:22:40.983Z | Compiling fs-err v3.3.0 |
| 413 | 2026-07-14T00:22:40.986Z | Compiling strsim v0.11.1 |
| 414 | 2026-07-14T00:22:40.986Z | Compiling unicode-width v0.1.14 |
| 415 | 2026-07-14T00:22:41.052Z | Compiling clap_lex v1.0.0 |
| 416 | 2026-07-14T00:22:41.052Z | Compiling memmap v0.7.0 |
| 417 | 2026-07-14T00:22:41.056Z | Compiling smawk v0.3.2 |
| 418 | 2026-07-14T00:22:41.240Z | Compiling unicode-width v0.2.0 |
| 419 | 2026-07-14T00:22:41.267Z | Compiling papergrid v0.11.0 |
| 420 | 2026-07-14T00:22:41.306Z | Compiling unicode-linebreak v0.1.5 |
| 421 | 2026-07-14T00:22:41.347Z | Compiling terminal_size v0.4.3 |
| 422 | 2026-07-14T00:22:41.367Z | Compiling tempfile v3.25.0 |
| 423 | 2026-07-14T00:22:41.408Z | Compiling swrite v0.1.0 |
| 424 | 2026-07-14T00:22:41.514Z | Compiling clap_builder v4.6.0 |
| 425 | 2026-07-14T00:22:41.531Z | Compiling cargo-platform v0.3.2 |
| 426 | 2026-07-14T00:22:41.549Z | Compiling semver v1.0.28 |
| 427 | 2026-07-14T00:22:41.573Z | Compiling textwrap v0.16.2 |
| 428 | 2026-07-14T00:22:41.788Z | Compiling camino-tempfile v1.4.1 |
| 429 | 2026-07-14T00:22:42.295Z | Compiling tabled_derive v0.7.0 |
| 430 | 2026-07-14T00:22:42.933Z | Compiling tabled v0.15.0 |
| 431 | 2026-07-14T00:22:43.005Z | Compiling pest_generator v2.8.6 |
| 432 | 2026-07-14T00:22:43.528Z | Compiling serde_derive v1.0.228 |
| 433 | 2026-07-14T00:22:43.528Z | Compiling thiserror-impl v1.0.69 |
| 434 | 2026-07-14T00:22:43.541Z | Compiling zerocopy-derive v0.7.35 |
| 435 | 2026-07-14T00:22:43.541Z | Compiling scroll_derive v0.12.1 |
| 436 | 2026-07-14T00:22:43.541Z | Compiling thiserror-impl v2.0.18 |
| 437 | 2026-07-14T00:22:43.541Z | Compiling clap_derive v4.6.1 |
| 438 | 2026-07-14T00:22:43.630Z | Compiling pest_derive v2.8.6 |
| 439 | 2026-07-14T00:22:44.156Z | Compiling scroll v0.12.0 |
| 440 | 2026-07-14T00:22:44.330Z | Compiling zerocopy v0.7.35 |
| 441 | 2026-07-14T00:22:44.371Z | Compiling goblin v0.8.2 |
| 442 | 2026-07-14T00:22:44.557Z | Compiling dtrace-parser v0.2.0 |
| 443 | 2026-07-14T00:22:44.914Z | Compiling clap v4.6.1 |
| 444 | 2026-07-14T00:22:45.998Z | Compiling serde_spanned v0.6.9 |
| 445 | 2026-07-14T00:22:45.998Z | Compiling toml_datetime v0.6.11 |
| 446 | 2026-07-14T00:22:45.998Z | Compiling macaddr v1.0.1 |
| 447 | 2026-07-14T00:22:46.002Z | Compiling cargo_metadata v0.23.1 |
| 448 | 2026-07-14T00:22:46.002Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 449 | 2026-07-14T00:22:46.015Z | Compiling dof v0.3.0 |
| 450 | 2026-07-14T00:22:46.020Z | Compiling serde_tokenstream v0.2.3 |
| 451 | 2026-07-14T00:22:46.224Z | Compiling toml_edit v0.22.27 |
| 452 | 2026-07-14T00:22:46.753Z | Compiling usdt-attr-macro v0.5.0 |
| 453 | 2026-07-14T00:22:46.764Z | Compiling usdt-macro v0.5.0 |
| 454 | 2026-07-14T00:22:47.332Z | Compiling usdt v0.5.0 |
| 455 | 2026-07-14T00:22:47.475Z | Compiling toml v0.8.23 |
| 456 | 2026-07-14T00:22:47.795Z | Compiling cargo_toml v0.21.0 |
| 457 | 2026-07-14T00:22:49.081Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 458 | 2026-07-14T00:22:51.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.19s |
| 459 | 2026-07-14T00:22:51.305Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 460 | 2026-07-14T00:22:51.796Z | Downloading crates ... |
| 461 | 2026-07-14T00:22:51.894Z | Downloaded adler2 v2.0.1 |
| 462 | 2026-07-14T00:22:51.898Z | Downloaded ahash v0.8.12 |
| 463 | 2026-07-14T00:22:51.901Z | Downloaded aead v0.6.1 |
| 464 | 2026-07-14T00:22:51.901Z | Downloaded cfg_aliases v0.2.1 |
| 465 | 2026-07-14T00:22:51.905Z | Downloaded crc-catalog v2.4.0 |
| 466 | 2026-07-14T00:22:51.908Z | Downloaded dirs-sys-next v0.1.2 |
| 467 | 2026-07-14T00:22:51.911Z | Downloaded assert_matches v1.5.0 |
| 468 | 2026-07-14T00:22:51.911Z | Downloaded aead v0.5.2 |
| 469 | 2026-07-14T00:22:51.914Z | Downloaded atty v0.2.14 |
| 470 | 2026-07-14T00:22:51.914Z | Downloaded arrayref v0.3.9 |
| 471 | 2026-07-14T00:22:51.916Z | Downloaded atomic-waker v1.1.2 |
| 472 | 2026-07-14T00:22:51.916Z | Downloaded atomicwrites v0.4.4 |
| 473 | 2026-07-14T00:22:51.917Z | Downloaded base16ct v1.0.0 |
| 474 | 2026-07-14T00:22:51.922Z | Downloaded async-stream-impl v0.3.6 |
| 475 | 2026-07-14T00:22:51.922Z | Downloaded array-init v0.0.4 |
| 476 | 2026-07-14T00:22:51.922Z | Downloaded dunce v1.0.5 |
| 477 | 2026-07-14T00:22:51.922Z | Downloaded base16ct v0.2.0 |
| 478 | 2026-07-14T00:22:51.927Z | Downloaded embedded-io v0.6.1 |
| 479 | 2026-07-14T00:22:51.930Z | Downloaded crypto-common v0.2.2 |
| 480 | 2026-07-14T00:22:51.933Z | Downloaded async-stream v0.3.6 |
| 481 | 2026-07-14T00:22:51.936Z | Downloaded cpubits v0.1.1 |
| 482 | 2026-07-14T00:22:51.936Z | Downloaded bb8 v0.8.6 |
| 483 | 2026-07-14T00:22:51.941Z | Downloaded ascii-canvas v3.0.0 |
| 484 | 2026-07-14T00:22:51.941Z | Downloaded argon2 v0.5.3 |
| 485 | 2026-07-14T00:22:51.944Z | Downloaded darling_macro v0.21.3 |
| 486 | 2026-07-14T00:22:51.944Z | Downloaded anstream v0.6.21 |
| 487 | 2026-07-14T00:22:51.944Z | Downloaded cstr-argument v0.1.2 |
| 488 | 2026-07-14T00:22:51.947Z | Downloaded async-recursion v1.1.1 |
| 489 | 2026-07-14T00:22:51.954Z | Downloaded ctr v0.10.1 |
| 490 | 2026-07-14T00:22:51.954Z | Downloaded defmt v1.0.1 |
| 491 | 2026-07-14T00:22:51.954Z | Downloaded cobs v0.3.0 |
| 492 | 2026-07-14T00:22:51.966Z | Downloaded crc8 v0.1.1 |
| 493 | 2026-07-14T00:22:51.966Z | Downloaded cpufeatures v0.3.0 |
| 494 | 2026-07-14T00:22:51.967Z | Downloaded crucible-workspace-hack v0.1.0 |
| 495 | 2026-07-14T00:22:51.967Z | Downloaded cookie_store v0.22.1 |
| 496 | 2026-07-14T00:22:51.978Z | Downloaded daft v0.1.7 |
| 497 | 2026-07-14T00:22:51.978Z | Downloaded ctutils v0.4.2 |
| 498 | 2026-07-14T00:22:51.978Z | Downloaded bit-set v0.8.0 |
| 499 | 2026-07-14T00:22:51.978Z | Downloaded csv-core v0.1.13 |
| 500 | 2026-07-14T00:22:51.978Z | Downloaded debug-ignore v1.0.5 |
| 501 | 2026-07-14T00:22:51.978Z | Downloaded darling_macro v0.23.0 |
| 502 | 2026-07-14T00:22:51.978Z | Downloaded corncobs v0.1.4 |
| 503 | 2026-07-14T00:22:51.981Z | Downloaded darling v0.23.0 |
| 504 | 2026-07-14T00:22:51.981Z | Downloaded daft-derive v0.1.7 |
| 505 | 2026-07-14T00:22:51.981Z | Downloaded crc v3.4.0 |
| 506 | 2026-07-14T00:22:51.981Z | Downloaded crunchy v0.2.4 |
| 507 | 2026-07-14T00:22:51.988Z | Downloaded dof v0.4.0 |
| 508 | 2026-07-14T00:22:51.988Z | Downloaded defmt v0.3.100 |
| 509 | 2026-07-14T00:22:51.988Z | Downloaded block-padding v0.4.2 |
| 510 | 2026-07-14T00:22:51.988Z | Downloaded bitfield-macros v0.19.4 |
| 511 | 2026-07-14T00:22:51.989Z | Downloaded compression-core v0.4.31 |
| 512 | 2026-07-14T00:22:51.989Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 513 | 2026-07-14T00:22:51.989Z | Downloaded dyn-clone v1.0.20 |
| 514 | 2026-07-14T00:22:52.000Z | Downloaded darling v0.20.11 |
| 515 | 2026-07-14T00:22:52.000Z | Downloaded bitfield-struct v0.6.2 |
| 516 | 2026-07-14T00:22:52.001Z | Downloaded arrayvec v0.7.6 |
| 517 | 2026-07-14T00:22:52.005Z | Downloaded defmt-parser v1.0.0 |
| 518 | 2026-07-14T00:22:52.006Z | Downloaded darling_macro v0.20.11 |
| 519 | 2026-07-14T00:22:52.006Z | Downloaded convert_case v0.10.0 |
| 520 | 2026-07-14T00:22:52.006Z | Downloaded darling_core v0.13.4 |
| 521 | 2026-07-14T00:22:52.006Z | Downloaded endian-type v0.1.2 |
| 522 | 2026-07-14T00:22:52.006Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 523 | 2026-07-14T00:22:52.006Z | Downloaded downcast-rs v2.0.2 |
| 524 | 2026-07-14T00:22:52.006Z | Downloaded convert_case v0.4.0 |
| 525 | 2026-07-14T00:22:52.006Z | Downloaded display-error-chain v0.2.2 |
| 526 | 2026-07-14T00:22:52.012Z | Downloaded enum-as-inner v0.6.1 |
| 527 | 2026-07-14T00:22:52.012Z | Downloaded embedded-io v0.4.0 |
| 528 | 2026-07-14T00:22:52.012Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 529 | 2026-07-14T00:22:52.012Z | Downloaded document-features v0.2.12 |
| 530 | 2026-07-14T00:22:52.016Z | Downloaded dtrace-parser v0.3.0 |
| 531 | 2026-07-14T00:22:52.016Z | Downloaded bit-vec v0.6.3 |
| 532 | 2026-07-14T00:22:52.016Z | Downloaded async-trait v0.1.89 |
| 533 | 2026-07-14T00:22:52.025Z | Downloaded fd-lock v4.0.4 |
| 534 | 2026-07-14T00:22:52.025Z | Downloaded env_filter v1.0.0 |
| 535 | 2026-07-14T00:22:52.025Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 536 | 2026-07-14T00:22:52.025Z | Downloaded argon2 v0.6.0-rc.8 |
| 537 | 2026-07-14T00:22:52.029Z | Downloaded difflib v0.4.0 |
| 538 | 2026-07-14T00:22:52.029Z | Downloaded dsl_auto_type v0.2.0 |
| 539 | 2026-07-14T00:22:52.030Z | Downloaded async-bb8-diesel v0.2.1 |
| 540 | 2026-07-14T00:22:52.030Z | Downloaded float-ord v0.3.2 |
| 541 | 2026-07-14T00:22:52.030Z | Downloaded float-cmp v0.10.0 |
| 542 | 2026-07-14T00:22:52.030Z | Downloaded flagset v0.4.7 |
| 543 | 2026-07-14T00:22:52.030Z | Downloaded derive_builder_macro v0.20.2 |
| 544 | 2026-07-14T00:22:52.033Z | Downloaded dirs-next v2.0.0 |
| 545 | 2026-07-14T00:22:52.033Z | Downloaded ciborium-io v0.2.2 |
| 546 | 2026-07-14T00:22:52.034Z | Downloaded cfg_aliases v0.1.1 |
| 547 | 2026-07-14T00:22:52.034Z | Downloaded darling_macro v0.13.4 |
| 548 | 2026-07-14T00:22:52.034Z | Downloaded const_format_proc_macros v0.2.34 |
| 549 | 2026-07-14T00:22:52.038Z | Downloaded cipher v0.5.2 |
| 550 | 2026-07-14T00:22:52.038Z | Downloaded compression-codecs v0.4.37 |
| 551 | 2026-07-14T00:22:52.043Z | Downloaded fixedbitset v0.4.2 |
| 552 | 2026-07-14T00:22:52.043Z | Downloaded ciborium-ll v0.2.2 |
| 553 | 2026-07-14T00:22:52.044Z | Downloaded castaway v0.2.4 |
| 554 | 2026-07-14T00:22:52.047Z | Downloaded cmake v0.1.57 |
| 555 | 2026-07-14T00:22:52.047Z | Downloaded cexpr v0.6.0 |
| 556 | 2026-07-14T00:22:52.048Z | Downloaded anstyle-parse v0.2.7 |
| 557 | 2026-07-14T00:22:52.048Z | Downloaded cbc v0.2.1 |
| 558 | 2026-07-14T00:22:52.048Z | Downloaded critical-section v1.2.0 |
| 559 | 2026-07-14T00:22:52.052Z | Downloaded constant_time_eq v0.4.2 |
| 560 | 2026-07-14T00:22:52.052Z | Downloaded either v1.15.0 |
| 561 | 2026-07-14T00:22:52.052Z | Downloaded cmov v0.5.4 |
| 562 | 2026-07-14T00:22:52.055Z | Downloaded crossbeam-deque v0.8.6 |
| 563 | 2026-07-14T00:22:52.055Z | Downloaded crossbeam-utils v0.8.21 |
| 564 | 2026-07-14T00:22:52.059Z | Downloaded foreign-types-shared v0.1.1 |
| 565 | 2026-07-14T00:22:52.059Z | Downloaded foreign-types v0.5.0 |
| 566 | 2026-07-14T00:22:52.066Z | Downloaded futures-core v0.3.32 |
| 567 | 2026-07-14T00:22:52.066Z | Downloaded funty v2.0.0 |
| 568 | 2026-07-14T00:22:52.066Z | Downloaded form_urlencoded v1.2.2 |
| 569 | 2026-07-14T00:22:52.066Z | Downloaded fxhash v0.2.1 |
| 570 | 2026-07-14T00:22:52.066Z | Downloaded bzip2 v0.6.1 |
| 571 | 2026-07-14T00:22:52.082Z | Downloaded cancel-safe-futures v0.1.5 |
| 572 | 2026-07-14T00:22:52.082Z | Downloaded gethostname v0.5.0 |
| 573 | 2026-07-14T00:22:52.082Z | Downloaded ena v0.14.4 |
| 574 | 2026-07-14T00:22:52.082Z | Downloaded block-buffer v0.12.1 |
| 575 | 2026-07-14T00:22:52.082Z | Downloaded base64ct v1.8.3 |
| 576 | 2026-07-14T00:22:52.082Z | Downloaded futures-sink v0.3.32 |
| 577 | 2026-07-14T00:22:52.110Z | Downloaded darling v0.13.4 |
| 578 | 2026-07-14T00:22:52.110Z | Downloaded git-stub v1.0.0 |
| 579 | 2026-07-14T00:22:52.110Z | Downloaded ghash v0.6.0 |
| 580 | 2026-07-14T00:22:52.110Z | Downloaded digest v0.11.3 |
| 581 | 2026-07-14T00:22:52.110Z | Downloaded enum_dispatch v0.3.13 |
| 582 | 2026-07-14T00:22:52.111Z | Downloaded ecdsa v0.16.9 |
| 583 | 2026-07-14T00:22:52.111Z | Downloaded bcs v0.1.6 |
| 584 | 2026-07-14T00:22:52.111Z | Downloaded erased-serde v0.3.31 |
| 585 | 2026-07-14T00:22:52.111Z | Downloaded filetime v0.2.27 |
| 586 | 2026-07-14T00:22:52.111Z | Downloaded globwalk v0.9.1 |
| 587 | 2026-07-14T00:22:52.111Z | Downloaded foreign-types-macros v0.2.3 |
| 588 | 2026-07-14T00:22:52.111Z | Downloaded defmt-macros v1.0.1 |
| 589 | 2026-07-14T00:22:52.119Z | Downloaded find-msvc-tools v0.1.9 |
| 590 | 2026-07-14T00:22:52.119Z | Downloaded colored v3.1.1 |
| 591 | 2026-07-14T00:22:52.119Z | Downloaded colored v2.2.0 |
| 592 | 2026-07-14T00:22:52.119Z | Downloaded ed25519 v2.2.3 |
| 593 | 2026-07-14T00:22:52.119Z | Downloaded diesel-dtrace v0.5.0 |
| 594 | 2026-07-14T00:22:52.119Z | Downloaded env_logger v0.11.9 |
| 595 | 2026-07-14T00:22:52.120Z | Downloaded buf-list v1.1.2 |
| 596 | 2026-07-14T00:22:52.120Z | Downloaded fs-err v2.11.0 |
| 597 | 2026-07-14T00:22:52.120Z | Downloaded fixedbitset v0.5.7 |
| 598 | 2026-07-14T00:22:52.120Z | Downloaded hex v0.4.3 |
| 599 | 2026-07-14T00:22:52.120Z | Downloaded hash32 v0.2.1 |
| 600 | 2026-07-14T00:22:52.120Z | Downloaded darling v0.21.3 |
| 601 | 2026-07-14T00:22:52.120Z | Downloaded hash32 v0.3.1 |
| 602 | 2026-07-14T00:22:52.120Z | Downloaded console v0.15.11 |
| 603 | 2026-07-14T00:22:52.120Z | Downloaded futures-executor v0.3.32 |
| 604 | 2026-07-14T00:22:52.120Z | Downloaded foldhash v0.1.5 |
| 605 | 2026-07-14T00:22:52.127Z | Downloaded headers-core v0.3.0 |
| 606 | 2026-07-14T00:22:52.128Z | Downloaded arc-swap v1.8.2 |
| 607 | 2026-07-14T00:22:52.128Z | Downloaded hex-literal v1.1.0 |
| 608 | 2026-07-14T00:22:52.128Z | Downloaded foldhash v0.2.0 |
| 609 | 2026-07-14T00:22:52.159Z | Downloaded console v0.16.2 |
| 610 | 2026-07-14T00:22:52.159Z | Downloaded chacha20poly1305 v0.10.1 |
| 611 | 2026-07-14T00:22:52.160Z | Downloaded data-encoding v2.10.0 |
| 612 | 2026-07-14T00:22:52.160Z | Downloaded home v0.5.12 |
| 613 | 2026-07-14T00:22:52.160Z | Downloaded ciborium v0.2.2 |
| 614 | 2026-07-14T00:22:52.160Z | Downloaded http-range v0.1.5 |
| 615 | 2026-07-14T00:22:52.160Z | Downloaded chacha20 v0.10.0 |
| 616 | 2026-07-14T00:22:52.183Z | Downloaded hostname v0.4.2 |
| 617 | 2026-07-14T00:22:52.184Z | Downloaded httpdate v1.0.3 |
| 618 | 2026-07-14T00:22:52.184Z | Downloaded http-body v1.0.1 |
| 619 | 2026-07-14T00:22:52.184Z | Downloaded hostname v0.3.1 |
| 620 | 2026-07-14T00:22:52.184Z | Downloaded git-stub-vcs v0.1.0 |
| 621 | 2026-07-14T00:22:52.184Z | Downloaded clang-sys v1.8.1 |
| 622 | 2026-07-14T00:22:52.184Z | Downloaded globset v0.4.18 |
| 623 | 2026-07-14T00:22:52.184Z | Downloaded cassowary v0.3.0 |
| 624 | 2026-07-14T00:22:52.184Z | Downloaded ed25519 v3.0.0 |
| 625 | 2026-07-14T00:22:52.184Z | Downloaded cookie v0.18.1 |
| 626 | 2026-07-14T00:22:52.184Z | Downloaded hubpack_derive v0.1.1 |
| 627 | 2026-07-14T00:22:52.184Z | Downloaded hubpack v0.1.2 |
| 628 | 2026-07-14T00:22:52.184Z | Downloaded derive_builder_core v0.20.2 |
| 629 | 2026-07-14T00:22:52.184Z | Downloaded derive_builder v0.20.2 |
| 630 | 2026-07-14T00:22:52.184Z | Downloaded futures-channel v0.3.32 |
| 631 | 2026-07-14T00:22:52.185Z | Downloaded der_derive v0.7.3 |
| 632 | 2026-07-14T00:22:52.185Z | Downloaded des v0.9.0 |
| 633 | 2026-07-14T00:22:52.185Z | Downloaded const_format v0.2.35 |
| 634 | 2026-07-14T00:22:52.185Z | Downloaded const-oid v0.9.6 |
| 635 | 2026-07-14T00:22:52.185Z | Downloaded group v0.14.0 |
| 636 | 2026-07-14T00:22:52.185Z | Downloaded indent_write v2.2.0 |
| 637 | 2026-07-14T00:22:52.185Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 638 | 2026-07-14T00:22:52.185Z | Downloaded group v0.13.0 |
| 639 | 2026-07-14T00:22:52.185Z | Downloaded crc32fast v1.5.0 |
| 640 | 2026-07-14T00:22:52.185Z | Downloaded indoc v1.0.9 |
| 641 | 2026-07-14T00:22:52.185Z | Downloaded idna_adapter v1.2.1 |
| 642 | 2026-07-14T00:22:52.185Z | Downloaded ident_case v1.0.1 |
| 643 | 2026-07-14T00:22:52.185Z | Downloaded crc-any v2.5.0 |
| 644 | 2026-07-14T00:22:52.193Z | Downloaded illumos-nvpair v0.3.0 |
| 645 | 2026-07-14T00:22:52.193Z | Downloaded async-compression v0.4.41 |
| 646 | 2026-07-14T00:22:52.193Z | Downloaded fatfs v0.3.6 |
| 647 | 2026-07-14T00:22:52.193Z | Downloaded deranged v0.5.8 |
| 648 | 2026-07-14T00:22:52.193Z | Downloaded crossbeam-epoch v0.9.18 |
| 649 | 2026-07-14T00:22:52.193Z | Downloaded instability v0.3.11 |
| 650 | 2026-07-14T00:22:52.193Z | Downloaded const-oid v0.10.2 |
| 651 | 2026-07-14T00:22:52.200Z | Downloaded is_ci v1.2.0 |
| 652 | 2026-07-14T00:22:52.200Z | Downloaded is-terminal v0.4.17 |
| 653 | 2026-07-14T00:22:52.200Z | Downloaded kem v0.3.0 |
| 654 | 2026-07-14T00:22:52.200Z | Downloaded keccak v0.1.6 |
| 655 | 2026-07-14T00:22:52.200Z | Downloaded http-body-util v0.1.3 |
| 656 | 2026-07-14T00:22:52.200Z | Downloaded fs_extra v1.3.0 |
| 657 | 2026-07-14T00:22:52.201Z | Downloaded internet-checksum v0.2.1 |
| 658 | 2026-07-14T00:22:52.205Z | Downloaded highway v1.3.0 |
| 659 | 2026-07-14T00:22:52.205Z | Downloaded humantime v2.3.0 |
| 660 | 2026-07-14T00:22:52.205Z | Downloaded glob v0.3.3 |
| 661 | 2026-07-14T00:22:52.205Z | Downloaded compact_str v0.8.1 |
| 662 | 2026-07-14T00:22:52.205Z | Downloaded blake2 v0.10.6 |
| 663 | 2026-07-14T00:22:52.208Z | Downloaded getrandom v0.2.17 |
| 664 | 2026-07-14T00:22:52.209Z | Downloaded instant v0.1.13 |
| 665 | 2026-07-14T00:22:52.211Z | Downloaded inout v0.2.2 |
| 666 | 2026-07-14T00:22:52.211Z | Downloaded bzip2 v0.4.4 |
| 667 | 2026-07-14T00:22:52.211Z | Downloaded allocator-api2 v0.2.21 |
| 668 | 2026-07-14T00:22:52.216Z | Downloaded maplit v1.0.2 |
| 669 | 2026-07-14T00:22:52.216Z | Downloaded lru v0.12.5 |
| 670 | 2026-07-14T00:22:52.219Z | Downloaded derive-ex v0.1.8 |
| 671 | 2026-07-14T00:22:52.219Z | Downloaded blake2 v0.11.0-rc.6 |
| 672 | 2026-07-14T00:22:52.219Z | Downloaded half v1.8.3 |
| 673 | 2026-07-14T00:22:52.222Z | Downloaded libscf-sys v1.1.0 |
| 674 | 2026-07-14T00:22:52.222Z | Downloaded lazy_static v1.5.0 |
| 675 | 2026-07-14T00:22:52.225Z | Downloaded derive_more v0.99.20 |
| 676 | 2026-07-14T00:22:52.228Z | Downloaded dropshot_endpoint v0.17.1 |
| 677 | 2026-07-14T00:22:52.230Z | Downloaded drift v0.2.0 |
| 678 | 2026-07-14T00:22:52.235Z | Downloaded maybe-uninit v2.0.0 |
| 679 | 2026-07-14T00:22:52.238Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 680 | 2026-07-14T00:22:52.240Z | Downloaded hyper-tls v0.6.0 |
| 681 | 2026-07-14T00:22:52.240Z | Downloaded hyper-staticfile v0.10.1 |
| 682 | 2026-07-14T00:22:52.243Z | Downloaded memoffset v0.9.1 |
| 683 | 2026-07-14T00:22:52.243Z | Downloaded mime v0.3.17 |
| 684 | 2026-07-14T00:22:52.246Z | Downloaded inout v0.1.4 |
| 685 | 2026-07-14T00:22:52.247Z | Downloaded multimap v0.10.1 |
| 686 | 2026-07-14T00:22:52.247Z | Downloaded managed v0.8.0 |
| 687 | 2026-07-14T00:22:52.250Z | Downloaded lzss v0.8.2 |
| 688 | 2026-07-14T00:22:52.250Z | Downloaded ipnetwork v0.21.1 |
| 689 | 2026-07-14T00:22:52.254Z | Downloaded md-5 v0.10.6 |
| 690 | 2026-07-14T00:22:52.255Z | Downloaded bumpalo v3.20.2 |
| 691 | 2026-07-14T00:22:52.255Z | Downloaded flume v0.11.1 |
| 692 | 2026-07-14T00:22:52.257Z | Downloaded ingot-types v0.1.2 |
| 693 | 2026-07-14T00:22:52.257Z | Downloaded hmac v0.13.0 |
| 694 | 2026-07-14T00:22:52.261Z | Downloaded newtype_derive v0.1.6 |
| 695 | 2026-07-14T00:22:52.261Z | Downloaded normalize-line-endings v0.3.0 |
| 696 | 2026-07-14T00:22:52.264Z | Downloaded nodrop v0.1.14 |
| 697 | 2026-07-14T00:22:52.264Z | Downloaded newtype-uuid-macros v0.1.0 |
| 698 | 2026-07-14T00:22:52.264Z | Downloaded indoc v2.0.7 |
| 699 | 2026-07-14T00:22:52.267Z | Downloaded newline-converter v0.3.0 |
| 700 | 2026-07-14T00:22:52.267Z | Downloaded hyper-rustls v0.27.7 |
| 701 | 2026-07-14T00:22:52.270Z | Downloaded keccak v0.2.0 |
| 702 | 2026-07-14T00:22:52.270Z | Downloaded jobserver v0.1.34 |
| 703 | 2026-07-14T00:22:52.273Z | Downloaded lock_api v0.4.14 |
| 704 | 2026-07-14T00:22:52.273Z | Downloaded base64 v0.21.7 |
| 705 | 2026-07-14T00:22:52.276Z | Downloaded num-conv v0.2.0 |
| 706 | 2026-07-14T00:22:52.276Z | Downloaded nonempty v0.12.0 |
| 707 | 2026-07-14T00:22:52.278Z | Downloaded half v2.7.1 |
| 708 | 2026-07-14T00:22:52.281Z | Downloaded linear-map v1.2.0 |
| 709 | 2026-07-14T00:22:52.281Z | Downloaded getrandom v0.3.4 |
| 710 | 2026-07-14T00:22:52.284Z | Downloaded hybrid-array v0.4.13 |
| 711 | 2026-07-14T00:22:52.287Z | Downloaded linked-hash-map v0.5.6 |
| 712 | 2026-07-14T00:22:52.287Z | Downloaded nibble_vec v0.1.0 |
| 713 | 2026-07-14T00:22:52.289Z | Downloaded libsw v3.5.0 |
| 714 | 2026-07-14T00:22:52.289Z | Downloaded libloading v0.8.9 |
| 715 | 2026-07-14T00:22:52.292Z | Downloaded num-derive v0.4.2 |
| 716 | 2026-07-14T00:22:52.292Z | Downloaded num-derive v0.3.3 |
| 717 | 2026-07-14T00:22:52.295Z | Downloaded num_enum_derive v0.5.11 |
| 718 | 2026-07-14T00:22:52.295Z | Downloaded num v0.4.3 |
| 719 | 2026-07-14T00:22:52.295Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 720 | 2026-07-14T00:22:52.298Z | Downloaded elliptic-curve v0.13.8 |
| 721 | 2026-07-14T00:22:52.301Z | Downloaded opaque-debug v0.3.1 |
| 722 | 2026-07-14T00:22:52.304Z | Downloaded olpc-cjson v0.1.4 |
| 723 | 2026-07-14T00:22:52.304Z | Downloaded ed25519-dalek v2.2.0 |
| 724 | 2026-07-14T00:22:52.308Z | Downloaded iana-time-zone v0.1.65 |
| 725 | 2026-07-14T00:22:52.311Z | Downloaded num-iter v0.1.45 |
| 726 | 2026-07-14T00:22:52.311Z | Downloaded md5 v0.8.0 |
| 727 | 2026-07-14T00:22:52.311Z | Downloaded libsw-core v0.3.2 |
| 728 | 2026-07-14T00:22:52.311Z | Downloaded generic-array v1.4.3 |
| 729 | 2026-07-14T00:22:52.314Z | Downloaded openssl-probe v0.2.1 |
| 730 | 2026-07-14T00:22:52.314Z | Downloaded module-lattice v0.2.3 |
| 731 | 2026-07-14T00:22:52.317Z | Downloaded mime_guess v2.0.5 |
| 732 | 2026-07-14T00:22:52.317Z | Downloaded multer v3.1.0 |
| 733 | 2026-07-14T00:22:52.320Z | Downloaded ipnet v2.11.0 |
| 734 | 2026-07-14T00:22:52.323Z | Downloaded openssl-macros v0.1.1 |
| 735 | 2026-07-14T00:22:52.323Z | Downloaded newtype-uuid v1.3.2 |
| 736 | 2026-07-14T00:22:52.323Z | Downloaded native-tls v0.2.18 |
| 737 | 2026-07-14T00:22:52.325Z | Downloaded httparse v1.10.1 |
| 738 | 2026-07-14T00:22:52.325Z | Downloaded oso-derive v0.27.3 |
| 739 | 2026-07-14T00:22:52.329Z | Downloaded openssl-probe v0.1.6 |
| 740 | 2026-07-14T00:22:52.329Z | Downloaded nanorand v0.7.0 |
| 741 | 2026-07-14T00:22:52.334Z | Downloaded ingot-macros v0.1.1 |
| 742 | 2026-07-14T00:22:52.334Z | Downloaded cc v1.2.56 |
| 743 | 2026-07-14T00:22:52.334Z | Downloaded aes-gcm v0.11.0 |
| 744 | 2026-07-14T00:22:52.338Z | Downloaded base64 v0.22.1 |
| 745 | 2026-07-14T00:22:52.338Z | Downloaded ar_archive_writer v0.5.1 |
| 746 | 2026-07-14T00:22:52.343Z | Downloaded path-slash v0.1.5 |
| 747 | 2026-07-14T00:22:52.343Z | Downloaded packed_struct_codegen v0.10.1 |
| 748 | 2026-07-14T00:22:52.343Z | Downloaded nu-ansi-term v0.50.3 |
| 749 | 2026-07-14T00:22:52.349Z | Downloaded parse-display v0.10.0 |
| 750 | 2026-07-14T00:22:52.349Z | Downloaded litrs v1.0.0 |
| 751 | 2026-07-14T00:22:52.352Z | Downloaded percent-encoding v2.3.2 |
| 752 | 2026-07-14T00:22:52.352Z | Downloaded password-hash v0.6.1 |
| 753 | 2026-07-14T00:22:52.352Z | Downloaded parse-size v1.1.0 |
| 754 | 2026-07-14T00:22:52.352Z | Downloaded num-rational v0.4.2 |
| 755 | 2026-07-14T00:22:52.352Z | Downloaded litemap v0.8.1 |
| 756 | 2026-07-14T00:22:52.355Z | Downloaded crypto-bigint v0.5.5 |
| 757 | 2026-07-14T00:22:52.358Z | Downloaded num-integer v0.1.46 |
| 758 | 2026-07-14T00:22:52.361Z | Downloaded memmap2 v0.9.10 |
| 759 | 2026-07-14T00:22:52.361Z | Downloaded der v0.7.10 |
| 760 | 2026-07-14T00:22:52.364Z | Downloaded peg-runtime v0.8.5 |
| 761 | 2026-07-14T00:22:52.367Z | Downloaded expectorate v1.2.0 |
| 762 | 2026-07-14T00:22:52.367Z | Downloaded num_enum v0.7.6 |
| 763 | 2026-07-14T00:22:52.370Z | Downloaded phf_shared v0.13.1 |
| 764 | 2026-07-14T00:22:52.385Z | Downloaded potential_utf v0.1.4 |
| 765 | 2026-07-14T00:22:52.388Z | Downloaded phf_shared v0.12.1 |
| 766 | 2026-07-14T00:22:52.388Z | Downloaded phf_shared v0.11.3 |
| 767 | 2026-07-14T00:22:52.388Z | Downloaded indexmap v1.9.3 |
| 768 | 2026-07-14T00:22:52.392Z | Downloaded ignore v0.4.25 |
| 769 | 2026-07-14T00:22:52.408Z | Downloaded oxnet v0.1.6 |
| 770 | 2026-07-14T00:22:52.408Z | Downloaded derive_more v2.1.1 |
| 771 | 2026-07-14T00:22:52.408Z | Downloaded libbz2-rs-sys v0.2.2 |
| 772 | 2026-07-14T00:22:52.408Z | Downloaded flate2 v1.1.9 |
| 773 | 2026-07-14T00:22:52.416Z | Downloaded predicates-tree v1.0.13 |
| 774 | 2026-07-14T00:22:52.416Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 775 | 2026-07-14T00:22:52.416Z | Downloaded predicates-core v1.0.10 |
| 776 | 2026-07-14T00:22:52.416Z | Downloaded precomputed-hash v0.1.1 |
| 777 | 2026-07-14T00:22:52.416Z | Downloaded powerfmt v0.2.0 |
| 778 | 2026-07-14T00:22:52.416Z | Downloaded paste v1.0.15 |
| 779 | 2026-07-14T00:22:52.419Z | Downloaded proc-macro-crate v3.4.0 |
| 780 | 2026-07-14T00:22:52.419Z | Downloaded crossterm v0.28.1 |
| 781 | 2026-07-14T00:22:52.419Z | Downloaded pem-rfc7468 v0.7.0 |
| 782 | 2026-07-14T00:22:52.423Z | Downloaded progenitor-client v0.14.0 |
| 783 | 2026-07-14T00:22:52.423Z | Downloaded proc-macro-crate v1.3.1 |
| 784 | 2026-07-14T00:22:52.426Z | Downloaded phc v0.6.1 |
| 785 | 2026-07-14T00:22:52.426Z | Downloaded pem-rfc7468 v1.0.0 |
| 786 | 2026-07-14T00:22:52.426Z | Downloaded peg v0.8.5 |
| 787 | 2026-07-14T00:22:52.429Z | Downloaded progenitor-macro v0.13.0 |
| 788 | 2026-07-14T00:22:52.432Z | Downloaded pbkdf2 v0.13.0 |
| 789 | 2026-07-14T00:22:52.432Z | Downloaded password-hash v0.5.0 |
| 790 | 2026-07-14T00:22:52.434Z | Downloaded parse-display-derive v0.10.0 |
| 791 | 2026-07-14T00:22:52.435Z | Downloaded phf v0.12.1 |
| 792 | 2026-07-14T00:22:52.443Z | Downloaded icu_locale_core v2.1.1 |
| 793 | 2026-07-14T00:22:52.446Z | Downloaded pkcs8 v0.10.2 |
| 794 | 2026-07-14T00:22:52.446Z | Downloaded radium v0.7.0 |
| 795 | 2026-07-14T00:22:52.446Z | Downloaded quick-error v1.2.3 |
| 796 | 2026-07-14T00:22:52.446Z | Downloaded pin-project-internal v1.1.11 |
| 797 | 2026-07-14T00:22:52.446Z | Downloaded psl-types v2.0.11 |
| 798 | 2026-07-14T00:22:52.449Z | Downloaded progenitor-macro v0.14.0 |
| 799 | 2026-07-14T00:22:52.449Z | Downloaded postgres-protocol v0.6.10 |
| 800 | 2026-07-14T00:22:52.449Z | Downloaded pkg-config v0.3.32 |
| 801 | 2026-07-14T00:22:52.452Z | Downloaded poly1305 v0.8.0 |
| 802 | 2026-07-14T00:22:52.455Z | Downloaded rand_chacha v0.3.1 |
| 803 | 2026-07-14T00:22:52.455Z | Downloaded polyval v0.7.1 |
| 804 | 2026-07-14T00:22:52.457Z | Downloaded pin-project-lite v0.2.17 |
| 805 | 2026-07-14T00:22:52.460Z | Downloaded num_enum_derive v0.7.6 |
| 806 | 2026-07-14T00:22:52.460Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 807 | 2026-07-14T00:22:52.463Z | Downloaded derive_more-impl v2.1.1 |
| 808 | 2026-07-14T00:22:52.467Z | Downloaded ppv-lite86 v0.2.21 |
| 809 | 2026-07-14T00:22:52.470Z | Downloaded hickory-resolver v0.24.4 |
| 810 | 2026-07-14T00:22:52.472Z | Downloaded primefield v0.14.0 |
| 811 | 2026-07-14T00:22:52.475Z | Downloaded rand_xorshift v0.4.0 |
| 812 | 2026-07-14T00:22:52.475Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 813 | 2026-07-14T00:22:52.475Z | Downloaded recursive v0.1.1 |
| 814 | 2026-07-14T00:22:52.478Z | Downloaded predicates v3.1.4 |
| 815 | 2026-07-14T00:22:52.480Z | Downloaded proc-macro-error2 v2.0.1 |
| 816 | 2026-07-14T00:22:52.483Z | Downloaded primeorder v0.13.6 |
| 817 | 2026-07-14T00:22:52.483Z | Downloaded progenitor v0.14.0 |
| 818 | 2026-07-14T00:22:52.483Z | Downloaded primeorder v0.14.0-rc.10 |
| 819 | 2026-07-14T00:22:52.489Z | Downloaded progenitor-extras v0.2.0 |
| 820 | 2026-07-14T00:22:52.489Z | Downloaded ref-cast-impl v1.0.25 |
| 821 | 2026-07-14T00:22:52.494Z | Downloaded ref-cast v1.0.25 |
| 822 | 2026-07-14T00:22:52.494Z | Downloaded hickory-resolver v0.25.2 |
| 823 | 2026-07-14T00:22:52.494Z | Downloaded parking_lot v0.11.2 |
| 824 | 2026-07-14T00:22:52.494Z | Downloaded psm v0.1.30 |
| 825 | 2026-07-14T00:22:52.497Z | Downloaded poly1305 v0.9.0 |
| 826 | 2026-07-14T00:22:52.500Z | Downloaded pkcs8 v0.11.0 |
| 827 | 2026-07-14T00:22:52.504Z | Downloaded russh-cryptovec v0.61.0 |
| 828 | 2026-07-14T00:22:52.504Z | Downloaded aes v0.9.1 |
| 829 | 2026-07-14T00:22:52.507Z | Downloaded pkcs1 v0.7.5 |
| 830 | 2026-07-14T00:22:52.507Z | Downloaded rustc_version v0.4.1 |
| 831 | 2026-07-14T00:22:52.511Z | Downloaded rustc-hash v2.1.1 |
| 832 | 2026-07-14T00:22:52.511Z | Downloaded rtoolbox v0.0.3 |
| 833 | 2026-07-14T00:22:52.514Z | Downloaded r2d2 v0.8.10 |
| 834 | 2026-07-14T00:22:52.514Z | Downloaded jiff-static v0.2.21 |
| 835 | 2026-07-14T00:22:52.517Z | Downloaded rfc6979 v0.5.0 |
| 836 | 2026-07-14T00:22:52.517Z | Downloaded rfc6979 v0.4.0 |
| 837 | 2026-07-14T00:22:52.517Z | Downloaded postcard v1.1.3 |
| 838 | 2026-07-14T00:22:52.522Z | Downloaded same-file v1.0.6 |
| 839 | 2026-07-14T00:22:52.522Z | Downloaded rustc_version v0.1.7 |
| 840 | 2026-07-14T00:22:52.522Z | Downloaded rand_core v0.9.5 |
| 841 | 2026-07-14T00:22:52.525Z | Downloaded rand_chacha v0.9.0 |
| 842 | 2026-07-14T00:22:52.525Z | Downloaded omicron-zone-package v0.12.3 |
| 843 | 2026-07-14T00:22:52.529Z | Downloaded port-file v0.1.0 |
| 844 | 2026-07-14T00:22:52.529Z | Downloaded postgres-types v0.2.12 |
| 845 | 2026-07-14T00:22:52.532Z | Downloaded rand_core v0.10.0 |
| 846 | 2026-07-14T00:22:52.532Z | Downloaded phf v0.13.1 |
| 847 | 2026-07-14T00:22:52.533Z | Downloaded russh-util v0.52.0 |
| 848 | 2026-07-14T00:22:52.537Z | Downloaded rand_seeder v0.4.0 |
| 849 | 2026-07-14T00:22:52.538Z | Downloaded num-traits v0.2.19 |
| 850 | 2026-07-14T00:22:52.544Z | Downloaded owo-colors v4.3.0 |
| 851 | 2026-07-14T00:22:52.544Z | Downloaded icu_collections v2.1.1 |
| 852 | 2026-07-14T00:22:52.553Z | Downloaded sapling-renderdag v0.1.0 |
| 853 | 2026-07-14T00:22:52.553Z | Downloaded progenitor v0.13.0 |
| 854 | 2026-07-14T00:22:52.553Z | Downloaded hickory-server v0.25.2 |
| 855 | 2026-07-14T00:22:52.554Z | Downloaded secrecy v0.8.0 |
| 856 | 2026-07-14T00:22:52.557Z | Downloaded progenitor-client v0.13.0 |
| 857 | 2026-07-14T00:22:52.557Z | Downloaded scopeguard v1.2.0 |
| 858 | 2026-07-14T00:22:52.557Z | Downloaded scheduled-thread-pool v0.2.7 |
| 859 | 2026-07-14T00:22:52.557Z | Downloaded hashbrown v0.13.2 |
| 860 | 2026-07-14T00:22:52.557Z | Downloaded secrecy v0.10.3 |
| 861 | 2026-07-14T00:22:52.557Z | Downloaded pkcs5 v0.8.1 |
| 862 | 2026-07-14T00:22:52.560Z | Downloaded scroll_derive v0.13.1 |
| 863 | 2026-07-14T00:22:52.560Z | Downloaded papergrid v0.17.0 |
| 864 | 2026-07-14T00:22:52.563Z | Downloaded semver v0.1.20 |
| 865 | 2026-07-14T00:22:52.567Z | Downloaded parking_lot_core v0.9.12 |
| 866 | 2026-07-14T00:22:52.567Z | Downloaded parking_lot v0.12.5 |
| 867 | 2026-07-14T00:22:52.570Z | Downloaded p256 v0.14.0-rc.10 |
| 868 | 2026-07-14T00:22:52.575Z | Downloaded diesel_derives v2.3.7 |
| 869 | 2026-07-14T00:22:52.580Z | Downloaded num-complex v0.4.6 |
| 870 | 2026-07-14T00:22:52.580Z | Downloaded pem v3.0.6 |
| 871 | 2026-07-14T00:22:52.580Z | Downloaded peg-macros v0.8.5 |
| 872 | 2026-07-14T00:22:52.580Z | Downloaded serde-big-array v0.5.1 |
| 873 | 2026-07-14T00:22:52.580Z | Downloaded indicatif v0.18.4 |
| 874 | 2026-07-14T00:22:52.584Z | Downloaded serde_bytes v0.11.19 |
| 875 | 2026-07-14T00:22:52.586Z | Downloaded rustls-native-certs v0.8.3 |
| 876 | 2026-07-14T00:22:52.587Z | Downloaded resolv-conf v0.7.6 |
| 877 | 2026-07-14T00:22:52.590Z | Downloaded pin-project v1.1.11 |
| 878 | 2026-07-14T00:22:52.596Z | Downloaded sha1 v0.10.6 |
| 879 | 2026-07-14T00:22:52.600Z | Downloaded shell-words v1.1.1 |
| 880 | 2026-07-14T00:22:52.600Z | Downloaded miniz_oxide v0.8.9 |
| 881 | 2026-07-14T00:22:52.604Z | Downloaded rustversion v1.0.22 |
| 882 | 2026-07-14T00:22:52.608Z | Downloaded oso v0.27.3 |
| 883 | 2026-07-14T00:22:52.608Z | Downloaded rustls-pemfile v2.2.0 |
| 884 | 2026-07-14T00:22:52.612Z | Downloaded rusty-fork v0.3.1 |
| 885 | 2026-07-14T00:22:52.612Z | Downloaded prefix-trie v0.7.0 |
| 886 | 2026-07-14T00:22:52.612Z | Downloaded signature v2.2.0 |
| 887 | 2026-07-14T00:22:52.616Z | Downloaded hyper-util v0.1.20 |
| 888 | 2026-07-14T00:22:52.619Z | Downloaded siphasher v1.0.2 |
| 889 | 2026-07-14T00:22:52.620Z | Downloaded sec1 v0.8.1 |
| 890 | 2026-07-14T00:22:52.620Z | Downloaded sec1 v0.7.3 |
| 891 | 2026-07-14T00:22:52.623Z | Downloaded progenitor-impl v0.13.0 |
| 892 | 2026-07-14T00:22:52.628Z | Downloaded serde-hex v0.1.0 |
| 893 | 2026-07-14T00:22:52.628Z | Downloaded seq-macro v0.3.6 |
| 894 | 2026-07-14T00:22:52.628Z | Downloaded slog-envlogger v2.2.0 |
| 895 | 2026-07-14T00:22:52.632Z | Downloaded scrypt v0.12.0 |
| 896 | 2026-07-14T00:22:52.632Z | Downloaded sigpipe v0.1.3 |
| 897 | 2026-07-14T00:22:52.632Z | Downloaded progenitor-impl v0.14.0 |
| 898 | 2026-07-14T00:22:52.637Z | Downloaded signature v3.0.0 |
| 899 | 2026-07-14T00:22:52.637Z | Downloaded scroll v0.13.0 |
| 900 | 2026-07-14T00:22:52.637Z | Downloaded itertools v0.10.5 |
| 901 | 2026-07-14T00:22:52.640Z | Downloaded schemars_derive v0.8.22 |
| 902 | 2026-07-14T00:22:52.640Z | Downloaded signal-hook-tokio v0.3.1 |
| 903 | 2026-07-14T00:22:52.651Z | Downloaded signal-hook-mio v0.2.5 |
| 904 | 2026-07-14T00:22:52.651Z | Downloaded slog-bunyan v2.5.0 |
| 905 | 2026-07-14T00:22:52.655Z | Downloaded openssl-sys v0.9.115 |
| 906 | 2026-07-14T00:22:52.655Z | Downloaded serde_path_to_error v0.1.20 |
| 907 | 2026-07-14T00:22:52.655Z | Downloaded serde_derive_internals v0.29.1 |
| 908 | 2026-07-14T00:22:52.655Z | Downloaded crossterm v0.29.0 |
| 909 | 2026-07-14T00:22:52.655Z | Downloaded prettyplease v0.2.37 |
| 910 | 2026-07-14T00:22:52.659Z | Downloaded sqlparser_derive v0.5.0 |
| 911 | 2026-07-14T00:22:52.666Z | Downloaded serde_with_macros v1.5.2 |
| 912 | 2026-07-14T00:22:52.666Z | Downloaded salsa20 v0.11.0 |
| 913 | 2026-07-14T00:22:52.666Z | Downloaded serde_urlencoded v0.7.1 |
| 914 | 2026-07-14T00:22:52.666Z | Downloaded serde_spanned v1.1.1 |
| 915 | 2026-07-14T00:22:52.670Z | Downloaded shlex v1.3.0 |
| 916 | 2026-07-14T00:22:52.670Z | Downloaded p384 v0.14.0-rc.10 |
| 917 | 2026-07-14T00:22:52.670Z | Downloaded sha1 v0.11.0 |
| 918 | 2026-07-14T00:22:52.673Z | Downloaded pretty_assertions v1.4.1 |
| 919 | 2026-07-14T00:22:52.673Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 920 | 2026-07-14T00:22:52.676Z | Downloaded serdect v0.4.3 |
| 921 | 2026-07-14T00:22:52.680Z | Downloaded stable_deref_trait v1.2.1 |
| 922 | 2026-07-14T00:22:52.680Z | Downloaded http v1.4.2 |
| 923 | 2026-07-14T00:22:52.683Z | Downloaded bitvec v1.0.1 |
| 924 | 2026-07-14T00:22:52.691Z | Downloaded strsim v0.10.0 |
| 925 | 2026-07-14T00:22:52.695Z | Downloaded slog-scope v4.4.1 |
| 926 | 2026-07-14T00:22:52.695Z | Downloaded strip-ansi-escapes v0.2.1 |
| 927 | 2026-07-14T00:22:52.695Z | Downloaded slog-json v2.6.1 |
| 928 | 2026-07-14T00:22:52.698Z | Downloaded slog-dtrace v0.3.0 |
| 929 | 2026-07-14T00:22:52.698Z | Downloaded sync_wrapper v1.0.2 |
| 930 | 2026-07-14T00:22:52.698Z | Downloaded supports-color v3.0.2 |
| 931 | 2026-07-14T00:22:52.703Z | Downloaded ron v0.8.1 |
| 932 | 2026-07-14T00:22:52.706Z | Downloaded slog-stdlog v4.1.1 |
| 933 | 2026-07-14T00:22:52.706Z | Downloaded smallvec v0.6.14 |
| 934 | 2026-07-14T00:22:52.706Z | Downloaded structmeta v0.3.0 |
| 935 | 2026-07-14T00:22:52.712Z | Downloaded slog-term v2.9.2 |
| 936 | 2026-07-14T00:22:52.712Z | Downloaded num-bigint v0.4.6 |
| 937 | 2026-07-14T00:22:52.716Z | Downloaded strum v0.27.2 |
| 938 | 2026-07-14T00:22:52.716Z | Downloaded smf v0.2.3 |
| 939 | 2026-07-14T00:22:52.716Z | Downloaded serde_cbor v0.11.2 |
| 940 | 2026-07-14T00:22:52.719Z | Downloaded dropshot-api-manager v0.7.2 |
| 941 | 2026-07-14T00:22:52.722Z | Downloaded take_mut v0.2.2 |
| 942 | 2026-07-14T00:22:52.722Z | Downloaded tagptr v0.2.0 |
| 943 | 2026-07-14T00:22:52.722Z | Downloaded subtle v2.6.1 |
| 944 | 2026-07-14T00:22:52.725Z | Downloaded slog-async v2.8.0 |
| 945 | 2026-07-14T00:22:52.725Z | Downloaded sync-ptr v0.1.4 |
| 946 | 2026-07-14T00:22:52.728Z | Downloaded tabwriter v1.4.1 |
| 947 | 2026-07-14T00:22:52.728Z | Downloaded tabled_derive v0.11.0 |
| 948 | 2026-07-14T00:22:52.728Z | Downloaded sha2 v0.11.0 |
| 949 | 2026-07-14T00:22:52.734Z | Downloaded blake3 v1.8.5 |
| 950 | 2026-07-14T00:22:52.741Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 951 | 2026-07-14T00:22:52.747Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 952 | 2026-07-14T00:22:52.747Z | Downloaded time-core v0.1.8 |
| 953 | 2026-07-14T00:22:52.747Z | Downloaded testing_table v0.3.0 |
| 954 | 2026-07-14T00:22:52.747Z | Downloaded termtree v0.5.1 |
| 955 | 2026-07-14T00:22:52.747Z | Downloaded hashbrown v0.15.5 |
| 956 | 2026-07-14T00:22:52.750Z | Downloaded signal-hook-registry v1.4.8 |
| 957 | 2026-07-14T00:22:52.750Z | Downloaded hashbrown v0.16.1 |
| 958 | 2026-07-14T00:22:52.762Z | Downloaded thread-id v5.1.0 |
| 959 | 2026-07-14T00:22:52.762Z | Downloaded nom v7.1.3 |
| 960 | 2026-07-14T00:22:52.768Z | Downloaded tinyvec_macros v0.1.1 |
| 961 | 2026-07-14T00:22:52.768Z | Downloaded static_assertions v1.1.0 |
| 962 | 2026-07-14T00:22:52.768Z | Downloaded libxml v0.3.3 |
| 963 | 2026-07-14T00:22:52.768Z | Downloaded quinn v0.11.9 |
| 964 | 2026-07-14T00:22:52.771Z | Downloaded tokio-macros v2.7.0 |
| 965 | 2026-07-14T00:22:52.771Z | Downloaded stacker v0.1.23 |
| 966 | 2026-07-14T00:22:52.771Z | Downloaded smallvec v1.15.1 |
| 967 | 2026-07-14T00:22:52.771Z | Downloaded strum_macros v0.27.2 |
| 968 | 2026-07-14T00:22:52.774Z | Downloaded synstructure v0.13.2 |
| 969 | 2026-07-14T00:22:52.775Z | Downloaded strum_macros v0.24.3 |
| 970 | 2026-07-14T00:22:52.778Z | Downloaded strum_macros v0.26.4 |
| 971 | 2026-07-14T00:22:52.778Z | Downloaded stringprep v0.1.5 |
| 972 | 2026-07-14T00:22:52.778Z | Downloaded qorb v0.4.1 |
| 973 | 2026-07-14T00:22:52.781Z | Downloaded rand v0.8.6 |
| 974 | 2026-07-14T00:22:52.784Z | Downloaded publicsuffix v2.3.0 |
| 975 | 2026-07-14T00:22:52.787Z | Downloaded spki v0.7.3 |
| 976 | 2026-07-14T00:22:52.790Z | Downloaded snafu-derive v0.8.9 |
| 977 | 2026-07-14T00:22:52.790Z | Downloaded string_cache v0.8.9 |
| 978 | 2026-07-14T00:22:52.790Z | Downloaded slab v0.4.12 |
| 979 | 2026-07-14T00:22:52.793Z | Downloaded aws-lc-rs v1.16.3 |
| 980 | 2026-07-14T00:22:52.797Z | Downloaded tokio-test v0.4.5 |
| 981 | 2026-07-14T00:22:52.800Z | Downloaded topological-sort v0.2.2 |
| 982 | 2026-07-14T00:22:52.800Z | Downloaded thiserror-no-std v2.0.2 |
| 983 | 2026-07-14T00:22:52.803Z | Downloaded signal-hook v0.3.18 |
| 984 | 2026-07-14T00:22:52.806Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 985 | 2026-07-14T00:22:52.806Z | Downloaded spin v0.9.8 |
| 986 | 2026-07-14T00:22:52.811Z | Downloaded trait-variant v0.1.2 |
| 987 | 2026-07-14T00:22:52.811Z | Downloaded schemars v0.8.22 |
| 988 | 2026-07-14T00:22:52.818Z | Downloaded tower-service v0.3.3 |
| 989 | 2026-07-14T00:22:52.827Z | Downloaded rsa v0.9.10 |
| 990 | 2026-07-14T00:22:52.829Z | Downloaded futures-util v0.3.32 |
| 991 | 2026-07-14T00:22:52.832Z | Downloaded try-lock v0.2.5 |
| 992 | 2026-07-14T00:22:52.832Z | Downloaded tokio-dtrace v0.1.1 |
| 993 | 2026-07-14T00:22:52.832Z | Downloaded support-bundle-viewer v0.1.2 |
| 994 | 2026-07-14T00:22:52.835Z | Downloaded rand v0.9.2 |
| 995 | 2026-07-14T00:22:52.839Z | Downloaded universal-hash v0.5.1 |
| 996 | 2026-07-14T00:22:52.839Z | Downloaded tokio-tungstenite v0.21.0 |
| 997 | 2026-07-14T00:22:52.839Z | Downloaded libm v0.2.16 |
| 998 | 2026-07-14T00:22:52.847Z | Downloaded unicode-xid v0.2.6 |
| 999 | 2026-07-14T00:22:52.851Z | Downloaded unarray v0.1.4 |
| 1000 | 2026-07-14T00:22:52.851Z | Downloaded icu_properties_data v2.1.2 |
| 1001 | 2026-07-14T00:22:52.856Z | Downloaded socket2 v0.6.3 |
| 1002 | 2026-07-14T00:22:52.856Z | Downloaded utf-8 v0.7.6 |
| 1003 | 2026-07-14T00:22:52.859Z | Downloaded untrusted v0.9.0 |
| 1004 | 2026-07-14T00:22:52.859Z | Downloaded unicode-truncate v1.1.0 |
| 1005 | 2026-07-14T00:22:52.859Z | Downloaded untrusted v0.7.1 |
| 1006 | 2026-07-14T00:22:52.863Z | Downloaded termios v0.3.3 |
| 1007 | 2026-07-14T00:22:52.863Z | Downloaded universal-hash v0.6.1 |
| 1008 | 2026-07-14T00:22:52.863Z | Downloaded usdt v0.6.0 |
| 1009 | 2026-07-14T00:22:52.867Z | Downloaded socket2 v0.5.10 |
| 1010 | 2026-07-14T00:22:52.867Z | Downloaded idna v1.1.0 |
| 1011 | 2026-07-14T00:22:52.870Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1012 | 2026-07-14T00:22:52.870Z | Downloaded usdt-macro v0.6.0 |
| 1013 | 2026-07-14T00:22:52.870Z | Downloaded thread_local v1.1.9 |
| 1014 | 2026-07-14T00:22:52.874Z | Downloaded samael v0.0.19 |
| 1015 | 2026-07-14T00:22:52.876Z | Downloaded utf8_iter v1.0.4 |
| 1016 | 2026-07-14T00:22:52.876Z | Downloaded usdt-attr-macro v0.6.0 |
| 1017 | 2026-07-14T00:22:52.876Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1018 | 2026-07-14T00:22:52.880Z | Downloaded tiny-keccak v2.0.2 |
| 1019 | 2026-07-14T00:22:52.883Z | Downloaded hyper v1.10.1 |
| 1020 | 2026-07-14T00:22:52.886Z | Downloaded schemars v1.2.1 |
| 1021 | 2026-07-14T00:22:52.894Z | Downloaded want v0.3.1 |
| 1022 | 2026-07-14T00:22:52.900Z | Downloaded bindgen v0.71.1 |
| 1023 | 2026-07-14T00:22:52.903Z | Downloaded subprocess v0.2.15 |
| 1024 | 2026-07-14T00:22:52.903Z | Downloaded slog v2.8.2 |
| 1025 | 2026-07-14T00:22:52.903Z | Downloaded tokio-native-tls v0.3.1 |
| 1026 | 2026-07-14T00:22:52.907Z | Downloaded snafu v0.8.9 |
| 1027 | 2026-07-14T00:22:52.910Z | Downloaded xattr v1.6.1 |
| 1028 | 2026-07-14T00:22:52.910Z | Downloaded rand v0.10.1 |
| 1029 | 2026-07-14T00:22:52.913Z | Downloaded unicase v2.9.0 |
| 1030 | 2026-07-14T00:22:52.914Z | Downloaded waitgroup v0.1.2 |
| 1031 | 2026-07-14T00:22:52.914Z | Downloaded wait-timeout v0.2.1 |
| 1032 | 2026-07-14T00:22:52.917Z | Downloaded void v1.0.2 |
| 1033 | 2026-07-14T00:22:52.917Z | Downloaded tokio-rustls v0.26.4 |
| 1034 | 2026-07-14T00:22:52.917Z | Downloaded tls_codec v0.4.2 |
| 1035 | 2026-07-14T00:22:52.920Z | Downloaded nom v8.0.0 |
| 1036 | 2026-07-14T00:22:52.923Z | Downloaded itertools v0.12.1 |
| 1037 | 2026-07-14T00:22:52.926Z | Downloaded zerofrom-derive v0.1.6 |
| 1038 | 2026-07-14T00:22:52.926Z | Downloaded yoke-derive v0.8.1 |
| 1039 | 2026-07-14T00:22:52.926Z | Downloaded zerofrom v0.1.6 |
| 1040 | 2026-07-14T00:22:52.930Z | Downloaded hkdf v0.12.4 |
| 1041 | 2026-07-14T00:22:52.930Z | Downloaded schemars v0.9.0 |
| 1042 | 2026-07-14T00:22:52.937Z | Downloaded xshell-macros v0.2.7 |
| 1043 | 2026-07-14T00:22:52.940Z | Downloaded tracing-attributes v0.1.31 |
| 1044 | 2026-07-14T00:22:52.940Z | Downloaded test-strategy v0.4.5 |
| 1045 | 2026-07-14T00:22:52.943Z | Downloaded zone_cfg_derive v0.3.1 |
| 1046 | 2026-07-14T00:22:52.943Z | Downloaded crypto-primes v0.7.2 |
| 1047 | 2026-07-14T00:22:52.946Z | Downloaded vergen-git2 v9.1.0 |
| 1048 | 2026-07-14T00:22:52.946Z | Downloaded uzers v0.12.2 |
| 1049 | 2026-07-14T00:22:52.951Z | Downloaded zone v0.3.1 |
| 1050 | 2026-07-14T00:22:52.951Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1051 | 2026-07-14T00:22:52.951Z | Downloaded term v1.2.1 |
| 1052 | 2026-07-14T00:22:52.955Z | Downloaded vergen-gitcl v1.0.8 |
| 1053 | 2026-07-14T00:22:52.955Z | Downloaded zeroize_derive v1.4.3 |
| 1054 | 2026-07-14T00:22:52.955Z | Downloaded vsss-rs v3.3.4 |
| 1055 | 2026-07-14T00:22:52.955Z | Downloaded whoami v2.1.0 |
| 1056 | 2026-07-14T00:22:52.959Z | Downloaded walkdir v2.5.0 |
| 1057 | 2026-07-14T00:22:52.959Z | Downloaded tui-tree-widget v0.23.1 |
| 1058 | 2026-07-14T00:22:52.959Z | Downloaded term v0.7.0 |
| 1059 | 2026-07-14T00:22:52.962Z | Downloaded whoami v1.6.1 |
| 1060 | 2026-07-14T00:22:52.962Z | Downloaded wyz v0.5.1 |
| 1061 | 2026-07-14T00:22:52.962Z | Downloaded unit-prefix v0.5.2 |
| 1062 | 2026-07-14T00:22:52.965Z | Downloaded unicode-properties v0.1.4 |
| 1063 | 2026-07-14T00:22:52.965Z | Downloaded twox-hash v2.1.2 |
| 1064 | 2026-07-14T00:22:52.965Z | Downloaded tinyvec v1.10.0 |
| 1065 | 2026-07-14T00:22:52.971Z | Downloaded xshell v0.2.7 |
| 1066 | 2026-07-14T00:22:52.971Z | Downloaded hkdf v0.13.0 |
| 1067 | 2026-07-14T00:22:52.978Z | Downloaded usdt-impl v0.6.0 |
| 1068 | 2026-07-14T00:22:52.978Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1069 | 2026-07-14T00:22:52.978Z | Downloaded h2 v0.4.15 |
| 1070 | 2026-07-14T00:22:52.985Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1071 | 2026-07-14T00:22:52.985Z | Downloaded toml v0.7.8 |
| 1072 | 2026-07-14T00:22:52.985Z | Downloaded rustyline v14.0.0 |
| 1073 | 2026-07-14T00:22:53.003Z | Downloaded writeable v0.6.2 |
| 1074 | 2026-07-14T00:22:53.003Z | Downloaded vergen v9.1.0 |
| 1075 | 2026-07-14T00:22:53.003Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1076 | 2026-07-14T00:22:53.003Z | Downloaded chrono v0.4.45 |
| 1077 | 2026-07-14T00:22:53.011Z | Downloaded rsa v0.10.0-rc.18 |
| 1078 | 2026-07-14T00:22:53.011Z | Downloaded typify-macro v0.6.2 |
| 1079 | 2026-07-14T00:22:53.011Z | Downloaded yoke v0.8.1 |
| 1080 | 2026-07-14T00:22:53.011Z | Downloaded steno v0.4.1 |
| 1081 | 2026-07-14T00:22:53.011Z | Downloaded tracing-core v0.1.36 |
| 1082 | 2026-07-14T00:22:53.011Z | Downloaded zstd v0.13.3 |
| 1083 | 2026-07-14T00:22:53.011Z | Downloaded vergen-lib v9.1.0 |
| 1084 | 2026-07-14T00:22:53.011Z | Downloaded tokio-tungstenite v0.23.1 |
| 1085 | 2026-07-14T00:22:53.011Z | Downloaded vergen-lib v0.1.6 |
| 1086 | 2026-07-14T00:22:53.011Z | Downloaded tungstenite v0.21.0 |
| 1087 | 2026-07-14T00:22:53.012Z | Downloaded zeroize v1.8.2 |
| 1088 | 2026-07-14T00:22:53.015Z | Downloaded zerovec-derive v0.11.2 |
| 1089 | 2026-07-14T00:22:53.015Z | Downloaded rpassword v7.4.0 |
| 1090 | 2026-07-14T00:22:53.015Z | Downloaded rustls-webpki v0.103.13 |
| 1091 | 2026-07-14T00:22:53.015Z | Downloaded tokio-stream v0.1.18 |
| 1092 | 2026-07-14T00:22:53.019Z | Downloaded num-bigint-dig v0.8.6 |
| 1093 | 2026-07-14T00:22:53.022Z | Downloaded typify v0.6.2 |
| 1094 | 2026-07-14T00:22:53.022Z | Downloaded tls_codec_derive v0.4.2 |
| 1095 | 2026-07-14T00:22:53.025Z | Downloaded itertools v0.13.0 |
| 1096 | 2026-07-14T00:22:53.028Z | Downloaded tar v0.4.45 |
| 1097 | 2026-07-14T00:22:53.031Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1098 | 2026-07-14T00:22:53.031Z | Downloaded zstd-safe v7.2.4 |
| 1099 | 2026-07-14T00:22:53.034Z | Downloaded iddqd v0.4.2 |
| 1100 | 2026-07-14T00:22:53.038Z | Downloaded unsafe-libyaml v0.2.11 |
| 1101 | 2026-07-14T00:22:53.042Z | Downloaded p521 v0.14.0-rc.10 |
| 1102 | 2026-07-14T00:22:53.042Z | Downloaded vte v0.14.1 |
| 1103 | 2026-07-14T00:22:53.045Z | Downloaded yasna v0.5.2 |
| 1104 | 2026-07-14T00:22:53.045Z | Downloaded tokio-postgres v0.7.16 |
| 1105 | 2026-07-14T00:22:53.048Z | Downloaded tungstenite v0.23.0 |
| 1106 | 2026-07-14T00:22:53.053Z | Downloaded similar v2.7.0 |
| 1107 | 2026-07-14T00:22:53.057Z | Downloaded p384 v0.13.1 |
| 1108 | 2026-07-14T00:22:53.057Z | Downloaded rayon-core v1.13.0 |
| 1109 | 2026-07-14T00:22:53.062Z | Downloaded itertools v0.14.0 |
| 1110 | 2026-07-14T00:22:53.066Z | Downloaded zerocopy v0.6.6 |
| 1111 | 2026-07-14T00:22:53.066Z | Downloaded iri-string v0.7.10 |
| 1112 | 2026-07-14T00:22:53.073Z | Downloaded tower-layer v0.3.3 |
| 1113 | 2026-07-14T00:22:53.073Z | Downloaded tinystr v0.8.2 |
| 1114 | 2026-07-14T00:22:53.073Z | Downloaded time-macros v0.2.27 |
| 1115 | 2026-07-14T00:22:53.073Z | Downloaded unicode-bidi v0.3.18 |
| 1116 | 2026-07-14T00:22:53.073Z | Downloaded serde_with v1.14.0 |
| 1117 | 2026-07-14T00:22:53.078Z | Downloaded uuid v1.23.4 |
| 1118 | 2026-07-14T00:22:53.092Z | Downloaded mio v1.2.0 |
| 1119 | 2026-07-14T00:22:53.092Z | Downloaded tap v1.0.1 |
| 1120 | 2026-07-14T00:22:53.097Z | Downloaded sqlformat v0.3.5 |
| 1121 | 2026-07-14T00:22:53.097Z | Downloaded spki v0.8.0 |
| 1122 | 2026-07-14T00:22:53.097Z | Downloaded zopfli v0.8.3 |
| 1123 | 2026-07-14T00:22:53.097Z | Downloaded serde_with_macros v3.17.0 |
| 1124 | 2026-07-14T00:22:53.097Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1125 | 2026-07-14T00:22:53.098Z | Downloaded ryu v1.0.23 |
| 1126 | 2026-07-14T00:22:53.098Z | Downloaded regex v1.12.3 |
| 1127 | 2026-07-14T00:22:53.098Z | Downloaded reedline v0.40.0 |
| 1128 | 2026-07-14T00:22:53.101Z | Downloaded reqwest v0.12.28 |
| 1129 | 2026-07-14T00:22:53.104Z | Downloaded portable-atomic v1.13.1 |
| 1130 | 2026-07-14T00:22:53.108Z | Downloaded zerotrie v0.2.3 |
| 1131 | 2026-07-14T00:22:53.113Z | Downloaded toml_edit v0.19.15 |
| 1132 | 2026-07-14T00:22:53.120Z | Downloaded zip v0.6.6 |
| 1133 | 2026-07-14T00:22:53.145Z | Downloaded rayon v1.11.0 |
| 1134 | 2026-07-14T00:22:53.145Z | Downloaded lalrpop v0.19.12 |
| 1135 | 2026-07-14T00:22:53.154Z | Downloaded zerocopy-derive v0.8.40 |
| 1136 | 2026-07-14T00:22:53.154Z | Downloaded url v2.5.8 |
| 1137 | 2026-07-14T00:22:53.154Z | Downloaded unicode_categories v0.1.1 |
| 1138 | 2026-07-14T00:22:53.154Z | Downloaded git2 v0.20.4 |
| 1139 | 2026-07-14T00:22:53.154Z | Downloaded typed-path v0.9.3 |
| 1140 | 2026-07-14T00:22:53.154Z | Downloaded reqwest v0.13.2 |
| 1141 | 2026-07-14T00:22:53.163Z | Downloaded tower v0.5.3 |
| 1142 | 2026-07-14T00:22:53.169Z | Downloaded salty v0.3.0 |
| 1143 | 2026-07-14T00:22:53.169Z | Downloaded quick-xml v0.37.5 |
| 1144 | 2026-07-14T00:22:53.169Z | Downloaded goblin v0.10.5 |
| 1145 | 2026-07-14T00:22:53.172Z | Downloaded rcgen v0.12.1 |
| 1146 | 2026-07-14T00:22:53.172Z | Downloaded strum v0.26.3 |
| 1147 | 2026-07-14T00:22:53.172Z | Downloaded structmeta-derive v0.3.0 |
| 1148 | 2026-07-14T00:22:53.172Z | Downloaded simd-adler32 v0.3.8 |
| 1149 | 2026-07-14T00:22:53.176Z | Downloaded rustls-pki-types v1.14.0 |
| 1150 | 2026-07-14T00:22:53.176Z | Downloaded moka v0.12.13 |
| 1151 | 2026-07-14T00:22:53.180Z | Downloaded yansi v1.0.1 |
| 1152 | 2026-07-14T00:22:53.183Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1153 | 2026-07-14T00:22:53.186Z | Downloaded serde_repr v0.1.20 |
| 1154 | 2026-07-14T00:22:53.189Z | Downloaded serde_plain v1.0.2 |
| 1155 | 2026-07-14T00:22:53.189Z | Downloaded rand_core v0.6.4 |
| 1156 | 2026-07-14T00:22:53.189Z | Downloaded quinn-udp v0.5.14 |
| 1157 | 2026-07-14T00:22:53.192Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1158 | 2026-07-14T00:22:53.193Z | Downloaded aho-corasick v1.1.4 |
| 1159 | 2026-07-14T00:22:53.196Z | Downloaded tower-http v0.6.8 |
| 1160 | 2026-07-14T00:22:53.199Z | Downloaded curve25519-dalek v4.1.3 |
| 1161 | 2026-07-14T00:22:53.204Z | Downloaded serde_with v3.17.0 |
| 1162 | 2026-07-14T00:22:53.212Z | Downloaded x509-cert v0.2.5 |
| 1163 | 2026-07-14T00:22:53.215Z | Downloaded unicode-segmentation v1.12.0 |
| 1164 | 2026-07-14T00:22:53.218Z | Downloaded radix_trie v0.2.1 |
| 1165 | 2026-07-14T00:22:53.222Z | Downloaded crypto-bigint v0.7.5 |
| 1166 | 2026-07-14T00:22:53.229Z | Downloaded russh v0.61.2 |
| 1167 | 2026-07-14T00:22:53.235Z | Downloaded unicode-normalization v0.1.25 |
| 1168 | 2026-07-14T00:22:53.238Z | Downloaded petname v2.0.2 |
| 1169 | 2026-07-14T00:22:53.241Z | Downloaded tokio-util v0.7.18 |
| 1170 | 2026-07-14T00:22:53.245Z | Downloaded nix v0.27.1 |
| 1171 | 2026-07-14T00:22:53.253Z | Downloaded proptest v1.10.0 |
| 1172 | 2026-07-14T00:22:53.256Z | Downloaded tough v0.22.0 |
| 1173 | 2026-07-14T00:22:53.259Z | Downloaded zip v4.6.1 |
| 1174 | 2026-07-14T00:22:53.262Z | Downloaded dropshot v0.17.1 |
| 1175 | 2026-07-14T00:22:53.274Z | Downloaded bstr v1.12.1 |
| 1176 | 2026-07-14T00:22:53.281Z | Downloaded minimal-lexical v0.2.1 |
| 1177 | 2026-07-14T00:22:53.285Z | Downloaded hashbrown v0.12.3 |
| 1178 | 2026-07-14T00:22:53.288Z | Downloaded icu_normalizer_data v2.1.1 |
| 1179 | 2026-07-14T00:22:53.288Z | Downloaded icu_normalizer v2.1.1 |
| 1180 | 2026-07-14T00:22:53.293Z | Downloaded heapless v0.8.0 |
| 1181 | 2026-07-14T00:22:53.293Z | Downloaded der v0.8.0 |
| 1182 | 2026-07-14T00:22:53.297Z | Downloaded zerovec v0.11.5 |
| 1183 | 2026-07-14T00:22:53.302Z | Downloaded polar-core v0.27.3 |
| 1184 | 2026-07-14T00:22:53.306Z | Downloaded object v0.30.4 |
| 1185 | 2026-07-14T00:22:53.309Z | Downloaded quinn-proto v0.11.13 |
| 1186 | 2026-07-14T00:22:53.314Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1187 | 2026-07-14T00:22:53.319Z | Downloaded regex-syntax v0.6.29 |
| 1188 | 2026-07-14T00:22:53.322Z | Downloaded winnow v0.5.40 |
| 1189 | 2026-07-14T00:22:53.328Z | Downloaded smoltcp v0.9.1 |
| 1190 | 2026-07-14T00:22:53.347Z | Downloaded openssl v0.10.79 |
| 1191 | 2026-07-14T00:22:53.360Z | Downloaded object v0.37.3 |
| 1192 | 2026-07-14T00:22:53.362Z | Downloaded winnow v0.6.26 |
| 1193 | 2026-07-14T00:22:53.362Z | Downloaded nix v0.28.0 |
| 1194 | 2026-07-14T00:22:53.395Z | Downloaded regress v0.10.5 |
| 1195 | 2026-07-14T00:22:53.395Z | Downloaded regress v0.11.1 |
| 1196 | 2026-07-14T00:22:53.395Z | Downloaded winnow v1.0.3 |
| 1197 | 2026-07-14T00:22:53.395Z | Downloaded regex-syntax v0.8.10 |
| 1198 | 2026-07-14T00:22:53.395Z | Downloaded tabled v0.20.0 |
| 1199 | 2026-07-14T00:22:53.395Z | Downloaded openapiv3 v2.2.0 |
| 1200 | 2026-07-14T00:22:53.400Z | Downloaded time v0.3.47 |
| 1201 | 2026-07-14T00:22:53.404Z | Downloaded hickory-proto v0.25.2 |
| 1202 | 2026-07-14T00:22:53.415Z | Downloaded vcpkg v0.2.15 |
| 1203 | 2026-07-14T00:22:53.435Z | Downloaded zlib-rs v0.6.2 |
| 1204 | 2026-07-14T00:22:53.439Z | Downloaded csv v1.4.0 |
| 1205 | 2026-07-14T00:22:53.451Z | Downloaded sqlparser v0.61.0 |
| 1206 | 2026-07-14T00:22:53.456Z | Downloaded nix v0.31.2 |
| 1207 | 2026-07-14T00:22:53.463Z | Downloaded diesel v2.3.7 |
| 1208 | 2026-07-14T00:22:53.475Z | Downloaded zerocopy v0.8.40 |
| 1209 | 2026-07-14T00:22:53.480Z | Downloaded tracing v0.1.44 |
| 1210 | 2026-07-14T00:22:53.494Z | Downloaded smoltcp v0.11.0 |
| 1211 | 2026-07-14T00:22:53.501Z | Downloaded ratatui v0.29.0 |
| 1212 | 2026-07-14T00:22:53.513Z | Downloaded hickory-proto v0.24.4 |
| 1213 | 2026-07-14T00:22:53.521Z | Downloaded rustix v0.38.44 |
| 1214 | 2026-07-14T00:22:53.535Z | Downloaded rustls v0.23.41 |
| 1215 | 2026-07-14T00:22:53.555Z | Downloaded parking_lot_core v0.8.6 |
| 1216 | 2026-07-14T00:22:53.555Z | Downloaded packed_struct v0.10.1 |
| 1217 | 2026-07-14T00:22:53.555Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1218 | 2026-07-14T00:22:53.555Z | Downloaded num_threads v0.1.7 |
| 1219 | 2026-07-14T00:22:53.556Z | Downloaded ml-kem v0.3.2 |
| 1220 | 2026-07-14T00:22:53.556Z | Downloaded num_enum v0.5.11 |
| 1221 | 2026-07-14T00:22:53.563Z | Downloaded icu_provider v2.1.1 |
| 1222 | 2026-07-14T00:22:53.563Z | Downloaded icu_properties v2.1.2 |
| 1223 | 2026-07-14T00:22:53.563Z | Downloaded petgraph v0.6.5 |
| 1224 | 2026-07-14T00:22:53.577Z | Downloaded heapless v0.7.17 |
| 1225 | 2026-07-14T00:22:53.577Z | Downloaded headers v0.4.1 |
| 1226 | 2026-07-14T00:22:53.577Z | Downloaded libefi-sys v0.1.0 |
| 1227 | 2026-07-14T00:22:53.587Z | Downloaded new_debug_unreachable v1.0.6 |
| 1228 | 2026-07-14T00:22:53.587Z | Downloaded libz-sys v1.1.24 |
| 1229 | 2026-07-14T00:22:53.588Z | Downloaded futures v0.3.32 |
| 1230 | 2026-07-14T00:22:53.605Z | Downloaded hmac v0.12.1 |
| 1231 | 2026-07-14T00:22:53.607Z | Downloaded ingot v0.1.1 |
| 1232 | 2026-07-14T00:22:53.607Z | Downloaded darling_core v0.23.0 |
| 1233 | 2026-07-14T00:22:53.607Z | Downloaded crossbeam-channel v0.5.15 |
| 1234 | 2026-07-14T00:22:53.608Z | Downloaded match_cfg v0.1.0 |
| 1235 | 2026-07-14T00:22:53.608Z | Downloaded tokio v1.52.1 |
| 1236 | 2026-07-14T00:22:53.617Z | Downloaded lru-slab v0.1.2 |
| 1237 | 2026-07-14T00:22:53.624Z | Downloaded fiat-crypto v0.3.0 |
| 1238 | 2026-07-14T00:22:53.630Z | Downloaded sled v0.34.7 |
| 1239 | 2026-07-14T00:22:53.634Z | Downloaded lru-cache v0.1.2 |
| 1240 | 2026-07-14T00:22:53.634Z | Downloaded darling_core v0.20.11 |
| 1241 | 2026-07-14T00:22:53.634Z | Downloaded derive-where v1.6.0 |
| 1242 | 2026-07-14T00:22:53.640Z | Downloaded lalrpop-util v0.19.12 |
| 1243 | 2026-07-14T00:22:53.640Z | Downloaded kstat-rs v0.2.4 |
| 1244 | 2026-07-14T00:22:53.641Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1245 | 2026-07-14T00:22:53.644Z | Downloaded typify-impl v0.6.2 |
| 1246 | 2026-07-14T00:22:53.656Z | Downloaded diff v0.1.13 |
| 1247 | 2026-07-14T00:22:53.658Z | Downloaded ecdsa v0.17.0-rc.18 |
| 1248 | 2026-07-14T00:22:53.659Z | Downloaded bytes v1.11.1 |
| 1249 | 2026-07-14T00:22:53.659Z | Downloaded sha3 v0.11.0 |
| 1250 | 2026-07-14T00:22:53.659Z | Downloaded bitflags v1.3.2 |
| 1251 | 2026-07-14T00:22:53.663Z | Downloaded backon v1.6.0 |
| 1252 | 2026-07-14T00:22:53.663Z | Downloaded backoff v0.4.0 |
| 1253 | 2026-07-14T00:22:53.663Z | Downloaded ff v0.14.0 |
| 1254 | 2026-07-14T00:22:53.669Z | Downloaded ff v0.13.1 |
| 1255 | 2026-07-14T00:22:53.669Z | Downloaded fallible-iterator v0.2.0 |
| 1256 | 2026-07-14T00:22:53.670Z | Downloaded displaydoc v0.2.5 |
| 1257 | 2026-07-14T00:22:53.670Z | Downloaded delegate v0.13.5 |
| 1258 | 2026-07-14T00:22:53.675Z | Downloaded futures-macro v0.3.32 |
| 1259 | 2026-07-14T00:22:53.675Z | Downloaded futures-io v0.3.32 |
| 1260 | 2026-07-14T00:22:53.675Z | Downloaded bit-vec v0.8.0 |
| 1261 | 2026-07-14T00:22:53.675Z | Downloaded futures-task v0.3.32 |
| 1262 | 2026-07-14T00:22:53.675Z | Downloaded foreign-types-shared v0.3.1 |
| 1263 | 2026-07-14T00:22:53.675Z | Downloaded foreign-types v0.3.2 |
| 1264 | 2026-07-14T00:22:53.675Z | Downloaded darling_core v0.21.3 |
| 1265 | 2026-07-14T00:22:53.675Z | Downloaded bitfield v0.19.4 |
| 1266 | 2026-07-14T00:22:53.675Z | Downloaded chacha20 v0.9.1 |
| 1267 | 2026-07-14T00:22:53.679Z | Downloaded blowfish v0.10.0 |
| 1268 | 2026-07-14T00:22:53.679Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1269 | 2026-07-14T00:22:53.679Z | Downloaded byte-wrapper v0.1.0 |
| 1270 | 2026-07-14T00:22:53.682Z | Downloaded cipher v0.4.4 |
| 1271 | 2026-07-14T00:22:53.682Z | Downloaded bit-set v0.5.3 |
| 1272 | 2026-07-14T00:22:53.698Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1273 | 2026-07-14T00:22:53.727Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-07-14T00:22:53.734Z | Downloaded chrono-tz v0.10.4 |
| 1275 | 2026-07-14T00:22:53.743Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-07-14T00:22:53.766Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-07-14T00:22:53.792Z | Downloaded petgraph v0.8.3 |
| 1278 | 2026-07-14T00:22:53.814Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1279 | 2026-07-14T00:22:53.826Z | Downloaded sha3 v0.10.8 |
| 1280 | 2026-07-14T00:22:53.901Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-07-14T00:22:53.938Z | Downloaded ring v0.17.14 |
| 1282 | 2026-07-14T00:22:54.437Z | Downloaded aws-lc-sys v0.40.0 |
| 1283 | 2026-07-14T00:22:54.679Z | Compiling libc v0.2.185 |
| 1284 | 2026-07-14T00:22:54.679Z | Compiling serde_core v1.0.228 |
| 1285 | 2026-07-14T00:22:54.684Z | Compiling serde v1.0.228 |
| 1286 | 2026-07-14T00:22:54.684Z | Compiling log v0.4.29 |
| 1287 | 2026-07-14T00:22:54.684Z | Compiling smallvec v1.15.1 |
| 1288 | 2026-07-14T00:22:54.684Z | Compiling shlex v1.3.0 |
| 1289 | 2026-07-14T00:22:54.684Z | Compiling find-msvc-tools v0.1.9 |
| 1290 | 2026-07-14T00:22:54.684Z | Compiling subtle v2.6.1 |
| 1291 | 2026-07-14T00:22:54.684Z | Compiling scopeguard v1.2.0 |
| 1292 | 2026-07-14T00:22:54.856Z | Compiling stable_deref_trait v1.2.1 |
| 1293 | 2026-07-14T00:22:54.867Z | Compiling typenum v1.20.1 |
| 1294 | 2026-07-14T00:22:54.949Z | Compiling serde_json v1.0.150 |
| 1295 | 2026-07-14T00:22:54.959Z | Compiling zerocopy v0.8.40 |
| 1296 | 2026-07-14T00:22:54.959Z | Compiling portable-atomic v1.13.1 |
| 1297 | 2026-07-14T00:22:54.960Z | Compiling syn v2.0.117 |
| 1298 | 2026-07-14T00:22:54.964Z | Compiling parking_lot_core v0.9.12 |
| 1299 | 2026-07-14T00:22:54.996Z | Compiling lock_api v0.4.14 |
| 1300 | 2026-07-14T00:22:55.013Z | Compiling pin-project-lite v0.2.17 |
| 1301 | 2026-07-14T00:22:55.017Z | Compiling pkg-config v0.3.32 |
| 1302 | 2026-07-14T00:22:55.039Z | Compiling critical-section v1.2.0 |
| 1303 | 2026-07-14T00:22:55.063Z | Compiling libm v0.2.16 |
| 1304 | 2026-07-14T00:22:55.077Z | Compiling getrandom v0.4.1 |
| 1305 | 2026-07-14T00:22:55.129Z | Compiling futures-core v0.3.32 |
| 1306 | 2026-07-14T00:22:55.157Z | Compiling num-traits v0.2.19 |
| 1307 | 2026-07-14T00:22:55.184Z | Compiling generic-array v0.14.7 |
| 1308 | 2026-07-14T00:22:55.218Z | Compiling const-oid v0.9.6 |
| 1309 | 2026-07-14T00:22:55.243Z | Compiling rand_core v0.10.0 |
| 1310 | 2026-07-14T00:22:55.274Z | Compiling writeable v0.6.2 |
| 1311 | 2026-07-14T00:22:55.321Z | Compiling litemap v0.8.1 |
| 1312 | 2026-07-14T00:22:55.327Z | Compiling percent-encoding v2.3.2 |
| 1313 | 2026-07-14T00:22:55.451Z | Compiling icu_properties_data v2.1.2 |
| 1314 | 2026-07-14T00:22:55.465Z | Compiling icu_normalizer_data v2.1.1 |
| 1315 | 2026-07-14T00:22:55.522Z | Compiling futures-sink v0.3.32 |
| 1316 | 2026-07-14T00:22:55.536Z | Compiling slab v0.4.12 |
| 1317 | 2026-07-14T00:22:55.550Z | Compiling futures-task v0.3.32 |
| 1318 | 2026-07-14T00:22:55.592Z | Compiling futures-io v0.3.32 |
| 1319 | 2026-07-14T00:22:55.600Z | Compiling rustversion v1.0.22 |
| 1320 | 2026-07-14T00:22:55.616Z | Compiling utf8_iter v1.0.4 |
| 1321 | 2026-07-14T00:22:55.646Z | Compiling futures-channel v0.3.32 |
| 1322 | 2026-07-14T00:22:55.659Z | Compiling getrandom v0.3.4 |
| 1323 | 2026-07-14T00:22:55.785Z | Compiling form_urlencoded v1.2.2 |
| 1324 | 2026-07-14T00:22:55.790Z | Compiling ident_case v1.0.1 |
| 1325 | 2026-07-14T00:22:55.790Z | Compiling rustix v1.1.3 |
| 1326 | 2026-07-14T00:22:55.824Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-07-14T00:22:55.847Z | Compiling errno v0.3.14 |
| 1328 | 2026-07-14T00:22:55.847Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-07-14T00:22:55.884Z | Compiling mio v1.2.0 |
| 1330 | 2026-07-14T00:22:55.926Z | Compiling socket2 v0.6.3 |
| 1331 | 2026-07-14T00:22:55.968Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-07-14T00:22:55.997Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-07-14T00:22:56.045Z | Compiling cc v1.2.56 |
| 1334 | 2026-07-14T00:22:56.063Z | Compiling once_cell v1.21.3 |
| 1335 | 2026-07-14T00:22:56.097Z | Compiling parking_lot v0.12.5 |
| 1336 | 2026-07-14T00:22:56.180Z | Compiling fs_extra v1.3.0 |
| 1337 | 2026-07-14T00:22:56.188Z | Compiling dunce v1.0.5 |
| 1338 | 2026-07-14T00:22:56.225Z | Compiling iana-time-zone v0.1.65 |
| 1339 | 2026-07-14T00:22:56.260Z | Compiling regex-syntax v0.8.10 |
| 1340 | 2026-07-14T00:22:56.280Z | Compiling base64ct v1.8.3 |
| 1341 | 2026-07-14T00:22:56.300Z | Compiling vcpkg v0.2.15 |
| 1342 | 2026-07-14T00:22:56.363Z | Compiling tracing-core v0.1.36 |
| 1343 | 2026-07-14T00:22:56.396Z | Compiling flagset v0.4.7 |
| 1344 | 2026-07-14T00:22:56.441Z | Compiling aws-lc-rs v1.16.3 |
| 1345 | 2026-07-14T00:22:56.459Z | Compiling base64 v0.22.1 |
| 1346 | 2026-07-14T00:22:56.471Z | Compiling tinyvec_macros v0.1.1 |
| 1347 | 2026-07-14T00:22:56.505Z | Compiling openssl-probe v0.2.1 |
| 1348 | 2026-07-14T00:22:56.544Z | Compiling pem-rfc7468 v0.7.0 |
| 1349 | 2026-07-14T00:22:56.554Z | Compiling httparse v1.10.1 |
| 1350 | 2026-07-14T00:22:56.602Z | Compiling rand_core v0.9.5 |
| 1351 | 2026-07-14T00:22:56.678Z | Compiling cmov v0.5.4 |
| 1352 | 2026-07-14T00:22:56.701Z | Compiling tinyvec v1.10.0 |
| 1353 | 2026-07-14T00:22:56.704Z | Compiling aho-corasick v1.1.4 |
| 1354 | 2026-07-14T00:22:56.778Z | Compiling try-lock v0.2.5 |
| 1355 | 2026-07-14T00:22:56.802Z | Compiling schemars v0.8.22 |
| 1356 | 2026-07-14T00:22:56.806Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-07-14T00:22:56.901Z | Compiling cmake v0.1.57 |
| 1358 | 2026-07-14T00:22:56.915Z | Compiling ctutils v0.4.2 |
| 1359 | 2026-07-14T00:22:56.930Z | Compiling tower-layer v0.3.3 |
| 1360 | 2026-07-14T00:22:56.930Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-07-14T00:22:56.960Z | Compiling untrusted v0.7.1 |
| 1362 | 2026-07-14T00:22:56.973Z | Compiling dyn-clone v1.0.20 |
| 1363 | 2026-07-14T00:22:56.988Z | Compiling want v0.3.1 |
| 1364 | 2026-07-14T00:22:57.081Z | Compiling httpdate v1.0.3 |
| 1365 | 2026-07-14T00:22:57.085Z | Compiling cpufeatures v0.2.17 |
| 1366 | 2026-07-14T00:22:57.110Z | Compiling foreign-types-shared v0.1.1 |
| 1367 | 2026-07-14T00:22:57.114Z | Compiling untrusted v0.9.0 |
| 1368 | 2026-07-14T00:22:57.114Z | Compiling openssl v0.10.79 |
| 1369 | 2026-07-14T00:22:57.114Z | Compiling rustls v0.23.41 |
| 1370 | 2026-07-14T00:22:57.153Z | Compiling unicode-normalization v0.1.25 |
| 1371 | 2026-07-14T00:22:57.183Z | Compiling bitflags v2.11.0 |
| 1372 | 2026-07-14T00:22:57.183Z | Compiling semver v1.0.28 |
| 1373 | 2026-07-14T00:22:57.219Z | Compiling indexmap v2.14.0 |
| 1374 | 2026-07-14T00:22:57.262Z | Compiling uuid v1.23.4 |
| 1375 | 2026-07-14T00:22:57.335Z | Compiling foreign-types v0.3.2 |
| 1376 | 2026-07-14T00:22:57.352Z | Compiling spin v0.9.8 |
| 1377 | 2026-07-14T00:22:57.355Z | Compiling num-conv v0.2.0 |
| 1378 | 2026-07-14T00:22:57.382Z | Compiling native-tls v0.2.18 |
| 1379 | 2026-07-14T00:22:57.416Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-07-14T00:22:57.430Z | Compiling powerfmt v0.2.0 |
| 1381 | 2026-07-14T00:22:57.457Z | Compiling time-core v0.1.8 |
| 1382 | 2026-07-14T00:22:57.513Z | Compiling crc32fast v1.5.0 |
| 1383 | 2026-07-14T00:22:57.545Z | Compiling wait-timeout v0.2.1 |
| 1384 | 2026-07-14T00:22:57.584Z | Compiling deranged v0.5.8 |
| 1385 | 2026-07-14T00:22:57.623Z | Compiling time-macros v0.2.27 |
| 1386 | 2026-07-14T00:22:57.635Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-07-14T00:22:57.660Z | Compiling usdt-impl v0.6.0 |
| 1388 | 2026-07-14T00:22:57.674Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-07-14T00:22:57.694Z | Compiling aws-lc-sys v0.40.0 |
| 1390 | 2026-07-14T00:22:57.759Z | Compiling openssl-sys v0.9.115 |
| 1391 | 2026-07-14T00:22:57.773Z | Compiling regex-automata v0.4.14 |
| 1392 | 2026-07-14T00:22:57.827Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1393 | 2026-07-14T00:22:57.895Z | Compiling simd-adler32 v0.3.8 |
| 1394 | 2026-07-14T00:22:57.924Z | Compiling synstructure v0.13.2 |
| 1395 | 2026-07-14T00:22:57.924Z | Compiling pest_generator v2.8.6 |
| 1396 | 2026-07-14T00:22:58.017Z | Compiling serde_derive_internals v0.29.1 |
| 1397 | 2026-07-14T00:22:58.039Z | Compiling darling_core v0.20.11 |
| 1398 | 2026-07-14T00:22:58.160Z | Compiling bit-vec v0.8.0 |
| 1399 | 2026-07-14T00:22:58.366Z | Compiling tempfile v3.25.0 |
| 1400 | 2026-07-14T00:22:58.428Z | Compiling siphasher v1.0.2 |
| 1401 | 2026-07-14T00:22:58.487Z | Compiling syn v1.0.109 |
| 1402 | 2026-07-14T00:22:58.589Z | Compiling quick-error v1.2.3 |
| 1403 | 2026-07-14T00:22:58.616Z | Compiling num_threads v0.1.7 |
| 1404 | 2026-07-14T00:22:58.624Z | Compiling bit-set v0.8.0 |
| 1405 | 2026-07-14T00:22:58.679Z | Compiling darling_core v0.21.3 |
| 1406 | 2026-07-14T00:22:58.694Z | Compiling rusty-fork v0.3.1 |
| 1407 | 2026-07-14T00:22:58.721Z | Compiling heapless v0.7.17 |
| 1408 | 2026-07-14T00:22:58.753Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1409 | 2026-07-14T00:22:58.767Z | Compiling slog v2.8.2 |
| 1410 | 2026-07-14T00:22:58.797Z | Compiling time v0.3.47 |
| 1411 | 2026-07-14T00:22:58.813Z | Compiling rand_xorshift v0.4.0 |
| 1412 | 2026-07-14T00:22:58.898Z | Compiling thread-id v5.1.0 |
| 1413 | 2026-07-14T00:22:58.949Z | Compiling cookie v0.18.1 |
| 1414 | 2026-07-14T00:22:59.001Z | Compiling signal-hook v0.3.18 |
| 1415 | 2026-07-14T00:22:59.006Z | Compiling allocator-api2 v0.2.21 |
| 1416 | 2026-07-14T00:22:59.034Z | Compiling ryu v1.0.23 |
| 1417 | 2026-07-14T00:22:59.051Z | Compiling anyhow v1.0.102 |
| 1418 | 2026-07-14T00:22:59.065Z | Compiling paste v1.0.15 |
| 1419 | 2026-07-14T00:22:59.080Z | Compiling adler2 v2.0.1 |
| 1420 | 2026-07-14T00:22:59.080Z | Compiling iri-string v0.7.10 |
| 1421 | 2026-07-14T00:22:59.112Z | Compiling zstd-safe v7.2.4 |
| 1422 | 2026-07-14T00:22:59.173Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-07-14T00:22:59.214Z | Compiling unarray v0.1.4 |
| 1424 | 2026-07-14T00:22:59.231Z | Compiling unicode-bidi v0.3.18 |
| 1425 | 2026-07-14T00:22:59.266Z | Compiling miniz_oxide v0.8.9 |
| 1426 | 2026-07-14T00:22:59.454Z | Compiling camino v1.2.2 |
| 1427 | 2026-07-14T00:22:59.471Z | Compiling curve25519-dalek v4.1.3 |
| 1428 | 2026-07-14T00:22:59.656Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-07-14T00:22:59.670Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-07-14T00:22:59.795Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-07-14T00:22:59.852Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-07-14T00:22:59.870Z | Compiling zerocopy-derive v0.8.40 |
| 1433 | 2026-07-14T00:22:59.907Z | Compiling zerovec-derive v0.11.2 |
| 1434 | 2026-07-14T00:22:59.986Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-07-14T00:23:00.118Z | Compiling tokio-macros v2.7.0 |
| 1436 | 2026-07-14T00:23:00.360Z | Compiling zeroize v1.8.2 |
| 1437 | 2026-07-14T00:23:00.417Z | Compiling futures-macro v0.3.32 |
| 1438 | 2026-07-14T00:23:00.483Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-07-14T00:23:00.676Z | Compiling tracing-attributes v0.1.31 |
| 1440 | 2026-07-14T00:23:00.778Z | Compiling thiserror-impl v2.0.18 |
| 1441 | 2026-07-14T00:23:00.916Z | Compiling rustls-pki-types v1.14.0 |
| 1442 | 2026-07-14T00:23:01.091Z | Compiling hybrid-array v0.4.13 |
| 1443 | 2026-07-14T00:23:01.091Z | Compiling schemars_derive v0.8.22 |
| 1444 | 2026-07-14T00:23:01.186Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-07-14T00:23:01.242Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-07-14T00:23:01.294Z | Compiling futures-util v0.3.32 |
| 1447 | 2026-07-14T00:23:01.299Z | Compiling crypto-common v0.1.7 |
| 1448 | 2026-07-14T00:23:01.381Z | Compiling yoke v0.8.1 |
| 1449 | 2026-07-14T00:23:01.394Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-07-14T00:23:01.406Z | Compiling scroll_derive v0.13.1 |
| 1451 | 2026-07-14T00:23:01.494Z | Compiling digest v0.10.7 |
| 1452 | 2026-07-14T00:23:01.535Z | Compiling der v0.7.10 |
| 1453 | 2026-07-14T00:23:01.578Z | Compiling zerovec v0.11.5 |
| 1454 | 2026-07-14T00:23:01.743Z | Compiling zerotrie v0.2.3 |
| 1455 | 2026-07-14T00:23:01.880Z | Compiling darling_macro v0.20.11 |
| 1456 | 2026-07-14T00:23:01.917Z | Compiling openssl-macros v0.1.1 |
| 1457 | 2026-07-14T00:23:01.997Z | Compiling hmac v0.12.1 |
| 1458 | 2026-07-14T00:23:02.073Z | Compiling tinystr v0.8.2 |
| 1459 | 2026-07-14T00:23:02.084Z | Compiling potential_utf v0.1.4 |
| 1460 | 2026-07-14T00:23:02.105Z | Compiling tracing v0.1.44 |
| 1461 | 2026-07-14T00:23:02.166Z | Compiling sha2 v0.10.9 |
| 1462 | 2026-07-14T00:23:02.203Z | Compiling thiserror v2.0.18 |
| 1463 | 2026-07-14T00:23:02.277Z | Compiling icu_locale_core v2.1.1 |
| 1464 | 2026-07-14T00:23:02.291Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-07-14T00:23:02.302Z | Compiling scroll v0.13.0 |
| 1466 | 2026-07-14T00:23:02.328Z | Compiling dtrace-parser v0.3.0 |
| 1467 | 2026-07-14T00:23:02.375Z | Compiling spki v0.7.3 |
| 1468 | 2026-07-14T00:23:02.429Z | Compiling darling v0.20.11 |
| 1469 | 2026-07-14T00:23:02.443Z | Compiling thiserror-impl v1.0.69 |
| 1470 | 2026-07-14T00:23:02.509Z | Compiling derive_builder_core v0.20.2 |
| 1471 | 2026-07-14T00:23:02.597Z | Compiling pkcs8 v0.10.2 |
| 1472 | 2026-07-14T00:23:02.613Z | Compiling goblin v0.10.5 |
| 1473 | 2026-07-14T00:23:02.757Z | Compiling scroll_derive v0.12.1 |
| 1474 | 2026-07-14T00:23:02.781Z | Compiling block-buffer v0.12.1 |
| 1475 | 2026-07-14T00:23:02.866Z | Compiling block-padding v0.4.2 |
| 1476 | 2026-07-14T00:23:03.002Z | Compiling icu_provider v2.1.1 |
| 1477 | 2026-07-14T00:23:03.060Z | Compiling crypto-common v0.2.2 |
| 1478 | 2026-07-14T00:23:03.108Z | Compiling md-5 v0.10.6 |
| 1479 | 2026-07-14T00:23:03.169Z | Compiling bytes v1.11.1 |
| 1480 | 2026-07-14T00:23:03.218Z | Compiling chrono v0.4.45 |
| 1481 | 2026-07-14T00:23:03.282Z | Compiling icu_properties v2.1.2 |
| 1482 | 2026-07-14T00:23:03.308Z | Compiling icu_normalizer v2.1.1 |
| 1483 | 2026-07-14T00:23:03.355Z | Compiling ipnet v2.11.0 |
| 1484 | 2026-07-14T00:23:03.385Z | Compiling derive_builder_macro v0.20.2 |
| 1485 | 2026-07-14T00:23:03.469Z | Compiling scroll v0.12.0 |
| 1486 | 2026-07-14T00:23:03.576Z | Compiling toml_datetime v0.6.11 |
| 1487 | 2026-07-14T00:23:03.652Z | Compiling tokio v1.52.1 |
| 1488 | 2026-07-14T00:23:03.739Z | Compiling http v1.4.2 |
| 1489 | 2026-07-14T00:23:03.761Z | Compiling thiserror v1.0.69 |
| 1490 | 2026-07-14T00:23:03.821Z | Compiling serde_spanned v0.6.9 |
| 1491 | 2026-07-14T00:23:03.861Z | Compiling serde_urlencoded v0.7.1 |
| 1492 | 2026-07-14T00:23:03.866Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-07-14T00:23:03.888Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-07-14T00:23:03.975Z | Compiling signature v2.2.0 |
| 1495 | 2026-07-14T00:23:03.989Z | Compiling darling_macro v0.21.3 |
| 1496 | 2026-07-14T00:23:04.002Z | Compiling rustls-native-certs v0.8.3 |
| 1497 | 2026-07-14T00:23:04.166Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-07-14T00:23:04.194Z | Compiling bstr v1.12.1 |
| 1499 | 2026-07-14T00:23:04.253Z | Compiling zerocopy-derive v0.7.35 |
| 1500 | 2026-07-14T00:23:04.354Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-07-14T00:23:04.368Z | Compiling idna v1.1.0 |
| 1502 | 2026-07-14T00:23:04.481Z | Compiling async-trait v0.1.89 |
| 1503 | 2026-07-14T00:23:04.525Z | Compiling http-body v1.0.1 |
| 1504 | 2026-07-14T00:23:04.565Z | Compiling pin-project-internal v1.1.11 |
| 1505 | 2026-07-14T00:23:04.584Z | Compiling stringprep v0.1.5 |
| 1506 | 2026-07-14T00:23:04.711Z | Compiling url v2.5.8 |
| 1507 | 2026-07-14T00:23:04.814Z | Compiling rand_chacha v0.9.0 |
| 1508 | 2026-07-14T00:23:04.830Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-07-14T00:23:04.830Z | Compiling rand_chacha v0.3.1 |
| 1510 | 2026-07-14T00:23:04.916Z | Compiling num-integer v0.1.46 |
| 1511 | 2026-07-14T00:23:05.131Z | Compiling rand v0.9.2 |
| 1512 | 2026-07-14T00:23:05.220Z | Compiling vergen-lib v9.1.0 |
| 1513 | 2026-07-14T00:23:05.220Z | Compiling hash32 v0.2.1 |
| 1514 | 2026-07-14T00:23:05.220Z | Compiling memoffset v0.9.1 |
| 1515 | 2026-07-14T00:23:05.329Z | Compiling encoding_rs v0.8.35 |
| 1516 | 2026-07-14T00:23:05.435Z | Compiling num-bigint-dig v0.8.6 |
| 1517 | 2026-07-14T00:23:05.435Z | Compiling cfg_aliases v0.2.1 |
| 1518 | 2026-07-14T00:23:05.436Z | Compiling ref-cast v1.0.25 |
| 1519 | 2026-07-14T00:23:05.524Z | Compiling zlib-rs v0.6.2 |
| 1520 | 2026-07-14T00:23:05.524Z | Compiling dof v0.4.0 |
| 1521 | 2026-07-14T00:23:05.638Z | Compiling smoltcp v0.9.1 |
| 1522 | 2026-07-14T00:23:05.638Z | Compiling fallible-iterator v0.2.0 |
| 1523 | 2026-07-14T00:23:05.639Z | Compiling psl-types v2.0.11 |
| 1524 | 2026-07-14T00:23:05.639Z | Compiling litrs v1.0.0 |
| 1525 | 2026-07-14T00:23:05.781Z | Compiling mime v0.3.17 |
| 1526 | 2026-07-14T00:23:05.781Z | Compiling proptest v1.10.0 |
| 1527 | 2026-07-14T00:23:05.781Z | Compiling rustix v0.38.44 |
| 1528 | 2026-07-14T00:23:05.899Z | Compiling pin-project v1.1.11 |
| 1529 | 2026-07-14T00:23:06.039Z | Compiling postgres-protocol v0.6.10 |
| 1530 | 2026-07-14T00:23:06.039Z | Compiling publicsuffix v2.3.0 |
| 1531 | 2026-07-14T00:23:06.039Z | Compiling nix v0.31.2 |
| 1532 | 2026-07-14T00:23:06.198Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-07-14T00:23:06.198Z | Compiling zerocopy v0.7.35 |
| 1534 | 2026-07-14T00:23:06.198Z | Compiling document-features v0.2.12 |
| 1535 | 2026-07-14T00:23:06.346Z | Compiling oxnet v0.1.6 |
| 1536 | 2026-07-14T00:23:06.458Z | Compiling num-iter v0.1.45 |
| 1537 | 2026-07-14T00:23:06.516Z | Compiling rand v0.8.6 |
| 1538 | 2026-07-14T00:23:06.517Z | Compiling darling v0.21.3 |
| 1539 | 2026-07-14T00:23:06.517Z | Compiling derive_builder v0.20.2 |
| 1540 | 2026-07-14T00:23:06.612Z | Compiling goblin v0.8.2 |
| 1541 | 2026-07-14T00:23:06.680Z | Compiling futures-executor v0.3.32 |
| 1542 | 2026-07-14T00:23:06.681Z | Compiling hubpack_derive v0.1.1 |
| 1543 | 2026-07-14T00:23:06.739Z | Compiling hex v0.4.3 |
| 1544 | 2026-07-14T00:23:06.739Z | Compiling inout v0.2.2 |
| 1545 | 2026-07-14T00:23:06.807Z | Compiling regex v1.12.3 |
| 1546 | 2026-07-14T00:23:06.881Z | Compiling daft-derive v0.1.7 |
| 1547 | 2026-07-14T00:23:06.895Z | Compiling ref-cast-impl v1.0.25 |
| 1548 | 2026-07-14T00:23:06.928Z | Compiling snafu-derive v0.8.9 |
| 1549 | 2026-07-14T00:23:06.972Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1550 | 2026-07-14T00:23:07.026Z | Compiling strum_macros v0.27.2 |
| 1551 | 2026-07-14T00:23:07.231Z | Compiling phf_shared v0.13.1 |
| 1552 | 2026-07-14T00:23:07.273Z | Compiling terminal_size v0.4.3 |
| 1553 | 2026-07-14T00:23:07.346Z | Compiling lazy_static v1.5.0 |
| 1554 | 2026-07-14T00:23:07.372Z | Compiling cargo-platform v0.3.2 |
| 1555 | 2026-07-14T00:23:07.395Z | Compiling anstyle-parse v0.2.7 |
| 1556 | 2026-07-14T00:23:07.413Z | Compiling vergen v9.1.0 |
| 1557 | 2026-07-14T00:23:07.433Z | Compiling ff v0.13.1 |
| 1558 | 2026-07-14T00:23:07.475Z | Compiling fs-err v3.3.0 |
| 1559 | 2026-07-14T00:23:07.481Z | Compiling ahash v0.8.12 |
| 1560 | 2026-07-14T00:23:07.543Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-07-14T00:23:07.576Z | Compiling tower v0.5.3 |
| 1562 | 2026-07-14T00:23:07.593Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-07-14T00:23:07.613Z | Compiling managed v0.8.0 |
| 1564 | 2026-07-14T00:23:07.631Z | Compiling unicode-segmentation v1.12.0 |
| 1565 | 2026-07-14T00:23:07.644Z | Compiling winnow v0.5.40 |
| 1566 | 2026-07-14T00:23:07.667Z | Compiling bitflags v1.3.2 |
| 1567 | 2026-07-14T00:23:07.701Z | Compiling object v0.37.3 |
| 1568 | 2026-07-14T00:23:07.736Z | Compiling foldhash v0.1.5 |
| 1569 | 2026-07-14T00:23:07.753Z | Compiling libbz2-rs-sys v0.2.2 |
| 1570 | 2026-07-14T00:23:07.787Z | Compiling bumpalo v3.20.2 |
| 1571 | 2026-07-14T00:23:07.840Z | Compiling foldhash v0.2.0 |
| 1572 | 2026-07-14T00:23:07.925Z | Compiling base16ct v0.2.0 |
| 1573 | 2026-07-14T00:23:08.000Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-07-14T00:23:08.043Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-07-14T00:23:08.050Z | Compiling same-file v1.0.6 |
| 1576 | 2026-07-14T00:23:08.082Z | Compiling clap_builder v4.6.0 |
| 1577 | 2026-07-14T00:23:08.095Z | Compiling sec1 v0.7.3 |
| 1578 | 2026-07-14T00:23:08.161Z | Compiling bzip2 v0.6.1 |
| 1579 | 2026-07-14T00:23:08.251Z | Compiling h2 v0.4.15 |
| 1580 | 2026-07-14T00:23:08.378Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-07-14T00:23:08.390Z | Compiling daft v0.1.7 |
| 1582 | 2026-07-14T00:23:08.393Z | Compiling walkdir v2.5.0 |
| 1583 | 2026-07-14T00:23:08.422Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-07-14T00:23:08.438Z | Compiling zopfli v0.8.3 |
| 1585 | 2026-07-14T00:23:08.609Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-07-14T00:23:08.804Z | Compiling dof v0.3.0 |
| 1587 | 2026-07-14T00:23:08.859Z | Compiling snafu v0.8.9 |
| 1588 | 2026-07-14T00:23:08.877Z | Compiling group v0.13.0 |
| 1589 | 2026-07-14T00:23:09.035Z | Compiling strum v0.27.2 |
| 1590 | 2026-07-14T00:23:09.094Z | Compiling toml_edit v0.19.15 |
| 1591 | 2026-07-14T00:23:09.134Z | Compiling anstream v0.6.21 |
| 1592 | 2026-07-14T00:23:09.165Z | Compiling cargo_metadata v0.23.1 |
| 1593 | 2026-07-14T00:23:09.194Z | Compiling phf v0.13.1 |
| 1594 | 2026-07-14T00:23:09.258Z | Compiling signal-hook-mio v0.2.5 |
| 1595 | 2026-07-14T00:23:09.271Z | Compiling hubpack v0.1.2 |
| 1596 | 2026-07-14T00:23:09.391Z | Compiling cookie_store v0.22.1 |
| 1597 | 2026-07-14T00:23:09.424Z | Compiling usdt-macro v0.6.0 |
| 1598 | 2026-07-14T00:23:09.462Z | Compiling usdt-attr-macro v0.6.0 |
| 1599 | 2026-07-14T00:23:09.495Z | Compiling bzip2 v0.4.4 |
| 1600 | 2026-07-14T00:23:09.507Z | Compiling cipher v0.5.2 |
| 1601 | 2026-07-14T00:23:09.574Z | Compiling futures v0.3.32 |
| 1602 | 2026-07-14T00:23:09.667Z | Compiling serde_with_macros v3.17.0 |
| 1603 | 2026-07-14T00:23:09.722Z | Compiling zstd v0.13.3 |
| 1604 | 2026-07-14T00:23:09.740Z | Compiling postgres-types v0.2.12 |
| 1605 | 2026-07-14T00:23:10.067Z | Compiling globset v0.4.18 |
| 1606 | 2026-07-14T00:23:10.107Z | Compiling ed25519 v2.2.3 |
| 1607 | 2026-07-14T00:23:10.121Z | Compiling dtrace-parser v0.2.0 |
| 1608 | 2026-07-14T00:23:10.233Z | Compiling serde-big-array v0.5.1 |
| 1609 | 2026-07-14T00:23:10.329Z | Compiling olpc-cjson v0.1.4 |
| 1610 | 2026-07-14T00:23:10.342Z | Compiling serde_plain v1.0.2 |
| 1611 | 2026-07-14T00:23:10.394Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-07-14T00:23:10.510Z | Compiling hkdf v0.12.4 |
| 1613 | 2026-07-14T00:23:10.524Z | Compiling crypto-bigint v0.5.5 |
| 1614 | 2026-07-14T00:23:10.556Z | Compiling enum-as-inner v0.6.1 |
| 1615 | 2026-07-14T00:23:10.693Z | Compiling clap_derive v4.6.1 |
| 1616 | 2026-07-14T00:23:10.774Z | Compiling async-recursion v1.1.1 |
| 1617 | 2026-07-14T00:23:10.815Z | Compiling strum_macros v0.26.4 |
| 1618 | 2026-07-14T00:23:10.872Z | Compiling serde_repr v0.1.20 |
| 1619 | 2026-07-14T00:23:10.895Z | Compiling phf_shared v0.11.3 |
| 1620 | 2026-07-14T00:23:10.953Z | Compiling float-cmp v0.10.0 |
| 1621 | 2026-07-14T00:23:11.046Z | Compiling pem v3.0.6 |
| 1622 | 2026-07-14T00:23:11.097Z | Compiling memmap2 v0.9.10 |
| 1623 | 2026-07-14T00:23:11.116Z | Compiling thread-id v4.2.2 |
| 1624 | 2026-07-14T00:23:11.119Z | Compiling env_filter v1.0.0 |
| 1625 | 2026-07-14T00:23:11.179Z | Compiling typed-path v0.9.3 |
| 1626 | 2026-07-14T00:23:11.216Z | Compiling winnow v1.0.3 |
| 1627 | 2026-07-14T00:23:11.332Z | Compiling normalize-line-endings v0.3.0 |
| 1628 | 2026-07-14T00:23:11.399Z | Compiling const-oid v0.10.2 |
| 1629 | 2026-07-14T00:23:11.441Z | Compiling hyper v1.10.1 |
| 1630 | 2026-07-14T00:23:11.457Z | Compiling either v1.15.0 |
| 1631 | 2026-07-14T00:23:11.460Z | Compiling fixedbitset v0.4.2 |
| 1632 | 2026-07-14T00:23:11.487Z | Compiling data-encoding v2.10.0 |
| 1633 | 2026-07-14T00:23:11.595Z | Compiling new_debug_unreachable v1.0.6 |
| 1634 | 2026-07-14T00:23:11.644Z | Compiling static_assertions v1.1.0 |
| 1635 | 2026-07-14T00:23:11.677Z | Compiling cpufeatures v0.3.0 |
| 1636 | 2026-07-14T00:23:11.692Z | Compiling jiff v0.2.21 |
| 1637 | 2026-07-14T00:23:11.705Z | Compiling whoami v2.1.0 |
| 1638 | 2026-07-14T00:23:11.731Z | Compiling precomputed-hash v0.1.1 |
| 1639 | 2026-07-14T00:23:11.768Z | Compiling fixedbitset v0.5.7 |
| 1640 | 2026-07-14T00:23:11.772Z | Compiling difflib v0.4.0 |
| 1641 | 2026-07-14T00:23:11.835Z | Compiling predicates-core v1.0.10 |
| 1642 | 2026-07-14T00:23:11.871Z | Compiling keccak v0.1.6 |
| 1643 | 2026-07-14T00:23:12.026Z | Compiling sha3 v0.10.8 |
| 1644 | 2026-07-14T00:23:12.090Z | Compiling predicates v3.1.4 |
| 1645 | 2026-07-14T00:23:12.105Z | Compiling petgraph v0.8.3 |
| 1646 | 2026-07-14T00:23:12.192Z | Compiling tokio-postgres v0.7.16 |
| 1647 | 2026-07-14T00:23:12.345Z | Compiling string_cache v0.8.9 |
| 1648 | 2026-07-14T00:23:12.462Z | Compiling hickory-proto v0.25.2 |
| 1649 | 2026-07-14T00:23:12.491Z | Compiling chacha20 v0.10.0 |
| 1650 | 2026-07-14T00:23:12.506Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1651 | 2026-07-14T00:23:12.544Z | Compiling clap v4.6.1 |
| 1652 | 2026-07-14T00:23:12.598Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-07-14T00:23:12.612Z | Compiling toml_edit v0.22.27 |
| 1654 | 2026-07-14T00:23:12.638Z | Compiling itertools v0.13.0 |
| 1655 | 2026-07-14T00:23:12.657Z | Compiling strum v0.26.3 |
| 1656 | 2026-07-14T00:23:12.693Z | Compiling petgraph v0.6.5 |
| 1657 | 2026-07-14T00:23:12.767Z | Compiling digest v0.11.3 |
| 1658 | 2026-07-14T00:23:12.802Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1659 | 2026-07-14T00:23:12.874Z | Compiling elliptic-curve v0.13.8 |
| 1660 | 2026-07-14T00:23:13.013Z | Compiling env_logger v0.11.9 |
| 1661 | 2026-07-14T00:23:13.079Z | Compiling usdt v0.6.0 |
| 1662 | 2026-07-14T00:23:13.299Z | Compiling usdt-impl v0.5.0 |
| 1663 | 2026-07-14T00:23:13.351Z | Compiling serde_with v3.17.0 |
| 1664 | 2026-07-14T00:23:13.383Z | Compiling crossterm v0.28.1 |
| 1665 | 2026-07-14T00:23:13.460Z | Compiling rsa v0.9.10 |
| 1666 | 2026-07-14T00:23:13.910Z | Compiling toml v0.7.8 |
| 1667 | 2026-07-14T00:23:13.963Z | Compiling ed25519-dalek v2.2.0 |
| 1668 | 2026-07-14T00:23:14.102Z | Compiling hyper-tls v0.6.0 |
| 1669 | 2026-07-14T00:23:14.363Z | Compiling reqwest v0.12.28 |
| 1670 | 2026-07-14T00:23:14.398Z | Compiling zip v4.6.1 |
| 1671 | 2026-07-14T00:23:14.560Z | Compiling zip v0.6.6 |
| 1672 | 2026-07-14T00:23:14.645Z | Compiling iddqd v0.4.2 |
| 1673 | 2026-07-14T00:23:14.963Z | Compiling tokio-stream v0.1.18 |
| 1674 | 2026-07-14T00:23:15.185Z | Compiling heck v0.4.1 |
| 1675 | 2026-07-14T00:23:15.188Z | Compiling similar v2.7.0 |
| 1676 | 2026-07-14T00:23:15.188Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-07-14T00:23:15.400Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1678 | 2026-07-14T00:23:15.415Z | Compiling openapiv3 v2.2.0 |
| 1679 | 2026-07-14T00:23:15.429Z | Compiling x509-cert v0.2.5 |
| 1680 | 2026-07-14T00:23:15.461Z | Compiling crossbeam-epoch v0.9.18 |
| 1681 | 2026-07-14T00:23:15.474Z | Compiling lalrpop-util v0.19.12 |
| 1682 | 2026-07-14T00:23:15.506Z | Compiling peg-runtime v0.8.5 |
| 1683 | 2026-07-14T00:23:15.684Z | Compiling thread_local v1.1.9 |
| 1684 | 2026-07-14T00:23:15.718Z | Compiling slog-async v2.8.0 |
| 1685 | 2026-07-14T00:23:15.815Z | Compiling crossbeam-channel v0.5.15 |
| 1686 | 2026-07-14T00:23:15.831Z | Compiling filetime v0.2.27 |
| 1687 | 2026-07-14T00:23:15.931Z | Compiling is-terminal v0.4.17 |
| 1688 | 2026-07-14T00:23:15.955Z | Compiling term v1.2.1 |
| 1689 | 2026-07-14T00:23:15.995Z | Compiling xattr v1.6.1 |
| 1690 | 2026-07-14T00:23:16.010Z | Compiling take_mut v0.2.2 |
| 1691 | 2026-07-14T00:23:16.024Z | Compiling camino-tempfile v1.4.1 |
| 1692 | 2026-07-14T00:23:16.131Z | Compiling tar v0.4.45 |
| 1693 | 2026-07-14T00:23:16.267Z | Compiling slog-term v2.9.2 |
| 1694 | 2026-07-14T00:23:34.172Z | Compiling rustls-webpki v0.103.13 |
| 1695 | 2026-07-14T00:23:36.855Z | Compiling tokio-rustls v0.26.4 |
| 1696 | 2026-07-14T00:23:36.855Z | Compiling rustls-platform-verifier v0.6.2 |
| 1697 | 2026-07-14T00:23:36.859Z | Compiling tough v0.22.0 |
| 1698 | 2026-07-14T00:23:37.052Z | Compiling hyper-rustls v0.27.7 |
| 1699 | 2026-07-14T00:23:37.238Z | Compiling reqwest v0.13.2 |
| 1700 | 2026-07-14T00:23:39.401Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1701 | 2026-07-14T00:23:39.650Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1702 | 2026-07-14T00:23:42.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.10s |
| 1703 | 2026-07-14T00:23:42.607Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1704 | 2026-07-14T00:23:42.664Z | Jul 14 00:23:41.680 INFO Starting download, target: DendriteStub |
| 1705 | 2026-07-14T00:23:42.664Z | Jul 14 00:23:41.681 INFO Starting download, target: Clickhouse |
| 1706 | 2026-07-14T00:23:42.665Z | Jul 14 00:23:41.681 INFO Starting download, target: Cockroach |
| 1707 | 2026-07-14T00:23:42.665Z | Jul 14 00:23:41.681 INFO Starting download, target: MaghemiteMgd |
| 1708 | 2026-07-14T00:23:42.665Z | Jul 14 00:23:41.681 INFO Starting download, target: MaghemiteDdmd |
| 1709 | 2026-07-14T00:23:42.665Z | Jul 14 00:23:41.681 INFO Starting download, target: Console |
| 1710 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.681 INFO Starting download, target: TransceiverControl |
| 1711 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.681 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1712 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.682 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1713 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.682 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1714 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.682 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1715 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.682 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1716 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.682 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1717 | 2026-07-14T00:23:42.668Z | Jul 14 00:23:41.682 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1718 | 2026-07-14T00:23:43.024Z | Jul 14 00:23:42.040 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1719 | 2026-07-14T00:23:43.229Z | Jul 14 00:23:42.245 INFO Download complete, target: TransceiverControl |
| 1720 | 2026-07-14T00:23:44.484Z | Jul 14 00:23:43.497 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1721 | 2026-07-14T00:23:44.731Z | Jul 14 00:23:43.744 INFO Download complete, target: Console |
| 1722 | 2026-07-14T00:23:44.872Z | Jul 14 00:23:43.887 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1723 | 2026-07-14T00:23:45.043Z | Jul 14 00:23:44.059 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1724 | 2026-07-14T00:23:45.205Z | Jul 14 00:23:44.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1725 | 2026-07-14T00:23:45.415Z | Jul 14 00:23:44.433 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1726 | 2026-07-14T00:23:45.664Z | Jul 14 00:23:44.682 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1727 | 2026-07-14T00:23:45.664Z | Jul 14 00:23:44.682 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1728 | 2026-07-14T00:23:47.041Z | Jul 14 00:23:46.059 INFO Download complete, target: MaghemiteDdmd |
| 1729 | 2026-07-14T00:23:47.397Z | Jul 14 00:23:46.415 INFO Download complete, target: DendriteStub |
| 1730 | 2026-07-14T00:23:47.864Z | Jul 14 00:23:46.882 INFO Download complete, target: MaghemiteMgd |
| 1731 | 2026-07-14T00:23:50.271Z | Jul 14 00:23:49.289 INFO Checking that binary works, target: Cockroach |
| 1732 | 2026-07-14T00:23:50.387Z | Jul 14 00:23:49.405 INFO Download complete, target: Cockroach |
| 1733 | 2026-07-14T00:23:52.016Z | Jul 14 00:23:51.033 INFO Checking that binary works, target: Clickhouse |
| 1734 | 2026-07-14T00:23:52.098Z | Jul 14 00:23:51.116 INFO Download complete, target: Clickhouse |
| 1735 | 2026-07-14T00:23:52.106Z | All prerequisites installed successfully |
| 1736 | 2026-07-14T00:23:52.108Z | |
| 1737 | 2026-07-14T00:23:52.108Z | real 1:45.707043942 |
| 1738 | 2026-07-14T00:23:52.109Z | user 6:35.994298628 |
| 1739 | 2026-07-14T00:23:52.109Z | sys 1:39.693925541 |
| 1740 | 2026-07-14T00:23:52.109Z | trap 0.254028080 |
| 1741 | 2026-07-14T00:23:52.109Z | tflt 0.752657327 |
| 1742 | 2026-07-14T00:23:52.109Z | dflt 1.739172642 |
| 1743 | 2026-07-14T00:23:52.109Z | kflt 0.022360990 |
| 1744 | 2026-07-14T00:23:52.109Z | lock 23:14.319880747 |
| 1745 | 2026-07-14T00:23:52.109Z | slp 18:09.819737015 |
| 1746 | 2026-07-14T00:23:52.109Z | lat 24.316738951 |
| 1747 | 2026-07-14T00:23:52.109Z | stop 2:42.210877910 |
| 1748 | 2026-07-14T00:23:52.109Z | + ptime -m cargo xtask download softnpu |
| 1749 | 2026-07-14T00:23:52.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1750 | 2026-07-14T00:23:52.564Z | Running `target/debug/xtask download softnpu` |
| 1751 | 2026-07-14T00:23:53.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1752 | 2026-07-14T00:23:53.346Z | Running `target/debug/xtask-downloader softnpu` |
| 1753 | 2026-07-14T00:23:53.385Z | Jul 14 00:23:52.403 INFO Starting download, target: Softnpu |
| 1754 | 2026-07-14T00:23:53.388Z | Jul 14 00:23:52.404 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1755 | 2026-07-14T00:23:54.025Z | Jul 14 00:23:53.041 INFO Download complete, target: Softnpu |
| 1756 | 2026-07-14T00:23:54.028Z | |
| 1757 | 2026-07-14T00:23:54.028Z | real 1.915249505 |
| 1758 | 2026-07-14T00:23:54.028Z | user 1.279656374 |
| 1759 | 2026-07-14T00:23:54.028Z | sys 0.589202636 |
| 1760 | 2026-07-14T00:23:54.028Z | trap 0.000338500 |
| 1761 | 2026-07-14T00:23:54.029Z | tflt 0.000060970 |
| 1762 | 2026-07-14T00:23:54.029Z | dflt 0.000263580 |
| 1763 | 2026-07-14T00:23:54.029Z | kflt 0.000000000 |
| 1764 | 2026-07-14T00:23:54.029Z | lock 11.401798739 |
| 1765 | 2026-07-14T00:23:54.029Z | slp 0.489198432 |
| 1766 | 2026-07-14T00:23:54.029Z | lat 0.095071663 |
| 1767 | 2026-07-14T00:23:54.029Z | stop 0.000242410 |
| 1768 | 2026-07-14T00:23:54.029Z | + export CARGO_INCREMENTAL=0 |
| 1769 | 2026-07-14T00:23:54.029Z | + CARGO_INCREMENTAL=0 |
| 1770 | 2026-07-14T00:23:54.029Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1771 | 2026-07-14T00:23:54.890Z | Compiling proc-macro2 v1.0.106 |
| 1772 | 2026-07-14T00:23:54.891Z | Compiling quote v1.0.45 |
| 1773 | 2026-07-14T00:23:54.891Z | Compiling unicode-ident v1.0.24 |
| 1774 | 2026-07-14T00:23:54.891Z | Compiling libc v0.2.185 |
| 1775 | 2026-07-14T00:23:54.891Z | Compiling serde_core v1.0.228 |
| 1776 | 2026-07-14T00:23:54.912Z | Compiling serde v1.0.228 |
| 1777 | 2026-07-14T00:23:54.912Z | Compiling cfg-if v1.0.4 |
| 1778 | 2026-07-14T00:23:54.912Z | Compiling version_check v0.9.5 |
| 1779 | 2026-07-14T00:23:54.912Z | Compiling find-msvc-tools v0.1.9 |
| 1780 | 2026-07-14T00:23:54.912Z | Compiling shlex v1.3.0 |
| 1781 | 2026-07-14T00:23:54.912Z | Compiling zmij v1.0.21 |
| 1782 | 2026-07-14T00:23:55.027Z | Compiling memchr v2.8.0 |
| 1783 | 2026-07-14T00:23:55.032Z | Compiling serde_json v1.0.150 |
| 1784 | 2026-07-14T00:23:55.033Z | Compiling autocfg v1.5.0 |
| 1785 | 2026-07-14T00:23:55.113Z | Compiling portable-atomic v1.13.1 |
| 1786 | 2026-07-14T00:23:55.208Z | Compiling zerocopy v0.8.40 |
| 1787 | 2026-07-14T00:23:55.324Z | Compiling getrandom v0.4.1 |
| 1788 | 2026-07-14T00:23:55.380Z | Compiling libm v0.2.16 |
| 1789 | 2026-07-14T00:23:55.398Z | Compiling parking_lot_core v0.9.12 |
| 1790 | 2026-07-14T00:23:55.405Z | Compiling icu_properties_data v2.1.2 |
| 1791 | 2026-07-14T00:23:55.481Z | Compiling num-traits v0.2.19 |
| 1792 | 2026-07-14T00:23:55.529Z | Compiling smallvec v1.15.1 |
| 1793 | 2026-07-14T00:23:55.630Z | Compiling icu_normalizer_data v2.1.1 |
| 1794 | 2026-07-14T00:23:55.658Z | Compiling generic-array v0.14.7 |
| 1795 | 2026-07-14T00:23:55.673Z | Compiling itoa v1.0.17 |
| 1796 | 2026-07-14T00:23:55.678Z | Compiling log v0.4.29 |
| 1797 | 2026-07-14T00:23:55.722Z | Compiling subtle v2.6.1 |
| 1798 | 2026-07-14T00:23:55.742Z | Compiling pkg-config v0.3.32 |
| 1799 | 2026-07-14T00:23:55.805Z | Compiling stable_deref_trait v1.2.1 |
| 1800 | 2026-07-14T00:23:55.858Z | Compiling typenum v1.20.1 |
| 1801 | 2026-07-14T00:23:55.907Z | Compiling scopeguard v1.2.0 |
| 1802 | 2026-07-14T00:23:55.954Z | Compiling fnv v1.0.7 |
| 1803 | 2026-07-14T00:23:55.964Z | Compiling rand_core v0.10.0 |
| 1804 | 2026-07-14T00:23:56.052Z | Compiling jobserver v0.1.34 |
| 1805 | 2026-07-14T00:23:56.068Z | Compiling errno v0.3.14 |
| 1806 | 2026-07-14T00:23:56.078Z | Compiling lock_api v0.4.14 |
| 1807 | 2026-07-14T00:23:56.174Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-07-14T00:23:56.189Z | Compiling pin-project-lite v0.2.17 |
| 1809 | 2026-07-14T00:23:56.224Z | Compiling getrandom v0.3.4 |
| 1810 | 2026-07-14T00:23:56.282Z | Compiling cc v1.2.56 |
| 1811 | 2026-07-14T00:23:56.301Z | Compiling equivalent v1.0.2 |
| 1812 | 2026-07-14T00:23:56.310Z | Compiling percent-encoding v2.3.2 |
| 1813 | 2026-07-14T00:23:56.317Z | Compiling writeable v0.6.2 |
| 1814 | 2026-07-14T00:23:56.342Z | Compiling syn v2.0.117 |
| 1815 | 2026-07-14T00:23:56.359Z | Compiling litemap v0.8.1 |
| 1816 | 2026-07-14T00:23:56.389Z | Compiling getrandom v0.2.17 |
| 1817 | 2026-07-14T00:23:56.435Z | Compiling rustversion v1.0.22 |
| 1818 | 2026-07-14T00:23:56.539Z | Compiling rand_core v0.6.4 |
| 1819 | 2026-07-14T00:23:56.599Z | Compiling dunce v1.0.5 |
| 1820 | 2026-07-14T00:23:56.602Z | Compiling critical-section v1.2.0 |
| 1821 | 2026-07-14T00:23:56.630Z | Compiling schemars v0.8.22 |
| 1822 | 2026-07-14T00:23:56.635Z | Compiling rustix v1.1.3 |
| 1823 | 2026-07-14T00:23:56.635Z | Compiling fs_extra v1.3.0 |
| 1824 | 2026-07-14T00:23:56.778Z | Compiling hashbrown v0.17.0 |
| 1825 | 2026-07-14T00:23:56.858Z | Compiling signal-hook-registry v1.4.8 |
| 1826 | 2026-07-14T00:23:56.963Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-07-14T00:23:56.974Z | Compiling heck v0.5.0 |
| 1828 | 2026-07-14T00:23:56.991Z | Compiling utf8_iter v1.0.4 |
| 1829 | 2026-07-14T00:23:57.005Z | Compiling form_urlencoded v1.2.2 |
| 1830 | 2026-07-14T00:23:57.174Z | Compiling cmake v0.1.57 |
| 1831 | 2026-07-14T00:23:57.222Z | Compiling parking_lot v0.12.5 |
| 1832 | 2026-07-14T00:23:57.236Z | Compiling socket2 v0.6.3 |
| 1833 | 2026-07-14T00:23:57.294Z | Compiling semver v1.0.28 |
| 1834 | 2026-07-14T00:23:57.351Z | Compiling indexmap v2.14.0 |
| 1835 | 2026-07-14T00:23:57.387Z | Compiling mio v1.2.0 |
| 1836 | 2026-07-14T00:23:57.459Z | Compiling bitflags v2.11.0 |
| 1837 | 2026-07-14T00:23:57.560Z | Compiling futures-core v0.3.32 |
| 1838 | 2026-07-14T00:23:57.598Z | Compiling aws-lc-rs v1.16.3 |
| 1839 | 2026-07-14T00:23:57.615Z | Compiling aws-lc-sys v0.40.0 |
| 1840 | 2026-07-14T00:23:57.693Z | Compiling httparse v1.10.1 |
| 1841 | 2026-07-14T00:23:57.731Z | Compiling strsim v0.11.1 |
| 1842 | 2026-07-14T00:23:57.991Z | Compiling thiserror v1.0.69 |
| 1843 | 2026-07-14T00:23:58.019Z | Compiling byteorder v1.5.0 |
| 1844 | 2026-07-14T00:23:58.040Z | Compiling ucd-trie v0.1.7 |
| 1845 | 2026-07-14T00:23:58.095Z | Compiling ident_case v1.0.1 |
| 1846 | 2026-07-14T00:23:58.112Z | Compiling const-oid v0.9.6 |
| 1847 | 2026-07-14T00:23:58.134Z | Compiling syn v1.0.109 |
| 1848 | 2026-07-14T00:23:58.138Z | Compiling vcpkg v0.2.15 |
| 1849 | 2026-07-14T00:23:58.186Z | Compiling iana-time-zone v0.1.65 |
| 1850 | 2026-07-14T00:23:58.202Z | Compiling regex-syntax v0.8.10 |
| 1851 | 2026-07-14T00:23:58.237Z | Compiling pest v2.8.6 |
| 1852 | 2026-07-14T00:23:58.502Z | Compiling uuid v1.23.4 |
| 1853 | 2026-07-14T00:23:58.582Z | Compiling rustc_version v0.4.1 |
| 1854 | 2026-07-14T00:23:58.670Z | Compiling futures-sink v0.3.32 |
| 1855 | 2026-07-14T00:23:58.720Z | Compiling openssl-sys v0.9.115 |
| 1856 | 2026-07-14T00:23:58.745Z | Compiling rustls v0.23.41 |
| 1857 | 2026-07-14T00:23:58.790Z | Compiling futures-channel v0.3.32 |
| 1858 | 2026-07-14T00:23:58.915Z | Compiling aho-corasick v1.1.4 |
| 1859 | 2026-07-14T00:23:58.948Z | Compiling slab v0.4.12 |
| 1860 | 2026-07-14T00:23:58.969Z | Compiling futures-io v0.3.32 |
| 1861 | 2026-07-14T00:23:59.122Z | Compiling futures-task v0.3.32 |
| 1862 | 2026-07-14T00:23:59.182Z | Compiling num-conv v0.2.0 |
| 1863 | 2026-07-14T00:23:59.211Z | Compiling plain v0.2.3 |
| 1864 | 2026-07-14T00:23:59.228Z | Compiling synstructure v0.13.2 |
| 1865 | 2026-07-14T00:23:59.310Z | Compiling serde_derive_internals v0.29.1 |
| 1866 | 2026-07-14T00:23:59.326Z | Compiling time-core v0.1.8 |
| 1867 | 2026-07-14T00:23:59.417Z | Compiling pest_meta v2.8.6 |
| 1868 | 2026-07-14T00:23:59.422Z | Compiling crc32fast v1.5.0 |
| 1869 | 2026-07-14T00:23:59.422Z | Compiling dyn-clone v1.0.20 |
| 1870 | 2026-07-14T00:23:59.484Z | Compiling time-macros v0.2.27 |
| 1871 | 2026-07-14T00:23:59.574Z | Compiling crossbeam-utils v0.8.21 |
| 1872 | 2026-07-14T00:23:59.644Z | Compiling base64 v0.22.1 |
| 1873 | 2026-07-14T00:23:59.754Z | Compiling pretty-hex v0.4.1 |
| 1874 | 2026-07-14T00:23:59.770Z | Compiling openssl v0.10.79 |
| 1875 | 2026-07-14T00:23:59.860Z | Compiling regex-automata v0.4.14 |
| 1876 | 2026-07-14T00:23:59.920Z | Compiling darling_core v0.21.3 |
| 1877 | 2026-07-14T00:23:59.920Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1878 | 2026-07-14T00:24:00.010Z | Compiling pest_generator v2.8.6 |
| 1879 | 2026-07-14T00:24:00.055Z | Compiling native-tls v0.2.18 |
| 1880 | 2026-07-14T00:24:00.102Z | Compiling anyhow v1.0.102 |
| 1881 | 2026-07-14T00:24:00.159Z | Compiling rand_core v0.9.5 |
| 1882 | 2026-07-14T00:24:00.315Z | Compiling slog v2.8.2 |
| 1883 | 2026-07-14T00:24:00.363Z | Compiling tracing-core v0.1.36 |
| 1884 | 2026-07-14T00:24:00.444Z | Compiling cookie v0.18.1 |
| 1885 | 2026-07-14T00:24:00.457Z | Compiling base64ct v1.8.3 |
| 1886 | 2026-07-14T00:24:00.497Z | Compiling serde_derive v1.0.228 |
| 1887 | 2026-07-14T00:24:00.548Z | Compiling zeroize_derive v1.4.3 |
| 1888 | 2026-07-14T00:24:00.575Z | Compiling zerofrom-derive v0.1.6 |
| 1889 | 2026-07-14T00:24:00.633Z | Compiling yoke-derive v0.8.1 |
| 1890 | 2026-07-14T00:24:00.645Z | Compiling zerovec-derive v0.11.2 |
| 1891 | 2026-07-14T00:24:00.660Z | Compiling displaydoc v0.2.5 |
| 1892 | 2026-07-14T00:24:00.675Z | Compiling zerocopy-derive v0.8.40 |
| 1893 | 2026-07-14T00:24:00.679Z | Compiling tokio-macros v2.7.0 |
| 1894 | 2026-07-14T00:24:00.759Z | Compiling futures-macro v0.3.32 |
| 1895 | 2026-07-14T00:24:00.800Z | Compiling thiserror-impl v2.0.18 |
| 1896 | 2026-07-14T00:24:01.175Z | Compiling zeroize v1.8.2 |
| 1897 | 2026-07-14T00:24:01.404Z | Compiling schemars_derive v0.8.22 |
| 1898 | 2026-07-14T00:24:01.436Z | Compiling tracing-attributes v0.1.31 |
| 1899 | 2026-07-14T00:24:01.555Z | Compiling der_derive v0.7.3 |
| 1900 | 2026-07-14T00:24:01.587Z | Compiling thiserror-impl v1.0.69 |
| 1901 | 2026-07-14T00:24:01.702Z | Compiling pest_derive v2.8.6 |
| 1902 | 2026-07-14T00:24:01.732Z | Compiling zerofrom v0.1.6 |
| 1903 | 2026-07-14T00:24:01.855Z | Compiling yoke v0.8.1 |
| 1904 | 2026-07-14T00:24:02.014Z | Compiling crypto-common v0.1.7 |
| 1905 | 2026-07-14T00:24:02.081Z | Compiling zerovec v0.11.5 |
| 1906 | 2026-07-14T00:24:02.098Z | Compiling zerotrie v0.2.3 |
| 1907 | 2026-07-14T00:24:02.129Z | Compiling futures-util v0.3.32 |
| 1908 | 2026-07-14T00:24:02.204Z | Compiling block-buffer v0.10.4 |
| 1909 | 2026-07-14T00:24:02.592Z | Compiling digest v0.10.7 |
| 1910 | 2026-07-14T00:24:02.616Z | Compiling tinystr v0.8.2 |
| 1911 | 2026-07-14T00:24:02.682Z | Compiling potential_utf v0.1.4 |
| 1912 | 2026-07-14T00:24:02.705Z | Compiling scroll_derive v0.13.1 |
| 1913 | 2026-07-14T00:24:02.705Z | Compiling scroll_derive v0.12.1 |
| 1914 | 2026-07-14T00:24:02.751Z | Compiling openssl-macros v0.1.1 |
| 1915 | 2026-07-14T00:24:02.832Z | Compiling icu_locale_core v2.1.1 |
| 1916 | 2026-07-14T00:24:02.841Z | Compiling icu_collections v2.1.1 |
| 1917 | 2026-07-14T00:24:03.028Z | Compiling regex v1.12.3 |
| 1918 | 2026-07-14T00:24:03.335Z | Compiling darling_macro v0.21.3 |
| 1919 | 2026-07-14T00:24:03.383Z | Compiling zerocopy-derive v0.7.35 |
| 1920 | 2026-07-14T00:24:03.489Z | Compiling camino v1.2.2 |
| 1921 | 2026-07-14T00:24:03.504Z | Compiling tracing v0.1.44 |
| 1922 | 2026-07-14T00:24:03.578Z | Compiling icu_provider v2.1.1 |
| 1923 | 2026-07-14T00:24:03.648Z | Compiling bytes v1.11.1 |
| 1924 | 2026-07-14T00:24:03.735Z | Compiling chrono v0.4.45 |
| 1925 | 2026-07-14T00:24:03.852Z | Compiling icu_normalizer v2.1.1 |
| 1926 | 2026-07-14T00:24:03.885Z | Compiling icu_properties v2.1.2 |
| 1927 | 2026-07-14T00:24:03.927Z | Compiling serde_tokenstream v0.2.3 |
| 1928 | 2026-07-14T00:24:03.997Z | Compiling darling v0.21.3 |
| 1929 | 2026-07-14T00:24:04.185Z | Compiling tokio v1.52.1 |
| 1930 | 2026-07-14T00:24:04.286Z | Compiling http v1.4.2 |
| 1931 | 2026-07-14T00:24:04.662Z | Compiling pem-rfc7468 v0.7.0 |
| 1932 | 2026-07-14T00:24:04.799Z | Compiling idna_adapter v1.2.1 |
| 1933 | 2026-07-14T00:24:04.957Z | Compiling idna v1.1.0 |
| 1934 | 2026-07-14T00:24:05.114Z | Compiling ppv-lite86 v0.2.21 |
| 1935 | 2026-07-14T00:24:05.320Z | Compiling url v2.5.8 |
| 1936 | 2026-07-14T00:24:05.637Z | Compiling flagset v0.4.7 |
| 1937 | 2026-07-14T00:24:05.731Z | Compiling der v0.7.10 |
| 1938 | 2026-07-14T00:24:05.955Z | Compiling rand_chacha v0.9.0 |
| 1939 | 2026-07-14T00:24:06.031Z | Compiling http-body v1.0.1 |
| 1940 | 2026-07-14T00:24:06.166Z | Compiling rustls-pki-types v1.14.0 |
| 1941 | 2026-07-14T00:24:06.292Z | Compiling usdt-impl v0.5.0 |
| 1942 | 2026-07-14T00:24:06.426Z | Compiling ref-cast v1.0.25 |
| 1943 | 2026-07-14T00:24:06.470Z | Compiling openssl-probe v0.2.1 |
| 1944 | 2026-07-14T00:24:06.588Z | Compiling either v1.15.0 |
| 1945 | 2026-07-14T00:24:06.629Z | Compiling fastrand v2.3.0 |
| 1946 | 2026-07-14T00:24:06.667Z | Compiling tinyvec_macros v0.1.1 |
| 1947 | 2026-07-14T00:24:06.737Z | Compiling usdt-impl v0.6.0 |
| 1948 | 2026-07-14T00:24:06.774Z | Compiling cmov v0.5.4 |
| 1949 | 2026-07-14T00:24:06.937Z | Compiling paste v1.0.15 |
| 1950 | 2026-07-14T00:24:07.005Z | Compiling ctutils v0.4.2 |
| 1951 | 2026-07-14T00:24:07.025Z | Compiling tinyvec v1.10.0 |
| 1952 | 2026-07-14T00:24:07.053Z | Compiling spki v0.7.3 |
| 1953 | 2026-07-14T00:24:07.127Z | Compiling rand v0.9.2 |
| 1954 | 2026-07-14T00:24:07.675Z | Compiling toml_datetime v0.6.11 |
| 1955 | 2026-07-14T00:24:07.681Z | Compiling serde_spanned v0.6.9 |
| 1956 | 2026-07-14T00:24:07.681Z | Compiling scroll v0.13.0 |
| 1957 | 2026-07-14T00:24:07.681Z | Compiling scroll v0.12.0 |
| 1958 | 2026-07-14T00:24:07.681Z | Compiling async-trait v0.1.89 |
| 1959 | 2026-07-14T00:24:07.681Z | Compiling heapless v0.7.17 |
| 1960 | 2026-07-14T00:24:07.681Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1961 | 2026-07-14T00:24:07.681Z | Compiling winnow v0.7.14 |
| 1962 | 2026-07-14T00:24:07.681Z | Compiling rustix v0.38.44 |
| 1963 | 2026-07-14T00:24:07.682Z | Compiling cpufeatures v0.2.17 |
| 1964 | 2026-07-14T00:24:07.682Z | Compiling atomic-waker v1.1.2 |
| 1965 | 2026-07-14T00:24:07.682Z | Compiling try-lock v0.2.5 |
| 1966 | 2026-07-14T00:24:07.692Z | Compiling tower-layer v0.3.3 |
| 1967 | 2026-07-14T00:24:07.709Z | Compiling signal-hook v0.3.18 |
| 1968 | 2026-07-14T00:24:07.720Z | Compiling litrs v1.0.0 |
| 1969 | 2026-07-14T00:24:07.742Z | Compiling winnow v1.0.3 |
| 1970 | 2026-07-14T00:24:07.794Z | Compiling zstd-safe v7.2.4 |
| 1971 | 2026-07-14T00:24:07.856Z | Compiling untrusted v0.7.1 |
| 1972 | 2026-07-14T00:24:07.911Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-07-14T00:24:07.912Z | Compiling want v0.3.1 |
| 1974 | 2026-07-14T00:24:07.912Z | Compiling goblin v0.8.2 |
| 1975 | 2026-07-14T00:24:07.956Z | Compiling goblin v0.10.5 |
| 1976 | 2026-07-14T00:24:08.066Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1977 | 2026-07-14T00:24:08.121Z | Compiling tokio-util v0.7.18 |
| 1978 | 2026-07-14T00:24:08.197Z | Compiling document-features v0.2.12 |
| 1979 | 2026-07-14T00:24:08.248Z | Compiling hybrid-array v0.4.13 |
| 1980 | 2026-07-14T00:24:08.476Z | Compiling zerocopy v0.7.35 |
| 1981 | 2026-07-14T00:24:08.654Z | Compiling ipnet v2.11.0 |
| 1982 | 2026-07-14T00:24:08.740Z | Compiling ref-cast-impl v1.0.25 |
| 1983 | 2026-07-14T00:24:08.957Z | Compiling h2 v0.4.15 |
| 1984 | 2026-07-14T00:24:09.031Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-07-14T00:24:09.050Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-07-14T00:24:09.082Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-07-14T00:24:09.353Z | Compiling untrusted v0.9.0 |
| 1988 | 2026-07-14T00:24:09.364Z | Compiling httpdate v1.0.3 |
| 1989 | 2026-07-14T00:24:09.364Z | Compiling powerfmt v0.2.0 |
| 1990 | 2026-07-14T00:24:09.472Z | Compiling foreign-types-shared v0.1.1 |
| 1991 | 2026-07-14T00:24:09.516Z | Compiling winnow v0.5.40 |
| 1992 | 2026-07-14T00:24:09.525Z | Compiling utf8parse v0.2.2 |
| 1993 | 2026-07-14T00:24:09.599Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-07-14T00:24:09.651Z | Compiling deranged v0.5.8 |
| 1995 | 2026-07-14T00:24:09.699Z | Compiling tempfile v3.25.0 |
| 1996 | 2026-07-14T00:24:10.058Z | Compiling unicode-normalization v0.1.25 |
| 1997 | 2026-07-14T00:24:10.131Z | Compiling dof v0.3.0 |
| 1998 | 2026-07-14T00:24:10.482Z | Compiling pkcs8 v0.10.2 |
| 1999 | 2026-07-14T00:24:10.550Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-07-14T00:24:10.744Z | Compiling dof v0.4.0 |
| 2001 | 2026-07-14T00:24:10.942Z | Compiling toml_edit v0.19.15 |
| 2002 | 2026-07-14T00:24:11.010Z | Compiling darling_macro v0.20.11 |
| 2003 | 2026-07-14T00:24:11.072Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-07-14T00:24:11.147Z | Compiling pin-project-internal v1.1.11 |
| 2005 | 2026-07-14T00:24:11.484Z | Compiling daft-derive v0.1.7 |
| 2006 | 2026-07-14T00:24:11.519Z | Compiling spin v0.9.8 |
| 2007 | 2026-07-14T00:24:11.531Z | Compiling thread-id v4.2.2 |
| 2008 | 2026-07-14T00:24:11.632Z | Compiling thread-id v5.1.0 |
| 2009 | 2026-07-14T00:24:11.787Z | Compiling anstyle v1.0.14 |
| 2010 | 2026-07-14T00:24:11.815Z | Compiling num-bigint-dig v0.8.6 |
| 2011 | 2026-07-14T00:24:11.892Z | Compiling num_threads v0.1.7 |
| 2012 | 2026-07-14T00:24:11.924Z | Compiling smoltcp v0.9.1 |
| 2013 | 2026-07-14T00:24:11.999Z | Compiling cfg_aliases v0.2.1 |
| 2014 | 2026-07-14T00:24:12.010Z | Compiling time v0.3.47 |
| 2015 | 2026-07-14T00:24:12.086Z | Compiling nix v0.31.2 |
| 2016 | 2026-07-14T00:24:12.187Z | Compiling hyper v1.10.1 |
| 2017 | 2026-07-14T00:24:12.267Z | Compiling darling v0.20.11 |
| 2018 | 2026-07-14T00:24:12.474Z | Compiling sha2 v0.10.9 |
| 2019 | 2026-07-14T00:24:12.583Z | Compiling ipnetwork v0.21.1 |
| 2020 | 2026-07-14T00:24:12.621Z | Compiling hmac v0.12.1 |
| 2021 | 2026-07-14T00:24:12.788Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2022 | 2026-07-14T00:24:12.829Z | Compiling strum_macros v0.26.4 |
| 2023 | 2026-07-14T00:24:12.997Z | Compiling sync_wrapper v1.0.2 |
| 2024 | 2026-07-14T00:24:13.090Z | Compiling wait-timeout v0.2.1 |
| 2025 | 2026-07-14T00:24:13.254Z | Compiling siphasher v1.0.2 |
| 2026 | 2026-07-14T00:24:13.441Z | Compiling hyper-util v0.1.20 |
| 2027 | 2026-07-14T00:24:13.467Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-07-14T00:24:13.480Z | Compiling colorchoice v1.0.4 |
| 2029 | 2026-07-14T00:24:13.503Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-07-14T00:24:13.600Z | Compiling simd-adler32 v0.3.8 |
| 2031 | 2026-07-14T00:24:13.664Z | Compiling anstyle-query v1.1.5 |
| 2032 | 2026-07-14T00:24:13.679Z | Compiling is_terminal_polyfill v1.70.2 |
| 2033 | 2026-07-14T00:24:13.819Z | Compiling bit-set v0.8.0 |
| 2034 | 2026-07-14T00:24:13.848Z | Compiling rusty-fork v0.3.1 |
| 2035 | 2026-07-14T00:24:14.159Z | Compiling tower v0.5.3 |
| 2036 | 2026-07-14T00:24:14.476Z | Compiling derive_builder_core v0.20.2 |
| 2037 | 2026-07-14T00:24:14.679Z | Compiling http-body-util v0.1.3 |
| 2038 | 2026-07-14T00:24:14.933Z | Compiling hubpack_derive v0.1.1 |
| 2039 | 2026-07-14T00:24:14.963Z | Compiling strum_macros v0.27.2 |
| 2040 | 2026-07-14T00:24:14.979Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-07-14T00:24:15.129Z | Compiling rand_xorshift v0.4.0 |
| 2042 | 2026-07-14T00:24:15.274Z | Compiling fs-err v3.3.0 |
| 2043 | 2026-07-14T00:24:15.297Z | Compiling ahash v0.8.12 |
| 2044 | 2026-07-14T00:24:15.303Z | Compiling iri-string v0.7.10 |
| 2045 | 2026-07-14T00:24:15.430Z | Compiling unicode-bidi v0.3.18 |
| 2046 | 2026-07-14T00:24:15.486Z | Compiling adler2 v2.0.1 |
| 2047 | 2026-07-14T00:24:15.499Z | Compiling unarray v0.1.4 |
| 2048 | 2026-07-14T00:24:15.539Z | Compiling allocator-api2 v0.2.21 |
| 2049 | 2026-07-14T00:24:15.622Z | Compiling object v0.37.3 |
| 2050 | 2026-07-14T00:24:15.748Z | Compiling unicode-properties v0.1.4 |
| 2051 | 2026-07-14T00:24:15.908Z | Compiling ryu v1.0.23 |
| 2052 | 2026-07-14T00:24:15.923Z | Compiling unicode-segmentation v1.12.0 |
| 2053 | 2026-07-14T00:24:15.938Z | Compiling stringprep v0.1.5 |
| 2054 | 2026-07-14T00:24:16.023Z | Compiling proptest v1.10.0 |
| 2055 | 2026-07-14T00:24:16.086Z | Compiling serde_urlencoded v0.7.1 |
| 2056 | 2026-07-14T00:24:16.322Z | Compiling miniz_oxide v0.8.9 |
| 2057 | 2026-07-14T00:24:16.354Z | Compiling derive_builder_macro v0.20.2 |
| 2058 | 2026-07-14T00:24:16.526Z | Compiling tower-http v0.6.8 |
| 2059 | 2026-07-14T00:24:16.669Z | Compiling tokio-native-tls v0.3.1 |
| 2060 | 2026-07-14T00:24:16.698Z | Compiling usdt-attr-macro v0.6.0 |
| 2061 | 2026-07-14T00:24:16.722Z | Compiling usdt-macro v0.6.0 |
| 2062 | 2026-07-14T00:24:16.858Z | Compiling anstyle-parse v1.0.0 |
| 2063 | 2026-07-14T00:24:16.872Z | Compiling crypto-common v0.2.2 |
| 2064 | 2026-07-14T00:24:16.877Z | Compiling block-buffer v0.12.1 |
| 2065 | 2026-07-14T00:24:17.114Z | Compiling block-padding v0.4.2 |
| 2066 | 2026-07-14T00:24:17.228Z | Compiling rustls-native-certs v0.8.3 |
| 2067 | 2026-07-14T00:24:17.265Z | Compiling rand_chacha v0.3.1 |
| 2068 | 2026-07-14T00:24:17.486Z | Compiling erased-serde v0.3.31 |
| 2069 | 2026-07-14T00:24:17.489Z | Compiling signature v2.2.0 |
| 2070 | 2026-07-14T00:24:17.489Z | Compiling md-5 v0.10.6 |
| 2071 | 2026-07-14T00:24:17.489Z | Compiling bstr v1.12.1 |
| 2072 | 2026-07-14T00:24:17.597Z | Compiling num-integer v0.1.46 |
| 2073 | 2026-07-14T00:24:17.612Z | Compiling hash32 v0.2.1 |
| 2074 | 2026-07-14T00:24:17.659Z | Compiling vergen-lib v9.1.0 |
| 2075 | 2026-07-14T00:24:17.803Z | Compiling encoding_rs v0.8.35 |
| 2076 | 2026-07-14T00:24:17.882Z | Compiling fallible-iterator v0.2.0 |
| 2077 | 2026-07-14T00:24:17.918Z | Compiling mime v0.3.17 |
| 2078 | 2026-07-14T00:24:17.922Z | Compiling cpufeatures v0.3.0 |
| 2079 | 2026-07-14T00:24:17.945Z | Compiling psl-types v2.0.11 |
| 2080 | 2026-07-14T00:24:18.035Z | Compiling zlib-rs v0.6.2 |
| 2081 | 2026-07-14T00:24:18.099Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-07-14T00:24:18.210Z | Compiling postgres-protocol v0.6.10 |
| 2083 | 2026-07-14T00:24:18.214Z | Compiling newtype-uuid v1.3.2 |
| 2084 | 2026-07-14T00:24:18.316Z | Compiling num-iter v0.1.45 |
| 2085 | 2026-07-14T00:24:18.763Z | Compiling rand v0.8.6 |
| 2086 | 2026-07-14T00:24:18.855Z | Compiling inout v0.2.2 |
| 2087 | 2026-07-14T00:24:18.912Z | Compiling anstream v1.0.0 |
| 2088 | 2026-07-14T00:24:18.916Z | Compiling oxnet v0.1.6 |
| 2089 | 2026-07-14T00:24:18.949Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-07-14T00:24:19.011Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-07-14T00:24:19.081Z | Compiling heck v0.4.1 |
| 2092 | 2026-07-14T00:24:19.179Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-07-14T00:24:19.250Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-07-14T00:24:19.293Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-07-14T00:24:19.314Z | Compiling anstyle-parse v0.2.7 |
| 2096 | 2026-07-14T00:24:19.432Z | Compiling terminal_size v0.4.3 |
| 2097 | 2026-07-14T00:24:19.462Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-07-14T00:24:19.465Z | Compiling serde_with_macros v3.17.0 |
| 2099 | 2026-07-14T00:24:19.465Z | Compiling hex v0.4.3 |
| 2100 | 2026-07-14T00:24:19.589Z | Compiling async-recursion v1.1.1 |
| 2101 | 2026-07-14T00:24:19.613Z | Compiling clap_derive v4.6.1 |
| 2102 | 2026-07-14T00:24:19.627Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-07-14T00:24:19.738Z | Compiling enum-as-inner v0.6.1 |
| 2104 | 2026-07-14T00:24:19.830Z | Compiling ff v0.13.1 |
| 2105 | 2026-07-14T00:24:19.833Z | Compiling vergen v9.1.0 |
| 2106 | 2026-07-14T00:24:19.925Z | Compiling cargo-platform v0.3.2 |
| 2107 | 2026-07-14T00:24:20.029Z | Compiling bitflags v1.3.2 |
| 2108 | 2026-07-14T00:24:20.129Z | Compiling flate2 v1.1.9 |
| 2109 | 2026-07-14T00:24:20.183Z | Compiling libbz2-rs-sys v0.2.2 |
| 2110 | 2026-07-14T00:24:20.198Z | Compiling foldhash v0.2.0 |
| 2111 | 2026-07-14T00:24:20.236Z | Compiling bumpalo v3.20.2 |
| 2112 | 2026-07-14T00:24:20.355Z | Compiling managed v0.8.0 |
| 2113 | 2026-07-14T00:24:20.480Z | Compiling same-file v1.0.6 |
| 2114 | 2026-07-14T00:24:20.540Z | Compiling foldhash v0.1.5 |
| 2115 | 2026-07-14T00:24:20.598Z | Compiling base16ct v0.2.0 |
| 2116 | 2026-07-14T00:24:20.613Z | Compiling clap_lex v1.0.0 |
| 2117 | 2026-07-14T00:24:20.647Z | Compiling bzip2 v0.6.1 |
| 2118 | 2026-07-14T00:24:20.653Z | Compiling walkdir v2.5.0 |
| 2119 | 2026-07-14T00:24:20.721Z | Compiling sec1 v0.7.3 |
| 2120 | 2026-07-14T00:24:20.764Z | Compiling hashbrown v0.15.5 |
| 2121 | 2026-07-14T00:24:20.778Z | Compiling clap_builder v4.6.0 |
| 2122 | 2026-07-14T00:24:20.858Z | Compiling zopfli v0.8.3 |
| 2123 | 2026-07-14T00:24:20.948Z | Compiling hashbrown v0.16.1 |
| 2124 | 2026-07-14T00:24:21.281Z | Compiling cargo_metadata v0.23.1 |
| 2125 | 2026-07-14T00:24:21.335Z | Compiling group v0.13.0 |
| 2126 | 2026-07-14T00:24:21.484Z | Compiling zstd v0.13.3 |
| 2127 | 2026-07-14T00:24:21.519Z | Compiling futures v0.3.32 |
| 2128 | 2026-07-14T00:24:21.681Z | Compiling anstream v0.6.21 |
| 2129 | 2026-07-14T00:24:21.763Z | Compiling phf v0.13.1 |
| 2130 | 2026-07-14T00:24:21.961Z | Compiling snafu v0.8.9 |
| 2131 | 2026-07-14T00:24:21.991Z | Compiling daft v0.1.7 |
| 2132 | 2026-07-14T00:24:22.184Z | Compiling reqwest v0.12.28 |
| 2133 | 2026-07-14T00:24:22.281Z | Compiling signal-hook-mio v0.2.5 |
| 2134 | 2026-07-14T00:24:22.429Z | Compiling cipher v0.5.2 |
| 2135 | 2026-07-14T00:24:22.505Z | Compiling cookie_store v0.22.1 |
| 2136 | 2026-07-14T00:24:22.624Z | Compiling postgres-types v0.2.12 |
| 2137 | 2026-07-14T00:24:22.655Z | Compiling bzip2 v0.4.4 |
| 2138 | 2026-07-14T00:24:22.655Z | Compiling globset v0.4.18 |
| 2139 | 2026-07-14T00:24:22.845Z | Compiling ed25519 v2.2.3 |
| 2140 | 2026-07-14T00:24:22.888Z | Compiling strum v0.27.2 |
| 2141 | 2026-07-14T00:24:23.070Z | Compiling hubpack v0.1.2 |
| 2142 | 2026-07-14T00:24:23.101Z | Compiling phf_shared v0.11.3 |
| 2143 | 2026-07-14T00:24:23.150Z | Compiling hkdf v0.12.4 |
| 2144 | 2026-07-14T00:24:23.164Z | Compiling crossbeam-epoch v0.9.18 |
| 2145 | 2026-07-14T00:24:23.200Z | Compiling pkcs1 v0.7.5 |
| 2146 | 2026-07-14T00:24:23.249Z | Compiling olpc-cjson v0.1.4 |
| 2147 | 2026-07-14T00:24:23.425Z | Compiling pem v3.0.6 |
| 2148 | 2026-07-14T00:24:23.517Z | Compiling serde_plain v1.0.2 |
| 2149 | 2026-07-14T00:24:23.563Z | Compiling serde-big-array v0.5.1 |
| 2150 | 2026-07-14T00:24:23.706Z | Compiling crypto-bigint v0.5.5 |
| 2151 | 2026-07-14T00:24:23.755Z | Compiling float-cmp v0.10.0 |
| 2152 | 2026-07-14T00:24:23.768Z | Compiling memmap2 v0.9.10 |
| 2153 | 2026-07-14T00:24:23.781Z | Compiling env_filter v1.0.0 |
| 2154 | 2026-07-14T00:24:23.781Z | Compiling data-encoding v2.10.0 |
| 2155 | 2026-07-14T00:24:23.910Z | Compiling precomputed-hash v0.1.1 |
| 2156 | 2026-07-14T00:24:23.999Z | Compiling whoami v2.1.0 |
| 2157 | 2026-07-14T00:24:24.029Z | Compiling fixedbitset v0.5.7 |
| 2158 | 2026-07-14T00:24:24.048Z | Compiling difflib v0.4.0 |
| 2159 | 2026-07-14T00:24:24.108Z | Compiling fixedbitset v0.4.2 |
| 2160 | 2026-07-14T00:24:24.124Z | Compiling jiff v0.2.21 |
| 2161 | 2026-07-14T00:24:24.218Z | Compiling keccak v0.1.6 |
| 2162 | 2026-07-14T00:24:24.268Z | Compiling static_assertions v1.1.0 |
| 2163 | 2026-07-14T00:24:24.299Z | Compiling normalize-line-endings v0.3.0 |
| 2164 | 2026-07-14T00:24:24.320Z | Compiling new_debug_unreachable v1.0.6 |
| 2165 | 2026-07-14T00:24:24.338Z | Compiling toml_write v0.1.2 |
| 2166 | 2026-07-14T00:24:24.431Z | Compiling const-oid v0.10.2 |
| 2167 | 2026-07-14T00:24:24.468Z | Compiling predicates-core v1.0.10 |
| 2168 | 2026-07-14T00:24:24.499Z | Compiling typed-path v0.9.3 |
| 2169 | 2026-07-14T00:24:24.558Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-07-14T00:24:24.572Z | Compiling chacha20 v0.10.0 |
| 2171 | 2026-07-14T00:24:24.604Z | Compiling digest v0.11.3 |
| 2172 | 2026-07-14T00:24:24.671Z | Compiling predicates v3.1.4 |
| 2173 | 2026-07-14T00:24:24.676Z | Compiling elliptic-curve v0.13.8 |
| 2174 | 2026-07-14T00:24:24.723Z | Compiling string_cache v0.8.9 |
| 2175 | 2026-07-14T00:24:24.802Z | Compiling sha3 v0.10.8 |
| 2176 | 2026-07-14T00:24:24.867Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2177 | 2026-07-14T00:24:24.950Z | Compiling petgraph v0.8.3 |
| 2178 | 2026-07-14T00:24:24.950Z | Compiling petgraph v0.6.5 |
| 2179 | 2026-07-14T00:24:25.029Z | Compiling tokio-postgres v0.7.16 |
| 2180 | 2026-07-14T00:24:25.051Z | Compiling hickory-proto v0.25.2 |
| 2181 | 2026-07-14T00:24:25.162Z | Compiling env_logger v0.11.9 |
| 2182 | 2026-07-14T00:24:25.249Z | Compiling usdt v0.6.0 |
| 2183 | 2026-07-14T00:24:26.190Z | Compiling rsa v0.9.10 |
| 2184 | 2026-07-14T00:24:26.736Z | Compiling zip v4.6.1 |
| 2185 | 2026-07-14T00:24:26.951Z | Compiling ed25519-dalek v2.2.0 |
| 2186 | 2026-07-14T00:24:27.147Z | Compiling zip v0.6.6 |
| 2187 | 2026-07-14T00:24:27.264Z | Compiling crossterm v0.28.1 |
| 2188 | 2026-07-14T00:24:27.592Z | Compiling clap v4.6.1 |
| 2189 | 2026-07-14T00:24:27.616Z | Compiling iddqd v0.4.2 |
| 2190 | 2026-07-14T00:24:27.689Z | Compiling serde_with v3.17.0 |
| 2191 | 2026-07-14T00:24:27.755Z | Compiling similar v2.7.0 |
| 2192 | 2026-07-14T00:24:27.811Z | Compiling strum v0.26.3 |
| 2193 | 2026-07-14T00:24:27.956Z | Compiling toml v0.7.8 |
| 2194 | 2026-07-14T00:24:28.002Z | Compiling tokio-stream v0.1.18 |
| 2195 | 2026-07-14T00:24:28.168Z | Compiling buf-list v1.1.2 |
| 2196 | 2026-07-14T00:24:28.424Z | Compiling x509-cert v0.2.5 |
| 2197 | 2026-07-14T00:24:28.461Z | Compiling itertools v0.13.0 |
| 2198 | 2026-07-14T00:24:28.497Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2199 | 2026-07-14T00:24:28.824Z | Compiling openapiv3 v2.2.0 |
| 2200 | 2026-07-14T00:24:29.307Z | Compiling lalrpop-util v0.19.12 |
| 2201 | 2026-07-14T00:24:29.514Z | Compiling peg-runtime v0.8.5 |
| 2202 | 2026-07-14T00:24:45.485Z | Compiling rustls-webpki v0.103.13 |
| 2203 | 2026-07-14T00:24:46.500Z | Compiling macaddr v1.0.1 |
| 2204 | 2026-07-14T00:24:46.525Z | Compiling structmeta-derive v0.3.0 |
| 2205 | 2026-07-14T00:24:46.608Z | Compiling crucible-workspace-hack v0.1.0 |
| 2206 | 2026-07-14T00:24:46.690Z | Compiling rayon-core v1.13.0 |
| 2207 | 2026-07-14T00:24:46.840Z | Compiling itertools v0.14.0 |
| 2208 | 2026-07-14T00:24:46.862Z | Compiling secrecy v0.10.3 |
| 2209 | 2026-07-14T00:24:46.950Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-07-14T00:24:47.009Z | Compiling heapless v0.8.0 |
| 2211 | 2026-07-14T00:24:47.035Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2212 | 2026-07-14T00:24:47.147Z | Compiling crossbeam-deque v0.8.6 |
| 2213 | 2026-07-14T00:24:47.294Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2214 | 2026-07-14T00:24:47.313Z | Compiling inout v0.1.4 |
| 2215 | 2026-07-14T00:24:47.374Z | Compiling hash32 v0.3.1 |
| 2216 | 2026-07-14T00:24:47.389Z | Compiling multer v3.1.0 |
| 2217 | 2026-07-14T00:24:47.403Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-07-14T00:24:47.496Z | Compiling thread_local v1.1.9 |
| 2219 | 2026-07-14T00:24:47.518Z | Compiling compression-core v0.4.31 |
| 2220 | 2026-07-14T00:24:47.532Z | Compiling structmeta v0.3.0 |
| 2221 | 2026-07-14T00:24:47.555Z | Compiling smoltcp v0.11.0 |
| 2222 | 2026-07-14T00:24:47.572Z | Compiling unicode-width v0.2.0 |
| 2223 | 2026-07-14T00:24:47.613Z | Compiling slog-async v2.8.0 |
| 2224 | 2026-07-14T00:24:47.710Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2225 | 2026-07-14T00:24:47.748Z | Compiling match_cfg v0.1.0 |
| 2226 | 2026-07-14T00:24:47.901Z | Compiling proc-macro-crate v3.4.0 |
| 2227 | 2026-07-14T00:24:47.910Z | Compiling hostname v0.3.1 |
| 2228 | 2026-07-14T00:24:47.916Z | Compiling derive-ex v0.1.8 |
| 2229 | 2026-07-14T00:24:47.943Z | Compiling compression-codecs v0.4.37 |
| 2230 | 2026-07-14T00:24:48.038Z | Compiling cipher v0.4.4 |
| 2231 | 2026-07-14T00:24:48.116Z | Compiling ingot-macros v0.1.1 |
| 2232 | 2026-07-14T00:24:48.209Z | Compiling atomicwrites v0.4.4 |
| 2233 | 2026-07-14T00:24:48.312Z | Compiling slog-json v2.6.1 |
| 2234 | 2026-07-14T00:24:48.327Z | Compiling crossbeam-channel v0.5.15 |
| 2235 | 2026-07-14T00:24:48.355Z | Compiling half v2.7.1 |
| 2236 | 2026-07-14T00:24:48.506Z | Compiling newtype-uuid-macros v0.1.0 |
| 2237 | 2026-07-14T00:24:48.522Z | Compiling cobs v0.3.0 |
| 2238 | 2026-07-14T00:24:48.583Z | Compiling universal-hash v0.5.1 |
| 2239 | 2026-07-14T00:24:48.721Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2240 | 2026-07-14T00:24:48.746Z | Compiling async-stream-impl v0.3.6 |
| 2241 | 2026-07-14T00:24:48.814Z | Compiling serde_spanned v1.1.1 |
| 2242 | 2026-07-14T00:24:48.833Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2243 | 2026-07-14T00:24:48.980Z | Compiling tokio-rustls v0.26.4 |
| 2244 | 2026-07-14T00:24:49.021Z | Compiling rustls-platform-verifier v0.6.2 |
| 2245 | 2026-07-14T00:24:49.249Z | Compiling hyper-rustls v0.27.7 |
| 2246 | 2026-07-14T00:24:49.269Z | Compiling tough v0.22.0 |
| 2247 | 2026-07-14T00:24:49.285Z | Compiling is-terminal v0.4.17 |
| 2248 | 2026-07-14T00:24:49.288Z | Compiling proc-macro-error-attr v1.0.4 |
| 2249 | 2026-07-14T00:24:49.343Z | Compiling dropshot v0.17.1 |
| 2250 | 2026-07-14T00:24:49.423Z | Compiling opaque-debug v0.3.1 |
| 2251 | 2026-07-14T00:24:49.463Z | Compiling convert_case v0.4.0 |
| 2252 | 2026-07-14T00:24:49.514Z | Compiling reqwest v0.13.2 |
| 2253 | 2026-07-14T00:24:49.536Z | Compiling take_mut v0.2.2 |
| 2254 | 2026-07-14T00:24:49.561Z | Compiling ciborium-io v0.2.2 |
| 2255 | 2026-07-14T00:24:49.590Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2256 | 2026-07-14T00:24:49.606Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2257 | 2026-07-14T00:24:49.680Z | Compiling term v1.2.1 |
| 2258 | 2026-07-14T00:24:49.695Z | Compiling ciborium-ll v0.2.2 |
| 2259 | 2026-07-14T00:24:49.793Z | Compiling derive_more v0.99.20 |
| 2260 | 2026-07-14T00:24:49.809Z | Compiling thiserror-no-std v2.0.2 |
| 2261 | 2026-07-14T00:24:49.846Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2262 | 2026-07-14T00:24:49.995Z | Compiling poly1305 v0.8.0 |
| 2263 | 2026-07-14T00:24:50.035Z | Compiling slog-term v2.9.2 |
| 2264 | 2026-07-14T00:24:50.301Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-07-14T00:24:50.523Z | Compiling async-stream v0.3.6 |
| 2266 | 2026-07-14T00:24:50.651Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2267 | 2026-07-14T00:24:50.736Z | Compiling postcard v1.1.3 |
| 2268 | 2026-07-14T00:24:50.771Z | Compiling ingot-types v0.1.2 |
| 2269 | 2026-07-14T00:24:51.103Z | Compiling slog-bunyan v2.5.0 |
| 2270 | 2026-07-14T00:24:51.150Z | Compiling num_enum_derive v0.7.6 |
| 2271 | 2026-07-14T00:24:51.247Z | Compiling ingot v0.1.1 |
| 2272 | 2026-07-14T00:24:51.310Z | Compiling chacha20 v0.9.1 |
| 2273 | 2026-07-14T00:24:51.325Z | Compiling async-compression v0.4.41 |
| 2274 | 2026-07-14T00:24:51.582Z | Compiling parse-display-derive v0.10.0 |
| 2275 | 2026-07-14T00:24:51.628Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2276 | 2026-07-14T00:24:51.808Z | Compiling sha1 v0.11.0 |
| 2277 | 2026-07-14T00:24:52.040Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2278 | 2026-07-14T00:24:52.129Z | Compiling proc-macro-crate v1.3.1 |
| 2279 | 2026-07-14T00:24:52.241Z | Compiling waitgroup v0.1.2 |
| 2280 | 2026-07-14T00:24:52.280Z | Compiling password-hash v0.5.0 |
| 2281 | 2026-07-14T00:24:52.414Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2282 | 2026-07-14T00:24:52.453Z | Compiling backon v1.6.0 |
| 2283 | 2026-07-14T00:24:52.488Z | Compiling rustls-pemfile v2.2.0 |
| 2284 | 2026-07-14T00:24:52.723Z | Compiling dropshot_endpoint v0.17.1 |
| 2285 | 2026-07-14T00:24:52.788Z | Compiling blake2 v0.10.6 |
| 2286 | 2026-07-14T00:24:52.807Z | Compiling aead v0.5.2 |
| 2287 | 2026-07-14T00:24:52.820Z | Compiling foreign-types-macros v0.2.3 |
| 2288 | 2026-07-14T00:24:52.838Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2289 | 2026-07-14T00:24:52.872Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2290 | 2026-07-14T00:24:53.015Z | Compiling serde_path_to_error v0.1.20 |
| 2291 | 2026-07-14T00:24:53.067Z | Compiling hostname v0.4.2 |
| 2292 | 2026-07-14T00:24:53.189Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2293 | 2026-07-14T00:24:53.218Z | Compiling proc-macro-error v1.0.4 |
| 2294 | 2026-07-14T00:24:53.243Z | Compiling instant v0.1.13 |
| 2295 | 2026-07-14T00:24:53.277Z | Compiling debug-ignore v1.0.5 |
| 2296 | 2026-07-14T00:24:53.292Z | Compiling foreign-types-shared v0.3.1 |
| 2297 | 2026-07-14T00:24:53.306Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2298 | 2026-07-14T00:24:53.377Z | Compiling backoff v0.4.0 |
| 2299 | 2026-07-14T00:24:53.406Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2300 | 2026-07-14T00:24:53.422Z | Compiling parse-display v0.10.0 |
| 2301 | 2026-07-14T00:24:53.459Z | Compiling foreign-types v0.5.0 |
| 2302 | 2026-07-14T00:24:53.491Z | Compiling argon2 v0.5.3 |
| 2303 | 2026-07-14T00:24:53.508Z | Compiling chacha20poly1305 v0.10.1 |
| 2304 | 2026-07-14T00:24:53.511Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2305 | 2026-07-14T00:24:53.540Z | Compiling num_enum_derive v0.5.11 |
| 2306 | 2026-07-14T00:24:53.561Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2307 | 2026-07-14T00:24:53.601Z | Compiling num_enum v0.7.6 |
| 2308 | 2026-07-14T00:24:53.683Z | Compiling ciborium v0.2.2 |
| 2309 | 2026-07-14T00:24:53.732Z | Compiling vsss-rs v3.3.4 |
| 2310 | 2026-07-14T00:24:53.874Z | Compiling tabwriter v1.4.1 |
| 2311 | 2026-07-14T00:24:53.896Z | Compiling regress v0.10.5 |
| 2312 | 2026-07-14T00:24:54.023Z | Compiling byte-wrapper v0.1.0 |
| 2313 | 2026-07-14T00:24:54.256Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2314 | 2026-07-14T00:24:54.271Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2315 | 2026-07-14T00:24:54.334Z | Compiling cstr-argument v0.1.2 |
| 2316 | 2026-07-14T00:24:54.378Z | Compiling humantime v2.3.0 |
| 2317 | 2026-07-14T00:24:54.497Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2318 | 2026-07-14T00:24:54.533Z | Compiling num_enum v0.5.11 |
| 2319 | 2026-07-14T00:24:54.536Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2320 | 2026-07-14T00:24:54.704Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2321 | 2026-07-14T00:24:54.721Z | Compiling rayon v1.11.0 |
| 2322 | 2026-07-14T00:24:54.766Z | Compiling rand v0.10.1 |
| 2323 | 2026-07-14T00:24:54.769Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-07-14T00:24:54.847Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2325 | 2026-07-14T00:24:54.868Z | Compiling libefi-sys v0.1.0 |
| 2326 | 2026-07-14T00:24:54.930Z | Compiling indent_write v2.2.0 |
| 2327 | 2026-07-14T00:24:54.959Z | Compiling colored v3.1.1 |
| 2328 | 2026-07-14T00:24:54.974Z | Compiling zone_cfg_derive v0.3.1 |
| 2329 | 2026-07-14T00:24:55.028Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-07-14T00:24:55.113Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2331 | 2026-07-14T00:24:55.129Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-07-14T00:24:55.143Z | Compiling itertools v0.12.1 |
| 2333 | 2026-07-14T00:24:55.172Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2334 | 2026-07-14T00:24:55.301Z | Compiling usdt-macro v0.5.0 |
| 2335 | 2026-07-14T00:24:55.305Z | Compiling usdt-attr-macro v0.5.0 |
| 2336 | 2026-07-14T00:24:55.529Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2337 | 2026-07-14T00:24:55.558Z | Compiling num-derive v0.4.2 |
| 2338 | 2026-07-14T00:24:55.598Z | Compiling bitfield-struct v0.6.2 |
| 2339 | 2026-07-14T00:24:55.616Z | Compiling blake3 v1.8.5 |
| 2340 | 2026-07-14T00:24:55.636Z | Compiling sigpipe v0.1.3 |
| 2341 | 2026-07-14T00:24:55.641Z | Compiling memmap v0.7.0 |
| 2342 | 2026-07-14T00:24:55.667Z | Compiling glob v0.3.3 |
| 2343 | 2026-07-14T00:24:55.687Z | Compiling swrite v0.1.0 |
| 2344 | 2026-07-14T00:24:55.751Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2345 | 2026-07-14T00:24:55.810Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2346 | 2026-07-14T00:24:56.030Z | Compiling smf v0.2.3 |
| 2347 | 2026-07-14T00:24:56.062Z | Compiling usdt v0.5.0 |
| 2348 | 2026-07-14T00:24:56.118Z | Compiling filetime v0.2.27 |
| 2349 | 2026-07-14T00:24:56.214Z | Compiling xattr v1.6.1 |
| 2350 | 2026-07-14T00:24:56.242Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-07-14T00:24:56.347Z | Compiling arrayvec v0.7.6 |
| 2352 | 2026-07-14T00:24:56.428Z | Compiling whoami v1.6.1 |
| 2353 | 2026-07-14T00:24:56.455Z | Compiling constant_time_eq v0.4.2 |
| 2354 | 2026-07-14T00:24:56.481Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2355 | 2026-07-14T00:24:56.514Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2356 | 2026-07-14T00:24:56.570Z | Compiling zone v0.3.1 |
| 2357 | 2026-07-14T00:24:56.598Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-07-14T00:24:56.613Z | Compiling arrayref v0.3.9 |
| 2359 | 2026-07-14T00:24:56.646Z | Compiling tar v0.4.45 |
| 2360 | 2026-07-14T00:24:56.671Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2361 | 2026-07-14T00:24:56.711Z | Compiling tokio-dtrace v0.1.1 |
| 2362 | 2026-07-14T00:24:56.720Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2363 | 2026-07-14T00:24:56.897Z | Compiling console v0.16.2 |
| 2364 | 2026-07-14T00:24:56.914Z | Compiling gethostname v0.5.0 |
| 2365 | 2026-07-14T00:24:57.064Z | Compiling topological-sort v0.2.2 |
| 2366 | 2026-07-14T00:24:57.082Z | Compiling unit-prefix v0.5.2 |
| 2367 | 2026-07-14T00:24:57.188Z | Compiling oxide-tokio-rt v0.1.4 |
| 2368 | 2026-07-14T00:24:57.251Z | Compiling toml v0.8.23 |
| 2369 | 2026-07-14T00:24:57.266Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2370 | 2026-07-14T00:24:57.344Z | Compiling indicatif v0.18.4 |
| 2371 | 2026-07-14T00:24:57.393Z | Compiling shell-words v1.1.1 |
| 2372 | 2026-07-14T00:25:06.719Z | Compiling progenitor-client v0.14.0 |
| 2373 | 2026-07-14T00:25:06.719Z | Compiling omicron-zone-package v0.12.3 |
| 2374 | 2026-07-14T00:25:06.954Z | Compiling progenitor-extras v0.2.0 |
| 2375 | 2026-07-14T00:25:07.272Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2376 | 2026-07-14T00:25:07.301Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2377 | 2026-07-14T00:25:07.335Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2378 | 2026-07-14T00:25:07.341Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2379 | 2026-07-14T00:25:07.458Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2380 | 2026-07-14T00:25:07.492Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2381 | 2026-07-14T00:25:07.629Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2382 | 2026-07-14T00:25:07.671Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2383 | 2026-07-14T00:25:08.341Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2384 | 2026-07-14T00:25:12.259Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2385 | 2026-07-14T00:25:20.256Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2386 | 2026-07-14T00:25:23.401Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2387 | 2026-07-14T00:25:24.439Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2388 | 2026-07-14T00:25:33.749Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2389 | 2026-07-14T00:25:33.886Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2390 | 2026-07-14T00:25:33.944Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-07-14T00:25:33.951Z | Created new build target 'test' and set it as active |
| 2392 | 2026-07-14T00:25:33.951Z | |
| 2393 | 2026-07-14T00:25:33.951Z | real 1:39.914917823 |
| 2394 | 2026-07-14T00:25:33.951Z | user 16:21.755744752 |
| 2395 | 2026-07-14T00:25:33.951Z | sys 2:35.143518747 |
| 2396 | 2026-07-14T00:25:33.951Z | trap 0.473751895 |
| 2397 | 2026-07-14T00:25:33.952Z | tflt 2.501587457 |
| 2398 | 2026-07-14T00:25:33.952Z | dflt 3.929330130 |
| 2399 | 2026-07-14T00:25:33.952Z | kflt 0.000608220 |
| 2400 | 2026-07-14T00:25:33.952Z | lock 51:37.773878765 |
| 2401 | 2026-07-14T00:25:33.952Z | slp 42:16.480808003 |
| 2402 | 2026-07-14T00:25:33.952Z | lat 40.177814480 |
| 2403 | 2026-07-14T00:25:33.952Z | stop 5:06.288179677 |
| 2404 | 2026-07-14T00:25:33.952Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2405 | 2026-07-14T00:25:34.781Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2406 | 2026-07-14T00:25:34.851Z | Running `target/release/omicron-package -t test package` |
| 2407 | 2026-07-14T00:25:34.906Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-14T00:25:36.270Z | Compiling heck v0.5.0 |
| 2409 | 2026-07-14T00:25:36.270Z | Compiling regress v0.11.1 |
| 2410 | 2026-07-14T00:25:36.496Z | Compiling unsafe-libyaml v0.2.11 |
| 2411 | 2026-07-14T00:25:36.515Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-07-14T00:25:36.542Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2413 | 2026-07-14T00:25:36.564Z | Compiling unicode-width v0.1.14 |
| 2414 | 2026-07-14T00:25:36.584Z | Compiling derive-where v1.6.0 |
| 2415 | 2026-07-14T00:25:36.593Z | Compiling bytecount v0.6.9 |
| 2416 | 2026-07-14T00:25:36.593Z | Compiling atomicwrites v0.4.4 |
| 2417 | 2026-07-14T00:25:36.593Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-07-14T00:25:36.606Z | Compiling prettyplease v0.2.37 |
| 2419 | 2026-07-14T00:25:36.680Z | Compiling console v0.15.11 |
| 2420 | 2026-07-14T00:25:36.684Z | Compiling newline-converter v0.3.0 |
| 2421 | 2026-07-14T00:25:36.685Z | Compiling slog-dtrace v0.3.0 |
| 2422 | 2026-07-14T00:25:36.738Z | Compiling resolv-conf v0.7.6 |
| 2423 | 2026-07-14T00:25:36.761Z | Compiling cancel-safe-futures v0.1.5 |
| 2424 | 2026-07-14T00:25:36.761Z | Compiling owo-colors v4.3.0 |
| 2425 | 2026-07-14T00:25:36.799Z | Compiling num-rational v0.4.2 |
| 2426 | 2026-07-14T00:25:36.852Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2427 | 2026-07-14T00:25:36.860Z | Compiling libsw-core v0.3.2 |
| 2428 | 2026-07-14T00:25:36.893Z | Compiling num-complex v0.4.6 |
| 2429 | 2026-07-14T00:25:36.939Z | Compiling thread_local v1.1.9 |
| 2430 | 2026-07-14T00:25:37.018Z | Compiling serde_yaml v0.9.34+deprecated |
| 2431 | 2026-07-14T00:25:37.062Z | Compiling expectorate v1.2.0 |
| 2432 | 2026-07-14T00:25:37.113Z | Compiling compression-core v0.4.31 |
| 2433 | 2026-07-14T00:25:37.158Z | Compiling match_cfg v0.1.0 |
| 2434 | 2026-07-14T00:25:37.251Z | Compiling hostname v0.3.1 |
| 2435 | 2026-07-14T00:25:37.300Z | Compiling num v0.4.3 |
| 2436 | 2026-07-14T00:25:37.322Z | Compiling compression-codecs v0.4.37 |
| 2437 | 2026-07-14T00:25:37.362Z | Compiling libsw v3.5.0 |
| 2438 | 2026-07-14T00:25:37.383Z | Compiling multer v3.1.0 |
| 2439 | 2026-07-14T00:25:37.404Z | Compiling slog-async v2.8.0 |
| 2440 | 2026-07-14T00:25:37.425Z | Compiling crossbeam-channel v0.5.15 |
| 2441 | 2026-07-14T00:25:37.452Z | Compiling slog-json v2.6.1 |
| 2442 | 2026-07-14T00:25:37.481Z | Compiling serde_spanned v1.1.1 |
| 2443 | 2026-07-14T00:25:37.577Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2444 | 2026-07-14T00:25:37.598Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2445 | 2026-07-14T00:25:37.602Z | Compiling take_mut v0.2.2 |
| 2446 | 2026-07-14T00:25:37.655Z | Compiling linked-hash-map v0.5.6 |
| 2447 | 2026-07-14T00:25:37.686Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2448 | 2026-07-14T00:25:37.735Z | Compiling linear-map v1.2.0 |
| 2449 | 2026-07-14T00:25:37.755Z | Compiling float-ord v0.3.2 |
| 2450 | 2026-07-14T00:25:37.796Z | Compiling term v1.2.1 |
| 2451 | 2026-07-14T00:25:37.825Z | Compiling slog-bunyan v2.5.0 |
| 2452 | 2026-07-14T00:25:37.851Z | Compiling lru-cache v0.1.2 |
| 2453 | 2026-07-14T00:25:37.892Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2454 | 2026-07-14T00:25:37.897Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2455 | 2026-07-14T00:25:37.937Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2456 | 2026-07-14T00:25:37.940Z | Compiling async-compression v0.4.41 |
| 2457 | 2026-07-14T00:25:38.021Z | Compiling typify-impl v0.6.2 |
| 2458 | 2026-07-14T00:25:38.033Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2459 | 2026-07-14T00:25:38.113Z | Compiling slog-term v2.9.2 |
| 2460 | 2026-07-14T00:25:38.244Z | Compiling dropshot v0.17.1 |
| 2461 | 2026-07-14T00:25:38.293Z | Compiling async-stream v0.3.6 |
| 2462 | 2026-07-14T00:25:38.313Z | Compiling sha1 v0.11.0 |
| 2463 | 2026-07-14T00:25:38.336Z | Compiling progenitor-client v0.14.0 |
| 2464 | 2026-07-14T00:25:38.340Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2465 | 2026-07-14T00:25:38.374Z | Compiling waitgroup v0.1.2 |
| 2466 | 2026-07-14T00:25:38.481Z | Compiling rustls-pemfile v2.2.0 |
| 2467 | 2026-07-14T00:25:38.532Z | Compiling backon v1.6.0 |
| 2468 | 2026-07-14T00:25:38.554Z | Compiling hostname v0.4.2 |
| 2469 | 2026-07-14T00:25:38.557Z | Compiling serde_path_to_error v0.1.20 |
| 2470 | 2026-07-14T00:25:38.591Z | Compiling instant v0.1.13 |
| 2471 | 2026-07-14T00:25:38.622Z | Compiling minimal-lexical v0.2.1 |
| 2472 | 2026-07-14T00:25:38.678Z | Compiling debug-ignore v1.0.5 |
| 2473 | 2026-07-14T00:25:38.698Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2474 | 2026-07-14T00:25:38.717Z | Compiling progenitor-extras v0.2.0 |
| 2475 | 2026-07-14T00:25:38.740Z | Compiling backoff v0.4.0 |
| 2476 | 2026-07-14T00:25:38.765Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2477 | 2026-07-14T00:25:38.809Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2478 | 2026-07-14T00:25:38.937Z | Compiling nom v7.1.3 |
| 2479 | 2026-07-14T00:25:38.975Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2480 | 2026-07-14T00:25:38.997Z | Compiling parse-display v0.10.0 |
| 2481 | 2026-07-14T00:25:39.051Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2482 | 2026-07-14T00:25:39.071Z | Compiling hickory-proto v0.24.4 |
| 2483 | 2026-07-14T00:25:39.246Z | Compiling regress v0.10.5 |
| 2484 | 2026-07-14T00:25:39.647Z | Compiling macaddr v1.0.1 |
| 2485 | 2026-07-14T00:25:39.701Z | Compiling humantime v2.3.0 |
| 2486 | 2026-07-14T00:25:39.732Z | Compiling unicode-xid v0.2.6 |
| 2487 | 2026-07-14T00:25:39.912Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2488 | 2026-07-14T00:25:40.009Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2489 | 2026-07-14T00:25:40.129Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2490 | 2026-07-14T00:25:40.332Z | Compiling convert_case v0.10.0 |
| 2491 | 2026-07-14T00:25:40.359Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2492 | 2026-07-14T00:25:40.625Z | Compiling derive_more-impl v2.1.1 |
| 2493 | 2026-07-14T00:25:40.963Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2494 | 2026-07-14T00:25:41.105Z | Compiling toml v0.8.23 |
| 2495 | 2026-07-14T00:25:41.317Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2496 | 2026-07-14T00:25:41.338Z | Compiling papergrid v0.11.0 |
| 2497 | 2026-07-14T00:25:41.424Z | Compiling typify-macro v0.6.2 |
| 2498 | 2026-07-14T00:25:41.445Z | Compiling derive_more v2.1.1 |
| 2499 | 2026-07-14T00:25:41.477Z | Compiling tabled_derive v0.7.0 |
| 2500 | 2026-07-14T00:25:41.551Z | Compiling termtree v0.5.1 |
| 2501 | 2026-07-14T00:25:41.635Z | Compiling hickory-resolver v0.24.4 |
| 2502 | 2026-07-14T00:25:41.688Z | Compiling crossterm v0.29.0 |
| 2503 | 2026-07-14T00:25:41.753Z | Compiling phf_shared v0.12.1 |
| 2504 | 2026-07-14T00:25:41.997Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2505 | 2026-07-14T00:25:42.378Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2506 | 2026-07-14T00:25:42.553Z | Compiling tabled v0.15.0 |
| 2507 | 2026-07-14T00:25:42.598Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2508 | 2026-07-14T00:25:42.992Z | Compiling typify v0.6.2 |
| 2509 | 2026-07-14T00:25:43.272Z | Compiling progenitor-impl v0.14.0 |
| 2510 | 2026-07-14T00:25:43.662Z | Compiling qorb v0.4.1 |
| 2511 | 2026-07-14T00:25:44.650Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2512 | 2026-07-14T00:25:45.185Z | Compiling csv-core v0.1.13 |
| 2513 | 2026-07-14T00:25:45.454Z | Compiling progenitor-macro v0.14.0 |
| 2514 | 2026-07-14T00:25:45.704Z | Compiling vte v0.14.1 |
| 2515 | 2026-07-14T00:25:45.926Z | Compiling highway v1.3.0 |
| 2516 | 2026-07-14T00:25:46.536Z | Compiling chrono-tz v0.10.4 |
| 2517 | 2026-07-14T00:25:46.639Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2518 | 2026-07-14T00:25:46.797Z | Compiling strip-ansi-escapes v0.2.1 |
| 2519 | 2026-07-14T00:25:46.833Z | Compiling csv v1.4.0 |
| 2520 | 2026-07-14T00:25:46.939Z | Compiling phf v0.12.1 |
| 2521 | 2026-07-14T00:25:46.972Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2522 | 2026-07-14T00:25:47.138Z | Compiling const_format_proc_macros v0.2.34 |
| 2523 | 2026-07-14T00:25:47.173Z | Compiling fd-lock v4.0.4 |
| 2524 | 2026-07-14T00:25:47.333Z | Compiling peg-macros v0.8.5 |
| 2525 | 2026-07-14T00:25:47.354Z | Compiling nu-ansi-term v0.50.3 |
| 2526 | 2026-07-14T00:25:47.765Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-07-14T00:25:47.947Z | Compiling const_format v0.2.35 |
| 2528 | 2026-07-14T00:25:47.968Z | Compiling reedline v0.40.0 |
| 2529 | 2026-07-14T00:25:48.305Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2530 | 2026-07-14T00:25:48.620Z | Compiling peg v0.8.5 |
| 2531 | 2026-07-14T00:25:48.720Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2532 | 2026-07-14T00:25:49.003Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2533 | 2026-07-14T00:25:49.425Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-07-14T00:25:49.623Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2535 | 2026-07-14T00:25:49.647Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2536 | 2026-07-14T00:25:49.730Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-07-14T00:25:50.282Z | Compiling bcs v0.1.6 |
| 2538 | 2026-07-14T00:25:50.475Z | Compiling nom v8.0.0 |
| 2539 | 2026-07-14T00:25:50.497Z | Compiling semver v0.1.20 |
| 2540 | 2026-07-14T00:25:50.785Z | Compiling rustc_version v0.1.7 |
| 2541 | 2026-07-14T00:25:51.010Z | Compiling newtype_derive v0.1.6 |
| 2542 | 2026-07-14T00:25:51.255Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2543 | 2026-07-14T00:25:51.550Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2544 | 2026-07-14T00:25:51.683Z | Compiling smawk v0.3.2 |
| 2545 | 2026-07-14T00:25:51.877Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2546 | 2026-07-14T00:25:52.212Z | Compiling unicode-linebreak v0.1.5 |
| 2547 | 2026-07-14T00:25:52.267Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2548 | 2026-07-14T00:25:52.288Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2549 | 2026-07-14T00:25:52.484Z | Compiling textwrap v0.16.2 |
| 2550 | 2026-07-14T00:25:52.573Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2551 | 2026-07-14T00:25:52.621Z | Compiling steno v0.4.1 |
| 2552 | 2026-07-14T00:25:52.641Z | Compiling base64 v0.21.7 |
| 2553 | 2026-07-14T00:25:53.093Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2554 | 2026-07-14T00:25:53.214Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2555 | 2026-07-14T00:25:53.494Z | Compiling sha1 v0.10.6 |
| 2556 | 2026-07-14T00:25:53.498Z | Compiling tagptr v0.2.0 |
| 2557 | 2026-07-14T00:25:53.687Z | Compiling utf-8 v0.7.6 |
| 2558 | 2026-07-14T00:25:53.801Z | Compiling moka v0.12.13 |
| 2559 | 2026-07-14T00:25:53.916Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2560 | 2026-07-14T00:25:53.940Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2561 | 2026-07-14T00:25:54.093Z | Compiling tungstenite v0.21.0 |
| 2562 | 2026-07-14T00:25:54.115Z | Compiling display-error-chain v0.2.2 |
| 2563 | 2026-07-14T00:25:54.294Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2564 | 2026-07-14T00:25:54.356Z | Compiling radium v0.7.0 |
| 2565 | 2026-07-14T00:25:54.560Z | Compiling maybe-uninit v2.0.0 |
| 2566 | 2026-07-14T00:25:54.718Z | Compiling tokio-tungstenite v0.21.0 |
| 2567 | 2026-07-14T00:25:54.872Z | Compiling tap v1.0.1 |
| 2568 | 2026-07-14T00:25:55.018Z | Compiling hickory-resolver v0.25.2 |
| 2569 | 2026-07-14T00:25:55.096Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2570 | 2026-07-14T00:25:55.135Z | Compiling wyz v0.5.1 |
| 2571 | 2026-07-14T00:25:55.455Z | Compiling vergen-lib v0.1.6 |
| 2572 | 2026-07-14T00:25:55.696Z | Compiling zerocopy-derive v0.6.6 |
| 2573 | 2026-07-14T00:25:55.720Z | Compiling funty v2.0.0 |
| 2574 | 2026-07-14T00:25:56.225Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2575 | 2026-07-14T00:25:56.533Z | Compiling packed_struct v0.10.1 |
| 2576 | 2026-07-14T00:25:56.733Z | Compiling crc-catalog v2.4.0 |
| 2577 | 2026-07-14T00:25:56.873Z | Compiling diesel_derives v2.3.7 |
| 2578 | 2026-07-14T00:25:56.915Z | Compiling crc v3.4.0 |
| 2579 | 2026-07-14T00:25:57.120Z | Compiling zerocopy v0.6.6 |
| 2580 | 2026-07-14T00:25:57.140Z | Compiling bitvec v1.0.1 |
| 2581 | 2026-07-14T00:25:57.450Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2582 | 2026-07-14T00:25:57.498Z | Compiling scheduled-thread-pool v0.2.7 |
| 2583 | 2026-07-14T00:25:57.847Z | Compiling dsl_auto_type v0.2.0 |
| 2584 | 2026-07-14T00:25:58.073Z | Compiling packed_struct_codegen v0.10.1 |
| 2585 | 2026-07-14T00:25:58.240Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-07-14T00:25:58.351Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-07-14T00:25:58.379Z | Compiling bitfield-macros v0.19.4 |
| 2588 | 2026-07-14T00:25:58.505Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2589 | 2026-07-14T00:25:58.566Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2590 | 2026-07-14T00:25:58.703Z | Compiling dirs-sys-next v0.1.2 |
| 2591 | 2026-07-14T00:25:59.021Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-07-14T00:25:59.027Z | Compiling indexmap v1.9.3 |
| 2593 | 2026-07-14T00:25:59.144Z | Compiling maplit v1.0.2 |
| 2594 | 2026-07-14T00:25:59.165Z | Compiling nodrop v0.1.14 |
| 2595 | 2026-07-14T00:25:59.236Z | Compiling glob v0.3.3 |
| 2596 | 2026-07-14T00:25:59.273Z | Compiling crunchy v0.2.4 |
| 2597 | 2026-07-14T00:25:59.292Z | Compiling array-init v0.0.4 |
| 2598 | 2026-07-14T00:25:59.379Z | Compiling proc-macro-error2 v2.0.1 |
| 2599 | 2026-07-14T00:25:59.612Z | Compiling clang-sys v1.8.1 |
| 2600 | 2026-07-14T00:25:59.692Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-07-14T00:25:59.713Z | Compiling dirs-next v2.0.0 |
| 2602 | 2026-07-14T00:25:59.945Z | Compiling r2d2 v0.8.10 |
| 2603 | 2026-07-14T00:26:00.011Z | Compiling smallvec v0.6.14 |
| 2604 | 2026-07-14T00:26:00.260Z | Compiling num-derive v0.3.3 |
| 2605 | 2026-07-14T00:26:00.287Z | Compiling downcast-rs v2.0.2 |
| 2606 | 2026-07-14T00:26:00.376Z | Compiling hashbrown v0.12.3 |
| 2607 | 2026-07-14T00:26:00.419Z | Compiling tiny-keccak v2.0.2 |
| 2608 | 2026-07-14T00:26:00.834Z | Compiling serde-hex v0.1.0 |
| 2609 | 2026-07-14T00:26:01.138Z | Compiling libscf-sys v1.1.0 |
| 2610 | 2026-07-14T00:26:01.160Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2611 | 2026-07-14T00:26:01.215Z | Compiling term v0.7.0 |
| 2612 | 2026-07-14T00:26:01.244Z | Compiling tabled_derive v0.11.0 |
| 2613 | 2026-07-14T00:26:01.411Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2614 | 2026-07-14T00:26:01.453Z | Compiling ron v0.8.1 |
| 2615 | 2026-07-14T00:26:01.474Z | Compiling papergrid v0.17.0 |
| 2616 | 2026-07-14T00:26:01.508Z | Compiling testing_table v0.3.0 |
| 2617 | 2026-07-14T00:26:01.645Z | Compiling hashbrown v0.13.2 |
| 2618 | 2026-07-14T00:26:01.708Z | Compiling crc-any v2.5.0 |
| 2619 | 2026-07-14T00:26:01.945Z | Compiling bit-vec v0.6.3 |
| 2620 | 2026-07-14T00:26:02.126Z | Compiling bit-set v0.5.3 |
| 2621 | 2026-07-14T00:26:02.173Z | Compiling ascii-canvas v3.0.0 |
| 2622 | 2026-07-14T00:26:02.261Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-07-14T00:26:02.308Z | Compiling object v0.30.4 |
| 2624 | 2026-07-14T00:26:02.428Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2625 | 2026-07-14T00:26:02.579Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2626 | 2026-07-14T00:26:03.014Z | Compiling tabled v0.20.0 |
| 2627 | 2026-07-14T00:26:03.024Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2628 | 2026-07-14T00:26:03.287Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2629 | 2026-07-14T00:26:03.525Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2630 | 2026-07-14T00:26:03.866Z | Compiling progenitor-impl v0.13.0 |
| 2631 | 2026-07-14T00:26:03.963Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2632 | 2026-07-14T00:26:04.051Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2633 | 2026-07-14T00:26:04.094Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2634 | 2026-07-14T00:26:04.231Z | Compiling itertools v0.10.5 |
| 2635 | 2026-07-14T00:26:04.294Z | Compiling ena v0.14.4 |
| 2636 | 2026-07-14T00:26:04.617Z | Compiling diesel v2.3.7 |
| 2637 | 2026-07-14T00:26:04.642Z | Compiling libloading v0.8.9 |
| 2638 | 2026-07-14T00:26:04.642Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2639 | 2026-07-14T00:26:04.807Z | Compiling regex-syntax v0.6.29 |
| 2640 | 2026-07-14T00:26:04.823Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-07-14T00:26:05.013Z | Compiling diff v0.1.13 |
| 2642 | 2026-07-14T00:26:05.313Z | Compiling xshell-macros v0.2.7 |
| 2643 | 2026-07-14T00:26:05.375Z | Compiling bindgen v0.71.1 |
| 2644 | 2026-07-14T00:26:05.571Z | Compiling unicase v2.9.0 |
| 2645 | 2026-07-14T00:26:05.703Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2646 | 2026-07-14T00:26:05.734Z | Compiling xshell v0.2.7 |
| 2647 | 2026-07-14T00:26:05.876Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2648 | 2026-07-14T00:26:06.050Z | Compiling progenitor-macro v0.13.0 |
| 2649 | 2026-07-14T00:26:06.698Z | Compiling lalrpop v0.19.12 |
| 2650 | 2026-07-14T00:26:07.143Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2651 | 2026-07-14T00:26:08.041Z | Compiling cexpr v0.6.0 |
| 2652 | 2026-07-14T00:26:08.704Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2653 | 2026-07-14T00:26:09.008Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2654 | 2026-07-14T00:26:09.490Z | Compiling progenitor-client v0.13.0 |
| 2655 | 2026-07-14T00:26:10.036Z | Compiling rustc-hash v2.1.1 |
| 2656 | 2026-07-14T00:26:10.058Z | Compiling progenitor v0.13.0 |
| 2657 | 2026-07-14T00:26:10.062Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2658 | 2026-07-14T00:26:10.370Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2659 | 2026-07-14T00:26:10.752Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2660 | 2026-07-14T00:26:11.208Z | Compiling headers-core v0.3.0 |
| 2661 | 2026-07-14T00:26:11.267Z | Compiling libxml v0.3.3 |
| 2662 | 2026-07-14T00:26:11.299Z | Compiling crc8 v0.1.1 |
| 2663 | 2026-07-14T00:26:11.366Z | Compiling headers v0.4.1 |
| 2664 | 2026-07-14T00:26:11.843Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2665 | 2026-07-14T00:26:11.863Z | Compiling strum_macros v0.24.3 |
| 2666 | 2026-07-14T00:26:11.863Z | Compiling indoc v1.0.9 |
| 2667 | 2026-07-14T00:26:11.863Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2668 | 2026-07-14T00:26:11.901Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2669 | 2026-07-14T00:26:12.065Z | Compiling derive_builder v0.20.2 |
| 2670 | 2026-07-14T00:26:12.133Z | Compiling oso-derive v0.27.3 |
| 2671 | 2026-07-14T00:26:12.238Z | Compiling quick-xml v0.37.5 |
| 2672 | 2026-07-14T00:26:12.664Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2673 | 2026-07-14T00:26:12.686Z | Compiling openssl-probe v0.1.6 |
| 2674 | 2026-07-14T00:26:17.147Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2675 | 2026-07-14T00:26:17.220Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2676 | 2026-07-14T00:26:17.220Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2677 | 2026-07-14T00:26:17.220Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-07-14T00:26:17.220Z | Compiling bb8 v0.8.6 |
| 2679 | 2026-07-14T00:26:17.220Z | Compiling trait-variant v0.1.2 |
| 2680 | 2026-07-14T00:26:17.220Z | Compiling half v1.8.3 |
| 2681 | 2026-07-14T00:26:17.220Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2682 | 2026-07-14T00:26:17.220Z | Compiling polar-core v0.27.3 |
| 2683 | 2026-07-14T00:26:17.220Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2684 | 2026-07-14T00:26:17.220Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2685 | 2026-07-14T00:26:17.220Z | Compiling serde_cbor v0.11.2 |
| 2686 | 2026-07-14T00:26:17.220Z | Compiling samael v0.0.19 |
| 2687 | 2026-07-14T00:26:17.246Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2688 | 2026-07-14T00:26:17.246Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2689 | 2026-07-14T00:26:17.246Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2690 | 2026-07-14T00:26:17.247Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2691 | 2026-07-14T00:26:17.247Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2692 | 2026-07-14T00:26:17.247Z | Compiling nonempty v0.12.0 |
| 2693 | 2026-07-14T00:26:17.247Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2694 | 2026-07-14T00:26:17.247Z | Compiling fxhash v0.2.1 |
| 2695 | 2026-07-14T00:26:17.247Z | Compiling libz-sys v1.1.24 |
| 2696 | 2026-07-14T00:26:17.247Z | Compiling salty v0.3.0 |
| 2697 | 2026-07-14T00:26:17.247Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2698 | 2026-07-14T00:26:17.247Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2699 | 2026-07-14T00:26:17.247Z | Compiling kstat-rs v0.2.4 |
| 2700 | 2026-07-14T00:26:17.319Z | Compiling arc-swap v1.8.2 |
| 2701 | 2026-07-14T00:26:17.510Z | Compiling fs-err v2.11.0 |
| 2702 | 2026-07-14T00:26:17.863Z | Compiling slog-scope v4.4.1 |
| 2703 | 2026-07-14T00:26:17.912Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2704 | 2026-07-14T00:26:17.936Z | Compiling mime_guess v2.0.5 |
| 2705 | 2026-07-14T00:26:17.992Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2706 | 2026-07-14T00:26:18.492Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2707 | 2026-07-14T00:26:19.026Z | Compiling rfc6979 v0.4.0 |
| 2708 | 2026-07-14T00:26:19.054Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2709 | 2026-07-14T00:26:19.066Z | Compiling nanorand v0.7.0 |
| 2710 | 2026-07-14T00:26:19.460Z | Compiling darling_core v0.23.0 |
| 2711 | 2026-07-14T00:26:19.512Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2712 | 2026-07-14T00:26:19.881Z | Compiling parking_lot_core v0.8.6 |
| 2713 | 2026-07-14T00:26:20.168Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2714 | 2026-07-14T00:26:20.220Z | Compiling flume v0.11.1 |
| 2715 | 2026-07-14T00:26:20.615Z | Compiling ecdsa v0.16.9 |
| 2716 | 2026-07-14T00:26:21.260Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2717 | 2026-07-14T00:26:21.583Z | Compiling darling_macro v0.23.0 |
| 2718 | 2026-07-14T00:26:21.645Z | Compiling slog-stdlog v4.1.1 |
| 2719 | 2026-07-14T00:26:21.943Z | Compiling async-bb8-diesel v0.2.1 |
| 2720 | 2026-07-14T00:26:22.112Z | Compiling diesel-dtrace v0.5.0 |
| 2721 | 2026-07-14T00:26:22.663Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2722 | 2026-07-14T00:26:22.798Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2723 | 2026-07-14T00:26:22.798Z | Compiling primeorder v0.13.6 |
| 2724 | 2026-07-14T00:26:22.798Z | Compiling git-stub v1.0.0 |
| 2725 | 2026-07-14T00:26:22.858Z | Compiling atty v0.2.14 |
| 2726 | 2026-07-14T00:26:22.908Z | Compiling strsim v0.10.0 |
| 2727 | 2026-07-14T00:26:22.988Z | Compiling oso v0.27.3 |
| 2728 | 2026-07-14T00:26:23.133Z | Compiling http-range v0.1.5 |
| 2729 | 2026-07-14T00:26:23.469Z | Compiling parse-size v1.1.0 |
| 2730 | 2026-07-14T00:26:23.679Z | Compiling instability v0.3.11 |
| 2731 | 2026-07-14T00:26:23.699Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2732 | 2026-07-14T00:26:23.976Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2733 | 2026-07-14T00:26:23.998Z | Compiling darling_core v0.13.4 |
| 2734 | 2026-07-14T00:26:25.237Z | Compiling p384 v0.13.1 |
| 2735 | 2026-07-14T00:26:28.821Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-07-14T00:26:28.855Z | Compiling darling v0.23.0 |
| 2737 | 2026-07-14T00:26:28.855Z | Compiling slog-envlogger v2.2.0 |
| 2738 | 2026-07-14T00:26:28.856Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2739 | 2026-07-14T00:26:28.856Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2740 | 2026-07-14T00:26:28.856Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2741 | 2026-07-14T00:26:29.354Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2742 | 2026-07-14T00:26:29.435Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2743 | 2026-07-14T00:26:29.843Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2744 | 2026-07-14T00:26:30.029Z | Compiling ignore v0.4.25 |
| 2745 | 2026-07-14T00:26:30.067Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-07-14T00:26:31.265Z | Compiling vergen-git2 v9.1.0 |
| 2747 | 2026-07-14T00:26:31.500Z | Compiling castaway v0.2.4 |
| 2748 | 2026-07-14T00:26:31.547Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-07-14T00:26:31.697Z | Compiling indoc v2.0.7 |
| 2750 | 2026-07-14T00:26:31.749Z | Compiling compact_str v0.8.1 |
| 2751 | 2026-07-14T00:26:31.927Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-07-14T00:26:32.564Z | Compiling globwalk v0.9.1 |
| 2753 | 2026-07-14T00:26:32.860Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2754 | 2026-07-14T00:26:32.884Z | Compiling parking_lot v0.11.2 |
| 2755 | 2026-07-14T00:26:32.905Z | Compiling hyper-staticfile v0.10.1 |
| 2756 | 2026-07-14T00:26:33.213Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2757 | 2026-07-14T00:26:33.492Z | Compiling darling_macro v0.13.4 |
| 2758 | 2026-07-14T00:26:33.814Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2759 | 2026-07-14T00:26:33.979Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-07-14T00:26:34.011Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2761 | 2026-07-14T00:26:34.060Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2762 | 2026-07-14T00:26:34.184Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2763 | 2026-07-14T00:26:34.463Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2764 | 2026-07-14T00:26:34.807Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-07-14T00:26:34.933Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-07-14T00:26:35.143Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2767 | 2026-07-14T00:26:35.209Z | Compiling lru v0.12.5 |
| 2768 | 2026-07-14T00:26:35.264Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-07-14T00:26:35.383Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-07-14T00:26:35.443Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-07-14T00:26:35.521Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2772 | 2026-07-14T00:26:35.572Z | Compiling cassowary v0.3.0 |
| 2773 | 2026-07-14T00:26:35.775Z | Compiling corncobs v0.1.4 |
| 2774 | 2026-07-14T00:26:35.873Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2775 | 2026-07-14T00:26:35.902Z | Compiling ratatui v0.29.0 |
| 2776 | 2026-07-14T00:26:35.975Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-07-14T00:26:36.021Z | Compiling hickory-server v0.25.2 |
| 2778 | 2026-07-14T00:26:36.170Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2779 | 2026-07-14T00:26:36.225Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2780 | 2026-07-14T00:26:36.376Z | Compiling camino-tempfile-ext v0.3.3 |
| 2781 | 2026-07-14T00:26:36.481Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-14T00:26:36.706Z | Compiling darling v0.13.4 |
| 2783 | 2026-07-14T00:26:36.982Z | Compiling sled v0.34.7 |
| 2784 | 2026-07-14T00:26:37.124Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2785 | 2026-07-14T00:26:37.296Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2786 | 2026-07-14T00:26:37.450Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2787 | 2026-07-14T00:26:38.233Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-07-14T00:26:39.338Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-07-14T00:26:39.984Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2790 | 2026-07-14T00:26:40.218Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2791 | 2026-07-14T00:26:40.381Z | Compiling secrecy v0.8.0 |
| 2792 | 2026-07-14T00:26:40.458Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2793 | 2026-07-14T00:26:40.825Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2794 | 2026-07-14T00:26:41.043Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2795 | 2026-07-14T00:26:41.590Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2796 | 2026-07-14T00:26:41.873Z | Compiling serde_with_macros v1.5.2 |
| 2797 | 2026-07-14T00:26:42.652Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2798 | 2026-07-14T00:26:42.855Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2799 | 2026-07-14T00:26:43.291Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2800 | 2026-07-14T00:26:43.437Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2801 | 2026-07-14T00:26:43.676Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2802 | 2026-07-14T00:26:43.917Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2803 | 2026-07-14T00:26:44.155Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2804 | 2026-07-14T00:26:44.179Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2805 | 2026-07-14T00:26:44.400Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2806 | 2026-07-14T00:26:44.431Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2807 | 2026-07-14T00:26:44.644Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2808 | 2026-07-14T00:26:44.697Z | Compiling void v1.0.2 |
| 2809 | 2026-07-14T00:26:44.913Z | Compiling lzss v0.8.2 |
| 2810 | 2026-07-14T00:26:45.393Z | Compiling illumos-nvpair v0.3.0 |
| 2811 | 2026-07-14T00:26:45.604Z | Compiling git2 v0.20.4 |
| 2812 | 2026-07-14T00:26:45.844Z | Compiling serde_with v1.14.0 |
| 2813 | 2026-07-14T00:26:45.887Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2814 | 2026-07-14T00:26:46.284Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2815 | 2026-07-14T00:26:46.833Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2816 | 2026-07-14T00:26:47.019Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2817 | 2026-07-14T00:26:48.435Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2818 | 2026-07-14T00:26:48.561Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2819 | 2026-07-14T00:26:48.656Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2820 | 2026-07-14T00:26:48.849Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2821 | 2026-07-14T00:26:49.267Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-07-14T00:26:49.519Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-07-14T00:26:50.383Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2824 | 2026-07-14T00:26:50.553Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2825 | 2026-07-14T00:26:51.857Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2826 | 2026-07-14T00:26:51.884Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2827 | 2026-07-14T00:26:52.099Z | Compiling nix v0.27.1 |
| 2828 | 2026-07-14T00:26:52.138Z | Compiling twox-hash v2.1.2 |
| 2829 | 2026-07-14T00:26:52.397Z | Compiling serde_bytes v0.11.19 |
| 2830 | 2026-07-14T00:26:52.676Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2831 | 2026-07-14T00:26:52.698Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2832 | 2026-07-14T00:26:52.702Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2833 | 2026-07-14T00:26:53.176Z | Compiling tokio-tungstenite v0.23.1 |
| 2834 | 2026-07-14T00:26:53.248Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-07-14T00:26:53.321Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2836 | 2026-07-14T00:26:53.559Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2837 | 2026-07-14T00:26:54.941Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2838 | 2026-07-14T00:26:55.583Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2839 | 2026-07-14T00:26:57.209Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2840 | 2026-07-14T00:26:57.364Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2841 | 2026-07-14T00:26:57.609Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2842 | 2026-07-14T00:26:57.698Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2843 | 2026-07-14T00:26:57.873Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2844 | 2026-07-14T00:26:58.373Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2845 | 2026-07-14T00:26:58.408Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2846 | 2026-07-14T00:26:59.041Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2847 | 2026-07-14T00:26:59.155Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2848 | 2026-07-14T00:26:59.967Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2849 | 2026-07-14T00:27:00.097Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2850 | 2026-07-14T00:27:01.517Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2851 | 2026-07-14T00:27:03.219Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2852 | 2026-07-14T00:27:03.306Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2853 | 2026-07-14T00:27:03.408Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2854 | 2026-07-14T00:27:04.188Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2855 | 2026-07-14T00:27:04.728Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2856 | 2026-07-14T00:27:04.950Z | Compiling signal-hook-tokio v0.3.1 |
| 2857 | 2026-07-14T00:27:05.097Z | Compiling fatfs v0.3.6 |
| 2858 | 2026-07-14T00:27:05.148Z | Compiling yasna v0.5.2 |
| 2859 | 2026-07-14T00:27:05.174Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2860 | 2026-07-14T00:27:05.393Z | Compiling is_ci v1.2.0 |
| 2861 | 2026-07-14T00:27:05.610Z | Compiling seq-macro v0.3.6 |
| 2862 | 2026-07-14T00:27:06.159Z | Compiling assert_matches v1.5.0 |
| 2863 | 2026-07-14T00:27:06.278Z | Compiling rcgen v0.12.1 |
| 2864 | 2026-07-14T00:27:06.409Z | Compiling supports-color v3.0.2 |
| 2865 | 2026-07-14T00:27:06.687Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2866 | 2026-07-14T00:27:06.826Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2867 | 2026-07-14T00:27:07.065Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2868 | 2026-07-14T00:27:08.925Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2869 | 2026-07-14T00:27:09.112Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2870 | 2026-07-14T00:27:09.181Z | Compiling port-file v0.1.0 |
| 2871 | 2026-07-14T00:27:09.353Z | Compiling rtoolbox v0.0.3 |
| 2872 | 2026-07-14T00:27:09.513Z | Compiling subprocess v0.2.15 |
| 2873 | 2026-07-14T00:27:09.634Z | Compiling rpassword v7.4.0 |
| 2874 | 2026-07-14T00:27:09.960Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2875 | 2026-07-14T00:27:10.870Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2876 | 2026-07-14T00:27:11.069Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2877 | 2026-07-14T00:27:11.747Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2878 | 2026-07-14T00:27:13.900Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2879 | 2026-07-14T00:27:14.044Z | Compiling tui-tree-widget v0.23.1 |
| 2880 | 2026-07-14T00:27:14.195Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2881 | 2026-07-14T00:27:14.338Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2882 | 2026-07-14T00:27:15.187Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2883 | 2026-07-14T00:27:15.264Z | Compiling uzers v0.12.2 |
| 2884 | 2026-07-14T00:27:15.418Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2885 | 2026-07-14T00:27:16.726Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2886 | 2026-07-14T00:27:16.912Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2887 | 2026-07-14T00:27:18.602Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2888 | 2026-07-14T00:27:19.094Z | Compiling support-bundle-viewer v0.1.2 |
| 2889 | 2026-07-14T00:27:19.798Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2890 | 2026-07-14T00:27:20.985Z | Compiling multimap v0.10.1 |
| 2891 | 2026-07-14T00:27:35.583Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2892 | 2026-07-14T00:27:40.793Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2893 | 2026-07-14T00:27:43.219Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2894 | 2026-07-14T00:27:43.485Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2895 | 2026-07-14T00:27:44.905Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2896 | 2026-07-14T00:34:09.369Z | Finished `release` profile [optimized] target(s) in 8m 34s |
| 2897 | 2026-07-14T00:34:55.076Z | |
| 2898 | 2026-07-14T00:34:55.080Z | real 9:21.098999144 |
| 2899 | 2026-07-14T00:34:55.080Z | user 1:18:13.683708965 |
| 2900 | 2026-07-14T00:34:55.080Z | sys 3:28.701363519 |
| 2901 | 2026-07-14T00:34:55.080Z | trap 1.740998510 |
| 2902 | 2026-07-14T00:34:55.080Z | tflt 2.119508989 |
| 2903 | 2026-07-14T00:34:55.080Z | dflt 19.594324853 |
| 2904 | 2026-07-14T00:34:55.080Z | kflt 0.010695717 |
| 2905 | 2026-07-14T00:34:55.081Z | lock 6:38:15.157530258 |
| 2906 | 2026-07-14T00:34:55.081Z | slp 2:10:15.508235889 |
| 2907 | 2026-07-14T00:34:55.081Z | lat 2:17.890345702 |
| 2908 | 2026-07-14T00:34:55.081Z | stop 5:02.910927210 |
| 2909 | 2026-07-14T00:34:55.081Z | + mapfile -t packages |
| 2910 | 2026-07-14T00:34:55.081Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2911 | 2026-07-14T00:34:55.956Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2912 | 2026-07-14T00:34:56.080Z | Running `target/release/omicron-package -t test list-outputs` |
| 2913 | 2026-07-14T00:34:56.084Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2914 | 2026-07-14T00:34:56.087Z | + ptime -m cargo build --locked --release -p xtask |
| 2915 | 2026-07-14T00:34:56.553Z | Compiling libc v0.2.185 |
| 2916 | 2026-07-14T00:34:56.553Z | Compiling serde_core v1.0.228 |
| 2917 | 2026-07-14T00:34:56.553Z | Compiling serde v1.0.228 |
| 2918 | 2026-07-14T00:34:56.556Z | Compiling rustix v1.1.3 |
| 2919 | 2026-07-14T00:34:56.556Z | Compiling serde_json v1.0.150 |
| 2920 | 2026-07-14T00:34:56.641Z | Compiling bitflags v2.11.0 |
| 2921 | 2026-07-14T00:34:56.709Z | Compiling syn v2.0.117 |
| 2922 | 2026-07-14T00:34:56.712Z | Compiling usdt-impl v0.5.0 |
| 2923 | 2026-07-14T00:34:56.712Z | Compiling syn v1.0.109 |
| 2924 | 2026-07-14T00:34:56.744Z | Compiling log v0.4.29 |
| 2925 | 2026-07-14T00:34:56.754Z | Compiling getrandom v0.4.1 |
| 2926 | 2026-07-14T00:34:56.757Z | Compiling indexmap v2.14.0 |
| 2927 | 2026-07-14T00:34:56.778Z | Compiling fs-err v3.3.0 |
| 2928 | 2026-07-14T00:34:56.963Z | Compiling once_cell v1.21.3 |
| 2929 | 2026-07-14T00:34:56.995Z | Compiling heck v0.4.1 |
| 2930 | 2026-07-14T00:34:57.119Z | Compiling anyhow v1.0.102 |
| 2931 | 2026-07-14T00:34:57.412Z | Compiling thread-id v4.2.2 |
| 2932 | 2026-07-14T00:34:57.454Z | Compiling errno v0.3.14 |
| 2933 | 2026-07-14T00:34:57.458Z | Compiling memmap v0.7.0 |
| 2934 | 2026-07-14T00:34:58.199Z | Compiling proc-macro-error v1.0.4 |
| 2935 | 2026-07-14T00:34:58.417Z | Compiling terminal_size v0.4.3 |
| 2936 | 2026-07-14T00:34:58.421Z | Compiling tempfile v3.25.0 |
| 2937 | 2026-07-14T00:34:58.439Z | Compiling tabled_derive v0.7.0 |
| 2938 | 2026-07-14T00:34:58.515Z | Compiling clap_builder v4.6.0 |
| 2939 | 2026-07-14T00:34:58.515Z | Compiling textwrap v0.16.2 |
| 2940 | 2026-07-14T00:34:58.758Z | Compiling camino v1.2.2 |
| 2941 | 2026-07-14T00:34:58.758Z | Compiling cargo-platform v0.3.2 |
| 2942 | 2026-07-14T00:34:58.802Z | Compiling semver v1.0.28 |
| 2943 | 2026-07-14T00:34:58.876Z | Compiling pest_generator v2.8.6 |
| 2944 | 2026-07-14T00:34:59.210Z | Compiling camino-tempfile v1.4.1 |
| 2945 | 2026-07-14T00:34:59.232Z | Compiling tabled v0.15.0 |
| 2946 | 2026-07-14T00:34:59.390Z | Compiling serde_derive v1.0.228 |
| 2947 | 2026-07-14T00:34:59.390Z | Compiling thiserror-impl v1.0.69 |
| 2948 | 2026-07-14T00:34:59.395Z | Compiling zerocopy-derive v0.7.35 |
| 2949 | 2026-07-14T00:34:59.395Z | Compiling scroll_derive v0.12.1 |
| 2950 | 2026-07-14T00:34:59.395Z | Compiling thiserror-impl v2.0.18 |
| 2951 | 2026-07-14T00:34:59.395Z | Compiling clap_derive v4.6.1 |
| 2952 | 2026-07-14T00:34:59.458Z | Compiling pest_derive v2.8.6 |
| 2953 | 2026-07-14T00:35:00.102Z | Compiling scroll v0.12.0 |
| 2954 | 2026-07-14T00:35:00.238Z | Compiling zerocopy v0.7.35 |
| 2955 | 2026-07-14T00:35:00.378Z | Compiling goblin v0.8.2 |
| 2956 | 2026-07-14T00:35:00.518Z | Compiling thiserror v1.0.69 |
| 2957 | 2026-07-14T00:35:00.634Z | Compiling dtrace-parser v0.2.0 |
| 2958 | 2026-07-14T00:35:00.829Z | Compiling thiserror v2.0.18 |
| 2959 | 2026-07-14T00:35:00.956Z | Compiling clap v4.6.1 |
| 2960 | 2026-07-14T00:35:02.528Z | Compiling dof v0.3.0 |
| 2961 | 2026-07-14T00:35:02.599Z | Compiling serde_spanned v0.6.9 |
| 2962 | 2026-07-14T00:35:02.717Z | Compiling toml_datetime v0.6.11 |
| 2963 | 2026-07-14T00:35:02.726Z | Compiling serde_tokenstream v0.2.3 |
| 2964 | 2026-07-14T00:35:02.774Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2965 | 2026-07-14T00:35:02.904Z | Compiling toml_edit v0.22.27 |
| 2966 | 2026-07-14T00:35:02.927Z | Compiling cargo_metadata v0.23.1 |
| 2967 | 2026-07-14T00:35:02.930Z | Compiling macaddr v1.0.1 |
| 2968 | 2026-07-14T00:35:03.326Z | Compiling usdt-attr-macro v0.5.0 |
| 2969 | 2026-07-14T00:35:03.329Z | Compiling usdt-macro v0.5.0 |
| 2970 | 2026-07-14T00:35:03.993Z | Compiling usdt v0.5.0 |
| 2971 | 2026-07-14T00:35:04.422Z | Compiling toml v0.8.23 |
| 2972 | 2026-07-14T00:35:04.856Z | Compiling cargo_toml v0.21.0 |
| 2973 | 2026-07-14T00:35:09.284Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2974 | 2026-07-14T00:35:12.490Z | Finished `release` profile [optimized] target(s) in 16.39s |
| 2975 | 2026-07-14T00:35:12.627Z | |
| 2976 | 2026-07-14T00:35:12.630Z | real 16.507521005 |
| 2977 | 2026-07-14T00:35:12.630Z | user 2:05.276401600 |
| 2978 | 2026-07-14T00:35:12.630Z | sys 14.189205425 |
| 2979 | 2026-07-14T00:35:12.630Z | trap 0.083197169 |
| 2980 | 2026-07-14T00:35:12.630Z | tflt 0.459001926 |
| 2981 | 2026-07-14T00:35:12.630Z | dflt 1.591886980 |
| 2982 | 2026-07-14T00:35:12.630Z | kflt 0.006470117 |
| 2983 | 2026-07-14T00:35:12.630Z | lock 4:29.776546323 |
| 2984 | 2026-07-14T00:35:12.631Z | slp 2:46.862737130 |
| 2985 | 2026-07-14T00:35:12.631Z | lat 4.601605341 |
| 2986 | 2026-07-14T00:35:12.631Z | stop 14.394899026 |
| 2987 | 2026-07-14T00:35:12.631Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2988 | 2026-07-14T00:35:12.631Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2989 | 2026-07-14T00:35:12.631Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2990 | 2026-07-14T00:35:12.631Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2991 | 2026-07-14T00:35:12.631Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2992 | 2026-07-14T00:35:13.530Z | Compiling progenitor-client v0.14.0 |
| 2993 | 2026-07-14T00:35:13.530Z | Compiling newtype-uuid-macros v0.1.0 |
| 2994 | 2026-07-14T00:35:13.530Z | Compiling match_cfg v0.1.0 |
| 2995 | 2026-07-14T00:35:13.530Z | Compiling slog-json v2.6.1 |
| 2996 | 2026-07-14T00:35:13.530Z | Compiling structmeta-derive v0.3.0 |
| 2997 | 2026-07-14T00:35:13.530Z | Compiling sha1 v0.11.0 |
| 2998 | 2026-07-14T00:35:13.533Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2999 | 2026-07-14T00:35:13.533Z | Compiling multer v3.1.0 |
| 3000 | 2026-07-14T00:35:13.534Z | Compiling debug-ignore v1.0.5 |
| 3001 | 2026-07-14T00:35:13.678Z | Compiling compression-core v0.4.31 |
| 3002 | 2026-07-14T00:35:13.681Z | Compiling itertools v0.14.0 |
| 3003 | 2026-07-14T00:35:13.681Z | Compiling async-stream-impl v0.3.6 |
| 3004 | 2026-07-14T00:35:13.681Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3005 | 2026-07-14T00:35:13.692Z | Compiling serde_spanned v1.1.1 |
| 3006 | 2026-07-14T00:35:13.716Z | Compiling dropshot v0.17.1 |
| 3007 | 2026-07-14T00:35:13.729Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3008 | 2026-07-14T00:35:13.894Z | Compiling compression-codecs v0.4.37 |
| 3009 | 2026-07-14T00:35:13.926Z | Compiling waitgroup v0.1.2 |
| 3010 | 2026-07-14T00:35:13.943Z | Compiling hostname v0.3.1 |
| 3011 | 2026-07-14T00:35:13.949Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3012 | 2026-07-14T00:35:13.954Z | Compiling rustls-pemfile v2.2.0 |
| 3013 | 2026-07-14T00:35:14.033Z | Compiling dropshot_endpoint v0.17.1 |
| 3014 | 2026-07-14T00:35:14.037Z | Compiling hostname v0.4.2 |
| 3015 | 2026-07-14T00:35:14.088Z | Compiling async-compression v0.4.41 |
| 3016 | 2026-07-14T00:35:14.126Z | Compiling slog-bunyan v2.5.0 |
| 3017 | 2026-07-14T00:35:14.131Z | Compiling serde_path_to_error v0.1.20 |
| 3018 | 2026-07-14T00:35:14.177Z | Compiling atomicwrites v0.4.4 |
| 3019 | 2026-07-14T00:35:14.199Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3020 | 2026-07-14T00:35:14.206Z | Compiling macaddr v1.0.1 |
| 3021 | 2026-07-14T00:35:14.252Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3022 | 2026-07-14T00:35:14.255Z | Compiling instant v0.1.13 |
| 3023 | 2026-07-14T00:35:14.287Z | Compiling regress v0.10.5 |
| 3024 | 2026-07-14T00:35:14.371Z | Compiling async-stream v0.3.6 |
| 3025 | 2026-07-14T00:35:14.393Z | Compiling backon v1.6.0 |
| 3026 | 2026-07-14T00:35:14.413Z | Compiling backoff v0.4.0 |
| 3027 | 2026-07-14T00:35:14.432Z | Compiling humantime v2.3.0 |
| 3028 | 2026-07-14T00:35:14.453Z | Compiling half v2.7.1 |
| 3029 | 2026-07-14T00:35:14.472Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3030 | 2026-07-14T00:35:14.475Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3031 | 2026-07-14T00:35:14.476Z | Compiling crucible-workspace-hack v0.1.0 |
| 3032 | 2026-07-14T00:35:14.526Z | Compiling ciborium-io v0.2.2 |
| 3033 | 2026-07-14T00:35:14.566Z | Compiling progenitor-extras v0.2.0 |
| 3034 | 2026-07-14T00:35:14.615Z | Compiling regress v0.11.1 |
| 3035 | 2026-07-14T00:35:14.635Z | Compiling convert_case v0.4.0 |
| 3036 | 2026-07-14T00:35:14.638Z | Compiling secrecy v0.10.3 |
| 3037 | 2026-07-14T00:35:14.679Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-07-14T00:35:14.705Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3039 | 2026-07-14T00:35:14.723Z | Compiling ciborium-ll v0.2.2 |
| 3040 | 2026-07-14T00:35:14.786Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3041 | 2026-07-14T00:35:14.821Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3042 | 2026-07-14T00:35:14.847Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3043 | 2026-07-14T00:35:14.864Z | Compiling inout v0.1.4 |
| 3044 | 2026-07-14T00:35:14.867Z | Compiling unsafe-libyaml v0.2.11 |
| 3045 | 2026-07-14T00:35:14.969Z | Compiling ciborium v0.2.2 |
| 3046 | 2026-07-14T00:35:14.987Z | Compiling structmeta v0.3.0 |
| 3047 | 2026-07-14T00:35:14.987Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3048 | 2026-07-14T00:35:15.022Z | Compiling cipher v0.4.4 |
| 3049 | 2026-07-14T00:35:15.040Z | Compiling derive_more v0.99.20 |
| 3050 | 2026-07-14T00:35:15.055Z | Compiling universal-hash v0.5.1 |
| 3051 | 2026-07-14T00:35:15.077Z | Compiling opaque-debug v0.3.1 |
| 3052 | 2026-07-14T00:35:15.104Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3053 | 2026-07-14T00:35:15.133Z | Compiling byte-wrapper v0.1.0 |
| 3054 | 2026-07-14T00:35:15.151Z | Compiling blake2 v0.10.6 |
| 3055 | 2026-07-14T00:35:15.169Z | Compiling aead v0.5.2 |
| 3056 | 2026-07-14T00:35:15.218Z | Compiling poly1305 v0.8.0 |
| 3057 | 2026-07-14T00:35:15.242Z | Compiling derive-ex v0.1.8 |
| 3058 | 2026-07-14T00:35:15.306Z | Compiling parse-display-derive v0.10.0 |
| 3059 | 2026-07-14T00:35:15.309Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3060 | 2026-07-14T00:35:15.397Z | Compiling chacha20 v0.9.1 |
| 3061 | 2026-07-14T00:35:15.496Z | Compiling serde_yaml v0.9.34+deprecated |
| 3062 | 2026-07-14T00:35:15.549Z | Compiling password-hash v0.5.0 |
| 3063 | 2026-07-14T00:35:15.575Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3064 | 2026-07-14T00:35:15.655Z | Compiling chacha20poly1305 v0.10.1 |
| 3065 | 2026-07-14T00:35:15.687Z | Compiling indent_write v2.2.0 |
| 3066 | 2026-07-14T00:35:15.728Z | Compiling heapless v0.8.0 |
| 3067 | 2026-07-14T00:35:15.833Z | Compiling argon2 v0.5.3 |
| 3068 | 2026-07-14T00:35:15.857Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3069 | 2026-07-14T00:35:15.884Z | Compiling ingot-macros v0.1.1 |
| 3070 | 2026-07-14T00:35:15.992Z | Compiling tabwriter v1.4.1 |
| 3071 | 2026-07-14T00:35:16.009Z | Compiling hash32 v0.3.1 |
| 3072 | 2026-07-14T00:35:16.202Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3073 | 2026-07-14T00:35:16.254Z | Compiling typify-impl v0.6.2 |
| 3074 | 2026-07-14T00:35:16.271Z | Compiling smoltcp v0.11.0 |
| 3075 | 2026-07-14T00:35:16.353Z | Compiling thiserror-no-std v2.0.2 |
| 3076 | 2026-07-14T00:35:16.404Z | Compiling vsss-rs v3.3.4 |
| 3077 | 2026-07-14T00:35:16.491Z | Compiling proc-macro-crate v3.4.0 |
| 3078 | 2026-07-14T00:35:16.671Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3079 | 2026-07-14T00:35:17.011Z | Compiling cobs v0.3.0 |
| 3080 | 2026-07-14T00:35:17.066Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3081 | 2026-07-14T00:35:17.069Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3082 | 2026-07-14T00:35:17.100Z | Compiling test-strategy v0.4.5 |
| 3083 | 2026-07-14T00:35:17.103Z | Compiling num_enum_derive v0.7.6 |
| 3084 | 2026-07-14T00:35:17.136Z | Compiling parse-display v0.10.0 |
| 3085 | 2026-07-14T00:35:17.208Z | Compiling colored v3.1.1 |
| 3086 | 2026-07-14T00:35:17.235Z | Compiling postcard v1.1.3 |
| 3087 | 2026-07-14T00:35:17.325Z | Compiling proc-macro-error v1.0.4 |
| 3088 | 2026-07-14T00:35:17.490Z | Compiling proc-macro-crate v1.3.1 |
| 3089 | 2026-07-14T00:35:17.554Z | Compiling rand v0.10.1 |
| 3090 | 2026-07-14T00:35:17.602Z | Compiling foreign-types-macros v0.2.3 |
| 3091 | 2026-07-14T00:35:17.605Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3092 | 2026-07-14T00:35:17.636Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3093 | 2026-07-14T00:35:17.667Z | Compiling rayon-core v1.13.0 |
| 3094 | 2026-07-14T00:35:17.733Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3095 | 2026-07-14T00:35:17.886Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3096 | 2026-07-14T00:35:17.905Z | Compiling foreign-types-shared v0.3.1 |
| 3097 | 2026-07-14T00:35:17.943Z | Compiling num_enum_derive v0.5.11 |
| 3098 | 2026-07-14T00:35:18.015Z | Compiling crossbeam-deque v0.8.6 |
| 3099 | 2026-07-14T00:35:18.032Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3100 | 2026-07-14T00:35:18.035Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3101 | 2026-07-14T00:35:18.119Z | Compiling cstr-argument v0.1.2 |
| 3102 | 2026-07-14T00:35:18.136Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3103 | 2026-07-14T00:35:18.263Z | Compiling num_enum v0.7.6 |
| 3104 | 2026-07-14T00:35:18.281Z | Compiling foreign-types v0.5.0 |
| 3105 | 2026-07-14T00:35:18.300Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3106 | 2026-07-14T00:35:18.387Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3107 | 2026-07-14T00:35:18.409Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3108 | 2026-07-14T00:35:18.425Z | Compiling zone_cfg_derive v0.3.1 |
| 3109 | 2026-07-14T00:35:18.517Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3110 | 2026-07-14T00:35:18.548Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3111 | 2026-07-14T00:35:18.568Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3112 | 2026-07-14T00:35:18.644Z | Compiling rayon v1.11.0 |
| 3113 | 2026-07-14T00:35:18.688Z | Compiling itertools v0.12.1 |
| 3114 | 2026-07-14T00:35:18.705Z | Compiling num-derive v0.4.2 |
| 3115 | 2026-07-14T00:35:18.709Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3116 | 2026-07-14T00:35:18.709Z | Compiling sigpipe v0.1.3 |
| 3117 | 2026-07-14T00:35:18.792Z | Compiling cpubits v0.1.1 |
| 3118 | 2026-07-14T00:35:18.831Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3119 | 2026-07-14T00:35:18.881Z | Compiling glob v0.3.3 |
| 3120 | 2026-07-14T00:35:18.898Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3121 | 2026-07-14T00:35:18.901Z | Compiling ingot-types v0.1.2 |
| 3122 | 2026-07-14T00:35:18.945Z | Compiling smf v0.2.3 |
| 3123 | 2026-07-14T00:35:19.089Z | Compiling num_enum v0.5.11 |
| 3124 | 2026-07-14T00:35:19.114Z | Compiling whoami v1.6.1 |
| 3125 | 2026-07-14T00:35:19.152Z | Compiling usdt-attr-macro v0.5.0 |
| 3126 | 2026-07-14T00:35:19.169Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3127 | 2026-07-14T00:35:19.238Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3128 | 2026-07-14T00:35:19.255Z | Compiling usdt-macro v0.5.0 |
| 3129 | 2026-07-14T00:35:19.303Z | Compiling ingot v0.1.1 |
| 3130 | 2026-07-14T00:35:19.329Z | Compiling gethostname v0.5.0 |
| 3131 | 2026-07-14T00:35:19.361Z | Compiling num-rational v0.4.2 |
| 3132 | 2026-07-14T00:35:19.428Z | Compiling pem-rfc7468 v1.0.0 |
| 3133 | 2026-07-14T00:35:19.502Z | Compiling num-complex v0.4.6 |
| 3134 | 2026-07-14T00:35:19.582Z | Compiling memmap v0.7.0 |
| 3135 | 2026-07-14T00:35:19.707Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3136 | 2026-07-14T00:35:19.756Z | Compiling derive-where v1.6.0 |
| 3137 | 2026-07-14T00:35:19.772Z | Compiling float-ord v0.3.2 |
| 3138 | 2026-07-14T00:35:19.799Z | Compiling toml v0.8.23 |
| 3139 | 2026-07-14T00:35:19.921Z | Compiling zone v0.3.1 |
| 3140 | 2026-07-14T00:35:19.944Z | Compiling num v0.4.3 |
| 3141 | 2026-07-14T00:35:19.947Z | Compiling hmac v0.13.0 |
| 3142 | 2026-07-14T00:35:19.976Z | Compiling universal-hash v0.6.1 |
| 3143 | 2026-07-14T00:35:20.021Z | Compiling resolv-conf v0.7.6 |
| 3144 | 2026-07-14T00:35:20.038Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3145 | 2026-07-14T00:35:20.078Z | Compiling usdt v0.5.0 |
| 3146 | 2026-07-14T00:35:20.115Z | Compiling cancel-safe-futures v0.1.5 |
| 3147 | 2026-07-14T00:35:20.133Z | Compiling owo-colors v4.3.0 |
| 3148 | 2026-07-14T00:35:20.168Z | Compiling polyval v0.7.1 |
| 3149 | 2026-07-14T00:35:20.198Z | Compiling der v0.8.0 |
| 3150 | 2026-07-14T00:35:20.235Z | Compiling libsw-core v0.3.2 |
| 3151 | 2026-07-14T00:35:20.376Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3152 | 2026-07-14T00:35:20.412Z | Compiling prettyplease v0.2.37 |
| 3153 | 2026-07-14T00:35:20.434Z | Compiling libsw v3.5.0 |
| 3154 | 2026-07-14T00:35:20.470Z | Compiling ghash v0.6.0 |
| 3155 | 2026-07-14T00:35:20.470Z | Compiling pbkdf2 v0.13.0 |
| 3156 | 2026-07-14T00:35:20.475Z | Compiling aes v0.9.1 |
| 3157 | 2026-07-14T00:35:20.632Z | Compiling console v0.15.11 |
| 3158 | 2026-07-14T00:35:20.649Z | Compiling hickory-proto v0.24.4 |
| 3159 | 2026-07-14T00:35:20.652Z | Compiling newline-converter v0.3.0 |
| 3160 | 2026-07-14T00:35:20.686Z | Compiling ctr v0.10.1 |
| 3161 | 2026-07-14T00:35:20.723Z | Compiling aead v0.6.1 |
| 3162 | 2026-07-14T00:35:20.790Z | Compiling typify-macro v0.6.2 |
| 3163 | 2026-07-14T00:35:20.801Z | Compiling sha2 v0.11.0 |
| 3164 | 2026-07-14T00:35:20.804Z | Compiling linked-hash-map v0.5.6 |
| 3165 | 2026-07-14T00:35:20.975Z | Compiling linear-map v1.2.0 |
| 3166 | 2026-07-14T00:35:20.992Z | Compiling libefi-sys v0.1.0 |
| 3167 | 2026-07-14T00:35:21.052Z | Compiling lru-cache v0.1.2 |
| 3168 | 2026-07-14T00:35:21.070Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3169 | 2026-07-14T00:35:21.186Z | Compiling spki v0.8.0 |
| 3170 | 2026-07-14T00:35:21.205Z | Compiling expectorate v1.2.0 |
| 3171 | 2026-07-14T00:35:21.221Z | Compiling aes-gcm v0.11.0 |
| 3172 | 2026-07-14T00:35:21.265Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3173 | 2026-07-14T00:35:21.283Z | Compiling crypto-bigint v0.7.5 |
| 3174 | 2026-07-14T00:35:21.394Z | Compiling salsa20 v0.11.0 |
| 3175 | 2026-07-14T00:35:21.411Z | Compiling cbc v0.2.1 |
| 3176 | 2026-07-14T00:35:21.441Z | Compiling bitfield-struct v0.6.2 |
| 3177 | 2026-07-14T00:35:21.459Z | Compiling nom v8.0.0 |
| 3178 | 2026-07-14T00:35:21.483Z | Compiling semver v0.1.20 |
| 3179 | 2026-07-14T00:35:21.601Z | Compiling tokio-dtrace v0.1.1 |
| 3180 | 2026-07-14T00:35:21.622Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3181 | 2026-07-14T00:35:21.651Z | Compiling scrypt v0.12.0 |
| 3182 | 2026-07-14T00:35:21.803Z | Compiling rustc_version v0.1.7 |
| 3183 | 2026-07-14T00:35:21.821Z | Compiling slog-dtrace v0.3.0 |
| 3184 | 2026-07-14T00:35:21.906Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3185 | 2026-07-14T00:35:21.966Z | Compiling minimal-lexical v0.2.1 |
| 3186 | 2026-07-14T00:35:21.969Z | Compiling pkcs5 v0.8.1 |
| 3187 | 2026-07-14T00:35:22.061Z | Compiling newtype_derive v0.1.6 |
| 3188 | 2026-07-14T00:35:22.128Z | Compiling oxide-tokio-rt v0.1.4 |
| 3189 | 2026-07-14T00:35:22.160Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3190 | 2026-07-14T00:35:22.256Z | Compiling nom v7.1.3 |
| 3191 | 2026-07-14T00:35:22.274Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3192 | 2026-07-14T00:35:22.316Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3193 | 2026-07-14T00:35:22.445Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3194 | 2026-07-14T00:35:22.492Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-07-14T00:35:22.509Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3196 | 2026-07-14T00:35:22.529Z | Compiling phf_shared v0.12.1 |
| 3197 | 2026-07-14T00:35:22.534Z | Compiling csv-core v0.1.13 |
| 3198 | 2026-07-14T00:35:22.563Z | Compiling unicode-xid v0.2.6 |
| 3199 | 2026-07-14T00:35:22.682Z | Compiling typify v0.6.2 |
| 3200 | 2026-07-14T00:35:22.722Z | Compiling chrono-tz v0.10.4 |
| 3201 | 2026-07-14T00:35:22.752Z | Compiling highway v1.3.0 |
| 3202 | 2026-07-14T00:35:22.788Z | Compiling progenitor-impl v0.14.0 |
| 3203 | 2026-07-14T00:35:22.820Z | Compiling xshell-macros v0.2.7 |
| 3204 | 2026-07-14T00:35:22.823Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3205 | 2026-07-14T00:35:22.919Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3206 | 2026-07-14T00:35:22.937Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3207 | 2026-07-14T00:35:22.965Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3208 | 2026-07-14T00:35:22.983Z | Compiling hickory-resolver v0.24.4 |
| 3209 | 2026-07-14T00:35:23.130Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3210 | 2026-07-14T00:35:23.165Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3211 | 2026-07-14T00:35:23.264Z | Compiling xshell v0.2.7 |
| 3212 | 2026-07-14T00:35:23.654Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3213 | 2026-07-14T00:35:23.707Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3214 | 2026-07-14T00:35:23.847Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3215 | 2026-07-14T00:35:23.865Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3216 | 2026-07-14T00:35:23.922Z | Compiling const_format_proc_macros v0.2.34 |
| 3217 | 2026-07-14T00:35:23.948Z | Compiling phf v0.12.1 |
| 3218 | 2026-07-14T00:35:23.978Z | Compiling csv v1.4.0 |
| 3219 | 2026-07-14T00:35:24.132Z | Compiling qorb v0.4.1 |
| 3220 | 2026-07-14T00:35:24.414Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3221 | 2026-07-14T00:35:24.582Z | Compiling pkcs8 v0.11.0 |
| 3222 | 2026-07-14T00:35:24.640Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3223 | 2026-07-14T00:35:24.709Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3224 | 2026-07-14T00:35:24.759Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3225 | 2026-07-14T00:35:24.820Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3226 | 2026-07-14T00:35:24.965Z | Compiling const_format v0.2.35 |
| 3227 | 2026-07-14T00:35:24.988Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3228 | 2026-07-14T00:35:25.123Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3229 | 2026-07-14T00:35:25.227Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3230 | 2026-07-14T00:35:25.246Z | Compiling tabled_derive v0.7.0 |
| 3231 | 2026-07-14T00:35:25.264Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3232 | 2026-07-14T00:35:25.299Z | Compiling bcs v0.1.6 |
| 3233 | 2026-07-14T00:35:25.521Z | Compiling progenitor-macro v0.14.0 |
| 3234 | 2026-07-14T00:35:25.590Z | Compiling ff v0.14.0 |
| 3235 | 2026-07-14T00:35:25.652Z | Compiling salty v0.3.0 |
| 3236 | 2026-07-14T00:35:25.767Z | Compiling tagptr v0.2.0 |
| 3237 | 2026-07-14T00:35:25.835Z | Compiling termtree v0.5.1 |
| 3238 | 2026-07-14T00:35:25.874Z | Compiling textwrap v0.16.2 |
| 3239 | 2026-07-14T00:35:26.004Z | Compiling moka v0.12.13 |
| 3240 | 2026-07-14T00:35:26.021Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3241 | 2026-07-14T00:35:26.038Z | Compiling steno v0.4.1 |
| 3242 | 2026-07-14T00:35:26.056Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3243 | 2026-07-14T00:35:26.224Z | Compiling sha1 v0.10.6 |
| 3244 | 2026-07-14T00:35:26.243Z | Compiling signature v3.0.0 |
| 3245 | 2026-07-14T00:35:26.263Z | Compiling base64 v0.21.7 |
| 3246 | 2026-07-14T00:35:26.280Z | Compiling base16ct v1.0.0 |
| 3247 | 2026-07-14T00:35:26.325Z | Compiling tabled v0.15.0 |
| 3248 | 2026-07-14T00:35:26.412Z | Compiling radium v0.7.0 |
| 3249 | 2026-07-14T00:35:26.464Z | Compiling sec1 v0.8.1 |
| 3250 | 2026-07-14T00:35:26.505Z | Compiling group v0.14.0 |
| 3251 | 2026-07-14T00:35:26.629Z | Compiling hkdf v0.13.0 |
| 3252 | 2026-07-14T00:35:26.647Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3253 | 2026-07-14T00:35:26.733Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3254 | 2026-07-14T00:35:26.790Z | Compiling hickory-resolver v0.25.2 |
| 3255 | 2026-07-14T00:35:26.811Z | Compiling rfc6979 v0.4.0 |
| 3256 | 2026-07-14T00:35:26.827Z | Compiling maybe-uninit v2.0.0 |
| 3257 | 2026-07-14T00:35:26.856Z | Compiling tap v1.0.1 |
| 3258 | 2026-07-14T00:35:26.968Z | Compiling wyz v0.5.1 |
| 3259 | 2026-07-14T00:35:26.986Z | Compiling ecdsa v0.16.9 |
| 3260 | 2026-07-14T00:35:27.004Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3261 | 2026-07-14T00:35:27.158Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3262 | 2026-07-14T00:35:27.202Z | Compiling primeorder v0.13.6 |
| 3263 | 2026-07-14T00:35:27.237Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3264 | 2026-07-14T00:35:27.422Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3265 | 2026-07-14T00:35:27.493Z | Compiling parking_lot_core v0.8.6 |
| 3266 | 2026-07-14T00:35:27.510Z | Compiling utf-8 v0.7.6 |
| 3267 | 2026-07-14T00:35:27.684Z | Compiling funty v2.0.0 |
| 3268 | 2026-07-14T00:35:27.712Z | Compiling packed_struct v0.10.1 |
| 3269 | 2026-07-14T00:35:27.730Z | Compiling proc-macro-error2 v2.0.1 |
| 3270 | 2026-07-14T00:35:27.777Z | Compiling tungstenite v0.21.0 |
| 3271 | 2026-07-14T00:35:27.838Z | Compiling p384 v0.13.1 |
| 3272 | 2026-07-14T00:35:28.047Z | Compiling bitvec v1.0.1 |
| 3273 | 2026-07-14T00:35:28.172Z | Compiling rfc6979 v0.5.0 |
| 3274 | 2026-07-14T00:35:28.304Z | Compiling git-stub v1.0.0 |
| 3275 | 2026-07-14T00:35:28.351Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3276 | 2026-07-14T00:35:28.426Z | Compiling num-derive v0.3.3 |
| 3277 | 2026-07-14T00:35:28.572Z | Compiling packed_struct_codegen v0.10.1 |
| 3278 | 2026-07-14T00:35:28.599Z | Compiling zerocopy-derive v0.6.6 |
| 3279 | 2026-07-14T00:35:28.641Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3280 | 2026-07-14T00:35:28.662Z | Compiling bitfield-macros v0.19.4 |
| 3281 | 2026-07-14T00:35:28.684Z | Compiling indexmap v1.9.3 |
| 3282 | 2026-07-14T00:35:28.730Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3283 | 2026-07-14T00:35:28.768Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3284 | 2026-07-14T00:35:28.925Z | Compiling nodrop v0.1.14 |
| 3285 | 2026-07-14T00:35:28.959Z | Compiling crc-catalog v2.4.0 |
| 3286 | 2026-07-14T00:35:29.052Z | Compiling crc v3.4.0 |
| 3287 | 2026-07-14T00:35:29.067Z | Compiling array-init v0.0.4 |
| 3288 | 2026-07-14T00:35:29.134Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3289 | 2026-07-14T00:35:29.154Z | Compiling git-stub-vcs v0.1.0 |
| 3290 | 2026-07-14T00:35:29.320Z | Compiling ecdsa v0.17.0-rc.18 |
| 3291 | 2026-07-14T00:35:29.431Z | Compiling libscf-sys v1.1.0 |
| 3292 | 2026-07-14T00:35:29.485Z | Compiling tokio-tungstenite v0.21.0 |
| 3293 | 2026-07-14T00:35:29.501Z | Compiling bitfield v0.19.4 |
| 3294 | 2026-07-14T00:35:29.565Z | Compiling smallvec v0.6.14 |
| 3295 | 2026-07-14T00:35:29.595Z | Compiling tabled_derive v0.11.0 |
| 3296 | 2026-07-14T00:35:29.651Z | Compiling primeorder v0.14.0-rc.10 |
| 3297 | 2026-07-14T00:35:29.666Z | Compiling zerocopy v0.6.6 |
| 3298 | 2026-07-14T00:35:29.709Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3299 | 2026-07-14T00:35:29.796Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3300 | 2026-07-14T00:35:29.816Z | Compiling primefield v0.14.0 |
| 3301 | 2026-07-14T00:35:29.848Z | Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-07-14T00:35:29.866Z | Compiling papergrid v0.17.0 |
| 3303 | 2026-07-14T00:35:29.870Z | Compiling testing_table v0.3.0 |
| 3304 | 2026-07-14T00:35:29.987Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3305 | 2026-07-14T00:35:30.009Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3306 | 2026-07-14T00:35:30.024Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3307 | 2026-07-14T00:35:30.047Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3308 | 2026-07-14T00:35:30.070Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3309 | 2026-07-14T00:35:30.187Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3310 | 2026-07-14T00:35:30.312Z | Compiling unicase v2.9.0 |
| 3311 | 2026-07-14T00:35:30.366Z | Compiling hashbrown v0.12.3 |
| 3312 | 2026-07-14T00:35:30.423Z | Compiling corncobs v0.1.4 |
| 3313 | 2026-07-14T00:35:30.440Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3314 | 2026-07-14T00:35:30.554Z | Compiling mime_guess v2.0.5 |
| 3315 | 2026-07-14T00:35:30.572Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3316 | 2026-07-14T00:35:30.646Z | Compiling progenitor v0.14.0 |
| 3317 | 2026-07-14T00:35:30.703Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-07-14T00:35:30.722Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3319 | 2026-07-14T00:35:30.741Z | Compiling parking_lot v0.11.2 |
| 3320 | 2026-07-14T00:35:30.821Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3321 | 2026-07-14T00:35:30.864Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3322 | 2026-07-14T00:35:30.935Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3323 | 2026-07-14T00:35:30.953Z | Compiling tabled v0.20.0 |
| 3324 | 2026-07-14T00:35:31.051Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3325 | 2026-07-14T00:35:31.090Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3326 | 2026-07-14T00:35:31.175Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3327 | 2026-07-14T00:35:31.229Z | Compiling serde-hex v0.1.0 |
| 3328 | 2026-07-14T00:35:31.249Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3329 | 2026-07-14T00:35:31.335Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3330 | 2026-07-14T00:35:31.532Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3331 | 2026-07-14T00:35:31.603Z | Compiling ron v0.8.1 |
| 3332 | 2026-07-14T00:35:31.697Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3333 | 2026-07-14T00:35:31.733Z | Compiling hashbrown v0.13.2 |
| 3334 | 2026-07-14T00:35:31.750Z | Compiling progenitor-client v0.13.0 |
| 3335 | 2026-07-14T00:35:31.829Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3336 | 2026-07-14T00:35:31.920Z | Compiling prefix-trie v0.7.0 |
| 3337 | 2026-07-14T00:35:32.074Z | Compiling fxhash v0.2.1 |
| 3338 | 2026-07-14T00:35:32.101Z | Compiling secrecy v0.8.0 |
| 3339 | 2026-07-14T00:35:32.243Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3340 | 2026-07-14T00:35:32.269Z | Compiling crc-any v2.5.0 |
| 3341 | 2026-07-14T00:35:32.286Z | Compiling hickory-server v0.25.2 |
| 3342 | 2026-07-14T00:35:32.339Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3343 | 2026-07-14T00:35:32.574Z | Compiling progenitor-macro v0.13.0 |
| 3344 | 2026-07-14T00:35:32.605Z | Compiling object v0.30.4 |
| 3345 | 2026-07-14T00:35:32.666Z | Compiling sled v0.34.7 |
| 3346 | 2026-07-14T00:35:32.683Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3347 | 2026-07-14T00:35:33.224Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3348 | 2026-07-14T00:35:33.268Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3349 | 2026-07-14T00:35:33.426Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3350 | 2026-07-14T00:35:33.680Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3351 | 2026-07-14T00:35:33.699Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3352 | 2026-07-14T00:35:34.118Z | Compiling ed25519 v3.0.0 |
| 3353 | 2026-07-14T00:35:34.236Z | Compiling crypto-primes v0.7.2 |
| 3354 | 2026-07-14T00:35:34.286Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3355 | 2026-07-14T00:35:34.327Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3356 | 2026-07-14T00:35:34.731Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3357 | 2026-07-14T00:35:35.049Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3358 | 2026-07-14T00:35:35.249Z | Compiling poly1305 v0.9.0 |
| 3359 | 2026-07-14T00:35:35.286Z | Compiling blowfish v0.10.0 |
| 3360 | 2026-07-14T00:35:35.290Z | Compiling blake2 v0.11.0-rc.6 |
| 3361 | 2026-07-14T00:35:35.323Z | Compiling keccak v0.2.0 |
| 3362 | 2026-07-14T00:35:35.477Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3363 | 2026-07-14T00:35:35.529Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3364 | 2026-07-14T00:35:35.593Z | Compiling half v1.8.3 |
| 3365 | 2026-07-14T00:35:35.601Z | Compiling crc8 v0.1.1 |
| 3366 | 2026-07-14T00:35:35.620Z | Compiling path-slash v0.1.5 |
| 3367 | 2026-07-14T00:35:35.750Z | Compiling fiat-crypto v0.3.0 |
| 3368 | 2026-07-14T00:35:35.773Z | Compiling http-range v0.1.5 |
| 3369 | 2026-07-14T00:35:35.790Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3370 | 2026-07-14T00:35:35.917Z | Compiling serde_cbor v0.11.2 |
| 3371 | 2026-07-14T00:35:35.935Z | Compiling argon2 v0.6.0-rc.8 |
| 3372 | 2026-07-14T00:35:35.951Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3373 | 2026-07-14T00:35:35.991Z | Compiling sha3 v0.11.0 |
| 3374 | 2026-07-14T00:35:36.036Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3375 | 2026-07-14T00:35:36.178Z | Compiling rsa v0.10.0-rc.18 |
| 3376 | 2026-07-14T00:35:36.375Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3377 | 2026-07-14T00:35:36.458Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3378 | 2026-07-14T00:35:36.542Z | Compiling illumos-nvpair v0.3.0 |
| 3379 | 2026-07-14T00:35:36.825Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3380 | 2026-07-14T00:35:36.880Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3381 | 2026-07-14T00:35:37.072Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3382 | 2026-07-14T00:35:37.072Z | Compiling p256 v0.14.0-rc.10 |
| 3383 | 2026-07-14T00:35:37.160Z | Compiling p521 v0.14.0-rc.10 |
| 3384 | 2026-07-14T00:35:37.264Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3385 | 2026-07-14T00:35:37.334Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3386 | 2026-07-14T00:35:37.352Z | Compiling yasna v0.5.2 |
| 3387 | 2026-07-14T00:35:37.422Z | Compiling kstat-rs v0.2.4 |
| 3388 | 2026-07-14T00:35:37.600Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3389 | 2026-07-14T00:35:37.741Z | Compiling progenitor v0.13.0 |
| 3390 | 2026-07-14T00:35:37.792Z | Compiling headers-core v0.3.0 |
| 3391 | 2026-07-14T00:35:37.818Z | Compiling kem v0.3.0 |
| 3392 | 2026-07-14T00:35:37.838Z | Compiling module-lattice v0.2.3 |
| 3393 | 2026-07-14T00:35:37.875Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3394 | 2026-07-14T00:35:37.911Z | Compiling nanorand v0.7.0 |
| 3395 | 2026-07-14T00:35:37.939Z | Compiling atty v0.2.14 |
| 3396 | 2026-07-14T00:35:37.969Z | Compiling headers v0.4.1 |
| 3397 | 2026-07-14T00:35:38.074Z | Compiling ml-kem v0.3.2 |
| 3398 | 2026-07-14T00:35:38.074Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3399 | 2026-07-14T00:35:38.109Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3400 | 2026-07-14T00:35:38.128Z | Compiling flume v0.11.1 |
| 3401 | 2026-07-14T00:35:38.224Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3402 | 2026-07-14T00:35:38.320Z | Compiling rcgen v0.12.1 |
| 3403 | 2026-07-14T00:35:38.477Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3404 | 2026-07-14T00:35:38.522Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3405 | 2026-07-14T00:35:38.622Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3406 | 2026-07-14T00:35:38.745Z | Compiling hyper-staticfile v0.10.1 |
| 3407 | 2026-07-14T00:35:38.956Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3408 | 2026-07-14T00:35:39.035Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3409 | 2026-07-14T00:35:39.232Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3410 | 2026-07-14T00:35:39.285Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3411 | 2026-07-14T00:35:39.356Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3412 | 2026-07-14T00:35:39.509Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3413 | 2026-07-14T00:35:39.658Z | Compiling russh-cryptovec v0.61.0 |
| 3414 | 2026-07-14T00:35:39.815Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3415 | 2026-07-14T00:35:39.838Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3416 | 2026-07-14T00:35:39.922Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3417 | 2026-07-14T00:35:40.016Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3418 | 2026-07-14T00:35:40.095Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3419 | 2026-07-14T00:35:40.162Z | Compiling port-file v0.1.0 |
| 3420 | 2026-07-14T00:35:40.295Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3421 | 2026-07-14T00:35:40.434Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3422 | 2026-07-14T00:35:40.463Z | Compiling num-bigint v0.4.6 |
| 3423 | 2026-07-14T00:35:40.629Z | Compiling generic-array v1.4.3 |
| 3424 | 2026-07-14T00:35:40.711Z | Compiling russh-util v0.52.0 |
| 3425 | 2026-07-14T00:35:40.755Z | Compiling enum_dispatch v0.3.13 |
| 3426 | 2026-07-14T00:35:40.923Z | Compiling delegate v0.13.5 |
| 3427 | 2026-07-14T00:35:40.940Z | Compiling p384 v0.14.0-rc.10 |
| 3428 | 2026-07-14T00:35:41.175Z | Compiling subprocess v0.2.15 |
| 3429 | 2026-07-14T00:35:41.194Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3430 | 2026-07-14T00:35:41.391Z | Compiling md5 v0.8.0 |
| 3431 | 2026-07-14T00:35:41.447Z | Compiling hex-literal v1.1.0 |
| 3432 | 2026-07-14T00:35:41.465Z | Compiling display-error-chain v0.2.2 |
| 3433 | 2026-07-14T00:35:41.601Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3434 | 2026-07-14T00:35:41.625Z | Compiling colored v2.2.0 |
| 3435 | 2026-07-14T00:35:41.643Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3436 | 2026-07-14T00:35:41.683Z | Compiling socket2 v0.5.10 |
| 3437 | 2026-07-14T00:35:41.686Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3438 | 2026-07-14T00:35:41.819Z | Compiling internet-checksum v0.2.1 |
| 3439 | 2026-07-14T00:35:43.048Z | Compiling ssh-key v0.7.0-rc.10 |
| 3440 | 2026-07-14T00:35:43.141Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3441 | 2026-07-14T00:35:43.825Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3442 | 2026-07-14T00:35:44.285Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3443 | 2026-07-14T00:35:44.304Z | Compiling russh v0.61.2 |
| 3444 | 2026-07-14T00:35:44.809Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3445 | 2026-07-14T00:35:45.778Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3446 | 2026-07-14T00:35:54.107Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3447 | 2026-07-14T00:35:54.107Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3448 | 2026-07-14T00:35:54.110Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3449 | 2026-07-14T00:35:54.111Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3450 | 2026-07-14T00:35:55.825Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3451 | 2026-07-14T00:35:55.965Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3452 | 2026-07-14T00:35:59.979Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3453 | 2026-07-14T00:36:39.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3454 | 2026-07-14T00:36:39.485Z | |
| 3455 | 2026-07-14T00:36:39.485Z | real 1:26.791121088 |
| 3456 | 2026-07-14T00:36:39.485Z | user 8:40.890061832 |
| 3457 | 2026-07-14T00:36:39.485Z | sys 1:45.027972787 |
| 3458 | 2026-07-14T00:36:39.485Z | trap 0.274154140 |
| 3459 | 2026-07-14T00:36:39.485Z | tflt 0.334922797 |
| 3460 | 2026-07-14T00:36:39.485Z | dflt 1.384995899 |
| 3461 | 2026-07-14T00:36:39.489Z | kflt 0.000462280 |
| 3462 | 2026-07-14T00:36:39.489Z | lock 30:48.894381625 |
| 3463 | 2026-07-14T00:36:39.489Z | slp 19:54.525888818 |
| 3464 | 2026-07-14T00:36:39.489Z | lat 41.462225067 |
| 3465 | 2026-07-14T00:36:39.489Z | stop 3:03.128097470 |
| 3466 | 2026-07-14T00:36:39.489Z | + mkdir tests |
| 3467 | 2026-07-14T00:36:39.492Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3468 | 2026-07-14T00:36:39.492Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3469 | 2026-07-14T00:36:39.517Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5e41a8bb35dd220 tests/ |
| 3470 | 2026-07-14T00:36:39.547Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-85e9f69d5c6b606c tests/ |
| 3471 | 2026-07-14T00:36:39.575Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8716ca3985bbde44 tests/ |
| 3472 | 2026-07-14T00:36:39.604Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-100b0946bc11abae tests/ |
| 3473 | 2026-07-14T00:36:39.892Z | + 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) |
| 3474 | 2026-07-14T00:36:39.895Z | + 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-85e9f69d5c6b606c tests/commtest-8716ca3985bbde44 tests/dhcp_server-a5e41a8bb35dd220 tests/end_to_end_tests-100b0946bc11abae 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 |
| 3475 | 2026-07-14T00:37:59.578Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3476 | 2026-07-14T00:37:59.578Z | a .github/buildomat/ci-env.sh 1K |
| 3477 | 2026-07-14T00:37:59.578Z | a out/target/test 1K |
| 3478 | 2026-07-14T00:37:59.578Z | a out/npuzone/npuzone 27402K |
| 3479 | 2026-07-14T00:37:59.578Z | a package-manifest.toml 35K |
| 3480 | 2026-07-14T00:37:59.578Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3481 | 2026-07-14T00:37:59.578Z | a target/release/omicron-package 39870K |
| 3482 | 2026-07-14T00:37:59.578Z | a target/release/xtask 10468K |
| 3483 | 2026-07-14T00:37:59.578Z | a target/debug/bootstrap 348729K |
| 3484 | 2026-07-14T00:37:59.578Z | a tests/bootstrap-85e9f69d5c6b606c 31974K |
| 3485 | 2026-07-14T00:37:59.578Z | a tests/commtest-8716ca3985bbde44 32169K |
| 3486 | 2026-07-14T00:37:59.578Z | a tests/dhcp_server-a5e41a8bb35dd220 31974K |
| 3487 | 2026-07-14T00:37:59.581Z | a tests/end_to_end_tests-100b0946bc11abae 399330K |
| 3488 | 2026-07-14T00:37:59.581Z | a tools/opte_version 1K |
| 3489 | 2026-07-14T00:37:59.581Z | a tools/opte_version_override 2K |
| 3490 | 2026-07-14T00:37:59.581Z | a out/clickhouse.tar.gz 310266K |
| 3491 | 2026-07-14T00:37:59.581Z | a out/clickhouse_keeper.tar.gz 296735K |
| 3492 | 2026-07-14T00:37:59.581Z | a out/clickhouse_server.tar.gz 310263K |
| 3493 | 2026-07-14T00:37:59.581Z | a out/cockroachdb.tar.gz 161280K |
| 3494 | 2026-07-14T00:37:59.581Z | a out/crucible-pantry-zone.tar.gz 38664K |
| 3495 | 2026-07-14T00:37:59.581Z | a out/crucible-utils.tar 18900K |
| 3496 | 2026-07-14T00:37:59.581Z | a out/crucible-zone.tar.gz 53359K |
| 3497 | 2026-07-14T00:37:59.581Z | a out/external-dns.tar.gz 46258K |
| 3498 | 2026-07-14T00:37:59.581Z | a out/internal-dns.tar.gz 46258K |
| 3499 | 2026-07-14T00:37:59.581Z | a out/mg-ddm-gz.tar 102717K |
| 3500 | 2026-07-14T00:37:59.581Z | a out/nexus.tar.gz 273003K |
| 3501 | 2026-07-14T00:37:59.581Z | a out/ntp.tar.gz 29462K |
| 3502 | 2026-07-14T00:37:59.581Z | a out/omicron-gateway-softnpu.tar.gz 26763K |
| 3503 | 2026-07-14T00:37:59.581Z | a out/omicron-sled-agent.tar 191940K |
| 3504 | 2026-07-14T00:37:59.581Z | a out/overlay.tar.gz 4K |
| 3505 | 2026-07-14T00:37:59.581Z | a out/oximeter.tar.gz 59784K |
| 3506 | 2026-07-14T00:37:59.582Z | a out/oxlog.tar 3808K |
| 3507 | 2026-07-14T00:37:59.582Z | a out/probe.tar.gz 3037K |
| 3508 | 2026-07-14T00:37:59.582Z | a out/propolis-server.tar.gz 34372K |
| 3509 | 2026-07-14T00:37:59.582Z | a out/pumpkind-gz.tar 26647K |
| 3510 | 2026-07-14T00:37:59.582Z | a out/switch-softnpu.tar.gz 449519K |
| 3511 | 2026-07-14T00:37:59.586Z | |
| 3512 | 2026-07-14T00:37:59.586Z | real 1:19.682639268 |
| 3513 | 2026-07-14T00:37:59.586Z | user 1:16.966440661 |
| 3514 | 2026-07-14T00:37:59.586Z | sys 4.450829049 |
| 3515 | 2026-07-14T00:37:59.587Z | trap 0.007088798 |
| 3516 | 2026-07-14T00:37:59.587Z | tflt 0.000000000 |
| 3517 | 2026-07-14T00:37:59.587Z | dflt 0.000000000 |
| 3518 | 2026-07-14T00:37:59.587Z | kflt 0.000000000 |
| 3519 | 2026-07-14T00:37:59.587Z | lock 0.000000000 |
| 3520 | 2026-07-14T00:37:59.587Z | slp 1:16.938667288 |
| 3521 | 2026-07-14T00:37:59.587Z | lat 0.997368708 |
| 3522 | 2026-07-14T00:37:59.587Z | stop 0.000195660 |
| 3523 | 2026-07-14T00:37:59.587Z | process exited: duration 953231 ms, exit code 0 |
| |
| 3524 | 2026-07-14T00:37:59.601Z | found 1 output files |
| 3525 | 2026-07-14T00:37:59.601Z | uploading: /work/package.tar.gz (2477671962 bytes) |
| 3526 | 2026-07-14T00:38:27.908Z | uploaded: /work/package.tar.gz |