|
|
|
| 1 | 2026-04-21T16:03:11.796Z | job assigned to worker 01KPRCENAZ4R0M63SX7PEC7Y64 [factory aws, i-0d37e39de04ea5571] (queued for 1 m 5 s) |
| |
| 2 | 2026-04-21T16:03:19.315Z | starting task 0: "setup" |
| 3 | 2026-04-21T16:03:19.319Z | ++ uname -s |
| 4 | 2026-04-21T16:03:19.323Z | + kern=SunOS |
| 5 | 2026-04-21T16:03:19.323Z | + build_user=build |
| 6 | 2026-04-21T16:03:19.323Z | + build_uid=12345 |
| 7 | 2026-04-21T16:03:19.323Z | + work_dir=/work |
| 8 | 2026-04-21T16:03:19.323Z | + input_dir=/input |
| 9 | 2026-04-21T16:03:19.323Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-21T16:03:19.323Z | + case "$kern" in |
| 11 | 2026-04-21T16:03:19.323Z | + groupadd -g 12345 build |
| 12 | 2026-04-21T16:03:19.326Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-21T16:03:21.331Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-21T16:03:21.395Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-21T16:03:21.399Z | + home_fs=zfs |
| 16 | 2026-04-21T16:03:21.399Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-21T16:03:21.399Z | + mkdir -p /home/build |
| 18 | 2026-04-21T16:03:21.402Z | + chown build:build /home/build /work |
| 19 | 2026-04-21T16:03:23.402Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-21T16:03:23.405Z | process exited: duration 4092 ms, exit code 0 |
| |
| 21 | 2026-04-21T16:03:23.412Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-21T16:03:23.417Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-21T16:03:23.417Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-21T16:03:23.417Z | * rust toolchain profile = "default" |
| 25 | 2026-04-21T16:03:23.417Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-21T16:03:23.418Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-21T16:03:23.418Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-21T16:03:23.421Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-21T16:03:23.421Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-21T16:03:23.544Z | info: downloading installer |
| 31 | 2026-04-21T16:03:25.158Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-21T16:03:25.158Z | warn: /opt/ooce/bin |
| 33 | 2026-04-21T16:03:25.158Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-21T16:03:25.158Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-21T16:03:25.158Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-21T16:03:25.158Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-21T16:03:25.158Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-21T16:03:25.158Z | error: cannot install while Rust is installed |
| 39 | 2026-04-21T16:03:25.158Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-21T16:03:25.158Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-21T16:03:25.158Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-21T16:03:25.158Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-21T16:03:25.158Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-21T16:03:25.192Z | info: profile set to default |
| 45 | 2026-04-21T16:03:25.192Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-21T16:03:25.195Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-21T16:03:25.329Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-21T16:03:25.333Z | info: downloading 6 components |
| 49 | 2026-04-21T16:03:40.923Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-21T16:03:40.923Z | |
| 51 | 2026-04-21T16:03:40.956Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-21T16:03:40.956Z | |
| 53 | 2026-04-21T16:03:40.956Z | |
| 54 | 2026-04-21T16:03:40.962Z | Rust is installed now. Great! |
| 55 | 2026-04-21T16:03:40.962Z | |
| 56 | 2026-04-21T16:03:40.962Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-21T16:03:40.962Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-21T16:03:40.962Z | |
| 59 | 2026-04-21T16:03:40.962Z | To configure your current shell, you need to source |
| 60 | 2026-04-21T16:03:40.962Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-21T16:03:40.962Z | |
| 62 | 2026-04-21T16:03:40.962Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-21T16:03:40.962Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-21T16:03:40.962Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-21T16:03:40.962Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-21T16:03:40.962Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-21T16:03:40.962Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-21T16:03:40.962Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-21T16:03:40.962Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-21T16:03:40.962Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-21T16:03:41.062Z | + rustup --version |
| 72 | 2026-04-21T16:03:41.069Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-21T16:03:41.072Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-21T16:03:41.088Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-21T16:03:41.091Z | + cargo --version |
| 76 | 2026-04-21T16:03:41.100Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-21T16:03:41.103Z | + rustc --version |
| 78 | 2026-04-21T16:03:41.123Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-21T16:03:41.127Z | process exited: duration 17712 ms, exit code 0 |
| |
| 80 | 2026-04-21T16:03:41.133Z | starting task 2: "authentication" |
| 81 | 2026-04-21T16:03:41.151Z | process exited: duration 17 ms, exit code 0 |
| |
| 82 | 2026-04-21T16:03:41.158Z | starting task 3: "clone repository" |
| 83 | 2026-04-21T16:03:41.162Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-21T16:03:41.166Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-21T16:03:41.309Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-21T16:03:49.639Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-21T16:03:49.639Z | + git fetch origin fcc6f08f771a5dcd4a408a724bc3bba960c0b138 |
| 88 | 2026-04-21T16:03:49.974Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-21T16:03:49.974Z | * branch fcc6f08f771a5dcd4a408a724bc3bba960c0b138 -> FETCH_HEAD |
| 90 | 2026-04-21T16:03:49.988Z | + [[ -n alan/omdb-sled-instances ]] |
| 91 | 2026-04-21T16:03:49.991Z | ++ git branch --show-current |
| 92 | 2026-04-21T16:03:49.991Z | + current=main |
| 93 | 2026-04-21T16:03:49.991Z | + [[ main != alan/omdb-sled-instances ]] |
| 94 | 2026-04-21T16:03:49.991Z | + git branch -f alan/omdb-sled-instances fcc6f08f771a5dcd4a408a724bc3bba960c0b138 |
| 95 | 2026-04-21T16:03:49.995Z | + git checkout -f alan/omdb-sled-instances |
| 96 | 2026-04-21T16:03:50.239Z | Switched to branch 'alan/omdb-sled-instances' |
| 97 | 2026-04-21T16:03:50.244Z | + git reset --hard fcc6f08f771a5dcd4a408a724bc3bba960c0b138 |
| 98 | 2026-04-21T16:03:50.272Z | HEAD is now at fcc6f08f7 Improve the filtering |
| 99 | 2026-04-21T16:03:50.276Z | process exited: duration 9115 ms, exit code 0 |
| |
| 100 | 2026-04-21T16:03:50.283Z | starting task 4: "build" |
| 101 | 2026-04-21T16:03:50.288Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-04-21T16:03:50.288Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-04-21T16:03:50.288Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-04-21T16:03:50.291Z | + cargo --version |
| 105 | 2026-04-21T16:03:50.298Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-04-21T16:03:50.301Z | + rustc --version |
| 107 | 2026-04-21T16:03:50.323Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-04-21T16:03:50.326Z | + WORK=/work |
| 109 | 2026-04-21T16:03:50.326Z | + pfexec mkdir -p /work |
| 110 | 2026-04-21T16:03:50.329Z | + pfexec chown build /work |
| 111 | 2026-04-21T16:03:50.329Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-04-21T16:04:00.659Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-04-21T16:04:08.152Z | Startup: Caching catalogs ... Done |
| 114 | 2026-04-21T16:04:14.071Z | Planning: Solver setup ... Done (4.638s) |
| 115 | 2026-04-21T16:04:14.103Z | Planning: Running solver ... Done (0.032s) |
| 116 | 2026-04-21T16:04:14.237Z | Planning: Finding local manifests ... Done (0.002s) |
| 117 | 2026-04-21T16:04:14.252Z | Planning: Fetching manifests: 0/5 0% complete |
| 118 | 2026-04-21T16:04:14.365Z | Planning: Fetching manifests: 5/5 100% complete |
| 119 | 2026-04-21T16:04:14.402Z | Planning: Package planning ... Done (0.037s) |
| 120 | 2026-04-21T16:04:14.441Z | Planning: Merging actions ... Done (0.037s) |
| 121 | 2026-04-21T16:04:14.634Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 122 | 2026-04-21T16:04:14.644Z | Planning: Consolidating action changes ... Done (0.009s) |
| 123 | 2026-04-21T16:04:15.813Z | Planning: Evaluating mediators ... Done (1.169s) |
| 124 | 2026-04-21T16:04:15.821Z | Planning: Planning completed in 7.50 seconds |
| 125 | 2026-04-21T16:04:15.842Z | Packages to install: 5 |
| 126 | 2026-04-21T16:04:15.843Z | Mediators to change: 3 |
| 127 | 2026-04-21T16:04:15.843Z | Services to change: 1 |
| 128 | 2026-04-21T16:04:15.843Z | Estimated space available: 155.35 GB |
| 129 | 2026-04-21T16:04:15.846Z | Estimated space to be consumed: 1.89 GB |
| 130 | 2026-04-21T16:04:15.847Z | Create boot environment: No |
| 131 | 2026-04-21T16:04:15.847Z | Create backup boot environment: No |
| 132 | 2026-04-21T16:04:15.847Z | Rebuild boot archive: No |
| 133 | 2026-04-21T16:04:15.847Z | |
| 134 | 2026-04-21T16:04:15.847Z | Changed mediators: |
| 135 | 2026-04-21T16:04:15.847Z | mediator clang: |
| 136 | 2026-04-21T16:04:15.847Z | version: None -> 15 (system default) |
| 137 | 2026-04-21T16:04:15.847Z | |
| 138 | 2026-04-21T16:04:15.847Z | mediator llvm: |
| 139 | 2026-04-21T16:04:15.847Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-04-21T16:04:15.847Z | |
| 141 | 2026-04-21T16:04:15.847Z | mediator postgresql: |
| 142 | 2026-04-21T16:04:15.847Z | version: 15 (system default) -> 18 (system default) |
| 143 | 2026-04-21T16:04:15.847Z | |
| 144 | 2026-04-21T16:04:15.847Z | Changed packages: |
| 145 | 2026-04-21T16:04:15.847Z | helios-dev |
| 146 | 2026-04-21T16:04:15.847Z | developer/build-essential |
| 147 | 2026-04-21T16:04:15.847Z | None -> 11-2.0 |
| 148 | 2026-04-21T16:04:15.847Z | library/libxmlsec1 |
| 149 | 2026-04-21T16:04:15.847Z | None -> 1.2.35-2.0 |
| 150 | 2026-04-21T16:04:15.847Z | ooce/developer/clang-15 |
| 151 | 2026-04-21T16:04:15.847Z | None -> 15.0.7-2.0 |
| 152 | 2026-04-21T16:04:15.847Z | ooce/developer/llvm-15 |
| 153 | 2026-04-21T16:04:15.847Z | None -> 15.0.7-2.0 |
| 154 | 2026-04-21T16:04:15.847Z | ooce/library/postgresql-18 |
| 155 | 2026-04-21T16:04:15.847Z | None -> 18.1-2.0 |
| 156 | 2026-04-21T16:04:15.847Z | |
| 157 | 2026-04-21T16:04:15.847Z | Services: |
| 158 | 2026-04-21T16:04:15.847Z | restart_fmri: |
| 159 | 2026-04-21T16:04:15.847Z | svc:/system/update-man-index:default |
| 160 | 2026-04-21T16:04:15.898Z | |
| 161 | 2026-04-21T16:04:15.898Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 162 | 2026-04-21T16:04:20.904Z | Download: 1522/4272 items 115.6/219.0MB 52% complete (23.8M/s) |
| 163 | 2026-04-21T16:04:25.907Z | Download: 2587/4272 items 120.2/219.0MB 54% complete (12.1M/s) |
| 164 | 2026-04-21T16:04:30.159Z | Download: Completed 218.99 MB in 14.26 seconds (15.4M/s) |
| 165 | 2026-04-21T16:04:30.314Z | Actions: 1/4789 actions (Installing new actions) |
| 166 | 2026-04-21T16:04:33.817Z | Actions: Completed 4789 actions in 3.50 seconds. |
| 167 | 2026-04-21T16:04:34.490Z | Done (0.667s) |
| 168 | 2026-04-21T16:04:34.490Z | Done (0.000s) |
| 169 | 2026-04-21T16:04:35.130Z | Done (0.640s) |
| 170 | 2026-04-21T16:04:38.531Z | Done (3.047s) |
| 171 | 2026-04-21T16:04:38.611Z | Done (0.013s) |
| 172 | 2026-04-21T16:04:38.618Z | Done (0.000s) |
| 173 | 2026-04-21T16:04:38.855Z | Done (0.000s) |
| 174 | 2026-04-21T16:04:39.734Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-04-21T16:04:39.842Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-04-21T16:04:39.845Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-04-21T16:04:40.006Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-04-21T16:04:40.015Z | Planning: Planning completed in 0.27 seconds |
| 179 | 2026-04-21T16:04:40.034Z | Mediators to change: 2 |
| 180 | 2026-04-21T16:04:40.034Z | Create boot environment: No |
| 181 | 2026-04-21T16:04:40.034Z | Create backup boot environment: No |
| 182 | 2026-04-21T16:04:40.108Z | Done |
| 183 | 2026-04-21T16:04:40.108Z | Done |
| 184 | 2026-04-21T16:04:40.757Z | Done |
| 185 | 2026-04-21T16:04:43.275Z | Done |
| 186 | 2026-04-21T16:04:43.358Z | Done |
| 187 | 2026-04-21T16:04:43.406Z | Done |
| 188 | 2026-04-21T16:04:43.491Z | Done |
| 189 | 2026-04-21T16:04:43.757Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2026-04-21T16:04:43.868Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2026-04-21T16:04:43.872Z | Planning: Consolidating action changes ... Done |
| 192 | 2026-04-21T16:04:44.024Z | Planning: Evaluating mediators ... Done |
| 193 | 2026-04-21T16:04:44.028Z | Planning: Planning completed in 0.27 seconds |
| 194 | 2026-04-21T16:04:44.049Z | Mediators to change: 1 |
| 195 | 2026-04-21T16:04:44.049Z | Create boot environment: No |
| 196 | 2026-04-21T16:04:44.065Z | Create backup boot environment: No |
| 197 | 2026-04-21T16:04:44.104Z | Done |
| 198 | 2026-04-21T16:04:44.104Z | Done |
| 199 | 2026-04-21T16:04:44.740Z | Done |
| 200 | 2026-04-21T16:04:47.317Z | Done |
| 201 | 2026-04-21T16:04:47.395Z | Done |
| 202 | 2026-04-21T16:04:47.404Z | Done |
| 203 | 2026-04-21T16:04:47.530Z | Done |
| 204 | 2026-04-21T16:04:47.816Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 205 | 2026-04-21T16:04:47.817Z | clang system 15 system |
| 206 | 2026-04-21T16:04:47.817Z | csh system system illumos |
| 207 | 2026-04-21T16:04:47.817Z | ctags system system illumos |
| 208 | 2026-04-21T16:04:47.817Z | file system system illumos |
| 209 | 2026-04-21T16:04:47.817Z | gcc vendor 12 vendor |
| 210 | 2026-04-21T16:04:47.817Z | gcc system 14 system |
| 211 | 2026-04-21T16:04:47.817Z | gcc system 10 system |
| 212 | 2026-04-21T16:04:47.817Z | go system 1.20 system |
| 213 | 2026-04-21T16:04:47.817Z | go system 1.19 system |
| 214 | 2026-04-21T16:04:47.817Z | llvm system 15 system |
| 215 | 2026-04-21T16:04:47.817Z | llvm system 14 system |
| 216 | 2026-04-21T16:04:47.817Z | mariadb system 10.6 system |
| 217 | 2026-04-21T16:04:47.817Z | mta vendor vendor dma |
| 218 | 2026-04-21T16:04:47.817Z | openjdk system 17 system |
| 219 | 2026-04-21T16:04:47.817Z | openjdk system 11 system |
| 220 | 2026-04-21T16:04:47.817Z | openjdk system 1.8 system |
| 221 | 2026-04-21T16:04:47.817Z | openssl vendor 3 vendor |
| 222 | 2026-04-21T16:04:47.817Z | perl system 5.36 system |
| 223 | 2026-04-21T16:04:47.817Z | postgresql system 18 system |
| 224 | 2026-04-21T16:04:47.817Z | postgresql system 15 system |
| 225 | 2026-04-21T16:04:47.817Z | postgresql system 13 system |
| 226 | 2026-04-21T16:04:47.817Z | python vendor 3 vendor |
| 227 | 2026-04-21T16:04:47.817Z | python system 2 system |
| 228 | 2026-04-21T16:04:47.818Z | python3 system 3.11 system |
| 229 | 2026-04-21T16:04:47.818Z | ruby system 3.0 system |
| 230 | 2026-04-21T16:04:47.818Z | words vendor vendor american-english |
| 231 | 2026-04-21T16:04:47.818Z | words system system australian-english |
| 232 | 2026-04-21T16:04:47.818Z | words system system british-english |
| 233 | 2026-04-21T16:04:47.818Z | words system system canadian-english |
| 234 | 2026-04-21T16:04:47.818Z | words system system french |
| 235 | 2026-04-21T16:04:47.818Z | words system system italian |
| 236 | 2026-04-21T16:04:47.818Z | words system system ngerman |
| 237 | 2026-04-21T16:04:47.818Z | words system system ogerman |
| 238 | 2026-04-21T16:04:47.818Z | words system system spanish |
| 239 | 2026-04-21T16:04:48.044Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-04-21T16:04:48.044Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-04-21T16:04:52.618Z | FMRI IFO |
| 242 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im- |
| 249 | 2026-04-21T16:04:52.618Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z --- |
| 250 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2026-04-21T16:04:52.619Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2026-04-21T16:04:53.790Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2026-04-21T16:04:54.145Z | Updating crates.io index |
| 261 | 2026-04-21T16:04:54.163Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2026-04-21T16:04:54.384Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-04-21T16:04:55.366Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 264 | 2026-04-21T16:04:55.870Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 265 | 2026-04-21T16:05:00.601Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 266 | 2026-04-21T16:05:00.615Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-04-21T16:05:00.615Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-04-21T16:05:00.615Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-04-21T16:05:00.615Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2026-04-21T16:05:00.714Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2026-04-21T16:05:01.287Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 272 | 2026-04-21T16:05:01.826Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 273 | 2026-04-21T16:05:02.289Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 274 | 2026-04-21T16:05:03.405Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 275 | 2026-04-21T16:05:03.937Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-04-21T16:05:04.364Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 277 | 2026-04-21T16:05:04.877Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 278 | 2026-04-21T16:05:05.353Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 279 | 2026-04-21T16:05:05.756Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 280 | 2026-04-21T16:05:06.006Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 281 | 2026-04-21T16:05:06.292Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 282 | 2026-04-21T16:05:06.709Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 283 | 2026-04-21T16:05:07.081Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 284 | 2026-04-21T16:05:07.785Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 285 | 2026-04-21T16:05:08.154Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 286 | 2026-04-21T16:05:08.793Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 287 | 2026-04-21T16:05:09.870Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2026-04-21T16:05:10.101Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-04-21T16:05:11.186Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-04-21T16:05:11.631Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-04-21T16:05:11.961Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-04-21T16:05:12.257Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-04-21T16:05:12.650Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-04-21T16:05:13.209Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-04-21T16:05:13.525Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-04-21T16:05:13.781Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-04-21T16:05:14.048Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-04-21T16:05:14.482Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-04-21T16:05:26.611Z | Downloading crates ... |
| 300 | 2026-04-21T16:05:26.659Z | Downloaded fnv v1.0.7 |
| 301 | 2026-04-21T16:05:26.668Z | Downloaded block-buffer v0.10.4 |
| 302 | 2026-04-21T16:05:26.671Z | Downloaded proc-macro-error-attr v1.0.4 |
| 303 | 2026-04-21T16:05:26.675Z | Downloaded idna_adapter v1.2.1 |
| 304 | 2026-04-21T16:05:26.675Z | Downloaded percent-encoding v2.3.2 |
| 305 | 2026-04-21T16:05:26.675Z | Downloaded itoa v1.0.17 |
| 306 | 2026-04-21T16:05:26.678Z | Downloaded thiserror-impl v1.0.69 |
| 307 | 2026-04-21T16:05:26.691Z | Downloaded scroll_derive v0.12.1 |
| 308 | 2026-04-21T16:05:26.691Z | Downloaded serde_spanned v0.6.9 |
| 309 | 2026-04-21T16:05:26.692Z | Downloaded dof v0.3.0 |
| 310 | 2026-04-21T16:05:26.696Z | Downloaded erased-serde v0.4.9 |
| 311 | 2026-04-21T16:05:26.696Z | Downloaded displaydoc v0.2.5 |
| 312 | 2026-04-21T16:05:26.696Z | Downloaded cargo-util-schemas v0.8.2 |
| 313 | 2026-04-21T16:05:26.699Z | Downloaded zerocopy-derive v0.7.35 |
| 314 | 2026-04-21T16:05:26.699Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-04-21T16:05:26.699Z | Downloaded clap_derive v4.5.55 |
| 316 | 2026-04-21T16:05:26.703Z | Downloaded fs-err v3.3.0 |
| 317 | 2026-04-21T16:05:26.703Z | Downloaded digest v0.10.7 |
| 318 | 2026-04-21T16:05:26.703Z | Downloaded crypto-common v0.1.7 |
| 319 | 2026-04-21T16:05:26.703Z | Downloaded clap_lex v1.0.0 |
| 320 | 2026-04-21T16:05:26.706Z | Downloaded anstyle v1.0.13 |
| 321 | 2026-04-21T16:05:26.706Z | Downloaded pest_generator v2.8.6 |
| 322 | 2026-04-21T16:05:26.710Z | Downloaded utf8parse v0.2.2 |
| 323 | 2026-04-21T16:05:26.710Z | Downloaded zerofrom v0.1.6 |
| 324 | 2026-04-21T16:05:26.710Z | Downloaded utf8_iter v1.0.4 |
| 325 | 2026-04-21T16:05:26.710Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-04-21T16:05:26.710Z | Downloaded usdt-macro v0.5.0 |
| 327 | 2026-04-21T16:05:26.710Z | Downloaded cfg-if v1.0.4 |
| 328 | 2026-04-21T16:05:26.714Z | Downloaded toml_datetime v0.6.11 |
| 329 | 2026-04-21T16:05:26.714Z | Downloaded log v0.4.29 |
| 330 | 2026-04-21T16:05:26.714Z | Downloaded errno v0.3.14 |
| 331 | 2026-04-21T16:05:26.717Z | Downloaded usdt v0.5.0 |
| 332 | 2026-04-21T16:05:26.717Z | Downloaded smallvec v1.15.1 |
| 333 | 2026-04-21T16:05:26.720Z | Downloaded zerofrom-derive v0.1.6 |
| 334 | 2026-04-21T16:05:26.720Z | Downloaded yoke-derive v0.8.1 |
| 335 | 2026-04-21T16:05:26.721Z | Downloaded unicode-xid v0.2.6 |
| 336 | 2026-04-21T16:05:26.721Z | Downloaded typeid v1.0.3 |
| 337 | 2026-04-21T16:05:26.721Z | Downloaded anstream v0.6.21 |
| 338 | 2026-04-21T16:05:26.725Z | Downloaded version_check v0.9.5 |
| 339 | 2026-04-21T16:05:26.728Z | Downloaded writeable v0.6.2 |
| 340 | 2026-04-21T16:05:26.728Z | Downloaded serde-untagged v0.1.9 |
| 341 | 2026-04-21T16:05:26.728Z | Downloaded clap v4.5.60 |
| 342 | 2026-04-21T16:05:26.732Z | Downloaded bytecount v0.6.9 |
| 343 | 2026-04-21T16:05:26.736Z | Downloaded thiserror-impl v2.0.18 |
| 344 | 2026-04-21T16:05:26.736Z | Downloaded strsim v0.11.1 |
| 345 | 2026-04-21T16:05:26.736Z | Downloaded macaddr v1.0.1 |
| 346 | 2026-04-21T16:05:26.739Z | Downloaded heck v0.5.0 |
| 347 | 2026-04-21T16:05:26.739Z | Downloaded colorchoice v1.0.4 |
| 348 | 2026-04-21T16:05:26.739Z | Downloaded usdt-attr-macro v0.5.0 |
| 349 | 2026-04-21T16:05:26.739Z | Downloaded toml_write v0.1.2 |
| 350 | 2026-04-21T16:05:26.742Z | Downloaded plain v0.2.3 |
| 351 | 2026-04-21T16:05:26.742Z | Downloaded usdt-impl v0.5.0 |
| 352 | 2026-04-21T16:05:26.743Z | Downloaded tinystr v0.8.2 |
| 353 | 2026-04-21T16:05:26.743Z | Downloaded ordered-float v2.10.1 |
| 354 | 2026-04-21T16:05:26.746Z | Downloaded form_urlencoded v1.2.2 |
| 355 | 2026-04-21T16:05:26.746Z | Downloaded zerovec-derive v0.11.2 |
| 356 | 2026-04-21T16:05:26.746Z | Downloaded fastrand v2.3.0 |
| 357 | 2026-04-21T16:05:26.746Z | Downloaded equivalent v1.0.2 |
| 358 | 2026-04-21T16:05:26.750Z | Downloaded serde-value v0.7.0 |
| 359 | 2026-04-21T16:05:26.753Z | Downloaded zmij v1.0.21 |
| 360 | 2026-04-21T16:05:26.756Z | Downloaded proc-macro-error v1.0.4 |
| 361 | 2026-04-21T16:05:26.756Z | Downloaded yoke v0.8.1 |
| 362 | 2026-04-21T16:05:26.760Z | Downloaded icu_properties v2.1.2 |
| 363 | 2026-04-21T16:05:26.760Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-04-21T16:05:26.763Z | Downloaded thiserror v2.0.18 |
| 365 | 2026-04-21T16:05:26.766Z | Downloaded dtrace-parser v0.2.0 |
| 366 | 2026-04-21T16:05:26.766Z | Downloaded anstyle-query v1.1.5 |
| 367 | 2026-04-21T16:05:26.766Z | Downloaded cpufeatures v0.2.17 |
| 368 | 2026-04-21T16:05:26.770Z | Downloaded tabled_derive v0.7.0 |
| 369 | 2026-04-21T16:05:26.773Z | Downloaded potential_utf v0.1.4 |
| 370 | 2026-04-21T16:05:26.773Z | Downloaded is_terminal_polyfill v1.70.2 |
| 371 | 2026-04-21T16:05:26.773Z | Downloaded generic-array v0.14.7 |
| 372 | 2026-04-21T16:05:26.776Z | Downloaded toml v0.8.23 |
| 373 | 2026-04-21T16:05:26.780Z | Downloaded stable_deref_trait v1.2.1 |
| 374 | 2026-04-21T16:05:26.780Z | Downloaded heck v0.4.1 |
| 375 | 2026-04-21T16:05:26.780Z | Downloaded pretty-hex v0.4.1 |
| 376 | 2026-04-21T16:05:26.780Z | Downloaded smawk v0.3.2 |
| 377 | 2026-04-21T16:05:26.780Z | Downloaded cargo-platform v0.2.0 |
| 378 | 2026-04-21T16:05:26.783Z | Downloaded unicode-ident v1.0.24 |
| 379 | 2026-04-21T16:05:26.786Z | Downloaded memmap v0.7.0 |
| 380 | 2026-04-21T16:05:26.787Z | Downloaded textwrap v0.16.2 |
| 381 | 2026-04-21T16:05:26.790Z | Downloaded typenum v1.19.0 |
| 382 | 2026-04-21T16:05:26.793Z | Downloaded terminal_size v0.4.3 |
| 383 | 2026-04-21T16:05:26.793Z | Downloaded swrite v0.1.0 |
| 384 | 2026-04-21T16:05:26.793Z | Downloaded zerotrie v0.2.3 |
| 385 | 2026-04-21T16:05:26.796Z | Downloaded toml_edit v0.22.27 |
| 386 | 2026-04-21T16:05:26.796Z | Downloaded synstructure v0.13.2 |
| 387 | 2026-04-21T16:05:26.804Z | Downloaded url v2.5.8 |
| 388 | 2026-04-21T16:05:26.808Z | Downloaded scroll v0.12.0 |
| 389 | 2026-04-21T16:05:26.808Z | Downloaded quote v1.0.44 |
| 390 | 2026-04-21T16:05:26.811Z | Downloaded proc-macro2 v1.0.106 |
| 391 | 2026-04-21T16:05:26.811Z | Downloaded cargo_toml v0.21.0 |
| 392 | 2026-04-21T16:05:26.815Z | Downloaded anstyle-parse v0.2.7 |
| 393 | 2026-04-21T16:05:26.823Z | Downloaded zerovec v0.11.5 |
| 394 | 2026-04-21T16:05:26.830Z | Downloaded thiserror v1.0.69 |
| 395 | 2026-04-21T16:05:26.833Z | Downloaded zerocopy v0.7.35 |
| 396 | 2026-04-21T16:05:26.841Z | Downloaded winnow v0.7.14 |
| 397 | 2026-04-21T16:05:26.846Z | Downloaded cargo_metadata v0.21.0 |
| 398 | 2026-04-21T16:05:26.850Z | Downloaded anyhow v1.0.102 |
| 399 | 2026-04-21T16:05:26.850Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-04-21T16:05:26.853Z | Downloaded camino-tempfile v1.4.1 |
| 401 | 2026-04-21T16:05:26.853Z | Downloaded unicode-width v0.2.0 |
| 402 | 2026-04-21T16:05:26.856Z | Downloaded unicode-width v0.1.14 |
| 403 | 2026-04-21T16:05:26.861Z | Downloaded semver v1.0.27 |
| 404 | 2026-04-21T16:05:26.861Z | Downloaded once_cell v1.21.3 |
| 405 | 2026-04-21T16:05:26.864Z | Downloaded tempfile v3.25.0 |
| 406 | 2026-04-21T16:05:26.864Z | Downloaded byteorder v1.5.0 |
| 407 | 2026-04-21T16:05:26.864Z | Downloaded serde_tokenstream v0.2.3 |
| 408 | 2026-04-21T16:05:26.864Z | Downloaded pest_derive v2.8.6 |
| 409 | 2026-04-21T16:05:26.867Z | Downloaded sha2 v0.10.9 |
| 410 | 2026-04-21T16:05:26.871Z | Downloaded camino v1.2.2 |
| 411 | 2026-04-21T16:05:26.874Z | Downloaded autocfg v1.5.0 |
| 412 | 2026-04-21T16:05:26.878Z | Downloaded serde_derive v1.0.228 |
| 413 | 2026-04-21T16:05:26.881Z | Downloaded litemap v0.8.1 |
| 414 | 2026-04-21T16:05:26.888Z | Downloaded num-traits v0.2.19 |
| 415 | 2026-04-21T16:05:26.891Z | Downloaded icu_provider v2.1.1 |
| 416 | 2026-04-21T16:05:26.902Z | Downloaded icu_normalizer v2.1.1 |
| 417 | 2026-04-21T16:05:26.905Z | Downloaded idna v1.1.0 |
| 418 | 2026-04-21T16:05:26.908Z | Downloaded memchr v2.8.0 |
| 419 | 2026-04-21T16:05:26.911Z | Downloaded papergrid v0.11.0 |
| 420 | 2026-04-21T16:05:26.916Z | Downloaded icu_normalizer_data v2.1.1 |
| 421 | 2026-04-21T16:05:26.920Z | Downloaded icu_locale_core v2.1.1 |
| 422 | 2026-04-21T16:05:26.923Z | Downloaded getrandom v0.4.1 |
| 423 | 2026-04-21T16:05:26.923Z | Downloaded serde v1.0.228 |
| 424 | 2026-04-21T16:05:26.926Z | Downloaded pest_meta v2.8.6 |
| 425 | 2026-04-21T16:05:26.929Z | Downloaded bitflags v2.11.0 |
| 426 | 2026-04-21T16:05:26.929Z | Downloaded icu_collections v2.1.1 |
| 427 | 2026-04-21T16:05:26.940Z | Downloaded indexmap v2.13.0 |
| 428 | 2026-04-21T16:05:26.957Z | Downloaded pest v2.8.6 |
| 429 | 2026-04-21T16:05:26.974Z | Downloaded clap_builder v4.5.60 |
| 430 | 2026-04-21T16:05:26.977Z | Downloaded serde_json v1.0.149 |
| 431 | 2026-04-21T16:05:26.981Z | Downloaded icu_properties_data v2.1.2 |
| 432 | 2026-04-21T16:05:26.986Z | Downloaded hashbrown v0.16.1 |
| 433 | 2026-04-21T16:05:26.997Z | Downloaded tabled v0.15.0 |
| 434 | 2026-04-21T16:05:27.005Z | Downloaded goblin v0.8.2 |
| 435 | 2026-04-21T16:05:27.014Z | Downloaded syn v1.0.109 |
| 436 | 2026-04-21T16:05:27.026Z | Downloaded syn v2.0.117 |
| 437 | 2026-04-21T16:05:27.042Z | Downloaded rustix v1.1.3 |
| 438 | 2026-04-21T16:05:27.069Z | Downloaded libc v0.2.185 |
| 439 | 2026-04-21T16:05:27.134Z | Compiling proc-macro2 v1.0.106 |
| 440 | 2026-04-21T16:05:27.140Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-04-21T16:05:27.140Z | Compiling quote v1.0.44 |
| 442 | 2026-04-21T16:05:27.140Z | Compiling serde_core v1.0.228 |
| 443 | 2026-04-21T16:05:27.140Z | Compiling libc v0.2.185 |
| 444 | 2026-04-21T16:05:27.140Z | Compiling version_check v0.9.5 |
| 445 | 2026-04-21T16:05:27.140Z | Compiling memchr v2.8.0 |
| 446 | 2026-04-21T16:05:27.140Z | Compiling stable_deref_trait v1.2.1 |
| 447 | 2026-04-21T16:05:27.323Z | Compiling serde v1.0.228 |
| 448 | 2026-04-21T16:05:27.326Z | Compiling zmij v1.0.21 |
| 449 | 2026-04-21T16:05:27.326Z | Compiling thiserror v1.0.69 |
| 450 | 2026-04-21T16:05:27.326Z | Compiling itoa v1.0.17 |
| 451 | 2026-04-21T16:05:27.326Z | Compiling autocfg v1.5.0 |
| 452 | 2026-04-21T16:05:27.326Z | Compiling ucd-trie v0.1.7 |
| 453 | 2026-04-21T16:05:27.326Z | Compiling litemap v0.8.1 |
| 454 | 2026-04-21T16:05:27.612Z | Compiling writeable v0.6.2 |
| 455 | 2026-04-21T16:05:27.615Z | Compiling rustix v1.1.3 |
| 456 | 2026-04-21T16:05:27.659Z | Compiling byteorder v1.5.0 |
| 457 | 2026-04-21T16:05:27.819Z | Compiling icu_properties_data v2.1.2 |
| 458 | 2026-04-21T16:05:27.881Z | Compiling icu_normalizer_data v2.1.1 |
| 459 | 2026-04-21T16:05:27.961Z | Compiling bitflags v2.11.0 |
| 460 | 2026-04-21T16:05:28.014Z | Compiling pest v2.8.6 |
| 461 | 2026-04-21T16:05:28.178Z | Compiling serde_json v1.0.149 |
| 462 | 2026-04-21T16:05:28.185Z | Compiling num-traits v0.2.19 |
| 463 | 2026-04-21T16:05:28.211Z | Compiling smallvec v1.15.1 |
| 464 | 2026-04-21T16:05:28.352Z | Compiling typeid v1.0.3 |
| 465 | 2026-04-21T16:05:28.383Z | Compiling equivalent v1.0.2 |
| 466 | 2026-04-21T16:05:28.461Z | Compiling hashbrown v0.16.1 |
| 467 | 2026-04-21T16:05:28.535Z | Compiling usdt-impl v0.5.0 |
| 468 | 2026-04-21T16:05:28.579Z | Compiling errno v0.3.14 |
| 469 | 2026-04-21T16:05:28.585Z | Compiling thread-id v4.2.2 |
| 470 | 2026-04-21T16:05:28.626Z | Compiling proc-macro-error-attr v1.0.4 |
| 471 | 2026-04-21T16:05:28.631Z | Compiling syn v1.0.109 |
| 472 | 2026-04-21T16:05:28.631Z | Compiling erased-serde v0.4.9 |
| 473 | 2026-04-21T16:05:28.684Z | Compiling toml_write v0.1.2 |
| 474 | 2026-04-21T16:05:28.689Z | Compiling winnow v0.7.14 |
| 475 | 2026-04-21T16:05:28.743Z | Compiling proc-macro-error v1.0.4 |
| 476 | 2026-04-21T16:05:28.801Z | Compiling getrandom v0.4.1 |
| 477 | 2026-04-21T16:05:28.951Z | Compiling utf8parse v0.2.2 |
| 478 | 2026-04-21T16:05:28.986Z | Compiling plain v0.2.3 |
| 479 | 2026-04-21T16:05:29.005Z | Compiling indexmap v2.13.0 |
| 480 | 2026-04-21T16:05:29.005Z | Compiling percent-encoding v2.3.2 |
| 481 | 2026-04-21T16:05:29.073Z | Compiling syn v2.0.117 |
| 482 | 2026-04-21T16:05:29.093Z | Compiling utf8_iter v1.0.4 |
| 483 | 2026-04-21T16:05:29.118Z | Compiling thiserror v2.0.18 |
| 484 | 2026-04-21T16:05:29.118Z | Compiling camino v1.2.2 |
| 485 | 2026-04-21T16:05:29.157Z | Compiling log v0.4.29 |
| 486 | 2026-04-21T16:05:29.258Z | Compiling form_urlencoded v1.2.2 |
| 487 | 2026-04-21T16:05:29.280Z | Compiling anstyle-parse v0.2.7 |
| 488 | 2026-04-21T16:05:29.299Z | Compiling pest_meta v2.8.6 |
| 489 | 2026-04-21T16:05:29.389Z | Compiling ordered-float v2.10.1 |
| 490 | 2026-04-21T16:05:29.523Z | Compiling cfg-if v1.0.4 |
| 491 | 2026-04-21T16:05:29.560Z | Compiling is_terminal_polyfill v1.70.2 |
| 492 | 2026-04-21T16:05:29.612Z | Compiling anstyle v1.0.13 |
| 493 | 2026-04-21T16:05:29.635Z | Compiling colorchoice v1.0.4 |
| 494 | 2026-04-21T16:05:29.654Z | Compiling terminal_size v0.4.3 |
| 495 | 2026-04-21T16:05:29.660Z | Compiling pretty-hex v0.4.1 |
| 496 | 2026-04-21T16:05:29.700Z | Compiling anstyle-query v1.1.5 |
| 497 | 2026-04-21T16:05:29.781Z | Compiling fs-err v3.3.0 |
| 498 | 2026-04-21T16:05:29.801Z | Compiling once_cell v1.21.3 |
| 499 | 2026-04-21T16:05:29.826Z | Compiling anstream v0.6.21 |
| 500 | 2026-04-21T16:05:29.849Z | Compiling heck v0.4.1 |
| 501 | 2026-04-21T16:05:29.869Z | Compiling anyhow v1.0.102 |
| 502 | 2026-04-21T16:05:30.017Z | Compiling semver v1.0.27 |
| 503 | 2026-04-21T16:05:30.059Z | Compiling fastrand v2.3.0 |
| 504 | 2026-04-21T16:05:30.077Z | Compiling unicode-width v0.1.14 |
| 505 | 2026-04-21T16:05:30.105Z | Compiling unicode-xid v0.2.6 |
| 506 | 2026-04-21T16:05:30.109Z | Compiling strsim v0.11.1 |
| 507 | 2026-04-21T16:05:30.184Z | Compiling heck v0.5.0 |
| 508 | 2026-04-21T16:05:30.233Z | Compiling bytecount v0.6.9 |
| 509 | 2026-04-21T16:05:30.265Z | Compiling fnv v1.0.7 |
| 510 | 2026-04-21T16:05:30.358Z | Compiling serde-untagged v0.1.9 |
| 511 | 2026-04-21T16:05:30.387Z | Compiling clap_lex v1.0.0 |
| 512 | 2026-04-21T16:05:30.404Z | Compiling papergrid v0.11.0 |
| 513 | 2026-04-21T16:05:30.408Z | Compiling tempfile v3.25.0 |
| 514 | 2026-04-21T16:05:30.469Z | Compiling memmap v0.7.0 |
| 515 | 2026-04-21T16:05:30.507Z | Compiling unicode-width v0.2.0 |
| 516 | 2026-04-21T16:05:30.527Z | Compiling smawk v0.3.2 |
| 517 | 2026-04-21T16:05:30.619Z | Compiling clap_builder v4.5.60 |
| 518 | 2026-04-21T16:05:30.637Z | Compiling unicode-linebreak v0.1.5 |
| 519 | 2026-04-21T16:05:30.684Z | Compiling camino-tempfile v1.4.1 |
| 520 | 2026-04-21T16:05:30.707Z | Compiling swrite v0.1.0 |
| 521 | 2026-04-21T16:05:30.713Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 522 | 2026-04-21T16:05:30.864Z | Compiling textwrap v0.16.2 |
| 523 | 2026-04-21T16:05:31.106Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-04-21T16:05:31.716Z | Compiling synstructure v0.13.2 |
| 525 | 2026-04-21T16:05:31.717Z | Compiling pest_generator v2.8.6 |
| 526 | 2026-04-21T16:05:31.847Z | Compiling tabled v0.15.0 |
| 527 | 2026-04-21T16:05:32.247Z | Compiling serde_derive v1.0.228 |
| 528 | 2026-04-21T16:05:32.251Z | Compiling zerofrom-derive v0.1.6 |
| 529 | 2026-04-21T16:05:32.251Z | Compiling yoke-derive v0.8.1 |
| 530 | 2026-04-21T16:05:32.251Z | Compiling zerovec-derive v0.11.2 |
| 531 | 2026-04-21T16:05:32.251Z | Compiling displaydoc v0.2.5 |
| 532 | 2026-04-21T16:05:32.251Z | Compiling thiserror-impl v1.0.69 |
| 533 | 2026-04-21T16:05:32.251Z | Compiling zerocopy-derive v0.7.35 |
| 534 | 2026-04-21T16:05:32.252Z | Compiling scroll_derive v0.12.1 |
| 535 | 2026-04-21T16:05:32.321Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-04-21T16:05:32.402Z | Compiling pest_derive v2.8.6 |
| 537 | 2026-04-21T16:05:32.502Z | Compiling clap_derive v4.5.55 |
| 538 | 2026-04-21T16:05:33.109Z | Compiling scroll v0.12.0 |
| 539 | 2026-04-21T16:05:33.304Z | Compiling zerocopy v0.7.35 |
| 540 | 2026-04-21T16:05:33.349Z | Compiling goblin v0.8.2 |
| 541 | 2026-04-21T16:05:33.515Z | Compiling zerofrom v0.1.6 |
| 542 | 2026-04-21T16:05:33.548Z | Compiling dtrace-parser v0.2.0 |
| 543 | 2026-04-21T16:05:33.618Z | Compiling yoke v0.8.1 |
| 544 | 2026-04-21T16:05:33.783Z | Compiling zerovec v0.11.5 |
| 545 | 2026-04-21T16:05:33.783Z | Compiling zerotrie v0.2.3 |
| 546 | 2026-04-21T16:05:33.946Z | Compiling clap v4.5.60 |
| 547 | 2026-04-21T16:05:34.235Z | Compiling tinystr v0.8.2 |
| 548 | 2026-04-21T16:05:34.235Z | Compiling potential_utf v0.1.4 |
| 549 | 2026-04-21T16:05:34.362Z | Compiling icu_collections v2.1.1 |
| 550 | 2026-04-21T16:05:34.390Z | Compiling icu_locale_core v2.1.1 |
| 551 | 2026-04-21T16:05:34.922Z | Compiling serde_spanned v0.6.9 |
| 552 | 2026-04-21T16:05:34.922Z | Compiling toml_datetime v0.6.11 |
| 553 | 2026-04-21T16:05:34.922Z | Compiling serde-value v0.7.0 |
| 554 | 2026-04-21T16:05:34.922Z | Compiling cargo-platform v0.2.0 |
| 555 | 2026-04-21T16:05:34.926Z | Compiling macaddr v1.0.1 |
| 556 | 2026-04-21T16:05:34.942Z | Compiling dof v0.3.0 |
| 557 | 2026-04-21T16:05:34.945Z | Compiling serde_tokenstream v0.2.3 |
| 558 | 2026-04-21T16:05:35.000Z | Compiling icu_provider v2.1.1 |
| 559 | 2026-04-21T16:05:35.144Z | Compiling toml_edit v0.22.27 |
| 560 | 2026-04-21T16:05:35.291Z | Compiling icu_properties v2.1.2 |
| 561 | 2026-04-21T16:05:35.294Z | Compiling icu_normalizer v2.1.1 |
| 562 | 2026-04-21T16:05:35.727Z | Compiling usdt-macro v0.5.0 |
| 563 | 2026-04-21T16:05:35.730Z | Compiling usdt-attr-macro v0.5.0 |
| 564 | 2026-04-21T16:05:36.135Z | Compiling idna_adapter v1.2.1 |
| 565 | 2026-04-21T16:05:36.248Z | Compiling idna v1.1.0 |
| 566 | 2026-04-21T16:05:36.333Z | Compiling usdt v0.5.0 |
| 567 | 2026-04-21T16:05:36.485Z | Compiling toml v0.8.23 |
| 568 | 2026-04-21T16:05:36.515Z | Compiling url v2.5.8 |
| 569 | 2026-04-21T16:05:36.848Z | Compiling cargo_toml v0.21.0 |
| 570 | 2026-04-21T16:05:36.930Z | Compiling cargo-util-schemas v0.8.2 |
| 571 | 2026-04-21T16:05:37.738Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2026-04-21T16:05:38.681Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2026-04-21T16:05:40.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.22s |
| 574 | 2026-04-21T16:05:41.077Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2026-04-21T16:05:41.643Z | Downloading crates ... |
| 576 | 2026-04-21T16:05:41.743Z | Downloaded adler2 v2.0.1 |
| 577 | 2026-04-21T16:05:41.749Z | Downloaded assert_matches v1.5.0 |
| 578 | 2026-04-21T16:05:41.755Z | Downloaded crc8 v0.1.1 |
| 579 | 2026-04-21T16:05:41.758Z | Downloaded arrayref v0.3.9 |
| 580 | 2026-04-21T16:05:41.758Z | Downloaded allocator-api2 v0.2.21 |
| 581 | 2026-04-21T16:05:41.763Z | Downloaded ahash v0.8.12 |
| 582 | 2026-04-21T16:05:41.768Z | Downloaded async-stream v0.3.6 |
| 583 | 2026-04-21T16:05:41.768Z | Downloaded block-padding v0.3.3 |
| 584 | 2026-04-21T16:05:41.772Z | Downloaded crunchy v0.2.4 |
| 585 | 2026-04-21T16:05:41.772Z | Downloaded crucible-workspace-hack v0.1.0 |
| 586 | 2026-04-21T16:05:41.773Z | Downloaded ar_archive_writer v0.5.1 |
| 587 | 2026-04-21T16:05:41.776Z | Downloaded cstr-argument v0.1.2 |
| 588 | 2026-04-21T16:05:41.776Z | Downloaded ctr v0.9.2 |
| 589 | 2026-04-21T16:05:41.780Z | Downloaded ascii-canvas v3.0.0 |
| 590 | 2026-04-21T16:05:41.780Z | Downloaded csv-core v0.1.13 |
| 591 | 2026-04-21T16:05:41.780Z | Downloaded cobs v0.3.0 |
| 592 | 2026-04-21T16:05:41.783Z | Downloaded async-stream-impl v0.3.6 |
| 593 | 2026-04-21T16:05:41.787Z | Downloaded convert_case v0.4.0 |
| 594 | 2026-04-21T16:05:41.787Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 595 | 2026-04-21T16:05:41.787Z | Downloaded debug-ignore v1.0.5 |
| 596 | 2026-04-21T16:05:41.787Z | Downloaded bitfield-struct v0.6.2 |
| 597 | 2026-04-21T16:05:41.791Z | Downloaded flagset v0.4.7 |
| 598 | 2026-04-21T16:05:41.791Z | Downloaded crypto-bigint v0.5.5 |
| 599 | 2026-04-21T16:05:41.795Z | Downloaded chacha20 v0.9.1 |
| 600 | 2026-04-21T16:05:41.795Z | Downloaded atomic-waker v1.1.2 |
| 601 | 2026-04-21T16:05:41.798Z | Downloaded crossbeam-epoch v0.9.18 |
| 602 | 2026-04-21T16:05:41.799Z | Downloaded crc32fast v1.5.0 |
| 603 | 2026-04-21T16:05:41.799Z | Downloaded drift v0.1.3 |
| 604 | 2026-04-21T16:05:41.803Z | Downloaded ciborium-ll v0.2.2 |
| 605 | 2026-04-21T16:05:41.806Z | Downloaded defmt-parser v1.0.0 |
| 606 | 2026-04-21T16:05:41.806Z | Downloaded bitfield-macros v0.19.4 |
| 607 | 2026-04-21T16:05:41.806Z | Downloaded cpufeatures v0.3.0 |
| 608 | 2026-04-21T16:05:41.812Z | Downloaded cfg_aliases v0.2.1 |
| 609 | 2026-04-21T16:05:41.813Z | Downloaded bit-set v0.5.3 |
| 610 | 2026-04-21T16:05:41.813Z | Downloaded dirs-sys-next v0.1.2 |
| 611 | 2026-04-21T16:05:41.816Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 612 | 2026-04-21T16:05:41.816Z | Downloaded embedded-io v0.4.0 |
| 613 | 2026-04-21T16:05:41.816Z | Downloaded defmt v0.3.100 |
| 614 | 2026-04-21T16:05:41.820Z | Downloaded dirs-next v2.0.0 |
| 615 | 2026-04-21T16:05:41.820Z | Downloaded dof v0.4.0 |
| 616 | 2026-04-21T16:05:41.823Z | Downloaded atty v0.2.14 |
| 617 | 2026-04-21T16:05:41.823Z | Downloaded difflib v0.4.0 |
| 618 | 2026-04-21T16:05:41.823Z | Downloaded ciborium-io v0.2.2 |
| 619 | 2026-04-21T16:05:41.823Z | Downloaded darling_macro v0.21.3 |
| 620 | 2026-04-21T16:05:41.826Z | Downloaded enum-as-inner v0.6.1 |
| 621 | 2026-04-21T16:05:41.826Z | Downloaded blowfish v0.9.1 |
| 622 | 2026-04-21T16:05:41.826Z | Downloaded float-cmp v0.10.0 |
| 623 | 2026-04-21T16:05:41.832Z | Downloaded dsl_auto_type v0.2.0 |
| 624 | 2026-04-21T16:05:41.832Z | Downloaded derive_builder_macro v0.20.2 |
| 625 | 2026-04-21T16:05:41.832Z | Downloaded env_filter v1.0.0 |
| 626 | 2026-04-21T16:05:41.832Z | Downloaded bit-vec v0.6.3 |
| 627 | 2026-04-21T16:05:41.836Z | Downloaded endian-type v0.1.2 |
| 628 | 2026-04-21T16:05:41.836Z | Downloaded bb8 v0.8.6 |
| 629 | 2026-04-21T16:05:41.836Z | Downloaded atomicwrites v0.4.4 |
| 630 | 2026-04-21T16:05:41.836Z | Downloaded backoff v0.4.0 |
| 631 | 2026-04-21T16:05:41.836Z | Downloaded darling_macro v0.20.11 |
| 632 | 2026-04-21T16:05:41.836Z | Downloaded crossterm v0.29.0 |
| 633 | 2026-04-21T16:05:41.840Z | Downloaded base16ct v0.2.0 |
| 634 | 2026-04-21T16:05:41.844Z | Downloaded array-init v0.0.4 |
| 635 | 2026-04-21T16:05:41.844Z | Downloaded crossbeam-utils v0.8.21 |
| 636 | 2026-04-21T16:05:41.848Z | Downloaded crc-catalog v2.4.0 |
| 637 | 2026-04-21T16:05:41.848Z | Downloaded fd-lock v4.0.4 |
| 638 | 2026-04-21T16:05:41.848Z | Downloaded dunce v1.0.5 |
| 639 | 2026-04-21T16:05:41.848Z | Downloaded dyn-clone v1.0.20 |
| 640 | 2026-04-21T16:05:41.851Z | Downloaded crc v3.4.0 |
| 641 | 2026-04-21T16:05:41.851Z | Downloaded downcast-rs v2.0.2 |
| 642 | 2026-04-21T16:05:41.852Z | Downloaded display-error-chain v0.2.2 |
| 643 | 2026-04-21T16:05:41.855Z | Downloaded compression-core v0.4.31 |
| 644 | 2026-04-21T16:05:41.858Z | Downloaded foreign-types-shared v0.3.1 |
| 645 | 2026-04-21T16:05:41.858Z | Downloaded castaway v0.2.4 |
| 646 | 2026-04-21T16:05:41.858Z | Downloaded foreign-types v0.3.2 |
| 647 | 2026-04-21T16:05:41.862Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 648 | 2026-04-21T16:05:41.862Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 649 | 2026-04-21T16:05:41.862Z | Downloaded foreign-types v0.5.0 |
| 650 | 2026-04-21T16:05:41.862Z | Downloaded aead v0.5.2 |
| 651 | 2026-04-21T16:05:41.865Z | Downloaded foreign-types-shared v0.1.1 |
| 652 | 2026-04-21T16:05:41.865Z | Downloaded float-ord v0.3.2 |
| 653 | 2026-04-21T16:05:41.865Z | Downloaded fixedbitset v0.4.2 |
| 654 | 2026-04-21T16:05:41.868Z | Downloaded embedded-io v0.6.1 |
| 655 | 2026-04-21T16:05:41.874Z | Downloaded cargo-platform v0.1.9 |
| 656 | 2026-04-21T16:05:41.877Z | Downloaded cfg_aliases v0.1.1 |
| 657 | 2026-04-21T16:05:41.877Z | Downloaded cbc v0.1.2 |
| 658 | 2026-04-21T16:05:41.881Z | Downloaded async-recursion v1.1.1 |
| 659 | 2026-04-21T16:05:41.881Z | Downloaded foreign-types-macros v0.2.3 |
| 660 | 2026-04-21T16:05:41.894Z | Downloaded darling_macro v0.23.0 |
| 661 | 2026-04-21T16:05:41.894Z | Downloaded cipher v0.4.4 |
| 662 | 2026-04-21T16:05:41.894Z | Downloaded futures-io v0.3.32 |
| 663 | 2026-04-21T16:05:41.894Z | Downloaded futures-sink v0.3.32 |
| 664 | 2026-04-21T16:05:41.894Z | Downloaded buf-list v1.1.2 |
| 665 | 2026-04-21T16:05:41.894Z | Downloaded fixedbitset v0.5.7 |
| 666 | 2026-04-21T16:05:41.897Z | Downloaded bitfield v0.19.4 |
| 667 | 2026-04-21T16:05:41.898Z | Downloaded ciborium v0.2.2 |
| 668 | 2026-04-21T16:05:41.898Z | Downloaded daft-derive v0.1.5 |
| 669 | 2026-04-21T16:05:41.902Z | Downloaded ff v0.13.1 |
| 670 | 2026-04-21T16:05:41.903Z | Downloaded data-encoding v2.10.0 |
| 671 | 2026-04-21T16:05:41.903Z | Downloaded cargo_metadata v0.19.2 |
| 672 | 2026-04-21T16:05:41.906Z | Downloaded bzip2 v0.4.4 |
| 673 | 2026-04-21T16:05:41.906Z | Downloaded arc-swap v1.8.2 |
| 674 | 2026-04-21T16:05:41.906Z | Downloaded gethostname v0.5.0 |
| 675 | 2026-04-21T16:05:41.906Z | Downloaded ghash v0.5.1 |
| 676 | 2026-04-21T16:05:41.909Z | Downloaded funty v2.0.0 |
| 677 | 2026-04-21T16:05:41.909Z | Downloaded futures-task v0.3.32 |
| 678 | 2026-04-21T16:05:41.909Z | Downloaded globwalk v0.9.1 |
| 679 | 2026-04-21T16:05:41.912Z | Downloaded git-stub v1.0.0 |
| 680 | 2026-04-21T16:05:41.912Z | Downloaded futures-macro v0.3.32 |
| 681 | 2026-04-21T16:05:41.912Z | Downloaded der_derive v0.7.3 |
| 682 | 2026-04-21T16:05:41.916Z | Downloaded hash32 v0.3.1 |
| 683 | 2026-04-21T16:05:41.916Z | Downloaded hash32 v0.2.1 |
| 684 | 2026-04-21T16:05:41.916Z | Downloaded erased-serde v0.3.31 |
| 685 | 2026-04-21T16:05:41.916Z | Downloaded headers-core v0.3.0 |
| 686 | 2026-04-21T16:05:41.919Z | Downloaded ena v0.14.4 |
| 687 | 2026-04-21T16:05:41.919Z | Downloaded derive-ex v0.1.8 |
| 688 | 2026-04-21T16:05:41.919Z | Downloaded hex v0.4.3 |
| 689 | 2026-04-21T16:05:41.923Z | Downloaded foldhash v0.1.5 |
| 690 | 2026-04-21T16:05:41.923Z | Downloaded env_logger v0.11.9 |
| 691 | 2026-04-21T16:05:41.923Z | Downloaded bit-set v0.8.0 |
| 692 | 2026-04-21T16:05:41.926Z | Downloaded dtrace-parser v0.3.0 |
| 693 | 2026-04-21T16:05:41.926Z | Downloaded ed25519 v2.2.3 |
| 694 | 2026-04-21T16:05:41.926Z | Downloaded fallible-iterator v0.2.0 |
| 695 | 2026-04-21T16:05:41.929Z | Downloaded defmt v1.0.1 |
| 696 | 2026-04-21T16:05:41.929Z | Downloaded document-features v0.2.12 |
| 697 | 2026-04-21T16:05:41.934Z | Downloaded cexpr v0.6.0 |
| 698 | 2026-04-21T16:05:41.934Z | Downloaded futures-core v0.3.32 |
| 699 | 2026-04-21T16:05:41.934Z | Downloaded bit-vec v0.8.0 |
| 700 | 2026-04-21T16:05:41.937Z | Downloaded foldhash v0.2.0 |
| 701 | 2026-04-21T16:05:41.937Z | Downloaded either v1.15.0 |
| 702 | 2026-04-21T16:05:41.937Z | Downloaded find-msvc-tools v0.1.9 |
| 703 | 2026-04-21T16:05:41.937Z | Downloaded deranged v0.5.8 |
| 704 | 2026-04-21T16:05:41.941Z | Downloaded camino-tempfile-ext v0.3.3 |
| 705 | 2026-04-21T16:05:41.941Z | Downloaded bcs v0.1.6 |
| 706 | 2026-04-21T16:05:41.941Z | Downloaded filetime v0.2.27 |
| 707 | 2026-04-21T16:05:41.945Z | Downloaded convert_case v0.10.0 |
| 708 | 2026-04-21T16:05:41.945Z | Downloaded diesel-dtrace v0.5.0 |
| 709 | 2026-04-21T16:05:41.946Z | Downloaded argon2 v0.5.3 |
| 710 | 2026-04-21T16:05:41.952Z | Downloaded hex-literal v0.4.1 |
| 711 | 2026-04-21T16:05:41.953Z | Downloaded async-trait v0.1.89 |
| 712 | 2026-04-21T16:05:41.953Z | Downloaded hostname v0.4.2 |
| 713 | 2026-04-21T16:05:41.956Z | Downloaded hostname v0.3.1 |
| 714 | 2026-04-21T16:05:41.956Z | Downloaded derive_builder_core v0.20.2 |
| 715 | 2026-04-21T16:05:41.956Z | Downloaded daft v0.1.5 |
| 716 | 2026-04-21T16:05:41.956Z | Downloaded compression-codecs v0.4.37 |
| 717 | 2026-04-21T16:05:41.956Z | Downloaded constant_time_eq v0.4.2 |
| 718 | 2026-04-21T16:05:41.960Z | Downloaded http-body v1.0.1 |
| 719 | 2026-04-21T16:05:41.960Z | Downloaded corncobs v0.1.4 |
| 720 | 2026-04-21T16:05:41.960Z | Downloaded cookie_store v0.22.1 |
| 721 | 2026-04-21T16:05:41.963Z | Downloaded hubpack v0.1.2 |
| 722 | 2026-04-21T16:05:41.963Z | Downloaded async-bb8-diesel v0.2.1 |
| 723 | 2026-04-21T16:05:41.963Z | Downloaded home v0.5.12 |
| 724 | 2026-04-21T16:05:41.967Z | Downloaded cancel-safe-futures v0.1.5 |
| 725 | 2026-04-21T16:05:41.967Z | Downloaded httpdate v1.0.3 |
| 726 | 2026-04-21T16:05:41.971Z | Downloaded backon v1.6.0 |
| 727 | 2026-04-21T16:05:41.971Z | Downloaded ecdsa v0.16.9 |
| 728 | 2026-04-21T16:05:41.971Z | Downloaded hyper-tls v0.6.0 |
| 729 | 2026-04-21T16:05:41.976Z | Downloaded darling v0.23.0 |
| 730 | 2026-04-21T16:05:41.980Z | Downloaded indent_write v2.2.0 |
| 731 | 2026-04-21T16:05:41.980Z | Downloaded critical-section v1.2.0 |
| 732 | 2026-04-21T16:05:41.980Z | Downloaded fxhash v0.2.1 |
| 733 | 2026-04-21T16:05:41.980Z | Downloaded fs_extra v1.3.0 |
| 734 | 2026-04-21T16:05:41.983Z | Downloaded git-stub-vcs v0.1.0 |
| 735 | 2026-04-21T16:05:41.983Z | Downloaded fs-err v2.11.0 |
| 736 | 2026-04-21T16:05:41.983Z | Downloaded group v0.13.0 |
| 737 | 2026-04-21T16:05:41.987Z | Downloaded indoc v1.0.9 |
| 738 | 2026-04-21T16:05:41.987Z | Downloaded glob v0.3.3 |
| 739 | 2026-04-21T16:05:41.990Z | Downloaded inout v0.1.4 |
| 740 | 2026-04-21T16:05:41.990Z | Downloaded ident_case v1.0.1 |
| 741 | 2026-04-21T16:05:41.990Z | Downloaded hubpack_derive v0.1.1 |
| 742 | 2026-04-21T16:05:41.990Z | Downloaded derive_builder v0.20.2 |
| 743 | 2026-04-21T16:05:41.993Z | Downloaded is-terminal v0.4.17 |
| 744 | 2026-04-21T16:05:41.997Z | Downloaded internet-checksum v0.2.1 |
| 745 | 2026-04-21T16:05:41.997Z | Downloaded lalrpop-util v0.19.12 |
| 746 | 2026-04-21T16:05:41.997Z | Downloaded kstat-rs v0.2.4 |
| 747 | 2026-04-21T16:05:42.001Z | Downloaded byte-wrapper v0.1.0 |
| 748 | 2026-04-21T16:05:42.001Z | Downloaded keccak v0.1.6 |
| 749 | 2026-04-21T16:05:42.001Z | Downloaded console v0.16.2 |
| 750 | 2026-04-21T16:05:42.004Z | Downloaded colored v2.2.0 |
| 751 | 2026-04-21T16:05:42.004Z | Downloaded chacha20 v0.10.0 |
| 752 | 2026-04-21T16:05:42.007Z | Downloaded clang-sys v1.8.1 |
| 753 | 2026-04-21T16:05:42.007Z | Downloaded arrayvec v0.7.6 |
| 754 | 2026-04-21T16:05:42.011Z | Downloaded futures-channel v0.3.32 |
| 755 | 2026-04-21T16:05:42.011Z | Downloaded cookie v0.18.1 |
| 756 | 2026-04-21T16:05:42.014Z | Downloaded is_ci v1.2.0 |
| 757 | 2026-04-21T16:05:42.014Z | Downloaded cmake v0.1.57 |
| 758 | 2026-04-21T16:05:42.018Z | Downloaded instant v0.1.13 |
| 759 | 2026-04-21T16:05:42.018Z | Downloaded aho-corasick v1.1.4 |
| 760 | 2026-04-21T16:05:42.022Z | Downloaded lazy_static v1.5.0 |
| 761 | 2026-04-21T16:05:42.022Z | Downloaded des v0.8.1 |
| 762 | 2026-04-21T16:05:42.022Z | Downloaded console v0.15.11 |
| 763 | 2026-04-21T16:05:42.025Z | Downloaded defmt-macros v1.0.1 |
| 764 | 2026-04-21T16:05:42.028Z | Downloaded colored v3.1.1 |
| 765 | 2026-04-21T16:05:42.028Z | Downloaded http-body-util v0.1.3 |
| 766 | 2026-04-21T16:05:42.031Z | Downloaded highway v1.3.0 |
| 767 | 2026-04-21T16:05:42.031Z | Downloaded http-range v0.1.5 |
| 768 | 2026-04-21T16:05:42.037Z | Downloaded base64ct v1.8.3 |
| 769 | 2026-04-21T16:05:42.037Z | Downloaded libscf-sys v1.1.0 |
| 770 | 2026-04-21T16:05:42.042Z | Downloaded linked-hash-map v0.5.6 |
| 771 | 2026-04-21T16:05:42.042Z | Downloaded futures-executor v0.3.32 |
| 772 | 2026-04-21T16:05:42.042Z | Downloaded cassowary v0.3.0 |
| 773 | 2026-04-21T16:05:42.042Z | Downloaded lru-slab v0.1.2 |
| 774 | 2026-04-21T16:05:42.042Z | Downloaded crossbeam-deque v0.8.6 |
| 775 | 2026-04-21T16:05:42.042Z | Downloaded bzip2 v0.6.1 |
| 776 | 2026-04-21T16:05:42.045Z | Downloaded md-5 v0.10.6 |
| 777 | 2026-04-21T16:05:42.045Z | Downloaded crossbeam-channel v0.5.15 |
| 778 | 2026-04-21T16:05:42.049Z | Downloaded managed v0.8.0 |
| 779 | 2026-04-21T16:05:42.049Z | Downloaded darling v0.21.3 |
| 780 | 2026-04-21T16:05:42.052Z | Downloaded diff v0.1.13 |
| 781 | 2026-04-21T16:05:42.055Z | Downloaded lru v0.12.5 |
| 782 | 2026-04-21T16:05:42.055Z | Downloaded half v1.8.3 |
| 783 | 2026-04-21T16:05:42.055Z | Downloaded maplit v1.0.2 |
| 784 | 2026-04-21T16:05:42.059Z | Downloaded lru-cache v0.1.2 |
| 785 | 2026-04-21T16:05:42.059Z | Downloaded maybe-uninit v2.0.0 |
| 786 | 2026-04-21T16:05:42.059Z | Downloaded humantime v2.3.0 |
| 787 | 2026-04-21T16:05:42.062Z | Downloaded new_debug_unreachable v1.0.6 |
| 788 | 2026-04-21T16:05:42.062Z | Downloaded newline-converter v0.3.0 |
| 789 | 2026-04-21T16:05:42.062Z | Downloaded memoffset v0.9.1 |
| 790 | 2026-04-21T16:05:42.062Z | Downloaded getrandom v0.2.17 |
| 791 | 2026-04-21T16:05:42.065Z | Downloaded multimap v0.10.1 |
| 792 | 2026-04-21T16:05:42.065Z | Downloaded mime v0.3.17 |
| 793 | 2026-04-21T16:05:42.071Z | Downloaded newtype-uuid-macros v0.1.0 |
| 794 | 2026-04-21T16:05:42.071Z | Downloaded normalize-line-endings v0.3.0 |
| 795 | 2026-04-21T16:05:42.071Z | Downloaded nibble_vec v0.1.0 |
| 796 | 2026-04-21T16:05:42.074Z | Downloaded ipnetwork v0.21.1 |
| 797 | 2026-04-21T16:05:42.075Z | Downloaded instability v0.3.11 |
| 798 | 2026-04-21T16:05:42.075Z | Downloaded num v0.4.3 |
| 799 | 2026-04-21T16:05:42.075Z | Downloaded ipnet v2.11.0 |
| 800 | 2026-04-21T16:05:42.075Z | Downloaded const-oid v0.9.6 |
| 801 | 2026-04-21T16:05:42.078Z | Downloaded nonempty v0.12.0 |
| 802 | 2026-04-21T16:05:42.078Z | Downloaded nodrop v0.1.14 |
| 803 | 2026-04-21T16:05:42.078Z | Downloaded indoc v2.0.7 |
| 804 | 2026-04-21T16:05:42.081Z | Downloaded num-conv v0.2.0 |
| 805 | 2026-04-21T16:05:42.081Z | Downloaded crc-any v2.5.0 |
| 806 | 2026-04-21T16:05:42.086Z | Downloaded num-iter v0.1.45 |
| 807 | 2026-04-21T16:05:42.086Z | Downloaded blake2 v0.10.6 |
| 808 | 2026-04-21T16:05:42.086Z | Downloaded newtype_derive v0.1.6 |
| 809 | 2026-04-21T16:05:42.090Z | Downloaded libloading v0.8.9 |
| 810 | 2026-04-21T16:05:42.090Z | Downloaded libefi-sys v0.1.0 |
| 811 | 2026-04-21T16:05:42.090Z | Downloaded dropshot_endpoint v0.17.0 |
| 812 | 2026-04-21T16:05:42.094Z | Downloaded derive-where v1.6.0 |
| 813 | 2026-04-21T16:05:42.098Z | Downloaded num-derive v0.3.3 |
| 814 | 2026-04-21T16:05:42.098Z | Downloaded derive_more v0.99.20 |
| 815 | 2026-04-21T16:05:42.101Z | Downloaded hmac v0.12.1 |
| 816 | 2026-04-21T16:05:42.101Z | Downloaded linear-map v1.2.0 |
| 817 | 2026-04-21T16:05:42.104Z | Downloaded num-derive v0.4.2 |
| 818 | 2026-04-21T16:05:42.104Z | Downloaded libsw-core v0.3.2 |
| 819 | 2026-04-21T16:05:42.104Z | Downloaded httparse v1.10.1 |
| 820 | 2026-04-21T16:05:42.108Z | Downloaded fatfs v0.3.6 |
| 821 | 2026-04-21T16:05:42.108Z | Downloaded lock_api v0.4.14 |
| 822 | 2026-04-21T16:05:42.111Z | Downloaded opaque-debug v0.3.1 |
| 823 | 2026-04-21T16:05:42.111Z | Downloaded jobserver v0.1.34 |
| 824 | 2026-04-21T16:05:42.114Z | Downloaded num_threads v0.1.7 |
| 825 | 2026-04-21T16:05:42.115Z | Downloaded hyper-rustls v0.27.7 |
| 826 | 2026-04-21T16:05:42.115Z | Downloaded bytes v1.11.1 |
| 827 | 2026-04-21T16:05:42.118Z | Downloaded openssl-probe v0.2.1 |
| 828 | 2026-04-21T16:05:42.121Z | Downloaded openssl-probe v0.1.6 |
| 829 | 2026-04-21T16:05:42.121Z | Downloaded olpc-cjson v0.1.4 |
| 830 | 2026-04-21T16:05:42.121Z | Downloaded lzss v0.8.2 |
| 831 | 2026-04-21T16:05:42.124Z | Downloaded openssl-macros v0.1.1 |
| 832 | 2026-04-21T16:05:42.124Z | Downloaded darling_core v0.21.3 |
| 833 | 2026-04-21T16:05:42.128Z | Downloaded match_cfg v0.1.0 |
| 834 | 2026-04-21T16:05:42.128Z | Downloaded aes-gcm v0.10.3 |
| 835 | 2026-04-21T16:05:42.134Z | Downloaded oso-derive v0.27.3 |
| 836 | 2026-04-21T16:05:42.134Z | Downloaded mime_guess v2.0.5 |
| 837 | 2026-04-21T16:05:42.137Z | Downloaded newtype-uuid v1.3.2 |
| 838 | 2026-04-21T16:05:42.137Z | Downloaded parse-size v1.1.0 |
| 839 | 2026-04-21T16:05:42.137Z | Downloaded nanorand v0.7.0 |
| 840 | 2026-04-21T16:05:42.137Z | Downloaded ingot-macros v0.1.1 |
| 841 | 2026-04-21T16:05:42.137Z | Downloaded packed_struct_codegen v0.10.1 |
| 842 | 2026-04-21T16:05:42.140Z | Downloaded ingot-types v0.1.2 |
| 843 | 2026-04-21T16:05:42.141Z | Downloaded parse-display v0.10.0 |
| 844 | 2026-04-21T16:05:42.141Z | Downloaded half v2.7.1 |
| 845 | 2026-04-21T16:05:42.145Z | Downloaded pbkdf2 v0.11.0 |
| 846 | 2026-04-21T16:05:42.145Z | Downloaded getrandom v0.3.4 |
| 847 | 2026-04-21T16:05:42.162Z | Downloaded phf_shared v0.13.1 |
| 848 | 2026-04-21T16:05:42.165Z | Downloaded darling_core v0.20.11 |
| 849 | 2026-04-21T16:05:42.169Z | Downloaded peg-runtime v0.8.5 |
| 850 | 2026-04-21T16:05:42.169Z | Downloaded pbkdf2 v0.12.2 |
| 851 | 2026-04-21T16:05:42.169Z | Downloaded path-slash v0.1.5 |
| 852 | 2026-04-21T16:05:42.169Z | Downloaded num_enum_derive v0.5.11 |
| 853 | 2026-04-21T16:05:42.173Z | Downloaded num-rational v0.4.2 |
| 854 | 2026-04-21T16:05:42.173Z | Downloaded num_enum_derive v0.7.5 |
| 855 | 2026-04-21T16:05:42.173Z | Downloaded num-integer v0.1.46 |
| 856 | 2026-04-21T16:05:42.580Z | Downloaded libsw v3.5.0 |
| 857 | 2026-04-21T16:05:42.581Z | Downloaded cc v1.2.56 |
| 858 | 2026-04-21T16:05:42.589Z | Downloaded phf_shared v0.11.3 |
| 859 | 2026-04-21T16:05:42.589Z | Downloaded pin-utils v0.1.0 |
| 860 | 2026-04-21T16:05:42.589Z | Downloaded num-complex v0.4.6 |
| 861 | 2026-04-21T16:05:42.589Z | Downloaded nu-ansi-term v0.50.3 |
| 862 | 2026-04-21T16:05:42.589Z | Downloaded flume v0.11.1 |
| 863 | 2026-04-21T16:05:42.589Z | Downloaded num_enum v0.7.5 |
| 864 | 2026-04-21T16:05:42.589Z | Downloaded phf_shared v0.12.1 |
| 865 | 2026-04-21T16:05:42.589Z | Downloaded oxide-tokio-rt v0.1.4 |
| 866 | 2026-04-21T16:05:42.589Z | Downloaded litrs v1.0.0 |
| 867 | 2026-04-21T16:05:42.589Z | Downloaded predicates-core v1.0.10 |
| 868 | 2026-04-21T16:05:42.589Z | Downloaded precomputed-hash v0.1.1 |
| 869 | 2026-04-21T16:05:42.589Z | Downloaded powerfmt v0.2.0 |
| 870 | 2026-04-21T16:05:42.589Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 871 | 2026-04-21T16:05:42.589Z | Downloaded oxnet v0.1.4 |
| 872 | 2026-04-21T16:05:42.589Z | Downloaded const_format v0.2.35 |
| 873 | 2026-04-21T16:05:42.590Z | Downloaded memmap2 v0.9.10 |
| 874 | 2026-04-21T16:05:42.590Z | Downloaded chacha20poly1305 v0.10.1 |
| 875 | 2026-04-21T16:05:42.590Z | Downloaded base64 v0.22.1 |
| 876 | 2026-04-21T16:05:42.590Z | Downloaded indexmap v1.9.3 |
| 877 | 2026-04-21T16:05:42.590Z | Downloaded predicates-tree v1.0.13 |
| 878 | 2026-04-21T16:05:42.590Z | Downloaded packed_struct v0.10.1 |
| 879 | 2026-04-21T16:05:42.590Z | Downloaded multer v3.1.0 |
| 880 | 2026-04-21T16:05:42.590Z | Downloaded parking_lot_core v0.8.6 |
| 881 | 2026-04-21T16:05:42.590Z | Downloaded progenitor-client v0.10.0 |
| 882 | 2026-04-21T16:05:42.590Z | Downloaded proc-macro-crate v3.4.0 |
| 883 | 2026-04-21T16:05:42.590Z | Downloaded paste v1.0.15 |
| 884 | 2026-04-21T16:05:42.590Z | Downloaded proc-macro-crate v1.3.1 |
| 885 | 2026-04-21T16:05:42.590Z | Downloaded base64 v0.21.7 |
| 886 | 2026-04-21T16:05:42.590Z | Downloaded iana-time-zone v0.1.65 |
| 887 | 2026-04-21T16:05:42.590Z | Downloaded native-tls v0.2.18 |
| 888 | 2026-04-21T16:05:42.590Z | Downloaded libbz2-rs-sys v0.2.2 |
| 889 | 2026-04-21T16:05:42.590Z | Downloaded headers v0.4.1 |
| 890 | 2026-04-21T16:05:42.590Z | Downloaded parse-display-derive v0.10.0 |
| 891 | 2026-04-21T16:05:42.590Z | Downloaded pem v3.0.6 |
| 892 | 2026-04-21T16:05:42.590Z | Downloaded peg v0.8.5 |
| 893 | 2026-04-21T16:05:42.590Z | Downloaded psl-types v2.0.11 |
| 894 | 2026-04-21T16:05:42.590Z | Downloaded quick-error v1.2.3 |
| 895 | 2026-04-21T16:05:42.590Z | Downloaded phf v0.13.1 |
| 896 | 2026-04-21T16:05:42.590Z | Downloaded peg-macros v0.8.5 |
| 897 | 2026-04-21T16:05:42.590Z | Downloaded progenitor-macro v0.13.0 |
| 898 | 2026-04-21T16:05:42.590Z | Downloaded progenitor-macro v0.10.0 |
| 899 | 2026-04-21T16:05:42.590Z | Downloaded progenitor-client v0.11.2 |
| 900 | 2026-04-21T16:05:42.590Z | Downloaded bumpalo v3.20.2 |
| 901 | 2026-04-21T16:05:42.590Z | Downloaded rand_chacha v0.3.1 |
| 902 | 2026-04-21T16:05:42.590Z | Downloaded radium v0.7.0 |
| 903 | 2026-04-21T16:05:42.590Z | Downloaded progenitor-macro v0.11.2 |
| 904 | 2026-04-21T16:05:42.590Z | Downloaded ed25519-dalek v2.2.0 |
| 905 | 2026-04-21T16:05:42.590Z | Downloaded phf v0.12.1 |
| 906 | 2026-04-21T16:05:42.590Z | Downloaded num_enum v0.5.11 |
| 907 | 2026-04-21T16:05:42.590Z | Downloaded pin-project-internal v1.1.11 |
| 908 | 2026-04-21T16:05:42.590Z | Downloaded pkcs8 v0.10.2 |
| 909 | 2026-04-21T16:05:42.590Z | Downloaded heapless v0.8.0 |
| 910 | 2026-04-21T16:05:42.591Z | Downloaded pem-rfc7468 v0.7.0 |
| 911 | 2026-04-21T16:05:42.591Z | Downloaded owo-colors v4.3.0 |
| 912 | 2026-04-21T16:05:42.591Z | Downloaded pkg-config v0.3.32 |
| 913 | 2026-04-21T16:05:42.591Z | Downloaded primeorder v0.13.6 |
| 914 | 2026-04-21T16:05:42.591Z | Downloaded omicron-zone-package v0.12.2 |
| 915 | 2026-04-21T16:05:42.591Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 916 | 2026-04-21T16:05:42.591Z | Downloaded rand_xorshift v0.4.0 |
| 917 | 2026-04-21T16:05:42.591Z | Downloaded derive_more v2.1.1 |
| 918 | 2026-04-21T16:05:42.591Z | Downloaded progenitor v0.10.0 |
| 919 | 2026-04-21T16:05:42.591Z | Downloaded proc-macro-error2 v2.0.1 |
| 920 | 2026-04-21T16:05:42.591Z | Downloaded rfc6979 v0.4.0 |
| 921 | 2026-04-21T16:05:42.591Z | Downloaded recursive v0.1.1 |
| 922 | 2026-04-21T16:05:42.591Z | Downloaded parking_lot_core v0.9.12 |
| 923 | 2026-04-21T16:05:42.591Z | Downloaded parking_lot v0.12.5 |
| 924 | 2026-04-21T16:05:42.591Z | Downloaded predicates v3.1.4 |
| 925 | 2026-04-21T16:05:42.591Z | Downloaded ref-cast v1.0.25 |
| 926 | 2026-04-21T16:05:42.591Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-04-21T16:05:42.591Z | Downloaded progenitor v0.11.2 |
| 928 | 2026-04-21T16:05:42.591Z | Downloaded ref-cast-impl v1.0.25 |
| 929 | 2026-04-21T16:05:42.591Z | Downloaded ppv-lite86 v0.2.21 |
| 930 | 2026-04-21T16:05:42.591Z | Downloaded poly1305 v0.8.0 |
| 931 | 2026-04-21T16:05:42.591Z | Downloaded parking_lot v0.11.2 |
| 932 | 2026-04-21T16:05:42.591Z | Downloaded progenitor v0.13.0 |
| 933 | 2026-04-21T16:05:42.591Z | Downloaded polyval v0.6.2 |
| 934 | 2026-04-21T16:05:42.591Z | Downloaded pin-project-lite v0.2.17 |
| 935 | 2026-04-21T16:05:42.591Z | Downloaded russh-cryptovec v0.7.3 |
| 936 | 2026-04-21T16:05:42.591Z | Downloaded rustc-hash v2.1.1 |
| 937 | 2026-04-21T16:05:42.591Z | Downloaded rustc_version v0.4.1 |
| 938 | 2026-04-21T16:05:42.591Z | Downloaded rustc_version v0.1.7 |
| 939 | 2026-04-21T16:05:42.591Z | Downloaded progenitor-extras v0.1.1 |
| 940 | 2026-04-21T16:05:42.591Z | Downloaded progenitor-client v0.13.0 |
| 941 | 2026-04-21T16:05:42.591Z | Downloaded password-hash v0.5.0 |
| 942 | 2026-04-21T16:05:42.591Z | Downloaded indicatif v0.18.4 |
| 943 | 2026-04-21T16:05:42.591Z | Downloaded rand_core v0.10.0 |
| 944 | 2026-04-21T16:05:42.591Z | Downloaded r2d2 v0.8.10 |
| 945 | 2026-04-21T16:05:42.591Z | Downloaded ignore v0.4.25 |
| 946 | 2026-04-21T16:05:42.592Z | Downloaded heapless v0.7.17 |
| 947 | 2026-04-21T16:05:42.592Z | Downloaded der v0.7.10 |
| 948 | 2026-04-21T16:05:42.592Z | Downloaded rand_seeder v0.4.0 |
| 949 | 2026-04-21T16:05:42.592Z | Downloaded expectorate v1.2.0 |
| 950 | 2026-04-21T16:05:42.592Z | Downloaded diesel_derives v2.3.7 |
| 951 | 2026-04-21T16:05:42.592Z | Downloaded pkcs1 v0.7.5 |
| 952 | 2026-04-21T16:05:42.592Z | Downloaded postgres-types v0.2.12 |
| 953 | 2026-04-21T16:05:42.592Z | Downloaded p256 v0.13.2 |
| 954 | 2026-04-21T16:05:42.592Z | Downloaded aes v0.8.4 |
| 955 | 2026-04-21T16:05:42.592Z | Downloaded rand_core v0.6.4 |
| 956 | 2026-04-21T16:05:42.592Z | Downloaded rand_core v0.9.5 |
| 957 | 2026-04-21T16:05:42.592Z | Downloaded pkcs5 v0.7.1 |
| 958 | 2026-04-21T16:05:42.600Z | Downloaded rand_chacha v0.9.0 |
| 959 | 2026-04-21T16:05:42.600Z | Downloaded derive_more-impl v2.1.1 |
| 960 | 2026-04-21T16:05:42.600Z | Downloaded salsa20 v0.10.2 |
| 961 | 2026-04-21T16:05:42.600Z | Downloaded same-file v1.0.6 |
| 962 | 2026-04-21T16:05:42.600Z | Downloaded papergrid v0.17.0 |
| 963 | 2026-04-21T16:05:42.600Z | Downloaded resolv-conf v0.7.6 |
| 964 | 2026-04-21T16:05:42.600Z | Downloaded flate2 v1.1.9 |
| 965 | 2026-04-21T16:05:42.600Z | Downloaded secrecy v0.8.0 |
| 966 | 2026-04-21T16:05:42.600Z | Downloaded scroll_derive v0.13.1 |
| 967 | 2026-04-21T16:05:42.600Z | Downloaded scopeguard v1.2.0 |
| 968 | 2026-04-21T16:05:42.600Z | Downloaded scheduled-thread-pool v0.2.7 |
| 969 | 2026-04-21T16:05:42.600Z | Downloaded postcard v1.1.3 |
| 970 | 2026-04-21T16:05:42.600Z | Downloaded oso v0.27.3 |
| 971 | 2026-04-21T16:05:42.600Z | Downloaded postgres-protocol v0.6.10 |
| 972 | 2026-04-21T16:05:42.600Z | Downloaded crossterm v0.28.1 |
| 973 | 2026-04-21T16:05:42.600Z | Downloaded async-compression v0.4.41 |
| 974 | 2026-04-21T16:05:42.600Z | Downloaded serde-big-array v0.5.1 |
| 975 | 2026-04-21T16:05:42.600Z | Downloaded serde_bytes v0.11.19 |
| 976 | 2026-04-21T16:05:42.600Z | Downloaded seq-macro v0.3.6 |
| 977 | 2026-04-21T16:05:42.600Z | Downloaded miniz_oxide v0.8.9 |
| 978 | 2026-04-21T16:05:42.600Z | Downloaded secrecy v0.10.3 |
| 979 | 2026-04-21T16:05:42.600Z | Downloaded serde_plain v1.0.2 |
| 980 | 2026-04-21T16:05:42.600Z | Downloaded psm v0.1.30 |
| 981 | 2026-04-21T16:05:42.600Z | Downloaded pin-project v1.1.11 |
| 982 | 2026-04-21T16:05:42.600Z | Downloaded quinn-udp v0.5.14 |
| 983 | 2026-04-21T16:05:42.600Z | Downloaded rustls-pemfile v2.2.0 |
| 984 | 2026-04-21T16:05:42.600Z | Downloaded futures v0.3.32 |
| 985 | 2026-04-21T16:05:42.600Z | Downloaded shell-words v1.1.1 |
| 986 | 2026-04-21T16:05:42.600Z | Downloaded sha1 v0.10.6 |
| 987 | 2026-04-21T16:05:42.600Z | Downloaded signature v2.2.0 |
| 988 | 2026-04-21T16:05:42.600Z | Downloaded rustls-native-certs v0.8.3 |
| 989 | 2026-04-21T16:05:42.600Z | Downloaded dropshot-api-manager v0.6.0 |
| 990 | 2026-04-21T16:05:42.600Z | Downloaded serde_repr v0.1.20 |
| 991 | 2026-04-21T16:05:42.600Z | Downloaded darling_core v0.23.0 |
| 992 | 2026-04-21T16:05:42.600Z | Downloaded jiff-static v0.2.21 |
| 993 | 2026-04-21T16:05:42.600Z | Downloaded rustls-pemfile v1.0.4 |
| 994 | 2026-04-21T16:05:42.601Z | Downloaded darling v0.20.11 |
| 995 | 2026-04-21T16:05:42.601Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-04-21T16:05:42.601Z | Downloaded signal-hook-mio v0.2.5 |
| 997 | 2026-04-21T16:05:42.601Z | Downloaded siphasher v1.0.2 |
| 998 | 2026-04-21T16:05:42.601Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-04-21T16:05:42.601Z | Downloaded serde_urlencoded v0.7.1 |
| 1000 | 2026-04-21T16:05:42.601Z | Downloaded sigpipe v0.1.3 |
| 1001 | 2026-04-21T16:05:42.601Z | Downloaded rusty-fork v0.3.1 |
| 1002 | 2026-04-21T16:05:42.601Z | Downloaded elliptic-curve v0.13.8 |
| 1003 | 2026-04-21T16:05:42.601Z | Downloaded sapling-renderdag v0.1.0 |
| 1004 | 2026-04-21T16:05:42.601Z | Downloaded rustversion v1.0.22 |
| 1005 | 2026-04-21T16:05:42.601Z | Downloaded dropshot_endpoint v0.16.7 |
| 1006 | 2026-04-21T16:05:42.601Z | Downloaded password-hash v0.4.2 |
| 1007 | 2026-04-21T16:05:42.601Z | Downloaded compact_str v0.8.1 |
| 1008 | 2026-04-21T16:05:42.601Z | Downloaded scroll v0.13.0 |
| 1009 | 2026-04-21T16:05:42.601Z | Downloaded schemars_derive v0.8.22 |
| 1010 | 2026-04-21T16:05:42.601Z | Downloaded scrypt v0.11.0 |
| 1011 | 2026-04-21T16:05:42.601Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1012 | 2026-04-21T16:05:42.601Z | Downloaded hyper-staticfile v0.10.1 |
| 1013 | 2026-04-21T16:05:42.601Z | Downloaded globset v0.4.18 |
| 1014 | 2026-04-21T16:05:42.601Z | Downloaded md5 v0.7.0 |
| 1015 | 2026-04-21T16:05:42.601Z | Downloaded ingot v0.1.1 |
| 1016 | 2026-04-21T16:05:42.601Z | Downloaded sct v0.7.1 |
| 1017 | 2026-04-21T16:05:42.601Z | Downloaded hickory-resolver v0.25.2 |
| 1018 | 2026-04-21T16:05:42.601Z | Downloaded progenitor-impl v0.10.0 |
| 1019 | 2026-04-21T16:05:42.601Z | Downloaded const_format_proc_macros v0.2.34 |
| 1020 | 2026-04-21T16:05:42.601Z | Downloaded sqlparser_derive v0.5.0 |
| 1021 | 2026-04-21T16:05:42.601Z | Downloaded ssh-encoding v0.2.0 |
| 1022 | 2026-04-21T16:05:42.601Z | Downloaded semver v0.1.20 |
| 1023 | 2026-04-21T16:05:42.601Z | Downloaded ssh-cipher v0.2.0 |
| 1024 | 2026-04-21T16:05:42.601Z | Downloaded sec1 v0.7.3 |
| 1025 | 2026-04-21T16:05:42.601Z | Downloaded bitflags v1.3.2 |
| 1026 | 2026-04-21T16:05:42.601Z | Downloaded serde-hex v0.1.0 |
| 1027 | 2026-04-21T16:05:42.601Z | Downloaded serde_path_to_error v0.1.20 |
| 1028 | 2026-04-21T16:05:42.601Z | Downloaded russh-keys v0.45.0 |
| 1029 | 2026-04-21T16:05:42.601Z | Downloaded serde_spanned v1.0.4 |
| 1030 | 2026-04-21T16:05:42.601Z | Downloaded serde_derive_internals v0.29.1 |
| 1031 | 2026-04-21T16:05:42.601Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-04-21T16:05:42.601Z | Downloaded strum v0.26.3 |
| 1033 | 2026-04-21T16:05:42.602Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-04-21T16:05:42.602Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1035 | 2026-04-21T16:05:42.602Z | Downloaded strum v0.27.2 |
| 1036 | 2026-04-21T16:05:42.602Z | Downloaded hickory-resolver v0.24.4 |
| 1037 | 2026-04-21T16:05:42.602Z | Downloaded shlex v1.3.0 |
| 1038 | 2026-04-21T16:05:42.602Z | Downloaded prefix-trie v0.7.0 |
| 1039 | 2026-04-21T16:05:42.602Z | Downloaded hickory-server v0.25.2 |
| 1040 | 2026-04-21T16:05:42.602Z | Downloaded slog-envlogger v2.2.0 |
| 1041 | 2026-04-21T16:05:42.602Z | Downloaded signal-hook-registry v1.4.8 |
| 1042 | 2026-04-21T16:05:42.602Z | Downloaded slab v0.4.12 |
| 1043 | 2026-04-21T16:05:42.602Z | Downloaded simd-adler32 v0.3.8 |
| 1044 | 2026-04-21T16:05:42.602Z | Downloaded sync-ptr v0.1.4 |
| 1045 | 2026-04-21T16:05:42.602Z | Downloaded slog-term v2.9.2 |
| 1046 | 2026-04-21T16:05:42.602Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2026-04-21T16:05:42.602Z | Downloaded slog-scope v4.4.1 |
| 1048 | 2026-04-21T16:05:42.602Z | Downloaded slog-dtrace v0.3.0 |
| 1049 | 2026-04-21T16:05:42.602Z | Downloaded supports-color v3.0.2 |
| 1050 | 2026-04-21T16:05:42.602Z | Downloaded rcgen v0.12.1 |
| 1051 | 2026-04-21T16:05:42.602Z | Downloaded hyper-util v0.1.20 |
| 1052 | 2026-04-21T16:05:42.602Z | Downloaded subtle v2.6.1 |
| 1053 | 2026-04-21T16:05:42.602Z | Downloaded smallvec v0.6.14 |
| 1054 | 2026-04-21T16:05:42.602Z | Downloaded smf v0.2.3 |
| 1055 | 2026-04-21T16:05:42.602Z | Downloaded tabled_derive v0.11.0 |
| 1056 | 2026-04-21T16:05:42.602Z | Downloaded slog-json v2.6.1 |
| 1057 | 2026-04-21T16:05:42.602Z | Downloaded openssl-sys v0.9.111 |
| 1058 | 2026-04-21T16:05:42.606Z | Downloaded minimal-lexical v0.2.1 |
| 1059 | 2026-04-21T16:05:42.606Z | Downloaded prettyplease v0.2.37 |
| 1060 | 2026-04-21T16:05:42.606Z | Downloaded snafu-derive v0.8.9 |
| 1061 | 2026-04-21T16:05:42.606Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-04-21T16:05:42.606Z | Downloaded termtree v0.5.1 |
| 1063 | 2026-04-21T16:05:42.606Z | Downloaded thread-id v5.1.0 |
| 1064 | 2026-04-21T16:05:42.606Z | Downloaded progenitor-impl v0.13.0 |
| 1065 | 2026-04-21T16:05:42.606Z | Downloaded tap v1.0.1 |
| 1066 | 2026-04-21T16:05:42.606Z | Downloaded take_mut v0.2.2 |
| 1067 | 2026-04-21T16:05:42.606Z | Downloaded tagptr v0.2.0 |
| 1068 | 2026-04-21T16:05:42.606Z | Downloaded tabwriter v1.4.1 |
| 1069 | 2026-04-21T16:05:42.607Z | Downloaded serde_cbor v0.11.2 |
| 1070 | 2026-04-21T16:05:42.607Z | Downloaded spki v0.7.3 |
| 1071 | 2026-04-21T16:05:42.607Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1072 | 2026-04-21T16:05:42.607Z | Downloaded stringprep v0.1.5 |
| 1073 | 2026-04-21T16:05:42.607Z | Downloaded progenitor-impl v0.11.2 |
| 1074 | 2026-04-21T16:05:42.607Z | Downloaded string_cache v0.8.9 |
| 1075 | 2026-04-21T16:05:42.607Z | Downloaded stacker v0.1.23 |
| 1076 | 2026-04-21T16:05:42.607Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2026-04-21T16:05:42.607Z | Downloaded itertools v0.10.5 |
| 1078 | 2026-04-21T16:05:42.607Z | Downloaded rustls-pki-types v1.14.0 |
| 1079 | 2026-04-21T16:05:42.607Z | Downloaded hashbrown v0.13.2 |
| 1080 | 2026-04-21T16:05:42.607Z | Downloaded static_assertions v1.1.0 |
| 1081 | 2026-04-21T16:05:42.607Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1082 | 2026-04-21T16:05:42.607Z | Downloaded time-core v0.1.8 |
| 1083 | 2026-04-21T16:05:42.607Z | Downloaded strum_macros v0.26.4 |
| 1084 | 2026-04-21T16:05:42.607Z | Downloaded strum_macros v0.24.3 |
| 1085 | 2026-04-21T16:05:42.607Z | Downloaded tokio-macros v2.7.0 |
| 1086 | 2026-04-21T16:05:42.607Z | Downloaded rayon-core v1.13.0 |
| 1087 | 2026-04-21T16:05:42.607Z | Downloaded hashbrown v0.12.3 |
| 1088 | 2026-04-21T16:05:42.607Z | Downloaded http v1.4.0 |
| 1089 | 2026-04-21T16:05:42.607Z | Downloaded sync_wrapper v1.0.2 |
| 1090 | 2026-04-21T16:05:42.607Z | Downloaded mio v1.2.0 |
| 1091 | 2026-04-21T16:05:42.607Z | Downloaded nom v7.1.3 |
| 1092 | 2026-04-21T16:05:42.607Z | Downloaded slog-async v2.8.0 |
| 1093 | 2026-04-21T16:05:42.607Z | Downloaded ryu v1.0.23 |
| 1094 | 2026-04-21T16:05:42.607Z | Downloaded support-bundle-viewer v0.1.2 |
| 1095 | 2026-04-21T16:05:42.607Z | Downloaded spin v0.9.8 |
| 1096 | 2026-04-21T16:05:42.611Z | Downloaded pretty_assertions v1.4.1 |
| 1097 | 2026-04-21T16:05:42.611Z | Downloaded termios v0.3.3 |
| 1098 | 2026-04-21T16:05:42.615Z | Downloaded rand v0.8.5 |
| 1099 | 2026-04-21T16:05:42.618Z | Downloaded sqlformat v0.3.5 |
| 1100 | 2026-04-21T16:05:42.622Z | Downloaded publicsuffix v2.3.0 |
| 1101 | 2026-04-21T16:05:42.625Z | Downloaded tiny-keccak v2.0.2 |
| 1102 | 2026-04-21T16:05:42.629Z | Downloaded try-lock v0.2.5 |
| 1103 | 2026-04-21T16:05:42.629Z | Downloaded tower-layer v0.3.3 |
| 1104 | 2026-04-21T16:05:42.630Z | Downloaded topological-sort v0.2.2 |
| 1105 | 2026-04-21T16:05:42.630Z | Downloaded trait-variant v0.1.2 |
| 1106 | 2026-04-21T16:05:42.633Z | Downloaded tower-service v0.3.3 |
| 1107 | 2026-04-21T16:05:42.633Z | Downloaded thread_local v1.1.9 |
| 1108 | 2026-04-21T16:05:42.636Z | Downloaded hashbrown v0.15.5 |
| 1109 | 2026-04-21T16:05:42.641Z | Downloaded signal-hook v0.3.18 |
| 1110 | 2026-04-21T16:05:42.644Z | Downloaded serde_with_macros v3.17.0 |
| 1111 | 2026-04-21T16:05:42.644Z | Downloaded num-bigint v0.4.6 |
| 1112 | 2026-04-21T16:05:42.647Z | Downloaded iddqd v0.3.17 |
| 1113 | 2026-04-21T16:05:42.650Z | Downloaded tokio-native-tls v0.3.1 |
| 1114 | 2026-04-21T16:05:42.650Z | Downloaded tokio-dtrace v0.1.1 |
| 1115 | 2026-04-21T16:05:42.654Z | Downloaded tls_codec_derive v0.4.2 |
| 1116 | 2026-04-21T16:05:42.654Z | Downloaded tls_codec v0.4.2 |
| 1117 | 2026-04-21T16:05:42.654Z | Downloaded thiserror-no-std v2.0.2 |
| 1118 | 2026-04-21T16:05:42.658Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1119 | 2026-04-21T16:05:42.663Z | Downloaded qorb v0.4.1 |
| 1120 | 2026-04-21T16:05:42.663Z | Downloaded tokio-rustls v0.25.0 |
| 1121 | 2026-04-21T16:05:42.666Z | Downloaded tokio-tungstenite v0.23.1 |
| 1122 | 2026-04-21T16:05:42.669Z | Downloaded typify-macro v0.4.3 |
| 1123 | 2026-04-21T16:05:42.669Z | Downloaded libxml v0.3.3 |
| 1124 | 2026-04-21T16:05:42.673Z | Downloaded untrusted v0.7.1 |
| 1125 | 2026-04-21T16:05:42.673Z | Downloaded unit-prefix v0.5.2 |
| 1126 | 2026-04-21T16:05:42.673Z | Downloaded unarray v0.1.4 |
| 1127 | 2026-04-21T16:05:42.676Z | Downloaded slog v2.8.2 |
| 1128 | 2026-04-21T16:05:42.676Z | Downloaded usdt v0.6.0 |
| 1129 | 2026-04-21T16:05:42.680Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-04-21T16:05:42.680Z | Downloaded socket2 v0.5.10 |
| 1131 | 2026-04-21T16:05:42.680Z | Downloaded schemars v0.8.22 |
| 1132 | 2026-04-21T16:05:42.687Z | Downloaded utf-8 v0.7.6 |
| 1133 | 2026-04-21T16:05:42.690Z | Downloaded unicode-truncate v1.1.0 |
| 1134 | 2026-04-21T16:05:42.690Z | Downloaded tokio-tungstenite v0.21.0 |
| 1135 | 2026-04-21T16:05:42.690Z | Downloaded untrusted v0.9.0 |
| 1136 | 2026-04-21T16:05:42.693Z | Downloaded strum_macros v0.27.2 |
| 1137 | 2026-04-21T16:05:42.693Z | Downloaded usdt-macro v0.6.0 |
| 1138 | 2026-04-21T16:05:42.693Z | Downloaded usdt-attr-macro v0.6.0 |
| 1139 | 2026-04-21T16:05:42.697Z | Downloaded schemars v0.9.0 |
| 1140 | 2026-04-21T16:05:42.701Z | Downloaded rand v0.10.0 |
| 1141 | 2026-04-21T16:05:42.704Z | Downloaded rsa v0.9.10 |
| 1142 | 2026-04-21T16:05:42.707Z | Downloaded time-macros v0.2.27 |
| 1143 | 2026-04-21T16:05:42.710Z | Downloaded itertools v0.13.0 |
| 1144 | 2026-04-21T16:05:42.714Z | Downloaded term v1.2.1 |
| 1145 | 2026-04-21T16:05:42.718Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1146 | 2026-04-21T16:05:42.718Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1147 | 2026-04-21T16:05:42.718Z | Downloaded term v0.7.0 |
| 1148 | 2026-04-21T16:05:42.721Z | Downloaded socket2 v0.6.3 |
| 1149 | 2026-04-21T16:05:42.721Z | Downloaded void v1.0.2 |
| 1150 | 2026-04-21T16:05:42.721Z | Downloaded itertools v0.12.1 |
| 1151 | 2026-04-21T16:05:42.725Z | Downloaded want v0.3.1 |
| 1152 | 2026-04-21T16:05:42.728Z | Downloaded waitgroup v0.1.2 |
| 1153 | 2026-04-21T16:05:42.728Z | Downloaded wait-timeout v0.2.1 |
| 1154 | 2026-04-21T16:05:42.728Z | Downloaded futures-util v0.3.32 |
| 1155 | 2026-04-21T16:05:42.735Z | Downloaded tokio-rustls v0.26.4 |
| 1156 | 2026-04-21T16:05:42.740Z | Downloaded tui-tree-widget v0.23.1 |
| 1157 | 2026-04-21T16:05:42.740Z | Downloaded unicase v2.9.0 |
| 1158 | 2026-04-21T16:05:42.740Z | Downloaded typify-macro v0.6.1 |
| 1159 | 2026-04-21T16:05:42.740Z | Downloaded tokio-rustls v0.24.1 |
| 1160 | 2026-04-21T16:05:42.743Z | Downloaded iri-string v0.7.10 |
| 1161 | 2026-04-21T16:05:42.749Z | Downloaded xshell-macros v0.2.7 |
| 1162 | 2026-04-21T16:05:42.749Z | Downloaded xattr v1.6.1 |
| 1163 | 2026-04-21T16:05:42.749Z | Downloaded ron v0.8.1 |
| 1164 | 2026-04-21T16:05:42.753Z | Downloaded similar v2.7.0 |
| 1165 | 2026-04-21T16:05:42.753Z | Downloaded snafu v0.8.9 |
| 1166 | 2026-04-21T16:05:42.757Z | Downloaded num-bigint-dig v0.8.6 |
| 1167 | 2026-04-21T16:05:42.761Z | Downloaded uzers v0.12.2 |
| 1168 | 2026-04-21T16:05:42.761Z | Downloaded itertools v0.14.0 |
| 1169 | 2026-04-21T16:05:42.765Z | Downloaded zeroize_derive v1.4.3 |
| 1170 | 2026-04-21T16:05:42.765Z | Downloaded vergen-lib v0.1.6 |
| 1171 | 2026-04-21T16:05:42.768Z | Downloaded subprocess v0.2.15 |
| 1172 | 2026-04-21T16:05:42.769Z | Downloaded tokio-stream v0.1.18 |
| 1173 | 2026-04-21T16:05:42.772Z | Downloaded samael v0.0.19 |
| 1174 | 2026-04-21T16:05:42.775Z | Downloaded tinyvec v1.10.0 |
| 1175 | 2026-04-21T16:05:42.775Z | Downloaded rand v0.9.2 |
| 1176 | 2026-04-21T16:05:42.778Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1177 | 2026-04-21T16:05:42.779Z | Downloaded zone v0.3.1 |
| 1178 | 2026-04-21T16:05:42.782Z | Downloaded rustls-webpki v0.103.9 |
| 1179 | 2026-04-21T16:05:42.782Z | Downloaded zone_cfg_derive v0.3.1 |
| 1180 | 2026-04-21T16:05:42.782Z | Downloaded vergen-git2 v1.0.7 |
| 1181 | 2026-04-21T16:05:42.785Z | Downloaded twox-hash v2.1.2 |
| 1182 | 2026-04-21T16:05:42.785Z | Downloaded blake3 v1.8.3 |
| 1183 | 2026-04-21T16:05:42.789Z | Downloaded usdt-impl v0.6.0 |
| 1184 | 2026-04-21T16:05:42.803Z | Downloaded test-strategy v0.4.5 |
| 1185 | 2026-04-21T16:05:42.803Z | Downloaded whoami v2.1.0 |
| 1186 | 2026-04-21T16:05:42.803Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1187 | 2026-04-21T16:05:42.803Z | Downloaded vergen-gitcl v1.0.8 |
| 1188 | 2026-04-21T16:05:42.803Z | Downloaded walkdir v2.5.0 |
| 1189 | 2026-04-21T16:05:42.806Z | Downloaded quinn v0.11.9 |
| 1190 | 2026-04-21T16:05:42.806Z | Downloaded h2 v0.4.13 |
| 1191 | 2026-04-21T16:05:42.810Z | Downloaded toml v0.7.8 |
| 1192 | 2026-04-21T16:05:42.813Z | Downloaded xshell v0.2.7 |
| 1193 | 2026-04-21T16:05:42.818Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-04-21T16:05:42.825Z | Downloaded vergen v9.0.6 |
| 1195 | 2026-04-21T16:05:42.828Z | Downloaded libm v0.2.16 |
| 1196 | 2026-04-21T16:05:42.833Z | Downloaded hkdf v0.12.4 |
| 1197 | 2026-04-21T16:05:42.837Z | Downloaded wyz v0.5.1 |
| 1198 | 2026-04-21T16:05:42.837Z | Downloaded tracing-attributes v0.1.31 |
| 1199 | 2026-04-21T16:05:42.840Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-04-21T16:05:42.840Z | Downloaded zeroize v1.8.2 |
| 1201 | 2026-04-21T16:05:42.840Z | Downloaded unicode-properties v0.1.4 |
| 1202 | 2026-04-21T16:05:42.843Z | Downloaded schemars v1.2.1 |
| 1203 | 2026-04-21T16:05:42.849Z | Downloaded zstd-safe v7.2.4 |
| 1204 | 2026-04-21T16:05:42.852Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1205 | 2026-04-21T16:05:42.853Z | Downloaded p521 v0.13.3 |
| 1206 | 2026-04-21T16:05:42.856Z | Downloaded hyper v1.8.1 |
| 1207 | 2026-04-21T16:05:42.859Z | Downloaded vsss-rs v3.3.4 |
| 1208 | 2026-04-21T16:05:42.862Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1209 | 2026-04-21T16:05:42.865Z | Downloaded rpassword v7.4.0 |
| 1210 | 2026-04-21T16:05:42.869Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-04-21T16:05:42.879Z | Downloaded tar v0.4.45 |
| 1212 | 2026-04-21T16:05:42.882Z | Downloaded steno v0.4.1 |
| 1213 | 2026-04-21T16:05:42.886Z | Downloaded yasna v0.5.2 |
| 1214 | 2026-04-21T16:05:42.886Z | Downloaded tungstenite v0.23.0 |
| 1215 | 2026-04-21T16:05:42.889Z | Downloaded russh v0.45.0 |
| 1216 | 2026-04-21T16:05:42.892Z | Downloaded typify v0.6.1 |
| 1217 | 2026-04-21T16:05:42.895Z | Downloaded typify v0.4.3 |
| 1218 | 2026-04-21T16:05:42.898Z | Downloaded aws-lc-rs v1.16.0 |
| 1219 | 2026-04-21T16:05:42.912Z | Downloaded zerocopy v0.6.6 |
| 1220 | 2026-04-21T16:05:42.918Z | Downloaded zstd v0.13.3 |
| 1221 | 2026-04-21T16:05:42.921Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1222 | 2026-04-21T16:05:42.925Z | Downloaded unicode-bidi v0.3.18 |
| 1223 | 2026-04-21T16:05:42.932Z | Downloaded bitvec v1.0.1 |
| 1224 | 2026-04-21T16:05:42.940Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-04-21T16:05:42.944Z | Downloaded uuid v1.23.0 |
| 1226 | 2026-04-21T16:05:42.948Z | Downloaded vte v0.14.1 |
| 1227 | 2026-04-21T16:05:42.948Z | Downloaded tungstenite v0.21.0 |
| 1228 | 2026-04-21T16:05:42.951Z | Downloaded zopfli v0.8.3 |
| 1229 | 2026-04-21T16:05:42.954Z | Downloaded chrono v0.4.44 |
| 1230 | 2026-04-21T16:05:42.961Z | Downloaded tokio-postgres v0.7.16 |
| 1231 | 2026-04-21T16:05:42.965Z | Downloaded rustyline v14.0.0 |
| 1232 | 2026-04-21T16:05:42.971Z | Downloaded p384 v0.13.1 |
| 1233 | 2026-04-21T16:05:42.979Z | Downloaded toml_edit v0.19.15 |
| 1234 | 2026-04-21T16:05:42.990Z | Downloaded zip v0.6.6 |
| 1235 | 2026-04-21T16:05:42.995Z | Downloaded ssh-key v0.6.7 |
| 1236 | 2026-04-21T16:05:42.999Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-04-21T16:05:43.004Z | Downloaded reedline v0.40.0 |
| 1238 | 2026-04-21T16:05:43.015Z | Downloaded yansi v1.0.1 |
| 1239 | 2026-04-21T16:05:43.018Z | Downloaded zerocopy-derive v0.8.40 |
| 1240 | 2026-04-21T16:05:43.022Z | Downloaded unicode_categories v0.1.1 |
| 1241 | 2026-04-21T16:05:43.029Z | Downloaded reqwest v0.13.2 |
| 1242 | 2026-04-21T16:05:43.032Z | Downloaded reqwest v0.12.28 |
| 1243 | 2026-04-21T16:05:43.036Z | Downloaded regex v1.12.3 |
| 1244 | 2026-04-21T16:05:43.039Z | Downloaded rustls-webpki v0.101.7 |
| 1245 | 2026-04-21T16:05:43.047Z | Downloaded x509-cert v0.2.5 |
| 1246 | 2026-04-21T16:05:43.051Z | Downloaded salty v0.3.0 |
| 1247 | 2026-04-21T16:05:43.065Z | Downloaded portable-atomic v1.13.1 |
| 1248 | 2026-04-21T16:05:43.077Z | Downloaded quick-xml v0.37.5 |
| 1249 | 2026-04-21T16:05:43.081Z | Downloaded tokio-util v0.7.18 |
| 1250 | 2026-04-21T16:05:43.093Z | Downloaded typed-path v0.9.3 |
| 1251 | 2026-04-21T16:05:43.096Z | Downloaded lalrpop v0.19.12 |
| 1252 | 2026-04-21T16:05:43.106Z | Downloaded serde_with v3.17.0 |
| 1253 | 2026-04-21T16:05:43.110Z | Downloaded goblin v0.10.5 |
| 1254 | 2026-04-21T16:05:43.113Z | Downloaded tower v0.5.3 |
| 1255 | 2026-04-21T16:05:43.118Z | Downloaded moka v0.12.13 |
| 1256 | 2026-04-21T16:05:43.123Z | Downloaded proptest v1.10.0 |
| 1257 | 2026-04-21T16:05:43.162Z | Downloaded tower-http v0.6.8 |
| 1258 | 2026-04-21T16:05:43.162Z | Downloaded object v0.30.4 |
| 1259 | 2026-04-21T16:05:43.162Z | Downloaded unicode-segmentation v1.12.0 |
| 1260 | 2026-04-21T16:05:43.162Z | Downloaded tough v0.20.0 |
| 1261 | 2026-04-21T16:05:43.166Z | Downloaded git2 v0.20.4 |
| 1262 | 2026-04-21T16:05:43.166Z | Downloaded rustls-webpki v0.102.8 |
| 1263 | 2026-04-21T16:05:43.176Z | Downloaded zip v4.6.1 |
| 1264 | 2026-04-21T16:05:43.180Z | Downloaded unicode-normalization v0.1.25 |
| 1265 | 2026-04-21T16:05:43.183Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-04-21T16:05:43.199Z | Downloaded petname v2.0.2 |
| 1267 | 2026-04-21T16:05:43.202Z | Downloaded openssl v0.10.75 |
| 1268 | 2026-04-21T16:05:43.208Z | Downloaded winnow v0.6.26 |
| 1269 | 2026-04-21T16:05:43.213Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-04-21T16:05:43.217Z | Downloaded nix v0.27.1 |
| 1271 | 2026-04-21T16:05:43.223Z | Downloaded nix v0.29.0 |
| 1272 | 2026-04-21T16:05:43.235Z | Downloaded quinn-proto v0.11.13 |
| 1273 | 2026-04-21T16:05:43.253Z | Downloaded curve25519-dalek v4.1.3 |
| 1274 | 2026-04-21T16:05:43.266Z | Downloaded nix v0.28.0 |
| 1275 | 2026-04-21T16:05:43.266Z | Downloaded rustls v0.21.12 |
| 1276 | 2026-04-21T16:05:43.266Z | Downloaded radix_trie v0.2.1 |
| 1277 | 2026-04-21T16:05:43.273Z | Downloaded polar-core v0.27.3 |
| 1278 | 2026-04-21T16:05:43.273Z | Downloaded smoltcp v0.9.1 |
| 1279 | 2026-04-21T16:05:43.281Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-04-21T16:05:43.285Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-04-21T16:05:43.300Z | Downloaded time v0.3.47 |
| 1282 | 2026-04-21T16:05:43.321Z | Downloaded object v0.37.3 |
| 1283 | 2026-04-21T16:05:43.381Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-04-21T16:05:43.381Z | Downloaded dropshot v0.17.0 |
| 1285 | 2026-04-21T16:05:43.381Z | Downloaded vcpkg v0.2.15 |
| 1286 | 2026-04-21T16:05:43.381Z | Downloaded dropshot v0.16.7 |
| 1287 | 2026-04-21T16:05:43.402Z | Downloaded rustls v0.23.37 |
| 1288 | 2026-04-21T16:05:43.402Z | Downloaded webpki-roots v1.0.6 |
| 1289 | 2026-04-21T16:05:43.403Z | Downloaded zerocopy v0.8.40 |
| 1290 | 2026-04-21T16:05:43.410Z | Downloaded rustls v0.22.4 |
| 1291 | 2026-04-21T16:05:43.410Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-04-21T16:05:43.415Z | Downloaded smoltcp v0.11.0 |
| 1293 | 2026-04-21T16:05:43.422Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-04-21T16:05:43.433Z | Downloaded diesel v2.3.7 |
| 1295 | 2026-04-21T16:05:43.446Z | Downloaded regress v0.10.5 |
| 1296 | 2026-04-21T16:05:43.452Z | Downloaded regex-syntax v0.8.10 |
| 1297 | 2026-04-21T16:05:43.456Z | Downloaded hickory-proto v0.24.4 |
| 1298 | 2026-04-21T16:05:43.465Z | Downloaded regex-syntax v0.6.29 |
| 1299 | 2026-04-21T16:05:43.469Z | Downloaded sqlparser v0.61.0 |
| 1300 | 2026-04-21T16:05:43.475Z | Downloaded nix v0.31.2 |
| 1301 | 2026-04-21T16:05:43.510Z | Downloaded sled v0.34.7 |
| 1302 | 2026-04-21T16:05:43.517Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-04-21T16:05:43.530Z | Downloaded typify-impl v0.6.1 |
| 1304 | 2026-04-21T16:05:43.539Z | Downloaded typify-impl v0.4.3 |
| 1305 | 2026-04-21T16:05:43.548Z | Downloaded ratatui v0.29.0 |
| 1306 | 2026-04-21T16:05:43.561Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1307 | 2026-04-21T16:05:43.568Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-04-21T16:05:43.580Z | Downloaded zerocopy-derive v0.6.6 |
| 1309 | 2026-04-21T16:05:43.595Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-04-21T16:05:43.616Z | Downloaded petgraph v0.6.5 |
| 1311 | 2026-04-21T16:05:43.628Z | Downloaded petgraph v0.8.3 |
| 1312 | 2026-04-21T16:05:43.642Z | Downloaded libz-sys v1.1.24 |
| 1313 | 2026-04-21T16:05:43.656Z | Downloaded csv v1.4.0 |
| 1314 | 2026-04-21T16:05:43.669Z | Downloaded chrono-tz v0.10.4 |
| 1315 | 2026-04-21T16:05:43.680Z | Downloaded sha3 v0.10.8 |
| 1316 | 2026-04-21T16:05:43.699Z | Downloaded encoding_rs v0.8.35 |
| 1317 | 2026-04-21T16:05:43.712Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1318 | 2026-04-21T16:05:43.738Z | Downloaded tokio v1.52.1 |
| 1319 | 2026-04-21T16:05:43.869Z | Downloaded ring v0.17.14 |
| 1320 | 2026-04-21T16:05:43.904Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1321 | 2026-04-21T16:05:44.543Z | Downloaded aws-lc-sys v0.37.1 |
| 1322 | 2026-04-21T16:05:44.802Z | Compiling libc v0.2.185 |
| 1323 | 2026-04-21T16:05:44.802Z | Compiling serde v1.0.228 |
| 1324 | 2026-04-21T16:05:44.807Z | Compiling shlex v1.3.0 |
| 1325 | 2026-04-21T16:05:44.807Z | Compiling find-msvc-tools v0.1.9 |
| 1326 | 2026-04-21T16:05:44.807Z | Compiling log v0.4.29 |
| 1327 | 2026-04-21T16:05:44.807Z | Compiling smallvec v1.15.1 |
| 1328 | 2026-04-21T16:05:44.807Z | Compiling typenum v1.19.0 |
| 1329 | 2026-04-21T16:05:44.807Z | Compiling subtle v2.6.1 |
| 1330 | 2026-04-21T16:05:44.950Z | Compiling generic-array v0.14.7 |
| 1331 | 2026-04-21T16:05:44.956Z | Compiling scopeguard v1.2.0 |
| 1332 | 2026-04-21T16:05:44.960Z | Compiling const-oid v0.9.6 |
| 1333 | 2026-04-21T16:05:45.012Z | Compiling portable-atomic v1.13.1 |
| 1334 | 2026-04-21T16:05:45.033Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-04-21T16:05:45.046Z | Compiling syn v2.0.117 |
| 1336 | 2026-04-21T16:05:45.058Z | Compiling critical-section v1.2.0 |
| 1337 | 2026-04-21T16:05:45.090Z | Compiling serde_json v1.0.149 |
| 1338 | 2026-04-21T16:05:45.139Z | Compiling lock_api v0.4.14 |
| 1339 | 2026-04-21T16:05:45.156Z | Compiling parking_lot_core v0.9.12 |
| 1340 | 2026-04-21T16:05:45.171Z | Compiling pin-project-lite v0.2.17 |
| 1341 | 2026-04-21T16:05:45.221Z | Compiling pkg-config v0.3.32 |
| 1342 | 2026-04-21T16:05:45.327Z | Compiling bitflags v2.11.0 |
| 1343 | 2026-04-21T16:05:45.330Z | Compiling libm v0.2.16 |
| 1344 | 2026-04-21T16:05:45.331Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-04-21T16:05:45.388Z | Compiling futures-core v0.3.32 |
| 1346 | 2026-04-21T16:05:45.410Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-04-21T16:05:45.444Z | Compiling allocator-api2 v0.2.21 |
| 1348 | 2026-04-21T16:05:45.508Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-04-21T16:05:45.571Z | Compiling cpufeatures v0.2.17 |
| 1350 | 2026-04-21T16:05:45.590Z | Compiling foldhash v0.2.0 |
| 1351 | 2026-04-21T16:05:45.673Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-04-21T16:05:45.685Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-04-21T16:05:45.685Z | Compiling getrandom v0.4.1 |
| 1354 | 2026-04-21T16:05:45.685Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-04-21T16:05:45.726Z | Compiling slab v0.4.12 |
| 1356 | 2026-04-21T16:05:45.793Z | Compiling hashbrown v0.16.1 |
| 1357 | 2026-04-21T16:05:45.825Z | Compiling rand_core v0.10.0 |
| 1358 | 2026-04-21T16:05:45.841Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-04-21T16:05:45.863Z | Compiling getrandom v0.3.4 |
| 1360 | 2026-04-21T16:05:45.902Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-04-21T16:05:45.902Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-04-21T16:05:45.930Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-04-21T16:05:45.930Z | Compiling dunce v1.0.5 |
| 1364 | 2026-04-21T16:05:45.948Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-04-21T16:05:46.026Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-04-21T16:05:46.036Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-04-21T16:05:46.052Z | Compiling errno v0.3.14 |
| 1368 | 2026-04-21T16:05:46.088Z | Compiling mio v1.2.0 |
| 1369 | 2026-04-21T16:05:46.106Z | Compiling socket2 v0.6.3 |
| 1370 | 2026-04-21T16:05:46.227Z | Compiling rand_core v0.6.4 |
| 1371 | 2026-04-21T16:05:46.244Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-04-21T16:05:46.244Z | Compiling signal-hook-registry v1.4.8 |
| 1373 | 2026-04-21T16:05:46.289Z | Compiling cc v1.2.56 |
| 1374 | 2026-04-21T16:05:46.326Z | Compiling parking_lot v0.12.5 |
| 1375 | 2026-04-21T16:05:46.393Z | Compiling indexmap v2.13.0 |
| 1376 | 2026-04-21T16:05:46.408Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-04-21T16:05:46.434Z | Compiling flagset v0.4.7 |
| 1378 | 2026-04-21T16:05:46.450Z | Compiling iana-time-zone v0.1.65 |
| 1379 | 2026-04-21T16:05:46.486Z | Compiling rustix v1.1.3 |
| 1380 | 2026-04-21T16:05:46.559Z | Compiling uuid v1.23.0 |
| 1381 | 2026-04-21T16:05:46.573Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-04-21T16:05:46.589Z | Compiling aws-lc-rs v1.16.0 |
| 1383 | 2026-04-21T16:05:46.607Z | Compiling vcpkg v0.2.15 |
| 1384 | 2026-04-21T16:05:46.685Z | Compiling regex-syntax v0.8.10 |
| 1385 | 2026-04-21T16:05:46.749Z | Compiling tracing-core v0.1.36 |
| 1386 | 2026-04-21T16:05:46.764Z | Compiling httparse v1.10.1 |
| 1387 | 2026-04-21T16:05:46.767Z | Compiling schemars v0.8.22 |
| 1388 | 2026-04-21T16:05:46.884Z | Compiling rand_core v0.9.5 |
| 1389 | 2026-04-21T16:05:46.932Z | Compiling base64 v0.22.1 |
| 1390 | 2026-04-21T16:05:46.949Z | Compiling untrusted v0.7.1 |
| 1391 | 2026-04-21T16:05:46.953Z | Compiling untrusted v0.9.0 |
| 1392 | 2026-04-21T16:05:46.983Z | Compiling openssl-probe v0.2.1 |
| 1393 | 2026-04-21T16:05:47.042Z | Compiling cmake v0.1.57 |
| 1394 | 2026-04-21T16:05:47.098Z | Compiling try-lock v0.2.5 |
| 1395 | 2026-04-21T16:05:47.102Z | Compiling rustls v0.23.37 |
| 1396 | 2026-04-21T16:05:47.130Z | Compiling tower-layer v0.3.3 |
| 1397 | 2026-04-21T16:05:47.205Z | Compiling dyn-clone v1.0.20 |
| 1398 | 2026-04-21T16:05:47.230Z | Compiling tinyvec_macros v0.1.1 |
| 1399 | 2026-04-21T16:05:47.241Z | Compiling atomic-waker v1.1.2 |
| 1400 | 2026-04-21T16:05:47.248Z | Compiling tower-service v0.3.3 |
| 1401 | 2026-04-21T16:05:47.305Z | Compiling tinyvec v1.10.0 |
| 1402 | 2026-04-21T16:05:47.321Z | Compiling want v0.3.1 |
| 1403 | 2026-04-21T16:05:47.329Z | Compiling spin v0.9.8 |
| 1404 | 2026-04-21T16:05:47.329Z | Compiling aho-corasick v1.1.4 |
| 1405 | 2026-04-21T16:05:47.356Z | Compiling foreign-types-shared v0.1.1 |
| 1406 | 2026-04-21T16:05:47.371Z | Compiling httpdate v1.0.3 |
| 1407 | 2026-04-21T16:05:47.381Z | Compiling time-core v0.1.8 |
| 1408 | 2026-04-21T16:05:47.385Z | Compiling num-conv v0.2.0 |
| 1409 | 2026-04-21T16:05:47.433Z | Compiling pin-utils v0.1.0 |
| 1410 | 2026-04-21T16:05:47.523Z | Compiling crc32fast v1.5.0 |
| 1411 | 2026-04-21T16:05:47.548Z | Compiling openssl v0.10.75 |
| 1412 | 2026-04-21T16:05:47.564Z | Compiling powerfmt v0.2.0 |
| 1413 | 2026-04-21T16:05:47.581Z | Compiling foreign-types v0.3.2 |
| 1414 | 2026-04-21T16:05:47.596Z | Compiling socket2 v0.5.10 |
| 1415 | 2026-04-21T16:05:47.614Z | Compiling wait-timeout v0.2.1 |
| 1416 | 2026-04-21T16:05:47.618Z | Compiling num_threads v0.1.7 |
| 1417 | 2026-04-21T16:05:47.650Z | Compiling time-macros v0.2.27 |
| 1418 | 2026-04-21T16:05:47.650Z | Compiling native-tls v0.2.18 |
| 1419 | 2026-04-21T16:05:47.678Z | Compiling simd-adler32 v0.3.8 |
| 1420 | 2026-04-21T16:05:47.718Z | Compiling quick-error v1.2.3 |
| 1421 | 2026-04-21T16:05:47.761Z | Compiling deranged v0.5.8 |
| 1422 | 2026-04-21T16:05:47.778Z | Compiling usdt-impl v0.6.0 |
| 1423 | 2026-04-21T16:05:47.812Z | Compiling crossbeam-utils v0.8.21 |
| 1424 | 2026-04-21T16:05:47.837Z | Compiling syn v1.0.109 |
| 1425 | 2026-04-21T16:05:47.867Z | Compiling siphasher v1.0.2 |
| 1426 | 2026-04-21T16:05:47.894Z | Compiling bit-vec v0.8.0 |
| 1427 | 2026-04-21T16:05:47.933Z | Compiling unicode-normalization v0.1.25 |
| 1428 | 2026-04-21T16:05:48.010Z | Compiling rand_xorshift v0.4.0 |
| 1429 | 2026-04-21T16:05:48.082Z | Compiling aws-lc-sys v0.37.1 |
| 1430 | 2026-04-21T16:05:48.096Z | Compiling ring v0.17.14 |
| 1431 | 2026-04-21T16:05:48.112Z | Compiling openssl-sys v0.9.111 |
| 1432 | 2026-04-21T16:05:48.129Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1433 | 2026-04-21T16:05:48.176Z | Compiling synstructure v0.13.2 |
| 1434 | 2026-04-21T16:05:48.194Z | Compiling serde_derive_internals v0.29.1 |
| 1435 | 2026-04-21T16:05:48.217Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-04-21T16:05:48.234Z | Compiling darling_core v0.20.11 |
| 1437 | 2026-04-21T16:05:48.324Z | Compiling tempfile v3.25.0 |
| 1438 | 2026-04-21T16:05:48.494Z | Compiling regex-automata v0.4.14 |
| 1439 | 2026-04-21T16:05:48.561Z | Compiling rusty-fork v0.3.1 |
| 1440 | 2026-04-21T16:05:48.769Z | Compiling darling_core v0.21.3 |
| 1441 | 2026-04-21T16:05:48.859Z | Compiling bit-set v0.8.0 |
| 1442 | 2026-04-21T16:05:48.913Z | Compiling time v0.3.47 |
| 1443 | 2026-04-21T16:05:48.929Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1444 | 2026-04-21T16:05:48.933Z | Compiling slog v2.8.2 |
| 1445 | 2026-04-21T16:05:49.043Z | Compiling heapless v0.7.17 |
| 1446 | 2026-04-21T16:05:49.058Z | Compiling thread-id v5.1.0 |
| 1447 | 2026-04-21T16:05:49.167Z | Compiling sync_wrapper v1.0.2 |
| 1448 | 2026-04-21T16:05:49.182Z | Compiling cookie v0.18.1 |
| 1449 | 2026-04-21T16:05:49.209Z | Compiling anyhow v1.0.102 |
| 1450 | 2026-04-21T16:05:49.262Z | Compiling signal-hook v0.3.18 |
| 1451 | 2026-04-21T16:05:49.296Z | Compiling unarray v0.1.4 |
| 1452 | 2026-04-21T16:05:49.335Z | Compiling unicode-bidi v0.3.18 |
| 1453 | 2026-04-21T16:05:49.380Z | Compiling unicode-properties v0.1.4 |
| 1454 | 2026-04-21T16:05:49.395Z | Compiling paste v1.0.15 |
| 1455 | 2026-04-21T16:05:49.412Z | Compiling adler2 v2.0.1 |
| 1456 | 2026-04-21T16:05:49.431Z | Compiling zstd-safe v7.2.4 |
| 1457 | 2026-04-21T16:05:49.557Z | Compiling miniz_oxide v0.8.9 |
| 1458 | 2026-04-21T16:05:49.680Z | Compiling num-integer v0.1.46 |
| 1459 | 2026-04-21T16:05:49.768Z | Compiling stringprep v0.1.5 |
| 1460 | 2026-04-21T16:05:49.848Z | Compiling vergen-lib v0.1.6 |
| 1461 | 2026-04-21T16:05:49.942Z | Compiling curve25519-dalek v4.1.3 |
| 1462 | 2026-04-21T16:05:50.086Z | Compiling ff v0.13.1 |
| 1463 | 2026-04-21T16:05:50.094Z | Compiling hash32 v0.2.1 |
| 1464 | 2026-04-21T16:05:50.094Z | Compiling serde_derive v1.0.228 |
| 1465 | 2026-04-21T16:05:50.201Z | Compiling zeroize_derive v1.4.3 |
| 1466 | 2026-04-21T16:05:50.227Z | Compiling zerofrom-derive v0.1.6 |
| 1467 | 2026-04-21T16:05:50.250Z | Compiling yoke-derive v0.8.1 |
| 1468 | 2026-04-21T16:05:50.276Z | Compiling zerocopy-derive v0.8.40 |
| 1469 | 2026-04-21T16:05:50.309Z | Compiling zerovec-derive v0.11.2 |
| 1470 | 2026-04-21T16:05:50.324Z | Compiling displaydoc v0.2.5 |
| 1471 | 2026-04-21T16:05:50.411Z | Compiling tokio-macros v2.7.0 |
| 1472 | 2026-04-21T16:05:50.663Z | Compiling futures-macro v0.3.32 |
| 1473 | 2026-04-21T16:05:50.787Z | Compiling der_derive v0.7.3 |
| 1474 | 2026-04-21T16:05:50.937Z | Compiling zeroize v1.8.2 |
| 1475 | 2026-04-21T16:05:51.175Z | Compiling thiserror-impl v2.0.18 |
| 1476 | 2026-04-21T16:05:51.232Z | Compiling rustls-pki-types v1.14.0 |
| 1477 | 2026-04-21T16:05:51.545Z | Compiling tracing-attributes v0.1.31 |
| 1478 | 2026-04-21T16:05:51.561Z | Compiling pest_derive v2.8.6 |
| 1479 | 2026-04-21T16:05:51.577Z | Compiling schemars_derive v0.8.22 |
| 1480 | 2026-04-21T16:05:51.591Z | Compiling futures-util v0.3.32 |
| 1481 | 2026-04-21T16:05:51.726Z | Compiling crypto-common v0.1.7 |
| 1482 | 2026-04-21T16:05:51.759Z | Compiling block-buffer v0.10.4 |
| 1483 | 2026-04-21T16:05:51.777Z | Compiling zerofrom v0.1.6 |
| 1484 | 2026-04-21T16:05:51.854Z | Compiling block-padding v0.3.3 |
| 1485 | 2026-04-21T16:05:51.907Z | Compiling yoke v0.8.1 |
| 1486 | 2026-04-21T16:05:51.939Z | Compiling digest v0.10.7 |
| 1487 | 2026-04-21T16:05:51.956Z | Compiling der v0.7.10 |
| 1488 | 2026-04-21T16:05:52.046Z | Compiling inout v0.1.4 |
| 1489 | 2026-04-21T16:05:53.065Z | Compiling scroll_derive v0.13.1 |
| 1490 | 2026-04-21T16:05:53.069Z | Compiling zerovec v0.11.5 |
| 1491 | 2026-04-21T16:05:53.069Z | Compiling zerotrie v0.2.3 |
| 1492 | 2026-04-21T16:05:53.069Z | Compiling hmac v0.12.1 |
| 1493 | 2026-04-21T16:05:53.069Z | Compiling cipher v0.4.4 |
| 1494 | 2026-04-21T16:05:53.069Z | Compiling sha2 v0.10.9 |
| 1495 | 2026-04-21T16:05:53.069Z | Compiling pbkdf2 v0.12.2 |
| 1496 | 2026-04-21T16:05:53.069Z | Compiling tinystr v0.8.2 |
| 1497 | 2026-04-21T16:05:53.069Z | Compiling potential_utf v0.1.4 |
| 1498 | 2026-04-21T16:05:53.069Z | Compiling salsa20 v0.10.2 |
| 1499 | 2026-04-21T16:05:53.069Z | Compiling aes v0.8.4 |
| 1500 | 2026-04-21T16:05:53.069Z | Compiling icu_locale_core v2.1.1 |
| 1501 | 2026-04-21T16:05:53.069Z | Compiling icu_collections v2.1.1 |
| 1502 | 2026-04-21T16:05:53.069Z | Compiling spki v0.7.3 |
| 1503 | 2026-04-21T16:05:53.070Z | Compiling scrypt v0.11.0 |
| 1504 | 2026-04-21T16:05:53.070Z | Compiling cbc v0.1.2 |
| 1505 | 2026-04-21T16:05:53.070Z | Compiling thiserror v2.0.18 |
| 1506 | 2026-04-21T16:05:53.070Z | Compiling tracing v0.1.44 |
| 1507 | 2026-04-21T16:05:53.246Z | Compiling scroll v0.13.0 |
| 1508 | 2026-04-21T16:05:53.250Z | Compiling darling_macro v0.20.11 |
| 1509 | 2026-04-21T16:05:53.301Z | Compiling openssl-macros v0.1.1 |
| 1510 | 2026-04-21T16:05:53.317Z | Compiling pkcs5 v0.7.1 |
| 1511 | 2026-04-21T16:05:53.361Z | Compiling dtrace-parser v0.3.0 |
| 1512 | 2026-04-21T16:05:53.502Z | Compiling goblin v0.10.5 |
| 1513 | 2026-04-21T16:05:53.554Z | Compiling signature v2.2.0 |
| 1514 | 2026-04-21T16:05:53.763Z | Compiling icu_provider v2.1.1 |
| 1515 | 2026-04-21T16:05:53.771Z | Compiling pkcs8 v0.10.2 |
| 1516 | 2026-04-21T16:05:53.803Z | Compiling bytes v1.11.1 |
| 1517 | 2026-04-21T16:05:53.824Z | Compiling chrono v0.4.44 |
| 1518 | 2026-04-21T16:05:53.838Z | Compiling ipnet v2.11.0 |
| 1519 | 2026-04-21T16:05:53.894Z | Compiling darling v0.20.11 |
| 1520 | 2026-04-21T16:05:53.995Z | Compiling derive_builder_core v0.20.2 |
| 1521 | 2026-04-21T16:05:54.028Z | Compiling icu_normalizer v2.1.1 |
| 1522 | 2026-04-21T16:05:54.044Z | Compiling icu_properties v2.1.2 |
| 1523 | 2026-04-21T16:05:54.094Z | Compiling rustls-native-certs v0.8.3 |
| 1524 | 2026-04-21T16:05:54.109Z | Compiling thiserror-impl v1.0.69 |
| 1525 | 2026-04-21T16:05:54.126Z | Compiling scroll_derive v0.12.1 |
| 1526 | 2026-04-21T16:05:54.167Z | Compiling erased-serde v0.3.31 |
| 1527 | 2026-04-21T16:05:54.399Z | Compiling tokio v1.52.1 |
| 1528 | 2026-04-21T16:05:54.421Z | Compiling http v1.4.0 |
| 1529 | 2026-04-21T16:05:54.464Z | Compiling serde_tokenstream v0.2.3 |
| 1530 | 2026-04-21T16:05:54.604Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-04-21T16:05:54.688Z | Compiling toml_datetime v0.6.11 |
| 1532 | 2026-04-21T16:05:54.771Z | Compiling md-5 v0.10.6 |
| 1533 | 2026-04-21T16:05:54.817Z | Compiling webpki-roots v1.0.6 |
| 1534 | 2026-04-21T16:05:54.839Z | Compiling scroll v0.12.0 |
| 1535 | 2026-04-21T16:05:54.929Z | Compiling ppv-lite86 v0.2.21 |
| 1536 | 2026-04-21T16:05:54.962Z | Compiling idna_adapter v1.2.1 |
| 1537 | 2026-04-21T16:05:54.978Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-04-21T16:05:54.998Z | Compiling darling_macro v0.21.3 |
| 1539 | 2026-04-21T16:05:55.076Z | Compiling zerocopy-derive v0.7.35 |
| 1540 | 2026-04-21T16:05:55.092Z | Compiling idna v1.1.0 |
| 1541 | 2026-04-21T16:05:55.128Z | Compiling http-body v1.0.1 |
| 1542 | 2026-04-21T16:05:55.134Z | Compiling memoffset v0.9.1 |
| 1543 | 2026-04-21T16:05:55.222Z | Compiling rand_chacha v0.9.0 |
| 1544 | 2026-04-21T16:05:55.263Z | Compiling http-body-util v0.1.3 |
| 1545 | 2026-04-21T16:05:55.292Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-04-21T16:05:55.312Z | Compiling litrs v1.0.0 |
| 1547 | 2026-04-21T16:05:55.373Z | Compiling smoltcp v0.9.1 |
| 1548 | 2026-04-21T16:05:55.419Z | Compiling url v2.5.8 |
| 1549 | 2026-04-21T16:05:55.473Z | Compiling rand v0.9.2 |
| 1550 | 2026-04-21T16:05:55.509Z | Compiling thiserror v1.0.69 |
| 1551 | 2026-04-21T16:05:55.535Z | Compiling rustix v0.38.44 |
| 1552 | 2026-04-21T16:05:55.551Z | Compiling zlib-rs v0.6.2 |
| 1553 | 2026-04-21T16:05:55.642Z | Compiling psl-types v2.0.11 |
| 1554 | 2026-04-21T16:05:55.771Z | Compiling cfg_aliases v0.2.1 |
| 1555 | 2026-04-21T16:05:55.787Z | Compiling num-bigint-dig v0.8.6 |
| 1556 | 2026-04-21T16:05:55.792Z | Compiling fallible-iterator v0.2.0 |
| 1557 | 2026-04-21T16:05:55.861Z | Compiling ryu v1.0.23 |
| 1558 | 2026-04-21T16:05:55.875Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-04-21T16:05:55.898Z | Compiling iri-string v0.7.10 |
| 1560 | 2026-04-21T16:05:55.960Z | Compiling base16ct v0.2.0 |
| 1561 | 2026-04-21T16:05:55.996Z | Compiling zerocopy v0.7.35 |
| 1562 | 2026-04-21T16:05:56.037Z | Compiling serde_urlencoded v0.7.1 |
| 1563 | 2026-04-21T16:05:56.066Z | Compiling proptest v1.10.0 |
| 1564 | 2026-04-21T16:05:56.143Z | Compiling sec1 v0.7.3 |
| 1565 | 2026-04-21T16:05:56.160Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-04-21T16:05:56.271Z | Compiling dof v0.4.0 |
| 1567 | 2026-04-21T16:05:56.308Z | Compiling nix v0.31.2 |
| 1568 | 2026-04-21T16:05:56.323Z | Compiling document-features v0.2.12 |
| 1569 | 2026-04-21T16:05:56.473Z | Compiling publicsuffix v2.3.0 |
| 1570 | 2026-04-21T16:05:56.521Z | Compiling darling v0.21.3 |
| 1571 | 2026-04-21T16:05:56.584Z | Compiling rand v0.8.5 |
| 1572 | 2026-04-21T16:05:56.625Z | Compiling derive_builder v0.20.2 |
| 1573 | 2026-04-21T16:05:56.676Z | Compiling goblin v0.8.2 |
| 1574 | 2026-04-21T16:05:56.715Z | Compiling ipnetwork v0.21.1 |
| 1575 | 2026-04-21T16:05:56.764Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-04-21T16:05:56.781Z | Compiling cargo-platform v0.1.9 |
| 1577 | 2026-04-21T16:05:56.961Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-04-21T16:05:56.976Z | Compiling hkdf v0.12.4 |
| 1579 | 2026-04-21T16:05:57.140Z | Compiling crypto-bigint v0.5.5 |
| 1580 | 2026-04-21T16:05:57.162Z | Compiling regex v1.12.3 |
| 1581 | 2026-04-21T16:05:57.351Z | Compiling group v0.13.0 |
| 1582 | 2026-04-21T16:05:57.398Z | Compiling strum_macros v0.27.2 |
| 1583 | 2026-04-21T16:05:57.470Z | Compiling async-trait v0.1.89 |
| 1584 | 2026-04-21T16:05:57.509Z | Compiling ref-cast-impl v1.0.25 |
| 1585 | 2026-04-21T16:05:57.530Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1586 | 2026-04-21T16:05:57.601Z | Compiling daft-derive v0.1.5 |
| 1587 | 2026-04-21T16:05:57.708Z | Compiling num-iter v0.1.45 |
| 1588 | 2026-04-21T16:05:57.902Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-04-21T16:05:57.936Z | Compiling phf_shared v0.13.1 |
| 1590 | 2026-04-21T16:05:58.070Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-04-21T16:05:58.102Z | Compiling vergen v9.0.6 |
| 1592 | 2026-04-21T16:05:58.133Z | Compiling fs-err v3.3.0 |
| 1593 | 2026-04-21T16:05:58.182Z | Compiling ahash v0.8.12 |
| 1594 | 2026-04-21T16:05:58.215Z | Compiling managed v0.8.0 |
| 1595 | 2026-04-21T16:05:58.231Z | Compiling bitflags v1.3.2 |
| 1596 | 2026-04-21T16:05:58.235Z | Compiling winnow v0.5.40 |
| 1597 | 2026-04-21T16:05:58.321Z | Compiling tokio-util v0.7.18 |
| 1598 | 2026-04-21T16:05:58.338Z | Compiling tower v0.5.3 |
| 1599 | 2026-04-21T16:05:58.365Z | Compiling tokio-native-tls v0.3.1 |
| 1600 | 2026-04-21T16:05:58.375Z | Compiling object v0.37.3 |
| 1601 | 2026-04-21T16:05:58.426Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-04-21T16:05:58.446Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-04-21T16:05:58.460Z | Compiling newtype-uuid v1.3.2 |
| 1604 | 2026-04-21T16:05:58.564Z | Compiling flate2 v1.1.9 |
| 1605 | 2026-04-21T16:05:58.600Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-04-21T16:05:58.721Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-04-21T16:05:58.727Z | Compiling daft v0.1.5 |
| 1608 | 2026-04-21T16:05:58.845Z | Compiling tower-http v0.6.8 |
| 1609 | 2026-04-21T16:05:58.866Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-04-21T16:05:58.899Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-04-21T16:05:58.916Z | Compiling clap_builder v4.5.60 |
| 1612 | 2026-04-21T16:05:58.997Z | Compiling dof v0.3.0 |
| 1613 | 2026-04-21T16:05:59.158Z | Compiling h2 v0.4.13 |
| 1614 | 2026-04-21T16:05:59.302Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-04-21T16:05:59.417Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2026-04-21T16:05:59.477Z | Compiling phf v0.13.1 |
| 1617 | 2026-04-21T16:05:59.531Z | Compiling strum v0.27.2 |
| 1618 | 2026-04-21T16:05:59.626Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-04-21T16:05:59.663Z | Compiling signal-hook-mio v0.2.5 |
| 1620 | 2026-04-21T16:05:59.696Z | Compiling usdt-macro v0.6.0 |
| 1621 | 2026-04-21T16:05:59.784Z | Compiling usdt-attr-macro v0.6.0 |
| 1622 | 2026-04-21T16:05:59.799Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-04-21T16:05:59.814Z | Compiling cookie_store v0.22.1 |
| 1624 | 2026-04-21T16:05:59.859Z | Compiling hubpack v0.1.2 |
| 1625 | 2026-04-21T16:05:59.877Z | Compiling bzip2 v0.4.4 |
| 1626 | 2026-04-21T16:06:00.125Z | Compiling serde_with_macros v3.17.0 |
| 1627 | 2026-04-21T16:06:00.144Z | Compiling zstd v0.13.3 |
| 1628 | 2026-04-21T16:06:00.187Z | Compiling postgres-types v0.2.12 |
| 1629 | 2026-04-21T16:06:00.502Z | Compiling dtrace-parser v0.2.0 |
| 1630 | 2026-04-21T16:06:00.540Z | Compiling pkcs1 v0.7.5 |
| 1631 | 2026-04-21T16:06:00.620Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-04-21T16:06:00.637Z | Compiling hex v0.4.3 |
| 1633 | 2026-04-21T16:06:00.757Z | Compiling serde-big-array v0.5.1 |
| 1634 | 2026-04-21T16:06:00.880Z | Compiling rfc6979 v0.4.0 |
| 1635 | 2026-04-21T16:06:00.928Z | Compiling bstr v1.12.1 |
| 1636 | 2026-04-21T16:06:00.945Z | Compiling strum_macros v0.26.4 |
| 1637 | 2026-04-21T16:06:00.978Z | Compiling clap_derive v4.5.55 |
| 1638 | 2026-04-21T16:06:01.031Z | Compiling serde_repr v0.1.20 |
| 1639 | 2026-04-21T16:06:01.307Z | Compiling enum-as-inner v0.6.1 |
| 1640 | 2026-04-21T16:06:01.321Z | Compiling phf_shared v0.11.3 |
| 1641 | 2026-04-21T16:06:01.417Z | Compiling float-cmp v0.10.0 |
| 1642 | 2026-04-21T16:06:01.547Z | Compiling thread-id v4.2.2 |
| 1643 | 2026-04-21T16:06:01.572Z | Compiling memmap2 v0.9.10 |
| 1644 | 2026-04-21T16:06:01.593Z | Compiling env_filter v1.0.0 |
| 1645 | 2026-04-21T16:06:01.619Z | Compiling encoding_rs v0.8.35 |
| 1646 | 2026-04-21T16:06:01.638Z | Compiling data-encoding v2.10.0 |
| 1647 | 2026-04-21T16:06:01.657Z | Compiling either v1.15.0 |
| 1648 | 2026-04-21T16:06:01.676Z | Compiling difflib v0.4.0 |
| 1649 | 2026-04-21T16:06:01.821Z | Compiling new_debug_unreachable v1.0.6 |
| 1650 | 2026-04-21T16:06:01.879Z | Compiling fixedbitset v0.4.2 |
| 1651 | 2026-04-21T16:06:01.899Z | Compiling mime v0.3.17 |
| 1652 | 2026-04-21T16:06:01.915Z | Compiling keccak v0.1.6 |
| 1653 | 2026-04-21T16:06:01.939Z | Compiling rustc-hash v2.1.1 |
| 1654 | 2026-04-21T16:06:02.090Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-04-21T16:06:02.133Z | Compiling whoami v2.1.0 |
| 1656 | 2026-04-21T16:06:02.154Z | Compiling normalize-line-endings v0.3.0 |
| 1657 | 2026-04-21T16:06:02.202Z | Compiling fixedbitset v0.5.7 |
| 1658 | 2026-04-21T16:06:02.276Z | Compiling static_assertions v1.1.0 |
| 1659 | 2026-04-21T16:06:02.289Z | Compiling precomputed-hash v0.1.1 |
| 1660 | 2026-04-21T16:06:02.305Z | Compiling jiff v0.2.21 |
| 1661 | 2026-04-21T16:06:02.382Z | Compiling hyper v1.8.1 |
| 1662 | 2026-04-21T16:06:02.399Z | Compiling string_cache v0.8.9 |
| 1663 | 2026-04-21T16:06:02.399Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1664 | 2026-04-21T16:06:02.495Z | Compiling petgraph v0.8.3 |
| 1665 | 2026-04-21T16:06:02.559Z | Compiling tokio-postgres v0.7.16 |
| 1666 | 2026-04-21T16:06:02.589Z | Compiling toml_edit v0.22.27 |
| 1667 | 2026-04-21T16:06:02.655Z | Compiling predicates v3.1.4 |
| 1668 | 2026-04-21T16:06:02.706Z | Compiling sha3 v0.10.8 |
| 1669 | 2026-04-21T16:06:02.819Z | Compiling iddqd v0.3.17 |
| 1670 | 2026-04-21T16:06:02.836Z | Compiling strum v0.26.3 |
| 1671 | 2026-04-21T16:06:02.927Z | Compiling clap v4.5.60 |
| 1672 | 2026-04-21T16:06:02.995Z | Compiling petgraph v0.6.5 |
| 1673 | 2026-04-21T16:06:03.029Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-04-21T16:06:03.213Z | Compiling itertools v0.13.0 |
| 1675 | 2026-04-21T16:06:03.310Z | Compiling env_logger v0.11.9 |
| 1676 | 2026-04-21T16:06:03.370Z | Compiling usdt v0.6.0 |
| 1677 | 2026-04-21T16:06:03.523Z | Compiling usdt-impl v0.5.0 |
| 1678 | 2026-04-21T16:06:03.684Z | Compiling hyper-util v0.1.20 |
| 1679 | 2026-04-21T16:06:03.701Z | Compiling serde_with v3.17.0 |
| 1680 | 2026-04-21T16:06:04.041Z | Compiling crossterm v0.28.1 |
| 1681 | 2026-04-21T16:06:04.148Z | Compiling similar v2.7.0 |
| 1682 | 2026-04-21T16:06:04.152Z | Compiling toml v0.7.8 |
| 1683 | 2026-04-21T16:06:04.556Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-04-21T16:06:04.591Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-04-21T16:06:04.608Z | Compiling rsa v0.9.10 |
| 1686 | 2026-04-21T16:06:05.010Z | Compiling zip v0.6.6 |
| 1687 | 2026-04-21T16:06:05.112Z | Compiling zip v4.6.1 |
| 1688 | 2026-04-21T16:06:05.262Z | Compiling hyper-tls v0.6.0 |
| 1689 | 2026-04-21T16:06:05.411Z | Compiling tokio-stream v0.1.18 |
| 1690 | 2026-04-21T16:06:05.477Z | Compiling heck v0.4.1 |
| 1691 | 2026-04-21T16:06:05.536Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-04-21T16:06:05.540Z | Compiling buf-list v1.1.2 |
| 1693 | 2026-04-21T16:06:05.540Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1694 | 2026-04-21T16:06:05.636Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-04-21T16:06:05.703Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-04-21T16:06:05.733Z | Compiling sha1 v0.10.6 |
| 1697 | 2026-04-21T16:06:05.752Z | Compiling crossbeam-epoch v0.9.18 |
| 1698 | 2026-04-21T16:06:05.865Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1699 | 2026-04-21T16:06:05.884Z | Compiling peg-runtime v0.8.5 |
| 1700 | 2026-04-21T16:06:05.924Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-04-21T16:06:05.983Z | Compiling thread_local v1.1.9 |
| 1702 | 2026-04-21T16:06:06.110Z | Compiling slog-async v2.8.0 |
| 1703 | 2026-04-21T16:06:06.126Z | Compiling futures-executor v0.3.32 |
| 1704 | 2026-04-21T16:06:06.148Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-04-21T16:06:06.199Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-04-21T16:06:06.216Z | Compiling filetime v0.2.27 |
| 1707 | 2026-04-21T16:06:06.231Z | Compiling xattr v1.6.1 |
| 1708 | 2026-04-21T16:06:06.274Z | Compiling take_mut v0.2.2 |
| 1709 | 2026-04-21T16:06:06.318Z | Compiling term v1.2.1 |
| 1710 | 2026-04-21T16:06:06.411Z | Compiling tar v0.4.45 |
| 1711 | 2026-04-21T16:06:06.429Z | Compiling futures v0.3.32 |
| 1712 | 2026-04-21T16:06:06.663Z | Compiling slog-term v2.9.2 |
| 1713 | 2026-04-21T16:06:22.829Z | Compiling rustls-webpki v0.103.9 |
| 1714 | 2026-04-21T16:06:25.630Z | Compiling tokio-rustls v0.26.4 |
| 1715 | 2026-04-21T16:06:25.630Z | Compiling rustls-platform-verifier v0.6.2 |
| 1716 | 2026-04-21T16:06:25.827Z | Compiling hyper-rustls v0.27.7 |
| 1717 | 2026-04-21T16:06:26.025Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-04-21T16:06:26.025Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-04-21T16:06:28.067Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-04-21T16:06:28.310Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-04-21T16:06:31.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.03s |
| 1722 | 2026-04-21T16:06:31.331Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-04-21T16:06:31.388Z | Apr 21 16:06:30.453 INFO Starting download, target: DendriteStub |
| 1724 | 2026-04-21T16:06:31.388Z | Apr 21 16:06:30.453 INFO Starting download, target: Cockroach |
| 1725 | 2026-04-21T16:06:31.388Z | Apr 21 16:06:30.453 INFO Starting download, target: Clickhouse |
| 1726 | 2026-04-21T16:06:31.391Z | Apr 21 16:06:30.453 INFO Starting download, target: Console |
| 1727 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.453 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.453 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.454 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.454 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.454 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1732 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.454 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1733 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.454 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-04-21T16:06:31.392Z | Apr 21 16:06:30.454 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-04-21T16:06:31.677Z | Apr 21 16:06:30.742 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-04-21T16:06:31.907Z | Apr 21 16:06:30.960 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-04-21T16:06:32.347Z | Apr 21 16:06:31.412 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-04-21T16:06:32.390Z | Apr 21 16:06:31.456 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1739 | 2026-04-21T16:06:32.599Z | Apr 21 16:06:31.657 INFO Download complete, target: Console |
| 1740 | 2026-04-21T16:06:33.082Z | Apr 21 16:06:32.148 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1741 | 2026-04-21T16:06:33.563Z | Apr 21 16:06:32.628 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-04-21T16:06:33.563Z | Apr 21 16:06:32.628 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-04-21T16:06:33.629Z | Apr 21 16:06:32.695 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1744 | 2026-04-21T16:06:34.799Z | Apr 21 16:06:33.864 INFO Download complete, target: DendriteStub |
| 1745 | 2026-04-21T16:06:35.447Z | Apr 21 16:06:34.512 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-04-21T16:06:38.292Z | Apr 21 16:06:37.353 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-04-21T16:06:38.395Z | Apr 21 16:06:37.459 INFO Download complete, target: Cockroach |
| 1748 | 2026-04-21T16:06:40.503Z | Apr 21 16:06:39.567 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-04-21T16:06:40.624Z | Apr 21 16:06:39.689 INFO Download complete, target: Clickhouse |
| 1750 | 2026-04-21T16:06:40.631Z | All prerequisites installed successfully |
| 1751 | 2026-04-21T16:06:40.635Z | |
| 1752 | 2026-04-21T16:06:40.635Z | real 2:50.288073564 |
| 1753 | 2026-04-21T16:06:40.635Z | user 7:30.695568031 |
| 1754 | 2026-04-21T16:06:40.635Z | sys 1:50.445717190 |
| 1755 | 2026-04-21T16:06:40.635Z | trap 0.262512078 |
| 1756 | 2026-04-21T16:06:40.635Z | tflt 1.539167202 |
| 1757 | 2026-04-21T16:06:40.635Z | dflt 2.095478564 |
| 1758 | 2026-04-21T16:06:40.635Z | kflt 0.050473667 |
| 1759 | 2026-04-21T16:06:40.635Z | lock 23:17.250739017 |
| 1760 | 2026-04-21T16:06:40.635Z | slp 20:07.924437340 |
| 1761 | 2026-04-21T16:06:40.635Z | lat 25.967125430 |
| 1762 | 2026-04-21T16:06:40.635Z | stop 3:06.734720494 |
| 1763 | 2026-04-21T16:06:40.635Z | + ptime -m cargo xtask download softnpu |
| 1764 | 2026-04-21T16:06:41.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1765 | 2026-04-21T16:06:41.193Z | Running `target/debug/xtask download softnpu` |
| 1766 | 2026-04-21T16:06:41.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1767 | 2026-04-21T16:06:42.042Z | Running `target/debug/xtask-downloader softnpu` |
| 1768 | 2026-04-21T16:06:42.087Z | Apr 21 16:06:41.148 INFO Starting download, target: Softnpu |
| 1769 | 2026-04-21T16:06:42.092Z | Apr 21 16:06:41.148 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1770 | 2026-04-21T16:06:42.735Z | Apr 21 16:06:41.799 INFO Download complete, target: Softnpu |
| 1771 | 2026-04-21T16:06:42.738Z | |
| 1772 | 2026-04-21T16:06:42.739Z | real 2.100993269 |
| 1773 | 2026-04-21T16:06:42.739Z | user 1.357045696 |
| 1774 | 2026-04-21T16:06:42.739Z | sys 0.683488242 |
| 1775 | 2026-04-21T16:06:42.739Z | trap 0.001348646 |
| 1776 | 2026-04-21T16:06:42.739Z | tflt 0.000064400 |
| 1777 | 2026-04-21T16:06:42.739Z | dflt 0.000433087 |
| 1778 | 2026-04-21T16:06:42.739Z | kflt 0.000000000 |
| 1779 | 2026-04-21T16:06:42.739Z | lock 11.759900242 |
| 1780 | 2026-04-21T16:06:42.739Z | slp 0.495511518 |
| 1781 | 2026-04-21T16:06:42.739Z | lat 0.115361940 |
| 1782 | 2026-04-21T16:06:42.739Z | stop 0.000150784 |
| 1783 | 2026-04-21T16:06:42.742Z | + export CARGO_INCREMENTAL=0 |
| 1784 | 2026-04-21T16:06:42.742Z | + CARGO_INCREMENTAL=0 |
| 1785 | 2026-04-21T16:06:42.742Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1786 | 2026-04-21T16:06:43.654Z | Compiling proc-macro2 v1.0.106 |
| 1787 | 2026-04-21T16:06:43.654Z | Compiling quote v1.0.44 |
| 1788 | 2026-04-21T16:06:43.654Z | Compiling unicode-ident v1.0.24 |
| 1789 | 2026-04-21T16:06:43.654Z | Compiling libc v0.2.185 |
| 1790 | 2026-04-21T16:06:43.659Z | Compiling serde_core v1.0.228 |
| 1791 | 2026-04-21T16:06:43.659Z | Compiling serde v1.0.228 |
| 1792 | 2026-04-21T16:06:43.659Z | Compiling cfg-if v1.0.4 |
| 1793 | 2026-04-21T16:06:43.659Z | Compiling version_check v0.9.5 |
| 1794 | 2026-04-21T16:06:43.659Z | Compiling find-msvc-tools v0.1.9 |
| 1795 | 2026-04-21T16:06:43.802Z | Compiling shlex v1.3.0 |
| 1796 | 2026-04-21T16:06:43.806Z | Compiling typenum v1.19.0 |
| 1797 | 2026-04-21T16:06:43.806Z | Compiling autocfg v1.5.0 |
| 1798 | 2026-04-21T16:06:43.806Z | Compiling zmij v1.0.21 |
| 1799 | 2026-04-21T16:06:43.806Z | Compiling serde_json v1.0.149 |
| 1800 | 2026-04-21T16:06:43.806Z | Compiling memchr v2.8.0 |
| 1801 | 2026-04-21T16:06:43.920Z | Compiling portable-atomic v1.13.1 |
| 1802 | 2026-04-21T16:06:43.969Z | Compiling zerocopy v0.8.40 |
| 1803 | 2026-04-21T16:06:44.115Z | Compiling generic-array v0.14.7 |
| 1804 | 2026-04-21T16:06:44.136Z | Compiling libm v0.2.16 |
| 1805 | 2026-04-21T16:06:44.325Z | Compiling num-traits v0.2.19 |
| 1806 | 2026-04-21T16:06:44.325Z | Compiling smallvec v1.15.1 |
| 1807 | 2026-04-21T16:06:44.333Z | Compiling icu_normalizer_data v2.1.1 |
| 1808 | 2026-04-21T16:06:44.333Z | Compiling parking_lot_core v0.9.12 |
| 1809 | 2026-04-21T16:06:44.378Z | Compiling icu_properties_data v2.1.2 |
| 1810 | 2026-04-21T16:06:44.447Z | Compiling itoa v1.0.17 |
| 1811 | 2026-04-21T16:06:44.480Z | Compiling getrandom v0.4.1 |
| 1812 | 2026-04-21T16:06:44.483Z | Compiling log v0.4.29 |
| 1813 | 2026-04-21T16:06:44.588Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-04-21T16:06:44.611Z | Compiling pkg-config v0.3.32 |
| 1815 | 2026-04-21T16:06:44.660Z | Compiling subtle v2.6.1 |
| 1816 | 2026-04-21T16:06:44.765Z | Compiling jobserver v0.1.34 |
| 1817 | 2026-04-21T16:06:44.769Z | Compiling getrandom v0.2.17 |
| 1818 | 2026-04-21T16:06:44.816Z | Compiling errno v0.3.14 |
| 1819 | 2026-04-21T16:06:44.917Z | Compiling scopeguard v1.2.0 |
| 1820 | 2026-04-21T16:06:44.921Z | Compiling rand_core v0.6.4 |
| 1821 | 2026-04-21T16:06:45.036Z | Compiling cc v1.2.56 |
| 1822 | 2026-04-21T16:06:45.082Z | Compiling lock_api v0.4.14 |
| 1823 | 2026-04-21T16:06:45.165Z | Compiling percent-encoding v2.3.2 |
| 1824 | 2026-04-21T16:06:45.202Z | Compiling litemap v0.8.1 |
| 1825 | 2026-04-21T16:06:45.220Z | Compiling writeable v0.6.2 |
| 1826 | 2026-04-21T16:06:45.253Z | Compiling fnv v1.0.7 |
| 1827 | 2026-04-21T16:06:45.321Z | Compiling syn v2.0.117 |
| 1828 | 2026-04-21T16:06:45.342Z | Compiling thiserror v2.0.18 |
| 1829 | 2026-04-21T16:06:45.415Z | Compiling getrandom v0.3.4 |
| 1830 | 2026-04-21T16:06:45.418Z | Compiling pin-project-lite v0.2.17 |
| 1831 | 2026-04-21T16:06:45.504Z | Compiling critical-section v1.2.0 |
| 1832 | 2026-04-21T16:06:45.570Z | Compiling rustversion v1.0.22 |
| 1833 | 2026-04-21T16:06:45.585Z | Compiling schemars v0.8.22 |
| 1834 | 2026-04-21T16:06:45.602Z | Compiling equivalent v1.0.2 |
| 1835 | 2026-04-21T16:06:45.651Z | Compiling allocator-api2 v0.2.21 |
| 1836 | 2026-04-21T16:06:45.670Z | Compiling rand_core v0.10.0 |
| 1837 | 2026-04-21T16:06:45.724Z | Compiling dunce v1.0.5 |
| 1838 | 2026-04-21T16:06:45.724Z | Compiling fs_extra v1.3.0 |
| 1839 | 2026-04-21T16:06:45.755Z | Compiling foldhash v0.2.0 |
| 1840 | 2026-04-21T16:06:45.844Z | Compiling cmake v0.1.57 |
| 1841 | 2026-04-21T16:06:45.899Z | Compiling utf8_iter v1.0.4 |
| 1842 | 2026-04-21T16:06:45.998Z | Compiling hashbrown v0.16.1 |
| 1843 | 2026-04-21T16:06:46.014Z | Compiling form_urlencoded v1.2.2 |
| 1844 | 2026-04-21T16:06:46.062Z | Compiling once_cell v1.21.3 |
| 1845 | 2026-04-21T16:06:46.220Z | Compiling const-oid v0.9.6 |
| 1846 | 2026-04-21T16:06:46.327Z | Compiling semver v1.0.27 |
| 1847 | 2026-04-21T16:06:46.346Z | Compiling bitflags v2.11.0 |
| 1848 | 2026-04-21T16:06:46.400Z | Compiling ring v0.17.14 |
| 1849 | 2026-04-21T16:06:46.431Z | Compiling aws-lc-sys v0.37.1 |
| 1850 | 2026-04-21T16:06:46.447Z | Compiling signal-hook-registry v1.4.8 |
| 1851 | 2026-04-21T16:06:46.585Z | Compiling indexmap v2.13.0 |
| 1852 | 2026-04-21T16:06:46.621Z | Compiling rustix v1.1.3 |
| 1853 | 2026-04-21T16:06:46.644Z | Compiling parking_lot v0.12.5 |
| 1854 | 2026-04-21T16:06:46.660Z | Compiling socket2 v0.6.3 |
| 1855 | 2026-04-21T16:06:46.678Z | Compiling mio v1.2.0 |
| 1856 | 2026-04-21T16:06:46.694Z | Compiling aws-lc-rs v1.16.0 |
| 1857 | 2026-04-21T16:06:46.830Z | Compiling strsim v0.11.1 |
| 1858 | 2026-04-21T16:06:46.851Z | Compiling futures-core v0.3.32 |
| 1859 | 2026-04-21T16:06:46.920Z | Compiling thiserror v1.0.69 |
| 1860 | 2026-04-21T16:06:46.998Z | Compiling ucd-trie v0.1.7 |
| 1861 | 2026-04-21T16:06:47.017Z | Compiling byteorder v1.5.0 |
| 1862 | 2026-04-21T16:06:47.052Z | Compiling httparse v1.10.1 |
| 1863 | 2026-04-21T16:06:47.183Z | Compiling pest v2.8.6 |
| 1864 | 2026-04-21T16:06:47.244Z | Compiling vcpkg v0.2.15 |
| 1865 | 2026-04-21T16:06:47.278Z | Compiling heck v0.5.0 |
| 1866 | 2026-04-21T16:06:47.293Z | Compiling syn v1.0.109 |
| 1867 | 2026-04-21T16:06:47.311Z | Compiling ident_case v1.0.1 |
| 1868 | 2026-04-21T16:06:47.458Z | Compiling iana-time-zone v0.1.65 |
| 1869 | 2026-04-21T16:06:47.476Z | Compiling uuid v1.23.0 |
| 1870 | 2026-04-21T16:06:47.530Z | Compiling cpufeatures v0.2.17 |
| 1871 | 2026-04-21T16:06:47.651Z | Compiling regex-syntax v0.8.10 |
| 1872 | 2026-04-21T16:06:47.850Z | Compiling rustc_version v0.4.1 |
| 1873 | 2026-04-21T16:06:47.905Z | Compiling openssl-sys v0.9.111 |
| 1874 | 2026-04-21T16:06:47.958Z | Compiling futures-sink v0.3.32 |
| 1875 | 2026-04-21T16:06:47.999Z | Compiling rustls v0.23.37 |
| 1876 | 2026-04-21T16:06:48.098Z | Compiling futures-channel v0.3.32 |
| 1877 | 2026-04-21T16:06:48.165Z | Compiling slab v0.4.12 |
| 1878 | 2026-04-21T16:06:48.169Z | Compiling futures-io v0.3.32 |
| 1879 | 2026-04-21T16:06:48.217Z | Compiling futures-task v0.3.32 |
| 1880 | 2026-04-21T16:06:48.284Z | Compiling synstructure v0.13.2 |
| 1881 | 2026-04-21T16:06:48.301Z | Compiling serde_derive_internals v0.29.1 |
| 1882 | 2026-04-21T16:06:48.402Z | Compiling pest_meta v2.8.6 |
| 1883 | 2026-04-21T16:06:48.439Z | Compiling plain v0.2.3 |
| 1884 | 2026-04-21T16:06:48.458Z | Compiling dyn-clone v1.0.20 |
| 1885 | 2026-04-21T16:06:48.476Z | Compiling aho-corasick v1.1.4 |
| 1886 | 2026-04-21T16:06:48.495Z | Compiling crossbeam-utils v0.8.21 |
| 1887 | 2026-04-21T16:06:48.582Z | Compiling time-core v0.1.8 |
| 1888 | 2026-04-21T16:06:48.599Z | Compiling num-conv v0.2.0 |
| 1889 | 2026-04-21T16:06:48.761Z | Compiling time-macros v0.2.27 |
| 1890 | 2026-04-21T16:06:48.819Z | Compiling openssl v0.10.75 |
| 1891 | 2026-04-21T16:06:48.950Z | Compiling pretty-hex v0.4.1 |
| 1892 | 2026-04-21T16:06:49.004Z | Compiling base64 v0.22.1 |
| 1893 | 2026-04-21T16:06:49.023Z | Compiling pest_generator v2.8.6 |
| 1894 | 2026-04-21T16:06:49.234Z | Compiling base64ct v1.8.3 |
| 1895 | 2026-04-21T16:06:49.250Z | Compiling anyhow v1.0.102 |
| 1896 | 2026-04-21T16:06:49.268Z | Compiling crc32fast v1.5.0 |
| 1897 | 2026-04-21T16:06:49.284Z | Compiling darling_core v0.21.3 |
| 1898 | 2026-04-21T16:06:49.304Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1899 | 2026-04-21T16:06:49.339Z | Compiling native-tls v0.2.18 |
| 1900 | 2026-04-21T16:06:49.551Z | Compiling regex-automata v0.4.14 |
| 1901 | 2026-04-21T16:06:49.570Z | Compiling pem-rfc7468 v0.7.0 |
| 1902 | 2026-04-21T16:06:49.573Z | Compiling flagset v0.4.7 |
| 1903 | 2026-04-21T16:06:49.573Z | Compiling rand_core v0.9.5 |
| 1904 | 2026-04-21T16:06:49.657Z | Compiling serde_derive v1.0.228 |
| 1905 | 2026-04-21T16:06:49.705Z | Compiling zeroize_derive v1.4.3 |
| 1906 | 2026-04-21T16:06:49.722Z | Compiling zerofrom-derive v0.1.6 |
| 1907 | 2026-04-21T16:06:49.745Z | Compiling yoke-derive v0.8.1 |
| 1908 | 2026-04-21T16:06:49.765Z | Compiling zerovec-derive v0.11.2 |
| 1909 | 2026-04-21T16:06:49.802Z | Compiling displaydoc v0.2.5 |
| 1910 | 2026-04-21T16:06:49.832Z | Compiling zerocopy-derive v0.8.40 |
| 1911 | 2026-04-21T16:06:49.876Z | Compiling tokio-macros v2.7.0 |
| 1912 | 2026-04-21T16:06:49.880Z | Compiling futures-macro v0.3.32 |
| 1913 | 2026-04-21T16:06:50.034Z | Compiling thiserror-impl v2.0.18 |
| 1914 | 2026-04-21T16:06:50.352Z | Compiling zeroize v1.8.2 |
| 1915 | 2026-04-21T16:06:50.633Z | Compiling schemars_derive v0.8.22 |
| 1916 | 2026-04-21T16:06:50.749Z | Compiling tracing-attributes v0.1.31 |
| 1917 | 2026-04-21T16:06:50.753Z | Compiling der_derive v0.7.3 |
| 1918 | 2026-04-21T16:06:50.851Z | Compiling thiserror-impl v1.0.69 |
| 1919 | 2026-04-21T16:06:50.904Z | Compiling zerofrom v0.1.6 |
| 1920 | 2026-04-21T16:06:51.055Z | Compiling yoke v0.8.1 |
| 1921 | 2026-04-21T16:06:51.193Z | Compiling crypto-common v0.1.7 |
| 1922 | 2026-04-21T16:06:51.245Z | Compiling zerovec v0.11.5 |
| 1923 | 2026-04-21T16:06:51.282Z | Compiling zerotrie v0.2.3 |
| 1924 | 2026-04-21T16:06:51.368Z | Compiling block-buffer v0.10.4 |
| 1925 | 2026-04-21T16:06:51.562Z | Compiling digest v0.10.7 |
| 1926 | 2026-04-21T16:06:51.767Z | Compiling pest_derive v2.8.6 |
| 1927 | 2026-04-21T16:06:51.804Z | Compiling tinystr v0.8.2 |
| 1928 | 2026-04-21T16:06:51.829Z | Compiling potential_utf v0.1.4 |
| 1929 | 2026-04-21T16:06:51.863Z | Compiling hmac v0.12.1 |
| 1930 | 2026-04-21T16:06:51.952Z | Compiling futures-util v0.3.32 |
| 1931 | 2026-04-21T16:06:51.978Z | Compiling icu_collections v2.1.1 |
| 1932 | 2026-04-21T16:06:52.008Z | Compiling icu_locale_core v2.1.1 |
| 1933 | 2026-04-21T16:06:52.048Z | Compiling block-padding v0.3.3 |
| 1934 | 2026-04-21T16:06:52.052Z | Compiling sha2 v0.10.9 |
| 1935 | 2026-04-21T16:06:52.273Z | Compiling inout v0.1.4 |
| 1936 | 2026-04-21T16:06:52.277Z | Compiling rustls-pki-types v1.14.0 |
| 1937 | 2026-04-21T16:06:52.462Z | Compiling cipher v0.4.4 |
| 1938 | 2026-04-21T16:06:52.790Z | Compiling icu_provider v2.1.1 |
| 1939 | 2026-04-21T16:06:52.807Z | Compiling scroll_derive v0.12.1 |
| 1940 | 2026-04-21T16:06:52.995Z | Compiling bytes v1.11.1 |
| 1941 | 2026-04-21T16:06:53.040Z | Compiling chrono v0.4.44 |
| 1942 | 2026-04-21T16:06:53.203Z | Compiling icu_properties v2.1.2 |
| 1943 | 2026-04-21T16:06:53.220Z | Compiling icu_normalizer v2.1.1 |
| 1944 | 2026-04-21T16:06:53.385Z | Compiling serde_tokenstream v0.2.3 |
| 1945 | 2026-04-21T16:06:53.514Z | Compiling tokio v1.52.1 |
| 1946 | 2026-04-21T16:06:53.964Z | Compiling scroll_derive v0.13.1 |
| 1947 | 2026-04-21T16:06:54.237Z | Compiling idna_adapter v1.2.1 |
| 1948 | 2026-04-21T16:06:54.400Z | Compiling idna v1.1.0 |
| 1949 | 2026-04-21T16:06:54.510Z | Compiling ppv-lite86 v0.2.21 |
| 1950 | 2026-04-21T16:06:54.754Z | Compiling url v2.5.8 |
| 1951 | 2026-04-21T16:06:54.770Z | Compiling openssl-macros v0.1.1 |
| 1952 | 2026-04-21T16:06:54.797Z | Compiling http v1.4.0 |
| 1953 | 2026-04-21T16:06:54.814Z | Compiling regex v1.12.3 |
| 1954 | 2026-04-21T16:06:54.888Z | Compiling der v0.7.10 |
| 1955 | 2026-04-21T16:06:54.909Z | Compiling darling_macro v0.21.3 |
| 1956 | 2026-04-21T16:06:55.152Z | Compiling zerocopy-derive v0.7.35 |
| 1957 | 2026-04-21T16:06:55.196Z | Compiling slog v2.8.2 |
| 1958 | 2026-04-21T16:06:55.248Z | Compiling tracing-core v0.1.36 |
| 1959 | 2026-04-21T16:06:55.298Z | Compiling untrusted v0.9.0 |
| 1960 | 2026-04-21T16:06:55.454Z | Compiling darling v0.21.3 |
| 1961 | 2026-04-21T16:06:55.794Z | Compiling spki v0.7.3 |
| 1962 | 2026-04-21T16:06:55.811Z | Compiling tracing v0.1.44 |
| 1963 | 2026-04-21T16:06:55.978Z | Compiling salsa20 v0.10.2 |
| 1964 | 2026-04-21T16:06:56.032Z | Compiling pbkdf2 v0.12.2 |
| 1965 | 2026-04-21T16:06:56.331Z | Compiling cookie v0.18.1 |
| 1966 | 2026-04-21T16:06:56.532Z | Compiling camino v1.2.2 |
| 1967 | 2026-04-21T16:06:56.590Z | Compiling scrypt v0.11.0 |
| 1968 | 2026-04-21T16:06:56.633Z | Compiling rand_chacha v0.9.0 |
| 1969 | 2026-04-21T16:06:56.650Z | Compiling aes v0.8.4 |
| 1970 | 2026-04-21T16:06:56.716Z | Compiling cbc v0.1.2 |
| 1971 | 2026-04-21T16:06:57.058Z | Compiling usdt-impl v0.5.0 |
| 1972 | 2026-04-21T16:06:57.126Z | Compiling winnow v0.7.14 |
| 1973 | 2026-04-21T16:06:57.150Z | Compiling paste v1.0.15 |
| 1974 | 2026-04-21T16:06:57.185Z | Compiling ref-cast v1.0.25 |
| 1975 | 2026-04-21T16:06:57.311Z | Compiling either v1.15.0 |
| 1976 | 2026-04-21T16:06:57.346Z | Compiling usdt-impl v0.6.0 |
| 1977 | 2026-04-21T16:06:57.363Z | Compiling tokio-util v0.7.18 |
| 1978 | 2026-04-21T16:06:57.559Z | Compiling pkcs5 v0.7.1 |
| 1979 | 2026-04-21T16:06:57.632Z | Compiling rand v0.9.2 |
| 1980 | 2026-04-21T16:06:57.677Z | Compiling http-body v1.0.1 |
| 1981 | 2026-04-21T16:06:57.900Z | Compiling scroll v0.13.0 |
| 1982 | 2026-04-21T16:06:58.063Z | Compiling scroll v0.12.0 |
| 1983 | 2026-04-21T16:06:58.084Z | Compiling serde_spanned v0.6.9 |
| 1984 | 2026-04-21T16:06:58.201Z | Compiling toml_datetime v0.6.11 |
| 1985 | 2026-04-21T16:06:58.275Z | Compiling heapless v0.7.17 |
| 1986 | 2026-04-21T16:06:58.363Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1987 | 2026-04-21T16:06:58.381Z | Compiling atomic-waker v1.1.2 |
| 1988 | 2026-04-21T16:06:58.464Z | Compiling signal-hook v0.3.18 |
| 1989 | 2026-04-21T16:06:58.481Z | Compiling untrusted v0.7.1 |
| 1990 | 2026-04-21T16:06:58.563Z | Compiling zstd-safe v7.2.4 |
| 1991 | 2026-04-21T16:06:58.624Z | Compiling openssl-probe v0.2.1 |
| 1992 | 2026-04-21T16:06:58.673Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1993 | 2026-04-21T16:06:58.723Z | Compiling goblin v0.8.2 |
| 1994 | 2026-04-21T16:06:58.822Z | Compiling goblin v0.10.5 |
| 1995 | 2026-04-21T16:06:58.839Z | Compiling pkcs8 v0.10.2 |
| 1996 | 2026-04-21T16:06:58.908Z | Compiling zerocopy v0.7.35 |
| 1997 | 2026-04-21T16:06:59.168Z | Compiling ref-cast-impl v1.0.25 |
| 1998 | 2026-04-21T16:06:59.227Z | Compiling darling_core v0.20.11 |
| 1999 | 2026-04-21T16:06:59.287Z | Compiling curve25519-dalek v4.1.3 |
| 2000 | 2026-04-21T16:06:59.417Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2001 | 2026-04-21T16:06:59.520Z | Compiling memoffset v0.9.1 |
| 2002 | 2026-04-21T16:06:59.567Z | Compiling tower-service v0.3.3 |
| 2003 | 2026-04-21T16:06:59.695Z | Compiling rustix v0.38.44 |
| 2004 | 2026-04-21T16:06:59.746Z | Compiling tower-layer v0.3.3 |
| 2005 | 2026-04-21T16:06:59.762Z | Compiling tinyvec_macros v0.1.1 |
| 2006 | 2026-04-21T16:06:59.780Z | Compiling try-lock v0.2.5 |
| 2007 | 2026-04-21T16:06:59.822Z | Compiling fastrand v2.3.0 |
| 2008 | 2026-04-21T16:06:59.838Z | Compiling litrs v1.0.0 |
| 2009 | 2026-04-21T16:06:59.913Z | Compiling winnow v0.5.40 |
| 2010 | 2026-04-21T16:07:00.335Z | Compiling document-features v0.2.12 |
| 2011 | 2026-04-21T16:07:00.373Z | Compiling want v0.3.1 |
| 2012 | 2026-04-21T16:07:00.389Z | Compiling h2 v0.4.13 |
| 2013 | 2026-04-21T16:07:00.579Z | Compiling tinyvec v1.10.0 |
| 2014 | 2026-04-21T16:07:00.955Z | Compiling dtrace-parser v0.2.0 |
| 2015 | 2026-04-21T16:07:01.129Z | Compiling dof v0.3.0 |
| 2016 | 2026-04-21T16:07:01.244Z | Compiling darling_macro v0.20.11 |
| 2017 | 2026-04-21T16:07:01.378Z | Compiling toml_edit v0.19.15 |
| 2018 | 2026-04-21T16:07:01.532Z | Compiling dtrace-parser v0.3.0 |
| 2019 | 2026-04-21T16:07:01.689Z | Compiling dof v0.4.0 |
| 2020 | 2026-04-21T16:07:01.753Z | Compiling ipnet v2.11.0 |
| 2021 | 2026-04-21T16:07:01.785Z | Compiling daft-derive v0.1.5 |
| 2022 | 2026-04-21T16:07:01.789Z | Compiling async-trait v0.1.89 |
| 2023 | 2026-04-21T16:07:01.933Z | Compiling spin v0.9.8 |
| 2024 | 2026-04-21T16:07:02.159Z | Compiling thread-id v5.1.0 |
| 2025 | 2026-04-21T16:07:02.175Z | Compiling thread-id v4.2.2 |
| 2026 | 2026-04-21T16:07:02.277Z | Compiling smoltcp v0.9.1 |
| 2027 | 2026-04-21T16:07:02.403Z | Compiling foreign-types-shared v0.1.1 |
| 2028 | 2026-04-21T16:07:02.487Z | Compiling powerfmt v0.2.0 |
| 2029 | 2026-04-21T16:07:02.506Z | Compiling httpdate v1.0.3 |
| 2030 | 2026-04-21T16:07:02.526Z | Compiling cfg_aliases v0.2.1 |
| 2031 | 2026-04-21T16:07:02.540Z | Compiling num-bigint-dig v0.8.6 |
| 2032 | 2026-04-21T16:07:02.649Z | Compiling pin-utils v0.1.0 |
| 2033 | 2026-04-21T16:07:02.744Z | Compiling deranged v0.5.8 |
| 2034 | 2026-04-21T16:07:02.761Z | Compiling nix v0.31.2 |
| 2035 | 2026-04-21T16:07:02.764Z | Compiling foreign-types v0.3.2 |
| 2036 | 2026-04-21T16:07:02.823Z | Compiling tempfile v3.25.0 |
| 2037 | 2026-04-21T16:07:02.894Z | Compiling darling v0.20.11 |
| 2038 | 2026-04-21T16:07:03.193Z | Compiling ipnetwork v0.21.1 |
| 2039 | 2026-04-21T16:07:03.427Z | Compiling strum_macros v0.26.4 |
| 2040 | 2026-04-21T16:07:03.443Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2041 | 2026-04-21T16:07:03.659Z | Compiling hyper v1.8.1 |
| 2042 | 2026-04-21T16:07:03.785Z | Compiling socket2 v0.5.10 |
| 2043 | 2026-04-21T16:07:03.820Z | Compiling wait-timeout v0.2.1 |
| 2044 | 2026-04-21T16:07:04.077Z | Compiling anstyle v1.0.13 |
| 2045 | 2026-04-21T16:07:04.111Z | Compiling utf8parse v0.2.2 |
| 2046 | 2026-04-21T16:07:04.213Z | Compiling quick-error v1.2.3 |
| 2047 | 2026-04-21T16:07:04.271Z | Compiling bit-vec v0.8.0 |
| 2048 | 2026-04-21T16:07:04.372Z | Compiling simd-adler32 v0.3.8 |
| 2049 | 2026-04-21T16:07:04.487Z | Compiling siphasher v1.0.2 |
| 2050 | 2026-04-21T16:07:04.549Z | Compiling num_threads v0.1.7 |
| 2051 | 2026-04-21T16:07:04.630Z | Compiling bit-set v0.8.0 |
| 2052 | 2026-04-21T16:07:04.673Z | Compiling time v0.3.47 |
| 2053 | 2026-04-21T16:07:04.848Z | Compiling hyper-util v0.1.20 |
| 2054 | 2026-04-21T16:07:04.903Z | Compiling rusty-fork v0.3.1 |
| 2055 | 2026-04-21T16:07:05.048Z | Compiling anstyle-parse v0.2.7 |
| 2056 | 2026-04-21T16:07:05.256Z | Compiling derive_builder_core v0.20.2 |
| 2057 | 2026-04-21T16:07:05.390Z | Compiling unicode-normalization v0.1.25 |
| 2058 | 2026-04-21T16:07:05.885Z | Compiling rustls-native-certs v0.8.3 |
| 2059 | 2026-04-21T16:07:06.197Z | Compiling signature v2.2.0 |
| 2060 | 2026-04-21T16:07:06.370Z | Compiling hubpack_derive v0.1.1 |
| 2061 | 2026-04-21T16:07:06.407Z | Compiling rand_xorshift v0.4.0 |
| 2062 | 2026-04-21T16:07:06.474Z | Compiling strum_macros v0.27.2 |
| 2063 | 2026-04-21T16:07:06.491Z | Compiling sync_wrapper v1.0.2 |
| 2064 | 2026-04-21T16:07:06.511Z | Compiling fs-err v3.3.0 |
| 2065 | 2026-04-21T16:07:06.624Z | Compiling ahash v0.8.12 |
| 2066 | 2026-04-21T16:07:06.641Z | Compiling is_terminal_polyfill v1.70.2 |
| 2067 | 2026-04-21T16:07:06.644Z | Compiling adler2 v2.0.1 |
| 2068 | 2026-04-21T16:07:06.742Z | Compiling colorchoice v1.0.4 |
| 2069 | 2026-04-21T16:07:06.774Z | Compiling unarray v0.1.4 |
| 2070 | 2026-04-21T16:07:06.801Z | Compiling object v0.37.3 |
| 2071 | 2026-04-21T16:07:06.804Z | Compiling anstyle-query v1.1.5 |
| 2072 | 2026-04-21T16:07:06.873Z | Compiling unicode-bidi v0.3.18 |
| 2073 | 2026-04-21T16:07:06.907Z | Compiling unicode-properties v0.1.4 |
| 2074 | 2026-04-21T16:07:06.926Z | Compiling unicode-segmentation v1.12.0 |
| 2075 | 2026-04-21T16:07:06.986Z | Compiling anstream v0.6.21 |
| 2076 | 2026-04-21T16:07:07.090Z | Compiling proptest v1.10.0 |
| 2077 | 2026-04-21T16:07:07.153Z | Compiling miniz_oxide v0.8.9 |
| 2078 | 2026-04-21T16:07:07.307Z | Compiling stringprep v0.1.5 |
| 2079 | 2026-04-21T16:07:07.405Z | Compiling tower v0.5.3 |
| 2080 | 2026-04-21T16:07:07.729Z | Compiling derive_builder_macro v0.20.2 |
| 2081 | 2026-04-21T16:07:07.933Z | Compiling usdt-macro v0.6.0 |
| 2082 | 2026-04-21T16:07:08.023Z | Compiling usdt-attr-macro v0.6.0 |
| 2083 | 2026-04-21T16:07:08.419Z | Compiling http-body-util v0.1.3 |
| 2084 | 2026-04-21T16:07:08.676Z | Compiling webpki-roots v1.0.6 |
| 2085 | 2026-04-21T16:07:08.788Z | Compiling rand_chacha v0.3.1 |
| 2086 | 2026-04-21T16:07:08.812Z | Compiling erased-serde v0.3.31 |
| 2087 | 2026-04-21T16:07:08.830Z | Compiling md-5 v0.10.6 |
| 2088 | 2026-04-21T16:07:08.880Z | Compiling num-integer v0.1.46 |
| 2089 | 2026-04-21T16:07:08.900Z | Compiling hash32 v0.2.1 |
| 2090 | 2026-04-21T16:07:08.944Z | Compiling vergen-lib v0.1.6 |
| 2091 | 2026-04-21T16:07:09.009Z | Compiling ff v0.13.1 |
| 2092 | 2026-04-21T16:07:09.072Z | Compiling psl-types v2.0.11 |
| 2093 | 2026-04-21T16:07:09.107Z | Compiling ryu v1.0.23 |
| 2094 | 2026-04-21T16:07:09.125Z | Compiling zlib-rs v0.6.2 |
| 2095 | 2026-04-21T16:07:09.129Z | Compiling base16ct v0.2.0 |
| 2096 | 2026-04-21T16:07:09.167Z | Compiling iri-string v0.7.10 |
| 2097 | 2026-04-21T16:07:09.201Z | Compiling fallible-iterator v0.2.0 |
| 2098 | 2026-04-21T16:07:09.204Z | Compiling newtype-uuid v1.3.2 |
| 2099 | 2026-04-21T16:07:09.234Z | Compiling publicsuffix v2.3.0 |
| 2100 | 2026-04-21T16:07:09.342Z | Compiling serde_urlencoded v0.7.1 |
| 2101 | 2026-04-21T16:07:09.358Z | Compiling sec1 v0.7.3 |
| 2102 | 2026-04-21T16:07:09.419Z | Compiling group v0.13.0 |
| 2103 | 2026-04-21T16:07:09.436Z | Compiling num-iter v0.1.45 |
| 2104 | 2026-04-21T16:07:09.553Z | Compiling postgres-protocol v0.6.10 |
| 2105 | 2026-04-21T16:07:09.624Z | Compiling rand v0.8.5 |
| 2106 | 2026-04-21T16:07:09.701Z | Compiling oxnet v0.1.4 |
| 2107 | 2026-04-21T16:07:09.971Z | Compiling derive_builder v0.20.2 |
| 2108 | 2026-04-21T16:07:10.076Z | Compiling tokio-native-tls v0.3.1 |
| 2109 | 2026-04-21T16:07:10.112Z | Compiling heck v0.4.1 |
| 2110 | 2026-04-21T16:07:10.112Z | Compiling phf_shared v0.13.1 |
| 2111 | 2026-04-21T16:07:10.183Z | Compiling lazy_static v1.5.0 |
| 2112 | 2026-04-21T16:07:10.270Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-04-21T16:07:10.320Z | Compiling serde_with_macros v3.17.0 |
| 2114 | 2026-04-21T16:07:10.323Z | Compiling tower-http v0.6.8 |
| 2115 | 2026-04-21T16:07:10.338Z | Compiling cargo-platform v0.1.9 |
| 2116 | 2026-04-21T16:07:10.374Z | Compiling hkdf v0.12.4 |
| 2117 | 2026-04-21T16:07:10.378Z | Compiling crypto-bigint v0.5.5 |
| 2118 | 2026-04-21T16:07:10.378Z | Compiling enum-as-inner v0.6.1 |
| 2119 | 2026-04-21T16:07:10.468Z | Compiling serde_repr v0.1.20 |
| 2120 | 2026-04-21T16:07:10.562Z | Compiling clap_derive v4.5.55 |
| 2121 | 2026-04-21T16:07:10.580Z | Compiling vergen v9.0.6 |
| 2122 | 2026-04-21T16:07:10.614Z | Compiling managed v0.8.0 |
| 2123 | 2026-04-21T16:07:10.803Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-04-21T16:07:10.824Z | Compiling libbz2-rs-sys v0.2.2 |
| 2125 | 2026-04-21T16:07:10.902Z | Compiling foldhash v0.1.5 |
| 2126 | 2026-04-21T16:07:10.918Z | Compiling bumpalo v3.20.2 |
| 2127 | 2026-04-21T16:07:11.019Z | Compiling clap_lex v1.0.0 |
| 2128 | 2026-04-21T16:07:11.035Z | Compiling hashbrown v0.15.5 |
| 2129 | 2026-04-21T16:07:11.136Z | Compiling zopfli v0.8.3 |
| 2130 | 2026-04-21T16:07:11.193Z | Compiling clap_builder v4.5.60 |
| 2131 | 2026-04-21T16:07:11.268Z | Compiling flate2 v1.1.9 |
| 2132 | 2026-04-21T16:07:11.287Z | Compiling bzip2 v0.6.1 |
| 2133 | 2026-04-21T16:07:11.390Z | Compiling elliptic-curve v0.13.8 |
| 2134 | 2026-04-21T16:07:11.561Z | Compiling cargo_metadata v0.19.2 |
| 2135 | 2026-04-21T16:07:11.722Z | Compiling phf v0.13.1 |
| 2136 | 2026-04-21T16:07:11.784Z | Compiling zstd v0.13.3 |
| 2137 | 2026-04-21T16:07:11.840Z | Compiling hyper-tls v0.6.0 |
| 2138 | 2026-04-21T16:07:11.995Z | Compiling signal-hook-mio v0.2.5 |
| 2139 | 2026-04-21T16:07:12.055Z | Compiling daft v0.1.5 |
| 2140 | 2026-04-21T16:07:12.084Z | Compiling cookie_store v0.22.1 |
| 2141 | 2026-04-21T16:07:12.131Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-04-21T16:07:12.258Z | Compiling bzip2 v0.4.4 |
| 2143 | 2026-04-21T16:07:12.359Z | Compiling strum v0.27.2 |
| 2144 | 2026-04-21T16:07:12.479Z | Compiling hubpack v0.1.2 |
| 2145 | 2026-04-21T16:07:12.513Z | Compiling ed25519 v2.2.3 |
| 2146 | 2026-04-21T16:07:12.646Z | Compiling phf_shared v0.11.3 |
| 2147 | 2026-04-21T16:07:12.706Z | Compiling crossbeam-epoch v0.9.18 |
| 2148 | 2026-04-21T16:07:12.744Z | Compiling pkcs1 v0.7.5 |
| 2149 | 2026-04-21T16:07:12.850Z | Compiling hex v0.4.3 |
| 2150 | 2026-04-21T16:07:12.869Z | Compiling serde-big-array v0.5.1 |
| 2151 | 2026-04-21T16:07:12.970Z | Compiling rfc6979 v0.4.0 |
| 2152 | 2026-04-21T16:07:13.059Z | Compiling bstr v1.12.1 |
| 2153 | 2026-04-21T16:07:13.167Z | Compiling float-cmp v0.10.0 |
| 2154 | 2026-04-21T16:07:13.184Z | Compiling memmap2 v0.9.10 |
| 2155 | 2026-04-21T16:07:13.187Z | Compiling env_filter v1.0.0 |
| 2156 | 2026-04-21T16:07:13.220Z | Compiling encoding_rs v0.8.35 |
| 2157 | 2026-04-21T16:07:13.256Z | Compiling toml_write v0.1.2 |
| 2158 | 2026-04-21T16:07:13.293Z | Compiling difflib v0.4.0 |
| 2159 | 2026-04-21T16:07:13.340Z | Compiling new_debug_unreachable v1.0.6 |
| 2160 | 2026-04-21T16:07:13.410Z | Compiling rustc-hash v2.1.1 |
| 2161 | 2026-04-21T16:07:13.428Z | Compiling fixedbitset v0.5.7 |
| 2162 | 2026-04-21T16:07:13.431Z | Compiling predicates-core v1.0.10 |
| 2163 | 2026-04-21T16:07:13.485Z | Compiling mime v0.3.17 |
| 2164 | 2026-04-21T16:07:13.503Z | Compiling static_assertions v1.1.0 |
| 2165 | 2026-04-21T16:07:13.559Z | Compiling fixedbitset v0.4.2 |
| 2166 | 2026-04-21T16:07:13.576Z | Compiling data-encoding v2.10.0 |
| 2167 | 2026-04-21T16:07:13.599Z | Compiling precomputed-hash v0.1.1 |
| 2168 | 2026-04-21T16:07:13.641Z | Compiling whoami v2.1.0 |
| 2169 | 2026-04-21T16:07:13.705Z | Compiling jiff v0.2.21 |
| 2170 | 2026-04-21T16:07:13.741Z | Compiling normalize-line-endings v0.3.0 |
| 2171 | 2026-04-21T16:07:13.759Z | Compiling keccak v0.1.6 |
| 2172 | 2026-04-21T16:07:13.777Z | Compiling petgraph v0.6.5 |
| 2173 | 2026-04-21T16:07:13.792Z | Compiling string_cache v0.8.9 |
| 2174 | 2026-04-21T16:07:13.831Z | Compiling predicates v3.1.4 |
| 2175 | 2026-04-21T16:07:13.992Z | Compiling sha3 v0.10.8 |
| 2176 | 2026-04-21T16:07:14.009Z | Compiling hickory-proto v0.25.2 |
| 2177 | 2026-04-21T16:07:14.142Z | Compiling tokio-postgres v0.7.16 |
| 2178 | 2026-04-21T16:07:14.306Z | Compiling petgraph v0.8.3 |
| 2179 | 2026-04-21T16:07:14.326Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2180 | 2026-04-21T16:07:14.436Z | Compiling iddqd v0.3.17 |
| 2181 | 2026-04-21T16:07:14.599Z | Compiling similar v2.7.0 |
| 2182 | 2026-04-21T16:07:14.684Z | Compiling toml_edit v0.22.27 |
| 2183 | 2026-04-21T16:07:15.313Z | Compiling env_logger v0.11.9 |
| 2184 | 2026-04-21T16:07:15.362Z | Compiling usdt v0.6.0 |
| 2185 | 2026-04-21T16:07:15.662Z | Compiling serde_with v3.17.0 |
| 2186 | 2026-04-21T16:07:15.972Z | Compiling ecdsa v0.16.9 |
| 2187 | 2026-04-21T16:07:16.257Z | Compiling rsa v0.9.10 |
| 2188 | 2026-04-21T16:07:16.397Z | Compiling zip v4.6.1 |
| 2189 | 2026-04-21T16:07:16.921Z | Compiling ed25519-dalek v2.2.0 |
| 2190 | 2026-04-21T16:07:17.063Z | Compiling clap v4.5.60 |
| 2191 | 2026-04-21T16:07:17.169Z | Compiling crossterm v0.28.1 |
| 2192 | 2026-04-21T16:07:17.411Z | Compiling zip v0.6.6 |
| 2193 | 2026-04-21T16:07:17.549Z | Compiling strum v0.26.3 |
| 2194 | 2026-04-21T16:07:17.705Z | Compiling toml v0.7.8 |
| 2195 | 2026-04-21T16:07:17.726Z | Compiling tokio-stream v0.1.18 |
| 2196 | 2026-04-21T16:07:17.866Z | Compiling itertools v0.13.0 |
| 2197 | 2026-04-21T16:07:17.911Z | Compiling buf-list v1.1.2 |
| 2198 | 2026-04-21T16:07:18.046Z | Compiling x509-cert v0.2.5 |
| 2199 | 2026-04-21T16:07:18.289Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2200 | 2026-04-21T16:07:18.392Z | Compiling openapiv3 v2.2.0 |
| 2201 | 2026-04-21T16:07:18.429Z | Compiling sha1 v0.10.6 |
| 2202 | 2026-04-21T16:07:18.714Z | Compiling peg-runtime v0.8.5 |
| 2203 | 2026-04-21T16:07:19.089Z | Compiling lalrpop-util v0.19.12 |
| 2204 | 2026-04-21T16:07:33.436Z | Compiling rustls-webpki v0.103.9 |
| 2205 | 2026-04-21T16:07:35.894Z | Compiling macaddr v1.0.1 |
| 2206 | 2026-04-21T16:07:35.924Z | Compiling structmeta-derive v0.3.0 |
| 2207 | 2026-04-21T16:07:36.126Z | Compiling crucible-workspace-hack v0.1.0 |
| 2208 | 2026-04-21T16:07:36.164Z | Compiling rayon-core v1.13.0 |
| 2209 | 2026-04-21T16:07:36.199Z | Compiling itertools v0.14.0 |
| 2210 | 2026-04-21T16:07:36.361Z | Compiling secrecy v0.10.3 |
| 2211 | 2026-04-21T16:07:36.400Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2212 | 2026-04-21T16:07:36.440Z | Compiling rustls v0.22.4 |
| 2213 | 2026-04-21T16:07:36.561Z | Compiling heapless v0.8.0 |
| 2214 | 2026-04-21T16:07:36.775Z | Compiling crossbeam-deque v0.8.6 |
| 2215 | 2026-04-21T16:07:36.825Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2216 | 2026-04-21T16:07:36.944Z | Compiling structmeta v0.3.0 |
| 2217 | 2026-04-21T16:07:37.007Z | Compiling tokio-rustls v0.26.4 |
| 2218 | 2026-04-21T16:07:37.031Z | Compiling rustls-platform-verifier v0.6.2 |
| 2219 | 2026-04-21T16:07:37.068Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2220 | 2026-04-21T16:07:37.085Z | Compiling rustls-webpki v0.102.8 |
| 2221 | 2026-04-21T16:07:37.182Z | Compiling futures-executor v0.3.32 |
| 2222 | 2026-04-21T16:07:37.268Z | Compiling hyper-rustls v0.27.7 |
| 2223 | 2026-04-21T16:07:37.310Z | Compiling hash32 v0.3.1 |
| 2224 | 2026-04-21T16:07:37.386Z | Compiling multer v3.1.0 |
| 2225 | 2026-04-21T16:07:37.427Z | Compiling thread_local v1.1.9 |
| 2226 | 2026-04-21T16:07:37.445Z | Compiling smoltcp v0.11.0 |
| 2227 | 2026-04-21T16:07:37.495Z | Compiling ingot-macros v0.1.1 |
| 2228 | 2026-04-21T16:07:37.513Z | Compiling reqwest v0.13.2 |
| 2229 | 2026-04-21T16:07:37.631Z | Compiling reqwest v0.12.28 |
| 2230 | 2026-04-21T16:07:37.648Z | Compiling match_cfg v0.1.0 |
| 2231 | 2026-04-21T16:07:37.724Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-04-21T16:07:37.744Z | Compiling slog-async v2.8.0 |
| 2233 | 2026-04-21T16:07:37.821Z | Compiling unicode-width v0.2.0 |
| 2234 | 2026-04-21T16:07:37.863Z | Compiling hostname v0.3.1 |
| 2235 | 2026-04-21T16:07:37.990Z | Compiling proc-macro-crate v3.4.0 |
| 2236 | 2026-04-21T16:07:38.125Z | Compiling futures v0.3.32 |
| 2237 | 2026-04-21T16:07:38.177Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-04-21T16:07:38.245Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-04-21T16:07:38.452Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-04-21T16:07:38.523Z | Compiling half v2.7.1 |
| 2241 | 2026-04-21T16:07:38.633Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-04-21T16:07:38.707Z | Compiling cobs v0.3.0 |
| 2243 | 2026-04-21T16:07:38.921Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2026-04-21T16:07:38.996Z | Compiling universal-hash v0.5.1 |
| 2245 | 2026-04-21T16:07:39.013Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-04-21T16:07:39.188Z | Compiling serde_spanned v1.0.4 |
| 2247 | 2026-04-21T16:07:39.203Z | Compiling is-terminal v0.4.17 |
| 2248 | 2026-04-21T16:07:39.332Z | Compiling dropshot v0.16.7 |
| 2249 | 2026-04-21T16:07:39.378Z | Compiling proc-macro-error-attr v1.0.4 |
| 2250 | 2026-04-21T16:07:39.395Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2251 | 2026-04-21T16:07:39.591Z | Compiling ciborium-io v0.2.2 |
| 2252 | 2026-04-21T16:07:39.609Z | Compiling take_mut v0.2.2 |
| 2253 | 2026-04-21T16:07:39.624Z | Compiling term v1.2.1 |
| 2254 | 2026-04-21T16:07:39.627Z | Compiling convert_case v0.4.0 |
| 2255 | 2026-04-21T16:07:39.707Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2256 | 2026-04-21T16:07:39.723Z | Compiling opaque-debug v0.3.1 |
| 2257 | 2026-04-21T16:07:39.777Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-04-21T16:07:39.793Z | Compiling ciborium-ll v0.2.2 |
| 2259 | 2026-04-21T16:07:39.819Z | Compiling poly1305 v0.8.0 |
| 2260 | 2026-04-21T16:07:39.973Z | Compiling thiserror-no-std v2.0.2 |
| 2261 | 2026-04-21T16:07:39.990Z | Compiling derive_more v0.99.20 |
| 2262 | 2026-04-21T16:07:40.006Z | Compiling slog-term v2.9.2 |
| 2263 | 2026-04-21T16:07:40.091Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2264 | 2026-04-21T16:07:40.130Z | Compiling async-stream v0.3.6 |
| 2265 | 2026-04-21T16:07:40.176Z | Compiling ingot-types v0.1.2 |
| 2266 | 2026-04-21T16:07:40.349Z | Compiling tokio-rustls v0.25.0 |
| 2267 | 2026-04-21T16:07:40.616Z | Compiling ingot v0.1.1 |
| 2268 | 2026-04-21T16:07:40.637Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2269 | 2026-04-21T16:07:40.666Z | Compiling postcard v1.1.3 |
| 2270 | 2026-04-21T16:07:41.042Z | Compiling num_enum_derive v0.7.5 |
| 2271 | 2026-04-21T16:07:41.073Z | Compiling slog-bunyan v2.5.0 |
| 2272 | 2026-04-21T16:07:41.092Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2273 | 2026-04-21T16:07:41.271Z | Compiling parse-display-derive v0.10.0 |
| 2274 | 2026-04-21T16:07:41.290Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2275 | 2026-04-21T16:07:41.401Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-04-21T16:07:41.444Z | Compiling proc-macro-crate v1.3.1 |
| 2277 | 2026-04-21T16:07:41.476Z | Compiling backon v1.6.0 |
| 2278 | 2026-04-21T16:07:41.614Z | Compiling waitgroup v0.1.2 |
| 2279 | 2026-04-21T16:07:41.661Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2280 | 2026-04-21T16:07:41.759Z | Compiling password-hash v0.5.0 |
| 2281 | 2026-04-21T16:07:41.801Z | Compiling chacha20 v0.9.1 |
| 2282 | 2026-04-21T16:07:41.820Z | Compiling dropshot_endpoint v0.16.7 |
| 2283 | 2026-04-21T16:07:42.010Z | Compiling rustls-pemfile v2.2.0 |
| 2284 | 2026-04-21T16:07:42.073Z | Compiling blake2 v0.10.6 |
| 2285 | 2026-04-21T16:07:42.200Z | Compiling aead v0.5.2 |
| 2286 | 2026-04-21T16:07:42.298Z | Compiling foreign-types-macros v0.2.3 |
| 2287 | 2026-04-21T16:07:42.320Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2288 | 2026-04-21T16:07:42.419Z | Compiling serde_path_to_error v0.1.20 |
| 2289 | 2026-04-21T16:07:42.518Z | Compiling hostname v0.4.2 |
| 2290 | 2026-04-21T16:07:42.642Z | Compiling proc-macro-error v1.0.4 |
| 2291 | 2026-04-21T16:07:42.740Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2292 | 2026-04-21T16:07:42.769Z | Compiling instant v0.1.13 |
| 2293 | 2026-04-21T16:07:42.792Z | Compiling foreign-types-shared v0.3.1 |
| 2294 | 2026-04-21T16:07:42.808Z | Compiling typeid v1.0.3 |
| 2295 | 2026-04-21T16:07:42.812Z | Compiling debug-ignore v1.0.5 |
| 2296 | 2026-04-21T16:07:42.882Z | Compiling cpufeatures v0.3.0 |
| 2297 | 2026-04-21T16:07:42.915Z | Compiling backoff v0.4.0 |
| 2298 | 2026-04-21T16:07:42.915Z | Compiling parse-display v0.10.0 |
| 2299 | 2026-04-21T16:07:42.966Z | Compiling foreign-types v0.5.0 |
| 2300 | 2026-04-21T16:07:42.969Z | Compiling chacha20 v0.10.0 |
| 2301 | 2026-04-21T16:07:42.969Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2302 | 2026-04-21T16:07:42.969Z | Compiling chacha20poly1305 v0.10.1 |
| 2303 | 2026-04-21T16:07:43.026Z | Compiling argon2 v0.5.3 |
| 2304 | 2026-04-21T16:07:43.085Z | Compiling num_enum v0.7.5 |
| 2305 | 2026-04-21T16:07:43.105Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2306 | 2026-04-21T16:07:43.163Z | Compiling num_enum_derive v0.5.11 |
| 2307 | 2026-04-21T16:07:43.181Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2308 | 2026-04-21T16:07:43.200Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2026-04-21T16:07:43.340Z | Compiling vsss-rs v3.3.4 |
| 2310 | 2026-04-21T16:07:43.390Z | Compiling ciborium v0.2.2 |
| 2311 | 2026-04-21T16:07:43.568Z | Compiling tabwriter v1.4.1 |
| 2312 | 2026-04-21T16:07:43.780Z | Compiling byte-wrapper v0.1.0 |
| 2313 | 2026-04-21T16:07:43.853Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2314 | 2026-04-21T16:07:43.959Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2315 | 2026-04-21T16:07:44.071Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2316 | 2026-04-21T16:07:44.145Z | Compiling regress v0.10.5 |
| 2317 | 2026-04-21T16:07:44.199Z | Compiling cstr-argument v0.1.2 |
| 2318 | 2026-04-21T16:07:44.269Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2319 | 2026-04-21T16:07:44.344Z | Compiling erased-serde v0.4.9 |
| 2320 | 2026-04-21T16:07:44.410Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2321 | 2026-04-21T16:07:44.425Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-04-21T16:07:44.525Z | Compiling num_enum v0.5.11 |
| 2323 | 2026-04-21T16:07:44.681Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2324 | 2026-04-21T16:07:44.705Z | Compiling rand v0.10.0 |
| 2325 | 2026-04-21T16:07:44.752Z | Compiling rayon v1.11.0 |
| 2326 | 2026-04-21T16:07:44.776Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2327 | 2026-04-21T16:07:44.851Z | Compiling indent_write v2.2.0 |
| 2328 | 2026-04-21T16:07:44.886Z | Compiling libefi-sys v0.1.0 |
| 2329 | 2026-04-21T16:07:44.903Z | Compiling colored v3.1.1 |
| 2330 | 2026-04-21T16:07:44.921Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2331 | 2026-04-21T16:07:44.951Z | Compiling zone_cfg_derive v0.3.1 |
| 2332 | 2026-04-21T16:07:45.064Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2333 | 2026-04-21T16:07:45.193Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2334 | 2026-04-21T16:07:45.210Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2335 | 2026-04-21T16:07:45.225Z | Compiling camino-tempfile v1.4.1 |
| 2336 | 2026-04-21T16:07:45.463Z | Compiling itertools v0.12.1 |
| 2337 | 2026-04-21T16:07:45.508Z | Compiling usdt-attr-macro v0.5.0 |
| 2338 | 2026-04-21T16:07:45.593Z | Compiling usdt-macro v0.5.0 |
| 2339 | 2026-04-21T16:07:45.626Z | Compiling num-derive v0.4.2 |
| 2340 | 2026-04-21T16:07:45.644Z | Compiling bitfield-struct v0.6.2 |
| 2341 | 2026-04-21T16:07:45.662Z | Compiling ordered-float v2.10.1 |
| 2342 | 2026-04-21T16:07:45.755Z | Compiling blake3 v1.8.3 |
| 2343 | 2026-04-21T16:07:45.971Z | Compiling memmap v0.7.0 |
| 2344 | 2026-04-21T16:07:46.140Z | Compiling sigpipe v0.1.3 |
| 2345 | 2026-04-21T16:07:46.234Z | Compiling swrite v0.1.0 |
| 2346 | 2026-04-21T16:07:46.263Z | Compiling glob v0.3.3 |
| 2347 | 2026-04-21T16:07:46.287Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2348 | 2026-04-21T16:07:46.318Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-04-21T16:07:46.334Z | Compiling usdt v0.5.0 |
| 2350 | 2026-04-21T16:07:46.541Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2351 | 2026-04-21T16:07:46.556Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2352 | 2026-04-21T16:07:46.666Z | Compiling serde-value v0.7.0 |
| 2353 | 2026-04-21T16:07:46.880Z | Compiling zone v0.3.1 |
| 2354 | 2026-04-21T16:07:46.919Z | Compiling serde-untagged v0.1.9 |
| 2355 | 2026-04-21T16:07:47.001Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2356 | 2026-04-21T16:07:47.019Z | Compiling toml v0.8.23 |
| 2357 | 2026-04-21T16:07:47.222Z | Compiling smf v0.2.3 |
| 2358 | 2026-04-21T16:07:47.249Z | Compiling filetime v0.2.27 |
| 2359 | 2026-04-21T16:07:47.278Z | Compiling arrayvec v0.7.6 |
| 2360 | 2026-04-21T16:07:47.310Z | Compiling constant_time_eq v0.4.2 |
| 2361 | 2026-04-21T16:07:47.326Z | Compiling unicode-xid v0.2.6 |
| 2362 | 2026-04-21T16:07:47.389Z | Compiling arrayref v0.3.9 |
| 2363 | 2026-04-21T16:07:47.483Z | Compiling same-file v1.0.6 |
| 2364 | 2026-04-21T16:07:47.499Z | Compiling xattr v1.6.1 |
| 2365 | 2026-04-21T16:07:47.502Z | Compiling whoami v1.6.1 |
| 2366 | 2026-04-21T16:07:47.537Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2367 | 2026-04-21T16:07:47.540Z | Compiling cargo-util-schemas v0.8.2 |
| 2368 | 2026-04-21T16:07:47.654Z | Compiling walkdir v2.5.0 |
| 2369 | 2026-04-21T16:07:47.709Z | Compiling tar v0.4.45 |
| 2370 | 2026-04-21T16:07:47.748Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-04-21T16:07:48.023Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2372 | 2026-04-21T16:07:48.291Z | Compiling tokio-dtrace v0.1.1 |
| 2373 | 2026-04-21T16:07:48.417Z | Compiling console v0.16.2 |
| 2374 | 2026-04-21T16:07:48.432Z | Compiling gethostname v0.5.0 |
| 2375 | 2026-04-21T16:07:48.465Z | Compiling cargo-platform v0.2.0 |
| 2376 | 2026-04-21T16:07:48.534Z | Compiling unit-prefix v0.5.2 |
| 2377 | 2026-04-21T16:07:48.590Z | Compiling topological-sort v0.2.2 |
| 2378 | 2026-04-21T16:07:48.657Z | Compiling oxide-tokio-rt v0.1.4 |
| 2379 | 2026-04-21T16:07:48.723Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2380 | 2026-04-21T16:07:48.779Z | Compiling shell-words v1.1.1 |
| 2381 | 2026-04-21T16:07:48.796Z | Compiling cargo_metadata v0.21.0 |
| 2382 | 2026-04-21T16:07:48.943Z | Compiling indicatif v0.18.4 |
| 2383 | 2026-04-21T16:07:57.818Z | Compiling progenitor-client v0.10.0 |
| 2384 | 2026-04-21T16:07:57.818Z | Compiling omicron-zone-package v0.12.2 |
| 2385 | 2026-04-21T16:07:57.834Z | Compiling progenitor-client v0.13.0 |
| 2386 | 2026-04-21T16:07:57.927Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2387 | 2026-04-21T16:07:57.927Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2388 | 2026-04-21T16:07:57.931Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2389 | 2026-04-21T16:07:57.977Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-04-21T16:07:57.996Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2391 | 2026-04-21T16:07:58.256Z | Compiling progenitor-extras v0.1.1 |
| 2392 | 2026-04-21T16:07:58.307Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2393 | 2026-04-21T16:07:58.325Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2394 | 2026-04-21T16:07:58.358Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2395 | 2026-04-21T16:07:58.494Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2396 | 2026-04-21T16:08:03.698Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2397 | 2026-04-21T16:08:10.568Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2398 | 2026-04-21T16:08:13.663Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2399 | 2026-04-21T16:08:14.625Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2400 | 2026-04-21T16:08:23.410Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2401 | 2026-04-21T16:08:23.562Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2402 | 2026-04-21T16:08:23.624Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2403 | 2026-04-21T16:08:23.628Z | Created new build target 'test' and set it as active |
| 2404 | 2026-04-21T16:08:23.628Z | |
| 2405 | 2026-04-21T16:08:23.628Z | real 1:40.878167258 |
| 2406 | 2026-04-21T16:08:23.628Z | user 16:44.978534421 |
| 2407 | 2026-04-21T16:08:23.628Z | sys 2:40.357323601 |
| 2408 | 2026-04-21T16:08:23.628Z | trap 0.476161055 |
| 2409 | 2026-04-21T16:08:23.628Z | tflt 2.846341756 |
| 2410 | 2026-04-21T16:08:23.628Z | dflt 3.859481584 |
| 2411 | 2026-04-21T16:08:23.628Z | kflt 0.000632350 |
| 2412 | 2026-04-21T16:08:23.628Z | lock 53:07.756653846 |
| 2413 | 2026-04-21T16:08:23.628Z | slp 43:12.582308009 |
| 2414 | 2026-04-21T16:08:23.628Z | lat 43.618112588 |
| 2415 | 2026-04-21T16:08:23.628Z | stop 5:35.810447288 |
| 2416 | 2026-04-21T16:08:23.628Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2417 | 2026-04-21T16:08:24.505Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2418 | 2026-04-21T16:08:24.581Z | Running `target/release/omicron-package -t test package` |
| 2419 | 2026-04-21T16:08:24.639Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2420 | 2026-04-21T16:08:26.035Z | Compiling regress v0.10.5 |
| 2421 | 2026-04-21T16:08:26.035Z | Compiling heck v0.5.0 |
| 2422 | 2026-04-21T16:08:26.254Z | Compiling unsafe-libyaml v0.2.11 |
| 2423 | 2026-04-21T16:08:26.269Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2424 | 2026-04-21T16:08:26.294Z | Compiling unicode-width v0.1.14 |
| 2425 | 2026-04-21T16:08:26.297Z | Compiling is-terminal v0.4.17 |
| 2426 | 2026-04-21T16:08:26.335Z | Compiling prettyplease v0.2.37 |
| 2427 | 2026-04-21T16:08:26.335Z | Compiling bytecount v0.6.9 |
| 2428 | 2026-04-21T16:08:26.338Z | Compiling rustls v0.22.4 |
| 2429 | 2026-04-21T16:08:26.338Z | Compiling rustls-webpki v0.102.8 |
| 2430 | 2026-04-21T16:08:26.338Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-04-21T16:08:26.379Z | Compiling thread_local v1.1.9 |
| 2432 | 2026-04-21T16:08:26.402Z | Compiling match_cfg v0.1.0 |
| 2433 | 2026-04-21T16:08:26.405Z | Compiling multer v3.1.0 |
| 2434 | 2026-04-21T16:08:26.405Z | Compiling slog-async v2.8.0 |
| 2435 | 2026-04-21T16:08:26.446Z | Compiling typify-impl v0.6.1 |
| 2436 | 2026-04-21T16:08:26.490Z | Compiling hostname v0.3.1 |
| 2437 | 2026-04-21T16:08:26.510Z | Compiling crossbeam-channel v0.5.15 |
| 2438 | 2026-04-21T16:08:26.551Z | Compiling slog-json v2.6.1 |
| 2439 | 2026-04-21T16:08:26.574Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2440 | 2026-04-21T16:08:26.598Z | Compiling futures-executor v0.3.32 |
| 2441 | 2026-04-21T16:08:26.620Z | Compiling serde_spanned v1.0.4 |
| 2442 | 2026-04-21T16:08:26.687Z | Compiling take_mut v0.2.2 |
| 2443 | 2026-04-21T16:08:26.711Z | Compiling term v1.2.1 |
| 2444 | 2026-04-21T16:08:26.711Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2445 | 2026-04-21T16:08:26.793Z | Compiling serde_yaml v0.9.34+deprecated |
| 2446 | 2026-04-21T16:08:26.848Z | Compiling futures v0.3.32 |
| 2447 | 2026-04-21T16:08:26.851Z | Compiling slog-bunyan v2.5.0 |
| 2448 | 2026-04-21T16:08:26.967Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2449 | 2026-04-21T16:08:26.982Z | Compiling dropshot v0.16.7 |
| 2450 | 2026-04-21T16:08:27.003Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2451 | 2026-04-21T16:08:27.024Z | Compiling slog-term v2.9.2 |
| 2452 | 2026-04-21T16:08:27.024Z | Compiling async-stream v0.3.6 |
| 2453 | 2026-04-21T16:08:27.068Z | Compiling progenitor-client v0.13.0 |
| 2454 | 2026-04-21T16:08:27.071Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2455 | 2026-04-21T16:08:27.166Z | Compiling waitgroup v0.1.2 |
| 2456 | 2026-04-21T16:08:27.246Z | Compiling backon v1.6.0 |
| 2457 | 2026-04-21T16:08:27.268Z | Compiling rustls-pemfile v2.2.0 |
| 2458 | 2026-04-21T16:08:27.298Z | Compiling hostname v0.4.2 |
| 2459 | 2026-04-21T16:08:27.321Z | Compiling serde_path_to_error v0.1.20 |
| 2460 | 2026-04-21T16:08:27.346Z | Compiling instant v0.1.13 |
| 2461 | 2026-04-21T16:08:27.346Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-04-21T16:08:27.407Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2463 | 2026-04-21T16:08:27.465Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2464 | 2026-04-21T16:08:27.488Z | Compiling backoff v0.4.0 |
| 2465 | 2026-04-21T16:08:27.488Z | Compiling progenitor-extras v0.1.1 |
| 2466 | 2026-04-21T16:08:27.534Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-04-21T16:08:27.534Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-04-21T16:08:27.592Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-04-21T16:08:27.617Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-04-21T16:08:27.682Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-04-21T16:08:27.708Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-04-21T16:08:27.834Z | Compiling num-rational v0.4.2 |
| 2473 | 2026-04-21T16:08:27.868Z | Compiling num-complex v0.4.6 |
| 2474 | 2026-04-21T16:08:27.954Z | Compiling console v0.15.11 |
| 2475 | 2026-04-21T16:08:28.122Z | Compiling slog-dtrace v0.3.0 |
| 2476 | 2026-04-21T16:08:28.144Z | Compiling float-ord v0.3.2 |
| 2477 | 2026-04-21T16:08:28.190Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-04-21T16:08:28.253Z | Compiling atomicwrites v0.4.4 |
| 2479 | 2026-04-21T16:08:28.294Z | Compiling num v0.4.3 |
| 2480 | 2026-04-21T16:08:28.386Z | Compiling async-recursion v1.1.1 |
| 2481 | 2026-04-21T16:08:28.449Z | Compiling cancel-safe-futures v0.1.5 |
| 2482 | 2026-04-21T16:08:28.452Z | Compiling owo-colors v4.3.0 |
| 2483 | 2026-04-21T16:08:28.524Z | Compiling expectorate v1.2.0 |
| 2484 | 2026-04-21T16:08:28.551Z | Compiling libsw-core v0.3.2 |
| 2485 | 2026-04-21T16:08:28.577Z | Compiling resolv-conf v0.7.6 |
| 2486 | 2026-04-21T16:08:28.577Z | Compiling toml v0.8.23 |
| 2487 | 2026-04-21T16:08:28.701Z | Compiling tokio-rustls v0.25.0 |
| 2488 | 2026-04-21T16:08:28.783Z | Compiling libsw v3.5.0 |
| 2489 | 2026-04-21T16:08:28.867Z | Compiling linear-map v1.2.0 |
| 2490 | 2026-04-21T16:08:28.964Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-04-21T16:08:29.007Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-04-21T16:08:29.047Z | Compiling linked-hash-map v0.5.6 |
| 2493 | 2026-04-21T16:08:29.121Z | Compiling minimal-lexical v0.2.1 |
| 2494 | 2026-04-21T16:08:29.215Z | Compiling unicode-xid v0.2.6 |
| 2495 | 2026-04-21T16:08:29.241Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2496 | 2026-04-21T16:08:29.241Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2497 | 2026-04-21T16:08:29.244Z | Compiling globset v0.4.18 |
| 2498 | 2026-04-21T16:08:29.308Z | Compiling lru-cache v0.1.2 |
| 2499 | 2026-04-21T16:08:29.311Z | Compiling hickory-proto v0.24.4 |
| 2500 | 2026-04-21T16:08:29.373Z | Compiling nom v7.1.3 |
| 2501 | 2026-04-21T16:08:29.402Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-04-21T16:08:29.529Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2503 | 2026-04-21T16:08:29.779Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2504 | 2026-04-21T16:08:29.924Z | Compiling convert_case v0.10.0 |
| 2505 | 2026-04-21T16:08:30.226Z | Compiling derive_more-impl v2.1.1 |
| 2506 | 2026-04-21T16:08:30.639Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2507 | 2026-04-21T16:08:30.729Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-04-21T16:08:30.781Z | Compiling pin-project-internal v1.1.11 |
| 2509 | 2026-04-21T16:08:31.010Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2510 | 2026-04-21T16:08:31.033Z | Compiling derive_more v2.1.1 |
| 2511 | 2026-04-21T16:08:31.140Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2512 | 2026-04-21T16:08:31.281Z | Compiling typify-macro v0.6.1 |
| 2513 | 2026-04-21T16:08:31.303Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-04-21T16:08:31.511Z | Compiling papergrid v0.11.0 |
| 2515 | 2026-04-21T16:08:31.820Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2026-04-21T16:08:32.021Z | Compiling hickory-resolver v0.24.4 |
| 2517 | 2026-04-21T16:08:32.095Z | Compiling pin-project v1.1.11 |
| 2518 | 2026-04-21T16:08:32.237Z | Compiling tabled_derive v0.7.0 |
| 2519 | 2026-04-21T16:08:32.850Z | Compiling typify v0.6.1 |
| 2520 | 2026-04-21T16:08:32.985Z | Compiling progenitor-impl v0.13.0 |
| 2521 | 2026-04-21T16:08:33.162Z | Compiling pem v3.0.6 |
| 2522 | 2026-04-21T16:08:33.204Z | Compiling qorb v0.4.1 |
| 2523 | 2026-04-21T16:08:33.561Z | Compiling snafu-derive v0.8.9 |
| 2524 | 2026-04-21T16:08:33.899Z | Compiling termtree v0.5.1 |
| 2525 | 2026-04-21T16:08:34.085Z | Compiling tabled v0.15.0 |
| 2526 | 2026-04-21T16:08:34.115Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2527 | 2026-04-21T16:08:35.199Z | Compiling progenitor-macro v0.13.0 |
| 2528 | 2026-04-21T16:08:35.224Z | Compiling snafu v0.8.9 |
| 2529 | 2026-04-21T16:08:35.264Z | Compiling crossterm v0.29.0 |
| 2530 | 2026-04-21T16:08:35.409Z | Compiling olpc-cjson v0.1.4 |
| 2531 | 2026-04-21T16:08:35.663Z | Compiling phf_shared v0.12.1 |
| 2532 | 2026-04-21T16:08:35.823Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2533 | 2026-04-21T16:08:35.914Z | Compiling serde_plain v1.0.2 |
| 2534 | 2026-04-21T16:08:36.238Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2535 | 2026-04-21T16:08:36.359Z | Compiling vte v0.14.1 |
| 2536 | 2026-04-21T16:08:36.623Z | Compiling csv-core v0.1.13 |
| 2537 | 2026-04-21T16:08:36.846Z | Compiling highway v1.3.0 |
| 2538 | 2026-04-21T16:08:37.585Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2539 | 2026-04-21T16:08:37.707Z | Compiling typed-path v0.9.3 |
| 2540 | 2026-04-21T16:08:38.048Z | Compiling chrono-tz v0.10.4 |
| 2541 | 2026-04-21T16:08:38.206Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2542 | 2026-04-21T16:08:38.240Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2543 | 2026-04-21T16:08:38.326Z | Compiling csv v1.4.0 |
| 2544 | 2026-04-21T16:08:38.570Z | Compiling strip-ansi-escapes v0.2.1 |
| 2545 | 2026-04-21T16:08:39.136Z | Compiling tough v0.20.0 |
| 2546 | 2026-04-21T16:08:39.336Z | Compiling progenitor v0.13.0 |
| 2547 | 2026-04-21T16:08:39.518Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2548 | 2026-04-21T16:08:39.693Z | Compiling phf v0.12.1 |
| 2549 | 2026-04-21T16:08:39.898Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2550 | 2026-04-21T16:08:40.104Z | Compiling const_format_proc_macros v0.2.34 |
| 2551 | 2026-04-21T16:08:40.385Z | Compiling fd-lock v4.0.4 |
| 2552 | 2026-04-21T16:08:40.414Z | Compiling peg-macros v0.8.5 |
| 2553 | 2026-04-21T16:08:40.563Z | Compiling nu-ansi-term v0.50.3 |
| 2554 | 2026-04-21T16:08:40.636Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2555 | 2026-04-21T16:08:40.891Z | Compiling const_format v0.2.35 |
| 2556 | 2026-04-21T16:08:41.115Z | Compiling reedline v0.40.0 |
| 2557 | 2026-04-21T16:08:41.680Z | Compiling peg v0.8.5 |
| 2558 | 2026-04-21T16:08:41.792Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2559 | 2026-04-21T16:08:42.013Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2560 | 2026-04-21T16:08:42.038Z | Compiling bcs v0.1.6 |
| 2561 | 2026-04-21T16:08:42.107Z | Compiling semver v0.1.20 |
| 2562 | 2026-04-21T16:08:42.403Z | Compiling rustc_version v0.1.7 |
| 2563 | 2026-04-21T16:08:42.494Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2564 | 2026-04-21T16:08:42.664Z | Compiling newtype_derive v0.1.6 |
| 2565 | 2026-04-21T16:08:42.769Z | Compiling humantime v2.3.0 |
| 2566 | 2026-04-21T16:08:42.791Z | Compiling smawk v0.3.2 |
| 2567 | 2026-04-21T16:08:42.908Z | Compiling unicode-linebreak v0.1.5 |
| 2568 | 2026-04-21T16:08:43.068Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2569 | 2026-04-21T16:08:43.240Z | Compiling textwrap v0.16.2 |
| 2570 | 2026-04-21T16:08:43.390Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2571 | 2026-04-21T16:08:43.511Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2572 | 2026-04-21T16:08:43.823Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2573 | 2026-04-21T16:08:44.284Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2574 | 2026-04-21T16:08:44.356Z | Compiling base64 v0.21.7 |
| 2575 | 2026-04-21T16:08:44.889Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2576 | 2026-04-21T16:08:44.912Z | Compiling steno v0.4.1 |
| 2577 | 2026-04-21T16:08:45.018Z | Compiling utf-8 v0.7.6 |
| 2578 | 2026-04-21T16:08:45.188Z | Compiling tagptr v0.2.0 |
| 2579 | 2026-04-21T16:08:45.272Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2580 | 2026-04-21T16:08:45.356Z | Compiling moka v0.12.13 |
| 2581 | 2026-04-21T16:08:45.378Z | Compiling tungstenite v0.21.0 |
| 2582 | 2026-04-21T16:08:45.448Z | Compiling radium v0.7.0 |
| 2583 | 2026-04-21T16:08:45.782Z | Compiling maybe-uninit v2.0.0 |
| 2584 | 2026-04-21T16:08:46.084Z | Compiling tokio-tungstenite v0.21.0 |
| 2585 | 2026-04-21T16:08:46.381Z | Compiling tap v1.0.1 |
| 2586 | 2026-04-21T16:08:46.455Z | Compiling hickory-resolver v0.25.2 |
| 2587 | 2026-04-21T16:08:46.534Z | Compiling wyz v0.5.1 |
| 2588 | 2026-04-21T16:08:46.612Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-04-21T16:08:46.785Z | Compiling funty v2.0.0 |
| 2590 | 2026-04-21T16:08:46.828Z | Compiling display-error-chain v0.2.2 |
| 2591 | 2026-04-21T16:08:47.006Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-04-21T16:08:47.139Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-04-21T16:08:47.384Z | Compiling zerocopy v0.6.6 |
| 2594 | 2026-04-21T16:08:47.409Z | Compiling bitvec v1.0.1 |
| 2595 | 2026-04-21T16:08:47.468Z | Compiling crc v3.4.0 |
| 2596 | 2026-04-21T16:08:47.630Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2597 | 2026-04-21T16:08:47.707Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2598 | 2026-04-21T16:08:47.807Z | Compiling packed_struct_codegen v0.10.1 |
| 2599 | 2026-04-21T16:08:47.970Z | Compiling bitfield-macros v0.19.4 |
| 2600 | 2026-04-21T16:08:48.266Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2601 | 2026-04-21T16:08:48.694Z | Compiling indexmap v1.9.3 |
| 2602 | 2026-04-21T16:08:48.843Z | Compiling nodrop v0.1.14 |
| 2603 | 2026-04-21T16:08:48.967Z | Compiling array-init v0.0.4 |
| 2604 | 2026-04-21T16:08:48.990Z | Compiling bitfield v0.19.4 |
| 2605 | 2026-04-21T16:08:49.322Z | Compiling smallvec v0.6.14 |
| 2606 | 2026-04-21T16:08:49.365Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2607 | 2026-04-21T16:08:49.598Z | Compiling num-derive v0.3.3 |
| 2608 | 2026-04-21T16:08:50.305Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2609 | 2026-04-21T16:08:50.484Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-04-21T16:08:50.882Z | Compiling hashbrown v0.12.3 |
| 2611 | 2026-04-21T16:08:50.936Z | Compiling proc-macro-error2 v2.0.1 |
| 2612 | 2026-04-21T16:08:51.256Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-04-21T16:08:51.535Z | Compiling libscf-sys v1.1.0 |
| 2614 | 2026-04-21T16:08:51.691Z | Compiling serde-hex v0.1.0 |
| 2615 | 2026-04-21T16:08:51.712Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2616 | 2026-04-21T16:08:51.961Z | Compiling ron v0.8.1 |
| 2617 | 2026-04-21T16:08:52.017Z | Compiling typify-impl v0.4.3 |
| 2618 | 2026-04-21T16:08:52.277Z | Compiling hashbrown v0.13.2 |
| 2619 | 2026-04-21T16:08:52.530Z | Compiling vergen-gitcl v1.0.8 |
| 2620 | 2026-04-21T16:08:52.734Z | Compiling dirs-sys-next v0.1.2 |
| 2621 | 2026-04-21T16:08:52.790Z | Compiling crunchy v0.2.4 |
| 2622 | 2026-04-21T16:08:52.794Z | Compiling crc-any v2.5.0 |
| 2623 | 2026-04-21T16:08:52.917Z | Compiling diesel_derives v2.3.7 |
| 2624 | 2026-04-21T16:08:53.017Z | Compiling glob v0.3.3 |
| 2625 | 2026-04-21T16:08:53.085Z | Compiling maplit v1.0.2 |
| 2626 | 2026-04-21T16:08:53.139Z | Compiling dirs-next v2.0.0 |
| 2627 | 2026-04-21T16:08:53.192Z | Compiling object v0.30.4 |
| 2628 | 2026-04-21T16:08:53.247Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-04-21T16:08:53.277Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2630 | 2026-04-21T16:08:53.300Z | Compiling tabled_derive v0.11.0 |
| 2631 | 2026-04-21T16:08:53.398Z | Compiling clang-sys v1.8.1 |
| 2632 | 2026-04-21T16:08:53.573Z | Compiling papergrid v0.17.0 |
| 2633 | 2026-04-21T16:08:53.799Z | Compiling testing_table v0.3.0 |
| 2634 | 2026-04-21T16:08:53.855Z | Compiling dsl_auto_type v0.2.0 |
| 2635 | 2026-04-21T16:08:53.957Z | Compiling scheduled-thread-pool v0.2.7 |
| 2636 | 2026-04-21T16:08:53.979Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2637 | 2026-04-21T16:08:54.208Z | Compiling tiny-keccak v2.0.2 |
| 2638 | 2026-04-21T16:08:54.241Z | Compiling path-slash v0.1.5 |
| 2639 | 2026-04-21T16:08:54.354Z | Compiling r2d2 v0.8.10 |
| 2640 | 2026-04-21T16:08:54.440Z | Compiling term v0.7.0 |
| 2641 | 2026-04-21T16:08:54.573Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2642 | 2026-04-21T16:08:54.625Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2643 | 2026-04-21T16:08:54.649Z | Compiling downcast-rs v2.0.2 |
| 2644 | 2026-04-21T16:08:54.795Z | Compiling tabled v0.20.0 |
| 2645 | 2026-04-21T16:08:54.825Z | Compiling bit-vec v0.6.3 |
| 2646 | 2026-04-21T16:08:54.865Z | Compiling xshell-macros v0.2.7 |
| 2647 | 2026-04-21T16:08:54.986Z | Compiling ascii-canvas v3.0.0 |
| 2648 | 2026-04-21T16:08:55.039Z | Compiling bit-set v0.5.3 |
| 2649 | 2026-04-21T16:08:55.236Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2650 | 2026-04-21T16:08:55.263Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2651 | 2026-04-21T16:08:55.283Z | Compiling xshell v0.2.7 |
| 2652 | 2026-04-21T16:08:55.325Z | Compiling itertools v0.10.5 |
| 2653 | 2026-04-21T16:08:55.511Z | Compiling typify-macro v0.4.3 |
| 2654 | 2026-04-21T16:08:55.628Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2655 | 2026-04-21T16:08:55.729Z | Compiling ena v0.14.4 |
| 2656 | 2026-04-21T16:08:55.992Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2657 | 2026-04-21T16:08:56.016Z | Compiling libloading v0.8.9 |
| 2658 | 2026-04-21T16:08:56.254Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-04-21T16:08:56.416Z | Compiling diff v0.1.13 |
| 2660 | 2026-04-21T16:08:56.547Z | Compiling unicase v2.9.0 |
| 2661 | 2026-04-21T16:08:56.621Z | Compiling regex-syntax v0.6.29 |
| 2662 | 2026-04-21T16:08:56.732Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2663 | 2026-04-21T16:08:58.014Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2664 | 2026-04-21T16:08:58.100Z | Compiling lalrpop v0.19.12 |
| 2665 | 2026-04-21T16:08:58.674Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2666 | 2026-04-21T16:08:59.239Z | Compiling diesel v2.3.7 |
| 2667 | 2026-04-21T16:08:59.262Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-04-21T16:08:59.287Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2669 | 2026-04-21T16:08:59.328Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2670 | 2026-04-21T16:08:59.399Z | Compiling crc8 v0.1.1 |
| 2671 | 2026-04-21T16:08:59.514Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2672 | 2026-04-21T16:08:59.538Z | Compiling typify v0.4.3 |
| 2673 | 2026-04-21T16:08:59.584Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2674 | 2026-04-21T16:08:59.611Z | Compiling headers-core v0.3.0 |
| 2675 | 2026-04-21T16:08:59.771Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2676 | 2026-04-21T16:08:59.904Z | Compiling libxml v0.3.3 |
| 2677 | 2026-04-21T16:09:00.102Z | Compiling headers v0.4.1 |
| 2678 | 2026-04-21T16:09:00.157Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2679 | 2026-04-21T16:09:00.222Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2680 | 2026-04-21T16:09:00.454Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2681 | 2026-04-21T16:09:00.947Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-04-21T16:09:01.377Z | Compiling indoc v1.0.9 |
| 2683 | 2026-04-21T16:09:01.831Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2684 | 2026-04-21T16:09:01.982Z | Compiling derive_builder v0.20.2 |
| 2685 | 2026-04-21T16:09:02.003Z | Compiling oso-derive v0.27.3 |
| 2686 | 2026-04-21T16:09:02.076Z | Compiling quick-xml v0.37.5 |
| 2687 | 2026-04-21T16:09:02.189Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2688 | 2026-04-21T16:09:02.219Z | Compiling half v1.8.3 |
| 2689 | 2026-04-21T16:09:02.242Z | Compiling openssl-probe v0.1.6 |
| 2690 | 2026-04-21T16:09:02.553Z | Compiling serde_cbor v0.11.2 |
| 2691 | 2026-04-21T16:09:02.671Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2692 | 2026-04-21T16:09:02.696Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2693 | 2026-04-21T16:09:02.717Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2694 | 2026-04-21T16:09:03.391Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2695 | 2026-04-21T16:09:03.504Z | Compiling bb8 v0.8.6 |
| 2696 | 2026-04-21T16:09:03.577Z | Compiling trait-variant v0.1.2 |
| 2697 | 2026-04-21T16:09:03.657Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2698 | 2026-04-21T16:09:03.742Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2699 | 2026-04-21T16:09:03.912Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2700 | 2026-04-21T16:09:04.073Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-04-21T16:09:04.096Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2702 | 2026-04-21T16:09:04.136Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2703 | 2026-04-21T16:09:04.190Z | Compiling progenitor-impl v0.10.0 |
| 2704 | 2026-04-21T16:09:04.249Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2705 | 2026-04-21T16:09:04.366Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2706 | 2026-04-21T16:09:04.435Z | Compiling samael v0.0.19 |
| 2707 | 2026-04-21T16:09:04.675Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-04-21T16:09:04.911Z | Compiling libz-sys v1.1.24 |
| 2709 | 2026-04-21T16:09:05.169Z | Compiling nonempty v0.12.0 |
| 2710 | 2026-04-21T16:09:05.375Z | Compiling salty v0.3.0 |
| 2711 | 2026-04-21T16:09:05.533Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-04-21T16:09:05.742Z | Compiling polar-core v0.27.3 |
| 2713 | 2026-04-21T16:09:05.764Z | Compiling progenitor-impl v0.11.2 |
| 2714 | 2026-04-21T16:09:05.931Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2715 | 2026-04-21T16:09:05.956Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2716 | 2026-04-21T16:09:06.358Z | Compiling progenitor-macro v0.10.0 |
| 2717 | 2026-04-21T16:09:07.530Z | Compiling darling_core v0.23.0 |
| 2718 | 2026-04-21T16:09:07.945Z | Compiling nanorand v0.7.0 |
| 2719 | 2026-04-21T16:09:08.260Z | Compiling arc-swap v1.8.2 |
| 2720 | 2026-04-21T16:09:08.325Z | Compiling fs-err v2.11.0 |
| 2721 | 2026-04-21T16:09:08.564Z | Compiling parking_lot_core v0.8.6 |
| 2722 | 2026-04-21T16:09:08.898Z | Compiling mime_guess v2.0.5 |
| 2723 | 2026-04-21T16:09:09.009Z | Compiling slog-scope v4.4.1 |
| 2724 | 2026-04-21T16:09:09.505Z | Compiling flume v0.11.1 |
| 2725 | 2026-04-21T16:09:09.528Z | Compiling progenitor-macro v0.11.2 |
| 2726 | 2026-04-21T16:09:09.793Z | Compiling darling_macro v0.23.0 |
| 2727 | 2026-04-21T16:09:09.955Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2728 | 2026-04-21T16:09:10.319Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2729 | 2026-04-21T16:09:10.450Z | Compiling progenitor v0.10.0 |
| 2730 | 2026-04-21T16:09:10.639Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2731 | 2026-04-21T16:09:11.385Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2732 | 2026-04-21T16:09:11.426Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2733 | 2026-04-21T16:09:13.615Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2734 | 2026-04-21T16:09:14.028Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-04-21T16:09:14.615Z | Compiling oso v0.27.3 |
| 2736 | 2026-04-21T16:09:15.216Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2737 | 2026-04-21T16:09:15.259Z | Compiling progenitor-client v0.11.2 |
| 2738 | 2026-04-21T16:09:16.048Z | Compiling git-stub v1.0.0 |
| 2739 | 2026-04-21T16:09:16.320Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2740 | 2026-04-21T16:09:17.954Z | Compiling async-bb8-diesel v0.2.1 |
| 2741 | 2026-04-21T16:09:18.444Z | Compiling diesel-dtrace v0.5.0 |
| 2742 | 2026-04-21T16:09:18.775Z | Compiling instability v0.3.11 |
| 2743 | 2026-04-21T16:09:19.340Z | Compiling git-stub-vcs v0.1.0 |
| 2744 | 2026-04-21T16:09:19.365Z | Compiling progenitor v0.11.2 |
| 2745 | 2026-04-21T16:09:19.553Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2746 | 2026-04-21T16:09:19.718Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2747 | 2026-04-21T16:09:20.258Z | Compiling darling v0.23.0 |
| 2748 | 2026-04-21T16:09:20.417Z | Compiling slog-stdlog v4.1.1 |
| 2749 | 2026-04-21T16:09:21.071Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2750 | 2026-04-21T16:09:21.165Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2751 | 2026-04-21T16:09:21.339Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2752 | 2026-04-21T16:09:22.000Z | Compiling ignore v0.4.25 |
| 2753 | 2026-04-21T16:09:23.061Z | Compiling primeorder v0.13.6 |
| 2754 | 2026-04-21T16:09:23.387Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-04-21T16:09:24.149Z | Compiling castaway v0.2.4 |
| 2756 | 2026-04-21T16:09:24.220Z | Compiling atty v0.2.14 |
| 2757 | 2026-04-21T16:09:24.311Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-04-21T16:09:24.368Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2759 | 2026-04-21T16:09:24.551Z | Compiling http-range v0.1.5 |
| 2760 | 2026-04-21T16:09:24.604Z | Compiling indoc v2.0.7 |
| 2761 | 2026-04-21T16:09:24.851Z | Compiling parse-size v1.1.0 |
| 2762 | 2026-04-21T16:09:24.931Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-04-21T16:09:24.974Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-04-21T16:09:25.075Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2765 | 2026-04-21T16:09:25.749Z | Compiling p384 v0.13.1 |
| 2766 | 2026-04-21T16:09:26.515Z | Compiling globwalk v0.9.1 |
| 2767 | 2026-04-21T16:09:27.097Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-04-21T16:09:27.195Z | Compiling parking_lot v0.11.2 |
| 2769 | 2026-04-21T16:09:27.218Z | Compiling slog-envlogger v2.2.0 |
| 2770 | 2026-04-21T16:09:27.318Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-04-21T16:09:27.788Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2772 | 2026-04-21T16:09:27.943Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2773 | 2026-04-21T16:09:28.085Z | Compiling predicates-tree v1.0.13 |
| 2774 | 2026-04-21T16:09:28.159Z | Compiling unicode-truncate v1.1.0 |
| 2775 | 2026-04-21T16:09:28.348Z | Compiling lru v0.12.5 |
| 2776 | 2026-04-21T16:09:28.378Z | Compiling rand_seeder v0.4.0 |
| 2777 | 2026-04-21T16:09:28.399Z | Compiling prefix-trie v0.7.0 |
| 2778 | 2026-04-21T16:09:28.422Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-04-21T16:09:28.557Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-04-21T16:09:28.578Z | Compiling compression-core v0.4.31 |
| 2781 | 2026-04-21T16:09:28.639Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2782 | 2026-04-21T16:09:28.689Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-04-21T16:09:28.792Z | Compiling compression-codecs v0.4.37 |
| 2784 | 2026-04-21T16:09:28.842Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-04-21T16:09:28.901Z | Compiling hickory-server v0.25.2 |
| 2786 | 2026-04-21T16:09:29.198Z | Compiling camino-tempfile-ext v0.3.3 |
| 2787 | 2026-04-21T16:09:29.799Z | Compiling hyper-staticfile v0.10.1 |
| 2788 | 2026-04-21T16:09:29.822Z | Compiling sled v0.34.7 |
| 2789 | 2026-04-21T16:09:30.461Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2790 | 2026-04-21T16:09:31.042Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2791 | 2026-04-21T16:09:31.137Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-04-21T16:09:31.197Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2793 | 2026-04-21T16:09:31.450Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2794 | 2026-04-21T16:09:31.938Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-04-21T16:09:32.265Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2796 | 2026-04-21T16:09:32.397Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-04-21T16:09:32.805Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2798 | 2026-04-21T16:09:32.918Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2799 | 2026-04-21T16:09:33.065Z | Compiling dropshot v0.17.0 |
| 2800 | 2026-04-21T16:09:33.312Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2801 | 2026-04-21T16:09:33.395Z | Compiling rustls v0.21.12 |
| 2802 | 2026-04-21T16:09:33.551Z | Compiling corncobs v0.1.4 |
| 2803 | 2026-04-21T16:09:33.751Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2804 | 2026-04-21T16:09:33.808Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2805 | 2026-04-21T16:09:33.911Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2806 | 2026-04-21T16:09:34.009Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2807 | 2026-04-21T16:09:34.241Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2808 | 2026-04-21T16:09:34.566Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2809 | 2026-04-21T16:09:34.819Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2810 | 2026-04-21T16:09:34.852Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-04-21T16:09:35.217Z | Compiling async-compression v0.4.41 |
| 2812 | 2026-04-21T16:09:35.727Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2813 | 2026-04-21T16:09:37.483Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2814 | 2026-04-21T16:09:37.861Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2815 | 2026-04-21T16:09:38.001Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2816 | 2026-04-21T16:09:38.073Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2817 | 2026-04-21T16:09:38.240Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2818 | 2026-04-21T16:09:38.312Z | Compiling sct v0.7.1 |
| 2819 | 2026-04-21T16:09:38.476Z | Compiling rustls-webpki v0.101.7 |
| 2820 | 2026-04-21T16:09:38.599Z | Compiling nix v0.29.0 |
| 2821 | 2026-04-21T16:09:38.866Z | Compiling secrecy v0.8.0 |
| 2822 | 2026-04-21T16:09:38.998Z | Compiling dropshot_endpoint v0.17.0 |
| 2823 | 2026-04-21T16:09:39.061Z | Compiling void v1.0.2 |
| 2824 | 2026-04-21T16:09:39.212Z | Compiling lzss v0.8.2 |
| 2825 | 2026-04-21T16:09:40.172Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2826 | 2026-04-21T16:09:40.407Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2827 | 2026-04-21T16:09:40.882Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2828 | 2026-04-21T16:09:41.488Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2829 | 2026-04-21T16:09:41.906Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2830 | 2026-04-21T16:09:42.653Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2831 | 2026-04-21T16:09:42.945Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2832 | 2026-04-21T16:09:43.198Z | Compiling tungstenite v0.23.0 |
| 2833 | 2026-04-21T16:09:43.337Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2834 | 2026-04-21T16:09:43.461Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2835 | 2026-04-21T16:09:43.569Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2836 | 2026-04-21T16:09:43.695Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2837 | 2026-04-21T16:09:43.795Z | Compiling nix v0.27.1 |
| 2838 | 2026-04-21T16:09:43.817Z | Compiling serde_bytes v0.11.19 |
| 2839 | 2026-04-21T16:09:43.959Z | Compiling tokio-tungstenite v0.23.1 |
| 2840 | 2026-04-21T16:09:44.146Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2841 | 2026-04-21T16:09:44.313Z | Compiling git2 v0.20.4 |
| 2842 | 2026-04-21T16:09:44.430Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2843 | 2026-04-21T16:09:44.968Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2844 | 2026-04-21T16:09:45.060Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2845 | 2026-04-21T16:09:45.594Z | Compiling tokio-rustls v0.24.1 |
| 2846 | 2026-04-21T16:09:45.905Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2847 | 2026-04-21T16:09:47.928Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2848 | 2026-04-21T16:09:47.978Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2849 | 2026-04-21T16:09:50.192Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2850 | 2026-04-21T16:09:50.275Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2851 | 2026-04-21T16:09:50.700Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2852 | 2026-04-21T16:09:51.079Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2853 | 2026-04-21T16:09:51.357Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2854 | 2026-04-21T16:09:52.803Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2855 | 2026-04-21T16:09:53.189Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2856 | 2026-04-21T16:09:53.702Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2857 | 2026-04-21T16:09:54.677Z | Compiling rustls-pemfile v1.0.4 |
| 2858 | 2026-04-21T16:09:55.132Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2859 | 2026-04-21T16:09:55.657Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2860 | 2026-04-21T16:09:55.681Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2861 | 2026-04-21T16:09:57.227Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2862 | 2026-04-21T16:09:57.956Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2863 | 2026-04-21T16:09:58.045Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2864 | 2026-04-21T16:09:58.367Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2865 | 2026-04-21T16:09:58.611Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2866 | 2026-04-21T16:09:58.661Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2867 | 2026-04-21T16:09:58.848Z | Compiling signal-hook-tokio v0.3.1 |
| 2868 | 2026-04-21T16:09:59.036Z | Compiling twox-hash v2.1.2 |
| 2869 | 2026-04-21T16:09:59.058Z | Compiling yasna v0.5.2 |
| 2870 | 2026-04-21T16:09:59.481Z | Compiling is_ci v1.2.0 |
| 2871 | 2026-04-21T16:09:59.613Z | Compiling supports-color v3.0.2 |
| 2872 | 2026-04-21T16:09:59.636Z | Compiling rcgen v0.12.1 |
| 2873 | 2026-04-21T16:09:59.711Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2874 | 2026-04-21T16:09:59.767Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2875 | 2026-04-21T16:09:59.893Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2876 | 2026-04-21T16:10:00.626Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2877 | 2026-04-21T16:10:02.108Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2878 | 2026-04-21T16:10:02.702Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2879 | 2026-04-21T16:10:03.187Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2880 | 2026-04-21T16:10:03.319Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2881 | 2026-04-21T16:10:04.046Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2882 | 2026-04-21T16:10:04.355Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2883 | 2026-04-21T16:10:04.728Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2884 | 2026-04-21T16:10:04.964Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2885 | 2026-04-21T16:10:05.216Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2886 | 2026-04-21T16:10:05.245Z | Compiling fatfs v0.3.6 |
| 2887 | 2026-04-21T16:10:05.471Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2888 | 2026-04-21T16:10:06.435Z | Compiling subprocess v0.2.15 |
| 2889 | 2026-04-21T16:10:07.035Z | Compiling rtoolbox v0.0.3 |
| 2890 | 2026-04-21T16:10:07.360Z | Compiling assert_matches v1.5.0 |
| 2891 | 2026-04-21T16:10:07.474Z | Compiling seq-macro v0.3.6 |
| 2892 | 2026-04-21T16:10:07.967Z | Compiling rpassword v7.4.0 |
| 2893 | 2026-04-21T16:10:07.989Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2894 | 2026-04-21T16:10:08.252Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2895 | 2026-04-21T16:10:08.274Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2896 | 2026-04-21T16:10:08.628Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2897 | 2026-04-21T16:10:09.271Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2898 | 2026-04-21T16:10:09.413Z | Compiling tui-tree-widget v0.23.1 |
| 2899 | 2026-04-21T16:10:09.706Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2900 | 2026-04-21T16:10:10.410Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2901 | 2026-04-21T16:10:10.945Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2902 | 2026-04-21T16:10:11.044Z | Compiling uzers v0.12.2 |
| 2903 | 2026-04-21T16:10:11.617Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2904 | 2026-04-21T16:10:12.528Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2905 | 2026-04-21T16:10:13.662Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2906 | 2026-04-21T16:10:14.685Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2907 | 2026-04-21T16:10:16.508Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2908 | 2026-04-21T16:10:17.255Z | Compiling support-bundle-viewer v0.1.2 |
| 2909 | 2026-04-21T16:10:18.721Z | Compiling multimap v0.10.1 |
| 2910 | 2026-04-21T16:10:27.091Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2911 | 2026-04-21T16:10:35.498Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2912 | 2026-04-21T16:10:38.063Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2913 | 2026-04-21T16:10:38.260Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2914 | 2026-04-21T16:17:10.030Z | Finished `release` profile [optimized] target(s) in 8m 45s |
| 2915 | 2026-04-21T16:17:54.323Z | |
| 2916 | 2026-04-21T16:17:54.327Z | real 9:30.637853781 |
| 2917 | 2026-04-21T16:17:54.327Z | user 1:19:20.205652712 |
| 2918 | 2026-04-21T16:17:54.327Z | sys 3:30.630893739 |
| 2919 | 2026-04-21T16:17:54.327Z | trap 1.753653134 |
| 2920 | 2026-04-21T16:17:54.327Z | tflt 2.162359531 |
| 2921 | 2026-04-21T16:17:54.327Z | dflt 16.262953079 |
| 2922 | 2026-04-21T16:17:54.327Z | kflt 0.076273439 |
| 2923 | 2026-04-21T16:17:54.327Z | lock 7:05:29.396282495 |
| 2924 | 2026-04-21T16:17:54.327Z | slp 2:16:20.521172046 |
| 2925 | 2026-04-21T16:17:54.327Z | lat 2:29.884038608 |
| 2926 | 2026-04-21T16:17:54.327Z | stop 5:17.155225468 |
| 2927 | 2026-04-21T16:17:54.327Z | + mapfile -t packages |
| 2928 | 2026-04-21T16:17:54.327Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2929 | 2026-04-21T16:17:55.282Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2930 | 2026-04-21T16:17:55.362Z | Running `target/release/omicron-package -t test list-outputs` |
| 2931 | 2026-04-21T16:17:55.414Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2932 | 2026-04-21T16:17:55.418Z | + ptime -m cargo build --locked --release -p xtask |
| 2933 | 2026-04-21T16:17:55.949Z | Compiling libc v0.2.185 |
| 2934 | 2026-04-21T16:17:55.949Z | Compiling serde v1.0.228 |
| 2935 | 2026-04-21T16:17:55.953Z | Compiling serde_core v1.0.228 |
| 2936 | 2026-04-21T16:17:55.953Z | Compiling rustix v1.1.3 |
| 2937 | 2026-04-21T16:17:56.051Z | Compiling bitflags v2.11.0 |
| 2938 | 2026-04-21T16:17:56.055Z | Compiling serde_json v1.0.149 |
| 2939 | 2026-04-21T16:17:56.089Z | Compiling num-traits v0.2.19 |
| 2940 | 2026-04-21T16:17:56.099Z | Compiling syn v2.0.117 |
| 2941 | 2026-04-21T16:17:56.110Z | Compiling hashbrown v0.16.1 |
| 2942 | 2026-04-21T16:17:56.113Z | Compiling smallvec v1.15.1 |
| 2943 | 2026-04-21T16:17:56.143Z | Compiling usdt-impl v0.5.0 |
| 2944 | 2026-04-21T16:17:56.154Z | Compiling syn v1.0.109 |
| 2945 | 2026-04-21T16:17:56.164Z | Compiling percent-encoding v2.3.2 |
| 2946 | 2026-04-21T16:17:56.164Z | Compiling getrandom v0.4.1 |
| 2947 | 2026-04-21T16:17:56.305Z | Compiling log v0.4.29 |
| 2948 | 2026-04-21T16:17:56.457Z | Compiling form_urlencoded v1.2.2 |
| 2949 | 2026-04-21T16:17:56.565Z | Compiling fs-err v3.3.0 |
| 2950 | 2026-04-21T16:17:56.568Z | Compiling once_cell v1.21.3 |
| 2951 | 2026-04-21T16:17:56.596Z | Compiling anyhow v1.0.102 |
| 2952 | 2026-04-21T16:17:56.607Z | Compiling heck v0.4.1 |
| 2953 | 2026-04-21T16:17:56.717Z | Compiling indexmap v2.13.0 |
| 2954 | 2026-04-21T16:17:56.843Z | Compiling errno v0.3.14 |
| 2955 | 2026-04-21T16:17:56.847Z | Compiling thread-id v4.2.2 |
| 2956 | 2026-04-21T16:17:56.847Z | Compiling memmap v0.7.0 |
| 2957 | 2026-04-21T16:17:57.117Z | Compiling ordered-float v2.10.1 |
| 2958 | 2026-04-21T16:17:57.681Z | Compiling proc-macro-error v1.0.4 |
| 2959 | 2026-04-21T16:17:57.868Z | Compiling terminal_size v0.4.3 |
| 2960 | 2026-04-21T16:17:57.868Z | Compiling tempfile v3.25.0 |
| 2961 | 2026-04-21T16:17:57.938Z | Compiling tabled_derive v0.7.0 |
| 2962 | 2026-04-21T16:17:57.974Z | Compiling clap_builder v4.5.60 |
| 2963 | 2026-04-21T16:17:57.974Z | Compiling textwrap v0.16.2 |
| 2964 | 2026-04-21T16:17:58.101Z | Compiling camino-tempfile v1.4.1 |
| 2965 | 2026-04-21T16:17:58.634Z | Compiling tabled v0.15.0 |
| 2966 | 2026-04-21T16:17:58.675Z | Compiling synstructure v0.13.2 |
| 2967 | 2026-04-21T16:17:58.675Z | Compiling pest_generator v2.8.6 |
| 2968 | 2026-04-21T16:17:59.086Z | Compiling serde_derive v1.0.228 |
| 2969 | 2026-04-21T16:17:59.086Z | Compiling zerofrom-derive v0.1.6 |
| 2970 | 2026-04-21T16:17:59.089Z | Compiling yoke-derive v0.8.1 |
| 2971 | 2026-04-21T16:17:59.089Z | Compiling zerovec-derive v0.11.2 |
| 2972 | 2026-04-21T16:17:59.089Z | Compiling displaydoc v0.2.5 |
| 2973 | 2026-04-21T16:17:59.089Z | Compiling thiserror-impl v1.0.69 |
| 2974 | 2026-04-21T16:17:59.089Z | Compiling zerocopy-derive v0.7.35 |
| 2975 | 2026-04-21T16:17:59.089Z | Compiling scroll_derive v0.12.1 |
| 2976 | 2026-04-21T16:17:59.108Z | Compiling thiserror-impl v2.0.18 |
| 2977 | 2026-04-21T16:17:59.111Z | Compiling clap_derive v4.5.55 |
| 2978 | 2026-04-21T16:17:59.206Z | Compiling pest_derive v2.8.6 |
| 2979 | 2026-04-21T16:17:59.849Z | Compiling scroll v0.12.0 |
| 2980 | 2026-04-21T16:18:00.006Z | Compiling zerocopy v0.7.35 |
| 2981 | 2026-04-21T16:18:00.187Z | Compiling goblin v0.8.2 |
| 2982 | 2026-04-21T16:18:00.198Z | Compiling thiserror v1.0.69 |
| 2983 | 2026-04-21T16:18:00.329Z | Compiling dtrace-parser v0.2.0 |
| 2984 | 2026-04-21T16:18:00.348Z | Compiling zerofrom v0.1.6 |
| 2985 | 2026-04-21T16:18:00.383Z | Compiling thiserror v2.0.18 |
| 2986 | 2026-04-21T16:18:00.504Z | Compiling yoke v0.8.1 |
| 2987 | 2026-04-21T16:18:00.736Z | Compiling zerovec v0.11.5 |
| 2988 | 2026-04-21T16:18:00.756Z | Compiling zerotrie v0.2.3 |
| 2989 | 2026-04-21T16:18:00.853Z | Compiling clap v4.5.60 |
| 2990 | 2026-04-21T16:18:01.358Z | Compiling tinystr v0.8.2 |
| 2991 | 2026-04-21T16:18:01.599Z | Compiling icu_locale_core v2.1.1 |
| 2992 | 2026-04-21T16:18:02.508Z | Compiling potential_utf v0.1.4 |
| 2993 | 2026-04-21T16:18:02.518Z | Compiling icu_provider v2.1.1 |
| 2994 | 2026-04-21T16:18:02.676Z | Compiling icu_collections v2.1.1 |
| 2995 | 2026-04-21T16:18:02.710Z | Compiling toml_datetime v0.6.11 |
| 2996 | 2026-04-21T16:18:02.721Z | Compiling serde_spanned v0.6.9 |
| 2997 | 2026-04-21T16:18:02.760Z | Compiling dof v0.3.0 |
| 2998 | 2026-04-21T16:18:02.862Z | Compiling serde-value v0.7.0 |
| 2999 | 2026-04-21T16:18:02.901Z | Compiling cargo-platform v0.2.0 |
| 3000 | 2026-04-21T16:18:02.913Z | Compiling macaddr v1.0.1 |
| 3001 | 2026-04-21T16:18:02.950Z | Compiling toml_edit v0.22.27 |
| 3002 | 2026-04-21T16:18:03.109Z | Compiling icu_properties v2.1.2 |
| 3003 | 2026-04-21T16:18:03.113Z | Compiling icu_normalizer v2.1.1 |
| 3004 | 2026-04-21T16:18:03.222Z | Compiling serde_tokenstream v0.2.3 |
| 3005 | 2026-04-21T16:18:03.985Z | Compiling idna_adapter v1.2.1 |
| 3006 | 2026-04-21T16:18:04.012Z | Compiling usdt-attr-macro v0.5.0 |
| 3007 | 2026-04-21T16:18:04.036Z | Compiling usdt-macro v0.5.0 |
| 3008 | 2026-04-21T16:18:04.139Z | Compiling idna v1.1.0 |
| 3009 | 2026-04-21T16:18:04.462Z | Compiling url v2.5.8 |
| 3010 | 2026-04-21T16:18:04.517Z | Compiling toml v0.8.23 |
| 3011 | 2026-04-21T16:18:04.668Z | Compiling usdt v0.5.0 |
| 3012 | 2026-04-21T16:18:04.969Z | Compiling cargo_toml v0.21.0 |
| 3013 | 2026-04-21T16:18:04.981Z | Compiling cargo-util-schemas v0.8.2 |
| 3014 | 2026-04-21T16:18:06.048Z | Compiling cargo_metadata v0.21.0 |
| 3015 | 2026-04-21T16:18:09.135Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3016 | 2026-04-21T16:18:12.167Z | Finished `release` profile [optimized] target(s) in 16.73s |
| 3017 | 2026-04-21T16:18:12.288Z | |
| 3018 | 2026-04-21T16:18:12.288Z | real 16.840003010 |
| 3019 | 2026-04-21T16:18:12.288Z | user 2:24.328771634 |
| 3020 | 2026-04-21T16:18:12.288Z | sys 17.366741629 |
| 3021 | 2026-04-21T16:18:12.288Z | trap 0.089161999 |
| 3022 | 2026-04-21T16:18:12.288Z | tflt 0.666746386 |
| 3023 | 2026-04-21T16:18:12.288Z | dflt 1.328372693 |
| 3024 | 2026-04-21T16:18:12.292Z | kflt 0.000087921 |
| 3025 | 2026-04-21T16:18:12.292Z | lock 5:22.593741321 |
| 3026 | 2026-04-21T16:18:12.292Z | slp 3:29.229231040 |
| 3027 | 2026-04-21T16:18:12.292Z | lat 7.191184772 |
| 3028 | 2026-04-21T16:18:12.292Z | stop 18.879049908 |
| 3029 | 2026-04-21T16:18:12.292Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3030 | 2026-04-21T16:18:12.292Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3031 | 2026-04-21T16:18:12.292Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3032 | 2026-04-21T16:18:12.292Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3033 | 2026-04-21T16:18:12.292Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3034 | 2026-04-21T16:18:13.224Z | Compiling regress v0.10.5 |
| 3035 | 2026-04-21T16:18:13.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-04-21T16:18:13.370Z | Compiling newtype-uuid-macros v0.1.0 |
| 3037 | 2026-04-21T16:18:13.373Z | Compiling rustls v0.22.4 |
| 3038 | 2026-04-21T16:18:13.373Z | Compiling progenitor-client v0.13.0 |
| 3039 | 2026-04-21T16:18:13.373Z | Compiling rustls-webpki v0.102.8 |
| 3040 | 2026-04-21T16:18:13.373Z | Compiling structmeta-derive v0.3.0 |
| 3041 | 2026-04-21T16:18:13.373Z | Compiling serde_spanned v1.0.4 |
| 3042 | 2026-04-21T16:18:13.373Z | Compiling multer v3.1.0 |
| 3043 | 2026-04-21T16:18:13.373Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3044 | 2026-04-21T16:18:13.374Z | Compiling debug-ignore v1.0.5 |
| 3045 | 2026-04-21T16:18:13.391Z | Compiling match_cfg v0.1.0 |
| 3046 | 2026-04-21T16:18:13.391Z | Compiling slog-json v2.6.1 |
| 3047 | 2026-04-21T16:18:13.394Z | Compiling async-stream-impl v0.3.6 |
| 3048 | 2026-04-21T16:18:13.394Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-04-21T16:18:13.394Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-04-21T16:18:13.617Z | Compiling hostname v0.3.1 |
| 3051 | 2026-04-21T16:18:13.635Z | Compiling serde_path_to_error v0.1.20 |
| 3052 | 2026-04-21T16:18:13.650Z | Compiling hostname v0.4.2 |
| 3053 | 2026-04-21T16:18:13.666Z | Compiling itertools v0.14.0 |
| 3054 | 2026-04-21T16:18:13.721Z | Compiling dropshot v0.16.7 |
| 3055 | 2026-04-21T16:18:13.724Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3056 | 2026-04-21T16:18:13.777Z | Compiling slog-bunyan v2.5.0 |
| 3057 | 2026-04-21T16:18:13.820Z | Compiling dropshot_endpoint v0.16.7 |
| 3058 | 2026-04-21T16:18:13.839Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3059 | 2026-04-21T16:18:13.886Z | Compiling macaddr v1.0.1 |
| 3060 | 2026-04-21T16:18:13.936Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3061 | 2026-04-21T16:18:13.954Z | Compiling instant v0.1.13 |
| 3062 | 2026-04-21T16:18:14.026Z | Compiling progenitor-client v0.10.0 |
| 3063 | 2026-04-21T16:18:14.067Z | Compiling backon v1.6.0 |
| 3064 | 2026-04-21T16:18:14.070Z | Compiling backoff v0.4.0 |
| 3065 | 2026-04-21T16:18:14.097Z | Compiling async-stream v0.3.6 |
| 3066 | 2026-04-21T16:18:14.112Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3067 | 2026-04-21T16:18:14.136Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3068 | 2026-04-21T16:18:14.289Z | Compiling progenitor-extras v0.1.1 |
| 3069 | 2026-04-21T16:18:14.289Z | Compiling universal-hash v0.5.1 |
| 3070 | 2026-04-21T16:18:14.325Z | Compiling opaque-debug v0.3.1 |
| 3071 | 2026-04-21T16:18:14.352Z | Compiling half v2.7.1 |
| 3072 | 2026-04-21T16:18:14.373Z | Compiling crucible-workspace-hack v0.1.0 |
| 3073 | 2026-04-21T16:18:14.387Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3074 | 2026-04-21T16:18:14.404Z | Compiling ciborium-io v0.2.2 |
| 3075 | 2026-04-21T16:18:14.421Z | Compiling convert_case v0.4.0 |
| 3076 | 2026-04-21T16:18:14.454Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3077 | 2026-04-21T16:18:14.471Z | Compiling aead v0.5.2 |
| 3078 | 2026-04-21T16:18:14.528Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-04-21T16:18:14.550Z | Compiling secrecy v0.10.3 |
| 3080 | 2026-04-21T16:18:14.571Z | Compiling unsafe-libyaml v0.2.11 |
| 3081 | 2026-04-21T16:18:14.586Z | Compiling poly1305 v0.8.0 |
| 3082 | 2026-04-21T16:18:14.686Z | Compiling ciborium-ll v0.2.2 |
| 3083 | 2026-04-21T16:18:14.713Z | Compiling chacha20 v0.9.1 |
| 3084 | 2026-04-21T16:18:14.730Z | Compiling structmeta v0.3.0 |
| 3085 | 2026-04-21T16:18:14.730Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3086 | 2026-04-21T16:18:14.762Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3087 | 2026-04-21T16:18:14.819Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3088 | 2026-04-21T16:18:14.840Z | Compiling derive_more v0.99.20 |
| 3089 | 2026-04-21T16:18:14.941Z | Compiling ciborium v0.2.2 |
| 3090 | 2026-04-21T16:18:14.982Z | Compiling derive-ex v0.1.8 |
| 3091 | 2026-04-21T16:18:15.002Z | Compiling parse-display-derive v0.10.0 |
| 3092 | 2026-04-21T16:18:15.018Z | Compiling typify-impl v0.6.1 |
| 3093 | 2026-04-21T16:18:15.069Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-04-21T16:18:15.087Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3095 | 2026-04-21T16:18:15.087Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3096 | 2026-04-21T16:18:15.153Z | Compiling serde_yaml v0.9.34+deprecated |
| 3097 | 2026-04-21T16:18:15.169Z | Compiling byte-wrapper v0.1.0 |
| 3098 | 2026-04-21T16:18:15.249Z | Compiling password-hash v0.5.0 |
| 3099 | 2026-04-21T16:18:15.365Z | Compiling blake2 v0.10.6 |
| 3100 | 2026-04-21T16:18:15.381Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-04-21T16:18:15.540Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-04-21T16:18:15.570Z | Compiling heapless v0.8.0 |
| 3103 | 2026-04-21T16:18:15.574Z | Compiling ingot-macros v0.1.1 |
| 3104 | 2026-04-21T16:18:15.700Z | Compiling argon2 v0.5.3 |
| 3105 | 2026-04-21T16:18:15.717Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3106 | 2026-04-21T16:18:15.735Z | Compiling hash32 v0.3.1 |
| 3107 | 2026-04-21T16:18:15.921Z | Compiling tokio-rustls v0.25.0 |
| 3108 | 2026-04-21T16:18:16.010Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3109 | 2026-04-21T16:18:16.192Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3110 | 2026-04-21T16:18:16.255Z | Compiling smoltcp v0.11.0 |
| 3111 | 2026-04-21T16:18:16.369Z | Compiling thiserror-no-std v2.0.2 |
| 3112 | 2026-04-21T16:18:16.488Z | Compiling vsss-rs v3.3.4 |
| 3113 | 2026-04-21T16:18:16.508Z | Compiling proc-macro-crate v3.4.0 |
| 3114 | 2026-04-21T16:18:16.668Z | Compiling tabwriter v1.4.1 |
| 3115 | 2026-04-21T16:18:16.745Z | Compiling cobs v0.3.0 |
| 3116 | 2026-04-21T16:18:16.803Z | Compiling test-strategy v0.4.5 |
| 3117 | 2026-04-21T16:18:16.855Z | Compiling parse-display v0.10.0 |
| 3118 | 2026-04-21T16:18:16.872Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3119 | 2026-04-21T16:18:16.930Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3120 | 2026-04-21T16:18:16.978Z | Compiling postcard v1.1.3 |
| 3121 | 2026-04-21T16:18:16.995Z | Compiling proc-macro-error v1.0.4 |
| 3122 | 2026-04-21T16:18:17.014Z | Compiling proc-macro-crate v1.3.1 |
| 3123 | 2026-04-21T16:18:17.113Z | Compiling num_enum_derive v0.7.5 |
| 3124 | 2026-04-21T16:18:17.174Z | Compiling num-rational v0.4.2 |
| 3125 | 2026-04-21T16:18:17.192Z | Compiling num-complex v0.4.6 |
| 3126 | 2026-04-21T16:18:17.341Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3127 | 2026-04-21T16:18:17.361Z | Compiling foreign-types-macros v0.2.3 |
| 3128 | 2026-04-21T16:18:17.485Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3129 | 2026-04-21T16:18:17.503Z | Compiling foreign-types-shared v0.3.1 |
| 3130 | 2026-04-21T16:18:17.520Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3131 | 2026-04-21T16:18:17.524Z | Compiling cpufeatures v0.3.0 |
| 3132 | 2026-04-21T16:18:17.622Z | Compiling colored v3.1.1 |
| 3133 | 2026-04-21T16:18:17.640Z | Compiling rayon-core v1.13.0 |
| 3134 | 2026-04-21T16:18:17.658Z | Compiling chacha20 v0.10.0 |
| 3135 | 2026-04-21T16:18:17.676Z | Compiling num v0.4.3 |
| 3136 | 2026-04-21T16:18:17.692Z | Compiling num_enum_derive v0.5.11 |
| 3137 | 2026-04-21T16:18:17.804Z | Compiling crossbeam-deque v0.8.6 |
| 3138 | 2026-04-21T16:18:17.862Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3139 | 2026-04-21T16:18:17.936Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3140 | 2026-04-21T16:18:17.960Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3141 | 2026-04-21T16:18:18.014Z | Compiling foreign-types v0.5.0 |
| 3142 | 2026-04-21T16:18:18.032Z | Compiling cstr-argument v0.1.2 |
| 3143 | 2026-04-21T16:18:18.036Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3144 | 2026-04-21T16:18:18.036Z | Compiling float-ord v0.3.2 |
| 3145 | 2026-04-21T16:18:18.132Z | Compiling rand v0.10.0 |
| 3146 | 2026-04-21T16:18:18.221Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3147 | 2026-04-21T16:18:18.239Z | Compiling toml v0.8.23 |
| 3148 | 2026-04-21T16:18:18.270Z | Compiling num_enum v0.7.5 |
| 3149 | 2026-04-21T16:18:18.315Z | Compiling camino-tempfile v1.4.1 |
| 3150 | 2026-04-21T16:18:18.392Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3151 | 2026-04-21T16:18:18.427Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3152 | 2026-04-21T16:18:18.446Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3153 | 2026-04-21T16:18:18.482Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3154 | 2026-04-21T16:18:18.516Z | Compiling zone_cfg_derive v0.3.1 |
| 3155 | 2026-04-21T16:18:18.588Z | Compiling ingot-types v0.1.2 |
| 3156 | 2026-04-21T16:18:18.606Z | Compiling rayon v1.11.0 |
| 3157 | 2026-04-21T16:18:18.606Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3158 | 2026-04-21T16:18:18.667Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3159 | 2026-04-21T16:18:18.686Z | Compiling itertools v0.12.1 |
| 3160 | 2026-04-21T16:18:18.839Z | Compiling num_enum v0.5.11 |
| 3161 | 2026-04-21T16:18:18.857Z | Compiling num-derive v0.4.2 |
| 3162 | 2026-04-21T16:18:18.876Z | Compiling sigpipe v0.1.3 |
| 3163 | 2026-04-21T16:18:18.912Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3164 | 2026-04-21T16:18:18.931Z | Compiling glob v0.3.3 |
| 3165 | 2026-04-21T16:18:18.934Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3166 | 2026-04-21T16:18:18.988Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3167 | 2026-04-21T16:18:18.991Z | Compiling ingot v0.1.1 |
| 3168 | 2026-04-21T16:18:19.021Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3169 | 2026-04-21T16:18:19.045Z | Compiling smf v0.2.3 |
| 3170 | 2026-04-21T16:18:19.098Z | Compiling whoami v1.6.1 |
| 3171 | 2026-04-21T16:18:19.163Z | Compiling prettyplease v0.2.37 |
| 3172 | 2026-04-21T16:18:19.242Z | Compiling gethostname v0.5.0 |
| 3173 | 2026-04-21T16:18:19.370Z | Compiling usdt-attr-macro v0.5.0 |
| 3174 | 2026-04-21T16:18:19.374Z | Compiling usdt-macro v0.5.0 |
| 3175 | 2026-04-21T16:18:19.403Z | Compiling memmap v0.7.0 |
| 3176 | 2026-04-21T16:18:19.438Z | Compiling atomicwrites v0.4.4 |
| 3177 | 2026-04-21T16:18:19.514Z | Compiling derive-where v1.6.0 |
| 3178 | 2026-04-21T16:18:19.625Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-04-21T16:18:19.642Z | Compiling resolv-conf v0.7.6 |
| 3180 | 2026-04-21T16:18:19.663Z | Compiling typify-macro v0.6.1 |
| 3181 | 2026-04-21T16:18:19.666Z | Compiling cancel-safe-futures v0.1.5 |
| 3182 | 2026-04-21T16:18:19.796Z | Compiling owo-colors v4.3.0 |
| 3183 | 2026-04-21T16:18:19.852Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3184 | 2026-04-21T16:18:19.935Z | Compiling zone v0.3.1 |
| 3185 | 2026-04-21T16:18:19.989Z | Compiling libsw-core v0.3.2 |
| 3186 | 2026-04-21T16:18:20.027Z | Compiling async-recursion v1.1.1 |
| 3187 | 2026-04-21T16:18:20.206Z | Compiling libsw v3.5.0 |
| 3188 | 2026-04-21T16:18:20.251Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3189 | 2026-04-21T16:18:20.278Z | Compiling usdt v0.5.0 |
| 3190 | 2026-04-21T16:18:20.370Z | Compiling libefi-sys v0.1.0 |
| 3191 | 2026-04-21T16:18:20.428Z | Compiling linear-map v1.2.0 |
| 3192 | 2026-04-21T16:18:20.448Z | Compiling console v0.15.11 |
| 3193 | 2026-04-21T16:18:20.629Z | Compiling hickory-proto v0.24.4 |
| 3194 | 2026-04-21T16:18:20.652Z | Compiling newline-converter v0.3.0 |
| 3195 | 2026-04-21T16:18:20.655Z | Compiling bitfield-struct v0.6.2 |
| 3196 | 2026-04-21T16:18:20.687Z | Compiling linked-hash-map v0.5.6 |
| 3197 | 2026-04-21T16:18:20.729Z | Compiling semver v0.1.20 |
| 3198 | 2026-04-21T16:18:20.816Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3199 | 2026-04-21T16:18:20.833Z | Compiling tokio-dtrace v0.1.1 |
| 3200 | 2026-04-21T16:18:20.937Z | Compiling rustc_version v0.1.7 |
| 3201 | 2026-04-21T16:18:20.954Z | Compiling lru-cache v0.1.2 |
| 3202 | 2026-04-21T16:18:20.973Z | Compiling expectorate v1.2.0 |
| 3203 | 2026-04-21T16:18:20.992Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3204 | 2026-04-21T16:18:21.036Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3205 | 2026-04-21T16:18:21.059Z | Compiling pin-project-internal v1.1.11 |
| 3206 | 2026-04-21T16:18:21.122Z | Compiling slog-dtrace v0.3.0 |
| 3207 | 2026-04-21T16:18:21.150Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2026-04-21T16:18:21.153Z | Compiling minimal-lexical v0.2.1 |
| 3209 | 2026-04-21T16:18:21.187Z | Compiling oxide-tokio-rt v0.1.4 |
| 3210 | 2026-04-21T16:18:21.187Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3211 | 2026-04-21T16:18:21.220Z | Compiling newtype_derive v0.1.6 |
| 3212 | 2026-04-21T16:18:21.257Z | Compiling typify-impl v0.4.3 |
| 3213 | 2026-04-21T16:18:21.360Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3214 | 2026-04-21T16:18:21.404Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-04-21T16:18:21.442Z | Compiling nom v7.1.3 |
| 3216 | 2026-04-21T16:18:21.460Z | Compiling phf_shared v0.12.1 |
| 3217 | 2026-04-21T16:18:21.463Z | Compiling pem v3.0.6 |
| 3218 | 2026-04-21T16:18:21.495Z | Compiling snafu-derive v0.8.9 |
| 3219 | 2026-04-21T16:18:21.519Z | Compiling csv-core v0.1.13 |
| 3220 | 2026-04-21T16:18:21.573Z | Compiling typify v0.6.1 |
| 3221 | 2026-04-21T16:18:21.677Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-04-21T16:18:21.695Z | Compiling progenitor-impl v0.13.0 |
| 3223 | 2026-04-21T16:18:21.699Z | Compiling xshell-macros v0.2.7 |
| 3224 | 2026-04-21T16:18:21.814Z | Compiling chrono-tz v0.10.4 |
| 3225 | 2026-04-21T16:18:21.867Z | Compiling same-file v1.0.6 |
| 3226 | 2026-04-21T16:18:21.999Z | Compiling highway v1.3.0 |
| 3227 | 2026-04-21T16:18:22.018Z | Compiling walkdir v2.5.0 |
| 3228 | 2026-04-21T16:18:22.061Z | Compiling const_format_proc_macros v0.2.34 |
| 3229 | 2026-04-21T16:18:22.080Z | Compiling csv v1.4.0 |
| 3230 | 2026-04-21T16:18:22.118Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3231 | 2026-04-21T16:18:22.141Z | Compiling xshell v0.2.7 |
| 3232 | 2026-04-21T16:18:22.269Z | Compiling pin-project v1.1.11 |
| 3233 | 2026-04-21T16:18:22.286Z | Compiling phf v0.12.1 |
| 3234 | 2026-04-21T16:18:22.427Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3235 | 2026-04-21T16:18:22.445Z | Compiling globset v0.4.18 |
| 3236 | 2026-04-21T16:18:22.468Z | Compiling olpc-cjson v0.1.4 |
| 3237 | 2026-04-21T16:18:22.670Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3238 | 2026-04-21T16:18:22.687Z | Compiling primeorder v0.13.6 |
| 3239 | 2026-04-21T16:18:22.709Z | Compiling serde_plain v1.0.2 |
| 3240 | 2026-04-21T16:18:22.727Z | Compiling typed-path v0.9.3 |
| 3241 | 2026-04-21T16:18:22.763Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3242 | 2026-04-21T16:18:22.878Z | Compiling hickory-resolver v0.24.4 |
| 3243 | 2026-04-21T16:18:22.939Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3244 | 2026-04-21T16:18:22.957Z | Compiling const_format v0.2.35 |
| 3245 | 2026-04-21T16:18:23.097Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3246 | 2026-04-21T16:18:23.182Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3247 | 2026-04-21T16:18:23.315Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3248 | 2026-04-21T16:18:23.479Z | Compiling tabled_derive v0.7.0 |
| 3249 | 2026-04-21T16:18:23.518Z | Compiling bcs v0.1.6 |
| 3250 | 2026-04-21T16:18:23.537Z | Compiling snafu v0.8.9 |
| 3251 | 2026-04-21T16:18:23.646Z | Compiling termtree v0.5.1 |
| 3252 | 2026-04-21T16:18:23.735Z | Compiling radium v0.7.0 |
| 3253 | 2026-04-21T16:18:23.836Z | Compiling tough v0.20.0 |
| 3254 | 2026-04-21T16:18:23.870Z | Compiling salty v0.3.0 |
| 3255 | 2026-04-21T16:18:23.953Z | Compiling qorb v0.4.1 |
| 3256 | 2026-04-21T16:18:23.980Z | Compiling textwrap v0.16.2 |
| 3257 | 2026-04-21T16:18:24.017Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-04-21T16:18:24.040Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3259 | 2026-04-21T16:18:24.157Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3260 | 2026-04-21T16:18:24.259Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3261 | 2026-04-21T16:18:24.275Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3262 | 2026-04-21T16:18:24.420Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3263 | 2026-04-21T16:18:24.437Z | Compiling progenitor-macro v0.13.0 |
| 3264 | 2026-04-21T16:18:24.486Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3265 | 2026-04-21T16:18:24.537Z | Compiling tabled v0.15.0 |
| 3266 | 2026-04-21T16:18:24.651Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3267 | 2026-04-21T16:18:24.776Z | Compiling steno v0.4.1 |
| 3268 | 2026-04-21T16:18:24.793Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3269 | 2026-04-21T16:18:24.797Z | Compiling base64 v0.21.7 |
| 3270 | 2026-04-21T16:18:24.963Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3271 | 2026-04-21T16:18:25.167Z | Compiling humantime v2.3.0 |
| 3272 | 2026-04-21T16:18:25.189Z | Compiling tap v1.0.1 |
| 3273 | 2026-04-21T16:18:25.248Z | Compiling tagptr v0.2.0 |
| 3274 | 2026-04-21T16:18:25.338Z | Compiling maybe-uninit v2.0.0 |
| 3275 | 2026-04-21T16:18:25.432Z | Compiling moka v0.12.13 |
| 3276 | 2026-04-21T16:18:25.483Z | Compiling wyz v0.5.1 |
| 3277 | 2026-04-21T16:18:25.878Z | Compiling typify-macro v0.4.3 |
| 3278 | 2026-04-21T16:18:26.011Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3279 | 2026-04-21T16:18:26.104Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3280 | 2026-04-21T16:18:26.108Z | Compiling p384 v0.13.1 |
| 3281 | 2026-04-21T16:18:26.227Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3282 | 2026-04-21T16:18:26.282Z | Compiling packed_struct v0.10.1 |
| 3283 | 2026-04-21T16:18:26.300Z | Compiling funty v2.0.0 |
| 3284 | 2026-04-21T16:18:26.370Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3285 | 2026-04-21T16:18:26.580Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3286 | 2026-04-21T16:18:26.597Z | Compiling parking_lot_core v0.8.6 |
| 3287 | 2026-04-21T16:18:26.721Z | Compiling bitvec v1.0.1 |
| 3288 | 2026-04-21T16:18:26.777Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3289 | 2026-04-21T16:18:26.953Z | Compiling hickory-resolver v0.25.2 |
| 3290 | 2026-04-21T16:18:27.002Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3291 | 2026-04-21T16:18:27.071Z | Compiling polyval v0.6.2 |
| 3292 | 2026-04-21T16:18:27.348Z | Compiling git-stub v1.0.0 |
| 3293 | 2026-04-21T16:18:27.381Z | Compiling packed_struct_codegen v0.10.1 |
| 3294 | 2026-04-21T16:18:27.446Z | Compiling zerocopy-derive v0.6.6 |
| 3295 | 2026-04-21T16:18:27.449Z | Compiling bitfield-macros v0.19.4 |
| 3296 | 2026-04-21T16:18:27.658Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3297 | 2026-04-21T16:18:27.730Z | Compiling typify v0.4.3 |
| 3298 | 2026-04-21T16:18:27.881Z | Compiling indexmap v1.9.3 |
| 3299 | 2026-04-21T16:18:27.940Z | Compiling crc-catalog v2.4.0 |
| 3300 | 2026-04-21T16:18:27.960Z | Compiling utf-8 v0.7.6 |
| 3301 | 2026-04-21T16:18:27.964Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3302 | 2026-04-21T16:18:28.068Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3303 | 2026-04-21T16:18:28.107Z | Compiling nodrop v0.1.14 |
| 3304 | 2026-04-21T16:18:28.130Z | Compiling proc-macro-error2 v2.0.1 |
| 3305 | 2026-04-21T16:18:28.173Z | Compiling tungstenite v0.21.0 |
| 3306 | 2026-04-21T16:18:28.191Z | Compiling crc v3.4.0 |
| 3307 | 2026-04-21T16:18:28.235Z | Compiling array-init v0.0.4 |
| 3308 | 2026-04-21T16:18:28.253Z | Compiling bitfield v0.19.4 |
| 3309 | 2026-04-21T16:18:28.274Z | Compiling git-stub-vcs v0.1.0 |
| 3310 | 2026-04-21T16:18:28.337Z | Compiling ghash v0.5.1 |
| 3311 | 2026-04-21T16:18:28.387Z | Compiling smallvec v0.6.14 |
| 3312 | 2026-04-21T16:18:28.407Z | Compiling zerocopy v0.6.6 |
| 3313 | 2026-04-21T16:18:28.498Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-04-21T16:18:28.516Z | Compiling ctr v0.9.2 |
| 3315 | 2026-04-21T16:18:28.601Z | Compiling num-derive v0.3.3 |
| 3316 | 2026-04-21T16:18:28.635Z | Compiling unicase v2.9.0 |
| 3317 | 2026-04-21T16:18:28.652Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3318 | 2026-04-21T16:18:28.680Z | Compiling compression-core v0.4.31 |
| 3319 | 2026-04-21T16:18:28.753Z | Compiling hashbrown v0.12.3 |
| 3320 | 2026-04-21T16:18:28.773Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3321 | 2026-04-21T16:18:28.791Z | Compiling aes-gcm v0.10.3 |
| 3322 | 2026-04-21T16:18:28.885Z | Compiling mime_guess v2.0.5 |
| 3323 | 2026-04-21T16:18:28.888Z | Compiling compression-codecs v0.4.37 |
| 3324 | 2026-04-21T16:18:28.945Z | Compiling tokio-tungstenite v0.21.0 |
| 3325 | 2026-04-21T16:18:28.967Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3326 | 2026-04-21T16:18:29.003Z | Compiling parking_lot v0.11.2 |
| 3327 | 2026-04-21T16:18:29.021Z | Compiling serde-hex v0.1.0 |
| 3328 | 2026-04-21T16:18:29.078Z | Compiling tabled_derive v0.11.0 |
| 3329 | 2026-04-21T16:18:29.317Z | Compiling progenitor-impl v0.10.0 |
| 3330 | 2026-04-21T16:18:29.439Z | Compiling progenitor-impl v0.11.2 |
| 3331 | 2026-04-21T16:18:29.458Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3332 | 2026-04-21T16:18:29.490Z | Compiling ron v0.8.1 |
| 3333 | 2026-04-21T16:18:29.506Z | Compiling papergrid v0.17.0 |
| 3334 | 2026-04-21T16:18:29.586Z | Compiling libscf-sys v1.1.0 |
| 3335 | 2026-04-21T16:18:29.605Z | Compiling testing_table v0.3.0 |
| 3336 | 2026-04-21T16:18:29.708Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3337 | 2026-04-21T16:18:29.748Z | Compiling progenitor v0.13.0 |
| 3338 | 2026-04-21T16:18:29.770Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3339 | 2026-04-21T16:18:29.801Z | Compiling hashbrown v0.13.2 |
| 3340 | 2026-04-21T16:18:29.938Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3341 | 2026-04-21T16:18:29.969Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3342 | 2026-04-21T16:18:30.025Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3343 | 2026-04-21T16:18:30.042Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3344 | 2026-04-21T16:18:30.324Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3345 | 2026-04-21T16:18:30.347Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3346 | 2026-04-21T16:18:30.379Z | Compiling prefix-trie v0.7.0 |
| 3347 | 2026-04-21T16:18:30.531Z | Compiling blowfish v0.9.1 |
| 3348 | 2026-04-21T16:18:30.602Z | Compiling ssh-encoding v0.2.0 |
| 3349 | 2026-04-21T16:18:30.647Z | Compiling fxhash v0.2.1 |
| 3350 | 2026-04-21T16:18:30.883Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3351 | 2026-04-21T16:18:30.920Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3352 | 2026-04-21T16:18:30.937Z | Compiling dropshot v0.17.0 |
| 3353 | 2026-04-21T16:18:30.968Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3354 | 2026-04-21T16:18:30.985Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-04-21T16:18:31.170Z | Compiling crc-any v2.5.0 |
| 3356 | 2026-04-21T16:18:31.221Z | Compiling corncobs v0.1.4 |
| 3357 | 2026-04-21T16:18:31.291Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3358 | 2026-04-21T16:18:31.321Z | Compiling ssh-cipher v0.2.0 |
| 3359 | 2026-04-21T16:18:31.343Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3360 | 2026-04-21T16:18:31.362Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3361 | 2026-04-21T16:18:31.389Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3362 | 2026-04-21T16:18:31.437Z | Compiling hickory-server v0.25.2 |
| 3363 | 2026-04-21T16:18:31.461Z | Compiling sled v0.34.7 |
| 3364 | 2026-04-21T16:18:31.520Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3365 | 2026-04-21T16:18:31.688Z | Compiling tabled v0.20.0 |
| 3366 | 2026-04-21T16:18:31.846Z | Compiling object v0.30.4 |
| 3367 | 2026-04-21T16:18:31.893Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3368 | 2026-04-21T16:18:31.984Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3369 | 2026-04-21T16:18:32.191Z | Compiling progenitor-macro v0.10.0 |
| 3370 | 2026-04-21T16:18:32.239Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3371 | 2026-04-21T16:18:32.399Z | Compiling progenitor-macro v0.11.2 |
| 3372 | 2026-04-21T16:18:32.720Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3373 | 2026-04-21T16:18:33.079Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3374 | 2026-04-21T16:18:33.148Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3375 | 2026-04-21T16:18:33.327Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3376 | 2026-04-21T16:18:33.386Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3377 | 2026-04-21T16:18:33.483Z | Compiling async-compression v0.4.41 |
| 3378 | 2026-04-21T16:18:33.841Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3379 | 2026-04-21T16:18:33.946Z | Compiling progenitor-client v0.11.2 |
| 3380 | 2026-04-21T16:18:34.148Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3381 | 2026-04-21T16:18:34.247Z | Compiling password-hash v0.4.2 |
| 3382 | 2026-04-21T16:18:34.323Z | Compiling dropshot_endpoint v0.17.0 |
| 3383 | 2026-04-21T16:18:34.340Z | Compiling secrecy v0.8.0 |
| 3384 | 2026-04-21T16:18:34.530Z | Compiling half v1.8.3 |
| 3385 | 2026-04-21T16:18:34.636Z | Compiling http-range v0.1.5 |
| 3386 | 2026-04-21T16:18:34.685Z | Compiling path-slash v0.1.5 |
| 3387 | 2026-04-21T16:18:34.812Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3388 | 2026-04-21T16:18:34.844Z | Compiling serde_cbor v0.11.2 |
| 3389 | 2026-04-21T16:18:34.865Z | Compiling pbkdf2 v0.11.0 |
| 3390 | 2026-04-21T16:18:35.117Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3391 | 2026-04-21T16:18:35.419Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3392 | 2026-04-21T16:18:35.437Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3393 | 2026-04-21T16:18:35.759Z | Compiling ssh-key v0.6.7 |
| 3394 | 2026-04-21T16:18:36.099Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3395 | 2026-04-21T16:18:36.347Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3396 | 2026-04-21T16:18:36.453Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3397 | 2026-04-21T16:18:36.611Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3398 | 2026-04-21T16:18:36.923Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3399 | 2026-04-21T16:18:36.955Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3400 | 2026-04-21T16:18:37.038Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3401 | 2026-04-21T16:18:37.116Z | Compiling p256 v0.13.2 |
| 3402 | 2026-04-21T16:18:37.236Z | Compiling p521 v0.13.3 |
| 3403 | 2026-04-21T16:18:37.283Z | Compiling yasna v0.5.2 |
| 3404 | 2026-04-21T16:18:37.466Z | Compiling kstat-rs v0.2.4 |
| 3405 | 2026-04-21T16:18:37.514Z | Compiling progenitor v0.10.0 |
| 3406 | 2026-04-21T16:18:37.555Z | Compiling headers-core v0.3.0 |
| 3407 | 2026-04-21T16:18:37.575Z | Compiling nanorand v0.7.0 |
| 3408 | 2026-04-21T16:18:37.596Z | Compiling russh-cryptovec v0.7.3 |
| 3409 | 2026-04-21T16:18:37.717Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3410 | 2026-04-21T16:18:37.735Z | Compiling progenitor v0.11.2 |
| 3411 | 2026-04-21T16:18:37.735Z | Compiling atty v0.2.14 |
| 3412 | 2026-04-21T16:18:37.817Z | Compiling md5 v0.7.0 |
| 3413 | 2026-04-21T16:18:37.833Z | Compiling crc8 v0.1.1 |
| 3414 | 2026-04-21T16:18:37.899Z | Compiling home v0.5.12 |
| 3415 | 2026-04-21T16:18:37.899Z | Compiling flume v0.11.1 |
| 3416 | 2026-04-21T16:18:37.933Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-04-21T16:18:37.951Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3418 | 2026-04-21T16:18:37.951Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3419 | 2026-04-21T16:18:37.985Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3420 | 2026-04-21T16:18:38.027Z | Compiling russh-keys v0.45.0 |
| 3421 | 2026-04-21T16:18:38.074Z | Compiling headers v0.4.1 |
| 3422 | 2026-04-21T16:18:38.130Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3423 | 2026-04-21T16:18:38.271Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3424 | 2026-04-21T16:18:38.274Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3425 | 2026-04-21T16:18:38.464Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3426 | 2026-04-21T16:18:38.735Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3427 | 2026-04-21T16:18:38.754Z | Compiling hyper-staticfile v0.10.1 |
| 3428 | 2026-04-21T16:18:38.793Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3429 | 2026-04-21T16:18:38.822Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3430 | 2026-04-21T16:18:38.825Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3431 | 2026-04-21T16:18:38.874Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3432 | 2026-04-21T16:18:38.894Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3433 | 2026-04-21T16:18:39.137Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3434 | 2026-04-21T16:18:39.177Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-04-21T16:18:39.199Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3436 | 2026-04-21T16:18:39.216Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3437 | 2026-04-21T16:18:39.304Z | Compiling num-bigint v0.4.6 |
| 3438 | 2026-04-21T16:18:39.584Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3439 | 2026-04-21T16:18:39.639Z | Compiling des v0.8.1 |
| 3440 | 2026-04-21T16:18:39.662Z | Compiling subprocess v0.2.15 |
| 3441 | 2026-04-21T16:18:39.687Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-04-21T16:18:39.704Z | Compiling hex-literal v0.4.1 |
| 3443 | 2026-04-21T16:18:39.849Z | Compiling display-error-chain v0.2.2 |
| 3444 | 2026-04-21T16:18:39.870Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3445 | 2026-04-21T16:18:39.951Z | Compiling colored v2.2.0 |
| 3446 | 2026-04-21T16:18:39.980Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3447 | 2026-04-21T16:18:40.020Z | Compiling internet-checksum v0.2.1 |
| 3448 | 2026-04-21T16:18:40.146Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3449 | 2026-04-21T16:18:40.592Z | Compiling russh v0.45.0 |
| 3450 | 2026-04-21T16:18:40.639Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3451 | 2026-04-21T16:18:40.706Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3452 | 2026-04-21T16:18:43.320Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3453 | 2026-04-21T16:18:44.020Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3454 | 2026-04-21T16:18:44.381Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3455 | 2026-04-21T16:18:44.601Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3456 | 2026-04-21T16:18:52.558Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3457 | 2026-04-21T16:18:52.558Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3458 | 2026-04-21T16:18:52.558Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3459 | 2026-04-21T16:18:52.562Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3460 | 2026-04-21T16:18:54.320Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3461 | 2026-04-21T16:18:54.346Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3462 | 2026-04-21T16:18:58.528Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3463 | 2026-04-21T16:19:18.525Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3464 | 2026-04-21T16:19:37.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3465 | 2026-04-21T16:19:38.177Z | |
| 3466 | 2026-04-21T16:19:38.177Z | real 1:25.817981959 |
| 3467 | 2026-04-21T16:19:38.177Z | user 8:25.371226585 |
| 3468 | 2026-04-21T16:19:38.177Z | sys 1:45.303445039 |
| 3469 | 2026-04-21T16:19:38.177Z | trap 0.262160081 |
| 3470 | 2026-04-21T16:19:38.177Z | tflt 0.531581439 |
| 3471 | 2026-04-21T16:19:38.177Z | dflt 1.586630583 |
| 3472 | 2026-04-21T16:19:38.181Z | kflt 0.000212661 |
| 3473 | 2026-04-21T16:19:38.181Z | lock 30:10.290168415 |
| 3474 | 2026-04-21T16:19:38.181Z | slp 19:43.437986140 |
| 3475 | 2026-04-21T16:19:38.181Z | lat 40.029472369 |
| 3476 | 2026-04-21T16:19:38.181Z | stop 2:50.778301281 |
| 3477 | 2026-04-21T16:19:38.181Z | + mkdir tests |
| 3478 | 2026-04-21T16:19:38.181Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3479 | 2026-04-21T16:19:38.184Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3480 | 2026-04-21T16:19:38.229Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e5668819ecec3557 tests/ |
| 3481 | 2026-04-21T16:19:38.258Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a904e180d39f0db8 tests/ |
| 3482 | 2026-04-21T16:19:38.287Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a1906e1472ee032b tests/ |
| 3483 | 2026-04-21T16:19:38.317Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16c78f706b021106 tests/ |
| 3484 | 2026-04-21T16:19:38.642Z | + 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/*) |
| 3485 | 2026-04-21T16:19:38.645Z | + 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-a904e180d39f0db8 tests/commtest-a1906e1472ee032b tests/dhcp_server-e5668819ecec3557 tests/end_to_end_tests-16c78f706b021106 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 |
| 3486 | 2026-04-21T16:21:02.377Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3487 | 2026-04-21T16:21:02.377Z | a .github/buildomat/ci-env.sh 1K |
| 3488 | 2026-04-21T16:21:02.377Z | a out/target/test 1K |
| 3489 | 2026-04-21T16:21:02.377Z | a out/npuzone/npuzone 27402K |
| 3490 | 2026-04-21T16:21:02.377Z | a package-manifest.toml 35K |
| 3491 | 2026-04-21T16:21:02.378Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3492 | 2026-04-21T16:21:02.378Z | a target/release/omicron-package 45763K |
| 3493 | 2026-04-21T16:21:02.378Z | a target/release/xtask 11446K |
| 3494 | 2026-04-21T16:21:02.378Z | a target/debug/bootstrap 340548K |
| 3495 | 2026-04-21T16:21:02.378Z | a tests/bootstrap-a904e180d39f0db8 31310K |
| 3496 | 2026-04-21T16:21:02.378Z | a tests/commtest-a1906e1472ee032b 32395K |
| 3497 | 2026-04-21T16:21:02.378Z | a tests/dhcp_server-e5668819ecec3557 31310K |
| 3498 | 2026-04-21T16:21:02.378Z | a tests/end_to_end_tests-16c78f706b021106 382922K |
| 3499 | 2026-04-21T16:21:02.378Z | a out/clickhouse.tar.gz 312911K |
| 3500 | 2026-04-21T16:21:02.378Z | a out/clickhouse_keeper.tar.gz 298309K |
| 3501 | 2026-04-21T16:21:02.378Z | a out/clickhouse_server.tar.gz 312910K |
| 3502 | 2026-04-21T16:21:02.378Z | a out/cockroachdb.tar.gz 161158K |
| 3503 | 2026-04-21T16:21:02.378Z | a out/crucible-pantry-zone.tar.gz 43984K |
| 3504 | 2026-04-21T16:21:02.378Z | a out/crucible-utils.tar 17744K |
| 3505 | 2026-04-21T16:21:02.378Z | a out/crucible-zone.tar.gz 58122K |
| 3506 | 2026-04-21T16:21:02.378Z | a out/external-dns.tar.gz 48999K |
| 3507 | 2026-04-21T16:21:02.378Z | a out/internal-dns.tar.gz 48999K |
| 3508 | 2026-04-21T16:21:02.378Z | a out/mg-ddm-gz.tar 78377K |
| 3509 | 2026-04-21T16:21:02.378Z | a out/nexus.tar.gz 219060K |
| 3510 | 2026-04-21T16:21:02.378Z | a out/ntp.tar.gz 31922K |
| 3511 | 2026-04-21T16:21:02.378Z | a out/omicron-gateway-softnpu.tar.gz 28286K |
| 3512 | 2026-04-21T16:21:02.378Z | a out/omicron-sled-agent.tar 200483K |
| 3513 | 2026-04-21T16:21:02.378Z | a out/overlay.tar.gz 3K |
| 3514 | 2026-04-21T16:21:02.378Z | a out/oximeter.tar.gz 63380K |
| 3515 | 2026-04-21T16:21:02.378Z | a out/oxlog.tar 3782K |
| 3516 | 2026-04-21T16:21:02.378Z | a out/probe.tar.gz 3037K |
| 3517 | 2026-04-21T16:21:02.378Z | a out/propolis-server.tar.gz 38727K |
| 3518 | 2026-04-21T16:21:02.378Z | a out/pumpkind-gz.tar 26647K |
| 3519 | 2026-04-21T16:21:02.378Z | a out/switch-softnpu.tar.gz 381546K |
| 3520 | 2026-04-21T16:21:02.382Z | |
| 3521 | 2026-04-21T16:21:02.382Z | real 1:23.728883137 |
| 3522 | 2026-04-21T16:21:02.382Z | user 1:21.167868323 |
| 3523 | 2026-04-21T16:21:02.382Z | sys 4.284049972 |
| 3524 | 2026-04-21T16:21:02.382Z | trap 0.005767688 |
| 3525 | 2026-04-21T16:21:02.382Z | tflt 0.000000000 |
| 3526 | 2026-04-21T16:21:02.382Z | dflt 0.000000000 |
| 3527 | 2026-04-21T16:21:02.382Z | kflt 0.000000000 |
| 3528 | 2026-04-21T16:21:02.382Z | lock 0.000000000 |
| 3529 | 2026-04-21T16:21:02.382Z | slp 1:21.105142580 |
| 3530 | 2026-04-21T16:21:02.382Z | lat 0.889934666 |
| 3531 | 2026-04-21T16:21:02.382Z | stop 0.000616333 |
| 3532 | 2026-04-21T16:21:02.382Z | process exited: duration 1032032 ms, exit code 0 |
| |
| 3533 | 2026-04-21T16:21:02.396Z | found 1 output files |
| 3534 | 2026-04-21T16:21:02.436Z | uploading: /work/package.tar.gz (2386172723 bytes) |
| 3535 | 2026-04-21T16:21:31.660Z | uploaded: /work/package.tar.gz |