|
|
|
| 1 | 2026-05-12T14:23:42.037Z | job assigned to worker 01KRE93MC0JXA374HWSVY80N60 [factory aws, i-0ce2df5d9fe58b515] (queued for 49 s) |
| |
| 2 | 2026-05-12T14:23:49.688Z | starting task 0: "setup" |
| 3 | 2026-05-12T14:23:49.693Z | ++ uname -s |
| 4 | 2026-05-12T14:23:49.696Z | + kern=SunOS |
| 5 | 2026-05-12T14:23:49.696Z | + build_user=build |
| 6 | 2026-05-12T14:23:49.696Z | + build_uid=12345 |
| 7 | 2026-05-12T14:23:49.696Z | + work_dir=/work |
| 8 | 2026-05-12T14:23:49.696Z | + input_dir=/input |
| 9 | 2026-05-12T14:23:49.696Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T14:23:49.696Z | + case "$kern" in |
| 11 | 2026-05-12T14:23:49.696Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T14:23:49.700Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T14:23:51.708Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T14:23:51.891Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T14:23:51.895Z | + home_fs=zfs |
| 16 | 2026-05-12T14:23:51.895Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T14:23:51.895Z | + mkdir -p /home/build |
| 18 | 2026-05-12T14:23:51.898Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T14:23:53.898Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T14:23:53.902Z | process exited: duration 4216 ms, exit code 0 |
| |
| 21 | 2026-05-12T14:23:53.908Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T14:23:53.915Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T14:23:53.915Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-12T14:23:53.918Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-12T14:23:53.918Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-12T14:23:53.918Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-12T14:23:53.918Z | * rust toolchain profile = "default" |
| 28 | 2026-05-12T14:23:53.918Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T14:23:53.918Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T14:23:53.984Z | info: downloading installer |
| 31 | 2026-05-12T14:23:55.393Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T14:23:55.393Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T14:23:55.393Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T14:23:55.393Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T14:23:55.407Z | info: profile set to default |
| 36 | 2026-05-12T14:23:55.407Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T14:23:55.410Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T14:23:55.542Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T14:23:55.546Z | info: downloading 6 components |
| 40 | 2026-05-12T14:24:10.053Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T14:24:10.053Z | |
| 42 | 2026-05-12T14:24:10.081Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T14:24:10.081Z | |
| 44 | 2026-05-12T14:24:10.081Z | |
| 45 | 2026-05-12T14:24:10.081Z | Rust is installed now. Great! |
| 46 | 2026-05-12T14:24:10.081Z | |
| 47 | 2026-05-12T14:24:10.081Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T14:24:10.081Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T14:24:10.081Z | |
| 50 | 2026-05-12T14:24:10.081Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T14:24:10.081Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T14:24:10.081Z | |
| 53 | 2026-05-12T14:24:10.081Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T14:24:10.085Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T14:24:10.085Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T14:24:10.085Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T14:24:10.085Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T14:24:10.085Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T14:24:10.085Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T14:24:10.085Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T14:24:10.085Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T14:24:10.181Z | + rustup --version |
| 63 | 2026-05-12T14:24:10.187Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T14:24:10.190Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T14:24:10.208Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T14:24:10.211Z | + cargo --version |
| 67 | 2026-05-12T14:24:10.219Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T14:24:10.222Z | + rustc --version |
| 69 | 2026-05-12T14:24:10.243Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T14:24:10.246Z | process exited: duration 16338 ms, exit code 0 |
| |
| 71 | 2026-05-12T14:24:10.252Z | starting task 2: "authentication" |
| 72 | 2026-05-12T14:24:10.270Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-12T14:24:10.275Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T14:24:10.280Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T14:24:10.283Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T14:24:10.315Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T14:24:19.970Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T14:24:19.970Z | + git fetch origin 2d1ee5614de81da992bd9d43c8353d39b052fee2 |
| 79 | 2026-05-12T14:24:20.263Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T14:24:20.263Z | * branch 2d1ee5614de81da992bd9d43c8353d39b052fee2 -> FETCH_HEAD |
| 81 | 2026-05-12T14:24:20.276Z | + [[ -n john/fix-wicket-bgp-config-display ]] |
| 82 | 2026-05-12T14:24:20.279Z | ++ git branch --show-current |
| 83 | 2026-05-12T14:24:20.282Z | + current=main |
| 84 | 2026-05-12T14:24:20.282Z | + [[ main != john/fix-wicket-bgp-config-display ]] |
| 85 | 2026-05-12T14:24:20.282Z | + git branch -f john/fix-wicket-bgp-config-display 2d1ee5614de81da992bd9d43c8353d39b052fee2 |
| 86 | 2026-05-12T14:24:20.285Z | + git checkout -f john/fix-wicket-bgp-config-display |
| 87 | 2026-05-12T14:24:20.521Z | Switched to branch 'john/fix-wicket-bgp-config-display' |
| 88 | 2026-05-12T14:24:20.524Z | + git reset --hard 2d1ee5614de81da992bd9d43c8353d39b052fee2 |
| 89 | 2026-05-12T14:24:20.537Z | HEAD is now at 2d1ee5614 Merge branch 'main' into john/fix-wicket-bgp-config-display |
| 90 | 2026-05-12T14:24:20.540Z | process exited: duration 10262 ms, exit code 0 |
| |
| 91 | 2026-05-12T14:24:20.546Z | starting task 4: "build" |
| 92 | 2026-05-12T14:24:20.552Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-12T14:24:20.552Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-12T14:24:20.552Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-12T14:24:20.555Z | + cargo --version |
| 96 | 2026-05-12T14:24:20.563Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-12T14:24:20.566Z | + rustc --version |
| 98 | 2026-05-12T14:24:20.588Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-12T14:24:20.591Z | + WORK=/work |
| 100 | 2026-05-12T14:24:20.591Z | + pfexec mkdir -p /work |
| 101 | 2026-05-12T14:24:20.593Z | + pfexec chown build /work |
| 102 | 2026-05-12T14:24:20.596Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-12T14:24:22.161Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-12T14:24:22.217Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-12T14:24:22.398Z | Planning: Solver setup ... Done (0.145s) |
| 106 | 2026-05-12T14:24:22.409Z | Planning: Running solver ... Done (0.012s) |
| 107 | 2026-05-12T14:24:22.414Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-12T14:24:22.424Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-12T14:24:22.440Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-12T14:24:22.454Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-12T14:24:22.457Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-12T14:24:22.643Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 113 | 2026-05-12T14:24:22.647Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-12T14:24:23.550Z | Planning: Evaluating mediators ... Done (0.906s) |
| 115 | 2026-05-12T14:24:23.553Z | Planning: Planning completed in 1.31 seconds |
| 116 | 2026-05-12T14:24:23.560Z | Packages to install: 2 |
| 117 | 2026-05-12T14:24:23.560Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-12T14:24:23.560Z | Estimated space to be consumed: 18.34 MB |
| 119 | 2026-05-12T14:24:23.560Z | Create boot environment: No |
| 120 | 2026-05-12T14:24:23.560Z | Create backup boot environment: No |
| 121 | 2026-05-12T14:24:23.560Z | Rebuild boot archive: No |
| 122 | 2026-05-12T14:24:23.563Z | |
| 123 | 2026-05-12T14:24:23.563Z | Changed packages: |
| 124 | 2026-05-12T14:24:23.563Z | helios |
| 125 | 2026-05-12T14:24:23.563Z | developer/build-essential |
| 126 | 2026-05-12T14:24:23.563Z | None -> 11-3.0 |
| 127 | 2026-05-12T14:24:23.563Z | library/libxmlsec1 |
| 128 | 2026-05-12T14:24:23.563Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-12T14:24:23.585Z | |
| 130 | 2026-05-12T14:24:23.585Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-12T14:24:24.268Z | Download: Completed 1.28 MB in 0.68 seconds (1.9M/s) |
| 132 | 2026-05-12T14:24:24.336Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-12T14:24:24.376Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-12T14:24:24.382Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-12T14:24:24.382Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-12T14:24:24.396Z | Finalize: Updating image state ... Done (0.014s) |
| 137 | 2026-05-12T14:24:26.962Z | Finalize: Creating fast lookup database ... Done (2.545s) |
| 138 | 2026-05-12T14:24:27.030Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-12T14:24:27.033Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-12T14:24:27.129Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-12T14:24:27.425Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-12T14:24:27.529Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-12T14:24:27.532Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-12T14:24:27.689Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-12T14:24:27.692Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-12T14:24:27.712Z | Mediators to change: 2 |
| 147 | 2026-05-12T14:24:27.712Z | Create boot environment: No |
| 148 | 2026-05-12T14:24:27.712Z | Create backup boot environment: No |
| 149 | 2026-05-12T14:24:27.783Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-12T14:24:27.783Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-12T14:24:27.793Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-12T14:24:29.752Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-12T14:24:29.811Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-12T14:24:29.814Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-12T14:24:29.902Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-12T14:24:30.181Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-12T14:24:30.284Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-12T14:24:30.287Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-12T14:24:30.442Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-12T14:24:30.445Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-12T14:24:30.465Z | Mediators to change: 1 |
| 162 | 2026-05-12T14:24:30.465Z | Create boot environment: No |
| 163 | 2026-05-12T14:24:30.465Z | Create backup boot environment: No |
| 164 | 2026-05-12T14:24:30.521Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-12T14:24:30.521Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-12T14:24:30.529Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-12T14:24:32.496Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-12T14:24:32.561Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-12T14:24:32.564Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-12T14:24:32.659Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-12T14:24:32.971Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-12T14:24:32.971Z | apache system 2.4 system |
| 173 | 2026-05-12T14:24:32.972Z | clang system 15 system |
| 174 | 2026-05-12T14:24:32.972Z | csh system system illumos |
| 175 | 2026-05-12T14:24:32.972Z | ctags system system illumos |
| 176 | 2026-05-12T14:24:32.972Z | file vendor vendor darwinsys |
| 177 | 2026-05-12T14:24:32.972Z | file system system illumos |
| 178 | 2026-05-12T14:24:32.972Z | gcc vendor 14 vendor |
| 179 | 2026-05-12T14:24:32.972Z | gcc system 13 system |
| 180 | 2026-05-12T14:24:32.972Z | gcc system 10 system |
| 181 | 2026-05-12T14:24:32.972Z | go system 1.25 system |
| 182 | 2026-05-12T14:24:32.972Z | llvm system 15 system |
| 183 | 2026-05-12T14:24:32.972Z | mariadb system 11.4 system |
| 184 | 2026-05-12T14:24:32.972Z | mta vendor vendor dma |
| 185 | 2026-05-12T14:24:32.972Z | openjdk system 17 system |
| 186 | 2026-05-12T14:24:32.972Z | openjdk system 11 system |
| 187 | 2026-05-12T14:24:32.972Z | openssl vendor 3 vendor |
| 188 | 2026-05-12T14:24:32.972Z | perl system 5.40 system |
| 189 | 2026-05-12T14:24:32.972Z | postgresql system 18 system |
| 190 | 2026-05-12T14:24:32.972Z | postgresql system 17 system |
| 191 | 2026-05-12T14:24:32.972Z | python vendor 3 vendor |
| 192 | 2026-05-12T14:24:32.972Z | python system 2 system |
| 193 | 2026-05-12T14:24:32.972Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-12T14:24:32.972Z | ruby system 3.4 system |
| 195 | 2026-05-12T14:24:32.972Z | ruby system 3.0 system |
| 196 | 2026-05-12T14:24:32.972Z | words vendor vendor american-english |
| 197 | 2026-05-12T14:24:32.972Z | words system system australian-english |
| 198 | 2026-05-12T14:24:32.972Z | words system system british-english |
| 199 | 2026-05-12T14:24:32.972Z | words system system canadian-english |
| 200 | 2026-05-12T14:24:32.972Z | words system system french |
| 201 | 2026-05-12T14:24:32.972Z | words system system italian |
| 202 | 2026-05-12T14:24:32.972Z | words system system ngerman |
| 203 | 2026-05-12T14:24:32.972Z | words system system ogerman |
| 204 | 2026-05-12T14:24:32.972Z | words system system spanish |
| 205 | 2026-05-12T14:24:33.226Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-12T14:24:33.226Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-12T14:24:33.490Z | FMRI IFO |
| 208 | 2026-05-12T14:24:33.490Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-12T14:24:33.490Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-12T14:24:33.490Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-12T14:24:33.491Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-12T14:24:33.491Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-12T14:24:33.491Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-12T14:24:33.491Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-12T14:24:33.491Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-12T14:24:33.491Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-12T14:24:33.716Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-12T14:24:33.994Z | Updating crates.io index |
| 219 | 2026-05-12T14:24:33.997Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-12T14:24:34.263Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-12T14:24:35.185Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-12T14:24:35.725Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-12T14:24:36.521Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-12T14:24:37.014Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-12T14:24:38.341Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-12T14:24:39.166Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-12T14:24:39.396Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-12T14:24:40.211Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-12T14:24:40.749Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-12T14:24:41.130Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-12T14:24:41.570Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-12T14:24:42.466Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-12T14:24:42.927Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-12T14:24:43.387Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-12T14:24:43.784Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-12T14:24:44.362Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-12T14:24:44.589Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-12T14:24:44.827Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-12T14:24:45.085Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-12T14:24:45.517Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-12T14:24:45.837Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-12T14:24:46.493Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-12T14:24:46.905Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-12T14:24:47.406Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-12T14:24:48.422Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-12T14:24:48.728Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-12T14:24:49.843Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-12T14:24:50.272Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-12T14:24:50.543Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-12T14:24:50.877Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-12T14:24:51.211Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-12T14:24:51.808Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-12T14:24:52.060Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-12T14:24:52.318Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-12T14:24:52.610Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-12T14:24:52.980Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-12T14:25:04.937Z | Downloading crates ... |
| 258 | 2026-05-12T14:25:04.987Z | Downloaded fastrand v2.3.0 |
| 259 | 2026-05-12T14:25:04.990Z | Downloaded equivalent v1.0.2 |
| 260 | 2026-05-12T14:25:04.994Z | Downloaded getrandom v0.4.1 |
| 261 | 2026-05-12T14:25:04.999Z | Downloaded thiserror v1.0.69 |
| 262 | 2026-05-12T14:25:05.002Z | Downloaded is_terminal_polyfill v1.70.2 |
| 263 | 2026-05-12T14:25:05.005Z | Downloaded anstream v0.6.21 |
| 264 | 2026-05-12T14:25:05.005Z | Downloaded heck v0.5.0 |
| 265 | 2026-05-12T14:25:05.005Z | Downloaded crypto-common v0.1.7 |
| 266 | 2026-05-12T14:25:05.007Z | Downloaded displaydoc v0.2.5 |
| 267 | 2026-05-12T14:25:05.010Z | Downloaded zerovec-derive v0.11.2 |
| 268 | 2026-05-12T14:25:05.010Z | Downloaded usdt v0.5.0 |
| 269 | 2026-05-12T14:25:05.013Z | Downloaded tinystr v0.8.2 |
| 270 | 2026-05-12T14:25:05.014Z | Downloaded litemap v0.8.1 |
| 271 | 2026-05-12T14:25:05.014Z | Downloaded idna_adapter v1.2.1 |
| 272 | 2026-05-12T14:25:05.018Z | Downloaded synstructure v0.13.2 |
| 273 | 2026-05-12T14:25:05.018Z | Downloaded anstyle-parse v0.2.7 |
| 274 | 2026-05-12T14:25:05.018Z | Downloaded usdt-impl v0.5.0 |
| 275 | 2026-05-12T14:25:05.018Z | Downloaded zerofrom v0.1.6 |
| 276 | 2026-05-12T14:25:05.021Z | Downloaded papergrid v0.11.0 |
| 277 | 2026-05-12T14:25:05.021Z | Downloaded usdt-macro v0.5.0 |
| 278 | 2026-05-12T14:25:05.021Z | Downloaded num-traits v0.2.19 |
| 279 | 2026-05-12T14:25:05.024Z | Downloaded anstyle v1.0.13 |
| 280 | 2026-05-12T14:25:05.024Z | Downloaded usdt-attr-macro v0.5.0 |
| 281 | 2026-05-12T14:25:05.024Z | Downloaded ordered-float v2.10.1 |
| 282 | 2026-05-12T14:25:05.027Z | Downloaded unicode-linebreak v0.1.5 |
| 283 | 2026-05-12T14:25:05.027Z | Downloaded toml_write v0.1.2 |
| 284 | 2026-05-12T14:25:05.030Z | Downloaded icu_properties v2.1.2 |
| 285 | 2026-05-12T14:25:05.033Z | Downloaded dof v0.3.0 |
| 286 | 2026-05-12T14:25:05.033Z | Downloaded unicode-xid v0.2.6 |
| 287 | 2026-05-12T14:25:05.036Z | Downloaded thiserror-impl v1.0.69 |
| 288 | 2026-05-12T14:25:05.036Z | Downloaded writeable v0.6.2 |
| 289 | 2026-05-12T14:25:05.036Z | Downloaded byteorder v1.5.0 |
| 290 | 2026-05-12T14:25:05.039Z | Downloaded sha2 v0.10.9 |
| 291 | 2026-05-12T14:25:05.039Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-05-12T14:25:05.039Z | Downloaded thread-id v4.2.2 |
| 293 | 2026-05-12T14:25:05.039Z | Downloaded bytecount v0.6.9 |
| 294 | 2026-05-12T14:25:05.042Z | Downloaded itoa v1.0.17 |
| 295 | 2026-05-12T14:25:05.042Z | Downloaded utf8parse v0.2.2 |
| 296 | 2026-05-12T14:25:05.042Z | Downloaded swrite v0.1.0 |
| 297 | 2026-05-12T14:25:05.045Z | Downloaded typeid v1.0.3 |
| 298 | 2026-05-12T14:25:05.045Z | Downloaded tabled_derive v0.7.0 |
| 299 | 2026-05-12T14:25:05.045Z | Downloaded serde_core v1.0.228 |
| 300 | 2026-05-12T14:25:05.048Z | Downloaded zmij v1.0.21 |
| 301 | 2026-05-12T14:25:05.048Z | Downloaded once_cell v1.21.3 |
| 302 | 2026-05-12T14:25:05.051Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-05-12T14:25:05.051Z | Downloaded form_urlencoded v1.2.2 |
| 304 | 2026-05-12T14:25:05.054Z | Downloaded cpufeatures v0.2.17 |
| 305 | 2026-05-12T14:25:05.054Z | Downloaded clap_lex v1.0.0 |
| 306 | 2026-05-12T14:25:05.054Z | Downloaded block-buffer v0.10.4 |
| 307 | 2026-05-12T14:25:05.057Z | Downloaded toml_datetime v0.6.11 |
| 308 | 2026-05-12T14:25:05.057Z | Downloaded heck v0.4.1 |
| 309 | 2026-05-12T14:25:05.057Z | Downloaded potential_utf v0.1.4 |
| 310 | 2026-05-12T14:25:05.060Z | Downloaded thiserror-impl v2.0.18 |
| 311 | 2026-05-12T14:25:05.060Z | Downloaded zerofrom-derive v0.1.6 |
| 312 | 2026-05-12T14:25:05.060Z | Downloaded version_check v0.9.5 |
| 313 | 2026-05-12T14:25:05.060Z | Downloaded percent-encoding v2.3.2 |
| 314 | 2026-05-12T14:25:05.063Z | Downloaded cargo_toml v0.21.0 |
| 315 | 2026-05-12T14:25:05.066Z | Downloaded anyhow v1.0.102 |
| 316 | 2026-05-12T14:25:05.069Z | Downloaded bitflags v2.11.0 |
| 317 | 2026-05-12T14:25:05.073Z | Downloaded yoke v0.8.1 |
| 318 | 2026-05-12T14:25:05.076Z | Downloaded thiserror v2.0.18 |
| 319 | 2026-05-12T14:25:05.079Z | Downloaded toml_edit v0.22.27 |
| 320 | 2026-05-12T14:25:05.081Z | Downloaded pretty-hex v0.4.1 |
| 321 | 2026-05-12T14:25:05.082Z | Downloaded scroll_derive v0.12.1 |
| 322 | 2026-05-12T14:25:05.082Z | Downloaded anstyle-query v1.1.5 |
| 323 | 2026-05-12T14:25:05.085Z | Downloaded errno v0.3.14 |
| 324 | 2026-05-12T14:25:05.085Z | Downloaded ucd-trie v0.1.7 |
| 325 | 2026-05-12T14:25:05.085Z | Downloaded zerocopy-derive v0.7.35 |
| 326 | 2026-05-12T14:25:05.088Z | Downloaded stable_deref_trait v1.2.1 |
| 327 | 2026-05-12T14:25:05.088Z | Downloaded dtrace-parser v0.2.0 |
| 328 | 2026-05-12T14:25:05.088Z | Downloaded serde_spanned v0.6.9 |
| 329 | 2026-05-12T14:25:05.091Z | Downloaded smawk v0.3.2 |
| 330 | 2026-05-12T14:25:05.091Z | Downloaded cfg-if v1.0.4 |
| 331 | 2026-05-12T14:25:05.094Z | Downloaded zerotrie v0.2.3 |
| 332 | 2026-05-12T14:25:05.094Z | Downloaded memmap v0.7.0 |
| 333 | 2026-05-12T14:25:05.097Z | Downloaded textwrap v0.16.2 |
| 334 | 2026-05-12T14:25:05.097Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-05-12T14:25:05.100Z | Downloaded proc-macro-error-attr v1.0.4 |
| 336 | 2026-05-12T14:25:05.100Z | Downloaded colorchoice v1.0.4 |
| 337 | 2026-05-12T14:25:05.100Z | Downloaded strsim v0.11.1 |
| 338 | 2026-05-12T14:25:05.100Z | Downloaded fnv v1.0.7 |
| 339 | 2026-05-12T14:25:05.100Z | Downloaded toml v0.8.23 |
| 340 | 2026-05-12T14:25:05.103Z | Downloaded typenum v1.19.0 |
| 341 | 2026-05-12T14:25:05.106Z | Downloaded url v2.5.8 |
| 342 | 2026-05-12T14:25:05.109Z | Downloaded generic-array v0.14.7 |
| 343 | 2026-05-12T14:25:05.109Z | Downloaded plain v0.2.3 |
| 344 | 2026-05-12T14:25:05.112Z | Downloaded macaddr v1.0.1 |
| 345 | 2026-05-12T14:25:05.115Z | Downloaded terminal_size v0.4.3 |
| 346 | 2026-05-12T14:25:05.118Z | Downloaded camino-tempfile v1.4.1 |
| 347 | 2026-05-12T14:25:05.118Z | Downloaded winnow v0.7.14 |
| 348 | 2026-05-12T14:25:05.122Z | Downloaded zerovec v0.11.5 |
| 349 | 2026-05-12T14:25:05.125Z | Downloaded zerocopy v0.7.35 |
| 350 | 2026-05-12T14:25:05.133Z | Downloaded unicode-width v0.2.0 |
| 351 | 2026-05-12T14:25:05.137Z | Downloaded serde_tokenstream v0.2.3 |
| 352 | 2026-05-12T14:25:05.140Z | Downloaded erased-serde v0.4.9 |
| 353 | 2026-05-12T14:25:05.140Z | Downloaded digest v0.10.7 |
| 354 | 2026-05-12T14:25:05.140Z | Downloaded unicode-width v0.1.14 |
| 355 | 2026-05-12T14:25:05.143Z | Downloaded pest_generator v2.8.6 |
| 356 | 2026-05-12T14:25:05.146Z | Downloaded fs-err v3.3.0 |
| 357 | 2026-05-12T14:25:05.146Z | Downloaded autocfg v1.5.0 |
| 358 | 2026-05-12T14:25:05.146Z | Downloaded proc-macro-error v1.0.4 |
| 359 | 2026-05-12T14:25:05.149Z | Downloaded cargo-platform v0.2.0 |
| 360 | 2026-05-12T14:25:05.149Z | Downloaded scroll v0.12.0 |
| 361 | 2026-05-12T14:25:05.149Z | Downloaded serde-value v0.7.0 |
| 362 | 2026-05-12T14:25:05.152Z | Downloaded memchr v2.8.0 |
| 363 | 2026-05-12T14:25:05.155Z | Downloaded quote v1.0.45 |
| 364 | 2026-05-12T14:25:05.155Z | Downloaded cargo_metadata v0.21.0 |
| 365 | 2026-05-12T14:25:05.155Z | Downloaded smallvec v1.15.1 |
| 366 | 2026-05-12T14:25:05.158Z | Downloaded serde-untagged v0.1.9 |
| 367 | 2026-05-12T14:25:05.164Z | Downloaded semver v1.0.28 |
| 368 | 2026-05-12T14:25:05.168Z | Downloaded tempfile v3.25.0 |
| 369 | 2026-05-12T14:25:05.172Z | Downloaded pest_derive v2.8.6 |
| 370 | 2026-05-12T14:25:05.178Z | Downloaded camino v1.2.2 |
| 371 | 2026-05-12T14:25:05.181Z | Downloaded icu_provider v2.1.1 |
| 372 | 2026-05-12T14:25:05.190Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-05-12T14:25:05.193Z | Downloaded clap_derive v4.5.55 |
| 374 | 2026-05-12T14:25:05.193Z | Downloaded cargo-util-schemas v0.8.2 |
| 375 | 2026-05-12T14:25:05.196Z | Downloaded clap v4.5.60 |
| 376 | 2026-05-12T14:25:05.201Z | Downloaded log v0.4.29 |
| 377 | 2026-05-12T14:25:05.204Z | Downloaded icu_locale_core v2.1.1 |
| 378 | 2026-05-12T14:25:05.207Z | Downloaded icu_normalizer_data v2.1.1 |
| 379 | 2026-05-12T14:25:05.214Z | Downloaded proc-macro2 v1.0.106 |
| 380 | 2026-05-12T14:25:05.217Z | Downloaded serde v1.0.228 |
| 381 | 2026-05-12T14:25:05.220Z | Downloaded icu_normalizer v2.1.1 |
| 382 | 2026-05-12T14:25:05.223Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-05-12T14:25:05.231Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-05-12T14:25:05.236Z | Downloaded serde_json v1.0.149 |
| 385 | 2026-05-12T14:25:05.243Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-12T14:25:05.254Z | Downloaded pest v2.8.6 |
| 387 | 2026-05-12T14:25:05.258Z | Downloaded idna v1.1.0 |
| 388 | 2026-05-12T14:25:05.268Z | Downloaded hashbrown v0.17.0 |
| 389 | 2026-05-12T14:25:05.272Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-05-12T14:25:05.282Z | Downloaded clap_builder v4.5.60 |
| 391 | 2026-05-12T14:25:05.285Z | Downloaded tabled v0.15.0 |
| 392 | 2026-05-12T14:25:05.293Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-12T14:25:05.300Z | Downloaded syn v1.0.109 |
| 394 | 2026-05-12T14:25:05.309Z | Downloaded syn v2.0.117 |
| 395 | 2026-05-12T14:25:05.327Z | Downloaded rustix v1.1.3 |
| 396 | 2026-05-12T14:25:05.353Z | Downloaded libc v0.2.185 |
| 397 | 2026-05-12T14:25:05.417Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-05-12T14:25:05.417Z | Compiling unicode-ident v1.0.24 |
| 399 | 2026-05-12T14:25:05.421Z | Compiling quote v1.0.45 |
| 400 | 2026-05-12T14:25:05.421Z | Compiling serde_core v1.0.228 |
| 401 | 2026-05-12T14:25:05.421Z | Compiling libc v0.2.185 |
| 402 | 2026-05-12T14:25:05.421Z | Compiling version_check v0.9.5 |
| 403 | 2026-05-12T14:25:05.421Z | Compiling memchr v2.8.0 |
| 404 | 2026-05-12T14:25:05.421Z | Compiling serde v1.0.228 |
| 405 | 2026-05-12T14:25:05.421Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-12T14:25:05.602Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-12T14:25:05.605Z | Compiling autocfg v1.5.0 |
| 408 | 2026-05-12T14:25:05.605Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-12T14:25:05.605Z | Compiling itoa v1.0.17 |
| 410 | 2026-05-12T14:25:05.605Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-12T14:25:05.617Z | Compiling litemap v0.8.1 |
| 412 | 2026-05-12T14:25:05.799Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-12T14:25:05.864Z | Compiling icu_normalizer_data v2.1.1 |
| 414 | 2026-05-12T14:25:05.985Z | Compiling byteorder v1.5.0 |
| 415 | 2026-05-12T14:25:06.030Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-12T14:25:06.086Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-12T14:25:06.104Z | Compiling bitflags v2.11.0 |
| 418 | 2026-05-12T14:25:06.107Z | Compiling serde_json v1.0.149 |
| 419 | 2026-05-12T14:25:06.125Z | Compiling pest v2.8.6 |
| 420 | 2026-05-12T14:25:06.262Z | Compiling num-traits v0.2.19 |
| 421 | 2026-05-12T14:25:06.331Z | Compiling equivalent v1.0.2 |
| 422 | 2026-05-12T14:25:06.420Z | Compiling typeid v1.0.3 |
| 423 | 2026-05-12T14:25:06.424Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-12T14:25:06.472Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-12T14:25:06.475Z | Compiling usdt-impl v0.5.0 |
| 426 | 2026-05-12T14:25:06.492Z | Compiling proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-12T14:25:06.495Z | Compiling syn v1.0.109 |
| 428 | 2026-05-12T14:25:06.528Z | Compiling toml_write v0.1.2 |
| 429 | 2026-05-12T14:25:06.663Z | Compiling errno v0.3.14 |
| 430 | 2026-05-12T14:25:06.685Z | Compiling thread-id v4.2.2 |
| 431 | 2026-05-12T14:25:06.703Z | Compiling winnow v0.7.14 |
| 432 | 2026-05-12T14:25:06.721Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-05-12T14:25:06.785Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2026-05-12T14:25:06.803Z | Compiling utf8parse v0.2.2 |
| 435 | 2026-05-12T14:25:06.878Z | Compiling log v0.4.29 |
| 436 | 2026-05-12T14:25:06.913Z | Compiling utf8_iter v1.0.4 |
| 437 | 2026-05-12T14:25:06.952Z | Compiling plain v0.2.3 |
| 438 | 2026-05-12T14:25:06.970Z | Compiling camino v1.2.2 |
| 439 | 2026-05-12T14:25:06.988Z | Compiling percent-encoding v2.3.2 |
| 440 | 2026-05-12T14:25:07.034Z | Compiling indexmap v2.14.0 |
| 441 | 2026-05-12T14:25:07.113Z | Compiling thiserror v2.0.18 |
| 442 | 2026-05-12T14:25:07.116Z | Compiling getrandom v0.4.1 |
| 443 | 2026-05-12T14:25:07.148Z | Compiling anstyle-parse v0.2.7 |
| 444 | 2026-05-12T14:25:07.184Z | Compiling form_urlencoded v1.2.2 |
| 445 | 2026-05-12T14:25:07.248Z | Compiling syn v2.0.117 |
| 446 | 2026-05-12T14:25:07.274Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-12T14:25:07.387Z | Compiling pretty-hex v0.4.1 |
| 448 | 2026-05-12T14:25:07.406Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-12T14:25:07.499Z | Compiling cfg-if v1.0.4 |
| 450 | 2026-05-12T14:25:07.517Z | Compiling anstyle v1.0.13 |
| 451 | 2026-05-12T14:25:07.554Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-05-12T14:25:07.575Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-05-12T14:25:07.599Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-05-12T14:25:07.711Z | Compiling fs-err v3.3.0 |
| 455 | 2026-05-12T14:25:07.749Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-12T14:25:07.752Z | Compiling unicode-xid v0.2.6 |
| 457 | 2026-05-12T14:25:07.785Z | Compiling fnv v1.0.7 |
| 458 | 2026-05-12T14:25:07.790Z | Compiling bytecount v0.6.9 |
| 459 | 2026-05-12T14:25:07.822Z | Compiling terminal_size v0.4.3 |
| 460 | 2026-05-12T14:25:07.822Z | Compiling clap_lex v1.0.0 |
| 461 | 2026-05-12T14:25:07.878Z | Compiling once_cell v1.21.3 |
| 462 | 2026-05-12T14:25:07.898Z | Compiling heck v0.4.1 |
| 463 | 2026-05-12T14:25:07.915Z | Compiling strsim v0.11.1 |
| 464 | 2026-05-12T14:25:07.931Z | Compiling heck v0.5.0 |
| 465 | 2026-05-12T14:25:07.955Z | Compiling fastrand v2.3.0 |
| 466 | 2026-05-12T14:25:07.979Z | Compiling anyhow v1.0.102 |
| 467 | 2026-05-12T14:25:08.150Z | Compiling semver v1.0.28 |
| 468 | 2026-05-12T14:25:08.198Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-05-12T14:25:08.218Z | Compiling tempfile v3.25.0 |
| 470 | 2026-05-12T14:25:08.261Z | Compiling clap_builder v4.5.60 |
| 471 | 2026-05-12T14:25:08.316Z | Compiling memmap v0.7.0 |
| 472 | 2026-05-12T14:25:08.316Z | Compiling unicode-width v0.2.0 |
| 473 | 2026-05-12T14:25:08.414Z | Compiling smawk v0.3.2 |
| 474 | 2026-05-12T14:25:08.525Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-12T14:25:08.530Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-05-12T14:25:08.577Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-12T14:25:08.587Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-05-12T14:25:08.652Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-05-12T14:25:08.671Z | Compiling swrite v0.1.0 |
| 480 | 2026-05-12T14:25:08.791Z | Compiling textwrap v0.16.2 |
| 481 | 2026-05-12T14:25:09.139Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-05-12T14:25:09.769Z | Compiling tabled v0.15.0 |
| 483 | 2026-05-12T14:25:09.873Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-12T14:25:09.887Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-12T14:25:10.429Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-05-12T14:25:10.432Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-05-12T14:25:10.432Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-05-12T14:25:10.432Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-05-12T14:25:10.432Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-05-12T14:25:10.432Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-05-12T14:25:10.432Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-05-12T14:25:10.432Z | Compiling scroll_derive v0.12.1 |
| 493 | 2026-05-12T14:25:10.432Z | Compiling thiserror-impl v2.0.18 |
| 494 | 2026-05-12T14:25:10.432Z | Compiling clap_derive v4.5.55 |
| 495 | 2026-05-12T14:25:10.519Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-12T14:25:11.112Z | Compiling scroll v0.12.0 |
| 497 | 2026-05-12T14:25:11.254Z | Compiling zerocopy v0.7.35 |
| 498 | 2026-05-12T14:25:11.337Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-12T14:25:11.558Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-12T14:25:11.660Z | Compiling yoke v0.8.1 |
| 501 | 2026-05-12T14:25:11.700Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2026-05-12T14:25:11.808Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-12T14:25:11.808Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-12T14:25:11.843Z | Compiling clap v4.5.60 |
| 505 | 2026-05-12T14:25:12.211Z | Compiling tinystr v0.8.2 |
| 506 | 2026-05-12T14:25:12.211Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-05-12T14:25:12.325Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-05-12T14:25:12.350Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-05-12T14:25:12.878Z | Compiling icu_provider v2.1.1 |
| 510 | 2026-05-12T14:25:12.894Z | Compiling dof v0.3.0 |
| 511 | 2026-05-12T14:25:12.897Z | Compiling serde_tokenstream v0.2.3 |
| 512 | 2026-05-12T14:25:12.910Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-12T14:25:12.927Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-12T14:25:12.930Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-12T14:25:12.930Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-12T14:25:12.930Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-12T14:25:13.174Z | Compiling icu_normalizer v2.1.1 |
| 518 | 2026-05-12T14:25:13.174Z | Compiling icu_properties v2.1.2 |
| 519 | 2026-05-12T14:25:13.208Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-05-12T14:25:13.653Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2026-05-12T14:25:13.656Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-12T14:25:13.982Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-05-12T14:25:14.088Z | Compiling idna v1.1.0 |
| 524 | 2026-05-12T14:25:14.227Z | Compiling usdt v0.5.0 |
| 525 | 2026-05-12T14:25:14.341Z | Compiling url v2.5.8 |
| 526 | 2026-05-12T14:25:14.490Z | Compiling toml v0.8.23 |
| 527 | 2026-05-12T14:25:14.818Z | Compiling cargo-util-schemas v0.8.2 |
| 528 | 2026-05-12T14:25:14.818Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-12T14:25:15.588Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-05-12T14:25:16.501Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-05-12T14:25:18.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.06s |
| 532 | 2026-05-12T14:25:18.893Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-05-12T14:25:19.444Z | Downloading crates ... |
| 534 | 2026-05-12T14:25:19.541Z | Downloaded ascii-canvas v3.0.0 |
| 535 | 2026-05-12T14:25:19.546Z | Downloaded cbc v0.1.2 |
| 536 | 2026-05-12T14:25:19.549Z | Downloaded aead v0.5.2 |
| 537 | 2026-05-12T14:25:19.549Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-05-12T14:25:19.552Z | Downloaded arrayvec v0.7.6 |
| 539 | 2026-05-12T14:25:19.552Z | Downloaded ar_archive_writer v0.5.1 |
| 540 | 2026-05-12T14:25:19.555Z | Downloaded async-stream v0.3.6 |
| 541 | 2026-05-12T14:25:19.562Z | Downloaded blake3 v1.8.3 |
| 542 | 2026-05-12T14:25:19.567Z | Downloaded darling_macro v0.21.3 |
| 543 | 2026-05-12T14:25:19.570Z | Downloaded critical-section v1.2.0 |
| 544 | 2026-05-12T14:25:19.570Z | Downloaded cassowary v0.3.0 |
| 545 | 2026-05-12T14:25:19.570Z | Downloaded darling v0.23.0 |
| 546 | 2026-05-12T14:25:19.573Z | Downloaded cmake v0.1.57 |
| 547 | 2026-05-12T14:25:19.576Z | Downloaded float-cmp v0.10.0 |
| 548 | 2026-05-12T14:25:19.576Z | Downloaded dirs-sys-next v0.1.2 |
| 549 | 2026-05-12T14:25:19.579Z | Downloaded block-padding v0.3.3 |
| 550 | 2026-05-12T14:25:19.579Z | Downloaded flagset v0.4.7 |
| 551 | 2026-05-12T14:25:19.579Z | Downloaded endian-type v0.1.2 |
| 552 | 2026-05-12T14:25:19.579Z | Downloaded bit-set v0.8.0 |
| 553 | 2026-05-12T14:25:19.582Z | Downloaded bit-vec v0.6.3 |
| 554 | 2026-05-12T14:25:19.582Z | Downloaded bit-set v0.5.3 |
| 555 | 2026-05-12T14:25:19.582Z | Downloaded env_filter v1.0.0 |
| 556 | 2026-05-12T14:25:19.585Z | Downloaded dunce v1.0.5 |
| 557 | 2026-05-12T14:25:19.585Z | Downloaded atomic-waker v1.1.2 |
| 558 | 2026-05-12T14:25:19.585Z | Downloaded assert_matches v1.5.0 |
| 559 | 2026-05-12T14:25:19.588Z | Downloaded array-init v0.0.4 |
| 560 | 2026-05-12T14:25:19.588Z | Downloaded backoff v0.4.0 |
| 561 | 2026-05-12T14:25:19.588Z | Downloaded backon v1.6.0 |
| 562 | 2026-05-12T14:25:19.591Z | Downloaded crunchy v0.2.4 |
| 563 | 2026-05-12T14:25:19.591Z | Downloaded crc32fast v1.5.0 |
| 564 | 2026-05-12T14:25:19.594Z | Downloaded embedded-io v0.6.1 |
| 565 | 2026-05-12T14:25:19.594Z | Downloaded csv-core v0.1.13 |
| 566 | 2026-05-12T14:25:19.594Z | Downloaded bitfield-macros v0.19.4 |
| 567 | 2026-05-12T14:25:19.597Z | Downloaded const-oid v0.9.6 |
| 568 | 2026-05-12T14:25:19.597Z | Downloaded cargo-platform v0.1.9 |
| 569 | 2026-05-12T14:25:19.599Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 570 | 2026-05-12T14:25:19.600Z | Downloaded derive_builder_macro v0.20.2 |
| 571 | 2026-05-12T14:25:19.600Z | Downloaded cobs v0.3.0 |
| 572 | 2026-05-12T14:25:19.603Z | Downloaded cfg_aliases v0.1.1 |
| 573 | 2026-05-12T14:25:19.603Z | Downloaded crossbeam-epoch v0.9.18 |
| 574 | 2026-05-12T14:25:19.603Z | Downloaded enum-as-inner v0.6.1 |
| 575 | 2026-05-12T14:25:19.605Z | Downloaded castaway v0.2.4 |
| 576 | 2026-05-12T14:25:19.605Z | Downloaded atty v0.2.14 |
| 577 | 2026-05-12T14:25:19.608Z | Downloaded filetime v0.2.27 |
| 578 | 2026-05-12T14:25:19.608Z | Downloaded erased-serde v0.3.31 |
| 579 | 2026-05-12T14:25:19.608Z | Downloaded fixedbitset v0.5.7 |
| 580 | 2026-05-12T14:25:19.611Z | Downloaded ed25519 v2.2.3 |
| 581 | 2026-05-12T14:25:19.611Z | Downloaded compression-core v0.4.31 |
| 582 | 2026-05-12T14:25:19.614Z | Downloaded bitfield-struct v0.6.2 |
| 583 | 2026-05-12T14:25:19.614Z | Downloaded arrayref v0.3.9 |
| 584 | 2026-05-12T14:25:19.614Z | Downloaded derive-ex v0.1.8 |
| 585 | 2026-05-12T14:25:19.617Z | Downloaded defmt-macros v1.0.1 |
| 586 | 2026-05-12T14:25:19.617Z | Downloaded darling_macro v0.20.11 |
| 587 | 2026-05-12T14:25:19.617Z | Downloaded debug-ignore v1.0.5 |
| 588 | 2026-05-12T14:25:19.621Z | Downloaded blake2 v0.10.6 |
| 589 | 2026-05-12T14:25:19.621Z | Downloaded bcs v0.1.6 |
| 590 | 2026-05-12T14:25:19.623Z | Downloaded async-stream-impl v0.3.6 |
| 591 | 2026-05-12T14:25:19.623Z | Downloaded bitfield v0.19.4 |
| 592 | 2026-05-12T14:25:19.623Z | Downloaded argon2 v0.5.3 |
| 593 | 2026-05-12T14:25:19.626Z | Downloaded async-recursion v1.1.1 |
| 594 | 2026-05-12T14:25:19.626Z | Downloaded bb8 v0.8.6 |
| 595 | 2026-05-12T14:25:19.629Z | Downloaded darling_macro v0.23.0 |
| 596 | 2026-05-12T14:25:19.629Z | Downloaded cpufeatures v0.3.0 |
| 597 | 2026-05-12T14:25:19.629Z | Downloaded diesel-dtrace v0.5.0 |
| 598 | 2026-05-12T14:25:19.633Z | Downloaded derive_builder_core v0.20.2 |
| 599 | 2026-05-12T14:25:19.633Z | Downloaded cstr-argument v0.1.2 |
| 600 | 2026-05-12T14:25:19.633Z | Downloaded crucible-workspace-hack v0.1.0 |
| 601 | 2026-05-12T14:25:19.635Z | Downloaded daft-derive v0.1.5 |
| 602 | 2026-05-12T14:25:19.636Z | Downloaded ciborium-io v0.2.2 |
| 603 | 2026-05-12T14:25:19.639Z | Downloaded defmt v1.0.1 |
| 604 | 2026-05-12T14:25:19.642Z | Downloaded drift v0.1.4 |
| 605 | 2026-05-12T14:25:19.646Z | Downloaded embedded-io v0.4.0 |
| 606 | 2026-05-12T14:25:19.649Z | Downloaded ciborium-ll v0.2.2 |
| 607 | 2026-05-12T14:25:19.649Z | Downloaded dsl_auto_type v0.2.0 |
| 608 | 2026-05-12T14:25:19.649Z | Downloaded defmt-parser v1.0.0 |
| 609 | 2026-05-12T14:25:19.649Z | Downloaded crc8 v0.1.1 |
| 610 | 2026-05-12T14:25:19.652Z | Downloaded crossbeam-deque v0.8.6 |
| 611 | 2026-05-12T14:25:19.652Z | Downloaded fixedbitset v0.4.2 |
| 612 | 2026-05-12T14:25:19.652Z | Downloaded dtrace-parser v0.3.0 |
| 613 | 2026-05-12T14:25:19.655Z | Downloaded base16ct v0.2.0 |
| 614 | 2026-05-12T14:25:19.655Z | Downloaded foreign-types v0.3.2 |
| 615 | 2026-05-12T14:25:19.655Z | Downloaded defmt v0.3.100 |
| 616 | 2026-05-12T14:25:19.655Z | Downloaded convert_case v0.4.0 |
| 617 | 2026-05-12T14:25:19.658Z | Downloaded crc-catalog v2.4.0 |
| 618 | 2026-05-12T14:25:19.658Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 619 | 2026-05-12T14:25:19.658Z | Downloaded atomicwrites v0.4.4 |
| 620 | 2026-05-12T14:25:19.658Z | Downloaded float-ord v0.3.2 |
| 621 | 2026-05-12T14:25:19.661Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 622 | 2026-05-12T14:25:19.661Z | Downloaded difflib v0.4.0 |
| 623 | 2026-05-12T14:25:19.661Z | Downloaded dyn-clone v1.0.20 |
| 624 | 2026-05-12T14:25:19.664Z | Downloaded foreign-types-shared v0.1.1 |
| 625 | 2026-05-12T14:25:19.664Z | Downloaded foreign-types-macros v0.2.3 |
| 626 | 2026-05-12T14:25:19.664Z | Downloaded dof v0.4.0 |
| 627 | 2026-05-12T14:25:19.664Z | Downloaded dirs-next v2.0.0 |
| 628 | 2026-05-12T14:25:19.667Z | Downloaded crc v3.4.0 |
| 629 | 2026-05-12T14:25:19.667Z | Downloaded foreign-types v0.5.0 |
| 630 | 2026-05-12T14:25:19.667Z | Downloaded display-error-chain v0.2.2 |
| 631 | 2026-05-12T14:25:19.670Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 632 | 2026-05-12T14:25:19.670Z | Downloaded chacha20 v0.9.1 |
| 633 | 2026-05-12T14:25:19.670Z | Downloaded cexpr v0.6.0 |
| 634 | 2026-05-12T14:25:19.673Z | Downloaded constant_time_eq v0.4.2 |
| 635 | 2026-05-12T14:25:19.673Z | Downloaded blowfish v0.9.1 |
| 636 | 2026-05-12T14:25:19.674Z | Downloaded document-features v0.2.12 |
| 637 | 2026-05-12T14:25:19.677Z | Downloaded futures-io v0.3.32 |
| 638 | 2026-05-12T14:25:19.677Z | Downloaded futures-core v0.3.32 |
| 639 | 2026-05-12T14:25:19.677Z | Downloaded corncobs v0.1.4 |
| 640 | 2026-05-12T14:25:19.679Z | Downloaded funty v2.0.0 |
| 641 | 2026-05-12T14:25:19.679Z | Downloaded foreign-types-shared v0.3.1 |
| 642 | 2026-05-12T14:25:19.680Z | Downloaded futures-sink v0.3.32 |
| 643 | 2026-05-12T14:25:19.683Z | Downloaded fxhash v0.2.1 |
| 644 | 2026-05-12T14:25:19.686Z | Downloaded ghash v0.5.1 |
| 645 | 2026-05-12T14:25:19.686Z | Downloaded gethostname v0.5.0 |
| 646 | 2026-05-12T14:25:19.694Z | Downloaded downcast-rs v2.0.2 |
| 647 | 2026-05-12T14:25:19.694Z | Downloaded git-stub v1.0.0 |
| 648 | 2026-05-12T14:25:19.694Z | Downloaded globwalk v0.9.1 |
| 649 | 2026-05-12T14:25:19.695Z | Downloaded headers-core v0.3.0 |
| 650 | 2026-05-12T14:25:19.695Z | Downloaded hash32 v0.3.1 |
| 651 | 2026-05-12T14:25:19.695Z | Downloaded hash32 v0.2.1 |
| 652 | 2026-05-12T14:25:19.698Z | Downloaded derive_builder v0.20.2 |
| 653 | 2026-05-12T14:25:19.698Z | Downloaded http-range v0.1.5 |
| 654 | 2026-05-12T14:25:19.701Z | Downloaded dropshot_endpoint v0.17.0 |
| 655 | 2026-05-12T14:25:19.701Z | Downloaded futures-task v0.3.32 |
| 656 | 2026-05-12T14:25:19.704Z | Downloaded elliptic-curve v0.13.8 |
| 657 | 2026-05-12T14:25:19.707Z | Downloaded cargo_metadata v0.19.2 |
| 658 | 2026-05-12T14:25:19.707Z | Downloaded const_format_proc_macros v0.2.34 |
| 659 | 2026-05-12T14:25:19.709Z | Downloaded buf-list v1.1.2 |
| 660 | 2026-05-12T14:25:19.709Z | Downloaded hex-literal v0.4.1 |
| 661 | 2026-05-12T14:25:19.710Z | Downloaded bit-vec v0.8.0 |
| 662 | 2026-05-12T14:25:19.713Z | Downloaded hex v0.4.3 |
| 663 | 2026-05-12T14:25:19.713Z | Downloaded hostname v0.4.2 |
| 664 | 2026-05-12T14:25:19.717Z | Downloaded base64ct v1.8.3 |
| 665 | 2026-05-12T14:25:19.717Z | Downloaded http-body v1.0.1 |
| 666 | 2026-05-12T14:25:19.717Z | Downloaded darling v0.21.3 |
| 667 | 2026-05-12T14:25:19.720Z | Downloaded cfg_aliases v0.2.1 |
| 668 | 2026-05-12T14:25:19.720Z | Downloaded daft v0.1.5 |
| 669 | 2026-05-12T14:25:19.723Z | Downloaded find-msvc-tools v0.1.9 |
| 670 | 2026-05-12T14:25:19.723Z | Downloaded foldhash v0.2.0 |
| 671 | 2026-05-12T14:25:19.726Z | Downloaded compression-codecs v0.4.37 |
| 672 | 2026-05-12T14:25:19.726Z | Downloaded byte-wrapper v0.1.0 |
| 673 | 2026-05-12T14:25:19.730Z | Downloaded ff v0.13.1 |
| 674 | 2026-05-12T14:25:19.730Z | Downloaded fallible-iterator v0.2.0 |
| 675 | 2026-05-12T14:25:19.733Z | Downloaded httpdate v1.0.3 |
| 676 | 2026-05-12T14:25:19.733Z | Downloaded ecdsa v0.16.9 |
| 677 | 2026-05-12T14:25:19.733Z | Downloaded ident_case v1.0.1 |
| 678 | 2026-05-12T14:25:19.733Z | Downloaded home v0.5.12 |
| 679 | 2026-05-12T14:25:19.736Z | Downloaded cipher v0.4.4 |
| 680 | 2026-05-12T14:25:19.736Z | Downloaded async-trait v0.1.89 |
| 681 | 2026-05-12T14:25:19.736Z | Downloaded futures-executor v0.3.32 |
| 682 | 2026-05-12T14:25:19.739Z | Downloaded crossbeam-utils v0.8.21 |
| 683 | 2026-05-12T14:25:19.739Z | Downloaded darling v0.20.11 |
| 684 | 2026-05-12T14:25:19.742Z | Downloaded hubpack_derive v0.1.1 |
| 685 | 2026-05-12T14:25:19.745Z | Downloaded hubpack v0.1.2 |
| 686 | 2026-05-12T14:25:19.745Z | Downloaded fs-err v2.11.0 |
| 687 | 2026-05-12T14:25:19.745Z | Downloaded des v0.8.1 |
| 688 | 2026-05-12T14:25:19.748Z | Downloaded data-encoding v2.10.0 |
| 689 | 2026-05-12T14:25:19.748Z | Downloaded convert_case v0.10.0 |
| 690 | 2026-05-12T14:25:19.748Z | Downloaded hyper-tls v0.6.0 |
| 691 | 2026-05-12T14:25:19.751Z | Downloaded futures-macro v0.3.32 |
| 692 | 2026-05-12T14:25:19.751Z | Downloaded indent_write v2.2.0 |
| 693 | 2026-05-12T14:25:19.751Z | Downloaded group v0.13.0 |
| 694 | 2026-05-12T14:25:19.755Z | Downloaded fatfs v0.3.6 |
| 695 | 2026-05-12T14:25:19.755Z | Downloaded ahash v0.8.12 |
| 696 | 2026-05-12T14:25:19.758Z | Downloaded glob v0.3.3 |
| 697 | 2026-05-12T14:25:19.758Z | Downloaded either v1.15.0 |
| 698 | 2026-05-12T14:25:19.758Z | Downloaded ena v0.14.4 |
| 699 | 2026-05-12T14:25:19.761Z | Downloaded instability v0.3.11 |
| 700 | 2026-05-12T14:25:19.761Z | Downloaded indoc v1.0.9 |
| 701 | 2026-05-12T14:25:19.764Z | Downloaded fd-lock v4.0.4 |
| 702 | 2026-05-12T14:25:19.764Z | Downloaded internet-checksum v0.2.1 |
| 703 | 2026-05-12T14:25:19.764Z | Downloaded instant v0.1.13 |
| 704 | 2026-05-12T14:25:19.767Z | Downloaded inout v0.1.4 |
| 705 | 2026-05-12T14:25:19.767Z | Downloaded is_ci v1.2.0 |
| 706 | 2026-05-12T14:25:19.767Z | Downloaded deranged v0.5.8 |
| 707 | 2026-05-12T14:25:19.770Z | Downloaded ctr v0.9.2 |
| 708 | 2026-05-12T14:25:19.770Z | Downloaded kstat-rs v0.2.4 |
| 709 | 2026-05-12T14:25:19.770Z | Downloaded der_derive v0.7.3 |
| 710 | 2026-05-12T14:25:19.773Z | Downloaded globset v0.4.18 |
| 711 | 2026-05-12T14:25:19.773Z | Downloaded git-stub-vcs v0.1.0 |
| 712 | 2026-05-12T14:25:19.776Z | Downloaded console v0.16.2 |
| 713 | 2026-05-12T14:25:19.779Z | Downloaded colored v3.1.1 |
| 714 | 2026-05-12T14:25:19.779Z | Downloaded hostname v0.3.1 |
| 715 | 2026-05-12T14:25:19.782Z | Downloaded cookie_store v0.22.1 |
| 716 | 2026-05-12T14:25:19.782Z | Downloaded cookie v0.18.1 |
| 717 | 2026-05-12T14:25:19.785Z | Downloaded cancel-safe-futures v0.1.5 |
| 718 | 2026-05-12T14:25:19.785Z | Downloaded ciborium v0.2.2 |
| 719 | 2026-05-12T14:25:19.789Z | Downloaded lalrpop-util v0.19.12 |
| 720 | 2026-05-12T14:25:19.789Z | Downloaded darling_core v0.23.0 |
| 721 | 2026-05-12T14:25:19.792Z | Downloaded foldhash v0.1.5 |
| 722 | 2026-05-12T14:25:19.794Z | Downloaded http-body-util v0.1.3 |
| 723 | 2026-05-12T14:25:19.794Z | Downloaded highway v1.3.0 |
| 724 | 2026-05-12T14:25:19.794Z | Downloaded lazy_static v1.5.0 |
| 725 | 2026-05-12T14:25:19.797Z | Downloaded fs_extra v1.3.0 |
| 726 | 2026-05-12T14:25:19.797Z | Downloaded bzip2 v0.4.4 |
| 727 | 2026-05-12T14:25:19.800Z | Downloaded clang-sys v1.8.1 |
| 728 | 2026-05-12T14:25:19.800Z | Downloaded match_cfg v0.1.0 |
| 729 | 2026-05-12T14:25:19.803Z | Downloaded lru v0.12.5 |
| 730 | 2026-05-12T14:25:19.803Z | Downloaded camino-tempfile-ext v0.3.3 |
| 731 | 2026-05-12T14:25:19.803Z | Downloaded bzip2 v0.6.1 |
| 732 | 2026-05-12T14:25:19.806Z | Downloaded bitflags v1.3.2 |
| 733 | 2026-05-12T14:25:19.806Z | Downloaded humantime v2.3.0 |
| 734 | 2026-05-12T14:25:19.809Z | Downloaded hyper-staticfile v0.10.1 |
| 735 | 2026-05-12T14:25:19.809Z | Downloaded console v0.15.11 |
| 736 | 2026-05-12T14:25:19.812Z | Downloaded colored v2.2.0 |
| 737 | 2026-05-12T14:25:19.812Z | Downloaded libscf-sys v1.1.0 |
| 738 | 2026-05-12T14:25:19.814Z | Downloaded lru-slab v0.1.2 |
| 739 | 2026-05-12T14:25:19.814Z | Downloaded memoffset v0.9.1 |
| 740 | 2026-05-12T14:25:19.814Z | Downloaded md5 v0.7.0 |
| 741 | 2026-05-12T14:25:19.817Z | Downloaded md-5 v0.10.6 |
| 742 | 2026-05-12T14:25:19.817Z | Downloaded linked-hash-map v0.5.6 |
| 743 | 2026-05-12T14:25:19.817Z | Downloaded maybe-uninit v2.0.0 |
| 744 | 2026-05-12T14:25:19.820Z | Downloaded managed v0.8.0 |
| 745 | 2026-05-12T14:25:19.820Z | Downloaded futures-channel v0.3.32 |
| 746 | 2026-05-12T14:25:19.823Z | Downloaded base64 v0.21.7 |
| 747 | 2026-05-12T14:25:19.823Z | Downloaded derive-where v1.6.0 |
| 748 | 2026-05-12T14:25:19.826Z | Downloaded ingot v0.1.1 |
| 749 | 2026-05-12T14:25:19.829Z | Downloaded half v1.8.3 |
| 750 | 2026-05-12T14:25:19.829Z | Downloaded getrandom v0.2.17 |
| 751 | 2026-05-12T14:25:19.832Z | Downloaded mime v0.3.17 |
| 752 | 2026-05-12T14:25:19.832Z | Downloaded is-terminal v0.4.17 |
| 753 | 2026-05-12T14:25:19.835Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 754 | 2026-05-12T14:25:19.835Z | Downloaded newtype-uuid-macros v0.1.0 |
| 755 | 2026-05-12T14:25:19.838Z | Downloaded multimap v0.10.1 |
| 756 | 2026-05-12T14:25:19.838Z | Downloaded nibble_vec v0.1.0 |
| 757 | 2026-05-12T14:25:19.838Z | Downloaded num-conv v0.2.0 |
| 758 | 2026-05-12T14:25:19.841Z | Downloaded num v0.4.3 |
| 759 | 2026-05-12T14:25:19.841Z | Downloaded newline-converter v0.3.0 |
| 760 | 2026-05-12T14:25:19.841Z | Downloaded nonempty v0.12.0 |
| 761 | 2026-05-12T14:25:19.844Z | Downloaded ipnet v2.11.0 |
| 762 | 2026-05-12T14:25:19.847Z | Downloaded darling_core v0.20.11 |
| 763 | 2026-05-12T14:25:19.850Z | Downloaded derive_more v2.1.1 |
| 764 | 2026-05-12T14:25:19.855Z | Downloaded hmac v0.12.1 |
| 765 | 2026-05-12T14:25:19.860Z | Downloaded diff v0.1.13 |
| 766 | 2026-05-12T14:25:19.860Z | Downloaded crc-any v2.5.0 |
| 767 | 2026-05-12T14:25:19.863Z | Downloaded chacha20 v0.10.0 |
| 768 | 2026-05-12T14:25:19.863Z | Downloaded nodrop v0.1.14 |
| 769 | 2026-05-12T14:25:19.863Z | Downloaded num-derive v0.3.3 |
| 770 | 2026-05-12T14:25:19.866Z | Downloaded libloading v0.8.9 |
| 771 | 2026-05-12T14:25:19.866Z | Downloaded libefi-sys v0.1.0 |
| 772 | 2026-05-12T14:25:19.866Z | Downloaded httparse v1.10.1 |
| 773 | 2026-05-12T14:25:19.869Z | Downloaded normalize-line-endings v0.3.0 |
| 774 | 2026-05-12T14:25:19.869Z | Downloaded newtype_derive v0.1.6 |
| 775 | 2026-05-12T14:25:19.872Z | Downloaded keccak v0.1.6 |
| 776 | 2026-05-12T14:25:19.872Z | Downloaded num_enum_derive v0.5.11 |
| 777 | 2026-05-12T14:25:19.872Z | Downloaded hyper-rustls v0.27.7 |
| 778 | 2026-05-12T14:25:19.875Z | Downloaded derive_more v0.99.20 |
| 779 | 2026-05-12T14:25:19.878Z | Downloaded lru-cache v0.1.2 |
| 780 | 2026-05-12T14:25:19.878Z | Downloaded linear-map v1.2.0 |
| 781 | 2026-05-12T14:25:19.878Z | Downloaded maplit v1.0.2 |
| 782 | 2026-05-12T14:25:19.880Z | Downloaded lock_api v0.4.14 |
| 783 | 2026-05-12T14:25:19.881Z | Downloaded openssl-probe v0.2.1 |
| 784 | 2026-05-12T14:25:19.881Z | Downloaded opaque-debug v0.3.1 |
| 785 | 2026-05-12T14:25:19.881Z | Downloaded olpc-cjson v0.1.4 |
| 786 | 2026-05-12T14:25:19.883Z | Downloaded num_threads v0.1.7 |
| 787 | 2026-05-12T14:25:19.884Z | Downloaded openssl-macros v0.1.1 |
| 788 | 2026-05-12T14:25:19.884Z | Downloaded dropshot_endpoint v0.16.7 |
| 789 | 2026-05-12T14:25:19.886Z | Downloaded oso-derive v0.27.3 |
| 790 | 2026-05-12T14:25:19.886Z | Downloaded openssl-probe v0.1.6 |
| 791 | 2026-05-12T14:25:19.889Z | Downloaded libsw-core v0.3.2 |
| 792 | 2026-05-12T14:25:19.889Z | Downloaded libsw v3.5.0 |
| 793 | 2026-05-12T14:25:19.892Z | Downloaded env_logger v0.11.9 |
| 794 | 2026-05-12T14:25:19.892Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-05-12T14:25:19.892Z | Downloaded getrandom v0.3.4 |
| 796 | 2026-05-12T14:25:19.895Z | Downloaded jobserver v0.1.34 |
| 797 | 2026-05-12T14:25:19.898Z | Downloaded lzss v0.8.2 |
| 798 | 2026-05-12T14:25:19.898Z | Downloaded indoc v2.0.7 |
| 799 | 2026-05-12T14:25:19.901Z | Downloaded iana-time-zone v0.1.65 |
| 800 | 2026-05-12T14:25:19.901Z | Downloaded ingot-macros v0.1.1 |
| 801 | 2026-05-12T14:25:19.904Z | Downloaded async-bb8-diesel v0.2.1 |
| 802 | 2026-05-12T14:25:19.904Z | Downloaded ipnetwork v0.21.1 |
| 803 | 2026-05-12T14:25:19.907Z | Downloaded newtype-uuid v1.3.2 |
| 804 | 2026-05-12T14:25:19.907Z | Downloaded ingot-types v0.1.2 |
| 805 | 2026-05-12T14:25:19.910Z | Downloaded new_debug_unreachable v1.0.6 |
| 806 | 2026-05-12T14:25:19.910Z | Downloaded packed_struct_codegen v0.10.1 |
| 807 | 2026-05-12T14:25:19.914Z | Downloaded multer v3.1.0 |
| 808 | 2026-05-12T14:25:19.914Z | Downloaded chacha20poly1305 v0.10.1 |
| 809 | 2026-05-12T14:25:19.917Z | Downloaded native-tls v0.2.18 |
| 810 | 2026-05-12T14:25:19.917Z | Downloaded nanorand v0.7.0 |
| 811 | 2026-05-12T14:25:19.917Z | Downloaded num-complex v0.4.6 |
| 812 | 2026-05-12T14:25:19.917Z | Downloaded parse-display v0.10.0 |
| 813 | 2026-05-12T14:25:19.920Z | Downloaded num-integer v0.1.46 |
| 814 | 2026-05-12T14:25:19.920Z | Downloaded parse-size v1.1.0 |
| 815 | 2026-05-12T14:25:19.920Z | Downloaded arc-swap v1.8.2 |
| 816 | 2026-05-12T14:25:19.923Z | Downloaded crypto-bigint v0.5.5 |
| 817 | 2026-05-12T14:25:19.926Z | Downloaded compact_str v0.8.1 |
| 818 | 2026-05-12T14:25:19.929Z | Downloaded allocator-api2 v0.2.21 |
| 819 | 2026-05-12T14:25:19.932Z | Downloaded pbkdf2 v0.11.0 |
| 820 | 2026-05-12T14:25:19.932Z | Downloaded mime_guess v2.0.5 |
| 821 | 2026-05-12T14:25:19.935Z | Downloaded peg-runtime v0.8.5 |
| 822 | 2026-05-12T14:25:19.935Z | Downloaded bytes v1.11.1 |
| 823 | 2026-05-12T14:25:19.939Z | Downloaded num-derive v0.4.2 |
| 824 | 2026-05-12T14:25:19.939Z | Downloaded path-slash v0.1.5 |
| 825 | 2026-05-12T14:25:19.939Z | Downloaded nu-ansi-term v0.50.3 |
| 826 | 2026-05-12T14:25:19.942Z | Downloaded num_enum v0.5.11 |
| 827 | 2026-05-12T14:25:19.945Z | Downloaded base64 v0.22.1 |
| 828 | 2026-05-12T14:25:19.950Z | Downloaded num_enum_derive v0.7.5 |
| 829 | 2026-05-12T14:25:19.953Z | Downloaded num-rational v0.4.2 |
| 830 | 2026-05-12T14:25:19.953Z | Downloaded phf_shared v0.12.1 |
| 831 | 2026-05-12T14:25:19.953Z | Downloaded owo-colors v4.3.0 |
| 832 | 2026-05-12T14:25:19.953Z | Downloaded pin-utils v0.1.0 |
| 833 | 2026-05-12T14:25:19.956Z | Downloaded oxnet v0.1.4 |
| 834 | 2026-05-12T14:25:19.956Z | Downloaded litrs v1.0.0 |
| 835 | 2026-05-12T14:25:19.959Z | Downloaded phf_shared v0.13.1 |
| 836 | 2026-05-12T14:25:19.959Z | Downloaded flume v0.11.1 |
| 837 | 2026-05-12T14:25:19.974Z | Downloaded precomputed-hash v0.1.1 |
| 838 | 2026-05-12T14:25:19.977Z | Downloaded oxide-tokio-rt v0.1.4 |
| 839 | 2026-05-12T14:25:19.977Z | Downloaded num_enum v0.7.5 |
| 840 | 2026-05-12T14:25:19.980Z | Downloaded memmap2 v0.9.10 |
| 841 | 2026-05-12T14:25:19.980Z | Downloaded ignore v0.4.25 |
| 842 | 2026-05-12T14:25:19.983Z | Downloaded predicates-tree v1.0.13 |
| 843 | 2026-05-12T14:25:19.983Z | Downloaded proc-macro-crate v1.3.1 |
| 844 | 2026-05-12T14:25:19.986Z | Downloaded indexmap v1.9.3 |
| 845 | 2026-05-12T14:25:19.986Z | Downloaded predicates-core v1.0.10 |
| 846 | 2026-05-12T14:25:19.989Z | Downloaded powerfmt v0.2.0 |
| 847 | 2026-05-12T14:25:19.989Z | Downloaded parking_lot_core v0.8.6 |
| 848 | 2026-05-12T14:25:19.989Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 849 | 2026-05-12T14:25:19.992Z | Downloaded proc-macro-crate v3.4.0 |
| 850 | 2026-05-12T14:25:19.992Z | Downloaded password-hash v0.4.2 |
| 851 | 2026-05-12T14:25:19.992Z | Downloaded packed_struct v0.10.1 |
| 852 | 2026-05-12T14:25:19.995Z | Downloaded heapless v0.8.0 |
| 853 | 2026-05-12T14:25:19.998Z | Downloaded heapless v0.7.17 |
| 854 | 2026-05-12T14:25:19.998Z | Downloaded const_format v0.2.35 |
| 855 | 2026-05-12T14:25:20.001Z | Downloaded half v2.7.1 |
| 856 | 2026-05-12T14:25:20.004Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-05-12T14:25:20.004Z | Downloaded progenitor-client v0.11.2 |
| 858 | 2026-05-12T14:25:20.004Z | Downloaded headers v0.4.1 |
| 859 | 2026-05-12T14:25:20.007Z | Downloaded progenitor-client v0.10.0 |
| 860 | 2026-05-12T14:25:20.010Z | Downloaded pbkdf2 v0.12.2 |
| 861 | 2026-05-12T14:25:20.010Z | Downloaded paste v1.0.15 |
| 862 | 2026-05-12T14:25:20.013Z | Downloaded psl-types v2.0.11 |
| 863 | 2026-05-12T14:25:20.013Z | Downloaded progenitor-macro v0.13.0 |
| 864 | 2026-05-12T14:25:20.013Z | Downloaded flate2 v1.1.9 |
| 865 | 2026-05-12T14:25:20.016Z | Downloaded progenitor-client v0.14.0 |
| 866 | 2026-05-12T14:25:20.016Z | Downloaded phf_shared v0.11.3 |
| 867 | 2026-05-12T14:25:20.020Z | Downloaded progenitor-macro v0.14.0 |
| 868 | 2026-05-12T14:25:20.020Z | Downloaded pem-rfc7468 v0.7.0 |
| 869 | 2026-05-12T14:25:20.020Z | Downloaded ed25519-dalek v2.2.0 |
| 870 | 2026-05-12T14:25:20.026Z | Downloaded progenitor-macro v0.11.2 |
| 871 | 2026-05-12T14:25:20.026Z | Downloaded progenitor-macro v0.10.0 |
| 872 | 2026-05-12T14:25:20.026Z | Downloaded pkg-config v0.3.32 |
| 873 | 2026-05-12T14:25:20.026Z | Downloaded pin-project-internal v1.1.11 |
| 874 | 2026-05-12T14:25:20.026Z | Downloaded quick-error v1.2.3 |
| 875 | 2026-05-12T14:25:20.029Z | Downloaded phf v0.13.1 |
| 876 | 2026-05-12T14:25:20.030Z | Downloaded phf v0.12.1 |
| 877 | 2026-05-12T14:25:20.030Z | Downloaded pem v3.0.6 |
| 878 | 2026-05-12T14:25:20.030Z | Downloaded peg-macros v0.8.5 |
| 879 | 2026-05-12T14:25:20.033Z | Downloaded peg v0.8.5 |
| 880 | 2026-05-12T14:25:20.036Z | Downloaded rand_xorshift v0.4.0 |
| 881 | 2026-05-12T14:25:20.036Z | Downloaded rand_chacha v0.3.1 |
| 882 | 2026-05-12T14:25:20.036Z | Downloaded radium v0.7.0 |
| 883 | 2026-05-12T14:25:20.036Z | Downloaded derive_more-impl v2.1.1 |
| 884 | 2026-05-12T14:25:20.040Z | Downloaded pkcs8 v0.10.2 |
| 885 | 2026-05-12T14:25:20.043Z | Downloaded omicron-zone-package v0.12.2 |
| 886 | 2026-05-12T14:25:20.048Z | Downloaded cc v1.2.56 |
| 887 | 2026-05-12T14:25:20.048Z | Downloaded polyval v0.6.2 |
| 888 | 2026-05-12T14:25:20.051Z | Downloaded postgres-protocol v0.6.10 |
| 889 | 2026-05-12T14:25:20.051Z | Downloaded parking_lot_core v0.9.12 |
| 890 | 2026-05-12T14:25:20.051Z | Downloaded poly1305 v0.8.0 |
| 891 | 2026-05-12T14:25:20.056Z | Downloaded futures v0.3.32 |
| 892 | 2026-05-12T14:25:20.059Z | Downloaded ref-cast-impl v1.0.25 |
| 893 | 2026-05-12T14:25:20.059Z | Downloaded ppv-lite86 v0.2.21 |
| 894 | 2026-05-12T14:25:20.059Z | Downloaded indicatif v0.18.4 |
| 895 | 2026-05-12T14:25:20.059Z | Downloaded dropshot-api-manager v0.7.1 |
| 896 | 2026-05-12T14:25:20.063Z | Downloaded proc-macro-error2 v2.0.1 |
| 897 | 2026-05-12T14:25:20.066Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 898 | 2026-05-12T14:25:20.066Z | Downloaded progenitor v0.10.0 |
| 899 | 2026-05-12T14:25:20.066Z | Downloaded progenitor-client v0.13.0 |
| 900 | 2026-05-12T14:25:20.071Z | Downloaded progenitor v0.14.0 |
| 901 | 2026-05-12T14:25:20.071Z | Downloaded password-hash v0.5.0 |
| 902 | 2026-05-12T14:25:20.071Z | Downloaded ref-cast v1.0.25 |
| 903 | 2026-05-12T14:25:20.071Z | Downloaded parking_lot v0.11.2 |
| 904 | 2026-05-12T14:25:20.074Z | Downloaded async-compression v0.4.41 |
| 905 | 2026-05-12T14:25:20.077Z | Downloaded progenitor-extras v0.2.0 |
| 906 | 2026-05-12T14:25:20.077Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-12T14:25:20.077Z | Downloaded der v0.7.10 |
| 908 | 2026-05-12T14:25:20.082Z | Downloaded recursive v0.1.1 |
| 909 | 2026-05-12T14:25:20.085Z | Downloaded hickory-resolver v0.24.4 |
| 910 | 2026-05-12T14:25:20.085Z | Downloaded russh-cryptovec v0.7.3 |
| 911 | 2026-05-12T14:25:20.085Z | Downloaded progenitor v0.11.2 |
| 912 | 2026-05-12T14:25:20.088Z | Downloaded primeorder v0.13.6 |
| 913 | 2026-05-12T14:25:20.092Z | Downloaded p256 v0.13.2 |
| 914 | 2026-05-12T14:25:20.095Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-05-12T14:25:20.095Z | Downloaded rand_chacha v0.9.0 |
| 916 | 2026-05-12T14:25:20.095Z | Downloaded crossbeam-channel v0.5.15 |
| 917 | 2026-05-12T14:25:20.098Z | Downloaded r2d2 v0.8.10 |
| 918 | 2026-05-12T14:25:20.098Z | Downloaded psm v0.1.30 |
| 919 | 2026-05-12T14:25:20.101Z | Downloaded postgres-types v0.2.12 |
| 920 | 2026-05-12T14:25:20.105Z | Downloaded rand_core v0.6.4 |
| 921 | 2026-05-12T14:25:20.105Z | Downloaded postcard v1.1.3 |
| 922 | 2026-05-12T14:25:20.108Z | Downloaded rustc_version v0.1.7 |
| 923 | 2026-05-12T14:25:20.108Z | Downloaded rtoolbox v0.0.3 |
| 924 | 2026-05-12T14:25:20.108Z | Downloaded rustc_version v0.4.1 |
| 925 | 2026-05-12T14:25:20.108Z | Downloaded rand_seeder v0.4.0 |
| 926 | 2026-05-12T14:25:20.113Z | Downloaded darling_core v0.21.3 |
| 927 | 2026-05-12T14:25:20.113Z | Downloaded jiff-static v0.2.21 |
| 928 | 2026-05-12T14:25:20.115Z | Downloaded pkcs5 v0.7.1 |
| 929 | 2026-05-12T14:25:20.118Z | Downloaded expectorate v1.2.0 |
| 930 | 2026-05-12T14:25:20.118Z | Downloaded pin-project-lite v0.2.17 |
| 931 | 2026-05-12T14:25:20.123Z | Downloaded predicates v3.1.4 |
| 932 | 2026-05-12T14:25:20.127Z | Downloaded salsa20 v0.10.2 |
| 933 | 2026-05-12T14:25:20.127Z | Downloaded rand_core v0.10.0 |
| 934 | 2026-05-12T14:25:20.127Z | Downloaded hickory-server v0.25.2 |
| 935 | 2026-05-12T14:25:20.130Z | Downloaded scroll_derive v0.13.1 |
| 936 | 2026-05-12T14:25:20.130Z | Downloaded scopeguard v1.2.0 |
| 937 | 2026-05-12T14:25:20.130Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2026-05-12T14:25:20.130Z | Downloaded sapling-renderdag v0.1.0 |
| 939 | 2026-05-12T14:25:20.133Z | Downloaded hickory-resolver v0.25.2 |
| 940 | 2026-05-12T14:25:20.133Z | Downloaded oso v0.27.3 |
| 941 | 2026-05-12T14:25:20.159Z | Downloaded miniz_oxide v0.8.9 |
| 942 | 2026-05-12T14:25:20.159Z | Downloaded parking_lot v0.12.5 |
| 943 | 2026-05-12T14:25:20.159Z | Downloaded scrypt v0.11.0 |
| 944 | 2026-05-12T14:25:20.159Z | Downloaded papergrid v0.17.0 |
| 945 | 2026-05-12T14:25:20.159Z | Downloaded secrecy v0.8.0 |
| 946 | 2026-05-12T14:25:20.159Z | Downloaded aes v0.8.4 |
| 947 | 2026-05-12T14:25:20.159Z | Downloaded bumpalo v3.20.2 |
| 948 | 2026-05-12T14:25:20.159Z | Downloaded resolv-conf v0.7.6 |
| 949 | 2026-05-12T14:25:20.159Z | Downloaded seq-macro v0.3.6 |
| 950 | 2026-05-12T14:25:20.159Z | Downloaded progenitor v0.13.0 |
| 951 | 2026-05-12T14:25:20.159Z | Downloaded secrecy v0.10.3 |
| 952 | 2026-05-12T14:25:20.159Z | Downloaded quinn-udp v0.5.14 |
| 953 | 2026-05-12T14:25:20.163Z | Downloaded semver v0.1.20 |
| 954 | 2026-05-12T14:25:20.163Z | Downloaded serde_bytes v0.11.19 |
| 955 | 2026-05-12T14:25:20.163Z | Downloaded sha1 v0.10.6 |
| 956 | 2026-05-12T14:25:20.166Z | Downloaded serde_urlencoded v0.7.1 |
| 957 | 2026-05-12T14:25:20.166Z | Downloaded serde_spanned v1.0.4 |
| 958 | 2026-05-12T14:25:20.170Z | Downloaded libbz2-rs-sys v0.2.2 |
| 959 | 2026-05-12T14:25:20.171Z | Downloaded diesel_derives v2.3.7 |
| 960 | 2026-05-12T14:25:20.174Z | Downloaded serde_repr v0.1.20 |
| 961 | 2026-05-12T14:25:20.174Z | Downloaded signal-hook-mio v0.2.5 |
| 962 | 2026-05-12T14:25:20.177Z | Downloaded serde_plain v1.0.2 |
| 963 | 2026-05-12T14:25:20.177Z | Downloaded pkcs1 v0.7.5 |
| 964 | 2026-05-12T14:25:20.180Z | Downloaded shell-words v1.1.1 |
| 965 | 2026-05-12T14:25:20.180Z | Downloaded hashbrown v0.12.3 |
| 966 | 2026-05-12T14:25:20.185Z | Downloaded rustls-pemfile v1.0.4 |
| 967 | 2026-05-12T14:25:20.185Z | Downloaded crossterm v0.28.1 |
| 968 | 2026-05-12T14:25:20.189Z | Downloaded rustversion v1.0.22 |
| 969 | 2026-05-12T14:25:20.189Z | Downloaded serde-big-array v0.5.1 |
| 970 | 2026-05-12T14:25:20.189Z | Downloaded rustls-pemfile v2.2.0 |
| 971 | 2026-05-12T14:25:20.192Z | Downloaded same-file v1.0.6 |
| 972 | 2026-05-12T14:25:20.192Z | Downloaded signature v2.2.0 |
| 973 | 2026-05-12T14:25:20.192Z | Downloaded siphasher v1.0.2 |
| 974 | 2026-05-12T14:25:20.196Z | Downloaded rand_core v0.9.5 |
| 975 | 2026-05-12T14:25:20.196Z | Downloaded sigpipe v0.1.3 |
| 976 | 2026-05-12T14:25:20.196Z | Downloaded minimal-lexical v0.2.1 |
| 977 | 2026-05-12T14:25:20.199Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-05-12T14:25:20.199Z | Downloaded scroll v0.13.0 |
| 979 | 2026-05-12T14:25:20.202Z | Downloaded prefix-trie v0.7.0 |
| 980 | 2026-05-12T14:25:20.210Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-05-12T14:25:20.213Z | Downloaded sct v0.7.1 |
| 982 | 2026-05-12T14:25:20.220Z | Downloaded progenitor-impl v0.11.2 |
| 983 | 2026-05-12T14:25:20.223Z | Downloaded serde-hex v0.1.0 |
| 984 | 2026-05-12T14:25:20.226Z | Downloaded http v1.4.0 |
| 985 | 2026-05-12T14:25:20.226Z | Downloaded slog-bunyan v2.5.0 |
| 986 | 2026-05-12T14:25:20.229Z | Downloaded sec1 v0.7.3 |
| 987 | 2026-05-12T14:25:20.229Z | Downloaded progenitor-impl v0.14.0 |
| 988 | 2026-05-12T14:25:20.232Z | Downloaded ssh-encoding v0.2.0 |
| 989 | 2026-05-12T14:25:20.236Z | Downloaded slog-envlogger v2.2.0 |
| 990 | 2026-05-12T14:25:20.240Z | Downloaded pin-project v1.1.11 |
| 991 | 2026-05-12T14:25:20.247Z | Downloaded rustls-native-certs v0.8.3 |
| 992 | 2026-05-12T14:25:20.250Z | Downloaded ssh-cipher v0.2.0 |
| 993 | 2026-05-12T14:25:20.251Z | Downloaded openssl-sys v0.9.114 |
| 994 | 2026-05-12T14:25:20.253Z | Downloaded serde_derive_internals v0.29.1 |
| 995 | 2026-05-12T14:25:20.257Z | Downloaded sqlparser_derive v0.5.0 |
| 996 | 2026-05-12T14:25:20.257Z | Downloaded serde_path_to_error v0.1.20 |
| 997 | 2026-05-12T14:25:20.264Z | Downloaded hyper-util v0.1.20 |
| 998 | 2026-05-12T14:25:20.267Z | Downloaded mio v1.2.0 |
| 999 | 2026-05-12T14:25:20.271Z | Downloaded slog-json v2.6.1 |
| 1000 | 2026-05-12T14:25:20.274Z | Downloaded slog-dtrace v0.3.0 |
| 1001 | 2026-05-12T14:25:20.274Z | Downloaded crossterm v0.29.0 |
| 1002 | 2026-05-12T14:25:20.277Z | Downloaded structmeta-derive v0.3.0 |
| 1003 | 2026-05-12T14:25:20.284Z | Downloaded supports-color v3.0.2 |
| 1004 | 2026-05-12T14:25:20.284Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1005 | 2026-05-12T14:25:20.284Z | Downloaded signal-hook-registry v1.4.8 |
| 1006 | 2026-05-12T14:25:20.284Z | Downloaded sync_wrapper v1.0.2 |
| 1007 | 2026-05-12T14:25:20.287Z | Downloaded strum v0.26.3 |
| 1008 | 2026-05-12T14:25:20.287Z | Downloaded termtree v0.5.1 |
| 1009 | 2026-05-12T14:25:20.287Z | Downloaded tap v1.0.1 |
| 1010 | 2026-05-12T14:25:20.288Z | Downloaded tabled_derive v0.11.0 |
| 1011 | 2026-05-12T14:25:20.288Z | Downloaded slog-scope v4.4.1 |
| 1012 | 2026-05-12T14:25:20.288Z | Downloaded structmeta v0.3.0 |
| 1013 | 2026-05-12T14:25:20.288Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-05-12T14:25:20.288Z | Downloaded shlex v1.3.0 |
| 1015 | 2026-05-12T14:25:20.291Z | Downloaded smallvec v0.6.14 |
| 1016 | 2026-05-12T14:25:20.291Z | Downloaded progenitor-impl v0.13.0 |
| 1017 | 2026-05-12T14:25:20.291Z | Downloaded aes-gcm v0.10.3 |
| 1018 | 2026-05-12T14:25:20.294Z | Downloaded hashbrown v0.13.2 |
| 1019 | 2026-05-12T14:25:20.297Z | Downloaded schemars_derive v0.8.22 |
| 1020 | 2026-05-12T14:25:20.297Z | Downloaded subtle v2.6.1 |
| 1021 | 2026-05-12T14:25:20.300Z | Downloaded simd-adler32 v0.3.8 |
| 1022 | 2026-05-12T14:25:20.300Z | Downloaded snafu-derive v0.8.9 |
| 1023 | 2026-05-12T14:25:20.300Z | Downloaded time-core v0.1.8 |
| 1024 | 2026-05-12T14:25:20.303Z | Downloaded take_mut v0.2.2 |
| 1025 | 2026-05-12T14:25:20.303Z | Downloaded tagptr v0.2.0 |
| 1026 | 2026-05-12T14:25:20.303Z | Downloaded thread-id v5.1.0 |
| 1027 | 2026-05-12T14:25:20.306Z | Downloaded slab v0.4.12 |
| 1028 | 2026-05-12T14:25:20.306Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1029 | 2026-05-12T14:25:20.306Z | Downloaded progenitor-impl v0.10.0 |
| 1030 | 2026-05-12T14:25:20.310Z | Downloaded slog-async v2.8.0 |
| 1031 | 2026-05-12T14:25:20.314Z | Downloaded testing_table v0.3.0 |
| 1032 | 2026-05-12T14:25:20.314Z | Downloaded stacker v0.1.23 |
| 1033 | 2026-05-12T14:25:20.314Z | Downloaded ron v0.8.1 |
| 1034 | 2026-05-12T14:25:20.317Z | Downloaded smf v0.2.3 |
| 1035 | 2026-05-12T14:25:20.320Z | Downloaded slog-stdlog v4.1.1 |
| 1036 | 2026-05-12T14:25:20.323Z | Downloaded sqlformat v0.3.5 |
| 1037 | 2026-05-12T14:25:20.324Z | Downloaded static_assertions v1.1.0 |
| 1038 | 2026-05-12T14:25:20.326Z | Downloaded bitvec v1.0.1 |
| 1039 | 2026-05-12T14:25:20.333Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-05-12T14:25:20.336Z | Downloaded string_cache v0.8.9 |
| 1041 | 2026-05-12T14:25:20.336Z | Downloaded rcgen v0.12.1 |
| 1042 | 2026-05-12T14:25:20.339Z | Downloaded pretty_assertions v1.4.1 |
| 1043 | 2026-05-12T14:25:20.339Z | Downloaded spki v0.7.3 |
| 1044 | 2026-05-12T14:25:20.339Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1045 | 2026-05-12T14:25:20.342Z | Downloaded rustls-pki-types v1.14.0 |
| 1046 | 2026-05-12T14:25:20.345Z | Downloaded strum v0.27.2 |
| 1047 | 2026-05-12T14:25:20.345Z | Downloaded strum_macros v0.26.4 |
| 1048 | 2026-05-12T14:25:20.345Z | Downloaded strum_macros v0.24.3 |
| 1049 | 2026-05-12T14:25:20.348Z | Downloaded tokio-macros v2.7.0 |
| 1050 | 2026-05-12T14:25:20.348Z | Downloaded rayon-core v1.13.0 |
| 1051 | 2026-05-12T14:25:20.351Z | Downloaded itertools v0.10.5 |
| 1052 | 2026-05-12T14:25:20.353Z | Downloaded schemars v0.8.22 |
| 1053 | 2026-05-12T14:25:20.360Z | Downloaded tabwriter v1.4.1 |
| 1054 | 2026-05-12T14:25:20.363Z | Downloaded support-bundle-viewer v0.1.2 |
| 1055 | 2026-05-12T14:25:20.363Z | Downloaded strum_macros v0.27.2 |
| 1056 | 2026-05-12T14:25:20.366Z | Downloaded ryu v1.0.23 |
| 1057 | 2026-05-12T14:25:20.366Z | Downloaded stringprep v0.1.5 |
| 1058 | 2026-05-12T14:25:20.369Z | Downloaded hashbrown v0.16.1 |
| 1059 | 2026-05-12T14:25:20.371Z | Downloaded publicsuffix v2.3.0 |
| 1060 | 2026-05-12T14:25:20.371Z | Downloaded nom v7.1.3 |
| 1061 | 2026-05-12T14:25:20.374Z | Downloaded thiserror-no-std v2.0.2 |
| 1062 | 2026-05-12T14:25:20.377Z | Downloaded prettyplease v0.2.37 |
| 1063 | 2026-05-12T14:25:20.380Z | Downloaded thread_local v1.1.9 |
| 1064 | 2026-05-12T14:25:20.380Z | Downloaded termios v0.3.3 |
| 1065 | 2026-05-12T14:25:20.384Z | Downloaded num-bigint v0.4.6 |
| 1066 | 2026-05-12T14:25:20.386Z | Downloaded quinn v0.11.9 |
| 1067 | 2026-05-12T14:25:20.386Z | Downloaded libxml v0.3.3 |
| 1068 | 2026-05-12T14:25:20.390Z | Downloaded serde_cbor v0.11.2 |
| 1069 | 2026-05-12T14:25:20.393Z | Downloaded tiny-keccak v2.0.2 |
| 1070 | 2026-05-12T14:25:20.397Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1071 | 2026-05-12T14:25:20.397Z | Downloaded topological-sort v0.2.2 |
| 1072 | 2026-05-12T14:25:20.397Z | Downloaded tower-service v0.3.3 |
| 1073 | 2026-05-12T14:25:20.397Z | Downloaded time-macros v0.2.27 |
| 1074 | 2026-05-12T14:25:20.400Z | Downloaded try-lock v0.2.5 |
| 1075 | 2026-05-12T14:25:20.400Z | Downloaded trait-variant v0.1.2 |
| 1076 | 2026-05-12T14:25:20.400Z | Downloaded tower-layer v0.3.3 |
| 1077 | 2026-05-12T14:25:20.403Z | Downloaded rand v0.8.6 |
| 1078 | 2026-05-12T14:25:20.403Z | Downloaded serde_with_macros v3.17.0 |
| 1079 | 2026-05-12T14:25:20.406Z | Downloaded russh-keys v0.45.0 |
| 1080 | 2026-05-12T14:25:20.406Z | Downloaded iddqd v0.3.18 |
| 1081 | 2026-05-12T14:25:20.410Z | Downloaded tls_codec v0.4.2 |
| 1082 | 2026-05-12T14:25:20.413Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-05-12T14:25:20.416Z | Downloaded tls_codec_derive v0.4.2 |
| 1084 | 2026-05-12T14:25:20.418Z | Downloaded unarray v0.1.4 |
| 1085 | 2026-05-12T14:25:20.421Z | Downloaded iri-string v0.7.10 |
| 1086 | 2026-05-12T14:25:20.424Z | Downloaded typify-macro v0.4.3 |
| 1087 | 2026-05-12T14:25:20.427Z | Downloaded tokio-rustls v0.25.0 |
| 1088 | 2026-05-12T14:25:20.432Z | Downloaded unicode-truncate v1.1.0 |
| 1089 | 2026-05-12T14:25:20.435Z | Downloaded untrusted v0.7.1 |
| 1090 | 2026-05-12T14:25:20.435Z | Downloaded universal-hash v0.5.1 |
| 1091 | 2026-05-12T14:25:20.438Z | Downloaded aho-corasick v1.1.4 |
| 1092 | 2026-05-12T14:25:20.441Z | Downloaded tokio-dtrace v0.1.1 |
| 1093 | 2026-05-12T14:25:20.441Z | Downloaded hashbrown v0.15.5 |
| 1094 | 2026-05-12T14:25:20.444Z | Downloaded term v1.2.1 |
| 1095 | 2026-05-12T14:25:20.447Z | Downloaded unit-prefix v0.5.2 |
| 1096 | 2026-05-12T14:25:20.450Z | Downloaded tokio-tungstenite v0.23.1 |
| 1097 | 2026-05-12T14:25:20.450Z | Downloaded utf-8 v0.7.6 |
| 1098 | 2026-05-12T14:25:20.450Z | Downloaded usdt-macro v0.6.0 |
| 1099 | 2026-05-12T14:25:20.453Z | Downloaded slog v2.8.2 |
| 1100 | 2026-05-12T14:25:20.453Z | Downloaded slog-term v2.9.2 |
| 1101 | 2026-05-12T14:25:20.456Z | Downloaded spin v0.9.8 |
| 1102 | 2026-05-12T14:25:20.456Z | Downloaded term v0.7.0 |
| 1103 | 2026-05-12T14:25:20.459Z | Downloaded socket2 v0.6.3 |
| 1104 | 2026-05-12T14:25:20.462Z | Downloaded qorb v0.4.1 |
| 1105 | 2026-05-12T14:25:20.462Z | Downloaded usdt-attr-macro v0.6.0 |
| 1106 | 2026-05-12T14:25:20.465Z | Downloaded usdt v0.6.0 |
| 1107 | 2026-05-12T14:25:20.465Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-05-12T14:25:20.465Z | Downloaded rand v0.9.2 |
| 1109 | 2026-05-12T14:25:20.468Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1110 | 2026-05-12T14:25:20.468Z | Downloaded tokio-tungstenite v0.21.0 |
| 1111 | 2026-05-12T14:25:20.471Z | Downloaded hyper v1.8.1 |
| 1112 | 2026-05-12T14:25:20.475Z | Downloaded waitgroup v0.1.2 |
| 1113 | 2026-05-12T14:25:20.475Z | Downloaded tui-tree-widget v0.23.1 |
| 1114 | 2026-05-12T14:25:20.478Z | Downloaded socket2 v0.5.10 |
| 1115 | 2026-05-12T14:25:20.478Z | Downloaded signal-hook v0.3.18 |
| 1116 | 2026-05-12T14:25:20.478Z | Downloaded similar v2.7.0 |
| 1117 | 2026-05-12T14:25:20.481Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1118 | 2026-05-12T14:25:20.484Z | Downloaded wait-timeout v0.2.1 |
| 1119 | 2026-05-12T14:25:20.487Z | Downloaded want v0.3.1 |
| 1120 | 2026-05-12T14:25:20.493Z | Downloaded itertools v0.12.1 |
| 1121 | 2026-05-12T14:25:20.497Z | Downloaded rustls-webpki v0.103.9 |
| 1122 | 2026-05-12T14:25:20.500Z | Downloaded num-bigint-dig v0.8.6 |
| 1123 | 2026-05-12T14:25:20.503Z | Downloaded unicase v2.9.0 |
| 1124 | 2026-05-12T14:25:20.503Z | Downloaded subprocess v0.2.15 |
| 1125 | 2026-05-12T14:25:20.506Z | Downloaded typify-macro v0.6.2 |
| 1126 | 2026-05-12T14:25:20.506Z | Downloaded xshell-macros v0.2.7 |
| 1127 | 2026-05-12T14:25:20.506Z | Downloaded samael v0.0.19 |
| 1128 | 2026-05-12T14:25:20.509Z | Downloaded itertools v0.14.0 |
| 1129 | 2026-05-12T14:25:20.513Z | Downloaded zeroize_derive v1.4.3 |
| 1130 | 2026-05-12T14:25:20.516Z | Downloaded tokio-rustls v0.26.4 |
| 1131 | 2026-05-12T14:25:20.516Z | Downloaded schemars v0.9.0 |
| 1132 | 2026-05-12T14:25:20.523Z | Downloaded void v1.0.2 |
| 1133 | 2026-05-12T14:25:20.526Z | Downloaded usdt-impl v0.6.0 |
| 1134 | 2026-05-12T14:25:20.526Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1135 | 2026-05-12T14:25:20.526Z | Downloaded snafu v0.8.9 |
| 1136 | 2026-05-12T14:25:20.529Z | Downloaded zone_cfg_derive v0.3.1 |
| 1137 | 2026-05-12T14:25:20.532Z | Downloaded zone v0.3.1 |
| 1138 | 2026-05-12T14:25:20.532Z | Downloaded vsss-rs v3.3.4 |
| 1139 | 2026-05-12T14:25:20.532Z | Downloaded test-strategy v0.4.5 |
| 1140 | 2026-05-12T14:25:20.535Z | Downloaded hkdf v0.12.4 |
| 1141 | 2026-05-12T14:25:20.538Z | Downloaded schemars v1.2.1 |
| 1142 | 2026-05-12T14:25:20.544Z | Downloaded libm v0.2.16 |
| 1143 | 2026-05-12T14:25:20.550Z | Downloaded whoami v1.6.1 |
| 1144 | 2026-05-12T14:25:20.553Z | Downloaded uzers v0.12.2 |
| 1145 | 2026-05-12T14:25:20.553Z | Downloaded futures-util v0.3.32 |
| 1146 | 2026-05-12T14:25:20.559Z | Downloaded tracing-attributes v0.1.31 |
| 1147 | 2026-05-12T14:25:20.563Z | Downloaded vergen-gitcl v1.0.8 |
| 1148 | 2026-05-12T14:25:20.563Z | Downloaded tinyvec v1.10.0 |
| 1149 | 2026-05-12T14:25:20.566Z | Downloaded wyz v0.5.1 |
| 1150 | 2026-05-12T14:25:20.566Z | Downloaded rand v0.10.0 |
| 1151 | 2026-05-12T14:25:20.569Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1152 | 2026-05-12T14:25:20.569Z | Downloaded walkdir v2.5.0 |
| 1153 | 2026-05-12T14:25:20.572Z | Downloaded vergen-lib v0.1.6 |
| 1154 | 2026-05-12T14:25:20.572Z | Downloaded p521 v0.13.3 |
| 1155 | 2026-05-12T14:25:20.574Z | Downloaded itertools v0.13.0 |
| 1156 | 2026-05-12T14:25:20.577Z | Downloaded twox-hash v2.1.2 |
| 1157 | 2026-05-12T14:25:20.580Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-05-12T14:25:20.583Z | Downloaded unicode-properties v0.1.4 |
| 1159 | 2026-05-12T14:25:20.583Z | Downloaded whoami v2.1.0 |
| 1160 | 2026-05-12T14:25:20.586Z | Downloaded h2 v0.4.13 |
| 1161 | 2026-05-12T14:25:20.589Z | Downloaded xshell v0.2.7 |
| 1162 | 2026-05-12T14:25:20.589Z | Downloaded xattr v1.6.1 |
| 1163 | 2026-05-12T14:25:20.592Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1164 | 2026-05-12T14:25:20.592Z | Downloaded zstd v0.13.3 |
| 1165 | 2026-05-12T14:25:20.594Z | Downloaded tokio-rustls v0.24.1 |
| 1166 | 2026-05-12T14:25:20.597Z | Downloaded rsa v0.9.10 |
| 1167 | 2026-05-12T14:25:20.602Z | Downloaded tar v0.4.45 |
| 1168 | 2026-05-12T14:25:20.605Z | Downloaded zeroize v1.8.2 |
| 1169 | 2026-05-12T14:25:20.608Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1170 | 2026-05-12T14:25:20.617Z | Downloaded steno v0.4.1 |
| 1171 | 2026-05-12T14:25:20.620Z | Downloaded tungstenite v0.21.0 |
| 1172 | 2026-05-12T14:25:20.623Z | Downloaded tungstenite v0.23.0 |
| 1173 | 2026-05-12T14:25:20.626Z | Downloaded zstd-safe v7.2.4 |
| 1174 | 2026-05-12T14:25:20.629Z | Downloaded unicode-bidi v0.3.18 |
| 1175 | 2026-05-12T14:25:20.632Z | Downloaded vergen-git2 v1.0.7 |
| 1176 | 2026-05-12T14:25:20.635Z | Downloaded zerocopy v0.6.6 |
| 1177 | 2026-05-12T14:25:20.637Z | Downloaded typify v0.6.2 |
| 1178 | 2026-05-12T14:25:20.645Z | Downloaded uuid v1.23.0 |
| 1179 | 2026-05-12T14:25:20.648Z | Downloaded vte v0.14.1 |
| 1180 | 2026-05-12T14:25:20.651Z | Downloaded toml v0.7.8 |
| 1181 | 2026-05-12T14:25:20.651Z | Downloaded yasna v0.5.2 |
| 1182 | 2026-05-12T14:25:20.654Z | Downloaded russh v0.45.0 |
| 1183 | 2026-05-12T14:25:20.657Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1184 | 2026-05-12T14:25:20.659Z | Downloaded tracing-core v0.1.36 |
| 1185 | 2026-05-12T14:25:20.662Z | Downloaded unsafe-libyaml v0.2.11 |
| 1186 | 2026-05-12T14:25:20.666Z | Downloaded vergen v9.0.6 |
| 1187 | 2026-05-12T14:25:20.672Z | Downloaded rpassword v7.4.0 |
| 1188 | 2026-05-12T14:25:20.682Z | Downloaded tokio-postgres v0.7.16 |
| 1189 | 2026-05-12T14:25:20.685Z | Downloaded typify v0.4.3 |
| 1190 | 2026-05-12T14:25:20.693Z | Downloaded rustyline v14.0.0 |
| 1191 | 2026-05-12T14:25:20.696Z | Downloaded aws-lc-rs v1.16.3 |
| 1192 | 2026-05-12T14:25:20.709Z | Downloaded ssh-key v0.6.7 |
| 1193 | 2026-05-12T14:25:20.713Z | Downloaded zopfli v0.8.3 |
| 1194 | 2026-05-12T14:25:20.718Z | Downloaded p384 v0.13.1 |
| 1195 | 2026-05-12T14:25:20.728Z | Downloaded git2 v0.20.4 |
| 1196 | 2026-05-12T14:25:20.733Z | Downloaded yansi v1.0.1 |
| 1197 | 2026-05-12T14:25:20.735Z | Downloaded reedline v0.40.0 |
| 1198 | 2026-05-12T14:25:20.740Z | Downloaded zip v0.6.6 |
| 1199 | 2026-05-12T14:25:20.743Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-05-12T14:25:20.747Z | Downloaded toml_edit v0.19.15 |
| 1201 | 2026-05-12T14:25:20.757Z | Downloaded reqwest v0.12.28 |
| 1202 | 2026-05-12T14:25:20.761Z | Downloaded portable-atomic v1.13.1 |
| 1203 | 2026-05-12T14:25:20.767Z | Downloaded regex v1.12.3 |
| 1204 | 2026-05-12T14:25:20.779Z | Downloaded chrono v0.4.44 |
| 1205 | 2026-05-12T14:25:20.786Z | Downloaded tower v0.5.3 |
| 1206 | 2026-05-12T14:25:20.791Z | Downloaded unicode_categories v0.1.1 |
| 1207 | 2026-05-12T14:25:20.794Z | Downloaded x509-cert v0.2.5 |
| 1208 | 2026-05-12T14:25:20.796Z | Downloaded reqwest v0.13.2 |
| 1209 | 2026-05-12T14:25:20.799Z | Downloaded typed-path v0.9.3 |
| 1210 | 2026-05-12T14:25:20.809Z | Downloaded rayon v1.11.0 |
| 1211 | 2026-05-12T14:25:20.814Z | Downloaded rustls-webpki v0.101.7 |
| 1212 | 2026-05-12T14:25:20.822Z | Downloaded unicode-segmentation v1.12.0 |
| 1213 | 2026-05-12T14:25:20.826Z | Downloaded lalrpop v0.19.12 |
| 1214 | 2026-05-12T14:25:20.831Z | Downloaded quick-xml v0.37.5 |
| 1215 | 2026-05-12T14:25:20.840Z | Downloaded zip v4.6.1 |
| 1216 | 2026-05-12T14:25:20.844Z | Downloaded tower-http v0.6.8 |
| 1217 | 2026-05-12T14:25:20.848Z | Downloaded goblin v0.10.5 |
| 1218 | 2026-05-12T14:25:20.853Z | Downloaded curve25519-dalek v4.1.3 |
| 1219 | 2026-05-12T14:25:20.858Z | Downloaded unicode-normalization v0.1.25 |
| 1220 | 2026-05-12T14:25:20.860Z | Downloaded zerocopy-derive v0.8.40 |
| 1221 | 2026-05-12T14:25:20.865Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-05-12T14:25:20.869Z | Downloaded moka v0.12.13 |
| 1223 | 2026-05-12T14:25:20.874Z | Downloaded tough v0.22.0 |
| 1224 | 2026-05-12T14:25:20.879Z | Downloaded serde_with v3.17.0 |
| 1225 | 2026-05-12T14:25:20.886Z | Downloaded proptest v1.10.0 |
| 1226 | 2026-05-12T14:25:20.891Z | Downloaded salty v0.3.0 |
| 1227 | 2026-05-12T14:25:20.895Z | Downloaded petname v2.0.2 |
| 1228 | 2026-05-12T14:25:20.898Z | Downloaded nix v0.27.1 |
| 1229 | 2026-05-12T14:25:20.904Z | Downloaded rustls-webpki v0.102.8 |
| 1230 | 2026-05-12T14:25:20.915Z | Downloaded quinn-proto v0.11.13 |
| 1231 | 2026-05-12T14:25:20.920Z | Downloaded object v0.30.4 |
| 1232 | 2026-05-12T14:25:20.930Z | Downloaded radix_trie v0.2.1 |
| 1233 | 2026-05-12T14:25:20.934Z | Downloaded winnow v0.6.26 |
| 1234 | 2026-05-12T14:25:20.947Z | Downloaded winnow v0.5.40 |
| 1235 | 2026-05-12T14:25:20.966Z | Downloaded polar-core v0.27.3 |
| 1236 | 2026-05-12T14:25:20.971Z | Downloaded bstr v1.12.1 |
| 1237 | 2026-05-12T14:25:20.978Z | Downloaded tabled v0.20.0 |
| 1238 | 2026-05-12T14:25:20.991Z | Downloaded openssl v0.10.78 |
| 1239 | 2026-05-12T14:25:20.997Z | Downloaded regex-syntax v0.6.29 |
| 1240 | 2026-05-12T14:25:21.001Z | Downloaded nix v0.28.0 |
| 1241 | 2026-05-12T14:25:21.008Z | Downloaded rustls v0.21.12 |
| 1242 | 2026-05-12T14:25:21.014Z | Downloaded dropshot v0.17.0 |
| 1243 | 2026-05-12T14:25:21.027Z | Downloaded zlib-rs v0.6.2 |
| 1244 | 2026-05-12T14:25:21.030Z | Downloaded time v0.3.47 |
| 1245 | 2026-05-12T14:25:21.037Z | Downloaded hickory-proto v0.24.4 |
| 1246 | 2026-05-12T14:25:21.046Z | Downloaded smoltcp v0.9.1 |
| 1247 | 2026-05-12T14:25:21.052Z | Downloaded nix v0.31.2 |
| 1248 | 2026-05-12T14:25:21.059Z | Downloaded zerocopy v0.8.40 |
| 1249 | 2026-05-12T14:25:21.065Z | Downloaded object v0.37.3 |
| 1250 | 2026-05-12T14:25:21.071Z | Downloaded smoltcp v0.11.0 |
| 1251 | 2026-05-12T14:25:21.078Z | Downloaded vcpkg v0.2.15 |
| 1252 | 2026-05-12T14:25:21.102Z | Downloaded rustls v0.22.4 |
| 1253 | 2026-05-12T14:25:21.109Z | Downloaded hickory-proto v0.25.2 |
| 1254 | 2026-05-12T14:25:21.118Z | Downloaded diesel v2.3.7 |
| 1255 | 2026-05-12T14:25:21.130Z | Downloaded regex-syntax v0.8.10 |
| 1256 | 2026-05-12T14:25:21.134Z | Downloaded regress v0.10.5 |
| 1257 | 2026-05-12T14:25:21.139Z | Downloaded rustls v0.23.37 |
| 1258 | 2026-05-12T14:25:21.146Z | Downloaded regress v0.11.1 |
| 1259 | 2026-05-12T14:25:21.152Z | Downloaded rustix v0.38.44 |
| 1260 | 2026-05-12T14:25:21.165Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-05-12T14:25:21.172Z | Downloaded webpki-roots v1.0.6 |
| 1262 | 2026-05-12T14:25:21.175Z | Downloaded dropshot v0.16.7 |
| 1263 | 2026-05-12T14:25:21.187Z | Downloaded nix v0.29.0 |
| 1264 | 2026-05-12T14:25:21.194Z | Downloaded typify-impl v0.4.3 |
| 1265 | 2026-05-12T14:25:21.221Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-05-12T14:25:21.229Z | Downloaded zerocopy-derive v0.6.6 |
| 1267 | 2026-05-12T14:25:21.235Z | Downloaded regex-automata v0.4.14 |
| 1268 | 2026-05-12T14:25:21.244Z | Downloaded sled v0.34.7 |
| 1269 | 2026-05-12T14:25:21.257Z | Downloaded petgraph v0.6.5 |
| 1270 | 2026-05-12T14:25:21.268Z | Downloaded typify-impl v0.6.2 |
| 1271 | 2026-05-12T14:25:21.277Z | Downloaded ratatui v0.29.0 |
| 1272 | 2026-05-12T14:25:21.288Z | Downloaded tracing v0.1.44 |
| 1273 | 2026-05-12T14:25:21.301Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1274 | 2026-05-12T14:25:21.329Z | Downloaded libz-sys v1.1.24 |
| 1275 | 2026-05-12T14:25:21.341Z | Downloaded csv v1.4.0 |
| 1276 | 2026-05-12T14:25:21.353Z | Downloaded sha3 v0.10.8 |
| 1277 | 2026-05-12T14:25:21.356Z | Downloaded chrono-tz v0.10.4 |
| 1278 | 2026-05-12T14:25:21.372Z | Downloaded jiff v0.2.21 |
| 1279 | 2026-05-12T14:25:21.382Z | Downloaded tokio v1.52.1 |
| 1280 | 2026-05-12T14:25:21.405Z | Downloaded petgraph v0.8.3 |
| 1281 | 2026-05-12T14:25:21.426Z | Downloaded encoding_rs v0.8.35 |
| 1282 | 2026-05-12T14:25:21.439Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1283 | 2026-05-12T14:25:21.554Z | Downloaded ring v0.17.14 |
| 1284 | 2026-05-12T14:25:21.593Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-05-12T14:25:22.133Z | Downloaded aws-lc-sys v0.40.0 |
| 1286 | 2026-05-12T14:25:22.382Z | Compiling libc v0.2.185 |
| 1287 | 2026-05-12T14:25:22.382Z | Compiling serde v1.0.228 |
| 1288 | 2026-05-12T14:25:22.385Z | Compiling log v0.4.29 |
| 1289 | 2026-05-12T14:25:22.385Z | Compiling shlex v1.3.0 |
| 1290 | 2026-05-12T14:25:22.385Z | Compiling find-msvc-tools v0.1.9 |
| 1291 | 2026-05-12T14:25:22.385Z | Compiling smallvec v1.15.1 |
| 1292 | 2026-05-12T14:25:22.385Z | Compiling typenum v1.19.0 |
| 1293 | 2026-05-12T14:25:22.385Z | Compiling subtle v2.6.1 |
| 1294 | 2026-05-12T14:25:22.385Z | Compiling generic-array v0.14.7 |
| 1295 | 2026-05-12T14:25:22.386Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-05-12T14:25:22.386Z | Compiling const-oid v0.9.6 |
| 1297 | 2026-05-12T14:25:22.386Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-05-12T14:25:22.549Z | Compiling syn v2.0.117 |
| 1299 | 2026-05-12T14:25:22.552Z | Compiling serde_json v1.0.149 |
| 1300 | 2026-05-12T14:25:22.557Z | Compiling zerocopy v0.8.40 |
| 1301 | 2026-05-12T14:25:22.569Z | Compiling critical-section v1.2.0 |
| 1302 | 2026-05-12T14:25:22.759Z | Compiling lock_api v0.4.14 |
| 1303 | 2026-05-12T14:25:22.773Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-05-12T14:25:22.787Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-12T14:25:22.801Z | Compiling pkg-config v0.3.32 |
| 1306 | 2026-05-12T14:25:22.866Z | Compiling bitflags v2.11.0 |
| 1307 | 2026-05-12T14:25:22.894Z | Compiling libm v0.2.16 |
| 1308 | 2026-05-12T14:25:22.908Z | Compiling futures-core v0.3.32 |
| 1309 | 2026-05-12T14:25:22.912Z | Compiling num-traits v0.2.19 |
| 1310 | 2026-05-12T14:25:22.939Z | Compiling percent-encoding v2.3.2 |
| 1311 | 2026-05-12T14:25:23.017Z | Compiling futures-sink v0.3.32 |
| 1312 | 2026-05-12T14:25:23.032Z | Compiling slab v0.4.12 |
| 1313 | 2026-05-12T14:25:23.091Z | Compiling getrandom v0.4.1 |
| 1314 | 2026-05-12T14:25:23.106Z | Compiling futures-channel v0.3.32 |
| 1315 | 2026-05-12T14:25:23.135Z | Compiling futures-task v0.3.32 |
| 1316 | 2026-05-12T14:25:23.150Z | Compiling cpufeatures v0.2.17 |
| 1317 | 2026-05-12T14:25:23.153Z | Compiling futures-io v0.3.32 |
| 1318 | 2026-05-12T14:25:23.241Z | Compiling rand_core v0.10.0 |
| 1319 | 2026-05-12T14:25:23.258Z | Compiling indexmap v2.14.0 |
| 1320 | 2026-05-12T14:25:23.271Z | Compiling getrandom v0.3.4 |
| 1321 | 2026-05-12T14:25:23.313Z | Compiling rustversion v1.0.22 |
| 1322 | 2026-05-12T14:25:23.338Z | Compiling form_urlencoded v1.2.2 |
| 1323 | 2026-05-12T14:25:23.353Z | Compiling dunce v1.0.5 |
| 1324 | 2026-05-12T14:25:23.357Z | Compiling fs_extra v1.3.0 |
| 1325 | 2026-05-12T14:25:23.367Z | Compiling ident_case v1.0.1 |
| 1326 | 2026-05-12T14:25:23.415Z | Compiling base64ct v1.8.3 |
| 1327 | 2026-05-12T14:25:23.428Z | Compiling rustix v1.1.3 |
| 1328 | 2026-05-12T14:25:23.473Z | Compiling iana-time-zone v0.1.65 |
| 1329 | 2026-05-12T14:25:23.490Z | Compiling flagset v0.4.7 |
| 1330 | 2026-05-12T14:25:23.535Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-12T14:25:23.542Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-12T14:25:23.580Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-12T14:25:23.697Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-05-12T14:25:23.732Z | Compiling once_cell v1.21.3 |
| 1335 | 2026-05-12T14:25:23.749Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-05-12T14:25:23.749Z | Compiling mio v1.2.0 |
| 1337 | 2026-05-12T14:25:23.783Z | Compiling socket2 v0.6.3 |
| 1338 | 2026-05-12T14:25:23.797Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-12T14:25:23.852Z | Compiling pem-rfc7468 v0.7.0 |
| 1340 | 2026-05-12T14:25:23.894Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-12T14:25:23.979Z | Compiling regex-syntax v0.8.10 |
| 1342 | 2026-05-12T14:25:24.007Z | Compiling vcpkg v0.2.15 |
| 1343 | 2026-05-12T14:25:24.009Z | Compiling aws-lc-rs v1.16.3 |
| 1344 | 2026-05-12T14:25:24.052Z | Compiling uuid v1.23.0 |
| 1345 | 2026-05-12T14:25:24.068Z | Compiling tracing-core v0.1.36 |
| 1346 | 2026-05-12T14:25:24.200Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-05-12T14:25:24.222Z | Compiling base64 v0.22.1 |
| 1348 | 2026-05-12T14:25:24.245Z | Compiling rand_core v0.9.5 |
| 1349 | 2026-05-12T14:25:24.290Z | Compiling tinyvec_macros v0.1.1 |
| 1350 | 2026-05-12T14:25:24.333Z | Compiling openssl-probe v0.2.1 |
| 1351 | 2026-05-12T14:25:24.348Z | Compiling untrusted v0.7.1 |
| 1352 | 2026-05-12T14:25:24.372Z | Compiling untrusted v0.9.0 |
| 1353 | 2026-05-12T14:25:24.489Z | Compiling httparse v1.10.1 |
| 1354 | 2026-05-12T14:25:24.506Z | Compiling tinyvec v1.10.0 |
| 1355 | 2026-05-12T14:25:24.520Z | Compiling aho-corasick v1.1.4 |
| 1356 | 2026-05-12T14:25:24.536Z | Compiling rustls v0.23.37 |
| 1357 | 2026-05-12T14:25:24.553Z | Compiling cmake v0.1.57 |
| 1358 | 2026-05-12T14:25:24.567Z | Compiling schemars v0.8.22 |
| 1359 | 2026-05-12T14:25:24.581Z | Compiling tower-layer v0.3.3 |
| 1360 | 2026-05-12T14:25:24.595Z | Compiling tower-service v0.3.3 |
| 1361 | 2026-05-12T14:25:24.673Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-05-12T14:25:24.706Z | Compiling atomic-waker v1.1.2 |
| 1363 | 2026-05-12T14:25:24.733Z | Compiling dyn-clone v1.0.20 |
| 1364 | 2026-05-12T14:25:24.762Z | Compiling want v0.3.1 |
| 1365 | 2026-05-12T14:25:24.818Z | Compiling openssl v0.10.78 |
| 1366 | 2026-05-12T14:25:24.827Z | Compiling pin-utils v0.1.0 |
| 1367 | 2026-05-12T14:25:24.831Z | Compiling httpdate v1.0.3 |
| 1368 | 2026-05-12T14:25:24.857Z | Compiling foreign-types-shared v0.1.1 |
| 1369 | 2026-05-12T14:25:24.874Z | Compiling unicode-normalization v0.1.25 |
| 1370 | 2026-05-12T14:25:24.877Z | Compiling spin v0.9.8 |
| 1371 | 2026-05-12T14:25:24.915Z | Compiling time-core v0.1.8 |
| 1372 | 2026-05-12T14:25:24.915Z | Compiling powerfmt v0.2.0 |
| 1373 | 2026-05-12T14:25:24.945Z | Compiling foreign-types v0.3.2 |
| 1374 | 2026-05-12T14:25:24.972Z | Compiling crc32fast v1.5.0 |
| 1375 | 2026-05-12T14:25:24.975Z | Compiling num-conv v0.2.0 |
| 1376 | 2026-05-12T14:25:25.000Z | Compiling native-tls v0.2.18 |
| 1377 | 2026-05-12T14:25:25.050Z | Compiling wait-timeout v0.2.1 |
| 1378 | 2026-05-12T14:25:25.065Z | Compiling sync_wrapper v1.0.2 |
| 1379 | 2026-05-12T14:25:25.079Z | Compiling deranged v0.5.8 |
| 1380 | 2026-05-12T14:25:25.094Z | Compiling syn v1.0.109 |
| 1381 | 2026-05-12T14:25:25.124Z | Compiling time-macros v0.2.27 |
| 1382 | 2026-05-12T14:25:25.137Z | Compiling siphasher v1.0.2 |
| 1383 | 2026-05-12T14:25:25.153Z | Compiling num_threads v0.1.7 |
| 1384 | 2026-05-12T14:25:25.190Z | Compiling simd-adler32 v0.3.8 |
| 1385 | 2026-05-12T14:25:25.217Z | Compiling tempfile v3.25.0 |
| 1386 | 2026-05-12T14:25:25.272Z | Compiling usdt-impl v0.6.0 |
| 1387 | 2026-05-12T14:25:25.306Z | Compiling bit-vec v0.8.0 |
| 1388 | 2026-05-12T14:25:25.341Z | Compiling quick-error v1.2.3 |
| 1389 | 2026-05-12T14:25:25.357Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-05-12T14:25:25.385Z | Compiling slog v2.8.2 |
| 1391 | 2026-05-12T14:25:25.429Z | Compiling aws-lc-sys v0.40.0 |
| 1392 | 2026-05-12T14:25:25.446Z | Compiling ring v0.17.14 |
| 1393 | 2026-05-12T14:25:25.463Z | Compiling openssl-sys v0.9.114 |
| 1394 | 2026-05-12T14:25:25.476Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1395 | 2026-05-12T14:25:25.523Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-12T14:25:25.542Z | Compiling synstructure v0.13.2 |
| 1397 | 2026-05-12T14:25:25.573Z | Compiling pest_generator v2.8.6 |
| 1398 | 2026-05-12T14:25:25.589Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2026-05-12T14:25:25.604Z | Compiling darling_core v0.20.11 |
| 1400 | 2026-05-12T14:25:25.631Z | Compiling darling_core v0.21.3 |
| 1401 | 2026-05-12T14:25:25.696Z | Compiling bit-set v0.8.0 |
| 1402 | 2026-05-12T14:25:25.962Z | Compiling rusty-fork v0.3.1 |
| 1403 | 2026-05-12T14:25:26.202Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1404 | 2026-05-12T14:25:26.219Z | Compiling heapless v0.7.17 |
| 1405 | 2026-05-12T14:25:26.308Z | Compiling rand_xorshift v0.4.0 |
| 1406 | 2026-05-12T14:25:26.322Z | Compiling time v0.3.47 |
| 1407 | 2026-05-12T14:25:26.360Z | Compiling thread-id v5.1.0 |
| 1408 | 2026-05-12T14:25:26.383Z | Compiling cookie v0.18.1 |
| 1409 | 2026-05-12T14:25:26.459Z | Compiling unicode-bidi v0.3.18 |
| 1410 | 2026-05-12T14:25:26.492Z | Compiling unarray v0.1.4 |
| 1411 | 2026-05-12T14:25:26.495Z | Compiling signal-hook v0.3.18 |
| 1412 | 2026-05-12T14:25:26.522Z | Compiling ryu v1.0.23 |
| 1413 | 2026-05-12T14:25:26.525Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-05-12T14:25:26.584Z | Compiling unicode-properties v0.1.4 |
| 1415 | 2026-05-12T14:25:26.599Z | Compiling anyhow v1.0.102 |
| 1416 | 2026-05-12T14:25:26.619Z | Compiling allocator-api2 v0.2.21 |
| 1417 | 2026-05-12T14:25:26.690Z | Compiling paste v1.0.15 |
| 1418 | 2026-05-12T14:25:26.705Z | Compiling iri-string v0.7.10 |
| 1419 | 2026-05-12T14:25:26.721Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-12T14:25:26.787Z | Compiling miniz_oxide v0.8.9 |
| 1421 | 2026-05-12T14:25:26.810Z | Compiling stringprep v0.1.5 |
| 1422 | 2026-05-12T14:25:27.096Z | Compiling num-integer v0.1.46 |
| 1423 | 2026-05-12T14:25:27.183Z | Compiling vergen-lib v0.1.6 |
| 1424 | 2026-05-12T14:25:27.298Z | Compiling curve25519-dalek v4.1.3 |
| 1425 | 2026-05-12T14:25:27.315Z | Compiling serde_derive v1.0.228 |
| 1426 | 2026-05-12T14:25:27.379Z | Compiling zeroize_derive v1.4.3 |
| 1427 | 2026-05-12T14:25:27.426Z | Compiling zerofrom-derive v0.1.6 |
| 1428 | 2026-05-12T14:25:27.439Z | Compiling yoke-derive v0.8.1 |
| 1429 | 2026-05-12T14:25:27.554Z | Compiling zerovec-derive v0.11.2 |
| 1430 | 2026-05-12T14:25:27.689Z | Compiling zerocopy-derive v0.8.40 |
| 1431 | 2026-05-12T14:25:27.746Z | Compiling displaydoc v0.2.5 |
| 1432 | 2026-05-12T14:25:28.020Z | Compiling tokio-macros v2.7.0 |
| 1433 | 2026-05-12T14:25:28.035Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-05-12T14:25:28.099Z | Compiling zeroize v1.8.2 |
| 1435 | 2026-05-12T14:25:28.335Z | Compiling der_derive v0.7.3 |
| 1436 | 2026-05-12T14:25:28.347Z | Compiling rustls-pki-types v1.14.0 |
| 1437 | 2026-05-12T14:25:28.531Z | Compiling tracing-attributes v0.1.31 |
| 1438 | 2026-05-12T14:25:28.677Z | Compiling thiserror-impl v2.0.18 |
| 1439 | 2026-05-12T14:25:28.754Z | Compiling scroll_derive v0.13.1 |
| 1440 | 2026-05-12T14:25:28.790Z | Compiling pest_derive v2.8.6 |
| 1441 | 2026-05-12T14:25:28.831Z | Compiling schemars_derive v0.8.22 |
| 1442 | 2026-05-12T14:25:28.899Z | Compiling crypto-common v0.1.7 |
| 1443 | 2026-05-12T14:25:28.909Z | Compiling zerofrom v0.1.6 |
| 1444 | 2026-05-12T14:25:28.909Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-05-12T14:25:29.048Z | Compiling yoke v0.8.1 |
| 1446 | 2026-05-12T14:25:29.064Z | Compiling digest v0.10.7 |
| 1447 | 2026-05-12T14:25:29.113Z | Compiling futures-util v0.3.32 |
| 1448 | 2026-05-12T14:25:29.245Z | Compiling zerovec v0.11.5 |
| 1449 | 2026-05-12T14:25:29.259Z | Compiling zerotrie v0.2.3 |
| 1450 | 2026-05-12T14:25:29.328Z | Compiling hmac v0.12.1 |
| 1451 | 2026-05-12T14:25:29.342Z | Compiling block-padding v0.3.3 |
| 1452 | 2026-05-12T14:25:29.500Z | Compiling inout v0.1.4 |
| 1453 | 2026-05-12T14:25:29.519Z | Compiling sha2 v0.10.9 |
| 1454 | 2026-05-12T14:25:29.579Z | Compiling der v0.7.10 |
| 1455 | 2026-05-12T14:25:29.606Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-05-12T14:25:29.687Z | Compiling cipher v0.4.4 |
| 1457 | 2026-05-12T14:25:29.737Z | Compiling tinystr v0.8.2 |
| 1458 | 2026-05-12T14:25:29.801Z | Compiling potential_utf v0.1.4 |
| 1459 | 2026-05-12T14:25:29.869Z | Compiling scroll v0.13.0 |
| 1460 | 2026-05-12T14:25:29.936Z | Compiling icu_locale_core v2.1.1 |
| 1461 | 2026-05-12T14:25:29.987Z | Compiling icu_collections v2.1.1 |
| 1462 | 2026-05-12T14:25:30.002Z | Compiling salsa20 v0.10.2 |
| 1463 | 2026-05-12T14:25:30.002Z | Compiling tracing v0.1.44 |
| 1464 | 2026-05-12T14:25:30.086Z | Compiling thiserror v2.0.18 |
| 1465 | 2026-05-12T14:25:30.100Z | Compiling aes v0.8.4 |
| 1466 | 2026-05-12T14:25:30.166Z | Compiling scrypt v0.11.0 |
| 1467 | 2026-05-12T14:25:30.170Z | Compiling cbc v0.1.2 |
| 1468 | 2026-05-12T14:25:30.209Z | Compiling darling_macro v0.20.11 |
| 1469 | 2026-05-12T14:25:30.303Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-05-12T14:25:30.339Z | Compiling goblin v0.10.5 |
| 1471 | 2026-05-12T14:25:30.441Z | Compiling spki v0.7.3 |
| 1472 | 2026-05-12T14:25:30.487Z | Compiling rustls-native-certs v0.8.3 |
| 1473 | 2026-05-12T14:25:30.663Z | Compiling icu_provider v2.1.1 |
| 1474 | 2026-05-12T14:25:30.700Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-05-12T14:25:30.805Z | Compiling darling v0.20.11 |
| 1476 | 2026-05-12T14:25:30.845Z | Compiling bytes v1.11.1 |
| 1477 | 2026-05-12T14:25:30.862Z | Compiling chrono v0.4.44 |
| 1478 | 2026-05-12T14:25:30.898Z | Compiling icu_properties v2.1.2 |
| 1479 | 2026-05-12T14:25:30.930Z | Compiling icu_normalizer v2.1.1 |
| 1480 | 2026-05-12T14:25:30.952Z | Compiling ipnet v2.11.0 |
| 1481 | 2026-05-12T14:25:30.974Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-05-12T14:25:31.067Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2026-05-12T14:25:31.199Z | Compiling dtrace-parser v0.3.0 |
| 1484 | 2026-05-12T14:25:31.212Z | Compiling signature v2.2.0 |
| 1485 | 2026-05-12T14:25:31.394Z | Compiling tokio v1.52.1 |
| 1486 | 2026-05-12T14:25:31.411Z | Compiling http v1.4.0 |
| 1487 | 2026-05-12T14:25:31.451Z | Compiling webpki-roots v1.0.6 |
| 1488 | 2026-05-12T14:25:31.479Z | Compiling scroll_derive v0.12.1 |
| 1489 | 2026-05-12T14:25:31.494Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-05-12T14:25:31.496Z | Compiling serde_urlencoded v0.7.1 |
| 1491 | 2026-05-12T14:25:31.581Z | Compiling serde_tokenstream v0.2.3 |
| 1492 | 2026-05-12T14:25:31.760Z | Compiling idna_adapter v1.2.1 |
| 1493 | 2026-05-12T14:25:31.864Z | Compiling derive_builder_macro v0.20.2 |
| 1494 | 2026-05-12T14:25:31.912Z | Compiling idna v1.1.0 |
| 1495 | 2026-05-12T14:25:31.912Z | Compiling erased-serde v0.3.31 |
| 1496 | 2026-05-12T14:25:31.972Z | Compiling serde_spanned v0.6.9 |
| 1497 | 2026-05-12T14:25:32.014Z | Compiling toml_datetime v0.6.11 |
| 1498 | 2026-05-12T14:25:32.028Z | Compiling md-5 v0.10.6 |
| 1499 | 2026-05-12T14:25:32.131Z | Compiling ppv-lite86 v0.2.21 |
| 1500 | 2026-05-12T14:25:32.172Z | Compiling http-body v1.0.1 |
| 1501 | 2026-05-12T14:25:32.205Z | Compiling url v2.5.8 |
| 1502 | 2026-05-12T14:25:32.288Z | Compiling scroll v0.12.0 |
| 1503 | 2026-05-12T14:25:32.302Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-12T14:25:32.318Z | Compiling darling_macro v0.21.3 |
| 1505 | 2026-05-12T14:25:32.347Z | Compiling bstr v1.12.1 |
| 1506 | 2026-05-12T14:25:32.362Z | Compiling pin-project-internal v1.1.11 |
| 1507 | 2026-05-12T14:25:32.364Z | Compiling async-trait v0.1.89 |
| 1508 | 2026-05-12T14:25:32.421Z | Compiling rand_chacha v0.9.0 |
| 1509 | 2026-05-12T14:25:32.473Z | Compiling rand_chacha v0.3.1 |
| 1510 | 2026-05-12T14:25:32.564Z | Compiling zerocopy-derive v0.7.35 |
| 1511 | 2026-05-12T14:25:32.578Z | Compiling ff v0.13.1 |
| 1512 | 2026-05-12T14:25:32.597Z | Compiling hash32 v0.2.1 |
| 1513 | 2026-05-12T14:25:32.773Z | Compiling rand v0.9.2 |
| 1514 | 2026-05-12T14:25:32.878Z | Compiling memoffset v0.9.1 |
| 1515 | 2026-05-12T14:25:32.881Z | Compiling thiserror v1.0.69 |
| 1516 | 2026-05-12T14:25:33.000Z | Compiling litrs v1.0.0 |
| 1517 | 2026-05-12T14:25:33.054Z | Compiling psl-types v2.0.11 |
| 1518 | 2026-05-12T14:25:33.106Z | Compiling dof v0.4.0 |
| 1519 | 2026-05-12T14:25:33.195Z | Compiling fallible-iterator v0.2.0 |
| 1520 | 2026-05-12T14:25:33.208Z | Compiling cfg_aliases v0.2.1 |
| 1521 | 2026-05-12T14:25:33.291Z | Compiling ref-cast v1.0.25 |
| 1522 | 2026-05-12T14:25:33.330Z | Compiling smoltcp v0.9.1 |
| 1523 | 2026-05-12T14:25:33.405Z | Compiling proptest v1.10.0 |
| 1524 | 2026-05-12T14:25:33.478Z | Compiling rustix v0.38.44 |
| 1525 | 2026-05-12T14:25:33.522Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-05-12T14:25:33.525Z | Compiling zlib-rs v0.6.2 |
| 1527 | 2026-05-12T14:25:33.550Z | Compiling base16ct v0.2.0 |
| 1528 | 2026-05-12T14:25:33.599Z | Compiling pin-project v1.1.11 |
| 1529 | 2026-05-12T14:25:33.615Z | Compiling document-features v0.2.12 |
| 1530 | 2026-05-12T14:25:33.691Z | Compiling ipnetwork v0.21.1 |
| 1531 | 2026-05-12T14:25:33.719Z | Compiling sec1 v0.7.3 |
| 1532 | 2026-05-12T14:25:33.738Z | Compiling zerocopy v0.7.35 |
| 1533 | 2026-05-12T14:25:33.753Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-05-12T14:25:33.789Z | Compiling nix v0.31.2 |
| 1535 | 2026-05-12T14:25:33.818Z | Compiling publicsuffix v2.3.0 |
| 1536 | 2026-05-12T14:25:33.961Z | Compiling oxnet v0.1.4 |
| 1537 | 2026-05-12T14:25:34.027Z | Compiling darling v0.21.3 |
| 1538 | 2026-05-12T14:25:34.135Z | Compiling group v0.13.0 |
| 1539 | 2026-05-12T14:25:34.138Z | Compiling rand v0.8.6 |
| 1540 | 2026-05-12T14:25:34.184Z | Compiling goblin v0.8.2 |
| 1541 | 2026-05-12T14:25:34.222Z | Compiling derive_builder v0.20.2 |
| 1542 | 2026-05-12T14:25:34.334Z | Compiling futures-executor v0.3.32 |
| 1543 | 2026-05-12T14:25:34.347Z | Compiling hubpack_derive v0.1.1 |
| 1544 | 2026-05-12T14:25:34.350Z | Compiling hex v0.4.3 |
| 1545 | 2026-05-12T14:25:34.350Z | Compiling cargo-platform v0.1.9 |
| 1546 | 2026-05-12T14:25:34.389Z | Compiling hkdf v0.12.4 |
| 1547 | 2026-05-12T14:25:34.392Z | Compiling crypto-bigint v0.5.5 |
| 1548 | 2026-05-12T14:25:34.464Z | Compiling regex v1.12.3 |
| 1549 | 2026-05-12T14:25:34.650Z | Compiling num-iter v0.1.45 |
| 1550 | 2026-05-12T14:25:34.680Z | Compiling ref-cast-impl v1.0.25 |
| 1551 | 2026-05-12T14:25:34.683Z | Compiling strum_macros v0.27.2 |
| 1552 | 2026-05-12T14:25:34.683Z | Compiling daft-derive v0.1.5 |
| 1553 | 2026-05-12T14:25:34.707Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2026-05-12T14:25:34.721Z | Compiling snafu-derive v0.8.9 |
| 1555 | 2026-05-12T14:25:35.021Z | Compiling phf_shared v0.13.1 |
| 1556 | 2026-05-12T14:25:35.169Z | Compiling terminal_size v0.4.3 |
| 1557 | 2026-05-12T14:25:35.198Z | Compiling lazy_static v1.5.0 |
| 1558 | 2026-05-12T14:25:35.231Z | Compiling tokio-util v0.7.18 |
| 1559 | 2026-05-12T14:25:35.257Z | Compiling tower v0.5.3 |
| 1560 | 2026-05-12T14:25:35.280Z | Compiling tokio-native-tls v0.3.1 |
| 1561 | 2026-05-12T14:25:35.305Z | Compiling vergen v9.0.6 |
| 1562 | 2026-05-12T14:25:35.325Z | Compiling fs-err v3.3.0 |
| 1563 | 2026-05-12T14:25:35.396Z | Compiling ahash v0.8.12 |
| 1564 | 2026-05-12T14:25:35.417Z | Compiling encoding_rs v0.8.35 |
| 1565 | 2026-05-12T14:25:35.462Z | Compiling foldhash v0.1.5 |
| 1566 | 2026-05-12T14:25:35.478Z | Compiling unicode-segmentation v1.12.0 |
| 1567 | 2026-05-12T14:25:35.504Z | Compiling bitflags v1.3.2 |
| 1568 | 2026-05-12T14:25:35.532Z | Compiling winnow v0.5.40 |
| 1569 | 2026-05-12T14:25:35.592Z | Compiling mime v0.3.17 |
| 1570 | 2026-05-12T14:25:35.617Z | Compiling bumpalo v3.20.2 |
| 1571 | 2026-05-12T14:25:35.646Z | Compiling libbz2-rs-sys v0.2.2 |
| 1572 | 2026-05-12T14:25:35.746Z | Compiling tower-http v0.6.8 |
| 1573 | 2026-05-12T14:25:35.868Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-12T14:25:35.882Z | Compiling foldhash v0.2.0 |
| 1575 | 2026-05-12T14:25:35.896Z | Compiling managed v0.8.0 |
| 1576 | 2026-05-12T14:25:36.131Z | Compiling h2 v0.4.13 |
| 1577 | 2026-05-12T14:25:36.145Z | Compiling object v0.37.3 |
| 1578 | 2026-05-12T14:25:36.177Z | Compiling same-file v1.0.6 |
| 1579 | 2026-05-12T14:25:36.235Z | Compiling daft v0.1.5 |
| 1580 | 2026-05-12T14:25:36.317Z | Compiling walkdir v2.5.0 |
| 1581 | 2026-05-12T14:25:36.359Z | Compiling bzip2 v0.6.1 |
| 1582 | 2026-05-12T14:25:36.432Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-05-12T14:25:36.568Z | Compiling dof v0.3.0 |
| 1584 | 2026-05-12T14:25:36.586Z | Compiling hashbrown v0.16.1 |
| 1585 | 2026-05-12T14:25:36.600Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-05-12T14:25:36.701Z | Compiling hashbrown v0.15.5 |
| 1587 | 2026-05-12T14:25:36.704Z | Compiling snafu v0.8.9 |
| 1588 | 2026-05-12T14:25:36.750Z | Compiling strum v0.27.2 |
| 1589 | 2026-05-12T14:25:36.769Z | Compiling clap_builder v4.5.60 |
| 1590 | 2026-05-12T14:25:36.863Z | Compiling toml_edit v0.19.15 |
| 1591 | 2026-05-12T14:25:36.993Z | Compiling elliptic-curve v0.13.8 |
| 1592 | 2026-05-12T14:25:37.159Z | Compiling phf v0.13.1 |
| 1593 | 2026-05-12T14:25:37.192Z | Compiling signal-hook-mio v0.2.5 |
| 1594 | 2026-05-12T14:25:37.220Z | Compiling cargo_metadata v0.19.2 |
| 1595 | 2026-05-12T14:25:37.269Z | Compiling cookie_store v0.22.1 |
| 1596 | 2026-05-12T14:25:37.288Z | Compiling hubpack v0.1.2 |
| 1597 | 2026-05-12T14:25:37.306Z | Compiling usdt-attr-macro v0.6.0 |
| 1598 | 2026-05-12T14:25:37.321Z | Compiling usdt-macro v0.6.0 |
| 1599 | 2026-05-12T14:25:37.335Z | Compiling bzip2 v0.4.4 |
| 1600 | 2026-05-12T14:25:37.417Z | Compiling futures v0.3.32 |
| 1601 | 2026-05-12T14:25:37.527Z | Compiling serde_with_macros v3.17.0 |
| 1602 | 2026-05-12T14:25:37.562Z | Compiling postgres-types v0.2.12 |
| 1603 | 2026-05-12T14:25:37.688Z | Compiling zstd v0.13.3 |
| 1604 | 2026-05-12T14:25:37.701Z | Compiling dtrace-parser v0.2.0 |
| 1605 | 2026-05-12T14:25:37.941Z | Compiling globset v0.4.18 |
| 1606 | 2026-05-12T14:25:37.973Z | Compiling ed25519 v2.2.3 |
| 1607 | 2026-05-12T14:25:38.136Z | Compiling pkcs1 v0.7.5 |
| 1608 | 2026-05-12T14:25:38.163Z | Compiling serde-big-array v0.5.1 |
| 1609 | 2026-05-12T14:25:38.178Z | Compiling olpc-cjson v0.1.4 |
| 1610 | 2026-05-12T14:25:38.327Z | Compiling serde_plain v1.0.2 |
| 1611 | 2026-05-12T14:25:38.356Z | Compiling rfc6979 v0.4.0 |
| 1612 | 2026-05-12T14:25:38.489Z | Compiling enum-as-inner v0.6.1 |
| 1613 | 2026-05-12T14:25:38.504Z | Compiling strum_macros v0.26.4 |
| 1614 | 2026-05-12T14:25:38.542Z | Compiling async-recursion v1.1.1 |
| 1615 | 2026-05-12T14:25:38.562Z | Compiling clap_derive v4.5.55 |
| 1616 | 2026-05-12T14:25:38.640Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-05-12T14:25:38.657Z | Compiling phf_shared v0.11.3 |
| 1618 | 2026-05-12T14:25:38.740Z | Compiling float-cmp v0.10.0 |
| 1619 | 2026-05-12T14:25:38.784Z | Compiling pem v3.0.6 |
| 1620 | 2026-05-12T14:25:38.863Z | Compiling thread-id v4.2.2 |
| 1621 | 2026-05-12T14:25:38.907Z | Compiling memmap2 v0.9.10 |
| 1622 | 2026-05-12T14:25:38.922Z | Compiling env_filter v1.0.0 |
| 1623 | 2026-05-12T14:25:38.960Z | Compiling jiff v0.2.21 |
| 1624 | 2026-05-12T14:25:39.025Z | Compiling keccak v0.1.6 |
| 1625 | 2026-05-12T14:25:39.132Z | Compiling fixedbitset v0.4.2 |
| 1626 | 2026-05-12T14:25:39.146Z | Compiling new_debug_unreachable v1.0.6 |
| 1627 | 2026-05-12T14:25:39.201Z | Compiling hyper v1.8.1 |
| 1628 | 2026-05-12T14:25:39.233Z | Compiling predicates-core v1.0.10 |
| 1629 | 2026-05-12T14:25:39.251Z | Compiling precomputed-hash v0.1.1 |
| 1630 | 2026-05-12T14:25:39.254Z | Compiling normalize-line-endings v0.3.0 |
| 1631 | 2026-05-12T14:25:39.357Z | Compiling difflib v0.4.0 |
| 1632 | 2026-05-12T14:25:39.377Z | Compiling rustc-hash v2.1.1 |
| 1633 | 2026-05-12T14:25:39.380Z | Compiling whoami v2.1.0 |
| 1634 | 2026-05-12T14:25:39.438Z | Compiling fixedbitset v0.5.7 |
| 1635 | 2026-05-12T14:25:39.517Z | Compiling either v1.15.0 |
| 1636 | 2026-05-12T14:25:39.620Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-05-12T14:25:39.746Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-12T14:25:39.773Z | Compiling static_assertions v1.1.0 |
| 1639 | 2026-05-12T14:25:39.810Z | Compiling itertools v0.13.0 |
| 1640 | 2026-05-12T14:25:39.866Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1641 | 2026-05-12T14:25:39.880Z | Compiling petgraph v0.8.3 |
| 1642 | 2026-05-12T14:25:39.896Z | Compiling tokio-postgres v0.7.16 |
| 1643 | 2026-05-12T14:25:39.940Z | Compiling hickory-proto v0.25.2 |
| 1644 | 2026-05-12T14:25:40.123Z | Compiling predicates v3.1.4 |
| 1645 | 2026-05-12T14:25:40.229Z | Compiling toml_edit v0.22.27 |
| 1646 | 2026-05-12T14:25:40.313Z | Compiling hyper-util v0.1.20 |
| 1647 | 2026-05-12T14:25:40.347Z | Compiling strum v0.26.3 |
| 1648 | 2026-05-12T14:25:40.414Z | Compiling clap v4.5.60 |
| 1649 | 2026-05-12T14:25:40.492Z | Compiling iddqd v0.3.18 |
| 1650 | 2026-05-12T14:25:40.508Z | Compiling string_cache v0.8.9 |
| 1651 | 2026-05-12T14:25:40.748Z | Compiling petgraph v0.6.5 |
| 1652 | 2026-05-12T14:25:40.817Z | Compiling sha3 v0.10.8 |
| 1653 | 2026-05-12T14:25:40.832Z | Compiling env_logger v0.11.9 |
| 1654 | 2026-05-12T14:25:41.015Z | Compiling usdt v0.6.0 |
| 1655 | 2026-05-12T14:25:41.071Z | Compiling usdt-impl v0.5.0 |
| 1656 | 2026-05-12T14:25:41.202Z | Compiling serde_with v3.17.0 |
| 1657 | 2026-05-12T14:25:41.295Z | Compiling crossterm v0.28.1 |
| 1658 | 2026-05-12T14:25:41.310Z | Compiling ecdsa v0.16.9 |
| 1659 | 2026-05-12T14:25:41.681Z | Compiling hyper-tls v0.6.0 |
| 1660 | 2026-05-12T14:25:41.697Z | Compiling zip v4.6.1 |
| 1661 | 2026-05-12T14:25:41.724Z | Compiling rsa v0.9.10 |
| 1662 | 2026-05-12T14:25:41.838Z | Compiling toml v0.7.8 |
| 1663 | 2026-05-12T14:25:41.933Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-05-12T14:25:42.252Z | Compiling zip v0.6.6 |
| 1665 | 2026-05-12T14:25:42.648Z | Compiling tokio-stream v0.1.18 |
| 1666 | 2026-05-12T14:25:42.728Z | Compiling similar v2.7.0 |
| 1667 | 2026-05-12T14:25:42.755Z | Compiling heck v0.4.1 |
| 1668 | 2026-05-12T14:25:42.773Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1669 | 2026-05-12T14:25:42.788Z | Compiling buf-list v1.1.2 |
| 1670 | 2026-05-12T14:25:42.908Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1671 | 2026-05-12T14:25:42.923Z | Compiling openapiv3 v2.2.0 |
| 1672 | 2026-05-12T14:25:42.992Z | Compiling x509-cert v0.2.5 |
| 1673 | 2026-05-12T14:25:43.008Z | Compiling sha1 v0.10.6 |
| 1674 | 2026-05-12T14:25:43.011Z | Compiling crossbeam-epoch v0.9.18 |
| 1675 | 2026-05-12T14:25:43.083Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1676 | 2026-05-12T14:25:43.144Z | Compiling peg-runtime v0.8.5 |
| 1677 | 2026-05-12T14:25:43.221Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-05-12T14:25:43.244Z | Compiling thread_local v1.1.9 |
| 1679 | 2026-05-12T14:25:43.259Z | Compiling slog-async v2.8.0 |
| 1680 | 2026-05-12T14:25:43.375Z | Compiling crossbeam-channel v0.5.15 |
| 1681 | 2026-05-12T14:25:43.401Z | Compiling is-terminal v0.4.17 |
| 1682 | 2026-05-12T14:25:43.433Z | Compiling filetime v0.2.27 |
| 1683 | 2026-05-12T14:25:43.447Z | Compiling take_mut v0.2.2 |
| 1684 | 2026-05-12T14:25:43.463Z | Compiling xattr v1.6.1 |
| 1685 | 2026-05-12T14:25:43.508Z | Compiling term v1.2.1 |
| 1686 | 2026-05-12T14:25:43.601Z | Compiling tar v0.4.45 |
| 1687 | 2026-05-12T14:25:43.846Z | Compiling slog-term v2.9.2 |
| 1688 | 2026-05-12T14:26:01.387Z | Compiling rustls-webpki v0.103.9 |
| 1689 | 2026-05-12T14:26:04.180Z | Compiling tokio-rustls v0.26.4 |
| 1690 | 2026-05-12T14:26:04.180Z | Compiling rustls-platform-verifier v0.6.2 |
| 1691 | 2026-05-12T14:26:04.389Z | Compiling hyper-rustls v0.27.7 |
| 1692 | 2026-05-12T14:26:04.580Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-05-12T14:26:04.581Z | Compiling reqwest v0.13.2 |
| 1694 | 2026-05-12T14:26:05.803Z | Compiling tough v0.22.0 |
| 1695 | 2026-05-12T14:26:08.303Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1696 | 2026-05-12T14:26:08.538Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1697 | 2026-05-12T14:26:11.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.49s |
| 1698 | 2026-05-12T14:26:11.620Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1699 | 2026-05-12T14:26:11.658Z | May 12 14:26:10.652 INFO Starting download, target: Console |
| 1700 | 2026-05-12T14:26:11.658Z | May 12 14:26:10.653 INFO Starting download, target: Clickhouse |
| 1701 | 2026-05-12T14:26:11.659Z | May 12 14:26:10.653 INFO Starting download, target: Cockroach |
| 1702 | 2026-05-12T14:26:11.659Z | May 12 14:26:10.653 INFO Starting download, target: DendriteStub |
| 1703 | 2026-05-12T14:26:11.676Z | May 12 14:26:10.653 INFO Starting download, target: MaghemiteMgd |
| 1704 | 2026-05-12T14:26:11.677Z | May 12 14:26:10.653 INFO Starting download, target: TransceiverControl |
| 1705 | 2026-05-12T14:26:11.677Z | May 12 14:26:10.653 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1706 | 2026-05-12T14:26:11.677Z | May 12 14:26:10.653 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1707 | 2026-05-12T14:26:11.677Z | May 12 14:26:10.653 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-12T14:26:11.677Z | May 12 14:26:10.653 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1709 | 2026-05-12T14:26:11.677Z | May 12 14:26:10.653 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1710 | 2026-05-12T14:26:11.677Z | May 12 14:26:10.653 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1711 | 2026-05-12T14:26:12.436Z | May 12 14:26:11.413 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1712 | 2026-05-12T14:26:12.653Z | May 12 14:26:11.616 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1713 | 2026-05-12T14:26:12.698Z | May 12 14:26:11.623 INFO Download complete, target: TransceiverControl |
| 1714 | 2026-05-12T14:26:12.861Z | May 12 14:26:11.844 INFO Download complete, target: Console |
| 1715 | 2026-05-12T14:26:13.467Z | May 12 14:26:12.460 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1716 | 2026-05-12T14:26:13.523Z | May 12 14:26:12.512 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1717 | 2026-05-12T14:26:13.965Z | May 12 14:26:12.962 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1718 | 2026-05-12T14:26:14.145Z | May 12 14:26:13.142 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1719 | 2026-05-12T14:26:14.145Z | May 12 14:26:13.142 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1720 | 2026-05-12T14:26:15.796Z | May 12 14:26:14.793 INFO Download complete, target: DendriteStub |
| 1721 | 2026-05-12T14:26:16.331Z | May 12 14:26:15.329 INFO Download complete, target: MaghemiteMgd |
| 1722 | 2026-05-12T14:26:18.933Z | May 12 14:26:17.930 INFO Checking that binary works, target: Cockroach |
| 1723 | 2026-05-12T14:26:19.053Z | May 12 14:26:18.050 INFO Download complete, target: Cockroach |
| 1724 | 2026-05-12T14:26:20.388Z | May 12 14:26:19.385 INFO Checking that binary works, target: Clickhouse |
| 1725 | 2026-05-12T14:26:20.475Z | May 12 14:26:19.471 INFO Download complete, target: Clickhouse |
| 1726 | 2026-05-12T14:26:20.480Z | All prerequisites installed successfully |
| 1727 | 2026-05-12T14:26:20.483Z | |
| 1728 | 2026-05-12T14:26:20.483Z | real 1:59.880226413 |
| 1729 | 2026-05-12T14:26:20.483Z | user 6:58.204397494 |
| 1730 | 2026-05-12T14:26:20.483Z | sys 1:39.892314648 |
| 1731 | 2026-05-12T14:26:20.483Z | trap 0.262314729 |
| 1732 | 2026-05-12T14:26:20.483Z | tflt 1.059951250 |
| 1733 | 2026-05-12T14:26:20.483Z | dflt 1.716858250 |
| 1734 | 2026-05-12T14:26:20.483Z | kflt 0.026257335 |
| 1735 | 2026-05-12T14:26:20.483Z | lock 22:48.408031587 |
| 1736 | 2026-05-12T14:26:20.483Z | slp 18:54.162674132 |
| 1737 | 2026-05-12T14:26:20.483Z | lat 26.142612243 |
| 1738 | 2026-05-12T14:26:20.483Z | stop 2:49.972066184 |
| 1739 | 2026-05-12T14:26:20.483Z | + ptime -m cargo xtask download softnpu |
| 1740 | 2026-05-12T14:26:20.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1741 | 2026-05-12T14:26:21.036Z | Running `target/debug/xtask download softnpu` |
| 1742 | 2026-05-12T14:26:21.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1743 | 2026-05-12T14:26:21.886Z | Running `target/debug/xtask-downloader softnpu` |
| 1744 | 2026-05-12T14:26:21.929Z | May 12 14:26:20.926 INFO Starting download, target: Softnpu |
| 1745 | 2026-05-12T14:26:21.932Z | May 12 14:26:20.927 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1746 | 2026-05-12T14:26:22.676Z | May 12 14:26:21.671 INFO Download complete, target: Softnpu |
| 1747 | 2026-05-12T14:26:22.680Z | |
| 1748 | 2026-05-12T14:26:22.680Z | real 2.191601021 |
| 1749 | 2026-05-12T14:26:22.680Z | user 1.378976627 |
| 1750 | 2026-05-12T14:26:22.680Z | sys 0.656595104 |
| 1751 | 2026-05-12T14:26:22.680Z | trap 0.000710300 |
| 1752 | 2026-05-12T14:26:22.680Z | tflt 0.000055760 |
| 1753 | 2026-05-12T14:26:22.680Z | dflt 0.000153500 |
| 1754 | 2026-05-12T14:26:22.680Z | kflt 0.000001000 |
| 1755 | 2026-05-12T14:26:22.680Z | lock 13.446726494 |
| 1756 | 2026-05-12T14:26:22.680Z | slp 0.576199412 |
| 1757 | 2026-05-12T14:26:22.680Z | lat 0.075714541 |
| 1758 | 2026-05-12T14:26:22.680Z | stop 0.000144380 |
| 1759 | 2026-05-12T14:26:22.680Z | + export CARGO_INCREMENTAL=0 |
| 1760 | 2026-05-12T14:26:22.680Z | + CARGO_INCREMENTAL=0 |
| 1761 | 2026-05-12T14:26:22.680Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1762 | 2026-05-12T14:26:23.591Z | Compiling proc-macro2 v1.0.106 |
| 1763 | 2026-05-12T14:26:23.591Z | Compiling quote v1.0.45 |
| 1764 | 2026-05-12T14:26:23.591Z | Compiling unicode-ident v1.0.24 |
| 1765 | 2026-05-12T14:26:23.591Z | Compiling libc v0.2.185 |
| 1766 | 2026-05-12T14:26:23.591Z | Compiling serde_core v1.0.228 |
| 1767 | 2026-05-12T14:26:23.591Z | Compiling serde v1.0.228 |
| 1768 | 2026-05-12T14:26:23.599Z | Compiling cfg-if v1.0.4 |
| 1769 | 2026-05-12T14:26:23.599Z | Compiling version_check v0.9.5 |
| 1770 | 2026-05-12T14:26:23.599Z | Compiling find-msvc-tools v0.1.9 |
| 1771 | 2026-05-12T14:26:23.599Z | Compiling shlex v1.3.0 |
| 1772 | 2026-05-12T14:26:23.599Z | Compiling typenum v1.19.0 |
| 1773 | 2026-05-12T14:26:23.599Z | Compiling zmij v1.0.21 |
| 1774 | 2026-05-12T14:26:23.599Z | Compiling autocfg v1.5.0 |
| 1775 | 2026-05-12T14:26:23.740Z | Compiling serde_json v1.0.149 |
| 1776 | 2026-05-12T14:26:23.747Z | Compiling memchr v2.8.0 |
| 1777 | 2026-05-12T14:26:23.855Z | Compiling portable-atomic v1.13.1 |
| 1778 | 2026-05-12T14:26:24.036Z | Compiling libm v0.2.16 |
| 1779 | 2026-05-12T14:26:24.097Z | Compiling generic-array v0.14.7 |
| 1780 | 2026-05-12T14:26:24.232Z | Compiling zerocopy v0.8.40 |
| 1781 | 2026-05-12T14:26:24.237Z | Compiling smallvec v1.15.1 |
| 1782 | 2026-05-12T14:26:24.264Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-05-12T14:26:24.295Z | Compiling icu_normalizer_data v2.1.1 |
| 1784 | 2026-05-12T14:26:24.335Z | Compiling num-traits v0.2.19 |
| 1785 | 2026-05-12T14:26:24.351Z | Compiling icu_properties_data v2.1.2 |
| 1786 | 2026-05-12T14:26:24.382Z | Compiling itoa v1.0.17 |
| 1787 | 2026-05-12T14:26:24.385Z | Compiling getrandom v0.4.1 |
| 1788 | 2026-05-12T14:26:24.385Z | Compiling log v0.4.29 |
| 1789 | 2026-05-12T14:26:24.529Z | Compiling stable_deref_trait v1.2.1 |
| 1790 | 2026-05-12T14:26:24.553Z | Compiling pkg-config v0.3.32 |
| 1791 | 2026-05-12T14:26:24.584Z | Compiling subtle v2.6.1 |
| 1792 | 2026-05-12T14:26:24.676Z | Compiling scopeguard v1.2.0 |
| 1793 | 2026-05-12T14:26:24.706Z | Compiling jobserver v0.1.34 |
| 1794 | 2026-05-12T14:26:24.724Z | Compiling getrandom v0.2.17 |
| 1795 | 2026-05-12T14:26:24.788Z | Compiling errno v0.3.14 |
| 1796 | 2026-05-12T14:26:24.819Z | Compiling lock_api v0.4.14 |
| 1797 | 2026-05-12T14:26:24.895Z | Compiling percent-encoding v2.3.2 |
| 1798 | 2026-05-12T14:26:24.910Z | Compiling rand_core v0.6.4 |
| 1799 | 2026-05-12T14:26:24.930Z | Compiling litemap v0.8.1 |
| 1800 | 2026-05-12T14:26:24.977Z | Compiling cc v1.2.56 |
| 1801 | 2026-05-12T14:26:25.039Z | Compiling writeable v0.6.2 |
| 1802 | 2026-05-12T14:26:25.104Z | Compiling fnv v1.0.7 |
| 1803 | 2026-05-12T14:26:25.151Z | Compiling pin-project-lite v0.2.17 |
| 1804 | 2026-05-12T14:26:25.229Z | Compiling thiserror v2.0.18 |
| 1805 | 2026-05-12T14:26:25.330Z | Compiling syn v2.0.117 |
| 1806 | 2026-05-12T14:26:25.334Z | Compiling getrandom v0.3.4 |
| 1807 | 2026-05-12T14:26:25.334Z | Compiling critical-section v1.2.0 |
| 1808 | 2026-05-12T14:26:25.391Z | Compiling equivalent v1.0.2 |
| 1809 | 2026-05-12T14:26:25.424Z | Compiling fs_extra v1.3.0 |
| 1810 | 2026-05-12T14:26:25.441Z | Compiling dunce v1.0.5 |
| 1811 | 2026-05-12T14:26:25.457Z | Compiling rustversion v1.0.22 |
| 1812 | 2026-05-12T14:26:25.475Z | Compiling utf8_iter v1.0.4 |
| 1813 | 2026-05-12T14:26:25.512Z | Compiling schemars v0.8.22 |
| 1814 | 2026-05-12T14:26:25.567Z | Compiling rand_core v0.10.0 |
| 1815 | 2026-05-12T14:26:25.685Z | Compiling form_urlencoded v1.2.2 |
| 1816 | 2026-05-12T14:26:25.717Z | Compiling cmake v0.1.57 |
| 1817 | 2026-05-12T14:26:25.747Z | Compiling once_cell v1.21.3 |
| 1818 | 2026-05-12T14:26:25.853Z | Compiling signal-hook-registry v1.4.8 |
| 1819 | 2026-05-12T14:26:25.996Z | Compiling semver v1.0.28 |
| 1820 | 2026-05-12T14:26:26.013Z | Compiling hashbrown v0.17.0 |
| 1821 | 2026-05-12T14:26:26.050Z | Compiling bitflags v2.11.0 |
| 1822 | 2026-05-12T14:26:26.083Z | Compiling rustix v1.1.3 |
| 1823 | 2026-05-12T14:26:26.111Z | Compiling parking_lot v0.12.5 |
| 1824 | 2026-05-12T14:26:26.144Z | Compiling mio v1.2.0 |
| 1825 | 2026-05-12T14:26:26.195Z | Compiling socket2 v0.6.3 |
| 1826 | 2026-05-12T14:26:26.216Z | Compiling const-oid v0.9.6 |
| 1827 | 2026-05-12T14:26:26.301Z | Compiling ring v0.17.14 |
| 1828 | 2026-05-12T14:26:26.357Z | Compiling aws-lc-sys v0.40.0 |
| 1829 | 2026-05-12T14:26:26.469Z | Compiling heck v0.5.0 |
| 1830 | 2026-05-12T14:26:26.503Z | Compiling aws-lc-rs v1.16.3 |
| 1831 | 2026-05-12T14:26:26.507Z | Compiling futures-core v0.3.32 |
| 1832 | 2026-05-12T14:26:26.535Z | Compiling httparse v1.10.1 |
| 1833 | 2026-05-12T14:26:26.644Z | Compiling indexmap v2.14.0 |
| 1834 | 2026-05-12T14:26:26.705Z | Compiling vcpkg v0.2.15 |
| 1835 | 2026-05-12T14:26:26.726Z | Compiling strsim v0.11.1 |
| 1836 | 2026-05-12T14:26:26.777Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-05-12T14:26:26.925Z | Compiling byteorder v1.5.0 |
| 1838 | 2026-05-12T14:26:27.027Z | Compiling iana-time-zone v0.1.65 |
| 1839 | 2026-05-12T14:26:27.076Z | Compiling ucd-trie v0.1.7 |
| 1840 | 2026-05-12T14:26:27.095Z | Compiling ident_case v1.0.1 |
| 1841 | 2026-05-12T14:26:27.139Z | Compiling syn v1.0.109 |
| 1842 | 2026-05-12T14:26:27.142Z | Compiling regex-syntax v0.8.10 |
| 1843 | 2026-05-12T14:26:27.142Z | Compiling uuid v1.23.0 |
| 1844 | 2026-05-12T14:26:27.188Z | Compiling cpufeatures v0.2.17 |
| 1845 | 2026-05-12T14:26:27.249Z | Compiling pest v2.8.6 |
| 1846 | 2026-05-12T14:26:27.285Z | Compiling openssl-sys v0.9.114 |
| 1847 | 2026-05-12T14:26:27.298Z | Compiling rustls v0.23.37 |
| 1848 | 2026-05-12T14:26:27.479Z | Compiling futures-sink v0.3.32 |
| 1849 | 2026-05-12T14:26:27.512Z | Compiling rustc_version v0.4.1 |
| 1850 | 2026-05-12T14:26:27.591Z | Compiling futures-channel v0.3.32 |
| 1851 | 2026-05-12T14:26:27.607Z | Compiling slab v0.4.12 |
| 1852 | 2026-05-12T14:26:27.633Z | Compiling futures-io v0.3.32 |
| 1853 | 2026-05-12T14:26:27.779Z | Compiling futures-task v0.3.32 |
| 1854 | 2026-05-12T14:26:27.843Z | Compiling aho-corasick v1.1.4 |
| 1855 | 2026-05-12T14:26:27.847Z | Compiling dyn-clone v1.0.20 |
| 1856 | 2026-05-12T14:26:28.048Z | Compiling openssl v0.10.78 |
| 1857 | 2026-05-12T14:26:28.061Z | Compiling crc32fast v1.5.0 |
| 1858 | 2026-05-12T14:26:28.124Z | Compiling plain v0.2.3 |
| 1859 | 2026-05-12T14:26:28.148Z | Compiling base64 v0.22.1 |
| 1860 | 2026-05-12T14:26:28.208Z | Compiling synstructure v0.13.2 |
| 1861 | 2026-05-12T14:26:28.239Z | Compiling serde_derive_internals v0.29.1 |
| 1862 | 2026-05-12T14:26:28.268Z | Compiling crossbeam-utils v0.8.21 |
| 1863 | 2026-05-12T14:26:28.326Z | Compiling pest_meta v2.8.6 |
| 1864 | 2026-05-12T14:26:28.360Z | Compiling time-core v0.1.8 |
| 1865 | 2026-05-12T14:26:28.465Z | Compiling num-conv v0.2.0 |
| 1866 | 2026-05-12T14:26:28.553Z | Compiling native-tls v0.2.18 |
| 1867 | 2026-05-12T14:26:28.589Z | Compiling pretty-hex v0.4.1 |
| 1868 | 2026-05-12T14:26:28.607Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-05-12T14:26:28.704Z | Compiling regex-automata v0.4.14 |
| 1870 | 2026-05-12T14:26:28.729Z | Compiling anyhow v1.0.102 |
| 1871 | 2026-05-12T14:26:28.745Z | Compiling base64ct v1.8.3 |
| 1872 | 2026-05-12T14:26:28.748Z | Compiling darling_core v0.21.3 |
| 1873 | 2026-05-12T14:26:28.866Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1874 | 2026-05-12T14:26:28.974Z | Compiling pest_generator v2.8.6 |
| 1875 | 2026-05-12T14:26:29.001Z | Compiling pem-rfc7468 v0.7.0 |
| 1876 | 2026-05-12T14:26:29.040Z | Compiling tracing-core v0.1.36 |
| 1877 | 2026-05-12T14:26:29.242Z | Compiling flagset v0.4.7 |
| 1878 | 2026-05-12T14:26:29.283Z | Compiling untrusted v0.9.0 |
| 1879 | 2026-05-12T14:26:29.299Z | Compiling rand_core v0.9.5 |
| 1880 | 2026-05-12T14:26:29.316Z | Compiling slog v2.8.2 |
| 1881 | 2026-05-12T14:26:29.483Z | Compiling serde_derive v1.0.228 |
| 1882 | 2026-05-12T14:26:29.519Z | Compiling zeroize_derive v1.4.3 |
| 1883 | 2026-05-12T14:26:29.536Z | Compiling zerofrom-derive v0.1.6 |
| 1884 | 2026-05-12T14:26:29.569Z | Compiling yoke-derive v0.8.1 |
| 1885 | 2026-05-12T14:26:29.585Z | Compiling zerovec-derive v0.11.2 |
| 1886 | 2026-05-12T14:26:29.604Z | Compiling displaydoc v0.2.5 |
| 1887 | 2026-05-12T14:26:29.620Z | Compiling zerocopy-derive v0.8.40 |
| 1888 | 2026-05-12T14:26:29.624Z | Compiling tokio-macros v2.7.0 |
| 1889 | 2026-05-12T14:26:29.787Z | Compiling futures-macro v0.3.32 |
| 1890 | 2026-05-12T14:26:30.101Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-12T14:26:30.134Z | Compiling zeroize v1.8.2 |
| 1892 | 2026-05-12T14:26:30.388Z | Compiling schemars_derive v0.8.22 |
| 1893 | 2026-05-12T14:26:30.503Z | Compiling tracing-attributes v0.1.31 |
| 1894 | 2026-05-12T14:26:30.553Z | Compiling der_derive v0.7.3 |
| 1895 | 2026-05-12T14:26:30.633Z | Compiling thiserror-impl v1.0.69 |
| 1896 | 2026-05-12T14:26:30.654Z | Compiling zerofrom v0.1.6 |
| 1897 | 2026-05-12T14:26:30.800Z | Compiling yoke v0.8.1 |
| 1898 | 2026-05-12T14:26:30.862Z | Compiling crypto-common v0.1.7 |
| 1899 | 2026-05-12T14:26:30.936Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-12T14:26:31.007Z | Compiling zerovec v0.11.5 |
| 1901 | 2026-05-12T14:26:31.021Z | Compiling zerotrie v0.2.3 |
| 1902 | 2026-05-12T14:26:31.296Z | Compiling digest v0.10.7 |
| 1903 | 2026-05-12T14:26:31.496Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-05-12T14:26:31.518Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-05-12T14:26:31.564Z | Compiling tinystr v0.8.2 |
| 1906 | 2026-05-12T14:26:31.624Z | Compiling potential_utf v0.1.4 |
| 1907 | 2026-05-12T14:26:31.640Z | Compiling hmac v0.12.1 |
| 1908 | 2026-05-12T14:26:31.748Z | Compiling icu_locale_core v2.1.1 |
| 1909 | 2026-05-12T14:26:31.765Z | Compiling icu_collections v2.1.1 |
| 1910 | 2026-05-12T14:26:31.846Z | Compiling block-padding v0.3.3 |
| 1911 | 2026-05-12T14:26:31.991Z | Compiling inout v0.1.4 |
| 1912 | 2026-05-12T14:26:32.007Z | Compiling rustls-pki-types v1.14.0 |
| 1913 | 2026-05-12T14:26:32.023Z | Compiling openssl-macros v0.1.1 |
| 1914 | 2026-05-12T14:26:32.181Z | Compiling cipher v0.4.4 |
| 1915 | 2026-05-12T14:26:32.389Z | Compiling sha2 v0.10.9 |
| 1916 | 2026-05-12T14:26:32.435Z | Compiling scroll_derive v0.13.1 |
| 1917 | 2026-05-12T14:26:32.514Z | Compiling icu_provider v2.1.1 |
| 1918 | 2026-05-12T14:26:32.674Z | Compiling bytes v1.11.1 |
| 1919 | 2026-05-12T14:26:32.760Z | Compiling chrono v0.4.44 |
| 1920 | 2026-05-12T14:26:32.791Z | Compiling icu_properties v2.1.2 |
| 1921 | 2026-05-12T14:26:32.866Z | Compiling icu_normalizer v2.1.1 |
| 1922 | 2026-05-12T14:26:33.204Z | Compiling tokio v1.52.1 |
| 1923 | 2026-05-12T14:26:33.366Z | Compiling serde_tokenstream v0.2.3 |
| 1924 | 2026-05-12T14:26:33.574Z | Compiling scroll_derive v0.12.1 |
| 1925 | 2026-05-12T14:26:33.667Z | Compiling idna_adapter v1.2.1 |
| 1926 | 2026-05-12T14:26:33.822Z | Compiling idna v1.1.0 |
| 1927 | 2026-05-12T14:26:33.991Z | Compiling ppv-lite86 v0.2.21 |
| 1928 | 2026-05-12T14:26:34.165Z | Compiling url v2.5.8 |
| 1929 | 2026-05-12T14:26:34.182Z | Compiling http v1.4.0 |
| 1930 | 2026-05-12T14:26:34.305Z | Compiling tracing v0.1.44 |
| 1931 | 2026-05-12T14:26:34.335Z | Compiling der v0.7.10 |
| 1932 | 2026-05-12T14:26:34.578Z | Compiling darling_macro v0.21.3 |
| 1933 | 2026-05-12T14:26:34.594Z | Compiling regex v1.12.3 |
| 1934 | 2026-05-12T14:26:34.718Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-12T14:26:35.065Z | Compiling darling v0.21.3 |
| 1936 | 2026-05-12T14:26:35.127Z | Compiling salsa20 v0.10.2 |
| 1937 | 2026-05-12T14:26:35.142Z | Compiling pbkdf2 v0.12.2 |
| 1938 | 2026-05-12T14:26:35.161Z | Compiling spki v0.7.3 |
| 1939 | 2026-05-12T14:26:35.911Z | Compiling cookie v0.18.1 |
| 1940 | 2026-05-12T14:26:35.964Z | Compiling camino v1.2.2 |
| 1941 | 2026-05-12T14:26:36.161Z | Compiling scrypt v0.11.0 |
| 1942 | 2026-05-12T14:26:36.286Z | Compiling http-body v1.0.1 |
| 1943 | 2026-05-12T14:26:36.428Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-05-12T14:26:36.445Z | Compiling aes v0.8.4 |
| 1945 | 2026-05-12T14:26:36.462Z | Compiling cbc v0.1.2 |
| 1946 | 2026-05-12T14:26:36.562Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-05-12T14:26:36.579Z | Compiling either v1.15.0 |
| 1948 | 2026-05-12T14:26:36.602Z | Compiling openssl-probe v0.2.1 |
| 1949 | 2026-05-12T14:26:36.618Z | Compiling atomic-waker v1.1.2 |
| 1950 | 2026-05-12T14:26:36.702Z | Compiling untrusted v0.7.1 |
| 1951 | 2026-05-12T14:26:36.768Z | Compiling winnow v0.7.14 |
| 1952 | 2026-05-12T14:26:36.784Z | Compiling tinyvec_macros v0.1.1 |
| 1953 | 2026-05-12T14:26:36.803Z | Compiling paste v1.0.15 |
| 1954 | 2026-05-12T14:26:36.818Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-05-12T14:26:36.832Z | Compiling ref-cast v1.0.25 |
| 1956 | 2026-05-12T14:26:36.868Z | Compiling tinyvec v1.10.0 |
| 1957 | 2026-05-12T14:26:36.929Z | Compiling pkcs5 v0.7.1 |
| 1958 | 2026-05-12T14:26:37.047Z | Compiling tokio-util v0.7.18 |
| 1959 | 2026-05-12T14:26:37.105Z | Compiling rand v0.9.2 |
| 1960 | 2026-05-12T14:26:37.230Z | Compiling scroll v0.12.0 |
| 1961 | 2026-05-12T14:26:37.423Z | Compiling scroll v0.13.0 |
| 1962 | 2026-05-12T14:26:37.515Z | Compiling serde_spanned v0.6.9 |
| 1963 | 2026-05-12T14:26:37.633Z | Compiling toml_datetime v0.6.11 |
| 1964 | 2026-05-12T14:26:37.706Z | Compiling async-trait v0.1.89 |
| 1965 | 2026-05-12T14:26:37.722Z | Compiling heapless v0.7.17 |
| 1966 | 2026-05-12T14:26:37.948Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1967 | 2026-05-12T14:26:38.029Z | Compiling signal-hook v0.3.18 |
| 1968 | 2026-05-12T14:26:38.046Z | Compiling tower-layer v0.3.3 |
| 1969 | 2026-05-12T14:26:38.245Z | Compiling try-lock v0.2.5 |
| 1970 | 2026-05-12T14:26:38.259Z | Compiling fastrand v2.3.0 |
| 1971 | 2026-05-12T14:26:38.276Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-05-12T14:26:38.399Z | Compiling zstd-safe v7.2.4 |
| 1973 | 2026-05-12T14:26:38.481Z | Compiling want v0.3.1 |
| 1974 | 2026-05-12T14:26:38.593Z | Compiling h2 v0.4.13 |
| 1975 | 2026-05-12T14:26:38.609Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1976 | 2026-05-12T14:26:38.657Z | Compiling goblin v0.10.5 |
| 1977 | 2026-05-12T14:26:38.660Z | Compiling goblin v0.8.2 |
| 1978 | 2026-05-12T14:26:38.740Z | Compiling pkcs8 v0.10.2 |
| 1979 | 2026-05-12T14:26:39.040Z | Compiling zerocopy v0.7.35 |
| 1980 | 2026-05-12T14:26:39.181Z | Compiling ipnet v2.11.0 |
| 1981 | 2026-05-12T14:26:39.396Z | Compiling ref-cast-impl v1.0.25 |
| 1982 | 2026-05-12T14:26:39.521Z | Compiling darling_core v0.20.11 |
| 1983 | 2026-05-12T14:26:39.597Z | Compiling curve25519-dalek v4.1.3 |
| 1984 | 2026-05-12T14:26:39.649Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1985 | 2026-05-12T14:26:39.879Z | Compiling memoffset v0.9.1 |
| 1986 | 2026-05-12T14:26:39.939Z | Compiling httpdate v1.0.3 |
| 1987 | 2026-05-12T14:26:40.213Z | Compiling foreign-types-shared v0.1.1 |
| 1988 | 2026-05-12T14:26:40.254Z | Compiling pin-utils v0.1.0 |
| 1989 | 2026-05-12T14:26:40.344Z | Compiling winnow v0.5.40 |
| 1990 | 2026-05-12T14:26:40.409Z | Compiling rustix v0.38.44 |
| 1991 | 2026-05-12T14:26:40.839Z | Compiling litrs v1.0.0 |
| 1992 | 2026-05-12T14:26:40.843Z | Compiling foreign-types v0.3.2 |
| 1993 | 2026-05-12T14:26:40.843Z | Compiling tempfile v3.25.0 |
| 1994 | 2026-05-12T14:26:40.912Z | Compiling document-features v0.2.12 |
| 1995 | 2026-05-12T14:26:40.932Z | Compiling dof v0.3.0 |
| 1996 | 2026-05-12T14:26:41.305Z | Compiling unicode-normalization v0.1.25 |
| 1997 | 2026-05-12T14:26:41.385Z | Compiling dof v0.4.0 |
| 1998 | 2026-05-12T14:26:41.471Z | Compiling dtrace-parser v0.2.0 |
| 1999 | 2026-05-12T14:26:41.501Z | Compiling darling_macro v0.20.11 |
| 2000 | 2026-05-12T14:26:41.588Z | Compiling hyper v1.8.1 |
| 2001 | 2026-05-12T14:26:41.763Z | Compiling toml_edit v0.19.15 |
| 2002 | 2026-05-12T14:26:41.856Z | Compiling dtrace-parser v0.3.0 |
| 2003 | 2026-05-12T14:26:41.991Z | Compiling daft-derive v0.1.5 |
| 2004 | 2026-05-12T14:26:42.021Z | Compiling pin-project-internal v1.1.11 |
| 2005 | 2026-05-12T14:26:42.134Z | Compiling spin v0.9.8 |
| 2006 | 2026-05-12T14:26:42.312Z | Compiling thread-id v5.1.0 |
| 2007 | 2026-05-12T14:26:42.358Z | Compiling thread-id v4.2.2 |
| 2008 | 2026-05-12T14:26:42.395Z | Compiling num-bigint-dig v0.8.6 |
| 2009 | 2026-05-12T14:26:42.414Z | Compiling smoltcp v0.9.1 |
| 2010 | 2026-05-12T14:26:42.462Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-05-12T14:26:42.494Z | Compiling cfg_aliases v0.2.1 |
| 2012 | 2026-05-12T14:26:42.585Z | Compiling nix v0.31.2 |
| 2013 | 2026-05-12T14:26:42.684Z | Compiling hyper-util v0.1.20 |
| 2014 | 2026-05-12T14:26:42.730Z | Compiling deranged v0.5.8 |
| 2015 | 2026-05-12T14:26:43.038Z | Compiling darling v0.20.11 |
| 2016 | 2026-05-12T14:26:43.136Z | Compiling rustls-native-certs v0.8.3 |
| 2017 | 2026-05-12T14:26:43.175Z | Compiling ipnetwork v0.21.1 |
| 2018 | 2026-05-12T14:26:43.532Z | Compiling strum_macros v0.26.4 |
| 2019 | 2026-05-12T14:26:43.563Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2020 | 2026-05-12T14:26:43.896Z | Compiling sync_wrapper v1.0.2 |
| 2021 | 2026-05-12T14:26:43.935Z | Compiling wait-timeout v0.2.1 |
| 2022 | 2026-05-12T14:26:44.059Z | Compiling bit-vec v0.8.0 |
| 2023 | 2026-05-12T14:26:44.189Z | Compiling utf8parse v0.2.2 |
| 2024 | 2026-05-12T14:26:44.329Z | Compiling quick-error v1.2.3 |
| 2025 | 2026-05-12T14:26:44.350Z | Compiling siphasher v1.0.2 |
| 2026 | 2026-05-12T14:26:44.368Z | Compiling num_threads v0.1.7 |
| 2027 | 2026-05-12T14:26:44.454Z | Compiling anstyle v1.0.13 |
| 2028 | 2026-05-12T14:26:44.492Z | Compiling simd-adler32 v0.3.8 |
| 2029 | 2026-05-12T14:26:44.671Z | Compiling time v0.3.47 |
| 2030 | 2026-05-12T14:26:44.693Z | Compiling rusty-fork v0.3.1 |
| 2031 | 2026-05-12T14:26:44.767Z | Compiling anstyle-parse v0.2.7 |
| 2032 | 2026-05-12T14:26:44.798Z | Compiling bit-set v0.8.0 |
| 2033 | 2026-05-12T14:26:44.981Z | Compiling tower v0.5.3 |
| 2034 | 2026-05-12T14:26:45.186Z | Compiling derive_builder_core v0.20.2 |
| 2035 | 2026-05-12T14:26:45.397Z | Compiling http-body-util v0.1.3 |
| 2036 | 2026-05-12T14:26:45.562Z | Compiling webpki-roots v1.0.6 |
| 2037 | 2026-05-12T14:26:45.607Z | Compiling signature v2.2.0 |
| 2038 | 2026-05-12T14:26:45.698Z | Compiling hubpack_derive v0.1.1 |
| 2039 | 2026-05-12T14:26:45.714Z | Compiling snafu-derive v0.8.9 |
| 2040 | 2026-05-12T14:26:45.731Z | Compiling strum_macros v0.27.2 |
| 2041 | 2026-05-12T14:26:45.770Z | Compiling rand_xorshift v0.4.0 |
| 2042 | 2026-05-12T14:26:45.983Z | Compiling fs-err v3.3.0 |
| 2043 | 2026-05-12T14:26:46.074Z | Compiling ahash v0.8.12 |
| 2044 | 2026-05-12T14:26:46.162Z | Compiling adler2 v2.0.1 |
| 2045 | 2026-05-12T14:26:46.203Z | Compiling ryu v1.0.23 |
| 2046 | 2026-05-12T14:26:46.261Z | Compiling allocator-api2 v0.2.21 |
| 2047 | 2026-05-12T14:26:46.277Z | Compiling unicode-properties v0.1.4 |
| 2048 | 2026-05-12T14:26:46.345Z | Compiling unicode-bidi v0.3.18 |
| 2049 | 2026-05-12T14:26:46.391Z | Compiling anstyle-query v1.1.5 |
| 2050 | 2026-05-12T14:26:46.436Z | Compiling unicode-segmentation v1.12.0 |
| 2051 | 2026-05-12T14:26:46.492Z | Compiling colorchoice v1.0.4 |
| 2052 | 2026-05-12T14:26:46.520Z | Compiling unarray v0.1.4 |
| 2053 | 2026-05-12T14:26:46.582Z | Compiling iri-string v0.7.10 |
| 2054 | 2026-05-12T14:26:46.582Z | Compiling object v0.37.3 |
| 2055 | 2026-05-12T14:26:46.655Z | Compiling is_terminal_polyfill v1.70.2 |
| 2056 | 2026-05-12T14:26:46.658Z | Compiling proptest v1.10.0 |
| 2057 | 2026-05-12T14:26:46.756Z | Compiling anstream v0.6.21 |
| 2058 | 2026-05-12T14:26:46.788Z | Compiling stringprep v0.1.5 |
| 2059 | 2026-05-12T14:26:46.865Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-05-12T14:26:47.069Z | Compiling miniz_oxide v0.8.9 |
| 2061 | 2026-05-12T14:26:47.222Z | Compiling derive_builder_macro v0.20.2 |
| 2062 | 2026-05-12T14:26:47.437Z | Compiling tokio-native-tls v0.3.1 |
| 2063 | 2026-05-12T14:26:47.471Z | Compiling usdt-attr-macro v0.6.0 |
| 2064 | 2026-05-12T14:26:47.536Z | Compiling usdt-macro v0.6.0 |
| 2065 | 2026-05-12T14:26:47.716Z | Compiling tower-http v0.6.8 |
| 2066 | 2026-05-12T14:26:47.947Z | Compiling rand_chacha v0.3.1 |
| 2067 | 2026-05-12T14:26:47.984Z | Compiling erased-serde v0.3.31 |
| 2068 | 2026-05-12T14:26:48.032Z | Compiling md-5 v0.10.6 |
| 2069 | 2026-05-12T14:26:48.145Z | Compiling bstr v1.12.1 |
| 2070 | 2026-05-12T14:26:48.221Z | Compiling num-integer v0.1.46 |
| 2071 | 2026-05-12T14:26:48.238Z | Compiling hash32 v0.2.1 |
| 2072 | 2026-05-12T14:26:48.265Z | Compiling vergen-lib v0.1.6 |
| 2073 | 2026-05-12T14:26:48.295Z | Compiling ff v0.13.1 |
| 2074 | 2026-05-12T14:26:48.421Z | Compiling psl-types v2.0.11 |
| 2075 | 2026-05-12T14:26:48.438Z | Compiling base16ct v0.2.0 |
| 2076 | 2026-05-12T14:26:48.472Z | Compiling zlib-rs v0.6.2 |
| 2077 | 2026-05-12T14:26:48.474Z | Compiling fallible-iterator v0.2.0 |
| 2078 | 2026-05-12T14:26:48.535Z | Compiling publicsuffix v2.3.0 |
| 2079 | 2026-05-12T14:26:48.574Z | Compiling sec1 v0.7.3 |
| 2080 | 2026-05-12T14:26:48.574Z | Compiling num-iter v0.1.45 |
| 2081 | 2026-05-12T14:26:48.725Z | Compiling newtype-uuid v1.3.2 |
| 2082 | 2026-05-12T14:26:48.742Z | Compiling group v0.13.0 |
| 2083 | 2026-05-12T14:26:48.821Z | Compiling postgres-protocol v0.6.10 |
| 2084 | 2026-05-12T14:26:48.850Z | Compiling rand v0.8.6 |
| 2085 | 2026-05-12T14:26:49.255Z | Compiling oxnet v0.1.4 |
| 2086 | 2026-05-12T14:26:49.409Z | Compiling derive_builder v0.20.2 |
| 2087 | 2026-05-12T14:26:49.422Z | Compiling hyper-tls v0.6.0 |
| 2088 | 2026-05-12T14:26:49.473Z | Compiling heck v0.4.1 |
| 2089 | 2026-05-12T14:26:49.552Z | Compiling phf_shared v0.13.1 |
| 2090 | 2026-05-12T14:26:49.568Z | Compiling pin-project v1.1.11 |
| 2091 | 2026-05-12T14:26:49.625Z | Compiling lazy_static v1.5.0 |
| 2092 | 2026-05-12T14:26:49.733Z | Compiling terminal_size v0.4.3 |
| 2093 | 2026-05-12T14:26:49.764Z | Compiling serde_with_macros v3.17.0 |
| 2094 | 2026-05-12T14:26:49.780Z | Compiling futures-executor v0.3.32 |
| 2095 | 2026-05-12T14:26:49.783Z | Compiling hex v0.4.3 |
| 2096 | 2026-05-12T14:26:50.018Z | Compiling cargo-platform v0.1.9 |
| 2097 | 2026-05-12T14:26:50.033Z | Compiling hkdf v0.12.4 |
| 2098 | 2026-05-12T14:26:50.109Z | Compiling crypto-bigint v0.5.5 |
| 2099 | 2026-05-12T14:26:50.190Z | Compiling enum-as-inner v0.6.1 |
| 2100 | 2026-05-12T14:26:50.269Z | Compiling async-recursion v1.1.1 |
| 2101 | 2026-05-12T14:26:50.272Z | Compiling clap_derive v4.5.55 |
| 2102 | 2026-05-12T14:26:50.300Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-05-12T14:26:50.685Z | Compiling flate2 v1.1.9 |
| 2104 | 2026-05-12T14:26:50.731Z | Compiling vergen v9.0.6 |
| 2105 | 2026-05-12T14:26:50.801Z | Compiling encoding_rs v0.8.35 |
| 2106 | 2026-05-12T14:26:50.843Z | Compiling mime v0.3.17 |
| 2107 | 2026-05-12T14:26:50.877Z | Compiling bitflags v1.3.2 |
| 2108 | 2026-05-12T14:26:50.945Z | Compiling libbz2-rs-sys v0.2.2 |
| 2109 | 2026-05-12T14:26:51.069Z | Compiling bumpalo v3.20.2 |
| 2110 | 2026-05-12T14:26:51.090Z | Compiling same-file v1.0.6 |
| 2111 | 2026-05-12T14:26:51.092Z | Compiling foldhash v0.2.0 |
| 2112 | 2026-05-12T14:26:51.262Z | Compiling managed v0.8.0 |
| 2113 | 2026-05-12T14:26:51.277Z | Compiling foldhash v0.1.5 |
| 2114 | 2026-05-12T14:26:51.321Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-05-12T14:26:51.460Z | Compiling hashbrown v0.15.5 |
| 2116 | 2026-05-12T14:26:51.554Z | Compiling clap_builder v4.5.60 |
| 2117 | 2026-05-12T14:26:51.557Z | Compiling bzip2 v0.6.1 |
| 2118 | 2026-05-12T14:26:51.584Z | Compiling zopfli v0.8.3 |
| 2119 | 2026-05-12T14:26:51.789Z | Compiling hashbrown v0.16.1 |
| 2120 | 2026-05-12T14:26:51.942Z | Compiling walkdir v2.5.0 |
| 2121 | 2026-05-12T14:26:52.025Z | Compiling elliptic-curve v0.13.8 |
| 2122 | 2026-05-12T14:26:52.188Z | Compiling zstd v0.13.3 |
| 2123 | 2026-05-12T14:26:52.203Z | Compiling cargo_metadata v0.19.2 |
| 2124 | 2026-05-12T14:26:52.237Z | Compiling futures v0.3.32 |
| 2125 | 2026-05-12T14:26:52.395Z | Compiling phf v0.13.1 |
| 2126 | 2026-05-12T14:26:52.461Z | Compiling snafu v0.8.9 |
| 2127 | 2026-05-12T14:26:52.574Z | Compiling daft v0.1.5 |
| 2128 | 2026-05-12T14:26:52.652Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-05-12T14:26:52.784Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-05-12T14:26:52.806Z | Compiling postgres-types v0.2.12 |
| 2131 | 2026-05-12T14:26:52.822Z | Compiling bzip2 v0.4.4 |
| 2132 | 2026-05-12T14:26:52.860Z | Compiling globset v0.4.18 |
| 2133 | 2026-05-12T14:26:53.312Z | Compiling strum v0.27.2 |
| 2134 | 2026-05-12T14:26:53.437Z | Compiling hubpack v0.1.2 |
| 2135 | 2026-05-12T14:26:53.471Z | Compiling ed25519 v2.2.3 |
| 2136 | 2026-05-12T14:26:53.474Z | Compiling phf_shared v0.11.3 |
| 2137 | 2026-05-12T14:26:53.489Z | Compiling crossbeam-epoch v0.9.18 |
| 2138 | 2026-05-12T14:26:53.578Z | Compiling olpc-cjson v0.1.4 |
| 2139 | 2026-05-12T14:26:53.607Z | Compiling pkcs1 v0.7.5 |
| 2140 | 2026-05-12T14:26:53.691Z | Compiling pem v3.0.6 |
| 2141 | 2026-05-12T14:26:53.757Z | Compiling serde-big-array v0.5.1 |
| 2142 | 2026-05-12T14:26:53.879Z | Compiling serde_plain v1.0.2 |
| 2143 | 2026-05-12T14:26:53.895Z | Compiling rfc6979 v0.4.0 |
| 2144 | 2026-05-12T14:26:53.934Z | Compiling float-cmp v0.10.0 |
| 2145 | 2026-05-12T14:26:53.957Z | Compiling memmap2 v0.9.10 |
| 2146 | 2026-05-12T14:26:53.991Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-05-12T14:26:54.038Z | Compiling typed-path v0.9.3 |
| 2148 | 2026-05-12T14:26:54.054Z | Compiling fixedbitset v0.4.2 |
| 2149 | 2026-05-12T14:26:54.057Z | Compiling fixedbitset v0.5.7 |
| 2150 | 2026-05-12T14:26:54.087Z | Compiling difflib v0.4.0 |
| 2151 | 2026-05-12T14:26:54.104Z | Compiling rustc-hash v2.1.1 |
| 2152 | 2026-05-12T14:26:54.230Z | Compiling keccak v0.1.6 |
| 2153 | 2026-05-12T14:26:54.245Z | Compiling static_assertions v1.1.0 |
| 2154 | 2026-05-12T14:26:54.270Z | Compiling whoami v2.1.0 |
| 2155 | 2026-05-12T14:26:54.292Z | Compiling data-encoding v2.10.0 |
| 2156 | 2026-05-12T14:26:54.353Z | Compiling precomputed-hash v0.1.1 |
| 2157 | 2026-05-12T14:26:54.450Z | Compiling toml_write v0.1.2 |
| 2158 | 2026-05-12T14:26:54.466Z | Compiling jiff v0.2.21 |
| 2159 | 2026-05-12T14:26:54.543Z | Compiling predicates-core v1.0.10 |
| 2160 | 2026-05-12T14:26:54.580Z | Compiling normalize-line-endings v0.3.0 |
| 2161 | 2026-05-12T14:26:54.622Z | Compiling new_debug_unreachable v1.0.6 |
| 2162 | 2026-05-12T14:26:54.668Z | Compiling predicates v3.1.4 |
| 2163 | 2026-05-12T14:26:54.690Z | Compiling string_cache v0.8.9 |
| 2164 | 2026-05-12T14:26:54.709Z | Compiling toml_edit v0.22.27 |
| 2165 | 2026-05-12T14:26:54.725Z | Compiling hickory-proto v0.25.2 |
| 2166 | 2026-05-12T14:26:54.814Z | Compiling tokio-postgres v0.7.16 |
| 2167 | 2026-05-12T14:26:54.832Z | Compiling sha3 v0.10.8 |
| 2168 | 2026-05-12T14:26:54.924Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2169 | 2026-05-12T14:26:55.087Z | Compiling petgraph v0.8.3 |
| 2170 | 2026-05-12T14:26:55.119Z | Compiling petgraph v0.6.5 |
| 2171 | 2026-05-12T14:26:55.205Z | Compiling iddqd v0.3.18 |
| 2172 | 2026-05-12T14:26:55.221Z | Compiling env_logger v0.11.9 |
| 2173 | 2026-05-12T14:26:55.548Z | Compiling usdt v0.6.0 |
| 2174 | 2026-05-12T14:26:55.672Z | Compiling ecdsa v0.16.9 |
| 2175 | 2026-05-12T14:26:56.085Z | Compiling rsa v0.9.10 |
| 2176 | 2026-05-12T14:26:56.339Z | Compiling ed25519-dalek v2.2.0 |
| 2177 | 2026-05-12T14:26:56.996Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-05-12T14:26:57.047Z | Compiling clap v4.5.60 |
| 2179 | 2026-05-12T14:26:57.082Z | Compiling zip v0.6.6 |
| 2180 | 2026-05-12T14:26:57.145Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-12T14:26:57.719Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-05-12T14:26:57.735Z | Compiling similar v2.7.0 |
| 2183 | 2026-05-12T14:26:57.822Z | Compiling strum v0.26.3 |
| 2184 | 2026-05-12T14:26:57.954Z | Compiling toml v0.7.8 |
| 2185 | 2026-05-12T14:26:57.972Z | Compiling tokio-stream v0.1.18 |
| 2186 | 2026-05-12T14:26:58.122Z | Compiling buf-list v1.1.2 |
| 2187 | 2026-05-12T14:26:58.220Z | Compiling itertools v0.13.0 |
| 2188 | 2026-05-12T14:26:58.408Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-05-12T14:26:58.452Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2190 | 2026-05-12T14:26:58.511Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-05-12T14:26:58.754Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-05-12T14:26:59.014Z | Compiling peg-runtime v0.8.5 |
| 2193 | 2026-05-12T14:26:59.086Z | Compiling lalrpop-util v0.19.12 |
| 2194 | 2026-05-12T14:27:13.865Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-05-12T14:27:15.448Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-05-12T14:27:15.511Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-05-12T14:27:15.579Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-05-12T14:27:15.650Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-05-12T14:27:15.755Z | Compiling itertools v0.14.0 |
| 2200 | 2026-05-12T14:27:15.812Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-05-12T14:27:15.831Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-12T14:27:15.878Z | Compiling heapless v0.8.0 |
| 2203 | 2026-05-12T14:27:15.939Z | Compiling rustls v0.22.4 |
| 2204 | 2026-05-12T14:27:16.086Z | Compiling crossbeam-deque v0.8.6 |
| 2205 | 2026-05-12T14:27:16.191Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-05-12T14:27:16.253Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-05-12T14:27:16.339Z | Compiling rustls-webpki v0.102.8 |
| 2208 | 2026-05-12T14:27:16.387Z | Compiling hash32 v0.3.1 |
| 2209 | 2026-05-12T14:27:16.423Z | Compiling multer v3.1.0 |
| 2210 | 2026-05-12T14:27:16.502Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-05-12T14:27:16.524Z | Compiling structmeta v0.3.0 |
| 2212 | 2026-05-12T14:27:16.575Z | Compiling smoltcp v0.11.0 |
| 2213 | 2026-05-12T14:27:16.642Z | Compiling unicode-width v0.2.0 |
| 2214 | 2026-05-12T14:27:16.755Z | Compiling match_cfg v0.1.0 |
| 2215 | 2026-05-12T14:27:16.845Z | Compiling slog-async v2.8.0 |
| 2216 | 2026-05-12T14:27:16.860Z | Compiling compression-core v0.4.31 |
| 2217 | 2026-05-12T14:27:16.882Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2218 | 2026-05-12T14:27:16.931Z | Compiling hostname v0.3.1 |
| 2219 | 2026-05-12T14:27:16.963Z | Compiling proc-macro-crate v3.4.0 |
| 2220 | 2026-05-12T14:27:16.979Z | Compiling derive-ex v0.1.8 |
| 2221 | 2026-05-12T14:27:17.053Z | Compiling compression-codecs v0.4.37 |
| 2222 | 2026-05-12T14:27:17.074Z | Compiling ingot-macros v0.1.1 |
| 2223 | 2026-05-12T14:27:17.192Z | Compiling slog-json v2.6.1 |
| 2224 | 2026-05-12T14:27:17.206Z | Compiling crossbeam-channel v0.5.15 |
| 2225 | 2026-05-12T14:27:17.420Z | Compiling half v2.7.1 |
| 2226 | 2026-05-12T14:27:17.446Z | Compiling newtype-uuid-macros v0.1.0 |
| 2227 | 2026-05-12T14:27:17.462Z | Compiling cobs v0.3.0 |
| 2228 | 2026-05-12T14:27:17.671Z | Compiling universal-hash v0.5.1 |
| 2229 | 2026-05-12T14:27:17.757Z | Compiling tokio-rustls v0.26.4 |
| 2230 | 2026-05-12T14:27:17.787Z | Compiling rustls-platform-verifier v0.6.2 |
| 2231 | 2026-05-12T14:27:17.833Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-05-12T14:27:17.899Z | Compiling async-stream-impl v0.3.6 |
| 2233 | 2026-05-12T14:27:18.008Z | Compiling hyper-rustls v0.27.7 |
| 2234 | 2026-05-12T14:27:18.036Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2235 | 2026-05-12T14:27:18.177Z | Compiling serde_spanned v1.0.4 |
| 2236 | 2026-05-12T14:27:18.193Z | Compiling is-terminal v0.4.17 |
| 2237 | 2026-05-12T14:27:18.310Z | Compiling reqwest v0.12.28 |
| 2238 | 2026-05-12T14:27:18.348Z | Compiling reqwest v0.13.2 |
| 2239 | 2026-05-12T14:27:18.364Z | Compiling proc-macro-error-attr v1.0.4 |
| 2240 | 2026-05-12T14:27:18.479Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-05-12T14:27:18.495Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2242 | 2026-05-12T14:27:18.511Z | Compiling ciborium-io v0.2.2 |
| 2243 | 2026-05-12T14:27:18.585Z | Compiling convert_case v0.4.0 |
| 2244 | 2026-05-12T14:27:18.632Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2245 | 2026-05-12T14:27:18.697Z | Compiling take_mut v0.2.2 |
| 2246 | 2026-05-12T14:27:18.714Z | Compiling term v1.2.1 |
| 2247 | 2026-05-12T14:27:18.730Z | Compiling opaque-debug v0.3.1 |
| 2248 | 2026-05-12T14:27:18.834Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-12T14:27:18.884Z | Compiling thiserror-no-std v2.0.2 |
| 2250 | 2026-05-12T14:27:18.951Z | Compiling derive_more v0.99.20 |
| 2251 | 2026-05-12T14:27:18.956Z | Compiling poly1305 v0.8.0 |
| 2252 | 2026-05-12T14:27:18.998Z | Compiling tokio-rustls v0.25.0 |
| 2253 | 2026-05-12T14:27:19.044Z | Compiling slog-term v2.9.2 |
| 2254 | 2026-05-12T14:27:19.346Z | Compiling ciborium-ll v0.2.2 |
| 2255 | 2026-05-12T14:27:19.460Z | Compiling test-strategy v0.4.5 |
| 2256 | 2026-05-12T14:27:19.582Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-05-12T14:27:19.642Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2258 | 2026-05-12T14:27:19.680Z | Compiling ingot-types v0.1.2 |
| 2259 | 2026-05-12T14:27:20.096Z | Compiling tough v0.22.0 |
| 2260 | 2026-05-12T14:27:20.152Z | Compiling ingot v0.1.1 |
| 2261 | 2026-05-12T14:27:20.280Z | Compiling postcard v1.1.3 |
| 2262 | 2026-05-12T14:27:20.326Z | Compiling num_enum_derive v0.7.5 |
| 2263 | 2026-05-12T14:27:20.511Z | Compiling slog-bunyan v2.5.0 |
| 2264 | 2026-05-12T14:27:20.685Z | Compiling async-compression v0.4.41 |
| 2265 | 2026-05-12T14:27:20.757Z | Compiling parse-display-derive v0.10.0 |
| 2266 | 2026-05-12T14:27:21.074Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2267 | 2026-05-12T14:27:21.162Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2268 | 2026-05-12T14:27:21.271Z | Compiling proc-macro-crate v1.3.1 |
| 2269 | 2026-05-12T14:27:21.431Z | Compiling backon v1.6.0 |
| 2270 | 2026-05-12T14:27:21.617Z | Compiling waitgroup v0.1.2 |
| 2271 | 2026-05-12T14:27:21.631Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2272 | 2026-05-12T14:27:21.650Z | Compiling chacha20 v0.9.1 |
| 2273 | 2026-05-12T14:27:21.672Z | Compiling dropshot_endpoint v0.17.0 |
| 2274 | 2026-05-12T14:27:21.746Z | Compiling rustls-pemfile v2.2.0 |
| 2275 | 2026-05-12T14:27:21.795Z | Compiling blake2 v0.10.6 |
| 2276 | 2026-05-12T14:27:21.931Z | Compiling aead v0.5.2 |
| 2277 | 2026-05-12T14:27:21.990Z | Compiling password-hash v0.5.0 |
| 2278 | 2026-05-12T14:27:22.048Z | Compiling foreign-types-macros v0.2.3 |
| 2279 | 2026-05-12T14:27:22.266Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2280 | 2026-05-12T14:27:22.306Z | Compiling serde_path_to_error v0.1.20 |
| 2281 | 2026-05-12T14:27:22.321Z | Compiling hostname v0.4.2 |
| 2282 | 2026-05-12T14:27:22.415Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-12T14:27:22.508Z | Compiling proc-macro-error v1.0.4 |
| 2284 | 2026-05-12T14:27:22.638Z | Compiling instant v0.1.13 |
| 2285 | 2026-05-12T14:27:22.654Z | Compiling debug-ignore v1.0.5 |
| 2286 | 2026-05-12T14:27:22.689Z | Compiling cpufeatures v0.3.0 |
| 2287 | 2026-05-12T14:27:22.728Z | Compiling typeid v1.0.3 |
| 2288 | 2026-05-12T14:27:22.746Z | Compiling foreign-types-shared v0.3.1 |
| 2289 | 2026-05-12T14:27:22.767Z | Compiling chacha20 v0.10.0 |
| 2290 | 2026-05-12T14:27:22.783Z | Compiling backoff v0.4.0 |
| 2291 | 2026-05-12T14:27:22.786Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2292 | 2026-05-12T14:27:22.858Z | Compiling foreign-types v0.5.0 |
| 2293 | 2026-05-12T14:27:22.874Z | Compiling argon2 v0.5.3 |
| 2294 | 2026-05-12T14:27:22.942Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-12T14:27:22.959Z | Compiling chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-12T14:27:22.984Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2297 | 2026-05-12T14:27:23.001Z | Compiling num_enum_derive v0.5.11 |
| 2298 | 2026-05-12T14:27:23.020Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2299 | 2026-05-12T14:27:23.053Z | Compiling num_enum v0.7.5 |
| 2300 | 2026-05-12T14:27:23.080Z | Compiling ciborium v0.2.2 |
| 2301 | 2026-05-12T14:27:23.139Z | Compiling vsss-rs v3.3.4 |
| 2302 | 2026-05-12T14:27:23.264Z | Compiling tabwriter v1.4.1 |
| 2303 | 2026-05-12T14:27:23.357Z | Compiling regress v0.10.5 |
| 2304 | 2026-05-12T14:27:23.657Z | Compiling byte-wrapper v0.1.0 |
| 2305 | 2026-05-12T14:27:23.709Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2306 | 2026-05-12T14:27:23.848Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2307 | 2026-05-12T14:27:23.893Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2308 | 2026-05-12T14:27:23.916Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2309 | 2026-05-12T14:27:23.955Z | Compiling cstr-argument v0.1.2 |
| 2310 | 2026-05-12T14:27:24.069Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-05-12T14:27:24.143Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2312 | 2026-05-12T14:27:24.191Z | Compiling erased-serde v0.4.9 |
| 2313 | 2026-05-12T14:27:24.335Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2314 | 2026-05-12T14:27:24.409Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2315 | 2026-05-12T14:27:24.498Z | Compiling num_enum v0.5.11 |
| 2316 | 2026-05-12T14:27:24.516Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2317 | 2026-05-12T14:27:24.550Z | Compiling rand v0.10.0 |
| 2318 | 2026-05-12T14:27:24.586Z | Compiling rayon v1.11.0 |
| 2319 | 2026-05-12T14:27:24.645Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2320 | 2026-05-12T14:27:24.661Z | Compiling libefi-sys v0.1.0 |
| 2321 | 2026-05-12T14:27:24.694Z | Compiling colored v3.1.1 |
| 2322 | 2026-05-12T14:27:24.785Z | Compiling indent_write v2.2.0 |
| 2323 | 2026-05-12T14:27:24.820Z | Compiling zone_cfg_derive v0.3.1 |
| 2324 | 2026-05-12T14:27:24.853Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2325 | 2026-05-12T14:27:24.893Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2326 | 2026-05-12T14:27:24.984Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2327 | 2026-05-12T14:27:25.009Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2328 | 2026-05-12T14:27:25.012Z | Compiling camino-tempfile v1.4.1 |
| 2329 | 2026-05-12T14:27:25.247Z | Compiling itertools v0.12.1 |
| 2330 | 2026-05-12T14:27:25.380Z | Compiling usdt-attr-macro v0.5.0 |
| 2331 | 2026-05-12T14:27:25.395Z | Compiling usdt-macro v0.5.0 |
| 2332 | 2026-05-12T14:27:25.425Z | Compiling bitfield-struct v0.6.2 |
| 2333 | 2026-05-12T14:27:25.428Z | Compiling num-derive v0.4.2 |
| 2334 | 2026-05-12T14:27:25.535Z | Compiling ordered-float v2.10.1 |
| 2335 | 2026-05-12T14:27:25.568Z | Compiling blake3 v1.8.3 |
| 2336 | 2026-05-12T14:27:25.836Z | Compiling memmap v0.7.0 |
| 2337 | 2026-05-12T14:27:25.937Z | Compiling sigpipe v0.1.3 |
| 2338 | 2026-05-12T14:27:26.053Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2339 | 2026-05-12T14:27:26.070Z | Compiling swrite v0.1.0 |
| 2340 | 2026-05-12T14:27:26.087Z | Compiling glob v0.3.3 |
| 2341 | 2026-05-12T14:27:26.104Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2342 | 2026-05-12T14:27:26.135Z | Compiling usdt v0.5.0 |
| 2343 | 2026-05-12T14:27:26.345Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2344 | 2026-05-12T14:27:26.381Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2345 | 2026-05-12T14:27:26.480Z | Compiling serde-value v0.7.0 |
| 2346 | 2026-05-12T14:27:26.750Z | Compiling zone v0.3.1 |
| 2347 | 2026-05-12T14:27:26.760Z | Compiling serde-untagged v0.1.9 |
| 2348 | 2026-05-12T14:27:26.828Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2349 | 2026-05-12T14:27:27.035Z | Compiling toml v0.8.23 |
| 2350 | 2026-05-12T14:27:27.057Z | Compiling smf v0.2.3 |
| 2351 | 2026-05-12T14:27:27.108Z | Compiling filetime v0.2.27 |
| 2352 | 2026-05-12T14:27:27.138Z | Compiling xattr v1.6.1 |
| 2353 | 2026-05-12T14:27:27.154Z | Compiling constant_time_eq v0.4.2 |
| 2354 | 2026-05-12T14:27:27.162Z | Compiling arrayvec v0.7.6 |
| 2355 | 2026-05-12T14:27:27.195Z | Compiling arrayref v0.3.9 |
| 2356 | 2026-05-12T14:27:27.324Z | Compiling whoami v1.6.1 |
| 2357 | 2026-05-12T14:27:27.336Z | Compiling unicode-xid v0.2.6 |
| 2358 | 2026-05-12T14:27:27.359Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-12T14:27:27.359Z | Compiling tar v0.4.45 |
| 2360 | 2026-05-12T14:27:27.427Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2361 | 2026-05-12T14:27:27.462Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-05-12T14:27:27.501Z | Compiling tokio-dtrace v0.1.1 |
| 2363 | 2026-05-12T14:27:27.679Z | Compiling cargo-util-schemas v0.8.2 |
| 2364 | 2026-05-12T14:27:27.755Z | Compiling console v0.16.2 |
| 2365 | 2026-05-12T14:27:27.847Z | Compiling gethostname v0.5.0 |
| 2366 | 2026-05-12T14:27:28.002Z | Compiling cargo-platform v0.2.0 |
| 2367 | 2026-05-12T14:27:28.080Z | Compiling topological-sort v0.2.2 |
| 2368 | 2026-05-12T14:27:28.149Z | Compiling unit-prefix v0.5.2 |
| 2369 | 2026-05-12T14:27:28.234Z | Compiling oxide-tokio-rt v0.1.4 |
| 2370 | 2026-05-12T14:27:28.267Z | Compiling shell-words v1.1.1 |
| 2371 | 2026-05-12T14:27:28.332Z | Compiling indicatif v0.18.4 |
| 2372 | 2026-05-12T14:27:28.350Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2373 | 2026-05-12T14:27:28.823Z | Compiling cargo_metadata v0.21.0 |
| 2374 | 2026-05-12T14:27:37.963Z | Compiling progenitor-client v0.14.0 |
| 2375 | 2026-05-12T14:27:37.978Z | Compiling progenitor-client v0.10.0 |
| 2376 | 2026-05-12T14:27:37.984Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-05-12T14:27:38.444Z | Compiling progenitor-extras v0.2.0 |
| 2378 | 2026-05-12T14:27:40.663Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2379 | 2026-05-12T14:27:40.705Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-05-12T14:27:40.739Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2381 | 2026-05-12T14:27:40.912Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2382 | 2026-05-12T14:27:40.982Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-05-12T14:27:41.038Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2384 | 2026-05-12T14:27:41.056Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2385 | 2026-05-12T14:27:41.089Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-12T14:27:41.164Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2387 | 2026-05-12T14:27:45.024Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2388 | 2026-05-12T14:27:52.506Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2389 | 2026-05-12T14:27:55.638Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2390 | 2026-05-12T14:27:56.632Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2391 | 2026-05-12T14:28:06.021Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2392 | 2026-05-12T14:28:06.179Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2393 | 2026-05-12T14:28:06.244Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2394 | 2026-05-12T14:28:06.249Z | Created new build target 'test' and set it as active |
| 2395 | 2026-05-12T14:28:06.253Z | |
| 2396 | 2026-05-12T14:28:06.253Z | real 1:43.565115978 |
| 2397 | 2026-05-12T14:28:06.253Z | user 17:02.302517593 |
| 2398 | 2026-05-12T14:28:06.253Z | sys 2:34.541539129 |
| 2399 | 2026-05-12T14:28:06.253Z | trap 0.465048981 |
| 2400 | 2026-05-12T14:28:06.253Z | tflt 2.731414307 |
| 2401 | 2026-05-12T14:28:06.253Z | dflt 4.175772242 |
| 2402 | 2026-05-12T14:28:06.253Z | kflt 0.000563800 |
| 2403 | 2026-05-12T14:28:06.253Z | lock 52:44.200297830 |
| 2404 | 2026-05-12T14:28:06.253Z | slp 43:08.814437179 |
| 2405 | 2026-05-12T14:28:06.253Z | lat 43.597829948 |
| 2406 | 2026-05-12T14:28:06.253Z | stop 5:35.272277147 |
| 2407 | 2026-05-12T14:28:06.254Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2408 | 2026-05-12T14:28:07.139Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2409 | 2026-05-12T14:28:07.217Z | Running `target/release/omicron-package -t test package` |
| 2410 | 2026-05-12T14:28:07.278Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2411 | 2026-05-12T14:28:08.700Z | Compiling heck v0.5.0 |
| 2412 | 2026-05-12T14:28:08.700Z | Compiling regress v0.11.1 |
| 2413 | 2026-05-12T14:28:08.700Z | Compiling unsafe-libyaml v0.2.11 |
| 2414 | 2026-05-12T14:28:08.959Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2415 | 2026-05-12T14:28:08.978Z | Compiling regress v0.10.5 |
| 2416 | 2026-05-12T14:28:09.005Z | Compiling unicode-width v0.1.14 |
| 2417 | 2026-05-12T14:28:09.012Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-05-12T14:28:09.046Z | Compiling prettyplease v0.2.37 |
| 2419 | 2026-05-12T14:28:09.050Z | Compiling bytecount v0.6.9 |
| 2420 | 2026-05-12T14:28:09.050Z | Compiling rustls v0.22.4 |
| 2421 | 2026-05-12T14:28:09.050Z | Compiling rustls-webpki v0.102.8 |
| 2422 | 2026-05-12T14:28:09.050Z | Compiling derive-where v1.6.0 |
| 2423 | 2026-05-12T14:28:09.050Z | Compiling thread_local v1.1.9 |
| 2424 | 2026-05-12T14:28:09.050Z | Compiling match_cfg v0.1.0 |
| 2425 | 2026-05-12T14:28:09.050Z | Compiling compression-core v0.4.31 |
| 2426 | 2026-05-12T14:28:09.190Z | Compiling multer v3.1.0 |
| 2427 | 2026-05-12T14:28:09.198Z | Compiling slog-async v2.8.0 |
| 2428 | 2026-05-12T14:28:09.253Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2429 | 2026-05-12T14:28:09.277Z | Compiling hostname v0.3.1 |
| 2430 | 2026-05-12T14:28:09.294Z | Compiling compression-codecs v0.4.37 |
| 2431 | 2026-05-12T14:28:09.315Z | Compiling crossbeam-channel v0.5.15 |
| 2432 | 2026-05-12T14:28:09.340Z | Compiling slog-json v2.6.1 |
| 2433 | 2026-05-12T14:28:09.346Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2434 | 2026-05-12T14:28:09.389Z | Compiling serde_spanned v1.0.4 |
| 2435 | 2026-05-12T14:28:09.431Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-05-12T14:28:09.431Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2437 | 2026-05-12T14:28:09.549Z | Compiling term v1.2.1 |
| 2438 | 2026-05-12T14:28:09.576Z | Compiling take_mut v0.2.2 |
| 2439 | 2026-05-12T14:28:09.576Z | Compiling slog-bunyan v2.5.0 |
| 2440 | 2026-05-12T14:28:09.611Z | Compiling async-compression v0.4.41 |
| 2441 | 2026-05-12T14:28:09.682Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2442 | 2026-05-12T14:28:09.749Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2443 | 2026-05-12T14:28:09.775Z | Compiling dropshot v0.17.0 |
| 2444 | 2026-05-12T14:28:09.788Z | Compiling async-stream v0.3.6 |
| 2445 | 2026-05-12T14:28:09.830Z | Compiling slog-term v2.9.2 |
| 2446 | 2026-05-12T14:28:09.902Z | Compiling num-rational v0.4.2 |
| 2447 | 2026-05-12T14:28:09.945Z | Compiling progenitor-client v0.14.0 |
| 2448 | 2026-05-12T14:28:09.983Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2449 | 2026-05-12T14:28:10.063Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2450 | 2026-05-12T14:28:10.128Z | Compiling waitgroup v0.1.2 |
| 2451 | 2026-05-12T14:28:10.145Z | Compiling backon v1.6.0 |
| 2452 | 2026-05-12T14:28:10.181Z | Compiling rustls-pemfile v2.2.0 |
| 2453 | 2026-05-12T14:28:10.268Z | Compiling num-complex v0.4.6 |
| 2454 | 2026-05-12T14:28:10.288Z | Compiling serde_path_to_error v0.1.20 |
| 2455 | 2026-05-12T14:28:10.312Z | Compiling hostname v0.4.2 |
| 2456 | 2026-05-12T14:28:10.355Z | Compiling instant v0.1.13 |
| 2457 | 2026-05-12T14:28:10.378Z | Compiling debug-ignore v1.0.5 |
| 2458 | 2026-05-12T14:28:10.381Z | Compiling progenitor-extras v0.2.0 |
| 2459 | 2026-05-12T14:28:10.419Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2460 | 2026-05-12T14:28:10.472Z | Compiling typify-impl v0.6.2 |
| 2461 | 2026-05-12T14:28:10.494Z | Compiling backoff v0.4.0 |
| 2462 | 2026-05-12T14:28:10.514Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2463 | 2026-05-12T14:28:10.684Z | Compiling num v0.4.3 |
| 2464 | 2026-05-12T14:28:10.729Z | Compiling parse-display v0.10.0 |
| 2465 | 2026-05-12T14:28:10.752Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2466 | 2026-05-12T14:28:10.755Z | Compiling progenitor-client v0.13.0 |
| 2467 | 2026-05-12T14:28:10.792Z | Compiling progenitor-client v0.10.0 |
| 2468 | 2026-05-12T14:28:10.816Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2469 | 2026-05-12T14:28:10.816Z | Compiling macaddr v1.0.1 |
| 2470 | 2026-05-12T14:28:10.918Z | Compiling float-ord v0.3.2 |
| 2471 | 2026-05-12T14:28:10.993Z | Compiling console v0.15.11 |
| 2472 | 2026-05-12T14:28:11.060Z | Compiling atomicwrites v0.4.4 |
| 2473 | 2026-05-12T14:28:11.082Z | Compiling newline-converter v0.3.0 |
| 2474 | 2026-05-12T14:28:11.107Z | Compiling slog-dtrace v0.3.0 |
| 2475 | 2026-05-12T14:28:11.287Z | Compiling owo-colors v4.3.0 |
| 2476 | 2026-05-12T14:28:11.356Z | Compiling tokio-rustls v0.25.0 |
| 2477 | 2026-05-12T14:28:11.390Z | Compiling expectorate v1.2.0 |
| 2478 | 2026-05-12T14:28:11.474Z | Compiling cancel-safe-futures v0.1.5 |
| 2479 | 2026-05-12T14:28:11.529Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-05-12T14:28:11.612Z | Compiling resolv-conf v0.7.6 |
| 2481 | 2026-05-12T14:28:11.649Z | Compiling toml v0.8.23 |
| 2482 | 2026-05-12T14:28:11.670Z | Compiling linear-map v1.2.0 |
| 2483 | 2026-05-12T14:28:11.739Z | Compiling libsw v3.5.0 |
| 2484 | 2026-05-12T14:28:11.924Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2485 | 2026-05-12T14:28:11.990Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-05-12T14:28:12.031Z | Compiling linked-hash-map v0.5.6 |
| 2487 | 2026-05-12T14:28:12.207Z | Compiling nom v7.1.3 |
| 2488 | 2026-05-12T14:28:12.245Z | Compiling lru-cache v0.1.2 |
| 2489 | 2026-05-12T14:28:12.266Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2490 | 2026-05-12T14:28:12.269Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2491 | 2026-05-12T14:28:12.306Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-05-12T14:28:12.329Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2493 | 2026-05-12T14:28:12.386Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2494 | 2026-05-12T14:28:12.422Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-12T14:28:12.446Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2496 | 2026-05-12T14:28:12.468Z | Compiling convert_case v0.10.0 |
| 2497 | 2026-05-12T14:28:12.665Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2498 | 2026-05-12T14:28:12.758Z | Compiling derive_more-impl v2.1.1 |
| 2499 | 2026-05-12T14:28:13.310Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2500 | 2026-05-12T14:28:13.550Z | Compiling derive_more v2.1.1 |
| 2501 | 2026-05-12T14:28:13.577Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2502 | 2026-05-12T14:28:13.662Z | Compiling papergrid v0.11.0 |
| 2503 | 2026-05-12T14:28:13.766Z | Compiling tabled_derive v0.7.0 |
| 2504 | 2026-05-12T14:28:13.789Z | Compiling termtree v0.5.1 |
| 2505 | 2026-05-12T14:28:13.964Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-05-12T14:28:13.988Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2507 | 2026-05-12T14:28:14.232Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-05-12T14:28:14.481Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2509 | 2026-05-12T14:28:14.655Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-05-12T14:28:14.884Z | Compiling hickory-resolver v0.24.4 |
| 2511 | 2026-05-12T14:28:15.105Z | Compiling tabled v0.15.0 |
| 2512 | 2026-05-12T14:28:15.132Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2513 | 2026-05-12T14:28:15.498Z | Compiling crossterm v0.29.0 |
| 2514 | 2026-05-12T14:28:15.522Z | Compiling typify v0.6.2 |
| 2515 | 2026-05-12T14:28:15.819Z | Compiling progenitor-impl v0.14.0 |
| 2516 | 2026-05-12T14:28:16.368Z | Compiling progenitor-impl v0.13.0 |
| 2517 | 2026-05-12T14:28:18.015Z | Compiling progenitor-macro v0.14.0 |
| 2518 | 2026-05-12T14:28:18.476Z | Compiling qorb v0.4.1 |
| 2519 | 2026-05-12T14:28:18.534Z | Compiling progenitor-macro v0.13.0 |
| 2520 | 2026-05-12T14:28:19.504Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2521 | 2026-05-12T14:28:19.983Z | Compiling phf_shared v0.12.1 |
| 2522 | 2026-05-12T14:28:20.233Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2523 | 2026-05-12T14:28:20.566Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2524 | 2026-05-12T14:28:20.627Z | Compiling csv-core v0.1.13 |
| 2525 | 2026-05-12T14:28:20.758Z | Compiling vte v0.14.1 |
| 2526 | 2026-05-12T14:28:21.017Z | Compiling highway v1.3.0 |
| 2527 | 2026-05-12T14:28:21.076Z | Compiling chrono-tz v0.10.4 |
| 2528 | 2026-05-12T14:28:21.122Z | Compiling strip-ansi-escapes v0.2.1 |
| 2529 | 2026-05-12T14:28:21.339Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2530 | 2026-05-12T14:28:21.631Z | Compiling csv v1.4.0 |
| 2531 | 2026-05-12T14:28:21.714Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2532 | 2026-05-12T14:28:21.770Z | Compiling phf v0.12.1 |
| 2533 | 2026-05-12T14:28:21.975Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2534 | 2026-05-12T14:28:22.071Z | Compiling progenitor v0.14.0 |
| 2535 | 2026-05-12T14:28:22.248Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2536 | 2026-05-12T14:28:22.460Z | Compiling const_format_proc_macros v0.2.34 |
| 2537 | 2026-05-12T14:28:22.513Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2538 | 2026-05-12T14:28:22.604Z | Compiling progenitor v0.13.0 |
| 2539 | 2026-05-12T14:28:22.649Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-05-12T14:28:22.782Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-05-12T14:28:22.827Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-05-12T14:28:23.153Z | Compiling reedline v0.40.0 |
| 2543 | 2026-05-12T14:28:23.237Z | Compiling const_format v0.2.35 |
| 2544 | 2026-05-12T14:28:23.464Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2545 | 2026-05-12T14:28:24.038Z | Compiling peg v0.8.5 |
| 2546 | 2026-05-12T14:28:24.168Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2547 | 2026-05-12T14:28:25.121Z | Compiling bcs v0.1.6 |
| 2548 | 2026-05-12T14:28:25.321Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2549 | 2026-05-12T14:28:25.587Z | Compiling semver v0.1.20 |
| 2550 | 2026-05-12T14:28:25.601Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2551 | 2026-05-12T14:28:25.624Z | Compiling unicode-linebreak v0.1.5 |
| 2552 | 2026-05-12T14:28:25.853Z | Compiling rustc_version v0.1.7 |
| 2553 | 2026-05-12T14:28:25.876Z | Compiling smawk v0.3.2 |
| 2554 | 2026-05-12T14:28:25.935Z | Compiling humantime v2.3.0 |
| 2555 | 2026-05-12T14:28:26.079Z | Compiling textwrap v0.16.2 |
| 2556 | 2026-05-12T14:28:26.102Z | Compiling newtype_derive v0.1.6 |
| 2557 | 2026-05-12T14:28:26.439Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2558 | 2026-05-12T14:28:26.566Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2559 | 2026-05-12T14:28:26.803Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-12T14:28:27.200Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2561 | 2026-05-12T14:28:27.366Z | Compiling base64 v0.21.7 |
| 2562 | 2026-05-12T14:28:27.633Z | Compiling steno v0.4.1 |
| 2563 | 2026-05-12T14:28:27.767Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-12T14:28:27.822Z | Compiling tagptr v0.2.0 |
| 2565 | 2026-05-12T14:28:27.911Z | Compiling utf-8 v0.7.6 |
| 2566 | 2026-05-12T14:28:28.014Z | Compiling moka v0.12.13 |
| 2567 | 2026-05-12T14:28:28.219Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2568 | 2026-05-12T14:28:28.443Z | Compiling tungstenite v0.21.0 |
| 2569 | 2026-05-12T14:28:28.549Z | Compiling radium v0.7.0 |
| 2570 | 2026-05-12T14:28:28.612Z | Compiling maybe-uninit v2.0.0 |
| 2571 | 2026-05-12T14:28:28.803Z | Compiling tap v1.0.1 |
| 2572 | 2026-05-12T14:28:28.953Z | Compiling wyz v0.5.1 |
| 2573 | 2026-05-12T14:28:28.988Z | Compiling zerocopy-derive v0.6.6 |
| 2574 | 2026-05-12T14:28:29.155Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-05-12T14:28:29.196Z | Compiling tokio-tungstenite v0.21.0 |
| 2576 | 2026-05-12T14:28:29.242Z | Compiling display-error-chain v0.2.2 |
| 2577 | 2026-05-12T14:28:29.436Z | Compiling crc-catalog v2.4.0 |
| 2578 | 2026-05-12T14:28:29.565Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2579 | 2026-05-12T14:28:29.586Z | Compiling funty v2.0.0 |
| 2580 | 2026-05-12T14:28:29.764Z | Compiling packed_struct v0.10.1 |
| 2581 | 2026-05-12T14:28:30.069Z | Compiling bitvec v1.0.1 |
| 2582 | 2026-05-12T14:28:30.566Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2583 | 2026-05-12T14:28:30.570Z | Compiling zerocopy v0.6.6 |
| 2584 | 2026-05-12T14:28:30.796Z | Compiling crc v3.4.0 |
| 2585 | 2026-05-12T14:28:31.054Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2586 | 2026-05-12T14:28:31.247Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2587 | 2026-05-12T14:28:31.385Z | Compiling packed_struct_codegen v0.10.1 |
| 2588 | 2026-05-12T14:28:31.923Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2589 | 2026-05-12T14:28:32.383Z | Compiling num-derive v0.3.3 |
| 2590 | 2026-05-12T14:28:32.974Z | Compiling bitfield-macros v0.19.4 |
| 2591 | 2026-05-12T14:28:33.269Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-05-12T14:28:33.480Z | Compiling indexmap v1.9.3 |
| 2593 | 2026-05-12T14:28:33.503Z | Compiling nodrop v0.1.14 |
| 2594 | 2026-05-12T14:28:33.613Z | Compiling array-init v0.0.4 |
| 2595 | 2026-05-12T14:28:33.635Z | Compiling libscf-sys v1.1.0 |
| 2596 | 2026-05-12T14:28:33.693Z | Compiling proc-macro-error2 v2.0.1 |
| 2597 | 2026-05-12T14:28:33.721Z | Compiling bitfield v0.19.4 |
| 2598 | 2026-05-12T14:28:33.813Z | Compiling smallvec v0.6.14 |
| 2599 | 2026-05-12T14:28:33.816Z | Compiling typify-impl v0.4.3 |
| 2600 | 2026-05-12T14:28:34.008Z | Compiling hashbrown v0.12.3 |
| 2601 | 2026-05-12T14:28:34.029Z | Compiling tabled_derive v0.11.0 |
| 2602 | 2026-05-12T14:28:34.049Z | Compiling serde-hex v0.1.0 |
| 2603 | 2026-05-12T14:28:34.088Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2604 | 2026-05-12T14:28:34.791Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2605 | 2026-05-12T14:28:35.035Z | Compiling ron v0.8.1 |
| 2606 | 2026-05-12T14:28:35.094Z | Compiling papergrid v0.17.0 |
| 2607 | 2026-05-12T14:28:35.143Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2608 | 2026-05-12T14:28:35.315Z | Compiling testing_table v0.3.0 |
| 2609 | 2026-05-12T14:28:35.462Z | Compiling hashbrown v0.13.2 |
| 2610 | 2026-05-12T14:28:35.736Z | Compiling vergen-gitcl v1.0.8 |
| 2611 | 2026-05-12T14:28:35.758Z | Compiling dirs-sys-next v0.1.2 |
| 2612 | 2026-05-12T14:28:35.970Z | Compiling diesel_derives v2.3.7 |
| 2613 | 2026-05-12T14:28:36.048Z | Compiling glob v0.3.3 |
| 2614 | 2026-05-12T14:28:36.082Z | Compiling crunchy v0.2.4 |
| 2615 | 2026-05-12T14:28:36.166Z | Compiling crc-any v2.5.0 |
| 2616 | 2026-05-12T14:28:36.207Z | Compiling maplit v1.0.2 |
| 2617 | 2026-05-12T14:28:36.259Z | Compiling object v0.30.4 |
| 2618 | 2026-05-12T14:28:36.331Z | Compiling tabled v0.20.0 |
| 2619 | 2026-05-12T14:28:36.432Z | Compiling clang-sys v1.8.1 |
| 2620 | 2026-05-12T14:28:36.491Z | Compiling dirs-next v2.0.0 |
| 2621 | 2026-05-12T14:28:36.602Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2622 | 2026-05-12T14:28:36.642Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-05-12T14:28:36.832Z | Compiling dsl_auto_type v0.2.0 |
| 2624 | 2026-05-12T14:28:36.996Z | Compiling scheduled-thread-pool v0.2.7 |
| 2625 | 2026-05-12T14:28:37.250Z | Compiling typify-macro v0.4.3 |
| 2626 | 2026-05-12T14:28:37.287Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2627 | 2026-05-12T14:28:37.392Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2628 | 2026-05-12T14:28:37.427Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-05-12T14:28:37.519Z | Compiling path-slash v0.1.5 |
| 2630 | 2026-05-12T14:28:37.598Z | Compiling xshell-macros v0.2.7 |
| 2631 | 2026-05-12T14:28:37.620Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-12T14:28:37.717Z | Compiling r2d2 v0.8.10 |
| 2633 | 2026-05-12T14:28:37.770Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2634 | 2026-05-12T14:28:37.987Z | Compiling xshell v0.2.7 |
| 2635 | 2026-05-12T14:28:38.013Z | Compiling term v0.7.0 |
| 2636 | 2026-05-12T14:28:38.534Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2637 | 2026-05-12T14:28:38.571Z | Compiling bit-vec v0.6.3 |
| 2638 | 2026-05-12T14:28:38.591Z | Compiling downcast-rs v2.0.2 |
| 2639 | 2026-05-12T14:28:38.763Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-05-12T14:28:38.973Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2641 | 2026-05-12T14:28:39.011Z | Compiling bit-set v0.5.3 |
| 2642 | 2026-05-12T14:28:39.033Z | Compiling itertools v0.10.5 |
| 2643 | 2026-05-12T14:28:39.203Z | Compiling ena v0.14.4 |
| 2644 | 2026-05-12T14:28:39.320Z | Compiling libloading v0.8.9 |
| 2645 | 2026-05-12T14:28:39.447Z | Compiling regex-syntax v0.6.29 |
| 2646 | 2026-05-12T14:28:39.552Z | Compiling unicase v2.9.0 |
| 2647 | 2026-05-12T14:28:39.892Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2648 | 2026-05-12T14:28:40.119Z | Compiling crc8 v0.1.1 |
| 2649 | 2026-05-12T14:28:40.182Z | Compiling diff v0.1.13 |
| 2650 | 2026-05-12T14:28:40.256Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-12T14:28:40.598Z | Compiling typify v0.4.3 |
| 2652 | 2026-05-12T14:28:40.760Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2653 | 2026-05-12T14:28:40.826Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2654 | 2026-05-12T14:28:41.078Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-12T14:28:41.371Z | Compiling cexpr v0.6.0 |
| 2656 | 2026-05-12T14:28:41.403Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2657 | 2026-05-12T14:28:41.445Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2658 | 2026-05-12T14:28:41.628Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2659 | 2026-05-12T14:28:41.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2660 | 2026-05-12T14:28:41.996Z | Compiling headers-core v0.3.0 |
| 2661 | 2026-05-12T14:28:41.999Z | Compiling libxml v0.3.3 |
| 2662 | 2026-05-12T14:28:42.167Z | Compiling headers v0.4.1 |
| 2663 | 2026-05-12T14:28:42.325Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2664 | 2026-05-12T14:28:42.358Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2665 | 2026-05-12T14:28:42.419Z | Compiling diesel v2.3.7 |
| 2666 | 2026-05-12T14:28:42.585Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-05-12T14:28:43.060Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-05-12T14:28:43.521Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-05-12T14:28:43.577Z | Compiling indoc v1.0.9 |
| 2670 | 2026-05-12T14:28:44.078Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-05-12T14:28:44.174Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2672 | 2026-05-12T14:28:44.306Z | Compiling derive_builder v0.20.2 |
| 2673 | 2026-05-12T14:28:44.478Z | Compiling oso-derive v0.27.3 |
| 2674 | 2026-05-12T14:28:44.769Z | Compiling quick-xml v0.37.5 |
| 2675 | 2026-05-12T14:28:44.983Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2676 | 2026-05-12T14:28:45.754Z | Compiling half v1.8.3 |
| 2677 | 2026-05-12T14:28:45.775Z | Compiling openssl-probe v0.1.6 |
| 2678 | 2026-05-12T14:28:45.827Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2679 | 2026-05-12T14:28:46.023Z | Compiling serde_cbor v0.11.2 |
| 2680 | 2026-05-12T14:28:46.069Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2681 | 2026-05-12T14:28:46.193Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2682 | 2026-05-12T14:28:46.257Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2683 | 2026-05-12T14:28:46.518Z | Compiling bb8 v0.8.6 |
| 2684 | 2026-05-12T14:28:46.559Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-05-12T14:28:46.785Z | Compiling samael v0.0.19 |
| 2686 | 2026-05-12T14:28:46.891Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2687 | 2026-05-12T14:28:47.080Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2688 | 2026-05-12T14:28:47.106Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2689 | 2026-05-12T14:28:47.163Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2690 | 2026-05-12T14:28:47.420Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2691 | 2026-05-12T14:28:47.467Z | Compiling fxhash v0.2.1 |
| 2692 | 2026-05-12T14:28:47.489Z | Compiling salty v0.3.0 |
| 2693 | 2026-05-12T14:28:47.706Z | Compiling progenitor-impl v0.10.0 |
| 2694 | 2026-05-12T14:28:47.803Z | Compiling progenitor-impl v0.11.2 |
| 2695 | 2026-05-12T14:28:47.869Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2696 | 2026-05-12T14:28:47.977Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2697 | 2026-05-12T14:28:48.397Z | Compiling kstat-rs v0.2.4 |
| 2698 | 2026-05-12T14:28:48.429Z | Compiling libz-sys v1.1.24 |
| 2699 | 2026-05-12T14:28:48.554Z | Compiling polar-core v0.27.3 |
| 2700 | 2026-05-12T14:28:48.576Z | Compiling nonempty v0.12.0 |
| 2701 | 2026-05-12T14:28:48.802Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2702 | 2026-05-12T14:28:48.892Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2703 | 2026-05-12T14:28:49.846Z | Compiling progenitor-macro v0.10.0 |
| 2704 | 2026-05-12T14:28:49.953Z | Compiling progenitor-macro v0.11.2 |
| 2705 | 2026-05-12T14:28:51.159Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2706 | 2026-05-12T14:28:52.569Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2707 | 2026-05-12T14:28:52.685Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2708 | 2026-05-12T14:28:53.147Z | Compiling progenitor-client v0.11.2 |
| 2709 | 2026-05-12T14:28:53.330Z | Compiling darling_core v0.23.0 |
| 2710 | 2026-05-12T14:28:53.676Z | Compiling nanorand v0.7.0 |
| 2711 | 2026-05-12T14:28:53.962Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2712 | 2026-05-12T14:28:53.990Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2026-05-12T14:28:54.054Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2714 | 2026-05-12T14:28:55.519Z | Compiling arc-swap v1.8.2 |
| 2715 | 2026-05-12T14:28:55.898Z | Compiling fs-err v2.11.0 |
| 2716 | 2026-05-12T14:28:56.215Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2717 | 2026-05-12T14:28:57.417Z | Compiling oso v0.27.3 |
| 2718 | 2026-05-12T14:28:58.352Z | Compiling parking_lot_core v0.8.6 |
| 2719 | 2026-05-12T14:28:58.681Z | Compiling mime_guess v2.0.5 |
| 2720 | 2026-05-12T14:28:58.844Z | Compiling slog-scope v4.4.1 |
| 2721 | 2026-05-12T14:28:59.206Z | Compiling darling_macro v0.23.0 |
| 2722 | 2026-05-12T14:28:59.292Z | Compiling progenitor v0.10.0 |
| 2723 | 2026-05-12T14:28:59.705Z | Compiling diesel-dtrace v0.5.0 |
| 2724 | 2026-05-12T14:29:00.031Z | Compiling async-bb8-diesel v0.2.1 |
| 2725 | 2026-05-12T14:29:00.488Z | Compiling progenitor v0.11.2 |
| 2726 | 2026-05-12T14:29:00.542Z | Compiling flume v0.11.1 |
| 2727 | 2026-05-12T14:29:00.702Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-05-12T14:29:00.968Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2729 | 2026-05-12T14:29:01.966Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2730 | 2026-05-12T14:29:02.910Z | Compiling primeorder v0.13.6 |
| 2731 | 2026-05-12T14:29:03.245Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-05-12T14:29:03.336Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-05-12T14:29:03.502Z | Compiling instability v0.3.11 |
| 2734 | 2026-05-12T14:29:03.524Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2735 | 2026-05-12T14:29:03.783Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-05-12T14:29:03.806Z | Compiling p384 v0.13.1 |
| 2737 | 2026-05-12T14:29:03.876Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2738 | 2026-05-12T14:29:04.164Z | Compiling darling v0.23.0 |
| 2739 | 2026-05-12T14:29:04.331Z | Compiling slog-stdlog v4.1.1 |
| 2740 | 2026-05-12T14:29:04.933Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2741 | 2026-05-12T14:29:05.022Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-05-12T14:29:05.138Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-05-12T14:29:05.160Z | Compiling ignore v0.4.25 |
| 2744 | 2026-05-12T14:29:05.407Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-05-12T14:29:05.988Z | Compiling castaway v0.2.4 |
| 2746 | 2026-05-12T14:29:06.147Z | Compiling atty v0.2.14 |
| 2747 | 2026-05-12T14:29:06.318Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-12T14:29:06.341Z | Compiling parse-size v1.1.0 |
| 2749 | 2026-05-12T14:29:06.558Z | Compiling http-range v0.1.5 |
| 2750 | 2026-05-12T14:29:06.581Z | Compiling indoc v2.0.7 |
| 2751 | 2026-05-12T14:29:06.895Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2752 | 2026-05-12T14:29:06.899Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-05-12T14:29:07.612Z | Compiling compact_str v0.8.1 |
| 2754 | 2026-05-12T14:29:07.718Z | Compiling globwalk v0.9.1 |
| 2755 | 2026-05-12T14:29:08.549Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2756 | 2026-05-12T14:29:08.788Z | Compiling parking_lot v0.11.2 |
| 2757 | 2026-05-12T14:29:09.703Z | Compiling slog-envlogger v2.2.0 |
| 2758 | 2026-05-12T14:29:10.191Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2759 | 2026-05-12T14:29:10.677Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-05-12T14:29:10.874Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-05-12T14:29:10.900Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-05-12T14:29:10.980Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2763 | 2026-05-12T14:29:11.245Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-05-12T14:29:11.278Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-05-12T14:29:11.704Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-05-12T14:29:11.745Z | Compiling lru v0.12.5 |
| 2767 | 2026-05-12T14:29:11.832Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-12T14:29:11.919Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-05-12T14:29:11.976Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-05-12T14:29:12.187Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2771 | 2026-05-12T14:29:12.319Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-05-12T14:29:12.376Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-05-12T14:29:12.456Z | Compiling corncobs v0.1.4 |
| 2774 | 2026-05-12T14:29:12.478Z | Compiling cassowary v0.3.0 |
| 2775 | 2026-05-12T14:29:12.531Z | Compiling hickory-server v0.25.2 |
| 2776 | 2026-05-12T14:29:12.644Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-12T14:29:12.706Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2778 | 2026-05-12T14:29:12.787Z | Compiling ratatui v0.29.0 |
| 2779 | 2026-05-12T14:29:12.856Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2780 | 2026-05-12T14:29:13.007Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2781 | 2026-05-12T14:29:13.062Z | Compiling camino-tempfile-ext v0.3.3 |
| 2782 | 2026-05-12T14:29:13.350Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-12T14:29:13.612Z | Compiling hyper-staticfile v0.10.1 |
| 2784 | 2026-05-12T14:29:13.735Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2785 | 2026-05-12T14:29:13.874Z | Compiling sled v0.34.7 |
| 2786 | 2026-05-12T14:29:14.500Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-05-12T14:29:14.823Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-05-12T14:29:15.169Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-05-12T14:29:16.546Z | Compiling secrecy v0.8.0 |
| 2790 | 2026-05-12T14:29:16.768Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2791 | 2026-05-12T14:29:17.004Z | Compiling rustls v0.21.12 |
| 2792 | 2026-05-12T14:29:17.586Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2793 | 2026-05-12T14:29:18.363Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2794 | 2026-05-12T14:29:18.430Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2795 | 2026-05-12T14:29:19.164Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2796 | 2026-05-12T14:29:19.833Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2026-05-12T14:29:20.408Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2798 | 2026-05-12T14:29:20.433Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-12T14:29:21.020Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2800 | 2026-05-12T14:29:21.576Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2801 | 2026-05-12T14:29:21.800Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-05-12T14:29:22.028Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-05-12T14:29:22.256Z | Compiling rustls-webpki v0.101.7 |
| 2804 | 2026-05-12T14:29:22.681Z | Compiling sct v0.7.1 |
| 2805 | 2026-05-12T14:29:22.925Z | Compiling nix v0.29.0 |
| 2806 | 2026-05-12T14:29:22.964Z | Compiling dropshot v0.16.7 |
| 2807 | 2026-05-12T14:29:23.207Z | Compiling void v1.0.2 |
| 2808 | 2026-05-12T14:29:23.353Z | Compiling lzss v0.8.2 |
| 2809 | 2026-05-12T14:29:23.465Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-05-12T14:29:23.494Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2811 | 2026-05-12T14:29:23.624Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2812 | 2026-05-12T14:29:23.930Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2813 | 2026-05-12T14:29:24.922Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2814 | 2026-05-12T14:29:24.970Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2815 | 2026-05-12T14:29:25.216Z | Compiling tungstenite v0.23.0 |
| 2816 | 2026-05-12T14:29:25.644Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2817 | 2026-05-12T14:29:26.122Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2818 | 2026-05-12T14:29:26.350Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-05-12T14:29:26.353Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-05-12T14:29:26.587Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2821 | 2026-05-12T14:29:26.608Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2822 | 2026-05-12T14:29:26.816Z | Compiling nix v0.27.1 |
| 2823 | 2026-05-12T14:29:27.587Z | Compiling dropshot_endpoint v0.16.7 |
| 2824 | 2026-05-12T14:29:27.612Z | Compiling serde_bytes v0.11.19 |
| 2825 | 2026-05-12T14:29:27.822Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2826 | 2026-05-12T14:29:27.997Z | Compiling tokio-tungstenite v0.23.1 |
| 2827 | 2026-05-12T14:29:28.020Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-05-12T14:29:28.380Z | Compiling tokio-rustls v0.24.1 |
| 2829 | 2026-05-12T14:29:29.111Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2830 | 2026-05-12T14:29:29.263Z | Compiling git2 v0.20.4 |
| 2831 | 2026-05-12T14:29:30.773Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2832 | 2026-05-12T14:29:32.830Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2833 | 2026-05-12T14:29:33.136Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-12T14:29:33.699Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2835 | 2026-05-12T14:29:33.830Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2836 | 2026-05-12T14:29:34.130Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2837 | 2026-05-12T14:29:34.328Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2838 | 2026-05-12T14:29:35.823Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2839 | 2026-05-12T14:29:36.564Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-05-12T14:29:36.719Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2841 | 2026-05-12T14:29:37.238Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2842 | 2026-05-12T14:29:37.652Z | Compiling rustls-pemfile v1.0.4 |
| 2843 | 2026-05-12T14:29:38.080Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2844 | 2026-05-12T14:29:38.198Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2845 | 2026-05-12T14:29:38.863Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2846 | 2026-05-12T14:29:39.290Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2847 | 2026-05-12T14:29:41.387Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2848 | 2026-05-12T14:29:41.508Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2849 | 2026-05-12T14:29:41.620Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2850 | 2026-05-12T14:29:41.645Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2851 | 2026-05-12T14:29:41.863Z | Compiling signal-hook-tokio v0.3.1 |
| 2852 | 2026-05-12T14:29:42.083Z | Compiling twox-hash v2.1.2 |
| 2853 | 2026-05-12T14:29:42.183Z | Compiling yasna v0.5.2 |
| 2854 | 2026-05-12T14:29:42.486Z | Compiling is_ci v1.2.0 |
| 2855 | 2026-05-12T14:29:42.644Z | Compiling supports-color v3.0.2 |
| 2856 | 2026-05-12T14:29:42.933Z | Compiling rcgen v0.12.1 |
| 2857 | 2026-05-12T14:29:43.055Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2858 | 2026-05-12T14:29:43.502Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2859 | 2026-05-12T14:29:43.532Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2860 | 2026-05-12T14:29:43.732Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2861 | 2026-05-12T14:29:43.816Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2862 | 2026-05-12T14:29:44.035Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2863 | 2026-05-12T14:29:45.179Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2864 | 2026-05-12T14:29:45.987Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2865 | 2026-05-12T14:29:46.508Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2866 | 2026-05-12T14:29:47.413Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2867 | 2026-05-12T14:29:47.553Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2868 | 2026-05-12T14:29:47.783Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2869 | 2026-05-12T14:29:48.012Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-05-12T14:29:48.233Z | Compiling fatfs v0.3.6 |
| 2871 | 2026-05-12T14:29:48.400Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2872 | 2026-05-12T14:29:48.805Z | Compiling subprocess v0.2.15 |
| 2873 | 2026-05-12T14:29:49.409Z | Compiling rtoolbox v0.0.3 |
| 2874 | 2026-05-12T14:29:49.435Z | Compiling seq-macro v0.3.6 |
| 2875 | 2026-05-12T14:29:49.695Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-05-12T14:29:49.813Z | Compiling rpassword v7.4.0 |
| 2877 | 2026-05-12T14:29:49.941Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2878 | 2026-05-12T14:29:50.134Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-05-12T14:29:51.028Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2880 | 2026-05-12T14:29:51.185Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2881 | 2026-05-12T14:29:51.329Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2882 | 2026-05-12T14:29:52.054Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-05-12T14:29:52.345Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-05-12T14:29:52.596Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2885 | 2026-05-12T14:29:53.117Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2886 | 2026-05-12T14:29:53.715Z | Compiling uzers v0.12.2 |
| 2887 | 2026-05-12T14:29:54.219Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-05-12T14:29:55.055Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-05-12T14:29:55.821Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-05-12T14:29:56.793Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-05-12T14:29:58.990Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2892 | 2026-05-12T14:30:00.063Z | Compiling support-bundle-viewer v0.1.2 |
| 2893 | 2026-05-12T14:30:01.244Z | Compiling multimap v0.10.1 |
| 2894 | 2026-05-12T14:30:09.547Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2895 | 2026-05-12T14:30:09.857Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2896 | 2026-05-12T14:30:11.437Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2897 | 2026-05-12T14:30:19.656Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2898 | 2026-05-12T14:35:49.031Z | Finished `release` profile [optimized] target(s) in 7m 41s |
| 2899 | 2026-05-12T14:36:33.369Z | |
| 2900 | 2026-05-12T14:36:33.369Z | real 8:27.096365037 |
| 2901 | 2026-05-12T14:36:33.369Z | user 1:17:52.690589969 |
| 2902 | 2026-05-12T14:36:33.373Z | sys 3:25.260765678 |
| 2903 | 2026-05-12T14:36:33.373Z | trap 1.761294938 |
| 2904 | 2026-05-12T14:36:33.373Z | tflt 2.636833360 |
| 2905 | 2026-05-12T14:36:33.373Z | dflt 15.556281514 |
| 2906 | 2026-05-12T14:36:33.373Z | kflt 0.079820785 |
| 2907 | 2026-05-12T14:36:33.373Z | lock 6:26:50.070583600 |
| 2908 | 2026-05-12T14:36:33.373Z | slp 2:13:02.738931532 |
| 2909 | 2026-05-12T14:36:33.373Z | lat 2:23.566152036 |
| 2910 | 2026-05-12T14:36:33.373Z | stop 5:07.966796784 |
| 2911 | 2026-05-12T14:36:33.373Z | + mapfile -t packages |
| 2912 | 2026-05-12T14:36:33.373Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2913 | 2026-05-12T14:36:34.331Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2914 | 2026-05-12T14:36:34.404Z | Running `target/release/omicron-package -t test list-outputs` |
| 2915 | 2026-05-12T14:36:34.459Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2916 | 2026-05-12T14:36:34.462Z | + ptime -m cargo build --locked --release -p xtask |
| 2917 | 2026-05-12T14:36:34.994Z | Compiling libc v0.2.185 |
| 2918 | 2026-05-12T14:36:34.994Z | Compiling serde v1.0.228 |
| 2919 | 2026-05-12T14:36:34.994Z | Compiling serde_core v1.0.228 |
| 2920 | 2026-05-12T14:36:34.997Z | Compiling rustix v1.1.3 |
| 2921 | 2026-05-12T14:36:35.088Z | Compiling serde_json v1.0.149 |
| 2922 | 2026-05-12T14:36:35.091Z | Compiling bitflags v2.11.0 |
| 2923 | 2026-05-12T14:36:35.136Z | Compiling num-traits v0.2.19 |
| 2924 | 2026-05-12T14:36:35.145Z | Compiling syn v2.0.117 |
| 2925 | 2026-05-12T14:36:35.154Z | Compiling smallvec v1.15.1 |
| 2926 | 2026-05-12T14:36:35.170Z | Compiling indexmap v2.14.0 |
| 2927 | 2026-05-12T14:36:35.180Z | Compiling usdt-impl v0.5.0 |
| 2928 | 2026-05-12T14:36:35.193Z | Compiling syn v1.0.109 |
| 2929 | 2026-05-12T14:36:35.204Z | Compiling log v0.4.29 |
| 2930 | 2026-05-12T14:36:35.216Z | Compiling getrandom v0.4.1 |
| 2931 | 2026-05-12T14:36:35.368Z | Compiling percent-encoding v2.3.2 |
| 2932 | 2026-05-12T14:36:35.525Z | Compiling form_urlencoded v1.2.2 |
| 2933 | 2026-05-12T14:36:35.570Z | Compiling fs-err v3.3.0 |
| 2934 | 2026-05-12T14:36:35.593Z | Compiling heck v0.4.1 |
| 2935 | 2026-05-12T14:36:35.605Z | Compiling anyhow v1.0.102 |
| 2936 | 2026-05-12T14:36:35.625Z | Compiling once_cell v1.21.3 |
| 2937 | 2026-05-12T14:36:35.841Z | Compiling errno v0.3.14 |
| 2938 | 2026-05-12T14:36:35.844Z | Compiling thread-id v4.2.2 |
| 2939 | 2026-05-12T14:36:35.844Z | Compiling memmap v0.7.0 |
| 2940 | 2026-05-12T14:36:36.170Z | Compiling ordered-float v2.10.1 |
| 2941 | 2026-05-12T14:36:36.677Z | Compiling proc-macro-error v1.0.4 |
| 2942 | 2026-05-12T14:36:36.850Z | Compiling terminal_size v0.4.3 |
| 2943 | 2026-05-12T14:36:36.850Z | Compiling tempfile v3.25.0 |
| 2944 | 2026-05-12T14:36:36.917Z | Compiling tabled_derive v0.7.0 |
| 2945 | 2026-05-12T14:36:36.944Z | Compiling clap_builder v4.5.60 |
| 2946 | 2026-05-12T14:36:36.944Z | Compiling textwrap v0.16.2 |
| 2947 | 2026-05-12T14:36:37.084Z | Compiling camino-tempfile v1.4.1 |
| 2948 | 2026-05-12T14:36:37.592Z | Compiling tabled v0.15.0 |
| 2949 | 2026-05-12T14:36:37.692Z | Compiling synstructure v0.13.2 |
| 2950 | 2026-05-12T14:36:37.692Z | Compiling pest_generator v2.8.6 |
| 2951 | 2026-05-12T14:36:38.100Z | Compiling serde_derive v1.0.228 |
| 2952 | 2026-05-12T14:36:38.100Z | Compiling zerofrom-derive v0.1.6 |
| 2953 | 2026-05-12T14:36:38.100Z | Compiling yoke-derive v0.8.1 |
| 2954 | 2026-05-12T14:36:38.104Z | Compiling zerovec-derive v0.11.2 |
| 2955 | 2026-05-12T14:36:38.104Z | Compiling displaydoc v0.2.5 |
| 2956 | 2026-05-12T14:36:38.104Z | Compiling thiserror-impl v1.0.69 |
| 2957 | 2026-05-12T14:36:38.104Z | Compiling zerocopy-derive v0.7.35 |
| 2958 | 2026-05-12T14:36:38.104Z | Compiling scroll_derive v0.12.1 |
| 2959 | 2026-05-12T14:36:38.229Z | Compiling pest_derive v2.8.6 |
| 2960 | 2026-05-12T14:36:38.670Z | Compiling thiserror-impl v2.0.18 |
| 2961 | 2026-05-12T14:36:38.814Z | Compiling scroll v0.12.0 |
| 2962 | 2026-05-12T14:36:38.825Z | Compiling clap_derive v4.5.55 |
| 2963 | 2026-05-12T14:36:38.929Z | Compiling zerocopy v0.7.35 |
| 2964 | 2026-05-12T14:36:39.081Z | Compiling goblin v0.8.2 |
| 2965 | 2026-05-12T14:36:39.258Z | Compiling zerofrom v0.1.6 |
| 2966 | 2026-05-12T14:36:39.303Z | Compiling thiserror v1.0.69 |
| 2967 | 2026-05-12T14:36:39.407Z | Compiling yoke v0.8.1 |
| 2968 | 2026-05-12T14:36:39.418Z | Compiling dtrace-parser v0.2.0 |
| 2969 | 2026-05-12T14:36:39.595Z | Compiling zerovec v0.11.5 |
| 2970 | 2026-05-12T14:36:39.598Z | Compiling zerotrie v0.2.3 |
| 2971 | 2026-05-12T14:36:39.859Z | Compiling thiserror v2.0.18 |
| 2972 | 2026-05-12T14:36:40.203Z | Compiling tinystr v0.8.2 |
| 2973 | 2026-05-12T14:36:40.439Z | Compiling icu_locale_core v2.1.1 |
| 2974 | 2026-05-12T14:36:40.480Z | Compiling potential_utf v0.1.4 |
| 2975 | 2026-05-12T14:36:40.692Z | Compiling icu_collections v2.1.1 |
| 2976 | 2026-05-12T14:36:41.274Z | Compiling icu_provider v2.1.1 |
| 2977 | 2026-05-12T14:36:41.443Z | Compiling serde_spanned v0.6.9 |
| 2978 | 2026-05-12T14:36:41.530Z | Compiling toml_datetime v0.6.11 |
| 2979 | 2026-05-12T14:36:41.638Z | Compiling icu_normalizer v2.1.1 |
| 2980 | 2026-05-12T14:36:41.685Z | Compiling icu_properties v2.1.2 |
| 2981 | 2026-05-12T14:36:41.711Z | Compiling dof v0.3.0 |
| 2982 | 2026-05-12T14:36:41.747Z | Compiling toml_edit v0.22.27 |
| 2983 | 2026-05-12T14:36:41.760Z | Compiling serde-value v0.7.0 |
| 2984 | 2026-05-12T14:36:41.793Z | Compiling cargo-platform v0.2.0 |
| 2985 | 2026-05-12T14:36:41.925Z | Compiling serde_tokenstream v0.2.3 |
| 2986 | 2026-05-12T14:36:42.282Z | Compiling macaddr v1.0.1 |
| 2987 | 2026-05-12T14:36:42.293Z | Compiling clap v4.5.60 |
| 2988 | 2026-05-12T14:36:42.578Z | Compiling idna_adapter v1.2.1 |
| 2989 | 2026-05-12T14:36:42.687Z | Compiling idna v1.1.0 |
| 2990 | 2026-05-12T14:36:42.740Z | Compiling usdt-macro v0.5.0 |
| 2991 | 2026-05-12T14:36:42.770Z | Compiling usdt-attr-macro v0.5.0 |
| 2992 | 2026-05-12T14:36:43.111Z | Compiling url v2.5.8 |
| 2993 | 2026-05-12T14:36:43.367Z | Compiling toml v0.8.23 |
| 2994 | 2026-05-12T14:36:43.428Z | Compiling usdt v0.5.0 |
| 2995 | 2026-05-12T14:36:43.837Z | Compiling cargo-util-schemas v0.8.2 |
| 2996 | 2026-05-12T14:36:43.837Z | Compiling cargo_toml v0.21.0 |
| 2997 | 2026-05-12T14:36:44.877Z | Compiling cargo_metadata v0.21.0 |
| 2998 | 2026-05-12T14:36:47.913Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2999 | 2026-05-12T14:36:50.917Z | Finished `release` profile [optimized] target(s) in 16.44s |
| 3000 | 2026-05-12T14:36:51.078Z | |
| 3001 | 2026-05-12T14:36:51.078Z | real 16.582151990 |
| 3002 | 2026-05-12T14:36:51.078Z | user 2:22.184647635 |
| 3003 | 2026-05-12T14:36:51.081Z | sys 16.494058303 |
| 3004 | 2026-05-12T14:36:51.081Z | trap 0.093701869 |
| 3005 | 2026-05-12T14:36:51.081Z | tflt 0.538066997 |
| 3006 | 2026-05-12T14:36:51.081Z | dflt 1.399906983 |
| 3007 | 2026-05-12T14:36:51.082Z | kflt 0.031677826 |
| 3008 | 2026-05-12T14:36:51.082Z | lock 5:20.644152966 |
| 3009 | 2026-05-12T14:36:51.082Z | slp 3:28.765557923 |
| 3010 | 2026-05-12T14:36:51.082Z | lat 6.690261101 |
| 3011 | 2026-05-12T14:36:51.082Z | stop 18.612233684 |
| 3012 | 2026-05-12T14:36:51.082Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3013 | 2026-05-12T14:36:51.082Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3014 | 2026-05-12T14:36:51.082Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3015 | 2026-05-12T14:36:51.082Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3016 | 2026-05-12T14:36:51.082Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3017 | 2026-05-12T14:36:52.024Z | Compiling newtype-uuid-macros v0.1.0 |
| 3018 | 2026-05-12T14:36:52.024Z | Compiling regress v0.10.5 |
| 3019 | 2026-05-12T14:36:52.024Z | Compiling structmeta-derive v0.3.0 |
| 3020 | 2026-05-12T14:36:52.027Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3021 | 2026-05-12T14:36:52.027Z | Compiling rustls v0.22.4 |
| 3022 | 2026-05-12T14:36:52.182Z | Compiling rustls-webpki v0.102.8 |
| 3023 | 2026-05-12T14:36:52.185Z | Compiling multer v3.1.0 |
| 3024 | 2026-05-12T14:36:52.197Z | Compiling compression-core v0.4.31 |
| 3025 | 2026-05-12T14:36:52.200Z | Compiling debug-ignore v1.0.5 |
| 3026 | 2026-05-12T14:36:52.201Z | Compiling match_cfg v0.1.0 |
| 3027 | 2026-05-12T14:36:52.201Z | Compiling slog-json v2.6.1 |
| 3028 | 2026-05-12T14:36:52.201Z | Compiling async-stream-impl v0.3.6 |
| 3029 | 2026-05-12T14:36:52.201Z | Compiling serde_spanned v1.0.4 |
| 3030 | 2026-05-12T14:36:52.201Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3031 | 2026-05-12T14:36:52.204Z | Compiling dropshot v0.17.0 |
| 3032 | 2026-05-12T14:36:52.204Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3033 | 2026-05-12T14:36:52.399Z | Compiling itertools v0.14.0 |
| 3034 | 2026-05-12T14:36:52.484Z | Compiling hostname v0.3.1 |
| 3035 | 2026-05-12T14:36:52.484Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3036 | 2026-05-12T14:36:52.487Z | Compiling waitgroup v0.1.2 |
| 3037 | 2026-05-12T14:36:52.518Z | Compiling compression-codecs v0.4.37 |
| 3038 | 2026-05-12T14:36:52.568Z | Compiling rustls-pemfile v2.2.0 |
| 3039 | 2026-05-12T14:36:52.568Z | Compiling dropshot_endpoint v0.17.0 |
| 3040 | 2026-05-12T14:36:52.602Z | Compiling slog-bunyan v2.5.0 |
| 3041 | 2026-05-12T14:36:52.602Z | Compiling serde_path_to_error v0.1.20 |
| 3042 | 2026-05-12T14:36:52.660Z | Compiling hostname v0.4.2 |
| 3043 | 2026-05-12T14:36:52.701Z | Compiling progenitor-client v0.14.0 |
| 3044 | 2026-05-12T14:36:52.778Z | Compiling async-compression v0.4.41 |
| 3045 | 2026-05-12T14:36:52.795Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3046 | 2026-05-12T14:36:52.821Z | Compiling macaddr v1.0.1 |
| 3047 | 2026-05-12T14:36:52.857Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3048 | 2026-05-12T14:36:52.966Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3049 | 2026-05-12T14:36:52.982Z | Compiling async-stream v0.3.6 |
| 3050 | 2026-05-12T14:36:52.997Z | Compiling instant v0.1.13 |
| 3051 | 2026-05-12T14:36:53.001Z | Compiling progenitor-client v0.10.0 |
| 3052 | 2026-05-12T14:36:53.045Z | Compiling backon v1.6.0 |
| 3053 | 2026-05-12T14:36:53.072Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3054 | 2026-05-12T14:36:53.118Z | Compiling backoff v0.4.0 |
| 3055 | 2026-05-12T14:36:53.134Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3056 | 2026-05-12T14:36:53.174Z | Compiling universal-hash v0.5.1 |
| 3057 | 2026-05-12T14:36:53.225Z | Compiling opaque-debug v0.3.1 |
| 3058 | 2026-05-12T14:36:53.242Z | Compiling progenitor-extras v0.2.0 |
| 3059 | 2026-05-12T14:36:53.266Z | Compiling structmeta v0.3.0 |
| 3060 | 2026-05-12T14:36:53.283Z | Compiling half v2.7.1 |
| 3061 | 2026-05-12T14:36:53.314Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-05-12T14:36:53.332Z | Compiling crucible-workspace-hack v0.1.0 |
| 3063 | 2026-05-12T14:36:53.335Z | Compiling unsafe-libyaml v0.2.11 |
| 3064 | 2026-05-12T14:36:53.366Z | Compiling ciborium-io v0.2.2 |
| 3065 | 2026-05-12T14:36:53.366Z | Compiling convert_case v0.4.0 |
| 3066 | 2026-05-12T14:36:53.468Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3067 | 2026-05-12T14:36:53.498Z | Compiling regress v0.11.1 |
| 3068 | 2026-05-12T14:36:53.520Z | Compiling derive-ex v0.1.8 |
| 3069 | 2026-05-12T14:36:53.524Z | Compiling parse-display-derive v0.10.0 |
| 3070 | 2026-05-12T14:36:53.557Z | Compiling ciborium-ll v0.2.2 |
| 3071 | 2026-05-12T14:36:53.611Z | Compiling aead v0.5.2 |
| 3072 | 2026-05-12T14:36:53.628Z | Compiling secrecy v0.10.3 |
| 3073 | 2026-05-12T14:36:53.684Z | Compiling poly1305 v0.8.0 |
| 3074 | 2026-05-12T14:36:53.737Z | Compiling chacha20 v0.9.1 |
| 3075 | 2026-05-12T14:36:53.755Z | Compiling ciborium v0.2.2 |
| 3076 | 2026-05-12T14:36:53.771Z | Compiling derive_more v0.99.20 |
| 3077 | 2026-05-12T14:36:53.800Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3078 | 2026-05-12T14:36:53.817Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3079 | 2026-05-12T14:36:53.837Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3080 | 2026-05-12T14:36:53.885Z | Compiling serde_yaml v0.9.34+deprecated |
| 3081 | 2026-05-12T14:36:54.023Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3082 | 2026-05-12T14:36:54.063Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3083 | 2026-05-12T14:36:54.123Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3084 | 2026-05-12T14:36:54.176Z | Compiling byte-wrapper v0.1.0 |
| 3085 | 2026-05-12T14:36:54.200Z | Compiling password-hash v0.5.0 |
| 3086 | 2026-05-12T14:36:54.310Z | Compiling blake2 v0.10.6 |
| 3087 | 2026-05-12T14:36:54.350Z | Compiling chacha20poly1305 v0.10.1 |
| 3088 | 2026-05-12T14:36:54.400Z | Compiling indent_write v2.2.0 |
| 3089 | 2026-05-12T14:36:54.451Z | Compiling heapless v0.8.0 |
| 3090 | 2026-05-12T14:36:54.533Z | Compiling ingot-macros v0.1.1 |
| 3091 | 2026-05-12T14:36:54.551Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3092 | 2026-05-12T14:36:54.568Z | Compiling argon2 v0.5.3 |
| 3093 | 2026-05-12T14:36:54.645Z | Compiling hash32 v0.3.1 |
| 3094 | 2026-05-12T14:36:54.770Z | Compiling tokio-rustls v0.25.0 |
| 3095 | 2026-05-12T14:36:54.902Z | Compiling smoltcp v0.11.0 |
| 3096 | 2026-05-12T14:36:55.031Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3097 | 2026-05-12T14:36:55.278Z | Compiling typify-impl v0.6.2 |
| 3098 | 2026-05-12T14:36:55.323Z | Compiling thiserror-no-std v2.0.2 |
| 3099 | 2026-05-12T14:36:55.326Z | Compiling test-strategy v0.4.5 |
| 3100 | 2026-05-12T14:36:55.326Z | Compiling parse-display v0.10.0 |
| 3101 | 2026-05-12T14:36:55.373Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3102 | 2026-05-12T14:36:55.412Z | Compiling vsss-rs v3.3.4 |
| 3103 | 2026-05-12T14:36:55.438Z | Compiling proc-macro-crate v3.4.0 |
| 3104 | 2026-05-12T14:36:55.655Z | Compiling tabwriter v1.4.1 |
| 3105 | 2026-05-12T14:36:55.672Z | Compiling num-rational v0.4.2 |
| 3106 | 2026-05-12T14:36:55.689Z | Compiling cobs v0.3.0 |
| 3107 | 2026-05-12T14:36:55.791Z | Compiling num-complex v0.4.6 |
| 3108 | 2026-05-12T14:36:55.909Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3109 | 2026-05-12T14:36:55.926Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3110 | 2026-05-12T14:36:56.027Z | Compiling num_enum_derive v0.7.5 |
| 3111 | 2026-05-12T14:36:56.091Z | Compiling postcard v1.1.3 |
| 3112 | 2026-05-12T14:36:56.164Z | Compiling num v0.4.3 |
| 3113 | 2026-05-12T14:36:56.208Z | Compiling proc-macro-error v1.0.4 |
| 3114 | 2026-05-12T14:36:56.264Z | Compiling proc-macro-crate v1.3.1 |
| 3115 | 2026-05-12T14:36:56.282Z | Compiling foreign-types-macros v0.2.3 |
| 3116 | 2026-05-12T14:36:56.299Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3117 | 2026-05-12T14:36:56.424Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3118 | 2026-05-12T14:36:56.450Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3119 | 2026-05-12T14:36:56.468Z | Compiling foreign-types-shared v0.3.1 |
| 3120 | 2026-05-12T14:36:56.557Z | Compiling colored v3.1.1 |
| 3121 | 2026-05-12T14:36:56.588Z | Compiling rayon-core v1.13.0 |
| 3122 | 2026-05-12T14:36:56.611Z | Compiling cpufeatures v0.3.0 |
| 3123 | 2026-05-12T14:36:56.676Z | Compiling float-ord v0.3.2 |
| 3124 | 2026-05-12T14:36:56.704Z | Compiling chacha20 v0.10.0 |
| 3125 | 2026-05-12T14:36:56.721Z | Compiling num_enum_derive v0.5.11 |
| 3126 | 2026-05-12T14:36:56.783Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3127 | 2026-05-12T14:36:56.857Z | Compiling crossbeam-deque v0.8.6 |
| 3128 | 2026-05-12T14:36:56.927Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3129 | 2026-05-12T14:36:56.945Z | Compiling foreign-types v0.5.0 |
| 3130 | 2026-05-12T14:36:56.963Z | Compiling camino-tempfile v1.4.1 |
| 3131 | 2026-05-12T14:36:56.963Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3132 | 2026-05-12T14:36:56.998Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3133 | 2026-05-12T14:36:57.018Z | Compiling cstr-argument v0.1.2 |
| 3134 | 2026-05-12T14:36:57.049Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3135 | 2026-05-12T14:36:57.083Z | Compiling rand v0.10.0 |
| 3136 | 2026-05-12T14:36:57.140Z | Compiling num_enum v0.7.5 |
| 3137 | 2026-05-12T14:36:57.197Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3138 | 2026-05-12T14:36:57.235Z | Compiling toml v0.8.23 |
| 3139 | 2026-05-12T14:36:57.293Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3140 | 2026-05-12T14:36:57.309Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3141 | 2026-05-12T14:36:57.453Z | Compiling ingot-types v0.1.2 |
| 3142 | 2026-05-12T14:36:57.471Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3143 | 2026-05-12T14:36:57.487Z | Compiling rayon v1.11.0 |
| 3144 | 2026-05-12T14:36:57.506Z | Compiling zone_cfg_derive v0.3.1 |
| 3145 | 2026-05-12T14:36:57.525Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3146 | 2026-05-12T14:36:57.542Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3147 | 2026-05-12T14:36:57.561Z | Compiling itertools v0.12.1 |
| 3148 | 2026-05-12T14:36:57.624Z | Compiling num-derive v0.4.2 |
| 3149 | 2026-05-12T14:36:57.679Z | Compiling sigpipe v0.1.3 |
| 3150 | 2026-05-12T14:36:57.770Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3151 | 2026-05-12T14:36:57.817Z | Compiling glob v0.3.3 |
| 3152 | 2026-05-12T14:36:57.837Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3153 | 2026-05-12T14:36:57.853Z | Compiling num_enum v0.5.11 |
| 3154 | 2026-05-12T14:36:57.945Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3155 | 2026-05-12T14:36:57.970Z | Compiling ingot v0.1.1 |
| 3156 | 2026-05-12T14:36:57.973Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3157 | 2026-05-12T14:36:58.002Z | Compiling smf v0.2.3 |
| 3158 | 2026-05-12T14:36:58.045Z | Compiling prettyplease v0.2.37 |
| 3159 | 2026-05-12T14:36:58.098Z | Compiling whoami v1.6.1 |
| 3160 | 2026-05-12T14:36:58.101Z | Compiling gethostname v0.5.0 |
| 3161 | 2026-05-12T14:36:58.249Z | Compiling atomicwrites v0.4.4 |
| 3162 | 2026-05-12T14:36:58.266Z | Compiling usdt-attr-macro v0.5.0 |
| 3163 | 2026-05-12T14:36:58.329Z | Compiling usdt-macro v0.5.0 |
| 3164 | 2026-05-12T14:36:58.430Z | Compiling memmap v0.7.0 |
| 3165 | 2026-05-12T14:36:58.471Z | Compiling derive-where v1.6.0 |
| 3166 | 2026-05-12T14:36:58.523Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3167 | 2026-05-12T14:36:58.574Z | Compiling progenitor-client v0.13.0 |
| 3168 | 2026-05-12T14:36:58.647Z | Compiling owo-colors v4.3.0 |
| 3169 | 2026-05-12T14:36:58.668Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3170 | 2026-05-12T14:36:58.689Z | Compiling resolv-conf v0.7.6 |
| 3171 | 2026-05-12T14:36:58.866Z | Compiling zone v0.3.1 |
| 3172 | 2026-05-12T14:36:58.927Z | Compiling cancel-safe-futures v0.1.5 |
| 3173 | 2026-05-12T14:36:59.064Z | Compiling libsw-core v0.3.2 |
| 3174 | 2026-05-12T14:36:59.081Z | Compiling console v0.15.11 |
| 3175 | 2026-05-12T14:36:59.121Z | Compiling newline-converter v0.3.0 |
| 3176 | 2026-05-12T14:36:59.142Z | Compiling usdt v0.5.0 |
| 3177 | 2026-05-12T14:36:59.174Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3178 | 2026-05-12T14:36:59.269Z | Compiling libsw v3.5.0 |
| 3179 | 2026-05-12T14:36:59.327Z | Compiling libefi-sys v0.1.0 |
| 3180 | 2026-05-12T14:36:59.357Z | Compiling linear-map v1.2.0 |
| 3181 | 2026-05-12T14:36:59.449Z | Compiling hickory-proto v0.24.4 |
| 3182 | 2026-05-12T14:36:59.499Z | Compiling expectorate v1.2.0 |
| 3183 | 2026-05-12T14:36:59.524Z | Compiling bitfield-struct v0.6.2 |
| 3184 | 2026-05-12T14:36:59.569Z | Compiling semver v0.1.20 |
| 3185 | 2026-05-12T14:36:59.586Z | Compiling linked-hash-map v0.5.6 |
| 3186 | 2026-05-12T14:36:59.643Z | Compiling tokio-dtrace v0.1.1 |
| 3187 | 2026-05-12T14:36:59.693Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3188 | 2026-05-12T14:36:59.727Z | Compiling slog-dtrace v0.3.0 |
| 3189 | 2026-05-12T14:36:59.796Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3190 | 2026-05-12T14:36:59.813Z | Compiling rustc_version v0.1.7 |
| 3191 | 2026-05-12T14:36:59.832Z | Compiling lru-cache v0.1.2 |
| 3192 | 2026-05-12T14:36:59.853Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3193 | 2026-05-12T14:36:59.870Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3194 | 2026-05-12T14:36:59.888Z | Compiling minimal-lexical v0.2.1 |
| 3195 | 2026-05-12T14:36:59.935Z | Compiling typify-macro v0.6.2 |
| 3196 | 2026-05-12T14:36:59.953Z | Compiling oxide-tokio-rt v0.1.4 |
| 3197 | 2026-05-12T14:36:59.956Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3198 | 2026-05-12T14:37:00.006Z | Compiling typify-impl v0.4.3 |
| 3199 | 2026-05-12T14:37:00.009Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3200 | 2026-05-12T14:37:00.041Z | Compiling phf_shared v0.12.1 |
| 3201 | 2026-05-12T14:37:00.058Z | Compiling csv-core v0.1.13 |
| 3202 | 2026-05-12T14:37:00.076Z | Compiling newtype_derive v0.1.6 |
| 3203 | 2026-05-12T14:37:00.181Z | Compiling nom v7.1.3 |
| 3204 | 2026-05-12T14:37:00.225Z | Compiling chrono-tz v0.10.4 |
| 3205 | 2026-05-12T14:37:00.242Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-05-12T14:37:00.258Z | Compiling highway v1.3.0 |
| 3207 | 2026-05-12T14:37:00.284Z | Compiling xshell-macros v0.2.7 |
| 3208 | 2026-05-12T14:37:00.351Z | Compiling csv v1.4.0 |
| 3209 | 2026-05-12T14:37:00.368Z | Compiling const_format_proc_macros v0.2.34 |
| 3210 | 2026-05-12T14:37:00.462Z | Compiling phf v0.12.1 |
| 3211 | 2026-05-12T14:37:00.568Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-05-12T14:37:00.621Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-05-12T14:37:00.647Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3214 | 2026-05-12T14:37:00.663Z | Compiling primeorder v0.13.6 |
| 3215 | 2026-05-12T14:37:00.915Z | Compiling xshell v0.2.7 |
| 3216 | 2026-05-12T14:37:00.949Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3217 | 2026-05-12T14:37:00.989Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3218 | 2026-05-12T14:37:01.053Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3219 | 2026-05-12T14:37:01.089Z | Compiling tabled_derive v0.7.0 |
| 3220 | 2026-05-12T14:37:01.224Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3221 | 2026-05-12T14:37:01.241Z | Compiling const_format v0.2.35 |
| 3222 | 2026-05-12T14:37:01.463Z | Compiling bcs v0.1.6 |
| 3223 | 2026-05-12T14:37:01.555Z | Compiling salty v0.3.0 |
| 3224 | 2026-05-12T14:37:01.573Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3225 | 2026-05-12T14:37:01.589Z | Compiling termtree v0.5.1 |
| 3226 | 2026-05-12T14:37:01.615Z | Compiling hickory-resolver v0.24.4 |
| 3227 | 2026-05-12T14:37:01.770Z | Compiling textwrap v0.16.2 |
| 3228 | 2026-05-12T14:37:01.789Z | Compiling typify v0.6.2 |
| 3229 | 2026-05-12T14:37:01.808Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3230 | 2026-05-12T14:37:01.826Z | Compiling steno v0.4.1 |
| 3231 | 2026-05-12T14:37:01.863Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3232 | 2026-05-12T14:37:01.928Z | Compiling progenitor-impl v0.14.0 |
| 3233 | 2026-05-12T14:37:02.033Z | Compiling progenitor-impl v0.13.0 |
| 3234 | 2026-05-12T14:37:02.053Z | Compiling radium v0.7.0 |
| 3235 | 2026-05-12T14:37:02.114Z | Compiling tabled v0.15.0 |
| 3236 | 2026-05-12T14:37:02.135Z | Compiling humantime v2.3.0 |
| 3237 | 2026-05-12T14:37:02.265Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3238 | 2026-05-12T14:37:02.355Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3239 | 2026-05-12T14:37:02.436Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3240 | 2026-05-12T14:37:02.454Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-05-12T14:37:02.470Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3242 | 2026-05-12T14:37:02.733Z | Compiling qorb v0.4.1 |
| 3243 | 2026-05-12T14:37:02.856Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3244 | 2026-05-12T14:37:03.394Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3245 | 2026-05-12T14:37:03.436Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3246 | 2026-05-12T14:37:03.517Z | Compiling base64 v0.21.7 |
| 3247 | 2026-05-12T14:37:03.655Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-05-12T14:37:03.839Z | Compiling moka v0.12.13 |
| 3249 | 2026-05-12T14:37:03.901Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3250 | 2026-05-12T14:37:04.072Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3251 | 2026-05-12T14:37:04.344Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3252 | 2026-05-12T14:37:04.403Z | Compiling p384 v0.13.1 |
| 3253 | 2026-05-12T14:37:04.438Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3254 | 2026-05-12T14:37:04.461Z | Compiling tap v1.0.1 |
| 3255 | 2026-05-12T14:37:04.531Z | Compiling maybe-uninit v2.0.0 |
| 3256 | 2026-05-12T14:37:04.589Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3257 | 2026-05-12T14:37:04.607Z | Compiling typify-macro v0.4.3 |
| 3258 | 2026-05-12T14:37:04.619Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3259 | 2026-05-12T14:37:04.644Z | Compiling wyz v0.5.1 |
| 3260 | 2026-05-12T14:37:04.681Z | Compiling hickory-resolver v0.25.2 |
| 3261 | 2026-05-12T14:37:04.749Z | Compiling progenitor-macro v0.14.0 |
| 3262 | 2026-05-12T14:37:04.769Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3263 | 2026-05-12T14:37:04.806Z | Compiling progenitor-macro v0.13.0 |
| 3264 | 2026-05-12T14:37:04.904Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3265 | 2026-05-12T14:37:04.923Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3266 | 2026-05-12T14:37:05.008Z | Compiling packed_struct v0.10.1 |
| 3267 | 2026-05-12T14:37:05.100Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3268 | 2026-05-12T14:37:05.267Z | Compiling parking_lot_core v0.8.6 |
| 3269 | 2026-05-12T14:37:05.304Z | Compiling funty v2.0.0 |
| 3270 | 2026-05-12T14:37:05.326Z | Compiling utf-8 v0.7.6 |
| 3271 | 2026-05-12T14:37:05.363Z | Compiling proc-macro-error2 v2.0.1 |
| 3272 | 2026-05-12T14:37:05.491Z | Compiling tungstenite v0.21.0 |
| 3273 | 2026-05-12T14:37:05.584Z | Compiling polyval v0.6.2 |
| 3274 | 2026-05-12T14:37:05.639Z | Compiling git-stub v1.0.0 |
| 3275 | 2026-05-12T14:37:05.733Z | Compiling bitvec v1.0.1 |
| 3276 | 2026-05-12T14:37:05.779Z | Compiling packed_struct_codegen v0.10.1 |
| 3277 | 2026-05-12T14:37:05.856Z | Compiling num-derive v0.3.3 |
| 3278 | 2026-05-12T14:37:05.932Z | Compiling zerocopy-derive v0.6.6 |
| 3279 | 2026-05-12T14:37:05.950Z | Compiling bitfield-macros v0.19.4 |
| 3280 | 2026-05-12T14:37:06.111Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3281 | 2026-05-12T14:37:06.270Z | Compiling indexmap v1.9.3 |
| 3282 | 2026-05-12T14:37:06.360Z | Compiling nodrop v0.1.14 |
| 3283 | 2026-05-12T14:37:06.378Z | Compiling crc-catalog v2.4.0 |
| 3284 | 2026-05-12T14:37:06.396Z | Compiling typify v0.4.3 |
| 3285 | 2026-05-12T14:37:06.480Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3286 | 2026-05-12T14:37:06.498Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3287 | 2026-05-12T14:37:06.513Z | Compiling progenitor-impl v0.11.2 |
| 3288 | 2026-05-12T14:37:06.565Z | Compiling crc v3.4.0 |
| 3289 | 2026-05-12T14:37:06.590Z | Compiling array-init v0.0.4 |
| 3290 | 2026-05-12T14:37:06.746Z | Compiling bitfield v0.19.4 |
| 3291 | 2026-05-12T14:37:06.763Z | Compiling tokio-tungstenite v0.21.0 |
| 3292 | 2026-05-12T14:37:06.811Z | Compiling git-stub-vcs v0.1.0 |
| 3293 | 2026-05-12T14:37:06.827Z | Compiling libscf-sys v1.1.0 |
| 3294 | 2026-05-12T14:37:06.854Z | Compiling zerocopy v0.6.6 |
| 3295 | 2026-05-12T14:37:06.935Z | Compiling ghash v0.5.1 |
| 3296 | 2026-05-12T14:37:06.965Z | Compiling tabled_derive v0.11.0 |
| 3297 | 2026-05-12T14:37:06.999Z | Compiling smallvec v0.6.14 |
| 3298 | 2026-05-12T14:37:07.204Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3299 | 2026-05-12T14:37:07.221Z | Compiling papergrid v0.17.0 |
| 3300 | 2026-05-12T14:37:07.238Z | Compiling testing_table v0.3.0 |
| 3301 | 2026-05-12T14:37:07.255Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3302 | 2026-05-12T14:37:07.340Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3303 | 2026-05-12T14:37:07.403Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3304 | 2026-05-12T14:37:07.433Z | Compiling ctr v0.9.2 |
| 3305 | 2026-05-12T14:37:07.483Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3306 | 2026-05-12T14:37:07.647Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3307 | 2026-05-12T14:37:07.665Z | Compiling hashbrown v0.12.3 |
| 3308 | 2026-05-12T14:37:07.766Z | Compiling unicase v2.9.0 |
| 3309 | 2026-05-12T14:37:07.830Z | Compiling corncobs v0.1.4 |
| 3310 | 2026-05-12T14:37:07.908Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-05-12T14:37:07.955Z | Compiling aes-gcm v0.10.3 |
| 3312 | 2026-05-12T14:37:08.006Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-05-12T14:37:08.027Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3314 | 2026-05-12T14:37:08.030Z | Compiling mime_guess v2.0.5 |
| 3315 | 2026-05-12T14:37:08.233Z | Compiling parking_lot v0.11.2 |
| 3316 | 2026-05-12T14:37:08.250Z | Compiling tabled v0.20.0 |
| 3317 | 2026-05-12T14:37:08.436Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3318 | 2026-05-12T14:37:08.482Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-05-12T14:37:08.523Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3320 | 2026-05-12T14:37:08.601Z | Compiling serde-hex v0.1.0 |
| 3321 | 2026-05-12T14:37:08.630Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3322 | 2026-05-12T14:37:08.655Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3323 | 2026-05-12T14:37:08.978Z | Compiling progenitor-impl v0.10.0 |
| 3324 | 2026-05-12T14:37:09.049Z | Compiling ron v0.8.1 |
| 3325 | 2026-05-12T14:37:09.066Z | Compiling hashbrown v0.13.2 |
| 3326 | 2026-05-12T14:37:09.084Z | Compiling progenitor-client v0.11.2 |
| 3327 | 2026-05-12T14:37:09.123Z | Compiling prefix-trie v0.7.0 |
| 3328 | 2026-05-12T14:37:09.294Z | Compiling progenitor-macro v0.11.2 |
| 3329 | 2026-05-12T14:37:09.442Z | Compiling blowfish v0.9.1 |
| 3330 | 2026-05-12T14:37:09.515Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3331 | 2026-05-12T14:37:09.547Z | Compiling ssh-encoding v0.2.0 |
| 3332 | 2026-05-12T14:37:09.607Z | Compiling fxhash v0.2.1 |
| 3333 | 2026-05-12T14:37:09.731Z | Compiling secrecy v0.8.0 |
| 3334 | 2026-05-12T14:37:09.845Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3335 | 2026-05-12T14:37:09.862Z | Compiling crc-any v2.5.0 |
| 3336 | 2026-05-12T14:37:09.948Z | Compiling progenitor v0.14.0 |
| 3337 | 2026-05-12T14:37:09.988Z | Compiling progenitor v0.13.0 |
| 3338 | 2026-05-12T14:37:10.092Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3339 | 2026-05-12T14:37:10.108Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3340 | 2026-05-12T14:37:10.122Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3341 | 2026-05-12T14:37:10.138Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3342 | 2026-05-12T14:37:10.155Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3343 | 2026-05-12T14:37:10.171Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3344 | 2026-05-12T14:37:10.435Z | Compiling ssh-cipher v0.2.0 |
| 3345 | 2026-05-12T14:37:10.617Z | Compiling sled v0.34.7 |
| 3346 | 2026-05-12T14:37:10.764Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3347 | 2026-05-12T14:37:10.813Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3348 | 2026-05-12T14:37:10.963Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3349 | 2026-05-12T14:37:11.020Z | Compiling object v0.30.4 |
| 3350 | 2026-05-12T14:37:11.058Z | Compiling hickory-server v0.25.2 |
| 3351 | 2026-05-12T14:37:11.166Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3352 | 2026-05-12T14:37:11.328Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3353 | 2026-05-12T14:37:11.363Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3354 | 2026-05-12T14:37:11.629Z | Compiling password-hash v0.4.2 |
| 3355 | 2026-05-12T14:37:11.646Z | Compiling progenitor-macro v0.10.0 |
| 3356 | 2026-05-12T14:37:11.671Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3357 | 2026-05-12T14:37:12.118Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3358 | 2026-05-12T14:37:12.419Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3359 | 2026-05-12T14:37:12.996Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3360 | 2026-05-12T14:37:13.033Z | Compiling crc8 v0.1.1 |
| 3361 | 2026-05-12T14:37:13.051Z | Compiling http-range v0.1.5 |
| 3362 | 2026-05-12T14:37:13.142Z | Compiling path-slash v0.1.5 |
| 3363 | 2026-05-12T14:37:13.191Z | Compiling half v1.8.3 |
| 3364 | 2026-05-12T14:37:13.270Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3365 | 2026-05-12T14:37:13.309Z | Compiling pbkdf2 v0.11.0 |
| 3366 | 2026-05-12T14:37:13.496Z | Compiling serde_cbor v0.11.2 |
| 3367 | 2026-05-12T14:37:13.559Z | Compiling ssh-key v0.6.7 |
| 3368 | 2026-05-12T14:37:13.724Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3369 | 2026-05-12T14:37:14.132Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3370 | 2026-05-12T14:37:14.149Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3371 | 2026-05-12T14:37:14.164Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3372 | 2026-05-12T14:37:14.260Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3373 | 2026-05-12T14:37:14.348Z | Compiling progenitor v0.11.2 |
| 3374 | 2026-05-12T14:37:14.409Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3375 | 2026-05-12T14:37:14.538Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3376 | 2026-05-12T14:37:14.697Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2026-05-12T14:37:14.715Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3378 | 2026-05-12T14:37:14.877Z | Compiling p256 v0.13.2 |
| 3379 | 2026-05-12T14:37:14.966Z | Compiling p521 v0.13.3 |
| 3380 | 2026-05-12T14:37:15.073Z | Compiling yasna v0.5.2 |
| 3381 | 2026-05-12T14:37:15.208Z | Compiling kstat-rs v0.2.4 |
| 3382 | 2026-05-12T14:37:15.287Z | Compiling headers-core v0.3.0 |
| 3383 | 2026-05-12T14:37:15.307Z | Compiling nanorand v0.7.0 |
| 3384 | 2026-05-12T14:37:15.438Z | Compiling atty v0.2.14 |
| 3385 | 2026-05-12T14:37:15.460Z | Compiling russh-cryptovec v0.7.3 |
| 3386 | 2026-05-12T14:37:15.533Z | Compiling home v0.5.12 |
| 3387 | 2026-05-12T14:37:15.578Z | Compiling md5 v0.7.0 |
| 3388 | 2026-05-12T14:37:15.634Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3389 | 2026-05-12T14:37:15.683Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3390 | 2026-05-12T14:37:15.705Z | Compiling rcgen v0.12.1 |
| 3391 | 2026-05-12T14:37:15.722Z | Compiling flume v0.11.1 |
| 3392 | 2026-05-12T14:37:15.787Z | Compiling russh-keys v0.45.0 |
| 3393 | 2026-05-12T14:37:15.889Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3394 | 2026-05-12T14:37:15.920Z | Compiling headers v0.4.1 |
| 3395 | 2026-05-12T14:37:15.976Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3396 | 2026-05-12T14:37:16.064Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3397 | 2026-05-12T14:37:16.212Z | Compiling hyper-staticfile v0.10.1 |
| 3398 | 2026-05-12T14:37:16.410Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3399 | 2026-05-12T14:37:16.510Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3400 | 2026-05-12T14:37:16.607Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3401 | 2026-05-12T14:37:16.627Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3402 | 2026-05-12T14:37:16.738Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3403 | 2026-05-12T14:37:16.741Z | Compiling progenitor v0.10.0 |
| 3404 | 2026-05-12T14:37:16.770Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3405 | 2026-05-12T14:37:16.924Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3406 | 2026-05-12T14:37:17.001Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3407 | 2026-05-12T14:37:17.019Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3408 | 2026-05-12T14:37:17.070Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3409 | 2026-05-12T14:37:17.253Z | Compiling num-bigint v0.4.6 |
| 3410 | 2026-05-12T14:37:17.324Z | Compiling des v0.8.1 |
| 3411 | 2026-05-12T14:37:17.355Z | Compiling subprocess v0.2.15 |
| 3412 | 2026-05-12T14:37:17.399Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3413 | 2026-05-12T14:37:17.444Z | Compiling display-error-chain v0.2.2 |
| 3414 | 2026-05-12T14:37:17.483Z | Compiling hex-literal v0.4.1 |
| 3415 | 2026-05-12T14:37:17.531Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3416 | 2026-05-12T14:37:17.548Z | Compiling colored v2.2.0 |
| 3417 | 2026-05-12T14:37:17.611Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3418 | 2026-05-12T14:37:17.628Z | Compiling socket2 v0.5.10 |
| 3419 | 2026-05-12T14:37:17.725Z | Compiling internet-checksum v0.2.1 |
| 3420 | 2026-05-12T14:37:17.880Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3421 | 2026-05-12T14:37:17.928Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3422 | 2026-05-12T14:37:18.494Z | Compiling russh v0.45.0 |
| 3423 | 2026-05-12T14:37:18.926Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3424 | 2026-05-12T14:37:18.942Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3425 | 2026-05-12T14:37:21.458Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3426 | 2026-05-12T14:37:22.111Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3427 | 2026-05-12T14:37:22.572Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3428 | 2026-05-12T14:37:24.305Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3429 | 2026-05-12T14:37:32.219Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3430 | 2026-05-12T14:37:32.219Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3431 | 2026-05-12T14:37:32.223Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3432 | 2026-05-12T14:37:32.223Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3433 | 2026-05-12T14:37:33.986Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3434 | 2026-05-12T14:37:34.002Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3435 | 2026-05-12T14:37:38.152Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3436 | 2026-05-12T14:37:39.582Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3437 | 2026-05-12T14:37:58.654Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-05-12T14:38:17.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3439 | 2026-05-12T14:38:18.075Z | |
| 3440 | 2026-05-12T14:38:18.075Z | real 1:26.931427118 |
| 3441 | 2026-05-12T14:38:18.075Z | user 8:14.884737884 |
| 3442 | 2026-05-12T14:38:18.075Z | sys 1:38.823786617 |
| 3443 | 2026-05-12T14:38:18.075Z | trap 0.262572463 |
| 3444 | 2026-05-12T14:38:18.075Z | tflt 0.553184692 |
| 3445 | 2026-05-12T14:38:18.075Z | dflt 1.522706385 |
| 3446 | 2026-05-12T14:38:18.075Z | kflt 0.000347540 |
| 3447 | 2026-05-12T14:38:18.075Z | lock 29:24.966102041 |
| 3448 | 2026-05-12T14:38:18.078Z | slp 19:05.606253935 |
| 3449 | 2026-05-12T14:38:18.078Z | lat 38.687517582 |
| 3450 | 2026-05-12T14:38:18.078Z | stop 2:45.511877034 |
| 3451 | 2026-05-12T14:38:18.078Z | + mkdir tests |
| 3452 | 2026-05-12T14:38:18.081Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3453 | 2026-05-12T14:38:18.081Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3454 | 2026-05-12T14:38:18.101Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b702f5a189a13c6a tests/ |
| 3455 | 2026-05-12T14:38:18.121Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f1c0ce4497741b00 tests/ |
| 3456 | 2026-05-12T14:38:18.144Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6019d45f3706e9d1 tests/ |
| 3457 | 2026-05-12T14:38:18.163Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2746c29124a16d0f tests/ |
| 3458 | 2026-05-12T14:38:18.392Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 3459 | 2026-05-12T14:38:18.395Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f1c0ce4497741b00 tests/commtest-6019d45f3706e9d1 tests/dhcp_server-b702f5a189a13c6a tests/end_to_end_tests-2746c29124a16d0f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3460 | 2026-05-12T14:39:38.169Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3461 | 2026-05-12T14:39:38.169Z | a .github/buildomat/ci-env.sh 1K |
| 3462 | 2026-05-12T14:39:38.169Z | a out/target/test 1K |
| 3463 | 2026-05-12T14:39:38.169Z | a out/npuzone/npuzone 27402K |
| 3464 | 2026-05-12T14:39:38.169Z | a package-manifest.toml 35K |
| 3465 | 2026-05-12T14:39:38.169Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3466 | 2026-05-12T14:39:38.169Z | a target/release/omicron-package 45983K |
| 3467 | 2026-05-12T14:39:38.169Z | a target/release/xtask 11449K |
| 3468 | 2026-05-12T14:39:38.169Z | a target/debug/bootstrap 352570K |
| 3469 | 2026-05-12T14:39:38.169Z | a tests/bootstrap-f1c0ce4497741b00 31215K |
| 3470 | 2026-05-12T14:39:38.169Z | a tests/commtest-6019d45f3706e9d1 32299K |
| 3471 | 2026-05-12T14:39:38.169Z | a tests/dhcp_server-b702f5a189a13c6a 31215K |
| 3472 | 2026-05-12T14:39:38.169Z | a tests/end_to_end_tests-2746c29124a16d0f 394393K |
| 3473 | 2026-05-12T14:39:38.169Z | a out/clickhouse.tar.gz 319651K |
| 3474 | 2026-05-12T14:39:38.169Z | a out/clickhouse_keeper.tar.gz 305003K |
| 3475 | 2026-05-12T14:39:38.169Z | a out/clickhouse_server.tar.gz 319650K |
| 3476 | 2026-05-12T14:39:38.169Z | a out/cockroachdb.tar.gz 165168K |
| 3477 | 2026-05-12T14:39:38.169Z | a out/crucible-pantry-zone.tar.gz 44202K |
| 3478 | 2026-05-12T14:39:38.169Z | a out/crucible-utils.tar 17744K |
| 3479 | 2026-05-12T14:39:38.169Z | a out/crucible-zone.tar.gz 58341K |
| 3480 | 2026-05-12T14:39:38.169Z | a out/external-dns.tar.gz 50347K |
| 3481 | 2026-05-12T14:39:38.169Z | a out/internal-dns.tar.gz 50346K |
| 3482 | 2026-05-12T14:39:38.170Z | a out/mg-ddm-gz.tar 95141K |
| 3483 | 2026-05-12T14:39:38.170Z | a out/nexus.tar.gz 221444K |
| 3484 | 2026-05-12T14:39:38.170Z | a out/ntp.tar.gz 32146K |
| 3485 | 2026-05-12T14:39:38.170Z | a out/omicron-gateway-softnpu.tar.gz 29748K |
| 3486 | 2026-05-12T14:39:38.170Z | a out/omicron-sled-agent.tar 205204K |
| 3487 | 2026-05-12T14:39:38.170Z | a out/overlay.tar.gz 3K |
| 3488 | 2026-05-12T14:39:38.170Z | a out/oximeter.tar.gz 67858K |
| 3489 | 2026-05-12T14:39:38.170Z | a out/oxlog.tar 3782K |
| 3490 | 2026-05-12T14:39:38.170Z | a out/probe.tar.gz 3037K |
| 3491 | 2026-05-12T14:39:38.170Z | a out/propolis-server.tar.gz 38727K |
| 3492 | 2026-05-12T14:39:38.170Z | a out/pumpkind-gz.tar 26647K |
| 3493 | 2026-05-12T14:39:38.170Z | a out/switch-softnpu.tar.gz 397459K |
| 3494 | 2026-05-12T14:39:38.173Z | |
| 3495 | 2026-05-12T14:39:38.173Z | real 1:19.774250712 |
| 3496 | 2026-05-12T14:39:38.173Z | user 1:17.131373429 |
| 3497 | 2026-05-12T14:39:38.173Z | sys 4.380689079 |
| 3498 | 2026-05-12T14:39:38.173Z | trap 0.006461837 |
| 3499 | 2026-05-12T14:39:38.173Z | tflt 0.000000000 |
| 3500 | 2026-05-12T14:39:38.173Z | dflt 0.000000000 |
| 3501 | 2026-05-12T14:39:38.173Z | kflt 0.000000000 |
| 3502 | 2026-05-12T14:39:38.173Z | lock 0.000000000 |
| 3503 | 2026-05-12T14:39:38.173Z | slp 1:17.015277556 |
| 3504 | 2026-05-12T14:39:38.173Z | lat 1.009734841 |
| 3505 | 2026-05-12T14:39:38.173Z | stop 0.000194650 |
| 3506 | 2026-05-12T14:39:38.173Z | process exited: duration 917621 ms, exit code 0 |
| |
| 3507 | 2026-05-12T14:39:38.187Z | found 1 output files |
| 3508 | 2026-05-12T14:39:38.230Z | uploading: /work/package.tar.gz (2449525592 bytes) |
| 3509 | 2026-05-12T14:40:09.353Z | uploaded: /work/package.tar.gz |