|
|
|
| 1 | 2026-03-18T17:42:24.263Z | job assigned to worker 01KM10JXWNY54B5GR3FEDZQ0HF [factory aws, i-0078d58bad44ad6c8] (queued for 1 m 22 s) |
| |
| 2 | 2026-03-18T17:42:33.200Z | starting task 0: "setup" |
| 3 | 2026-03-18T17:42:33.205Z | ++ uname -s |
| 4 | 2026-03-18T17:42:33.209Z | + kern=SunOS |
| 5 | 2026-03-18T17:42:33.209Z | + build_user=build |
| 6 | 2026-03-18T17:42:33.209Z | + build_uid=12345 |
| 7 | 2026-03-18T17:42:33.209Z | + work_dir=/work |
| 8 | 2026-03-18T17:42:33.209Z | + input_dir=/input |
| 9 | 2026-03-18T17:42:33.209Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T17:42:33.209Z | + case "$kern" in |
| 11 | 2026-03-18T17:42:33.209Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T17:42:33.212Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T17:42:35.219Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T17:42:35.298Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T17:42:35.301Z | + home_fs=zfs |
| 16 | 2026-03-18T17:42:35.301Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T17:42:35.301Z | + mkdir -p /home/build |
| 18 | 2026-03-18T17:42:35.304Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T17:42:37.305Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T17:42:37.308Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-03-18T17:42:37.314Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T17:42:37.320Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-18T17:42:37.320Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-18T17:42:37.320Z | * rust toolchain profile = "default" |
| 25 | 2026-03-18T17:42:37.323Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-18T17:42:37.323Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-18T17:42:37.323Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-18T17:42:37.323Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T17:42:37.323Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-18T17:42:37.417Z | info: downloading installer |
| 31 | 2026-03-18T17:42:39.095Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-18T17:42:39.095Z | warn: /opt/ooce/bin |
| 33 | 2026-03-18T17:42:39.096Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-18T17:42:39.096Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-18T17:42:39.096Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-18T17:42:39.096Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-18T17:42:39.096Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-18T17:42:39.096Z | error: cannot install while Rust is installed |
| 39 | 2026-03-18T17:42:39.096Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-18T17:42:39.096Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-18T17:42:39.096Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-18T17:42:39.096Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-18T17:42:39.096Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-18T17:42:39.108Z | info: profile set to default |
| 45 | 2026-03-18T17:42:39.108Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-18T17:42:39.111Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-18T17:42:39.255Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-18T17:42:39.258Z | info: downloading 6 components |
| 49 | 2026-03-18T17:42:55.939Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-18T17:42:55.939Z | |
| 51 | 2026-03-18T17:42:55.974Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-18T17:42:55.974Z | |
| 53 | 2026-03-18T17:42:55.977Z | |
| 54 | 2026-03-18T17:42:55.977Z | Rust is installed now. Great! |
| 55 | 2026-03-18T17:42:55.977Z | |
| 56 | 2026-03-18T17:42:55.977Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-18T17:42:55.977Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-18T17:42:55.977Z | |
| 59 | 2026-03-18T17:42:55.977Z | To configure your current shell, you need to source |
| 60 | 2026-03-18T17:42:55.977Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-18T17:42:55.977Z | |
| 62 | 2026-03-18T17:42:55.977Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-18T17:42:55.977Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-18T17:42:55.977Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-18T17:42:55.977Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-18T17:42:55.977Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-18T17:42:55.977Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-18T17:42:55.977Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-18T17:42:55.977Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-18T17:42:55.977Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-18T17:42:56.085Z | + rustup --version |
| 72 | 2026-03-18T17:42:56.092Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-18T17:42:56.095Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-18T17:42:56.118Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-18T17:42:56.122Z | + cargo --version |
| 76 | 2026-03-18T17:42:56.133Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-18T17:42:56.136Z | + rustc --version |
| 78 | 2026-03-18T17:42:56.161Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-18T17:42:56.165Z | process exited: duration 18848 ms, exit code 0 |
| |
| 80 | 2026-03-18T17:42:56.171Z | starting task 2: "authentication" |
| 81 | 2026-03-18T17:42:56.191Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-18T17:42:56.197Z | starting task 3: "clone repository" |
| 83 | 2026-03-18T17:42:56.202Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-18T17:42:56.205Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-18T17:42:56.243Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-18T17:44:26.865Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-18T17:44:26.874Z | + git fetch origin d8b388c28b73a719b38ce019594eacea1c945e8e |
| 88 | 2026-03-18T17:44:27.235Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-18T17:44:27.235Z | * branch d8b388c28b73a719b38ce019594eacea1c945e8e -> FETCH_HEAD |
| 90 | 2026-03-18T17:44:27.248Z | + [[ -n iliana/bump-cockroach ]] |
| 91 | 2026-03-18T17:44:27.251Z | ++ git branch --show-current |
| 92 | 2026-03-18T17:44:27.254Z | + current=main |
| 93 | 2026-03-18T17:44:27.254Z | + [[ main != iliana/bump-cockroach ]] |
| 94 | 2026-03-18T17:44:27.254Z | + git branch -f iliana/bump-cockroach d8b388c28b73a719b38ce019594eacea1c945e8e |
| 95 | 2026-03-18T17:44:27.258Z | + git checkout -f iliana/bump-cockroach |
| 96 | 2026-03-18T17:44:27.581Z | Switched to branch 'iliana/bump-cockroach' |
| 97 | 2026-03-18T17:44:27.585Z | + git reset --hard d8b388c28b73a719b38ce019594eacea1c945e8e |
| 98 | 2026-03-18T17:44:27.602Z | HEAD is now at d8b388c28 update cockroach to v22.1.22-64-g86fdbfca06 |
| 99 | 2026-03-18T17:44:27.605Z | process exited: duration 91397 ms, exit code 0 |
| |
| 100 | 2026-03-18T17:44:27.611Z | starting task 4: "build" |
| 101 | 2026-03-18T17:44:27.617Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-18T17:44:27.620Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-18T17:44:27.620Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-18T17:44:27.620Z | + cargo --version |
| 105 | 2026-03-18T17:44:27.629Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-18T17:44:27.632Z | + rustc --version |
| 107 | 2026-03-18T17:44:27.658Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-18T17:44:27.662Z | + WORK=/work |
| 109 | 2026-03-18T17:44:27.662Z | + pfexec mkdir -p /work |
| 110 | 2026-03-18T17:44:27.667Z | + pfexec chown build /work |
| 111 | 2026-03-18T17:44:27.671Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-03-18T17:44:37.613Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-03-18T17:44:47.207Z | Startup: Caching catalogs ... Done |
| 114 | 2026-03-18T17:45:09.190Z | Planning: Solver setup ... Done (20.393s) |
| 115 | 2026-03-18T17:45:09.343Z | Planning: Running solver ... Done (0.154s) |
| 116 | 2026-03-18T17:45:09.520Z | Planning: Finding local manifests ... Done (0.003s) |
| 117 | 2026-03-18T17:45:09.538Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2026-03-18T17:45:09.676Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2026-03-18T17:45:09.719Z | Planning: Package planning ... Done (0.043s) |
| 120 | 2026-03-18T17:45:09.759Z | Planning: Merging actions ... Done (0.040s) |
| 121 | 2026-03-18T17:45:10.002Z | Planning: Checking for conflicting actions ... Done (0.243s) |
| 122 | 2026-03-18T17:45:10.012Z | Planning: Consolidating action changes ... Done (0.010s) |
| 123 | 2026-03-18T17:45:10.895Z | Planning: Evaluating mediators ... Done (0.883s) |
| 124 | 2026-03-18T17:45:10.903Z | Planning: Planning completed in 23.55 seconds |
| 125 | 2026-03-18T17:45:10.917Z | Packages to install: 4 |
| 126 | 2026-03-18T17:45:10.917Z | Mediators to change: 2 |
| 127 | 2026-03-18T17:45:10.917Z | Services to change: 1 |
| 128 | 2026-03-18T17:45:10.921Z | Estimated space available: 155.43 GB |
| 129 | 2026-03-18T17:45:10.921Z | Estimated space to be consumed: 1.83 GB |
| 130 | 2026-03-18T17:45:10.921Z | Create boot environment: No |
| 131 | 2026-03-18T17:45:10.921Z | Create backup boot environment: No |
| 132 | 2026-03-18T17:45:10.921Z | Rebuild boot archive: No |
| 133 | 2026-03-18T17:45:10.921Z | |
| 134 | 2026-03-18T17:45:10.921Z | Changed mediators: |
| 135 | 2026-03-18T17:45:10.921Z | mediator clang: |
| 136 | 2026-03-18T17:45:10.921Z | version: None -> 15 (system default) |
| 137 | 2026-03-18T17:45:10.921Z | |
| 138 | 2026-03-18T17:45:10.921Z | mediator llvm: |
| 139 | 2026-03-18T17:45:10.921Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-03-18T17:45:10.921Z | |
| 141 | 2026-03-18T17:45:10.921Z | Changed packages: |
| 142 | 2026-03-18T17:45:10.921Z | helios-dev |
| 143 | 2026-03-18T17:45:10.921Z | developer/build-essential |
| 144 | 2026-03-18T17:45:10.921Z | None -> 11-2.0 |
| 145 | 2026-03-18T17:45:10.921Z | library/libxmlsec1 |
| 146 | 2026-03-18T17:45:10.921Z | None -> 1.2.35-2.0 |
| 147 | 2026-03-18T17:45:10.921Z | ooce/developer/clang-15 |
| 148 | 2026-03-18T17:45:10.921Z | None -> 15.0.7-2.0 |
| 149 | 2026-03-18T17:45:10.921Z | ooce/developer/llvm-15 |
| 150 | 2026-03-18T17:45:10.921Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-18T17:45:10.921Z | |
| 152 | 2026-03-18T17:45:10.922Z | Services: |
| 153 | 2026-03-18T17:45:10.922Z | restart_fmri: |
| 154 | 2026-03-18T17:45:10.922Z | svc:/system/update-man-index:default |
| 155 | 2026-03-18T17:45:10.967Z | |
| 156 | 2026-03-18T17:45:10.967Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2026-03-18T17:45:15.968Z | Download: 2001/3290 items 118.7/212.6MB 55% complete (24.0M/s) |
| 158 | 2026-03-18T17:45:21.032Z | Download: 3280/3290 items 209.3/212.6MB 98% complete (24.9M/s) |
| 159 | 2026-03-18T17:45:28.256Z | Download: 3288/3290 items 212.0/212.6MB 99% complete (20.2M/s) |
| 160 | 2026-03-18T17:45:28.287Z | Download: Completed 212.60 MB in 17.32 seconds (12.3M/s) |
| 161 | 2026-03-18T17:45:28.437Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-03-18T17:45:32.599Z | Actions: Completed 3689 actions in 4.16 seconds. |
| 163 | 2026-03-18T17:45:32.944Z | Done (0.339s) |
| 164 | 2026-03-18T17:45:32.944Z | Done (0.000s) |
| 165 | 2026-03-18T17:45:33.835Z | Done (0.891s) |
| 166 | 2026-03-18T17:45:37.871Z | Done (3.695s) |
| 167 | 2026-03-18T17:45:37.953Z | Done (0.020s) |
| 168 | 2026-03-18T17:45:37.956Z | Done (0.000s) |
| 169 | 2026-03-18T17:45:38.089Z | Done (0.000s) |
| 170 | 2026-03-18T17:45:39.035Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-03-18T17:45:39.176Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-03-18T17:45:39.179Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-03-18T17:45:39.398Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-03-18T17:45:39.401Z | Planning: Planning completed in 0.36 seconds |
| 175 | 2026-03-18T17:45:39.427Z | Mediators to change: 2 |
| 176 | 2026-03-18T17:45:39.427Z | Create boot environment: No |
| 177 | 2026-03-18T17:45:39.430Z | Create backup boot environment: No |
| 178 | 2026-03-18T17:45:39.498Z | Done |
| 179 | 2026-03-18T17:45:39.498Z | Done |
| 180 | 2026-03-18T17:45:40.229Z | Done |
| 181 | 2026-03-18T17:45:43.565Z | Done |
| 182 | 2026-03-18T17:45:43.621Z | Done |
| 183 | 2026-03-18T17:45:43.630Z | Done |
| 184 | 2026-03-18T17:45:43.737Z | Done |
| 185 | 2026-03-18T17:45:44.273Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-03-18T17:45:44.277Z | Planning: Merging actions ... Done |
| 187 | 2026-03-18T17:45:44.441Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-03-18T17:45:44.445Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-03-18T17:45:44.663Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-03-18T17:45:44.705Z | Planning: Planning completed in 0.64 seconds |
| 191 | 2026-03-18T17:45:44.736Z | Packages to change: 1 |
| 192 | 2026-03-18T17:45:44.736Z | Mediators to change: 1 |
| 193 | 2026-03-18T17:45:44.739Z | Services to change: 1 |
| 194 | 2026-03-18T17:45:44.739Z | Create boot environment: No |
| 195 | 2026-03-18T17:45:44.739Z | Create backup boot environment: Yes |
| 196 | 2026-03-18T17:45:47.218Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2026-03-18T17:45:47.221Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2026-03-18T17:45:47.221Z | Done |
| 199 | 2026-03-18T17:45:47.221Z | Done |
| 200 | 2026-03-18T17:45:47.409Z | Done |
| 201 | 2026-03-18T17:45:50.682Z | Done |
| 202 | 2026-03-18T17:45:50.765Z | Done |
| 203 | 2026-03-18T17:45:50.769Z | Done |
| 204 | 2026-03-18T17:45:50.983Z | Done |
| 205 | 2026-03-18T17:45:51.358Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2026-03-18T17:45:51.358Z | clang system 15 system |
| 207 | 2026-03-18T17:45:51.358Z | csh system system illumos |
| 208 | 2026-03-18T17:45:51.358Z | ctags system system illumos |
| 209 | 2026-03-18T17:45:51.358Z | file system system illumos |
| 210 | 2026-03-18T17:45:51.358Z | gcc vendor 12 vendor |
| 211 | 2026-03-18T17:45:51.358Z | gcc system 10 system |
| 212 | 2026-03-18T17:45:51.358Z | gcc system 7 system |
| 213 | 2026-03-18T17:45:51.358Z | go system 1.20 system |
| 214 | 2026-03-18T17:45:51.358Z | go system 1.19 system |
| 215 | 2026-03-18T17:45:51.358Z | llvm system 15 system |
| 216 | 2026-03-18T17:45:51.358Z | llvm system 14 system |
| 217 | 2026-03-18T17:45:51.358Z | mariadb system 10.6 system |
| 218 | 2026-03-18T17:45:51.358Z | mta vendor vendor dma |
| 219 | 2026-03-18T17:45:51.358Z | openjdk system 17 system |
| 220 | 2026-03-18T17:45:51.358Z | openjdk system 11 system |
| 221 | 2026-03-18T17:45:51.358Z | openjdk system 1.8 system |
| 222 | 2026-03-18T17:45:51.358Z | openssl vendor 3 vendor |
| 223 | 2026-03-18T17:45:51.358Z | perl system 5.36 system |
| 224 | 2026-03-18T17:45:51.359Z | postgresql system 15 system |
| 225 | 2026-03-18T17:45:51.359Z | postgresql system 13 system |
| 226 | 2026-03-18T17:45:51.359Z | python vendor 3 vendor |
| 227 | 2026-03-18T17:45:51.359Z | python system 2 system |
| 228 | 2026-03-18T17:45:51.359Z | python3 system 3.11 system |
| 229 | 2026-03-18T17:45:51.359Z | ruby system 3.0 system |
| 230 | 2026-03-18T17:45:51.359Z | words vendor vendor american-english |
| 231 | 2026-03-18T17:45:51.359Z | words system system australian-english |
| 232 | 2026-03-18T17:45:51.359Z | words system system british-english |
| 233 | 2026-03-18T17:45:51.359Z | words system system canadian-english |
| 234 | 2026-03-18T17:45:51.359Z | words system system french |
| 235 | 2026-03-18T17:45:51.359Z | words system system italian |
| 236 | 2026-03-18T17:45:51.359Z | words system system ngerman |
| 237 | 2026-03-18T17:45:51.359Z | words system system ogerman |
| 238 | 2026-03-18T17:45:51.359Z | words system system spanish |
| 239 | 2026-03-18T17:45:51.660Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-03-18T17:45:51.661Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-03-18T17:45:57.583Z | FMRI IFO |
| 242 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2026-03-18T17:45:57.583Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2026-03-18T17:45:58.798Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-03-18T17:45:59.120Z | Updating crates.io index |
| 260 | 2026-03-18T17:45:59.155Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 261 | 2026-03-18T17:45:59.887Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2026-03-18T17:46:00.631Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-03-18T17:46:00.937Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 264 | 2026-03-18T17:46:01.721Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 265 | 2026-03-18T17:46:06.469Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 266 | 2026-03-18T17:46:07.627Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2026-03-18T17:46:10.819Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2026-03-18T17:46:14.706Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2026-03-18T17:46:15.842Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 270 | 2026-03-18T17:46:16.325Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2026-03-18T17:46:17.052Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-03-18T17:46:17.572Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 273 | 2026-03-18T17:46:18.221Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2026-03-18T17:46:18.506Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-03-18T17:46:19.548Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-03-18T17:46:21.453Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-03-18T17:46:21.753Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-03-18T17:46:22.023Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-03-18T17:46:22.609Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-03-18T17:46:22.932Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2026-03-18T17:46:23.174Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2026-03-18T17:46:23.578Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 283 | 2026-03-18T17:46:24.094Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2026-03-18T17:46:25.593Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 285 | 2026-03-18T17:46:26.850Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 286 | 2026-03-18T17:46:27.112Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 287 | 2026-03-18T17:46:27.667Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 288 | 2026-03-18T17:46:27.963Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 289 | 2026-03-18T17:46:29.337Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2026-03-18T17:46:29.665Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-03-18T17:46:30.329Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 292 | 2026-03-18T17:46:30.659Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 293 | 2026-03-18T17:46:31.290Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-03-18T17:46:31.526Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-03-18T17:46:31.902Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-03-18T17:46:32.189Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 297 | 2026-03-18T17:46:32.651Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 298 | 2026-03-18T17:46:56.398Z | Downloading crates ... |
| 299 | 2026-03-18T17:46:56.448Z | Downloaded cpufeatures v0.2.17 |
| 300 | 2026-03-18T17:46:56.451Z | Downloaded cfg-if v1.0.4 |
| 301 | 2026-03-18T17:46:56.458Z | Downloaded anstyle-parse v0.2.7 |
| 302 | 2026-03-18T17:46:56.461Z | Downloaded anstyle v1.0.13 |
| 303 | 2026-03-18T17:46:56.461Z | Downloaded anstyle-query v1.1.5 |
| 304 | 2026-03-18T17:46:56.464Z | Downloaded digest v0.10.7 |
| 305 | 2026-03-18T17:46:56.467Z | Downloaded crypto-common v0.1.7 |
| 306 | 2026-03-18T17:46:56.470Z | Downloaded displaydoc v0.2.5 |
| 307 | 2026-03-18T17:46:56.474Z | Downloaded textwrap v0.16.2 |
| 308 | 2026-03-18T17:46:56.474Z | Downloaded zmij v1.0.21 |
| 309 | 2026-03-18T17:46:56.477Z | Downloaded serde_core v1.0.228 |
| 310 | 2026-03-18T17:46:56.477Z | Downloaded unicode-linebreak v0.1.5 |
| 311 | 2026-03-18T17:46:56.480Z | Downloaded quote v1.0.44 |
| 312 | 2026-03-18T17:46:56.480Z | Downloaded zerofrom-derive v0.1.6 |
| 313 | 2026-03-18T17:46:56.488Z | Downloaded memchr v2.8.0 |
| 314 | 2026-03-18T17:46:56.492Z | Downloaded usdt v0.5.0 |
| 315 | 2026-03-18T17:46:56.492Z | Downloaded terminal_size v0.4.3 |
| 316 | 2026-03-18T17:46:56.492Z | Downloaded yoke-derive v0.8.1 |
| 317 | 2026-03-18T17:46:56.492Z | Downloaded plain v0.2.3 |
| 318 | 2026-03-18T17:46:56.492Z | Downloaded thiserror-impl v1.0.69 |
| 319 | 2026-03-18T17:46:56.492Z | Downloaded usdt-attr-macro v0.5.0 |
| 320 | 2026-03-18T17:46:56.492Z | Downloaded unicode-xid v0.2.6 |
| 321 | 2026-03-18T17:46:56.492Z | Downloaded ucd-trie v0.1.7 |
| 322 | 2026-03-18T17:46:56.497Z | Downloaded serde-untagged v0.1.9 |
| 323 | 2026-03-18T17:46:56.497Z | Downloaded toml_datetime v0.6.11 |
| 324 | 2026-03-18T17:46:56.497Z | Downloaded smallvec v1.15.1 |
| 325 | 2026-03-18T17:46:56.497Z | Downloaded is_terminal_polyfill v1.70.2 |
| 326 | 2026-03-18T17:46:56.497Z | Downloaded getrandom v0.4.1 |
| 327 | 2026-03-18T17:46:56.501Z | Downloaded toml v0.8.23 |
| 328 | 2026-03-18T17:46:56.501Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-03-18T17:46:56.506Z | Downloaded zerofrom v0.1.6 |
| 330 | 2026-03-18T17:46:56.506Z | Downloaded serde_derive v1.0.228 |
| 331 | 2026-03-18T17:46:56.506Z | Downloaded utf8parse v0.2.2 |
| 332 | 2026-03-18T17:46:56.506Z | Downloaded memmap v0.7.0 |
| 333 | 2026-03-18T17:46:56.514Z | Downloaded idna_adapter v1.2.1 |
| 334 | 2026-03-18T17:46:56.514Z | Downloaded zerocopy-derive v0.7.35 |
| 335 | 2026-03-18T17:46:56.518Z | Downloaded tinystr v0.8.2 |
| 336 | 2026-03-18T17:46:56.518Z | Downloaded thiserror-impl v2.0.18 |
| 337 | 2026-03-18T17:46:56.518Z | Downloaded fnv v1.0.7 |
| 338 | 2026-03-18T17:46:56.518Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2026-03-18T17:46:56.518Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-03-18T17:46:56.518Z | Downloaded utf8_iter v1.0.4 |
| 341 | 2026-03-18T17:46:56.518Z | Downloaded pretty-hex v0.4.1 |
| 342 | 2026-03-18T17:46:56.518Z | Downloaded toml_write v0.1.2 |
| 343 | 2026-03-18T17:46:56.529Z | Downloaded macaddr v1.0.1 |
| 344 | 2026-03-18T17:46:56.529Z | Downloaded heck v0.4.1 |
| 345 | 2026-03-18T17:46:56.529Z | Downloaded usdt-macro v0.5.0 |
| 346 | 2026-03-18T17:46:56.530Z | Downloaded cargo-platform v0.2.0 |
| 347 | 2026-03-18T17:46:56.533Z | Downloaded clap_lex v1.0.0 |
| 348 | 2026-03-18T17:46:56.533Z | Downloaded thread-id v4.2.2 |
| 349 | 2026-03-18T17:46:56.533Z | Downloaded writeable v0.6.2 |
| 350 | 2026-03-18T17:46:56.533Z | Downloaded unicode-ident v1.0.24 |
| 351 | 2026-03-18T17:46:56.533Z | Downloaded version_check v0.9.5 |
| 352 | 2026-03-18T17:46:56.533Z | Downloaded typeid v1.0.3 |
| 353 | 2026-03-18T17:46:56.533Z | Downloaded log v0.4.29 |
| 354 | 2026-03-18T17:46:56.533Z | Downloaded percent-encoding v2.3.2 |
| 355 | 2026-03-18T17:46:56.533Z | Downloaded thiserror v2.0.18 |
| 356 | 2026-03-18T17:46:56.537Z | Downloaded ordered-float v2.10.1 |
| 357 | 2026-03-18T17:46:56.537Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-03-18T17:46:56.540Z | Downloaded swrite v0.1.0 |
| 359 | 2026-03-18T17:46:56.543Z | Downloaded strsim v0.11.1 |
| 360 | 2026-03-18T17:46:56.543Z | Downloaded heck v0.5.0 |
| 361 | 2026-03-18T17:46:56.543Z | Downloaded smawk v0.3.2 |
| 362 | 2026-03-18T17:46:56.546Z | Downloaded itoa v1.0.17 |
| 363 | 2026-03-18T17:46:56.546Z | Downloaded typenum v1.19.0 |
| 364 | 2026-03-18T17:46:56.550Z | Downloaded tabled_derive v0.7.0 |
| 365 | 2026-03-18T17:46:56.550Z | Downloaded stable_deref_trait v1.2.1 |
| 366 | 2026-03-18T17:46:56.550Z | Downloaded form_urlencoded v1.2.2 |
| 367 | 2026-03-18T17:46:56.550Z | Downloaded errno v0.3.14 |
| 368 | 2026-03-18T17:46:56.553Z | Downloaded yoke v0.8.1 |
| 369 | 2026-03-18T17:46:56.553Z | Downloaded serde_spanned v0.6.9 |
| 370 | 2026-03-18T17:46:56.553Z | Downloaded num-traits v0.2.19 |
| 371 | 2026-03-18T17:46:56.556Z | Downloaded colorchoice v1.0.4 |
| 372 | 2026-03-18T17:46:56.556Z | Downloaded scroll v0.12.0 |
| 373 | 2026-03-18T17:46:56.556Z | Downloaded generic-array v0.14.7 |
| 374 | 2026-03-18T17:46:56.559Z | Downloaded cargo_toml v0.21.0 |
| 375 | 2026-03-18T17:46:56.559Z | Downloaded thiserror v1.0.69 |
| 376 | 2026-03-18T17:46:56.562Z | Downloaded pest_meta v2.8.6 |
| 377 | 2026-03-18T17:46:56.566Z | Downloaded proc-macro-error-attr v1.0.4 |
| 378 | 2026-03-18T17:46:56.567Z | Downloaded potential_utf v0.1.4 |
| 379 | 2026-03-18T17:46:56.567Z | Downloaded anstream v0.6.21 |
| 380 | 2026-03-18T17:46:56.570Z | Downloaded url v2.5.8 |
| 381 | 2026-03-18T17:46:56.570Z | Downloaded scroll_derive v0.12.1 |
| 382 | 2026-03-18T17:46:56.573Z | Downloaded dof v0.3.0 |
| 383 | 2026-03-18T17:46:56.573Z | Downloaded fastrand v2.3.0 |
| 384 | 2026-03-18T17:46:56.577Z | Downloaded block-buffer v0.10.4 |
| 385 | 2026-03-18T17:46:56.577Z | Downloaded zerotrie v0.2.3 |
| 386 | 2026-03-18T17:46:56.581Z | Downloaded serde-value v0.7.0 |
| 387 | 2026-03-18T17:46:56.586Z | Downloaded byteorder v1.5.0 |
| 388 | 2026-03-18T17:46:56.589Z | Downloaded bytecount v0.6.9 |
| 389 | 2026-03-18T17:46:56.596Z | Downloaded zerocopy v0.7.35 |
| 390 | 2026-03-18T17:46:56.601Z | Downloaded synstructure v0.13.2 |
| 391 | 2026-03-18T17:46:56.606Z | Downloaded zerovec v0.11.5 |
| 392 | 2026-03-18T17:46:56.608Z | Downloaded unicode-width v0.2.0 |
| 393 | 2026-03-18T17:46:56.611Z | Downloaded erased-serde v0.4.9 |
| 394 | 2026-03-18T17:46:56.614Z | Downloaded equivalent v1.0.2 |
| 395 | 2026-03-18T17:46:56.614Z | Downloaded winnow v0.7.14 |
| 396 | 2026-03-18T17:46:56.619Z | Downloaded unicode-width v0.1.14 |
| 397 | 2026-03-18T17:46:56.624Z | Downloaded fs-err v3.3.0 |
| 398 | 2026-03-18T17:46:56.627Z | Downloaded sha2 v0.10.9 |
| 399 | 2026-03-18T17:46:56.627Z | Downloaded proc-macro-error v1.0.4 |
| 400 | 2026-03-18T17:46:56.630Z | Downloaded camino v1.2.2 |
| 401 | 2026-03-18T17:46:56.630Z | Downloaded litemap v0.8.1 |
| 402 | 2026-03-18T17:46:56.633Z | Downloaded camino-tempfile v1.4.1 |
| 403 | 2026-03-18T17:46:56.633Z | Downloaded serde_tokenstream v0.2.3 |
| 404 | 2026-03-18T17:46:56.633Z | Downloaded pest_derive v2.8.6 |
| 405 | 2026-03-18T17:46:56.636Z | Downloaded once_cell v1.21.3 |
| 406 | 2026-03-18T17:46:56.638Z | Downloaded autocfg v1.5.0 |
| 407 | 2026-03-18T17:46:56.639Z | Downloaded semver v1.0.27 |
| 408 | 2026-03-18T17:46:56.648Z | Downloaded cargo_metadata v0.21.0 |
| 409 | 2026-03-18T17:46:56.651Z | Downloaded clap_derive v4.5.55 |
| 410 | 2026-03-18T17:46:56.654Z | Downloaded pest_generator v2.8.6 |
| 411 | 2026-03-18T17:46:56.654Z | Downloaded cargo-util-schemas v0.8.2 |
| 412 | 2026-03-18T17:46:56.657Z | Downloaded bitflags v2.11.0 |
| 413 | 2026-03-18T17:46:56.660Z | Downloaded proc-macro2 v1.0.106 |
| 414 | 2026-03-18T17:46:56.663Z | Downloaded serde v1.0.228 |
| 415 | 2026-03-18T17:46:56.666Z | Downloaded anyhow v1.0.102 |
| 416 | 2026-03-18T17:46:56.670Z | Downloaded papergrid v0.11.0 |
| 417 | 2026-03-18T17:46:56.673Z | Downloaded tempfile v3.25.0 |
| 418 | 2026-03-18T17:46:56.676Z | Downloaded icu_properties v2.1.2 |
| 419 | 2026-03-18T17:46:56.676Z | Downloaded clap v4.5.60 |
| 420 | 2026-03-18T17:46:56.681Z | Downloaded icu_normalizer v2.1.1 |
| 421 | 2026-03-18T17:46:56.684Z | Downloaded icu_collections v2.1.1 |
| 422 | 2026-03-18T17:46:56.687Z | Downloaded icu_locale_core v2.1.1 |
| 423 | 2026-03-18T17:46:56.691Z | Downloaded icu_normalizer_data v2.1.1 |
| 424 | 2026-03-18T17:46:56.694Z | Downloaded icu_provider v2.1.1 |
| 425 | 2026-03-18T17:46:56.708Z | Downloaded indexmap v2.13.0 |
| 426 | 2026-03-18T17:46:56.732Z | Downloaded pest v2.8.6 |
| 427 | 2026-03-18T17:46:56.745Z | Downloaded hashbrown v0.16.1 |
| 428 | 2026-03-18T17:46:56.748Z | Downloaded idna v1.1.0 |
| 429 | 2026-03-18T17:46:56.754Z | Downloaded clap_builder v4.5.60 |
| 430 | 2026-03-18T17:46:56.760Z | Downloaded serde_json v1.0.149 |
| 431 | 2026-03-18T17:46:56.765Z | Downloaded icu_properties_data v2.1.2 |
| 432 | 2026-03-18T17:46:56.773Z | Downloaded goblin v0.8.2 |
| 433 | 2026-03-18T17:46:56.786Z | Downloaded tabled v0.15.0 |
| 434 | 2026-03-18T17:46:56.797Z | Downloaded syn v1.0.109 |
| 435 | 2026-03-18T17:46:56.804Z | Downloaded syn v2.0.117 |
| 436 | 2026-03-18T17:46:56.819Z | Downloaded rustix v1.1.3 |
| 437 | 2026-03-18T17:46:56.845Z | Downloaded libc v0.2.180 |
| 438 | 2026-03-18T17:46:56.930Z | Compiling proc-macro2 v1.0.106 |
| 439 | 2026-03-18T17:46:56.930Z | Compiling unicode-ident v1.0.24 |
| 440 | 2026-03-18T17:46:56.933Z | Compiling quote v1.0.44 |
| 441 | 2026-03-18T17:46:56.933Z | Compiling serde_core v1.0.228 |
| 442 | 2026-03-18T17:46:56.933Z | Compiling libc v0.2.180 |
| 443 | 2026-03-18T17:46:56.933Z | Compiling version_check v0.9.5 |
| 444 | 2026-03-18T17:46:56.933Z | Compiling stable_deref_trait v1.2.1 |
| 445 | 2026-03-18T17:46:56.933Z | Compiling serde v1.0.228 |
| 446 | 2026-03-18T17:46:56.933Z | Compiling memchr v2.8.0 |
| 447 | 2026-03-18T17:46:56.933Z | Compiling zmij v1.0.21 |
| 448 | 2026-03-18T17:46:57.184Z | Compiling ucd-trie v0.1.7 |
| 449 | 2026-03-18T17:46:57.190Z | Compiling autocfg v1.5.0 |
| 450 | 2026-03-18T17:46:57.190Z | Compiling itoa v1.0.17 |
| 451 | 2026-03-18T17:46:57.190Z | Compiling thiserror v1.0.69 |
| 452 | 2026-03-18T17:46:57.190Z | Compiling writeable v0.6.2 |
| 453 | 2026-03-18T17:46:57.523Z | Compiling litemap v0.8.1 |
| 454 | 2026-03-18T17:46:57.553Z | Compiling rustix v1.1.3 |
| 455 | 2026-03-18T17:46:57.799Z | Compiling pest v2.8.6 |
| 456 | 2026-03-18T17:46:57.799Z | Compiling byteorder v1.5.0 |
| 457 | 2026-03-18T17:46:57.862Z | Compiling icu_normalizer_data v2.1.1 |
| 458 | 2026-03-18T17:46:57.923Z | Compiling icu_properties_data v2.1.2 |
| 459 | 2026-03-18T17:46:57.946Z | Compiling bitflags v2.11.0 |
| 460 | 2026-03-18T17:46:57.951Z | Compiling serde_json v1.0.149 |
| 461 | 2026-03-18T17:46:57.951Z | Compiling num-traits v0.2.19 |
| 462 | 2026-03-18T17:46:58.194Z | Compiling equivalent v1.0.2 |
| 463 | 2026-03-18T17:46:58.340Z | Compiling smallvec v1.15.1 |
| 464 | 2026-03-18T17:46:58.345Z | Compiling hashbrown v0.16.1 |
| 465 | 2026-03-18T17:46:58.427Z | Compiling typeid v1.0.3 |
| 466 | 2026-03-18T17:46:58.509Z | Compiling proc-macro-error-attr v1.0.4 |
| 467 | 2026-03-18T17:46:58.623Z | Compiling errno v0.3.14 |
| 468 | 2026-03-18T17:46:58.652Z | Compiling thread-id v4.2.2 |
| 469 | 2026-03-18T17:46:58.679Z | Compiling usdt-impl v0.5.0 |
| 470 | 2026-03-18T17:46:58.683Z | Compiling toml_write v0.1.2 |
| 471 | 2026-03-18T17:46:58.770Z | Compiling syn v1.0.109 |
| 472 | 2026-03-18T17:46:58.801Z | Compiling erased-serde v0.4.9 |
| 473 | 2026-03-18T17:46:58.915Z | Compiling winnow v0.7.14 |
| 474 | 2026-03-18T17:46:59.026Z | Compiling proc-macro-error v1.0.4 |
| 475 | 2026-03-18T17:46:59.055Z | Compiling utf8_iter v1.0.4 |
| 476 | 2026-03-18T17:46:59.081Z | Compiling syn v2.0.117 |
| 477 | 2026-03-18T17:46:59.136Z | Compiling indexmap v2.13.0 |
| 478 | 2026-03-18T17:46:59.173Z | Compiling log v0.4.29 |
| 479 | 2026-03-18T17:46:59.234Z | Compiling camino v1.2.2 |
| 480 | 2026-03-18T17:46:59.238Z | Compiling pest_meta v2.8.6 |
| 481 | 2026-03-18T17:46:59.348Z | Compiling percent-encoding v2.3.2 |
| 482 | 2026-03-18T17:46:59.351Z | Compiling getrandom v0.4.1 |
| 483 | 2026-03-18T17:46:59.398Z | Compiling utf8parse v0.2.2 |
| 484 | 2026-03-18T17:46:59.402Z | Compiling thiserror v2.0.18 |
| 485 | 2026-03-18T17:46:59.458Z | Compiling plain v0.2.3 |
| 486 | 2026-03-18T17:46:59.563Z | Compiling anstyle-parse v0.2.7 |
| 487 | 2026-03-18T17:46:59.614Z | Compiling form_urlencoded v1.2.2 |
| 488 | 2026-03-18T17:46:59.744Z | Compiling cfg-if v1.0.4 |
| 489 | 2026-03-18T17:46:59.823Z | Compiling ordered-float v2.10.1 |
| 490 | 2026-03-18T17:46:59.853Z | Compiling pretty-hex v0.4.1 |
| 491 | 2026-03-18T17:46:59.909Z | Compiling anstyle v1.0.13 |
| 492 | 2026-03-18T17:46:59.912Z | Compiling is_terminal_polyfill v1.70.2 |
| 493 | 2026-03-18T17:46:59.994Z | Compiling anstyle-query v1.1.5 |
| 494 | 2026-03-18T17:46:59.998Z | Compiling colorchoice v1.0.4 |
| 495 | 2026-03-18T17:47:00.111Z | Compiling terminal_size v0.4.3 |
| 496 | 2026-03-18T17:47:00.157Z | Compiling fs-err v3.3.0 |
| 497 | 2026-03-18T17:47:00.215Z | Compiling anstream v0.6.21 |
| 498 | 2026-03-18T17:47:00.215Z | Compiling fastrand v2.3.0 |
| 499 | 2026-03-18T17:47:00.243Z | Compiling heck v0.4.1 |
| 500 | 2026-03-18T17:47:00.325Z | Compiling semver v1.0.27 |
| 501 | 2026-03-18T17:47:00.443Z | Compiling once_cell v1.21.3 |
| 502 | 2026-03-18T17:47:00.510Z | Compiling clap_lex v1.0.0 |
| 503 | 2026-03-18T17:47:00.578Z | Compiling anyhow v1.0.102 |
| 504 | 2026-03-18T17:47:00.605Z | Compiling unicode-xid v0.2.6 |
| 505 | 2026-03-18T17:47:00.665Z | Compiling heck v0.5.0 |
| 506 | 2026-03-18T17:47:00.691Z | Compiling fnv v1.0.7 |
| 507 | 2026-03-18T17:47:00.736Z | Compiling unicode-width v0.1.14 |
| 508 | 2026-03-18T17:47:00.775Z | Compiling bytecount v0.6.9 |
| 509 | 2026-03-18T17:47:00.831Z | Compiling strsim v0.11.1 |
| 510 | 2026-03-18T17:47:00.885Z | Compiling tempfile v3.25.0 |
| 511 | 2026-03-18T17:47:00.912Z | Compiling serde-untagged v0.1.9 |
| 512 | 2026-03-18T17:47:01.004Z | Compiling memmap v0.7.0 |
| 513 | 2026-03-18T17:47:01.036Z | Compiling smawk v0.3.2 |
| 514 | 2026-03-18T17:47:01.039Z | Compiling unicode-width v0.2.0 |
| 515 | 2026-03-18T17:47:01.122Z | Compiling papergrid v0.11.0 |
| 516 | 2026-03-18T17:47:01.176Z | Compiling clap_builder v4.5.60 |
| 517 | 2026-03-18T17:47:01.263Z | Compiling unicode-linebreak v0.1.5 |
| 518 | 2026-03-18T17:47:01.266Z | Compiling camino-tempfile v1.4.1 |
| 519 | 2026-03-18T17:47:01.381Z | Compiling swrite v0.1.0 |
| 520 | 2026-03-18T17:47:01.427Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 521 | 2026-03-18T17:47:01.573Z | Compiling textwrap v0.16.2 |
| 522 | 2026-03-18T17:47:01.949Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-03-18T17:47:02.757Z | Compiling synstructure v0.13.2 |
| 524 | 2026-03-18T17:47:02.757Z | Compiling pest_generator v2.8.6 |
| 525 | 2026-03-18T17:47:02.822Z | Compiling tabled v0.15.0 |
| 526 | 2026-03-18T17:47:03.466Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-03-18T17:47:03.466Z | Compiling zerofrom-derive v0.1.6 |
| 528 | 2026-03-18T17:47:03.469Z | Compiling yoke-derive v0.8.1 |
| 529 | 2026-03-18T17:47:03.469Z | Compiling zerovec-derive v0.11.2 |
| 530 | 2026-03-18T17:47:03.469Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-18T17:47:03.563Z | Compiling thiserror-impl v1.0.69 |
| 532 | 2026-03-18T17:47:03.567Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2026-03-18T17:47:03.567Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-03-18T17:47:03.645Z | Compiling scroll_derive v0.12.1 |
| 535 | 2026-03-18T17:47:03.648Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-03-18T17:47:03.784Z | Compiling clap_derive v4.5.55 |
| 537 | 2026-03-18T17:47:04.535Z | Compiling scroll v0.12.0 |
| 538 | 2026-03-18T17:47:04.717Z | Compiling zerocopy v0.7.35 |
| 539 | 2026-03-18T17:47:04.842Z | Compiling goblin v0.8.2 |
| 540 | 2026-03-18T17:47:04.901Z | Compiling zerofrom v0.1.6 |
| 541 | 2026-03-18T17:47:05.042Z | Compiling yoke v0.8.1 |
| 542 | 2026-03-18T17:47:05.123Z | Compiling dtrace-parser v0.2.0 |
| 543 | 2026-03-18T17:47:05.251Z | Compiling zerovec v0.11.5 |
| 544 | 2026-03-18T17:47:05.251Z | Compiling zerotrie v0.2.3 |
| 545 | 2026-03-18T17:47:05.524Z | Compiling clap v4.5.60 |
| 546 | 2026-03-18T17:47:05.836Z | Compiling tinystr v0.8.2 |
| 547 | 2026-03-18T17:47:05.836Z | Compiling potential_utf v0.1.4 |
| 548 | 2026-03-18T17:47:05.999Z | Compiling icu_collections v2.1.1 |
| 549 | 2026-03-18T17:47:06.036Z | Compiling icu_locale_core v2.1.1 |
| 550 | 2026-03-18T17:47:06.801Z | Compiling icu_provider v2.1.1 |
| 551 | 2026-03-18T17:47:06.880Z | Compiling dof v0.3.0 |
| 552 | 2026-03-18T17:47:06.880Z | Compiling serde_tokenstream v0.2.3 |
| 553 | 2026-03-18T17:47:06.927Z | Compiling serde_spanned v0.6.9 |
| 554 | 2026-03-18T17:47:06.931Z | Compiling toml_datetime v0.6.11 |
| 555 | 2026-03-18T17:47:06.931Z | Compiling serde-value v0.7.0 |
| 556 | 2026-03-18T17:47:06.931Z | Compiling cargo-platform v0.2.0 |
| 557 | 2026-03-18T17:47:06.931Z | Compiling macaddr v1.0.1 |
| 558 | 2026-03-18T17:47:07.095Z | Compiling icu_properties v2.1.2 |
| 559 | 2026-03-18T17:47:07.095Z | Compiling icu_normalizer v2.1.1 |
| 560 | 2026-03-18T17:47:07.215Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-03-18T17:47:07.763Z | Compiling usdt-attr-macro v0.5.0 |
| 562 | 2026-03-18T17:47:07.767Z | Compiling usdt-macro v0.5.0 |
| 563 | 2026-03-18T17:47:08.279Z | Compiling idna_adapter v1.2.1 |
| 564 | 2026-03-18T17:47:08.416Z | Compiling idna v1.1.0 |
| 565 | 2026-03-18T17:47:08.504Z | Compiling usdt v0.5.0 |
| 566 | 2026-03-18T17:47:08.761Z | Compiling url v2.5.8 |
| 567 | 2026-03-18T17:47:08.997Z | Compiling toml v0.8.23 |
| 568 | 2026-03-18T17:47:09.463Z | Compiling cargo-util-schemas v0.8.2 |
| 569 | 2026-03-18T17:47:09.466Z | Compiling cargo_toml v0.21.0 |
| 570 | 2026-03-18T17:47:10.602Z | Compiling cargo_metadata v0.21.0 |
| 571 | 2026-03-18T17:47:11.887Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 572 | 2026-03-18T17:47:14.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 573 | 2026-03-18T17:47:15.040Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 574 | 2026-03-18T17:47:15.752Z | Downloading crates ... |
| 575 | 2026-03-18T17:47:15.875Z | Downloaded adler2 v2.0.1 |
| 576 | 2026-03-18T17:47:15.878Z | Downloaded cobs v0.3.0 |
| 577 | 2026-03-18T17:47:15.878Z | Downloaded async-stream-impl v0.3.6 |
| 578 | 2026-03-18T17:47:15.879Z | Downloaded argon2 v0.5.3 |
| 579 | 2026-03-18T17:47:15.879Z | Downloaded bitfield-macros v0.19.4 |
| 580 | 2026-03-18T17:47:15.882Z | Downloaded async-recursion v1.1.1 |
| 581 | 2026-03-18T17:47:15.882Z | Downloaded array-init v0.0.4 |
| 582 | 2026-03-18T17:47:15.885Z | Downloaded bcs v0.1.6 |
| 583 | 2026-03-18T17:47:15.889Z | Downloaded backon v1.6.0 |
| 584 | 2026-03-18T17:47:15.892Z | Downloaded async-bb8-diesel v0.2.1 |
| 585 | 2026-03-18T17:47:15.895Z | Downloaded daft-derive v0.1.5 |
| 586 | 2026-03-18T17:47:15.899Z | Downloaded base64ct v1.8.3 |
| 587 | 2026-03-18T17:47:15.901Z | Downloaded critical-section v1.2.0 |
| 588 | 2026-03-18T17:47:15.902Z | Downloaded chacha20 v0.10.0 |
| 589 | 2026-03-18T17:47:15.904Z | Downloaded darling v0.20.11 |
| 590 | 2026-03-18T17:47:15.907Z | Downloaded expectorate v1.2.0 |
| 591 | 2026-03-18T17:47:15.912Z | Downloaded atomic-waker v1.1.2 |
| 592 | 2026-03-18T17:47:15.912Z | Downloaded ciborium-ll v0.2.2 |
| 593 | 2026-03-18T17:47:15.915Z | Downloaded bb8 v0.8.6 |
| 594 | 2026-03-18T17:47:15.915Z | Downloaded allocator-api2 v0.2.21 |
| 595 | 2026-03-18T17:47:15.915Z | Downloaded atomicwrites v0.4.4 |
| 596 | 2026-03-18T17:47:15.920Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 597 | 2026-03-18T17:47:15.920Z | Downloaded atty v0.2.14 |
| 598 | 2026-03-18T17:47:15.921Z | Downloaded arrayref v0.3.9 |
| 599 | 2026-03-18T17:47:15.923Z | Downloaded aead v0.5.2 |
| 600 | 2026-03-18T17:47:15.923Z | Downloaded async-stream v0.3.6 |
| 601 | 2026-03-18T17:47:15.923Z | Downloaded embedded-io v0.4.0 |
| 602 | 2026-03-18T17:47:15.927Z | Downloaded dtrace-parser v0.3.0 |
| 603 | 2026-03-18T17:47:15.927Z | Downloaded crossbeam-deque v0.8.6 |
| 604 | 2026-03-18T17:47:15.927Z | Downloaded deranged v0.5.8 |
| 605 | 2026-03-18T17:47:15.930Z | Downloaded async-trait v0.1.89 |
| 606 | 2026-03-18T17:47:15.934Z | Downloaded arrayvec v0.7.6 |
| 607 | 2026-03-18T17:47:15.937Z | Downloaded csv-core v0.1.13 |
| 608 | 2026-03-18T17:47:15.937Z | Downloaded endian-type v0.1.2 |
| 609 | 2026-03-18T17:47:15.937Z | Downloaded downcast-rs v2.0.2 |
| 610 | 2026-03-18T17:47:15.940Z | Downloaded darling_macro v0.23.0 |
| 611 | 2026-03-18T17:47:15.940Z | Downloaded crucible-workspace-hack v0.1.0 |
| 612 | 2026-03-18T17:47:15.940Z | Downloaded dsl_auto_type v0.2.0 |
| 613 | 2026-03-18T17:47:15.940Z | Downloaded assert_matches v1.5.0 |
| 614 | 2026-03-18T17:47:15.943Z | Downloaded cfg_aliases v0.2.1 |
| 615 | 2026-03-18T17:47:15.943Z | Downloaded embedded-io v0.6.1 |
| 616 | 2026-03-18T17:47:15.946Z | Downloaded crossbeam-utils v0.8.21 |
| 617 | 2026-03-18T17:47:15.949Z | Downloaded either v1.15.0 |
| 618 | 2026-03-18T17:47:15.949Z | Downloaded crossbeam-epoch v0.9.18 |
| 619 | 2026-03-18T17:47:15.951Z | Downloaded cfg_aliases v0.1.1 |
| 620 | 2026-03-18T17:47:15.954Z | Downloaded dirs-sys-next v0.1.2 |
| 621 | 2026-03-18T17:47:15.954Z | Downloaded debug-ignore v1.0.5 |
| 622 | 2026-03-18T17:47:15.957Z | Downloaded dyn-clone v1.0.20 |
| 623 | 2026-03-18T17:47:15.957Z | Downloaded cstr-argument v0.1.2 |
| 624 | 2026-03-18T17:47:15.957Z | Downloaded crunchy v0.2.4 |
| 625 | 2026-03-18T17:47:15.961Z | Downloaded base16ct v0.2.0 |
| 626 | 2026-03-18T17:47:15.961Z | Downloaded bit-set v0.8.0 |
| 627 | 2026-03-18T17:47:15.964Z | Downloaded cargo-platform v0.1.9 |
| 628 | 2026-03-18T17:47:15.964Z | Downloaded bitfield-struct v0.6.2 |
| 629 | 2026-03-18T17:47:15.964Z | Downloaded env_logger v0.11.9 |
| 630 | 2026-03-18T17:47:15.967Z | Downloaded drift v0.1.3 |
| 631 | 2026-03-18T17:47:15.970Z | Downloaded derive_more v0.99.20 |
| 632 | 2026-03-18T17:47:15.974Z | Downloaded derive-where v1.6.0 |
| 633 | 2026-03-18T17:47:15.977Z | Downloaded fixedbitset v0.4.2 |
| 634 | 2026-03-18T17:47:15.980Z | Downloaded enum-as-inner v0.6.1 |
| 635 | 2026-03-18T17:47:15.980Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 636 | 2026-03-18T17:47:15.983Z | Downloaded dof v0.4.0 |
| 637 | 2026-03-18T17:47:15.983Z | Downloaded defmt v0.3.100 |
| 638 | 2026-03-18T17:47:15.986Z | Downloaded ascii-canvas v3.0.0 |
| 639 | 2026-03-18T17:47:15.986Z | Downloaded defmt v1.0.1 |
| 640 | 2026-03-18T17:47:15.989Z | Downloaded ecdsa v0.16.9 |
| 641 | 2026-03-18T17:47:15.991Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 642 | 2026-03-18T17:47:15.991Z | Downloaded console v0.16.2 |
| 643 | 2026-03-18T17:47:15.994Z | Downloaded env_filter v1.0.0 |
| 644 | 2026-03-18T17:47:15.994Z | Downloaded dirs-next v2.0.0 |
| 645 | 2026-03-18T17:47:15.997Z | Downloaded darling_macro v0.20.11 |
| 646 | 2026-03-18T17:47:15.997Z | Downloaded display-error-chain v0.2.2 |
| 647 | 2026-03-18T17:47:15.997Z | Downloaded convert_case v0.4.0 |
| 648 | 2026-03-18T17:47:16.000Z | Downloaded bit-set v0.5.3 |
| 649 | 2026-03-18T17:47:16.000Z | Downloaded castaway v0.2.4 |
| 650 | 2026-03-18T17:47:16.000Z | Downloaded cexpr v0.6.0 |
| 651 | 2026-03-18T17:47:16.004Z | Downloaded float-ord v0.3.2 |
| 652 | 2026-03-18T17:47:16.005Z | Downloaded document-features v0.2.12 |
| 653 | 2026-03-18T17:47:16.007Z | Downloaded block-padding v0.3.3 |
| 654 | 2026-03-18T17:47:16.007Z | Downloaded bit-vec v0.8.0 |
| 655 | 2026-03-18T17:47:16.007Z | Downloaded cpufeatures v0.3.0 |
| 656 | 2026-03-18T17:47:16.011Z | Downloaded base16ct v1.0.0 |
| 657 | 2026-03-18T17:47:16.011Z | Downloaded foreign-types-shared v0.3.1 |
| 658 | 2026-03-18T17:47:16.011Z | Downloaded float-cmp v0.10.0 |
| 659 | 2026-03-18T17:47:16.015Z | Downloaded crc8 v0.1.1 |
| 660 | 2026-03-18T17:47:16.016Z | Downloaded ciborium-io v0.2.2 |
| 661 | 2026-03-18T17:47:16.016Z | Downloaded crc v3.4.0 |
| 662 | 2026-03-18T17:47:16.019Z | Downloaded futures-io v0.3.32 |
| 663 | 2026-03-18T17:47:16.019Z | Downloaded futures-core v0.3.32 |
| 664 | 2026-03-18T17:47:16.019Z | Downloaded foreign-types v0.5.0 |
| 665 | 2026-03-18T17:47:16.024Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 666 | 2026-03-18T17:47:16.024Z | Downloaded funty v2.0.0 |
| 667 | 2026-03-18T17:47:16.024Z | Downloaded difflib v0.4.0 |
| 668 | 2026-03-18T17:47:16.024Z | Downloaded darling_macro v0.21.3 |
| 669 | 2026-03-18T17:47:16.026Z | Downloaded flagset v0.4.7 |
| 670 | 2026-03-18T17:47:16.027Z | Downloaded bitflags v1.3.2 |
| 671 | 2026-03-18T17:47:16.030Z | Downloaded foreign-types-shared v0.1.1 |
| 672 | 2026-03-18T17:47:16.030Z | Downloaded foreign-types v0.3.2 |
| 673 | 2026-03-18T17:47:16.032Z | Downloaded fixedbitset v0.5.7 |
| 674 | 2026-03-18T17:47:16.032Z | Downloaded darling v0.23.0 |
| 675 | 2026-03-18T17:47:16.036Z | Downloaded futures-macro v0.3.32 |
| 676 | 2026-03-18T17:47:16.039Z | Downloaded cmake v0.1.57 |
| 677 | 2026-03-18T17:47:16.039Z | Downloaded ghash v0.5.1 |
| 678 | 2026-03-18T17:47:16.042Z | Downloaded fxhash v0.2.1 |
| 679 | 2026-03-18T17:47:16.042Z | Downloaded const_format v0.2.35 |
| 680 | 2026-03-18T17:47:16.045Z | Downloaded gethostname v0.5.0 |
| 681 | 2026-03-18T17:47:16.045Z | Downloaded futures-sink v0.3.32 |
| 682 | 2026-03-18T17:47:16.048Z | Downloaded hash32 v0.3.1 |
| 683 | 2026-03-18T17:47:16.048Z | Downloaded futures-task v0.3.32 |
| 684 | 2026-03-18T17:47:16.051Z | Downloaded derive_builder_macro v0.20.2 |
| 685 | 2026-03-18T17:47:16.051Z | Downloaded bumpalo v3.20.2 |
| 686 | 2026-03-18T17:47:16.054Z | Downloaded headers-core v0.3.0 |
| 687 | 2026-03-18T17:47:16.054Z | Downloaded filetime v0.2.27 |
| 688 | 2026-03-18T17:47:16.057Z | Downloaded hex v0.4.3 |
| 689 | 2026-03-18T17:47:16.057Z | Downloaded hash32 v0.2.1 |
| 690 | 2026-03-18T17:47:16.061Z | Downloaded globwalk v0.9.1 |
| 691 | 2026-03-18T17:47:16.061Z | Downloaded git-stub v1.0.0 |
| 692 | 2026-03-18T17:47:16.064Z | Downloaded ff v0.13.1 |
| 693 | 2026-03-18T17:47:16.064Z | Downloaded hostname v0.4.2 |
| 694 | 2026-03-18T17:47:16.064Z | Downloaded hex-literal v0.4.1 |
| 695 | 2026-03-18T17:47:16.068Z | Downloaded hostname v0.3.1 |
| 696 | 2026-03-18T17:47:16.068Z | Downloaded hubpack v0.1.2 |
| 697 | 2026-03-18T17:47:16.068Z | Downloaded defmt-macros v1.0.1 |
| 698 | 2026-03-18T17:47:16.071Z | Downloaded diesel-dtrace v0.5.0 |
| 699 | 2026-03-18T17:47:16.071Z | Downloaded der_derive v0.7.3 |
| 700 | 2026-03-18T17:47:16.074Z | Downloaded ena v0.14.4 |
| 701 | 2026-03-18T17:47:16.075Z | Downloaded ctr v0.9.2 |
| 702 | 2026-03-18T17:47:16.079Z | Downloaded cbc v0.1.2 |
| 703 | 2026-03-18T17:47:16.079Z | Downloaded derive_builder_core v0.20.2 |
| 704 | 2026-03-18T17:47:16.082Z | Downloaded foldhash v0.1.5 |
| 705 | 2026-03-18T17:47:16.082Z | Downloaded const_format_proc_macros v0.2.34 |
| 706 | 2026-03-18T17:47:16.085Z | Downloaded cargo_metadata v0.19.2 |
| 707 | 2026-03-18T17:47:16.085Z | Downloaded backoff v0.4.0 |
| 708 | 2026-03-18T17:47:16.088Z | Downloaded http-range v0.1.5 |
| 709 | 2026-03-18T17:47:16.088Z | Downloaded erased-serde v0.3.31 |
| 710 | 2026-03-18T17:47:16.091Z | Downloaded chacha20 v0.9.1 |
| 711 | 2026-03-18T17:47:16.094Z | Downloaded cassowary v0.3.0 |
| 712 | 2026-03-18T17:47:16.094Z | Downloaded camino-tempfile-ext v0.3.3 |
| 713 | 2026-03-18T17:47:16.097Z | Downloaded foldhash v0.2.0 |
| 714 | 2026-03-18T17:47:16.097Z | Downloaded fallible-iterator v0.2.0 |
| 715 | 2026-03-18T17:47:16.099Z | Downloaded hyper-tls v0.6.0 |
| 716 | 2026-03-18T17:47:16.099Z | Downloaded hubpack_derive v0.1.1 |
| 717 | 2026-03-18T17:47:16.099Z | Downloaded httpdate v1.0.3 |
| 718 | 2026-03-18T17:47:16.102Z | Downloaded futures-executor v0.3.32 |
| 719 | 2026-03-18T17:47:16.102Z | Downloaded bzip2 v0.4.4 |
| 720 | 2026-03-18T17:47:16.105Z | Downloaded blake2 v0.10.6 |
| 721 | 2026-03-18T17:47:16.108Z | Downloaded fs-err v2.11.0 |
| 722 | 2026-03-18T17:47:16.109Z | Downloaded foreign-types-macros v0.2.3 |
| 723 | 2026-03-18T17:47:16.112Z | Downloaded ed25519 v2.2.3 |
| 724 | 2026-03-18T17:47:16.112Z | Downloaded indoc v1.0.9 |
| 725 | 2026-03-18T17:47:16.116Z | Downloaded ident_case v1.0.1 |
| 726 | 2026-03-18T17:47:16.128Z | Downloaded is-terminal v0.4.17 |
| 727 | 2026-03-18T17:47:16.131Z | Downloaded glob v0.3.3 |
| 728 | 2026-03-18T17:47:16.131Z | Downloaded instability v0.3.11 |
| 729 | 2026-03-18T17:47:16.134Z | Downloaded inout v0.1.4 |
| 730 | 2026-03-18T17:47:16.134Z | Downloaded indent_write v2.2.0 |
| 731 | 2026-03-18T17:47:16.137Z | Downloaded globset v0.4.18 |
| 732 | 2026-03-18T17:47:16.137Z | Downloaded group v0.13.0 |
| 733 | 2026-03-18T17:47:16.140Z | Downloaded git-stub-vcs v0.1.0 |
| 734 | 2026-03-18T17:47:16.140Z | Downloaded futures v0.3.32 |
| 735 | 2026-03-18T17:47:16.143Z | Downloaded cookie v0.18.1 |
| 736 | 2026-03-18T17:47:16.145Z | Downloaded libscf-sys v1.1.0 |
| 737 | 2026-03-18T17:47:16.148Z | Downloaded lazy_static v1.5.0 |
| 738 | 2026-03-18T17:47:16.148Z | Downloaded lalrpop-util v0.19.12 |
| 739 | 2026-03-18T17:47:16.151Z | Downloaded kstat-rs v0.2.4 |
| 740 | 2026-03-18T17:47:16.151Z | Downloaded keccak v0.1.6 |
| 741 | 2026-03-18T17:47:16.151Z | Downloaded is_ci v1.2.0 |
| 742 | 2026-03-18T17:47:16.154Z | Downloaded internet-checksum v0.2.1 |
| 743 | 2026-03-18T17:47:16.154Z | Downloaded http-body-util v0.1.3 |
| 744 | 2026-03-18T17:47:16.157Z | Downloaded console v0.15.11 |
| 745 | 2026-03-18T17:47:16.160Z | Downloaded des v0.8.1 |
| 746 | 2026-03-18T17:47:16.160Z | Downloaded colored v3.1.1 |
| 747 | 2026-03-18T17:47:16.163Z | Downloaded crc32fast v1.5.0 |
| 748 | 2026-03-18T17:47:16.166Z | Downloaded dropshot_endpoint v0.16.7 |
| 749 | 2026-03-18T17:47:16.169Z | Downloaded derive_builder v0.20.2 |
| 750 | 2026-03-18T17:47:16.172Z | Downloaded lru-slab v0.1.2 |
| 751 | 2026-03-18T17:47:16.172Z | Downloaded hyper-staticfile v0.10.1 |
| 752 | 2026-03-18T17:47:16.175Z | Downloaded md5 v0.7.0 |
| 753 | 2026-03-18T17:47:16.175Z | Downloaded match_cfg v0.1.0 |
| 754 | 2026-03-18T17:47:16.178Z | Downloaded managed v0.8.0 |
| 755 | 2026-03-18T17:47:16.178Z | Downloaded lzss v0.8.2 |
| 756 | 2026-03-18T17:47:16.181Z | Downloaded md-5 v0.10.6 |
| 757 | 2026-03-18T17:47:16.181Z | Downloaded mime v0.3.17 |
| 758 | 2026-03-18T17:47:16.184Z | Downloaded memoffset v0.9.1 |
| 759 | 2026-03-18T17:47:16.184Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 760 | 2026-03-18T17:47:16.186Z | Downloaded getrandom v0.2.17 |
| 761 | 2026-03-18T17:47:16.189Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-03-18T17:47:16.189Z | Downloaded newtype-uuid-macros v0.1.0 |
| 763 | 2026-03-18T17:47:16.192Z | Downloaded ingot v0.1.1 |
| 764 | 2026-03-18T17:47:16.192Z | Downloaded indoc v2.0.7 |
| 765 | 2026-03-18T17:47:16.196Z | Downloaded multimap v0.10.1 |
| 766 | 2026-03-18T17:47:16.196Z | Downloaded maplit v1.0.2 |
| 767 | 2026-03-18T17:47:16.199Z | Downloaded instant v0.1.13 |
| 768 | 2026-03-18T17:47:16.199Z | Downloaded new_debug_unreachable v1.0.6 |
| 769 | 2026-03-18T17:47:16.199Z | Downloaded nodrop v0.1.14 |
| 770 | 2026-03-18T17:47:16.202Z | Downloaded nibble_vec v0.1.0 |
| 771 | 2026-03-18T17:47:16.202Z | Downloaded half v1.8.3 |
| 772 | 2026-03-18T17:47:16.205Z | Downloaded highway v1.3.0 |
| 773 | 2026-03-18T17:47:16.205Z | Downloaded hickory-client v0.25.2 |
| 774 | 2026-03-18T17:47:16.208Z | Downloaded newtype_derive v0.1.6 |
| 775 | 2026-03-18T17:47:16.208Z | Downloaded const-oid v0.9.6 |
| 776 | 2026-03-18T17:47:16.211Z | Downloaded num v0.4.3 |
| 777 | 2026-03-18T17:47:16.211Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2026-03-18T17:47:16.214Z | Downloaded num-derive v0.3.3 |
| 779 | 2026-03-18T17:47:16.214Z | Downloaded maybe-uninit v2.0.0 |
| 780 | 2026-03-18T17:47:16.214Z | Downloaded lru-cache v0.1.2 |
| 781 | 2026-03-18T17:47:16.217Z | Downloaded num-iter v0.1.45 |
| 782 | 2026-03-18T17:47:16.217Z | Downloaded num-derive v0.4.2 |
| 783 | 2026-03-18T17:47:16.221Z | Downloaded ipnetwork v0.21.1 |
| 784 | 2026-03-18T17:47:16.221Z | Downloaded num_threads v0.1.7 |
| 785 | 2026-03-18T17:47:16.225Z | Downloaded num_enum_derive v0.5.11 |
| 786 | 2026-03-18T17:47:16.225Z | Downloaded hmac v0.12.1 |
| 787 | 2026-03-18T17:47:16.225Z | Downloaded linked-hash-map v0.5.6 |
| 788 | 2026-03-18T17:47:16.228Z | Downloaded futures-channel v0.3.32 |
| 789 | 2026-03-18T17:47:16.229Z | Downloaded num-conv v0.2.0 |
| 790 | 2026-03-18T17:47:16.229Z | Downloaded olpc-cjson v0.1.4 |
| 791 | 2026-03-18T17:47:16.231Z | Downloaded jobserver v0.1.34 |
| 792 | 2026-03-18T17:47:16.232Z | Downloaded linear-map v1.2.0 |
| 793 | 2026-03-18T17:47:16.234Z | Downloaded libsw-core v0.3.2 |
| 794 | 2026-03-18T17:47:16.234Z | Downloaded fatfs v0.3.6 |
| 795 | 2026-03-18T17:47:16.239Z | Downloaded libsw v3.5.0 |
| 796 | 2026-03-18T17:47:16.242Z | Downloaded ahash v0.8.12 |
| 797 | 2026-03-18T17:47:16.242Z | Downloaded darling v0.21.3 |
| 798 | 2026-03-18T17:47:16.245Z | Downloaded crc-any v2.5.0 |
| 799 | 2026-03-18T17:47:16.249Z | Downloaded elliptic-curve v0.13.8 |
| 800 | 2026-03-18T17:47:16.252Z | Downloaded openssl-probe v0.1.6 |
| 801 | 2026-03-18T17:47:16.252Z | Downloaded opaque-debug v0.3.1 |
| 802 | 2026-03-18T17:47:16.252Z | Downloaded mime_guess v2.0.5 |
| 803 | 2026-03-18T17:47:16.255Z | Downloaded openssl-probe v0.2.1 |
| 804 | 2026-03-18T17:47:16.255Z | Downloaded lru v0.12.5 |
| 805 | 2026-03-18T17:47:16.255Z | Downloaded libloading v0.8.9 |
| 806 | 2026-03-18T17:47:16.259Z | Downloaded openssl-macros v0.1.1 |
| 807 | 2026-03-18T17:47:16.262Z | Downloaded newtype-uuid v1.3.2 |
| 808 | 2026-03-18T17:47:16.262Z | Downloaded oso-derive v0.27.3 |
| 809 | 2026-03-18T17:47:16.262Z | Downloaded iana-time-zone v0.1.65 |
| 810 | 2026-03-18T17:47:16.266Z | Downloaded diff v0.1.13 |
| 811 | 2026-03-18T17:47:16.269Z | Downloaded packed_struct_codegen v0.10.1 |
| 812 | 2026-03-18T17:47:16.269Z | Downloaded diesel_derives v2.3.7 |
| 813 | 2026-03-18T17:47:16.272Z | Downloaded nonempty v0.12.0 |
| 814 | 2026-03-18T17:47:16.277Z | Downloaded native-tls v0.2.18 |
| 815 | 2026-03-18T17:47:16.277Z | Downloaded nanorand v0.7.0 |
| 816 | 2026-03-18T17:47:16.280Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-03-18T17:47:16.280Z | Downloaded getrandom v0.3.4 |
| 818 | 2026-03-18T17:47:16.284Z | Downloaded multer v3.1.0 |
| 819 | 2026-03-18T17:47:16.288Z | Downloaded ipnet v2.11.0 |
| 820 | 2026-03-18T17:47:16.288Z | Downloaded ingot-types v0.1.2 |
| 821 | 2026-03-18T17:47:16.288Z | Downloaded lock_api v0.4.14 |
| 822 | 2026-03-18T17:47:16.288Z | Downloaded ingot-macros v0.1.1 |
| 823 | 2026-03-18T17:47:16.292Z | Downloaded base64 v0.21.7 |
| 824 | 2026-03-18T17:47:16.295Z | Downloaded libefi-sys v0.1.0 |
| 825 | 2026-03-18T17:47:16.295Z | Downloaded httparse v1.10.1 |
| 826 | 2026-03-18T17:47:16.295Z | Downloaded compact_str v0.8.1 |
| 827 | 2026-03-18T17:47:16.299Z | Downloaded parse-size v1.1.0 |
| 828 | 2026-03-18T17:47:16.302Z | Downloaded num_enum_derive v0.7.5 |
| 829 | 2026-03-18T17:47:16.302Z | Downloaded num_enum v0.7.5 |
| 830 | 2026-03-18T17:47:16.305Z | Downloaded peg-runtime v0.8.5 |
| 831 | 2026-03-18T17:47:16.310Z | Downloaded pbkdf2 v0.12.2 |
| 832 | 2026-03-18T17:47:16.310Z | Downloaded phf_shared v0.12.1 |
| 833 | 2026-03-18T17:47:16.310Z | Downloaded path-slash v0.1.5 |
| 834 | 2026-03-18T17:47:16.313Z | Downloaded pbkdf2 v0.11.0 |
| 835 | 2026-03-18T17:47:16.313Z | Downloaded phf_shared v0.11.3 |
| 836 | 2026-03-18T17:47:16.313Z | Downloaded bytes v1.11.1 |
| 837 | 2026-03-18T17:47:16.316Z | Downloaded chacha20poly1305 v0.10.1 |
| 838 | 2026-03-18T17:47:16.319Z | Downloaded num-rational v0.4.2 |
| 839 | 2026-03-18T17:47:16.319Z | Downloaded num-integer v0.1.46 |
| 840 | 2026-03-18T17:47:16.322Z | Downloaded pin-utils v0.1.0 |
| 841 | 2026-03-18T17:47:16.322Z | Downloaded darling_core v0.20.11 |
| 842 | 2026-03-18T17:47:16.325Z | Downloaded fs_extra v1.3.0 |
| 843 | 2026-03-18T17:47:16.329Z | Downloaded phf_shared v0.13.1 |
| 844 | 2026-03-18T17:47:16.329Z | Downloaded num_enum v0.5.11 |
| 845 | 2026-03-18T17:47:16.332Z | Downloaded darling_core v0.21.3 |
| 846 | 2026-03-18T17:47:16.335Z | Downloaded predicates-core v1.0.10 |
| 847 | 2026-03-18T17:47:16.338Z | Downloaded colored v2.2.0 |
| 848 | 2026-03-18T17:47:16.342Z | Downloaded predicates-tree v1.0.13 |
| 849 | 2026-03-18T17:47:16.343Z | Downloaded memmap2 v0.9.10 |
| 850 | 2026-03-18T17:47:16.343Z | Downloaded ar_archive_writer v0.5.1 |
| 851 | 2026-03-18T17:47:16.346Z | Downloaded oxnet v0.1.4 |
| 852 | 2026-03-18T17:47:16.349Z | Downloaded oxide-tokio-rt v0.1.3 |
| 853 | 2026-03-18T17:47:16.349Z | Downloaded owo-colors v4.3.0 |
| 854 | 2026-03-18T17:47:16.354Z | Downloaded litrs v1.0.0 |
| 855 | 2026-03-18T17:47:16.355Z | Downloaded proc-macro-crate v1.3.1 |
| 856 | 2026-03-18T17:47:16.360Z | Downloaded precomputed-hash v0.1.1 |
| 857 | 2026-03-18T17:47:16.360Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 858 | 2026-03-18T17:47:16.360Z | Downloaded proc-macro-crate v3.4.0 |
| 859 | 2026-03-18T17:47:16.360Z | Downloaded powerfmt v0.2.0 |
| 860 | 2026-03-18T17:47:16.360Z | Downloaded packed_struct v0.10.1 |
| 861 | 2026-03-18T17:47:16.364Z | Downloaded ignore v0.4.25 |
| 862 | 2026-03-18T17:47:16.364Z | Downloaded indexmap v1.9.3 |
| 863 | 2026-03-18T17:47:16.369Z | Downloaded parking_lot_core v0.8.6 |
| 864 | 2026-03-18T17:47:16.369Z | Downloaded hyper-rustls v0.27.7 |
| 865 | 2026-03-18T17:47:16.372Z | Downloaded progenitor-client v0.11.2 |
| 866 | 2026-03-18T17:47:16.372Z | Downloaded humantime v2.3.0 |
| 867 | 2026-03-18T17:47:16.372Z | Downloaded cookie_store v0.22.1 |
| 868 | 2026-03-18T17:47:16.375Z | Downloaded ciborium v0.2.2 |
| 869 | 2026-03-18T17:47:16.375Z | Downloaded clang-sys v1.8.1 |
| 870 | 2026-03-18T17:47:16.378Z | Downloaded nu-ansi-term v0.50.3 |
| 871 | 2026-03-18T17:47:16.378Z | Downloaded paste v1.0.15 |
| 872 | 2026-03-18T17:47:16.382Z | Downloaded pem-rfc7468 v0.7.0 |
| 873 | 2026-03-18T17:47:16.386Z | Downloaded pem v3.0.6 |
| 874 | 2026-03-18T17:47:16.386Z | Downloaded parse-display-derive v0.10.0 |
| 875 | 2026-03-18T17:47:16.386Z | Downloaded peg v0.8.5 |
| 876 | 2026-03-18T17:47:16.390Z | Downloaded quick-error v1.2.3 |
| 877 | 2026-03-18T17:47:16.393Z | Downloaded progenitor-macro v0.10.0 |
| 878 | 2026-03-18T17:47:16.393Z | Downloaded psl-types v2.0.11 |
| 879 | 2026-03-18T17:47:16.393Z | Downloaded progenitor-macro v0.11.2 |
| 880 | 2026-03-18T17:47:16.397Z | Downloaded heapless v0.8.0 |
| 881 | 2026-03-18T17:47:16.397Z | Downloaded peg-macros v0.8.5 |
| 882 | 2026-03-18T17:47:16.400Z | Downloaded num-complex v0.4.6 |
| 883 | 2026-03-18T17:47:16.400Z | Downloaded base64 v0.22.1 |
| 884 | 2026-03-18T17:47:16.403Z | Downloaded phf v0.13.1 |
| 885 | 2026-03-18T17:47:16.403Z | Downloaded phf v0.12.1 |
| 886 | 2026-03-18T17:47:16.407Z | Downloaded headers v0.4.1 |
| 887 | 2026-03-18T17:47:16.410Z | Downloaded pkcs8 v0.10.2 |
| 888 | 2026-03-18T17:47:16.414Z | Downloaded radium v0.7.0 |
| 889 | 2026-03-18T17:47:16.414Z | Downloaded pin-project-internal v1.1.11 |
| 890 | 2026-03-18T17:47:16.417Z | Downloaded password-hash v0.5.0 |
| 891 | 2026-03-18T17:47:16.417Z | Downloaded half v2.7.1 |
| 892 | 2026-03-18T17:47:16.421Z | Downloaded rand_xorshift v0.4.0 |
| 893 | 2026-03-18T17:47:16.421Z | Downloaded rand_chacha v0.3.1 |
| 894 | 2026-03-18T17:47:16.425Z | Downloaded postgres-protocol v0.6.10 |
| 895 | 2026-03-18T17:47:16.425Z | Downloaded poly1305 v0.8.0 |
| 896 | 2026-03-18T17:47:16.431Z | Downloaded derive_more v2.1.1 |
| 897 | 2026-03-18T17:47:16.434Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 898 | 2026-03-18T17:47:16.436Z | Downloaded recursive v0.1.1 |
| 899 | 2026-03-18T17:47:16.437Z | Downloaded polyval v0.6.2 |
| 900 | 2026-03-18T17:47:16.439Z | Downloaded ppv-lite86 v0.2.21 |
| 901 | 2026-03-18T17:47:16.440Z | Downloaded parking_lot v0.12.5 |
| 902 | 2026-03-18T17:47:16.442Z | Downloaded der v0.7.10 |
| 903 | 2026-03-18T17:47:16.446Z | Downloaded progenitor-client v0.10.0 |
| 904 | 2026-03-18T17:47:16.450Z | Downloaded progenitor v0.13.0 |
| 905 | 2026-03-18T17:47:16.450Z | Downloaded ref-cast v1.0.25 |
| 906 | 2026-03-18T17:47:16.453Z | Downloaded parking_lot v0.11.2 |
| 907 | 2026-03-18T17:47:16.453Z | Downloaded progenitor-client v0.13.0 |
| 908 | 2026-03-18T17:47:16.453Z | Downloaded progenitor v0.10.0 |
| 909 | 2026-03-18T17:47:16.456Z | Downloaded psm v0.1.30 |
| 910 | 2026-03-18T17:47:16.461Z | Downloaded progenitor-extras v0.1.1 |
| 911 | 2026-03-18T17:47:16.461Z | Downloaded rfc6979 v0.4.0 |
| 912 | 2026-03-18T17:47:16.461Z | Downloaded parking_lot_core v0.9.12 |
| 913 | 2026-03-18T17:47:16.464Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-03-18T17:47:16.464Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-03-18T17:47:16.464Z | Downloaded proc-macro-error2 v2.0.1 |
| 916 | 2026-03-18T17:47:16.467Z | Downloaded progenitor v0.11.2 |
| 917 | 2026-03-18T17:47:16.470Z | Downloaded heapless v0.7.17 |
| 918 | 2026-03-18T17:47:16.473Z | Downloaded r2d2 v0.8.10 |
| 919 | 2026-03-18T17:47:16.473Z | Downloaded hickory-resolver v0.24.4 |
| 920 | 2026-03-18T17:47:16.476Z | Downloaded password-hash v0.4.2 |
| 921 | 2026-03-18T17:47:16.479Z | Downloaded hickory-resolver v0.25.2 |
| 922 | 2026-03-18T17:47:16.482Z | Downloaded progenitor-macro v0.13.0 |
| 923 | 2026-03-18T17:47:16.482Z | Downloaded libbz2-rs-sys v0.2.2 |
| 924 | 2026-03-18T17:47:16.485Z | Downloaded pkcs5 v0.7.1 |
| 925 | 2026-03-18T17:47:16.488Z | Downloaded russh-cryptovec v0.7.3 |
| 926 | 2026-03-18T17:47:16.488Z | Downloaded pkcs1 v0.7.5 |
| 927 | 2026-03-18T17:47:16.492Z | Downloaded rtoolbox v0.0.3 |
| 928 | 2026-03-18T17:47:16.492Z | Downloaded indicatif v0.18.4 |
| 929 | 2026-03-18T17:47:16.495Z | Downloaded dropshot-api-manager v0.6.0 |
| 930 | 2026-03-18T17:47:16.498Z | Downloaded omicron-zone-package v0.12.2 |
| 931 | 2026-03-18T17:47:16.502Z | Downloaded rand_core v0.9.5 |
| 932 | 2026-03-18T17:47:16.502Z | Downloaded rand_chacha v0.9.0 |
| 933 | 2026-03-18T17:47:16.507Z | Downloaded darling_core v0.23.0 |
| 934 | 2026-03-18T17:47:16.510Z | Downloaded rustc_version v0.4.1 |
| 935 | 2026-03-18T17:47:16.510Z | Downloaded rand_core v0.10.0 |
| 936 | 2026-03-18T17:47:16.510Z | Downloaded rand_core v0.6.4 |
| 937 | 2026-03-18T17:47:16.513Z | Downloaded postgres-types v0.2.12 |
| 938 | 2026-03-18T17:47:16.513Z | Downloaded flume v0.11.1 |
| 939 | 2026-03-18T17:47:16.523Z | Downloaded same-file v1.0.6 |
| 940 | 2026-03-18T17:47:16.527Z | Downloaded scopeguard v1.2.0 |
| 941 | 2026-03-18T17:47:16.527Z | Downloaded flate2 v1.1.9 |
| 942 | 2026-03-18T17:47:16.527Z | Downloaded salsa20 v0.10.2 |
| 943 | 2026-03-18T17:47:16.527Z | Downloaded rand_seeder v0.4.0 |
| 944 | 2026-03-18T17:47:16.527Z | Downloaded oso v0.27.3 |
| 945 | 2026-03-18T17:47:16.531Z | Downloaded primeorder v0.13.6 |
| 946 | 2026-03-18T17:47:16.531Z | Downloaded papergrid v0.17.0 |
| 947 | 2026-03-18T17:47:16.534Z | Downloaded miniz_oxide v0.8.9 |
| 948 | 2026-03-18T17:47:16.537Z | Downloaded ref-cast-impl v1.0.25 |
| 949 | 2026-03-18T17:47:16.537Z | Downloaded aes v0.8.4 |
| 950 | 2026-03-18T17:47:16.540Z | Downloaded secrecy v0.8.0 |
| 951 | 2026-03-18T17:47:16.540Z | Downloaded scrypt v0.11.0 |
| 952 | 2026-03-18T17:47:16.543Z | Downloaded sapling-renderdag v0.1.0 |
| 953 | 2026-03-18T17:47:16.543Z | Downloaded predicates v3.1.4 |
| 954 | 2026-03-18T17:47:16.546Z | Downloaded serde_plain v1.0.2 |
| 955 | 2026-03-18T17:47:16.546Z | Downloaded serde_repr v0.1.20 |
| 956 | 2026-03-18T17:47:16.549Z | Downloaded scroll_derive v0.13.1 |
| 957 | 2026-03-18T17:47:16.549Z | Downloaded derive_more-impl v2.1.1 |
| 958 | 2026-03-18T17:47:16.553Z | Downloaded semver v0.1.20 |
| 959 | 2026-03-18T17:47:16.556Z | Downloaded resolv-conf v0.7.6 |
| 960 | 2026-03-18T17:47:16.556Z | Downloaded jiff-static v0.2.21 |
| 961 | 2026-03-18T17:47:16.561Z | Downloaded serde-big-array v0.5.1 |
| 962 | 2026-03-18T17:47:16.565Z | Downloaded seq-macro v0.3.6 |
| 963 | 2026-03-18T17:47:16.565Z | Downloaded pin-project-lite v0.2.17 |
| 964 | 2026-03-18T17:47:16.568Z | Downloaded postcard v1.1.3 |
| 965 | 2026-03-18T17:47:16.568Z | Downloaded serde_spanned v1.0.4 |
| 966 | 2026-03-18T17:47:16.571Z | Downloaded cc v1.2.56 |
| 967 | 2026-03-18T17:47:16.571Z | Downloaded shell-words v1.1.1 |
| 968 | 2026-03-18T17:47:16.574Z | Downloaded crypto-bigint v0.5.5 |
| 969 | 2026-03-18T17:47:16.578Z | Downloaded ed25519-dalek v2.2.0 |
| 970 | 2026-03-18T17:47:16.581Z | Downloaded pkg-config v0.3.32 |
| 971 | 2026-03-18T17:47:16.585Z | Downloaded signal-hook-tokio v0.3.1 |
| 972 | 2026-03-18T17:47:16.585Z | Downloaded signal-hook-mio v0.2.5 |
| 973 | 2026-03-18T17:47:16.587Z | Downloaded quinn-udp v0.5.14 |
| 974 | 2026-03-18T17:47:16.588Z | Downloaded siphasher v1.0.2 |
| 975 | 2026-03-18T17:47:16.588Z | Downloaded cancel-safe-futures v0.1.5 |
| 976 | 2026-03-18T17:47:16.591Z | Downloaded cargo_toml v0.22.3 |
| 977 | 2026-03-18T17:47:16.595Z | Downloaded bzip2 v0.6.1 |
| 978 | 2026-03-18T17:47:16.595Z | Downloaded http-body v1.0.1 |
| 979 | 2026-03-18T17:47:16.598Z | Downloaded serde_urlencoded v0.7.1 |
| 980 | 2026-03-18T17:47:16.598Z | Downloaded sigpipe v0.1.3 |
| 981 | 2026-03-18T17:47:16.598Z | Downloaded serde_bytes v0.11.19 |
| 982 | 2026-03-18T17:47:16.598Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-03-18T17:47:16.601Z | Downloaded rusty-fork v0.3.1 |
| 984 | 2026-03-18T17:47:16.602Z | Downloaded rustversion v1.0.22 |
| 985 | 2026-03-18T17:47:16.605Z | Downloaded slog-bunyan v2.5.0 |
| 986 | 2026-03-18T17:47:16.605Z | Downloaded home v0.5.12 |
| 987 | 2026-03-18T17:47:16.608Z | Downloaded rustls-pemfile v2.2.0 |
| 988 | 2026-03-18T17:47:16.608Z | Downloaded scheduled-thread-pool v0.2.7 |
| 989 | 2026-03-18T17:47:16.611Z | Downloaded rustls-pemfile v1.0.4 |
| 990 | 2026-03-18T17:47:16.611Z | Downloaded minimal-lexical v0.2.1 |
| 991 | 2026-03-18T17:47:16.615Z | Downloaded rustls-native-certs v0.8.3 |
| 992 | 2026-03-18T17:47:16.619Z | Downloaded pin-project v1.1.11 |
| 993 | 2026-03-18T17:47:16.624Z | Downloaded sec1 v0.7.3 |
| 994 | 2026-03-18T17:47:16.627Z | Downloaded schemars_derive v0.8.22 |
| 995 | 2026-03-18T17:47:16.627Z | Downloaded russh-keys v0.45.0 |
| 996 | 2026-03-18T17:47:16.630Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-03-18T17:47:16.633Z | Downloaded serde-hex v0.1.0 |
| 998 | 2026-03-18T17:47:16.633Z | Downloaded p256 v0.13.2 |
| 999 | 2026-03-18T17:47:16.636Z | Downloaded secrecy v0.10.3 |
| 1000 | 2026-03-18T17:47:16.640Z | Downloaded hashbrown v0.12.3 |
| 1001 | 2026-03-18T17:47:16.643Z | Downloaded aho-corasick v1.1.4 |
| 1002 | 2026-03-18T17:47:16.647Z | Downloaded http v1.4.0 |
| 1003 | 2026-03-18T17:47:16.651Z | Downloaded convert_case v0.10.0 |
| 1004 | 2026-03-18T17:47:16.651Z | Downloaded hickory-server v0.25.2 |
| 1005 | 2026-03-18T17:47:16.654Z | Downloaded hashbrown v0.13.2 |
| 1006 | 2026-03-18T17:47:16.657Z | Downloaded progenitor-impl v0.11.2 |
| 1007 | 2026-03-18T17:47:16.661Z | Downloaded daft v0.1.5 |
| 1008 | 2026-03-18T17:47:16.661Z | Downloaded corncobs v0.1.4 |
| 1009 | 2026-03-18T17:47:16.665Z | Downloaded structmeta v0.3.0 |
| 1010 | 2026-03-18T17:47:16.665Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1011 | 2026-03-18T17:47:16.665Z | Downloaded ssh-cipher v0.2.0 |
| 1012 | 2026-03-18T17:47:16.665Z | Downloaded ssh-encoding v0.2.0 |
| 1013 | 2026-03-18T17:47:16.670Z | Downloaded sqlparser_derive v0.5.0 |
| 1014 | 2026-03-18T17:47:16.670Z | Downloaded serde_path_to_error v0.1.20 |
| 1015 | 2026-03-18T17:47:16.670Z | Downloaded sct v0.7.1 |
| 1016 | 2026-03-18T17:47:16.674Z | Downloaded structmeta-derive v0.3.0 |
| 1017 | 2026-03-18T17:47:16.674Z | Downloaded rustls-pki-types v1.14.0 |
| 1018 | 2026-03-18T17:47:16.674Z | Downloaded simd-adler32 v0.3.8 |
| 1019 | 2026-03-18T17:47:16.676Z | Downloaded serde_derive_internals v0.29.1 |
| 1020 | 2026-03-18T17:47:16.680Z | Downloaded signature v2.2.0 |
| 1021 | 2026-03-18T17:47:16.680Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-03-18T17:47:16.680Z | Downloaded shlex v1.3.0 |
| 1023 | 2026-03-18T17:47:16.684Z | Downloaded derive-ex v0.1.8 |
| 1024 | 2026-03-18T17:47:16.684Z | Downloaded slog-envlogger v2.2.0 |
| 1025 | 2026-03-18T17:47:16.687Z | Downloaded slog-async v2.8.0 |
| 1026 | 2026-03-18T17:47:16.687Z | Downloaded strum v0.27.2 |
| 1027 | 2026-03-18T17:47:16.687Z | Downloaded supports-color v3.0.2 |
| 1028 | 2026-03-18T17:47:16.687Z | Downloaded strum v0.26.3 |
| 1029 | 2026-03-18T17:47:16.690Z | Downloaded slog-scope v4.4.1 |
| 1030 | 2026-03-18T17:47:16.690Z | Downloaded slab v0.4.12 |
| 1031 | 2026-03-18T17:47:16.694Z | Downloaded scroll v0.13.0 |
| 1032 | 2026-03-18T17:47:16.694Z | Downloaded find-msvc-tools v0.1.9 |
| 1033 | 2026-03-18T17:47:16.694Z | Downloaded sync_wrapper v1.0.2 |
| 1034 | 2026-03-18T17:47:16.698Z | Downloaded sync-ptr v0.1.4 |
| 1035 | 2026-03-18T17:47:16.698Z | Downloaded progenitor-impl v0.10.0 |
| 1036 | 2026-03-18T17:47:16.698Z | Downloaded hyper-util v0.1.20 |
| 1037 | 2026-03-18T17:47:16.702Z | Downloaded subtle v2.6.1 |
| 1038 | 2026-03-18T17:47:16.705Z | Downloaded slog-stdlog v4.1.1 |
| 1039 | 2026-03-18T17:47:16.705Z | Downloaded crossterm v0.29.0 |
| 1040 | 2026-03-18T17:47:16.709Z | Downloaded tabwriter v1.4.1 |
| 1041 | 2026-03-18T17:47:16.712Z | Downloaded take_mut v0.2.2 |
| 1042 | 2026-03-18T17:47:16.712Z | Downloaded openssl-sys v0.9.111 |
| 1043 | 2026-03-18T17:47:16.715Z | Downloaded spki v0.7.3 |
| 1044 | 2026-03-18T17:47:16.718Z | Downloaded pretty_assertions v1.4.1 |
| 1045 | 2026-03-18T17:47:16.721Z | Downloaded rcgen v0.12.1 |
| 1046 | 2026-03-18T17:47:16.721Z | Downloaded prettyplease v0.2.37 |
| 1047 | 2026-03-18T17:47:16.724Z | Downloaded tagptr v0.2.0 |
| 1048 | 2026-03-18T17:47:16.728Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-03-18T17:47:16.728Z | Downloaded slog-json v2.6.1 |
| 1050 | 2026-03-18T17:47:16.728Z | Downloaded slog-dtrace v0.3.0 |
| 1051 | 2026-03-18T17:47:16.731Z | Downloaded smallvec v0.6.14 |
| 1052 | 2026-03-18T17:47:16.731Z | Downloaded crc-catalog v2.4.0 |
| 1053 | 2026-03-18T17:47:16.734Z | Downloaded termtree v0.5.1 |
| 1054 | 2026-03-18T17:47:16.734Z | Downloaded tap v1.0.1 |
| 1055 | 2026-03-18T17:47:16.734Z | Downloaded snafu-derive v0.8.9 |
| 1056 | 2026-03-18T17:47:16.738Z | Downloaded thread-id v5.1.0 |
| 1057 | 2026-03-18T17:47:16.738Z | Downloaded sqlformat v0.3.5 |
| 1058 | 2026-03-18T17:47:16.741Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1059 | 2026-03-18T17:47:16.742Z | Downloaded constant_time_eq v0.4.2 |
| 1060 | 2026-03-18T17:47:16.742Z | Downloaded cipher v0.4.4 |
| 1061 | 2026-03-18T17:47:16.745Z | Downloaded string_cache v0.8.9 |
| 1062 | 2026-03-18T17:47:16.745Z | Downloaded serde_with_macros v3.17.0 |
| 1063 | 2026-03-18T17:47:16.748Z | Downloaded progenitor-impl v0.13.0 |
| 1064 | 2026-03-18T17:47:16.751Z | Downloaded blowfish v0.9.1 |
| 1065 | 2026-03-18T17:47:16.751Z | Downloaded crossbeam-channel v0.5.15 |
| 1066 | 2026-03-18T17:47:16.754Z | Downloaded stacker v0.1.23 |
| 1067 | 2026-03-18T17:47:16.757Z | Downloaded ron v0.8.1 |
| 1068 | 2026-03-18T17:47:16.760Z | Downloaded testing_table v0.3.0 |
| 1069 | 2026-03-18T17:47:16.760Z | Downloaded stringprep v0.1.5 |
| 1070 | 2026-03-18T17:47:16.763Z | Downloaded buf-list v1.1.2 |
| 1071 | 2026-03-18T17:47:16.763Z | Downloaded time-core v0.1.8 |
| 1072 | 2026-03-18T17:47:16.766Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2026-03-18T17:47:16.766Z | Downloaded strum_macros v0.26.4 |
| 1074 | 2026-03-18T17:47:16.769Z | Downloaded serde_cbor v0.11.2 |
| 1075 | 2026-03-18T17:47:16.770Z | Downloaded fd-lock v4.0.4 |
| 1076 | 2026-03-18T17:47:16.773Z | Downloaded strum_macros v0.27.2 |
| 1077 | 2026-03-18T17:47:16.776Z | Downloaded publicsuffix v2.3.0 |
| 1078 | 2026-03-18T17:47:16.776Z | Downloaded aes-gcm v0.10.3 |
| 1079 | 2026-03-18T17:47:16.779Z | Downloaded smf v0.2.3 |
| 1080 | 2026-03-18T17:47:16.782Z | Downloaded strum_macros v0.24.3 |
| 1081 | 2026-03-18T17:47:16.782Z | Downloaded spin v0.9.8 |
| 1082 | 2026-03-18T17:47:16.785Z | Downloaded arc-swap v1.8.2 |
| 1083 | 2026-03-18T17:47:16.788Z | Downloaded dunce v1.0.5 |
| 1084 | 2026-03-18T17:47:16.788Z | Downloaded nom v7.1.3 |
| 1085 | 2026-03-18T17:47:16.791Z | Downloaded defmt-parser v1.0.0 |
| 1086 | 2026-03-18T17:47:16.794Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1087 | 2026-03-18T17:47:16.797Z | Downloaded ryu v1.0.23 |
| 1088 | 2026-03-18T17:47:16.800Z | Downloaded support-bundle-viewer v0.1.2 |
| 1089 | 2026-03-18T17:47:16.800Z | Downloaded itertools v0.10.5 |
| 1090 | 2026-03-18T17:47:16.804Z | Downloaded rayon-core v1.13.0 |
| 1091 | 2026-03-18T17:47:16.807Z | Downloaded rand v0.8.5 |
| 1092 | 2026-03-18T17:47:16.810Z | Downloaded termios v0.3.3 |
| 1093 | 2026-03-18T17:47:16.813Z | Downloaded hashbrown v0.15.5 |
| 1094 | 2026-03-18T17:47:16.816Z | Downloaded data-encoding v2.10.0 |
| 1095 | 2026-03-18T17:47:16.820Z | Downloaded bitfield v0.19.4 |
| 1096 | 2026-03-18T17:47:16.820Z | Downloaded slog-term v2.9.2 |
| 1097 | 2026-03-18T17:47:16.823Z | Downloaded bit-vec v0.6.3 |
| 1098 | 2026-03-18T17:47:16.823Z | Downloaded topological-sort v0.2.2 |
| 1099 | 2026-03-18T17:47:16.827Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-03-18T17:47:16.827Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-03-18T17:47:16.832Z | Downloaded tower-layer v0.3.3 |
| 1102 | 2026-03-18T17:47:16.832Z | Downloaded crossterm v0.28.1 |
| 1103 | 2026-03-18T17:47:16.841Z | Downloaded tls_codec v0.4.2 |
| 1104 | 2026-03-18T17:47:16.844Z | Downloaded num-bigint v0.4.6 |
| 1105 | 2026-03-18T17:47:16.847Z | Downloaded unarray v0.1.4 |
| 1106 | 2026-03-18T17:47:16.850Z | Downloaded thread_local v1.1.9 |
| 1107 | 2026-03-18T17:47:16.850Z | Downloaded thiserror-no-std v2.0.2 |
| 1108 | 2026-03-18T17:47:16.855Z | Downloaded static_assertions v1.1.0 |
| 1109 | 2026-03-18T17:47:16.860Z | Downloaded tiny-keccak v2.0.2 |
| 1110 | 2026-03-18T17:47:16.863Z | Downloaded typify-macro v0.6.1 |
| 1111 | 2026-03-18T17:47:16.863Z | Downloaded slog v2.8.2 |
| 1112 | 2026-03-18T17:47:16.867Z | Downloaded time-macros v0.2.27 |
| 1113 | 2026-03-18T17:47:16.870Z | Downloaded typify-macro v0.4.3 |
| 1114 | 2026-03-18T17:47:16.870Z | Downloaded libxml v0.3.3 |
| 1115 | 2026-03-18T17:47:16.873Z | Downloaded tokio-macros v2.6.0 |
| 1116 | 2026-03-18T17:47:16.878Z | Downloaded tokio-dtrace v0.1.1 |
| 1117 | 2026-03-18T17:47:16.878Z | Downloaded unit-prefix v0.5.2 |
| 1118 | 2026-03-18T17:47:16.881Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-03-18T17:47:16.882Z | Downloaded similar v2.7.0 |
| 1120 | 2026-03-18T17:47:16.885Z | Downloaded tokio-native-tls v0.3.1 |
| 1121 | 2026-03-18T17:47:16.885Z | Downloaded term v0.7.0 |
| 1122 | 2026-03-18T17:47:16.888Z | Downloaded usdt v0.6.0 |
| 1123 | 2026-03-18T17:47:16.888Z | Downloaded untrusted v0.9.0 |
| 1124 | 2026-03-18T17:47:16.888Z | Downloaded untrusted v0.7.1 |
| 1125 | 2026-03-18T17:47:16.892Z | Downloaded unicode-truncate v1.1.0 |
| 1126 | 2026-03-18T17:47:16.892Z | Downloaded socket2 v0.5.10 |
| 1127 | 2026-03-18T17:47:16.896Z | Downloaded utf-8 v0.7.6 |
| 1128 | 2026-03-18T17:47:16.896Z | Downloaded num-bigint-dig v0.8.6 |
| 1129 | 2026-03-18T17:47:16.900Z | Downloaded itertools v0.12.1 |
| 1130 | 2026-03-18T17:47:16.903Z | Downloaded schemars v0.9.0 |
| 1131 | 2026-03-18T17:47:16.914Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-03-18T17:47:16.917Z | Downloaded void v1.0.2 |
| 1133 | 2026-03-18T17:47:16.917Z | Downloaded tower-service v0.3.3 |
| 1134 | 2026-03-18T17:47:16.917Z | Downloaded iri-string v0.7.10 |
| 1135 | 2026-03-18T17:47:16.921Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1136 | 2026-03-18T17:47:16.924Z | Downloaded tokio-tungstenite v0.21.0 |
| 1137 | 2026-03-18T17:47:16.924Z | Downloaded tokio-rustls v0.25.0 |
| 1138 | 2026-03-18T17:47:16.928Z | Downloaded itertools v0.13.0 |
| 1139 | 2026-03-18T17:47:16.931Z | Downloaded term v1.2.1 |
| 1140 | 2026-03-18T17:47:16.934Z | Downloaded rsa v0.9.10 |
| 1141 | 2026-03-18T17:47:16.939Z | Downloaded unicase v2.9.0 |
| 1142 | 2026-03-18T17:47:16.942Z | Downloaded schemars v0.8.22 |
| 1143 | 2026-03-18T17:47:16.947Z | Downloaded want v0.3.1 |
| 1144 | 2026-03-18T17:47:16.951Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-03-18T17:47:16.951Z | Downloaded wait-timeout v0.2.1 |
| 1146 | 2026-03-18T17:47:16.951Z | Downloaded rustls-webpki v0.103.9 |
| 1147 | 2026-03-18T17:47:16.955Z | Downloaded hyper v1.8.1 |
| 1148 | 2026-03-18T17:47:16.958Z | Downloaded schemars v1.2.1 |
| 1149 | 2026-03-18T17:47:16.969Z | Downloaded socket2 v0.6.2 |
| 1150 | 2026-03-18T17:47:16.973Z | Downloaded subprocess v0.2.15 |
| 1151 | 2026-03-18T17:47:16.976Z | Downloaded xshell-macros v0.2.7 |
| 1152 | 2026-03-18T17:47:16.976Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1153 | 2026-03-18T17:47:16.979Z | Downloaded rand v0.9.2 |
| 1154 | 2026-03-18T17:47:16.984Z | Downloaded iddqd v0.3.17 |
| 1155 | 2026-03-18T17:47:16.988Z | Downloaded usdt-impl v0.6.0 |
| 1156 | 2026-03-18T17:47:16.988Z | Downloaded tokio-rustls v0.24.1 |
| 1157 | 2026-03-18T17:47:16.993Z | Downloaded hkdf v0.12.4 |
| 1158 | 2026-03-18T17:47:16.993Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1159 | 2026-03-18T17:47:16.999Z | Downloaded tokio-tungstenite v0.23.1 |
| 1160 | 2026-03-18T17:47:16.999Z | Downloaded samael v0.0.19 |
| 1161 | 2026-03-18T17:47:17.004Z | Downloaded tokio-rustls v0.26.4 |
| 1162 | 2026-03-18T17:47:17.004Z | Downloaded tar v0.4.44 |
| 1163 | 2026-03-18T17:47:17.005Z | Downloaded zone_cfg_derive v0.3.1 |
| 1164 | 2026-03-18T17:47:17.010Z | Downloaded zeroize_derive v1.4.3 |
| 1165 | 2026-03-18T17:47:17.010Z | Downloaded tui-tree-widget v0.23.1 |
| 1166 | 2026-03-18T17:47:17.010Z | Downloaded tls_codec_derive v0.4.2 |
| 1167 | 2026-03-18T17:47:17.010Z | Downloaded zone v0.3.1 |
| 1168 | 2026-03-18T17:47:17.015Z | Downloaded usdt-macro v0.6.0 |
| 1169 | 2026-03-18T17:47:17.015Z | Downloaded usdt-attr-macro v0.6.0 |
| 1170 | 2026-03-18T17:47:17.015Z | Downloaded signal-hook v0.3.18 |
| 1171 | 2026-03-18T17:47:17.015Z | Downloaded qorb v0.4.1 |
| 1172 | 2026-03-18T17:47:17.020Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-03-18T17:47:17.020Z | Downloaded twox-hash v2.1.2 |
| 1174 | 2026-03-18T17:47:17.020Z | Downloaded itertools v0.14.0 |
| 1175 | 2026-03-18T17:47:17.025Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-03-18T17:47:17.028Z | Downloaded vsss-rs v3.3.4 |
| 1177 | 2026-03-18T17:47:17.028Z | Downloaded wyz v0.5.1 |
| 1178 | 2026-03-18T17:47:17.031Z | Downloaded tracing-attributes v0.1.31 |
| 1179 | 2026-03-18T17:47:17.031Z | Downloaded tinyvec v1.10.0 |
| 1180 | 2026-03-18T17:47:17.034Z | Downloaded libm v0.2.16 |
| 1181 | 2026-03-18T17:47:17.040Z | Downloaded xattr v1.6.1 |
| 1182 | 2026-03-18T17:47:17.044Z | Downloaded whoami v2.1.0 |
| 1183 | 2026-03-18T17:47:17.044Z | Downloaded unicode-properties v0.1.4 |
| 1184 | 2026-03-18T17:47:17.048Z | Downloaded test-strategy v0.4.5 |
| 1185 | 2026-03-18T17:47:17.052Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-03-18T17:47:17.052Z | Downloaded mio v1.1.1 |
| 1187 | 2026-03-18T17:47:17.055Z | Downloaded xz2 v0.1.7 |
| 1188 | 2026-03-18T17:47:17.055Z | Downloaded vergen v9.0.6 |
| 1189 | 2026-03-18T17:47:17.059Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1190 | 2026-03-18T17:47:17.064Z | Downloaded snafu v0.8.9 |
| 1191 | 2026-03-18T17:47:17.068Z | Downloaded toml v0.7.8 |
| 1192 | 2026-03-18T17:47:17.073Z | Downloaded vergen-git2 v1.0.7 |
| 1193 | 2026-03-18T17:47:17.073Z | Downloaded quinn v0.11.9 |
| 1194 | 2026-03-18T17:47:17.073Z | Downloaded zeroize v1.8.2 |
| 1195 | 2026-03-18T17:47:17.077Z | Downloaded vergen-gitcl v1.0.8 |
| 1196 | 2026-03-18T17:47:17.077Z | Downloaded tokio-stream v0.1.18 |
| 1197 | 2026-03-18T17:47:17.090Z | Downloaded zstd-safe v7.2.4 |
| 1198 | 2026-03-18T17:47:17.090Z | Downloaded uzers v0.12.2 |
| 1199 | 2026-03-18T17:47:17.090Z | Downloaded p521 v0.13.3 |
| 1200 | 2026-03-18T17:47:17.094Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-03-18T17:47:17.094Z | Downloaded zstd v0.13.3 |
| 1202 | 2026-03-18T17:47:17.094Z | Downloaded futures-util v0.3.32 |
| 1203 | 2026-03-18T17:47:17.103Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-03-18T17:47:17.107Z | Downloaded h2 v0.4.13 |
| 1205 | 2026-03-18T17:47:17.111Z | Downloaded walkdir v2.5.0 |
| 1206 | 2026-03-18T17:47:17.111Z | Downloaded typify v0.6.1 |
| 1207 | 2026-03-18T17:47:17.114Z | Downloaded yasna v0.5.2 |
| 1208 | 2026-03-18T17:47:17.119Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-03-18T17:47:17.123Z | Downloaded rand v0.10.0 |
| 1210 | 2026-03-18T17:47:17.136Z | Downloaded steno v0.4.1 |
| 1211 | 2026-03-18T17:47:17.139Z | Downloaded rustyline v14.0.0 |
| 1212 | 2026-03-18T17:47:17.142Z | Downloaded zerocopy v0.6.6 |
| 1213 | 2026-03-18T17:47:17.146Z | Downloaded vte v0.14.1 |
| 1214 | 2026-03-18T17:47:17.150Z | Downloaded unsafe-libyaml v0.2.11 |
| 1215 | 2026-03-18T17:47:17.150Z | Downloaded russh v0.45.0 |
| 1216 | 2026-03-18T17:47:17.153Z | Downloaded tracing-core v0.1.36 |
| 1217 | 2026-03-18T17:47:17.160Z | Downloaded unicode-bidi v0.3.18 |
| 1218 | 2026-03-18T17:47:17.172Z | Downloaded typify v0.4.3 |
| 1219 | 2026-03-18T17:47:17.180Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-03-18T17:47:17.196Z | Downloaded tokio-postgres v0.7.16 |
| 1221 | 2026-03-18T17:47:17.206Z | Downloaded uuid v1.21.0 |
| 1222 | 2026-03-18T17:47:17.209Z | Downloaded reedline v0.40.0 |
| 1223 | 2026-03-18T17:47:17.216Z | Downloaded reqwest v0.13.2 |
| 1224 | 2026-03-18T17:47:17.221Z | Downloaded zopfli v0.8.3 |
| 1225 | 2026-03-18T17:47:17.224Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-03-18T17:47:17.234Z | Downloaded tower v0.5.3 |
| 1227 | 2026-03-18T17:47:17.240Z | Downloaded ssh-key v0.6.7 |
| 1228 | 2026-03-18T17:47:17.246Z | Downloaded rpassword v7.4.0 |
| 1229 | 2026-03-18T17:47:17.249Z | Downloaded blake3 v1.8.3 |
| 1230 | 2026-03-18T17:47:17.254Z | Downloaded portable-atomic v1.13.1 |
| 1231 | 2026-03-18T17:47:17.260Z | Downloaded bitvec v1.0.1 |
| 1232 | 2026-03-18T17:47:17.271Z | Downloaded unicode_categories v0.1.1 |
| 1233 | 2026-03-18T17:47:17.275Z | Downloaded reqwest v0.12.28 |
| 1234 | 2026-03-18T17:47:17.278Z | Downloaded zip v0.6.6 |
| 1235 | 2026-03-18T17:47:17.282Z | Downloaded git2 v0.20.4 |
| 1236 | 2026-03-18T17:47:17.288Z | Downloaded regex v1.12.3 |
| 1237 | 2026-03-18T17:47:17.291Z | Downloaded chrono v0.4.44 |
| 1238 | 2026-03-18T17:47:17.297Z | Downloaded aws-lc-rs v1.16.0 |
| 1239 | 2026-03-18T17:47:17.304Z | Downloaded rustls-webpki v0.101.7 |
| 1240 | 2026-03-18T17:47:17.315Z | Downloaded zerocopy-derive v0.8.40 |
| 1241 | 2026-03-18T17:47:17.324Z | Downloaded moka v0.12.13 |
| 1242 | 2026-03-18T17:47:17.328Z | Downloaded x509-cert v0.2.5 |
| 1243 | 2026-03-18T17:47:17.332Z | Downloaded ron v0.12.0 |
| 1244 | 2026-03-18T17:47:17.339Z | Downloaded bindgen v0.71.1 |
| 1245 | 2026-03-18T17:47:17.345Z | Downloaded p384 v0.13.1 |
| 1246 | 2026-03-18T17:47:17.348Z | Downloaded salty v0.3.0 |
| 1247 | 2026-03-18T17:47:17.354Z | Downloaded typed-path v0.9.3 |
| 1248 | 2026-03-18T17:47:17.357Z | Downloaded rayon v1.11.0 |
| 1249 | 2026-03-18T17:47:17.372Z | Downloaded tower-http v0.6.8 |
| 1250 | 2026-03-18T17:47:17.379Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-03-18T17:47:17.383Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-03-18T17:47:17.386Z | Downloaded tokio-util v0.7.18 |
| 1253 | 2026-03-18T17:47:17.391Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-03-18T17:47:17.401Z | Downloaded proptest v1.10.0 |
| 1255 | 2026-03-18T17:47:17.408Z | Downloaded goblin v0.10.5 |
| 1256 | 2026-03-18T17:47:17.414Z | Downloaded curve25519-dalek v4.1.3 |
| 1257 | 2026-03-18T17:47:17.421Z | Downloaded zip v4.6.1 |
| 1258 | 2026-03-18T17:47:17.424Z | Downloaded unicode-segmentation v1.12.0 |
| 1259 | 2026-03-18T17:47:17.427Z | Downloaded petname v2.0.2 |
| 1260 | 2026-03-18T17:47:17.430Z | Downloaded tough v0.20.0 |
| 1261 | 2026-03-18T17:47:17.437Z | Downloaded lalrpop v0.19.12 |
| 1262 | 2026-03-18T17:47:17.445Z | Downloaded rustls-webpki v0.102.8 |
| 1263 | 2026-03-18T17:47:17.460Z | Downloaded object v0.30.4 |
| 1264 | 2026-03-18T17:47:17.466Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-03-18T17:47:17.473Z | Downloaded winnow v0.6.26 |
| 1266 | 2026-03-18T17:47:17.479Z | Downloaded nix v0.27.1 |
| 1267 | 2026-03-18T17:47:17.488Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-03-18T17:47:17.492Z | Downloaded openssl v0.10.75 |
| 1269 | 2026-03-18T17:47:17.498Z | Downloaded quinn-proto v0.11.13 |
| 1270 | 2026-03-18T17:47:17.530Z | Downloaded tabled v0.20.0 |
| 1271 | 2026-03-18T17:47:17.543Z | Downloaded nix v0.28.0 |
| 1272 | 2026-03-18T17:47:17.552Z | Downloaded time v0.3.47 |
| 1273 | 2026-03-18T17:47:17.560Z | Downloaded nix v0.29.0 |
| 1274 | 2026-03-18T17:47:17.569Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-03-18T17:47:17.575Z | Downloaded nix v0.31.1 |
| 1276 | 2026-03-18T17:47:17.585Z | Downloaded dropshot v0.16.7 |
| 1277 | 2026-03-18T17:47:17.602Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-03-18T17:47:17.606Z | Downloaded webpki-roots v1.0.6 |
| 1279 | 2026-03-18T17:47:17.609Z | Downloaded vcpkg v0.2.15 |
| 1280 | 2026-03-18T17:47:17.640Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-03-18T17:47:17.647Z | Downloaded openapiv3 v2.2.0 |
| 1282 | 2026-03-18T17:47:17.656Z | Downloaded zerocopy v0.8.40 |
| 1283 | 2026-03-18T17:47:17.664Z | Downloaded rustls v0.21.12 |
| 1284 | 2026-03-18T17:47:17.671Z | Downloaded smoltcp v0.11.0 |
| 1285 | 2026-03-18T17:47:17.681Z | Downloaded regress v0.10.5 |
| 1286 | 2026-03-18T17:47:17.687Z | Downloaded rustls v0.22.4 |
| 1287 | 2026-03-18T17:47:17.698Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-03-18T17:47:17.702Z | Downloaded rustix v0.38.44 |
| 1289 | 2026-03-18T17:47:17.720Z | Downloaded rustls v0.23.37 |
| 1290 | 2026-03-18T17:47:17.729Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-03-18T17:47:17.741Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-03-18T17:47:17.756Z | Downloaded object v0.37.3 |
| 1293 | 2026-03-18T17:47:17.765Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-03-18T17:47:17.773Z | Downloaded hickory-proto v0.24.4 |
| 1295 | 2026-03-18T17:47:17.785Z | Downloaded regex-syntax v0.6.29 |
| 1296 | 2026-03-18T17:47:17.791Z | Downloaded bstr v1.12.1 |
| 1297 | 2026-03-18T17:47:17.796Z | Downloaded ratatui v0.29.0 |
| 1298 | 2026-03-18T17:47:17.812Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-03-18T17:47:17.823Z | Downloaded sled v0.34.7 |
| 1300 | 2026-03-18T17:47:17.831Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1301 | 2026-03-18T17:47:17.840Z | Downloaded tracing v0.1.44 |
| 1302 | 2026-03-18T17:47:17.859Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-03-18T17:47:17.865Z | Downloaded typify-impl v0.6.1 |
| 1304 | 2026-03-18T17:47:17.876Z | Downloaded regex-automata v0.4.14 |
| 1305 | 2026-03-18T17:47:17.888Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-03-18T17:47:17.942Z | Downloaded petgraph v0.6.5 |
| 1307 | 2026-03-18T17:47:17.956Z | Downloaded libz-sys v1.1.24 |
| 1308 | 2026-03-18T17:47:17.973Z | Downloaded tokio v1.49.0 |
| 1309 | 2026-03-18T17:47:18.003Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-03-18T17:47:18.007Z | Downloaded lzma-sys v0.1.20 |
| 1311 | 2026-03-18T17:47:18.029Z | Downloaded jiff v0.2.21 |
| 1312 | 2026-03-18T17:47:18.045Z | Downloaded petgraph v0.8.3 |
| 1313 | 2026-03-18T17:47:18.063Z | Downloaded csv v1.4.0 |
| 1314 | 2026-03-18T17:47:18.078Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1315 | 2026-03-18T17:47:18.174Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-03-18T17:47:18.210Z | Downloaded ring v0.17.14 |
| 1317 | 2026-03-18T17:47:18.243Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1318 | 2026-03-18T17:47:18.745Z | Downloaded aws-lc-sys v0.37.1 |
| 1319 | 2026-03-18T17:47:19.073Z | Compiling libc v0.2.180 |
| 1320 | 2026-03-18T17:47:19.078Z | Compiling serde v1.0.228 |
| 1321 | 2026-03-18T17:47:19.078Z | Compiling log v0.4.29 |
| 1322 | 2026-03-18T17:47:19.078Z | Compiling find-msvc-tools v0.1.9 |
| 1323 | 2026-03-18T17:47:19.078Z | Compiling shlex v1.3.0 |
| 1324 | 2026-03-18T17:47:19.078Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-03-18T17:47:19.078Z | Compiling typenum v1.19.0 |
| 1326 | 2026-03-18T17:47:19.078Z | Compiling subtle v2.6.1 |
| 1327 | 2026-03-18T17:47:19.078Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-03-18T17:47:19.078Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-03-18T17:47:19.260Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-03-18T17:47:19.374Z | Compiling const-oid v0.9.6 |
| 1331 | 2026-03-18T17:47:19.394Z | Compiling critical-section v1.2.0 |
| 1332 | 2026-03-18T17:47:19.417Z | Compiling syn v2.0.117 |
| 1333 | 2026-03-18T17:47:19.438Z | Compiling zerocopy v0.8.40 |
| 1334 | 2026-03-18T17:47:19.507Z | Compiling lock_api v0.4.14 |
| 1335 | 2026-03-18T17:47:19.510Z | Compiling parking_lot_core v0.9.12 |
| 1336 | 2026-03-18T17:47:19.552Z | Compiling serde_json v1.0.149 |
| 1337 | 2026-03-18T17:47:19.597Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-03-18T17:47:19.622Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-03-18T17:47:19.622Z | Compiling bitflags v2.11.0 |
| 1340 | 2026-03-18T17:47:19.693Z | Compiling libm v0.2.16 |
| 1341 | 2026-03-18T17:47:19.697Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-03-18T17:47:19.759Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-03-18T17:47:19.806Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-03-18T17:47:19.833Z | Compiling allocator-api2 v0.2.21 |
| 1345 | 2026-03-18T17:47:19.927Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-03-18T17:47:19.999Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-03-18T17:47:20.002Z | Compiling foldhash v0.2.0 |
| 1348 | 2026-03-18T17:47:20.093Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-03-18T17:47:20.096Z | Compiling slab v0.4.12 |
| 1350 | 2026-03-18T17:47:20.165Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-03-18T17:47:20.211Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-03-18T17:47:20.214Z | Compiling futures-task v0.3.32 |
| 1353 | 2026-03-18T17:47:20.231Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-03-18T17:47:20.296Z | Compiling hashbrown v0.16.1 |
| 1355 | 2026-03-18T17:47:20.363Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-03-18T17:47:20.388Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-03-18T17:47:20.410Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-03-18T17:47:20.462Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-03-18T17:47:20.485Z | Compiling base64ct v1.8.3 |
| 1360 | 2026-03-18T17:47:20.508Z | Compiling dunce v1.0.5 |
| 1361 | 2026-03-18T17:47:20.533Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-03-18T17:47:20.536Z | Compiling flagset v0.4.7 |
| 1363 | 2026-03-18T17:47:20.612Z | Compiling iana-time-zone v0.1.65 |
| 1364 | 2026-03-18T17:47:20.642Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-03-18T17:47:20.664Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-03-18T17:47:20.690Z | Compiling errno v0.3.14 |
| 1367 | 2026-03-18T17:47:20.719Z | Compiling mio v1.1.1 |
| 1368 | 2026-03-18T17:47:20.764Z | Compiling socket2 v0.6.2 |
| 1369 | 2026-03-18T17:47:20.949Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-03-18T17:47:20.972Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-03-18T17:47:20.995Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-03-18T17:47:21.042Z | Compiling cc v1.2.56 |
| 1373 | 2026-03-18T17:47:21.109Z | Compiling parking_lot v0.12.5 |
| 1374 | 2026-03-18T17:47:21.231Z | Compiling indexmap v2.13.0 |
| 1375 | 2026-03-18T17:47:21.253Z | Compiling pem-rfc7468 v0.7.0 |
| 1376 | 2026-03-18T17:47:21.278Z | Compiling rustix v1.1.3 |
| 1377 | 2026-03-18T17:47:21.305Z | Compiling uuid v1.21.0 |
| 1378 | 2026-03-18T17:47:21.334Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-03-18T17:47:21.361Z | Compiling aws-lc-rs v1.16.0 |
| 1380 | 2026-03-18T17:47:21.413Z | Compiling regex-syntax v0.8.10 |
| 1381 | 2026-03-18T17:47:21.467Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-03-18T17:47:21.652Z | Compiling rand_core v0.9.5 |
| 1383 | 2026-03-18T17:47:21.685Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-03-18T17:47:21.707Z | Compiling crossbeam-utils v0.8.21 |
| 1385 | 2026-03-18T17:47:21.742Z | Compiling base64 v0.22.1 |
| 1386 | 2026-03-18T17:47:21.776Z | Compiling untrusted v0.7.1 |
| 1387 | 2026-03-18T17:47:21.820Z | Compiling httparse v1.10.1 |
| 1388 | 2026-03-18T17:47:21.875Z | Compiling schemars v0.8.22 |
| 1389 | 2026-03-18T17:47:21.951Z | Compiling openssl-probe v0.2.1 |
| 1390 | 2026-03-18T17:47:22.028Z | Compiling untrusted v0.9.0 |
| 1391 | 2026-03-18T17:47:22.092Z | Compiling syn v1.0.109 |
| 1392 | 2026-03-18T17:47:22.116Z | Compiling cmake v0.1.57 |
| 1393 | 2026-03-18T17:47:22.210Z | Compiling atomic-waker v1.1.2 |
| 1394 | 2026-03-18T17:47:22.213Z | Compiling tinyvec_macros v0.1.1 |
| 1395 | 2026-03-18T17:47:22.213Z | Compiling rustls v0.23.37 |
| 1396 | 2026-03-18T17:47:22.275Z | Compiling tower-service v0.3.3 |
| 1397 | 2026-03-18T17:47:22.278Z | Compiling try-lock v0.2.5 |
| 1398 | 2026-03-18T17:47:22.365Z | Compiling dyn-clone v1.0.20 |
| 1399 | 2026-03-18T17:47:22.404Z | Compiling tower-layer v0.3.3 |
| 1400 | 2026-03-18T17:47:22.432Z | Compiling want v0.3.1 |
| 1401 | 2026-03-18T17:47:22.482Z | Compiling tinyvec v1.10.0 |
| 1402 | 2026-03-18T17:47:22.508Z | Compiling spin v0.9.8 |
| 1403 | 2026-03-18T17:47:22.511Z | Compiling aho-corasick v1.1.4 |
| 1404 | 2026-03-18T17:47:22.555Z | Compiling httpdate v1.0.3 |
| 1405 | 2026-03-18T17:47:22.579Z | Compiling time-core v0.1.8 |
| 1406 | 2026-03-18T17:47:22.598Z | Compiling num-conv v0.2.0 |
| 1407 | 2026-03-18T17:47:22.647Z | Compiling foreign-types-shared v0.1.1 |
| 1408 | 2026-03-18T17:47:22.672Z | Compiling powerfmt v0.2.0 |
| 1409 | 2026-03-18T17:47:22.718Z | Compiling openssl v0.10.75 |
| 1410 | 2026-03-18T17:47:22.775Z | Compiling pin-utils v0.1.0 |
| 1411 | 2026-03-18T17:47:22.804Z | Compiling crc32fast v1.5.0 |
| 1412 | 2026-03-18T17:47:22.829Z | Compiling foreign-types v0.3.2 |
| 1413 | 2026-03-18T17:47:22.829Z | Compiling time-macros v0.2.27 |
| 1414 | 2026-03-18T17:47:22.876Z | Compiling wait-timeout v0.2.1 |
| 1415 | 2026-03-18T17:47:22.900Z | Compiling num_threads v0.1.7 |
| 1416 | 2026-03-18T17:47:22.904Z | Compiling siphasher v1.0.2 |
| 1417 | 2026-03-18T17:47:22.961Z | Compiling deranged v0.5.8 |
| 1418 | 2026-03-18T17:47:22.995Z | Compiling bit-vec v0.8.0 |
| 1419 | 2026-03-18T17:47:23.020Z | Compiling either v1.15.0 |
| 1420 | 2026-03-18T17:47:23.023Z | Compiling native-tls v0.2.18 |
| 1421 | 2026-03-18T17:47:23.068Z | Compiling quick-error v1.2.3 |
| 1422 | 2026-03-18T17:47:23.071Z | Compiling simd-adler32 v0.3.8 |
| 1423 | 2026-03-18T17:47:23.224Z | Compiling usdt-impl v0.6.0 |
| 1424 | 2026-03-18T17:47:23.248Z | Compiling unicode-normalization v0.1.25 |
| 1425 | 2026-03-18T17:47:23.270Z | Compiling bit-set v0.8.0 |
| 1426 | 2026-03-18T17:47:23.329Z | Compiling crossbeam-epoch v0.9.18 |
| 1427 | 2026-03-18T17:47:23.351Z | Compiling rand_xorshift v0.4.0 |
| 1428 | 2026-03-18T17:47:23.354Z | Compiling slog v2.8.2 |
| 1429 | 2026-03-18T17:47:23.394Z | Compiling aws-lc-sys v0.37.1 |
| 1430 | 2026-03-18T17:47:23.454Z | Compiling ring v0.17.14 |
| 1431 | 2026-03-18T17:47:23.502Z | Compiling openssl-sys v0.9.111 |
| 1432 | 2026-03-18T17:47:23.524Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1433 | 2026-03-18T17:47:23.547Z | Compiling tempfile v3.25.0 |
| 1434 | 2026-03-18T17:47:23.610Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1435 | 2026-03-18T17:47:23.637Z | Compiling synstructure v0.13.2 |
| 1436 | 2026-03-18T17:47:23.801Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-03-18T17:47:23.897Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-03-18T17:47:23.920Z | Compiling darling_core v0.20.11 |
| 1439 | 2026-03-18T17:47:23.984Z | Compiling regex-automata v0.4.14 |
| 1440 | 2026-03-18T17:47:24.091Z | Compiling rusty-fork v0.3.1 |
| 1441 | 2026-03-18T17:47:24.399Z | Compiling time v0.3.47 |
| 1442 | 2026-03-18T17:47:24.459Z | Compiling darling_core v0.21.3 |
| 1443 | 2026-03-18T17:47:24.542Z | Compiling heapless v0.7.17 |
| 1444 | 2026-03-18T17:47:24.563Z | Compiling thread-id v5.1.0 |
| 1445 | 2026-03-18T17:47:24.675Z | Compiling sync_wrapper v1.0.2 |
| 1446 | 2026-03-18T17:47:24.824Z | Compiling cookie v0.18.1 |
| 1447 | 2026-03-18T17:47:24.850Z | Compiling zstd-safe v7.2.4 |
| 1448 | 2026-03-18T17:47:24.893Z | Compiling anyhow v1.0.102 |
| 1449 | 2026-03-18T17:47:24.920Z | Compiling signal-hook v0.3.18 |
| 1450 | 2026-03-18T17:47:25.060Z | Compiling unicode-bidi v0.3.18 |
| 1451 | 2026-03-18T17:47:25.092Z | Compiling unarray v0.1.4 |
| 1452 | 2026-03-18T17:47:25.118Z | Compiling unicode-segmentation v1.12.0 |
| 1453 | 2026-03-18T17:47:25.143Z | Compiling rayon-core v1.13.0 |
| 1454 | 2026-03-18T17:47:25.154Z | Compiling paste v1.0.15 |
| 1455 | 2026-03-18T17:47:25.188Z | Compiling adler2 v2.0.1 |
| 1456 | 2026-03-18T17:47:25.243Z | Compiling unicode-properties v0.1.4 |
| 1457 | 2026-03-18T17:47:25.371Z | Compiling miniz_oxide v0.8.9 |
| 1458 | 2026-03-18T17:47:25.522Z | Compiling stringprep v0.1.5 |
| 1459 | 2026-03-18T17:47:25.615Z | Compiling crossbeam-deque v0.8.6 |
| 1460 | 2026-03-18T17:47:25.665Z | Compiling num-integer v0.1.46 |
| 1461 | 2026-03-18T17:47:25.688Z | Compiling vergen-lib v0.1.6 |
| 1462 | 2026-03-18T17:47:25.814Z | Compiling curve25519-dalek v4.1.3 |
| 1463 | 2026-03-18T17:47:25.928Z | Compiling ff v0.13.1 |
| 1464 | 2026-03-18T17:47:25.976Z | Compiling hash32 v0.2.1 |
| 1465 | 2026-03-18T17:47:26.116Z | Compiling memoffset v0.9.1 |
| 1466 | 2026-03-18T17:47:26.141Z | Compiling num-bigint-dig v0.8.6 |
| 1467 | 2026-03-18T17:47:26.177Z | Compiling litrs v1.0.0 |
| 1468 | 2026-03-18T17:47:26.235Z | Compiling fallible-iterator v0.2.0 |
| 1469 | 2026-03-18T17:47:26.259Z | Compiling rustix v0.38.44 |
| 1470 | 2026-03-18T17:47:26.289Z | Compiling serde_derive v1.0.228 |
| 1471 | 2026-03-18T17:47:26.319Z | Compiling zeroize_derive v1.4.3 |
| 1472 | 2026-03-18T17:47:26.385Z | Compiling zerofrom-derive v0.1.6 |
| 1473 | 2026-03-18T17:47:26.407Z | Compiling yoke-derive v0.8.1 |
| 1474 | 2026-03-18T17:47:26.413Z | Compiling zerocopy-derive v0.8.40 |
| 1475 | 2026-03-18T17:47:26.676Z | Compiling zerovec-derive v0.11.2 |
| 1476 | 2026-03-18T17:47:26.708Z | Compiling displaydoc v0.2.5 |
| 1477 | 2026-03-18T17:47:26.732Z | Compiling tokio-macros v2.6.0 |
| 1478 | 2026-03-18T17:47:26.891Z | Compiling futures-macro v0.3.32 |
| 1479 | 2026-03-18T17:47:27.194Z | Compiling zeroize v1.8.2 |
| 1480 | 2026-03-18T17:47:27.321Z | Compiling der_derive v0.7.3 |
| 1481 | 2026-03-18T17:47:27.722Z | Compiling thiserror-impl v2.0.18 |
| 1482 | 2026-03-18T17:47:27.745Z | Compiling rustls-pki-types v1.14.0 |
| 1483 | 2026-03-18T17:47:27.991Z | Compiling futures-util v0.3.32 |
| 1484 | 2026-03-18T17:47:28.036Z | Compiling tracing-attributes v0.1.31 |
| 1485 | 2026-03-18T17:47:28.113Z | Compiling schemars_derive v0.8.22 |
| 1486 | 2026-03-18T17:47:28.215Z | Compiling crypto-common v0.1.7 |
| 1487 | 2026-03-18T17:47:28.259Z | Compiling block-buffer v0.10.4 |
| 1488 | 2026-03-18T17:47:28.290Z | Compiling block-padding v0.3.3 |
| 1489 | 2026-03-18T17:47:28.354Z | Compiling zerofrom v0.1.6 |
| 1490 | 2026-03-18T17:47:28.416Z | Compiling scroll_derive v0.13.1 |
| 1491 | 2026-03-18T17:47:28.500Z | Compiling digest v0.10.7 |
| 1492 | 2026-03-18T17:47:28.524Z | Compiling yoke v0.8.1 |
| 1493 | 2026-03-18T17:47:28.547Z | Compiling inout v0.1.4 |
| 1494 | 2026-03-18T17:47:28.551Z | Compiling pest_derive v2.8.6 |
| 1495 | 2026-03-18T17:47:28.634Z | Compiling der v0.7.10 |
| 1496 | 2026-03-18T17:47:28.789Z | Compiling zerovec v0.11.5 |
| 1497 | 2026-03-18T17:47:28.812Z | Compiling zerotrie v0.2.3 |
| 1498 | 2026-03-18T17:47:28.850Z | Compiling hmac v0.12.1 |
| 1499 | 2026-03-18T17:47:29.057Z | Compiling sha2 v0.10.9 |
| 1500 | 2026-03-18T17:47:29.123Z | Compiling cipher v0.4.4 |
| 1501 | 2026-03-18T17:47:29.221Z | Compiling pbkdf2 v0.12.2 |
| 1502 | 2026-03-18T17:47:29.380Z | Compiling darling_macro v0.20.11 |
| 1503 | 2026-03-18T17:47:29.479Z | Compiling tinystr v0.8.2 |
| 1504 | 2026-03-18T17:47:29.504Z | Compiling potential_utf v0.1.4 |
| 1505 | 2026-03-18T17:47:29.552Z | Compiling salsa20 v0.10.2 |
| 1506 | 2026-03-18T17:47:29.574Z | Compiling thiserror v2.0.18 |
| 1507 | 2026-03-18T17:47:29.725Z | Compiling icu_locale_core v2.1.1 |
| 1508 | 2026-03-18T17:47:29.728Z | Compiling icu_collections v2.1.1 |
| 1509 | 2026-03-18T17:47:29.772Z | Compiling spki v0.7.3 |
| 1510 | 2026-03-18T17:47:29.772Z | Compiling scrypt v0.11.0 |
| 1511 | 2026-03-18T17:47:29.868Z | Compiling cbc v0.1.2 |
| 1512 | 2026-03-18T17:47:29.894Z | Compiling aes v0.8.4 |
| 1513 | 2026-03-18T17:47:29.919Z | Compiling tracing v0.1.44 |
| 1514 | 2026-03-18T17:47:30.020Z | Compiling scroll v0.13.0 |
| 1515 | 2026-03-18T17:47:30.064Z | Compiling darling v0.20.11 |
| 1516 | 2026-03-18T17:47:30.086Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-03-18T17:47:30.150Z | Compiling thiserror-impl v1.0.69 |
| 1518 | 2026-03-18T17:47:30.199Z | Compiling derive_builder_core v0.20.2 |
| 1519 | 2026-03-18T17:47:30.282Z | Compiling dtrace-parser v0.3.0 |
| 1520 | 2026-03-18T17:47:30.336Z | Compiling goblin v0.10.5 |
| 1521 | 2026-03-18T17:47:30.392Z | Compiling signature v2.2.0 |
| 1522 | 2026-03-18T17:47:30.437Z | Compiling rustls-native-certs v0.8.3 |
| 1523 | 2026-03-18T17:47:30.611Z | Compiling icu_provider v2.1.1 |
| 1524 | 2026-03-18T17:47:30.632Z | Compiling pkcs5 v0.7.1 |
| 1525 | 2026-03-18T17:47:30.911Z | Compiling scroll_derive v0.12.1 |
| 1526 | 2026-03-18T17:47:30.933Z | Compiling md-5 v0.10.6 |
| 1527 | 2026-03-18T17:47:31.038Z | Compiling icu_normalizer v2.1.1 |
| 1528 | 2026-03-18T17:47:31.090Z | Compiling bytes v1.11.1 |
| 1529 | 2026-03-18T17:47:31.161Z | Compiling icu_properties v2.1.2 |
| 1530 | 2026-03-18T17:47:31.186Z | Compiling chrono v0.4.44 |
| 1531 | 2026-03-18T17:47:31.212Z | Compiling pkcs8 v0.10.2 |
| 1532 | 2026-03-18T17:47:31.339Z | Compiling ipnet v2.11.0 |
| 1533 | 2026-03-18T17:47:31.360Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-03-18T17:47:31.381Z | Compiling serde_tokenstream v0.2.3 |
| 1535 | 2026-03-18T17:47:31.453Z | Compiling derive_builder_macro v0.20.2 |
| 1536 | 2026-03-18T17:47:31.646Z | Compiling serde_spanned v0.6.9 |
| 1537 | 2026-03-18T17:47:31.711Z | Compiling erased-serde v0.3.31 |
| 1538 | 2026-03-18T17:47:31.785Z | Compiling tokio v1.49.0 |
| 1539 | 2026-03-18T17:47:31.815Z | Compiling http v1.4.0 |
| 1540 | 2026-03-18T17:47:31.838Z | Compiling scroll v0.12.0 |
| 1541 | 2026-03-18T17:47:31.859Z | Compiling webpki-roots v1.0.6 |
| 1542 | 2026-03-18T17:47:31.972Z | Compiling darling_macro v0.21.3 |
| 1543 | 2026-03-18T17:47:31.995Z | Compiling thiserror v1.0.69 |
| 1544 | 2026-03-18T17:47:32.030Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-03-18T17:47:32.055Z | Compiling smoltcp v0.9.1 |
| 1546 | 2026-03-18T17:47:32.079Z | Compiling base16ct v0.2.0 |
| 1547 | 2026-03-18T17:47:32.144Z | Compiling ryu v1.0.23 |
| 1548 | 2026-03-18T17:47:32.209Z | Compiling iri-string v0.7.10 |
| 1549 | 2026-03-18T17:47:32.326Z | Compiling zlib-rs v0.6.2 |
| 1550 | 2026-03-18T17:47:32.391Z | Compiling idna_adapter v1.2.1 |
| 1551 | 2026-03-18T17:47:32.458Z | Compiling psl-types v2.0.11 |
| 1552 | 2026-03-18T17:47:32.506Z | Compiling cfg_aliases v0.2.1 |
| 1553 | 2026-03-18T17:47:32.583Z | Compiling idna v1.1.0 |
| 1554 | 2026-03-18T17:47:32.609Z | Compiling ref-cast v1.0.25 |
| 1555 | 2026-03-18T17:47:32.612Z | Compiling darling v0.21.3 |
| 1556 | 2026-03-18T17:47:32.657Z | Compiling ppv-lite86 v0.2.21 |
| 1557 | 2026-03-18T17:47:32.711Z | Compiling http-body v1.0.1 |
| 1558 | 2026-03-18T17:47:32.773Z | Compiling nix v0.31.1 |
| 1559 | 2026-03-18T17:47:32.892Z | Compiling http-body-util v0.1.3 |
| 1560 | 2026-03-18T17:47:32.978Z | Compiling url v2.5.8 |
| 1561 | 2026-03-18T17:47:33.087Z | Compiling rand_chacha v0.9.0 |
| 1562 | 2026-03-18T17:47:33.117Z | Compiling rand_chacha v0.3.1 |
| 1563 | 2026-03-18T17:47:33.144Z | Compiling publicsuffix v2.3.0 |
| 1564 | 2026-03-18T17:47:33.221Z | Compiling serde_urlencoded v0.7.1 |
| 1565 | 2026-03-18T17:47:33.244Z | Compiling zerocopy v0.7.35 |
| 1566 | 2026-03-18T17:47:33.247Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-03-18T17:47:33.300Z | Compiling goblin v0.8.2 |
| 1568 | 2026-03-18T17:47:33.380Z | Compiling rand v0.9.2 |
| 1569 | 2026-03-18T17:47:33.508Z | Compiling rand v0.8.5 |
| 1570 | 2026-03-18T17:47:33.559Z | Compiling derive_builder v0.20.2 |
| 1571 | 2026-03-18T17:47:33.712Z | Compiling cargo-platform v0.1.9 |
| 1572 | 2026-03-18T17:47:33.736Z | Compiling hkdf v0.12.4 |
| 1573 | 2026-03-18T17:47:33.959Z | Compiling hubpack_derive v0.1.1 |
| 1574 | 2026-03-18T17:47:33.994Z | Compiling crypto-bigint v0.5.5 |
| 1575 | 2026-03-18T17:47:34.066Z | Compiling regex v1.12.3 |
| 1576 | 2026-03-18T17:47:34.069Z | Compiling document-features v0.2.12 |
| 1577 | 2026-03-18T17:47:34.170Z | Compiling proptest v1.10.0 |
| 1578 | 2026-03-18T17:47:34.395Z | Compiling dof v0.4.0 |
| 1579 | 2026-03-18T17:47:34.425Z | Compiling postgres-protocol v0.6.10 |
| 1580 | 2026-03-18T17:47:34.678Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1581 | 2026-03-18T17:47:34.702Z | Compiling ipnetwork v0.21.1 |
| 1582 | 2026-03-18T17:47:34.757Z | Compiling ref-cast-impl v1.0.25 |
| 1583 | 2026-03-18T17:47:34.780Z | Compiling strum_macros v0.27.2 |
| 1584 | 2026-03-18T17:47:34.853Z | Compiling daft-derive v0.1.5 |
| 1585 | 2026-03-18T17:47:35.102Z | Compiling oxnet v0.1.4 |
| 1586 | 2026-03-18T17:47:35.170Z | Compiling async-trait v0.1.89 |
| 1587 | 2026-03-18T17:47:35.556Z | Compiling group v0.13.0 |
| 1588 | 2026-03-18T17:47:35.643Z | Compiling num-iter v0.1.45 |
| 1589 | 2026-03-18T17:47:35.904Z | Compiling proc-macro-error v1.0.4 |
| 1590 | 2026-03-18T17:47:36.118Z | Compiling heck v0.4.1 |
| 1591 | 2026-03-18T17:47:36.326Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-03-18T17:47:36.348Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-03-18T17:47:36.437Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-03-18T17:47:36.460Z | Compiling vergen v9.0.6 |
| 1595 | 2026-03-18T17:47:36.493Z | Compiling flate2 v1.1.9 |
| 1596 | 2026-03-18T17:47:36.518Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-03-18T17:47:36.574Z | Compiling ahash v0.8.12 |
| 1598 | 2026-03-18T17:47:36.632Z | Compiling bumpalo v3.20.2 |
| 1599 | 2026-03-18T17:47:36.660Z | Compiling libbz2-rs-sys v0.2.2 |
| 1600 | 2026-03-18T17:47:36.694Z | Compiling foldhash v0.1.5 |
| 1601 | 2026-03-18T17:47:36.720Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-03-18T17:47:36.723Z | Compiling managed v0.8.0 |
| 1603 | 2026-03-18T17:47:36.779Z | Compiling object v0.37.3 |
| 1604 | 2026-03-18T17:47:36.806Z | Compiling winnow v0.5.40 |
| 1605 | 2026-03-18T17:47:36.925Z | Compiling zopfli v0.8.3 |
| 1606 | 2026-03-18T17:47:36.950Z | Compiling tokio-util v0.7.18 |
| 1607 | 2026-03-18T17:47:36.977Z | Compiling tower v0.5.3 |
| 1608 | 2026-03-18T17:47:36.980Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-18T17:47:37.030Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-03-18T17:47:37.080Z | Compiling console v0.16.2 |
| 1611 | 2026-03-18T17:47:37.136Z | Compiling clap_builder v4.5.60 |
| 1612 | 2026-03-18T17:47:37.225Z | Compiling phf v0.13.1 |
| 1613 | 2026-03-18T17:47:37.248Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-03-18T17:47:37.543Z | Compiling tower-http v0.6.8 |
| 1615 | 2026-03-18T17:47:37.571Z | Compiling newtype-uuid v1.3.2 |
| 1616 | 2026-03-18T17:47:37.614Z | Compiling strum v0.27.2 |
| 1617 | 2026-03-18T17:47:37.654Z | Compiling signal-hook-mio v0.2.5 |
| 1618 | 2026-03-18T17:47:37.799Z | Compiling usdt-macro v0.6.0 |
| 1619 | 2026-03-18T17:47:37.824Z | Compiling usdt-attr-macro v0.6.0 |
| 1620 | 2026-03-18T17:47:37.827Z | Compiling zone_cfg_derive v0.3.1 |
| 1621 | 2026-03-18T17:47:37.873Z | Compiling daft v0.1.5 |
| 1622 | 2026-03-18T17:47:37.876Z | Compiling rayon v1.11.0 |
| 1623 | 2026-03-18T17:47:38.021Z | Compiling h2 v0.4.13 |
| 1624 | 2026-03-18T17:47:38.104Z | Compiling dof v0.3.0 |
| 1625 | 2026-03-18T17:47:38.250Z | Compiling cargo_metadata v0.19.2 |
| 1626 | 2026-03-18T17:47:38.273Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-03-18T17:47:38.405Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-03-18T17:47:38.690Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-03-18T17:47:38.832Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-03-18T17:47:38.951Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-18T17:47:39.032Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-03-18T17:47:39.133Z | Compiling zstd v0.13.3 |
| 1633 | 2026-03-18T17:47:39.175Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-03-18T17:47:39.242Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-03-18T17:47:39.333Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-03-18T17:47:39.494Z | Compiling pkcs1 v0.7.5 |
| 1637 | 2026-03-18T17:47:39.612Z | Compiling hex v0.4.3 |
| 1638 | 2026-03-18T17:47:39.843Z | Compiling serde-big-array v0.5.1 |
| 1639 | 2026-03-18T17:47:39.982Z | Compiling rfc6979 v0.4.0 |
| 1640 | 2026-03-18T17:47:40.034Z | Compiling bstr v1.12.1 |
| 1641 | 2026-03-18T17:47:40.056Z | Compiling serde_repr v0.1.20 |
| 1642 | 2026-03-18T17:47:40.149Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-03-18T17:47:40.170Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-03-18T17:47:40.319Z | Compiling clap_derive v4.5.55 |
| 1645 | 2026-03-18T17:47:40.347Z | Compiling itertools v0.12.1 |
| 1646 | 2026-03-18T17:47:40.485Z | Compiling phf_shared v0.11.3 |
| 1647 | 2026-03-18T17:47:40.568Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-03-18T17:47:40.716Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-03-18T17:47:40.747Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-03-18T17:47:40.773Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-03-18T17:47:40.799Z | Compiling encoding_rs v0.8.35 |
| 1652 | 2026-03-18T17:47:40.880Z | Compiling mime v0.3.17 |
| 1653 | 2026-03-18T17:47:40.902Z | Compiling new_debug_unreachable v1.0.6 |
| 1654 | 2026-03-18T17:47:41.014Z | Compiling unit-prefix v0.5.2 |
| 1655 | 2026-03-18T17:47:41.017Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-03-18T17:47:41.069Z | Compiling jiff v0.2.21 |
| 1657 | 2026-03-18T17:47:41.222Z | Compiling fixedbitset v0.5.7 |
| 1658 | 2026-03-18T17:47:41.248Z | Compiling data-encoding v2.10.0 |
| 1659 | 2026-03-18T17:47:41.274Z | Compiling predicates-core v1.0.10 |
| 1660 | 2026-03-18T17:47:41.347Z | Compiling keccak v0.1.6 |
| 1661 | 2026-03-18T17:47:41.450Z | Compiling static_assertions v1.1.0 |
| 1662 | 2026-03-18T17:47:41.525Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-03-18T17:47:41.556Z | Compiling rustc-hash v2.1.1 |
| 1664 | 2026-03-18T17:47:41.651Z | Compiling normalize-line-endings v0.3.0 |
| 1665 | 2026-03-18T17:47:41.673Z | Compiling whoami v2.1.0 |
| 1666 | 2026-03-18T17:47:41.732Z | Compiling difflib v0.4.0 |
| 1667 | 2026-03-18T17:47:41.787Z | Compiling iddqd v0.3.17 |
| 1668 | 2026-03-18T17:47:42.083Z | Compiling predicates v3.1.4 |
| 1669 | 2026-03-18T17:47:42.200Z | Compiling hyper v1.8.1 |
| 1670 | 2026-03-18T17:47:42.257Z | Compiling tokio-postgres v0.7.16 |
| 1671 | 2026-03-18T17:47:42.496Z | Compiling zone v0.3.1 |
| 1672 | 2026-03-18T17:47:42.499Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-03-18T17:47:42.539Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-03-18T17:47:42.669Z | Compiling strum v0.26.3 |
| 1675 | 2026-03-18T17:47:42.705Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-03-18T17:47:42.807Z | Compiling clap v4.5.60 |
| 1677 | 2026-03-18T17:47:42.854Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-03-18T17:47:42.878Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1679 | 2026-03-18T17:47:42.927Z | Compiling petgraph v0.8.3 |
| 1680 | 2026-03-18T17:47:42.958Z | Compiling petgraph v0.6.5 |
| 1681 | 2026-03-18T17:47:42.989Z | Compiling indicatif v0.18.4 |
| 1682 | 2026-03-18T17:47:43.412Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-03-18T17:47:43.443Z | Compiling usdt v0.6.0 |
| 1684 | 2026-03-18T17:47:43.466Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-03-18T17:47:43.603Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-03-18T17:47:43.802Z | Compiling hyper-util v0.1.20 |
| 1687 | 2026-03-18T17:47:43.897Z | Compiling similar v2.7.0 |
| 1688 | 2026-03-18T17:47:44.159Z | Compiling toml v0.7.8 |
| 1689 | 2026-03-18T17:47:44.265Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-03-18T17:47:44.389Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-03-18T17:47:44.755Z | Compiling zip v4.6.1 |
| 1692 | 2026-03-18T17:47:44.929Z | Compiling ed25519-dalek v2.2.0 |
| 1693 | 2026-03-18T17:47:45.014Z | Compiling rsa v0.9.10 |
| 1694 | 2026-03-18T17:47:45.072Z | Compiling zip v0.6.6 |
| 1695 | 2026-03-18T17:47:45.588Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-03-18T17:47:45.636Z | Compiling hyper-tls v0.6.0 |
| 1697 | 2026-03-18T17:47:45.951Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-18T17:47:46.104Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1699 | 2026-03-18T17:47:46.127Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-03-18T17:47:46.184Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-18T17:47:46.251Z | Compiling x509-cert v0.2.5 |
| 1702 | 2026-03-18T17:47:46.329Z | Compiling sha1 v0.10.6 |
| 1703 | 2026-03-18T17:47:46.356Z | Compiling itertools v0.13.0 |
| 1704 | 2026-03-18T17:47:46.447Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1705 | 2026-03-18T17:47:46.567Z | Compiling lalrpop-util v0.19.12 |
| 1706 | 2026-03-18T17:47:46.612Z | Compiling peg-runtime v0.8.5 |
| 1707 | 2026-03-18T17:47:46.652Z | Compiling thread_local v1.1.9 |
| 1708 | 2026-03-18T17:47:46.726Z | Compiling slog-async v2.8.0 |
| 1709 | 2026-03-18T17:47:46.847Z | Compiling futures-executor v0.3.32 |
| 1710 | 2026-03-18T17:47:46.870Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-03-18T17:47:47.008Z | Compiling filetime v0.2.27 |
| 1712 | 2026-03-18T17:47:47.011Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-03-18T17:47:47.012Z | Compiling take_mut v0.2.2 |
| 1714 | 2026-03-18T17:47:47.078Z | Compiling xattr v1.6.1 |
| 1715 | 2026-03-18T17:47:47.165Z | Compiling term v1.2.1 |
| 1716 | 2026-03-18T17:47:47.188Z | Compiling futures v0.3.32 |
| 1717 | 2026-03-18T17:47:47.244Z | Compiling tar v0.4.44 |
| 1718 | 2026-03-18T17:47:47.554Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-03-18T17:48:07.879Z | Compiling rustls-webpki v0.103.9 |
| 1720 | 2026-03-18T17:48:11.902Z | Compiling tokio-rustls v0.26.4 |
| 1721 | 2026-03-18T17:48:11.902Z | Compiling rustls-platform-verifier v0.6.2 |
| 1722 | 2026-03-18T17:48:12.161Z | Compiling hyper-rustls v0.27.7 |
| 1723 | 2026-03-18T17:48:12.421Z | Compiling reqwest v0.12.28 |
| 1724 | 2026-03-18T17:48:12.421Z | Compiling reqwest v0.13.2 |
| 1725 | 2026-03-18T17:48:15.192Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-03-18T17:48:15.484Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-03-18T17:48:19.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1728 | 2026-03-18T17:48:19.426Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-03-18T17:48:19.490Z | Mar 18 17:48:18.370 INFO Starting download, target: Console |
| 1730 | 2026-03-18T17:48:19.490Z | Mar 18 17:48:18.370 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-03-18T17:48:19.490Z | Mar 18 17:48:18.370 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-03-18T17:48:19.490Z | Mar 18 17:48:18.370 INFO Starting download, target: Cockroach |
| 1733 | 2026-03-18T17:48:19.490Z | Mar 18 17:48:18.370 INFO Starting download, target: DendriteStub |
| 1734 | 2026-03-18T17:48:19.490Z | Mar 18 17:48:18.370 INFO Starting download, target: Clickhouse |
| 1735 | 2026-03-18T17:48:19.493Z | Mar 18 17:48:18.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-03-18T17:48:19.493Z | Mar 18 17:48:18.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-03-18T17:48:19.493Z | Mar 18 17:48:18.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-03-18T17:48:19.493Z | Mar 18 17:48:18.370 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-03-18T17:48:19.493Z | Mar 18 17:48:18.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-03-18T17:48:19.493Z | Mar 18 17:48:18.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-03-18T17:48:20.006Z | Mar 18 17:48:18.880 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-03-18T17:48:20.355Z | Mar 18 17:48:19.227 INFO Download complete, target: TransceiverControl |
| 1743 | 2026-03-18T17:48:20.541Z | Mar 18 17:48:19.411 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1744 | 2026-03-18T17:48:20.908Z | Mar 18 17:48:19.788 INFO Download complete, target: Console |
| 1745 | 2026-03-18T17:48:21.130Z | Mar 18 17:48:20.009 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-03-18T17:48:21.407Z | Mar 18 17:48:20.285 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-03-18T17:48:21.975Z | Mar 18 17:48:20.855 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1748 | 2026-03-18T17:48:22.606Z | Mar 18 17:48:21.486 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-03-18T17:48:22.606Z | Mar 18 17:48:21.486 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-03-18T17:48:24.742Z | Mar 18 17:48:23.622 INFO Download complete, target: DendriteStub |
| 1751 | 2026-03-18T17:48:24.989Z | Mar 18 17:48:23.869 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-03-18T17:48:30.271Z | Mar 18 17:48:29.151 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-03-18T17:48:30.396Z | Mar 18 17:48:29.276 INFO Download complete, target: Cockroach |
| 1754 | 2026-03-18T17:48:33.247Z | Mar 18 17:48:32.126 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-03-18T17:48:33.348Z | Mar 18 17:48:32.227 INFO Download complete, target: Clickhouse |
| 1756 | 2026-03-18T17:48:33.354Z | All prerequisites installed successfully |
| 1757 | 2026-03-18T17:48:33.357Z | |
| 1758 | 2026-03-18T17:48:33.357Z | real 4:05.656154648 |
| 1759 | 2026-03-18T17:48:33.357Z | user 10:19.965140345 |
| 1760 | 2026-03-18T17:48:33.357Z | sys 2:05.750611145 |
| 1761 | 2026-03-18T17:48:33.357Z | trap 0.350700378 |
| 1762 | 2026-03-18T17:48:33.357Z | tflt 1.129951479 |
| 1763 | 2026-03-18T17:48:33.357Z | dflt 1.847354491 |
| 1764 | 2026-03-18T17:48:33.357Z | kflt 0.025441877 |
| 1765 | 2026-03-18T17:48:33.357Z | lock 32:24.736160207 |
| 1766 | 2026-03-18T17:48:33.357Z | slp 25:58.490316843 |
| 1767 | 2026-03-18T17:48:33.357Z | lat 32.783895639 |
| 1768 | 2026-03-18T17:48:33.357Z | stop 4:37.060186146 |
| 1769 | 2026-03-18T17:48:33.357Z | + ptime -m cargo xtask download softnpu |
| 1770 | 2026-03-18T17:48:34.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1771 | 2026-03-18T17:48:34.077Z | Running `target/debug/xtask download softnpu` |
| 1772 | 2026-03-18T17:48:35.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 1773 | 2026-03-18T17:48:35.165Z | Running `target/debug/xtask-downloader softnpu` |
| 1774 | 2026-03-18T17:48:35.211Z | Mar 18 17:48:34.090 INFO Starting download, target: Softnpu |
| 1775 | 2026-03-18T17:48:35.215Z | Mar 18 17:48:34.091 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1776 | 2026-03-18T17:48:35.974Z | Mar 18 17:48:34.853 INFO Download complete, target: Softnpu |
| 1777 | 2026-03-18T17:48:35.978Z | |
| 1778 | 2026-03-18T17:48:35.981Z | real 2.616557702 |
| 1779 | 2026-03-18T17:48:35.981Z | user 1.762350641 |
| 1780 | 2026-03-18T17:48:35.981Z | sys 0.792019848 |
| 1781 | 2026-03-18T17:48:35.981Z | trap 0.000540961 |
| 1782 | 2026-03-18T17:48:35.981Z | tflt 0.000061499 |
| 1783 | 2026-03-18T17:48:35.981Z | dflt 0.000083836 |
| 1784 | 2026-03-18T17:48:35.981Z | kflt 0.000000000 |
| 1785 | 2026-03-18T17:48:35.981Z | lock 13.810606440 |
| 1786 | 2026-03-18T17:48:35.981Z | slp 0.527563803 |
| 1787 | 2026-03-18T17:48:35.981Z | lat 0.053186915 |
| 1788 | 2026-03-18T17:48:35.981Z | stop 0.000167339 |
| 1789 | 2026-03-18T17:48:35.981Z | + export CARGO_INCREMENTAL=0 |
| 1790 | 2026-03-18T17:48:35.981Z | + CARGO_INCREMENTAL=0 |
| 1791 | 2026-03-18T17:48:35.981Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1792 | 2026-03-18T17:48:37.170Z | Compiling proc-macro2 v1.0.106 |
| 1793 | 2026-03-18T17:48:37.170Z | Compiling quote v1.0.44 |
| 1794 | 2026-03-18T17:48:37.182Z | Compiling unicode-ident v1.0.24 |
| 1795 | 2026-03-18T17:48:37.182Z | Compiling libc v0.2.180 |
| 1796 | 2026-03-18T17:48:37.182Z | Compiling serde_core v1.0.228 |
| 1797 | 2026-03-18T17:48:37.182Z | Compiling serde v1.0.228 |
| 1798 | 2026-03-18T17:48:37.182Z | Compiling cfg-if v1.0.4 |
| 1799 | 2026-03-18T17:48:37.183Z | Compiling version_check v0.9.5 |
| 1800 | 2026-03-18T17:48:37.183Z | Compiling shlex v1.3.0 |
| 1801 | 2026-03-18T17:48:37.183Z | Compiling find-msvc-tools v0.1.9 |
| 1802 | 2026-03-18T17:48:37.334Z | Compiling typenum v1.19.0 |
| 1803 | 2026-03-18T17:48:37.349Z | Compiling portable-atomic v1.13.1 |
| 1804 | 2026-03-18T17:48:37.355Z | Compiling memchr v2.8.0 |
| 1805 | 2026-03-18T17:48:37.355Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-18T17:48:37.355Z | Compiling zmij v1.0.21 |
| 1807 | 2026-03-18T17:48:37.591Z | Compiling serde_json v1.0.149 |
| 1808 | 2026-03-18T17:48:37.628Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-18T17:48:37.727Z | Compiling generic-array v0.14.7 |
| 1810 | 2026-03-18T17:48:37.870Z | Compiling parking_lot_core v0.9.12 |
| 1811 | 2026-03-18T17:48:37.937Z | Compiling libm v0.2.16 |
| 1812 | 2026-03-18T17:48:37.959Z | Compiling smallvec v1.15.1 |
| 1813 | 2026-03-18T17:48:38.049Z | Compiling icu_properties_data v2.1.2 |
| 1814 | 2026-03-18T17:48:38.072Z | Compiling icu_normalizer_data v2.1.1 |
| 1815 | 2026-03-18T17:48:38.098Z | Compiling itoa v1.0.17 |
| 1816 | 2026-03-18T17:48:38.167Z | Compiling num-traits v0.2.19 |
| 1817 | 2026-03-18T17:48:38.174Z | Compiling log v0.4.29 |
| 1818 | 2026-03-18T17:48:38.231Z | Compiling getrandom v0.4.1 |
| 1819 | 2026-03-18T17:48:38.297Z | Compiling pkg-config v0.3.32 |
| 1820 | 2026-03-18T17:48:38.378Z | Compiling stable_deref_trait v1.2.1 |
| 1821 | 2026-03-18T17:48:38.448Z | Compiling subtle v2.6.1 |
| 1822 | 2026-03-18T17:48:38.451Z | Compiling scopeguard v1.2.0 |
| 1823 | 2026-03-18T17:48:38.566Z | Compiling fnv v1.0.7 |
| 1824 | 2026-03-18T17:48:38.611Z | Compiling lock_api v0.4.14 |
| 1825 | 2026-03-18T17:48:38.632Z | Compiling jobserver v0.1.34 |
| 1826 | 2026-03-18T17:48:38.651Z | Compiling getrandom v0.2.17 |
| 1827 | 2026-03-18T17:48:38.679Z | Compiling errno v0.3.14 |
| 1828 | 2026-03-18T17:48:38.751Z | Compiling thiserror v2.0.18 |
| 1829 | 2026-03-18T17:48:38.886Z | Compiling rand_core v0.6.4 |
| 1830 | 2026-03-18T17:48:38.977Z | Compiling cc v1.2.56 |
| 1831 | 2026-03-18T17:48:39.001Z | Compiling pin-project-lite v0.2.17 |
| 1832 | 2026-03-18T17:48:39.024Z | Compiling getrandom v0.3.4 |
| 1833 | 2026-03-18T17:48:39.096Z | Compiling syn v2.0.117 |
| 1834 | 2026-03-18T17:48:39.195Z | Compiling critical-section v1.2.0 |
| 1835 | 2026-03-18T17:48:39.266Z | Compiling allocator-api2 v0.2.21 |
| 1836 | 2026-03-18T17:48:39.269Z | Compiling equivalent v1.0.2 |
| 1837 | 2026-03-18T17:48:39.338Z | Compiling rustversion v1.0.22 |
| 1838 | 2026-03-18T17:48:39.452Z | Compiling writeable v0.6.2 |
| 1839 | 2026-03-18T17:48:39.452Z | Compiling fs_extra v1.3.0 |
| 1840 | 2026-03-18T17:48:39.455Z | Compiling foldhash v0.2.0 |
| 1841 | 2026-03-18T17:48:39.649Z | Compiling litemap v0.8.1 |
| 1842 | 2026-03-18T17:48:39.691Z | Compiling dunce v1.0.5 |
| 1843 | 2026-03-18T17:48:39.796Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-03-18T17:48:39.823Z | Compiling percent-encoding v2.3.2 |
| 1845 | 2026-03-18T17:48:39.893Z | Compiling hashbrown v0.16.1 |
| 1846 | 2026-03-18T17:48:39.995Z | Compiling cmake v0.1.57 |
| 1847 | 2026-03-18T17:48:40.086Z | Compiling const-oid v0.9.6 |
| 1848 | 2026-03-18T17:48:40.181Z | Compiling signal-hook-registry v1.4.8 |
| 1849 | 2026-03-18T17:48:40.185Z | Compiling rustix v1.1.3 |
| 1850 | 2026-03-18T17:48:40.247Z | Compiling socket2 v0.6.2 |
| 1851 | 2026-03-18T17:48:40.269Z | Compiling mio v1.1.1 |
| 1852 | 2026-03-18T17:48:40.293Z | Compiling schemars v0.8.22 |
| 1853 | 2026-03-18T17:48:40.318Z | Compiling utf8_iter v1.0.4 |
| 1854 | 2026-03-18T17:48:40.521Z | Compiling semver v1.0.27 |
| 1855 | 2026-03-18T17:48:40.543Z | Compiling parking_lot v0.12.5 |
| 1856 | 2026-03-18T17:48:40.657Z | Compiling indexmap v2.13.0 |
| 1857 | 2026-03-18T17:48:40.680Z | Compiling rand_core v0.10.0 |
| 1858 | 2026-03-18T17:48:40.816Z | Compiling bitflags v2.11.0 |
| 1859 | 2026-03-18T17:48:40.841Z | Compiling ring v0.17.14 |
| 1860 | 2026-03-18T17:48:40.910Z | Compiling aws-lc-sys v0.37.1 |
| 1861 | 2026-03-18T17:48:40.938Z | Compiling aws-lc-rs v1.16.0 |
| 1862 | 2026-03-18T17:48:40.978Z | Compiling form_urlencoded v1.2.2 |
| 1863 | 2026-03-18T17:48:41.220Z | Compiling futures-core v0.3.32 |
| 1864 | 2026-03-18T17:48:41.246Z | Compiling strsim v0.11.1 |
| 1865 | 2026-03-18T17:48:41.436Z | Compiling byteorder v1.5.0 |
| 1866 | 2026-03-18T17:48:41.467Z | Compiling thiserror v1.0.69 |
| 1867 | 2026-03-18T17:48:41.599Z | Compiling ucd-trie v0.1.7 |
| 1868 | 2026-03-18T17:48:41.651Z | Compiling httparse v1.10.1 |
| 1869 | 2026-03-18T17:48:41.775Z | Compiling heck v0.5.0 |
| 1870 | 2026-03-18T17:48:41.779Z | Compiling ident_case v1.0.1 |
| 1871 | 2026-03-18T17:48:41.824Z | Compiling pest v2.8.6 |
| 1872 | 2026-03-18T17:48:41.849Z | Compiling vcpkg v0.2.15 |
| 1873 | 2026-03-18T17:48:41.959Z | Compiling regex-syntax v0.8.10 |
| 1874 | 2026-03-18T17:48:41.962Z | Compiling syn v1.0.109 |
| 1875 | 2026-03-18T17:48:42.131Z | Compiling crossbeam-utils v0.8.21 |
| 1876 | 2026-03-18T17:48:42.313Z | Compiling futures-sink v0.3.32 |
| 1877 | 2026-03-18T17:48:42.353Z | Compiling rustls v0.23.37 |
| 1878 | 2026-03-18T17:48:42.379Z | Compiling rustc_version v0.4.1 |
| 1879 | 2026-03-18T17:48:42.427Z | Compiling futures-task v0.3.32 |
| 1880 | 2026-03-18T17:48:42.472Z | Compiling futures-channel v0.3.32 |
| 1881 | 2026-03-18T17:48:42.498Z | Compiling futures-io v0.3.32 |
| 1882 | 2026-03-18T17:48:42.501Z | Compiling cpufeatures v0.2.17 |
| 1883 | 2026-03-18T17:48:42.501Z | Compiling slab v0.4.12 |
| 1884 | 2026-03-18T17:48:42.632Z | Compiling openssl-sys v0.9.111 |
| 1885 | 2026-03-18T17:48:42.700Z | Compiling plain v0.2.3 |
| 1886 | 2026-03-18T17:48:42.750Z | Compiling iana-time-zone v0.1.65 |
| 1887 | 2026-03-18T17:48:42.772Z | Compiling uuid v1.21.0 |
| 1888 | 2026-03-18T17:48:42.822Z | Compiling aho-corasick v1.1.4 |
| 1889 | 2026-03-18T17:48:42.848Z | Compiling time-core v0.1.8 |
| 1890 | 2026-03-18T17:48:42.998Z | Compiling num-conv v0.2.0 |
| 1891 | 2026-03-18T17:48:43.023Z | Compiling synstructure v0.13.2 |
| 1892 | 2026-03-18T17:48:43.065Z | Compiling serde_derive_internals v0.29.1 |
| 1893 | 2026-03-18T17:48:43.197Z | Compiling time-macros v0.2.27 |
| 1894 | 2026-03-18T17:48:43.325Z | Compiling pest_meta v2.8.6 |
| 1895 | 2026-03-18T17:48:43.579Z | Compiling pretty-hex v0.4.1 |
| 1896 | 2026-03-18T17:48:43.602Z | Compiling openssl v0.10.75 |
| 1897 | 2026-03-18T17:48:43.949Z | Compiling crc32fast v1.5.0 |
| 1898 | 2026-03-18T17:48:43.952Z | Compiling either v1.15.0 |
| 1899 | 2026-03-18T17:48:44.004Z | Compiling regex-automata v0.4.14 |
| 1900 | 2026-03-18T17:48:44.029Z | Compiling base64ct v1.8.3 |
| 1901 | 2026-03-18T17:48:44.054Z | Compiling anyhow v1.0.102 |
| 1902 | 2026-03-18T17:48:44.080Z | Compiling darling_core v0.21.3 |
| 1903 | 2026-03-18T17:48:44.120Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1904 | 2026-03-18T17:48:44.182Z | Compiling pest_generator v2.8.6 |
| 1905 | 2026-03-18T17:48:44.247Z | Compiling native-tls v0.2.18 |
| 1906 | 2026-03-18T17:48:44.306Z | Compiling flagset v0.4.7 |
| 1907 | 2026-03-18T17:48:44.421Z | Compiling pem-rfc7468 v0.7.0 |
| 1908 | 2026-03-18T17:48:44.446Z | Compiling rand_core v0.9.5 |
| 1909 | 2026-03-18T17:48:44.522Z | Compiling slog v2.8.2 |
| 1910 | 2026-03-18T17:48:44.593Z | Compiling tracing-core v0.1.36 |
| 1911 | 2026-03-18T17:48:44.655Z | Compiling dyn-clone v1.0.20 |
| 1912 | 2026-03-18T17:48:44.730Z | Compiling untrusted v0.9.0 |
| 1913 | 2026-03-18T17:48:44.807Z | Compiling rayon-core v1.13.0 |
| 1914 | 2026-03-18T17:48:44.956Z | Compiling cookie v0.18.1 |
| 1915 | 2026-03-18T17:48:44.983Z | Compiling serde_derive v1.0.228 |
| 1916 | 2026-03-18T17:48:45.072Z | Compiling zeroize_derive v1.4.3 |
| 1917 | 2026-03-18T17:48:45.075Z | Compiling zerofrom-derive v0.1.6 |
| 1918 | 2026-03-18T17:48:45.131Z | Compiling yoke-derive v0.8.1 |
| 1919 | 2026-03-18T17:48:45.158Z | Compiling zerovec-derive v0.11.2 |
| 1920 | 2026-03-18T17:48:45.180Z | Compiling displaydoc v0.2.5 |
| 1921 | 2026-03-18T17:48:45.214Z | Compiling zerocopy-derive v0.8.40 |
| 1922 | 2026-03-18T17:48:45.240Z | Compiling tokio-macros v2.6.0 |
| 1923 | 2026-03-18T17:48:45.394Z | Compiling futures-macro v0.3.32 |
| 1924 | 2026-03-18T17:48:45.873Z | Compiling zeroize v1.8.2 |
| 1925 | 2026-03-18T17:48:46.087Z | Compiling thiserror-impl v2.0.18 |
| 1926 | 2026-03-18T17:48:46.227Z | Compiling tracing-attributes v0.1.31 |
| 1927 | 2026-03-18T17:48:46.407Z | Compiling der_derive v0.7.3 |
| 1928 | 2026-03-18T17:48:46.443Z | Compiling schemars_derive v0.8.22 |
| 1929 | 2026-03-18T17:48:46.540Z | Compiling thiserror-impl v1.0.69 |
| 1930 | 2026-03-18T17:48:46.650Z | Compiling zerofrom v0.1.6 |
| 1931 | 2026-03-18T17:48:46.826Z | Compiling yoke v0.8.1 |
| 1932 | 2026-03-18T17:48:46.901Z | Compiling crypto-common v0.1.7 |
| 1933 | 2026-03-18T17:48:47.084Z | Compiling zerovec v0.11.5 |
| 1934 | 2026-03-18T17:48:47.108Z | Compiling zerotrie v0.2.3 |
| 1935 | 2026-03-18T17:48:47.556Z | Compiling block-buffer v0.10.4 |
| 1936 | 2026-03-18T17:48:47.686Z | Compiling pest_derive v2.8.6 |
| 1937 | 2026-03-18T17:48:47.764Z | Compiling digest v0.10.7 |
| 1938 | 2026-03-18T17:48:47.826Z | Compiling tinystr v0.8.2 |
| 1939 | 2026-03-18T17:48:47.891Z | Compiling potential_utf v0.1.4 |
| 1940 | 2026-03-18T17:48:47.945Z | Compiling futures-util v0.3.32 |
| 1941 | 2026-03-18T17:48:48.015Z | Compiling hmac v0.12.1 |
| 1942 | 2026-03-18T17:48:48.055Z | Compiling icu_locale_core v2.1.1 |
| 1943 | 2026-03-18T17:48:48.079Z | Compiling icu_collections v2.1.1 |
| 1944 | 2026-03-18T17:48:48.136Z | Compiling block-padding v0.3.3 |
| 1945 | 2026-03-18T17:48:48.159Z | Compiling sha2 v0.10.9 |
| 1946 | 2026-03-18T17:48:48.230Z | Compiling rustls-pki-types v1.14.0 |
| 1947 | 2026-03-18T17:48:48.356Z | Compiling inout v0.1.4 |
| 1948 | 2026-03-18T17:48:48.581Z | Compiling cipher v0.4.4 |
| 1949 | 2026-03-18T17:48:48.903Z | Compiling scroll_derive v0.13.1 |
| 1950 | 2026-03-18T17:48:48.955Z | Compiling scroll_derive v0.12.1 |
| 1951 | 2026-03-18T17:48:48.998Z | Compiling icu_provider v2.1.1 |
| 1952 | 2026-03-18T17:48:49.136Z | Compiling openssl-macros v0.1.1 |
| 1953 | 2026-03-18T17:48:49.286Z | Compiling bytes v1.11.1 |
| 1954 | 2026-03-18T17:48:49.425Z | Compiling icu_normalizer v2.1.1 |
| 1955 | 2026-03-18T17:48:49.522Z | Compiling icu_properties v2.1.2 |
| 1956 | 2026-03-18T17:48:49.674Z | Compiling chrono v0.4.44 |
| 1957 | 2026-03-18T17:48:49.771Z | Compiling serde_tokenstream v0.2.3 |
| 1958 | 2026-03-18T17:48:50.062Z | Compiling tokio v1.49.0 |
| 1959 | 2026-03-18T17:48:50.512Z | Compiling http v1.4.0 |
| 1960 | 2026-03-18T17:48:50.870Z | Compiling idna_adapter v1.2.1 |
| 1961 | 2026-03-18T17:48:51.022Z | Compiling idna v1.1.0 |
| 1962 | 2026-03-18T17:48:51.202Z | Compiling der v0.7.10 |
| 1963 | 2026-03-18T17:48:51.225Z | Compiling darling_macro v0.21.3 |
| 1964 | 2026-03-18T17:48:51.322Z | Compiling ppv-lite86 v0.2.21 |
| 1965 | 2026-03-18T17:48:51.519Z | Compiling url v2.5.8 |
| 1966 | 2026-03-18T17:48:51.720Z | Compiling regex v1.12.3 |
| 1967 | 2026-03-18T17:48:51.744Z | Compiling zerocopy-derive v0.7.35 |
| 1968 | 2026-03-18T17:48:51.836Z | Compiling darling v0.21.3 |
| 1969 | 2026-03-18T17:48:51.952Z | Compiling salsa20 v0.10.2 |
| 1970 | 2026-03-18T17:48:52.164Z | Compiling pbkdf2 v0.12.2 |
| 1971 | 2026-03-18T17:48:52.325Z | Compiling tracing v0.1.44 |
| 1972 | 2026-03-18T17:48:52.417Z | Compiling spki v0.7.3 |
| 1973 | 2026-03-18T17:48:52.779Z | Compiling base64 v0.22.1 |
| 1974 | 2026-03-18T17:48:52.828Z | Compiling camino v1.2.2 |
| 1975 | 2026-03-18T17:48:52.856Z | Compiling scrypt v0.11.0 |
| 1976 | 2026-03-18T17:48:53.040Z | Compiling rand_chacha v0.9.0 |
| 1977 | 2026-03-18T17:48:53.110Z | Compiling aes v0.8.4 |
| 1978 | 2026-03-18T17:48:53.154Z | Compiling cbc v0.1.2 |
| 1979 | 2026-03-18T17:48:53.769Z | Compiling usdt-impl v0.5.0 |
| 1980 | 2026-03-18T17:48:53.840Z | Compiling winnow v0.7.14 |
| 1981 | 2026-03-18T17:48:53.925Z | Compiling ref-cast v1.0.25 |
| 1982 | 2026-03-18T17:48:54.059Z | Compiling usdt-impl v0.6.0 |
| 1983 | 2026-03-18T17:48:54.217Z | Compiling paste v1.0.15 |
| 1984 | 2026-03-18T17:48:54.345Z | Compiling pkcs5 v0.7.1 |
| 1985 | 2026-03-18T17:48:54.622Z | Compiling rand v0.9.2 |
| 1986 | 2026-03-18T17:48:54.689Z | Compiling http-body v1.0.1 |
| 1987 | 2026-03-18T17:48:54.836Z | Compiling scroll v0.13.0 |
| 1988 | 2026-03-18T17:48:54.903Z | Compiling scroll v0.12.0 |
| 1989 | 2026-03-18T17:48:54.941Z | Compiling toml_datetime v0.6.11 |
| 1990 | 2026-03-18T17:48:54.973Z | Compiling serde_spanned v0.6.9 |
| 1991 | 2026-03-18T17:48:55.117Z | Compiling heapless v0.7.17 |
| 1992 | 2026-03-18T17:48:55.247Z | Compiling tokio-util v0.7.18 |
| 1993 | 2026-03-18T17:48:55.279Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1994 | 2026-03-18T17:48:55.302Z | Compiling signal-hook v0.3.18 |
| 1995 | 2026-03-18T17:48:55.348Z | Compiling untrusted v0.7.1 |
| 1996 | 2026-03-18T17:48:55.448Z | Compiling openssl-probe v0.2.1 |
| 1997 | 2026-03-18T17:48:55.526Z | Compiling zstd-safe v7.2.4 |
| 1998 | 2026-03-18T17:48:55.653Z | Compiling atomic-waker v1.1.2 |
| 1999 | 2026-03-18T17:48:55.719Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2000 | 2026-03-18T17:48:55.877Z | Compiling goblin v0.8.2 |
| 2001 | 2026-03-18T17:48:55.882Z | Compiling goblin v0.10.5 |
| 2002 | 2026-03-18T17:48:55.920Z | Compiling pkcs8 v0.10.2 |
| 2003 | 2026-03-18T17:48:56.477Z | Compiling zerocopy v0.7.35 |
| 2004 | 2026-03-18T17:48:56.500Z | Compiling ref-cast-impl v1.0.25 |
| 2005 | 2026-03-18T17:48:56.569Z | Compiling darling_core v0.20.11 |
| 2006 | 2026-03-18T17:48:56.794Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2007 | 2026-03-18T17:48:56.883Z | Compiling memoffset v0.9.1 |
| 2008 | 2026-03-18T17:48:57.117Z | Compiling tower-service v0.3.3 |
| 2009 | 2026-03-18T17:48:57.149Z | Compiling tower-layer v0.3.3 |
| 2010 | 2026-03-18T17:48:57.154Z | Compiling tinyvec_macros v0.1.1 |
| 2011 | 2026-03-18T17:48:57.254Z | Compiling try-lock v0.2.5 |
| 2012 | 2026-03-18T17:48:57.278Z | Compiling litrs v1.0.0 |
| 2013 | 2026-03-18T17:48:57.328Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-03-18T17:48:57.551Z | Compiling rustix v0.38.44 |
| 2015 | 2026-03-18T17:48:57.657Z | Compiling winnow v0.5.40 |
| 2016 | 2026-03-18T17:48:57.778Z | Compiling h2 v0.4.13 |
| 2017 | 2026-03-18T17:48:57.860Z | Compiling want v0.3.1 |
| 2018 | 2026-03-18T17:48:57.929Z | Compiling document-features v0.2.12 |
| 2019 | 2026-03-18T17:48:57.980Z | Compiling tinyvec v1.10.0 |
| 2020 | 2026-03-18T17:48:58.783Z | Compiling dtrace-parser v0.2.0 |
| 2021 | 2026-03-18T17:48:58.842Z | Compiling dtrace-parser v0.3.0 |
| 2022 | 2026-03-18T17:48:59.265Z | Compiling dof v0.3.0 |
| 2023 | 2026-03-18T17:48:59.330Z | Compiling ipnet v2.11.0 |
| 2024 | 2026-03-18T17:48:59.365Z | Compiling darling_macro v0.20.11 |
| 2025 | 2026-03-18T17:48:59.608Z | Compiling toml_edit v0.19.15 |
| 2026 | 2026-03-18T17:48:59.680Z | Compiling dof v0.4.0 |
| 2027 | 2026-03-18T17:48:59.703Z | Compiling async-trait v0.1.89 |
| 2028 | 2026-03-18T17:48:59.993Z | Compiling daft-derive v0.1.5 |
| 2029 | 2026-03-18T17:49:00.107Z | Compiling curve25519-dalek v4.1.3 |
| 2030 | 2026-03-18T17:49:00.275Z | Compiling spin v0.9.8 |
| 2031 | 2026-03-18T17:49:00.306Z | Compiling thread-id v5.1.0 |
| 2032 | 2026-03-18T17:49:00.425Z | Compiling thread-id v4.2.2 |
| 2033 | 2026-03-18T17:49:00.448Z | Compiling proc-macro-error-attr v1.0.4 |
| 2034 | 2026-03-18T17:49:00.546Z | Compiling num-bigint-dig v0.8.6 |
| 2035 | 2026-03-18T17:49:00.713Z | Compiling httpdate v1.0.3 |
| 2036 | 2026-03-18T17:49:00.910Z | Compiling powerfmt v0.2.0 |
| 2037 | 2026-03-18T17:49:00.940Z | Compiling smoltcp v0.9.1 |
| 2038 | 2026-03-18T17:49:00.944Z | Compiling pin-utils v0.1.0 |
| 2039 | 2026-03-18T17:49:01.049Z | Compiling foreign-types-shared v0.1.1 |
| 2040 | 2026-03-18T17:49:01.078Z | Compiling cfg_aliases v0.2.1 |
| 2041 | 2026-03-18T17:49:01.171Z | Compiling foreign-types v0.3.2 |
| 2042 | 2026-03-18T17:49:01.196Z | Compiling deranged v0.5.8 |
| 2043 | 2026-03-18T17:49:01.202Z | Compiling nix v0.31.1 |
| 2044 | 2026-03-18T17:49:01.220Z | Compiling tempfile v3.25.0 |
| 2045 | 2026-03-18T17:49:01.386Z | Compiling darling v0.20.11 |
| 2046 | 2026-03-18T17:49:01.876Z | Compiling hyper v1.8.1 |
| 2047 | 2026-03-18T17:49:01.993Z | Compiling ipnetwork v0.21.1 |
| 2048 | 2026-03-18T17:49:02.017Z | Compiling strum_macros v0.26.4 |
| 2049 | 2026-03-18T17:49:02.294Z | Compiling wait-timeout v0.2.1 |
| 2050 | 2026-03-18T17:49:02.470Z | Compiling proc-macro-error v1.0.4 |
| 2051 | 2026-03-18T17:49:02.670Z | Compiling quick-error v1.2.3 |
| 2052 | 2026-03-18T17:49:02.735Z | Compiling utf8parse v0.2.2 |
| 2053 | 2026-03-18T17:49:02.769Z | Compiling bit-vec v0.8.0 |
| 2054 | 2026-03-18T17:49:02.773Z | Compiling num_threads v0.1.7 |
| 2055 | 2026-03-18T17:49:02.879Z | Compiling simd-adler32 v0.3.8 |
| 2056 | 2026-03-18T17:49:02.951Z | Compiling unicode-segmentation v1.12.0 |
| 2057 | 2026-03-18T17:49:03.079Z | Compiling anstyle v1.0.13 |
| 2058 | 2026-03-18T17:49:03.141Z | Compiling siphasher v1.0.2 |
| 2059 | 2026-03-18T17:49:03.358Z | Compiling time v0.3.47 |
| 2060 | 2026-03-18T17:49:03.388Z | Compiling hyper-util v0.1.20 |
| 2061 | 2026-03-18T17:49:03.475Z | Compiling bit-set v0.8.0 |
| 2062 | 2026-03-18T17:49:03.556Z | Compiling anstyle-parse v0.2.7 |
| 2063 | 2026-03-18T17:49:03.805Z | Compiling rusty-fork v0.3.1 |
| 2064 | 2026-03-18T17:49:04.216Z | Compiling crossbeam-epoch v0.9.18 |
| 2065 | 2026-03-18T17:49:04.260Z | Compiling derive_builder_core v0.20.2 |
| 2066 | 2026-03-18T17:49:04.699Z | Compiling unicode-normalization v0.1.25 |
| 2067 | 2026-03-18T17:49:05.366Z | Compiling rustls-native-certs v0.8.3 |
| 2068 | 2026-03-18T17:49:05.710Z | Compiling signature v2.2.0 |
| 2069 | 2026-03-18T17:49:05.733Z | Compiling hubpack_derive v0.1.1 |
| 2070 | 2026-03-18T17:49:05.759Z | Compiling strum_macros v0.27.2 |
| 2071 | 2026-03-18T17:49:05.914Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2072 | 2026-03-18T17:49:06.002Z | Compiling rand_xorshift v0.4.0 |
| 2073 | 2026-03-18T17:49:06.122Z | Compiling sync_wrapper v1.0.2 |
| 2074 | 2026-03-18T17:49:06.201Z | Compiling fs-err v3.3.0 |
| 2075 | 2026-03-18T17:49:06.293Z | Compiling ahash v0.8.12 |
| 2076 | 2026-03-18T17:49:06.314Z | Compiling anstyle-query v1.1.5 |
| 2077 | 2026-03-18T17:49:06.317Z | Compiling is_terminal_polyfill v1.70.2 |
| 2078 | 2026-03-18T17:49:06.358Z | Compiling object v0.37.3 |
| 2079 | 2026-03-18T17:49:06.466Z | Compiling adler2 v2.0.1 |
| 2080 | 2026-03-18T17:49:06.572Z | Compiling colorchoice v1.0.4 |
| 2081 | 2026-03-18T17:49:06.645Z | Compiling unicode-bidi v0.3.18 |
| 2082 | 2026-03-18T17:49:06.668Z | Compiling unicode-properties v0.1.4 |
| 2083 | 2026-03-18T17:49:06.697Z | Compiling unarray v0.1.4 |
| 2084 | 2026-03-18T17:49:06.721Z | Compiling anstream v0.6.21 |
| 2085 | 2026-03-18T17:49:06.855Z | Compiling proptest v1.10.0 |
| 2086 | 2026-03-18T17:49:06.933Z | Compiling miniz_oxide v0.8.9 |
| 2087 | 2026-03-18T17:49:07.120Z | Compiling stringprep v0.1.5 |
| 2088 | 2026-03-18T17:49:07.297Z | Compiling tower v0.5.3 |
| 2089 | 2026-03-18T17:49:07.658Z | Compiling derive_builder_macro v0.20.2 |
| 2090 | 2026-03-18T17:49:07.937Z | Compiling crossbeam-deque v0.8.6 |
| 2091 | 2026-03-18T17:49:07.973Z | Compiling heck v0.4.1 |
| 2092 | 2026-03-18T17:49:08.033Z | Compiling usdt-attr-macro v0.6.0 |
| 2093 | 2026-03-18T17:49:08.057Z | Compiling usdt-macro v0.6.0 |
| 2094 | 2026-03-18T17:49:08.279Z | Compiling http-body-util v0.1.3 |
| 2095 | 2026-03-18T17:49:08.373Z | Compiling webpki-roots v1.0.6 |
| 2096 | 2026-03-18T17:49:08.611Z | Compiling rand_chacha v0.3.1 |
| 2097 | 2026-03-18T17:49:08.637Z | Compiling erased-serde v0.3.31 |
| 2098 | 2026-03-18T17:49:08.659Z | Compiling md-5 v0.10.6 |
| 2099 | 2026-03-18T17:49:08.825Z | Compiling num-integer v0.1.46 |
| 2100 | 2026-03-18T17:49:08.868Z | Compiling hash32 v0.2.1 |
| 2101 | 2026-03-18T17:49:09.005Z | Compiling vergen-lib v0.1.6 |
| 2102 | 2026-03-18T17:49:09.027Z | Compiling ff v0.13.1 |
| 2103 | 2026-03-18T17:49:09.076Z | Compiling base16ct v0.2.0 |
| 2104 | 2026-03-18T17:49:09.102Z | Compiling ryu v1.0.23 |
| 2105 | 2026-03-18T17:49:09.127Z | Compiling psl-types v2.0.11 |
| 2106 | 2026-03-18T17:49:09.130Z | Compiling iri-string v0.7.10 |
| 2107 | 2026-03-18T17:49:09.199Z | Compiling fallible-iterator v0.2.0 |
| 2108 | 2026-03-18T17:49:09.250Z | Compiling zlib-rs v0.6.2 |
| 2109 | 2026-03-18T17:49:09.297Z | Compiling serde_urlencoded v0.7.1 |
| 2110 | 2026-03-18T17:49:09.322Z | Compiling publicsuffix v2.3.0 |
| 2111 | 2026-03-18T17:49:09.392Z | Compiling sec1 v0.7.3 |
| 2112 | 2026-03-18T17:49:09.440Z | Compiling group v0.13.0 |
| 2113 | 2026-03-18T17:49:09.476Z | Compiling num-iter v0.1.45 |
| 2114 | 2026-03-18T17:49:09.629Z | Compiling newtype-uuid v1.3.2 |
| 2115 | 2026-03-18T17:49:09.652Z | Compiling postgres-protocol v0.6.10 |
| 2116 | 2026-03-18T17:49:09.771Z | Compiling rand v0.8.5 |
| 2117 | 2026-03-18T17:49:10.054Z | Compiling oxnet v0.1.4 |
| 2118 | 2026-03-18T17:49:10.136Z | Compiling derive_builder v0.20.2 |
| 2119 | 2026-03-18T17:49:10.337Z | Compiling zone_cfg_derive v0.3.1 |
| 2120 | 2026-03-18T17:49:10.360Z | Compiling tokio-native-tls v0.3.1 |
| 2121 | 2026-03-18T17:49:10.449Z | Compiling phf_shared v0.13.1 |
| 2122 | 2026-03-18T17:49:10.564Z | Compiling lazy_static v1.5.0 |
| 2123 | 2026-03-18T17:49:10.671Z | Compiling terminal_size v0.4.3 |
| 2124 | 2026-03-18T17:49:10.716Z | Compiling serde_with_macros v3.17.0 |
| 2125 | 2026-03-18T17:49:10.764Z | Compiling cargo-platform v0.1.9 |
| 2126 | 2026-03-18T17:49:10.813Z | Compiling tower-http v0.6.8 |
| 2127 | 2026-03-18T17:49:10.862Z | Compiling hkdf v0.12.4 |
| 2128 | 2026-03-18T17:49:10.979Z | Compiling crypto-bigint v0.5.5 |
| 2129 | 2026-03-18T17:49:11.003Z | Compiling enum-as-inner v0.6.1 |
| 2130 | 2026-03-18T17:49:11.024Z | Compiling clap_derive v4.5.55 |
| 2131 | 2026-03-18T17:49:11.063Z | Compiling serde_repr v0.1.20 |
| 2132 | 2026-03-18T17:49:11.128Z | Compiling vergen v9.0.6 |
| 2133 | 2026-03-18T17:49:11.254Z | Compiling bumpalo v3.20.2 |
| 2134 | 2026-03-18T17:49:11.277Z | Compiling managed v0.8.0 |
| 2135 | 2026-03-18T17:49:11.338Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-03-18T17:49:11.388Z | Compiling unicode-width v0.2.0 |
| 2137 | 2026-03-18T17:49:11.410Z | Compiling bitflags v1.3.2 |
| 2138 | 2026-03-18T17:49:11.588Z | Compiling libbz2-rs-sys v0.2.2 |
| 2139 | 2026-03-18T17:49:11.733Z | Compiling foldhash v0.1.5 |
| 2140 | 2026-03-18T17:49:11.756Z | Compiling console v0.16.2 |
| 2141 | 2026-03-18T17:49:11.802Z | Compiling clap_builder v4.5.60 |
| 2142 | 2026-03-18T17:49:11.805Z | Compiling zopfli v0.8.3 |
| 2143 | 2026-03-18T17:49:12.039Z | Compiling hashbrown v0.15.5 |
| 2144 | 2026-03-18T17:49:12.124Z | Compiling bzip2 v0.6.1 |
| 2145 | 2026-03-18T17:49:12.216Z | Compiling flate2 v1.1.9 |
| 2146 | 2026-03-18T17:49:12.355Z | Compiling elliptic-curve v0.13.8 |
| 2147 | 2026-03-18T17:49:12.430Z | Compiling cargo_metadata v0.19.2 |
| 2148 | 2026-03-18T17:49:12.619Z | Compiling phf v0.13.1 |
| 2149 | 2026-03-18T17:49:12.791Z | Compiling hyper-tls v0.6.0 |
| 2150 | 2026-03-18T17:49:12.817Z | Compiling signal-hook-mio v0.2.5 |
| 2151 | 2026-03-18T17:49:12.843Z | Compiling rayon v1.11.0 |
| 2152 | 2026-03-18T17:49:12.981Z | Compiling daft v0.1.5 |
| 2153 | 2026-03-18T17:49:13.089Z | Compiling cookie_store v0.22.1 |
| 2154 | 2026-03-18T17:49:13.211Z | Compiling postgres-types v0.2.12 |
| 2155 | 2026-03-18T17:49:13.348Z | Compiling zstd v0.13.3 |
| 2156 | 2026-03-18T17:49:13.443Z | Compiling bzip2 v0.4.4 |
| 2157 | 2026-03-18T17:49:13.465Z | Compiling strum v0.27.2 |
| 2158 | 2026-03-18T17:49:13.796Z | Compiling hubpack v0.1.2 |
| 2159 | 2026-03-18T17:49:13.879Z | Compiling ed25519 v2.2.3 |
| 2160 | 2026-03-18T17:49:13.909Z | Compiling phf_shared v0.11.3 |
| 2161 | 2026-03-18T17:49:14.115Z | Compiling pkcs1 v0.7.5 |
| 2162 | 2026-03-18T17:49:14.210Z | Compiling hex v0.4.3 |
| 2163 | 2026-03-18T17:49:14.264Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-03-18T17:49:14.376Z | Compiling rfc6979 v0.4.0 |
| 2165 | 2026-03-18T17:49:14.459Z | Compiling bstr v1.12.1 |
| 2166 | 2026-03-18T17:49:14.629Z | Compiling itertools v0.12.1 |
| 2167 | 2026-03-18T17:49:14.652Z | Compiling float-cmp v0.10.0 |
| 2168 | 2026-03-18T17:49:14.678Z | Compiling memmap2 v0.9.10 |
| 2169 | 2026-03-18T17:49:14.681Z | Compiling env_filter v1.0.0 |
| 2170 | 2026-03-18T17:49:14.855Z | Compiling encoding_rs v0.8.35 |
| 2171 | 2026-03-18T17:49:14.913Z | Compiling fixedbitset v0.5.7 |
| 2172 | 2026-03-18T17:49:14.961Z | Compiling data-encoding v2.10.0 |
| 2173 | 2026-03-18T17:49:14.989Z | Compiling difflib v0.4.0 |
| 2174 | 2026-03-18T17:49:15.014Z | Compiling toml_write v0.1.2 |
| 2175 | 2026-03-18T17:49:15.059Z | Compiling whoami v2.1.0 |
| 2176 | 2026-03-18T17:49:15.259Z | Compiling mime v0.3.17 |
| 2177 | 2026-03-18T17:49:15.292Z | Compiling rustc-hash v2.1.1 |
| 2178 | 2026-03-18T17:49:15.317Z | Compiling static_assertions v1.1.0 |
| 2179 | 2026-03-18T17:49:15.340Z | Compiling fixedbitset v0.4.2 |
| 2180 | 2026-03-18T17:49:15.428Z | Compiling keccak v0.1.6 |
| 2181 | 2026-03-18T17:49:15.469Z | Compiling unit-prefix v0.5.2 |
| 2182 | 2026-03-18T17:49:15.521Z | Compiling new_debug_unreachable v1.0.6 |
| 2183 | 2026-03-18T17:49:15.593Z | Compiling jiff v0.2.21 |
| 2184 | 2026-03-18T17:49:15.621Z | Compiling precomputed-hash v0.1.1 |
| 2185 | 2026-03-18T17:49:15.689Z | Compiling normalize-line-endings v0.3.0 |
| 2186 | 2026-03-18T17:49:15.714Z | Compiling predicates-core v1.0.10 |
| 2187 | 2026-03-18T17:49:15.748Z | Compiling string_cache v0.8.9 |
| 2188 | 2026-03-18T17:49:15.771Z | Compiling sha3 v0.10.8 |
| 2189 | 2026-03-18T17:49:15.840Z | Compiling indicatif v0.18.4 |
| 2190 | 2026-03-18T17:49:15.866Z | Compiling petgraph v0.6.5 |
| 2191 | 2026-03-18T17:49:15.916Z | Compiling predicates v3.1.4 |
| 2192 | 2026-03-18T17:49:16.158Z | Compiling iddqd v0.3.17 |
| 2193 | 2026-03-18T17:49:16.339Z | Compiling zone v0.3.1 |
| 2194 | 2026-03-18T17:49:16.397Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2195 | 2026-03-18T17:49:16.703Z | Compiling hickory-proto v0.25.2 |
| 2196 | 2026-03-18T17:49:16.725Z | Compiling tokio-postgres v0.7.16 |
| 2197 | 2026-03-18T17:49:16.728Z | Compiling toml_edit v0.22.27 |
| 2198 | 2026-03-18T17:49:16.879Z | Compiling petgraph v0.8.3 |
| 2199 | 2026-03-18T17:49:17.171Z | Compiling similar v2.7.0 |
| 2200 | 2026-03-18T17:49:17.656Z | Compiling env_logger v0.11.9 |
| 2201 | 2026-03-18T17:49:17.915Z | Compiling usdt v0.6.0 |
| 2202 | 2026-03-18T17:49:18.471Z | Compiling ecdsa v0.16.9 |
| 2203 | 2026-03-18T17:49:18.589Z | Compiling serde_with v3.17.0 |
| 2204 | 2026-03-18T17:49:19.005Z | Compiling rsa v0.9.10 |
| 2205 | 2026-03-18T17:49:19.524Z | Compiling zip v4.6.1 |
| 2206 | 2026-03-18T17:49:19.867Z | Compiling ed25519-dalek v2.2.0 |
| 2207 | 2026-03-18T17:49:20.127Z | Compiling clap v4.5.60 |
| 2208 | 2026-03-18T17:49:20.245Z | Compiling crossterm v0.28.1 |
| 2209 | 2026-03-18T17:49:20.617Z | Compiling zip v0.6.6 |
| 2210 | 2026-03-18T17:49:20.776Z | Compiling strum v0.26.3 |
| 2211 | 2026-03-18T17:49:20.843Z | Compiling toml v0.7.8 |
| 2212 | 2026-03-18T17:49:20.990Z | Compiling tokio-stream v0.1.18 |
| 2213 | 2026-03-18T17:49:21.048Z | Compiling buf-list v1.1.2 |
| 2214 | 2026-03-18T17:49:21.331Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-03-18T17:49:21.397Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2216 | 2026-03-18T17:49:21.620Z | Compiling openapiv3 v2.2.0 |
| 2217 | 2026-03-18T17:49:21.657Z | Compiling sha1 v0.10.6 |
| 2218 | 2026-03-18T17:49:21.838Z | Compiling itertools v0.13.0 |
| 2219 | 2026-03-18T17:49:22.147Z | Compiling lalrpop-util v0.19.12 |
| 2220 | 2026-03-18T17:49:22.592Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-03-18T17:49:37.273Z | Compiling macaddr v1.0.1 |
| 2222 | 2026-03-18T17:49:37.636Z | Compiling structmeta-derive v0.3.0 |
| 2223 | 2026-03-18T17:49:37.657Z | Compiling itertools v0.14.0 |
| 2224 | 2026-03-18T17:49:38.491Z | Compiling heapless v0.8.0 |
| 2225 | 2026-03-18T17:49:38.979Z | Compiling structmeta v0.3.0 |
| 2226 | 2026-03-18T17:49:39.352Z | Compiling ingot-macros v0.1.1 |
| 2227 | 2026-03-18T17:49:43.214Z | Compiling rustls-webpki v0.103.9 |
| 2228 | 2026-03-18T17:49:45.007Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2229 | 2026-03-18T17:49:45.811Z | Compiling hash32 v0.3.1 |
| 2230 | 2026-03-18T17:49:46.034Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2231 | 2026-03-18T17:49:46.198Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-03-18T17:49:46.367Z | Compiling proc-macro-crate v3.4.0 |
| 2233 | 2026-03-18T17:49:46.450Z | Compiling ingot-types v0.1.2 |
| 2234 | 2026-03-18T17:49:46.648Z | Compiling cobs v0.3.0 |
| 2235 | 2026-03-18T17:49:46.759Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2236 | 2026-03-18T17:49:46.780Z | Compiling rustls v0.22.4 |
| 2237 | 2026-03-18T17:49:46.807Z | Compiling proc-macro-crate v1.3.1 |
| 2238 | 2026-03-18T17:49:46.976Z | Compiling num_enum_derive v0.7.5 |
| 2239 | 2026-03-18T17:49:47.006Z | Compiling ingot v0.1.1 |
| 2240 | 2026-03-18T17:49:47.105Z | Compiling postcard v1.1.3 |
| 2241 | 2026-03-18T17:49:47.125Z | Compiling rustls-webpki v0.102.8 |
| 2242 | 2026-03-18T17:49:47.166Z | Compiling futures-executor v0.3.32 |
| 2243 | 2026-03-18T17:49:47.365Z | Compiling foreign-types-macros v0.2.3 |
| 2244 | 2026-03-18T17:49:47.394Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2245 | 2026-03-18T17:49:47.660Z | Compiling multer v3.1.0 |
| 2246 | 2026-03-18T17:49:47.698Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-18T17:49:47.783Z | Compiling thread_local v1.1.9 |
| 2248 | 2026-03-18T17:49:47.804Z | Compiling foreign-types-shared v0.3.1 |
| 2249 | 2026-03-18T17:49:47.924Z | Compiling slog-async v2.8.0 |
| 2250 | 2026-03-18T17:49:47.952Z | Compiling match_cfg v0.1.0 |
| 2251 | 2026-03-18T17:49:47.974Z | Compiling typeid v1.0.3 |
| 2252 | 2026-03-18T17:49:47.996Z | Compiling cpufeatures v0.3.0 |
| 2253 | 2026-03-18T17:49:48.061Z | Compiling hostname v0.3.1 |
| 2254 | 2026-03-18T17:49:48.113Z | Compiling chacha20 v0.10.0 |
| 2255 | 2026-03-18T17:49:48.135Z | Compiling tokio-rustls v0.26.4 |
| 2256 | 2026-03-18T17:49:48.233Z | Compiling rustls-platform-verifier v0.6.2 |
| 2257 | 2026-03-18T17:49:48.265Z | Compiling num_enum v0.7.5 |
| 2258 | 2026-03-18T17:49:48.289Z | Compiling foreign-types v0.5.0 |
| 2259 | 2026-03-18T17:49:48.459Z | Compiling hyper-rustls v0.27.7 |
| 2260 | 2026-03-18T17:49:48.463Z | Compiling futures v0.3.32 |
| 2261 | 2026-03-18T17:49:48.509Z | Compiling num_enum_derive v0.5.11 |
| 2262 | 2026-03-18T17:49:48.552Z | Compiling derive-ex v0.1.8 |
| 2263 | 2026-03-18T17:49:48.602Z | Compiling tabwriter v1.4.1 |
| 2264 | 2026-03-18T17:49:48.683Z | Compiling slog-json v2.6.1 |
| 2265 | 2026-03-18T17:49:48.719Z | Compiling crossbeam-channel v0.5.15 |
| 2266 | 2026-03-18T17:49:48.875Z | Compiling reqwest v0.13.2 |
| 2267 | 2026-03-18T17:49:49.031Z | Compiling reqwest v0.12.28 |
| 2268 | 2026-03-18T17:49:49.074Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2269 | 2026-03-18T17:49:49.445Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2270 | 2026-03-18T17:49:49.629Z | Compiling async-stream-impl v0.3.6 |
| 2271 | 2026-03-18T17:49:49.651Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2272 | 2026-03-18T17:49:49.728Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2273 | 2026-03-18T17:49:49.981Z | Compiling serde_spanned v1.0.4 |
| 2274 | 2026-03-18T17:49:50.152Z | Compiling is-terminal v0.4.17 |
| 2275 | 2026-03-18T17:49:50.207Z | Compiling cstr-argument v0.1.2 |
| 2276 | 2026-03-18T17:49:50.230Z | Compiling dropshot v0.16.7 |
| 2277 | 2026-03-18T17:49:50.297Z | Compiling take_mut v0.2.2 |
| 2278 | 2026-03-18T17:49:50.300Z | Compiling erased-serde v0.4.9 |
| 2279 | 2026-03-18T17:49:50.444Z | Compiling term v1.2.1 |
| 2280 | 2026-03-18T17:49:50.469Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2281 | 2026-03-18T17:49:50.472Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2282 | 2026-03-18T17:49:50.517Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-03-18T17:49:50.664Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-03-18T17:49:50.721Z | Compiling test-strategy v0.4.5 |
| 2285 | 2026-03-18T17:49:50.791Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2286 | 2026-03-18T17:49:50.836Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2287 | 2026-03-18T17:49:50.862Z | Compiling slog-term v2.9.2 |
| 2288 | 2026-03-18T17:49:50.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2289 | 2026-03-18T17:49:50.929Z | Compiling num_enum v0.5.11 |
| 2290 | 2026-03-18T17:49:51.112Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2291 | 2026-03-18T17:49:51.295Z | Compiling tokio-rustls v0.25.0 |
| 2292 | 2026-03-18T17:49:51.389Z | Compiling slog-bunyan v2.5.0 |
| 2293 | 2026-03-18T17:49:51.420Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2294 | 2026-03-18T17:49:51.719Z | Compiling rand v0.10.0 |
| 2295 | 2026-03-18T17:49:51.828Z | Compiling parse-display-derive v0.10.0 |
| 2296 | 2026-03-18T17:49:51.896Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2297 | 2026-03-18T17:49:52.147Z | Compiling backon v1.6.0 |
| 2298 | 2026-03-18T17:49:52.206Z | Compiling waitgroup v0.1.2 |
| 2299 | 2026-03-18T17:49:52.337Z | Compiling newtype-uuid-macros v0.1.0 |
| 2300 | 2026-03-18T17:49:53.428Z | Compiling dropshot_endpoint v0.16.7 |
| 2301 | 2026-03-18T17:49:53.431Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-03-18T17:49:53.431Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2303 | 2026-03-18T17:49:53.431Z | Compiling serde_path_to_error v0.1.20 |
| 2304 | 2026-03-18T17:49:53.431Z | Compiling hostname v0.4.2 |
| 2305 | 2026-03-18T17:49:53.431Z | Compiling instant v0.1.13 |
| 2306 | 2026-03-18T17:49:53.431Z | Compiling libefi-sys v0.1.0 |
| 2307 | 2026-03-18T17:49:53.431Z | Compiling debug-ignore v1.0.5 |
| 2308 | 2026-03-18T17:49:53.431Z | Compiling colored v3.1.1 |
| 2309 | 2026-03-18T17:49:53.431Z | Compiling backoff v0.4.0 |
| 2310 | 2026-03-18T17:49:53.431Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2311 | 2026-03-18T17:49:53.431Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2312 | 2026-03-18T17:49:53.431Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2313 | 2026-03-18T17:49:53.431Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2314 | 2026-03-18T17:49:53.431Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2315 | 2026-03-18T17:49:53.562Z | Compiling camino-tempfile v1.4.1 |
| 2316 | 2026-03-18T17:49:53.731Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2317 | 2026-03-18T17:49:53.785Z | Compiling usdt-attr-macro v0.5.0 |
| 2318 | 2026-03-18T17:49:53.806Z | Compiling parse-display v0.10.0 |
| 2319 | 2026-03-18T17:49:53.903Z | Compiling usdt-macro v0.5.0 |
| 2320 | 2026-03-18T17:49:53.952Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2321 | 2026-03-18T17:49:54.076Z | Compiling secrecy v0.10.3 |
| 2322 | 2026-03-18T17:49:54.298Z | Compiling bitfield-struct v0.6.2 |
| 2323 | 2026-03-18T17:49:54.354Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2324 | 2026-03-18T17:49:54.739Z | Compiling num-derive v0.4.2 |
| 2325 | 2026-03-18T17:49:54.782Z | Compiling regress v0.10.5 |
| 2326 | 2026-03-18T17:49:54.880Z | Compiling ordered-float v2.10.1 |
| 2327 | 2026-03-18T17:49:54.903Z | Compiling blake3 v1.8.3 |
| 2328 | 2026-03-18T17:49:54.906Z | Compiling memmap v0.7.0 |
| 2329 | 2026-03-18T17:49:55.125Z | Compiling sigpipe v0.1.3 |
| 2330 | 2026-03-18T17:49:55.272Z | Compiling glob v0.3.3 |
| 2331 | 2026-03-18T17:49:55.293Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2332 | 2026-03-18T17:49:55.314Z | Compiling serde-value v0.7.0 |
| 2333 | 2026-03-18T17:49:55.572Z | Compiling usdt v0.5.0 |
| 2334 | 2026-03-18T17:49:55.600Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2335 | 2026-03-18T17:49:55.678Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2336 | 2026-03-18T17:49:55.681Z | Compiling serde-untagged v0.1.9 |
| 2337 | 2026-03-18T17:49:55.792Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2338 | 2026-03-18T17:49:55.939Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2339 | 2026-03-18T17:49:56.147Z | Compiling toml v0.8.23 |
| 2340 | 2026-03-18T17:49:56.184Z | Compiling smf v0.2.3 |
| 2341 | 2026-03-18T17:49:56.187Z | Compiling filetime v0.2.27 |
| 2342 | 2026-03-18T17:49:56.231Z | Compiling arrayvec v0.7.6 |
| 2343 | 2026-03-18T17:49:56.341Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-03-18T17:49:56.391Z | Compiling whoami v1.6.1 |
| 2345 | 2026-03-18T17:49:56.463Z | Compiling same-file v1.0.6 |
| 2346 | 2026-03-18T17:49:56.484Z | Compiling unicode-xid v0.2.6 |
| 2347 | 2026-03-18T17:49:56.508Z | Compiling constant_time_eq v0.4.2 |
| 2348 | 2026-03-18T17:49:56.564Z | Compiling xattr v1.6.1 |
| 2349 | 2026-03-18T17:49:56.614Z | Compiling arrayref v0.3.9 |
| 2350 | 2026-03-18T17:49:56.681Z | Compiling walkdir v2.5.0 |
| 2351 | 2026-03-18T17:49:56.727Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2352 | 2026-03-18T17:49:56.774Z | Compiling tar v0.4.44 |
| 2353 | 2026-03-18T17:49:56.833Z | Compiling cargo-util-schemas v0.8.2 |
| 2354 | 2026-03-18T17:49:56.855Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2355 | 2026-03-18T17:49:56.977Z | Compiling tokio-dtrace v0.1.1 |
| 2356 | 2026-03-18T17:49:57.165Z | Compiling gethostname v0.5.0 |
| 2357 | 2026-03-18T17:49:57.358Z | Compiling cargo-platform v0.2.0 |
| 2358 | 2026-03-18T17:49:57.403Z | Compiling topological-sort v0.2.2 |
| 2359 | 2026-03-18T17:49:57.579Z | Compiling oxide-tokio-rt v0.1.3 |
| 2360 | 2026-03-18T17:49:57.602Z | Compiling shell-words v1.1.1 |
| 2361 | 2026-03-18T17:49:57.635Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2362 | 2026-03-18T17:49:57.658Z | Compiling indent_write v2.2.0 |
| 2363 | 2026-03-18T17:49:58.440Z | Compiling cargo_metadata v0.21.0 |
| 2364 | 2026-03-18T17:50:09.426Z | Compiling progenitor-client v0.13.0 |
| 2365 | 2026-03-18T17:50:09.448Z | Compiling progenitor-client v0.10.0 |
| 2366 | 2026-03-18T17:50:09.452Z | Compiling omicron-zone-package v0.12.2 |
| 2367 | 2026-03-18T17:50:09.571Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2368 | 2026-03-18T17:50:09.575Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2369 | 2026-03-18T17:50:09.575Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2370 | 2026-03-18T17:50:09.575Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2371 | 2026-03-18T17:50:09.754Z | Compiling progenitor-extras v0.1.1 |
| 2372 | 2026-03-18T17:50:10.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2373 | 2026-03-18T17:50:19.546Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2374 | 2026-03-18T17:50:20.795Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2375 | 2026-03-18T17:50:29.011Z | Finished `release` profile [optimized] target(s) in 1m 53s |
| 2376 | 2026-03-18T17:50:29.197Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2377 | 2026-03-18T17:50:29.264Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2378 | 2026-03-18T17:50:29.267Z | Created new build target 'test' and set it as active |
| 2379 | 2026-03-18T17:50:29.271Z | |
| 2380 | 2026-03-18T17:50:29.271Z | real 1:53.272333488 |
| 2381 | 2026-03-18T17:50:29.271Z | user 20:05.619841476 |
| 2382 | 2026-03-18T17:50:29.271Z | sys 3:00.959096520 |
| 2383 | 2026-03-18T17:50:29.271Z | trap 0.524404857 |
| 2384 | 2026-03-18T17:50:29.271Z | tflt 2.838845393 |
| 2385 | 2026-03-18T17:50:29.271Z | dflt 3.962366174 |
| 2386 | 2026-03-18T17:50:29.271Z | kflt 0.000645675 |
| 2387 | 2026-03-18T17:50:29.271Z | lock 1:03:42.094030901 |
| 2388 | 2026-03-18T17:50:29.271Z | slp 51:10.501108800 |
| 2389 | 2026-03-18T17:50:29.271Z | lat 46.728688354 |
| 2390 | 2026-03-18T17:50:29.271Z | stop 7:37.225715692 |
| 2391 | 2026-03-18T17:50:29.271Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2392 | 2026-03-18T17:50:30.461Z | Finished `release` profile [optimized] target(s) in 1.17s |
| 2393 | 2026-03-18T17:50:30.529Z | Running `target/release/omicron-package -t test package` |
| 2394 | 2026-03-18T17:50:30.594Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-03-18T17:50:32.485Z | Compiling regress v0.10.5 |
| 2396 | 2026-03-18T17:50:32.485Z | Compiling heck v0.5.0 |
| 2397 | 2026-03-18T17:50:32.488Z | Compiling unsafe-libyaml v0.2.11 |
| 2398 | 2026-03-18T17:50:32.488Z | Compiling convert_case v0.4.0 |
| 2399 | 2026-03-18T17:50:32.797Z | Compiling half v2.7.1 |
| 2400 | 2026-03-18T17:50:32.797Z | Compiling ciborium-io v0.2.2 |
| 2401 | 2026-03-18T17:50:32.856Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2402 | 2026-03-18T17:50:32.861Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2403 | 2026-03-18T17:50:32.917Z | Compiling prettyplease v0.2.37 |
| 2404 | 2026-03-18T17:50:32.948Z | Compiling typify-impl v0.6.1 |
| 2405 | 2026-03-18T17:50:32.977Z | Compiling universal-hash v0.5.1 |
| 2406 | 2026-03-18T17:50:32.980Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2407 | 2026-03-18T17:50:32.980Z | Compiling opaque-debug v0.3.1 |
| 2408 | 2026-03-18T17:50:32.980Z | Compiling unicode-width v0.1.14 |
| 2409 | 2026-03-18T17:50:33.072Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2410 | 2026-03-18T17:50:33.135Z | Compiling chacha20 v0.9.1 |
| 2411 | 2026-03-18T17:50:33.138Z | Compiling password-hash v0.5.0 |
| 2412 | 2026-03-18T17:50:33.138Z | Compiling derive_more v0.99.20 |
| 2413 | 2026-03-18T17:50:33.138Z | Compiling poly1305 v0.8.0 |
| 2414 | 2026-03-18T17:50:33.208Z | Compiling ciborium-ll v0.2.2 |
| 2415 | 2026-03-18T17:50:33.240Z | Compiling blake2 v0.10.6 |
| 2416 | 2026-03-18T17:50:33.336Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2417 | 2026-03-18T17:50:33.471Z | Compiling serde_yaml v0.9.34+deprecated |
| 2418 | 2026-03-18T17:50:33.503Z | Compiling aead v0.5.2 |
| 2419 | 2026-03-18T17:50:33.507Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-03-18T17:50:33.587Z | Compiling ciborium v0.2.2 |
| 2421 | 2026-03-18T17:50:33.640Z | Compiling swrite v0.1.0 |
| 2422 | 2026-03-18T17:50:33.683Z | Compiling argon2 v0.5.3 |
| 2423 | 2026-03-18T17:50:33.781Z | Compiling chacha20poly1305 v0.10.1 |
| 2424 | 2026-03-18T17:50:33.810Z | Compiling serde_spanned v1.0.4 |
| 2425 | 2026-03-18T17:50:33.997Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2426 | 2026-03-18T17:50:34.059Z | Compiling bytecount v0.6.9 |
| 2427 | 2026-03-18T17:50:34.091Z | Compiling rustls v0.22.4 |
| 2428 | 2026-03-18T17:50:34.125Z | Compiling rustls-webpki v0.102.8 |
| 2429 | 2026-03-18T17:50:34.165Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2430 | 2026-03-18T17:50:34.308Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2431 | 2026-03-18T17:50:34.340Z | Compiling derive-where v1.6.0 |
| 2432 | 2026-03-18T17:50:34.343Z | Compiling thread_local v1.1.9 |
| 2433 | 2026-03-18T17:50:34.409Z | Compiling match_cfg v0.1.0 |
| 2434 | 2026-03-18T17:50:34.461Z | Compiling thiserror-no-std v2.0.2 |
| 2435 | 2026-03-18T17:50:34.535Z | Compiling hostname v0.3.1 |
| 2436 | 2026-03-18T17:50:34.607Z | Compiling vsss-rs v3.3.4 |
| 2437 | 2026-03-18T17:50:34.732Z | Compiling multer v3.1.0 |
| 2438 | 2026-03-18T17:50:34.765Z | Compiling slog-async v2.8.0 |
| 2439 | 2026-03-18T17:50:34.831Z | Compiling slog-json v2.6.1 |
| 2440 | 2026-03-18T17:50:34.861Z | Compiling crossbeam-channel v0.5.15 |
| 2441 | 2026-03-18T17:50:34.902Z | Compiling futures-executor v0.3.32 |
| 2442 | 2026-03-18T17:50:34.994Z | Compiling term v1.2.1 |
| 2443 | 2026-03-18T17:50:35.075Z | Compiling take_mut v0.2.2 |
| 2444 | 2026-03-18T17:50:35.137Z | Compiling futures v0.3.32 |
| 2445 | 2026-03-18T17:50:35.242Z | Compiling slog-bunyan v2.5.0 |
| 2446 | 2026-03-18T17:50:35.277Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2447 | 2026-03-18T17:50:35.340Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-03-18T17:50:35.504Z | Compiling slog-term v2.9.2 |
| 2449 | 2026-03-18T17:50:35.536Z | Compiling dropshot v0.16.7 |
| 2450 | 2026-03-18T17:50:35.539Z | Compiling progenitor-client v0.13.0 |
| 2451 | 2026-03-18T17:50:35.602Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2452 | 2026-03-18T17:50:35.638Z | Compiling waitgroup v0.1.2 |
| 2453 | 2026-03-18T17:50:35.704Z | Compiling backon v1.6.0 |
| 2454 | 2026-03-18T17:50:35.830Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-03-18T17:50:35.866Z | Compiling hostname v0.4.2 |
| 2456 | 2026-03-18T17:50:35.866Z | Compiling serde_path_to_error v0.1.20 |
| 2457 | 2026-03-18T17:50:35.944Z | Compiling instant v0.1.13 |
| 2458 | 2026-03-18T17:50:35.986Z | Compiling debug-ignore v1.0.5 |
| 2459 | 2026-03-18T17:50:35.989Z | Compiling progenitor-extras v0.1.1 |
| 2460 | 2026-03-18T17:50:36.056Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2461 | 2026-03-18T17:50:36.059Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2462 | 2026-03-18T17:50:36.125Z | Compiling backoff v0.4.0 |
| 2463 | 2026-03-18T17:50:36.129Z | Compiling parse-display v0.10.0 |
| 2464 | 2026-03-18T17:50:36.158Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2465 | 2026-03-18T17:50:36.188Z | Compiling progenitor-client v0.10.0 |
| 2466 | 2026-03-18T17:50:36.192Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2467 | 2026-03-18T17:50:36.281Z | Compiling macaddr v1.0.1 |
| 2468 | 2026-03-18T17:50:36.313Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2469 | 2026-03-18T17:50:36.358Z | Compiling console v0.15.11 |
| 2470 | 2026-03-18T17:50:36.393Z | Compiling newline-converter v0.3.0 |
| 2471 | 2026-03-18T17:50:36.427Z | Compiling atomicwrites v0.4.4 |
| 2472 | 2026-03-18T17:50:36.462Z | Compiling num-rational v0.4.2 |
| 2473 | 2026-03-18T17:50:36.583Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2474 | 2026-03-18T17:50:36.616Z | Compiling num-complex v0.4.6 |
| 2475 | 2026-03-18T17:50:36.775Z | Compiling slog-dtrace v0.3.0 |
| 2476 | 2026-03-18T17:50:36.812Z | Compiling async-recursion v1.1.1 |
| 2477 | 2026-03-18T17:50:36.844Z | Compiling cancel-safe-futures v0.1.5 |
| 2478 | 2026-03-18T17:50:37.025Z | Compiling expectorate v1.2.0 |
| 2479 | 2026-03-18T17:50:37.137Z | Compiling owo-colors v4.3.0 |
| 2480 | 2026-03-18T17:50:37.167Z | Compiling float-ord v0.3.2 |
| 2481 | 2026-03-18T17:50:37.251Z | Compiling tokio-rustls v0.25.0 |
| 2482 | 2026-03-18T17:50:37.292Z | Compiling num v0.4.3 |
| 2483 | 2026-03-18T17:50:37.461Z | Compiling libsw-core v0.3.2 |
| 2484 | 2026-03-18T17:50:37.495Z | Compiling resolv-conf v0.7.6 |
| 2485 | 2026-03-18T17:50:37.628Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2486 | 2026-03-18T17:50:37.659Z | Compiling toml v0.8.23 |
| 2487 | 2026-03-18T17:50:37.731Z | Compiling libsw v3.5.0 |
| 2488 | 2026-03-18T17:50:37.764Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-03-18T17:50:37.894Z | Compiling minimal-lexical v0.2.1 |
| 2490 | 2026-03-18T17:50:37.993Z | Compiling linked-hash-map v0.5.6 |
| 2491 | 2026-03-18T17:50:38.061Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2492 | 2026-03-18T17:50:38.095Z | Compiling unicode-xid v0.2.6 |
| 2493 | 2026-03-18T17:50:38.243Z | Compiling nom v7.1.3 |
| 2494 | 2026-03-18T17:50:38.284Z | Compiling lru-cache v0.1.2 |
| 2495 | 2026-03-18T17:50:38.316Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2496 | 2026-03-18T17:50:38.320Z | Compiling globset v0.4.18 |
| 2497 | 2026-03-18T17:50:38.379Z | Compiling hickory-proto v0.24.4 |
| 2498 | 2026-03-18T17:50:38.475Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2499 | 2026-03-18T17:50:38.507Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2500 | 2026-03-18T17:50:38.786Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-03-18T17:50:39.022Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2502 | 2026-03-18T17:50:39.725Z | Compiling typify-macro v0.6.1 |
| 2503 | 2026-03-18T17:50:40.061Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2504 | 2026-03-18T17:50:40.152Z | Compiling convert_case v0.10.0 |
| 2505 | 2026-03-18T17:50:40.567Z | Compiling derive_more-impl v2.1.1 |
| 2506 | 2026-03-18T17:50:41.377Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2507 | 2026-03-18T17:50:41.539Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-03-18T17:50:41.613Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2509 | 2026-03-18T17:50:41.787Z | Compiling typify v0.6.1 |
| 2510 | 2026-03-18T17:50:41.867Z | Compiling hickory-resolver v0.24.4 |
| 2511 | 2026-03-18T17:50:41.958Z | Compiling progenitor-impl v0.13.0 |
| 2512 | 2026-03-18T17:50:42.069Z | Compiling pin-project-internal v1.1.11 |
| 2513 | 2026-03-18T17:50:42.875Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-03-18T17:50:43.135Z | Compiling derive_more v2.1.1 |
| 2515 | 2026-03-18T17:50:43.273Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2516 | 2026-03-18T17:50:43.463Z | Compiling qorb v0.4.1 |
| 2517 | 2026-03-18T17:50:43.493Z | Compiling pin-project v1.1.11 |
| 2518 | 2026-03-18T17:50:43.652Z | Compiling pem v3.0.6 |
| 2519 | 2026-03-18T17:50:43.900Z | Compiling snafu-derive v0.8.9 |
| 2520 | 2026-03-18T17:50:44.547Z | Compiling termtree v0.5.1 |
| 2521 | 2026-03-18T17:50:44.739Z | Compiling crossterm v0.29.0 |
| 2522 | 2026-03-18T17:50:44.791Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-03-18T17:50:44.970Z | Compiling progenitor-macro v0.13.0 |
| 2524 | 2026-03-18T17:50:46.054Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2525 | 2026-03-18T17:50:46.202Z | Compiling snafu v0.8.9 |
| 2526 | 2026-03-18T17:50:46.936Z | Compiling olpc-cjson v0.1.4 |
| 2527 | 2026-03-18T17:50:47.253Z | Compiling phf_shared v0.12.1 |
| 2528 | 2026-03-18T17:50:47.569Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2529 | 2026-03-18T17:50:47.621Z | Compiling serde_plain v1.0.2 |
| 2530 | 2026-03-18T17:50:48.231Z | Compiling vte v0.14.1 |
| 2531 | 2026-03-18T17:50:48.488Z | Compiling csv-core v0.1.13 |
| 2532 | 2026-03-18T17:50:48.540Z | Compiling highway v1.3.0 |
| 2533 | 2026-03-18T17:50:48.757Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2534 | 2026-03-18T17:50:48.865Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-03-18T17:50:49.026Z | Compiling typed-path v0.9.3 |
| 2536 | 2026-03-18T17:50:49.175Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2537 | 2026-03-18T17:50:49.457Z | Compiling csv v1.4.0 |
| 2538 | 2026-03-18T17:50:49.734Z | Compiling strip-ansi-escapes v0.2.1 |
| 2539 | 2026-03-18T17:50:49.768Z | Compiling phf v0.12.1 |
| 2540 | 2026-03-18T17:50:50.041Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-03-18T17:50:50.317Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-03-18T17:50:50.348Z | Compiling papergrid v0.11.0 |
| 2543 | 2026-03-18T17:50:50.481Z | Compiling fd-lock v4.0.4 |
| 2544 | 2026-03-18T17:50:50.676Z | Compiling tough v0.20.0 |
| 2545 | 2026-03-18T17:50:50.709Z | Compiling peg-macros v0.8.5 |
| 2546 | 2026-03-18T17:50:50.739Z | Compiling tabled_derive v0.7.0 |
| 2547 | 2026-03-18T17:50:50.885Z | Compiling progenitor v0.13.0 |
| 2548 | 2026-03-18T17:50:51.350Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2549 | 2026-03-18T17:50:51.815Z | Compiling nu-ansi-term v0.50.3 |
| 2550 | 2026-03-18T17:50:52.155Z | Compiling reedline v0.40.0 |
| 2551 | 2026-03-18T17:50:52.400Z | Compiling peg v0.8.5 |
| 2552 | 2026-03-18T17:50:52.503Z | Compiling tabled v0.15.0 |
| 2553 | 2026-03-18T17:50:52.535Z | Compiling const_format v0.2.35 |
| 2554 | 2026-03-18T17:50:52.614Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2555 | 2026-03-18T17:50:52.844Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2556 | 2026-03-18T17:50:53.195Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2557 | 2026-03-18T17:50:54.744Z | Compiling bcs v0.1.6 |
| 2558 | 2026-03-18T17:50:54.781Z | Compiling semver v0.1.20 |
| 2559 | 2026-03-18T17:50:55.181Z | Compiling rustc_version v0.1.7 |
| 2560 | 2026-03-18T17:50:55.312Z | Compiling base64 v0.21.7 |
| 2561 | 2026-03-18T17:50:55.480Z | Compiling newtype_derive v0.1.6 |
| 2562 | 2026-03-18T17:50:55.792Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2563 | 2026-03-18T17:50:56.009Z | Compiling typify-impl v0.4.3 |
| 2564 | 2026-03-18T17:50:56.096Z | Compiling smawk v0.3.2 |
| 2565 | 2026-03-18T17:50:56.308Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2566 | 2026-03-18T17:50:56.338Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-03-18T17:50:56.665Z | Compiling humantime v2.3.0 |
| 2568 | 2026-03-18T17:50:56.739Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-03-18T17:50:56.896Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2570 | 2026-03-18T17:50:56.986Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2571 | 2026-03-18T17:50:57.058Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2572 | 2026-03-18T17:50:57.385Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2573 | 2026-03-18T17:50:57.593Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2574 | 2026-03-18T17:50:57.690Z | Compiling steno v0.4.1 |
| 2575 | 2026-03-18T17:50:58.656Z | Compiling utf-8 v0.7.6 |
| 2576 | 2026-03-18T17:50:58.762Z | Compiling tagptr v0.2.0 |
| 2577 | 2026-03-18T17:50:59.008Z | Compiling moka v0.12.13 |
| 2578 | 2026-03-18T17:50:59.677Z | Compiling tungstenite v0.21.0 |
| 2579 | 2026-03-18T17:51:00.012Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2580 | 2026-03-18T17:51:00.217Z | Compiling radium v0.7.0 |
| 2581 | 2026-03-18T17:51:00.576Z | Compiling hickory-resolver v0.25.2 |
| 2582 | 2026-03-18T17:51:00.714Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-03-18T17:51:01.023Z | Compiling typify-macro v0.4.3 |
| 2584 | 2026-03-18T17:51:01.229Z | Compiling maybe-uninit v2.0.0 |
| 2585 | 2026-03-18T17:51:01.389Z | Compiling tap v1.0.1 |
| 2586 | 2026-03-18T17:51:01.583Z | Compiling wyz v0.5.1 |
| 2587 | 2026-03-18T17:51:01.918Z | Compiling zerocopy-derive v0.6.6 |
| 2588 | 2026-03-18T17:51:02.064Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2589 | 2026-03-18T17:51:02.407Z | Compiling display-error-chain v0.2.2 |
| 2590 | 2026-03-18T17:51:02.581Z | Compiling funty v2.0.0 |
| 2591 | 2026-03-18T17:51:02.635Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-03-18T17:51:02.797Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-03-18T17:51:02.986Z | Compiling zerocopy v0.6.6 |
| 2594 | 2026-03-18T17:51:03.015Z | Compiling typify v0.4.3 |
| 2595 | 2026-03-18T17:51:03.190Z | Compiling progenitor-impl v0.10.0 |
| 2596 | 2026-03-18T17:51:03.340Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2597 | 2026-03-18T17:51:03.926Z | Compiling bitvec v1.0.1 |
| 2598 | 2026-03-18T17:51:05.127Z | Compiling crc v3.4.0 |
| 2599 | 2026-03-18T17:51:05.772Z | Compiling packed_struct_codegen v0.10.1 |
| 2600 | 2026-03-18T17:51:06.236Z | Compiling progenitor-macro v0.10.0 |
| 2601 | 2026-03-18T17:51:06.329Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-03-18T17:51:06.509Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-03-18T17:51:06.783Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-03-18T17:51:06.944Z | Compiling array-init v0.0.4 |
| 2605 | 2026-03-18T17:51:07.256Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-03-18T17:51:07.573Z | Compiling smallvec v0.6.14 |
| 2607 | 2026-03-18T17:51:07.698Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2608 | 2026-03-18T17:51:07.866Z | Compiling num-derive v0.3.3 |
| 2609 | 2026-03-18T17:51:07.920Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-03-18T17:51:08.441Z | Compiling hashbrown v0.12.3 |
| 2611 | 2026-03-18T17:51:08.709Z | Compiling proc-macro-error2 v2.0.1 |
| 2612 | 2026-03-18T17:51:08.740Z | Compiling serde-hex v0.1.0 |
| 2613 | 2026-03-18T17:51:08.842Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2614 | 2026-03-18T17:51:09.015Z | Compiling libscf-sys v1.1.0 |
| 2615 | 2026-03-18T17:51:09.132Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-03-18T17:51:09.236Z | Compiling ron v0.8.1 |
| 2617 | 2026-03-18T17:51:09.266Z | Compiling hashbrown v0.13.2 |
| 2618 | 2026-03-18T17:51:09.299Z | Compiling vergen-gitcl v1.0.8 |
| 2619 | 2026-03-18T17:51:09.579Z | Compiling dirs-sys-next v0.1.2 |
| 2620 | 2026-03-18T17:51:09.863Z | Compiling glob v0.3.3 |
| 2621 | 2026-03-18T17:51:09.939Z | Compiling crc-any v2.5.0 |
| 2622 | 2026-03-18T17:51:10.104Z | Compiling maplit v1.0.2 |
| 2623 | 2026-03-18T17:51:10.252Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-03-18T17:51:10.364Z | Compiling diesel_derives v2.3.7 |
| 2625 | 2026-03-18T17:51:10.498Z | Compiling clang-sys v1.8.1 |
| 2626 | 2026-03-18T17:51:10.694Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2627 | 2026-03-18T17:51:10.724Z | Compiling object v0.30.4 |
| 2628 | 2026-03-18T17:51:10.915Z | Compiling dirs-next v2.0.0 |
| 2629 | 2026-03-18T17:51:11.029Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2630 | 2026-03-18T17:51:11.111Z | Compiling tabled_derive v0.11.0 |
| 2631 | 2026-03-18T17:51:11.282Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-03-18T17:51:11.542Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-03-18T17:51:11.672Z | Compiling dsl_auto_type v0.2.0 |
| 2634 | 2026-03-18T17:51:11.719Z | Compiling scheduled-thread-pool v0.2.7 |
| 2635 | 2026-03-18T17:51:11.904Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2636 | 2026-03-18T17:51:12.051Z | Compiling progenitor v0.10.0 |
| 2637 | 2026-03-18T17:51:12.084Z | Compiling tiny-keccak v2.0.2 |
| 2638 | 2026-03-18T17:51:12.087Z | Compiling path-slash v0.1.5 |
| 2639 | 2026-03-18T17:51:12.211Z | Compiling r2d2 v0.8.10 |
| 2640 | 2026-03-18T17:51:12.271Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2641 | 2026-03-18T17:51:12.327Z | Compiling term v0.7.0 |
| 2642 | 2026-03-18T17:51:12.530Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2643 | 2026-03-18T17:51:12.560Z | Compiling arc-swap v1.8.2 |
| 2644 | 2026-03-18T17:51:12.592Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2645 | 2026-03-18T17:51:12.625Z | Compiling downcast-rs v2.0.2 |
| 2646 | 2026-03-18T17:51:12.793Z | Compiling xshell-macros v0.2.7 |
| 2647 | 2026-03-18T17:51:12.887Z | Compiling tabled v0.20.0 |
| 2648 | 2026-03-18T17:51:13.006Z | Compiling bit-vec v0.6.3 |
| 2649 | 2026-03-18T17:51:13.041Z | Compiling slog-scope v4.4.1 |
| 2650 | 2026-03-18T17:51:13.166Z | Compiling ascii-canvas v3.0.0 |
| 2651 | 2026-03-18T17:51:13.311Z | Compiling xshell v0.2.7 |
| 2652 | 2026-03-18T17:51:13.341Z | Compiling bit-set v0.5.3 |
| 2653 | 2026-03-18T17:51:13.578Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2654 | 2026-03-18T17:51:13.609Z | Compiling itertools v0.10.5 |
| 2655 | 2026-03-18T17:51:13.821Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2656 | 2026-03-18T17:51:14.156Z | Compiling ena v0.14.4 |
| 2657 | 2026-03-18T17:51:14.413Z | Compiling libloading v0.8.9 |
| 2658 | 2026-03-18T17:51:14.469Z | Compiling regex-syntax v0.6.29 |
| 2659 | 2026-03-18T17:51:14.702Z | Compiling unicase v2.9.0 |
| 2660 | 2026-03-18T17:51:14.945Z | Compiling diff v0.1.13 |
| 2661 | 2026-03-18T17:51:15.109Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2662 | 2026-03-18T17:51:15.139Z | Compiling bindgen v0.71.1 |
| 2663 | 2026-03-18T17:51:15.488Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2664 | 2026-03-18T17:51:17.183Z | Compiling lalrpop v0.19.12 |
| 2665 | 2026-03-18T17:51:17.555Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2666 | 2026-03-18T17:51:18.570Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2667 | 2026-03-18T17:51:18.957Z | Compiling diesel v2.3.7 |
| 2668 | 2026-03-18T17:51:19.045Z | Compiling slog-stdlog v4.1.1 |
| 2669 | 2026-03-18T17:51:19.388Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2670 | 2026-03-18T17:51:19.632Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2671 | 2026-03-18T17:51:19.719Z | Compiling cexpr v0.6.0 |
| 2672 | 2026-03-18T17:51:19.851Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2673 | 2026-03-18T17:51:20.126Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2674 | 2026-03-18T17:51:20.343Z | Compiling crc8 v0.1.1 |
| 2675 | 2026-03-18T17:51:20.501Z | Compiling slog-envlogger v2.2.0 |
| 2676 | 2026-03-18T17:51:20.531Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-03-18T17:51:20.624Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2678 | 2026-03-18T17:51:21.032Z | Compiling headers-core v0.3.0 |
| 2679 | 2026-03-18T17:51:21.222Z | Compiling libxml v0.3.3 |
| 2680 | 2026-03-18T17:51:21.399Z | Compiling headers v0.4.1 |
| 2681 | 2026-03-18T17:51:21.588Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2682 | 2026-03-18T17:51:21.989Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2683 | 2026-03-18T17:51:22.272Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2684 | 2026-03-18T17:51:22.845Z | Compiling strum_macros v0.24.3 |
| 2685 | 2026-03-18T17:51:23.031Z | Compiling indoc v1.0.9 |
| 2686 | 2026-03-18T17:51:23.226Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-03-18T17:51:23.229Z | Compiling derive_builder v0.20.2 |
| 2688 | 2026-03-18T17:51:23.466Z | Compiling oso-derive v0.27.3 |
| 2689 | 2026-03-18T17:51:23.507Z | Compiling quick-xml v0.37.5 |
| 2690 | 2026-03-18T17:51:23.539Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2691 | 2026-03-18T17:51:23.568Z | Compiling half v1.8.3 |
| 2692 | 2026-03-18T17:51:23.603Z | Compiling openssl-probe v0.1.6 |
| 2693 | 2026-03-18T17:51:23.967Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-03-18T17:51:24.146Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-18T17:51:24.149Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2696 | 2026-03-18T17:51:24.507Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2697 | 2026-03-18T17:51:25.119Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2698 | 2026-03-18T17:51:25.304Z | Compiling bb8 v0.8.6 |
| 2699 | 2026-03-18T17:51:25.308Z | Compiling trait-variant v0.1.2 |
| 2700 | 2026-03-18T17:51:25.444Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2701 | 2026-03-18T17:51:25.561Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2702 | 2026-03-18T17:51:25.797Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2703 | 2026-03-18T17:51:26.006Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-03-18T17:51:26.047Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2705 | 2026-03-18T17:51:26.186Z | Compiling fxhash v0.2.1 |
| 2706 | 2026-03-18T17:51:26.287Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-03-18T17:51:26.442Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-03-18T17:51:26.617Z | Compiling libz-sys v1.1.24 |
| 2709 | 2026-03-18T17:51:26.722Z | Compiling nonempty v0.12.0 |
| 2710 | 2026-03-18T17:51:27.005Z | Compiling salty v0.3.0 |
| 2711 | 2026-03-18T17:51:27.008Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-03-18T17:51:27.108Z | Compiling samael v0.0.19 |
| 2713 | 2026-03-18T17:51:27.248Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-03-18T17:51:27.399Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2715 | 2026-03-18T17:51:27.445Z | Compiling progenitor-impl v0.11.2 |
| 2716 | 2026-03-18T17:51:27.537Z | Compiling darling_core v0.23.0 |
| 2717 | 2026-03-18T17:51:28.230Z | Compiling nanorand v0.7.0 |
| 2718 | 2026-03-18T17:51:28.369Z | Compiling polar-core v0.27.3 |
| 2719 | 2026-03-18T17:51:28.481Z | Compiling fs-err v2.11.0 |
| 2720 | 2026-03-18T17:51:28.777Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-03-18T17:51:28.990Z | Compiling mime_guess v2.0.5 |
| 2722 | 2026-03-18T17:51:29.173Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2723 | 2026-03-18T17:51:29.821Z | Compiling flume v0.11.1 |
| 2724 | 2026-03-18T17:51:30.111Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2725 | 2026-03-18T17:51:30.521Z | Compiling progenitor-macro v0.11.2 |
| 2726 | 2026-03-18T17:51:30.709Z | Compiling darling_macro v0.23.0 |
| 2727 | 2026-03-18T17:51:31.689Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-03-18T17:51:32.130Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2729 | 2026-03-18T17:51:32.399Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2730 | 2026-03-18T17:51:34.039Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2731 | 2026-03-18T17:51:34.674Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-03-18T17:51:34.942Z | Compiling progenitor-client v0.11.2 |
| 2733 | 2026-03-18T17:51:35.618Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2734 | 2026-03-18T17:51:36.544Z | Compiling git-stub v1.0.0 |
| 2735 | 2026-03-18T17:51:36.880Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2736 | 2026-03-18T17:51:37.390Z | Compiling instability v0.3.11 |
| 2737 | 2026-03-18T17:51:37.759Z | Compiling git-stub-vcs v0.1.0 |
| 2738 | 2026-03-18T17:51:38.220Z | Compiling progenitor v0.11.2 |
| 2739 | 2026-03-18T17:51:38.449Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2740 | 2026-03-18T17:51:38.687Z | Compiling darling v0.23.0 |
| 2741 | 2026-03-18T17:51:38.855Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2742 | 2026-03-18T17:51:41.768Z | Compiling oso v0.27.3 |
| 2743 | 2026-03-18T17:51:42.341Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2744 | 2026-03-18T17:51:42.415Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2745 | 2026-03-18T17:51:42.470Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2746 | 2026-03-18T17:51:42.502Z | Compiling ignore v0.4.25 |
| 2747 | 2026-03-18T17:51:44.504Z | Compiling diesel-dtrace v0.5.0 |
| 2748 | 2026-03-18T17:51:44.949Z | Compiling async-bb8-diesel v0.2.1 |
| 2749 | 2026-03-18T17:51:46.198Z | Compiling primeorder v0.13.6 |
| 2750 | 2026-03-18T17:51:46.604Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-03-18T17:51:46.710Z | Compiling castaway v0.2.4 |
| 2752 | 2026-03-18T17:51:46.906Z | Compiling nibble_vec v0.1.0 |
| 2753 | 2026-03-18T17:51:47.139Z | Compiling atty v0.2.14 |
| 2754 | 2026-03-18T17:51:47.323Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-03-18T17:51:47.580Z | Compiling parse-size v1.1.0 |
| 2756 | 2026-03-18T17:51:47.611Z | Compiling http-range v0.1.5 |
| 2757 | 2026-03-18T17:51:47.775Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2758 | 2026-03-18T17:51:47.864Z | Compiling indoc v2.0.7 |
| 2759 | 2026-03-18T17:51:48.015Z | Compiling endian-type v0.1.2 |
| 2760 | 2026-03-18T17:51:48.097Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-03-18T17:51:48.229Z | Compiling radix_trie v0.2.1 |
| 2762 | 2026-03-18T17:51:48.448Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2763 | 2026-03-18T17:51:48.814Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-03-18T17:51:48.842Z | Compiling p384 v0.13.1 |
| 2765 | 2026-03-18T17:51:50.023Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-03-18T17:51:50.095Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-03-18T17:51:50.887Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-03-18T17:51:51.129Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-03-18T17:51:51.239Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2770 | 2026-03-18T17:51:51.272Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2771 | 2026-03-18T17:51:51.285Z | Compiling predicates-tree v1.0.13 |
| 2772 | 2026-03-18T17:51:51.670Z | Compiling unicode-truncate v1.1.0 |
| 2773 | 2026-03-18T17:51:51.704Z | Compiling lru v0.12.5 |
| 2774 | 2026-03-18T17:51:51.891Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-03-18T17:51:51.937Z | Compiling vergen-git2 v1.0.7 |
| 2776 | 2026-03-18T17:51:51.996Z | Compiling cassowary v0.3.0 |
| 2777 | 2026-03-18T17:51:52.512Z | Compiling hickory-server v0.25.2 |
| 2778 | 2026-03-18T17:51:52.618Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-03-18T17:51:53.028Z | Compiling ratatui v0.29.0 |
| 2780 | 2026-03-18T17:51:53.695Z | Compiling camino-tempfile-ext v0.3.3 |
| 2781 | 2026-03-18T17:51:53.725Z | Compiling hyper-staticfile v0.10.1 |
| 2782 | 2026-03-18T17:51:53.991Z | Compiling sled v0.34.7 |
| 2783 | 2026-03-18T17:51:55.275Z | Compiling hickory-client v0.25.2 |
| 2784 | 2026-03-18T17:51:55.687Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2785 | 2026-03-18T17:51:56.048Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2786 | 2026-03-18T17:51:56.252Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-03-18T17:51:56.390Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-03-18T17:51:56.506Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-03-18T17:51:57.234Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2790 | 2026-03-18T17:51:57.715Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2791 | 2026-03-18T17:51:58.294Z | Compiling rand_seeder v0.4.0 |
| 2792 | 2026-03-18T17:51:58.388Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-03-18T17:51:58.604Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2794 | 2026-03-18T17:51:58.903Z | Compiling lzma-sys v0.1.20 |
| 2795 | 2026-03-18T17:51:58.965Z | Compiling rustls v0.21.12 |
| 2796 | 2026-03-18T17:51:59.067Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-03-18T17:51:59.198Z | Compiling corncobs v0.1.4 |
| 2798 | 2026-03-18T17:51:59.332Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2799 | 2026-03-18T17:51:59.444Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2800 | 2026-03-18T17:51:59.477Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2801 | 2026-03-18T17:51:59.508Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2802 | 2026-03-18T17:51:59.690Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2803 | 2026-03-18T17:51:59.847Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-03-18T17:52:00.217Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2805 | 2026-03-18T17:52:00.373Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2806 | 2026-03-18T17:52:00.531Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2807 | 2026-03-18T17:52:00.623Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-03-18T17:52:03.726Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2809 | 2026-03-18T17:52:04.313Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2810 | 2026-03-18T17:52:04.449Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2811 | 2026-03-18T17:52:04.591Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-03-18T17:52:04.757Z | Compiling cargo_toml v0.22.3 |
| 2813 | 2026-03-18T17:52:04.899Z | Compiling rustls-webpki v0.101.7 |
| 2814 | 2026-03-18T17:52:06.124Z | Compiling sct v0.7.1 |
| 2815 | 2026-03-18T17:52:06.146Z | Compiling nix v0.29.0 |
| 2816 | 2026-03-18T17:52:06.430Z | Compiling secrecy v0.8.0 |
| 2817 | 2026-03-18T17:52:06.660Z | Compiling void v1.0.2 |
| 2818 | 2026-03-18T17:52:06.833Z | Compiling lzss v0.8.2 |
| 2819 | 2026-03-18T17:52:07.310Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2820 | 2026-03-18T17:52:07.779Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2821 | 2026-03-18T17:52:08.102Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2822 | 2026-03-18T17:52:08.131Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2823 | 2026-03-18T17:52:08.262Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2824 | 2026-03-18T17:52:08.584Z | Compiling git2 v0.20.4 |
| 2825 | 2026-03-18T17:52:09.326Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2826 | 2026-03-18T17:52:09.626Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2827 | 2026-03-18T17:52:09.974Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2828 | 2026-03-18T17:52:10.269Z | Compiling tungstenite v0.23.0 |
| 2829 | 2026-03-18T17:52:10.302Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2830 | 2026-03-18T17:52:10.363Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2831 | 2026-03-18T17:52:10.598Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2832 | 2026-03-18T17:52:10.644Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2833 | 2026-03-18T17:52:10.880Z | Compiling nix v0.27.1 |
| 2834 | 2026-03-18T17:52:10.926Z | Compiling serde_bytes v0.11.19 |
| 2835 | 2026-03-18T17:52:11.306Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-03-18T17:52:11.795Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2837 | 2026-03-18T17:52:12.482Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-03-18T17:52:12.513Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2839 | 2026-03-18T17:52:13.218Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-03-18T17:52:13.364Z | Compiling tokio-rustls v0.24.1 |
| 2841 | 2026-03-18T17:52:13.727Z | Compiling ron v0.12.0 |
| 2842 | 2026-03-18T17:52:13.789Z | Compiling xz2 v0.1.7 |
| 2843 | 2026-03-18T17:52:14.026Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2844 | 2026-03-18T17:52:14.795Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-03-18T17:52:15.837Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2846 | 2026-03-18T17:52:18.371Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2847 | 2026-03-18T17:52:18.785Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2848 | 2026-03-18T17:52:19.184Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2849 | 2026-03-18T17:52:20.588Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-03-18T17:52:21.650Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-03-18T17:52:22.420Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-03-18T17:52:22.697Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2853 | 2026-03-18T17:52:23.619Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-03-18T17:52:23.654Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2855 | 2026-03-18T17:52:25.001Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2856 | 2026-03-18T17:52:26.228Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2857 | 2026-03-18T17:52:26.384Z | Compiling rustls-pemfile v1.0.4 |
| 2858 | 2026-03-18T17:52:26.897Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2859 | 2026-03-18T17:52:28.632Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2860 | 2026-03-18T17:52:28.866Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2861 | 2026-03-18T17:52:29.011Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2862 | 2026-03-18T17:52:29.153Z | Compiling signal-hook-tokio v0.3.1 |
| 2863 | 2026-03-18T17:52:29.380Z | Compiling yasna v0.5.2 |
| 2864 | 2026-03-18T17:52:29.898Z | Compiling twox-hash v2.1.2 |
| 2865 | 2026-03-18T17:52:30.022Z | Compiling is_ci v1.2.0 |
| 2866 | 2026-03-18T17:52:30.289Z | Compiling base16ct v1.0.0 |
| 2867 | 2026-03-18T17:52:30.635Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-03-18T17:52:30.750Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-03-18T17:52:30.979Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-03-18T17:52:31.010Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2871 | 2026-03-18T17:52:31.090Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2872 | 2026-03-18T17:52:31.273Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2873 | 2026-03-18T17:52:31.465Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2874 | 2026-03-18T17:52:33.228Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2875 | 2026-03-18T17:52:34.227Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2876 | 2026-03-18T17:52:36.279Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2877 | 2026-03-18T17:52:36.409Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2878 | 2026-03-18T17:52:36.706Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2879 | 2026-03-18T17:52:37.745Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2880 | 2026-03-18T17:52:37.917Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2881 | 2026-03-18T17:52:38.038Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2882 | 2026-03-18T17:52:38.205Z | Compiling fatfs v0.3.6 |
| 2883 | 2026-03-18T17:52:38.334Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-03-18T17:52:39.726Z | Compiling rtoolbox v0.0.3 |
| 2885 | 2026-03-18T17:52:40.070Z | Compiling subprocess v0.2.15 |
| 2886 | 2026-03-18T17:52:41.313Z | Compiling assert_matches v1.5.0 |
| 2887 | 2026-03-18T17:52:41.449Z | Compiling seq-macro v0.3.6 |
| 2888 | 2026-03-18T17:52:42.125Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2889 | 2026-03-18T17:52:42.798Z | Compiling rpassword v7.4.0 |
| 2890 | 2026-03-18T17:52:43.082Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-03-18T17:52:43.230Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-03-18T17:52:43.350Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-03-18T17:52:43.512Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-03-18T17:52:45.494Z | Compiling tui-tree-widget v0.23.1 |
| 2895 | 2026-03-18T17:52:45.854Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2896 | 2026-03-18T17:52:46.515Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2897 | 2026-03-18T17:52:47.212Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-03-18T17:52:47.492Z | Compiling uzers v0.12.2 |
| 2899 | 2026-03-18T17:52:48.584Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2900 | 2026-03-18T17:52:49.304Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2901 | 2026-03-18T17:52:50.706Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2902 | 2026-03-18T17:52:54.299Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2903 | 2026-03-18T17:52:54.390Z | Compiling support-bundle-viewer v0.1.2 |
| 2904 | 2026-03-18T17:52:56.749Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-03-18T17:52:56.780Z | Compiling multimap v0.10.1 |
| 2906 | 2026-03-18T17:53:19.483Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2907 | 2026-03-18T17:53:21.876Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2908 | 2026-03-18T17:53:24.369Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2909 | 2026-03-18T18:00:22.510Z | Finished `release` profile [optimized] target(s) in 9m 51s |
| 2910 | 2026-03-18T18:01:16.260Z | |
| 2911 | 2026-03-18T18:01:16.263Z | real 10:46.891156685 |
| 2912 | 2026-03-18T18:01:16.263Z | user 1:38:45.256657975 |
| 2913 | 2026-03-18T18:01:16.263Z | sys 4:06.830757601 |
| 2914 | 2026-03-18T18:01:16.263Z | trap 2.246191036 |
| 2915 | 2026-03-18T18:01:16.263Z | tflt 2.082659611 |
| 2916 | 2026-03-18T18:01:16.264Z | dflt 17.114507182 |
| 2917 | 2026-03-18T18:01:16.264Z | kflt 0.001378989 |
| 2918 | 2026-03-18T18:01:16.264Z | lock 8:01:13.203739083 |
| 2919 | 2026-03-18T18:01:16.264Z | slp 2:46:32.722983494 |
| 2920 | 2026-03-18T18:01:16.264Z | lat 2:50.795189045 |
| 2921 | 2026-03-18T18:01:16.264Z | stop 7:07.209015105 |
| 2922 | 2026-03-18T18:01:16.264Z | + mapfile -t packages |
| 2923 | 2026-03-18T18:01:16.264Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2924 | 2026-03-18T18:01:17.532Z | Finished `release` profile [optimized] target(s) in 1.26s |
| 2925 | 2026-03-18T18:01:17.601Z | Running `target/release/omicron-package -t test list-outputs` |
| 2926 | 2026-03-18T18:01:17.666Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2927 | 2026-03-18T18:01:17.669Z | + ptime -m cargo build --locked --release -p xtask |
| 2928 | 2026-03-18T18:01:18.379Z | Compiling libc v0.2.180 |
| 2929 | 2026-03-18T18:01:18.379Z | Compiling serde v1.0.228 |
| 2930 | 2026-03-18T18:01:18.382Z | Compiling serde_core v1.0.228 |
| 2931 | 2026-03-18T18:01:18.485Z | Compiling rustix v1.1.3 |
| 2932 | 2026-03-18T18:01:18.522Z | Compiling serde_json v1.0.149 |
| 2933 | 2026-03-18T18:01:18.531Z | Compiling bitflags v2.11.0 |
| 2934 | 2026-03-18T18:01:18.558Z | Compiling num-traits v0.2.19 |
| 2935 | 2026-03-18T18:01:18.573Z | Compiling syn v2.0.117 |
| 2936 | 2026-03-18T18:01:18.588Z | Compiling smallvec v1.15.1 |
| 2937 | 2026-03-18T18:01:18.591Z | Compiling hashbrown v0.16.1 |
| 2938 | 2026-03-18T18:01:18.632Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-03-18T18:01:18.648Z | Compiling syn v1.0.109 |
| 2940 | 2026-03-18T18:01:18.665Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-03-18T18:01:18.668Z | Compiling log v0.4.29 |
| 2942 | 2026-03-18T18:01:18.814Z | Compiling percent-encoding v2.3.2 |
| 2943 | 2026-03-18T18:01:19.023Z | Compiling form_urlencoded v1.2.2 |
| 2944 | 2026-03-18T18:01:19.200Z | Compiling fs-err v3.3.0 |
| 2945 | 2026-03-18T18:01:19.203Z | Compiling once_cell v1.21.3 |
| 2946 | 2026-03-18T18:01:19.217Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-03-18T18:01:19.250Z | Compiling heck v0.4.1 |
| 2948 | 2026-03-18T18:01:19.396Z | Compiling indexmap v2.13.0 |
| 2949 | 2026-03-18T18:01:19.548Z | Compiling errno v0.3.14 |
| 2950 | 2026-03-18T18:01:19.551Z | Compiling thread-id v4.2.2 |
| 2951 | 2026-03-18T18:01:19.551Z | Compiling memmap v0.7.0 |
| 2952 | 2026-03-18T18:01:20.019Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-03-18T18:01:20.691Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-03-18T18:01:21.003Z | Compiling tabled_derive v0.7.0 |
| 2955 | 2026-03-18T18:01:21.027Z | Compiling terminal_size v0.4.3 |
| 2956 | 2026-03-18T18:01:21.030Z | Compiling tempfile v3.25.0 |
| 2957 | 2026-03-18T18:01:21.145Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-03-18T18:01:21.149Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-03-18T18:01:21.341Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-03-18T18:01:21.839Z | Compiling tabled v0.15.0 |
| 2961 | 2026-03-18T18:01:22.146Z | Compiling synstructure v0.13.2 |
| 2962 | 2026-03-18T18:01:22.149Z | Compiling pest_generator v2.8.6 |
| 2963 | 2026-03-18T18:01:22.674Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-03-18T18:01:22.674Z | Compiling zerofrom-derive v0.1.6 |
| 2965 | 2026-03-18T18:01:22.677Z | Compiling yoke-derive v0.8.1 |
| 2966 | 2026-03-18T18:01:22.678Z | Compiling zerovec-derive v0.11.2 |
| 2967 | 2026-03-18T18:01:22.678Z | Compiling displaydoc v0.2.5 |
| 2968 | 2026-03-18T18:01:22.678Z | Compiling thiserror-impl v1.0.69 |
| 2969 | 2026-03-18T18:01:22.678Z | Compiling zerocopy-derive v0.7.35 |
| 2970 | 2026-03-18T18:01:22.678Z | Compiling scroll_derive v0.12.1 |
| 2971 | 2026-03-18T18:01:22.703Z | Compiling thiserror-impl v2.0.18 |
| 2972 | 2026-03-18T18:01:22.706Z | Compiling clap_derive v4.5.55 |
| 2973 | 2026-03-18T18:01:22.823Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-03-18T18:01:23.636Z | Compiling scroll v0.12.0 |
| 2975 | 2026-03-18T18:01:23.762Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-03-18T18:01:23.970Z | Compiling goblin v0.8.2 |
| 2977 | 2026-03-18T18:01:24.046Z | Compiling zerofrom v0.1.6 |
| 2978 | 2026-03-18T18:01:24.221Z | Compiling yoke v0.8.1 |
| 2979 | 2026-03-18T18:01:24.236Z | Compiling thiserror v1.0.69 |
| 2980 | 2026-03-18T18:01:24.309Z | Compiling thiserror v2.0.18 |
| 2981 | 2026-03-18T18:01:24.385Z | Compiling dtrace-parser v0.2.0 |
| 2982 | 2026-03-18T18:01:24.454Z | Compiling zerovec v0.11.5 |
| 2983 | 2026-03-18T18:01:24.471Z | Compiling zerotrie v0.2.3 |
| 2984 | 2026-03-18T18:01:24.920Z | Compiling clap v4.5.60 |
| 2985 | 2026-03-18T18:01:25.272Z | Compiling tinystr v0.8.2 |
| 2986 | 2026-03-18T18:01:25.292Z | Compiling potential_utf v0.1.4 |
| 2987 | 2026-03-18T18:01:25.544Z | Compiling icu_locale_core v2.1.1 |
| 2988 | 2026-03-18T18:01:25.579Z | Compiling icu_collections v2.1.1 |
| 2989 | 2026-03-18T18:01:26.780Z | Compiling icu_provider v2.1.1 |
| 2990 | 2026-03-18T18:01:27.196Z | Compiling icu_normalizer v2.1.1 |
| 2991 | 2026-03-18T18:01:27.248Z | Compiling icu_properties v2.1.2 |
| 2992 | 2026-03-18T18:01:27.279Z | Compiling toml_datetime v0.6.11 |
| 2993 | 2026-03-18T18:01:27.282Z | Compiling serde_spanned v0.6.9 |
| 2994 | 2026-03-18T18:01:27.312Z | Compiling dof v0.3.0 |
| 2995 | 2026-03-18T18:01:27.366Z | Compiling serde_tokenstream v0.2.3 |
| 2996 | 2026-03-18T18:01:27.538Z | Compiling serde-value v0.7.0 |
| 2997 | 2026-03-18T18:01:27.778Z | Compiling toml_edit v0.22.27 |
| 2998 | 2026-03-18T18:01:27.814Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-03-18T18:01:27.891Z | Compiling macaddr v1.0.1 |
| 3000 | 2026-03-18T18:01:28.465Z | Compiling usdt-attr-macro v0.5.0 |
| 3001 | 2026-03-18T18:01:28.496Z | Compiling idna_adapter v1.2.1 |
| 3002 | 2026-03-18T18:01:28.551Z | Compiling usdt-macro v0.5.0 |
| 3003 | 2026-03-18T18:01:28.646Z | Compiling idna v1.1.0 |
| 3004 | 2026-03-18T18:01:29.129Z | Compiling url v2.5.8 |
| 3005 | 2026-03-18T18:01:29.329Z | Compiling usdt v0.5.0 |
| 3006 | 2026-03-18T18:01:29.917Z | Compiling toml v0.8.23 |
| 3007 | 2026-03-18T18:01:30.521Z | Compiling cargo-util-schemas v0.8.2 |
| 3008 | 2026-03-18T18:01:30.521Z | Compiling cargo_toml v0.21.0 |
| 3009 | 2026-03-18T18:01:31.924Z | Compiling cargo_metadata v0.21.0 |
| 3010 | 2026-03-18T18:01:36.080Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-03-18T18:01:40.096Z | Finished `release` profile [optimized] target(s) in 22.41s |
| 3012 | 2026-03-18T18:01:40.244Z | |
| 3013 | 2026-03-18T18:01:40.247Z | real 22.535090616 |
| 3014 | 2026-03-18T18:01:40.247Z | user 3:07.411712104 |
| 3015 | 2026-03-18T18:01:40.247Z | sys 20.330401900 |
| 3016 | 2026-03-18T18:01:40.247Z | trap 0.084986329 |
| 3017 | 2026-03-18T18:01:40.247Z | tflt 0.620678130 |
| 3018 | 2026-03-18T18:01:40.247Z | dflt 1.871548360 |
| 3019 | 2026-03-18T18:01:40.247Z | kflt 0.000070730 |
| 3020 | 2026-03-18T18:01:40.247Z | lock 7:15.681202999 |
| 3021 | 2026-03-18T18:01:40.247Z | slp 4:25.069248367 |
| 3022 | 2026-03-18T18:01:40.247Z | lat 8.257659254 |
| 3023 | 2026-03-18T18:01:40.247Z | stop 28.344756542 |
| 3024 | 2026-03-18T18:01:40.247Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-03-18T18:01:40.247Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-03-18T18:01:40.247Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-03-18T18:01:40.247Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-03-18T18:01:40.247Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3029 | 2026-03-18T18:01:41.520Z | Compiling regress v0.10.5 |
| 3030 | 2026-03-18T18:01:41.523Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3031 | 2026-03-18T18:01:41.691Z | Compiling serde_spanned v1.0.4 |
| 3032 | 2026-03-18T18:01:41.711Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3033 | 2026-03-18T18:01:41.748Z | Compiling newtype-uuid-macros v0.1.0 |
| 3034 | 2026-03-18T18:01:41.751Z | Compiling structmeta-derive v0.3.0 |
| 3035 | 2026-03-18T18:01:41.751Z | Compiling rustls v0.22.4 |
| 3036 | 2026-03-18T18:01:41.751Z | Compiling rustls-webpki v0.102.8 |
| 3037 | 2026-03-18T18:01:41.751Z | Compiling multer v3.1.0 |
| 3038 | 2026-03-18T18:01:41.770Z | Compiling match_cfg v0.1.0 |
| 3039 | 2026-03-18T18:01:41.773Z | Compiling debug-ignore v1.0.5 |
| 3040 | 2026-03-18T18:01:41.886Z | Compiling progenitor-client v0.13.0 |
| 3041 | 2026-03-18T18:01:41.889Z | Compiling slog-json v2.6.1 |
| 3042 | 2026-03-18T18:01:41.889Z | Compiling async-stream-impl v0.3.6 |
| 3043 | 2026-03-18T18:01:41.960Z | Compiling hostname v0.3.1 |
| 3044 | 2026-03-18T18:01:42.009Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3045 | 2026-03-18T18:01:42.032Z | Compiling dropshot v0.16.7 |
| 3046 | 2026-03-18T18:01:42.032Z | Compiling itertools v0.14.0 |
| 3047 | 2026-03-18T18:01:42.035Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3048 | 2026-03-18T18:01:42.035Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-03-18T18:01:42.181Z | Compiling slog-bunyan v2.5.0 |
| 3050 | 2026-03-18T18:01:42.206Z | Compiling rustls-pemfile v2.2.0 |
| 3051 | 2026-03-18T18:01:42.262Z | Compiling dropshot_endpoint v0.16.7 |
| 3052 | 2026-03-18T18:01:42.284Z | Compiling serde_path_to_error v0.1.20 |
| 3053 | 2026-03-18T18:01:42.386Z | Compiling hostname v0.4.2 |
| 3054 | 2026-03-18T18:01:42.391Z | Compiling macaddr v1.0.1 |
| 3055 | 2026-03-18T18:01:42.412Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3056 | 2026-03-18T18:01:42.489Z | Compiling progenitor-client v0.10.0 |
| 3057 | 2026-03-18T18:01:42.521Z | Compiling instant v0.1.13 |
| 3058 | 2026-03-18T18:01:42.589Z | Compiling backon v1.6.0 |
| 3059 | 2026-03-18T18:01:42.675Z | Compiling backoff v0.4.0 |
| 3060 | 2026-03-18T18:01:42.730Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3061 | 2026-03-18T18:01:42.753Z | Compiling async-stream v0.3.6 |
| 3062 | 2026-03-18T18:01:42.802Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3063 | 2026-03-18T18:01:42.807Z | Compiling progenitor-extras v0.1.1 |
| 3064 | 2026-03-18T18:01:42.870Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3065 | 2026-03-18T18:01:42.911Z | Compiling unsafe-libyaml v0.2.11 |
| 3066 | 2026-03-18T18:01:42.921Z | Compiling crucible-workspace-hack v0.1.0 |
| 3067 | 2026-03-18T18:01:42.929Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3068 | 2026-03-18T18:01:42.979Z | Compiling secrecy v0.10.3 |
| 3069 | 2026-03-18T18:01:42.999Z | Compiling heapless v0.8.0 |
| 3070 | 2026-03-18T18:01:43.022Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-03-18T18:01:43.165Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3072 | 2026-03-18T18:01:43.197Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3073 | 2026-03-18T18:01:43.236Z | Compiling hash32 v0.3.1 |
| 3074 | 2026-03-18T18:01:43.292Z | Compiling smoltcp v0.11.0 |
| 3075 | 2026-03-18T18:01:43.375Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3076 | 2026-03-18T18:01:43.431Z | Compiling structmeta v0.3.0 |
| 3077 | 2026-03-18T18:01:43.452Z | Compiling toml v0.8.23 |
| 3078 | 2026-03-18T18:01:43.510Z | Compiling tabwriter v1.4.1 |
| 3079 | 2026-03-18T18:01:43.540Z | Compiling cobs v0.3.0 |
| 3080 | 2026-03-18T18:01:43.626Z | Compiling serde_yaml v0.9.34+deprecated |
| 3081 | 2026-03-18T18:01:43.705Z | Compiling proc-macro-crate v3.4.0 |
| 3082 | 2026-03-18T18:01:43.747Z | Compiling derive-ex v0.1.8 |
| 3083 | 2026-03-18T18:01:43.768Z | Compiling parse-display-derive v0.10.0 |
| 3084 | 2026-03-18T18:01:43.832Z | Compiling foreign-types-macros v0.2.3 |
| 3085 | 2026-03-18T18:01:43.837Z | Compiling ingot-macros v0.1.1 |
| 3086 | 2026-03-18T18:01:43.875Z | Compiling convert_case v0.4.0 |
| 3087 | 2026-03-18T18:01:43.900Z | Compiling cpufeatures v0.3.0 |
| 3088 | 2026-03-18T18:01:43.939Z | Compiling foreign-types-shared v0.3.1 |
| 3089 | 2026-03-18T18:01:44.029Z | Compiling chacha20 v0.10.0 |
| 3090 | 2026-03-18T18:01:44.077Z | Compiling postcard v1.1.3 |
| 3091 | 2026-03-18T18:01:44.362Z | Compiling proc-macro-crate v1.3.1 |
| 3092 | 2026-03-18T18:01:44.402Z | Compiling derive_more v0.99.20 |
| 3093 | 2026-03-18T18:01:44.453Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3094 | 2026-03-18T18:01:44.479Z | Compiling universal-hash v0.5.1 |
| 3095 | 2026-03-18T18:01:44.482Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3096 | 2026-03-18T18:01:44.530Z | Compiling num_enum_derive v0.7.5 |
| 3097 | 2026-03-18T18:01:44.559Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3098 | 2026-03-18T18:01:44.638Z | Compiling foreign-types v0.5.0 |
| 3099 | 2026-03-18T18:01:44.699Z | Compiling cstr-argument v0.1.2 |
| 3100 | 2026-03-18T18:01:44.760Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3101 | 2026-03-18T18:01:44.764Z | Compiling opaque-debug v0.3.1 |
| 3102 | 2026-03-18T18:01:44.831Z | Compiling colored v3.1.1 |
| 3103 | 2026-03-18T18:01:44.898Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3104 | 2026-03-18T18:01:44.925Z | Compiling rand v0.10.0 |
| 3105 | 2026-03-18T18:01:44.972Z | Compiling num_enum_derive v0.5.11 |
| 3106 | 2026-03-18T18:01:45.020Z | Compiling tokio-rustls v0.25.0 |
| 3107 | 2026-03-18T18:01:45.047Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3108 | 2026-03-18T18:01:45.127Z | Compiling typify-impl v0.6.1 |
| 3109 | 2026-03-18T18:01:45.260Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3110 | 2026-03-18T18:01:45.282Z | Compiling half v2.7.1 |
| 3111 | 2026-03-18T18:01:45.391Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3112 | 2026-03-18T18:01:45.729Z | Compiling ciborium-io v0.2.2 |
| 3113 | 2026-03-18T18:01:45.769Z | Compiling camino-tempfile v1.4.1 |
| 3114 | 2026-03-18T18:01:45.795Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3115 | 2026-03-18T18:01:45.874Z | Compiling ciborium-ll v0.2.2 |
| 3116 | 2026-03-18T18:01:46.013Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3117 | 2026-03-18T18:01:46.041Z | Compiling num_enum v0.7.5 |
| 3118 | 2026-03-18T18:01:46.110Z | Compiling ciborium v0.2.2 |
| 3119 | 2026-03-18T18:01:46.113Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3120 | 2026-03-18T18:01:46.196Z | Compiling smf v0.2.3 |
| 3121 | 2026-03-18T18:01:46.224Z | Compiling test-strategy v0.4.5 |
| 3122 | 2026-03-18T18:01:46.227Z | Compiling parse-display v0.10.0 |
| 3123 | 2026-03-18T18:01:46.227Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3124 | 2026-03-18T18:01:46.247Z | Compiling aead v0.5.2 |
| 3125 | 2026-03-18T18:01:46.324Z | Compiling num-derive v0.4.2 |
| 3126 | 2026-03-18T18:01:46.327Z | Compiling sigpipe v0.1.3 |
| 3127 | 2026-03-18T18:01:46.437Z | Compiling glob v0.3.3 |
| 3128 | 2026-03-18T18:01:46.468Z | Compiling num_enum v0.5.11 |
| 3129 | 2026-03-18T18:01:46.494Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3130 | 2026-03-18T18:01:46.594Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3131 | 2026-03-18T18:01:46.640Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3132 | 2026-03-18T18:01:46.664Z | Compiling poly1305 v0.8.0 |
| 3133 | 2026-03-18T18:01:46.801Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3134 | 2026-03-18T18:01:46.871Z | Compiling chacha20 v0.9.1 |
| 3135 | 2026-03-18T18:01:46.964Z | Compiling whoami v1.6.1 |
| 3136 | 2026-03-18T18:01:46.967Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3137 | 2026-03-18T18:01:47.009Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3138 | 2026-03-18T18:01:47.071Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3139 | 2026-03-18T18:01:47.232Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3140 | 2026-03-18T18:01:47.290Z | Compiling num-rational v0.4.2 |
| 3141 | 2026-03-18T18:01:47.316Z | Compiling password-hash v0.5.0 |
| 3142 | 2026-03-18T18:01:47.369Z | Compiling blake2 v0.10.6 |
| 3143 | 2026-03-18T18:01:47.459Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3144 | 2026-03-18T18:01:47.618Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3145 | 2026-03-18T18:01:47.645Z | Compiling num-complex v0.4.6 |
| 3146 | 2026-03-18T18:01:47.670Z | Compiling indent_write v2.2.0 |
| 3147 | 2026-03-18T18:01:47.670Z | Compiling prettyplease v0.2.37 |
| 3148 | 2026-03-18T18:01:47.865Z | Compiling ingot-types v0.1.2 |
| 3149 | 2026-03-18T18:01:47.892Z | Compiling argon2 v0.5.3 |
| 3150 | 2026-03-18T18:01:47.914Z | Compiling chacha20poly1305 v0.10.1 |
| 3151 | 2026-03-18T18:01:48.021Z | Compiling float-ord v0.3.2 |
| 3152 | 2026-03-18T18:01:48.161Z | Compiling num v0.4.3 |
| 3153 | 2026-03-18T18:01:48.164Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3154 | 2026-03-18T18:01:48.164Z | Compiling gethostname v0.5.0 |
| 3155 | 2026-03-18T18:01:48.164Z | Compiling usdt-macro v0.5.0 |
| 3156 | 2026-03-18T18:01:48.263Z | Compiling usdt-attr-macro v0.5.0 |
| 3157 | 2026-03-18T18:01:48.266Z | Compiling derive-where v1.6.0 |
| 3158 | 2026-03-18T18:01:48.312Z | Compiling memmap v0.7.0 |
| 3159 | 2026-03-18T18:01:48.370Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3160 | 2026-03-18T18:01:48.411Z | Compiling ingot v0.1.1 |
| 3161 | 2026-03-18T18:01:48.457Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3162 | 2026-03-18T18:01:48.603Z | Compiling typify-impl v0.4.3 |
| 3163 | 2026-03-18T18:01:48.737Z | Compiling thiserror-no-std v2.0.2 |
| 3164 | 2026-03-18T18:01:48.760Z | Compiling atomicwrites v0.4.4 |
| 3165 | 2026-03-18T18:01:48.821Z | Compiling cancel-safe-futures v0.1.5 |
| 3166 | 2026-03-18T18:01:48.878Z | Compiling vsss-rs v3.3.4 |
| 3167 | 2026-03-18T18:01:49.032Z | Compiling owo-colors v4.3.0 |
| 3168 | 2026-03-18T18:01:49.147Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3169 | 2026-03-18T18:01:49.170Z | Compiling libsw-core v0.3.2 |
| 3170 | 2026-03-18T18:01:49.239Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3171 | 2026-03-18T18:01:49.341Z | Compiling async-recursion v1.1.1 |
| 3172 | 2026-03-18T18:01:49.368Z | Compiling usdt v0.5.0 |
| 3173 | 2026-03-18T18:01:49.417Z | Compiling resolv-conf v0.7.6 |
| 3174 | 2026-03-18T18:01:49.462Z | Compiling libsw v3.5.0 |
| 3175 | 2026-03-18T18:01:49.747Z | Compiling linear-map v1.2.0 |
| 3176 | 2026-03-18T18:01:49.774Z | Compiling libefi-sys v0.1.0 |
| 3177 | 2026-03-18T18:01:49.807Z | Compiling newline-converter v0.3.0 |
| 3178 | 2026-03-18T18:01:49.908Z | Compiling hickory-proto v0.24.4 |
| 3179 | 2026-03-18T18:01:49.980Z | Compiling console v0.15.11 |
| 3180 | 2026-03-18T18:01:50.032Z | Compiling bitfield-struct v0.6.2 |
| 3181 | 2026-03-18T18:01:50.118Z | Compiling linked-hash-map v0.5.6 |
| 3182 | 2026-03-18T18:01:50.200Z | Compiling semver v0.1.20 |
| 3183 | 2026-03-18T18:01:50.260Z | Compiling pin-project-internal v1.1.11 |
| 3184 | 2026-03-18T18:01:50.304Z | Compiling slog-dtrace v0.3.0 |
| 3185 | 2026-03-18T18:01:50.329Z | Compiling minimal-lexical v0.2.1 |
| 3186 | 2026-03-18T18:01:50.435Z | Compiling lru-cache v0.1.2 |
| 3187 | 2026-03-18T18:01:50.523Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3188 | 2026-03-18T18:01:50.586Z | Compiling expectorate v1.2.0 |
| 3189 | 2026-03-18T18:01:50.618Z | Compiling rustc_version v0.1.7 |
| 3190 | 2026-03-18T18:01:50.644Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3191 | 2026-03-18T18:01:50.647Z | Compiling nom v7.1.3 |
| 3192 | 2026-03-18T18:01:50.784Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3193 | 2026-03-18T18:01:50.810Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-03-18T18:01:50.837Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3195 | 2026-03-18T18:01:50.904Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3196 | 2026-03-18T18:01:50.961Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3197 | 2026-03-18T18:01:50.990Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3198 | 2026-03-18T18:01:51.092Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-03-18T18:01:51.190Z | Compiling newtype_derive v0.1.6 |
| 3200 | 2026-03-18T18:01:51.226Z | Compiling phf_shared v0.12.1 |
| 3201 | 2026-03-18T18:01:51.256Z | Compiling pem v3.0.6 |
| 3202 | 2026-03-18T18:01:51.376Z | Compiling snafu-derive v0.8.9 |
| 3203 | 2026-03-18T18:01:51.473Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-03-18T18:01:51.500Z | Compiling csv-core v0.1.13 |
| 3205 | 2026-03-18T18:01:51.528Z | Compiling xshell-macros v0.2.7 |
| 3206 | 2026-03-18T18:01:51.566Z | Compiling highway v1.3.0 |
| 3207 | 2026-03-18T18:01:51.730Z | Compiling typify-macro v0.6.1 |
| 3208 | 2026-03-18T18:01:51.758Z | Compiling same-file v1.0.6 |
| 3209 | 2026-03-18T18:01:51.882Z | Compiling pin-project v1.1.11 |
| 3210 | 2026-03-18T18:01:51.882Z | Compiling chrono-tz v0.10.4 |
| 3211 | 2026-03-18T18:01:52.007Z | Compiling walkdir v2.5.0 |
| 3212 | 2026-03-18T18:01:52.036Z | Compiling const_format_proc_macros v0.2.34 |
| 3213 | 2026-03-18T18:01:52.039Z | Compiling csv v1.4.0 |
| 3214 | 2026-03-18T18:01:52.089Z | Compiling xshell v0.2.7 |
| 3215 | 2026-03-18T18:01:52.222Z | Compiling phf v0.12.1 |
| 3216 | 2026-03-18T18:01:52.450Z | Compiling oxide-tokio-rt v0.1.3 |
| 3217 | 2026-03-18T18:01:52.547Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3218 | 2026-03-18T18:01:52.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3219 | 2026-03-18T18:01:52.786Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3220 | 2026-03-18T18:01:52.812Z | Compiling globset v0.4.18 |
| 3221 | 2026-03-18T18:01:52.815Z | Compiling olpc-cjson v0.1.4 |
| 3222 | 2026-03-18T18:01:52.867Z | Compiling primeorder v0.13.6 |
| 3223 | 2026-03-18T18:01:52.890Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3224 | 2026-03-18T18:01:52.925Z | Compiling serde_plain v1.0.2 |
| 3225 | 2026-03-18T18:01:53.081Z | Compiling hickory-resolver v0.24.4 |
| 3226 | 2026-03-18T18:01:53.105Z | Compiling base64 v0.21.7 |
| 3227 | 2026-03-18T18:01:53.221Z | Compiling typed-path v0.9.3 |
| 3228 | 2026-03-18T18:01:53.250Z | Compiling const_format v0.2.35 |
| 3229 | 2026-03-18T18:01:53.254Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-03-18T18:01:53.537Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2026-03-18T18:01:53.571Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3232 | 2026-03-18T18:01:53.714Z | Compiling tabled_derive v0.7.0 |
| 3233 | 2026-03-18T18:01:53.785Z | Compiling bcs v0.1.6 |
| 3234 | 2026-03-18T18:01:54.157Z | Compiling snafu v0.8.9 |
| 3235 | 2026-03-18T18:01:54.211Z | Compiling typify v0.6.1 |
| 3236 | 2026-03-18T18:01:54.258Z | Compiling salty v0.3.0 |
| 3237 | 2026-03-18T18:01:54.350Z | Compiling progenitor-impl v0.13.0 |
| 3238 | 2026-03-18T18:01:54.378Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3239 | 2026-03-18T18:01:54.463Z | Compiling radium v0.7.0 |
| 3240 | 2026-03-18T18:01:54.558Z | Compiling qorb v0.4.1 |
| 3241 | 2026-03-18T18:01:54.593Z | Compiling tough v0.20.0 |
| 3242 | 2026-03-18T18:01:54.617Z | Compiling termtree v0.5.1 |
| 3243 | 2026-03-18T18:01:54.667Z | Compiling textwrap v0.16.2 |
| 3244 | 2026-03-18T18:01:54.861Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3245 | 2026-03-18T18:01:54.927Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3246 | 2026-03-18T18:01:55.046Z | Compiling steno v0.4.1 |
| 3247 | 2026-03-18T18:01:55.107Z | Compiling tabled v0.15.0 |
| 3248 | 2026-03-18T18:01:55.187Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3249 | 2026-03-18T18:01:55.250Z | Compiling typify-macro v0.4.3 |
| 3250 | 2026-03-18T18:01:55.277Z | Compiling tap v1.0.1 |
| 3251 | 2026-03-18T18:01:55.302Z | Compiling utf-8 v0.7.6 |
| 3252 | 2026-03-18T18:01:55.399Z | Compiling maybe-uninit v2.0.0 |
| 3253 | 2026-03-18T18:01:55.402Z | Compiling humantime v2.3.0 |
| 3254 | 2026-03-18T18:01:55.463Z | Compiling wyz v0.5.1 |
| 3255 | 2026-03-18T18:01:55.567Z | Compiling tungstenite v0.21.0 |
| 3256 | 2026-03-18T18:01:55.774Z | Compiling p384 v0.13.1 |
| 3257 | 2026-03-18T18:01:55.839Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3258 | 2026-03-18T18:01:55.893Z | Compiling arc-swap v1.8.2 |
| 3259 | 2026-03-18T18:01:56.054Z | Compiling packed_struct v0.10.1 |
| 3260 | 2026-03-18T18:01:56.290Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3261 | 2026-03-18T18:01:56.325Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3262 | 2026-03-18T18:01:56.419Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3263 | 2026-03-18T18:01:56.568Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3264 | 2026-03-18T18:01:56.770Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3265 | 2026-03-18T18:01:57.080Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3266 | 2026-03-18T18:01:57.108Z | Compiling funty v2.0.0 |
| 3267 | 2026-03-18T18:01:57.385Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3268 | 2026-03-18T18:01:57.562Z | Compiling tagptr v0.2.0 |
| 3269 | 2026-03-18T18:01:57.607Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3270 | 2026-03-18T18:01:57.680Z | Compiling typify v0.4.3 |
| 3271 | 2026-03-18T18:01:57.793Z | Compiling moka v0.12.13 |
| 3272 | 2026-03-18T18:01:57.852Z | Compiling progenitor-impl v0.10.0 |
| 3273 | 2026-03-18T18:01:58.046Z | Compiling bitvec v1.0.1 |
| 3274 | 2026-03-18T18:01:58.145Z | Compiling progenitor-macro v0.13.0 |
| 3275 | 2026-03-18T18:01:58.496Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3276 | 2026-03-18T18:01:58.559Z | Compiling tokio-tungstenite v0.21.0 |
| 3277 | 2026-03-18T18:01:58.703Z | Compiling slog-scope v4.4.1 |
| 3278 | 2026-03-18T18:01:58.828Z | Compiling polyval v0.6.2 |
| 3279 | 2026-03-18T18:01:58.892Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-03-18T18:01:58.920Z | Compiling packed_struct_codegen v0.10.1 |
| 3281 | 2026-03-18T18:01:59.005Z | Compiling zerocopy-derive v0.6.6 |
| 3282 | 2026-03-18T18:01:59.065Z | Compiling bitfield-macros v0.19.4 |
| 3283 | 2026-03-18T18:01:59.091Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3284 | 2026-03-18T18:01:59.153Z | Compiling indexmap v1.9.3 |
| 3285 | 2026-03-18T18:01:59.255Z | Compiling nodrop v0.1.14 |
| 3286 | 2026-03-18T18:01:59.368Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3287 | 2026-03-18T18:01:59.413Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3288 | 2026-03-18T18:01:59.437Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3289 | 2026-03-18T18:01:59.650Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3290 | 2026-03-18T18:01:59.889Z | Compiling parking_lot_core v0.8.6 |
| 3291 | 2026-03-18T18:02:00.072Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3292 | 2026-03-18T18:02:00.105Z | Compiling crc-catalog v2.4.0 |
| 3293 | 2026-03-18T18:02:00.222Z | Compiling zerocopy v0.6.6 |
| 3294 | 2026-03-18T18:02:00.274Z | Compiling crc v3.4.0 |
| 3295 | 2026-03-18T18:02:00.325Z | Compiling bitfield v0.19.4 |
| 3296 | 2026-03-18T18:02:00.358Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3297 | 2026-03-18T18:02:00.430Z | Compiling proc-macro-error2 v2.0.1 |
| 3298 | 2026-03-18T18:02:00.621Z | Compiling array-init v0.0.4 |
| 3299 | 2026-03-18T18:02:00.730Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3300 | 2026-03-18T18:02:00.785Z | Compiling ghash v0.5.1 |
| 3301 | 2026-03-18T18:02:00.895Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3302 | 2026-03-18T18:02:00.920Z | Compiling slog-stdlog v4.1.1 |
| 3303 | 2026-03-18T18:02:00.998Z | Compiling smallvec v0.6.14 |
| 3304 | 2026-03-18T18:02:01.198Z | Compiling hickory-resolver v0.25.2 |
| 3305 | 2026-03-18T18:02:01.238Z | Compiling git-stub v1.0.0 |
| 3306 | 2026-03-18T18:02:01.309Z | Compiling ctr v0.9.2 |
| 3307 | 2026-03-18T18:02:01.343Z | Compiling num-derive v0.3.3 |
| 3308 | 2026-03-18T18:02:01.540Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3309 | 2026-03-18T18:02:01.620Z | Compiling lzma-sys v0.1.20 |
| 3310 | 2026-03-18T18:02:01.646Z | Compiling hashbrown v0.12.3 |
| 3311 | 2026-03-18T18:02:01.669Z | Compiling progenitor-macro v0.10.0 |
| 3312 | 2026-03-18T18:02:01.872Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3313 | 2026-03-18T18:02:01.948Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3314 | 2026-03-18T18:02:01.999Z | Compiling unicase v2.9.0 |
| 3315 | 2026-03-18T18:02:02.026Z | Compiling aes-gcm v0.10.3 |
| 3316 | 2026-03-18T18:02:02.107Z | Compiling git-stub-vcs v0.1.0 |
| 3317 | 2026-03-18T18:02:02.203Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3318 | 2026-03-18T18:02:02.299Z | Compiling mime_guess v2.0.5 |
| 3319 | 2026-03-18T18:02:02.302Z | Compiling serde-hex v0.1.0 |
| 3320 | 2026-03-18T18:02:02.348Z | Compiling slog-envlogger v2.2.0 |
| 3321 | 2026-03-18T18:02:02.443Z | Compiling tabled_derive v0.11.0 |
| 3322 | 2026-03-18T18:02:02.504Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3323 | 2026-03-18T18:02:02.626Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3324 | 2026-03-18T18:02:02.650Z | Compiling libscf-sys v1.1.0 |
| 3325 | 2026-03-18T18:02:02.827Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3326 | 2026-03-18T18:02:03.085Z | Compiling progenitor-impl v0.11.2 |
| 3327 | 2026-03-18T18:02:03.111Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-03-18T18:02:03.157Z | Compiling ron v0.8.1 |
| 3329 | 2026-03-18T18:02:03.184Z | Compiling papergrid v0.17.0 |
| 3330 | 2026-03-18T18:02:03.317Z | Compiling cargo_toml v0.22.3 |
| 3331 | 2026-03-18T18:02:03.893Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3332 | 2026-03-18T18:02:03.923Z | Compiling hashbrown v0.13.2 |
| 3333 | 2026-03-18T18:02:04.123Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3334 | 2026-03-18T18:02:04.512Z | Compiling testing_table v0.3.0 |
| 3335 | 2026-03-18T18:02:04.554Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3336 | 2026-03-18T18:02:04.621Z | Compiling ssh-encoding v0.2.0 |
| 3337 | 2026-03-18T18:02:04.647Z | Compiling blowfish v0.9.1 |
| 3338 | 2026-03-18T18:02:04.750Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-03-18T18:02:04.852Z | Compiling nibble_vec v0.1.0 |
| 3340 | 2026-03-18T18:02:04.877Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3341 | 2026-03-18T18:02:05.002Z | Compiling crc-any v2.5.0 |
| 3342 | 2026-03-18T18:02:05.025Z | Compiling endian-type v0.1.2 |
| 3343 | 2026-03-18T18:02:05.054Z | Compiling corncobs v0.1.4 |
| 3344 | 2026-03-18T18:02:05.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3345 | 2026-03-18T18:02:05.249Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-03-18T18:02:05.279Z | Compiling radix_trie v0.2.1 |
| 3347 | 2026-03-18T18:02:05.333Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3348 | 2026-03-18T18:02:05.435Z | Compiling progenitor v0.13.0 |
| 3349 | 2026-03-18T18:02:05.478Z | Compiling ssh-cipher v0.2.0 |
| 3350 | 2026-03-18T18:02:05.568Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3351 | 2026-03-18T18:02:05.602Z | Compiling tabled v0.20.0 |
| 3352 | 2026-03-18T18:02:05.664Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3353 | 2026-03-18T18:02:05.693Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3354 | 2026-03-18T18:02:05.734Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3355 | 2026-03-18T18:02:05.815Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3356 | 2026-03-18T18:02:05.841Z | Compiling object v0.30.4 |
| 3357 | 2026-03-18T18:02:06.023Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3358 | 2026-03-18T18:02:06.321Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3359 | 2026-03-18T18:02:06.397Z | Compiling parking_lot v0.11.2 |
| 3360 | 2026-03-18T18:02:06.524Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3361 | 2026-03-18T18:02:06.783Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3362 | 2026-03-18T18:02:06.947Z | Compiling progenitor-macro v0.11.2 |
| 3363 | 2026-03-18T18:02:06.971Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3364 | 2026-03-18T18:02:07.057Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3365 | 2026-03-18T18:02:07.442Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3366 | 2026-03-18T18:02:07.490Z | Compiling progenitor-client v0.11.2 |
| 3367 | 2026-03-18T18:02:07.647Z | Compiling prefix-trie v0.7.0 |
| 3368 | 2026-03-18T18:02:07.679Z | Compiling password-hash v0.4.2 |
| 3369 | 2026-03-18T18:02:07.715Z | Compiling fxhash v0.2.1 |
| 3370 | 2026-03-18T18:02:07.932Z | Compiling secrecy v0.8.0 |
| 3371 | 2026-03-18T18:02:07.955Z | Compiling http-range v0.1.5 |
| 3372 | 2026-03-18T18:02:08.153Z | Compiling half v1.8.3 |
| 3373 | 2026-03-18T18:02:08.200Z | Compiling path-slash v0.1.5 |
| 3374 | 2026-03-18T18:02:08.227Z | Compiling hickory-server v0.25.2 |
| 3375 | 2026-03-18T18:02:08.404Z | Compiling pbkdf2 v0.11.0 |
| 3376 | 2026-03-18T18:02:08.529Z | Compiling serde_cbor v0.11.2 |
| 3377 | 2026-03-18T18:02:08.555Z | Compiling sled v0.34.7 |
| 3378 | 2026-03-18T18:02:08.678Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3379 | 2026-03-18T18:02:08.956Z | Compiling progenitor v0.10.0 |
| 3380 | 2026-03-18T18:02:08.981Z | Compiling xz2 v0.1.7 |
| 3381 | 2026-03-18T18:02:09.109Z | Compiling ron v0.12.0 |
| 3382 | 2026-03-18T18:02:09.182Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3383 | 2026-03-18T18:02:09.326Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-03-18T18:02:09.381Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3385 | 2026-03-18T18:02:09.832Z | Compiling ssh-key v0.6.7 |
| 3386 | 2026-03-18T18:02:10.081Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3387 | 2026-03-18T18:02:10.431Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3388 | 2026-03-18T18:02:10.456Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3389 | 2026-03-18T18:02:10.876Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3390 | 2026-03-18T18:02:11.189Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3391 | 2026-03-18T18:02:11.274Z | Compiling hickory-client v0.25.2 |
| 3392 | 2026-03-18T18:02:11.719Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3393 | 2026-03-18T18:02:11.760Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3394 | 2026-03-18T18:02:11.784Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3395 | 2026-03-18T18:02:12.150Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3396 | 2026-03-18T18:02:12.320Z | Compiling p521 v0.13.3 |
| 3397 | 2026-03-18T18:02:12.369Z | Compiling p256 v0.13.2 |
| 3398 | 2026-03-18T18:02:12.849Z | Compiling yasna v0.5.2 |
| 3399 | 2026-03-18T18:02:12.906Z | Compiling kstat-rs v0.2.4 |
| 3400 | 2026-03-18T18:02:12.932Z | Compiling headers-core v0.3.0 |
| 3401 | 2026-03-18T18:02:12.935Z | Compiling nanorand v0.7.0 |
| 3402 | 2026-03-18T18:02:13.120Z | Compiling atty v0.2.14 |
| 3403 | 2026-03-18T18:02:13.297Z | Compiling russh-cryptovec v0.7.3 |
| 3404 | 2026-03-18T18:02:13.325Z | Compiling crc8 v0.1.1 |
| 3405 | 2026-03-18T18:02:13.358Z | Compiling home v0.5.12 |
| 3406 | 2026-03-18T18:02:13.382Z | Compiling base16ct v1.0.0 |
| 3407 | 2026-03-18T18:02:13.410Z | Compiling md5 v0.7.0 |
| 3408 | 2026-03-18T18:02:13.506Z | Compiling rcgen v0.12.1 |
| 3409 | 2026-03-18T18:02:13.570Z | Compiling flume v0.11.1 |
| 3410 | 2026-03-18T18:02:13.573Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3411 | 2026-03-18T18:02:13.667Z | Compiling russh-keys v0.45.0 |
| 3412 | 2026-03-18T18:02:13.728Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3413 | 2026-03-18T18:02:13.754Z | Compiling headers v0.4.1 |
| 3414 | 2026-03-18T18:02:13.785Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3415 | 2026-03-18T18:02:13.954Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3416 | 2026-03-18T18:02:13.981Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3417 | 2026-03-18T18:02:14.031Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3418 | 2026-03-18T18:02:14.180Z | Compiling progenitor v0.11.2 |
| 3419 | 2026-03-18T18:02:14.208Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3420 | 2026-03-18T18:02:14.414Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3421 | 2026-03-18T18:02:14.562Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3422 | 2026-03-18T18:02:14.733Z | Compiling hyper-staticfile v0.10.1 |
| 3423 | 2026-03-18T18:02:14.877Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3424 | 2026-03-18T18:02:14.902Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3425 | 2026-03-18T18:02:15.214Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3426 | 2026-03-18T18:02:15.325Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3427 | 2026-03-18T18:02:15.420Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3428 | 2026-03-18T18:02:15.493Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3429 | 2026-03-18T18:02:15.831Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3430 | 2026-03-18T18:02:15.860Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3431 | 2026-03-18T18:02:15.891Z | Compiling num-bigint v0.4.6 |
| 3432 | 2026-03-18T18:02:15.917Z | Compiling des v0.8.1 |
| 3433 | 2026-03-18T18:02:15.949Z | Compiling subprocess v0.2.15 |
| 3434 | 2026-03-18T18:02:16.208Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3435 | 2026-03-18T18:02:16.323Z | Compiling display-error-chain v0.2.2 |
| 3436 | 2026-03-18T18:02:16.528Z | Compiling hex-literal v0.4.1 |
| 3437 | 2026-03-18T18:02:16.653Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3438 | 2026-03-18T18:02:16.700Z | Compiling colored v2.2.0 |
| 3439 | 2026-03-18T18:02:16.794Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-03-18T18:02:16.849Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3441 | 2026-03-18T18:02:17.013Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3442 | 2026-03-18T18:02:17.108Z | Compiling socket2 v0.5.10 |
| 3443 | 2026-03-18T18:02:17.203Z | Compiling internet-checksum v0.2.1 |
| 3444 | 2026-03-18T18:02:17.721Z | Compiling russh v0.45.0 |
| 3445 | 2026-03-18T18:02:17.972Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-03-18T18:02:24.741Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-03-18T18:02:34.887Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3448 | 2026-03-18T18:02:34.888Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3449 | 2026-03-18T18:02:34.890Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3450 | 2026-03-18T18:02:34.890Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-03-18T18:02:37.113Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3452 | 2026-03-18T18:02:37.294Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-03-18T18:02:43.024Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3454 | 2026-03-18T18:03:13.362Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3455 | 2026-03-18T18:03:37.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
| 3456 | 2026-03-18T18:03:37.732Z | |
| 3457 | 2026-03-18T18:03:37.735Z | real 1:57.405919463 |
| 3458 | 2026-03-18T18:03:37.735Z | user 11:32.889130822 |
| 3459 | 2026-03-18T18:03:37.735Z | sys 2:03.105200301 |
| 3460 | 2026-03-18T18:03:37.735Z | trap 0.350816820 |
| 3461 | 2026-03-18T18:03:37.735Z | tflt 0.497792825 |
| 3462 | 2026-03-18T18:03:37.735Z | dflt 1.551568226 |
| 3463 | 2026-03-18T18:03:37.735Z | kflt 0.000312110 |
| 3464 | 2026-03-18T18:03:37.735Z | lock 40:08.469624639 |
| 3465 | 2026-03-18T18:03:37.735Z | slp 25:59.519002061 |
| 3466 | 2026-03-18T18:03:37.735Z | lat 47.156258475 |
| 3467 | 2026-03-18T18:03:37.735Z | stop 3:54.234895339 |
| 3468 | 2026-03-18T18:03:37.735Z | + mkdir tests |
| 3469 | 2026-03-18T18:03:37.738Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-03-18T18:03:37.738Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-03-18T18:03:37.776Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/ |
| 3472 | 2026-03-18T18:03:37.807Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/ |
| 3473 | 2026-03-18T18:03:37.839Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/ |
| 3474 | 2026-03-18T18:03:37.868Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/ |
| 3475 | 2026-03-18T18:03:38.219Z | + 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/*) |
| 3476 | 2026-03-18T18:03:38.221Z | + 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 |
| 3477 | 2026-03-18T18:05:17.558Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-03-18T18:05:17.558Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-03-18T18:05:17.558Z | a out/target/test 1K |
| 3480 | 2026-03-18T18:05:17.558Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-03-18T18:05:17.558Z | a package-manifest.toml 35K |
| 3482 | 2026-03-18T18:05:17.558Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-03-18T18:05:17.558Z | a target/release/omicron-package 40561K |
| 3484 | 2026-03-18T18:05:17.558Z | a target/release/xtask 11433K |
| 3485 | 2026-03-18T18:05:17.558Z | a target/debug/bootstrap 335395K |
| 3486 | 2026-03-18T18:05:17.558Z | a tests/bootstrap-e6f8ef4052bfb0c2 31310K |
| 3487 | 2026-03-18T18:05:17.558Z | a tests/commtest-24d786529c44a77c 32395K |
| 3488 | 2026-03-18T18:05:17.558Z | a tests/dhcp_server-58b78f45b9570bbf 31310K |
| 3489 | 2026-03-18T18:05:17.558Z | a tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K |
| 3490 | 2026-03-18T18:05:17.558Z | a out/clickhouse.tar.gz 301709K |
| 3491 | 2026-03-18T18:05:17.558Z | a out/clickhouse_keeper.tar.gz 287173K |
| 3492 | 2026-03-18T18:05:17.558Z | a out/clickhouse_server.tar.gz 301708K |
| 3493 | 2026-03-18T18:05:17.558Z | a out/cockroachdb.tar.gz 154185K |
| 3494 | 2026-03-18T18:05:17.558Z | a out/crucible-pantry-zone.tar.gz 38990K |
| 3495 | 2026-03-18T18:05:17.558Z | a out/crucible-utils.tar 17744K |
| 3496 | 2026-03-18T18:05:17.558Z | a out/crucible-zone.tar.gz 53128K |
| 3497 | 2026-03-18T18:05:17.559Z | a out/external-dns.tar.gz 43604K |
| 3498 | 2026-03-18T18:05:17.559Z | a out/internal-dns.tar.gz 43604K |
| 3499 | 2026-03-18T18:05:17.559Z | a out/mg-ddm-gz.tar 78377K |
| 3500 | 2026-03-18T18:05:17.559Z | a out/nexus.tar.gz 209044K |
| 3501 | 2026-03-18T18:05:17.559Z | a out/ntp.tar.gz 25418K |
| 3502 | 2026-03-18T18:05:17.559Z | a out/omicron-gateway-softnpu.tar.gz 28226K |
| 3503 | 2026-03-18T18:05:17.559Z | a out/omicron-sled-agent.tar 186543K |
| 3504 | 2026-03-18T18:05:17.559Z | a out/overlay.tar.gz 3K |
| 3505 | 2026-03-18T18:05:17.559Z | a out/oximeter.tar.gz 57439K |
| 3506 | 2026-03-18T18:05:17.559Z | a out/oxlog.tar 3782K |
| 3507 | 2026-03-18T18:05:17.559Z | a out/probe.tar.gz 3037K |
| 3508 | 2026-03-18T18:05:17.559Z | a out/propolis-server.tar.gz 74633K |
| 3509 | 2026-03-18T18:05:17.559Z | a out/pumpkind-gz.tar 26647K |
| 3510 | 2026-03-18T18:05:17.559Z | a out/switch-softnpu.tar.gz 367872K |
| 3511 | 2026-03-18T18:05:17.562Z | |
| 3512 | 2026-03-18T18:05:17.562Z | real 1:39.327265874 |
| 3513 | 2026-03-18T18:05:17.562Z | user 1:36.348430961 |
| 3514 | 2026-03-18T18:05:17.562Z | sys 6.162285519 |
| 3515 | 2026-03-18T18:05:17.562Z | trap 0.006775608 |
| 3516 | 2026-03-18T18:05:17.562Z | tflt 0.000000000 |
| 3517 | 2026-03-18T18:05:17.563Z | dflt 0.000000000 |
| 3518 | 2026-03-18T18:05:17.563Z | kflt 0.000000000 |
| 3519 | 2026-03-18T18:05:17.563Z | lock 0.000000000 |
| 3520 | 2026-03-18T18:05:17.563Z | slp 1:35.525391426 |
| 3521 | 2026-03-18T18:05:17.563Z | lat 0.606160500 |
| 3522 | 2026-03-18T18:05:17.563Z | stop 0.000618828 |
| 3523 | 2026-03-18T18:05:17.563Z | process exited: duration 1249821 ms, exit code 0 |
| |
| 3524 | 2026-03-18T18:05:17.578Z | found 1 output files |
| 3525 | 2026-03-18T18:05:17.578Z | uploading: /work/package.tar.gz (2317504870 bytes) |
| 3526 | 2026-03-18T18:05:49.179Z | uploaded: /work/package.tar.gz |