|
|
|
| 1 | 2026-03-03T00:12:20.168Z | job assigned to worker 01KJRGJ5A28ZFPXSY2472XKPF1 [factory aws, i-0055b1160348cc291] (queued for 59 s) |
| |
| 2 | 2026-03-03T00:12:29.063Z | starting task 0: "setup" |
| 3 | 2026-03-03T00:12:29.068Z | ++ uname -s |
| 4 | 2026-03-03T00:12:29.072Z | + kern=SunOS |
| 5 | 2026-03-03T00:12:29.072Z | + build_user=build |
| 6 | 2026-03-03T00:12:29.072Z | + build_uid=12345 |
| 7 | 2026-03-03T00:12:29.072Z | + work_dir=/work |
| 8 | 2026-03-03T00:12:29.072Z | + input_dir=/input |
| 9 | 2026-03-03T00:12:29.072Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-03T00:12:29.072Z | + case "$kern" in |
| 11 | 2026-03-03T00:12:29.072Z | + groupadd -g 12345 build |
| 12 | 2026-03-03T00:12:29.075Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-03T00:12:31.081Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-03T00:12:31.190Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-03T00:12:31.195Z | + home_fs=zfs |
| 16 | 2026-03-03T00:12:31.195Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-03T00:12:31.195Z | + mkdir -p /home/build |
| 18 | 2026-03-03T00:12:31.198Z | + chown build:build /home/build /work |
| 19 | 2026-03-03T00:12:32.197Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-03T00:12:32.201Z | process exited: duration 3139 ms, exit code 0 |
| |
| 21 | 2026-03-03T00:12:32.207Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-03T00:12:32.214Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-03T00:12:32.214Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-03T00:12:32.214Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-03T00:12:32.214Z | * rust toolchain profile = "default" |
| 26 | 2026-03-03T00:12:32.214Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-03T00:12:32.215Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-03T00:12:32.218Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-03T00:12:32.218Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-03T00:12:32.348Z | info: downloading installer |
| 31 | 2026-03-03T00:12:34.082Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-03T00:12:34.082Z | warn: /opt/ooce/bin |
| 33 | 2026-03-03T00:12:34.082Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-03T00:12:34.082Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-03T00:12:34.082Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-03T00:12:34.082Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-03T00:12:34.082Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-03T00:12:34.082Z | error: cannot install while Rust is installed |
| 39 | 2026-03-03T00:12:34.082Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-03T00:12:34.101Z | info: profile set to 'default' |
| 41 | 2026-03-03T00:12:34.101Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-03T00:12:34.104Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-03T00:12:34.296Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-03T00:12:34.296Z | info: downloading component 'cargo' |
| 45 | 2026-03-03T00:12:35.278Z | info: downloading component 'clippy' |
| 46 | 2026-03-03T00:12:35.699Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-03T00:12:37.558Z | info: downloading component 'rust-std' |
| 48 | 2026-03-03T00:12:39.684Z | info: downloading component 'rustc' |
| 49 | 2026-03-03T00:12:48.524Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-03T00:12:48.861Z | info: installing component 'cargo' |
| 51 | 2026-03-03T00:12:49.824Z | info: installing component 'clippy' |
| 52 | 2026-03-03T00:12:50.227Z | info: installing component 'rust-docs' |
| 53 | 2026-03-03T00:12:52.220Z | info: installing component 'rust-std' |
| 54 | 2026-03-03T00:12:54.081Z | info: installing component 'rustc' |
| 55 | 2026-03-03T00:13:01.143Z | info: installing component 'rustfmt' |
| 56 | 2026-03-03T00:13:01.501Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-03T00:13:01.502Z | |
| 58 | 2026-03-03T00:13:01.963Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-03T00:13:01.963Z | |
| 60 | 2026-03-03T00:13:01.967Z | |
| 61 | 2026-03-03T00:13:01.967Z | Rust is installed now. Great! |
| 62 | 2026-03-03T00:13:01.967Z | |
| 63 | 2026-03-03T00:13:01.967Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-03T00:13:01.967Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-03T00:13:01.967Z | |
| 66 | 2026-03-03T00:13:01.967Z | To configure your current shell, you need to source |
| 67 | 2026-03-03T00:13:01.967Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-03T00:13:01.967Z | |
| 69 | 2026-03-03T00:13:01.967Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-03T00:13:01.967Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-03T00:13:01.967Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-03T00:13:01.967Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-03T00:13:02.068Z | + rustup --version |
| 74 | 2026-03-03T00:13:02.080Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-03T00:13:02.083Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-03T00:13:02.173Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-03T00:13:02.177Z | + cargo --version |
| 78 | 2026-03-03T00:13:02.255Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-03T00:13:02.258Z | + rustc --version |
| 80 | 2026-03-03T00:13:02.337Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-03T00:13:02.342Z | process exited: duration 30131 ms, exit code 0 |
| |
| 82 | 2026-03-03T00:13:02.349Z | starting task 2: "authentication" |
| 83 | 2026-03-03T00:13:02.373Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-03-03T00:13:02.379Z | starting task 3: "clone repository" |
| 85 | 2026-03-03T00:13:02.385Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-03T00:13:02.388Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-03T00:13:02.416Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-03T00:14:18.225Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-03T00:14:18.229Z | + git fetch origin 21716da8427f4ffb632392f80a31fcdd9c170f97 |
| 90 | 2026-03-03T00:14:18.556Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-03T00:14:18.557Z | * branch 21716da8427f4ffb632392f80a31fcdd9c170f97 -> FETCH_HEAD |
| 92 | 2026-03-03T00:14:18.569Z | + [[ -n dap/ls-apis-fix ]] |
| 93 | 2026-03-03T00:14:18.573Z | ++ git branch --show-current |
| 94 | 2026-03-03T00:14:18.576Z | + current=main |
| 95 | 2026-03-03T00:14:18.576Z | + [[ main != dap/ls-apis-fix ]] |
| 96 | 2026-03-03T00:14:18.576Z | + git branch -f dap/ls-apis-fix 21716da8427f4ffb632392f80a31fcdd9c170f97 |
| 97 | 2026-03-03T00:14:18.580Z | + git checkout -f dap/ls-apis-fix |
| 98 | 2026-03-03T00:14:18.680Z | Switched to branch 'dap/ls-apis-fix' |
| 99 | 2026-03-03T00:14:18.683Z | + git reset --hard 21716da8427f4ffb632392f80a31fcdd9c170f97 |
| 100 | 2026-03-03T00:14:18.787Z | HEAD is now at 21716da84 Merge branch 'main' into dap/ls-apis-fix |
| 101 | 2026-03-03T00:14:18.790Z | process exited: duration 76405 ms, exit code 0 |
| |
| 102 | 2026-03-03T00:14:18.797Z | starting task 4: "build" |
| 103 | 2026-03-03T00:14:18.805Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-03T00:14:18.808Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-03T00:14:18.808Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-03T00:14:18.808Z | + cargo --version |
| 107 | 2026-03-03T00:14:18.867Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-03T00:14:18.871Z | + rustc --version |
| 109 | 2026-03-03T00:14:18.950Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-03T00:14:18.953Z | + WORK=/work |
| 111 | 2026-03-03T00:14:18.953Z | + pfexec mkdir -p /work |
| 112 | 2026-03-03T00:14:18.959Z | + pfexec chown build /work |
| 113 | 2026-03-03T00:14:18.963Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-03T00:14:31.410Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-03T00:14:42.120Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-03T00:15:06.678Z | Planning: Solver setup ... Done (22.742s) |
| 117 | 2026-03-03T00:15:06.844Z | Planning: Running solver ... Done (0.167s) |
| 118 | 2026-03-03T00:15:07.022Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-03-03T00:15:07.036Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-03T00:15:07.212Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-03T00:15:07.265Z | Planning: Package planning ... Done (0.053s) |
| 122 | 2026-03-03T00:15:07.315Z | Planning: Merging actions ... Done (0.050s) |
| 123 | 2026-03-03T00:15:07.894Z | Planning: Checking for conflicting actions ... Done (0.577s) |
| 124 | 2026-03-03T00:15:07.905Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2026-03-03T00:15:09.883Z | Planning: Evaluating mediators ... Done (1.977s) |
| 126 | 2026-03-03T00:15:09.893Z | Planning: Planning completed in 27.62 seconds |
| 127 | 2026-03-03T00:15:09.908Z | Packages to install: 4 |
| 128 | 2026-03-03T00:15:09.908Z | Mediators to change: 2 |
| 129 | 2026-03-03T00:15:09.911Z | Services to change: 1 |
| 130 | 2026-03-03T00:15:09.911Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-03T00:15:09.911Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-03T00:15:09.911Z | Create boot environment: No |
| 133 | 2026-03-03T00:15:09.911Z | Create backup boot environment: No |
| 134 | 2026-03-03T00:15:09.911Z | Rebuild boot archive: No |
| 135 | 2026-03-03T00:15:09.911Z | |
| 136 | 2026-03-03T00:15:09.911Z | Changed mediators: |
| 137 | 2026-03-03T00:15:09.911Z | mediator clang: |
| 138 | 2026-03-03T00:15:09.911Z | version: None -> 15 (system default) |
| 139 | 2026-03-03T00:15:09.911Z | |
| 140 | 2026-03-03T00:15:09.911Z | mediator llvm: |
| 141 | 2026-03-03T00:15:09.912Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-03T00:15:09.912Z | |
| 143 | 2026-03-03T00:15:09.912Z | Changed packages: |
| 144 | 2026-03-03T00:15:09.912Z | helios-dev |
| 145 | 2026-03-03T00:15:09.912Z | developer/build-essential |
| 146 | 2026-03-03T00:15:09.912Z | None -> 11-2.0 |
| 147 | 2026-03-03T00:15:09.912Z | library/libxmlsec1 |
| 148 | 2026-03-03T00:15:09.912Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-03T00:15:09.912Z | ooce/developer/clang-15 |
| 150 | 2026-03-03T00:15:09.912Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-03T00:15:09.912Z | ooce/developer/llvm-15 |
| 152 | 2026-03-03T00:15:09.912Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-03T00:15:09.912Z | |
| 154 | 2026-03-03T00:15:09.912Z | Services: |
| 155 | 2026-03-03T00:15:09.912Z | restart_fmri: |
| 156 | 2026-03-03T00:15:09.912Z | svc:/system/update-man-index:default |
| 157 | 2026-03-03T00:15:10.061Z | |
| 158 | 2026-03-03T00:15:10.061Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-03T00:15:15.062Z | Download: 2392/3290 items 119.8/212.6MB 56% complete (24.2M/s) |
| 160 | 2026-03-03T00:15:17.379Z | Download: Completed 212.60 MB in 7.32 seconds (29.1M/s) |
| 161 | 2026-03-03T00:15:17.681Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-03-03T00:15:22.414Z | Actions: Completed 3689 actions in 4.73 seconds. |
| 163 | 2026-03-03T00:15:22.852Z | Done (0.433s) |
| 164 | 2026-03-03T00:15:22.852Z | Done (0.000s) |
| 165 | 2026-03-03T00:15:23.982Z | Done (1.130s) |
| 166 | 2026-03-03T00:15:28.633Z | Done (4.269s) |
| 167 | 2026-03-03T00:15:28.720Z | Done (0.015s) |
| 168 | 2026-03-03T00:15:28.724Z | Done (0.000s) |
| 169 | 2026-03-03T00:15:28.886Z | Done (0.000s) |
| 170 | 2026-03-03T00:15:29.937Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-03-03T00:15:30.107Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-03-03T00:15:30.110Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-03-03T00:15:30.396Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-03-03T00:15:30.399Z | Planning: Planning completed in 0.46 seconds |
| 175 | 2026-03-03T00:15:30.431Z | Mediators to change: 2 |
| 176 | 2026-03-03T00:15:30.431Z | Create boot environment: No |
| 177 | 2026-03-03T00:15:30.434Z | Create backup boot environment: No |
| 178 | 2026-03-03T00:15:30.523Z | Done |
| 179 | 2026-03-03T00:15:30.523Z | Done |
| 180 | 2026-03-03T00:15:31.346Z | Done |
| 181 | 2026-03-03T00:15:35.383Z | Done |
| 182 | 2026-03-03T00:15:35.492Z | Done |
| 183 | 2026-03-03T00:15:35.496Z | Done |
| 184 | 2026-03-03T00:15:35.603Z | Done |
| 185 | 2026-03-03T00:15:36.263Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-03-03T00:15:36.266Z | Planning: Merging actions ... Done |
| 187 | 2026-03-03T00:15:36.466Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-03-03T00:15:36.469Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-03-03T00:15:36.753Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-03-03T00:15:36.814Z | Planning: Planning completed in 0.81 seconds |
| 191 | 2026-03-03T00:15:36.850Z | Packages to change: 1 |
| 192 | 2026-03-03T00:15:36.850Z | Mediators to change: 1 |
| 193 | 2026-03-03T00:15:36.853Z | Services to change: 1 |
| 194 | 2026-03-03T00:15:36.853Z | Create boot environment: No |
| 195 | 2026-03-03T00:15:36.853Z | Create backup boot environment: Yes |
| 196 | 2026-03-03T00:15:39.578Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2026-03-03T00:15:39.583Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2026-03-03T00:15:39.583Z | Done |
| 199 | 2026-03-03T00:15:39.583Z | Done |
| 200 | 2026-03-03T00:15:39.802Z | Done |
| 201 | 2026-03-03T00:15:43.788Z | Done |
| 202 | 2026-03-03T00:15:43.888Z | Done |
| 203 | 2026-03-03T00:15:43.891Z | Done |
| 204 | 2026-03-03T00:15:44.047Z | Done |
| 205 | 2026-03-03T00:15:44.553Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2026-03-03T00:15:44.553Z | clang system 15 system |
| 207 | 2026-03-03T00:15:44.553Z | csh system system illumos |
| 208 | 2026-03-03T00:15:44.556Z | ctags system system illumos |
| 209 | 2026-03-03T00:15:44.557Z | file system system illumos |
| 210 | 2026-03-03T00:15:44.557Z | gcc vendor 12 vendor |
| 211 | 2026-03-03T00:15:44.557Z | gcc system 10 system |
| 212 | 2026-03-03T00:15:44.557Z | gcc system 7 system |
| 213 | 2026-03-03T00:15:44.557Z | go system 1.20 system |
| 214 | 2026-03-03T00:15:44.557Z | go system 1.19 system |
| 215 | 2026-03-03T00:15:44.557Z | llvm system 15 system |
| 216 | 2026-03-03T00:15:44.557Z | llvm system 14 system |
| 217 | 2026-03-03T00:15:44.557Z | mariadb system 10.6 system |
| 218 | 2026-03-03T00:15:44.557Z | mta vendor vendor dma |
| 219 | 2026-03-03T00:15:44.557Z | openjdk system 17 system |
| 220 | 2026-03-03T00:15:44.557Z | openjdk system 11 system |
| 221 | 2026-03-03T00:15:44.557Z | openjdk system 1.8 system |
| 222 | 2026-03-03T00:15:44.557Z | openssl vendor 3 vendor |
| 223 | 2026-03-03T00:15:44.557Z | perl system 5.36 system |
| 224 | 2026-03-03T00:15:44.557Z | postgresql system 15 system |
| 225 | 2026-03-03T00:15:44.557Z | postgresql system 13 system |
| 226 | 2026-03-03T00:15:44.557Z | python vendor 3 vendor |
| 227 | 2026-03-03T00:15:44.557Z | python system 2 system |
| 228 | 2026-03-03T00:15:44.557Z | python3 system 3.11 system |
| 229 | 2026-03-03T00:15:44.557Z | ruby system 3.0 system |
| 230 | 2026-03-03T00:15:44.557Z | words vendor vendor american-english |
| 231 | 2026-03-03T00:15:44.557Z | words system system australian-english |
| 232 | 2026-03-03T00:15:44.557Z | words system system british-english |
| 233 | 2026-03-03T00:15:44.557Z | words system system canadian-english |
| 234 | 2026-03-03T00:15:44.557Z | words system system french |
| 235 | 2026-03-03T00:15:44.557Z | words system system italian |
| 236 | 2026-03-03T00:15:44.557Z | words system system ngerman |
| 237 | 2026-03-03T00:15:44.557Z | words system system ogerman |
| 238 | 2026-03-03T00:15:44.557Z | words system system spanish |
| 239 | 2026-03-03T00:15:44.910Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-03-03T00:15:44.910Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-03-03T00:15:51.581Z | FMRI IFO |
| 242 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2026-03-03T00:15:51.581Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2026-03-03T00:15:51.582Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2026-03-03T00:15:51.582Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2026-03-03T00:15:51.582Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2026-03-03T00:15:51.582Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2026-03-03T00:15:51.582Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2026-03-03T00:15:52.835Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-03-03T00:15:53.151Z | Updating crates.io index |
| 260 | 2026-03-03T00:15:53.154Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 261 | 2026-03-03T00:15:53.593Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2026-03-03T00:15:54.000Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-03-03T00:15:54.261Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 264 | 2026-03-03T00:15:54.615Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 265 | 2026-03-03T00:15:56.259Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-03-03T00:15:58.561Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 267 | 2026-03-03T00:15:59.340Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 268 | 2026-03-03T00:15:59.918Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2026-03-03T00:16:00.814Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 270 | 2026-03-03T00:16:01.334Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2026-03-03T00:16:02.334Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-03-03T00:16:02.886Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 273 | 2026-03-03T00:16:03.279Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2026-03-03T00:16:03.622Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-03-03T00:16:04.716Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-03-03T00:16:05.820Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-03-03T00:16:06.133Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-03-03T00:16:06.417Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-03-03T00:16:06.867Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-03-03T00:16:07.220Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2026-03-03T00:16:07.449Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2026-03-03T00:16:07.721Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 283 | 2026-03-03T00:16:08.162Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2026-03-03T00:16:08.686Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 285 | 2026-03-03T00:16:09.297Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 286 | 2026-03-03T00:16:09.631Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 287 | 2026-03-03T00:16:09.967Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 288 | 2026-03-03T00:16:10.300Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 289 | 2026-03-03T00:16:11.974Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2026-03-03T00:16:12.264Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-03-03T00:16:12.661Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 292 | 2026-03-03T00:16:12.983Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 293 | 2026-03-03T00:16:13.380Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-03-03T00:16:13.820Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-03-03T00:16:14.105Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-03-03T00:16:14.372Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 297 | 2026-03-03T00:16:14.788Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 298 | 2026-03-03T00:16:32.820Z | Downloading crates ... |
| 299 | 2026-03-03T00:16:32.883Z | Downloaded byteorder v1.5.0 |
| 300 | 2026-03-03T00:16:32.891Z | Downloaded pest_derive v2.8.6 |
| 301 | 2026-03-03T00:16:32.898Z | Downloaded crypto-common v0.1.7 |
| 302 | 2026-03-03T00:16:32.901Z | Downloaded form_urlencoded v1.2.2 |
| 303 | 2026-03-03T00:16:32.905Z | Downloaded errno v0.3.14 |
| 304 | 2026-03-03T00:16:32.908Z | Downloaded block-buffer v0.10.4 |
| 305 | 2026-03-03T00:16:32.908Z | Downloaded autocfg v1.5.0 |
| 306 | 2026-03-03T00:16:32.911Z | Downloaded textwrap v0.16.2 |
| 307 | 2026-03-03T00:16:32.914Z | Downloaded idna_adapter v1.2.1 |
| 308 | 2026-03-03T00:16:32.914Z | Downloaded anstream v0.6.21 |
| 309 | 2026-03-03T00:16:32.918Z | Downloaded zerofrom v0.1.6 |
| 310 | 2026-03-03T00:16:32.918Z | Downloaded dof v0.3.0 |
| 311 | 2026-03-03T00:16:32.922Z | Downloaded unicode-ident v1.0.24 |
| 312 | 2026-03-03T00:16:32.925Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-03-03T00:16:32.925Z | Downloaded version_check v0.9.5 |
| 314 | 2026-03-03T00:16:32.925Z | Downloaded zerofrom-derive v0.1.6 |
| 315 | 2026-03-03T00:16:32.928Z | Downloaded utf8parse v0.2.2 |
| 316 | 2026-03-03T00:16:32.928Z | Downloaded colorchoice v1.0.4 |
| 317 | 2026-03-03T00:16:32.928Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2026-03-03T00:16:32.932Z | Downloaded toml_write v0.1.2 |
| 319 | 2026-03-03T00:16:32.932Z | Downloaded thread-id v4.2.2 |
| 320 | 2026-03-03T00:16:32.935Z | Downloaded bitflags v2.11.0 |
| 321 | 2026-03-03T00:16:32.938Z | Downloaded cpufeatures v0.2.17 |
| 322 | 2026-03-03T00:16:32.941Z | Downloaded macaddr v1.0.1 |
| 323 | 2026-03-03T00:16:32.941Z | Downloaded anstyle-query v1.1.5 |
| 324 | 2026-03-03T00:16:32.941Z | Downloaded getrandom v0.4.1 |
| 325 | 2026-03-03T00:16:32.945Z | Downloaded toml_datetime v0.6.11 |
| 326 | 2026-03-03T00:16:32.948Z | Downloaded serde-value v0.7.0 |
| 327 | 2026-03-03T00:16:32.948Z | Downloaded tinystr v0.8.2 |
| 328 | 2026-03-03T00:16:32.952Z | Downloaded thiserror-impl v1.0.69 |
| 329 | 2026-03-03T00:16:32.952Z | Downloaded usdt v0.5.0 |
| 330 | 2026-03-03T00:16:32.955Z | Downloaded erased-serde v0.4.9 |
| 331 | 2026-03-03T00:16:32.955Z | Downloaded typeid v1.0.3 |
| 332 | 2026-03-03T00:16:32.958Z | Downloaded zmij v1.0.21 |
| 333 | 2026-03-03T00:16:32.958Z | Downloaded thiserror v2.0.18 |
| 334 | 2026-03-03T00:16:32.964Z | Downloaded unicode-xid v0.2.6 |
| 335 | 2026-03-03T00:16:32.967Z | Downloaded thiserror v1.0.69 |
| 336 | 2026-03-03T00:16:32.971Z | Downloaded zerovec-derive v0.11.2 |
| 337 | 2026-03-03T00:16:32.975Z | Downloaded yoke v0.8.1 |
| 338 | 2026-03-03T00:16:32.978Z | Downloaded writeable v0.6.2 |
| 339 | 2026-03-03T00:16:32.978Z | Downloaded toml v0.8.23 |
| 340 | 2026-03-03T00:16:32.981Z | Downloaded thiserror-impl v2.0.18 |
| 341 | 2026-03-03T00:16:32.981Z | Downloaded stable_deref_trait v1.2.1 |
| 342 | 2026-03-03T00:16:32.984Z | Downloaded is_terminal_polyfill v1.70.2 |
| 343 | 2026-03-03T00:16:32.984Z | Downloaded zerocopy-derive v0.7.35 |
| 344 | 2026-03-03T00:16:32.988Z | Downloaded zerotrie v0.2.3 |
| 345 | 2026-03-03T00:16:32.991Z | Downloaded typenum v1.19.0 |
| 346 | 2026-03-03T00:16:32.995Z | Downloaded serde_spanned v0.6.9 |
| 347 | 2026-03-03T00:16:32.998Z | Downloaded pretty-hex v0.4.1 |
| 348 | 2026-03-03T00:16:32.998Z | Downloaded generic-array v0.14.7 |
| 349 | 2026-03-03T00:16:33.001Z | Downloaded url v2.5.8 |
| 350 | 2026-03-03T00:16:33.005Z | Downloaded potential_utf v0.1.4 |
| 351 | 2026-03-03T00:16:33.005Z | Downloaded cfg-if v1.0.4 |
| 352 | 2026-03-03T00:16:33.005Z | Downloaded cargo-platform v0.2.0 |
| 353 | 2026-03-03T00:16:33.008Z | Downloaded heck v0.5.0 |
| 354 | 2026-03-03T00:16:33.008Z | Downloaded plain v0.2.3 |
| 355 | 2026-03-03T00:16:33.008Z | Downloaded anyhow v1.0.102 |
| 356 | 2026-03-03T00:16:33.011Z | Downloaded camino-tempfile v1.4.1 |
| 357 | 2026-03-03T00:16:33.015Z | Downloaded fnv v1.0.7 |
| 358 | 2026-03-03T00:16:33.015Z | Downloaded zerovec v0.11.5 |
| 359 | 2026-03-03T00:16:33.019Z | Downloaded zerocopy v0.7.35 |
| 360 | 2026-03-03T00:16:33.036Z | Downloaded winnow v0.7.14 |
| 361 | 2026-03-03T00:16:33.044Z | Downloaded smawk v0.3.2 |
| 362 | 2026-03-03T00:16:33.047Z | Downloaded proc-macro-error-attr v1.0.4 |
| 363 | 2026-03-03T00:16:33.047Z | Downloaded heck v0.4.1 |
| 364 | 2026-03-03T00:16:33.051Z | Downloaded camino v1.2.2 |
| 365 | 2026-03-03T00:16:33.051Z | Downloaded ordered-float v2.10.1 |
| 366 | 2026-03-03T00:16:33.051Z | Downloaded unicode-width v0.2.0 |
| 367 | 2026-03-03T00:16:33.056Z | Downloaded sha2 v0.10.9 |
| 368 | 2026-03-03T00:16:33.059Z | Downloaded anstyle-parse v0.2.7 |
| 369 | 2026-03-03T00:16:33.059Z | Downloaded semver v1.0.27 |
| 370 | 2026-03-03T00:16:33.063Z | Downloaded unicode-width v0.1.14 |
| 371 | 2026-03-03T00:16:33.066Z | Downloaded quote v1.0.44 |
| 372 | 2026-03-03T00:16:33.071Z | Downloaded cargo_metadata v0.21.0 |
| 373 | 2026-03-03T00:16:33.074Z | Downloaded digest v0.10.7 |
| 374 | 2026-03-03T00:16:33.075Z | Downloaded pest_generator v2.8.6 |
| 375 | 2026-03-03T00:16:33.075Z | Downloaded cargo_toml v0.21.0 |
| 376 | 2026-03-03T00:16:33.079Z | Downloaded fastrand v2.3.0 |
| 377 | 2026-03-03T00:16:33.079Z | Downloaded usdt-impl v0.5.0 |
| 378 | 2026-03-03T00:16:33.079Z | Downloaded terminal_size v0.4.3 |
| 379 | 2026-03-03T00:16:33.082Z | Downloaded ucd-trie v0.1.7 |
| 380 | 2026-03-03T00:16:33.082Z | Downloaded synstructure v0.13.2 |
| 381 | 2026-03-03T00:16:33.082Z | Downloaded toml_edit v0.22.27 |
| 382 | 2026-03-03T00:16:33.087Z | Downloaded tabled_derive v0.7.0 |
| 383 | 2026-03-03T00:16:33.087Z | Downloaded swrite v0.1.0 |
| 384 | 2026-03-03T00:16:33.090Z | Downloaded strsim v0.11.1 |
| 385 | 2026-03-03T00:16:33.090Z | Downloaded scroll_derive v0.12.1 |
| 386 | 2026-03-03T00:16:33.090Z | Downloaded serde_tokenstream v0.2.3 |
| 387 | 2026-03-03T00:16:33.090Z | Downloaded cargo-util-schemas v0.8.2 |
| 388 | 2026-03-03T00:16:33.094Z | Downloaded serde-untagged v0.1.9 |
| 389 | 2026-03-03T00:16:33.094Z | Downloaded scroll v0.12.0 |
| 390 | 2026-03-03T00:16:33.097Z | Downloaded percent-encoding v2.3.2 |
| 391 | 2026-03-03T00:16:33.097Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-03-03T00:16:33.097Z | Downloaded bytecount v0.6.9 |
| 393 | 2026-03-03T00:16:33.100Z | Downloaded proc-macro2 v1.0.106 |
| 394 | 2026-03-03T00:16:33.103Z | Downloaded memmap v0.7.0 |
| 395 | 2026-03-03T00:16:33.103Z | Downloaded itoa v1.0.17 |
| 396 | 2026-03-03T00:16:33.107Z | Downloaded serde_json v1.0.149 |
| 397 | 2026-03-03T00:16:33.110Z | Downloaded smallvec v1.15.1 |
| 398 | 2026-03-03T00:16:33.113Z | Downloaded serde_derive v1.0.228 |
| 399 | 2026-03-03T00:16:33.116Z | Downloaded proc-macro-error v1.0.4 |
| 400 | 2026-03-03T00:16:33.120Z | Downloaded litemap v0.8.1 |
| 401 | 2026-03-03T00:16:33.125Z | Downloaded icu_locale_core v2.1.1 |
| 402 | 2026-03-03T00:16:33.129Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-03-03T00:16:33.129Z | Downloaded num-traits v0.2.19 |
| 404 | 2026-03-03T00:16:33.132Z | Downloaded log v0.4.29 |
| 405 | 2026-03-03T00:16:33.135Z | Downloaded icu_properties v2.1.2 |
| 406 | 2026-03-03T00:16:33.135Z | Downloaded fs-err v3.3.0 |
| 407 | 2026-03-03T00:16:33.138Z | Downloaded displaydoc v0.2.5 |
| 408 | 2026-03-03T00:16:33.142Z | Downloaded clap_lex v1.0.0 |
| 409 | 2026-03-03T00:16:33.142Z | Downloaded icu_normalizer v2.1.1 |
| 410 | 2026-03-03T00:16:33.145Z | Downloaded clap_derive v4.5.55 |
| 411 | 2026-03-03T00:16:33.148Z | Downloaded anstyle v1.0.13 |
| 412 | 2026-03-03T00:16:33.148Z | Downloaded tempfile v3.25.0 |
| 413 | 2026-03-03T00:16:33.151Z | Downloaded clap v4.5.60 |
| 414 | 2026-03-03T00:16:33.158Z | Downloaded pest_meta v2.8.6 |
| 415 | 2026-03-03T00:16:33.161Z | Downloaded papergrid v0.11.0 |
| 416 | 2026-03-03T00:16:33.165Z | Downloaded memchr v2.8.0 |
| 417 | 2026-03-03T00:16:33.168Z | Downloaded icu_normalizer_data v2.1.1 |
| 418 | 2026-03-03T00:16:33.172Z | Downloaded utf8_iter v1.0.4 |
| 419 | 2026-03-03T00:16:33.172Z | Downloaded usdt-attr-macro v0.5.0 |
| 420 | 2026-03-03T00:16:33.175Z | Downloaded usdt-macro v0.5.0 |
| 421 | 2026-03-03T00:16:33.175Z | Downloaded equivalent v1.0.2 |
| 422 | 2026-03-03T00:16:33.175Z | Downloaded serde v1.0.228 |
| 423 | 2026-03-03T00:16:33.178Z | Downloaded icu_provider v2.1.1 |
| 424 | 2026-03-03T00:16:33.181Z | Downloaded dtrace-parser v0.2.0 |
| 425 | 2026-03-03T00:16:33.181Z | Downloaded icu_collections v2.1.1 |
| 426 | 2026-03-03T00:16:33.185Z | Downloaded pest v2.8.6 |
| 427 | 2026-03-03T00:16:33.199Z | Downloaded indexmap v2.13.0 |
| 428 | 2026-03-03T00:16:33.210Z | Downloaded goblin v0.8.2 |
| 429 | 2026-03-03T00:16:33.215Z | Downloaded icu_properties_data v2.1.2 |
| 430 | 2026-03-03T00:16:33.227Z | Downloaded idna v1.1.0 |
| 431 | 2026-03-03T00:16:33.230Z | Downloaded hashbrown v0.16.1 |
| 432 | 2026-03-03T00:16:33.234Z | Downloaded clap_builder v4.5.60 |
| 433 | 2026-03-03T00:16:33.251Z | Downloaded tabled v0.15.0 |
| 434 | 2026-03-03T00:16:33.266Z | Downloaded syn v1.0.109 |
| 435 | 2026-03-03T00:16:33.280Z | Downloaded syn v2.0.117 |
| 436 | 2026-03-03T00:16:33.291Z | Downloaded rustix v1.1.3 |
| 437 | 2026-03-03T00:16:33.329Z | Downloaded libc v0.2.180 |
| 438 | 2026-03-03T00:16:33.419Z | Compiling proc-macro2 v1.0.106 |
| 439 | 2026-03-03T00:16:33.419Z | Compiling quote v1.0.44 |
| 440 | 2026-03-03T00:16:33.422Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-03-03T00:16:33.422Z | Compiling serde_core v1.0.228 |
| 442 | 2026-03-03T00:16:33.422Z | Compiling libc v0.2.180 |
| 443 | 2026-03-03T00:16:33.422Z | Compiling version_check v0.9.5 |
| 444 | 2026-03-03T00:16:33.422Z | Compiling memchr v2.8.0 |
| 445 | 2026-03-03T00:16:33.422Z | Compiling stable_deref_trait v1.2.1 |
| 446 | 2026-03-03T00:16:33.818Z | Compiling serde v1.0.228 |
| 447 | 2026-03-03T00:16:33.901Z | Compiling zmij v1.0.21 |
| 448 | 2026-03-03T00:16:34.421Z | Compiling thiserror v1.0.69 |
| 449 | 2026-03-03T00:16:34.478Z | Compiling autocfg v1.5.0 |
| 450 | 2026-03-03T00:16:35.018Z | Compiling ucd-trie v0.1.7 |
| 451 | 2026-03-03T00:16:35.235Z | Compiling itoa v1.0.17 |
| 452 | 2026-03-03T00:16:35.289Z | Compiling pest v2.8.6 |
| 453 | 2026-03-03T00:16:35.455Z | Compiling writeable v0.6.2 |
| 454 | 2026-03-03T00:16:35.520Z | Compiling litemap v0.8.1 |
| 455 | 2026-03-03T00:16:35.648Z | Compiling rustix v1.1.3 |
| 456 | 2026-03-03T00:16:35.784Z | Compiling byteorder v1.5.0 |
| 457 | 2026-03-03T00:16:36.270Z | Compiling icu_normalizer_data v2.1.1 |
| 458 | 2026-03-03T00:16:36.351Z | Compiling syn v2.0.117 |
| 459 | 2026-03-03T00:16:36.423Z | Compiling icu_properties_data v2.1.2 |
| 460 | 2026-03-03T00:16:36.605Z | Compiling errno v0.3.14 |
| 461 | 2026-03-03T00:16:36.670Z | Compiling serde_json v1.0.149 |
| 462 | 2026-03-03T00:16:36.781Z | Compiling bitflags v2.11.0 |
| 463 | 2026-03-03T00:16:37.024Z | Compiling num-traits v0.2.19 |
| 464 | 2026-03-03T00:16:37.222Z | Compiling equivalent v1.0.2 |
| 465 | 2026-03-03T00:16:37.354Z | Compiling hashbrown v0.16.1 |
| 466 | 2026-03-03T00:16:37.387Z | Compiling smallvec v1.15.1 |
| 467 | 2026-03-03T00:16:37.445Z | Compiling typeid v1.0.3 |
| 468 | 2026-03-03T00:16:37.790Z | Compiling pest_meta v2.8.6 |
| 469 | 2026-03-03T00:16:38.212Z | Compiling thread-id v4.2.2 |
| 470 | 2026-03-03T00:16:38.336Z | Compiling proc-macro-error-attr v1.0.4 |
| 471 | 2026-03-03T00:16:38.357Z | Compiling usdt-impl v0.5.0 |
| 472 | 2026-03-03T00:16:38.604Z | Compiling indexmap v2.13.0 |
| 473 | 2026-03-03T00:16:38.691Z | Compiling erased-serde v0.4.9 |
| 474 | 2026-03-03T00:16:38.762Z | Compiling winnow v0.7.14 |
| 475 | 2026-03-03T00:16:39.282Z | Compiling toml_write v0.1.2 |
| 476 | 2026-03-03T00:16:39.396Z | Compiling syn v1.0.109 |
| 477 | 2026-03-03T00:16:40.368Z | Compiling proc-macro-error v1.0.4 |
| 478 | 2026-03-03T00:16:40.477Z | Compiling camino v1.2.2 |
| 479 | 2026-03-03T00:16:40.732Z | Compiling utf8parse v0.2.2 |
| 480 | 2026-03-03T00:16:40.931Z | Compiling getrandom v0.4.1 |
| 481 | 2026-03-03T00:16:41.125Z | Compiling percent-encoding v2.3.2 |
| 482 | 2026-03-03T00:16:41.509Z | Compiling thiserror v2.0.18 |
| 483 | 2026-03-03T00:16:41.690Z | Compiling utf8_iter v1.0.4 |
| 484 | 2026-03-03T00:16:41.958Z | Compiling plain v0.2.3 |
| 485 | 2026-03-03T00:16:41.987Z | Compiling log v0.4.29 |
| 486 | 2026-03-03T00:16:42.143Z | Compiling ordered-float v2.10.1 |
| 487 | 2026-03-03T00:16:42.261Z | Compiling form_urlencoded v1.2.2 |
| 488 | 2026-03-03T00:16:42.339Z | Compiling anstyle-parse v0.2.7 |
| 489 | 2026-03-03T00:16:42.612Z | Compiling terminal_size v0.4.3 |
| 490 | 2026-03-03T00:16:42.687Z | Compiling is_terminal_polyfill v1.70.2 |
| 491 | 2026-03-03T00:16:42.738Z | Compiling cfg-if v1.0.4 |
| 492 | 2026-03-03T00:16:42.838Z | Compiling colorchoice v1.0.4 |
| 493 | 2026-03-03T00:16:42.866Z | Compiling anstyle-query v1.1.5 |
| 494 | 2026-03-03T00:16:42.869Z | Compiling pretty-hex v0.4.1 |
| 495 | 2026-03-03T00:16:43.023Z | Compiling anstyle v1.0.13 |
| 496 | 2026-03-03T00:16:43.222Z | Compiling synstructure v0.13.2 |
| 497 | 2026-03-03T00:16:43.321Z | Compiling pest_generator v2.8.6 |
| 498 | 2026-03-03T00:16:43.421Z | Compiling anstream v0.6.21 |
| 499 | 2026-03-03T00:16:43.451Z | Compiling serde-untagged v0.1.9 |
| 500 | 2026-03-03T00:16:43.488Z | Compiling semver v1.0.27 |
| 501 | 2026-03-03T00:16:44.068Z | Compiling fs-err v3.3.0 |
| 502 | 2026-03-03T00:16:44.105Z | Compiling anyhow v1.0.102 |
| 503 | 2026-03-03T00:16:44.232Z | Compiling unicode-xid v0.2.6 |
| 504 | 2026-03-03T00:16:44.442Z | Compiling clap_lex v1.0.0 |
| 505 | 2026-03-03T00:16:44.469Z | Compiling fnv v1.0.7 |
| 506 | 2026-03-03T00:16:44.652Z | Compiling heck v0.5.0 |
| 507 | 2026-03-03T00:16:44.751Z | Compiling fastrand v2.3.0 |
| 508 | 2026-03-03T00:16:44.778Z | Compiling bytecount v0.6.9 |
| 509 | 2026-03-03T00:16:44.905Z | Compiling once_cell v1.21.3 |
| 510 | 2026-03-03T00:16:45.010Z | Compiling strsim v0.11.1 |
| 511 | 2026-03-03T00:16:45.138Z | Compiling heck v0.4.1 |
| 512 | 2026-03-03T00:16:45.166Z | Compiling unicode-width v0.1.14 |
| 513 | 2026-03-03T00:16:45.246Z | Compiling tempfile v3.25.0 |
| 514 | 2026-03-03T00:16:45.691Z | Compiling papergrid v0.11.0 |
| 515 | 2026-03-03T00:16:45.732Z | Compiling clap_builder v4.5.60 |
| 516 | 2026-03-03T00:16:45.929Z | Compiling memmap v0.7.0 |
| 517 | 2026-03-03T00:16:46.084Z | Compiling unicode-linebreak v0.1.5 |
| 518 | 2026-03-03T00:16:46.186Z | Compiling unicode-width v0.2.0 |
| 519 | 2026-03-03T00:16:46.298Z | Compiling smawk v0.3.2 |
| 520 | 2026-03-03T00:16:46.753Z | Compiling textwrap v0.16.2 |
| 521 | 2026-03-03T00:16:47.181Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2026-03-03T00:16:47.356Z | Compiling swrite v0.1.0 |
| 523 | 2026-03-03T00:16:47.521Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 524 | 2026-03-03T00:16:47.917Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-03-03T00:16:48.055Z | Compiling serde_derive v1.0.228 |
| 526 | 2026-03-03T00:16:48.055Z | Compiling zerofrom-derive v0.1.6 |
| 527 | 2026-03-03T00:16:48.059Z | Compiling yoke-derive v0.8.1 |
| 528 | 2026-03-03T00:16:48.210Z | Compiling zerovec-derive v0.11.2 |
| 529 | 2026-03-03T00:16:48.636Z | Compiling displaydoc v0.2.5 |
| 530 | 2026-03-03T00:16:50.089Z | Compiling thiserror-impl v1.0.69 |
| 531 | 2026-03-03T00:16:50.243Z | Compiling zerocopy-derive v0.7.35 |
| 532 | 2026-03-03T00:16:50.884Z | Compiling pest_derive v2.8.6 |
| 533 | 2026-03-03T00:16:50.913Z | Compiling scroll_derive v0.12.1 |
| 534 | 2026-03-03T00:16:51.570Z | Compiling zerofrom v0.1.6 |
| 535 | 2026-03-03T00:16:51.707Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-03-03T00:16:51.828Z | Compiling yoke v0.8.1 |
| 537 | 2026-03-03T00:16:52.187Z | Compiling zerocopy v0.7.35 |
| 538 | 2026-03-03T00:16:52.216Z | Compiling zerovec v0.11.5 |
| 539 | 2026-03-03T00:16:52.356Z | Compiling zerotrie v0.2.3 |
| 540 | 2026-03-03T00:16:53.025Z | Compiling scroll v0.12.0 |
| 541 | 2026-03-03T00:16:53.174Z | Compiling dtrace-parser v0.2.0 |
| 542 | 2026-03-03T00:16:53.465Z | Compiling tinystr v0.8.2 |
| 543 | 2026-03-03T00:16:53.494Z | Compiling potential_utf v0.1.4 |
| 544 | 2026-03-03T00:16:53.607Z | Compiling goblin v0.8.2 |
| 545 | 2026-03-03T00:16:53.634Z | Compiling clap_derive v4.5.55 |
| 546 | 2026-03-03T00:16:53.813Z | Compiling icu_collections v2.1.1 |
| 547 | 2026-03-03T00:16:53.896Z | Compiling icu_locale_core v2.1.1 |
| 548 | 2026-03-03T00:16:54.801Z | Compiling tabled v0.15.0 |
| 549 | 2026-03-03T00:16:55.478Z | Compiling icu_provider v2.1.1 |
| 550 | 2026-03-03T00:16:56.119Z | Compiling icu_properties v2.1.2 |
| 551 | 2026-03-03T00:16:56.204Z | Compiling icu_normalizer v2.1.1 |
| 552 | 2026-03-03T00:16:56.580Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-03-03T00:16:56.747Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-03-03T00:16:56.776Z | Compiling dof v0.3.0 |
| 555 | 2026-03-03T00:16:56.837Z | Compiling serde_tokenstream v0.2.3 |
| 556 | 2026-03-03T00:16:57.135Z | Compiling toml_edit v0.22.27 |
| 557 | 2026-03-03T00:16:57.340Z | Compiling serde-value v0.7.0 |
| 558 | 2026-03-03T00:16:57.484Z | Compiling cargo-platform v0.2.0 |
| 559 | 2026-03-03T00:16:57.683Z | Compiling clap v4.5.60 |
| 560 | 2026-03-03T00:16:57.814Z | Compiling macaddr v1.0.1 |
| 561 | 2026-03-03T00:16:58.361Z | Compiling idna_adapter v1.2.1 |
| 562 | 2026-03-03T00:16:58.585Z | Compiling idna v1.1.0 |
| 563 | 2026-03-03T00:16:58.702Z | Compiling usdt-attr-macro v0.5.0 |
| 564 | 2026-03-03T00:16:58.736Z | Compiling usdt-macro v0.5.0 |
| 565 | 2026-03-03T00:16:59.232Z | Compiling url v2.5.8 |
| 566 | 2026-03-03T00:17:00.671Z | Compiling toml v0.8.23 |
| 567 | 2026-03-03T00:17:00.777Z | Compiling usdt v0.5.0 |
| 568 | 2026-03-03T00:17:01.458Z | Compiling cargo-util-schemas v0.8.2 |
| 569 | 2026-03-03T00:17:01.458Z | Compiling cargo_toml v0.21.0 |
| 570 | 2026-03-03T00:17:03.005Z | Compiling cargo_metadata v0.21.0 |
| 571 | 2026-03-03T00:17:04.962Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 572 | 2026-03-03T00:17:08.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 573 | 2026-03-03T00:17:08.914Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 574 | 2026-03-03T00:17:09.778Z | Downloading crates ... |
| 575 | 2026-03-03T00:17:09.913Z | Downloaded adler2 v2.0.1 |
| 576 | 2026-03-03T00:17:09.925Z | Downloaded base16ct v1.0.0 |
| 577 | 2026-03-03T00:17:09.930Z | Downloaded base16ct v0.2.0 |
| 578 | 2026-03-03T00:17:09.934Z | Downloaded atomic-waker v1.1.2 |
| 579 | 2026-03-03T00:17:09.939Z | Downloaded async-trait v0.1.89 |
| 580 | 2026-03-03T00:17:09.946Z | Downloaded aead v0.5.2 |
| 581 | 2026-03-03T00:17:09.950Z | Downloaded daft-derive v0.1.5 |
| 582 | 2026-03-03T00:17:10.969Z | Downloaded dirs-next v2.0.0 |
| 583 | 2026-03-03T00:17:10.994Z | Downloaded derive_more v0.99.20 |
| 584 | 2026-03-03T00:17:10.994Z | Downloaded flagset v0.4.7 |
| 585 | 2026-03-03T00:17:10.994Z | Downloaded erased-serde v0.3.31 |
| 586 | 2026-03-03T00:17:10.995Z | Downloaded fixedbitset v0.4.2 |
| 587 | 2026-03-03T00:17:10.995Z | Downloaded fallible-iterator v0.2.0 |
| 588 | 2026-03-03T00:17:10.995Z | Downloaded ff v0.13.1 |
| 589 | 2026-03-03T00:17:10.995Z | Downloaded convert_case v0.4.0 |
| 590 | 2026-03-03T00:17:10.995Z | Downloaded foldhash v0.1.5 |
| 591 | 2026-03-03T00:17:10.995Z | Downloaded cobs v0.3.0 |
| 592 | 2026-03-03T00:17:10.995Z | Downloaded env_filter v1.0.0 |
| 593 | 2026-03-03T00:17:10.995Z | Downloaded darling_macro v0.21.3 |
| 594 | 2026-03-03T00:17:10.995Z | Downloaded foreign-types-shared v0.3.1 |
| 595 | 2026-03-03T00:17:10.995Z | Downloaded ciborium-ll v0.2.2 |
| 596 | 2026-03-03T00:17:10.995Z | Downloaded foreign-types-macros v0.2.3 |
| 597 | 2026-03-03T00:17:10.996Z | Downloaded crc-catalog v2.4.0 |
| 598 | 2026-03-03T00:17:10.996Z | Downloaded foreign-types v0.5.0 |
| 599 | 2026-03-03T00:17:10.996Z | Downloaded cargo-platform v0.1.9 |
| 600 | 2026-03-03T00:17:10.996Z | Downloaded futures-io v0.3.32 |
| 601 | 2026-03-03T00:17:10.996Z | Downloaded difflib v0.4.0 |
| 602 | 2026-03-03T00:17:10.996Z | Downloaded futures-macro v0.3.32 |
| 603 | 2026-03-03T00:17:10.996Z | Downloaded futures-task v0.3.32 |
| 604 | 2026-03-03T00:17:10.996Z | Downloaded globwalk v0.9.1 |
| 605 | 2026-03-03T00:17:10.996Z | Downloaded chacha20 v0.9.1 |
| 606 | 2026-03-03T00:17:10.996Z | Downloaded display-error-chain v0.2.2 |
| 607 | 2026-03-03T00:17:10.996Z | Downloaded git-stub v1.0.0 |
| 608 | 2026-03-03T00:17:10.996Z | Downloaded fxhash v0.2.1 |
| 609 | 2026-03-03T00:17:10.996Z | Downloaded buf-list v1.1.2 |
| 610 | 2026-03-03T00:17:10.997Z | Downloaded headers-core v0.3.0 |
| 611 | 2026-03-03T00:17:10.997Z | Downloaded hex-literal v0.4.1 |
| 612 | 2026-03-03T00:17:10.997Z | Downloaded hostname v0.4.2 |
| 613 | 2026-03-03T00:17:10.997Z | Downloaded hostname v0.3.1 |
| 614 | 2026-03-03T00:17:10.997Z | Downloaded filetime v0.2.27 |
| 615 | 2026-03-03T00:17:10.997Z | Downloaded darling v0.23.0 |
| 616 | 2026-03-03T00:17:10.997Z | Downloaded http-range v0.1.5 |
| 617 | 2026-03-03T00:17:10.998Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-03-03T00:17:10.998Z | Downloaded indent_write v2.2.0 |
| 619 | 2026-03-03T00:17:10.998Z | Downloaded colored v2.2.0 |
| 620 | 2026-03-03T00:17:10.998Z | Downloaded inout v0.1.4 |
| 621 | 2026-03-03T00:17:10.998Z | Downloaded cancel-safe-futures v0.1.5 |
| 622 | 2026-03-03T00:17:10.998Z | Downloaded globset v0.4.18 |
| 623 | 2026-03-03T00:17:10.998Z | Downloaded fs-err v2.11.0 |
| 624 | 2026-03-03T00:17:10.998Z | Downloaded instability v0.3.11 |
| 625 | 2026-03-03T00:17:10.998Z | Downloaded glob v0.3.3 |
| 626 | 2026-03-03T00:17:10.998Z | Downloaded is_ci v1.2.0 |
| 627 | 2026-03-03T00:17:10.998Z | Downloaded instant v0.1.13 |
| 628 | 2026-03-03T00:17:10.998Z | Downloaded internet-checksum v0.2.1 |
| 629 | 2026-03-03T00:17:10.999Z | Downloaded keccak v0.1.6 |
| 630 | 2026-03-03T00:17:10.999Z | Downloaded libscf-sys v1.1.0 |
| 631 | 2026-03-03T00:17:10.999Z | Downloaded kstat-rs v0.2.4 |
| 632 | 2026-03-03T00:17:10.999Z | Downloaded futures-channel v0.3.32 |
| 633 | 2026-03-03T00:17:10.999Z | Downloaded fixedbitset v0.5.7 |
| 634 | 2026-03-03T00:17:10.999Z | Downloaded lazy_static v1.5.0 |
| 635 | 2026-03-03T00:17:10.999Z | Downloaded lalrpop-util v0.19.12 |
| 636 | 2026-03-03T00:17:10.999Z | Downloaded lru v0.12.5 |
| 637 | 2026-03-03T00:17:10.999Z | Downloaded humantime v2.3.0 |
| 638 | 2026-03-03T00:17:11.000Z | Downloaded crc-any v2.5.0 |
| 639 | 2026-03-03T00:17:11.000Z | Downloaded lru-slab v0.1.2 |
| 640 | 2026-03-03T00:17:11.000Z | Downloaded maplit v1.0.2 |
| 641 | 2026-03-03T00:17:11.000Z | Downloaded mime v0.3.17 |
| 642 | 2026-03-03T00:17:11.000Z | Downloaded drift v0.1.3 |
| 643 | 2026-03-03T00:17:11.000Z | Downloaded jobserver v0.1.34 |
| 644 | 2026-03-03T00:17:11.000Z | Downloaded ipnetwork v0.21.1 |
| 645 | 2026-03-03T00:17:11.001Z | Downloaded new_debug_unreachable v1.0.6 |
| 646 | 2026-03-03T00:17:11.001Z | Downloaded num-conv v0.2.0 |
| 647 | 2026-03-03T00:17:11.001Z | Downloaded num-iter v0.1.45 |
| 648 | 2026-03-03T00:17:11.001Z | Downloaded newline-converter v0.3.0 |
| 649 | 2026-03-03T00:17:11.001Z | Downloaded libefi-sys v0.1.0 |
| 650 | 2026-03-03T00:17:11.001Z | Downloaded crc32fast v1.5.0 |
| 651 | 2026-03-03T00:17:11.001Z | Downloaded futures v0.3.32 |
| 652 | 2026-03-03T00:17:11.001Z | Downloaded normalize-line-endings v0.3.0 |
| 653 | 2026-03-03T00:17:11.001Z | Downloaded newtype_derive v0.1.6 |
| 654 | 2026-03-03T00:17:11.001Z | Downloaded num-derive v0.4.2 |
| 655 | 2026-03-03T00:17:11.001Z | Downloaded num_enum_derive v0.5.11 |
| 656 | 2026-03-03T00:17:11.002Z | Downloaded num_threads v0.1.7 |
| 657 | 2026-03-03T00:17:11.002Z | Downloaded hickory-client v0.25.2 |
| 658 | 2026-03-03T00:17:11.002Z | Downloaded libloading v0.8.9 |
| 659 | 2026-03-03T00:17:11.002Z | Downloaded linear-map v1.2.0 |
| 660 | 2026-03-03T00:17:11.002Z | Downloaded olpc-cjson v0.1.4 |
| 661 | 2026-03-03T00:17:11.002Z | Downloaded packed_struct_codegen v0.10.1 |
| 662 | 2026-03-03T00:17:11.002Z | Downloaded parse-display v0.10.0 |
| 663 | 2026-03-03T00:17:11.003Z | Downloaded oso-derive v0.27.3 |
| 664 | 2026-03-03T00:17:11.003Z | Downloaded ingot-macros v0.1.1 |
| 665 | 2026-03-03T00:17:11.003Z | Downloaded openssl-probe v0.1.6 |
| 666 | 2026-03-03T00:17:11.003Z | Downloaded nibble_vec v0.1.0 |
| 667 | 2026-03-03T00:17:11.003Z | Downloaded native-tls v0.2.18 |
| 668 | 2026-03-03T00:17:11.003Z | Downloaded nanorand v0.7.0 |
| 669 | 2026-03-03T00:17:11.003Z | Downloaded path-slash v0.1.5 |
| 670 | 2026-03-03T00:17:11.003Z | Downloaded parse-size v1.1.0 |
| 671 | 2026-03-03T00:17:11.004Z | Downloaded num-complex v0.4.6 |
| 672 | 2026-03-03T00:17:11.004Z | Downloaded flume v0.11.1 |
| 673 | 2026-03-03T00:17:11.004Z | Downloaded pbkdf2 v0.12.2 |
| 674 | 2026-03-03T00:17:11.004Z | Downloaded phf_shared v0.12.1 |
| 675 | 2026-03-03T00:17:11.004Z | Downloaded peg-runtime v0.8.5 |
| 676 | 2026-03-03T00:17:11.004Z | Downloaded phf_shared v0.11.3 |
| 677 | 2026-03-03T00:17:11.004Z | Downloaded crossbeam-channel v0.5.15 |
| 678 | 2026-03-03T00:17:11.004Z | Downloaded pin-utils v0.1.0 |
| 679 | 2026-03-03T00:17:11.004Z | Downloaded cc v1.2.56 |
| 680 | 2026-03-03T00:17:11.004Z | Downloaded num_enum_derive v0.7.5 |
| 681 | 2026-03-03T00:17:11.005Z | Downloaded openssl-probe v0.2.1 |
| 682 | 2026-03-03T00:17:11.005Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 683 | 2026-03-03T00:17:11.017Z | Downloaded predicates-core v1.0.10 |
| 684 | 2026-03-03T00:17:11.017Z | Downloaded openssl-macros v0.1.1 |
| 685 | 2026-03-03T00:17:11.017Z | Downloaded precomputed-hash v0.1.1 |
| 686 | 2026-03-03T00:17:11.017Z | Downloaded predicates-tree v1.0.13 |
| 687 | 2026-03-03T00:17:11.017Z | Downloaded aws-lc-rs v1.16.0 |
| 688 | 2026-03-03T00:17:11.017Z | Downloaded multer v3.1.0 |
| 689 | 2026-03-03T00:17:11.017Z | Downloaded ignore v0.4.25 |
| 690 | 2026-03-03T00:17:11.017Z | Downloaded libbz2-rs-sys v0.2.2 |
| 691 | 2026-03-03T00:17:11.018Z | Downloaded progenitor-client v0.10.0 |
| 692 | 2026-03-03T00:17:11.018Z | Downloaded progenitor-client v0.11.2 |
| 693 | 2026-03-03T00:17:11.018Z | Downloaded pem-rfc7468 v0.7.0 |
| 694 | 2026-03-03T00:17:11.018Z | Downloaded psl-types v2.0.11 |
| 695 | 2026-03-03T00:17:11.018Z | Downloaded pin-project-internal v1.1.11 |
| 696 | 2026-03-03T00:17:11.018Z | Downloaded progenitor-macro v0.13.0 |
| 697 | 2026-03-03T00:17:11.018Z | Downloaded quick-error v1.2.3 |
| 698 | 2026-03-03T00:17:11.018Z | Downloaded indicatif v0.18.4 |
| 699 | 2026-03-03T00:17:11.019Z | Downloaded ppv-lite86 v0.2.21 |
| 700 | 2026-03-03T00:17:11.019Z | Downloaded pkcs8 v0.10.2 |
| 701 | 2026-03-03T00:17:11.019Z | Downloaded rand_chacha v0.3.1 |
| 702 | 2026-03-03T00:17:11.019Z | Downloaded radium v0.7.0 |
| 703 | 2026-03-03T00:17:11.019Z | Downloaded powerfmt v0.2.0 |
| 704 | 2026-03-03T00:17:11.019Z | Downloaded primeorder v0.13.6 |
| 705 | 2026-03-03T00:17:11.019Z | Downloaded heapless v0.7.17 |
| 706 | 2026-03-03T00:17:11.019Z | Downloaded progenitor v0.13.0 |
| 707 | 2026-03-03T00:17:11.020Z | Downloaded progenitor v0.11.2 |
| 708 | 2026-03-03T00:17:11.020Z | Downloaded ref-cast-impl v1.0.25 |
| 709 | 2026-03-03T00:17:11.020Z | Downloaded ref-cast v1.0.25 |
| 710 | 2026-03-03T00:17:11.020Z | Downloaded progenitor-extras v0.1.0 |
| 711 | 2026-03-03T00:17:11.020Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 712 | 2026-03-03T00:17:11.020Z | Downloaded rand_xorshift v0.4.0 |
| 713 | 2026-03-03T00:17:11.020Z | Downloaded progenitor-client v0.13.0 |
| 714 | 2026-03-03T00:17:11.020Z | Downloaded predicates v3.1.4 |
| 715 | 2026-03-03T00:17:11.020Z | Downloaded pem v3.0.6 |
| 716 | 2026-03-03T00:17:11.020Z | Downloaded rfc6979 v0.4.0 |
| 717 | 2026-03-03T00:17:11.020Z | Downloaded poly1305 v0.8.0 |
| 718 | 2026-03-03T00:17:11.020Z | Downloaded r2d2 v0.8.10 |
| 719 | 2026-03-03T00:17:11.020Z | Downloaded rustc_version v0.4.1 |
| 720 | 2026-03-03T00:17:11.020Z | Downloaded rustc-hash v2.1.1 |
| 721 | 2026-03-03T00:17:11.020Z | Downloaded recursive v0.1.1 |
| 722 | 2026-03-03T00:17:11.020Z | Downloaded rand_chacha v0.9.0 |
| 723 | 2026-03-03T00:17:11.021Z | Downloaded rustc_version v0.1.7 |
| 724 | 2026-03-03T00:17:11.021Z | Downloaded psm v0.1.30 |
| 725 | 2026-03-03T00:17:11.021Z | Downloaded parking_lot v0.12.5 |
| 726 | 2026-03-03T00:17:11.021Z | Downloaded rand_seeder v0.4.0 |
| 727 | 2026-03-03T00:17:11.021Z | Downloaded rand_core v0.10.0 |
| 728 | 2026-03-03T00:17:11.021Z | Downloaded papergrid v0.17.0 |
| 729 | 2026-03-03T00:17:11.021Z | Downloaded p256 v0.13.2 |
| 730 | 2026-03-03T00:17:11.021Z | Downloaded oso v0.27.3 |
| 731 | 2026-03-03T00:17:11.021Z | Downloaded hickory-resolver v0.25.2 |
| 732 | 2026-03-03T00:17:11.021Z | Downloaded postgres-types v0.2.12 |
| 733 | 2026-03-03T00:17:11.021Z | Downloaded derive_more-impl v2.1.1 |
| 734 | 2026-03-03T00:17:11.021Z | Downloaded proc-macro-error2 v2.0.1 |
| 735 | 2026-03-03T00:17:11.021Z | Downloaded sapling-renderdag v0.1.0 |
| 736 | 2026-03-03T00:17:11.021Z | Downloaded same-file v1.0.6 |
| 737 | 2026-03-03T00:17:11.021Z | Downloaded resolv-conf v0.7.6 |
| 738 | 2026-03-03T00:17:11.021Z | Downloaded scheduled-thread-pool v0.2.7 |
| 739 | 2026-03-03T00:17:11.021Z | Downloaded secrecy v0.10.3 |
| 740 | 2026-03-03T00:17:11.021Z | Downloaded serde_bytes v0.11.19 |
| 741 | 2026-03-03T00:17:11.021Z | Downloaded openssl-sys v0.9.111 |
| 742 | 2026-03-03T00:17:11.021Z | Downloaded scroll_derive v0.13.1 |
| 743 | 2026-03-03T00:17:11.021Z | Downloaded serde_urlencoded v0.7.1 |
| 744 | 2026-03-03T00:17:11.021Z | Downloaded serde_spanned v1.0.4 |
| 745 | 2026-03-03T00:17:11.021Z | Downloaded rustls-pemfile v2.2.0 |
| 746 | 2026-03-03T00:17:11.021Z | Downloaded progenitor v0.10.0 |
| 747 | 2026-03-03T00:17:11.021Z | Downloaded serde-big-array v0.5.1 |
| 748 | 2026-03-03T00:17:11.021Z | Downloaded prefix-trie v0.7.0 |
| 749 | 2026-03-03T00:17:11.022Z | Downloaded progenitor-impl v0.11.2 |
| 750 | 2026-03-03T00:17:11.022Z | Downloaded peg v0.8.5 |
| 751 | 2026-03-03T00:17:11.022Z | Downloaded siphasher v1.0.2 |
| 752 | 2026-03-03T00:17:11.022Z | Downloaded serde_repr v0.1.20 |
| 753 | 2026-03-03T00:17:11.022Z | Downloaded scroll v0.13.0 |
| 754 | 2026-03-03T00:17:11.022Z | Downloaded progenitor-impl v0.13.0 |
| 755 | 2026-03-03T00:17:11.022Z | Downloaded jiff-static v0.2.21 |
| 756 | 2026-03-03T00:17:11.022Z | Downloaded quinn-udp v0.5.14 |
| 757 | 2026-03-03T00:17:11.022Z | Downloaded pin-project v1.1.11 |
| 758 | 2026-03-03T00:17:11.022Z | Downloaded slog-bunyan v2.5.0 |
| 759 | 2026-03-03T00:17:11.022Z | Downloaded sigpipe v0.1.3 |
| 760 | 2026-03-03T00:17:11.022Z | Downloaded sec1 v0.7.3 |
| 761 | 2026-03-03T00:17:11.022Z | Downloaded slog-envlogger v2.2.0 |
| 762 | 2026-03-03T00:17:11.023Z | Downloaded http v1.4.0 |
| 763 | 2026-03-03T00:17:11.023Z | Downloaded serde_derive_internals v0.29.1 |
| 764 | 2026-03-03T00:17:11.023Z | Downloaded rustls-native-certs v0.8.3 |
| 765 | 2026-03-03T00:17:11.023Z | Downloaded rusty-fork v0.3.1 |
| 766 | 2026-03-03T00:17:11.024Z | Downloaded rustversion v1.0.22 |
| 767 | 2026-03-03T00:17:11.024Z | Downloaded russh-keys v0.45.0 |
| 768 | 2026-03-03T00:17:11.024Z | Downloaded postcard v1.1.3 |
| 769 | 2026-03-03T00:17:11.024Z | Downloaded rustls-pki-types v1.14.0 |
| 770 | 2026-03-03T00:17:11.024Z | Downloaded headers v0.4.1 |
| 771 | 2026-03-03T00:17:11.024Z | Downloaded schemars_derive v0.8.22 |
| 772 | 2026-03-03T00:17:11.024Z | Downloaded rcgen v0.12.1 |
| 773 | 2026-03-03T00:17:11.024Z | Downloaded shlex v1.3.0 |
| 774 | 2026-03-03T00:17:11.025Z | Downloaded progenitor-impl v0.10.0 |
| 775 | 2026-03-03T00:17:11.025Z | Downloaded num-bigint v0.4.6 |
| 776 | 2026-03-03T00:17:11.025Z | Downloaded sqlparser_derive v0.5.0 |
| 777 | 2026-03-03T00:17:11.025Z | Downloaded serde_path_to_error v0.1.20 |
| 778 | 2026-03-03T00:17:11.025Z | Downloaded crossterm v0.28.1 |
| 779 | 2026-03-03T00:17:11.025Z | Downloaded sct v0.7.1 |
| 780 | 2026-03-03T00:17:11.025Z | Downloaded ssh-encoding v0.2.0 |
| 781 | 2026-03-03T00:17:11.025Z | Downloaded structmeta v0.3.0 |
| 782 | 2026-03-03T00:17:11.025Z | Downloaded subtle v2.6.1 |
| 783 | 2026-03-03T00:17:11.051Z | Downloaded slog-async v2.8.0 |
| 784 | 2026-03-03T00:17:11.051Z | Downloaded strip-ansi-escapes v0.2.1 |
| 785 | 2026-03-03T00:17:11.051Z | Downloaded slab v0.4.12 |
| 786 | 2026-03-03T00:17:11.052Z | Downloaded structmeta-derive v0.3.0 |
| 787 | 2026-03-03T00:17:11.052Z | Downloaded signal-hook-registry v1.4.8 |
| 788 | 2026-03-03T00:17:11.052Z | Downloaded slog-scope v4.4.1 |
| 789 | 2026-03-03T00:17:11.052Z | Downloaded serde_cbor v0.11.2 |
| 790 | 2026-03-03T00:17:11.052Z | Downloaded slog-stdlog v4.1.1 |
| 791 | 2026-03-03T00:17:11.052Z | Downloaded slog-json v2.6.1 |
| 792 | 2026-03-03T00:17:11.052Z | Downloaded strum v0.27.2 |
| 793 | 2026-03-03T00:17:11.052Z | Downloaded sqlformat v0.3.5 |
| 794 | 2026-03-03T00:17:11.052Z | Downloaded sync-ptr v0.1.4 |
| 795 | 2026-03-03T00:17:11.053Z | Downloaded supports-color v3.0.2 |
| 796 | 2026-03-03T00:17:11.053Z | Downloaded tabwriter v1.4.1 |
| 797 | 2026-03-03T00:17:11.053Z | Downloaded take_mut v0.2.2 |
| 798 | 2026-03-03T00:17:11.053Z | Downloaded spki v0.7.3 |
| 799 | 2026-03-03T00:17:11.053Z | Downloaded simd-adler32 v0.3.8 |
| 800 | 2026-03-03T00:17:11.053Z | Downloaded prettyplease v0.2.37 |
| 801 | 2026-03-03T00:17:11.053Z | Downloaded smallvec v0.6.14 |
| 802 | 2026-03-03T00:17:11.053Z | Downloaded serde_with_macros v3.17.0 |
| 803 | 2026-03-03T00:17:11.054Z | Downloaded testing_table v0.3.0 |
| 804 | 2026-03-03T00:17:11.054Z | Downloaded termtree v0.5.1 |
| 805 | 2026-03-03T00:17:11.054Z | Downloaded tap v1.0.1 |
| 806 | 2026-03-03T00:17:11.054Z | Downloaded rayon-core v1.13.0 |
| 807 | 2026-03-03T00:17:11.054Z | Downloaded pretty_assertions v1.4.1 |
| 808 | 2026-03-03T00:17:11.054Z | Downloaded thread-id v5.1.0 |
| 809 | 2026-03-03T00:17:11.054Z | Downloaded qorb v0.4.1 |
| 810 | 2026-03-03T00:17:11.054Z | Downloaded tinyvec_macros v0.1.1 |
| 811 | 2026-03-03T00:17:11.054Z | Downloaded quinn v0.11.9 |
| 812 | 2026-03-03T00:17:11.054Z | Downloaded time-core v0.1.8 |
| 813 | 2026-03-03T00:17:11.054Z | Downloaded serde-hex v0.1.0 |
| 814 | 2026-03-03T00:17:11.055Z | Downloaded crossterm v0.29.0 |
| 815 | 2026-03-03T00:17:11.055Z | Downloaded strum_macros v0.26.4 |
| 816 | 2026-03-03T00:17:11.055Z | Downloaded stringprep v0.1.5 |
| 817 | 2026-03-03T00:17:11.055Z | Downloaded string_cache v0.8.9 |
| 818 | 2026-03-03T00:17:11.055Z | Downloaded support-bundle-viewer v0.1.2 |
| 819 | 2026-03-03T00:17:11.055Z | Downloaded minimal-lexical v0.2.1 |
| 820 | 2026-03-03T00:17:11.055Z | Downloaded stacker v0.1.23 |
| 821 | 2026-03-03T00:17:11.055Z | Downloaded tagptr v0.2.0 |
| 822 | 2026-03-03T00:17:11.055Z | Downloaded spin v0.9.8 |
| 823 | 2026-03-03T00:17:11.055Z | Downloaded iddqd v0.3.17 |
| 824 | 2026-03-03T00:17:11.055Z | Downloaded rustls-platform-verifier v0.6.2 |
| 825 | 2026-03-03T00:17:11.055Z | Downloaded tabled_derive v0.11.0 |
| 826 | 2026-03-03T00:17:11.055Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 827 | 2026-03-03T00:17:11.055Z | Downloaded thiserror-no-std v2.0.2 |
| 828 | 2026-03-03T00:17:11.055Z | Downloaded serde_yaml v0.9.34+deprecated |
| 829 | 2026-03-03T00:17:11.055Z | Downloaded schemars v0.8.22 |
| 830 | 2026-03-03T00:17:11.055Z | Downloaded try-lock v0.2.5 |
| 831 | 2026-03-03T00:17:11.055Z | Downloaded topological-sort v0.2.2 |
| 832 | 2026-03-03T00:17:11.055Z | Downloaded trait-variant v0.1.2 |
| 833 | 2026-03-03T00:17:11.055Z | Downloaded thread_local v1.1.9 |
| 834 | 2026-03-03T00:17:11.055Z | Downloaded tower-service v0.3.3 |
| 835 | 2026-03-03T00:17:11.055Z | Downloaded strum_macros v0.27.2 |
| 836 | 2026-03-03T00:17:11.055Z | Downloaded tower-layer v0.3.3 |
| 837 | 2026-03-03T00:17:11.055Z | Downloaded tokio-macros v2.6.0 |
| 838 | 2026-03-03T00:17:11.056Z | Downloaded slog v2.8.2 |
| 839 | 2026-03-03T00:17:11.056Z | Downloaded unarray v0.1.4 |
| 840 | 2026-03-03T00:17:11.056Z | Downloaded typify-macro v0.6.1 |
| 841 | 2026-03-03T00:17:11.056Z | Downloaded typify-macro v0.4.3 |
| 842 | 2026-03-03T00:17:11.056Z | Downloaded tokio-rustls v0.25.0 |
| 843 | 2026-03-03T00:17:11.056Z | Downloaded tokio-native-tls v0.3.1 |
| 844 | 2026-03-03T00:17:11.056Z | Downloaded socket2 v0.5.10 |
| 845 | 2026-03-03T00:17:11.056Z | Downloaded tls_codec v0.4.2 |
| 846 | 2026-03-03T00:17:11.056Z | Downloaded rand v0.8.5 |
| 847 | 2026-03-03T00:17:11.056Z | Downloaded untrusted v0.7.1 |
| 848 | 2026-03-03T00:17:11.056Z | Downloaded unit-prefix v0.5.2 |
| 849 | 2026-03-03T00:17:11.056Z | Downloaded unicode-truncate v1.1.0 |
| 850 | 2026-03-03T00:17:11.056Z | Downloaded tokio-dtrace v0.1.1 |
| 851 | 2026-03-03T00:17:11.056Z | Downloaded static_assertions v1.1.0 |
| 852 | 2026-03-03T00:17:11.056Z | Downloaded itertools v0.14.0 |
| 853 | 2026-03-03T00:17:11.056Z | Downloaded tokio-tungstenite v0.23.1 |
| 854 | 2026-03-03T00:17:11.056Z | Downloaded mio v1.1.1 |
| 855 | 2026-03-03T00:17:11.056Z | Downloaded utf-8 v0.7.6 |
| 856 | 2026-03-03T00:17:11.056Z | Downloaded usdt v0.6.0 |
| 857 | 2026-03-03T00:17:11.056Z | Downloaded strum_macros v0.24.3 |
| 858 | 2026-03-03T00:17:11.056Z | Downloaded hkdf v0.12.4 |
| 859 | 2026-03-03T00:17:11.056Z | Downloaded similar v2.7.0 |
| 860 | 2026-03-03T00:17:11.056Z | Downloaded untrusted v0.9.0 |
| 861 | 2026-03-03T00:17:11.056Z | Downloaded universal-hash v0.5.1 |
| 862 | 2026-03-03T00:17:11.056Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 863 | 2026-03-03T00:17:11.057Z | Downloaded ryu v1.0.23 |
| 864 | 2026-03-03T00:17:11.057Z | Downloaded wait-timeout v0.2.1 |
| 865 | 2026-03-03T00:17:11.057Z | Downloaded void v1.0.2 |
| 866 | 2026-03-03T00:17:11.057Z | Downloaded schemars v0.9.0 |
| 867 | 2026-03-03T00:17:11.057Z | Downloaded usdt-attr-macro v0.6.0 |
| 868 | 2026-03-03T00:17:11.057Z | Downloaded tui-tree-widget v0.23.1 |
| 869 | 2026-03-03T00:17:11.057Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 870 | 2026-03-03T00:17:11.057Z | Downloaded itertools v0.12.1 |
| 871 | 2026-03-03T00:17:11.057Z | Downloaded unicase v2.9.0 |
| 872 | 2026-03-03T00:17:11.057Z | Downloaded tokio-tungstenite v0.21.0 |
| 873 | 2026-03-03T00:17:11.057Z | Downloaded itertools v0.13.0 |
| 874 | 2026-03-03T00:17:11.057Z | Downloaded tokio-rustls v0.24.1 |
| 875 | 2026-03-03T00:17:11.057Z | Downloaded socket2 v0.6.2 |
| 876 | 2026-03-03T00:17:11.057Z | Downloaded snafu v0.8.9 |
| 877 | 2026-03-03T00:17:11.057Z | Downloaded want v0.3.1 |
| 878 | 2026-03-03T00:17:11.057Z | Downloaded waitgroup v0.1.2 |
| 879 | 2026-03-03T00:17:11.057Z | Downloaded test-strategy v0.4.5 |
| 880 | 2026-03-03T00:17:11.057Z | Downloaded xshell-macros v0.2.7 |
| 881 | 2026-03-03T00:17:11.057Z | Downloaded xattr v1.6.1 |
| 882 | 2026-03-03T00:17:11.057Z | Downloaded tokio-stream v0.1.18 |
| 883 | 2026-03-03T00:17:11.073Z | Downloaded samael v0.0.19 |
| 884 | 2026-03-03T00:17:11.073Z | Downloaded vergen-lib v0.1.6 |
| 885 | 2026-03-03T00:17:11.073Z | Downloaded subprocess v0.2.15 |
| 886 | 2026-03-03T00:17:11.073Z | Downloaded zone v0.3.1 |
| 887 | 2026-03-03T00:17:11.073Z | Downloaded rustls-webpki v0.103.9 |
| 888 | 2026-03-03T00:17:11.073Z | Downloaded tar v0.4.44 |
| 889 | 2026-03-03T00:17:11.073Z | Downloaded rsa v0.9.10 |
| 890 | 2026-03-03T00:17:11.073Z | Downloaded schemars v1.2.1 |
| 891 | 2026-03-03T00:17:11.073Z | Downloaded zeroize_derive v1.4.3 |
| 892 | 2026-03-03T00:17:11.074Z | Downloaded whoami v2.1.0 |
| 893 | 2026-03-03T00:17:11.074Z | Downloaded uzers v0.12.2 |
| 894 | 2026-03-03T00:17:11.074Z | Downloaded vergen-git2 v1.0.7 |
| 895 | 2026-03-03T00:17:11.074Z | Downloaded whoami v1.6.1 |
| 896 | 2026-03-03T00:17:11.074Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 897 | 2026-03-03T00:17:11.074Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 898 | 2026-03-03T00:17:11.074Z | Downloaded futures-util v0.3.32 |
| 899 | 2026-03-03T00:17:11.074Z | Downloaded xshell v0.2.7 |
| 900 | 2026-03-03T00:17:11.074Z | Downloaded rand v0.10.0 |
| 901 | 2026-03-03T00:17:11.074Z | Downloaded tokio-rustls v0.26.4 |
| 902 | 2026-03-03T00:17:11.074Z | Downloaded vergen-gitcl v1.0.8 |
| 903 | 2026-03-03T00:17:11.074Z | Downloaded zeroize v1.8.2 |
| 904 | 2026-03-03T00:17:11.075Z | Downloaded blake3 v1.8.3 |
| 905 | 2026-03-03T00:17:11.079Z | Downloaded zstd v0.13.3 |
| 906 | 2026-03-03T00:17:11.080Z | Downloaded typify v0.4.3 |
| 907 | 2026-03-03T00:17:11.080Z | Downloaded tungstenite v0.23.0 |
| 908 | 2026-03-03T00:17:11.080Z | Downloaded unicode-properties v0.1.4 |
| 909 | 2026-03-03T00:17:11.080Z | Downloaded steno v0.4.1 |
| 910 | 2026-03-03T00:17:11.084Z | Downloaded zstd-safe v7.2.4 |
| 911 | 2026-03-03T00:17:11.088Z | Downloaded vergen v9.0.6 |
| 912 | 2026-03-03T00:17:11.088Z | Downloaded zone_cfg_derive v0.3.1 |
| 913 | 2026-03-03T00:17:11.089Z | Downloaded xz2 v0.1.7 |
| 914 | 2026-03-03T00:17:11.094Z | Downloaded uuid v1.21.0 |
| 915 | 2026-03-03T00:17:11.094Z | Downloaded unsafe-libyaml v0.2.11 |
| 916 | 2026-03-03T00:17:11.099Z | Downloaded typify v0.6.1 |
| 917 | 2026-03-03T00:17:11.103Z | Downloaded bitvec v1.0.1 |
| 918 | 2026-03-03T00:17:11.121Z | Downloaded zerocopy v0.6.6 |
| 919 | 2026-03-03T00:17:11.135Z | Downloaded unicode-bidi v0.3.18 |
| 920 | 2026-03-03T00:17:11.135Z | Downloaded rustyline v14.0.0 |
| 921 | 2026-03-03T00:17:11.135Z | Downloaded yasna v0.5.2 |
| 922 | 2026-03-03T00:17:11.136Z | Downloaded vte v0.14.1 |
| 923 | 2026-03-03T00:17:11.154Z | Downloaded ron v0.12.0 |
| 924 | 2026-03-03T00:17:11.154Z | Downloaded p384 v0.13.1 |
| 925 | 2026-03-03T00:17:11.154Z | Downloaded toml_edit v0.19.15 |
| 926 | 2026-03-03T00:17:11.174Z | Downloaded tokio-postgres v0.7.16 |
| 927 | 2026-03-03T00:17:11.174Z | Downloaded bindgen v0.71.1 |
| 928 | 2026-03-03T00:17:11.183Z | Downloaded zopfli v0.8.3 |
| 929 | 2026-03-03T00:17:11.184Z | Downloaded libm v0.2.16 |
| 930 | 2026-03-03T00:17:11.193Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 931 | 2026-03-03T00:17:11.193Z | Downloaded rpassword v7.4.0 |
| 932 | 2026-03-03T00:17:11.193Z | Downloaded reedline v0.40.0 |
| 933 | 2026-03-03T00:17:11.207Z | Downloaded chrono v0.4.44 |
| 934 | 2026-03-03T00:17:11.219Z | Downloaded regex v1.12.3 |
| 935 | 2026-03-03T00:17:11.220Z | Downloaded zip v0.6.6 |
| 936 | 2026-03-03T00:17:11.220Z | Downloaded yansi v1.0.1 |
| 937 | 2026-03-03T00:17:11.229Z | Downloaded ssh-key v0.6.7 |
| 938 | 2026-03-03T00:17:11.236Z | Downloaded lalrpop v0.19.12 |
| 939 | 2026-03-03T00:17:11.287Z | Downloaded goblin v0.10.5 |
| 940 | 2026-03-03T00:17:11.295Z | Downloaded tower v0.5.3 |
| 941 | 2026-03-03T00:17:11.295Z | Downloaded reqwest v0.12.28 |
| 942 | 2026-03-03T00:17:11.296Z | Downloaded portable-atomic v1.13.1 |
| 943 | 2026-03-03T00:17:11.296Z | Downloaded x509-cert v0.2.5 |
| 944 | 2026-03-03T00:17:11.296Z | Downloaded unicode_categories v0.1.1 |
| 945 | 2026-03-03T00:17:11.296Z | Downloaded reqwest v0.13.2 |
| 946 | 2026-03-03T00:17:11.296Z | Downloaded zerocopy-derive v0.8.40 |
| 947 | 2026-03-03T00:17:11.296Z | Downloaded typed-path v0.9.3 |
| 948 | 2026-03-03T00:17:11.302Z | Downloaded rustls-webpki v0.102.8 |
| 949 | 2026-03-03T00:17:11.320Z | Downloaded tough v0.20.0 |
| 950 | 2026-03-03T00:17:11.327Z | Downloaded zip v4.6.1 |
| 951 | 2026-03-03T00:17:11.334Z | Downloaded unicode-segmentation v1.12.0 |
| 952 | 2026-03-03T00:17:11.335Z | Downloaded unicode-normalization v0.1.25 |
| 953 | 2026-03-03T00:17:11.335Z | Downloaded tokio-util v0.7.18 |
| 954 | 2026-03-03T00:17:11.341Z | Downloaded tower-http v0.6.8 |
| 955 | 2026-03-03T00:17:11.348Z | Downloaded quick-xml v0.37.5 |
| 956 | 2026-03-03T00:17:11.355Z | Downloaded nix v0.27.1 |
| 957 | 2026-03-03T00:17:11.369Z | Downloaded moka v0.12.13 |
| 958 | 2026-03-03T00:17:11.377Z | Downloaded radix_trie v0.2.1 |
| 959 | 2026-03-03T00:17:11.386Z | Downloaded object v0.30.4 |
| 960 | 2026-03-03T00:17:11.407Z | Downloaded winnow v0.6.26 |
| 961 | 2026-03-03T00:17:11.429Z | Downloaded quinn-proto v0.11.13 |
| 962 | 2026-03-03T00:17:11.429Z | Downloaded winnow v0.5.40 |
| 963 | 2026-03-03T00:17:11.429Z | Downloaded nix v0.29.0 |
| 964 | 2026-03-03T00:17:11.437Z | Downloaded petname v2.0.2 |
| 965 | 2026-03-03T00:17:11.438Z | Downloaded nix v0.28.0 |
| 966 | 2026-03-03T00:17:11.458Z | Downloaded time v0.3.47 |
| 967 | 2026-03-03T00:17:11.489Z | Downloaded nix v0.30.1 |
| 968 | 2026-03-03T00:17:11.489Z | Downloaded tabled v0.20.0 |
| 969 | 2026-03-03T00:17:11.508Z | Downloaded vcpkg v0.2.15 |
| 970 | 2026-03-03T00:17:11.536Z | Downloaded webpki-roots v1.0.6 |
| 971 | 2026-03-03T00:17:11.543Z | Downloaded rustls v0.21.12 |
| 972 | 2026-03-03T00:17:11.543Z | Downloaded dropshot v0.16.7 |
| 973 | 2026-03-03T00:17:11.558Z | Downloaded diesel v2.2.12 |
| 974 | 2026-03-03T00:17:11.595Z | Downloaded zlib-rs v0.6.2 |
| 975 | 2026-03-03T00:17:11.612Z | Downloaded hickory-proto v0.24.4 |
| 976 | 2026-03-03T00:17:11.612Z | Downloaded zerocopy v0.8.40 |
| 977 | 2026-03-03T00:17:11.612Z | Downloaded smoltcp v0.11.0 |
| 978 | 2026-03-03T00:17:11.628Z | Downloaded hickory-proto v0.25.2 |
| 979 | 2026-03-03T00:17:11.633Z | Downloaded rustix v0.38.44 |
| 980 | 2026-03-03T00:17:11.657Z | Downloaded regress v0.10.5 |
| 981 | 2026-03-03T00:17:11.668Z | Downloaded openapiv3 v2.2.0 |
| 982 | 2026-03-03T00:17:11.668Z | Downloaded rustls v0.23.37 |
| 983 | 2026-03-03T00:17:11.681Z | Downloaded sqlparser v0.61.0 |
| 984 | 2026-03-03T00:17:11.706Z | Downloaded rustls v0.22.4 |
| 985 | 2026-03-03T00:17:11.712Z | Downloaded regex-syntax v0.8.10 |
| 986 | 2026-03-03T00:17:11.712Z | Downloaded object v0.37.3 |
| 987 | 2026-03-03T00:17:11.719Z | Downloaded polar-core v0.27.3 |
| 988 | 2026-03-03T00:17:11.731Z | Downloaded nix v0.31.1 |
| 989 | 2026-03-03T00:17:11.737Z | Downloaded typify-impl v0.6.1 |
| 990 | 2026-03-03T00:17:11.751Z | Downloaded ratatui v0.29.0 |
| 991 | 2026-03-03T00:17:11.768Z | Downloaded tracing v0.1.44 |
| 992 | 2026-03-03T00:17:11.788Z | Downloaded typify-impl v0.4.3 |
| 993 | 2026-03-03T00:17:11.801Z | Downloaded sled v0.34.7 |
| 994 | 2026-03-03T00:17:11.815Z | Downloaded smoltcp v0.9.1 |
| 995 | 2026-03-03T00:17:11.826Z | Downloaded regex-automata v0.4.14 |
| 996 | 2026-03-03T00:17:11.835Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 997 | 2026-03-03T00:17:11.850Z | Downloaded csv v1.4.0 |
| 998 | 2026-03-03T00:17:11.865Z | Downloaded zerocopy-derive v0.6.6 |
| 999 | 2026-03-03T00:17:11.872Z | Downloaded chrono-tz v0.10.4 |
| 1000 | 2026-03-03T00:17:11.889Z | Downloaded jiff v0.2.21 |
| 1001 | 2026-03-03T00:17:11.905Z | Downloaded petgraph v0.6.5 |
| 1002 | 2026-03-03T00:17:11.922Z | Downloaded lzma-sys v0.1.20 |
| 1003 | 2026-03-03T00:17:11.946Z | Downloaded regex-syntax v0.6.29 |
| 1004 | 2026-03-03T00:17:11.956Z | Downloaded bstr v1.12.1 |
| 1005 | 2026-03-03T00:17:11.965Z | Downloaded openssl v0.10.75 |
| 1006 | 2026-03-03T00:17:11.975Z | Downloaded curve25519-dalek v4.1.3 |
| 1007 | 2026-03-03T00:17:11.982Z | Downloaded proptest v1.10.0 |
| 1008 | 2026-03-03T00:17:11.990Z | Downloaded serde_with v3.17.0 |
| 1009 | 2026-03-03T00:17:11.998Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1010 | 2026-03-03T00:17:12.012Z | Downloaded petgraph v0.8.3 |
| 1011 | 2026-03-03T00:17:12.031Z | Downloaded libz-sys v1.1.24 |
| 1012 | 2026-03-03T00:17:12.051Z | Downloaded sha3 v0.10.8 |
| 1013 | 2026-03-03T00:17:12.058Z | Downloaded rayon v1.11.0 |
| 1014 | 2026-03-03T00:17:12.063Z | Downloaded rustls-webpki v0.101.7 |
| 1015 | 2026-03-03T00:17:12.077Z | Downloaded git2 v0.20.4 |
| 1016 | 2026-03-03T00:17:12.083Z | Downloaded salty v0.3.0 |
| 1017 | 2026-03-03T00:17:12.090Z | Downloaded tokio v1.49.0 |
| 1018 | 2026-03-03T00:17:12.126Z | Downloaded russh v0.45.0 |
| 1019 | 2026-03-03T00:17:12.134Z | Downloaded wyz v0.5.1 |
| 1020 | 2026-03-03T00:17:12.134Z | Downloaded tungstenite v0.21.0 |
| 1021 | 2026-03-03T00:17:12.141Z | Downloaded tracing-core v0.1.36 |
| 1022 | 2026-03-03T00:17:12.141Z | Downloaded tinyvec v1.10.0 |
| 1023 | 2026-03-03T00:17:12.141Z | Downloaded rand v0.9.2 |
| 1024 | 2026-03-03T00:17:12.157Z | Downloaded hyper v1.8.1 |
| 1025 | 2026-03-03T00:17:12.158Z | Downloaded walkdir v2.5.0 |
| 1026 | 2026-03-03T00:17:12.158Z | Downloaded vsss-rs v3.3.4 |
| 1027 | 2026-03-03T00:17:12.158Z | Downloaded usdt-macro v0.6.0 |
| 1028 | 2026-03-03T00:17:12.158Z | Downloaded usdt-impl v0.6.0 |
| 1029 | 2026-03-03T00:17:12.158Z | Downloaded twox-hash v2.1.2 |
| 1030 | 2026-03-03T00:17:12.158Z | Downloaded tracing-attributes v0.1.31 |
| 1031 | 2026-03-03T00:17:12.164Z | Downloaded toml v0.7.8 |
| 1032 | 2026-03-03T00:17:12.164Z | Downloaded term v1.2.1 |
| 1033 | 2026-03-03T00:17:12.179Z | Downloaded term v0.7.0 |
| 1034 | 2026-03-03T00:17:12.179Z | Downloaded p521 v0.13.3 |
| 1035 | 2026-03-03T00:17:12.179Z | Downloaded h2 v0.4.13 |
| 1036 | 2026-03-03T00:17:12.184Z | Downloaded nom v7.1.3 |
| 1037 | 2026-03-03T00:17:12.184Z | Downloaded iri-string v0.7.10 |
| 1038 | 2026-03-03T00:17:12.189Z | Downloaded tls_codec_derive v0.4.2 |
| 1039 | 2026-03-03T00:17:12.196Z | Downloaded encoding_rs v0.8.35 |
| 1040 | 2026-03-03T00:17:12.209Z | Downloaded tiny-keccak v2.0.2 |
| 1041 | 2026-03-03T00:17:12.214Z | Downloaded time-macros v0.2.27 |
| 1042 | 2026-03-03T00:17:12.214Z | Downloaded ron v0.8.1 |
| 1043 | 2026-03-03T00:17:12.221Z | Downloaded termios v0.3.3 |
| 1044 | 2026-03-03T00:17:12.228Z | Downloaded slog-term v2.9.2 |
| 1045 | 2026-03-03T00:17:12.228Z | Downloaded publicsuffix v2.3.0 |
| 1046 | 2026-03-03T00:17:12.228Z | Downloaded num-bigint-dig v0.8.6 |
| 1047 | 2026-03-03T00:17:12.233Z | Downloaded libxml v0.3.3 |
| 1048 | 2026-03-03T00:17:12.233Z | Downloaded hashbrown v0.15.5 |
| 1049 | 2026-03-03T00:17:12.245Z | Downloaded itertools v0.10.5 |
| 1050 | 2026-03-03T00:17:12.250Z | Downloaded signal-hook v0.3.18 |
| 1051 | 2026-03-03T00:17:12.250Z | Downloaded sync_wrapper v1.0.2 |
| 1052 | 2026-03-03T00:17:12.250Z | Downloaded smf v0.2.3 |
| 1053 | 2026-03-03T00:17:12.250Z | Downloaded strum v0.26.3 |
| 1054 | 2026-03-03T00:17:12.251Z | Downloaded snafu-derive v0.8.9 |
| 1055 | 2026-03-03T00:17:12.256Z | Downloaded slog-dtrace v0.3.0 |
| 1056 | 2026-03-03T00:17:12.256Z | Downloaded hickory-server v0.25.2 |
| 1057 | 2026-03-03T00:17:12.256Z | Downloaded ssh-cipher v0.2.0 |
| 1058 | 2026-03-03T00:17:12.261Z | Downloaded signature v2.2.0 |
| 1059 | 2026-03-03T00:17:12.261Z | Downloaded signal-hook-tokio v0.3.1 |
| 1060 | 2026-03-03T00:17:12.261Z | Downloaded signal-hook-mio v0.2.5 |
| 1061 | 2026-03-03T00:17:12.261Z | Downloaded sha1 v0.10.6 |
| 1062 | 2026-03-03T00:17:12.267Z | Downloaded rustls-pemfile v1.0.4 |
| 1063 | 2026-03-03T00:17:12.267Z | Downloaded hickory-resolver v0.24.4 |
| 1064 | 2026-03-03T00:17:12.267Z | Downloaded hyper-util v0.1.20 |
| 1065 | 2026-03-03T00:17:12.273Z | Downloaded ring v0.17.14 |
| 1066 | 2026-03-03T00:17:12.310Z | Downloaded serde_plain v1.0.2 |
| 1067 | 2026-03-03T00:17:12.315Z | Downloaded semver v0.1.20 |
| 1068 | 2026-03-03T00:17:12.315Z | Downloaded scrypt v0.11.0 |
| 1069 | 2026-03-03T00:17:12.315Z | Downloaded shell-words v1.1.1 |
| 1070 | 2026-03-03T00:17:12.315Z | Downloaded seq-macro v0.3.6 |
| 1071 | 2026-03-03T00:17:12.316Z | Downloaded hashbrown v0.13.2 |
| 1072 | 2026-03-03T00:17:12.321Z | Downloaded hashbrown v0.12.3 |
| 1073 | 2026-03-03T00:17:12.327Z | Downloaded flate2 v1.1.9 |
| 1074 | 2026-03-03T00:17:12.327Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1075 | 2026-03-03T00:17:12.376Z | Downloaded derive_more v2.1.1 |
| 1076 | 2026-03-03T00:17:12.386Z | Downloaded scopeguard v1.2.0 |
| 1077 | 2026-03-03T00:17:12.390Z | Downloaded rand_core v0.9.5 |
| 1078 | 2026-03-03T00:17:12.391Z | Downloaded rand_core v0.6.4 |
| 1079 | 2026-03-03T00:17:12.391Z | Downloaded ed25519-dalek v2.2.0 |
| 1080 | 2026-03-03T00:17:12.397Z | Downloaded secrecy v0.8.0 |
| 1081 | 2026-03-03T00:17:12.397Z | Downloaded salsa20 v0.10.2 |
| 1082 | 2026-03-03T00:17:12.397Z | Downloaded miniz_oxide v0.8.9 |
| 1083 | 2026-03-03T00:17:12.397Z | Downloaded russh-cryptovec v0.7.3 |
| 1084 | 2026-03-03T00:17:12.401Z | Downloaded rtoolbox v0.0.3 |
| 1085 | 2026-03-03T00:17:12.401Z | Downloaded pkcs5 v0.7.1 |
| 1086 | 2026-03-03T00:17:12.406Z | Downloaded pkcs1 v0.7.5 |
| 1087 | 2026-03-03T00:17:12.406Z | Downloaded omicron-zone-package v0.12.2 |
| 1088 | 2026-03-03T00:17:12.410Z | Downloaded dropshot-api-manager v0.5.2 |
| 1089 | 2026-03-03T00:17:12.410Z | Downloaded der v0.7.10 |
| 1090 | 2026-03-03T00:17:12.415Z | Downloaded owo-colors v4.3.0 |
| 1091 | 2026-03-03T00:17:12.419Z | Downloaded parking_lot_core v0.9.12 |
| 1092 | 2026-03-03T00:17:12.419Z | Downloaded litrs v1.0.0 |
| 1093 | 2026-03-03T00:17:12.425Z | Downloaded polyval v0.6.2 |
| 1094 | 2026-03-03T00:17:12.425Z | Downloaded pkg-config v0.3.32 |
| 1095 | 2026-03-03T00:17:12.425Z | Downloaded parking_lot v0.11.2 |
| 1096 | 2026-03-03T00:17:12.425Z | Downloaded postgres-protocol v0.6.10 |
| 1097 | 2026-03-03T00:17:12.431Z | Downloaded phf_shared v0.13.1 |
| 1098 | 2026-03-03T00:17:12.431Z | Downloaded phf v0.13.1 |
| 1099 | 2026-03-03T00:17:12.431Z | Downloaded phf v0.12.1 |
| 1100 | 2026-03-03T00:17:12.431Z | Downloaded progenitor-macro v0.11.2 |
| 1101 | 2026-03-03T00:17:12.436Z | Downloaded progenitor-macro v0.10.0 |
| 1102 | 2026-03-03T00:17:12.437Z | Downloaded pin-project-lite v0.2.17 |
| 1103 | 2026-03-03T00:17:12.437Z | Downloaded paste v1.0.15 |
| 1104 | 2026-03-03T00:17:12.443Z | Downloaded password-hash v0.5.0 |
| 1105 | 2026-03-03T00:17:12.443Z | Downloaded crypto-bigint v0.5.5 |
| 1106 | 2026-03-03T00:17:12.448Z | Downloaded chacha20poly1305 v0.10.1 |
| 1107 | 2026-03-03T00:17:12.448Z | Downloaded peg-macros v0.8.5 |
| 1108 | 2026-03-03T00:17:12.452Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1109 | 2026-03-03T00:17:12.453Z | Downloaded proc-macro-crate v3.4.0 |
| 1110 | 2026-03-03T00:17:12.453Z | Downloaded proc-macro-crate v1.3.1 |
| 1111 | 2026-03-03T00:17:12.453Z | Downloaded parse-display-derive v0.10.0 |
| 1112 | 2026-03-03T00:17:12.458Z | Downloaded parking_lot_core v0.8.6 |
| 1113 | 2026-03-03T00:17:12.458Z | Downloaded diesel_derives v2.2.7 |
| 1114 | 2026-03-03T00:17:12.462Z | Downloaded password-hash v0.4.2 |
| 1115 | 2026-03-03T00:17:12.462Z | Downloaded heapless v0.8.0 |
| 1116 | 2026-03-03T00:17:12.467Z | Downloaded half v2.7.1 |
| 1117 | 2026-03-03T00:17:12.467Z | Downloaded packed_struct v0.10.1 |
| 1118 | 2026-03-03T00:17:12.467Z | Downloaded oxnet v0.1.4 |
| 1119 | 2026-03-03T00:17:12.472Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1120 | 2026-03-03T00:17:12.472Z | Downloaded num_enum v0.5.11 |
| 1121 | 2026-03-03T00:17:12.477Z | Downloaded num_enum v0.7.5 |
| 1122 | 2026-03-03T00:17:12.481Z | Downloaded memmap2 v0.9.10 |
| 1123 | 2026-03-03T00:17:12.481Z | Downloaded indexmap v1.9.3 |
| 1124 | 2026-03-03T00:17:12.485Z | Downloaded base64 v0.22.1 |
| 1125 | 2026-03-03T00:17:12.497Z | Downloaded bumpalo v3.20.2 |
| 1126 | 2026-03-03T00:17:12.497Z | Downloaded aho-corasick v1.1.4 |
| 1127 | 2026-03-03T00:17:12.501Z | Downloaded chacha20 v0.10.0 |
| 1128 | 2026-03-03T00:17:12.501Z | Downloaded base64 v0.21.7 |
| 1129 | 2026-03-03T00:17:12.501Z | Downloaded pbkdf2 v0.11.0 |
| 1130 | 2026-03-03T00:17:12.501Z | Downloaded num-rational v0.4.2 |
| 1131 | 2026-03-03T00:17:12.505Z | Downloaded num-integer v0.1.46 |
| 1132 | 2026-03-03T00:17:12.505Z | Downloaded newtype-uuid v1.3.2 |
| 1133 | 2026-03-03T00:17:12.505Z | Downloaded httparse v1.10.1 |
| 1134 | 2026-03-03T00:17:12.508Z | Downloaded elliptic-curve v0.13.8 |
| 1135 | 2026-03-03T00:17:12.512Z | Downloaded darling_core v0.23.0 |
| 1136 | 2026-03-03T00:17:12.516Z | Downloaded compact_str v0.8.1 |
| 1137 | 2026-03-03T00:17:12.520Z | Downloaded nu-ansi-term v0.50.3 |
| 1138 | 2026-03-03T00:17:12.520Z | Downloaded mime_guess v2.0.5 |
| 1139 | 2026-03-03T00:17:12.524Z | Downloaded dropshot_endpoint v0.16.7 |
| 1140 | 2026-03-03T00:17:12.528Z | Downloaded derive-where v1.6.0 |
| 1141 | 2026-03-03T00:17:12.528Z | Downloaded getrandom v0.3.4 |
| 1142 | 2026-03-03T00:17:12.534Z | Downloaded opaque-debug v0.3.1 |
| 1143 | 2026-03-03T00:17:12.534Z | Downloaded libsw-core v0.3.2 |
| 1144 | 2026-03-03T00:17:12.541Z | Downloaded libsw v3.5.0 |
| 1145 | 2026-03-03T00:17:12.541Z | Downloaded hyper-rustls v0.27.7 |
| 1146 | 2026-03-03T00:17:12.541Z | Downloaded bytes v1.11.1 |
| 1147 | 2026-03-03T00:17:12.546Z | Downloaded const_format v0.2.35 |
| 1148 | 2026-03-03T00:17:12.546Z | Downloaded arc-swap v1.8.2 |
| 1149 | 2026-03-03T00:17:12.550Z | Downloaded num-derive v0.3.3 |
| 1150 | 2026-03-03T00:17:12.550Z | Downloaded iana-time-zone v0.1.65 |
| 1151 | 2026-03-03T00:17:12.554Z | Downloaded colored v3.1.1 |
| 1152 | 2026-03-03T00:17:12.558Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1153 | 2026-03-03T00:17:12.558Z | Downloaded nonempty v0.12.0 |
| 1154 | 2026-03-03T00:17:12.558Z | Downloaded nodrop v0.1.14 |
| 1155 | 2026-03-03T00:17:12.558Z | Downloaded lock_api v0.4.14 |
| 1156 | 2026-03-03T00:17:12.565Z | Downloaded expectorate v1.2.0 |
| 1157 | 2026-03-03T00:17:12.565Z | Downloaded crossbeam-utils v0.8.21 |
| 1158 | 2026-03-03T00:17:12.569Z | Downloaded hmac v0.12.1 |
| 1159 | 2026-03-03T00:17:12.569Z | Downloaded num v0.4.3 |
| 1160 | 2026-03-03T00:17:12.569Z | Downloaded ingot-types v0.1.2 |
| 1161 | 2026-03-03T00:17:12.570Z | Downloaded multimap v0.10.1 |
| 1162 | 2026-03-03T00:17:12.570Z | Downloaded getrandom v0.2.17 |
| 1163 | 2026-03-03T00:17:12.575Z | Downloaded ed25519 v2.2.3 |
| 1164 | 2026-03-03T00:17:12.575Z | Downloaded ipnet v2.11.0 |
| 1165 | 2026-03-03T00:17:12.580Z | Downloaded ingot v0.1.1 |
| 1166 | 2026-03-03T00:17:12.580Z | Downloaded indoc v2.0.7 |
| 1167 | 2026-03-03T00:17:12.580Z | Downloaded half v1.8.3 |
| 1168 | 2026-03-03T00:17:12.586Z | Downloaded diff v0.1.13 |
| 1169 | 2026-03-03T00:17:12.586Z | Downloaded derive_builder v0.20.2 |
| 1170 | 2026-03-03T00:17:12.590Z | Downloaded des v0.8.1 |
| 1171 | 2026-03-03T00:17:12.590Z | Downloaded ar_archive_writer v0.5.1 |
| 1172 | 2026-03-03T00:17:12.593Z | Downloaded memoffset v0.9.1 |
| 1173 | 2026-03-03T00:17:12.593Z | Downloaded md5 v0.7.0 |
| 1174 | 2026-03-03T00:17:12.593Z | Downloaded md-5 v0.10.6 |
| 1175 | 2026-03-03T00:17:12.598Z | Downloaded maybe-uninit v2.0.0 |
| 1176 | 2026-03-03T00:17:12.598Z | Downloaded match_cfg v0.1.0 |
| 1177 | 2026-03-03T00:17:12.598Z | Downloaded managed v0.8.0 |
| 1178 | 2026-03-03T00:17:12.598Z | Downloaded lzss v0.8.2 |
| 1179 | 2026-03-03T00:17:12.603Z | Downloaded lru-cache v0.1.2 |
| 1180 | 2026-03-03T00:17:12.603Z | Downloaded linked-hash-map v0.5.6 |
| 1181 | 2026-03-03T00:17:12.603Z | Downloaded const-oid v0.9.6 |
| 1182 | 2026-03-03T00:17:12.607Z | Downloaded http-body-util v0.1.3 |
| 1183 | 2026-03-03T00:17:12.607Z | Downloaded hyper-staticfile v0.10.1 |
| 1184 | 2026-03-03T00:17:12.608Z | Downloaded highway v1.3.0 |
| 1185 | 2026-03-03T00:17:12.612Z | Downloaded cargo_metadata v0.19.2 |
| 1186 | 2026-03-03T00:17:12.612Z | Downloaded cookie_store v0.22.1 |
| 1187 | 2026-03-03T00:17:12.612Z | Downloaded console v0.15.11 |
| 1188 | 2026-03-03T00:17:12.616Z | Downloaded cmake v0.1.57 |
| 1189 | 2026-03-03T00:17:12.616Z | Downloaded ciborium v0.2.2 |
| 1190 | 2026-03-03T00:17:12.621Z | Downloaded clang-sys v1.8.1 |
| 1191 | 2026-03-03T00:17:12.621Z | Downloaded cargo_toml v0.22.3 |
| 1192 | 2026-03-03T00:17:12.621Z | Downloaded der_derive v0.7.3 |
| 1193 | 2026-03-03T00:17:12.625Z | Downloaded defmt v1.0.1 |
| 1194 | 2026-03-03T00:17:12.625Z | Downloaded is-terminal v0.4.17 |
| 1195 | 2026-03-03T00:17:12.625Z | Downloaded indoc v1.0.9 |
| 1196 | 2026-03-03T00:17:12.629Z | Downloaded group v0.13.0 |
| 1197 | 2026-03-03T00:17:12.629Z | Downloaded git-stub-vcs v0.1.0 |
| 1198 | 2026-03-03T00:17:12.634Z | Downloaded derive_builder_core v0.20.2 |
| 1199 | 2026-03-03T00:17:12.634Z | Downloaded derive-ex v0.1.8 |
| 1200 | 2026-03-03T00:17:12.634Z | Downloaded daft v0.1.5 |
| 1201 | 2026-03-03T00:17:12.640Z | Downloaded ecdsa v0.16.9 |
| 1202 | 2026-03-03T00:17:12.640Z | Downloaded csv-core v0.1.13 |
| 1203 | 2026-03-03T00:17:12.640Z | Downloaded convert_case v0.10.0 |
| 1204 | 2026-03-03T00:17:12.644Z | Downloaded bzip2 v0.4.4 |
| 1205 | 2026-03-03T00:17:12.644Z | Downloaded data-encoding v2.10.0 |
| 1206 | 2026-03-03T00:17:12.644Z | Downloaded cookie v0.18.1 |
| 1207 | 2026-03-03T00:17:12.644Z | Downloaded console v0.16.2 |
| 1208 | 2026-03-03T00:17:12.648Z | Downloaded blake2 v0.10.6 |
| 1209 | 2026-03-03T00:17:12.648Z | Downloaded async-bb8-diesel v0.2.1 |
| 1210 | 2026-03-03T00:17:12.652Z | Downloaded bzip2 v0.6.1 |
| 1211 | 2026-03-03T00:17:12.653Z | Downloaded ident_case v1.0.1 |
| 1212 | 2026-03-03T00:17:12.653Z | Downloaded hyper-tls v0.6.0 |
| 1213 | 2026-03-03T00:17:12.656Z | Downloaded hubpack_derive v0.1.1 |
| 1214 | 2026-03-03T00:17:12.657Z | Downloaded hubpack v0.1.2 |
| 1215 | 2026-03-03T00:17:12.657Z | Downloaded httpdate v1.0.3 |
| 1216 | 2026-03-03T00:17:12.657Z | Downloaded http-body v1.0.1 |
| 1217 | 2026-03-03T00:17:12.657Z | Downloaded futures-executor v0.3.32 |
| 1218 | 2026-03-03T00:17:12.662Z | Downloaded constant_time_eq v0.4.2 |
| 1219 | 2026-03-03T00:17:12.662Z | Downloaded fs_extra v1.3.0 |
| 1220 | 2026-03-03T00:17:12.669Z | Downloaded ena v0.14.4 |
| 1221 | 2026-03-03T00:17:12.669Z | Downloaded either v1.15.0 |
| 1222 | 2026-03-03T00:17:12.669Z | Downloaded diesel-dtrace v0.4.2 |
| 1223 | 2026-03-03T00:17:12.669Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1224 | 2026-03-03T00:17:12.669Z | Downloaded bit-vec v0.8.0 |
| 1225 | 2026-03-03T00:17:12.673Z | Downloaded base64ct v1.8.3 |
| 1226 | 2026-03-03T00:17:12.673Z | Downloaded argon2 v0.5.3 |
| 1227 | 2026-03-03T00:17:12.674Z | Downloaded corncobs v0.1.4 |
| 1228 | 2026-03-03T00:17:12.678Z | Downloaded bcs v0.1.6 |
| 1229 | 2026-03-03T00:17:12.678Z | Downloaded defmt-parser v1.0.0 |
| 1230 | 2026-03-03T00:17:12.679Z | Downloaded home v0.5.12 |
| 1231 | 2026-03-03T00:17:12.679Z | Downloaded foldhash v0.2.0 |
| 1232 | 2026-03-03T00:17:12.679Z | Downloaded deranged v0.5.8 |
| 1233 | 2026-03-03T00:17:12.682Z | Downloaded cbc v0.1.2 |
| 1234 | 2026-03-03T00:17:12.682Z | Downloaded hex v0.4.3 |
| 1235 | 2026-03-03T00:17:12.682Z | Downloaded hash32 v0.3.1 |
| 1236 | 2026-03-03T00:17:12.687Z | Downloaded dsl_auto_type v0.1.3 |
| 1237 | 2026-03-03T00:17:12.687Z | Downloaded hash32 v0.2.1 |
| 1238 | 2026-03-03T00:17:12.687Z | Downloaded gethostname v0.5.0 |
| 1239 | 2026-03-03T00:17:12.687Z | Downloaded darling_macro v0.20.11 |
| 1240 | 2026-03-03T00:17:12.690Z | Downloaded embedded-io v0.4.0 |
| 1241 | 2026-03-03T00:17:12.691Z | Downloaded dof v0.4.0 |
| 1242 | 2026-03-03T00:17:12.691Z | Downloaded derive_builder_macro v0.20.2 |
| 1243 | 2026-03-03T00:17:12.691Z | Downloaded bitflags v1.3.2 |
| 1244 | 2026-03-03T00:17:12.694Z | Downloaded enum-as-inner v0.6.1 |
| 1245 | 2026-03-03T00:17:12.694Z | Downloaded const_format_proc_macros v0.2.34 |
| 1246 | 2026-03-03T00:17:12.698Z | Downloaded defmt v0.3.100 |
| 1247 | 2026-03-03T00:17:12.698Z | Downloaded bitfield v0.19.4 |
| 1248 | 2026-03-03T00:17:12.698Z | Downloaded bit-vec v0.6.3 |
| 1249 | 2026-03-03T00:17:12.702Z | Downloaded ghash v0.5.1 |
| 1250 | 2026-03-03T00:17:12.702Z | Downloaded dunce v1.0.5 |
| 1251 | 2026-03-03T00:17:12.702Z | Downloaded cipher v0.4.4 |
| 1252 | 2026-03-03T00:17:12.702Z | Downloaded cassowary v0.3.0 |
| 1253 | 2026-03-03T00:17:12.706Z | Downloaded funty v2.0.0 |
| 1254 | 2026-03-03T00:17:12.706Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1255 | 2026-03-03T00:17:12.706Z | Downloaded futures-core v0.3.32 |
| 1256 | 2026-03-03T00:17:12.706Z | Downloaded find-msvc-tools v0.1.9 |
| 1257 | 2026-03-03T00:17:12.710Z | Downloaded dirs-sys-next v0.1.2 |
| 1258 | 2026-03-03T00:17:12.710Z | Downloaded defmt-macros v1.0.1 |
| 1259 | 2026-03-03T00:17:12.714Z | Downloaded darling_core v0.21.3 |
| 1260 | 2026-03-03T00:17:12.731Z | Downloaded crc v3.4.0 |
| 1261 | 2026-03-03T00:17:12.731Z | Downloaded cfg_aliases v0.2.1 |
| 1262 | 2026-03-03T00:17:12.731Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1263 | 2026-03-03T00:17:12.731Z | Downloaded foreign-types v0.3.2 |
| 1264 | 2026-03-03T00:17:12.731Z | Downloaded embedded-io v0.6.1 |
| 1265 | 2026-03-03T00:17:12.731Z | Downloaded cstr-argument v0.1.2 |
| 1266 | 2026-03-03T00:17:12.731Z | Downloaded crc8 v0.1.1 |
| 1267 | 2026-03-03T00:17:12.732Z | Downloaded async-recursion v1.1.1 |
| 1268 | 2026-03-03T00:17:12.732Z | Downloaded ciborium-io v0.2.2 |
| 1269 | 2026-03-03T00:17:12.732Z | Downloaded endian-type v0.1.2 |
| 1270 | 2026-03-03T00:17:12.732Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1271 | 2026-03-03T00:17:12.732Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1272 | 2026-03-03T00:17:12.732Z | Downloaded cpufeatures v0.3.0 |
| 1273 | 2026-03-03T00:17:12.735Z | Downloaded atty v0.2.14 |
| 1274 | 2026-03-03T00:17:12.735Z | Downloaded ascii-canvas v3.0.0 |
| 1275 | 2026-03-03T00:17:12.735Z | Downloaded arrayref v0.3.9 |
| 1276 | 2026-03-03T00:17:12.735Z | Downloaded foreign-types-shared v0.1.1 |
| 1277 | 2026-03-03T00:17:12.735Z | Downloaded float-cmp v0.10.0 |
| 1278 | 2026-03-03T00:17:12.740Z | Downloaded dtrace-parser v0.3.0 |
| 1279 | 2026-03-03T00:17:12.740Z | Downloaded darling_macro v0.23.0 |
| 1280 | 2026-03-03T00:17:12.740Z | Downloaded cexpr v0.6.0 |
| 1281 | 2026-03-03T00:17:12.740Z | Downloaded blowfish v0.9.1 |
| 1282 | 2026-03-03T00:17:12.743Z | Downloaded crunchy v0.2.4 |
| 1283 | 2026-03-03T00:17:12.743Z | Downloaded cfg_aliases v0.1.1 |
| 1284 | 2026-03-03T00:17:12.743Z | Downloaded castaway v0.2.4 |
| 1285 | 2026-03-03T00:17:12.743Z | Downloaded block-padding v0.3.3 |
| 1286 | 2026-03-03T00:17:12.743Z | Downloaded bitfield-macros v0.19.4 |
| 1287 | 2026-03-03T00:17:12.747Z | Downloaded bit-set v0.8.0 |
| 1288 | 2026-03-03T00:17:12.747Z | Downloaded bb8 v0.8.6 |
| 1289 | 2026-03-03T00:17:12.747Z | Downloaded float-ord v0.3.2 |
| 1290 | 2026-03-03T00:17:12.747Z | Downloaded fatfs v0.3.6 |
| 1291 | 2026-03-03T00:17:12.751Z | Downloaded env_logger v0.11.9 |
| 1292 | 2026-03-03T00:17:12.755Z | Downloaded dyn-clone v1.0.20 |
| 1293 | 2026-03-03T00:17:12.755Z | Downloaded debug-ignore v1.0.5 |
| 1294 | 2026-03-03T00:17:12.755Z | Downloaded bit-set v0.5.3 |
| 1295 | 2026-03-03T00:17:12.759Z | Downloaded atomicwrites v0.4.4 |
| 1296 | 2026-03-03T00:17:12.759Z | Downloaded arrayvec v0.7.6 |
| 1297 | 2026-03-03T00:17:12.759Z | Downloaded aes-gcm v0.10.3 |
| 1298 | 2026-03-03T00:17:12.762Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1299 | 2026-03-03T00:17:12.762Z | Downloaded bitfield-struct v0.6.2 |
| 1300 | 2026-03-03T00:17:12.766Z | Downloaded array-init v0.0.4 |
| 1301 | 2026-03-03T00:17:12.766Z | Downloaded darling v0.21.3 |
| 1302 | 2026-03-03T00:17:12.769Z | Downloaded async-stream-impl v0.3.6 |
| 1303 | 2026-03-03T00:17:12.769Z | Downloaded assert_matches v1.5.0 |
| 1304 | 2026-03-03T00:17:12.773Z | Downloaded darling v0.20.11 |
| 1305 | 2026-03-03T00:17:12.777Z | Downloaded async-stream v0.3.6 |
| 1306 | 2026-03-03T00:17:12.777Z | Downloaded document-features v0.2.12 |
| 1307 | 2026-03-03T00:17:12.780Z | Downloaded ctr v0.9.2 |
| 1308 | 2026-03-03T00:17:12.780Z | Downloaded fd-lock v4.0.4 |
| 1309 | 2026-03-03T00:17:12.783Z | Downloaded darling_core v0.20.11 |
| 1310 | 2026-03-03T00:17:12.787Z | Downloaded aes v0.8.4 |
| 1311 | 2026-03-03T00:17:12.790Z | Downloaded crossbeam-deque v0.8.6 |
| 1312 | 2026-03-03T00:17:12.790Z | Downloaded critical-section v1.2.0 |
| 1313 | 2026-03-03T00:17:12.793Z | Downloaded crossbeam-epoch v0.9.18 |
| 1314 | 2026-03-03T00:17:12.793Z | Downloaded backon v1.6.0 |
| 1315 | 2026-03-03T00:17:12.796Z | Downloaded backoff v0.4.0 |
| 1316 | 2026-03-03T00:17:12.800Z | Downloaded ahash v0.8.12 |
| 1317 | 2026-03-03T00:17:12.800Z | Downloaded allocator-api2 v0.2.21 |
| 1318 | 2026-03-03T00:17:13.062Z | Downloaded aws-lc-sys v0.37.1 |
| 1319 | 2026-03-03T00:17:13.428Z | Compiling libc v0.2.180 |
| 1320 | 2026-03-03T00:17:13.432Z | Compiling serde v1.0.228 |
| 1321 | 2026-03-03T00:17:13.432Z | Compiling log v0.4.29 |
| 1322 | 2026-03-03T00:17:13.432Z | Compiling shlex v1.3.0 |
| 1323 | 2026-03-03T00:17:13.616Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-03-03T00:17:13.632Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-03-03T00:17:13.654Z | Compiling syn v2.0.117 |
| 1326 | 2026-03-03T00:17:13.658Z | Compiling typenum v1.19.0 |
| 1327 | 2026-03-03T00:17:14.108Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-03-03T00:17:14.152Z | Compiling subtle v2.6.1 |
| 1329 | 2026-03-03T00:17:14.236Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-03-03T00:17:14.276Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-03-03T00:17:14.412Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-03-03T00:17:14.435Z | Compiling const-oid v0.9.6 |
| 1333 | 2026-03-03T00:17:14.511Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-03-03T00:17:14.561Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-03-03T00:17:14.698Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-03-03T00:17:14.873Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-03-03T00:17:14.936Z | Compiling serde_json v1.0.149 |
| 1338 | 2026-03-03T00:17:15.386Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-03-03T00:17:16.487Z | Compiling libm v0.2.16 |
| 1340 | 2026-03-03T00:17:16.490Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-03-03T00:17:16.490Z | Compiling jobserver v0.1.34 |
| 1342 | 2026-03-03T00:17:16.490Z | Compiling errno v0.3.14 |
| 1343 | 2026-03-03T00:17:16.490Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-03-03T00:17:16.490Z | Compiling cc v1.2.56 |
| 1345 | 2026-03-03T00:17:16.520Z | Compiling signal-hook-registry v1.4.8 |
| 1346 | 2026-03-03T00:17:16.778Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-03-03T00:17:16.843Z | Compiling mio v1.1.1 |
| 1348 | 2026-03-03T00:17:16.967Z | Compiling num-traits v0.2.19 |
| 1349 | 2026-03-03T00:17:17.146Z | Compiling bitflags v2.11.0 |
| 1350 | 2026-03-03T00:17:17.191Z | Compiling futures-core v0.3.32 |
| 1351 | 2026-03-03T00:17:17.329Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-03-03T00:17:17.619Z | Compiling socket2 v0.6.2 |
| 1353 | 2026-03-03T00:17:17.673Z | Compiling percent-encoding v2.3.2 |
| 1354 | 2026-03-03T00:17:17.986Z | Compiling allocator-api2 v0.2.21 |
| 1355 | 2026-03-03T00:17:18.048Z | Compiling futures-sink v0.3.32 |
| 1356 | 2026-03-03T00:17:18.140Z | Compiling cpufeatures v0.2.17 |
| 1357 | 2026-03-03T00:17:18.220Z | Compiling foldhash v0.2.0 |
| 1358 | 2026-03-03T00:17:18.290Z | Compiling futures-channel v0.3.32 |
| 1359 | 2026-03-03T00:17:18.390Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-03-03T00:17:18.538Z | Compiling getrandom v0.4.1 |
| 1361 | 2026-03-03T00:17:18.645Z | Compiling hashbrown v0.16.1 |
| 1362 | 2026-03-03T00:17:18.685Z | Compiling futures-io v0.3.32 |
| 1363 | 2026-03-03T00:17:18.709Z | Compiling slab v0.4.12 |
| 1364 | 2026-03-03T00:17:18.732Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-03-03T00:17:19.001Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-03-03T00:17:19.055Z | Compiling rand_core v0.10.0 |
| 1367 | 2026-03-03T00:17:19.320Z | Compiling cmake v0.1.57 |
| 1368 | 2026-03-03T00:17:20.066Z | Compiling indexmap v2.13.0 |
| 1369 | 2026-03-03T00:17:20.208Z | Compiling form_urlencoded v1.2.2 |
| 1370 | 2026-03-03T00:17:20.346Z | Compiling dunce v1.0.5 |
| 1371 | 2026-03-03T00:17:20.395Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-03-03T00:17:20.502Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-03-03T00:17:20.524Z | Compiling fs_extra v1.3.0 |
| 1374 | 2026-03-03T00:17:20.702Z | Compiling flagset v0.4.7 |
| 1375 | 2026-03-03T00:17:20.880Z | Compiling rand_core v0.9.5 |
| 1376 | 2026-03-03T00:17:20.955Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-03-03T00:17:21.031Z | Compiling iana-time-zone v0.1.65 |
| 1378 | 2026-03-03T00:17:21.082Z | Compiling rustix v1.1.3 |
| 1379 | 2026-03-03T00:17:21.101Z | Compiling aws-lc-sys v0.37.1 |
| 1380 | 2026-03-03T00:17:21.290Z | Compiling ring v0.17.14 |
| 1381 | 2026-03-03T00:17:21.385Z | Compiling uuid v1.21.0 |
| 1382 | 2026-03-03T00:17:21.444Z | Compiling rustc_version v0.4.1 |
| 1383 | 2026-03-03T00:17:21.557Z | Compiling synstructure v0.13.2 |
| 1384 | 2026-03-03T00:17:21.604Z | Compiling regex-syntax v0.8.10 |
| 1385 | 2026-03-03T00:17:22.079Z | Compiling vcpkg v0.2.15 |
| 1386 | 2026-03-03T00:17:22.142Z | Compiling aws-lc-rs v1.16.0 |
| 1387 | 2026-03-03T00:17:22.859Z | Compiling tracing-core v0.1.36 |
| 1388 | 2026-03-03T00:17:22.945Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-03-03T00:17:23.514Z | Compiling pest_generator v2.8.6 |
| 1390 | 2026-03-03T00:17:23.741Z | Compiling openssl-sys v0.9.111 |
| 1391 | 2026-03-03T00:17:24.104Z | Compiling serde_derive_internals v0.29.1 |
| 1392 | 2026-03-03T00:17:25.008Z | Compiling base64 v0.22.1 |
| 1393 | 2026-03-03T00:17:25.340Z | Compiling openssl-probe v0.2.1 |
| 1394 | 2026-03-03T00:17:25.636Z | Compiling schemars v0.8.22 |
| 1395 | 2026-03-03T00:17:25.665Z | Compiling untrusted v0.9.0 |
| 1396 | 2026-03-03T00:17:25.687Z | Compiling httparse v1.10.1 |
| 1397 | 2026-03-03T00:17:25.861Z | Compiling untrusted v0.7.1 |
| 1398 | 2026-03-03T00:17:25.980Z | Compiling syn v1.0.109 |
| 1399 | 2026-03-03T00:17:26.183Z | Compiling serde_derive v1.0.228 |
| 1400 | 2026-03-03T00:17:26.276Z | Compiling zeroize_derive v1.4.3 |
| 1401 | 2026-03-03T00:17:26.364Z | Compiling zerofrom-derive v0.1.6 |
| 1402 | 2026-03-03T00:17:26.544Z | Compiling yoke-derive v0.8.1 |
| 1403 | 2026-03-03T00:17:27.208Z | Compiling zerocopy-derive v0.8.40 |
| 1404 | 2026-03-03T00:17:27.341Z | Compiling zerovec-derive v0.11.2 |
| 1405 | 2026-03-03T00:17:27.623Z | Compiling zeroize v1.8.2 |
| 1406 | 2026-03-03T00:17:28.014Z | Compiling displaydoc v0.2.5 |
| 1407 | 2026-03-03T00:17:29.346Z | Compiling tokio-macros v2.6.0 |
| 1408 | 2026-03-03T00:17:29.482Z | Compiling crypto-common v0.1.7 |
| 1409 | 2026-03-03T00:17:29.652Z | Compiling block-buffer v0.10.4 |
| 1410 | 2026-03-03T00:17:29.675Z | Compiling zerofrom v0.1.6 |
| 1411 | 2026-03-03T00:17:29.737Z | Compiling futures-macro v0.3.32 |
| 1412 | 2026-03-03T00:17:29.910Z | Compiling yoke v0.8.1 |
| 1413 | 2026-03-03T00:17:29.946Z | Compiling digest v0.10.7 |
| 1414 | 2026-03-03T00:17:30.012Z | Compiling block-padding v0.3.3 |
| 1415 | 2026-03-03T00:17:30.273Z | Compiling zerovec v0.11.5 |
| 1416 | 2026-03-03T00:17:30.303Z | Compiling zerotrie v0.2.3 |
| 1417 | 2026-03-03T00:17:30.467Z | Compiling hmac v0.12.1 |
| 1418 | 2026-03-03T00:17:30.746Z | Compiling inout v0.1.4 |
| 1419 | 2026-03-03T00:17:30.930Z | Compiling sha2 v0.10.9 |
| 1420 | 2026-03-03T00:17:30.954Z | Compiling der_derive v0.7.3 |
| 1421 | 2026-03-03T00:17:31.053Z | Compiling cipher v0.4.4 |
| 1422 | 2026-03-03T00:17:31.425Z | Compiling tinystr v0.8.2 |
| 1423 | 2026-03-03T00:17:31.589Z | Compiling potential_utf v0.1.4 |
| 1424 | 2026-03-03T00:17:31.615Z | Compiling futures-util v0.3.32 |
| 1425 | 2026-03-03T00:17:31.824Z | Compiling icu_locale_core v2.1.1 |
| 1426 | 2026-03-03T00:17:31.889Z | Compiling icu_collections v2.1.1 |
| 1427 | 2026-03-03T00:17:32.950Z | Compiling salsa20 v0.10.2 |
| 1428 | 2026-03-03T00:17:33.197Z | Compiling der v0.7.10 |
| 1429 | 2026-03-03T00:17:33.220Z | Compiling pbkdf2 v0.12.2 |
| 1430 | 2026-03-03T00:17:33.404Z | Compiling icu_provider v2.1.1 |
| 1431 | 2026-03-03T00:17:34.050Z | Compiling icu_properties v2.1.2 |
| 1432 | 2026-03-03T00:17:34.074Z | Compiling icu_normalizer v2.1.1 |
| 1433 | 2026-03-03T00:17:34.452Z | Compiling bytes v1.11.1 |
| 1434 | 2026-03-03T00:17:34.566Z | Compiling chrono v0.4.44 |
| 1435 | 2026-03-03T00:17:35.329Z | Compiling spki v0.7.3 |
| 1436 | 2026-03-03T00:17:35.734Z | Compiling tokio v1.49.0 |
| 1437 | 2026-03-03T00:17:35.893Z | Compiling http v1.4.0 |
| 1438 | 2026-03-03T00:17:36.120Z | Compiling idna_adapter v1.2.1 |
| 1439 | 2026-03-03T00:17:36.352Z | Compiling idna v1.1.0 |
| 1440 | 2026-03-03T00:17:36.711Z | Compiling thiserror-impl v2.0.18 |
| 1441 | 2026-03-03T00:17:37.059Z | Compiling url v2.5.8 |
| 1442 | 2026-03-03T00:17:37.819Z | Compiling scrypt v0.11.0 |
| 1443 | 2026-03-03T00:17:37.936Z | Compiling cbc v0.1.2 |
| 1444 | 2026-03-03T00:17:38.003Z | Compiling aes v0.8.4 |
| 1445 | 2026-03-03T00:17:38.205Z | Compiling rustls-pki-types v1.14.0 |
| 1446 | 2026-03-03T00:17:38.311Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-03-03T00:17:38.720Z | Compiling ppv-lite86 v0.2.21 |
| 1448 | 2026-03-03T00:17:38.852Z | Compiling http-body v1.0.1 |
| 1449 | 2026-03-03T00:17:39.176Z | Compiling pkcs5 v0.7.1 |
| 1450 | 2026-03-03T00:17:39.527Z | Compiling rand_chacha v0.9.0 |
| 1451 | 2026-03-03T00:17:39.738Z | Compiling thiserror v2.0.18 |
| 1452 | 2026-03-03T00:17:39.914Z | Compiling pkcs8 v0.10.2 |
| 1453 | 2026-03-03T00:17:40.284Z | Compiling rand v0.9.2 |
| 1454 | 2026-03-03T00:17:40.661Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-03-03T00:17:40.696Z | Compiling scroll_derive v0.13.1 |
| 1456 | 2026-03-03T00:17:41.147Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-03-03T00:17:41.488Z | Compiling tracing v0.1.44 |
| 1458 | 2026-03-03T00:17:41.935Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-03-03T00:17:41.999Z | Compiling tinyvec_macros v0.1.1 |
| 1460 | 2026-03-03T00:17:42.003Z | Compiling tower-service v0.3.3 |
| 1461 | 2026-03-03T00:17:42.122Z | Compiling tower-layer v0.3.3 |
| 1462 | 2026-03-03T00:17:42.147Z | Compiling dyn-clone v1.0.20 |
| 1463 | 2026-03-03T00:17:42.393Z | Compiling try-lock v0.2.5 |
| 1464 | 2026-03-03T00:17:42.442Z | Compiling atomic-waker v1.1.2 |
| 1465 | 2026-03-03T00:17:42.507Z | Compiling rustls v0.23.37 |
| 1466 | 2026-03-03T00:17:42.557Z | Compiling want v0.3.1 |
| 1467 | 2026-03-03T00:17:42.635Z | Compiling scroll v0.13.0 |
| 1468 | 2026-03-03T00:17:42.829Z | Compiling tinyvec v1.10.0 |
| 1469 | 2026-03-03T00:17:43.425Z | Compiling ipnet v2.11.0 |
| 1470 | 2026-03-03T00:17:43.498Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-03-03T00:17:43.627Z | Compiling spin v0.9.8 |
| 1472 | 2026-03-03T00:17:44.060Z | Compiling aho-corasick v1.1.4 |
| 1473 | 2026-03-03T00:17:44.311Z | Compiling openssl v0.10.75 |
| 1474 | 2026-03-03T00:17:44.577Z | Compiling httpdate v1.0.3 |
| 1475 | 2026-03-03T00:17:44.789Z | Compiling tokio-util v0.7.18 |
| 1476 | 2026-03-03T00:17:45.039Z | Compiling pin-utils v0.1.0 |
| 1477 | 2026-03-03T00:17:45.142Z | Compiling time-core v0.1.8 |
| 1478 | 2026-03-03T00:17:45.482Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-03-03T00:17:45.736Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-03-03T00:17:46.140Z | Compiling foreign-types-shared v0.1.1 |
| 1481 | 2026-03-03T00:17:46.289Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-03-03T00:17:46.823Z | Compiling h2 v0.4.13 |
| 1483 | 2026-03-03T00:17:46.970Z | Compiling foreign-types v0.3.2 |
| 1484 | 2026-03-03T00:17:47.089Z | Compiling regex-automata v0.4.14 |
| 1485 | 2026-03-03T00:17:47.217Z | Compiling deranged v0.5.8 |
| 1486 | 2026-03-03T00:17:47.877Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-03-03T00:17:48.345Z | Compiling time-macros v0.2.27 |
| 1488 | 2026-03-03T00:17:48.821Z | Compiling darling v0.20.11 |
| 1489 | 2026-03-03T00:17:49.039Z | Compiling tempfile v3.25.0 |
| 1490 | 2026-03-03T00:17:49.866Z | Compiling goblin v0.10.5 |
| 1491 | 2026-03-03T00:17:49.886Z | Compiling thiserror-impl v1.0.69 |
| 1492 | 2026-03-03T00:17:50.866Z | Compiling openssl-macros v0.1.1 |
| 1493 | 2026-03-03T00:17:52.712Z | Compiling wait-timeout v0.2.1 |
| 1494 | 2026-03-03T00:17:53.009Z | Compiling native-tls v0.2.18 |
| 1495 | 2026-03-03T00:17:53.200Z | Compiling simd-adler32 v0.3.8 |
| 1496 | 2026-03-03T00:17:53.383Z | Compiling quick-error v1.2.3 |
| 1497 | 2026-03-03T00:17:53.550Z | Compiling siphasher v1.0.2 |
| 1498 | 2026-03-03T00:17:53.686Z | Compiling hyper v1.8.1 |
| 1499 | 2026-03-03T00:17:53.775Z | Compiling usdt-impl v0.6.0 |
| 1500 | 2026-03-03T00:17:53.904Z | Compiling num_threads v0.1.7 |
| 1501 | 2026-03-03T00:17:54.098Z | Compiling either v1.15.0 |
| 1502 | 2026-03-03T00:17:54.193Z | Compiling bit-vec v0.8.0 |
| 1503 | 2026-03-03T00:17:54.584Z | Compiling time v0.3.47 |
| 1504 | 2026-03-03T00:17:54.705Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-03-03T00:17:55.030Z | Compiling rusty-fork v0.3.1 |
| 1506 | 2026-03-03T00:17:56.266Z | Compiling hyper-util v0.1.20 |
| 1507 | 2026-03-03T00:17:57.482Z | Compiling dof v0.4.0 |
| 1508 | 2026-03-03T00:17:57.585Z | Compiling thiserror v1.0.69 |
| 1509 | 2026-03-03T00:17:57.770Z | Compiling derive_builder_core v0.20.2 |
| 1510 | 2026-03-03T00:17:58.743Z | Compiling unicode-normalization v0.1.25 |
| 1511 | 2026-03-03T00:17:59.772Z | Compiling dtrace-parser v0.3.0 |
| 1512 | 2026-03-03T00:17:59.817Z | Compiling rustls-native-certs v0.8.3 |
| 1513 | 2026-03-03T00:18:00.071Z | Compiling signature v2.2.0 |
| 1514 | 2026-03-03T00:18:00.386Z | Compiling crossbeam-epoch v0.9.18 |
| 1515 | 2026-03-03T00:18:00.408Z | Compiling scroll_derive v0.12.1 |
| 1516 | 2026-03-03T00:18:00.682Z | Compiling heapless v0.7.17 |
| 1517 | 2026-03-03T00:18:00.836Z | Compiling darling_core v0.21.3 |
| 1518 | 2026-03-03T00:18:01.037Z | Compiling rand_xorshift v0.4.0 |
| 1519 | 2026-03-03T00:18:01.146Z | Compiling slog v2.8.2 |
| 1520 | 2026-03-03T00:18:01.344Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1521 | 2026-03-03T00:18:01.497Z | Compiling sync_wrapper v1.0.2 |
| 1522 | 2026-03-03T00:18:01.573Z | Compiling thread-id v5.1.0 |
| 1523 | 2026-03-03T00:18:01.670Z | Compiling cookie v0.18.1 |
| 1524 | 2026-03-03T00:18:01.701Z | Compiling signal-hook v0.3.18 |
| 1525 | 2026-03-03T00:18:01.850Z | Compiling rayon-core v1.13.0 |
| 1526 | 2026-03-03T00:18:01.912Z | Compiling zstd-safe v7.2.4 |
| 1527 | 2026-03-03T00:18:01.987Z | Compiling unicode-properties v0.1.4 |
| 1528 | 2026-03-03T00:18:02.009Z | Compiling unicode-segmentation v1.12.0 |
| 1529 | 2026-03-03T00:18:02.158Z | Compiling unarray v0.1.4 |
| 1530 | 2026-03-03T00:18:02.272Z | Compiling paste v1.0.15 |
| 1531 | 2026-03-03T00:18:02.344Z | Compiling anyhow v1.0.102 |
| 1532 | 2026-03-03T00:18:02.419Z | Compiling unicode-bidi v0.3.18 |
| 1533 | 2026-03-03T00:18:02.801Z | Compiling adler2 v2.0.1 |
| 1534 | 2026-03-03T00:18:02.936Z | Compiling proptest v1.10.0 |
| 1535 | 2026-03-03T00:18:03.022Z | Compiling miniz_oxide v0.8.9 |
| 1536 | 2026-03-03T00:18:03.145Z | Compiling stringprep v0.1.5 |
| 1537 | 2026-03-03T00:18:03.418Z | Compiling scroll v0.12.0 |
| 1538 | 2026-03-03T00:18:04.090Z | Compiling tower v0.5.3 |
| 1539 | 2026-03-03T00:18:04.577Z | Compiling crossbeam-deque v0.8.6 |
| 1540 | 2026-03-03T00:18:04.912Z | Compiling derive_builder_macro v0.20.2 |
| 1541 | 2026-03-03T00:18:04.966Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-03-03T00:18:05.161Z | Compiling rand_chacha v0.3.1 |
| 1543 | 2026-03-03T00:18:05.192Z | Compiling http-body-util v0.1.3 |
| 1544 | 2026-03-03T00:18:05.241Z | Compiling webpki-roots v1.0.6 |
| 1545 | 2026-03-03T00:18:05.467Z | Compiling erased-serde v0.3.31 |
| 1546 | 2026-03-03T00:18:05.654Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-03-03T00:18:05.731Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-03-03T00:18:05.756Z | Compiling toml_datetime v0.6.11 |
| 1549 | 2026-03-03T00:18:06.014Z | Compiling md-5 v0.10.6 |
| 1550 | 2026-03-03T00:18:06.270Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-03-03T00:18:06.304Z | Compiling curve25519-dalek v4.1.3 |
| 1552 | 2026-03-03T00:18:06.326Z | Compiling num-integer v0.1.46 |
| 1553 | 2026-03-03T00:18:06.823Z | Compiling vergen-lib v0.1.6 |
| 1554 | 2026-03-03T00:18:07.039Z | Compiling hash32 v0.2.1 |
| 1555 | 2026-03-03T00:18:07.062Z | Compiling ff v0.13.1 |
| 1556 | 2026-03-03T00:18:07.150Z | Compiling ryu v1.0.23 |
| 1557 | 2026-03-03T00:18:07.176Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-03-03T00:18:07.200Z | Compiling darling_macro v0.21.3 |
| 1559 | 2026-03-03T00:18:07.305Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-03-03T00:18:07.412Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-03-03T00:18:07.510Z | Compiling iri-string v0.7.10 |
| 1562 | 2026-03-03T00:18:07.532Z | Compiling smoltcp v0.9.1 |
| 1563 | 2026-03-03T00:18:07.639Z | Compiling rustix v0.38.44 |
| 1564 | 2026-03-03T00:18:07.642Z | Compiling litrs v1.0.0 |
| 1565 | 2026-03-03T00:18:08.107Z | Compiling zlib-rs v0.6.2 |
| 1566 | 2026-03-03T00:18:08.158Z | Compiling ref-cast v1.0.25 |
| 1567 | 2026-03-03T00:18:08.238Z | Compiling fallible-iterator v0.2.0 |
| 1568 | 2026-03-03T00:18:08.494Z | Compiling zerocopy v0.7.35 |
| 1569 | 2026-03-03T00:18:08.823Z | Compiling document-features v0.2.12 |
| 1570 | 2026-03-03T00:18:08.869Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-03-03T00:18:08.932Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-03-03T00:18:09.679Z | Compiling darling v0.21.3 |
| 1573 | 2026-03-03T00:18:09.850Z | Compiling publicsuffix v2.3.0 |
| 1574 | 2026-03-03T00:18:10.010Z | Compiling serde_urlencoded v0.7.1 |
| 1575 | 2026-03-03T00:18:10.158Z | Compiling sec1 v0.7.3 |
| 1576 | 2026-03-03T00:18:10.201Z | Compiling group v0.13.0 |
| 1577 | 2026-03-03T00:18:10.461Z | Compiling tower-http v0.6.8 |
| 1578 | 2026-03-03T00:18:10.692Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-03-03T00:18:10.896Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-03-03T00:18:11.096Z | Compiling rand v0.8.5 |
| 1581 | 2026-03-03T00:18:11.163Z | Compiling oxnet v0.1.4 |
| 1582 | 2026-03-03T00:18:11.350Z | Compiling proc-macro-error v1.0.4 |
| 1583 | 2026-03-03T00:18:11.570Z | Compiling tokio-native-tls v0.3.1 |
| 1584 | 2026-03-03T00:18:11.965Z | Compiling goblin v0.8.2 |
| 1585 | 2026-03-03T00:18:12.995Z | Compiling heck v0.4.1 |
| 1586 | 2026-03-03T00:18:13.017Z | Compiling phf_shared v0.13.1 |
| 1587 | 2026-03-03T00:18:13.466Z | Compiling hubpack_derive v0.1.1 |
| 1588 | 2026-03-03T00:18:13.572Z | Compiling regex v1.12.3 |
| 1589 | 2026-03-03T00:18:13.733Z | Compiling lazy_static v1.5.0 |
| 1590 | 2026-03-03T00:18:13.882Z | Compiling cargo-platform v0.1.9 |
| 1591 | 2026-03-03T00:18:13.905Z | Compiling hkdf v0.12.4 |
| 1592 | 2026-03-03T00:18:14.207Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-03-03T00:18:14.340Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-03-03T00:18:14.413Z | Compiling async-trait v0.1.89 |
| 1595 | 2026-03-03T00:18:14.523Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-03-03T00:18:15.427Z | Compiling flate2 v1.1.9 |
| 1597 | 2026-03-03T00:18:15.466Z | Compiling daft-derive v0.1.5 |
| 1598 | 2026-03-03T00:18:16.340Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1599 | 2026-03-03T00:18:16.997Z | Compiling terminal_size v0.4.3 |
| 1600 | 2026-03-03T00:18:17.056Z | Compiling vergen v9.0.6 |
| 1601 | 2026-03-03T00:18:17.216Z | Compiling fs-err v3.3.0 |
| 1602 | 2026-03-03T00:18:17.407Z | Compiling ahash v0.8.12 |
| 1603 | 2026-03-03T00:18:17.571Z | Compiling managed v0.8.0 |
| 1604 | 2026-03-03T00:18:17.682Z | Compiling libbz2-rs-sys v0.2.2 |
| 1605 | 2026-03-03T00:18:17.848Z | Compiling bitflags v1.3.2 |
| 1606 | 2026-03-03T00:18:17.984Z | Compiling winnow v0.5.40 |
| 1607 | 2026-03-03T00:18:18.014Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-03-03T00:18:18.553Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-03-03T00:18:18.904Z | Compiling object v0.37.3 |
| 1610 | 2026-03-03T00:18:19.494Z | Compiling hashbrown v0.15.5 |
| 1611 | 2026-03-03T00:18:19.548Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-03-03T00:18:19.571Z | Compiling strum v0.27.2 |
| 1613 | 2026-03-03T00:18:19.779Z | Compiling console v0.16.2 |
| 1614 | 2026-03-03T00:18:19.923Z | Compiling zopfli v0.8.3 |
| 1615 | 2026-03-03T00:18:21.063Z | Compiling dof v0.3.0 |
| 1616 | 2026-03-03T00:18:21.165Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-03-03T00:18:21.496Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-03-03T00:18:21.873Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-03-03T00:18:22.132Z | Compiling daft v0.1.5 |
| 1620 | 2026-03-03T00:18:22.794Z | Compiling hubpack v0.1.2 |
| 1621 | 2026-03-03T00:18:22.897Z | Compiling cargo_metadata v0.19.2 |
| 1622 | 2026-03-03T00:18:23.257Z | Compiling phf v0.13.1 |
| 1623 | 2026-03-03T00:18:23.581Z | Compiling zone_cfg_derive v0.3.1 |
| 1624 | 2026-03-03T00:18:25.058Z | Compiling cookie_store v0.22.1 |
| 1625 | 2026-03-03T00:18:26.611Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-03-03T00:18:26.818Z | Compiling rayon v1.11.0 |
| 1627 | 2026-03-03T00:18:27.232Z | Compiling zstd v0.13.3 |
| 1628 | 2026-03-03T00:18:27.792Z | Compiling hyper-tls v0.6.0 |
| 1629 | 2026-03-03T00:18:28.228Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-03-03T00:18:28.356Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-03-03T00:18:28.669Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-03-03T00:18:29.051Z | Compiling usdt-attr-macro v0.6.0 |
| 1633 | 2026-03-03T00:18:30.009Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-03-03T00:18:30.156Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-03-03T00:18:30.688Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-03-03T00:18:31.031Z | Compiling itertools v0.12.1 |
| 1637 | 2026-03-03T00:18:31.157Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-03-03T00:18:31.511Z | Compiling bstr v1.12.1 |
| 1639 | 2026-03-03T00:18:31.552Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-03-03T00:18:31.833Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-03-03T00:18:32.112Z | Compiling hex v0.4.3 |
| 1642 | 2026-03-03T00:18:32.303Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-03-03T00:18:32.500Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-03-03T00:18:32.531Z | Compiling clap_derive v4.5.55 |
| 1645 | 2026-03-03T00:18:32.659Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-03-03T00:18:32.732Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-03-03T00:18:33.094Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-03-03T00:18:33.376Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-03-03T00:18:33.523Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-03-03T00:18:33.735Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-03-03T00:18:33.822Z | Compiling encoding_rs v0.8.35 |
| 1652 | 2026-03-03T00:18:33.876Z | Compiling whoami v2.1.0 |
| 1653 | 2026-03-03T00:18:33.924Z | Compiling fixedbitset v0.5.7 |
| 1654 | 2026-03-03T00:18:34.440Z | Compiling fixedbitset v0.4.2 |
| 1655 | 2026-03-03T00:18:34.677Z | Compiling jiff v0.2.21 |
| 1656 | 2026-03-03T00:18:34.775Z | Compiling predicates-core v1.0.10 |
| 1657 | 2026-03-03T00:18:34.917Z | Compiling rustc-hash v2.1.1 |
| 1658 | 2026-03-03T00:18:35.117Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-03-03T00:18:35.142Z | Compiling unit-prefix v0.5.2 |
| 1660 | 2026-03-03T00:18:35.269Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-03-03T00:18:35.397Z | Compiling difflib v0.4.0 |
| 1662 | 2026-03-03T00:18:35.423Z | Compiling keccak v0.1.6 |
| 1663 | 2026-03-03T00:18:36.715Z | Compiling mime v0.3.17 |
| 1664 | 2026-03-03T00:18:36.737Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-03-03T00:18:36.948Z | Compiling new_debug_unreachable v1.0.6 |
| 1666 | 2026-03-03T00:18:37.073Z | Compiling static_assertions v1.1.0 |
| 1667 | 2026-03-03T00:18:37.096Z | Compiling clap v4.5.60 |
| 1668 | 2026-03-03T00:18:37.189Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1669 | 2026-03-03T00:18:37.209Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-03-03T00:18:37.231Z | Compiling toml_edit v0.22.27 |
| 1671 | 2026-03-03T00:18:37.669Z | Compiling hickory-proto v0.25.2 |
| 1672 | 2026-03-03T00:18:37.692Z | Compiling strum v0.26.3 |
| 1673 | 2026-03-03T00:18:37.714Z | Compiling predicates v3.1.4 |
| 1674 | 2026-03-03T00:18:37.907Z | Compiling sha3 v0.10.8 |
| 1675 | 2026-03-03T00:18:38.483Z | Compiling indicatif v0.18.4 |
| 1676 | 2026-03-03T00:18:38.984Z | Compiling iddqd v0.3.17 |
| 1677 | 2026-03-03T00:18:39.259Z | Compiling petgraph v0.6.5 |
| 1678 | 2026-03-03T00:18:40.551Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-03-03T00:18:41.720Z | Compiling zip v4.6.1 |
| 1680 | 2026-03-03T00:18:42.913Z | Compiling tokio-postgres v0.7.16 |
| 1681 | 2026-03-03T00:18:43.923Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-03-03T00:18:44.031Z | Compiling usdt v0.6.0 |
| 1683 | 2026-03-03T00:18:44.573Z | Compiling zone v0.3.1 |
| 1684 | 2026-03-03T00:18:44.576Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-03-03T00:18:44.708Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-03-03T00:18:45.527Z | Compiling similar v2.7.0 |
| 1687 | 2026-03-03T00:18:45.568Z | Compiling ecdsa v0.16.9 |
| 1688 | 2026-03-03T00:18:45.887Z | Compiling rsa v0.9.10 |
| 1689 | 2026-03-03T00:18:46.186Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-03-03T00:18:46.452Z | Compiling ed25519-dalek v2.2.0 |
| 1691 | 2026-03-03T00:18:47.589Z | Compiling zip v0.6.6 |
| 1692 | 2026-03-03T00:18:48.281Z | Compiling toml v0.7.8 |
| 1693 | 2026-03-03T00:18:49.479Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-03-03T00:18:49.502Z | Compiling itertools v0.13.0 |
| 1695 | 2026-03-03T00:18:49.548Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-03-03T00:18:49.768Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-03-03T00:18:49.843Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1698 | 2026-03-03T00:18:50.334Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-03-03T00:18:50.519Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-03-03T00:18:50.594Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-03-03T00:18:50.968Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1702 | 2026-03-03T00:18:51.053Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-03-03T00:18:51.438Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-03-03T00:18:51.522Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-03-03T00:18:52.044Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-03-03T00:18:52.067Z | Compiling futures-executor v0.3.32 |
| 1707 | 2026-03-03T00:18:52.442Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-03-03T00:18:52.595Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-03-03T00:18:52.703Z | Compiling filetime v0.2.27 |
| 1710 | 2026-03-03T00:18:52.758Z | Compiling xattr v1.6.1 |
| 1711 | 2026-03-03T00:18:53.043Z | Compiling term v1.2.1 |
| 1712 | 2026-03-03T00:18:53.072Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-03-03T00:18:53.474Z | Compiling tar v0.4.44 |
| 1714 | 2026-03-03T00:18:53.833Z | Compiling slog-term v2.9.2 |
| 1715 | 2026-03-03T00:18:54.364Z | Compiling futures v0.3.32 |
| 1716 | 2026-03-03T00:19:03.529Z | Compiling rustls-webpki v0.103.9 |
| 1717 | 2026-03-03T00:19:08.736Z | Compiling tokio-rustls v0.26.4 |
| 1718 | 2026-03-03T00:19:08.736Z | Compiling rustls-platform-verifier v0.6.2 |
| 1719 | 2026-03-03T00:19:09.111Z | Compiling hyper-rustls v0.27.7 |
| 1720 | 2026-03-03T00:19:09.446Z | Compiling reqwest v0.12.28 |
| 1721 | 2026-03-03T00:19:09.446Z | Compiling reqwest v0.13.2 |
| 1722 | 2026-03-03T00:19:13.941Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1723 | 2026-03-03T00:19:14.303Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1724 | 2026-03-03T00:19:19.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
| 1725 | 2026-03-03T00:19:19.217Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1726 | 2026-03-03T00:19:19.283Z | Mar 03 00:19:18.158 INFO Starting download, target: Clickhouse |
| 1727 | 2026-03-03T00:19:19.284Z | Mar 03 00:19:18.158 INFO Starting download, target: Console |
| 1728 | 2026-03-03T00:19:19.284Z | Mar 03 00:19:18.158 INFO Starting download, target: Cockroach |
| 1729 | 2026-03-03T00:19:19.284Z | Mar 03 00:19:18.158 INFO Starting download, target: DendriteStub |
| 1730 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.158 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.158 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.159 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.159 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.159 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.159 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.159 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-03-03T00:19:19.287Z | Mar 03 00:19:18.159 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-03-03T00:19:19.602Z | Mar 03 00:19:18.476 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-03-03T00:19:20.122Z | Mar 03 00:19:18.990 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-03-03T00:19:20.335Z | Mar 03 00:19:19.204 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1741 | 2026-03-03T00:19:20.938Z | Mar 03 00:19:19.811 INFO Download complete, target: Console |
| 1742 | 2026-03-03T00:19:21.106Z | Mar 03 00:19:19.979 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-03-03T00:19:21.275Z | Mar 03 00:19:20.150 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-03-03T00:19:21.555Z | Mar 03 00:19:20.429 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-03-03T00:19:21.690Z | Mar 03 00:19:20.565 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-03-03T00:19:21.690Z | Mar 03 00:19:20.565 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-03-03T00:19:26.001Z | Mar 03 00:19:24.875 INFO Download complete, target: DendriteStub |
| 1748 | 2026-03-03T00:19:26.025Z | Mar 03 00:19:24.900 INFO Download complete, target: MaghemiteMgd |
| 1749 | 2026-03-03T00:19:31.704Z | Mar 03 00:19:30.578 INFO Checking that binary works, target: Cockroach |
| 1750 | 2026-03-03T00:19:31.839Z | Mar 03 00:19:30.713 INFO Download complete, target: Cockroach |
| 1751 | 2026-03-03T00:19:35.776Z | Mar 03 00:19:34.649 INFO Checking that binary works, target: Clickhouse |
| 1752 | 2026-03-03T00:19:35.943Z | Mar 03 00:19:34.817 INFO Download complete, target: Clickhouse |
| 1753 | 2026-03-03T00:19:35.949Z | All prerequisites installed successfully |
| 1754 | 2026-03-03T00:19:35.953Z | |
| 1755 | 2026-03-03T00:19:35.953Z | real 5:16.965281789 |
| 1756 | 2026-03-03T00:19:35.953Z | user 17:30.709269530 |
| 1757 | 2026-03-03T00:19:35.953Z | sys 2:30.367611779 |
| 1758 | 2026-03-03T00:19:35.953Z | trap 0.675314735 |
| 1759 | 2026-03-03T00:19:35.953Z | tflt 0.776064053 |
| 1760 | 2026-03-03T00:19:35.953Z | dflt 0.783980276 |
| 1761 | 2026-03-03T00:19:35.953Z | kflt 0.047491170 |
| 1762 | 2026-03-03T00:19:35.953Z | lock 40:31.638545366 |
| 1763 | 2026-03-03T00:19:35.953Z | slp 1:04:11.548638923 |
| 1764 | 2026-03-03T00:19:35.953Z | lat 1:10.600167561 |
| 1765 | 2026-03-03T00:19:35.953Z | stop 3:07.669230868 |
| 1766 | 2026-03-03T00:19:35.953Z | + ptime -m cargo xtask download softnpu |
| 1767 | 2026-03-03T00:19:36.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1768 | 2026-03-03T00:19:36.796Z | Running `target/debug/xtask download softnpu` |
| 1769 | 2026-03-03T00:19:37.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 1770 | 2026-03-03T00:19:37.999Z | Running `target/debug/xtask-downloader softnpu` |
| 1771 | 2026-03-03T00:19:38.044Z | Mar 03 00:19:36.917 INFO Starting download, target: Softnpu |
| 1772 | 2026-03-03T00:19:38.047Z | Mar 03 00:19:36.918 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1773 | 2026-03-03T00:19:38.753Z | Mar 03 00:19:37.626 INFO Download complete, target: Softnpu |
| 1774 | 2026-03-03T00:19:38.756Z | |
| 1775 | 2026-03-03T00:19:38.760Z | real 2.799859450 |
| 1776 | 2026-03-03T00:19:38.760Z | user 1.993463884 |
| 1777 | 2026-03-03T00:19:38.760Z | sys 0.861268797 |
| 1778 | 2026-03-03T00:19:38.760Z | trap 0.001358835 |
| 1779 | 2026-03-03T00:19:38.760Z | tflt 0.000094814 |
| 1780 | 2026-03-03T00:19:38.760Z | dflt 0.000250002 |
| 1781 | 2026-03-03T00:19:38.760Z | kflt 0.000000000 |
| 1782 | 2026-03-03T00:19:38.760Z | lock 7.307551392 |
| 1783 | 2026-03-03T00:19:38.760Z | slp 0.485674024 |
| 1784 | 2026-03-03T00:19:38.760Z | lat 0.167280309 |
| 1785 | 2026-03-03T00:19:38.760Z | stop 0.000186270 |
| 1786 | 2026-03-03T00:19:38.760Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-03-03T00:19:38.760Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-03-03T00:19:38.760Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1789 | 2026-03-03T00:19:40.135Z | Compiling proc-macro2 v1.0.106 |
| 1790 | 2026-03-03T00:19:40.135Z | Compiling quote v1.0.44 |
| 1791 | 2026-03-03T00:19:40.138Z | Compiling unicode-ident v1.0.24 |
| 1792 | 2026-03-03T00:19:40.138Z | Compiling libc v0.2.180 |
| 1793 | 2026-03-03T00:19:40.138Z | Compiling serde_core v1.0.228 |
| 1794 | 2026-03-03T00:19:40.138Z | Compiling serde v1.0.228 |
| 1795 | 2026-03-03T00:19:40.138Z | Compiling cfg-if v1.0.4 |
| 1796 | 2026-03-03T00:19:40.138Z | Compiling version_check v0.9.5 |
| 1797 | 2026-03-03T00:19:40.528Z | Compiling shlex v1.3.0 |
| 1798 | 2026-03-03T00:19:40.597Z | Compiling find-msvc-tools v0.1.9 |
| 1799 | 2026-03-03T00:19:40.948Z | Compiling typenum v1.19.0 |
| 1800 | 2026-03-03T00:19:40.952Z | Compiling generic-array v0.14.7 |
| 1801 | 2026-03-03T00:19:40.986Z | Compiling portable-atomic v1.13.1 |
| 1802 | 2026-03-03T00:19:41.310Z | Compiling memchr v2.8.0 |
| 1803 | 2026-03-03T00:19:41.571Z | Compiling zmij v1.0.21 |
| 1804 | 2026-03-03T00:19:41.824Z | Compiling serde_json v1.0.149 |
| 1805 | 2026-03-03T00:19:42.041Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-03T00:19:42.553Z | Compiling jobserver v0.1.34 |
| 1807 | 2026-03-03T00:19:42.616Z | Compiling zerocopy v0.8.40 |
| 1808 | 2026-03-03T00:19:42.742Z | Compiling libm v0.2.16 |
| 1809 | 2026-03-03T00:19:42.881Z | Compiling syn v2.0.117 |
| 1810 | 2026-03-03T00:19:42.953Z | Compiling parking_lot_core v0.9.12 |
| 1811 | 2026-03-03T00:19:43.252Z | Compiling cc v1.2.56 |
| 1812 | 2026-03-03T00:19:43.305Z | Compiling num-traits v0.2.19 |
| 1813 | 2026-03-03T00:19:43.335Z | Compiling smallvec v1.15.1 |
| 1814 | 2026-03-03T00:19:43.372Z | Compiling icu_properties_data v2.1.2 |
| 1815 | 2026-03-03T00:19:43.669Z | Compiling icu_normalizer_data v2.1.1 |
| 1816 | 2026-03-03T00:19:43.747Z | Compiling getrandom v0.2.17 |
| 1817 | 2026-03-03T00:19:43.854Z | Compiling itoa v1.0.17 |
| 1818 | 2026-03-03T00:19:44.012Z | Compiling log v0.4.29 |
| 1819 | 2026-03-03T00:19:44.362Z | Compiling getrandom v0.4.1 |
| 1820 | 2026-03-03T00:19:44.690Z | Compiling pkg-config v0.3.32 |
| 1821 | 2026-03-03T00:19:44.813Z | Compiling errno v0.3.14 |
| 1822 | 2026-03-03T00:19:44.933Z | Compiling stable_deref_trait v1.2.1 |
| 1823 | 2026-03-03T00:19:45.103Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-03-03T00:19:45.571Z | Compiling scopeguard v1.2.0 |
| 1825 | 2026-03-03T00:19:45.593Z | Compiling subtle v2.6.1 |
| 1826 | 2026-03-03T00:19:45.739Z | Compiling lock_api v0.4.14 |
| 1827 | 2026-03-03T00:19:45.841Z | Compiling thiserror v2.0.18 |
| 1828 | 2026-03-03T00:19:45.959Z | Compiling fnv v1.0.7 |
| 1829 | 2026-03-03T00:19:46.295Z | Compiling getrandom v0.3.4 |
| 1830 | 2026-03-03T00:19:46.586Z | Compiling critical-section v1.2.0 |
| 1831 | 2026-03-03T00:19:46.660Z | Compiling pin-project-lite v0.2.17 |
| 1832 | 2026-03-03T00:19:46.890Z | Compiling equivalent v1.0.2 |
| 1833 | 2026-03-03T00:19:46.919Z | Compiling allocator-api2 v0.2.21 |
| 1834 | 2026-03-03T00:19:47.235Z | Compiling rustversion v1.0.22 |
| 1835 | 2026-03-03T00:19:47.352Z | Compiling once_cell v1.21.3 |
| 1836 | 2026-03-03T00:19:47.820Z | Compiling bitflags v2.11.0 |
| 1837 | 2026-03-03T00:19:48.222Z | Compiling foldhash v0.2.0 |
| 1838 | 2026-03-03T00:19:48.532Z | Compiling hashbrown v0.16.1 |
| 1839 | 2026-03-03T00:19:48.634Z | Compiling ring v0.17.14 |
| 1840 | 2026-03-03T00:19:48.686Z | Compiling semver v1.0.27 |
| 1841 | 2026-03-03T00:19:49.334Z | Compiling cmake v0.1.57 |
| 1842 | 2026-03-03T00:19:49.681Z | Compiling litemap v0.8.1 |
| 1843 | 2026-03-03T00:19:49.757Z | Compiling fs_extra v1.3.0 |
| 1844 | 2026-03-03T00:19:49.926Z | Compiling writeable v0.6.2 |
| 1845 | 2026-03-03T00:19:50.105Z | Compiling synstructure v0.13.2 |
| 1846 | 2026-03-03T00:19:50.260Z | Compiling dunce v1.0.5 |
| 1847 | 2026-03-03T00:19:50.299Z | Compiling percent-encoding v2.3.2 |
| 1848 | 2026-03-03T00:19:50.431Z | Compiling aws-lc-sys v0.37.1 |
| 1849 | 2026-03-03T00:19:50.594Z | Compiling const-oid v0.9.6 |
| 1850 | 2026-03-03T00:19:50.827Z | Compiling indexmap v2.13.0 |
| 1851 | 2026-03-03T00:19:51.475Z | Compiling rustix v1.1.3 |
| 1852 | 2026-03-03T00:19:52.278Z | Compiling signal-hook-registry v1.4.8 |
| 1853 | 2026-03-03T00:19:52.344Z | Compiling schemars v0.8.22 |
| 1854 | 2026-03-03T00:19:52.392Z | Compiling serde_derive_internals v0.29.1 |
| 1855 | 2026-03-03T00:19:52.465Z | Compiling mio v1.1.1 |
| 1856 | 2026-03-03T00:19:52.679Z | Compiling parking_lot v0.12.5 |
| 1857 | 2026-03-03T00:19:52.768Z | Compiling socket2 v0.6.2 |
| 1858 | 2026-03-03T00:19:52.826Z | Compiling rand_core v0.10.0 |
| 1859 | 2026-03-03T00:19:53.215Z | Compiling aws-lc-rs v1.16.0 |
| 1860 | 2026-03-03T00:19:53.238Z | Compiling utf8_iter v1.0.4 |
| 1861 | 2026-03-03T00:19:53.550Z | Compiling strsim v0.11.1 |
| 1862 | 2026-03-03T00:19:53.800Z | Compiling serde_derive v1.0.228 |
| 1863 | 2026-03-03T00:19:54.086Z | Compiling zeroize_derive v1.4.3 |
| 1864 | 2026-03-03T00:19:54.233Z | Compiling zerofrom-derive v0.1.6 |
| 1865 | 2026-03-03T00:19:54.271Z | Compiling yoke-derive v0.8.1 |
| 1866 | 2026-03-03T00:19:54.329Z | Compiling zerovec-derive v0.11.2 |
| 1867 | 2026-03-03T00:19:54.487Z | Compiling displaydoc v0.2.5 |
| 1868 | 2026-03-03T00:19:54.703Z | Compiling zerocopy-derive v0.8.40 |
| 1869 | 2026-03-03T00:19:55.290Z | Compiling tokio-macros v2.6.0 |
| 1870 | 2026-03-03T00:19:55.384Z | Compiling zeroize v1.8.2 |
| 1871 | 2026-03-03T00:19:55.933Z | Compiling futures-macro v0.3.32 |
| 1872 | 2026-03-03T00:19:56.565Z | Compiling thiserror-impl v2.0.18 |
| 1873 | 2026-03-03T00:19:56.699Z | Compiling tracing-attributes v0.1.31 |
| 1874 | 2026-03-03T00:19:56.970Z | Compiling zerofrom v0.1.6 |
| 1875 | 2026-03-03T00:19:57.220Z | Compiling yoke v0.8.1 |
| 1876 | 2026-03-03T00:19:57.502Z | Compiling crypto-common v0.1.7 |
| 1877 | 2026-03-03T00:19:57.623Z | Compiling zerovec v0.11.5 |
| 1878 | 2026-03-03T00:19:57.626Z | Compiling zerotrie v0.2.3 |
| 1879 | 2026-03-03T00:19:58.647Z | Compiling block-buffer v0.10.4 |
| 1880 | 2026-03-03T00:19:58.834Z | Compiling der_derive v0.7.3 |
| 1881 | 2026-03-03T00:19:58.928Z | Compiling tinystr v0.8.2 |
| 1882 | 2026-03-03T00:19:59.024Z | Compiling potential_utf v0.1.4 |
| 1883 | 2026-03-03T00:19:59.275Z | Compiling icu_locale_core v2.1.1 |
| 1884 | 2026-03-03T00:19:59.357Z | Compiling icu_collections v2.1.1 |
| 1885 | 2026-03-03T00:19:59.377Z | Compiling digest v0.10.7 |
| 1886 | 2026-03-03T00:19:59.534Z | Compiling schemars_derive v0.8.22 |
| 1887 | 2026-03-03T00:20:00.931Z | Compiling icu_provider v2.1.1 |
| 1888 | 2026-03-03T00:20:01.261Z | Compiling form_urlencoded v1.2.2 |
| 1889 | 2026-03-03T00:20:01.799Z | Compiling bytes v1.11.1 |
| 1890 | 2026-03-03T00:20:01.822Z | Compiling icu_properties v2.1.2 |
| 1891 | 2026-03-03T00:20:01.924Z | Compiling icu_normalizer v2.1.1 |
| 1892 | 2026-03-03T00:20:02.793Z | Compiling thiserror v1.0.69 |
| 1893 | 2026-03-03T00:20:03.418Z | Compiling futures-core v0.3.32 |
| 1894 | 2026-03-03T00:20:03.513Z | Compiling ucd-trie v0.1.7 |
| 1895 | 2026-03-03T00:20:03.847Z | Compiling byteorder v1.5.0 |
| 1896 | 2026-03-03T00:20:03.957Z | Compiling pest v2.8.6 |
| 1897 | 2026-03-03T00:20:03.985Z | Compiling tokio v1.49.0 |
| 1898 | 2026-03-03T00:20:04.371Z | Compiling idna_adapter v1.2.1 |
| 1899 | 2026-03-03T00:20:04.634Z | Compiling idna v1.1.0 |
| 1900 | 2026-03-03T00:20:05.793Z | Compiling vcpkg v0.2.15 |
| 1901 | 2026-03-03T00:20:05.972Z | Compiling httparse v1.10.1 |
| 1902 | 2026-03-03T00:20:06.514Z | Compiling heck v0.5.0 |
| 1903 | 2026-03-03T00:20:06.620Z | Compiling ident_case v1.0.1 |
| 1904 | 2026-03-03T00:20:06.838Z | Compiling pest_meta v2.8.6 |
| 1905 | 2026-03-03T00:20:06.921Z | Compiling url v2.5.8 |
| 1906 | 2026-03-03T00:20:07.020Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-03-03T00:20:07.126Z | Compiling openssl-sys v0.9.111 |
| 1908 | 2026-03-03T00:20:08.219Z | Compiling pest_generator v2.8.6 |
| 1909 | 2026-03-03T00:20:09.533Z | Compiling regex-syntax v0.8.10 |
| 1910 | 2026-03-03T00:20:09.667Z | Compiling crossbeam-utils v0.8.21 |
| 1911 | 2026-03-03T00:20:09.865Z | Compiling syn v1.0.109 |
| 1912 | 2026-03-03T00:20:10.277Z | Compiling pest_derive v2.8.6 |
| 1913 | 2026-03-03T00:20:12.339Z | Compiling rustc_version v0.4.1 |
| 1914 | 2026-03-03T00:20:12.753Z | Compiling rustls v0.23.37 |
| 1915 | 2026-03-03T00:20:12.778Z | Compiling cpufeatures v0.2.17 |
| 1916 | 2026-03-03T00:20:12.895Z | Compiling futures-sink v0.3.32 |
| 1917 | 2026-03-03T00:20:13.091Z | Compiling futures-channel v0.3.32 |
| 1918 | 2026-03-03T00:20:13.246Z | Compiling hmac v0.12.1 |
| 1919 | 2026-03-03T00:20:13.605Z | Compiling iana-time-zone v0.1.65 |
| 1920 | 2026-03-03T00:20:13.928Z | Compiling slab v0.4.12 |
| 1921 | 2026-03-03T00:20:13.974Z | Compiling futures-task v0.3.32 |
| 1922 | 2026-03-03T00:20:14.342Z | Compiling futures-io v0.3.32 |
| 1923 | 2026-03-03T00:20:14.361Z | Compiling plain v0.2.3 |
| 1924 | 2026-03-03T00:20:14.556Z | Compiling futures-util v0.3.32 |
| 1925 | 2026-03-03T00:20:14.579Z | Compiling chrono v0.4.44 |
| 1926 | 2026-03-03T00:20:15.196Z | Compiling uuid v1.21.0 |
| 1927 | 2026-03-03T00:20:15.828Z | Compiling block-padding v0.3.3 |
| 1928 | 2026-03-03T00:20:16.123Z | Compiling aho-corasick v1.1.4 |
| 1929 | 2026-03-03T00:20:17.671Z | Compiling inout v0.1.4 |
| 1930 | 2026-03-03T00:20:17.961Z | Compiling ppv-lite86 v0.2.21 |
| 1931 | 2026-03-03T00:20:18.787Z | Compiling regex-automata v0.4.14 |
| 1932 | 2026-03-03T00:20:19.848Z | Compiling time-core v0.1.8 |
| 1933 | 2026-03-03T00:20:19.912Z | Compiling openssl v0.10.75 |
| 1934 | 2026-03-03T00:20:20.465Z | Compiling num-conv v0.2.0 |
| 1935 | 2026-03-03T00:20:20.715Z | Compiling pretty-hex v0.4.1 |
| 1936 | 2026-03-03T00:20:20.900Z | Compiling time-macros v0.2.27 |
| 1937 | 2026-03-03T00:20:21.872Z | Compiling cipher v0.4.4 |
| 1938 | 2026-03-03T00:20:22.375Z | Compiling sha2 v0.10.9 |
| 1939 | 2026-03-03T00:20:22.729Z | Compiling serde_tokenstream v0.2.3 |
| 1940 | 2026-03-03T00:20:22.985Z | Compiling scroll_derive v0.12.1 |
| 1941 | 2026-03-03T00:20:23.156Z | Compiling scroll_derive v0.13.1 |
| 1942 | 2026-03-03T00:20:23.203Z | Compiling crc32fast v1.5.0 |
| 1943 | 2026-03-03T00:20:23.307Z | Compiling either v1.15.0 |
| 1944 | 2026-03-03T00:20:23.331Z | Compiling base64ct v1.8.3 |
| 1945 | 2026-03-03T00:20:23.690Z | Compiling anyhow v1.0.102 |
| 1946 | 2026-03-03T00:20:23.913Z | Compiling pem-rfc7468 v0.7.0 |
| 1947 | 2026-03-03T00:20:23.939Z | Compiling darling_core v0.21.3 |
| 1948 | 2026-03-03T00:20:24.363Z | Compiling rustls-pki-types v1.14.0 |
| 1949 | 2026-03-03T00:20:24.497Z | Compiling openssl-macros v0.1.1 |
| 1950 | 2026-03-03T00:20:25.164Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1951 | 2026-03-03T00:20:25.731Z | Compiling flagset v0.4.7 |
| 1952 | 2026-03-03T00:20:25.915Z | Compiling native-tls v0.2.18 |
| 1953 | 2026-03-03T00:20:25.983Z | Compiling der v0.7.10 |
| 1954 | 2026-03-03T00:20:26.305Z | Compiling regex v1.12.3 |
| 1955 | 2026-03-03T00:20:26.483Z | Compiling rand_core v0.9.5 |
| 1956 | 2026-03-03T00:20:27.204Z | Compiling zerocopy-derive v0.7.35 |
| 1957 | 2026-03-03T00:20:27.882Z | Compiling slog v2.8.2 |
| 1958 | 2026-03-03T00:20:28.129Z | Compiling rayon-core v1.13.0 |
| 1959 | 2026-03-03T00:20:28.239Z | Compiling dyn-clone v1.0.20 |
| 1960 | 2026-03-03T00:20:28.703Z | Compiling spki v0.7.3 |
| 1961 | 2026-03-03T00:20:28.873Z | Compiling salsa20 v0.10.2 |
| 1962 | 2026-03-03T00:20:29.080Z | Compiling pbkdf2 v0.12.2 |
| 1963 | 2026-03-03T00:20:29.276Z | Compiling http v1.4.0 |
| 1964 | 2026-03-03T00:20:29.615Z | Compiling darling_macro v0.21.3 |
| 1965 | 2026-03-03T00:20:30.480Z | Compiling darling v0.21.3 |
| 1966 | 2026-03-03T00:20:30.952Z | Compiling tracing-core v0.1.36 |
| 1967 | 2026-03-03T00:20:31.151Z | Compiling untrusted v0.9.0 |
| 1968 | 2026-03-03T00:20:31.684Z | Compiling camino v1.2.2 |
| 1969 | 2026-03-03T00:20:32.218Z | Compiling tracing v0.1.44 |
| 1970 | 2026-03-03T00:20:33.299Z | Compiling scrypt v0.11.0 |
| 1971 | 2026-03-03T00:20:33.334Z | Compiling rand_chacha v0.9.0 |
| 1972 | 2026-03-03T00:20:33.704Z | Compiling tokio-util v0.7.18 |
| 1973 | 2026-03-03T00:20:34.064Z | Compiling aes v0.8.4 |
| 1974 | 2026-03-03T00:20:35.157Z | Compiling cbc v0.1.2 |
| 1975 | 2026-03-03T00:20:36.198Z | Compiling cookie v0.18.1 |
| 1976 | 2026-03-03T00:20:36.514Z | Compiling usdt-impl v0.5.0 |
| 1977 | 2026-03-03T00:20:36.828Z | Compiling base64 v0.22.1 |
| 1978 | 2026-03-03T00:20:36.866Z | Compiling winnow v0.7.14 |
| 1979 | 2026-03-03T00:20:37.560Z | Compiling paste v1.0.15 |
| 1980 | 2026-03-03T00:20:37.773Z | Compiling usdt-impl v0.6.0 |
| 1981 | 2026-03-03T00:20:37.837Z | Compiling ref-cast v1.0.25 |
| 1982 | 2026-03-03T00:20:38.359Z | Compiling pkcs5 v0.7.1 |
| 1983 | 2026-03-03T00:20:38.644Z | Compiling rand v0.9.2 |
| 1984 | 2026-03-03T00:20:39.638Z | Compiling http-body v1.0.1 |
| 1985 | 2026-03-03T00:20:39.890Z | Compiling scroll v0.13.0 |
| 1986 | 2026-03-03T00:20:40.053Z | Compiling scroll v0.12.0 |
| 1987 | 2026-03-03T00:20:40.362Z | Compiling heapless v0.7.17 |
| 1988 | 2026-03-03T00:20:40.817Z | Compiling serde_spanned v0.6.9 |
| 1989 | 2026-03-03T00:20:40.840Z | Compiling toml_datetime v0.6.11 |
| 1990 | 2026-03-03T00:20:40.967Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1991 | 2026-03-03T00:20:41.308Z | Compiling signal-hook v0.3.18 |
| 1992 | 2026-03-03T00:20:41.466Z | Compiling openssl-probe v0.2.1 |
| 1993 | 2026-03-03T00:20:41.749Z | Compiling untrusted v0.7.1 |
| 1994 | 2026-03-03T00:20:41.941Z | Compiling zstd-safe v7.2.4 |
| 1995 | 2026-03-03T00:20:42.326Z | Compiling goblin v0.8.2 |
| 1996 | 2026-03-03T00:20:42.488Z | Compiling goblin v0.10.5 |
| 1997 | 2026-03-03T00:20:43.784Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1998 | 2026-03-03T00:20:44.812Z | Compiling pkcs8 v0.10.2 |
| 1999 | 2026-03-03T00:20:45.705Z | Compiling zerocopy v0.7.35 |
| 2000 | 2026-03-03T00:20:45.758Z | Compiling darling_core v0.20.11 |
| 2001 | 2026-03-03T00:20:46.181Z | Compiling ref-cast-impl v1.0.25 |
| 2002 | 2026-03-03T00:20:46.355Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2003 | 2026-03-03T00:20:46.930Z | Compiling try-lock v0.2.5 |
| 2004 | 2026-03-03T00:20:47.008Z | Compiling tower-service v0.3.3 |
| 2005 | 2026-03-03T00:20:47.097Z | Compiling winnow v0.5.40 |
| 2006 | 2026-03-03T00:20:47.160Z | Compiling tinyvec_macros v0.1.1 |
| 2007 | 2026-03-03T00:20:47.227Z | Compiling atomic-waker v1.1.2 |
| 2008 | 2026-03-03T00:20:47.527Z | Compiling tower-layer v0.3.3 |
| 2009 | 2026-03-03T00:20:47.715Z | Compiling rustix v0.38.44 |
| 2010 | 2026-03-03T00:20:48.332Z | Compiling h2 v0.4.13 |
| 2011 | 2026-03-03T00:20:50.078Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-03-03T00:20:50.353Z | Compiling dof v0.4.0 |
| 2013 | 2026-03-03T00:20:50.872Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-03-03T00:20:51.877Z | Compiling dof v0.3.0 |
| 2015 | 2026-03-03T00:20:53.354Z | Compiling tinyvec v1.10.0 |
| 2016 | 2026-03-03T00:20:54.202Z | Compiling want v0.3.1 |
| 2017 | 2026-03-03T00:20:55.537Z | Compiling dtrace-parser v0.2.0 |
| 2018 | 2026-03-03T00:20:55.609Z | Compiling dtrace-parser v0.3.0 |
| 2019 | 2026-03-03T00:20:56.361Z | Compiling curve25519-dalek v4.1.3 |
| 2020 | 2026-03-03T00:20:56.913Z | Compiling ipnet v2.11.0 |
| 2021 | 2026-03-03T00:20:57.054Z | Compiling daft-derive v0.1.5 |
| 2022 | 2026-03-03T00:20:57.058Z | Compiling async-trait v0.1.89 |
| 2023 | 2026-03-03T00:20:57.058Z | Compiling spin v0.9.8 |
| 2024 | 2026-03-03T00:20:57.453Z | Compiling thread-id v5.1.0 |
| 2025 | 2026-03-03T00:20:57.603Z | Compiling thread-id v4.2.2 |
| 2026 | 2026-03-03T00:20:57.738Z | Compiling proc-macro-error-attr v1.0.4 |
| 2027 | 2026-03-03T00:20:57.924Z | Compiling foreign-types-shared v0.1.1 |
| 2028 | 2026-03-03T00:20:58.355Z | Compiling fastrand v2.3.0 |
| 2029 | 2026-03-03T00:20:58.587Z | Compiling litrs v1.0.0 |
| 2030 | 2026-03-03T00:20:59.013Z | Compiling num-bigint-dig v0.8.6 |
| 2031 | 2026-03-03T00:20:59.037Z | Compiling smoltcp v0.9.1 |
| 2032 | 2026-03-03T00:20:59.387Z | Compiling pin-utils v0.1.0 |
| 2033 | 2026-03-03T00:20:59.520Z | Compiling httpdate v1.0.3 |
| 2034 | 2026-03-03T00:20:59.642Z | Compiling document-features v0.2.12 |
| 2035 | 2026-03-03T00:20:59.687Z | Compiling tempfile v3.25.0 |
| 2036 | 2026-03-03T00:20:59.847Z | Compiling hyper v1.8.1 |
| 2037 | 2026-03-03T00:20:59.887Z | Compiling foreign-types v0.3.2 |
| 2038 | 2026-03-03T00:21:01.760Z | Compiling darling v0.20.11 |
| 2039 | 2026-03-03T00:21:02.283Z | Compiling ipnetwork v0.21.1 |
| 2040 | 2026-03-03T00:21:03.388Z | Compiling strum_macros v0.26.4 |
| 2041 | 2026-03-03T00:21:04.093Z | Compiling wait-timeout v0.2.1 |
| 2042 | 2026-03-03T00:21:04.541Z | Compiling proc-macro-error v1.0.4 |
| 2043 | 2026-03-03T00:21:05.530Z | Compiling bit-vec v0.8.0 |
| 2044 | 2026-03-03T00:21:05.987Z | Compiling quick-error v1.2.3 |
| 2045 | 2026-03-03T00:21:06.010Z | Compiling powerfmt v0.2.0 |
| 2046 | 2026-03-03T00:21:06.053Z | Compiling unicode-segmentation v1.12.0 |
| 2047 | 2026-03-03T00:21:06.482Z | Compiling simd-adler32 v0.3.8 |
| 2048 | 2026-03-03T00:21:06.505Z | Compiling anstyle v1.0.13 |
| 2049 | 2026-03-03T00:21:07.092Z | Compiling utf8parse v0.2.2 |
| 2050 | 2026-03-03T00:21:07.144Z | Compiling siphasher v1.0.2 |
| 2051 | 2026-03-03T00:21:07.246Z | Compiling anstyle-parse v0.2.7 |
| 2052 | 2026-03-03T00:21:07.716Z | Compiling deranged v0.5.8 |
| 2053 | 2026-03-03T00:21:10.761Z | Compiling rusty-fork v0.3.1 |
| 2054 | 2026-03-03T00:21:11.317Z | Compiling bit-set v0.8.0 |
| 2055 | 2026-03-03T00:21:12.182Z | Compiling hyper-util v0.1.20 |
| 2056 | 2026-03-03T00:21:12.724Z | Compiling derive_builder_core v0.20.2 |
| 2057 | 2026-03-03T00:21:14.670Z | Compiling crossbeam-epoch v0.9.18 |
| 2058 | 2026-03-03T00:21:15.959Z | Compiling unicode-normalization v0.1.25 |
| 2059 | 2026-03-03T00:21:16.012Z | Compiling rustls-native-certs v0.8.3 |
| 2060 | 2026-03-03T00:21:17.287Z | Compiling rand_xorshift v0.4.0 |
| 2061 | 2026-03-03T00:21:17.565Z | Compiling hubpack_derive v0.1.1 |
| 2062 | 2026-03-03T00:21:17.624Z | Compiling sync_wrapper v1.0.2 |
| 2063 | 2026-03-03T00:21:17.823Z | Compiling strum_macros v0.27.2 |
| 2064 | 2026-03-03T00:21:18.402Z | Compiling signature v2.2.0 |
| 2065 | 2026-03-03T00:21:18.674Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2066 | 2026-03-03T00:21:18.761Z | Compiling fs-err v3.3.0 |
| 2067 | 2026-03-03T00:21:18.978Z | Compiling ahash v0.8.12 |
| 2068 | 2026-03-03T00:21:19.228Z | Compiling num_threads v0.1.7 |
| 2069 | 2026-03-03T00:21:19.386Z | Compiling anstyle-query v1.1.5 |
| 2070 | 2026-03-03T00:21:19.580Z | Compiling colorchoice v1.0.4 |
| 2071 | 2026-03-03T00:21:19.780Z | Compiling object v0.37.3 |
| 2072 | 2026-03-03T00:21:19.965Z | Compiling unicode-bidi v0.3.18 |
| 2073 | 2026-03-03T00:21:20.010Z | Compiling adler2 v2.0.1 |
| 2074 | 2026-03-03T00:21:20.264Z | Compiling unicode-properties v0.1.4 |
| 2075 | 2026-03-03T00:21:20.302Z | Compiling is_terminal_polyfill v1.70.2 |
| 2076 | 2026-03-03T00:21:20.465Z | Compiling unarray v0.1.4 |
| 2077 | 2026-03-03T00:21:20.495Z | Compiling time v0.3.47 |
| 2078 | 2026-03-03T00:21:20.655Z | Compiling stringprep v0.1.5 |
| 2079 | 2026-03-03T00:21:20.674Z | Compiling proptest v1.10.0 |
| 2080 | 2026-03-03T00:21:21.002Z | Compiling anstream v0.6.21 |
| 2081 | 2026-03-03T00:21:21.525Z | Compiling miniz_oxide v0.8.9 |
| 2082 | 2026-03-03T00:21:22.816Z | Compiling tower v0.5.3 |
| 2083 | 2026-03-03T00:21:24.804Z | Compiling crossbeam-deque v0.8.6 |
| 2084 | 2026-03-03T00:21:24.872Z | Compiling derive_builder_macro v0.20.2 |
| 2085 | 2026-03-03T00:21:25.526Z | Compiling heck v0.4.1 |
| 2086 | 2026-03-03T00:21:25.721Z | Compiling usdt-macro v0.6.0 |
| 2087 | 2026-03-03T00:21:25.982Z | Compiling usdt-attr-macro v0.6.0 |
| 2088 | 2026-03-03T00:21:27.571Z | Compiling http-body-util v0.1.3 |
| 2089 | 2026-03-03T00:21:27.850Z | Compiling webpki-roots v1.0.6 |
| 2090 | 2026-03-03T00:21:28.065Z | Compiling rand_chacha v0.3.1 |
| 2091 | 2026-03-03T00:21:28.085Z | Compiling num-integer v0.1.46 |
| 2092 | 2026-03-03T00:21:28.414Z | Compiling hash32 v0.2.1 |
| 2093 | 2026-03-03T00:21:28.437Z | Compiling erased-serde v0.3.31 |
| 2094 | 2026-03-03T00:21:28.719Z | Compiling md-5 v0.10.6 |
| 2095 | 2026-03-03T00:21:28.771Z | Compiling vergen-lib v0.1.6 |
| 2096 | 2026-03-03T00:21:28.794Z | Compiling ff v0.13.1 |
| 2097 | 2026-03-03T00:21:29.063Z | Compiling ryu v1.0.23 |
| 2098 | 2026-03-03T00:21:29.144Z | Compiling psl-types v2.0.11 |
| 2099 | 2026-03-03T00:21:29.147Z | Compiling fallible-iterator v0.2.0 |
| 2100 | 2026-03-03T00:21:29.248Z | Compiling base16ct v0.2.0 |
| 2101 | 2026-03-03T00:21:29.352Z | Compiling zlib-rs v0.6.2 |
| 2102 | 2026-03-03T00:21:29.375Z | Compiling iri-string v0.7.10 |
| 2103 | 2026-03-03T00:21:29.561Z | Compiling sec1 v0.7.3 |
| 2104 | 2026-03-03T00:21:29.867Z | Compiling postgres-protocol v0.6.10 |
| 2105 | 2026-03-03T00:21:30.092Z | Compiling publicsuffix v2.3.0 |
| 2106 | 2026-03-03T00:21:30.404Z | Compiling serde_urlencoded v0.7.1 |
| 2107 | 2026-03-03T00:21:30.983Z | Compiling group v0.13.0 |
| 2108 | 2026-03-03T00:21:31.262Z | Compiling num-iter v0.1.45 |
| 2109 | 2026-03-03T00:21:31.463Z | Compiling rand v0.8.5 |
| 2110 | 2026-03-03T00:21:32.333Z | Compiling tower-http v0.6.8 |
| 2111 | 2026-03-03T00:21:32.872Z | Compiling oxnet v0.1.4 |
| 2112 | 2026-03-03T00:21:33.530Z | Compiling zone_cfg_derive v0.3.1 |
| 2113 | 2026-03-03T00:21:33.620Z | Compiling derive_builder v0.20.2 |
| 2114 | 2026-03-03T00:21:33.809Z | Compiling newtype-uuid v1.3.2 |
| 2115 | 2026-03-03T00:21:33.883Z | Compiling tokio-native-tls v0.3.1 |
| 2116 | 2026-03-03T00:21:34.165Z | Compiling flate2 v1.1.9 |
| 2117 | 2026-03-03T00:21:34.393Z | Compiling phf_shared v0.13.1 |
| 2118 | 2026-03-03T00:21:34.945Z | Compiling lazy_static v1.5.0 |
| 2119 | 2026-03-03T00:21:35.346Z | Compiling terminal_size v0.4.3 |
| 2120 | 2026-03-03T00:21:35.588Z | Compiling serde_with_macros v3.17.0 |
| 2121 | 2026-03-03T00:21:35.734Z | Compiling hkdf v0.12.4 |
| 2122 | 2026-03-03T00:21:35.921Z | Compiling clap_derive v4.5.55 |
| 2123 | 2026-03-03T00:21:36.003Z | Compiling enum-as-inner v0.6.1 |
| 2124 | 2026-03-03T00:21:36.502Z | Compiling cargo-platform v0.1.9 |
| 2125 | 2026-03-03T00:21:37.006Z | Compiling crypto-bigint v0.5.5 |
| 2126 | 2026-03-03T00:21:37.237Z | Compiling serde_repr v0.1.20 |
| 2127 | 2026-03-03T00:21:37.259Z | Compiling vergen v9.0.6 |
| 2128 | 2026-03-03T00:21:38.431Z | Compiling clap_lex v1.0.0 |
| 2129 | 2026-03-03T00:21:38.472Z | Compiling foldhash v0.1.5 |
| 2130 | 2026-03-03T00:21:38.550Z | Compiling unicode-width v0.2.0 |
| 2131 | 2026-03-03T00:21:38.829Z | Compiling bitflags v1.3.2 |
| 2132 | 2026-03-03T00:21:39.099Z | Compiling libbz2-rs-sys v0.2.2 |
| 2133 | 2026-03-03T00:21:39.248Z | Compiling bumpalo v3.20.2 |
| 2134 | 2026-03-03T00:21:39.313Z | Compiling managed v0.8.0 |
| 2135 | 2026-03-03T00:21:39.878Z | Compiling elliptic-curve v0.13.8 |
| 2136 | 2026-03-03T00:21:40.257Z | Compiling bzip2 v0.6.1 |
| 2137 | 2026-03-03T00:21:40.284Z | Compiling zopfli v0.8.3 |
| 2138 | 2026-03-03T00:21:40.609Z | Compiling console v0.16.2 |
| 2139 | 2026-03-03T00:21:40.904Z | Compiling clap_builder v4.5.60 |
| 2140 | 2026-03-03T00:21:41.492Z | Compiling hashbrown v0.15.5 |
| 2141 | 2026-03-03T00:21:42.198Z | Compiling cargo_metadata v0.19.2 |
| 2142 | 2026-03-03T00:21:45.496Z | Compiling phf v0.13.1 |
| 2143 | 2026-03-03T00:21:45.815Z | Compiling daft v0.1.5 |
| 2144 | 2026-03-03T00:21:46.037Z | Compiling zstd v0.13.3 |
| 2145 | 2026-03-03T00:21:46.522Z | Compiling hyper-tls v0.6.0 |
| 2146 | 2026-03-03T00:21:46.874Z | Compiling signal-hook-mio v0.2.5 |
| 2147 | 2026-03-03T00:21:46.944Z | Compiling rayon v1.11.0 |
| 2148 | 2026-03-03T00:21:47.080Z | Compiling cookie_store v0.22.1 |
| 2149 | 2026-03-03T00:21:47.230Z | Compiling bzip2 v0.4.4 |
| 2150 | 2026-03-03T00:21:47.653Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-03-03T00:21:47.677Z | Compiling strum v0.27.2 |
| 2152 | 2026-03-03T00:21:48.221Z | Compiling ed25519 v2.2.3 |
| 2153 | 2026-03-03T00:21:48.383Z | Compiling hubpack v0.1.2 |
| 2154 | 2026-03-03T00:21:48.665Z | Compiling rustls-webpki v0.103.9 |
| 2155 | 2026-03-03T00:21:48.775Z | Compiling phf_shared v0.11.3 |
| 2156 | 2026-03-03T00:21:49.590Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-03-03T00:21:50.850Z | Compiling bstr v1.12.1 |
| 2158 | 2026-03-03T00:21:51.232Z | Compiling itertools v0.12.1 |
| 2159 | 2026-03-03T00:21:51.325Z | Compiling float-cmp v0.10.0 |
| 2160 | 2026-03-03T00:21:51.601Z | Compiling rfc6979 v0.4.0 |
| 2161 | 2026-03-03T00:21:51.824Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-03-03T00:21:52.079Z | Compiling hex v0.4.3 |
| 2163 | 2026-03-03T00:21:52.457Z | Compiling env_filter v1.0.0 |
| 2164 | 2026-03-03T00:21:53.009Z | Compiling memmap2 v0.9.10 |
| 2165 | 2026-03-03T00:21:53.441Z | Compiling encoding_rs v0.8.35 |
| 2166 | 2026-03-03T00:21:53.464Z | Compiling precomputed-hash v0.1.1 |
| 2167 | 2026-03-03T00:21:53.618Z | Compiling difflib v0.4.0 |
| 2168 | 2026-03-03T00:21:54.184Z | Compiling static_assertions v1.1.0 |
| 2169 | 2026-03-03T00:21:54.330Z | Compiling rustc-hash v2.1.1 |
| 2170 | 2026-03-03T00:21:54.565Z | Compiling fixedbitset v0.5.7 |
| 2171 | 2026-03-03T00:21:54.724Z | Compiling jiff v0.2.21 |
| 2172 | 2026-03-03T00:21:55.150Z | Compiling new_debug_unreachable v1.0.6 |
| 2173 | 2026-03-03T00:21:55.281Z | Compiling whoami v2.1.0 |
| 2174 | 2026-03-03T00:21:56.550Z | Compiling mime v0.3.17 |
| 2175 | 2026-03-03T00:21:56.768Z | Compiling unit-prefix v0.5.2 |
| 2176 | 2026-03-03T00:21:57.014Z | Compiling normalize-line-endings v0.3.0 |
| 2177 | 2026-03-03T00:21:57.018Z | Compiling fixedbitset v0.4.2 |
| 2178 | 2026-03-03T00:21:57.060Z | Compiling keccak v0.1.6 |
| 2179 | 2026-03-03T00:21:57.186Z | Compiling data-encoding v2.10.0 |
| 2180 | 2026-03-03T00:21:57.441Z | Compiling tokio-rustls v0.26.4 |
| 2181 | 2026-03-03T00:21:57.492Z | Compiling rustls-platform-verifier v0.6.2 |
| 2182 | 2026-03-03T00:21:57.978Z | Compiling hyper-rustls v0.27.7 |
| 2183 | 2026-03-03T00:21:58.518Z | Compiling toml_write v0.1.2 |
| 2184 | 2026-03-03T00:21:59.050Z | Compiling predicates-core v1.0.10 |
| 2185 | 2026-03-03T00:21:59.388Z | Compiling predicates v3.1.4 |
| 2186 | 2026-03-03T00:22:00.111Z | Compiling toml_edit v0.22.27 |
| 2187 | 2026-03-03T00:22:00.714Z | Compiling reqwest v0.12.28 |
| 2188 | 2026-03-03T00:22:03.853Z | Compiling zip v4.6.1 |
| 2189 | 2026-03-03T00:22:04.419Z | Compiling reqwest v0.13.2 |
| 2190 | 2026-03-03T00:22:04.450Z | Compiling hickory-proto v0.25.2 |
| 2191 | 2026-03-03T00:22:05.853Z | Compiling sha3 v0.10.8 |
| 2192 | 2026-03-03T00:22:05.936Z | Compiling petgraph v0.6.5 |
| 2193 | 2026-03-03T00:22:06.231Z | Compiling indicatif v0.18.4 |
| 2194 | 2026-03-03T00:22:07.994Z | Compiling tokio-postgres v0.7.16 |
| 2195 | 2026-03-03T00:22:09.533Z | Compiling string_cache v0.8.9 |
| 2196 | 2026-03-03T00:22:09.988Z | Compiling petgraph v0.8.3 |
| 2197 | 2026-03-03T00:22:12.777Z | Compiling iddqd v0.3.17 |
| 2198 | 2026-03-03T00:22:12.806Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2199 | 2026-03-03T00:22:14.877Z | Compiling zone v0.3.1 |
| 2200 | 2026-03-03T00:22:15.393Z | Compiling usdt v0.6.0 |
| 2201 | 2026-03-03T00:22:15.892Z | Compiling env_logger v0.11.9 |
| 2202 | 2026-03-03T00:22:16.284Z | Compiling serde_with v3.17.0 |
| 2203 | 2026-03-03T00:22:16.366Z | Compiling similar v2.7.0 |
| 2204 | 2026-03-03T00:22:16.603Z | Compiling ecdsa v0.16.9 |
| 2205 | 2026-03-03T00:22:18.147Z | Compiling rsa v0.9.10 |
| 2206 | 2026-03-03T00:22:19.824Z | Compiling ed25519-dalek v2.2.0 |
| 2207 | 2026-03-03T00:22:21.144Z | Compiling zip v0.6.6 |
| 2208 | 2026-03-03T00:22:21.265Z | Compiling crossterm v0.28.1 |
| 2209 | 2026-03-03T00:22:23.100Z | Compiling clap v4.5.60 |
| 2210 | 2026-03-03T00:22:23.243Z | Compiling strum v0.26.3 |
| 2211 | 2026-03-03T00:22:23.464Z | Compiling toml v0.7.8 |
| 2212 | 2026-03-03T00:22:24.250Z | Compiling tokio-stream v0.1.18 |
| 2213 | 2026-03-03T00:22:24.798Z | Compiling x509-cert v0.2.5 |
| 2214 | 2026-03-03T00:22:27.321Z | Compiling itertools v0.13.0 |
| 2215 | 2026-03-03T00:22:27.994Z | Compiling buf-list v1.1.2 |
| 2216 | 2026-03-03T00:22:28.317Z | Compiling sha1 v0.10.6 |
| 2217 | 2026-03-03T00:22:28.496Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2218 | 2026-03-03T00:22:28.635Z | Compiling openapiv3 v2.2.0 |
| 2219 | 2026-03-03T00:22:30.294Z | Compiling lalrpop-util v0.19.12 |
| 2220 | 2026-03-03T00:22:30.673Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-03-03T00:22:35.770Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2222 | 2026-03-03T00:22:57.005Z | Compiling itertools v0.14.0 |
| 2223 | 2026-03-03T00:23:00.511Z | Compiling macaddr v1.0.1 |
| 2224 | 2026-03-03T00:23:00.592Z | Compiling structmeta-derive v0.3.0 |
| 2225 | 2026-03-03T00:23:01.831Z | Compiling heapless v0.8.0 |
| 2226 | 2026-03-03T00:23:02.739Z | Compiling structmeta v0.3.0 |
| 2227 | 2026-03-03T00:23:04.457Z | Compiling ingot-macros v0.1.1 |
| 2228 | 2026-03-03T00:23:11.846Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2229 | 2026-03-03T00:23:12.851Z | Compiling hash32 v0.3.1 |
| 2230 | 2026-03-03T00:23:14.172Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2231 | 2026-03-03T00:23:14.813Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-03-03T00:23:17.683Z | Compiling proc-macro-crate v3.4.0 |
| 2233 | 2026-03-03T00:23:21.661Z | Compiling ingot-types v0.1.2 |
| 2234 | 2026-03-03T00:23:32.933Z | Compiling cobs v0.3.0 |
| 2235 | 2026-03-03T00:23:34.222Z | Compiling rustls v0.22.4 |
| 2236 | 2026-03-03T00:23:34.625Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2237 | 2026-03-03T00:23:51.863Z | Compiling postcard v1.1.3 |
| 2238 | 2026-03-03T00:23:59.559Z | Compiling ingot v0.1.1 |
| 2239 | 2026-03-03T00:24:02.642Z | Compiling num_enum_derive v0.7.5 |
| 2240 | 2026-03-03T00:24:05.569Z | Compiling proc-macro-crate v1.3.1 |
| 2241 | 2026-03-03T00:24:06.384Z | Compiling rustls-webpki v0.102.8 |
| 2242 | 2026-03-03T00:24:06.856Z | Compiling futures-executor v0.3.32 |
| 2243 | 2026-03-03T00:24:07.813Z | Compiling foreign-types-macros v0.2.3 |
| 2244 | 2026-03-03T00:24:07.863Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2245 | 2026-03-03T00:24:07.885Z | Compiling multer v3.1.0 |
| 2246 | 2026-03-03T00:24:08.177Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-03T00:24:08.323Z | Compiling thread_local v1.1.9 |
| 2248 | 2026-03-03T00:24:08.845Z | Compiling slog-async v2.8.0 |
| 2249 | 2026-03-03T00:24:08.935Z | Compiling cpufeatures v0.3.0 |
| 2250 | 2026-03-03T00:24:08.986Z | Compiling foreign-types-shared v0.3.1 |
| 2251 | 2026-03-03T00:24:09.086Z | Compiling match_cfg v0.1.0 |
| 2252 | 2026-03-03T00:24:09.163Z | Compiling foreign-types v0.5.0 |
| 2253 | 2026-03-03T00:24:09.222Z | Compiling hostname v0.3.1 |
| 2254 | 2026-03-03T00:24:09.319Z | Compiling chacha20 v0.10.0 |
| 2255 | 2026-03-03T00:24:09.535Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2256 | 2026-03-03T00:24:09.671Z | Compiling futures v0.3.32 |
| 2257 | 2026-03-03T00:24:09.818Z | Compiling num_enum_derive v0.5.11 |
| 2258 | 2026-03-03T00:24:09.841Z | Compiling num_enum v0.7.5 |
| 2259 | 2026-03-03T00:24:10.135Z | Compiling derive-ex v0.1.8 |
| 2260 | 2026-03-03T00:24:10.332Z | Compiling tabwriter v1.4.1 |
| 2261 | 2026-03-03T00:24:10.570Z | Compiling slog-json v2.6.1 |
| 2262 | 2026-03-03T00:24:11.050Z | Compiling crossbeam-channel v0.5.15 |
| 2263 | 2026-03-03T00:24:11.105Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2264 | 2026-03-03T00:24:11.885Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2265 | 2026-03-03T00:24:11.944Z | Compiling async-stream-impl v0.3.6 |
| 2266 | 2026-03-03T00:24:12.571Z | Compiling serde_spanned v1.0.4 |
| 2267 | 2026-03-03T00:24:12.784Z | Compiling cstr-argument v0.1.2 |
| 2268 | 2026-03-03T00:24:12.847Z | Compiling memoffset v0.9.1 |
| 2269 | 2026-03-03T00:24:13.063Z | Compiling is-terminal v0.4.17 |
| 2270 | 2026-03-03T00:24:13.187Z | Compiling dropshot v0.16.7 |
| 2271 | 2026-03-03T00:24:13.226Z | Compiling typeid v1.0.3 |
| 2272 | 2026-03-03T00:24:13.248Z | Compiling take_mut v0.2.2 |
| 2273 | 2026-03-03T00:24:13.454Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2274 | 2026-03-03T00:24:13.537Z | Compiling crucible-workspace-hack v0.1.0 |
| 2275 | 2026-03-03T00:24:13.567Z | Compiling term v1.2.1 |
| 2276 | 2026-03-03T00:24:13.726Z | Compiling cfg_aliases v0.2.1 |
| 2277 | 2026-03-03T00:24:13.796Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2278 | 2026-03-03T00:24:13.855Z | Compiling test-strategy v0.4.5 |
| 2279 | 2026-03-03T00:24:13.877Z | Compiling nix v0.30.1 |
| 2280 | 2026-03-03T00:24:14.345Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2281 | 2026-03-03T00:24:14.696Z | Compiling tokio-rustls v0.25.0 |
| 2282 | 2026-03-03T00:24:15.199Z | Compiling slog-term v2.9.2 |
| 2283 | 2026-03-03T00:24:16.048Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-03-03T00:24:16.394Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2285 | 2026-03-03T00:24:16.981Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2286 | 2026-03-03T00:24:17.030Z | Compiling num_enum v0.5.11 |
| 2287 | 2026-03-03T00:24:17.209Z | Compiling slog-bunyan v2.5.0 |
| 2288 | 2026-03-03T00:24:17.264Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2289 | 2026-03-03T00:24:17.449Z | Compiling rand v0.10.0 |
| 2290 | 2026-03-03T00:24:17.697Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-03-03T00:24:17.833Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2292 | 2026-03-03T00:24:18.289Z | Compiling waitgroup v0.1.2 |
| 2293 | 2026-03-03T00:24:18.311Z | Compiling rustls-pemfile v2.2.0 |
| 2294 | 2026-03-03T00:24:18.575Z | Compiling newtype-uuid-macros v0.1.0 |
| 2295 | 2026-03-03T00:24:18.728Z | Compiling dropshot_endpoint v0.16.7 |
| 2296 | 2026-03-03T00:24:18.871Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2297 | 2026-03-03T00:24:19.306Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2298 | 2026-03-03T00:24:19.671Z | Compiling serde_path_to_error v0.1.20 |
| 2299 | 2026-03-03T00:24:19.793Z | Compiling hostname v0.4.2 |
| 2300 | 2026-03-03T00:24:20.116Z | Compiling instant v0.1.13 |
| 2301 | 2026-03-03T00:24:20.189Z | Compiling colored v3.1.1 |
| 2302 | 2026-03-03T00:24:20.189Z | Compiling erased-serde v0.4.9 |
| 2303 | 2026-03-03T00:24:20.315Z | Compiling debug-ignore v1.0.5 |
| 2304 | 2026-03-03T00:24:20.518Z | Compiling backoff v0.4.0 |
| 2305 | 2026-03-03T00:24:20.631Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2306 | 2026-03-03T00:24:21.045Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2307 | 2026-03-03T00:24:21.105Z | Compiling parse-display v0.10.0 |
| 2308 | 2026-03-03T00:24:21.317Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2309 | 2026-03-03T00:24:21.686Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2310 | 2026-03-03T00:24:23.206Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-03-03T00:24:23.974Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2312 | 2026-03-03T00:24:24.558Z | Compiling progenitor-client v0.13.0 |
| 2313 | 2026-03-03T00:24:24.682Z | Compiling progenitor-client v0.10.0 |
| 2314 | 2026-03-03T00:24:24.806Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2315 | 2026-03-03T00:24:25.134Z | Compiling camino-tempfile v1.4.1 |
| 2316 | 2026-03-03T00:24:25.598Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2317 | 2026-03-03T00:24:25.667Z | Compiling backon v1.6.0 |
| 2318 | 2026-03-03T00:24:25.988Z | Compiling regress v0.10.5 |
| 2319 | 2026-03-03T00:24:26.165Z | Compiling secrecy v0.10.3 |
| 2320 | 2026-03-03T00:24:26.505Z | Compiling num-derive v0.4.2 |
| 2321 | 2026-03-03T00:24:26.800Z | Compiling sigpipe v0.1.3 |
| 2322 | 2026-03-03T00:24:26.972Z | Compiling libefi-sys v0.1.0 |
| 2323 | 2026-03-03T00:24:27.343Z | Compiling glob v0.3.3 |
| 2324 | 2026-03-03T00:24:28.739Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2325 | 2026-03-03T00:24:28.901Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2326 | 2026-03-03T00:24:29.154Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2327 | 2026-03-03T00:24:29.559Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2328 | 2026-03-03T00:24:29.778Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2329 | 2026-03-03T00:24:30.395Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2330 | 2026-03-03T00:24:30.508Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2331 | 2026-03-03T00:24:33.487Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-03-03T00:24:33.809Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-03-03T00:24:34.978Z | Compiling smf v0.2.3 |
| 2334 | 2026-03-03T00:24:35.180Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-03-03T00:24:36.546Z | Compiling ordered-float v2.10.1 |
| 2336 | 2026-03-03T00:24:37.252Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-03-03T00:24:37.674Z | Compiling memmap v0.7.0 |
| 2338 | 2026-03-03T00:24:37.958Z | Compiling whoami v1.6.1 |
| 2339 | 2026-03-03T00:24:38.092Z | Compiling usdt v0.5.0 |
| 2340 | 2026-03-03T00:24:38.274Z | Compiling serde-value v0.7.0 |
| 2341 | 2026-03-03T00:24:38.583Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2342 | 2026-03-03T00:24:38.951Z | Compiling serde-untagged v0.1.9 |
| 2343 | 2026-03-03T00:24:39.160Z | Compiling toml v0.8.23 |
| 2344 | 2026-03-03T00:24:39.399Z | Compiling filetime v0.2.27 |
| 2345 | 2026-03-03T00:24:39.451Z | Compiling arrayref v0.3.9 |
| 2346 | 2026-03-03T00:24:39.474Z | Compiling unicode-xid v0.2.6 |
| 2347 | 2026-03-03T00:24:39.595Z | Compiling xattr v1.6.1 |
| 2348 | 2026-03-03T00:24:39.743Z | Compiling same-file v1.0.6 |
| 2349 | 2026-03-03T00:24:39.762Z | Compiling arrayvec v0.7.6 |
| 2350 | 2026-03-03T00:24:39.791Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-03-03T00:24:39.904Z | Compiling constant_time_eq v0.4.2 |
| 2352 | 2026-03-03T00:24:39.947Z | Compiling walkdir v2.5.0 |
| 2353 | 2026-03-03T00:24:39.971Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2354 | 2026-03-03T00:24:40.046Z | Compiling tar v0.4.44 |
| 2355 | 2026-03-03T00:24:40.265Z | Compiling cargo-util-schemas v0.8.2 |
| 2356 | 2026-03-03T00:24:41.502Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2357 | 2026-03-03T00:24:41.575Z | Compiling tokio-dtrace v0.1.1 |
| 2358 | 2026-03-03T00:24:41.955Z | Compiling gethostname v0.5.0 |
| 2359 | 2026-03-03T00:24:42.189Z | Compiling cargo-platform v0.2.0 |
| 2360 | 2026-03-03T00:24:42.325Z | Compiling topological-sort v0.2.2 |
| 2361 | 2026-03-03T00:24:42.670Z | Compiling omicron-zone-package v0.12.2 |
| 2362 | 2026-03-03T00:24:42.936Z | Compiling oxide-tokio-rt v0.1.2 |
| 2363 | 2026-03-03T00:24:43.407Z | Compiling cargo_metadata v0.21.0 |
| 2364 | 2026-03-03T00:24:43.618Z | Compiling shell-words v1.1.1 |
| 2365 | 2026-03-03T00:24:44.146Z | Compiling indent_write v2.2.0 |
| 2366 | 2026-03-03T00:24:44.893Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2367 | 2026-03-03T00:24:52.201Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2368 | 2026-03-03T00:24:54.029Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2369 | 2026-03-03T00:24:56.744Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2370 | 2026-03-03T00:25:14.418Z | Finished `release` profile [optimized] target(s) in 5m 35s |
| 2371 | 2026-03-03T00:25:14.621Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2372 | 2026-03-03T00:25:14.691Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2373 | 2026-03-03T00:25:14.694Z | Created new build target 'test' and set it as active |
| 2374 | 2026-03-03T00:25:14.696Z | |
| 2375 | 2026-03-03T00:25:14.696Z | real 5:35.910866278 |
| 2376 | 2026-03-03T00:25:14.696Z | user 37:50.615350145 |
| 2377 | 2026-03-03T00:25:14.696Z | sys 3:44.573404421 |
| 2378 | 2026-03-03T00:25:14.696Z | trap 1.183565238 |
| 2379 | 2026-03-03T00:25:14.696Z | tflt 2.157202455 |
| 2380 | 2026-03-03T00:25:14.696Z | dflt 0.955651174 |
| 2381 | 2026-03-03T00:25:14.696Z | kflt 0.000109965 |
| 2382 | 2026-03-03T00:25:14.696Z | lock 1:46:42.410016042 |
| 2383 | 2026-03-03T00:25:14.696Z | slp 2:25:44.598697587 |
| 2384 | 2026-03-03T00:25:14.696Z | lat 2:32.637577826 |
| 2385 | 2026-03-03T00:25:14.696Z | stop 5:25.060434383 |
| 2386 | 2026-03-03T00:25:14.696Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2387 | 2026-03-03T00:25:16.012Z | Finished `release` profile [optimized] target(s) in 1.24s |
| 2388 | 2026-03-03T00:25:16.080Z | Running `target/release/omicron-package -t test package` |
| 2389 | 2026-03-03T00:25:16.136Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2390 | 2026-03-03T00:25:18.203Z | Compiling regress v0.10.5 |
| 2391 | 2026-03-03T00:25:18.206Z | Compiling heck v0.5.0 |
| 2392 | 2026-03-03T00:25:18.206Z | Compiling unsafe-libyaml v0.2.11 |
| 2393 | 2026-03-03T00:25:18.476Z | Compiling convert_case v0.4.0 |
| 2394 | 2026-03-03T00:25:18.501Z | Compiling half v2.7.1 |
| 2395 | 2026-03-03T00:25:18.501Z | Compiling ciborium-io v0.2.2 |
| 2396 | 2026-03-03T00:25:18.560Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2397 | 2026-03-03T00:25:18.564Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2398 | 2026-03-03T00:25:18.704Z | Compiling typify-impl v0.6.1 |
| 2399 | 2026-03-03T00:25:19.137Z | Compiling derive_more v0.99.20 |
| 2400 | 2026-03-03T00:25:19.283Z | Compiling ciborium-ll v0.2.2 |
| 2401 | 2026-03-03T00:25:19.769Z | Compiling serde_yaml v0.9.34+deprecated |
| 2402 | 2026-03-03T00:25:19.834Z | Compiling ciborium v0.2.2 |
| 2403 | 2026-03-03T00:25:20.090Z | Compiling prettyplease v0.2.37 |
| 2404 | 2026-03-03T00:25:20.514Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2405 | 2026-03-03T00:25:21.073Z | Compiling universal-hash v0.5.1 |
| 2406 | 2026-03-03T00:25:21.367Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2407 | 2026-03-03T00:25:21.902Z | Compiling unicode-width v0.1.14 |
| 2408 | 2026-03-03T00:25:22.640Z | Compiling opaque-debug v0.3.1 |
| 2409 | 2026-03-03T00:25:22.788Z | Compiling poly1305 v0.8.0 |
| 2410 | 2026-03-03T00:25:23.072Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2411 | 2026-03-03T00:25:23.466Z | Compiling chacha20 v0.9.1 |
| 2412 | 2026-03-03T00:25:23.780Z | Compiling thiserror-no-std v2.0.2 |
| 2413 | 2026-03-03T00:25:23.968Z | Compiling password-hash v0.5.0 |
| 2414 | 2026-03-03T00:25:24.006Z | Compiling blake2 v0.10.6 |
| 2415 | 2026-03-03T00:25:24.213Z | Compiling aead v0.5.2 |
| 2416 | 2026-03-03T00:25:24.625Z | Compiling is-terminal v0.4.17 |
| 2417 | 2026-03-03T00:25:24.750Z | Compiling swrite v0.1.0 |
| 2418 | 2026-03-03T00:25:24.806Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2419 | 2026-03-03T00:25:24.955Z | Compiling argon2 v0.5.3 |
| 2420 | 2026-03-03T00:25:25.220Z | Compiling chacha20poly1305 v0.10.1 |
| 2421 | 2026-03-03T00:25:25.516Z | Compiling vsss-rs v3.3.4 |
| 2422 | 2026-03-03T00:25:25.998Z | Compiling typify-impl v0.4.3 |
| 2423 | 2026-03-03T00:25:26.175Z | Compiling serde_spanned v1.0.4 |
| 2424 | 2026-03-03T00:25:26.496Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2425 | 2026-03-03T00:25:26.968Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2426 | 2026-03-03T00:25:27.420Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2427 | 2026-03-03T00:25:28.166Z | Compiling bytecount v0.6.9 |
| 2428 | 2026-03-03T00:25:28.550Z | Compiling rustls v0.22.4 |
| 2429 | 2026-03-03T00:25:28.599Z | Compiling rustls-webpki v0.102.8 |
| 2430 | 2026-03-03T00:25:29.840Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2431 | 2026-03-03T00:25:29.945Z | Compiling derive-where v1.6.0 |
| 2432 | 2026-03-03T00:25:30.274Z | Compiling thread_local v1.1.9 |
| 2433 | 2026-03-03T00:25:30.731Z | Compiling match_cfg v0.1.0 |
| 2434 | 2026-03-03T00:25:30.882Z | Compiling hostname v0.3.1 |
| 2435 | 2026-03-03T00:25:32.233Z | Compiling typify-macro v0.6.1 |
| 2436 | 2026-03-03T00:25:35.194Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2437 | 2026-03-03T00:25:35.344Z | Compiling multer v3.1.0 |
| 2438 | 2026-03-03T00:25:35.441Z | Compiling slog-async v2.8.0 |
| 2439 | 2026-03-03T00:25:35.536Z | Compiling slog-json v2.6.1 |
| 2440 | 2026-03-03T00:25:35.647Z | Compiling typify-macro v0.4.3 |
| 2441 | 2026-03-03T00:25:35.726Z | Compiling typify v0.6.1 |
| 2442 | 2026-03-03T00:25:35.908Z | Compiling progenitor-impl v0.13.0 |
| 2443 | 2026-03-03T00:25:36.514Z | Compiling crossbeam-channel v0.5.15 |
| 2444 | 2026-03-03T00:25:37.505Z | Compiling futures-executor v0.3.32 |
| 2445 | 2026-03-03T00:25:37.997Z | Compiling take_mut v0.2.2 |
| 2446 | 2026-03-03T00:25:38.223Z | Compiling term v1.2.1 |
| 2447 | 2026-03-03T00:25:39.015Z | Compiling typify v0.4.3 |
| 2448 | 2026-03-03T00:25:39.245Z | Compiling slog-term v2.9.2 |
| 2449 | 2026-03-03T00:25:39.389Z | Compiling futures v0.3.32 |
| 2450 | 2026-03-03T00:25:39.464Z | Compiling slog-bunyan v2.5.0 |
| 2451 | 2026-03-03T00:25:39.557Z | Compiling tokio-rustls v0.25.0 |
| 2452 | 2026-03-03T00:25:40.060Z | Compiling dropshot v0.16.7 |
| 2453 | 2026-03-03T00:25:40.171Z | Compiling async-stream v0.3.6 |
| 2454 | 2026-03-03T00:25:40.471Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2455 | 2026-03-03T00:25:40.503Z | Compiling waitgroup v0.1.2 |
| 2456 | 2026-03-03T00:25:40.656Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-03-03T00:25:40.769Z | Compiling serde_path_to_error v0.1.20 |
| 2458 | 2026-03-03T00:25:40.844Z | Compiling hostname v0.4.2 |
| 2459 | 2026-03-03T00:25:41.025Z | Compiling instant v0.1.13 |
| 2460 | 2026-03-03T00:25:41.092Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-03-03T00:25:41.223Z | Compiling backoff v0.4.0 |
| 2462 | 2026-03-03T00:25:41.306Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2463 | 2026-03-03T00:25:41.758Z | Compiling progenitor-macro v0.13.0 |
| 2464 | 2026-03-03T00:25:42.456Z | Compiling parse-display v0.10.0 |
| 2465 | 2026-03-03T00:25:43.020Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2466 | 2026-03-03T00:25:43.269Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2467 | 2026-03-03T00:25:44.836Z | Compiling progenitor-client v0.10.0 |
| 2468 | 2026-03-03T00:25:45.437Z | Compiling progenitor-client v0.13.0 |
| 2469 | 2026-03-03T00:25:46.134Z | Compiling backon v1.6.0 |
| 2470 | 2026-03-03T00:25:46.586Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-03-03T00:25:48.634Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-03-03T00:25:49.126Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2473 | 2026-03-03T00:25:52.876Z | Compiling progenitor v0.13.0 |
| 2474 | 2026-03-03T00:25:53.177Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2475 | 2026-03-03T00:25:53.661Z | Compiling console v0.15.11 |
| 2476 | 2026-03-03T00:25:53.790Z | Compiling newline-converter v0.3.0 |
| 2477 | 2026-03-03T00:25:54.060Z | Compiling atomicwrites v0.4.4 |
| 2478 | 2026-03-03T00:25:54.687Z | Compiling num-rational v0.4.2 |
| 2479 | 2026-03-03T00:25:57.066Z | Compiling num-complex v0.4.6 |
| 2480 | 2026-03-03T00:25:58.324Z | Compiling slog-dtrace v0.3.0 |
| 2481 | 2026-03-03T00:25:58.825Z | Compiling num v0.4.3 |
| 2482 | 2026-03-03T00:25:58.995Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-03-03T00:25:59.337Z | Compiling async-recursion v1.1.1 |
| 2484 | 2026-03-03T00:25:59.423Z | Compiling float-ord v0.3.2 |
| 2485 | 2026-03-03T00:25:59.657Z | Compiling cancel-safe-futures v0.1.5 |
| 2486 | 2026-03-03T00:26:00.102Z | Compiling owo-colors v4.3.0 |
| 2487 | 2026-03-03T00:26:00.891Z | Compiling libsw-core v0.3.2 |
| 2488 | 2026-03-03T00:26:01.271Z | Compiling resolv-conf v0.7.6 |
| 2489 | 2026-03-03T00:26:02.452Z | Compiling libsw v3.5.0 |
| 2490 | 2026-03-03T00:26:03.517Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2491 | 2026-03-03T00:26:03.841Z | Compiling toml v0.8.23 |
| 2492 | 2026-03-03T00:26:05.319Z | Compiling linear-map v1.2.0 |
| 2493 | 2026-03-03T00:26:05.620Z | Compiling linked-hash-map v0.5.6 |
| 2494 | 2026-03-03T00:26:05.815Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2495 | 2026-03-03T00:26:06.075Z | Compiling minimal-lexical v0.2.1 |
| 2496 | 2026-03-03T00:26:06.270Z | Compiling lru-cache v0.1.2 |
| 2497 | 2026-03-03T00:26:06.565Z | Compiling nom v7.1.3 |
| 2498 | 2026-03-03T00:26:10.084Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2499 | 2026-03-03T00:26:13.212Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-03-03T00:26:13.462Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2501 | 2026-03-03T00:26:13.618Z | Compiling globset v0.4.18 |
| 2502 | 2026-03-03T00:26:14.184Z | Compiling hickory-proto v0.24.4 |
| 2503 | 2026-03-03T00:26:20.156Z | Compiling hickory-resolver v0.24.4 |
| 2504 | 2026-03-03T00:26:24.475Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-03-03T00:26:26.687Z | Compiling progenitor-impl v0.11.2 |
| 2506 | 2026-03-03T00:26:28.639Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2507 | 2026-03-03T00:26:29.522Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2508 | 2026-03-03T00:26:32.516Z | Compiling convert_case v0.10.0 |
| 2509 | 2026-03-03T00:26:33.138Z | Compiling derive_more-impl v2.1.1 |
| 2510 | 2026-03-03T00:26:34.097Z | Compiling progenitor-macro v0.11.2 |
| 2511 | 2026-03-03T00:26:35.177Z | Compiling qorb v0.4.1 |
| 2512 | 2026-03-03T00:26:40.361Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2513 | 2026-03-03T00:26:41.326Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2514 | 2026-03-03T00:26:44.524Z | Compiling progenitor-client v0.11.2 |
| 2515 | 2026-03-03T00:26:45.152Z | Compiling pin-project-internal v1.1.11 |
| 2516 | 2026-03-03T00:26:45.638Z | Compiling progenitor v0.11.2 |
| 2517 | 2026-03-03T00:26:45.933Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2518 | 2026-03-03T00:26:47.202Z | Compiling derive_more v2.1.1 |
| 2519 | 2026-03-03T00:26:47.371Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-03-03T00:26:47.517Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2521 | 2026-03-03T00:26:47.763Z | Compiling pin-project v1.1.11 |
| 2522 | 2026-03-03T00:26:47.807Z | Compiling pem v3.0.6 |
| 2523 | 2026-03-03T00:26:47.955Z | Compiling snafu-derive v0.8.9 |
| 2524 | 2026-03-03T00:26:47.989Z | Compiling termtree v0.5.1 |
| 2525 | 2026-03-03T00:26:48.111Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2526 | 2026-03-03T00:26:48.354Z | Compiling crossterm v0.29.0 |
| 2527 | 2026-03-03T00:26:49.171Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2528 | 2026-03-03T00:26:49.357Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2529 | 2026-03-03T00:26:52.346Z | Compiling snafu v0.8.9 |
| 2530 | 2026-03-03T00:26:54.779Z | Compiling olpc-cjson v0.1.4 |
| 2531 | 2026-03-03T00:26:55.207Z | Compiling phf_shared v0.12.1 |
| 2532 | 2026-03-03T00:26:55.605Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2533 | 2026-03-03T00:26:55.744Z | Compiling csv-core v0.1.13 |
| 2534 | 2026-03-03T00:26:56.366Z | Compiling vte v0.14.1 |
| 2535 | 2026-03-03T00:26:56.661Z | Compiling serde_plain v1.0.2 |
| 2536 | 2026-03-03T00:26:56.723Z | Compiling highway v1.3.0 |
| 2537 | 2026-03-03T00:26:56.834Z | Compiling chrono-tz v0.10.4 |
| 2538 | 2026-03-03T00:26:56.867Z | Compiling typed-path v0.9.3 |
| 2539 | 2026-03-03T00:26:57.270Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2540 | 2026-03-03T00:26:57.300Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-03-03T00:26:57.811Z | Compiling strip-ansi-escapes v0.2.1 |
| 2542 | 2026-03-03T00:26:58.341Z | Compiling csv v1.4.0 |
| 2543 | 2026-03-03T00:26:59.215Z | Compiling phf v0.12.1 |
| 2544 | 2026-03-03T00:26:59.625Z | Compiling const_format_proc_macros v0.2.34 |
| 2545 | 2026-03-03T00:27:00.646Z | Compiling tough v0.20.0 |
| 2546 | 2026-03-03T00:27:01.502Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2547 | 2026-03-03T00:27:02.530Z | Compiling papergrid v0.11.0 |
| 2548 | 2026-03-03T00:27:03.774Z | Compiling fd-lock v4.0.4 |
| 2549 | 2026-03-03T00:27:04.070Z | Compiling peg-macros v0.8.5 |
| 2550 | 2026-03-03T00:27:04.103Z | Compiling tabled_derive v0.7.0 |
| 2551 | 2026-03-03T00:27:05.916Z | Compiling nu-ansi-term v0.50.3 |
| 2552 | 2026-03-03T00:27:06.197Z | Compiling tabled v0.15.0 |
| 2553 | 2026-03-03T00:27:07.148Z | Compiling reedline v0.40.0 |
| 2554 | 2026-03-03T00:27:07.281Z | Compiling peg v0.8.5 |
| 2555 | 2026-03-03T00:27:07.810Z | Compiling const_format v0.2.35 |
| 2556 | 2026-03-03T00:27:11.719Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2557 | 2026-03-03T00:27:12.583Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2558 | 2026-03-03T00:27:15.998Z | Compiling bcs v0.1.6 |
| 2559 | 2026-03-03T00:27:16.932Z | Compiling semver v0.1.20 |
| 2560 | 2026-03-03T00:27:17.552Z | Compiling rustc_version v0.1.7 |
| 2561 | 2026-03-03T00:27:18.034Z | Compiling base64 v0.21.7 |
| 2562 | 2026-03-03T00:27:19.260Z | Compiling newtype_derive v0.1.6 |
| 2563 | 2026-03-03T00:27:19.582Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2564 | 2026-03-03T00:27:19.684Z | Compiling unicode-linebreak v0.1.5 |
| 2565 | 2026-03-03T00:27:19.995Z | Compiling humantime v2.3.0 |
| 2566 | 2026-03-03T00:27:20.045Z | Compiling smawk v0.3.2 |
| 2567 | 2026-03-03T00:27:20.335Z | Compiling textwrap v0.16.2 |
| 2568 | 2026-03-03T00:27:20.493Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2569 | 2026-03-03T00:27:21.040Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2570 | 2026-03-03T00:27:22.954Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2571 | 2026-03-03T00:27:23.418Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2572 | 2026-03-03T00:27:23.849Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2573 | 2026-03-03T00:27:23.932Z | Compiling steno v0.4.1 |
| 2574 | 2026-03-03T00:27:24.158Z | Compiling utf-8 v0.7.6 |
| 2575 | 2026-03-03T00:27:24.604Z | Compiling progenitor-impl v0.10.0 |
| 2576 | 2026-03-03T00:27:26.309Z | Compiling tagptr v0.2.0 |
| 2577 | 2026-03-03T00:27:26.681Z | Compiling moka v0.12.13 |
| 2578 | 2026-03-03T00:27:30.637Z | Compiling progenitor-macro v0.10.0 |
| 2579 | 2026-03-03T00:27:33.563Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-03-03T00:27:34.845Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2581 | 2026-03-03T00:27:41.898Z | Compiling progenitor v0.10.0 |
| 2582 | 2026-03-03T00:27:42.181Z | Compiling tungstenite v0.21.0 |
| 2583 | 2026-03-03T00:27:44.992Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2584 | 2026-03-03T00:27:45.279Z | Compiling tokio-tungstenite v0.21.0 |
| 2585 | 2026-03-03T00:27:46.019Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2586 | 2026-03-03T00:27:47.272Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2587 | 2026-03-03T00:27:48.215Z | Compiling radium v0.7.0 |
| 2588 | 2026-03-03T00:27:48.815Z | Compiling maybe-uninit v2.0.0 |
| 2589 | 2026-03-03T00:27:49.397Z | Compiling tap v1.0.1 |
| 2590 | 2026-03-03T00:27:49.658Z | Compiling wyz v0.5.1 |
| 2591 | 2026-03-03T00:27:50.190Z | Compiling zerocopy-derive v0.6.6 |
| 2592 | 2026-03-03T00:27:50.294Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-03-03T00:27:50.783Z | Compiling funty v2.0.0 |
| 2594 | 2026-03-03T00:27:51.954Z | Compiling crc-catalog v2.4.0 |
| 2595 | 2026-03-03T00:27:52.178Z | Compiling display-error-chain v0.2.2 |
| 2596 | 2026-03-03T00:27:52.514Z | Compiling crc v3.4.0 |
| 2597 | 2026-03-03T00:27:53.023Z | Compiling zerocopy v0.6.6 |
| 2598 | 2026-03-03T00:27:53.316Z | Compiling bitvec v1.0.1 |
| 2599 | 2026-03-03T00:27:54.531Z | Compiling packed_struct_codegen v0.10.1 |
| 2600 | 2026-03-03T00:27:54.567Z | Compiling bitfield-macros v0.19.4 |
| 2601 | 2026-03-03T00:27:56.083Z | Compiling indexmap v1.9.3 |
| 2602 | 2026-03-03T00:27:56.276Z | Compiling nodrop v0.1.14 |
| 2603 | 2026-03-03T00:27:56.477Z | Compiling array-init v0.0.4 |
| 2604 | 2026-03-03T00:27:56.571Z | Compiling bitfield v0.19.4 |
| 2605 | 2026-03-03T00:27:56.961Z | Compiling smallvec v0.6.14 |
| 2606 | 2026-03-03T00:27:57.420Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2607 | 2026-03-03T00:27:57.561Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2608 | 2026-03-03T00:27:57.611Z | Compiling num-derive v0.3.3 |
| 2609 | 2026-03-03T00:27:59.733Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-03-03T00:28:00.567Z | Compiling hashbrown v0.12.3 |
| 2611 | 2026-03-03T00:28:02.433Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2612 | 2026-03-03T00:28:03.179Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-03-03T00:28:04.515Z | Compiling proc-macro-error2 v2.0.1 |
| 2614 | 2026-03-03T00:28:05.151Z | Compiling libscf-sys v1.1.0 |
| 2615 | 2026-03-03T00:28:05.449Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-03-03T00:28:06.233Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-03-03T00:28:06.640Z | Compiling ron v0.8.1 |
| 2618 | 2026-03-03T00:28:08.014Z | Compiling nix v0.31.1 |
| 2619 | 2026-03-03T00:28:08.894Z | Compiling hashbrown v0.13.2 |
| 2620 | 2026-03-03T00:28:10.270Z | Compiling vergen-gitcl v1.0.8 |
| 2621 | 2026-03-03T00:28:10.666Z | Compiling dirs-sys-next v0.1.2 |
| 2622 | 2026-03-03T00:28:11.117Z | Compiling crunchy v0.2.4 |
| 2623 | 2026-03-03T00:28:11.184Z | Compiling glob v0.3.3 |
| 2624 | 2026-03-03T00:28:11.664Z | Compiling maplit v1.0.2 |
| 2625 | 2026-03-03T00:28:11.866Z | Compiling crc-any v2.5.0 |
| 2626 | 2026-03-03T00:28:11.943Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-03-03T00:28:12.545Z | Compiling dirs-next v2.0.0 |
| 2628 | 2026-03-03T00:28:12.735Z | Compiling object v0.30.4 |
| 2629 | 2026-03-03T00:28:12.841Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-03-03T00:28:12.888Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2631 | 2026-03-03T00:28:14.304Z | Compiling tabled_derive v0.11.0 |
| 2632 | 2026-03-03T00:28:14.511Z | Compiling papergrid v0.17.0 |
| 2633 | 2026-03-03T00:28:16.744Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2634 | 2026-03-03T00:28:25.475Z | Compiling testing_table v0.3.0 |
| 2635 | 2026-03-03T00:28:26.336Z | Compiling dsl_auto_type v0.1.3 |
| 2636 | 2026-03-03T00:28:27.655Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2637 | 2026-03-03T00:28:28.275Z | Compiling scheduled-thread-pool v0.2.7 |
| 2638 | 2026-03-03T00:28:29.655Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2639 | 2026-03-03T00:28:30.097Z | Compiling tiny-keccak v2.0.2 |
| 2640 | 2026-03-03T00:28:30.488Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-03-03T00:28:30.868Z | Compiling diesel_derives v2.2.7 |
| 2642 | 2026-03-03T00:28:31.649Z | Compiling r2d2 v0.8.10 |
| 2643 | 2026-03-03T00:28:32.209Z | Compiling tabled v0.20.0 |
| 2644 | 2026-03-03T00:28:38.476Z | Compiling term v0.7.0 |
| 2645 | 2026-03-03T00:28:41.205Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2646 | 2026-03-03T00:28:41.535Z | Compiling arc-swap v1.8.2 |
| 2647 | 2026-03-03T00:28:41.579Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2648 | 2026-03-03T00:28:42.001Z | Compiling bit-vec v0.6.3 |
| 2649 | 2026-03-03T00:28:42.277Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-03-03T00:28:42.495Z | Compiling bit-set v0.5.3 |
| 2651 | 2026-03-03T00:28:42.841Z | Compiling slog-scope v4.4.1 |
| 2652 | 2026-03-03T00:28:43.133Z | Compiling xshell v0.2.7 |
| 2653 | 2026-03-03T00:28:43.694Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2654 | 2026-03-03T00:28:44.732Z | Compiling diesel v2.2.12 |
| 2655 | 2026-03-03T00:28:46.720Z | Compiling ascii-canvas v3.0.0 |
| 2656 | 2026-03-03T00:28:47.263Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2657 | 2026-03-03T00:28:48.106Z | Compiling itertools v0.10.5 |
| 2658 | 2026-03-03T00:28:50.113Z | Compiling ena v0.14.4 |
| 2659 | 2026-03-03T00:28:50.606Z | Compiling libloading v0.8.9 |
| 2660 | 2026-03-03T00:28:50.724Z | Compiling diff v0.1.13 |
| 2661 | 2026-03-03T00:28:50.966Z | Compiling regex-syntax v0.6.29 |
| 2662 | 2026-03-03T00:28:51.020Z | Compiling bindgen v0.71.1 |
| 2663 | 2026-03-03T00:28:51.244Z | Compiling unicase v2.9.0 |
| 2664 | 2026-03-03T00:28:51.619Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2665 | 2026-03-03T00:28:54.128Z | Compiling slog-stdlog v4.1.1 |
| 2666 | 2026-03-03T00:28:55.075Z | Compiling lalrpop v0.19.12 |
| 2667 | 2026-03-03T00:28:55.136Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2668 | 2026-03-03T00:28:55.978Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2669 | 2026-03-03T00:28:57.128Z | Compiling cexpr v0.6.0 |
| 2670 | 2026-03-03T00:28:57.298Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2671 | 2026-03-03T00:28:57.719Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2672 | 2026-03-03T00:28:57.972Z | Compiling crc8 v0.1.1 |
| 2673 | 2026-03-03T00:28:58.093Z | Compiling slog-envlogger v2.2.0 |
| 2674 | 2026-03-03T00:28:58.356Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2675 | 2026-03-03T00:28:58.666Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2676 | 2026-03-03T00:28:59.311Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-03-03T00:28:59.567Z | Compiling libxml v0.3.3 |
| 2678 | 2026-03-03T00:29:00.110Z | Compiling headers v0.4.1 |
| 2679 | 2026-03-03T00:29:00.872Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2680 | 2026-03-03T00:29:00.906Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-03-03T00:29:01.312Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2682 | 2026-03-03T00:29:02.200Z | Compiling strum_macros v0.24.3 |
| 2683 | 2026-03-03T00:29:03.914Z | Compiling indoc v1.0.9 |
| 2684 | 2026-03-03T00:29:04.813Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-03-03T00:29:05.222Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-03-03T00:29:05.310Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-03-03T00:29:05.516Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-03-03T00:29:06.342Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-03-03T00:29:08.709Z | Compiling half v1.8.3 |
| 2690 | 2026-03-03T00:29:09.719Z | Compiling openssl-probe v0.1.6 |
| 2691 | 2026-03-03T00:29:09.752Z | Compiling serde_cbor v0.11.2 |
| 2692 | 2026-03-03T00:29:10.386Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-03-03T00:29:10.842Z | Compiling samael v0.0.19 |
| 2694 | 2026-03-03T00:29:12.007Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2695 | 2026-03-03T00:29:12.042Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2696 | 2026-03-03T00:29:12.113Z | Compiling diesel-dtrace v0.4.2 |
| 2697 | 2026-03-03T00:29:12.678Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2698 | 2026-03-03T00:29:13.089Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2699 | 2026-03-03T00:29:13.985Z | Compiling bb8 v0.8.6 |
| 2700 | 2026-03-03T00:29:14.789Z | Compiling trait-variant v0.1.2 |
| 2701 | 2026-03-03T00:29:15.903Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2702 | 2026-03-03T00:29:16.284Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-03-03T00:29:16.702Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2704 | 2026-03-03T00:29:16.796Z | Compiling polar-core v0.27.3 |
| 2705 | 2026-03-03T00:29:17.307Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2706 | 2026-03-03T00:29:20.512Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2707 | 2026-03-03T00:29:20.902Z | Compiling fxhash v0.2.1 |
| 2708 | 2026-03-03T00:29:21.189Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2709 | 2026-03-03T00:29:21.280Z | Compiling kstat-rs v0.2.4 |
| 2710 | 2026-03-03T00:29:21.633Z | Compiling libz-sys v1.1.24 |
| 2711 | 2026-03-03T00:29:22.217Z | Compiling salty v0.3.0 |
| 2712 | 2026-03-03T00:29:22.412Z | Compiling nonempty v0.12.0 |
| 2713 | 2026-03-03T00:29:22.839Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-03-03T00:29:23.553Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2715 | 2026-03-03T00:29:31.974Z | Compiling async-bb8-diesel v0.2.1 |
| 2716 | 2026-03-03T00:29:33.508Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2717 | 2026-03-03T00:29:33.738Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2718 | 2026-03-03T00:29:38.901Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2719 | 2026-03-03T00:29:44.695Z | Compiling oso v0.27.3 |
| 2720 | 2026-03-03T00:29:49.126Z | Compiling darling_core v0.23.0 |
| 2721 | 2026-03-03T00:29:53.951Z | Compiling nanorand v0.7.0 |
| 2722 | 2026-03-03T00:29:54.719Z | Compiling fs-err v2.11.0 |
| 2723 | 2026-03-03T00:29:55.154Z | Compiling parking_lot_core v0.8.6 |
| 2724 | 2026-03-03T00:29:55.712Z | Compiling darling_macro v0.23.0 |
| 2725 | 2026-03-03T00:29:55.782Z | Compiling mime_guess v2.0.5 |
| 2726 | 2026-03-03T00:29:56.883Z | Compiling flume v0.11.1 |
| 2727 | 2026-03-03T00:29:56.916Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2728 | 2026-03-03T00:29:57.733Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2729 | 2026-03-03T00:30:03.283Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2730 | 2026-03-03T00:30:04.525Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2731 | 2026-03-03T00:30:06.483Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-03-03T00:30:06.998Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-03-03T00:30:07.866Z | Compiling instability v0.3.11 |
| 2734 | 2026-03-03T00:30:08.398Z | Compiling git-stub-vcs v0.1.0 |
| 2735 | 2026-03-03T00:30:09.195Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2736 | 2026-03-03T00:30:15.278Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-03-03T00:30:24.973Z | Compiling darling v0.23.0 |
| 2738 | 2026-03-03T00:30:27.315Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2739 | 2026-03-03T00:30:28.109Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2740 | 2026-03-03T00:30:35.098Z | Compiling ignore v0.4.25 |
| 2741 | 2026-03-03T00:30:38.256Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2742 | 2026-03-03T00:30:40.923Z | Compiling primeorder v0.13.6 |
| 2743 | 2026-03-03T00:30:41.587Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2744 | 2026-03-03T00:30:41.848Z | Compiling castaway v0.2.4 |
| 2745 | 2026-03-03T00:30:42.078Z | Compiling nibble_vec v0.1.0 |
| 2746 | 2026-03-03T00:30:42.111Z | Compiling atty v0.2.14 |
| 2747 | 2026-03-03T00:30:42.334Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-03-03T00:30:42.371Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2749 | 2026-03-03T00:30:42.763Z | Compiling parse-size v1.1.0 |
| 2750 | 2026-03-03T00:30:42.798Z | Compiling endian-type v0.1.2 |
| 2751 | 2026-03-03T00:30:43.108Z | Compiling indoc v2.0.7 |
| 2752 | 2026-03-03T00:30:43.152Z | Compiling http-range v0.1.5 |
| 2753 | 2026-03-03T00:30:43.385Z | Compiling radix_trie v0.2.1 |
| 2754 | 2026-03-03T00:30:43.774Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-03-03T00:30:44.331Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2756 | 2026-03-03T00:30:44.995Z | Compiling compact_str v0.8.1 |
| 2757 | 2026-03-03T00:30:45.424Z | Compiling p384 v0.13.1 |
| 2758 | 2026-03-03T00:30:47.517Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-03-03T00:30:47.978Z | Compiling parking_lot v0.11.2 |
| 2760 | 2026-03-03T00:30:49.993Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2761 | 2026-03-03T00:30:50.668Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2762 | 2026-03-03T00:30:50.887Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2763 | 2026-03-03T00:30:51.404Z | Compiling predicates-tree v1.0.13 |
| 2764 | 2026-03-03T00:30:52.371Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2765 | 2026-03-03T00:30:52.899Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-03-03T00:30:53.276Z | Compiling lru v0.12.5 |
| 2767 | 2026-03-03T00:30:53.708Z | Compiling prefix-trie v0.7.0 |
| 2768 | 2026-03-03T00:30:54.708Z | Compiling vergen-git2 v1.0.7 |
| 2769 | 2026-03-03T00:30:54.849Z | Compiling cassowary v0.3.0 |
| 2770 | 2026-03-03T00:30:55.179Z | Compiling hickory-server v0.25.2 |
| 2771 | 2026-03-03T00:30:55.381Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2772 | 2026-03-03T00:30:58.292Z | Compiling ratatui v0.29.0 |
| 2773 | 2026-03-03T00:30:59.585Z | Compiling camino-tempfile-ext v0.3.3 |
| 2774 | 2026-03-03T00:30:59.693Z | Compiling git2 v0.20.4 |
| 2775 | 2026-03-03T00:31:01.035Z | Compiling hyper-staticfile v0.10.1 |
| 2776 | 2026-03-03T00:31:03.768Z | Compiling sled v0.34.7 |
| 2777 | 2026-03-03T00:31:08.649Z | Compiling hickory-client v0.25.2 |
| 2778 | 2026-03-03T00:31:09.658Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2779 | 2026-03-03T00:31:10.667Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2780 | 2026-03-03T00:31:10.997Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-03-03T00:31:12.721Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2782 | 2026-03-03T00:31:13.945Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2783 | 2026-03-03T00:31:14.780Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2784 | 2026-03-03T00:31:15.788Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2785 | 2026-03-03T00:31:16.881Z | Compiling rand_seeder v0.4.0 |
| 2786 | 2026-03-03T00:31:17.361Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2787 | 2026-03-03T00:31:17.828Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-03-03T00:31:18.465Z | Compiling lzma-sys v0.1.20 |
| 2789 | 2026-03-03T00:31:18.815Z | Compiling rustls v0.21.12 |
| 2790 | 2026-03-03T00:31:19.078Z | Compiling corncobs v0.1.4 |
| 2791 | 2026-03-03T00:31:19.222Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2792 | 2026-03-03T00:31:19.401Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-03-03T00:31:19.652Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2794 | 2026-03-03T00:31:19.738Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-03-03T00:31:20.079Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2796 | 2026-03-03T00:31:20.579Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2797 | 2026-03-03T00:31:21.896Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2798 | 2026-03-03T00:31:22.532Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-03-03T00:31:27.759Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2800 | 2026-03-03T00:31:34.675Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2801 | 2026-03-03T00:31:35.411Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2802 | 2026-03-03T00:31:40.017Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2803 | 2026-03-03T00:31:40.432Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2804 | 2026-03-03T00:31:40.843Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2805 | 2026-03-03T00:31:41.257Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2806 | 2026-03-03T00:31:42.111Z | Compiling cargo_toml v0.22.3 |
| 2807 | 2026-03-03T00:31:43.033Z | Compiling nix v0.29.0 |
| 2808 | 2026-03-03T00:31:43.927Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2809 | 2026-03-03T00:31:48.918Z | Compiling sct v0.7.1 |
| 2810 | 2026-03-03T00:31:49.442Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-03-03T00:31:50.321Z | Compiling secrecy v0.8.0 |
| 2812 | 2026-03-03T00:31:50.558Z | Compiling void v1.0.2 |
| 2813 | 2026-03-03T00:31:50.807Z | Compiling lzss v0.8.2 |
| 2814 | 2026-03-03T00:31:53.429Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2815 | 2026-03-03T00:31:56.529Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2816 | 2026-03-03T00:32:03.308Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2817 | 2026-03-03T00:32:04.080Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2818 | 2026-03-03T00:32:05.485Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2819 | 2026-03-03T00:32:07.312Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2820 | 2026-03-03T00:32:10.866Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-03-03T00:32:12.451Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2822 | 2026-03-03T00:32:17.105Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2823 | 2026-03-03T00:32:17.373Z | Compiling tungstenite v0.23.0 |
| 2824 | 2026-03-03T00:32:17.570Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2825 | 2026-03-03T00:32:17.973Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-03-03T00:32:18.386Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2827 | 2026-03-03T00:32:18.796Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2828 | 2026-03-03T00:32:19.250Z | Compiling nix v0.27.1 |
| 2829 | 2026-03-03T00:32:21.829Z | Compiling serde_bytes v0.11.19 |
| 2830 | 2026-03-03T00:32:22.285Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2831 | 2026-03-03T00:32:22.422Z | Compiling tokio-tungstenite v0.23.1 |
| 2832 | 2026-03-03T00:32:23.145Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-03-03T00:32:23.181Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-03-03T00:32:30.429Z | Compiling ron v0.12.0 |
| 2835 | 2026-03-03T00:32:35.794Z | Compiling xz2 v0.1.7 |
| 2836 | 2026-03-03T00:32:36.497Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2837 | 2026-03-03T00:32:36.531Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2838 | 2026-03-03T00:32:43.242Z | Compiling tokio-rustls v0.24.1 |
| 2839 | 2026-03-03T00:32:43.877Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2840 | 2026-03-03T00:32:50.374Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2841 | 2026-03-03T00:32:50.818Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2842 | 2026-03-03T00:32:52.673Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2843 | 2026-03-03T00:32:55.502Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2844 | 2026-03-03T00:32:59.126Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2845 | 2026-03-03T00:33:01.098Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2846 | 2026-03-03T00:33:06.952Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2847 | 2026-03-03T00:33:22.975Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2848 | 2026-03-03T00:33:23.125Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2849 | 2026-03-03T00:33:30.555Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2850 | 2026-03-03T00:33:32.484Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2851 | 2026-03-03T00:33:40.499Z | Compiling rustls-pemfile v1.0.4 |
| 2852 | 2026-03-03T00:33:41.327Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2853 | 2026-03-03T00:33:44.621Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2854 | 2026-03-03T00:33:45.067Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2855 | 2026-03-03T00:33:45.862Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2856 | 2026-03-03T00:33:47.190Z | Compiling signal-hook-tokio v0.3.1 |
| 2857 | 2026-03-03T00:33:47.506Z | Compiling yasna v0.5.2 |
| 2858 | 2026-03-03T00:33:47.580Z | Compiling twox-hash v2.1.2 |
| 2859 | 2026-03-03T00:33:48.726Z | Compiling is_ci v1.2.0 |
| 2860 | 2026-03-03T00:33:49.127Z | Compiling base16ct v1.0.0 |
| 2861 | 2026-03-03T00:33:51.043Z | Compiling supports-color v3.0.2 |
| 2862 | 2026-03-03T00:33:51.128Z | Compiling rcgen v0.12.1 |
| 2863 | 2026-03-03T00:33:54.155Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2864 | 2026-03-03T00:34:02.680Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2865 | 2026-03-03T00:34:03.823Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2866 | 2026-03-03T00:34:27.616Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2867 | 2026-03-03T00:34:36.376Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2868 | 2026-03-03T00:34:37.695Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2869 | 2026-03-03T00:34:48.394Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2870 | 2026-03-03T00:34:49.240Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2871 | 2026-03-03T00:35:01.730Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2872 | 2026-03-03T00:35:06.659Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2873 | 2026-03-03T00:35:07.096Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-03-03T00:35:07.503Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2875 | 2026-03-03T00:35:08.535Z | Compiling progenitor-extras v0.1.0 |
| 2876 | 2026-03-03T00:35:09.020Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2877 | 2026-03-03T00:35:09.408Z | Compiling fatfs v0.3.6 |
| 2878 | 2026-03-03T00:35:10.979Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2879 | 2026-03-03T00:35:12.304Z | Compiling subprocess v0.2.15 |
| 2880 | 2026-03-03T00:35:17.383Z | Compiling rtoolbox v0.0.3 |
| 2881 | 2026-03-03T00:35:17.895Z | Compiling seq-macro v0.3.6 |
| 2882 | 2026-03-03T00:35:19.010Z | Compiling assert_matches v1.5.0 |
| 2883 | 2026-03-03T00:35:20.531Z | Compiling rpassword v7.4.0 |
| 2884 | 2026-03-03T00:35:21.070Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2885 | 2026-03-03T00:35:29.099Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2886 | 2026-03-03T00:35:33.172Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-03-03T00:35:52.437Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2888 | 2026-03-03T00:35:52.658Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-03-03T00:35:58.324Z | Compiling tui-tree-widget v0.23.1 |
| 2890 | 2026-03-03T00:35:58.883Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2891 | 2026-03-03T00:36:05.592Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2892 | 2026-03-03T00:36:06.581Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2893 | 2026-03-03T00:36:10.123Z | Compiling uzers v0.12.2 |
| 2894 | 2026-03-03T00:36:12.702Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2895 | 2026-03-03T00:36:13.462Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2896 | 2026-03-03T00:36:20.593Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2897 | 2026-03-03T00:36:48.487Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2898 | 2026-03-03T00:36:56.307Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2899 | 2026-03-03T00:37:01.200Z | Compiling support-bundle-viewer v0.1.2 |
| 2900 | 2026-03-03T00:37:04.848Z | Compiling multimap v0.10.1 |
| 2901 | 2026-03-03T00:39:12.105Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2902 | 2026-03-03T00:39:31.511Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2903 | 2026-03-03T00:50:59.616Z | Finished `release` profile [optimized] target(s) in 25m 43s |
| 2904 | 2026-03-03T00:51:59.065Z | |
| 2905 | 2026-03-03T00:51:59.068Z | real 26:44.238987398 |
| 2906 | 2026-03-03T00:51:59.068Z | user 3:10:05.311422186 |
| 2907 | 2026-03-03T00:51:59.068Z | sys 5:08.482321743 |
| 2908 | 2026-03-03T00:51:59.068Z | trap 5.303978328 |
| 2909 | 2026-03-03T00:51:59.068Z | tflt 2.425846967 |
| 2910 | 2026-03-03T00:51:59.068Z | dflt 6.782342769 |
| 2911 | 2026-03-03T00:51:59.068Z | kflt 0.000700091 |
| 2912 | 2026-03-03T00:51:59.068Z | lock 12:38:03.789785942 |
| 2913 | 2026-03-03T00:51:59.068Z | slp 9:21:03.997095903 |
| 2914 | 2026-03-03T00:51:59.068Z | lat 4:57.635792809 |
| 2915 | 2026-03-03T00:51:59.068Z | stop 4:53.221570814 |
| 2916 | 2026-03-03T00:51:59.068Z | + mapfile -t packages |
| 2917 | 2026-03-03T00:51:59.068Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2918 | 2026-03-03T00:52:00.517Z | Finished `release` profile [optimized] target(s) in 1.38s |
| 2919 | 2026-03-03T00:52:00.585Z | Running `target/release/omicron-package -t test list-outputs` |
| 2920 | 2026-03-03T00:52:00.643Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2921 | 2026-03-03T00:52:00.645Z | + ptime -m cargo build --locked --release -p xtask |
| 2922 | 2026-03-03T00:52:01.495Z | Compiling libc v0.2.180 |
| 2923 | 2026-03-03T00:52:01.495Z | Compiling serde v1.0.228 |
| 2924 | 2026-03-03T00:52:01.499Z | Compiling serde_core v1.0.228 |
| 2925 | 2026-03-03T00:52:01.499Z | Compiling syn v2.0.117 |
| 2926 | 2026-03-03T00:52:01.622Z | Compiling rustix v1.1.3 |
| 2927 | 2026-03-03T00:52:01.678Z | Compiling serde_json v1.0.149 |
| 2928 | 2026-03-03T00:52:01.678Z | Compiling bitflags v2.11.0 |
| 2929 | 2026-03-03T00:52:02.128Z | Compiling num-traits v0.2.19 |
| 2930 | 2026-03-03T00:52:02.264Z | Compiling hashbrown v0.16.1 |
| 2931 | 2026-03-03T00:52:02.299Z | Compiling smallvec v1.15.1 |
| 2932 | 2026-03-03T00:52:02.819Z | Compiling usdt-impl v0.5.0 |
| 2933 | 2026-03-03T00:52:02.971Z | Compiling syn v1.0.109 |
| 2934 | 2026-03-03T00:52:03.414Z | Compiling errno v0.3.14 |
| 2935 | 2026-03-03T00:52:03.553Z | Compiling thread-id v4.2.2 |
| 2936 | 2026-03-03T00:52:03.708Z | Compiling indexmap v2.13.0 |
| 2937 | 2026-03-03T00:52:03.728Z | Compiling log v0.4.29 |
| 2938 | 2026-03-03T00:52:03.764Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-03-03T00:52:04.206Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-03-03T00:52:04.794Z | Compiling form_urlencoded v1.2.2 |
| 2941 | 2026-03-03T00:52:05.407Z | Compiling ordered-float v2.10.1 |
| 2942 | 2026-03-03T00:52:06.087Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-03-03T00:52:06.168Z | Compiling terminal_size v0.4.3 |
| 2944 | 2026-03-03T00:52:06.466Z | Compiling heck v0.4.1 |
| 2945 | 2026-03-03T00:52:06.487Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-03-03T00:52:07.100Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-03-03T00:52:07.240Z | Compiling proc-macro-error v1.0.4 |
| 2948 | 2026-03-03T00:52:07.606Z | Compiling clap_builder v4.5.60 |
| 2949 | 2026-03-03T00:52:07.859Z | Compiling tempfile v3.25.0 |
| 2950 | 2026-03-03T00:52:08.715Z | Compiling synstructure v0.13.2 |
| 2951 | 2026-03-03T00:52:08.888Z | Compiling pest_generator v2.8.6 |
| 2952 | 2026-03-03T00:52:09.265Z | Compiling tabled_derive v0.7.0 |
| 2953 | 2026-03-03T00:52:09.681Z | Compiling memmap v0.7.0 |
| 2954 | 2026-03-03T00:52:09.802Z | Compiling textwrap v0.16.2 |
| 2955 | 2026-03-03T00:52:10.504Z | Compiling camino-tempfile v1.4.1 |
| 2956 | 2026-03-03T00:52:11.221Z | Compiling tabled v0.15.0 |
| 2957 | 2026-03-03T00:52:11.738Z | Compiling serde_derive v1.0.228 |
| 2958 | 2026-03-03T00:52:12.089Z | Compiling zerofrom-derive v0.1.6 |
| 2959 | 2026-03-03T00:52:12.107Z | Compiling yoke-derive v0.8.1 |
| 2960 | 2026-03-03T00:52:12.110Z | Compiling zerovec-derive v0.11.2 |
| 2961 | 2026-03-03T00:52:12.194Z | Compiling displaydoc v0.2.5 |
| 2962 | 2026-03-03T00:52:13.698Z | Compiling thiserror-impl v1.0.69 |
| 2963 | 2026-03-03T00:52:14.518Z | Compiling zerocopy-derive v0.7.35 |
| 2964 | 2026-03-03T00:52:14.585Z | Compiling pest_derive v2.8.6 |
| 2965 | 2026-03-03T00:52:14.887Z | Compiling zerofrom v0.1.6 |
| 2966 | 2026-03-03T00:52:15.174Z | Compiling yoke v0.8.1 |
| 2967 | 2026-03-03T00:52:15.423Z | Compiling scroll_derive v0.12.1 |
| 2968 | 2026-03-03T00:52:15.628Z | Compiling zerovec v0.11.5 |
| 2969 | 2026-03-03T00:52:16.310Z | Compiling zerotrie v0.2.3 |
| 2970 | 2026-03-03T00:52:16.452Z | Compiling thiserror v1.0.69 |
| 2971 | 2026-03-03T00:52:16.668Z | Compiling zerocopy v0.7.35 |
| 2972 | 2026-03-03T00:52:16.927Z | Compiling scroll v0.12.0 |
| 2973 | 2026-03-03T00:52:17.173Z | Compiling tinystr v0.8.2 |
| 2974 | 2026-03-03T00:52:17.313Z | Compiling potential_utf v0.1.4 |
| 2975 | 2026-03-03T00:52:17.636Z | Compiling icu_locale_core v2.1.1 |
| 2976 | 2026-03-03T00:52:17.674Z | Compiling icu_collections v2.1.1 |
| 2977 | 2026-03-03T00:52:17.703Z | Compiling dtrace-parser v0.2.0 |
| 2978 | 2026-03-03T00:52:18.370Z | Compiling goblin v0.8.2 |
| 2979 | 2026-03-03T00:52:20.083Z | Compiling icu_provider v2.1.1 |
| 2980 | 2026-03-03T00:52:20.767Z | Compiling icu_normalizer v2.1.1 |
| 2981 | 2026-03-03T00:52:20.976Z | Compiling icu_properties v2.1.2 |
| 2982 | 2026-03-03T00:52:21.030Z | Compiling toml_datetime v0.6.11 |
| 2983 | 2026-03-03T00:52:21.955Z | Compiling serde_spanned v0.6.9 |
| 2984 | 2026-03-03T00:52:22.306Z | Compiling toml_edit v0.22.27 |
| 2985 | 2026-03-03T00:52:23.594Z | Compiling idna_adapter v1.2.1 |
| 2986 | 2026-03-03T00:52:23.707Z | Compiling dof v0.3.0 |
| 2987 | 2026-03-03T00:52:23.871Z | Compiling idna v1.1.0 |
| 2988 | 2026-03-03T00:52:25.153Z | Compiling serde_tokenstream v0.2.3 |
| 2989 | 2026-03-03T00:52:25.797Z | Compiling thiserror-impl v2.0.18 |
| 2990 | 2026-03-03T00:52:28.770Z | Compiling toml v0.8.23 |
| 2991 | 2026-03-03T00:52:28.878Z | Compiling thiserror v2.0.18 |
| 2992 | 2026-03-03T00:52:29.120Z | Compiling url v2.5.8 |
| 2993 | 2026-03-03T00:52:31.026Z | Compiling serde-value v0.7.0 |
| 2994 | 2026-03-03T00:52:32.991Z | Compiling cargo-util-schemas v0.8.2 |
| 2995 | 2026-03-03T00:52:34.677Z | Compiling usdt-attr-macro v0.5.0 |
| 2996 | 2026-03-03T00:52:34.984Z | Compiling usdt-macro v0.5.0 |
| 2997 | 2026-03-03T00:52:36.097Z | Compiling cargo-platform v0.2.0 |
| 2998 | 2026-03-03T00:52:36.272Z | Compiling clap_derive v4.5.55 |
| 2999 | 2026-03-03T00:52:37.394Z | Compiling cargo_metadata v0.21.0 |
| 3000 | 2026-03-03T00:52:37.876Z | Compiling usdt v0.5.0 |
| 3001 | 2026-03-03T00:52:38.892Z | Compiling cargo_toml v0.21.0 |
| 3002 | 2026-03-03T00:52:39.320Z | Compiling macaddr v1.0.1 |
| 3003 | 2026-03-03T00:52:40.555Z | Compiling clap v4.5.60 |
| 3004 | 2026-03-03T00:52:50.335Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3005 | 2026-03-03T00:52:56.531Z | Finished `release` profile [optimized] target(s) in 55.81s |
| 3006 | 2026-03-03T00:52:56.687Z | |
| 3007 | 2026-03-03T00:52:56.690Z | real 55.996463302 |
| 3008 | 2026-03-03T00:52:56.690Z | user 6:00.058467848 |
| 3009 | 2026-03-03T00:52:56.690Z | sys 28.394262115 |
| 3010 | 2026-03-03T00:52:56.690Z | trap 0.210663420 |
| 3011 | 2026-03-03T00:52:56.690Z | tflt 0.242259390 |
| 3012 | 2026-03-03T00:52:56.690Z | dflt 0.373170947 |
| 3013 | 2026-03-03T00:52:56.690Z | kflt 0.000001499 |
| 3014 | 2026-03-03T00:52:56.690Z | lock 17:42.320627520 |
| 3015 | 2026-03-03T00:52:56.690Z | slp 20:05.506982824 |
| 3016 | 2026-03-03T00:52:56.690Z | lat 23.326704010 |
| 3017 | 2026-03-03T00:52:56.690Z | stop 35.389311986 |
| 3018 | 2026-03-03T00:52:56.690Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3019 | 2026-03-03T00:52:56.690Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3020 | 2026-03-03T00:52:56.690Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3021 | 2026-03-03T00:52:56.690Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3022 | 2026-03-03T00:52:56.690Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3023 | 2026-03-03T00:52:58.160Z | Compiling regress v0.10.5 |
| 3024 | 2026-03-03T00:52:58.329Z | Compiling serde_spanned v1.0.4 |
| 3025 | 2026-03-03T00:52:58.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3026 | 2026-03-03T00:52:58.332Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3027 | 2026-03-03T00:52:58.364Z | Compiling structmeta-derive v0.3.0 |
| 3028 | 2026-03-03T00:52:58.367Z | Compiling rustls v0.22.4 |
| 3029 | 2026-03-03T00:52:58.387Z | Compiling rustls-webpki v0.102.8 |
| 3030 | 2026-03-03T00:52:58.411Z | Compiling newtype-uuid-macros v0.1.0 |
| 3031 | 2026-03-03T00:52:58.577Z | Compiling multer v3.1.0 |
| 3032 | 2026-03-03T00:52:58.739Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3033 | 2026-03-03T00:52:58.817Z | Compiling debug-ignore v1.0.5 |
| 3034 | 2026-03-03T00:52:58.919Z | Compiling match_cfg v0.1.0 |
| 3035 | 2026-03-03T00:52:59.007Z | Compiling slog-json v2.6.1 |
| 3036 | 2026-03-03T00:52:59.050Z | Compiling async-stream-impl v0.3.6 |
| 3037 | 2026-03-03T00:52:59.077Z | Compiling hostname v0.3.1 |
| 3038 | 2026-03-03T00:52:59.379Z | Compiling dropshot v0.16.7 |
| 3039 | 2026-03-03T00:52:59.875Z | Compiling slog-bunyan v2.5.0 |
| 3040 | 2026-03-03T00:53:00.176Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3041 | 2026-03-03T00:53:00.244Z | Compiling itertools v0.14.0 |
| 3042 | 2026-03-03T00:53:00.417Z | Compiling async-stream v0.3.6 |
| 3043 | 2026-03-03T00:53:00.747Z | Compiling waitgroup v0.1.2 |
| 3044 | 2026-03-03T00:53:00.934Z | Compiling structmeta v0.3.0 |
| 3045 | 2026-03-03T00:53:01.024Z | Compiling rustls-pemfile v2.2.0 |
| 3046 | 2026-03-03T00:53:01.100Z | Compiling dropshot_endpoint v0.16.7 |
| 3047 | 2026-03-03T00:53:01.408Z | Compiling serde_path_to_error v0.1.20 |
| 3048 | 2026-03-03T00:53:01.434Z | Compiling hostname v0.4.2 |
| 3049 | 2026-03-03T00:53:01.705Z | Compiling derive-ex v0.1.8 |
| 3050 | 2026-03-03T00:53:01.773Z | Compiling progenitor-client v0.13.0 |
| 3051 | 2026-03-03T00:53:02.037Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3052 | 2026-03-03T00:53:02.262Z | Compiling macaddr v1.0.1 |
| 3053 | 2026-03-03T00:53:02.427Z | Compiling progenitor-client v0.10.0 |
| 3054 | 2026-03-03T00:53:02.452Z | Compiling instant v0.1.13 |
| 3055 | 2026-03-03T00:53:02.658Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3056 | 2026-03-03T00:53:02.766Z | Compiling parse-display-derive v0.10.0 |
| 3057 | 2026-03-03T00:53:03.016Z | Compiling backoff v0.4.0 |
| 3058 | 2026-03-03T00:53:03.282Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3059 | 2026-03-03T00:53:03.406Z | Compiling backon v1.6.0 |
| 3060 | 2026-03-03T00:53:03.452Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3061 | 2026-03-03T00:53:03.701Z | Compiling tokio-rustls v0.25.0 |
| 3062 | 2026-03-03T00:53:03.836Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3063 | 2026-03-03T00:53:04.069Z | Compiling crucible-workspace-hack v0.1.0 |
| 3064 | 2026-03-03T00:53:04.187Z | Compiling cfg_aliases v0.2.1 |
| 3065 | 2026-03-03T00:53:04.343Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3066 | 2026-03-03T00:53:04.666Z | Compiling heapless v0.8.0 |
| 3067 | 2026-03-03T00:53:05.321Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3068 | 2026-03-03T00:53:05.798Z | Compiling proc-macro-crate v3.4.0 |
| 3069 | 2026-03-03T00:53:05.959Z | Compiling test-strategy v0.4.5 |
| 3070 | 2026-03-03T00:53:06.359Z | Compiling ingot-macros v0.1.1 |
| 3071 | 2026-03-03T00:53:06.389Z | Compiling hash32 v0.3.1 |
| 3072 | 2026-03-03T00:53:06.699Z | Compiling memoffset v0.9.1 |
| 3073 | 2026-03-03T00:53:06.820Z | Compiling parse-display v0.10.0 |
| 3074 | 2026-03-03T00:53:06.927Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3075 | 2026-03-03T00:53:07.083Z | Compiling smoltcp v0.11.0 |
| 3076 | 2026-03-03T00:53:07.350Z | Compiling num_enum_derive v0.7.5 |
| 3077 | 2026-03-03T00:53:07.418Z | Compiling tabwriter v1.4.1 |
| 3078 | 2026-03-03T00:53:07.793Z | Compiling cobs v0.3.0 |
| 3079 | 2026-03-03T00:53:07.863Z | Compiling foreign-types-macros v0.2.3 |
| 3080 | 2026-03-03T00:53:07.890Z | Compiling cpufeatures v0.3.0 |
| 3081 | 2026-03-03T00:53:08.047Z | Compiling foreign-types-shared v0.3.1 |
| 3082 | 2026-03-03T00:53:08.181Z | Compiling postcard v1.1.3 |
| 3083 | 2026-03-03T00:53:08.229Z | Compiling chacha20 v0.10.0 |
| 3084 | 2026-03-03T00:53:09.158Z | Compiling foreign-types v0.5.0 |
| 3085 | 2026-03-03T00:53:09.203Z | Compiling proc-macro-crate v1.3.1 |
| 3086 | 2026-03-03T00:53:09.313Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3087 | 2026-03-03T00:53:09.343Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3088 | 2026-03-03T00:53:09.637Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3089 | 2026-03-03T00:53:09.789Z | Compiling num_enum v0.7.5 |
| 3090 | 2026-03-03T00:53:10.014Z | Compiling secrecy v0.10.3 |
| 3091 | 2026-03-03T00:53:10.041Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3092 | 2026-03-03T00:53:10.180Z | Compiling cstr-argument v0.1.2 |
| 3093 | 2026-03-03T00:53:10.207Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3094 | 2026-03-03T00:53:10.320Z | Compiling colored v3.1.1 |
| 3095 | 2026-03-03T00:53:10.441Z | Compiling unsafe-libyaml v0.2.11 |
| 3096 | 2026-03-03T00:53:10.582Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3097 | 2026-03-03T00:53:10.649Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3098 | 2026-03-03T00:53:10.760Z | Compiling num_enum_derive v0.5.11 |
| 3099 | 2026-03-03T00:53:10.864Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3100 | 2026-03-03T00:53:11.136Z | Compiling rand v0.10.0 |
| 3101 | 2026-03-03T00:53:11.163Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3102 | 2026-03-03T00:53:11.267Z | Compiling nix v0.30.1 |
| 3103 | 2026-03-03T00:53:12.154Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3104 | 2026-03-03T00:53:12.209Z | Compiling serde_yaml v0.9.34+deprecated |
| 3105 | 2026-03-03T00:53:12.367Z | Compiling camino-tempfile v1.4.1 |
| 3106 | 2026-03-03T00:53:12.860Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3107 | 2026-03-03T00:53:13.146Z | Compiling num_enum v0.5.11 |
| 3108 | 2026-03-03T00:53:13.362Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3109 | 2026-03-03T00:53:13.452Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3110 | 2026-03-03T00:53:13.504Z | Compiling ingot-types v0.1.2 |
| 3111 | 2026-03-03T00:53:13.531Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3112 | 2026-03-03T00:53:13.686Z | Compiling smf v0.2.3 |
| 3113 | 2026-03-03T00:53:14.004Z | Compiling num-derive v0.4.2 |
| 3114 | 2026-03-03T00:53:14.007Z | Compiling sigpipe v0.1.3 |
| 3115 | 2026-03-03T00:53:14.210Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3116 | 2026-03-03T00:53:14.458Z | Compiling ingot v0.1.1 |
| 3117 | 2026-03-03T00:53:14.608Z | Compiling glob v0.3.3 |
| 3118 | 2026-03-03T00:53:14.978Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3119 | 2026-03-03T00:53:15.481Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3120 | 2026-03-03T00:53:16.021Z | Compiling whoami v1.6.1 |
| 3121 | 2026-03-03T00:53:16.261Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3122 | 2026-03-03T00:53:16.451Z | Compiling toml v0.8.23 |
| 3123 | 2026-03-03T00:53:16.647Z | Compiling convert_case v0.4.0 |
| 3124 | 2026-03-03T00:53:16.859Z | Compiling universal-hash v0.5.1 |
| 3125 | 2026-03-03T00:53:17.139Z | Compiling opaque-debug v0.3.1 |
| 3126 | 2026-03-03T00:53:17.182Z | Compiling half v2.7.1 |
| 3127 | 2026-03-03T00:53:17.291Z | Compiling ciborium-io v0.2.2 |
| 3128 | 2026-03-03T00:53:17.493Z | Compiling aead v0.5.2 |
| 3129 | 2026-03-03T00:53:17.595Z | Compiling derive_more v0.99.20 |
| 3130 | 2026-03-03T00:53:17.931Z | Compiling ciborium-ll v0.2.2 |
| 3131 | 2026-03-03T00:53:17.953Z | Compiling poly1305 v0.8.0 |
| 3132 | 2026-03-03T00:53:18.053Z | Compiling chacha20 v0.9.1 |
| 3133 | 2026-03-03T00:53:18.410Z | Compiling ciborium v0.2.2 |
| 3134 | 2026-03-03T00:53:18.618Z | Compiling typify-impl v0.6.1 |
| 3135 | 2026-03-03T00:53:19.078Z | Compiling typify-impl v0.4.3 |
| 3136 | 2026-03-03T00:53:19.120Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3137 | 2026-03-03T00:53:19.665Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3138 | 2026-03-03T00:53:19.732Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3139 | 2026-03-03T00:53:19.835Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3140 | 2026-03-03T00:53:20.262Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3141 | 2026-03-03T00:53:20.425Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3142 | 2026-03-03T00:53:22.778Z | Compiling thiserror-no-std v2.0.2 |
| 3143 | 2026-03-03T00:53:22.959Z | Compiling num-rational v0.4.2 |
| 3144 | 2026-03-03T00:53:23.558Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3145 | 2026-03-03T00:53:24.432Z | Compiling password-hash v0.5.0 |
| 3146 | 2026-03-03T00:53:24.559Z | Compiling blake2 v0.10.6 |
| 3147 | 2026-03-03T00:53:25.418Z | Compiling num-complex v0.4.6 |
| 3148 | 2026-03-03T00:53:25.590Z | Compiling indent_write v2.2.0 |
| 3149 | 2026-03-03T00:53:25.675Z | Compiling prettyplease v0.2.37 |
| 3150 | 2026-03-03T00:53:25.883Z | Compiling argon2 v0.5.3 |
| 3151 | 2026-03-03T00:53:25.950Z | Compiling vsss-rs v3.3.4 |
| 3152 | 2026-03-03T00:53:26.170Z | Compiling chacha20poly1305 v0.10.1 |
| 3153 | 2026-03-03T00:53:26.411Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3154 | 2026-03-03T00:53:26.474Z | Compiling num v0.4.3 |
| 3155 | 2026-03-03T00:53:26.619Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-03-03T00:53:26.774Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3157 | 2026-03-03T00:53:28.765Z | Compiling gethostname v0.5.0 |
| 3158 | 2026-03-03T00:53:28.974Z | Compiling usdt-macro v0.5.0 |
| 3159 | 2026-03-03T00:53:29.010Z | Compiling usdt-attr-macro v0.5.0 |
| 3160 | 2026-03-03T00:53:29.928Z | Compiling derive-where v1.6.0 |
| 3161 | 2026-03-03T00:53:30.238Z | Compiling memmap v0.7.0 |
| 3162 | 2026-03-03T00:53:30.549Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3163 | 2026-03-03T00:53:30.579Z | Compiling atomicwrites v0.4.4 |
| 3164 | 2026-03-03T00:53:30.622Z | Compiling cancel-safe-futures v0.1.5 |
| 3165 | 2026-03-03T00:53:30.681Z | Compiling usdt v0.5.0 |
| 3166 | 2026-03-03T00:53:30.864Z | Compiling typify-macro v0.6.1 |
| 3167 | 2026-03-03T00:53:30.961Z | Compiling owo-colors v4.3.0 |
| 3168 | 2026-03-03T00:53:31.101Z | Compiling libsw-core v0.3.2 |
| 3169 | 2026-03-03T00:53:31.166Z | Compiling typify-macro v0.4.3 |
| 3170 | 2026-03-03T00:53:31.198Z | Compiling async-recursion v1.1.1 |
| 3171 | 2026-03-03T00:53:31.433Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3172 | 2026-03-03T00:53:31.677Z | Compiling resolv-conf v0.7.6 |
| 3173 | 2026-03-03T00:53:32.480Z | Compiling libsw v3.5.0 |
| 3174 | 2026-03-03T00:53:32.719Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3175 | 2026-03-03T00:53:33.060Z | Compiling progenitor-client v0.11.2 |
| 3176 | 2026-03-03T00:53:33.500Z | Compiling libefi-sys v0.1.0 |
| 3177 | 2026-03-03T00:53:33.696Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3178 | 2026-03-03T00:53:33.885Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3179 | 2026-03-03T00:53:33.927Z | Compiling linear-map v1.2.0 |
| 3180 | 2026-03-03T00:53:34.017Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3181 | 2026-03-03T00:53:34.354Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3182 | 2026-03-03T00:53:34.923Z | Compiling typify v0.6.1 |
| 3183 | 2026-03-03T00:53:35.139Z | Compiling progenitor-impl v0.13.0 |
| 3184 | 2026-03-03T00:53:35.182Z | Compiling typify v0.4.3 |
| 3185 | 2026-03-03T00:53:35.404Z | Compiling progenitor-impl v0.11.2 |
| 3186 | 2026-03-03T00:53:36.071Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3187 | 2026-03-03T00:53:36.557Z | Compiling hickory-proto v0.24.4 |
| 3188 | 2026-03-03T00:53:36.636Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-03-03T00:53:36.825Z | Compiling console v0.15.11 |
| 3190 | 2026-03-03T00:53:36.857Z | Compiling bitfield-struct v0.6.2 |
| 3191 | 2026-03-03T00:53:38.265Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3192 | 2026-03-03T00:53:38.330Z | Compiling linked-hash-map v0.5.6 |
| 3193 | 2026-03-03T00:53:38.378Z | Compiling semver v0.1.20 |
| 3194 | 2026-03-03T00:53:38.444Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-03-03T00:53:38.682Z | Compiling lru-cache v0.1.2 |
| 3196 | 2026-03-03T00:53:38.974Z | Compiling rustc_version v0.1.7 |
| 3197 | 2026-03-03T00:53:39.003Z | Compiling expectorate v1.2.0 |
| 3198 | 2026-03-03T00:53:39.157Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3199 | 2026-03-03T00:53:39.471Z | Compiling pin-project-internal v1.1.11 |
| 3200 | 2026-03-03T00:53:39.798Z | Compiling slog-dtrace v0.3.0 |
| 3201 | 2026-03-03T00:53:40.215Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-03-03T00:53:40.396Z | Compiling minimal-lexical v0.2.1 |
| 3203 | 2026-03-03T00:53:40.977Z | Compiling nom v7.1.3 |
| 3204 | 2026-03-03T00:53:42.155Z | Compiling progenitor-macro v0.13.0 |
| 3205 | 2026-03-03T00:53:42.259Z | Compiling pin-project v1.1.11 |
| 3206 | 2026-03-03T00:53:42.472Z | Compiling hickory-resolver v0.24.4 |
| 3207 | 2026-03-03T00:53:42.536Z | Compiling progenitor-macro v0.11.2 |
| 3208 | 2026-03-03T00:53:42.761Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3209 | 2026-03-03T00:53:44.606Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-03-03T00:53:44.775Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3211 | 2026-03-03T00:53:45.218Z | Compiling newtype_derive v0.1.6 |
| 3212 | 2026-03-03T00:53:45.491Z | Compiling tokio-dtrace v0.1.1 |
| 3213 | 2026-03-03T00:53:45.611Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3214 | 2026-03-03T00:53:46.029Z | Compiling phf_shared v0.12.1 |
| 3215 | 2026-03-03T00:53:46.459Z | Compiling snafu-derive v0.8.9 |
| 3216 | 2026-03-03T00:53:46.744Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3217 | 2026-03-03T00:53:47.542Z | Compiling pem v3.0.6 |
| 3218 | 2026-03-03T00:53:47.904Z | Compiling csv-core v0.1.13 |
| 3219 | 2026-03-03T00:53:48.308Z | Compiling xshell-macros v0.2.7 |
| 3220 | 2026-03-03T00:53:48.482Z | Compiling same-file v1.0.6 |
| 3221 | 2026-03-03T00:53:48.536Z | Compiling highway v1.3.0 |
| 3222 | 2026-03-03T00:53:48.837Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-03-03T00:53:49.124Z | Compiling xshell v0.2.7 |
| 3224 | 2026-03-03T00:53:49.284Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3225 | 2026-03-03T00:53:49.410Z | Compiling walkdir v2.5.0 |
| 3226 | 2026-03-03T00:53:50.141Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3227 | 2026-03-03T00:53:50.292Z | Compiling const_format_proc_macros v0.2.34 |
| 3228 | 2026-03-03T00:53:50.631Z | Compiling csv v1.4.0 |
| 3229 | 2026-03-03T00:53:51.404Z | Compiling snafu v0.8.9 |
| 3230 | 2026-03-03T00:53:52.010Z | Compiling phf v0.12.1 |
| 3231 | 2026-03-03T00:53:52.309Z | Compiling oxide-tokio-rt v0.1.2 |
| 3232 | 2026-03-03T00:53:52.342Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3233 | 2026-03-03T00:53:52.658Z | Compiling qorb v0.4.1 |
| 3234 | 2026-03-03T00:53:53.149Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-03-03T00:53:53.533Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3236 | 2026-03-03T00:53:54.194Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3237 | 2026-03-03T00:53:55.073Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3238 | 2026-03-03T00:53:55.103Z | Compiling progenitor v0.13.0 |
| 3239 | 2026-03-03T00:53:55.306Z | Compiling progenitor v0.11.2 |
| 3240 | 2026-03-03T00:53:55.372Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3241 | 2026-03-03T00:53:55.586Z | Compiling globset v0.4.18 |
| 3242 | 2026-03-03T00:53:55.797Z | Compiling olpc-cjson v0.1.4 |
| 3243 | 2026-03-03T00:53:56.178Z | Compiling primeorder v0.13.6 |
| 3244 | 2026-03-03T00:53:56.337Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3245 | 2026-03-03T00:53:56.798Z | Compiling serde_plain v1.0.2 |
| 3246 | 2026-03-03T00:53:57.243Z | Compiling base64 v0.21.7 |
| 3247 | 2026-03-03T00:53:57.249Z | Compiling typed-path v0.9.3 |
| 3248 | 2026-03-03T00:53:57.337Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3249 | 2026-03-03T00:53:57.406Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3250 | 2026-03-03T00:53:57.963Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3251 | 2026-03-03T00:53:59.455Z | Compiling tough v0.20.0 |
| 3252 | 2026-03-03T00:54:00.316Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-03-03T00:54:00.693Z | Compiling const_format v0.2.35 |
| 3254 | 2026-03-03T00:54:01.462Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3255 | 2026-03-03T00:54:02.330Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3256 | 2026-03-03T00:54:03.526Z | Compiling progenitor-impl v0.10.0 |
| 3257 | 2026-03-03T00:54:04.685Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3258 | 2026-03-03T00:54:05.068Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3259 | 2026-03-03T00:54:06.349Z | Compiling tabled_derive v0.7.0 |
| 3260 | 2026-03-03T00:54:07.125Z | Compiling bcs v0.1.6 |
| 3261 | 2026-03-03T00:54:07.265Z | Compiling salty v0.3.0 |
| 3262 | 2026-03-03T00:54:07.585Z | Compiling termtree v0.5.1 |
| 3263 | 2026-03-03T00:54:07.779Z | Compiling radium v0.7.0 |
| 3264 | 2026-03-03T00:54:07.859Z | Compiling textwrap v0.16.2 |
| 3265 | 2026-03-03T00:54:07.905Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3266 | 2026-03-03T00:54:08.384Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3267 | 2026-03-03T00:54:08.694Z | Compiling tabled v0.15.0 |
| 3268 | 2026-03-03T00:54:08.931Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3269 | 2026-03-03T00:54:09.370Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3270 | 2026-03-03T00:54:09.508Z | Compiling steno v0.4.1 |
| 3271 | 2026-03-03T00:54:09.777Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3272 | 2026-03-03T00:54:10.432Z | Compiling progenitor-macro v0.10.0 |
| 3273 | 2026-03-03T00:54:11.008Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3274 | 2026-03-03T00:54:14.363Z | Compiling humantime v2.3.0 |
| 3275 | 2026-03-03T00:54:14.398Z | Compiling tap v1.0.1 |
| 3276 | 2026-03-03T00:54:14.398Z | Compiling utf-8 v0.7.6 |
| 3277 | 2026-03-03T00:54:14.398Z | Compiling maybe-uninit v2.0.0 |
| 3278 | 2026-03-03T00:54:14.398Z | Compiling tungstenite v0.21.0 |
| 3279 | 2026-03-03T00:54:14.398Z | Compiling wyz v0.5.1 |
| 3280 | 2026-03-03T00:54:14.398Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3281 | 2026-03-03T00:54:14.840Z | Compiling p384 v0.13.1 |
| 3282 | 2026-03-03T00:54:15.492Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3283 | 2026-03-03T00:54:15.678Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3284 | 2026-03-03T00:54:15.708Z | Compiling arc-swap v1.8.2 |
| 3285 | 2026-03-03T00:54:16.220Z | Compiling funty v2.0.0 |
| 3286 | 2026-03-03T00:54:16.378Z | Compiling packed_struct v0.10.1 |
| 3287 | 2026-03-03T00:54:16.634Z | Compiling tagptr v0.2.0 |
| 3288 | 2026-03-03T00:54:16.951Z | Compiling moka v0.12.13 |
| 3289 | 2026-03-03T00:54:16.999Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3290 | 2026-03-03T00:54:17.038Z | Compiling slog-scope v4.4.1 |
| 3291 | 2026-03-03T00:54:17.562Z | Compiling bitvec v1.0.1 |
| 3292 | 2026-03-03T00:54:17.891Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3293 | 2026-03-03T00:54:18.862Z | Compiling tokio-tungstenite v0.21.0 |
| 3294 | 2026-03-03T00:54:19.713Z | Compiling polyval v0.6.2 |
| 3295 | 2026-03-03T00:54:20.206Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3296 | 2026-03-03T00:54:20.488Z | Compiling packed_struct_codegen v0.10.1 |
| 3297 | 2026-03-03T00:54:20.923Z | Compiling bitfield-macros v0.19.4 |
| 3298 | 2026-03-03T00:54:21.330Z | Compiling zerocopy-derive v0.6.6 |
| 3299 | 2026-03-03T00:54:22.620Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3300 | 2026-03-03T00:54:22.903Z | Compiling indexmap v1.9.3 |
| 3301 | 2026-03-03T00:54:23.196Z | Compiling nodrop v0.1.14 |
| 3302 | 2026-03-03T00:54:23.292Z | Compiling crc-catalog v2.4.0 |
| 3303 | 2026-03-03T00:54:23.366Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3304 | 2026-03-03T00:54:23.397Z | Compiling parking_lot_core v0.8.6 |
| 3305 | 2026-03-03T00:54:23.490Z | Compiling crc v3.4.0 |
| 3306 | 2026-03-03T00:54:23.497Z | Compiling proc-macro-error2 v2.0.1 |
| 3307 | 2026-03-03T00:54:23.613Z | Compiling progenitor v0.10.0 |
| 3308 | 2026-03-03T00:54:23.718Z | Compiling zerocopy v0.6.6 |
| 3309 | 2026-03-03T00:54:23.801Z | Compiling array-init v0.0.4 |
| 3310 | 2026-03-03T00:54:23.973Z | Compiling bitfield v0.19.4 |
| 3311 | 2026-03-03T00:54:24.006Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3312 | 2026-03-03T00:54:24.115Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3313 | 2026-03-03T00:54:24.553Z | Compiling ghash v0.5.1 |
| 3314 | 2026-03-03T00:54:24.810Z | Compiling smallvec v0.6.14 |
| 3315 | 2026-03-03T00:54:24.838Z | Compiling hickory-resolver v0.25.2 |
| 3316 | 2026-03-03T00:54:24.866Z | Compiling slog-stdlog v4.1.1 |
| 3317 | 2026-03-03T00:54:25.304Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3318 | 2026-03-03T00:54:25.329Z | Compiling nix v0.31.1 |
| 3319 | 2026-03-03T00:54:26.046Z | Compiling git-stub v1.0.0 |
| 3320 | 2026-03-03T00:54:26.120Z | Compiling ctr v0.9.2 |
| 3321 | 2026-03-03T00:54:26.198Z | Compiling num-derive v0.3.3 |
| 3322 | 2026-03-03T00:54:26.283Z | Compiling lzma-sys v0.1.20 |
| 3323 | 2026-03-03T00:54:26.557Z | Compiling unicase v2.9.0 |
| 3324 | 2026-03-03T00:54:26.599Z | Compiling hashbrown v0.12.3 |
| 3325 | 2026-03-03T00:54:27.070Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3326 | 2026-03-03T00:54:27.261Z | Compiling mime_guess v2.0.5 |
| 3327 | 2026-03-03T00:54:27.517Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3328 | 2026-03-03T00:54:27.724Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3329 | 2026-03-03T00:54:27.874Z | Compiling aes-gcm v0.10.3 |
| 3330 | 2026-03-03T00:54:28.257Z | Compiling git-stub-vcs v0.1.0 |
| 3331 | 2026-03-03T00:54:28.462Z | Compiling libscf-sys v1.1.0 |
| 3332 | 2026-03-03T00:54:28.501Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3333 | 2026-03-03T00:54:28.719Z | Compiling serde-hex v0.1.0 |
| 3334 | 2026-03-03T00:54:28.746Z | Compiling slog-envlogger v2.2.0 |
| 3335 | 2026-03-03T00:54:29.007Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3336 | 2026-03-03T00:54:29.418Z | Compiling tabled_derive v0.11.0 |
| 3337 | 2026-03-03T00:54:29.586Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3338 | 2026-03-03T00:54:30.596Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-03-03T00:54:31.761Z | Compiling ron v0.8.1 |
| 3340 | 2026-03-03T00:54:32.256Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3341 | 2026-03-03T00:54:33.403Z | Compiling papergrid v0.17.0 |
| 3342 | 2026-03-03T00:54:33.458Z | Compiling cargo_toml v0.22.3 |
| 3343 | 2026-03-03T00:54:34.166Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3344 | 2026-03-03T00:54:35.056Z | Compiling hashbrown v0.13.2 |
| 3345 | 2026-03-03T00:54:35.407Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3346 | 2026-03-03T00:54:36.172Z | Compiling testing_table v0.3.0 |
| 3347 | 2026-03-03T00:54:36.498Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3348 | 2026-03-03T00:54:37.033Z | Compiling ssh-encoding v0.2.0 |
| 3349 | 2026-03-03T00:54:37.645Z | Compiling blowfish v0.9.1 |
| 3350 | 2026-03-03T00:54:37.733Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3351 | 2026-03-03T00:54:37.942Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3352 | 2026-03-03T00:54:38.204Z | Compiling nibble_vec v0.1.0 |
| 3353 | 2026-03-03T00:54:38.365Z | Compiling corncobs v0.1.4 |
| 3354 | 2026-03-03T00:54:38.433Z | Compiling endian-type v0.1.2 |
| 3355 | 2026-03-03T00:54:38.482Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3356 | 2026-03-03T00:54:38.736Z | Compiling crc-any v2.5.0 |
| 3357 | 2026-03-03T00:54:38.740Z | Compiling radix_trie v0.2.1 |
| 3358 | 2026-03-03T00:54:38.910Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3359 | 2026-03-03T00:54:39.281Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3360 | 2026-03-03T00:54:39.406Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3361 | 2026-03-03T00:54:39.432Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3362 | 2026-03-03T00:54:39.595Z | Compiling ssh-cipher v0.2.0 |
| 3363 | 2026-03-03T00:54:39.905Z | Compiling tabled v0.20.0 |
| 3364 | 2026-03-03T00:54:40.105Z | Compiling object v0.30.4 |
| 3365 | 2026-03-03T00:54:40.983Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3366 | 2026-03-03T00:54:41.001Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3367 | 2026-03-03T00:54:41.474Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3368 | 2026-03-03T00:54:42.981Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3369 | 2026-03-03T00:54:43.350Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3370 | 2026-03-03T00:54:43.379Z | Compiling parking_lot v0.11.2 |
| 3371 | 2026-03-03T00:54:43.638Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3372 | 2026-03-03T00:54:44.293Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3373 | 2026-03-03T00:54:45.342Z | Compiling prefix-trie v0.7.0 |
| 3374 | 2026-03-03T00:54:45.408Z | Compiling password-hash v0.4.2 |
| 3375 | 2026-03-03T00:54:45.689Z | Compiling fxhash v0.2.1 |
| 3376 | 2026-03-03T00:54:45.960Z | Compiling secrecy v0.8.0 |
| 3377 | 2026-03-03T00:54:46.094Z | Compiling http-range v0.1.5 |
| 3378 | 2026-03-03T00:54:46.186Z | Compiling half v1.8.3 |
| 3379 | 2026-03-03T00:54:46.253Z | Compiling path-slash v0.1.5 |
| 3380 | 2026-03-03T00:54:46.449Z | Compiling hickory-server v0.25.2 |
| 3381 | 2026-03-03T00:54:46.532Z | Compiling pbkdf2 v0.11.0 |
| 3382 | 2026-03-03T00:54:46.820Z | Compiling serde_cbor v0.11.2 |
| 3383 | 2026-03-03T00:54:46.960Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-03-03T00:54:48.167Z | Compiling sled v0.34.7 |
| 3385 | 2026-03-03T00:54:48.291Z | Compiling xz2 v0.1.7 |
| 3386 | 2026-03-03T00:54:48.797Z | Compiling ron v0.12.0 |
| 3387 | 2026-03-03T00:54:49.238Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3388 | 2026-03-03T00:54:49.929Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3389 | 2026-03-03T00:54:50.740Z | Compiling ssh-key v0.6.7 |
| 3390 | 2026-03-03T00:54:50.921Z | Compiling hickory-client v0.25.2 |
| 3391 | 2026-03-03T00:54:51.614Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3392 | 2026-03-03T00:54:51.895Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3393 | 2026-03-03T00:54:52.359Z | Compiling p521 v0.13.3 |
| 3394 | 2026-03-03T00:54:53.018Z | Compiling p256 v0.13.2 |
| 3395 | 2026-03-03T00:54:53.908Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3396 | 2026-03-03T00:54:54.014Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3397 | 2026-03-03T00:54:54.664Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3398 | 2026-03-03T00:54:54.851Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3399 | 2026-03-03T00:54:55.690Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3400 | 2026-03-03T00:54:55.997Z | Compiling yasna v0.5.2 |
| 3401 | 2026-03-03T00:54:56.356Z | Compiling kstat-rs v0.2.4 |
| 3402 | 2026-03-03T00:54:57.039Z | Compiling headers-core v0.3.0 |
| 3403 | 2026-03-03T00:54:57.286Z | Compiling nanorand v0.7.0 |
| 3404 | 2026-03-03T00:54:57.315Z | Compiling russh-cryptovec v0.7.3 |
| 3405 | 2026-03-03T00:54:57.628Z | Compiling atty v0.2.14 |
| 3406 | 2026-03-03T00:54:57.708Z | Compiling base16ct v1.0.0 |
| 3407 | 2026-03-03T00:54:57.842Z | Compiling home v0.5.12 |
| 3408 | 2026-03-03T00:54:57.869Z | Compiling md5 v0.7.0 |
| 3409 | 2026-03-03T00:54:57.892Z | Compiling crc8 v0.1.1 |
| 3410 | 2026-03-03T00:54:58.067Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3411 | 2026-03-03T00:54:58.146Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3412 | 2026-03-03T00:54:58.452Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3413 | 2026-03-03T00:54:58.803Z | Compiling russh-keys v0.45.0 |
| 3414 | 2026-03-03T00:54:59.761Z | Compiling flume v0.11.1 |
| 3415 | 2026-03-03T00:55:00.475Z | Compiling headers v0.4.1 |
| 3416 | 2026-03-03T00:55:02.228Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-03-03T00:55:02.365Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3418 | 2026-03-03T00:55:04.420Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3419 | 2026-03-03T00:55:05.526Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3420 | 2026-03-03T00:55:06.707Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3421 | 2026-03-03T00:55:08.381Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3422 | 2026-03-03T00:55:10.471Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3423 | 2026-03-03T00:55:10.745Z | Compiling hyper-staticfile v0.10.1 |
| 3424 | 2026-03-03T00:55:11.851Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3425 | 2026-03-03T00:55:12.519Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3426 | 2026-03-03T00:55:12.758Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3427 | 2026-03-03T00:55:12.929Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3428 | 2026-03-03T00:55:13.041Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3429 | 2026-03-03T00:55:13.178Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3430 | 2026-03-03T00:55:14.351Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3431 | 2026-03-03T00:55:14.604Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3432 | 2026-03-03T00:55:14.824Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3433 | 2026-03-03T00:55:15.691Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3434 | 2026-03-03T00:55:15.912Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3435 | 2026-03-03T00:55:16.219Z | Compiling num-bigint v0.4.6 |
| 3436 | 2026-03-03T00:55:16.251Z | Compiling des v0.8.1 |
| 3437 | 2026-03-03T00:55:16.648Z | Compiling subprocess v0.2.15 |
| 3438 | 2026-03-03T00:55:17.445Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3439 | 2026-03-03T00:55:17.631Z | Compiling hex-literal v0.4.1 |
| 3440 | 2026-03-03T00:55:17.866Z | Compiling display-error-chain v0.2.2 |
| 3441 | 2026-03-03T00:55:18.138Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3442 | 2026-03-03T00:55:18.250Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3443 | 2026-03-03T00:55:18.386Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3444 | 2026-03-03T00:55:18.513Z | Compiling colored v2.2.0 |
| 3445 | 2026-03-03T00:55:19.372Z | Compiling russh v0.45.0 |
| 3446 | 2026-03-03T00:55:21.389Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3447 | 2026-03-03T00:55:21.900Z | Compiling socket2 v0.5.10 |
| 3448 | 2026-03-03T00:55:22.977Z | Compiling internet-checksum v0.2.1 |
| 3449 | 2026-03-03T00:55:29.758Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3450 | 2026-03-03T00:56:11.791Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3451 | 2026-03-03T00:56:43.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s |
| 3452 | 2026-03-03T00:56:43.952Z | |
| 3453 | 2026-03-03T00:56:43.952Z | real 3:47.180302851 |
| 3454 | 2026-03-03T00:56:43.952Z | user 20:22.746909796 |
| 3455 | 2026-03-03T00:56:43.952Z | sys 2:43.052915754 |
| 3456 | 2026-03-03T00:56:43.952Z | trap 0.653973632 |
| 3457 | 2026-03-03T00:56:43.952Z | tflt 0.182372498 |
| 3458 | 2026-03-03T00:56:43.952Z | dflt 0.463490483 |
| 3459 | 2026-03-03T00:56:43.956Z | kflt 0.000138192 |
| 3460 | 2026-03-03T00:56:43.956Z | lock 55:45.750357946 |
| 3461 | 2026-03-03T00:56:43.957Z | slp 1:13:34.247009953 |
| 3462 | 2026-03-03T00:56:43.957Z | lat 1:08.792905481 |
| 3463 | 2026-03-03T00:56:43.957Z | stop 2:52.115091909 |
| 3464 | 2026-03-03T00:56:43.957Z | + mkdir tests |
| 3465 | 2026-03-03T00:56:43.960Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3466 | 2026-03-03T00:56:43.960Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3467 | 2026-03-03T00:56:43.999Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8adadec6e8938757 tests/ |
| 3468 | 2026-03-03T00:56:44.039Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ab4e7eae1dc28190 tests/ |
| 3469 | 2026-03-03T00:56:44.076Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-36d083c4f3975527 tests/ |
| 3470 | 2026-03-03T00:56:44.114Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4ef6c0f480073716 tests/ |
| 3471 | 2026-03-03T00:56:44.530Z | + 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/*) |
| 3472 | 2026-03-03T00:56:44.534Z | + 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-ab4e7eae1dc28190 tests/commtest-36d083c4f3975527 tests/dhcp_server-8adadec6e8938757 tests/end_to_end_tests-4ef6c0f480073716 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 |
| 3473 | 2026-03-03T00:58:29.483Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3474 | 2026-03-03T00:58:29.483Z | a .github/buildomat/ci-env.sh 1K |
| 3475 | 2026-03-03T00:58:29.483Z | a out/target/test 1K |
| 3476 | 2026-03-03T00:58:29.483Z | a out/npuzone/npuzone 27402K |
| 3477 | 2026-03-03T00:58:29.483Z | a package-manifest.toml 35K |
| 3478 | 2026-03-03T00:58:29.483Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3479 | 2026-03-03T00:58:29.483Z | a target/release/omicron-package 41058K |
| 3480 | 2026-03-03T00:58:29.483Z | a target/release/xtask 11359K |
| 3481 | 2026-03-03T00:58:29.483Z | a target/debug/bootstrap 345761K |
| 3482 | 2026-03-03T00:58:29.483Z | a tests/bootstrap-ab4e7eae1dc28190 31480K |
| 3483 | 2026-03-03T00:58:29.483Z | a tests/commtest-36d083c4f3975527 31997K |
| 3484 | 2026-03-03T00:58:29.483Z | a tests/dhcp_server-8adadec6e8938757 31480K |
| 3485 | 2026-03-03T00:58:29.483Z | a tests/end_to_end_tests-4ef6c0f480073716 387370K |
| 3486 | 2026-03-03T00:58:29.483Z | a out/clickhouse.tar.gz 302564K |
| 3487 | 2026-03-03T00:58:29.483Z | a out/clickhouse_keeper.tar.gz 287858K |
| 3488 | 2026-03-03T00:58:29.483Z | a out/clickhouse_server.tar.gz 302563K |
| 3489 | 2026-03-03T00:58:29.483Z | a out/cockroachdb.tar.gz 156106K |
| 3490 | 2026-03-03T00:58:29.483Z | a out/crucible-pantry-zone.tar.gz 38316K |
| 3491 | 2026-03-03T00:58:29.483Z | a out/crucible-utils.tar 17744K |
| 3492 | 2026-03-03T00:58:29.483Z | a out/crucible-zone.tar.gz 52454K |
| 3493 | 2026-03-03T00:58:29.483Z | a out/external-dns.tar.gz 41548K |
| 3494 | 2026-03-03T00:58:29.483Z | a out/internal-dns.tar.gz 41547K |
| 3495 | 2026-03-03T00:58:29.483Z | a out/mg-ddm-gz.tar 86339K |
| 3496 | 2026-03-03T00:58:29.483Z | a out/nexus.tar.gz 210233K |
| 3497 | 2026-03-03T00:58:29.483Z | a out/ntp.tar.gz 22563K |
| 3498 | 2026-03-03T00:58:29.483Z | a out/omicron-gateway-softnpu.tar.gz 28305K |
| 3499 | 2026-03-03T00:58:29.483Z | a out/omicron-sled-agent.tar 184695K |
| 3500 | 2026-03-03T00:58:29.483Z | a out/overlay.tar.gz 3K |
| 3501 | 2026-03-03T00:58:29.483Z | a out/oximeter.tar.gz 57424K |
| 3502 | 2026-03-03T00:58:29.483Z | a out/oxlog.tar 3895K |
| 3503 | 2026-03-03T00:58:29.484Z | a out/probe.tar.gz 3037K |
| 3504 | 2026-03-03T00:58:29.484Z | a out/propolis-server.tar.gz 74633K |
| 3505 | 2026-03-03T00:58:29.484Z | a out/pumpkind-gz.tar 26647K |
| 3506 | 2026-03-03T00:58:29.484Z | a out/switch-softnpu.tar.gz 371178K |
| 3507 | 2026-03-03T00:58:29.487Z | |
| 3508 | 2026-03-03T00:58:29.487Z | real 1:44.943029462 |
| 3509 | 2026-03-03T00:58:29.487Z | user 1:40.131593011 |
| 3510 | 2026-03-03T00:58:29.487Z | sys 7.151749532 |
| 3511 | 2026-03-03T00:58:29.487Z | trap 0.025582361 |
| 3512 | 2026-03-03T00:58:29.487Z | tflt 0.000000000 |
| 3513 | 2026-03-03T00:58:29.487Z | dflt 0.000000000 |
| 3514 | 2026-03-03T00:58:29.487Z | kflt 0.000000000 |
| 3515 | 2026-03-03T00:58:29.487Z | lock 0.000000000 |
| 3516 | 2026-03-03T00:58:29.487Z | slp 1:39.714729772 |
| 3517 | 2026-03-03T00:58:29.487Z | lat 2.855907047 |
| 3518 | 2026-03-03T00:58:29.487Z | stop 0.000558408 |
| 3519 | 2026-03-03T00:58:29.490Z | process exited: duration 2650522 ms, exit code 0 |
| |
| 3520 | 2026-03-03T00:58:29.506Z | found 1 output files |
| 3521 | 2026-03-03T00:58:29.506Z | uploading: /work/package.tar.gz (2324258652 bytes) |
| 3522 | 2026-03-03T00:59:03.065Z | uploaded: /work/package.tar.gz |