|
|
|
| 1 | 2026-08-31T15:02:43.076Z | job assigned to worker 01M1C5ETNSF7GTCJS38903V39F [factory aws, i-09620b842ec660b0c] (queued for 47 s) |
| |
| 2 | 2026-08-31T15:02:50.151Z | starting task 0: "setup" |
| 3 | 2026-08-31T15:02:50.156Z | ++ uname -s |
| 4 | 2026-08-31T15:02:50.160Z | + kern=SunOS |
| 5 | 2026-08-31T15:02:50.160Z | + build_user=build |
| 6 | 2026-08-31T15:02:50.160Z | + build_uid=12345 |
| 7 | 2026-08-31T15:02:50.160Z | + work_dir=/work |
| 8 | 2026-08-31T15:02:50.160Z | + input_dir=/input |
| 9 | 2026-08-31T15:02:50.160Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T15:02:50.160Z | + case "$kern" in |
| 11 | 2026-08-31T15:02:50.160Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T15:02:50.172Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T15:02:52.183Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T15:02:52.278Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T15:02:52.281Z | + home_fs=zfs |
| 16 | 2026-08-31T15:02:52.281Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T15:02:52.281Z | + mkdir -p /home/build |
| 18 | 2026-08-31T15:02:52.284Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T15:02:54.291Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T15:02:54.294Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2026-08-31T15:02:54.301Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T15:02:54.307Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-31T15:02:54.307Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-31T15:02:54.307Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-31T15:02:54.307Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-31T15:02:54.307Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T15:02:54.307Z | * rust toolchain profile = "default" |
| 28 | 2026-08-31T15:02:54.313Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T15:02:54.313Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-31T15:02:54.407Z | info: downloading installer |
| 31 | 2026-08-31T15:02:55.933Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T15:02:55.933Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T15:02:55.933Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T15:02:55.933Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T15:02:55.941Z | info: profile set to default |
| 36 | 2026-08-31T15:02:55.941Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T15:02:55.946Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-31T15:02:56.073Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-31T15:02:56.078Z | info: downloading 6 components |
| 40 | 2026-08-31T15:03:09.817Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-31T15:03:09.817Z | |
| 42 | 2026-08-31T15:03:09.844Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-31T15:03:09.844Z | |
| 44 | 2026-08-31T15:03:09.844Z | |
| 45 | 2026-08-31T15:03:09.844Z | Rust is installed now. Great! |
| 46 | 2026-08-31T15:03:09.844Z | |
| 47 | 2026-08-31T15:03:09.845Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T15:03:09.845Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T15:03:09.845Z | |
| 50 | 2026-08-31T15:03:09.845Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T15:03:09.845Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T15:03:09.845Z | |
| 53 | 2026-08-31T15:03:09.845Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T15:03:09.845Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T15:03:09.845Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T15:03:09.845Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T15:03:09.845Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T15:03:09.845Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T15:03:09.845Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T15:03:09.848Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T15:03:09.848Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T15:03:09.953Z | + rustup --version |
| 63 | 2026-08-31T15:03:09.959Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T15:03:09.959Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T15:03:09.980Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-31T15:03:09.983Z | + cargo --version |
| 67 | 2026-08-31T15:03:09.992Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-31T15:03:09.996Z | + rustc --version |
| 69 | 2026-08-31T15:03:10.013Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-31T15:03:10.016Z | process exited: duration 15714 ms, exit code 0 |
| |
| 71 | 2026-08-31T15:03:10.062Z | starting task 2: "authentication" |
| 72 | 2026-08-31T15:03:10.081Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-08-31T15:03:10.087Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T15:03:10.092Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-31T15:03:10.094Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-31T15:03:10.128Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-31T15:03:30.089Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-31T15:03:30.089Z | + git fetch origin a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d |
| 79 | 2026-08-31T15:03:30.601Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-31T15:03:30.601Z | * branch a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d -> FETCH_HEAD |
| 81 | 2026-08-31T15:03:30.617Z | + [[ -n '' ]] |
| 82 | 2026-08-31T15:03:30.617Z | + git reset --hard a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d |
| 83 | 2026-08-31T15:03:30.892Z | HEAD is now at a4abb0ca6 [merge] merge the NoActiveVmmForInstance fix from zl/probe-multicast |
| 84 | 2026-08-31T15:03:30.897Z | process exited: duration 20809 ms, exit code 0 |
| |
| 85 | 2026-08-31T15:03:30.904Z | starting task 4: "build" |
| 86 | 2026-08-31T15:03:30.909Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-31T15:03:30.912Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-31T15:03:30.912Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-31T15:03:30.912Z | +++ uname -s |
| 90 | 2026-08-31T15:03:30.912Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-31T15:03:30.912Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-31T15:03:30.916Z | + cargo --version |
| 93 | 2026-08-31T15:03:30.924Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-31T15:03:30.927Z | + rustc --version |
| 95 | 2026-08-31T15:03:30.948Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-31T15:03:30.951Z | + WORK=/work |
| 97 | 2026-08-31T15:03:30.951Z | + pfexec mkdir -p /work |
| 98 | 2026-08-31T15:03:30.955Z | + pfexec chown build /work |
| 99 | 2026-08-31T15:03:30.961Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-31T15:03:33.180Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-31T15:03:33.586Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-31T15:03:35.839Z | Planning: Solver setup ... Done (2.127s) |
| 103 | 2026-08-31T15:03:35.902Z | Planning: Running solver ... Done (0.063s) |
| 104 | 2026-08-31T15:03:35.954Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-31T15:03:35.966Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-31T15:03:35.985Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-31T15:03:36.000Z | Planning: Package planning ... Done (0.015s) |
| 108 | 2026-08-31T15:03:36.004Z | Planning: Merging actions ... Done (0.002s) |
| 109 | 2026-08-31T15:03:36.226Z | Planning: Checking for conflicting actions ... Done (0.224s) |
| 110 | 2026-08-31T15:03:36.229Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-31T15:03:36.945Z | Planning: Evaluating mediators ... Done (0.718s) |
| 112 | 2026-08-31T15:03:36.949Z | Planning: Planning completed in 3.32 seconds |
| 113 | 2026-08-31T15:03:36.954Z | Packages to install: 2 |
| 114 | 2026-08-31T15:03:36.957Z | Estimated space available: 156.00 GB |
| 115 | 2026-08-31T15:03:36.957Z | Estimated space to be consumed: 83.65 MB |
| 116 | 2026-08-31T15:03:36.957Z | Create boot environment: No |
| 117 | 2026-08-31T15:03:36.957Z | Create backup boot environment: No |
| 118 | 2026-08-31T15:03:36.957Z | Rebuild boot archive: No |
| 119 | 2026-08-31T15:03:36.957Z | |
| 120 | 2026-08-31T15:03:36.957Z | Changed packages: |
| 121 | 2026-08-31T15:03:36.957Z | helios |
| 122 | 2026-08-31T15:03:36.957Z | developer/build-essential |
| 123 | 2026-08-31T15:03:36.957Z | None -> 11-3.0 |
| 124 | 2026-08-31T15:03:36.957Z | library/libxmlsec1 |
| 125 | 2026-08-31T15:03:36.957Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-31T15:03:36.980Z | |
| 127 | 2026-08-31T15:03:36.980Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-31T15:03:37.052Z | Download: Completed 1.28 MB in 0.07 seconds (17.6M/s) |
| 129 | 2026-08-31T15:03:37.139Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-31T15:03:37.175Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-31T15:03:37.213Z | Finalize: Updating package state database ... Done (0.038s) |
| 132 | 2026-08-31T15:03:37.213Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-31T15:03:37.310Z | Finalize: Updating image state ... Done (0.096s) |
| 134 | 2026-08-31T15:03:39.908Z | Finalize: Creating fast lookup database ... Done (2.543s) |
| 135 | 2026-08-31T15:03:39.976Z | Finalize: Reading search index ... Done (0.013s) |
| 136 | 2026-08-31T15:03:39.980Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-31T15:03:40.054Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-31T15:03:40.431Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-31T15:03:40.538Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-31T15:03:40.541Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-31T15:03:40.706Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-31T15:03:40.709Z | Planning: Planning completed in 0.27 seconds |
| 143 | 2026-08-31T15:03:40.720Z | Mediators to change: 2 |
| 144 | 2026-08-31T15:03:40.720Z | Create boot environment: No |
| 145 | 2026-08-31T15:03:40.720Z | Create backup boot environment: No |
| 146 | 2026-08-31T15:03:40.766Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-31T15:03:40.766Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-31T15:03:40.826Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-31T15:03:42.765Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-31T15:03:42.824Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-31T15:03:42.828Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-31T15:03:42.899Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-31T15:03:43.184Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-31T15:03:43.290Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-31T15:03:43.295Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-31T15:03:43.447Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-31T15:03:43.451Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-08-31T15:03:43.471Z | Mediators to change: 1 |
| 159 | 2026-08-31T15:03:43.471Z | Create boot environment: No |
| 160 | 2026-08-31T15:03:43.471Z | Create backup boot environment: No |
| 161 | 2026-08-31T15:03:43.511Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-31T15:03:43.512Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-31T15:03:43.573Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-31T15:03:45.544Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-31T15:03:45.574Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-31T15:03:45.577Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-31T15:03:45.722Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-31T15:03:46.029Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-31T15:03:46.029Z | apache system 2.4 system |
| 170 | 2026-08-31T15:03:46.029Z | clang system 15 system |
| 171 | 2026-08-31T15:03:46.029Z | csh system system illumos |
| 172 | 2026-08-31T15:03:46.029Z | ctags system system illumos |
| 173 | 2026-08-31T15:03:46.029Z | file vendor vendor darwinsys |
| 174 | 2026-08-31T15:03:46.029Z | file system system illumos |
| 175 | 2026-08-31T15:03:46.029Z | gcc vendor 14 vendor |
| 176 | 2026-08-31T15:03:46.029Z | gcc system 13 system |
| 177 | 2026-08-31T15:03:46.029Z | gcc system 10 system |
| 178 | 2026-08-31T15:03:46.029Z | go system 1.25 system |
| 179 | 2026-08-31T15:03:46.029Z | llvm system 15 system |
| 180 | 2026-08-31T15:03:46.029Z | mariadb system 11.4 system |
| 181 | 2026-08-31T15:03:46.029Z | mta vendor vendor dma |
| 182 | 2026-08-31T15:03:46.029Z | openjdk system 17 system |
| 183 | 2026-08-31T15:03:46.029Z | openjdk system 11 system |
| 184 | 2026-08-31T15:03:46.029Z | openssl vendor 3 vendor |
| 185 | 2026-08-31T15:03:46.029Z | perl system 5.40 system |
| 186 | 2026-08-31T15:03:46.029Z | postgresql system 18 system |
| 187 | 2026-08-31T15:03:46.029Z | postgresql system 17 system |
| 188 | 2026-08-31T15:03:46.029Z | python vendor 3 vendor |
| 189 | 2026-08-31T15:03:46.029Z | python system 2 system |
| 190 | 2026-08-31T15:03:46.029Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-31T15:03:46.029Z | ruby system 3.4 system |
| 192 | 2026-08-31T15:03:46.029Z | ruby system 3.0 system |
| 193 | 2026-08-31T15:03:46.029Z | words vendor vendor american-english |
| 194 | 2026-08-31T15:03:46.029Z | words system system australian-english |
| 195 | 2026-08-31T15:03:46.029Z | words system system british-english |
| 196 | 2026-08-31T15:03:46.029Z | words system system canadian-english |
| 197 | 2026-08-31T15:03:46.029Z | words system system french |
| 198 | 2026-08-31T15:03:46.029Z | words system system italian |
| 199 | 2026-08-31T15:03:46.029Z | words system system ngerman |
| 200 | 2026-08-31T15:03:46.029Z | words system system ogerman |
| 201 | 2026-08-31T15:03:46.029Z | words system system spanish |
| 202 | 2026-08-31T15:03:46.279Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-31T15:03:46.279Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-31T15:03:46.795Z | FMRI IFO |
| 205 | 2026-08-31T15:03:46.795Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-31T15:03:46.795Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-31T15:03:46.795Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-31T15:03:46.795Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-31T15:03:46.795Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-31T15:03:46.795Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-31T15:03:46.795Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-31T15:03:46.795Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-31T15:03:46.795Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-31T15:03:47.138Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-31T15:03:47.473Z | Updating crates.io index |
| 216 | 2026-08-31T15:03:47.477Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-31T15:03:47.743Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-31T15:03:48.262Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 219 | 2026-08-31T15:03:48.580Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 220 | 2026-08-31T15:03:49.650Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 221 | 2026-08-31T15:03:50.205Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 222 | 2026-08-31T15:03:51.804Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 223 | 2026-08-31T15:03:53.036Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-08-31T15:03:53.445Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 225 | 2026-08-31T15:03:53.796Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 226 | 2026-08-31T15:03:55.398Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 227 | 2026-08-31T15:03:55.782Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 228 | 2026-08-31T15:03:56.424Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 229 | 2026-08-31T15:03:56.870Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 230 | 2026-08-31T15:03:57.321Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 231 | 2026-08-31T15:03:57.610Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 232 | 2026-08-31T15:03:57.998Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 233 | 2026-08-31T15:03:58.432Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 234 | 2026-08-31T15:03:58.748Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 235 | 2026-08-31T15:03:59.120Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 236 | 2026-08-31T15:03:59.869Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 237 | 2026-08-31T15:04:00.146Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 238 | 2026-08-31T15:04:01.062Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 239 | 2026-08-31T15:04:01.413Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-08-31T15:04:01.684Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-08-31T15:04:02.149Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-08-31T15:04:02.528Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-31T15:04:02.986Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-08-31T15:04:03.348Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-08-31T15:04:03.623Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 246 | 2026-08-31T15:04:03.942Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-08-31T15:04:04.508Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 248 | 2026-08-31T15:04:05.365Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-08-31T15:04:05.931Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 250 | 2026-08-31T15:04:06.244Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 251 | 2026-08-31T15:04:06.599Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 252 | 2026-08-31T15:04:07.170Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 253 | 2026-08-31T15:04:07.448Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-08-31T15:04:07.806Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-08-31T15:04:08.139Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-08-31T15:04:08.400Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-31T15:04:08.935Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-08-31T15:04:11.375Z | Downloading crates ... |
| 259 | 2026-08-31T15:04:11.423Z | Downloaded cpufeatures v0.2.17 |
| 260 | 2026-08-31T15:04:11.430Z | Downloaded itoa v1.0.17 |
| 261 | 2026-08-31T15:04:11.436Z | Downloaded fnv v1.0.7 |
| 262 | 2026-08-31T15:04:11.436Z | Downloaded bytecount v0.6.9 |
| 263 | 2026-08-31T15:04:11.436Z | Downloaded heck v0.5.0 |
| 264 | 2026-08-31T15:04:11.446Z | Downloaded anstyle-query v1.1.5 |
| 265 | 2026-08-31T15:04:11.446Z | Downloaded macaddr v1.0.1 |
| 266 | 2026-08-31T15:04:11.446Z | Downloaded zmij v1.0.21 |
| 267 | 2026-08-31T15:04:11.456Z | Downloaded pretty-hex v0.4.1 |
| 268 | 2026-08-31T15:04:11.456Z | Downloaded utf8parse v0.2.2 |
| 269 | 2026-08-31T15:04:11.456Z | Downloaded serde_spanned v0.6.9 |
| 270 | 2026-08-31T15:04:11.456Z | Downloaded anstream v1.0.0 |
| 271 | 2026-08-31T15:04:11.472Z | Downloaded is_terminal_polyfill v1.70.2 |
| 272 | 2026-08-31T15:04:11.472Z | Downloaded toml_datetime v0.6.11 |
| 273 | 2026-08-31T15:04:11.472Z | Downloaded cargo-platform v0.3.2 |
| 274 | 2026-08-31T15:04:11.472Z | Downloaded camino-tempfile v1.4.1 |
| 275 | 2026-08-31T15:04:11.472Z | Downloaded winnow v0.7.14 |
| 276 | 2026-08-31T15:04:11.513Z | Downloaded zerocopy-derive v0.7.35 |
| 277 | 2026-08-31T15:04:11.513Z | Downloaded cargo_metadata v0.23.1 |
| 278 | 2026-08-31T15:04:11.513Z | Downloaded once_cell v1.21.3 |
| 279 | 2026-08-31T15:04:11.513Z | Downloaded sha2 v0.10.9 |
| 280 | 2026-08-31T15:04:11.513Z | Downloaded swrite v0.1.0 |
| 281 | 2026-08-31T15:04:11.513Z | Downloaded dtrace-parser v0.2.0 |
| 282 | 2026-08-31T15:04:11.513Z | Downloaded errno v0.3.14 |
| 283 | 2026-08-31T15:04:11.513Z | Downloaded digest v0.10.7 |
| 284 | 2026-08-31T15:04:11.513Z | Downloaded anstyle-parse v1.0.0 |
| 285 | 2026-08-31T15:04:11.526Z | Downloaded memmap v0.7.0 |
| 286 | 2026-08-31T15:04:11.526Z | Downloaded fastrand v2.3.0 |
| 287 | 2026-08-31T15:04:11.526Z | Downloaded colorchoice v1.0.4 |
| 288 | 2026-08-31T15:04:11.526Z | Downloaded generic-array v0.14.7 |
| 289 | 2026-08-31T15:04:11.526Z | Downloaded anstyle v1.0.14 |
| 290 | 2026-08-31T15:04:11.526Z | Downloaded clap_derive v4.6.1 |
| 291 | 2026-08-31T15:04:11.526Z | Downloaded thiserror v2.0.18 |
| 292 | 2026-08-31T15:04:11.526Z | Downloaded tempfile v3.27.0 |
| 293 | 2026-08-31T15:04:11.526Z | Downloaded pest_generator v2.8.6 |
| 294 | 2026-08-31T15:04:11.526Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-08-31T15:04:11.526Z | Downloaded heck v0.4.1 |
| 296 | 2026-08-31T15:04:11.526Z | Downloaded usdt v0.5.0 |
| 297 | 2026-08-31T15:04:11.526Z | Downloaded version_check v0.9.5 |
| 298 | 2026-08-31T15:04:11.526Z | Downloaded strsim v0.11.1 |
| 299 | 2026-08-31T15:04:11.526Z | Downloaded camino v1.2.5 |
| 300 | 2026-08-31T15:04:11.534Z | Downloaded smawk v0.3.2 |
| 301 | 2026-08-31T15:04:11.534Z | Downloaded dof v0.3.0 |
| 302 | 2026-08-31T15:04:11.534Z | Downloaded equivalent v1.0.2 |
| 303 | 2026-08-31T15:04:11.539Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-08-31T15:04:11.539Z | Downloaded toml_write v0.1.2 |
| 305 | 2026-08-31T15:04:11.545Z | Downloaded terminal_size v0.4.3 |
| 306 | 2026-08-31T15:04:11.550Z | Downloaded clap_lex v1.0.0 |
| 307 | 2026-08-31T15:04:11.558Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-08-31T15:04:11.564Z | Downloaded proc-macro-error-attr v1.0.4 |
| 309 | 2026-08-31T15:04:11.564Z | Downloaded usdt-attr-macro v0.5.0 |
| 310 | 2026-08-31T15:04:11.564Z | Downloaded autocfg v1.5.0 |
| 311 | 2026-08-31T15:04:11.564Z | Downloaded fs-err v3.3.0 |
| 312 | 2026-08-31T15:04:11.576Z | Downloaded proc-macro2 v1.0.106 |
| 313 | 2026-08-31T15:04:11.576Z | Downloaded block-buffer v0.10.4 |
| 314 | 2026-08-31T15:04:11.576Z | Downloaded byteorder v1.5.0 |
| 315 | 2026-08-31T15:04:11.577Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-08-31T15:04:11.577Z | Downloaded scroll_derive v0.12.1 |
| 317 | 2026-08-31T15:04:11.591Z | Downloaded serde_tokenstream v0.2.3 |
| 318 | 2026-08-31T15:04:11.591Z | Downloaded semver v1.0.28 |
| 319 | 2026-08-31T15:04:11.591Z | Downloaded plain v0.2.3 |
| 320 | 2026-08-31T15:04:11.598Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-08-31T15:04:11.598Z | Downloaded unicode-linebreak v0.1.5 |
| 322 | 2026-08-31T15:04:11.599Z | Downloaded cargo_toml v0.21.0 |
| 323 | 2026-08-31T15:04:11.599Z | Downloaded scroll v0.12.0 |
| 324 | 2026-08-31T15:04:11.599Z | Downloaded quote v1.0.45 |
| 325 | 2026-08-31T15:04:11.609Z | Downloaded thiserror v1.0.69 |
| 326 | 2026-08-31T15:04:11.609Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-08-31T15:04:11.609Z | Downloaded thiserror-impl v2.0.18 |
| 328 | 2026-08-31T15:04:11.609Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-08-31T15:04:11.621Z | Downloaded anyhow v1.0.104 |
| 330 | 2026-08-31T15:04:11.621Z | Downloaded clap v4.6.1 |
| 331 | 2026-08-31T15:04:11.621Z | Downloaded ucd-trie v0.1.7 |
| 332 | 2026-08-31T15:04:11.638Z | Downloaded pest_meta v2.8.6 |
| 333 | 2026-08-31T15:04:11.638Z | Downloaded bitflags v2.11.0 |
| 334 | 2026-08-31T15:04:11.638Z | Downloaded pest_derive v2.8.6 |
| 335 | 2026-08-31T15:04:11.649Z | Downloaded toml v0.8.23 |
| 336 | 2026-08-31T15:04:11.650Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-08-31T15:04:11.650Z | Downloaded papergrid v0.11.0 |
| 338 | 2026-08-31T15:04:11.664Z | Downloaded serde_derive v1.0.229 |
| 339 | 2026-08-31T15:04:11.670Z | Downloaded getrandom v0.4.3 |
| 340 | 2026-08-31T15:04:11.670Z | Downloaded textwrap v0.16.2 |
| 341 | 2026-08-31T15:04:11.675Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-08-31T15:04:11.681Z | Downloaded log v0.4.33 |
| 343 | 2026-08-31T15:04:11.696Z | Downloaded serde_core v1.0.229 |
| 344 | 2026-08-31T15:04:11.696Z | Downloaded toml_edit v0.22.27 |
| 345 | 2026-08-31T15:04:11.712Z | Downloaded memchr v2.8.0 |
| 346 | 2026-08-31T15:04:11.712Z | Downloaded indexmap v2.14.0 |
| 347 | 2026-08-31T15:04:11.728Z | Downloaded serde v1.0.229 |
| 348 | 2026-08-31T15:04:11.749Z | Downloaded typenum v1.20.1 |
| 349 | 2026-08-31T15:04:11.763Z | Downloaded hashbrown v0.17.0 |
| 350 | 2026-08-31T15:04:11.763Z | Downloaded serde_json v1.0.151 |
| 351 | 2026-08-31T15:04:11.763Z | Downloaded pest v2.8.6 |
| 352 | 2026-08-31T15:04:11.768Z | Downloaded clap_builder v4.6.0 |
| 353 | 2026-08-31T15:04:11.768Z | Downloaded zerocopy v0.7.35 |
| 354 | 2026-08-31T15:04:11.774Z | Downloaded goblin v0.8.2 |
| 355 | 2026-08-31T15:04:11.795Z | Downloaded tabled v0.15.0 |
| 356 | 2026-08-31T15:04:11.812Z | Downloaded syn v1.0.109 |
| 357 | 2026-08-31T15:04:11.821Z | Downloaded syn v3.0.3 |
| 358 | 2026-08-31T15:04:11.831Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-08-31T15:04:11.834Z | Downloaded syn v2.0.117 |
| 360 | 2026-08-31T15:04:11.837Z | Downloaded unicode-width v0.1.14 |
| 361 | 2026-08-31T15:04:11.849Z | Downloaded rustix v1.1.4 |
| 362 | 2026-08-31T15:04:11.879Z | Downloaded libc v0.2.185 |
| 363 | 2026-08-31T15:04:11.940Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-08-31T15:04:11.940Z | Compiling quote v1.0.45 |
| 365 | 2026-08-31T15:04:11.940Z | Compiling unicode-ident v1.0.24 |
| 366 | 2026-08-31T15:04:11.943Z | Compiling serde_core v1.0.229 |
| 367 | 2026-08-31T15:04:11.943Z | Compiling libc v0.2.185 |
| 368 | 2026-08-31T15:04:11.943Z | Compiling version_check v0.9.5 |
| 369 | 2026-08-31T15:04:11.943Z | Compiling memchr v2.8.0 |
| 370 | 2026-08-31T15:04:11.943Z | Compiling serde v1.0.229 |
| 371 | 2026-08-31T15:04:11.943Z | Compiling zmij v1.0.21 |
| 372 | 2026-08-31T15:04:11.943Z | Compiling thiserror v1.0.69 |
| 373 | 2026-08-31T15:04:11.943Z | Compiling itoa v1.0.17 |
| 374 | 2026-08-31T15:04:12.113Z | Compiling ucd-trie v0.1.7 |
| 375 | 2026-08-31T15:04:12.116Z | Compiling byteorder v1.5.0 |
| 376 | 2026-08-31T15:04:12.129Z | Compiling rustix v1.1.4 |
| 377 | 2026-08-31T15:04:12.386Z | Compiling serde_json v1.0.151 |
| 378 | 2026-08-31T15:04:12.400Z | Compiling bitflags v2.11.0 |
| 379 | 2026-08-31T15:04:12.516Z | Compiling syn v1.0.109 |
| 380 | 2026-08-31T15:04:12.617Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-08-31T15:04:12.708Z | Compiling pest v2.8.6 |
| 382 | 2026-08-31T15:04:12.765Z | Compiling usdt-impl v0.5.0 |
| 383 | 2026-08-31T15:04:12.768Z | Compiling camino v1.2.5 |
| 384 | 2026-08-31T15:04:12.824Z | Compiling proc-macro-error v1.0.4 |
| 385 | 2026-08-31T15:04:12.858Z | Compiling utf8parse v0.2.2 |
| 386 | 2026-08-31T15:04:12.874Z | Compiling hashbrown v0.17.0 |
| 387 | 2026-08-31T15:04:13.014Z | Compiling getrandom v0.4.3 |
| 388 | 2026-08-31T15:04:13.032Z | Compiling log v0.4.33 |
| 389 | 2026-08-31T15:04:13.083Z | Compiling plain v0.2.3 |
| 390 | 2026-08-31T15:04:13.086Z | Compiling equivalent v1.0.2 |
| 391 | 2026-08-31T15:04:13.086Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-08-31T15:04:13.178Z | Compiling autocfg v1.5.0 |
| 393 | 2026-08-31T15:04:13.213Z | Compiling thiserror v2.0.18 |
| 394 | 2026-08-31T15:04:13.216Z | Compiling colorchoice v1.0.4 |
| 395 | 2026-08-31T15:04:13.247Z | Compiling pretty-hex v0.4.1 |
| 396 | 2026-08-31T15:04:13.247Z | Compiling anstyle v1.0.14 |
| 397 | 2026-08-31T15:04:13.277Z | Compiling cfg-if v1.0.4 |
| 398 | 2026-08-31T15:04:13.347Z | Compiling anstyle-query v1.1.5 |
| 399 | 2026-08-31T15:04:13.364Z | Compiling is_terminal_polyfill v1.70.2 |
| 400 | 2026-08-31T15:04:13.364Z | Compiling toml_write v0.1.2 |
| 401 | 2026-08-31T15:04:13.365Z | Compiling winnow v0.7.14 |
| 402 | 2026-08-31T15:04:13.415Z | Compiling heck v0.5.0 |
| 403 | 2026-08-31T15:04:13.471Z | Compiling errno v0.3.14 |
| 404 | 2026-08-31T15:04:13.487Z | Compiling thread-id v4.2.2 |
| 405 | 2026-08-31T15:04:13.502Z | Compiling indexmap v2.14.0 |
| 406 | 2026-08-31T15:04:13.537Z | Compiling anstream v1.0.0 |
| 407 | 2026-08-31T15:04:13.556Z | Compiling fastrand v2.3.0 |
| 408 | 2026-08-31T15:04:13.628Z | Compiling anyhow v1.0.104 |
| 409 | 2026-08-31T15:04:13.643Z | Compiling syn v2.0.117 |
| 410 | 2026-08-31T15:04:13.657Z | Compiling syn v3.0.3 |
| 411 | 2026-08-31T15:04:13.728Z | Compiling fs-err v3.3.0 |
| 412 | 2026-08-31T15:04:13.792Z | Compiling clap_lex v1.0.0 |
| 413 | 2026-08-31T15:04:13.809Z | Compiling heck v0.4.1 |
| 414 | 2026-08-31T15:04:13.826Z | Compiling strsim v0.11.1 |
| 415 | 2026-08-31T15:04:13.859Z | Compiling bytecount v0.6.9 |
| 416 | 2026-08-31T15:04:13.943Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-08-31T15:04:13.959Z | Compiling unicode-width v0.1.14 |
| 418 | 2026-08-31T15:04:14.006Z | Compiling once_cell v1.21.3 |
| 419 | 2026-08-31T15:04:14.038Z | Compiling fnv v1.0.7 |
| 420 | 2026-08-31T15:04:14.156Z | Compiling memmap v0.7.0 |
| 421 | 2026-08-31T15:04:14.162Z | Compiling unicode-linebreak v0.1.5 |
| 422 | 2026-08-31T15:04:14.183Z | Compiling papergrid v0.11.0 |
| 423 | 2026-08-31T15:04:14.212Z | Compiling unicode-width v0.2.0 |
| 424 | 2026-08-31T15:04:14.230Z | Compiling smawk v0.3.2 |
| 425 | 2026-08-31T15:04:14.261Z | Compiling swrite v0.1.0 |
| 426 | 2026-08-31T15:04:14.438Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-31T15:04:14.439Z | Compiling tempfile v3.27.0 |
| 428 | 2026-08-31T15:04:14.540Z | Compiling clap_builder v4.6.0 |
| 429 | 2026-08-31T15:04:14.540Z | Compiling textwrap v0.16.2 |
| 430 | 2026-08-31T15:04:14.613Z | Compiling semver v1.0.28 |
| 431 | 2026-08-31T15:04:14.741Z | Compiling cargo-platform v0.3.2 |
| 432 | 2026-08-31T15:04:14.886Z | Compiling camino-tempfile v1.4.1 |
| 433 | 2026-08-31T15:04:15.299Z | Compiling tabled_derive v0.7.0 |
| 434 | 2026-08-31T15:04:15.358Z | Compiling serde_derive v1.0.229 |
| 435 | 2026-08-31T15:04:15.829Z | Compiling pest_generator v2.8.6 |
| 436 | 2026-08-31T15:04:16.050Z | Compiling tabled v0.15.0 |
| 437 | 2026-08-31T15:04:16.334Z | Compiling thiserror-impl v1.0.69 |
| 438 | 2026-08-31T15:04:16.342Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2026-08-31T15:04:16.342Z | Compiling scroll_derive v0.12.1 |
| 440 | 2026-08-31T15:04:16.342Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-08-31T15:04:16.342Z | Compiling clap_derive v4.6.1 |
| 442 | 2026-08-31T15:04:16.425Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-08-31T15:04:16.976Z | Compiling scroll v0.12.0 |
| 444 | 2026-08-31T15:04:17.030Z | Compiling zerocopy v0.7.35 |
| 445 | 2026-08-31T15:04:17.184Z | Compiling goblin v0.8.2 |
| 446 | 2026-08-31T15:04:17.416Z | Compiling dtrace-parser v0.2.0 |
| 447 | 2026-08-31T15:04:17.716Z | Compiling clap v4.6.1 |
| 448 | 2026-08-31T15:04:17.758Z | Compiling toml_datetime v0.6.11 |
| 449 | 2026-08-31T15:04:17.758Z | Compiling serde_spanned v0.6.9 |
| 450 | 2026-08-31T15:04:17.758Z | Compiling cargo_metadata v0.23.1 |
| 451 | 2026-08-31T15:04:17.770Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 452 | 2026-08-31T15:04:17.770Z | Compiling macaddr v1.0.1 |
| 453 | 2026-08-31T15:04:17.798Z | Compiling dof v0.3.0 |
| 454 | 2026-08-31T15:04:17.818Z | Compiling serde_tokenstream v0.2.3 |
| 455 | 2026-08-31T15:04:18.011Z | Compiling toml_edit v0.22.27 |
| 456 | 2026-08-31T15:04:18.499Z | Compiling usdt-macro v0.5.0 |
| 457 | 2026-08-31T15:04:18.499Z | Compiling usdt-attr-macro v0.5.0 |
| 458 | 2026-08-31T15:04:19.245Z | Compiling toml v0.8.23 |
| 459 | 2026-08-31T15:04:19.580Z | Compiling cargo_toml v0.21.0 |
| 460 | 2026-08-31T15:04:19.801Z | Compiling usdt v0.5.0 |
| 461 | 2026-08-31T15:04:20.905Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 462 | 2026-08-31T15:04:22.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.01s |
| 463 | 2026-08-31T15:04:23.232Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 464 | 2026-08-31T15:04:23.719Z | Downloading crates ... |
| 465 | 2026-08-31T15:04:23.766Z | Downloaded addr2line v0.25.1 |
| 466 | 2026-08-31T15:04:23.770Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 467 | 2026-08-31T15:04:23.770Z | Downloaded atomicwrites v0.4.4 |
| 468 | 2026-08-31T15:04:23.778Z | Downloaded argon2 v0.6.0-rc.8 |
| 469 | 2026-08-31T15:04:23.782Z | Downloaded ascii-canvas v3.0.0 |
| 470 | 2026-08-31T15:04:23.786Z | Downloaded bit-vec v0.8.0 |
| 471 | 2026-08-31T15:04:23.792Z | Downloaded array-init v0.0.4 |
| 472 | 2026-08-31T15:04:23.792Z | Downloaded fxhash v0.2.1 |
| 473 | 2026-08-31T15:04:23.792Z | Downloaded foreign-types-shared v0.3.1 |
| 474 | 2026-08-31T15:04:23.796Z | Downloaded ff v0.14.0 |
| 475 | 2026-08-31T15:04:23.796Z | Downloaded base64ct v1.8.3 |
| 476 | 2026-08-31T15:04:23.800Z | Downloaded hostname v0.4.2 |
| 477 | 2026-08-31T15:04:23.800Z | Downloaded arrayref v0.3.9 |
| 478 | 2026-08-31T15:04:23.800Z | Downloaded async-recursion v1.1.1 |
| 479 | 2026-08-31T15:04:23.800Z | Downloaded bit-set v0.5.3 |
| 480 | 2026-08-31T15:04:23.806Z | Downloaded http-body-util v0.1.3 |
| 481 | 2026-08-31T15:04:23.806Z | Downloaded ghash v0.6.0 |
| 482 | 2026-08-31T15:04:23.806Z | Downloaded async-stream v0.3.6 |
| 483 | 2026-08-31T15:04:23.810Z | Downloaded const-oid v0.10.2 |
| 484 | 2026-08-31T15:04:23.810Z | Downloaded form_urlencoded v1.2.2 |
| 485 | 2026-08-31T15:04:23.810Z | Downloaded base16ct v0.2.0 |
| 486 | 2026-08-31T15:04:23.810Z | Downloaded env_logger v0.11.11 |
| 487 | 2026-08-31T15:04:23.813Z | Downloaded foreign-types-shared v0.1.1 |
| 488 | 2026-08-31T15:04:23.813Z | Downloaded async-stream-impl v0.3.6 |
| 489 | 2026-08-31T15:04:23.813Z | Downloaded base16ct v1.0.0 |
| 490 | 2026-08-31T15:04:23.814Z | Downloaded argon2 v0.5.3 |
| 491 | 2026-08-31T15:04:23.814Z | Downloaded bcs v0.1.6 |
| 492 | 2026-08-31T15:04:23.824Z | Downloaded group v0.13.0 |
| 493 | 2026-08-31T15:04:23.824Z | Downloaded bitfield v0.19.4 |
| 494 | 2026-08-31T15:04:23.824Z | Downloaded fallible-iterator v0.2.0 |
| 495 | 2026-08-31T15:04:23.834Z | Downloaded filetime v0.2.27 |
| 496 | 2026-08-31T15:04:23.834Z | Downloaded funty v2.0.0 |
| 497 | 2026-08-31T15:04:23.834Z | Downloaded foreign-types-macros v0.2.3 |
| 498 | 2026-08-31T15:04:23.834Z | Downloaded atomic-waker v1.1.2 |
| 499 | 2026-08-31T15:04:23.834Z | Downloaded embedded-io v0.6.1 |
| 500 | 2026-08-31T15:04:23.834Z | Downloaded futures-io v0.3.32 |
| 501 | 2026-08-31T15:04:23.834Z | Downloaded bit-set v0.8.0 |
| 502 | 2026-08-31T15:04:23.838Z | Downloaded foreign-types v0.5.0 |
| 503 | 2026-08-31T15:04:23.838Z | Downloaded assert_matches v1.5.0 |
| 504 | 2026-08-31T15:04:23.838Z | Downloaded atty v0.2.14 |
| 505 | 2026-08-31T15:04:23.838Z | Downloaded adler2 v2.0.1 |
| 506 | 2026-08-31T15:04:23.838Z | Downloaded bb8 v0.8.6 |
| 507 | 2026-08-31T15:04:23.838Z | Downloaded futures-task v0.3.32 |
| 508 | 2026-08-31T15:04:23.841Z | Downloaded erased-serde v0.3.31 |
| 509 | 2026-08-31T15:04:23.846Z | Downloaded foldhash v0.1.5 |
| 510 | 2026-08-31T15:04:23.846Z | Downloaded fs-err v2.11.0 |
| 511 | 2026-08-31T15:04:23.846Z | Downloaded futures v0.3.32 |
| 512 | 2026-08-31T15:04:23.850Z | Downloaded bitfield-macros v0.19.4 |
| 513 | 2026-08-31T15:04:23.850Z | Downloaded endian-type v0.1.2 |
| 514 | 2026-08-31T15:04:23.850Z | Downloaded env_filter v2.0.0 |
| 515 | 2026-08-31T15:04:23.914Z | Downloaded backtrace-ext v0.2.1 |
| 516 | 2026-08-31T15:04:23.914Z | Downloaded ciborium-ll v0.2.2 |
| 517 | 2026-08-31T15:04:23.914Z | Downloaded embedded-io v0.4.0 |
| 518 | 2026-08-31T15:04:23.914Z | Downloaded fixedbitset v0.4.2 |
| 519 | 2026-08-31T15:04:23.914Z | Downloaded float-cmp v0.10.0 |
| 520 | 2026-08-31T15:04:23.914Z | Downloaded flagset v0.4.7 |
| 521 | 2026-08-31T15:04:23.932Z | Downloaded foreign-types v0.3.2 |
| 522 | 2026-08-31T15:04:23.933Z | Downloaded cfg_aliases v0.1.1 |
| 523 | 2026-08-31T15:04:23.933Z | Downloaded bitfield-struct v0.6.2 |
| 524 | 2026-08-31T15:04:23.933Z | Downloaded cobs v0.3.0 |
| 525 | 2026-08-31T15:04:23.933Z | Downloaded newline-converter v0.3.0 |
| 526 | 2026-08-31T15:04:23.933Z | Downloaded block-padding v0.4.2 |
| 527 | 2026-08-31T15:04:23.933Z | Downloaded fd-lock v4.0.4 |
| 528 | 2026-08-31T15:04:23.933Z | Downloaded fixedbitset v0.5.7 |
| 529 | 2026-08-31T15:04:23.933Z | Downloaded float-ord v0.3.2 |
| 530 | 2026-08-31T15:04:23.933Z | Downloaded foldhash v0.2.0 |
| 531 | 2026-08-31T15:04:23.933Z | Downloaded elliptic-curve v0.14.1 |
| 532 | 2026-08-31T15:04:23.933Z | Downloaded cfg_aliases v0.2.1 |
| 533 | 2026-08-31T15:04:23.933Z | Downloaded nodrop v0.1.14 |
| 534 | 2026-08-31T15:04:23.933Z | Downloaded normalize-line-endings v0.3.0 |
| 535 | 2026-08-31T15:04:23.933Z | Downloaded home v0.5.12 |
| 536 | 2026-08-31T15:04:23.933Z | Downloaded hash32 v0.3.1 |
| 537 | 2026-08-31T15:04:23.933Z | Downloaded hex-literal v1.1.0 |
| 538 | 2026-08-31T15:04:23.933Z | Downloaded httpdate v1.0.3 |
| 539 | 2026-08-31T15:04:23.933Z | Downloaded ciborium-io v0.2.2 |
| 540 | 2026-08-31T15:04:23.933Z | Downloaded compression-core v0.4.31 |
| 541 | 2026-08-31T15:04:23.933Z | Downloaded arc-swap v1.8.2 |
| 542 | 2026-08-31T15:04:23.933Z | Downloaded globwalk v0.9.1 |
| 543 | 2026-08-31T15:04:23.933Z | Downloaded http-range v0.1.5 |
| 544 | 2026-08-31T15:04:23.933Z | Downloaded hubpack_derive v0.1.1 |
| 545 | 2026-08-31T15:04:23.933Z | Downloaded enum-as-inner v0.6.1 |
| 546 | 2026-08-31T15:04:23.933Z | Downloaded aead v0.5.2 |
| 547 | 2026-08-31T15:04:23.933Z | Downloaded bit-vec v0.6.3 |
| 548 | 2026-08-31T15:04:23.934Z | Downloaded hostname v0.3.1 |
| 549 | 2026-08-31T15:04:23.934Z | Downloaded aead v0.6.1 |
| 550 | 2026-08-31T15:04:23.934Z | Downloaded arrayvec v0.7.6 |
| 551 | 2026-08-31T15:04:23.934Z | Downloaded backoff v0.4.0 |
| 552 | 2026-08-31T15:04:23.934Z | Downloaded bs58 v0.5.1 |
| 553 | 2026-08-31T15:04:23.934Z | Downloaded git-stub v1.0.0 |
| 554 | 2026-08-31T15:04:23.934Z | Downloaded hubpack v0.1.2 |
| 555 | 2026-08-31T15:04:23.934Z | Downloaded nibble_vec v0.1.0 |
| 556 | 2026-08-31T15:04:23.934Z | Downloaded gethostname v0.5.0 |
| 557 | 2026-08-31T15:04:23.934Z | Downloaded futures-executor v0.3.32 |
| 558 | 2026-08-31T15:04:23.934Z | Downloaded enum_dispatch v0.3.13 |
| 559 | 2026-08-31T15:04:23.934Z | Downloaded futures-core v0.3.32 |
| 560 | 2026-08-31T15:04:23.934Z | Downloaded futures-macro v0.3.32 |
| 561 | 2026-08-31T15:04:23.934Z | Downloaded ff v0.13.1 |
| 562 | 2026-08-31T15:04:23.934Z | Downloaded fs_extra v1.3.0 |
| 563 | 2026-08-31T15:04:23.934Z | Downloaded anstyle-parse v0.2.7 |
| 564 | 2026-08-31T15:04:23.934Z | Downloaded async-bb8-diesel v0.2.1 |
| 565 | 2026-08-31T15:04:23.934Z | Downloaded ena v0.14.4 |
| 566 | 2026-08-31T15:04:23.934Z | Downloaded anstream v0.6.21 |
| 567 | 2026-08-31T15:04:23.934Z | Downloaded hash32 v0.2.1 |
| 568 | 2026-08-31T15:04:23.934Z | Downloaded hex v0.4.3 |
| 569 | 2026-08-31T15:04:23.934Z | Downloaded http-body v1.0.1 |
| 570 | 2026-08-31T15:04:23.934Z | Downloaded powerfmt v0.2.0 |
| 571 | 2026-08-31T15:04:23.934Z | Downloaded phf_shared v0.13.1 |
| 572 | 2026-08-31T15:04:23.935Z | Downloaded base64 v0.22.1 |
| 573 | 2026-08-31T15:04:23.935Z | Downloaded num_threads v0.1.7 |
| 574 | 2026-08-31T15:04:23.935Z | Downloaded byte-wrapper v0.1.0 |
| 575 | 2026-08-31T15:04:23.935Z | Downloaded futures-sink v0.3.32 |
| 576 | 2026-08-31T15:04:23.966Z | Downloaded openssl-macros v0.1.1 |
| 577 | 2026-08-31T15:04:23.966Z | Downloaded buf-list v1.1.2 |
| 578 | 2026-08-31T15:04:23.966Z | Downloaded castaway v0.2.4 |
| 579 | 2026-08-31T15:04:23.966Z | Downloaded cassowary v0.3.0 |
| 580 | 2026-08-31T15:04:23.966Z | Downloaded cexpr v0.6.0 |
| 581 | 2026-08-31T15:04:23.966Z | Downloaded cipher v0.5.2 |
| 582 | 2026-08-31T15:04:23.966Z | Downloaded cmake v0.1.57 |
| 583 | 2026-08-31T15:04:23.966Z | Downloaded compression-codecs v0.4.37 |
| 584 | 2026-08-31T15:04:23.967Z | Downloaded block-buffer v0.12.1 |
| 585 | 2026-08-31T15:04:23.967Z | Downloaded cipher v0.4.4 |
| 586 | 2026-08-31T15:04:23.967Z | Downloaded oxide-generation-macros v0.2.0 |
| 587 | 2026-08-31T15:04:23.981Z | Downloaded predicates-core v1.0.10 |
| 588 | 2026-08-31T15:04:23.981Z | Downloaded progenitor-macro v0.14.0 |
| 589 | 2026-08-31T15:04:23.981Z | Downloaded blowfish v0.10.0 |
| 590 | 2026-08-31T15:04:23.981Z | Downloaded cbc v0.2.1 |
| 591 | 2026-08-31T15:04:23.981Z | Downloaded rand_xorshift v0.4.0 |
| 592 | 2026-08-31T15:04:23.981Z | Downloaded ahash v0.8.12 |
| 593 | 2026-08-31T15:04:23.981Z | Downloaded quick-error v1.2.3 |
| 594 | 2026-08-31T15:04:23.982Z | Downloaded glob v0.3.3 |
| 595 | 2026-08-31T15:04:23.982Z | Downloaded bitflags v1.3.2 |
| 596 | 2026-08-31T15:04:23.982Z | Downloaded async-trait v0.1.89 |
| 597 | 2026-08-31T15:04:23.982Z | Downloaded camino-tempfile-ext v0.3.3 |
| 598 | 2026-08-31T15:04:23.982Z | Downloaded same-file v1.0.6 |
| 599 | 2026-08-31T15:04:23.982Z | Downloaded num-integer v0.1.46 |
| 600 | 2026-08-31T15:04:23.982Z | Downloaded chacha20 v0.9.1 |
| 601 | 2026-08-31T15:04:23.982Z | Downloaded num_enum v0.5.11 |
| 602 | 2026-08-31T15:04:23.982Z | Downloaded find-msvc-tools v0.1.9 |
| 603 | 2026-08-31T15:04:23.982Z | Downloaded highway v1.3.0 |
| 604 | 2026-08-31T15:04:23.986Z | Downloaded oxide-update-engine-display v0.1.2 |
| 605 | 2026-08-31T15:04:23.986Z | Downloaded pbkdf2 v0.13.0 |
| 606 | 2026-08-31T15:04:23.986Z | Downloaded phf v0.12.1 |
| 607 | 2026-08-31T15:04:23.986Z | Downloaded pkcs8 v0.10.2 |
| 608 | 2026-08-31T15:04:23.986Z | Downloaded supports-unicode v3.0.0 |
| 609 | 2026-08-31T15:04:23.986Z | Downloaded rfc6979 v0.4.0 |
| 610 | 2026-08-31T15:04:23.986Z | Downloaded time-core v0.1.8 |
| 611 | 2026-08-31T15:04:23.991Z | Downloaded scopeguard v1.2.0 |
| 612 | 2026-08-31T15:04:23.991Z | Downloaded serde_bytes v0.11.19 |
| 613 | 2026-08-31T15:04:23.999Z | Downloaded signature v2.2.0 |
| 614 | 2026-08-31T15:04:23.999Z | Downloaded base64 v0.21.7 |
| 615 | 2026-08-31T15:04:23.999Z | Downloaded rand_seeder v0.4.0 |
| 616 | 2026-08-31T15:04:23.999Z | Downloaded blake2 v0.10.6 |
| 617 | 2026-08-31T15:04:24.007Z | Downloaded bzip2 v0.4.4 |
| 618 | 2026-08-31T15:04:24.007Z | Downloaded cmov v0.5.4 |
| 619 | 2026-08-31T15:04:24.007Z | Downloaded console v0.15.11 |
| 620 | 2026-08-31T15:04:24.007Z | Downloaded console v0.16.2 |
| 621 | 2026-08-31T15:04:24.007Z | Downloaded bzip2 v0.6.1 |
| 622 | 2026-08-31T15:04:24.007Z | Downloaded colored v3.1.1 |
| 623 | 2026-08-31T15:04:24.008Z | Downloaded sqlparser_derive v0.5.0 |
| 624 | 2026-08-31T15:04:24.008Z | Downloaded siphasher v1.0.2 |
| 625 | 2026-08-31T15:04:24.008Z | Downloaded stable_deref_trait v1.2.1 |
| 626 | 2026-08-31T15:04:24.008Z | Downloaded chacha20 v0.10.0 |
| 627 | 2026-08-31T15:04:24.008Z | Downloaded clang-sys v1.8.1 |
| 628 | 2026-08-31T15:04:24.012Z | Downloaded usdt-macro v0.6.0 |
| 629 | 2026-08-31T15:04:24.012Z | Downloaded testing_table v0.3.0 |
| 630 | 2026-08-31T15:04:24.012Z | Downloaded tabwriter v1.4.1 |
| 631 | 2026-08-31T15:04:24.012Z | Downloaded colored v2.2.0 |
| 632 | 2026-08-31T15:04:24.013Z | Downloaded blake2 v0.11.0-rc.6 |
| 633 | 2026-08-31T15:04:24.013Z | Downloaded backon v1.6.0 |
| 634 | 2026-08-31T15:04:24.013Z | Downloaded ciborium v0.2.2 |
| 635 | 2026-08-31T15:04:24.013Z | Downloaded headers-core v0.3.0 |
| 636 | 2026-08-31T15:04:24.013Z | Downloaded zerofrom v0.1.6 |
| 637 | 2026-08-31T15:04:24.016Z | Downloaded git-stub-vcs v0.1.0 |
| 638 | 2026-08-31T15:04:24.017Z | Downloaded serde_tokenstream v0.3.0 |
| 639 | 2026-08-31T15:04:24.017Z | Downloaded serdect v0.4.3 |
| 640 | 2026-08-31T15:04:24.017Z | Downloaded serde_with_macros v1.5.2 |
| 641 | 2026-08-31T15:04:24.017Z | Downloaded shlex v1.3.0 |
| 642 | 2026-08-31T15:04:24.028Z | Downloaded crucible-workspace-hack v0.1.0 |
| 643 | 2026-08-31T15:04:24.033Z | Downloaded parking_lot_core v0.8.6 |
| 644 | 2026-08-31T15:04:24.033Z | Downloaded backtrace v0.3.76 |
| 645 | 2026-08-31T15:04:24.043Z | Downloaded password-hash v0.5.0 |
| 646 | 2026-08-31T15:04:24.043Z | Downloaded primefield v0.14.0 |
| 647 | 2026-08-31T15:04:24.043Z | Downloaded primeorder v0.13.6 |
| 648 | 2026-08-31T15:04:24.043Z | Downloaded postcard v1.1.3 |
| 649 | 2026-08-31T15:04:24.043Z | Downloaded topological-sort v0.2.2 |
| 650 | 2026-08-31T15:04:24.047Z | Downloaded strum_macros v0.24.3 |
| 651 | 2026-08-31T15:04:24.047Z | Downloaded tokio-native-tls v0.3.1 |
| 652 | 2026-08-31T15:04:24.047Z | Downloaded untrusted v0.9.0 |
| 653 | 2026-08-31T15:04:24.047Z | Downloaded utf-8 v0.7.6 |
| 654 | 2026-08-31T15:04:24.047Z | Downloaded utf8_iter v1.0.4 |
| 655 | 2026-08-31T15:04:24.047Z | Downloaded defmt v0.3.100 |
| 656 | 2026-08-31T15:04:24.047Z | Downloaded httparse v1.10.1 |
| 657 | 2026-08-31T15:04:24.047Z | Downloaded untrusted v0.7.1 |
| 658 | 2026-08-31T15:04:24.057Z | Downloaded futures-channel v0.3.32 |
| 659 | 2026-08-31T15:04:24.057Z | Downloaded dirs-sys-next v0.1.2 |
| 660 | 2026-08-31T15:04:24.057Z | Downloaded downcast-rs v2.0.2 |
| 661 | 2026-08-31T15:04:24.057Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 662 | 2026-08-31T15:04:24.067Z | Downloaded hmac v0.13.0 |
| 663 | 2026-08-31T15:04:24.067Z | Downloaded allocator-api2 v0.2.21 |
| 664 | 2026-08-31T15:04:24.067Z | Downloaded wait-timeout v0.2.1 |
| 665 | 2026-08-31T15:04:24.078Z | Downloaded group v0.14.0 |
| 666 | 2026-08-31T15:04:24.078Z | Downloaded rfc6979 v0.6.0 |
| 667 | 2026-08-31T15:04:24.078Z | Downloaded dyn-clone v1.0.20 |
| 668 | 2026-08-31T15:04:24.078Z | Downloaded generic-array v1.4.3 |
| 669 | 2026-08-31T15:04:24.078Z | Downloaded dunce v1.0.5 |
| 670 | 2026-08-31T15:04:24.078Z | Downloaded const-oid v0.9.6 |
| 671 | 2026-08-31T15:04:24.078Z | Downloaded cancel-safe-futures v0.1.5 |
| 672 | 2026-08-31T15:04:24.087Z | Downloaded indoc v1.0.9 |
| 673 | 2026-08-31T15:04:24.087Z | Downloaded zone_cfg_derive v0.3.1 |
| 674 | 2026-08-31T15:04:24.088Z | Downloaded flume v0.11.1 |
| 675 | 2026-08-31T15:04:24.088Z | Downloaded oso v0.27.3 |
| 676 | 2026-08-31T15:04:24.088Z | Downloaded scroll v0.13.0 |
| 677 | 2026-08-31T15:04:24.088Z | Downloaded sec1 v0.8.1 |
| 678 | 2026-08-31T15:04:24.088Z | Downloaded serde-hex v0.1.0 |
| 679 | 2026-08-31T15:04:24.096Z | Downloaded slab v0.4.12 |
| 680 | 2026-08-31T15:04:24.096Z | Downloaded convert_case v0.10.0 |
| 681 | 2026-08-31T15:04:24.096Z | Downloaded crc-catalog v2.4.0 |
| 682 | 2026-08-31T15:04:24.096Z | Downloaded stacker v0.1.23 |
| 683 | 2026-08-31T15:04:24.096Z | Downloaded time-macros v0.2.27 |
| 684 | 2026-08-31T15:04:24.096Z | Downloaded ctutils v0.4.2 |
| 685 | 2026-08-31T15:04:24.097Z | Downloaded idna_adapter v1.2.1 |
| 686 | 2026-08-31T15:04:24.097Z | Downloaded instant v0.1.13 |
| 687 | 2026-08-31T15:04:24.097Z | Downloaded kem v0.3.0 |
| 688 | 2026-08-31T15:04:24.097Z | Downloaded lru v0.12.5 |
| 689 | 2026-08-31T15:04:24.097Z | Downloaded darling_macro v0.21.3 |
| 690 | 2026-08-31T15:04:24.100Z | Downloaded libscf-sys v1.2.0 |
| 691 | 2026-08-31T15:04:24.101Z | Downloaded lalrpop-util v0.19.12 |
| 692 | 2026-08-31T15:04:24.101Z | Downloaded multimap v0.10.1 |
| 693 | 2026-08-31T15:04:24.101Z | Downloaded num_enum_derive v0.5.11 |
| 694 | 2026-08-31T15:04:24.101Z | Downloaded defmt v1.0.1 |
| 695 | 2026-08-31T15:04:24.106Z | Downloaded papergrid v0.18.0 |
| 696 | 2026-08-31T15:04:24.110Z | Downloaded pkcs5 v0.8.1 |
| 697 | 2026-08-31T15:04:24.110Z | Downloaded getrandom v0.2.17 |
| 698 | 2026-08-31T15:04:24.110Z | Downloaded tokio-rustls v0.26.4 |
| 699 | 2026-08-31T15:04:24.119Z | Downloaded tokio-stream v0.1.18 |
| 700 | 2026-08-31T15:04:24.119Z | Downloaded pem v3.0.6 |
| 701 | 2026-08-31T15:04:24.119Z | Downloaded globset v0.4.18 |
| 702 | 2026-08-31T15:04:24.123Z | Downloaded half v1.8.3 |
| 703 | 2026-08-31T15:04:24.123Z | Downloaded deranged v0.5.8 |
| 704 | 2026-08-31T15:04:24.123Z | Downloaded new_debug_unreachable v1.0.6 |
| 705 | 2026-08-31T15:04:24.123Z | Downloaded digest v0.11.3 |
| 706 | 2026-08-31T15:04:24.123Z | Downloaded opaque-debug v0.3.1 |
| 707 | 2026-08-31T15:04:24.123Z | Downloaded openssl-probe v0.1.6 |
| 708 | 2026-08-31T15:04:24.123Z | Downloaded peg-runtime v0.8.5 |
| 709 | 2026-08-31T15:04:24.123Z | Downloaded unicase v2.9.0 |
| 710 | 2026-08-31T15:04:24.123Z | Downloaded chumsky v0.9.3 |
| 711 | 2026-08-31T15:04:24.130Z | Downloaded rand_core v0.9.5 |
| 712 | 2026-08-31T15:04:24.131Z | Downloaded either v1.15.0 |
| 713 | 2026-08-31T15:04:24.131Z | Downloaded parse-display v0.10.0 |
| 714 | 2026-08-31T15:04:24.200Z | Downloaded memoffset v0.9.1 |
| 715 | 2026-08-31T15:04:24.200Z | Downloaded aho-corasick v1.1.4 |
| 716 | 2026-08-31T15:04:24.209Z | Downloaded fatfs v0.3.6 |
| 717 | 2026-08-31T15:04:24.209Z | Downloaded proc-macro-crate v1.3.1 |
| 718 | 2026-08-31T15:04:24.209Z | Downloaded psl-types v2.0.11 |
| 719 | 2026-08-31T15:04:24.209Z | Downloaded rand_pcg v0.10.2 |
| 720 | 2026-08-31T15:04:24.209Z | Downloaded rtoolbox v0.0.3 |
| 721 | 2026-08-31T15:04:24.209Z | Downloaded getrandom v0.3.4 |
| 722 | 2026-08-31T15:04:24.209Z | Downloaded chacha20poly1305 v0.10.1 |
| 723 | 2026-08-31T15:04:24.209Z | Downloaded nonempty v0.12.0 |
| 724 | 2026-08-31T15:04:24.209Z | Downloaded cookie v0.18.1 |
| 725 | 2026-08-31T15:04:24.209Z | Downloaded crc32fast v1.5.0 |
| 726 | 2026-08-31T15:04:24.209Z | Downloaded hmac v0.12.1 |
| 727 | 2026-08-31T15:04:24.209Z | Downloaded jobserver v0.1.34 |
| 728 | 2026-08-31T15:04:24.209Z | Downloaded libloading v0.8.9 |
| 729 | 2026-08-31T15:04:24.209Z | Downloaded whoami v1.6.1 |
| 730 | 2026-08-31T15:04:24.209Z | Downloaded serde_plain v1.0.2 |
| 731 | 2026-08-31T15:04:24.209Z | Downloaded secrecy v0.8.0 |
| 732 | 2026-08-31T15:04:24.209Z | Downloaded oxide-update-engine-types v0.1.2 |
| 733 | 2026-08-31T15:04:24.209Z | Downloaded compact_str v0.8.1 |
| 734 | 2026-08-31T15:04:24.209Z | Downloaded socket2 v0.5.10 |
| 735 | 2026-08-31T15:04:24.209Z | Downloaded socket2 v0.6.3 |
| 736 | 2026-08-31T15:04:24.209Z | Downloaded strum_macros v0.26.4 |
| 737 | 2026-08-31T15:04:24.209Z | Downloaded tracing-core v0.1.36 |
| 738 | 2026-08-31T15:04:24.210Z | Downloaded flate2 v1.1.9 |
| 739 | 2026-08-31T15:04:24.210Z | Downloaded derive_builder_core v0.20.2 |
| 740 | 2026-08-31T15:04:24.210Z | Downloaded num-rational v0.4.2 |
| 741 | 2026-08-31T15:04:24.210Z | Downloaded sync-ptr v0.1.4 |
| 742 | 2026-08-31T15:04:24.210Z | Downloaded take_mut v0.2.2 |
| 743 | 2026-08-31T15:04:24.210Z | Downloaded bumpalo v3.20.2 |
| 744 | 2026-08-31T15:04:24.210Z | Downloaded bytes v1.11.1 |
| 745 | 2026-08-31T15:04:24.210Z | Downloaded peg-macros v0.8.5 |
| 746 | 2026-08-31T15:04:24.210Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 747 | 2026-08-31T15:04:24.210Z | Downloaded tap v1.0.1 |
| 748 | 2026-08-31T15:04:24.210Z | Downloaded tokio-test v0.4.5 |
| 749 | 2026-08-31T15:04:24.210Z | Downloaded cc v1.2.56 |
| 750 | 2026-08-31T15:04:24.210Z | Downloaded pkg-config v0.3.32 |
| 751 | 2026-08-31T15:04:24.210Z | Downloaded progenitor-extras v0.2.0 |
| 752 | 2026-08-31T15:04:24.210Z | Downloaded trait-variant v0.1.2 |
| 753 | 2026-08-31T15:04:24.210Z | Downloaded universal-hash v0.5.1 |
| 754 | 2026-08-31T15:04:24.210Z | Downloaded term v0.7.0 |
| 755 | 2026-08-31T15:04:24.221Z | Downloaded half v2.7.1 |
| 756 | 2026-08-31T15:04:24.221Z | Downloaded resolv-conf v0.7.6 |
| 757 | 2026-08-31T15:04:24.221Z | Downloaded omicron-zone-package v0.12.3 |
| 758 | 2026-08-31T15:04:24.224Z | Downloaded pin-project v1.1.11 |
| 759 | 2026-08-31T15:04:24.225Z | Downloaded lock_api v0.4.14 |
| 760 | 2026-08-31T15:04:24.225Z | Downloaded rustversion v1.0.22 |
| 761 | 2026-08-31T15:04:24.225Z | Downloaded xattr v1.6.1 |
| 762 | 2026-08-31T15:04:24.233Z | Downloaded pretty_assertions v1.4.1 |
| 763 | 2026-08-31T15:04:24.233Z | Downloaded ingot-types v0.2.0 |
| 764 | 2026-08-31T15:04:24.233Z | Downloaded serde-big-array v0.5.1 |
| 765 | 2026-08-31T15:04:24.233Z | Downloaded publicsuffix v2.3.0 |
| 766 | 2026-08-31T15:04:24.238Z | Downloaded subtle v2.6.1 |
| 767 | 2026-08-31T15:04:24.238Z | Downloaded simd-adler32 v0.3.8 |
| 768 | 2026-08-31T15:04:24.239Z | Downloaded crc v3.4.0 |
| 769 | 2026-08-31T15:04:24.243Z | Downloaded headers v0.4.1 |
| 770 | 2026-08-31T15:04:24.243Z | Downloaded mime_guess v2.0.5 |
| 771 | 2026-08-31T15:04:24.246Z | Downloaded parking_lot_core v0.9.12 |
| 772 | 2026-08-31T15:04:24.246Z | Downloaded ron v0.8.1 |
| 773 | 2026-08-31T15:04:24.250Z | Downloaded static_assertions v1.1.0 |
| 774 | 2026-08-31T15:04:24.250Z | Downloaded ipnetwork v0.21.1 |
| 775 | 2026-08-31T15:04:24.250Z | Downloaded phf v0.13.1 |
| 776 | 2026-08-31T15:04:24.254Z | Downloaded darling_macro v0.20.11 |
| 777 | 2026-08-31T15:04:24.255Z | Downloaded display-error-chain v0.2.2 |
| 778 | 2026-08-31T15:04:24.255Z | Downloaded dtrace-parser v0.3.0 |
| 779 | 2026-08-31T15:04:24.255Z | Downloaded structmeta v0.3.0 |
| 780 | 2026-08-31T15:04:24.258Z | Downloaded dsl_auto_type v0.2.0 |
| 781 | 2026-08-31T15:04:24.263Z | Downloaded whoami v2.1.0 |
| 782 | 2026-08-31T15:04:24.268Z | Downloaded unit-prefix v0.5.2 |
| 783 | 2026-08-31T15:04:24.268Z | Downloaded oxide-generation v0.1.3 |
| 784 | 2026-08-31T15:04:24.268Z | Downloaded packed_struct v0.10.1 |
| 785 | 2026-08-31T15:04:24.268Z | Downloaded zerocopy v0.6.6 |
| 786 | 2026-08-31T15:04:24.272Z | Downloaded pin-project-lite v0.2.17 |
| 787 | 2026-08-31T15:04:24.272Z | Downloaded ident_case v1.0.1 |
| 788 | 2026-08-31T15:04:24.272Z | Downloaded is_ci v1.2.0 |
| 789 | 2026-08-31T15:04:24.275Z | Downloaded zone v0.3.1 |
| 790 | 2026-08-31T15:04:24.275Z | Downloaded crunchy v0.2.4 |
| 791 | 2026-08-31T15:04:24.275Z | Downloaded managed v0.8.0 |
| 792 | 2026-08-31T15:04:24.275Z | Downloaded samael v0.0.19 |
| 793 | 2026-08-31T15:04:24.279Z | Downloaded async-compression v0.4.41 |
| 794 | 2026-08-31T15:04:24.282Z | Downloaded rustls-platform-verifier v0.6.2 |
| 795 | 2026-08-31T15:04:24.285Z | Downloaded ignore v0.4.25 |
| 796 | 2026-08-31T15:04:24.285Z | Downloaded wyz v0.5.1 |
| 797 | 2026-08-31T15:04:24.285Z | Downloaded yansi v1.0.1 |
| 798 | 2026-08-31T15:04:24.290Z | Downloaded slog-term v2.9.2 |
| 799 | 2026-08-31T15:04:24.290Z | Downloaded polyval v0.7.1 |
| 800 | 2026-08-31T15:04:24.290Z | Downloaded postgres-protocol v0.6.10 |
| 801 | 2026-08-31T15:04:24.294Z | Downloaded progenitor v0.13.0 |
| 802 | 2026-08-31T15:04:24.294Z | Downloaded similar v2.7.0 |
| 803 | 2026-08-31T15:04:24.294Z | Downloaded darling v0.23.0 |
| 804 | 2026-08-31T15:04:24.301Z | Downloaded lru-cache v0.1.2 |
| 805 | 2026-08-31T15:04:24.301Z | Downloaded md5 v0.8.0 |
| 806 | 2026-08-31T15:04:24.301Z | Downloaded zstd-safe v7.2.4 |
| 807 | 2026-08-31T15:04:24.301Z | Downloaded tokio-postgres v0.7.16 |
| 808 | 2026-08-31T15:04:24.308Z | Downloaded aws-lc-rs v1.16.3 |
| 809 | 2026-08-31T15:04:24.308Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 810 | 2026-08-31T15:04:24.312Z | Downloaded ctr v0.10.1 |
| 811 | 2026-08-31T15:04:24.312Z | Downloaded num v0.4.3 |
| 812 | 2026-08-31T15:04:24.312Z | Downloaded packed_struct_codegen v0.10.1 |
| 813 | 2026-08-31T15:04:24.312Z | Downloaded ar_archive_writer v0.5.1 |
| 814 | 2026-08-31T15:04:24.315Z | Downloaded defmt-macros v1.0.1 |
| 815 | 2026-08-31T15:04:24.318Z | Downloaded phf_shared v0.11.3 |
| 816 | 2026-08-31T15:04:24.318Z | Downloaded phf_shared v0.12.1 |
| 817 | 2026-08-31T15:04:24.318Z | Downloaded icu_locale_core v2.1.1 |
| 818 | 2026-08-31T15:04:24.324Z | Downloaded icu_normalizer v2.1.1 |
| 819 | 2026-08-31T15:04:24.328Z | Downloaded tracing-attributes v0.1.31 |
| 820 | 2026-08-31T15:04:24.328Z | Downloaded tungstenite v0.21.0 |
| 821 | 2026-08-31T15:04:24.331Z | Downloaded typify v0.6.2 |
| 822 | 2026-08-31T15:04:24.331Z | Downloaded unicode-bidi v0.3.18 |
| 823 | 2026-08-31T15:04:24.334Z | Downloaded slog-scope v4.4.1 |
| 824 | 2026-08-31T15:04:24.335Z | Downloaded walkdir v2.5.0 |
| 825 | 2026-08-31T15:04:24.335Z | Downloaded hyper-staticfile v0.10.1 |
| 826 | 2026-08-31T15:04:24.335Z | Downloaded indoc v2.0.7 |
| 827 | 2026-08-31T15:04:24.341Z | Downloaded ingot v0.2.1 |
| 828 | 2026-08-31T15:04:24.341Z | Downloaded keccak v0.2.0 |
| 829 | 2026-08-31T15:04:24.341Z | Downloaded kstat-rs v0.2.5 |
| 830 | 2026-08-31T15:04:24.341Z | Downloaded mime v0.3.17 |
| 831 | 2026-08-31T15:04:24.346Z | Downloaded ref-cast-impl v1.0.25 |
| 832 | 2026-08-31T15:04:24.346Z | Downloaded slog-stdlog v4.1.1 |
| 833 | 2026-08-31T15:04:24.346Z | Downloaded libsw v3.5.0 |
| 834 | 2026-08-31T15:04:24.346Z | Downloaded aes v0.9.1 |
| 835 | 2026-08-31T15:04:24.350Z | Downloaded salsa20 v0.11.0 |
| 836 | 2026-08-31T15:04:24.350Z | Downloaded num-complex v0.4.6 |
| 837 | 2026-08-31T15:04:24.350Z | Downloaded tinystr v0.8.2 |
| 838 | 2026-08-31T15:04:24.354Z | Downloaded hickory-resolver v0.25.2 |
| 839 | 2026-08-31T15:04:24.354Z | Downloaded oso-derive v0.27.3 |
| 840 | 2026-08-31T15:04:24.357Z | Downloaded rand v0.10.1 |
| 841 | 2026-08-31T15:04:24.357Z | Downloaded vergen-git2 v9.1.0 |
| 842 | 2026-08-31T15:04:24.364Z | Downloaded module-lattice v0.2.3 |
| 843 | 2026-08-31T15:04:24.367Z | Downloaded nu-ansi-term v0.50.3 |
| 844 | 2026-08-31T15:04:24.367Z | Downloaded parse-size v1.1.0 |
| 845 | 2026-08-31T15:04:24.367Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-08-31T15:04:24.367Z | Downloaded serde_repr v0.1.20 |
| 847 | 2026-08-31T15:04:24.371Z | Downloaded supports-color v3.0.2 |
| 848 | 2026-08-31T15:04:24.374Z | Downloaded native-tls v0.2.18 |
| 849 | 2026-08-31T15:04:24.374Z | Downloaded num_enum_derive v0.7.6 |
| 850 | 2026-08-31T15:04:24.378Z | Downloaded derive_builder v0.20.2 |
| 851 | 2026-08-31T15:04:24.381Z | Downloaded darling v0.21.3 |
| 852 | 2026-08-31T15:04:24.381Z | Downloaded diff v0.1.13 |
| 853 | 2026-08-31T15:04:24.388Z | Downloaded supports-hyperlinks v3.2.0 |
| 854 | 2026-08-31T15:04:24.392Z | Downloaded term v1.2.1 |
| 855 | 2026-08-31T15:04:24.392Z | Downloaded psm v0.1.30 |
| 856 | 2026-08-31T15:04:24.392Z | Downloaded signal-hook-registry v1.4.8 |
| 857 | 2026-08-31T15:04:24.392Z | Downloaded progenitor v0.14.0 |
| 858 | 2026-08-31T15:04:24.397Z | Downloaded port-file v0.1.0 |
| 859 | 2026-08-31T15:04:24.400Z | Downloaded r2d2 v0.8.10 |
| 860 | 2026-08-31T15:04:24.400Z | Downloaded rustc-hash v2.1.1 |
| 861 | 2026-08-31T15:04:24.401Z | Downloaded wnaf v0.14.0 |
| 862 | 2026-08-31T15:04:24.406Z | Downloaded yoke-derive v0.8.1 |
| 863 | 2026-08-31T15:04:24.406Z | Downloaded seq-macro v0.3.6 |
| 864 | 2026-08-31T15:04:24.406Z | Downloaded cpufeatures v0.3.0 |
| 865 | 2026-08-31T15:04:24.410Z | Downloaded libsw-core v0.3.2 |
| 866 | 2026-08-31T15:04:24.410Z | Downloaded heapless v0.8.0 |
| 867 | 2026-08-31T15:04:24.414Z | Downloaded hickory-resolver v0.24.4 |
| 868 | 2026-08-31T15:04:24.418Z | Downloaded rustls-pemfile v2.2.0 |
| 869 | 2026-08-31T15:04:24.418Z | Downloaded schemars_derive v0.8.22 |
| 870 | 2026-08-31T15:04:24.422Z | Downloaded heapless v0.7.17 |
| 871 | 2026-08-31T15:04:24.422Z | Downloaded prettyplease v0.2.37 |
| 872 | 2026-08-31T15:04:24.423Z | Downloaded qorb v0.4.1 |
| 873 | 2026-08-31T15:04:24.426Z | Downloaded num-bigint-dig v0.8.6 |
| 874 | 2026-08-31T15:04:24.432Z | Downloaded spki v0.8.0 |
| 875 | 2026-08-31T15:04:24.433Z | Downloaded structmeta-derive v0.3.0 |
| 876 | 2026-08-31T15:04:24.436Z | Downloaded debug-ignore v1.0.5 |
| 877 | 2026-08-31T15:04:24.436Z | Downloaded signal-hook-tokio v0.3.1 |
| 878 | 2026-08-31T15:04:24.436Z | Downloaded strsim v0.10.0 |
| 879 | 2026-08-31T15:04:24.436Z | Downloaded expectorate v1.2.0 |
| 880 | 2026-08-31T15:04:24.441Z | Downloaded p256 v0.14.0 |
| 881 | 2026-08-31T15:04:24.441Z | Downloaded hashbrown v0.12.3 |
| 882 | 2026-08-31T15:04:24.446Z | Downloaded ssh-encoding v0.3.0 |
| 883 | 2026-08-31T15:04:24.446Z | Downloaded smallvec v0.6.14 |
| 884 | 2026-08-31T15:04:24.446Z | Downloaded smallvec v1.15.1 |
| 885 | 2026-08-31T15:04:24.446Z | Downloaded hashbrown v0.13.2 |
| 886 | 2026-08-31T15:04:24.451Z | Downloaded hickory-server v0.25.2 |
| 887 | 2026-08-31T15:04:24.451Z | Downloaded tokio-tungstenite v0.23.1 |
| 888 | 2026-08-31T15:04:24.451Z | Downloaded tokio-tungstenite v0.21.0 |
| 889 | 2026-08-31T15:04:24.461Z | Downloaded unicode-truncate v1.1.0 |
| 890 | 2026-08-31T15:04:24.461Z | Downloaded signature v3.0.0 |
| 891 | 2026-08-31T15:04:24.465Z | Downloaded unicode-xid v0.2.6 |
| 892 | 2026-08-31T15:04:24.466Z | Downloaded vergen-lib v9.1.0 |
| 893 | 2026-08-31T15:04:24.466Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 894 | 2026-08-31T15:04:24.466Z | Downloaded quinn-udp v0.5.14 |
| 895 | 2026-08-31T15:04:24.466Z | Downloaded vergen v9.1.0 |
| 896 | 2026-08-31T15:04:24.466Z | Downloaded cookie_store v0.22.1 |
| 897 | 2026-08-31T15:04:24.476Z | Downloaded vergen-lib v0.1.6 |
| 898 | 2026-08-31T15:04:24.477Z | Downloaded constant_time_eq v0.4.2 |
| 899 | 2026-08-31T15:04:24.477Z | Downloaded oxnet v0.1.6 |
| 900 | 2026-08-31T15:04:24.477Z | Downloaded zeroize_derive v1.5.0 |
| 901 | 2026-08-31T15:04:24.477Z | Downloaded peg v0.8.5 |
| 902 | 2026-08-31T15:04:24.482Z | Downloaded postgres-types v0.2.12 |
| 903 | 2026-08-31T15:04:24.482Z | Downloaded primeorder v0.14.0 |
| 904 | 2026-08-31T15:04:24.483Z | Downloaded rand_core v0.6.4 |
| 905 | 2026-08-31T15:04:24.483Z | Downloaded rustls-webpki v0.103.13 |
| 906 | 2026-08-31T15:04:24.492Z | Downloaded daft v0.1.8 |
| 907 | 2026-08-31T15:04:24.492Z | Downloaded potential_utf v0.1.4 |
| 908 | 2026-08-31T15:04:24.499Z | Downloaded serde_yaml v0.9.34+deprecated |
| 909 | 2026-08-31T15:04:24.499Z | Downloaded csv-core v0.1.13 |
| 910 | 2026-08-31T15:04:24.499Z | Downloaded rand_core v0.10.0 |
| 911 | 2026-08-31T15:04:24.503Z | Downloaded ed25519 v2.2.3 |
| 912 | 2026-08-31T15:04:24.503Z | Downloaded der_derive v0.7.3 |
| 913 | 2026-08-31T15:04:24.503Z | Downloaded humantime v2.3.0 |
| 914 | 2026-08-31T15:04:24.503Z | Downloaded internet-checksum v0.2.1 |
| 915 | 2026-08-31T15:04:24.508Z | Downloaded jiff-static v0.2.34 |
| 916 | 2026-08-31T15:04:24.508Z | Downloaded lazy_static v1.5.0 |
| 917 | 2026-08-31T15:04:24.508Z | Downloaded maplit v1.0.2 |
| 918 | 2026-08-31T15:04:24.509Z | Downloaded match_cfg v0.1.0 |
| 919 | 2026-08-31T15:04:24.509Z | Downloaded num-conv v0.2.0 |
| 920 | 2026-08-31T15:04:24.509Z | Downloaded russh-cryptovec v0.62.0 |
| 921 | 2026-08-31T15:04:24.509Z | Downloaded russh-util v0.52.0 |
| 922 | 2026-08-31T15:04:24.516Z | Downloaded scroll_derive v0.13.1 |
| 923 | 2026-08-31T15:04:24.516Z | Downloaded sha1 v0.10.6 |
| 924 | 2026-08-31T15:04:24.516Z | Downloaded aes-gcm v0.11.0 |
| 925 | 2026-08-31T15:04:24.516Z | Downloaded steno v0.4.1 |
| 926 | 2026-08-31T15:04:24.525Z | Downloaded thread-id v5.1.0 |
| 927 | 2026-08-31T15:04:24.528Z | Downloaded tar v0.4.46 |
| 928 | 2026-08-31T15:04:24.528Z | Downloaded snafu-derive v0.8.9 |
| 929 | 2026-08-31T15:04:24.532Z | Downloaded tui-tree-widget v0.23.1 |
| 930 | 2026-08-31T15:04:24.532Z | Downloaded icu_normalizer_data v2.1.1 |
| 931 | 2026-08-31T15:04:24.535Z | Downloaded indicatif v0.18.4 |
| 932 | 2026-08-31T15:04:24.535Z | Downloaded slog-dtrace v0.3.0 |
| 933 | 2026-08-31T15:04:24.535Z | Downloaded tiny-keccak v2.0.2 |
| 934 | 2026-08-31T15:04:24.619Z | Downloaded num_enum v0.7.6 |
| 935 | 2026-08-31T15:04:24.619Z | Downloaded sponge-cursor v0.1.0 |
| 936 | 2026-08-31T15:04:24.624Z | Downloaded usdt v0.6.0 |
| 937 | 2026-08-31T15:04:24.624Z | Downloaded waitgroup v0.1.2 |
| 938 | 2026-08-31T15:04:24.624Z | Downloaded http v1.4.2 |
| 939 | 2026-08-31T15:04:24.624Z | Downloaded cpubits v0.1.1 |
| 940 | 2026-08-31T15:04:24.625Z | Downloaded owo-colors v4.3.0 |
| 941 | 2026-08-31T15:04:24.625Z | Downloaded pem-rfc7468 v1.0.0 |
| 942 | 2026-08-31T15:04:24.625Z | Downloaded usdt-impl v0.6.0 |
| 943 | 2026-08-31T15:04:24.625Z | Downloaded zerotrie v0.2.3 |
| 944 | 2026-08-31T15:04:24.625Z | Downloaded uuid v1.23.4 |
| 945 | 2026-08-31T15:04:24.625Z | Downloaded zip v4.6.1 |
| 946 | 2026-08-31T15:04:24.625Z | Downloaded pin-project-internal v1.1.11 |
| 947 | 2026-08-31T15:04:24.625Z | Downloaded sync_wrapper v1.0.2 |
| 948 | 2026-08-31T15:04:24.625Z | Downloaded try-lock v0.2.5 |
| 949 | 2026-08-31T15:04:24.625Z | Downloaded tower-service v0.3.3 |
| 950 | 2026-08-31T15:04:24.625Z | Downloaded crossbeam-channel v0.5.15 |
| 951 | 2026-08-31T15:04:24.625Z | Downloaded iana-time-zone v0.1.65 |
| 952 | 2026-08-31T15:04:24.625Z | Downloaded scrypt v0.12.0 |
| 953 | 2026-08-31T15:04:24.625Z | Downloaded derive_builder_macro v0.20.2 |
| 954 | 2026-08-31T15:04:24.625Z | Downloaded difflib v0.4.0 |
| 955 | 2026-08-31T15:04:24.626Z | Downloaded schemars v0.9.0 |
| 956 | 2026-08-31T15:04:24.626Z | Downloaded des v0.9.0 |
| 957 | 2026-08-31T15:04:24.626Z | Downloaded reedline v0.40.0 |
| 958 | 2026-08-31T15:04:24.626Z | Downloaded test-strategy v0.4.5 |
| 959 | 2026-08-31T15:04:24.626Z | Downloaded drift v0.2.0 |
| 960 | 2026-08-31T15:04:24.626Z | Downloaded spki v0.7.3 |
| 961 | 2026-08-31T15:04:24.626Z | Downloaded litemap v0.8.1 |
| 962 | 2026-08-31T15:04:24.626Z | Downloaded displaydoc v0.2.5 |
| 963 | 2026-08-31T15:04:24.626Z | Downloaded multer v3.1.0 |
| 964 | 2026-08-31T15:04:24.626Z | Downloaded oxide-update-engine v0.1.2 |
| 965 | 2026-08-31T15:04:24.626Z | Downloaded toml_edit v0.19.15 |
| 966 | 2026-08-31T15:04:24.626Z | Downloaded zopfli v0.8.3 |
| 967 | 2026-08-31T15:04:24.626Z | Downloaded xshell-macros v0.2.7 |
| 968 | 2026-08-31T15:04:24.626Z | Downloaded tls_codec v0.4.2 |
| 969 | 2026-08-31T15:04:24.626Z | Downloaded newtype_derive v0.1.6 |
| 970 | 2026-08-31T15:04:24.626Z | Downloaded cstr-argument v0.1.2 |
| 971 | 2026-08-31T15:04:24.626Z | Downloaded dof v0.4.0 |
| 972 | 2026-08-31T15:04:24.626Z | Downloaded password-hash v0.6.1 |
| 973 | 2026-08-31T15:04:24.626Z | Downloaded recursive v0.1.1 |
| 974 | 2026-08-31T15:04:24.626Z | Downloaded rustc_version v0.4.1 |
| 975 | 2026-08-31T15:04:24.626Z | Downloaded crc-any v2.5.0 |
| 976 | 2026-08-31T15:04:24.626Z | Downloaded indent_write v2.2.0 |
| 977 | 2026-08-31T15:04:24.626Z | Downloaded keccak v0.1.6 |
| 978 | 2026-08-31T15:04:24.626Z | Downloaded crossterm v0.28.1 |
| 979 | 2026-08-31T15:04:24.630Z | Downloaded rsa v0.10.0-rc.18 |
| 980 | 2026-08-31T15:04:24.630Z | Downloaded crossterm v0.29.0 |
| 981 | 2026-08-31T15:04:24.634Z | Downloaded pkcs1 v0.7.5 |
| 982 | 2026-08-31T15:04:24.634Z | Downloaded ref-cast v1.0.25 |
| 983 | 2026-08-31T15:04:24.641Z | Downloaded rustc_version v0.1.7 |
| 984 | 2026-08-31T15:04:24.641Z | Downloaded schemars v0.8.22 |
| 985 | 2026-08-31T15:04:24.644Z | Downloaded serde_with v1.14.0 |
| 986 | 2026-08-31T15:04:24.746Z | Downloaded proc-macro-crate v3.4.0 |
| 987 | 2026-08-31T15:04:24.746Z | Downloaded serde_with_macros v3.21.0 |
| 988 | 2026-08-31T15:04:24.746Z | Downloaded minimal-lexical v0.2.1 |
| 989 | 2026-08-31T15:04:24.746Z | Downloaded signal-hook-mio v0.2.5 |
| 990 | 2026-08-31T15:04:24.746Z | Downloaded lzss v0.8.2 |
| 991 | 2026-08-31T15:04:24.746Z | Downloaded olpc-cjson v0.1.4 |
| 992 | 2026-08-31T15:04:24.746Z | Downloaded x509-cert v0.2.5 |
| 993 | 2026-08-31T15:04:24.746Z | Downloaded serde_path_to_error v0.1.20 |
| 994 | 2026-08-31T15:04:24.746Z | Downloaded smf v0.2.3 |
| 995 | 2026-08-31T15:04:24.746Z | Downloaded support-bundle-viewer v0.1.2 |
| 996 | 2026-08-31T15:04:24.746Z | Downloaded slog-async v2.8.0 |
| 997 | 2026-08-31T15:04:24.746Z | Downloaded stringprep v0.1.5 |
| 998 | 2026-08-31T15:04:24.746Z | Downloaded tokio-macros v2.7.0 |
| 999 | 2026-08-31T15:04:24.746Z | Downloaded void v1.0.2 |
| 1000 | 2026-08-31T15:04:24.746Z | Downloaded path-slash v0.1.5 |
| 1001 | 2026-08-31T15:04:24.746Z | Downloaded radium v0.7.0 |
| 1002 | 2026-08-31T15:04:24.746Z | Downloaded slog-envlogger v2.2.0 |
| 1003 | 2026-08-31T15:04:24.746Z | Downloaded derive_more-impl v2.1.1 |
| 1004 | 2026-08-31T15:04:24.746Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1005 | 2026-08-31T15:04:24.746Z | Downloaded diesel_derives v2.3.7 |
| 1006 | 2026-08-31T15:04:24.746Z | Downloaded num-derive v0.4.2 |
| 1007 | 2026-08-31T15:04:24.747Z | Downloaded parse-display-derive v0.10.0 |
| 1008 | 2026-08-31T15:04:24.747Z | Downloaded hyper-util v0.1.20 |
| 1009 | 2026-08-31T15:04:24.751Z | Downloaded progenitor-impl v0.14.0 |
| 1010 | 2026-08-31T15:04:24.751Z | Downloaded prefix-trie v0.7.0 |
| 1011 | 2026-08-31T15:04:24.751Z | Downloaded zerocopy-derive v0.8.55 |
| 1012 | 2026-08-31T15:04:24.751Z | Downloaded vergen-gitcl v1.0.8 |
| 1013 | 2026-08-31T15:04:24.751Z | Downloaded illumos-nvpair v0.3.0 |
| 1014 | 2026-08-31T15:04:24.751Z | Downloaded hyper-tls v0.6.0 |
| 1015 | 2026-08-31T15:04:24.751Z | Downloaded xshell v0.2.7 |
| 1016 | 2026-08-31T15:04:24.751Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1017 | 2026-08-31T15:04:24.751Z | Downloaded maybe-uninit v2.0.0 |
| 1018 | 2026-08-31T15:04:24.751Z | Downloaded md-5 v0.10.6 |
| 1019 | 2026-08-31T15:04:24.751Z | Downloaded num-iter v0.1.45 |
| 1020 | 2026-08-31T15:04:24.751Z | Downloaded delegate v0.13.5 |
| 1021 | 2026-08-31T15:04:24.751Z | Downloaded convert_case v0.4.0 |
| 1022 | 2026-08-31T15:04:24.751Z | Downloaded elliptic-curve v0.13.8 |
| 1023 | 2026-08-31T15:04:24.751Z | Downloaded darling_core v0.23.0 |
| 1024 | 2026-08-31T15:04:24.751Z | Downloaded hybrid-array v0.4.13 |
| 1025 | 2026-08-31T15:04:24.751Z | Downloaded string_cache v0.8.9 |
| 1026 | 2026-08-31T15:04:24.751Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1027 | 2026-08-31T15:04:24.752Z | Downloaded serde_spanned v1.1.1 |
| 1028 | 2026-08-31T15:04:24.752Z | Downloaded serde_urlencoded v0.7.1 |
| 1029 | 2026-08-31T15:04:24.752Z | Downloaded signal-hook v0.3.18 |
| 1030 | 2026-08-31T15:04:24.752Z | Downloaded tinyvec_macros v0.1.1 |
| 1031 | 2026-08-31T15:04:24.752Z | Downloaded icu_properties v2.1.2 |
| 1032 | 2026-08-31T15:04:24.752Z | Downloaded defmt-parser v1.0.0 |
| 1033 | 2026-08-31T15:04:24.752Z | Downloaded tokio-dtrace v0.1.1 |
| 1034 | 2026-08-31T15:04:24.752Z | Downloaded yoke v0.8.1 |
| 1035 | 2026-08-31T15:04:24.752Z | Downloaded universal-hash v0.6.1 |
| 1036 | 2026-08-31T15:04:24.752Z | Downloaded hashbrown v0.14.5 |
| 1037 | 2026-08-31T15:04:24.752Z | Downloaded crossbeam-epoch v0.9.18 |
| 1038 | 2026-08-31T15:04:24.752Z | Downloaded parking_lot v0.12.5 |
| 1039 | 2026-08-31T15:04:24.752Z | Downloaded dirs-next v2.0.0 |
| 1040 | 2026-08-31T15:04:24.752Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1041 | 2026-08-31T15:04:24.752Z | Downloaded const_format v0.2.35 |
| 1042 | 2026-08-31T15:04:24.752Z | Downloaded pem-rfc7468 v0.7.0 |
| 1043 | 2026-08-31T15:04:24.752Z | Downloaded libm v0.2.16 |
| 1044 | 2026-08-31T15:04:24.752Z | Downloaded zerovec v0.11.5 |
| 1045 | 2026-08-31T15:04:24.762Z | Downloaded serde_cbor v0.11.2 |
| 1046 | 2026-08-31T15:04:24.762Z | Downloaded paste v1.0.15 |
| 1047 | 2026-08-31T15:04:24.765Z | Downloaded schemars v1.2.1 |
| 1048 | 2026-08-31T15:04:24.765Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1049 | 2026-08-31T15:04:24.771Z | Downloaded strum v0.26.3 |
| 1050 | 2026-08-31T15:04:24.771Z | Downloaded icu_collections v2.1.1 |
| 1051 | 2026-08-31T15:04:24.774Z | Downloaded zerovec-derive v0.11.2 |
| 1052 | 2026-08-31T15:04:24.774Z | Downloaded predicates-tree v1.0.13 |
| 1053 | 2026-08-31T15:04:24.774Z | Downloaded strum_macros v0.27.2 |
| 1054 | 2026-08-31T15:04:24.774Z | Downloaded secrecy v0.10.3 |
| 1055 | 2026-08-31T15:04:24.774Z | Downloaded serde_derive_internals v0.29.1 |
| 1056 | 2026-08-31T15:04:24.774Z | Downloaded blake3 v1.8.5 |
| 1057 | 2026-08-31T15:04:24.779Z | Downloaded twox-hash v2.1.2 |
| 1058 | 2026-08-31T15:04:24.784Z | Downloaded derive_more v0.99.20 |
| 1059 | 2026-08-31T15:04:24.784Z | Downloaded darling v0.20.11 |
| 1060 | 2026-08-31T15:04:24.787Z | Downloaded slog-json v2.6.1 |
| 1061 | 2026-08-31T15:04:24.787Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1062 | 2026-08-31T15:04:24.787Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1063 | 2026-08-31T15:04:24.787Z | Downloaded tower-layer v0.3.3 |
| 1064 | 2026-08-31T15:04:24.787Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1065 | 2026-08-31T15:04:24.791Z | Downloaded usdt-attr-macro v0.6.0 |
| 1066 | 2026-08-31T15:04:24.791Z | Downloaded crossbeam-deque v0.8.6 |
| 1067 | 2026-08-31T15:04:24.791Z | Downloaded darling_macro v0.23.0 |
| 1068 | 2026-08-31T15:04:24.794Z | Downloaded document-features v0.2.12 |
| 1069 | 2026-08-31T15:04:24.794Z | Downloaded is-terminal v0.4.17 |
| 1070 | 2026-08-31T15:04:24.804Z | Downloaded hashbrown v0.15.5 |
| 1071 | 2026-08-31T15:04:24.808Z | Downloaded darling_macro v0.13.4 |
| 1072 | 2026-08-31T15:04:24.817Z | Downloaded ecdsa v0.17.0 |
| 1073 | 2026-08-31T15:04:24.817Z | Downloaded rand v0.8.6 |
| 1074 | 2026-08-31T15:04:24.822Z | Downloaded hyper-rustls v0.27.7 |
| 1075 | 2026-08-31T15:04:24.822Z | Downloaded lru-slab v0.1.2 |
| 1076 | 2026-08-31T15:04:24.822Z | Downloaded percent-encoding v2.3.2 |
| 1077 | 2026-08-31T15:04:24.822Z | Downloaded shell-words v1.1.1 |
| 1078 | 2026-08-31T15:04:24.826Z | Downloaded sapling-renderdag v0.1.0 |
| 1079 | 2026-08-31T15:04:24.826Z | Downloaded quinn v0.11.11 |
| 1080 | 2026-08-31T15:04:24.826Z | Downloaded progenitor-macro v0.13.0 |
| 1081 | 2026-08-31T15:04:24.831Z | Downloaded itertools v0.10.5 |
| 1082 | 2026-08-31T15:04:24.835Z | Downloaded tungstenite v0.23.0 |
| 1083 | 2026-08-31T15:04:24.838Z | Downloaded hashbrown v0.16.1 |
| 1084 | 2026-08-31T15:04:24.841Z | Downloaded rcgen v0.12.1 |
| 1085 | 2026-08-31T15:04:24.841Z | Downloaded bitvec v1.0.1 |
| 1086 | 2026-08-31T15:04:24.849Z | Downloaded sigpipe v0.1.3 |
| 1087 | 2026-08-31T15:04:24.852Z | Downloaded ryu v1.0.23 |
| 1088 | 2026-08-31T15:04:24.852Z | Downloaded futures-util v0.3.32 |
| 1089 | 2026-08-31T15:04:24.858Z | Downloaded termios v0.3.3 |
| 1090 | 2026-08-31T15:04:24.862Z | Downloaded const_format_proc_macros v0.2.34 |
| 1091 | 2026-08-31T15:04:24.862Z | Downloaded crypto-common v0.2.2 |
| 1092 | 2026-08-31T15:04:24.862Z | Downloaded inout v0.2.2 |
| 1093 | 2026-08-31T15:04:24.862Z | Downloaded toml v0.7.8 |
| 1094 | 2026-08-31T15:04:24.865Z | Downloaded strum v0.27.2 |
| 1095 | 2026-08-31T15:04:24.865Z | Downloaded unicode-properties v0.1.4 |
| 1096 | 2026-08-31T15:04:24.868Z | Downloaded spin v0.9.8 |
| 1097 | 2026-08-31T15:04:24.872Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1098 | 2026-08-31T15:04:24.881Z | Downloaded bindgen v0.71.1 |
| 1099 | 2026-08-31T15:04:24.885Z | Downloaded semver v0.1.20 |
| 1100 | 2026-08-31T15:04:24.885Z | Downloaded critical-section v1.2.0 |
| 1101 | 2026-08-31T15:04:24.885Z | Downloaded newtype-uuid v1.3.2 |
| 1102 | 2026-08-31T15:04:24.885Z | Downloaded icu_provider v2.1.1 |
| 1103 | 2026-08-31T15:04:24.885Z | Downloaded scuffle v0.1.0 |
| 1104 | 2026-08-31T15:04:24.885Z | Downloaded num-traits v0.2.19 |
| 1105 | 2026-08-31T15:04:24.888Z | Downloaded unarray v0.1.4 |
| 1106 | 2026-08-31T15:04:24.888Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1107 | 2026-08-31T15:04:24.892Z | Downloaded linked-hash-map v0.5.6 |
| 1108 | 2026-08-31T15:04:24.892Z | Downloaded ppv-lite86 v0.2.21 |
| 1109 | 2026-08-31T15:04:24.892Z | Downloaded rand_chacha v0.9.0 |
| 1110 | 2026-08-31T15:04:24.895Z | Downloaded tagptr v0.2.0 |
| 1111 | 2026-08-31T15:04:24.895Z | Downloaded openssl-probe v0.2.1 |
| 1112 | 2026-08-31T15:04:24.908Z | Downloaded sqlformat v0.3.5 |
| 1113 | 2026-08-31T15:04:24.912Z | Downloaded unicode-normalization v0.1.25 |
| 1114 | 2026-08-31T15:04:24.917Z | Downloaded tls_codec_derive v0.4.2 |
| 1115 | 2026-08-31T15:04:24.917Z | Downloaded tough v0.22.0 |
| 1116 | 2026-08-31T15:04:24.920Z | Downloaded indexmap v1.9.3 |
| 1117 | 2026-08-31T15:04:24.920Z | Downloaded tinyvec v1.10.0 |
| 1118 | 2026-08-31T15:04:24.923Z | Downloaded diesel-dtrace v0.5.0 |
| 1119 | 2026-08-31T15:04:24.923Z | Downloaded ed25519 v3.0.0 |
| 1120 | 2026-08-31T15:04:24.923Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1121 | 2026-08-31T15:04:24.924Z | Downloaded ipnet v2.12.0 |
| 1122 | 2026-08-31T15:04:24.924Z | Downloaded miette-derive v7.6.0 |
| 1123 | 2026-08-31T15:04:24.927Z | Downloaded proc-macro-error2 v2.0.1 |
| 1124 | 2026-08-31T15:04:24.927Z | Downloaded darling_core v0.21.3 |
| 1125 | 2026-08-31T15:04:24.930Z | Downloaded tokio-util v0.7.18 |
| 1126 | 2026-08-31T15:04:24.933Z | Downloaded unsafe-libyaml v0.2.11 |
| 1127 | 2026-08-31T15:04:24.937Z | Downloaded unicode-segmentation v1.12.0 |
| 1128 | 2026-08-31T15:04:24.937Z | Downloaded derive-where v1.6.0 |
| 1129 | 2026-08-31T15:04:24.941Z | Downloaded predicates v3.1.4 |
| 1130 | 2026-08-31T15:04:24.941Z | Downloaded rustc-demangle v0.1.27 |
| 1131 | 2026-08-31T15:04:24.941Z | Downloaded rand_chacha v0.3.1 |
| 1132 | 2026-08-31T15:04:24.945Z | Downloaded crc8 v0.1.1 |
| 1133 | 2026-08-31T15:04:24.945Z | Downloaded sha1 v0.11.0 |
| 1134 | 2026-08-31T15:04:24.945Z | Downloaded progenitor-client v0.14.0 |
| 1135 | 2026-08-31T15:04:24.945Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1136 | 2026-08-31T15:04:24.950Z | Downloaded libefi-sys v0.1.0 |
| 1137 | 2026-08-31T15:04:24.950Z | Downloaded parking_lot v0.11.2 |
| 1138 | 2026-08-31T15:04:24.955Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1139 | 2026-08-31T15:04:24.955Z | Downloaded pkcs8 v0.11.0 |
| 1140 | 2026-08-31T15:04:24.955Z | Downloaded derive-ex v0.1.8 |
| 1141 | 2026-08-31T15:04:24.955Z | Downloaded data-encoding v2.10.0 |
| 1142 | 2026-08-31T15:04:24.971Z | Downloaded rustls-pki-types v1.14.0 |
| 1143 | 2026-08-31T15:04:24.971Z | Downloaded typify-macro v0.6.2 |
| 1144 | 2026-08-31T15:04:24.971Z | Downloaded digest-io v0.1.0 |
| 1145 | 2026-08-31T15:04:24.971Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1146 | 2026-08-31T15:04:24.972Z | Downloaded rpassword v7.5.4 |
| 1147 | 2026-08-31T15:04:24.972Z | Downloaded rustyline v14.0.0 |
| 1148 | 2026-08-31T15:04:24.982Z | Downloaded sha3 v0.12.0 |
| 1149 | 2026-08-31T15:04:24.982Z | Downloaded instability v0.3.11 |
| 1150 | 2026-08-31T15:04:24.982Z | Downloaded zerofrom-derive v0.1.6 |
| 1151 | 2026-08-31T15:04:24.982Z | Downloaded rayon-core v1.13.0 |
| 1152 | 2026-08-31T15:04:24.982Z | Downloaded uzers v0.12.2 |
| 1153 | 2026-08-31T15:04:24.982Z | Downloaded chrono v0.4.45 |
| 1154 | 2026-08-31T15:04:24.982Z | Downloaded zip v0.6.6 |
| 1155 | 2026-08-31T15:04:24.982Z | Downloaded darling_core v0.13.4 |
| 1156 | 2026-08-31T15:04:24.987Z | Downloaded want v0.3.1 |
| 1157 | 2026-08-31T15:04:24.987Z | Downloaded subprocess v0.2.15 |
| 1158 | 2026-08-31T15:04:24.987Z | Downloaded crossbeam-utils v0.8.21 |
| 1159 | 2026-08-31T15:04:24.987Z | Downloaded der v0.8.0 |
| 1160 | 2026-08-31T15:04:24.987Z | Downloaded ingot-macros v0.2.0 |
| 1161 | 2026-08-31T15:04:24.988Z | Downloaded vsss-rs v3.3.4 |
| 1162 | 2026-08-31T15:04:25.001Z | Downloaded zeroize v1.9.0 |
| 1163 | 2026-08-31T15:04:25.002Z | Downloaded knus-derive v3.4.0 |
| 1164 | 2026-08-31T15:04:25.002Z | Downloaded corncobs v0.1.4 |
| 1165 | 2026-08-31T15:04:25.002Z | Downloaded darling v0.13.4 |
| 1166 | 2026-08-31T15:04:25.002Z | Downloaded slog-bunyan v2.5.0 |
| 1167 | 2026-08-31T15:04:25.002Z | Downloaded termtree v0.5.1 |
| 1168 | 2026-08-31T15:04:25.006Z | Downloaded nanorand v0.7.0 |
| 1169 | 2026-08-31T15:04:25.006Z | Downloaded hkdf v0.12.4 |
| 1170 | 2026-08-31T15:04:25.006Z | Downloaded hkdf v0.13.0 |
| 1171 | 2026-08-31T15:04:25.006Z | Downloaded h2 v0.4.15 |
| 1172 | 2026-08-31T15:04:25.017Z | Downloaded proptest v1.11.0 |
| 1173 | 2026-08-31T15:04:25.028Z | Downloaded memmap2 v0.9.10 |
| 1174 | 2026-08-31T15:04:25.028Z | Downloaded phc v0.6.1 |
| 1175 | 2026-08-31T15:04:25.028Z | Downloaded time v0.3.47 |
| 1176 | 2026-08-31T15:04:25.036Z | Downloaded inout v0.1.4 |
| 1177 | 2026-08-31T15:04:25.036Z | Downloaded knus v3.4.0 |
| 1178 | 2026-08-31T15:04:25.036Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1179 | 2026-08-31T15:04:25.048Z | Downloaded thiserror-no-std v2.0.2 |
| 1180 | 2026-08-31T15:04:25.048Z | Downloaded itertools v0.12.1 |
| 1181 | 2026-08-31T15:04:25.056Z | Downloaded progenitor-client v0.13.0 |
| 1182 | 2026-08-31T15:04:25.056Z | Downloaded rustls-native-certs v0.8.3 |
| 1183 | 2026-08-31T15:04:25.057Z | Downloaded ssh-cipher v0.3.0 |
| 1184 | 2026-08-31T15:04:25.057Z | Downloaded thread_local v1.1.9 |
| 1185 | 2026-08-31T15:04:25.057Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1186 | 2026-08-31T15:04:25.057Z | Downloaded winnow v0.6.26 |
| 1187 | 2026-08-31T15:04:25.070Z | Downloaded ecdsa v0.16.9 |
| 1188 | 2026-08-31T15:04:25.070Z | Downloaded synstructure v0.13.2 |
| 1189 | 2026-08-31T15:04:25.070Z | Downloaded writeable v0.6.2 |
| 1190 | 2026-08-31T15:04:25.070Z | Downloaded winnow v1.0.3 |
| 1191 | 2026-08-31T15:04:25.077Z | Downloaded daft-derive v0.1.8 |
| 1192 | 2026-08-31T15:04:25.086Z | Downloaded rusty-fork v0.3.1 |
| 1193 | 2026-08-31T15:04:25.086Z | Downloaded sec1 v0.7.3 |
| 1194 | 2026-08-31T15:04:25.092Z | Downloaded poly1305 v0.8.0 |
| 1195 | 2026-08-31T15:04:25.095Z | Downloaded miette v7.6.0 |
| 1196 | 2026-08-31T15:04:25.095Z | Downloaded typed-path v0.9.3 |
| 1197 | 2026-08-31T15:04:25.099Z | Downloaded miniz_oxide v0.8.9 |
| 1198 | 2026-08-31T15:04:25.103Z | Downloaded iddqd v0.4.2 |
| 1199 | 2026-08-31T15:04:25.112Z | Downloaded itertools v0.15.0 |
| 1200 | 2026-08-31T15:04:25.117Z | Downloaded ml-kem v0.3.2 |
| 1201 | 2026-08-31T15:04:25.117Z | Downloaded slog v2.8.2 |
| 1202 | 2026-08-31T15:04:25.117Z | Downloaded sha2 v0.11.0 |
| 1203 | 2026-08-31T15:04:25.117Z | Downloaded zstd v0.13.3 |
| 1204 | 2026-08-31T15:04:25.117Z | Downloaded smoltcp v0.9.1 |
| 1205 | 2026-08-31T15:04:25.129Z | Downloaded yasna v0.5.2 |
| 1206 | 2026-08-31T15:04:25.133Z | Downloaded snafu v0.8.9 |
| 1207 | 2026-08-31T15:04:25.133Z | Downloaded linear-map v1.2.0 |
| 1208 | 2026-08-31T15:04:25.133Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1209 | 2026-08-31T15:04:25.133Z | Downloaded unicode_categories v0.1.1 |
| 1210 | 2026-08-31T15:04:25.134Z | Downloaded num-bigint v0.4.6 |
| 1211 | 2026-08-31T15:04:25.134Z | Downloaded crypto-primes v0.7.2 |
| 1212 | 2026-08-31T15:04:25.141Z | Downloaded hyper v1.10.1 |
| 1213 | 2026-08-31T15:04:25.144Z | Downloaded url v2.5.8 |
| 1214 | 2026-08-31T15:04:25.144Z | Downloaded derive_more v2.1.1 |
| 1215 | 2026-08-31T15:04:25.155Z | Downloaded idna v1.1.0 |
| 1216 | 2026-08-31T15:04:25.161Z | Downloaded icu_properties_data v2.1.2 |
| 1217 | 2026-08-31T15:04:25.161Z | Downloaded darling_core v0.20.11 |
| 1218 | 2026-08-31T15:04:25.161Z | Downloaded mio v1.2.0 |
| 1219 | 2026-08-31T15:04:25.171Z | Downloaded der v0.7.10 |
| 1220 | 2026-08-31T15:04:25.171Z | Downloaded poly1305 v0.9.0 |
| 1221 | 2026-08-31T15:04:25.171Z | Downloaded openssl-sys v0.9.117 |
| 1222 | 2026-08-31T15:04:25.179Z | Downloaded vte v0.14.1 |
| 1223 | 2026-08-31T15:04:25.183Z | Downloaded p384 v0.14.0 |
| 1224 | 2026-08-31T15:04:25.186Z | Downloaded nom v7.1.3 |
| 1225 | 2026-08-31T15:04:25.189Z | Downloaded crypto-bigint v0.5.5 |
| 1226 | 2026-08-31T15:04:25.207Z | Downloaded winnow v0.5.40 |
| 1227 | 2026-08-31T15:04:25.212Z | Downloaded ed25519-dalek v2.2.0 |
| 1228 | 2026-08-31T15:04:25.212Z | Downloaded rsa v0.9.10 |
| 1229 | 2026-08-31T15:04:25.216Z | Downloaded curve25519-dalek v4.1.3 |
| 1230 | 2026-08-31T15:04:25.228Z | Downloaded dropshot_endpoint v0.17.1 |
| 1231 | 2026-08-31T15:04:25.231Z | Downloaded litrs v1.0.0 |
| 1232 | 2026-08-31T15:04:25.231Z | Downloaded russh v0.62.4 |
| 1233 | 2026-08-31T15:04:25.231Z | Downloaded rand v0.9.2 |
| 1234 | 2026-08-31T15:04:25.231Z | Downloaded regex v1.12.3 |
| 1235 | 2026-08-31T15:04:25.245Z | Downloaded rayon v1.11.0 |
| 1236 | 2026-08-31T15:04:25.250Z | Downloaded quick-xml v0.37.5 |
| 1237 | 2026-08-31T15:04:25.250Z | Downloaded dropshot-api-manager v0.8.0 |
| 1238 | 2026-08-31T15:04:25.250Z | Downloaded reqwest v0.12.28 |
| 1239 | 2026-08-31T15:04:25.254Z | Downloaded p384 v0.13.1 |
| 1240 | 2026-08-31T15:04:25.261Z | Downloaded progenitor-impl v0.13.0 |
| 1241 | 2026-08-31T15:04:25.267Z | Downloaded ed25519-dalek v3.0.0 |
| 1242 | 2026-08-31T15:04:25.276Z | Downloaded jiff-core v0.1.0 |
| 1243 | 2026-08-31T15:04:25.288Z | Downloaded itertools v0.13.0 |
| 1244 | 2026-08-31T15:04:25.288Z | Downloaded tabled v0.21.0 |
| 1245 | 2026-08-31T15:04:25.295Z | Downloaded nix v0.27.1 |
| 1246 | 2026-08-31T15:04:25.301Z | Downloaded rawzip v0.4.4 |
| 1247 | 2026-08-31T15:04:25.301Z | Downloaded git2 v0.20.4 |
| 1248 | 2026-08-31T15:04:25.304Z | Downloaded bstr v1.12.1 |
| 1249 | 2026-08-31T15:04:25.308Z | Downloaded object v0.30.4 |
| 1250 | 2026-08-31T15:04:25.315Z | Downloaded lalrpop v0.19.12 |
| 1251 | 2026-08-31T15:04:25.319Z | Downloaded p521 v0.14.0 |
| 1252 | 2026-08-31T15:04:25.319Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-08-31T15:04:25.323Z | Downloaded nix v0.28.0 |
| 1254 | 2026-08-31T15:04:25.332Z | Downloaded salty v0.3.0 |
| 1255 | 2026-08-31T15:04:25.335Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1256 | 2026-08-31T15:04:25.339Z | Downloaded moka v0.12.13 |
| 1257 | 2026-08-31T15:04:25.402Z | Downloaded serde_with v3.21.0 |
| 1258 | 2026-08-31T15:04:25.429Z | Downloaded iri-string v0.7.10 |
| 1259 | 2026-08-31T15:04:25.429Z | Downloaded rustls v0.23.41 |
| 1260 | 2026-08-31T15:04:25.429Z | Downloaded crypto-bigint v0.7.5 |
| 1261 | 2026-08-31T15:04:25.429Z | Downloaded portable-atomic v1.13.1 |
| 1262 | 2026-08-31T15:04:25.429Z | Downloaded goblin v0.10.5 |
| 1263 | 2026-08-31T15:04:25.429Z | Downloaded gimli v0.32.3 |
| 1264 | 2026-08-31T15:04:25.429Z | Downloaded libxml v0.3.3 |
| 1265 | 2026-08-31T15:04:25.429Z | Downloaded tower v0.5.3 |
| 1266 | 2026-08-31T15:04:25.429Z | Downloaded curve25519-dalek v5.0.0 |
| 1267 | 2026-08-31T15:04:25.436Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1268 | 2026-08-31T15:04:25.436Z | Downloaded openssl v0.10.80 |
| 1269 | 2026-08-31T15:04:25.436Z | Downloaded nix v0.31.2 |
| 1270 | 2026-08-31T15:04:25.450Z | Downloaded nom v8.0.0 |
| 1271 | 2026-08-31T15:04:25.462Z | Downloaded regress v0.11.1 |
| 1272 | 2026-08-31T15:04:25.469Z | Downloaded polar-core v0.27.3 |
| 1273 | 2026-08-31T15:04:25.475Z | Downloaded reqwest v0.13.2 |
| 1274 | 2026-08-31T15:04:25.485Z | Downloaded itertools v0.14.0 |
| 1275 | 2026-08-31T15:04:25.489Z | Downloaded object v0.37.3 |
| 1276 | 2026-08-31T15:04:25.504Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-08-31T15:04:25.519Z | Downloaded smoltcp v0.11.0 |
| 1278 | 2026-08-31T15:04:25.526Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-08-31T15:04:25.526Z | Downloaded regex-syntax v0.6.29 |
| 1280 | 2026-08-31T15:04:25.526Z | Downloaded sha3 v0.11.0 |
| 1281 | 2026-08-31T15:04:25.543Z | Downloaded petname v2.0.2 |
| 1282 | 2026-08-31T15:04:25.554Z | Downloaded vcpkg v0.2.15 |
| 1283 | 2026-08-31T15:04:25.578Z | Downloaded regex-syntax v0.8.10 |
| 1284 | 2026-08-31T15:04:25.582Z | Downloaded quinn-proto v0.11.16 |
| 1285 | 2026-08-31T15:04:25.585Z | Downloaded regex-automata v0.4.14 |
| 1286 | 2026-08-31T15:04:25.593Z | Downloaded typify-impl v0.6.2 |
| 1287 | 2026-08-31T15:04:25.615Z | Downloaded radix_trie v0.2.1 |
| 1288 | 2026-08-31T15:04:25.619Z | Downloaded zerocopy v0.8.55 |
| 1289 | 2026-08-31T15:04:25.632Z | Downloaded hickory-proto v0.24.4 |
| 1290 | 2026-08-31T15:04:25.641Z | Downloaded regress v0.10.5 |
| 1291 | 2026-08-31T15:04:25.648Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-08-31T15:04:25.660Z | Downloaded chrono-tz v0.10.4 |
| 1293 | 2026-08-31T15:04:25.673Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-08-31T15:04:25.690Z | Downloaded dropshot v0.17.1 |
| 1295 | 2026-08-31T15:04:25.708Z | Downloaded petgraph v0.8.3 |
| 1296 | 2026-08-31T15:04:25.719Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1297 | 2026-08-31T15:04:25.729Z | Downloaded sled v0.34.7 |
| 1298 | 2026-08-31T15:04:25.735Z | Downloaded openapiv3 v2.2.0 |
| 1299 | 2026-08-31T15:04:25.751Z | Downloaded tokio v1.52.1 |
| 1300 | 2026-08-31T15:04:25.763Z | Downloaded sha3 v0.10.8 |
| 1301 | 2026-08-31T15:04:25.766Z | Downloaded csv v1.4.0 |
| 1302 | 2026-08-31T15:04:25.779Z | Downloaded diesel v2.3.7 |
| 1303 | 2026-08-31T15:04:25.788Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-08-31T15:04:25.802Z | Downloaded sqlparser v0.61.0 |
| 1305 | 2026-08-31T15:04:25.805Z | Downloaded ratatui v0.29.0 |
| 1306 | 2026-08-31T15:04:25.816Z | Downloaded zerocopy-derive v0.6.6 |
| 1307 | 2026-08-31T15:04:25.819Z | Downloaded petgraph v0.6.5 |
| 1308 | 2026-08-31T15:04:25.830Z | Downloaded jiff v0.2.34 |
| 1309 | 2026-08-31T15:04:25.844Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-08-31T15:04:25.939Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-08-31T15:04:25.952Z | Downloaded ring v0.17.14 |
| 1312 | 2026-08-31T15:04:26.274Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-08-31T15:04:26.584Z | Compiling serde_core v1.0.229 |
| 1314 | 2026-08-31T15:04:26.584Z | Compiling libc v0.2.185 |
| 1315 | 2026-08-31T15:04:26.585Z | Compiling serde v1.0.229 |
| 1316 | 2026-08-31T15:04:26.611Z | Compiling log v0.4.33 |
| 1317 | 2026-08-31T15:04:26.611Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-08-31T15:04:26.611Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-08-31T15:04:26.611Z | Compiling shlex v1.3.0 |
| 1320 | 2026-08-31T15:04:26.708Z | Compiling subtle v2.6.1 |
| 1321 | 2026-08-31T15:04:26.780Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-08-31T15:04:26.804Z | Compiling typenum v1.20.1 |
| 1323 | 2026-08-31T15:04:26.804Z | Compiling stable_deref_trait v1.2.1 |
| 1324 | 2026-08-31T15:04:26.804Z | Compiling zerocopy v0.8.55 |
| 1325 | 2026-08-31T15:04:26.804Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-08-31T15:04:26.804Z | Compiling serde_json v1.0.151 |
| 1327 | 2026-08-31T15:04:26.841Z | Compiling syn v2.0.117 |
| 1328 | 2026-08-31T15:04:26.841Z | Compiling syn v3.0.3 |
| 1329 | 2026-08-31T15:04:26.918Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-08-31T15:04:26.918Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-08-31T15:04:27.035Z | Compiling libm v0.2.16 |
| 1332 | 2026-08-31T15:04:27.035Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-08-31T15:04:27.035Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-08-31T15:04:27.035Z | Compiling generic-array v0.14.7 |
| 1335 | 2026-08-31T15:04:27.049Z | Compiling getrandom v0.4.3 |
| 1336 | 2026-08-31T15:04:27.049Z | Compiling const-oid v0.9.6 |
| 1337 | 2026-08-31T15:04:27.071Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-08-31T15:04:27.104Z | Compiling parking_lot_core v0.9.12 |
| 1339 | 2026-08-31T15:04:27.189Z | Compiling rand_core v0.10.0 |
| 1340 | 2026-08-31T15:04:27.218Z | Compiling litemap v0.8.1 |
| 1341 | 2026-08-31T15:04:27.339Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-08-31T15:04:27.434Z | Compiling writeable v0.6.2 |
| 1343 | 2026-08-31T15:04:27.434Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-08-31T15:04:27.434Z | Compiling icu_properties_data v2.1.2 |
| 1345 | 2026-08-31T15:04:27.484Z | Compiling icu_normalizer_data v2.1.1 |
| 1346 | 2026-08-31T15:04:27.484Z | Compiling getrandom v0.3.4 |
| 1347 | 2026-08-31T15:04:27.484Z | Compiling rustix v1.1.4 |
| 1348 | 2026-08-31T15:04:27.484Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-08-31T15:04:27.502Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-08-31T15:04:27.528Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-08-31T15:04:27.528Z | Compiling slab v0.4.12 |
| 1352 | 2026-08-31T15:04:27.662Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-08-31T15:04:27.686Z | Compiling utf8_iter v1.0.4 |
| 1354 | 2026-08-31T15:04:27.686Z | Compiling errno v0.3.14 |
| 1355 | 2026-08-31T15:04:27.721Z | Compiling jobserver v0.1.34 |
| 1356 | 2026-08-31T15:04:27.739Z | Compiling getrandom v0.2.17 |
| 1357 | 2026-08-31T15:04:27.786Z | Compiling signal-hook-registry v1.4.8 |
| 1358 | 2026-08-31T15:04:27.911Z | Compiling once_cell v1.21.3 |
| 1359 | 2026-08-31T15:04:27.922Z | Compiling mio v1.2.0 |
| 1360 | 2026-08-31T15:04:27.922Z | Compiling socket2 v0.6.3 |
| 1361 | 2026-08-31T15:04:27.922Z | Compiling rand_core v0.6.4 |
| 1362 | 2026-08-31T15:04:27.923Z | Compiling form_urlencoded v1.2.2 |
| 1363 | 2026-08-31T15:04:28.171Z | Compiling cc v1.2.56 |
| 1364 | 2026-08-31T15:04:28.288Z | Compiling parking_lot v0.12.5 |
| 1365 | 2026-08-31T15:04:28.288Z | Compiling rustversion v1.0.22 |
| 1366 | 2026-08-31T15:04:28.288Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-08-31T15:04:28.288Z | Compiling base64ct v1.8.3 |
| 1368 | 2026-08-31T15:04:28.288Z | Compiling dunce v1.0.5 |
| 1369 | 2026-08-31T15:04:28.288Z | Compiling flagset v0.4.7 |
| 1370 | 2026-08-31T15:04:28.288Z | Compiling regex-syntax v0.8.10 |
| 1371 | 2026-08-31T15:04:28.322Z | Compiling ident_case v1.0.1 |
| 1372 | 2026-08-31T15:04:28.323Z | Compiling fs_extra v1.3.0 |
| 1373 | 2026-08-31T15:04:28.323Z | Compiling base64 v0.22.1 |
| 1374 | 2026-08-31T15:04:28.323Z | Compiling rand_core v0.9.5 |
| 1375 | 2026-08-31T15:04:28.323Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-08-31T15:04:28.383Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-08-31T15:04:28.434Z | Compiling syn v1.0.109 |
| 1378 | 2026-08-31T15:04:28.434Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-08-31T15:04:28.434Z | Compiling simd-adler32 v0.3.8 |
| 1380 | 2026-08-31T15:04:28.457Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-08-31T15:04:28.658Z | Compiling dyn-clone v1.0.20 |
| 1382 | 2026-08-31T15:04:28.735Z | Compiling aws-lc-rs v1.16.3 |
| 1383 | 2026-08-31T15:04:28.735Z | Compiling schemars v0.8.22 |
| 1384 | 2026-08-31T15:04:28.735Z | Compiling spin v0.9.8 |
| 1385 | 2026-08-31T15:04:28.765Z | Compiling cmov v0.5.4 |
| 1386 | 2026-08-31T15:04:28.768Z | Compiling tinyvec_macros v0.1.1 |
| 1387 | 2026-08-31T15:04:28.768Z | Compiling httparse v1.10.1 |
| 1388 | 2026-08-31T15:04:28.768Z | Compiling cmake v0.1.57 |
| 1389 | 2026-08-31T15:04:28.780Z | Compiling crc32fast v1.5.0 |
| 1390 | 2026-08-31T15:04:28.811Z | Compiling bitflags v2.11.0 |
| 1391 | 2026-08-31T15:04:28.880Z | Compiling semver v1.0.28 |
| 1392 | 2026-08-31T15:04:28.914Z | Compiling indexmap v2.14.0 |
| 1393 | 2026-08-31T15:04:28.942Z | Compiling uuid v1.23.4 |
| 1394 | 2026-08-31T15:04:29.049Z | Compiling openssl-probe v0.2.1 |
| 1395 | 2026-08-31T15:04:29.091Z | Compiling adler2 v2.0.1 |
| 1396 | 2026-08-31T15:04:29.113Z | Compiling ctutils v0.4.2 |
| 1397 | 2026-08-31T15:04:29.143Z | Compiling rustc_version v0.4.1 |
| 1398 | 2026-08-31T15:04:29.205Z | Compiling miniz_oxide v0.8.9 |
| 1399 | 2026-08-31T15:04:29.222Z | Compiling tinyvec v1.10.0 |
| 1400 | 2026-08-31T15:04:29.222Z | Compiling aho-corasick v1.1.4 |
| 1401 | 2026-08-31T15:04:29.222Z | Compiling tower-service v0.3.3 |
| 1402 | 2026-08-31T15:04:29.257Z | Compiling tower-layer v0.3.3 |
| 1403 | 2026-08-31T15:04:29.346Z | Compiling try-lock v0.2.5 |
| 1404 | 2026-08-31T15:04:29.407Z | Compiling radium v0.7.0 |
| 1405 | 2026-08-31T15:04:29.469Z | Compiling untrusted v0.7.1 |
| 1406 | 2026-08-31T15:04:29.469Z | Compiling atomic-waker v1.1.2 |
| 1407 | 2026-08-31T15:04:29.502Z | Compiling want v0.3.1 |
| 1408 | 2026-08-31T15:04:29.570Z | Compiling httpdate v1.0.3 |
| 1409 | 2026-08-31T15:04:29.585Z | Compiling openssl v0.10.80 |
| 1410 | 2026-08-31T15:04:29.593Z | Compiling aws-lc-sys v0.40.0 |
| 1411 | 2026-08-31T15:04:29.614Z | Compiling openssl-sys v0.9.117 |
| 1412 | 2026-08-31T15:04:29.633Z | Compiling rustls v0.23.41 |
| 1413 | 2026-08-31T15:04:29.667Z | Compiling synstructure v0.13.2 |
| 1414 | 2026-08-31T15:04:29.752Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-08-31T15:04:29.805Z | Compiling pest_generator v2.8.6 |
| 1416 | 2026-08-31T15:04:29.819Z | Compiling darling_core v0.20.11 |
| 1417 | 2026-08-31T15:04:29.837Z | Compiling maybe-uninit v2.0.0 |
| 1418 | 2026-08-31T15:04:29.837Z | Compiling tap v1.0.1 |
| 1419 | 2026-08-31T15:04:29.866Z | Compiling untrusted v0.9.0 |
| 1420 | 2026-08-31T15:04:29.959Z | Compiling terminal_size v0.4.3 |
| 1421 | 2026-08-31T15:04:29.976Z | Compiling tempfile v3.27.0 |
| 1422 | 2026-08-31T15:04:30.005Z | Compiling foreign-types-shared v0.1.1 |
| 1423 | 2026-08-31T15:04:30.103Z | Compiling regex-automata v0.4.14 |
| 1424 | 2026-08-31T15:04:30.119Z | Compiling foreign-types v0.3.2 |
| 1425 | 2026-08-31T15:04:30.158Z | Compiling wyz v0.5.1 |
| 1426 | 2026-08-31T15:04:30.208Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1427 | 2026-08-31T15:04:30.269Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1428 | 2026-08-31T15:04:30.363Z | Compiling unicode-normalization v0.1.25 |
| 1429 | 2026-08-31T15:04:30.379Z | Compiling num-integer v0.1.46 |
| 1430 | 2026-08-31T15:04:30.412Z | Compiling wait-timeout v0.2.1 |
| 1431 | 2026-08-31T15:04:30.420Z | Compiling serde_derive v1.0.229 |
| 1432 | 2026-08-31T15:04:30.520Z | Compiling ahash v0.8.12 |
| 1433 | 2026-08-31T15:04:30.523Z | Compiling native-tls v0.2.18 |
| 1434 | 2026-08-31T15:04:30.552Z | Compiling num-conv v0.2.0 |
| 1435 | 2026-08-31T15:04:30.697Z | Compiling funty v2.0.0 |
| 1436 | 2026-08-31T15:04:30.728Z | Compiling packed_struct v0.10.1 |
| 1437 | 2026-08-31T15:04:30.742Z | Compiling time-core v0.1.8 |
| 1438 | 2026-08-31T15:04:30.747Z | Compiling bit-vec v0.8.0 |
| 1439 | 2026-08-31T15:04:30.775Z | Compiling quick-error v1.2.3 |
| 1440 | 2026-08-31T15:04:30.813Z | Compiling num-bigint-dig v0.8.6 |
| 1441 | 2026-08-31T15:04:30.825Z | Compiling powerfmt v0.2.0 |
| 1442 | 2026-08-31T15:04:30.898Z | Compiling rusty-fork v0.3.1 |
| 1443 | 2026-08-31T15:04:30.934Z | Compiling time-macros v0.2.27 |
| 1444 | 2026-08-31T15:04:30.953Z | Compiling bit-set v0.8.0 |
| 1445 | 2026-08-31T15:04:30.990Z | Compiling deranged v0.5.8 |
| 1446 | 2026-08-31T15:04:31.065Z | Compiling clap_builder v4.6.0 |
| 1447 | 2026-08-31T15:04:31.075Z | Compiling bitvec v1.0.1 |
| 1448 | 2026-08-31T15:04:31.086Z | Compiling num-iter v0.1.45 |
| 1449 | 2026-08-31T15:04:31.214Z | Compiling lazy_static v1.5.0 |
| 1450 | 2026-08-31T15:04:31.228Z | Compiling rand_xorshift v0.4.0 |
| 1451 | 2026-08-31T15:04:31.245Z | Compiling sync_wrapper v1.0.2 |
| 1452 | 2026-08-31T15:04:31.321Z | Compiling indexmap v1.9.3 |
| 1453 | 2026-08-31T15:04:31.346Z | Compiling usdt-impl v0.6.0 |
| 1454 | 2026-08-31T15:04:31.372Z | Compiling crossbeam-utils v0.8.21 |
| 1455 | 2026-08-31T15:04:31.430Z | Compiling siphasher v1.0.2 |
| 1456 | 2026-08-31T15:04:31.488Z | Compiling zeroize_derive v1.5.0 |
| 1457 | 2026-08-31T15:04:31.542Z | Compiling zerocopy-derive v0.8.55 |
| 1458 | 2026-08-31T15:04:31.560Z | Compiling zerofrom-derive v0.1.6 |
| 1459 | 2026-08-31T15:04:31.643Z | Compiling yoke-derive v0.8.1 |
| 1460 | 2026-08-31T15:04:31.686Z | Compiling zerovec-derive v0.11.2 |
| 1461 | 2026-08-31T15:04:32.025Z | Compiling displaydoc v0.2.5 |
| 1462 | 2026-08-31T15:04:32.067Z | Compiling tokio-macros v2.7.0 |
| 1463 | 2026-08-31T15:04:32.081Z | Compiling futures-macro v0.3.32 |
| 1464 | 2026-08-31T15:04:32.154Z | Compiling der_derive v0.7.3 |
| 1465 | 2026-08-31T15:04:32.241Z | Compiling thiserror-impl v2.0.18 |
| 1466 | 2026-08-31T15:04:32.582Z | Compiling tracing-attributes v0.1.31 |
| 1467 | 2026-08-31T15:04:32.845Z | Compiling schemars_derive v0.8.22 |
| 1468 | 2026-08-31T15:04:32.871Z | Compiling pest_derive v2.8.6 |
| 1469 | 2026-08-31T15:04:32.886Z | Compiling scroll_derive v0.13.1 |
| 1470 | 2026-08-31T15:04:32.901Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-08-31T15:04:32.939Z | Compiling futures-util v0.3.32 |
| 1472 | 2026-08-31T15:04:33.003Z | Compiling zerofrom v0.1.6 |
| 1473 | 2026-08-31T15:04:33.070Z | Compiling thiserror-impl v1.0.69 |
| 1474 | 2026-08-31T15:04:33.148Z | Compiling yoke v0.8.1 |
| 1475 | 2026-08-31T15:04:33.215Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-08-31T15:04:33.366Z | Compiling zerovec v0.11.5 |
| 1477 | 2026-08-31T15:04:33.370Z | Compiling zerotrie v0.2.3 |
| 1478 | 2026-08-31T15:04:33.457Z | Compiling darling v0.20.11 |
| 1479 | 2026-08-31T15:04:33.545Z | Compiling packed_struct_codegen v0.10.1 |
| 1480 | 2026-08-31T15:04:33.695Z | Compiling thiserror v2.0.18 |
| 1481 | 2026-08-31T15:04:33.710Z | Compiling zerocopy-derive v0.6.6 |
| 1482 | 2026-08-31T15:04:33.754Z | Compiling scroll v0.13.0 |
| 1483 | 2026-08-31T15:04:33.817Z | Compiling clap_derive v4.6.1 |
| 1484 | 2026-08-31T15:04:33.900Z | Compiling tinystr v0.8.2 |
| 1485 | 2026-08-31T15:04:34.017Z | Compiling zeroize v1.9.0 |
| 1486 | 2026-08-31T15:04:34.033Z | Compiling bytes v1.11.1 |
| 1487 | 2026-08-31T15:04:34.040Z | Compiling potential_utf v0.1.4 |
| 1488 | 2026-08-31T15:04:34.129Z | Compiling icu_locale_core v2.1.1 |
| 1489 | 2026-08-31T15:04:34.181Z | Compiling icu_collections v2.1.1 |
| 1490 | 2026-08-31T15:04:34.217Z | Compiling chrono v0.4.45 |
| 1491 | 2026-08-31T15:04:34.232Z | Compiling der v0.7.10 |
| 1492 | 2026-08-31T15:04:34.401Z | Compiling rustls-pki-types v1.14.0 |
| 1493 | 2026-08-31T15:04:34.425Z | Compiling tracing v0.1.44 |
| 1494 | 2026-08-31T15:04:34.579Z | Compiling tokio v1.52.1 |
| 1495 | 2026-08-31T15:04:34.657Z | Compiling http v1.4.2 |
| 1496 | 2026-08-31T15:04:34.678Z | Compiling hybrid-array v0.4.13 |
| 1497 | 2026-08-31T15:04:34.681Z | Compiling ipnet v2.12.0 |
| 1498 | 2026-08-31T15:04:34.713Z | Compiling block-buffer v0.10.4 |
| 1499 | 2026-08-31T15:04:34.750Z | Compiling crypto-common v0.1.7 |
| 1500 | 2026-08-31T15:04:34.880Z | Compiling icu_provider v2.1.1 |
| 1501 | 2026-08-31T15:04:34.908Z | Compiling digest v0.10.7 |
| 1502 | 2026-08-31T15:04:34.922Z | Compiling hex v0.4.3 |
| 1503 | 2026-08-31T15:04:35.033Z | Compiling thiserror v1.0.69 |
| 1504 | 2026-08-31T15:04:35.148Z | Compiling icu_properties v2.1.2 |
| 1505 | 2026-08-31T15:04:35.189Z | Compiling icu_normalizer v2.1.1 |
| 1506 | 2026-08-31T15:04:35.201Z | Compiling spki v0.7.3 |
| 1507 | 2026-08-31T15:04:35.205Z | Compiling sha2 v0.10.9 |
| 1508 | 2026-08-31T15:04:35.208Z | Compiling signature v2.2.0 |
| 1509 | 2026-08-31T15:04:35.305Z | Compiling http-body v1.0.1 |
| 1510 | 2026-08-31T15:04:35.448Z | Compiling pkcs8 v0.10.2 |
| 1511 | 2026-08-31T15:04:35.457Z | Compiling hmac v0.12.1 |
| 1512 | 2026-08-31T15:04:35.468Z | Compiling goblin v0.10.5 |
| 1513 | 2026-08-31T15:04:35.482Z | Compiling serde_spanned v0.6.9 |
| 1514 | 2026-08-31T15:04:35.498Z | Compiling toml_datetime v0.6.11 |
| 1515 | 2026-08-31T15:04:35.583Z | Compiling bitfield-macros v0.19.4 |
| 1516 | 2026-08-31T15:04:35.615Z | Compiling num_threads v0.1.7 |
| 1517 | 2026-08-31T15:04:35.683Z | Compiling nodrop v0.1.14 |
| 1518 | 2026-08-31T15:04:35.699Z | Compiling object v0.37.3 |
| 1519 | 2026-08-31T15:04:35.715Z | Compiling paste v1.0.15 |
| 1520 | 2026-08-31T15:04:35.774Z | Compiling unarray v0.1.4 |
| 1521 | 2026-08-31T15:04:35.780Z | Compiling unicode-segmentation v1.12.0 |
| 1522 | 2026-08-31T15:04:35.799Z | Compiling crc-catalog v2.4.0 |
| 1523 | 2026-08-31T15:04:35.803Z | Compiling zlib-rs v0.6.2 |
| 1524 | 2026-08-31T15:04:35.803Z | Compiling array-init v0.0.4 |
| 1525 | 2026-08-31T15:04:35.903Z | Compiling crc v3.4.0 |
| 1526 | 2026-08-31T15:04:35.926Z | Compiling time v0.3.47 |
| 1527 | 2026-08-31T15:04:36.057Z | Compiling clap v4.6.1 |
| 1528 | 2026-08-31T15:04:36.109Z | Compiling ppv-lite86 v0.2.21 |
| 1529 | 2026-08-31T15:04:36.149Z | Compiling idna_adapter v1.2.1 |
| 1530 | 2026-08-31T15:04:36.191Z | Compiling pkcs1 v0.7.5 |
| 1531 | 2026-08-31T15:04:36.299Z | Compiling idna v1.1.0 |
| 1532 | 2026-08-31T15:04:36.316Z | Compiling http-body-util v0.1.3 |
| 1533 | 2026-08-31T15:04:36.370Z | Compiling bitfield v0.19.4 |
| 1534 | 2026-08-31T15:04:36.386Z | Compiling zerocopy v0.6.6 |
| 1535 | 2026-08-31T15:04:36.414Z | Compiling rand_chacha v0.9.0 |
| 1536 | 2026-08-31T15:04:36.449Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-08-31T15:04:36.572Z | Compiling dtrace-parser v0.3.0 |
| 1538 | 2026-08-31T15:04:36.608Z | Compiling url v2.5.8 |
| 1539 | 2026-08-31T15:04:36.633Z | Compiling rand v0.9.2 |
| 1540 | 2026-08-31T15:04:36.680Z | Compiling rand v0.8.6 |
| 1541 | 2026-08-31T15:04:36.736Z | Compiling derive_builder_core v0.20.2 |
| 1542 | 2026-08-31T15:04:36.938Z | Compiling structmeta-derive v0.3.0 |
| 1543 | 2026-08-31T15:04:36.983Z | Compiling scroll_derive v0.12.1 |
| 1544 | 2026-08-31T15:04:37.259Z | Compiling proptest v1.11.0 |
| 1545 | 2026-08-31T15:04:37.419Z | Compiling smallvec v0.6.14 |
| 1546 | 2026-08-31T15:04:37.444Z | Compiling darling_core v0.23.0 |
| 1547 | 2026-08-31T15:04:37.537Z | Compiling heapless v0.7.17 |
| 1548 | 2026-08-31T15:04:37.553Z | Compiling slog v2.8.2 |
| 1549 | 2026-08-31T15:04:37.657Z | Compiling thread-id v5.1.0 |
| 1550 | 2026-08-31T15:04:37.722Z | Compiling env_filter v2.0.0 |
| 1551 | 2026-08-31T15:04:37.743Z | Compiling cookie v0.18.1 |
| 1552 | 2026-08-31T15:04:37.743Z | Compiling allocator-api2 v0.2.21 |
| 1553 | 2026-08-31T15:04:37.743Z | Compiling base64 v0.21.7 |
| 1554 | 2026-08-31T15:04:37.768Z | Compiling unicode-bidi v0.3.18 |
| 1555 | 2026-08-31T15:04:37.797Z | Compiling winnow v0.5.40 |
| 1556 | 2026-08-31T15:04:37.888Z | Compiling zstd-safe v7.2.4 |
| 1557 | 2026-08-31T15:04:38.003Z | Compiling ipnetwork v0.21.1 |
| 1558 | 2026-08-31T15:04:38.162Z | Compiling unicode-properties v0.1.4 |
| 1559 | 2026-08-31T15:04:38.183Z | Compiling iri-string v0.7.10 |
| 1560 | 2026-08-31T15:04:38.183Z | Compiling signal-hook v0.3.18 |
| 1561 | 2026-08-31T15:04:38.183Z | Compiling anyhow v1.0.104 |
| 1562 | 2026-08-31T15:04:38.264Z | Compiling dof v0.4.0 |
| 1563 | 2026-08-31T15:04:38.293Z | Compiling gimli v0.32.3 |
| 1564 | 2026-08-31T15:04:38.312Z | Compiling ryu v1.0.23 |
| 1565 | 2026-08-31T15:04:38.365Z | Compiling hashbrown v0.12.3 |
| 1566 | 2026-08-31T15:04:38.397Z | Compiling rsa v0.9.10 |
| 1567 | 2026-08-31T15:04:38.508Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-08-31T15:04:38.593Z | Compiling tower v0.5.3 |
| 1569 | 2026-08-31T15:04:38.727Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-08-31T15:04:38.929Z | Compiling flate2 v1.1.9 |
| 1571 | 2026-08-31T15:04:39.210Z | Compiling toml_edit v0.19.15 |
| 1572 | 2026-08-31T15:04:39.353Z | Compiling h2 v0.4.15 |
| 1573 | 2026-08-31T15:04:39.388Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-08-31T15:04:39.388Z | Compiling serde_urlencoded v0.7.1 |
| 1575 | 2026-08-31T15:04:39.574Z | Compiling stringprep v0.1.5 |
| 1576 | 2026-08-31T15:04:39.615Z | Compiling oxnet v0.1.6 |
| 1577 | 2026-08-31T15:04:39.627Z | Compiling structmeta v0.3.0 |
| 1578 | 2026-08-31T15:04:39.627Z | Compiling ron v0.8.1 |
| 1579 | 2026-08-31T15:04:39.688Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-08-31T15:04:39.703Z | Compiling env_logger v0.11.11 |
| 1581 | 2026-08-31T15:04:39.879Z | Compiling scroll v0.12.0 |
| 1582 | 2026-08-31T15:04:39.896Z | Compiling derive_builder_macro v0.20.2 |
| 1583 | 2026-08-31T15:04:39.974Z | Compiling darling_macro v0.23.0 |
| 1584 | 2026-08-31T15:04:40.030Z | Compiling addr2line v0.25.1 |
| 1585 | 2026-08-31T15:04:40.049Z | Compiling serde-hex v0.1.0 |
| 1586 | 2026-08-31T15:04:40.052Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1587 | 2026-08-31T15:04:40.153Z | Compiling bzip2 v0.4.4 |
| 1588 | 2026-08-31T15:04:40.256Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1589 | 2026-08-31T15:04:40.379Z | Compiling hashbrown v0.13.2 |
| 1590 | 2026-08-31T15:04:40.393Z | Compiling camino v1.2.5 |
| 1591 | 2026-08-31T15:04:40.500Z | Compiling crypto-common v0.2.2 |
| 1592 | 2026-08-31T15:04:40.518Z | Compiling block-buffer v0.12.1 |
| 1593 | 2026-08-31T15:04:40.580Z | Compiling block-padding v0.4.2 |
| 1594 | 2026-08-31T15:04:40.594Z | Compiling x509-cert v0.2.5 |
| 1595 | 2026-08-31T15:04:40.782Z | Compiling md-5 v0.10.6 |
| 1596 | 2026-08-31T15:04:40.791Z | Compiling rustls-native-certs v0.8.3 |
| 1597 | 2026-08-31T15:04:40.836Z | Compiling erased-serde v0.3.31 |
| 1598 | 2026-08-31T15:04:40.944Z | Compiling serde_tokenstream v0.2.3 |
| 1599 | 2026-08-31T15:04:40.997Z | Compiling bstr v1.12.1 |
| 1600 | 2026-08-31T15:04:41.056Z | Compiling pin-project-internal v1.1.11 |
| 1601 | 2026-08-31T15:04:41.173Z | Compiling zerocopy-derive v0.7.35 |
| 1602 | 2026-08-31T15:04:41.312Z | Compiling async-trait v0.1.89 |
| 1603 | 2026-08-31T15:04:41.352Z | Compiling daft-derive v0.1.8 |
| 1604 | 2026-08-31T15:04:41.524Z | Compiling curve25519-dalek v4.1.3 |
| 1605 | 2026-08-31T15:04:41.641Z | Compiling vergen-lib v9.1.0 |
| 1606 | 2026-08-31T15:04:41.843Z | Compiling hash32 v0.2.1 |
| 1607 | 2026-08-31T15:04:41.866Z | Compiling memoffset v0.9.1 |
| 1608 | 2026-08-31T15:04:41.954Z | Compiling encoding_rs v0.8.35 |
| 1609 | 2026-08-31T15:04:41.954Z | Compiling crc-any v2.5.0 |
| 1610 | 2026-08-31T15:04:42.068Z | Compiling fallible-iterator v0.2.0 |
| 1611 | 2026-08-31T15:04:42.140Z | Compiling cfg_aliases v0.2.1 |
| 1612 | 2026-08-31T15:04:42.140Z | Compiling psl-types v2.0.11 |
| 1613 | 2026-08-31T15:04:42.207Z | Compiling rustc-demangle v0.1.27 |
| 1614 | 2026-08-31T15:04:42.207Z | Compiling owo-colors v4.3.0 |
| 1615 | 2026-08-31T15:04:42.207Z | Compiling litrs v1.0.0 |
| 1616 | 2026-08-31T15:04:42.207Z | Compiling ref-cast v1.0.25 |
| 1617 | 2026-08-31T15:04:42.232Z | Compiling mime v0.3.17 |
| 1618 | 2026-08-31T15:04:42.257Z | Compiling rustix v0.38.44 |
| 1619 | 2026-08-31T15:04:42.327Z | Compiling smoltcp v0.9.1 |
| 1620 | 2026-08-31T15:04:42.342Z | Compiling postgres-protocol v0.6.10 |
| 1621 | 2026-08-31T15:04:42.357Z | Compiling publicsuffix v2.3.0 |
| 1622 | 2026-08-31T15:04:42.483Z | Compiling hyper v1.10.1 |
| 1623 | 2026-08-31T15:04:42.522Z | Compiling pin-project v1.1.11 |
| 1624 | 2026-08-31T15:04:42.544Z | Compiling nix v0.31.2 |
| 1625 | 2026-08-31T15:04:42.558Z | Compiling daft v0.1.8 |
| 1626 | 2026-08-31T15:04:42.659Z | Compiling zerocopy v0.7.35 |
| 1627 | 2026-08-31T15:04:42.730Z | Compiling document-features v0.2.12 |
| 1628 | 2026-08-31T15:04:42.824Z | Compiling object v0.30.4 |
| 1629 | 2026-08-31T15:04:42.872Z | Compiling inout v0.2.2 |
| 1630 | 2026-08-31T15:04:42.887Z | Compiling darling v0.23.0 |
| 1631 | 2026-08-31T15:04:42.915Z | Compiling toml v0.7.8 |
| 1632 | 2026-08-31T15:04:42.934Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1633 | 2026-08-31T15:04:42.991Z | Compiling derive_builder v0.20.2 |
| 1634 | 2026-08-31T15:04:43.060Z | Compiling backtrace v0.3.76 |
| 1635 | 2026-08-31T15:04:43.121Z | Compiling zip v0.6.6 |
| 1636 | 2026-08-31T15:04:43.185Z | Compiling goblin v0.8.2 |
| 1637 | 2026-08-31T15:04:43.219Z | Compiling derive-ex v0.1.8 |
| 1638 | 2026-08-31T15:04:43.434Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1639 | 2026-08-31T15:04:43.473Z | Compiling convert_case v0.10.0 |
| 1640 | 2026-08-31T15:04:43.531Z | Compiling futures-executor v0.3.32 |
| 1641 | 2026-08-31T15:04:43.572Z | Compiling hubpack_derive v0.1.1 |
| 1642 | 2026-08-31T15:04:43.604Z | Compiling regex v1.12.3 |
| 1643 | 2026-08-31T15:04:43.731Z | Compiling hyper-util v0.1.20 |
| 1644 | 2026-08-31T15:04:43.749Z | Compiling phf_shared v0.13.1 |
| 1645 | 2026-08-31T15:04:43.770Z | Compiling strum_macros v0.27.2 |
| 1646 | 2026-08-31T15:04:43.797Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1647 | 2026-08-31T15:04:43.810Z | Compiling ref-cast-impl v1.0.25 |
| 1648 | 2026-08-31T15:04:44.010Z | Compiling snafu-derive v0.8.9 |
| 1649 | 2026-08-31T15:04:44.020Z | Compiling vergen v9.1.0 |
| 1650 | 2026-08-31T15:04:44.032Z | Compiling cargo-platform v0.3.2 |
| 1651 | 2026-08-31T15:04:44.166Z | Compiling ff v0.13.1 |
| 1652 | 2026-08-31T15:04:44.245Z | Compiling fs-err v3.3.0 |
| 1653 | 2026-08-31T15:04:44.264Z | Compiling path-slash v0.1.5 |
| 1654 | 2026-08-31T15:04:44.300Z | Compiling libbz2-rs-sys v0.2.2 |
| 1655 | 2026-08-31T15:04:44.397Z | Compiling either v1.15.0 |
| 1656 | 2026-08-31T15:04:44.437Z | Compiling is_ci v1.2.0 |
| 1657 | 2026-08-31T15:04:44.437Z | Compiling bitflags v1.3.2 |
| 1658 | 2026-08-31T15:04:44.459Z | Compiling jiff-core v0.1.0 |
| 1659 | 2026-08-31T15:04:44.518Z | Compiling foldhash v0.1.5 |
| 1660 | 2026-08-31T15:04:44.545Z | Compiling foldhash v0.2.0 |
| 1661 | 2026-08-31T15:04:44.557Z | Compiling base16ct v0.2.0 |
| 1662 | 2026-08-31T15:04:44.580Z | Compiling managed v0.8.0 |
| 1663 | 2026-08-31T15:04:44.730Z | Compiling bumpalo v3.20.2 |
| 1664 | 2026-08-31T15:04:44.785Z | Compiling same-file v1.0.6 |
| 1665 | 2026-08-31T15:04:44.800Z | Compiling bzip2 v0.6.1 |
| 1666 | 2026-08-31T15:04:44.817Z | Compiling textwrap v0.16.2 |
| 1667 | 2026-08-31T15:04:44.953Z | Compiling test-strategy v0.4.5 |
| 1668 | 2026-08-31T15:04:44.982Z | Compiling zopfli v0.8.3 |
| 1669 | 2026-08-31T15:04:44.982Z | Compiling walkdir v2.5.0 |
| 1670 | 2026-08-31T15:04:45.016Z | Compiling sec1 v0.7.3 |
| 1671 | 2026-08-31T15:04:45.070Z | Compiling hashbrown v0.16.1 |
| 1672 | 2026-08-31T15:04:45.302Z | Compiling hyper-tls v0.6.0 |
| 1673 | 2026-08-31T15:04:45.302Z | Compiling jiff v0.2.34 |
| 1674 | 2026-08-31T15:04:45.328Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1675 | 2026-08-31T15:04:45.492Z | Compiling reqwest v0.12.28 |
| 1676 | 2026-08-31T15:04:45.628Z | Compiling dof v0.3.0 |
| 1677 | 2026-08-31T15:04:45.680Z | Compiling hashbrown v0.15.5 |
| 1678 | 2026-08-31T15:04:45.680Z | Compiling supports-color v3.0.2 |
| 1679 | 2026-08-31T15:04:45.800Z | Compiling group v0.13.0 |
| 1680 | 2026-08-31T15:04:45.828Z | Compiling cargo_metadata v0.23.1 |
| 1681 | 2026-08-31T15:04:45.857Z | Compiling strum v0.27.2 |
| 1682 | 2026-08-31T15:04:45.917Z | Compiling hubpack v0.1.2 |
| 1683 | 2026-08-31T15:04:45.962Z | Compiling snafu v0.8.9 |
| 1684 | 2026-08-31T15:04:45.985Z | Compiling phf v0.13.1 |
| 1685 | 2026-08-31T15:04:45.999Z | Compiling derive_more-impl v2.1.1 |
| 1686 | 2026-08-31T15:04:46.153Z | Compiling futures v0.3.32 |
| 1687 | 2026-08-31T15:04:46.196Z | Compiling zstd v0.13.3 |
| 1688 | 2026-08-31T15:04:46.230Z | Compiling cookie_store v0.22.1 |
| 1689 | 2026-08-31T15:04:46.335Z | Compiling backtrace-ext v0.2.1 |
| 1690 | 2026-08-31T15:04:46.349Z | Compiling signal-hook-mio v0.2.5 |
| 1691 | 2026-08-31T15:04:46.439Z | Compiling cipher v0.5.2 |
| 1692 | 2026-08-31T15:04:46.478Z | Compiling serde_with_macros v3.21.0 |
| 1693 | 2026-08-31T15:04:46.524Z | Compiling postgres-types v0.2.12 |
| 1694 | 2026-08-31T15:04:46.820Z | Compiling globset v0.4.18 |
| 1695 | 2026-08-31T15:04:46.895Z | Compiling usdt-macro v0.6.0 |
| 1696 | 2026-08-31T15:04:46.896Z | Compiling usdt-attr-macro v0.6.0 |
| 1697 | 2026-08-31T15:04:46.947Z | Compiling byte-wrapper v0.1.0 |
| 1698 | 2026-08-31T15:04:47.108Z | Compiling ed25519 v2.2.3 |
| 1699 | 2026-08-31T15:04:47.222Z | Compiling hkdf v0.12.4 |
| 1700 | 2026-08-31T15:04:47.279Z | Compiling dtrace-parser v0.2.0 |
| 1701 | 2026-08-31T15:04:47.338Z | Compiling crypto-bigint v0.5.5 |
| 1702 | 2026-08-31T15:04:47.399Z | Compiling olpc-cjson v0.1.4 |
| 1703 | 2026-08-31T15:04:47.423Z | Compiling serde-big-array v0.5.1 |
| 1704 | 2026-08-31T15:04:47.489Z | Compiling serde_plain v1.0.2 |
| 1705 | 2026-08-31T15:04:47.575Z | Compiling phf_shared v0.11.3 |
| 1706 | 2026-08-31T15:04:47.586Z | Compiling async-recursion v1.1.1 |
| 1707 | 2026-08-31T15:04:47.606Z | Compiling strum_macros v0.26.4 |
| 1708 | 2026-08-31T15:04:47.676Z | Compiling enum-as-inner v0.6.1 |
| 1709 | 2026-08-31T15:04:48.125Z | Compiling miette-derive v7.6.0 |
| 1710 | 2026-08-31T15:04:48.169Z | Compiling serde_repr v0.1.20 |
| 1711 | 2026-08-31T15:04:48.169Z | Compiling float-cmp v0.10.0 |
| 1712 | 2026-08-31T15:04:48.169Z | Compiling pem v3.0.6 |
| 1713 | 2026-08-31T15:04:48.169Z | Compiling thread-id v4.2.2 |
| 1714 | 2026-08-31T15:04:48.169Z | Compiling memmap2 v0.9.10 |
| 1715 | 2026-08-31T15:04:48.169Z | Compiling supports-unicode v3.0.0 |
| 1716 | 2026-08-31T15:04:48.169Z | Compiling precomputed-hash v0.1.1 |
| 1717 | 2026-08-31T15:04:48.169Z | Compiling normalize-line-endings v0.3.0 |
| 1718 | 2026-08-31T15:04:48.169Z | Compiling typed-path v0.9.3 |
| 1719 | 2026-08-31T15:04:48.218Z | Compiling fixedbitset v0.5.7 |
| 1720 | 2026-08-31T15:04:48.218Z | Compiling predicates-core v1.0.10 |
| 1721 | 2026-08-31T15:04:48.317Z | Compiling winnow v1.0.3 |
| 1722 | 2026-08-31T15:04:48.317Z | Compiling const-oid v0.10.2 |
| 1723 | 2026-08-31T15:04:48.367Z | Compiling cpufeatures v0.3.0 |
| 1724 | 2026-08-31T15:04:48.367Z | Compiling whoami v2.1.0 |
| 1725 | 2026-08-31T15:04:48.414Z | Compiling keccak v0.1.6 |
| 1726 | 2026-08-31T15:04:48.453Z | Compiling fixedbitset v0.4.2 |
| 1727 | 2026-08-31T15:04:48.453Z | Compiling data-encoding v2.10.0 |
| 1728 | 2026-08-31T15:04:48.466Z | Compiling static_assertions v1.1.0 |
| 1729 | 2026-08-31T15:04:48.506Z | Compiling new_debug_unreachable v1.0.6 |
| 1730 | 2026-08-31T15:04:48.613Z | Compiling supports-hyperlinks v3.2.0 |
| 1731 | 2026-08-31T15:04:48.739Z | Compiling difflib v0.4.0 |
| 1732 | 2026-08-31T15:04:48.739Z | Compiling petgraph v0.6.5 |
| 1733 | 2026-08-31T15:04:48.756Z | Compiling string_cache v0.8.9 |
| 1734 | 2026-08-31T15:04:48.756Z | Compiling sha3 v0.10.8 |
| 1735 | 2026-08-31T15:04:48.756Z | Compiling hickory-proto v0.25.2 |
| 1736 | 2026-08-31T15:04:48.903Z | Compiling miette v7.6.0 |
| 1737 | 2026-08-31T15:04:48.935Z | Compiling predicates v3.1.4 |
| 1738 | 2026-08-31T15:04:48.992Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1739 | 2026-08-31T15:04:49.138Z | Compiling tokio-postgres v0.7.16 |
| 1740 | 2026-08-31T15:04:49.181Z | Compiling digest v0.11.3 |
| 1741 | 2026-08-31T15:04:49.198Z | Compiling petgraph v0.8.3 |
| 1742 | 2026-08-31T15:04:49.199Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1743 | 2026-08-31T15:04:49.377Z | Compiling chacha20 v0.10.0 |
| 1744 | 2026-08-31T15:04:49.427Z | Compiling elliptic-curve v0.13.8 |
| 1745 | 2026-08-31T15:04:49.428Z | Compiling toml_edit v0.22.27 |
| 1746 | 2026-08-31T15:04:49.428Z | Compiling usdt v0.6.0 |
| 1747 | 2026-08-31T15:04:49.508Z | Compiling strum v0.26.3 |
| 1748 | 2026-08-31T15:04:49.508Z | Compiling usdt-impl v0.5.0 |
| 1749 | 2026-08-31T15:04:49.582Z | Compiling serde_with v3.21.0 |
| 1750 | 2026-08-31T15:04:49.769Z | Compiling zip v4.6.1 |
| 1751 | 2026-08-31T15:04:49.858Z | Compiling crossterm v0.28.1 |
| 1752 | 2026-08-31T15:04:49.858Z | Compiling ed25519-dalek v2.2.0 |
| 1753 | 2026-08-31T15:04:49.904Z | Compiling derive_more v2.1.1 |
| 1754 | 2026-08-31T15:04:49.904Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1755 | 2026-08-31T15:04:50.057Z | Compiling iddqd v0.4.2 |
| 1756 | 2026-08-31T15:04:50.364Z | Compiling itertools v0.15.0 |
| 1757 | 2026-08-31T15:04:50.444Z | Compiling itertools v0.13.0 |
| 1758 | 2026-08-31T15:04:50.573Z | Compiling similar v2.7.0 |
| 1759 | 2026-08-31T15:04:50.731Z | Compiling crossbeam-epoch v0.9.18 |
| 1760 | 2026-08-31T15:04:51.222Z | Compiling tokio-stream v0.1.18 |
| 1761 | 2026-08-31T15:04:51.298Z | Compiling buf-list v1.1.2 |
| 1762 | 2026-08-31T15:04:51.298Z | Compiling heck v0.4.1 |
| 1763 | 2026-08-31T15:04:51.374Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1764 | 2026-08-31T15:04:51.394Z | Compiling openapiv3 v2.2.0 |
| 1765 | 2026-08-31T15:04:51.417Z | Compiling peg-runtime v0.8.5 |
| 1766 | 2026-08-31T15:04:51.440Z | Compiling lalrpop-util v0.19.12 |
| 1767 | 2026-08-31T15:04:51.450Z | Compiling thread_local v1.1.9 |
| 1768 | 2026-08-31T15:04:51.473Z | Compiling slog-async v2.8.0 |
| 1769 | 2026-08-31T15:04:51.486Z | Compiling crossbeam-channel v0.5.15 |
| 1770 | 2026-08-31T15:04:51.504Z | Compiling filetime v0.2.27 |
| 1771 | 2026-08-31T15:04:51.872Z | Compiling is-terminal v0.4.17 |
| 1772 | 2026-08-31T15:04:52.006Z | Compiling term v1.2.1 |
| 1773 | 2026-08-31T15:04:52.006Z | Compiling xattr v1.6.1 |
| 1774 | 2026-08-31T15:04:52.006Z | Compiling take_mut v0.2.2 |
| 1775 | 2026-08-31T15:04:52.006Z | Compiling camino-tempfile v1.4.1 |
| 1776 | 2026-08-31T15:04:52.006Z | Compiling tar v0.4.46 |
| 1777 | 2026-08-31T15:04:52.044Z | Compiling slog-term v2.9.2 |
| 1778 | 2026-08-31T15:05:09.199Z | Compiling rustls-webpki v0.103.13 |
| 1779 | 2026-08-31T15:05:11.966Z | Compiling tokio-rustls v0.26.4 |
| 1780 | 2026-08-31T15:05:11.966Z | Compiling rustls-platform-verifier v0.6.2 |
| 1781 | 2026-08-31T15:05:11.966Z | Compiling tough v0.22.0 |
| 1782 | 2026-08-31T15:05:12.268Z | Compiling hyper-rustls v0.27.7 |
| 1783 | 2026-08-31T15:05:12.583Z | Compiling reqwest v0.13.2 |
| 1784 | 2026-08-31T15:05:14.449Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1785 | 2026-08-31T15:05:15.204Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1786 | 2026-08-31T15:05:17.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.24s |
| 1787 | 2026-08-31T15:05:17.858Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1788 | 2026-08-31T15:05:17.858Z | Aug 31 15:05:17.374 INFO Starting download, target: DendriteStub |
| 1789 | 2026-08-31T15:05:17.858Z | Aug 31 15:05:17.375 INFO Starting download, target: Clickhouse |
| 1790 | 2026-08-31T15:05:17.858Z | Aug 31 15:05:17.375 INFO Starting download, target: Cockroach |
| 1791 | 2026-08-31T15:05:17.859Z | Aug 31 15:05:17.375 INFO Starting download, target: Console |
| 1792 | 2026-08-31T15:05:17.859Z | Aug 31 15:05:17.375 INFO Starting download, target: MaghemiteMgd |
| 1793 | 2026-08-31T15:05:17.859Z | Aug 31 15:05:17.375 INFO Starting download, target: MaghemiteDdmd |
| 1794 | 2026-08-31T15:05:17.859Z | Aug 31 15:05:17.375 INFO Starting download, target: TransceiverControl |
| 1795 | 2026-08-31T15:05:17.859Z | Aug 31 15:05:17.375 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1796 | 2026-08-31T15:05:17.859Z | Aug 31 15:05:17.375 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1797 | 2026-08-31T15:05:17.859Z | Aug 31 15:05:17.375 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1798 | 2026-08-31T15:05:17.860Z | Aug 31 15:05:17.375 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1799 | 2026-08-31T15:05:17.860Z | Aug 31 15:05:17.376 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1800 | 2026-08-31T15:05:17.860Z | Aug 31 15:05:17.376 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1801 | 2026-08-31T15:05:17.860Z | Aug 31 15:05:17.376 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1802 | 2026-08-31T15:05:19.567Z | Aug 31 15:05:19.082 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1803 | 2026-08-31T15:05:19.935Z | Aug 31 15:05:19.328 INFO Download complete, target: Console |
| 1804 | 2026-08-31T15:05:21.225Z | Aug 31 15:05:20.528 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1805 | 2026-08-31T15:05:21.554Z | Aug 31 15:05:20.542 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1806 | 2026-08-31T15:05:21.554Z | Aug 31 15:05:20.756 INFO Download complete, target: TransceiverControl |
| 1807 | 2026-08-31T15:05:27.840Z | Aug 31 15:05:27.312 INFO Checking that binary works, target: Clickhouse |
| 1808 | 2026-08-31T15:05:28.371Z | Aug 31 15:05:27.524 INFO Download complete, target: Clickhouse |
| 1809 | 2026-08-31T15:05:45.457Z | Aug 31 15:05:44.729 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1810 | 2026-08-31T15:05:47.100Z | Aug 31 15:05:46.672 INFO Download complete, target: MaghemiteDdmd |
| 1811 | 2026-08-31T15:05:47.706Z | Aug 31 15:05:47.181 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1812 | 2026-08-31T15:05:48.557Z | Aug 31 15:05:47.987 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1813 | 2026-08-31T15:05:50.710Z | Aug 31 15:05:50.173 INFO Download complete, target: DendriteStub |
| 1814 | 2026-08-31T15:05:51.533Z | Aug 31 15:05:50.910 INFO Download complete, target: MaghemiteMgd |
| 1815 | 2026-08-31T15:05:54.211Z | Aug 31 15:05:53.650 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1816 | 2026-08-31T15:05:54.211Z | Aug 31 15:05:53.650 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1817 | 2026-08-31T15:05:58.799Z | Aug 31 15:05:58.236 INFO Checking that binary works, target: Cockroach |
| 1818 | 2026-08-31T15:05:59.335Z | Aug 31 15:05:58.437 INFO Download complete, target: Cockroach |
| 1819 | 2026-08-31T15:05:59.335Z | All prerequisites installed successfully |
| 1820 | 2026-08-31T15:05:59.335Z | |
| 1821 | 2026-08-31T15:05:59.335Z | real 2:27.774337729 |
| 1822 | 2026-08-31T15:05:59.335Z | user 7:27.367718213 |
| 1823 | 2026-08-31T15:05:59.335Z | sys 1:46.117801147 |
| 1824 | 2026-08-31T15:05:59.335Z | trap 0.273414564 |
| 1825 | 2026-08-31T15:05:59.336Z | tflt 1.022348095 |
| 1826 | 2026-08-31T15:05:59.336Z | dflt 1.919805149 |
| 1827 | 2026-08-31T15:05:59.336Z | kflt 0.054427030 |
| 1828 | 2026-08-31T15:05:59.336Z | lock 41:45.225335437 |
| 1829 | 2026-08-31T15:05:59.336Z | slp 21:20.738045214 |
| 1830 | 2026-08-31T15:05:59.336Z | lat 31.317384685 |
| 1831 | 2026-08-31T15:05:59.336Z | stop 3:36.180334923 |
| 1832 | 2026-08-31T15:05:59.336Z | + ptime -m cargo xtask download softnpu |
| 1833 | 2026-08-31T15:05:59.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1834 | 2026-08-31T15:05:59.692Z | Running `target/debug/xtask download softnpu` |
| 1835 | 2026-08-31T15:06:00.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1836 | 2026-08-31T15:06:00.862Z | Running `target/debug/xtask-downloader softnpu` |
| 1837 | 2026-08-31T15:06:00.862Z | Aug 31 15:05:59.821 INFO Starting download, target: Softnpu |
| 1838 | 2026-08-31T15:06:00.862Z | Aug 31 15:05:59.821 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1839 | 2026-08-31T15:06:12.962Z | Aug 31 15:06:12.522 INFO Download complete, target: Softnpu |
| 1840 | 2026-08-31T15:06:13.287Z | |
| 1841 | 2026-08-31T15:06:13.287Z | real 14.076450809 |
| 1842 | 2026-08-31T15:06:13.287Z | user 1.424786570 |
| 1843 | 2026-08-31T15:06:13.287Z | sys 0.742358103 |
| 1844 | 2026-08-31T15:06:13.287Z | trap 0.000788070 |
| 1845 | 2026-08-31T15:06:13.287Z | tflt 0.000191190 |
| 1846 | 2026-08-31T15:06:13.288Z | dflt 0.000130690 |
| 1847 | 2026-08-31T15:06:13.288Z | kflt 0.000000000 |
| 1848 | 2026-08-31T15:06:13.288Z | lock 4:05.841306195 |
| 1849 | 2026-08-31T15:06:13.288Z | slp 12.505535745 |
| 1850 | 2026-08-31T15:06:13.288Z | lat 0.248516542 |
| 1851 | 2026-08-31T15:06:13.288Z | stop 0.000198260 |
| 1852 | 2026-08-31T15:06:13.288Z | + export CARGO_INCREMENTAL=0 |
| 1853 | 2026-08-31T15:06:13.289Z | + CARGO_INCREMENTAL=0 |
| 1854 | 2026-08-31T15:06:13.289Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1855 | 2026-08-31T15:06:13.953Z | Compiling proc-macro2 v1.0.106 |
| 1856 | 2026-08-31T15:06:13.953Z | Compiling quote v1.0.45 |
| 1857 | 2026-08-31T15:06:13.953Z | Compiling unicode-ident v1.0.24 |
| 1858 | 2026-08-31T15:06:13.953Z | Compiling serde_core v1.0.229 |
| 1859 | 2026-08-31T15:06:13.954Z | Compiling libc v0.2.185 |
| 1860 | 2026-08-31T15:06:14.211Z | Compiling serde v1.0.229 |
| 1861 | 2026-08-31T15:06:14.211Z | Compiling cfg-if v1.0.4 |
| 1862 | 2026-08-31T15:06:14.212Z | Compiling version_check v0.9.5 |
| 1863 | 2026-08-31T15:06:14.212Z | Compiling autocfg v1.5.0 |
| 1864 | 2026-08-31T15:06:14.212Z | Compiling find-msvc-tools v0.1.9 |
| 1865 | 2026-08-31T15:06:14.212Z | Compiling shlex v1.3.0 |
| 1866 | 2026-08-31T15:06:14.212Z | Compiling memchr v2.8.0 |
| 1867 | 2026-08-31T15:06:14.212Z | Compiling zmij v1.0.21 |
| 1868 | 2026-08-31T15:06:14.212Z | Compiling serde_json v1.0.151 |
| 1869 | 2026-08-31T15:06:14.524Z | Compiling portable-atomic v1.13.1 |
| 1870 | 2026-08-31T15:06:14.524Z | Compiling zerocopy v0.8.55 |
| 1871 | 2026-08-31T15:06:14.524Z | Compiling libm v0.2.16 |
| 1872 | 2026-08-31T15:06:14.524Z | Compiling getrandom v0.4.3 |
| 1873 | 2026-08-31T15:06:14.524Z | Compiling icu_properties_data v2.1.2 |
| 1874 | 2026-08-31T15:06:14.524Z | Compiling icu_normalizer_data v2.1.1 |
| 1875 | 2026-08-31T15:06:14.524Z | Compiling smallvec v1.15.1 |
| 1876 | 2026-08-31T15:06:15.172Z | Compiling num-traits v0.2.19 |
| 1877 | 2026-08-31T15:06:15.172Z | Compiling generic-array v0.14.7 |
| 1878 | 2026-08-31T15:06:15.172Z | Compiling parking_lot_core v0.9.12 |
| 1879 | 2026-08-31T15:06:15.173Z | Compiling itoa v1.0.17 |
| 1880 | 2026-08-31T15:06:15.173Z | Compiling log v0.4.33 |
| 1881 | 2026-08-31T15:06:15.173Z | Compiling pkg-config v0.3.32 |
| 1882 | 2026-08-31T15:06:15.173Z | Compiling subtle v2.6.1 |
| 1883 | 2026-08-31T15:06:15.173Z | Compiling stable_deref_trait v1.2.1 |
| 1884 | 2026-08-31T15:06:15.438Z | Compiling typenum v1.20.1 |
| 1885 | 2026-08-31T15:06:15.438Z | Compiling rustix v1.1.4 |
| 1886 | 2026-08-31T15:06:15.438Z | Compiling getrandom v0.3.4 |
| 1887 | 2026-08-31T15:06:15.438Z | Compiling scopeguard v1.2.0 |
| 1888 | 2026-08-31T15:06:15.438Z | Compiling thiserror v2.0.18 |
| 1889 | 2026-08-31T15:06:15.439Z | Compiling lock_api v0.4.14 |
| 1890 | 2026-08-31T15:06:15.439Z | Compiling rand_core v0.10.0 |
| 1891 | 2026-08-31T15:06:15.439Z | Compiling heck v0.5.0 |
| 1892 | 2026-08-31T15:06:15.439Z | Compiling jobserver v0.1.34 |
| 1893 | 2026-08-31T15:06:15.707Z | Compiling errno v0.3.14 |
| 1894 | 2026-08-31T15:06:15.707Z | Compiling syn v2.0.117 |
| 1895 | 2026-08-31T15:06:15.707Z | Compiling syn v3.0.3 |
| 1896 | 2026-08-31T15:06:15.707Z | Compiling critical-section v1.2.0 |
| 1897 | 2026-08-31T15:06:15.707Z | Compiling getrandom v0.2.17 |
| 1898 | 2026-08-31T15:06:15.707Z | Compiling equivalent v1.0.2 |
| 1899 | 2026-08-31T15:06:15.707Z | Compiling percent-encoding v2.3.2 |
| 1900 | 2026-08-31T15:06:15.708Z | Compiling schemars v0.8.22 |
| 1901 | 2026-08-31T15:06:15.708Z | Compiling litemap v0.8.1 |
| 1902 | 2026-08-31T15:06:15.708Z | Compiling cc v1.2.56 |
| 1903 | 2026-08-31T15:06:15.708Z | Compiling writeable v0.6.2 |
| 1904 | 2026-08-31T15:06:15.708Z | Compiling rand_core v0.6.4 |
| 1905 | 2026-08-31T15:06:15.708Z | Compiling pin-project-lite v0.2.17 |
| 1906 | 2026-08-31T15:06:15.708Z | Compiling syn v1.0.109 |
| 1907 | 2026-08-31T15:06:15.708Z | Compiling once_cell v1.21.3 |
| 1908 | 2026-08-31T15:06:15.962Z | Compiling rustversion v1.0.22 |
| 1909 | 2026-08-31T15:06:15.962Z | Compiling hashbrown v0.17.0 |
| 1910 | 2026-08-31T15:06:16.186Z | Compiling dunce v1.0.5 |
| 1911 | 2026-08-31T15:06:16.186Z | Compiling fs_extra v1.3.0 |
| 1912 | 2026-08-31T15:06:16.186Z | Compiling byteorder v1.5.0 |
| 1913 | 2026-08-31T15:06:16.187Z | Compiling utf8_iter v1.0.4 |
| 1914 | 2026-08-31T15:06:16.187Z | Compiling form_urlencoded v1.2.2 |
| 1915 | 2026-08-31T15:06:16.341Z | Compiling cmake v0.1.57 |
| 1916 | 2026-08-31T15:06:16.342Z | Compiling semver v1.0.28 |
| 1917 | 2026-08-31T15:06:16.342Z | Compiling bitflags v2.11.0 |
| 1918 | 2026-08-31T15:06:16.629Z | Compiling indexmap v2.14.0 |
| 1919 | 2026-08-31T15:06:16.629Z | Compiling strsim v0.11.1 |
| 1920 | 2026-08-31T15:06:16.852Z | Compiling signal-hook-registry v1.4.8 |
| 1921 | 2026-08-31T15:06:16.852Z | Compiling thiserror v1.0.69 |
| 1922 | 2026-08-31T15:06:16.852Z | Compiling mio v1.2.0 |
| 1923 | 2026-08-31T15:06:16.852Z | Compiling aws-lc-sys v0.40.0 |
| 1924 | 2026-08-31T15:06:16.852Z | Compiling parking_lot v0.12.5 |
| 1925 | 2026-08-31T15:06:17.045Z | Compiling socket2 v0.6.3 |
| 1926 | 2026-08-31T15:06:17.045Z | Compiling const-oid v0.9.6 |
| 1927 | 2026-08-31T15:06:17.045Z | Compiling aws-lc-rs v1.16.3 |
| 1928 | 2026-08-31T15:06:17.045Z | Compiling futures-core v0.3.32 |
| 1929 | 2026-08-31T15:06:17.354Z | Compiling iana-time-zone v0.1.65 |
| 1930 | 2026-08-31T15:06:17.354Z | Compiling httparse v1.10.1 |
| 1931 | 2026-08-31T15:06:17.631Z | Compiling ucd-trie v0.1.7 |
| 1932 | 2026-08-31T15:06:17.631Z | Compiling fnv v1.0.7 |
| 1933 | 2026-08-31T15:06:17.631Z | Compiling crc32fast v1.5.0 |
| 1934 | 2026-08-31T15:06:17.631Z | Compiling regex-syntax v0.8.10 |
| 1935 | 2026-08-31T15:06:17.862Z | Compiling pest v2.8.6 |
| 1936 | 2026-08-31T15:06:17.862Z | Compiling uuid v1.23.4 |
| 1937 | 2026-08-31T15:06:17.862Z | Compiling ident_case v1.0.1 |
| 1938 | 2026-08-31T15:06:17.862Z | Compiling vcpkg v0.2.15 |
| 1939 | 2026-08-31T15:06:18.077Z | Compiling rustc_version v0.4.1 |
| 1940 | 2026-08-31T15:06:18.077Z | Compiling synstructure v0.13.2 |
| 1941 | 2026-08-31T15:06:18.258Z | Compiling serde_derive_internals v0.29.1 |
| 1942 | 2026-08-31T15:06:18.259Z | Compiling futures-sink v0.3.32 |
| 1943 | 2026-08-31T15:06:18.259Z | Compiling rustls v0.23.41 |
| 1944 | 2026-08-31T15:06:18.439Z | Compiling dyn-clone v1.0.20 |
| 1945 | 2026-08-31T15:06:18.439Z | Compiling openssl-sys v0.9.117 |
| 1946 | 2026-08-31T15:06:18.439Z | Compiling serde_derive v1.0.229 |
| 1947 | 2026-08-31T15:06:18.439Z | Compiling futures-channel v0.3.32 |
| 1948 | 2026-08-31T15:06:18.580Z | Compiling aho-corasick v1.1.4 |
| 1949 | 2026-08-31T15:06:18.731Z | Compiling futures-task v0.3.32 |
| 1950 | 2026-08-31T15:06:18.731Z | Compiling pest_meta v2.8.6 |
| 1951 | 2026-08-31T15:06:18.852Z | Compiling slab v0.4.12 |
| 1952 | 2026-08-31T15:06:18.852Z | Compiling futures-io v0.3.32 |
| 1953 | 2026-08-31T15:06:19.137Z | Compiling num-conv v0.2.0 |
| 1954 | 2026-08-31T15:06:19.137Z | Compiling radium v0.7.0 |
| 1955 | 2026-08-31T15:06:19.235Z | Compiling time-core v0.1.8 |
| 1956 | 2026-08-31T15:06:19.235Z | Compiling plain v0.2.3 |
| 1957 | 2026-08-31T15:06:19.235Z | Compiling crossbeam-utils v0.8.21 |
| 1958 | 2026-08-31T15:06:19.235Z | Compiling base64ct v1.8.3 |
| 1959 | 2026-08-31T15:06:19.235Z | Compiling time-macros v0.2.27 |
| 1960 | 2026-08-31T15:06:19.235Z | Compiling pretty-hex v0.4.1 |
| 1961 | 2026-08-31T15:06:19.235Z | Compiling openssl v0.10.80 |
| 1962 | 2026-08-31T15:06:19.235Z | Compiling zeroize_derive v1.5.0 |
| 1963 | 2026-08-31T15:06:19.235Z | Compiling zerofrom-derive v0.1.6 |
| 1964 | 2026-08-31T15:06:19.278Z | Compiling yoke-derive v0.8.1 |
| 1965 | 2026-08-31T15:06:19.278Z | Compiling zerocopy-derive v0.8.55 |
| 1966 | 2026-08-31T15:06:19.341Z | Compiling zerovec-derive v0.11.2 |
| 1967 | 2026-08-31T15:06:19.378Z | Compiling displaydoc v0.2.5 |
| 1968 | 2026-08-31T15:06:19.378Z | Compiling tokio-macros v2.7.0 |
| 1969 | 2026-08-31T15:06:19.425Z | Compiling futures-macro v0.3.32 |
| 1970 | 2026-08-31T15:06:19.540Z | Compiling thiserror-impl v2.0.18 |
| 1971 | 2026-08-31T15:06:19.706Z | Compiling schemars_derive v0.8.22 |
| 1972 | 2026-08-31T15:06:19.949Z | Compiling der_derive v0.7.3 |
| 1973 | 2026-08-31T15:06:20.017Z | Compiling tracing-attributes v0.1.31 |
| 1974 | 2026-08-31T15:06:20.017Z | Compiling thiserror-impl v1.0.69 |
| 1975 | 2026-08-31T15:06:20.018Z | Compiling pest_generator v2.8.6 |
| 1976 | 2026-08-31T15:06:20.076Z | Compiling regex-automata v0.4.14 |
| 1977 | 2026-08-31T15:06:20.141Z | Compiling base64 v0.22.1 |
| 1978 | 2026-08-31T15:06:20.142Z | Compiling maybe-uninit v2.0.0 |
| 1979 | 2026-08-31T15:06:20.183Z | Compiling pem-rfc7468 v0.7.0 |
| 1980 | 2026-08-31T15:06:20.231Z | Compiling futures-util v0.3.32 |
| 1981 | 2026-08-31T15:06:20.366Z | Compiling zerofrom v0.1.6 |
| 1982 | 2026-08-31T15:06:20.437Z | Compiling scroll_derive v0.12.1 |
| 1983 | 2026-08-31T15:06:20.465Z | Compiling scroll_derive v0.13.1 |
| 1984 | 2026-08-31T15:06:20.503Z | Compiling yoke v0.8.1 |
| 1985 | 2026-08-31T15:06:20.589Z | Compiling pest_derive v2.8.6 |
| 1986 | 2026-08-31T15:06:20.621Z | Compiling slog v2.8.2 |
| 1987 | 2026-08-31T15:06:20.753Z | Compiling zerovec v0.11.5 |
| 1988 | 2026-08-31T15:06:20.823Z | Compiling zerotrie v0.2.3 |
| 1989 | 2026-08-31T15:06:21.066Z | Compiling flagset v0.4.7 |
| 1990 | 2026-08-31T15:06:21.260Z | Compiling openssl-macros v0.1.1 |
| 1991 | 2026-08-31T15:06:21.321Z | Compiling rand_core v0.9.5 |
| 1992 | 2026-08-31T15:06:21.322Z | Compiling darling_core v0.23.0 |
| 1993 | 2026-08-31T15:06:21.322Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1994 | 2026-08-31T15:06:21.322Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1995 | 2026-08-31T15:06:21.322Z | Compiling tinystr v0.8.2 |
| 1996 | 2026-08-31T15:06:21.358Z | Compiling potential_utf v0.1.4 |
| 1997 | 2026-08-31T15:06:21.471Z | Compiling zeroize v1.9.0 |
| 1998 | 2026-08-31T15:06:21.518Z | Compiling bytes v1.11.1 |
| 1999 | 2026-08-31T15:06:21.608Z | Compiling icu_locale_core v2.1.1 |
| 2000 | 2026-08-31T15:06:21.692Z | Compiling icu_collections v2.1.1 |
| 2001 | 2026-08-31T15:06:21.692Z | Compiling chrono v0.4.45 |
| 2002 | 2026-08-31T15:06:21.789Z | Compiling serde_tokenstream v0.2.3 |
| 2003 | 2026-08-31T15:06:22.044Z | Compiling der v0.7.10 |
| 2004 | 2026-08-31T15:06:22.146Z | Compiling tokio v1.52.1 |
| 2005 | 2026-08-31T15:06:22.351Z | Compiling icu_provider v2.1.1 |
| 2006 | 2026-08-31T15:06:22.416Z | Compiling crypto-common v0.1.7 |
| 2007 | 2026-08-31T15:06:22.448Z | Compiling block-buffer v0.10.4 |
| 2008 | 2026-08-31T15:06:22.541Z | Compiling ahash v0.8.12 |
| 2009 | 2026-08-31T15:06:22.625Z | Compiling icu_properties v2.1.2 |
| 2010 | 2026-08-31T15:06:22.661Z | Compiling icu_normalizer v2.1.1 |
| 2011 | 2026-08-31T15:06:22.758Z | Compiling digest v0.10.7 |
| 2012 | 2026-08-31T15:06:23.073Z | Compiling native-tls v0.2.18 |
| 2013 | 2026-08-31T15:06:23.187Z | Compiling anyhow v1.0.104 |
| 2014 | 2026-08-31T15:06:23.368Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-08-31T15:06:23.387Z | Compiling paste v1.0.15 |
| 2016 | 2026-08-31T15:06:23.387Z | Compiling packed_struct v0.10.1 |
| 2017 | 2026-08-31T15:06:23.404Z | Compiling darling_macro v0.23.0 |
| 2018 | 2026-08-31T15:06:23.511Z | Compiling spki v0.7.3 |
| 2019 | 2026-08-31T15:06:23.564Z | Compiling idna_adapter v1.2.1 |
| 2020 | 2026-08-31T15:06:23.657Z | Compiling ppv-lite86 v0.2.21 |
| 2021 | 2026-08-31T15:06:23.671Z | Compiling regex v1.12.3 |
| 2022 | 2026-08-31T15:06:23.705Z | Compiling idna v1.1.0 |
| 2023 | 2026-08-31T15:06:23.743Z | Compiling http v1.4.2 |
| 2024 | 2026-08-31T15:06:23.832Z | Compiling zerocopy-derive v0.7.35 |
| 2025 | 2026-08-31T15:06:24.014Z | Compiling tracing-core v0.1.36 |
| 2026 | 2026-08-31T15:06:24.069Z | Compiling url v2.5.8 |
| 2027 | 2026-08-31T15:06:24.137Z | Compiling cookie v0.18.1 |
| 2028 | 2026-08-31T15:06:24.155Z | Compiling camino v1.2.5 |
| 2029 | 2026-08-31T15:06:24.187Z | Compiling fastrand v2.3.0 |
| 2030 | 2026-08-31T15:06:24.345Z | Compiling cpufeatures v0.2.17 |
| 2031 | 2026-08-31T15:06:24.436Z | Compiling tracing v0.1.44 |
| 2032 | 2026-08-31T15:06:24.589Z | Compiling rand_chacha v0.9.0 |
| 2033 | 2026-08-31T15:06:24.603Z | Compiling darling v0.23.0 |
| 2034 | 2026-08-31T15:06:24.671Z | Compiling serde_spanned v0.6.9 |
| 2035 | 2026-08-31T15:06:24.845Z | Compiling toml_datetime v0.6.11 |
| 2036 | 2026-08-31T15:06:24.876Z | Compiling packed_struct_codegen v0.10.1 |
| 2037 | 2026-08-31T15:06:24.892Z | Compiling bitfield-macros v0.19.4 |
| 2038 | 2026-08-31T15:06:24.998Z | Compiling zerocopy-derive v0.6.6 |
| 2039 | 2026-08-31T15:06:25.033Z | Compiling clap_derive v4.6.1 |
| 2040 | 2026-08-31T15:06:25.137Z | Compiling indexmap v1.9.3 |
| 2041 | 2026-08-31T15:06:25.416Z | Compiling object v0.37.3 |
| 2042 | 2026-08-31T15:06:25.442Z | Compiling simd-adler32 v0.3.8 |
| 2043 | 2026-08-31T15:06:25.618Z | Compiling rand v0.9.2 |
| 2044 | 2026-08-31T15:06:25.666Z | Compiling http-body v1.0.1 |
| 2045 | 2026-08-31T15:06:25.726Z | Compiling pkcs8 v0.10.2 |
| 2046 | 2026-08-31T15:06:25.762Z | Compiling rustls-pki-types v1.14.0 |
| 2047 | 2026-08-31T15:06:25.873Z | Compiling daft-derive v0.1.8 |
| 2048 | 2026-08-31T15:06:25.897Z | Compiling spin v0.9.8 |
| 2049 | 2026-08-31T15:06:25.935Z | Compiling tokio-util v0.7.18 |
| 2050 | 2026-08-31T15:06:25.994Z | Compiling usdt-impl v0.5.0 |
| 2051 | 2026-08-31T15:06:26.138Z | Compiling adler2 v2.0.1 |
| 2052 | 2026-08-31T15:06:26.194Z | Compiling openssl-probe v0.2.1 |
| 2053 | 2026-08-31T15:06:26.225Z | Compiling cmov v0.5.4 |
| 2054 | 2026-08-31T15:06:26.285Z | Compiling utf8parse v0.2.2 |
| 2055 | 2026-08-31T15:06:26.415Z | Compiling tinyvec_macros v0.1.1 |
| 2056 | 2026-08-31T15:06:26.438Z | Compiling either v1.15.0 |
| 2057 | 2026-08-31T15:06:26.472Z | Compiling usdt-impl v0.6.0 |
| 2058 | 2026-08-31T15:06:26.538Z | Compiling winnow v0.5.40 |
| 2059 | 2026-08-31T15:06:26.554Z | Compiling ref-cast v1.0.25 |
| 2060 | 2026-08-31T15:06:26.631Z | Compiling anstyle v1.0.14 |
| 2061 | 2026-08-31T15:06:26.683Z | Compiling tinyvec v1.10.0 |
| 2062 | 2026-08-31T15:06:26.696Z | Compiling ctutils v0.4.2 |
| 2063 | 2026-08-31T15:06:26.846Z | Compiling anstyle-parse v1.0.0 |
| 2064 | 2026-08-31T15:06:26.868Z | Compiling miniz_oxide v0.8.9 |
| 2065 | 2026-08-31T15:06:26.950Z | Compiling sha2 v0.10.9 |
| 2066 | 2026-08-31T15:06:27.036Z | Compiling tempfile v3.27.0 |
| 2067 | 2026-08-31T15:06:27.067Z | Compiling scroll v0.13.0 |
| 2068 | 2026-08-31T15:06:27.230Z | Compiling scroll v0.12.0 |
| 2069 | 2026-08-31T15:06:27.367Z | Compiling terminal_size v0.4.3 |
| 2070 | 2026-08-31T15:06:27.388Z | Compiling async-trait v0.1.89 |
| 2071 | 2026-08-31T15:06:27.388Z | Compiling heapless v0.7.17 |
| 2072 | 2026-08-31T15:06:27.489Z | Compiling untrusted v0.7.1 |
| 2073 | 2026-08-31T15:06:27.508Z | Compiling zstd-safe v7.2.4 |
| 2074 | 2026-08-31T15:06:27.519Z | Compiling tower-service v0.3.3 |
| 2075 | 2026-08-31T15:06:27.566Z | Compiling tower-layer v0.3.3 |
| 2076 | 2026-08-31T15:06:27.619Z | Compiling unicode-segmentation v1.12.0 |
| 2077 | 2026-08-31T15:06:27.640Z | Compiling anstyle-query v1.1.5 |
| 2078 | 2026-08-31T15:06:27.647Z | Compiling litrs v1.0.0 |
| 2079 | 2026-08-31T15:06:27.770Z | Compiling try-lock v0.2.5 |
| 2080 | 2026-08-31T15:06:27.810Z | Compiling toml_edit v0.19.15 |
| 2081 | 2026-08-31T15:06:27.896Z | Compiling is_terminal_polyfill v1.70.2 |
| 2082 | 2026-08-31T15:06:27.922Z | Compiling atomic-waker v1.1.2 |
| 2083 | 2026-08-31T15:06:27.940Z | Compiling winnow v0.7.14 |
| 2084 | 2026-08-31T15:06:27.981Z | Compiling rustix v0.38.44 |
| 2085 | 2026-08-31T15:06:28.015Z | Compiling winnow v1.0.3 |
| 2086 | 2026-08-31T15:06:28.020Z | Compiling signal-hook v0.3.18 |
| 2087 | 2026-08-31T15:06:28.079Z | Compiling colorchoice v1.0.4 |
| 2088 | 2026-08-31T15:06:28.102Z | Compiling document-features v0.2.12 |
| 2089 | 2026-08-31T15:06:28.192Z | Compiling anstream v1.0.0 |
| 2090 | 2026-08-31T15:06:28.199Z | Compiling h2 v0.4.15 |
| 2091 | 2026-08-31T15:06:28.227Z | Compiling want v0.3.1 |
| 2092 | 2026-08-31T15:06:28.622Z | Compiling goblin v0.8.2 |
| 2093 | 2026-08-31T15:06:28.680Z | Compiling goblin v0.10.5 |
| 2094 | 2026-08-31T15:06:28.774Z | Compiling hybrid-array v0.4.13 |
| 2095 | 2026-08-31T15:06:28.993Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2096 | 2026-08-31T15:06:29.050Z | Compiling itertools v0.15.0 |
| 2097 | 2026-08-31T15:06:29.388Z | Compiling ipnetwork v0.21.1 |
| 2098 | 2026-08-31T15:06:29.423Z | Compiling zerocopy v0.7.35 |
| 2099 | 2026-08-31T15:06:29.444Z | Compiling ipnet v2.12.0 |
| 2100 | 2026-08-31T15:06:29.537Z | Compiling structmeta-derive v0.3.0 |
| 2101 | 2026-08-31T15:06:29.587Z | Compiling ref-cast-impl v1.0.25 |
| 2102 | 2026-08-31T15:06:29.650Z | Compiling curve25519-dalek v4.1.3 |
| 2103 | 2026-08-31T15:06:29.681Z | Compiling darling_core v0.20.11 |
| 2104 | 2026-08-31T15:06:29.939Z | Compiling memoffset v0.9.1 |
| 2105 | 2026-08-31T15:06:29.987Z | Compiling powerfmt v0.2.0 |
| 2106 | 2026-08-31T15:06:30.007Z | Compiling foreign-types-shared v0.1.1 |
| 2107 | 2026-08-31T15:06:30.068Z | Compiling untrusted v0.9.0 |
| 2108 | 2026-08-31T15:06:30.304Z | Compiling tap v1.0.1 |
| 2109 | 2026-08-31T15:06:30.308Z | Compiling httpdate v1.0.3 |
| 2110 | 2026-08-31T15:06:30.404Z | Compiling deranged v0.5.8 |
| 2111 | 2026-08-31T15:06:30.417Z | Compiling wyz v0.5.1 |
| 2112 | 2026-08-31T15:06:30.436Z | Compiling foreign-types v0.3.2 |
| 2113 | 2026-08-31T15:06:30.549Z | Compiling structmeta v0.3.0 |
| 2114 | 2026-08-31T15:06:30.662Z | Compiling unicode-normalization v0.1.25 |
| 2115 | 2026-08-31T15:06:30.788Z | Compiling dtrace-parser v0.2.0 |
| 2116 | 2026-08-31T15:06:30.819Z | Compiling rand_chacha v0.3.1 |
| 2117 | 2026-08-31T15:06:30.823Z | Compiling signature v2.2.0 |
| 2118 | 2026-08-31T15:06:30.915Z | Compiling dof v0.3.0 |
| 2119 | 2026-08-31T15:06:31.005Z | Compiling hex v0.4.3 |
| 2120 | 2026-08-31T15:06:31.080Z | Compiling dtrace-parser v0.3.0 |
| 2121 | 2026-08-31T15:06:31.244Z | Compiling pin-project-internal v1.1.11 |
| 2122 | 2026-08-31T15:06:31.261Z | Compiling num-integer v0.1.46 |
| 2123 | 2026-08-31T15:06:31.286Z | Compiling thread-id v5.1.0 |
| 2124 | 2026-08-31T15:06:31.371Z | Compiling hyper v1.10.1 |
| 2125 | 2026-08-31T15:06:31.388Z | Compiling dof v0.4.0 |
| 2126 | 2026-08-31T15:06:31.512Z | Compiling thread-id v4.2.2 |
| 2127 | 2026-08-31T15:06:31.535Z | Compiling wait-timeout v0.2.1 |
| 2128 | 2026-08-31T15:06:31.613Z | Compiling funty v2.0.0 |
| 2129 | 2026-08-31T15:06:31.638Z | Compiling darling_macro v0.20.11 |
| 2130 | 2026-08-31T15:06:31.668Z | Compiling owo-colors v4.3.0 |
| 2131 | 2026-08-31T15:06:31.779Z | Compiling num_threads v0.1.7 |
| 2132 | 2026-08-31T15:06:31.813Z | Compiling quick-error v1.2.3 |
| 2133 | 2026-08-31T15:06:31.894Z | Compiling bit-vec v0.8.0 |
| 2134 | 2026-08-31T15:06:31.977Z | Compiling smoltcp v0.9.1 |
| 2135 | 2026-08-31T15:06:32.108Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-08-31T15:06:32.176Z | Compiling cfg_aliases v0.2.1 |
| 2137 | 2026-08-31T15:06:32.176Z | Compiling darling v0.20.11 |
| 2138 | 2026-08-31T15:06:32.253Z | Compiling clap_builder v4.6.0 |
| 2139 | 2026-08-31T15:06:32.261Z | Compiling time v0.3.47 |
| 2140 | 2026-08-31T15:06:32.277Z | Compiling bit-set v0.8.0 |
| 2141 | 2026-08-31T15:06:32.288Z | Compiling nix v0.31.2 |
| 2142 | 2026-08-31T15:06:32.294Z | Compiling bitvec v1.0.1 |
| 2143 | 2026-08-31T15:06:32.312Z | Compiling rusty-fork v0.3.1 |
| 2144 | 2026-08-31T15:06:32.386Z | Compiling num-iter v0.1.45 |
| 2145 | 2026-08-31T15:06:32.476Z | Compiling hyper-util v0.1.20 |
| 2146 | 2026-08-31T15:06:32.513Z | Compiling rand v0.8.6 |
| 2147 | 2026-08-31T15:06:32.665Z | Compiling lazy_static v1.5.0 |
| 2148 | 2026-08-31T15:06:32.834Z | Compiling hmac v0.12.1 |
| 2149 | 2026-08-31T15:06:32.910Z | Compiling erased-serde v0.3.31 |
| 2150 | 2026-08-31T15:06:32.991Z | Compiling rand_xorshift v0.4.0 |
| 2151 | 2026-08-31T15:06:33.159Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2152 | 2026-08-31T15:06:33.163Z | Compiling sync_wrapper v1.0.2 |
| 2153 | 2026-08-31T15:06:33.390Z | Compiling siphasher v1.0.2 |
| 2154 | 2026-08-31T15:06:33.419Z | Compiling crc-catalog v2.4.0 |
| 2155 | 2026-08-31T15:06:33.503Z | Compiling zlib-rs v0.6.2 |
| 2156 | 2026-08-31T15:06:33.524Z | Compiling nodrop v0.1.14 |
| 2157 | 2026-08-31T15:06:33.634Z | Compiling unarray v0.1.4 |
| 2158 | 2026-08-31T15:06:33.776Z | Compiling proptest v1.11.0 |
| 2159 | 2026-08-31T15:06:33.781Z | Compiling clap v4.6.1 |
| 2160 | 2026-08-31T15:06:33.864Z | Compiling array-init v0.0.4 |
| 2161 | 2026-08-31T15:06:34.112Z | Compiling crc v3.4.0 |
| 2162 | 2026-08-31T15:06:34.576Z | Compiling tower v0.5.3 |
| 2163 | 2026-08-31T15:06:35.069Z | Compiling smallvec v0.6.14 |
| 2164 | 2026-08-31T15:06:35.097Z | Compiling derive_builder_core v0.20.2 |
| 2165 | 2026-08-31T15:06:35.125Z | Compiling pkcs1 v0.7.5 |
| 2166 | 2026-08-31T15:06:35.270Z | Compiling http-body-util v0.1.3 |
| 2167 | 2026-08-31T15:06:35.291Z | Compiling zerocopy v0.6.6 |
| 2168 | 2026-08-31T15:06:35.357Z | Compiling bitfield v0.19.4 |
| 2169 | 2026-08-31T15:06:35.503Z | Compiling hubpack_derive v0.1.1 |
| 2170 | 2026-08-31T15:06:35.503Z | Compiling strum_macros v0.26.4 |
| 2171 | 2026-08-31T15:06:35.535Z | Compiling flate2 v1.1.9 |
| 2172 | 2026-08-31T15:06:35.654Z | Compiling strum_macros v0.27.2 |
| 2173 | 2026-08-31T15:06:35.675Z | Compiling snafu-derive v0.8.9 |
| 2174 | 2026-08-31T15:06:35.871Z | Compiling env_filter v2.0.0 |
| 2175 | 2026-08-31T15:06:35.943Z | Compiling fs-err v3.3.0 |
| 2176 | 2026-08-31T15:06:36.017Z | Compiling iri-string v0.7.10 |
| 2177 | 2026-08-31T15:06:36.149Z | Compiling unicode-bidi v0.3.18 |
| 2178 | 2026-08-31T15:06:36.250Z | Compiling allocator-api2 v0.2.21 |
| 2179 | 2026-08-31T15:06:36.409Z | Compiling gimli v0.32.3 |
| 2180 | 2026-08-31T15:06:36.595Z | Compiling unicode-properties v0.1.4 |
| 2181 | 2026-08-31T15:06:36.627Z | Compiling ryu v1.0.23 |
| 2182 | 2026-08-31T15:06:36.688Z | Compiling hashbrown v0.12.3 |
| 2183 | 2026-08-31T15:06:36.918Z | Compiling base64 v0.21.7 |
| 2184 | 2026-08-31T15:06:37.164Z | Compiling tower-http v0.6.8 |
| 2185 | 2026-08-31T15:06:37.226Z | Compiling ron v0.8.1 |
| 2186 | 2026-08-31T15:06:37.322Z | Compiling stringprep v0.1.5 |
| 2187 | 2026-08-31T15:06:37.396Z | Compiling serde_urlencoded v0.7.1 |
| 2188 | 2026-08-31T15:06:37.640Z | Compiling env_logger v0.11.11 |
| 2189 | 2026-08-31T15:06:37.684Z | Compiling derive_builder_macro v0.20.2 |
| 2190 | 2026-08-31T15:06:37.701Z | Compiling newtype-uuid v1.3.2 |
| 2191 | 2026-08-31T15:06:37.814Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2192 | 2026-08-31T15:06:37.968Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2193 | 2026-08-31T15:06:38.019Z | Compiling rsa v0.9.10 |
| 2194 | 2026-08-31T15:06:38.050Z | Compiling oxnet v0.1.6 |
| 2195 | 2026-08-31T15:06:38.178Z | Compiling addr2line v0.25.1 |
| 2196 | 2026-08-31T15:06:38.189Z | Compiling serde-hex v0.1.0 |
| 2197 | 2026-08-31T15:06:38.320Z | Compiling hashbrown v0.13.2 |
| 2198 | 2026-08-31T15:06:38.371Z | Compiling tokio-native-tls v0.3.1 |
| 2199 | 2026-08-31T15:06:38.398Z | Compiling bzip2 v0.4.4 |
| 2200 | 2026-08-31T15:06:38.421Z | Compiling usdt-attr-macro v0.6.0 |
| 2201 | 2026-08-31T15:06:38.496Z | Compiling usdt-macro v0.6.0 |
| 2202 | 2026-08-31T15:06:38.521Z | Compiling derive-ex v0.1.8 |
| 2203 | 2026-08-31T15:06:38.614Z | Compiling block-padding v0.4.2 |
| 2204 | 2026-08-31T15:06:38.636Z | Compiling block-buffer v0.12.1 |
| 2205 | 2026-08-31T15:06:38.655Z | Compiling crypto-common v0.2.2 |
| 2206 | 2026-08-31T15:06:38.856Z | Compiling convert_case v0.10.0 |
| 2207 | 2026-08-31T15:06:39.085Z | Compiling rustls-native-certs v0.8.3 |
| 2208 | 2026-08-31T15:06:39.290Z | Compiling x509-cert v0.2.5 |
| 2209 | 2026-08-31T15:06:39.345Z | Compiling md-5 v0.10.6 |
| 2210 | 2026-08-31T15:06:39.350Z | Compiling bstr v1.12.1 |
| 2211 | 2026-08-31T15:06:39.697Z | Compiling vergen-lib v9.1.0 |
| 2212 | 2026-08-31T15:06:39.713Z | Compiling hash32 v0.2.1 |
| 2213 | 2026-08-31T15:06:39.867Z | Compiling encoding_rs v0.8.35 |
| 2214 | 2026-08-31T15:06:39.921Z | Compiling crc-any v2.5.0 |
| 2215 | 2026-08-31T15:06:39.925Z | Compiling unicode-width v0.2.0 |
| 2216 | 2026-08-31T15:06:40.028Z | Compiling fallible-iterator v0.2.0 |
| 2217 | 2026-08-31T15:06:40.123Z | Compiling cpufeatures v0.3.0 |
| 2218 | 2026-08-31T15:06:40.147Z | Compiling mime v0.3.17 |
| 2219 | 2026-08-31T15:06:40.234Z | Compiling rustc-demangle v0.1.27 |
| 2220 | 2026-08-31T15:06:40.272Z | Compiling psl-types v2.0.11 |
| 2221 | 2026-08-31T15:06:40.396Z | Compiling publicsuffix v2.3.0 |
| 2222 | 2026-08-31T15:06:40.415Z | Compiling postgres-protocol v0.6.10 |
| 2223 | 2026-08-31T15:06:40.532Z | Compiling test-strategy v0.4.5 |
| 2224 | 2026-08-31T15:06:40.585Z | Compiling backtrace v0.3.76 |
| 2225 | 2026-08-31T15:06:41.124Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2226 | 2026-08-31T15:06:41.241Z | Compiling derive_more-impl v2.1.1 |
| 2227 | 2026-08-31T15:06:41.306Z | Compiling object v0.30.4 |
| 2228 | 2026-08-31T15:06:41.331Z | Compiling inout v0.2.2 |
| 2229 | 2026-08-31T15:06:41.400Z | Compiling zip v0.6.6 |
| 2230 | 2026-08-31T15:06:41.462Z | Compiling hyper-tls v0.6.0 |
| 2231 | 2026-08-31T15:06:41.517Z | Compiling daft v0.1.8 |
| 2232 | 2026-08-31T15:06:41.531Z | Compiling derive_builder v0.20.2 |
| 2233 | 2026-08-31T15:06:41.628Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2234 | 2026-08-31T15:06:41.700Z | Compiling phf_shared v0.13.1 |
| 2235 | 2026-08-31T15:06:41.832Z | Compiling pin-project v1.1.11 |
| 2236 | 2026-08-31T15:06:41.938Z | Compiling toml v0.7.8 |
| 2237 | 2026-08-31T15:06:41.975Z | Compiling heck v0.4.1 |
| 2238 | 2026-08-31T15:06:42.015Z | Compiling serde_with_macros v3.21.0 |
| 2239 | 2026-08-31T15:06:42.045Z | Compiling futures-executor v0.3.32 |
| 2240 | 2026-08-31T15:06:42.220Z | Compiling miette-derive v7.6.0 |
| 2241 | 2026-08-31T15:06:42.245Z | Compiling enum-as-inner v0.6.1 |
| 2242 | 2026-08-31T15:06:42.261Z | Compiling serde_repr v0.1.20 |
| 2243 | 2026-08-31T15:06:42.290Z | Compiling async-recursion v1.1.1 |
| 2244 | 2026-08-31T15:06:42.466Z | Compiling ff v0.13.1 |
| 2245 | 2026-08-31T15:06:42.479Z | Compiling vergen v9.1.0 |
| 2246 | 2026-08-31T15:06:42.572Z | Compiling cargo-platform v0.3.2 |
| 2247 | 2026-08-31T15:06:42.687Z | Compiling jiff-core v0.1.0 |
| 2248 | 2026-08-31T15:06:42.768Z | Compiling foldhash v0.2.0 |
| 2249 | 2026-08-31T15:06:42.796Z | Compiling bitflags v1.3.2 |
| 2250 | 2026-08-31T15:06:42.838Z | Compiling managed v0.8.0 |
| 2251 | 2026-08-31T15:06:42.884Z | Compiling smawk v0.3.2 |
| 2252 | 2026-08-31T15:06:42.914Z | Compiling base16ct v0.2.0 |
| 2253 | 2026-08-31T15:06:42.988Z | Compiling foldhash v0.1.5 |
| 2254 | 2026-08-31T15:06:43.065Z | Compiling path-slash v0.1.5 |
| 2255 | 2026-08-31T15:06:43.101Z | Compiling unicode-linebreak v0.1.5 |
| 2256 | 2026-08-31T15:06:43.202Z | Compiling bumpalo v3.20.2 |
| 2257 | 2026-08-31T15:06:43.207Z | Compiling same-file v1.0.6 |
| 2258 | 2026-08-31T15:06:43.288Z | Compiling is_ci v1.2.0 |
| 2259 | 2026-08-31T15:06:43.291Z | Compiling libbz2-rs-sys v0.2.2 |
| 2260 | 2026-08-31T15:06:43.350Z | Compiling walkdir v2.5.0 |
| 2261 | 2026-08-31T15:06:43.383Z | Compiling supports-color v3.0.2 |
| 2262 | 2026-08-31T15:06:43.406Z | Compiling zopfli v0.8.3 |
| 2263 | 2026-08-31T15:06:43.435Z | Compiling jiff v0.2.34 |
| 2264 | 2026-08-31T15:06:43.562Z | Compiling textwrap v0.16.2 |
| 2265 | 2026-08-31T15:06:43.679Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2266 | 2026-08-31T15:06:43.714Z | Compiling hashbrown v0.15.5 |
| 2267 | 2026-08-31T15:06:43.785Z | Compiling bzip2 v0.6.1 |
| 2268 | 2026-08-31T15:06:43.909Z | Compiling sec1 v0.7.3 |
| 2269 | 2026-08-31T15:06:44.002Z | Compiling hashbrown v0.16.1 |
| 2270 | 2026-08-31T15:06:44.037Z | Compiling cargo_metadata v0.23.1 |
| 2271 | 2026-08-31T15:06:44.225Z | Compiling group v0.13.0 |
| 2272 | 2026-08-31T15:06:44.495Z | Compiling futures v0.3.32 |
| 2273 | 2026-08-31T15:06:44.892Z | Compiling snafu v0.8.9 |
| 2274 | 2026-08-31T15:06:44.990Z | Compiling phf v0.13.1 |
| 2275 | 2026-08-31T15:06:45.037Z | Compiling reqwest v0.12.28 |
| 2276 | 2026-08-31T15:06:45.193Z | Compiling cipher v0.5.2 |
| 2277 | 2026-08-31T15:06:45.248Z | Compiling signal-hook-mio v0.2.5 |
| 2278 | 2026-08-31T15:06:45.303Z | Compiling cookie_store v0.22.1 |
| 2279 | 2026-08-31T15:06:45.321Z | Compiling backtrace-ext v0.2.1 |
| 2280 | 2026-08-31T15:06:45.383Z | Compiling zstd v0.13.3 |
| 2281 | 2026-08-31T15:06:45.477Z | Compiling postgres-types v0.2.12 |
| 2282 | 2026-08-31T15:06:45.495Z | Compiling globset v0.4.18 |
| 2283 | 2026-08-31T15:06:45.662Z | Compiling strum v0.27.2 |
| 2284 | 2026-08-31T15:06:45.726Z | Compiling hubpack v0.1.2 |
| 2285 | 2026-08-31T15:06:45.833Z | Compiling phf_shared v0.11.3 |
| 2286 | 2026-08-31T15:06:45.846Z | Compiling hkdf v0.12.4 |
| 2287 | 2026-08-31T15:06:45.864Z | Compiling crossbeam-epoch v0.9.18 |
| 2288 | 2026-08-31T15:06:45.924Z | Compiling byte-wrapper v0.1.0 |
| 2289 | 2026-08-31T15:06:45.964Z | Compiling olpc-cjson v0.1.4 |
| 2290 | 2026-08-31T15:06:46.001Z | Compiling ed25519 v2.2.3 |
| 2291 | 2026-08-31T15:06:46.148Z | Compiling pem v3.0.6 |
| 2292 | 2026-08-31T15:06:46.219Z | Compiling crypto-bigint v0.5.5 |
| 2293 | 2026-08-31T15:06:46.243Z | Compiling serde-big-array v0.5.1 |
| 2294 | 2026-08-31T15:06:46.306Z | Compiling serde_plain v1.0.2 |
| 2295 | 2026-08-31T15:06:46.410Z | Compiling float-cmp v0.10.0 |
| 2296 | 2026-08-31T15:06:46.443Z | Compiling memmap2 v0.9.10 |
| 2297 | 2026-08-31T15:06:46.460Z | Compiling const-oid v0.10.2 |
| 2298 | 2026-08-31T15:06:46.481Z | Compiling precomputed-hash v0.1.1 |
| 2299 | 2026-08-31T15:06:46.576Z | Compiling predicates-core v1.0.10 |
| 2300 | 2026-08-31T15:06:46.590Z | Compiling new_debug_unreachable v1.0.6 |
| 2301 | 2026-08-31T15:06:46.649Z | Compiling whoami v2.1.0 |
| 2302 | 2026-08-31T15:06:46.667Z | Compiling normalize-line-endings v0.3.0 |
| 2303 | 2026-08-31T15:06:46.683Z | Compiling supports-hyperlinks v3.2.0 |
| 2304 | 2026-08-31T15:06:46.683Z | Compiling difflib v0.4.0 |
| 2305 | 2026-08-31T15:06:46.773Z | Compiling unicode-width v0.1.14 |
| 2306 | 2026-08-31T15:06:46.776Z | Compiling keccak v0.1.6 |
| 2307 | 2026-08-31T15:06:46.803Z | Compiling static_assertions v1.1.0 |
| 2308 | 2026-08-31T15:06:46.839Z | Compiling fixedbitset v0.4.2 |
| 2309 | 2026-08-31T15:06:46.943Z | Compiling data-encoding v2.10.0 |
| 2310 | 2026-08-31T15:06:46.989Z | Compiling typed-path v0.9.3 |
| 2311 | 2026-08-31T15:06:47.048Z | Compiling toml_write v0.1.2 |
| 2312 | 2026-08-31T15:06:47.062Z | Compiling fixedbitset v0.5.7 |
| 2313 | 2026-08-31T15:06:47.095Z | Compiling supports-unicode v3.0.0 |
| 2314 | 2026-08-31T15:06:47.145Z | Compiling elliptic-curve v0.13.8 |
| 2315 | 2026-08-31T15:06:47.264Z | Compiling petgraph v0.8.3 |
| 2316 | 2026-08-31T15:06:47.301Z | Compiling hickory-proto v0.25.2 |
| 2317 | 2026-08-31T15:06:47.348Z | Compiling toml_edit v0.22.27 |
| 2318 | 2026-08-31T15:06:47.445Z | Compiling miette v7.6.0 |
| 2319 | 2026-08-31T15:06:47.507Z | Compiling chacha20 v0.10.0 |
| 2320 | 2026-08-31T15:06:47.683Z | Compiling petgraph v0.6.5 |
| 2321 | 2026-08-31T15:06:47.741Z | Compiling sha3 v0.10.8 |
| 2322 | 2026-08-31T15:06:47.812Z | Compiling predicates v3.1.4 |
| 2323 | 2026-08-31T15:06:47.997Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2324 | 2026-08-31T15:06:48.034Z | Compiling tokio-postgres v0.7.16 |
| 2325 | 2026-08-31T15:06:48.378Z | Compiling string_cache v0.8.9 |
| 2326 | 2026-08-31T15:06:48.433Z | Compiling digest v0.11.3 |
| 2327 | 2026-08-31T15:06:48.549Z | Compiling usdt v0.6.0 |
| 2328 | 2026-08-31T15:06:48.742Z | Compiling ed25519-dalek v2.2.0 |
| 2329 | 2026-08-31T15:06:49.024Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2330 | 2026-08-31T15:06:49.663Z | Compiling zip v4.6.1 |
| 2331 | 2026-08-31T15:06:49.766Z | Compiling crossterm v0.28.1 |
| 2332 | 2026-08-31T15:06:50.094Z | Compiling iddqd v0.4.2 |
| 2333 | 2026-08-31T15:06:50.364Z | Compiling serde_with v3.21.0 |
| 2334 | 2026-08-31T15:06:50.400Z | Compiling derive_more v2.1.1 |
| 2335 | 2026-08-31T15:06:50.436Z | Compiling similar v2.7.0 |
| 2336 | 2026-08-31T15:06:50.517Z | Compiling strum v0.26.3 |
| 2337 | 2026-08-31T15:06:50.691Z | Compiling tokio-stream v0.1.18 |
| 2338 | 2026-08-31T15:06:50.728Z | Compiling itertools v0.13.0 |
| 2339 | 2026-08-31T15:06:50.774Z | Compiling buf-list v1.1.2 |
| 2340 | 2026-08-31T15:06:50.872Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2341 | 2026-08-31T15:06:51.167Z | Compiling openapiv3 v2.2.0 |
| 2342 | 2026-08-31T15:06:51.323Z | Compiling lalrpop-util v0.19.12 |
| 2343 | 2026-08-31T15:06:51.403Z | Compiling peg-runtime v0.8.5 |
| 2344 | 2026-08-31T15:07:09.482Z | Compiling rustls-webpki v0.103.13 |
| 2345 | 2026-08-31T15:07:12.881Z | Compiling tokio-rustls v0.26.4 |
| 2346 | 2026-08-31T15:07:12.902Z | Compiling rustls-platform-verifier v0.6.2 |
| 2347 | 2026-08-31T15:07:12.948Z | Compiling tough v0.22.0 |
| 2348 | 2026-08-31T15:07:12.998Z | Compiling macaddr v1.0.1 |
| 2349 | 2026-08-31T15:07:13.082Z | Compiling rayon-core v1.13.0 |
| 2350 | 2026-08-31T15:07:13.136Z | Compiling hyper-rustls v0.27.7 |
| 2351 | 2026-08-31T15:07:13.160Z | Compiling crucible-workspace-hack v0.1.0 |
| 2352 | 2026-08-31T15:07:13.301Z | Compiling secrecy v0.10.3 |
| 2353 | 2026-08-31T15:07:13.323Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2354 | 2026-08-31T15:07:13.376Z | Compiling reqwest v0.13.2 |
| 2355 | 2026-08-31T15:07:13.449Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2356 | 2026-08-31T15:07:13.489Z | Compiling heapless v0.8.0 |
| 2357 | 2026-08-31T15:07:13.565Z | Compiling crossbeam-deque v0.8.6 |
| 2358 | 2026-08-31T15:07:13.655Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2359 | 2026-08-31T15:07:13.661Z | Compiling ingot-macros v0.2.0 |
| 2360 | 2026-08-31T15:07:13.720Z | Compiling inout v0.1.4 |
| 2361 | 2026-08-31T15:07:13.740Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2362 | 2026-08-31T15:07:13.815Z | Compiling hash32 v0.3.1 |
| 2363 | 2026-08-31T15:07:13.903Z | Compiling multer v3.1.0 |
| 2364 | 2026-08-31T15:07:13.919Z | Compiling thread_local v1.1.9 |
| 2365 | 2026-08-31T15:07:14.007Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2366 | 2026-08-31T15:07:14.029Z | Compiling smoltcp v0.11.0 |
| 2367 | 2026-08-31T15:07:14.053Z | Compiling slog-async v2.8.0 |
| 2368 | 2026-08-31T15:07:14.114Z | Compiling match_cfg v0.1.0 |
| 2369 | 2026-08-31T15:07:14.204Z | Compiling compression-core v0.4.31 |
| 2370 | 2026-08-31T15:07:14.284Z | Compiling hostname v0.3.1 |
| 2371 | 2026-08-31T15:07:14.389Z | Compiling compression-codecs v0.4.37 |
| 2372 | 2026-08-31T15:07:14.403Z | Compiling proc-macro-crate v3.4.0 |
| 2373 | 2026-08-31T15:07:14.436Z | Compiling cipher v0.4.4 |
| 2374 | 2026-08-31T15:07:14.486Z | Compiling atomicwrites v0.4.4 |
| 2375 | 2026-08-31T15:07:14.489Z | Compiling slog-json v2.6.1 |
| 2376 | 2026-08-31T15:07:14.522Z | Compiling crossbeam-channel v0.5.15 |
| 2377 | 2026-08-31T15:07:14.735Z | Compiling half v2.7.1 |
| 2378 | 2026-08-31T15:07:14.773Z | Compiling universal-hash v0.5.1 |
| 2379 | 2026-08-31T15:07:14.777Z | Compiling newtype-uuid-macros v0.1.0 |
| 2380 | 2026-08-31T15:07:14.836Z | Compiling serde_tokenstream v0.3.0 |
| 2381 | 2026-08-31T15:07:14.857Z | Compiling cobs v0.3.0 |
| 2382 | 2026-08-31T15:07:14.938Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2383 | 2026-08-31T15:07:14.998Z | Compiling async-stream-impl v0.3.6 |
| 2384 | 2026-08-31T15:07:15.113Z | Compiling serde_spanned v1.1.1 |
| 2385 | 2026-08-31T15:07:15.153Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2386 | 2026-08-31T15:07:15.153Z | Compiling is-terminal v0.4.17 |
| 2387 | 2026-08-31T15:07:15.184Z | Compiling proc-macro-error-attr v1.0.4 |
| 2388 | 2026-08-31T15:07:15.252Z | Compiling dropshot v0.17.1 |
| 2389 | 2026-08-31T15:07:15.343Z | Compiling ciborium-io v0.2.2 |
| 2390 | 2026-08-31T15:07:15.343Z | Compiling convert_case v0.4.0 |
| 2391 | 2026-08-31T15:07:15.398Z | Compiling opaque-debug v0.3.1 |
| 2392 | 2026-08-31T15:07:15.416Z | Compiling take_mut v0.2.2 |
| 2393 | 2026-08-31T15:07:15.492Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2394 | 2026-08-31T15:07:15.509Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2395 | 2026-08-31T15:07:15.525Z | Compiling term v1.2.1 |
| 2396 | 2026-08-31T15:07:15.579Z | Compiling async-stream v0.3.6 |
| 2397 | 2026-08-31T15:07:15.611Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2398 | 2026-08-31T15:07:15.625Z | Compiling derive_more v0.99.20 |
| 2399 | 2026-08-31T15:07:15.748Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2400 | 2026-08-31T15:07:15.830Z | Compiling poly1305 v0.8.0 |
| 2401 | 2026-08-31T15:07:15.902Z | Compiling slog-term v2.9.2 |
| 2402 | 2026-08-31T15:07:15.951Z | Compiling thiserror-no-std v2.0.2 |
| 2403 | 2026-08-31T15:07:15.972Z | Compiling ciborium-ll v0.2.2 |
| 2404 | 2026-08-31T15:07:16.060Z | Compiling oxide-generation-macros v0.2.0 |
| 2405 | 2026-08-31T15:07:16.206Z | Compiling postcard v1.1.3 |
| 2406 | 2026-08-31T15:07:16.251Z | Compiling ingot-types v0.2.0 |
| 2407 | 2026-08-31T15:07:16.488Z | Compiling num_enum_derive v0.7.6 |
| 2408 | 2026-08-31T15:07:16.514Z | Compiling slog-bunyan v2.5.0 |
| 2409 | 2026-08-31T15:07:16.605Z | Compiling chacha20 v0.9.1 |
| 2410 | 2026-08-31T15:07:16.680Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2411 | 2026-08-31T15:07:16.728Z | Compiling ingot v0.2.1 |
| 2412 | 2026-08-31T15:07:16.744Z | Compiling async-compression v0.4.41 |
| 2413 | 2026-08-31T15:07:16.779Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2414 | 2026-08-31T15:07:16.887Z | Compiling sha1 v0.11.0 |
| 2415 | 2026-08-31T15:07:17.021Z | Compiling oxide-generation v0.1.3 |
| 2416 | 2026-08-31T15:07:17.150Z | Compiling parse-display-derive v0.10.0 |
| 2417 | 2026-08-31T15:07:17.217Z | Compiling proc-macro-crate v1.3.1 |
| 2418 | 2026-08-31T15:07:17.352Z | Compiling waitgroup v0.1.2 |
| 2419 | 2026-08-31T15:07:17.369Z | Compiling rustls-pemfile v2.2.0 |
| 2420 | 2026-08-31T15:07:17.439Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2421 | 2026-08-31T15:07:17.524Z | Compiling backon v1.6.0 |
| 2422 | 2026-08-31T15:07:17.571Z | Compiling password-hash v0.5.0 |
| 2423 | 2026-08-31T15:07:17.672Z | Compiling blake2 v0.10.6 |
| 2424 | 2026-08-31T15:07:17.787Z | Compiling aead v0.5.2 |
| 2425 | 2026-08-31T15:07:17.808Z | Compiling dropshot_endpoint v0.17.1 |
| 2426 | 2026-08-31T15:07:17.839Z | Compiling foreign-types-macros v0.2.3 |
| 2427 | 2026-08-31T15:07:17.872Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2428 | 2026-08-31T15:07:17.910Z | Compiling serde_path_to_error v0.1.20 |
| 2429 | 2026-08-31T15:07:17.998Z | Compiling hostname v0.4.2 |
| 2430 | 2026-08-31T15:07:18.182Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2431 | 2026-08-31T15:07:18.199Z | Compiling proc-macro-error v1.0.4 |
| 2432 | 2026-08-31T15:07:18.282Z | Compiling instant v0.1.13 |
| 2433 | 2026-08-31T15:07:18.370Z | Compiling debug-ignore v1.0.5 |
| 2434 | 2026-08-31T15:07:18.403Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2435 | 2026-08-31T15:07:18.422Z | Compiling foreign-types-shared v0.3.1 |
| 2436 | 2026-08-31T15:07:18.479Z | Compiling backoff v0.4.0 |
| 2437 | 2026-08-31T15:07:18.496Z | Compiling argon2 v0.5.3 |
| 2438 | 2026-08-31T15:07:18.501Z | Compiling chacha20poly1305 v0.10.1 |
| 2439 | 2026-08-31T15:07:18.542Z | Compiling foreign-types v0.5.0 |
| 2440 | 2026-08-31T15:07:18.559Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2441 | 2026-08-31T15:07:18.575Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2442 | 2026-08-31T15:07:18.623Z | Compiling parse-display v0.10.0 |
| 2443 | 2026-08-31T15:07:18.639Z | Compiling num_enum_derive v0.5.11 |
| 2444 | 2026-08-31T15:07:18.655Z | Compiling num_enum v0.7.6 |
| 2445 | 2026-08-31T15:07:18.691Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2446 | 2026-08-31T15:07:18.721Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2447 | 2026-08-31T15:07:18.790Z | Compiling ciborium v0.2.2 |
| 2448 | 2026-08-31T15:07:18.806Z | Compiling vsss-rs v3.3.4 |
| 2449 | 2026-08-31T15:07:19.284Z | Compiling regress v0.10.5 |
| 2450 | 2026-08-31T15:07:19.364Z | Compiling itertools v0.14.0 |
| 2451 | 2026-08-31T15:07:19.406Z | Compiling tabwriter v1.4.1 |
| 2452 | 2026-08-31T15:07:19.421Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2453 | 2026-08-31T15:07:19.437Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2454 | 2026-08-31T15:07:19.476Z | Compiling cstr-argument v0.1.2 |
| 2455 | 2026-08-31T15:07:19.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2456 | 2026-08-31T15:07:19.593Z | Compiling humantime v2.3.0 |
| 2457 | 2026-08-31T15:07:19.653Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2458 | 2026-08-31T15:07:19.732Z | Compiling num_enum v0.5.11 |
| 2459 | 2026-08-31T15:07:19.823Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2460 | 2026-08-31T15:07:19.856Z | Compiling rayon v1.11.0 |
| 2461 | 2026-08-31T15:07:19.872Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2462 | 2026-08-31T15:07:19.991Z | Compiling rand v0.10.1 |
| 2463 | 2026-08-31T15:07:20.011Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2464 | 2026-08-31T15:07:20.026Z | Compiling libefi-sys v0.1.0 |
| 2465 | 2026-08-31T15:07:20.042Z | Compiling colored v3.1.1 |
| 2466 | 2026-08-31T15:07:20.081Z | Compiling indent_write v2.2.0 |
| 2467 | 2026-08-31T15:07:20.081Z | Compiling zone_cfg_derive v0.3.1 |
| 2468 | 2026-08-31T15:07:20.111Z | Compiling illumos-nvpair v0.3.0 |
| 2469 | 2026-08-31T15:07:20.250Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2470 | 2026-08-31T15:07:20.272Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2471 | 2026-08-31T15:07:20.351Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2472 | 2026-08-31T15:07:20.367Z | Compiling camino-tempfile v1.4.1 |
| 2473 | 2026-08-31T15:07:20.385Z | Compiling itertools v0.12.1 |
| 2474 | 2026-08-31T15:07:20.401Z | Compiling usdt-macro v0.5.0 |
| 2475 | 2026-08-31T15:07:20.501Z | Compiling usdt-attr-macro v0.5.0 |
| 2476 | 2026-08-31T15:07:20.591Z | Compiling bitfield-struct v0.6.2 |
| 2477 | 2026-08-31T15:07:20.730Z | Compiling num-derive v0.4.2 |
| 2478 | 2026-08-31T15:07:20.787Z | Compiling blake3 v1.8.5 |
| 2479 | 2026-08-31T15:07:21.210Z | Compiling sigpipe v0.1.3 |
| 2480 | 2026-08-31T15:07:21.213Z | Compiling memmap v0.7.0 |
| 2481 | 2026-08-31T15:07:21.213Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2482 | 2026-08-31T15:07:21.213Z | Compiling glob v0.3.3 |
| 2483 | 2026-08-31T15:07:21.213Z | Compiling swrite v0.1.0 |
| 2484 | 2026-08-31T15:07:21.213Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2485 | 2026-08-31T15:07:21.214Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2486 | 2026-08-31T15:07:21.214Z | Compiling smf v0.2.3 |
| 2487 | 2026-08-31T15:07:21.224Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2488 | 2026-08-31T15:07:21.282Z | Compiling usdt v0.5.0 |
| 2489 | 2026-08-31T15:07:21.338Z | Compiling filetime v0.2.27 |
| 2490 | 2026-08-31T15:07:21.392Z | Compiling whoami v1.6.1 |
| 2491 | 2026-08-31T15:07:21.543Z | Compiling arrayvec v0.7.6 |
| 2492 | 2026-08-31T15:07:21.573Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2493 | 2026-08-31T15:07:21.577Z | Compiling arrayref v0.3.9 |
| 2494 | 2026-08-31T15:07:21.614Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2495 | 2026-08-31T15:07:21.656Z | Compiling xattr v1.6.1 |
| 2496 | 2026-08-31T15:07:21.668Z | Compiling constant_time_eq v0.4.2 |
| 2497 | 2026-08-31T15:07:21.671Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2498 | 2026-08-31T15:07:21.800Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2499 | 2026-08-31T15:07:21.826Z | Compiling zone v0.3.1 |
| 2500 | 2026-08-31T15:07:21.882Z | Compiling tar v0.4.46 |
| 2501 | 2026-08-31T15:07:21.885Z | Compiling tokio-dtrace v0.1.1 |
| 2502 | 2026-08-31T15:07:21.916Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2503 | 2026-08-31T15:07:21.920Z | Compiling gethostname v0.5.0 |
| 2504 | 2026-08-31T15:07:22.045Z | Compiling console v0.16.2 |
| 2505 | 2026-08-31T15:07:22.167Z | Compiling topological-sort v0.2.2 |
| 2506 | 2026-08-31T15:07:22.225Z | Compiling unit-prefix v0.5.2 |
| 2507 | 2026-08-31T15:07:22.273Z | Compiling oxide-tokio-rt v0.1.4 |
| 2508 | 2026-08-31T15:07:22.348Z | Compiling toml v0.8.23 |
| 2509 | 2026-08-31T15:07:22.367Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2510 | 2026-08-31T15:07:22.398Z | Compiling shell-words v1.1.1 |
| 2511 | 2026-08-31T15:07:22.522Z | Compiling indicatif v0.18.4 |
| 2512 | 2026-08-31T15:07:31.890Z | Compiling progenitor-client v0.14.0 |
| 2513 | 2026-08-31T15:07:31.890Z | Compiling omicron-zone-package v0.12.3 |
| 2514 | 2026-08-31T15:07:32.138Z | Compiling progenitor-extras v0.2.0 |
| 2515 | 2026-08-31T15:07:32.455Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2516 | 2026-08-31T15:07:32.534Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2517 | 2026-08-31T15:07:32.550Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2518 | 2026-08-31T15:07:32.601Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2519 | 2026-08-31T15:07:32.625Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2520 | 2026-08-31T15:07:32.703Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2521 | 2026-08-31T15:07:32.743Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2522 | 2026-08-31T15:07:32.861Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2523 | 2026-08-31T15:07:33.342Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2524 | 2026-08-31T15:07:36.864Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2525 | 2026-08-31T15:07:46.300Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2526 | 2026-08-31T15:07:49.744Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2527 | 2026-08-31T15:07:50.821Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2528 | 2026-08-31T15:08:01.513Z | Finished `release` profile [optimized] target(s) in 1m 48s |
| 2529 | 2026-08-31T15:08:01.595Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2530 | 2026-08-31T15:08:01.656Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2531 | 2026-08-31T15:08:01.659Z | Created new build target 'test' and set it as active |
| 2532 | 2026-08-31T15:08:01.663Z | |
| 2533 | 2026-08-31T15:08:01.663Z | real 1:48.810900263 |
| 2534 | 2026-08-31T15:08:01.663Z | user 17:53.179437295 |
| 2535 | 2026-08-31T15:08:01.663Z | sys 2:46.586459453 |
| 2536 | 2026-08-31T15:08:01.663Z | trap 0.484495893 |
| 2537 | 2026-08-31T15:08:01.663Z | tflt 2.395221210 |
| 2538 | 2026-08-31T15:08:01.663Z | dflt 4.642949568 |
| 2539 | 2026-08-31T15:08:01.663Z | kflt 0.000607860 |
| 2540 | 2026-08-31T15:08:01.663Z | lock 58:32.909133813 |
| 2541 | 2026-08-31T15:08:01.663Z | slp 45:21.941090397 |
| 2542 | 2026-08-31T15:08:01.663Z | lat 52.741415839 |
| 2543 | 2026-08-31T15:08:01.663Z | stop 6:22.827512945 |
| 2544 | 2026-08-31T15:08:01.663Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2545 | 2026-08-31T15:08:02.551Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2546 | 2026-08-31T15:08:02.620Z | Running `target/release/omicron-package -t test package` |
| 2547 | 2026-08-31T15:08:02.679Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2548 | 2026-08-31T15:08:04.136Z | Compiling heck v0.5.0 |
| 2549 | 2026-08-31T15:08:04.136Z | Compiling regress v0.11.1 |
| 2550 | 2026-08-31T15:08:04.356Z | Compiling unsafe-libyaml v0.2.11 |
| 2551 | 2026-08-31T15:08:04.368Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2552 | 2026-08-31T15:08:04.421Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2553 | 2026-08-31T15:08:04.421Z | Compiling derive-where v1.6.0 |
| 2554 | 2026-08-31T15:08:04.428Z | Compiling bytecount v0.6.9 |
| 2555 | 2026-08-31T15:08:04.464Z | Compiling atomicwrites v0.4.4 |
| 2556 | 2026-08-31T15:08:04.486Z | Compiling is-terminal v0.4.17 |
| 2557 | 2026-08-31T15:08:04.527Z | Compiling prettyplease v0.2.37 |
| 2558 | 2026-08-31T15:08:04.530Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2559 | 2026-08-31T15:08:04.530Z | Compiling newline-converter v0.3.0 |
| 2560 | 2026-08-31T15:08:04.549Z | Compiling console v0.15.11 |
| 2561 | 2026-08-31T15:08:04.615Z | Compiling slog-dtrace v0.3.0 |
| 2562 | 2026-08-31T15:08:04.640Z | Compiling cancel-safe-futures v0.1.5 |
| 2563 | 2026-08-31T15:08:04.647Z | Compiling num-rational v0.4.2 |
| 2564 | 2026-08-31T15:08:04.688Z | Compiling num-complex v0.4.6 |
| 2565 | 2026-08-31T15:08:04.708Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2566 | 2026-08-31T15:08:04.712Z | Compiling thread_local v1.1.9 |
| 2567 | 2026-08-31T15:08:04.810Z | Compiling resolv-conf v0.7.6 |
| 2568 | 2026-08-31T15:08:04.831Z | Compiling match_cfg v0.1.0 |
| 2569 | 2026-08-31T15:08:04.878Z | Compiling serde_yaml v0.9.34+deprecated |
| 2570 | 2026-08-31T15:08:04.950Z | Compiling compression-core v0.4.31 |
| 2571 | 2026-08-31T15:08:04.993Z | Compiling expectorate v1.2.0 |
| 2572 | 2026-08-31T15:08:05.130Z | Compiling compression-codecs v0.4.37 |
| 2573 | 2026-08-31T15:08:05.170Z | Compiling num v0.4.3 |
| 2574 | 2026-08-31T15:08:05.229Z | Compiling hostname v0.3.1 |
| 2575 | 2026-08-31T15:08:05.251Z | Compiling slog-async v2.8.0 |
| 2576 | 2026-08-31T15:08:05.270Z | Compiling multer v3.1.0 |
| 2577 | 2026-08-31T15:08:05.311Z | Compiling crossbeam-channel v0.5.15 |
| 2578 | 2026-08-31T15:08:05.331Z | Compiling slog-json v2.6.1 |
| 2579 | 2026-08-31T15:08:05.368Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2580 | 2026-08-31T15:08:05.393Z | Compiling serde_spanned v1.1.1 |
| 2581 | 2026-08-31T15:08:05.397Z | Compiling linear-map v1.2.0 |
| 2582 | 2026-08-31T15:08:05.439Z | Compiling float-ord v0.3.2 |
| 2583 | 2026-08-31T15:08:05.559Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2584 | 2026-08-31T15:08:05.583Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2585 | 2026-08-31T15:08:05.605Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2586 | 2026-08-31T15:08:05.629Z | Compiling term v1.2.1 |
| 2587 | 2026-08-31T15:08:05.657Z | Compiling oxide-update-engine-types v0.1.2 |
| 2588 | 2026-08-31T15:08:05.661Z | Compiling take_mut v0.2.2 |
| 2589 | 2026-08-31T15:08:05.677Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2590 | 2026-08-31T15:08:05.700Z | Compiling slog-bunyan v2.5.0 |
| 2591 | 2026-08-31T15:08:05.783Z | Compiling async-compression v0.4.41 |
| 2592 | 2026-08-31T15:08:05.839Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2593 | 2026-08-31T15:08:05.873Z | Compiling typify-impl v0.6.2 |
| 2594 | 2026-08-31T15:08:05.904Z | Compiling dropshot v0.17.1 |
| 2595 | 2026-08-31T15:08:05.969Z | Compiling slog-term v2.9.2 |
| 2596 | 2026-08-31T15:08:06.140Z | Compiling async-stream v0.3.6 |
| 2597 | 2026-08-31T15:08:06.166Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2598 | 2026-08-31T15:08:06.170Z | Compiling sha1 v0.11.0 |
| 2599 | 2026-08-31T15:08:06.288Z | Compiling progenitor-client v0.14.0 |
| 2600 | 2026-08-31T15:08:06.329Z | Compiling oxide-generation v0.1.3 |
| 2601 | 2026-08-31T15:08:06.351Z | Compiling waitgroup v0.1.2 |
| 2602 | 2026-08-31T15:08:06.376Z | Compiling rustls-pemfile v2.2.0 |
| 2603 | 2026-08-31T15:08:06.466Z | Compiling backon v1.6.0 |
| 2604 | 2026-08-31T15:08:06.486Z | Compiling hostname v0.4.2 |
| 2605 | 2026-08-31T15:08:06.514Z | Compiling serde_path_to_error v0.1.20 |
| 2606 | 2026-08-31T15:08:06.536Z | Compiling instant v0.1.13 |
| 2607 | 2026-08-31T15:08:06.608Z | Compiling linked-hash-map v0.5.6 |
| 2608 | 2026-08-31T15:08:06.636Z | Compiling minimal-lexical v0.2.1 |
| 2609 | 2026-08-31T15:08:06.668Z | Compiling debug-ignore v1.0.5 |
| 2610 | 2026-08-31T15:08:06.689Z | Compiling backoff v0.4.0 |
| 2611 | 2026-08-31T15:08:06.693Z | Compiling progenitor-extras v0.2.0 |
| 2612 | 2026-08-31T15:08:06.801Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2613 | 2026-08-31T15:08:06.805Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2614 | 2026-08-31T15:08:06.877Z | Compiling oxide-update-engine v0.1.2 |
| 2615 | 2026-08-31T15:08:06.909Z | Compiling nom v7.1.3 |
| 2616 | 2026-08-31T15:08:06.945Z | Compiling lru-cache v0.1.2 |
| 2617 | 2026-08-31T15:08:06.966Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2618 | 2026-08-31T15:08:06.986Z | Compiling parse-display v0.10.0 |
| 2619 | 2026-08-31T15:08:07.071Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2620 | 2026-08-31T15:08:07.118Z | Compiling regress v0.10.5 |
| 2621 | 2026-08-31T15:08:07.264Z | Compiling itertools v0.14.0 |
| 2622 | 2026-08-31T15:08:07.633Z | Compiling macaddr v1.0.1 |
| 2623 | 2026-08-31T15:08:07.775Z | Compiling humantime v2.3.0 |
| 2624 | 2026-08-31T15:08:07.888Z | Compiling unicode-xid v0.2.6 |
| 2625 | 2026-08-31T15:08:08.027Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2626 | 2026-08-31T15:08:08.039Z | Compiling hickory-proto v0.24.4 |
| 2627 | 2026-08-31T15:08:08.168Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2628 | 2026-08-31T15:08:08.211Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2629 | 2026-08-31T15:08:08.276Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2630 | 2026-08-31T15:08:08.513Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2631 | 2026-08-31T15:08:08.605Z | Compiling toml v0.8.23 |
| 2632 | 2026-08-31T15:08:08.704Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2633 | 2026-08-31T15:08:08.754Z | Compiling papergrid v0.11.0 |
| 2634 | 2026-08-31T15:08:09.050Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2635 | 2026-08-31T15:08:09.117Z | Compiling tabled_derive v0.7.0 |
| 2636 | 2026-08-31T15:08:09.182Z | Compiling termtree v0.5.1 |
| 2637 | 2026-08-31T15:08:09.334Z | Compiling crossterm v0.29.0 |
| 2638 | 2026-08-31T15:08:09.362Z | Compiling typify-macro v0.6.2 |
| 2639 | 2026-08-31T15:08:09.384Z | Compiling phf_shared v0.12.1 |
| 2640 | 2026-08-31T15:08:09.647Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2641 | 2026-08-31T15:08:10.013Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2642 | 2026-08-31T15:08:10.337Z | Compiling tabled v0.15.0 |
| 2643 | 2026-08-31T15:08:10.493Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2644 | 2026-08-31T15:08:10.587Z | Compiling hickory-resolver v0.24.4 |
| 2645 | 2026-08-31T15:08:10.962Z | Compiling typify v0.6.2 |
| 2646 | 2026-08-31T15:08:11.141Z | Compiling progenitor-impl v0.14.0 |
| 2647 | 2026-08-31T15:08:11.625Z | Compiling csv-core v0.1.13 |
| 2648 | 2026-08-31T15:08:11.734Z | Compiling vte v0.14.1 |
| 2649 | 2026-08-31T15:08:11.985Z | Compiling qorb v0.4.1 |
| 2650 | 2026-08-31T15:08:12.047Z | Compiling highway v1.3.0 |
| 2651 | 2026-08-31T15:08:12.120Z | Compiling chrono-tz v0.10.4 |
| 2652 | 2026-08-31T15:08:12.396Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2653 | 2026-08-31T15:08:12.749Z | Compiling strip-ansi-escapes v0.2.1 |
| 2654 | 2026-08-31T15:08:13.308Z | Compiling progenitor-macro v0.14.0 |
| 2655 | 2026-08-31T15:08:13.923Z | Compiling csv v1.4.0 |
| 2656 | 2026-08-31T15:08:14.278Z | Compiling phf v0.12.1 |
| 2657 | 2026-08-31T15:08:14.484Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2658 | 2026-08-31T15:08:14.805Z | Compiling const_format_proc_macros v0.2.34 |
| 2659 | 2026-08-31T15:08:14.869Z | Compiling fd-lock v4.0.4 |
| 2660 | 2026-08-31T15:08:14.986Z | Compiling peg-macros v0.8.5 |
| 2661 | 2026-08-31T15:08:15.045Z | Compiling nu-ansi-term v0.50.3 |
| 2662 | 2026-08-31T15:08:15.368Z | Compiling reedline v0.40.0 |
| 2663 | 2026-08-31T15:08:15.571Z | Compiling const_format v0.2.35 |
| 2664 | 2026-08-31T15:08:16.067Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2665 | 2026-08-31T15:08:16.228Z | Compiling peg v0.8.5 |
| 2666 | 2026-08-31T15:08:16.256Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2667 | 2026-08-31T15:08:16.331Z | Compiling bcs v0.1.6 |
| 2668 | 2026-08-31T15:08:16.751Z | Compiling nom v8.0.0 |
| 2669 | 2026-08-31T15:08:16.807Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2670 | 2026-08-31T15:08:17.313Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2671 | 2026-08-31T15:08:17.377Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2672 | 2026-08-31T15:08:17.399Z | Compiling progenitor v0.14.0 |
| 2673 | 2026-08-31T15:08:17.593Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2674 | 2026-08-31T15:08:18.249Z | Compiling semver v0.1.20 |
| 2675 | 2026-08-31T15:08:18.400Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2676 | 2026-08-31T15:08:18.546Z | Compiling rustc_version v0.1.7 |
| 2677 | 2026-08-31T15:08:18.707Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2678 | 2026-08-31T15:08:18.796Z | Compiling newtype_derive v0.1.6 |
| 2679 | 2026-08-31T15:08:18.957Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2680 | 2026-08-31T15:08:19.076Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2681 | 2026-08-31T15:08:19.230Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2682 | 2026-08-31T15:08:19.446Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2683 | 2026-08-31T15:08:20.011Z | Compiling steno v0.4.1 |
| 2684 | 2026-08-31T15:08:20.293Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2685 | 2026-08-31T15:08:20.564Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2686 | 2026-08-31T15:08:20.654Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2687 | 2026-08-31T15:08:20.875Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2688 | 2026-08-31T15:08:20.898Z | Compiling sha1 v0.10.6 |
| 2689 | 2026-08-31T15:08:21.256Z | Compiling utf-8 v0.7.6 |
| 2690 | 2026-08-31T15:08:21.390Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2691 | 2026-08-31T15:08:21.499Z | Compiling tagptr v0.2.0 |
| 2692 | 2026-08-31T15:08:21.561Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2693 | 2026-08-31T15:08:21.692Z | Compiling moka v0.12.13 |
| 2694 | 2026-08-31T15:08:21.812Z | Compiling tungstenite v0.21.0 |
| 2695 | 2026-08-31T15:08:22.136Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2696 | 2026-08-31T15:08:22.947Z | Compiling hickory-resolver v0.25.2 |
| 2697 | 2026-08-31T15:08:23.323Z | Compiling tokio-tungstenite v0.21.0 |
| 2698 | 2026-08-31T15:08:23.711Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2699 | 2026-08-31T15:08:23.869Z | Compiling darling_core v0.21.3 |
| 2700 | 2026-08-31T15:08:24.732Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2701 | 2026-08-31T15:08:25.655Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2702 | 2026-08-31T15:08:25.795Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2703 | 2026-08-31T15:08:26.029Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2704 | 2026-08-31T15:08:26.162Z | Compiling darling_macro v0.21.3 |
| 2705 | 2026-08-31T15:08:26.754Z | Compiling display-error-chain v0.2.2 |
| 2706 | 2026-08-31T15:08:26.927Z | Compiling darling v0.21.3 |
| 2707 | 2026-08-31T15:08:27.099Z | Compiling vergen-lib v0.1.6 |
| 2708 | 2026-08-31T15:08:27.414Z | Compiling diesel_derives v2.3.7 |
| 2709 | 2026-08-31T15:08:27.466Z | Compiling dsl_auto_type v0.2.0 |
| 2710 | 2026-08-31T15:08:27.758Z | Compiling scheduled-thread-pool v0.2.7 |
| 2711 | 2026-08-31T15:08:27.998Z | Compiling vergen-gitcl v1.0.8 |
| 2712 | 2026-08-31T15:08:28.222Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2713 | 2026-08-31T15:08:28.323Z | Compiling dirs-sys-next v0.1.2 |
| 2714 | 2026-08-31T15:08:28.397Z | Compiling maplit v1.0.2 |
| 2715 | 2026-08-31T15:08:28.444Z | Compiling crunchy v0.2.4 |
| 2716 | 2026-08-31T15:08:28.516Z | Compiling glob v0.3.3 |
| 2717 | 2026-08-31T15:08:28.565Z | Compiling dirs-next v2.0.0 |
| 2718 | 2026-08-31T15:08:28.761Z | Compiling r2d2 v0.8.10 |
| 2719 | 2026-08-31T15:08:28.874Z | Compiling clang-sys v1.8.1 |
| 2720 | 2026-08-31T15:08:29.051Z | Compiling libscf-sys v1.2.0 |
| 2721 | 2026-08-31T15:08:29.086Z | Compiling downcast-rs v2.0.2 |
| 2722 | 2026-08-31T15:08:29.113Z | Compiling tiny-keccak v2.0.2 |
| 2723 | 2026-08-31T15:08:29.216Z | Compiling xshell-macros v0.2.7 |
| 2724 | 2026-08-31T15:08:29.292Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2725 | 2026-08-31T15:08:29.479Z | Compiling term v0.7.0 |
| 2726 | 2026-08-31T15:08:29.492Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2727 | 2026-08-31T15:08:29.577Z | Compiling papergrid v0.18.0 |
| 2728 | 2026-08-31T15:08:29.607Z | Compiling xshell v0.2.7 |
| 2729 | 2026-08-31T15:08:29.758Z | Compiling bit-vec v0.6.3 |
| 2730 | 2026-08-31T15:08:29.940Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2731 | 2026-08-31T15:08:29.966Z | Compiling bit-set v0.5.3 |
| 2732 | 2026-08-31T15:08:30.002Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2733 | 2026-08-31T15:08:30.030Z | Compiling ascii-canvas v3.0.0 |
| 2734 | 2026-08-31T15:08:30.290Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2735 | 2026-08-31T15:08:30.390Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2736 | 2026-08-31T15:08:30.540Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2737 | 2026-08-31T15:08:30.852Z | Compiling tabled v0.21.0 |
| 2738 | 2026-08-31T15:08:30.953Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2739 | 2026-08-31T15:08:30.975Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2740 | 2026-08-31T15:08:31.189Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2741 | 2026-08-31T15:08:31.716Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2742 | 2026-08-31T15:08:31.909Z | Compiling itertools v0.10.5 |
| 2743 | 2026-08-31T15:08:31.977Z | Compiling ena v0.14.4 |
| 2744 | 2026-08-31T15:08:32.162Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2745 | 2026-08-31T15:08:32.216Z | Compiling libloading v0.8.9 |
| 2746 | 2026-08-31T15:08:32.280Z | Compiling regex-syntax v0.6.29 |
| 2747 | 2026-08-31T15:08:32.395Z | Compiling diff v0.1.13 |
| 2748 | 2026-08-31T15:08:32.442Z | Compiling bindgen v0.71.1 |
| 2749 | 2026-08-31T15:08:32.623Z | Compiling unicase v2.9.0 |
| 2750 | 2026-08-31T15:08:32.763Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2751 | 2026-08-31T15:08:33.055Z | Compiling cexpr v0.6.0 |
| 2752 | 2026-08-31T15:08:33.084Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2753 | 2026-08-31T15:08:33.120Z | Compiling rustc-hash v2.1.1 |
| 2754 | 2026-08-31T15:08:33.270Z | Compiling diesel v2.3.7 |
| 2755 | 2026-08-31T15:08:33.344Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2756 | 2026-08-31T15:08:33.509Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2757 | 2026-08-31T15:08:33.536Z | Compiling headers-core v0.3.0 |
| 2758 | 2026-08-31T15:08:33.683Z | Compiling lalrpop v0.19.12 |
| 2759 | 2026-08-31T15:08:33.704Z | Compiling libxml v0.3.3 |
| 2760 | 2026-08-31T15:08:33.998Z | Compiling crc8 v0.1.1 |
| 2761 | 2026-08-31T15:08:34.148Z | Compiling headers v0.4.1 |
| 2762 | 2026-08-31T15:08:34.178Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2763 | 2026-08-31T15:08:34.510Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2764 | 2026-08-31T15:08:35.216Z | Compiling strum_macros v0.24.3 |
| 2765 | 2026-08-31T15:08:35.647Z | Compiling indoc v1.0.9 |
| 2766 | 2026-08-31T15:08:35.910Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2767 | 2026-08-31T15:08:36.078Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2768 | 2026-08-31T15:08:36.132Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2769 | 2026-08-31T15:08:36.424Z | Compiling derive_builder v0.20.2 |
| 2770 | 2026-08-31T15:08:36.445Z | Compiling oso-derive v0.27.3 |
| 2771 | 2026-08-31T15:08:36.466Z | Compiling quick-xml v0.37.5 |
| 2772 | 2026-08-31T15:08:36.593Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2773 | 2026-08-31T15:08:36.938Z | Compiling openssl-probe v0.1.6 |
| 2774 | 2026-08-31T15:08:37.078Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2775 | 2026-08-31T15:08:37.233Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2776 | 2026-08-31T15:08:37.619Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2777 | 2026-08-31T15:08:37.781Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2778 | 2026-08-31T15:08:37.837Z | Compiling bb8 v0.8.6 |
| 2779 | 2026-08-31T15:08:37.870Z | Compiling trait-variant v0.1.2 |
| 2780 | 2026-08-31T15:08:38.038Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2781 | 2026-08-31T15:08:38.209Z | Compiling half v1.8.3 |
| 2782 | 2026-08-31T15:08:38.418Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2783 | 2026-08-31T15:08:38.440Z | Compiling serde_cbor v0.11.2 |
| 2784 | 2026-08-31T15:08:38.463Z | Compiling proc-macro-error2 v2.0.1 |
| 2785 | 2026-08-31T15:08:38.639Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2786 | 2026-08-31T15:08:38.746Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2787 | 2026-08-31T15:08:38.770Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2788 | 2026-08-31T15:08:38.794Z | Compiling hashbrown v0.14.5 |
| 2789 | 2026-08-31T15:08:39.005Z | Compiling rfc6979 v0.4.0 |
| 2790 | 2026-08-31T15:08:39.045Z | Compiling samael v0.0.19 |
| 2791 | 2026-08-31T15:08:39.145Z | Compiling salty v0.3.0 |
| 2792 | 2026-08-31T15:08:39.168Z | Compiling ecdsa v0.16.9 |
| 2793 | 2026-08-31T15:08:39.384Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2794 | 2026-08-31T15:08:39.405Z | Compiling chumsky v0.9.3 |
| 2795 | 2026-08-31T15:08:39.539Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2796 | 2026-08-31T15:08:39.598Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2797 | 2026-08-31T15:08:39.691Z | Compiling knus-derive v3.4.0 |
| 2798 | 2026-08-31T15:08:40.137Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2799 | 2026-08-31T15:08:40.662Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2800 | 2026-08-31T15:08:41.057Z | Compiling primeorder v0.13.6 |
| 2801 | 2026-08-31T15:08:41.102Z | Compiling polar-core v0.27.3 |
| 2802 | 2026-08-31T15:08:41.356Z | Compiling nonempty v0.12.0 |
| 2803 | 2026-08-31T15:08:41.570Z | Compiling p384 v0.13.1 |
| 2804 | 2026-08-31T15:08:41.650Z | Compiling knus v3.4.0 |
| 2805 | 2026-08-31T15:08:42.234Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2806 | 2026-08-31T15:08:42.244Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2807 | 2026-08-31T15:08:42.618Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2808 | 2026-08-31T15:08:42.627Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2809 | 2026-08-31T15:08:43.277Z | Compiling fxhash v0.2.1 |
| 2810 | 2026-08-31T15:08:43.478Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2811 | 2026-08-31T15:08:43.596Z | Compiling libz-sys v1.1.24 |
| 2812 | 2026-08-31T15:08:43.657Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2813 | 2026-08-31T15:08:43.907Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2814 | 2026-08-31T15:08:44.236Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2815 | 2026-08-31T15:08:44.832Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2816 | 2026-08-31T15:08:44.845Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2817 | 2026-08-31T15:08:45.173Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2818 | 2026-08-31T15:08:45.817Z | Compiling kstat-rs v0.2.5 |
| 2819 | 2026-08-31T15:08:46.065Z | Compiling mime_guess v2.0.5 |
| 2820 | 2026-08-31T15:08:46.261Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2821 | 2026-08-31T15:08:47.114Z | Compiling nanorand v0.7.0 |
| 2822 | 2026-08-31T15:08:47.476Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2823 | 2026-08-31T15:08:47.702Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2824 | 2026-08-31T15:08:47.876Z | Compiling parking_lot_core v0.8.6 |
| 2825 | 2026-08-31T15:08:48.190Z | Compiling flume v0.11.1 |
| 2826 | 2026-08-31T15:08:48.301Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2827 | 2026-08-31T15:08:48.699Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2828 | 2026-08-31T15:08:48.726Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2829 | 2026-08-31T15:08:48.771Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2830 | 2026-08-31T15:08:49.105Z | Compiling git-stub v1.0.0 |
| 2831 | 2026-08-31T15:08:49.247Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2832 | 2026-08-31T15:08:49.365Z | Compiling corncobs v0.1.4 |
| 2833 | 2026-08-31T15:08:49.413Z | Compiling http-range v0.1.5 |
| 2834 | 2026-08-31T15:08:49.504Z | Compiling instability v0.3.11 |
| 2835 | 2026-08-31T15:08:49.700Z | Compiling strsim v0.10.0 |
| 2836 | 2026-08-31T15:08:49.807Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2837 | 2026-08-31T15:08:49.864Z | Compiling git-stub-vcs v0.1.0 |
| 2838 | 2026-08-31T15:08:49.902Z | Compiling darling_core v0.13.4 |
| 2839 | 2026-08-31T15:08:50.221Z | Compiling oso v0.27.3 |
| 2840 | 2026-08-31T15:08:51.612Z | Compiling async-bb8-diesel v0.2.1 |
| 2841 | 2026-08-31T15:08:51.959Z | Compiling diesel-dtrace v0.5.0 |
| 2842 | 2026-08-31T15:08:52.054Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2843 | 2026-08-31T15:08:53.535Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2844 | 2026-08-31T15:08:54.054Z | Compiling progenitor-impl v0.13.0 |
| 2845 | 2026-08-31T15:08:55.314Z | Compiling ignore v0.4.25 |
| 2846 | 2026-08-31T15:08:55.791Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2847 | 2026-08-31T15:08:56.050Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2848 | 2026-08-31T15:08:56.168Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2849 | 2026-08-31T15:08:56.635Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2850 | 2026-08-31T15:08:56.760Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2851 | 2026-08-31T15:08:56.958Z | Compiling anstyle-parse v0.2.7 |
| 2852 | 2026-08-31T15:08:57.056Z | Compiling secrecy v0.8.0 |
| 2853 | 2026-08-31T15:08:57.223Z | Compiling vergen-git2 v9.1.0 |
| 2854 | 2026-08-31T15:08:57.256Z | Compiling castaway v0.2.4 |
| 2855 | 2026-08-31T15:08:57.419Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2856 | 2026-08-31T15:08:57.456Z | Compiling indoc v2.0.7 |
| 2857 | 2026-08-31T15:08:57.719Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2858 | 2026-08-31T15:08:58.193Z | Compiling compact_str v0.8.1 |
| 2859 | 2026-08-31T15:08:58.592Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2860 | 2026-08-31T15:08:59.276Z | Compiling anstream v0.6.21 |
| 2861 | 2026-08-31T15:08:59.852Z | Compiling progenitor-macro v0.13.0 |
| 2862 | 2026-08-31T15:09:00.159Z | Compiling globwalk v0.9.1 |
| 2863 | 2026-08-31T15:09:00.510Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2864 | 2026-08-31T15:09:00.790Z | Compiling parking_lot v0.11.2 |
| 2865 | 2026-08-31T15:09:01.369Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2866 | 2026-08-31T15:09:01.673Z | Compiling hyper-staticfile v0.10.1 |
| 2867 | 2026-08-31T15:09:01.845Z | Compiling darling_macro v0.13.4 |
| 2868 | 2026-08-31T15:09:01.976Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2869 | 2026-08-31T15:09:02.346Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2870 | 2026-08-31T15:09:02.461Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2871 | 2026-08-31T15:09:02.801Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2872 | 2026-08-31T15:09:02.996Z | Compiling predicates-tree v1.0.13 |
| 2873 | 2026-08-31T15:09:03.021Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2874 | 2026-08-31T15:09:03.241Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2875 | 2026-08-31T15:09:03.408Z | Compiling unicode-truncate v1.1.0 |
| 2876 | 2026-08-31T15:09:03.618Z | Compiling sha2 v0.11.0 |
| 2877 | 2026-08-31T15:09:03.938Z | Compiling lru v0.12.5 |
| 2878 | 2026-08-31T15:09:04.167Z | Compiling digest-io v0.1.0 |
| 2879 | 2026-08-31T15:09:04.230Z | Compiling progenitor-client v0.13.0 |
| 2880 | 2026-08-31T15:09:04.379Z | Compiling prefix-trie v0.7.0 |
| 2881 | 2026-08-31T15:09:04.507Z | Compiling rand_seeder v0.4.0 |
| 2882 | 2026-08-31T15:09:04.575Z | Compiling rawzip v0.4.4 |
| 2883 | 2026-08-31T15:09:04.607Z | Compiling cassowary v0.3.0 |
| 2884 | 2026-08-31T15:09:04.762Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2885 | 2026-08-31T15:09:04.788Z | Compiling progenitor v0.13.0 |
| 2886 | 2026-08-31T15:09:04.884Z | Compiling hickory-server v0.25.2 |
| 2887 | 2026-08-31T15:09:04.968Z | Compiling ratatui v0.29.0 |
| 2888 | 2026-08-31T15:09:05.021Z | Compiling camino-tempfile-ext v0.3.3 |
| 2889 | 2026-08-31T15:09:05.195Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2890 | 2026-08-31T15:09:05.482Z | Compiling darling v0.13.4 |
| 2891 | 2026-08-31T15:09:05.597Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2892 | 2026-08-31T15:09:05.619Z | Compiling sled v0.34.7 |
| 2893 | 2026-08-31T15:09:06.191Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2894 | 2026-08-31T15:09:08.055Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2895 | 2026-08-31T15:09:09.885Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2896 | 2026-08-31T15:09:10.474Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2897 | 2026-08-31T15:09:10.690Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2898 | 2026-08-31T15:09:12.596Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2899 | 2026-08-31T15:09:12.618Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2900 | 2026-08-31T15:09:12.903Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2901 | 2026-08-31T15:09:13.225Z | Compiling serde_with_macros v1.5.2 |
| 2902 | 2026-08-31T15:09:13.291Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2903 | 2026-08-31T15:09:13.423Z | Compiling git2 v0.20.4 |
| 2904 | 2026-08-31T15:09:14.130Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2905 | 2026-08-31T15:09:14.349Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2906 | 2026-08-31T15:09:14.563Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2907 | 2026-08-31T15:09:14.675Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2908 | 2026-08-31T15:09:14.785Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2909 | 2026-08-31T15:09:14.900Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2910 | 2026-08-31T15:09:15.000Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2911 | 2026-08-31T15:09:15.115Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2912 | 2026-08-31T15:09:15.222Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2913 | 2026-08-31T15:09:15.342Z | Compiling arc-swap v1.8.2 |
| 2914 | 2026-08-31T15:09:15.380Z | Compiling void v1.0.2 |
| 2915 | 2026-08-31T15:09:15.510Z | Compiling lzss v0.8.2 |
| 2916 | 2026-08-31T15:09:15.730Z | Compiling slog-scope v4.4.1 |
| 2917 | 2026-08-31T15:09:15.888Z | Compiling serde_with v1.14.0 |
| 2918 | 2026-08-31T15:09:16.127Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2919 | 2026-08-31T15:09:16.148Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2920 | 2026-08-31T15:09:16.463Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2921 | 2026-08-31T15:09:16.984Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2922 | 2026-08-31T15:09:17.080Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2923 | 2026-08-31T15:09:17.276Z | Compiling scuffle v0.1.0 |
| 2924 | 2026-08-31T15:09:17.702Z | Compiling tungstenite v0.23.0 |
| 2925 | 2026-08-31T15:09:17.774Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2926 | 2026-08-31T15:09:17.961Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2927 | 2026-08-31T15:09:19.343Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2928 | 2026-08-31T15:09:19.378Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2929 | 2026-08-31T15:09:19.567Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2930 | 2026-08-31T15:09:19.604Z | Compiling nix v0.27.1 |
| 2931 | 2026-08-31T15:09:19.813Z | Compiling twox-hash v2.1.2 |
| 2932 | 2026-08-31T15:09:19.832Z | Compiling libsw-core v0.3.2 |
| 2933 | 2026-08-31T15:09:19.948Z | Compiling serde_bytes v0.11.19 |
| 2934 | 2026-08-31T15:09:20.032Z | Compiling atty v0.2.14 |
| 2935 | 2026-08-31T15:09:20.049Z | Compiling libsw v3.5.0 |
| 2936 | 2026-08-31T15:09:20.215Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2937 | 2026-08-31T15:09:20.261Z | Compiling tokio-tungstenite v0.23.1 |
| 2938 | 2026-08-31T15:09:20.282Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2939 | 2026-08-31T15:09:20.305Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2940 | 2026-08-31T15:09:20.642Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2941 | 2026-08-31T15:09:20.763Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2942 | 2026-08-31T15:09:20.934Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2943 | 2026-08-31T15:09:21.992Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2944 | 2026-08-31T15:09:22.942Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2945 | 2026-08-31T15:09:23.266Z | Compiling slog-stdlog v4.1.1 |
| 2946 | 2026-08-31T15:09:23.335Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2947 | 2026-08-31T15:09:23.656Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2948 | 2026-08-31T15:09:24.849Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2949 | 2026-08-31T15:09:25.323Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2950 | 2026-08-31T15:09:25.921Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2951 | 2026-08-31T15:09:27.928Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2952 | 2026-08-31T15:09:28.166Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2953 | 2026-08-31T15:09:29.822Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2954 | 2026-08-31T15:09:30.785Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2955 | 2026-08-31T15:09:30.824Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2956 | 2026-08-31T15:09:31.244Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2957 | 2026-08-31T15:09:31.436Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2958 | 2026-08-31T15:09:32.054Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2959 | 2026-08-31T15:09:32.458Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2960 | 2026-08-31T15:09:33.612Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2961 | 2026-08-31T15:09:35.046Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2962 | 2026-08-31T15:09:35.311Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2963 | 2026-08-31T15:09:35.616Z | Compiling fatfs v0.3.6 |
| 2964 | 2026-08-31T15:09:35.843Z | Compiling signal-hook-tokio v0.3.1 |
| 2965 | 2026-08-31T15:09:36.031Z | Compiling yasna v0.5.2 |
| 2966 | 2026-08-31T15:09:36.162Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2967 | 2026-08-31T15:09:36.876Z | Compiling assert_matches v1.5.0 |
| 2968 | 2026-08-31T15:09:36.926Z | Compiling seq-macro v0.3.6 |
| 2969 | 2026-08-31T15:09:36.983Z | Compiling rcgen v0.12.1 |
| 2970 | 2026-08-31T15:09:37.351Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2971 | 2026-08-31T15:09:37.586Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2972 | 2026-08-31T15:09:38.738Z | Compiling slog-envlogger v2.2.0 |
| 2973 | 2026-08-31T15:09:39.916Z | Compiling oxide-update-engine-display v0.1.2 |
| 2974 | 2026-08-31T15:09:39.955Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2975 | 2026-08-31T15:09:40.397Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2976 | 2026-08-31T15:09:40.878Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2977 | 2026-08-31T15:09:41.103Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2978 | 2026-08-31T15:09:41.329Z | Compiling port-file v0.1.0 |
| 2979 | 2026-08-31T15:09:41.434Z | Compiling subprocess v0.2.15 |
| 2980 | 2026-08-31T15:09:41.462Z | Compiling rtoolbox v0.0.3 |
| 2981 | 2026-08-31T15:09:41.664Z | Compiling rpassword v7.5.4 |
| 2982 | 2026-08-31T15:09:41.794Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2983 | 2026-08-31T15:09:42.307Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2984 | 2026-08-31T15:09:44.220Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2985 | 2026-08-31T15:09:44.357Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2986 | 2026-08-31T15:09:45.743Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2987 | 2026-08-31T15:09:46.516Z | Compiling tui-tree-widget v0.23.1 |
| 2988 | 2026-08-31T15:09:46.587Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2989 | 2026-08-31T15:09:46.796Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2990 | 2026-08-31T15:09:47.871Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2991 | 2026-08-31T15:09:49.721Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2992 | 2026-08-31T15:09:50.338Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2993 | 2026-08-31T15:09:50.370Z | Compiling uzers v0.12.2 |
| 2994 | 2026-08-31T15:09:50.806Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2995 | 2026-08-31T15:09:51.785Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2996 | 2026-08-31T15:09:51.866Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2997 | 2026-08-31T15:09:52.840Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2998 | 2026-08-31T15:09:53.628Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2999 | 2026-08-31T15:09:53.912Z | Compiling support-bundle-viewer v0.1.2 |
| 3000 | 2026-08-31T15:09:55.740Z | Compiling multimap v0.10.1 |
| 3001 | 2026-08-31T15:10:02.937Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3002 | 2026-08-31T15:10:05.537Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3003 | 2026-08-31T15:10:12.231Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3004 | 2026-08-31T15:10:14.488Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3005 | 2026-08-31T15:10:15.887Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3006 | 2026-08-31T15:17:25.138Z | Finished `release` profile [optimized] target(s) in 9m 22s |
| 3007 | 2026-08-31T15:17:25.142Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3008 | 2026-08-31T15:17:25.142Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3009 | 2026-08-31T15:18:17.607Z | |
| 3010 | 2026-08-31T15:18:17.607Z | real 10:15.916832580 |
| 3011 | 2026-08-31T15:18:17.607Z | user 1:22:05.906966164 |
| 3012 | 2026-08-31T15:18:17.607Z | sys 3:39.528822517 |
| 3013 | 2026-08-31T15:18:17.610Z | trap 1.811843288 |
| 3014 | 2026-08-31T15:18:17.611Z | tflt 2.202644108 |
| 3015 | 2026-08-31T15:18:17.611Z | dflt 20.872616691 |
| 3016 | 2026-08-31T15:18:17.611Z | kflt 0.034767020 |
| 3017 | 2026-08-31T15:18:17.611Z | lock 7:43:35.714074269 |
| 3018 | 2026-08-31T15:18:17.611Z | slp 2:17:19.192786396 |
| 3019 | 2026-08-31T15:18:17.611Z | lat 2:31.975725123 |
| 3020 | 2026-08-31T15:18:17.611Z | stop 5:35.129038336 |
| 3021 | 2026-08-31T15:18:17.611Z | + mapfile -t packages |
| 3022 | 2026-08-31T15:18:17.611Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3023 | 2026-08-31T15:18:18.556Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 3024 | 2026-08-31T15:18:18.626Z | Running `target/release/omicron-package -t test list-outputs` |
| 3025 | 2026-08-31T15:18:18.686Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3026 | 2026-08-31T15:18:18.689Z | + ptime -m cargo build --locked --release -p xtask |
| 3027 | 2026-08-31T15:18:19.170Z | Compiling libc v0.2.185 |
| 3028 | 2026-08-31T15:18:19.170Z | Compiling serde_core v1.0.229 |
| 3029 | 2026-08-31T15:18:19.170Z | Compiling serde v1.0.229 |
| 3030 | 2026-08-31T15:18:19.173Z | Compiling rustix v1.1.4 |
| 3031 | 2026-08-31T15:18:19.173Z | Compiling bitflags v2.11.0 |
| 3032 | 2026-08-31T15:18:19.174Z | Compiling serde_json v1.0.151 |
| 3033 | 2026-08-31T15:18:19.271Z | Compiling usdt-impl v0.5.0 |
| 3034 | 2026-08-31T15:18:19.282Z | Compiling syn v2.0.117 |
| 3035 | 2026-08-31T15:18:19.291Z | Compiling syn v3.0.3 |
| 3036 | 2026-08-31T15:18:19.331Z | Compiling syn v1.0.109 |
| 3037 | 2026-08-31T15:18:19.362Z | Compiling log v0.4.33 |
| 3038 | 2026-08-31T15:18:19.374Z | Compiling getrandom v0.4.3 |
| 3039 | 2026-08-31T15:18:19.378Z | Compiling indexmap v2.14.0 |
| 3040 | 2026-08-31T15:18:19.486Z | Compiling fs-err v3.3.0 |
| 3041 | 2026-08-31T15:18:19.622Z | Compiling anyhow v1.0.104 |
| 3042 | 2026-08-31T15:18:19.677Z | Compiling once_cell v1.21.3 |
| 3043 | 2026-08-31T15:18:19.726Z | Compiling heck v0.4.1 |
| 3044 | 2026-08-31T15:18:20.021Z | Compiling errno v0.3.14 |
| 3045 | 2026-08-31T15:18:20.021Z | Compiling thread-id v4.2.2 |
| 3046 | 2026-08-31T15:18:20.024Z | Compiling memmap v0.7.0 |
| 3047 | 2026-08-31T15:18:20.719Z | Compiling serde_derive v1.0.229 |
| 3048 | 2026-08-31T15:18:20.820Z | Compiling proc-macro-error v1.0.4 |
| 3049 | 2026-08-31T15:18:21.053Z | Compiling terminal_size v0.4.3 |
| 3050 | 2026-08-31T15:18:21.054Z | Compiling tempfile v3.27.0 |
| 3051 | 2026-08-31T15:18:21.079Z | Compiling tabled_derive v0.7.0 |
| 3052 | 2026-08-31T15:18:21.152Z | Compiling clap_builder v4.6.0 |
| 3053 | 2026-08-31T15:18:21.152Z | Compiling textwrap v0.16.2 |
| 3054 | 2026-08-31T15:18:21.412Z | Compiling camino v1.2.5 |
| 3055 | 2026-08-31T15:18:21.412Z | Compiling cargo-platform v0.3.2 |
| 3056 | 2026-08-31T15:18:21.445Z | Compiling semver v1.0.28 |
| 3057 | 2026-08-31T15:18:21.513Z | Compiling pest_generator v2.8.6 |
| 3058 | 2026-08-31T15:18:21.768Z | Compiling camino-tempfile v1.4.1 |
| 3059 | 2026-08-31T15:18:21.785Z | Compiling tabled v0.15.0 |
| 3060 | 2026-08-31T15:18:22.153Z | Compiling thiserror-impl v1.0.69 |
| 3061 | 2026-08-31T15:18:22.153Z | Compiling zerocopy-derive v0.7.35 |
| 3062 | 2026-08-31T15:18:22.162Z | Compiling pest_derive v2.8.6 |
| 3063 | 2026-08-31T15:18:22.173Z | Compiling scroll_derive v0.12.1 |
| 3064 | 2026-08-31T15:18:22.193Z | Compiling thiserror-impl v2.0.18 |
| 3065 | 2026-08-31T15:18:22.200Z | Compiling clap_derive v4.6.1 |
| 3066 | 2026-08-31T15:18:22.953Z | Compiling scroll v0.12.0 |
| 3067 | 2026-08-31T15:18:22.992Z | Compiling zerocopy v0.7.35 |
| 3068 | 2026-08-31T15:18:23.176Z | Compiling toml_datetime v0.6.11 |
| 3069 | 2026-08-31T15:18:23.205Z | Compiling goblin v0.8.2 |
| 3070 | 2026-08-31T15:18:23.272Z | Compiling serde_spanned v0.6.9 |
| 3071 | 2026-08-31T15:18:23.284Z | Compiling thiserror v1.0.69 |
| 3072 | 2026-08-31T15:18:23.384Z | Compiling dtrace-parser v0.2.0 |
| 3073 | 2026-08-31T15:18:23.403Z | Compiling serde_tokenstream v0.2.3 |
| 3074 | 2026-08-31T15:18:23.422Z | Compiling toml_edit v0.22.27 |
| 3075 | 2026-08-31T15:18:23.453Z | Compiling thiserror v2.0.18 |
| 3076 | 2026-08-31T15:18:23.571Z | Compiling dof v0.3.0 |
| 3077 | 2026-08-31T15:18:23.572Z | Compiling cargo_metadata v0.23.1 |
| 3078 | 2026-08-31T15:18:23.597Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3079 | 2026-08-31T15:18:23.642Z | Compiling macaddr v1.0.1 |
| 3080 | 2026-08-31T15:18:23.785Z | Compiling clap v4.6.1 |
| 3081 | 2026-08-31T15:18:24.399Z | Compiling usdt-attr-macro v0.5.0 |
| 3082 | 2026-08-31T15:18:24.973Z | Compiling usdt-macro v0.5.0 |
| 3083 | 2026-08-31T15:18:25.067Z | Compiling toml v0.8.23 |
| 3084 | 2026-08-31T15:18:25.576Z | Compiling cargo_toml v0.21.0 |
| 3085 | 2026-08-31T15:18:26.859Z | Compiling usdt v0.5.0 |
| 3086 | 2026-08-31T15:18:30.211Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3087 | 2026-08-31T15:18:33.395Z | Finished `release` profile [optimized] target(s) in 14.69s |
| 3088 | 2026-08-31T15:18:33.535Z | |
| 3089 | 2026-08-31T15:18:33.538Z | real 14.809673839 |
| 3090 | 2026-08-31T15:18:33.538Z | user 2:06.853178631 |
| 3091 | 2026-08-31T15:18:33.538Z | sys 13.591202993 |
| 3092 | 2026-08-31T15:18:33.538Z | trap 0.071642689 |
| 3093 | 2026-08-31T15:18:33.538Z | tflt 0.342263998 |
| 3094 | 2026-08-31T15:18:33.539Z | dflt 1.059803760 |
| 3095 | 2026-08-31T15:18:33.539Z | kflt 0.000022410 |
| 3096 | 2026-08-31T15:18:33.539Z | lock 5:07.470643207 |
| 3097 | 2026-08-31T15:18:33.539Z | slp 3:05.876402424 |
| 3098 | 2026-08-31T15:18:33.539Z | lat 5.167976468 |
| 3099 | 2026-08-31T15:18:33.539Z | stop 17.922225977 |
| 3100 | 2026-08-31T15:18:33.539Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3101 | 2026-08-31T15:18:33.539Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3102 | 2026-08-31T15:18:33.539Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3103 | 2026-08-31T15:18:33.539Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3104 | 2026-08-31T15:18:33.539Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3105 | 2026-08-31T15:18:34.495Z | Compiling progenitor-client v0.14.0 |
| 3106 | 2026-08-31T15:18:34.498Z | Compiling newtype-uuid-macros v0.1.0 |
| 3107 | 2026-08-31T15:18:34.498Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3108 | 2026-08-31T15:18:34.498Z | Compiling sha1 v0.11.0 |
| 3109 | 2026-08-31T15:18:34.498Z | Compiling multer v3.1.0 |
| 3110 | 2026-08-31T15:18:34.499Z | Compiling match_cfg v0.1.0 |
| 3111 | 2026-08-31T15:18:34.499Z | Compiling debug-ignore v1.0.5 |
| 3112 | 2026-08-31T15:18:34.499Z | Compiling compression-core v0.4.31 |
| 3113 | 2026-08-31T15:18:34.644Z | Compiling slog-json v2.6.1 |
| 3114 | 2026-08-31T15:18:34.648Z | Compiling async-stream-impl v0.3.6 |
| 3115 | 2026-08-31T15:18:34.648Z | Compiling serde_spanned v1.1.1 |
| 3116 | 2026-08-31T15:18:34.648Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3117 | 2026-08-31T15:18:34.659Z | Compiling dropshot v0.17.1 |
| 3118 | 2026-08-31T15:18:34.663Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3119 | 2026-08-31T15:18:34.663Z | Compiling waitgroup v0.1.2 |
| 3120 | 2026-08-31T15:18:34.663Z | Compiling rustls-pemfile v2.2.0 |
| 3121 | 2026-08-31T15:18:34.746Z | Compiling hostname v0.3.1 |
| 3122 | 2026-08-31T15:18:34.889Z | Compiling dropshot_endpoint v0.17.1 |
| 3123 | 2026-08-31T15:18:34.906Z | Compiling serde_path_to_error v0.1.20 |
| 3124 | 2026-08-31T15:18:34.925Z | Compiling hostname v0.4.2 |
| 3125 | 2026-08-31T15:18:34.959Z | Compiling slog-bunyan v2.5.0 |
| 3126 | 2026-08-31T15:18:34.975Z | Compiling compression-codecs v0.4.37 |
| 3127 | 2026-08-31T15:18:35.013Z | Compiling atomicwrites v0.4.4 |
| 3128 | 2026-08-31T15:18:35.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3129 | 2026-08-31T15:18:35.043Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3130 | 2026-08-31T15:18:35.060Z | Compiling macaddr v1.0.1 |
| 3131 | 2026-08-31T15:18:35.130Z | Compiling serde_tokenstream v0.3.0 |
| 3132 | 2026-08-31T15:18:35.167Z | Compiling oxide-generation v0.1.3 |
| 3133 | 2026-08-31T15:18:35.170Z | Compiling async-compression v0.4.41 |
| 3134 | 2026-08-31T15:18:35.204Z | Compiling instant v0.1.13 |
| 3135 | 2026-08-31T15:18:35.207Z | Compiling parse-display-derive v0.10.0 |
| 3136 | 2026-08-31T15:18:35.277Z | Compiling regress v0.10.5 |
| 3137 | 2026-08-31T15:18:35.280Z | Compiling backon v1.6.0 |
| 3138 | 2026-08-31T15:18:35.310Z | Compiling itertools v0.14.0 |
| 3139 | 2026-08-31T15:18:35.330Z | Compiling backoff v0.4.0 |
| 3140 | 2026-08-31T15:18:35.333Z | Compiling humantime v2.3.0 |
| 3141 | 2026-08-31T15:18:35.367Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3142 | 2026-08-31T15:18:35.442Z | Compiling async-stream v0.3.6 |
| 3143 | 2026-08-31T15:18:35.464Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3144 | 2026-08-31T15:18:35.483Z | Compiling oxide-generation-macros v0.2.0 |
| 3145 | 2026-08-31T15:18:35.483Z | Compiling progenitor-extras v0.2.0 |
| 3146 | 2026-08-31T15:18:35.520Z | Compiling half v2.7.1 |
| 3147 | 2026-08-31T15:18:35.526Z | Compiling crucible-workspace-hack v0.1.0 |
| 3148 | 2026-08-31T15:18:35.561Z | Compiling ciborium-io v0.2.2 |
| 3149 | 2026-08-31T15:18:35.615Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3150 | 2026-08-31T15:18:35.634Z | Compiling convert_case v0.4.0 |
| 3151 | 2026-08-31T15:18:35.653Z | Compiling secrecy v0.10.3 |
| 3152 | 2026-08-31T15:18:35.677Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3153 | 2026-08-31T15:18:35.695Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3154 | 2026-08-31T15:18:35.723Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3155 | 2026-08-31T15:18:35.784Z | Compiling inout v0.1.4 |
| 3156 | 2026-08-31T15:18:35.822Z | Compiling ciborium-ll v0.2.2 |
| 3157 | 2026-08-31T15:18:35.840Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3158 | 2026-08-31T15:18:35.856Z | Compiling regress v0.11.1 |
| 3159 | 2026-08-31T15:18:35.859Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3160 | 2026-08-31T15:18:35.892Z | Compiling universal-hash v0.5.1 |
| 3161 | 2026-08-31T15:18:35.972Z | Compiling cipher v0.4.4 |
| 3162 | 2026-08-31T15:18:36.027Z | Compiling derive_more v0.99.20 |
| 3163 | 2026-08-31T15:18:36.046Z | Compiling ciborium v0.2.2 |
| 3164 | 2026-08-31T15:18:36.049Z | Compiling opaque-debug v0.3.1 |
| 3165 | 2026-08-31T15:18:36.079Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3166 | 2026-08-31T15:18:36.079Z | Compiling blake2 v0.10.6 |
| 3167 | 2026-08-31T15:18:36.136Z | Compiling poly1305 v0.8.0 |
| 3168 | 2026-08-31T15:18:36.255Z | Compiling chacha20 v0.9.1 |
| 3169 | 2026-08-31T15:18:36.273Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3170 | 2026-08-31T15:18:36.344Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3171 | 2026-08-31T15:18:36.408Z | Compiling aead v0.5.2 |
| 3172 | 2026-08-31T15:18:36.521Z | Compiling password-hash v0.5.0 |
| 3173 | 2026-08-31T15:18:36.541Z | Compiling indent_write v2.2.0 |
| 3174 | 2026-08-31T15:18:36.559Z | Compiling chacha20poly1305 v0.10.1 |
| 3175 | 2026-08-31T15:18:36.591Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3176 | 2026-08-31T15:18:36.645Z | Compiling unsafe-libyaml v0.2.11 |
| 3177 | 2026-08-31T15:18:36.661Z | Compiling num-derive v0.4.2 |
| 3178 | 2026-08-31T15:18:36.681Z | Compiling heapless v0.8.0 |
| 3179 | 2026-08-31T15:18:36.702Z | Compiling ingot-macros v0.2.0 |
| 3180 | 2026-08-31T15:18:36.742Z | Compiling tabwriter v1.4.1 |
| 3181 | 2026-08-31T15:18:36.870Z | Compiling argon2 v0.5.3 |
| 3182 | 2026-08-31T15:18:36.890Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3183 | 2026-08-31T15:18:36.952Z | Compiling hash32 v0.3.1 |
| 3184 | 2026-08-31T15:18:37.000Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3185 | 2026-08-31T15:18:37.032Z | Compiling parse-display v0.10.0 |
| 3186 | 2026-08-31T15:18:37.079Z | Compiling thiserror-no-std v2.0.2 |
| 3187 | 2026-08-31T15:18:37.134Z | Compiling smoltcp v0.11.0 |
| 3188 | 2026-08-31T15:18:37.200Z | Compiling vsss-rs v3.3.4 |
| 3189 | 2026-08-31T15:18:37.215Z | Compiling serde_yaml v0.9.34+deprecated |
| 3190 | 2026-08-31T15:18:37.247Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3191 | 2026-08-31T15:18:37.455Z | Compiling cobs v0.3.0 |
| 3192 | 2026-08-31T15:18:37.539Z | Compiling typify-impl v0.6.2 |
| 3193 | 2026-08-31T15:18:37.557Z | Compiling proc-macro-crate v3.4.0 |
| 3194 | 2026-08-31T15:18:37.674Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3195 | 2026-08-31T15:18:37.691Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3196 | 2026-08-31T15:18:37.891Z | Compiling colored v3.1.1 |
| 3197 | 2026-08-31T15:18:37.970Z | Compiling postcard v1.1.3 |
| 3198 | 2026-08-31T15:18:38.009Z | Compiling proc-macro-error v1.0.4 |
| 3199 | 2026-08-31T15:18:38.114Z | Compiling rand v0.10.1 |
| 3200 | 2026-08-31T15:18:38.141Z | Compiling num_enum_derive v0.7.6 |
| 3201 | 2026-08-31T15:18:38.223Z | Compiling proc-macro-crate v1.3.1 |
| 3202 | 2026-08-31T15:18:38.285Z | Compiling foreign-types-macros v0.2.3 |
| 3203 | 2026-08-31T15:18:38.341Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3204 | 2026-08-31T15:18:38.359Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3205 | 2026-08-31T15:18:38.459Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3206 | 2026-08-31T15:18:38.475Z | Compiling rayon-core v1.13.0 |
| 3207 | 2026-08-31T15:18:38.679Z | Compiling foreign-types-shared v0.3.1 |
| 3208 | 2026-08-31T15:18:38.682Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3209 | 2026-08-31T15:18:38.713Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3210 | 2026-08-31T15:18:38.749Z | Compiling num_enum_derive v0.5.11 |
| 3211 | 2026-08-31T15:18:38.841Z | Compiling crossbeam-deque v0.8.6 |
| 3212 | 2026-08-31T15:18:38.926Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3213 | 2026-08-31T15:18:38.929Z | Compiling foreign-types v0.5.0 |
| 3214 | 2026-08-31T15:18:38.958Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3215 | 2026-08-31T15:18:38.958Z | Compiling cstr-argument v0.1.2 |
| 3216 | 2026-08-31T15:18:38.996Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3217 | 2026-08-31T15:18:39.062Z | Compiling illumos-nvpair v0.3.0 |
| 3218 | 2026-08-31T15:18:39.158Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3219 | 2026-08-31T15:18:39.179Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3220 | 2026-08-31T15:18:39.231Z | Compiling zone_cfg_derive v0.3.1 |
| 3221 | 2026-08-31T15:18:39.260Z | Compiling num_enum v0.7.6 |
| 3222 | 2026-08-31T15:18:39.331Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3223 | 2026-08-31T15:18:39.349Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3224 | 2026-08-31T15:18:39.410Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3225 | 2026-08-31T15:18:39.410Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3226 | 2026-08-31T15:18:39.446Z | Compiling rayon v1.11.0 |
| 3227 | 2026-08-31T15:18:39.465Z | Compiling itertools v0.12.1 |
| 3228 | 2026-08-31T15:18:39.503Z | Compiling sigpipe v0.1.3 |
| 3229 | 2026-08-31T15:18:39.560Z | Compiling glob v0.3.3 |
| 3230 | 2026-08-31T15:18:39.577Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3231 | 2026-08-31T15:18:39.614Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3232 | 2026-08-31T15:18:39.664Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3233 | 2026-08-31T15:18:39.682Z | Compiling ingot-types v0.2.0 |
| 3234 | 2026-08-31T15:18:39.735Z | Compiling smf v0.2.3 |
| 3235 | 2026-08-31T15:18:39.763Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3236 | 2026-08-31T15:18:39.825Z | Compiling cpubits v0.1.1 |
| 3237 | 2026-08-31T15:18:39.843Z | Compiling whoami v1.6.1 |
| 3238 | 2026-08-31T15:18:39.863Z | Compiling num_enum v0.5.11 |
| 3239 | 2026-08-31T15:18:39.883Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3240 | 2026-08-31T15:18:39.923Z | Compiling gethostname v0.5.0 |
| 3241 | 2026-08-31T15:18:39.941Z | Compiling num-rational v0.4.2 |
| 3242 | 2026-08-31T15:18:39.971Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3243 | 2026-08-31T15:18:40.002Z | Compiling num-complex v0.4.6 |
| 3244 | 2026-08-31T15:18:40.045Z | Compiling derive-where v1.6.0 |
| 3245 | 2026-08-31T15:18:40.067Z | Compiling ingot v0.2.1 |
| 3246 | 2026-08-31T15:18:40.070Z | Compiling toml v0.8.23 |
| 3247 | 2026-08-31T15:18:40.122Z | Compiling usdt-macro v0.5.0 |
| 3248 | 2026-08-31T15:18:40.158Z | Compiling usdt-attr-macro v0.5.0 |
| 3249 | 2026-08-31T15:18:40.305Z | Compiling pem-rfc7468 v1.0.0 |
| 3250 | 2026-08-31T15:18:40.419Z | Compiling num v0.4.3 |
| 3251 | 2026-08-31T15:18:40.515Z | Compiling memmap v0.7.0 |
| 3252 | 2026-08-31T15:18:40.548Z | Compiling float-ord v0.3.2 |
| 3253 | 2026-08-31T15:18:40.568Z | Compiling cancel-safe-futures v0.1.5 |
| 3254 | 2026-08-31T15:18:40.638Z | Compiling zone v0.3.1 |
| 3255 | 2026-08-31T15:18:40.697Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3256 | 2026-08-31T15:18:40.736Z | Compiling hmac v0.13.0 |
| 3257 | 2026-08-31T15:18:40.740Z | Compiling universal-hash v0.6.1 |
| 3258 | 2026-08-31T15:18:40.740Z | Compiling resolv-conf v0.7.6 |
| 3259 | 2026-08-31T15:18:40.927Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3260 | 2026-08-31T15:18:40.946Z | Compiling sha1 v0.10.6 |
| 3261 | 2026-08-31T15:18:40.965Z | Compiling libefi-sys v0.1.0 |
| 3262 | 2026-08-31T15:18:40.989Z | Compiling prettyplease v0.2.37 |
| 3263 | 2026-08-31T15:18:41.016Z | Compiling usdt v0.5.0 |
| 3264 | 2026-08-31T15:18:41.121Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3265 | 2026-08-31T15:18:41.156Z | Compiling linear-map v1.2.0 |
| 3266 | 2026-08-31T15:18:41.174Z | Compiling polyval v0.7.1 |
| 3267 | 2026-08-31T15:18:41.209Z | Compiling der v0.8.0 |
| 3268 | 2026-08-31T15:18:41.244Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3269 | 2026-08-31T15:18:41.268Z | Compiling newline-converter v0.3.0 |
| 3270 | 2026-08-31T15:18:41.286Z | Compiling console v0.15.11 |
| 3271 | 2026-08-31T15:18:41.317Z | Compiling bitfield-struct v0.6.2 |
| 3272 | 2026-08-31T15:18:41.373Z | Compiling ghash v0.6.0 |
| 3273 | 2026-08-31T15:18:41.409Z | Compiling oxide-update-engine-types v0.1.2 |
| 3274 | 2026-08-31T15:18:41.445Z | Compiling pbkdf2 v0.13.0 |
| 3275 | 2026-08-31T15:18:41.538Z | Compiling aes v0.9.1 |
| 3276 | 2026-08-31T15:18:41.596Z | Compiling crypto-bigint v0.7.5 |
| 3277 | 2026-08-31T15:18:41.643Z | Compiling expectorate v1.2.0 |
| 3278 | 2026-08-31T15:18:41.740Z | Compiling hickory-proto v0.24.4 |
| 3279 | 2026-08-31T15:18:41.829Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3280 | 2026-08-31T15:18:41.897Z | Compiling ctr v0.10.1 |
| 3281 | 2026-08-31T15:18:42.003Z | Compiling sha2 v0.11.0 |
| 3282 | 2026-08-31T15:18:42.021Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3283 | 2026-08-31T15:18:42.021Z | Compiling aead v0.6.1 |
| 3284 | 2026-08-31T15:18:42.124Z | Compiling typify-macro v0.6.2 |
| 3285 | 2026-08-31T15:18:42.142Z | Compiling nom v8.0.0 |
| 3286 | 2026-08-31T15:18:42.252Z | Compiling semver v0.1.20 |
| 3287 | 2026-08-31T15:18:42.417Z | Compiling linked-hash-map v0.5.6 |
| 3288 | 2026-08-31T15:18:42.435Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3289 | 2026-08-31T15:18:42.540Z | Compiling oxide-update-engine v0.1.2 |
| 3290 | 2026-08-31T15:18:42.557Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3291 | 2026-08-31T15:18:42.560Z | Compiling rustc_version v0.1.7 |
| 3292 | 2026-08-31T15:18:42.635Z | Compiling lru-cache v0.1.2 |
| 3293 | 2026-08-31T15:18:42.651Z | Compiling aes-gcm v0.11.0 |
| 3294 | 2026-08-31T15:18:42.696Z | Compiling spki v0.8.0 |
| 3295 | 2026-08-31T15:18:42.733Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3296 | 2026-08-31T15:18:42.831Z | Compiling tokio-dtrace v0.1.1 |
| 3297 | 2026-08-31T15:18:42.883Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3298 | 2026-08-31T15:18:42.948Z | Compiling salsa20 v0.11.0 |
| 3299 | 2026-08-31T15:18:42.969Z | Compiling slog-dtrace v0.3.0 |
| 3300 | 2026-08-31T15:18:42.988Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3301 | 2026-08-31T15:18:43.053Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3302 | 2026-08-31T15:18:43.071Z | Compiling minimal-lexical v0.2.1 |
| 3303 | 2026-08-31T15:18:43.128Z | Compiling xshell-macros v0.2.7 |
| 3304 | 2026-08-31T15:18:43.151Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3305 | 2026-08-31T15:18:43.225Z | Compiling scrypt v0.12.0 |
| 3306 | 2026-08-31T15:18:43.248Z | Compiling oxide-tokio-rt v0.1.4 |
| 3307 | 2026-08-31T15:18:43.321Z | Compiling nom v7.1.3 |
| 3308 | 2026-08-31T15:18:43.340Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3309 | 2026-08-31T15:18:43.359Z | Compiling newtype_derive v0.1.6 |
| 3310 | 2026-08-31T15:18:43.549Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3311 | 2026-08-31T15:18:43.566Z | Compiling xshell v0.2.7 |
| 3312 | 2026-08-31T15:18:43.586Z | Compiling phf_shared v0.12.1 |
| 3313 | 2026-08-31T15:18:43.589Z | Compiling rfc6979 v0.4.0 |
| 3314 | 2026-08-31T15:18:43.746Z | Compiling cbc v0.2.1 |
| 3315 | 2026-08-31T15:18:43.812Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3316 | 2026-08-31T15:18:43.816Z | Compiling csv-core v0.1.13 |
| 3317 | 2026-08-31T15:18:43.940Z | Compiling unicode-xid v0.2.6 |
| 3318 | 2026-08-31T15:18:44.066Z | Compiling typify v0.6.2 |
| 3319 | 2026-08-31T15:18:44.097Z | Compiling hickory-resolver v0.24.4 |
| 3320 | 2026-08-31T15:18:44.097Z | Compiling chrono-tz v0.10.4 |
| 3321 | 2026-08-31T15:18:44.130Z | Compiling highway v1.3.0 |
| 3322 | 2026-08-31T15:18:44.134Z | Compiling const_format_proc_macros v0.2.34 |
| 3323 | 2026-08-31T15:18:44.210Z | Compiling progenitor-impl v0.14.0 |
| 3324 | 2026-08-31T15:18:44.266Z | Compiling proc-macro-error2 v2.0.1 |
| 3325 | 2026-08-31T15:18:44.337Z | Compiling csv v1.4.0 |
| 3326 | 2026-08-31T15:18:44.445Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3327 | 2026-08-31T15:18:44.478Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3328 | 2026-08-31T15:18:44.517Z | Compiling pkcs5 v0.8.1 |
| 3329 | 2026-08-31T15:18:44.541Z | Compiling phf v0.12.1 |
| 3330 | 2026-08-31T15:18:44.561Z | Compiling ecdsa v0.16.9 |
| 3331 | 2026-08-31T15:18:44.730Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3332 | 2026-08-31T15:18:44.747Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3333 | 2026-08-31T15:18:44.916Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3334 | 2026-08-31T15:18:45.006Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3335 | 2026-08-31T15:18:45.033Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3336 | 2026-08-31T15:18:45.051Z | Compiling primeorder v0.13.6 |
| 3337 | 2026-08-31T15:18:45.086Z | Compiling hashbrown v0.14.5 |
| 3338 | 2026-08-31T15:18:45.104Z | Compiling salty v0.3.0 |
| 3339 | 2026-08-31T15:18:45.245Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3340 | 2026-08-31T15:18:45.273Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3341 | 2026-08-31T15:18:45.290Z | Compiling qorb v0.4.1 |
| 3342 | 2026-08-31T15:18:45.353Z | Compiling p384 v0.13.1 |
| 3343 | 2026-08-31T15:18:45.434Z | Compiling const_format v0.2.35 |
| 3344 | 2026-08-31T15:18:45.456Z | Compiling pkcs8 v0.11.0 |
| 3345 | 2026-08-31T15:18:45.658Z | Compiling chumsky v0.9.3 |
| 3346 | 2026-08-31T15:18:45.687Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3347 | 2026-08-31T15:18:45.951Z | Compiling knus-derive v3.4.0 |
| 3348 | 2026-08-31T15:18:45.969Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3349 | 2026-08-31T15:18:46.021Z | Compiling tabled_derive v0.7.0 |
| 3350 | 2026-08-31T15:18:46.388Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3351 | 2026-08-31T15:18:46.534Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3352 | 2026-08-31T15:18:46.561Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3353 | 2026-08-31T15:18:46.774Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3354 | 2026-08-31T15:18:46.821Z | Compiling bcs v0.1.6 |
| 3355 | 2026-08-31T15:18:46.956Z | Compiling ff v0.14.0 |
| 3356 | 2026-08-31T15:18:46.961Z | Compiling progenitor-macro v0.14.0 |
| 3357 | 2026-08-31T15:18:47.064Z | Compiling termtree v0.5.1 |
| 3358 | 2026-08-31T15:18:47.082Z | Compiling tabled v0.15.0 |
| 3359 | 2026-08-31T15:18:47.135Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3360 | 2026-08-31T15:18:47.171Z | Compiling steno v0.4.1 |
| 3361 | 2026-08-31T15:18:47.246Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3362 | 2026-08-31T15:18:47.367Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3363 | 2026-08-31T15:18:47.389Z | Compiling group v0.14.0 |
| 3364 | 2026-08-31T15:18:47.431Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3365 | 2026-08-31T15:18:47.472Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3366 | 2026-08-31T15:18:47.494Z | Compiling knus v3.4.0 |
| 3367 | 2026-08-31T15:18:47.614Z | Compiling signature v3.0.0 |
| 3368 | 2026-08-31T15:18:47.632Z | Compiling base16ct v1.0.0 |
| 3369 | 2026-08-31T15:18:47.653Z | Compiling tagptr v0.2.0 |
| 3370 | 2026-08-31T15:18:47.793Z | Compiling moka v0.12.13 |
| 3371 | 2026-08-31T15:18:47.811Z | Compiling sec1 v0.8.1 |
| 3372 | 2026-08-31T15:18:47.832Z | Compiling hkdf v0.13.0 |
| 3373 | 2026-08-31T15:18:47.864Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3374 | 2026-08-31T15:18:48.046Z | Compiling elliptic-curve v0.14.1 |
| 3375 | 2026-08-31T15:18:48.071Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3376 | 2026-08-31T15:18:48.111Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3377 | 2026-08-31T15:18:48.150Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3378 | 2026-08-31T15:18:48.301Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3379 | 2026-08-31T15:18:48.453Z | Compiling corncobs v0.1.4 |
| 3380 | 2026-08-31T15:18:48.496Z | Compiling parking_lot_core v0.8.6 |
| 3381 | 2026-08-31T15:18:48.642Z | Compiling hickory-resolver v0.25.2 |
| 3382 | 2026-08-31T15:18:48.661Z | Compiling utf-8 v0.7.6 |
| 3383 | 2026-08-31T15:18:48.681Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3384 | 2026-08-31T15:18:48.824Z | Compiling tungstenite v0.21.0 |
| 3385 | 2026-08-31T15:18:48.869Z | Compiling wnaf v0.14.0 |
| 3386 | 2026-08-31T15:18:48.955Z | Compiling primefield v0.14.0 |
| 3387 | 2026-08-31T15:18:49.098Z | Compiling rfc6979 v0.6.0 |
| 3388 | 2026-08-31T15:18:49.117Z | Compiling libscf-sys v1.2.0 |
| 3389 | 2026-08-31T15:18:49.134Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3390 | 2026-08-31T15:18:49.225Z | Compiling git-stub v1.0.0 |
| 3391 | 2026-08-31T15:18:49.278Z | Compiling secrecy v0.8.0 |
| 3392 | 2026-08-31T15:18:49.296Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3393 | 2026-08-31T15:18:49.454Z | Compiling git-stub-vcs v0.1.0 |
| 3394 | 2026-08-31T15:18:49.513Z | Compiling tokio-tungstenite v0.21.0 |
| 3395 | 2026-08-31T15:18:49.551Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3396 | 2026-08-31T15:18:49.573Z | Compiling ecdsa v0.17.0 |
| 3397 | 2026-08-31T15:18:49.684Z | Compiling primeorder v0.14.0 |
| 3398 | 2026-08-31T15:18:49.760Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3399 | 2026-08-31T15:18:49.845Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3400 | 2026-08-31T15:18:49.862Z | Compiling papergrid v0.18.0 |
| 3401 | 2026-08-31T15:18:50.025Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3402 | 2026-08-31T15:18:50.067Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3403 | 2026-08-31T15:18:50.110Z | Compiling curve25519-dalek v5.0.0 |
| 3404 | 2026-08-31T15:18:50.172Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3405 | 2026-08-31T15:18:50.224Z | Compiling unicase v2.9.0 |
| 3406 | 2026-08-31T15:18:50.352Z | Compiling parking_lot v0.11.2 |
| 3407 | 2026-08-31T15:18:50.461Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3408 | 2026-08-31T15:18:50.479Z | Compiling mime_guess v2.0.5 |
| 3409 | 2026-08-31T15:18:50.591Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3410 | 2026-08-31T15:18:50.609Z | Compiling ssh-encoding v0.3.0 |
| 3411 | 2026-08-31T15:18:50.628Z | Compiling prefix-trie v0.7.0 |
| 3412 | 2026-08-31T15:18:50.631Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3413 | 2026-08-31T15:18:50.761Z | Compiling fxhash v0.2.1 |
| 3414 | 2026-08-31T15:18:50.965Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3415 | 2026-08-31T15:18:50.983Z | Compiling tabled v0.21.0 |
| 3416 | 2026-08-31T15:18:50.986Z | Compiling keccak v0.2.0 |
| 3417 | 2026-08-31T15:18:51.020Z | Compiling hickory-server v0.25.2 |
| 3418 | 2026-08-31T15:18:51.059Z | Compiling sled v0.34.7 |
| 3419 | 2026-08-31T15:18:51.094Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3420 | 2026-08-31T15:18:51.131Z | Compiling ed25519 v3.0.0 |
| 3421 | 2026-08-31T15:18:51.206Z | Compiling crypto-primes v0.7.2 |
| 3422 | 2026-08-31T15:18:51.582Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3423 | 2026-08-31T15:18:51.739Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3424 | 2026-08-31T15:18:52.134Z | Compiling progenitor v0.14.0 |
| 3425 | 2026-08-31T15:18:52.163Z | Compiling poly1305 v0.9.0 |
| 3426 | 2026-08-31T15:18:52.238Z | Compiling blowfish v0.10.0 |
| 3427 | 2026-08-31T15:18:52.255Z | Compiling blake2 v0.11.0-rc.6 |
| 3428 | 2026-08-31T15:18:52.275Z | Compiling half v1.8.3 |
| 3429 | 2026-08-31T15:18:52.350Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3430 | 2026-08-31T15:18:52.392Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3431 | 2026-08-31T15:18:52.522Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3432 | 2026-08-31T15:18:52.576Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3433 | 2026-08-31T15:18:52.598Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3434 | 2026-08-31T15:18:52.955Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3435 | 2026-08-31T15:18:52.976Z | Compiling http-range v0.1.5 |
| 3436 | 2026-08-31T15:18:53.025Z | Compiling crc8 v0.1.1 |
| 3437 | 2026-08-31T15:18:53.130Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3438 | 2026-08-31T15:18:53.174Z | Compiling argon2 v0.6.0-rc.8 |
| 3439 | 2026-08-31T15:18:53.199Z | Compiling ssh-cipher v0.3.0 |
| 3440 | 2026-08-31T15:18:53.396Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3441 | 2026-08-31T15:18:53.510Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3442 | 2026-08-31T15:18:53.602Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3443 | 2026-08-31T15:18:53.808Z | Compiling serde_cbor v0.11.2 |
| 3444 | 2026-08-31T15:18:54.162Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3445 | 2026-08-31T15:18:54.221Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3446 | 2026-08-31T15:18:54.290Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3447 | 2026-08-31T15:18:54.468Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3448 | 2026-08-31T15:18:54.504Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3449 | 2026-08-31T15:18:54.522Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3450 | 2026-08-31T15:18:54.886Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3451 | 2026-08-31T15:18:55.106Z | Compiling rsa v0.10.0-rc.18 |
| 3452 | 2026-08-31T15:18:55.174Z | Compiling ed25519-dalek v3.0.0 |
| 3453 | 2026-08-31T15:18:55.207Z | Compiling sha3 v0.11.0 |
| 3454 | 2026-08-31T15:18:55.614Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3455 | 2026-08-31T15:18:55.698Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3456 | 2026-08-31T15:18:55.722Z | Compiling p521 v0.14.0 |
| 3457 | 2026-08-31T15:18:55.839Z | Compiling p256 v0.14.0 |
| 3458 | 2026-08-31T15:18:55.883Z | Compiling p384 v0.14.0 |
| 3459 | 2026-08-31T15:18:56.073Z | Compiling scuffle v0.1.0 |
| 3460 | 2026-08-31T15:18:56.165Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3461 | 2026-08-31T15:18:56.175Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3462 | 2026-08-31T15:18:56.317Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3463 | 2026-08-31T15:18:56.470Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3464 | 2026-08-31T15:18:56.878Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3465 | 2026-08-31T15:18:56.924Z | Compiling yasna v0.5.2 |
| 3466 | 2026-08-31T15:18:56.965Z | Compiling kstat-rs v0.2.5 |
| 3467 | 2026-08-31T15:18:57.035Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3468 | 2026-08-31T15:18:57.095Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3469 | 2026-08-31T15:18:57.161Z | Compiling headers-core v0.3.0 |
| 3470 | 2026-08-31T15:18:57.281Z | Compiling kem v0.3.0 |
| 3471 | 2026-08-31T15:18:57.354Z | Compiling module-lattice v0.2.3 |
| 3472 | 2026-08-31T15:18:57.385Z | Compiling nanorand v0.7.0 |
| 3473 | 2026-08-31T15:18:57.451Z | Compiling sponge-cursor v0.1.0 |
| 3474 | 2026-08-31T15:18:57.611Z | Compiling sha3 v0.12.0 |
| 3475 | 2026-08-31T15:18:57.644Z | Compiling ml-kem v0.3.2 |
| 3476 | 2026-08-31T15:18:57.662Z | Compiling flume v0.11.1 |
| 3477 | 2026-08-31T15:18:57.665Z | Compiling rcgen v0.12.1 |
| 3478 | 2026-08-31T15:18:57.711Z | Compiling headers v0.4.1 |
| 3479 | 2026-08-31T15:18:58.005Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3480 | 2026-08-31T15:18:58.025Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3481 | 2026-08-31T15:18:58.121Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3482 | 2026-08-31T15:18:58.221Z | Compiling hyper-staticfile v0.10.1 |
| 3483 | 2026-08-31T15:18:58.267Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3484 | 2026-08-31T15:18:58.465Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3485 | 2026-08-31T15:18:58.525Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3486 | 2026-08-31T15:18:58.589Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3487 | 2026-08-31T15:18:58.634Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3488 | 2026-08-31T15:18:58.768Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3489 | 2026-08-31T15:18:58.978Z | Compiling ssh-key v0.7.0-rc.11 |
| 3490 | 2026-08-31T15:18:58.988Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3491 | 2026-08-31T15:18:59.000Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3492 | 2026-08-31T15:18:59.025Z | Compiling russh-cryptovec v0.62.0 |
| 3493 | 2026-08-31T15:18:59.059Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3494 | 2026-08-31T15:18:59.089Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3495 | 2026-08-31T15:18:59.210Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3496 | 2026-08-31T15:18:59.243Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3497 | 2026-08-31T15:18:59.282Z | Compiling port-file v0.1.0 |
| 3498 | 2026-08-31T15:18:59.292Z | Compiling num-bigint v0.4.6 |
| 3499 | 2026-08-31T15:18:59.315Z | Compiling generic-array v1.4.3 |
| 3500 | 2026-08-31T15:18:59.368Z | Compiling russh-util v0.52.0 |
| 3501 | 2026-08-31T15:18:59.382Z | Compiling enum_dispatch v0.3.13 |
| 3502 | 2026-08-31T15:18:59.427Z | Compiling delegate v0.13.5 |
| 3503 | 2026-08-31T15:18:59.553Z | Compiling subprocess v0.2.15 |
| 3504 | 2026-08-31T15:18:59.571Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3505 | 2026-08-31T15:18:59.821Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3506 | 2026-08-31T15:18:59.847Z | Compiling display-error-chain v0.2.2 |
| 3507 | 2026-08-31T15:18:59.988Z | Compiling hex-literal v1.1.0 |
| 3508 | 2026-08-31T15:19:00.010Z | Compiling md5 v0.8.0 |
| 3509 | 2026-08-31T15:19:00.023Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3510 | 2026-08-31T15:19:00.148Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3511 | 2026-08-31T15:19:00.181Z | Compiling colored v2.2.0 |
| 3512 | 2026-08-31T15:19:00.296Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3513 | 2026-08-31T15:19:00.315Z | Compiling socket2 v0.5.10 |
| 3514 | 2026-08-31T15:19:00.391Z | Compiling internet-checksum v0.2.1 |
| 3515 | 2026-08-31T15:19:00.413Z | Compiling russh v0.62.4 |
| 3516 | 2026-08-31T15:19:00.762Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3517 | 2026-08-31T15:19:01.907Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3518 | 2026-08-31T15:19:01.907Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3519 | 2026-08-31T15:19:02.781Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3520 | 2026-08-31T15:19:04.559Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3521 | 2026-08-31T15:19:05.257Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3522 | 2026-08-31T15:19:05.793Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3523 | 2026-08-31T15:19:07.121Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3524 | 2026-08-31T15:19:07.213Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3525 | 2026-08-31T15:19:16.372Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3526 | 2026-08-31T15:19:16.372Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3527 | 2026-08-31T15:19:16.372Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3528 | 2026-08-31T15:19:16.375Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3529 | 2026-08-31T15:19:16.375Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3530 | 2026-08-31T15:19:18.204Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3531 | 2026-08-31T15:19:18.328Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3532 | 2026-08-31T15:19:22.543Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3533 | 2026-08-31T15:20:04.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3534 | 2026-08-31T15:20:04.496Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3535 | 2026-08-31T15:20:04.496Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3536 | 2026-08-31T15:20:04.716Z | |
| 3537 | 2026-08-31T15:20:04.716Z | real 1:31.107013582 |
| 3538 | 2026-08-31T15:20:04.716Z | user 8:35.869235889 |
| 3539 | 2026-08-31T15:20:04.716Z | sys 1:44.389525860 |
| 3540 | 2026-08-31T15:20:04.716Z | trap 0.255161336 |
| 3541 | 2026-08-31T15:20:04.722Z | tflt 0.366722322 |
| 3542 | 2026-08-31T15:20:04.723Z | dflt 2.106890205 |
| 3543 | 2026-08-31T15:20:04.723Z | kflt 0.000288160 |
| 3544 | 2026-08-31T15:20:04.723Z | lock 31:43.707905904 |
| 3545 | 2026-08-31T15:20:04.723Z | slp 19:45.762808587 |
| 3546 | 2026-08-31T15:20:04.723Z | lat 37.369530732 |
| 3547 | 2026-08-31T15:20:04.723Z | stop 3:01.583312583 |
| 3548 | 2026-08-31T15:20:04.723Z | + mkdir tests |
| 3549 | 2026-08-31T15:20:04.723Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3550 | 2026-08-31T15:20:04.723Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3551 | 2026-08-31T15:20:04.738Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-170d969bd9c6e9a4 tests/ |
| 3552 | 2026-08-31T15:20:04.770Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-87b6bf093fd71961 tests/ |
| 3553 | 2026-08-31T15:20:04.802Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-73140252b5a8139c tests/ |
| 3554 | 2026-08-31T15:20:05.141Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-41ce1adb6f5b4e94 tests/ |
| 3555 | 2026-08-31T15:20:05.462Z | + 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) |
| 3556 | 2026-08-31T15:20:05.465Z | + 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-87b6bf093fd71961 tests/commtest-73140252b5a8139c tests/dhcp_server-170d969bd9c6e9a4 tests/end_to_end_tests-41ce1adb6f5b4e94 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 |
| 3557 | 2026-08-31T15:21:44.464Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3558 | 2026-08-31T15:21:44.464Z | a .github/buildomat/ci-env.sh 1K |
| 3559 | 2026-08-31T15:21:44.464Z | a out/target/test 1K |
| 3560 | 2026-08-31T15:21:44.464Z | a out/npuzone/npuzone 31102K |
| 3561 | 2026-08-31T15:21:44.464Z | a package-manifest.toml 35K |
| 3562 | 2026-08-31T15:21:44.464Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3563 | 2026-08-31T15:21:44.464Z | a target/release/omicron-package 49790K |
| 3564 | 2026-08-31T15:21:44.464Z | a target/release/xtask 11732K |
| 3565 | 2026-08-31T15:21:44.464Z | a target/debug/bootstrap 443424K |
| 3566 | 2026-08-31T15:21:44.464Z | a tests/bootstrap-87b6bf093fd71961 34430K |
| 3567 | 2026-08-31T15:21:44.464Z | a tests/commtest-73140252b5a8139c 444575K |
| 3568 | 2026-08-31T15:21:44.465Z | a tests/dhcp_server-170d969bd9c6e9a4 34430K |
| 3569 | 2026-08-31T15:21:44.465Z | a tests/end_to_end_tests-41ce1adb6f5b4e94 506238K |
| 3570 | 2026-08-31T15:21:44.465Z | a tools/opte_version 1K |
| 3571 | 2026-08-31T15:21:44.465Z | a tools/opte_version_override 2K |
| 3572 | 2026-08-31T15:21:44.465Z | a out/clickhouse.tar.gz 326503K |
| 3573 | 2026-08-31T15:21:44.465Z | a out/clickhouse_keeper.tar.gz 310490K |
| 3574 | 2026-08-31T15:21:44.465Z | a out/clickhouse_server.tar.gz 326501K |
| 3575 | 2026-08-31T15:21:44.465Z | a out/cockroachdb.tar.gz 167136K |
| 3576 | 2026-08-31T15:21:44.465Z | a out/crucible-pantry-zone.tar.gz 40115K |
| 3577 | 2026-08-31T15:21:44.465Z | a out/crucible-utils.tar 18900K |
| 3578 | 2026-08-31T15:21:44.465Z | a out/crucible-zone.tar.gz 54928K |
| 3579 | 2026-08-31T15:21:44.465Z | a out/external-dns.tar.gz 46873K |
| 3580 | 2026-08-31T15:21:44.465Z | a out/internal-dns.tar.gz 46873K |
| 3581 | 2026-08-31T15:21:44.465Z | a out/mg-ddm-gz.tar 114773K |
| 3582 | 2026-08-31T15:21:44.465Z | a out/nexus.tar.gz 362181K |
| 3583 | 2026-08-31T15:21:44.465Z | a out/ntp.tar.gz 31704K |
| 3584 | 2026-08-31T15:21:44.465Z | a out/omicron-gateway-softnpu.tar.gz 29143K |
| 3585 | 2026-08-31T15:21:44.465Z | a out/omicron-sled-agent.tar 236915K |
| 3586 | 2026-08-31T15:21:44.465Z | a out/overlay.tar.gz 4K |
| 3587 | 2026-08-31T15:21:44.465Z | a out/oximeter.tar.gz 68683K |
| 3588 | 2026-08-31T15:21:44.465Z | a out/oxlog.tar 4088K |
| 3589 | 2026-08-31T15:21:44.465Z | a out/probe.tar.gz 1396K |
| 3590 | 2026-08-31T15:21:44.465Z | a out/propolis-server.tar.gz 37940K |
| 3591 | 2026-08-31T15:21:44.465Z | a out/pumpkind-gz.tar 26647K |
| 3592 | 2026-08-31T15:21:44.465Z | a out/switch-softnpu.tar.gz 524228K |
| 3593 | 2026-08-31T15:21:44.471Z | |
| 3594 | 2026-08-31T15:21:44.471Z | real 1:38.999292721 |
| 3595 | 2026-08-31T15:21:44.472Z | user 1:35.690189246 |
| 3596 | 2026-08-31T15:21:44.472Z | sys 5.494303949 |
| 3597 | 2026-08-31T15:21:44.472Z | trap 0.008090302 |
| 3598 | 2026-08-31T15:21:44.472Z | tflt 0.000000000 |
| 3599 | 2026-08-31T15:21:44.472Z | dflt 0.000000000 |
| 3600 | 2026-08-31T15:21:44.472Z | kflt 0.000000000 |
| 3601 | 2026-08-31T15:21:44.472Z | lock 0.000000000 |
| 3602 | 2026-08-31T15:21:44.472Z | slp 1:35.515798189 |
| 3603 | 2026-08-31T15:21:44.472Z | lat 1.285233794 |
| 3604 | 2026-08-31T15:21:44.472Z | stop 0.000225660 |
| 3605 | 2026-08-31T15:21:44.472Z | process exited: duration 1093555 ms, exit code 0 |
| |
| 3606 | 2026-08-31T15:21:44.490Z | found 1 output files |
| 3607 | 2026-08-31T15:21:44.490Z | uploading: /work/package.tar.gz (2871445289 bytes) |
| 3608 | 2026-08-31T15:23:01.026Z | uploaded: /work/package.tar.gz |