|
|
|
| 1 | 2026-05-16T03:36:52.161Z | job assigned to worker 01KRQDNTFCRYXVB7X749CW826M [factory aws, i-03175f950ad39a20b] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-16T03:36:59.023Z | starting task 0: "setup" |
| 3 | 2026-05-16T03:36:59.029Z | ++ uname -s |
| 4 | 2026-05-16T03:36:59.035Z | + kern=SunOS |
| 5 | 2026-05-16T03:36:59.035Z | + build_user=build |
| 6 | 2026-05-16T03:36:59.035Z | + build_uid=12345 |
| 7 | 2026-05-16T03:36:59.035Z | + work_dir=/work |
| 8 | 2026-05-16T03:36:59.035Z | + input_dir=/input |
| 9 | 2026-05-16T03:36:59.035Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-16T03:36:59.035Z | + case "$kern" in |
| 11 | 2026-05-16T03:36:59.035Z | + groupadd -g 12345 build |
| 12 | 2026-05-16T03:36:59.035Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-16T03:37:01.047Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-16T03:37:01.169Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-16T03:37:01.175Z | + home_fs=zfs |
| 16 | 2026-05-16T03:37:01.175Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-16T03:37:01.175Z | + mkdir -p /home/build |
| 18 | 2026-05-16T03:37:01.175Z | + chown build:build /home/build /work |
| 19 | 2026-05-16T03:37:03.186Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-16T03:37:03.208Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2026-05-16T03:37:03.249Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-16T03:37:03.265Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-16T03:37:03.265Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-16T03:37:03.265Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-16T03:37:03.265Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-16T03:37:03.265Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-16T03:37:03.266Z | * rust toolchain profile = "default" |
| 28 | 2026-05-16T03:37:03.266Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-16T03:37:03.266Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-16T03:37:03.328Z | info: downloading installer |
| 31 | 2026-05-16T03:37:04.914Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-16T03:37:04.914Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-16T03:37:04.914Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-16T03:37:04.914Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-16T03:37:04.928Z | info: profile set to default |
| 36 | 2026-05-16T03:37:04.928Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-16T03:37:04.928Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-16T03:37:05.058Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-16T03:37:05.065Z | info: downloading 6 components |
| 40 | 2026-05-16T03:37:18.945Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-16T03:37:18.945Z | |
| 42 | 2026-05-16T03:37:18.975Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-16T03:37:18.976Z | |
| 44 | 2026-05-16T03:37:18.976Z | |
| 45 | 2026-05-16T03:37:18.976Z | Rust is installed now. Great! |
| 46 | 2026-05-16T03:37:18.976Z | |
| 47 | 2026-05-16T03:37:18.976Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-16T03:37:18.976Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-16T03:37:18.976Z | |
| 50 | 2026-05-16T03:37:18.976Z | To configure your current shell, you need to source |
| 51 | 2026-05-16T03:37:18.976Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-16T03:37:18.976Z | |
| 53 | 2026-05-16T03:37:18.976Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-16T03:37:18.979Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-16T03:37:18.979Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-16T03:37:18.979Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-16T03:37:18.979Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-16T03:37:18.979Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-16T03:37:18.979Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-16T03:37:18.979Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-16T03:37:18.979Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-16T03:37:19.062Z | + rustup --version |
| 63 | 2026-05-16T03:37:19.068Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-16T03:37:19.072Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-16T03:37:19.091Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-16T03:37:19.094Z | + cargo --version |
| 67 | 2026-05-16T03:37:19.102Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-16T03:37:19.108Z | + rustc --version |
| 69 | 2026-05-16T03:37:19.126Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-16T03:37:19.129Z | process exited: duration 15899 ms, exit code 0 |
| |
| 71 | 2026-05-16T03:37:19.146Z | starting task 2: "authentication" |
| 72 | 2026-05-16T03:37:19.159Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-05-16T03:37:27.198Z | process exited: duration 8056 ms, exit code 0 |
| |
| 74 | 2026-05-16T03:37:27.206Z | starting task 3: "clone repository" |
| 75 | 2026-05-16T03:37:27.212Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-05-16T03:37:27.214Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-05-16T03:37:27.251Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-05-16T03:37:37.016Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-05-16T03:37:37.016Z | + git fetch origin 2cd3432b8270395fe3d8f64721146ea346dce394 |
| 80 | 2026-05-16T03:37:37.279Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-05-16T03:37:37.279Z | * branch 2cd3432b8270395fe3d8f64721146ea346dce394 -> FETCH_HEAD |
| 82 | 2026-05-16T03:37:37.290Z | + [[ -n renovate/russh-monorepo ]] |
| 83 | 2026-05-16T03:37:37.292Z | ++ git branch --show-current |
| 84 | 2026-05-16T03:37:37.295Z | + current=main |
| 85 | 2026-05-16T03:37:37.295Z | + [[ main != renovate/russh-monorepo ]] |
| 86 | 2026-05-16T03:37:37.295Z | + git branch -f renovate/russh-monorepo 2cd3432b8270395fe3d8f64721146ea346dce394 |
| 87 | 2026-05-16T03:37:37.298Z | + git checkout -f renovate/russh-monorepo |
| 88 | 2026-05-16T03:37:37.532Z | Switched to branch 'renovate/russh-monorepo' |
| 89 | 2026-05-16T03:37:37.534Z | + git reset --hard 2cd3432b8270395fe3d8f64721146ea346dce394 |
| 90 | 2026-05-16T03:37:37.549Z | HEAD is now at 2cd3432b8 Update Rust crate russh-keys to 0.49.2 |
| 91 | 2026-05-16T03:37:37.552Z | process exited: duration 10346 ms, exit code 0 |
| |
| 92 | 2026-05-16T03:37:37.559Z | starting task 4: "build" |
| 93 | 2026-05-16T03:37:37.565Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-05-16T03:37:37.565Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-05-16T03:37:37.565Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-05-16T03:37:37.565Z | + cargo --version |
| 97 | 2026-05-16T03:37:37.578Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 98 | 2026-05-16T03:37:37.581Z | + rustc --version |
| 99 | 2026-05-16T03:37:37.599Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 100 | 2026-05-16T03:37:37.602Z | + WORK=/work |
| 101 | 2026-05-16T03:37:37.602Z | + pfexec mkdir -p /work |
| 102 | 2026-05-16T03:37:37.606Z | + pfexec chown build /work |
| 103 | 2026-05-16T03:37:37.610Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 104 | 2026-05-16T03:37:39.129Z | Startup: Refreshing catalog 'helios' ... Done |
| 105 | 2026-05-16T03:37:39.190Z | Startup: Caching catalogs ... Done |
| 106 | 2026-05-16T03:37:39.416Z | Planning: Solver setup ... Done (0.172s) |
| 107 | 2026-05-16T03:37:39.433Z | Planning: Running solver ... Done (0.016s) |
| 108 | 2026-05-16T03:37:39.450Z | Planning: Finding local manifests ... Done (0.003s) |
| 109 | 2026-05-16T03:37:39.450Z | Planning: Fetching manifests: 0/2 0% complete |
| 110 | 2026-05-16T03:37:39.462Z | Planning: Fetching manifests: 2/2 100% complete |
| 111 | 2026-05-16T03:37:39.503Z | Planning: Package planning ... Done (0.013s) |
| 112 | 2026-05-16T03:37:39.503Z | Planning: Merging actions ... Done (0.001s) |
| 113 | 2026-05-16T03:37:39.691Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 114 | 2026-05-16T03:37:39.738Z | Planning: Consolidating action changes ... Done (0.001s) |
| 115 | 2026-05-16T03:37:40.557Z | Planning: Evaluating mediators ... Done (0.883s) |
| 116 | 2026-05-16T03:37:40.575Z | Planning: Planning completed in 1.33 seconds |
| 117 | 2026-05-16T03:37:40.575Z | Packages to install: 2 |
| 118 | 2026-05-16T03:37:40.575Z | Estimated space available: 156.07 GB |
| 119 | 2026-05-16T03:37:40.575Z | Estimated space to be consumed: 19.74 MB |
| 120 | 2026-05-16T03:37:40.575Z | Create boot environment: No |
| 121 | 2026-05-16T03:37:40.575Z | Create backup boot environment: No |
| 122 | 2026-05-16T03:37:40.575Z | Rebuild boot archive: No |
| 123 | 2026-05-16T03:37:40.575Z | |
| 124 | 2026-05-16T03:37:40.575Z | Changed packages: |
| 125 | 2026-05-16T03:37:40.576Z | helios |
| 126 | 2026-05-16T03:37:40.576Z | developer/build-essential |
| 127 | 2026-05-16T03:37:40.576Z | None -> 11-3.0 |
| 128 | 2026-05-16T03:37:40.576Z | library/libxmlsec1 |
| 129 | 2026-05-16T03:37:40.576Z | None -> 1.2.35-3.0 |
| 130 | 2026-05-16T03:37:40.622Z | |
| 131 | 2026-05-16T03:37:40.622Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 132 | 2026-05-16T03:37:41.074Z | Download: Completed 1.28 MB in 0.50 seconds (2.6M/s) |
| 133 | 2026-05-16T03:37:41.171Z | Actions: 1/268 actions (Installing new actions) |
| 134 | 2026-05-16T03:37:41.208Z | Actions: Completed 268 actions in 0.04 seconds. |
| 135 | 2026-05-16T03:37:41.215Z | Finalize: Updating package state database ... Done (0.007s) |
| 136 | 2026-05-16T03:37:41.215Z | Finalize: Updating package cache ... Done (0.000s) |
| 137 | 2026-05-16T03:37:41.231Z | Finalize: Updating image state ... Done (0.015s) |
| 138 | 2026-05-16T03:37:43.844Z | Finalize: Creating fast lookup database ... Done (2.598s) |
| 139 | 2026-05-16T03:37:43.920Z | Finalize: Reading search index ... Done (0.013s) |
| 140 | 2026-05-16T03:37:43.923Z | Finalize: Updating search index ... Done (0.000s) |
| 141 | 2026-05-16T03:37:44.032Z | Finalize: Updating package cache ... Done (0.000s) |
| 142 | 2026-05-16T03:37:44.324Z | Planning: Evaluating mediator changes ... Done |
| 143 | 2026-05-16T03:37:44.428Z | Planning: Checking for conflicting actions ... Done |
| 144 | 2026-05-16T03:37:44.431Z | Planning: Consolidating action changes ... Done |
| 145 | 2026-05-16T03:37:44.590Z | Planning: Evaluating mediators ... Done |
| 146 | 2026-05-16T03:37:44.594Z | Planning: Planning completed in 0.27 seconds |
| 147 | 2026-05-16T03:37:44.613Z | Mediators to change: 2 |
| 148 | 2026-05-16T03:37:44.613Z | Create boot environment: No |
| 149 | 2026-05-16T03:37:44.613Z | Create backup boot environment: No |
| 150 | 2026-05-16T03:37:44.685Z | Finalize: Updating package state database ... Done |
| 151 | 2026-05-16T03:37:44.685Z | Finalize: Updating package cache ... Done |
| 152 | 2026-05-16T03:37:44.695Z | Finalize: Updating image state ... Done |
| 153 | 2026-05-16T03:37:46.692Z | Finalize: Creating fast lookup database ... Done |
| 154 | 2026-05-16T03:37:47.138Z | Finalize: Reading search index ... Done |
| 155 | 2026-05-16T03:37:47.153Z | Finalize: Updating search index ... Done |
| 156 | 2026-05-16T03:37:47.153Z | Finalize: Updating package cache ... Done |
| 157 | 2026-05-16T03:37:47.153Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-05-16T03:37:47.212Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-05-16T03:37:47.220Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-05-16T03:37:47.425Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-05-16T03:37:47.440Z | Planning: Planning completed in 0.26 seconds |
| 162 | 2026-05-16T03:37:47.440Z | Mediators to change: 1 |
| 163 | 2026-05-16T03:37:47.441Z | Create boot environment: No |
| 164 | 2026-05-16T03:37:47.441Z | Create backup boot environment: No |
| 165 | 2026-05-16T03:37:47.479Z | Finalize: Updating package state database ... Done |
| 166 | 2026-05-16T03:37:47.479Z | Finalize: Updating package cache ... Done |
| 167 | 2026-05-16T03:37:47.479Z | Finalize: Updating image state ... Done |
| 168 | 2026-05-16T03:37:49.387Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-05-16T03:37:49.442Z | Finalize: Reading search index ... Done |
| 170 | 2026-05-16T03:37:49.445Z | Finalize: Updating search index ... Done |
| 171 | 2026-05-16T03:37:49.523Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-16T03:37:49.847Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 173 | 2026-05-16T03:37:49.847Z | apache system 2.4 system |
| 174 | 2026-05-16T03:37:49.847Z | clang system 15 system |
| 175 | 2026-05-16T03:37:49.847Z | csh system system illumos |
| 176 | 2026-05-16T03:37:49.847Z | ctags system system illumos |
| 177 | 2026-05-16T03:37:49.847Z | file vendor vendor darwinsys |
| 178 | 2026-05-16T03:37:49.847Z | file system system illumos |
| 179 | 2026-05-16T03:37:49.847Z | gcc vendor 14 vendor |
| 180 | 2026-05-16T03:37:49.847Z | gcc system 13 system |
| 181 | 2026-05-16T03:37:49.847Z | gcc system 10 system |
| 182 | 2026-05-16T03:37:49.847Z | go system 1.25 system |
| 183 | 2026-05-16T03:37:49.847Z | llvm system 15 system |
| 184 | 2026-05-16T03:37:49.847Z | mariadb system 11.4 system |
| 185 | 2026-05-16T03:37:49.847Z | mta vendor vendor dma |
| 186 | 2026-05-16T03:37:49.847Z | openjdk system 17 system |
| 187 | 2026-05-16T03:37:49.847Z | openjdk system 11 system |
| 188 | 2026-05-16T03:37:49.847Z | openssl vendor 3 vendor |
| 189 | 2026-05-16T03:37:49.847Z | perl system 5.40 system |
| 190 | 2026-05-16T03:37:49.847Z | postgresql system 18 system |
| 191 | 2026-05-16T03:37:49.847Z | postgresql system 17 system |
| 192 | 2026-05-16T03:37:49.847Z | python vendor 3 vendor |
| 193 | 2026-05-16T03:37:49.847Z | python system 2 system |
| 194 | 2026-05-16T03:37:49.847Z | python3 vendor 3.13 vendor |
| 195 | 2026-05-16T03:37:49.847Z | ruby system 3.4 system |
| 196 | 2026-05-16T03:37:49.847Z | ruby system 3.0 system |
| 197 | 2026-05-16T03:37:49.847Z | words vendor vendor american-english |
| 198 | 2026-05-16T03:37:49.847Z | words system system australian-english |
| 199 | 2026-05-16T03:37:49.848Z | words system system british-english |
| 200 | 2026-05-16T03:37:49.848Z | words system system canadian-english |
| 201 | 2026-05-16T03:37:49.848Z | words system system french |
| 202 | 2026-05-16T03:37:49.848Z | words system system italian |
| 203 | 2026-05-16T03:37:49.848Z | words system system ngerman |
| 204 | 2026-05-16T03:37:49.848Z | words system system ogerman |
| 205 | 2026-05-16T03:37:49.848Z | words system system spanish |
| 206 | 2026-05-16T03:37:50.083Z | PUBLISHER TYPE STATUS P LOCATION |
| 207 | 2026-05-16T03:37:50.083Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 208 | 2026-05-16T03:37:50.353Z | FMRI IFO |
| 209 | 2026-05-16T03:37:50.353Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 210 | 2026-05-16T03:37:50.353Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 211 | 2026-05-16T03:37:50.353Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 212 | 2026-05-16T03:37:50.353Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 213 | 2026-05-16T03:37:50.353Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 214 | 2026-05-16T03:37:50.353Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 215 | 2026-05-16T03:37:50.353Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 216 | 2026-05-16T03:37:50.353Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 217 | 2026-05-16T03:37:50.353Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 218 | 2026-05-16T03:37:50.588Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 219 | 2026-05-16T03:37:50.866Z | Updating crates.io index |
| 220 | 2026-05-16T03:37:50.900Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 221 | 2026-05-16T03:37:51.128Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 222 | 2026-05-16T03:37:51.961Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 223 | 2026-05-16T03:37:52.699Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 224 | 2026-05-16T03:37:53.446Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 225 | 2026-05-16T03:37:53.886Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 226 | 2026-05-16T03:37:55.188Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 227 | 2026-05-16T03:37:56.050Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-05-16T03:37:56.374Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 229 | 2026-05-16T03:37:57.300Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 230 | 2026-05-16T03:37:57.697Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 231 | 2026-05-16T03:37:58.048Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 232 | 2026-05-16T03:37:58.470Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 233 | 2026-05-16T03:37:59.439Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 234 | 2026-05-16T03:37:59.833Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-05-16T03:38:00.148Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 236 | 2026-05-16T03:38:00.535Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 237 | 2026-05-16T03:38:00.820Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 238 | 2026-05-16T03:38:01.083Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-05-16T03:38:01.640Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 240 | 2026-05-16T03:38:01.862Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 241 | 2026-05-16T03:38:02.109Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-05-16T03:38:02.596Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 243 | 2026-05-16T03:38:03.145Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-16T03:38:03.615Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-16T03:38:03.898Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-16T03:38:04.083Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-16T03:38:05.153Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-16T03:38:05.797Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-16T03:38:06.293Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 250 | 2026-05-16T03:38:06.697Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-16T03:38:06.975Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-16T03:38:07.299Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-16T03:38:07.597Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-16T03:38:07.909Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-16T03:38:08.442Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-16T03:38:08.671Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-16T03:38:08.893Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-16T03:38:09.259Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-16T03:38:20.878Z | Downloading crates ... |
| 260 | 2026-05-16T03:38:20.941Z | Downloaded fnv v1.0.7 |
| 261 | 2026-05-16T03:38:20.945Z | Downloaded anstyle-parse v0.2.7 |
| 262 | 2026-05-16T03:38:20.945Z | Downloaded anstream v0.6.21 |
| 263 | 2026-05-16T03:38:20.948Z | Downloaded autocfg v1.5.0 |
| 264 | 2026-05-16T03:38:20.956Z | Downloaded clap_builder v4.5.60 |
| 265 | 2026-05-16T03:38:20.959Z | Downloaded icu_provider v2.1.1 |
| 266 | 2026-05-16T03:38:20.963Z | Downloaded bitflags v2.11.0 |
| 267 | 2026-05-16T03:38:20.968Z | Downloaded unicode-ident v1.0.24 |
| 268 | 2026-05-16T03:38:20.968Z | Downloaded camino-tempfile v1.4.1 |
| 269 | 2026-05-16T03:38:20.968Z | Downloaded cfg-if v1.0.4 |
| 270 | 2026-05-16T03:38:20.968Z | Downloaded block-buffer v0.10.4 |
| 271 | 2026-05-16T03:38:20.968Z | Downloaded dtrace-parser v0.2.0 |
| 272 | 2026-05-16T03:38:21.380Z | Downloaded unicode-linebreak v0.1.5 |
| 273 | 2026-05-16T03:38:21.380Z | Downloaded thread-id v4.2.2 |
| 274 | 2026-05-16T03:38:21.380Z | Downloaded usdt-macro v0.5.0 |
| 275 | 2026-05-16T03:38:21.385Z | Downloaded percent-encoding v2.3.2 |
| 276 | 2026-05-16T03:38:21.385Z | Downloaded utf8_iter v1.0.4 |
| 277 | 2026-05-16T03:38:21.385Z | Downloaded zerofrom-derive v0.1.6 |
| 278 | 2026-05-16T03:38:21.385Z | Downloaded proc-macro2 v1.0.106 |
| 279 | 2026-05-16T03:38:21.385Z | Downloaded zerofrom v0.1.6 |
| 280 | 2026-05-16T03:38:21.385Z | Downloaded dof v0.3.0 |
| 281 | 2026-05-16T03:38:21.385Z | Downloaded utf8parse v0.2.2 |
| 282 | 2026-05-16T03:38:21.385Z | Downloaded clap_lex v1.0.0 |
| 283 | 2026-05-16T03:38:21.386Z | Downloaded cargo-util-schemas v0.8.2 |
| 284 | 2026-05-16T03:38:21.386Z | Downloaded toml_write v0.1.2 |
| 285 | 2026-05-16T03:38:21.386Z | Downloaded toml_datetime v0.6.11 |
| 286 | 2026-05-16T03:38:21.386Z | Downloaded memmap v0.7.0 |
| 287 | 2026-05-16T03:38:21.386Z | Downloaded icu_properties v2.1.2 |
| 288 | 2026-05-16T03:38:21.386Z | Downloaded unicode-xid v0.2.6 |
| 289 | 2026-05-16T03:38:21.386Z | Downloaded version_check v0.9.5 |
| 290 | 2026-05-16T03:38:21.386Z | Downloaded usdt-attr-macro v0.5.0 |
| 291 | 2026-05-16T03:38:21.386Z | Downloaded scroll v0.12.0 |
| 292 | 2026-05-16T03:38:21.386Z | Downloaded proc-macro-error-attr v1.0.4 |
| 293 | 2026-05-16T03:38:21.386Z | Downloaded usdt v0.5.0 |
| 294 | 2026-05-16T03:38:21.386Z | Downloaded typeid v1.0.3 |
| 295 | 2026-05-16T03:38:21.386Z | Downloaded thiserror-impl v2.0.18 |
| 296 | 2026-05-16T03:38:21.386Z | Downloaded plain v0.2.3 |
| 297 | 2026-05-16T03:38:21.386Z | Downloaded macaddr v1.0.1 |
| 298 | 2026-05-16T03:38:21.386Z | Downloaded tinystr v0.8.2 |
| 299 | 2026-05-16T03:38:21.386Z | Downloaded thiserror v1.0.69 |
| 300 | 2026-05-16T03:38:21.386Z | Downloaded serde_spanned v0.6.9 |
| 301 | 2026-05-16T03:38:21.386Z | Downloaded thiserror-impl v1.0.69 |
| 302 | 2026-05-16T03:38:21.386Z | Downloaded idna_adapter v1.2.1 |
| 303 | 2026-05-16T03:38:21.386Z | Downloaded fastrand v2.3.0 |
| 304 | 2026-05-16T03:38:21.386Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-05-16T03:38:21.386Z | Downloaded scroll_derive v0.12.1 |
| 306 | 2026-05-16T03:38:21.386Z | Downloaded pretty-hex v0.4.1 |
| 307 | 2026-05-16T03:38:21.386Z | Downloaded digest v0.10.7 |
| 308 | 2026-05-16T03:38:21.386Z | Downloaded zerovec-derive v0.11.2 |
| 309 | 2026-05-16T03:38:21.386Z | Downloaded thiserror v2.0.18 |
| 310 | 2026-05-16T03:38:21.386Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-05-16T03:38:21.386Z | Downloaded usdt-impl v0.5.0 |
| 312 | 2026-05-16T03:38:21.386Z | Downloaded smawk v0.3.2 |
| 313 | 2026-05-16T03:38:21.386Z | Downloaded zerocopy-derive v0.7.35 |
| 314 | 2026-05-16T03:38:21.386Z | Downloaded zmij v1.0.21 |
| 315 | 2026-05-16T03:38:21.386Z | Downloaded yoke-derive v0.8.1 |
| 316 | 2026-05-16T03:38:21.386Z | Downloaded url v2.5.8 |
| 317 | 2026-05-16T03:38:21.386Z | Downloaded heck v0.5.0 |
| 318 | 2026-05-16T03:38:21.386Z | Downloaded erased-serde v0.4.9 |
| 319 | 2026-05-16T03:38:21.386Z | Downloaded icu_normalizer_data v2.1.1 |
| 320 | 2026-05-16T03:38:21.386Z | Downloaded errno v0.3.14 |
| 321 | 2026-05-16T03:38:21.386Z | Downloaded icu_locale_core v2.1.1 |
| 322 | 2026-05-16T03:38:21.387Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-05-16T03:38:21.387Z | Downloaded byteorder v1.5.0 |
| 324 | 2026-05-16T03:38:21.387Z | Downloaded textwrap v0.16.2 |
| 325 | 2026-05-16T03:38:21.387Z | Downloaded ucd-trie v0.1.7 |
| 326 | 2026-05-16T03:38:21.387Z | Downloaded toml v0.8.23 |
| 327 | 2026-05-16T03:38:21.387Z | Downloaded heck v0.4.1 |
| 328 | 2026-05-16T03:38:21.387Z | Downloaded crypto-common v0.1.7 |
| 329 | 2026-05-16T03:38:21.387Z | Downloaded zerotrie v0.2.3 |
| 330 | 2026-05-16T03:38:21.387Z | Downloaded toml_edit v0.22.27 |
| 331 | 2026-05-16T03:38:21.387Z | Downloaded typenum v1.19.0 |
| 332 | 2026-05-16T03:38:21.387Z | Downloaded tabled_derive v0.7.0 |
| 333 | 2026-05-16T03:38:21.387Z | Downloaded cargo_metadata v0.21.0 |
| 334 | 2026-05-16T03:38:21.387Z | Downloaded form_urlencoded v1.2.2 |
| 335 | 2026-05-16T03:38:21.387Z | Downloaded serde_tokenstream v0.2.3 |
| 336 | 2026-05-16T03:38:21.387Z | Downloaded serde-value v0.7.0 |
| 337 | 2026-05-16T03:38:21.387Z | Downloaded pest_derive v2.8.6 |
| 338 | 2026-05-16T03:38:21.387Z | Downloaded colorchoice v1.0.4 |
| 339 | 2026-05-16T03:38:21.387Z | Downloaded yoke v0.8.1 |
| 340 | 2026-05-16T03:38:21.387Z | Downloaded writeable v0.6.2 |
| 341 | 2026-05-16T03:38:21.387Z | Downloaded stable_deref_trait v1.2.1 |
| 342 | 2026-05-16T03:38:21.387Z | Downloaded itoa v1.0.17 |
| 343 | 2026-05-16T03:38:21.387Z | Downloaded zerovec v0.11.5 |
| 344 | 2026-05-16T03:38:21.387Z | Downloaded swrite v0.1.0 |
| 345 | 2026-05-16T03:38:21.387Z | Downloaded zerocopy v0.7.35 |
| 346 | 2026-05-16T03:38:21.387Z | Downloaded winnow v0.7.14 |
| 347 | 2026-05-16T03:38:21.387Z | Downloaded proc-macro-error v1.0.4 |
| 348 | 2026-05-16T03:38:21.387Z | Downloaded cargo-platform v0.2.0 |
| 349 | 2026-05-16T03:38:21.387Z | Downloaded anstyle v1.0.13 |
| 350 | 2026-05-16T03:38:21.387Z | Downloaded is_terminal_polyfill v1.70.2 |
| 351 | 2026-05-16T03:38:21.387Z | Downloaded unicode-width v0.2.0 |
| 352 | 2026-05-16T03:38:21.387Z | Downloaded unicode-width v0.1.14 |
| 353 | 2026-05-16T03:38:21.387Z | Downloaded potential_utf v0.1.4 |
| 354 | 2026-05-16T03:38:21.387Z | Downloaded bytecount v0.6.9 |
| 355 | 2026-05-16T03:38:21.387Z | Downloaded equivalent v1.0.2 |
| 356 | 2026-05-16T03:38:21.387Z | Downloaded cpufeatures v0.2.17 |
| 357 | 2026-05-16T03:38:21.387Z | Downloaded ordered-float v2.10.1 |
| 358 | 2026-05-16T03:38:21.388Z | Downloaded quote v1.0.45 |
| 359 | 2026-05-16T03:38:21.388Z | Downloaded fs-err v3.3.0 |
| 360 | 2026-05-16T03:38:21.388Z | Downloaded strsim v0.11.1 |
| 361 | 2026-05-16T03:38:21.388Z | Downloaded serde-untagged v0.1.9 |
| 362 | 2026-05-16T03:38:21.388Z | Downloaded synstructure v0.13.2 |
| 363 | 2026-05-16T03:38:21.388Z | Downloaded sha2 v0.10.9 |
| 364 | 2026-05-16T03:38:21.388Z | Downloaded displaydoc v0.2.5 |
| 365 | 2026-05-16T03:38:21.388Z | Downloaded clap_derive v4.5.55 |
| 366 | 2026-05-16T03:38:21.388Z | Downloaded once_cell v1.21.3 |
| 367 | 2026-05-16T03:38:21.388Z | Downloaded serde_core v1.0.228 |
| 368 | 2026-05-16T03:38:21.388Z | Downloaded smallvec v1.15.1 |
| 369 | 2026-05-16T03:38:21.388Z | Downloaded num-traits v0.2.19 |
| 370 | 2026-05-16T03:38:21.388Z | Downloaded pest_generator v2.8.6 |
| 371 | 2026-05-16T03:38:21.388Z | Downloaded tempfile v3.25.0 |
| 372 | 2026-05-16T03:38:21.388Z | Downloaded cargo_toml v0.21.0 |
| 373 | 2026-05-16T03:38:21.388Z | Downloaded semver v1.0.28 |
| 374 | 2026-05-16T03:38:21.388Z | Downloaded camino v1.2.2 |
| 375 | 2026-05-16T03:38:21.800Z | Downloaded clap v4.5.60 |
| 376 | 2026-05-16T03:38:21.800Z | Downloaded getrandom v0.4.1 |
| 377 | 2026-05-16T03:38:21.800Z | Downloaded serde_derive v1.0.228 |
| 378 | 2026-05-16T03:38:21.800Z | Downloaded papergrid v0.11.0 |
| 379 | 2026-05-16T03:38:21.800Z | Downloaded anyhow v1.0.102 |
| 380 | 2026-05-16T03:38:21.800Z | Downloaded litemap v0.8.1 |
| 381 | 2026-05-16T03:38:21.800Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-05-16T03:38:21.800Z | Downloaded icu_normalizer v2.1.1 |
| 383 | 2026-05-16T03:38:21.800Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-16T03:38:21.800Z | Downloaded log v0.4.29 |
| 385 | 2026-05-16T03:38:21.800Z | Downloaded icu_properties_data v2.1.2 |
| 386 | 2026-05-16T03:38:21.800Z | Downloaded hashbrown v0.17.0 |
| 387 | 2026-05-16T03:38:21.800Z | Downloaded memchr v2.8.0 |
| 388 | 2026-05-16T03:38:21.800Z | Downloaded indexmap v2.14.0 |
| 389 | 2026-05-16T03:38:21.800Z | Downloaded icu_collections v2.1.1 |
| 390 | 2026-05-16T03:38:21.800Z | Downloaded pest v2.8.6 |
| 391 | 2026-05-16T03:38:21.800Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-16T03:38:21.800Z | Downloaded idna v1.1.0 |
| 393 | 2026-05-16T03:38:21.800Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-16T03:38:21.800Z | Downloaded goblin v0.8.2 |
| 395 | 2026-05-16T03:38:21.800Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-16T03:38:21.800Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-16T03:38:21.800Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-16T03:38:21.800Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-16T03:38:21.800Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-16T03:38:21.800Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-16T03:38:21.800Z | Compiling quote v1.0.45 |
| 402 | 2026-05-16T03:38:21.800Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-16T03:38:21.800Z | Compiling libc v0.2.185 |
| 404 | 2026-05-16T03:38:21.800Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-16T03:38:21.800Z | Compiling serde v1.0.228 |
| 406 | 2026-05-16T03:38:21.800Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-16T03:38:21.800Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-16T03:38:21.800Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-16T03:38:21.803Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-16T03:38:21.804Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-16T03:38:21.804Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-16T03:38:21.804Z | Compiling thiserror v1.0.69 |
| 413 | 2026-05-16T03:38:21.804Z | Compiling writeable v0.6.2 |
| 414 | 2026-05-16T03:38:21.804Z | Compiling litemap v0.8.1 |
| 415 | 2026-05-16T03:38:21.804Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-05-16T03:38:21.867Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-16T03:38:21.978Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-05-16T03:38:22.032Z | Compiling pest v2.8.6 |
| 419 | 2026-05-16T03:38:22.034Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-16T03:38:22.084Z | Compiling bitflags v2.11.0 |
| 421 | 2026-05-16T03:38:22.089Z | Compiling serde_json v1.0.149 |
| 422 | 2026-05-16T03:38:22.226Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-16T03:38:22.285Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-16T03:38:22.289Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-16T03:38:22.320Z | Compiling equivalent v1.0.2 |
| 426 | 2026-05-16T03:38:22.355Z | Compiling typeid v1.0.3 |
| 427 | 2026-05-16T03:38:22.879Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-16T03:38:22.883Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-16T03:38:22.883Z | Compiling toml_write v0.1.2 |
| 430 | 2026-05-16T03:38:22.883Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-16T03:38:22.883Z | Compiling syn v1.0.109 |
| 432 | 2026-05-16T03:38:22.883Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-05-16T03:38:22.883Z | Compiling errno v0.3.14 |
| 434 | 2026-05-16T03:38:22.883Z | Compiling thread-id v4.2.2 |
| 435 | 2026-05-16T03:38:22.883Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-16T03:38:22.883Z | Compiling indexmap v2.14.0 |
| 437 | 2026-05-16T03:38:22.883Z | Compiling plain v0.2.3 |
| 438 | 2026-05-16T03:38:22.934Z | Compiling utf8parse v0.2.2 |
| 439 | 2026-05-16T03:38:22.941Z | Compiling log v0.4.29 |
| 440 | 2026-05-16T03:38:22.969Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-05-16T03:38:22.993Z | Compiling thiserror v2.0.18 |
| 442 | 2026-05-16T03:38:23.019Z | Compiling getrandom v0.4.1 |
| 443 | 2026-05-16T03:38:23.049Z | Compiling camino v1.2.2 |
| 444 | 2026-05-16T03:38:23.053Z | Compiling utf8_iter v1.0.4 |
| 445 | 2026-05-16T03:38:23.112Z | Compiling syn v2.0.117 |
| 446 | 2026-05-16T03:38:23.129Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-16T03:38:23.198Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-16T03:38:23.213Z | Compiling anstyle-parse v0.2.7 |
| 449 | 2026-05-16T03:38:23.320Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-16T03:38:23.482Z | Compiling cfg-if v1.0.4 |
| 451 | 2026-05-16T03:38:23.498Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-05-16T03:38:23.507Z | Compiling anstyle v1.0.13 |
| 453 | 2026-05-16T03:38:23.531Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-05-16T03:38:23.550Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-05-16T03:38:23.569Z | Compiling anstyle-query v1.1.5 |
| 456 | 2026-05-16T03:38:23.606Z | Compiling fs-err v3.3.0 |
| 457 | 2026-05-16T03:38:23.641Z | Compiling once_cell v1.21.3 |
| 458 | 2026-05-16T03:38:23.668Z | Compiling heck v0.4.1 |
| 459 | 2026-05-16T03:38:23.686Z | Compiling terminal_size v0.4.3 |
| 460 | 2026-05-16T03:38:23.706Z | Compiling anstream v0.6.21 |
| 461 | 2026-05-16T03:38:23.836Z | Compiling semver v1.0.28 |
| 462 | 2026-05-16T03:38:23.855Z | Compiling fastrand v2.3.0 |
| 463 | 2026-05-16T03:38:23.890Z | Compiling clap_lex v1.0.0 |
| 464 | 2026-05-16T03:38:23.910Z | Compiling unicode-xid v0.2.6 |
| 465 | 2026-05-16T03:38:23.929Z | Compiling bytecount v0.6.9 |
| 466 | 2026-05-16T03:38:24.040Z | Compiling unicode-width v0.1.14 |
| 467 | 2026-05-16T03:38:24.478Z | Compiling heck v0.5.0 |
| 468 | 2026-05-16T03:38:24.483Z | Compiling anyhow v1.0.102 |
| 469 | 2026-05-16T03:38:24.483Z | Compiling fnv v1.0.7 |
| 470 | 2026-05-16T03:38:24.483Z | Compiling strsim v0.11.1 |
| 471 | 2026-05-16T03:38:24.483Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-16T03:38:24.483Z | Compiling serde-untagged v0.1.9 |
| 473 | 2026-05-16T03:38:24.483Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-16T03:38:24.483Z | Compiling unicode-width v0.2.0 |
| 475 | 2026-05-16T03:38:24.483Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-05-16T03:38:24.483Z | Compiling papergrid v0.11.0 |
| 477 | 2026-05-16T03:38:24.483Z | Compiling clap_builder v4.5.60 |
| 478 | 2026-05-16T03:38:24.483Z | Compiling smawk v0.3.2 |
| 479 | 2026-05-16T03:38:24.484Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-16T03:38:24.627Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-16T03:38:24.652Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-05-16T03:38:24.664Z | Compiling textwrap v0.16.2 |
| 483 | 2026-05-16T03:38:24.976Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-16T03:38:25.642Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-16T03:38:25.688Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-16T03:38:25.688Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-16T03:38:26.228Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-16T03:38:26.236Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-16T03:38:26.236Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-16T03:38:26.236Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-16T03:38:26.236Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-16T03:38:26.237Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-16T03:38:26.237Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-16T03:38:26.237Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-16T03:38:26.237Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-16T03:38:26.274Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-16T03:38:26.390Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-05-16T03:38:26.897Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-16T03:38:27.042Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-16T03:38:27.127Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-16T03:38:27.388Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-16T03:38:27.468Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-16T03:38:27.558Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-16T03:38:27.620Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-16T03:38:27.620Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-16T03:38:27.650Z | Compiling clap v4.5.60 |
| 507 | 2026-05-16T03:38:28.015Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-16T03:38:28.015Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-16T03:38:28.805Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-16T03:38:28.877Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-16T03:38:28.877Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-05-16T03:38:28.877Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-16T03:38:28.877Z | Compiling dof v0.3.0 |
| 514 | 2026-05-16T03:38:28.877Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-05-16T03:38:28.877Z | Compiling serde-value v0.7.0 |
| 516 | 2026-05-16T03:38:28.877Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-05-16T03:38:28.877Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-16T03:38:28.877Z | Compiling icu_provider v2.1.1 |
| 519 | 2026-05-16T03:38:28.920Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-05-16T03:38:28.984Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-16T03:38:28.984Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-16T03:38:29.394Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-16T03:38:29.394Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-16T03:38:29.847Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-16T03:38:29.934Z | Compiling idna v1.1.0 |
| 526 | 2026-05-16T03:38:29.990Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-16T03:38:30.170Z | Compiling toml v0.8.23 |
| 528 | 2026-05-16T03:38:30.186Z | Compiling url v2.5.8 |
| 529 | 2026-05-16T03:38:30.508Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-16T03:38:30.599Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-05-16T03:38:31.370Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-16T03:38:32.280Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-16T03:38:34.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s |
| 534 | 2026-05-16T03:38:34.618Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-16T03:38:35.187Z | Downloading crates ... |
| 536 | 2026-05-16T03:38:35.284Z | Downloaded ascii-canvas v3.0.0 |
| 537 | 2026-05-16T03:38:35.287Z | Downloaded assert_matches v1.5.0 |
| 538 | 2026-05-16T03:38:35.287Z | Downloaded adler2 v2.0.1 |
| 539 | 2026-05-16T03:38:35.297Z | Downloaded arrayref v0.3.9 |
| 540 | 2026-05-16T03:38:35.302Z | Downloaded arrayvec v0.7.6 |
| 541 | 2026-05-16T03:38:35.302Z | Downloaded bit-vec v0.8.0 |
| 542 | 2026-05-16T03:38:35.302Z | Downloaded array-init v0.0.4 |
| 543 | 2026-05-16T03:38:35.333Z | Downloaded cstr-argument v0.1.2 |
| 544 | 2026-05-16T03:38:35.335Z | Downloaded castaway v0.2.4 |
| 545 | 2026-05-16T03:38:35.335Z | Downloaded crucible-workspace-hack v0.1.0 |
| 546 | 2026-05-16T03:38:35.338Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 547 | 2026-05-16T03:38:35.338Z | Downloaded crunchy v0.2.4 |
| 548 | 2026-05-16T03:38:35.344Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 549 | 2026-05-16T03:38:35.792Z | Downloaded cargo-platform v0.1.9 |
| 550 | 2026-05-16T03:38:35.792Z | Downloaded ciborium-ll v0.2.2 |
| 551 | 2026-05-16T03:38:35.810Z | Downloaded bb8 v0.8.6 |
| 552 | 2026-05-16T03:38:35.810Z | Downloaded defmt v0.3.100 |
| 553 | 2026-05-16T03:38:35.810Z | Downloaded bitfield-macros v0.19.4 |
| 554 | 2026-05-16T03:38:35.810Z | Downloaded debug-ignore v1.0.5 |
| 555 | 2026-05-16T03:38:35.810Z | Downloaded float-ord v0.3.2 |
| 556 | 2026-05-16T03:38:35.810Z | Downloaded crc8 v0.1.1 |
| 557 | 2026-05-16T03:38:35.810Z | Downloaded bit-set v0.8.0 |
| 558 | 2026-05-16T03:38:35.810Z | Downloaded darling_macro v0.23.0 |
| 559 | 2026-05-16T03:38:35.810Z | Downloaded darling_macro v0.21.3 |
| 560 | 2026-05-16T03:38:35.810Z | Downloaded enum-as-inner v0.6.1 |
| 561 | 2026-05-16T03:38:35.811Z | Downloaded darling_macro v0.20.11 |
| 562 | 2026-05-16T03:38:35.811Z | Downloaded float-cmp v0.10.0 |
| 563 | 2026-05-16T03:38:35.811Z | Downloaded crc v3.4.0 |
| 564 | 2026-05-16T03:38:35.811Z | Downloaded atomic-waker v1.1.2 |
| 565 | 2026-05-16T03:38:35.811Z | Downloaded async-recursion v1.1.1 |
| 566 | 2026-05-16T03:38:35.811Z | Downloaded cpufeatures v0.3.0 |
| 567 | 2026-05-16T03:38:35.811Z | Downloaded fd-lock v4.0.4 |
| 568 | 2026-05-16T03:38:35.811Z | Downloaded flagset v0.4.7 |
| 569 | 2026-05-16T03:38:35.811Z | Downloaded defmt-parser v1.0.0 |
| 570 | 2026-05-16T03:38:35.811Z | Downloaded crossbeam-deque v0.8.6 |
| 571 | 2026-05-16T03:38:35.811Z | Downloaded compression-core v0.4.31 |
| 572 | 2026-05-16T03:38:35.811Z | Downloaded async-stream v0.3.6 |
| 573 | 2026-05-16T03:38:35.811Z | Downloaded blowfish v0.9.1 |
| 574 | 2026-05-16T03:38:35.811Z | Downloaded bcs v0.1.6 |
| 575 | 2026-05-16T03:38:35.811Z | Downloaded crc-catalog v2.4.0 |
| 576 | 2026-05-16T03:38:35.811Z | Downloaded ctr v0.9.2 |
| 577 | 2026-05-16T03:38:35.811Z | Downloaded csv-core v0.1.13 |
| 578 | 2026-05-16T03:38:35.811Z | Downloaded daft-derive v0.1.5 |
| 579 | 2026-05-16T03:38:35.811Z | Downloaded bitfield-struct v0.6.2 |
| 580 | 2026-05-16T03:38:35.811Z | Downloaded foreign-types-shared v0.1.1 |
| 581 | 2026-05-16T03:38:35.811Z | Downloaded data-encoding v2.10.0 |
| 582 | 2026-05-16T03:38:35.811Z | Downloaded critical-section v1.2.0 |
| 583 | 2026-05-16T03:38:35.811Z | Downloaded deranged v0.5.8 |
| 584 | 2026-05-16T03:38:35.811Z | Downloaded fixedbitset v0.5.7 |
| 585 | 2026-05-16T03:38:35.811Z | Downloaded async-stream-impl v0.3.6 |
| 586 | 2026-05-16T03:38:35.811Z | Downloaded foldhash v0.2.0 |
| 587 | 2026-05-16T03:38:35.811Z | Downloaded find-msvc-tools v0.1.9 |
| 588 | 2026-05-16T03:38:35.811Z | Downloaded foreign-types-shared v0.3.1 |
| 589 | 2026-05-16T03:38:35.811Z | Downloaded filetime v0.2.27 |
| 590 | 2026-05-16T03:38:35.811Z | Downloaded env_logger v0.11.9 |
| 591 | 2026-05-16T03:38:35.811Z | Downloaded erased-serde v0.3.31 |
| 592 | 2026-05-16T03:38:35.811Z | Downloaded crossbeam-utils v0.8.21 |
| 593 | 2026-05-16T03:38:35.811Z | Downloaded foreign-types-macros v0.2.3 |
| 594 | 2026-05-16T03:38:35.811Z | Downloaded darling v0.23.0 |
| 595 | 2026-05-16T03:38:35.811Z | Downloaded daft v0.1.5 |
| 596 | 2026-05-16T03:38:35.811Z | Downloaded darling v0.20.11 |
| 597 | 2026-05-16T03:38:35.811Z | Downloaded cobs v0.3.0 |
| 598 | 2026-05-16T03:38:35.812Z | Downloaded ciborium-io v0.2.2 |
| 599 | 2026-05-16T03:38:35.812Z | Downloaded fixedbitset v0.4.2 |
| 600 | 2026-05-16T03:38:35.812Z | Downloaded embedded-io v0.4.0 |
| 601 | 2026-05-16T03:38:35.812Z | Downloaded difflib v0.4.0 |
| 602 | 2026-05-16T03:38:35.812Z | Downloaded cfg_aliases v0.1.1 |
| 603 | 2026-05-16T03:38:35.812Z | Downloaded dirs-sys-next v0.1.2 |
| 604 | 2026-05-16T03:38:35.812Z | Downloaded block-padding v0.3.3 |
| 605 | 2026-05-16T03:38:35.812Z | Downloaded base16ct v0.2.0 |
| 606 | 2026-05-16T03:38:35.812Z | Downloaded bit-set v0.5.3 |
| 607 | 2026-05-16T03:38:35.812Z | Downloaded atty v0.2.14 |
| 608 | 2026-05-16T03:38:35.812Z | Downloaded dtrace-parser v0.3.0 |
| 609 | 2026-05-16T03:38:35.812Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 610 | 2026-05-16T03:38:35.812Z | Downloaded derive_builder_macro v0.20.2 |
| 611 | 2026-05-16T03:38:35.812Z | Downloaded dof v0.4.0 |
| 612 | 2026-05-16T03:38:35.812Z | Downloaded atomicwrites v0.4.4 |
| 613 | 2026-05-16T03:38:35.812Z | Downloaded display-error-chain v0.2.2 |
| 614 | 2026-05-16T03:38:35.812Z | Downloaded convert_case v0.4.0 |
| 615 | 2026-05-16T03:38:35.812Z | Downloaded dunce v1.0.5 |
| 616 | 2026-05-16T03:38:35.812Z | Downloaded aead v0.5.2 |
| 617 | 2026-05-16T03:38:35.812Z | Downloaded endian-type v0.1.2 |
| 618 | 2026-05-16T03:38:35.812Z | Downloaded document-features v0.2.12 |
| 619 | 2026-05-16T03:38:35.812Z | Downloaded embedded-io v0.6.1 |
| 620 | 2026-05-16T03:38:35.812Z | Downloaded cfg_aliases v0.2.1 |
| 621 | 2026-05-16T03:38:35.812Z | Downloaded crossbeam-epoch v0.9.18 |
| 622 | 2026-05-16T03:38:35.812Z | Downloaded cbc v0.1.2 |
| 623 | 2026-05-16T03:38:35.812Z | Downloaded foreign-types v0.3.2 |
| 624 | 2026-05-16T03:38:35.812Z | Downloaded convert_case v0.10.0 |
| 625 | 2026-05-16T03:38:35.812Z | Downloaded cmake v0.1.57 |
| 626 | 2026-05-16T03:38:35.812Z | Downloaded cipher v0.4.4 |
| 627 | 2026-05-16T03:38:35.812Z | Downloaded constant_time_eq v0.4.2 |
| 628 | 2026-05-16T03:38:35.812Z | Downloaded dsl_auto_type v0.2.0 |
| 629 | 2026-05-16T03:38:35.812Z | Downloaded dirs-next v2.0.0 |
| 630 | 2026-05-16T03:38:35.812Z | Downloaded cargo_metadata v0.19.2 |
| 631 | 2026-05-16T03:38:35.812Z | Downloaded futures-core v0.3.32 |
| 632 | 2026-05-16T03:38:35.812Z | Downloaded backoff v0.4.0 |
| 633 | 2026-05-16T03:38:35.812Z | Downloaded futures-task v0.3.32 |
| 634 | 2026-05-16T03:38:35.812Z | Downloaded env_filter v1.0.0 |
| 635 | 2026-05-16T03:38:35.812Z | Downloaded git-stub v1.0.0 |
| 636 | 2026-05-16T03:38:35.812Z | Downloaded downcast-rs v2.0.2 |
| 637 | 2026-05-16T03:38:35.813Z | Downloaded ghash v0.5.1 |
| 638 | 2026-05-16T03:38:35.813Z | Downloaded dyn-clone v1.0.20 |
| 639 | 2026-05-16T03:38:35.813Z | Downloaded futures-sink v0.3.32 |
| 640 | 2026-05-16T03:38:35.813Z | Downloaded hash32 v0.2.1 |
| 641 | 2026-05-16T03:38:35.813Z | Downloaded funty v2.0.0 |
| 642 | 2026-05-16T03:38:35.813Z | Downloaded foldhash v0.1.5 |
| 643 | 2026-05-16T03:38:35.813Z | Downloaded ff v0.13.1 |
| 644 | 2026-05-16T03:38:35.813Z | Downloaded futures-macro v0.3.32 |
| 645 | 2026-05-16T03:38:35.813Z | Downloaded hex v0.4.3 |
| 646 | 2026-05-16T03:38:35.813Z | Downloaded fxhash v0.2.1 |
| 647 | 2026-05-16T03:38:35.813Z | Downloaded futures-io v0.3.32 |
| 648 | 2026-05-16T03:38:35.813Z | Downloaded argon2 v0.5.3 |
| 649 | 2026-05-16T03:38:35.813Z | Downloaded gethostname v0.5.0 |
| 650 | 2026-05-16T03:38:35.813Z | Downloaded globwalk v0.9.1 |
| 651 | 2026-05-16T03:38:35.824Z | Downloaded buf-list v1.1.2 |
| 652 | 2026-05-16T03:38:35.824Z | Downloaded cexpr v0.6.0 |
| 653 | 2026-05-16T03:38:35.824Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 654 | 2026-05-16T03:38:35.824Z | Downloaded corncobs v0.1.4 |
| 655 | 2026-05-16T03:38:35.824Z | Downloaded fs_extra v1.3.0 |
| 656 | 2026-05-16T03:38:35.824Z | Downloaded darling v0.21.3 |
| 657 | 2026-05-16T03:38:35.824Z | Downloaded base64ct v1.8.3 |
| 658 | 2026-05-16T03:38:35.824Z | Downloaded hash32 v0.3.1 |
| 659 | 2026-05-16T03:38:35.824Z | Downloaded camino-tempfile-ext v0.3.3 |
| 660 | 2026-05-16T03:38:35.824Z | Downloaded diesel-dtrace v0.5.0 |
| 661 | 2026-05-16T03:38:35.824Z | Downloaded headers-core v0.3.0 |
| 662 | 2026-05-16T03:38:35.824Z | Downloaded ena v0.14.4 |
| 663 | 2026-05-16T03:38:35.824Z | Downloaded defmt-macros v1.0.1 |
| 664 | 2026-05-16T03:38:35.824Z | Downloaded bitflags v1.3.2 |
| 665 | 2026-05-16T03:38:35.824Z | Downloaded hostname v0.4.2 |
| 666 | 2026-05-16T03:38:35.824Z | Downloaded fs-err v2.11.0 |
| 667 | 2026-05-16T03:38:35.824Z | Downloaded foreign-types v0.5.0 |
| 668 | 2026-05-16T03:38:35.824Z | Downloaded const_format_proc_macros v0.2.34 |
| 669 | 2026-05-16T03:38:35.824Z | Downloaded console v0.16.2 |
| 670 | 2026-05-16T03:38:35.824Z | Downloaded http-body v1.0.1 |
| 671 | 2026-05-16T03:38:35.824Z | Downloaded hex-literal v0.4.1 |
| 672 | 2026-05-16T03:38:35.824Z | Downloaded fallible-iterator v0.2.0 |
| 673 | 2026-05-16T03:38:35.824Z | Downloaded async-bb8-diesel v0.2.1 |
| 674 | 2026-05-16T03:38:35.824Z | Downloaded derive-ex v0.1.8 |
| 675 | 2026-05-16T03:38:35.824Z | Downloaded defmt v1.0.1 |
| 676 | 2026-05-16T03:38:35.824Z | Downloaded either v1.15.0 |
| 677 | 2026-05-16T03:38:35.824Z | Downloaded ecdsa v0.16.9 |
| 678 | 2026-05-16T03:38:35.825Z | Downloaded http-range v0.1.5 |
| 679 | 2026-05-16T03:38:35.825Z | Downloaded der_derive v0.7.3 |
| 680 | 2026-05-16T03:38:35.825Z | Downloaded const-oid v0.9.6 |
| 681 | 2026-05-16T03:38:35.825Z | Downloaded hostname v0.3.1 |
| 682 | 2026-05-16T03:38:35.825Z | Downloaded httpdate v1.0.3 |
| 683 | 2026-05-16T03:38:35.825Z | Downloaded group v0.13.0 |
| 684 | 2026-05-16T03:38:35.825Z | Downloaded blake2 v0.10.6 |
| 685 | 2026-05-16T03:38:35.825Z | Downloaded crc32fast v1.5.0 |
| 686 | 2026-05-16T03:38:35.825Z | Downloaded bitfield v0.19.4 |
| 687 | 2026-05-16T03:38:35.825Z | Downloaded chacha20 v0.9.1 |
| 688 | 2026-05-16T03:38:35.825Z | Downloaded ident_case v1.0.1 |
| 689 | 2026-05-16T03:38:35.825Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-05-16T03:38:35.825Z | Downloaded indent_write v2.2.0 |
| 691 | 2026-05-16T03:38:35.825Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 692 | 2026-05-16T03:38:35.825Z | Downloaded illumos-nvpair v0.3.0 |
| 693 | 2026-05-16T03:38:35.825Z | Downloaded indoc v1.0.9 |
| 694 | 2026-05-16T03:38:35.825Z | Downloaded hubpack_derive v0.1.1 |
| 695 | 2026-05-16T03:38:35.825Z | Downloaded hubpack v0.1.2 |
| 696 | 2026-05-16T03:38:35.825Z | Downloaded cassowary v0.3.0 |
| 697 | 2026-05-16T03:38:35.825Z | Downloaded inout v0.1.4 |
| 698 | 2026-05-16T03:38:35.825Z | Downloaded glob v0.3.3 |
| 699 | 2026-05-16T03:38:35.825Z | Downloaded fatfs v0.3.6 |
| 700 | 2026-05-16T03:38:35.825Z | Downloaded git-stub-vcs v0.1.0 |
| 701 | 2026-05-16T03:38:35.825Z | Downloaded cookie v0.18.1 |
| 702 | 2026-05-16T03:38:35.825Z | Downloaded compression-codecs v0.4.37 |
| 703 | 2026-05-16T03:38:35.825Z | Downloaded darling_core v0.21.3 |
| 704 | 2026-05-16T03:38:35.825Z | Downloaded colored v3.1.1 |
| 705 | 2026-05-16T03:38:35.825Z | Downloaded instability v0.3.11 |
| 706 | 2026-05-16T03:38:35.825Z | Downloaded colored v2.2.0 |
| 707 | 2026-05-16T03:38:35.825Z | Downloaded bzip2 v0.4.4 |
| 708 | 2026-05-16T03:38:35.825Z | Downloaded darling_core v0.20.11 |
| 709 | 2026-05-16T03:38:35.825Z | Downloaded drift v0.1.4 |
| 710 | 2026-05-16T03:38:35.825Z | Downloaded is-terminal v0.4.17 |
| 711 | 2026-05-16T03:38:35.825Z | Downloaded lazy_static v1.5.0 |
| 712 | 2026-05-16T03:38:35.825Z | Downloaded keccak v0.1.6 |
| 713 | 2026-05-16T03:38:35.825Z | Downloaded kstat-rs v0.2.4 |
| 714 | 2026-05-16T03:38:35.825Z | Downloaded instant v0.1.13 |
| 715 | 2026-05-16T03:38:35.825Z | Downloaded async-trait v0.1.89 |
| 716 | 2026-05-16T03:38:35.826Z | Downloaded internet-checksum v0.2.1 |
| 717 | 2026-05-16T03:38:35.826Z | Downloaded lalrpop-util v0.19.12 |
| 718 | 2026-05-16T03:38:35.826Z | Downloaded is_ci v1.2.0 |
| 719 | 2026-05-16T03:38:35.826Z | Downloaded http-body-util v0.1.3 |
| 720 | 2026-05-16T03:38:35.826Z | Downloaded ahash v0.8.12 |
| 721 | 2026-05-16T03:38:35.826Z | Downloaded home v0.5.12 |
| 722 | 2026-05-16T03:38:35.826Z | Downloaded des v0.8.1 |
| 723 | 2026-05-16T03:38:35.826Z | Downloaded diff v0.1.13 |
| 724 | 2026-05-16T03:38:35.826Z | Downloaded derive_builder_core v0.20.2 |
| 725 | 2026-05-16T03:38:35.826Z | Downloaded clang-sys v1.8.1 |
| 726 | 2026-05-16T03:38:35.826Z | Downloaded chacha20 v0.10.0 |
| 727 | 2026-05-16T03:38:35.826Z | Downloaded cancel-safe-futures v0.1.5 |
| 728 | 2026-05-16T03:38:35.826Z | Downloaded lru-cache v0.1.2 |
| 729 | 2026-05-16T03:38:35.826Z | Downloaded linked-hash-map v0.5.6 |
| 730 | 2026-05-16T03:38:35.826Z | Downloaded futures-executor v0.3.32 |
| 731 | 2026-05-16T03:38:35.826Z | Downloaded lru-slab v0.1.2 |
| 732 | 2026-05-16T03:38:35.826Z | Downloaded lru v0.12.5 |
| 733 | 2026-05-16T03:38:35.826Z | Downloaded cc v1.2.56 |
| 734 | 2026-05-16T03:38:35.826Z | Downloaded hyper-staticfile v0.10.1 |
| 735 | 2026-05-16T03:38:35.826Z | Downloaded futures-channel v0.3.32 |
| 736 | 2026-05-16T03:38:35.826Z | Downloaded half v1.8.3 |
| 737 | 2026-05-16T03:38:35.826Z | Downloaded flume v0.11.1 |
| 738 | 2026-05-16T03:38:35.826Z | Downloaded managed v0.8.0 |
| 739 | 2026-05-16T03:38:35.826Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 740 | 2026-05-16T03:38:35.826Z | Downloaded maybe-uninit v2.0.0 |
| 741 | 2026-05-16T03:38:35.826Z | Downloaded match_cfg v0.1.0 |
| 742 | 2026-05-16T03:38:35.826Z | Downloaded ingot v0.1.1 |
| 743 | 2026-05-16T03:38:35.826Z | Downloaded getrandom v0.2.17 |
| 744 | 2026-05-16T03:38:35.826Z | Downloaded mime v0.3.17 |
| 745 | 2026-05-16T03:38:35.826Z | Downloaded memoffset v0.9.1 |
| 746 | 2026-05-16T03:38:35.826Z | Downloaded md-5 v0.10.6 |
| 747 | 2026-05-16T03:38:35.826Z | Downloaded darling_core v0.23.0 |
| 748 | 2026-05-16T03:38:35.826Z | Downloaded new_debug_unreachable v1.0.6 |
| 749 | 2026-05-16T03:38:35.826Z | Downloaded console v0.15.11 |
| 750 | 2026-05-16T03:38:35.826Z | Downloaded multimap v0.10.1 |
| 751 | 2026-05-16T03:38:35.836Z | Downloaded newline-converter v0.3.0 |
| 752 | 2026-05-16T03:38:35.836Z | Downloaded ciborium v0.2.2 |
| 753 | 2026-05-16T03:38:35.836Z | Downloaded nodrop v0.1.14 |
| 754 | 2026-05-16T03:38:35.836Z | Downloaded nonempty v0.12.0 |
| 755 | 2026-05-16T03:38:35.836Z | Downloaded globset v0.4.18 |
| 756 | 2026-05-16T03:38:35.836Z | Downloaded ed25519 v2.2.3 |
| 757 | 2026-05-16T03:38:35.836Z | Downloaded dropshot_endpoint v0.17.0 |
| 758 | 2026-05-16T03:38:35.836Z | Downloaded derive_more v0.99.20 |
| 759 | 2026-05-16T03:38:35.836Z | Downloaded jobserver v0.1.34 |
| 760 | 2026-05-16T03:38:35.836Z | Downloaded highway v1.3.0 |
| 761 | 2026-05-16T03:38:35.836Z | Downloaded cookie_store v0.22.1 |
| 762 | 2026-05-16T03:38:35.836Z | Downloaded libloading v0.8.9 |
| 763 | 2026-05-16T03:38:35.836Z | Downloaded num-conv v0.2.0 |
| 764 | 2026-05-16T03:38:35.836Z | Downloaded newtype_derive v0.1.6 |
| 765 | 2026-05-16T03:38:35.836Z | Downloaded num v0.4.3 |
| 766 | 2026-05-16T03:38:35.836Z | Downloaded backon v1.6.0 |
| 767 | 2026-05-16T03:38:35.836Z | Downloaded allocator-api2 v0.2.21 |
| 768 | 2026-05-16T03:38:35.836Z | Downloaded ingot-types v0.1.2 |
| 769 | 2026-05-16T03:38:35.836Z | Downloaded linear-map v1.2.0 |
| 770 | 2026-05-16T03:38:35.836Z | Downloaded dropshot_endpoint v0.16.7 |
| 771 | 2026-05-16T03:38:35.836Z | Downloaded derive-where v1.6.0 |
| 772 | 2026-05-16T03:38:35.836Z | Downloaded num-derive v0.3.3 |
| 773 | 2026-05-16T03:38:35.836Z | Downloaded libsw v3.5.0 |
| 774 | 2026-05-16T03:38:35.836Z | Downloaded ipnetwork v0.21.1 |
| 775 | 2026-05-16T03:38:35.836Z | Downloaded hmac v0.12.1 |
| 776 | 2026-05-16T03:38:35.836Z | Downloaded bumpalo v3.20.2 |
| 777 | 2026-05-16T03:38:35.836Z | Downloaded olpc-cjson v0.1.4 |
| 778 | 2026-05-16T03:38:35.836Z | Downloaded iana-time-zone v0.1.65 |
| 779 | 2026-05-16T03:38:35.836Z | Downloaded num_enum_derive v0.5.11 |
| 780 | 2026-05-16T03:38:35.837Z | Downloaded normalize-line-endings v0.3.0 |
| 781 | 2026-05-16T03:38:35.837Z | Downloaded hyper-rustls v0.27.7 |
| 782 | 2026-05-16T03:38:35.837Z | Downloaded num-derive v0.4.2 |
| 783 | 2026-05-16T03:38:35.837Z | Downloaded openssl-probe v0.1.6 |
| 784 | 2026-05-16T03:38:35.837Z | Downloaded openssl-macros v0.1.1 |
| 785 | 2026-05-16T03:38:35.837Z | Downloaded crypto-bigint v0.5.5 |
| 786 | 2026-05-16T03:38:35.837Z | Downloaded half v2.7.1 |
| 787 | 2026-05-16T03:38:35.837Z | Downloaded crossbeam-channel v0.5.15 |
| 788 | 2026-05-16T03:38:35.837Z | Downloaded opaque-debug v0.3.1 |
| 789 | 2026-05-16T03:38:35.837Z | Downloaded ingot-macros v0.1.1 |
| 790 | 2026-05-16T03:38:35.837Z | Downloaded num_threads v0.1.7 |
| 791 | 2026-05-16T03:38:35.837Z | Downloaded native-tls v0.2.18 |
| 792 | 2026-05-16T03:38:35.837Z | Downloaded parse-display v0.10.0 |
| 793 | 2026-05-16T03:38:35.837Z | Downloaded oso-derive v0.27.3 |
| 794 | 2026-05-16T03:38:35.837Z | Downloaded packed_struct_codegen v0.10.1 |
| 795 | 2026-05-16T03:38:35.837Z | Downloaded openssl-probe v0.2.1 |
| 796 | 2026-05-16T03:38:35.837Z | Downloaded lock_api v0.4.14 |
| 797 | 2026-05-16T03:38:35.837Z | Downloaded indoc v2.0.7 |
| 798 | 2026-05-16T03:38:35.837Z | Downloaded maplit v1.0.2 |
| 799 | 2026-05-16T03:38:35.837Z | Downloaded num-iter v0.1.45 |
| 800 | 2026-05-16T03:38:35.837Z | Downloaded libscf-sys v1.1.0 |
| 801 | 2026-05-16T03:38:35.837Z | Downloaded elliptic-curve v0.13.8 |
| 802 | 2026-05-16T03:38:35.837Z | Downloaded newtype-uuid v1.3.2 |
| 803 | 2026-05-16T03:38:35.837Z | Downloaded nanorand v0.7.0 |
| 804 | 2026-05-16T03:38:35.837Z | Downloaded libefi-sys v0.1.0 |
| 805 | 2026-05-16T03:38:35.837Z | Downloaded pbkdf2 v0.11.0 |
| 806 | 2026-05-16T03:38:35.837Z | Downloaded const_format v0.2.35 |
| 807 | 2026-05-16T03:38:35.837Z | Downloaded compact_str v0.8.1 |
| 808 | 2026-05-16T03:38:35.837Z | Downloaded num_enum v0.7.5 |
| 809 | 2026-05-16T03:38:35.837Z | Downloaded phf_shared v0.13.1 |
| 810 | 2026-05-16T03:38:35.837Z | Downloaded diesel_derives v2.3.7 |
| 811 | 2026-05-16T03:38:35.837Z | Downloaded phf_shared v0.12.1 |
| 812 | 2026-05-16T03:38:35.837Z | Downloaded peg-runtime v0.8.5 |
| 813 | 2026-05-16T03:38:35.837Z | Downloaded parse-size v1.1.0 |
| 814 | 2026-05-16T03:38:35.837Z | Downloaded phf_shared v0.11.3 |
| 815 | 2026-05-16T03:38:35.837Z | Downloaded pin-utils v0.1.0 |
| 816 | 2026-05-16T03:38:35.837Z | Downloaded path-slash v0.1.5 |
| 817 | 2026-05-16T03:38:35.837Z | Downloaded nu-ansi-term v0.50.3 |
| 818 | 2026-05-16T03:38:35.837Z | Downloaded indexmap v1.9.3 |
| 819 | 2026-05-16T03:38:35.838Z | Downloaded getrandom v0.3.4 |
| 820 | 2026-05-16T03:38:35.838Z | Downloaded precomputed-hash v0.1.1 |
| 821 | 2026-05-16T03:38:35.838Z | Downloaded num-integer v0.1.46 |
| 822 | 2026-05-16T03:38:35.838Z | Downloaded libsw-core v0.3.2 |
| 823 | 2026-05-16T03:38:35.838Z | Downloaded flate2 v1.1.9 |
| 824 | 2026-05-16T03:38:35.838Z | Downloaded predicates-tree v1.0.13 |
| 825 | 2026-05-16T03:38:35.838Z | Downloaded litrs v1.0.0 |
| 826 | 2026-05-16T03:38:35.838Z | Downloaded futures v0.3.32 |
| 827 | 2026-05-16T03:38:35.838Z | Downloaded owo-colors v4.3.0 |
| 828 | 2026-05-16T03:38:35.838Z | Downloaded proc-macro-crate v1.3.1 |
| 829 | 2026-05-16T03:38:35.838Z | Downloaded predicates-core v1.0.10 |
| 830 | 2026-05-16T03:38:35.838Z | Downloaded packed_struct v0.10.1 |
| 831 | 2026-05-16T03:38:35.838Z | Downloaded oxide-tokio-rt v0.1.4 |
| 832 | 2026-05-16T03:38:35.838Z | Downloaded heapless v0.7.17 |
| 833 | 2026-05-16T03:38:35.838Z | Downloaded heapless v0.8.0 |
| 834 | 2026-05-16T03:38:35.838Z | Downloaded powerfmt v0.2.0 |
| 835 | 2026-05-16T03:38:35.838Z | Downloaded base64 v0.21.7 |
| 836 | 2026-05-16T03:38:35.838Z | Downloaded num_enum v0.5.11 |
| 837 | 2026-05-16T03:38:35.838Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 838 | 2026-05-16T03:38:35.838Z | Downloaded ar_archive_writer v0.5.1 |
| 839 | 2026-05-16T03:38:35.838Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2026-05-16T03:38:35.838Z | Downloaded parking_lot_core v0.8.6 |
| 841 | 2026-05-16T03:38:35.838Z | Downloaded progenitor-macro v0.13.0 |
| 842 | 2026-05-16T03:38:35.838Z | Downloaded progenitor-macro v0.11.2 |
| 843 | 2026-05-16T03:38:35.838Z | Downloaded progenitor-client v0.14.0 |
| 844 | 2026-05-16T03:38:35.838Z | Downloaded progenitor-client v0.11.2 |
| 845 | 2026-05-16T03:38:35.838Z | Downloaded progenitor-client v0.10.0 |
| 846 | 2026-05-16T03:38:35.838Z | Downloaded phf v0.13.1 |
| 847 | 2026-05-16T03:38:35.838Z | Downloaded memmap2 v0.9.10 |
| 848 | 2026-05-16T03:38:35.838Z | Downloaded der v0.7.10 |
| 849 | 2026-05-16T03:38:35.838Z | Downloaded peg v0.8.5 |
| 850 | 2026-05-16T03:38:35.838Z | Downloaded pem v3.0.6 |
| 851 | 2026-05-16T03:38:35.843Z | Downloaded paste v1.0.15 |
| 852 | 2026-05-16T03:38:35.843Z | Downloaded quick-error v1.2.3 |
| 853 | 2026-05-16T03:38:35.843Z | Downloaded progenitor-macro v0.14.0 |
| 854 | 2026-05-16T03:38:35.843Z | Downloaded progenitor-macro v0.10.0 |
| 855 | 2026-05-16T03:38:35.843Z | Downloaded proc-macro-crate v3.4.0 |
| 856 | 2026-05-16T03:38:35.843Z | Downloaded peg-macros v0.8.5 |
| 857 | 2026-05-16T03:38:35.843Z | Downloaded pbkdf2 v0.12.2 |
| 858 | 2026-05-16T03:38:35.843Z | Downloaded password-hash v0.5.0 |
| 859 | 2026-05-16T03:38:35.843Z | Downloaded polyval v0.6.2 |
| 860 | 2026-05-16T03:38:35.843Z | Downloaded pkg-config v0.3.32 |
| 861 | 2026-05-16T03:38:35.844Z | Downloaded pkcs8 v0.10.2 |
| 862 | 2026-05-16T03:38:35.844Z | Downloaded arc-swap v1.8.2 |
| 863 | 2026-05-16T03:38:35.844Z | Downloaded poly1305 v0.8.0 |
| 864 | 2026-05-16T03:38:35.844Z | Downloaded pin-project-internal v1.1.11 |
| 865 | 2026-05-16T03:38:35.844Z | Downloaded crossterm v0.29.0 |
| 866 | 2026-05-16T03:38:35.844Z | Downloaded radium v0.7.0 |
| 867 | 2026-05-16T03:38:35.844Z | Downloaded predicates v3.1.4 |
| 868 | 2026-05-16T03:38:35.844Z | Downloaded num_enum_derive v0.7.5 |
| 869 | 2026-05-16T03:38:35.844Z | Downloaded libbz2-rs-sys v0.2.2 |
| 870 | 2026-05-16T03:38:35.844Z | Downloaded headers v0.4.1 |
| 871 | 2026-05-16T03:38:35.844Z | Downloaded rand_xorshift v0.4.0 |
| 872 | 2026-05-16T03:38:35.844Z | Downloaded postgres-protocol v0.6.10 |
| 873 | 2026-05-16T03:38:35.844Z | Downloaded ignore v0.4.25 |
| 874 | 2026-05-16T03:38:35.844Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 875 | 2026-05-16T03:38:35.844Z | Downloaded hickory-resolver v0.24.4 |
| 876 | 2026-05-16T03:38:35.844Z | Downloaded parking_lot v0.12.5 |
| 877 | 2026-05-16T03:38:35.844Z | Downloaded recursive v0.1.1 |
| 878 | 2026-05-16T03:38:35.844Z | Downloaded oxnet v0.1.4 |
| 879 | 2026-05-16T03:38:35.844Z | Downloaded proc-macro-error2 v2.0.1 |
| 880 | 2026-05-16T03:38:35.844Z | Downloaded ref-cast-impl v1.0.25 |
| 881 | 2026-05-16T03:38:35.844Z | Downloaded progenitor v0.10.0 |
| 882 | 2026-05-16T03:38:35.844Z | Downloaded primeorder v0.13.6 |
| 883 | 2026-05-16T03:38:35.844Z | Downloaded parking_lot_core v0.9.12 |
| 884 | 2026-05-16T03:38:35.844Z | Downloaded ref-cast v1.0.25 |
| 885 | 2026-05-16T03:38:35.844Z | Downloaded password-hash v0.4.2 |
| 886 | 2026-05-16T03:38:35.844Z | Downloaded progenitor-client v0.13.0 |
| 887 | 2026-05-16T03:38:35.844Z | Downloaded pem-rfc7468 v0.7.0 |
| 888 | 2026-05-16T03:38:35.844Z | Downloaded derive_more v2.1.1 |
| 889 | 2026-05-16T03:38:35.844Z | Downloaded rfc6979 v0.4.0 |
| 890 | 2026-05-16T03:38:35.844Z | Downloaded dropshot-api-manager v0.7.1 |
| 891 | 2026-05-16T03:38:35.844Z | Downloaded russh-util v0.48.0 |
| 892 | 2026-05-16T03:38:35.844Z | Downloaded russh-cryptovec v0.48.0 |
| 893 | 2026-05-16T03:38:35.844Z | Downloaded progenitor v0.14.0 |
| 894 | 2026-05-16T03:38:35.844Z | Downloaded bytes v1.11.1 |
| 895 | 2026-05-16T03:38:35.844Z | Downloaded russh-cryptovec v0.7.3 |
| 896 | 2026-05-16T03:38:35.845Z | Downloaded indicatif v0.18.4 |
| 897 | 2026-05-16T03:38:35.845Z | Downloaded phf v0.12.1 |
| 898 | 2026-05-16T03:38:35.845Z | Downloaded omicron-zone-package v0.12.2 |
| 899 | 2026-05-16T03:38:35.845Z | Downloaded progenitor v0.13.0 |
| 900 | 2026-05-16T03:38:35.845Z | Downloaded psm v0.1.30 |
| 901 | 2026-05-16T03:38:35.845Z | Downloaded ppv-lite86 v0.2.21 |
| 902 | 2026-05-16T03:38:35.845Z | Downloaded rtoolbox v0.0.3 |
| 903 | 2026-05-16T03:38:35.845Z | Downloaded psl-types v2.0.11 |
| 904 | 2026-05-16T03:38:35.845Z | Downloaded rustc-hash v2.1.1 |
| 905 | 2026-05-16T03:38:35.845Z | Downloaded progenitor v0.11.2 |
| 906 | 2026-05-16T03:38:35.845Z | Downloaded crossterm v0.28.1 |
| 907 | 2026-05-16T03:38:35.851Z | Downloaded rand_seeder v0.4.0 |
| 908 | 2026-05-16T03:38:35.851Z | Downloaded rand_core v0.10.0 |
| 909 | 2026-05-16T03:38:35.851Z | Downloaded pkcs1 v0.7.5 |
| 910 | 2026-05-16T03:38:35.854Z | Downloaded rand_chacha v0.3.1 |
| 911 | 2026-05-16T03:38:35.854Z | Downloaded pin-project-lite v0.2.17 |
| 912 | 2026-05-16T03:38:35.854Z | Downloaded rustc_version v0.4.1 |
| 913 | 2026-05-16T03:38:35.854Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-05-16T03:38:35.857Z | Downloaded r2d2 v0.8.10 |
| 915 | 2026-05-16T03:38:35.857Z | Downloaded parking_lot v0.11.2 |
| 916 | 2026-05-16T03:38:35.860Z | Downloaded sapling-renderdag v0.1.0 |
| 917 | 2026-05-16T03:38:35.860Z | Downloaded rand_core v0.9.5 |
| 918 | 2026-05-16T03:38:35.860Z | Downloaded derive_more-impl v2.1.1 |
| 919 | 2026-05-16T03:38:35.863Z | Downloaded hickory-resolver v0.25.2 |
| 920 | 2026-05-16T03:38:35.865Z | Downloaded papergrid v0.17.0 |
| 921 | 2026-05-16T03:38:35.868Z | Downloaded oso v0.27.3 |
| 922 | 2026-05-16T03:38:35.871Z | Downloaded rand_core v0.6.4 |
| 923 | 2026-05-16T03:38:35.871Z | Downloaded rand_chacha v0.9.0 |
| 924 | 2026-05-16T03:38:35.875Z | Downloaded scroll_derive v0.13.1 |
| 925 | 2026-05-16T03:38:35.875Z | Downloaded scopeguard v1.2.0 |
| 926 | 2026-05-16T03:38:35.875Z | Downloaded scheduled-thread-pool v0.2.7 |
| 927 | 2026-05-16T03:38:35.878Z | Downloaded salsa20 v0.10.2 |
| 928 | 2026-05-16T03:38:35.878Z | Downloaded p256 v0.13.2 |
| 929 | 2026-05-16T03:38:35.878Z | Downloaded same-file v1.0.6 |
| 930 | 2026-05-16T03:38:35.878Z | Downloaded async-compression v0.4.41 |
| 931 | 2026-05-16T03:38:35.882Z | Downloaded scrypt v0.11.0 |
| 932 | 2026-05-16T03:38:35.884Z | Downloaded http v1.4.0 |
| 933 | 2026-05-16T03:38:35.887Z | Downloaded ed25519-dalek v2.2.0 |
| 934 | 2026-05-16T03:38:35.887Z | Downloaded postcard v1.1.3 |
| 935 | 2026-05-16T03:38:35.890Z | Downloaded nibble_vec v0.1.0 |
| 936 | 2026-05-16T03:38:35.890Z | Downloaded multer v3.1.0 |
| 937 | 2026-05-16T03:38:35.893Z | Downloaded resolv-conf v0.7.6 |
| 938 | 2026-05-16T03:38:35.893Z | Downloaded secrecy v0.10.3 |
| 939 | 2026-05-16T03:38:35.896Z | Downloaded secrecy v0.8.0 |
| 940 | 2026-05-16T03:38:35.896Z | Downloaded expectorate v1.2.0 |
| 941 | 2026-05-16T03:38:35.896Z | Downloaded pin-project v1.1.11 |
| 942 | 2026-05-16T03:38:35.912Z | Downloaded pkcs5 v0.7.1 |
| 943 | 2026-05-16T03:38:35.915Z | Downloaded serde_bytes v0.11.19 |
| 944 | 2026-05-16T03:38:35.915Z | Downloaded semver v0.1.20 |
| 945 | 2026-05-16T03:38:35.915Z | Downloaded num-rational v0.4.2 |
| 946 | 2026-05-16T03:38:35.915Z | Downloaded num-complex v0.4.6 |
| 947 | 2026-05-16T03:38:35.915Z | Downloaded progenitor-extras v0.2.0 |
| 948 | 2026-05-16T03:38:35.915Z | Downloaded serde_urlencoded v0.7.1 |
| 949 | 2026-05-16T03:38:35.915Z | Downloaded serde-big-array v0.5.1 |
| 950 | 2026-05-16T03:38:35.915Z | Downloaded seq-macro v0.3.6 |
| 951 | 2026-05-16T03:38:35.915Z | Downloaded jiff-static v0.2.21 |
| 952 | 2026-05-16T03:38:35.915Z | Downloaded serde_spanned v1.0.4 |
| 953 | 2026-05-16T03:38:35.918Z | Downloaded serde_repr v0.1.20 |
| 954 | 2026-05-16T03:38:35.918Z | Downloaded hashbrown v0.13.2 |
| 955 | 2026-05-16T03:38:35.924Z | Downloaded quinn-udp v0.5.14 |
| 956 | 2026-05-16T03:38:35.924Z | Downloaded hashbrown v0.12.3 |
| 957 | 2026-05-16T03:38:36.331Z | Downloaded shell-words v1.1.1 |
| 958 | 2026-05-16T03:38:36.331Z | Downloaded sha1 v0.10.6 |
| 959 | 2026-05-16T03:38:36.331Z | Downloaded rustls-pemfile v1.0.4 |
| 960 | 2026-05-16T03:38:36.331Z | Downloaded signal-hook-tokio v0.3.1 |
| 961 | 2026-05-16T03:38:36.335Z | Downloaded postgres-types v0.2.12 |
| 962 | 2026-05-16T03:38:36.336Z | Downloaded rustversion v1.0.22 |
| 963 | 2026-05-16T03:38:36.336Z | Downloaded rustls-native-certs v0.8.3 |
| 964 | 2026-05-16T03:38:36.336Z | Downloaded prefix-trie v0.7.0 |
| 965 | 2026-05-16T03:38:36.336Z | Downloaded hyper-util v0.1.20 |
| 966 | 2026-05-16T03:38:36.336Z | Downloaded serde_plain v1.0.2 |
| 967 | 2026-05-16T03:38:36.336Z | Downloaded httparse v1.10.1 |
| 968 | 2026-05-16T03:38:36.336Z | Downloaded signal-hook-mio v0.2.5 |
| 969 | 2026-05-16T03:38:36.336Z | Downloaded chacha20poly1305 v0.10.1 |
| 970 | 2026-05-16T03:38:36.336Z | Downloaded base64 v0.22.1 |
| 971 | 2026-05-16T03:38:36.336Z | Downloaded siphasher v1.0.2 |
| 972 | 2026-05-16T03:38:36.336Z | Downloaded sigpipe v0.1.3 |
| 973 | 2026-05-16T03:38:36.336Z | Downloaded mime_guess v2.0.5 |
| 974 | 2026-05-16T03:38:36.336Z | Downloaded derive_builder v0.20.2 |
| 975 | 2026-05-16T03:38:36.336Z | Downloaded slog-bunyan v2.5.0 |
| 976 | 2026-05-16T03:38:36.336Z | Downloaded progenitor-impl v0.13.0 |
| 977 | 2026-05-16T03:38:36.336Z | Downloaded miniz_oxide v0.8.9 |
| 978 | 2026-05-16T03:38:36.336Z | Downloaded newtype-uuid-macros v0.1.0 |
| 979 | 2026-05-16T03:38:36.336Z | Downloaded crc-any v2.5.0 |
| 980 | 2026-05-16T03:38:36.336Z | Downloaded russh-keys v0.45.0 |
| 981 | 2026-05-16T03:38:36.336Z | Downloaded slog-envlogger v2.2.0 |
| 982 | 2026-05-16T03:38:36.336Z | Downloaded scroll v0.13.0 |
| 983 | 2026-05-16T03:38:36.336Z | Downloaded md5 v0.7.0 |
| 984 | 2026-05-16T03:38:36.336Z | Downloaded ipnet v2.11.0 |
| 985 | 2026-05-16T03:38:36.336Z | Downloaded humantime v2.3.0 |
| 986 | 2026-05-16T03:38:36.336Z | Downloaded lzss v0.8.2 |
| 987 | 2026-05-16T03:38:36.336Z | Downloaded sct v0.7.1 |
| 988 | 2026-05-16T03:38:36.336Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-05-16T03:38:36.336Z | Downloaded bzip2 v0.6.1 |
| 990 | 2026-05-16T03:38:36.336Z | Downloaded byte-wrapper v0.1.0 |
| 991 | 2026-05-16T03:38:36.336Z | Downloaded bit-vec v0.6.3 |
| 992 | 2026-05-16T03:38:36.336Z | Downloaded sec1 v0.7.3 |
| 993 | 2026-05-16T03:38:36.336Z | Downloaded serde_path_to_error v0.1.20 |
| 994 | 2026-05-16T03:38:36.336Z | Downloaded aes v0.8.4 |
| 995 | 2026-05-16T03:38:36.336Z | Downloaded rustls-pki-types v1.14.0 |
| 996 | 2026-05-16T03:38:36.336Z | Downloaded progenitor-impl v0.11.2 |
| 997 | 2026-05-16T03:38:36.336Z | Downloaded ssh-cipher v0.2.0 |
| 998 | 2026-05-16T03:38:36.337Z | Downloaded progenitor-impl v0.10.0 |
| 999 | 2026-05-16T03:38:36.337Z | Downloaded rustls-pemfile v2.2.0 |
| 1000 | 2026-05-16T03:38:36.337Z | Downloaded hickory-server v0.25.2 |
| 1001 | 2026-05-16T03:38:36.337Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1002 | 2026-05-16T03:38:36.337Z | Downloaded structmeta v0.3.0 |
| 1003 | 2026-05-16T03:38:36.337Z | Downloaded serde_derive_internals v0.29.1 |
| 1004 | 2026-05-16T03:38:36.337Z | Downloaded rcgen v0.12.1 |
| 1005 | 2026-05-16T03:38:36.337Z | Downloaded ssh-encoding v0.2.0 |
| 1006 | 2026-05-16T03:38:36.337Z | Downloaded strum v0.27.2 |
| 1007 | 2026-05-16T03:38:36.337Z | Downloaded structmeta-derive v0.3.0 |
| 1008 | 2026-05-16T03:38:36.337Z | Downloaded prettyplease v0.2.37 |
| 1009 | 2026-05-16T03:38:36.337Z | Downloaded signature v2.2.0 |
| 1010 | 2026-05-16T03:38:36.337Z | Downloaded openssl-sys v0.9.115 |
| 1011 | 2026-05-16T03:38:36.337Z | Downloaded signal-hook-registry v1.4.8 |
| 1012 | 2026-05-16T03:38:36.337Z | Downloaded sync_wrapper v1.0.2 |
| 1013 | 2026-05-16T03:38:36.337Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-05-16T03:38:36.337Z | Downloaded supports-color v3.0.2 |
| 1015 | 2026-05-16T03:38:36.337Z | Downloaded num-bigint v0.4.6 |
| 1016 | 2026-05-16T03:38:36.337Z | Downloaded strum v0.26.3 |
| 1017 | 2026-05-16T03:38:36.337Z | Downloaded tabled_derive v0.11.0 |
| 1018 | 2026-05-16T03:38:36.337Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-05-16T03:38:36.337Z | Downloaded slab v0.4.12 |
| 1020 | 2026-05-16T03:38:36.337Z | Downloaded progenitor-impl v0.14.0 |
| 1021 | 2026-05-16T03:38:36.337Z | Downloaded subtle v2.6.1 |
| 1022 | 2026-05-16T03:38:36.337Z | Downloaded shlex v1.3.0 |
| 1023 | 2026-05-16T03:38:36.337Z | Downloaded slog-json v2.6.1 |
| 1024 | 2026-05-16T03:38:36.337Z | Downloaded take_mut v0.2.2 |
| 1025 | 2026-05-16T03:38:36.337Z | Downloaded slog-term v2.9.2 |
| 1026 | 2026-05-16T03:38:36.337Z | Downloaded aes-gcm v0.10.3 |
| 1027 | 2026-05-16T03:38:36.337Z | Downloaded slog-async v2.8.0 |
| 1028 | 2026-05-16T03:38:36.337Z | Downloaded rusty-fork v0.3.1 |
| 1029 | 2026-05-16T03:38:36.337Z | Downloaded smallvec v0.6.14 |
| 1030 | 2026-05-16T03:38:36.337Z | Downloaded slog-stdlog v4.1.1 |
| 1031 | 2026-05-16T03:38:36.337Z | Downloaded tabwriter v1.4.1 |
| 1032 | 2026-05-16T03:38:36.337Z | Downloaded testing_table v0.3.0 |
| 1033 | 2026-05-16T03:38:36.337Z | Downloaded termtree v0.5.1 |
| 1034 | 2026-05-16T03:38:36.337Z | Downloaded smf v0.2.3 |
| 1035 | 2026-05-16T03:38:36.337Z | Downloaded serde-hex v0.1.0 |
| 1036 | 2026-05-16T03:38:36.337Z | Downloaded thread-id v5.1.0 |
| 1037 | 2026-05-16T03:38:36.337Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1038 | 2026-05-16T03:38:36.338Z | Downloaded static_assertions v1.1.0 |
| 1039 | 2026-05-16T03:38:36.338Z | Downloaded spki v0.7.3 |
| 1040 | 2026-05-16T03:38:36.338Z | Downloaded serde_cbor v0.11.2 |
| 1041 | 2026-05-16T03:38:36.338Z | Downloaded pretty_assertions v1.4.1 |
| 1042 | 2026-05-16T03:38:36.338Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1043 | 2026-05-16T03:38:36.338Z | Downloaded snafu-derive v0.8.9 |
| 1044 | 2026-05-16T03:38:36.338Z | Downloaded strum_macros v0.24.3 |
| 1045 | 2026-05-16T03:38:36.338Z | Downloaded sqlformat v0.3.5 |
| 1046 | 2026-05-16T03:38:36.338Z | Downloaded tinyvec_macros v0.1.1 |
| 1047 | 2026-05-16T03:38:36.338Z | Downloaded time-core v0.1.8 |
| 1048 | 2026-05-16T03:38:36.338Z | Downloaded strum_macros v0.26.4 |
| 1049 | 2026-05-16T03:38:36.338Z | Downloaded itertools v0.10.5 |
| 1050 | 2026-05-16T03:38:36.338Z | Downloaded serde_with_macros v3.17.0 |
| 1051 | 2026-05-16T03:38:36.338Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-05-16T03:38:36.338Z | Downloaded stacker v0.1.23 |
| 1053 | 2026-05-16T03:38:36.338Z | Downloaded schemars v0.8.22 |
| 1054 | 2026-05-16T03:38:36.338Z | Downloaded sqlparser_derive v0.5.0 |
| 1055 | 2026-05-16T03:38:36.338Z | Downloaded qorb v0.4.1 |
| 1056 | 2026-05-16T03:38:36.338Z | Downloaded russh-keys v0.49.2 |
| 1057 | 2026-05-16T03:38:36.338Z | Downloaded tokio-macros v2.7.0 |
| 1058 | 2026-05-16T03:38:36.338Z | Downloaded simd-adler32 v0.3.8 |
| 1059 | 2026-05-16T03:38:36.338Z | Downloaded iddqd v0.3.18 |
| 1060 | 2026-05-16T03:38:36.338Z | Downloaded rayon-core v1.13.0 |
| 1061 | 2026-05-16T03:38:36.341Z | Downloaded mio v1.2.0 |
| 1062 | 2026-05-16T03:38:36.342Z | Downloaded minimal-lexical v0.2.1 |
| 1063 | 2026-05-16T03:38:36.342Z | Downloaded tap v1.0.1 |
| 1064 | 2026-05-16T03:38:36.342Z | Downloaded slog-scope v4.4.1 |
| 1065 | 2026-05-16T03:38:36.342Z | Downloaded tagptr v0.2.0 |
| 1066 | 2026-05-16T03:38:36.342Z | Downloaded support-bundle-viewer v0.1.2 |
| 1067 | 2026-05-16T03:38:36.342Z | Downloaded topological-sort v0.2.2 |
| 1068 | 2026-05-16T03:38:36.342Z | Downloaded thiserror-no-std v2.0.2 |
| 1069 | 2026-05-16T03:38:36.342Z | Downloaded nom v7.1.3 |
| 1070 | 2026-05-16T03:38:36.342Z | Downloaded publicsuffix v2.3.0 |
| 1071 | 2026-05-16T03:38:36.342Z | Downloaded tower-layer v0.3.3 |
| 1072 | 2026-05-16T03:38:36.342Z | Downloaded tiny-keccak v2.0.2 |
| 1073 | 2026-05-16T03:38:36.342Z | Downloaded stringprep v0.1.5 |
| 1074 | 2026-05-16T03:38:36.342Z | Downloaded ryu v1.0.23 |
| 1075 | 2026-05-16T03:38:36.342Z | Downloaded trait-variant v0.1.2 |
| 1076 | 2026-05-16T03:38:36.342Z | Downloaded try-lock v0.2.5 |
| 1077 | 2026-05-16T03:38:36.342Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1078 | 2026-05-16T03:38:36.342Z | Downloaded tower-service v0.3.3 |
| 1079 | 2026-05-16T03:38:36.342Z | Downloaded thread_local v1.1.9 |
| 1080 | 2026-05-16T03:38:36.342Z | Downloaded termios v0.3.3 |
| 1081 | 2026-05-16T03:38:36.342Z | Downloaded libxml v0.3.3 |
| 1082 | 2026-05-16T03:38:36.342Z | Downloaded tls_codec v0.4.2 |
| 1083 | 2026-05-16T03:38:36.342Z | Downloaded aho-corasick v1.1.4 |
| 1084 | 2026-05-16T03:38:36.342Z | Downloaded typify-macro v0.6.2 |
| 1085 | 2026-05-16T03:38:36.342Z | Downloaded typify-macro v0.4.3 |
| 1086 | 2026-05-16T03:38:36.342Z | Downloaded tokio-dtrace v0.1.1 |
| 1087 | 2026-05-16T03:38:36.342Z | Downloaded signal-hook v0.3.18 |
| 1088 | 2026-05-16T03:38:36.342Z | Downloaded unicode-truncate v1.1.0 |
| 1089 | 2026-05-16T03:38:36.342Z | Downloaded hashbrown v0.15.5 |
| 1090 | 2026-05-16T03:38:36.342Z | Downloaded schemars v0.9.0 |
| 1091 | 2026-05-16T03:38:36.342Z | Downloaded tokio-native-tls v0.3.1 |
| 1092 | 2026-05-16T03:38:36.342Z | Downloaded tls_codec_derive v0.4.2 |
| 1093 | 2026-05-16T03:38:36.342Z | Downloaded untrusted v0.9.0 |
| 1094 | 2026-05-16T03:38:36.342Z | Downloaded untrusted v0.7.1 |
| 1095 | 2026-05-16T03:38:36.342Z | Downloaded universal-hash v0.5.1 |
| 1096 | 2026-05-16T03:38:36.342Z | Downloaded unit-prefix v0.5.2 |
| 1097 | 2026-05-16T03:38:36.342Z | Downloaded slog v2.8.2 |
| 1098 | 2026-05-16T03:38:36.342Z | Downloaded usdt v0.6.0 |
| 1099 | 2026-05-16T03:38:36.343Z | Downloaded socket2 v0.5.10 |
| 1100 | 2026-05-16T03:38:36.343Z | Downloaded rand v0.8.6 |
| 1101 | 2026-05-16T03:38:36.343Z | Downloaded strum_macros v0.27.2 |
| 1102 | 2026-05-16T03:38:36.343Z | Downloaded similar v2.7.0 |
| 1103 | 2026-05-16T03:38:36.343Z | Downloaded usdt-attr-macro v0.6.0 |
| 1104 | 2026-05-16T03:38:36.343Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-05-16T03:38:36.343Z | Downloaded tokio-rustls v0.25.0 |
| 1106 | 2026-05-16T03:38:36.343Z | Downloaded term v1.2.1 |
| 1107 | 2026-05-16T03:38:36.343Z | Downloaded term v0.7.0 |
| 1108 | 2026-05-16T03:38:36.343Z | Downloaded utf-8 v0.7.6 |
| 1109 | 2026-05-16T03:38:36.343Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-05-16T03:38:36.343Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1111 | 2026-05-16T03:38:36.343Z | Downloaded ron v0.8.1 |
| 1112 | 2026-05-16T03:38:36.343Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1113 | 2026-05-16T03:38:36.343Z | Downloaded wait-timeout v0.2.1 |
| 1114 | 2026-05-16T03:38:36.343Z | Downloaded rsa v0.9.10 |
| 1115 | 2026-05-16T03:38:36.343Z | Downloaded itertools v0.14.0 |
| 1116 | 2026-05-16T03:38:36.343Z | Downloaded waitgroup v0.1.2 |
| 1117 | 2026-05-16T03:38:36.343Z | Downloaded void v1.0.2 |
| 1118 | 2026-05-16T03:38:36.343Z | Downloaded tui-tree-widget v0.23.1 |
| 1119 | 2026-05-16T03:38:36.343Z | Downloaded itertools v0.13.0 |
| 1120 | 2026-05-16T03:38:36.343Z | Downloaded time-macros v0.2.27 |
| 1121 | 2026-05-16T03:38:36.343Z | Downloaded rand v0.10.0 |
| 1122 | 2026-05-16T03:38:36.343Z | Downloaded subprocess v0.2.15 |
| 1123 | 2026-05-16T03:38:36.343Z | Downloaded itertools v0.12.1 |
| 1124 | 2026-05-16T03:38:36.343Z | Downloaded want v0.3.1 |
| 1125 | 2026-05-16T03:38:36.343Z | Downloaded futures-util v0.3.32 |
| 1126 | 2026-05-16T03:38:36.343Z | Downloaded spin v0.9.8 |
| 1127 | 2026-05-16T03:38:36.343Z | Downloaded socket2 v0.6.3 |
| 1128 | 2026-05-16T03:38:36.343Z | Downloaded tokio-tungstenite v0.23.1 |
| 1129 | 2026-05-16T03:38:36.343Z | Downloaded samael v0.0.19 |
| 1130 | 2026-05-16T03:38:36.343Z | Downloaded xshell-macros v0.2.7 |
| 1131 | 2026-05-16T03:38:36.343Z | Downloaded xattr v1.6.1 |
| 1132 | 2026-05-16T03:38:36.343Z | Downloaded unicase v2.9.0 |
| 1133 | 2026-05-16T03:38:36.343Z | Downloaded tokio-rustls v0.24.1 |
| 1134 | 2026-05-16T03:38:36.343Z | Downloaded rand v0.9.2 |
| 1135 | 2026-05-16T03:38:36.343Z | Downloaded tokio-stream v0.1.18 |
| 1136 | 2026-05-16T03:38:36.343Z | Downloaded usdt-impl v0.6.0 |
| 1137 | 2026-05-16T03:38:36.343Z | Downloaded quinn v0.11.9 |
| 1138 | 2026-05-16T03:38:36.343Z | Downloaded hashbrown v0.16.1 |
| 1139 | 2026-05-16T03:38:36.344Z | Downloaded zeroize_derive v1.4.3 |
| 1140 | 2026-05-16T03:38:36.344Z | Downloaded tokio-tungstenite v0.21.0 |
| 1141 | 2026-05-16T03:38:36.344Z | Downloaded unarray v0.1.4 |
| 1142 | 2026-05-16T03:38:36.344Z | Downloaded rustls-webpki v0.103.9 |
| 1143 | 2026-05-16T03:38:36.344Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-05-16T03:38:36.344Z | Downloaded uzers v0.12.2 |
| 1145 | 2026-05-16T03:38:36.344Z | Downloaded vergen-lib v0.1.6 |
| 1146 | 2026-05-16T03:38:36.344Z | Downloaded zone_cfg_derive v0.3.1 |
| 1147 | 2026-05-16T03:38:36.344Z | Downloaded iri-string v0.7.10 |
| 1148 | 2026-05-16T03:38:36.344Z | Downloaded tracing-attributes v0.1.31 |
| 1149 | 2026-05-16T03:38:36.344Z | Downloaded vergen-git2 v1.0.7 |
| 1150 | 2026-05-16T03:38:36.344Z | Downloaded vsss-rs v3.3.4 |
| 1151 | 2026-05-16T03:38:36.344Z | Downloaded twox-hash v2.1.2 |
| 1152 | 2026-05-16T03:38:36.344Z | Downloaded num-bigint-dig v0.8.6 |
| 1153 | 2026-05-16T03:38:36.344Z | Downloaded zone v0.3.1 |
| 1154 | 2026-05-16T03:38:36.344Z | Downloaded whoami v1.6.1 |
| 1155 | 2026-05-16T03:38:36.344Z | Downloaded hkdf v0.12.4 |
| 1156 | 2026-05-16T03:38:36.344Z | Downloaded libm v0.2.16 |
| 1157 | 2026-05-16T03:38:36.344Z | Downloaded tar v0.4.45 |
| 1158 | 2026-05-16T03:38:36.344Z | Downloaded hyper v1.8.1 |
| 1159 | 2026-05-16T03:38:36.344Z | Downloaded walkdir v2.5.0 |
| 1160 | 2026-05-16T03:38:36.344Z | Downloaded p521 v0.13.3 |
| 1161 | 2026-05-16T03:38:36.347Z | Downloaded xshell v0.2.7 |
| 1162 | 2026-05-16T03:38:36.348Z | Downloaded h2 v0.4.13 |
| 1163 | 2026-05-16T03:38:36.348Z | Downloaded tokio-rustls v0.26.4 |
| 1164 | 2026-05-16T03:38:36.348Z | Downloaded russh v0.45.0 |
| 1165 | 2026-05-16T03:38:36.348Z | Downloaded steno v0.4.1 |
| 1166 | 2026-05-16T03:38:36.348Z | Downloaded tinyvec v1.10.0 |
| 1167 | 2026-05-16T03:38:36.348Z | Downloaded toml v0.7.8 |
| 1168 | 2026-05-16T03:38:36.348Z | Downloaded wyz v0.5.1 |
| 1169 | 2026-05-16T03:38:36.348Z | Downloaded zeroize v1.8.2 |
| 1170 | 2026-05-16T03:38:36.348Z | Downloaded vergen v9.0.6 |
| 1171 | 2026-05-16T03:38:36.348Z | Downloaded snafu v0.8.9 |
| 1172 | 2026-05-16T03:38:36.348Z | Downloaded schemars v1.2.1 |
| 1173 | 2026-05-16T03:38:36.348Z | Downloaded zstd v0.13.3 |
| 1174 | 2026-05-16T03:38:36.348Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-05-16T03:38:36.348Z | Downloaded zstd-safe v7.2.4 |
| 1176 | 2026-05-16T03:38:36.348Z | Downloaded rpassword v7.4.0 |
| 1177 | 2026-05-16T03:38:36.348Z | Downloaded typify v0.6.2 |
| 1178 | 2026-05-16T03:38:36.348Z | Downloaded tungstenite v0.23.0 |
| 1179 | 2026-05-16T03:38:36.351Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1180 | 2026-05-16T03:38:36.351Z | Downloaded typify v0.4.3 |
| 1181 | 2026-05-16T03:38:36.354Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-05-16T03:38:36.354Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1183 | 2026-05-16T03:38:36.357Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1184 | 2026-05-16T03:38:36.360Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-05-16T03:38:36.363Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1186 | 2026-05-16T03:38:36.363Z | Downloaded rustyline v14.0.0 |
| 1187 | 2026-05-16T03:38:36.366Z | Downloaded yasna v0.5.2 |
| 1188 | 2026-05-16T03:38:36.369Z | Downloaded unsafe-libyaml v0.2.11 |
| 1189 | 2026-05-16T03:38:36.372Z | Downloaded uuid v1.23.0 |
| 1190 | 2026-05-16T03:38:36.372Z | Downloaded whoami v2.1.0 |
| 1191 | 2026-05-16T03:38:36.376Z | Downloaded reedline v0.40.0 |
| 1192 | 2026-05-16T03:38:36.380Z | Downloaded zerocopy v0.6.6 |
| 1193 | 2026-05-16T03:38:36.383Z | Downloaded unicode-bidi v0.3.18 |
| 1194 | 2026-05-16T03:38:36.386Z | Downloaded blake3 v1.8.3 |
| 1195 | 2026-05-16T03:38:36.392Z | Downloaded tracing-core v0.1.36 |
| 1196 | 2026-05-16T03:38:36.411Z | Downloaded zopfli v0.8.3 |
| 1197 | 2026-05-16T03:38:36.417Z | Downloaded bitvec v1.0.1 |
| 1198 | 2026-05-16T03:38:36.420Z | Downloaded aws-lc-rs v1.16.3 |
| 1199 | 2026-05-16T03:38:36.431Z | Downloaded vte v0.14.1 |
| 1200 | 2026-05-16T03:38:36.433Z | Downloaded toml_edit v0.19.15 |
| 1201 | 2026-05-16T03:38:36.441Z | Downloaded unicode_categories v0.1.1 |
| 1202 | 2026-05-16T03:38:36.444Z | Downloaded ssh-key v0.6.7 |
| 1203 | 2026-05-16T03:38:36.448Z | Downloaded yansi v1.0.1 |
| 1204 | 2026-05-16T03:38:36.450Z | Downloaded p384 v0.13.1 |
| 1205 | 2026-05-16T03:38:36.453Z | Downloaded tokio-postgres v0.7.16 |
| 1206 | 2026-05-16T03:38:36.456Z | Downloaded tower v0.5.3 |
| 1207 | 2026-05-16T03:38:36.459Z | Downloaded git2 v0.20.4 |
| 1208 | 2026-05-16T03:38:36.464Z | Downloaded regex v1.12.3 |
| 1209 | 2026-05-16T03:38:36.469Z | Downloaded reqwest v0.13.2 |
| 1210 | 2026-05-16T03:38:36.474Z | Downloaded zip v0.6.6 |
| 1211 | 2026-05-16T03:38:36.476Z | Downloaded chrono v0.4.44 |
| 1212 | 2026-05-16T03:38:36.479Z | Downloaded reqwest v0.12.28 |
| 1213 | 2026-05-16T03:38:36.481Z | Downloaded quick-xml v0.37.5 |
| 1214 | 2026-05-16T03:38:36.485Z | Downloaded portable-atomic v1.13.1 |
| 1215 | 2026-05-16T03:38:36.489Z | Downloaded zerocopy-derive v0.8.40 |
| 1216 | 2026-05-16T03:38:36.494Z | Downloaded rustls-webpki v0.101.7 |
| 1217 | 2026-05-16T03:38:36.503Z | Downloaded bindgen v0.71.1 |
| 1218 | 2026-05-16T03:38:36.509Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-05-16T03:38:36.513Z | Downloaded typed-path v0.9.3 |
| 1220 | 2026-05-16T03:38:36.538Z | Downloaded moka v0.12.13 |
| 1221 | 2026-05-16T03:38:36.545Z | Downloaded proptest v1.10.0 |
| 1222 | 2026-05-16T03:38:36.551Z | Downloaded lalrpop v0.19.12 |
| 1223 | 2026-05-16T03:38:36.557Z | Downloaded unicode-normalization v0.1.25 |
| 1224 | 2026-05-16T03:38:36.560Z | Downloaded curve25519-dalek v4.1.3 |
| 1225 | 2026-05-16T03:38:36.564Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-05-16T03:38:36.569Z | Downloaded rayon v1.11.0 |
| 1227 | 2026-05-16T03:38:36.574Z | Downloaded tokio-util v0.7.18 |
| 1228 | 2026-05-16T03:38:36.580Z | Downloaded zip v4.6.1 |
| 1229 | 2026-05-16T03:38:36.584Z | Downloaded x509-cert v0.2.5 |
| 1230 | 2026-05-16T03:38:36.586Z | Downloaded serde_with v3.17.0 |
| 1231 | 2026-05-16T03:38:36.592Z | Downloaded salty v0.3.0 |
| 1232 | 2026-05-16T03:38:36.597Z | Downloaded rustls-webpki v0.102.8 |
| 1233 | 2026-05-16T03:38:36.607Z | Downloaded petname v2.0.2 |
| 1234 | 2026-05-16T03:38:36.610Z | Downloaded nix v0.27.1 |
| 1235 | 2026-05-16T03:38:36.615Z | Downloaded object v0.30.4 |
| 1236 | 2026-05-16T03:38:36.620Z | Downloaded tough v0.22.0 |
| 1237 | 2026-05-16T03:38:36.625Z | Downloaded goblin v0.10.5 |
| 1238 | 2026-05-16T03:38:36.638Z | Downloaded quinn-proto v0.11.13 |
| 1239 | 2026-05-16T03:38:36.646Z | Downloaded winnow v0.6.26 |
| 1240 | 2026-05-16T03:38:36.710Z | Downloaded polar-core v0.27.3 |
| 1241 | 2026-05-16T03:38:36.738Z | Downloaded nix v0.28.0 |
| 1242 | 2026-05-16T03:38:36.738Z | Downloaded radix_trie v0.2.1 |
| 1243 | 2026-05-16T03:38:36.738Z | Downloaded openssl v0.10.79 |
| 1244 | 2026-05-16T03:38:36.738Z | Downloaded winnow v0.5.40 |
| 1245 | 2026-05-16T03:38:36.738Z | Downloaded time v0.3.47 |
| 1246 | 2026-05-16T03:38:36.738Z | Downloaded bstr v1.12.1 |
| 1247 | 2026-05-16T03:38:36.738Z | Downloaded dropshot v0.16.7 |
| 1248 | 2026-05-16T03:38:36.762Z | Downloaded tabled v0.20.0 |
| 1249 | 2026-05-16T03:38:36.762Z | Downloaded nix v0.29.0 |
| 1250 | 2026-05-16T03:38:36.762Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-05-16T03:38:36.766Z | Downloaded rustls v0.21.12 |
| 1252 | 2026-05-16T03:38:36.766Z | Downloaded object v0.37.3 |
| 1253 | 2026-05-16T03:38:36.778Z | Downloaded zlib-rs v0.6.2 |
| 1254 | 2026-05-16T03:38:36.783Z | Downloaded regress v0.10.5 |
| 1255 | 2026-05-16T03:38:36.783Z | Downloaded webpki-roots v1.0.6 |
| 1256 | 2026-05-16T03:38:36.783Z | Downloaded hickory-proto v0.24.4 |
| 1257 | 2026-05-16T03:38:36.791Z | Downloaded nix v0.31.2 |
| 1258 | 2026-05-16T03:38:36.797Z | Downloaded zerocopy v0.8.40 |
| 1259 | 2026-05-16T03:38:36.801Z | Downloaded rustls v0.22.4 |
| 1260 | 2026-05-16T03:38:36.808Z | Downloaded smoltcp v0.11.0 |
| 1261 | 2026-05-16T03:38:36.814Z | Downloaded diesel v2.3.7 |
| 1262 | 2026-05-16T03:38:36.836Z | Downloaded rustls v0.23.37 |
| 1263 | 2026-05-16T03:38:37.253Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-05-16T03:38:37.259Z | Downloaded regress v0.11.1 |
| 1265 | 2026-05-16T03:38:37.259Z | Downloaded regex-syntax v0.8.10 |
| 1266 | 2026-05-16T03:38:37.259Z | Downloaded openapiv3 v2.2.0 |
| 1267 | 2026-05-16T03:38:37.259Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-05-16T03:38:37.259Z | Downloaded dropshot v0.17.0 |
| 1269 | 2026-05-16T03:38:37.259Z | Downloaded smoltcp v0.9.1 |
| 1270 | 2026-05-16T03:38:37.259Z | Downloaded sqlparser v0.61.0 |
| 1271 | 2026-05-16T03:38:37.259Z | Downloaded sled v0.34.7 |
| 1272 | 2026-05-16T03:38:37.259Z | Downloaded regex-syntax v0.6.29 |
| 1273 | 2026-05-16T03:38:37.259Z | Downloaded typify-impl v0.4.3 |
| 1274 | 2026-05-16T03:38:37.259Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-05-16T03:38:37.259Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-05-16T03:38:37.259Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1277 | 2026-05-16T03:38:37.259Z | Downloaded ratatui v0.29.0 |
| 1278 | 2026-05-16T03:38:37.259Z | Downloaded zerocopy-derive v0.6.6 |
| 1279 | 2026-05-16T03:38:37.259Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-05-16T03:38:37.259Z | Downloaded petgraph v0.6.5 |
| 1281 | 2026-05-16T03:38:37.259Z | Downloaded chrono-tz v0.10.4 |
| 1282 | 2026-05-16T03:38:37.260Z | Downloaded petgraph v0.8.3 |
| 1283 | 2026-05-16T03:38:37.260Z | Downloaded jiff v0.2.21 |
| 1284 | 2026-05-16T03:38:37.260Z | Downloaded csv v1.4.0 |
| 1285 | 2026-05-16T03:38:37.260Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-05-16T03:38:37.260Z | Downloaded libz-sys v1.1.24 |
| 1287 | 2026-05-16T03:38:37.260Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1288 | 2026-05-16T03:38:37.260Z | Downloaded sha3 v0.10.8 |
| 1289 | 2026-05-16T03:38:37.260Z | Downloaded encoding_rs v0.8.35 |
| 1290 | 2026-05-16T03:38:37.260Z | Downloaded ring v0.17.14 |
| 1291 | 2026-05-16T03:38:37.260Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1292 | 2026-05-16T03:38:37.628Z | Downloaded aws-lc-sys v0.40.0 |
| 1293 | 2026-05-16T03:38:37.859Z | Compiling libc v0.2.185 |
| 1294 | 2026-05-16T03:38:37.859Z | Compiling serde v1.0.228 |
| 1295 | 2026-05-16T03:38:37.866Z | Compiling log v0.4.29 |
| 1296 | 2026-05-16T03:38:37.866Z | Compiling shlex v1.3.0 |
| 1297 | 2026-05-16T03:38:37.866Z | Compiling find-msvc-tools v0.1.9 |
| 1298 | 2026-05-16T03:38:37.866Z | Compiling smallvec v1.15.1 |
| 1299 | 2026-05-16T03:38:37.866Z | Compiling typenum v1.19.0 |
| 1300 | 2026-05-16T03:38:37.866Z | Compiling subtle v2.6.1 |
| 1301 | 2026-05-16T03:38:37.866Z | Compiling generic-array v0.14.7 |
| 1302 | 2026-05-16T03:38:37.866Z | Compiling scopeguard v1.2.0 |
| 1303 | 2026-05-16T03:38:38.011Z | Compiling const-oid v0.9.6 |
| 1304 | 2026-05-16T03:38:38.063Z | Compiling serde_json v1.0.149 |
| 1305 | 2026-05-16T03:38:38.086Z | Compiling syn v2.0.117 |
| 1306 | 2026-05-16T03:38:38.100Z | Compiling zerocopy v0.8.40 |
| 1307 | 2026-05-16T03:38:38.100Z | Compiling parking_lot_core v0.9.12 |
| 1308 | 2026-05-16T03:38:38.115Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-05-16T03:38:38.202Z | Compiling lock_api v0.4.14 |
| 1310 | 2026-05-16T03:38:38.216Z | Compiling portable-atomic v1.13.1 |
| 1311 | 2026-05-16T03:38:38.254Z | Compiling pkg-config v0.3.32 |
| 1312 | 2026-05-16T03:38:38.267Z | Compiling bitflags v2.11.0 |
| 1313 | 2026-05-16T03:38:38.281Z | Compiling libm v0.2.16 |
| 1314 | 2026-05-16T03:38:38.699Z | Compiling critical-section v1.2.0 |
| 1315 | 2026-05-16T03:38:38.702Z | Compiling futures-core v0.3.32 |
| 1316 | 2026-05-16T03:38:38.703Z | Compiling num-traits v0.2.19 |
| 1317 | 2026-05-16T03:38:38.703Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-05-16T03:38:38.703Z | Compiling futures-sink v0.3.32 |
| 1319 | 2026-05-16T03:38:38.703Z | Compiling slab v0.4.12 |
| 1320 | 2026-05-16T03:38:38.703Z | Compiling futures-task v0.3.32 |
| 1321 | 2026-05-16T03:38:38.703Z | Compiling futures-io v0.3.32 |
| 1322 | 2026-05-16T03:38:38.703Z | Compiling futures-channel v0.3.32 |
| 1323 | 2026-05-16T03:38:38.703Z | Compiling cpufeatures v0.2.17 |
| 1324 | 2026-05-16T03:38:38.703Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-05-16T03:38:38.703Z | Compiling rand_core v0.10.0 |
| 1326 | 2026-05-16T03:38:38.703Z | Compiling indexmap v2.14.0 |
| 1327 | 2026-05-16T03:38:38.703Z | Compiling rustversion v1.0.22 |
| 1328 | 2026-05-16T03:38:38.703Z | Compiling getrandom v0.3.4 |
| 1329 | 2026-05-16T03:38:38.716Z | Compiling form_urlencoded v1.2.2 |
| 1330 | 2026-05-16T03:38:38.753Z | Compiling fs_extra v1.3.0 |
| 1331 | 2026-05-16T03:38:38.800Z | Compiling dunce v1.0.5 |
| 1332 | 2026-05-16T03:38:39.219Z | Compiling base64ct v1.8.3 |
| 1333 | 2026-05-16T03:38:39.222Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-05-16T03:38:39.222Z | Compiling regex-syntax v0.8.10 |
| 1335 | 2026-05-16T03:38:39.222Z | Compiling rustix v1.1.3 |
| 1336 | 2026-05-16T03:38:39.222Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-05-16T03:38:39.222Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-05-16T03:38:39.222Z | Compiling errno v0.3.14 |
| 1339 | 2026-05-16T03:38:39.222Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-16T03:38:39.222Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-05-16T03:38:39.222Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-05-16T03:38:39.222Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-05-16T03:38:39.222Z | Compiling cc v1.2.56 |
| 1344 | 2026-05-16T03:38:39.274Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-05-16T03:38:39.299Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-16T03:38:39.329Z | Compiling pem-rfc7468 v0.7.0 |
| 1347 | 2026-05-16T03:38:39.344Z | Compiling iana-time-zone v0.1.65 |
| 1348 | 2026-05-16T03:38:39.433Z | Compiling flagset v0.4.7 |
| 1349 | 2026-05-16T03:38:39.565Z | Compiling aws-lc-rs v1.16.3 |
| 1350 | 2026-05-16T03:38:39.565Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-05-16T03:38:39.608Z | Compiling tracing-core v0.1.36 |
| 1352 | 2026-05-16T03:38:39.612Z | Compiling uuid v1.23.0 |
| 1353 | 2026-05-16T03:38:39.641Z | Compiling rustc_version v0.4.1 |
| 1354 | 2026-05-16T03:38:39.684Z | Compiling base64 v0.22.1 |
| 1355 | 2026-05-16T03:38:39.734Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-16T03:38:39.749Z | Compiling rand_core v0.9.5 |
| 1357 | 2026-05-16T03:38:39.851Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-05-16T03:38:39.867Z | Compiling untrusted v0.9.0 |
| 1359 | 2026-05-16T03:38:39.882Z | Compiling tinyvec_macros v0.1.1 |
| 1360 | 2026-05-16T03:38:39.914Z | Compiling httparse v1.10.1 |
| 1361 | 2026-05-16T03:38:39.963Z | Compiling tinyvec v1.10.0 |
| 1362 | 2026-05-16T03:38:40.003Z | Compiling aho-corasick v1.1.4 |
| 1363 | 2026-05-16T03:38:40.020Z | Compiling cmake v0.1.57 |
| 1364 | 2026-05-16T03:38:40.046Z | Compiling schemars v0.8.22 |
| 1365 | 2026-05-16T03:38:40.062Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-05-16T03:38:40.065Z | Compiling atomic-waker v1.1.2 |
| 1367 | 2026-05-16T03:38:40.091Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-05-16T03:38:40.208Z | Compiling rustls v0.23.37 |
| 1369 | 2026-05-16T03:38:40.226Z | Compiling tower-service v0.3.3 |
| 1370 | 2026-05-16T03:38:40.230Z | Compiling try-lock v0.2.5 |
| 1371 | 2026-05-16T03:38:40.244Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-05-16T03:38:40.247Z | Compiling pin-utils v0.1.0 |
| 1373 | 2026-05-16T03:38:40.310Z | Compiling openssl v0.10.79 |
| 1374 | 2026-05-16T03:38:40.326Z | Compiling want v0.3.1 |
| 1375 | 2026-05-16T03:38:40.346Z | Compiling foreign-types-shared v0.1.1 |
| 1376 | 2026-05-16T03:38:40.367Z | Compiling unicode-normalization v0.1.25 |
| 1377 | 2026-05-16T03:38:40.371Z | Compiling spin v0.9.8 |
| 1378 | 2026-05-16T03:38:40.403Z | Compiling time-core v0.1.8 |
| 1379 | 2026-05-16T03:38:40.406Z | Compiling powerfmt v0.2.0 |
| 1380 | 2026-05-16T03:38:40.434Z | Compiling foreign-types v0.3.2 |
| 1381 | 2026-05-16T03:38:40.447Z | Compiling crc32fast v1.5.0 |
| 1382 | 2026-05-16T03:38:40.466Z | Compiling num-conv v0.2.0 |
| 1383 | 2026-05-16T03:38:40.495Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-05-16T03:38:40.514Z | Compiling wait-timeout v0.2.1 |
| 1385 | 2026-05-16T03:38:40.528Z | Compiling sync_wrapper v1.0.2 |
| 1386 | 2026-05-16T03:38:40.573Z | Compiling deranged v0.5.8 |
| 1387 | 2026-05-16T03:38:40.576Z | Compiling siphasher v1.0.2 |
| 1388 | 2026-05-16T03:38:40.619Z | Compiling time-macros v0.2.27 |
| 1389 | 2026-05-16T03:38:40.639Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-05-16T03:38:40.650Z | Compiling usdt-impl v0.6.0 |
| 1391 | 2026-05-16T03:38:40.664Z | Compiling num_threads v0.1.7 |
| 1392 | 2026-05-16T03:38:40.694Z | Compiling bit-vec v0.8.0 |
| 1393 | 2026-05-16T03:38:40.727Z | Compiling tempfile v3.25.0 |
| 1394 | 2026-05-16T03:38:41.201Z | Compiling syn v1.0.109 |
| 1395 | 2026-05-16T03:38:41.210Z | Compiling quick-error v1.2.3 |
| 1396 | 2026-05-16T03:38:41.210Z | Compiling simd-adler32 v0.3.8 |
| 1397 | 2026-05-16T03:38:41.210Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-05-16T03:38:41.210Z | Compiling aws-lc-sys v0.40.0 |
| 1399 | 2026-05-16T03:38:41.210Z | Compiling ring v0.17.14 |
| 1400 | 2026-05-16T03:38:41.210Z | Compiling openssl-sys v0.9.115 |
| 1401 | 2026-05-16T03:38:41.210Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1402 | 2026-05-16T03:38:41.210Z | Compiling rusty-fork v0.3.1 |
| 1403 | 2026-05-16T03:38:41.210Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1404 | 2026-05-16T03:38:41.210Z | Compiling bit-set v0.8.0 |
| 1405 | 2026-05-16T03:38:41.210Z | Compiling slog v2.8.2 |
| 1406 | 2026-05-16T03:38:41.210Z | Compiling synstructure v0.13.2 |
| 1407 | 2026-05-16T03:38:41.210Z | Compiling serde_derive_internals v0.29.1 |
| 1408 | 2026-05-16T03:38:41.248Z | Compiling pest_generator v2.8.6 |
| 1409 | 2026-05-16T03:38:41.324Z | Compiling darling_core v0.20.11 |
| 1410 | 2026-05-16T03:38:41.374Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-05-16T03:38:41.406Z | Compiling heapless v0.7.17 |
| 1412 | 2026-05-16T03:38:41.423Z | Compiling rand_xorshift v0.4.0 |
| 1413 | 2026-05-16T03:38:41.625Z | Compiling thread-id v5.1.0 |
| 1414 | 2026-05-16T03:38:41.720Z | Compiling cookie v0.18.1 |
| 1415 | 2026-05-16T03:38:41.744Z | Compiling unicode-properties v0.1.4 |
| 1416 | 2026-05-16T03:38:41.744Z | Compiling paste v1.0.15 |
| 1417 | 2026-05-16T03:38:41.836Z | Compiling time v0.3.47 |
| 1418 | 2026-05-16T03:38:41.843Z | Compiling zstd-safe v7.2.4 |
| 1419 | 2026-05-16T03:38:41.861Z | Compiling unicode-bidi v0.3.18 |
| 1420 | 2026-05-16T03:38:41.906Z | Compiling unarray v0.1.4 |
| 1421 | 2026-05-16T03:38:41.940Z | Compiling signal-hook v0.3.18 |
| 1422 | 2026-05-16T03:38:42.027Z | Compiling anyhow v1.0.102 |
| 1423 | 2026-05-16T03:38:42.040Z | Compiling ryu v1.0.23 |
| 1424 | 2026-05-16T03:38:42.040Z | Compiling iri-string v0.7.10 |
| 1425 | 2026-05-16T03:38:42.068Z | Compiling adler2 v2.0.1 |
| 1426 | 2026-05-16T03:38:42.106Z | Compiling allocator-api2 v0.2.21 |
| 1427 | 2026-05-16T03:38:42.224Z | Compiling stringprep v0.1.5 |
| 1428 | 2026-05-16T03:38:42.245Z | Compiling miniz_oxide v0.8.9 |
| 1429 | 2026-05-16T03:38:42.477Z | Compiling vergen-lib v0.1.6 |
| 1430 | 2026-05-16T03:38:42.602Z | Compiling num-integer v0.1.46 |
| 1431 | 2026-05-16T03:38:42.670Z | Compiling curve25519-dalek v4.1.3 |
| 1432 | 2026-05-16T03:38:42.677Z | Compiling ff v0.13.1 |
| 1433 | 2026-05-16T03:38:42.839Z | Compiling hash32 v0.2.1 |
| 1434 | 2026-05-16T03:38:42.892Z | Compiling memoffset v0.9.1 |
| 1435 | 2026-05-16T03:38:42.950Z | Compiling psl-types v2.0.11 |
| 1436 | 2026-05-16T03:38:42.972Z | Compiling serde_derive v1.0.228 |
| 1437 | 2026-05-16T03:38:43.007Z | Compiling zeroize_derive v1.4.3 |
| 1438 | 2026-05-16T03:38:43.040Z | Compiling zerofrom-derive v0.1.6 |
| 1439 | 2026-05-16T03:38:43.054Z | Compiling yoke-derive v0.8.1 |
| 1440 | 2026-05-16T03:38:43.074Z | Compiling zerocopy-derive v0.8.40 |
| 1441 | 2026-05-16T03:38:43.089Z | Compiling zerovec-derive v0.11.2 |
| 1442 | 2026-05-16T03:38:43.098Z | Compiling displaydoc v0.2.5 |
| 1443 | 2026-05-16T03:38:43.448Z | Compiling tokio-macros v2.7.0 |
| 1444 | 2026-05-16T03:38:43.642Z | Compiling futures-macro v0.3.32 |
| 1445 | 2026-05-16T03:38:43.651Z | Compiling zeroize v1.8.2 |
| 1446 | 2026-05-16T03:38:43.726Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-05-16T03:38:43.899Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-05-16T03:38:43.989Z | Compiling tracing-attributes v0.1.31 |
| 1449 | 2026-05-16T03:38:44.219Z | Compiling thiserror-impl v2.0.18 |
| 1450 | 2026-05-16T03:38:44.253Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-05-16T03:38:44.277Z | Compiling scroll_derive v0.13.1 |
| 1452 | 2026-05-16T03:38:44.397Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-05-16T03:38:44.490Z | Compiling crypto-common v0.1.7 |
| 1454 | 2026-05-16T03:38:44.554Z | Compiling zerofrom v0.1.6 |
| 1455 | 2026-05-16T03:38:44.569Z | Compiling block-buffer v0.10.4 |
| 1456 | 2026-05-16T03:38:44.695Z | Compiling yoke v0.8.1 |
| 1457 | 2026-05-16T03:38:44.709Z | Compiling digest v0.10.7 |
| 1458 | 2026-05-16T03:38:44.762Z | Compiling futures-util v0.3.32 |
| 1459 | 2026-05-16T03:38:44.792Z | Compiling block-padding v0.3.3 |
| 1460 | 2026-05-16T03:38:44.807Z | Compiling der v0.7.10 |
| 1461 | 2026-05-16T03:38:44.896Z | Compiling zerovec v0.11.5 |
| 1462 | 2026-05-16T03:38:44.971Z | Compiling zerotrie v0.2.3 |
| 1463 | 2026-05-16T03:38:44.986Z | Compiling hmac v0.12.1 |
| 1464 | 2026-05-16T03:38:45.161Z | Compiling inout v0.1.4 |
| 1465 | 2026-05-16T03:38:45.175Z | Compiling sha2 v0.10.9 |
| 1466 | 2026-05-16T03:38:45.240Z | Compiling pbkdf2 v0.12.2 |
| 1467 | 2026-05-16T03:38:45.305Z | Compiling cipher v0.4.4 |
| 1468 | 2026-05-16T03:38:45.369Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-16T03:38:45.394Z | Compiling tinystr v0.8.2 |
| 1470 | 2026-05-16T03:38:45.478Z | Compiling potential_utf v0.1.4 |
| 1471 | 2026-05-16T03:38:45.493Z | Compiling tracing v0.1.44 |
| 1472 | 2026-05-16T03:38:45.560Z | Compiling icu_locale_core v2.1.1 |
| 1473 | 2026-05-16T03:38:46.005Z | Compiling icu_collections v2.1.1 |
| 1474 | 2026-05-16T03:38:46.015Z | Compiling salsa20 v0.10.2 |
| 1475 | 2026-05-16T03:38:46.015Z | Compiling cbc v0.1.2 |
| 1476 | 2026-05-16T03:38:46.015Z | Compiling aes v0.8.4 |
| 1477 | 2026-05-16T03:38:46.015Z | Compiling spki v0.7.3 |
| 1478 | 2026-05-16T03:38:46.015Z | Compiling scrypt v0.11.0 |
| 1479 | 2026-05-16T03:38:46.015Z | Compiling thiserror v2.0.18 |
| 1480 | 2026-05-16T03:38:46.015Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-16T03:38:46.015Z | Compiling openssl-macros v0.1.1 |
| 1482 | 2026-05-16T03:38:46.015Z | Compiling goblin v0.10.5 |
| 1483 | 2026-05-16T03:38:46.065Z | Compiling pkcs5 v0.7.1 |
| 1484 | 2026-05-16T03:38:46.084Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-16T03:38:46.106Z | Compiling dtrace-parser v0.3.0 |
| 1486 | 2026-05-16T03:38:46.268Z | Compiling icu_provider v2.1.1 |
| 1487 | 2026-05-16T03:38:46.346Z | Compiling darling v0.20.11 |
| 1488 | 2026-05-16T03:38:46.394Z | Compiling pkcs8 v0.10.2 |
| 1489 | 2026-05-16T03:38:46.445Z | Compiling derive_builder_core v0.20.2 |
| 1490 | 2026-05-16T03:38:46.489Z | Compiling signature v2.2.0 |
| 1491 | 2026-05-16T03:38:46.601Z | Compiling bytes v1.11.1 |
| 1492 | 2026-05-16T03:38:46.614Z | Compiling icu_normalizer v2.1.1 |
| 1493 | 2026-05-16T03:38:46.646Z | Compiling icu_properties v2.1.2 |
| 1494 | 2026-05-16T03:38:46.655Z | Compiling chrono v0.4.44 |
| 1495 | 2026-05-16T03:38:46.677Z | Compiling ipnet v2.11.0 |
| 1496 | 2026-05-16T03:38:46.717Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-05-16T03:38:46.746Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-05-16T03:38:46.847Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-05-16T03:38:46.891Z | Compiling erased-serde v0.3.31 |
| 1500 | 2026-05-16T03:38:47.105Z | Compiling tokio v1.52.1 |
| 1501 | 2026-05-16T03:38:47.156Z | Compiling http v1.4.0 |
| 1502 | 2026-05-16T03:38:47.206Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-05-16T03:38:47.221Z | Compiling serde_tokenstream v0.2.3 |
| 1504 | 2026-05-16T03:38:47.340Z | Compiling derive_builder_macro v0.20.2 |
| 1505 | 2026-05-16T03:38:47.365Z | Compiling serde_urlencoded v0.7.1 |
| 1506 | 2026-05-16T03:38:47.390Z | Compiling toml_datetime v0.6.11 |
| 1507 | 2026-05-16T03:38:47.433Z | Compiling scroll v0.12.0 |
| 1508 | 2026-05-16T03:38:47.544Z | Compiling idna_adapter v1.2.1 |
| 1509 | 2026-05-16T03:38:47.630Z | Compiling ppv-lite86 v0.2.21 |
| 1510 | 2026-05-16T03:38:47.645Z | Compiling md-5 v0.10.6 |
| 1511 | 2026-05-16T03:38:47.671Z | Compiling idna v1.1.0 |
| 1512 | 2026-05-16T03:38:47.703Z | Compiling darling_macro v0.21.3 |
| 1513 | 2026-05-16T03:38:47.775Z | Compiling bstr v1.12.1 |
| 1514 | 2026-05-16T03:38:47.775Z | Compiling zerocopy-derive v0.7.35 |
| 1515 | 2026-05-16T03:38:47.775Z | Compiling async-trait v0.1.89 |
| 1516 | 2026-05-16T03:38:47.818Z | Compiling http-body v1.0.1 |
| 1517 | 2026-05-16T03:38:47.834Z | Compiling pin-project-internal v1.1.11 |
| 1518 | 2026-05-16T03:38:47.967Z | Compiling url v2.5.8 |
| 1519 | 2026-05-16T03:38:47.989Z | Compiling rand_chacha v0.9.0 |
| 1520 | 2026-05-16T03:38:48.042Z | Compiling http-body-util v0.1.3 |
| 1521 | 2026-05-16T03:38:48.077Z | Compiling rand_chacha v0.3.1 |
| 1522 | 2026-05-16T03:38:48.145Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-05-16T03:38:48.224Z | Compiling rand v0.9.2 |
| 1524 | 2026-05-16T03:38:48.263Z | Compiling zlib-rs v0.6.2 |
| 1525 | 2026-05-16T03:38:48.307Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-05-16T03:38:48.349Z | Compiling base16ct v0.2.0 |
| 1527 | 2026-05-16T03:38:48.378Z | Compiling rustix v0.38.44 |
| 1528 | 2026-05-16T03:38:48.656Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-05-16T03:38:48.676Z | Compiling dof v0.4.0 |
| 1530 | 2026-05-16T03:38:48.716Z | Compiling ref-cast v1.0.25 |
| 1531 | 2026-05-16T03:38:48.756Z | Compiling fallible-iterator v0.2.0 |
| 1532 | 2026-05-16T03:38:48.785Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-16T03:38:48.804Z | Compiling smoltcp v0.9.1 |
| 1534 | 2026-05-16T03:38:48.841Z | Compiling litrs v1.0.0 |
| 1535 | 2026-05-16T03:38:48.984Z | Compiling pin-project v1.1.11 |
| 1536 | 2026-05-16T03:38:49.007Z | Compiling nix v0.31.2 |
| 1537 | 2026-05-16T03:38:49.054Z | Compiling postgres-protocol v0.6.10 |
| 1538 | 2026-05-16T03:38:49.080Z | Compiling zerocopy v0.7.35 |
| 1539 | 2026-05-16T03:38:49.104Z | Compiling sec1 v0.7.3 |
| 1540 | 2026-05-16T03:38:49.125Z | Compiling rand v0.8.6 |
| 1541 | 2026-05-16T03:38:49.141Z | Compiling darling v0.21.3 |
| 1542 | 2026-05-16T03:38:49.179Z | Compiling publicsuffix v2.3.0 |
| 1543 | 2026-05-16T03:38:49.241Z | Compiling derive_builder v0.20.2 |
| 1544 | 2026-05-16T03:38:49.354Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2026-05-16T03:38:49.363Z | Compiling document-features v0.2.12 |
| 1546 | 2026-05-16T03:38:49.451Z | Compiling goblin v0.8.2 |
| 1547 | 2026-05-16T03:38:49.472Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-05-16T03:38:49.675Z | Compiling oxnet v0.1.4 |
| 1549 | 2026-05-16T03:38:49.750Z | Compiling hex v0.4.3 |
| 1550 | 2026-05-16T03:38:49.775Z | Compiling cargo-platform v0.1.9 |
| 1551 | 2026-05-16T03:38:49.801Z | Compiling hubpack_derive v0.1.1 |
| 1552 | 2026-05-16T03:38:50.249Z | Compiling hkdf v0.12.4 |
| 1553 | 2026-05-16T03:38:50.253Z | Compiling crypto-bigint v0.5.5 |
| 1554 | 2026-05-16T03:38:50.253Z | Compiling regex v1.12.3 |
| 1555 | 2026-05-16T03:38:50.253Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-05-16T03:38:50.253Z | Compiling ref-cast-impl v1.0.25 |
| 1557 | 2026-05-16T03:38:50.253Z | Compiling snafu-derive v0.8.9 |
| 1558 | 2026-05-16T03:38:50.253Z | Compiling daft-derive v0.1.5 |
| 1559 | 2026-05-16T03:38:50.253Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1560 | 2026-05-16T03:38:50.265Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-05-16T03:38:50.280Z | Compiling group v0.13.0 |
| 1562 | 2026-05-16T03:38:50.542Z | Compiling phf_shared v0.13.1 |
| 1563 | 2026-05-16T03:38:50.558Z | Compiling terminal_size v0.4.3 |
| 1564 | 2026-05-16T03:38:50.657Z | Compiling lazy_static v1.5.0 |
| 1565 | 2026-05-16T03:38:50.770Z | Compiling vergen v9.0.6 |
| 1566 | 2026-05-16T03:38:51.180Z | Compiling fs-err v3.3.0 |
| 1567 | 2026-05-16T03:38:51.186Z | Compiling ahash v0.8.12 |
| 1568 | 2026-05-16T03:38:51.186Z | Compiling encoding_rs v0.8.35 |
| 1569 | 2026-05-16T03:38:51.186Z | Compiling mime v0.3.17 |
| 1570 | 2026-05-16T03:38:51.186Z | Compiling bumpalo v3.20.2 |
| 1571 | 2026-05-16T03:38:51.186Z | Compiling tokio-util v0.7.18 |
| 1572 | 2026-05-16T03:38:51.186Z | Compiling tower v0.5.3 |
| 1573 | 2026-05-16T03:38:51.186Z | Compiling tokio-native-tls v0.3.1 |
| 1574 | 2026-05-16T03:38:51.186Z | Compiling winnow v0.5.40 |
| 1575 | 2026-05-16T03:38:51.186Z | Compiling bitflags v1.3.2 |
| 1576 | 2026-05-16T03:38:51.186Z | Compiling flate2 v1.1.9 |
| 1577 | 2026-05-16T03:38:51.186Z | Compiling object v0.37.3 |
| 1578 | 2026-05-16T03:38:51.186Z | Compiling same-file v1.0.6 |
| 1579 | 2026-05-16T03:38:51.187Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-05-16T03:38:51.301Z | Compiling foldhash v0.2.0 |
| 1581 | 2026-05-16T03:38:51.396Z | Compiling tower-http v0.6.8 |
| 1582 | 2026-05-16T03:38:51.438Z | Compiling managed v0.8.0 |
| 1583 | 2026-05-16T03:38:51.491Z | Compiling unicode-segmentation v1.12.0 |
| 1584 | 2026-05-16T03:38:51.508Z | Compiling foldhash v0.1.5 |
| 1585 | 2026-05-16T03:38:51.542Z | Compiling libbz2-rs-sys v0.2.2 |
| 1586 | 2026-05-16T03:38:51.557Z | Compiling clap_builder v4.5.60 |
| 1587 | 2026-05-16T03:38:51.668Z | Compiling h2 v0.4.13 |
| 1588 | 2026-05-16T03:38:51.701Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-05-16T03:38:51.850Z | Compiling dof v0.3.0 |
| 1590 | 2026-05-16T03:38:51.997Z | Compiling bzip2 v0.6.1 |
| 1591 | 2026-05-16T03:38:52.045Z | Compiling hashbrown v0.16.1 |
| 1592 | 2026-05-16T03:38:52.065Z | Compiling snafu v0.8.9 |
| 1593 | 2026-05-16T03:38:52.109Z | Compiling strum v0.27.2 |
| 1594 | 2026-05-16T03:38:52.261Z | Compiling daft v0.1.5 |
| 1595 | 2026-05-16T03:38:52.277Z | Compiling walkdir v2.5.0 |
| 1596 | 2026-05-16T03:38:52.295Z | Compiling toml_edit v0.19.15 |
| 1597 | 2026-05-16T03:38:52.306Z | Compiling zopfli v0.8.3 |
| 1598 | 2026-05-16T03:38:52.493Z | Compiling elliptic-curve v0.13.8 |
| 1599 | 2026-05-16T03:38:52.546Z | Compiling phf v0.13.1 |
| 1600 | 2026-05-16T03:38:52.594Z | Compiling signal-hook-mio v0.2.5 |
| 1601 | 2026-05-16T03:38:52.724Z | Compiling cargo_metadata v0.19.2 |
| 1602 | 2026-05-16T03:38:53.180Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-05-16T03:38:53.180Z | Compiling cookie_store v0.22.1 |
| 1604 | 2026-05-16T03:38:53.206Z | Compiling usdt-attr-macro v0.6.0 |
| 1605 | 2026-05-16T03:38:53.206Z | Compiling usdt-macro v0.6.0 |
| 1606 | 2026-05-16T03:38:53.206Z | Compiling bzip2 v0.4.4 |
| 1607 | 2026-05-16T03:38:53.206Z | Compiling futures v0.3.32 |
| 1608 | 2026-05-16T03:38:53.206Z | Compiling postgres-types v0.2.12 |
| 1609 | 2026-05-16T03:38:53.206Z | Compiling serde_with_macros v3.17.0 |
| 1610 | 2026-05-16T03:38:53.206Z | Compiling zstd v0.13.3 |
| 1611 | 2026-05-16T03:38:53.206Z | Compiling dtrace-parser v0.2.0 |
| 1612 | 2026-05-16T03:38:53.373Z | Compiling globset v0.4.18 |
| 1613 | 2026-05-16T03:38:53.422Z | Compiling ed25519 v2.2.3 |
| 1614 | 2026-05-16T03:38:53.681Z | Compiling pkcs1 v0.7.5 |
| 1615 | 2026-05-16T03:38:54.133Z | Compiling olpc-cjson v0.1.4 |
| 1616 | 2026-05-16T03:38:54.133Z | Compiling serde_plain v1.0.2 |
| 1617 | 2026-05-16T03:38:54.156Z | Compiling serde-big-array v0.5.1 |
| 1618 | 2026-05-16T03:38:54.156Z | Compiling rfc6979 v0.4.0 |
| 1619 | 2026-05-16T03:38:54.156Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-05-16T03:38:54.156Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-05-16T03:38:54.156Z | Compiling serde_repr v0.1.20 |
| 1622 | 2026-05-16T03:38:54.156Z | Compiling clap_derive v4.5.55 |
| 1623 | 2026-05-16T03:38:54.156Z | Compiling enum-as-inner v0.6.1 |
| 1624 | 2026-05-16T03:38:54.157Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-05-16T03:38:54.214Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-05-16T03:38:54.237Z | Compiling pem v3.0.6 |
| 1627 | 2026-05-16T03:38:54.324Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-05-16T03:38:54.329Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-05-16T03:38:54.387Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-05-16T03:38:54.429Z | Compiling keccak v0.1.6 |
| 1631 | 2026-05-16T03:38:54.609Z | Compiling rustc-hash v2.1.1 |
| 1632 | 2026-05-16T03:38:54.635Z | Compiling hyper v1.8.1 |
| 1633 | 2026-05-16T03:38:54.645Z | Compiling precomputed-hash v0.1.1 |
| 1634 | 2026-05-16T03:38:54.662Z | Compiling whoami v2.1.0 |
| 1635 | 2026-05-16T03:38:54.662Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-05-16T03:38:54.702Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-05-16T03:38:54.753Z | Compiling predicates-core v1.0.10 |
| 1638 | 2026-05-16T03:38:54.803Z | Compiling difflib v0.4.0 |
| 1639 | 2026-05-16T03:38:54.803Z | Compiling typed-path v0.9.3 |
| 1640 | 2026-05-16T03:38:54.845Z | Compiling jiff v0.2.21 |
| 1641 | 2026-05-16T03:38:54.944Z | Compiling new_debug_unreachable v1.0.6 |
| 1642 | 2026-05-16T03:38:54.972Z | Compiling normalize-line-endings v0.3.0 |
| 1643 | 2026-05-16T03:38:55.091Z | Compiling fixedbitset v0.5.7 |
| 1644 | 2026-05-16T03:38:55.117Z | Compiling either v1.15.0 |
| 1645 | 2026-05-16T03:38:55.117Z | Compiling fixedbitset v0.4.2 |
| 1646 | 2026-05-16T03:38:55.280Z | Compiling itertools v0.13.0 |
| 1647 | 2026-05-16T03:38:55.316Z | Compiling petgraph v0.6.5 |
| 1648 | 2026-05-16T03:38:55.316Z | Compiling petgraph v0.8.3 |
| 1649 | 2026-05-16T03:38:55.354Z | Compiling predicates v3.1.4 |
| 1650 | 2026-05-16T03:38:55.376Z | Compiling string_cache v0.8.9 |
| 1651 | 2026-05-16T03:38:55.865Z | Compiling hickory-proto v0.25.2 |
| 1652 | 2026-05-16T03:38:55.943Z | Compiling tokio-postgres v0.7.16 |
| 1653 | 2026-05-16T03:38:55.943Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1654 | 2026-05-16T03:38:55.943Z | Compiling iddqd v0.3.18 |
| 1655 | 2026-05-16T03:38:55.943Z | Compiling hyper-util v0.1.20 |
| 1656 | 2026-05-16T03:38:55.987Z | Compiling clap v4.5.60 |
| 1657 | 2026-05-16T03:38:55.997Z | Compiling strum v0.26.3 |
| 1658 | 2026-05-16T03:38:56.040Z | Compiling toml_edit v0.22.27 |
| 1659 | 2026-05-16T03:38:56.071Z | Compiling sha3 v0.10.8 |
| 1660 | 2026-05-16T03:38:56.144Z | Compiling env_logger v0.11.9 |
| 1661 | 2026-05-16T03:38:56.361Z | Compiling usdt v0.6.0 |
| 1662 | 2026-05-16T03:38:56.520Z | Compiling usdt-impl v0.5.0 |
| 1663 | 2026-05-16T03:38:56.520Z | Compiling serde_with v3.17.0 |
| 1664 | 2026-05-16T03:38:56.550Z | Compiling ecdsa v0.16.9 |
| 1665 | 2026-05-16T03:38:56.578Z | Compiling crossterm v0.28.1 |
| 1666 | 2026-05-16T03:38:56.884Z | Compiling rsa v0.9.10 |
| 1667 | 2026-05-16T03:38:56.923Z | Compiling toml v0.7.8 |
| 1668 | 2026-05-16T03:38:56.979Z | Compiling ed25519-dalek v2.2.0 |
| 1669 | 2026-05-16T03:38:57.136Z | Compiling hyper-tls v0.6.0 |
| 1670 | 2026-05-16T03:38:57.488Z | Compiling zip v4.6.1 |
| 1671 | 2026-05-16T03:38:57.531Z | Compiling zip v0.6.6 |
| 1672 | 2026-05-16T03:38:58.139Z | Compiling heck v0.4.1 |
| 1673 | 2026-05-16T03:38:58.222Z | Compiling similar v2.7.0 |
| 1674 | 2026-05-16T03:38:58.222Z | Compiling tokio-stream v0.1.18 |
| 1675 | 2026-05-16T03:38:58.222Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-05-16T03:38:58.222Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-05-16T03:38:58.282Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1678 | 2026-05-16T03:38:58.304Z | Compiling openapiv3 v2.2.0 |
| 1679 | 2026-05-16T03:38:58.478Z | Compiling x509-cert v0.2.5 |
| 1680 | 2026-05-16T03:38:58.496Z | Compiling sha1 v0.10.6 |
| 1681 | 2026-05-16T03:38:58.512Z | Compiling crossbeam-epoch v0.9.18 |
| 1682 | 2026-05-16T03:38:58.528Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1683 | 2026-05-16T03:38:58.571Z | Compiling lalrpop-util v0.19.12 |
| 1684 | 2026-05-16T03:38:58.721Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-05-16T03:38:58.749Z | Compiling thread_local v1.1.9 |
| 1686 | 2026-05-16T03:38:58.782Z | Compiling slog-async v2.8.0 |
| 1687 | 2026-05-16T03:38:58.796Z | Compiling crossbeam-channel v0.5.15 |
| 1688 | 2026-05-16T03:38:58.823Z | Compiling filetime v0.2.27 |
| 1689 | 2026-05-16T03:38:58.896Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-05-16T03:38:59.014Z | Compiling take_mut v0.2.2 |
| 1691 | 2026-05-16T03:38:59.014Z | Compiling term v1.2.1 |
| 1692 | 2026-05-16T03:38:59.059Z | Compiling xattr v1.6.1 |
| 1693 | 2026-05-16T03:38:59.153Z | Compiling tar v0.4.45 |
| 1694 | 2026-05-16T03:38:59.159Z | Compiling slog-term v2.9.2 |
| 1695 | 2026-05-16T03:39:16.667Z | Compiling rustls-webpki v0.103.9 |
| 1696 | 2026-05-16T03:39:19.607Z | Compiling tokio-rustls v0.26.4 |
| 1697 | 2026-05-16T03:39:19.607Z | Compiling rustls-platform-verifier v0.6.2 |
| 1698 | 2026-05-16T03:39:19.664Z | Compiling hyper-rustls v0.27.7 |
| 1699 | 2026-05-16T03:39:19.871Z | Compiling reqwest v0.12.28 |
| 1700 | 2026-05-16T03:39:19.871Z | Compiling reqwest v0.13.2 |
| 1701 | 2026-05-16T03:39:21.076Z | Compiling tough v0.22.0 |
| 1702 | 2026-05-16T03:39:23.548Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1703 | 2026-05-16T03:39:23.855Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1704 | 2026-05-16T03:39:26.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.85s |
| 1705 | 2026-05-16T03:39:26.699Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1706 | 2026-05-16T03:39:26.772Z | May 16 03:39:26.533 INFO Starting download, target: Cockroach |
| 1707 | 2026-05-16T03:39:26.772Z | May 16 03:39:26.534 INFO Starting download, target: Console |
| 1708 | 2026-05-16T03:39:26.772Z | May 16 03:39:26.534 INFO Starting download, target: Clickhouse |
| 1709 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Starting download, target: DendriteStub |
| 1710 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Starting download, target: MaghemiteMgd |
| 1711 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Starting download, target: TransceiverControl |
| 1712 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1713 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1714 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1715 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1716 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.534 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1717 | 2026-05-16T03:39:26.813Z | May 16 03:39:26.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1718 | 2026-05-16T03:39:27.698Z | May 16 03:39:27.437 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1719 | 2026-05-16T03:39:27.835Z | May 16 03:39:27.555 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1720 | 2026-05-16T03:39:27.939Z | May 16 03:39:27.647 INFO Download complete, target: TransceiverControl |
| 1721 | 2026-05-16T03:39:28.064Z | May 16 03:39:27.800 INFO Download complete, target: Console |
| 1722 | 2026-05-16T03:39:28.560Z | May 16 03:39:28.323 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1723 | 2026-05-16T03:39:30.163Z | May 16 03:39:29.928 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1724 | 2026-05-16T03:39:31.195Z | May 16 03:39:30.984 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1725 | 2026-05-16T03:39:32.458Z | May 16 03:39:32.226 INFO Download complete, target: DendriteStub |
| 1726 | 2026-05-16T03:39:33.257Z | May 16 03:39:33.035 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1727 | 2026-05-16T03:39:33.257Z | May 16 03:39:33.035 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1728 | 2026-05-16T03:39:33.613Z | May 16 03:39:33.375 INFO Download complete, target: MaghemiteMgd |
| 1729 | 2026-05-16T03:39:35.291Z | May 16 03:39:35.082 INFO Checking that binary works, target: Clickhouse |
| 1730 | 2026-05-16T03:39:35.393Z | May 16 03:39:35.188 INFO Download complete, target: Clickhouse |
| 1731 | 2026-05-16T03:39:37.839Z | May 16 03:39:37.597 INFO Checking that binary works, target: Cockroach |
| 1732 | 2026-05-16T03:39:37.947Z | May 16 03:39:37.723 INFO Download complete, target: Cockroach |
| 1733 | 2026-05-16T03:39:38.251Z | All prerequisites installed successfully |
| 1734 | 2026-05-16T03:39:38.251Z | |
| 1735 | 2026-05-16T03:39:38.251Z | real 2:00.319219681 |
| 1736 | 2026-05-16T03:39:38.251Z | user 6:55.109642844 |
| 1737 | 2026-05-16T03:39:38.251Z | sys 1:40.733201202 |
| 1738 | 2026-05-16T03:39:38.251Z | trap 0.269126815 |
| 1739 | 2026-05-16T03:39:38.251Z | tflt 1.254942342 |
| 1740 | 2026-05-16T03:39:38.251Z | dflt 1.739181779 |
| 1741 | 2026-05-16T03:39:38.251Z | kflt 0.024666343 |
| 1742 | 2026-05-16T03:39:38.251Z | lock 23:45.473718988 |
| 1743 | 2026-05-16T03:39:38.251Z | slp 18:48.054237203 |
| 1744 | 2026-05-16T03:39:38.251Z | lat 25.414462663 |
| 1745 | 2026-05-16T03:39:38.251Z | stop 2:57.672482940 |
| 1746 | 2026-05-16T03:39:38.251Z | + ptime -m cargo xtask download softnpu |
| 1747 | 2026-05-16T03:39:38.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1748 | 2026-05-16T03:39:38.986Z | Running `target/debug/xtask download softnpu` |
| 1749 | 2026-05-16T03:39:39.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1750 | 2026-05-16T03:39:39.516Z | Running `target/debug/xtask-downloader softnpu` |
| 1751 | 2026-05-16T03:39:40.992Z | May 16 03:39:39.198 INFO Starting download, target: Softnpu |
| 1752 | 2026-05-16T03:39:40.992Z | May 16 03:39:39.199 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1753 | 2026-05-16T03:39:45.812Z | May 16 03:39:45.561 INFO Download complete, target: Softnpu |
| 1754 | 2026-05-16T03:39:45.948Z | |
| 1755 | 2026-05-16T03:39:45.948Z | real 7.829113650 |
| 1756 | 2026-05-16T03:39:45.948Z | user 1.401913906 |
| 1757 | 2026-05-16T03:39:45.948Z | sys 0.718245128 |
| 1758 | 2026-05-16T03:39:45.949Z | trap 0.000884510 |
| 1759 | 2026-05-16T03:39:45.949Z | tflt 0.000043370 |
| 1760 | 2026-05-16T03:39:45.949Z | dflt 0.000203700 |
| 1761 | 2026-05-16T03:39:45.949Z | kflt 0.000000000 |
| 1762 | 2026-05-16T03:39:45.949Z | lock 2:04.898036159 |
| 1763 | 2026-05-16T03:39:45.949Z | slp 6.175761296 |
| 1764 | 2026-05-16T03:39:45.949Z | lat 0.179347667 |
| 1765 | 2026-05-16T03:39:45.949Z | stop 0.000193560 |
| 1766 | 2026-05-16T03:39:45.949Z | + export CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-16T03:39:45.949Z | + CARGO_INCREMENTAL=0 |
| 1768 | 2026-05-16T03:39:45.949Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1769 | 2026-05-16T03:39:46.667Z | Compiling proc-macro2 v1.0.106 |
| 1770 | 2026-05-16T03:39:46.667Z | Compiling quote v1.0.45 |
| 1771 | 2026-05-16T03:39:46.667Z | Compiling unicode-ident v1.0.24 |
| 1772 | 2026-05-16T03:39:46.667Z | Compiling libc v0.2.185 |
| 1773 | 2026-05-16T03:39:46.667Z | Compiling serde_core v1.0.228 |
| 1774 | 2026-05-16T03:39:46.806Z | Compiling serde v1.0.228 |
| 1775 | 2026-05-16T03:39:46.806Z | Compiling cfg-if v1.0.4 |
| 1776 | 2026-05-16T03:39:46.806Z | Compiling version_check v0.9.5 |
| 1777 | 2026-05-16T03:39:46.806Z | Compiling find-msvc-tools v0.1.9 |
| 1778 | 2026-05-16T03:39:46.806Z | Compiling shlex v1.3.0 |
| 1779 | 2026-05-16T03:39:46.910Z | Compiling typenum v1.19.0 |
| 1780 | 2026-05-16T03:39:46.950Z | Compiling zmij v1.0.21 |
| 1781 | 2026-05-16T03:39:46.950Z | Compiling autocfg v1.5.0 |
| 1782 | 2026-05-16T03:39:46.950Z | Compiling serde_json v1.0.149 |
| 1783 | 2026-05-16T03:39:46.951Z | Compiling memchr v2.8.0 |
| 1784 | 2026-05-16T03:39:47.120Z | Compiling portable-atomic v1.13.1 |
| 1785 | 2026-05-16T03:39:47.206Z | Compiling libm v0.2.16 |
| 1786 | 2026-05-16T03:39:47.234Z | Compiling zerocopy v0.8.40 |
| 1787 | 2026-05-16T03:39:47.277Z | Compiling generic-array v0.14.7 |
| 1788 | 2026-05-16T03:39:47.348Z | Compiling smallvec v1.15.1 |
| 1789 | 2026-05-16T03:39:47.408Z | Compiling num-traits v0.2.19 |
| 1790 | 2026-05-16T03:39:47.426Z | Compiling parking_lot_core v0.9.12 |
| 1791 | 2026-05-16T03:39:47.426Z | Compiling icu_properties_data v2.1.2 |
| 1792 | 2026-05-16T03:39:47.426Z | Compiling icu_normalizer_data v2.1.1 |
| 1793 | 2026-05-16T03:39:47.440Z | Compiling itoa v1.0.17 |
| 1794 | 2026-05-16T03:39:47.497Z | Compiling getrandom v0.4.1 |
| 1795 | 2026-05-16T03:39:47.522Z | Compiling log v0.4.29 |
| 1796 | 2026-05-16T03:39:47.607Z | Compiling stable_deref_trait v1.2.1 |
| 1797 | 2026-05-16T03:39:47.676Z | Compiling pkg-config v0.3.32 |
| 1798 | 2026-05-16T03:39:47.760Z | Compiling subtle v2.6.1 |
| 1799 | 2026-05-16T03:39:47.760Z | Compiling getrandom v0.2.17 |
| 1800 | 2026-05-16T03:39:47.760Z | Compiling errno v0.3.14 |
| 1801 | 2026-05-16T03:39:47.802Z | Compiling jobserver v0.1.34 |
| 1802 | 2026-05-16T03:39:47.828Z | Compiling scopeguard v1.2.0 |
| 1803 | 2026-05-16T03:39:47.845Z | Compiling rand_core v0.6.4 |
| 1804 | 2026-05-16T03:39:47.965Z | Compiling lock_api v0.4.14 |
| 1805 | 2026-05-16T03:39:47.988Z | Compiling cc v1.2.56 |
| 1806 | 2026-05-16T03:39:48.091Z | Compiling writeable v0.6.2 |
| 1807 | 2026-05-16T03:39:48.140Z | Compiling syn v2.0.117 |
| 1808 | 2026-05-16T03:39:48.140Z | Compiling litemap v0.8.1 |
| 1809 | 2026-05-16T03:39:48.140Z | Compiling percent-encoding v2.3.2 |
| 1810 | 2026-05-16T03:39:48.257Z | Compiling fnv v1.0.7 |
| 1811 | 2026-05-16T03:39:48.330Z | Compiling pin-project-lite v0.2.17 |
| 1812 | 2026-05-16T03:39:48.330Z | Compiling thiserror v2.0.18 |
| 1813 | 2026-05-16T03:39:48.373Z | Compiling getrandom v0.3.4 |
| 1814 | 2026-05-16T03:39:48.601Z | Compiling equivalent v1.0.2 |
| 1815 | 2026-05-16T03:39:48.601Z | Compiling fs_extra v1.3.0 |
| 1816 | 2026-05-16T03:39:48.602Z | Compiling dunce v1.0.5 |
| 1817 | 2026-05-16T03:39:48.630Z | Compiling utf8_iter v1.0.4 |
| 1818 | 2026-05-16T03:39:48.630Z | Compiling rustversion v1.0.22 |
| 1819 | 2026-05-16T03:39:48.630Z | Compiling schemars v0.8.22 |
| 1820 | 2026-05-16T03:39:48.630Z | Compiling rand_core v0.10.0 |
| 1821 | 2026-05-16T03:39:48.630Z | Compiling form_urlencoded v1.2.2 |
| 1822 | 2026-05-16T03:39:48.689Z | Compiling critical-section v1.2.0 |
| 1823 | 2026-05-16T03:39:48.727Z | Compiling cmake v0.1.57 |
| 1824 | 2026-05-16T03:39:48.754Z | Compiling signal-hook-registry v1.4.8 |
| 1825 | 2026-05-16T03:39:48.801Z | Compiling hashbrown v0.17.0 |
| 1826 | 2026-05-16T03:39:48.838Z | Compiling rustix v1.1.3 |
| 1827 | 2026-05-16T03:39:48.901Z | Compiling mio v1.2.0 |
| 1828 | 2026-05-16T03:39:49.050Z | Compiling once_cell v1.21.3 |
| 1829 | 2026-05-16T03:39:49.162Z | Compiling parking_lot v0.12.5 |
| 1830 | 2026-05-16T03:39:49.295Z | Compiling bitflags v2.11.0 |
| 1831 | 2026-05-16T03:39:49.412Z | Compiling semver v1.0.28 |
| 1832 | 2026-05-16T03:39:49.412Z | Compiling socket2 v0.6.3 |
| 1833 | 2026-05-16T03:39:49.527Z | Compiling ring v0.17.14 |
| 1834 | 2026-05-16T03:39:49.527Z | Compiling aws-lc-sys v0.40.0 |
| 1835 | 2026-05-16T03:39:49.527Z | Compiling indexmap v2.14.0 |
| 1836 | 2026-05-16T03:39:49.527Z | Compiling const-oid v0.9.6 |
| 1837 | 2026-05-16T03:39:49.685Z | Compiling aws-lc-rs v1.16.3 |
| 1838 | 2026-05-16T03:39:49.737Z | Compiling heck v0.5.0 |
| 1839 | 2026-05-16T03:39:49.737Z | Compiling futures-core v0.3.32 |
| 1840 | 2026-05-16T03:39:49.768Z | Compiling httparse v1.10.1 |
| 1841 | 2026-05-16T03:39:49.891Z | Compiling vcpkg v0.2.15 |
| 1842 | 2026-05-16T03:39:49.920Z | Compiling thiserror v1.0.69 |
| 1843 | 2026-05-16T03:39:49.920Z | Compiling strsim v0.11.1 |
| 1844 | 2026-05-16T03:39:50.033Z | Compiling iana-time-zone v0.1.65 |
| 1845 | 2026-05-16T03:39:50.064Z | Compiling byteorder v1.5.0 |
| 1846 | 2026-05-16T03:39:50.080Z | Compiling ucd-trie v0.1.7 |
| 1847 | 2026-05-16T03:39:50.189Z | Compiling regex-syntax v0.8.10 |
| 1848 | 2026-05-16T03:39:50.246Z | Compiling syn v1.0.109 |
| 1849 | 2026-05-16T03:39:50.246Z | Compiling ident_case v1.0.1 |
| 1850 | 2026-05-16T03:39:50.268Z | Compiling pest v2.8.6 |
| 1851 | 2026-05-16T03:39:50.268Z | Compiling uuid v1.23.0 |
| 1852 | 2026-05-16T03:39:50.280Z | Compiling rustls v0.23.37 |
| 1853 | 2026-05-16T03:39:50.306Z | Compiling cpufeatures v0.2.17 |
| 1854 | 2026-05-16T03:39:50.389Z | Compiling openssl-sys v0.9.115 |
| 1855 | 2026-05-16T03:39:50.570Z | Compiling futures-sink v0.3.32 |
| 1856 | 2026-05-16T03:39:50.570Z | Compiling rustc_version v0.4.1 |
| 1857 | 2026-05-16T03:39:50.673Z | Compiling futures-task v0.3.32 |
| 1858 | 2026-05-16T03:39:50.713Z | Compiling futures-io v0.3.32 |
| 1859 | 2026-05-16T03:39:50.713Z | Compiling futures-channel v0.3.32 |
| 1860 | 2026-05-16T03:39:50.818Z | Compiling slab v0.4.12 |
| 1861 | 2026-05-16T03:39:50.891Z | Compiling synstructure v0.13.2 |
| 1862 | 2026-05-16T03:39:50.985Z | Compiling serde_derive_internals v0.29.1 |
| 1863 | 2026-05-16T03:39:50.985Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-05-16T03:39:51.122Z | Compiling dyn-clone v1.0.20 |
| 1865 | 2026-05-16T03:39:51.285Z | Compiling base64 v0.22.1 |
| 1866 | 2026-05-16T03:39:51.438Z | Compiling crc32fast v1.5.0 |
| 1867 | 2026-05-16T03:39:51.438Z | Compiling plain v0.2.3 |
| 1868 | 2026-05-16T03:39:51.494Z | Compiling pest_meta v2.8.6 |
| 1869 | 2026-05-16T03:39:51.494Z | Compiling openssl v0.10.79 |
| 1870 | 2026-05-16T03:39:51.494Z | Compiling num-conv v0.2.0 |
| 1871 | 2026-05-16T03:39:51.587Z | Compiling crossbeam-utils v0.8.21 |
| 1872 | 2026-05-16T03:39:51.838Z | Compiling time-core v0.1.8 |
| 1873 | 2026-05-16T03:39:51.889Z | Compiling native-tls v0.2.18 |
| 1874 | 2026-05-16T03:39:51.889Z | Compiling pretty-hex v0.4.1 |
| 1875 | 2026-05-16T03:39:51.889Z | Compiling time-macros v0.2.27 |
| 1876 | 2026-05-16T03:39:51.889Z | Compiling base64ct v1.8.3 |
| 1877 | 2026-05-16T03:39:51.889Z | Compiling anyhow v1.0.102 |
| 1878 | 2026-05-16T03:39:51.889Z | Compiling regex-automata v0.4.14 |
| 1879 | 2026-05-16T03:39:51.889Z | Compiling darling_core v0.21.3 |
| 1880 | 2026-05-16T03:39:51.987Z | Compiling pest_generator v2.8.6 |
| 1881 | 2026-05-16T03:39:52.037Z | Compiling pem-rfc7468 v0.7.0 |
| 1882 | 2026-05-16T03:39:52.078Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1883 | 2026-05-16T03:39:52.078Z | Compiling tracing-core v0.1.36 |
| 1884 | 2026-05-16T03:39:52.573Z | Compiling serde_derive v1.0.228 |
| 1885 | 2026-05-16T03:39:53.654Z | Compiling zeroize_derive v1.4.3 |
| 1886 | 2026-05-16T03:39:53.654Z | Compiling zerofrom-derive v0.1.6 |
| 1887 | 2026-05-16T03:39:53.654Z | Compiling yoke-derive v0.8.1 |
| 1888 | 2026-05-16T03:39:53.654Z | Compiling zerovec-derive v0.11.2 |
| 1889 | 2026-05-16T03:39:53.655Z | Compiling displaydoc v0.2.5 |
| 1890 | 2026-05-16T03:39:53.655Z | Compiling zerocopy-derive v0.8.40 |
| 1891 | 2026-05-16T03:39:53.693Z | Compiling tokio-macros v2.7.0 |
| 1892 | 2026-05-16T03:39:53.694Z | Compiling futures-macro v0.3.32 |
| 1893 | 2026-05-16T03:39:53.694Z | Compiling zeroize v1.8.2 |
| 1894 | 2026-05-16T03:39:53.694Z | Compiling thiserror-impl v2.0.18 |
| 1895 | 2026-05-16T03:39:53.694Z | Compiling schemars_derive v0.8.22 |
| 1896 | 2026-05-16T03:39:53.694Z | Compiling tracing-attributes v0.1.31 |
| 1897 | 2026-05-16T03:39:53.694Z | Compiling der_derive v0.7.3 |
| 1898 | 2026-05-16T03:39:53.694Z | Compiling zerofrom v0.1.6 |
| 1899 | 2026-05-16T03:39:53.694Z | Compiling yoke v0.8.1 |
| 1900 | 2026-05-16T03:39:53.694Z | Compiling crypto-common v0.1.7 |
| 1901 | 2026-05-16T03:39:53.777Z | Compiling zerovec v0.11.5 |
| 1902 | 2026-05-16T03:39:53.800Z | Compiling zerotrie v0.2.3 |
| 1903 | 2026-05-16T03:39:53.888Z | Compiling block-buffer v0.10.4 |
| 1904 | 2026-05-16T03:39:54.034Z | Compiling digest v0.10.7 |
| 1905 | 2026-05-16T03:39:54.262Z | Compiling thiserror-impl v1.0.69 |
| 1906 | 2026-05-16T03:39:54.330Z | Compiling tinystr v0.8.2 |
| 1907 | 2026-05-16T03:39:54.371Z | Compiling potential_utf v0.1.4 |
| 1908 | 2026-05-16T03:39:54.400Z | Compiling pest_derive v2.8.6 |
| 1909 | 2026-05-16T03:39:54.449Z | Compiling futures-util v0.3.32 |
| 1910 | 2026-05-16T03:39:54.492Z | Compiling hmac v0.12.1 |
| 1911 | 2026-05-16T03:39:54.550Z | Compiling icu_locale_core v2.1.1 |
| 1912 | 2026-05-16T03:39:54.581Z | Compiling icu_collections v2.1.1 |
| 1913 | 2026-05-16T03:39:54.822Z | Compiling block-padding v0.3.3 |
| 1914 | 2026-05-16T03:39:54.963Z | Compiling inout v0.1.4 |
| 1915 | 2026-05-16T03:39:55.120Z | Compiling rustls-pki-types v1.14.0 |
| 1916 | 2026-05-16T03:39:55.217Z | Compiling bytes v1.11.1 |
| 1917 | 2026-05-16T03:39:55.250Z | Compiling icu_provider v2.1.1 |
| 1918 | 2026-05-16T03:39:55.300Z | Compiling chrono v0.4.44 |
| 1919 | 2026-05-16T03:39:55.318Z | Compiling openssl-macros v0.1.1 |
| 1920 | 2026-05-16T03:39:55.335Z | Compiling serde_tokenstream v0.2.3 |
| 1921 | 2026-05-16T03:39:55.581Z | Compiling icu_properties v2.1.2 |
| 1922 | 2026-05-16T03:39:55.647Z | Compiling icu_normalizer v2.1.1 |
| 1923 | 2026-05-16T03:39:55.755Z | Compiling cipher v0.4.4 |
| 1924 | 2026-05-16T03:39:55.868Z | Compiling tokio v1.52.1 |
| 1925 | 2026-05-16T03:39:56.158Z | Compiling sha2 v0.10.9 |
| 1926 | 2026-05-16T03:39:56.518Z | Compiling idna_adapter v1.2.1 |
| 1927 | 2026-05-16T03:39:56.639Z | Compiling idna v1.1.0 |
| 1928 | 2026-05-16T03:39:56.689Z | Compiling scroll_derive v0.12.1 |
| 1929 | 2026-05-16T03:39:56.880Z | Compiling ppv-lite86 v0.2.21 |
| 1930 | 2026-05-16T03:39:57.017Z | Compiling url v2.5.8 |
| 1931 | 2026-05-16T03:39:57.086Z | Compiling scroll_derive v0.13.1 |
| 1932 | 2026-05-16T03:39:57.103Z | Compiling http v1.4.0 |
| 1933 | 2026-05-16T03:39:57.184Z | Compiling untrusted v0.9.0 |
| 1934 | 2026-05-16T03:39:57.383Z | Compiling flagset v0.4.7 |
| 1935 | 2026-05-16T03:39:57.403Z | Compiling tracing v0.1.44 |
| 1936 | 2026-05-16T03:39:57.487Z | Compiling der v0.7.10 |
| 1937 | 2026-05-16T03:39:57.605Z | Compiling regex v1.12.3 |
| 1938 | 2026-05-16T03:39:57.812Z | Compiling darling_macro v0.21.3 |
| 1939 | 2026-05-16T03:39:57.887Z | Compiling zerocopy-derive v0.7.35 |
| 1940 | 2026-05-16T03:39:58.031Z | Compiling rand_core v0.9.5 |
| 1941 | 2026-05-16T03:39:58.158Z | Compiling slog v2.8.2 |
| 1942 | 2026-05-16T03:39:58.634Z | Compiling spki v0.7.3 |
| 1943 | 2026-05-16T03:39:58.700Z | Compiling darling v0.21.3 |
| 1944 | 2026-05-16T03:39:58.700Z | Compiling salsa20 v0.10.2 |
| 1945 | 2026-05-16T03:39:58.700Z | Compiling pbkdf2 v0.12.2 |
| 1946 | 2026-05-16T03:39:59.235Z | Compiling cookie v0.18.1 |
| 1947 | 2026-05-16T03:39:59.295Z | Compiling camino v1.2.2 |
| 1948 | 2026-05-16T03:39:59.426Z | Compiling scrypt v0.11.0 |
| 1949 | 2026-05-16T03:39:59.458Z | Compiling rand_chacha v0.9.0 |
| 1950 | 2026-05-16T03:39:59.483Z | Compiling http-body v1.0.1 |
| 1951 | 2026-05-16T03:39:59.520Z | Compiling aes v0.8.4 |
| 1952 | 2026-05-16T03:39:59.531Z | Compiling cbc v0.1.2 |
| 1953 | 2026-05-16T03:39:59.651Z | Compiling tokio-util v0.7.18 |
| 1954 | 2026-05-16T03:39:59.706Z | Compiling usdt-impl v0.5.0 |
| 1955 | 2026-05-16T03:39:59.837Z | Compiling either v1.15.0 |
| 1956 | 2026-05-16T03:39:59.887Z | Compiling ref-cast v1.0.25 |
| 1957 | 2026-05-16T03:39:59.907Z | Compiling tinyvec_macros v0.1.1 |
| 1958 | 2026-05-16T03:40:00.972Z | Compiling untrusted v0.7.1 |
| 1959 | 2026-05-16T03:40:01.080Z | Compiling paste v1.0.15 |
| 1960 | 2026-05-16T03:40:01.080Z | Compiling openssl-probe v0.2.1 |
| 1961 | 2026-05-16T03:40:01.080Z | Compiling usdt-impl v0.6.0 |
| 1962 | 2026-05-16T03:40:01.080Z | Compiling winnow v0.7.14 |
| 1963 | 2026-05-16T03:40:01.080Z | Compiling atomic-waker v1.1.2 |
| 1964 | 2026-05-16T03:40:01.080Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-05-16T03:40:01.080Z | Compiling pkcs5 v0.7.1 |
| 1966 | 2026-05-16T03:40:01.080Z | Compiling rand v0.9.2 |
| 1967 | 2026-05-16T03:40:01.080Z | Compiling scroll v0.13.0 |
| 1968 | 2026-05-16T03:40:01.080Z | Compiling scroll v0.12.0 |
| 1969 | 2026-05-16T03:40:01.080Z | Compiling toml_datetime v0.6.11 |
| 1970 | 2026-05-16T03:40:01.080Z | Compiling serde_spanned v0.6.9 |
| 1971 | 2026-05-16T03:40:01.080Z | Compiling async-trait v0.1.89 |
| 1972 | 2026-05-16T03:40:01.080Z | Compiling heapless v0.7.17 |
| 1973 | 2026-05-16T03:40:01.229Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1974 | 2026-05-16T03:40:01.264Z | Compiling try-lock v0.2.5 |
| 1975 | 2026-05-16T03:40:01.265Z | Compiling signal-hook v0.3.18 |
| 1976 | 2026-05-16T03:40:01.265Z | Compiling tower-layer v0.3.3 |
| 1977 | 2026-05-16T03:40:01.314Z | Compiling zstd-safe v7.2.4 |
| 1978 | 2026-05-16T03:40:01.477Z | Compiling fastrand v2.3.0 |
| 1979 | 2026-05-16T03:40:01.510Z | Compiling tower-service v0.3.3 |
| 1980 | 2026-05-16T03:40:01.591Z | Compiling want v0.3.1 |
| 1981 | 2026-05-16T03:40:01.605Z | Compiling h2 v0.4.13 |
| 1982 | 2026-05-16T03:40:01.633Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1983 | 2026-05-16T03:40:01.726Z | Compiling goblin v0.8.2 |
| 1984 | 2026-05-16T03:40:01.746Z | Compiling goblin v0.10.5 |
| 1985 | 2026-05-16T03:40:01.896Z | Compiling pkcs8 v0.10.2 |
| 1986 | 2026-05-16T03:40:02.011Z | Compiling zerocopy v0.7.35 |
| 1987 | 2026-05-16T03:40:02.153Z | Compiling ipnet v2.11.0 |
| 1988 | 2026-05-16T03:40:02.217Z | Compiling ref-cast-impl v1.0.25 |
| 1989 | 2026-05-16T03:40:02.423Z | Compiling darling_core v0.20.11 |
| 1990 | 2026-05-16T03:40:02.586Z | Compiling curve25519-dalek v4.1.3 |
| 1991 | 2026-05-16T03:40:02.661Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1992 | 2026-05-16T03:40:02.860Z | Compiling memoffset v0.9.1 |
| 1993 | 2026-05-16T03:40:03.040Z | Compiling litrs v1.0.0 |
| 1994 | 2026-05-16T03:40:03.085Z | Compiling httpdate v1.0.3 |
| 1995 | 2026-05-16T03:40:03.233Z | Compiling rustix v0.38.44 |
| 1996 | 2026-05-16T03:40:03.321Z | Compiling winnow v0.5.40 |
| 1997 | 2026-05-16T03:40:03.416Z | Compiling foreign-types-shared v0.1.1 |
| 1998 | 2026-05-16T03:40:03.519Z | Compiling pin-utils v0.1.0 |
| 1999 | 2026-05-16T03:40:03.599Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-05-16T03:40:03.645Z | Compiling document-features v0.2.12 |
| 2001 | 2026-05-16T03:40:03.684Z | Compiling tempfile v3.25.0 |
| 2002 | 2026-05-16T03:40:04.013Z | Compiling dof v0.3.0 |
| 2003 | 2026-05-16T03:40:04.209Z | Compiling unicode-normalization v0.1.25 |
| 2004 | 2026-05-16T03:40:04.571Z | Compiling darling_macro v0.20.11 |
| 2005 | 2026-05-16T03:40:04.571Z | Compiling dtrace-parser v0.2.0 |
| 2006 | 2026-05-16T03:40:04.658Z | Compiling dof v0.4.0 |
| 2007 | 2026-05-16T03:40:04.720Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-05-16T03:40:04.720Z | Compiling hyper v1.8.1 |
| 2009 | 2026-05-16T03:40:04.908Z | Compiling dtrace-parser v0.3.0 |
| 2010 | 2026-05-16T03:40:04.968Z | Compiling daft-derive v0.1.5 |
| 2011 | 2026-05-16T03:40:05.047Z | Compiling pin-project-internal v1.1.11 |
| 2012 | 2026-05-16T03:40:05.103Z | Compiling spin v0.9.8 |
| 2013 | 2026-05-16T03:40:05.138Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-05-16T03:40:05.234Z | Compiling thread-id v4.2.2 |
| 2015 | 2026-05-16T03:40:05.297Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-16T03:40:05.329Z | Compiling smoltcp v0.9.1 |
| 2017 | 2026-05-16T03:40:05.329Z | Compiling num-bigint-dig v0.8.6 |
| 2018 | 2026-05-16T03:40:05.469Z | Compiling powerfmt v0.2.0 |
| 2019 | 2026-05-16T03:40:05.496Z | Compiling nix v0.31.2 |
| 2020 | 2026-05-16T03:40:05.646Z | Compiling deranged v0.5.8 |
| 2021 | 2026-05-16T03:40:05.747Z | Compiling hyper-util v0.1.20 |
| 2022 | 2026-05-16T03:40:07.344Z | Compiling darling v0.20.11 |
| 2023 | 2026-05-16T03:40:07.440Z | Compiling rustls-native-certs v0.8.3 |
| 2024 | 2026-05-16T03:40:07.440Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-05-16T03:40:07.440Z | Compiling strum_macros v0.26.4 |
| 2026 | 2026-05-16T03:40:07.440Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-05-16T03:40:07.440Z | Compiling sync_wrapper v1.0.2 |
| 2028 | 2026-05-16T03:40:07.440Z | Compiling wait-timeout v0.2.1 |
| 2029 | 2026-05-16T03:40:07.440Z | Compiling bit-vec v0.8.0 |
| 2030 | 2026-05-16T03:40:07.440Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-05-16T03:40:07.440Z | Compiling num_threads v0.1.7 |
| 2032 | 2026-05-16T03:40:07.440Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-05-16T03:40:07.531Z | Compiling utf8parse v0.2.2 |
| 2034 | 2026-05-16T03:40:07.531Z | Compiling siphasher v1.0.2 |
| 2035 | 2026-05-16T03:40:07.561Z | Compiling anstyle v1.0.13 |
| 2036 | 2026-05-16T03:40:07.624Z | Compiling anstyle-parse v0.2.7 |
| 2037 | 2026-05-16T03:40:07.690Z | Compiling time v0.3.47 |
| 2038 | 2026-05-16T03:40:07.793Z | Compiling rusty-fork v0.3.1 |
| 2039 | 2026-05-16T03:40:08.120Z | Compiling bit-set v0.8.0 |
| 2040 | 2026-05-16T03:40:08.124Z | Compiling tower v0.5.3 |
| 2041 | 2026-05-16T03:40:08.161Z | Compiling derive_builder_core v0.20.2 |
| 2042 | 2026-05-16T03:40:08.282Z | Compiling http-body-util v0.1.3 |
| 2043 | 2026-05-16T03:40:08.532Z | Compiling webpki-roots v1.0.6 |
| 2044 | 2026-05-16T03:40:08.576Z | Compiling rand_xorshift v0.4.0 |
| 2045 | 2026-05-16T03:40:08.662Z | Compiling signature v2.2.0 |
| 2046 | 2026-05-16T03:40:08.671Z | Compiling hubpack_derive v0.1.1 |
| 2047 | 2026-05-16T03:40:08.716Z | Compiling strum_macros v0.27.2 |
| 2048 | 2026-05-16T03:40:08.753Z | Compiling snafu-derive v0.8.9 |
| 2049 | 2026-05-16T03:40:08.984Z | Compiling fs-err v3.3.0 |
| 2050 | 2026-05-16T03:40:09.101Z | Compiling ahash v0.8.12 |
| 2051 | 2026-05-16T03:40:09.212Z | Compiling iri-string v0.7.10 |
| 2052 | 2026-05-16T03:40:09.212Z | Compiling object v0.37.3 |
| 2053 | 2026-05-16T03:40:09.334Z | Compiling adler2 v2.0.1 |
| 2054 | 2026-05-16T03:40:09.335Z | Compiling ryu v1.0.23 |
| 2055 | 2026-05-16T03:40:09.374Z | Compiling colorchoice v1.0.4 |
| 2056 | 2026-05-16T03:40:09.374Z | Compiling unarray v0.1.4 |
| 2057 | 2026-05-16T03:40:09.402Z | Compiling unicode-properties v0.1.4 |
| 2058 | 2026-05-16T03:40:09.496Z | Compiling is_terminal_polyfill v1.70.2 |
| 2059 | 2026-05-16T03:40:09.542Z | Compiling unicode-segmentation v1.12.0 |
| 2060 | 2026-05-16T03:40:09.585Z | Compiling anstyle-query v1.1.5 |
| 2061 | 2026-05-16T03:40:09.644Z | Compiling unicode-bidi v0.3.18 |
| 2062 | 2026-05-16T03:40:09.644Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-05-16T03:40:09.687Z | Compiling serde_urlencoded v0.7.1 |
| 2064 | 2026-05-16T03:40:09.731Z | Compiling anstream v0.6.21 |
| 2065 | 2026-05-16T03:40:09.877Z | Compiling proptest v1.10.0 |
| 2066 | 2026-05-16T03:40:09.956Z | Compiling stringprep v0.1.5 |
| 2067 | 2026-05-16T03:40:09.979Z | Compiling miniz_oxide v0.8.9 |
| 2068 | 2026-05-16T03:40:10.169Z | Compiling derive_builder_macro v0.20.2 |
| 2069 | 2026-05-16T03:40:10.312Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-16T03:40:10.503Z | Compiling tokio-native-tls v0.3.1 |
| 2071 | 2026-05-16T03:40:10.533Z | Compiling usdt-macro v0.6.0 |
| 2072 | 2026-05-16T03:40:10.533Z | Compiling usdt-attr-macro v0.6.0 |
| 2073 | 2026-05-16T03:40:10.762Z | Compiling rand_chacha v0.3.1 |
| 2074 | 2026-05-16T03:40:10.811Z | Compiling erased-serde v0.3.31 |
| 2075 | 2026-05-16T03:40:10.940Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-05-16T03:40:10.964Z | Compiling bstr v1.12.1 |
| 2077 | 2026-05-16T03:40:11.125Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-05-16T03:40:11.193Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-05-16T03:40:11.224Z | Compiling vergen-lib v0.1.6 |
| 2080 | 2026-05-16T03:40:11.253Z | Compiling ff v0.13.1 |
| 2081 | 2026-05-16T03:40:11.302Z | Compiling psl-types v2.0.11 |
| 2082 | 2026-05-16T03:40:11.460Z | Compiling fallible-iterator v0.2.0 |
| 2083 | 2026-05-16T03:40:11.486Z | Compiling zlib-rs v0.6.2 |
| 2084 | 2026-05-16T03:40:11.486Z | Compiling base16ct v0.2.0 |
| 2085 | 2026-05-16T03:40:11.486Z | Compiling publicsuffix v2.3.0 |
| 2086 | 2026-05-16T03:40:11.562Z | Compiling group v0.13.0 |
| 2087 | 2026-05-16T03:40:11.607Z | Compiling num-iter v0.1.45 |
| 2088 | 2026-05-16T03:40:11.607Z | Compiling sec1 v0.7.3 |
| 2089 | 2026-05-16T03:40:11.690Z | Compiling postgres-protocol v0.6.10 |
| 2090 | 2026-05-16T03:40:11.818Z | Compiling rand v0.8.6 |
| 2091 | 2026-05-16T03:40:11.998Z | Compiling newtype-uuid v1.3.2 |
| 2092 | 2026-05-16T03:40:12.075Z | Compiling oxnet v0.1.4 |
| 2093 | 2026-05-16T03:40:12.305Z | Compiling derive_builder v0.20.2 |
| 2094 | 2026-05-16T03:40:12.336Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-05-16T03:40:12.440Z | Compiling heck v0.4.1 |
| 2096 | 2026-05-16T03:40:12.465Z | Compiling phf_shared v0.13.1 |
| 2097 | 2026-05-16T03:40:12.561Z | Compiling pin-project v1.1.11 |
| 2098 | 2026-05-16T03:40:12.601Z | Compiling lazy_static v1.5.0 |
| 2099 | 2026-05-16T03:40:12.725Z | Compiling terminal_size v0.4.3 |
| 2100 | 2026-05-16T03:40:12.763Z | Compiling serde_with_macros v3.17.0 |
| 2101 | 2026-05-16T03:40:12.784Z | Compiling futures-executor v0.3.32 |
| 2102 | 2026-05-16T03:40:12.897Z | Compiling hex v0.4.3 |
| 2103 | 2026-05-16T03:40:12.998Z | Compiling cargo-platform v0.1.9 |
| 2104 | 2026-05-16T03:40:13.050Z | Compiling hkdf v0.12.4 |
| 2105 | 2026-05-16T03:40:13.202Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-05-16T03:40:13.219Z | Compiling enum-as-inner v0.6.1 |
| 2107 | 2026-05-16T03:40:13.219Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-05-16T03:40:13.237Z | Compiling serde_repr v0.1.20 |
| 2109 | 2026-05-16T03:40:13.267Z | Compiling clap_derive v4.5.55 |
| 2110 | 2026-05-16T03:40:13.302Z | Compiling vergen v9.0.6 |
| 2111 | 2026-05-16T03:40:13.562Z | Compiling flate2 v1.1.9 |
| 2112 | 2026-05-16T03:40:13.743Z | Compiling encoding_rs v0.8.35 |
| 2113 | 2026-05-16T03:40:13.783Z | Compiling bumpalo v3.20.2 |
| 2114 | 2026-05-16T03:40:13.825Z | Compiling same-file v1.0.6 |
| 2115 | 2026-05-16T03:40:13.913Z | Compiling managed v0.8.0 |
| 2116 | 2026-05-16T03:40:13.950Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-05-16T03:40:13.950Z | Compiling libbz2-rs-sys v0.2.2 |
| 2118 | 2026-05-16T03:40:13.979Z | Compiling foldhash v0.2.0 |
| 2119 | 2026-05-16T03:40:13.999Z | Compiling bitflags v1.3.2 |
| 2120 | 2026-05-16T03:40:14.036Z | Compiling clap_lex v1.0.0 |
| 2121 | 2026-05-16T03:40:14.129Z | Compiling mime v0.3.17 |
| 2122 | 2026-05-16T03:40:14.235Z | Compiling clap_builder v4.5.60 |
| 2123 | 2026-05-16T03:40:14.273Z | Compiling hashbrown v0.16.1 |
| 2124 | 2026-05-16T03:40:14.322Z | Compiling bzip2 v0.6.1 |
| 2125 | 2026-05-16T03:40:14.514Z | Compiling elliptic-curve v0.13.8 |
| 2126 | 2026-05-16T03:40:14.553Z | Compiling hashbrown v0.15.5 |
| 2127 | 2026-05-16T03:40:14.687Z | Compiling zopfli v0.8.3 |
| 2128 | 2026-05-16T03:40:14.881Z | Compiling walkdir v2.5.0 |
| 2129 | 2026-05-16T03:40:14.960Z | Compiling zstd v0.13.3 |
| 2130 | 2026-05-16T03:40:15.123Z | Compiling cargo_metadata v0.19.2 |
| 2131 | 2026-05-16T03:40:15.287Z | Compiling futures v0.3.32 |
| 2132 | 2026-05-16T03:40:15.596Z | Compiling phf v0.13.1 |
| 2133 | 2026-05-16T03:40:15.769Z | Compiling snafu v0.8.9 |
| 2134 | 2026-05-16T03:40:15.769Z | Compiling signal-hook-mio v0.2.5 |
| 2135 | 2026-05-16T03:40:15.769Z | Compiling daft v0.1.5 |
| 2136 | 2026-05-16T03:40:15.789Z | Compiling cookie_store v0.22.1 |
| 2137 | 2026-05-16T03:40:15.789Z | Compiling postgres-types v0.2.12 |
| 2138 | 2026-05-16T03:40:15.789Z | Compiling bzip2 v0.4.4 |
| 2139 | 2026-05-16T03:40:15.789Z | Compiling globset v0.4.18 |
| 2140 | 2026-05-16T03:40:16.007Z | Compiling strum v0.27.2 |
| 2141 | 2026-05-16T03:40:16.328Z | Compiling hubpack v0.1.2 |
| 2142 | 2026-05-16T03:40:16.647Z | Compiling ed25519 v2.2.3 |
| 2143 | 2026-05-16T03:40:16.647Z | Compiling phf_shared v0.11.3 |
| 2144 | 2026-05-16T03:40:16.647Z | Compiling crossbeam-epoch v0.9.18 |
| 2145 | 2026-05-16T03:40:16.647Z | Compiling olpc-cjson v0.1.4 |
| 2146 | 2026-05-16T03:40:16.647Z | Compiling pkcs1 v0.7.5 |
| 2147 | 2026-05-16T03:40:16.647Z | Compiling pem v3.0.6 |
| 2148 | 2026-05-16T03:40:16.768Z | Compiling serde-big-array v0.5.1 |
| 2149 | 2026-05-16T03:40:16.875Z | Compiling serde_plain v1.0.2 |
| 2150 | 2026-05-16T03:40:16.875Z | Compiling rfc6979 v0.4.0 |
| 2151 | 2026-05-16T03:40:16.875Z | Compiling float-cmp v0.10.0 |
| 2152 | 2026-05-16T03:40:16.980Z | Compiling env_filter v1.0.0 |
| 2153 | 2026-05-16T03:40:16.980Z | Compiling memmap2 v0.9.10 |
| 2154 | 2026-05-16T03:40:17.037Z | Compiling normalize-line-endings v0.3.0 |
| 2155 | 2026-05-16T03:40:17.037Z | Compiling fixedbitset v0.5.7 |
| 2156 | 2026-05-16T03:40:17.037Z | Compiling data-encoding v2.10.0 |
| 2157 | 2026-05-16T03:40:17.037Z | Compiling fixedbitset v0.4.2 |
| 2158 | 2026-05-16T03:40:17.116Z | Compiling precomputed-hash v0.1.1 |
| 2159 | 2026-05-16T03:40:17.198Z | Compiling rustc-hash v2.1.1 |
| 2160 | 2026-05-16T03:40:17.198Z | Compiling keccak v0.1.6 |
| 2161 | 2026-05-16T03:40:17.198Z | Compiling typed-path v0.9.3 |
| 2162 | 2026-05-16T03:40:17.198Z | Compiling difflib v0.4.0 |
| 2163 | 2026-05-16T03:40:18.621Z | Compiling new_debug_unreachable v1.0.6 |
| 2164 | 2026-05-16T03:40:18.741Z | Compiling jiff v0.2.21 |
| 2165 | 2026-05-16T03:40:18.741Z | Compiling whoami v2.1.0 |
| 2166 | 2026-05-16T03:40:18.741Z | Compiling static_assertions v1.1.0 |
| 2167 | 2026-05-16T03:40:18.741Z | Compiling predicates-core v1.0.10 |
| 2168 | 2026-05-16T03:40:18.741Z | Compiling toml_write v0.1.2 |
| 2169 | 2026-05-16T03:40:18.741Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2170 | 2026-05-16T03:40:18.741Z | Compiling tokio-postgres v0.7.16 |
| 2171 | 2026-05-16T03:40:18.741Z | Compiling predicates v3.1.4 |
| 2172 | 2026-05-16T03:40:18.741Z | Compiling toml_edit v0.22.27 |
| 2173 | 2026-05-16T03:40:18.741Z | Compiling string_cache v0.8.9 |
| 2174 | 2026-05-16T03:40:18.741Z | Compiling hickory-proto v0.25.2 |
| 2175 | 2026-05-16T03:40:18.741Z | Compiling sha3 v0.10.8 |
| 2176 | 2026-05-16T03:40:18.741Z | Compiling iddqd v0.3.18 |
| 2177 | 2026-05-16T03:40:18.741Z | Compiling petgraph v0.8.3 |
| 2178 | 2026-05-16T03:40:18.741Z | Compiling petgraph v0.6.5 |
| 2179 | 2026-05-16T03:40:18.741Z | Compiling usdt v0.6.0 |
| 2180 | 2026-05-16T03:40:18.741Z | Compiling env_logger v0.11.9 |
| 2181 | 2026-05-16T03:40:18.741Z | Compiling ecdsa v0.16.9 |
| 2182 | 2026-05-16T03:40:19.090Z | Compiling rsa v0.9.10 |
| 2183 | 2026-05-16T03:40:19.316Z | Compiling ed25519-dalek v2.2.0 |
| 2184 | 2026-05-16T03:40:19.933Z | Compiling zip v4.6.1 |
| 2185 | 2026-05-16T03:40:19.989Z | Compiling crossterm v0.28.1 |
| 2186 | 2026-05-16T03:40:20.030Z | Compiling zip v0.6.6 |
| 2187 | 2026-05-16T03:40:20.298Z | Compiling clap v4.5.60 |
| 2188 | 2026-05-16T03:40:20.535Z | Compiling serde_with v3.17.0 |
| 2189 | 2026-05-16T03:40:21.175Z | Compiling similar v2.7.0 |
| 2190 | 2026-05-16T03:40:21.297Z | Compiling strum v0.26.3 |
| 2191 | 2026-05-16T03:40:21.297Z | Compiling toml v0.7.8 |
| 2192 | 2026-05-16T03:40:21.297Z | Compiling tokio-stream v0.1.18 |
| 2193 | 2026-05-16T03:40:21.297Z | Compiling itertools v0.13.0 |
| 2194 | 2026-05-16T03:40:21.297Z | Compiling buf-list v1.1.2 |
| 2195 | 2026-05-16T03:40:21.405Z | Compiling x509-cert v0.2.5 |
| 2196 | 2026-05-16T03:40:21.445Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2197 | 2026-05-16T03:40:21.483Z | Compiling openapiv3 v2.2.0 |
| 2198 | 2026-05-16T03:40:21.770Z | Compiling sha1 v0.10.6 |
| 2199 | 2026-05-16T03:40:21.898Z | Compiling peg-runtime v0.8.5 |
| 2200 | 2026-05-16T03:40:21.935Z | Compiling lalrpop-util v0.19.12 |
| 2201 | 2026-05-16T03:40:36.920Z | Compiling rustls-webpki v0.103.9 |
| 2202 | 2026-05-16T03:40:38.232Z | Compiling macaddr v1.0.1 |
| 2203 | 2026-05-16T03:40:38.284Z | Compiling structmeta-derive v0.3.0 |
| 2204 | 2026-05-16T03:40:38.371Z | Compiling rayon-core v1.13.0 |
| 2205 | 2026-05-16T03:40:38.440Z | Compiling crucible-workspace-hack v0.1.0 |
| 2206 | 2026-05-16T03:40:38.653Z | Compiling itertools v0.14.0 |
| 2207 | 2026-05-16T03:40:38.692Z | Compiling secrecy v0.10.3 |
| 2208 | 2026-05-16T03:40:38.692Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-05-16T03:40:38.704Z | Compiling heapless v0.8.0 |
| 2210 | 2026-05-16T03:40:38.810Z | Compiling rustls v0.22.4 |
| 2211 | 2026-05-16T03:40:39.090Z | Compiling crossbeam-deque v0.8.6 |
| 2212 | 2026-05-16T03:40:39.149Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2213 | 2026-05-16T03:40:39.149Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2214 | 2026-05-16T03:40:39.191Z | Compiling rustls-webpki v0.102.8 |
| 2215 | 2026-05-16T03:40:39.233Z | Compiling hash32 v0.3.1 |
| 2216 | 2026-05-16T03:40:39.269Z | Compiling structmeta v0.3.0 |
| 2217 | 2026-05-16T03:40:39.295Z | Compiling multer v3.1.0 |
| 2218 | 2026-05-16T03:40:39.295Z | Compiling thread_local v1.1.9 |
| 2219 | 2026-05-16T03:40:39.390Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2220 | 2026-05-16T03:40:39.473Z | Compiling match_cfg v0.1.0 |
| 2221 | 2026-05-16T03:40:39.535Z | Compiling compression-core v0.4.31 |
| 2222 | 2026-05-16T03:40:39.535Z | Compiling unicode-width v0.2.0 |
| 2223 | 2026-05-16T03:40:39.621Z | Compiling smoltcp v0.11.0 |
| 2224 | 2026-05-16T03:40:39.621Z | Compiling slog-async v2.8.0 |
| 2225 | 2026-05-16T03:40:39.697Z | Compiling compression-codecs v0.4.37 |
| 2226 | 2026-05-16T03:40:39.753Z | Compiling proc-macro-crate v3.4.0 |
| 2227 | 2026-05-16T03:40:39.863Z | Compiling hostname v0.3.1 |
| 2228 | 2026-05-16T03:40:39.901Z | Compiling ingot-macros v0.1.1 |
| 2229 | 2026-05-16T03:40:39.901Z | Compiling derive-ex v0.1.8 |
| 2230 | 2026-05-16T03:40:40.078Z | Compiling slog-json v2.6.1 |
| 2231 | 2026-05-16T03:40:40.114Z | Compiling crossbeam-channel v0.5.15 |
| 2232 | 2026-05-16T03:40:40.114Z | Compiling half v2.7.1 |
| 2233 | 2026-05-16T03:40:40.215Z | Compiling newtype-uuid-macros v0.1.0 |
| 2234 | 2026-05-16T03:40:40.342Z | Compiling cobs v0.3.0 |
| 2235 | 2026-05-16T03:40:40.413Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2236 | 2026-05-16T03:40:40.481Z | Compiling universal-hash v0.5.1 |
| 2237 | 2026-05-16T03:40:40.648Z | Compiling tokio-rustls v0.26.4 |
| 2238 | 2026-05-16T03:40:40.724Z | Compiling rustls-platform-verifier v0.6.2 |
| 2239 | 2026-05-16T03:40:40.734Z | Compiling async-stream-impl v0.3.6 |
| 2240 | 2026-05-16T03:40:40.863Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-05-16T03:40:40.890Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2242 | 2026-05-16T03:40:41.019Z | Compiling serde_spanned v1.0.4 |
| 2243 | 2026-05-16T03:40:41.063Z | Compiling is-terminal v0.4.17 |
| 2244 | 2026-05-16T03:40:41.132Z | Compiling reqwest v0.12.28 |
| 2245 | 2026-05-16T03:40:41.230Z | Compiling reqwest v0.13.2 |
| 2246 | 2026-05-16T03:40:41.407Z | Compiling dropshot v0.17.0 |
| 2247 | 2026-05-16T03:40:41.900Z | Compiling proc-macro-error-attr v1.0.4 |
| 2248 | 2026-05-16T03:40:41.901Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-16T03:40:41.901Z | Compiling ciborium-io v0.2.2 |
| 2250 | 2026-05-16T03:40:41.901Z | Compiling take_mut v0.2.2 |
| 2251 | 2026-05-16T03:40:41.901Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2252 | 2026-05-16T03:40:41.901Z | Compiling term v1.2.1 |
| 2253 | 2026-05-16T03:40:42.000Z | Compiling convert_case v0.4.0 |
| 2254 | 2026-05-16T03:40:42.000Z | Compiling opaque-debug v0.3.1 |
| 2255 | 2026-05-16T03:40:42.000Z | Compiling poly1305 v0.8.0 |
| 2256 | 2026-05-16T03:40:42.000Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2257 | 2026-05-16T03:40:42.000Z | Compiling ciborium-ll v0.2.2 |
| 2258 | 2026-05-16T03:40:42.000Z | Compiling derive_more v0.99.20 |
| 2259 | 2026-05-16T03:40:42.000Z | Compiling slog-term v2.9.2 |
| 2260 | 2026-05-16T03:40:42.050Z | Compiling tokio-rustls v0.25.0 |
| 2261 | 2026-05-16T03:40:42.177Z | Compiling thiserror-no-std v2.0.2 |
| 2262 | 2026-05-16T03:40:42.285Z | Compiling test-strategy v0.4.5 |
| 2263 | 2026-05-16T03:40:42.335Z | Compiling async-stream v0.3.6 |
| 2264 | 2026-05-16T03:40:42.379Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2265 | 2026-05-16T03:40:42.470Z | Compiling ingot-types v0.1.2 |
| 2266 | 2026-05-16T03:40:42.505Z | Compiling postcard v1.1.3 |
| 2267 | 2026-05-16T03:40:42.917Z | Compiling tough v0.22.0 |
| 2268 | 2026-05-16T03:40:43.015Z | Compiling ingot v0.1.1 |
| 2269 | 2026-05-16T03:40:43.192Z | Compiling slog-bunyan v2.5.0 |
| 2270 | 2026-05-16T03:40:43.319Z | Compiling num_enum_derive v0.7.5 |
| 2271 | 2026-05-16T03:40:43.361Z | Compiling async-compression v0.4.41 |
| 2272 | 2026-05-16T03:40:43.718Z | Compiling parse-display-derive v0.10.0 |
| 2273 | 2026-05-16T03:40:43.902Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2274 | 2026-05-16T03:40:44.104Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-05-16T03:40:44.268Z | Compiling proc-macro-crate v1.3.1 |
| 2276 | 2026-05-16T03:40:44.331Z | Compiling backon v1.6.0 |
| 2277 | 2026-05-16T03:40:44.391Z | Compiling waitgroup v0.1.2 |
| 2278 | 2026-05-16T03:40:44.484Z | Compiling password-hash v0.5.0 |
| 2279 | 2026-05-16T03:40:44.542Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2280 | 2026-05-16T03:40:44.542Z | Compiling chacha20 v0.9.1 |
| 2281 | 2026-05-16T03:40:44.597Z | Compiling dropshot_endpoint v0.17.0 |
| 2282 | 2026-05-16T03:40:44.656Z | Compiling rustls-pemfile v2.2.0 |
| 2283 | 2026-05-16T03:40:44.837Z | Compiling blake2 v0.10.6 |
| 2284 | 2026-05-16T03:40:44.935Z | Compiling aead v0.5.2 |
| 2285 | 2026-05-16T03:40:45.014Z | Compiling foreign-types-macros v0.2.3 |
| 2286 | 2026-05-16T03:40:45.083Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2287 | 2026-05-16T03:40:45.084Z | Compiling serde_path_to_error v0.1.20 |
| 2288 | 2026-05-16T03:40:45.329Z | Compiling hostname v0.4.2 |
| 2289 | 2026-05-16T03:40:45.329Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2290 | 2026-05-16T03:40:45.444Z | Compiling proc-macro-error v1.0.4 |
| 2291 | 2026-05-16T03:40:45.578Z | Compiling instant v0.1.13 |
| 2292 | 2026-05-16T03:40:45.578Z | Compiling debug-ignore v1.0.5 |
| 2293 | 2026-05-16T03:40:45.578Z | Compiling cpufeatures v0.3.0 |
| 2294 | 2026-05-16T03:40:45.578Z | Compiling typeid v1.0.3 |
| 2295 | 2026-05-16T03:40:45.684Z | Compiling foreign-types-shared v0.3.1 |
| 2296 | 2026-05-16T03:40:45.684Z | Compiling backoff v0.4.0 |
| 2297 | 2026-05-16T03:40:45.684Z | Compiling chacha20 v0.10.0 |
| 2298 | 2026-05-16T03:40:45.684Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2299 | 2026-05-16T03:40:45.684Z | Compiling parse-display v0.10.0 |
| 2300 | 2026-05-16T03:40:45.732Z | Compiling chacha20poly1305 v0.10.1 |
| 2301 | 2026-05-16T03:40:45.732Z | Compiling foreign-types v0.5.0 |
| 2302 | 2026-05-16T03:40:45.732Z | Compiling argon2 v0.5.3 |
| 2303 | 2026-05-16T03:40:45.790Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2304 | 2026-05-16T03:40:45.791Z | Compiling num_enum_derive v0.5.11 |
| 2305 | 2026-05-16T03:40:45.832Z | Compiling num_enum v0.7.5 |
| 2306 | 2026-05-16T03:40:45.832Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2307 | 2026-05-16T03:40:45.832Z | Compiling vsss-rs v3.3.4 |
| 2308 | 2026-05-16T03:40:45.832Z | Compiling ciborium v0.2.2 |
| 2309 | 2026-05-16T03:40:46.124Z | Compiling tabwriter v1.4.1 |
| 2310 | 2026-05-16T03:40:47.498Z | Compiling regress v0.10.5 |
| 2311 | 2026-05-16T03:40:47.557Z | Compiling byte-wrapper v0.1.0 |
| 2312 | 2026-05-16T03:40:47.557Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2313 | 2026-05-16T03:40:47.557Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2314 | 2026-05-16T03:40:47.557Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2315 | 2026-05-16T03:40:47.557Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2316 | 2026-05-16T03:40:47.557Z | Compiling cstr-argument v0.1.2 |
| 2317 | 2026-05-16T03:40:47.557Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2318 | 2026-05-16T03:40:47.557Z | Compiling erased-serde v0.4.9 |
| 2319 | 2026-05-16T03:40:47.557Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2320 | 2026-05-16T03:40:47.557Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2321 | 2026-05-16T03:40:47.557Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2026-05-16T03:40:47.557Z | Compiling num_enum v0.5.11 |
| 2323 | 2026-05-16T03:40:47.557Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2324 | 2026-05-16T03:40:47.558Z | Compiling rand v0.10.0 |
| 2325 | 2026-05-16T03:40:47.558Z | Compiling rayon v1.11.0 |
| 2326 | 2026-05-16T03:40:47.558Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2327 | 2026-05-16T03:40:47.558Z | Compiling indent_write v2.2.0 |
| 2328 | 2026-05-16T03:40:47.558Z | Compiling libefi-sys v0.1.0 |
| 2329 | 2026-05-16T03:40:47.593Z | Compiling colored v3.1.1 |
| 2330 | 2026-05-16T03:40:47.593Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2331 | 2026-05-16T03:40:47.630Z | Compiling zone_cfg_derive v0.3.1 |
| 2332 | 2026-05-16T03:40:47.642Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2333 | 2026-05-16T03:40:47.741Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2334 | 2026-05-16T03:40:47.762Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2335 | 2026-05-16T03:40:47.886Z | Compiling camino-tempfile v1.4.1 |
| 2336 | 2026-05-16T03:40:48.064Z | Compiling itertools v0.12.1 |
| 2337 | 2026-05-16T03:40:48.159Z | Compiling usdt-attr-macro v0.5.0 |
| 2338 | 2026-05-16T03:40:48.914Z | Compiling usdt-macro v0.5.0 |
| 2339 | 2026-05-16T03:40:48.944Z | Compiling num-derive v0.4.2 |
| 2340 | 2026-05-16T03:40:48.944Z | Compiling bitfield-struct v0.6.2 |
| 2341 | 2026-05-16T03:40:48.944Z | Compiling ordered-float v2.10.1 |
| 2342 | 2026-05-16T03:40:48.944Z | Compiling blake3 v1.8.3 |
| 2343 | 2026-05-16T03:40:48.944Z | Compiling sigpipe v0.1.3 |
| 2344 | 2026-05-16T03:40:48.944Z | Compiling memmap v0.7.0 |
| 2345 | 2026-05-16T03:40:48.944Z | Compiling swrite v0.1.0 |
| 2346 | 2026-05-16T03:40:48.944Z | Compiling glob v0.3.3 |
| 2347 | 2026-05-16T03:40:48.944Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2348 | 2026-05-16T03:40:48.944Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-05-16T03:40:48.944Z | Compiling usdt v0.5.0 |
| 2350 | 2026-05-16T03:40:49.109Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2351 | 2026-05-16T03:40:49.128Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2352 | 2026-05-16T03:40:49.233Z | Compiling serde-value v0.7.0 |
| 2353 | 2026-05-16T03:40:49.517Z | Compiling zone v0.3.1 |
| 2354 | 2026-05-16T03:40:49.535Z | Compiling serde-untagged v0.1.9 |
| 2355 | 2026-05-16T03:40:49.535Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2356 | 2026-05-16T03:40:49.767Z | Compiling toml v0.8.23 |
| 2357 | 2026-05-16T03:40:49.787Z | Compiling smf v0.2.3 |
| 2358 | 2026-05-16T03:40:49.787Z | Compiling filetime v0.2.27 |
| 2359 | 2026-05-16T03:40:49.905Z | Compiling arrayvec v0.7.6 |
| 2360 | 2026-05-16T03:40:49.944Z | Compiling constant_time_eq v0.4.2 |
| 2361 | 2026-05-16T03:40:49.944Z | Compiling arrayref v0.3.9 |
| 2362 | 2026-05-16T03:40:49.971Z | Compiling xattr v1.6.1 |
| 2363 | 2026-05-16T03:40:49.971Z | Compiling whoami v1.6.1 |
| 2364 | 2026-05-16T03:40:50.217Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-05-16T03:40:50.287Z | Compiling unicode-xid v0.2.6 |
| 2366 | 2026-05-16T03:40:50.287Z | Compiling tar v0.4.45 |
| 2367 | 2026-05-16T03:40:50.287Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-05-16T03:40:50.287Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2369 | 2026-05-16T03:40:50.287Z | Compiling cargo-util-schemas v0.8.2 |
| 2370 | 2026-05-16T03:40:50.420Z | Compiling tokio-dtrace v0.1.1 |
| 2371 | 2026-05-16T03:40:50.472Z | Compiling console v0.16.2 |
| 2372 | 2026-05-16T03:40:50.731Z | Compiling gethostname v0.5.0 |
| 2373 | 2026-05-16T03:40:50.783Z | Compiling cargo-platform v0.2.0 |
| 2374 | 2026-05-16T03:40:50.899Z | Compiling unit-prefix v0.5.2 |
| 2375 | 2026-05-16T03:40:50.936Z | Compiling topological-sort v0.2.2 |
| 2376 | 2026-05-16T03:40:50.976Z | Compiling oxide-tokio-rt v0.1.4 |
| 2377 | 2026-05-16T03:40:50.989Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2378 | 2026-05-16T03:40:51.097Z | Compiling indicatif v0.18.4 |
| 2379 | 2026-05-16T03:40:51.131Z | Compiling shell-words v1.1.1 |
| 2380 | 2026-05-16T03:40:51.441Z | Compiling cargo_metadata v0.21.0 |
| 2381 | 2026-05-16T03:41:00.584Z | Compiling progenitor-client v0.14.0 |
| 2382 | 2026-05-16T03:41:00.618Z | Compiling progenitor-client v0.10.0 |
| 2383 | 2026-05-16T03:41:00.618Z | Compiling omicron-zone-package v0.12.2 |
| 2384 | 2026-05-16T03:41:01.075Z | Compiling progenitor-extras v0.2.0 |
| 2385 | 2026-05-16T03:41:03.428Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2386 | 2026-05-16T03:41:03.512Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2387 | 2026-05-16T03:41:03.563Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2388 | 2026-05-16T03:41:03.601Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2389 | 2026-05-16T03:41:03.623Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2390 | 2026-05-16T03:41:03.672Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2391 | 2026-05-16T03:41:03.768Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2392 | 2026-05-16T03:41:03.786Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2393 | 2026-05-16T03:41:03.949Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2394 | 2026-05-16T03:41:08.884Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2395 | 2026-05-16T03:41:15.431Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2396 | 2026-05-16T03:41:18.588Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2397 | 2026-05-16T03:41:20.206Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2398 | 2026-05-16T03:41:29.114Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2399 | 2026-05-16T03:41:29.268Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2400 | 2026-05-16T03:41:29.330Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2401 | 2026-05-16T03:41:29.333Z | Created new build target 'test' and set it as active |
| 2402 | 2026-05-16T03:41:29.333Z | |
| 2403 | 2026-05-16T03:41:29.333Z | real 1:43.561908084 |
| 2404 | 2026-05-16T03:41:29.333Z | user 16:56.977204865 |
| 2405 | 2026-05-16T03:41:29.336Z | sys 2:35.961310232 |
| 2406 | 2026-05-16T03:41:29.336Z | trap 0.443920872 |
| 2407 | 2026-05-16T03:41:29.336Z | tflt 2.924977770 |
| 2408 | 2026-05-16T03:41:29.336Z | dflt 4.230480516 |
| 2409 | 2026-05-16T03:41:29.336Z | kflt 0.000694680 |
| 2410 | 2026-05-16T03:41:29.336Z | lock 52:34.308390968 |
| 2411 | 2026-05-16T03:41:29.336Z | slp 43:01.647688076 |
| 2412 | 2026-05-16T03:41:29.336Z | lat 42.280012548 |
| 2413 | 2026-05-16T03:41:29.336Z | stop 5:29.355505039 |
| 2414 | 2026-05-16T03:41:29.336Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2415 | 2026-05-16T03:41:30.224Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2416 | 2026-05-16T03:41:30.300Z | Running `target/release/omicron-package -t test package` |
| 2417 | 2026-05-16T03:41:30.350Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2418 | 2026-05-16T03:41:31.785Z | Compiling heck v0.5.0 |
| 2419 | 2026-05-16T03:41:31.785Z | Compiling regress v0.11.1 |
| 2420 | 2026-05-16T03:41:31.785Z | Compiling unsafe-libyaml v0.2.11 |
| 2421 | 2026-05-16T03:41:32.046Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2422 | 2026-05-16T03:41:32.072Z | Compiling regress v0.10.5 |
| 2423 | 2026-05-16T03:41:32.095Z | Compiling is-terminal v0.4.17 |
| 2424 | 2026-05-16T03:41:32.095Z | Compiling unicode-width v0.1.14 |
| 2425 | 2026-05-16T03:41:32.144Z | Compiling prettyplease v0.2.37 |
| 2426 | 2026-05-16T03:41:32.156Z | Compiling bytecount v0.6.9 |
| 2427 | 2026-05-16T03:41:32.160Z | Compiling rustls v0.22.4 |
| 2428 | 2026-05-16T03:41:32.160Z | Compiling rustls-webpki v0.102.8 |
| 2429 | 2026-05-16T03:41:32.160Z | Compiling derive-where v1.6.0 |
| 2430 | 2026-05-16T03:41:32.160Z | Compiling thread_local v1.1.9 |
| 2431 | 2026-05-16T03:41:32.176Z | Compiling compression-core v0.4.31 |
| 2432 | 2026-05-16T03:41:32.180Z | Compiling match_cfg v0.1.0 |
| 2433 | 2026-05-16T03:41:32.260Z | Compiling multer v3.1.0 |
| 2434 | 2026-05-16T03:41:32.323Z | Compiling hostname v0.3.1 |
| 2435 | 2026-05-16T03:41:32.327Z | Compiling slog-async v2.8.0 |
| 2436 | 2026-05-16T03:41:32.365Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2437 | 2026-05-16T03:41:32.369Z | Compiling compression-codecs v0.4.37 |
| 2438 | 2026-05-16T03:41:32.369Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2439 | 2026-05-16T03:41:32.426Z | Compiling crossbeam-channel v0.5.15 |
| 2440 | 2026-05-16T03:41:32.430Z | Compiling slog-json v2.6.1 |
| 2441 | 2026-05-16T03:41:32.430Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2442 | 2026-05-16T03:41:32.488Z | Compiling serde_spanned v1.0.4 |
| 2443 | 2026-05-16T03:41:32.509Z | Compiling serde_yaml v0.9.34+deprecated |
| 2444 | 2026-05-16T03:41:32.578Z | Compiling take_mut v0.2.2 |
| 2445 | 2026-05-16T03:41:32.600Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-16T03:41:32.640Z | Compiling term v1.2.1 |
| 2447 | 2026-05-16T03:41:32.669Z | Compiling slog-bunyan v2.5.0 |
| 2448 | 2026-05-16T03:41:32.690Z | Compiling async-compression v0.4.41 |
| 2449 | 2026-05-16T03:41:32.798Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2450 | 2026-05-16T03:41:32.853Z | Compiling async-stream v0.3.6 |
| 2451 | 2026-05-16T03:41:32.882Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2452 | 2026-05-16T03:41:32.963Z | Compiling slog-term v2.9.2 |
| 2453 | 2026-05-16T03:41:33.026Z | Compiling dropshot v0.17.0 |
| 2454 | 2026-05-16T03:41:33.049Z | Compiling num-rational v0.4.2 |
| 2455 | 2026-05-16T03:41:33.076Z | Compiling progenitor-client v0.14.0 |
| 2456 | 2026-05-16T03:41:33.096Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2457 | 2026-05-16T03:41:33.133Z | Compiling waitgroup v0.1.2 |
| 2458 | 2026-05-16T03:41:33.154Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2459 | 2026-05-16T03:41:33.250Z | Compiling backon v1.6.0 |
| 2460 | 2026-05-16T03:41:33.284Z | Compiling rustls-pemfile v2.2.0 |
| 2461 | 2026-05-16T03:41:33.305Z | Compiling num-complex v0.4.6 |
| 2462 | 2026-05-16T03:41:33.383Z | Compiling serde_path_to_error v0.1.20 |
| 2463 | 2026-05-16T03:41:33.403Z | Compiling hostname v0.4.2 |
| 2464 | 2026-05-16T03:41:33.428Z | Compiling instant v0.1.13 |
| 2465 | 2026-05-16T03:41:33.471Z | Compiling debug-ignore v1.0.5 |
| 2466 | 2026-05-16T03:41:33.492Z | Compiling typify-impl v0.6.2 |
| 2467 | 2026-05-16T03:41:33.510Z | Compiling progenitor-extras v0.2.0 |
| 2468 | 2026-05-16T03:41:33.568Z | Compiling backoff v0.4.0 |
| 2469 | 2026-05-16T03:41:33.572Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2470 | 2026-05-16T03:41:33.609Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2471 | 2026-05-16T03:41:33.784Z | Compiling num v0.4.3 |
| 2472 | 2026-05-16T03:41:33.807Z | Compiling parse-display v0.10.0 |
| 2473 | 2026-05-16T03:41:33.807Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2474 | 2026-05-16T03:41:33.848Z | Compiling progenitor-client v0.13.0 |
| 2475 | 2026-05-16T03:41:33.885Z | Compiling progenitor-client v0.10.0 |
| 2476 | 2026-05-16T03:41:33.905Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2477 | 2026-05-16T03:41:33.936Z | Compiling macaddr v1.0.1 |
| 2478 | 2026-05-16T03:41:34.008Z | Compiling float-ord v0.3.2 |
| 2479 | 2026-05-16T03:41:34.121Z | Compiling console v0.15.11 |
| 2480 | 2026-05-16T03:41:34.209Z | Compiling atomicwrites v0.4.4 |
| 2481 | 2026-05-16T03:41:34.218Z | Compiling newline-converter v0.3.0 |
| 2482 | 2026-05-16T03:41:34.299Z | Compiling slog-dtrace v0.3.0 |
| 2483 | 2026-05-16T03:41:34.367Z | Compiling resolv-conf v0.7.6 |
| 2484 | 2026-05-16T03:41:34.388Z | Compiling cancel-safe-futures v0.1.5 |
| 2485 | 2026-05-16T03:41:34.445Z | Compiling owo-colors v4.3.0 |
| 2486 | 2026-05-16T03:41:34.546Z | Compiling tokio-rustls v0.25.0 |
| 2487 | 2026-05-16T03:41:34.590Z | Compiling expectorate v1.2.0 |
| 2488 | 2026-05-16T03:41:34.635Z | Compiling toml v0.8.23 |
| 2489 | 2026-05-16T03:41:34.691Z | Compiling libsw-core v0.3.2 |
| 2490 | 2026-05-16T03:41:34.867Z | Compiling libsw v3.5.0 |
| 2491 | 2026-05-16T03:41:34.915Z | Compiling linked-hash-map v0.5.6 |
| 2492 | 2026-05-16T03:41:35.009Z | Compiling linear-map v1.2.0 |
| 2493 | 2026-05-16T03:41:35.101Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2494 | 2026-05-16T03:41:35.121Z | Compiling lru-cache v0.1.2 |
| 2495 | 2026-05-16T03:41:35.159Z | Compiling minimal-lexical v0.2.1 |
| 2496 | 2026-05-16T03:41:35.212Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2497 | 2026-05-16T03:41:35.262Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2498 | 2026-05-16T03:41:35.290Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-05-16T03:41:35.320Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-05-16T03:41:35.408Z | Compiling nom v7.1.3 |
| 2501 | 2026-05-16T03:41:35.429Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-05-16T03:41:35.472Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2503 | 2026-05-16T03:41:35.617Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2504 | 2026-05-16T03:41:35.850Z | Compiling convert_case v0.10.0 |
| 2505 | 2026-05-16T03:41:36.181Z | Compiling derive_more-impl v2.1.1 |
| 2506 | 2026-05-16T03:41:36.456Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2507 | 2026-05-16T03:41:36.855Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-05-16T03:41:36.878Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2509 | 2026-05-16T03:41:36.958Z | Compiling derive_more v2.1.1 |
| 2510 | 2026-05-16T03:41:36.981Z | Compiling typify-macro v0.6.2 |
| 2511 | 2026-05-16T03:41:37.039Z | Compiling papergrid v0.11.0 |
| 2512 | 2026-05-16T03:41:37.073Z | Compiling tabled_derive v0.7.0 |
| 2513 | 2026-05-16T03:41:37.103Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-16T03:41:37.304Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2515 | 2026-05-16T03:41:37.549Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2516 | 2026-05-16T03:41:37.763Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2517 | 2026-05-16T03:41:37.971Z | Compiling hickory-resolver v0.24.4 |
| 2518 | 2026-05-16T03:41:37.997Z | Compiling tabled v0.15.0 |
| 2519 | 2026-05-16T03:41:38.068Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2520 | 2026-05-16T03:41:38.527Z | Compiling typify v0.6.2 |
| 2521 | 2026-05-16T03:41:38.733Z | Compiling progenitor-impl v0.14.0 |
| 2522 | 2026-05-16T03:41:39.438Z | Compiling progenitor-impl v0.13.0 |
| 2523 | 2026-05-16T03:41:40.878Z | Compiling progenitor-macro v0.14.0 |
| 2524 | 2026-05-16T03:41:41.230Z | Compiling qorb v0.4.1 |
| 2525 | 2026-05-16T03:41:41.608Z | Compiling progenitor-macro v0.13.0 |
| 2526 | 2026-05-16T03:41:42.514Z | Compiling crossterm v0.29.0 |
| 2527 | 2026-05-16T03:41:43.164Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2528 | 2026-05-16T03:41:43.472Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-05-16T03:41:43.573Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2530 | 2026-05-16T03:41:43.734Z | Compiling vte v0.14.1 |
| 2531 | 2026-05-16T03:41:43.872Z | Compiling csv-core v0.1.13 |
| 2532 | 2026-05-16T03:41:43.982Z | Compiling highway v1.3.0 |
| 2533 | 2026-05-16T03:41:44.219Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2534 | 2026-05-16T03:41:44.358Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-05-16T03:41:44.616Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2536 | 2026-05-16T03:41:44.705Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2537 | 2026-05-16T03:41:44.920Z | Compiling csv v1.4.0 |
| 2538 | 2026-05-16T03:41:44.942Z | Compiling progenitor v0.14.0 |
| 2539 | 2026-05-16T03:41:45.123Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-05-16T03:41:45.450Z | Compiling strip-ansi-escapes v0.2.1 |
| 2541 | 2026-05-16T03:41:45.560Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2542 | 2026-05-16T03:41:45.648Z | Compiling progenitor v0.13.0 |
| 2543 | 2026-05-16T03:41:45.805Z | Compiling phf v0.12.1 |
| 2544 | 2026-05-16T03:41:45.828Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2545 | 2026-05-16T03:41:45.916Z | Compiling const_format_proc_macros v0.2.34 |
| 2546 | 2026-05-16T03:41:46.004Z | Compiling fd-lock v4.0.4 |
| 2547 | 2026-05-16T03:41:46.039Z | Compiling peg-macros v0.8.5 |
| 2548 | 2026-05-16T03:41:46.180Z | Compiling nu-ansi-term v0.50.3 |
| 2549 | 2026-05-16T03:41:46.713Z | Compiling const_format v0.2.35 |
| 2550 | 2026-05-16T03:41:46.763Z | Compiling reedline v0.40.0 |
| 2551 | 2026-05-16T03:41:47.213Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2552 | 2026-05-16T03:41:47.306Z | Compiling peg v0.8.5 |
| 2553 | 2026-05-16T03:41:47.415Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2554 | 2026-05-16T03:41:48.320Z | Compiling bcs v0.1.6 |
| 2555 | 2026-05-16T03:41:48.325Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2556 | 2026-05-16T03:41:48.627Z | Compiling semver v0.1.20 |
| 2557 | 2026-05-16T03:41:48.650Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2558 | 2026-05-16T03:41:48.757Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2559 | 2026-05-16T03:41:48.913Z | Compiling rustc_version v0.1.7 |
| 2560 | 2026-05-16T03:41:48.938Z | Compiling humantime v2.3.0 |
| 2561 | 2026-05-16T03:41:49.147Z | Compiling newtype_derive v0.1.6 |
| 2562 | 2026-05-16T03:41:49.375Z | Compiling smawk v0.3.2 |
| 2563 | 2026-05-16T03:41:49.418Z | Compiling unicode-linebreak v0.1.5 |
| 2564 | 2026-05-16T03:41:49.635Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2565 | 2026-05-16T03:41:49.737Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-05-16T03:41:50.005Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-05-16T03:41:50.038Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2568 | 2026-05-16T03:41:50.515Z | Compiling base64 v0.21.7 |
| 2569 | 2026-05-16T03:41:50.659Z | Compiling steno v0.4.1 |
| 2570 | 2026-05-16T03:41:51.097Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2571 | 2026-05-16T03:41:51.234Z | Compiling tagptr v0.2.0 |
| 2572 | 2026-05-16T03:41:51.346Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2573 | 2026-05-16T03:41:51.430Z | Compiling moka v0.12.13 |
| 2574 | 2026-05-16T03:41:51.526Z | Compiling utf-8 v0.7.6 |
| 2575 | 2026-05-16T03:41:51.594Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2576 | 2026-05-16T03:41:51.618Z | Compiling radium v0.7.0 |
| 2577 | 2026-05-16T03:41:51.730Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-05-16T03:41:51.776Z | Compiling tap v1.0.1 |
| 2579 | 2026-05-16T03:41:51.861Z | Compiling maybe-uninit v2.0.0 |
| 2580 | 2026-05-16T03:41:51.921Z | Compiling wyz v0.5.1 |
| 2581 | 2026-05-16T03:41:52.163Z | Compiling zerocopy-derive v0.6.6 |
| 2582 | 2026-05-16T03:41:52.238Z | Compiling crc-catalog v2.4.0 |
| 2583 | 2026-05-16T03:41:52.262Z | Compiling packed_struct v0.10.1 |
| 2584 | 2026-05-16T03:41:52.395Z | Compiling tokio-tungstenite v0.21.0 |
| 2585 | 2026-05-16T03:41:52.540Z | Compiling hickory-resolver v0.25.2 |
| 2586 | 2026-05-16T03:41:52.664Z | Compiling display-error-chain v0.2.2 |
| 2587 | 2026-05-16T03:41:52.786Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2588 | 2026-05-16T03:41:52.845Z | Compiling funty v2.0.0 |
| 2589 | 2026-05-16T03:41:52.938Z | Compiling zerocopy v0.6.6 |
| 2590 | 2026-05-16T03:41:53.321Z | Compiling bitvec v1.0.1 |
| 2591 | 2026-05-16T03:41:53.780Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2592 | 2026-05-16T03:41:53.840Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2593 | 2026-05-16T03:41:53.891Z | Compiling crc v3.4.0 |
| 2594 | 2026-05-16T03:41:54.371Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2595 | 2026-05-16T03:41:54.425Z | Compiling num-derive v0.3.3 |
| 2596 | 2026-05-16T03:41:54.931Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2597 | 2026-05-16T03:41:55.106Z | Compiling packed_struct_codegen v0.10.1 |
| 2598 | 2026-05-16T03:41:55.317Z | Compiling bitfield-macros v0.19.4 |
| 2599 | 2026-05-16T03:41:56.062Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2600 | 2026-05-16T03:41:56.151Z | Compiling indexmap v1.9.3 |
| 2601 | 2026-05-16T03:41:56.388Z | Compiling nodrop v0.1.14 |
| 2602 | 2026-05-16T03:41:56.471Z | Compiling proc-macro-error2 v2.0.1 |
| 2603 | 2026-05-16T03:41:56.524Z | Compiling array-init v0.0.4 |
| 2604 | 2026-05-16T03:41:56.707Z | Compiling bitfield v0.19.4 |
| 2605 | 2026-05-16T03:41:56.803Z | Compiling libscf-sys v1.1.0 |
| 2606 | 2026-05-16T03:41:56.929Z | Compiling smallvec v0.6.14 |
| 2607 | 2026-05-16T03:41:56.977Z | Compiling typify-impl v0.4.3 |
| 2608 | 2026-05-16T03:41:57.045Z | Compiling hashbrown v0.12.3 |
| 2609 | 2026-05-16T03:41:57.136Z | Compiling serde-hex v0.1.0 |
| 2610 | 2026-05-16T03:41:57.181Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2611 | 2026-05-16T03:41:57.270Z | Compiling tabled_derive v0.11.0 |
| 2612 | 2026-05-16T03:41:57.877Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2613 | 2026-05-16T03:41:58.120Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-05-16T03:41:58.214Z | Compiling ron v0.8.1 |
| 2615 | 2026-05-16T03:41:58.294Z | Compiling papergrid v0.17.0 |
| 2616 | 2026-05-16T03:41:58.319Z | Compiling testing_table v0.3.0 |
| 2617 | 2026-05-16T03:41:58.753Z | Compiling hashbrown v0.13.2 |
| 2618 | 2026-05-16T03:41:58.918Z | Compiling vergen-gitcl v1.0.8 |
| 2619 | 2026-05-16T03:41:59.050Z | Compiling dirs-sys-next v0.1.2 |
| 2620 | 2026-05-16T03:41:59.138Z | Compiling diesel_derives v2.3.7 |
| 2621 | 2026-05-16T03:41:59.162Z | Compiling crc-any v2.5.0 |
| 2622 | 2026-05-16T03:41:59.236Z | Compiling glob v0.3.3 |
| 2623 | 2026-05-16T03:41:59.326Z | Compiling maplit v1.0.2 |
| 2624 | 2026-05-16T03:41:59.359Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-05-16T03:41:59.412Z | Compiling object v0.30.4 |
| 2626 | 2026-05-16T03:41:59.449Z | Compiling tabled v0.20.0 |
| 2627 | 2026-05-16T03:41:59.589Z | Compiling dirs-next v2.0.0 |
| 2628 | 2026-05-16T03:41:59.610Z | Compiling clang-sys v1.8.1 |
| 2629 | 2026-05-16T03:41:59.703Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-05-16T03:41:59.735Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2631 | 2026-05-16T03:41:59.972Z | Compiling dsl_auto_type v0.2.0 |
| 2632 | 2026-05-16T03:41:59.992Z | Compiling scheduled-thread-pool v0.2.7 |
| 2633 | 2026-05-16T03:42:00.258Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2634 | 2026-05-16T03:42:00.374Z | Compiling typify-macro v0.4.3 |
| 2635 | 2026-05-16T03:42:00.395Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2636 | 2026-05-16T03:42:00.484Z | Compiling tiny-keccak v2.0.2 |
| 2637 | 2026-05-16T03:42:00.515Z | Compiling xshell-macros v0.2.7 |
| 2638 | 2026-05-16T03:42:00.565Z | Compiling path-slash v0.1.5 |
| 2639 | 2026-05-16T03:42:00.694Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2640 | 2026-05-16T03:42:00.746Z | Compiling r2d2 v0.8.10 |
| 2641 | 2026-05-16T03:42:00.799Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2642 | 2026-05-16T03:42:00.907Z | Compiling xshell v0.2.7 |
| 2643 | 2026-05-16T03:42:01.138Z | Compiling term v0.7.0 |
| 2644 | 2026-05-16T03:42:01.688Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2645 | 2026-05-16T03:42:01.691Z | Compiling downcast-rs v2.0.2 |
| 2646 | 2026-05-16T03:42:01.734Z | Compiling bit-vec v0.6.3 |
| 2647 | 2026-05-16T03:42:01.962Z | Compiling bit-set v0.5.3 |
| 2648 | 2026-05-16T03:42:02.103Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2649 | 2026-05-16T03:42:02.175Z | Compiling ascii-canvas v3.0.0 |
| 2650 | 2026-05-16T03:42:02.195Z | Compiling itertools v0.10.5 |
| 2651 | 2026-05-16T03:42:02.263Z | Compiling ena v0.14.4 |
| 2652 | 2026-05-16T03:42:02.405Z | Compiling libloading v0.8.9 |
| 2653 | 2026-05-16T03:42:02.500Z | Compiling regex-syntax v0.6.29 |
| 2654 | 2026-05-16T03:42:02.637Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2655 | 2026-05-16T03:42:03.277Z | Compiling crc8 v0.1.1 |
| 2656 | 2026-05-16T03:42:03.328Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-05-16T03:42:03.417Z | Compiling diff v0.1.13 |
| 2658 | 2026-05-16T03:42:03.624Z | Compiling unicase v2.9.0 |
| 2659 | 2026-05-16T03:42:03.929Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-05-16T03:42:03.959Z | Compiling typify v0.4.3 |
| 2661 | 2026-05-16T03:42:04.093Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2662 | 2026-05-16T03:42:04.211Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2663 | 2026-05-16T03:42:04.371Z | Compiling cexpr v0.6.0 |
| 2664 | 2026-05-16T03:42:04.473Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2665 | 2026-05-16T03:42:04.693Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2666 | 2026-05-16T03:42:04.838Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2667 | 2026-05-16T03:42:04.872Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2668 | 2026-05-16T03:42:05.007Z | Compiling headers-core v0.3.0 |
| 2669 | 2026-05-16T03:42:05.168Z | Compiling git-stub v1.0.0 |
| 2670 | 2026-05-16T03:42:05.320Z | Compiling diesel v2.3.7 |
| 2671 | 2026-05-16T03:42:05.380Z | Compiling libxml v0.3.3 |
| 2672 | 2026-05-16T03:42:05.405Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2673 | 2026-05-16T03:42:05.527Z | Compiling git-stub-vcs v0.1.0 |
| 2674 | 2026-05-16T03:42:05.686Z | Compiling headers v0.4.1 |
| 2675 | 2026-05-16T03:42:05.891Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2676 | 2026-05-16T03:42:06.837Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-05-16T03:42:07.064Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2678 | 2026-05-16T03:42:07.303Z | Compiling strum_macros v0.24.3 |
| 2679 | 2026-05-16T03:42:07.322Z | Compiling indoc v1.0.9 |
| 2680 | 2026-05-16T03:42:07.522Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-05-16T03:42:07.741Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2682 | 2026-05-16T03:42:07.775Z | Compiling derive_builder v0.20.2 |
| 2683 | 2026-05-16T03:42:07.946Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-05-16T03:42:08.445Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-05-16T03:42:08.483Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-05-16T03:42:08.533Z | Compiling openssl-probe v0.1.6 |
| 2687 | 2026-05-16T03:42:08.663Z | Compiling half v1.8.3 |
| 2688 | 2026-05-16T03:42:08.871Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2026-05-16T03:42:09.143Z | Compiling serde_cbor v0.11.2 |
| 2690 | 2026-05-16T03:42:09.337Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2691 | 2026-05-16T03:42:09.580Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-05-16T03:42:09.603Z | Compiling bb8 v0.8.6 |
| 2693 | 2026-05-16T03:42:09.741Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-05-16T03:42:09.798Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2695 | 2026-05-16T03:42:10.013Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2696 | 2026-05-16T03:42:10.063Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2697 | 2026-05-16T03:42:10.102Z | Compiling samael v0.0.19 |
| 2698 | 2026-05-16T03:42:10.137Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2699 | 2026-05-16T03:42:10.269Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2700 | 2026-05-16T03:42:10.354Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-05-16T03:42:10.375Z | Compiling salty v0.3.0 |
| 2702 | 2026-05-16T03:42:10.680Z | Compiling progenitor-impl v0.11.2 |
| 2703 | 2026-05-16T03:42:10.899Z | Compiling progenitor-impl v0.10.0 |
| 2704 | 2026-05-16T03:42:10.959Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2705 | 2026-05-16T03:42:11.119Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2706 | 2026-05-16T03:42:11.445Z | Compiling polar-core v0.27.3 |
| 2707 | 2026-05-16T03:42:11.503Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-05-16T03:42:11.574Z | Compiling libz-sys v1.1.24 |
| 2709 | 2026-05-16T03:42:11.988Z | Compiling nonempty v0.12.0 |
| 2710 | 2026-05-16T03:42:12.099Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2711 | 2026-05-16T03:42:12.220Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2712 | 2026-05-16T03:42:12.866Z | Compiling progenitor-macro v0.11.2 |
| 2713 | 2026-05-16T03:42:13.029Z | Compiling progenitor-macro v0.10.0 |
| 2714 | 2026-05-16T03:42:14.276Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2715 | 2026-05-16T03:42:14.742Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2716 | 2026-05-16T03:42:15.434Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2717 | 2026-05-16T03:42:15.842Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-05-16T03:42:16.251Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2719 | 2026-05-16T03:42:16.492Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2720 | 2026-05-16T03:42:16.776Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2721 | 2026-05-16T03:42:16.875Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2722 | 2026-05-16T03:42:17.061Z | Compiling progenitor-client v0.11.2 |
| 2723 | 2026-05-16T03:42:17.604Z | Compiling darling_core v0.23.0 |
| 2724 | 2026-05-16T03:42:19.755Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2725 | 2026-05-16T03:42:20.777Z | Compiling oso v0.27.3 |
| 2726 | 2026-05-16T03:42:20.897Z | Compiling nanorand v0.7.0 |
| 2727 | 2026-05-16T03:42:21.312Z | Compiling arc-swap v1.8.2 |
| 2728 | 2026-05-16T03:42:21.553Z | Compiling fs-err v2.11.0 |
| 2729 | 2026-05-16T03:42:21.701Z | Compiling parking_lot_core v0.8.6 |
| 2730 | 2026-05-16T03:42:22.040Z | Compiling mime_guess v2.0.5 |
| 2731 | 2026-05-16T03:42:22.558Z | Compiling diesel-dtrace v0.5.0 |
| 2732 | 2026-05-16T03:42:22.914Z | Compiling async-bb8-diesel v0.2.1 |
| 2733 | 2026-05-16T03:42:23.233Z | Compiling slog-scope v4.4.1 |
| 2734 | 2026-05-16T03:42:23.355Z | Compiling flume v0.11.1 |
| 2735 | 2026-05-16T03:42:23.705Z | Compiling darling_macro v0.23.0 |
| 2736 | 2026-05-16T03:42:23.798Z | Compiling progenitor v0.11.2 |
| 2737 | 2026-05-16T03:42:23.981Z | Compiling progenitor v0.10.0 |
| 2738 | 2026-05-16T03:42:24.167Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2739 | 2026-05-16T03:42:24.193Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2740 | 2026-05-16T03:42:24.447Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2741 | 2026-05-16T03:42:25.661Z | Compiling primeorder v0.13.6 |
| 2742 | 2026-05-16T03:42:25.970Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2743 | 2026-05-16T03:42:26.243Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2744 | 2026-05-16T03:42:26.416Z | Compiling instability v0.3.11 |
| 2745 | 2026-05-16T03:42:26.559Z | Compiling p384 v0.13.1 |
| 2746 | 2026-05-16T03:42:26.715Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2747 | 2026-05-16T03:42:27.261Z | Compiling darling v0.23.0 |
| 2748 | 2026-05-16T03:42:27.449Z | Compiling slog-stdlog v4.1.1 |
| 2749 | 2026-05-16T03:42:28.269Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2750 | 2026-05-16T03:42:28.313Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2751 | 2026-05-16T03:42:28.342Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2752 | 2026-05-16T03:42:28.415Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-05-16T03:42:28.565Z | Compiling ignore v0.4.25 |
| 2754 | 2026-05-16T03:42:28.685Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-05-16T03:42:29.128Z | Compiling castaway v0.2.4 |
| 2756 | 2026-05-16T03:42:29.278Z | Compiling atty v0.2.14 |
| 2757 | 2026-05-16T03:42:29.436Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-16T03:42:29.487Z | Compiling indoc v2.0.7 |
| 2759 | 2026-05-16T03:42:29.666Z | Compiling parse-size v1.1.0 |
| 2760 | 2026-05-16T03:42:29.892Z | Compiling http-range v0.1.5 |
| 2761 | 2026-05-16T03:42:30.066Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2762 | 2026-05-16T03:42:30.312Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-16T03:42:30.636Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-05-16T03:42:30.745Z | Compiling globwalk v0.9.1 |
| 2765 | 2026-05-16T03:42:31.444Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-05-16T03:42:31.915Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-05-16T03:42:32.010Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-16T03:42:33.085Z | Compiling slog-envlogger v2.2.0 |
| 2769 | 2026-05-16T03:42:33.533Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2770 | 2026-05-16T03:42:33.883Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2771 | 2026-05-16T03:42:34.272Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-05-16T03:42:34.296Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2773 | 2026-05-16T03:42:34.609Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-05-16T03:42:34.632Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-05-16T03:42:34.720Z | Compiling unicode-truncate v1.1.0 |
| 2776 | 2026-05-16T03:42:34.773Z | Compiling lru v0.12.5 |
| 2777 | 2026-05-16T03:42:34.938Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2778 | 2026-05-16T03:42:35.001Z | Compiling rand_seeder v0.4.0 |
| 2779 | 2026-05-16T03:42:35.058Z | Compiling prefix-trie v0.7.0 |
| 2780 | 2026-05-16T03:42:35.086Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-05-16T03:42:35.209Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2782 | 2026-05-16T03:42:35.260Z | Compiling vergen-git2 v1.0.7 |
| 2783 | 2026-05-16T03:42:35.477Z | Compiling cassowary v0.3.0 |
| 2784 | 2026-05-16T03:42:35.503Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2785 | 2026-05-16T03:42:35.528Z | Compiling corncobs v0.1.4 |
| 2786 | 2026-05-16T03:42:35.602Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2787 | 2026-05-16T03:42:35.624Z | Compiling hickory-server v0.25.2 |
| 2788 | 2026-05-16T03:42:35.766Z | Compiling ratatui v0.29.0 |
| 2789 | 2026-05-16T03:42:35.786Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-05-16T03:42:35.850Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-05-16T03:42:35.903Z | Compiling camino-tempfile-ext v0.3.3 |
| 2792 | 2026-05-16T03:42:36.123Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-05-16T03:42:36.502Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2794 | 2026-05-16T03:42:36.580Z | Compiling hyper-staticfile v0.10.1 |
| 2795 | 2026-05-16T03:42:37.114Z | Compiling sled v0.34.7 |
| 2796 | 2026-05-16T03:42:37.779Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2797 | 2026-05-16T03:42:37.830Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2798 | 2026-05-16T03:42:38.432Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2799 | 2026-05-16T03:42:39.688Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2800 | 2026-05-16T03:42:39.910Z | Compiling secrecy v0.8.0 |
| 2801 | 2026-05-16T03:42:40.101Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2802 | 2026-05-16T03:42:40.337Z | Compiling rustls v0.21.12 |
| 2803 | 2026-05-16T03:42:40.673Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-05-16T03:42:41.214Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2805 | 2026-05-16T03:42:41.590Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2806 | 2026-05-16T03:42:42.488Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2807 | 2026-05-16T03:42:43.266Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2808 | 2026-05-16T03:42:43.307Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2809 | 2026-05-16T03:42:43.347Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-05-16T03:42:43.966Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-05-16T03:42:44.691Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-05-16T03:42:44.912Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2813 | 2026-05-16T03:42:45.153Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2814 | 2026-05-16T03:42:45.379Z | Compiling sct v0.7.1 |
| 2815 | 2026-05-16T03:42:45.660Z | Compiling rustls-webpki v0.101.7 |
| 2816 | 2026-05-16T03:42:45.835Z | Compiling nix v0.29.0 |
| 2817 | 2026-05-16T03:42:46.151Z | Compiling dropshot v0.16.7 |
| 2818 | 2026-05-16T03:42:46.242Z | Compiling void v1.0.2 |
| 2819 | 2026-05-16T03:42:46.389Z | Compiling lzss v0.8.2 |
| 2820 | 2026-05-16T03:42:46.512Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2821 | 2026-05-16T03:42:46.541Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2822 | 2026-05-16T03:42:46.677Z | Compiling illumos-nvpair v0.3.0 |
| 2823 | 2026-05-16T03:42:47.359Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2824 | 2026-05-16T03:42:47.848Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-05-16T03:42:48.246Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-05-16T03:42:48.483Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-05-16T03:42:48.555Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2828 | 2026-05-16T03:42:49.103Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2829 | 2026-05-16T03:42:49.180Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2830 | 2026-05-16T03:42:49.325Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2831 | 2026-05-16T03:42:49.404Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2832 | 2026-05-16T03:42:49.552Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2833 | 2026-05-16T03:42:49.631Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2834 | 2026-05-16T03:42:49.775Z | Compiling nix v0.27.1 |
| 2835 | 2026-05-16T03:42:50.670Z | Compiling dropshot_endpoint v0.16.7 |
| 2836 | 2026-05-16T03:42:50.763Z | Compiling serde_bytes v0.11.19 |
| 2837 | 2026-05-16T03:42:50.861Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2838 | 2026-05-16T03:42:50.989Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2839 | 2026-05-16T03:42:51.170Z | Compiling tokio-tungstenite v0.23.1 |
| 2840 | 2026-05-16T03:42:51.554Z | Compiling git2 v0.20.4 |
| 2841 | 2026-05-16T03:42:51.611Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2842 | 2026-05-16T03:42:54.349Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2843 | 2026-05-16T03:42:54.579Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2844 | 2026-05-16T03:42:56.588Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-05-16T03:42:56.656Z | Compiling tokio-rustls v0.24.1 |
| 2846 | 2026-05-16T03:42:56.943Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2847 | 2026-05-16T03:42:57.463Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2848 | 2026-05-16T03:42:57.595Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2849 | 2026-05-16T03:42:57.649Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2850 | 2026-05-16T03:42:57.799Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2851 | 2026-05-16T03:42:58.021Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2852 | 2026-05-16T03:42:59.621Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2853 | 2026-05-16T03:42:59.671Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2854 | 2026-05-16T03:43:00.081Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2855 | 2026-05-16T03:43:00.177Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2856 | 2026-05-16T03:43:00.758Z | Compiling rustls-pemfile v1.0.4 |
| 2857 | 2026-05-16T03:43:01.067Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2858 | 2026-05-16T03:43:01.143Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2859 | 2026-05-16T03:43:01.415Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2860 | 2026-05-16T03:43:01.978Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2861 | 2026-05-16T03:43:02.401Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2862 | 2026-05-16T03:43:03.004Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2863 | 2026-05-16T03:43:04.358Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2864 | 2026-05-16T03:43:04.526Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2865 | 2026-05-16T03:43:04.649Z | Compiling signal-hook-tokio v0.3.1 |
| 2866 | 2026-05-16T03:43:04.847Z | Compiling twox-hash v2.1.2 |
| 2867 | 2026-05-16T03:43:04.868Z | Compiling yasna v0.5.2 |
| 2868 | 2026-05-16T03:43:04.903Z | Compiling is_ci v1.2.0 |
| 2869 | 2026-05-16T03:43:05.140Z | Compiling supports-color v3.0.2 |
| 2870 | 2026-05-16T03:43:05.405Z | Compiling rcgen v0.12.1 |
| 2871 | 2026-05-16T03:43:05.434Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2872 | 2026-05-16T03:43:06.077Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2873 | 2026-05-16T03:43:06.423Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2874 | 2026-05-16T03:43:06.822Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2875 | 2026-05-16T03:43:07.381Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2876 | 2026-05-16T03:43:08.355Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2877 | 2026-05-16T03:43:09.120Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2878 | 2026-05-16T03:43:09.841Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2879 | 2026-05-16T03:43:09.898Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2880 | 2026-05-16T03:43:10.119Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2881 | 2026-05-16T03:43:10.344Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2882 | 2026-05-16T03:43:10.581Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2883 | 2026-05-16T03:43:10.804Z | Compiling fatfs v0.3.6 |
| 2884 | 2026-05-16T03:43:11.690Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2885 | 2026-05-16T03:43:11.994Z | Compiling rtoolbox v0.0.3 |
| 2886 | 2026-05-16T03:43:12.137Z | Compiling subprocess v0.2.15 |
| 2887 | 2026-05-16T03:43:12.269Z | Compiling seq-macro v0.3.6 |
| 2888 | 2026-05-16T03:43:12.511Z | Compiling assert_matches v1.5.0 |
| 2889 | 2026-05-16T03:43:12.662Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2890 | 2026-05-16T03:43:12.783Z | Compiling rpassword v7.4.0 |
| 2891 | 2026-05-16T03:43:13.179Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-05-16T03:43:13.644Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2893 | 2026-05-16T03:43:14.347Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2894 | 2026-05-16T03:43:14.491Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2026-05-16T03:43:15.386Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-05-16T03:43:15.677Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-05-16T03:43:15.701Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2898 | 2026-05-16T03:43:16.104Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2899 | 2026-05-16T03:43:16.231Z | Compiling uzers v0.12.2 |
| 2900 | 2026-05-16T03:43:17.558Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-05-16T03:43:17.691Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-05-16T03:43:18.715Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-05-16T03:43:20.153Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-05-16T03:43:21.442Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-05-16T03:43:23.441Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-05-16T03:43:23.621Z | Compiling multimap v0.10.1 |
| 2907 | 2026-05-16T03:43:32.907Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2908 | 2026-05-16T03:43:33.237Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2909 | 2026-05-16T03:43:43.592Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2910 | 2026-05-16T03:43:45.245Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2911 | 2026-05-16T03:48:45.498Z | Finished `release` profile [optimized] target(s) in 7m 15s |
| 2912 | 2026-05-16T03:49:30.533Z | |
| 2913 | 2026-05-16T03:49:30.533Z | real 8:01.177746417 |
| 2914 | 2026-05-16T03:49:30.536Z | user 1:17:17.197746514 |
| 2915 | 2026-05-16T03:49:30.536Z | sys 3:25.804399526 |
| 2916 | 2026-05-16T03:49:30.536Z | trap 1.760505122 |
| 2917 | 2026-05-16T03:49:30.536Z | tflt 2.561498348 |
| 2918 | 2026-05-16T03:49:30.536Z | dflt 17.090005777 |
| 2919 | 2026-05-16T03:49:30.536Z | kflt 0.077303194 |
| 2920 | 2026-05-16T03:49:30.536Z | lock 6:14:28.503973873 |
| 2921 | 2026-05-16T03:49:30.537Z | slp 2:10:53.502315229 |
| 2922 | 2026-05-16T03:49:30.537Z | lat 2:30.876258976 |
| 2923 | 2026-05-16T03:49:30.537Z | stop 5:19.973602832 |
| 2924 | 2026-05-16T03:49:30.537Z | + mapfile -t packages |
| 2925 | 2026-05-16T03:49:30.537Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2926 | 2026-05-16T03:49:31.502Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2927 | 2026-05-16T03:49:31.578Z | Running `target/release/omicron-package -t test list-outputs` |
| 2928 | 2026-05-16T03:49:31.632Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2929 | 2026-05-16T03:49:31.635Z | + ptime -m cargo build --locked --release -p xtask |
| 2930 | 2026-05-16T03:49:32.166Z | Compiling libc v0.2.185 |
| 2931 | 2026-05-16T03:49:32.166Z | Compiling serde v1.0.228 |
| 2932 | 2026-05-16T03:49:32.170Z | Compiling serde_core v1.0.228 |
| 2933 | 2026-05-16T03:49:32.170Z | Compiling rustix v1.1.3 |
| 2934 | 2026-05-16T03:49:32.170Z | Compiling serde_json v1.0.149 |
| 2935 | 2026-05-16T03:49:32.170Z | Compiling bitflags v2.11.0 |
| 2936 | 2026-05-16T03:49:32.306Z | Compiling num-traits v0.2.19 |
| 2937 | 2026-05-16T03:49:32.315Z | Compiling syn v2.0.117 |
| 2938 | 2026-05-16T03:49:32.324Z | Compiling smallvec v1.15.1 |
| 2939 | 2026-05-16T03:49:32.345Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-05-16T03:49:32.348Z | Compiling indexmap v2.14.0 |
| 2941 | 2026-05-16T03:49:32.365Z | Compiling syn v1.0.109 |
| 2942 | 2026-05-16T03:49:32.375Z | Compiling getrandom v0.4.1 |
| 2943 | 2026-05-16T03:49:32.386Z | Compiling percent-encoding v2.3.2 |
| 2944 | 2026-05-16T03:49:32.512Z | Compiling log v0.4.29 |
| 2945 | 2026-05-16T03:49:32.614Z | Compiling form_urlencoded v1.2.2 |
| 2946 | 2026-05-16T03:49:32.737Z | Compiling fs-err v3.3.0 |
| 2947 | 2026-05-16T03:49:32.759Z | Compiling heck v0.4.1 |
| 2948 | 2026-05-16T03:49:32.779Z | Compiling once_cell v1.21.3 |
| 2949 | 2026-05-16T03:49:32.788Z | Compiling anyhow v1.0.102 |
| 2950 | 2026-05-16T03:49:33.004Z | Compiling errno v0.3.14 |
| 2951 | 2026-05-16T03:49:33.004Z | Compiling thread-id v4.2.2 |
| 2952 | 2026-05-16T03:49:33.007Z | Compiling memmap v0.7.0 |
| 2953 | 2026-05-16T03:49:33.330Z | Compiling ordered-float v2.10.1 |
| 2954 | 2026-05-16T03:49:33.844Z | Compiling proc-macro-error v1.0.4 |
| 2955 | 2026-05-16T03:49:34.010Z | Compiling terminal_size v0.4.3 |
| 2956 | 2026-05-16T03:49:34.013Z | Compiling tempfile v3.25.0 |
| 2957 | 2026-05-16T03:49:34.090Z | Compiling tabled_derive v0.7.0 |
| 2958 | 2026-05-16T03:49:34.115Z | Compiling clap_builder v4.5.60 |
| 2959 | 2026-05-16T03:49:34.118Z | Compiling textwrap v0.16.2 |
| 2960 | 2026-05-16T03:49:34.239Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-05-16T03:49:34.771Z | Compiling tabled v0.15.0 |
| 2962 | 2026-05-16T03:49:34.815Z | Compiling synstructure v0.13.2 |
| 2963 | 2026-05-16T03:49:34.815Z | Compiling pest_generator v2.8.6 |
| 2964 | 2026-05-16T03:49:35.205Z | Compiling serde_derive v1.0.228 |
| 2965 | 2026-05-16T03:49:35.205Z | Compiling zerovec-derive v0.11.2 |
| 2966 | 2026-05-16T03:49:35.208Z | Compiling displaydoc v0.2.5 |
| 2967 | 2026-05-16T03:49:35.208Z | Compiling thiserror-impl v1.0.69 |
| 2968 | 2026-05-16T03:49:35.208Z | Compiling zerocopy-derive v0.7.35 |
| 2969 | 2026-05-16T03:49:35.208Z | Compiling scroll_derive v0.12.1 |
| 2970 | 2026-05-16T03:49:35.208Z | Compiling thiserror-impl v2.0.18 |
| 2971 | 2026-05-16T03:49:35.208Z | Compiling clap_derive v4.5.55 |
| 2972 | 2026-05-16T03:49:35.246Z | Compiling zerofrom-derive v0.1.6 |
| 2973 | 2026-05-16T03:49:35.264Z | Compiling yoke-derive v0.8.1 |
| 2974 | 2026-05-16T03:49:35.336Z | Compiling pest_derive v2.8.6 |
| 2975 | 2026-05-16T03:49:35.940Z | Compiling scroll v0.12.0 |
| 2976 | 2026-05-16T03:49:35.996Z | Compiling zerocopy v0.7.35 |
| 2977 | 2026-05-16T03:49:36.240Z | Compiling goblin v0.8.2 |
| 2978 | 2026-05-16T03:49:36.328Z | Compiling thiserror v1.0.69 |
| 2979 | 2026-05-16T03:49:36.408Z | Compiling zerofrom v0.1.6 |
| 2980 | 2026-05-16T03:49:36.431Z | Compiling dtrace-parser v0.2.0 |
| 2981 | 2026-05-16T03:49:36.488Z | Compiling thiserror v2.0.18 |
| 2982 | 2026-05-16T03:49:36.528Z | Compiling yoke v0.8.1 |
| 2983 | 2026-05-16T03:49:36.747Z | Compiling zerovec v0.11.5 |
| 2984 | 2026-05-16T03:49:36.831Z | Compiling zerotrie v0.2.3 |
| 2985 | 2026-05-16T03:49:36.897Z | Compiling clap v4.5.60 |
| 2986 | 2026-05-16T03:49:37.293Z | Compiling tinystr v0.8.2 |
| 2987 | 2026-05-16T03:49:37.343Z | Compiling potential_utf v0.1.4 |
| 2988 | 2026-05-16T03:49:37.537Z | Compiling icu_locale_core v2.1.1 |
| 2989 | 2026-05-16T03:49:37.552Z | Compiling icu_collections v2.1.1 |
| 2990 | 2026-05-16T03:49:38.291Z | Compiling icu_provider v2.1.1 |
| 2991 | 2026-05-16T03:49:38.507Z | Compiling toml_datetime v0.6.11 |
| 2992 | 2026-05-16T03:49:38.648Z | Compiling icu_normalizer v2.1.1 |
| 2993 | 2026-05-16T03:49:38.665Z | Compiling icu_properties v2.1.2 |
| 2994 | 2026-05-16T03:49:38.728Z | Compiling serde_spanned v0.6.9 |
| 2995 | 2026-05-16T03:49:38.831Z | Compiling dof v0.3.0 |
| 2996 | 2026-05-16T03:49:38.873Z | Compiling toml_edit v0.22.27 |
| 2997 | 2026-05-16T03:49:38.909Z | Compiling serde_tokenstream v0.2.3 |
| 2998 | 2026-05-16T03:49:38.972Z | Compiling serde-value v0.7.0 |
| 2999 | 2026-05-16T03:49:39.062Z | Compiling cargo-platform v0.2.0 |
| 3000 | 2026-05-16T03:49:39.220Z | Compiling macaddr v1.0.1 |
| 3001 | 2026-05-16T03:49:39.582Z | Compiling idna_adapter v1.2.1 |
| 3002 | 2026-05-16T03:49:39.719Z | Compiling idna v1.1.0 |
| 3003 | 2026-05-16T03:49:39.730Z | Compiling usdt-macro v0.5.0 |
| 3004 | 2026-05-16T03:49:39.742Z | Compiling usdt-attr-macro v0.5.0 |
| 3005 | 2026-05-16T03:49:40.056Z | Compiling url v2.5.8 |
| 3006 | 2026-05-16T03:49:40.390Z | Compiling usdt v0.5.0 |
| 3007 | 2026-05-16T03:49:40.458Z | Compiling toml v0.8.23 |
| 3008 | 2026-05-16T03:49:40.896Z | Compiling cargo-util-schemas v0.8.2 |
| 3009 | 2026-05-16T03:49:40.922Z | Compiling cargo_toml v0.21.0 |
| 3010 | 2026-05-16T03:49:41.927Z | Compiling cargo_metadata v0.21.0 |
| 3011 | 2026-05-16T03:49:44.999Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3012 | 2026-05-16T03:49:48.028Z | Finished `release` profile [optimized] target(s) in 16.38s |
| 3013 | 2026-05-16T03:49:48.189Z | |
| 3014 | 2026-05-16T03:49:48.190Z | real 16.521806225 |
| 3015 | 2026-05-16T03:49:48.190Z | user 2:21.447342532 |
| 3016 | 2026-05-16T03:49:48.190Z | sys 16.682659003 |
| 3017 | 2026-05-16T03:49:48.190Z | trap 0.094399606 |
| 3018 | 2026-05-16T03:49:48.190Z | tflt 0.506283078 |
| 3019 | 2026-05-16T03:49:48.190Z | dflt 1.504840012 |
| 3020 | 2026-05-16T03:49:48.190Z | kflt 0.000012000 |
| 3021 | 2026-05-16T03:49:48.190Z | lock 5:18.849462992 |
| 3022 | 2026-05-16T03:49:48.193Z | slp 3:28.262485255 |
| 3023 | 2026-05-16T03:49:48.193Z | lat 5.536130369 |
| 3024 | 2026-05-16T03:49:48.193Z | stop 17.801496401 |
| 3025 | 2026-05-16T03:49:48.193Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-05-16T03:49:48.193Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3027 | 2026-05-16T03:49:48.193Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-05-16T03:49:48.193Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3029 | 2026-05-16T03:49:48.193Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3030 | 2026-05-16T03:49:49.144Z | Compiling newtype-uuid-macros v0.1.0 |
| 3031 | 2026-05-16T03:49:49.144Z | Compiling regress v0.10.5 |
| 3032 | 2026-05-16T03:49:49.144Z | Compiling structmeta-derive v0.3.0 |
| 3033 | 2026-05-16T03:49:49.148Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3034 | 2026-05-16T03:49:49.148Z | Compiling rustls v0.22.4 |
| 3035 | 2026-05-16T03:49:49.148Z | Compiling rustls-webpki v0.102.8 |
| 3036 | 2026-05-16T03:49:49.148Z | Compiling multer v3.1.0 |
| 3037 | 2026-05-16T03:49:49.148Z | Compiling compression-core v0.4.31 |
| 3038 | 2026-05-16T03:49:49.148Z | Compiling debug-ignore v1.0.5 |
| 3039 | 2026-05-16T03:49:49.148Z | Compiling match_cfg v0.1.0 |
| 3040 | 2026-05-16T03:49:49.292Z | Compiling slog-json v2.6.1 |
| 3041 | 2026-05-16T03:49:49.295Z | Compiling async-stream-impl v0.3.6 |
| 3042 | 2026-05-16T03:49:49.333Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3043 | 2026-05-16T03:49:49.336Z | Compiling serde_spanned v1.0.4 |
| 3044 | 2026-05-16T03:49:49.378Z | Compiling dropshot v0.17.0 |
| 3045 | 2026-05-16T03:49:49.381Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3046 | 2026-05-16T03:49:49.414Z | Compiling hostname v0.3.1 |
| 3047 | 2026-05-16T03:49:49.502Z | Compiling compression-codecs v0.4.37 |
| 3048 | 2026-05-16T03:49:49.551Z | Compiling slog-bunyan v2.5.0 |
| 3049 | 2026-05-16T03:49:49.565Z | Compiling progenitor-client v0.14.0 |
| 3050 | 2026-05-16T03:49:49.624Z | Compiling itertools v0.14.0 |
| 3051 | 2026-05-16T03:49:49.700Z | Compiling waitgroup v0.1.2 |
| 3052 | 2026-05-16T03:49:49.704Z | Compiling rustls-pemfile v2.2.0 |
| 3053 | 2026-05-16T03:49:49.754Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3054 | 2026-05-16T03:49:49.757Z | Compiling dropshot_endpoint v0.17.0 |
| 3055 | 2026-05-16T03:49:49.785Z | Compiling serde_path_to_error v0.1.20 |
| 3056 | 2026-05-16T03:49:49.862Z | Compiling async-compression v0.4.41 |
| 3057 | 2026-05-16T03:49:49.897Z | Compiling hostname v0.4.2 |
| 3058 | 2026-05-16T03:49:49.931Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3059 | 2026-05-16T03:49:49.948Z | Compiling macaddr v1.0.1 |
| 3060 | 2026-05-16T03:49:49.951Z | Compiling async-stream v0.3.6 |
| 3061 | 2026-05-16T03:49:49.980Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-05-16T03:49:50.060Z | Compiling instant v0.1.13 |
| 3063 | 2026-05-16T03:49:50.130Z | Compiling progenitor-client v0.10.0 |
| 3064 | 2026-05-16T03:49:50.146Z | Compiling backon v1.6.0 |
| 3065 | 2026-05-16T03:49:50.162Z | Compiling backoff v0.4.0 |
| 3066 | 2026-05-16T03:49:50.181Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3067 | 2026-05-16T03:49:50.198Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3068 | 2026-05-16T03:49:50.201Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-05-16T03:49:50.229Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-05-16T03:49:50.232Z | Compiling unsafe-libyaml v0.2.11 |
| 3071 | 2026-05-16T03:49:50.321Z | Compiling progenitor-extras v0.2.0 |
| 3072 | 2026-05-16T03:49:50.352Z | Compiling half v2.7.1 |
| 3073 | 2026-05-16T03:49:50.369Z | Compiling crucible-workspace-hack v0.1.0 |
| 3074 | 2026-05-16T03:49:50.369Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3075 | 2026-05-16T03:49:50.404Z | Compiling structmeta v0.3.0 |
| 3076 | 2026-05-16T03:49:50.404Z | Compiling ciborium-io v0.2.2 |
| 3077 | 2026-05-16T03:49:50.434Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3078 | 2026-05-16T03:49:50.455Z | Compiling regress v0.11.1 |
| 3079 | 2026-05-16T03:49:50.537Z | Compiling aead v0.5.2 |
| 3080 | 2026-05-16T03:49:50.582Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3081 | 2026-05-16T03:49:50.617Z | Compiling convert_case v0.4.0 |
| 3082 | 2026-05-16T03:49:50.637Z | Compiling ciborium-ll v0.2.2 |
| 3083 | 2026-05-16T03:49:50.671Z | Compiling derive-ex v0.1.8 |
| 3084 | 2026-05-16T03:49:50.687Z | Compiling parse-display-derive v0.10.0 |
| 3085 | 2026-05-16T03:49:50.749Z | Compiling poly1305 v0.8.0 |
| 3086 | 2026-05-16T03:49:50.776Z | Compiling chacha20 v0.9.1 |
| 3087 | 2026-05-16T03:49:50.863Z | Compiling serde_yaml v0.9.34+deprecated |
| 3088 | 2026-05-16T03:49:50.883Z | Compiling ciborium v0.2.2 |
| 3089 | 2026-05-16T03:49:50.933Z | Compiling secrecy v0.10.3 |
| 3090 | 2026-05-16T03:49:51.016Z | Compiling derive_more v0.99.20 |
| 3091 | 2026-05-16T03:49:51.033Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3092 | 2026-05-16T03:49:51.061Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3093 | 2026-05-16T03:49:51.077Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-05-16T03:49:51.096Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3095 | 2026-05-16T03:49:51.113Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3096 | 2026-05-16T03:49:51.116Z | Compiling byte-wrapper v0.1.0 |
| 3097 | 2026-05-16T03:49:51.417Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3098 | 2026-05-16T03:49:51.450Z | Compiling blake2 v0.10.6 |
| 3099 | 2026-05-16T03:49:51.477Z | Compiling password-hash v0.5.0 |
| 3100 | 2026-05-16T03:49:51.502Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-05-16T03:49:51.531Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-05-16T03:49:51.548Z | Compiling heapless v0.8.0 |
| 3103 | 2026-05-16T03:49:51.572Z | Compiling ingot-macros v0.1.1 |
| 3104 | 2026-05-16T03:49:51.685Z | Compiling tokio-rustls v0.25.0 |
| 3105 | 2026-05-16T03:49:51.701Z | Compiling tabwriter v1.4.1 |
| 3106 | 2026-05-16T03:49:51.902Z | Compiling argon2 v0.5.3 |
| 3107 | 2026-05-16T03:49:51.957Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3108 | 2026-05-16T03:49:52.035Z | Compiling typify-impl v0.6.2 |
| 3109 | 2026-05-16T03:49:52.130Z | Compiling num-rational v0.4.2 |
| 3110 | 2026-05-16T03:49:52.333Z | Compiling thiserror-no-std v2.0.2 |
| 3111 | 2026-05-16T03:49:52.359Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3112 | 2026-05-16T03:49:52.439Z | Compiling test-strategy v0.4.5 |
| 3113 | 2026-05-16T03:49:52.456Z | Compiling vsss-rs v3.3.4 |
| 3114 | 2026-05-16T03:49:52.474Z | Compiling parse-display v0.10.0 |
| 3115 | 2026-05-16T03:49:52.652Z | Compiling hash32 v0.3.1 |
| 3116 | 2026-05-16T03:49:52.734Z | Compiling num-complex v0.4.6 |
| 3117 | 2026-05-16T03:49:52.751Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3118 | 2026-05-16T03:49:52.808Z | Compiling smoltcp v0.11.0 |
| 3119 | 2026-05-16T03:49:53.013Z | Compiling proc-macro-crate v3.4.0 |
| 3120 | 2026-05-16T03:49:53.064Z | Compiling atomicwrites v0.4.4 |
| 3121 | 2026-05-16T03:49:53.135Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3122 | 2026-05-16T03:49:53.163Z | Compiling num v0.4.3 |
| 3123 | 2026-05-16T03:49:53.214Z | Compiling cobs v0.3.0 |
| 3124 | 2026-05-16T03:49:53.230Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3125 | 2026-05-16T03:49:53.263Z | Compiling colored v3.1.1 |
| 3126 | 2026-05-16T03:49:53.263Z | Compiling float-ord v0.3.2 |
| 3127 | 2026-05-16T03:49:53.315Z | Compiling proc-macro-error v1.0.4 |
| 3128 | 2026-05-16T03:49:53.443Z | Compiling postcard v1.1.3 |
| 3129 | 2026-05-16T03:49:53.474Z | Compiling proc-macro-crate v1.3.1 |
| 3130 | 2026-05-16T03:49:53.507Z | Compiling foreign-types-macros v0.2.3 |
| 3131 | 2026-05-16T03:49:53.530Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3132 | 2026-05-16T03:49:53.627Z | Compiling num_enum_derive v0.7.5 |
| 3133 | 2026-05-16T03:49:53.659Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3134 | 2026-05-16T03:49:53.704Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3135 | 2026-05-16T03:49:53.720Z | Compiling foreign-types-shared v0.3.1 |
| 3136 | 2026-05-16T03:49:53.775Z | Compiling cpufeatures v0.3.0 |
| 3137 | 2026-05-16T03:49:53.823Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3138 | 2026-05-16T03:49:53.839Z | Compiling rayon-core v1.13.0 |
| 3139 | 2026-05-16T03:49:53.857Z | Compiling chacha20 v0.10.0 |
| 3140 | 2026-05-16T03:49:53.945Z | Compiling num_enum_derive v0.5.11 |
| 3141 | 2026-05-16T03:49:53.993Z | Compiling toml v0.8.23 |
| 3142 | 2026-05-16T03:49:54.027Z | Compiling crossbeam-deque v0.8.6 |
| 3143 | 2026-05-16T03:49:54.043Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3144 | 2026-05-16T03:49:54.084Z | Compiling camino-tempfile v1.4.1 |
| 3145 | 2026-05-16T03:49:54.100Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3146 | 2026-05-16T03:49:54.124Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3147 | 2026-05-16T03:49:54.157Z | Compiling foreign-types v0.5.0 |
| 3148 | 2026-05-16T03:49:54.229Z | Compiling cstr-argument v0.1.2 |
| 3149 | 2026-05-16T03:49:54.254Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3150 | 2026-05-16T03:49:54.346Z | Compiling rand v0.10.0 |
| 3151 | 2026-05-16T03:49:54.417Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3152 | 2026-05-16T03:49:54.491Z | Compiling ingot-types v0.1.2 |
| 3153 | 2026-05-16T03:49:54.510Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3154 | 2026-05-16T03:49:54.570Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3155 | 2026-05-16T03:49:54.626Z | Compiling zone_cfg_derive v0.3.1 |
| 3156 | 2026-05-16T03:49:54.655Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3157 | 2026-05-16T03:49:54.673Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3158 | 2026-05-16T03:49:54.700Z | Compiling rayon v1.11.0 |
| 3159 | 2026-05-16T03:49:54.727Z | Compiling itertools v0.12.1 |
| 3160 | 2026-05-16T03:49:54.745Z | Compiling num_enum v0.7.5 |
| 3161 | 2026-05-16T03:49:54.791Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3162 | 2026-05-16T03:49:54.811Z | Compiling num-derive v0.4.2 |
| 3163 | 2026-05-16T03:49:54.893Z | Compiling ingot v0.1.1 |
| 3164 | 2026-05-16T03:49:54.910Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3165 | 2026-05-16T03:49:54.910Z | Compiling sigpipe v0.1.3 |
| 3166 | 2026-05-16T03:49:54.944Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3167 | 2026-05-16T03:49:54.991Z | Compiling prettyplease v0.2.37 |
| 3168 | 2026-05-16T03:49:55.043Z | Compiling glob v0.3.3 |
| 3169 | 2026-05-16T03:49:55.060Z | Compiling num_enum v0.5.11 |
| 3170 | 2026-05-16T03:49:55.195Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3171 | 2026-05-16T03:49:55.212Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3172 | 2026-05-16T03:49:55.215Z | Compiling smf v0.2.3 |
| 3173 | 2026-05-16T03:49:55.269Z | Compiling whoami v1.6.1 |
| 3174 | 2026-05-16T03:49:55.342Z | Compiling usdt-macro v0.5.0 |
| 3175 | 2026-05-16T03:49:55.487Z | Compiling usdt-attr-macro v0.5.0 |
| 3176 | 2026-05-16T03:49:55.524Z | Compiling gethostname v0.5.0 |
| 3177 | 2026-05-16T03:49:55.586Z | Compiling memmap v0.7.0 |
| 3178 | 2026-05-16T03:49:55.674Z | Compiling derive-where v1.6.0 |
| 3179 | 2026-05-16T03:49:55.749Z | Compiling progenitor-client v0.13.0 |
| 3180 | 2026-05-16T03:49:55.772Z | Compiling resolv-conf v0.7.6 |
| 3181 | 2026-05-16T03:49:55.809Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-05-16T03:49:55.824Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3183 | 2026-05-16T03:49:55.969Z | Compiling zone v0.3.1 |
| 3184 | 2026-05-16T03:49:56.006Z | Compiling owo-colors v4.3.0 |
| 3185 | 2026-05-16T03:49:56.100Z | Compiling cancel-safe-futures v0.1.5 |
| 3186 | 2026-05-16T03:49:56.133Z | Compiling libsw-core v0.3.2 |
| 3187 | 2026-05-16T03:49:56.150Z | Compiling console v0.15.11 |
| 3188 | 2026-05-16T03:49:56.232Z | Compiling hickory-proto v0.24.4 |
| 3189 | 2026-05-16T03:49:56.334Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3190 | 2026-05-16T03:49:56.350Z | Compiling usdt v0.5.0 |
| 3191 | 2026-05-16T03:49:56.487Z | Compiling libsw v3.5.0 |
| 3192 | 2026-05-16T03:49:56.503Z | Compiling newline-converter v0.3.0 |
| 3193 | 2026-05-16T03:49:56.655Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3194 | 2026-05-16T03:49:56.673Z | Compiling linear-map v1.2.0 |
| 3195 | 2026-05-16T03:49:56.693Z | Compiling typify-macro v0.6.2 |
| 3196 | 2026-05-16T03:49:56.693Z | Compiling libefi-sys v0.1.0 |
| 3197 | 2026-05-16T03:49:56.727Z | Compiling linked-hash-map v0.5.6 |
| 3198 | 2026-05-16T03:49:56.746Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-05-16T03:49:56.763Z | Compiling git-stub v1.0.0 |
| 3200 | 2026-05-16T03:49:56.780Z | Compiling bitfield-struct v0.6.2 |
| 3201 | 2026-05-16T03:49:56.828Z | Compiling semver v0.1.20 |
| 3202 | 2026-05-16T03:49:56.902Z | Compiling tokio-dtrace v0.1.1 |
| 3203 | 2026-05-16T03:49:56.948Z | Compiling lru-cache v0.1.2 |
| 3204 | 2026-05-16T03:49:56.952Z | Compiling git-stub-vcs v0.1.0 |
| 3205 | 2026-05-16T03:49:56.994Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3206 | 2026-05-16T03:49:57.054Z | Compiling rustc_version v0.1.7 |
| 3207 | 2026-05-16T03:49:57.071Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3208 | 2026-05-16T03:49:57.099Z | Compiling primeorder v0.13.6 |
| 3209 | 2026-05-16T03:49:57.144Z | Compiling slog-dtrace v0.3.0 |
| 3210 | 2026-05-16T03:49:57.188Z | Compiling minimal-lexical v0.2.1 |
| 3211 | 2026-05-16T03:49:57.204Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-05-16T03:49:57.207Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2026-05-16T03:49:57.310Z | Compiling oxide-tokio-rt v0.1.4 |
| 3214 | 2026-05-16T03:49:57.327Z | Compiling newtype_derive v0.1.6 |
| 3215 | 2026-05-16T03:49:57.348Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3216 | 2026-05-16T03:49:57.367Z | Compiling typify-impl v0.4.3 |
| 3217 | 2026-05-16T03:49:57.387Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3218 | 2026-05-16T03:49:57.450Z | Compiling nom v7.1.3 |
| 3219 | 2026-05-16T03:49:57.467Z | Compiling phf_shared v0.12.1 |
| 3220 | 2026-05-16T03:49:57.472Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3221 | 2026-05-16T03:49:57.486Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-05-16T03:49:57.490Z | Compiling csv-core v0.1.13 |
| 3223 | 2026-05-16T03:49:57.639Z | Compiling chrono-tz v0.10.4 |
| 3224 | 2026-05-16T03:49:57.673Z | Compiling highway v1.3.0 |
| 3225 | 2026-05-16T03:49:57.810Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3226 | 2026-05-16T03:49:57.827Z | Compiling xshell-macros v0.2.7 |
| 3227 | 2026-05-16T03:49:57.830Z | Compiling csv v1.4.0 |
| 3228 | 2026-05-16T03:49:57.880Z | Compiling const_format_proc_macros v0.2.34 |
| 3229 | 2026-05-16T03:49:57.898Z | Compiling phf v0.12.1 |
| 3230 | 2026-05-16T03:49:57.983Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3231 | 2026-05-16T03:49:58.097Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3232 | 2026-05-16T03:49:58.247Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3233 | 2026-05-16T03:49:58.250Z | Compiling xshell v0.2.7 |
| 3234 | 2026-05-16T03:49:58.399Z | Compiling hickory-resolver v0.24.4 |
| 3235 | 2026-05-16T03:49:58.504Z | Compiling p384 v0.13.1 |
| 3236 | 2026-05-16T03:49:58.538Z | Compiling typify v0.6.2 |
| 3237 | 2026-05-16T03:49:58.688Z | Compiling progenitor-impl v0.14.0 |
| 3238 | 2026-05-16T03:49:58.747Z | Compiling progenitor-impl v0.13.0 |
| 3239 | 2026-05-16T03:49:58.764Z | Compiling const_format v0.2.35 |
| 3240 | 2026-05-16T03:49:58.794Z | Compiling tabled_derive v0.7.0 |
| 3241 | 2026-05-16T03:49:58.872Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3242 | 2026-05-16T03:49:58.906Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3243 | 2026-05-16T03:49:59.096Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3244 | 2026-05-16T03:49:59.114Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3245 | 2026-05-16T03:49:59.161Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3246 | 2026-05-16T03:49:59.446Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3247 | 2026-05-16T03:49:59.465Z | Compiling qorb v0.4.1 |
| 3248 | 2026-05-16T03:49:59.561Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3249 | 2026-05-16T03:49:59.692Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3250 | 2026-05-16T03:49:59.787Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3251 | 2026-05-16T03:49:59.842Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3252 | 2026-05-16T03:50:00.165Z | Compiling bcs v0.1.6 |
| 3253 | 2026-05-16T03:50:00.184Z | Compiling termtree v0.5.1 |
| 3254 | 2026-05-16T03:50:00.204Z | Compiling tagptr v0.2.0 |
| 3255 | 2026-05-16T03:50:00.371Z | Compiling salty v0.3.0 |
| 3256 | 2026-05-16T03:50:00.399Z | Compiling moka v0.12.13 |
| 3257 | 2026-05-16T03:50:00.466Z | Compiling textwrap v0.16.2 |
| 3258 | 2026-05-16T03:50:00.521Z | Compiling tabled v0.15.0 |
| 3259 | 2026-05-16T03:50:00.675Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3260 | 2026-05-16T03:50:00.697Z | Compiling steno v0.4.1 |
| 3261 | 2026-05-16T03:50:00.831Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3262 | 2026-05-16T03:50:00.914Z | Compiling base64 v0.21.7 |
| 3263 | 2026-05-16T03:50:00.932Z | Compiling humantime v2.3.0 |
| 3264 | 2026-05-16T03:50:00.979Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3265 | 2026-05-16T03:50:01.002Z | Compiling radium v0.7.0 |
| 3266 | 2026-05-16T03:50:01.225Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3267 | 2026-05-16T03:50:01.242Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3268 | 2026-05-16T03:50:01.262Z | Compiling hickory-resolver v0.25.2 |
| 3269 | 2026-05-16T03:50:01.287Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3270 | 2026-05-16T03:50:01.411Z | Compiling progenitor-macro v0.14.0 |
| 3271 | 2026-05-16T03:50:01.483Z | Compiling progenitor-macro v0.13.0 |
| 3272 | 2026-05-16T03:50:01.542Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3273 | 2026-05-16T03:50:01.562Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3274 | 2026-05-16T03:50:01.765Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3275 | 2026-05-16T03:50:02.034Z | Compiling tap v1.0.1 |
| 3276 | 2026-05-16T03:50:02.053Z | Compiling typify-macro v0.4.3 |
| 3277 | 2026-05-16T03:50:02.067Z | Compiling maybe-uninit v2.0.0 |
| 3278 | 2026-05-16T03:50:02.129Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3279 | 2026-05-16T03:50:02.153Z | Compiling wyz v0.5.1 |
| 3280 | 2026-05-16T03:50:02.400Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3281 | 2026-05-16T03:50:02.439Z | Compiling polyval v0.6.2 |
| 3282 | 2026-05-16T03:50:02.451Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3283 | 2026-05-16T03:50:02.696Z | Compiling funty v2.0.0 |
| 3284 | 2026-05-16T03:50:02.712Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3285 | 2026-05-16T03:50:02.766Z | Compiling packed_struct v0.10.1 |
| 3286 | 2026-05-16T03:50:02.897Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3287 | 2026-05-16T03:50:02.927Z | Compiling parking_lot_core v0.8.6 |
| 3288 | 2026-05-16T03:50:02.984Z | Compiling utf-8 v0.7.6 |
| 3289 | 2026-05-16T03:50:03.044Z | Compiling bitvec v1.0.1 |
| 3290 | 2026-05-16T03:50:03.094Z | Compiling proc-macro-error2 v2.0.1 |
| 3291 | 2026-05-16T03:50:03.153Z | Compiling tungstenite v0.21.0 |
| 3292 | 2026-05-16T03:50:03.170Z | Compiling ghash v0.5.1 |
| 3293 | 2026-05-16T03:50:03.241Z | Compiling num-derive v0.3.3 |
| 3294 | 2026-05-16T03:50:03.265Z | Compiling ctr v0.9.2 |
| 3295 | 2026-05-16T03:50:03.298Z | Compiling packed_struct_codegen v0.10.1 |
| 3296 | 2026-05-16T03:50:03.358Z | Compiling ssh-encoding v0.2.0 |
| 3297 | 2026-05-16T03:50:03.382Z | Compiling bitfield-macros v0.19.4 |
| 3298 | 2026-05-16T03:50:03.498Z | Compiling zerocopy-derive v0.6.6 |
| 3299 | 2026-05-16T03:50:03.516Z | Compiling indexmap v1.9.3 |
| 3300 | 2026-05-16T03:50:03.620Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3301 | 2026-05-16T03:50:03.654Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3302 | 2026-05-16T03:50:03.757Z | Compiling nodrop v0.1.14 |
| 3303 | 2026-05-16T03:50:03.840Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3304 | 2026-05-16T03:50:03.882Z | Compiling crc-catalog v2.4.0 |
| 3305 | 2026-05-16T03:50:03.914Z | Compiling typify v0.4.3 |
| 3306 | 2026-05-16T03:50:03.936Z | Compiling array-init v0.0.4 |
| 3307 | 2026-05-16T03:50:04.008Z | Compiling crc v3.4.0 |
| 3308 | 2026-05-16T03:50:04.052Z | Compiling progenitor-impl v0.11.2 |
| 3309 | 2026-05-16T03:50:04.127Z | Compiling tokio-tungstenite v0.21.0 |
| 3310 | 2026-05-16T03:50:04.164Z | Compiling bitfield v0.19.4 |
| 3311 | 2026-05-16T03:50:04.234Z | Compiling libscf-sys v1.1.0 |
| 3312 | 2026-05-16T03:50:04.250Z | Compiling tabled_derive v0.11.0 |
| 3313 | 2026-05-16T03:50:04.321Z | Compiling aes-gcm v0.10.3 |
| 3314 | 2026-05-16T03:50:04.421Z | Compiling smallvec v0.6.14 |
| 3315 | 2026-05-16T03:50:04.438Z | Compiling zerocopy v0.6.6 |
| 3316 | 2026-05-16T03:50:04.540Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-05-16T03:50:04.578Z | Compiling papergrid v0.17.0 |
| 3318 | 2026-05-16T03:50:04.680Z | Compiling testing_table v0.3.0 |
| 3319 | 2026-05-16T03:50:04.765Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3320 | 2026-05-16T03:50:04.819Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3321 | 2026-05-16T03:50:04.835Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3322 | 2026-05-16T03:50:04.868Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3323 | 2026-05-16T03:50:04.900Z | Compiling blowfish v0.9.1 |
| 3324 | 2026-05-16T03:50:05.017Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-05-16T03:50:05.112Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3326 | 2026-05-16T03:50:05.130Z | Compiling unicase v2.9.0 |
| 3327 | 2026-05-16T03:50:05.181Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3328 | 2026-05-16T03:50:05.349Z | Compiling hashbrown v0.12.3 |
| 3329 | 2026-05-16T03:50:05.365Z | Compiling corncobs v0.1.4 |
| 3330 | 2026-05-16T03:50:05.385Z | Compiling mime_guess v2.0.5 |
| 3331 | 2026-05-16T03:50:05.419Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3332 | 2026-05-16T03:50:05.470Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3333 | 2026-05-16T03:50:05.489Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-05-16T03:50:05.506Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3335 | 2026-05-16T03:50:05.579Z | Compiling tabled v0.20.0 |
| 3336 | 2026-05-16T03:50:05.899Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3337 | 2026-05-16T03:50:05.922Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3338 | 2026-05-16T03:50:05.927Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3339 | 2026-05-16T03:50:05.982Z | Compiling parking_lot v0.11.2 |
| 3340 | 2026-05-16T03:50:06.000Z | Compiling serde-hex v0.1.0 |
| 3341 | 2026-05-16T03:50:06.136Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3342 | 2026-05-16T03:50:06.155Z | Compiling ssh-cipher v0.2.0 |
| 3343 | 2026-05-16T03:50:06.285Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3344 | 2026-05-16T03:50:06.361Z | Compiling progenitor-impl v0.10.0 |
| 3345 | 2026-05-16T03:50:06.532Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3346 | 2026-05-16T03:50:06.536Z | Compiling progenitor v0.14.0 |
| 3347 | 2026-05-16T03:50:06.593Z | Compiling progenitor v0.13.0 |
| 3348 | 2026-05-16T03:50:06.671Z | Compiling ron v0.8.1 |
| 3349 | 2026-05-16T03:50:06.675Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3350 | 2026-05-16T03:50:06.725Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3351 | 2026-05-16T03:50:06.772Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3352 | 2026-05-16T03:50:06.790Z | Compiling progenitor-macro v0.11.2 |
| 3353 | 2026-05-16T03:50:07.176Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3354 | 2026-05-16T03:50:07.277Z | Compiling p521 v0.13.3 |
| 3355 | 2026-05-16T03:50:07.314Z | Compiling p256 v0.13.2 |
| 3356 | 2026-05-16T03:50:07.415Z | Compiling hashbrown v0.13.2 |
| 3357 | 2026-05-16T03:50:07.665Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3358 | 2026-05-16T03:50:07.719Z | Compiling progenitor-client v0.11.2 |
| 3359 | 2026-05-16T03:50:07.773Z | Compiling prefix-trie v0.7.0 |
| 3360 | 2026-05-16T03:50:07.944Z | Compiling fxhash v0.2.1 |
| 3361 | 2026-05-16T03:50:07.990Z | Compiling secrecy v0.8.0 |
| 3362 | 2026-05-16T03:50:08.071Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3363 | 2026-05-16T03:50:08.080Z | Compiling crc-any v2.5.0 |
| 3364 | 2026-05-16T03:50:08.127Z | Compiling hickory-server v0.25.2 |
| 3365 | 2026-05-16T03:50:08.198Z | Compiling sled v0.34.7 |
| 3366 | 2026-05-16T03:50:08.264Z | Compiling ssh-key v0.6.7 |
| 3367 | 2026-05-16T03:50:08.303Z | Compiling object v0.30.4 |
| 3368 | 2026-05-16T03:50:08.323Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3369 | 2026-05-16T03:50:08.387Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-05-16T03:50:08.754Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3371 | 2026-05-16T03:50:08.824Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3372 | 2026-05-16T03:50:09.001Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3373 | 2026-05-16T03:50:09.317Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3374 | 2026-05-16T03:50:09.336Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3375 | 2026-05-16T03:50:09.741Z | Compiling progenitor-macro v0.10.0 |
| 3376 | 2026-05-16T03:50:10.078Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3377 | 2026-05-16T03:50:10.183Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3378 | 2026-05-16T03:50:10.590Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3379 | 2026-05-16T03:50:10.735Z | Compiling password-hash v0.4.2 |
| 3380 | 2026-05-16T03:50:10.855Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3381 | 2026-05-16T03:50:11.080Z | Compiling home v0.5.12 |
| 3382 | 2026-05-16T03:50:11.158Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3383 | 2026-05-16T03:50:11.253Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3384 | 2026-05-16T03:50:11.335Z | Compiling path-slash v0.1.5 |
| 3385 | 2026-05-16T03:50:11.353Z | Compiling half v1.8.3 |
| 3386 | 2026-05-16T03:50:11.377Z | Compiling http-range v0.1.5 |
| 3387 | 2026-05-16T03:50:11.393Z | Compiling crc8 v0.1.1 |
| 3388 | 2026-05-16T03:50:11.513Z | Compiling md5 v0.7.0 |
| 3389 | 2026-05-16T03:50:11.547Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3390 | 2026-05-16T03:50:11.605Z | Compiling serde_cbor v0.11.2 |
| 3391 | 2026-05-16T03:50:11.809Z | Compiling pbkdf2 v0.11.0 |
| 3392 | 2026-05-16T03:50:11.828Z | Compiling illumos-nvpair v0.3.0 |
| 3393 | 2026-05-16T03:50:11.845Z | Compiling progenitor v0.11.2 |
| 3394 | 2026-05-16T03:50:12.030Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3395 | 2026-05-16T03:50:12.081Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3396 | 2026-05-16T03:50:12.081Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3397 | 2026-05-16T03:50:12.118Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3398 | 2026-05-16T03:50:12.237Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3399 | 2026-05-16T03:50:12.278Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3400 | 2026-05-16T03:50:12.342Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3401 | 2026-05-16T03:50:12.407Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3402 | 2026-05-16T03:50:12.457Z | Compiling yasna v0.5.2 |
| 3403 | 2026-05-16T03:50:12.474Z | Compiling kstat-rs v0.2.4 |
| 3404 | 2026-05-16T03:50:12.670Z | Compiling headers-core v0.3.0 |
| 3405 | 2026-05-16T03:50:12.802Z | Compiling nanorand v0.7.0 |
| 3406 | 2026-05-16T03:50:12.823Z | Compiling russh-cryptovec v0.7.3 |
| 3407 | 2026-05-16T03:50:12.841Z | Compiling atty v0.2.14 |
| 3408 | 2026-05-16T03:50:12.906Z | Compiling rcgen v0.12.1 |
| 3409 | 2026-05-16T03:50:12.985Z | Compiling russh-keys v0.45.0 |
| 3410 | 2026-05-16T03:50:13.021Z | Compiling flume v0.11.1 |
| 3411 | 2026-05-16T03:50:13.038Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3412 | 2026-05-16T03:50:13.054Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-05-16T03:50:13.057Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3414 | 2026-05-16T03:50:13.121Z | Compiling headers v0.4.1 |
| 3415 | 2026-05-16T03:50:13.164Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3416 | 2026-05-16T03:50:13.209Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3417 | 2026-05-16T03:50:13.273Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3418 | 2026-05-16T03:50:13.370Z | Compiling hyper-staticfile v0.10.1 |
| 3419 | 2026-05-16T03:50:13.484Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3420 | 2026-05-16T03:50:13.643Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3421 | 2026-05-16T03:50:13.881Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3422 | 2026-05-16T03:50:13.897Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3423 | 2026-05-16T03:50:13.918Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3424 | 2026-05-16T03:50:13.942Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3425 | 2026-05-16T03:50:14.099Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3426 | 2026-05-16T03:50:14.253Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3427 | 2026-05-16T03:50:14.263Z | Compiling russh-cryptovec v0.48.0 |
| 3428 | 2026-05-16T03:50:14.448Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3429 | 2026-05-16T03:50:14.474Z | Compiling num-bigint v0.4.6 |
| 3430 | 2026-05-16T03:50:14.487Z | Compiling des v0.8.1 |
| 3431 | 2026-05-16T03:50:14.507Z | Compiling russh-util v0.48.0 |
| 3432 | 2026-05-16T03:50:14.580Z | Compiling subprocess v0.2.15 |
| 3433 | 2026-05-16T03:50:14.723Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-05-16T03:50:14.733Z | Compiling display-error-chain v0.2.2 |
| 3435 | 2026-05-16T03:50:14.733Z | Compiling hex-literal v0.4.1 |
| 3436 | 2026-05-16T03:50:14.734Z | Compiling russh-keys v0.49.2 |
| 3437 | 2026-05-16T03:50:14.803Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3438 | 2026-05-16T03:50:14.856Z | Compiling progenitor v0.10.0 |
| 3439 | 2026-05-16T03:50:14.899Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3440 | 2026-05-16T03:50:15.047Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3441 | 2026-05-16T03:50:15.108Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-05-16T03:50:15.189Z | Compiling colored v2.2.0 |
| 3443 | 2026-05-16T03:50:15.338Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3444 | 2026-05-16T03:50:15.368Z | Compiling socket2 v0.5.10 |
| 3445 | 2026-05-16T03:50:15.587Z | Compiling internet-checksum v0.2.1 |
| 3446 | 2026-05-16T03:50:15.607Z | Compiling russh v0.45.0 |
| 3447 | 2026-05-16T03:50:15.812Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3448 | 2026-05-16T03:50:15.836Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3449 | 2026-05-16T03:50:18.348Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3450 | 2026-05-16T03:50:18.366Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3451 | 2026-05-16T03:50:19.062Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3452 | 2026-05-16T03:50:19.527Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3453 | 2026-05-16T03:50:20.975Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3454 | 2026-05-16T03:50:28.914Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3455 | 2026-05-16T03:50:28.914Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3456 | 2026-05-16T03:50:28.917Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3457 | 2026-05-16T03:50:28.917Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3458 | 2026-05-16T03:50:30.637Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3459 | 2026-05-16T03:50:30.652Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3460 | 2026-05-16T03:50:34.796Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3461 | 2026-05-16T03:51:05.033Z | error[E0432]: unresolved import `russh_keys::key::KeyPair` |
| 3462 | 2026-05-16T03:51:05.033Z | --> end-to-end-tests/src/instance_launch.rs:16:23 |
| 3463 | 2026-05-16T03:51:05.033Z | | |
| 3464 | 2026-05-16T03:51:05.033Z | 16 | use russh_keys::key::{KeyPair, PublicKey}; |
| 3465 | 2026-05-16T03:51:05.033Z | | ^^^^^^^ no `KeyPair` in `key` |
| 3466 | 2026-05-16T03:51:05.033Z | |
| 3467 | 2026-05-16T03:51:05.043Z | error[E0603]: struct `PublicKey` is private |
| 3468 | 2026-05-16T03:51:05.043Z | --> end-to-end-tests/src/instance_launch.rs:16:32 |
| 3469 | 2026-05-16T03:51:05.043Z | | |
| 3470 | 2026-05-16T03:51:05.043Z | 16 | use russh_keys::key::{KeyPair, PublicKey}; |
| 3471 | 2026-05-16T03:51:05.043Z | | ^^^^^^^^^ private struct |
| 3472 | 2026-05-16T03:51:05.043Z | | |
| 3473 | 2026-05-16T03:51:05.043Z | note: the struct `PublicKey` is defined here |
| 3474 | 2026-05-16T03:51:05.043Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.49.2/src/key.rs:17:47 |
| 3475 | 2026-05-16T03:51:05.043Z | | |
| 3476 | 2026-05-16T03:51:05.043Z | 17 | use ssh_key::{Algorithm, EcdsaCurve, HashAlg, PublicKey}; |
| 3477 | 2026-05-16T03:51:05.043Z | | ^^^^^^^^^ |
| 3478 | 2026-05-16T03:51:05.043Z | help: import `PublicKey` directly |
| 3479 | 2026-05-16T03:51:05.043Z | | |
| 3480 | 2026-05-16T03:51:05.043Z | 16 | use russh_keys::key::{KeyPair, ssh_key::public::PublicKey}; |
| 3481 | 2026-05-16T03:51:05.043Z | | +++++++++++++++++ |
| 3482 | 2026-05-16T03:51:05.043Z | |
| 3483 | 2026-05-16T03:51:05.700Z | Some errors have detailed explanations: E0432, E0603. |
| 3484 | 2026-05-16T03:51:05.700Z | For more information about an error, try `rustc --explain E0432`. |
| 3485 | 2026-05-16T03:51:05.808Z | error: could not compile `end-to-end-tests` (lib test) due to 2 previous errors |
| 3486 | 2026-05-16T03:51:05.808Z | warning: build failed, waiting for other jobs to finish... |
| 3487 | 2026-05-16T03:51:11.295Z | |
| 3488 | 2026-05-16T03:51:11.295Z | real 1:23.041600518 |
| 3489 | 2026-05-16T03:51:11.295Z | user 8:05.617092717 |
| 3490 | 2026-05-16T03:51:11.298Z | sys 1:38.605249947 |
| 3491 | 2026-05-16T03:51:11.298Z | trap 0.264199127 |
| 3492 | 2026-05-16T03:51:11.298Z | tflt 0.586128026 |
| 3493 | 2026-05-16T03:51:11.298Z | dflt 1.332795224 |
| 3494 | 2026-05-16T03:51:11.298Z | kflt 0.010927710 |
| 3495 | 2026-05-16T03:51:11.298Z | lock 28:54.341937472 |
| 3496 | 2026-05-16T03:51:11.298Z | slp 18:42.785232817 |
| 3497 | 2026-05-16T03:51:11.298Z | lat 39.185010641 |
| 3498 | 2026-05-16T03:51:11.298Z | stop 2:46.327793781 |
| 3499 | 2026-05-16T03:51:11.298Z | process exited: duration 813734 ms, exit code 101 |
| |
| 3500 | 2026-05-16T03:51:11.305Z | found 0 output files |
| 3501 | 2026-05-16T03:51:11.305Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |