|
|
|
| 1 | 2026-03-18T17:50:58.672Z | job assigned to worker 01KM112YJE09AGQNP9QJ2A62FW [factory aws, i-0fc8c3f99843ef527] (queued for 1 m 7 s) |
| |
| 2 | 2026-03-18T17:51:06.919Z | starting task 0: "setup" |
| 3 | 2026-03-18T17:51:06.924Z | ++ uname -s |
| 4 | 2026-03-18T17:51:06.927Z | + kern=SunOS |
| 5 | 2026-03-18T17:51:06.927Z | + build_user=build |
| 6 | 2026-03-18T17:51:06.928Z | + build_uid=12345 |
| 7 | 2026-03-18T17:51:06.928Z | + work_dir=/work |
| 8 | 2026-03-18T17:51:06.928Z | + input_dir=/input |
| 9 | 2026-03-18T17:51:06.928Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T17:51:06.928Z | + case "$kern" in |
| 11 | 2026-03-18T17:51:06.928Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T17:51:06.931Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T17:51:08.936Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T17:51:09.052Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T17:51:09.055Z | + home_fs=zfs |
| 16 | 2026-03-18T17:51:09.055Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T17:51:09.055Z | + mkdir -p /home/build |
| 18 | 2026-03-18T17:51:09.058Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T17:51:11.059Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T17:51:11.062Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-03-18T17:51:11.068Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T17:51:11.074Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-18T17:51:11.074Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-18T17:51:11.074Z | * rust toolchain profile = "default" |
| 25 | 2026-03-18T17:51:11.077Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-18T17:51:11.077Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-18T17:51:11.077Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-18T17:51:11.077Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T17:51:11.077Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-18T17:51:11.219Z | info: downloading installer |
| 31 | 2026-03-18T17:51:12.922Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-18T17:51:12.922Z | warn: /opt/ooce/bin |
| 33 | 2026-03-18T17:51:12.922Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-18T17:51:12.922Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-18T17:51:12.922Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-18T17:51:12.922Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-18T17:51:12.922Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-18T17:51:12.922Z | error: cannot install while Rust is installed |
| 39 | 2026-03-18T17:51:12.922Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-18T17:51:12.922Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-18T17:51:12.922Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-18T17:51:12.922Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-18T17:51:12.922Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-18T17:51:12.934Z | info: profile set to default |
| 45 | 2026-03-18T17:51:12.934Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-18T17:51:12.937Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-18T17:51:13.072Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-18T17:51:13.075Z | info: downloading 6 components |
| 49 | 2026-03-18T17:51:28.290Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-18T17:51:28.290Z | |
| 51 | 2026-03-18T17:51:28.326Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-18T17:51:28.327Z | |
| 53 | 2026-03-18T17:51:28.327Z | |
| 54 | 2026-03-18T17:51:28.330Z | Rust is installed now. Great! |
| 55 | 2026-03-18T17:51:28.330Z | |
| 56 | 2026-03-18T17:51:28.330Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-18T17:51:28.330Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-18T17:51:28.330Z | |
| 59 | 2026-03-18T17:51:28.330Z | To configure your current shell, you need to source |
| 60 | 2026-03-18T17:51:28.330Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-18T17:51:28.330Z | |
| 62 | 2026-03-18T17:51:28.330Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-18T17:51:28.330Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-18T17:51:28.330Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-18T17:51:28.330Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-18T17:51:28.330Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-18T17:51:28.330Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-18T17:51:28.330Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-18T17:51:28.330Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-18T17:51:28.330Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-18T17:51:28.433Z | + rustup --version |
| 72 | 2026-03-18T17:51:28.441Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-18T17:51:28.444Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-18T17:51:28.467Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-18T17:51:28.470Z | + cargo --version |
| 76 | 2026-03-18T17:51:28.483Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-18T17:51:28.486Z | + rustc --version |
| 78 | 2026-03-18T17:51:28.512Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-18T17:51:28.516Z | process exited: duration 17450 ms, exit code 0 |
| |
| 80 | 2026-03-18T17:51:28.523Z | starting task 2: "authentication" |
| 81 | 2026-03-18T17:51:28.542Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-18T17:51:28.548Z | starting task 3: "clone repository" |
| 83 | 2026-03-18T17:51:28.553Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-18T17:51:28.556Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-18T17:51:28.582Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-18T17:51:40.498Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-18T17:51:40.499Z | + git fetch origin 89d2b8b62b645fd0d2971ae2d0a8691ff636db19 |
| 88 | 2026-03-18T17:51:40.954Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-18T17:51:40.954Z | * branch 89d2b8b62b645fd0d2971ae2d0a8691ff636db19 -> FETCH_HEAD |
| 90 | 2026-03-18T17:51:40.967Z | + [[ -n eliza/flake-update ]] |
| 91 | 2026-03-18T17:51:40.970Z | ++ git branch --show-current |
| 92 | 2026-03-18T17:51:40.973Z | + current=main |
| 93 | 2026-03-18T17:51:40.973Z | + [[ main != eliza/flake-update ]] |
| 94 | 2026-03-18T17:51:40.973Z | + git branch -f eliza/flake-update 89d2b8b62b645fd0d2971ae2d0a8691ff636db19 |
| 95 | 2026-03-18T17:51:40.976Z | + git checkout -f eliza/flake-update |
| 96 | 2026-03-18T17:51:41.301Z | Switched to branch 'eliza/flake-update' |
| 97 | 2026-03-18T17:51:41.304Z | + git reset --hard 89d2b8b62b645fd0d2971ae2d0a8691ff636db19 |
| 98 | 2026-03-18T17:51:41.321Z | HEAD is now at 89d2b8b62 [nix] update nix flake to pick up Rust 1.94.0 |
| 99 | 2026-03-18T17:51:41.324Z | process exited: duration 12777 ms, exit code 0 |
| |
| 100 | 2026-03-18T17:51:41.330Z | starting task 4: "build" |
| 101 | 2026-03-18T17:51:41.336Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-18T17:51:41.339Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-18T17:51:41.339Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-18T17:51:41.339Z | + cargo --version |
| 105 | 2026-03-18T17:51:41.348Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-18T17:51:41.351Z | + rustc --version |
| 107 | 2026-03-18T17:51:41.377Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-18T17:51:41.380Z | + WORK=/work |
| 109 | 2026-03-18T17:51:41.380Z | + pfexec mkdir -p /work |
| 110 | 2026-03-18T17:51:41.385Z | + pfexec chown build /work |
| 111 | 2026-03-18T17:51:41.388Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-03-18T17:51:53.038Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-03-18T17:52:02.942Z | Startup: Caching catalogs ... Done |
| 114 | 2026-03-18T17:52:25.239Z | Planning: Solver setup ... Done (20.656s) |
| 115 | 2026-03-18T17:52:25.394Z | Planning: Running solver ... Done (0.155s) |
| 116 | 2026-03-18T17:52:25.573Z | Planning: Finding local manifests ... Done (0.002s) |
| 117 | 2026-03-18T17:52:25.585Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2026-03-18T17:52:25.737Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2026-03-18T17:52:25.781Z | Planning: Package planning ... Done (0.044s) |
| 120 | 2026-03-18T17:52:25.825Z | Planning: Merging actions ... Done (0.044s) |
| 121 | 2026-03-18T17:52:26.068Z | Planning: Checking for conflicting actions ... Done (0.243s) |
| 122 | 2026-03-18T17:52:26.080Z | Planning: Consolidating action changes ... Done (0.010s) |
| 123 | 2026-03-18T17:52:27.812Z | Planning: Evaluating mediators ... Done (1.733s) |
| 124 | 2026-03-18T17:52:27.820Z | Planning: Planning completed in 24.74 seconds |
| 125 | 2026-03-18T17:52:27.834Z | Packages to install: 4 |
| 126 | 2026-03-18T17:52:27.834Z | Mediators to change: 2 |
| 127 | 2026-03-18T17:52:27.834Z | Services to change: 1 |
| 128 | 2026-03-18T17:52:27.834Z | Estimated space available: 155.43 GB |
| 129 | 2026-03-18T17:52:27.837Z | Estimated space to be consumed: 1.83 GB |
| 130 | 2026-03-18T17:52:27.837Z | Create boot environment: No |
| 131 | 2026-03-18T17:52:27.837Z | Create backup boot environment: No |
| 132 | 2026-03-18T17:52:27.837Z | Rebuild boot archive: No |
| 133 | 2026-03-18T17:52:27.837Z | |
| 134 | 2026-03-18T17:52:27.838Z | Changed mediators: |
| 135 | 2026-03-18T17:52:27.838Z | mediator clang: |
| 136 | 2026-03-18T17:52:27.838Z | version: None -> 15 (system default) |
| 137 | 2026-03-18T17:52:27.838Z | |
| 138 | 2026-03-18T17:52:27.838Z | mediator llvm: |
| 139 | 2026-03-18T17:52:27.838Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-03-18T17:52:27.838Z | |
| 141 | 2026-03-18T17:52:27.838Z | Changed packages: |
| 142 | 2026-03-18T17:52:27.838Z | helios-dev |
| 143 | 2026-03-18T17:52:27.838Z | developer/build-essential |
| 144 | 2026-03-18T17:52:27.838Z | None -> 11-2.0 |
| 145 | 2026-03-18T17:52:27.838Z | library/libxmlsec1 |
| 146 | 2026-03-18T17:52:27.838Z | None -> 1.2.35-2.0 |
| 147 | 2026-03-18T17:52:27.838Z | ooce/developer/clang-15 |
| 148 | 2026-03-18T17:52:27.838Z | None -> 15.0.7-2.0 |
| 149 | 2026-03-18T17:52:27.838Z | ooce/developer/llvm-15 |
| 150 | 2026-03-18T17:52:27.838Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-18T17:52:27.838Z | |
| 152 | 2026-03-18T17:52:27.838Z | Services: |
| 153 | 2026-03-18T17:52:27.838Z | restart_fmri: |
| 154 | 2026-03-18T17:52:27.838Z | svc:/system/update-man-index:default |
| 155 | 2026-03-18T17:52:27.980Z | |
| 156 | 2026-03-18T17:52:27.980Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2026-03-18T17:52:33.220Z | Download: 2218/3290 items 118.5/212.6MB 55% complete (25.1M/s) |
| 158 | 2026-03-18T17:52:37.358Z | Download: Completed 212.60 MB in 9.38 seconds (22.7M/s) |
| 159 | 2026-03-18T17:52:38.006Z | Actions: 1/3689 actions (Installing new actions) |
| 160 | 2026-03-18T17:52:42.230Z | Actions: Completed 3689 actions in 4.22 seconds. |
| 161 | 2026-03-18T17:52:42.578Z | Done (0.343s) |
| 162 | 2026-03-18T17:52:42.579Z | Done (0.000s) |
| 163 | 2026-03-18T17:52:43.479Z | Done (0.901s) |
| 164 | 2026-03-18T17:52:47.418Z | Done (3.593s) |
| 165 | 2026-03-18T17:52:47.502Z | Done (0.014s) |
| 166 | 2026-03-18T17:52:47.505Z | Done (0.000s) |
| 167 | 2026-03-18T17:52:47.696Z | Done (0.000s) |
| 168 | 2026-03-18T17:52:48.689Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-03-18T17:52:48.837Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-03-18T17:52:48.840Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-03-18T17:52:49.064Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-03-18T17:52:49.067Z | Planning: Planning completed in 0.38 seconds |
| 173 | 2026-03-18T17:52:49.094Z | Mediators to change: 2 |
| 174 | 2026-03-18T17:52:49.094Z | Create boot environment: No |
| 175 | 2026-03-18T17:52:49.094Z | Create backup boot environment: No |
| 176 | 2026-03-18T17:52:49.163Z | Done |
| 177 | 2026-03-18T17:52:49.163Z | Done |
| 178 | 2026-03-18T17:52:49.894Z | Done |
| 179 | 2026-03-18T17:52:53.216Z | Done |
| 180 | 2026-03-18T17:52:53.299Z | Done |
| 181 | 2026-03-18T17:52:53.303Z | Done |
| 182 | 2026-03-18T17:52:53.445Z | Done |
| 183 | 2026-03-18T17:52:53.985Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-03-18T17:52:53.988Z | Planning: Merging actions ... Done |
| 185 | 2026-03-18T17:52:54.157Z | Planning: Checking for conflicting actions ... Done |
| 186 | 2026-03-18T17:52:54.160Z | Planning: Consolidating action changes ... Done |
| 187 | 2026-03-18T17:52:54.379Z | Planning: Evaluating mediators ... Done |
| 188 | 2026-03-18T17:52:54.423Z | Planning: Planning completed in 0.64 seconds |
| 189 | 2026-03-18T17:52:54.452Z | Packages to change: 1 |
| 190 | 2026-03-18T17:52:54.452Z | Mediators to change: 1 |
| 191 | 2026-03-18T17:52:54.455Z | Services to change: 1 |
| 192 | 2026-03-18T17:52:54.455Z | Create boot environment: No |
| 193 | 2026-03-18T17:52:54.455Z | Create backup boot environment: Yes |
| 194 | 2026-03-18T17:52:56.975Z | Actions: 1/6 actions (Updating modified actions) |
| 195 | 2026-03-18T17:52:56.978Z | Actions: Completed 6 actions in 0.00 seconds. |
| 196 | 2026-03-18T17:52:56.979Z | Done |
| 197 | 2026-03-18T17:52:56.979Z | Done |
| 198 | 2026-03-18T17:52:57.171Z | Done |
| 199 | 2026-03-18T17:53:00.471Z | Done |
| 200 | 2026-03-18T17:53:00.561Z | Done |
| 201 | 2026-03-18T17:53:00.564Z | Done |
| 202 | 2026-03-18T17:53:00.714Z | Done |
| 203 | 2026-03-18T17:53:01.098Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 204 | 2026-03-18T17:53:01.098Z | clang system 15 system |
| 205 | 2026-03-18T17:53:01.098Z | csh system system illumos |
| 206 | 2026-03-18T17:53:01.098Z | ctags system system illumos |
| 207 | 2026-03-18T17:53:01.098Z | file system system illumos |
| 208 | 2026-03-18T17:53:01.098Z | gcc vendor 12 vendor |
| 209 | 2026-03-18T17:53:01.098Z | gcc system 10 system |
| 210 | 2026-03-18T17:53:01.098Z | gcc system 7 system |
| 211 | 2026-03-18T17:53:01.098Z | go system 1.20 system |
| 212 | 2026-03-18T17:53:01.098Z | go system 1.19 system |
| 213 | 2026-03-18T17:53:01.098Z | llvm system 15 system |
| 214 | 2026-03-18T17:53:01.098Z | llvm system 14 system |
| 215 | 2026-03-18T17:53:01.098Z | mariadb system 10.6 system |
| 216 | 2026-03-18T17:53:01.098Z | mta vendor vendor dma |
| 217 | 2026-03-18T17:53:01.098Z | openjdk system 17 system |
| 218 | 2026-03-18T17:53:01.098Z | openjdk system 11 system |
| 219 | 2026-03-18T17:53:01.098Z | openjdk system 1.8 system |
| 220 | 2026-03-18T17:53:01.098Z | openssl vendor 3 vendor |
| 221 | 2026-03-18T17:53:01.098Z | perl system 5.36 system |
| 222 | 2026-03-18T17:53:01.098Z | postgresql system 15 system |
| 223 | 2026-03-18T17:53:01.098Z | postgresql system 13 system |
| 224 | 2026-03-18T17:53:01.098Z | python vendor 3 vendor |
| 225 | 2026-03-18T17:53:01.098Z | python system 2 system |
| 226 | 2026-03-18T17:53:01.098Z | python3 system 3.11 system |
| 227 | 2026-03-18T17:53:01.098Z | ruby system 3.0 system |
| 228 | 2026-03-18T17:53:01.098Z | words vendor vendor american-english |
| 229 | 2026-03-18T17:53:01.099Z | words system system australian-english |
| 230 | 2026-03-18T17:53:01.099Z | words system system british-english |
| 231 | 2026-03-18T17:53:01.099Z | words system system canadian-english |
| 232 | 2026-03-18T17:53:01.099Z | words system system french |
| 233 | 2026-03-18T17:53:01.099Z | words system system italian |
| 234 | 2026-03-18T17:53:01.099Z | words system system ngerman |
| 235 | 2026-03-18T17:53:01.099Z | words system system ogerman |
| 236 | 2026-03-18T17:53:01.099Z | words system system spanish |
| 237 | 2026-03-18T17:53:01.401Z | PUBLISHER TYPE STATUS P LOCATION |
| 238 | 2026-03-18T17:53:01.401Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 239 | 2026-03-18T17:53:07.389Z | FMRI IFO |
| 240 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 241 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 242 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 243 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 244 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 245 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 246 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 247 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 248 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 249 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 250 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 251 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 252 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 253 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 254 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 255 | 2026-03-18T17:53:07.389Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 256 | 2026-03-18T17:53:08.653Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 257 | 2026-03-18T17:53:08.982Z | Updating crates.io index |
| 258 | 2026-03-18T17:53:08.985Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 259 | 2026-03-18T17:53:09.284Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 260 | 2026-03-18T17:53:10.291Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2026-03-18T17:53:10.861Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 262 | 2026-03-18T17:53:11.254Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 263 | 2026-03-18T17:53:12.223Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 264 | 2026-03-18T17:53:13.850Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 265 | 2026-03-18T17:53:16.249Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-03-18T17:53:17.916Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 267 | 2026-03-18T17:53:19.083Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 268 | 2026-03-18T17:53:19.676Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 269 | 2026-03-18T17:53:21.792Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 270 | 2026-03-18T17:53:22.355Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 271 | 2026-03-18T17:53:23.064Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 272 | 2026-03-18T17:53:23.450Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2026-03-18T17:53:24.549Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-03-18T17:53:25.121Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-03-18T17:53:25.560Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2026-03-18T17:53:26.059Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 277 | 2026-03-18T17:53:26.851Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2026-03-18T17:53:27.257Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2026-03-18T17:53:27.550Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2026-03-18T17:53:27.841Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 281 | 2026-03-18T17:53:28.257Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 282 | 2026-03-18T17:53:28.686Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 283 | 2026-03-18T17:53:29.277Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 284 | 2026-03-18T17:53:29.650Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 285 | 2026-03-18T17:53:30.040Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 286 | 2026-03-18T17:53:30.360Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2026-03-18T17:53:31.781Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2026-03-18T17:53:32.075Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 289 | 2026-03-18T17:53:32.581Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 290 | 2026-03-18T17:53:32.936Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-03-18T17:53:33.323Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 292 | 2026-03-18T17:53:33.860Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 293 | 2026-03-18T17:53:34.173Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 294 | 2026-03-18T17:53:34.435Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 295 | 2026-03-18T17:53:34.862Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 296 | 2026-03-18T17:53:50.621Z | Downloading crates ... |
| 297 | 2026-03-18T17:53:50.686Z | Downloaded anyhow v1.0.102 |
| 298 | 2026-03-18T17:53:50.690Z | Downloaded block-buffer v0.10.4 |
| 299 | 2026-03-18T17:53:50.693Z | Downloaded anstream v0.6.21 |
| 300 | 2026-03-18T17:53:50.696Z | Downloaded autocfg v1.5.0 |
| 301 | 2026-03-18T17:53:50.696Z | Downloaded bytecount v0.6.9 |
| 302 | 2026-03-18T17:53:50.699Z | Downloaded cpufeatures v0.2.17 |
| 303 | 2026-03-18T17:53:50.699Z | Downloaded bitflags v2.11.0 |
| 304 | 2026-03-18T17:53:50.703Z | Downloaded crypto-common v0.1.7 |
| 305 | 2026-03-18T17:53:50.706Z | Downloaded plain v0.2.3 |
| 306 | 2026-03-18T17:53:50.706Z | Downloaded displaydoc v0.2.5 |
| 307 | 2026-03-18T17:53:50.709Z | Downloaded fnv v1.0.7 |
| 308 | 2026-03-18T17:53:50.709Z | Downloaded clap_lex v1.0.0 |
| 309 | 2026-03-18T17:53:50.712Z | Downloaded ordered-float v2.10.1 |
| 310 | 2026-03-18T17:53:50.712Z | Downloaded textwrap v0.16.2 |
| 311 | 2026-03-18T17:53:50.716Z | Downloaded typeid v1.0.3 |
| 312 | 2026-03-18T17:53:50.716Z | Downloaded cargo_metadata v0.21.0 |
| 313 | 2026-03-18T17:53:50.719Z | Downloaded tinystr v0.8.2 |
| 314 | 2026-03-18T17:53:50.723Z | Downloaded heck v0.4.1 |
| 315 | 2026-03-18T17:53:50.727Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-03-18T17:53:50.727Z | Downloaded erased-serde v0.4.9 |
| 317 | 2026-03-18T17:53:50.727Z | Downloaded icu_properties v2.1.2 |
| 318 | 2026-03-18T17:53:50.730Z | Downloaded usdt v0.5.0 |
| 319 | 2026-03-18T17:53:50.730Z | Downloaded zerofrom v0.1.6 |
| 320 | 2026-03-18T17:53:50.731Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-03-18T17:53:50.734Z | Downloaded unicode-linebreak v0.1.5 |
| 322 | 2026-03-18T17:53:50.734Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-03-18T17:53:50.734Z | Downloaded equivalent v1.0.2 |
| 324 | 2026-03-18T17:53:50.734Z | Downloaded anstyle v1.0.13 |
| 325 | 2026-03-18T17:53:50.738Z | Downloaded unicode-xid v0.2.6 |
| 326 | 2026-03-18T17:53:50.738Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-03-18T17:53:50.741Z | Downloaded itoa v1.0.17 |
| 328 | 2026-03-18T17:53:50.744Z | Downloaded toml_datetime v0.6.11 |
| 329 | 2026-03-18T17:53:50.744Z | Downloaded yoke-derive v0.8.1 |
| 330 | 2026-03-18T17:53:50.750Z | Downloaded version_check v0.9.5 |
| 331 | 2026-03-18T17:53:50.753Z | Downloaded zmij v1.0.21 |
| 332 | 2026-03-18T17:53:50.753Z | Downloaded yoke v0.8.1 |
| 333 | 2026-03-18T17:53:50.756Z | Downloaded usdt-attr-macro v0.5.0 |
| 334 | 2026-03-18T17:53:50.756Z | Downloaded thread-id v4.2.2 |
| 335 | 2026-03-18T17:53:50.756Z | Downloaded usdt-macro v0.5.0 |
| 336 | 2026-03-18T17:53:50.756Z | Downloaded cfg-if v1.0.4 |
| 337 | 2026-03-18T17:53:50.759Z | Downloaded serde_spanned v0.6.9 |
| 338 | 2026-03-18T17:53:50.759Z | Downloaded zerofrom-derive v0.1.6 |
| 339 | 2026-03-18T17:53:50.759Z | Downloaded heck v0.5.0 |
| 340 | 2026-03-18T17:53:50.762Z | Downloaded fastrand v2.3.0 |
| 341 | 2026-03-18T17:53:50.762Z | Downloaded zerovec-derive v0.11.2 |
| 342 | 2026-03-18T17:53:50.762Z | Downloaded utf8_iter v1.0.4 |
| 343 | 2026-03-18T17:53:50.765Z | Downloaded writeable v0.6.2 |
| 344 | 2026-03-18T17:53:50.765Z | Downloaded usdt-impl v0.5.0 |
| 345 | 2026-03-18T17:53:50.768Z | Downloaded idna_adapter v1.2.1 |
| 346 | 2026-03-18T17:53:50.768Z | Downloaded memmap v0.7.0 |
| 347 | 2026-03-18T17:53:50.768Z | Downloaded dof v0.3.0 |
| 348 | 2026-03-18T17:53:50.771Z | Downloaded colorchoice v1.0.4 |
| 349 | 2026-03-18T17:53:50.771Z | Downloaded unicode-ident v1.0.24 |
| 350 | 2026-03-18T17:53:50.774Z | Downloaded thiserror v2.0.18 |
| 351 | 2026-03-18T17:53:50.777Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2026-03-18T17:53:50.780Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-03-18T17:53:50.780Z | Downloaded toml v0.8.23 |
| 354 | 2026-03-18T17:53:50.784Z | Downloaded form_urlencoded v1.2.2 |
| 355 | 2026-03-18T17:53:50.784Z | Downloaded thiserror-impl v1.0.69 |
| 356 | 2026-03-18T17:53:50.784Z | Downloaded generic-array v0.14.7 |
| 357 | 2026-03-18T17:53:50.787Z | Downloaded thiserror-impl v2.0.18 |
| 358 | 2026-03-18T17:53:50.787Z | Downloaded tabled_derive v0.7.0 |
| 359 | 2026-03-18T17:53:50.787Z | Downloaded pretty-hex v0.4.1 |
| 360 | 2026-03-18T17:53:50.790Z | Downloaded percent-encoding v2.3.2 |
| 361 | 2026-03-18T17:53:50.790Z | Downloaded is_terminal_polyfill v1.70.2 |
| 362 | 2026-03-18T17:53:50.790Z | Downloaded smawk v0.3.2 |
| 363 | 2026-03-18T17:53:50.795Z | Downloaded zerotrie v0.2.3 |
| 364 | 2026-03-18T17:53:50.798Z | Downloaded typenum v1.19.0 |
| 365 | 2026-03-18T17:53:50.801Z | Downloaded toml_edit v0.22.27 |
| 366 | 2026-03-18T17:53:50.804Z | Downloaded errno v0.3.14 |
| 367 | 2026-03-18T17:53:50.807Z | Downloaded litemap v0.8.1 |
| 368 | 2026-03-18T17:53:50.810Z | Downloaded url v2.5.8 |
| 369 | 2026-03-18T17:53:50.810Z | Downloaded swrite v0.1.0 |
| 370 | 2026-03-18T17:53:50.813Z | Downloaded proc-macro-error-attr v1.0.4 |
| 371 | 2026-03-18T17:53:50.813Z | Downloaded cargo-platform v0.2.0 |
| 372 | 2026-03-18T17:53:50.813Z | Downloaded serde-value v0.7.0 |
| 373 | 2026-03-18T17:53:50.816Z | Downloaded anstyle-query v1.1.5 |
| 374 | 2026-03-18T17:53:50.816Z | Downloaded macaddr v1.0.1 |
| 375 | 2026-03-18T17:53:50.819Z | Downloaded stable_deref_trait v1.2.1 |
| 376 | 2026-03-18T17:53:50.819Z | Downloaded terminal_size v0.4.3 |
| 377 | 2026-03-18T17:53:50.822Z | Downloaded zerovec v0.11.5 |
| 378 | 2026-03-18T17:53:50.825Z | Downloaded winnow v0.7.14 |
| 379 | 2026-03-18T17:53:50.831Z | Downloaded zerocopy v0.7.35 |
| 380 | 2026-03-18T17:53:50.842Z | Downloaded potential_utf v0.1.4 |
| 381 | 2026-03-18T17:53:50.845Z | Downloaded anstyle-parse v0.2.7 |
| 382 | 2026-03-18T17:53:50.845Z | Downloaded cargo_toml v0.21.0 |
| 383 | 2026-03-18T17:53:50.848Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-03-18T17:53:50.851Z | Downloaded serde-untagged v0.1.9 |
| 385 | 2026-03-18T17:53:50.851Z | Downloaded synstructure v0.13.2 |
| 386 | 2026-03-18T17:53:50.854Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-03-18T17:53:50.857Z | Downloaded sha2 v0.10.9 |
| 388 | 2026-03-18T17:53:50.857Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-03-18T17:53:50.861Z | Downloaded camino-tempfile v1.4.1 |
| 390 | 2026-03-18T17:53:50.861Z | Downloaded clap v4.5.60 |
| 391 | 2026-03-18T17:53:50.866Z | Downloaded proc-macro-error v1.0.4 |
| 392 | 2026-03-18T17:53:50.869Z | Downloaded memchr v2.8.0 |
| 393 | 2026-03-18T17:53:50.872Z | Downloaded icu_locale_core v2.1.1 |
| 394 | 2026-03-18T17:53:50.875Z | Downloaded semver v1.0.27 |
| 395 | 2026-03-18T17:53:50.879Z | Downloaded serde_tokenstream v0.2.3 |
| 396 | 2026-03-18T17:53:50.879Z | Downloaded scroll v0.12.0 |
| 397 | 2026-03-18T17:53:50.882Z | Downloaded cargo-util-schemas v0.8.2 |
| 398 | 2026-03-18T17:53:50.882Z | Downloaded scroll_derive v0.12.1 |
| 399 | 2026-03-18T17:53:50.882Z | Downloaded byteorder v1.5.0 |
| 400 | 2026-03-18T17:53:50.885Z | Downloaded digest v0.10.7 |
| 401 | 2026-03-18T17:53:50.885Z | Downloaded strsim v0.11.1 |
| 402 | 2026-03-18T17:53:50.896Z | Downloaded clap_derive v4.5.55 |
| 403 | 2026-03-18T17:53:50.899Z | Downloaded tempfile v3.25.0 |
| 404 | 2026-03-18T17:53:50.903Z | Downloaded pest_generator v2.8.6 |
| 405 | 2026-03-18T17:53:50.905Z | Downloaded icu_provider v2.1.1 |
| 406 | 2026-03-18T17:53:50.916Z | Downloaded smallvec v1.15.1 |
| 407 | 2026-03-18T17:53:50.919Z | Downloaded once_cell v1.21.3 |
| 408 | 2026-03-18T17:53:50.922Z | Downloaded quote v1.0.44 |
| 409 | 2026-03-18T17:53:50.925Z | Downloaded num-traits v0.2.19 |
| 410 | 2026-03-18T17:53:50.928Z | Downloaded pest_derive v2.8.6 |
| 411 | 2026-03-18T17:53:50.931Z | Downloaded indexmap v2.13.0 |
| 412 | 2026-03-18T17:53:50.934Z | Downloaded papergrid v0.11.0 |
| 413 | 2026-03-18T17:53:50.937Z | Downloaded getrandom v0.4.1 |
| 414 | 2026-03-18T17:53:50.940Z | Downloaded camino v1.2.2 |
| 415 | 2026-03-18T17:53:50.940Z | Downloaded log v0.4.29 |
| 416 | 2026-03-18T17:53:50.944Z | Downloaded serde_core v1.0.228 |
| 417 | 2026-03-18T17:53:50.952Z | Downloaded serde_derive v1.0.228 |
| 418 | 2026-03-18T17:53:50.958Z | Downloaded icu_normalizer v2.1.1 |
| 419 | 2026-03-18T17:53:50.963Z | Downloaded proc-macro2 v1.0.106 |
| 420 | 2026-03-18T17:53:50.974Z | Downloaded icu_normalizer_data v2.1.1 |
| 421 | 2026-03-18T17:53:50.986Z | Downloaded pest_meta v2.8.6 |
| 422 | 2026-03-18T17:53:50.989Z | Downloaded serde v1.0.228 |
| 423 | 2026-03-18T17:53:50.999Z | Downloaded icu_collections v2.1.1 |
| 424 | 2026-03-18T17:53:51.003Z | Downloaded idna v1.1.0 |
| 425 | 2026-03-18T17:53:51.006Z | Downloaded hashbrown v0.16.1 |
| 426 | 2026-03-18T17:53:51.016Z | Downloaded icu_properties_data v2.1.2 |
| 427 | 2026-03-18T17:53:51.022Z | Downloaded pest v2.8.6 |
| 428 | 2026-03-18T17:53:51.046Z | Downloaded clap_builder v4.5.60 |
| 429 | 2026-03-18T17:53:51.051Z | Downloaded serde_json v1.0.149 |
| 430 | 2026-03-18T17:53:51.062Z | Downloaded tabled v0.15.0 |
| 431 | 2026-03-18T17:53:51.074Z | Downloaded goblin v0.8.2 |
| 432 | 2026-03-18T17:53:51.086Z | Downloaded syn v1.0.109 |
| 433 | 2026-03-18T17:53:51.096Z | Downloaded syn v2.0.117 |
| 434 | 2026-03-18T17:53:51.107Z | Downloaded rustix v1.1.3 |
| 435 | 2026-03-18T17:53:51.146Z | Downloaded libc v0.2.180 |
| 436 | 2026-03-18T17:53:51.233Z | Compiling proc-macro2 v1.0.106 |
| 437 | 2026-03-18T17:53:51.233Z | Compiling unicode-ident v1.0.24 |
| 438 | 2026-03-18T17:53:51.236Z | Compiling quote v1.0.44 |
| 439 | 2026-03-18T17:53:51.236Z | Compiling serde_core v1.0.228 |
| 440 | 2026-03-18T17:53:51.236Z | Compiling libc v0.2.180 |
| 441 | 2026-03-18T17:53:51.236Z | Compiling version_check v0.9.5 |
| 442 | 2026-03-18T17:53:51.236Z | Compiling memchr v2.8.0 |
| 443 | 2026-03-18T17:53:51.237Z | Compiling stable_deref_trait v1.2.1 |
| 444 | 2026-03-18T17:53:51.237Z | Compiling serde v1.0.228 |
| 445 | 2026-03-18T17:53:51.237Z | Compiling zmij v1.0.21 |
| 446 | 2026-03-18T17:53:51.237Z | Compiling ucd-trie v0.1.7 |
| 447 | 2026-03-18T17:53:51.237Z | Compiling autocfg v1.5.0 |
| 448 | 2026-03-18T17:53:51.445Z | Compiling thiserror v1.0.69 |
| 449 | 2026-03-18T17:53:51.448Z | Compiling itoa v1.0.17 |
| 450 | 2026-03-18T17:53:51.448Z | Compiling litemap v0.8.1 |
| 451 | 2026-03-18T17:53:51.715Z | Compiling writeable v0.6.2 |
| 452 | 2026-03-18T17:53:51.743Z | Compiling icu_normalizer_data v2.1.1 |
| 453 | 2026-03-18T17:53:51.915Z | Compiling byteorder v1.5.0 |
| 454 | 2026-03-18T17:53:52.069Z | Compiling rustix v1.1.3 |
| 455 | 2026-03-18T17:53:52.099Z | Compiling icu_properties_data v2.1.2 |
| 456 | 2026-03-18T17:53:52.172Z | Compiling serde_json v1.0.149 |
| 457 | 2026-03-18T17:53:52.197Z | Compiling bitflags v2.11.0 |
| 458 | 2026-03-18T17:53:52.369Z | Compiling pest v2.8.6 |
| 459 | 2026-03-18T17:53:52.371Z | Compiling num-traits v0.2.19 |
| 460 | 2026-03-18T17:53:52.611Z | Compiling typeid v1.0.3 |
| 461 | 2026-03-18T17:53:52.614Z | Compiling hashbrown v0.16.1 |
| 462 | 2026-03-18T17:53:52.614Z | Compiling equivalent v1.0.2 |
| 463 | 2026-03-18T17:53:52.722Z | Compiling smallvec v1.15.1 |
| 464 | 2026-03-18T17:53:52.752Z | Compiling usdt-impl v0.5.0 |
| 465 | 2026-03-18T17:53:52.755Z | Compiling proc-macro-error-attr v1.0.4 |
| 466 | 2026-03-18T17:53:52.939Z | Compiling toml_write v0.1.2 |
| 467 | 2026-03-18T17:53:52.942Z | Compiling winnow v0.7.14 |
| 468 | 2026-03-18T17:53:52.998Z | Compiling errno v0.3.14 |
| 469 | 2026-03-18T17:53:53.003Z | Compiling thread-id v4.2.2 |
| 470 | 2026-03-18T17:53:53.062Z | Compiling erased-serde v0.4.9 |
| 471 | 2026-03-18T17:53:53.116Z | Compiling syn v1.0.109 |
| 472 | 2026-03-18T17:53:53.277Z | Compiling proc-macro-error v1.0.4 |
| 473 | 2026-03-18T17:53:53.334Z | Compiling utf8parse v0.2.2 |
| 474 | 2026-03-18T17:53:53.337Z | Compiling log v0.4.29 |
| 475 | 2026-03-18T17:53:53.390Z | Compiling indexmap v2.13.0 |
| 476 | 2026-03-18T17:53:53.393Z | Compiling percent-encoding v2.3.2 |
| 477 | 2026-03-18T17:53:53.479Z | Compiling syn v2.0.117 |
| 478 | 2026-03-18T17:53:53.507Z | Compiling utf8_iter v1.0.4 |
| 479 | 2026-03-18T17:53:53.536Z | Compiling getrandom v0.4.1 |
| 480 | 2026-03-18T17:53:53.567Z | Compiling plain v0.2.3 |
| 481 | 2026-03-18T17:53:53.627Z | Compiling thiserror v2.0.18 |
| 482 | 2026-03-18T17:53:53.631Z | Compiling camino v1.2.2 |
| 483 | 2026-03-18T17:53:53.716Z | Compiling form_urlencoded v1.2.2 |
| 484 | 2026-03-18T17:53:53.802Z | Compiling anstyle-parse v0.2.7 |
| 485 | 2026-03-18T17:53:53.923Z | Compiling pest_meta v2.8.6 |
| 486 | 2026-03-18T17:53:54.041Z | Compiling pretty-hex v0.4.1 |
| 487 | 2026-03-18T17:53:54.100Z | Compiling ordered-float v2.10.1 |
| 488 | 2026-03-18T17:53:54.165Z | Compiling cfg-if v1.0.4 |
| 489 | 2026-03-18T17:53:54.168Z | Compiling anstyle-query v1.1.5 |
| 490 | 2026-03-18T17:53:54.225Z | Compiling anstyle v1.0.13 |
| 491 | 2026-03-18T17:53:54.225Z | Compiling is_terminal_polyfill v1.70.2 |
| 492 | 2026-03-18T17:53:54.285Z | Compiling colorchoice v1.0.4 |
| 493 | 2026-03-18T17:53:54.372Z | Compiling fs-err v3.3.0 |
| 494 | 2026-03-18T17:53:54.430Z | Compiling anyhow v1.0.102 |
| 495 | 2026-03-18T17:53:54.459Z | Compiling strsim v0.11.1 |
| 496 | 2026-03-18T17:53:54.486Z | Compiling heck v0.5.0 |
| 497 | 2026-03-18T17:53:54.515Z | Compiling terminal_size v0.4.3 |
| 498 | 2026-03-18T17:53:54.544Z | Compiling anstream v0.6.21 |
| 499 | 2026-03-18T17:53:54.575Z | Compiling heck v0.4.1 |
| 500 | 2026-03-18T17:53:54.667Z | Compiling unicode-xid v0.2.6 |
| 501 | 2026-03-18T17:53:54.884Z | Compiling semver v1.0.27 |
| 502 | 2026-03-18T17:53:54.943Z | Compiling clap_lex v1.0.0 |
| 503 | 2026-03-18T17:53:54.947Z | Compiling bytecount v0.6.9 |
| 504 | 2026-03-18T17:53:55.002Z | Compiling unicode-width v0.1.14 |
| 505 | 2026-03-18T17:53:55.005Z | Compiling fnv v1.0.7 |
| 506 | 2026-03-18T17:53:55.064Z | Compiling once_cell v1.21.3 |
| 507 | 2026-03-18T17:53:55.069Z | Compiling fastrand v2.3.0 |
| 508 | 2026-03-18T17:53:55.216Z | Compiling clap_builder v4.5.60 |
| 509 | 2026-03-18T17:53:55.305Z | Compiling memmap v0.7.0 |
| 510 | 2026-03-18T17:53:55.393Z | Compiling papergrid v0.11.0 |
| 511 | 2026-03-18T17:53:55.422Z | Compiling tempfile v3.25.0 |
| 512 | 2026-03-18T17:53:55.425Z | Compiling smawk v0.3.2 |
| 513 | 2026-03-18T17:53:55.484Z | Compiling serde-untagged v0.1.9 |
| 514 | 2026-03-18T17:53:55.487Z | Compiling unicode-width v0.2.0 |
| 515 | 2026-03-18T17:53:55.549Z | Compiling unicode-linebreak v0.1.5 |
| 516 | 2026-03-18T17:53:55.660Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 517 | 2026-03-18T17:53:55.798Z | Compiling camino-tempfile v1.4.1 |
| 518 | 2026-03-18T17:53:55.873Z | Compiling swrite v0.1.0 |
| 519 | 2026-03-18T17:53:55.932Z | Compiling textwrap v0.16.2 |
| 520 | 2026-03-18T17:53:56.335Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-03-18T17:53:57.209Z | Compiling tabled v0.15.0 |
| 522 | 2026-03-18T17:53:57.260Z | Compiling synstructure v0.13.2 |
| 523 | 2026-03-18T17:53:57.260Z | Compiling pest_generator v2.8.6 |
| 524 | 2026-03-18T17:53:58.003Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-03-18T17:53:58.003Z | Compiling zerofrom-derive v0.1.6 |
| 526 | 2026-03-18T17:53:58.007Z | Compiling yoke-derive v0.8.1 |
| 527 | 2026-03-18T17:53:58.007Z | Compiling zerovec-derive v0.11.2 |
| 528 | 2026-03-18T17:53:58.007Z | Compiling displaydoc v0.2.5 |
| 529 | 2026-03-18T17:53:58.007Z | Compiling thiserror-impl v1.0.69 |
| 530 | 2026-03-18T17:53:58.007Z | Compiling zerocopy-derive v0.7.35 |
| 531 | 2026-03-18T17:53:58.007Z | Compiling pest_derive v2.8.6 |
| 532 | 2026-03-18T17:53:58.031Z | Compiling scroll_derive v0.12.1 |
| 533 | 2026-03-18T17:53:58.034Z | Compiling thiserror-impl v2.0.18 |
| 534 | 2026-03-18T17:53:58.084Z | Compiling clap_derive v4.5.55 |
| 535 | 2026-03-18T17:53:59.018Z | Compiling scroll v0.12.0 |
| 536 | 2026-03-18T17:53:59.047Z | Compiling zerocopy v0.7.35 |
| 537 | 2026-03-18T17:53:59.322Z | Compiling goblin v0.8.2 |
| 538 | 2026-03-18T17:53:59.350Z | Compiling zerofrom v0.1.6 |
| 539 | 2026-03-18T17:53:59.500Z | Compiling yoke v0.8.1 |
| 540 | 2026-03-18T17:53:59.640Z | Compiling dtrace-parser v0.2.0 |
| 541 | 2026-03-18T17:53:59.708Z | Compiling zerovec v0.11.5 |
| 542 | 2026-03-18T17:53:59.708Z | Compiling zerotrie v0.2.3 |
| 543 | 2026-03-18T17:53:59.992Z | Compiling clap v4.5.60 |
| 544 | 2026-03-18T17:54:00.352Z | Compiling tinystr v0.8.2 |
| 545 | 2026-03-18T17:54:00.352Z | Compiling potential_utf v0.1.4 |
| 546 | 2026-03-18T17:54:00.518Z | Compiling icu_collections v2.1.1 |
| 547 | 2026-03-18T17:54:00.549Z | Compiling icu_locale_core v2.1.1 |
| 548 | 2026-03-18T17:54:01.328Z | Compiling icu_provider v2.1.1 |
| 549 | 2026-03-18T17:54:01.462Z | Compiling serde_spanned v0.6.9 |
| 550 | 2026-03-18T17:54:01.462Z | Compiling toml_datetime v0.6.11 |
| 551 | 2026-03-18T17:54:01.466Z | Compiling serde-value v0.7.0 |
| 552 | 2026-03-18T17:54:01.466Z | Compiling cargo-platform v0.2.0 |
| 553 | 2026-03-18T17:54:01.466Z | Compiling macaddr v1.0.1 |
| 554 | 2026-03-18T17:54:01.485Z | Compiling dof v0.3.0 |
| 555 | 2026-03-18T17:54:01.489Z | Compiling serde_tokenstream v0.2.3 |
| 556 | 2026-03-18T17:54:01.651Z | Compiling icu_normalizer v2.1.1 |
| 557 | 2026-03-18T17:54:01.654Z | Compiling icu_properties v2.1.2 |
| 558 | 2026-03-18T17:54:01.749Z | Compiling toml_edit v0.22.27 |
| 559 | 2026-03-18T17:54:02.545Z | Compiling usdt-attr-macro v0.5.0 |
| 560 | 2026-03-18T17:54:02.549Z | Compiling usdt-macro v0.5.0 |
| 561 | 2026-03-18T17:54:02.839Z | Compiling idna_adapter v1.2.1 |
| 562 | 2026-03-18T17:54:02.973Z | Compiling idna v1.1.0 |
| 563 | 2026-03-18T17:54:03.289Z | Compiling usdt v0.5.0 |
| 564 | 2026-03-18T17:54:03.325Z | Compiling url v2.5.8 |
| 565 | 2026-03-18T17:54:03.555Z | Compiling toml v0.8.23 |
| 566 | 2026-03-18T17:54:04.024Z | Compiling cargo-util-schemas v0.8.2 |
| 567 | 2026-03-18T17:54:04.028Z | Compiling cargo_toml v0.21.0 |
| 568 | 2026-03-18T17:54:05.170Z | Compiling cargo_metadata v0.21.0 |
| 569 | 2026-03-18T17:54:06.453Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 570 | 2026-03-18T17:54:09.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 571 | 2026-03-18T17:54:09.604Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 572 | 2026-03-18T17:54:10.322Z | Downloading crates ... |
| 573 | 2026-03-18T17:54:10.441Z | Downloaded async-recursion v1.1.1 |
| 574 | 2026-03-18T17:54:10.444Z | Downloaded async-stream-impl v0.3.6 |
| 575 | 2026-03-18T17:54:10.444Z | Downloaded arrayvec v0.7.6 |
| 576 | 2026-03-18T17:54:10.452Z | Downloaded aead v0.5.2 |
| 577 | 2026-03-18T17:54:10.452Z | Downloaded adler2 v2.0.1 |
| 578 | 2026-03-18T17:54:10.456Z | Downloaded aes-gcm v0.10.3 |
| 579 | 2026-03-18T17:54:10.459Z | Downloaded aes v0.8.4 |
| 580 | 2026-03-18T17:54:10.462Z | Downloaded filetime v0.2.27 |
| 581 | 2026-03-18T17:54:10.462Z | Downloaded clang-sys v1.8.1 |
| 582 | 2026-03-18T17:54:10.465Z | Downloaded derive_builder v0.20.2 |
| 583 | 2026-03-18T17:54:10.468Z | Downloaded defmt-parser v1.0.0 |
| 584 | 2026-03-18T17:54:10.471Z | Downloaded convert_case v0.10.0 |
| 585 | 2026-03-18T17:54:10.474Z | Downloaded deranged v0.5.8 |
| 586 | 2026-03-18T17:54:10.474Z | Downloaded const_format_proc_macros v0.2.34 |
| 587 | 2026-03-18T17:54:10.477Z | Downloaded csv-core v0.1.13 |
| 588 | 2026-03-18T17:54:10.477Z | Downloaded cookie_store v0.22.1 |
| 589 | 2026-03-18T17:54:10.480Z | Downloaded defmt v1.0.1 |
| 590 | 2026-03-18T17:54:10.483Z | Downloaded debug-ignore v1.0.5 |
| 591 | 2026-03-18T17:54:10.483Z | Downloaded console v0.16.2 |
| 592 | 2026-03-18T17:54:10.486Z | Downloaded bit-vec v0.6.3 |
| 593 | 2026-03-18T17:54:10.489Z | Downloaded data-encoding v2.10.0 |
| 594 | 2026-03-18T17:54:10.489Z | Downloaded ctr v0.9.2 |
| 595 | 2026-03-18T17:54:10.492Z | Downloaded derive_builder_core v0.20.2 |
| 596 | 2026-03-18T17:54:10.492Z | Downloaded cipher v0.4.4 |
| 597 | 2026-03-18T17:54:10.495Z | Downloaded darling_core v0.23.0 |
| 598 | 2026-03-18T17:54:10.497Z | Downloaded fatfs v0.3.6 |
| 599 | 2026-03-18T17:54:10.500Z | Downloaded find-msvc-tools v0.1.9 |
| 600 | 2026-03-18T17:54:10.500Z | Downloaded env_logger v0.11.9 |
| 601 | 2026-03-18T17:54:10.503Z | Downloaded derive_builder_macro v0.20.2 |
| 602 | 2026-03-18T17:54:10.506Z | Downloaded der v0.7.10 |
| 603 | 2026-03-18T17:54:10.509Z | Downloaded dirs-next v2.0.0 |
| 604 | 2026-03-18T17:54:10.509Z | Downloaded crossbeam-epoch v0.9.18 |
| 605 | 2026-03-18T17:54:10.512Z | Downloaded bb8 v0.8.6 |
| 606 | 2026-03-18T17:54:10.515Z | Downloaded derive-where v1.6.0 |
| 607 | 2026-03-18T17:54:10.518Z | Downloaded ff v0.13.1 |
| 608 | 2026-03-18T17:54:10.518Z | Downloaded env_filter v1.0.0 |
| 609 | 2026-03-18T17:54:10.520Z | Downloaded darling_macro v0.21.3 |
| 610 | 2026-03-18T17:54:10.523Z | Downloaded fixedbitset v0.4.2 |
| 611 | 2026-03-18T17:54:10.523Z | Downloaded darling_macro v0.23.0 |
| 612 | 2026-03-18T17:54:10.523Z | Downloaded dyn-clone v1.0.20 |
| 613 | 2026-03-18T17:54:10.526Z | Downloaded fallible-iterator v0.2.0 |
| 614 | 2026-03-18T17:54:10.526Z | Downloaded dsl_auto_type v0.2.0 |
| 615 | 2026-03-18T17:54:10.529Z | Downloaded darling v0.20.11 |
| 616 | 2026-03-18T17:54:10.532Z | Downloaded float-cmp v0.10.0 |
| 617 | 2026-03-18T17:54:10.535Z | Downloaded crc8 v0.1.1 |
| 618 | 2026-03-18T17:54:10.535Z | Downloaded arrayref v0.3.9 |
| 619 | 2026-03-18T17:54:10.538Z | Downloaded flagset v0.4.7 |
| 620 | 2026-03-18T17:54:10.538Z | Downloaded dunce v1.0.5 |
| 621 | 2026-03-18T17:54:10.538Z | Downloaded crc v3.4.0 |
| 622 | 2026-03-18T17:54:10.541Z | Downloaded der_derive v0.7.3 |
| 623 | 2026-03-18T17:54:10.541Z | Downloaded dtrace-parser v0.3.0 |
| 624 | 2026-03-18T17:54:10.544Z | Downloaded dof v0.4.0 |
| 625 | 2026-03-18T17:54:10.544Z | Downloaded foreign-types-shared v0.1.1 |
| 626 | 2026-03-18T17:54:10.547Z | Downloaded embedded-io v0.6.1 |
| 627 | 2026-03-18T17:54:10.547Z | Downloaded enum-as-inner v0.6.1 |
| 628 | 2026-03-18T17:54:10.550Z | Downloaded cbc v0.1.2 |
| 629 | 2026-03-18T17:54:10.550Z | Downloaded difflib v0.4.0 |
| 630 | 2026-03-18T17:54:10.550Z | Downloaded cpufeatures v0.3.0 |
| 631 | 2026-03-18T17:54:10.554Z | Downloaded cmake v0.1.57 |
| 632 | 2026-03-18T17:54:10.554Z | Downloaded display-error-chain v0.2.2 |
| 633 | 2026-03-18T17:54:10.557Z | Downloaded foreign-types v0.3.2 |
| 634 | 2026-03-18T17:54:10.557Z | Downloaded atomicwrites v0.4.4 |
| 635 | 2026-03-18T17:54:10.557Z | Downloaded foreign-types-shared v0.3.1 |
| 636 | 2026-03-18T17:54:10.557Z | Downloaded ciborium-io v0.2.2 |
| 637 | 2026-03-18T17:54:10.561Z | Downloaded cfg_aliases v0.2.1 |
| 638 | 2026-03-18T17:54:10.561Z | Downloaded array-init v0.0.4 |
| 639 | 2026-03-18T17:54:10.561Z | Downloaded gethostname v0.5.0 |
| 640 | 2026-03-18T17:54:10.564Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 641 | 2026-03-18T17:54:10.564Z | Downloaded bit-set v0.8.0 |
| 642 | 2026-03-18T17:54:10.564Z | Downloaded downcast-rs v2.0.2 |
| 643 | 2026-03-18T17:54:10.568Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 644 | 2026-03-18T17:54:10.568Z | Downloaded fd-lock v4.0.4 |
| 645 | 2026-03-18T17:54:10.570Z | Downloaded ghash v0.5.1 |
| 646 | 2026-03-18T17:54:10.570Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 647 | 2026-03-18T17:54:10.570Z | Downloaded foreign-types v0.5.0 |
| 648 | 2026-03-18T17:54:10.573Z | Downloaded bitfield-struct v0.6.2 |
| 649 | 2026-03-18T17:54:10.573Z | Downloaded fxhash v0.2.1 |
| 650 | 2026-03-18T17:54:10.573Z | Downloaded futures-sink v0.3.32 |
| 651 | 2026-03-18T17:54:10.577Z | Downloaded futures-core v0.3.32 |
| 652 | 2026-03-18T17:54:10.577Z | Downloaded ed25519 v2.2.3 |
| 653 | 2026-03-18T17:54:10.580Z | Downloaded futures-task v0.3.32 |
| 654 | 2026-03-18T17:54:10.580Z | Downloaded cexpr v0.6.0 |
| 655 | 2026-03-18T17:54:10.583Z | Downloaded bitfield v0.19.4 |
| 656 | 2026-03-18T17:54:10.583Z | Downloaded git-stub v1.0.0 |
| 657 | 2026-03-18T17:54:10.586Z | Downloaded foreign-types-macros v0.2.3 |
| 658 | 2026-03-18T17:54:10.586Z | Downloaded endian-type v0.1.2 |
| 659 | 2026-03-18T17:54:10.586Z | Downloaded buf-list v1.1.2 |
| 660 | 2026-03-18T17:54:10.589Z | Downloaded float-ord v0.3.2 |
| 661 | 2026-03-18T17:54:10.592Z | Downloaded async-trait v0.1.89 |
| 662 | 2026-03-18T17:54:10.595Z | Downloaded bytes v1.11.1 |
| 663 | 2026-03-18T17:54:10.598Z | Downloaded globwalk v0.9.1 |
| 664 | 2026-03-18T17:54:10.598Z | Downloaded http-body v1.0.1 |
| 665 | 2026-03-18T17:54:10.601Z | Downloaded hash32 v0.3.1 |
| 666 | 2026-03-18T17:54:10.601Z | Downloaded funty v2.0.0 |
| 667 | 2026-03-18T17:54:10.601Z | Downloaded embedded-io v0.4.0 |
| 668 | 2026-03-18T17:54:10.604Z | Downloaded corncobs v0.1.4 |
| 669 | 2026-03-18T17:54:10.607Z | Downloaded hash32 v0.2.1 |
| 670 | 2026-03-18T17:54:10.607Z | Downloaded console v0.15.11 |
| 671 | 2026-03-18T17:54:10.609Z | Downloaded blowfish v0.9.1 |
| 672 | 2026-03-18T17:54:10.609Z | Downloaded hostname v0.4.2 |
| 673 | 2026-03-18T17:54:10.614Z | Downloaded httpdate v1.0.3 |
| 674 | 2026-03-18T17:54:10.614Z | Downloaded headers-core v0.3.0 |
| 675 | 2026-03-18T17:54:10.614Z | Downloaded crossbeam-deque v0.8.6 |
| 676 | 2026-03-18T17:54:10.617Z | Downloaded daft v0.1.5 |
| 677 | 2026-03-18T17:54:10.617Z | Downloaded hubpack v0.1.2 |
| 678 | 2026-03-18T17:54:10.619Z | Downloaded fixedbitset v0.5.7 |
| 679 | 2026-03-18T17:54:10.619Z | Downloaded base64ct v1.8.3 |
| 680 | 2026-03-18T17:54:10.622Z | Downloaded ena v0.14.4 |
| 681 | 2026-03-18T17:54:10.625Z | Downloaded fs-err v2.11.0 |
| 682 | 2026-03-18T17:54:10.626Z | Downloaded bcs v0.1.6 |
| 683 | 2026-03-18T17:54:10.629Z | Downloaded critical-section v1.2.0 |
| 684 | 2026-03-18T17:54:10.629Z | Downloaded home v0.5.12 |
| 685 | 2026-03-18T17:54:10.632Z | Downloaded ident_case v1.0.1 |
| 686 | 2026-03-18T17:54:10.632Z | Downloaded crossbeam-utils v0.8.21 |
| 687 | 2026-03-18T17:54:10.634Z | Downloaded hyper-tls v0.6.0 |
| 688 | 2026-03-18T17:54:10.634Z | Downloaded hubpack_derive v0.1.1 |
| 689 | 2026-03-18T17:54:10.638Z | Downloaded http-range v0.1.5 |
| 690 | 2026-03-18T17:54:10.638Z | Downloaded foldhash v0.2.0 |
| 691 | 2026-03-18T17:54:10.638Z | Downloaded either v1.15.0 |
| 692 | 2026-03-18T17:54:10.641Z | Downloaded internet-checksum v0.2.1 |
| 693 | 2026-03-18T17:54:10.641Z | Downloaded instant v0.1.13 |
| 694 | 2026-03-18T17:54:10.641Z | Downloaded indoc v1.0.9 |
| 695 | 2026-03-18T17:54:10.645Z | Downloaded instability v0.3.11 |
| 696 | 2026-03-18T17:54:10.645Z | Downloaded inout v0.1.4 |
| 697 | 2026-03-18T17:54:10.648Z | Downloaded is_ci v1.2.0 |
| 698 | 2026-03-18T17:54:10.648Z | Downloaded is-terminal v0.4.17 |
| 699 | 2026-03-18T17:54:10.648Z | Downloaded const-oid v0.9.6 |
| 700 | 2026-03-18T17:54:10.651Z | Downloaded colored v2.2.0 |
| 701 | 2026-03-18T17:54:10.654Z | Downloaded bzip2 v0.4.4 |
| 702 | 2026-03-18T17:54:10.654Z | Downloaded kstat-rs v0.2.4 |
| 703 | 2026-03-18T17:54:10.657Z | Downloaded cassowary v0.3.0 |
| 704 | 2026-03-18T17:54:10.657Z | Downloaded erased-serde v0.3.31 |
| 705 | 2026-03-18T17:54:10.660Z | Downloaded colored v3.1.1 |
| 706 | 2026-03-18T17:54:10.663Z | Downloaded glob v0.3.3 |
| 707 | 2026-03-18T17:54:10.663Z | Downloaded foldhash v0.1.5 |
| 708 | 2026-03-18T17:54:10.667Z | Downloaded drift v0.1.3 |
| 709 | 2026-03-18T17:54:10.671Z | Downloaded lazy_static v1.5.0 |
| 710 | 2026-03-18T17:54:10.671Z | Downloaded lalrpop-util v0.19.12 |
| 711 | 2026-03-18T17:54:10.676Z | Downloaded humantime v2.3.0 |
| 712 | 2026-03-18T17:54:10.676Z | Downloaded linked-hash-map v0.5.6 |
| 713 | 2026-03-18T17:54:10.676Z | Downloaded lru-slab v0.1.2 |
| 714 | 2026-03-18T17:54:10.680Z | Downloaded managed v0.8.0 |
| 715 | 2026-03-18T17:54:10.680Z | Downloaded lru v0.12.5 |
| 716 | 2026-03-18T17:54:10.680Z | Downloaded lru-cache v0.1.2 |
| 717 | 2026-03-18T17:54:10.680Z | Downloaded keccak v0.1.6 |
| 718 | 2026-03-18T17:54:10.684Z | Downloaded highway v1.3.0 |
| 719 | 2026-03-18T17:54:10.696Z | Downloaded libscf-sys v1.1.0 |
| 720 | 2026-03-18T17:54:10.699Z | Downloaded darling v0.23.0 |
| 721 | 2026-03-18T17:54:10.702Z | Downloaded darling v0.21.3 |
| 722 | 2026-03-18T17:54:10.705Z | Downloaded hyper-staticfile v0.10.1 |
| 723 | 2026-03-18T17:54:10.708Z | Downloaded fs_extra v1.3.0 |
| 724 | 2026-03-18T17:54:10.711Z | Downloaded allocator-api2 v0.2.21 |
| 725 | 2026-03-18T17:54:10.714Z | Downloaded mime v0.3.17 |
| 726 | 2026-03-18T17:54:10.714Z | Downloaded md5 v0.7.0 |
| 727 | 2026-03-18T17:54:10.714Z | Downloaded md-5 v0.10.6 |
| 728 | 2026-03-18T17:54:10.717Z | Downloaded maybe-uninit v2.0.0 |
| 729 | 2026-03-18T17:54:10.717Z | Downloaded backon v1.6.0 |
| 730 | 2026-03-18T17:54:10.720Z | Downloaded jobserver v0.1.34 |
| 731 | 2026-03-18T17:54:10.723Z | Downloaded ipnetwork v0.21.1 |
| 732 | 2026-03-18T17:54:10.726Z | Downloaded multimap v0.10.1 |
| 733 | 2026-03-18T17:54:10.726Z | Downloaded lzss v0.8.2 |
| 734 | 2026-03-18T17:54:10.726Z | Downloaded nonempty v0.12.0 |
| 735 | 2026-03-18T17:54:10.729Z | Downloaded nodrop v0.1.14 |
| 736 | 2026-03-18T17:54:10.729Z | Downloaded linear-map v1.2.0 |
| 737 | 2026-03-18T17:54:10.729Z | Downloaded libloading v0.8.9 |
| 738 | 2026-03-18T17:54:10.732Z | Downloaded memoffset v0.9.1 |
| 739 | 2026-03-18T17:54:10.735Z | Downloaded half v1.8.3 |
| 740 | 2026-03-18T17:54:10.735Z | Downloaded globset v0.4.18 |
| 741 | 2026-03-18T17:54:10.738Z | Downloaded git-stub-vcs v0.1.0 |
| 742 | 2026-03-18T17:54:10.738Z | Downloaded newtype-uuid-macros v0.1.0 |
| 743 | 2026-03-18T17:54:10.741Z | Downloaded new_debug_unreachable v1.0.6 |
| 744 | 2026-03-18T17:54:10.741Z | Downloaded ipnet v2.11.0 |
| 745 | 2026-03-18T17:54:10.744Z | Downloaded ingot-types v0.1.2 |
| 746 | 2026-03-18T17:54:10.744Z | Downloaded lock_api v0.4.14 |
| 747 | 2026-03-18T17:54:10.747Z | Downloaded ingot v0.1.1 |
| 748 | 2026-03-18T17:54:10.747Z | Downloaded indoc v2.0.7 |
| 749 | 2026-03-18T17:54:10.750Z | Downloaded num-iter v0.1.45 |
| 750 | 2026-03-18T17:54:10.750Z | Downloaded num-derive v0.4.2 |
| 751 | 2026-03-18T17:54:10.753Z | Downloaded opaque-debug v0.3.1 |
| 752 | 2026-03-18T17:54:10.753Z | Downloaded httparse v1.10.1 |
| 753 | 2026-03-18T17:54:10.756Z | Downloaded libefi-sys v0.1.0 |
| 754 | 2026-03-18T17:54:10.756Z | Downloaded num-conv v0.2.0 |
| 755 | 2026-03-18T17:54:10.756Z | Downloaded normalize-line-endings v0.3.0 |
| 756 | 2026-03-18T17:54:10.759Z | Downloaded crc32fast v1.5.0 |
| 757 | 2026-03-18T17:54:10.759Z | Downloaded arc-swap v1.8.2 |
| 758 | 2026-03-18T17:54:10.762Z | Downloaded hmac v0.12.1 |
| 759 | 2026-03-18T17:54:10.765Z | Downloaded getrandom v0.3.4 |
| 760 | 2026-03-18T17:54:10.768Z | Downloaded openssl-probe v0.1.6 |
| 761 | 2026-03-18T17:54:10.771Z | Downloaded olpc-cjson v0.1.4 |
| 762 | 2026-03-18T17:54:10.771Z | Downloaded elliptic-curve v0.13.8 |
| 763 | 2026-03-18T17:54:10.774Z | Downloaded num_threads v0.1.7 |
| 764 | 2026-03-18T17:54:10.777Z | Downloaded oso-derive v0.27.3 |
| 765 | 2026-03-18T17:54:10.777Z | Downloaded openssl-probe v0.2.1 |
| 766 | 2026-03-18T17:54:10.777Z | Downloaded hyper-rustls v0.27.7 |
| 767 | 2026-03-18T17:54:10.780Z | Downloaded litrs v1.0.0 |
| 768 | 2026-03-18T17:54:10.782Z | Downloaded nibble_vec v0.1.0 |
| 769 | 2026-03-18T17:54:10.782Z | Downloaded iana-time-zone v0.1.65 |
| 770 | 2026-03-18T17:54:10.785Z | Downloaded newtype-uuid v1.3.2 |
| 771 | 2026-03-18T17:54:10.789Z | Downloaded native-tls v0.2.18 |
| 772 | 2026-03-18T17:54:10.789Z | Downloaded crc-any v2.5.0 |
| 773 | 2026-03-18T17:54:10.792Z | Downloaded peg-runtime v0.8.5 |
| 774 | 2026-03-18T17:54:10.792Z | Downloaded nanorand v0.7.0 |
| 775 | 2026-03-18T17:54:10.795Z | Downloaded nu-ansi-term v0.50.3 |
| 776 | 2026-03-18T17:54:10.798Z | Downloaded base64 v0.22.1 |
| 777 | 2026-03-18T17:54:10.800Z | Downloaded pbkdf2 v0.12.2 |
| 778 | 2026-03-18T17:54:10.800Z | Downloaded half v2.7.1 |
| 779 | 2026-03-18T17:54:10.803Z | Downloaded packed_struct_codegen v0.10.1 |
| 780 | 2026-03-18T17:54:10.806Z | Downloaded path-slash v0.1.5 |
| 781 | 2026-03-18T17:54:10.806Z | Downloaded multer v3.1.0 |
| 782 | 2026-03-18T17:54:10.809Z | Downloaded parse-size v1.1.0 |
| 783 | 2026-03-18T17:54:10.809Z | Downloaded parse-display v0.10.0 |
| 784 | 2026-03-18T17:54:10.809Z | Downloaded num-rational v0.4.2 |
| 785 | 2026-03-18T17:54:10.812Z | Downloaded dropshot_endpoint v0.16.7 |
| 786 | 2026-03-18T17:54:10.814Z | Downloaded pbkdf2 v0.11.0 |
| 787 | 2026-03-18T17:54:10.817Z | Downloaded phf_shared v0.13.1 |
| 788 | 2026-03-18T17:54:10.817Z | Downloaded mime_guess v2.0.5 |
| 789 | 2026-03-18T17:54:10.821Z | Downloaded libsw-core v0.3.2 |
| 790 | 2026-03-18T17:54:10.821Z | Downloaded phf_shared v0.11.3 |
| 791 | 2026-03-18T17:54:10.824Z | Downloaded phf_shared v0.12.1 |
| 792 | 2026-03-18T17:54:10.824Z | Downloaded num-integer v0.1.46 |
| 793 | 2026-03-18T17:54:10.824Z | Downloaded num_enum v0.7.5 |
| 794 | 2026-03-18T17:54:10.828Z | Downloaded pin-utils v0.1.0 |
| 795 | 2026-03-18T17:54:10.830Z | Downloaded darling_core v0.20.11 |
| 796 | 2026-03-18T17:54:10.833Z | Downloaded precomputed-hash v0.1.1 |
| 797 | 2026-03-18T17:54:10.836Z | Downloaded packed_struct v0.10.1 |
| 798 | 2026-03-18T17:54:10.836Z | Downloaded memmap2 v0.9.10 |
| 799 | 2026-03-18T17:54:10.839Z | Downloaded num_enum_derive v0.7.5 |
| 800 | 2026-03-18T17:54:10.839Z | Downloaded num_enum v0.5.11 |
| 801 | 2026-03-18T17:54:10.842Z | Downloaded cc v1.2.56 |
| 802 | 2026-03-18T17:54:10.845Z | Downloaded predicates-core v1.0.10 |
| 803 | 2026-03-18T17:54:10.848Z | Downloaded flate2 v1.1.9 |
| 804 | 2026-03-18T17:54:10.851Z | Downloaded oxnet v0.1.4 |
| 805 | 2026-03-18T17:54:10.854Z | Downloaded ignore v0.4.25 |
| 806 | 2026-03-18T17:54:10.857Z | Downloaded oxide-tokio-rt v0.1.3 |
| 807 | 2026-03-18T17:54:10.857Z | Downloaded parse-display-derive v0.10.0 |
| 808 | 2026-03-18T17:54:10.860Z | Downloaded parking_lot_core v0.8.6 |
| 809 | 2026-03-18T17:54:10.860Z | Downloaded newline-converter v0.3.0 |
| 810 | 2026-03-18T17:54:10.863Z | Downloaded compact_str v0.8.1 |
| 811 | 2026-03-18T17:54:10.867Z | Downloaded pem v3.0.6 |
| 812 | 2026-03-18T17:54:10.867Z | Downloaded ingot-macros v0.1.1 |
| 813 | 2026-03-18T17:54:10.867Z | Downloaded base64 v0.21.7 |
| 814 | 2026-03-18T17:54:10.870Z | Downloaded progenitor-client v0.10.0 |
| 815 | 2026-03-18T17:54:10.872Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 816 | 2026-03-18T17:54:10.872Z | Downloaded phf v0.12.1 |
| 817 | 2026-03-18T17:54:10.872Z | Downloaded progenitor-client v0.11.2 |
| 818 | 2026-03-18T17:54:10.875Z | Downloaded predicates-tree v1.0.13 |
| 819 | 2026-03-18T17:54:10.875Z | Downloaded openssl-macros v0.1.1 |
| 820 | 2026-03-18T17:54:10.878Z | Downloaded newtype_derive v0.1.6 |
| 821 | 2026-03-18T17:54:10.878Z | Downloaded num-derive v0.3.3 |
| 822 | 2026-03-18T17:54:10.878Z | Downloaded omicron-zone-package v0.12.2 |
| 823 | 2026-03-18T17:54:10.881Z | Downloaded heapless v0.8.0 |
| 824 | 2026-03-18T17:54:10.886Z | Downloaded flume v0.11.1 |
| 825 | 2026-03-18T17:54:10.888Z | Downloaded proc-macro-crate v3.4.0 |
| 826 | 2026-03-18T17:54:10.891Z | Downloaded progenitor-macro v0.13.0 |
| 827 | 2026-03-18T17:54:10.891Z | Downloaded powerfmt v0.2.0 |
| 828 | 2026-03-18T17:54:10.891Z | Downloaded peg-macros v0.8.5 |
| 829 | 2026-03-18T17:54:10.894Z | Downloaded password-hash v0.5.0 |
| 830 | 2026-03-18T17:54:10.894Z | Downloaded bumpalo v3.20.2 |
| 831 | 2026-03-18T17:54:10.897Z | Downloaded radium v0.7.0 |
| 832 | 2026-03-18T17:54:10.900Z | Downloaded ppv-lite86 v0.2.21 |
| 833 | 2026-03-18T17:54:10.900Z | Downloaded parking_lot v0.11.2 |
| 834 | 2026-03-18T17:54:10.903Z | Downloaded postgres-protocol v0.6.10 |
| 835 | 2026-03-18T17:54:10.903Z | Downloaded rand_chacha v0.3.1 |
| 836 | 2026-03-18T17:54:10.906Z | Downloaded libbz2-rs-sys v0.2.2 |
| 837 | 2026-03-18T17:54:10.906Z | Downloaded progenitor-macro v0.10.0 |
| 838 | 2026-03-18T17:54:10.909Z | Downloaded headers v0.4.1 |
| 839 | 2026-03-18T17:54:10.913Z | Downloaded rand_xorshift v0.4.0 |
| 840 | 2026-03-18T17:54:10.916Z | Downloaded pin-project-internal v1.1.11 |
| 841 | 2026-03-18T17:54:10.916Z | Downloaded darling_core v0.21.3 |
| 842 | 2026-03-18T17:54:10.919Z | Downloaded crossbeam-channel v0.5.15 |
| 843 | 2026-03-18T17:54:10.922Z | Downloaded recursive v0.1.1 |
| 844 | 2026-03-18T17:54:10.925Z | Downloaded proc-macro-crate v1.3.1 |
| 845 | 2026-03-18T17:54:10.925Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 846 | 2026-03-18T17:54:10.925Z | Downloaded ref-cast-impl v1.0.25 |
| 847 | 2026-03-18T17:54:10.928Z | Downloaded pkg-config v0.3.32 |
| 848 | 2026-03-18T17:54:10.928Z | Downloaded const_format v0.2.35 |
| 849 | 2026-03-18T17:54:10.931Z | Downloaded progenitor v0.13.0 |
| 850 | 2026-03-18T17:54:10.934Z | Downloaded predicates v3.1.4 |
| 851 | 2026-03-18T17:54:10.938Z | Downloaded polyval v0.6.2 |
| 852 | 2026-03-18T17:54:10.938Z | Downloaded progenitor v0.10.0 |
| 853 | 2026-03-18T17:54:10.938Z | Downloaded rfc6979 v0.4.0 |
| 854 | 2026-03-18T17:54:10.941Z | Downloaded parking_lot_core v0.9.12 |
| 855 | 2026-03-18T17:54:10.941Z | Downloaded indicatif v0.18.4 |
| 856 | 2026-03-18T17:54:10.945Z | Downloaded progenitor-extras v0.1.1 |
| 857 | 2026-03-18T17:54:10.948Z | Downloaded progenitor-client v0.13.0 |
| 858 | 2026-03-18T17:54:10.948Z | Downloaded proc-macro-error2 v2.0.1 |
| 859 | 2026-03-18T17:54:10.951Z | Downloaded jiff-static v0.2.21 |
| 860 | 2026-03-18T17:54:10.955Z | Downloaded pkcs1 v0.7.5 |
| 861 | 2026-03-18T17:54:10.955Z | Downloaded russh-cryptovec v0.7.3 |
| 862 | 2026-03-18T17:54:10.958Z | Downloaded paste v1.0.15 |
| 863 | 2026-03-18T17:54:10.958Z | Downloaded rustc-hash v2.1.1 |
| 864 | 2026-03-18T17:54:10.961Z | Downloaded rustc_version v0.4.1 |
| 865 | 2026-03-18T17:54:10.961Z | Downloaded rtoolbox v0.0.3 |
| 866 | 2026-03-18T17:54:10.961Z | Downloaded r2d2 v0.8.10 |
| 867 | 2026-03-18T17:54:10.964Z | Downloaded rand_core v0.10.0 |
| 868 | 2026-03-18T17:54:10.964Z | Downloaded primeorder v0.13.6 |
| 869 | 2026-03-18T17:54:10.967Z | Downloaded rustc_version v0.1.7 |
| 870 | 2026-03-18T17:54:10.967Z | Downloaded hickory-resolver v0.25.2 |
| 871 | 2026-03-18T17:54:10.970Z | Downloaded hickory-resolver v0.24.4 |
| 872 | 2026-03-18T17:54:10.973Z | Downloaded rand_seeder v0.4.0 |
| 873 | 2026-03-18T17:54:10.976Z | Downloaded psm v0.1.30 |
| 874 | 2026-03-18T17:54:10.979Z | Downloaded progenitor v0.11.2 |
| 875 | 2026-03-18T17:54:10.979Z | Downloaded phf v0.13.1 |
| 876 | 2026-03-18T17:54:10.982Z | Downloaded peg v0.8.5 |
| 877 | 2026-03-18T17:54:10.985Z | Downloaded rand_core v0.9.5 |
| 878 | 2026-03-18T17:54:10.985Z | Downloaded rand_chacha v0.9.0 |
| 879 | 2026-03-18T17:54:10.988Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-03-18T17:54:10.991Z | Downloaded ed25519-dalek v2.2.0 |
| 881 | 2026-03-18T17:54:10.991Z | Downloaded dropshot-api-manager v0.6.0 |
| 882 | 2026-03-18T17:54:10.994Z | Downloaded postcard v1.1.3 |
| 883 | 2026-03-18T17:54:10.997Z | Downloaded diesel_derives v2.3.7 |
| 884 | 2026-03-18T17:54:11.001Z | Downloaded salsa20 v0.10.2 |
| 885 | 2026-03-18T17:54:11.006Z | Downloaded same-file v1.0.6 |
| 886 | 2026-03-18T17:54:11.006Z | Downloaded aho-corasick v1.1.4 |
| 887 | 2026-03-18T17:54:11.009Z | Downloaded scroll_derive v0.13.1 |
| 888 | 2026-03-18T17:54:11.009Z | Downloaded scrypt v0.11.0 |
| 889 | 2026-03-18T17:54:11.013Z | Downloaded sapling-renderdag v0.1.0 |
| 890 | 2026-03-18T17:54:11.013Z | Downloaded resolv-conf v0.7.6 |
| 891 | 2026-03-18T17:54:11.016Z | Downloaded scopeguard v1.2.0 |
| 892 | 2026-03-18T17:54:11.016Z | Downloaded password-hash v0.4.2 |
| 893 | 2026-03-18T17:54:11.019Z | Downloaded parking_lot v0.12.5 |
| 894 | 2026-03-18T17:54:11.019Z | Downloaded scheduled-thread-pool v0.2.7 |
| 895 | 2026-03-18T17:54:11.022Z | Downloaded ref-cast v1.0.25 |
| 896 | 2026-03-18T17:54:11.024Z | Downloaded secrecy v0.10.3 |
| 897 | 2026-03-18T17:54:11.024Z | Downloaded seq-macro v0.3.6 |
| 898 | 2026-03-18T17:54:11.027Z | Downloaded secrecy v0.8.0 |
| 899 | 2026-03-18T17:54:11.027Z | Downloaded quinn-udp v0.5.14 |
| 900 | 2026-03-18T17:54:11.030Z | Downloaded serde_plain v1.0.2 |
| 901 | 2026-03-18T17:54:11.030Z | Downloaded derive_more-impl v2.1.1 |
| 902 | 2026-03-18T17:54:11.033Z | Downloaded serde-big-array v0.5.1 |
| 903 | 2026-03-18T17:54:11.038Z | Downloaded serde_spanned v1.0.4 |
| 904 | 2026-03-18T17:54:11.038Z | Downloaded serde_repr v0.1.20 |
| 905 | 2026-03-18T17:54:11.041Z | Downloaded semver v0.1.20 |
| 906 | 2026-03-18T17:54:11.041Z | Downloaded miniz_oxide v0.8.9 |
| 907 | 2026-03-18T17:54:11.044Z | Downloaded serde_urlencoded v0.7.1 |
| 908 | 2026-03-18T17:54:11.044Z | Downloaded rustls-pemfile v1.0.4 |
| 909 | 2026-03-18T17:54:11.047Z | Downloaded postgres-types v0.2.12 |
| 910 | 2026-03-18T17:54:11.050Z | Downloaded rustversion v1.0.22 |
| 911 | 2026-03-18T17:54:11.050Z | Downloaded pin-project-lite v0.2.17 |
| 912 | 2026-03-18T17:54:11.053Z | Downloaded indexmap v1.9.3 |
| 913 | 2026-03-18T17:54:11.056Z | Downloaded signal-hook-tokio v0.3.1 |
| 914 | 2026-03-18T17:54:11.059Z | Downloaded signal-hook-mio v0.2.5 |
| 915 | 2026-03-18T17:54:11.059Z | Downloaded sha1 v0.10.6 |
| 916 | 2026-03-18T17:54:11.062Z | Downloaded rand_core v0.6.4 |
| 917 | 2026-03-18T17:54:11.062Z | Downloaded hyper-util v0.1.20 |
| 918 | 2026-03-18T17:54:11.066Z | Downloaded pin-project v1.1.11 |
| 919 | 2026-03-18T17:54:11.075Z | Downloaded sigpipe v0.1.3 |
| 920 | 2026-03-18T17:54:11.078Z | Downloaded signature v2.2.0 |
| 921 | 2026-03-18T17:54:11.078Z | Downloaded pkcs5 v0.7.1 |
| 922 | 2026-03-18T17:54:11.081Z | Downloaded p256 v0.13.2 |
| 923 | 2026-03-18T17:54:11.083Z | Downloaded slog-envlogger v2.2.0 |
| 924 | 2026-03-18T17:54:11.086Z | Downloaded siphasher v1.0.2 |
| 925 | 2026-03-18T17:54:11.086Z | Downloaded rustls-pemfile v2.2.0 |
| 926 | 2026-03-18T17:54:11.089Z | Downloaded schemars_derive v0.8.22 |
| 927 | 2026-03-18T17:54:11.092Z | Downloaded scroll v0.13.0 |
| 928 | 2026-03-18T17:54:11.092Z | Downloaded minimal-lexical v0.2.1 |
| 929 | 2026-03-18T17:54:11.095Z | Downloaded prefix-trie v0.7.0 |
| 930 | 2026-03-18T17:54:11.099Z | Downloaded progenitor-impl v0.10.0 |
| 931 | 2026-03-18T17:54:11.102Z | Downloaded serde_derive_internals v0.29.1 |
| 932 | 2026-03-18T17:54:11.102Z | Downloaded sec1 v0.7.3 |
| 933 | 2026-03-18T17:54:11.106Z | Downloaded serde_bytes v0.11.19 |
| 934 | 2026-03-18T17:54:11.106Z | Downloaded papergrid v0.17.0 |
| 935 | 2026-03-18T17:54:11.109Z | Downloaded ssh-cipher v0.2.0 |
| 936 | 2026-03-18T17:54:11.112Z | Downloaded serde_path_to_error v0.1.20 |
| 937 | 2026-03-18T17:54:11.112Z | Downloaded sqlparser_derive v0.5.0 |
| 938 | 2026-03-18T17:54:11.114Z | Downloaded expectorate v1.2.0 |
| 939 | 2026-03-18T17:54:11.115Z | Downloaded http v1.4.0 |
| 940 | 2026-03-18T17:54:11.117Z | Downloaded russh-keys v0.45.0 |
| 941 | 2026-03-18T17:54:11.120Z | Downloaded rustls-native-certs v0.8.3 |
| 942 | 2026-03-18T17:54:11.123Z | Downloaded hickory-server v0.25.2 |
| 943 | 2026-03-18T17:54:11.126Z | Downloaded shlex v1.3.0 |
| 944 | 2026-03-18T17:54:11.129Z | Downloaded hashbrown v0.13.2 |
| 945 | 2026-03-18T17:54:11.133Z | Downloaded rusty-fork v0.3.1 |
| 946 | 2026-03-18T17:54:11.136Z | Downloaded rustls-pki-types v1.14.0 |
| 947 | 2026-03-18T17:54:11.136Z | Downloaded strip-ansi-escapes v0.2.1 |
| 948 | 2026-03-18T17:54:11.136Z | Downloaded ssh-encoding v0.2.0 |
| 949 | 2026-03-18T17:54:11.139Z | Downloaded structmeta v0.3.0 |
| 950 | 2026-03-18T17:54:11.139Z | Downloaded strum v0.27.2 |
| 951 | 2026-03-18T17:54:11.139Z | Downloaded slog-stdlog v4.1.1 |
| 952 | 2026-03-18T17:54:11.142Z | Downloaded subtle v2.6.1 |
| 953 | 2026-03-18T17:54:11.142Z | Downloaded snafu-derive v0.8.9 |
| 954 | 2026-03-18T17:54:11.145Z | Downloaded slab v0.4.12 |
| 955 | 2026-03-18T17:54:11.145Z | Downloaded shell-words v1.1.1 |
| 956 | 2026-03-18T17:54:11.147Z | Downloaded sync_wrapper v1.0.2 |
| 957 | 2026-03-18T17:54:11.147Z | Downloaded pretty_assertions v1.4.1 |
| 958 | 2026-03-18T17:54:11.150Z | Downloaded simd-adler32 v0.3.8 |
| 959 | 2026-03-18T17:54:11.150Z | Downloaded blake3 v1.8.3 |
| 960 | 2026-03-18T17:54:11.157Z | Downloaded ron v0.8.1 |
| 961 | 2026-03-18T17:54:11.162Z | Downloaded take_mut v0.2.2 |
| 962 | 2026-03-18T17:54:11.164Z | Downloaded tabwriter v1.4.1 |
| 963 | 2026-03-18T17:54:11.164Z | Downloaded tap v1.0.1 |
| 964 | 2026-03-18T17:54:11.167Z | Downloaded tagptr v0.2.0 |
| 965 | 2026-03-18T17:54:11.167Z | Downloaded structmeta-derive v0.3.0 |
| 966 | 2026-03-18T17:54:11.170Z | Downloaded spki v0.7.3 |
| 967 | 2026-03-18T17:54:11.170Z | Downloaded smallvec v0.6.14 |
| 968 | 2026-03-18T17:54:11.173Z | Downloaded tabled_derive v0.11.0 |
| 969 | 2026-03-18T17:54:11.173Z | Downloaded slog-scope v4.4.1 |
| 970 | 2026-03-18T17:54:11.176Z | Downloaded slog-json v2.6.1 |
| 971 | 2026-03-18T17:54:11.176Z | Downloaded oso v0.27.3 |
| 972 | 2026-03-18T17:54:11.179Z | Downloaded sqlformat v0.3.5 |
| 973 | 2026-03-18T17:54:11.182Z | Downloaded smf v0.2.3 |
| 974 | 2026-03-18T17:54:11.182Z | Downloaded serde_with_macros v3.17.0 |
| 975 | 2026-03-18T17:54:11.186Z | Downloaded num-bigint v0.4.6 |
| 976 | 2026-03-18T17:54:11.189Z | Downloaded slog-dtrace v0.3.0 |
| 977 | 2026-03-18T17:54:11.189Z | Downloaded slog-bunyan v2.5.0 |
| 978 | 2026-03-18T17:54:11.192Z | Downloaded termtree v0.5.1 |
| 979 | 2026-03-18T17:54:11.192Z | Downloaded thread-id v5.1.0 |
| 980 | 2026-03-18T17:54:11.195Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 981 | 2026-03-18T17:54:11.195Z | Downloaded testing_table v0.3.0 |
| 982 | 2026-03-18T17:54:11.195Z | Downloaded nom v7.1.3 |
| 983 | 2026-03-18T17:54:11.199Z | Downloaded supports-color v3.0.2 |
| 984 | 2026-03-18T17:54:11.201Z | Downloaded sync-ptr v0.1.4 |
| 985 | 2026-03-18T17:54:11.201Z | Downloaded slog-async v2.8.0 |
| 986 | 2026-03-18T17:54:11.204Z | Downloaded rcgen v0.12.1 |
| 987 | 2026-03-18T17:54:11.204Z | Downloaded rayon-core v1.13.0 |
| 988 | 2026-03-18T17:54:11.207Z | Downloaded tinyvec_macros v0.1.1 |
| 989 | 2026-03-18T17:54:11.210Z | Downloaded static_assertions v1.1.0 |
| 990 | 2026-03-18T17:54:11.210Z | Downloaded stacker v0.1.23 |
| 991 | 2026-03-18T17:54:11.213Z | Downloaded time-core v0.1.8 |
| 992 | 2026-03-18T17:54:11.213Z | Downloaded strum_macros v0.27.2 |
| 993 | 2026-03-18T17:54:11.216Z | Downloaded slog-term v2.9.2 |
| 994 | 2026-03-18T17:54:11.219Z | Downloaded support-bundle-viewer v0.1.2 |
| 995 | 2026-03-18T17:54:11.219Z | Downloaded string_cache v0.8.9 |
| 996 | 2026-03-18T17:54:11.222Z | Downloaded iri-string v0.7.10 |
| 997 | 2026-03-18T17:54:11.225Z | Downloaded strum_macros v0.24.3 |
| 998 | 2026-03-18T17:54:11.228Z | Downloaded spin v0.9.8 |
| 999 | 2026-03-18T17:54:11.231Z | Downloaded itertools v0.13.0 |
| 1000 | 2026-03-18T17:54:11.234Z | Downloaded strum_macros v0.26.4 |
| 1001 | 2026-03-18T17:54:11.237Z | Downloaded schemars v0.8.22 |
| 1002 | 2026-03-18T17:54:11.245Z | Downloaded serde_cbor v0.11.2 |
| 1003 | 2026-03-18T17:54:11.248Z | Downloaded topological-sort v0.2.2 |
| 1004 | 2026-03-18T17:54:11.251Z | Downloaded prettyplease v0.2.37 |
| 1005 | 2026-03-18T17:54:11.254Z | Downloaded qorb v0.4.1 |
| 1006 | 2026-03-18T17:54:11.256Z | Downloaded thread_local v1.1.9 |
| 1007 | 2026-03-18T17:54:11.259Z | Downloaded signal-hook v0.3.18 |
| 1008 | 2026-03-18T17:54:11.262Z | Downloaded tower-service v0.3.3 |
| 1009 | 2026-03-18T17:54:11.262Z | Downloaded publicsuffix v2.3.0 |
| 1010 | 2026-03-18T17:54:11.265Z | Downloaded unicode-truncate v1.1.0 |
| 1011 | 2026-03-18T17:54:11.265Z | Downloaded tower-layer v0.3.3 |
| 1012 | 2026-03-18T17:54:11.265Z | Downloaded quinn v0.11.9 |
| 1013 | 2026-03-18T17:54:11.268Z | Downloaded try-lock v0.2.5 |
| 1014 | 2026-03-18T17:54:11.271Z | Downloaded tiny-keccak v2.0.2 |
| 1015 | 2026-03-18T17:54:11.271Z | Downloaded hyper v1.8.1 |
| 1016 | 2026-03-18T17:54:11.276Z | Downloaded unit-prefix v0.5.2 |
| 1017 | 2026-03-18T17:54:11.279Z | Downloaded unarray v0.1.4 |
| 1018 | 2026-03-18T17:54:11.279Z | Downloaded typify-macro v0.4.3 |
| 1019 | 2026-03-18T17:54:11.282Z | Downloaded libxml v0.3.3 |
| 1020 | 2026-03-18T17:54:11.285Z | Downloaded stringprep v0.1.5 |
| 1021 | 2026-03-18T17:54:11.288Z | Downloaded universal-hash v0.5.1 |
| 1022 | 2026-03-18T17:54:11.289Z | Downloaded time-macros v0.2.27 |
| 1023 | 2026-03-18T17:54:11.292Z | Downloaded thiserror-no-std v2.0.2 |
| 1024 | 2026-03-18T17:54:11.292Z | Downloaded tokio-native-tls v0.3.1 |
| 1025 | 2026-03-18T17:54:11.295Z | Downloaded typify-macro v0.6.1 |
| 1026 | 2026-03-18T17:54:11.295Z | Downloaded usdt v0.6.0 |
| 1027 | 2026-03-18T17:54:11.295Z | Downloaded futures-util v0.3.32 |
| 1028 | 2026-03-18T17:54:11.303Z | Downloaded untrusted v0.7.1 |
| 1029 | 2026-03-18T17:54:11.306Z | Downloaded usdt-attr-macro v0.6.0 |
| 1030 | 2026-03-18T17:54:11.306Z | Downloaded similar v2.7.0 |
| 1031 | 2026-03-18T17:54:11.309Z | Downloaded iddqd v0.3.17 |
| 1032 | 2026-03-18T17:54:11.314Z | Downloaded waitgroup v0.1.2 |
| 1033 | 2026-03-18T17:54:11.317Z | Downloaded tokio-rustls v0.25.0 |
| 1034 | 2026-03-18T17:54:11.317Z | Downloaded wait-timeout v0.2.1 |
| 1035 | 2026-03-18T17:54:11.319Z | Downloaded socket2 v0.6.2 |
| 1036 | 2026-03-18T17:54:11.322Z | Downloaded untrusted v0.9.0 |
| 1037 | 2026-03-18T17:54:11.322Z | Downloaded rand v0.9.2 |
| 1038 | 2026-03-18T17:54:11.325Z | Downloaded rsa v0.9.10 |
| 1039 | 2026-03-18T17:54:11.328Z | Downloaded utf-8 v0.7.6 |
| 1040 | 2026-03-18T17:54:11.331Z | Downloaded usdt-macro v0.6.0 |
| 1041 | 2026-03-18T17:54:11.331Z | Downloaded tokio-tungstenite v0.23.1 |
| 1042 | 2026-03-18T17:54:11.334Z | Downloaded ryu v1.0.23 |
| 1043 | 2026-03-18T17:54:11.337Z | Downloaded rand v0.8.5 |
| 1044 | 2026-03-18T17:54:11.340Z | Downloaded tokio-macros v2.6.0 |
| 1045 | 2026-03-18T17:54:11.340Z | Downloaded tokio-dtrace v0.1.1 |
| 1046 | 2026-03-18T17:54:11.340Z | Downloaded tls_codec_derive v0.4.2 |
| 1047 | 2026-03-18T17:54:11.343Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1048 | 2026-03-18T17:54:11.343Z | Downloaded want v0.3.1 |
| 1049 | 2026-03-18T17:54:11.346Z | Downloaded void v1.0.2 |
| 1050 | 2026-03-18T17:54:11.346Z | Downloaded num-bigint-dig v0.8.6 |
| 1051 | 2026-03-18T17:54:11.349Z | Downloaded rustls-webpki v0.103.9 |
| 1052 | 2026-03-18T17:54:11.351Z | Downloaded termios v0.3.3 |
| 1053 | 2026-03-18T17:54:11.351Z | Downloaded trait-variant v0.1.2 |
| 1054 | 2026-03-18T17:54:11.354Z | Downloaded itertools v0.12.1 |
| 1055 | 2026-03-18T17:54:11.357Z | Downloaded unicase v2.9.0 |
| 1056 | 2026-03-18T17:54:11.360Z | Downloaded tui-tree-widget v0.23.1 |
| 1057 | 2026-03-18T17:54:11.360Z | Downloaded tls_codec v0.4.2 |
| 1058 | 2026-03-18T17:54:11.363Z | Downloaded hashbrown v0.15.5 |
| 1059 | 2026-03-18T17:54:11.366Z | Downloaded xshell-macros v0.2.7 |
| 1060 | 2026-03-18T17:54:11.371Z | Downloaded xattr v1.6.1 |
| 1061 | 2026-03-18T17:54:11.371Z | Downloaded tokio-stream v0.1.18 |
| 1062 | 2026-03-18T17:54:11.374Z | Downloaded schemars v1.2.1 |
| 1063 | 2026-03-18T17:54:11.382Z | Downloaded tokio-rustls v0.24.1 |
| 1064 | 2026-03-18T17:54:11.385Z | Downloaded slog v2.8.2 |
| 1065 | 2026-03-18T17:54:11.387Z | Downloaded itertools v0.14.0 |
| 1066 | 2026-03-18T17:54:11.392Z | Downloaded zone_cfg_derive v0.3.1 |
| 1067 | 2026-03-18T17:54:11.395Z | Downloaded zone v0.3.1 |
| 1068 | 2026-03-18T17:54:11.395Z | Downloaded zeroize_derive v1.4.3 |
| 1069 | 2026-03-18T17:54:11.396Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1070 | 2026-03-18T17:54:11.399Z | Downloaded tokio-tungstenite v0.21.0 |
| 1071 | 2026-03-18T17:54:11.399Z | Downloaded usdt-impl v0.6.0 |
| 1072 | 2026-03-18T17:54:11.402Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1073 | 2026-03-18T17:54:11.402Z | Downloaded tar v0.4.44 |
| 1074 | 2026-03-18T17:54:11.405Z | Downloaded tracing-attributes v0.1.31 |
| 1075 | 2026-03-18T17:54:11.408Z | Downloaded vergen-git2 v1.0.7 |
| 1076 | 2026-03-18T17:54:11.408Z | Downloaded socket2 v0.5.10 |
| 1077 | 2026-03-18T17:54:11.411Z | Downloaded whoami v1.6.1 |
| 1078 | 2026-03-18T17:54:11.411Z | Downloaded samael v0.0.19 |
| 1079 | 2026-03-18T17:54:11.415Z | Downloaded vsss-rs v3.3.4 |
| 1080 | 2026-03-18T17:54:11.418Z | Downloaded subprocess v0.2.15 |
| 1081 | 2026-03-18T17:54:11.421Z | Downloaded libm v0.2.16 |
| 1082 | 2026-03-18T17:54:11.427Z | Downloaded wyz v0.5.1 |
| 1083 | 2026-03-18T17:54:11.430Z | Downloaded whoami v2.1.0 |
| 1084 | 2026-03-18T17:54:11.430Z | Downloaded walkdir v2.5.0 |
| 1085 | 2026-03-18T17:54:11.433Z | Downloaded xz2 v0.1.7 |
| 1086 | 2026-03-18T17:54:11.433Z | Downloaded snafu v0.8.9 |
| 1087 | 2026-03-18T17:54:11.443Z | Downloaded schemars v0.9.0 |
| 1088 | 2026-03-18T17:54:11.447Z | Downloaded vergen v9.0.6 |
| 1089 | 2026-03-18T17:54:11.450Z | Downloaded tokio-rustls v0.26.4 |
| 1090 | 2026-03-18T17:54:11.453Z | Downloaded zeroize v1.8.2 |
| 1091 | 2026-03-18T17:54:11.453Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1092 | 2026-03-18T17:54:11.456Z | Downloaded toml v0.7.8 |
| 1093 | 2026-03-18T17:54:11.459Z | Downloaded zstd-safe v7.2.4 |
| 1094 | 2026-03-18T17:54:11.459Z | Downloaded vergen-gitcl v1.0.8 |
| 1095 | 2026-03-18T17:54:11.462Z | Downloaded zstd v0.13.3 |
| 1096 | 2026-03-18T17:54:11.465Z | Downloaded h2 v0.4.13 |
| 1097 | 2026-03-18T17:54:11.468Z | Downloaded tungstenite v0.23.0 |
| 1098 | 2026-03-18T17:54:11.471Z | Downloaded uzers v0.12.2 |
| 1099 | 2026-03-18T17:54:11.474Z | Downloaded russh v0.45.0 |
| 1100 | 2026-03-18T17:54:11.477Z | Downloaded steno v0.4.1 |
| 1101 | 2026-03-18T17:54:11.479Z | Downloaded unicode-bidi v0.3.18 |
| 1102 | 2026-03-18T17:54:11.482Z | Downloaded twox-hash v2.1.2 |
| 1103 | 2026-03-18T17:54:11.485Z | Downloaded zerocopy v0.6.6 |
| 1104 | 2026-03-18T17:54:11.485Z | Downloaded yasna v0.5.2 |
| 1105 | 2026-03-18T17:54:11.489Z | Downloaded unsafe-libyaml v0.2.11 |
| 1106 | 2026-03-18T17:54:11.492Z | Downloaded uuid v1.21.0 |
| 1107 | 2026-03-18T17:54:11.492Z | Downloaded typify v0.6.1 |
| 1108 | 2026-03-18T17:54:11.495Z | Downloaded typify v0.4.3 |
| 1109 | 2026-03-18T17:54:11.498Z | Downloaded xshell v0.2.7 |
| 1110 | 2026-03-18T17:54:11.501Z | Downloaded tracing-core v0.1.36 |
| 1111 | 2026-03-18T17:54:11.504Z | Downloaded ron v0.12.0 |
| 1112 | 2026-03-18T17:54:11.508Z | Downloaded bindgen v0.71.1 |
| 1113 | 2026-03-18T17:54:11.513Z | Downloaded rpassword v7.4.0 |
| 1114 | 2026-03-18T17:54:11.516Z | Downloaded rustyline v14.0.0 |
| 1115 | 2026-03-18T17:54:11.519Z | Downloaded tungstenite v0.21.0 |
| 1116 | 2026-03-18T17:54:11.522Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1117 | 2026-03-18T17:54:11.524Z | Downloaded bitvec v1.0.1 |
| 1118 | 2026-03-18T17:54:11.535Z | Downloaded hkdf v0.12.4 |
| 1119 | 2026-03-18T17:54:11.538Z | Downloaded chrono v0.4.44 |
| 1120 | 2026-03-18T17:54:11.543Z | Downloaded tinyvec v1.10.0 |
| 1121 | 2026-03-18T17:54:11.546Z | Downloaded aws-lc-rs v1.16.0 |
| 1122 | 2026-03-18T17:54:11.552Z | Downloaded test-strategy v0.4.5 |
| 1123 | 2026-03-18T17:54:11.555Z | Downloaded toml_edit v0.19.15 |
| 1124 | 2026-03-18T17:54:11.568Z | Downloaded zopfli v0.8.3 |
| 1125 | 2026-03-18T17:54:11.571Z | Downloaded ssh-key v0.6.7 |
| 1126 | 2026-03-18T17:54:11.575Z | Downloaded git2 v0.20.4 |
| 1127 | 2026-03-18T17:54:11.581Z | Downloaded vte v0.14.1 |
| 1128 | 2026-03-18T17:54:11.584Z | Downloaded yansi v1.0.1 |
| 1129 | 2026-03-18T17:54:11.586Z | Downloaded reqwest v0.12.28 |
| 1130 | 2026-03-18T17:54:11.589Z | Downloaded regex v1.12.3 |
| 1131 | 2026-03-18T17:54:11.593Z | Downloaded reqwest v0.13.2 |
| 1132 | 2026-03-18T17:54:11.598Z | Downloaded reedline v0.40.0 |
| 1133 | 2026-03-18T17:54:11.604Z | Downloaded unicode_categories v0.1.1 |
| 1134 | 2026-03-18T17:54:11.606Z | Downloaded unicode-properties v0.1.4 |
| 1135 | 2026-03-18T17:54:11.609Z | Downloaded term v1.2.1 |
| 1136 | 2026-03-18T17:54:11.612Z | Downloaded vergen-lib v0.1.6 |
| 1137 | 2026-03-18T17:54:11.612Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1138 | 2026-03-18T17:54:11.614Z | Downloaded portable-atomic v1.13.1 |
| 1139 | 2026-03-18T17:54:11.620Z | Downloaded tokio-postgres v0.7.16 |
| 1140 | 2026-03-18T17:54:11.623Z | Downloaded goblin v0.10.5 |
| 1141 | 2026-03-18T17:54:11.630Z | Downloaded zip v0.6.6 |
| 1142 | 2026-03-18T17:54:11.633Z | Downloaded p384 v0.13.1 |
| 1143 | 2026-03-18T17:54:11.637Z | Downloaded salty v0.3.0 |
| 1144 | 2026-03-18T17:54:11.642Z | Downloaded x509-cert v0.2.5 |
| 1145 | 2026-03-18T17:54:11.647Z | Downloaded typed-path v0.9.3 |
| 1146 | 2026-03-18T17:54:11.651Z | Downloaded unicode-segmentation v1.12.0 |
| 1147 | 2026-03-18T17:54:11.654Z | Downloaded zerocopy-derive v0.8.40 |
| 1148 | 2026-03-18T17:54:11.660Z | Downloaded tower v0.5.3 |
| 1149 | 2026-03-18T17:54:11.667Z | Downloaded rayon v1.11.0 |
| 1150 | 2026-03-18T17:54:11.675Z | Downloaded rustls-webpki v0.101.7 |
| 1151 | 2026-03-18T17:54:11.687Z | Downloaded lalrpop v0.19.12 |
| 1152 | 2026-03-18T17:54:11.693Z | Downloaded petname v2.0.2 |
| 1153 | 2026-03-18T17:54:11.697Z | Downloaded tower-http v0.6.8 |
| 1154 | 2026-03-18T17:54:11.703Z | Downloaded rustls-webpki v0.102.8 |
| 1155 | 2026-03-18T17:54:11.718Z | Downloaded zip v4.6.1 |
| 1156 | 2026-03-18T17:54:11.721Z | Downloaded proptest v1.10.0 |
| 1157 | 2026-03-18T17:54:11.728Z | Downloaded serde_with v3.17.0 |
| 1158 | 2026-03-18T17:54:11.737Z | Downloaded unicode-normalization v0.1.25 |
| 1159 | 2026-03-18T17:54:11.740Z | Downloaded quick-xml v0.37.5 |
| 1160 | 2026-03-18T17:54:11.745Z | Downloaded moka v0.12.13 |
| 1161 | 2026-03-18T17:54:11.751Z | Downloaded winnow v0.5.40 |
| 1162 | 2026-03-18T17:54:11.759Z | Downloaded quinn-proto v0.11.13 |
| 1163 | 2026-03-18T17:54:11.763Z | Downloaded tough v0.20.0 |
| 1164 | 2026-03-18T17:54:11.769Z | Downloaded nix v0.27.1 |
| 1165 | 2026-03-18T17:54:11.777Z | Downloaded winnow v0.6.26 |
| 1166 | 2026-03-18T17:54:11.784Z | Downloaded radix_trie v0.2.1 |
| 1167 | 2026-03-18T17:54:11.788Z | Downloaded polar-core v0.27.3 |
| 1168 | 2026-03-18T17:54:11.794Z | Downloaded curve25519-dalek v4.1.3 |
| 1169 | 2026-03-18T17:54:11.801Z | Downloaded openssl v0.10.75 |
| 1170 | 2026-03-18T17:54:11.808Z | Downloaded nix v0.28.0 |
| 1171 | 2026-03-18T17:54:11.816Z | Downloaded bstr v1.12.1 |
| 1172 | 2026-03-18T17:54:11.822Z | Downloaded tabled v0.20.0 |
| 1173 | 2026-03-18T17:54:11.838Z | Downloaded smoltcp v0.9.1 |
| 1174 | 2026-03-18T17:54:11.846Z | Downloaded nix v0.29.0 |
| 1175 | 2026-03-18T17:54:11.854Z | Downloaded rustls v0.21.12 |
| 1176 | 2026-03-18T17:54:11.862Z | Downloaded nix v0.31.1 |
| 1177 | 2026-03-18T17:54:11.871Z | Downloaded object v0.30.4 |
| 1178 | 2026-03-18T17:54:11.878Z | Downloaded zlib-rs v0.6.2 |
| 1179 | 2026-03-18T17:54:11.882Z | Downloaded zerocopy v0.8.40 |
| 1180 | 2026-03-18T17:54:11.890Z | Downloaded webpki-roots v1.0.6 |
| 1181 | 2026-03-18T17:54:11.893Z | Downloaded rustls v0.22.4 |
| 1182 | 2026-03-18T17:54:11.903Z | Downloaded regress v0.10.5 |
| 1183 | 2026-03-18T17:54:11.909Z | Downloaded rustls v0.23.37 |
| 1184 | 2026-03-18T17:54:11.923Z | Downloaded rustix v0.38.44 |
| 1185 | 2026-03-18T17:54:11.935Z | Downloaded smoltcp v0.11.0 |
| 1186 | 2026-03-18T17:54:11.945Z | Downloaded regex-syntax v0.8.10 |
| 1187 | 2026-03-18T17:54:11.952Z | Downloaded openapiv3 v2.2.0 |
| 1188 | 2026-03-18T17:54:11.960Z | Downloaded hickory-proto v0.25.2 |
| 1189 | 2026-03-18T17:54:11.972Z | Downloaded diesel v2.3.7 |
| 1190 | 2026-03-18T17:54:11.987Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1191 | 2026-03-18T17:54:11.997Z | Downloaded sled v0.34.7 |
| 1192 | 2026-03-18T17:54:12.005Z | Downloaded typify-impl v0.6.1 |
| 1193 | 2026-03-18T17:54:12.016Z | Downloaded object v0.37.3 |
| 1194 | 2026-03-18T17:54:12.025Z | Downloaded hickory-proto v0.24.4 |
| 1195 | 2026-03-18T17:54:12.037Z | Downloaded time v0.3.47 |
| 1196 | 2026-03-18T17:54:12.047Z | Downloaded typify-impl v0.4.3 |
| 1197 | 2026-03-18T17:54:12.057Z | Downloaded sqlparser v0.61.0 |
| 1198 | 2026-03-18T17:54:12.064Z | Downloaded regex-syntax v0.6.29 |
| 1199 | 2026-03-18T17:54:12.070Z | Downloaded vcpkg v0.2.15 |
| 1200 | 2026-03-18T17:54:12.101Z | Downloaded ratatui v0.29.0 |
| 1201 | 2026-03-18T17:54:12.114Z | Downloaded dropshot v0.16.7 |
| 1202 | 2026-03-18T17:54:12.130Z | Downloaded tokio-util v0.7.18 |
| 1203 | 2026-03-18T17:54:12.136Z | Downloaded tracing v0.1.44 |
| 1204 | 2026-03-18T17:54:12.152Z | Downloaded p521 v0.13.3 |
| 1205 | 2026-03-18T17:54:12.155Z | Downloaded term v0.7.0 |
| 1206 | 2026-03-18T17:54:12.158Z | Downloaded rand v0.10.0 |
| 1207 | 2026-03-18T17:54:12.161Z | Downloaded crossterm v0.28.1 |
| 1208 | 2026-03-18T17:54:12.165Z | Downloaded zerocopy-derive v0.6.6 |
| 1209 | 2026-03-18T17:54:12.173Z | Downloaded lzma-sys v0.1.20 |
| 1210 | 2026-03-18T17:54:12.194Z | Downloaded regex-automata v0.4.14 |
| 1211 | 2026-03-18T17:54:12.206Z | Downloaded chrono-tz v0.10.4 |
| 1212 | 2026-03-18T17:54:12.219Z | Downloaded petgraph v0.8.3 |
| 1213 | 2026-03-18T17:54:12.236Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1214 | 2026-03-18T17:54:12.239Z | Downloaded itertools v0.10.5 |
| 1215 | 2026-03-18T17:54:12.243Z | Downloaded signal-hook-registry v1.4.8 |
| 1216 | 2026-03-18T17:54:12.246Z | Downloaded mio v1.1.1 |
| 1217 | 2026-03-18T17:54:12.249Z | Downloaded petgraph v0.6.5 |
| 1218 | 2026-03-18T17:54:12.262Z | Downloaded jiff v0.2.21 |
| 1219 | 2026-03-18T17:54:12.277Z | Downloaded sha3 v0.10.8 |
| 1220 | 2026-03-18T17:54:12.281Z | Downloaded strum v0.26.3 |
| 1221 | 2026-03-18T17:54:12.283Z | Downloaded openssl-sys v0.9.111 |
| 1222 | 2026-03-18T17:54:12.286Z | Downloaded hashbrown v0.12.3 |
| 1223 | 2026-03-18T17:54:12.289Z | Downloaded serde-hex v0.1.0 |
| 1224 | 2026-03-18T17:54:12.289Z | Downloaded sct v0.7.1 |
| 1225 | 2026-03-18T17:54:12.292Z | Downloaded crossterm v0.29.0 |
| 1226 | 2026-03-18T17:54:12.296Z | Downloaded progenitor-impl v0.13.0 |
| 1227 | 2026-03-18T17:54:12.299Z | Downloaded progenitor-impl v0.11.2 |
| 1228 | 2026-03-18T17:54:12.302Z | Downloaded poly1305 v0.8.0 |
| 1229 | 2026-03-18T17:54:12.302Z | Downloaded ar_archive_writer v0.5.1 |
| 1230 | 2026-03-18T17:54:12.305Z | Downloaded derive_more v2.1.1 |
| 1231 | 2026-03-18T17:54:12.312Z | Downloaded csv v1.4.0 |
| 1232 | 2026-03-18T17:54:12.327Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1233 | 2026-03-18T17:54:12.341Z | Downloaded libz-sys v1.1.24 |
| 1234 | 2026-03-18T17:54:12.356Z | Downloaded quick-error v1.2.3 |
| 1235 | 2026-03-18T17:54:12.359Z | Downloaded psl-types v2.0.11 |
| 1236 | 2026-03-18T17:54:12.359Z | Downloaded progenitor-macro v0.11.2 |
| 1237 | 2026-03-18T17:54:12.359Z | Downloaded pem-rfc7468 v0.7.0 |
| 1238 | 2026-03-18T17:54:12.362Z | Downloaded heapless v0.7.17 |
| 1239 | 2026-03-18T17:54:12.365Z | Downloaded owo-colors v4.3.0 |
| 1240 | 2026-03-18T17:54:12.365Z | Downloaded num-complex v0.4.6 |
| 1241 | 2026-03-18T17:54:12.369Z | Downloaded libsw v3.5.0 |
| 1242 | 2026-03-18T17:54:12.369Z | Downloaded tokio v1.49.0 |
| 1243 | 2026-03-18T17:54:12.396Z | Downloaded num_enum_derive v0.5.11 |
| 1244 | 2026-03-18T17:54:12.399Z | Downloaded hickory-client v0.25.2 |
| 1245 | 2026-03-18T17:54:12.399Z | Downloaded futures v0.3.32 |
| 1246 | 2026-03-18T17:54:12.402Z | Downloaded derive_more v0.99.20 |
| 1247 | 2026-03-18T17:54:12.405Z | Downloaded num v0.4.3 |
| 1248 | 2026-03-18T17:54:12.408Z | Downloaded indent_write v2.2.0 |
| 1249 | 2026-03-18T17:54:12.408Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1250 | 2026-03-18T17:54:12.411Z | Downloaded http-body-util v0.1.3 |
| 1251 | 2026-03-18T17:54:12.411Z | Downloaded chacha20poly1305 v0.10.1 |
| 1252 | 2026-03-18T17:54:12.411Z | Downloaded match_cfg v0.1.0 |
| 1253 | 2026-03-18T17:54:12.414Z | Downloaded maplit v1.0.2 |
| 1254 | 2026-03-18T17:54:12.414Z | Downloaded getrandom v0.2.17 |
| 1255 | 2026-03-18T17:54:12.414Z | Downloaded ahash v0.8.12 |
| 1256 | 2026-03-18T17:54:12.417Z | Downloaded daft-derive v0.1.5 |
| 1257 | 2026-03-18T17:54:12.420Z | Downloaded futures-channel v0.3.32 |
| 1258 | 2026-03-18T17:54:12.420Z | Downloaded ecdsa v0.16.9 |
| 1259 | 2026-03-18T17:54:12.423Z | Downloaded des v0.8.1 |
| 1260 | 2026-03-18T17:54:12.423Z | Downloaded cargo_metadata v0.19.2 |
| 1261 | 2026-03-18T17:54:12.428Z | Downloaded cancel-safe-futures v0.1.5 |
| 1262 | 2026-03-18T17:54:12.428Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1263 | 2026-03-18T17:54:12.428Z | Downloaded blake2 v0.10.6 |
| 1264 | 2026-03-18T17:54:12.431Z | Downloaded group v0.13.0 |
| 1265 | 2026-03-18T17:54:12.431Z | Downloaded chacha20 v0.10.0 |
| 1266 | 2026-03-18T17:54:12.434Z | Downloaded cargo_toml v0.22.3 |
| 1267 | 2026-03-18T17:54:12.434Z | Downloaded bzip2 v0.6.1 |
| 1268 | 2026-03-18T17:54:12.434Z | Downloaded async-bb8-diesel v0.2.1 |
| 1269 | 2026-03-18T17:54:12.437Z | Downloaded hostname v0.3.1 |
| 1270 | 2026-03-18T17:54:12.437Z | Downloaded futures-executor v0.3.32 |
| 1271 | 2026-03-18T17:54:12.437Z | Downloaded diff v0.1.13 |
| 1272 | 2026-03-18T17:54:12.440Z | Downloaded hex-literal v0.4.1 |
| 1273 | 2026-03-18T17:54:12.440Z | Downloaded hex v0.4.3 |
| 1274 | 2026-03-18T17:54:12.443Z | Downloaded futures-macro v0.3.32 |
| 1275 | 2026-03-18T17:54:12.443Z | Downloaded futures-io v0.3.32 |
| 1276 | 2026-03-18T17:54:12.443Z | Downloaded bit-vec v0.8.0 |
| 1277 | 2026-03-18T17:54:12.443Z | Downloaded backoff v0.4.0 |
| 1278 | 2026-03-18T17:54:12.446Z | Downloaded argon2 v0.5.3 |
| 1279 | 2026-03-18T17:54:12.446Z | Downloaded document-features v0.2.12 |
| 1280 | 2026-03-18T17:54:12.450Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-03-18T17:54:12.463Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1282 | 2026-03-18T17:54:12.466Z | Downloaded dirs-sys-next v0.1.2 |
| 1283 | 2026-03-18T17:54:12.466Z | Downloaded ring v0.17.14 |
| 1284 | 2026-03-18T17:54:12.495Z | Downloaded atty v0.2.14 |
| 1285 | 2026-03-18T17:54:12.499Z | Downloaded crc-catalog v2.4.0 |
| 1286 | 2026-03-18T17:54:12.499Z | Downloaded castaway v0.2.4 |
| 1287 | 2026-03-18T17:54:12.499Z | Downloaded bitfield-macros v0.19.4 |
| 1288 | 2026-03-18T17:54:12.499Z | Downloaded derive-ex v0.1.8 |
| 1289 | 2026-03-18T17:54:12.502Z | Downloaded constant_time_eq v0.4.2 |
| 1290 | 2026-03-18T17:54:12.502Z | Downloaded bit-set v0.5.3 |
| 1291 | 2026-03-18T17:54:12.502Z | Downloaded assert_matches v1.5.0 |
| 1292 | 2026-03-18T17:54:12.502Z | Downloaded defmt v0.3.100 |
| 1293 | 2026-03-18T17:54:12.505Z | Downloaded ciborium-ll v0.2.2 |
| 1294 | 2026-03-18T17:54:12.505Z | Downloaded block-padding v0.3.3 |
| 1295 | 2026-03-18T17:54:12.505Z | Downloaded ascii-canvas v3.0.0 |
| 1296 | 2026-03-18T17:54:12.505Z | Downloaded crypto-bigint v0.5.5 |
| 1297 | 2026-03-18T17:54:12.510Z | Downloaded diesel-dtrace v0.5.0 |
| 1298 | 2026-03-18T17:54:12.512Z | Downloaded crunchy v0.2.4 |
| 1299 | 2026-03-18T17:54:12.513Z | Downloaded cobs v0.3.0 |
| 1300 | 2026-03-18T17:54:12.513Z | Downloaded cfg_aliases v0.1.1 |
| 1301 | 2026-03-18T17:54:12.516Z | Downloaded bitflags v1.3.2 |
| 1302 | 2026-03-18T17:54:12.516Z | Downloaded ciborium v0.2.2 |
| 1303 | 2026-03-18T17:54:12.519Z | Downloaded chacha20 v0.9.1 |
| 1304 | 2026-03-18T17:54:12.519Z | Downloaded base16ct v0.2.0 |
| 1305 | 2026-03-18T17:54:12.519Z | Downloaded defmt-macros v1.0.1 |
| 1306 | 2026-03-18T17:54:12.522Z | Downloaded darling_macro v0.20.11 |
| 1307 | 2026-03-18T17:54:12.522Z | Downloaded base16ct v1.0.0 |
| 1308 | 2026-03-18T17:54:12.522Z | Downloaded cookie v0.18.1 |
| 1309 | 2026-03-18T17:54:12.525Z | Downloaded convert_case v0.4.0 |
| 1310 | 2026-03-18T17:54:12.525Z | Downloaded cargo-platform v0.1.9 |
| 1311 | 2026-03-18T17:54:12.528Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1312 | 2026-03-18T17:54:12.528Z | Downloaded atomic-waker v1.1.2 |
| 1313 | 2026-03-18T17:54:12.528Z | Downloaded async-stream v0.3.6 |
| 1314 | 2026-03-18T17:54:12.532Z | Downloaded cstr-argument v0.1.2 |
| 1315 | 2026-03-18T17:54:12.544Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1316 | 2026-03-18T17:54:13.112Z | Downloaded aws-lc-sys v0.37.1 |
| 1317 | 2026-03-18T17:54:13.441Z | Compiling libc v0.2.180 |
| 1318 | 2026-03-18T17:54:13.444Z | Compiling serde v1.0.228 |
| 1319 | 2026-03-18T17:54:13.444Z | Compiling log v0.4.29 |
| 1320 | 2026-03-18T17:54:13.444Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-03-18T17:54:13.444Z | Compiling shlex v1.3.0 |
| 1322 | 2026-03-18T17:54:13.444Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-03-18T17:54:13.444Z | Compiling typenum v1.19.0 |
| 1324 | 2026-03-18T17:54:13.444Z | Compiling subtle v2.6.1 |
| 1325 | 2026-03-18T17:54:13.665Z | Compiling generic-array v0.14.7 |
| 1326 | 2026-03-18T17:54:13.668Z | Compiling scopeguard v1.2.0 |
| 1327 | 2026-03-18T17:54:13.686Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-03-18T17:54:13.767Z | Compiling const-oid v0.9.6 |
| 1329 | 2026-03-18T17:54:13.786Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-03-18T17:54:13.789Z | Compiling zerocopy v0.8.40 |
| 1331 | 2026-03-18T17:54:13.809Z | Compiling syn v2.0.117 |
| 1332 | 2026-03-18T17:54:13.875Z | Compiling serde_json v1.0.149 |
| 1333 | 2026-03-18T17:54:13.902Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-03-18T17:54:13.905Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-03-18T17:54:13.905Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-03-18T17:54:13.949Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-03-18T17:54:13.972Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-03-18T17:54:13.993Z | Compiling libm v0.2.16 |
| 1339 | 2026-03-18T17:54:13.996Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-03-18T17:54:14.083Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-03-18T17:54:14.131Z | Compiling percent-encoding v2.3.2 |
| 1342 | 2026-03-18T17:54:14.175Z | Compiling allocator-api2 v0.2.21 |
| 1343 | 2026-03-18T17:54:14.334Z | Compiling foldhash v0.2.0 |
| 1344 | 2026-03-18T17:54:14.337Z | Compiling cpufeatures v0.2.17 |
| 1345 | 2026-03-18T17:54:14.337Z | Compiling futures-sink v0.3.32 |
| 1346 | 2026-03-18T17:54:14.382Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-03-18T17:54:14.485Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-03-18T17:54:14.488Z | Compiling slab v0.4.12 |
| 1349 | 2026-03-18T17:54:14.527Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-03-18T17:54:14.572Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-03-18T17:54:14.617Z | Compiling hashbrown v0.16.1 |
| 1352 | 2026-03-18T17:54:14.661Z | Compiling getrandom v0.3.4 |
| 1353 | 2026-03-18T17:54:14.685Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-03-18T17:54:14.732Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-03-18T17:54:14.767Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-03-18T17:54:14.791Z | Compiling ident_case v1.0.1 |
| 1357 | 2026-03-18T17:54:14.794Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-03-18T17:54:14.838Z | Compiling dunce v1.0.5 |
| 1359 | 2026-03-18T17:54:14.888Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-03-18T17:54:14.911Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-03-18T17:54:14.956Z | Compiling errno v0.3.14 |
| 1362 | 2026-03-18T17:54:15.001Z | Compiling mio v1.1.1 |
| 1363 | 2026-03-18T17:54:15.004Z | Compiling socket2 v0.6.2 |
| 1364 | 2026-03-18T17:54:15.079Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-03-18T17:54:15.130Z | Compiling signal-hook-registry v1.4.8 |
| 1366 | 2026-03-18T17:54:15.199Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-03-18T17:54:15.222Z | Compiling cc v1.2.56 |
| 1368 | 2026-03-18T17:54:15.245Z | Compiling parking_lot v0.12.5 |
| 1369 | 2026-03-18T17:54:15.366Z | Compiling indexmap v2.13.0 |
| 1370 | 2026-03-18T17:54:15.433Z | Compiling base64ct v1.8.3 |
| 1371 | 2026-03-18T17:54:15.458Z | Compiling flagset v0.4.7 |
| 1372 | 2026-03-18T17:54:15.462Z | Compiling rustix v1.1.3 |
| 1373 | 2026-03-18T17:54:15.507Z | Compiling iana-time-zone v0.1.65 |
| 1374 | 2026-03-18T17:54:15.511Z | Compiling uuid v1.21.0 |
| 1375 | 2026-03-18T17:54:15.511Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-03-18T17:54:15.677Z | Compiling regex-syntax v0.8.10 |
| 1377 | 2026-03-18T17:54:15.748Z | Compiling aws-lc-rs v1.16.0 |
| 1378 | 2026-03-18T17:54:15.846Z | Compiling vcpkg v0.2.15 |
| 1379 | 2026-03-18T17:54:15.885Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-03-18T17:54:15.963Z | Compiling rand_core v0.9.5 |
| 1381 | 2026-03-18T17:54:15.985Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-03-18T17:54:16.074Z | Compiling crossbeam-utils v0.8.21 |
| 1383 | 2026-03-18T17:54:16.099Z | Compiling base64 v0.22.1 |
| 1384 | 2026-03-18T17:54:16.179Z | Compiling openssl-probe v0.2.1 |
| 1385 | 2026-03-18T17:54:16.231Z | Compiling schemars v0.8.22 |
| 1386 | 2026-03-18T17:54:16.264Z | Compiling syn v1.0.109 |
| 1387 | 2026-03-18T17:54:16.334Z | Compiling cmake v0.1.57 |
| 1388 | 2026-03-18T17:54:16.358Z | Compiling untrusted v0.7.1 |
| 1389 | 2026-03-18T17:54:16.361Z | Compiling httparse v1.10.1 |
| 1390 | 2026-03-18T17:54:16.435Z | Compiling untrusted v0.9.0 |
| 1391 | 2026-03-18T17:54:16.555Z | Compiling dyn-clone v1.0.20 |
| 1392 | 2026-03-18T17:54:16.558Z | Compiling try-lock v0.2.5 |
| 1393 | 2026-03-18T17:54:16.598Z | Compiling tower-service v0.3.3 |
| 1394 | 2026-03-18T17:54:16.621Z | Compiling atomic-waker v1.1.2 |
| 1395 | 2026-03-18T17:54:16.645Z | Compiling tower-layer v0.3.3 |
| 1396 | 2026-03-18T17:54:16.731Z | Compiling rustls v0.23.37 |
| 1397 | 2026-03-18T17:54:16.754Z | Compiling tinyvec_macros v0.1.1 |
| 1398 | 2026-03-18T17:54:16.758Z | Compiling want v0.3.1 |
| 1399 | 2026-03-18T17:54:16.804Z | Compiling spin v0.9.8 |
| 1400 | 2026-03-18T17:54:16.807Z | Compiling aho-corasick v1.1.4 |
| 1401 | 2026-03-18T17:54:16.877Z | Compiling tinyvec v1.10.0 |
| 1402 | 2026-03-18T17:54:16.880Z | Compiling time-core v0.1.8 |
| 1403 | 2026-03-18T17:54:16.880Z | Compiling num-conv v0.2.0 |
| 1404 | 2026-03-18T17:54:16.945Z | Compiling httpdate v1.0.3 |
| 1405 | 2026-03-18T17:54:16.948Z | Compiling pin-utils v0.1.0 |
| 1406 | 2026-03-18T17:54:17.013Z | Compiling foreign-types-shared v0.1.1 |
| 1407 | 2026-03-18T17:54:17.036Z | Compiling crc32fast v1.5.0 |
| 1408 | 2026-03-18T17:54:17.081Z | Compiling powerfmt v0.2.0 |
| 1409 | 2026-03-18T17:54:17.138Z | Compiling openssl v0.10.75 |
| 1410 | 2026-03-18T17:54:17.142Z | Compiling time-macros v0.2.27 |
| 1411 | 2026-03-18T17:54:17.179Z | Compiling foreign-types v0.3.2 |
| 1412 | 2026-03-18T17:54:17.182Z | Compiling wait-timeout v0.2.1 |
| 1413 | 2026-03-18T17:54:17.248Z | Compiling num_threads v0.1.7 |
| 1414 | 2026-03-18T17:54:17.306Z | Compiling deranged v0.5.8 |
| 1415 | 2026-03-18T17:54:17.326Z | Compiling siphasher v1.0.2 |
| 1416 | 2026-03-18T17:54:17.378Z | Compiling usdt-impl v0.6.0 |
| 1417 | 2026-03-18T17:54:17.403Z | Compiling quick-error v1.2.3 |
| 1418 | 2026-03-18T17:54:17.429Z | Compiling simd-adler32 v0.3.8 |
| 1419 | 2026-03-18T17:54:17.452Z | Compiling bit-vec v0.8.0 |
| 1420 | 2026-03-18T17:54:17.497Z | Compiling native-tls v0.2.18 |
| 1421 | 2026-03-18T17:54:17.544Z | Compiling either v1.15.0 |
| 1422 | 2026-03-18T17:54:17.596Z | Compiling unicode-normalization v0.1.25 |
| 1423 | 2026-03-18T17:54:17.600Z | Compiling aws-lc-sys v0.37.1 |
| 1424 | 2026-03-18T17:54:17.638Z | Compiling ring v0.17.14 |
| 1425 | 2026-03-18T17:54:17.673Z | Compiling openssl-sys v0.9.111 |
| 1426 | 2026-03-18T17:54:17.785Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1427 | 2026-03-18T17:54:17.809Z | Compiling tempfile v3.25.0 |
| 1428 | 2026-03-18T17:54:17.812Z | Compiling bit-set v0.8.0 |
| 1429 | 2026-03-18T17:54:17.854Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1430 | 2026-03-18T17:54:17.916Z | Compiling crossbeam-epoch v0.9.18 |
| 1431 | 2026-03-18T17:54:18.080Z | Compiling synstructure v0.13.2 |
| 1432 | 2026-03-18T17:54:18.181Z | Compiling pest_generator v2.8.6 |
| 1433 | 2026-03-18T17:54:18.274Z | Compiling serde_derive_internals v0.29.1 |
| 1434 | 2026-03-18T17:54:18.297Z | Compiling darling_core v0.20.11 |
| 1435 | 2026-03-18T17:54:18.382Z | Compiling regex-automata v0.4.14 |
| 1436 | 2026-03-18T17:54:18.435Z | Compiling rusty-fork v0.3.1 |
| 1437 | 2026-03-18T17:54:18.741Z | Compiling time v0.3.47 |
| 1438 | 2026-03-18T17:54:18.825Z | Compiling darling_core v0.21.3 |
| 1439 | 2026-03-18T17:54:18.912Z | Compiling slog v2.8.2 |
| 1440 | 2026-03-18T17:54:18.976Z | Compiling rand_xorshift v0.4.0 |
| 1441 | 2026-03-18T17:54:19.166Z | Compiling heapless v0.7.17 |
| 1442 | 2026-03-18T17:54:19.190Z | Compiling thread-id v5.1.0 |
| 1443 | 2026-03-18T17:54:19.193Z | Compiling sync_wrapper v1.0.2 |
| 1444 | 2026-03-18T17:54:19.232Z | Compiling cookie v0.18.1 |
| 1445 | 2026-03-18T17:54:19.309Z | Compiling signal-hook v0.3.18 |
| 1446 | 2026-03-18T17:54:19.356Z | Compiling adler2 v2.0.1 |
| 1447 | 2026-03-18T17:54:19.377Z | Compiling zstd-safe v7.2.4 |
| 1448 | 2026-03-18T17:54:19.380Z | Compiling anyhow v1.0.102 |
| 1449 | 2026-03-18T17:54:19.485Z | Compiling unicode-properties v0.1.4 |
| 1450 | 2026-03-18T17:54:19.507Z | Compiling rayon-core v1.13.0 |
| 1451 | 2026-03-18T17:54:19.546Z | Compiling unicode-bidi v0.3.18 |
| 1452 | 2026-03-18T17:54:19.569Z | Compiling unarray v0.1.4 |
| 1453 | 2026-03-18T17:54:19.608Z | Compiling unicode-segmentation v1.12.0 |
| 1454 | 2026-03-18T17:54:19.649Z | Compiling paste v1.0.15 |
| 1455 | 2026-03-18T17:54:19.796Z | Compiling miniz_oxide v0.8.9 |
| 1456 | 2026-03-18T17:54:19.908Z | Compiling crossbeam-deque v0.8.6 |
| 1457 | 2026-03-18T17:54:20.087Z | Compiling stringprep v0.1.5 |
| 1458 | 2026-03-18T17:54:20.159Z | Compiling num-integer v0.1.46 |
| 1459 | 2026-03-18T17:54:20.163Z | Compiling vergen-lib v0.1.6 |
| 1460 | 2026-03-18T17:54:20.183Z | Compiling curve25519-dalek v4.1.3 |
| 1461 | 2026-03-18T17:54:20.304Z | Compiling ff v0.13.1 |
| 1462 | 2026-03-18T17:54:20.423Z | Compiling hash32 v0.2.1 |
| 1463 | 2026-03-18T17:54:20.489Z | Compiling memoffset v0.9.1 |
| 1464 | 2026-03-18T17:54:20.632Z | Compiling serde_derive v1.0.228 |
| 1465 | 2026-03-18T17:54:20.661Z | Compiling zeroize_derive v1.4.3 |
| 1466 | 2026-03-18T17:54:20.684Z | Compiling zerofrom-derive v0.1.6 |
| 1467 | 2026-03-18T17:54:20.706Z | Compiling yoke-derive v0.8.1 |
| 1468 | 2026-03-18T17:54:20.726Z | Compiling zerocopy-derive v0.8.40 |
| 1469 | 2026-03-18T17:54:20.730Z | Compiling zerovec-derive v0.11.2 |
| 1470 | 2026-03-18T17:54:20.771Z | Compiling displaydoc v0.2.5 |
| 1471 | 2026-03-18T17:54:20.795Z | Compiling tokio-macros v2.6.0 |
| 1472 | 2026-03-18T17:54:21.080Z | Compiling futures-macro v0.3.32 |
| 1473 | 2026-03-18T17:54:21.576Z | Compiling zeroize v1.8.2 |
| 1474 | 2026-03-18T17:54:21.697Z | Compiling der_derive v0.7.3 |
| 1475 | 2026-03-18T17:54:21.837Z | Compiling thiserror-impl v2.0.18 |
| 1476 | 2026-03-18T17:54:21.857Z | Compiling rustls-pki-types v1.14.0 |
| 1477 | 2026-03-18T17:54:22.211Z | Compiling futures-util v0.3.32 |
| 1478 | 2026-03-18T17:54:22.331Z | Compiling tracing-attributes v0.1.31 |
| 1479 | 2026-03-18T17:54:22.368Z | Compiling schemars_derive v0.8.22 |
| 1480 | 2026-03-18T17:54:22.510Z | Compiling pest_derive v2.8.6 |
| 1481 | 2026-03-18T17:54:22.574Z | Compiling crypto-common v0.1.7 |
| 1482 | 2026-03-18T17:54:22.655Z | Compiling block-buffer v0.10.4 |
| 1483 | 2026-03-18T17:54:22.710Z | Compiling zerofrom v0.1.6 |
| 1484 | 2026-03-18T17:54:22.745Z | Compiling block-padding v0.3.3 |
| 1485 | 2026-03-18T17:54:22.787Z | Compiling scroll_derive v0.13.1 |
| 1486 | 2026-03-18T17:54:22.890Z | Compiling yoke v0.8.1 |
| 1487 | 2026-03-18T17:54:22.912Z | Compiling digest v0.10.7 |
| 1488 | 2026-03-18T17:54:22.973Z | Compiling inout v0.1.4 |
| 1489 | 2026-03-18T17:54:23.053Z | Compiling der v0.7.10 |
| 1490 | 2026-03-18T17:54:23.115Z | Compiling darling_macro v0.20.11 |
| 1491 | 2026-03-18T17:54:23.157Z | Compiling zerovec v0.11.5 |
| 1492 | 2026-03-18T17:54:23.219Z | Compiling zerotrie v0.2.3 |
| 1493 | 2026-03-18T17:54:23.269Z | Compiling hmac v0.12.1 |
| 1494 | 2026-03-18T17:54:23.486Z | Compiling sha2 v0.10.9 |
| 1495 | 2026-03-18T17:54:23.633Z | Compiling cipher v0.4.4 |
| 1496 | 2026-03-18T17:54:23.717Z | Compiling pbkdf2 v0.12.2 |
| 1497 | 2026-03-18T17:54:23.766Z | Compiling thiserror v2.0.18 |
| 1498 | 2026-03-18T17:54:23.876Z | Compiling tinystr v0.8.2 |
| 1499 | 2026-03-18T17:54:23.901Z | Compiling potential_utf v0.1.4 |
| 1500 | 2026-03-18T17:54:23.923Z | Compiling scroll v0.13.0 |
| 1501 | 2026-03-18T17:54:23.923Z | Compiling darling v0.20.11 |
| 1502 | 2026-03-18T17:54:24.000Z | Compiling salsa20 v0.10.2 |
| 1503 | 2026-03-18T17:54:24.043Z | Compiling cbc v0.1.2 |
| 1504 | 2026-03-18T17:54:24.129Z | Compiling icu_locale_core v2.1.1 |
| 1505 | 2026-03-18T17:54:24.153Z | Compiling icu_collections v2.1.1 |
| 1506 | 2026-03-18T17:54:24.179Z | Compiling scrypt v0.11.0 |
| 1507 | 2026-03-18T17:54:24.203Z | Compiling aes v0.8.4 |
| 1508 | 2026-03-18T17:54:24.244Z | Compiling spki v0.7.3 |
| 1509 | 2026-03-18T17:54:24.266Z | Compiling tracing v0.1.44 |
| 1510 | 2026-03-18T17:54:24.323Z | Compiling goblin v0.10.5 |
| 1511 | 2026-03-18T17:54:24.401Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-03-18T17:54:24.527Z | Compiling openssl-macros v0.1.1 |
| 1513 | 2026-03-18T17:54:24.549Z | Compiling derive_builder_core v0.20.2 |
| 1514 | 2026-03-18T17:54:24.647Z | Compiling dtrace-parser v0.3.0 |
| 1515 | 2026-03-18T17:54:24.793Z | Compiling pkcs5 v0.7.1 |
| 1516 | 2026-03-18T17:54:24.841Z | Compiling signature v2.2.0 |
| 1517 | 2026-03-18T17:54:25.005Z | Compiling rustls-native-certs v0.8.3 |
| 1518 | 2026-03-18T17:54:25.057Z | Compiling icu_provider v2.1.1 |
| 1519 | 2026-03-18T17:54:25.350Z | Compiling pkcs8 v0.10.2 |
| 1520 | 2026-03-18T17:54:25.401Z | Compiling icu_properties v2.1.2 |
| 1521 | 2026-03-18T17:54:25.424Z | Compiling icu_normalizer v2.1.1 |
| 1522 | 2026-03-18T17:54:25.467Z | Compiling bytes v1.11.1 |
| 1523 | 2026-03-18T17:54:25.489Z | Compiling chrono v0.4.44 |
| 1524 | 2026-03-18T17:54:25.512Z | Compiling ipnet v2.11.0 |
| 1525 | 2026-03-18T17:54:25.561Z | Compiling scroll_derive v0.12.1 |
| 1526 | 2026-03-18T17:54:25.701Z | Compiling toml_datetime v0.6.11 |
| 1527 | 2026-03-18T17:54:25.782Z | Compiling erased-serde v0.3.31 |
| 1528 | 2026-03-18T17:54:25.805Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-03-18T17:54:25.845Z | Compiling serde_tokenstream v0.2.3 |
| 1530 | 2026-03-18T17:54:26.060Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-03-18T17:54:26.222Z | Compiling tokio v1.49.0 |
| 1532 | 2026-03-18T17:54:26.257Z | Compiling http v1.4.0 |
| 1533 | 2026-03-18T17:54:26.279Z | Compiling thiserror v1.0.69 |
| 1534 | 2026-03-18T17:54:26.282Z | Compiling md-5 v0.10.6 |
| 1535 | 2026-03-18T17:54:26.282Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-03-18T17:54:26.382Z | Compiling webpki-roots v1.0.6 |
| 1537 | 2026-03-18T17:54:26.432Z | Compiling zerocopy-derive v0.7.35 |
| 1538 | 2026-03-18T17:54:26.472Z | Compiling psl-types v2.0.11 |
| 1539 | 2026-03-18T17:54:26.509Z | Compiling fallible-iterator v0.2.0 |
| 1540 | 2026-03-18T17:54:26.546Z | Compiling smoltcp v0.9.1 |
| 1541 | 2026-03-18T17:54:26.569Z | Compiling num-bigint-dig v0.8.6 |
| 1542 | 2026-03-18T17:54:26.572Z | Compiling scroll v0.12.0 |
| 1543 | 2026-03-18T17:54:26.697Z | Compiling idna_adapter v1.2.1 |
| 1544 | 2026-03-18T17:54:26.825Z | Compiling ref-cast v1.0.25 |
| 1545 | 2026-03-18T17:54:26.850Z | Compiling idna v1.1.0 |
| 1546 | 2026-03-18T17:54:26.895Z | Compiling zlib-rs v0.6.2 |
| 1547 | 2026-03-18T17:54:26.951Z | Compiling base16ct v0.2.0 |
| 1548 | 2026-03-18T17:54:26.973Z | Compiling litrs v1.0.0 |
| 1549 | 2026-03-18T17:54:26.976Z | Compiling ryu v1.0.23 |
| 1550 | 2026-03-18T17:54:27.020Z | Compiling iri-string v0.7.10 |
| 1551 | 2026-03-18T17:54:27.047Z | Compiling rustix v0.38.44 |
| 1552 | 2026-03-18T17:54:27.206Z | Compiling ppv-lite86 v0.2.21 |
| 1553 | 2026-03-18T17:54:27.242Z | Compiling url v2.5.8 |
| 1554 | 2026-03-18T17:54:27.265Z | Compiling http-body v1.0.1 |
| 1555 | 2026-03-18T17:54:27.340Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-03-18T17:54:27.444Z | Compiling http-body-util v0.1.3 |
| 1557 | 2026-03-18T17:54:27.485Z | Compiling nix v0.31.1 |
| 1558 | 2026-03-18T17:54:27.559Z | Compiling publicsuffix v2.3.0 |
| 1559 | 2026-03-18T17:54:27.585Z | Compiling serde_urlencoded v0.7.1 |
| 1560 | 2026-03-18T17:54:27.654Z | Compiling rand_chacha v0.9.0 |
| 1561 | 2026-03-18T17:54:27.677Z | Compiling rand_chacha v0.3.1 |
| 1562 | 2026-03-18T17:54:27.698Z | Compiling zerocopy v0.7.35 |
| 1563 | 2026-03-18T17:54:27.703Z | Compiling document-features v0.2.12 |
| 1564 | 2026-03-18T17:54:27.778Z | Compiling sec1 v0.7.3 |
| 1565 | 2026-03-18T17:54:27.823Z | Compiling darling v0.21.3 |
| 1566 | 2026-03-18T17:54:27.853Z | Compiling goblin v0.8.2 |
| 1567 | 2026-03-18T17:54:27.937Z | Compiling rand v0.9.2 |
| 1568 | 2026-03-18T17:54:28.002Z | Compiling rand v0.8.5 |
| 1569 | 2026-03-18T17:54:28.343Z | Compiling dof v0.4.0 |
| 1570 | 2026-03-18T17:54:28.507Z | Compiling derive_builder v0.20.2 |
| 1571 | 2026-03-18T17:54:28.562Z | Compiling cargo-platform v0.1.9 |
| 1572 | 2026-03-18T17:54:28.678Z | Compiling hkdf v0.12.4 |
| 1573 | 2026-03-18T17:54:28.738Z | Compiling proptest v1.10.0 |
| 1574 | 2026-03-18T17:54:28.909Z | Compiling postgres-protocol v0.6.10 |
| 1575 | 2026-03-18T17:54:28.932Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-03-18T17:54:28.932Z | Compiling crypto-bigint v0.5.5 |
| 1577 | 2026-03-18T17:54:29.011Z | Compiling regex v1.12.3 |
| 1578 | 2026-03-18T17:54:29.077Z | Compiling ipnetwork v0.21.1 |
| 1579 | 2026-03-18T17:54:29.422Z | Compiling oxnet v0.1.4 |
| 1580 | 2026-03-18T17:54:29.534Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1581 | 2026-03-18T17:54:29.625Z | Compiling async-trait v0.1.89 |
| 1582 | 2026-03-18T17:54:29.647Z | Compiling ref-cast-impl v1.0.25 |
| 1583 | 2026-03-18T17:54:29.672Z | Compiling daft-derive v0.1.5 |
| 1584 | 2026-03-18T17:54:29.830Z | Compiling strum_macros v0.27.2 |
| 1585 | 2026-03-18T17:54:29.994Z | Compiling num-iter v0.1.45 |
| 1586 | 2026-03-18T17:54:30.023Z | Compiling group v0.13.0 |
| 1587 | 2026-03-18T17:54:30.194Z | Compiling proc-macro-error v1.0.4 |
| 1588 | 2026-03-18T17:54:30.422Z | Compiling heck v0.4.1 |
| 1589 | 2026-03-18T17:54:30.659Z | Compiling terminal_size v0.4.3 |
| 1590 | 2026-03-18T17:54:30.682Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-03-18T17:54:30.759Z | Compiling lazy_static v1.5.0 |
| 1592 | 2026-03-18T17:54:30.781Z | Compiling vergen v9.0.6 |
| 1593 | 2026-03-18T17:54:30.784Z | Compiling fs-err v3.3.0 |
| 1594 | 2026-03-18T17:54:30.849Z | Compiling ahash v0.8.12 |
| 1595 | 2026-03-18T17:54:30.892Z | Compiling object v0.37.3 |
| 1596 | 2026-03-18T17:54:30.953Z | Compiling managed v0.8.0 |
| 1597 | 2026-03-18T17:54:31.030Z | Compiling libbz2-rs-sys v0.2.2 |
| 1598 | 2026-03-18T17:54:31.053Z | Compiling winnow v0.5.40 |
| 1599 | 2026-03-18T17:54:31.080Z | Compiling foldhash v0.1.5 |
| 1600 | 2026-03-18T17:54:31.121Z | Compiling bitflags v1.3.2 |
| 1601 | 2026-03-18T17:54:31.148Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-03-18T17:54:31.259Z | Compiling hashbrown v0.15.5 |
| 1603 | 2026-03-18T17:54:31.347Z | Compiling flate2 v1.1.9 |
| 1604 | 2026-03-18T17:54:31.367Z | Compiling clap_builder v4.5.60 |
| 1605 | 2026-03-18T17:54:31.393Z | Compiling dof v0.3.0 |
| 1606 | 2026-03-18T17:54:31.422Z | Compiling zopfli v0.8.3 |
| 1607 | 2026-03-18T17:54:31.504Z | Compiling tokio-util v0.7.18 |
| 1608 | 2026-03-18T17:54:31.859Z | Compiling tower v0.5.3 |
| 1609 | 2026-03-18T17:54:31.903Z | Compiling tokio-native-tls v0.3.1 |
| 1610 | 2026-03-18T17:54:31.953Z | Compiling bzip2 v0.6.1 |
| 1611 | 2026-03-18T17:54:32.002Z | Compiling phf v0.13.1 |
| 1612 | 2026-03-18T17:54:32.049Z | Compiling console v0.16.2 |
| 1613 | 2026-03-18T17:54:32.150Z | Compiling newtype-uuid v1.3.2 |
| 1614 | 2026-03-18T17:54:32.257Z | Compiling rayon v1.11.0 |
| 1615 | 2026-03-18T17:54:32.366Z | Compiling signal-hook-mio v0.2.5 |
| 1616 | 2026-03-18T17:54:32.398Z | Compiling zone_cfg_derive v0.3.1 |
| 1617 | 2026-03-18T17:54:32.431Z | Compiling tower-http v0.6.8 |
| 1618 | 2026-03-18T17:54:32.535Z | Compiling h2 v0.4.13 |
| 1619 | 2026-03-18T17:54:32.538Z | Compiling daft v0.1.5 |
| 1620 | 2026-03-18T17:54:32.708Z | Compiling strum v0.27.2 |
| 1621 | 2026-03-18T17:54:32.842Z | Compiling cargo_metadata v0.19.2 |
| 1622 | 2026-03-18T17:54:32.895Z | Compiling toml_edit v0.19.15 |
| 1623 | 2026-03-18T17:54:32.954Z | Compiling usdt-attr-macro v0.6.0 |
| 1624 | 2026-03-18T17:54:32.977Z | Compiling usdt-macro v0.6.0 |
| 1625 | 2026-03-18T17:54:33.108Z | Compiling elliptic-curve v0.13.8 |
| 1626 | 2026-03-18T17:54:33.137Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-03-18T17:54:33.175Z | Compiling hubpack v0.1.2 |
| 1628 | 2026-03-18T17:54:33.283Z | Compiling postgres-types v0.2.12 |
| 1629 | 2026-03-18T17:54:33.479Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-03-18T17:54:33.773Z | Compiling zstd v0.13.3 |
| 1631 | 2026-03-18T17:54:33.829Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-03-18T17:54:34.038Z | Compiling dtrace-parser v0.2.0 |
| 1633 | 2026-03-18T17:54:34.061Z | Compiling pkcs1 v0.7.5 |
| 1634 | 2026-03-18T17:54:34.109Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-03-18T17:54:34.144Z | Compiling serde-big-array v0.5.1 |
| 1636 | 2026-03-18T17:54:34.346Z | Compiling hex v0.4.3 |
| 1637 | 2026-03-18T17:54:34.384Z | Compiling rfc6979 v0.4.0 |
| 1638 | 2026-03-18T17:54:34.557Z | Compiling bstr v1.12.1 |
| 1639 | 2026-03-18T17:54:34.618Z | Compiling enum-as-inner v0.6.1 |
| 1640 | 2026-03-18T17:54:34.726Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-03-18T17:54:34.751Z | Compiling clap_derive v4.5.55 |
| 1642 | 2026-03-18T17:54:34.772Z | Compiling serde_repr v0.1.20 |
| 1643 | 2026-03-18T17:54:35.118Z | Compiling itertools v0.12.1 |
| 1644 | 2026-03-18T17:54:35.274Z | Compiling phf_shared v0.11.3 |
| 1645 | 2026-03-18T17:54:35.314Z | Compiling float-cmp v0.10.0 |
| 1646 | 2026-03-18T17:54:35.401Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-03-18T17:54:35.488Z | Compiling memmap2 v0.9.10 |
| 1648 | 2026-03-18T17:54:35.511Z | Compiling env_filter v1.0.0 |
| 1649 | 2026-03-18T17:54:35.529Z | Compiling encoding_rs v0.8.35 |
| 1650 | 2026-03-18T17:54:35.532Z | Compiling whoami v2.1.0 |
| 1651 | 2026-03-18T17:54:35.607Z | Compiling normalize-line-endings v0.3.0 |
| 1652 | 2026-03-18T17:54:35.647Z | Compiling jiff v0.2.21 |
| 1653 | 2026-03-18T17:54:35.762Z | Compiling data-encoding v2.10.0 |
| 1654 | 2026-03-18T17:54:35.811Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-03-18T17:54:35.834Z | Compiling keccak v0.1.6 |
| 1656 | 2026-03-18T17:54:35.994Z | Compiling fixedbitset v0.5.7 |
| 1657 | 2026-03-18T17:54:36.069Z | Compiling mime v0.3.17 |
| 1658 | 2026-03-18T17:54:36.128Z | Compiling static_assertions v1.1.0 |
| 1659 | 2026-03-18T17:54:36.237Z | Compiling precomputed-hash v0.1.1 |
| 1660 | 2026-03-18T17:54:36.365Z | Compiling rustc-hash v2.1.1 |
| 1661 | 2026-03-18T17:54:36.435Z | Compiling unit-prefix v0.5.2 |
| 1662 | 2026-03-18T17:54:36.435Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-03-18T17:54:36.544Z | Compiling fixedbitset v0.4.2 |
| 1664 | 2026-03-18T17:54:36.594Z | Compiling difflib v0.4.0 |
| 1665 | 2026-03-18T17:54:36.670Z | Compiling indicatif v0.18.4 |
| 1666 | 2026-03-18T17:54:36.779Z | Compiling hyper v1.8.1 |
| 1667 | 2026-03-18T17:54:36.784Z | Compiling petgraph v0.6.5 |
| 1668 | 2026-03-18T17:54:36.874Z | Compiling zone v0.3.1 |
| 1669 | 2026-03-18T17:54:36.897Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-03-18T17:54:36.980Z | Compiling predicates v3.1.4 |
| 1671 | 2026-03-18T17:54:37.012Z | Compiling iddqd v0.3.17 |
| 1672 | 2026-03-18T17:54:37.227Z | Compiling petgraph v0.8.3 |
| 1673 | 2026-03-18T17:54:37.269Z | Compiling strum v0.26.3 |
| 1674 | 2026-03-18T17:54:37.321Z | Compiling clap v4.5.60 |
| 1675 | 2026-03-18T17:54:37.400Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1676 | 2026-03-18T17:54:37.438Z | Compiling hickory-proto v0.25.2 |
| 1677 | 2026-03-18T17:54:37.460Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-03-18T17:54:37.729Z | Compiling tokio-postgres v0.7.16 |
| 1679 | 2026-03-18T17:54:37.859Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-03-18T17:54:37.886Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-03-18T17:54:37.918Z | Compiling usdt v0.6.0 |
| 1682 | 2026-03-18T17:54:38.074Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-03-18T17:54:38.179Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-03-18T17:54:38.284Z | Compiling hyper-util v0.1.20 |
| 1685 | 2026-03-18T17:54:38.404Z | Compiling crossterm v0.28.1 |
| 1686 | 2026-03-18T17:54:38.643Z | Compiling similar v2.7.0 |
| 1687 | 2026-03-18T17:54:38.896Z | Compiling toml v0.7.8 |
| 1688 | 2026-03-18T17:54:38.919Z | Compiling ecdsa v0.16.9 |
| 1689 | 2026-03-18T17:54:39.014Z | Compiling ed25519-dalek v2.2.0 |
| 1690 | 2026-03-18T17:54:39.458Z | Compiling zip v4.6.1 |
| 1691 | 2026-03-18T17:54:39.522Z | Compiling rsa v0.9.10 |
| 1692 | 2026-03-18T17:54:39.871Z | Compiling zip v0.6.6 |
| 1693 | 2026-03-18T17:54:39.996Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-03-18T17:54:40.247Z | Compiling hyper-tls v0.6.0 |
| 1695 | 2026-03-18T17:54:40.568Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-03-18T17:54:40.717Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1697 | 2026-03-18T17:54:40.742Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1698 | 2026-03-18T17:54:40.799Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-03-18T17:54:40.823Z | Compiling x509-cert v0.2.5 |
| 1700 | 2026-03-18T17:54:40.935Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-03-18T17:54:40.977Z | Compiling itertools v0.13.0 |
| 1702 | 2026-03-18T17:54:41.024Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-03-18T17:54:41.184Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-03-18T17:54:41.228Z | Compiling lalrpop-util v0.19.12 |
| 1705 | 2026-03-18T17:54:41.252Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-03-18T17:54:41.449Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-03-18T17:54:41.493Z | Compiling futures-executor v0.3.32 |
| 1708 | 2026-03-18T17:54:41.590Z | Compiling crossbeam-channel v0.5.15 |
| 1709 | 2026-03-18T17:54:41.614Z | Compiling is-terminal v0.4.17 |
| 1710 | 2026-03-18T17:54:41.637Z | Compiling filetime v0.2.27 |
| 1711 | 2026-03-18T17:54:41.756Z | Compiling term v1.2.1 |
| 1712 | 2026-03-18T17:54:41.786Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-03-18T17:54:41.809Z | Compiling xattr v1.6.1 |
| 1714 | 2026-03-18T17:54:41.863Z | Compiling futures v0.3.32 |
| 1715 | 2026-03-18T17:54:41.979Z | Compiling tar v0.4.44 |
| 1716 | 2026-03-18T17:54:42.234Z | Compiling slog-term v2.9.2 |
| 1717 | 2026-03-18T17:55:02.637Z | Compiling rustls-webpki v0.103.9 |
| 1718 | 2026-03-18T17:55:06.707Z | Compiling tokio-rustls v0.26.4 |
| 1719 | 2026-03-18T17:55:06.707Z | Compiling rustls-platform-verifier v0.6.2 |
| 1720 | 2026-03-18T17:55:06.964Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-03-18T17:55:07.228Z | Compiling reqwest v0.12.28 |
| 1722 | 2026-03-18T17:55:07.228Z | Compiling reqwest v0.13.2 |
| 1723 | 2026-03-18T17:55:10.017Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1724 | 2026-03-18T17:55:10.310Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1725 | 2026-03-18T17:55:14.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1726 | 2026-03-18T17:55:14.276Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1727 | 2026-03-18T17:55:14.338Z | Mar 18 17:55:13.508 INFO Starting download, target: Console |
| 1728 | 2026-03-18T17:55:14.338Z | Mar 18 17:55:13.508 INFO Starting download, target: MaghemiteMgd |
| 1729 | 2026-03-18T17:55:14.338Z | Mar 18 17:55:13.508 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-03-18T17:55:14.338Z | Mar 18 17:55:13.508 INFO Starting download, target: DendriteStub |
| 1731 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.508 INFO Starting download, target: Clickhouse |
| 1732 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.508 INFO Starting download, target: Cockroach |
| 1733 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.508 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.508 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1735 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.509 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.509 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.509 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1738 | 2026-03-18T17:55:14.341Z | Mar 18 17:55:13.509 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-03-18T17:55:14.960Z | Mar 18 17:55:14.126 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-03-18T17:55:15.298Z | Mar 18 17:55:14.465 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-03-18T17:55:15.321Z | Mar 18 17:55:14.488 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-03-18T17:55:15.551Z | Mar 18 17:55:14.719 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-03-18T17:55:15.700Z | Mar 18 17:55:14.870 INFO Download complete, target: Console |
| 1744 | 2026-03-18T17:55:16.102Z | Mar 18 17:55:15.273 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1745 | 2026-03-18T17:55:16.369Z | Mar 18 17:55:15.539 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-03-18T17:55:16.884Z | Mar 18 17:55:16.055 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-03-18T17:55:16.884Z | Mar 18 17:55:16.055 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-03-18T17:55:19.119Z | Mar 18 17:55:18.291 INFO Download complete, target: DendriteStub |
| 1749 | 2026-03-18T17:55:19.642Z | Mar 18 17:55:18.814 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-18T17:55:24.644Z | Mar 18 17:55:23.817 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-03-18T17:55:24.847Z | Mar 18 17:55:24.019 INFO Download complete, target: Cockroach |
| 1752 | 2026-03-18T17:55:27.564Z | Mar 18 17:55:26.736 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-03-18T17:55:27.664Z | Mar 18 17:55:26.837 INFO Download complete, target: Clickhouse |
| 1754 | 2026-03-18T17:55:27.671Z | All prerequisites installed successfully |
| 1755 | 2026-03-18T17:55:27.674Z | |
| 1756 | 2026-03-18T17:55:27.674Z | real 3:46.321044253 |
| 1757 | 2026-03-18T17:55:27.674Z | user 10:27.955120877 |
| 1758 | 2026-03-18T17:55:27.674Z | sys 2:07.108029273 |
| 1759 | 2026-03-18T17:55:27.674Z | trap 0.358543666 |
| 1760 | 2026-03-18T17:55:27.674Z | tflt 1.186776577 |
| 1761 | 2026-03-18T17:55:27.674Z | dflt 1.647032397 |
| 1762 | 2026-03-18T17:55:27.674Z | kflt 0.046770954 |
| 1763 | 2026-03-18T17:55:27.674Z | lock 33:25.754894494 |
| 1764 | 2026-03-18T17:55:27.674Z | slp 25:34.593317118 |
| 1765 | 2026-03-18T17:55:27.674Z | lat 32.819632419 |
| 1766 | 2026-03-18T17:55:27.674Z | stop 4:39.660633999 |
| 1767 | 2026-03-18T17:55:27.674Z | + ptime -m cargo xtask download softnpu |
| 1768 | 2026-03-18T17:55:28.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1769 | 2026-03-18T17:55:28.394Z | Running `target/debug/xtask download softnpu` |
| 1770 | 2026-03-18T17:55:29.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1771 | 2026-03-18T17:55:29.500Z | Running `target/debug/xtask-downloader softnpu` |
| 1772 | 2026-03-18T17:55:29.553Z | Mar 18 17:55:28.726 INFO Starting download, target: Softnpu |
| 1773 | 2026-03-18T17:55:29.556Z | Mar 18 17:55:28.727 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1774 | 2026-03-18T17:55:30.247Z | Mar 18 17:55:29.420 INFO Download complete, target: Softnpu |
| 1775 | 2026-03-18T17:55:30.251Z | |
| 1776 | 2026-03-18T17:55:30.254Z | real 2.572936473 |
| 1777 | 2026-03-18T17:55:30.254Z | user 1.784386050 |
| 1778 | 2026-03-18T17:55:30.254Z | sys 0.798756222 |
| 1779 | 2026-03-18T17:55:30.254Z | trap 0.000562662 |
| 1780 | 2026-03-18T17:55:30.254Z | tflt 0.000378724 |
| 1781 | 2026-03-18T17:55:30.254Z | dflt 0.000089642 |
| 1782 | 2026-03-18T17:55:30.254Z | kflt 0.000000000 |
| 1783 | 2026-03-18T17:55:30.254Z | lock 12.546801716 |
| 1784 | 2026-03-18T17:55:30.254Z | slp 0.472699723 |
| 1785 | 2026-03-18T17:55:30.254Z | lat 0.054892251 |
| 1786 | 2026-03-18T17:55:30.254Z | stop 0.000167961 |
| 1787 | 2026-03-18T17:55:30.254Z | + export CARGO_INCREMENTAL=0 |
| 1788 | 2026-03-18T17:55:30.254Z | + CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-18T17:55:30.254Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1790 | 2026-03-18T17:55:31.463Z | Compiling proc-macro2 v1.0.106 |
| 1791 | 2026-03-18T17:55:31.463Z | Compiling quote v1.0.44 |
| 1792 | 2026-03-18T17:55:31.463Z | Compiling unicode-ident v1.0.24 |
| 1793 | 2026-03-18T17:55:31.466Z | Compiling libc v0.2.180 |
| 1794 | 2026-03-18T17:55:31.466Z | Compiling serde_core v1.0.228 |
| 1795 | 2026-03-18T17:55:31.466Z | Compiling serde v1.0.228 |
| 1796 | 2026-03-18T17:55:31.466Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-03-18T17:55:31.466Z | Compiling version_check v0.9.5 |
| 1798 | 2026-03-18T17:55:31.466Z | Compiling find-msvc-tools v0.1.9 |
| 1799 | 2026-03-18T17:55:31.466Z | Compiling shlex v1.3.0 |
| 1800 | 2026-03-18T17:55:31.466Z | Compiling typenum v1.19.0 |
| 1801 | 2026-03-18T17:55:31.466Z | Compiling portable-atomic v1.13.1 |
| 1802 | 2026-03-18T17:55:31.632Z | Compiling memchr v2.8.0 |
| 1803 | 2026-03-18T17:55:31.650Z | Compiling autocfg v1.5.0 |
| 1804 | 2026-03-18T17:55:31.652Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-18T17:55:31.791Z | Compiling serde_json v1.0.149 |
| 1806 | 2026-03-18T17:55:32.187Z | Compiling zerocopy v0.8.40 |
| 1807 | 2026-03-18T17:55:32.190Z | Compiling parking_lot_core v0.9.12 |
| 1808 | 2026-03-18T17:55:32.207Z | Compiling libm v0.2.16 |
| 1809 | 2026-03-18T17:55:32.210Z | Compiling smallvec v1.15.1 |
| 1810 | 2026-03-18T17:55:32.301Z | Compiling icu_normalizer_data v2.1.1 |
| 1811 | 2026-03-18T17:55:32.322Z | Compiling icu_properties_data v2.1.2 |
| 1812 | 2026-03-18T17:55:32.324Z | Compiling generic-array v0.14.7 |
| 1813 | 2026-03-18T17:55:32.370Z | Compiling num-traits v0.2.19 |
| 1814 | 2026-03-18T17:55:32.461Z | Compiling itoa v1.0.17 |
| 1815 | 2026-03-18T17:55:32.532Z | Compiling log v0.4.29 |
| 1816 | 2026-03-18T17:55:32.601Z | Compiling getrandom v0.4.1 |
| 1817 | 2026-03-18T17:55:32.626Z | Compiling pkg-config v0.3.32 |
| 1818 | 2026-03-18T17:55:32.673Z | Compiling stable_deref_trait v1.2.1 |
| 1819 | 2026-03-18T17:55:32.725Z | Compiling subtle v2.6.1 |
| 1820 | 2026-03-18T17:55:32.775Z | Compiling scopeguard v1.2.0 |
| 1821 | 2026-03-18T17:55:32.917Z | Compiling lock_api v0.4.14 |
| 1822 | 2026-03-18T17:55:32.921Z | Compiling fnv v1.0.7 |
| 1823 | 2026-03-18T17:55:32.965Z | Compiling thiserror v2.0.18 |
| 1824 | 2026-03-18T17:55:33.106Z | Compiling jobserver v0.1.34 |
| 1825 | 2026-03-18T17:55:33.129Z | Compiling getrandom v0.2.17 |
| 1826 | 2026-03-18T17:55:33.132Z | Compiling errno v0.3.14 |
| 1827 | 2026-03-18T17:55:33.254Z | Compiling getrandom v0.3.4 |
| 1828 | 2026-03-18T17:55:33.277Z | Compiling syn v2.0.117 |
| 1829 | 2026-03-18T17:55:33.281Z | Compiling pin-project-lite v0.2.17 |
| 1830 | 2026-03-18T17:55:33.391Z | Compiling cc v1.2.56 |
| 1831 | 2026-03-18T17:55:33.416Z | Compiling rand_core v0.6.4 |
| 1832 | 2026-03-18T17:55:33.490Z | Compiling critical-section v1.2.0 |
| 1833 | 2026-03-18T17:55:33.677Z | Compiling equivalent v1.0.2 |
| 1834 | 2026-03-18T17:55:33.724Z | Compiling rustversion v1.0.22 |
| 1835 | 2026-03-18T17:55:33.727Z | Compiling allocator-api2 v0.2.21 |
| 1836 | 2026-03-18T17:55:33.771Z | Compiling dunce v1.0.5 |
| 1837 | 2026-03-18T17:55:33.864Z | Compiling percent-encoding v2.3.2 |
| 1838 | 2026-03-18T17:55:33.867Z | Compiling fs_extra v1.3.0 |
| 1839 | 2026-03-18T17:55:33.920Z | Compiling foldhash v0.2.0 |
| 1840 | 2026-03-18T17:55:33.969Z | Compiling writeable v0.6.2 |
| 1841 | 2026-03-18T17:55:34.025Z | Compiling litemap v0.8.1 |
| 1842 | 2026-03-18T17:55:34.168Z | Compiling once_cell v1.21.3 |
| 1843 | 2026-03-18T17:55:34.244Z | Compiling hashbrown v0.16.1 |
| 1844 | 2026-03-18T17:55:34.382Z | Compiling const-oid v0.9.6 |
| 1845 | 2026-03-18T17:55:34.385Z | Compiling signal-hook-registry v1.4.8 |
| 1846 | 2026-03-18T17:55:34.454Z | Compiling cmake v0.1.57 |
| 1847 | 2026-03-18T17:55:34.500Z | Compiling rustix v1.1.3 |
| 1848 | 2026-03-18T17:55:34.585Z | Compiling socket2 v0.6.2 |
| 1849 | 2026-03-18T17:55:34.588Z | Compiling mio v1.1.1 |
| 1850 | 2026-03-18T17:55:34.722Z | Compiling semver v1.0.27 |
| 1851 | 2026-03-18T17:55:34.822Z | Compiling parking_lot v0.12.5 |
| 1852 | 2026-03-18T17:55:34.997Z | Compiling bitflags v2.11.0 |
| 1853 | 2026-03-18T17:55:35.022Z | Compiling indexmap v2.13.0 |
| 1854 | 2026-03-18T17:55:35.071Z | Compiling schemars v0.8.22 |
| 1855 | 2026-03-18T17:55:35.074Z | Compiling aws-lc-rs v1.16.0 |
| 1856 | 2026-03-18T17:55:35.121Z | Compiling rand_core v0.10.0 |
| 1857 | 2026-03-18T17:55:35.237Z | Compiling ring v0.17.14 |
| 1858 | 2026-03-18T17:55:35.356Z | Compiling aws-lc-sys v0.37.1 |
| 1859 | 2026-03-18T17:55:35.378Z | Compiling utf8_iter v1.0.4 |
| 1860 | 2026-03-18T17:55:35.462Z | Compiling form_urlencoded v1.2.2 |
| 1861 | 2026-03-18T17:55:35.543Z | Compiling strsim v0.11.1 |
| 1862 | 2026-03-18T17:55:35.565Z | Compiling futures-core v0.3.32 |
| 1863 | 2026-03-18T17:55:35.825Z | Compiling ucd-trie v0.1.7 |
| 1864 | 2026-03-18T17:55:35.912Z | Compiling byteorder v1.5.0 |
| 1865 | 2026-03-18T17:55:35.934Z | Compiling thiserror v1.0.69 |
| 1866 | 2026-03-18T17:55:35.959Z | Compiling httparse v1.10.1 |
| 1867 | 2026-03-18T17:55:36.028Z | Compiling pest v2.8.6 |
| 1868 | 2026-03-18T17:55:36.167Z | Compiling heck v0.5.0 |
| 1869 | 2026-03-18T17:55:36.193Z | Compiling vcpkg v0.2.15 |
| 1870 | 2026-03-18T17:55:36.196Z | Compiling ident_case v1.0.1 |
| 1871 | 2026-03-18T17:55:36.372Z | Compiling regex-syntax v0.8.10 |
| 1872 | 2026-03-18T17:55:36.421Z | Compiling syn v1.0.109 |
| 1873 | 2026-03-18T17:55:36.425Z | Compiling crossbeam-utils v0.8.21 |
| 1874 | 2026-03-18T17:55:36.647Z | Compiling rustls v0.23.37 |
| 1875 | 2026-03-18T17:55:36.722Z | Compiling futures-sink v0.3.32 |
| 1876 | 2026-03-18T17:55:36.725Z | Compiling rustc_version v0.4.1 |
| 1877 | 2026-03-18T17:55:36.850Z | Compiling futures-channel v0.3.32 |
| 1878 | 2026-03-18T17:55:36.853Z | Compiling cpufeatures v0.2.17 |
| 1879 | 2026-03-18T17:55:36.853Z | Compiling slab v0.4.12 |
| 1880 | 2026-03-18T17:55:36.878Z | Compiling futures-io v0.3.32 |
| 1881 | 2026-03-18T17:55:36.901Z | Compiling futures-task v0.3.32 |
| 1882 | 2026-03-18T17:55:37.018Z | Compiling openssl-sys v0.9.111 |
| 1883 | 2026-03-18T17:55:37.106Z | Compiling plain v0.2.3 |
| 1884 | 2026-03-18T17:55:37.132Z | Compiling iana-time-zone v0.1.65 |
| 1885 | 2026-03-18T17:55:37.167Z | Compiling uuid v1.21.0 |
| 1886 | 2026-03-18T17:55:37.192Z | Compiling aho-corasick v1.1.4 |
| 1887 | 2026-03-18T17:55:37.240Z | Compiling synstructure v0.13.2 |
| 1888 | 2026-03-18T17:55:37.267Z | Compiling serde_derive_internals v0.29.1 |
| 1889 | 2026-03-18T17:55:37.469Z | Compiling num-conv v0.2.0 |
| 1890 | 2026-03-18T17:55:37.493Z | Compiling time-core v0.1.8 |
| 1891 | 2026-03-18T17:55:37.559Z | Compiling pest_meta v2.8.6 |
| 1892 | 2026-03-18T17:55:37.716Z | Compiling time-macros v0.2.27 |
| 1893 | 2026-03-18T17:55:37.923Z | Compiling pretty-hex v0.4.1 |
| 1894 | 2026-03-18T17:55:38.128Z | Compiling openssl v0.10.75 |
| 1895 | 2026-03-18T17:55:38.316Z | Compiling crc32fast v1.5.0 |
| 1896 | 2026-03-18T17:55:38.373Z | Compiling pest_generator v2.8.6 |
| 1897 | 2026-03-18T17:55:38.422Z | Compiling base64ct v1.8.3 |
| 1898 | 2026-03-18T17:55:38.454Z | Compiling regex-automata v0.4.14 |
| 1899 | 2026-03-18T17:55:38.478Z | Compiling either v1.15.0 |
| 1900 | 2026-03-18T17:55:38.503Z | Compiling anyhow v1.0.102 |
| 1901 | 2026-03-18T17:55:38.531Z | Compiling darling_core v0.21.3 |
| 1902 | 2026-03-18T17:55:38.556Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1903 | 2026-03-18T17:55:38.660Z | Compiling native-tls v0.2.18 |
| 1904 | 2026-03-18T17:55:38.782Z | Compiling pem-rfc7468 v0.7.0 |
| 1905 | 2026-03-18T17:55:38.823Z | Compiling flagset v0.4.7 |
| 1906 | 2026-03-18T17:55:38.894Z | Compiling rand_core v0.9.5 |
| 1907 | 2026-03-18T17:55:39.077Z | Compiling slog v2.8.2 |
| 1908 | 2026-03-18T17:55:39.100Z | Compiling tracing-core v0.1.36 |
| 1909 | 2026-03-18T17:55:39.154Z | Compiling serde_derive v1.0.228 |
| 1910 | 2026-03-18T17:55:39.187Z | Compiling zeroize_derive v1.4.3 |
| 1911 | 2026-03-18T17:55:39.213Z | Compiling zerofrom-derive v0.1.6 |
| 1912 | 2026-03-18T17:55:39.213Z | Compiling yoke-derive v0.8.1 |
| 1913 | 2026-03-18T17:55:39.261Z | Compiling zerovec-derive v0.11.2 |
| 1914 | 2026-03-18T17:55:39.287Z | Compiling displaydoc v0.2.5 |
| 1915 | 2026-03-18T17:55:39.351Z | Compiling zerocopy-derive v0.8.40 |
| 1916 | 2026-03-18T17:55:39.375Z | Compiling tokio-macros v2.6.0 |
| 1917 | 2026-03-18T17:55:39.428Z | Compiling futures-macro v0.3.32 |
| 1918 | 2026-03-18T17:55:39.988Z | Compiling zeroize v1.8.2 |
| 1919 | 2026-03-18T17:55:40.306Z | Compiling thiserror-impl v2.0.18 |
| 1920 | 2026-03-18T17:55:40.461Z | Compiling tracing-attributes v0.1.31 |
| 1921 | 2026-03-18T17:55:40.508Z | Compiling der_derive v0.7.3 |
| 1922 | 2026-03-18T17:55:40.549Z | Compiling schemars_derive v0.8.22 |
| 1923 | 2026-03-18T17:55:40.662Z | Compiling thiserror-impl v1.0.69 |
| 1924 | 2026-03-18T17:55:40.776Z | Compiling zerofrom v0.1.6 |
| 1925 | 2026-03-18T17:55:40.958Z | Compiling yoke v0.8.1 |
| 1926 | 2026-03-18T17:55:41.128Z | Compiling crypto-common v0.1.7 |
| 1927 | 2026-03-18T17:55:41.197Z | Compiling zerovec v0.11.5 |
| 1928 | 2026-03-18T17:55:41.222Z | Compiling zerotrie v0.2.3 |
| 1929 | 2026-03-18T17:55:41.715Z | Compiling block-buffer v0.10.4 |
| 1930 | 2026-03-18T17:55:41.872Z | Compiling pest_derive v2.8.6 |
| 1931 | 2026-03-18T17:55:41.925Z | Compiling tinystr v0.8.2 |
| 1932 | 2026-03-18T17:55:42.005Z | Compiling potential_utf v0.1.4 |
| 1933 | 2026-03-18T17:55:42.030Z | Compiling digest v0.10.7 |
| 1934 | 2026-03-18T17:55:42.131Z | Compiling futures-util v0.3.32 |
| 1935 | 2026-03-18T17:55:42.225Z | Compiling icu_locale_core v2.1.1 |
| 1936 | 2026-03-18T17:55:42.256Z | Compiling icu_collections v2.1.1 |
| 1937 | 2026-03-18T17:55:42.310Z | Compiling hmac v0.12.1 |
| 1938 | 2026-03-18T17:55:42.344Z | Compiling block-padding v0.3.3 |
| 1939 | 2026-03-18T17:55:42.413Z | Compiling sha2 v0.10.9 |
| 1940 | 2026-03-18T17:55:42.508Z | Compiling inout v0.1.4 |
| 1941 | 2026-03-18T17:55:42.531Z | Compiling rustls-pki-types v1.14.0 |
| 1942 | 2026-03-18T17:55:42.556Z | Compiling scroll_derive v0.12.1 |
| 1943 | 2026-03-18T17:55:43.184Z | Compiling cipher v0.4.4 |
| 1944 | 2026-03-18T17:55:43.378Z | Compiling icu_provider v2.1.1 |
| 1945 | 2026-03-18T17:55:43.459Z | Compiling bytes v1.11.1 |
| 1946 | 2026-03-18T17:55:43.578Z | Compiling chrono v0.4.44 |
| 1947 | 2026-03-18T17:55:43.602Z | Compiling serde_tokenstream v0.2.3 |
| 1948 | 2026-03-18T17:55:43.605Z | Compiling scroll_derive v0.13.1 |
| 1949 | 2026-03-18T17:55:43.605Z | Compiling openssl-macros v0.1.1 |
| 1950 | 2026-03-18T17:55:43.918Z | Compiling icu_normalizer v2.1.1 |
| 1951 | 2026-03-18T17:55:44.031Z | Compiling icu_properties v2.1.2 |
| 1952 | 2026-03-18T17:55:44.341Z | Compiling tokio v1.49.0 |
| 1953 | 2026-03-18T17:55:44.699Z | Compiling http v1.4.0 |
| 1954 | 2026-03-18T17:55:45.378Z | Compiling idna_adapter v1.2.1 |
| 1955 | 2026-03-18T17:55:45.421Z | Compiling der v0.7.10 |
| 1956 | 2026-03-18T17:55:45.529Z | Compiling idna v1.1.0 |
| 1957 | 2026-03-18T17:55:45.569Z | Compiling darling_macro v0.21.3 |
| 1958 | 2026-03-18T17:55:45.607Z | Compiling regex v1.12.3 |
| 1959 | 2026-03-18T17:55:45.780Z | Compiling ppv-lite86 v0.2.21 |
| 1960 | 2026-03-18T17:55:45.887Z | Compiling zerocopy-derive v0.7.35 |
| 1961 | 2026-03-18T17:55:46.121Z | Compiling url v2.5.8 |
| 1962 | 2026-03-18T17:55:46.200Z | Compiling rayon-core v1.13.0 |
| 1963 | 2026-03-18T17:55:46.203Z | Compiling untrusted v0.9.0 |
| 1964 | 2026-03-18T17:55:46.250Z | Compiling dyn-clone v1.0.20 |
| 1965 | 2026-03-18T17:55:46.253Z | Compiling darling v0.21.3 |
| 1966 | 2026-03-18T17:55:46.453Z | Compiling salsa20 v0.10.2 |
| 1967 | 2026-03-18T17:55:46.474Z | Compiling pbkdf2 v0.12.2 |
| 1968 | 2026-03-18T17:55:46.644Z | Compiling spki v0.7.3 |
| 1969 | 2026-03-18T17:55:46.670Z | Compiling tracing v0.1.44 |
| 1970 | 2026-03-18T17:55:47.219Z | Compiling cookie v0.18.1 |
| 1971 | 2026-03-18T17:55:47.332Z | Compiling base64 v0.22.1 |
| 1972 | 2026-03-18T17:55:47.413Z | Compiling camino v1.2.2 |
| 1973 | 2026-03-18T17:55:47.720Z | Compiling scrypt v0.11.0 |
| 1974 | 2026-03-18T17:55:47.811Z | Compiling rand_chacha v0.9.0 |
| 1975 | 2026-03-18T17:55:47.834Z | Compiling aes v0.8.4 |
| 1976 | 2026-03-18T17:55:47.908Z | Compiling cbc v0.1.2 |
| 1977 | 2026-03-18T17:55:48.324Z | Compiling usdt-impl v0.5.0 |
| 1978 | 2026-03-18T17:55:48.463Z | Compiling ref-cast v1.0.25 |
| 1979 | 2026-03-18T17:55:48.493Z | Compiling winnow v0.7.14 |
| 1980 | 2026-03-18T17:55:48.614Z | Compiling paste v1.0.15 |
| 1981 | 2026-03-18T17:55:48.653Z | Compiling usdt-impl v0.6.0 |
| 1982 | 2026-03-18T17:55:48.949Z | Compiling pkcs5 v0.7.1 |
| 1983 | 2026-03-18T17:55:49.064Z | Compiling rand v0.9.2 |
| 1984 | 2026-03-18T17:55:49.230Z | Compiling http-body v1.0.1 |
| 1985 | 2026-03-18T17:55:49.449Z | Compiling scroll v0.13.0 |
| 1986 | 2026-03-18T17:55:49.472Z | Compiling toml_datetime v0.6.11 |
| 1987 | 2026-03-18T17:55:49.550Z | Compiling serde_spanned v0.6.9 |
| 1988 | 2026-03-18T17:55:49.603Z | Compiling tokio-util v0.7.18 |
| 1989 | 2026-03-18T17:55:49.658Z | Compiling scroll v0.12.0 |
| 1990 | 2026-03-18T17:55:49.748Z | Compiling heapless v0.7.17 |
| 1991 | 2026-03-18T17:55:49.824Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-03-18T17:55:49.894Z | Compiling signal-hook v0.3.18 |
| 1993 | 2026-03-18T17:55:50.066Z | Compiling untrusted v0.7.1 |
| 1994 | 2026-03-18T17:55:50.094Z | Compiling zstd-safe v7.2.4 |
| 1995 | 2026-03-18T17:55:50.147Z | Compiling openssl-probe v0.2.1 |
| 1996 | 2026-03-18T17:55:50.200Z | Compiling atomic-waker v1.1.2 |
| 1997 | 2026-03-18T17:55:50.393Z | Compiling goblin v0.8.2 |
| 1998 | 2026-03-18T17:55:50.514Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1999 | 2026-03-18T17:55:50.624Z | Compiling goblin v0.10.5 |
| 2000 | 2026-03-18T17:55:50.664Z | Compiling pkcs8 v0.10.2 |
| 2001 | 2026-03-18T17:55:51.037Z | Compiling zerocopy v0.7.35 |
| 2002 | 2026-03-18T17:55:51.072Z | Compiling ref-cast-impl v1.0.25 |
| 2003 | 2026-03-18T17:55:51.296Z | Compiling darling_core v0.20.11 |
| 2004 | 2026-03-18T17:55:51.488Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2005 | 2026-03-18T17:55:51.511Z | Compiling memoffset v0.9.1 |
| 2006 | 2026-03-18T17:55:51.555Z | Compiling fastrand v2.3.0 |
| 2007 | 2026-03-18T17:55:51.610Z | Compiling tower-service v0.3.3 |
| 2008 | 2026-03-18T17:55:51.777Z | Compiling tower-layer v0.3.3 |
| 2009 | 2026-03-18T17:55:51.802Z | Compiling try-lock v0.2.5 |
| 2010 | 2026-03-18T17:55:51.852Z | Compiling tinyvec_macros v0.1.1 |
| 2011 | 2026-03-18T17:55:51.876Z | Compiling winnow v0.5.40 |
| 2012 | 2026-03-18T17:55:51.968Z | Compiling litrs v1.0.0 |
| 2013 | 2026-03-18T17:55:52.265Z | Compiling rustix v0.38.44 |
| 2014 | 2026-03-18T17:55:52.379Z | Compiling h2 v0.4.13 |
| 2015 | 2026-03-18T17:55:52.382Z | Compiling want v0.3.1 |
| 2016 | 2026-03-18T17:55:52.550Z | Compiling tinyvec v1.10.0 |
| 2017 | 2026-03-18T17:55:52.627Z | Compiling document-features v0.2.12 |
| 2018 | 2026-03-18T17:55:53.339Z | Compiling dtrace-parser v0.2.0 |
| 2019 | 2026-03-18T17:55:53.428Z | Compiling dtrace-parser v0.3.0 |
| 2020 | 2026-03-18T17:55:53.786Z | Compiling toml_edit v0.19.15 |
| 2021 | 2026-03-18T17:55:53.849Z | Compiling dof v0.3.0 |
| 2022 | 2026-03-18T17:55:53.950Z | Compiling ipnet v2.11.0 |
| 2023 | 2026-03-18T17:55:54.171Z | Compiling darling_macro v0.20.11 |
| 2024 | 2026-03-18T17:55:54.290Z | Compiling daft-derive v0.1.5 |
| 2025 | 2026-03-18T17:55:54.373Z | Compiling async-trait v0.1.89 |
| 2026 | 2026-03-18T17:55:54.586Z | Compiling dof v0.4.0 |
| 2027 | 2026-03-18T17:55:54.734Z | Compiling curve25519-dalek v4.1.3 |
| 2028 | 2026-03-18T17:55:54.834Z | Compiling spin v0.9.8 |
| 2029 | 2026-03-18T17:55:54.857Z | Compiling thread-id v4.2.2 |
| 2030 | 2026-03-18T17:55:54.979Z | Compiling thread-id v5.1.0 |
| 2031 | 2026-03-18T17:55:55.067Z | Compiling proc-macro-error-attr v1.0.4 |
| 2032 | 2026-03-18T17:55:55.103Z | Compiling powerfmt v0.2.0 |
| 2033 | 2026-03-18T17:55:55.129Z | Compiling smoltcp v0.9.1 |
| 2034 | 2026-03-18T17:55:55.330Z | Compiling httpdate v1.0.3 |
| 2035 | 2026-03-18T17:55:55.574Z | Compiling pin-utils v0.1.0 |
| 2036 | 2026-03-18T17:55:55.610Z | Compiling cfg_aliases v0.2.1 |
| 2037 | 2026-03-18T17:55:55.717Z | Compiling num-bigint-dig v0.8.6 |
| 2038 | 2026-03-18T17:55:55.743Z | Compiling foreign-types-shared v0.1.1 |
| 2039 | 2026-03-18T17:55:55.766Z | Compiling nix v0.31.1 |
| 2040 | 2026-03-18T17:55:55.792Z | Compiling tempfile v3.25.0 |
| 2041 | 2026-03-18T17:55:55.843Z | Compiling foreign-types v0.3.2 |
| 2042 | 2026-03-18T17:55:55.950Z | Compiling deranged v0.5.8 |
| 2043 | 2026-03-18T17:55:56.077Z | Compiling darling v0.20.11 |
| 2044 | 2026-03-18T17:55:56.519Z | Compiling hyper v1.8.1 |
| 2045 | 2026-03-18T17:55:56.576Z | Compiling ipnetwork v0.21.1 |
| 2046 | 2026-03-18T17:55:56.702Z | Compiling strum_macros v0.26.4 |
| 2047 | 2026-03-18T17:55:56.966Z | Compiling wait-timeout v0.2.1 |
| 2048 | 2026-03-18T17:55:57.019Z | Compiling proc-macro-error v1.0.4 |
| 2049 | 2026-03-18T17:55:57.154Z | Compiling num_threads v0.1.7 |
| 2050 | 2026-03-18T17:55:57.305Z | Compiling simd-adler32 v0.3.8 |
| 2051 | 2026-03-18T17:55:57.309Z | Compiling anstyle v1.0.13 |
| 2052 | 2026-03-18T17:55:57.415Z | Compiling siphasher v1.0.2 |
| 2053 | 2026-03-18T17:55:57.504Z | Compiling bit-vec v0.8.0 |
| 2054 | 2026-03-18T17:55:57.566Z | Compiling utf8parse v0.2.2 |
| 2055 | 2026-03-18T17:55:57.644Z | Compiling unicode-segmentation v1.12.0 |
| 2056 | 2026-03-18T17:55:57.690Z | Compiling quick-error v1.2.3 |
| 2057 | 2026-03-18T17:55:57.829Z | Compiling rusty-fork v0.3.1 |
| 2058 | 2026-03-18T17:55:57.852Z | Compiling time v0.3.47 |
| 2059 | 2026-03-18T17:55:57.886Z | Compiling bit-set v0.8.0 |
| 2060 | 2026-03-18T17:55:58.029Z | Compiling hyper-util v0.1.20 |
| 2061 | 2026-03-18T17:55:58.116Z | Compiling anstyle-parse v0.2.7 |
| 2062 | 2026-03-18T17:55:58.770Z | Compiling crossbeam-epoch v0.9.18 |
| 2063 | 2026-03-18T17:55:58.898Z | Compiling derive_builder_core v0.20.2 |
| 2064 | 2026-03-18T17:55:59.237Z | Compiling unicode-normalization v0.1.25 |
| 2065 | 2026-03-18T17:55:59.893Z | Compiling rustls-native-certs v0.8.3 |
| 2066 | 2026-03-18T17:56:00.330Z | Compiling signature v2.2.0 |
| 2067 | 2026-03-18T17:56:00.367Z | Compiling hubpack_derive v0.1.1 |
| 2068 | 2026-03-18T17:56:00.469Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2069 | 2026-03-18T17:56:00.504Z | Compiling strum_macros v0.27.2 |
| 2070 | 2026-03-18T17:56:00.531Z | Compiling rand_xorshift v0.4.0 |
| 2071 | 2026-03-18T17:56:00.600Z | Compiling sync_wrapper v1.0.2 |
| 2072 | 2026-03-18T17:56:00.738Z | Compiling fs-err v3.3.0 |
| 2073 | 2026-03-18T17:56:00.762Z | Compiling ahash v0.8.12 |
| 2074 | 2026-03-18T17:56:00.910Z | Compiling unicode-bidi v0.3.18 |
| 2075 | 2026-03-18T17:56:00.974Z | Compiling is_terminal_polyfill v1.70.2 |
| 2076 | 2026-03-18T17:56:01.026Z | Compiling unicode-properties v0.1.4 |
| 2077 | 2026-03-18T17:56:01.104Z | Compiling unarray v0.1.4 |
| 2078 | 2026-03-18T17:56:01.191Z | Compiling colorchoice v1.0.4 |
| 2079 | 2026-03-18T17:56:01.262Z | Compiling adler2 v2.0.1 |
| 2080 | 2026-03-18T17:56:01.285Z | Compiling anstyle-query v1.1.5 |
| 2081 | 2026-03-18T17:56:01.313Z | Compiling object v0.37.3 |
| 2082 | 2026-03-18T17:56:01.351Z | Compiling proptest v1.10.0 |
| 2083 | 2026-03-18T17:56:01.437Z | Compiling anstream v0.6.21 |
| 2084 | 2026-03-18T17:56:01.460Z | Compiling miniz_oxide v0.8.9 |
| 2085 | 2026-03-18T17:56:01.559Z | Compiling stringprep v0.1.5 |
| 2086 | 2026-03-18T17:56:02.076Z | Compiling tower v0.5.3 |
| 2087 | 2026-03-18T17:56:02.197Z | Compiling derive_builder_macro v0.20.2 |
| 2088 | 2026-03-18T17:56:02.597Z | Compiling crossbeam-deque v0.8.6 |
| 2089 | 2026-03-18T17:56:02.626Z | Compiling heck v0.4.1 |
| 2090 | 2026-03-18T17:56:02.730Z | Compiling usdt-attr-macro v0.6.0 |
| 2091 | 2026-03-18T17:56:02.753Z | Compiling usdt-macro v0.6.0 |
| 2092 | 2026-03-18T17:56:03.051Z | Compiling http-body-util v0.1.3 |
| 2093 | 2026-03-18T17:56:03.105Z | Compiling webpki-roots v1.0.6 |
| 2094 | 2026-03-18T17:56:03.368Z | Compiling rand_chacha v0.3.1 |
| 2095 | 2026-03-18T17:56:03.400Z | Compiling erased-serde v0.3.31 |
| 2096 | 2026-03-18T17:56:03.426Z | Compiling md-5 v0.10.6 |
| 2097 | 2026-03-18T17:56:03.606Z | Compiling num-integer v0.1.46 |
| 2098 | 2026-03-18T17:56:03.635Z | Compiling hash32 v0.2.1 |
| 2099 | 2026-03-18T17:56:03.709Z | Compiling vergen-lib v0.1.6 |
| 2100 | 2026-03-18T17:56:03.736Z | Compiling ff v0.13.1 |
| 2101 | 2026-03-18T17:56:03.805Z | Compiling iri-string v0.7.10 |
| 2102 | 2026-03-18T17:56:03.830Z | Compiling fallible-iterator v0.2.0 |
| 2103 | 2026-03-18T17:56:03.855Z | Compiling zlib-rs v0.6.2 |
| 2104 | 2026-03-18T17:56:03.884Z | Compiling ryu v1.0.23 |
| 2105 | 2026-03-18T17:56:03.887Z | Compiling base16ct v0.2.0 |
| 2106 | 2026-03-18T17:56:03.887Z | Compiling psl-types v2.0.11 |
| 2107 | 2026-03-18T17:56:03.970Z | Compiling num-iter v0.1.45 |
| 2108 | 2026-03-18T17:56:04.052Z | Compiling group v0.13.0 |
| 2109 | 2026-03-18T17:56:04.075Z | Compiling publicsuffix v2.3.0 |
| 2110 | 2026-03-18T17:56:04.101Z | Compiling sec1 v0.7.3 |
| 2111 | 2026-03-18T17:56:04.151Z | Compiling serde_urlencoded v0.7.1 |
| 2112 | 2026-03-18T17:56:04.290Z | Compiling newtype-uuid v1.3.2 |
| 2113 | 2026-03-18T17:56:04.317Z | Compiling postgres-protocol v0.6.10 |
| 2114 | 2026-03-18T17:56:04.523Z | Compiling rand v0.8.5 |
| 2115 | 2026-03-18T17:56:04.759Z | Compiling oxnet v0.1.4 |
| 2116 | 2026-03-18T17:56:04.948Z | Compiling zone_cfg_derive v0.3.1 |
| 2117 | 2026-03-18T17:56:05.019Z | Compiling derive_builder v0.20.2 |
| 2118 | 2026-03-18T17:56:05.178Z | Compiling tokio-native-tls v0.3.1 |
| 2119 | 2026-03-18T17:56:05.241Z | Compiling phf_shared v0.13.1 |
| 2120 | 2026-03-18T17:56:05.366Z | Compiling lazy_static v1.5.0 |
| 2121 | 2026-03-18T17:56:05.458Z | Compiling tower-http v0.6.8 |
| 2122 | 2026-03-18T17:56:05.505Z | Compiling terminal_size v0.4.3 |
| 2123 | 2026-03-18T17:56:05.509Z | Compiling serde_with_macros v3.17.0 |
| 2124 | 2026-03-18T17:56:05.557Z | Compiling cargo-platform v0.1.9 |
| 2125 | 2026-03-18T17:56:05.651Z | Compiling hkdf v0.12.4 |
| 2126 | 2026-03-18T17:56:05.698Z | Compiling crypto-bigint v0.5.5 |
| 2127 | 2026-03-18T17:56:05.760Z | Compiling enum-as-inner v0.6.1 |
| 2128 | 2026-03-18T17:56:05.784Z | Compiling clap_derive v4.5.55 |
| 2129 | 2026-03-18T17:56:05.810Z | Compiling serde_repr v0.1.20 |
| 2130 | 2026-03-18T17:56:05.848Z | Compiling vergen v9.0.6 |
| 2131 | 2026-03-18T17:56:06.054Z | Compiling libbz2-rs-sys v0.2.2 |
| 2132 | 2026-03-18T17:56:06.080Z | Compiling bumpalo v3.20.2 |
| 2133 | 2026-03-18T17:56:06.106Z | Compiling unicode-width v0.2.0 |
| 2134 | 2026-03-18T17:56:06.110Z | Compiling bitflags v1.3.2 |
| 2135 | 2026-03-18T17:56:06.350Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-03-18T17:56:06.400Z | Compiling foldhash v0.1.5 |
| 2137 | 2026-03-18T17:56:06.424Z | Compiling managed v0.8.0 |
| 2138 | 2026-03-18T17:56:06.655Z | Compiling bzip2 v0.6.1 |
| 2139 | 2026-03-18T17:56:06.658Z | Compiling hashbrown v0.15.5 |
| 2140 | 2026-03-18T17:56:06.658Z | Compiling clap_builder v4.5.60 |
| 2141 | 2026-03-18T17:56:06.862Z | Compiling console v0.16.2 |
| 2142 | 2026-03-18T17:56:06.898Z | Compiling zopfli v0.8.3 |
| 2143 | 2026-03-18T17:56:06.930Z | Compiling flate2 v1.1.9 |
| 2144 | 2026-03-18T17:56:07.091Z | Compiling elliptic-curve v0.13.8 |
| 2145 | 2026-03-18T17:56:07.335Z | Compiling cargo_metadata v0.19.2 |
| 2146 | 2026-03-18T17:56:07.578Z | Compiling phf v0.13.1 |
| 2147 | 2026-03-18T17:56:07.650Z | Compiling hyper-tls v0.6.0 |
| 2148 | 2026-03-18T17:56:07.694Z | Compiling signal-hook-mio v0.2.5 |
| 2149 | 2026-03-18T17:56:07.807Z | Compiling daft v0.1.5 |
| 2150 | 2026-03-18T17:56:07.811Z | Compiling rayon v1.11.0 |
| 2151 | 2026-03-18T17:56:07.954Z | Compiling cookie_store v0.22.1 |
| 2152 | 2026-03-18T17:56:07.989Z | Compiling postgres-types v0.2.12 |
| 2153 | 2026-03-18T17:56:08.138Z | Compiling zstd v0.13.3 |
| 2154 | 2026-03-18T17:56:08.186Z | Compiling bzip2 v0.4.4 |
| 2155 | 2026-03-18T17:56:08.470Z | Compiling strum v0.27.2 |
| 2156 | 2026-03-18T17:56:08.683Z | Compiling hubpack v0.1.2 |
| 2157 | 2026-03-18T17:56:08.715Z | Compiling ed25519 v2.2.3 |
| 2158 | 2026-03-18T17:56:08.749Z | Compiling phf_shared v0.11.3 |
| 2159 | 2026-03-18T17:56:09.049Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-03-18T17:56:09.121Z | Compiling serde-big-array v0.5.1 |
| 2161 | 2026-03-18T17:56:09.169Z | Compiling hex v0.4.3 |
| 2162 | 2026-03-18T17:56:09.173Z | Compiling rfc6979 v0.4.0 |
| 2163 | 2026-03-18T17:56:09.245Z | Compiling bstr v1.12.1 |
| 2164 | 2026-03-18T17:56:09.326Z | Compiling itertools v0.12.1 |
| 2165 | 2026-03-18T17:56:09.380Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-03-18T17:56:09.428Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-03-18T17:56:09.562Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-03-18T17:56:09.611Z | Compiling encoding_rs v0.8.35 |
| 2169 | 2026-03-18T17:56:09.643Z | Compiling keccak v0.1.6 |
| 2170 | 2026-03-18T17:56:09.666Z | Compiling whoami v2.1.0 |
| 2171 | 2026-03-18T17:56:09.727Z | Compiling fixedbitset v0.5.7 |
| 2172 | 2026-03-18T17:56:09.934Z | Compiling rustc-hash v2.1.1 |
| 2173 | 2026-03-18T17:56:09.938Z | Compiling mime v0.3.17 |
| 2174 | 2026-03-18T17:56:10.114Z | Compiling precomputed-hash v0.1.1 |
| 2175 | 2026-03-18T17:56:10.140Z | Compiling fixedbitset v0.4.2 |
| 2176 | 2026-03-18T17:56:10.143Z | Compiling difflib v0.4.0 |
| 2177 | 2026-03-18T17:56:10.143Z | Compiling static_assertions v1.1.0 |
| 2178 | 2026-03-18T17:56:10.246Z | Compiling jiff v0.2.21 |
| 2179 | 2026-03-18T17:56:10.291Z | Compiling data-encoding v2.10.0 |
| 2180 | 2026-03-18T17:56:10.315Z | Compiling normalize-line-endings v0.3.0 |
| 2181 | 2026-03-18T17:56:10.354Z | Compiling toml_write v0.1.2 |
| 2182 | 2026-03-18T17:56:10.407Z | Compiling new_debug_unreachable v1.0.6 |
| 2183 | 2026-03-18T17:56:10.432Z | Compiling unit-prefix v0.5.2 |
| 2184 | 2026-03-18T17:56:10.458Z | Compiling predicates-core v1.0.10 |
| 2185 | 2026-03-18T17:56:10.660Z | Compiling predicates v3.1.4 |
| 2186 | 2026-03-18T17:56:10.660Z | Compiling indicatif v0.18.4 |
| 2187 | 2026-03-18T17:56:10.702Z | Compiling hickory-proto v0.25.2 |
| 2188 | 2026-03-18T17:56:10.825Z | Compiling toml_edit v0.22.27 |
| 2189 | 2026-03-18T17:56:11.038Z | Compiling zone v0.3.1 |
| 2190 | 2026-03-18T17:56:11.076Z | Compiling string_cache v0.8.9 |
| 2191 | 2026-03-18T17:56:11.389Z | Compiling petgraph v0.6.5 |
| 2192 | 2026-03-18T17:56:11.411Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2193 | 2026-03-18T17:56:11.490Z | Compiling iddqd v0.3.17 |
| 2194 | 2026-03-18T17:56:11.611Z | Compiling petgraph v0.8.3 |
| 2195 | 2026-03-18T17:56:11.698Z | Compiling tokio-postgres v0.7.16 |
| 2196 | 2026-03-18T17:56:11.910Z | Compiling similar v2.7.0 |
| 2197 | 2026-03-18T17:56:12.925Z | Compiling sha3 v0.10.8 |
| 2198 | 2026-03-18T17:56:12.998Z | Compiling env_logger v0.11.9 |
| 2199 | 2026-03-18T17:56:13.452Z | Compiling usdt v0.6.0 |
| 2200 | 2026-03-18T17:56:13.815Z | Compiling serde_with v3.17.0 |
| 2201 | 2026-03-18T17:56:14.206Z | Compiling zip v4.6.1 |
| 2202 | 2026-03-18T17:56:14.228Z | Compiling rsa v0.9.10 |
| 2203 | 2026-03-18T17:56:14.309Z | Compiling ecdsa v0.16.9 |
| 2204 | 2026-03-18T17:56:14.871Z | Compiling ed25519-dalek v2.2.0 |
| 2205 | 2026-03-18T17:56:15.170Z | Compiling clap v4.5.60 |
| 2206 | 2026-03-18T17:56:15.260Z | Compiling crossterm v0.28.1 |
| 2207 | 2026-03-18T17:56:15.582Z | Compiling zip v0.6.6 |
| 2208 | 2026-03-18T17:56:15.612Z | Compiling strum v0.26.3 |
| 2209 | 2026-03-18T17:56:15.690Z | Compiling toml v0.7.8 |
| 2210 | 2026-03-18T17:56:15.819Z | Compiling tokio-stream v0.1.18 |
| 2211 | 2026-03-18T17:56:16.049Z | Compiling buf-list v1.1.2 |
| 2212 | 2026-03-18T17:56:16.420Z | Compiling x509-cert v0.2.5 |
| 2213 | 2026-03-18T17:56:16.448Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2214 | 2026-03-18T17:56:16.492Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-03-18T17:56:16.542Z | Compiling sha1 v0.10.6 |
| 2216 | 2026-03-18T17:56:16.741Z | Compiling itertools v0.13.0 |
| 2217 | 2026-03-18T17:56:17.209Z | Compiling peg-runtime v0.8.5 |
| 2218 | 2026-03-18T17:56:17.329Z | Compiling lalrpop-util v0.19.12 |
| 2219 | 2026-03-18T17:56:32.400Z | Compiling macaddr v1.0.1 |
| 2220 | 2026-03-18T17:56:32.745Z | Compiling structmeta-derive v0.3.0 |
| 2221 | 2026-03-18T17:56:32.770Z | Compiling itertools v0.14.0 |
| 2222 | 2026-03-18T17:56:33.240Z | Compiling heapless v0.8.0 |
| 2223 | 2026-03-18T17:56:34.108Z | Compiling structmeta v0.3.0 |
| 2224 | 2026-03-18T17:56:34.533Z | Compiling ingot-macros v0.1.1 |
| 2225 | 2026-03-18T17:56:38.552Z | Compiling rustls-webpki v0.103.9 |
| 2226 | 2026-03-18T17:56:39.871Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2227 | 2026-03-18T17:56:40.983Z | Compiling hash32 v0.3.1 |
| 2228 | 2026-03-18T17:56:41.067Z | Compiling smoltcp v0.11.0 |
| 2229 | 2026-03-18T17:56:41.179Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2230 | 2026-03-18T17:56:41.514Z | Compiling proc-macro-crate v3.4.0 |
| 2231 | 2026-03-18T17:56:41.560Z | Compiling ingot-types v0.1.2 |
| 2232 | 2026-03-18T17:56:41.593Z | Compiling cobs v0.3.0 |
| 2233 | 2026-03-18T17:56:41.773Z | Compiling rustls v0.22.4 |
| 2234 | 2026-03-18T17:56:41.941Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2235 | 2026-03-18T17:56:41.964Z | Compiling postcard v1.1.3 |
| 2236 | 2026-03-18T17:56:42.063Z | Compiling proc-macro-crate v1.3.1 |
| 2237 | 2026-03-18T17:56:42.197Z | Compiling num_enum_derive v0.7.5 |
| 2238 | 2026-03-18T17:56:42.271Z | Compiling ingot v0.1.1 |
| 2239 | 2026-03-18T17:56:42.294Z | Compiling rustls-webpki v0.102.8 |
| 2240 | 2026-03-18T17:56:42.542Z | Compiling futures-executor v0.3.32 |
| 2241 | 2026-03-18T17:56:42.684Z | Compiling foreign-types-macros v0.2.3 |
| 2242 | 2026-03-18T17:56:42.773Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2243 | 2026-03-18T17:56:42.980Z | Compiling multer v3.1.0 |
| 2244 | 2026-03-18T17:56:43.003Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2245 | 2026-03-18T17:56:43.164Z | Compiling thread_local v1.1.9 |
| 2246 | 2026-03-18T17:56:43.213Z | Compiling slog-async v2.8.0 |
| 2247 | 2026-03-18T17:56:43.245Z | Compiling typeid v1.0.3 |
| 2248 | 2026-03-18T17:56:43.274Z | Compiling foreign-types-shared v0.3.1 |
| 2249 | 2026-03-18T17:56:43.333Z | Compiling match_cfg v0.1.0 |
| 2250 | 2026-03-18T17:56:43.419Z | Compiling cpufeatures v0.3.0 |
| 2251 | 2026-03-18T17:56:43.451Z | Compiling hostname v0.3.1 |
| 2252 | 2026-03-18T17:56:43.488Z | Compiling num_enum v0.7.5 |
| 2253 | 2026-03-18T17:56:43.492Z | Compiling foreign-types v0.5.0 |
| 2254 | 2026-03-18T17:56:43.538Z | Compiling chacha20 v0.10.0 |
| 2255 | 2026-03-18T17:56:43.649Z | Compiling tokio-rustls v0.26.4 |
| 2256 | 2026-03-18T17:56:43.652Z | Compiling rustls-platform-verifier v0.6.2 |
| 2257 | 2026-03-18T17:56:43.699Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-18T17:56:43.723Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-18T17:56:43.938Z | Compiling derive-ex v0.1.8 |
| 2260 | 2026-03-18T17:56:43.975Z | Compiling tabwriter v1.4.1 |
| 2261 | 2026-03-18T17:56:43.979Z | Compiling slog-json v2.6.1 |
| 2262 | 2026-03-18T17:56:44.049Z | Compiling hyper-rustls v0.27.7 |
| 2263 | 2026-03-18T17:56:44.072Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-18T17:56:44.364Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-18T17:56:44.471Z | Compiling reqwest v0.13.2 |
| 2266 | 2026-03-18T17:56:44.499Z | Compiling reqwest v0.12.28 |
| 2267 | 2026-03-18T17:56:44.684Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2268 | 2026-03-18T17:56:44.947Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2269 | 2026-03-18T17:56:45.023Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2270 | 2026-03-18T17:56:45.048Z | Compiling async-stream-impl v0.3.6 |
| 2271 | 2026-03-18T17:56:45.092Z | Compiling serde_spanned v1.0.4 |
| 2272 | 2026-03-18T17:56:45.265Z | Compiling is-terminal v0.4.17 |
| 2273 | 2026-03-18T17:56:45.321Z | Compiling cstr-argument v0.1.2 |
| 2274 | 2026-03-18T17:56:45.451Z | Compiling dropshot v0.16.7 |
| 2275 | 2026-03-18T17:56:45.477Z | Compiling crucible-workspace-hack v0.1.0 |
| 2276 | 2026-03-18T17:56:45.499Z | Compiling erased-serde v0.4.9 |
| 2277 | 2026-03-18T17:56:45.558Z | Compiling take_mut v0.2.2 |
| 2278 | 2026-03-18T17:56:45.726Z | Compiling term v1.2.1 |
| 2279 | 2026-03-18T17:56:45.749Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2280 | 2026-03-18T17:56:45.751Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2281 | 2026-03-18T17:56:45.807Z | Compiling async-stream v0.3.6 |
| 2282 | 2026-03-18T17:56:46.033Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2283 | 2026-03-18T17:56:46.103Z | Compiling test-strategy v0.4.5 |
| 2284 | 2026-03-18T17:56:46.125Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2285 | 2026-03-18T17:56:46.129Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2286 | 2026-03-18T17:56:46.201Z | Compiling slog-term v2.9.2 |
| 2287 | 2026-03-18T17:56:46.266Z | Compiling num_enum v0.5.11 |
| 2288 | 2026-03-18T17:56:46.456Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2289 | 2026-03-18T17:56:46.634Z | Compiling slog-bunyan v2.5.0 |
| 2290 | 2026-03-18T17:56:46.659Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2291 | 2026-03-18T17:56:46.707Z | Compiling tokio-rustls v0.25.0 |
| 2292 | 2026-03-18T17:56:46.893Z | Compiling rand v0.10.0 |
| 2293 | 2026-03-18T17:56:47.225Z | Compiling parse-display-derive v0.10.0 |
| 2294 | 2026-03-18T17:56:47.253Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-03-18T17:56:47.353Z | Compiling backon v1.6.0 |
| 2296 | 2026-03-18T17:56:47.393Z | Compiling waitgroup v0.1.2 |
| 2297 | 2026-03-18T17:56:47.580Z | Compiling dropshot_endpoint v0.16.7 |
| 2298 | 2026-03-18T17:56:47.615Z | Compiling newtype-uuid-macros v0.1.0 |
| 2299 | 2026-03-18T17:56:47.666Z | Compiling rustls-pemfile v2.2.0 |
| 2300 | 2026-03-18T17:56:47.703Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2301 | 2026-03-18T17:56:47.823Z | Compiling serde_path_to_error v0.1.20 |
| 2302 | 2026-03-18T17:56:47.890Z | Compiling hostname v0.4.2 |
| 2303 | 2026-03-18T17:56:47.963Z | Compiling instant v0.1.13 |
| 2304 | 2026-03-18T17:56:48.027Z | Compiling debug-ignore v1.0.5 |
| 2305 | 2026-03-18T17:56:48.048Z | Compiling colored v3.1.1 |
| 2306 | 2026-03-18T17:56:48.075Z | Compiling libefi-sys v0.1.0 |
| 2307 | 2026-03-18T17:56:48.118Z | Compiling backoff v0.4.0 |
| 2308 | 2026-03-18T17:56:48.193Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2309 | 2026-03-18T17:56:48.430Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2310 | 2026-03-18T17:56:48.456Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2311 | 2026-03-18T17:56:48.594Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2312 | 2026-03-18T17:56:48.616Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2313 | 2026-03-18T17:56:48.918Z | Compiling camino-tempfile v1.4.1 |
| 2314 | 2026-03-18T17:56:49.095Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2315 | 2026-03-18T17:56:49.168Z | Compiling usdt-macro v0.5.0 |
| 2316 | 2026-03-18T17:56:49.195Z | Compiling usdt-attr-macro v0.5.0 |
| 2317 | 2026-03-18T17:56:49.267Z | Compiling parse-display v0.10.0 |
| 2318 | 2026-03-18T17:56:49.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2319 | 2026-03-18T17:56:49.475Z | Compiling secrecy v0.10.3 |
| 2320 | 2026-03-18T17:56:49.713Z | Compiling bitfield-struct v0.6.2 |
| 2321 | 2026-03-18T17:56:49.855Z | Compiling num-derive v0.4.2 |
| 2322 | 2026-03-18T17:56:49.899Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2323 | 2026-03-18T17:56:50.078Z | Compiling regress v0.10.5 |
| 2324 | 2026-03-18T17:56:50.147Z | Compiling ordered-float v2.10.1 |
| 2325 | 2026-03-18T17:56:50.185Z | Compiling blake3 v1.8.3 |
| 2326 | 2026-03-18T17:56:50.416Z | Compiling sigpipe v0.1.3 |
| 2327 | 2026-03-18T17:56:50.440Z | Compiling memmap v0.7.0 |
| 2328 | 2026-03-18T17:56:50.540Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2329 | 2026-03-18T17:56:50.573Z | Compiling glob v0.3.3 |
| 2330 | 2026-03-18T17:56:50.596Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2331 | 2026-03-18T17:56:50.763Z | Compiling usdt v0.5.0 |
| 2332 | 2026-03-18T17:56:50.845Z | Compiling serde-value v0.7.0 |
| 2333 | 2026-03-18T17:56:51.032Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2334 | 2026-03-18T17:56:51.060Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2335 | 2026-03-18T17:56:51.064Z | Compiling serde-untagged v0.1.9 |
| 2336 | 2026-03-18T17:56:51.107Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2337 | 2026-03-18T17:56:51.429Z | Compiling toml v0.8.23 |
| 2338 | 2026-03-18T17:56:51.479Z | Compiling smf v0.2.3 |
| 2339 | 2026-03-18T17:56:51.503Z | Compiling filetime v0.2.27 |
| 2340 | 2026-03-18T17:56:51.570Z | Compiling same-file v1.0.6 |
| 2341 | 2026-03-18T17:56:51.605Z | Compiling constant_time_eq v0.4.2 |
| 2342 | 2026-03-18T17:56:51.745Z | Compiling whoami v1.6.1 |
| 2343 | 2026-03-18T17:56:51.767Z | Compiling arrayvec v0.7.6 |
| 2344 | 2026-03-18T17:56:51.791Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-03-18T17:56:51.816Z | Compiling arrayref v0.3.9 |
| 2346 | 2026-03-18T17:56:51.861Z | Compiling xattr v1.6.1 |
| 2347 | 2026-03-18T17:56:51.885Z | Compiling unicode-xid v0.2.6 |
| 2348 | 2026-03-18T17:56:51.913Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-03-18T17:56:51.939Z | Compiling walkdir v2.5.0 |
| 2350 | 2026-03-18T17:56:51.965Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2351 | 2026-03-18T17:56:52.087Z | Compiling cargo-util-schemas v0.8.2 |
| 2352 | 2026-03-18T17:56:52.139Z | Compiling tar v0.4.44 |
| 2353 | 2026-03-18T17:56:52.280Z | Compiling tokio-dtrace v0.1.1 |
| 2354 | 2026-03-18T17:56:52.329Z | Compiling gethostname v0.5.0 |
| 2355 | 2026-03-18T17:56:52.518Z | Compiling cargo-platform v0.2.0 |
| 2356 | 2026-03-18T17:56:52.713Z | Compiling topological-sort v0.2.2 |
| 2357 | 2026-03-18T17:56:52.787Z | Compiling oxide-tokio-rt v0.1.3 |
| 2358 | 2026-03-18T17:56:52.879Z | Compiling shell-words v1.1.1 |
| 2359 | 2026-03-18T17:56:52.949Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2360 | 2026-03-18T17:56:52.974Z | Compiling indent_write v2.2.0 |
| 2361 | 2026-03-18T17:56:54.255Z | Compiling cargo_metadata v0.21.0 |
| 2362 | 2026-03-18T17:57:04.914Z | Compiling progenitor-client v0.13.0 |
| 2363 | 2026-03-18T17:57:04.954Z | Compiling progenitor-client v0.10.0 |
| 2364 | 2026-03-18T17:57:04.957Z | Compiling omicron-zone-package v0.12.2 |
| 2365 | 2026-03-18T17:57:05.051Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2366 | 2026-03-18T17:57:05.055Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2367 | 2026-03-18T17:57:05.055Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2368 | 2026-03-18T17:57:05.055Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2369 | 2026-03-18T17:57:05.238Z | Compiling progenitor-extras v0.1.1 |
| 2370 | 2026-03-18T17:57:05.525Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2371 | 2026-03-18T17:57:15.170Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2372 | 2026-03-18T17:57:16.446Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2373 | 2026-03-18T17:57:24.695Z | Finished `release` profile [optimized] target(s) in 1m 54s |
| 2374 | 2026-03-18T17:57:24.886Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2375 | 2026-03-18T17:57:24.957Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2376 | 2026-03-18T17:57:24.960Z | Created new build target 'test' and set it as active |
| 2377 | 2026-03-18T17:57:24.960Z | |
| 2378 | 2026-03-18T17:57:24.960Z | real 1:54.724209491 |
| 2379 | 2026-03-18T17:57:24.960Z | user 20:18.467524422 |
| 2380 | 2026-03-18T17:57:24.960Z | sys 3:04.198087013 |
| 2381 | 2026-03-18T17:57:24.960Z | trap 0.533388110 |
| 2382 | 2026-03-18T17:57:24.960Z | tflt 3.185955250 |
| 2383 | 2026-03-18T17:57:24.961Z | dflt 3.915447592 |
| 2384 | 2026-03-18T17:57:24.961Z | kflt 0.000663072 |
| 2385 | 2026-03-18T17:57:24.961Z | lock 1:04:25.103910314 |
| 2386 | 2026-03-18T17:57:24.961Z | slp 51:42.712825676 |
| 2387 | 2026-03-18T17:57:24.961Z | lat 45.934825331 |
| 2388 | 2026-03-18T17:57:24.961Z | stop 7:44.682708955 |
| 2389 | 2026-03-18T17:57:24.961Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2390 | 2026-03-18T17:57:26.155Z | Finished `release` profile [optimized] target(s) in 1.18s |
| 2391 | 2026-03-18T17:57:26.223Z | Running `target/release/omicron-package -t test package` |
| 2392 | 2026-03-18T17:57:26.291Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2393 | 2026-03-18T17:57:28.204Z | Compiling regress v0.10.5 |
| 2394 | 2026-03-18T17:57:28.204Z | Compiling heck v0.5.0 |
| 2395 | 2026-03-18T17:57:28.207Z | Compiling unsafe-libyaml v0.2.11 |
| 2396 | 2026-03-18T17:57:28.207Z | Compiling convert_case v0.4.0 |
| 2397 | 2026-03-18T17:57:28.528Z | Compiling half v2.7.1 |
| 2398 | 2026-03-18T17:57:28.531Z | Compiling ciborium-io v0.2.2 |
| 2399 | 2026-03-18T17:57:28.584Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2400 | 2026-03-18T17:57:28.588Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2401 | 2026-03-18T17:57:28.644Z | Compiling prettyplease v0.2.37 |
| 2402 | 2026-03-18T17:57:28.675Z | Compiling typify-impl v0.6.1 |
| 2403 | 2026-03-18T17:57:28.678Z | Compiling universal-hash v0.5.1 |
| 2404 | 2026-03-18T17:57:28.705Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2405 | 2026-03-18T17:57:28.709Z | Compiling unicode-width v0.1.14 |
| 2406 | 2026-03-18T17:57:28.710Z | Compiling opaque-debug v0.3.1 |
| 2407 | 2026-03-18T17:57:28.826Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2408 | 2026-03-18T17:57:28.829Z | Compiling chacha20 v0.9.1 |
| 2409 | 2026-03-18T17:57:28.829Z | Compiling password-hash v0.5.0 |
| 2410 | 2026-03-18T17:57:28.894Z | Compiling poly1305 v0.8.0 |
| 2411 | 2026-03-18T17:57:28.894Z | Compiling derive_more v0.99.20 |
| 2412 | 2026-03-18T17:57:29.004Z | Compiling ciborium-ll v0.2.2 |
| 2413 | 2026-03-18T17:57:29.007Z | Compiling blake2 v0.10.6 |
| 2414 | 2026-03-18T17:57:29.068Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2415 | 2026-03-18T17:57:29.157Z | Compiling aead v0.5.2 |
| 2416 | 2026-03-18T17:57:29.189Z | Compiling serde_yaml v0.9.34+deprecated |
| 2417 | 2026-03-18T17:57:29.345Z | Compiling ciborium v0.2.2 |
| 2418 | 2026-03-18T17:57:29.381Z | Compiling is-terminal v0.4.17 |
| 2419 | 2026-03-18T17:57:29.384Z | Compiling swrite v0.1.0 |
| 2420 | 2026-03-18T17:57:29.440Z | Compiling argon2 v0.5.3 |
| 2421 | 2026-03-18T17:57:29.529Z | Compiling chacha20poly1305 v0.10.1 |
| 2422 | 2026-03-18T17:57:29.574Z | Compiling serde_spanned v1.0.4 |
| 2423 | 2026-03-18T17:57:29.755Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2424 | 2026-03-18T17:57:29.816Z | Compiling bytecount v0.6.9 |
| 2425 | 2026-03-18T17:57:29.820Z | Compiling rustls v0.22.4 |
| 2426 | 2026-03-18T17:57:29.881Z | Compiling rustls-webpki v0.102.8 |
| 2427 | 2026-03-18T17:57:29.923Z | Compiling derive-where v1.6.0 |
| 2428 | 2026-03-18T17:57:30.064Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2429 | 2026-03-18T17:57:30.095Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2430 | 2026-03-18T17:57:30.095Z | Compiling thread_local v1.1.9 |
| 2431 | 2026-03-18T17:57:30.163Z | Compiling match_cfg v0.1.0 |
| 2432 | 2026-03-18T17:57:30.224Z | Compiling thiserror-no-std v2.0.2 |
| 2433 | 2026-03-18T17:57:30.284Z | Compiling hostname v0.3.1 |
| 2434 | 2026-03-18T17:57:30.370Z | Compiling vsss-rs v3.3.4 |
| 2435 | 2026-03-18T17:57:30.516Z | Compiling multer v3.1.0 |
| 2436 | 2026-03-18T17:57:30.557Z | Compiling slog-async v2.8.0 |
| 2437 | 2026-03-18T17:57:30.610Z | Compiling slog-json v2.6.1 |
| 2438 | 2026-03-18T17:57:30.654Z | Compiling crossbeam-channel v0.5.15 |
| 2439 | 2026-03-18T17:57:30.658Z | Compiling futures-executor v0.3.32 |
| 2440 | 2026-03-18T17:57:30.774Z | Compiling term v1.2.1 |
| 2441 | 2026-03-18T17:57:30.846Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-03-18T17:57:30.894Z | Compiling slog-bunyan v2.5.0 |
| 2443 | 2026-03-18T17:57:31.024Z | Compiling futures v0.3.32 |
| 2444 | 2026-03-18T17:57:31.084Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2445 | 2026-03-18T17:57:31.114Z | Compiling dropshot v0.16.7 |
| 2446 | 2026-03-18T17:57:31.155Z | Compiling async-stream v0.3.6 |
| 2447 | 2026-03-18T17:57:31.275Z | Compiling slog-term v2.9.2 |
| 2448 | 2026-03-18T17:57:31.305Z | Compiling progenitor-client v0.13.0 |
| 2449 | 2026-03-18T17:57:31.334Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2450 | 2026-03-18T17:57:31.408Z | Compiling waitgroup v0.1.2 |
| 2451 | 2026-03-18T17:57:31.497Z | Compiling backon v1.6.0 |
| 2452 | 2026-03-18T17:57:31.561Z | Compiling rustls-pemfile v2.2.0 |
| 2453 | 2026-03-18T17:57:31.598Z | Compiling serde_path_to_error v0.1.20 |
| 2454 | 2026-03-18T17:57:31.634Z | Compiling hostname v0.4.2 |
| 2455 | 2026-03-18T17:57:31.671Z | Compiling instant v0.1.13 |
| 2456 | 2026-03-18T17:57:31.716Z | Compiling debug-ignore v1.0.5 |
| 2457 | 2026-03-18T17:57:31.716Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2458 | 2026-03-18T17:57:31.787Z | Compiling progenitor-extras v0.1.1 |
| 2459 | 2026-03-18T17:57:31.823Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2460 | 2026-03-18T17:57:31.854Z | Compiling backoff v0.4.0 |
| 2461 | 2026-03-18T17:57:31.857Z | Compiling parse-display v0.10.0 |
| 2462 | 2026-03-18T17:57:31.884Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2463 | 2026-03-18T17:57:31.950Z | Compiling progenitor-client v0.10.0 |
| 2464 | 2026-03-18T17:57:31.950Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2465 | 2026-03-18T17:57:32.016Z | Compiling macaddr v1.0.1 |
| 2466 | 2026-03-18T17:57:32.052Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2467 | 2026-03-18T17:57:32.102Z | Compiling console v0.15.11 |
| 2468 | 2026-03-18T17:57:32.141Z | Compiling newline-converter v0.3.0 |
| 2469 | 2026-03-18T17:57:32.144Z | Compiling atomicwrites v0.4.4 |
| 2470 | 2026-03-18T17:57:32.207Z | Compiling num-rational v0.4.2 |
| 2471 | 2026-03-18T17:57:32.345Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2472 | 2026-03-18T17:57:32.379Z | Compiling num-complex v0.4.6 |
| 2473 | 2026-03-18T17:57:32.480Z | Compiling slog-dtrace v0.3.0 |
| 2474 | 2026-03-18T17:57:32.579Z | Compiling async-recursion v1.1.1 |
| 2475 | 2026-03-18T17:57:32.621Z | Compiling cancel-safe-futures v0.1.5 |
| 2476 | 2026-03-18T17:57:32.697Z | Compiling expectorate v1.2.0 |
| 2477 | 2026-03-18T17:57:32.871Z | Compiling float-ord v0.3.2 |
| 2478 | 2026-03-18T17:57:32.924Z | Compiling num v0.4.3 |
| 2479 | 2026-03-18T17:57:32.998Z | Compiling tokio-rustls v0.25.0 |
| 2480 | 2026-03-18T17:57:33.066Z | Compiling owo-colors v4.3.0 |
| 2481 | 2026-03-18T17:57:33.166Z | Compiling libsw-core v0.3.2 |
| 2482 | 2026-03-18T17:57:33.200Z | Compiling resolv-conf v0.7.6 |
| 2483 | 2026-03-18T17:57:33.264Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2484 | 2026-03-18T17:57:33.404Z | Compiling toml v0.8.23 |
| 2485 | 2026-03-18T17:57:33.497Z | Compiling libsw v3.5.0 |
| 2486 | 2026-03-18T17:57:33.531Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-03-18T17:57:33.642Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-03-18T17:57:33.736Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-03-18T17:57:33.804Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-03-18T17:57:33.859Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-03-18T17:57:34.002Z | Compiling nom v7.1.3 |
| 2492 | 2026-03-18T17:57:34.037Z | Compiling lru-cache v0.1.2 |
| 2493 | 2026-03-18T17:57:34.071Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-03-18T17:57:34.102Z | Compiling globset v0.4.18 |
| 2495 | 2026-03-18T17:57:34.106Z | Compiling hickory-proto v0.24.4 |
| 2496 | 2026-03-18T17:57:34.240Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2497 | 2026-03-18T17:57:34.268Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2498 | 2026-03-18T17:57:34.640Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2499 | 2026-03-18T17:57:35.056Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2500 | 2026-03-18T17:57:35.580Z | Compiling typify-macro v0.6.1 |
| 2501 | 2026-03-18T17:57:35.871Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-03-18T17:57:35.939Z | Compiling convert_case v0.10.0 |
| 2503 | 2026-03-18T17:57:36.338Z | Compiling derive_more-impl v2.1.1 |
| 2504 | 2026-03-18T17:57:37.214Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-03-18T17:57:37.275Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2506 | 2026-03-18T17:57:37.399Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2507 | 2026-03-18T17:57:37.522Z | Compiling pin-project-internal v1.1.11 |
| 2508 | 2026-03-18T17:57:37.627Z | Compiling hickory-resolver v0.24.4 |
| 2509 | 2026-03-18T17:57:37.717Z | Compiling typify v0.6.1 |
| 2510 | 2026-03-18T17:57:37.875Z | Compiling progenitor-impl v0.13.0 |
| 2511 | 2026-03-18T17:57:39.034Z | Compiling pin-project v1.1.11 |
| 2512 | 2026-03-18T17:57:39.135Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2513 | 2026-03-18T17:57:39.202Z | Compiling qorb v0.4.1 |
| 2514 | 2026-03-18T17:57:39.396Z | Compiling derive_more v2.1.1 |
| 2515 | 2026-03-18T17:57:39.538Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2516 | 2026-03-18T17:57:39.739Z | Compiling pem v3.0.6 |
| 2517 | 2026-03-18T17:57:39.971Z | Compiling snafu-derive v0.8.9 |
| 2518 | 2026-03-18T17:57:40.585Z | Compiling termtree v0.5.1 |
| 2519 | 2026-03-18T17:57:40.658Z | Compiling crossterm v0.29.0 |
| 2520 | 2026-03-18T17:57:40.837Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-03-18T17:57:40.986Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-03-18T17:57:41.942Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2523 | 2026-03-18T17:57:42.314Z | Compiling snafu v0.8.9 |
| 2524 | 2026-03-18T17:57:43.059Z | Compiling olpc-cjson v0.1.4 |
| 2525 | 2026-03-18T17:57:43.375Z | Compiling phf_shared v0.12.1 |
| 2526 | 2026-03-18T17:57:43.422Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-03-18T17:57:43.698Z | Compiling serde_plain v1.0.2 |
| 2528 | 2026-03-18T17:57:44.138Z | Compiling vte v0.14.1 |
| 2529 | 2026-03-18T17:57:44.413Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-03-18T17:57:44.472Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2531 | 2026-03-18T17:57:44.685Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-03-18T17:57:44.866Z | Compiling highway v1.3.0 |
| 2533 | 2026-03-18T17:57:44.959Z | Compiling typed-path v0.9.3 |
| 2534 | 2026-03-18T17:57:45.040Z | Compiling csv v1.4.0 |
| 2535 | 2026-03-18T17:57:45.456Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2536 | 2026-03-18T17:57:45.730Z | Compiling strip-ansi-escapes v0.2.1 |
| 2537 | 2026-03-18T17:57:45.832Z | Compiling phf v0.12.1 |
| 2538 | 2026-03-18T17:57:45.989Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-03-18T17:57:46.099Z | Compiling const_format_proc_macros v0.2.34 |
| 2540 | 2026-03-18T17:57:46.282Z | Compiling papergrid v0.11.0 |
| 2541 | 2026-03-18T17:57:46.336Z | Compiling fd-lock v4.0.4 |
| 2542 | 2026-03-18T17:57:46.445Z | Compiling peg-macros v0.8.5 |
| 2543 | 2026-03-18T17:57:46.557Z | Compiling tough v0.20.0 |
| 2544 | 2026-03-18T17:57:46.633Z | Compiling tabled_derive v0.7.0 |
| 2545 | 2026-03-18T17:57:46.951Z | Compiling progenitor v0.13.0 |
| 2546 | 2026-03-18T17:57:47.172Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2547 | 2026-03-18T17:57:47.926Z | Compiling nu-ansi-term v0.50.3 |
| 2548 | 2026-03-18T17:57:48.151Z | Compiling tabled v0.15.0 |
| 2549 | 2026-03-18T17:57:48.182Z | Compiling peg v0.8.5 |
| 2550 | 2026-03-18T17:57:48.313Z | Compiling reedline v0.40.0 |
| 2551 | 2026-03-18T17:57:48.342Z | Compiling const_format v0.2.35 |
| 2552 | 2026-03-18T17:57:48.782Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2553 | 2026-03-18T17:57:48.941Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2554 | 2026-03-18T17:57:48.982Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2555 | 2026-03-18T17:57:50.559Z | Compiling bcs v0.1.6 |
| 2556 | 2026-03-18T17:57:50.639Z | Compiling semver v0.1.20 |
| 2557 | 2026-03-18T17:57:51.012Z | Compiling rustc_version v0.1.7 |
| 2558 | 2026-03-18T17:57:51.139Z | Compiling base64 v0.21.7 |
| 2559 | 2026-03-18T17:57:51.312Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-03-18T17:57:51.589Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2561 | 2026-03-18T17:57:51.849Z | Compiling typify-impl v0.4.3 |
| 2562 | 2026-03-18T17:57:51.893Z | Compiling humantime v2.3.0 |
| 2563 | 2026-03-18T17:57:52.458Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-03-18T17:57:52.504Z | Compiling smawk v0.3.2 |
| 2565 | 2026-03-18T17:57:52.764Z | Compiling unicode-linebreak v0.1.5 |
| 2566 | 2026-03-18T17:57:52.926Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2567 | 2026-03-18T17:57:53.042Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2568 | 2026-03-18T17:57:53.110Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-03-18T17:57:53.144Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2570 | 2026-03-18T17:57:53.310Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2571 | 2026-03-18T17:57:53.705Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2572 | 2026-03-18T17:57:53.735Z | Compiling steno v0.4.1 |
| 2573 | 2026-03-18T17:57:54.605Z | Compiling utf-8 v0.7.6 |
| 2574 | 2026-03-18T17:57:55.146Z | Compiling tagptr v0.2.0 |
| 2575 | 2026-03-18T17:57:55.390Z | Compiling moka v0.12.13 |
| 2576 | 2026-03-18T17:57:55.448Z | Compiling tungstenite v0.21.0 |
| 2577 | 2026-03-18T17:57:55.954Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2578 | 2026-03-18T17:57:56.166Z | Compiling radium v0.7.0 |
| 2579 | 2026-03-18T17:57:56.536Z | Compiling tokio-tungstenite v0.21.0 |
| 2580 | 2026-03-18T17:57:56.874Z | Compiling typify-macro v0.4.3 |
| 2581 | 2026-03-18T17:57:57.019Z | Compiling hickory-resolver v0.25.2 |
| 2582 | 2026-03-18T17:57:57.135Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-03-18T17:57:57.521Z | Compiling tap v1.0.1 |
| 2584 | 2026-03-18T17:57:57.694Z | Compiling wyz v0.5.1 |
| 2585 | 2026-03-18T17:57:58.024Z | Compiling zerocopy-derive v0.6.6 |
| 2586 | 2026-03-18T17:57:58.084Z | Compiling crc-catalog v2.4.0 |
| 2587 | 2026-03-18T17:57:58.181Z | Compiling funty v2.0.0 |
| 2588 | 2026-03-18T17:57:58.251Z | Compiling packed_struct v0.10.1 |
| 2589 | 2026-03-18T17:57:58.424Z | Compiling display-error-chain v0.2.2 |
| 2590 | 2026-03-18T17:57:58.605Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-03-18T17:57:58.697Z | Compiling crc v3.4.0 |
| 2592 | 2026-03-18T17:57:58.925Z | Compiling typify v0.4.3 |
| 2593 | 2026-03-18T17:57:59.097Z | Compiling progenitor-impl v0.10.0 |
| 2594 | 2026-03-18T17:57:59.126Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-03-18T17:57:59.483Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-03-18T17:57:59.870Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2597 | 2026-03-18T17:58:01.699Z | Compiling packed_struct_codegen v0.10.1 |
| 2598 | 2026-03-18T17:58:02.037Z | Compiling bitfield-macros v0.19.4 |
| 2599 | 2026-03-18T17:58:02.141Z | Compiling progenitor-macro v0.10.0 |
| 2600 | 2026-03-18T17:58:02.329Z | Compiling indexmap v1.9.3 |
| 2601 | 2026-03-18T17:58:02.654Z | Compiling nodrop v0.1.14 |
| 2602 | 2026-03-18T17:58:02.817Z | Compiling array-init v0.0.4 |
| 2603 | 2026-03-18T17:58:02.984Z | Compiling bitfield v0.19.4 |
| 2604 | 2026-03-18T17:58:03.457Z | Compiling smallvec v0.6.14 |
| 2605 | 2026-03-18T17:58:03.499Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2606 | 2026-03-18T17:58:03.850Z | Compiling num-derive v0.3.3 |
| 2607 | 2026-03-18T17:58:04.204Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2608 | 2026-03-18T17:58:04.671Z | Compiling hashbrown v0.12.3 |
| 2609 | 2026-03-18T17:58:04.732Z | Compiling proc-macro-error2 v2.0.1 |
| 2610 | 2026-03-18T17:58:04.782Z | Compiling serde-hex v0.1.0 |
| 2611 | 2026-03-18T17:58:05.060Z | Compiling libscf-sys v1.1.0 |
| 2612 | 2026-03-18T17:58:05.143Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-03-18T17:58:05.273Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2614 | 2026-03-18T17:58:05.388Z | Compiling ron v0.8.1 |
| 2615 | 2026-03-18T17:58:05.513Z | Compiling hashbrown v0.13.2 |
| 2616 | 2026-03-18T17:58:05.576Z | Compiling vergen-gitcl v1.0.8 |
| 2617 | 2026-03-18T17:58:05.858Z | Compiling dirs-sys-next v0.1.2 |
| 2618 | 2026-03-18T17:58:06.146Z | Compiling maplit v1.0.2 |
| 2619 | 2026-03-18T17:58:06.206Z | Compiling crc-any v2.5.0 |
| 2620 | 2026-03-18T17:58:06.294Z | Compiling diesel_derives v2.3.7 |
| 2621 | 2026-03-18T17:58:06.353Z | Compiling crunchy v0.2.4 |
| 2622 | 2026-03-18T17:58:06.570Z | Compiling glob v0.3.3 |
| 2623 | 2026-03-18T17:58:06.670Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2624 | 2026-03-18T17:58:06.765Z | Compiling object v0.30.4 |
| 2625 | 2026-03-18T17:58:06.793Z | Compiling dirs-next v2.0.0 |
| 2626 | 2026-03-18T17:58:07.029Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-03-18T17:58:07.069Z | Compiling clang-sys v1.8.1 |
| 2628 | 2026-03-18T17:58:07.115Z | Compiling tabled_derive v0.11.0 |
| 2629 | 2026-03-18T17:58:07.531Z | Compiling papergrid v0.17.0 |
| 2630 | 2026-03-18T17:58:07.574Z | Compiling testing_table v0.3.0 |
| 2631 | 2026-03-18T17:58:07.755Z | Compiling dsl_auto_type v0.2.0 |
| 2632 | 2026-03-18T17:58:07.917Z | Compiling scheduled-thread-pool v0.2.7 |
| 2633 | 2026-03-18T17:58:08.094Z | Compiling progenitor v0.10.0 |
| 2634 | 2026-03-18T17:58:08.124Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2635 | 2026-03-18T17:58:08.230Z | Compiling tiny-keccak v2.0.2 |
| 2636 | 2026-03-18T17:58:08.317Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2637 | 2026-03-18T17:58:08.411Z | Compiling path-slash v0.1.5 |
| 2638 | 2026-03-18T17:58:08.484Z | Compiling r2d2 v0.8.10 |
| 2639 | 2026-03-18T17:58:08.668Z | Compiling term v0.7.0 |
| 2640 | 2026-03-18T17:58:08.732Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2641 | 2026-03-18T17:58:08.765Z | Compiling arc-swap v1.8.2 |
| 2642 | 2026-03-18T17:58:08.833Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2643 | 2026-03-18T17:58:08.870Z | Compiling bit-vec v0.6.3 |
| 2644 | 2026-03-18T17:58:09.153Z | Compiling xshell-macros v0.2.7 |
| 2645 | 2026-03-18T17:58:09.191Z | Compiling tabled v0.20.0 |
| 2646 | 2026-03-18T17:58:09.275Z | Compiling downcast-rs v2.0.2 |
| 2647 | 2026-03-18T17:58:09.410Z | Compiling bit-set v0.5.3 |
| 2648 | 2026-03-18T17:58:09.443Z | Compiling slog-scope v4.4.1 |
| 2649 | 2026-03-18T17:58:09.479Z | Compiling ascii-canvas v3.0.0 |
| 2650 | 2026-03-18T17:58:09.690Z | Compiling xshell v0.2.7 |
| 2651 | 2026-03-18T17:58:09.825Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2652 | 2026-03-18T17:58:10.021Z | Compiling itertools v0.10.5 |
| 2653 | 2026-03-18T17:58:10.032Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2654 | 2026-03-18T17:58:10.444Z | Compiling ena v0.14.4 |
| 2655 | 2026-03-18T17:58:10.654Z | Compiling libloading v0.8.9 |
| 2656 | 2026-03-18T17:58:10.763Z | Compiling unicase v2.9.0 |
| 2657 | 2026-03-18T17:58:10.953Z | Compiling diff v0.1.13 |
| 2658 | 2026-03-18T17:58:11.160Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2659 | 2026-03-18T17:58:11.307Z | Compiling regex-syntax v0.6.29 |
| 2660 | 2026-03-18T17:58:11.387Z | Compiling bindgen v0.71.1 |
| 2661 | 2026-03-18T17:58:11.774Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2662 | 2026-03-18T17:58:13.334Z | Compiling lalrpop v0.19.12 |
| 2663 | 2026-03-18T17:58:13.988Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2664 | 2026-03-18T17:58:14.937Z | Compiling slog-stdlog v4.1.1 |
| 2665 | 2026-03-18T17:58:15.139Z | Compiling diesel v2.3.7 |
| 2666 | 2026-03-18T17:58:15.507Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2667 | 2026-03-18T17:58:15.510Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2668 | 2026-03-18T17:58:15.721Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2669 | 2026-03-18T17:58:15.814Z | Compiling cexpr v0.6.0 |
| 2670 | 2026-03-18T17:58:16.146Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2671 | 2026-03-18T17:58:16.421Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2672 | 2026-03-18T17:58:16.526Z | Compiling crc8 v0.1.1 |
| 2673 | 2026-03-18T17:58:16.723Z | Compiling slog-envlogger v2.2.0 |
| 2674 | 2026-03-18T17:58:16.728Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2675 | 2026-03-18T17:58:16.925Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-03-18T17:58:17.233Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-03-18T17:58:17.437Z | Compiling libxml v0.3.3 |
| 2678 | 2026-03-18T17:58:17.801Z | Compiling headers v0.4.1 |
| 2679 | 2026-03-18T17:58:17.839Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2680 | 2026-03-18T17:58:18.240Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-03-18T17:58:18.528Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2682 | 2026-03-18T17:58:18.883Z | Compiling strum_macros v0.24.3 |
| 2683 | 2026-03-18T17:58:19.136Z | Compiling indoc v1.0.9 |
| 2684 | 2026-03-18T17:58:19.519Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-03-18T17:58:19.551Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-03-18T17:58:19.725Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-03-18T17:58:19.778Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-03-18T17:58:19.811Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-03-18T17:58:19.818Z | Compiling half v1.8.3 |
| 2690 | 2026-03-18T17:58:19.949Z | Compiling openssl-probe v0.1.6 |
| 2691 | 2026-03-18T17:58:20.321Z | Compiling serde_cbor v0.11.2 |
| 2692 | 2026-03-18T17:58:20.441Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-03-18T17:58:20.445Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-03-18T17:58:20.646Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2695 | 2026-03-18T17:58:21.393Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2696 | 2026-03-18T17:58:21.624Z | Compiling bb8 v0.8.6 |
| 2697 | 2026-03-18T17:58:21.665Z | Compiling trait-variant v0.1.2 |
| 2698 | 2026-03-18T17:58:21.748Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2699 | 2026-03-18T17:58:21.780Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2700 | 2026-03-18T17:58:22.119Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2701 | 2026-03-18T17:58:22.214Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2702 | 2026-03-18T17:58:22.398Z | Compiling fxhash v0.2.1 |
| 2703 | 2026-03-18T17:58:22.439Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2704 | 2026-03-18T17:58:22.501Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2705 | 2026-03-18T17:58:22.676Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-03-18T17:58:22.851Z | Compiling libz-sys v1.1.24 |
| 2707 | 2026-03-18T17:58:22.905Z | Compiling salty v0.3.0 |
| 2708 | 2026-03-18T17:58:23.259Z | Compiling nonempty v0.12.0 |
| 2709 | 2026-03-18T17:58:23.342Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2710 | 2026-03-18T17:58:23.545Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2711 | 2026-03-18T17:58:23.579Z | Compiling samael v0.0.19 |
| 2712 | 2026-03-18T17:58:23.583Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2713 | 2026-03-18T17:58:23.805Z | Compiling progenitor-impl v0.11.2 |
| 2714 | 2026-03-18T17:58:23.904Z | Compiling darling_core v0.23.0 |
| 2715 | 2026-03-18T17:58:24.612Z | Compiling polar-core v0.27.3 |
| 2716 | 2026-03-18T17:58:24.649Z | Compiling nanorand v0.7.0 |
| 2717 | 2026-03-18T17:58:24.680Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-03-18T17:58:25.133Z | Compiling parking_lot_core v0.8.6 |
| 2719 | 2026-03-18T17:58:25.281Z | Compiling mime_guess v2.0.5 |
| 2720 | 2026-03-18T17:58:25.606Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2721 | 2026-03-18T17:58:26.123Z | Compiling flume v0.11.1 |
| 2722 | 2026-03-18T17:58:26.444Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2723 | 2026-03-18T17:58:27.033Z | Compiling progenitor-macro v0.11.2 |
| 2724 | 2026-03-18T17:58:27.115Z | Compiling darling_macro v0.23.0 |
| 2725 | 2026-03-18T17:58:27.988Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-03-18T17:58:28.485Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2727 | 2026-03-18T17:58:28.727Z | Compiling progenitor-client v0.11.2 |
| 2728 | 2026-03-18T17:58:29.741Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2729 | 2026-03-18T17:58:30.386Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2730 | 2026-03-18T17:58:31.061Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2731 | 2026-03-18T17:58:31.361Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-03-18T17:58:31.729Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-03-18T17:58:32.256Z | Compiling instability v0.3.11 |
| 2734 | 2026-03-18T17:58:32.931Z | Compiling progenitor v0.11.2 |
| 2735 | 2026-03-18T17:58:33.161Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-03-18T17:58:33.639Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2737 | 2026-03-18T17:58:34.939Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2738 | 2026-03-18T17:58:35.441Z | Compiling darling v0.23.0 |
| 2739 | 2026-03-18T17:58:35.587Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2740 | 2026-03-18T17:58:38.316Z | Compiling oso v0.27.3 |
| 2741 | 2026-03-18T17:58:39.273Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2742 | 2026-03-18T17:58:39.368Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2743 | 2026-03-18T17:58:39.475Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2744 | 2026-03-18T17:58:40.598Z | Compiling diesel-dtrace v0.5.0 |
| 2745 | 2026-03-18T17:58:40.747Z | Compiling async-bb8-diesel v0.2.1 |
| 2746 | 2026-03-18T17:58:40.953Z | Compiling ignore v0.4.25 |
| 2747 | 2026-03-18T17:58:41.309Z | Compiling primeorder v0.13.6 |
| 2748 | 2026-03-18T17:58:41.775Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-03-18T17:58:43.102Z | Compiling castaway v0.2.4 |
| 2750 | 2026-03-18T17:58:43.191Z | Compiling atty v0.2.14 |
| 2751 | 2026-03-18T17:58:43.292Z | Compiling nibble_vec v0.1.0 |
| 2752 | 2026-03-18T17:58:43.373Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-03-18T17:58:43.526Z | Compiling http-range v0.1.5 |
| 2754 | 2026-03-18T17:58:43.640Z | Compiling endian-type v0.1.2 |
| 2755 | 2026-03-18T17:58:43.669Z | Compiling parse-size v1.1.0 |
| 2756 | 2026-03-18T17:58:43.877Z | Compiling indoc v2.0.7 |
| 2757 | 2026-03-18T17:58:43.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2758 | 2026-03-18T17:58:43.975Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2759 | 2026-03-18T17:58:44.284Z | Compiling radix_trie v0.2.1 |
| 2760 | 2026-03-18T17:58:44.484Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-03-18T17:58:44.901Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-03-18T17:58:45.441Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-03-18T17:58:45.956Z | Compiling p384 v0.13.1 |
| 2764 | 2026-03-18T17:58:46.636Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-03-18T17:58:47.349Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2766 | 2026-03-18T17:58:47.794Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2767 | 2026-03-18T17:58:47.852Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2768 | 2026-03-18T17:58:47.976Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2769 | 2026-03-18T17:58:48.006Z | Compiling predicates-tree v1.0.13 |
| 2770 | 2026-03-18T17:58:48.363Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-03-18T17:58:48.571Z | Compiling lru v0.12.5 |
| 2772 | 2026-03-18T17:58:48.627Z | Compiling prefix-trie v0.7.0 |
| 2773 | 2026-03-18T17:58:48.784Z | Compiling vergen-git2 v1.0.7 |
| 2774 | 2026-03-18T17:58:48.860Z | Compiling cassowary v0.3.0 |
| 2775 | 2026-03-18T17:58:49.118Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2776 | 2026-03-18T17:58:49.295Z | Compiling ratatui v0.29.0 |
| 2777 | 2026-03-18T17:58:50.018Z | Compiling hickory-server v0.25.2 |
| 2778 | 2026-03-18T17:58:50.407Z | Compiling camino-tempfile-ext v0.3.3 |
| 2779 | 2026-03-18T17:58:50.544Z | Compiling hyper-staticfile v0.10.1 |
| 2780 | 2026-03-18T17:58:50.884Z | Compiling sled v0.34.7 |
| 2781 | 2026-03-18T17:58:52.090Z | Compiling hickory-client v0.25.2 |
| 2782 | 2026-03-18T17:58:52.516Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2783 | 2026-03-18T17:58:52.593Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2784 | 2026-03-18T17:58:53.064Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2785 | 2026-03-18T17:58:53.215Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2786 | 2026-03-18T17:58:53.344Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2787 | 2026-03-18T17:58:54.092Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2788 | 2026-03-18T17:58:54.505Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-03-18T17:58:55.196Z | Compiling rand_seeder v0.4.0 |
| 2790 | 2026-03-18T17:58:55.227Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2791 | 2026-03-18T17:58:55.516Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2792 | 2026-03-18T17:58:55.814Z | Compiling lzma-sys v0.1.20 |
| 2793 | 2026-03-18T17:58:55.849Z | Compiling corncobs v0.1.4 |
| 2794 | 2026-03-18T17:58:56.159Z | Compiling rustls v0.21.12 |
| 2795 | 2026-03-18T17:58:56.263Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2796 | 2026-03-18T17:58:56.370Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-03-18T17:58:56.531Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2798 | 2026-03-18T17:58:56.608Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2799 | 2026-03-18T17:58:56.641Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2800 | 2026-03-18T17:58:56.783Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2801 | 2026-03-18T17:58:56.983Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-03-18T17:58:57.260Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-03-18T17:58:57.373Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2804 | 2026-03-18T17:58:57.529Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2805 | 2026-03-18T17:58:57.815Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-03-18T17:59:00.036Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-03-18T17:59:01.362Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-03-18T17:59:01.503Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-03-18T17:59:01.646Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2810 | 2026-03-18T17:59:01.782Z | Compiling cargo_toml v0.22.3 |
| 2811 | 2026-03-18T17:59:01.922Z | Compiling sct v0.7.1 |
| 2812 | 2026-03-18T17:59:02.275Z | Compiling rustls-webpki v0.101.7 |
| 2813 | 2026-03-18T17:59:03.456Z | Compiling git2 v0.20.4 |
| 2814 | 2026-03-18T17:59:03.488Z | Compiling nix v0.29.0 |
| 2815 | 2026-03-18T17:59:04.032Z | Compiling secrecy v0.8.0 |
| 2816 | 2026-03-18T17:59:04.280Z | Compiling void v1.0.2 |
| 2817 | 2026-03-18T17:59:04.476Z | Compiling lzss v0.8.2 |
| 2818 | 2026-03-18T17:59:04.683Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-03-18T17:59:04.727Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2820 | 2026-03-18T17:59:04.829Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2821 | 2026-03-18T17:59:05.140Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2822 | 2026-03-18T17:59:05.242Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2823 | 2026-03-18T17:59:06.133Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2824 | 2026-03-18T17:59:06.273Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2825 | 2026-03-18T17:59:07.420Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-03-18T17:59:07.456Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-03-18T17:59:07.730Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2828 | 2026-03-18T17:59:07.794Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2829 | 2026-03-18T17:59:07.934Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2830 | 2026-03-18T17:59:08.022Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2831 | 2026-03-18T17:59:08.087Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2832 | 2026-03-18T17:59:08.312Z | Compiling nix v0.27.1 |
| 2833 | 2026-03-18T17:59:08.378Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-03-18T17:59:08.877Z | Compiling tokio-tungstenite v0.23.1 |
| 2835 | 2026-03-18T17:59:09.018Z | Compiling tokio-rustls v0.24.1 |
| 2836 | 2026-03-18T17:59:09.387Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2837 | 2026-03-18T17:59:09.428Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-03-18T17:59:09.944Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-03-18T17:59:10.311Z | Compiling xz2 v0.1.7 |
| 2840 | 2026-03-18T17:59:10.471Z | Compiling ron v0.12.0 |
| 2841 | 2026-03-18T17:59:11.368Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2842 | 2026-03-18T17:59:12.414Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-03-18T17:59:12.676Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2844 | 2026-03-18T17:59:15.349Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2845 | 2026-03-18T17:59:15.647Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2846 | 2026-03-18T17:59:16.797Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2847 | 2026-03-18T17:59:18.215Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2848 | 2026-03-18T17:59:18.875Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2849 | 2026-03-18T17:59:18.907Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2850 | 2026-03-18T17:59:19.444Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2851 | 2026-03-18T17:59:20.104Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-03-18T17:59:20.368Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2853 | 2026-03-18T17:59:22.072Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-03-18T17:59:22.967Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-03-18T17:59:23.893Z | Compiling rustls-pemfile v1.0.4 |
| 2856 | 2026-03-18T17:59:24.397Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2857 | 2026-03-18T17:59:24.423Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-03-18T17:59:24.950Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2859 | 2026-03-18T17:59:25.233Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-03-18T17:59:26.195Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-03-18T17:59:26.331Z | Compiling twox-hash v2.1.2 |
| 2862 | 2026-03-18T17:59:26.426Z | Compiling yasna v0.5.2 |
| 2863 | 2026-03-18T17:59:26.989Z | Compiling is_ci v1.2.0 |
| 2864 | 2026-03-18T17:59:27.107Z | Compiling base16ct v1.0.0 |
| 2865 | 2026-03-18T17:59:27.240Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-03-18T17:59:27.573Z | Compiling rcgen v0.12.1 |
| 2867 | 2026-03-18T17:59:28.123Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2868 | 2026-03-18T17:59:28.201Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2869 | 2026-03-18T17:59:28.349Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2870 | 2026-03-18T17:59:28.756Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2871 | 2026-03-18T17:59:29.047Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2872 | 2026-03-18T17:59:29.221Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2873 | 2026-03-18T17:59:32.308Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-03-18T17:59:33.152Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2875 | 2026-03-18T17:59:33.561Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-03-18T17:59:33.949Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2877 | 2026-03-18T17:59:35.398Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-03-18T17:59:35.675Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2879 | 2026-03-18T17:59:35.957Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2880 | 2026-03-18T17:59:36.227Z | Compiling fatfs v0.3.6 |
| 2881 | 2026-03-18T17:59:36.472Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2882 | 2026-03-18T17:59:37.831Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-03-18T17:59:38.501Z | Compiling rtoolbox v0.0.3 |
| 2884 | 2026-03-18T17:59:38.852Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-03-18T17:59:38.989Z | Compiling seq-macro v0.3.6 |
| 2886 | 2026-03-18T17:59:39.647Z | Compiling rpassword v7.4.0 |
| 2887 | 2026-03-18T17:59:39.991Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2888 | 2026-03-18T17:59:40.593Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2889 | 2026-03-18T17:59:41.633Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2890 | 2026-03-18T17:59:42.064Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2891 | 2026-03-18T17:59:42.230Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2892 | 2026-03-18T17:59:42.400Z | Compiling tui-tree-widget v0.23.1 |
| 2893 | 2026-03-18T17:59:42.769Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2894 | 2026-03-18T17:59:44.718Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2895 | 2026-03-18T17:59:45.251Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2896 | 2026-03-18T17:59:45.393Z | Compiling uzers v0.12.2 |
| 2897 | 2026-03-18T17:59:46.500Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2898 | 2026-03-18T17:59:47.228Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2899 | 2026-03-18T17:59:48.517Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2900 | 2026-03-18T17:59:51.507Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2901 | 2026-03-18T17:59:52.084Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2902 | 2026-03-18T17:59:54.260Z | Compiling support-bundle-viewer v0.1.2 |
| 2903 | 2026-03-18T17:59:54.850Z | Compiling multimap v0.10.1 |
| 2904 | 2026-03-18T18:00:08.647Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2905 | 2026-03-18T18:00:17.813Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2906 | 2026-03-18T18:00:21.193Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2907 | 2026-03-18T18:08:08.054Z | Finished `release` profile [optimized] target(s) in 10m 41s |
| 2908 | 2026-03-18T18:09:00.747Z | |
| 2909 | 2026-03-18T18:09:00.751Z | real 11:35.882322305 |
| 2910 | 2026-03-18T18:09:00.751Z | user 1:41:19.421201414 |
| 2911 | 2026-03-18T18:09:00.751Z | sys 4:11.085744774 |
| 2912 | 2026-03-18T18:09:00.751Z | trap 2.309657987 |
| 2913 | 2026-03-18T18:09:00.751Z | tflt 2.213924958 |
| 2914 | 2026-03-18T18:09:00.751Z | dflt 16.640205289 |
| 2915 | 2026-03-18T18:09:00.751Z | kflt 0.083258050 |
| 2916 | 2026-03-18T18:09:00.751Z | lock 8:30:20.039836200 |
| 2917 | 2026-03-18T18:09:00.751Z | slp 2:49:17.652472213 |
| 2918 | 2026-03-18T18:09:00.751Z | lat 2:49.666029417 |
| 2919 | 2026-03-18T18:09:00.751Z | stop 7:20.149956495 |
| 2920 | 2026-03-18T18:09:00.751Z | + mapfile -t packages |
| 2921 | 2026-03-18T18:09:00.751Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-03-18T18:09:02.026Z | Finished `release` profile [optimized] target(s) in 1.26s |
| 2923 | 2026-03-18T18:09:02.098Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-03-18T18:09:02.158Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-03-18T18:09:02.161Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-03-18T18:09:02.865Z | Compiling libc v0.2.180 |
| 2927 | 2026-03-18T18:09:02.865Z | Compiling serde v1.0.228 |
| 2928 | 2026-03-18T18:09:02.869Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-03-18T18:09:02.998Z | Compiling rustix v1.1.3 |
| 2930 | 2026-03-18T18:09:03.008Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-03-18T18:09:03.018Z | Compiling serde_json v1.0.149 |
| 2932 | 2026-03-18T18:09:03.045Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-03-18T18:09:03.059Z | Compiling syn v2.0.117 |
| 2934 | 2026-03-18T18:09:03.076Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-03-18T18:09:03.094Z | Compiling hashbrown v0.16.1 |
| 2936 | 2026-03-18T18:09:03.109Z | Compiling usdt-impl v0.5.0 |
| 2937 | 2026-03-18T18:09:03.142Z | Compiling syn v1.0.109 |
| 2938 | 2026-03-18T18:09:03.163Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-03-18T18:09:03.163Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-03-18T18:09:03.343Z | Compiling log v0.4.29 |
| 2941 | 2026-03-18T18:09:03.481Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-03-18T18:09:03.708Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-03-18T18:09:03.712Z | Compiling once_cell v1.21.3 |
| 2944 | 2026-03-18T18:09:03.724Z | Compiling heck v0.4.1 |
| 2945 | 2026-03-18T18:09:03.756Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-03-18T18:09:03.928Z | Compiling indexmap v2.13.0 |
| 2947 | 2026-03-18T18:09:04.063Z | Compiling errno v0.3.14 |
| 2948 | 2026-03-18T18:09:04.067Z | Compiling thread-id v4.2.2 |
| 2949 | 2026-03-18T18:09:04.067Z | Compiling memmap v0.7.0 |
| 2950 | 2026-03-18T18:09:04.523Z | Compiling ordered-float v2.10.1 |
| 2951 | 2026-03-18T18:09:05.223Z | Compiling proc-macro-error v1.0.4 |
| 2952 | 2026-03-18T18:09:05.547Z | Compiling tabled_derive v0.7.0 |
| 2953 | 2026-03-18T18:09:05.639Z | Compiling terminal_size v0.4.3 |
| 2954 | 2026-03-18T18:09:05.645Z | Compiling tempfile v3.25.0 |
| 2955 | 2026-03-18T18:09:05.732Z | Compiling clap_builder v4.5.60 |
| 2956 | 2026-03-18T18:09:05.732Z | Compiling textwrap v0.16.2 |
| 2957 | 2026-03-18T18:09:05.919Z | Compiling camino-tempfile v1.4.1 |
| 2958 | 2026-03-18T18:09:06.391Z | Compiling tabled v0.15.0 |
| 2959 | 2026-03-18T18:09:06.720Z | Compiling synstructure v0.13.2 |
| 2960 | 2026-03-18T18:09:06.720Z | Compiling pest_generator v2.8.6 |
| 2961 | 2026-03-18T18:09:07.260Z | Compiling serde_derive v1.0.228 |
| 2962 | 2026-03-18T18:09:07.263Z | Compiling zerofrom-derive v0.1.6 |
| 2963 | 2026-03-18T18:09:07.263Z | Compiling yoke-derive v0.8.1 |
| 2964 | 2026-03-18T18:09:07.263Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-03-18T18:09:07.263Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-03-18T18:09:07.263Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-03-18T18:09:07.263Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-03-18T18:09:07.263Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-03-18T18:09:07.263Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-03-18T18:09:07.289Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-03-18T18:09:07.422Z | Compiling pest_derive v2.8.6 |
| 2972 | 2026-03-18T18:09:08.179Z | Compiling scroll v0.12.0 |
| 2973 | 2026-03-18T18:09:08.462Z | Compiling zerocopy v0.7.35 |
| 2974 | 2026-03-18T18:09:08.589Z | Compiling goblin v0.8.2 |
| 2975 | 2026-03-18T18:09:08.692Z | Compiling zerofrom v0.1.6 |
| 2976 | 2026-03-18T18:09:08.774Z | Compiling thiserror v1.0.69 |
| 2977 | 2026-03-18T18:09:08.879Z | Compiling yoke v0.8.1 |
| 2978 | 2026-03-18T18:09:08.916Z | Compiling dtrace-parser v0.2.0 |
| 2979 | 2026-03-18T18:09:08.920Z | Compiling thiserror v2.0.18 |
| 2980 | 2026-03-18T18:09:09.202Z | Compiling zerovec v0.11.5 |
| 2981 | 2026-03-18T18:09:09.220Z | Compiling zerotrie v0.2.3 |
| 2982 | 2026-03-18T18:09:09.644Z | Compiling clap v4.5.60 |
| 2983 | 2026-03-18T18:09:10.056Z | Compiling tinystr v0.8.2 |
| 2984 | 2026-03-18T18:09:10.352Z | Compiling icu_locale_core v2.1.1 |
| 2985 | 2026-03-18T18:09:11.136Z | Compiling potential_utf v0.1.4 |
| 2986 | 2026-03-18T18:09:11.402Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-03-18T18:09:11.568Z | Compiling icu_collections v2.1.1 |
| 2988 | 2026-03-18T18:09:11.828Z | Compiling toml_datetime v0.6.11 |
| 2989 | 2026-03-18T18:09:11.963Z | Compiling serde_spanned v0.6.9 |
| 2990 | 2026-03-18T18:09:12.065Z | Compiling icu_normalizer v2.1.1 |
| 2991 | 2026-03-18T18:09:12.164Z | Compiling icu_properties v2.1.2 |
| 2992 | 2026-03-18T18:09:12.189Z | Compiling toml_edit v0.22.27 |
| 2993 | 2026-03-18T18:09:12.292Z | Compiling dof v0.3.0 |
| 2994 | 2026-03-18T18:09:12.346Z | Compiling serde_tokenstream v0.2.3 |
| 2995 | 2026-03-18T18:09:12.421Z | Compiling serde-value v0.7.0 |
| 2996 | 2026-03-18T18:09:12.469Z | Compiling cargo-platform v0.2.0 |
| 2997 | 2026-03-18T18:09:12.501Z | Compiling macaddr v1.0.1 |
| 2998 | 2026-03-18T18:09:13.270Z | Compiling usdt-macro v0.5.0 |
| 2999 | 2026-03-18T18:09:13.309Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-03-18T18:09:13.592Z | Compiling idna_adapter v1.2.1 |
| 3001 | 2026-03-18T18:09:13.771Z | Compiling idna v1.1.0 |
| 3002 | 2026-03-18T18:09:14.108Z | Compiling usdt v0.5.0 |
| 3003 | 2026-03-18T18:09:14.206Z | Compiling url v2.5.8 |
| 3004 | 2026-03-18T18:09:14.378Z | Compiling toml v0.8.23 |
| 3005 | 2026-03-18T18:09:15.023Z | Compiling cargo-util-schemas v0.8.2 |
| 3006 | 2026-03-18T18:09:15.024Z | Compiling cargo_toml v0.21.0 |
| 3007 | 2026-03-18T18:09:16.475Z | Compiling cargo_metadata v0.21.0 |
| 3008 | 2026-03-18T18:09:20.621Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3009 | 2026-03-18T18:09:24.630Z | Finished `release` profile [optimized] target(s) in 22.46s |
| 3010 | 2026-03-18T18:09:24.775Z | |
| 3011 | 2026-03-18T18:09:24.779Z | real 22.581430672 |
| 3012 | 2026-03-18T18:09:24.780Z | user 3:09.874906344 |
| 3013 | 2026-03-18T18:09:24.780Z | sys 20.983016571 |
| 3014 | 2026-03-18T18:09:24.780Z | trap 0.086900326 |
| 3015 | 2026-03-18T18:09:24.780Z | tflt 0.749789883 |
| 3016 | 2026-03-18T18:09:24.780Z | dflt 1.880349226 |
| 3017 | 2026-03-18T18:09:24.780Z | kflt 0.000074361 |
| 3018 | 2026-03-18T18:09:24.780Z | lock 7:18.617721145 |
| 3019 | 2026-03-18T18:09:24.780Z | slp 4:28.547270056 |
| 3020 | 2026-03-18T18:09:24.780Z | lat 7.218115844 |
| 3021 | 2026-03-18T18:09:24.780Z | stop 29.004056634 |
| 3022 | 2026-03-18T18:09:24.780Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-03-18T18:09:24.780Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-03-18T18:09:24.780Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-03-18T18:09:24.780Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-03-18T18:09:24.780Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3027 | 2026-03-18T18:09:26.071Z | Compiling regress v0.10.5 |
| 3028 | 2026-03-18T18:09:26.074Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-03-18T18:09:26.244Z | Compiling serde_spanned v1.0.4 |
| 3030 | 2026-03-18T18:09:26.264Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3031 | 2026-03-18T18:09:26.305Z | Compiling newtype-uuid-macros v0.1.0 |
| 3032 | 2026-03-18T18:09:26.308Z | Compiling structmeta-derive v0.3.0 |
| 3033 | 2026-03-18T18:09:26.308Z | Compiling rustls v0.22.4 |
| 3034 | 2026-03-18T18:09:26.308Z | Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-03-18T18:09:26.308Z | Compiling multer v3.1.0 |
| 3036 | 2026-03-18T18:09:26.328Z | Compiling debug-ignore v1.0.5 |
| 3037 | 2026-03-18T18:09:26.331Z | Compiling match_cfg v0.1.0 |
| 3038 | 2026-03-18T18:09:26.469Z | Compiling progenitor-client v0.13.0 |
| 3039 | 2026-03-18T18:09:26.472Z | Compiling slog-json v2.6.1 |
| 3040 | 2026-03-18T18:09:26.472Z | Compiling async-stream-impl v0.3.6 |
| 3041 | 2026-03-18T18:09:26.518Z | Compiling dropshot v0.16.7 |
| 3042 | 2026-03-18T18:09:26.571Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3043 | 2026-03-18T18:09:26.574Z | Compiling itertools v0.14.0 |
| 3044 | 2026-03-18T18:09:26.574Z | Compiling hostname v0.3.1 |
| 3045 | 2026-03-18T18:09:26.574Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3046 | 2026-03-18T18:09:26.574Z | Compiling waitgroup v0.1.2 |
| 3047 | 2026-03-18T18:09:26.719Z | Compiling rustls-pemfile v2.2.0 |
| 3048 | 2026-03-18T18:09:26.777Z | Compiling slog-bunyan v2.5.0 |
| 3049 | 2026-03-18T18:09:26.830Z | Compiling dropshot_endpoint v0.16.7 |
| 3050 | 2026-03-18T18:09:26.909Z | Compiling serde_path_to_error v0.1.20 |
| 3051 | 2026-03-18T18:09:26.912Z | Compiling hostname v0.4.2 |
| 3052 | 2026-03-18T18:09:27.011Z | Compiling macaddr v1.0.1 |
| 3053 | 2026-03-18T18:09:27.014Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3054 | 2026-03-18T18:09:27.061Z | Compiling progenitor-client v0.10.0 |
| 3055 | 2026-03-18T18:09:27.088Z | Compiling instant v0.1.13 |
| 3056 | 2026-03-18T18:09:27.160Z | Compiling backon v1.6.0 |
| 3057 | 2026-03-18T18:09:27.254Z | Compiling backoff v0.4.0 |
| 3058 | 2026-03-18T18:09:27.345Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3059 | 2026-03-18T18:09:27.370Z | Compiling async-stream v0.3.6 |
| 3060 | 2026-03-18T18:09:27.399Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3061 | 2026-03-18T18:09:27.426Z | Compiling progenitor-extras v0.1.1 |
| 3062 | 2026-03-18T18:09:27.456Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3063 | 2026-03-18T18:09:27.486Z | Compiling unsafe-libyaml v0.2.11 |
| 3064 | 2026-03-18T18:09:27.486Z | Compiling crucible-workspace-hack v0.1.0 |
| 3065 | 2026-03-18T18:09:27.535Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3066 | 2026-03-18T18:09:27.563Z | Compiling secrecy v0.10.3 |
| 3067 | 2026-03-18T18:09:27.594Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3068 | 2026-03-18T18:09:27.622Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3069 | 2026-03-18T18:09:27.771Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3070 | 2026-03-18T18:09:27.799Z | Compiling heapless v0.8.0 |
| 3071 | 2026-03-18T18:09:27.803Z | Compiling hash32 v0.3.1 |
| 3072 | 2026-03-18T18:09:27.879Z | Compiling structmeta v0.3.0 |
| 3073 | 2026-03-18T18:09:27.956Z | Compiling smoltcp v0.11.0 |
| 3074 | 2026-03-18T18:09:27.991Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3075 | 2026-03-18T18:09:28.021Z | Compiling toml v0.8.23 |
| 3076 | 2026-03-18T18:09:28.077Z | Compiling tabwriter v1.4.1 |
| 3077 | 2026-03-18T18:09:28.131Z | Compiling cobs v0.3.0 |
| 3078 | 2026-03-18T18:09:28.198Z | Compiling derive-ex v0.1.8 |
| 3079 | 2026-03-18T18:09:28.223Z | Compiling parse-display-derive v0.10.0 |
| 3080 | 2026-03-18T18:09:28.253Z | Compiling serde_yaml v0.9.34+deprecated |
| 3081 | 2026-03-18T18:09:28.356Z | Compiling ingot-macros v0.1.1 |
| 3082 | 2026-03-18T18:09:28.409Z | Compiling proc-macro-crate v3.4.0 |
| 3083 | 2026-03-18T18:09:28.488Z | Compiling foreign-types-macros v0.2.3 |
| 3084 | 2026-03-18T18:09:28.514Z | Compiling foreign-types-shared v0.3.1 |
| 3085 | 2026-03-18T18:09:28.538Z | Compiling convert_case v0.4.0 |
| 3086 | 2026-03-18T18:09:28.597Z | Compiling cpufeatures v0.3.0 |
| 3087 | 2026-03-18T18:09:28.721Z | Compiling chacha20 v0.10.0 |
| 3088 | 2026-03-18T18:09:28.747Z | Compiling postcard v1.1.3 |
| 3089 | 2026-03-18T18:09:28.949Z | Compiling proc-macro-crate v1.3.1 |
| 3090 | 2026-03-18T18:09:29.000Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3091 | 2026-03-18T18:09:29.138Z | Compiling derive_more v0.99.20 |
| 3092 | 2026-03-18T18:09:29.184Z | Compiling universal-hash v0.5.1 |
| 3093 | 2026-03-18T18:09:29.210Z | Compiling num_enum_derive v0.7.5 |
| 3094 | 2026-03-18T18:09:29.213Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3095 | 2026-03-18T18:09:29.259Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3096 | 2026-03-18T18:09:29.329Z | Compiling foreign-types v0.5.0 |
| 3097 | 2026-03-18T18:09:29.374Z | Compiling cstr-argument v0.1.2 |
| 3098 | 2026-03-18T18:09:29.416Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3099 | 2026-03-18T18:09:29.457Z | Compiling colored v3.1.1 |
| 3100 | 2026-03-18T18:09:29.534Z | Compiling opaque-debug v0.3.1 |
| 3101 | 2026-03-18T18:09:29.559Z | Compiling num_enum_derive v0.5.11 |
| 3102 | 2026-03-18T18:09:29.602Z | Compiling tokio-rustls v0.25.0 |
| 3103 | 2026-03-18T18:09:29.627Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3104 | 2026-03-18T18:09:29.681Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3105 | 2026-03-18T18:09:29.737Z | Compiling rand v0.10.0 |
| 3106 | 2026-03-18T18:09:29.770Z | Compiling typify-impl v0.6.1 |
| 3107 | 2026-03-18T18:09:29.809Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3108 | 2026-03-18T18:09:30.029Z | Compiling half v2.7.1 |
| 3109 | 2026-03-18T18:09:30.096Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3110 | 2026-03-18T18:09:30.383Z | Compiling ciborium-io v0.2.2 |
| 3111 | 2026-03-18T18:09:30.411Z | Compiling camino-tempfile v1.4.1 |
| 3112 | 2026-03-18T18:09:30.492Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3113 | 2026-03-18T18:09:30.537Z | Compiling ciborium-ll v0.2.2 |
| 3114 | 2026-03-18T18:09:30.680Z | Compiling test-strategy v0.4.5 |
| 3115 | 2026-03-18T18:09:30.684Z | Compiling parse-display v0.10.0 |
| 3116 | 2026-03-18T18:09:30.741Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3117 | 2026-03-18T18:09:30.768Z | Compiling num_enum v0.7.5 |
| 3118 | 2026-03-18T18:09:30.768Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3119 | 2026-03-18T18:09:30.795Z | Compiling ciborium v0.2.2 |
| 3120 | 2026-03-18T18:09:30.883Z | Compiling smf v0.2.3 |
| 3121 | 2026-03-18T18:09:30.930Z | Compiling aead v0.5.2 |
| 3122 | 2026-03-18T18:09:30.961Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3123 | 2026-03-18T18:09:30.990Z | Compiling num-derive v0.4.2 |
| 3124 | 2026-03-18T18:09:31.050Z | Compiling sigpipe v0.1.3 |
| 3125 | 2026-03-18T18:09:31.081Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3126 | 2026-03-18T18:09:31.111Z | Compiling num_enum v0.5.11 |
| 3127 | 2026-03-18T18:09:31.157Z | Compiling glob v0.3.3 |
| 3128 | 2026-03-18T18:09:31.221Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3129 | 2026-03-18T18:09:31.258Z | Compiling poly1305 v0.8.0 |
| 3130 | 2026-03-18T18:09:31.301Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3131 | 2026-03-18T18:09:31.377Z | Compiling chacha20 v0.9.1 |
| 3132 | 2026-03-18T18:09:31.673Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3133 | 2026-03-18T18:09:31.699Z | Compiling whoami v1.6.1 |
| 3134 | 2026-03-18T18:09:31.730Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3135 | 2026-03-18T18:09:31.758Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3136 | 2026-03-18T18:09:31.758Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3137 | 2026-03-18T18:09:31.808Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3138 | 2026-03-18T18:09:31.929Z | Compiling num-rational v0.4.2 |
| 3139 | 2026-03-18T18:09:31.990Z | Compiling password-hash v0.5.0 |
| 3140 | 2026-03-18T18:09:32.126Z | Compiling blake2 v0.10.6 |
| 3141 | 2026-03-18T18:09:32.245Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3142 | 2026-03-18T18:09:32.272Z | Compiling num-complex v0.4.6 |
| 3143 | 2026-03-18T18:09:32.321Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3144 | 2026-03-18T18:09:32.427Z | Compiling indent_write v2.2.0 |
| 3145 | 2026-03-18T18:09:32.454Z | Compiling ingot-types v0.1.2 |
| 3146 | 2026-03-18T18:09:32.512Z | Compiling prettyplease v0.2.37 |
| 3147 | 2026-03-18T18:09:32.585Z | Compiling argon2 v0.5.3 |
| 3148 | 2026-03-18T18:09:32.641Z | Compiling chacha20poly1305 v0.10.1 |
| 3149 | 2026-03-18T18:09:32.853Z | Compiling num v0.4.3 |
| 3150 | 2026-03-18T18:09:32.882Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3151 | 2026-03-18T18:09:32.888Z | Compiling float-ord v0.3.2 |
| 3152 | 2026-03-18T18:09:32.888Z | Compiling gethostname v0.5.0 |
| 3153 | 2026-03-18T18:09:32.958Z | Compiling usdt-macro v0.5.0 |
| 3154 | 2026-03-18T18:09:32.958Z | Compiling usdt-attr-macro v0.5.0 |
| 3155 | 2026-03-18T18:09:32.985Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3156 | 2026-03-18T18:09:33.065Z | Compiling ingot v0.1.1 |
| 3157 | 2026-03-18T18:09:33.068Z | Compiling derive-where v1.6.0 |
| 3158 | 2026-03-18T18:09:33.121Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3159 | 2026-03-18T18:09:33.124Z | Compiling memmap v0.7.0 |
| 3160 | 2026-03-18T18:09:33.349Z | Compiling typify-impl v0.4.3 |
| 3161 | 2026-03-18T18:09:33.434Z | Compiling atomicwrites v0.4.4 |
| 3162 | 2026-03-18T18:09:33.460Z | Compiling thiserror-no-std v2.0.2 |
| 3163 | 2026-03-18T18:09:33.510Z | Compiling cancel-safe-futures v0.1.5 |
| 3164 | 2026-03-18T18:09:33.606Z | Compiling vsss-rs v3.3.4 |
| 3165 | 2026-03-18T18:09:33.677Z | Compiling owo-colors v4.3.0 |
| 3166 | 2026-03-18T18:09:33.718Z | Compiling libsw-core v0.3.2 |
| 3167 | 2026-03-18T18:09:33.855Z | Compiling async-recursion v1.1.1 |
| 3168 | 2026-03-18T18:09:33.981Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3169 | 2026-03-18T18:09:34.007Z | Compiling resolv-conf v0.7.6 |
| 3170 | 2026-03-18T18:09:34.112Z | Compiling usdt v0.5.0 |
| 3171 | 2026-03-18T18:09:34.157Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3172 | 2026-03-18T18:09:34.360Z | Compiling libsw v3.5.0 |
| 3173 | 2026-03-18T18:09:34.522Z | Compiling libefi-sys v0.1.0 |
| 3174 | 2026-03-18T18:09:34.626Z | Compiling linear-map v1.2.0 |
| 3175 | 2026-03-18T18:09:34.654Z | Compiling newline-converter v0.3.0 |
| 3176 | 2026-03-18T18:09:34.721Z | Compiling hickory-proto v0.24.4 |
| 3177 | 2026-03-18T18:09:34.818Z | Compiling console v0.15.11 |
| 3178 | 2026-03-18T18:09:34.900Z | Compiling bitfield-struct v0.6.2 |
| 3179 | 2026-03-18T18:09:34.903Z | Compiling linked-hash-map v0.5.6 |
| 3180 | 2026-03-18T18:09:34.952Z | Compiling semver v0.1.20 |
| 3181 | 2026-03-18T18:09:34.982Z | Compiling pin-project-internal v1.1.11 |
| 3182 | 2026-03-18T18:09:34.986Z | Compiling slog-dtrace v0.3.0 |
| 3183 | 2026-03-18T18:09:35.080Z | Compiling minimal-lexical v0.2.1 |
| 3184 | 2026-03-18T18:09:35.184Z | Compiling lru-cache v0.1.2 |
| 3185 | 2026-03-18T18:09:35.262Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3186 | 2026-03-18T18:09:35.317Z | Compiling expectorate v1.2.0 |
| 3187 | 2026-03-18T18:09:35.381Z | Compiling rustc_version v0.1.7 |
| 3188 | 2026-03-18T18:09:35.385Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3189 | 2026-03-18T18:09:35.432Z | Compiling nom v7.1.3 |
| 3190 | 2026-03-18T18:09:35.537Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3191 | 2026-03-18T18:09:35.562Z | Compiling tokio-dtrace v0.1.1 |
| 3192 | 2026-03-18T18:09:35.565Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3193 | 2026-03-18T18:09:35.690Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3194 | 2026-03-18T18:09:35.730Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3195 | 2026-03-18T18:09:35.846Z | Compiling newtype_derive v0.1.6 |
| 3196 | 2026-03-18T18:09:35.874Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-03-18T18:09:35.930Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3198 | 2026-03-18T18:09:35.957Z | Compiling phf_shared v0.12.1 |
| 3199 | 2026-03-18T18:09:36.032Z | Compiling pem v3.0.6 |
| 3200 | 2026-03-18T18:09:36.135Z | Compiling snafu-derive v0.8.9 |
| 3201 | 2026-03-18T18:09:36.244Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-03-18T18:09:36.328Z | Compiling csv-core v0.1.13 |
| 3203 | 2026-03-18T18:09:36.357Z | Compiling xshell-macros v0.2.7 |
| 3204 | 2026-03-18T18:09:36.421Z | Compiling same-file v1.0.6 |
| 3205 | 2026-03-18T18:09:36.540Z | Compiling highway v1.3.0 |
| 3206 | 2026-03-18T18:09:36.565Z | Compiling typify-macro v0.6.1 |
| 3207 | 2026-03-18T18:09:36.682Z | Compiling chrono-tz v0.10.4 |
| 3208 | 2026-03-18T18:09:36.710Z | Compiling pin-project v1.1.11 |
| 3209 | 2026-03-18T18:09:36.735Z | Compiling const_format_proc_macros v0.2.34 |
| 3210 | 2026-03-18T18:09:36.819Z | Compiling walkdir v2.5.0 |
| 3211 | 2026-03-18T18:09:36.875Z | Compiling csv v1.4.0 |
| 3212 | 2026-03-18T18:09:36.916Z | Compiling xshell v0.2.7 |
| 3213 | 2026-03-18T18:09:37.132Z | Compiling phf v0.12.1 |
| 3214 | 2026-03-18T18:09:37.338Z | Compiling oxide-tokio-rt v0.1.3 |
| 3215 | 2026-03-18T18:09:37.395Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3216 | 2026-03-18T18:09:37.425Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3217 | 2026-03-18T18:09:37.561Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3218 | 2026-03-18T18:09:37.651Z | Compiling globset v0.4.18 |
| 3219 | 2026-03-18T18:09:37.677Z | Compiling olpc-cjson v0.1.4 |
| 3220 | 2026-03-18T18:09:37.680Z | Compiling primeorder v0.13.6 |
| 3221 | 2026-03-18T18:09:37.749Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3222 | 2026-03-18T18:09:37.823Z | Compiling hickory-resolver v0.24.4 |
| 3223 | 2026-03-18T18:09:37.826Z | Compiling serde_plain v1.0.2 |
| 3224 | 2026-03-18T18:09:37.913Z | Compiling typed-path v0.9.3 |
| 3225 | 2026-03-18T18:09:37.939Z | Compiling base64 v0.21.7 |
| 3226 | 2026-03-18T18:09:38.096Z | Compiling const_format v0.2.35 |
| 3227 | 2026-03-18T18:09:38.151Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3228 | 2026-03-18T18:09:38.318Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3229 | 2026-03-18T18:09:38.415Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3230 | 2026-03-18T18:09:38.566Z | Compiling tabled_derive v0.7.0 |
| 3231 | 2026-03-18T18:09:38.645Z | Compiling bcs v0.1.6 |
| 3232 | 2026-03-18T18:09:38.935Z | Compiling snafu v0.8.9 |
| 3233 | 2026-03-18T18:09:39.071Z | Compiling typify v0.6.1 |
| 3234 | 2026-03-18T18:09:39.110Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3235 | 2026-03-18T18:09:39.137Z | Compiling radium v0.7.0 |
| 3236 | 2026-03-18T18:09:39.243Z | Compiling progenitor-impl v0.13.0 |
| 3237 | 2026-03-18T18:09:39.323Z | Compiling qorb v0.4.1 |
| 3238 | 2026-03-18T18:09:39.364Z | Compiling tough v0.20.0 |
| 3239 | 2026-03-18T18:09:39.428Z | Compiling termtree v0.5.1 |
| 3240 | 2026-03-18T18:09:39.463Z | Compiling salty v0.3.0 |
| 3241 | 2026-03-18T18:09:39.514Z | Compiling textwrap v0.16.2 |
| 3242 | 2026-03-18T18:09:39.695Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3243 | 2026-03-18T18:09:39.754Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3244 | 2026-03-18T18:09:39.834Z | Compiling steno v0.4.1 |
| 3245 | 2026-03-18T18:09:39.972Z | Compiling tabled v0.15.0 |
| 3246 | 2026-03-18T18:09:40.017Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3247 | 2026-03-18T18:09:40.079Z | Compiling utf-8 v0.7.6 |
| 3248 | 2026-03-18T18:09:40.105Z | Compiling typify-macro v0.4.3 |
| 3249 | 2026-03-18T18:09:40.133Z | Compiling tap v1.0.1 |
| 3250 | 2026-03-18T18:09:40.221Z | Compiling humantime v2.3.0 |
| 3251 | 2026-03-18T18:09:40.265Z | Compiling maybe-uninit v2.0.0 |
| 3252 | 2026-03-18T18:09:40.317Z | Compiling wyz v0.5.1 |
| 3253 | 2026-03-18T18:09:40.355Z | Compiling tungstenite v0.21.0 |
| 3254 | 2026-03-18T18:09:40.633Z | Compiling p384 v0.13.1 |
| 3255 | 2026-03-18T18:09:40.636Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3256 | 2026-03-18T18:09:40.763Z | Compiling arc-swap v1.8.2 |
| 3257 | 2026-03-18T18:09:40.902Z | Compiling funty v2.0.0 |
| 3258 | 2026-03-18T18:09:41.080Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3259 | 2026-03-18T18:09:41.210Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3260 | 2026-03-18T18:09:41.477Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3261 | 2026-03-18T18:09:41.620Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3262 | 2026-03-18T18:09:41.860Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3263 | 2026-03-18T18:09:41.909Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3264 | 2026-03-18T18:09:42.123Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3265 | 2026-03-18T18:09:42.275Z | Compiling packed_struct v0.10.1 |
| 3266 | 2026-03-18T18:09:42.516Z | Compiling tagptr v0.2.0 |
| 3267 | 2026-03-18T18:09:42.551Z | Compiling typify v0.4.3 |
| 3268 | 2026-03-18T18:09:42.687Z | Compiling progenitor-impl v0.10.0 |
| 3269 | 2026-03-18T18:09:42.716Z | Compiling moka v0.12.13 |
| 3270 | 2026-03-18T18:09:42.742Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3271 | 2026-03-18T18:09:42.768Z | Compiling bitvec v1.0.1 |
| 3272 | 2026-03-18T18:09:43.211Z | Compiling progenitor-macro v0.13.0 |
| 3273 | 2026-03-18T18:09:43.306Z | Compiling slog-scope v4.4.1 |
| 3274 | 2026-03-18T18:09:43.453Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3275 | 2026-03-18T18:09:43.512Z | Compiling tokio-tungstenite v0.21.0 |
| 3276 | 2026-03-18T18:09:43.674Z | Compiling polyval v0.6.2 |
| 3277 | 2026-03-18T18:09:43.703Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3278 | 2026-03-18T18:09:43.785Z | Compiling packed_struct_codegen v0.10.1 |
| 3279 | 2026-03-18T18:09:43.835Z | Compiling bitfield-macros v0.19.4 |
| 3280 | 2026-03-18T18:09:43.964Z | Compiling zerocopy-derive v0.6.6 |
| 3281 | 2026-03-18T18:09:43.988Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3282 | 2026-03-18T18:09:44.018Z | Compiling indexmap v1.9.3 |
| 3283 | 2026-03-18T18:09:44.190Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3284 | 2026-03-18T18:09:44.310Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3285 | 2026-03-18T18:09:44.341Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3286 | 2026-03-18T18:09:44.545Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3287 | 2026-03-18T18:09:44.847Z | Compiling nodrop v0.1.14 |
| 3288 | 2026-03-18T18:09:44.895Z | Compiling crc-catalog v2.4.0 |
| 3289 | 2026-03-18T18:09:44.898Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3290 | 2026-03-18T18:09:45.030Z | Compiling parking_lot_core v0.8.6 |
| 3291 | 2026-03-18T18:09:45.065Z | Compiling crc v3.4.0 |
| 3292 | 2026-03-18T18:09:45.154Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3293 | 2026-03-18T18:09:45.211Z | Compiling zerocopy v0.6.6 |
| 3294 | 2026-03-18T18:09:45.278Z | Compiling array-init v0.0.4 |
| 3295 | 2026-03-18T18:09:45.385Z | Compiling bitfield v0.19.4 |
| 3296 | 2026-03-18T18:09:45.456Z | Compiling proc-macro-error2 v2.0.1 |
| 3297 | 2026-03-18T18:09:45.682Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3298 | 2026-03-18T18:09:45.731Z | Compiling ghash v0.5.1 |
| 3299 | 2026-03-18T18:09:45.849Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3300 | 2026-03-18T18:09:45.876Z | Compiling hickory-resolver v0.25.2 |
| 3301 | 2026-03-18T18:09:45.932Z | Compiling smallvec v0.6.14 |
| 3302 | 2026-03-18T18:09:45.957Z | Compiling slog-stdlog v4.1.1 |
| 3303 | 2026-03-18T18:09:46.263Z | Compiling git-stub v1.0.0 |
| 3304 | 2026-03-18T18:09:46.287Z | Compiling num-derive v0.3.3 |
| 3305 | 2026-03-18T18:09:46.364Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3306 | 2026-03-18T18:09:46.531Z | Compiling progenitor-macro v0.10.0 |
| 3307 | 2026-03-18T18:09:46.566Z | Compiling ctr v0.9.2 |
| 3308 | 2026-03-18T18:09:46.664Z | Compiling lzma-sys v0.1.20 |
| 3309 | 2026-03-18T18:09:46.750Z | Compiling unicase v2.9.0 |
| 3310 | 2026-03-18T18:09:46.867Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3311 | 2026-03-18T18:09:46.934Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3312 | 2026-03-18T18:09:46.962Z | Compiling hashbrown v0.12.3 |
| 3313 | 2026-03-18T18:09:47.012Z | Compiling aes-gcm v0.10.3 |
| 3314 | 2026-03-18T18:09:47.063Z | Compiling mime_guess v2.0.5 |
| 3315 | 2026-03-18T18:09:47.089Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3316 | 2026-03-18T18:09:47.275Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3317 | 2026-03-18T18:09:47.303Z | Compiling git-stub-vcs v0.1.0 |
| 3318 | 2026-03-18T18:09:47.306Z | Compiling serde-hex v0.1.0 |
| 3319 | 2026-03-18T18:09:47.351Z | Compiling slog-envlogger v2.2.0 |
| 3320 | 2026-03-18T18:09:47.351Z | Compiling tabled_derive v0.11.0 |
| 3321 | 2026-03-18T18:09:47.542Z | Compiling libscf-sys v1.1.0 |
| 3322 | 2026-03-18T18:09:47.656Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3323 | 2026-03-18T18:09:47.817Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-03-18T18:09:48.101Z | Compiling progenitor-impl v0.11.2 |
| 3325 | 2026-03-18T18:09:48.181Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-03-18T18:09:48.218Z | Compiling ron v0.8.1 |
| 3327 | 2026-03-18T18:09:48.270Z | Compiling papergrid v0.17.0 |
| 3328 | 2026-03-18T18:09:48.323Z | Compiling cargo_toml v0.22.3 |
| 3329 | 2026-03-18T18:09:48.613Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3330 | 2026-03-18T18:09:48.938Z | Compiling hashbrown v0.13.2 |
| 3331 | 2026-03-18T18:09:49.063Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3332 | 2026-03-18T18:09:49.374Z | Compiling testing_table v0.3.0 |
| 3333 | 2026-03-18T18:09:49.561Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3334 | 2026-03-18T18:09:49.620Z | Compiling blowfish v0.9.1 |
| 3335 | 2026-03-18T18:09:49.649Z | Compiling ssh-encoding v0.2.0 |
| 3336 | 2026-03-18T18:09:49.674Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3337 | 2026-03-18T18:09:49.797Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3338 | 2026-03-18T18:09:49.914Z | Compiling nibble_vec v0.1.0 |
| 3339 | 2026-03-18T18:09:50.038Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3340 | 2026-03-18T18:09:50.079Z | Compiling endian-type v0.1.2 |
| 3341 | 2026-03-18T18:09:50.122Z | Compiling crc-any v2.5.0 |
| 3342 | 2026-03-18T18:09:50.148Z | Compiling corncobs v0.1.4 |
| 3343 | 2026-03-18T18:09:50.279Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3344 | 2026-03-18T18:09:50.306Z | Compiling radix_trie v0.2.1 |
| 3345 | 2026-03-18T18:09:50.377Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-03-18T18:09:50.412Z | Compiling ssh-cipher v0.2.0 |
| 3347 | 2026-03-18T18:09:50.533Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3348 | 2026-03-18T18:09:50.562Z | Compiling tabled v0.20.0 |
| 3349 | 2026-03-18T18:09:50.601Z | Compiling progenitor v0.13.0 |
| 3350 | 2026-03-18T18:09:50.719Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3351 | 2026-03-18T18:09:50.778Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3352 | 2026-03-18T18:09:50.805Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3353 | 2026-03-18T18:09:50.833Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3354 | 2026-03-18T18:09:50.972Z | Compiling object v0.30.4 |
| 3355 | 2026-03-18T18:09:51.006Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-03-18T18:09:51.287Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3357 | 2026-03-18T18:09:51.456Z | Compiling parking_lot v0.11.2 |
| 3358 | 2026-03-18T18:09:51.519Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3359 | 2026-03-18T18:09:51.545Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3360 | 2026-03-18T18:09:51.924Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3361 | 2026-03-18T18:09:51.994Z | Compiling progenitor-macro v0.11.2 |
| 3362 | 2026-03-18T18:09:52.075Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3363 | 2026-03-18T18:09:52.438Z | Compiling progenitor-client v0.11.2 |
| 3364 | 2026-03-18T18:09:52.497Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3365 | 2026-03-18T18:09:52.598Z | Compiling prefix-trie v0.7.0 |
| 3366 | 2026-03-18T18:09:52.656Z | Compiling password-hash v0.4.2 |
| 3367 | 2026-03-18T18:09:52.690Z | Compiling fxhash v0.2.1 |
| 3368 | 2026-03-18T18:09:52.887Z | Compiling secrecy v0.8.0 |
| 3369 | 2026-03-18T18:09:52.911Z | Compiling http-range v0.1.5 |
| 3370 | 2026-03-18T18:09:53.111Z | Compiling half v1.8.3 |
| 3371 | 2026-03-18T18:09:53.172Z | Compiling path-slash v0.1.5 |
| 3372 | 2026-03-18T18:09:53.198Z | Compiling hickory-server v0.25.2 |
| 3373 | 2026-03-18T18:09:53.390Z | Compiling pbkdf2 v0.11.0 |
| 3374 | 2026-03-18T18:09:53.434Z | Compiling serde_cbor v0.11.2 |
| 3375 | 2026-03-18T18:09:53.518Z | Compiling sled v0.34.7 |
| 3376 | 2026-03-18T18:09:53.800Z | Compiling ron v0.12.0 |
| 3377 | 2026-03-18T18:09:53.844Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3378 | 2026-03-18T18:09:53.877Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3379 | 2026-03-18T18:09:54.111Z | Compiling progenitor v0.10.0 |
| 3380 | 2026-03-18T18:09:54.301Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3381 | 2026-03-18T18:09:54.337Z | Compiling xz2 v0.1.7 |
| 3382 | 2026-03-18T18:09:54.684Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3383 | 2026-03-18T18:09:55.079Z | Compiling ssh-key v0.6.7 |
| 3384 | 2026-03-18T18:09:55.224Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3385 | 2026-03-18T18:09:55.479Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3386 | 2026-03-18T18:09:55.505Z | Compiling hickory-client v0.25.2 |
| 3387 | 2026-03-18T18:09:55.841Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3388 | 2026-03-18T18:09:55.963Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3389 | 2026-03-18T18:09:56.069Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3390 | 2026-03-18T18:09:56.321Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3391 | 2026-03-18T18:09:56.577Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3392 | 2026-03-18T18:09:56.711Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3393 | 2026-03-18T18:09:56.893Z | Compiling p256 v0.13.2 |
| 3394 | 2026-03-18T18:09:57.374Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3395 | 2026-03-18T18:09:57.453Z | Compiling p521 v0.13.3 |
| 3396 | 2026-03-18T18:09:57.481Z | Compiling yasna v0.5.2 |
| 3397 | 2026-03-18T18:09:57.518Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-03-18T18:09:57.544Z | Compiling headers-core v0.3.0 |
| 3399 | 2026-03-18T18:09:57.735Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-03-18T18:09:57.959Z | Compiling russh-cryptovec v0.7.3 |
| 3401 | 2026-03-18T18:09:58.171Z | Compiling atty v0.2.14 |
| 3402 | 2026-03-18T18:09:58.202Z | Compiling crc8 v0.1.1 |
| 3403 | 2026-03-18T18:09:58.248Z | Compiling base16ct v1.0.0 |
| 3404 | 2026-03-18T18:09:58.353Z | Compiling md5 v0.7.0 |
| 3405 | 2026-03-18T18:09:58.391Z | Compiling home v0.5.12 |
| 3406 | 2026-03-18T18:09:58.528Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3407 | 2026-03-18T18:09:58.586Z | Compiling russh-keys v0.45.0 |
| 3408 | 2026-03-18T18:09:58.613Z | Compiling rcgen v0.12.1 |
| 3409 | 2026-03-18T18:09:58.727Z | Compiling flume v0.11.1 |
| 3410 | 2026-03-18T18:09:58.731Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3411 | 2026-03-18T18:09:58.783Z | Compiling headers v0.4.1 |
| 3412 | 2026-03-18T18:09:58.836Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3413 | 2026-03-18T18:09:58.864Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3414 | 2026-03-18T18:09:58.895Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3415 | 2026-03-18T18:09:59.198Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3416 | 2026-03-18T18:09:59.313Z | Compiling progenitor v0.11.2 |
| 3417 | 2026-03-18T18:09:59.390Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3418 | 2026-03-18T18:09:59.538Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3419 | 2026-03-18T18:09:59.746Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2026-03-18T18:09:59.806Z | Compiling hyper-staticfile v0.10.1 |
| 3421 | 2026-03-18T18:09:59.878Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3422 | 2026-03-18T18:09:59.929Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3423 | 2026-03-18T18:10:00.283Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3424 | 2026-03-18T18:10:00.437Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3425 | 2026-03-18T18:10:00.548Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3426 | 2026-03-18T18:10:00.576Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3427 | 2026-03-18T18:10:00.868Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3428 | 2026-03-18T18:10:00.900Z | Compiling num-bigint v0.4.6 |
| 3429 | 2026-03-18T18:10:00.981Z | Compiling des v0.8.1 |
| 3430 | 2026-03-18T18:10:01.007Z | Compiling subprocess v0.2.15 |
| 3431 | 2026-03-18T18:10:01.044Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3432 | 2026-03-18T18:10:01.277Z | Compiling hex-literal v0.4.1 |
| 3433 | 2026-03-18T18:10:01.451Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3434 | 2026-03-18T18:10:01.475Z | Compiling display-error-chain v0.2.2 |
| 3435 | 2026-03-18T18:10:01.627Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3436 | 2026-03-18T18:10:01.684Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3437 | 2026-03-18T18:10:01.819Z | Compiling colored v2.2.0 |
| 3438 | 2026-03-18T18:10:01.847Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3439 | 2026-03-18T18:10:02.087Z | Compiling socket2 v0.5.10 |
| 3440 | 2026-03-18T18:10:02.183Z | Compiling internet-checksum v0.2.1 |
| 3441 | 2026-03-18T18:10:02.715Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3442 | 2026-03-18T18:10:02.788Z | Compiling russh v0.45.0 |
| 3443 | 2026-03-18T18:10:03.605Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3444 | 2026-03-18T18:10:10.093Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3445 | 2026-03-18T18:10:20.362Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3446 | 2026-03-18T18:10:20.363Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3447 | 2026-03-18T18:10:20.366Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3448 | 2026-03-18T18:10:20.366Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3449 | 2026-03-18T18:10:22.629Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3450 | 2026-03-18T18:10:22.702Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3451 | 2026-03-18T18:10:28.626Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3452 | 2026-03-18T18:10:59.056Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3453 | 2026-03-18T18:11:23.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
| 3454 | 2026-03-18T18:11:23.561Z | |
| 3455 | 2026-03-18T18:11:23.565Z | real 1:58.737198189 |
| 3456 | 2026-03-18T18:11:23.565Z | user 11:41.399463597 |
| 3457 | 2026-03-18T18:11:23.565Z | sys 2:04.491947686 |
| 3458 | 2026-03-18T18:11:23.565Z | trap 0.365712613 |
| 3459 | 2026-03-18T18:11:23.565Z | tflt 0.489460173 |
| 3460 | 2026-03-18T18:11:23.565Z | dflt 1.632283481 |
| 3461 | 2026-03-18T18:11:23.565Z | kflt 0.000328439 |
| 3462 | 2026-03-18T18:11:23.565Z | lock 40:35.802165771 |
| 3463 | 2026-03-18T18:11:23.565Z | slp 26:14.623065227 |
| 3464 | 2026-03-18T18:11:23.565Z | lat 46.156708475 |
| 3465 | 2026-03-18T18:11:23.565Z | stop 4:00.359306572 |
| 3466 | 2026-03-18T18:11:23.565Z | + mkdir tests |
| 3467 | 2026-03-18T18:11:23.569Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3468 | 2026-03-18T18:11:23.569Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3469 | 2026-03-18T18:11:23.602Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/ |
| 3470 | 2026-03-18T18:11:23.635Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/ |
| 3471 | 2026-03-18T18:11:23.672Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/ |
| 3472 | 2026-03-18T18:11:23.704Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/ |
| 3473 | 2026-03-18T18:11:24.060Z | + 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/*) |
| 3474 | 2026-03-18T18:11:24.064Z | + 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3475 | 2026-03-18T18:13:03.635Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3476 | 2026-03-18T18:13:03.635Z | a .github/buildomat/ci-env.sh 1K |
| 3477 | 2026-03-18T18:13:03.635Z | a out/target/test 1K |
| 3478 | 2026-03-18T18:13:03.635Z | a out/npuzone/npuzone 27402K |
| 3479 | 2026-03-18T18:13:03.635Z | a package-manifest.toml 35K |
| 3480 | 2026-03-18T18:13:03.635Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3481 | 2026-03-18T18:13:03.635Z | a target/release/omicron-package 40561K |
| 3482 | 2026-03-18T18:13:03.635Z | a target/release/xtask 11433K |
| 3483 | 2026-03-18T18:13:03.635Z | a target/debug/bootstrap 335395K |
| 3484 | 2026-03-18T18:13:03.635Z | a tests/bootstrap-e6f8ef4052bfb0c2 31310K |
| 3485 | 2026-03-18T18:13:03.635Z | a tests/commtest-24d786529c44a77c 32395K |
| 3486 | 2026-03-18T18:13:03.635Z | a tests/dhcp_server-58b78f45b9570bbf 31310K |
| 3487 | 2026-03-18T18:13:03.635Z | a tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K |
| 3488 | 2026-03-18T18:13:03.635Z | a out/clickhouse.tar.gz 301709K |
| 3489 | 2026-03-18T18:13:03.635Z | a out/clickhouse_keeper.tar.gz 287173K |
| 3490 | 2026-03-18T18:13:03.635Z | a out/clickhouse_server.tar.gz 301708K |
| 3491 | 2026-03-18T18:13:03.635Z | a out/cockroachdb.tar.gz 156534K |
| 3492 | 2026-03-18T18:13:03.635Z | a out/crucible-pantry-zone.tar.gz 38990K |
| 3493 | 2026-03-18T18:13:03.635Z | a out/crucible-utils.tar 17744K |
| 3494 | 2026-03-18T18:13:03.635Z | a out/crucible-zone.tar.gz 53128K |
| 3495 | 2026-03-18T18:13:03.635Z | a out/external-dns.tar.gz 43604K |
| 3496 | 2026-03-18T18:13:03.635Z | a out/internal-dns.tar.gz 43604K |
| 3497 | 2026-03-18T18:13:03.635Z | a out/mg-ddm-gz.tar 78377K |
| 3498 | 2026-03-18T18:13:03.635Z | a out/nexus.tar.gz 209045K |
| 3499 | 2026-03-18T18:13:03.635Z | a out/ntp.tar.gz 25418K |
| 3500 | 2026-03-18T18:13:03.635Z | a out/omicron-gateway-softnpu.tar.gz 28226K |
| 3501 | 2026-03-18T18:13:03.635Z | a out/omicron-sled-agent.tar 186543K |
| 3502 | 2026-03-18T18:13:03.635Z | a out/overlay.tar.gz 3K |
| 3503 | 2026-03-18T18:13:03.635Z | a out/oximeter.tar.gz 57439K |
| 3504 | 2026-03-18T18:13:03.635Z | a out/oxlog.tar 3782K |
| 3505 | 2026-03-18T18:13:03.636Z | a out/probe.tar.gz 3037K |
| 3506 | 2026-03-18T18:13:03.636Z | a out/propolis-server.tar.gz 74633K |
| 3507 | 2026-03-18T18:13:03.636Z | a out/pumpkind-gz.tar 26647K |
| 3508 | 2026-03-18T18:13:03.636Z | a out/switch-softnpu.tar.gz 367871K |
| 3509 | 2026-03-18T18:13:03.640Z | |
| 3510 | 2026-03-18T18:13:03.640Z | real 1:39.591330935 |
| 3511 | 2026-03-18T18:13:03.640Z | user 1:36.588354472 |
| 3512 | 2026-03-18T18:13:03.640Z | sys 6.244334264 |
| 3513 | 2026-03-18T18:13:03.640Z | trap 0.006878726 |
| 3514 | 2026-03-18T18:13:03.640Z | tflt 0.000000000 |
| 3515 | 2026-03-18T18:13:03.640Z | dflt 0.000000000 |
| 3516 | 2026-03-18T18:13:03.640Z | kflt 0.000000000 |
| 3517 | 2026-03-18T18:13:03.640Z | lock 0.000000000 |
| 3518 | 2026-03-18T18:13:03.640Z | slp 1:35.727362693 |
| 3519 | 2026-03-18T18:13:03.640Z | lat 0.610722226 |
| 3520 | 2026-03-18T18:13:03.640Z | stop 0.000543911 |
| 3521 | 2026-03-18T18:13:03.640Z | process exited: duration 1282539 ms, exit code 0 |
| |
| 3522 | 2026-03-18T18:13:03.659Z | found 1 output files |
| 3523 | 2026-03-18T18:13:03.660Z | uploading: /work/package.tar.gz (2319744796 bytes) |
| 3524 | 2026-03-18T18:13:31.392Z | uploaded: /work/package.tar.gz |